*{box-sizing:border-box}body{color:#f0f0f5;background:#0a0818;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.nav-bar{background:#12102c;border-bottom:1px solid #241f4d;flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:8px;padding:12px 24px;display:flex}.brand{color:#ff2d6a;cursor:pointer;white-space:nowrap;align-items:baseline;gap:8px;font-size:1.3rem;font-style:italic;font-weight:800;display:flex}.brand-icon{font-style:normal}.brand-tagline{letter-spacing:1.5px;color:#7d76ad;align-self:center;font-size:.6rem;font-style:normal;font-weight:700}.nav-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.nav-balance{color:#fff;white-space:nowrap;background:#1b1548;border-radius:8px;padding:8px 14px;font-weight:700}.icon-btn{color:#fff;cursor:pointer;background:#1b1548;border:none;border-radius:8px;flex-shrink:0;width:38px;height:38px;font-size:1.1rem}.deposit-btn{color:#221800;background:#f2a900}.withdraw-btn{color:#06210f;background:#22c55e}.menu-wrapper{position:relative}.dropdown-menu{z-index:50;background:#150f36;border:1px solid #2a2258;border-radius:12px;flex-direction:column;gap:4px;width:230px;max-width:min(230px,100vw - 24px);padding:8px;display:flex;position:absolute;top:46px;left:auto;right:0;box-shadow:0 10px 30px #00000080}.dropdown-profile{cursor:pointer;background:#1b1548;border-radius:8px;align-items:center;gap:10px;padding:10px;display:flex}.dropdown-profile:hover{background:#241c66}.dropdown-avatar{background:#2a2170;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.1rem;display:flex}.dropdown-username{font-size:.9rem;font-weight:700}.dropdown-sublabel{color:#8b85c2;font-size:.75rem}.dropdown-menu button{color:#d6d1ff;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:10px;font-size:.9rem}.dropdown-menu button:hover{background:#1b1548}.dropdown-danger{color:#ff6b6b!important}@media (width<=480px){.nav-bar{padding:10px 12px}.brand{gap:6px;font-size:1.05rem}.brand-tagline{display:none}.nav-links{gap:6px}.nav-balance{padding:6px 10px;font-size:.82rem}.btn.deposit-btn,.btn.withdraw-btn{padding:8px 12px;font-size:.85rem}.icon-btn{width:34px;height:34px;font-size:1rem}}.app-main{max-width:1280px;margin:0 auto;padding:20px 16px 64px}.btn{cursor:pointer;border:none;border-radius:10px;padding:12px 20px;font-size:1rem;font-weight:700}.btn.primary{color:#fff;background:#7c4dff}.btn.secondary{color:#d6d1ff;background:#2a2258}.btn.cashout{color:#221800;background:#ffb300}.btn.small{color:#d6d1ff;background:#2a2258;padding:6px 12px;font-size:.85rem}.btn:disabled{opacity:.5;cursor:not-allowed}.full-width{width:100%}.game-layout{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:18px;display:grid}.game-main-col{flex-direction:column;gap:12px;min-width:0;display:flex}@media (width<=900px){.game-layout{grid-template-columns:1fr}.game-main-col{order:1}.sidebar{order:2}}@media (width<=480px){.live-bets-list{max-height:320px}}.fairness-line{color:#6b6499;text-align:right;font-size:.78rem}.fairness-line code{color:#a9a3d9;background:#1b1548;border-radius:6px;padding:2px 6px}.bet-row{gap:14px;display:flex}@media (width<=640px){.bet-row{flex-direction:column}}.sidebar{background:#12102c;border:1px solid #241f4d;border-radius:14px;flex-direction:column;gap:10px;padding:14px;display:flex}.sidebar-header{align-items:center;gap:6px;font-size:.95rem;font-weight:700;display:flex}.live-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 6px #22c55e}.sidebar-online{color:#22c55e;margin-left:auto;font-size:.75rem;font-weight:600}.sidebar-tabs{gap:6px;display:flex}.sidebar-tab{color:#8b85c2;cursor:pointer;background:#1b1548;border:none;border-radius:8px;flex:1;padding:8px;font-size:.8rem;font-weight:700}.sidebar-tab.active{color:#06210f;background:#22c55e}.sidebar-content{min-height:0}.live-bets{flex-direction:column;gap:8px;display:flex}.live-bets-header{display:none}.live-bets-list{flex-direction:column;gap:6px;max-height:480px;display:flex;overflow-y:auto}.live-bets-empty{color:#6b6499;text-align:center;padding:12px 0;font-size:.85rem}.live-bet-row{background:#1b1548;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:.82rem;animation:.35s liveBetRowIn;display:flex}@keyframes liveBetRowIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.live-bet-user{text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:600;overflow:hidden}.live-bet-amount{color:#c9c3ff}.live-bet-result{font-size:.78rem;font-weight:700;transition:color .3s}.live-bet-result.won{color:#7de89a}.live-bet-result.lost{color:#ff6b6b}.live-bet-result.playing{color:#e8d97d}.chat-panel{flex-direction:column;gap:10px;display:flex}.chat-messages{flex-direction:column;gap:6px;max-height:380px;display:flex;overflow-y:auto}.chat-empty{color:#6b6499;text-align:center;padding:8px 0;font-size:.85rem}.chat-message{word-break:break-word;background:#1b1548;border-radius:8px;padding:6px 10px;font-size:.85rem;line-height:1.4}.chat-message.own{background:#2a2170}.chat-username{color:#a9a3d9;margin-right:6px;font-weight:700}.chat-text{color:#f0f0f5}.chat-error{font-size:.8rem}.chat-input-row{gap:8px;display:flex}.chat-input-row input{flex:1}.round-history{gap:6px;padding-bottom:4px;display:flex;overflow-x:auto}.history-chip{border-radius:999px;flex-shrink:0;padding:4px 10px;font-size:.8rem;font-weight:700}.history-chip.high{color:#7de89a;background:#1f4d2c}.history-chip.mid{color:#e8d97d;background:#3d3a1f}.history-chip.low{color:#e87d8f;background:#4d1f28}.game-board{background:#0a0818;border:1px solid #241f4d;border-radius:16px;position:relative;overflow:hidden}.game-svg{width:100%;display:block}.multiplier-display{text-align:center;position:absolute;top:24px;left:0;right:0}.multiplier-value{color:#fff;text-shadow:0 0 24px #ff2d5599;font-size:3.4rem;font-weight:800}.multiplier-display.crashed .multiplier-value{color:#ff5a5a}.crashed-label{color:#ff5a5a;letter-spacing:2px;margin-top:4px;font-weight:700}.waiting-text{color:#c9c3ff;font-size:1.3rem}.waiting-text span{color:#fff;font-weight:800}@media (width<=480px){.multiplier-value{font-size:2.4rem}.waiting-text{font-size:1.05rem}}.bet-slot{background:#150f36;border:1px solid #2a2258;border-radius:20px;flex-direction:column;flex:1;gap:12px;padding:14px;display:flex}.bet-mode-toggle{background:#0d0b24;border-radius:14px;gap:4px;padding:4px;display:flex}.bet-mode-toggle button{color:#6b6499;cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;padding:10px;font-size:.85rem;font-weight:700;transition:background .15s,color .15s}.bet-mode-toggle button.active{color:#fff;background:#2a2258}.bet-primary-row{align-items:stretch;gap:8px;display:flex}.bet-primary-row .stepper-row{flex:1;min-width:0}.bet-primary-row .bet-btn{flex:0 0 46%}@media (width<=340px){.bet-primary-row{flex-wrap:wrap}.bet-primary-row .stepper-row,.bet-primary-row .bet-btn{flex:100%}}.stepper-row{background:#0d0b24;border-radius:14px;align-items:stretch;gap:4px;padding:4px;display:flex}.stepper-btn{color:#fff;cursor:pointer;background:#1b1548;border:none;border-radius:10px;width:40px;font-size:1.2rem;font-weight:700}.stepper-btn:disabled{opacity:.4;cursor:not-allowed}.stepper-input{text-align:center;background:0 0;border:none;border-radius:10px;flex:1;font-weight:700}.stepper-input:focus{outline:none}.quick-amounts{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.quick-amount-btn{color:#c9c3ff;cursor:pointer;background:#1b1548;border:1px solid #2a2258;border-radius:999px;padding:8px 4px;font-size:.78rem;font-weight:700}.quick-amount-btn:disabled{opacity:.4;cursor:not-allowed}.wallet-quick{grid-template-columns:repeat(4,1fr);margin-bottom:6px}.auto-cashout-label{color:#a9a3d9;flex-direction:column;gap:6px;font-size:.85rem;display:flex}.bet-btn{border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:12px;display:flex;color:#06210f!important;background:#3ecf5e!important}.bet-btn-amount{font-size:.8rem;font-weight:600}label{color:#a9a3d9;flex-direction:column;gap:6px;font-size:.9rem;display:flex}input{color:#fff;background:#0d0b24;border:1px solid #362d70;border-radius:8px;width:100%;padding:10px 12px;font-size:1rem}.error-text{color:#ff6b6b;font-weight:600}.success-text{color:#7de89a;font-weight:600}.cashout-result{color:#7de89a;font-weight:700}.lost-result{color:#ff6b6b;font-weight:700}.phone-input-row{gap:8px;display:flex}.phone-prefix{color:#fff;background:#1b1548;border-radius:8px;flex-shrink:0;padding:10px 12px;font-weight:700}.field-hint{color:#6b6499;font-size:.75rem}.password-input-row{align-items:center;gap:8px;display:flex}.show-toggle{color:#a9a3d9;cursor:pointer;white-space:nowrap;background:#1b1548;border:1px solid #362d70;border-radius:8px;flex-shrink:0;padding:10px 12px;font-size:.75rem;font-weight:700}.auth-page{flex-direction:column;align-items:center;gap:20px;width:100%;padding:30px 16px 40px;display:flex}.auth-brand{flex-direction:column;align-items:center;gap:4px;display:flex}.auth-logo{background:linear-gradient(135deg,#7c4dff,#ff2d6a);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;font-size:2rem;display:flex}.auth-brand-name{color:#ff2d6a;font-size:1.6rem;font-style:italic;font-weight:800}.auth-form{background:#150f36;border:1px solid #2a2258;border-radius:16px;flex-direction:column;gap:14px;width:100%;max-width:380px;padding:32px;display:flex}.auth-form h1{text-align:center;margin:0 0 8px}.auth-form a{color:#7c4dff}.auth-form p{text-align:center}@media (width<=420px){.auth-page{gap:14px;padding:20px 12px 32px}.auth-logo{border-radius:14px;width:56px;height:56px;font-size:1.6rem}.auth-brand-name{font-size:1.35rem}.auth-form{border-radius:14px;padding:22px 18px}.auth-form h1{font-size:1.3rem}}.splash-screen{justify-content:center;align-items:center;min-height:70vh;padding:16px;display:flex}.splash-card{text-align:center;background:#12102c;border:1px solid #241f4d;border-radius:16px;width:100%;max-width:420px;padding:40px}.splash-title{color:#ff2d6a;font-size:2.4rem;font-style:italic;font-weight:800}.splash-subtitle{letter-spacing:3px;color:#8b85c2;margin-bottom:20px;font-size:.85rem}.splash-bar-track{background:#241f4d;border-radius:4px;height:8px;overflow:hidden}.splash-bar-fill{background:linear-gradient(90deg,#ff2d6a,#f2a900,#22c55e);height:100%;transition:width 50ms linear}.splash-pct{color:#8b85c2;margin-top:10px;font-size:.9rem}.splash-status{color:#c9c3ff;margin-top:6px}@media (width<=420px){.splash-card{padding:26px 20px}.splash-title{font-size:1.9rem}}.wallet-page{flex-direction:column;gap:16px;width:100%;max-width:480px;margin:0 auto;display:flex}.wallet-card{background:#150f36;border:1px solid #2a2258;border-radius:16px;padding:20px}.wallet-label{font-size:1.05rem;font-weight:700}.wallet-sublabel{color:#8b85c2;margin-bottom:8px;font-size:.8rem}.wallet-balance{color:#c9c3ff;font-size:1.8rem;font-weight:800}.wallet-tab-toggle{background:#150f36;border:1px solid #2a2258;border-radius:12px;display:flex;overflow:hidden}.wallet-tab-toggle button{color:#8b85c2;cursor:pointer;background:0 0;border:none;flex:1;padding:12px;font-weight:700}.wallet-tab-toggle button.active{color:#fff;background:#241c66}.wallet-form-card{flex-direction:column;gap:12px;display:flex}.wallet-form-card h2{margin:0}.wallet-form-sub{color:#8b85c2;margin:-6px 0 4px;font-size:.85rem}.wallet-limit-note{color:#6b6499;font-size:.78rem}.wallet-form-actions{justify-content:space-between;gap:10px;display:flex}.tx-table{border-collapse:collapse;width:100%;font-size:.85rem}.tx-table th,.tx-table td{text-align:left;border-bottom:1px solid #2a2258;padding:8px}.status-completed{color:#7de89a}.status-pending{color:#e8d97d}.status-failed{color:#ff6b6b}@media (width<=480px){.tx-table{white-space:nowrap;display:block;overflow-x:auto}}.loading-screen{text-align:center;color:#a9a3d9;padding:60px}.modal-backdrop{z-index:100;background:#05030fbf;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-box{background:#150f36;border:1px solid #2a2258;border-radius:16px;width:100%;max-width:480px;max-height:85vh;padding:20px;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.modal-header h2{margin:0;font-size:1.1rem}.modal-close{color:#8b85c2;cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1}.modal-body{flex-direction:column;gap:12px;display:flex}.modal-loading,.modal-empty{color:#6b6499;text-align:center;padding:16px 0}.howto-list{color:#d6d1ff;flex-direction:column;gap:8px;padding-left:20px;font-size:.9rem;display:flex}.howto-note{color:#a9a3d9;font-size:.85rem}.leaderboard-table{border-collapse:collapse;width:100%;font-size:.9rem}.leaderboard-table th,.leaderboard-table td{text-align:left;border-bottom:1px solid #2a2258;padding:8px}.leaderboard-net{color:#7de89a;font-weight:700}@media (width<=480px){.leaderboard-table{white-space:nowrap;display:block;overflow-x:auto}}.profile-info{flex-direction:column;gap:8px;font-size:.9rem;display:flex}.profile-label{color:#8b85c2;margin-right:6px;font-weight:700}.profile-subheading{margin:4px 0 0;font-size:1rem}.fairness-row{background:#1b1548;border-radius:10px;flex-direction:column;gap:6px;padding:12px;display:flex}.fairness-row-top{justify-content:space-between;align-items:center;display:flex}.fairness-crash{font-size:1.1rem;font-weight:800}.fairness-detail{color:#a9a3d9;word-break:break-all;font-size:.75rem}.fairness-detail code{background:#0d0b24;border-radius:4px;padding:2px 4px}.fairness-ok{color:#7de89a;font-size:.85rem;font-weight:700}.fairness-fail{color:#ff6b6b;font-size:.85rem;font-weight:700}.light-beams{transform-box:view-box;transform-origin:60px 520px;animation:16s ease-in-out infinite beamSweep}@keyframes beamSweep{0%{transform:rotate(-2.5deg)}50%{transform:rotate(2.5deg)}to{transform:rotate(-2.5deg)}}.plane-flying{transform-box:fill-box;animation:1.6s ease-in-out infinite planeWobble}@keyframes planeWobble{0%,to{filter:brightness()}50%{filter:brightness(1.3)}}.plane-crashed{animation:.6s ease-out forwards planeFlyAway}@keyframes planeFlyAway{0%{opacity:1}to{opacity:.15}}.crash-bang-ring{transform-box:fill-box;transform-origin:50%;opacity:.9;animation:.55s ease-out forwards crashRingExpand}.crash-bang-ring.ring-2{animation-delay:80ms}@keyframes crashRingExpand{0%{opacity:.9;transform:scale(.3)}to{opacity:0;transform:scale(6.5)}}.crash-spark{transform-box:fill-box;transform-origin:50%;animation:.5s ease-out forwards crashSparkOut}@keyframes crashSparkOut{0%{opacity:1;transform:translate(0)scale(1)}to{transform:translate(var(--tx), var(--ty)) scale(.15);opacity:0}}.game-board.crashed{animation:.4s shake}.wallet-status-banner{border-radius:14px;align-items:center;gap:14px;padding:16px 18px;animation:.35s bannerIn;display:flex}@keyframes bannerIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.wallet-status-title{font-size:.98rem;font-weight:800}.wallet-status-sub{color:#a9a3d9;margin-top:2px;font-size:.82rem}.wallet-status-banner.pending{background:#1b1548;border:1px solid #362d70}.wallet-status-spinner{border:3px solid #362d70;border-top-color:#7c4dff;border-radius:50%;flex-shrink:0;width:26px;height:26px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.wallet-status-banner.success{background:#10241a;border:1px solid #1f4d2c}.wallet-status-banner.success .wallet-status-title{color:#7de89a}.wallet-status-banner.failed{background:#2a1218;border:1px solid #4d1f28;animation:.35s bannerIn,.5s .35s shake}.wallet-status-banner.failed .wallet-status-title{color:#ff6b6b}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(5px)}60%{transform:translate(-4px)}80%{transform:translate(3px)}}.wallet-status-icon{flex-shrink:0}.success-icon-circle{fill:none;stroke:#22c55e;stroke-width:3px;stroke-dasharray:151;stroke-dashoffset:151px;animation:.5s forwards successCircle}.success-icon-check{stroke:#22c55e;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:40;stroke-dashoffset:40px;animation:.35s .4s forwards successCheck}@keyframes successCircle{to{stroke-dashoffset:0}}@keyframes successCheck{to{stroke-dashoffset:0}}.failed-icon-circle{fill:none;stroke:#ff5a5a;stroke-width:3px;stroke-dasharray:151;stroke-dashoffset:151px;animation:.5s forwards successCircle}.failed-icon-x{stroke:#ff5a5a;stroke-width:4px;stroke-linecap:round;stroke-dasharray:50;stroke-dashoffset:50px;animation:.35s .4s forwards successCheck}.prediction-panel{background:#12102c;border:1px solid #241f4d;border-radius:14px;flex-direction:column;gap:10px;padding:16px;display:flex}.prediction-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.prediction-title{font-size:.95rem;font-weight:700}.prediction-form-row{gap:8px;display:flex}.prediction-form-row input{flex:1}.prediction-hint{color:#6b6499;font-size:.82rem}.prediction-result{color:#c9c3ff;font-size:.9rem}.prediction-leaderboard{margin-top:4px}.prediction-leaderboard-table{border-collapse:collapse;width:100%;font-size:.85rem}.prediction-leaderboard-table th,.prediction-leaderboard-table td{text-align:left;border-bottom:1px solid #2a2258;padding:8px}@media (width<=480px){.prediction-leaderboard-table{white-space:nowrap;display:block;overflow-x:auto}}.admin-page{flex-direction:column;gap:16px;display:flex}.admin-title{margin:0;font-size:1.3rem}.admin-search-row{gap:8px;max-width:420px;display:flex}.admin-search-row input{flex:1}.admin-layout{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:16px;display:grid}@media (width<=700px){.admin-layout{grid-template-columns:1fr}}.admin-player-list{background:#12102c;border:1px solid #241f4d;border-radius:14px;flex-direction:column;gap:4px;max-height:420px;padding:10px;display:flex;overflow-y:auto}.admin-player-row{text-align:left;color:#d6d1ff;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:10px;font-size:.9rem}.admin-player-row:hover{background:#1b1548}.admin-player-row.active{color:#fff;background:#241c66;font-weight:700}.admin-detail{background:#12102c;border:1px solid #241f4d;border-radius:14px;flex-direction:column;gap:12px;min-width:0;padding:16px;display:flex}.admin-detail-heading{margin:0;font-size:1.1rem}.admin-current-card{background:#1b1548;border-radius:10px;flex-direction:column;gap:4px;padding:12px;display:flex}.admin-current-label{color:#8b85c2;text-transform:uppercase;letter-spacing:.5px;font-size:.78rem}.admin-current-value{color:#fff;font-size:1.4rem;font-weight:800}.admin-history-label{color:#8b85c2;font-size:.85rem;font-weight:700}.bet-live-row{align-items:stretch;gap:8px;display:flex}.bet-live-row .btn.cashout{border-radius:14px;flex:1}.bet-live-value{background:#1b1548;border-radius:14px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;padding:8px;display:flex}.bet-live-label{color:#8b85c2;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem}.bet-live-amount{color:#7de89a;font-size:1.05rem;font-weight:800}.bet-history-bar{white-space:nowrap;background:#0d0b24;border-bottom:1px solid #241f4d;align-items:center;gap:8px;padding:8px 16px;display:flex;overflow-x:auto}.bet-history-label{color:#6b6499;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;font-size:.72rem;font-weight:700}.bet-history-chip{background:#1b1548;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:5px 10px;font-size:.78rem;animation:.35s liveBetRowIn;display:inline-flex}.bet-history-chip .bhc-user{color:#d6d1ff;font-weight:700}.bet-history-chip .bhc-result{font-weight:700}.bet-history-chip.won .bhc-result{color:#7de89a}.bet-history-chip.lost .bhc-result{color:#ff6b6b}.bet-history-empty{color:#6b6499;font-size:.78rem}.rounds-page{flex-direction:column;gap:16px;display:flex}.rounds-title{margin:0;font-size:1.3rem}.rounds-table-wrap{background:#12102c;border:1px solid #241f4d;border-radius:14px;padding:8px;overflow-x:auto}.rounds-table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:.85rem}.rounds-table th,.rounds-table td{text-align:left;border-bottom:1px solid #241f4d;padding:10px 12px}.rounds-table code{color:#a9a3d9;background:#0d0b24;border-radius:4px;padding:2px 6px;font-size:.78rem}.rounds-crash-value{font-weight:800}.rounds-crash-value.high{color:#7de89a}.rounds-crash-value.mid{color:#e8d97d}.rounds-crash-value.low{color:#e87d8f}.admin-tools-row{flex-wrap:wrap;gap:16px;display:flex}.admin-tool-card{background:#12102c;border:1px solid #241f4d;border-radius:14px;flex-direction:column;flex:1;gap:10px;min-width:260px;padding:16px;display:flex}.admin-tool-card h3{margin:0;font-size:1rem}.admin-inline-form{flex-wrap:wrap;gap:8px;display:flex}.admin-inline-form input{flex:1;min-width:140px}.odds-board{background:#12102c;border:1px solid #241f4d;border-radius:14px;flex-direction:column;gap:12px;padding:16px;display:flex}.odds-header{justify-content:space-between;align-items:center;display:flex}.odds-title{font-size:.95rem;font-weight:700}.odds-presets{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px;display:grid}.odds-preset-card{text-align:center;background:#1b1548;border-radius:10px;flex-direction:column;align-items:center;gap:4px;padding:10px;display:flex}.odds-preset-threshold{color:#fff;font-size:1.05rem;font-weight:800}.odds-preset-prob{color:#8b85c2;font-size:.72rem}.odds-preset-payout{color:#7de89a;font-size:.78rem;font-weight:700}.odds-preset-card .btn{width:100%;margin-top:4px}.odds-stake-label{color:#a9a3d9;flex-direction:column;gap:6px;max-width:200px;font-size:.85rem;display:flex}.odds-custom-row{flex-direction:column;gap:6px;display:flex}.odds-custom-inputs{flex-wrap:wrap;gap:8px;display:flex}.odds-custom-inputs input{flex:1;min-width:100px}.odds-custom-quote{color:#c9c3ff;font-size:.82rem}.odds-results{flex-direction:column;gap:6px;display:flex}.odds-result-row{background:#1b1548;border-radius:8px;justify-content:space-between;gap:8px;padding:6px 10px;font-size:.82rem;display:flex}.odds-result-row.won{color:#7de89a}.odds-result-row.lost{color:#ff6b6b}.round-history-panel{background:#150f36;border:1px solid #2a2258;border-radius:16px;max-height:300px;padding:16px;animation:.2s bannerIn;overflow-y:auto;box-shadow:0 10px 30px #0006}.round-history-modal-grid{flex-wrap:wrap;gap:8px;display:flex}.round-history-modal-chip{background:#1b1548;border-radius:8px;padding:6px 10px;font-size:.85rem;font-weight:700}.round-history-modal-chip.high{color:#7de89a}.round-history-modal-chip.mid{color:#e8d97d}.round-history-modal-chip.low{color:#e87d8f}
