:root{color-scheme:light;--pum-primary:#45ba67;--pum-primary-hover:#39aa5b;--pum-green-ink:#18713a;--pum-deep:#123d27;--pum-bg:#effaf2;--pum-surface:#ffffff;--pum-border:#cee7d4;--pum-live:#ff6678;--pum-text:#152c1e;--pum-muted:#587260;--pum-soft:#e3f5e8;--pum-soft-2:#f4fbf6;--pum-header-bg:rgba(226,247,232,0.97);--pum-footer-bg:#dcf3e3;--pum-footer-text:#45644e;--pum-shadow:0 18px 55px rgba(22,76,42,0.08);--pum-radius:18px;--pum-max:1180px;--pum-header-h:68px;--font-sans:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--pum-bg);color:var(--pum-text);font-family:var(--font-sans);line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}::selection{background:var(--pum-soft);color:var(--pum-deep)}.sr-only{position:absolute!important}.page-shell{max-width:var(--pum-max);margin:0 auto;padding:36px 18px 80px}.eyebrow{color:var(--pum-green-ink);text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:900}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:12px;font-size:14px;font-weight:800;border:1px solid transparent;transition:transform .15s ease,background .15s ease,border-color .15s ease}.btn-primary{background:var(--pum-deep);color:#fff;border-color:var(--pum-deep)}.btn-primary:hover{background:#0e2f1e;transform:translateY(-1px)}.btn-secondary{background:#fff;color:var(--pum-deep);border-color:var(--pum-border)}.btn-secondary:hover{border-color:var(--pum-primary);transform:translateY(-1px)}.surface{background:var(--pum-surface);border:1px solid var(--pum-border);border-radius:var(--pum-radius);box-shadow:var(--pum-shadow)}.skip-link{position:fixed;left:12px;top:-80px;z-index:1000;background:var(--pum-deep);color:#fff;padding:10px 14px;border-radius:10px}.skip-link:focus{top:12px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(226,247,232,.97);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--pum-border)}.header-inner{max-width:var(--pum-max);min-height:var(--pum-header-h);margin:auto;padding:0 18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:28px;gap:28px}.site-brand{gap:9px;font-size:18px;font-weight:900;letter-spacing:-.03em;white-space:nowrap}.brand-bolt{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--pum-primary);color:var(--pum-deep);font-size:24px;font-weight:1000}.primary-nav{justify-content:center;gap:26px}.primary-nav,.primary-nav a{display:flex;align-items:center;height:var(--pum-header-h)}.primary-nav a{position:relative;color:#31553d;font-size:14px;font-weight:700}.primary-nav a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--pum-primary);transform:scaleX(0);transition:.2s}.primary-nav a:hover:after,.primary-nav a[aria-current=page]:after{transform:scaleX(1)}.primary-nav .nav-link,.primary-nav a.nav-link{display:inline-flex;align-items:center;gap:7px}.nav-icon{display:inline-flex;align-items:center;justify-content:center;color:#18713a;opacity:.92;flex-shrink:0}.primary-nav a:hover .nav-icon,.primary-nav a[aria-current=page] .nav-icon{color:var(--pum-deep);opacity:1}.nav-label{white-space:nowrap}.header-actions{display:flex;align-items:center;gap:10px}.header-app-btn,.header-app-install{display:inline-flex;align-items:center;gap:6px}.header-app-btn{padding:7px 10px;border-radius:11px;border:1px solid #b7e0c4;background:#fff;color:#123d27;text-decoration:none;font-weight:800;font-size:12px;line-height:1.05;white-space:nowrap;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.header-app-btn:hover{transform:translateY(-1px);border-color:#52c774;box-shadow:0 4px 12px rgba(24,113,58,.14)}.header-app-btn-text{display:inline-flex;flex-direction:column;align-items:flex-start;gap:0}.header-app-btn small,.header-app-btn-text small{font-size:9.5px;font-weight:700;opacity:.85;letter-spacing:.02em}.header-app-android{background:linear-gradient(145deg,#2f9d4f,#18713a);border-color:transparent;color:#fff}.header-app-android:hover{border-color:transparent;box-shadow:0 6px 14px rgba(24,113,58,.28)}.header-app-windows{background:#1b4f9c;border-color:transparent;color:#fff}.header-app-get{background:#0f3d22;border-color:transparent;color:#fff}.header-app-get:hover{border-color:transparent;background:#145c30;box-shadow:0 6px 14px rgba(15,61,34,.25)}.header-app-soon{opacity:.75;cursor:default;background:#f3f7f4;color:#5a7262;pointer-events:none}.mobile-nav-apps{margin:8px 14px 4px;padding:12px;border-radius:14px;background:#eef8f1;border:1px solid #c9ebd3}.mobile-nav-apps-title{font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;color:#18713a;margin-bottom:8px}.mobile-nav-apps-row{display:flex;flex-wrap:wrap;gap:8px}.mobile-nav-apps-row .header-app-btn{flex:1 1 auto;justify-content:center;min-height:38px}@media (max-width:1100px){.header-app-btn-text small{display:none}.header-app-btn{padding:8px 9px}}@media (max-width:900px){.header-app-get .header-app-btn-text small,.header-app-install .header-app-android,.header-app-install .header-app-windows{display:none}.header-app-get{padding:8px 10px;font-size:12px}}@media (max-width:420px){.live-pill-text strong{margin-left:2px}}.live-pill{display:inline-flex;align-items:center;gap:7px;background:#dcf4e3;border:1px solid #c9ebd3;color:var(--pum-deep);border-radius:12px;padding:10px 12px;font-size:13px;font-weight:800}.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--pum-primary);box-shadow:0 0 0 0 rgba(69,186,103,.55);animation:pulse 1.8s infinite}@keyframes pulse{70%{box-shadow:0 0 0 8px rgba(69,186,103,0)}to{box-shadow:0 0 0 0 rgba(69,186,103,0)}}.site-footer{position:relative;overflow:hidden;border-top:1px solid var(--pum-border);background:#dcf3e3;padding:12px 18px}.footer-glow{display:none}.footer-inner{max-width:var(--pum-max);margin:0 auto;position:relative;z-index:1;color:var(--pum-footer-text);font-size:13px}.footer-row{justify-content:space-between;gap:16px 24px;flex-wrap:nowrap;min-height:40px}.footer-left,.footer-row{display:flex;flex-direction:row;align-items:center}.footer-left{position:relative;gap:12px;flex:1 1 auto;min-width:0}.footer-logo-fade{position:absolute;left:-6px;top:50%;width:48px;height:48px;display:grid;place-items:center;pointer-events:none;z-index:0;transform:translateY(-50%);opacity:.14;animation:footerLogoFade 6s ease-in-out infinite;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.85),transparent);mask-image:linear-gradient(90deg,rgba(0,0,0,.85),transparent)}.footer-logo-mark{font-size:36px;font-weight:1000;line-height:1;color:var(--pum-primary);-webkit-user-select:none;-moz-user-select:none;user-select:none}.footer-logo-fade-img{width:40px;height:40px;object-fit:contain}@keyframes footerLogoFade{0%,to{opacity:.1}50%{opacity:.22}}.footer-brand-link{position:relative;z-index:1;display:inline-flex;text-decoration:none;color:inherit;flex-shrink:0}.footer-logo-solid{display:inline-flex;flex-direction:row;align-items:center;gap:8px}.footer-logo-mark-sm{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:linear-gradient(145deg,#52c774,#2f9d4f);color:#0b2414;font-size:18px;font-weight:1000;box-shadow:0 4px 10px rgba(47,157,79,.22)}.footer-logo-img-sm{width:30px;height:30px;object-fit:contain;border-radius:8px;background:#fff;border:1px solid #c9ebd3;padding:2px}.footer-brand-text{font-size:14px;font-weight:900;letter-spacing:-.02em;color:var(--pum-text);white-space:nowrap}.footer-copy{position:relative;z-index:1;margin:0;opacity:.72;font-size:12px;white-space:nowrap;border-left:1px solid rgba(69,186,103,.28);padding-left:12px}.footer-pages{flex:0 0 auto;margin-left:auto;min-width:0}.footer-pages-list{list-style:none;margin:0;padding:0;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center;justify-content:flex-end;gap:0 16px}.footer-pages-list>li{display:inline-block;margin:0;padding:0}.footer-pages-list a{color:#2f5540;font-weight:700;font-size:13px;text-decoration:none;white-space:nowrap;line-height:1}.footer-pages-list a:hover{color:var(--pum-deep)}@media (max-width:640px){.site-footer{padding:10px 12px}.footer-row{gap:10px}.footer-copy{display:none}.footer-pages-list{gap:0 12px}.footer-pages-list a{font-size:12.5px}.footer-logo-fade{width:36px;height:36px}.footer-logo-mark{font-size:28px}}.social-links{gap:8px;flex-shrink:0}.social-link,.social-links{display:inline-flex;align-items:center}.social-link{gap:6px;height:32px;padding:0 10px;border-radius:999px;background:#fff;border:1px solid #c9ebd3;color:#123d27;text-decoration:none;font-size:12px;font-weight:800;line-height:1;white-space:nowrap}.social-link:hover{border-color:#52c774;transform:translateY(-1px)}.social-telegram{color:#229ed9}.social-facebook{color:#1877f2}.social-whatsapp{color:#128c7e}.footer-social{flex:0 0 auto}.header-social .social-link-label{display:none}.header-social .social-link{width:32px;padding:0;justify-content:center}.mobile-nav-social{display:flex;flex-wrap:wrap;margin:14px 16px 18px}.mobile-nav-social .social-link{height:40px;padding:0 12px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(240px,.7fr);grid-gap:20px;gap:20px;margin-bottom:28px}.hero-card{padding:28px;border-radius:22px;background:linear-gradient(145deg,#e8f9ed,#d7f1e0);border:1px solid #c5e8cf;box-shadow:var(--pum-shadow)}.hero-card h1{margin:10px 0 12px;font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.045em}.hero-card p{margin:0 0 18px;color:var(--pum-muted);max-width:56ch}.hero-actions{display:flex;flex-wrap:wrap;gap:10px}.hero-side{display:grid;grid-gap:12px;gap:12px}.hero-side-card{padding:18px;border-radius:18px;background:#fff;border:1px solid var(--pum-border);box-shadow:0 8px 24px rgba(25,76,44,.05)}.hero-side-card .number{font-size:34px;font-weight:900;color:var(--pum-deep);letter-spacing:-.04em}.hero-side-card p{margin:8px 0 0;color:var(--pum-muted);font-size:13px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}.section-head h2{margin:6px 0 0;font-size:27px;letter-spacing:-.035em}.match-tabs{gap:26px;border-bottom:1px solid var(--pum-border);margin:8px 0 16px}.match-tabs span{padding:10px 2px;position:relative;font-size:13px;font-weight:800;color:var(--pum-muted)}.match-tabs span.active{color:var(--pum-text)}.match-tabs span.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--pum-primary)}.home-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:28px;gap:28px;align-items:start}.event-list{display:grid;grid-gap:10px;gap:10px}.event-card{display:grid;grid-template-columns:1fr auto;grid-gap:14px;gap:14px;align-items:center;min-height:86px;padding:15px 16px;background:#fff;border:1px solid var(--pum-border);border-left:4px solid var(--pum-primary);border-radius:14px;box-shadow:0 7px 24px rgba(25,76,44,.05)}.event-card strong{display:block;font-size:14px}.event-card small{color:var(--pum-muted);font-size:12px}.badge-live{display:inline-flex;align-items:center;gap:6px;color:var(--pum-live);font-size:11px;font-weight:900;letter-spacing:.04em}.side-card{padding:18px;border-radius:17px;background:linear-gradient(155deg,#eefaf1,#ddf3e4);border:1px solid #c8e7d0;box-shadow:var(--pum-shadow)}.side-card h3{margin:0 0 10px;font-size:16px}.side-card p{margin:0;color:var(--pum-muted);font-size:13px}.foundation-banner{margin-bottom:18px;padding:12px 14px;border-radius:12px;border:1px solid #b8e3c4;background:rgba(255,255,255,.7);font-size:13px;font-weight:700;color:var(--pum-deep)}.state-panel{max-width:720px;margin:48px auto;padding:28px;border-radius:18px;background:#fff;border:1px solid var(--pum-border)}.state-panel h1{margin:0 0 10px}.state-panel p{color:var(--pum-muted)}@media (max-width:900px){.header-inner{grid-template-columns:auto auto;gap:12px}.primary-nav{display:none!important}.menu-toggle{display:inline-flex!important}.header-inner{grid-template-columns:1fr auto;gap:10px}.live-pill{padding:8px 10px;font-size:12px}.brand-text{max-width:42vw;overflow:hidden;text-overflow:ellipsis}.hero-grid,.home-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.pulse-dot{animation:none}.btn-primary,.btn-secondary,.primary-nav a:after{transition:none}}.badge-result,.badge-upcoming{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:900;letter-spacing:.04em;padding:4px 8px;border-radius:999px;background:#e8f4ec;color:var(--pum-deep);border:1px solid var(--pum-border)}.badge-result{background:#eef1f4}.badge-soon{display:inline-flex;align-items:center;gap:6px;color:#b45309;font-size:11px;font-weight:900;letter-spacing:.04em;padding:4px 8px;border-radius:999px;background:#fff7ed;border:1px solid #fdba74}.pulse-dot-soon{background:#f59e0b;box-shadow:0 0 0 0 rgba(245,158,11,.55)}.site-notice{width:100%;border-bottom:1px solid rgba(0,0,0,.06);z-index:45}.site-notice.is-sticky{position:-webkit-sticky;position:sticky;top:var(--pum-header-h,68px)}.site-notice-inner{max-width:1200px;margin:0 auto;padding:9px 16px;display:flex;align-items:center;gap:10px;box-sizing:border-box}.site-notice-icon{flex-shrink:0;font-size:12px;opacity:.9}.site-notice-text{margin:0;flex:1 1;min-width:0;font-size:13px;font-weight:700;line-height:1.4;letter-spacing:-.01em}.site-notice-link{font-weight:900;text-decoration:underline;text-underline-offset:2px;margin-left:4px;white-space:nowrap}.site-notice-close{flex-shrink:0;width:28px;height:28px;border:0;border-radius:8px;background:rgba(0,0,0,.08);color:inherit;font-size:18px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.site-notice-close:hover{background:rgba(0,0,0,.14)}.site-notice-brand{background:linear-gradient(90deg,#e8f8ee,#d7f3e0 50%,#e8f8ee);color:#123d27;border-bottom-color:#b9dfc4}.site-notice-brand .site-notice-link{color:#18713a}.site-notice-info{background:linear-gradient(90deg,#e8f1ff,#dbe7ff);color:#1e3a5f;border-bottom-color:#bfdbfe}.site-notice-info .site-notice-link{color:#1d4ed8}.site-notice-success{background:linear-gradient(90deg,#e8f8ee,#cfeedd);color:#14532d;border-bottom-color:#86efac}.site-notice-success .site-notice-link{color:#15803d}.site-notice-warning{background:linear-gradient(90deg,#fff7e8,#ffefc7);color:#713f12;border-bottom-color:#f0d48a}.site-notice-warning .site-notice-link{color:#b45309}.site-notice-danger{background:linear-gradient(90deg,#fff1f2,#ffe4e6);color:#9f1239;border-bottom-color:#fecdd3}.site-notice-danger .site-notice-link{color:#be123c}@media (max-width:640px){.site-notice-inner{padding:8px 12px;gap:8px}.site-notice-text{font-size:12px}.site-notice-link{white-space:normal}}#pum-aab-bait-root,#pum-aab-bait-root *{pointer-events:none!important}html.pum-aab-lock,html.pum-aab-lock body{overflow:hidden!important;height:100%!important}html.pum-aab-blur body>:not(.pum-aab-overlay){filter:blur(5px);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pum-aab-overlay{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;padding:20px;background:rgba(12,32,20,.62);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-sizing:border-box}.pum-aab-card{width:min(440px,100%);background:linear-gradient(165deg,#ffffff,#f3fbf6);border:1px solid #b9dfc4;border-radius:18px;box-shadow:0 24px 60px rgba(18,61,39,.28);padding:22px 20px 18px;color:#123d27;box-sizing:border-box}.pum-aab-badge{display:inline-flex;padding:4px 10px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;background:#ffe8eb;color:#b42336;border:1px solid #f3b4bd;margin-bottom:10px}.pum-aab-card h2{margin:0 0 8px;font-size:1.25rem;font-weight:900;letter-spacing:-.03em}.pum-aab-card p{margin:0 0 12px;font-size:14px;line-height:1.45;color:#31553d;font-weight:600}.pum-aab-steps{margin:0 0 16px;padding-left:18px;color:#31553d;font-size:13px;font-weight:600;line-height:1.5}.pum-aab-actions{display:flex;flex-wrap:wrap;gap:8px}.pum-aab-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:11px;font-size:13px;font-weight:900;border:1px solid transparent;cursor:pointer}.pum-aab-btn.primary{background:linear-gradient(180deg,#45ba67,#2f9e52);color:#fff;box-shadow:0 8px 18px rgba(31,138,69,.22)}.pum-aab-btn.primary:disabled{opacity:.7;cursor:wait}.pum-aab-btn.ghost{background:#fff;border-color:#cee7d4;color:#123d27}.pum-aab-note{margin-top:12px!important;font-size:12px!important;color:#9f1239!important}.pum-aab-meta{margin:10px 0 0!important;font-size:10px!important;opacity:.45;font-family:ui-monospace,monospace}.menu-toggle{display:none;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid #b9dfc4;border-radius:12px;background:#fff;color:#18713a;cursor:pointer;padding:0;flex-shrink:0}.menu-toggle:hover{border-color:#45ba67;background:#f4fbf6}.menu-toggle-bars{display:flex;flex-direction:column;gap:5px;width:18px}.menu-toggle-bars i{display:block;height:2px;width:100%;border-radius:2px;background:currentColor;transition:transform .18s ease,opacity .18s ease}.site-header.menu-open .menu-toggle-bars i:first-child{transform:translateY(7px) rotate(45deg)}.site-header.menu-open .menu-toggle-bars i:nth-child(2){opacity:0}.site-header.menu-open .menu-toggle-bars i:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav-backdrop{display:none;position:fixed;inset:0;z-index:80;background:rgba(10,30,18,.42);opacity:0;pointer-events:none;transition:opacity .2s ease}.mobile-nav-backdrop.open{display:block;opacity:1;pointer-events:auto}.mobile-nav-drawer{position:fixed;top:0;right:0;z-index:90;width:min(86vw,320px);height:100dvh;background:#f3faf5;border-left:1px solid #c9ebd3;box-shadow:-12px 0 32px rgba(16,48,28,.16);transform:translateX(105%);transition:transform .22s ease;display:flex;flex-direction:column;padding:0 0 18px;overflow:auto}.mobile-nav-drawer.open{transform:translateX(0)}.mobile-nav-head{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 12px;border-bottom:1px solid #d7ebdd;position:-webkit-sticky;position:sticky;top:0;background:#f3faf5;z-index:1}.mobile-nav-title{font-weight:900;font-size:15px;color:#14532d}.mobile-nav-close{width:36px;height:36px;border-radius:10px;background:#fff;color:#31553d;font-size:24px;line-height:1;cursor:pointer;border:1px solid #d7ebdd}.mobile-nav-list{list-style:none;margin:8px 0 0;padding:0 10px;display:grid;grid-gap:4px;gap:4px}.mobile-nav-link{display:flex;align-items:center;gap:12px;padding:13px 12px;border-radius:12px;font-weight:800;font-size:15px;color:#1f4d30;background:transparent}.mobile-nav-link:active,.mobile-nav-link:hover{background:#fff;color:#0f6b32}.mobile-nav-link .nav-icon{color:#18713a;width:22px;display:inline-flex;justify-content:center}.mobile-nav-live{margin:14px 12px 0;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 14px;border-radius:12px;background:linear-gradient(135deg,#45ba67,#18713a);color:#fff!important;font-weight:900;font-size:14px;box-shadow:0 6px 14px rgba(31,138,69,.28)}.mobile-nav-live .pulse-dot{background:#fff;box-shadow:0 0 0 0 rgba(255,255,255,.45)}@media (min-width:901px){.menu-toggle,.mobile-nav-backdrop,.mobile-nav-drawer{display:none!important}}body,html{overflow-x:hidden;max-width:100%}body{position:relative;overscroll-behavior-x:none}.mobile-nav-drawer:not(.open){visibility:hidden;pointer-events:none}.mobile-nav-drawer.open{visibility:visible;pointer-events:auto}.mobile-nav-backdrop:not(.open){display:none!important}@media (max-width:900px){body,html{overflow-x:hidden!important;width:100%;max-width:100%}body{overscroll-behavior-x:none;touch-action:pan-y}.header-inner,.site-footer,.site-header,main{max-width:100%;overflow-x:clip}.mobile-nav-drawer{width:min(86%,320px)!important}}.menu-toggle,.mobile-nav-close,.mobile-nav-link,.mobile-nav-live{touch-action:manipulation;-webkit-tap-highlight-color:rgba(69,186,103,.18)}.mobile-nav-list{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:12px}.badge-test-day{letter-spacing:.02em}.badge-stumps{background:linear-gradient(135deg,#1e3a5f,#0f766e)!important}.match-score-live .match-score-away,.match-score-live .match-score-home{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.match-chip-phase{border-color:rgba(15,118,110,.45);color:#0f766e}.event-test-phase{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin:.75rem 0 .25rem;padding:.65rem .9rem;border-radius:12px;background:linear-gradient(135deg,rgba(15,118,110,.14),rgba(30,58,95,.18));border:1px solid rgba(15,118,110,.35)}.event-test-phase.is-stumps{background:linear-gradient(135deg,rgba(30,58,95,.22),rgba(15,118,110,.2));border-color:rgba(30,64,175,.4)}.event-test-phase-kicker{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;opacity:.75}.event-test-phase strong{font-size:1.05rem;font-weight:800}.event-test-phase-tag{font-size:.75rem;font-weight:700;padding:.2rem .55rem;border-radius:999px;background:rgba(0,0,0,.2)}.badge-test-preview{letter-spacing:.03em}.badge-stumps,.badge-test-day{letter-spacing:.02em}.site-brand{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.site-brand .brand-logo{display:block;height:36px;width:auto;max-width:160px;object-fit:contain}@media (min-width:768px){.site-brand .brand-logo{height:42px;max-width:180px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-info-bar{position:relative;z-index:40;background:linear-gradient(90deg,#0b1f4d,#12306e 48%,#1a3f8a);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 6px 18px rgba(11,31,77,.22);padding:10px 18px;color:#e8eefc}.app-info-bar:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 40% 120% at 0 50%,rgba(241,90,34,.18),transparent 60%),radial-gradient(ellipse 35% 100% at 100% 50%,rgba(69,186,103,.12),transparent 55%);pointer-events:none}.app-info-bar-inner{position:relative;z-index:1;max-width:var(--pum-max);margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 18px}.app-info-bar-copy{display:flex;align-items:center;gap:12px;min-width:0;flex:1 1 240px}.app-info-bar-badge{flex-shrink:0;display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;color:#0b1f4d;background:linear-gradient(135deg,#f15a22,#ff8a4c);box-shadow:0 2px 8px rgba(241,90,34,.35)}.app-info-bar-text-wrap{min-width:0}.app-info-bar-title{margin:0;font-size:14px;font-weight:900;letter-spacing:-.01em;color:#fff;line-height:1.25}.app-info-bar-sub{margin:2px 0 0;font-size:12px;font-weight:600;color:#b9c7e8;line-height:1.3}.app-info-bar-sub strong{color:#fff;font-weight:800}.app-info-bar-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;flex:0 1 auto}.app-info-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:12px;text-decoration:none;font-weight:800;font-size:12.5px;line-height:1.1;border:1px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;white-space:nowrap}.app-info-btn span{display:inline-flex;flex-direction:column;align-items:flex-start;gap:1px}.app-info-btn small{font-size:10px;font-weight:700;opacity:.88}.app-info-btn:hover{transform:translateY(-1px)}.app-info-btn-android{background:#3ddc84;color:#0a2e18;box-shadow:0 4px 12px rgba(61,220,132,.28)}.app-info-btn-android:hover{background:#52e694;box-shadow:0 6px 16px rgba(61,220,132,.4)}.app-info-btn-windows{background:#2b6de8;color:#fff;box-shadow:0 4px 12px rgba(43,109,232,.3)}.app-info-btn-windows:hover{background:#3d7df0}.app-info-btn-soon{background:rgba(255,255,255,.08);color:#c5d0ea;border:1px solid rgba(255,255,255,.14);cursor:default;opacity:.9}.app-info-btn-soon:hover{transform:none}.app-info-btn-more{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.22)}.app-info-btn-more:hover{background:rgba(255,255,255,.18);box-shadow:0 4px 12px rgba(0,0,0,.15)}@media (max-width:720px){.app-info-bar{padding:10px 12px}.app-info-bar-copy{flex-direction:column;align-items:flex-start;gap:6px}.app-info-bar-title{font-size:13px}.app-info-bar-sub{font-size:11.5px}.app-info-btn{padding:7px 10px;font-size:12px}.app-info-btn small{display:none}}.app-page{padding-bottom:40px}.app-page-hero{margin-bottom:22px}.app-page-hero h1{margin:.15rem 0 .5rem;font-size:clamp(1.6rem,3vw,2.1rem);letter-spacing:-.03em}.app-page-lead{margin:0;max-width:40rem;color:#3d5c48;font-size:15px;font-weight:600;line-height:1.5}.app-platform-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:22px}.app-platform-card{border:1px solid var(--pum-border);border-radius:18px;background:#fff;padding:18px 18px 16px;box-shadow:0 10px 28px rgba(18,61,39,.05)}.app-platform-badge{display:inline-flex;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;background:#e8f8ed;color:#18713a;margin-bottom:10px}.app-platform-windows .app-platform-badge{background:#e8eef8;color:#1b4f9c}.app-platform-card h2{margin:0 0 6px;font-size:1.25rem;letter-spacing:-.02em}.app-platform-version{margin:0 0 10px;font-size:13px;color:#4a6755;font-weight:700}.app-platform-notes{margin:0 0 14px;font-size:13.5px;line-height:1.45;color:#3d5c48;font-weight:600}.app-platform-actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.app-dl-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:12px;font-weight:800;font-size:13px;text-decoration:none}.app-dl-btn.btn-primary,a.app-dl-btn.btn-primary{background:#18713a;color:#fff;border:none}.app-dl-btn.btn-secondary,a.app-dl-btn.btn-secondary{background:#f3faf5;color:#145c30;border:1px solid #b7e0c4}.app-dl-disabled{opacity:.65;cursor:not-allowed;pointer-events:none}.app-verify-block{margin-top:8px;padding:10px 12px;border-radius:12px;background:#f6fbf7;border:1px dashed #b7e0c4}.app-verify-label{font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;color:#5f7a68;margin-bottom:6px}.app-verify-hash{display:block;font-size:11px;word-break:break-all;color:#123d27;font-weight:700;line-height:1.4}.app-howto{padding:18px;border-radius:16px}.app-howto h2{margin:0 0 10px;font-size:1.1rem}.app-howto-list{margin:0;padding-left:1.2rem;color:#2f5540;font-weight:600;font-size:14px;line-height:1.55}.app-howto-list li+li{margin-top:6px}@media (max-width:800px){.app-platform-grid{grid-template-columns:1fr}}@media (max-width:640px){.app-install-bar{padding:10px 12px}.app-install-bar-text{font-size:12.5px}.app-install-btn{padding:7px 10px;font-size:12px}.footer-row{flex-wrap:wrap}.footer-apps{order:3;width:100%;justify-content:flex-start}.footer-pages{margin-left:0}}.footer-app-link-windows{background:#1b4f9c}.footer-app-link-windows:hover{background:#163f7d;color:#fff!important}.home-page{padding-top:24px}.home-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:22px;gap:22px;align-items:start}.home-layout-with-sidebar{grid-template-columns:minmax(0,1fr) 360px}.home-center{display:flex;flex-direction:column;gap:0;min-width:0}.home-center-leaderboard{width:100%;margin:0 0 16px;display:flex;justify-content:center}.home-center-leaderboard .ad-leaderboard,.home-center-leaderboard .safe-ad-slot{max-width:none;margin-left:auto;margin-right:auto}.home-layout,.home-layout-with-sidebar,.home-layout-with-wr{align-items:start}.home-sidebar-stack{margin-top:0}.home-rail{width:160px}.home-rail,.home-sidebar{position:-webkit-sticky;position:sticky;top:calc(var(--pum-header-h) + 16px)}.home-sidebar{width:360px;max-width:360px;align-self:start;overflow:visible;box-sizing:border-box;padding-right:0;padding-left:0}.home-sidebar-inner{width:100%;display:flex;flex-direction:column;align-items:center;gap:14px;box-sizing:border-box}.home-sidebar-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;border-radius:12px;background:linear-gradient(135deg,#e8f8ee,#f4fbf6);border:1px solid var(--pum-border);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--pum-deep)}.home-sidebar-width{font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:none;color:var(--pum-muted);background:#fff;border:1px solid var(--pum-border);border-radius:999px;padding:2px 8px}.ad-link{display:block;color:inherit}.ad-slot{min-height:280px;padding:12px;border-radius:16px;background:linear-gradient(160deg,#f3fbf5,#e2f3e8);border:1px dashed #b9dfc4;box-shadow:0 8px 22px rgba(25,76,44,.05);display:flex;flex-direction:column;gap:10px}.ad-label{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#7a9a84}.ad-house-body{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:18px 8px;border-radius:12px;background:rgba(255,255,255,.72);border:1px solid var(--pum-border)}.ad-house-body strong{font-size:15px;letter-spacing:-.02em;color:var(--pum-deep)}.ad-house-body span{font-size:12px;color:var(--pum-muted);line-height:1.35}.ad-image{width:100%;border-radius:12px;object-fit:cover}.match-centre{border:1px dashed #b9dfc4;border-radius:14px;background:linear-gradient(160deg,#f3fbf5,#e2f3e8);padding:16px 14px 14px;box-sizing:border-box;box-shadow:0 8px 22px rgba(25,76,44,.05);overflow:hidden}.match-centre-title{margin:0;font-size:1.25rem;font-weight:900;letter-spacing:-.03em;color:var(--pum-deep,#123d27)}.match-centre-head{margin-bottom:12px}body,html{overflow-x:hidden}.dmr,.match-centre,.match-list,.match-tab-panel{overflow-x:clip}.watch-app-modal{position:fixed;inset:0;z-index:4000;background:rgba(7,28,18,.55);display:flex;align-items:center;justify-content:center;padding:18px;overscroll-behavior:none}.watch-app-modal-card{position:relative;width:min(440px,100%);background:#fff;border-radius:18px;padding:22px 22px 18px;box-shadow:0 24px 60px rgba(18,61,39,.22)}.watch-app-close{position:absolute;top:10px;right:12px;border:0;background:transparent;font-size:22px;cursor:pointer;color:#5f7a68}.watch-app-gate{display:flex;flex-direction:column;gap:10px;color:#123d27}.watch-app-kicker{margin:0;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#18713a}.watch-app-gate h1{margin:0;font-size:1.35rem;letter-spacing:-.03em}.watch-app-gate p{margin:0;color:#31553d;line-height:1.45}.watch-app-note{font-size:13px;color:#5f7a68!important}.waiting-page .watch-app-gate{max-width:440px;margin:24px auto;padding:22px;background:#fff;border:1px solid #d7ebdd;border-radius:18px}.match-centre-head h1,.match-centre-title{margin:6px 0 0;font-size:clamp(26px,3.2vw,34px);letter-spacing:-.04em}.mc-country-bar,.mc-wait-bar{display:flex;align-items:center;gap:10px;overflow-x:auto;white-space:nowrap;margin:0 0 10px;padding:7px 12px;min-height:36px;border-radius:12px;background:#e8f6ec;border:1px solid #c9ebd3;color:#123d27;font-size:12px;font-weight:800;scrollbar-width:none}.mc-country-bar::-webkit-scrollbar,.mc-wait-bar::-webkit-scrollbar{display:none}.mc-wait-bar.is-hot{background:#fde8ee;border-color:#f5c2ce}.mc-wait-pulse{position:relative;width:18px;height:18px;flex:0 0 18px}.mc-wait-pulse:before{content:"";position:absolute;inset:5px;border-radius:50%;background:#18713a}.mc-wait-pulse i{position:absolute;inset:0;border-radius:50%;background:rgba(24,113,58,.28);animation:mc-wait-pulse .9s ease-in-out infinite alternate}.mc-wait-bar.is-hot .mc-wait-pulse:before{background:#9f1239}.mc-wait-bar.is-hot .mc-wait-pulse i{background:rgba(159,18,57,.28)}@keyframes mc-wait-pulse{0%{transform:scale(1);opacity:.42}to{transform:scale(1.9);opacity:.08}}.mc-wait-ico{color:#18713a;font-size:13px}.mc-wait-sep{color:#a3b8a9;font-weight:600}.mc-country-bar{min-height:34px;background:#f4fbf6;border-color:#d7ebdd;gap:14px}.mc-country-item{display:inline-flex;align-items:center;gap:6px}.mc-country-item img{width:22px;height:16px;object-fit:cover;border-radius:2px}.match-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 14px;padding:4px;border-radius:14px;background:#eef7f1;overflow-x:auto;border:1px solid #d7ebdd}.match-tabs button .tab-label{display:inline}.match-tabs button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;cursor:pointer;padding:10px 14px;position:relative;font-size:13px;font-weight:800;color:#45644e;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;border-radius:11px;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.match-tabs button:hover{background:rgba(255,255,255,.7);color:var(--pum-deep)}.match-tabs button.active{background:#fff;color:#167a3a;box-shadow:0 4px 12px rgba(25,76,44,.08)}.match-tabs button.active:after{display:none}.tab-count{min-width:22px;height:20px;padding:0 6px;border-radius:999px;background:#e3f0e7;color:#31553d;font-size:11px;display:inline-flex;align-items:center;justify-content:center;font-weight:900}.match-tabs button.active .tab-count{background:#d7f3e0;color:#167a3a}.match-list{display:grid;grid-gap:12px;gap:12px}.match-card{background:#fff;border:1px solid var(--pum-border);border-left:4px solid var(--pum-primary);border-radius:16px;padding:14px 16px 16px;box-shadow:0 8px 26px rgba(25,76,44,.06)}.match-card.status-live{border-left-color:var(--pum-live)}.match-card.status-completed{border-left-color:#9aab9f}.match-card-top{justify-content:space-between;gap:12px;margin-bottom:12px}.match-card-top,.match-meta{display:flex;align-items:center}.match-meta{gap:10px;flex-wrap:wrap}.match-comp{font-size:12px;font-weight:700;color:var(--pum-muted)}.match-clock{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.countdown{display:inline-flex;align-items:baseline;gap:2px;font-size:13px;font-weight:800;color:var(--pum-deep);background:#eaf7ee;border:1px solid var(--pum-border);border-radius:999px;padding:5px 10px}.countdown em{font-style:normal;font-weight:900}.countdown-live{color:var(--pum-live);background:#fff0f2;border-color:#ffd0d7}.countdown-soon{color:#b45309;background:#fff7ed;border-color:#fed7aa}.match-body{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:12px;gap:12px;align-items:center;padding:6px 0 12px}.match-team{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;min-width:0}.match-team strong{font-size:13px;line-height:1.25;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-logo{width:52px;height:52px;border-radius:0;background:transparent;border:0;box-shadow:none;outline:none;display:grid;place-items:center;overflow:visible;font-size:12px;font-weight:900;color:var(--pum-deep);letter-spacing:-.02em;padding:0}.team-logo img,.team-logo-img{width:100%;height:100%;max-width:52px;max-height:52px;object-fit:contain;object-position:center;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;display:block}.team-logo.size-sm{width:36px;height:36px}.team-logo.size-sm img{max-width:36px;max-height:36px}.team-logo.size-lg{width:64px;height:64px}.team-logo.size-lg img{max-width:64px;max-height:64px}.match-center{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:88px}.match-score{display:flex;align-items:baseline;gap:8px;font-size:28px;font-weight:900;letter-spacing:-.04em;color:var(--pum-deep);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.match-score i{font-style:normal;color:#9ab5a3;font-size:20px}.match-vs{font-size:15px;font-weight:900;letter-spacing:.14em;color:var(--pum-deep);padding:10px 16px;border-radius:999px;background:transparent;border:0;position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:64px}.match-vs-animated{animation:pumVsPulse 1.6s ease-in-out infinite}.match-vs-text{position:relative;z-index:1;background:linear-gradient(90deg,#123d27,#45ba67,#123d27);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:pumVsShine 2.4s linear infinite}.match-vs-animated:before{content:"";position:absolute;inset:-2px;border-radius:999px;background:radial-gradient(circle at 50% 50%,rgba(69,186,103,.28),transparent 70%);animation:pumVsGlow 1.6s ease-in-out infinite;z-index:0}@keyframes pumVsPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes pumVsGlow{0%,to{opacity:.55;transform:scale(.92)}50%{opacity:1;transform:scale(1.12)}}@keyframes pumVsShine{0%{background-position:0 50%}to{background-position:200% 50%}}@media (prefers-reduced-motion:reduce){.match-vs-animated,.match-vs-animated:before,.match-vs-text{animation:none!important}.match-vs-text{color:var(--pum-deep);background:none;-webkit-background-clip:unset;background-clip:unset}}.match-status-line{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--pum-muted)}.match-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:12px;border-top:1px solid #e7f2ea}.match-venue{display:flex;flex-direction:column;gap:3px;min-width:0}.match-when{font-size:12px;font-weight:700;color:var(--pum-text)}.match-place{font-size:12px;color:var(--pum-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px}.match-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px}.match-actions .btn-primary,.match-actions .btn-secondary{min-height:40px;padding:0 14px;font-size:13px}.match-actions>div p{display:none}.waiting-action{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.waiting-hint{font-size:11px;color:var(--pum-muted);font-weight:600}.match-detail-link{min-height:40px}.state-panel.compact{margin:12px 0 0;max-width:none;padding:22px}.state-panel.compact h2{margin:0 0 8px;font-size:18px}.state-panel.compact p{margin:0 0 14px}@media (max-width:1100px){.home-layout,.home-layout-with-sidebar,.home-layout-with-wr{grid-template-columns:minmax(0,1fr)}.home-rail{display:none}.home-sidebar,.home-sidebar-stack,.home-wr-sidebar{position:static;display:flex;flex-direction:column;width:100%;max-width:none}.home-sidebar{align-items:center}}@media (max-width:560px){.match-body{gap:8px}.match-score{font-size:24px}.team-logo{width:44px;height:44px;border-radius:0;background:transparent;border:0}.team-logo img{max-width:44px;max-height:44px;object-fit:contain}.match-footer{flex-direction:column;align-items:stretch}.match-actions{width:100%}.match-actions .btn-primary,.match-actions .btn-secondary,.waiting-action{flex:1 1;width:100%}.waiting-action{align-items:stretch}}.match-meta-chips{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 12px}.match-chip{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;letter-spacing:.02em;color:var(--pum-deep);background:#eaf7ee;border:1px solid var(--pum-border);border-radius:999px;padding:3px 9px;line-height:1.3;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-chip-channel{border-color:#123d27}.match-channel-label,.match-chip-channel{background:#123d27;color:#fff;font-weight:700}.match-channel-label{display:inline-flex;align-items:center;margin-right:8px;padding:6px 10px;border-radius:999px;font-size:12px}.match-chip-muted{color:var(--pum-muted);background:var(--pum-soft-2);font-weight:600}.match-score-final{display:flex;align-items:center;justify-content:center;gap:8px;font-size:clamp(18px,2.4vw,26px);font-weight:900;letter-spacing:-.03em;color:var(--pum-deep);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.15;padding:4px 0}.match-score-final .match-score-sep{font-style:normal;font-weight:800;color:#9ab5a3;font-size:.85em}.match-score-final .match-score-away,.match-score-final .match-score-home{max-width:7.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-card.status-completed .match-score-final{font-size:clamp(14px,2vw,20px);gap:6px}.btn-not-stream{opacity:.85;cursor:not-allowed!important;font-weight:700;letter-spacing:.02em}.match-actions .btn-not-stream:disabled{color:var(--pum-muted);background:#eef4f0;border:1px solid var(--pum-border)}.match-check-more{display:flex;flex-direction:column;align-items:center;gap:6px;margin:18px 0 8px;padding:14px 12px}.match-check-more-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:800;letter-spacing:-.02em;color:var(--pum-deep);background:#e3f5e8;border:1px solid var(--pum-border);border-radius:999px;padding:10px 18px;text-decoration:none;transition:background .15s ease,transform .15s ease}.match-check-more-link:hover{background:#d4efdc;transform:translateY(-1px)}.match-check-more-hint{margin:0;font-size:12px;color:var(--pum-muted);font-weight:600}.home-layout-with-wr{grid-template-columns:minmax(0,1fr) 360px}.home-sidebar-stack{width:360px;max-width:360px;display:flex;flex-direction:column;gap:12px;position:-webkit-sticky;position:sticky;top:calc(var(--pum-header-h) + 12px);align-self:start}.home-wr-sidebar{width:100%;max-width:360px}.home-wr-card,.home-wr-card-compact{width:100%;max-width:320px;box-sizing:border-box;background:linear-gradient(165deg,#ffffff,#f3fbf6 60%,#e8f7ee);border:1px solid var(--pum-border,#cee7d4);border-radius:14px;box-shadow:0 10px 24px rgba(25,76,44,.07);padding:12px 11px 10px;position:relative;overflow:hidden}.home-wr-card:before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,#45ba67,#18713a 55%,#45ba67)}.home-wr-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:10px}.home-wr-eyebrow{margin:0;display:inline-flex;align-items:center;gap:5px;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--pum-green-ink,#18713a)}.home-wr-live-pulse{width:6px;height:6px;border-radius:50%;background:#22c55e;animation:home-wr-pulse 1s ease-out infinite}@keyframes home-wr-pulse{0%{box-shadow:0 0 0 0 rgba(34,197,94,.5)}70%{box-shadow:0 0 0 6px rgba(34,197,94,0)}to{box-shadow:0 0 0 0 rgba(34,197,94,0)}}.home-wr-title{margin:2px 0 0;font-size:1.05rem;font-weight:900;letter-spacing:-.03em;color:var(--pum-deep,#123d27);line-height:1.15}.home-wr-status{flex-shrink:0;display:inline-flex;align-items:center;border-radius:999px;padding:4px 8px;font-size:9px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;border:1px solid var(--pum-border,#cee7d4);background:#fff}.home-wr-status-open{background:#e8f8ee;border-color:#b9dfc4;color:#167a3a}.home-wr-status-hot{background:#ffe8eb;border-color:#f3b4bd;color:#b42336}.home-wr-stats3{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.home-wr-stat{border:1px solid var(--pum-border,#cee7d4);border-radius:11px;background:rgba(255,255,255,.9);padding:8px 10px 7px}.home-wr-stat-label{display:block;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--pum-muted,#587260);margin-bottom:2px}.home-wr-stat-value{display:block;font-size:1.35rem;font-weight:900;letter-spacing:-.04em;color:var(--pum-deep,#123d27);line-height:1.1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.home-wr-stat-value.accent{color:#1f8a45}.home-wr-stat-value.queue{color:#1f6f8a}.home-wr-stat-sub{display:block;margin-top:1px;font-size:10px;font-weight:700;color:var(--pum-muted,#587260)}.home-wr-mini-list{list-style:none;margin:0 0 8px;padding:0;border:1px solid var(--pum-border,#cee7d4);border-radius:11px;background:#fff;overflow:hidden}.home-wr-mini-item{display:grid;grid-template-columns:8px minmax(0,1fr) auto;grid-gap:6px;gap:6px;align-items:center;padding:7px 9px;border-bottom:1px solid #eef6f0;font-size:11px}.home-wr-mini-list li:last-child .home-wr-mini-item{border-bottom:0}.home-wr-mini-item:hover{background:#f4fbf6}.home-wr-live-dot{width:7px;height:7px;border-radius:50%;background:var(--pum-live,#ff6678);box-shadow:0 0 0 2px rgba(255,102,120,.16)}.home-wr-mini-title{font-weight:800;color:var(--pum-deep,#123d27);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-wr-mini-item .ok{color:#18713a;background:#e8f8ee;border:1px solid #b9dfc4;border-radius:999px}.home-wr-mini-item .no,.home-wr-mini-item .ok{font-size:9px;font-weight:900;text-transform:uppercase;padding:2px 6px}.home-wr-mini-item .no{color:#9f1239;background:#fff1f2;border:1px solid #fecdd3;border-radius:999px}.home-wr-empty-sm{margin:0 0 8px;font-size:11px;font-weight:700;color:var(--pum-muted,#587260)}.home-wr-actions,.home-wr-actions-sm{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px;margin-bottom:6px}.home-wr-btn{display:inline-flex;align-items:center;justify-content:center;min-height:32px;border-radius:9px;font-size:11px;font-weight:900;border:1px solid transparent;transition:transform .12s ease}.home-wr-btn:hover{transform:translateY(-1px)}.home-wr-btn.primary{background:linear-gradient(180deg,#45ba67,#2f9e52);color:#fff;box-shadow:0 6px 14px rgba(31,138,69,.2)}.home-wr-btn.ghost{background:#fff;border-color:var(--pum-border,#cee7d4);color:var(--pum-deep,#123d27)}.home-wr-note{margin:0;font-size:9px;line-height:1.35;color:var(--pum-muted,#587260);font-weight:600}.home-wr-note a{color:#18713a;font-weight:800;text-decoration:underline}@media (max-width:980px){.home-sidebar,.home-sidebar-heading,.home-sidebar-inner,.home-sidebar-stack,.home-wr-card,.home-wr-card-compact,.home-wr-sidebar{width:100%;max-width:none}.home-sidebar-stack{display:flex;flex-direction:column;gap:14px;margin-top:4px}.home-layout-with-wr{grid-template-columns:1fr}}@media (max-width:720px){.home-page{padding-top:14px}.match-centre{padding:14px 12px 12px}.match-centre-title{font-size:1.45rem!important;font-weight:900!important;letter-spacing:-.04em;line-height:1.1}.match-tabs{grid-gap:4px;gap:4px;padding:5px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.match-tabs button{font-weight:900!important;font-size:11px!important;padding:6px 3px 5px!important;flex:unset!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:0!important;row-gap:0!important;white-space:normal!important;text-align:center!important;min-height:44px;line-height:1.05!important}.match-tabs button .tab-label{display:block;line-height:1.05;margin:0;padding:0}.match-tabs .tab-count{font-weight:900;font-size:10px;margin:1px 0 0!important;height:15px;line-height:15px;min-width:18px;padding:0 5px}.dmr{border-radius:14px}.dmr-tour{font-weight:900!important;font-size:13.5px!important;line-height:1.15!important}.dmr-chain,.dmr-chip-text{font-weight:800!important;line-height:1.2!important}.dmr-team-name{font-weight:900!important;font-size:12.5px!important;line-height:1.15!important}.dmr-vs-text{font-size:13px!important}.dmr-sport,.dmr-vs-text{font-weight:900!important}.dmr-part-action .btn-not-stream,.dmr-part-action .btn-primary,.dmr-part-action .btn-secondary,.dmr-part-action a.dmr-view-btn{font-weight:900!important;min-height:34px;font-size:12px!important}.home-wr-title{font-size:1.2rem!important}.home-wr-metric strong,.home-wr-metrics strong,.home-wr-title,.mc-clock-hms,.mc-clock-value{font-weight:900!important}.mc-clock-label{font-weight:800!important}.home-sidebar-heading{font-weight:900!important;justify-content:center}}.btn-no-seat{opacity:.92;cursor:not-allowed!important;background:#f3f4f6!important;color:#6b7280!important;border:1px solid #d1d5db!important;font-weight:800;min-width:7.5rem}.match-meta-chain{flex:1 1 auto;min-width:0;align-items:center;gap:8px}.match-meta-chain-line{display:inline;font-size:12px;font-weight:700;color:var(--pum-muted,#587260);line-height:1.35;text-transform:none;letter-spacing:.01em}.match-meta-chain-part{display:inline}.match-meta-dot{color:#9bb5a3;font-weight:800}.match-meta-chain .badge-live,.match-meta-chain .badge-result,.match-meta-chain .badge-soon,.match-meta-chain .badge-upcoming{flex-shrink:0}.match-list .dmr{width:100%;max-width:100%;box-sizing:border-box}.mc-clock{display:inline-flex;align-items:stretch;gap:6px;padding:6px 10px;border-radius:14px;background:linear-gradient(145deg,#e8f8ee,#f4fbf6);border:1px solid #b9dfc4;box-shadow:0 6px 16px rgba(25,76,44,.06);flex-shrink:0}.mc-clock-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:2.4rem;gap:2px}.mc-clock-time{min-width:4.6rem;padding-left:2px}.mc-clock-cell .mc-clock-value{white-space:nowrap}.mc-clock-value{letter-spacing:-.02em;color:var(--pum-deep,#123d27);line-height:1.15}.mc-clock-hms,.mc-clock-value{font-size:13px;font-weight:900;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.mc-clock-hms{display:inline-flex;align-items:baseline;gap:0;color:#167a3a}.mc-clock-sec{color:#18713a;min-width:1.35em;text-align:center}.mc-clock-colon{opacity:.55;margin:0 1px;font-weight:800}.mc-clock-colon-blink{animation:mc-colon-blink 1s step-end infinite}@keyframes mc-colon-blink{0%,49%{opacity:.85}50%,to{opacity:.2}}.mc-clock-label{font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7a9a84;line-height:1}.mc-clock-sep{align-self:center;color:#b9dfc4;font-weight:900;font-size:12px;opacity:.9;padding:0 1px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.match-centre-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}@media (prefers-reduced-motion:reduce){.mc-clock-colon-blink{animation:none;opacity:.55}}@media (max-width:520px){.mc-clock{width:100%;justify-content:space-between;padding:8px 10px}.mc-clock-sep{display:none}}@media (max-width:720px){.dmr-status-row{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:6px;gap:6px}.dmr-sport-inline{display:inline-flex!important;justify-self:center;font-weight:800!important}.dmr-part-action .dmr-sport,.dmr-sport-action{display:none!important}.countdown,.dmr-badge,.dmr-sport-inline,.dmr-team-name,.dmr-tour,.dmr-vs-text,.match-centre-title,.match-tabs .tab-count,.match-tabs button,.mc-clock-hms,.mc-clock-value{font-weight:800!important}.dmr-chain,.dmr-chip-text,.dmr-sub,.dmr-when,.mc-clock-label{font-weight:700!important}.dmr-part-action .btn-not-stream,.dmr-part-action .btn-primary,.dmr-part-action .btn-secondary,.dmr-part-action a.dmr-view-btn{font-weight:800!important}}.live-page .match-centre-head{align-items:flex-start}.live-page .match-centre-head .btn-secondary{flex-shrink:0;white-space:nowrap}.live-page .match-centre-title{margin-top:4px}.schedule-page,.upcoming-page .match-centre-head{align-items:flex-start}.schedule-page,.upcoming-page .match-centre-head .btn-secondary{flex-shrink:0;white-space:nowrap}.schedule-page,.upcoming-page .match-centre-title{margin-top:4px}.results-page .match-centre-head{align-items:flex-start}.results-page .match-centre-head .btn-secondary{flex-shrink:0;white-space:nowrap}.results-page .match-centre-title{margin-top:4px}@media (max-width:720px){.match-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:4px;gap:4px;overflow-x:visible}.match-tabs button{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:0!important;row-gap:0!important;padding:6px 3px 5px!important;font-size:11px!important;line-height:1.05!important;white-space:normal!important;text-align:center!important;flex:unset!important;min-height:44px}.match-tabs button .tab-label{display:block;font-weight:900;letter-spacing:-.01em;line-height:1.05;margin:0;padding:0}.match-tabs .tab-count{min-width:18px;height:15px;font-size:10px;padding:0 5px;margin:1px 0 0!important;line-height:15px}}.leagues-page .match-centre-title{letter-spacing:-.03em}.league-date-bar{display:flex;flex-wrap:nowrap;align-items:center;gap:10px;margin:14px 0 10px;padding:12px 14px;border-radius:16px;background:linear-gradient(180deg,#f7fcf8,#eef8f1);border:1px solid rgba(18,65,44,.1)}.league-date-nav,.league-date-today{font-size:13px;font-weight:800;color:#1e6a43;text-decoration:none;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid rgba(18,65,44,.12)}.league-date-nav:hover,.league-date-today:hover{background:#edf8f0}.league-date-form{display:flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0}.league-date-input{flex:1 1;min-width:0;border:1px solid rgba(18,65,44,.15);border-radius:12px;padding:8px 12px;font:inherit;font-weight:700;color:#12412c;background:#fff}.league-date-go{white-space:nowrap}.league-list{display:grid;grid-gap:12px;gap:12px}.league-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-radius:18px;background:#fff;border:1px solid rgba(18,65,44,.1);box-shadow:0 10px 28px rgba(18,65,44,.06);text-decoration:none;color:inherit;transition:transform .16s ease,box-shadow .16s ease}.league-card:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(18,65,44,.1);border-color:rgba(69,186,103,.35)}.league-card-sport{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#1e6a43;margin-bottom:4px}.league-card-title{margin:0;font-size:1.05rem;font-weight:800;letter-spacing:-.02em;color:#0f2a1c;line-height:1.25}.league-card-meta{margin:6px 0 0;font-size:13px;color:#6b7f71;font-weight:600}.league-card-stats{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto}.league-stat{font-size:11px;font-weight:800;padding:5px 10px;border-radius:999px;background:#edf8f0;color:#1e6a43;border:1px solid #d5ecd9;display:inline-flex;align-items:center;gap:6px}.league-stat.live{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.league-stat.up{background:#eef6ff;color:#1d4ed8;border-color:#dbeafe}.league-stat.res{background:#f3f4f6;color:#4b5563;border-color:#e5e7eb}.league-card-go{width:32px;height:32px;border-radius:999px;display:grid;place-items:center;background:#edf8f0;color:#1e6a43;font-size:18px;font-weight:800}.league-detail-actions{display:flex;flex-wrap:wrap;gap:8px}.league-match-sections{display:grid;grid-gap:22px;gap:22px}.league-match-block .entity-count{font-size:13px;font-weight:800;color:#1e6a43;background:#edf8f0;border-radius:999px;padding:4px 10px}@media (max-width:720px){.leagues-page .page-shell,.leagues-page.page-shell{padding-left:10px;padding-right:10px}.leagues-page .match-centre{padding:10px 10px 14px!important;border-radius:14px}.leagues-page .match-centre-head{gap:8px!important;margin-bottom:6px!important;align-items:flex-start!important}.leagues-page .match-centre-title{font-size:1.2rem!important;line-height:1.15!important;margin:0!important}.leagues-page .eyebrow{font-size:10px!important;letter-spacing:.06em!important}.leagues-page .btn-secondary{padding:6px 10px!important;font-size:12px!important;border-radius:10px!important}.league-date-bar{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:4px!important;margin:8px 0!important;padding:6px!important;border-radius:12px!important;overflow-x:auto;-webkit-overflow-scrolling:touch}.league-date-nav,.league-date-today{font-size:11px!important;padding:6px 7px!important;border-radius:9px!important;flex:0 0 auto!important;white-space:nowrap!important}.league-date-form{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;order:0!important;gap:4px!important}.league-date-form,.league-date-input{min-width:0!important;flex:1 1 auto!important}.league-date-input{width:auto!important;max-width:none!important;padding:5px 6px!important;border-radius:9px!important;font-size:12px!important}.league-date-go{flex:0 0 auto!important;padding:5px 8px!important;font-size:11px!important;white-space:nowrap!important}.league-day-label{margin:0 0 8px!important;font-size:12px!important;line-height:1.3!important}.league-card,.league-list{gap:8px!important}.league-card{flex-direction:row!important;align-items:center!important;padding:10px!important;border-radius:12px!important;box-shadow:0 4px 12px rgba(18,65,44,.05)!important}.league-card:hover{transform:none!important}.league-card-main{min-width:0;flex:1 1 auto}.league-card-sport{font-size:9px!important;letter-spacing:.06em!important;margin-bottom:1px!important}.league-card-title{font-size:.92rem!important;line-height:1.2!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.league-card-meta{margin-top:2px!important;font-size:11px!important}.league-card-stats{width:auto!important;flex:0 0 auto!important;justify-content:flex-end!important;gap:4px!important;max-width:42%}.league-stat{font-size:10px!important;padding:3px 6px!important;gap:3px!important}.league-stat .pulse-dot{width:6px!important;height:6px!important}.league-card-go{width:24px!important;height:24px!important;font-size:14px!important;flex-shrink:0}.league-detail-actions{gap:6px!important;width:100%}.league-detail-actions .btn-secondary{flex:1 1 auto;text-align:center;justify-content:center}.league-match-sections{gap:12px!important}.league-match-block .match-centre-head{margin-bottom:6px!important}.league-match-block .match-centre-title{font-size:1rem!important}.league-match-block .entity-count{font-size:11px!important;padding:2px 8px!important}.leagues-page .match-list{gap:8px!important}.leagues-page .dmr{padding:8px!important;border-radius:12px!important;gap:6px!important}.leagues-page .dmr-tour{font-size:10px!important;margin-bottom:2px!important}.leagues-page .dmr-team-name{font-size:12px!important}.leagues-page .dmr-chain,.leagues-page .dmr-chip-text,.leagues-page .dmr-sub,.leagues-page .dmr-vs-text,.leagues-page .dmr-when{font-size:10px!important}.leagues-page .dmr-part-action .btn-not-stream,.leagues-page .dmr-part-action .btn-primary,.leagues-page .dmr-part-action .btn-secondary,.leagues-page .dmr-part-action a.dmr-view-btn{min-height:32px!important;padding:6px 10px!important;font-size:12px!important}.leagues-page .state-panel.compact{padding:14px 12px!important}.leagues-page .state-panel.compact h2{font-size:1rem!important}}@media (max-width:400px){.league-card-title{font-size:.86rem!important}.league-date-bar{gap:3px!important;padding:5px!important}.league-date-nav,.league-date-today{padding:5px 6px!important;font-size:10px!important}.league-date-input{font-size:11px!important;padding:4px 5px!important}.league-date-go{padding:4px 6px!important;font-size:10px!important}}.league-day-summary{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:10px 0 8px;padding:10px 12px;border-radius:16px;background:linear-gradient(135deg,rgba(69,186,103,.1),rgba(18,65,44,.04)),#f7fcf8;border:1px solid rgba(18,65,44,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.league-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 11px;border-radius:999px;font-size:12px;font-weight:800;line-height:1.2;color:#1e4d30;background:#fff;border:1px solid rgba(18,65,44,.1);box-shadow:0 2px 8px rgba(18,65,44,.05);white-space:nowrap}.league-chip-ico{font-size:11px;opacity:.9;line-height:1}.league-chip-day.is-today{background:linear-gradient(135deg,#45ba67,#1e8a45);color:#fff;border-color:transparent;box-shadow:0 4px 12px rgba(30,138,69,.28)}.league-chip-day.is-today .league-chip-ico{color:#fff;text-shadow:0 0 8px rgba(255,255,255,.7)}.league-chip-day:not(.is-today){background:#eef2f0;color:#4b6354}.league-chip-date{color:#0f2a1c;background:#fff}.league-chip-date strong{font-weight:900;letter-spacing:-.01em}.league-chip-sport.sport-cricket{background:#edf8f0;color:#14532d;border-color:#c9ebd3}.league-chip-sport.sport-football{background:#eef6ff;color:#1d4ed8;border-color:#dbeafe}.league-chip-tournaments{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.league-chip-matches{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.league-chip-num{display:inline-grid;place-items:center;min-width:1.35rem;height:1.35rem;padding:0 5px;border-radius:999px;font-size:12px;font-weight:900;background:rgba(0,0,0,.06)}.league-chip-matches .league-chip-num{background:rgba(154,52,18,.1)}.league-chip-tournaments .league-chip-num{background:rgba(22,101,52,.1)}.league-chip-unit{font-size:11px;font-weight:800;letter-spacing:.01em;text-transform:lowercase;opacity:.92}.league-day-label{margin:0 0 14px;font-size:14px;color:#5a7262}.league-day-label strong{color:#12412c}.league-day-count{color:#6b7f71}@media (max-width:720px){.league-day-summary{gap:6px;margin:8px 0 6px;padding:8px;border-radius:12px}.league-chip{padding:5px 8px;font-size:11px;gap:4px}.league-chip-num{min-width:1.2rem;height:1.2rem;font-size:11px}.league-chip-ico,.league-chip-unit{font-size:10px}}.league-sport-tabs{display:flex;flex-wrap:nowrap;gap:8px;margin:4px 0 12px;padding:4px;border-radius:14px;background:linear-gradient(180deg,#f3faf5,#e8f6ec);border:1px solid rgba(18,65,44,.1)}.league-sport-tab{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 12px;border-radius:11px;font-weight:800;font-size:14px;color:#31553d;text-decoration:none;background:transparent;border:1px solid transparent;transition:background .15s ease,color .15s ease,box-shadow .15s ease;white-space:nowrap}.league-sport-tab:hover{background:rgba(255,255,255,.72);color:#0f6b32}.league-sport-tab.active{background:#fff;color:#0f2a1c;border-color:rgba(69,186,103,.35);box-shadow:0 4px 14px rgba(18,65,44,.08)}.league-sport-tab-count{font-size:11px;font-weight:800;min-width:1.5rem;padding:2px 7px;border-radius:999px;background:#edf8f0;color:#1e6a43;border:1px solid #d5ecd9;text-align:center}.league-sport-tab.active .league-sport-tab-count{background:#dcf4e3;border-color:#b9dfc4}@media (max-width:720px){.league-sport-tabs{gap:4px;margin:2px 0 10px;padding:3px;border-radius:12px}.league-sport-tab{padding:8px 6px;font-size:12px;gap:5px;border-radius:9px}.league-sport-tab-count{font-size:10px;padding:1px 5px;min-width:1.25rem}}.league-acc-list{gap:10px}.league-acc-item{border-radius:18px;background:#fff;border:1px solid rgba(18,65,44,.1);box-shadow:0 10px 28px rgba(18,65,44,.06);overflow:hidden}.league-acc-item.open{border-color:rgba(69,186,103,.4);box-shadow:0 12px 32px rgba(18,65,44,.1)}button.league-acc-trigger.league-card{width:100%;margin:0;border:0;border-radius:0;box-shadow:none;background:transparent;cursor:pointer;text-align:left;font:inherit;color:inherit}button.league-acc-trigger.league-card:hover{transform:none;box-shadow:none;background:#f7fcf8}.league-acc-item.open button.league-acc-trigger.league-card{background:linear-gradient(180deg,#f3faf5,#fff);border-bottom:1px solid rgba(18,65,44,.08)}.league-acc-chevron{transition:transform .18s ease;transform:rotate(0deg)}.league-acc-chevron.open{transform:rotate(90deg);background:#45ba67!important;color:#fff!important}.league-acc-panel{padding:10px 12px 14px;background:linear-gradient(180deg,rgba(243,250,245,.65),#fff 40%);animation:leagueAccIn .18s ease}@keyframes leagueAccIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.league-acc-empty{padding:14px 12px;text-align:center;font-size:13px;font-weight:700;color:#6b7f71;background:#f7fcf8;border-radius:12px;border:1px dashed #cfe5d4}.league-drop-section{margin-top:10px}.league-drop-section:first-child{margin-top:0}.league-drop-section-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 0 8px;padding:0 2px;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:#1e6a43}.league-drop-section-head em{font-style:normal;min-width:1.4rem;text-align:center;padding:2px 7px;border-radius:999px;background:#edf8f0;border:1px solid #d5ecd9;font-size:11px}.league-acc-panel .match-list{gap:8px}@media (max-width:720px){.league-acc-item{border-radius:12px}.league-acc-panel{padding:8px 8px 10px}.league-drop-section{margin-top:8px}}.leagues-page .league-stat,.leagues-page .league-stat.live,.leagues-page .league-stat.res,.leagues-page .league-stat.up{display:inline-flex!important}.leagues-page .league-stat.is-zero{opacity:.45}.league-sport-tabs.is-pending{opacity:.72;pointer-events:none}button.league-sport-tab{cursor:pointer;border:1px solid transparent;font:inherit}.league-drop-empty{padding:8px 10px;margin-bottom:4px;border-radius:10px;background:#f7fcf8;border:1px dashed #d5ecd9;font-size:12px;font-weight:700;color:#6b7f71}.league-drop-section.is-empty .league-drop-section-head{opacity:.75}@media (max-width:720px){.leagues-page .league-card-stats{max-width:none!important;width:auto!important;flex-wrap:wrap!important;gap:3px!important}.leagues-page .league-stat{font-size:9px!important;padding:2px 5px!important}.leagues-page .league-card-stats .league-stat.up,.leagues-page .league-stat.res{display:inline-flex!important}}@media (max-width:400px){.leagues-page .league-card-stats .league-stat.up{display:inline-flex!important}}.watch-ad-break{position:fixed;inset:0;z-index:80;background:#0b1f4d;display:flex;align-items:center;justify-content:center}.watch-ad-break-img{max-width:min(92vw,720px);max-height:78vh;object-fit:contain}.watch-ad-break-fallback{text-align:center;color:#fff}.watch-ad-break-fallback p{margin:0;letter-spacing:.08em;font-size:13px;font-weight:800;color:#b9c7e8}.watch-ad-break-fallback strong{display:block;margin-top:8px;font-size:22px}.watch-ad-break-count{position:absolute;top:16px;right:16px;background:rgba(18,61,39,.85);color:#fff;border-radius:12px;padding:8px 14px;text-align:center}.watch-ad-break-count span{display:block;font-size:10px;font-weight:800;letter-spacing:.08em}.watch-ad-break-count b{display:block;font-size:22px;line-height:1.1}.watch-ad-break-hint{position:absolute;left:0;right:0;bottom:0;margin:0;padding:16px;background:rgba(11,31,77,.6);color:#fff;text-align:center;font-weight:800;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.watch-ad-break-frame{width:min(92vw,720px);height:min(70vh,560px);border:0;background:#0b1f4d}.watch-ad-break-skip{border:0;border-radius:10px;padding:8px 14px;font-weight:800;background:#fff;color:#0b1f4d;cursor:pointer}.watch-ad-break-frame-wrap{position:relative;width:min(92vw,720px);height:min(70vh,560px)}.watch-ad-break-frame-wrap .watch-ad-break-frame{width:100%;height:100%}.watch-ad-break-hit{position:absolute;inset:0;border:0;padding:0;background:transparent;cursor:pointer}.watch-ad-break-fallback,.watch-ad-break-img{cursor:pointer}