@import "https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&family=Montserrat:wght@600;700;800;900&display=swap&subset=vietnamese,latin-ext";:root{--font-primary:"Be Vietnam Pro", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--color-bg-base:#090d16;--color-bg-surface:#111827;--color-bg-surface-elevated:#1e293b;--color-accent-gold:#f59e0b;--color-accent-emerald:#10b981;--color-accent-cyan:#06b6d4;--color-text-main:#f8fafc;--color-text-muted:#94a3b8}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-primary);background-color:var(--color-bg-base);color:var(--color-text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0f172a99}::-webkit-scrollbar-thumb{background:#64748b66;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#f59e0b99}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleUp{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 15px #f59e0b33}50%{box-shadow:0 0 30px #f59e0b99}}.animate-fadeIn{animation:.3s cubic-bezier(.16,1,.3,1) forwards fadeIn}.animate-scaleUp{animation:.35s cubic-bezier(.16,1,.3,1) forwards scaleUp}.animate-pulseGlow{animation:2.5s infinite pulseGlow}.stadium-bg{background:radial-gradient(circle at 50% 0,#10b98126 0%,#0000 60%),radial-gradient(circle at 100% 100%,#f59e0b14 0%,#0000 50%),radial-gradient(circle at 0 100%,#06b6d414 0%,#0000 50%),linear-gradient(#090d16 0%,#0d1322 50%,#060911 100%)}@media (width<=640px){.wheel-container canvas{max-width:300px!important;max-height:300px!important}}
