@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Inter:wght@300;400;600;700&display=swap";:root{--gold:#d4af37;--gold-light:#d4af3726;--gold-medium:#d4af3759;--orange:#ff6b35;--black:#0a0a0a;--dark:#1a1a1a;--dark2:#111;--white:#f5f5f5;--muted:#888}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:var(--black);min-height:100vh;color:var(--white);font-family:Inter,sans-serif;overflow-x:hidden}body{background-image:url(/images/forgewave-lion.png);background-position:50%;background-size:cover;background-attachment:fixed}body:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(#0006 0%,#000000d9 100%);position:fixed;inset:0}#root{z-index:1;position:relative}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:2px}
