.auth-page{display:flex;flex-direction:column;gap:14px}.auth-page h2{margin:0 0 6px;font-size:22px;font-weight:800;color:#0f172a}.auth-page form{display:flex;flex-direction:column;gap:10px}.auth-page input{padding:12px 14px;border-radius:10px;border:1px solid #cbd5e1;font-size:14px}.auth-page input:focus{outline:none;border-color:#0f172a}.auth-page button{margin-top:6px;padding:12px;border-radius:12px;border:none;background:#0f172a;color:#fff;font-weight:800;cursor:pointer}.auth-page button:hover{background:#020617}.auth-error{color:#dc2626;font-size:13px;font-weight:600}.auth-switch{margin-top:6px;font-size:13px;color:#475569}.auth-link{background:none;border:none;color:#0f172a;font-weight:700;cursor:pointer;padding:0}.auth-overlay{position:fixed;inset:0;z-index:1000;pointer-events:none}.auth-overlay:before{content:"";position:absolute;inset:0;background:#0a0e168c;opacity:0;animation:overlayFadeIn .18s ease forwards}.auth-overlay.closing:before{animation:overlayFadeOut .18s ease forwards}.auth-box{pointer-events:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:380px;max-width:calc(100% - 24px);padding:26px 24px 22px;border-radius:18px;background:radial-gradient(120% 120% at top left,rgba(34,197,94,.18),transparent 60%),linear-gradient(160deg,#020617,#020617);box-shadow:0 0 0 1px #22c55e59,0 30px 80px #000000bf;color:#e5e7eb;opacity:0;animation:authEnter .22s cubic-bezier(.2,.9,.2,1) forwards;will-change:transform,opacity}.auth-overlay.closing .auth-box{animation:authExit .18s ease forwards}.auth-box h2{margin:0 0 10px;font-size:18px;font-weight:800;color:#22c55e;text-align:center}.auth-close{position:absolute;top:10px;right:12px;border:none;background:none;color:#9ca3af;font-size:18px;cursor:pointer}.auth-close:hover{color:#fff}.auth-box input{width:100%;padding:11px 12px;border-radius:10px;background:#020617;border:1px solid rgba(255,255,255,.08);color:#fff;margin-bottom:10px}.auth-box input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 1px #22c55e59}.auth-box button.primary{width:100%;padding:10px;border-radius:12px;border:none;background:linear-gradient(135deg,#22c55e,#16a34a);color:#020617;font-weight:800;cursor:pointer}.terms-row{position:relative;width:100%;display:grid;grid-template-columns:18px 1fr;align-items:start;column-gap:10px;font-size:13px}.terms-row input{justify-self:start;margin:0;accent-color:#22c55e;cursor:pointer}.terms-row a{color:#22c55e;font-weight:700;text-decoration:none}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes overlayFadeOut{0%{opacity:1}to{opacity:0}}@keyframes authEnter{0%{opacity:0;transform:translate(-50%,-50%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes authExit{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.97)}}@media(max-width:520px){.auth-box{top:calc(var(--top-offset) + 38px);transform:translate(-50%);width:calc(100% - 18px);max-height:calc(100svh - var(--top-offset) - 36px);overflow-y:auto}@keyframes authEnter{0%{opacity:0;transform:translate(-50%) scale(.96)}to{opacity:1;transform:translate(-50%) scale(1)}}@keyframes authExit{0%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%) scale(.97)}}}.header{position:fixed;top:0;left:0;right:0;z-index:1200;height:65px;padding:0 36px;background:#020617;border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center;pointer-events:auto}.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;font-size:31px;animation:spin 15s ease-in-out infinite}.header-center{position:absolute;left:50%;transform:translate(-50%);display:flex;gap:16px;pointer-events:auto}.nav-item{color:#cbd5f5;font-size:12px;font-weight:600;padding:5px 8px;border-radius:6px;text-decoration:none;white-space:nowrap;pointer-events:auto}.nav-item:hover{background:#ffffff0f}.nav-item.active{background:#22c55e26;color:#22c55e}.header-right{position:absolute;right:36px;top:50%;transform:translateY(-50%);display:flex;gap:10px;align-items:center}.user-box{display:flex;flex-direction:column;align-items:flex-start;margin-left:auto}.user-name{font-weight:700;color:#22c55e;font-size:13px}.logout-link{background:none;border:none;padding:0;font-size:11px;color:#888;cursor:pointer}.logout-link:hover{color:#fff;text-decoration:underline}.header .premium-button{margin-top:-5px;padding:0 10px;font-size:11.5px;min-height:25px}.mobile-user-button,.pro-mobile{margin-top:-4px;padding:0 10px;font-size:11.5px;min-height:25px;line-height:1}@media(max-width:520px){.header{height:80px;padding:0 12px 6px;flex-direction:column;justify-content:space-between}.header-left{width:100%;display:flex;align-items:center;justify-content:space-between}.mobile-buttons{display:flex;gap:5px}.header-left .logo{margin-right:28px}.header-center{position:static;transform:none;width:100%;display:flex;justify-content:space-between;gap:14px}.nav-item{flex:1;text-align:center;font-size:11px;padding:7px 0}.live-ticker-wrapper{top:80px!important}.app-body{padding-top:112px!important}.search-fab,.search-panel{display:none!important}}.mobile-search-panel{position:fixed;inset:0;z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:flex-start;justify-content:center;padding-top:120px}.mobile-search-panel input{width:90%;max-width:420px;padding:12px 14px;border-radius:10px;border:none;font-size:16px;font-weight:600;outline:none}.live-ticker-wrapper{position:fixed;top:65px;left:0;right:0;height:35px;background:#020617;border-bottom:1px solid rgba(255,255,255,.05);z-index:2000;overflow:hidden;transform:translateZ(0);will-change:transform}.live-ticker-track{display:inline-flex;align-items:center;gap:36px;height:100%;padding:0 24px;white-space:nowrap;width:max-content;animation:ticker-scroll 160s linear infinite}.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}.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:#dc2626;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:65px;height:35px}}.global-search-wrap{position:fixed;top:calc(var(--top-offset));right:370px;z-index:2600}.global-search-fab{position:relative;display:flex;align-items:center}.global-search-fab .search-icon{width:28px;cursor:pointer;opacity:.8;margin-top:6px}.global-search-fab .search-panel{position:absolute;right:35px;top:60%;transform:translateY(-50%) scaleX(0);transform-origin:right center;background:#020617;border-radius:12px;padding:11px 12px;display:flex;align-items:center;gap:0px;height:30px;transition:.5s ease;opacity:0}.global-search-fab.open .search-panel{transform:translateY(-50%) scaleX(1);opacity:1}.global-search-fab input{background:none;border:none;outline:none;color:#fff;width:170px;Margin-left:-10px}.global-search-mobile-btn{position:fixed;top:calc(var(--top-offset) + 18px);right:12px;z-index:2600;background:none;border:none;padding:4px}.global-search-mobile-btn img{width:30px}.global-search-overlay{position:fixed;inset:0;background:#020617d9;display:flex;justify-content:center;align-items:flex-start;padding-top:calc(var(--top-offset) + 60px);z-index:4000}.global-search-overlay form{width:70%;max-width:420px}.global-search-overlay input{width:100%;padding:14px;font-size:16px;border-radius:12px;border:none;outline:none}.user-menu-overlay{position:fixed;inset:0;z-index:1300}.user-menu-backdrop{position:absolute;inset:0;border:none;background:#0a0e1699;padding:0;margin:0;cursor:default}.user-menu-sheet{position:absolute;left:0;right:0;bottom:0;padding:14px 14px 18px;border-top-left-radius:18px;border-top-right-radius:18px;background:radial-gradient(120% 120% at top left,rgba(34,197,94,.18),transparent 60%),linear-gradient(160deg,#020617,#020617);box-shadow:0 -18px 50px #000000b3;color:#e5e7eb}.user-menu-top{display:flex;align-items:center;justify-content:space-between;padding:4px 2px 10px}.user-menu-title{font-size:16px;font-weight:900;letter-spacing:.03em;color:#22c55e}.user-menu-close{border:none;background:none;color:#9ca3af;font-size:18px;cursor:pointer;padding:6px 10px;border-radius:10px}.user-menu-close:active{background:#ffffff0f}.user-menu-sub{position:relative;padding:8px 2px 12px}.user-menu-line{font-size:12px;color:#9ca3af}.user-menu-email{margin-top:4px;font-size:14px;font-weight:800;word-break:break-word}.user-menu-badge{position:absolute;right:2px;top:6px;font-size:11px;font-weight:900;padding:4px 10px;border-radius:999px;letter-spacing:.06em}.user-menu-badge.free{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#e5e7eb}.user-menu-badge.pro{background:#f59e0b29;border:1px solid rgba(245,158,11,.3);color:#fbbf24}.user-menu-actions{display:flex;flex-direction:column;gap:10px;padding-top:6px}.user-menu-btn{width:100%;min-height:44px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#e5e7eb;font-weight:800;letter-spacing:.01em;cursor:pointer}.user-menu-btn:active{transform:translateY(1px)}.user-menu-btn.primary{border:none;background:linear-gradient(135deg,#22c55e,#16a34a);color:#020617}.user-menu-btn.danger{border:1px solid rgba(239,68,68,.35);background:#ef44441a;color:#fecaca}@media(min-width:521px){.user-menu-sheet{left:50%;right:auto;width:420px;transform:translate(-50%);border-radius:18px;bottom:40px}}.footer{margin-top:20px;background:#020617;border-top:1px solid rgba(255,255,255,.05);color:#cbd5f5}.footer-inner{max-width:1600px;Margin-top:0 auto;padding:30px 40px 32px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px}.footer-col h4{font-size:13px;margin-bottom:12px;color:#22c55e;letter-spacing:.05em}.footer-col a{display:block;text-decoration:none;color:#cbd5f5;font-size:12px;margin-bottom:8px;opacity:.85}.footer-col a:hover{color:#fff;opacity:1}.brand{display:flex;flex-direction:column;gap:10px}.footer-logo{font-size:26px;font-weight:900;color:#22c55e;letter-spacing:.04em}.footer-logo span{color:#e5e7eb}.ball{display:inline-block;font-size:24.5px;animation:spin 15s ease-in-out infinite}.footer-tagline{font-size:12px;margin-top:-10px;opacity:.8;max-width:320px}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding:12px 32px 16px;display:flex;justify-content:space-between;font-size:11px;opacity:.7}.footer-disclaimer{text-align:right}@media(max-width:900px){.footer-inner{grid-template-columns:1fr;gap:10px}.footer-bottom{flex-direction:column;gap:6px;text-align:center}}.footer-disclaimer{text-align:center}@keyframes spin{0%,40%,60%,to{transform:rotate(0)}80%{transform:rotate(150deg)}}:root{--top-offset: 96px}.app-root{width:100%;min-height:100svh;display:flex;flex-direction:column}.app-body{padding-top:var(--top-offset);position:relative;z-index:1;flex:1}.app-content{transition:filter .2s ease;flex:1}.app-content.blurred{filter:blur(8px);pointer-events:none;-webkit-user-select:none;user-select:none}.app-shell{display:grid;grid-template-columns:300px minmax(0,1fr) 300px;gap:20px;width:100%;max-width:1600px;margin:0 auto;padding:5px;align-items:flex-start}.app-shell-left,.app-shell-right{position:sticky;top:var(--top-offset);height:calc(100svh - 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:1100px}.app-shell.wide .page-container{width:100%;max-width:100%}.site-header{position:fixed;top:0;left:0;right:0;height:64px;z-index:3000}.live-ticker-wrapper{position:fixed;top:64px;left:0;right:0;height:32px;z-index:2999}@media(max-width:1100px){.app-shell{grid-template-columns:1fr;width:100%;max-width:100%;padding:0}.app-shell-left,.app-shell-right{display:none}}.page-container{width:100%;max-width:100%}@media(max-width:600px){.page-container{padding-left:2px;padding-right:2px}}body{overscroll-behavior-y:none}.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:#dc2626}@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-grid{padding-left:1px;padding-right:1px}.timeline-row{grid-template-columns:56px minmax(0,1fr) 64px minmax(0,1fr) 56px;padding:8px 6px;margin:0;border-radius:7px}.timeline-row .col.league{display:none}.timeline-row .team-name{font-size:12px;max-width:145px;line-height:1.2;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:4px}.timeline-row .col img{width:18px;height:18px;flex-shrink:0}}.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-page{width:100%;max-width:1400px;padding:0;position:relative}.news-title-row{display:flex;justify-content:center;margin-top:-40px;margin-bottom:-7px}.news-title{font-size:25px;text-align:center;font-weight:900}.news-index{width:100%}.news-featured{height:290px;border-radius:10px;overflow:hidden;margin-bottom:10px;position:relative}.news-featured img{width:100%;height:100%;object-fit:cover;object-position:40% 18%}.featured-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:18px;background:linear-gradient(to top,rgba(0,0,0,.75),transparent 60%);color:#fff}.featured-title{font-size:22px;font-weight:900;line-height:1.25;margin:0}.featured-sub{font-size:12px;line-height:1.25;opacity:.9}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.news-card{background:#fff;border-radius:10px;overflow:hidden;border:1px solid #e5e7eb}.card-image{height:150px;background:#f3f4f6}.card-image img{width:100%;height:100%;object-fit:auto}.card-body.compact{padding:7px 9px 8px}.card-title{font-size:13px;font-weight:800;line-height:1.25;min-height:2.5em;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-sub{font-size:12px;line-height:1.35;color:#4b5563;min-height:1.35em;margin:3px 0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.card-meta{font-size:10px;color:#9ca3af;display:flex;justify-content:space-between}@media(max-width:650px){.news-page{margin-top:48px}.news-title{margin-top:0;margin-bottom:18px;font-size:20px}.news-featured{height:48vh;min-height:260px;max-height:420px;border-radius:10px;margin:0 0 10px}.news-featured img{height:100%;object-position:center}.featured-overlay{padding:16px 14px 18px;background:linear-gradient(to top,rgba(0,0,0,.78),rgba(0,0,0,.25) 45%,transparent 70%)}.featured-title{font-size:20px;font-weight:900;line-height:1.2;margin-bottom:6px}.featured-sub{font-size:13px;line-height:1.4;opacity:.92}.news-grid{grid-template-columns:1fr;gap:10px}.news-title{font-size:20px;margin-top:-26px}.news-search-fab{display:none}.news-mobile-search{display:block;position:fixed;top:calc(var(--top-offset) + 8px);right:12px;z-index:3950;cursor:pointer}.news-mobile-search img{width:30px;height:30px}}.article-page{width:100%;padding:0 18px}.article-back-btn{padding:9px 18px;background:linear-gradient(to right,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 6px 14px #10b98159}.article-back-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #10b98173}.article-title{font-size:30px;font-weight:900;line-height:1.25;margin-bottom:-10px}.article-meta{display:flex;gap:8px;font-size:13px;color:#6b7280;margin-bottom:10px}.article-subtitle{font-size:15px;color:#4b5563;max-width:960px;margin-bottom:20px}.article-hero{width:100%;height:440px;object-fit:cover;border-radius:10px;box-shadow:0 18px 40px #0f172a4d}.article-body{max-width:780px;margin:0 auto;font-size:18.5px;line-height:1.9;color:#111827}.article-paragraph{margin-bottom:10px}.article-credit-bar{margin-top:20px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#6b7280}.credit-left,.credit-right{display:flex;align-items:center}.credit-right a{color:green;font-weight:600;text-decoration:none}.credit-right a:hover{text-decoration:underline}@media(max-width:650px){.article-page{padding:20px 0}.article-back-btn{width:100%;padding:10px 0;font-size:14px;border-radius:10px}.article-title{font-size:22px;line-height:1.25;margin-top:10px;margin-bottom:-6px}.article-meta{font-size:11px;flex-wrap:wrap;gap:6px;margin-bottom:8px}.article-subtitle{font-size:13px;line-height:1.3;margin-bottom:14px}.article-hero{height:240px;border-radius:8px;margin-bottom:0;box-shadow:0 12px 24px #0f172a47}.article-body{font-size:16px;line-height:1.75}.article-paragraph{margin-bottom:10px}.article-credit-bar{flex-direction:auto;align-items:flex-start;gap:0px;font-size:11px;margin-top:10px;margin-bottom:-50px}.credit-right{align-self:flex-end}}.search-page{max-width:900px;margin:-16px auto 0;padding:28px;color:#020617;background:#f8fafc}.search-title{font-size:26px;font-weight:900;color:#020617}.search-section{margin-bottom:38px}.search-section h2{font-size:15px;font-weight:800;margin-bottom:12px;color:#020617;letter-spacing:.02em}.search-item{padding:10px 6px;cursor:pointer;border-bottom:1px solid #e5e7eb;transition:background .15s ease}.search-item:last-child{border-bottom:none}.search-item:hover{background:#0000000a}.search-item strong{display:block;font-size:14.5px;font-weight:800;color:#020617}.search-item p{font-size:13px;line-height:1.45;color:#020617;opacity:.82;margin:5px 0 0}.search-match{font-size:14px;font-weight:700;color:#020617}.search-loading,.search-empty{text-align:center;padding:40px 0;color:#020617;opacity:.6;font-size:14px}@media(max-width:650px){.search-page{padding:10px 12px}}*,*:before,*:after{box-sizing:border-box}body{overflow-x:hidden}.timeline-grid{display:flex;flex-direction:column;gap:6px;max-width:1220px;width:100%;margin:0 auto;padding:0}.timeline-row{cursor:pointer}.timeline-row{transition:padding .12s ease,background .12s ease}.timeline-row:hover{padding-right:110px;padding-left:1px;background:#22c55e0f}.timeline-row{display:grid;grid-template-columns:45px 160px 195px 100px minmax(0,1fr) 62px;align-items:center;width:100%;border-radius:8px;padding:6px 0;font-size:12px;background:#f4f4f4}.timeline-row.upcoming{background:#fff3e5}.timeline-row.finished{background:#f4f4f4}.timeline-row.live{background:#eaffea}.timeline-row.live .live-minute,.timeline-row.live .col.status{animation:liveBlink 1s infinite;color:#22c55e;font-weight:800}@keyframes liveBlink{0%,to{opacity:1}50%{opacity:.3}}.col{display:flex;align-items:center;gap:6px;min-width:0}.col img{width:20px;height:20px;min-width:20px;object-fit:contain}.team-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.col.time{justify-content:center;font-weight:700}.col.center{justify-content:center;font-weight:800}.col.status{font-size:12px;margin-top:0;justify-content:center}.timeline-pro-banner{width:100%;display:flex;justify-content:center;align-items:center;margin-top:-26px;margin-bottom:5px}.timeline-pro-footer{width:100%;display:flex;justify-content:center;align-items:center;margin-top:5px;margin-bottom:-36px}@media(max-width:530px){.timeline-mobile-shell{position:fixed;inset:0;display:flex;flex-direction:column;background:#fff}.timeline-scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:80px}.timeline-row:hover{padding:4px 0!important;background:inherit!important}.timeline-grid{padding-left:10px;padding-right:10px}.timeline-row{grid-template-columns:36px minmax(0,1fr) 34px minmax(0,1fr) 46px;padding:4px 0;margin:0;border-radius:7px}.timeline-row .col.league{display:none}.timeline-row .team-name{font-size:11px;max-width:145px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.timeline-row .col.center{font-size:10px;font-weight:650}.timeline-row .col.time{font-size:10px}.timeline-row .col.status{font-size:9px;display:flex;align-items:center;justify-content:center;margin-bottom:0}.timeline-row .col img{width:20px;height:20px;flex-shrink:0}}.standings-page{width:100%;max-width:1400px;margin:0 auto;padding:0 10px}.standings-title{text-align:center;font-size:25px;font-weight:900;color:#0f172a;margin-top:-22px}.hub-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.hub-favs-row{display:flex;gap:10px;justify-content:center;margin-top:30px;flex-wrap:wrap}.hub-favs-row button{padding:7px 14px;border-radius:999px;border:1px solid #22c55e;background:#ecfdf5;font-size:12px;font-weight:900;cursor:pointer;transition:.2s ease}.hub-favs-row button:hover{background:#16a34a;color:#fff}.league-logo-bar{display:flex;gap:8px;justify-content:center;margin-bottom:12px;flex-wrap:wrap}.league-logo-item{padding:8px 12px;border:1px solid #e5e7eb;font-size:11px;border-radius:10px;font-weight:900;cursor:pointer;display:flex;align-items:center;gap:6px;background:#fff}.league-logo-item.active{background:#020617;color:#fff}.hub-active-head{text-align:center;margin-bottom:8px}.hub-active-head strong{font-size:18px;font-weight:900}.standings-table-wrapper{overflow-x:auto;border-radius:10px;padding-bottom:10px}.standings-table{width:100%;min-width:650px;border-collapse:collapse;font-size:13px;background:#fff}.standings-table thead{background:#020617;color:#fff}.standings-table th,.standings-table td{padding:8px;text-align:center;border-bottom:1px solid #e5e7eb}.standings-table td.team-cell{display:flex;align-items:center;justify-content:flex-start;gap:8px;font-weight:700;text-align:left}.standings-table td.team-cell img{width:25px;height:25px;object-fit:contain}.standings-table td.pts{font-weight:900;color:#16a34a}.standings-table tbody tr:nth-child(1){background:linear-gradient(to right,#ecfdf5,#fff)}.standings-table tbody tr:nth-child(2),.standings-table tbody tr:nth-child(3){background:#f0fdf4}.standings-table tbody tr:last-child,.standings-table tbody tr:nth-last-child(2){background:#fff1f2}.standings-table tbody tr{cursor:pointer}.standings-table tbody tr:hover{background:#f8fafc}.groups-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:18px;margin-top:16px}.group-block{background:#fff;border-radius:14px;padding:10px;border:1px solid #e5e7eb}.group-title{text-align:center;font-weight:900;margin-bottom:8px}.loading{text-align:center;font-weight:900;padding:20px}@media(max-width:700px){.standings-page{padding:0 2px}.standings-table{width:100%;min-width:unset;font-size:12px}.standings-table-wrapper{margin-left:-2px;margin-right:-2px}.standings-table thead th:nth-child(7),.standings-table thead th:nth-child(8),.standings-table thead th:nth-child(9),.standings-table tbody td:nth-child(7),.standings-table tbody td:nth-child(8),.standings-table tbody td:nth-child(9){display:none}.standings-table td.team-cell img{width:18px;height:18px}.standings-table td,.standings-table th{padding:6px 4px}.hub-favs-row{flex-wrap:wrap;gap:8px}}.premium-button{position:relative;overflow:hidden;padding:7px 18px;border-radius:8px;font-size:12px;font-weight:900;border:none;cursor:pointer;transform-style:preserve-3d;will-change:transform;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.premium-button:not(.free-button){background:linear-gradient(38deg,#fde68a,#fbbf24 45%,#f59e0b);color:#111827;box-shadow:inset 0 1px #fff9,inset 0 -1px #0003,0 4px #d97706,0 10px 16px #00000038}.free-button{background:linear-gradient(180deg,#e5e7eb,#9ca3af);color:#020617;box-shadow:inset 0 1px #ffffffb3,inset 0 -1px #00000026,0 4px #6b72808c,0 10px 16px #0000002e}.premium-button.pressed,.premium-button:active{transform:translateY(3px)}.premium-button.pressed:not(.free-button),.premium-button:active:not(.free-button){box-shadow:inset 0 4px 8px #00000059,0 1px #0009,0 4px 6px #00000059}.free-button.pressed,.free-button:active{background:linear-gradient(180deg,#d1d5db,#9ca3af)}.premium-button:not(.free-button):hover{background:linear-gradient(38deg,#fff1a8,#fcd34d 45%,#f59e0b);box-shadow:inset 0 1px #ffffffbf,inset 0 -1px #0000002e,0 5px #d97706,0 12px 18px #0000003d}.free-button:not(.pressed):hover{background:linear-gradient(180deg,#f1f5f9,#9ca3af)}.premium-button:not(.free-button):after{content:"";position:absolute;top:-60%;left:-120%;width:55%;height:220%;background:linear-gradient(120deg,#fff0,#ffffff59,#fff0);transform:skew(-20deg);opacity:0;pointer-events:none;animation:goldGlintOnce 9s ease-in-out infinite}@keyframes goldGlintOnce{0%{left:-120%;opacity:0}65%{left:-120%;opacity:0}70%{opacity:.45}78%{left:140%;opacity:0}to{left:140%;opacity:0}}.nav-premium{padding:6px 14px;font-size:12px}.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-card.High{border-color:#22c55e}.prediction-card.Low{border-color:#ef4444}.prediction-top{display:flex;justify-content:space-between;align-items:center}.prediction-league{font-size:11px;color:#9ca3af}.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;min-width:0}.team.away{justify-content:flex-end}.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;transition:width .35s ease}.prob-fill.high{background:linear-gradient(90deg,#16a34a,#4ade80)}.prob-fill.mid{background:linear-gradient(90deg,#facc15,#fb923c)}.prob-fill.low{background:linear-gradient(90deg,#dc2626,#f87171)}.confidence-row{margin-top:10px;display:flex;align-items:center;justify-content:space-between}.confidence{font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px}.confidence.High{background:#dcfce7;color:#15803d}.confidence.Low{background:#f87171;color:#000}@media(max-width:640px){.prediction-card{padding:12px 10px;border-radius:14px}.prediction-top{margin-bottom:4px}.prediction-teams{margin:6px 0 8px}.team span{font-size:13px}.vs{font-size:10px;padding:0 4px}.prob-row{grid-template-columns:42px 1fr 32px;gap:6px;font-size:11px}.prob-bar{height:7px}.confidence-row{margin-top:6px}.confidence{font-size:11px;padding:3px 8px}.prediction-pro-button,.pro-button,.unlock-pro-btn{font-size:12px;padding:6px 10px;border-radius:999px;line-height:1}}.explain-card{background:#fff;border-radius:16px;padding:8px 16px 10px;border:1px solid #e5e7eb;box-shadow:0 10px 26px #0000000f;display:flex;flex-direction:column}.explain-title{font-weight:900;font-size:14px;margin-bottom:14px}.impact-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px;flex:1}.impact-col{display:flex;flex-direction:column;align-items:center}.impact-bar-wrap{position:relative;width:100%;height:105px;background:#f1f5f9;border-radius:8px;overflow:hidden;margin-bottom:0}.impact-zero{position:absolute;top:50%;left:0;right:0;height:1px;background:#94a3b8;opacity:.4}.impact-bar{position:absolute;left:0;width:100%;background:linear-gradient(180deg,#22c55e,#4ade80);display:flex;justify-content:center;align-items:center;transition:all 1.05s ease}.impact-bar-value{font-size:11px;font-weight:900;color:#052e16}.impact-fixed{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:6px 0;pointer-events:none}.impact-fixed span{font-size:9px;font-weight:900;letter-spacing:.08em;text-align:center;color:#0206178c}.impact-label{margin-top:5px;font-size:10px;font-weight:800;color:#475569;line-height:1.1}.predictions-header{max-width:1200px;text-align:center}.predictions-title{font-size:25px;font-weight:900;color:#020617;margin-top:-22px}.predictions-subtitle{margin-top:-10px;font-size:15px;text-align:center;color:#475569}.predictions-root{position:relative;min-height:100vh}.predictions-gate{position:fixed;inset:0;z-index:25;display:flex;justify-content:center;align-items:center;pointer-events:none}.predictions-gate-box{pointer-events:auto;background:radial-gradient(120% 120% at top left,rgba(34,197,94,.15),transparent 60%),linear-gradient(160deg,#020617,#020617);border-radius:10px;padding:22px 26px;text-align:center;box-shadow:0 0 0 1px #22c55e59,0 30px 80px #000000bf;max-width:320px;color:#e5e7eb}.predictions-gate-box h3{color:#22c55e;font-weight:900}.predictions-gate-box p{font-size:13px;color:#cbd5e1;margin-bottom:14px}.predictions-gate-box button.primary{width:100%;padding:10px;border-radius:12px;border:none;background:linear-gradient(135deg,#22c55e,#16a34a);color:#020617;font-weight:900;cursor:pointer}.predictions-gate-box button.primary:hover{filter:brightness(1.1)}.predictions-content{padding:0;text-align:center;max-width:1100px}.predictions-content.blurred{filter:blur(8px);pointer-events:none;-webkit-user-select:none;user-select:none}.predictions-columns{display:grid;grid-template-columns:1fr 1fr;gap:10px}.prediction-column{border-radius:10px;padding:0 10px;background:#f8fafc;display:flex;flex-direction:column;gap:6px;margin-top:0}.prediction-flip{perspective:1200px;position:relative}.prediction-flip-inner{position:relative;width:100%;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,.2,.2,1)}.prediction-flip.flipped .prediction-flip-inner{transform:rotateY(180deg)}.prediction-flip-front,.prediction-flip-back{backface-visibility:hidden;width:100%}.prediction-flip-front{position:relative;z-index:2}.prediction-flip-back{position:absolute;inset:0;transform:rotateY(180deg)}@media(max-width:640px){.predictions-content{padding:0}.predictions-columns{display:flex;flex-direction:column;gap:8px}.prediction-column{padding:0;border-radius:10px}.prediction-column.high{order:1}.prediction-column.low{order:2}}.match-header{display:flex;flex-direction:column;align-items:center}.match-title{font-size:24px;font-weight:900;margin-top:-20px;margin-bottom:30px}.match-finished-meta{font-size:11px;opacity:.65;margin-top:-33px}.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:14px;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:14px;letter-spacing:.18em;margin-top:2px}.match-start-text{font-size:14px;font-weight:700;color:#64748b;margin-bottom:5px}.kickoff-time{font-size:14px;font-weight:900;margin-bottom:50px}.kickoff-time.soon{color:#22c55e}.kickoff-time.urgent{color:#dc2626;animation:urgentPulse 1s infinite}@media(max-width:640px){.page-container,.app-body,.match-page,.match-header,.match-main-row{padding-left:2px;padding-right:2px}.app-shell{padding:2px;gap:5px}.match-main-row .team,.match-main-row .team.right{display:flex;flex-direction:column;align-items:center;text-align:center}.match-main-row .team.right{flex-direction:column-reverse}.match-main-row .team .team-name{margin-top:0;margin-bottom:-50px;white-space:normal;line-height:1.05}.match-header .team-logo{width:100px;height:100px;margin:-20px 0 0}.match-header .match-league .league-logo{width:46px;height:46px;margin:0}.match-card,.match-box,.match-section{margin-left:0;margin-right:0}}.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}.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:13px;cursor:pointer;background:#fff;border:1px solid #e5e7eb}.recent-row:hover{background:#f1f5f9}.recent-team{display:flex;align-items:center;gap:6px;min-width:0}.recent-team.left{justify-content:flex-start}.recent-team-logo{width:22px;height:22px;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:800;font-size:12px;color:#020617}.premium-button{margin-top:-8px;align-self:center}.match-page{width:100%;max-width:1300px;margin-top:-5px}.match-cards-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin:-40px 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}.section-title{text-align:center;font-weight:900;margin-bottom:12px;font-size:20px}.flip-wrap{perspective:1200px;position:relative;max-width:520px;margin:0 auto}.flip-inner{position:relative;width:100%;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,.2,.2,1)}.flip-wrap.flipped .flip-inner{transform:rotateY(180deg)}.flip-face{backface-visibility:hidden;width:100%}.flip-face.front{position:relative;z-index:2}.flip-face.back{position:absolute;inset:0;transform:rotateY(180deg)}.locked-card{background:#020617;color:#e5e7eb;border-radius:16px;padding:26px;text-align:center;box-shadow:0 20px 50px #00000073}.locked-content h3{color:#22c55e;margin-bottom:8px}.locked-content p{margin-bottom:14px}.match-page-state{padding:60px;text-align:center;font-weight:700}.match-page-state.error{color:#dc2626}@media(max-width:740px){.match-cards-row{grid-template-columns:1fr 1fr;gap:8px;margin:0 -19px 22px}.match-cards-row>:nth-child(2){display:none!important}.match-cards-row>*{padding:14px 0;border-radius:10px}}.team-header-pro{display:flex;flex-direction:column;align-items:center;margin:12px auto 32px;max-width:1400px}.team-header-league{font-size:13px;font-weight:700;opacity:.65;margin-bottom:12px}.team-header-league.clickable{cursor:pointer}.team-header-main{display:flex;flex-direction:column;align-items:center;gap:10px}.team-header-logo{width:120px;height:120px;object-fit:contain}.team-header-name{font-size:25px;margin-top:6px;font-weight:900;text-align:center}.team-kpi-row{display:flex;gap:14px;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;margin-bottom:-33px;transition:none}.kpi-value{font-size:20px;font-weight:900}.kpi-label{font-size:11px;font-weight:700;opacity:.6;margin-bottom:3px}.kpi-card.win .kpi-value{color:#16a34a}.kpi-card.draw .kpi-value{color:#ca8a04}.kpi-card.loss .kpi-value{color:#dc2626}.team-card{border-radius:16px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 10px 26px #0000000f;overflow:hidden;min-height:170px;display:flex;flex-direction:column}.team-card-title{padding:14px 16px;font-weight:950;color:#0f172a;background:#f8fafc;border-bottom:1px solid #e5e7eb;text-align:center}.team-card-body{flex:1}.recent-list{padding:14px;display:flex;flex-direction:column;gap:7px}.recent-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:5px 12px;border-radius:10px;border:1px solid #eef2f7;cursor:pointer;transition:transform .1s ease}.recent-row:hover{transform:translateY(-1px)}.recent-row.win{background:#ecfdf5}.recent-row.loss{background:#fef2f2}.recent-row.draw{background:#f8fafc}.recent-team{font-size:17px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:6px;color:#020617}.recent-team.left{text-align:left}.recent-team.right{justify-content:flex-end}.recent-team.win{color:#16a34a}.recent-team.loss{color:#dc2626}.recent-team-logo{width:23px;height:23px;object-fit:contain}.recent-score{font-weight:950;font-size:14px;padding:0 10px;white-space:nowrap}.recent-score.win{color:#16a34a}.recent-score.loss{color:#dc2626}.recent-score.draw{color:#334155}.team-card-footer{margin-bottom:30px;margin-top:0;display:flex;justify-content:center}.team-card .premium-button{height:25px;min-width:180px;margin-top:0;border:none;border-radius:8px;padding:5px 13px;font-weight:900;background:linear-gradient(90deg,#facc15,#f59e0b);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;margin-bottom:-10px}.team-next-card{width:100%;background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 10px 26px #0000000f;overflow:hidden;min-height:180px;display:flex;flex-direction:column;transition:none;transform:none}.team-next-card:hover{transform:none}.team-next-title{padding:14px 16px;font-weight:950;color:#0f172a;background:#f8fafc;border-bottom:1px solid #e5e7eb;text-align:center}.team-next-body{flex:1;padding:12px;display:flex;align-items:center;justify-content:center}.team-next-prediction-wrap{width:100%}.team-next-empty{opacity:.65;font-weight:800}.team-next-footer{margin-top:auto;padding:0 16px 16px;display:flex;justify-content:center}.team-next-card .premium-button{height:25px;border:none;margin-top:-1px;border-radius:8px;padding:5px 13px;font-weight:900;background:linear-gradient(90deg,#facc15,#f59e0b);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.team-next-body .prediction-flip,.team-next-body .prediction-flip-inner,.team-next-body .prediction-flip-front,.team-next-body .prediction-flip-back{width:100%;height:100%}.team-next-body{align-items:stretch}.team-squad{margin-top:-20px}.squad-header{display:flex;align-items:center;gap:14px;margin-bottom:5px}.squad-header img{width:45px;height:45px}.squad-filters{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.squad-filters button{padding:6px 12px;border-radius:999px;border:none;background:#000;color:#e5e7eb;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease;outline:none}.squad-filters button:hover,.squad-filters button:focus,.squad-filters button:active{background:#000!important;color:#e5e7eb!important;transform:scale(1.06);box-shadow:0 4px 12px #0000002e}.squad-filters button.active{background:#0f172a!important;color:#22c55e!important}.squad-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.player-card{background:#fff;border-radius:14px;padding:10px;box-shadow:0 6px 18px #0000000f;display:flex;flex-direction:column;align-items:center;text-align:center}.player-photo{width:78px;height:78px;border-radius:50%;overflow:hidden;margin-bottom:8px;background:#f1f5f9;display:flex;align-items:center;justify-content:center}.player-photo img{width:100%;height:100%;object-fit:cover}.photo-placeholder{font-weight:900;color:#475569}.player-name{font-size:13px;font-weight:900;line-height:1.15}.player-meta{font-size:11px;color:#64748b;margin-top:4px}.player-card.clickable{cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.player-card.clickable:hover{transform:translateY(-3px);box-shadow:0 8px 18px #00000040}.team-page{display:flex;flex-direction:column;gap:18px;max-width:1400px;margin:0 auto;width:100%}.team-cards-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:900px){.team-cards-row{grid-template-columns:1fr}}.pricing-page{max-width:1200px}.pricing-header{text-align:center;margin-top:-25px}.pricing-header h1{font-size:28px;font-weight:900;color:#020617}.pricing-subtitle{margin-top:-10px;font-size:16px;color:#475569}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pricing-card{background:#fff;border-radius:22px;padding:36px 32px 40px;box-shadow:0 10px 30px #00000014;display:flex;flex-direction:column;position:relative;transition:transform .25s ease,box-shadow .25s ease}.pricing-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #0000001f}.plan-tag{position:absolute;top:18px;right:20px;font-weight:800;font-size:11px;letter-spacing:.12em;opacity:.7}.pricing-card h2{font-size:22px;font-weight:900;color:#020617}.plan-desc{margin-top:-15px;color:#475569;font-size:14px}.price{margin-top:5px;font-size:32px;font-weight:900;color:#020617}.price span{font-size:14px;font-weight:600;color:#475569;margin-left:4px}.features{margin-top:20px;padding-left:0;list-style:none;flex-grow:1}.features li{margin-bottom:10px;font-size:14px;color:#020617}.free{border:2px solid #22c55e}.pro{border:2px solid #facc15}.premium{border:2px solid #a78bfa}@media(max-width:580px){.pricing-title{margin-top:30px;margin-bottom:7px;font-size:20px}.pricing-grid{display:flex;flex-direction:column!important;gap:14px;width:100%}.pricing-card{width:100%}.price{font-size:26px}.features{font-size:12px;line-height:1.4}}.info-page{max-width:900px;padding:20px;margin:0 auto;color:#e5e7eb}.info-page-logo{font-size:26px;font-weight:900;letter-spacing:.04em;color:#22c55e}.info-page-logo span{color:#020617}.info-page-logo .info-ball{display:inline-block;color:#22c55e;animation:spin 15s ease-in-out infinite}.info-page section{margin-bottom:80px}.info-page h1{font-size:26px;font-weight:900;margin-bottom:28px;color:#22c55e}.info-page p{font-size:14px;line-height:1.7;margin-bottom:14px;opacity:.9}.info-page .info-page-logo{color:#22c55e}.info-page .info-page-logo span{color:#020617}.info-page .info-page-logo .info-ball{color:#22c55e}.page-container{max-width:1200px;margin:0 auto;padding:24px}h1{margin-bottom:18px;font-size:26px}input,select{background:#020617;border:1px solid rgba(255,255,255,.15);color:#e5e7eb;padding:6px 10px;border-radius:6px;outline:none}input:focus,select:focus{border-color:#22c55e}.page-container>div:nth-of-type(5){margin-top:14px;border:1px solid rgba(255,255,255,.12);border-radius:8px;overflow:hidden}.page-container>div:nth-of-type(5)>div:first-child{background:#ffffff0d;font-weight:700;border-bottom:1px solid rgba(255,255,255,.15)}.page-container>div:nth-of-type(5)>div{display:grid;grid-auto-flow:column}.page-container>div:nth-of-type(5)>div>span,.page-container>div:nth-of-type(5)>div>strong,.page-container>div:nth-of-type(5)>div>div{padding:8px 10px;border-right:1px solid rgba(255,255,255,.08)}.page-container>div:nth-of-type(5)>div>div:last-child{border-right:none}.page-container>div:nth-of-type(5)>div:not(:first-child){border-bottom:1px solid rgba(255,255,255,.08);transition:background .12s ease}.page-container>div:nth-of-type(5)>div:not(:first-child):hover{background:#ffffff0a}button{background:#020617;border:1px solid rgba(255,255,255,.2);color:#e5e7eb;padding:4px 8px;border-radius:6px;cursor:pointer}button:hover:not(:disabled){background:#ffffff0f;border-color:#22c55e}button:last-child{border-color:#ef4444}button:last-child:hover{background:#ef44441f;border-color:#ef4444}button:disabled{opacity:.4;cursor:default}.auth-error{color:#ef4444;margin:10px 0}span[style*="22c55e"]{color:#4ade80!important}span[style*=ef4444]{color:#f87171!important}span[style*=facc15]{color:#fde047!important}.player-page{max-width:1100px;margin:0 auto;padding:0 1px;color:#020617}.player-header-card{display:flex;flex-direction:column;align-items:center;gap:2px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:10px 0 14px;box-shadow:0 8px 20px #0000000f;margin-bottom:12px}.player-header-left img{width:140px;height:140px;object-fit:contain}.player-header-main h1{font-size:26px;font-weight:900;text-align:center;margin:1px 0 0;color:#020617}.player-sub{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;font-size:13px;color:#475569}.player-note{margin-top:10px;font-size:13px;font-weight:700;color:#ca8a04}.player-header-right select{margin-top:8px;padding:6px 12px;border-radius:10px;background:#fff;border:1px solid #e5e7eb;font-weight:700;color:#020617;cursor:pointer}.player-kpi-grid{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:12px}.player-kpi-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px 18px;min-width:92px;text-align:center;box-shadow:0 6px 14px #0000000f}.kpi-label{font-size:11px;font-weight:700;color:#475569;margin-bottom:4px}.kpi-value{font-size:20px;font-weight:800;color:#020617}.player-stats-table{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px 18px;box-shadow:0 6px 14px #0000000f}.player-stats-table table{width:100%;border-collapse:collapse}.player-stats-table th{font-size:12px;font-weight:800;color:#020617;border-bottom:1px solid #e5e7eb;padding:8px;text-align:left}.player-stats-table td{font-size:13px;color:#020617;padding:8px;border-bottom:1px solid #e5e7eb}.article-back-btn{margin-bottom:12px;background:#fff;border:1px solid #e5e7eb;border-radius:9px;padding:6px 12px;font-weight:800;color:#020617;cursor:pointer}@media(max-width:640px){.player-stats-table{padding:1px 5px}.player-stats-table table{display:block;width:100%;overflow-x:auto;white-space:nowrap}.player-stats-table table::-webkit-scrollbar{height:12px}.player-stats-table table::-webkit-scrollbar-thumb{background:#00000026;border-radius:10px}}*{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}
