.wheel-ui-root{--wheel-deep:#0f2f2a;--wheel-deep-soft:#163832;--wheel-gold:#c6a15b;--wheel-gold-soft:#d4b56f;--wheel-gold-deep:#9a7a3d;--wheel-cream:#f3ebdd;--wheel-cream-soft:#e7e1d6;--wheel-beige:#c8b69c;--wheel-muted:#afa79d;--wheel-ink:#0f2f2a;--wheel-ink-soft:#3a4f49;--wheel-danger:#8b3a3a;--font-ui:var(--font-body),"Manrope",ui-sans-serif,system-ui,sans-serif;position:relative;min-height:100dvh;width:100%;color:var(--wheel-cream);font-family:var(--font-ui);background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(198,161,91,.16),transparent 55%),radial-gradient(ellipse 60% 40% at 100% 100%,rgba(198,161,91,.08),transparent 45%),var(--wheel-deep);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.wheel-ui-root *,.wheel-ui-root :after,.wheel-ui-root :before{box-sizing:border-box}.wheel-ui-root button,.wheel-ui-root input,.wheel-ui-root select,.wheel-ui-root textarea{font:inherit}.wheel-ui-root .wheel-bg-glow{position:absolute;inset:10% 5% auto;height:40%;background:radial-gradient(circle,rgba(198,161,91,.18),transparent 70%);filter:blur(8px)}.wheel-ui-root .wheel-bg-stars{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(243,235,221,.35) 0 1px,transparent 1.5px),radial-gradient(circle,rgba(198,161,91,.28) 0 1px,transparent 1.5px);background-size:72px 72px,110px 110px;background-position:12px 20px,40px 60px;opacity:.35}.wheel-ui-root .wheel-bg-arcs{position:absolute;left:50%;top:18%;width:min(520px,100%);height:min(520px,100%);translate:-50% 0;border:1px solid rgba(198,161,91,.12);border-radius:50%;box-shadow:inset 0 0 0 40px rgba(198,161,91,.03),inset 0 0 0 80px rgba(243,235,221,.02)}.wheel-ui-root .wheel-step-enter{animation:wheel-fade-up .42s ease-out both}.wheel-ui-root .wheel-choice-card{transition:border-color .18s ease,box-shadow .18s ease,transform .16s ease,background-color .18s ease}.wheel-ui-root .wheel-glow:before{content:"";position:absolute;inset:6%;border-radius:50%;background:radial-gradient(circle,rgba(198,161,91,.22),transparent 68%);pointer-events:none;z-index:0}.wheel-ui-root .wheel-result-card{animation:wheel-fade-up .52s ease-out both}.wheel-ui-root .wheel-result-glow{position:absolute;inset:-20% -10% auto;height:70%;background:radial-gradient(circle,rgba(198,161,91,.28),transparent 70%);pointer-events:none}.wheel-ui-root .wheel-particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.wheel-ui-root .wheel-particles span{position:absolute;width:5px;height:5px;border-radius:50%;background:rgba(198,161,91,.7);animation:wheel-float 3.8s ease-in-out infinite}.wheel-ui-root .wheel-particles span:first-child{left:12%;top:18%;animation-delay:0s}.wheel-ui-root .wheel-particles span:nth-child(2){left:78%;top:22%;width:4px;height:4px;animation-delay:.4s}.wheel-ui-root .wheel-particles span:nth-child(3){left:22%;top:72%;animation-delay:.8s}.wheel-ui-root .wheel-particles span:nth-child(4){left:86%;top:64%;width:3px;height:3px;animation-delay:1.1s}.wheel-ui-root .wheel-particles span:nth-child(5){left:48%;top:8%;animation-delay:1.4s}.wheel-ui-root .wheel-particles span:nth-child(6){left:60%;top:80%;width:3px;height:3px;animation-delay:1.7s}@keyframes wheel-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes wheel-float{0%,to{transform:translateY(0);opacity:.35}50%{transform:translateY(-8px);opacity:.85}}@media (prefers-reduced-motion:reduce){.wheel-ui-root .wheel-particles span,.wheel-ui-root .wheel-result-card,.wheel-ui-root .wheel-step-enter{animation:none!important}.wheel-ui-root .wheel-particles{display:none}.wheel-ui-root .motion-safe\:animate-spin{animation:none!important}}@media (max-width:430px){.wheel-ui-root .wheel-layout{max-width:100%}}