.calc-v2-mode-selector{display:flex;flex-direction:column;gap:.75rem}.calc-v2-mode-option{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:var(--v2-bg-card, #ffffff);border:2px solid var(--v2-border-default, #d1d5db);border-radius:8px;cursor:pointer;transition:all .2s ease}.calc-v2-mode-option:hover{border-color:var(--v2-accent-copper, #b87333);background:var(--v2-bg-muted, #f9fafb)}.calc-v2-mode-option input[type=radio]{width:18px;height:18px;margin:0;cursor:pointer;accent-color:var(--v2-accent-copper, #b87333)}.calc-v2-mode-option input[type=radio]:checked+.calc-v2-mode-label{font-weight:600;color:var(--v2-text-primary, #1f2937)}.calc-v2-mode-option:has(input[type=radio]:checked){border-color:var(--v2-accent-copper, #b87333);background:var(--v2-accent-copper-light, rgba(184, 115, 51, .08))}.calc-v2-mode-label{font-size:.9375rem;color:var(--v2-text-secondary, #4b5563);font-weight:500}.calc-v2-collapsible-section{margin-bottom:1rem;border:1px solid var(--v2-border-default, #e5e7eb);border-radius:12px;overflow:hidden;background:var(--v2-bg-card, #ffffff)}.calc-v2-section-header{width:100%;display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:var(--v2-bg-muted, #f9fafb);border:none;cursor:pointer;font-size:1rem;font-weight:600;color:var(--v2-text-primary, #1f2937);transition:background .2s ease;text-align:left}.calc-v2-section-header:hover{background:var(--v2-bg-hover, #f3f4f6)}.calc-v2-section-header:focus-visible{outline:2px solid var(--v2-accent-copper, #b87333);outline-offset:-2px}.calc-v2-section-icon{display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.calc-v2-section-icon svg{color:var(--v2-text-secondary, #6b7280)}.calc-v2-section-header[aria-expanded=false] .calc-v2-section-icon{transform:rotate(-90deg)}.calc-v2-section-title-text{flex:1}.calc-v2-section-total{font-weight:700;color:var(--v2-accent-copper, #b87333);font-size:1rem;font-family:var(--v2-font-display, "Fraunces", serif)}.calc-v2-section-content{padding:1.25rem;background:var(--v2-bg-card, #ffffff);max-height:2000px;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.calc-v2-section-content.collapsed{max-height:0;padding:0 1.25rem}.calc-v2-subsection{margin-bottom:1.5rem}.calc-v2-subsection:last-child{margin-bottom:0}.calc-v2-subsection-title{margin:0 0 1rem;font-size:.875rem;font-weight:600;color:var(--v2-text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.025em;padding-bottom:.5rem;border-bottom:1px solid var(--v2-border-light, #f3f4f6)}.calc-v2-result-primary-value.positive,#netWorthCard.positive .calc-v2-result-primary-value{color:var(--v2-success, #059669)}.calc-v2-result-primary-value.negative,#netWorthCard.negative .calc-v2-result-primary-value{color:var(--v2-error, #dc2626)}.calc-v2-result-primary-value.neutral,#netWorthCard.neutral .calc-v2-result-primary-value{color:var(--v2-text-secondary, #6b7280)}#benchmarkDifference{font-weight:600}.calc-v2-empty-state{text-align:center;padding:2rem}.calc-v2-empty-state-content{max-width:400px;margin:0 auto;color:var(--v2-text-secondary, #6b7280)}.calc-v2-empty-state-icon{width:48px;height:48px;margin:0 auto 1rem;color:var(--v2-accent-copper, #b87333);opacity:.6}.calc-v2-empty-state-content p{font-size:1rem;line-height:1.6;margin:0}.calc-v2-table-wrap{overflow-x:auto;margin:1.5rem 0}.calc-v2-data-table{width:100%;border-collapse:collapse;font-size:.9375rem}.calc-v2-data-table th,.calc-v2-data-table td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid var(--v2-border-default, #e5e7eb)}.calc-v2-data-table th{font-weight:600;color:var(--v2-text-primary, #1f2937);background:var(--v2-bg-muted, #f9fafb);white-space:nowrap}.calc-v2-data-table td{color:var(--v2-text-secondary, #4b5563)}.calc-v2-data-table tbody tr:hover{background:var(--v2-bg-muted, #f9fafb)}.calc-v2-table-source{font-size:.8125rem;color:var(--v2-text-muted, #9ca3af);margin-top:.5rem;font-style:italic}@media(max-width:640px){.calc-v2-mode-selector{gap:.5rem}.calc-v2-mode-option{padding:.75rem}.calc-v2-section-header{padding:.875rem 1rem;font-size:.9375rem}.calc-v2-section-total{font-size:.9375rem}.calc-v2-section-content{padding:1rem}.calc-v2-data-table th,.calc-v2-data-table td{padding:.625rem .5rem;font-size:.875rem}}[data-theme=dark] .calc-v2-mode-option{background:var(--v2-bg-card-dark, #1e2128);border-color:var(--v2-border-dark, #374151)}[data-theme=dark] .calc-v2-mode-option:hover{border-color:var(--v2-accent-copper, #b87333);background:#b873331f}[data-theme=dark] .calc-v2-mode-option:has(input[type=radio]:checked){background:#b8733326;border-color:var(--v2-accent-copper, #b87333)}[data-theme=dark] .calc-v2-mode-label{color:var(--v2-text-secondary-dark, #9ca3af)}[data-theme=dark] .calc-v2-mode-option input[type=radio]:checked+.calc-v2-mode-label{color:var(--v2-text-primary-dark, #f9fafb)}[data-theme=dark] .calc-v2-collapsible-section{background:var(--v2-bg-card-dark, #1e2128);border-color:var(--v2-border-dark, #374151)}[data-theme=dark] .calc-v2-section-header{background:var(--v2-bg-muted-dark, #111318);color:var(--v2-text-primary-dark, #f9fafb)}[data-theme=dark] .calc-v2-section-header:hover{background:#ffffff0d}[data-theme=dark] .calc-v2-section-content{background:var(--v2-bg-card-dark, #1e2128)}[data-theme=dark] .calc-v2-subsection-title{color:var(--v2-text-secondary-dark, #9ca3af);border-color:var(--v2-border-dark, #374151)}[data-theme=dark] .calc-v2-data-table th{background:var(--v2-bg-muted-dark, #111318);color:var(--v2-text-primary-dark, #f9fafb)}[data-theme=dark] .calc-v2-data-table td{color:var(--v2-text-secondary-dark, #9ca3af);border-color:var(--v2-border-dark, #374151)}[data-theme=dark] .calc-v2-data-table th{border-color:var(--v2-border-dark, #374151)}[data-theme=dark] .calc-v2-data-table tbody tr:hover{background:#ffffff08}[data-theme=dark] .calc-v2-empty-state-content{color:var(--v2-text-secondary-dark, #9ca3af)}
