.main-container{max-width:1200px;margin:0 auto;padding:1.5rem 1.5rem 3rem}.page-title{font-family:var(--calc-font-headline);color:var(--calc-text-primary);margin:.4rem 0 .5rem;font-size:clamp(1.6rem,4vw,2.4rem)}.page-subtitle{color:var(--calc-text-faded);max-width:760px;margin:0 0 1.5rem;line-height:1.5}.tab-pane{display:none}.tab-pane.active{display:block}.calc-grid{grid-template-columns:minmax(320px,1fr) minmax(0,1.25fr);align-items:start;gap:1.25rem;display:grid}@media (width<=1024px){.calc-grid{grid-template-columns:1fr}}.card,.input-card,.result-card{background:var(--calc-bg-card);border:1px solid var(--calc-border-default);border-radius:var(--calc-radius-lg);margin-bottom:1.25rem;padding:1.25rem 1.5rem}.card-title{font-family:var(--calc-font-headline);text-transform:uppercase;letter-spacing:.05em;color:var(--calc-text-faded);margin:0 0 1rem;font-size:.95rem}.results-col{flex-direction:column;display:flex}.preset-row{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.preset-chip{background:var(--calc-bg-input);border:1px solid var(--calc-border-default);color:var(--calc-text-faded);font-family:var(--calc-font-headline);cursor:pointer;white-space:nowrap;border-radius:999px;padding:.4rem .7rem;font-size:.76rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.preset-chip:hover{border-color:var(--calc-cyan);color:var(--calc-text-primary)}.preset-chip.active{background:var(--calc-cyan);border-color:var(--calc-cyan);color:#08121f}.chip-group{gap:.4rem;display:flex}.term-chip{background:var(--calc-bg-input);border:1px solid var(--calc-border-default);border-radius:var(--calc-radius-md);color:var(--calc-text-faded);font-family:var(--calc-font-mono);cursor:pointer;flex:1;padding:.5rem .4rem;font-size:.85rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.term-chip:hover{border-color:var(--calc-cyan);color:var(--calc-text-primary)}.term-chip.active{background:var(--calc-cyan);border-color:var(--calc-cyan);color:#08121f}.input-grid{flex-direction:column;gap:1rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group>label{color:var(--calc-text-faded);font-size:.85rem;font-weight:600}.input-wrapper{align-items:center;display:flex;position:relative}.input-wrapper .glass-input,.form-group input.glass-input{background:var(--calc-bg-input);border:1px solid var(--calc-border-strong);border-radius:var(--calc-radius-md);width:100%;color:var(--calc-text-primary);font-family:var(--calc-font-mono);padding:.62rem .85rem;font-size:1.02rem;transition:border-color .15s}.input-wrapper.prefix .glass-input{padding-left:1.8rem}.input-wrapper.suffix .glass-input{padding-right:2.6rem}.input-wrapper.prefix:before{content:attr(data-prefix);color:var(--calc-text-dim);font-family:var(--calc-font-mono);pointer-events:none;position:absolute;left:.7rem}.input-wrapper.suffix:after{content:attr(data-suffix);color:var(--calc-text-dim);font-family:var(--calc-font-mono);pointer-events:none;font-size:.85rem;position:absolute;right:.7rem}.glass-input:focus{border-color:var(--calc-cyan);outline:none}.input-hint{color:var(--calc-text-dim);font-size:.78rem;line-height:1.4}.input-hint strong{color:var(--calc-cyan)}.be-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.result-value{font-family:var(--calc-font-mono);color:var(--calc-cyan);font-size:clamp(1.6rem,4.5vw,2.3rem);font-weight:700}.result-detail{color:var(--calc-text-faded);margin:.5rem 0 0;line-height:1.5}.verdict-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:.25rem .7rem;font-size:.78rem;font-weight:700;display:inline-block}.verdict-badge.vb-good{color:var(--calc-emerald);background:#34d39926}.verdict-badge.vb-bad{color:var(--calc-rose);background:#fb718526}.verdict-badge.vb-warn{color:var(--calc-amber);background:#f59e0b26}.interp-panel{background:var(--calc-bg-glass,var(--calc-bg-card));border:1px solid var(--calc-border-subtle);border-radius:var(--calc-radius-md);margin-bottom:1.25rem;padding:0 1rem}.interp-summary{cursor:pointer;color:var(--calc-cyan);padding:.85rem 0;font-size:.9rem;font-weight:600;list-style:none}.interp-summary::-webkit-details-marker{display:none}.interp-summary:after{content:" ▾";color:var(--calc-text-dim)}.interp-panel[open] .interp-summary:after{content:" ▴"}.interp-body{color:var(--calc-text-faded);padding:0 0 1rem;font-size:.88rem;line-height:1.6}.interp-body strong{color:var(--calc-text-primary)}.stat-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.25rem;display:grid}@media (width<=560px){.stat-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.main-container,.page-sections-outer{padding-left:1rem;padding-right:1rem}.card,.full-section,.chart-block{padding:1rem}.tab-nav{justify-content:flex-start;overflow-x:auto}.tab-btn{flex:none;min-width:max-content}.exit-summary{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto;transition-duration:.01ms;animation-duration:.01ms}}.stat-cell{background:var(--calc-bg-input);border:1px solid var(--calc-border-subtle);border-radius:var(--calc-radius-md);text-align:center;padding:.8rem .7rem}.stat-value{font-family:var(--calc-font-mono);color:var(--calc-text-primary);font-size:1.15rem;font-weight:700}.stat-label{color:var(--calc-text-faded);margin-top:.2rem;font-size:.72rem}.stat-sub{color:var(--calc-text-dim);margin-top:.1rem;font-size:.66rem}.formula-strip{background:var(--calc-bg-input);border:1px solid var(--calc-border-subtle);border-radius:var(--calc-radius-md);flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:1.25rem;padding:.75rem .9rem;display:flex}.formula-chip{font-family:var(--calc-font-mono);background:var(--calc-bg-card);border-radius:6px;padding:.25rem .55rem;font-size:.8rem}.fc-violet{color:var(--calc-rose)}.fc-cyan{color:var(--calc-cyan)}.fc-result{color:var(--calc-emerald);font-weight:700}.formula-op{color:var(--calc-text-dim);font-family:var(--calc-font-mono)}.chart-block{background:var(--calc-bg-card);border:1px solid var(--calc-border-default);border-radius:var(--calc-radius-lg);margin-bottom:1.25rem;padding:1rem 1.25rem 1.25rem}.chart-block-title{font-family:var(--calc-font-headline);color:var(--calc-text-faded);margin-bottom:.75rem;font-size:.85rem}.full-section{background:var(--calc-bg-card);border:1px solid var(--calc-border-default);border-radius:var(--calc-radius-lg);padding:1.5rem 1.75rem}.section-title{font-family:var(--calc-font-headline);color:var(--calc-text-primary);margin:0 0 .4rem;font-size:1.15rem}.section-desc{color:var(--calc-text-faded);max-width:760px;margin:0 0 1.25rem;font-size:.88rem;line-height:1.6}.timeline-wrap{margin-bottom:1.5rem}.timeline-bar{border:1px solid var(--calc-border-subtle);border-radius:6px;height:28px;display:flex;overflow:hidden}.seg-cost{background:var(--calc-rose)}.seg-savings{background:var(--calc-emerald)}.timeline-labels{color:var(--calc-text-dim);justify-content:space-between;margin-top:.35rem;font-size:.72rem;display:flex}.tl-be{color:var(--calc-cyan);font-weight:600}.timeline-note{color:var(--calc-text-faded);margin:.6rem 0 0;font-size:.8rem}.lifetime-grid{margin-bottom:1.5rem}.lifetime-row{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.lifetime-label{color:var(--calc-text-faded);font-size:.85rem}.lifetime-value{font-family:var(--calc-font-mono);color:var(--calc-text-primary);font-size:1.05rem;font-weight:700}.lifetime-value.rose{color:var(--calc-rose)}.lifetime-value.emerald{color:var(--calc-emerald)}.lifetime-bar-wrap{background:var(--calc-bg-input);border-radius:999px;height:10px;margin-top:.3rem;overflow:hidden}.lifetime-bar{border-radius:999px;height:100%}.lt-bar-base{background:var(--calc-rose)}.lt-bar-bought{background:var(--calc-emerald)}.lifetime-net{border-top:1px dashed var(--calc-border-default);padding-top:.75rem}.lifetime-note{color:var(--calc-text-dim);margin:.6rem 0 0;font-size:.8rem}.exit-summary{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1rem;display:grid}.exit-summary div{background:var(--calc-bg-input);border:1px solid var(--calc-border-subtle);border-radius:var(--calc-radius-md);flex-direction:column;gap:.2rem;padding:.75rem;display:flex}.exit-summary span{color:var(--calc-text-faded);font-size:.78rem}.exit-summary strong{color:var(--calc-emerald);font-family:var(--calc-font-mono);font-size:1.1rem}.scenario-title{color:var(--calc-text-primary);margin:1.25rem 0 .5rem;font-size:.9rem}.scenario-table{border-collapse:collapse;width:100%;color:var(--calc-text-faded);font-size:.82rem}.scenario-table th,.scenario-table td{border-bottom:1px solid var(--calc-border-subtle);text-align:left;padding:.5rem .65rem}.scenario-table td{color:var(--calc-emerald);font-family:var(--calc-font-mono);text-align:right}.page-sections-outer{max-width:1200px;margin:0 auto;padding:0 1.5rem 3rem}.trust-block{background:var(--calc-bg-card);border:1px solid var(--calc-border-default);border-left:4px solid var(--calc-gold);border-radius:var(--calc-radius-lg);margin:2rem 0;padding:1.5rem 1.75rem}.trust-inner{max-width:900px}.trust-header{align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.trust-icon{font-size:1.8rem;line-height:1}.trust-title{font-family:var(--calc-font-headline);color:var(--calc-text-primary);margin:0 0 .35rem;font-size:1rem;font-weight:700}.trust-verified{color:var(--calc-text-dim);font-size:.78rem}.trust-badge{color:var(--calc-gold);text-transform:uppercase;letter-spacing:.04em;background:#fbbf241f;border-radius:999px;padding:.15rem .5rem;font-size:.72rem;font-weight:600}.trust-section{margin-bottom:1rem}.trust-section h3{font-family:var(--calc-font-headline);text-transform:uppercase;letter-spacing:.06em;color:var(--calc-text-faded);margin:0 0 .5rem;font-size:.82rem}.trust-section p,.trust-section li{color:var(--calc-text-faded);font-size:.82rem;line-height:1.65}.trust-section ul{margin:.4rem 0 0;padding-left:1.25rem}.trust-section li{margin-bottom:.35rem}.trust-section a{color:var(--calc-cyan)}.trust-disclaimer{color:var(--calc-text-faded);background:var(--calc-bg-input);border-radius:var(--calc-radius-md);margin-top:.5rem;padding:.85rem 1rem;font-size:.8rem;line-height:1.6}.trust-disclaimer strong{color:var(--calc-text-primary)}[data-theme=light] .card,[data-theme=light] .input-card,[data-theme=light] .result-card,[data-theme=light] .chart-block,[data-theme=light] .full-section{background:#fff;border-color:#0000001f;box-shadow:0 1px 4px #0000000f}[data-theme=light] .glass-input,[data-theme=light] .term-chip,[data-theme=light] .preset-chip,[data-theme=light] .stat-cell,[data-theme=light] .formula-strip,[data-theme=light] .formula-chip,[data-theme=light] .lifetime-bar-wrap,[data-theme=light] .interp-panel{background:#f0f4f9;border-color:#00000026}[data-theme=light] .formula-chip{background:#fff}[data-theme=light] .preset-chip,[data-theme=light] .term-chip{color:#475569}[data-theme=light] .preset-chip:hover,[data-theme=light] .term-chip:hover{color:#0f172a;border-color:#0891b2}[data-theme=light] .preset-chip.active,[data-theme=light] .term-chip.active{color:#fff;background:#0891b2;border-color:#0891b2}[data-theme=light] .result-value,[data-theme=light] .input-hint strong,[data-theme=light] .interp-summary,[data-theme=light] .fc-cyan,[data-theme=light] .trust-section a,[data-theme=light] .tl-be{color:#0891b2}[data-theme=light] .stat-value,[data-theme=light] .lifetime-value,[data-theme=light] .interp-body strong,[data-theme=light] .trust-title,[data-theme=light] .trust-disclaimer strong{color:#0f172a}[data-theme=light] .fc-violet,[data-theme=light] .lifetime-value.rose{color:#be123c}[data-theme=light] .fc-result,[data-theme=light] .lifetime-value.emerald{color:#047857}[data-theme=light] .seg-cost,[data-theme=light] .lt-bar-base{background:#e11d48}[data-theme=light] .seg-savings,[data-theme=light] .lt-bar-bought{background:#047857}[data-theme=light] .verdict-badge.vb-good{color:#047857;background:#0478571f}[data-theme=light] .verdict-badge.vb-bad{color:#be123c;background:#e11d481f}[data-theme=light] .verdict-badge.vb-warn{color:#b45309;background:#b453091f}[data-theme=light] .trust-block{background:#fff;border-color:#0000001a #0000001a #0000001a #b45309}[data-theme=light] .trust-badge{color:#b45309;background:#b453091a}[data-theme=light] .trust-section h3,[data-theme=light] .trust-section p,[data-theme=light] .trust-section li,[data-theme=light] .trust-disclaimer{color:#475569}[data-theme=light] .trust-disclaimer{background:#f0f4f9}[data-theme=light] .trust-verified,[data-theme=light] .section-desc,[data-theme=light] .timeline-note,[data-theme=light] .lifetime-note{color:#64748b}[data-theme=light] .section-title,[data-theme=light] .page-title{color:#0f172a}[data-theme=light] .page-subtitle,[data-theme=light] .result-detail,[data-theme=light] .lifetime-label{color:#475569}