@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-base: #171717;--bg-elevated: #1E1E1E;--bg-surface: #141414;--bg-card: #252525;--border-color: #343434;--border-glow: rgba(0, 194, 122, .15);--primary: #00C27A;--primary-hover: #00a86b;--primary-glow: rgba(0, 194, 122, .25);--back-odd: #67B7FF;--back-odd-light: rgba(103, 183, 255, .1);--lay-odd: #F48FB1;--lay-odd-light: rgba(244, 143, 177, .1);--accent-blue: #67B7FF;--accent-red: #ef4444;--accent-yellow: #f59e0b;--text-primary: #ffffff;--text-secondary: #BDBDBD;--text-muted: #888888;--header-height: 52px;--sidebar-width: 240px;--right-bar-width: 300px;--transition-speed: .2s;--font-display: "Inter", sans-serif;--font-body: "Inter", sans-serif}.light-theme{--bg-base: #171717;--bg-elevated: #1E1E1E;--bg-surface: #141414;--bg-card: #252525;--border-color: #343434;--text-primary: #ffffff;--text-secondary: #BDBDBD;--text-muted: #888888}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-base);color:var(--text-primary);font-family:var(--font-body);overflow-x:hidden;-webkit-font-smoothing:antialiased;transition:background-color .3s,color .3s}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.app-container{display:flex;flex-direction:column;min-height:100vh}.header{height:var(--header-height);background:#007c5a;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;padding:0 16px;position:fixed;top:0;left:0;right:0;z-index:100;transition:background .2s,border-color .2s}.light-theme .header{background:#007c5a}.main-wrapper{display:flex;flex:1;margin-top:var(--header-height);position:relative}.sidebar-left{width:var(--sidebar-width);background:#141414;border-right:1px solid var(--border-color);height:calc(100vh - var(--header-height));position:fixed;top:var(--header-height);left:0;z-index:90;overflow-y:auto;transition:transform var(--transition-speed)}.light-theme .sidebar-left{background:#141414}.content-viewport{flex:1;margin-left:var(--sidebar-width);margin-right:var(--right-bar-width);padding:12px;min-height:calc(100vh - var(--header-height));overflow-y:auto;transition:margin-right var(--transition-speed),margin-left var(--transition-speed),padding var(--transition-speed);background-color:var(--bg-base)}.content-viewport.content-viewport--full{margin-left:0;margin-right:0;padding:0}.route-content{min-height:inherit}.sidebar-right{width:var(--right-bar-width);background:#1e1e1e;border-left:1px solid var(--border-color);height:calc(100vh - var(--header-height));position:fixed;top:var(--header-height);right:0;z-index:90;overflow:hidden;display:flex;flex-direction:column;transition:transform var(--transition-speed)}.light-theme .sidebar-right{background:#1e1e1e}.sidebar-right-stack{display:flex;flex-direction:column;height:100%;min-height:0;overflow-y:auto}.sidebar-right-stack .right-casino-bar{flex:1;min-height:280px}.glass-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:4px;padding:12px;box-shadow:0 4px 12px #0003;transition:all .2s}.glass-card:hover{border-color:var(--primary);box-shadow:0 4px 16px #00c27a1a}.logo-text{font-family:var(--font-display);font-weight:800;font-size:18px;color:#fff;letter-spacing:.5px}.btn-primary{background:var(--primary);color:#171717;font-family:var(--font-display);font-weight:700;border:none;border-radius:4px;padding:6px 14px;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:6px;justify-content:center;font-size:13px}.btn-primary:hover{background:var(--primary-hover);box-shadow:0 0 10px #00c27a66}.btn-primary:active{transform:scale(.98)}.btn-secondary{background:#1e1e1e;color:var(--text-primary);border:1px solid var(--border-color);border-radius:4px;padding:6px 14px;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:6px;justify-content:center;font-size:13px}.btn-secondary:hover{background:#ffffff0d;border-color:var(--text-secondary)}.skeleton-line{background:linear-gradient(90deg,var(--bg-surface) 25%,var(--border-color) 50%,var(--bg-surface) 75%);background-size:200% 100%;animation:skeleton-glow 1.5s infinite;border-radius:8px;height:18px;width:100%}@keyframes skeleton-glow{0%{background-position:200% 0}to{background-position:-200% 0}}.odds-btn{border:none;border-radius:8px;padding:8px 14px;cursor:pointer;font-weight:700;text-align:center;transition:all .2s;min-height:44px;display:flex;flex-direction:column;justify-content:center;align-items:center}.odds-btn.back{background-color:var(--back-odd-light);color:var(--back-odd);border:1px solid rgba(103,183,255,.15);border-radius:4px}.odds-btn.back:hover{background-color:var(--back-odd);color:#171717;box-shadow:0 0 8px #67b7ff66}.odds-btn.lay{background-color:var(--lay-odd-light);color:var(--lay-odd);border:1px solid rgba(244,143,177,.15);border-radius:4px}.odds-btn.lay:hover{background-color:var(--lay-odd);color:#171717;box-shadow:0 0 8px #f48fb166}.dropdown-panel{position:absolute;top:calc(var(--header-height) + 2px);right:0;background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:4px;width:240px;box-shadow:0 8px 24px #00000080;z-index:150;padding:6px 0}.modal-overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:200;display:flex;justify-content:center;align-items:center;padding:20px}.modal-content{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:4px;padding:16px;width:100%;max-width:420px;box-shadow:0 12px 36px #0009}.bottom-nav-mobile{display:none;position:fixed;bottom:0;left:0;right:0;height:64px;background:#111827f2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border-color);z-index:100;justify-content:space-around;align-items:center}@media (max-width: 1200px){.sidebar-right{transform:translate(100%);box-shadow:-10px 0 30px #00000080}.sidebar-right.open{transform:translate(0)}.content-viewport{margin-right:0}}@media (max-width: 900px){.sidebar-left{transform:translate(-100%);box-shadow:10px 0 30px #00000080}.sidebar-left.open{transform:translate(0)}.content-viewport{margin-left:0}}@media (max-width: 768px){.bottom-nav-mobile{display:flex}.main-wrapper{margin-bottom:64px}.content-viewport{padding:16px}}.set-button-value-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000a6;display:flex;align-items:center;justify-content:center;padding:24px 16px}.set-button-value-modal{width:100%;max-width:520px;border:1px solid #374151;background:#1f2937;border-radius:4px;overflow:hidden;box-shadow:0 12px 40px #00000073}.set-button-value-header{display:flex;align-items:center;justify-content:space-between;background:#16a34a;color:#fff;padding:12px 16px}.set-button-value-header h1{font-size:16px;font-weight:700}.set-button-value-close{background:none;border:none;color:#fff;font-size:22px;line-height:1;cursor:pointer;padding:0}.set-button-value-tabs{display:flex;border-bottom:1px solid #374151}.set-button-value-tab{flex:1;border:none;background:#111827;color:#9ca3af;font-size:13px;font-weight:600;padding:12px 10px;cursor:pointer}.set-button-value-tab.active{background:#1f2937;color:#fff;box-shadow:inset 0 -2px #16a34a}.set-button-value-body{padding:0}.set-button-value-table{width:100%;border-collapse:collapse;font-size:13px}.set-button-value-table thead th{background:#16a34a;color:#fff;font-weight:700;text-align:left;padding:10px 14px}.set-button-value-table tbody td{padding:8px 14px;border-top:1px solid #374151}.set-button-value-table input{width:100%;height:34px;border:1px solid #4b5563;border-radius:4px;background:#111827;color:#fff;padding:0 10px;font-size:13px;outline:none}.set-button-value-table input:disabled{color:#d1d5db;cursor:default}.set-button-value-footer{padding:14px;border-top:1px solid #374151}.set-button-value-submit{width:100%;height:40px;border:none;border-radius:4px;background:#16a34a;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.set-button-value-submit:disabled{opacity:.7;cursor:not-allowed}.set-button-value-success{margin-top:10px;text-align:center;color:#4ade80;font-size:12px}.profile-dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140}.profile-dropdown-panel{position:absolute;top:calc(100% + 6px);right:0;min-width:220px;background:#4a4a4a;border:1px solid #5f5f5f;border-radius:2px;box-shadow:0 8px 24px #00000059;z-index:150;overflow:hidden}.profile-dropdown-item{width:100%;border:none;background:transparent;color:#fff;text-align:left;padding:11px 16px;font-size:13px;font-weight:500;cursor:pointer}.profile-dropdown-item:hover{background:#ffffff14}.profile-dropdown-divider{border-top:1px solid #666666;margin:4px 0}.profile-dropdown-logout{color:#fff}.header-settings-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:210px;z-index:120;background:#121212;border:1px solid #007C5A;border-radius:4px;padding:10px;box-shadow:0 12px 28px #0000008c}.header-settings-section+.header-settings-section{margin-top:12px}.header-settings-title{font-size:12px;font-weight:800;color:#00c27a;margin-bottom:6px}.header-settings-box{border:1px solid #007C5A;border-radius:3px;overflow:hidden;background:#0d0d0d}.header-settings-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 12px;border:none;border-bottom:1px solid rgba(0,124,90,.35);background:transparent;color:#fff;font-size:13px;font-weight:700;cursor:pointer;text-align:left}.header-settings-option:last-child{border-bottom:none}.header-settings-option:hover{background:#007c5a1f}.header-settings-option.is-active{color:gold}.header-settings-option.is-active svg{color:gold}.right-casino-bar{display:flex;flex-direction:column;height:100%;min-height:0;background:#141414}.right-casino-bar__label{flex-shrink:0;padding:10px 12px 8px;font-size:11px;font-weight:900;letter-spacing:.6px;text-transform:uppercase;color:gold;border-bottom:1px solid #2a2a2a;background:#171717}.right-casino-bar__scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:8px;padding:8px;scrollbar-width:thin;scrollbar-color:#3a3a3a transparent}.right-casino-bar__scroll::-webkit-scrollbar{width:5px}.right-casino-bar__scroll::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:8px}.right-promo-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:4px;width:100%;min-height:148px;padding:14px 12px;border:none;border-radius:0;text-align:left;cursor:pointer;overflow:hidden;color:#fff;box-shadow:inset 0 0 0 1px #ffffff0f;transition:transform .15s ease,filter .15s ease}.right-promo-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.72) 100%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.18),transparent 45%);pointer-events:none}.right-promo-card>*{position:relative;z-index:1}.right-promo-card:hover{transform:translateY(-1px);filter:brightness(1.08)}.right-promo-card__eyebrow{font-size:9px;font-weight:900;letter-spacing:.5px;color:gold;text-transform:uppercase}.right-promo-card__title{font-size:18px;font-weight:900;line-height:1.1;color:#fff}.right-promo-card__subtitle{font-size:11px;font-weight:700;color:#ffffffd1}.right-promo-card__cta{margin-top:8px;display:inline-flex;align-items:center;padding:5px 9px;border-radius:3px;background:#00000059;border:1px solid rgba(255,215,0,.45);color:gold;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.4px}.right-promo-card--gold{background:linear-gradient(145deg,#00000040,#0000008c),linear-gradient(135deg,#3b2a08,#8a6914 45%,#1a1205)}.right-promo-card--sky{background:linear-gradient(145deg,#00000026,#0000008c),linear-gradient(160deg,#7ec8e8,#3d6fa3 40%,#1a2a44)}.right-promo-card--neon{background:linear-gradient(145deg,#0003,#000000a6),linear-gradient(140deg,#2b1055,#7a1f6c 45%,#12091f)}.right-promo-card--green{background:linear-gradient(145deg,#0003,#0009),linear-gradient(135deg,#064e3b,#059669 45%,#022c22)}.right-promo-card--crimson{background:linear-gradient(145deg,#0003,#0009),linear-gradient(135deg,#7f1d1d,#b91c1c 40%,#450a0a)}.right-promo-card--violet{background:linear-gradient(145deg,#0003,#000000a6),linear-gradient(135deg,#1e1b4b,#5b21b6 45%,#311042)}.site-footer{margin-top:0;width:100%;color:#c8c8c8;font-family:Arial,Helvetica,sans-serif}.site-footer-support{position:relative;display:flex;align-items:center;justify-content:center;min-height:72px;padding:14px 88px 14px 20px;background:#3a3a3a;text-align:center}.site-footer-support-center{display:flex;flex-direction:column;align-items:center;gap:2px}.site-footer-support-center strong{color:#fff;font-size:15px;font-weight:700;letter-spacing:.02em}.site-footer-support-center a{color:#e5e5e5;font-size:13px;text-decoration:none}.site-footer-support-center a:hover{color:#fff;text-decoration:underline}.site-footer-social{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:8px}.site-footer-social-btn{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.site-footer-social-btn svg{width:16px;height:16px}.site-footer-social-btn.wa{background:#25d366}.site-footer-social-btn.fb{background:#1877f2}.site-footer-social-btn.ig{background:radial-gradient(circle at 30% 110%,#fdf497,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.site-footer-social-btn.tg{background:#229ed9}.site-footer-main{background:#222629;padding:18px 20px 16px}.site-footer-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 12px;margin-bottom:18px}.site-footer-link{color:#d0d0d0;font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:2px;white-space:nowrap}.site-footer-link:hover{color:#fff}.site-footer-sep{color:#9a9a9a;font-size:11px;line-height:1;-webkit-user-select:none;user-select:none}.site-footer-trust{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1100px;margin:0 auto 14px}.site-footer-secure{display:flex;align-items:center;gap:10px;text-align:left}.site-footer-secure-badge{flex-shrink:0;line-height:0}.site-footer-secure-text{display:flex;flex-direction:column;gap:2px}.site-footer-secure-text strong{color:#fff;font-size:14px;font-weight:700}.site-footer-secure-text span{color:#9ca3af;font-size:12px}.site-footer-compliance{display:flex;align-items:center;gap:10px}.site-footer-age{width:36px;height:36px;border-radius:50%;background:#dc2626;color:#fff;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fca5a5}.site-footer-badge{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#fff;border:2px solid rgba(255,255,255,.35)}.site-footer-badge.gc{background:#1e3a5f;letter-spacing:-.02em}.site-footer-badge.gt{background:#0f766e;font-style:italic;text-transform:lowercase}.site-footer-divider{border-top:1px dashed rgba(255,255,255,.35);margin:0 0 12px}.site-footer-copy{margin:0;text-align:center;font-size:12px;color:#9ca3af}@media (max-width: 720px){.site-footer-support{flex-direction:column;gap:12px;padding:14px 16px}.site-footer-social{position:static;transform:none}.site-footer-trust{flex-direction:column;align-items:flex-start}.site-footer-compliance{align-self:flex-end}}.home-tt-layout{display:grid;grid-template-columns:240px 1fr;gap:10px;align-items:start}.home-tt-sidebar{background:#1e1e1e;border:1px solid var(--border-color);border-radius:4px;overflow:hidden}.home-tt-sidebar-title{background:#be185d;color:#fff;padding:10px 12px;font-size:12px;font-weight:800}.home-tt-league{width:100%;border:none;background:transparent;color:#d1d5db;text-align:left;padding:10px 12px;font-size:12px;font-weight:700;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.home-tt-league.active,.home-tt-league:hover{background:#be185d2e;color:#fff}.home-tt-league-matches{max-height:280px;overflow-y:auto}.home-tt-league-match{width:100%;border:none;background:transparent;color:#9ca3af;text-align:left;padding:8px 12px 8px 20px;font-size:11px;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.03)}.home-tt-league-match.active,.home-tt-league-match:hover{color:#fff;background:#ffffff08}.home-tt-table-wrap{padding:0;overflow-x:auto;border-radius:4px}.home-tt-header-pink{background:#be185d!important}.home-tt-status-live{display:inline-block;background:#22c55e26;color:#22c55e;padding:2px 8px;border-radius:2px;font-size:10px;font-weight:800;min-width:52px;text-align:center}.home-tt-status-time{color:#9ca3af;font-size:10px;font-weight:700;min-width:72px;display:inline-block}.home-tt-match-cell{display:flex;align-items:center;justify-content:space-between;gap:8px}.home-tt-match-name{color:#fff;font-size:12px;font-weight:700}.home-tt-match-league{color:#9ca3af;font-size:10px;font-weight:600}.home-tt-tv-icon{color:#9ca3af;flex-shrink:0}.home-tt-odds-highlight{box-shadow:inset 0 0 0 2px #22c55e}.home-tt-odds-dash{background:#252525;border:1px solid var(--border-color);border-radius:2px;min-height:30px;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:11px;font-weight:700}.home-tt-tab-active{background:#be185d!important}@media (max-width: 900px){.home-tt-layout{grid-template-columns:1fr}}.crash-lobby-page{min-height:calc(100vh - var(--header-height));background:#0a0a0a}.crash-ticker-bar{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#1a1a1a;border-bottom:1px solid #2a2a2a;font-size:11px;color:#ccc}.crash-ticker-label{background:#007c5a;color:#fff;padding:4px 10px;border-radius:3px;font-weight:800;font-size:10px;white-space:nowrap}.crash-ticker-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crash-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:3px;padding:3px}.crash-tile{position:relative;aspect-ratio:4 / 3;overflow:hidden;cursor:pointer;background:#111}.crash-tile-bg{width:100%;height:100%;object-fit:cover;display:block;transition:filter .2s,transform .2s}.crash-tile-gradient{width:100%;height:100%}.crash-tile-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.1) 50%,transparent 100%);pointer-events:none}.crash-tile-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000008c;opacity:0;transition:opacity .2s}.crash-tile:hover .crash-tile-play{opacity:1}.crash-tile:hover .crash-tile-bg{filter:brightness(.5);transform:scale(1.03)}.crash-play-icon{width:48px;height:48px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;color:#111}.crash-tile-name{position:absolute;bottom:6px;left:6px;right:6px;font-size:9px;font-weight:800;color:#fff;text-transform:uppercase;text-shadow:0 1px 3px #000;z-index:2;text-align:center}.crash-tile-badge{position:absolute;top:4px;right:4px;font-size:8px;font-weight:900;color:gold;background:#000000b3;border:1.5px solid #FFD700;padding:1px 4px;border-radius:2px;z-index:2}.crash-play-page{min-height:calc(100vh - var(--header-height));background:#000;display:flex;flex-direction:column;color:#fff}.crash-play-header{background:#1a3d2f;padding:10px 20px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.crash-play-header h1{font-size:14px;font-weight:700;color:#fff}.crash-exit-btn{background:none;border:none;color:#fff;font-size:12px;font-weight:700;text-decoration:underline;cursor:pointer;letter-spacing:.5px}.crash-info-bar{display:flex;align-items:center;gap:16px;padding:8px 16px;background:#111;border-bottom:1px solid #222;flex-wrap:wrap;flex-shrink:0}.crash-info-logo{font-size:11px;font-weight:900;color:#facc15;white-space:nowrap}.crash-balance-box{background:#1a1a1a;border:1px solid #333;padding:6px 14px;font-size:12px;font-weight:700;color:#fff;min-width:90px}.crash-limits{display:flex;gap:20px;flex:1;justify-content:center;font-size:11px;color:#aaa}.crash-limits strong{color:#fff;display:block;font-size:12px}.crash-info-icons{display:flex;gap:10px;align-items:center;color:#888}.crash-session-id{font-size:8px;color:#444;text-align:right}.crash-main-area{display:flex;flex:1;min-height:0}.crash-game-stage{flex:1;position:relative;background:#0a0a0a;overflow:hidden;display:flex;flex-direction:column}.crash-game-stage canvas{width:100%;flex:1;min-height:300px}.crash-chicken-stage{flex:1;position:relative;background:linear-gradient(180deg,#1a1a2e,#16213e,#0f3460);overflow:hidden;min-height:320px}.crash-chicken-road{position:absolute;bottom:0;left:0;right:0;height:60%;background:repeating-linear-gradient(90deg,#333,#333 80px,#2a2a2a 80px,#2a2a2a 160px)}.crash-chicken-lanes{position:absolute;bottom:15%;left:0;right:0;height:50%}.crash-lane-line{position:absolute;left:0;right:0;height:2px;background:#ffffff26}.crash-chicken-char{position:absolute;bottom:22%;left:8%;font-size:48px;z-index:5;transition:left .3s ease}.crash-car{position:absolute;font-size:28px;animation:driveAcross 3s linear infinite}@keyframes driveAcross{0%{left:-60px}to{left:110%}}.crash-mult-display{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:56px;font-weight:900;color:#fff;text-shadow:0 0 30px rgba(76,175,80,.5);z-index:10}.crash-my-plays{width:280px;flex-shrink:0;background:#111;border-left:1px solid #222;display:flex;flex-direction:column}.crash-my-plays h3{padding:12px;font-size:13px;font-weight:700;border-bottom:1px solid #222}.crash-plays-table{flex:1;overflow-y:auto}.crash-plays-table table{width:100%;border-collapse:collapse;font-size:11px}.crash-plays-table th{padding:8px 6px;text-align:left;color:#888;font-weight:600;border-bottom:1px solid #222;position:sticky;top:0;background:#111}.crash-plays-table td{padding:6px;border-bottom:1px solid #1a1a1a;color:#ccc}.crash-plays-table .win{color:#4caf50;font-weight:700}.crash-plays-table .loss{color:#ef4444}.crash-controls{display:flex;align-items:flex-end;gap:20px;padding:16px 20px;background:#111;border-top:1px solid #222;flex-shrink:0;flex-wrap:wrap}.crash-bet-control{display:flex;flex-direction:column;align-items:center;gap:6px}.crash-bet-row{display:flex;align-items:center;gap:4px}.crash-bet-row button{padding:8px 12px;background:#222;border:1px solid #444;color:#fff;font-size:11px;font-weight:700;cursor:pointer;border-radius:3px}.crash-bet-row button:hover{border-color:#4caf50}.crash-bet-input{width:100px;padding:8px;background:#1a1a1a;border:1px solid #444;color:#fff;font-size:13px;font-weight:700;text-align:center;border-radius:3px}.crash-control-label{font-size:10px;color:#888;font-weight:600}.crash-difficulty{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1}.crash-diff-btns{display:flex;gap:0}.crash-diff-btns button{padding:8px 16px;background:#1a1a1a;border:1px solid #444;color:#aaa;font-size:11px;font-weight:700;cursor:pointer}.crash-diff-btns button:first-child{border-radius:4px 0 0 4px}.crash-diff-btns button:last-child{border-radius:0 4px 4px 0}.crash-diff-btns button.active{border-color:#d4af37;color:#d4af37;background:#d4af371a}.crash-play-btn{padding:14px 48px;background:#4caf50;border:none;border-radius:4px;color:#000;font-size:16px;font-weight:900;cursor:pointer;letter-spacing:1px;min-width:140px}.crash-play-btn:hover{filter:brightness(1.1)}.crash-play-btn:disabled{background:#333;color:#666;cursor:not-allowed}.crash-play-btn.cashout{background:#f59e0b}.crash-username-page{min-height:calc(100vh - var(--header-height));background:#000;display:flex;flex-direction:column}.crash-username-body{flex:1;position:relative;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 70% 50%,#1e1e32cc,#000 70%)}.crash-username-dealer{position:absolute;right:0;top:0;bottom:0;width:45%;background:url(https://images.unsplash.com/photo-1596838132731-3301c3aaad04?w=600&h=800&fit=crop&q=80) center/cover;opacity:.35;-webkit-mask-image:linear-gradient(to left,rgba(0,0,0,.8) 0%,transparent 100%);mask-image:linear-gradient(to left,rgba(0,0,0,.8) 0%,transparent 100%)}.crash-username-modal{position:relative;z-index:2;background:#0a0a0af2;border:1px solid #d4af37;padding:40px 50px;max-width:480px;width:90%;text-align:center}.crash-username-icon{font-size:32px;margin-bottom:16px}.crash-username-modal h2{font-size:18px;font-weight:800;color:#fff;letter-spacing:1px;margin-bottom:24px}.crash-username-input{width:100%;padding:12px 16px;background:#111;border:1px solid #d4af37;color:#fff;font-size:14px;margin-bottom:20px;outline:none}.crash-username-create{padding:12px 40px;background:linear-gradient(135deg,#d4af37,#8b6914);border:none;color:#000;font-size:14px;font-weight:900;letter-spacing:1px;cursor:pointer}.crash-modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:20}.crash-sound-modal{background:#1a1a1a;border:1px solid #333;padding:24px 32px;border-radius:4px;text-align:center}.crash-sound-modal p{margin-bottom:16px;font-size:14px}.crash-sound-btns{display:flex;gap:12px;justify-content:center}.crash-sound-btns button{padding:8px 20px;border:1px solid #444;background:#222;color:#fff;cursor:pointer;border-radius:3px;font-size:12px}.crash-error-box{position:absolute;bottom:20px;left:20px;background:#000000e6;border:1px solid #d4af37;padding:12px 16px;z-index:15;max-width:260px}.crash-error-box h4{color:#d4af37;font-size:12px;font-weight:800;margin-bottom:4px}.crash-error-box p{font-size:11px;color:#ccc}@media (max-width: 1200px){.crash-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 900px){.crash-grid{grid-template-columns:repeat(3,1fr)}.crash-my-plays{display:none}}@media (max-width: 600px){.crash-grid{grid-template-columns:repeat(2,1fr)}.crash-limits{display:none}}.sb-results-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#00000073;display:flex;align-items:center;justify-content:center;padding:18px}.sb-results-modal{width:min(980px,100%);max-height:min(82vh,720px);background:#f3f3f3;border-radius:8px;box-shadow:0 18px 48px #00000059;display:flex;flex-direction:column;overflow:hidden}.sb-results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#ececec;border-bottom:1px solid #d5d5d5}.sb-results-filters{display:flex;flex-wrap:wrap;gap:8px}.sb-results-filters select{min-width:120px;height:32px;border:1px solid #c8c8c8;border-radius:4px;background:#fff;color:#333;font-size:12px;font-weight:600;padding:0 8px}.sb-results-close{width:30px;height:30px;border-radius:50%;border:1px solid #cfcfcf;background:#fff;color:#666;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.sb-results-close:hover{color:#111;border-color:#999}.sb-results-table-wrap{overflow:auto;flex:1;background:#fff}.sb-results-table{width:100%;border-collapse:collapse;font-size:12px;color:#333}.sb-results-table thead th{position:sticky;top:0;background:#4a4a4a;color:#fff;text-align:left;font-weight:700;padding:10px 12px;white-space:nowrap;z-index:1}.sb-results-table tbody tr:nth-child(odd){background:#f7f7f7}.sb-results-table tbody tr:nth-child(2n){background:#fff}.sb-results-table td{padding:10px 12px;border-bottom:1px solid #e6e6e6;vertical-align:middle}.sb-results-details-link{border:none;background:none;color:#1a73e8;font-size:12px;font-weight:700;cursor:pointer;padding:0;text-decoration:underline}.sb-results-details-link:hover{color:#0b57d0}.sb-results-detail-row td{background:#eef6ff;color:#444;font-size:12px;font-weight:600}@media (max-width: 720px){.sb-results-modal{max-height:90vh}.sb-results-filters select{min-width:100%}}.sb-rules-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:210;background:#00000080;display:flex;align-items:center;justify-content:center;padding:16px}.sb-rules-modal{width:min(980px,100%);height:min(820px,90vh);background:#fff;border-radius:6px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 50px #0006;position:relative}.sb-rules-header{background:#007c5a;color:#fff;padding:12px 14px 14px;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:start}.sb-rules-header-title{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:800}.sb-rules-search{grid-column:1 / 2;display:flex;align-items:center;gap:8px;background:#fff;border-radius:3px;padding:0 10px;height:34px;color:#666}.sb-rules-search input{border:none;outline:none;width:100%;font-size:13px;color:#333;background:transparent}.sb-rules-close{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:50%;border:1px solid #d0d0d0;background:#fff;color:#666;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.sb-rules-close:hover{color:#111}.sb-rules-body{flex:1;min-height:0;display:grid;grid-template-columns:280px 1fr}.sb-rules-nav{background:#2f3b4a;color:#dbe4ef;overflow-y:auto;padding:8px 0}.sb-rules-nav-group+.sb-rules-nav-group{margin-top:6px}.sb-rules-nav-group-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;border:none;background:transparent;color:#fff;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.3px;padding:10px 14px;cursor:pointer}.sb-rules-nav-children{display:flex;flex-direction:column}.sb-rules-nav-item{border:none;background:transparent;color:#c9d4e0;text-align:left;font-size:12px;font-weight:600;padding:8px 14px 8px 22px;cursor:pointer}.sb-rules-nav-item:hover{background:#ffffff0f;color:#fff}.sb-rules-nav-item.is-active{background:#007c5a73;color:#fff}.sb-rules-content{overflow-y:auto;padding:18px 22px 28px;background:#fff;color:#222;border-left:1px solid #d8d8d8}.sb-rules-content h2{margin:0 0 14px;font-size:20px;font-weight:800;color:#1f1f1f}.sb-rules-content ol{margin:0;padding-left:22px;display:flex;flex-direction:column;gap:12px}.sb-rules-content li{font-size:14px;line-height:1.55;color:#333}@media (max-width: 800px){.sb-rules-body{grid-template-columns:1fr}.sb-rules-nav{max-height:220px}}.sb-bonus-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12000;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:16px}.sb-bonus-modal{width:min(720px,100%);max-height:min(88vh,820px);background:#fff;border-radius:10px;box-shadow:0 20px 50px #0f172a47;display:flex;flex-direction:column;overflow:hidden;font-family:Arial,Helvetica,sans-serif;color:#1e293b}.sb-bonus-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#f8fafc,#fff)}.sb-bonus-header-title{display:flex;align-items:center;gap:8px;color:#0f766e}.sb-bonus-header-title h2{margin:0;font-size:17px;font-weight:700;color:#0f172a}.sb-bonus-close{width:32px;height:32px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.sb-bonus-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:12px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.sb-bonus-stat{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;display:flex;flex-direction:column;gap:4px}.sb-bonus-stat span{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.sb-bonus-stat strong{font-size:15px;color:#0f172a}.sb-bonus-filters{display:flex;gap:8px;padding:12px 16px 0;flex-wrap:wrap}.sb-bonus-filter{border:1px solid #cbd5e1;background:#fff;color:#475569;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer}.sb-bonus-filter.active{background:#0f766e;border-color:#0f766e;color:#fff}.sb-bonus-list{padding:12px 16px 16px;overflow:auto;display:flex;flex-direction:column;gap:10px}.sb-bonus-empty{text-align:center;padding:28px 12px;color:#64748b;font-size:13px}.sb-bonus-card{border:1px solid #e2e8f0;border-radius:8px;padding:12px;background:#fff}.sb-bonus-card-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.sb-bonus-type{font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#0f766e;margin-bottom:2px}.sb-bonus-card h3{margin:0 0 4px;font-size:14px;color:#0f172a}.sb-bonus-card p{margin:0;font-size:12px;color:#64748b;line-height:1.4}.sb-bonus-status{flex-shrink:0;font-size:11px;font-weight:700;padding:4px 8px;border-radius:999px}.sb-bonus-status.status-active{background:#ccfbf1;color:#0f766e}.sb-bonus-status.status-claimed{background:#e0f2fe;color:#0369a1}.sb-bonus-status.status-expired{background:#f1f5f9;color:#64748b}.sb-bonus-card-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;padding-top:10px;border-top:1px solid #f1f5f9}.sb-bonus-card-meta span{display:block;font-size:10px;color:#94a3b8;text-transform:uppercase;margin-bottom:2px}.sb-bonus-card-meta strong{font-size:12px;color:#1e293b}.sb-bonus-claim{margin-top:10px;width:100%;border:none;border-radius:6px;background:#0f766e;color:#fff;font-size:12px;font-weight:700;padding:8px 12px;cursor:pointer}.sb-bonus-claim:hover{background:#0d9488}@media (max-width: 640px){.sb-bonus-summary,.sb-bonus-card-meta{grid-template-columns:1fr}}.sportbook-page{min-height:auto;background:#e8e8e8;color:#333;font-family:Inter,sans-serif}.sb-subnav{display:flex;justify-content:space-between;align-items:center;padding:6px 12px;background:#f0f0f0;border-bottom:1px solid #d0d0d0;flex-wrap:wrap;gap:8px}.sb-subnav-left,.sb-subnav-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.sb-subnav-link{background:none;border:none;font-size:11px;font-weight:600;color:#444;cursor:pointer;padding:4px 0}.sb-subnav-link:hover{color:#007c5a}.sb-subnav-link.active{color:#007c5a;text-decoration:underline;text-underline-offset:3px}.sb-subnav-pill{font-size:11px;font-weight:700;color:#007c5a;background:#007c5a1a;padding:4px 10px;border-radius:12px}.sb-select{font-size:11px;padding:4px 8px;border:1px solid #ccc;border-radius:4px;background:#fff;color:#333}.sb-select.dark{background:#fff}.sb-ticker{display:flex;align-items:center;gap:16px;padding:8px 12px;background:#3a3a3a;color:#fff;font-size:12px;overflow:hidden}.sb-ticker-fixture{display:flex;align-items:center;gap:8px;background:#007c5a;padding:6px 12px;border-radius:4px;white-space:nowrap;flex-shrink:0}.sb-ticker-icon{font-size:14px}.sb-ticker-time{font-size:10px;opacity:.85;margin-left:4px}.sb-ticker-announce{display:flex;align-items:center;gap:8px;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#ddd;font-size:11px}.sb-body{display:flex;min-height:520px}.sb-left{width:200px;flex-shrink:0;background:#f7f7f7;border-right:1px solid #d0d0d0;overflow-y:auto;position:sticky;top:0;max-height:calc(100vh - var(--header-height))}.sb-quick-icons{display:flex;gap:4px;padding:8px;border-bottom:1px solid #ddd;flex-wrap:wrap}.sb-quick-icon{width:32px;height:32px;border:1px solid #ccc;background:#fff;border-radius:4px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}.sb-quick-icon:hover{border-color:#007c5a}.sb-section-title{padding:10px 12px 6px;font-size:11px;font-weight:800;color:#007c5a;text-transform:uppercase;letter-spacing:.5px}.sb-league-list{padding:0 4px 12px}.sb-league-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:none;background:transparent;cursor:pointer;font-size:11px;font-weight:600;color:#444;text-align:left;border-radius:4px}.sb-league-item:hover,.sb-league-item.active{background:#007c5a1f;color:#007c5a}.sb-league-icon{font-size:14px;flex-shrink:0}.sb-league-name{flex:1;line-height:1.3}.sb-league-arrow{opacity:.4;flex-shrink:0}.sb-center{flex:1;min-width:0;background:#e8e8e8;padding:10px;overflow-y:auto}.sb-carousel-wrap{overflow-x:auto;margin-bottom:10px;padding-bottom:4px}.sb-carousel{display:flex;gap:10px}.sb-feature-card{flex:0 0 200px;background:#fff;border:1px solid #ddd;border-radius:6px;padding:12px;display:flex;flex-direction:column;gap:8px}.sb-feature-meta{display:flex;justify-content:space-between;font-size:10px;color:#888}.sb-feature-league{font-weight:700;color:#007c5a}.sb-feature-teams{display:flex;flex-direction:column;gap:2px;font-size:12px;font-weight:700;color:#222}.sb-vs{font-size:10px;color:#999;font-weight:600}.sb-feature-market{font-size:10px;color:#666}.sb-status-row{display:flex;gap:8px;margin-bottom:10px}.sb-status-pill{padding:6px 14px;border-radius:20px;border:1px solid #ccc;background:#fff;font-size:11px;font-weight:700;color:#555;cursor:pointer}.sb-status-pill.active{background:#2ecc71;border-color:#27ae60;color:#fff}.sb-sport-tabs-wrap{overflow-x:auto;margin-bottom:10px;padding-bottom:4px}.sb-sport-tabs{display:flex;gap:6px}.sb-sport-tab{display:flex;align-items:center;gap:4px;padding:6px 12px;border-radius:20px;border:1px solid #ccc;background:#fff;font-size:11px;font-weight:700;color:#444;cursor:pointer;white-space:nowrap}.sb-sport-tab.active{background:#007c5a;border-color:#007c5a;color:#fff}.sb-sport-tab span:first-child{font-size:13px}.sb-sort-row{display:flex;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap}.sb-sort-btns{display:flex;gap:4px}.sb-sort-btns button{padding:5px 12px;border:1px solid #ccc;background:#fff;border-radius:4px;font-size:11px;font-weight:600;cursor:pointer;color:#555}.sb-sort-btns button.active{background:#007c5a;color:#fff;border-color:#007c5a}.sb-search-wrap{display:flex;align-items:center;gap:6px;margin-left:auto;background:#fff;border:1px solid #ccc;border-radius:4px;padding:5px 10px}.sb-search-wrap input{border:none;outline:none;font-size:11px;width:140px;background:transparent;color:#333}.sb-odds-table{background:#fff;border:1px solid #ddd;border-radius:4px;overflow:hidden}.sb-asian-banner{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 14px;margin-bottom:10px;padding:8px 12px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:4px;font-size:12px;color:#065f46}.sb-asian-banner strong{font-size:12px;color:#007c5a}.sb-asian-colhead,.sb-asian-row{display:grid;grid-template-columns:64px minmax(140px,1.4fr) 56px 70px 56px 70px;gap:6px;align-items:center;padding:6px 10px}.sb-asian-colhead{background:#1e293b;color:#e2e8f0;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.sb-asian-row{background:#fff;border-bottom:1px solid #eee;font-size:12px}.sb-asian-row:hover{background:#f8fafc}.sb-asian-col-time{font-size:11px;color:#64748b;font-weight:600}.sb-asian-col-event{display:flex;align-items:flex-start;gap:6px;min-width:0}.sb-asian-teams{display:flex;flex-direction:column;gap:2px;min-width:0}.sb-asian-team{display:flex;justify-content:space-between;gap:8px;color:#1e293b;font-weight:600}.sb-asian-team strong{color:#007c5a;font-variant-numeric:tabular-nums}.sb-asian-col-hdp,.sb-asian-col-ou,.sb-asian-col-odds{display:flex;flex-direction:column;gap:4px;align-items:stretch}.sb-asian-line{display:flex;align-items:center;justify-content:center;min-height:28px;font-size:11px;font-weight:700;color:#334155;background:#f1f5f9;border-radius:3px}.sb-asian-line.ou{color:#0f766e;background:#f0fdfa}.sb-asian-odds{min-height:28px;border:1px solid #cbd5e1;border-radius:3px;background:#fff7ed;color:#9a3412;font-size:12px;font-weight:700;cursor:pointer;font-variant-numeric:tabular-nums}.sb-asian-odds:hover{background:#007c5a;border-color:#007c5a;color:#fff}@media (max-width: 900px){.sb-asian-colhead{display:none}.sb-asian-row{grid-template-columns:1fr 1fr;gap:8px}.sb-asian-col-time,.sb-asian-col-event{grid-column:1 / -1}}.sb-empty{padding:40px;text-align:center;color:#888;font-size:13px}.sb-league-header{background:#f0f0f0;padding:8px 12px;font-size:12px;font-weight:800;color:#333;border-bottom:1px solid #ddd}.sb-match-row{display:grid;grid-template-columns:280px 1fr;align-items:stretch;border-bottom:1px solid #eee;min-height:76px}.sb-match-row:hover{background:#fafafa}.sb-match-info{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;min-width:0;border-right:1px solid #eee}.sb-star{background:none;border:none;cursor:pointer;color:#ccc;padding:2px;flex-shrink:0}.sb-star.on{color:#f59e0b}.sb-match-teams{display:flex;flex-direction:column;gap:4px;font-size:12px}.sb-live-badge{font-size:9px;font-weight:800;color:#e74c3c;background:#e74c3c1a;padding:2px 6px;border-radius:2px;width:fit-content}.sb-team-line{display:flex;justify-content:space-between;gap:12px;font-weight:600;color:#222}.sb-score{color:#007c5a;min-width:30px;text-align:right}.sb-start-time{font-size:10px;color:#888;margin-top:2px}.sb-match-odds{display:flex;align-items:center;justify-content:center;padding:10px 12px;gap:16px;overflow:hidden}.sb-market-block{display:flex;flex-direction:column;gap:6px;width:100%;max-width:520px}.sb-market-name{font-size:10px;font-weight:700;color:#888;text-transform:uppercase;text-align:center}.sb-market-btns{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:10px}.sb-odds-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:120px;padding:10px 12px;background:#f2f2f2;border:1px solid #d6d6d6;border-radius:6px;cursor:pointer;transition:background .15s,border-color .15s}.sb-odds-btn:hover{background:#ececec;border-color:#007c5a}.sb-odds-btn.large{min-width:100%;padding:10px}.sb-odds-label{font-size:10px;color:#666;font-weight:600;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sb-odds-val{font-size:15px;font-weight:800;color:#222}.sb-right{width:280px;flex-shrink:0;background:#fff;border-left:1px solid #d0d0d0;padding:12px;display:flex;flex-direction:column;gap:12px;position:sticky;top:0;max-height:calc(100vh - var(--header-height));overflow-y:auto}.sb-account-btn{width:100%;padding:12px;background:linear-gradient(135deg,#2ecc71,#27ae60);border:none;border-radius:6px;color:#fff;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 2px 8px #2ecc714d}.sb-account-btn:hover{filter:brightness(1.05)}.sb-stat-card{background:#fff;border:1px solid #ddd;border-radius:4px;padding:10px}.sb-stat-card-btn{width:100%;text-align:left;cursor:pointer;font:inherit;color:inherit}.sb-stat-card-btn:hover{border-color:#0f766e;box-shadow:0 0 0 1px #0f766e26}.sb-stat-title{font-size:11px;font-weight:800;color:#333;margin-bottom:6px}.sb-stat-row{font-size:10px;color:#666;display:flex;flex-direction:column;gap:2px}.sb-stat-row strong{color:#007c5a;font-size:11px}.sb-betslip-wrap{background:#fff;border:1px solid #007C5A;border-radius:4px;overflow:hidden;max-height:320px;overflow-y:auto}.sb-betslip-wrap .glass-card{background:#fff;border:none;box-shadow:none;color:#333}.sb-util-links{display:flex;flex-direction:column;gap:2px}.sb-util-link{display:flex;align-items:center;gap:8px;padding:8px 6px;background:none;border:none;font-size:11px;font-weight:600;color:#555;cursor:pointer;text-align:left;border-radius:4px}.sb-util-link:hover{background:#007c5a14;color:#007c5a}.sb-balance-card{background:#fff;border:1px solid #007C5A;border-radius:4px;padding:10px;font-size:11px;color:#666;text-align:center}.sb-balance-card strong{display:block;font-size:16px;color:#007c5a;margin-top:4px}@media (max-width: 1100px){.sb-left{width:160px}.sb-right{width:150px}}@media (max-width: 900px){.sb-left,.sb-right{display:none}.sb-match-row{flex-direction:column}.sb-match-info{border-right:none;border-bottom:1px solid #eee}}@media (max-width: 600px){.sb-subnav-right{display:none}.sb-feature-card{flex:0 0 170px}}.profile-screen-page{max-width:1200px;margin:0 auto;padding:24px 16px 40px}.profile-screen-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.profile-screen-title{font-size:28px;font-weight:700;color:#fff;text-align:left}.profile-screen-search{position:relative;min-width:220px}.profile-screen-search input{width:100%;height:34px;border:1px solid #4b5563;border-radius:4px;background:#111827;color:#fff;padding:0 10px 0 32px;font-size:13px;outline:none}.profile-screen-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#9ca3af}.profile-screen-filters{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:18px}.profile-screen-filter-left,.profile-screen-filter-right{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap}.profile-screen-field{display:flex;flex-direction:column;gap:6px;min-width:120px}.profile-screen-field label{font-size:12px;color:#d1d5db;font-weight:600}.profile-screen-field input,.profile-screen-field select{height:34px;border:1px solid #4b5563;border-radius:4px;background:#111827;color:#fff;padding:0 10px;font-size:13px;outline:none}.profile-screen-submit{height:34px;min-width:90px;border:none;border-radius:4px;background:#16a34a;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.profile-screen-submit:disabled{opacity:.7;cursor:not-allowed}.profile-screen-export{display:flex;align-items:center;gap:10px}.profile-screen-export button{width:34px;height:34px;border:1px solid #4b5563;border-radius:4px;background:#111827;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.profile-screen-table-wrap{overflow-x:auto;border:1px solid #374151}.profile-screen-table{width:100%;border-collapse:collapse;font-size:13px}.profile-screen-table thead th{background:#16a34a;color:#fff;font-weight:700;text-align:left;padding:10px 12px;white-space:nowrap}.profile-screen-table tbody td{padding:10px 12px;border-top:1px solid #1f2937;color:#f3f4f6;vertical-align:top}.profile-screen-table tbody tr:nth-child(2n){background:#ffffff05}.profile-screen-empty{text-align:center;color:#fff;padding:28px 12px;font-size:14px}.profile-screen-card{border:1px solid #374151;background:#ffffff05;border-radius:8px;padding:24px;color:#f3f4f6}.profile-screen-form{display:flex;flex-direction:column;gap:14px;max-width:520px}.profile-screen-form input,.profile-screen-form select,.profile-screen-form textarea{height:38px;border:1px solid #4b5563;border-radius:4px;background:#111827;color:#fff;padding:0 12px;font-size:13px;outline:none}.profile-screen-form textarea{min-height:90px;padding:10px 12px;resize:vertical}.profile-screen-muted{font-size:12px;color:#9ca3af}.profile-screen-success{color:#4ade80;font-size:12px}.profile-screen-error{color:#f87171;font-size:12px}.profile-screen-credit{color:#4ade80;font-weight:700}.profile-screen-debit{color:#f87171;font-weight:700}.profile-screen-status-pending{color:#fbbf24;font-weight:700}.profile-screen-status-approved,.profile-screen-status-won,.profile-screen-status-active{color:#4ade80;font-weight:700}.profile-screen-status-rejected,.profile-screen-status-lost,.profile-screen-status-expired{color:#f87171;font-weight:700}.profile-screen-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:18px}.profile-screen-summary-card{border:1px solid #374151;background:#ffffff05;border-radius:8px;padding:16px}.profile-screen-summary-card span{display:block;font-size:12px;color:#9ca3af}.profile-screen-summary-card strong{display:block;margin-top:8px;font-size:24px;color:#4ade80}@media (max-width: 768px){.profile-screen-header,.profile-screen-filters,.profile-screen-filter-left,.profile-screen-filter-right{flex-direction:column;align-items:stretch}.profile-screen-search,.profile-screen-field,.profile-screen-submit{width:100%}.profile-screen-title{text-align:center}}.activity-log-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:18px}.activity-log-show{flex-direction:row;align-items:center;gap:8px;min-width:auto}.activity-log-show label,.activity-log-entries-label{font-size:13px;color:#d1d5db;font-weight:600}.activity-log-show select{height:34px;border:1px solid #4b5563;border-radius:4px;background:#111827;color:#fff;padding:0 10px;font-size:13px;outline:none}.activity-log-table thead th.activity-log-col-center,.activity-log-table tbody td.activity-log-col-center{text-align:center}.activity-log-table thead th.activity-log-col-right,.activity-log-table tbody td.activity-log-col-right{text-align:right}.live-casino-bets-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:18px}.live-casino-bets-show{flex-direction:row;align-items:center;gap:8px;min-width:auto}.live-casino-bets-show label,.live-casino-bets-entries-label{font-size:13px;color:#d1d5db;font-weight:600}.live-casino-bets-show select{height:34px;border:1px solid #4b5563;border-radius:4px;background:#111827;color:#fff;padding:0 10px;font-size:13px;outline:none}.sportbook-bets-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:18px}.sportbook-bets-show{flex-direction:row;align-items:center;gap:8px;min-width:auto}.sportbook-bets-show label,.sportbook-bets-entries-label{font-size:13px;color:#d1d5db;font-weight:600}.sportbook-bets-show select{height:34px;border:1px solid #4b5563;border-radius:4px;background:#111827;color:#fff;padding:0 10px;font-size:13px;outline:none}.current-bets-page{max-width:1200px;margin:0 auto;padding:24px 16px 40px}.current-bets-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px}.current-bets-title{font-size:28px;font-weight:700;color:#fff}.current-bets-search{position:relative;min-width:220px}.current-bets-search input{width:100%;height:34px;border:1px solid #4b5563;border-radius:4px;background:#111827;color:#fff;padding:0 10px 0 32px;font-size:13px;outline:none}.current-bets-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#9ca3af}.current-bets-tabs{display:flex;justify-content:center;gap:28px;border-bottom:1px solid #374151;margin-bottom:16px}.current-bets-tab{background:none;border:none;color:#9ca3af;font-size:14px;font-weight:600;padding:10px 4px 12px;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.current-bets-tab.active{color:#fff;border-bottom-color:#fff}.current-bets-toolbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:start;gap:16px;margin-bottom:14px}.current-bets-toolbar-left,.current-bets-toolbar-center,.current-bets-toolbar-right{display:flex;flex-direction:column;gap:12px}.current-bets-toolbar-center{align-items:center;justify-self:center}.current-bets-toolbar-right{align-items:flex-end;justify-self:end}.current-bets-radio-group{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.current-bets-radio{display:inline-flex;align-items:center;gap:6px;color:#d1d5db;font-size:13px;font-weight:600;cursor:pointer}.current-bets-radio input{accent-color:#fff;cursor:pointer}.current-bets-show{display:flex;align-items:center;gap:8px;color:#d1d5db;font-size:13px;font-weight:600}.current-bets-show select{height:30px;border:1px solid #4b5563;border-radius:4px;background:#111827;color:#fff;padding:0 8px;font-size:13px;outline:none}.current-bets-totals{color:#d1d5db;font-size:13px;font-weight:600;white-space:nowrap}.current-bets-export{display:flex;align-items:center;gap:10px}.current-bets-export button{width:34px;height:34px;border:1px solid #4b5563;border-radius:4px;background:#111827;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.current-bets-table-wrap{overflow-x:auto;border:1px solid #374151}.current-bets-table{width:100%;border-collapse:collapse;font-size:13px}.current-bets-table thead th{background:#16a34a;color:#fff;font-weight:700;text-align:left;padding:10px 12px;white-space:nowrap}.current-bets-table tbody td{padding:10px 12px;border-top:1px solid #1f2937;color:#f3f4f6;vertical-align:middle}.current-bets-table tbody tr:nth-child(2n){background:#ffffff05}.current-bets-empty{text-align:center;color:#fff;padding:28px 12px;font-size:14px}.current-bets-action-btn{width:30px;height:30px;border:1px solid #4b5563;border-radius:4px;background:#111827;color:#f87171;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.current-bets-type-back{color:#60a5fa;font-weight:700}.current-bets-type-lay{color:#f472b6;font-weight:700}@media (max-width: 900px){.current-bets-toolbar{grid-template-columns:1fr}.current-bets-toolbar-center,.current-bets-toolbar-right{justify-self:start;align-items:flex-start}.current-bets-header{flex-direction:column;align-items:stretch}.current-bets-search{width:100%}}.info-page{padding:24px 16px 48px;min-height:50vh}.info-page-inner{max-width:760px;margin:0 auto}.info-page-back{margin:0 0 12px}.info-page-back a{color:var(--accent, #007c5a);font-size:13px;font-weight:600;text-decoration:none}.info-page-back a:hover{text-decoration:underline}.info-page h1{margin:0 0 20px;font-size:28px;color:var(--text-primary, #fff)}.info-page-sections{display:flex;flex-direction:column;gap:16px}.info-page-sections section{padding:16px;border:1px solid var(--border-color, #2a2a2a);border-radius:8px;background:var(--card-bg, rgba(255, 255, 255, .03))}.info-page-sections h2{margin:0 0 8px;font-size:16px;color:var(--text-primary, #fff)}.info-page-sections p{margin:0;font-size:14px;line-height:1.55;color:var(--text-muted, #a3a3a3)}
