code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{display:flex;flex-direction:column;min-height:100vh}.wheel-container{align-items:center;aspect-ratio:1/1;display:flex;height:320px;justify-content:center;margin:1.5rem auto;position:relative;width:320px}.wheel-pointer{animation:pointerPulse 2s infinite;border-left:20px solid #0000;border-right:20px solid #0000;border-top:40px solid #fbbf24;filter:drop-shadow(0 0 8px rgba(251,191,36,.7));height:0;left:50%;position:absolute;top:-15px;transform:translateX(-50%);width:0;z-index:20}@keyframes pointerPulse{0%,to{transform:translateX(-50%) scale(1)}50%{transform:translateX(-50%) scale(1.1)}}.wheel{border:12px solid #4f46e5;border-radius:50%;box-shadow:0 0 30px #4f46e580,inset 0 0 20px #0000004d,0 0 0 8px #ffffff1a;height:100%;overflow:hidden;position:relative;transform-origin:center;transition:transform 6s ease;width:100%}.wheel-segment{height:50%;left:50%;overflow:hidden;position:absolute;top:0;transform-origin:0 100%;width:50%}.wheel-segment-inner{background-color:var(--segment-color);border-radius:50%;content:"";height:200%;left:0;position:absolute;top:0;transform:rotate(var(--segment-angle));transform-origin:25% 25%;width:200%}.wheel-segment-label{color:#fff;font-size:.75rem;font-weight:700;left:10px;overflow:hidden;padding-left:20px;position:absolute;text-align:left;text-overflow:ellipsis;text-shadow:1px 1px 3px #000c;top:50%;transform:translateY(-50%) rotate(var(--label-rotation));transform-origin:0 0;white-space:nowrap;width:calc(100% - 20px)}.wheel-segment:first-child .wheel-segment-inner{background-color:#ef4444}.wheel-segment:nth-child(2) .wheel-segment-inner{background-color:#f97316}.wheel-segment:nth-child(3) .wheel-segment-inner{background-color:#eab308}.wheel-segment:nth-child(4) .wheel-segment-inner{background-color:#84cc16}.wheel-segment:nth-child(5) .wheel-segment-inner{background-color:#10b981}.wheel-segment:nth-child(6) .wheel-segment-inner{background-color:#06b6d4}.wheel-segment:nth-child(7) .wheel-segment-inner{background-color:#3b82f6}.wheel-segment:nth-child(8) .wheel-segment-inner{background-color:#8b5cf6}.wheel-segment:nth-child(9) .wheel-segment-inner{background-color:#ec4899}.wheel-segment:nth-child(10) .wheel-segment-inner{background-color:#f43f5e}.history-page{background-color:#1f2937;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:1rem}.history-page h2{color:#60a5fa;font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.history-list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto}.history-item{background-color:#374151;border:1px solid #4b5563;border-radius:.375rem;font-size:.875rem;padding:1rem}.history-item p{margin:.25rem 0}.history-item strong{color:#9ca3af}.history-item .winner-address{color:#a7f3d0;font-family:monospace;word-break:break-all}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a202c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.bg-gray-900{background-color:#0f172a}.bg-gray-800{background-color:#1e293b}.bg-gray-700{background-color:#334155}.bg-gray-600{background-color:#475569}.bg-blue-500{background-color:#3b82f6}.bg-green-500{background-color:#10b981}.bg-yellow-500{background-color:#eab308}.bg-red-600{background-color:#dc2626}.bg-green-600{background-color:#059669}.bg-blue-600{background-color:#2563eb}.bg-purple-600{background-color:#9333ea}.bg-indigo-900{background-color:#1a1c4c}.bg-gradient-to-b{background:linear-gradient(180deg,#1a1c4c,#0f172a)}.bg-gradient-to-r{background:linear-gradient(90deg,#1e293b,#0f172a)}.text-white{color:#fff}.text-blue-400{color:#60a5fa}.text-blue-300{color:#93c5fd}.text-green-400{color:#4ade80}.text-green-200{color:#bbf7d0}.text-gray-400{color:#cbd5e1}.text-gray-300{color:#e2e8f0}.text-gray-900{color:#111827}.text-gray-100{color:#f1f5f9}.text-gray-200{color:#e2e8f0}.border-blue-400{border-color:#60a5fa}.p-4{padding:1rem}.p-3{padding:.75rem}.p-2{padding:.5rem}.m-0{margin:0}.mt-6{margin-top:1.5rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mb-3{margin-bottom:.75rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-full{border-radius:9999px}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-b-xl{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-xl{border-radius:.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif}.font-mono{font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.min-h-screen{min-height:100vh}.flex{display:flex}.flex-grow{flex-grow:1}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.overflow-y-auto{overflow-y:auto}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gap-4{gap:1rem}.h-6{height:1.5rem}.w-full{width:100%}.relative{position:relative}.overflow-hidden{overflow:hidden}.shadow-inner{box-shadow:inset 0 2px 4px 0 #0000000d}.shadow-lg{box-shadow:0 10px 25px -5px #00000040,0 8px 10px -6px #0003}.shadow{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-xl{box-shadow:0 20px 25px -5px #00000040,0 10px 10px -5px #0003}.col-span-2{grid-column:span 2/span 2}.break-all{word-break:break-all}.hover\:bg-green-400:hover{background-color:#4ade80}.hover\:bg-yellow-400:hover{background-color:#facc15}.hover\:bg-blue-400:hover{background-color:#60a5fa}.hover\:bg-gray-600:hover{background-color:#475569}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.gaming-container{background:linear-gradient(135deg,#1a1c4c,#0f172a);color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}.gaming-header{background:linear-gradient(90deg,#1e293b,#0f172a);border-bottom:1px solid #60a5fa33;box-shadow:0 4px 6px #0000001a}.gaming-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bcc;border:1px solid #60a5fa33;border-radius:1rem;box-shadow:0 10px 25px #00000040}.gaming-button{align-items:center;border:none;border-radius:.75rem;box-shadow:0 4px 6px #0000001a;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;justify-content:center;overflow:hidden;padding:.75rem 1.5rem;position:relative;transition:all .3s ease}.gaming-button:before{background:linear-gradient(45deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);transition:transform .6s ease;width:100%}.gaming-button:hover:before{transform:translateX(100%)}.gaming-button:hover{box-shadow:0 6px 12px #0003;transform:translateY(-2px)}.gaming-button:active{transform:translateY(0)}.gaming-button-primary{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff}.gaming-button-primary:hover{background:linear-gradient(135deg,#3b82f6,#60a5fa)}.gaming-button-secondary{background:linear-gradient(135deg,#10b981,#34d399);color:#fff}.gaming-button-secondary:hover{background:linear-gradient(135deg,#34d399,#67e8f9)}.gaming-button-warning{background:linear-gradient(135deg,#eab308,#fbbf24);color:#1e293b}.gaming-button-warning:hover{background:linear-gradient(135deg,#fbbf24,#fcd34d)}.gaming-progress-bar{background-color:#334155;border-radius:.5rem;height:1rem;overflow:hidden}.gaming-progress-fill{background:linear-gradient(90deg,#10b981,#3b82f6);height:100%;transition:width .5s ease}.gaming-feedback{align-items:center;border-radius:.75rem;box-shadow:0 4px 6px #0000001a;display:flex;font-weight:600;justify-content:center;margin-top:1rem;padding:.75rem}.gaming-scrollbar::-webkit-scrollbar{width:8px}.gaming-scrollbar::-webkit-scrollbar-track{background:#1e293b;border-radius:4px}.gaming-scrollbar::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.gaming-scrollbar::-webkit-scrollbar-thumb:hover{background:#64748b}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.winner-announcement{animation:winnerPulse 1.5s infinite}@keyframes winnerPulse{0%{box-shadow:0 0 0 0 #eab30866}70%{box-shadow:0 0 0 15px #eab30800}to{box-shadow:0 0 0 0 #eab30800}}@media (max-width:768px){.gaming-button{font-size:1rem;padding:1rem 1.25rem}.gaming-header .text-xl{font-size:1.1rem}.gaming-header .text-xs{font-size:.7rem}.gaming-card .text-lg{font-size:1rem}.gaming-card .text-xs{font-size:.65rem}.gaming-feedback .text-base{font-size:.9rem}.winner-announcement .text-2xl{font-size:1.4rem}.winner-announcement .text-xl{font-size:1.1rem}.winner-announcement .text-lg{font-size:1rem}.winner-announcement .text-base{font-size:.85rem}.gaming-container .max-w-6xl{padding-left:1rem;padding-right:1rem}}
/*# sourceMappingURL=main.4a0f9e24.css.map*/