:root{--bg: #020208;--surface: #0b0b18;--surface-2: #111127;--gold: #fbbf24;--gold-deep: #d97706;--pink: #f472b6;--blue: #38bdf8;--violet: #a78bfa;--gain: #34d399;--loss: #f87171;--text: #f5f5f7;--muted: #9ca3af;--glass: rgba(255, 255, 255, .05);--glass-strong: rgba(255, 255, 255, .09);--border: rgba(255, 255, 255, .08)}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text);font-family:Plus Jakarta Sans,system-ui,sans-serif;-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,textarea{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-2);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#2a2a44}.font-bebas{font-family:Bebas Neue,sans-serif;letter-spacing:.02em}.font-syne{font-family:Fraunces,Cormorant Garamond,Georgia,serif;font-weight:700;font-variation-settings:"opsz" 144,"SOFT" 50;letter-spacing:-.01em}.font-mono{font-family:Space Mono,monospace}@keyframes aurora{0%,to{transform:translate(0) rotate(0);opacity:.6}33%{transform:translate(30px,-30px) rotate(120deg);opacity:.8}66%{transform:translate(-30px,30px) rotate(240deg);opacity:.5}}@keyframes float-card{0%,to{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-12px) rotate(2deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes holofoil-spin{0%{background-position:0% 0%}to{background-position:200% 200%}}.aurora{position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(120px);animation:aurora 18s ease-in-out infinite;pointer-events:none}.glass{background:var(--glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:16px}.holo{position:relative;overflow:hidden}.holo:after{content:"";position:absolute;inset:0;background:conic-gradient(from 0deg,#f472b6,#fbbf24,#38bdf8,#a78bfa,#f472b6);mix-blend-mode:color-dodge;opacity:0;transition:opacity .4s;background-size:200% 200%;pointer-events:none}.holo:hover:after{opacity:.45;animation:holofoil-spin 3s linear infinite}.shimmer-text{background:linear-gradient(90deg,#fbbf24,#fef3c7,#fbbf24);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 3s linear infinite}
