:root{--bg: #0f1115;--surface: #171a21;--border: #2a2f3a;--text: #e6e7eb;--muted: #9aa0aa;--accent: #4ea1ff;--accent-hover: #78b7ff}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.layout{min-height:100vh;display:flex;flex-direction:column}.container{max-width:960px;margin:0 auto;padding:4rem 1.5rem 2rem;flex:1}.hero{text-align:center;margin-bottom:4rem}.hero h1{font-size:2.5rem;margin-bottom:1rem;letter-spacing:-.02em}.hero-subtitle{max-width:640px;margin:0 auto 2rem;color:var(--muted);font-size:1.1rem}.primary-button{display:inline-block;padding:.75rem 1.5rem;border-radius:6px;background:var(--accent);color:#000;font-weight:600;transition:background .15s ease}.primary-button:hover{background:var(--accent-hover);text-decoration:none}.quick-links{border-top:1px solid var(--border);padding-top:2.5rem}.quick-links h2{font-size:1.4rem;margin-bottom:1rem}.quick-links ul{list-style:none;padding:0;display:grid;gap:.75rem}.quick-links li a{display:block;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:6px}.quick-links li a:hover{background:#1c2029}footer{border-top:1px solid var(--border);padding:2rem 1.5rem;font-size:.85rem;color:var(--muted)}footer nav{display:flex;gap:1rem;margin-top:.5rem;flex-wrap:wrap}.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem;margin-bottom:2rem}.card h2{margin-top:0}.calculator-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:2rem;max-width:720px;margin:0 auto}.calculator-title{margin-top:0;margin-bottom:1.5rem;text-align:center}.input-group{display:flex;flex-direction:column;margin-bottom:2rem}.input-group label{font-size:.9rem;color:var(--muted);margin-bottom:.4rem}.input-group input{padding:.6rem .75rem;font-size:1rem;border-radius:6px;border:1px solid var(--border);background:#0f1115;color:var(--text)}.input-group input:focus{outline:none;border-color:var(--accent)}.results-section h2{margin-bottom:1rem}.results-table{width:100%;border-collapse:collapse}.results-table td{padding:.65rem 0;font-size:.95rem}.results-table td:last-child{text-align:right;font-weight:500}.results-table .divider td{padding:.75rem 0;border-bottom:1px solid var(--border)}.results-table .highlight td{font-size:1.05rem;font-weight:600}.results-table .highlight.secondary td{font-size:.95rem;font-weight:500;color:var(--muted)}.muted-note{font-size:.8rem;color:var(--muted);margin-top:1rem}.percent{margin-left:.4rem;font-size:.8rem;color:var(--muted);font-weight:400}.input-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-bottom:2rem}.input-group select{padding:.6rem .75rem;font-size:1rem;border-radius:6px;border:1px solid var(--border);background:#0f1115;color:var(--text)}.input-group select:focus{outline:none;border-color:var(--accent)}.toggle-group{display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem}.toggle-group button{padding:.4rem 1rem;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--text);cursor:pointer}.toggle-group button.active{background:var(--accent);color:#000;border-color:var(--accent)}.money-breakdown{margin-top:2.5rem}.money-breakdown h3{margin-bottom:1rem}.bar{display:flex;height:20px;width:100%;border-radius:999px;overflow:hidden;background:var(--border);margin-bottom:1.5rem}.bar-segment{height:100%}.legend{list-style:none;padding:0;margin:0}.legend li{display:grid;grid-template-columns:auto 1fr auto;gap:.5rem;align-items:center;font-size:.9rem;margin-bottom:.5rem}.legend-color{width:10px;height:10px;border-radius:50%}.legend-label{color:var(--text)}.legend-value{color:var(--muted)}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
