:root{--bg:#0b0d11;--bg-surface:#171a21;--text:#e7eaf2;--text-secondary:#97a0b4;--accent:#3a4dff;--accent-soft:rgba(58,77,255,.18)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;height:100%;overscroll-behavior-y:none}a{color:inherit;text-decoration:none}