@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--logo-color: #f01d14}html,body,#root{width:100%;height:100%;overflow:hidden}@media(max-width:768px){html,body,#root{overflow:auto;height:auto;min-height:100%}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:#fff}button,input{font-family:inherit}*{margin:0;padding:0;box-sizing:border-box}.app{width:100vw;height:100vh;display:flex;flex-direction:column;background:#0e0e0e;overflow:hidden;position:relative}.app.error{justify-content:center;align-items:center}.app.error .error-message{text-align:center;color:#fff;font-size:18px;font-weight:500;padding:40px}.app.error .error-message h1{font-size:48px;margin-bottom:20px;color:#f44}.app.error .error-message p{font-size:16px;color:#888}@media(max-width:1024px)and (min-width:769px){.app{height:100vh;overflow-y:auto}}@media(max-width:768px){.app{min-height:100vh;height:auto;overflow:visible}}.main-container{flex:1;display:flex;overflow:hidden;min-height:0}@media(max-width:1024px)and (min-width:769px){.main-container{flex-direction:column;flex:none;min-height:auto}}@media(max-width:768px){.main-container{flex-direction:column;flex:none;min-height:500px;overflow:visible}}.game-area{flex:1;display:flex;flex-direction:column;padding:4px;gap:4px;min-width:0;min-height:0;overflow:hidden}@media(max-width:1024px)and (min-width:769px){.game-area{order:1;min-height:400px;flex:none}}@media(max-width:768px){.game-area{order:1;min-height:400px;flex:none}}.game-header{height:56px;background:#1a1a1a;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #2a2a2a;flex-shrink:0}@media(max-width:768px){.game-header{height:48px;padding:0 12px}}.game-header .header-left{display:flex;align-items:center;gap:16px}@media(max-width:768px){.game-header .header-left{gap:12px}}.game-header .header-left .game-logo .logo-text{font-size:20px;font-weight:700;color:var(--logo-color, #f01d14);letter-spacing:.5px}@media(max-width:768px){.game-header .header-left .game-logo .logo-text{font-size:18px}}.game-header .header-left .demo-badge{background:#ffa50033;color:orange;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:.5px}@media(max-width:768px){.game-header .header-left .demo-badge{font-size:10px;padding:3px 8px}}.game-header .header-center{flex:1;display:flex;justify-content:center}@media(max-width:768px){.game-header .header-center{display:none}}.game-header .header-center .fun-mode-banner{background:linear-gradient(90deg,#ff8c00,orange);color:#000;padding:8px 32px;border-radius:4px;font-weight:700;font-size:14px;letter-spacing:1px}.game-header .header-right{display:flex;align-items:center;gap:16px}@media(max-width:768px){.game-header .header-right{gap:8px}}.game-header .header-right .balance-display{background:#2a2a2a;padding:8px 16px;border-radius:4px;display:flex;align-items:center;gap:8px}@media(max-width:768px){.game-header .header-right .balance-display{padding:6px 12px;gap:6px}}.game-header .header-right .balance-display .balance-amount{font-size:16px;font-weight:600;color:#4ade80}@media(max-width:768px){.game-header .header-right .balance-display .balance-amount{font-size:14px}}.game-header .header-right .balance-display .currency{font-size:14px;color:#888}@media(max-width:768px){.game-header .header-right .balance-display .currency{font-size:12px}}.game-header .header-right .settings-button{background:#2a2a2a;border:none;color:#fff;width:40px;height:40px;border-radius:4px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}@media(max-width:768px){.game-header .header-right .settings-button{width:36px;height:36px;font-size:16px}}.game-header .header-right .settings-button:hover{background:#3a3a3a;transform:rotate(45deg)}.game-header .header-right .menu-button{background:#2a2a2a;border:none;color:#fff;width:40px;height:40px;border-radius:4px;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.game-header .header-right .menu-button{width:36px;height:36px;font-size:18px}}.game-header .header-right .menu-button:hover{background:#3a3a3a}.loading-spinner-overlay{position:fixed;inset:0;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;z-index:9999}.loading-spinner-overlay .spinner{width:60px;height:60px;border:5px solid rgba(255,255,255,.1);border-top-color:#4ade80;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner-overlay .loading-text{font-size:18px;font-weight:600;color:#fff}.flash-message{position:fixed;top:20px;right:20px;min-width:300px;max-width:500px;padding:16px 20px;border-radius:8px;display:flex;align-items:center;gap:12px;box-shadow:0 4px 12px #0000004d;z-index:10000;animation:slideIn .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:768px){.flash-message{top:10px;right:10px;left:10px;min-width:auto;max-width:none}}.flash-message .flash-icon{font-size:20px;font-weight:700;flex-shrink:0}.flash-message .flash-text{flex:1;font-size:14px;font-weight:500;color:#fff}.flash-message .flash-close{background:none;border:none;color:#ffffffb3;font-size:24px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .2s}.flash-message .flash-close:hover{color:#fff}.flash-message.flash-success{background:#22c55ee6;border-left:4px solid #16a34a}.flash-message.flash-success .flash-icon{color:#fff}.flash-message.flash-error{background:#ef4444e6;border-left:4px solid #dc2626}.flash-message.flash-error .flash-icon{color:#fff}.flash-message.flash-warning{background:#fbbf24e6;border-left:4px solid #f59e0b}.flash-message.flash-warning .flash-icon{color:#fff}.flash-message.flash-info{background:#3b82f6e6;border-left:4px solid #2563eb}.flash-message.flash-info .flash-icon{color:#fff}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.not-found{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#1a0a2e,#16213e,#0f0f1e);color:#fff;padding:20px}.not-found .not-found-content{text-align:center;max-width:600px}.not-found .not-found-content h1{font-size:72px;font-weight:700;margin-bottom:20px;color:#dc2626;text-shadow:0 4px 20px rgba(220,38,38,.5)}.not-found .not-found-content p{font-size:18px;line-height:1.6;margin-bottom:15px;color:#ccc}.not-found .not-found-content .not-found-details{margin-top:30px;padding:20px;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.not-found .not-found-content .not-found-details p{font-size:14px;color:#999;margin-bottom:10px}.not-found .not-found-content .not-found-details p:last-child{margin-bottom:0}.bets-panel{width:320px;background:#1a1a1a;display:flex;flex-direction:column;border-right:1px solid #2a2a2a;overflow:hidden}@media(max-width:1024px)and (min-width:769px){.bets-panel{width:100%;height:auto;flex-shrink:0;border-right:none;border-top:1px solid #2a2a2a;order:2;overflow:visible;padding-bottom:48px}}@media(max-width:768px){.bets-panel{width:100%;height:100%;flex-shrink:0;border-right:none;border-top:1px solid #2a2a2a;order:2;padding-bottom:40px}}.bets-panel .bets-header{padding:12px;border-bottom:1px solid #2a2a2a;flex-shrink:0}@media(max-width:768px){.bets-panel .bets-header{padding:8px}}.bets-panel .bets-header .tabs{display:flex;gap:8px;margin-bottom:12px}@media(max-width:768px){.bets-panel .bets-header .tabs{margin-bottom:8px}}.bets-panel .bets-header .tabs .tab{flex:1;background:transparent;border:none;color:#888;padding:8px 12px;border-radius:4px;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s}@media(max-width:768px){.bets-panel .bets-header .tabs .tab{padding:6px 8px;font-size:12px}}.bets-panel .bets-header .tabs .tab:hover,.bets-panel .bets-header .tabs .tab.active{background:#2a2a2a;color:#fff}.bets-panel .bets-header .total-info{display:flex;justify-content:space-between;align-items:center;gap:12px}.bets-panel .bets-header .total-info .info-left{display:flex;align-items:center;gap:8px}.bets-panel .bets-header .total-info .info-left .player-avatars{display:flex;align-items:center}.bets-panel .bets-header .total-info .info-left .player-avatars .avatar{width:28px;height:28px;border-radius:50%;background:#3a3a3a;background-size:cover;background-position:center;border:2px solid #1a1a1a;margin-left:-8px}.bets-panel .bets-header .total-info .info-left .player-avatars .avatar:first-child{margin-left:0}@media(max-width:768px){.bets-panel .bets-header .total-info .info-left .player-avatars .avatar{width:24px;height:24px;border-width:1px;margin-left:-6px}}.bets-panel .bets-header .total-info .info-left .bets-count{display:flex;align-items:baseline;gap:2px;font-size:14px;font-weight:600}@media(max-width:768px){.bets-panel .bets-header .total-info .info-left .bets-count{font-size:12px}}.bets-panel .bets-header .total-info .info-left .bets-count .active-count{color:#fff}.bets-panel .bets-header .total-info .info-left .bets-count .separator{color:#666}.bets-panel .bets-header .total-info .info-left .bets-count .total-count{color:#888}.bets-panel .bets-header .total-info .info-left .bets-count .label{color:#666;font-size:12px;font-weight:400;margin-left:4px}@media(max-width:768px){.bets-panel .bets-header .total-info .info-left .bets-count .label{font-size:10px}}.bets-panel .bets-header .total-info .info-right .total-win{text-align:right}.bets-panel .bets-header .total-info .info-right .total-win .win-amount{font-size:16px;font-weight:600;color:#fff}@media(max-width:768px){.bets-panel .bets-header .total-info .info-right .total-win .win-amount{font-size:14px}}.bets-panel .bets-header .total-info .info-right .total-win .win-label{font-size:10px;color:#888}@media(max-width:768px){.bets-panel .bets-header .total-info .info-right .total-win .win-label{font-size:9px}}.bets-panel .bets-header .betting-progress{width:100%;height:3px;background:#2a2a2a;border-radius:2px;overflow:hidden;margin-top:8px}.bets-panel .bets-header .betting-progress .progress-fill{height:100%;background:linear-gradient(90deg,#4ade80,#22c55e);transition:width .3s ease;border-radius:2px}.bets-panel .bets-table{flex:1;overflow-y:auto;min-height:0;display:flex;flex-direction:column;overflow-x:hidden}@media(max-width:1024px)and (min-width:769px){.bets-panel .bets-table{overflow-y:visible;flex:none}}.bets-panel .bets-table .table-header{display:grid;grid-template-columns:2fr 1fr .7fr 1fr;gap:8px;padding:8px 12px;background:#0e0e0e;font-size:11px;color:#666;font-weight:500;position:sticky;top:0;z-index:1}@media(max-width:768px){.bets-panel .bets-table .table-header{padding:6px 8px;font-size:10px;gap:4px}}.bets-panel .bets-table .table-body{flex:1}.bets-panel .bets-table .table-body .no-bets{padding:40px 20px;text-align:center;color:#666;font-size:14px}@media(max-width:768px){.bets-panel .bets-table .table-body .no-bets{padding:30px 15px;font-size:12px}}.bets-panel .bets-table .table-body .bet-row{display:grid;grid-template-columns:2fr 1fr .7fr 1fr;gap:8px;padding:10px 12px;border-bottom:1px solid #2a2a2a;font-size:12px;align-items:center;transition:all .3s ease}@media(max-width:768px){.bets-panel .bets-table .table-body .bet-row{padding:8px;font-size:11px;gap:4px}}.bets-panel .bets-table .table-body .bet-row:hover{background:#2a2a2a}.bets-panel .bets-table .table-body .bet-row.new-bet{animation:slideInBet .5s ease-out;background:#4ade801a}.bets-panel .bets-table .table-body .bet-row.cashed-out{background:#4ade800d}.bets-panel .bets-table .table-body .bet-row.cashed-out .col-multiplier{color:#4ade80}.bets-panel .bets-table .table-body .bet-row .col-player{display:flex;align-items:center;gap:8px}@media(max-width:768px){.bets-panel .bets-table .table-body .bet-row .col-player{gap:6px}}.bets-panel .bets-table .table-body .bet-row .col-player .player-avatar{width:24px;height:24px;border-radius:50%;background:#3a3a3a;background-size:cover;background-position:center;flex-shrink:0}@media(max-width:768px){.bets-panel .bets-table .table-body .bet-row .col-player .player-avatar{width:20px;height:20px}}.bets-panel .bets-table .table-body .bet-row .col-player .player-name{color:#fff;font-size:12px}@media(max-width:768px){.bets-panel .bets-table .table-body .bet-row .col-player .player-name{font-size:11px}}.bets-panel .bets-table .table-body .bet-row .col-bet{color:#888}.bets-panel .bets-table .table-body .bet-row .col-multiplier{color:#4ade80;font-weight:600;display:flex;align-items:center;gap:4px}.bets-panel .bets-table .table-body .bet-row .col-multiplier .empty-cell{color:#444;font-weight:400}.bets-panel .bets-table .table-body .bet-row .col-win{color:#fff;font-weight:500}.bets-panel .bets-table .table-body .bet-row .col-win .empty-cell{color:#444;font-weight:400}.bets-panel .bets-table::-webkit-scrollbar{width:6px}.bets-panel .bets-table::-webkit-scrollbar-track{background:#0e0e0e}.bets-panel .bets-table::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:3px}.bets-panel .bets-table::-webkit-scrollbar-thumb:hover{background:#4a4a4a}@keyframes slideInBet{0%{transform:translateY(-20px) scale(.95);opacity:0}50%{transform:translateY(0) scale(1.02)}to{transform:translateY(0) scale(1);opacity:1}}.bets-panel .bets-content{flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:0}@media(max-width:1024px)and (min-width:769px){.bets-panel .bets-content{overflow:visible;flex:none}}.bets-panel .empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px}@media(max-width:768px){.bets-panel .empty-state{padding:30px 15px}}.bets-panel .empty-state .empty-icon{font-size:48px;margin-bottom:16px;opacity:.3}@media(max-width:768px){.bets-panel .empty-state .empty-icon{font-size:40px;margin-bottom:12px}}.bets-panel .empty-state .empty-text{color:#666;font-size:14px}@media(max-width:768px){.bets-panel .empty-state .empty-text{font-size:12px}}.bets-panel .powered-by{padding:12px;display:flex;align-items:center;justify-content:center;gap:3px;font-size:10px;color:#666;border-top:1px solid #2a2a2a;flex-shrink:0;background:#1a1a1a}@media(max-width:1024px){.bets-panel .powered-by{position:fixed;bottom:0;left:0;right:0;width:100%;z-index:100}}@media(max-width:768px){.bets-panel .powered-by{padding:8px;font-size:9px}}.bets-panel .powered-by .company-name{color:#888;font-weight:600}.game-canvas-container{flex:1;position:relative;background:linear-gradient(180deg,#1a0a0a,#0a0505);border-radius:8px;overflow:hidden;min-height:0}.game-canvas-container .game-canvas{width:100%;height:100%;display:block}.game-canvas-container .multiplier-history{position:absolute;top:12px;left:50%;transform:translate(-50%);display:flex;gap:8px;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;border-radius:20px;max-width:90%;overflow:hidden}@media(max-width:768px){.game-canvas-container .multiplier-history{top:8px;padding:6px 12px;gap:6px;max-width:85%}}.game-canvas-container .multiplier-history .history-item{font-size:12px;font-weight:600;color:#888;white-space:nowrap;padding:4px 8px;border-radius:4px;transition:all .2s;flex-shrink:0}@media(max-width:768px){.game-canvas-container .multiplier-history .history-item{font-size:11px;padding:3px 6px}}.game-canvas-container .multiplier-history .history-item.green{color:#4ade80}.game-canvas-container .multiplier-history .history-item:hover{background:#ffffff1a}.game-canvas-container .player-count{position:absolute;bottom:16px;right:16px;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;border-radius:20px;display:flex;align-items:center;gap:12px}@media(max-width:768px){.game-canvas-container .player-count{bottom:12px;right:12px;padding:6px 12px;gap:8px}}.game-canvas-container .player-count .player-avatars{display:flex;align-items:center}.game-canvas-container .player-count .player-avatars .avatar{width:24px;height:24px;border-radius:50%;background:#3a3a3a;background-size:cover;background-position:center;border:2px solid #000;margin-left:-8px}@media(max-width:768px){.game-canvas-container .player-count .player-avatars .avatar{width:20px;height:20px;border-width:1px;margin-left:-6px}}.game-canvas-container .player-count .player-avatars .avatar:first-child{margin-left:0}.game-canvas-container .player-count .count{font-size:14px;font-weight:600;color:#fff}@media(max-width:768px){.game-canvas-container .player-count .count{font-size:12px}}.bet-panel-widget{background:#1a1a1a;border-radius:12px;padding:10px;display:flex;flex-direction:column;gap:8px;width:100%;min-height:20vh;justify-content:center;align-items:center}@media(max-width:768px){.bet-panel-widget{min-height:auto}}.bet-panel-widget>*{width:100%;max-width:450px}.bet-tabs-row{display:flex;align-items:center;justify-content:center;gap:8px;width:100%}.bet-tabs{display:flex;gap:0;width:fit-content;background:#2a2a2a;border-radius:8px;padding:2px;position:relative}.bet-tabs .tab{padding:6px 28px;background:transparent;border:none;border-radius:6px;color:#666;font-size:13px;font-weight:600;cursor:pointer;transition:color .2s ease;white-space:nowrap;position:relative;z-index:1}.bet-tabs .tab:hover{color:#888}.bet-tabs .tab.active{background:#3a3a3a;color:#fff;transition:all .2s ease}.btn-remove{width:32px;height:32px;min-width:32px;background:#2a2a2a;border:none;border-radius:50%;color:#888;font-size:18px;font-weight:300;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-remove:hover{background:#3a3a3a;color:#fff}.btn-remove:active{transform:scale(.95)}.bet-content-row{display:flex;gap:10px;align-items:stretch;width:100%}@media(max-width:768px){.bet-content-row{gap:8px}}.bet-controls-left{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.bet-amount-control{display:flex;align-items:center;gap:0;background:#0a0a0a;border-radius:10px;padding:3px 6px}.bet-amount-control .btn-decrease,.bet-amount-control .btn-increase{width:28px;height:28px;min-width:28px;background:#2a2a2a;border:none;border-radius:50%;color:#fff;font-size:14px;font-weight:300;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bet-amount-control .btn-decrease:hover,.bet-amount-control .btn-increase:hover{background:#3a3a3a}.bet-amount-control .btn-decrease:active,.bet-amount-control .btn-increase:active{transform:scale(.95)}.bet-amount-control .btn-decrease{margin-right:4px}.bet-amount-control .btn-increase{margin-left:4px}.bet-amount-control .bet-input{flex:1;background:transparent;border:none;color:#fff;font-size:20px;font-weight:600;text-align:center;outline:none;padding:2px;min-width:0;width:100%}.bet-amount-control .bet-input::-webkit-inner-spin-button,.bet-amount-control .bet-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.bet-amount-control .bet-input{-moz-appearance:textfield}.auto-cashout-control{display:flex;align-items:center;gap:6px;background:#0a0a0a;border-radius:8px;padding:6px 10px}.auto-cashout-control .cashout-label{font-size:11px;color:#888;white-space:nowrap}.auto-cashout-control .cashout-input{flex:1;background:#2a2a2a;border:none;border-radius:6px;color:#4ade80;font-size:14px;font-weight:600;text-align:center;outline:none;padding:4px 8px;min-width:60px}.auto-cashout-control .cashout-input::-webkit-inner-spin-button,.auto-cashout-control .cashout-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.auto-cashout-control .cashout-input{-moz-appearance:textfield}.auto-cashout-control .cashout-suffix{font-size:12px;color:#4ade80;font-weight:600}.quick-bet-buttons{display:flex;gap:4px;flex-wrap:wrap}.quick-bet-buttons .quick-bet-btn{flex:1;padding:6px 4px;background:#2a2a2a;border:none;border-radius:6px;color:#888;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:0}.quick-bet-buttons .quick-bet-btn:hover{background:#3a3a3a;color:#aaa}.quick-bet-buttons .quick-bet-btn:active{transform:scale(.95)}.bet-button{padding:0;background:linear-gradient(135deg,#0f0,#0c0);border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;overflow:hidden;min-width:130px;flex-shrink:0}.bet-button:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00ff004d}.bet-button:active{transform:translateY(0)}.bet-button .bet-button-content{padding:10px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;height:100%}.bet-button .bet-button-content .bet-label{font-size:14px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px}.bet-button .bet-button-content .bet-amount{font-size:16px;font-weight:700;color:#fff}.bet-button.btn-bet{background:linear-gradient(135deg,#0f0,#0c0)}.bet-button.btn-bet:hover{box-shadow:0 6px 20px #00ff004d}.bet-button.btn-placing-bet{background:linear-gradient(135deg,#666,#555);cursor:not-allowed}.bet-button.btn-placing-bet:hover{transform:none;box-shadow:none}.bet-button.btn-placing-bet .spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.bet-button.btn-waiting{background:linear-gradient(135deg,#555,#444);cursor:not-allowed}.bet-button.btn-waiting:hover{transform:none;box-shadow:none}.bet-button.btn-cashout{background:linear-gradient(135deg,#f80,#f60)}.bet-button.btn-cashout:hover{box-shadow:0 6px 20px #ff88004d}.bet-button.btn-auto-cashout{background:linear-gradient(135deg,#6b7280,#4b5563);cursor:not-allowed}.bet-button.btn-auto-cashout:hover{transform:none;box-shadow:none}.bet-button.btn-auto-cashout .bet-label{font-size:12px}.bet-button.btn-cashing-out{background:linear-gradient(135deg,#c60,#a50);cursor:not-allowed}.bet-button.btn-cashing-out:hover{transform:none;box-shadow:none}.bet-button.btn-cashing-out .spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.bet-button.btn-won{background:linear-gradient(135deg,#0f0,#0c0);cursor:default}.bet-button.btn-won:hover{transform:none;box-shadow:0 6px 20px #00ff004d}.bet-button.btn-lost{background:linear-gradient(135deg,#666,#555);cursor:default}.bet-button.btn-lost:hover{transform:none;box-shadow:none}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.bet-panel-widget{padding:8px}.bet-tabs-row{gap:6px}.bet-tabs{width:100%;max-width:100%}.bet-tabs .tab{flex:1;padding:6px 10px;font-size:12px}.btn-remove{width:28px;height:28px;min-width:28px;font-size:16px}.bet-controls-left{max-width:100%}.bet-amount-control{padding:3px 5px}.bet-amount-control .btn-decrease,.bet-amount-control .btn-increase{width:26px;height:26px;min-width:26px;font-size:13px}.bet-amount-control .btn-decrease{margin-right:4px}.bet-amount-control .btn-increase{margin-left:4px}.bet-amount-control .bet-input{font-size:18px;padding:2px}.quick-bet-buttons{gap:3px}.quick-bet-buttons .quick-bet-btn{padding:5px 3px;font-size:10px}.bet-button{min-width:100px}.bet-button .bet-button-content{padding:8px 10px}.bet-button .bet-button-content .bet-label{font-size:12px}.bet-button .bet-button-content .bet-amount{font-size:14px}}@media(min-width:769px)and (max-width:1024px){.bet-panel-widget{min-height:25vh}.bet-button{min-width:120px}.bet-button .bet-button-content{padding:10px}.bet-button .bet-button-content .bet-label{font-size:13px}.bet-button .bet-button-content .bet-amount{font-size:15px}}.bet-controls{display:flex;gap:8px;padding:8px;background:#0e0e0e;justify-content:center}@media(min-width:769px){.bet-controls{flex-direction:row}.bet-controls .bet-panel-widget{flex:1;max-width:none}}@media(max-width:768px){.bet-controls{flex-direction:column;padding:6px;gap:6px}}
