@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--bg-color:#0b0f19;--panel-bg:#111827;--border-color:#1f2937;--text-main:#f3f4f6;--text-muted:#9ca3af;--primary:#3b82f6;--primary-hover:#2563eb;--col-nv:#8b5cf6;--col-kh:#ec4899;--col-dl:#10b981;--font-sans:"Inter", sans-serif;--font-display:"Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-color);color:var(--text-main);min-height:100vh;padding:2rem;line-height:1.5}h1,h2,h3,h4{font-family:var(--font-display)}.header{text-align:center;margin-bottom:2rem}.header h1{background:linear-gradient(90deg,#fff,#9ca3af);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.header p{color:var(--text-muted)}.controls-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.control-panel{background:var(--panel-bg);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem}.control-header{color:#fff;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;font-weight:600;display:flex}.toggle-group{background:#1f2937;border-radius:8px;margin-bottom:1rem;padding:4px;display:flex}.toggle-btn{color:var(--text-muted);cursor:pointer;font-weight:500;font-family:var(--font-sans);background:0 0;border:none;border-radius:6px;flex:1;padding:.5rem;transition:all .2s}.toggle-btn.active{background:var(--primary);color:#fff;box-shadow:0 2px 4px #0000001a}.input-field{flex-direction:column;gap:.5rem;display:flex}.input-field label{color:var(--text-muted);font-size:.875rem}.input-wrapper{align-items:center;display:flex;position:relative}.input-wrapper input{border:1px solid var(--border-color);color:#fff;width:100%;font-family:var(--font-display);background:#1f2937;border-radius:8px;outline:none;padding:.75rem 1rem;font-size:1rem}.input-wrapper input:focus{border-color:var(--primary)}.input-wrapper .suffix{color:var(--text-muted);pointer-events:none;font-size:.875rem;position:absolute;right:1rem}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.dash-column{background:var(--panel-bg);border:1px solid var(--border-color);border-radius:12px;overflow:hidden}.col-header{color:#fff;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.col-header h3{align-items:center;gap:.5rem;font-size:1.125rem;display:flex}.col-header.nv{background:var(--col-nv)}.col-header.kh{background:var(--col-kh)}.col-header.dl{background:var(--col-dl)}.col-total{font-size:1.5rem;font-weight:800;font-family:var(--font-display)}.col-body{padding:1.5rem}.line-item{justify-content:space-between;margin-bottom:.75rem;font-size:.875rem;display:flex}.line-item .label{color:var(--text-muted)}.line-item .val{font-family:var(--font-display);font-weight:600}.line-item.positive .val{color:#10b981}.line-item.negative .val{color:#ef4444}.divider{background:var(--border-color);height:1px;margin:1rem 0}.summary-row{justify-content:space-between;margin-top:1rem;font-size:1.125rem;font-weight:700;display:flex}@media (width<=768px){body{padding:1rem}}
