/* WordScale - Base Tokens And Reset */

:root{--bg:#0f1115;--panel:#151925;--panel2:#10131b;--text:#e9ecf1;--muted:#aab2c0;--line:#2a3142;--slot:#1b2130;--slot2:#0f1422;--accent:#6ee7ff;--bad:#ff6e6e;--good:#7dffb0;--bar:#1e1e1e;--stage:600px;--headerH:60px;--footerH:20px;--topGap:10px;--bottomGap:10px;--adAnchorH:60px;--overlayShift:-70px;--sideTop:200px;--trayLift:-110px;}
:root{--bottomGap:5px;}

*{box-sizing:border-box;} html,body{height:100%;} body{margin:0;background:radial-gradient(1200px 600px at 50% -10%,#1a2236 0%,var(--bg) 55%);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;}
