.slot-reels{display:flex;justify-content:space-between;width:100%;height:300px;background-color:#222;border-radius:10px;padding:10px;position:relative;overflow:hidden}.reel{flex:1;height:100%;margin:0 5px;background-color:#111;border-radius:5px;overflow:hidden;position:relative}.reel-symbols{display:flex;flex-direction:column;position:relative;transition:transform .1s ease-in-out}.reel-symbol{height:100px;display:flex;justify-content:center;align-items:center;background-color:#333;border:1px solid #444;box-sizing:border-box}.reel-symbol.current{border:2px solid #ffd700;background-color:#444}.reel-symbol img{max-width:80%;max-height:80%;object-fit:contain}.reel.spinning .reel-symbols{animation:spin .5s linear infinite}@keyframes spin{0%{transform:translateY(0)}to{transform:translateY(-100px)}}.paylines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.payline{position:absolute;height:2px;background-color:#ffd700b3;transform-origin:left center;opacity:0;transition:opacity .3s ease}.payline-top{top:25%;width:100%;left:0}.payline-middle{top:50%;width:100%;left:0}.payline-bottom{top:75%;width:100%;left:0}.payline-diagonal-1{top:25%;width:120%;left:0;transform:rotate(15deg)}.payline-diagonal-2{top:75%;width:120%;left:0;transform:rotate(-15deg)}.payline.active{opacity:1;animation:payline-flash .5s ease-in-out infinite}@keyframes payline-flash{0%,to{opacity:.7}50%{opacity:1}}@media (max-width: 600px){.slot-reels{height:200px}.reel-symbol{height:66.67px}@keyframes spin{0%{transform:translateY(0)}to{transform:translateY(-66.67px)}}}.slot-lever-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:80px;height:100%}.slot-lever{display:flex;flex-direction:column;align-items:center;cursor:pointer;transform-origin:bottom center;transition:transform .2s ease-out}.slot-lever:hover:not(.disabled) .lever-knob{background-color:#ff5252;box-shadow:0 0 10px #ff5252b3}.slot-lever.disabled{opacity:.5;cursor:not-allowed}.lever-top{width:20px;height:20px;background-color:#333;border-radius:10px;display:flex;justify-content:center;align-items:center}.lever-knob{width:30px;height:30px;background-color:#e91e63;border-radius:50%;box-shadow:0 0 5px #e91e6380;transition:all .2s ease}.lever-stem{width:10px;height:80px;background-color:#777;margin-top:-5px;border-radius:5px}.lever-base{width:40px;height:20px;background-color:#333;border-radius:10px;margin-top:-5px}.slot-lever.pulling{animation:pull-lever 1s ease-in-out;transform-origin:bottom center}@keyframes pull-lever{0%{transform:rotate(0)}20%{transform:rotate(30deg)}40%{transform:rotate(-5deg)}60%{transform:rotate(25deg)}80%{transform:rotate(-3deg)}to{transform:rotate(0)}}@media (max-width: 600px){.slot-lever-container{width:60px}.lever-knob{width:25px;height:25px}.lever-stem{height:60px}.lever-base{width:30px;height:15px}}.slot-controls{display:flex;flex-direction:column;align-items:center;justify-content:center;width:200px;padding:10px;background-color:#333;border-radius:10px;box-shadow:0 4px 8px #0000004d}.bet-display{display:flex;flex-direction:column;align-items:center;margin-bottom:10px;width:100%;padding:5px;background-color:#222;border-radius:5px}.bet-label{font-size:12px;color:#aaa;text-transform:uppercase;letter-spacing:1px}.bet-amount{font-size:24px;font-weight:700;color:gold;text-shadow:0 0 5px rgba(255,215,0,.5)}.bet-controls{display:flex;justify-content:space-between;width:100%}.bet-button{width:60px;height:40px;border:none;border-radius:5px;font-weight:700;color:#fff;cursor:pointer;transition:all .2s ease}.bet-button:focus{outline:none}.bet-button:disabled{opacity:.5;cursor:not-allowed}.decrease-bet{background-color:#f44336}.decrease-bet:hover:not(:disabled){background-color:#d32f2f}.max-bet{background-color:#2196f3}.max-bet:hover:not(:disabled){background-color:#1976d2}.increase-bet{background-color:#4caf50}.increase-bet:hover:not(:disabled){background-color:#388e3c}@media (max-width: 600px){.slot-controls{width:180px;padding:8px}.bet-amount{font-size:20px}.bet-button{width:50px;height:35px;font-size:14px}}.slot-results{display:flex;justify-content:center;align-items:center;width:100%;height:60px;background-color:#222;border-radius:10px;box-shadow:inset 0 0 10px #00000080;transition:all .3s ease}.results-display{font-size:24px;font-weight:700;color:#fff;text-align:center;text-shadow:0 0 5px rgba(255,255,255,.5)}.slot-results.win{background-color:#4a148c;animation:win-pulse .5s ease-in-out infinite;box-shadow:0 0 20px #ffd700b3}.slot-results.win .results-display{color:gold;text-shadow:0 0 10px rgba(255,215,0,.7);animation:win-text-scale .5s ease-in-out infinite}@keyframes win-pulse{0%,to{background-color:#4a148c}50%{background-color:#7b1fa2}}@keyframes win-text-scale{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width: 600px){.slot-results{height:50px}.results-display{font-size:20px}}.slot-machine{display:flex;flex-direction:column;width:100%;max-width:500px;height:600px;margin:0 auto;background-color:#4a4a4a;border-radius:20px;box-shadow:0 10px 30px #00000080;overflow:hidden;position:relative}.slot-machine.theme-classic{background-color:#8b0000;border:10px solid #d4af37}.slot-machine.theme-modern{background-color:#2c3e50;border:10px solid #3498db}.slot-machine.theme-fruit{background-color:#27ae60;border:10px solid #f39c12}.slot-machine-top{height:100px;padding:20px;background-color:#0003;display:flex;justify-content:center;align-items:center}.slot-machine-middle{flex:1;display:flex;justify-content:center;align-items:center;padding:20px;background-color:#333;border-top:5px solid #222;border-bottom:5px solid #222}.slot-machine-bottom{height:150px;padding:20px;background-color:#0003;display:flex;justify-content:center;align-items:center}.slot-machine-controls-container{display:flex;justify-content:space-between;align-items:center;width:100%}@keyframes spin{0%{transform:translateY(0)}to{transform:translateY(-1000px)}}@keyframes win-flash{0%,to{box-shadow:0 0 20px #ffd70080}50%{box-shadow:0 0 40px #ffd700cc}}.slot-machine-win{animation:win-flash .5s ease-in-out infinite}@media (max-width: 600px){.slot-machine{max-width:100%;height:500px}.slot-machine-top{height:80px;padding:10px}.slot-machine-bottom{height:120px;padding:10px}}.app{display:flex;flex-direction:column;min-height:100vh;width:100%;max-width:800px;margin:0 auto}.app-header{padding:1rem 0;margin-bottom:2rem}.app-header h1{color:#e91e63;text-shadow:0 0 10px rgba(233,30,99,.5)}.app-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.credits-display{font-size:1.5rem;font-weight:700;margin-bottom:1rem;padding:.5rem 1rem;background-color:#333;border-radius:8px;color:gold;text-shadow:0 0 5px rgba(255,215,0,.5)}.app-footer{margin-top:2rem;padding:1rem 0;font-size:.8rem;color:#888}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9}}
