.networth-calculator{--networth-primary: #0f766e;--networth-primary-dark: #0d5d56;--networth-secondary: #14b8a6;--networth-accent: #2dd4bf;--networth-positive: #16a34a;--networth-negative: #dc2626;--networth-bg: #f0fdfa;--networth-card-bg: #ffffff;--networth-text: #1e293b;--networth-text-muted: #64748b;--networth-border: #99f6e4;--networth-shadow: 0 4px 20px rgba(15, 118, 110, .12);max-width:900px;margin:0 auto;font-family:system-ui,-apple-system,sans-serif}.networth-header{text-align:center;margin-bottom:2rem}.networth-title{font-size:2rem;font-weight:800;color:var(--networth-primary);margin:0 0 .5rem}.networth-description{color:var(--networth-text-muted);font-size:1.1rem;margin:0}.networth-formula-container{background:linear-gradient(135deg,var(--networth-bg) 0%,#ccfbf1 100%);border-radius:16px;padding:1.5rem;margin-bottom:2rem;border:1px solid var(--networth-border);text-align:center}.networth-formula-title{font-size:1.1rem;font-weight:700;color:var(--networth-primary);margin:0 0 1rem}.networth-formula-card{background:var(--networth-card-bg);border-radius:12px;padding:1rem;display:inline-block;box-shadow:0 2px 8px #0000000f}.networth-formula-math{font-size:1.1rem;color:var(--networth-text)}.networth-form-container{background:var(--networth-card-bg);border-radius:16px;padding:1.5rem;box-shadow:var(--networth-shadow);margin-bottom:2rem}.networth-form{display:flex;flex-direction:column;gap:1.5rem}.networth-section{border-radius:12px;padding:1.25rem}.networth-assets{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0}.networth-liabilities{background:linear-gradient(135deg,#fef2f2,#fecaca);border:1px solid #fca5a5}.networth-section-title{font-size:1.1rem;font-weight:700;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.networth-assets-title{color:#166534}.networth-liabilities-title{color:#991b1b}.networth-section-icon{font-size:1.25rem}.networth-inputs-container{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.networth-input-row{display:flex;flex-direction:column;gap:.25rem}.networth-input-label{font-size:.8rem;font-weight:600;color:var(--networth-text)}.networth-input-wrapper{position:relative;display:flex;align-items:center}.networth-input-prefix{position:absolute;left:.75rem;color:var(--networth-text-muted);font-weight:600}.networth-input{width:100%;padding:.625rem .75rem .625rem 1.75rem;border:2px solid rgba(255,255,255,.5);border-radius:8px;font-size:.95rem;background:#fff;transition:all .2s ease}.networth-input:focus{outline:none;border-color:var(--networth-primary);box-shadow:0 0 0 3px #0f766e1a}.networth-section-total{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:2px dashed rgba(0,0,0,.1);font-weight:700;font-size:1.1rem;color:#166534}.networth-section-total-liability{color:#991b1b}.networth-buttons{display:flex;gap:1rem}.networth-btn{flex:1;padding:1rem;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease}.networth-btn-primary{background:linear-gradient(135deg,var(--networth-primary) 0%,var(--networth-secondary) 100%);color:#fff;box-shadow:0 4px 15px #0f766e4d}.networth-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0f766e66}.networth-btn-secondary{background:var(--networth-bg);color:var(--networth-text-muted);border:2px solid var(--networth-border)}.networth-btn-secondary:hover{border-color:var(--networth-primary);color:var(--networth-primary)}.networth-results{background:var(--networth-card-bg);border-radius:16px;padding:1.5rem;box-shadow:var(--networth-shadow);margin-bottom:2rem}.networth-results-title{font-size:1.25rem;font-weight:700;color:var(--networth-primary);margin:0 0 1.5rem;text-align:center}.networth-primary-result{border-radius:16px;padding:1.5rem;text-align:center;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--networth-primary) 0%,var(--networth-secondary) 100%)}.networth-primary-result.positive{background:linear-gradient(135deg,#166534,#22c55e)}.networth-primary-result.negative{background:linear-gradient(135deg,#991b1b,#ef4444)}.networth-primary-label{display:block;color:#fffc;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.networth-primary-value{display:block;font-size:3rem;font-weight:800;color:#fff;line-height:1.1}.networth-primary-status{display:block;color:#ffffffe6;font-size:.9rem;margin-top:.5rem}.networth-visual{margin-bottom:1.5rem}.networth-visual-bar{display:flex;height:40px;border-radius:10px;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a}.networth-bar-assets{background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;transition:width .5s ease;min-width:60px}.networth-bar-liabilities{background:linear-gradient(135deg,#ef4444,#dc2626);display:flex;align-items:center;justify-content:center;transition:width .5s ease;min-width:60px}.networth-bar-label{color:#fff;font-weight:700;font-size:.8rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}.networth-summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}.networth-summary-card{border-radius:12px;padding:1rem;text-align:center}.networth-summary-assets{background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.networth-summary-liabilities{background:linear-gradient(135deg,#fef2f2,#fecaca)}.networth-summary-label{display:block;font-size:.8rem;font-weight:600;color:var(--networth-text-muted);margin-bottom:.25rem}.networth-summary-value{font-size:1.5rem;font-weight:800}.networth-summary-assets .networth-summary-value{color:#166534}.networth-summary-liabilities .networth-summary-value{color:#991b1b}.networth-ratio{text-align:center;padding:.75rem;background:var(--networth-bg);border-radius:8px}.networth-ratio-label{color:var(--networth-text-muted);font-size:.9rem}.networth-ratio-value{font-weight:700;color:var(--networth-primary);margin-left:.5rem}.networth-content{margin-top:3rem}.networth-content-section{margin-bottom:2.5rem}.networth-content-title{font-size:1.5rem;font-weight:700;color:var(--networth-text);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:3px solid var(--networth-primary)}.networth-content-text{color:var(--networth-text-muted);line-height:1.7;margin:0 0 1rem}.networth-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.networth-feature-card{background:var(--networth-bg);border-radius:12px;padding:1.25rem;text-align:center}.networth-feature-icon{font-size:2rem;display:block;margin-bottom:.75rem}.networth-feature-title{font-size:1rem;font-weight:700;color:var(--networth-text);margin:0 0 .5rem}.networth-feature-desc{font-size:.85rem;color:var(--networth-text-muted);margin:0;line-height:1.5}.networth-table-wrapper{overflow-x:auto;margin:1.5rem 0;border-radius:12px;box-shadow:var(--networth-shadow)}.networth-table{width:100%;border-collapse:collapse;background:#fff;font-size:.9rem}.networth-table th{background:var(--networth-primary);color:#fff;padding:1rem;text-align:left;font-weight:600}.networth-table td{padding:.875rem 1rem;border-bottom:1px solid var(--networth-border)}.networth-table tr:hover{background:var(--networth-bg)}.networth-table-highlight{font-weight:700;color:var(--networth-primary)}.networth-tips-grid{display:grid;gap:1rem;margin-top:1.5rem}.networth-tip-card{display:flex;gap:1rem;background:var(--networth-card-bg);border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #0000000f;border-left:4px solid var(--networth-primary)}.networth-tip-icon{font-size:1.5rem;flex-shrink:0}.networth-tip-content{flex:1}.networth-tip-title{font-size:1rem;font-weight:700;color:var(--networth-text);margin:0 0 .5rem}.networth-tip-text{font-size:.9rem;color:var(--networth-text-muted);margin:0;line-height:1.6}.networth-faqs{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.networth-faq-item{background:var(--networth-card-bg);border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #0000000f}.networth-faq-question{font-size:1rem;font-weight:700;color:var(--networth-primary);margin:0 0 .75rem}.networth-faq-answer{font-size:.9rem;color:var(--networth-text-muted);margin:0;line-height:1.6}@media (max-width: 768px){.networth-title{font-size:1.5rem}.networth-inputs-container{grid-template-columns:1fr}.networth-primary-value{font-size:2.25rem}.networth-summary-grid,.networth-features-grid{grid-template-columns:1fr}}
