:root{--bg:#060606;--s1:#0d0d0d;--s2:#141414;--s3:#1b1b1b;--w:#fff;--g1:#ffffffe0;--g2:#fff9;--g3:#fff6;--g4:#ffffff2e;--g5:#ffffff14;--bd:#ffffff17;--bd2:#ffffff2b;--bd3:#ffffff47;--win:#3dde7a;--loss:#ff3e3e;--gold:#ffbe00;--adm:#7c5cfc}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--g1);font-family:Inter,system-ui,sans-serif;overflow-x:hidden}::selection{color:#000;background:#fff}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-thumb{background:#222}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}@keyframes fadeUp{0%{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulse{0%,to{opacity:.7}50%{opacity:.1}}@keyframes spin{to{transform:rotate(360deg)}}
