@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#121212;color:#e0e0e0;font-family:Roboto,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media (max-width:768px){body{font-size:14px}}.jackpot-container{align-items:center;background:radial-gradient(circle,#222 0,#121212 100%);border-radius:20px;box-shadow:0 10px 30px #00000080,inset 0 0 15px #ffd7001a;box-sizing:border-box;display:flex;flex-direction:column;padding:40px 20px;width:100%}.jackpot-title{color:gold;font-size:2.5rem;font-weight:700;letter-spacing:4px;margin-bottom:20px;text-align:center;text-shadow:0 0 10px gold,0 0 20px #ffae00;text-transform:uppercase}.jackpot-reels{background-color:#000;border:5px solid #444;border-radius:15px;box-shadow:inset 0 0 10px #000;display:flex;gap:15px;padding:15px}.reel{background-color:#222;border:2px solid #333;border-radius:10px;height:80px;overflow:hidden;position:relative;width:80px}.reel-inner.spinning{animation:spin 1s linear infinite}.item{align-items:center;display:flex;font-size:3rem;height:80px;justify-content:center;width:100%}.final-item{animation:fadeIn .3s ease-in-out}@keyframes spin{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.jackpot-controls{flex-direction:column;gap:15px;margin-top:25px;max-width:300px}.jackpot-controls,.value-input-container{align-items:center;display:flex;width:100%}.value-input-container{background-color:#333;border:1px solid #444;border-radius:8px;box-sizing:border-box;padding:5px 15px}.value-input-container span{color:#aaa;font-weight:700;margin-right:10px}.value-input{background:none;border:none;color:#fff;font-size:1.2rem;font-weight:700;outline:none;text-align:center;width:100%}.value-input::-webkit-inner-spin-button,.value-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.value-input[type=number]{-moz-appearance:textfield}.value-buttons{display:flex;gap:10px;width:100%}.value-btn{background-color:#444;border:1px solid #555;border-radius:8px;color:#ccc;cursor:pointer;flex-grow:1;font-weight:700;padding:10px;transition:background-color .2s}.value-btn:hover{background-color:#555}.spin-button{background:linear-gradient(45deg,gold,#ffae00);border:none;border-radius:8px;color:#121212;cursor:pointer;font-size:1.4rem;font-weight:700;padding:15px;transition:transform .2s,box-shadow .2s,background .2s;width:100%}.spin-button:hover{box-shadow:0 4px 15px #ffd7004d;transform:translateY(-2px)}.spin-button:disabled{background:#555;box-shadow:none;color:#999;cursor:not-allowed;transform:none}.jackpot-subtitle{color:#aaa;font-size:1rem;margin-top:25px;text-align:center}@media (max-width:400px){.jackpot-title{font-size:2rem}.reel{height:60px;width:60px}.item{font-size:2.5rem;height:60px}.jackpot-reels{gap:10px;padding:10px}}.chat-container{background-color:#1e1e1e;border:1px solid #333;border-radius:15px;box-shadow:0 5px 20px #0006;box-sizing:border-box;display:flex;flex-direction:column;height:450px;max-width:400px;padding:20px;width:100%}.chat-title{border-bottom:1px solid #444;color:#fff;margin-top:0;padding-bottom:10px;text-align:center}.chat-box{display:flex;flex-direction:column-reverse;flex-grow:1;overflow-y:auto}.chat-box::-webkit-scrollbar{width:8px}.chat-box::-webkit-scrollbar-track{background:#1e1e1e}.chat-box::-webkit-scrollbar-thumb{background-color:#555;border:3px solid #1e1e1e;border-radius:20px}.chat-message{animation:fadeIn .5s ease-in-out;margin-bottom:12px}.chat-user{font-weight:700;margin-right:8px}.chat-text{color:#ccc}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-input{background-color:#333;border:1px solid #444;border-radius:10px;color:#aaa;font-size:1rem;margin-top:15px;padding:12px}.chat-input::placeholder{color:#777}.auth-container{background-color:#1e1e1e;border:1px solid #333;border-radius:15px;box-shadow:0 5px 20px #0006;box-sizing:border-box;max-width:400px;padding:30px;width:100%}.auth-title{color:#fff;font-size:1.8rem;margin-bottom:30px;text-align:center}.input-group{display:flex;flex-direction:column;margin-bottom:20px}.input-group label{color:#aaa;font-weight:400;margin-bottom:8px}.input-group input{background-color:#333;border:1px solid #444;border-radius:8px;color:#fff;font-size:1rem;padding:12px}.input-group input:focus{border-color:gold;outline:none}.auth-button{background:linear-gradient(45deg,gold,#ffae00);border:none;border-radius:8px;color:#121212;cursor:pointer;font-size:1.2rem;font-weight:700;padding:15px;transition:transform .2s,box-shadow .2s;width:100%}.auth-button:hover{box-shadow:0 4px 15px #ffd7004d;transform:translateY(-2px)}.toggle-text{color:#aaa;margin-top:20px;text-align:center}.toggle-button{background:none;border:none;color:gold;cursor:pointer;font-size:1rem;font-weight:700;margin-left:5px}.landing-page{box-sizing:border-box;flex-wrap:wrap;justify-content:space-around;min-height:100vh;padding:50px 20px}.landing-page,.main-content{align-items:center;display:flex;gap:40px}.main-content{flex-direction:column}@media (max-width:900px){.landing-page{flex-direction:column;justify-content:center;padding:20px}}
/*# sourceMappingURL=main.b730356a.css.map*/