:root { color-scheme: dark; --bg:#020202; --white:#fff; --muted:#8e8e8e; --glass:rgba(255,255,255,.05); --line:rgba(255,255,255,.09); --ease-out:cubic-bezier(.16,1,.3,1); --ease-in-out:cubic-bezier(.65,0,.35,1); }
* { box-sizing:border-box; }
html,body { margin:0; width:100%; min-height:100%; background:var(--bg); }
body { overflow:hidden; color:var(--white); font-family:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight:400; -webkit-font-smoothing:antialiased; -webkit-touch-callout:none; overscroll-behavior:none; }
button { touch-action:manipulation; }
button { color:inherit; font:inherit; -webkit-tap-highlight-color:transparent; }
button:focus-visible { outline:1px solid rgba(255,255,255,.65); outline-offset:6px; }
::selection { background:rgba(202,213,255,.22); }
