:root{--brand-50:#eff6ff;--brand-100:#dbeafe;--brand-200:#bfdbfe;--brand-500:#3b82f6;--brand-600:#2563eb;--brand-700:#1d4ed8;--brand-800:#1a3150;--brand-900:#1e3a5f;--surface-50:#f8fafc;--surface-100:#f1f5f9;--surface-200:#e2e8f0;--surface-300:#cbd5e1;--live:#ef4444;--success:#22c55e;--warning:#f59e0b;--header-h:88px;--sidebar-l:260px;--sidebar-r:400px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-full:9999px;--shadow-card:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.06);--shadow-popup:0 12px 40px rgba(0,0,0,.12);--shadow-slide:-8px 0 30px rgba(0,0,0,.08);--transition:150ms ease}.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.flex{display:flex}.grid{display:grid}.hidden{display:none!important}.contents{display:contents}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:-webkit-sticky;position:sticky}.inset-0{inset:0}.top-0{top:0}.z-40{z-index:40}.z-50{z-index:50}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-10{padding:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.pt-3{padding-top:.75rem}.pt-6{padding-top:1.5rem}.pb-8{padding-bottom:2rem}.mx-auto{margin-left:auto;margin-right:auto}.mx-1{margin-left:.25rem;margin-right:.25rem}.ml-auto{margin-left:auto}.mr-4{margin-right:1rem}.mb-3{margin-bottom:.75rem}.my-8{margin-top:2rem;margin-bottom:2rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-auto{width:auto}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-11{height:2.75rem}.h-full{height:100%}.min-h-screen{min-height:100vh}.min-w-0{min-width:0}.max-w-7xl{max-width:80rem}.max-w-\[1920px\]{max-width:1920px}.min-h-\[calc\(100vh-88px\)\]{min-height:calc(100vh - 88px)}.font-sans{font-family:Inter,Poppins,system-ui,-apple-system,sans-serif}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-semibold{font-weight:600}.text-2xl{font-size:1.5rem;line-height:2rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-center{text-align:center}.uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.whitespace-nowrap{white-space:nowrap}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.text-white{color:#fff}.text-slate-300{color:#cbd5e1}.text-slate-400{color:#000}.text-slate-500{color:#b6c5d4}.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-slate-800{color:#1e293b}.text-blue-200{color:#bfdbfe}.text-brand-500{color:var(--brand-500)}.text-brand-700{color:var(--brand-700)}.bg-white{background-color:#fff}.bg-black\/50{background-color:rgba(0,0,0,.5)}.bg-surface-50{background-color:var(--surface-50)}.bg-brand-50{background-color:var(--brand-50)}.bg-brand-800{background-color:var(--brand-800)}.bg-brand-900{background-color:var(--brand-900)}.bg-brand-900\/80{background-color:rgba(30,58,95,.8)}.border{border:1px solid #e2e8f0}.border-b{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:inherit}.border-t{border-top-width:1px;border-top-style:solid;border-top-color:inherit}.border-l{border-left-width:1px;border-left-style:solid;border-left-color:inherit}.border-r{border-right-width:1px;border-right-style:solid;border-right-color:inherit}.border-slate-100{border-color:#f1f5f9}.border-slate-200{border-color:#e2e8f0}.border-brand-700\/30{border-color:rgba(29,78,216,.3)}.border-brand-700\/50{border-color:rgb(25 49 80)}.border-white\/5{border-color:rgba(255,255,255,.05)}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.opacity-0{opacity:0}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.cursor-pointer{cursor:pointer}.pointer-events-none{pointer-events:none}.container{width:100%;margin-left:auto;margin-right:auto}.transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.group:hover .group-hover\:text-brand-600{color:var(--brand-600)}.hover\:bg-white\/10:hover{background-color:rgba(255,255,255,.1)}.hover\:bg-slate-50:hover{background-color:#f8fafc}.hover\:text-white:hover{color:#fff}.hover\:text-brand-500:hover{color:var(--brand-500)}.hover\:text-brand-600:hover{color:var(--brand-600)}@media (min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:items-center{align-items:center}.sm\:p-8{padding:2rem}}@media (min-width:768px){.md\:flex-row{flex-direction:row}.md\:w-60{width:15rem}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;line-height:1.5;color:#334155;background:var(--surface-50);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{max-width:100%}img{display:block}api-sports-widget img{display:inline-block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none}ol,ul{list-style:none}.scrollbar-hide{scrollbar-width:none;-ms-overflow-style:none}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-thin{scrollbar-width:thin;scrollbar-color:var(--surface-200) transparent}.scrollbar-thin::-webkit-scrollbar{width:5px;height:5px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background:var(--surface-200);border-radius:999px}.layout-three-col{display:grid;grid-template-columns:var(--sidebar-l) 1fr var(--sidebar-r);min-height:calc(100vh - var(--header-h))}.col-center,.col-left,.col-right{overflow-y:auto;min-height:calc(100vh - var(--header-h));scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.col-left{background:#fff;border-right:1px solid var(--surface-200)}.col-center{background:var(--surface-50)}.col-right{background:#fff;border-left:1px solid var(--surface-200)}.sport-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;line-height:1}.sport-icon-football:before{content:"\26BD"}.sport-icon-basketball:before{content:"\1F3C0"}.sport-icon-hockey:before{content:"\1F3D2"}.sport-icon-baseball:before{content:"\26BE"}.sport-icon-volleyball:before{content:"\1F3D0"}.sport-icon-handball:before{content:"\1F93E"}.sport-icon-rugby:before{content:"\1F3C9"}.sport-icon-afl:before{content:"\1F3C8"}.sport-icon-f1:before{content:"\1F3CE"}.sport-icon-mma:before{content:"\1F94A"}.sport-icon-nba:before{content:"\1F3C0"}.sport-icon-nfl:before{content:"\1F3C8"}.widget-empty{padding:48px 20px;font-size:.8125rem;text-align:center}.widget-empty,.widget-loading{display:flex;align-items:center;justify-content:center;color:#000000}.widget-loading{flex-direction:column;padding:64px 20px;gap:14px}.spinner{width:28px;height:28px;border:2.5px solid var(--surface-200);border-top-color:var(--brand-500);border-radius:50%;animation:spin .65s linear infinite}.live-badge{gap:4px;padding:2px 8px;text-transform:uppercase}.live-badge,.tab-count{display:inline-flex;align-items:center;border-radius:var(--radius-full);font-size:.625rem;font-weight:700;background:var(--live);color:#fff}.tab-count{justify-content:center;min-width:18px;height:18px;padding:0 5px;margin-left:4px}.tab-count-fav{background:var(--warning,#f59e0b)}:where(api-sports-widget.initialized) .game-detail-tabs{border-bottom:var(--border,1px solid #e2e8f0)}:where(api-sports-widget.initialized) .game-detail-content{padding:0}:where(api-sports-widget.initialized) .tab-panel{display:none}:where(api-sports-widget.initialized) .tab-panel.active{display:block}:where(api-sports-widget.initialized) .league-detail{background:var(--background-color,#fff)}:where(api-sports-widget.initialized) .league-header{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:var(--border,1px solid #e2e8f0)}:where(api-sports-widget.initialized) .league-logo-big{width:48px;height:48px;object-fit:contain}:where(api-sports-widget.initialized) .league-logo-big.placeholder{width:48px;height:48px;background:rgba(133,133,133,var(--opacity,.1));border-radius:8px}:where(api-sports-widget.initialized) .league-info{display:flex;flex-direction:column;gap:2px}:where(api-sports-widget.initialized) .league-info .league-name{display:flex;align-items:center;gap:6px}.pin-league-btn{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:4px;border-radius:50%;color:var(--light-color,#94a3b8);transition:all .2s ease;flex-shrink:0}.pin-league-btn:hover{background:rgba(24,207,192,.08)}.pin-league-btn.pinned,.pin-league-btn:hover{color:var(--primary-color,#18cfc0)}.pin-league-btn.pinned svg{fill:currentColor}.league-today-section{padding:0}.league-today-header{display:flex;align-items:center;gap:8px;padding:12px 14px 8px;font-size:.8rem;font-weight:700;color:var(--text-color,#1e293b)}.league-today-header svg{color:var(--primary-color,#18cfc0);flex-shrink:0}:where(api-sports-widget.initialized) .league-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}:where(api-sports-widget.initialized) .meta-item{display:flex;align-items:center;gap:4px;font-size:var(--primary-font-size,.6875rem);color:var(--light-color,#64748b)}:where(api-sports-widget.initialized) .meta-item .flag{width:16px;height:12px;border-radius:2px}:where(api-sports-widget.initialized) .meta-item .label{color:var(--light-color,#000000)}:where(api-sports-widget.initialized) .season-selector-wrap{position:relative}:where(api-sports-widget.initialized) .season-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:var(--background-color,#f8fafc);border:var(--border,1px solid #e2e8f0);border-radius:6px;padding:3px 24px 3px 8px;font-size:var(--primary-font-size,.75rem);font-weight:600;color:var(--text-color,#1e293b);cursor:pointer;outline:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 6px center}:where(api-sports-widget.initialized) .season-select:hover{border-color:var(--primary-color,#60a5fa)}:where(api-sports-widget.initialized) .season-select:focus{border-color:var(--primary-color,#3b82f6);box-shadow:0 0 0 2px rgba(59,130,246,.15)}:where(api-sports-widget.initialized) .league-loading-overlay{position:absolute;inset:0;background:rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;z-index:10;border-radius:8px}:where(api-sports-widget.initialized) .league-loading-overlay .spinner{width:24px;height:24px;border:2px solid rgba(133,133,133,var(--opacity,.1));border-top-color:var(--primary-color,#3b82f6);border-radius:50%;animation:spin .6s linear infinite}:where(api-sports-widget.initialized) .top-scorers-list{overflow-x:auto}:where(api-sports-widget.initialized) .topscorers-table{width:100%;border-collapse:collapse;font-size:var(--primary-font-size,.75rem)}:where(api-sports-widget.initialized) .topscorers-table th{padding:8px 6px;font-weight:600;color:var(--light-color,#000000);font-size:var(--secondary-font-size,.625rem);text-transform:uppercase;border-bottom:var(--border,1px solid #e2e8f0)}:where(api-sports-widget.initialized) .topscorers-table td{padding:6px;border-bottom:var(--border,1px solid #f1f5f9)}:where(api-sports-widget.initialized) .topscorers-table .rank{font-weight:700;color:var(--light-color,#64748b);width:30px;text-align:center}:where(api-sports-widget.initialized) .topscorers-table .player-name{font-weight:600;color:var(--text-color,#1e293b)}:where(api-sports-widget.initialized) .topscorers-table .player-thumbnail{width:24px;height:24px;border-radius:50%;object-fit:cover}:where(api-sports-widget.initialized) .topscorers-table .goals{font-weight:700;color:var(--primary-color,var(--brand-600))}:where(api-sports-widget.initialized) .topscorers-table .assists{color:var(--light-color,#64748b)}:where(api-sports-widget.initialized) .standings-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}:where(api-sports-widget.initialized) .table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}:where(api-sports-widget.initialized) .standings-table{width:100%;border-collapse:collapse;font-size:var(--primary-font-size,.75rem);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:500px}:where(api-sports-widget.initialized) .standings-table th{padding:8px 6px;text-align:center;font-weight:600;color:var(--light-color,#000000);font-size:var(--secondary-font-size,.625rem);text-transform:uppercase;letter-spacing:.04em;border-bottom:var(--border,1px solid #e2e8f0);position:-webkit-sticky;position:sticky;top:0;background:var(--background-color,#fff)}:where(api-sports-widget.initialized) .standings-table th:nth-child(2){text-align:left}:where(api-sports-widget.initialized) .standings-table td{padding:6px;text-align:center;border-bottom:var(--border,1px solid #f1f5f9);color:var(--text-color,#334155)}:where(api-sports-widget.initialized) .standings-table tbody tr:hover{background:var(--hover,rgba(241,245,249,.6))}:where(api-sports-widget.initialized) .highlight-top{background:rgba(59,130,246,.05)}:where(api-sports-widget.initialized) .standings-table .promotion-zone td:first-child{box-shadow:inset 3px 0 0 var(--success-color,#22c55e)}:where(api-sports-widget.initialized) .standings-table .playoff-zone td:first-child{box-shadow:inset 3px 0 0 var(--primary-color,#3b82f6)}:where(api-sports-widget.initialized) .standings-table .relegation-zone td:first-child{box-shadow:inset 3px 0 0 var(--danger-color,#ef4444)}:where(api-sports-widget.initialized) .standings-table .team-row.highlight-team{background:var(--highlight-team,rgba(59,130,246,.08))}:where(api-sports-widget.initialized) .standings-table .team-row.highlight-team td{font-weight:600}:where(api-sports-widget.initialized) .standings-table .team-row.highlight-team .team-name{color:var(--primary-color,#2563eb)}.standings-legend{display:flex;flex-wrap:wrap;gap:8px 16px;padding:10px 8px 6px;font-size:var(--secondary-font-size,.625rem);color:var(--light-color,#64748b);border-top:var(--border,1px solid #f1f5f9)}.standings-legend-item{display:flex;align-items:center;gap:5px;line-height:1.2}.standings-legend-color{width:10px;height:10px;border-radius:2px;flex-shrink:0}.standings-legend-color.zone-promotion{background:var(--success-color,#22c55e)}.standings-legend-color.zone-playoff{background:var(--primary-color,#3b82f6)}.standings-legend-color.zone-relegation{background:var(--danger-color,#ef4444)}:where(api-sports-widget.initialized) td.position{font-weight:700;color:var(--light-color,#64748b)}:where(api-sports-widget.initialized) td.draws,:where(api-sports-widget.initialized) td.goals-against,:where(api-sports-widget.initialized) td.goals-for,:where(api-sports-widget.initialized) td.losses,:where(api-sports-widget.initialized) td.played,:where(api-sports-widget.initialized) td.points,:where(api-sports-widget.initialized) td.wins{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}:where(api-sports-widget.initialized) td.points{font-weight:700;color:var(--text-color,#1e293b)}:where(api-sports-widget.initialized) td.goal-difference{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}:where(api-sports-widget.initialized) td.goal-difference.positive{color:var(--success-color,var(--success))}:where(api-sports-widget.initialized) td.goal-difference.negative{color:var(--danger-color,var(--live))}:where(api-sports-widget.initialized) .overview-content{padding:16px;font-size:var(--primary-font-size,.75rem);color:var(--light-color,#64748b);line-height:1.7}:where(api-sports-widget.initialized) .h2h-detail,:where(api-sports-widget.initialized) .h2h-list{padding:12px 16px}:where(api-sports-widget.initialized) .h2h-vs{display:flex;align-items:center;justify-content:center}:where(api-sports-widget.initialized) .vs-text{font-size:.75rem;font-weight:700;color:var(--light-color,#000000)}:where(api-sports-widget.initialized) .h2h-empty{display:flex;align-items:center;justify-content:center;padding:40px;color:var(--light-color,#000000);font-size:var(--primary-font-size,.75rem)}:where(api-sports-widget.initialized) .h2h-title{font-size:var(--primary-font-size,.75rem);font-weight:600;margin-bottom:12px;text-align:center;color:var(--text-color,#1e293b)}:where(api-sports-widget.initialized) .results-info{font-size:var(--primary-font-size,.6875rem);color:var(--light-color,#000000);padding:8px 16px}:where(api-sports-widget.initialized) .fixture-league{font-size:var(--primary-font-size,.6875rem);color:var(--light-color,#000000)}:where(api-sports-widget.initialized) .result-status{font-size:var(--primary-font-size,.6875rem)}:where(api-sports-widget.initialized) .result-score{font-weight:700}:where(api-sports-widget.initialized) .score-value{padding:2px 8px;background:rgba(133,133,133,var(--opacity,.1));border-radius:4px}:where(api-sports-widget.initialized) .winner{font-weight:700;color:var(--primary-color,var(--brand-600))}:where(api-sports-widget.initialized) .team-logo-big.placeholder{width:48px;height:48px;background:rgba(133,133,133,var(--opacity,.1));border-radius:8px}:where(api-sports-widget.initialized) .player-photo.placeholder{width:56px;height:56px;background:rgba(133,133,133,var(--opacity,.1));border-radius:50%}:where(api-sports-widget.initialized) .stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:12px;gap:12px;padding:16px}:where(api-sports-widget.initialized) .stat-item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:12px;background:rgba(133,133,133,var(--opacity,.1));border-radius:var(--radius-sm,6px)}:where(api-sports-widget.initialized) .stat-item .stat-label{font-size:var(--primary-font-size,.6875rem);color:var(--light-color,#000000)}:where(api-sports-widget.initialized) .competitions-list{display:flex;flex-direction:column;gap:0}:where(api-sports-widget.initialized) .competition-item{display:flex;align-items:center;gap:10px;padding:10px 8px;border-bottom:var(--border,1px solid #f1f5f9)}:where(api-sports-widget.initialized) .competition-item:last-child{border-bottom:none}:where(api-sports-widget.initialized) .competition-item .team-logo{flex-shrink:0}:where(api-sports-widget.initialized) .competition-info{display:flex;flex-direction:column;gap:2px;flex:1 1;min-width:0}:where(api-sports-widget.initialized) .competition-name{font-size:var(--primary-font-size,.8125rem);font-weight:500;color:var(--text-color,#1e293b);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:where(api-sports-widget.initialized) .competition-country{font-size:var(--primary-font-size,.6875rem);color:var(--light-color,#000000)}:where(api-sports-widget.initialized) .competition-season{font-size:var(--primary-font-size,.75rem);color:var(--light-color,#64748b);flex-shrink:0}:where(api-sports-widget.initialized) .trophies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:12px;gap:12px}:where(api-sports-widget.initialized) .trophy-item{display:flex;align-items:center;gap:10px;padding:8px;background:rgba(133,133,133,var(--opacity,.1));border-radius:var(--radius-sm,6px)}:where(api-sports-widget.initialized) .trophy-icon{font-size:1.5rem}:where(api-sports-widget.initialized) .trophy-info{display:flex;flex-direction:column}:where(api-sports-widget.initialized) .trophy-name{font-size:var(--primary-font-size,.75rem);font-weight:600;color:var(--text-color,#1e293b)}:where(api-sports-widget.initialized) .trophy-season{font-size:var(--primary-font-size,.6875rem);color:var(--light-color,#000000)}:where(api-sports-widget.initialized) .injuries-list{display:flex;flex-direction:column;gap:8px}:where(api-sports-widget.initialized) .injury-item{padding:10px;background:var(--background-color,#fff);border:1px solid #fecaca;border-radius:var(--radius-sm,6px)}:where(api-sports-widget.initialized) .injury-type{display:flex;align-items:center;gap:6px;font-size:var(--primary-font-size,.75rem);font-weight:600;color:var(--text-color,#1e293b)}:where(api-sports-widget.initialized) .injury-type .badge{font-size:var(--primary-font-size,.6875rem);padding:1px 6px;border-radius:3px}:where(api-sports-widget.initialized) .badge-warning{background:#fef3c7;color:#92400e}:where(api-sports-widget.initialized) .injury-details{margin-top:6px}:where(api-sports-widget.initialized) .injury-description{font-size:var(--primary-font-size,.6875rem);color:var(--light-color,#64748b)}:where(api-sports-widget.initialized) .injury-date{font-size:var(--primary-font-size,.6875rem);color:var(--light-color,#000000)}:where(api-sports-widget.initialized) .injury-status{font-size:var(--primary-font-size,.6875rem);font-weight:600}:where(api-sports-widget.initialized) .injury-status.active{color:var(--danger-color,var(--live))}#detailOverlay.show{opacity:1;pointer-events:auto}.content-section{margin:24px 16px 32px;content-visibility:auto;contain-intrinsic-size:auto 280px}.content-card{background:var(--surface-50,#fff);border:1px solid var(--surface-200,#e2e8f0);border-radius:var(--radius-lg,12px);padding:24px 28px;position:relative;contain:content;content-visibility:auto;contain-intrinsic-size:auto 300px}@media (min-width:640px){.content-card{padding:28px 36px}}.content-title{font-size:20px;font-weight:700;color:var(--surface-900,#1e293b);margin:0 0 16px;line-height:1.3}.content-inner{font-size:14px;line-height:1.75;color:var(--surface-600,#64748b)}.content-inner h1,.content-inner h2,.content-inner h3{color:var(--surface-900,#1e293b);margin:20px 0 8px;font-weight:600}.content-inner h1{font-size:20px}.content-inner h2{font-size:17px}.content-inner h3{font-size:15px}.content-inner p{margin:0 0 12px}.content-inner a{color:var(--brand-600);text-decoration:underline}.content-inner ol,.content-inner ul{margin:0 0 12px 20px}.content-inner li{margin-bottom:4px}.content-inner img{max-width:100%;height:auto;border-radius:8px;margin:12px 0}.content-inner table{width:100%;border-collapse:collapse;margin:12px 0;font-size:13px}.content-inner table td,.content-inner table th{padding:8px 12px;border:1px solid var(--surface-200,#e2e8f0);text-align:left}.content-inner table th{background:var(--surface-100,#f1f5f9);font-weight:600}.content-inner b,.content-inner strong{color:var(--surface-800,#334155)}.content-inner.content-collapsed{max-height:180px;overflow:hidden;position:relative}.content-inner.content-collapsed:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to bottom,transparent,var(--surface-50,#fff));pointer-events:none}.content-inner.content-expanded{max-height:none;overflow:visible}.seo-readmore-wrap{text-align:center;margin-top:12px}.seo-readmore-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;font-size:13px;font-weight:500;color:var(--brand-600,#2563eb);background:transparent;border:1px solid var(--brand-200,#bfdbfe);border-radius:20px;cursor:pointer;transition:all .2s}.seo-readmore-btn:hover{background:var(--brand-50,#eff6ff);border-color:var(--brand-400,#60a5fa)}.seo-readmore-icon{transition:transform .3s}.page-container{max-width:900px;margin:24px auto;padding:0 20px}.cms-page{background:#fff;border:1px solid var(--surface-200);border-radius:var(--radius-md);padding:36px}.page-title{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 20px}.page-body{font-size:15px;line-height:1.8;color:#64748b}.page-body h2{font-size:22px;color:#1e293b;margin:24px 0 12px}.page-body h3{font-size:18px;color:#1e293b;margin:20px 0 10px}.page-body p{margin:0 0 16px}.page-body a{color:var(--brand-600)}.page-body ol,.page-body ul{margin:0 0 16px 20px}.page-body li{margin-bottom:6px}:focus-visible{outline:2px solid var(--brand-500);outline-offset:2px}@keyframes slideInPanel{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.col-right.open api-sports-widget,.col-right.open game-detail{animation:slideInPanel .25s ease both}api-sports-widget.initialized{--primary-color:var(--brand-600);--success-color:var(--success);--warning-color:var(--warning);--danger-color:var(--live);--home-color:var(--brand-600);--away-color:var(--warning);--text-color:#334155;--text-color-info:#334155;--background-color:#ffffff;--button-text-color:#ffffff;--border:1px solid var(--surface-200);--hover:rgba(241,245,249,.6);--opacity:.1}.modal-widget img,api-sports-widget.initialized img{opacity:1!important}.layout-game-page{grid-template-columns:var(--sidebar-l) 1fr!important}.layout-team-page{grid-template-columns:var(--sidebar-l) 1fr var(--sidebar-r)!important}.col-center-game{display:flex;flex-direction:column;align-items:center;padding:16px 24px 32px}.game-page-widget-wrap{width:100%;max-width:860px;background:#fff;border-radius:var(--radius-md);border:1px solid var(--surface-200);box-shadow:var(--shadow-card);overflow:hidden}.game-page-header{display:flex;align-items:center;gap:10px;padding:0 0 12px;width:100%;max-width:860px}.game-page-header .btn-back{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;border-radius:6px;font-size:13px;font-weight:500;color:#64748b;background:#fff;border:1px solid var(--surface-200);cursor:pointer;transition:all var(--transition);text-decoration:none;white-space:nowrap;box-shadow:0 1px 2px rgba(0,0,0,.04)}.game-page-header .btn-back:hover{background:var(--surface-50);color:#1e293b;border-color:var(--surface-300)}.game-page-breadcrumb{font-size:13px;color:#000000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width:1600px){.layout-three-col{grid-template-columns:280px 1fr 440px}}@media (max-width:1399px){.layout-three-col{grid-template-columns:240px 1fr 360px}}@media (max-width:1199px){.layout-three-col{grid-template-columns:220px 1fr}.col-right{position:fixed;top:var(--header-h);right:0;width:400px;height:calc(100vh - var(--header-h));z-index:50;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-slide);border-left:1px solid var(--surface-200);background:#fff}.col-right.open{transform:translateX(0)}.layout-game-page,.layout-team-page{grid-template-columns:220px 1fr!important}}@media (max-width:767px){:root{--header-h:80px}.layout-three-col{grid-template-columns:1fr}.col-left{position:fixed;top:var(--header-h);left:0;width:280px;height:calc(100vh - var(--header-h));z-index:50;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:8px 0 30px rgba(0,0,0,.08);background:#fff}.col-left.open{transform:translateX(0)}.col-right{width:100%;max-width:100vw;top:var(--header-h);height:calc(100vh - var(--header-h))}.sport-tab-label{display:none}.layout-game-page,.layout-team-page{grid-template-columns:1fr!important}.col-center-game{padding:12px 12px 24px}.game-page-widget-wrap{border-radius:var(--radius-sm)}.game-page-breadcrumb{display:none}}@media (max-width:480px){.col-left.open{width:100vw}}:where(api-sports-widget.initialized) .h2h-container{display:flex;flex-direction:column;gap:.75rem;font-size:var(--primary-font-size);color:var(--text-color)}:where(api-sports-widget.initialized) .h2h-summary-bar{display:flex;justify-content:space-around;align-items:center;padding:.5rem 0}:where(api-sports-widget.initialized) .h2h-stat{display:flex;flex-direction:column;align-items:center;gap:.15rem}:where(api-sports-widget.initialized) .h2h-stat-value{font-size:var(--title-font-size);font-weight:700;font-family:Tomorrow}:where(api-sports-widget.initialized) .h2h-stat-label{font-size:var(--primary-font-size);color:var(--light-color)}:where(api-sports-widget.initialized) .h2h-progress-bar{display:flex;height:6px;border-radius:3px;overflow:hidden;background:rgba(133,133,133,var(--opacity))}:where(api-sports-widget.initialized) .h2h-bar-home{background:var(--home-color)}:where(api-sports-widget.initialized) .h2h-bar-draw{background:var(--warning-color)}:where(api-sports-widget.initialized) .h2h-bar-away{background:var(--away-color)}:where(api-sports-widget.initialized) .h2h-match-list{display:flex;flex-direction:column}:where(api-sports-widget.initialized) .h2h-match-row{display:flex;align-items:center;justify-content:space-between;padding:.3rem .5rem;border-bottom:var(--border);gap:.5rem;font-size:var(--primary-font-size)}:where(api-sports-widget.initialized) .h2h-match-row:hover{background:var(--hover)}:where(api-sports-widget.initialized) .h2h-match-date{min-width:5rem;font-family:Tomorrow;color:var(--light-color);font-size:var(--primary-font-size)}:where(api-sports-widget.initialized) .h2h-match-teams{display:flex;align-items:center;gap:.4rem;flex:1 1;justify-content:center}:where(api-sports-widget.initialized) .h2h-team-name{flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:where(api-sports-widget.initialized) .h2h-team-name:first-child{text-align:right}:where(api-sports-widget.initialized) .h2h-team-name.winner{font-weight:700}:where(api-sports-widget.initialized) .h2h-match-score{font-family:Tomorrow;font-weight:600;min-width:2.5rem;text-align:center}:where(api-sports-widget.initialized) .h2h-match-league{color:var(--light-color);font-size:var(--primary-font-size);min-width:4rem;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:where(api-sports-widget.initialized) .timeline-period{font-size:var(--secondary-font-size);font-weight:600;color:var(--text-color);margin:.75rem 0 .35rem;padding-bottom:.2rem;border-bottom:var(--border)}:where(api-sports-widget.initialized) .timeline-container{padding:0 .25rem}:where(api-sports-widget.initialized) .event-icon-circle{display:flex;align-items:center;justify-content:center}:where(api-sports-widget.initialized) .lineup-section-title{font-size:var(--secondary-font-size);font-weight:600;color:var(--text-color);margin:0 0 .35rem;text-transform:uppercase}game-detail .game-navtab .tab-content.tab-lineups .lineup-container .field-and-players{overflow:hidden;margin:0 auto;position:relative}game-detail .game-navtab .tab-content.tab-lineups .lineup-container .football-field{top:0;left:0}game-detail .game-navtab .tab-content.tab-lineups .lineup-container .players-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex!important;justify-content:space-between;z-index:2}game-detail .game-navtab .tab-content.tab-lineups .lineup-container .players-overlay>.team-grid{width:50%!important;max-width:50%;flex:0 0 50%!important;display:flex;justify-content:space-between;height:100%}game-detail .game-navtab .tab-content.tab-lineups .lineup-container .players-overlay .column{padding:4px 0;display:flex;flex-direction:column;justify-content:space-around;align-items:center;flex:1 1}game-detail .game-navtab .tab-content.tab-lineups .lineup-container .players-overlay .home-column{align-items:flex-end}game-detail .game-navtab .tab-content.tab-lineups .lineup-container .players-overlay .away-column,game-detail .game-navtab .tab-content.tab-lineups .lineup-container .players-overlay .home-column:first-of-type{align-items:flex-start}game-detail .game-navtab .tab-content.tab-lineups .lineup-container .players-overlay .away-column:last-of-type{align-items:flex-end}:where(api-sports-widget.initialized) .player-field-name{font-size:.55rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.7);white-space:nowrap;text-align:center;max-width:60px;overflow:hidden;text-overflow:ellipsis;line-height:1.2}:where(api-sports-widget.initialized) .players-overlay .player{display:flex;flex-direction:column;align-items:center;gap:1px;min-width:0}game-detail .game-navtab .tab-content.tab-lineups .lineup-container .lineup-details{width:100%;max-width:800px;margin:0 auto}game-detail .game-navtab .tab-content.tab-lineups .lineup-container .lineup-details .lineup-rows{display:flex;justify-content:space-between;gap:1rem}game-detail .game-navtab .tab-content.tab-lineups .lineup-container .lineup-details .team-lineup{flex:1 1;min-width:0}game-detail .game-navtab .tab-content.tab-lineups .lineup-container .lineup-details .team-lineup p{display:flex;align-items:center;gap:.35rem;padding:3px 0;margin:0;font-size:var(--primary-font-size,.75rem);line-height:1.3}game-detail .game-navtab .tab-content.tab-lineups .lineup-container .lineup-details .team-lineup .player-number{font-weight:700;min-width:1.5em;text-align:center;color:var(--light-color)}game-detail .game-navtab .tab-content.tab-lineups .lineup-container .lineup-details .team-lineup .player-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}game-detail .game-navtab .tab-content.tab-lineups .lineup-container .lineup-details .team-lineup.away{text-align:right}game-detail .game-navtab .tab-content.tab-lineups .lineup-container .lineup-details .team-lineup.away p{flex-direction:row-reverse}:where(api-sports-widget.initialized) .game-summary{padding:40px 20px;display:flex;flex-direction:column;gap:8px}:where(api-sports-widget.initialized) .game-summary p{font-size:var(--primary-font-size);color:var(--light-color)}.pinned-leagues-section,.popular-leagues-section{border-bottom:2px solid var(--surface-200,#e2e8f0);padding-bottom:2px}.pinned-leagues-header{display:flex;align-items:center;gap:6px;padding:10px 12px 6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--primary-color,#18cfc0)}.pinned-leagues-header svg{color:var(--primary-color,#18cfc0);flex-shrink:0}.pinned-leagues-list{display:flex;flex-direction:column}.pinned-league-item{display:flex;align-items:center;gap:8px;padding:6px 12px;text-decoration:none;color:var(--text-color,#334155);font-size:12px;font-weight:500;transition:background .15s;cursor:pointer;border-left:3px solid transparent}.pinned-league-item:hover{background:var(--surface-100,#f1f5f9)}.pinned-league-item.active{background:rgba(24,207,192,.06);border-left-color:var(--primary-color,#18cfc0);font-weight:600;color:var(--primary-color,#18cfc0)}.pinned-league-logo{width:18px;height:18px;object-fit:contain;flex-shrink:0}.pinned-league-name{flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pinned-league-unpin{display:none;align-items:center;justify-content:center;width:18px;height:18px;border:none;background:none;cursor:pointer;color:var(--light-color,#94a3b8);border-radius:50%;transition:all .15s;flex-shrink:0;margin-left:auto;padding:0}.pinned-league-item:hover .pinned-league-unpin{display:flex}.pinned-league-unpin:hover{color:#ef4444;background:rgba(239,68,68,.1)}.fav-header-link{display:flex;align-items:center;gap:6px;padding:5px 12px;border-radius:9999px;font-size:11px;font-weight:600;white-space:nowrap;text-decoration:none;transition:all .2s;color:#fcd34d;background:rgba(252,211,77,.1);margin-right:8px;flex-shrink:0}.fav-header-link svg{color:#fbbf24;flex-shrink:0}.fav-header-link:hover{background:rgba(252,211,77,.2);color:#fff}.fav-header-link:hover svg{color:#fde68a}.fav-header-active{background:#fff!important;color:var(--brand-800,#1e40af)!important;box-shadow:0 1px 3px rgba(0,0,0,.12)}.fav-header-active svg{color:#f59e0b!important}.fav-header-badge{display:none;min-width:16px;height:16px;padding:0 5px;border-radius:8px;font-size:10px;font-weight:700;line-height:16px;text-align:center;background:rgba(255,255,255,.2);color:inherit}.fav-header-active .fav-header-badge{background:rgba(30,64,175,.1);color:var(--brand-800,#1e40af)}.popular-leagues-header{display:flex;align-items:center;gap:6px;padding:10px 12px 6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--brand-700,#1d4ed8)}.popular-leagues-header svg{color:#f59e0b;fill:#f59e0b;flex-shrink:0}.popular-leagues-list{display:flex;flex-direction:column}.popular-league-item{display:flex;align-items:center;gap:8px;padding:6px 12px;text-decoration:none;color:var(--text-color,#334155);font-size:12px;font-weight:500;transition:background .15s;cursor:pointer;border-left:3px solid transparent}.popular-league-item:hover{background:var(--surface-100,#f1f5f9)}.popular-league-item.active{background:var(--brand-50,#eff6ff);border-left-color:var(--brand-600,#2563eb);font-weight:600;color:var(--brand-700,#1d4ed8)}.popular-league-logo{width:18px;height:18px;object-fit:contain;flex-shrink:0}.popular-league-name{flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.popular-league-flag{width:16px;height:12px;object-fit:cover;border-radius:1px;flex-shrink:0;opacity:.7}:where(api-sports-widget.initialized) .team-stats-league-header{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 0;margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}:where(api-sports-widget.initialized) .team-stats-league-info{display:flex;align-items:center;gap:6px;font-size:.85rem;color:var(--text-color)}:where(api-sports-widget.initialized) .team-stats-league-name{font-weight:600}:where(api-sports-widget.initialized) .team-stats-season{opacity:.7;font-size:.8rem}:where(api-sports-widget.initialized) .team-stats-nav-btn{background:none;border:none;color:var(--text-color);cursor:pointer;padding:4px;border-radius:4px;opacity:.7;transition:opacity .2s;display:flex;align-items:center}:where(api-sports-widget.initialized) .team-stats-nav-btn:hover{opacity:1;background:var(--hover)}:where(api-sports-widget.initialized) .goals-minute-chart{display:flex;align-items:flex-end;justify-content:space-around;gap:2px;height:80px;padding-top:4px}:where(api-sports-widget.initialized) .goals-minute-bar{flex:1 1;display:flex;flex-direction:column;align-items:center;height:100%}:where(api-sports-widget.initialized) .goals-minute-cols{display:flex;gap:1px;align-items:flex-end;flex:1 1;width:100%}:where(api-sports-widget.initialized) .goals-minute-col{flex:1 1;min-height:2px;border-radius:2px 2px 0 0;position:relative;transition:height .3s}:where(api-sports-widget.initialized) .goals-minute-col span{position:absolute;top:-14px;left:50%;transform:translateX(-50%);font-size:.55rem;color:var(--text-color);opacity:.8}:where(api-sports-widget.initialized) .goals-minute-col.for-col{background-color:var(--home-color)}:where(api-sports-widget.initialized) .goals-minute-col.against-col{background-color:var(--away-color)}:where(api-sports-widget.initialized) .goals-minute-label{font-size:.5rem;color:var(--text-color);opacity:.6;margin-top:3px;white-space:nowrap}:where(api-sports-widget.initialized) .cards-time-legend,:where(api-sports-widget.initialized) .goals-minute-legend{display:flex;justify-content:center;gap:12px;margin-top:6px;font-size:.65rem;color:var(--text-color);opacity:.7}:where(api-sports-widget.initialized) .legend-against:before,:where(api-sports-widget.initialized) .legend-for:before,:where(api-sports-widget.initialized) .legend-red:before,:where(api-sports-widget.initialized) .legend-yellow:before{content:"";display:inline-block;width:8px;height:8px;border-radius:2px;margin-right:4px;vertical-align:middle}:where(api-sports-widget.initialized) .legend-for:before{background-color:var(--home-color)}:where(api-sports-widget.initialized) .legend-against:before{background-color:var(--away-color)}:where(api-sports-widget.initialized) .legend-yellow:before{background-color:#f1c40f}:where(api-sports-widget.initialized) .legend-red:before{background-color:var(--danger-color)}:where(api-sports-widget.initialized) .cards-time-chart{display:flex;align-items:flex-end;justify-content:space-around;gap:2px;height:80px;padding-top:4px}:where(api-sports-widget.initialized) .cards-time-bar{flex:1 1;display:flex;flex-direction:column;align-items:center;height:100%}:where(api-sports-widget.initialized) .cards-time-cols{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;flex:1 1;width:100%;gap:1px}:where(api-sports-widget.initialized) .cards-col{width:80%;min-height:2px;border-radius:2px;position:relative;transition:height .3s}:where(api-sports-widget.initialized) .cards-col span{position:absolute;top:-14px;left:50%;transform:translateX(-50%);font-size:.55rem;color:var(--text-color);opacity:.8}:where(api-sports-widget.initialized) .cards-col.yellow-col{background-color:#f1c40f}:where(api-sports-widget.initialized) .cards-col.red-col{background-color:var(--danger-color)}:where(api-sports-widget.initialized) .cards-time-label{font-size:.5rem;color:var(--text-color);opacity:.6;margin-top:3px;white-space:nowrap}leagues-component{display:flex;flex-direction:column}leagues-component .country-block{border-bottom:1px solid rgba(133,133,133,.08)}leagues-component .country-header{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .15s}leagues-component .country-header:hover{background:rgba(133,133,133,.06)}leagues-component .country-header .header-info{display:flex;align-items:center;gap:6px;width:100%;padding:7px 8px;min-height:34px}leagues-component .country-header .header-info img{width:18px;height:14px;object-fit:cover;border-radius:2px;flex-shrink:0}leagues-component .country-header .header-info .icon{font-size:1rem;line-height:1;flex-shrink:0}leagues-component .country-header .country-name{flex:1 1;font-size:.72rem;font-weight:600;color:var(--text-color,#333);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}leagues-component .country-header .count-league{font-size:.6rem;font-weight:600;color:var(--light-color,#636363);background:rgba(100,100,100,.12);border-radius:8px;padding:1px 6px;min-width:18px;text-align:center;flex-shrink:0}leagues-component .header-info .btn-widget-toggle{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;color:var(--light-color,#898989);transition:transform .2s ease,color .15s;transform:rotate(-90deg);flex-shrink:0}leagues-component .header-info .btn-widget-toggle svg{width:16px;height:16px}leagues-component .header-info .btn-widget-toggle.open{transform:rotate(0deg)}leagues-component .country-header:hover .btn-widget-toggle,leagues-component .country-header:hover .country-name{color:var(--primary-color,#18cfc0)}leagues-component .country-header favorite-star{flex-shrink:0}leagues-component .country-header favorite-star svg{width:14px;height:14px}leagues-component .league-list{display:flex;flex-direction:column;background:rgba(0,0,0,.02)}leagues-component .league-item{display:flex;align-items:center;gap:8px;padding:5px 8px 5px 28px;min-height:30px;cursor:pointer;transition:background .12s;border-left:3px solid transparent}leagues-component .league-item:hover{background:rgba(133,133,133,.08)}leagues-component .league-item.active{background:rgba(24,207,192,.08);border-left-color:var(--primary-color,#18cfc0)}leagues-component .league-item .league-logo{width:18px;height:18px;object-fit:contain;flex-shrink:0}leagues-component .league-item .league-name{font-size:.7rem;color:var(--text-color,#333);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1}leagues-component .league-item:hover .league-name{color:var(--primary-color,#18cfc0)}#bh-postponed-widget .empty-state{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;color:var(--text-muted,#6b7280);font-size:.85rem}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media (min-width:1024px){.lg\:flex{display:flex!important}.lg\:hidden{display:none!important}}game-item .game-infos span:not(.blink):first-of-type{color:#ff0303!important}game-item .game-infos.status-scheduled{color:#3F51B5!important}.table-widget td:first-child{color:#3F51B5}.player-stats-subtabs .navtab-header-sub{display:flex;gap:0;padding:0 8px;background:var(--surface-color,#f8fafc);border-bottom:var(--border,1px solid #e2e8f0);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.player-stats-subtabs .navtab-header-sub::-webkit-scrollbar{display:none}.player-stats-subtabs .navtab-header-sub .btn-widget{font-size:var(--secondary-font-size,.7rem);padding:8px 12px;gap:4px;white-space:nowrap;border-bottom-width:2px}.player-stats-subtabs .navtab-header-sub .btn-widget svg{width:14px;height:14px}:where(api-sports-widget.initialized) .team-stats-selector{width:100%;border-collapse:collapse;display:block;max-height:320px;overflow-y:auto}:where(api-sports-widget.initialized) .team-stats-selector tbody{display:table;width:100%}:where(api-sports-widget.initialized) .team-stats-selector tr{cursor:pointer;border-bottom:var(--border,1px solid #f1f5f9);transition:background .15s}:where(api-sports-widget.initialized) .team-stats-selector tr:hover{background:var(--surface-color,#f8fafc)}:where(api-sports-widget.initialized) .team-stats-selector tr.active{background:rgba(var(--primary-rgb,24,207,192),.08)}:where(api-sports-widget.initialized) .team-stats-selector td{padding:10px 8px;vertical-align:middle}:where(api-sports-widget.initialized) .team-stats-selector .season-cell{width:50px;font-size:var(--secondary-font-size,.75rem);font-weight:600;color:var(--light-color,#64748b)}:where(api-sports-widget.initialized) .team-stats-selector .team-cell{display:flex;align-items:center;gap:8px;font-size:var(--primary-font-size,.8rem);font-weight:500;color:var(--text-color,#1e293b)}:where(api-sports-widget.initialized) .team-stats-selector .team-cell img{flex-shrink:0}:where(api-sports-widget.initialized) .team-stats-selector .chevron-cell{width:30px;text-align:right;color:var(--light-color,#cbd5e1)}:where(api-sports-widget.initialized) .predictions-container{padding:12px 16px;display:flex;flex-direction:column;gap:16px}:where(api-sports-widget.initialized) .prediction-winner{text-align:center;padding:12px;background:var(--surface-100,#f1f5f9);border-radius:8px}:where(api-sports-widget.initialized) .prediction-winner-label{font-size:var(--secondary-font-size,.7rem);color:var(--light-color,#64748b);margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}:where(api-sports-widget.initialized) .prediction-winner-name{display:flex;align-items:center;justify-content:center;gap:8px;font-size:var(--primary-font-size,.85rem);font-weight:700;color:var(--text-color,#1e293b)}:where(api-sports-widget.initialized) .prediction-winner-comment{font-size:var(--secondary-font-size,.7rem);color:var(--light-color,#64748b);margin-top:4px}:where(api-sports-widget.initialized) .prediction-advice{display:flex;align-items:center;gap:8px;padding:10px 12px;background:var(--surface-100,#f1f5f9);border-radius:8px;font-size:var(--primary-font-size,.8rem);color:var(--text-color,#1e293b);border-left:3px solid var(--primary-color,#3b82f6)}:where(api-sports-widget.initialized) .prediction-advice svg{flex-shrink:0;color:var(--primary-color,#3b82f6)}:where(api-sports-widget.initialized) .prediction-percent{display:flex;flex-direction:column;gap:6px}:where(api-sports-widget.initialized) .prediction-percent-header{display:flex;justify-content:space-between;font-size:var(--secondary-font-size,.7rem);color:var(--light-color,#64748b)}:where(api-sports-widget.initialized) .prediction-percent-bar{display:flex;height:28px;border-radius:6px;overflow:hidden;font-size:.65rem;font-weight:600;color:#fff}:where(api-sports-widget.initialized) .pct-home{background:var(--primary-color,#3b82f6);display:flex;align-items:center;justify-content:center;min-width:30px;transition:width .3s}:where(api-sports-widget.initialized) .pct-draw{background:#94a3b8;display:flex;align-items:center;justify-content:center;min-width:30px;transition:width .3s}:where(api-sports-widget.initialized) .pct-away{background:#ef4444;display:flex;align-items:center;justify-content:center;min-width:30px;transition:width .3s}:where(api-sports-widget.initialized) .prediction-goals{display:flex;flex-direction:column;gap:8px;padding:12px;background:var(--surface-100,#f1f5f9);border-radius:8px}:where(api-sports-widget.initialized) .prediction-goals-label{font-size:var(--secondary-font-size,.7rem);color:var(--light-color,#64748b);font-weight:600;text-transform:uppercase;letter-spacing:.03em}:where(api-sports-widget.initialized) .prediction-goals-detail{display:flex;flex-direction:column;gap:6px}:where(api-sports-widget.initialized) .prediction-goals-detail .goals-row{display:flex;align-items:center;justify-content:space-between;gap:8px}:where(api-sports-widget.initialized) .prediction-goals-detail .goals-team{font-size:var(--font-size,.78rem);font-weight:600;color:var(--text-color,#1e293b)}:where(api-sports-widget.initialized) .prediction-goals-detail .goals-value{font-size:var(--secondary-font-size,.72rem);color:var(--light-color,#64748b)}:where(api-sports-widget.initialized) .prediction-comparison{display:flex;flex-direction:column;gap:8px}:where(api-sports-widget.initialized) .comparison-header{display:flex;justify-content:space-between;font-size:var(--secondary-font-size,.7rem);font-weight:600;color:var(--light-color,#64748b);padding:0 4px}:where(api-sports-widget.initialized) .comparison-row{display:flex;align-items:center;gap:8px}:where(api-sports-widget.initialized) .comp-value{width:40px;text-align:center;font-size:var(--secondary-font-size,.7rem);font-weight:600;color:var(--text-color,#1e293b);flex-shrink:0}:where(api-sports-widget.initialized) .comp-bar-container{flex:1 1;display:flex;flex-direction:column;gap:2px}:where(api-sports-widget.initialized) .comp-label{font-size:.6rem;text-align:center;color:var(--light-color,#94a3b8);text-transform:uppercase;letter-spacing:.3px}:where(api-sports-widget.initialized) .comp-bar{display:flex;height:6px;border-radius:3px;overflow:hidden;background:var(--surface-200,#e2e8f0)}:where(api-sports-widget.initialized) .comp-bar-home{background:var(--primary-color,#3b82f6);transition:width .3s}:where(api-sports-widget.initialized) .comp-bar-away{background:#ef4444;transition:width .3s}:where(api-sports-widget.initialized) .odds-container{padding:8px 0;display:flex;flex-direction:column;gap:4px}:where(api-sports-widget.initialized) .odds-live-badge{display:flex;align-items:center;gap:6px;padding:6px 16px;font-size:var(--secondary-font-size,.7rem);font-weight:600;color:#ef4444;text-transform:uppercase;letter-spacing:.5px}:where(api-sports-widget.initialized) .odds-live-badge .live-dot{width:8px;height:8px;border-radius:50%;background:#ef4444}:where(api-sports-widget.initialized) .odds-bet-group{border-bottom:1px solid var(--border-color,#e2e8f0)}:where(api-sports-widget.initialized) .odds-bet-group.collapsed .odds-table{display:none}:where(api-sports-widget.initialized) .odds-bet-group.collapsed .odds-chevron{transform:rotate(0deg)}:where(api-sports-widget.initialized) .odds-bet-group:not(.collapsed) .odds-chevron{transform:rotate(180deg)}:where(api-sports-widget.initialized) .odds-bet-header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;cursor:pointer}:where(api-sports-widget.initialized) .odds-bet-name{font-size:var(--primary-font-size,.8rem);font-weight:600;color:var(--text-color,#1e293b)}:where(api-sports-widget.initialized) .odds-chevron{color:var(--light-color,#94a3b8);transition:transform .2s}:where(api-sports-widget.initialized) .odds-table{width:100%;border-collapse:collapse}:where(api-sports-widget.initialized) .odds-table th{font-size:.6rem;font-weight:600;color:var(--light-color,#64748b);text-transform:uppercase;letter-spacing:.3px;padding:4px 8px;text-align:center;background:var(--surface-100,#f8fafc)}:where(api-sports-widget.initialized) .odds-table th.odds-bk-col{text-align:left;padding-left:16px}:where(api-sports-widget.initialized) .odds-table td{font-size:var(--primary-font-size,.8rem);padding:6px 8px;text-align:center;border-top:1px solid var(--border-color,#f1f5f9)}:where(api-sports-widget.initialized) .odds-bk-cell{display:flex;align-items:center;gap:6px;padding-left:16px!important;text-align:left!important;font-weight:500;color:var(--text-color,#1e293b);white-space:nowrap}:where(api-sports-widget.initialized) .odds-bk-cell img{border-radius:2px;flex-shrink:0}:where(api-sports-widget.initialized) .odds-val-cell{text-align:center}:where(api-sports-widget.initialized) .odds-value{display:inline-block;padding:2px 8px;border-radius:4px;font-weight:600;font-size:var(--primary-font-size,.8rem);color:var(--text-color,#1e293b);background:var(--surface-100,#f1f5f9);min-width:40px;text-align:center}:where(api-sports-widget.initialized) .odds-updated{padding:6px 16px;font-size:.6rem;color:var(--light-color,#94a3b8);text-align:right}.predictions-page{padding:0}.pred-page-header{padding:20px 16px 12px;border-bottom:1px solid var(--surface-200,#e2e8f0)}.pred-page-title{font-size:1.1rem;font-weight:700;color:var(--text-color,#1e293b);margin:0 0 4px}.pred-page-date{font-size:.75rem;color:var(--light-color,#94a3b8)}.pred-categories{display:flex;gap:6px;padding:10px 16px;overflow-x:auto;border-bottom:1px solid var(--surface-200,#e2e8f0);scrollbar-width:none;-ms-overflow-style:none}.pred-categories::-webkit-scrollbar{display:none}.pred-cat-link{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;font-size:.72rem;font-weight:500;color:var(--text-color,#1e293b);background:var(--surface-100,#f1f5f9);border-radius:20px;white-space:nowrap;text-decoration:none;transition:all .15s}.pred-cat-link:hover{background:var(--surface-200,#e2e8f0)}.pred-cat-link.active{background:var(--primary-color,#18cfc0);color:#fff}.pred-cat-link svg{flex-shrink:0;opacity:.7}.pred-match-list{padding:0}.pred-empty{padding:40px 16px;text-align:center;color:var(--light-color,#94a3b8);font-size:.8rem}.pred-league-group{border-bottom:1px solid var(--surface-200,#e2e8f0)}.pred-league-header{display:flex;align-items:center;gap:8px;padding:8px 16px;background:var(--surface-100,#f1f5f9);font-size:.72rem;font-weight:600;color:var(--text-color,#1e293b)}.pred-league-logo{flex-shrink:0;border-radius:2px}.pred-match-card{display:flex;align-items:center;gap:10px;padding:10px 16px;text-decoration:none;color:inherit;border-bottom:1px solid var(--surface-100,#f1f5f9);transition:background .15s}.pred-match-card:hover{background:var(--surface-50,#f8fafc)}.pred-match-time{font-size:.72rem;font-weight:600;color:var(--text-color,#1e293b);min-width:36px;text-align:center}.pred-match-teams{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:3px}.pred-team{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--text-color,#1e293b)}.pred-team img{flex-shrink:0;border-radius:2px}.pred-team span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pred-match-preview{min-width:80px;max-width:120px;flex-shrink:0}.pred-match-links{flex-shrink:0;display:flex;align-items:center;gap:6px}.pred-link-btn{display:inline-flex;align-items:center;gap:3px;font-size:.65rem;font-weight:500;color:var(--primary-color,#6366f1);text-decoration:none;padding:3px 8px;border-radius:4px;background:var(--surface-100,#f1f5f9);transition:background .15s,color .15s;white-space:nowrap}.pred-link-btn:hover{background:var(--primary-color,#6366f1);color:#fff}.pred-link-arrow{flex-shrink:0;color:var(--light-color,#94a3b8);text-decoration:none;padding:3px}.pred-link-arrow:hover{color:var(--primary-color,#6366f1)}@media (max-width:580px){.pred-link-btn,.pred-link-btn span{font-size:.6rem;padding:2px 5px}}.pred-mini-loading{height:20px}.pred-mini-skeleton{height:12px;border-radius:6px;background:linear-gradient(90deg,var(--surface-100) 25%,var(--surface-200) 50%,var(--surface-100) 75%);background-size:200% 100%;animation:predShimmer 1.5s infinite}@keyframes predShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pred-mini-bar{display:flex;border-radius:6px;overflow:hidden;height:16px;font-size:.55rem;font-weight:600;line-height:16px;text-align:center;color:#fff}.pred-mini-home{background:var(--primary-color,#18cfc0);min-width:0}.pred-mini-draw{background:var(--surface-300,#cbd5e1);min-width:0;color:var(--text-color,#1e293b)}.pred-mini-away{background:#f97316;min-width:0}.pred-mini-advice{font-size:.6rem;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pred-mini-advice,.pred-mini-na{color:var(--light-color,#94a3b8)}.pred-mini-na{font-size:.65rem}.pred-detail{padding:0}.pred-back-link{display:inline-flex;align-items:center;gap:4px;padding:10px 16px;font-size:.72rem;color:var(--primary-color,#18cfc0);text-decoration:none}.pred-back-link:hover{text-decoration:underline}.pred-detail-header{padding:16px;text-align:center;border-bottom:1px solid var(--surface-200,#e2e8f0)}.pred-detail-league{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;color:var(--light-color,#94a3b8);margin-bottom:12px}.pred-detail-matchup{display:flex;align-items:center;justify-content:center;gap:20px}.pred-detail-team{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1 1;max-width:140px}.pred-detail-team img{border-radius:4px}.pred-detail-team span{font-size:.8rem;font-weight:600;color:var(--text-color,#1e293b);text-align:center}.pred-detail-vs{display:flex;flex-direction:column;align-items:center;gap:2px}.pred-detail-time{font-size:1.2rem;font-weight:700;color:var(--text-color,#1e293b)}.pred-detail-date-label{font-size:.65rem;color:var(--light-color,#94a3b8)}.pred-detail-section{padding:16px;border-bottom:1px solid var(--surface-200,#e2e8f0)}.pred-section-title{font-size:.85rem;font-weight:700;color:var(--text-color,#1e293b);margin:0 0 12px}.pred-best-odds{display:flex;flex-direction:column;gap:12px}.pred-odds-group{border:1px solid var(--surface-200,#e2e8f0);border-radius:8px;overflow:hidden}.pred-odds-bet-name{padding:8px 12px;font-size:.72rem;font-weight:600;color:var(--text-color,#1e293b);background:var(--surface-100,#f1f5f9)}.pred-odds-values{display:flex;flex-wrap:wrap;gap:0}.pred-odds-value{display:flex;align-items:center;gap:6px;padding:6px 12px;font-size:.72rem;border-bottom:1px solid var(--surface-100,#f1f5f9);flex:1 1;min-width:120px}.pred-odds-value.best{background:rgba(24,207,192,.06)}.pred-odds-label{font-weight:500;color:var(--text-color,#1e293b);min-width:40px}.pred-odds-num{font-weight:700;color:var(--primary-color,#18cfc0)}.pred-odds-value.best .pred-odds-num{color:#059669}.pred-odds-bk{display:inline-flex;align-items:center;gap:3px;font-size:.6rem;color:var(--light-color,#94a3b8);margin-left:auto}.pred-odds-bk img{border-radius:2px}.pred-detail-actions{padding:16px;text-align:center}.pred-btn-detail{display:inline-flex;align-items:center;gap:6px;padding:10px 24px;font-size:.8rem;font-weight:600;color:#fff;background:var(--primary-color,#18cfc0);border-radius:8px;text-decoration:none;transition:opacity .15s}.pred-btn-detail:hover{opacity:.85}.pred-seo-text{padding:16px;font-size:.75rem;color:var(--light-color,#94a3b8);line-height:1.6}@media (max-width:768px){.pred-match-preview{width:80px}.pred-detail-matchup{gap:12px}.pred-detail-team{max-width:100px}.pred-detail-team img{width:32px;height:32px}.pred-odds-value{min-width:100%}}game-detail .match-status.status-suspended,game-detail .race-status.status-suspended,game-item .game-infos.status-suspended{color:var(--warning-color,#f39c12)}game-detail .leading,game-item .leading{font-weight:700;color:var(--text-color)!important}.layout-predictions-page{grid-template-columns:var(--sidebar-l) 1fr var(--sidebar-r)}.pred-sidebar-title{padding:16px 14px 12px;border-bottom:1px solid var(--surface-100)}.pred-sidebar-title h1{font-size:15px;color:var(--text-color);margin:0 0 2px;line-height:1.3}.pred-sidebar-count{font-size:12px;color:var(--text-muted)}.pred-filter-section{padding:12px 14px;border-bottom:1px solid var(--surface-50)}.pred-filter-section:last-child{border-bottom:none}.pred-filter-header{letter-spacing:.06em;color:var(--text-muted);margin-bottom:8px}.pred-filter-chips{display:flex;flex-wrap:wrap;gap:5px}.pred-chip{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border:1px solid var(--surface-200);border-radius:20px;background:#fff;font-size:11px;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .15s;white-space:nowrap;line-height:1}.pred-chip:hover{border-color:var(--brand-300,#93bbfd);color:var(--text-color);background:var(--brand-50)}.pred-chip.active{background:var(--brand-500);color:#fff;border-color:var(--brand-500);font-weight:600}.pred-chip b{font-weight:600;opacity:.7}.pred-chip.active b{opacity:1}.pred-chip-dot{width:6px;height:6px;border-radius:50%;background:#ef4444;animation:predLivePulse 1.5s ease-in-out infinite}.pred-chip.active .pred-chip-dot{background:#fff}@keyframes predLivePulse{0%,to{opacity:1}50%{opacity:.3}}.pred-chip-home.active{background:#16a34a;border-color:#16a34a}.pred-chip-draw.active{background:#64748b;border-color:#64748b}.pred-chip-away.active{background:#dc2626;border-color:#dc2626}.pred-stats-card{margin:0 12px 4px;padding:12px;background:var(--surface-50,#f8fafc);border-radius:var(--radius-md,10px)}.pred-stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(56px,1fr));grid-gap:8px;gap:8px;text-align:center}.pred-stat-item{gap:2px}.pred-stat-value{font-size:20px;font-weight:800;color:var(--surface-900,#1e293b);line-height:1.2}.pred-stat-label{color:var(--surface-500,#64748b)}.pred-stat-active,.pred-stat-success{color:var(--success,#22c55e)}.pred-stat-low{color:var(--warning,#f59e0b)}.pred-conf-bar{height:8px;border-radius:4px;margin:10px 0 6px;background:var(--surface-200,#e2e8f0)}.pred-conf-seg{min-width:0;transition:width .3s ease}.pred-conf-seg span{font-size:9px;font-weight:700;color:#fff;line-height:1}.pred-conf-high{background:#22c55e}.pred-conf-med{background:#f59e0b}.pred-conf-low{background:#94a3b8}.pred-conf-legend{flex-wrap:wrap;gap:8px;font-size:10px;color:var(--surface-500,#64748b)}.pred-conf-legend-item{gap:4px}.pred-conf-dot{display:inline-block}.pred-conf-dot-low{background:#94a3b8}.pred-status-toggle{background:var(--surface-100,#f1f5f9);border-radius:var(--radius-sm,6px);padding:2px;gap:2px}.pred-toggle-btn{flex:1 1;padding:7px 8px;border:none;background:transparent;border-radius:4px;font-size:12px;font-weight:600;color:var(--surface-600,#64748b);display:flex;align-items:center;justify-content:center;gap:4px}.pred-toggle-btn.active,.pred-toggle-btn:hover{color:var(--surface-900,#1e293b)}.pred-toggle-btn.active{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08)}.pred-toggle-active.active{color:var(--success,#22c55e)}.pred-toggle-passive.active{color:var(--surface-600,#64748b)}.pred-toggle-btn b{font-weight:700;opacity:.7}.pred-sort-section{padding-top:0!important}.pred-sort-btn{padding:7px 10px;border-radius:var(--radius-sm,6px);font-size:11px;font-weight:600;color:var(--surface-600,#64748b)}.pred-sort-btn:hover{border-color:var(--brand-500);color:var(--brand-600)}.pred-sort-btn.active{background:var(--brand-500);border-color:var(--brand-500)}.pred-sort-btn svg{flex-shrink:0}.pred-chip-high.active{background:#16a34a;border-color:#16a34a}.pred-chip-med.active{background:#d97706;border-color:#d97706}.pred-chip-low.active{background:#64748b;border-color:#64748b}.pred-filter-leagues-section{padding-bottom:0}.pred-league-list{gap:1px;max-height:280px;scrollbar-width:thin;scrollbar-color:var(--surface-200) transparent;margin:0 -14px;padding:0 14px 12px}.pred-league-item{gap:8px;padding:7px 10px;font-size:12px;color:var(--text-color);transition:background .12s;border:none;background:none;width:100%;text-align:left}.pred-league-item:hover{background:var(--surface-50)}.pred-league-item.active{background:var(--brand-50)}.pred-league-flag{border-radius:2px}.pred-league-name{white-space:nowrap}.pred-league-count{font-size:10px;min-width:18px;text-align:center;padding:1px 5px;border-radius:10px;background:var(--surface-100);color:var(--text-muted)}.pred-league-item.active .pred-league-count{background:var(--brand-100,#dbeafe);color:var(--brand-600,#2563eb)}.pred-game-item{flex-wrap:wrap}.pred-bar-row{width:100%;padding:0 12px 8px;display:flex;flex-direction:column;gap:4px}.pred-bar{display:flex;height:20px;border-radius:4px;overflow:hidden;font-size:10px;font-weight:600;line-height:20px}.pred-bar-home{background:#22c55e}.pred-bar-draw,.pred-bar-home{color:#fff;text-align:center;transition:width .3s ease;min-width:0}.pred-bar-draw{background:#94a3b8}.pred-bar-away{background:#ef4444;color:#fff;text-align:center;transition:width .3s ease;min-width:0}.pred-bar-away span,.pred-bar-draw span,.pred-bar-home span{display:block;padding:0 3px;white-space:nowrap;overflow:hidden}.pred-advice{font-size:11px;color:var(--text-muted);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}game-item.active-item{background:var(--brand-50)!important;box-shadow:inset 3px 0 0 var(--brand-500)}@media (min-width:1600px){.layout-predictions-page{grid-template-columns:260px 1fr 440px}}@media (max-width:1399px){.layout-predictions-page{grid-template-columns:220px 1fr 360px}}@media (max-width:1199px){.layout-predictions-page{grid-template-columns:200px 1fr}.layout-predictions-page .col-right{position:fixed;top:var(--header-h);right:0;width:400px;height:calc(100vh - var(--header-h));z-index:50;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-slide);border-left:1px solid var(--surface-200);background:#fff}.layout-predictions-page .col-right.open{transform:translateX(0)}}@media (max-width:767px){.layout-predictions-page{grid-template-columns:1fr}.layout-predictions-page>.col-left{position:fixed;top:var(--header-h);left:0;width:280px;height:calc(100vh - var(--header-h));z-index:55;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:8px 0 30px rgba(0,0,0,.08);background:#fff}.layout-predictions-page>.col-left.mobile-open{transform:translateX(0)}.layout-predictions-page .col-right{width:100%;max-width:100vw}.pred-bar{height:18px;font-size:9px;line-height:18px}.pred-sidebar-title h1{font-size:14px}}#games-list-date{min-height:200px}.widget-container{min-height:120px}.game-list-header img,.pred-league-flag{aspect-ratio:18/14;object-fit:contain}.pred-mobile-filter-btn{display:none;position:fixed;bottom:20px;left:20px;z-index:49;width:48px;height:48px;border-radius:50%;background:var(--brand-500);color:#fff;border:none;box-shadow:0 4px 16px rgba(59,130,246,.4);cursor:pointer;align-items:center;justify-content:center;transition:transform .15s,box-shadow .15s}.pred-mobile-filter-btn:active{transform:scale(.92)}@media (max-width:767px){.pred-mobile-filter-btn{display:flex}}game-item .game-score .score-away,game-item .game-score .score-home{position:relative}game-item .game-score{overflow:visible}.goal-badge,game-item .just-scored .score{animation:blink 1.5s infinite}.goal-badge{position:absolute;right:100%;top:0;bottom:0;height:.95rem;line-height:.95rem;padding:0 .3rem;margin:auto .35rem auto auto;background-color:var(--primary-color,#18cfc0);color:#fff;border-radius:5px;font-size:.6rem;font-weight:600;text-transform:uppercase;font-family:Tomorrow,sans-serif;white-space:nowrap;pointer-events:none;z-index:5;box-sizing:border-box}.game-center .score.just-scored{animation:blink 1.5s infinite;position:relative}.game-center .score .goal-badge,.game-center .score.just-scored:before{position:absolute;top:-1.5rem;left:50%;right:auto;transform:translateX(-50%);background-color:var(--primary-color,#18cfc0);color:#fff;padding:.1rem .4rem;border-radius:5px;font-size:.6rem;font-weight:600;text-transform:uppercase;font-family:Tomorrow,sans-serif;white-space:nowrap;pointer-events:none;z-index:5;animation:blink 1.5s infinite;margin:0;bottom:auto;height:auto;line-height:normal}.game-center .score.just-scored:before{content:attr(data-goal)}.game-detail-tabs .tab-loading{display:flex;align-items:center;justify-content:center;min-height:120px;color:var(--text-secondary,#64748b)}.game-detail-tabs .tab-loading .spinner{width:24px;height:24px;border:2px solid var(--surface-200,#e2e8f0);border-top-color:var(--primary-color,var(--brand-600));border-radius:50%;animation:spin .6s linear infinite}.skeleton-row{height:52px;background:linear-gradient(90deg,var(--surface-100) 25%,var(--surface-200) 50%,var(--surface-100) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-sm,6px);margin-bottom:2px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.league-collapse-state{transition:max-height .3s ease;overflow:hidden}.game-info ul li{display:flex;align-items:flex-start;gap:8px}.game-info ul li svg{flex-shrink:0;margin-top:2px}.match-countdown{text-align:center;margin:4px 0 2px}.match-countdown .countdown-digits{font-size:22px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:1px;color:var(--brand-600,#2563eb)}.match-countdown-days{text-align:center;font-size:13px;font-weight:600;color:var(--brand-600,#2563eb);margin:4px 0}.team-scorers{display:flex;flex-direction:column;gap:1px;margin-top:4px;max-height:80px;overflow:hidden}.team .team-scorers{font-size:10px;line-height:1.4;color:var(--brand-600,#2563eb)}.team.away .team-scorers,.team.home .team-scorers{text-align:center}game-item .team-info .team-scorers{font-size:10px;line-height:1.3;color:var(--brand-600,#2563eb);margin-top:2px;max-height:60px}game-item .team-info .team-scorers .scorer-item{display:block}.scorer-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scorer-item .scorer-minute{font-weight:600}.scorer-item .scorer-og{color:#ef4444;font-size:9px}.scorer-item .scorer-pen{color:var(--primary-color,#2563eb);font-size:9px}:where(api-sports-widget.initialized) .player-stats-wrapper{display:flex;flex-direction:column;gap:1rem}:where(api-sports-widget.initialized) .team-stats-multi{display:flex;flex-direction:column;gap:1.5rem}:where(api-sports-widget.initialized) .player-stats-afl,:where(api-sports-widget.initialized) .player-stats-mma{display:flex;flex-direction:column;gap:1rem}:where(api-sports-widget.initialized) .team-stats-nba{display:flex;flex-direction:column;gap:1rem}:where(api-sports-widget.initialized) .team-stats-afl{display:flex;flex-direction:column;gap:1rem}:where(api-sports-widget.initialized) .team-players-table{overflow-x:auto;margin-bottom:1rem}:where(api-sports-widget.initialized) .team-stats-container{display:flex;flex-direction:column;gap:0}:where(api-sports-widget.initialized) .team-stats-container .team-stats-content{min-height:0}.pred-sidebar{background:#fff;border-right:1px solid var(--surface-200,#e2e8f0)}.pred-sidebar-title{padding:18px 16px 14px;border-bottom:1px solid var(--surface-200,#e2e8f0);background:var(--surface-50,#f8fafc)}.pred-sidebar-title h1{font-size:16px;font-weight:700;color:var(--text-color,#1e293b);margin:0 0 4px;letter-spacing:-.3px}.pred-sidebar-subtitle{font-size:11px;color:var(--text-muted,#94a3b8);margin:0;text-transform:uppercase;letter-spacing:.4px}.pred-stats-card{margin:12px;padding:14px;background:#fff;border:1px solid var(--surface-200,#e2e8f0);border-radius:10px}.pred-stats-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.pred-stat-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px;background:var(--surface-50,#f8fafc);border-radius:8px;text-align:center;transition:all .2s ease}.pred-stat-item:hover{background:var(--surface-100,#f1f5f9);transform:translateY(-2px)}.pred-stat-item-accent{grid-column:1/-1}.pred-stat-value{font-size:18px;font-weight:700;color:var(--brand-600,#2563eb);line-height:1}.pred-stat-value.pred-stat-active,.pred-stat-value.pred-stat-success{color:#22c55e}.pred-stat-value.pred-stat-low{color:#f59e0b}.pred-stat-label{font-size:10px;color:#94a3b8;text-transform:uppercase;letter-spacing:.3px;font-weight:500}.pred-conf-bar{display:flex;height:28px;border-radius:8px;overflow:hidden;margin:10px 0;box-shadow:0 1px 2px rgba(0,0,0,.05)}.pred-conf-seg{display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:#fff;transition:all .3s ease}.pred-conf-seg span{opacity:.9}.pred-conf-high{background:linear-gradient(90deg,#22c55e,#16a34a)}.pred-conf-med{background:linear-gradient(90deg,#f59e0b,#f97316)}.pred-conf-low{background:linear-gradient(90deg,#ef4444,#dc2626)}.pred-conf-legend{display:flex;flex-direction:column;gap:6px;padding:8px 0}.pred-conf-legend-item{display:flex;align-items:center;gap:6px;font-size:10px;color:var(--text-muted,#94a3b8)}.pred-conf-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.pred-conf-dot-high{background:#22c55e}.pred-conf-dot-med{background:#f59e0b}.pred-conf-dot-low{background:#ef4444}.pred-filter-section{padding:14px 12px;border-bottom:1px solid var(--surface-100,#f1f5f9)}.pred-filter-header{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--text-muted,#94a3b8);margin-bottom:10px;display:flex;align-items:center;gap:6px}.pred-status-toggle{display:flex;flex-direction:column;gap:6px}.pred-toggle-btn{padding:8px 10px;background:var(--surface-100,#f1f5f9);border:1px solid var(--surface-200,#e2e8f0);border-radius:6px;color:var(--text-muted,#94a3b8);font-size:11px;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap}.pred-toggle-btn:hover{background:var(--surface-200,#e2e8f0);color:var(--text-color,#1e293b)}.pred-toggle-btn.active{background:var(--brand-500,#3b82f6);border-color:var(--brand-500,#3b82f6);color:#fff;font-weight:600}.pred-toggle-active:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--success,#22c55e);display:inline-block;margin-right:4px;animation:predLivePulse 1.5s ease-in-out infinite}.pred-sort-section{margin-top:4px}.pred-sort-btns{display:flex;gap:6px}.pred-sort-btn{flex:1 1;padding:8px 10px;background:#fff;border:1px solid var(--surface-200,#e2e8f0);border-radius:6px;color:var(--text-muted,#94a3b8);font-size:10px;font-weight:500;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:4px}.pred-sort-btn:hover{border-color:var(--brand-500,#3b82f6);color:var(--brand-600,#2563eb)}.pred-sort-btn.active{background:var(--brand-500,#3b82f6);border-color:var(--brand-500,#3b82f6);color:#fff;font-weight:600}.pred-sort-btn svg{width:14px;height:14px;opacity:.8}.pred-filter-leagues-section{max-height:320px}.pred-league-list{display:flex;flex-direction:column;gap:4px;max-height:300px;overflow-y:auto}.pred-league-item{padding:9px 10px;background:var(--surface-50,#f8fafc);border:1px solid var(--surface-200,#e2e8f0);border-radius:6px;font-size:11px;color:var(--text-color,#1e293b);cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:6px;white-space:nowrap}.pred-league-item:hover{background:var(--surface-100,#f1f5f9);border-color:var(--surface-300,#cbd5e1)}.pred-league-item.active{background:var(--brand-50,#eff6ff);border-color:var(--brand-300,#93bbfd);color:var(--brand-600,#2563eb);font-weight:600}.pred-league-flag{flex-shrink:0}.pred-league-name{flex:1 1;min-width:0;text-overflow:ellipsis;overflow:hidden}.pred-league-count{flex-shrink:0;font-weight:600;opacity:.7}.pred-header-sticky{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--surface-200,#e2e8f0);box-shadow:0 1px 3px rgba(0,0,0,.05)}.pred-toolbar-sticky{display:flex;align-items:center;gap:12px;padding:12px 16px;min-height:56px}.pred-main-tabs{display:flex;gap:2px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1 1}.pred-main-tabs::-webkit-scrollbar{display:none}.pred-main-tab{padding:8px 14px;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--text-muted,#94a3b8);font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap;display:flex;align-items:center;gap:6px}.pred-main-tab:hover{color:var(--text-color,#1e293b)}.pred-main-tab.active{color:var(--brand-600,#2563eb);border-bottom-color:var(--brand-600,#2563eb);font-weight:600}.tab-count{opacity:.7;font-size:10px;font-weight:600}.pred-toolbar-spacer{flex:1 1}.pred-date-picker-sticky{flex-shrink:0}.pred-league-header-enhanced{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:var(--surface-50,#f8fafc);border-bottom:1px solid var(--surface-200,#e2e8f0);gap:12px}.header-info{display:flex;align-items:center;gap:10px;flex:1 1;min-width:0}.pred-league-toggle{flex-shrink:0;padding:4px;background:var(--surface-100,#f1f5f9);border:1px solid var(--surface-300,#cbd5e1);border-radius:4px;color:var(--brand-600,#2563eb);cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;width:28px;height:28px}.pred-league-toggle:hover{background:var(--brand-50,#eff6ff);color:var(--brand-700,#1d4ed8)}.pred-star-button{flex-shrink:0;padding:4px;background:transparent;border:none;color:var(--text-muted,#94a3b8);cursor:pointer;transition:all .15s ease;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.pred-star-button:hover{color:var(--warning,#f59e0b)}.pred-league-flag-img{flex-shrink:0;border-radius:3px}.pred-league-info{flex:1 1;min-width:0;display:flex;align-items:center;gap:4px;flex-wrap:wrap}.pred-league-link{font-size:11px;font-weight:500;color:var(--text-muted,#94a3b8);text-decoration:none;transition:color .15s ease}.pred-league-link:hover{color:var(--text-color,#1e293b)}.league-name-sep{color:var(--surface-300,#cbd5e1)}.pred-league-title{font-size:12px;font-weight:600;color:var(--text-color,#1e293b);text-decoration:none;transition:all .15s ease}.pred-league-title:hover,.pred-standings-link{color:var(--brand-600,#2563eb)}.pred-standings-link{flex-shrink:0;padding:4px 8px;background:var(--surface-100,#f1f5f9);border:1px solid var(--surface-200,#e2e8f0);border-radius:4px;font-size:9px;font-weight:500;text-decoration:none;transition:all .15s ease;white-space:nowrap}.pred-standings-link:hover{background:var(--brand-50,#eff6ff);color:var(--brand-700,#1d4ed8)}.pred-league-count-badge{flex-shrink:0;padding:4px 10px;background:var(--brand-100,#dbeafe);border-radius:12px;font-size:11px;font-weight:600;color:var(--brand-600,#2563eb)}.pred-game-card,.pred-games-container{display:flex;flex-direction:column;gap:0}.pred-game-card{padding:12px 14px;background:#fff;border-bottom:1px solid var(--surface-200,#e2e8f0);transition:all .2s ease;cursor:pointer}.pred-game-card:hover{background:var(--surface-50,#f8fafc)}.pred-game-status{padding:0 0 8px}.pred-status-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:var(--surface-100,#f1f5f9);border:1px solid var(--surface-300,#cbd5e1);border-radius:4px;font-size:10px;font-weight:600;color:var(--brand-600,#2563eb);text-transform:uppercase;letter-spacing:.3px}.pred-status-live-pulse{width:6px;height:6px;border-radius:50%;background:var(--live,#ef4444);animation:predLivePulse 1.5s ease-in-out infinite}.status-live .pred-status-badge{background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.2);color:var(--live,#ef4444)}.status-finished .pred-status-badge{background:rgba(34,197,94,.08);border-color:rgba(34,197,94,.2);color:var(--success,#22c55e)}.status-scheduled .pred-status-badge{background:var(--surface-100,#f1f5f9);border-color:var(--surface-300,#cbd5e1);color:var(--text-muted,#94a3b8)}.pred-status-cancelled{opacity:.6}.pred-status-blink{animation:blink 1s ease-in-out infinite}@keyframes blink{0%,49%,to{opacity:1}50%,99%{opacity:.3}}.pred-game-main{display:flex;flex-direction:column;gap:10px}.pred-game-teams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:12px;gap:12px}.pred-game-team{display:flex;align-items:center;gap:8px;min-width:0}.pred-game-team-home{justify-content:flex-start}.pred-game-team-away{justify-content:flex-end}.pred-team-logo{flex-shrink:0;width:24px;height:24px;border-radius:3px;object-fit:contain}.pred-team-name{font-size:12px;font-weight:500;color:var(--text-color,#1e293b);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.pred-game-team-away .pred-team-name{text-align:right}.pred-team-leading{font-weight:700;color:var(--brand-600,#2563eb)}.pred-game-vs{justify-content:center}.pred-game-score,.pred-game-vs{display:flex;align-items:center}.pred-game-score{gap:8px;padding:8px 12px;background:var(--surface-100,#f1f5f9);border-radius:6px;font-weight:700;color:var(--brand-600,#2563eb);font-size:14px}.pred-score-away,.pred-score-home{min-width:20px;text-align:center}.pred-score-leading{color:var(--success,#22c55e)}.pred-score-divider{color:var(--brand-600,#2563eb);opacity:.5}.pred-game-vs-text{font-size:11px;font-weight:600;color:var(--brand-600,#2563eb);opacity:.6}.pred-confidence-bar-container{display:flex;flex-direction:column;gap:8px}.pred-confidence-bar{display:flex;height:24px;border-radius:6px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.05)}.pred-confidence-seg{display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff;transition:width .3s ease;position:relative}.pred-confidence-label{opacity:.95;z-index:2}.pred-confidence-home{background:linear-gradient(135deg,var(--brand-500,#3b82f6),var(--brand-600,#2563eb))}.pred-confidence-draw{background:linear-gradient(135deg,var(--surface-400,#cbd5e1),var(--surface-500,#94a3b8))}.pred-confidence-away{background:linear-gradient(135deg,var(--warning,#f59e0b),var(--live,#ef4444))}.pred-confidence-seg:empty{display:none}.pred-advice-badge{padding:6px 10px;background:var(--surface-50,#f8fafc);border-left:3px solid var(--brand-500,#3b82f6);border-radius:4px;font-size:10px;font-weight:500;color:var(--text-color,#1e293b);line-height:1.4}.pred-advice-badge-winner{background:rgba(34,197,94,.06);border-left-color:var(--success,#22c55e);color:#059669}.pred-advice-badge-combo{background:rgba(168,85,247,.06);border-left-color:#a855f7;color:#7c3aed}.pred-advice-badge-goals{background:rgba(249,115,22,.06);border-left-color:var(--warning,#f59e0b);color:#d97706}.pred-advice-badge-double_chance{background:rgba(59,130,246,.06);border-left-color:var(--brand-500,#3b82f6);color:var(--brand-600,#2563eb)}.pred-game-periods{margin-top:6px;padding-top:8px;border-top:1px solid var(--surface-200,#e2e8f0)}.pred-periods-row{display:flex;gap:6px;justify-content:center}.pred-period-item{display:flex;align-items:center;gap:2px;padding:4px 6px;background:var(--surface-100,#f1f5f9);border-radius:4px;font-size:9px}.pred-period-score{font-weight:600;color:var(--text-color,#1e293b)}.pred-period-home{color:var(--brand-600,#2563eb)}.pred-period-away{color:var(--warning,#f59e0b)}.pred-period-divider{color:var(--brand-600,#2563eb);opacity:.4}.pred-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.pred-empty-icon{margin-bottom:20px;opacity:.4;color:var(--brand-600,#2563eb)}.pred-empty-title{font-size:16px;font-weight:700;color:var(--text-color,#1e293b);margin:0 0 8px}.pred-empty-desc{font-size:13px;color:var(--text-muted,#94a3b8);margin:0 0 8px}.pred-empty-hint{font-size:12px;color:var(--brand-600,#2563eb);opacity:.7;margin:0}@media (max-width:1024px){.layout-predictions-page{grid-template-columns:1fr var(--sidebar-r)}.pred-sidebar{display:none;position:fixed;left:0;top:0;bottom:0;width:280px;z-index:40;box-shadow:2px 0 12px rgba(0,0,0,.3)}.pred-sidebar.open{display:flex;flex-direction:column}.pred-mobile-filter-btn{position:fixed;bottom:20px;right:20px;z-index:30;width:48px;height:48px;border-radius:50%;background:var(--brand-500,#3b82f6);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(59,130,246,.3);transition:all .2s ease}.pred-mobile-filter-btn:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(59,130,246,.4)}}@media (max-width:768px){.layout-predictions-page{grid-template-columns:1fr}.col-right{display:none}.pred-stats-grid{grid-template-columns:1fr}.pred-stat-item-accent{grid-column:auto}.pred-league-item{padding:8px;font-size:10px}.pred-game-card{padding:10px 12px}.pred-team-name{font-size:11px}.pred-game-score{font-size:13px;padding:6px 10px}.pred-confidence-bar{height:20px}.pred-confidence-label{font-size:8px}.pred-main-tabs{font-size:11px;gap:0}.pred-main-tab{padding:8px 10px;font-size:11px}}.betslip-cta-wrapper{padding:16px 0 0;text-align:center}.betslip-cta-btn{display:inline-flex;align-items:center;gap:8px;justify-content:center;width:100%;padding:12px 20px;background:var(--brand-500,#3b82f6);color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;transition:background .15s,box-shadow .15s,transform .1s;box-shadow:0 2px 8px rgba(59,130,246,.25)}.betslip-cta-btn:hover{background:var(--brand-600,#2563eb);box-shadow:0 4px 14px rgba(59,130,246,.35)}.betslip-cta-btn:active{transform:scale(.97)}.betslip-login-required-btn{background:var(--text-600,#475569)}.betslip-login-required-btn:hover{background:var(--text-700,#334155);box-shadow:0 4px 14px rgba(51,65,85,.35)}.betslip-login-hint{font-size:12px;color:var(--text-400,#94a3b8);text-align:center;margin-top:8px;line-height:1.4}.betslip-panel{display:flex;flex-direction:column;height:100%;background:#fff;box-shadow:-8px 0 24px rgba(0,0,0,.12)}.betslip-header{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid var(--border-200,#e2e8f0);background:var(--surface-50,#f8fafc);flex-shrink:0}.betslip-back-btn,.betslip-close-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:8px;cursor:pointer;background:transparent;color:var(--text-500,#64748b);transition:background .15s,color .15s}.betslip-back-btn:hover,.betslip-close-btn:hover{background:var(--surface-100,#f1f5f9);color:var(--text-900,#0f172a)}.betslip-title{flex:1 1;font-size:14px;font-weight:700;color:var(--text-900,#0f172a);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.betslip-steps{justify-content:center;gap:0;padding:12px 16px;border-bottom:1px solid var(--border-100,#f1f5f9);flex-shrink:0;background:linear-gradient(to right,var(--surface-50,#f8fafc) 0,var(--surface-50,#f8fafc) 100%);transition:background .2s ease}.betslip-step,.betslip-steps{display:flex;align-items:center}.betslip-step{gap:6px;font-size:11px;font-weight:500;color:var(--text-400,#94a3b8);transition:color .2s ease,transform .15s ease}.betslip-step.active{color:var(--brand-600,#2563eb);transform:scale(1.05)}.betslip-step.done{color:var(--success-600,#059669)}.betslip-step-num{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:11px;font-weight:700;background:var(--surface-100,#f1f5f9);color:var(--text-400,#94a3b8);transition:background .2s ease,color .2s ease,transform .15s ease;text-rendering:optimizeLegibility}.betslip-step.active .betslip-step-num{background:var(--brand-500,#3b82f6);color:#fff;box-shadow:0 2px 8px rgba(59,130,246,.4)}.betslip-step.done .betslip-step-num{background:var(--success-500,#10b981);color:#fff;box-shadow:0 2px 8px rgba(16,185,129,.3)}.betslip-step-line{width:20px;height:2px;margin:0 6px;background:var(--border-200,#e2e8f0);border-radius:1px;transition:background .2s ease}.betslip-step.done~.betslip-step-line{background:var(--success-300,#6ee7b7)}.betslip-view{flex:1 1;overflow-y:auto;padding:0;animation:betslip-view-in .2s ease-out}.betslip-view-active{opacity:1}@keyframes betslip-view-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.betslip-sport-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;padding:12px}.betslip-sport-card{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--surface-50,#f8fafc);border:1.5px solid var(--border-200,#e2e8f0);border-radius:12px;cursor:pointer;transition:all .18s;font-size:13px;font-weight:600;color:var(--text-700,#334155);text-transform:uppercase;letter-spacing:.3px}.betslip-sport-card:hover{border-color:var(--brand-300,#7dd3fc);background:var(--surface-100,#f0f9ff);transform:translateY(-1px)}.betslip-sport-card .sport-icon{width:36px;height:36px;flex-shrink:0}.betslip-search{display:flex;align-items:center;gap:8px;margin:12px 12px 0;padding:8px 12px;background:var(--surface-50,#f8fafc);border:1px solid var(--border-200,#e2e8f0);border-radius:8px;transition:border-color .2s}.betslip-search:focus-within{border-color:var(--brand-400,#60a5fa)}.betslip-search svg{flex-shrink:0;color:var(--text-400,#94a3b8)}.betslip-search-input{flex:1 1;border:none;background:transparent;outline:none;font-size:13px;color:var(--text-900,#0f172a)}.betslip-search-input::placeholder{color:var(--text-400,#94a3b8)}.betslip-section{padding:12px}.betslip-section-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-400,#94a3b8);margin-bottom:8px;padding:0 4px}.betslip-league-list{display:flex;flex-direction:column;gap:2px}.betslip-league-item{display:flex;align-items:center;gap:10px;padding:12px;border-radius:8px;cursor:pointer;border:none;background:transparent;text-align:left;width:100%;font-size:13px;color:var(--text-700,#334155);min-height:44px;transition:background .15s ease,transform .1s ease}.betslip-league-item:hover{background:var(--surface-100,#f1f5f9);transform:translateX(2px)}.betslip-league-item:active{transform:translateX(2px) scale(.98)}.betslip-league-item img{width:20px;height:20px;object-fit:contain;flex-shrink:0;border-radius:2px}.betslip-league-item .league-name{flex:1 1;font-weight:500}.betslip-league-item .league-country{font-size:11px;color:var(--text-400,#94a3b8)}.betslip-league-item .league-arrow{color:var(--text-300,#cbd5e1);flex-shrink:0}.league-today-count{font-size:11px;color:var(--brand-500,#3b82f6);font-weight:500;white-space:nowrap;flex-shrink:0}.betslip-country-list{display:flex;flex-direction:column;gap:2px;overscroll-behavior:contain}.betslip-country-header{display:flex;align-items:center;gap:8px;padding:12px;border-radius:8px;cursor:pointer;border:none;background:transparent;width:100%;text-align:left;font-size:13px;font-weight:600;color:var(--text-700,#334155);transition:background .15s ease,transform .1s ease;min-height:44px}.betslip-country-header:hover{background:var(--surface-100,#f1f5f9);transform:translateX(2px)}.betslip-country-header:active{transform:translateX(2px) scale(.98)}.betslip-country-header img{width:20px;height:14px;object-fit:contain;border-radius:2px}.betslip-country-header .country-name{flex:1 1}.betslip-country-header .country-count{font-size:11px;color:var(--text-400,#94a3b8);font-weight:400;background:var(--surface-100,#f1f5f9);padding:2px 6px;border-radius:4px}.betslip-country-header .country-chevron{color:var(--text-300,#cbd5e1);transition:transform .2s}.betslip-country-header.open .country-chevron{transform:rotate(180deg)}.betslip-country-leagues{display:none;padding:0 0 0 16px}.betslip-country-header.open+.betslip-country-leagues{display:block}.betslip-league-header{display:flex;align-items:center;gap:10px;padding:12px 16px;background:var(--surface-50,#f8fafc);border-bottom:1px solid var(--border-100,#f1f5f9);flex-shrink:0}.betslip-league-header img{width:28px;height:28px;object-fit:contain}.betslip-league-header .league-info{flex:1 1}.betslip-league-header .league-info h4{margin:0;font-size:14px;font-weight:700;color:var(--text-900,#0f172a)}.betslip-league-header .league-info span{font-size:11px;color:var(--text-400,#94a3b8)}.betslip-match-list{display:flex;flex-direction:column;gap:0;overscroll-behavior:contain}.betslip-match-item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;border-bottom:1px solid var(--border-100,#f1f5f9);transition:background .15s ease,transform .1s ease;min-height:56px}.betslip-match-item:hover{background:var(--surface-100,#f1f5f9);transform:translateX(2px)}.betslip-match-item:active{transform:translateX(2px) scale(.99)}.betslip-match-date{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;color:var(--brand-500,#3b82f6);padding:8px 16px 4px;background:var(--surface-50,#f8fafc)}.betslip-match-time-col{width:44px;flex-shrink:0;font-size:13px;font-weight:600;color:var(--text-500,#64748b);text-align:center}.betslip-match-teams-col{flex:1 1;display:flex;flex-direction:column;gap:4px;min-width:0}.betslip-match-team-row{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--text-700,#334155)}.betslip-match-team-row img{width:20px;height:20px;object-fit:contain;flex-shrink:0}.betslip-match-team-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.betslip-match-teams{display:flex;align-items:center;gap:8px}.betslip-match-team{display:flex;align-items:center;gap:6px;flex:1 1;font-size:13px;font-weight:500;color:var(--text-700,#334155)}.betslip-match-team img{width:20px;height:20px;object-fit:contain}.betslip-match-team.away{justify-content:flex-end;text-align:right}.betslip-match-vs{font-size:11px;font-weight:700;color:var(--text-300,#cbd5e1);flex-shrink:0;padding:0 2px}.betslip-match-time{font-size:11px;color:var(--brand-500,#3b82f6);font-weight:600}.betslip-match-round{font-size:10px;color:var(--text-400,#94a3b8)}.league-header-flag{width:40px;height:28px;object-fit:contain;border-radius:4px}.betslip-league-header .league-info-country{font-size:11px;color:var(--text-400,#94a3b8);text-transform:uppercase;letter-spacing:.3px;font-weight:600}.betslip-match-card{padding:16px;background:linear-gradient(135deg,var(--brand-500,#3b82f6),var(--brand-700,#1d4ed8));color:#fff;text-align:center;margin:12px;border-radius:12px}.betslip-match-card .bmc-league{font-size:11px;opacity:.8;margin-bottom:10px;font-weight:500}.betslip-match-card .bmc-teams{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:8px}.betslip-match-card .bmc-team{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1 1}.betslip-match-card .bmc-team img{width:40px;height:40px;object-fit:contain}.betslip-match-card .bmc-team-name{font-size:12px;font-weight:600;line-height:1.2}.betslip-match-card .bmc-vs{font-size:16px;font-weight:800;opacity:.5}.betslip-match-card .bmc-kickoff{font-size:12px;opacity:.7;margin-top:4px}.betslip-market-tabs{display:flex;gap:0;padding:0 12px;border-bottom:2px solid var(--border-200,#e2e8f0);overflow-x:auto;flex-shrink:0;scrollbar-width:none;scroll-behavior:smooth}.betslip-market-tabs::-webkit-scrollbar{display:none}.betslip-market-tab{padding:12px 14px;font-size:12px;font-weight:600;color:var(--text-400,#94a3b8);cursor:pointer;background:transparent;border:none;border-bottom:3px solid transparent;white-space:nowrap;transition:color .2s ease,border-color .2s ease;position:relative}.betslip-market-tab:hover{color:var(--text-600,#475569)}.betslip-market-tab.active{color:var(--brand-600,#2563eb);border-bottom-color:var(--brand-500,#3b82f6)}.betslip-market-tab.active:before{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:var(--brand-500,#3b82f6);border-radius:2px 2px 0 0}.betslip-market-tab.no-odds{opacity:.7}.betslip-market-tab.no-odds.active{opacity:1}.betslip-odds-grid{display:flex;flex-direction:column;gap:6px;padding:12px;overscroll-behavior:contain}.betslip-odds-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.betslip-odds-row.two-col{grid-template-columns:repeat(2,1fr)}.betslip-odd-btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 10px;border-radius:10px;border:2px solid var(--border-200,#e2e8f0);background:#fff;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .15s ease,box-shadow .2s ease;min-height:56px;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.betslip-odd-btn:hover{border-color:var(--brand-300,#93c5fd);background:var(--brand-50,#eff6ff);transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.15)}.betslip-odd-btn.selected{border-color:var(--brand-500,#3b82f6);background:var(--brand-50,#eff6ff);box-shadow:0 0 0 2px var(--brand-500,#3b82f6),0 4px 12px rgba(59,130,246,.25);border-width:2px}.betslip-odd-btn:active{transform:scale(.96)}.betslip-odd-label{font-size:11px;font-weight:600;color:var(--text-500,#64748b)}.betslip-odd-value{font-size:16px;font-weight:800;color:var(--text-900,#0f172a)}.betslip-odd-btn.selected .betslip-odd-label{color:var(--brand-700,#1d4ed8)}.betslip-odd-btn.selected .betslip-odd-value{color:var(--brand-600,#2563eb)}.betslip-selection{margin:0 12px;padding:12px;background:var(--brand-50,#eff6ff);border:1px solid var(--brand-200,#bfdbfe);border-radius:10px;text-align:center}.betslip-selection-label{font-size:11px;color:var(--brand-600,#2563eb);font-weight:600;margin-bottom:4px}.betslip-selection-value{font-size:16px;font-weight:800;color:var(--brand-700,#1d4ed8)}.betslip-selection-odds{font-size:12px;color:var(--text-500,#64748b);margin-top:2px}.betslip-submit-area{padding:12px;flex-shrink:0}.betslip-submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;background:var(--brand-500,#3b82f6);color:#fff;transition:background .15s,opacity .2s,transform .1s;box-shadow:0 2px 8px rgba(59,130,246,.2)}.betslip-submit-btn:hover:not(:disabled){background:var(--brand-600,#2563eb)}.betslip-submit-btn:active:not(:disabled){transform:scale(.97)}.betslip-submit-btn:disabled{opacity:.5;cursor:not-allowed}.betslip-login-btn{background:var(--text-700,#334155)}.betslip-login-btn:hover{background:var(--text-800,#1e293b)}.betslip-status{margin:8px 12px;padding:10px 12px;border-radius:8px;font-size:12px;font-weight:500;text-align:center}.betslip-status.success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.betslip-status.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.betslip-cart{border-top:1px solid var(--border-200,#e2e8f0);padding:12px;flex-shrink:0}.betslip-cart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.betslip-cart-title{font-size:12px;font-weight:700;color:var(--text-700,#334155)}.betslip-cart-count{background:var(--brand-500,#3b82f6);color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:10px;min-width:20px;text-align:center}.betslip-cart-items{display:flex;flex-direction:column;gap:6px}.betslip-cart-item{display:flex;align-items:center;gap:8px;padding:8px;background:var(--surface-50,#f8fafc);border-radius:8px;font-size:12px}.betslip-cart-item .cart-match{flex:1 1;font-weight:500;color:var(--text-700,#334155)}.betslip-cart-item .cart-pick{font-weight:700;color:var(--brand-600,#2563eb);background:var(--brand-50,#eff6ff);padding:2px 8px;border-radius:4px}.betslip-cart-item .cart-remove{width:20px;height:20px;border:none;background:transparent;cursor:pointer;color:var(--text-300,#cbd5e1);display:flex;align-items:center;justify-content:center;border-radius:4px}.betslip-cart-item .cart-remove:hover{color:#ef4444;background:#fef2f2}.betslip-loading{flex-direction:column;padding:48px 24px;text-align:center;min-height:200px}.betslip-loading,.betslip-spinner-wrapper{display:flex;align-items:center;justify-content:center}.betslip-spinner{display:inline-block;width:40px;height:40px;border-left:3px solid var(--border-100,#f1f5f9);border-bottom:3px solid var(--border-100,#f1f5f9);border-right-color:var(--border-100,#f1f5f9);border-top-color:var(--border-100,#f1f5f9);border-top:3px solid var(--brand-500,#3b82f6);border-right:3px solid var(--brand-400,#60a5fa);border-radius:50%;animation:betslip-spin .8s cubic-bezier(.68,-.55,.265,1.55) infinite;box-shadow:inset 0 0 0 1px transparent}@keyframes betslip-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.betslip-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;color:var(--text-400,#94a3b8);font-size:13px;min-height:200px;gap:12px}.betslip-empty-icon{font-size:48px;line-height:1;opacity:.8;animation:betslip-empty-float 3s ease-in-out infinite}.betslip-empty-text{line-height:1.5;max-width:280px;font-size:13px}@keyframes betslip-empty-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.betslip-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;text-align:center;gap:12px;min-height:200px;background:#fef2f2;border-radius:12px;margin:12px}.betslip-error-icon{font-size:40px;line-height:1}.betslip-error-content{display:flex;flex-direction:column;gap:12px}.betslip-error-text{color:#7f1d1d;font-size:13px;line-height:1.5;font-weight:500}.betslip-retry-btn{padding:8px 16px;background:#991b1b;color:#fff;border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s ease}.betslip-retry-btn:hover{background:#7f1d1d}@media (max-width:1024px){.betslip-panel{position:fixed;top:0;right:0;bottom:0;width:380px;z-index:1000;box-shadow:-8px 0 32px rgba(0,0,0,.2);animation:betslip-slide-in .3s cubic-bezier(.4,0,.2,1)}@keyframes betslip-slide-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}}@media (max-width:768px){.betslip-panel{width:100%;border-radius:12px 12px 0 0}.betslip-cta-wrapper{padding:12px 0 0}.betslip-sport-grid{grid-template-columns:repeat(2,1fr);gap:8px;padding:10px}.betslip-sport-card{padding:12px;font-size:12px}.betslip-sport-card .sport-icon{width:32px;height:32px}}@media (max-width:480px){.betslip-panel{width:100%;max-height:90vh}.betslip-header{padding:10px 12px;gap:6px}.betslip-title{font-size:13px}.betslip-back-btn,.betslip-close-btn{width:28px;height:28px}.betslip-steps{padding:10px 12px;gap:0}.betslip-step{font-size:10px;gap:4px}.betslip-step-num{width:20px;height:20px;font-size:10px}.betslip-step-line{width:12px;margin:0 4px}.betslip-step-label{display:none}.betslip-sport-grid{grid-template-columns:repeat(2,1fr);gap:6px;padding:8px}.betslip-sport-card{padding:10px;font-size:11px;gap:8px}.betslip-sport-card .sport-icon{width:28px;height:28px}.betslip-search{margin:10px 10px 0;padding:6px 10px}.betslip-search-input{font-size:12px}.betslip-section{padding:10px}.betslip-league-item{padding:10px;font-size:12px;gap:8px;min-height:40px}.betslip-league-item img{width:18px;height:18px}.betslip-country-header{padding:10px;font-size:12px;gap:6px;min-height:40px}.betslip-country-header img{width:18px;height:14px}.betslip-match-item{padding:10px 12px;gap:10px;min-height:48px;flex-wrap:wrap}.betslip-match-time-col{width:40px;font-size:12px}.betslip-match-teams-col{flex:1 1;min-width:120px}.betslip-match-card{margin:10px;padding:12px}.betslip-match-card .bmc-league{font-size:10px}.betslip-match-card .bmc-team img{width:32px;height:32px}.betslip-match-card .bmc-team-name{font-size:11px}.betslip-match-card .bmc-vs{font-size:14px}.betslip-market-tabs{padding:0 10px;overflow-x:auto;-webkit-overflow-scrolling:touch}.betslip-market-tab{padding:10px 12px;font-size:11px}.betslip-odds-grid{padding:10px}.betslip-odds-row{gap:6px}.betslip-odd-btn{padding:10px 6px;font-size:11px;min-height:50px;gap:2px}.betslip-odd-label{font-size:10px}.betslip-odd-value{font-size:14px}.betslip-selection{margin:0 10px;padding:10px;font-size:12px}.betslip-selection-value{font-size:14px}.betslip-submit-area{padding:10px}.betslip-submit-btn{padding:10px;font-size:13px}.betslip-cart{padding:10px}.betslip-cart-item{padding:8px;font-size:11px}.betslip-empty{padding:32px 16px;min-height:150px}.betslip-empty-icon{font-size:40px}.betslip-error{padding:24px 16px;margin:10px;min-height:150px}}