@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-y:auto;display:flex;flex-direction:column;transition:transform var(--transition-speed)}.light-theme .sidebar-right{background:#1e1e1e}.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}.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}}.sportbook-page{min-height:calc(100vh - var(--header-height));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-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:calc(100vh - var(--header-height) - 90px)}.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-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-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%}}.admin-shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr;background:var(--bg-base, #171717);color:var(--text-primary, #ffffff);font-family:var(--font-body, Inter, sans-serif);transition:grid-template-columns .2s ease}.admin-shell--collapsed{grid-template-columns:0 1fr}.admin-sidebar{background:#141414;border-right:1px solid var(--border-color, #343434);padding:12px;overflow-y:auto;position:sticky;top:0;height:100vh;z-index:40}.admin-shell--collapsed .admin-sidebar{overflow:hidden;padding:0;border-right:none}.admin-sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.admin-brand{font-family:Georgia,serif;font-size:18px;font-weight:900;color:gold;letter-spacing:1px;text-shadow:1px 1px 2px rgba(0,0,0,.5);text-decoration:none;padding:6px 4px}.admin-sidebar-close{display:none;border:1px solid rgba(255,215,0,.35);background:#00000040;color:gold;border-radius:4px;padding:5px 8px;font-size:11px;font-weight:800;cursor:pointer}.admin-nav-section{background:#007c5a;padding:6px 10px;border-radius:4px 4px 0 0;border-bottom:1.5px solid #FFD700;margin-bottom:4px}.admin-nav-section span{font-size:11px;text-transform:uppercase;font-weight:900;color:#fff;letter-spacing:.5px}.admin-sidebar-nav{display:flex;flex-direction:column}.admin-nav-link{display:block;width:100%;text-align:left;border:none;background:transparent;color:var(--text-secondary, #BDBDBD);padding:10px 12px;border-radius:4px;font-size:12px;font-weight:700;text-decoration:none;margin-bottom:1px;border-bottom:1px solid rgba(255,255,255,.02);transition:all .15s}.admin-nav-link:hover{background:#00c27a0a;color:var(--primary, #00C27A)}.admin-nav-link.active{background:#007c5a26;color:var(--primary, #00C27A)}.admin-backdrop{display:none}.admin-main{min-width:0;display:flex;flex-direction:column;min-height:100vh}.admin-topbar{min-height:64px;background:#007c5a;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 18px;border-bottom:1px solid #005f45}.admin-topbar-left{display:flex;align-items:center;gap:12px;min-width:0}.admin-icon-btn{width:34px;height:34px;border:1px solid rgba(255,255,255,.25);background:#0003;color:#fff;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.admin-icon-btn:hover{border-color:gold;color:gold}.admin-mobile-menu{display:none}.admin-topbar-brand-block{min-width:0}.admin-topbar-title-row{display:flex;align-items:center;gap:8px}.admin-topbar-brand{font-family:Georgia,serif;font-size:18px;font-weight:900;color:gold;letter-spacing:1px;text-shadow:1px 1px 2px rgba(0,0,0,.45)}.admin-live-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;border:1px solid #FFD700;color:gold;font-size:9px;font-weight:900;letter-spacing:.6px;background:#0003}.admin-topbar-sub{margin-top:2px;font-size:11px;font-weight:700;color:#a3f0d8}.admin-topbar-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.admin-user-chip{display:inline-flex;align-items:center;gap:6px;background:#00000040;border:1px solid rgba(255,215,0,.35);color:gold;border-radius:4px;padding:6px 10px;font-size:11px;font-weight:800}.admin-header-btn{display:inline-flex;align-items:center;gap:5px;border:1px solid rgba(255,255,255,.3);background:#0003;color:#fff;border-radius:4px;padding:6px 10px;font-size:11px;font-weight:800;text-decoration:none;cursor:pointer}.admin-header-btn:hover{border-color:gold;color:gold}.admin-header-btn--gold{background:gold;border-color:gold;color:#171717}.admin-header-btn--gold:hover{background:#ffe566;color:#171717;border-color:#ffe566}.admin-ticker{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;background:#1e1e1e;border-bottom:1px solid var(--border-color, #343434);padding:8px 16px;overflow:hidden}.admin-ticker-label{background:#007c5a;color:#fff;font-size:10px;font-weight:900;text-transform:uppercase;padding:5px 10px;border-radius:3px;white-space:nowrap}.admin-ticker-track{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.admin-ticker-content{display:flex;gap:28px;width:max-content;animation:admin-ticker-scroll 28s linear infinite;color:var(--text-secondary, #BDBDBD);font-size:11px;font-weight:600}.admin-ticker-content span{white-space:nowrap}@keyframes admin-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.admin-content{padding:20px;flex:1;background:var(--bg-base, #171717)}.admin-footer{display:flex;justify-content:space-between;gap:12px;padding:12px 20px;border-top:1px solid var(--border-color, #343434);background:#1e1e1e;color:var(--text-muted, #888888);font-size:11px;font-weight:600}.admin-page-stack{display:flex;flex-direction:column;gap:16px}.admin-page-stack h1{font-size:24px;font-weight:800;margin:0;color:#fff}.admin-page-stack h3{margin:0 0 12px;font-size:14px;font-weight:800;color:var(--primary, #00C27A);text-transform:uppercase;letter-spacing:.4px}.admin-muted{color:var(--text-secondary, #BDBDBD);font-size:12px;margin:0}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.admin-stat-card{position:relative;background:#1e1e1e;border:1px solid var(--border-color, #343434);border-radius:4px;padding:14px 14px 14px 16px;overflow:hidden}.admin-stat-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#343434}.admin-stat-card.success:before{background:#00c27a}.admin-stat-card.warning:before{background:#f59e0b}.admin-stat-card.danger:before{background:#ef4444}.admin-stat-card span{display:block;font-size:11px;color:var(--text-muted, #888888);font-weight:700;text-transform:uppercase}.admin-stat-card strong{display:block;margin-top:8px;font-size:24px;color:#fff;font-weight:800}.admin-stat-card.success strong{color:#00c27a}.admin-stat-card.warning strong{color:#f59e0b}.admin-stat-card.danger strong{color:#ef4444}.admin-card{background:#1e1e1e;border:1px solid var(--border-color, #343434);border-radius:4px;padding:16px}.admin-module-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.admin-module-tile{display:flex;align-items:center;justify-content:center;min-height:52px;text-align:center;background:#171717;border:1px solid var(--border-color, #343434);border-radius:4px;padding:12px 8px;color:#fff;text-decoration:none;font-size:11px;font-weight:800;line-height:1.3;transition:all .15s}.admin-module-tile:hover{border-color:var(--primary, #00C27A);color:var(--primary, #00C27A);background:#007c5a1a}.admin-filter-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.admin-filter-row input,.admin-filter-row select{height:34px;border:1px solid #4b5563;border-radius:4px;background:#111827;color:#fff;padding:0 10px;font-size:13px;min-width:180px;outline:none}.admin-table-wrap{overflow-x:auto}.admin-table-wrap table{width:100%;border-collapse:collapse;font-size:12px}.admin-table-wrap th{background:#007c5a;color:#fff;text-align:left;padding:10px 12px;white-space:nowrap;font-size:11px;font-weight:800}.admin-snapshot-table th{text-transform:uppercase}.admin-table-wrap td{padding:10px 12px;border-top:1px solid #1f2937;color:#f3f4f6;vertical-align:top}.admin-table-wrap tr:nth-child(2n) td{background:#ffffff05}.admin-status-text{font-weight:800;text-transform:lowercase}.admin-status-text.active{color:#00c27a}.admin-status-text.maintenance,.admin-status-text.degraded{color:#f59e0b}.admin-status-text.monitoring,.admin-status-text.manual_review{color:#fff}.admin-sort-button{background:none;border:none;color:inherit;font:inherit;cursor:pointer;padding:0}.admin-inline-actions{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.admin-inline-actions button,.admin-table-wrap button,.admin-detail-header button,.admin-pagination button{border:1px solid #4b5563;background:#111827;color:#fff;border-radius:4px;padding:5px 8px;font-size:11px;font-weight:700;cursor:pointer}.admin-inline-actions button:hover,.admin-table-wrap button:hover{border-color:var(--primary, #00C27A);color:var(--primary, #00C27A)}.admin-inline-actions button:disabled,.admin-table-wrap button:disabled,.admin-pagination button:disabled{opacity:.5;cursor:not-allowed}.admin-badge{display:inline-block;padding:2px 8px;border-radius:2px;font-size:10px;font-weight:800;text-transform:uppercase;background:#88888826;color:#bdbdbd}.admin-badge.active,.admin-badge.approved,.admin-badge.verified,.admin-badge.credited,.admin-badge.ready,.admin-badge.recorded{color:#00c27a;background:#00c27a1f}.admin-badge.pending,.admin-badge.watchlist,.admin-badge.investigating,.admin-badge.medium,.admin-badge.degraded,.admin-badge.suspended{color:#f59e0b;background:#f59e0b1f}.admin-badge.blocked,.admin-badge.rejected,.admin-badge.critical,.admin-badge.high,.admin-badge.failed,.admin-badge.maintenance{color:#ef4444;background:#ef44441f}.admin-pagination{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;font-size:12px;color:var(--text-muted, #888888)}.admin-detail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:200;padding:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.admin-detail-modal{width:min(560px,100%);max-height:min(85vh,720px);overflow-y:auto;border-radius:8px;background:#1e1e1e;border:1px solid #343434;box-shadow:0 16px 48px #0000008c;padding:16px 18px 18px}.admin-detail-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid #343434}.admin-detail-header h3{margin:0;font-size:16px;font-weight:800;color:#fff}.admin-detail-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-detail-field{display:flex;flex-direction:column;gap:6px;padding:10px 12px;border-radius:6px;background:#171717;border:1px solid #343434}.admin-detail-field-label{font-size:11px;font-weight:700;color:#888;text-transform:capitalize}.admin-detail-field-value{font-size:13px;font-weight:700;color:#fff;word-break:break-word}.admin-detail-notes{margin-top:14px;padding:12px;border-radius:6px;background:#171717;border:1px solid #343434}.admin-detail-notes h4{margin:0 0 8px;font-size:12px;font-weight:800;color:gold}.admin-detail-notes p{margin:0;font-size:12px;line-height:1.5;color:#cfcfcf}.admin-detail-grid{display:flex;flex-direction:column;gap:8px}.admin-detail-row{display:grid;grid-template-columns:120px 1fr;gap:8px;font-size:12px}.admin-detail-row span{color:var(--text-muted, #888888)}@media (max-width: 640px){.admin-detail-fields{grid-template-columns:1fr}}.admin-button-link{display:inline-block;margin-top:14px;color:var(--primary, #00C27A);font-size:12px;font-weight:700}.admin-state{padding:40px;text-align:center;color:var(--text-muted, #888888)}.admin-risk-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.admin-exposure-form{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.admin-exposure-form input{height:34px;border:1px solid #4b5563;border-radius:4px;background:#111827;color:#fff;padding:0 10px;width:160px;outline:none}.admin-exposure-form button{height:34px;border:none;border-radius:4px;background:#16a34a;color:#fff;font-weight:700;padding:0 14px;cursor:pointer}.admin-exposure-form button:hover{background:#00c27a}@media (max-width: 1200px){.admin-module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 960px){.admin-shell,.admin-shell--collapsed{grid-template-columns:1fr}.admin-sidebar{position:fixed;left:0;top:0;bottom:0;width:min(280px,86vw);transform:translate(-105%);transition:transform .2s ease;box-shadow:8px 0 24px #00000073}.admin-sidebar.is-mobile-open{transform:translate(0)}.admin-sidebar-close{display:inline-flex}.admin-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;border:none;z-index:35}.admin-mobile-menu{display:inline-flex}.admin-desktop-toggle{display:none}.admin-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-risk-grid{grid-template-columns:1fr}.admin-footer{flex-direction:column}.admin-topbar{align-items:flex-start;flex-direction:column}.admin-topbar-actions{width:100%;justify-content:flex-start}}
