:root{--page-bg:#0a0b0e;--surface-low:#121212;--surface-high:#212121;--card-bg:#0a0b0e;--elevated:#212121;--border:#23251b;--border-strong:#3a3a3a;--text:#f6f6f6;--text-bright:#fff;--muted:#666;--primary:#aaff89;--primary-strong:#15e880;--green:#aaff89;--red:#ff6b6b;--gold:#f1c100;--sidebar-width:220px;--topbar-height:64px;--font-display:"Anton",Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;--font-body:"Inter",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}html,body{font-family:var(--font-body);background:var(--page-bg);color:var(--text);margin:0;padding:0}a{color:inherit;text-decoration:none}*{box-sizing:border-box}@keyframes flashGreen{0%{background-color:#aaff8947}to{background-color:#0000}}@keyframes flashRed{0%{background-color:#ff6b6b47}to{background-color:#0000}}.flash-up{animation:.6s ease-out flashGreen}.flash-down{animation:.6s ease-out flashRed}
