.header{position:fixed;top:0;left:0;right:0;z-index:1000;height:65px;padding:0 36px;background:#020617;border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center}.header-left{flex:0 0 auto}.logo{font-size:33px;font-weight:900;color:#22c55e;text-decoration:none;letter-spacing:.04em}.logo span{color:#e5e7eb}.logo-ball{display:inline-block;animation:baseball-spin 15s ease-in-out infinite}.header-center{position:absolute;left:50%;transform:translate(-50%);display:flex;gap:16px}.nav-item{color:#cbd5f5;font-size:12px;font-weight:600;padding:5px 8px;border-radius:6px;text-decoration:none;white-space:nowrap}.nav-item:hover{background:#ffffff0f}.nav-item.active{background:#22c55e26;color:#22c55e}.header-right{margin-left:auto;display:flex;gap:10px;align-items:center}.user-box{display:flex;flex-direction:column;align-items:flex-start;margin-right:10px;margin-top:3px}.user-name{font-weight:700;color:#22c55e;font-size:13px}.logout-link{background:none;border:none;padding:0;margin-top:1px;font-size:11px;color:#888;cursor:pointer}.logout-link:hover{color:#fff;text-decoration:underline}.header .premium-button{padding:5px 10px;font-size:11.5px;border-radius:8px;min-height:28px;margin-top:-2px}@media(max-width:520px){.header{flex-direction:column;height:auto;padding:8px 10px 10px;gap:8px}.logo{font-size:26px}.header-center{position:static;transform:none;width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.nav-item{text-align:center;font-size:11px;padding:6px 0}.header .premium-button{padding:4px 8px;font-size:10.5px;min-height:26px}.mobile-plain{background:transparent!important;border:1px solid rgba(255,255,255,.18)!important;color:#cbd5f5!important;box-shadow:none!important}}@keyframes baseball-spin{0%,40%,60%,to{transform:rotate(0)}80%{transform:rotate(150deg)}}.premium-button{position:relative;overflow:hidden;padding:7px 18px;border-radius:999px;font-size:12px;font-weight:900;border:none;cursor:pointer;transform-style:preserve-3d;transition:transform .15s ease,box-shadow .15s ease,filter .2s ease}.premium-button:not(.free-button){background:linear-gradient(180deg,#fde68a,#fbbf24 45%,#f59e0b);color:#111827;box-shadow:inset 0 1px #fff9,inset 0 -1px #00000026,0 4px #d97706,0 10px 18px #00000038}.free-button{background:linear-gradient(180deg,#020617 0% 100%);color:#22c55e;box-shadow:inset 0 2px 4px #0009,inset 0 0 0 1px #22c55ee6,0 1px #000c;transform:translateY(2px)}.free-button:hover{filter:brightness(1.25)}.free-button:active{transform:translateY(3px)}.premium-button:not(.free-button):hover{filter:brightness(1.25)}.premium-button:not(.free-button):active{transform:translateY(3px);box-shadow:inset 0 1px #fff6,inset 0 -1px #0003,0 2px #0003,0 6px 10px #00000038}.premium-button:not(.free-button):after{content:"";position:absolute;top:-60%;left:-120%;width:60%;height:220%;background:linear-gradient(120deg,#fff0,#ffffff8c,#fff0);transform:skew(-20deg);opacity:0;pointer-events:none}.premium-button.glint:after{animation:goldGlintOnce 1.1s ease-out forwards}@keyframes goldGlintOnce{0%{left:-120%;opacity:0}25%{opacity:1}60%{left:140%;opacity:0}to{left:140%;opacity:0}}.free-button.pulse{animation:freePulse 1.2s ease-out}@keyframes freePulse{0%{box-shadow:inset 0 2px 4px #0009,inset 0 0 0 1px #22c55ee6,0 0 #22c55e00}50%{box-shadow:inset 0 2px 4px #0009,inset 0 0 0 1px #22c55e,0 0 0 6px #22c55e40}to{box-shadow:inset 0 2px 4px #0009,inset 0 0 0 1px #22c55ee6,0 0 #22c55e00}}.nav-premium{padding:6px 14px;font-size:12px}.live-ticker-wrapper{position:fixed;top:65px;left:0;right:0;height:35px;max-height:35px;background:#020617;border-bottom:1px solid rgba(255,255,255,.05);z-index:900;overflow:hidden;pointer-events:none}.live-ticker-track{display:inline-flex;align-items:center;gap:36px;height:100%;padding:0 24px;white-space:nowrap;width:max-content;will-change:transform;animation:ticker-scroll 160s linear infinite;pointer-events:auto}.live-ticker-wrapper:hover .live-ticker-track{animation-play-state:paused}.ticker-item{display:inline-flex;align-items:center;cursor:pointer;color:#e5e7eb;font-size:13px;font-weight:600;transition:opacity .15s ease}.ticker-item:hover{opacity:.85}.ticker-teams{display:inline-flex;align-items:center;gap:8px}.ticker-team-icon{width:20px;height:20px;object-fit:contain}.ticker-team-name{max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ticker-time{font-size:12px;font-weight:700;color:#22c55e;margin:0 6px;white-space:nowrap}.ticker-empty{color:#94a3b8;font-weight:500}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:520px){.live-ticker-wrapper{top:77px}}:root{--top-offset: 95px}.app-root{width:100%;min-height:100vh}.app-body{padding-top:var(--top-offset);position:relative;z-index:1}.app-shell{display:grid;grid-template-columns:300px 1fr 300px;gap:16px;width:100%;max-width:1600px;margin:0 auto;padding:16px;align-items:flex-start}.app-shell-left{position:sticky;top:var(--top-offset);height:calc(100vh - var(--top-offset));overflow-y:auto}.app-shell-center{min-width:0;width:100%;display:flex;justify-content:center}.app-shell:not(.wide) .page-container{width:100%;max-width:900px}.app-shell.wide .page-container{width:100%;max-width:100%}.app-shell-right{position:sticky;top:var(--top-offset);height:calc(100vh - var(--top-offset));overflow-y:auto}@media(max-width:1100px){.app-shell{grid-template-columns:1fr}.app-shell-left,.app-shell-right{display:none}.app-shell-center{justify-content:stretch}}.upcoming-sidebar{width:100%;max-width:300px;border:1px solid #e5e7eb;border-radius:12px;height:calc(100vh - 160px);overflow-y:auto;padding:10px}.upcoming-header{font-weight:800;text-align:center;font-size:14px;margin-bottom:12px}.upcoming-list{display:flex;flex-direction:column;gap:10px}.upcoming-empty{text-align:center;font-size:12px;color:#6b7280;padding:20px 0}.upcoming-item{cursor:pointer;padding:10px 8px;border-radius:10px;background:#f4f4f4;transition:background .15s}.upcoming-item:hover{background:#e0f2fe}.upcoming-meta{display:flex;flex-direction:column;align-items:center;margin-bottom:6px}.upcoming-league-logo{width:30px;height:30px;object-fit:contain;opacity:.8}.upcoming-league-name{font-size:10px;font-weight:700;color:#6b7280;margin-top:2px;text-align:center;line-height:1.1}.upcoming-kickoff{font-size:12px;margin-top:6px;font-weight:800;color:#16a34a}@keyframes blinkRed{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.upcoming-soon{margin-top:6px;font-size:11px;font-weight:800;text-align:center;color:#dc2626;animation:blinkRed 1.6s ease-in-out infinite}.upcoming-match{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.upcoming-team{display:flex;align-items:center;gap:6px;min-width:0}.upcoming-team.right{justify-content:flex-end;text-align:right}.upcoming-team img{width:20px;height:20px;object-fit:contain;flex-shrink:0}.upcoming-team span{font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upcoming-vs{font-size:11px;font-weight:700;color:#9ca3af;padding:0 6px}@media(max-width:530px){.timeline-row{grid-template-columns:48px minmax(0,1fr) 52px minmax(0,1fr) 48px;padding:6px}.timeline-row .col.league{display:none}.timeline-row .team-name{font-size:12px;max-width:100px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.timeline-row .col.center{font-size:11px;font-weight:700}.timeline-row .col.time{font-size:11px}.timeline-row .col.status{font-size:10px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.timeline-row .col img{width:16px;height:16px}}.timeline-row .col.team.right{justify-content:flex-start;text-align:left;display:flex}.timeline-row .col.team.right img{order:0;margin-right:4px}.timeline-row .col.team.right .team-name{order:1}.sidebar-news-wrapper{width:100%;max-width:300px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow-y:auto;height:calc(100vh - 160px);padding:10px}.sidebar-title{font-weight:800;text-align:center;font-size:14px;margin-bottom:10px}.sidebar-news-list{display:flex;flex-direction:column;gap:8px}.sidebar-news-card{display:flex;align-items:flex-start;gap:8px;padding:10px;border-radius:8px;background:#f4f4f4;cursor:pointer;transition:background .15s ease}.sidebar-news-card:hover{background:#d8fbcd}.sidebar-news-img{width:62px;height:50px;object-fit:cover;border-radius:6px;flex-shrink:0}.sidebar-news-texts{display:flex;flex-direction:column;gap:4px;min-width:0}.sidebar-news-headline{font-size:13px;font-weight:700;line-height:1.3;color:#111827;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.sidebar-news-subtitle{font-size:12px;font-weight:500;line-height:1.29;color:#4a525f;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}.sidebar-news-meta{display:flex;gap:76px;align-items:center;font-size:9px;font-weight:500;color:#6b7280;flex-wrap:wrap}.sidebar-news-sport{font-weight:600;color:#ceb02d}.news-index{width:100%;margin-top:14px}.news-top-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.news-live-left{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700}.news-live-left .dot{color:#22c55e;font-weight:900}.news-live-right{font-size:12px;opacity:.65}.news-filters{display:flex;justify-content:center;gap:10px;margin-bottom:10px;flex-wrap:nowrap}.news-filters button{min-width:104px;height:34px;padding:0 14px;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:linear-gradient(to bottom,#fff,#e5e7eb);box-shadow:inset 0 1px #ffffffe6,0 2px 4px #00000014;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.news-filters button:hover{transform:translateY(-1px);box-shadow:inset 0 1px #ffffffe6,0 4px 8px #0000001f}.news-filters button.active{background:linear-gradient(to bottom,#22c55e,#16a34a);color:#fff;border-color:#00000026;box-shadow:inset 0 1px #ffffff59,0 4px 10px #22c55e73}.news-featured{position:relative;height:260px;border-radius:16px;overflow:hidden;margin-bottom:12px}.news-featured img{width:100%;height:100%;object-fit:cover}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.news-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb}.card-image{position:relative;height:136px;background:#f3f4f6}.card-image img{width:100%;height:100%;object-fit:cover}.card-tag{position:absolute;top:7px;left:7px;background:#000000bf;color:#fff;font-size:9px;padding:2px 6px;border-radius:999px;font-weight:700;letter-spacing:.04em}.card-body.compact{padding:7px 9px;display:flex;flex-direction:column}.card-title{font-size:13px;font-weight:800;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.card-sub{font-size:12px;line-height:1.35;color:#4b5563;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:3px 0 2px}.card-meta{margin-top:2px;font-size:10px;color:#a6a6a6;display:flex;justify-content:space-between}@media(max-width:520px){.news-index{margin-top:5px}}@media(max-width:1100px){.news-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.news-grid{grid-template-columns:1fr}.news-featured{height:210px}.news-filters{overflow-x:auto;justify-content:flex-start;padding-bottom:4px}}.news-loading{padding:40px;text-align:center;opacity:.7}@media(max-width:520px){.news-filters button{min-width:84px;height:30px;padding:0 10px;font-size:11px;gap:4px}.news-filters{gap:6px}}@media(max-width:420px){.news-filters{display:none}}@media(max-width:650px){.news-featured{display:none}.news-index{margin-top:6px}}.article-page{width:100%;padding:8px 0 40px}.article-back-btn{margin-bottom:18px;padding:8px 16px;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.article-back-btn:hover{background:#059669}.article-title{font-size:36px;font-weight:800;margin-bottom:10px}.article-meta{display:flex;gap:6px;font-size:13px;color:#6b7280;margin-bottom:14px}.article-subtitle{font-size:17px;color:#4b5563;max-width:720px}.article-hero-wrapper{margin:24px 0 28px;border-radius:18px;overflow:hidden;box-shadow:0 18px 40px #0f172a40}.article-hero{width:100%;height:420px;object-fit:cover}.article-body{max-width:760px;margin:0 auto;font-size:18px;line-height:1.85;color:#111827}.article-paragraph{margin-bottom:22px}.article-footer-meta{margin-top:24px;font-size:13px;color:#6b7280;display:flex;gap:6px}.article-original-link{margin-top:10px;font-size:14px}.article-related{margin-top:48px}.article-related h2{margin-bottom:16px}@media(max-width:900px){.article-title{font-size:28px}.article-hero{height:260px}}*,*:before,*:after{box-sizing:border-box}body{overflow-x:hidden}.timeline-grid{display:flex;flex-direction:column;gap:6px;max-width:1020px;width:100%;margin:0 auto;padding:8px;overflow-x:hidden}.timeline-row{display:grid;grid-template-columns:52px 130px minmax(0,1fr) 78px minmax(0,1fr) 62px;align-items:center;width:100%;max-width:100%;border-radius:10px;padding:8px;font-size:13px;background:#f4f4f4;position:relative;z-index:2;overflow:hidden}.timeline-row.upcoming{background:#08fa0014}.timeline-row.live{background:#dfaf2b1a}.timeline-row.finished{background:#f4f4f4}.timeline-row.clickable{cursor:pointer}.timeline-row.clickable:hover{filter:brightness(.98);outline:1px solid rgba(2,6,23,.08)}.timeline-row.disabled{cursor:default;opacity:.7}.col{display:flex;align-items:center;gap:6px;min-width:0;max-width:100%;overflow:hidden}.col img{width:22px;height:22px;object-fit:contain;flex-shrink:0}.col.time{justify-content:center;font-weight:700}.timeline-row.upcoming .col.time{color:#1fc527}.timeline-row.live .col.time{color:#6a1a0cc7}.timeline-row.finished .col.time{color:#6b7280}.col.league span{max-width:110px;font-weight:600;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#2b302c}.col.team{min-width:0}.col.team.right{justify-content:flex-end;text-align:right}.col.team span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.col.center{justify-content:center;text-align:center;font-weight:800}.vs{font-size:12px;color:#9ca3af}.col.status{justify-content:center;font-size:12px;color:#6b7280}.live-minute{color:#d6664d;font-weight:800;animation:blink 1.2s infinite}@keyframes blink{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.timeline-pro-lock{margin:14px auto;width:fit-content;padding:10px 22px;border-radius:999px;font-size:13px;font-weight:900;cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(180deg,#fde68a,#fbbf24 45%,#f59e0b);color:#111827;box-shadow:inset 0 1px #fff9,inset 0 -1px #00000026,0 4px #d97706,0 10px 18px #00000038;transition:transform .15s ease,box-shadow .15s ease,filter .2s ease;position:relative;overflow:hidden}.timeline-pro-lock:hover{filter:brightness(1.06)}.timeline-pro-lock:active{transform:translateY(3px);box-shadow:inset 0 1px #fff6,inset 0 -1px #0003,0 2px #d97706,0 6px 10px #00000038}.timeline-pro-lock.top{margin-bottom:6px}.timeline-pro-lock.bottom{margin-top:6px}@media(max-width:530px){.timeline-row{grid-template-columns:52px minmax(0,1fr) 54px minmax(0,1fr) 54px}.timeline-row .col.league{display:none!important}.timeline-row .col.team span{font-size:5px!important;max-width:90px!important}.timeline-row .col.center{font-size:10px!important}.timeline-row .col.time{font-size:11px!important}.timeline-row .col.status{font-size:10px!important;display:flex;align-items:center;justify-content:center}.timeline-row .col img{width:16px!important;height:16px!important}}.standings-page{width:100%;max-width:1400px;margin:0 auto;padding:18px 18px 0}.standings-title{font-size:32px;text-align:center;font-weight:900;margin-bottom:15px;margin-top:-24px}.category-bar{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-bottom:18px}.category-item{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;font-size:12px;font-weight:800;border-radius:999px;border:1px solid #e5e7eb;background:linear-gradient(180deg,#fff,#f1f5f9);box-shadow:0 2px 4px #00000014,inset 0 1px #ffffffe6;cursor:pointer;transition:all .18s ease}.category-item:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 6px 14px #00000026,inset 0 1px #ffffffe6}.category-item.active{background:linear-gradient(180deg,#22c55e,#16a34a);color:#fff;border-color:#16a34a;box-shadow:0 6px 16px #22c55e73,inset 0 1px #ffffff59}.category-item.disabled{opacity:.45;cursor:not-allowed}.standings-tabs{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:14px}.standings-tabs button{padding:8px 18px;border-radius:999px;border:1px solid #e5e7eb;background:linear-gradient(180deg,#fff,#f3f4f6);font-size:9px;font-weight:900;cursor:pointer;box-shadow:0 2px 4px #00000014,inset 0 1px #ffffffe6;transition:all .18s ease}.standings-tabs button:hover{transform:translateY(-1px);box-shadow:0 5px 12px #00000026,inset 0 1px #ffffffe6}.standings-tabs button.active{background:#020617;color:#fff;border-color:#020617}.standings-page .standings-table-wrapper{width:100%;max-height:100%;overflow-x:auto;overflow-y:visible;display:flex;justify-content:center;contain:layout paint}.standings-table{width:100%;min-width:1100px;max-width:100%;border-collapse:collapse;table-layout:auto}.standings-table thead th{position:sticky;top:0;background:#f8fafc;padding:10px 12px;font-size:13px;font-weight:900;border-bottom:1px solid #e5e7eb}.standings-table td{padding:11px 12px;font-size:12px;border-bottom:1px solid #e5e7eb;text-align:center;transition:all .14s ease}.standings-table tbody tr:hover{transform:scale(1.012);background:#22c55e1f}.col-team{text-align:left!important}.team-cell{display:flex;align-items:center;gap:10px}.team-logo{width:22px;height:22px;object-fit:contain}.standings-table .team-name{font-size:14px;font-weight:800;max-width:460px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-pill{min-width:36px;height:24px;border-radius:999px;background:#e5e7eb;font-weight:900;display:inline-flex;align-items:center;justify-content:center}.row-top td{background:#ecfdf5!important}.row-top .rank-pill{background:#22c55e;color:#fff}.row-releg td{background:#fef2f2!important}.row-releg .rank-pill{background:#ef4444;color:#fff}.pts{font-weight:950}@media(max-width:640px){.standings-page{padding-top:10px}.standings-title{margin-top:1px;margin-bottom:7px;font-size:20px}.category-bar{gap:6px;margin-bottom:10px}.category-item{padding:1px 5px;font-size:3px;gap:4px}.category-icon{font-size:12px}.standings-tabs{gap:6px;margin-bottom:8px}.standings-tabs button{padding:4px 9px;font-size:8px}.standings-table{min-width:100%;table-layout:auto}.standings-table thead th,.standings-table td{padding:6px 4px;font-size:10px}.col-team{padding-right:2px!important}.team-cell{display:flex;align-items:center;gap:5px}.rank-pill{min-width:20px;height:18px;font-size:10px;margin-right:4px}.team-logo{width:18px;height:18px;margin-left:-13px}.standings-table .team-name{font-size:11px;max-width:120px}.standings-table th:nth-child(3),.standings-table th:nth-child(7),.standings-table th:nth-child(8),.standings-table th:nth-child(9),.standings-table td:nth-child(3),.standings-table td:nth-child(7),.standings-table td:nth-child(8),.standings-table td:nth-child(9){display:none}.standings-table td:nth-child(4){color:#16a34a;font-weight:700}.standings-table td:nth-child(5){color:#0ea5e9}.standings-table td:nth-child(6){color:#ef4444}.pts{color:#111827;font-weight:900}}.category-item{padding:4px;min-width:36px;min-height:36px;border:none!important;background:transparent!important;box-shadow:none!important;font-size:0;display:flex;align-items:center;justify-content:center}.category-item .category-icon{font-size:20px;line-height:1}.category-item.active{background:#22c55e26!important;border-radius:999px}.category-item:hover{transform:none;box-shadow:none}.prediction-card{background:#fff;border-radius:16px;padding:14px 16px;border:1px solid #e5e7eb;box-shadow:0 8px 20px #0000000f;transition:transform .25s ease,box-shadow .25s ease}.prediction-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 14px 36px #00000024}.prediction-top{display:flex;justify-content:space-between;align-items:center}.prediction-league{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:6px;font-size:11px;color:#9ca3af;white-space:nowrap}.prediction-league img{width:14px;height:14px;object-fit:contain;justify-self:center}.league-name{overflow:hidden;text-overflow:ellipsis}.prediction-time{font-weight:800;font-size:12px;color:#22c55e}.prediction-time.soon{color:#dc2626;animation:blink 1.2s infinite}@keyframes blink{50%{opacity:.4}}.prediction-teams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin:10px 0 12px}.team{display:flex;align-items:center;gap:6px;min-width:0}.team.away{justify-content:flex-end}.team img{width:22px;height:22px;object-fit:contain}.team span{font-size:14px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vs{font-size:11px;font-weight:800;color:#94a3b8;padding:0 6px}.lead{color:#16a34a}.prob-row{display:grid;grid-template-columns:50px 1fr 36px;gap:8px;font-size:12px;margin-bottom:6px}.prob-bar{height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}.prob-fill{height:100%;border-radius:999px}.prob-fill.home{background:linear-gradient(90deg,#16a34a,#4ade80)}.prob-fill.away{background:linear-gradient(90deg,#dc2626,#f87171)}.prob-fill.draw{background:linear-gradient(90deg,#facc15,#fb923c)}.prob-fill.best{box-shadow:0 0 0 2px #0000000d}.prob-fill.weak{opacity:.45}.confidence{margin-top:8px;font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;display:inline-block}.confidence.High{background:#dcfce7;color:#15803d}.confidence.Low{background:#e5e7eb;color:#475569}.prediction-card.High{border-color:#22c55e}.prediction-card.Low{border-color:#ef4444}.signup-overlay{position:fixed;inset:0;background:#020617bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:3000;display:flex;align-items:center;justify-content:center}.signup-box{background:#fff;border-radius:18px;padding:32px 28px;width:min(420px,92%);text-align:center;box-shadow:0 20px 60px #00000040}.signup-box h2{font-size:26px;font-weight:900;margin-bottom:10px}.signup-box p{font-size:14px;color:#475569;margin-bottom:22px}.signup-actions{display:flex;flex-direction:column;gap:12px}.signup-actions .primary{background:linear-gradient(90deg,#22c55e,#4ade80);border:none;color:#052e16;padding:12px;font-weight:900;border-radius:10px;cursor:pointer}.signup-actions .secondary{background:transparent;border:1px solid #cbd5e1;color:#0f172a;padding:10px;border-radius:10px;cursor:pointer}.predictions-page{padding:20px;max-width:1600px}.predictions-header{text-align:center;margin-top:-40px}.predictions-header h1{font-size:30px;font-weight:900}.subtitle{color:#64748b;font-size:14px;margin-top:6px;margin-bottom:10px}.predictions-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.predictions-column{border-radius:16px;padding:14px;background:#f8fafc;display:flex;flex-direction:column}.column-title{text-align:center;font-weight:900;margin-bottom:12px}.predictions-column.green{border-top:4px solid #22c55e}.predictions-column.red{border-top:4px solid #ef4444}.column-list{display:flex;flex-direction:column;gap:14px}.prediction-click{cursor:pointer;transition:transform .15s ease}.prediction-click:hover{transform:translateY(-2px)}@media(max-width:1100px){.predictions-columns{grid-template-columns:1fr}}@media(max-width:640px){.predictions-column{padding:10px;border-radius:14px}.column-title{font-size:11px;margin-bottom:8px}.predictions-header{margin-top:-20px;padding:0 8px}.predictions-header h1{font-size:20px;letter-spacing:.03em}.subtitle{font-size:11px;margin-top:4px;margin-bottom:8px}.column-list{gap:8px}.prediction-click{transform:none}}.match-header{display:flex;flex-direction:column;align-items:center}.match-title{font-size:25px;font-weight:900;margin-top:-20px;margin-bottom:30px}.match-league{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:40px;font-weight:700}.match-header .match-league .league-logo{width:80px;height:80px;object-fit:contain;flex-shrink:0}.match-main-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;max-width:900px}.match-main-row .team{display:flex;align-items:center;gap:16px;margin-bottom:50px}.match-main-row .team.right{justify-content:flex-end;text-align:right}.match-header .team-logo{width:120px;height:120px;max-width:120px;max-height:120px;object-fit:contain;flex-shrink:0}.team-name{font-weight:800;font-size:16px;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.score-box{text-align:center;margin-bottom:20px}.score{font-size:32px;font-weight:900}.status{font-size:13px;font-weight:700;margin-top:10px;color:#6b7280}.status.live{color:#dc2626}.clickable{cursor:pointer}.clickable:hover{opacity:1.85}.status-upcoming-time{color:#22c55e;font-weight:800}.status-upcoming-soon{color:#16a34a;font-weight:900}.status-live{color:#22c55e;font-weight:900}.status-finished{color:#9ca3af}.match-header{position:relative;padding-bottom:8px}.match-header.soon:after,.match-header.live:after,.match-header.urgent:after{opacity:1}.status.soon{color:#22c55e;font-weight:700}.status.live{color:#22c55e;font-weight:900}.status.live{color:#dc2626!important;font-weight:900;animation:livePulse 1s infinite}@keyframes livePulse{0%,to{opacity:1}50%{opacity:.35}}.status.soon{color:#22c55e;font-weight:900}.status.urgent{color:#dc2626;font-weight:900;animation:urgentPulse 1s infinite}@keyframes urgentPulse{0%,to{opacity:1}50%{opacity:.4}}.status.live{color:#dc2626;font-weight:900}.status.live:after{content:"LIVE";display:block;font-size:11px;letter-spacing:.18em;margin-top:2px}.match-start-text{font-size:14px;font-weight:700;color:#64748b;margin-bottom:5px}.kickoff-time{font-size:22px;font-weight:900;margin-bottom:50px}.kickoff-time.soon{color:#22c55e}.kickoff-time.urgent{color:#dc2626;animation:urgentPulse 1s infinite}@media(max-width:640px){.match-title{font-size:18px;margin-bottom:10px;margin-top:1px}.match-league{gap:4px;font-size:15px;margin-bottom:10px}.match-header .match-league .league-logo{width:62px;height:62px}.match-main-row{grid-template-columns:1fr auto 1fr;gap:3px;max-width:100%}.match-main-row .team{gap:9px;margin-bottom:12px}.match-header .team-logo{width:30px;height:30px;margin:30px auto auto}.team-name{font-size:12px;max-width:120px;text-align:center;margin-top:30px}.score-box{margin-bottom:6px}.score{font-size:20px}.status,.match-start-text{font-size:10px}.kickoff-time{font-size:16px;margin-bottom:-7px}.match-cards-row>:nth-child(2){display:none!important}.match-page{padding-top:4px}}.match-events{margin:24px auto;max-width:760px;padding:12px 14px;display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:14px}.match-events.empty{text-align:center;color:#9ca3af;font-size:14px;padding:24px}.event-row{display:grid;grid-template-columns:52px 32px 1fr;align-items:center;padding:9px 12px;border-radius:10px;background:#f9fafb;border:1px solid rgba(0,0,0,.03);font-size:13px}.event-row:hover{background:#eef2ff}.event-row .minute{font-weight:900;color:#020617;text-align:right}.event-row .icon{text-align:center;font-size:18px}.event-row .text{color:#111827}.event-row .detail{color:#6b7280;font-weight:500}.event-row.goal{background:#ecfdf5}.event-row.card{background:#fef2f2}.event-row.ft{background:#e0e7ff;font-weight:800}.recent-card{height:100%;display:flex;flex-direction:column;gap:12px}.recent-card-title{font-size:13px;font-weight:900;text-align:center}.recent-list{display:flex;flex-direction:column;gap:8px}.recent-row{display:grid;grid-template-columns:1fr 46px 1fr;align-items:center;padding:8px 10px;border-radius:10px;font-size:12px;cursor:pointer;background:#fff;border:1px solid #e5e7eb}.recent-row:hover{background:#f1f5f9}.recent-row.win{background:#ecfdf5}.recent-row.loss{background:#fef2f2}.recent-row.draw{background:#f8fafc}.recent-team{display:flex;align-items:center;gap:6px;min-width:0}.recent-team.left{justify-content:flex-start}.recent-team.right{justify-content:flex-end}.recent-team-logo{width:18px;height:18px;object-fit:contain}.recent-team-name{font-size:11px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-score{text-align:center;font-weight:900;font-size:13px;color:#020617}.premium-button{margin-top:auto;align-self:center}.match-page{width:100%;max-width:1100px;margin:0 auto;padding:14px 16px 40px}.match-cards-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin:-50px 0 32px;align-items:stretch}.match-cards-row>*{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px;display:flex;flex-direction:column}.recent-card{height:100%}.match-bottom-section{margin-top:24px}.match-predictions{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:18px}.section-title{text-align:center;font-weight:900;margin-bottom:12px;font-size:20px}.match-page-state{padding:60px;text-align:center;font-weight:700}.match-page-state.error{color:#dc2626}@media(max-width:640px){.match-cards-row{grid-template-columns:1fr 1fr;gap:12px;margin:14px 0 22px}.match-cards-row>:nth-child(2){display:none!important}.match-cards-row>*{padding:14px 12px;border-radius:14px}.recent-card-title{font-size:13px}.recent-row{padding:8px;font-size:12px}.recent-team-name{font-size:11px}.recent-score{font-size:13px}}.team-header-pro{display:flex;flex-direction:column;align-items:center;margin:8px 0 28px}.team-header-league{font-size:13px;font-weight:700;opacity:.65;margin-bottom:12px}.team-header-main{display:flex;flex-direction:column;align-items:center;gap:10px}.team-header-name{font-size:34px;font-weight:900}.team-kpi-row{display:flex;gap:14px;margin-top:18px;flex-wrap:wrap;justify-content:center}.kpi-card{background:linear-gradient(180deg,#fff,#f1f5f9);border:1px solid #e5e7eb;border-radius:14px;padding:12px 18px;min-width:92px;text-align:center;box-shadow:0 6px 14px #0000000f;transition:transform .15s ease,box-shadow .15s ease}.kpi-card:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0000001f}.kpi-card.win .kpi-value{color:#16a34a}.kpi-card.draw .kpi-value{color:#ca8a04}.kpi-card.loss .kpi-value{color:#dc2626}.upcoming-card .recent-row.compact{height:33px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:6px 12px;border-radius:10px}.mini-pred-inline{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:800;white-space:nowrap}.mini-pred-inline .odd{color:#f59e0b}.mini-pred-inline .prob{color:#16a34a}.adv-home{background:#ecfdf5}.adv-away{background:#fef2f2}.team-page{max-width:1100px;padding:26px;background:#fff;border-radius:18px;box-shadow:0 12px 40px #00000014}.team-page-title{text-align:center;font-size:26px;font-weight:900;margin-bottom:10px;letter-spacing:.03em}.team-header-pro{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.team-header-top{font-size:13px;font-weight:700;opacity:.65;margin-bottom:10px}.team-header-center{display:flex;flex-direction:column;align-items:center;gap:10px}.team-header-logo{width:120px;height:120px;object-fit:contain}.team-name-main{font-size:34px;font-weight:900}.team-kpi-cards{display:flex;gap:14px;margin-top:18px;flex-wrap:wrap;justify-content:center}.team-kpi-card{background:linear-gradient(180deg,#fff,#f1f5f9);border:1px solid #e5e7eb;border-radius:14px;padding:12px 18px;min-width:92px;text-align:center;box-shadow:0 6px 14px #0000000f;transition:transform .15s ease,box-shadow .15s ease}.team-kpi-card:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0000001f}.kpi-value{font-size:20px;font-weight:900}.kpi-label{font-size:11px;font-weight:700;opacity:.6;margin-top:4px}.team-kpi-card.win .kpi-value{color:#16a34a}.team-kpi-card.draw .kpi-value{color:#ca8a04}.team-kpi-card.loss .kpi-value{color:#dc2626}.team-cards-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:32px}.standings-table-wrapper{max-height:320px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:12px}.standings-table{width:100%;border-collapse:collapse}.standings-table td,.standings-table th{padding:10px 12px;border-bottom:1px solid #e5e7eb}.standings-table tr.highlight{background:#ecfdf5;font-weight:800}*{box-sizing:border-box}html,body{margin:0;padding:0;background:#fff;color:#111827;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}
