:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--font-body:"Segoe UI", "Aptos", "Inter", sans-serif;--font-display:var(--font-body);--bg:#f5f7f8;--bg-soft:#f1f4f5;--bg-strong:#e8eef0;--surface:#fff;--surface-strong:#fff;--surface-elevated:#fff;--ink:#25313c;--muted:#596571;--line:#dce3e7;--input-line:#94a3ac;--accent:#176b64;--accent-strong:#12564f;--accent-soft:#eaf4f1;--tone-blue:#edf2f7;--tone-teal:#eaf3f0;--tone-burgundy:#f2eff5;--success:#236249;--danger:#a83232;--on-accent:#fff;--tone-warm:#f6f2ea;--tone-red:#f7eeee;--tone-green:#f0f6f3;--tone-pension:#b59672;--proposal-tone-1:#f0f5f3;--proposal-tone-2:#f3f4f7;--shadow:none;--shadow-soft:none;--radius-xl:10px;--radius-lg:8px;--radius-md:6px}@media screen{:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#111820;--bg-soft:#202d38;--bg-strong:#2d3d49;--surface:#19232d;--surface-strong:#202d38;--surface-elevated:#26343f;--ink:#e4eaf0;--muted:#b0bdc8;--line:#354653;--input-line:#718593;--accent:#78c9bb;--accent-strong:#a1dfd3;--accent-soft:#223e3b;--on-accent:#102c28;--tone-blue:#263443;--tone-teal:#233c38;--tone-burgundy:#373143;--tone-warm:#3d352b;--tone-red:#442e34;--tone-green:#293d33;--tone-pension:#51412e;--proposal-tone-1:#243a35;--proposal-tone-2:#2b3241;--success:#91d5ae;--danger:#faa}}*{box-sizing:border-box;margin:0;padding:0}html{min-height:100%}body{min-height:100vh;color:var(--ink);background:var(--bg);font-family:var(--font-body);font-size:14px;line-height:1.45}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}input,select,textarea{color-scheme:normal}.site-shell{width:100%;max-width:none;margin:0;position:relative}.site-backdrop{display:none}.site-header{border-bottom:1px solid var(--line);background:var(--surface);z-index:20;align-items:center;gap:16px;padding:12px 24px;display:flex;position:sticky;top:0}.brand{flex-shrink:0;align-items:center;display:flex}.brand-logo{width:auto;height:36px;display:block}:root[data-theme=dark] .brand-logo{background:#fff;border-radius:4px}.header-actions{flex-shrink:0;align-items:center;gap:10px;min-width:0;margin-left:auto;display:flex}.theme-switcher{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--bg-soft);flex-shrink:0;gap:2px;padding:3px;display:flex}.theme-choice{cursor:pointer;position:relative}.theme-choice-content{min-height:32px;color:var(--muted);white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;gap:6px;padding:5px 8px;font-size:12px;display:flex}.theme-choice:hover .theme-choice-content{color:var(--ink)}:root:not([data-theme=dark]) .theme-choice input[value=light]+.theme-choice-content,:root[data-theme=dark] .theme-choice input[value=dark]+.theme-choice-content{background:var(--surface);color:var(--accent-strong);box-shadow:0 1px 3px #0000001f}.theme-choice input:focus-visible+.theme-choice-content{outline:2px solid var(--accent);outline-offset:2px}.brand-copy{gap:2px;display:grid}.brand-copy strong{letter-spacing:.06em;text-transform:uppercase;color:var(--ink);font-size:.98rem}.brand-copy span{color:var(--muted);font-size:.8rem}.top-nav{flex-wrap:wrap;gap:4px;min-width:0;margin-left:auto;display:flex}.top-nav a{color:var(--muted);white-space:nowrap;border-radius:6px;padding:8px 10px;font-size:13px;font-weight:500;transition:background-color .12s,color .12s}.top-nav a:hover{color:var(--ink);background:var(--bg-soft)}.top-nav a.is-active{color:var(--accent-strong);background:var(--accent-soft)}.auth-nav{min-width:0;color:var(--ink);flex-shrink:0;position:relative}.auth-nav-trigger{border-radius:var(--radius-md);max-width:min(200px,45vw);min-height:40px;color:inherit;cursor:pointer;background:0 0;border:1px solid #0000;align-items:center;gap:6px;padding:8px 10px;font-size:13px;display:flex}.auth-nav-trigger:hover,.auth-nav-trigger[aria-expanded=true]{background:var(--bg-soft)}.auth-nav-username{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.auth-nav-chevron{flex-shrink:0}.auth-nav-trigger[aria-expanded=true] .auth-nav-chevron{transform:rotate(180deg)}.auth-nav-dropdown{z-index:1;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);min-width:150px;padding:4px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 4px 12px #25313c14}.auth-nav-logout{border-radius:var(--radius-md);width:100%;min-height:40px;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;padding:8px 10px;font-size:13px}.auth-nav-logout:hover{background:var(--bg-soft)}.page-wrap{width:100%;margin:0 auto;padding:24px 24px 40px}.hero,.stack{gap:16px;display:grid}.hero{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}.hero-copy,.hero-panel,.panel,.section-card,.stat-card,.table-shell{border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow)}.hero-copy,.hero-panel,.panel,.table-shell{padding:18px}.table-shell{overflow-x:auto}.eyebrow{background:var(--accent-soft);color:var(--accent-strong);text-transform:uppercase;letter-spacing:.12em;border:1px solid var(--line);border-radius:999px;padding:8px 14px;font-size:.8rem;display:inline-flex}h1,h2,h3{font-family:var(--font-body);line-height:1.3}h1{letter-spacing:-.02em;margin:0;font-size:22px;font-weight:600}h2{font-size:16px;font-weight:600}.hero-copy p,.section-lead,.muted{color:var(--muted);max-width:64ch;margin-top:6px;line-height:1.5}.hero-actions,.actions{flex-wrap:wrap;gap:12px;margin-top:12px;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:6px;min-height:36px;padding:7px 12px;font-size:13px;font-weight:600;line-height:1.4;transition:background-color .12s,border-color .12s;display:inline-flex}.button:hover{transform:none}.button-primary{background:var(--accent);color:var(--on-accent)}.button-secondary{border-color:var(--input-line);background:var(--surface);color:var(--ink)}.button:disabled{opacity:.55;cursor:not-allowed}.card-grid,.stats-grid,.form-grid{gap:16px;display:grid}.card-grid{margin-top:20px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.section-card,.stat-card{padding:22px}.section-card p,.stat-card p{color:var(--muted);margin-top:10px;line-height:1.55}.section-header{justify-content:space-between;align-items:end;gap:16px;display:flex}.section-tag{color:var(--muted);font-size:12px;font-weight:500}.form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.rental-scenarios{gap:12px;display:grid}.rental-scenario-row{grid-template-columns:minmax(130px,.65fr) repeat(3,minmax(180px,1fr));align-items:end;gap:12px;display:grid}.rental-scenario-row>strong{padding-bottom:10px}.spvp-form{align-items:start}.spvp-input-panel{align-self:start;width:fit-content;max-width:100%}.spvp-profile-panel .form-grid{grid-template-columns:repeat(4,minmax(180px,220px));justify-content:start}.spvp-loans-panel .variants-grid{grid-template-columns:repeat(3,minmax(290px,340px));justify-content:start}.spvp-rental-panel .rental-scenario-row{grid-template-columns:140px repeat(3,minmax(170px,210px));justify-content:start}.spvp-investment-panel{width:fit-content}.spvp-investment-panel .investment-grid-shell{width:min(1440px,100%);max-width:100%}@media (max-width:1180px){.spvp-input-panel{width:100%}.spvp-loans-panel .variants-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr))}}@media (max-width:960px){.spvp-profile-panel .form-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.spvp-rental-panel .rental-scenario-row{grid-template-columns:140px repeat(3,minmax(170px,1fr))}}@media (max-width:760px){.rental-scenario-row,.spvp-rental-panel .rental-scenario-row{grid-template-columns:1fr;gap:10px}.rental-scenario-row>strong{padding-bottom:0}}.field{gap:5px;min-width:0;display:grid}.field label{color:var(--muted);font-size:.92rem}.field input,.field select{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-soft);color:var(--ink);padding:7px 10px}.toggle{color:var(--muted);align-items:center;gap:10px;display:flex}.variants-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px;display:grid}.variant-card{border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface);align-content:start;gap:12px;min-width:0;padding:16px;display:grid}.variant-card h3{font-size:14px;font-weight:600}.variant-badge,.status{color:var(--danger);background:#fff0ef}.variant-badge{color:var(--muted);background:0 0;padding:0}.status{color:var(--danger);background:#ff9a921f}.status-positive{background:var(--accent-soft);color:var(--success)}.variant-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.variant-stats div{border-bottom:1px solid var(--line);padding:8px 0}.variant-stats span{color:var(--muted);margin-bottom:6px;font-size:.85rem;display:block}table{border-collapse:collapse;width:100%;min-width:860px}.years-comparison-table{table-layout:fixed;min-width:1560px}.years-comparison-table th,.years-comparison-table td{vertical-align:middle;font-size:.9rem}.years-comparison-table thead tr:first-child th{color:var(--ink);white-space:nowrap;border-bottom:0;font-weight:700}.years-comparison-table thead tr:nth-child(2) th{color:var(--ink);white-space:normal;overflow-wrap:anywhere;word-break:break-word;width:84px;min-width:84px;max-width:84px;padding:8px 6px;font-size:.78rem;font-weight:600;line-height:1.12}.years-group-1{background:var(--tone-blue)}.years-group-2{background:var(--tone-teal)}.years-group-3{background:var(--tone-burgundy)}.years-comparison-table thead th[rowspan]{background:var(--bg-soft);border-bottom:1px solid var(--line);color:var(--ink)!important}.years-investment-cell{background:var(--accent-soft)}.years-comparison-table tbody td{white-space:nowrap;padding:9px 6px;font-size:.84rem}.years-comparison-table tbody td:first-child{text-align:center;width:58px;min-width:58px}.years-number-cell{text-align:right;font-variant-numeric:tabular-nums}th,td{text-align:left;border-bottom:1px solid var(--line);padding:9px 10px}th{color:var(--muted);font-weight:500}.login-shell{gap:20px;width:min(380px,100%);margin:clamp(24px,9vh,100px) auto;display:grid}.proposal-params{grid-template-columns:repeat(6,minmax(110px,max-content));align-items:end;gap:14px;display:grid}.proposal-param{gap:6px;display:grid}.proposal-param label{color:var(--muted);font-size:.92rem}.proposal-button{min-width:160px}.proposal-version-tabs{flex-wrap:wrap;gap:10px;display:flex}.proposal-version-tab{border:1px solid var(--line);background:var(--bg-soft);color:var(--muted);cursor:pointer;border-radius:999px;padding:10px 16px;transition:background-color .16s,border-color .16s,color .16s}.proposal-version-tab.is-active{background:var(--accent-soft);border-color:var(--accent);color:var(--ink)}.proposal-version-lead{margin-top:0}.proposal-inline-params{gap:16px;display:grid}.proposal-inline-params>span,.proposal-overview-header span{color:var(--accent-strong);font-size:14px;font-weight:700}.proposal-inline-fields{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.proposal-inline-fields label,.proposal-year-picker{gap:6px;display:grid}.proposal-inline-fields label span,.proposal-year-picker span{color:var(--muted);font-size:.85rem}.proposal-inline-fields input,.proposal-year-picker input{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-soft);min-width:92px;color:var(--ink);padding:10px 12px}.term-params{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));align-items:end;gap:12px 18px;display:grid}.term-param{gap:6px;display:grid}.term-param label{color:var(--muted);font-size:.92rem}.term-param input,.term-param textarea{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-soft);width:100%;color:var(--ink);padding:7px 10px}.term-param textarea{resize:vertical;min-height:120px}.section-heading h2{margin:0}.term-report-grid,.term-report-notes{gap:16px;display:grid}.term-report-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.term-report-notes{grid-template-columns:repeat(2,minmax(0,1fr))}.term-report-span-2{grid-column:span 2}.term-scenario-title{color:var(--ink);margin-bottom:8px;font-weight:600}.term-legacy-table{min-width:760px}.term-legacy-table th,.term-legacy-table td{font-size:.92rem}.term-linear-col{background:var(--tone-blue)}.term-annuity-col{background:var(--tone-teal)}.term-number-cell{text-align:right;font-variant-numeric:tabular-nums}.proposal-table-shell,.proposal-chart-shell{overflow-x:auto}.proposal-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1540px}.proposal-table th,.proposal-table td{border:1px solid var(--line);padding:5px 8px}.proposal-group-title{color:var(--ink);text-align:center;font-size:13px;font-weight:600;background:0 0!important;border:none!important;padding-bottom:8px!important}.proposal-group-link{color:inherit;cursor:pointer;background:0 0;border:0;text-decoration:underline}.proposal-group-link.is-active{font-weight:700;text-decoration:none}.proposal-column-header{font-family:var(--font-body);text-align:center;vertical-align:middle;min-width:88px;font-size:.84rem;font-weight:500;line-height:1.12}.proposal-overview-table .proposal-column-header{padding:8px 6px;font-size:.74rem}.proposal-detail-table .proposal-column-header{font-size:.92rem}.proposal-theme-1{background:var(--proposal-tone-1)}.proposal-theme-2{background:var(--proposal-tone-2)}.proposal-selector{text-align:center;height:30px}.proposal-row-label{background:var(--bg-soft);font-family:var(--font-body);text-align:center;white-space:nowrap;min-width:220px;font-size:.95rem}.proposal-value-cell{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.proposal-detail-cell{white-space:nowrap}.proposal-highlight-row td{background:var(--accent-soft);font-weight:700}.proposal-highlight-row .proposal-row-label{background:var(--accent-soft)}.proposal-best-balance{color:var(--success);font-weight:700}.proposal-chart{width:100%;min-width:1180px;height:auto;display:block}.proposal-scenario-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.proposal-actions{flex-wrap:wrap;gap:12px;display:flex}.proposal-actions-spread{justify-content:space-between;align-items:center}.proposal-actions-left,.proposal-actions-right{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.proposal-overview-header,.proposal-detail-header{justify-content:space-between;align-items:center;display:flex}.proposal-scenario-card{gap:10px;display:grid}.proposal-scenario-card strong{font-size:14px}.proposal-scenario-meta{color:var(--muted);gap:6px;font-size:.92rem;display:grid}.investment-pension-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,580px),1fr));gap:18px;display:grid}.investment-pension-column{border-radius:var(--radius-md);background:var(--bg-soft);gap:8px;min-width:0;padding:12px;display:grid}.investment-divider-left,.investment-divider-right{border:1px solid var(--line)}.investment-pension-row{grid-template-columns:85px 80px minmax(120px,1fr) 150px 90px;align-items:center;gap:8px;display:grid}.investment-pension-row>*{min-width:0}.investment-pension-row>strong{overflow-wrap:anywhere}.investment-pension-row>span:nth-child(n+4){text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.investment-right-value-last{grid-column:5}.investment-right-value-single{grid-column:4}.investment-pension-row input{font-variant-numeric:tabular-nums;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-soft);width:100%;color:var(--ink);padding:8px 10px}.investment-pension-row strong{font-size:.95rem}.investment-big-label,.investment-big-value{font-size:14px;font-weight:700}.investment-grid-shell{overflow-x:auto}.investment-legacy-table{table-layout:fixed;min-width:1180px}.investment-legacy-table td:first-child,.investment-legacy-table td:nth-child(8){width:24px}.investment-legacy-table td:nth-child(2){width:180px}.investment-legacy-table td:nth-child(n+3):nth-child(-n+7){width:190px}.investment-legacy-table input,.investment-legacy-table textarea{border:1px solid var(--line);background:var(--bg-soft);width:100%;color:var(--ink);border-radius:10px;padding:8px 10px}.investment-legacy-table textarea{resize:vertical}.investment-summary-table{table-layout:fixed;width:min(100%,980px);min-width:0;margin-inline:auto;font-size:.82rem}.investment-summary-table td{vertical-align:middle;padding:5px 6px;line-height:1.15}.investment-summary-table td:first-child,.investment-summary-table td:nth-child(8){width:10px;padding-inline:2px}.investment-summary-table td:nth-child(2){white-space:normal;width:150px}.investment-summary-table td:nth-child(n+3):nth-child(-n+7){width:145px}.investment-summary-table td:nth-child(8){width:90px;padding-inline:6px}.investment-summary-table input,.investment-summary-table textarea{border-radius:7px;padding:5px 7px;font-size:.82rem}.investment-summary-table textarea{height:48px;min-height:48px}.investment-summary-table .investment-total-title{font-size:.95rem}.spvp-investment-table{width:1440px;min-width:1440px;max-width:none}.spvp-investment-table td:nth-child(n){width:155px;padding:5px 6px}.spvp-investment-table td:first-child{width:10px;padding-inline:2px}.spvp-investment-table td:nth-child(2){width:190px}.spvp-investment-table td:last-child{width:155px}.spvp-investment-table input[type=checkbox]{width:auto}.spvp-investment-table select{width:100%;min-width:0;font-size:.82rem}.spvp-financial-table{width:100%;max-width:980px}.spvp-financial-table td:last-child,.spvp-financial-table th:last-child{text-align:right;white-space:nowrap}.spvp-years-shell{max-width:100%}.spvp-years-table{border-collapse:collapse;table-layout:fixed;width:3200px;min-width:3200px}.spvp-years-table .spvp-year-column{width:64px}.spvp-years-table .spvp-loan-column{width:100px}.spvp-years-table .spvp-investment-column{width:104px}.spvp-years-table .spvp-total-column{width:126px}.spvp-years-table th,.spvp-years-table td{border:1px solid var(--line);padding:6px 8px}.spvp-years-table th{white-space:normal;text-align:center;vertical-align:bottom;font-size:11px;font-weight:600;line-height:1.2}.spvp-years-table td{white-space:nowrap;text-align:right;font-variant-numeric:tabular-nums;font-size:12px}.spvp-years-table th:first-child,.spvp-years-table td:first-child{text-align:center}.investment-summary-table .investment-summary-blue,.investment-summary-table .investment-summary-purple,.investment-summary-table .investment-summary-pink,.investment-summary-table .investment-summary-green,.investment-summary-table .investment-summary-orange{font-size:.86rem}.investment-plan-form-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px;display:grid}.investment-plan-form-grid .field span,.investment-plan-inline-fields .field span,.investment-plan-strategy-inputs .field span,.investment-plan-filter span{color:var(--muted);font-size:.88rem}.investment-plan-assumptions{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding-top:4px;display:grid}.investment-plan-assumptions h3,.investment-plan-strategy-inputs+h3{margin-bottom:12px;font-size:1rem}.investment-plan-inline-fields,.investment-plan-strategy-inputs{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.investment-plan-share-values{grid-template-columns:1fr 1fr;gap:8px;display:grid}.investment-plan-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.investment-plan-card{border:1px solid var(--line);border-top:2px solid var(--accent);border-radius:var(--radius-lg);color:var(--ink);background:var(--surface);gap:5px;padding:14px;display:grid}.investment-plan-card span,.investment-plan-card small{font-size:.84rem;font-weight:700}.investment-plan-card strong{font-size:18px}.plan-tone-blue{--plan-color:#397d76;background:var(--plan-color)}.plan-tone-purple{--plan-color:#657b99;background:var(--plan-color)}.plan-tone-orange{--plan-color:#957e5c;background:var(--plan-color)}.investment-plan-summary-shell,.investment-plan-years-shell{overflow-x:auto}.investment-plan-summary-table,.investment-plan-years-table{table-layout:fixed;width:100%;min-width:760px}.investment-plan-summary-table th,.investment-plan-summary-table td,.investment-plan-years-table th,.investment-plan-years-table td{vertical-align:middle;padding:8px 9px;font-size:.84rem}.investment-plan-summary-table th:not(:first-child),.investment-plan-summary-table td:not(:first-child),.investment-plan-years-table td:not(:nth-child(2)){text-align:right;font-variant-numeric:tabular-nums}.investment-plan-summary-table th:first-child,.investment-plan-summary-table td:first-child{width:34%}.investment-plan-years-table th:first-child,.investment-plan-years-table td:first-child{width:72px}.investment-plan-years-table th:nth-child(2),.investment-plan-years-table td:nth-child(2){white-space:normal;width:220px}.investment-plan-year-header{align-items:end}.investment-plan-filter{min-width:240px}.investment-plan-bars{gap:14px;display:grid}.investment-plan-bar-row{grid-template-columns:42px minmax(0,1fr) 140px;align-items:center;gap:12px;display:grid}.investment-plan-bar-row>span{color:var(--muted);font-weight:700}.investment-plan-bar-row>strong{text-align:right;font-variant-numeric:tabular-nums}.investment-plan-bar-track{background:var(--bg-soft);border-radius:999px;height:14px;overflow:hidden}.investment-plan-bar{border-radius:inherit;height:100%}.investment-total-title{text-align:center;font-size:13px;font-weight:600}.investment-summary-blue,.investment-summary-purple,.investment-summary-pink,.investment-summary-green,.investment-summary-orange{background:var(--tone-warm)}.investment-summary-blue{background:var(--accent-soft)}.investment-summary-purple{background:var(--bg-soft)}.investment-summary-pink{background:var(--tone-red)}.investment-summary-green{background:var(--tone-green)}.investment-summary-orange{background:var(--tone-pension)}.investment-years-table{min-width:1700px}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}h3{font-size:14px;font-weight:600}.stack,.stack>*,.panel,.table-shell{min-width:0}.panel .table-shell{border:0;border-radius:0;padding:0}.page-header{padding:0 0 4px}.page-header p{max-width:85ch;color:var(--muted);margin-top:5px;font-size:13px}.field>span,.field label,.proposal-param label,.term-param label{color:var(--muted);font-size:13px}:is(input,select,textarea):not([type=checkbox]):not([type=radio]){border:1px solid var(--input-line);min-width:0;max-width:100%;color:var(--ink);background:var(--surface);border-radius:6px;padding:7px 9px}input[type=number]{font-variant-numeric:tabular-nums}input[type=checkbox],input[type=radio]{accent-color:var(--accent);flex-shrink:0;width:16px;height:16px}input::placeholder,textarea::placeholder{color:var(--muted);opacity:1}:where(a,button,input,select,textarea):focus-visible{outline:2px solid var(--accent);outline-offset:3px}.button-primary:hover:not(:disabled){background:var(--accent-strong)}.button-secondary:hover:not(:disabled){background:var(--bg-soft);border-color:var(--accent)}.variant-card .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}:is(.variant-card .field:has(select),.variant-card .toggle){grid-column:1/-1}.variant-card .form-grid input:not([type=checkbox]):not([type=radio]),.variant-card .form-grid select{width:100%}.loan-start-year{grid-template-columns:minmax(0,1fr);max-width:180px}.variant-stats{gap:4px 16px}.variant-stats strong{font-size:14px;font-weight:600}.section-header{align-items:center}.section-lead{font-size:13px}.actions{align-items:center}.proposal-inline-fields{grid-template-columns:repeat(5,minmax(100px,180px)) auto;gap:12px;display:grid}.proposal-inline-fields input,.proposal-year-picker input{width:100%}.proposal-inline-fields .button{justify-self:start}.proposal-detail-cell input:not([type=checkbox]),.proposal-detail-cell select{width:100%}.proposal-column-header,.proposal-row-label{font-family:var(--font-body)}.proposal-column-header{color:var(--ink)}.proposal-row-label{text-align:left;white-space:normal;min-width:0}.proposal-table tr>:first-child{width:190px}.proposal-detail-shell{width:100%;max-width:1440px}.proposal-detail-table{min-width:760px}.proposal-highlight-row td{font-weight:600}.proposal-version-tab{border-radius:6px;padding:7px 10px;font-size:13px}.investment-pension-column{background:var(--surface);align-content:start}.investment-pension-row>strong{font-size:13px;font-weight:600}.investment-pension-row:first-child input{grid-column:2/-1;max-width:240px}.investment-summary-table{margin-inline:0}.investment-summary-table td{line-height:1.35}.investment-summary-table input,.investment-summary-table textarea{padding:5px 7px}.investment-summary-table :is(.investment-summary-blue,.investment-summary-purple,.investment-summary-pink,.investment-summary-green,.investment-summary-orange){text-align:right;font-weight:600}.investment-summary-table :is(.investment-summary-blue,.investment-summary-purple,.investment-summary-pink,.investment-summary-green,.investment-summary-orange):nth-child(2){text-align:left}.investment-plan-card[class*=plan-tone-]{background:var(--surface);border-top-color:var(--plan-color)}.investment-plan-card span,.investment-plan-card small{color:var(--muted);font-size:13px;font-weight:400}.investment-plan-summary-table td{line-height:1.45}.investment-plan-years-table{min-width:1100px}.investment-plan-bar-track{background:var(--bg-strong);height:10px}.investment-plan-assumptions{border-block:1px solid var(--line);padding:14px 0}.login-shell .page-header{text-align:center}.login-shell .panel{gap:16px;padding:24px}.login-shell .actions{margin:0}.login-shell .button,.login-shell input{width:100%;min-height:40px}th{background:var(--bg-soft);font-weight:600}td{font-variant-numeric:tabular-nums}tbody tr:hover>td{box-shadow:inset 0 0 0 9999px #176b6406}.table-shell,.investment-grid-shell,.proposal-table-shell,.proposal-chart-shell{overscroll-behavior-x:contain;min-width:0}@media (max-width:1280px){.site-header{grid-template-columns:1fr auto;gap:8px;padding:10px 16px;display:grid}.top-nav{flex-wrap:nowrap;grid-area:2/1/auto/-1;margin:0;overflow-x:auto}.header-actions{grid-area:1/2}.auth-nav{font-size:12px}.proposal-inline-fields{grid-template-columns:repeat(3,minmax(0,1fr))}.investment-plan-assumptions{grid-template-columns:1fr}}@media (max-width:760px){.brand-logo{height:30px}.header-actions{gap:6px}.theme-choice-label{display:none}.theme-choice-content{min-width:34px;min-height:34px;padding:6px}.auth-nav-trigger{max-width:min(120px,28vw);padding-inline:6px}.page-wrap{padding:18px 12px 28px}.panel,.table-shell{padding:14px}.stack{gap:16px}.variants-grid,.proposal-scenario-cards,.investment-plan-cards{grid-template-columns:1fr}.variant-card{padding:12px}.term-report-grid,.term-report-notes{grid-template-columns:1fr}.term-report-span-2{grid-column:auto}.term-params,.proposal-params,.proposal-inline-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.investment-plan-inline-fields,.investment-plan-strategy-inputs{grid-template-columns:1fr}.investment-plan-year-header,.section-header{flex-wrap:wrap;align-items:start}.investment-plan-filter{width:100%;min-width:0}.investment-plan-bar-row{grid-template-columns:32px minmax(0,1fr) 116px;gap:8px;font-size:12px}.investment-pension-grid{grid-template-columns:1fr}.investment-pension-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) minmax(130px,1fr);gap:6px 10px;padding-block:5px}.investment-pension-row>strong{grid-column:1}.investment-pension-row>span:nth-child(5),.investment-right-value-single,.investment-right-value-last{grid-column:2}.investment-pension-row>span:empty{display:none}.investment-pension-row .investment-big-label{grid-column:1}.investment-pension-row .investment-big-value{grid-column:2}.investment-summary-table{min-width:980px}.login-shell{margin-top:28px}.button,.top-nav a{min-height:40px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
