@import "https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--paper:#150f18;--surface:#1e1621;--ink:#0e0a10;--ink-soft:#221a26;--line:#3a2e3d;--line-soft:#241c27;--line-strong:#4c3e4f;--text:#ede6e9;--text-muted:#a8969d;--text-faint:#77676c;--accent:#bd13ec;--accent-tint:#2d1339;--accent-tint-line:#4a1f5c;--money:#10b981;--money-tint:#0e2b22;--warn:#e08a3e;--warn-tint:#33230f;--gold:#c9a94e;--danger:#be6055;--danger-tint:#2e1917;--shadow-card:0 1px 0 #0000004d, 0 2px 8px #00000059;--radius:6px;--nav-border:#bd13ec33;--nav-hover-bg:#bd13ec14;--nav-active-bg:#bd13ec24;--nav-text:#c7bbc9;--nav-text-dim:#6e6272;--nav-text-bright:#f1ecee;--nav-active-text:#f5efdd;--nav-foot-role:#8a7c8c;--nav-avatar-text:#e4dce5;--font-sans:"Public Sans", ui-sans-serif, system-ui, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, monospace;font:14px/1.55 var(--font-sans);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}html,body{background:var(--paper);color:var(--text);margin:0}#root{min-height:100vh}h1,h2,h3,h4{font-family:var(--font-sans);letter-spacing:-.01em;color:var(--text);font-weight:800}.num{font-family:var(--font-mono);font-variant-numeric:tabular-nums}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}table{border-collapse:collapse;font-size:.9rem}th,td{text-align:left;border-bottom:1px solid var(--line);padding:.5rem .6rem}thead th{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;background:var(--line-soft);border-bottom:2px solid var(--line-strong);font-size:.75rem;font-weight:700}tbody tr:hover{background:var(--line-soft)}nav a,nav button{color:inherit;background:0 0;border:none;border-left:2px solid #0000;border-radius:0;padding:.5rem .625rem;font-size:13.5px;text-decoration:none}nav a svg,nav button svg{opacity:.75;flex-shrink:0}nav a:hover,nav button:hover{background:var(--nav-hover-bg);color:var(--nav-text-bright);text-decoration:none}nav a.active{color:var(--nav-active-text);background:var(--nav-active-bg);border-left-color:var(--accent);font-weight:700}nav a.active svg{opacity:1;color:var(--accent)}label{color:var(--text);flex-direction:column;gap:.25rem;font-size:.9rem;display:flex}input[type=checkbox]{display:inline}input,select,textarea{font:inherit;color:var(--text);background:var(--paper);border:1px solid var(--line-strong);border-radius:var(--radius);padding:.45rem .6rem}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-tint);outline:none}input::placeholder,textarea::placeholder{color:var(--text-faint)}textarea{resize:vertical}button{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius);cursor:pointer;padding:.5rem .9rem}button:hover{border-color:var(--accent-tint-line);color:var(--accent)}button:disabled{cursor:not-allowed;opacity:.6}button[type=submit]{background:var(--accent);border-color:var(--accent);color:#fbf5fd;font-weight:700}button[type=submit]:hover{color:#fbf5fd;background:#a80fcb}hr{border:none;border-top:1px solid var(--line)}
