*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0f172a,#1e293b,#334155);min-height:100vh;color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 16px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.p-1{padding:4px}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.p-6{padding:24px}.p-8{padding:32px}.px-2{padding-left:8px;padding-right:8px}.px-3{padding-left:12px;padding-right:12px}.px-4{padding-left:16px;padding-right:16px}.py-1{padding-top:4px;padding-bottom:4px}.py-2{padding-top:8px;padding-bottom:8px}.m-2{margin:8px}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}.mt-4{margin-top:16px}.mt-8{margin-top:32px}.ml-2{margin-left:8px}.ml-auto{margin-left:auto}.mx-auto{margin-left:auto;margin-right:auto}.text-xs{font-size:12px}.text-sm{font-size:14px}.text-base{font-size:16px}.text-lg{font-size:18px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.text-3xl{font-size:30px}.text-4xl{font-size:36px}.text-5xl{font-size:48px}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-black{font-weight:900}.text-center{text-align:center}.text-white{color:#fff}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.text-blue-400{color:#60a5fa}.text-rose-300{color:#fda4af}.text-rose-400{color:#fb7185}.text-emerald-200{color:#a7f3d0}.text-green-300{color:#86efac}.text-yellow-300{color:#fde047}.text-red-300{color:#fca5a5}.bg-white\/5{background-color:#ffffff0d}.bg-white\/10{background-color:#ffffff1a}.bg-blue-500{background-color:#3b82f6}.bg-emerald-500\/20{background-color:#10b98133}.bg-green-500\/20{background-color:#22c55e33}.bg-yellow-500\/20{background-color:#eab30833}.bg-red-500\/20{background-color:#ef444433}.bg-rose-500\/20{background-color:#f43f5e33}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-400{--tw-gradient-from: #60a5fa}.via-purple-500{--tw-gradient-to: #a855f7}.to-rose-500{--tw-gradient-to: #f43f5e}.border{border-width:1px}.border-2{border-width:2px}.border-white\/10{border-color:#ffffff1a}.border-white\/20{border-color:#fff3}.border-white\/30{border-color:#ffffff4d}.rounded{border-radius:4px}.rounded-lg{border-radius:8px}.rounded-xl{border-radius:12px}.rounded-2xl{border-radius:16px}.rounded-3xl{border-radius:24px}.rounded-full{border-radius:9999px}.w-4{width:16px}.w-6{width:24px}.w-8{width:32px}.w-12{width:48px}.w-16{width:64px}.w-20{width:80px}.w-24{width:96px}.w-64{width:256px}.w-full{width:100%}.h-4{height:16px}.h-6{height:24px}.h-8{height:32px}.h-10{height:40px}.h-12{height:48px}.h-28{height:112px}.h-56{height:224px}.h-64{height:256px}.min-h-screen{min-height:100vh}.max-w-md{max-width:448px}.max-w-2xl{max-width:672px}.max-w-4xl{max-width:896px}.max-w-6xl{max-width:1152px}.max-h-64{max-height:256px}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{inset:0}.top-0{top:0}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.z-50{z-index:50}.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.hidden{display:none}.flex-1{flex:1 1 0%}.flex-wrap{flex-wrap:wrap}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.select-none{user-select:none}.pointer-events-none{pointer-events:none}.transition-all{transition:all .15s cubic-bezier(.4,0,.2,1)}.transition-colors{transition:color,background-color,border-color,text-decoration-color,fill,stroke .15s cubic-bezier(.4,0,.2,1)}.hover\:bg-white\/5:hover{background-color:#ffffff0d}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/15:hover{background-color:#ffffff26}.hover\:text-white:hover{color:#fff}.hover\:text-red-400:hover{color:#f87171}.hover\:scale-105:hover{transform:scale(1.05)}input,select,button{font-family:inherit}input[type=number],input[type=checkbox],select{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:4px 8px;color:#fff;outline:none}input[type=number]:focus,select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}button{cursor:pointer;border:none;outline:none;transition:all .15s}button:disabled{cursor:not-allowed;opacity:.5}.slot-reel{position:relative;height:112px;width:80px;border-radius:16px;background:linear-gradient(145deg,#fff,#f1f5f9);border:2px solid #d4d4d8;box-shadow:inset 0 -8px 24px #00000014,0 8px 24px #00000040,0 0 0 1px #fff3;display:flex;align-items:center;justify-content:center;overflow:hidden}.slot-reel-bonus{border-color:#f43f5e;box-shadow:inset 0 -8px 24px #f43f5e59,0 8px 24px #00000040,0 0 0 2px #f43f5e4d}.machine-panel{border-radius:24px;background:linear-gradient(145deg,#3f3f46,#18181b),radial-gradient(circle at 30% 20%,rgba(59,130,246,.1),transparent 50%);padding:24px;box-shadow:0 30px 120px #0009,inset 0 1px #ffffff1a}.lever-handle{height:48px;width:48px;border-radius:50%;background:linear-gradient(145deg,#ef4444,#dc2626);border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 20px #0000004d,inset 0 2px #fff3,inset 0 -2px #0003}.lever-handle:active{background:linear-gradient(145deg,#dc2626,#b91c1c);box-shadow:0 4px 10px #0000004d,inset 0 1px #ffffff1a,inset 0 -1px #0000004d}.glass-panel{border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a;backdrop-filter:blur(8px)}.text-glow{text-shadow:0 0 20px rgba(59,130,246,.8)}.number-display{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}@media (min-width: 768px){.md\:flex{display:flex}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:gap-4{gap:16px}.md\:p-6{padding:24px}.md\:p-8{padding:32px}.md\:text-base{font-size:16px}.md\:text-5xl{font-size:48px}.md\:w-64{width:256px}.md\:flex-col{flex-direction:column}}.bg-clip-text{-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.text-transparent{color:transparent}
