:root{--bg:#131722;--surface:#1e222d;--border:#2a2e39;--accent:#2962ff;--green:#26a69a;--red:#ef5350;--text:#d1d4dc;--text-muted:#787b86;--text-heading:#fff}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}