:root{--sz-bg:#f6f8fb;--sz-surface:#fff;--sz-soft:#eef3f8;--sz-text:#172033;--sz-muted:#4c586c;--sz-border:#53647a;--sz-primary:#075985;--sz-on-primary:#fff;--sz-focus:#7c2d12;--sz-good:#08745b;--sz-error:#b42318;--sz-shadow:0 .75rem 2rem rgba(23,32,51,.08)}html[data-theme="dark"]{--sz-bg:#0d1520;--sz-surface:#162334;--sz-soft:#1e3045;--sz-text:#f7f9fc;--sz-muted:#c9d3df;--sz-border:#93a4b8;--sz-primary:#8bd5ff;--sz-on-primary:#07131d;--sz-focus:#ffd166;--sz-good:#7ee2c2;--sz-error:#ffaaa0;--sz-shadow:none}@media(prefers-color-scheme:dark){html:not([data-theme]){--sz-bg:#0d1520;--sz-surface:#162334;--sz-soft:#1e3045;--sz-text:#f7f9fc;--sz-muted:#c9d3df;--sz-border:#93a4b8;--sz-primary:#8bd5ff;--sz-on-primary:#07131d;--sz-focus:#ffd166;--sz-good:#7ee2c2;--sz-error:#ffaaa0;--sz-shadow:none}}*{box-sizing:border-box}.sz-page{margin:0;background:var(--sz-bg);color:var(--sz-text);font-family:"DM Sans",system-ui,sans-serif;line-height:1.55;overflow-wrap:anywhere}.sz-page a{color:var(--sz-primary)}.sz-skip{position:fixed;z-index:9999;top:.5rem;left:.5rem;transform:translateY(-180%);border:2px solid var(--sz-border);border-radius:.5rem;background:var(--sz-surface);color:var(--sz-text);padding:.75rem 1rem}.sz-skip:focus-visible{transform:none}.sz-wrap{width:min(72rem,calc(100% - 2rem));margin-inline:auto}.sz-hero{padding:clamp(2.5rem,7vw,5rem) 0 2rem;background:#082f49;color:#fff}.sz-hero a,.sz-hero p{color:#e7f5ff}.sz-breadcrumb{display:flex;flex-wrap:wrap;gap:.45rem;font-size:.9rem}.sz-hero h1{max-width:18ch;margin:.8rem 0;font-size:clamp(2.2rem,7vw,4.7rem);line-height:1.02}.sz-hero-copy{max-width:70ch;font-size:clamp(1rem,2vw,1.2rem)}.sz-pills{display:flex;flex-wrap:wrap;gap:.55rem;padding:0;list-style:none}.sz-pills li{border:1px solid #9bdcff;border-radius:999px;padding:.4rem .75rem}.sz-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(19rem,.9fr);gap:1rem;padding-block:1.25rem}.sz-card{min-width:0;border:2px solid var(--sz-border);border-radius:1rem;background:var(--sz-surface);box-shadow:var(--sz-shadow);padding:clamp(1rem,3vw,1.5rem)}.sz-card h2,.sz-card h3{margin-top:0}.sz-muted,.sz-hint{color:var(--sz-muted)}.sz-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.sz-field{min-width:0}.sz-field label{display:block;margin-bottom:.35rem;font-weight:750}html body.sz-page .sz-field input,html body.sz-page .sz-field select{width:100%;min-width:0;max-width:100%;min-height:3rem;border:2px solid var(--sz-border)!important;border-radius:.55rem;background:var(--sz-surface)!important;color:var(--sz-text)!important;padding:.65rem .75rem;font:inherit}.sz-hint{display:block;margin-top:.3rem;font-size:.82rem}.sz-check{display:flex;min-width:0;grid-column:1/-1;gap:.7rem;align-items:flex-start;border:2px solid var(--sz-border);border-radius:.7rem;background:var(--sz-soft);padding:.85rem}.sz-check span{min-width:0}.sz-check input{width:1.5rem;height:1.5rem;flex:0 0 auto}.sz-actions{display:flex;min-width:0;flex-wrap:wrap;gap:.65rem;margin-top:1.1rem}html body.sz-page .sz-button{min-width:0;max-width:100%;min-height:2.8rem;border:2px solid var(--sz-border)!important;border-radius:.65rem;background:var(--sz-surface)!important;color:var(--sz-text)!important;padding:.65rem .95rem;font:inherit;font-weight:800;cursor:pointer}html body.sz-page .sz-button-primary{border-color:var(--sz-primary)!important;background:var(--sz-primary)!important;color:var(--sz-on-primary)!important}html body.sz-page .sz-button:disabled{opacity:1;border-style:dashed!important;background:var(--sz-soft)!important;color:var(--sz-muted)!important;cursor:not-allowed}.sz-status{min-height:1.6em;color:var(--sz-muted)}.sz-status[data-state="success"]{color:var(--sz-good)}.sz-status[data-state="error"]{color:var(--sz-error)}.sz-result[hidden]{display:none}.sz-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.sz-metric{min-width:0;border:2px solid var(--sz-border);border-radius:.7rem;background:var(--sz-soft);padding:.8rem}.sz-metric span,.sz-metric strong{display:block}.sz-metric span{color:var(--sz-muted);font-size:.86rem}.sz-metric strong{overflow-wrap:anywhere;margin-top:.3rem}.sz-note{border-left:4px solid var(--sz-primary);background:var(--sz-soft);padding:.85rem}.sz-breakdown{padding:0;list-style:none}.sz-breakdown li{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid var(--sz-border);padding:.65rem 0}.sz-breakdown span,.sz-breakdown strong{overflow-wrap:anywhere}.sz-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding-bottom:2rem}.sz-info .sz-card{box-shadow:none}.sz-source-list a{overflow-wrap:anywhere}html body.sz-page :is(a,button,input,select,summary):focus-visible{outline:3px solid var(--sz-focus)!important;outline-offset:3px!important}html body.sz-page .sz-hero :is(a,button):focus-visible,html body.sz-page .sz-button-primary:focus-visible{outline-color:#ffd166!important}html[data-theme="dark"] body.sz-page .sz-button-primary:focus-visible{outline-color:#7c2d12!important}@media(prefers-color-scheme:dark){html:not([data-theme]) body.sz-page .sz-button-primary:focus-visible{outline-color:#7c2d12!important}}@media(max-width:760px){.sz-layout,.sz-info{grid-template-columns:minmax(0,1fr)}.sz-layout,.sz-card,.sz-card form,.sz-fields,.sz-field,.sz-result-grid,.sz-info{min-width:0;max-width:100%}}@media(max-width:520px){.sz-wrap{width:min(100% - 1rem,72rem)}.sz-fields,.sz-result-grid{grid-template-columns:minmax(0,1fr)}.sz-check{grid-column:auto}.sz-actions .sz-button{width:100%}.sz-breakdown li{display:block}.sz-breakdown strong{display:block;margin-top:.2rem}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}@media print{afro-navbar,afro-footer,.sz-hero,.sz-form-card,.sz-actions,.sz-info{display:none!important}.sz-layout{display:block}.sz-result{box-shadow:none}.sz-page{background:#fff;color:#000}}