:root{--color-primary: #FFD700;--color-secondary: #1B2A4A;--color-accent: #7B68EE;--color-bg: #0a0a1a;--color-text: #ffffff;--font-family: "Inter", system-ui, sans-serif;--wheel-size: 300px;--btn-radius: 12px;--hotzone-spin-top: 55%;--hotzone-spin-left: 25%;--hotzone-spin-width: 50%;--hotzone-spin-height: 15%;--hotzone-form-top: 75%;--hotzone-form-left: 25%;--hotzone-form-width: 50%;--hotzone-form-height: 15%}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:var(--font-family);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{min-height:100vh;min-height:100dvh}
