@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;600&family=DM+Serif+Display&display=swap";:root{--gold:#ffb300;--gold-dim:#a87e20;--bg:#080808;--bg-2:#111;--bg-3:#1a1a1a;--border:#222;--text:#f0f0f0;--text-muted:#666;--red:#e63946}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text);min-height:100vh;font-family:DM Sans,sans-serif;font-weight:400;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--gold-dim);border-radius:3px}::selection{background:var(--gold);color:#000}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
