:root{--primary:#1e3a8a;--secondary:#2563eb;--accent:#ef3e33;--bg:#f5f7fb;--surface:#fff;--text:#162033;--muted:#627087;--border:#dbe3ee;--soft:#edf3fb;--success:#087a55;--danger:#c52b25;--warning:#8a5b00;--shadow:0 12px 32px rgba(25,46,85,.08);--radius:16px}
*{box-sizing:border-box}html{font-size:16px}body{margin:0;background:var(--bg);color:var(--text);font-family:"Fira Sans","Microsoft YaHei UI","Microsoft YaHei",system-ui,sans-serif;line-height:1.55}button,input,select,textarea{font:inherit}button,a{transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}a{color:inherit;text-decoration:none}button{cursor:pointer}.icon{width:20px;height:20px;flex:none}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:20;min-height:74px;padding:0 clamp(18px,4vw,64px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:11px;min-height:48px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--accent);color:#fff;font-weight:800;letter-spacing:-.04em;box-shadow:0 8px 18px rgba(239,62,51,.22)}.brand b,.brand small{display:block}.brand b{font-size:16px}.brand small{font:600 9px/1.4 "Fira Code",Consolas,monospace;color:#8190a6;letter-spacing:.12em}.main-nav{justify-self:center;display:flex;align-items:center;gap:4px}.main-nav a{display:flex;align-items:center;gap:7px;min-height:44px;padding:0 12px;border-radius:10px;color:#526176;font-size:13px;font-weight:700}.main-nav a:hover{background:#f0f4fa;color:var(--primary)}.main-nav a.active{background:#e8eef9;color:var(--primary)}.environment{display:flex;align-items:center;gap:8px;min-height:34px;padding:0 11px;border-radius:999px;background:#e8f6f0;color:var(--success);font-size:12px;font-weight:800}.environment i{width:8px;height:8px;border-radius:50%;background:#10a471;box-shadow:0 0 0 4px rgba(16,164,113,.1)}.environment.production{background:#fdeceb;color:var(--danger)}.environment.production i{background:var(--danger)}.page-container{width:min(1240px,calc(100% - 36px));margin:0 auto;padding:34px 0 54px;flex:1}.page-title{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}.page-title h1{font-size:clamp(28px,4vw,40px);line-height:1.15;letter-spacing:-.03em;margin:5px 0 7px}.page-title p{margin:0;color:var(--muted)}.eyebrow{display:block;color:var(--accent);font:800 10px/1.4 "Fira Code",Consolas,monospace;letter-spacing:.17em}.back-link{display:inline-flex;align-items:center;min-height:44px;padding:0 14px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--primary);font-size:13px;font-weight:700}.back-link:hover{border-color:#9fb3d1;background:#f8fbff}.hero{overflow:hidden;position:relative;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:40px;align-items:center;min-height:350px;padding:clamp(30px,6vw,70px);border-radius:24px;background:linear-gradient(135deg,#0c1d3c,#183d74 66%,#214e8e);color:#fff;box-shadow:0 24px 55px rgba(18,45,91,.16)}.hero:after{content:"SF";position:absolute;right:-15px;bottom:-86px;color:rgba(255,255,255,.035);font:900 280px/1 Arial,sans-serif;letter-spacing:-.13em}.hero-copy,.hero-panel{position:relative;z-index:1}.hero .eyebrow{color:#ff7d74}.hero h1{max-width:700px;font-size:clamp(36px,5.6vw,65px);line-height:1.08;letter-spacing:-.045em;margin:9px 0 20px}.hero-copy>p{max-width:670px;color:#c8d7eb;font-size:17px}.hero-status{display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:28px}.status-item{display:flex;align-items:center;gap:7px;color:#e5eef9;font-size:13px}.status-item .icon{color:#62d6ac}.hero-panel{padding:25px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.hero-panel span{display:block;color:#b7c9e2;font-size:12px}.hero-panel strong{display:block;font-size:30px;margin:4px 0 10px}.hero-panel p{margin:0;color:#cbd9eb;font-size:13px}.function-section{padding-top:42px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-heading h2{font-size:28px;margin:4px 0 0}.section-heading>p{margin:0;color:var(--muted)}.function-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.function-card{position:relative;display:flex;flex-direction:column;min-height:295px;padding:22px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);overflow:hidden}.function-card:hover{border-color:#a9bddd;box-shadow:0 16px 38px rgba(25,46,85,.12);transform:translateY(-2px)}.card-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:13px;background:#e9effa;color:var(--primary)}.card-icon .icon{width:24px;height:24px}.function-card.intercept .card-icon{background:#fdebea;color:var(--danger)}.function-card.search .card-icon{background:#e5f5ef;color:var(--success)}.card-number{position:absolute;right:20px;top:21px;color:#cbd5e2;font:700 12px "Fira Code",Consolas,monospace}.function-card h3{font-size:20px;margin:20px 0 8px}.function-card p{margin:0 0 18px;color:var(--muted);font-size:13px}.function-card code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6d7c91;font:500 10px "Fira Code",Consolas,monospace}.card-action{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:22px;color:var(--primary);font-size:13px;font-weight:800}.card-action .icon{width:17px}.site-footer{display:flex;justify-content:space-between;gap:20px;padding:22px clamp(18px,4vw,64px);border-top:1px solid var(--border);background:#fff;color:#7b899d;font-size:12px}.operation-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.62fr);gap:20px;align-items:start}.operation-form{display:grid;gap:16px}.compact-operation{max-width:1050px;margin:0 auto;grid-template-columns:minmax(0,1.3fr) minmax(290px,.7fr)}.form-card,.result-slot{padding:22px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.form-card-head{display:flex;align-items:flex-start;gap:13px;margin-bottom:20px}.step{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--primary);color:#fff;font:800 12px "Fira Code",Consolas,monospace}.form-card-head h2{font-size:18px;margin:1px 0 2px}.form-card-head p{margin:0;color:var(--muted);font-size:12px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.contact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.span-2{grid-column:span 2}label{display:grid;gap:7px;color:#37455b;font-size:13px;font-weight:700}label em{color:var(--danger);font-style:normal}input,select,textarea{width:100%;border:1px solid #cfd9e7;border-radius:9px;background:#fff;color:var(--text);outline:none}input,select{height:46px;padding:0 13px}textarea{min-height:150px;padding:13px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--secondary);box-shadow:0 0 0 3px rgba(37,99,235,.13)}input::placeholder{color:#9aa7b9}.built-in-note{display:flex;align-items:center;gap:10px;margin-top:18px;padding:12px;border:1px solid #cfe0f5;border-radius:10px;background:#f4f8fd;color:var(--primary)}.built-in-note .icon{width:22px;height:22px}.built-in-note span,.built-in-note b,.built-in-note small{display:block}.built-in-note b{font-size:12px}.built-in-note small{color:#6a7c96;font-size:11px}.submit-bar{position:sticky;bottom:12px;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px;border:1px solid #cad7e9;border-radius:14px;background:rgba(255,255,255,.96);box-shadow:0 12px 35px rgba(20,43,79,.15);backdrop-filter:blur(12px)}.submit-bar b,.submit-bar span{display:block}.submit-bar b{font-size:13px}.submit-bar span{color:var(--muted);font-size:11px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:1px solid transparent;border-radius:10px;font-weight:800;font-size:13px}.btn:active{transform:translateY(1px)}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:#294da2}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#a9221e}.btn-secondary{border-color:var(--border);background:#fff;color:#39475b}.btn-secondary:hover{background:#f4f7fb}.btn-block{width:100%}.result-slot{position:sticky;top:94px;min-height:250px}.empty-result{display:grid;place-items:center;align-content:center;gap:7px;min-height:205px;text-align:center;color:#8391a5}.empty-result .icon{width:40px;height:40px;margin-bottom:5px;color:#a8b7ca}.empty-result b{color:#4b5a70;font-size:14px}.empty-result span{max-width:240px;font-size:11px}.result-card{display:grid;gap:13px}.result-heading{display:flex;align-items:center;gap:11px}.result-heading .icon-wrap{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#e1f4ec;color:var(--success)}.result-card.failed .icon-wrap{background:#fde9e8;color:var(--danger)}.result-heading h2{font-size:17px;margin:0}.result-heading p{margin:2px 0 0;color:var(--muted);font-size:11px}.result-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px}.result-meta div{padding:10px;border-radius:9px;background:#f4f7fb}.result-meta span,.result-meta b{display:block}.result-meta span{color:var(--muted);font-size:10px}.result-meta b{overflow:hidden;text-overflow:ellipsis;margin-top:2px;font:600 11px "Fira Code",Consolas,monospace}.result-card details{border-top:1px solid var(--border);padding-top:12px}.result-card summary{cursor:pointer;color:var(--primary);font-size:12px;font-weight:800}.response-code{max-height:390px;overflow:auto;margin:10px 0 0;padding:13px;border-radius:9px;background:#101b2d;color:#d9e5f5;font:11px/1.6 "Fira Code",Consolas,monospace;white-space:pre-wrap;word-break:break-word}.choice-grid{border:0;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.choice-card{position:relative;display:flex;align-items:center;gap:12px;padding:17px;border:1px solid var(--border);border-radius:12px;background:#fff;cursor:pointer}.choice-card:hover{border-color:#9fb6d8;background:#f8fbff}.choice-card:has(input:checked){border-color:var(--secondary);background:#eef4fd;box-shadow:0 0 0 2px rgba(37,99,235,.09)}.choice-card.danger:has(input:checked){border-color:var(--danger);background:#fff3f2;box-shadow:0 0 0 2px rgba(197,43,37,.08)}.choice-card input{position:absolute;opacity:0;pointer-events:none}.choice-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:#fdebea;color:var(--danger)}.choice-icon.confirm{background:#e3f4ed;color:var(--success)}.choice-card span:last-child,.choice-card b,.choice-card small{display:block}.choice-card small{margin-top:3px;color:var(--muted);font-size:11px}.search-card{display:grid;grid-template-columns:90px 1fr;gap:22px;align-items:start;padding:30px}.search-card h2{font-size:24px;margin:5px 0}.search-card p{margin:0 0 22px;color:var(--muted);font-size:13px}.search-card label{margin-bottom:16px}.search-illustration{display:grid;place-items:center;width:82px;height:82px;border-radius:22px;background:#e7eef9;color:var(--primary)}.search-illustration .icon{width:36px;height:36px}.warning-banner{display:flex;align-items:flex-start;gap:13px;padding:15px 17px;border:1px solid #edc88e;border-radius:13px;background:#fff8ea;color:#714700}.warning-banner .icon{margin-top:1px}.warning-banner b,.warning-banner span{display:block}.warning-banner b{font-size:13px}.warning-banner span{font-size:11px;margin-top:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#toast{position:fixed;right:24px;bottom:24px;z-index:60;max-width:min(420px,calc(100% - 32px));padding:14px 17px;border-radius:10px;background:#15243a;color:#fff;box-shadow:0 14px 34px rgba(0,0,0,.22);opacity:0;pointer-events:none;transform:translateY(10px);transition:.2s}#toast.show{opacity:1;transform:none}#toast.error{background:#9e2823}.modal{position:fixed;inset:0;z-index:50;display:none;place-items:center;padding:20px;background:rgba(8,17,31,.58);backdrop-filter:blur(3px)}.modal.open{display:grid}.modal-card{width:min(440px,100%);padding:28px;border-radius:18px;background:#fff;text-align:center;box-shadow:0 25px 70px rgba(0,0,0,.28)}.modal-icon{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 13px;border-radius:50%;background:#fde8e6;color:var(--danger)}.modal-icon .icon{width:25px;height:25px}.modal-card h2{margin:0;font-size:21px}.modal-card p{color:var(--muted);font-size:13px}.modal-actions{display:flex;justify-content:center;gap:10px;margin-top:20px}
@media(max-width:1050px){.site-header{grid-template-columns:auto 1fr}.environment{display:none}.main-nav{justify-self:end}.main-nav a{padding:0 9px}.main-nav a span{display:none}.function-grid{grid-template-columns:repeat(2,1fr)}.operation-layout{grid-template-columns:1fr}.result-slot{position:static}.compact-operation{max-width:none}.contact-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.site-header{position:static;display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:12px 14px}.brand{align-self:center}.main-nav{order:2;display:grid;grid-template-columns:repeat(5,1fr);gap:3px;width:100%}.main-nav a{min-width:0;justify-content:center;padding:0 5px}.main-nav a span{display:none}.page-container{width:min(100% - 24px,1240px);padding:24px 0 38px}.page-title{align-items:flex-start;flex-direction:column}.back-link{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding:30px 24px;border-radius:18px}.hero h1{font-size:38px}.hero-panel{padding:18px}.section-heading{align-items:flex-start;flex-direction:column}.function-grid{grid-template-columns:1fr}.function-card{min-height:250px}.form-card,.result-slot{padding:17px}.form-grid,.contact-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.submit-bar{align-items:stretch;flex-direction:column;bottom:8px}.submit-bar .btn{width:100%}.choice-grid{grid-template-columns:1fr}.search-card{grid-template-columns:1fr;padding:22px}.search-illustration{width:62px;height:62px;border-radius:17px}.site-footer{flex-direction:column;gap:4px}.modal-actions{flex-direction:column-reverse}.modal-actions .btn{width:100%}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
.owner-notice{display:flex;align-items:flex-start;gap:13px;padding:15px 17px;border:1px solid #b8cceb;border-radius:13px;background:#eef4fd;color:#1e3a6d}.owner-notice .icon{margin-top:1px}.owner-notice b,.owner-notice span{display:block}.owner-notice b{font-size:13px}.owner-notice span{font-size:12px;margin-top:3px;line-height:1.65}.address-parser{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;margin:0 0 20px;padding:15px;border:1px solid #c9d9ef;border-radius:12px;background:#f5f8fd}.address-parser label{grid-column:1}.address-parser textarea{min-height:84px}.address-parser .btn{grid-column:2;grid-row:1}.address-parser>span{grid-column:1/-1;color:var(--muted);font-size:11px}.result-card{min-height:205px;place-content:center}.result-heading{justify-content:center}.result-heading h2{font-size:24px}.result-heading p{font-size:13px}.result-card.failed .result-heading p{color:var(--danger)}@media(max-width:720px){.address-parser{grid-template-columns:1fr}.address-parser label,.address-parser .btn{grid-column:1;grid-row:auto}.address-parser .btn{width:100%}}
