.cdk-page{--cdk-accent: #117960;--cdk-ink: #203e35;--cdk-muted: #61776d;--cdk-line: #e0e8e2;min-height:100vh;background:radial-gradient(ellipse at 50% 0,#e6f2e6 0,transparent 48%),#f6f8f4;color:var(--cdk-ink);font-family:Inter,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:15px;line-height:1.6}.cdk-page a,.cdk-page button{transition:background .18s,color .18s,box-shadow .18s}.cdk-page button:disabled{opacity:.5}.cdk-header{max-width:1200px;margin:auto;min-height:96px;display:flex;align-items:center;justify-content:space-between;padding:20px 32px;border-bottom:1px solid var(--cdk-line)}.cdk-brand{display:flex;align-items:center;gap:12px}.cdk-brand img{width:38px;height:38px}.cdk-brand>span{font-size:24px;font-weight:700;display:flex;align-items:center;gap:14px}.cdk-brand small{font-size:13px;font-weight:400;border-left:1px solid #cad8cc;padding-left:14px;color:var(--cdk-muted)}.cdk-header nav{display:flex;align-items:center;gap:26px;font-size:13px}.cdk-header nav a,.cdk-header nav button{display:flex;align-items:center;gap:7px;min-height:44px}.cdk-header nav button{padding:0 16px;border:1px solid #d2dfd5;border-radius:24px;background:#fff6}.cdk-header nav button:hover{background:#fff}.cdk-main{max-width:1100px;margin:auto;padding:0 32px 56px}.cdk-hero{text-align:center;padding:51px 0 32px}.cdk-eyebrow{font-size:10px;letter-spacing:2.5px;color:var(--cdk-accent);font-weight:700;display:flex;align-items:center;justify-content:center;gap:9px}.cdk-eyebrow span{width:6px;height:6px;background:var(--cdk-accent);border-radius:50%}.cdk-hero h1{font-size:43px;font-weight:600;letter-spacing:-1.5px;margin:16px 0 12px;line-height:1.3}.cdk-hero em{font-style:normal;color:var(--cdk-accent)}.cdk-hero p{font-size:14px;color:var(--cdk-muted)}.cdk-steps{display:flex;justify-content:center;list-style:none;margin:0 auto 34px;padding:0;max-width:700px}.cdk-steps li{display:flex;align-items:center;gap:12px;flex:1;color:#79867e}.cdk-steps li>span{height:35px;width:35px;border:1px solid #cfdbd2;display:grid;place-items:center;border-radius:50%;font-size:12px;font-weight:600;background:#f6f8f4}.cdk-steps b{display:block;font-size:13px;font-weight:600}.cdk-steps small{display:block;font-size:11px;margin-top:2px}.cdk-steps .is-current,.cdk-steps .is-done{color:var(--cdk-accent)}.cdk-steps .is-current>span{color:#fff;background:var(--cdk-accent);border-color:var(--cdk-accent);box-shadow:0 0 0 4px #e1eee4}.cdk-steps .is-done>span{background:#e5f1e6;border-color:#bdd8c6}.cdk-step-arrow{margin:0 22px 0 auto;color:#a6b4a9}.cdk-layout{display:grid;grid-template-columns:minmax(0,1fr) 288px;gap:24px;align-items:start}.cdk-card{background:#fff;border:1px solid #dce6dc;border-radius:20px;box-shadow:0 8px 32px #254a3310;overflow:hidden}.cdk-tabs{display:flex;border-bottom:1px solid var(--cdk-line);padding:0 28px;gap:27px;background:#fdfefd}.cdk-tabs button{position:relative;display:flex;align-items:center;gap:8px;min-height:64px;padding:0 4px;font-size:14px;color:var(--cdk-muted)}.cdk-tabs button[aria-selected=true]{color:var(--cdk-accent);font-weight:600}.cdk-tabs button[aria-selected=true]:after{position:absolute;content:"";bottom:-1px;left:0;right:0;height:3px;background:var(--cdk-accent);border-radius:4px 4px 0 0}.cdk-card-body{padding:30px 32px}.cdk-section-head{margin-bottom:28px}.cdk-square-icon{width:44px;height:44px;display:grid;place-items:center;background:#edf4e9;color:var(--cdk-accent);border-radius:13px;margin-bottom:17px}.cdk-square-icon svg{width:23px}.cdk-section-head h2{font-size:23px;letter-spacing:-.5px;font-weight:600;margin-bottom:6px}.cdk-section-head p{font-size:13px;color:var(--cdk-muted)}.cdk-page label{display:block;font-size:13px;font-weight:600;margin:0 0 9px}.cdk-page label span{font-size:10px;letter-spacing:.7px;color:var(--cdk-muted);margin-left:5px;font-weight:400}.cdk-page input:not([type=checkbox]),.cdk-page textarea{display:block;width:100%;border:1px solid #d5e0d7;background:#fbfcfa;border-radius:9px;color:var(--cdk-ink);padding:15px;font-size:14px;margin:0;line-height:1.6;box-sizing:border-box}.cdk-page input::placeholder,.cdk-page textarea::placeholder{color:#86938b;font-size:13px}.cdk-page input:focus,.cdk-page textarea:focus{outline:3px solid #10795d1c;border-color:#208468;background:#fff}.cdk-page .cdk-code-input{font-family:Consolas,monospace;letter-spacing:1px;height:54px}.cdk-page textarea{resize:vertical;min-height:152px;max-height:340px;font-family:inherit;font-size:13px;word-break:break-all}.cdk-field-help{font-size:12px;color:var(--cdk-muted);margin:11px 0 24px;line-height:1.8}.cdk-field-help a{color:var(--cdk-accent);display:inline-flex;align-items:center;gap:3px;text-decoration:underline;text-underline-offset:3px}.cdk-primary,.cdk-secondary{display:flex;align-items:center;justify-content:center;gap:10px;min-height:49px;padding:11px 20px;border-radius:9px;font-size:14px;font-weight:600}.cdk-primary{width:100%;background:var(--cdk-accent);color:#fff}.cdk-primary:hover:not(:disabled){background:#09654e;box-shadow:0 4px 12px #11796025}.cdk-session-guide{margin:0 0 20px;padding:20px;border:1px solid #cfe2d7;border-radius:12px;background:#f0f7f2}.cdk-session-guide h3,.cdk-account-check-step h3{margin:0 0 8px;font-size:17px;font-weight:600;color:var(--cdk-ink)}.cdk-session-guide p,.cdk-account-check-step p{margin:0;color:var(--cdk-muted);font-size:13px;line-height:1.8}.cdk-page .cdk-session-open{display:inline-flex;width:auto;margin:14px 0;text-decoration:none;color:#fff}.cdk-session-open:focus-visible{outline:3px solid #10795d55;outline-offset:3px}.cdk-session-copy strong{color:var(--cdk-ink)}.cdk-account-check-step{margin:24px 0 16px}.cdk-secondary{border:1px solid var(--cdk-line);background:#fff}.cdk-secondary:hover{background:#f2f7f1}.cdk-private{display:flex;align-items:flex-start;gap:9px;border-top:1px dashed var(--cdk-line);padding-top:20px;margin-top:27px;font-size:11px;color:var(--cdk-muted);line-height:1.8}.cdk-private svg{margin-top:2px}.cdk-guide{padding:25px 23px;background:#edf2e9;border-radius:18px;border:1px solid #e0e7da}.cdk-guide-heading{display:flex;justify-content:space-between;font-size:11px;color:#597362;align-items:center}.cdk-guide-heading small{font-size:8px;letter-spacing:1.2px}.cdk-guide h2{font-size:20px;font-weight:600;margin:14px 0 24px;letter-spacing:-.3px}.cdk-guide ol{list-style:none;padding:0;margin:0}.cdk-guide li{display:flex;gap:12px;margin-bottom:22px}.cdk-guide li>span{font-size:10px;font-family:monospace;color:#617e6a;padding-top:4px}.cdk-guide h3{font-size:13px;font-weight:600;margin-bottom:6px}.cdk-guide p{font-size:12px;color:#59705f;line-height:1.9}.cdk-guide li a{display:inline-flex;gap:6px;align-items:center;font-size:11px;color:var(--cdk-accent);margin-top:9px;min-height:32px}.cdk-guide-note{border-top:1px solid #d5dfd0;border-bottom:1px solid #d5dfd0;display:flex;align-items:center;gap:10px;padding:17px 0;margin-bottom:9px}.cdk-guide-note svg{color:#528165}.cdk-guide-note p{font-size:11px}.cdk-guide details{border-bottom:1px solid #dce5d7}.cdk-guide details:last-child{border:0}.cdk-guide summary{cursor:pointer;font-size:11px;min-height:44px;line-height:1.6;padding:14px 0;list-style-position:outside;margin-left:12px;color:#375442}.cdk-guide details p{font-size:11px;padding-bottom:14px}.cdk-trust{display:flex;justify-content:center;gap:29px;color:#667e6e;font-size:11px;padding-top:32px}.cdk-trust span{display:flex;align-items:center;gap:7px}.cdk-footer{border-top:1px solid #e0e7dc;max-width:1200px;margin:auto;padding:25px 32px;display:flex;justify-content:space-between;gap:18px;color:#718377;font-size:10px}.cdk-footer>span:last-child{display:flex;gap:20px;align-items:center}.cdk-footer a{display:flex;gap:5px;align-items:center}.cdk-error{display:flex;align-items:flex-start;gap:8px;background:#fff3ed;border:1px solid #efd0bc;color:#984220;border-radius:9px;padding:12px 14px;font-size:13px;line-height:1.7;margin-bottom:20px;overflow-wrap:anywhere}.cdk-error svg{margin-top:2px}.cdk-error button{font-weight:600;text-decoration:underline;white-space:nowrap}.cdk-empty{display:flex;align-items:center;flex-direction:column;text-align:center;color:var(--cdk-muted);gap:12px;padding:38px 0}.cdk-empty small{font-size:12px}.cdk-empty .cdk-secondary{margin-top:14px}.cdk-plan{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid var(--cdk-line)}.cdk-plan span{display:flex;align-items:center;gap:6px;color:var(--cdk-accent);font-size:12px}.cdk-plan h2{font-size:23px;margin-top:5px}.cdk-plan button{font-size:12px;min-height:44px;text-decoration:underline;text-underline-offset:4px;color:var(--cdk-muted)}.cdk-field-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.cdk-field-heading label{margin:0}.cdk-field-heading button{display:flex;align-items:center;gap:5px;font-size:12px;min-height:36px}.cdk-notice{padding:11px 13px;background:#f8f3df;border-radius:8px;font-size:12px;margin-bottom:20px}.cdk-checked{display:flex;align-items:center;gap:10px;color:var(--cdk-accent);margin-bottom:20px}.cdk-checked b{font-size:14px;display:block}.cdk-checked span{font-size:11px;color:var(--cdk-muted)}.cdk-page dl{margin:0;background:#f7f9f5;border:1px solid #e5ebe2;border-radius:10px;padding:9px 15px}.cdk-page dl>div{display:flex;gap:20px;justify-content:space-between;padding:9px 0;align-items:baseline}.cdk-page dt{font-size:12px;white-space:nowrap;color:var(--cdk-muted)}.cdk-page dd{margin:0;font-size:13px;font-weight:500;text-align:right;overflow-wrap:anywhere;min-width:0}.cdk-text-button{font-size:12px;color:var(--cdk-accent);min-height:44px;margin:7px 0 16px}.cdk-page .cdk-consent{display:flex;gap:9px;align-items:flex-start;margin:0 0 22px;cursor:pointer}.cdk-consent input{min-height:17px;padding:0;accent-color:var(--cdk-accent);width:17px;height:17px;flex-shrink:0;margin:3px 0 0}.cdk-page .cdk-consent span{font-size:12px;letter-spacing:0;line-height:1.9;margin:0}.cdk-result{text-align:center}.cdk-result-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:#fff6df;color:#aa7b26;margin:4px auto 16px}.cdk-result-icon svg{height:32px;width:32px}.cdk-result.is-success .cdk-result-icon{background:#e5f3e8;color:var(--cdk-accent)}.cdk-result.is-failed .cdk-result-icon{background:#fcece4;color:#a24a27}.cdk-overline{font-size:11px;color:var(--cdk-muted)}.cdk-result h2{font-size:26px;margin:5px 0 11px;font-weight:600}.cdk-result>p{font-size:13px;line-height:1.9;color:var(--cdk-muted);max-width:410px;margin:0 auto 23px}.cdk-result .cdk-reference{font-family:monospace;font-size:10px;display:flex;align-items:center;gap:6px}.cdk-reference button{display:grid;place-items:center;width:28px;min-height:32px;flex-shrink:0}.cdk-query-bar{display:flex;justify-content:space-between;align-items:center;margin-top:15px;font-size:11px;color:var(--cdk-muted)}.cdk-query-bar span,.cdk-query-bar button{display:flex;gap:7px;align-items:center}.cdk-query-bar button{min-height:44px;color:var(--cdk-accent)}.cdk-query-bar i{height:5px;width:5px;background:#be8e37;border-radius:50%}.cdk-result-actions{display:flex;gap:12px;margin-top:22px}.cdk-result-actions>*{flex:1;white-space:nowrap}.cdk-history{border-top:1px solid var(--cdk-line);margin-top:24px;padding-top:15px}.cdk-history button{display:flex;justify-content:space-between;align-items:center;text-align:left;gap:16px;padding:13px 10px;width:100%;border-radius:8px}.cdk-history button:hover,.cdk-history button.is-active{background:#f0f6ed}.cdk-history b{display:block;font-size:12px;font-weight:600}.cdk-history small{display:block;color:var(--cdk-muted);font-size:10px;margin-top:4px;overflow-wrap:anywhere}.cdk-history button>span:first-child{min-width:0}.cdk-history button>span:last-child{display:flex;align-items:center;gap:5px;font-size:11px;flex-shrink:0}.cdk-good{color:var(--cdk-accent)}.cdk-footnote{font-size:11px;color:var(--cdk-muted);line-height:1.9;margin-top:24px}.cdk-spin{animation:cdk-spin 1s linear infinite}@keyframes cdk-spin{to{transform:rotate(360deg)}}@media(max-width:800px){.cdk-layout{grid-template-columns:minmax(0,1fr)}.cdk-main{max-width:650px;padding:0 22px 36px}.cdk-header{padding:16px 23px;min-height:78px}.cdk-hero{padding-top:37px}.cdk-hero h1{font-size:34px}.cdk-guide{padding:24px}.cdk-guide ol{display:grid;grid-template-columns:1fr 1fr;gap:22px}.cdk-footer{padding:22px;flex-direction:column;align-items:center;font-size:10px}.cdk-step-arrow{margin:0 14px 0 auto}}@media(max-width:480px){.cdk-page input:not([type=checkbox]),.cdk-page textarea{font-size:16px}.cdk-main{padding-left:16px;padding-right:16px}.cdk-header{padding:14px 19px;min-height:74px}.cdk-brand>span{font-size:22px;gap:9px}.cdk-brand small{font-size:11px;padding-left:9px}.cdk-brand img{width:33px;height:33px}.cdk-header nav{gap:0}.cdk-header nav>a{display:none}.cdk-header nav button{padding:0 10px;font-size:11px}.cdk-hero{padding:33px 0 28px}.cdk-hero h1{font-size:30px;letter-spacing:-1px;margin:14px 0 11px}.cdk-hero p{font-size:12px}.cdk-eyebrow{font-size:8px;letter-spacing:2px}.cdk-steps{margin-bottom:24px;gap:8px}.cdk-steps li{gap:7px}.cdk-steps li>span{width:28px;height:28px;font-size:10px;flex-shrink:0}.cdk-steps b{font-size:11px}.cdk-steps small,.cdk-step-arrow{display:none}.cdk-card{border-radius:15px}.cdk-tabs{padding:0 20px;gap:27px}.cdk-tabs button{min-height:55px;font-size:13px}.cdk-card-body{padding:25px 21px}.cdk-section-head h2{font-size:22px}.cdk-section-head p{font-size:12px}.cdk-guide ol{grid-template-columns:1fr;gap:0}.cdk-guide h2{font-size:19px}.cdk-trust{gap:15px;font-size:9px}.cdk-trust svg{width:13px}.cdk-page dl>div{gap:10px}.cdk-page .cdk-reference{font-size:9px}.cdk-footer>span:last-child{flex-wrap:wrap;justify-content:center;gap:10px}.cdk-result-actions{flex-direction:column}.cdk-page dd{font-size:12px}.cdk-history button{gap:5px}.cdk-history button>span:last-child{font-size:10px}}@media(prefers-reduced-motion:reduce){.cdk-page *{animation:none!important;transition:none!important}}:root{font-family:Inter,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:#253c33;background:#f5f7f5;font-synthesis:none;font-weight:400;--green: #147d64;--green-dark: #145744;--green-light: #eaf4ee;--ink: #253c33;--muted: #76877d;--line: #e6ebe6;--surface: #fff;--radius: 14px}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{opacity:.48;cursor:not-allowed}button{touch-action:manipulation}button,input,select,textarea,a{outline-offset:4px}button:focus-visible,a:focus-visible{outline:2px solid #178e70}input:focus,select:focus,textarea:focus{outline:2px solid #16806833;border-color:#399c7f}h1,h2,h3,p{margin:0}h1{font-size:27px;font-weight:650;letter-spacing:-.8px;line-height:1.45}h2{font-size:16px;font-weight:650;letter-spacing:-.2px}h3{font-size:16px}small{font-size:12px}button{border:0;background:none;color:inherit}svg{flex-shrink:0}input,select,textarea{width:100%;border:1px solid #dce4dd;border-radius:8px;background:#fff;padding:11px 13px;color:var(--ink);line-height:1.45;transition:border-color .15s;min-height:43px}input::placeholder,textarea::placeholder{color:#9aa69f}textarea{resize:vertical;font-family:Cascadia Code,Consolas,monospace;font-size:13px;line-height:1.65;min-height:100px}select{padding-right:30px}label{display:block;font-size:13px;font-weight:600;line-height:1.6}
