*{box-sizing:border-box}html{scroll-behavior:smooth}:root{--blue:#356dd4;--blue-dark:#285bb9;--blue-soft:#edf3ff;--ink:#111827;--muted:#6b7280;--line:#e5e7eb;--surface:#f5f7fb;--surface-strong:#eef2f8;--white:#fff;--green:#00af6c;--green-soft:#e9faf3;--amber:#b86709;--amber-soft:#fff7e8;--red:#d84747;--sidebar:278px;--radius:22px;--shadow:0 12px 34px rgba(17,24,39,.07)}body{margin:0;background:var(--surface);color:var(--ink);font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button,input{font:inherit}.skip-link{position:fixed;z-index:100;left:16px;top:-60px;background:var(--ink);color:#fff;padding:10px 16px;border-radius:8px;transition:top .2s}.skip-link:focus{top:16px}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);padding:30px 22px 24px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;justify-content:center;padding:2px 10px;margin-bottom:28px}.brand-logo{display:block;width:174px;max-width:100%;height:auto;object-fit:contain}.side-nav{display:grid;gap:8px}.nav-link{display:flex;align-items:center;gap:13px;min-height:52px;padding:11px 13px;border-radius:13px;color:#4b5563;font-weight:600;transition:background .2s,color .2s,transform .2s}.nav-link svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.nav-link:hover{background:#f4f6fa;color:var(--ink);transform:translateX(2px)}.nav-link.is-active{background:var(--blue-soft);color:var(--blue)}.sidebar-status{margin-top:auto;display:flex;align-items:center;gap:11px;padding:14px;border:1px solid #dfe7f6;border-radius:15px;background:#f8faff}.sidebar-status .status-dot{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(0,175,108,.1)}.sidebar-status div{display:flex;flex-direction:column}.sidebar-status strong{font-size:13px}.sidebar-status small{color:var(--muted);font-size:12px}.main-content{min-height:100vh;margin-left:var(--sidebar);padding:0 42px 26px}.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:1180px;margin:0 auto}.topbar-label,.back-link{color:var(--muted);font-weight:600}.back-link:hover{color:var(--blue)}.test-pill,.step-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #dfe7f6;border-radius:999px;background:#fff;color:#4b5563;font-size:13px;font-weight:700}.test-pill span{width:8px;height:8px;border-radius:50%;background:var(--green)}.hero-card{position:relative;overflow:hidden;max-width:1180px;margin:20px auto 28px;padding:58px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:70px;align-items:center;background:#fff;border:1px solid #edf0f5;border-radius:28px;box-shadow:var(--shadow)}.hero-card:before{content:"";position:absolute;width:400px;height:400px;right:-180px;top:-220px;border-radius:50%;background:radial-gradient(circle,rgba(53,109,212,.14),rgba(53,109,212,0) 70%)}.eyebrow{margin:0 0 10px;color:var(--blue);font-size:13px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.hero-copy{position:relative;z-index:1}.hero-copy h1,.page-title{margin:0;color:var(--ink);font-size:clamp(38px,4.6vw,62px);line-height:1.06;letter-spacing:-.045em}.hero-lead,.page-intro{max-width:720px;margin:24px 0 0;color:#5f6b7b;font-size:19px;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:20px;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 24px;border:0;border-radius:12px;font-weight:750;cursor:pointer;transition:transform .2s,background .2s,box-shadow .2s}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--blue);color:#fff;box-shadow:0 8px 20px rgba(53,109,212,.22)}.button-primary:hover{background:var(--blue-dark)}.button-secondary{border:1px solid var(--line);background:#fff;color:var(--ink)}.button-secondary:hover{background:#f7f8fa}.button-large{min-height:54px;padding:14px 28px}.button:disabled{background:#cbd5e1;color:#fff;box-shadow:none;cursor:not-allowed;transform:none}.privacy-note{color:var(--muted);font-size:13px}.hero-preview{position:relative;z-index:1;padding:25px;background:#f9fafc;border:1px solid #e7ebf2;border-radius:22px;box-shadow:0 18px 40px rgba(53,109,212,.08)}.preview-head,.preview-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.preview-head{color:var(--muted);font-size:13px;font-weight:700}.demo-chip,.optional-chip,.demo-badge{display:inline-flex;align-items:center;border-radius:999px;font-size:12px;font-weight:800}.demo-chip{padding:4px 8px;background:var(--blue-soft);color:var(--blue)}.preview-value{display:block;margin:14px 0 10px;font-size:39px;line-height:1}.large-progress,.mini-progress{overflow:hidden;background:#e5eaf2;border-radius:999px}.large-progress{height:10px;margin-bottom:27px}.mini-progress{height:6px;margin:7px 0 18px}.large-progress span,.mini-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#356dd4,#6877dd)}.preview-row{font-size:13px;color:#566171}.preview-row strong{color:var(--ink)}.section-block,.page-container{max-width:1180px;margin:0 auto}.section-block{padding:34px 0 48px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:20px}.section-heading h2{margin:0;font-size:30px;line-height:1.2;letter-spacing:-.025em}.section-count{padding:7px 11px;border-radius:999px;background:#e9edf4;color:#606b7b;font-size:12px;font-weight:800;white-space:nowrap}.service-card{display:flex;align-items:center;gap:20px;padding:24px;border:1px solid #e6eaf0;border-radius:20px;background:#fff;box-shadow:0 6px 20px rgba(17,24,39,.04);transition:transform .2s,border-color .2s,box-shadow .2s}.service-card:hover{transform:translateY(-2px);border-color:#cbd9f5;box-shadow:var(--shadow)}.service-icon{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue);flex:0 0 auto}.service-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.service-copy{display:flex;flex-direction:column;gap:4px}.service-copy strong{font-size:18px}.service-copy small{color:var(--muted);font-size:14px}.service-arrow{margin-left:auto;color:var(--blue);font-size:26px}.page-footer{max-width:1180px;margin:30px auto 0;padding-top:22px;border-top:1px solid var(--line);color:#98a0ad;font-size:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.developer-credit{color:#707a89;font-weight:650;letter-spacing:.01em}.page-container{padding:28px 0 50px}.narrow-container{max-width:900px}.page-title{font-size:clamp(36px,4vw,54px)}.page-intro{margin-top:15px;font-size:17px}.disclaimer-card,.plain-card,.instruction-card,.results-card{margin-top:28px;background:#fff;border:1px solid #e5e9f0;border-radius:var(--radius);box-shadow:0 8px 26px rgba(17,24,39,.045)}.disclaimer-card{display:flex;gap:19px;padding:28px;border-color:#f0d6b2;background:var(--amber-soft)}.disclaimer-icon,.instruction-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-weight:900;flex:0 0 auto}.disclaimer-icon{background:#ffead0;color:var(--amber)}.disclaimer-card h2,.plain-card h2,.instruction-card h2,.results-card h2{margin:0 0 10px;font-size:22px}.disclaimer-card p{margin:8px 0;color:#675a49}.plain-card{padding:28px}.simple-steps{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:17px}.simple-steps li{display:flex;align-items:flex-start;gap:14px}.simple-steps>li>span{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue);font-size:13px;font-weight:900}.simple-steps div{display:flex;flex-direction:column}.simple-steps small{margin-top:2px;color:var(--muted)}.action-row{display:flex;align-items:center;gap:18px;margin-top:28px}.action-row>span{max-width:420px;color:var(--muted);font-size:12px}.instruction-card{padding:28px}.instruction-head{display:flex;align-items:center;gap:15px}.instruction-icon{background:var(--blue-soft);color:var(--blue)}.instruction-head h2{margin:0}.instruction-head p{margin:2px 0 0;color:var(--muted);font-size:14px}.kmis-path{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:22px 0;padding:15px 17px;border-radius:14px;background:#f3f6fb;color:#4c596b;font-size:13px;font-weight:700}.kmis-path span{padding:4px 8px;border-radius:7px;background:#fff;border:1px solid #e5e9ef}.kmis-path b{color:#9aa4b2}.report-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.report-list article{display:flex;align-items:flex-start;gap:12px;padding:15px;border:1px solid #e8ebf0;border-radius:14px}.report-number{padding:5px 8px;border-radius:8px;background:var(--blue);color:#fff;font-size:12px;font-weight:900}.report-list article div{display:flex;flex-direction:column;gap:3px}.report-list strong{font-size:14px;line-height:1.35}.report-list small{color:var(--muted);font-size:12px}.calculation-form{margin-top:30px}.compact-heading{align-items:center}.compact-heading h2{font-size:26px}.upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.upload-card{position:relative;min-height:220px;padding:28px;border:2px dashed #cbd5e1;border-radius:20px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:border-color .2s,background .2s,transform .2s}.upload-card:hover{border-color:var(--blue);background:#f8faff;transform:translateY(-2px)}.upload-card.has-file{border-style:solid;border-color:#8dd9bb;background:var(--green-soft)}.upload-card input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.upload-icon{width:48px;height:48px;margin-bottom:14px;border-radius:14px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue);font-size:24px;font-weight:700}.upload-card.has-file .upload-icon{background:#d8f5e9;color:var(--green)}.upload-card strong{font-size:17px}.upload-card small{margin-top:4px;color:var(--muted)}.file-name{max-width:100%;margin-top:16px;padding:7px 11px;border-radius:8px;background:#edf1f6;color:#4b5563;font-size:12px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-card.has-file .file-name{background:#d4f1e5;color:#087a4e}.upload-card.has-error{border-style:solid;border-color:var(--red);background:#fff6f6}.upload-card.has-error .upload-icon{background:#ffe6e6;color:var(--red)}.upload-card.has-error .file-name{background:#ffe6e6;color:#a92f2f}.secure-hint{display:flex;align-items:center;gap:8px;margin:13px 0 0;color:var(--muted);font-size:12px}.secure-hint span{color:var(--green);font-weight:900}.plans-details{margin-top:24px;border:1px solid #e3e7ed;border-radius:18px;background:#fff;overflow:hidden}.plans-details summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;cursor:pointer}.plans-details summary::-webkit-details-marker{display:none}.plans-details summary>span:first-child{display:flex;flex-direction:column}.plans-details summary small{color:var(--muted);font-size:12px;font-weight:400}.optional-chip{padding:6px 10px;background:#f0f2f6;color:#687384}.plans-details[open] summary{border-bottom:1px solid var(--line)}.plans-content{padding:22px}.plans-content>p{margin:0 0 18px;color:var(--muted);font-size:13px}.plans-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.plans-grid label{display:flex;flex-direction:column;gap:7px;color:#4b5563;font-size:13px;font-weight:700}.plans-grid input{width:100%;padding:12px 14px;border:1px solid #dce1e8;border-radius:10px;color:var(--ink);background:#fff;outline:none}.plans-grid input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(53,109,212,.12)}.calculate-panel{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:24px;padding:22px;border-radius:18px;background:#eef2f8}.calculate-panel>div{display:flex;flex-direction:column}.calculate-panel span{color:var(--muted);font-size:13px}.calculate-panel #calculation-hint.has-error{color:#d9002f;font-size:16px;font-weight:800;line-height:1.45}.result-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.demo-badge{padding:8px 11px;background:var(--blue-soft);color:var(--blue);white-space:nowrap}.demo-warning{display:flex;align-items:flex-start;gap:12px;margin-top:24px;padding:15px 18px;border:1px solid #f0d6b2;border-radius:14px;background:var(--amber-soft);color:#675a49}.demo-warning>span{width:26px;height:26px;display:grid;place-items:center;border-radius:8px;background:#ffead0;color:var(--amber);font-weight:900;flex:0 0 auto}.demo-warning p{margin:0}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.summary-grid article{padding:22px;border:1px solid #e4e8ef;border-radius:18px;background:#fff}.summary-grid article>span{display:block;color:var(--muted);font-size:13px}.summary-grid article>strong{display:block;margin:6px 0 2px;font-size:30px;line-height:1.2}.summary-grid article>small{color:#98a0ad}.summary-grid .summary-status{background:linear-gradient(135deg,#356dd4,#5d70dc);color:#fff;border-color:transparent}.summary-grid .summary-status span,.summary-grid .summary-status small{color:rgba(255,255,255,.8)}.summary-grid .summary-status strong{font-size:21px}.results-card{padding:24px}.table-wrap{overflow-x:auto}.table-wrap table{width:100%;border-collapse:collapse;min-width:980px;table-layout:fixed}.table-wrap th,.table-wrap td{padding:16px 14px;border-bottom:1px solid #edf0f4;text-align:right;white-space:nowrap}.table-wrap th:first-child,.table-wrap td:first-child{text-align:left}.table-wrap thead th{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.05em}.table-wrap tbody th{font-size:14px}.table-wrap tbody td{font-size:14px;font-variant-numeric:tabular-nums}.table-wrap tfoot th,.table-wrap tfoot td{border-top:2px solid #dfe4ec;border-bottom:0;font-weight:900;white-space:normal;overflow-wrap:anywhere;line-height:1.3;vertical-align:top}.percent-chip{display:inline-flex;min-width:66px;justify-content:center;padding:5px 8px;border-radius:8px;background:var(--blue-soft);color:var(--blue);font-weight:800}.forecast-good{color:#087a4e;font-weight:800}.forecast-risk{color:#b05b06;font-weight:800}.result-actions{display:flex;gap:12px;margin-top:24px}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid rgba(53,109,212,.42);outline-offset:3px}.upload-card:focus-within{outline:3px solid rgba(53,109,212,.42);outline-offset:3px}@media (max-width:1050px){.main-content{padding-left:28px;padding-right:28px}.hero-card{grid-template-columns:1fr;gap:34px;padding:42px}.hero-preview{max-width:520px}.report-list{grid-template-columns:1fr}}@media (max-width:820px){:root{--sidebar:0px}.sidebar{position:static;width:auto;height:auto;padding:16px;border-right:0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px}.brand{margin:0;justify-content:flex-start}.brand-logo{width:125px}.side-nav{display:flex;justify-content:flex-end}.nav-link{min-height:44px}.nav-link span{display:none}.sidebar-status{display:none}.main-content{margin-left:0;padding:0 18px 22px}.topbar{height:70px}.hero-card{margin-top:10px;padding:30px;border-radius:22px}.hero-copy h1,.page-title{font-size:38px}.upload-grid,.plans-grid,.summary-grid{grid-template-columns:1fr}.result-title-row{flex-direction:column}.calculate-panel,.action-row{align-items:stretch;flex-direction:column}.calculate-panel .button,.action-row .button{width:100%}.report-list{grid-template-columns:1fr}}@media (max-width:560px){.sidebar{grid-template-columns:1fr auto;padding:12px}.brand-logo{width:105px}.nav-link{padding:9px}.hero-card{padding:24px}.hero-actions,.result-actions{align-items:stretch;flex-direction:column}.button{width:100%}.privacy-note{text-align:center}.section-heading{align-items:flex-start}.service-card{align-items:flex-start}.service-arrow{display:none}.kmis-path{align-items:flex-start;flex-direction:column}.kmis-path b{transform:rotate(90deg);margin-left:12px}.disclaimer-card{flex-direction:column}.page-title{font-size:34px}.page-intro,.hero-lead{font-size:16px}.topbar-label{font-size:13px}.test-pill{font-size:11px}.summary-grid article>strong{font-size:26px}}.summary-grid.summary-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.upload-card>strong{max-width:100%;line-height:1.35}.forecast-message{display:flex;min-width:0;flex-direction:column;gap:4px}.forecast-message strong{font-weight:800;line-height:1.3}.forecast-message small{color:var(--muted);font-weight:600;white-space:nowrap}.data-unavailable{display:inline-flex;max-width:100%;padding:5px 8px;border-radius:8px;background:#f2f4f7;color:#727b89;font-weight:700;line-height:1.3;text-align:left;white-space:normal;overflow-wrap:anywhere}.table-wrap th:nth-child(1){width:25%}.table-wrap th:nth-child(2),.table-wrap th:nth-child(3){width:15%}.table-wrap th:nth-child(4){width:13%}.table-wrap th:nth-child(5){width:32%}.table-wrap th:first-child{min-width:0}.table-wrap th:last-child,.table-wrap td:last-child{min-width:0;text-align:left;white-space:normal}@media (max-width:820px){.summary-grid.summary-grid-two{grid-template-columns:1fr}.table-wrap td:last-child{min-width:220px}}html{color-scheme:light}html[data-theme="dark"]{color-scheme:dark}.topbar-actions{display:flex;align-items:center;gap:10px}.theme-toggle{width:43px;height:43px;padding:0;display:grid;place-items:center;flex:0 0 auto;border:1px solid #dfe7f6;border-radius:13px;background:#fff;color:var(--blue);cursor:pointer;box-shadow:0 5px 16px rgba(17,24,39,.05);transition:background .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s}.theme-toggle:hover{transform:translateY(-1px);background:var(--blue-soft);border-color:#cbd9f5;box-shadow:0 8px 20px rgba(53,109,212,.13)}.theme-toggle .theme-icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.theme-icon-sun{display:none}html[data-theme="dark"] .theme-icon-sun{display:block}html[data-theme="dark"] .theme-icon-moon{display:none}html[data-theme="dark"]{--blue:#72a4ff;--blue-dark:#8bb4ff;--blue-soft:#172a4c;--ink:#f1f5fb;--muted:#9ba8bb;--line:#2a3547;--surface:#0b111b;--surface-strong:#111a28;--white:#151e2c;--green:#35d49a;--green-soft:#102d27;--amber:#efb35e;--amber-soft:#302617;--red:#ff8189;--shadow:0 16px 42px rgba(0,0,0,.34)}html[data-theme="dark"] body{background:#0b111b;color:var(--ink)}html[data-theme="dark"] .sidebar{background:#0f1724;border-color:var(--line)}html[data-theme="dark"] .nav-link{color:#aeb9ca}html[data-theme="dark"] .nav-link:hover{background:#172233;color:#fff}html[data-theme="dark"] .nav-link.is-active{background:#192c4f;color:#86afff}html[data-theme="dark"] .sidebar-status{border-color:#2a3a53;background:#121e2f}html[data-theme="dark"] .topbar-label,html[data-theme="dark"] .back-link{color:#a7b3c4}html[data-theme="dark"] .test-pill,html[data-theme="dark"] .step-pill{border-color:#2b3850;background:#141d2b;color:#c5cedc}html[data-theme="dark"] .theme-toggle{border-color:#30405a;background:#172234;color:#ffd36f;box-shadow:0 8px 22px rgba(0,0,0,.2)}html[data-theme="dark"] .theme-toggle:hover{border-color:#486287;background:#1d2c43}html[data-theme="dark"] .hero-card,html[data-theme="dark"] .service-card,html[data-theme="dark"] .plain-card,html[data-theme="dark"] .instruction-card,html[data-theme="dark"] .results-card,html[data-theme="dark"] .plans-details,html[data-theme="dark"] .summary-grid article{background:#141d2b;border-color:#293548}html[data-theme="dark"] .hero-card:before{background:radial-gradient(circle,rgba(78,129,224,.2),rgba(78,129,224,0) 70%)}html[data-theme="dark"] .hero-lead,html[data-theme="dark"] .page-intro{color:#aab5c5}html[data-theme="dark"] .hero-preview{background:#101824;border-color:#2a3547;box-shadow:0 18px 42px rgba(0,0,0,.28)}html[data-theme="dark"] .large-progress,html[data-theme="dark"] .mini-progress{background:#273248}html[data-theme="dark"] .preview-row{color:#aeb9ca}html[data-theme="dark"] .section-count{background:#1b2637;color:#aab6c7}html[data-theme="dark"] .service-card:hover{border-color:#486b9e}html[data-theme="dark"] .page-footer{border-color:#263143;color:#748298}html[data-theme="dark"] .developer-credit{color:#8794a7}html[data-theme="dark"] .button-primary,html[data-theme="dark"] .report-number{background:#356dd4;color:#fff}html[data-theme="dark"] .button-primary:hover{background:#2f63bd}html[data-theme="dark"] .button-secondary{background:#151e2c;border-color:#354156;color:#eef3fa}html[data-theme="dark"] .button-secondary:hover{background:#1c2738}html[data-theme="dark"] .button:disabled{background:#374357;color:#8794a7}html[data-theme="dark"] .disclaimer-card{border-color:#574326;background:#2b2317}html[data-theme="dark"] .disclaimer-card p,html[data-theme="dark"] .demo-warning{color:#e0c69e}html[data-theme="dark"] .disclaimer-icon,html[data-theme="dark"] .demo-warning>span{background:#4a361b;color:#ffc36d}html[data-theme="dark"] .kmis-path{background:#101824;color:#b5c0cf}html[data-theme="dark"] .kmis-path span{background:#192332;border-color:#324057}html[data-theme="dark"] .kmis-path b{color:#65748a}html[data-theme="dark"] .report-list article{border-color:#2b374a;background:#111a27}html[data-theme="dark"] .upload-card{background:#131c29;border-color:#3b485d}html[data-theme="dark"] .upload-card:hover{background:#172235;border-color:#72a4ff}html[data-theme="dark"] .upload-card.has-file{background:#102a24;border-color:#3b9c78}html[data-theme="dark"] .upload-card.has-file .upload-icon{background:#173d31;color:#55dbaa}html[data-theme="dark"] .file-name{background:#202b3d;color:#b8c2d0}html[data-theme="dark"] .upload-card.has-file .file-name{background:#174033;color:#7ce2bb}html[data-theme="dark"] .upload-card.has-error{background:#321b20;border-color:#ff8189}html[data-theme="dark"] .upload-card.has-error .upload-icon,html[data-theme="dark"] .upload-card.has-error .file-name{background:#4a2229;color:#ff9ca3}html[data-theme="dark"] .plans-details[open] summary{border-color:#2a3547}html[data-theme="dark"] .optional-chip{background:#202b3c;color:#aeb9ca}html[data-theme="dark"] .plans-grid label{color:#bcc5d2}html[data-theme="dark"] .plans-grid input{background:#101824;border-color:#344158;color:#f1f5fb}html[data-theme="dark"] .plans-grid input::placeholder{color:#6f7d91}html[data-theme="dark"] .calculate-panel{background:#111a28}html[data-theme="dark"] .calculate-panel #calculation-hint.has-error{color:#ff5b6e}html[data-theme="dark"] .demo-warning{border-color:#574326;background:#2b2317}html[data-theme="dark"] .summary-grid .summary-status{background:linear-gradient(135deg,#315fae,#4d5fc0)}html[data-theme="dark"] .table-wrap th,html[data-theme="dark"] .table-wrap td{border-color:#273244}html[data-theme="dark"] .table-wrap tfoot th,html[data-theme="dark"] .table-wrap tfoot td{border-top-color:#3a4659}html[data-theme="dark"] .percent-chip{background:#1a2e52;color:#8bb4ff}html[data-theme="dark"] .forecast-good{color:#62d7ac}html[data-theme="dark"] .forecast-risk{color:#f0b96c}html[data-theme="dark"] .data-unavailable{background:#202a39;color:#aab5c5}@media (max-width:560px){.topbar-actions{gap:6px}.theme-toggle{width:39px;height:39px;border-radius:11px}.test-pill{padding-left:9px;padding-right:9px}}
/* optional-account-v1 */
[hidden]{display:none!important}.account-link,.account-inline-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--ink);font-weight:700;text-decoration:none}.account-link:hover,.account-inline-link:hover{border-color:var(--blue);color:var(--blue)}.saved-presets-panel{margin:18px 0 22px;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--surface-strong)}.saved-presets-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px}.saved-presets-heading strong,.saved-presets-heading small{display:block}.saved-presets-heading small,.account-caption{margin-top:4px;color:var(--muted);font-size:13px}.saved-presets-panel p{margin:8px 0}.preset-controls{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;margin-top:12px}.preset-controls label{display:grid;gap:6px;min-width:220px;flex:1}.preset-controls label span,.account-form label>span{font-size:13px;font-weight:700;color:var(--muted)}.preset-controls input,.preset-controls select,.account-form input{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--ink);font:inherit}.button-danger{border:1px solid #ca4545;background:#fff3f3;color:#a82f2f}.button-danger:hover{background:#ffe5e5}.account-status{min-height:22px;margin-top:14px;color:var(--green);font-weight:650}.account-status.has-error{color:var(--red)}.account-page-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--surface)}.account-page-shell>.topbar{padding:16px clamp(18px,4vw,44px)}.account-main{width:min(560px,calc(100% - 32px));margin:auto;padding:34px 0 48px}.account-main-wide{width:min(760px,calc(100% - 32px))}.account-brand{display:block;width:92px;margin:0 auto 22px}.account-brand img{display:block;width:100%;height:auto}.account-card{padding:clamp(24px,5vw,42px);border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:var(--shadow)}.account-card h1{margin:6px 0 12px;font-size:clamp(28px,5vw,42px)}.account-card h2{margin-top:28px}.account-card hr{margin:28px 0;border:0;border-top:1px solid var(--line)}.account-form{display:grid;gap:16px;margin-top:24px}.account-form label{display:grid;gap:7px}.account-form small{color:var(--muted)}.account-check{grid-template-columns:auto 1fr!important;align-items:start}.account-check input{width:18px;min-height:18px;margin-top:2px}.account-links{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:18px}.privacy-copy li{margin:7px 0}html[data-theme="dark"] .button-danger{border-color:#8f3f47;background:#321f24;color:#ffabb4}
@media(max-width:700px){.saved-presets-heading{display:block}.account-inline-link{margin-top:10px}.preset-controls{display:grid;grid-template-columns:1fr}.preset-controls label{min-width:0}.preset-controls .button{width:100%}.account-page-shell>.topbar{padding:12px 16px}.account-card{border-radius:16px}}
.language-switch{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);font-size:14px;font-weight:800;line-height:1;text-decoration:none;white-space:nowrap;transition:border-color .18s ease,color .18s ease,background-color .18s ease}.language-switch:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-soft)}.language-switch:focus-visible{outline:3px solid var(--blue);outline:3px solid color-mix(in srgb,var(--blue) 35%,transparent);outline-offset:2px}html[data-theme="dark"] .language-switch{background:var(--surface-strong)}@media(max-width:700px){.language-switch{min-height:36px;padding:0 10px;font-size:13px}}
@media(max-width:360px){.topbar{gap:8px}.topbar-actions{gap:6px}.topbar-actions>.topbar-label,.topbar-actions>.test-pill,.topbar-actions>.step-pill{display:none}.topbar-actions>.account-link{min-height:36px;padding:0 10px;font-size:13px}.topbar-actions>.back-link{font-size:13px}.theme-toggle{width:39px;height:39px}.language-switch{padding:0 9px}}
.report-keyword{display:inline-block;margin-inline:.18em;padding:.08em .42em;border-radius:.45em;background:var(--amber-soft);color:#a25500;font-weight:900;line-height:1.35;box-decoration-break:clone;-webkit-box-decoration-break:clone}
html[data-theme="dark"] .report-keyword{color:var(--amber)}
@media(prefers-color-scheme:dark){html:not([data-theme="light"]) .report-keyword{color:var(--amber)}}

/* sections-budget-v1 */
.section-block>.service-card+.service-card{margin-top:16px}.calculation-mode-tabs{display:flex;gap:8px;margin:0 0 22px;padding:6px;border:1px solid var(--line);border-radius:15px;background:var(--surface-strong)}.calculation-mode-tabs button{flex:1;min-height:46px;padding:10px 16px;border:0;border-radius:11px;background:transparent;color:var(--muted);font-weight:800;cursor:pointer}.calculation-mode-tabs button[aria-pressed="true"]{background:var(--surface);color:var(--blue);box-shadow:0 5px 16px rgba(17,24,39,.08)}.sections-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,.72fr);gap:22px;margin-bottom:24px;padding:24px;border:1px solid #cbd9f5;border-radius:18px;background:var(--blue-soft)}.sections-intro h2{margin:0 0 8px}.sections-intro p{margin:0;color:var(--muted)}.population-upload{position:relative;display:flex;align-items:center;gap:12px;padding:16px;border:2px dashed #aebfe0;border-radius:14px;background:var(--surface);cursor:pointer}.population-upload input{position:absolute;width:1px;height:1px;opacity:0}.population-upload>span:nth-of-type(2){display:grid;gap:2px}.population-upload small{color:var(--muted)}.population-file-label{margin-left:auto;padding:7px 9px;border-radius:8px;background:var(--surface-strong);color:var(--blue);font-size:12px;font-weight:800;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.population-upload.has-file{border-style:solid;border-color:var(--green);background:var(--green-soft)}.population-upload.has-error{border-style:solid;border-color:var(--red);background:#fff3f3}.save-calculation-panel{display:grid;gap:14px;margin-top:24px;padding:20px;border:1px solid #cdd9ed;border-radius:18px;background:var(--surface)}.save-calculation-panel>div:first-child strong,.save-calculation-panel>div:first-child small{display:block}.save-calculation-panel small{margin-top:4px;color:var(--muted)}.save-upload-check{display:flex;align-items:flex-start;gap:10px;font-weight:800}.save-upload-check input{width:19px;height:19px;margin-top:2px}.save-calculation-fields{display:grid;grid-template-columns:2fr 1fr;gap:12px}.save-calculation-fields label{display:grid;gap:6px;color:var(--muted);font-size:13px;font-weight:700}.save-calculation-fields input{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--ink)}.saved-calculations-list{display:grid;gap:12px;margin-top:14px}.saved-calculation-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px;border:1px solid var(--line);border-radius:14px;background:var(--surface-strong)}.saved-calculation-copy{display:grid;gap:3px;min-width:0}.saved-calculation-copy strong,.saved-calculation-copy span,.saved-calculation-copy small{overflow-wrap:anywhere}.saved-calculation-copy span{color:var(--blue);font-weight:750}.saved-calculation-copy small{color:var(--muted)}.saved-calculation-actions{display:flex;gap:8px;flex:0 0 auto}.saved-calculation-actions .button{min-height:42px;padding:9px 14px}.sections-result-container{max-width:1500px}.sections-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.top-five-details{margin-top:24px;padding:0;border:1px solid #f0d6b2;border-radius:18px;background:var(--amber-soft);overflow:hidden}.top-five-details summary{padding:18px 22px;cursor:pointer;color:#76521c;font-weight:900}.top-five-details>p{margin:0;padding:0 22px 12px;color:var(--muted)}.top-five-details ol{display:grid;gap:8px;margin:0;padding:0 22px 20px;list-style:none}.top-five-details li{display:flex;justify-content:space-between;gap:16px;padding:11px 13px;border-radius:10px;background:var(--surface)}.top-five-details li span{font-variant-numeric:tabular-nums}.sections-table-wrap{max-width:100%;overflow:auto;border:1px solid var(--line);border-radius:14px}.sections-table-wrap table{width:100%;min-width:2550px;border-collapse:collapse}.sections-table-wrap th,.sections-table-wrap td{padding:11px 10px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.sections-table-wrap thead th{position:sticky;top:0;z-index:2;background:var(--surface-strong);color:var(--muted);font-size:12px}.sections-table-wrap thead tr:nth-child(2) th{top:43px}.sections-table-wrap th:first-child,.sections-table-wrap td:first-child{text-align:left;position:sticky;left:0;z-index:1;background:var(--surface)}.sections-table-wrap thead th:first-child{z-index:3;background:var(--surface-strong)}.sections-table-wrap tfoot th,.sections-table-wrap tfoot td{font-weight:900;background:var(--surface-strong)}.sections-table-wrap .unassigned-section{color:var(--amber)}html[data-theme="dark"] .calculation-mode-tabs button[aria-pressed="true"],html[data-theme="dark"] .population-upload,html[data-theme="dark"] .save-calculation-panel,html[data-theme="dark"] .saved-calculation-row,html[data-theme="dark"] .top-five-details li{background:#151e2c}html[data-theme="dark"] .sections-intro{border-color:#34537d;background:#142743}html[data-theme="dark"] .population-upload.has-file{background:#102a24}html[data-theme="dark"] .population-upload.has-error{background:#321b20}html[data-theme="dark"] .top-five-details{border-color:#574326;background:#2b2317}html[data-theme="dark"] .top-five-details summary{color:#f0c47d}html[data-theme="dark"] .sections-table-wrap th:first-child,html[data-theme="dark"] .sections-table-wrap td:first-child{background:#151e2c}html[data-theme="dark"] .sections-table-wrap thead th,html[data-theme="dark"] .sections-table-wrap tfoot th,html[data-theme="dark"] .sections-table-wrap tfoot td{background:#1b2637}
@media(max-width:900px){.sections-intro{grid-template-columns:1fr}.sections-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.saved-calculation-row{align-items:flex-start;flex-direction:column}.saved-calculation-actions{width:100%}.saved-calculation-actions .button{flex:1}}
@media(max-width:700px){.calculation-mode-tabs{flex-direction:column}.save-calculation-fields,.sections-summary{grid-template-columns:1fr}.population-upload{align-items:flex-start;flex-direction:column}.population-file-label{margin-left:0;max-width:100%}.top-five-details li{align-items:flex-start;flex-direction:column}.saved-calculation-actions{display:grid;grid-template-columns:1fr}.saved-calculation-actions .button{width:100%}}

/* upload-triangle-v3 */
.sections-intro{display:block}.sections-intro>div{max-width:850px}.upload-bundle{display:grid}.population-upload{display:none;width:min(760px,82%);min-height:126px;justify-self:center}.population-file-label{flex:0 0 auto;max-width:none}.page-container:has(#calculation-mode-sections[aria-pressed="true"])>.instruction-card{display:none}#calculation-form:has(#calculation-mode-sections[aria-pressed="true"]) .upload-bundle{gap:18px;padding:20px;border:1px solid var(--line);border-radius:18px;background:var(--surface-strong)}#calculation-form:has(#calculation-mode-sections[aria-pressed="true"]) .population-upload{display:flex}#calculation-form:has(#calculation-mode-sections[aria-pressed="true"]) .upload-grid{width:100%}
@media(max-width:900px){.population-upload{width:min(720px,90%)}}
@media(max-width:700px){#calculation-form:has(#calculation-mode-sections[aria-pressed="true"]) .upload-bundle{padding:14px}.population-upload{width:100%;min-height:0}.population-file-label{max-width:100%}}

/* fixed-calculators-v4 */
.sections-upload-bundle{gap:18px;padding:20px;border:1px solid var(--line);border-radius:18px;background:var(--surface-strong)}
.population-upload-fixed{display:flex}
.simple-save-check{display:flex;align-items:center;gap:9px;width:max-content;margin:4px 0;font-weight:800;cursor:pointer}
.simple-save-check input{width:18px;height:18px;margin:0;accent-color:var(--accent)}
@media(max-width:700px){.sections-upload-bundle{padding:14px}.population-upload-fixed{width:100%;min-height:0}.simple-save-check{margin:0}}
.faq-card details{padding:15px 0;border-top:1px solid var(--line)}.faq-card details:first-of-type{margin-top:10px}.faq-card summary{cursor:pointer;color:var(--ink);font-weight:750}.faq-card details p{margin:10px 0 0;color:var(--muted)}
