/* Nabd Football 3.3 — Professional Sports Media Homepage */
:root{--hm-page:#f4f7fa;--hm-surface:#fff;--hm-surface-2:#eef3f7;--hm-ink:#101d2f;--hm-muted:#66758a;--hm-border:#dce5ed;--hm-soft:#f7f9fb;--hm-shadow:0 12px 34px rgba(8,30,50,.08);--hm-container:1240px;--hm-header-h:74px;--hm-bottom-h:68px;--hm-focus:0 0 0 3px rgba(23,184,166,.3)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.hm-body{margin:0;background:var(--hm-page);color:var(--hm-ink);font-family:var(--hm-font);line-height:1.55;overflow-x:hidden;text-rendering:optimizeLegibility}.hm-body img{max-width:100%;display:block}.hm-body a{color:inherit;text-decoration:none}.hm-body button,.hm-body input,.hm-body select{font:inherit}.hm-body button{cursor:pointer}.hm-body .icon{width:1.25em;height:1.25em;flex:none}.hm-container{width:min(calc(100% - 32px),var(--hm-container));margin-inline:auto}.hm-main{min-height:65vh}.hm-home{padding-bottom:30px}.hm-stretched{position:absolute;inset:0;z-index:3}.sr-only,.hm-skip{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.hm-skip:focus{position:fixed!important;top:8px;right:8px;width:auto!important;height:auto!important;padding:10px 16px!important;margin:0!important;clip:auto!important;overflow:visible!important;background:#fff;color:#000;z-index:9999;border-radius:10px}.hm-hide-desktop,.hm-hide-tablet,.hm-hide-mobile{display:none!important}
:focus-visible{outline:none;box-shadow:var(--hm-focus)}
/* status */
.toast-region{position:fixed;inset:auto 16px calc(var(--hm-bottom-h) + 20px) auto;z-index:1200}.hm-offline,.hm-preview{position:fixed;inset-inline:0;top:0;z-index:2000;min-height:40px;padding:8px 16px;background:#7b2530;color:#fff;display:flex;align-items:center;justify-content:center;gap:10px}.hm-offline[hidden]{display:none}.hm-preview{background:#f2b705;color:#1c1b12;justify-content:flex-start;position:relative}.hm-preview a{margin-inline-start:auto;text-decoration:underline}
/* header */
.hm-header{height:var(--hm-header-h);background:rgba(255,255,255,.97);border-bottom:1px solid var(--hm-border);position:sticky;top:0;z-index:800;backdrop-filter:blur(14px);transition:height .2s,box-shadow .2s}.hm-header.is-compact{height:62px;box-shadow:0 6px 22px rgba(8,30,50,.1)}.hm-header-main{height:100%;display:flex;align-items:center;gap:24px}.hm-brand{display:flex;align-items:center;gap:10px;min-width:max-content}.hm-brand-mark{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,var(--hm-primary),var(--hm-accent));color:#fff;font-weight:900;font-size:26px;box-shadow:0 10px 20px color-mix(in srgb,var(--hm-primary) 25%,transparent)}.hm-brand-copy{display:flex;flex-direction:column;line-height:1.22}.hm-brand-copy strong{font-size:18px}.hm-brand-copy small{font-size:11px;color:var(--hm-muted)}.hm-desktop-nav{display:flex;align-items:center;gap:2px;flex:1}.hm-desktop-nav a{height:42px;padding:0 12px;display:flex;align-items:center;gap:6px;border-radius:12px;color:#415066;font-size:14px;font-weight:700;white-space:nowrap}.hm-desktop-nav a:hover,.hm-desktop-nav a.active{background:var(--hm-surface-2);color:var(--hm-primary)}.hm-desktop-nav a i{width:7px;height:7px;border-radius:50%;background:var(--hm-live);box-shadow:0 0 0 4px rgba(229,57,53,.12)}.hm-header-actions{display:flex;align-items:center;gap:6px}.hm-icon-btn{width:42px;height:42px;border:0;background:transparent;color:#415066;border-radius:12px;display:grid;place-items:center;position:relative}.hm-icon-btn:hover{background:var(--hm-surface-2);color:var(--hm-primary)}.hm-menu-btn{display:none}.hm-account{display:flex;align-items:center;gap:7px;padding:0 12px;height:42px;border-radius:12px;background:var(--hm-surface-2);font-weight:700;font-size:13px}.hm-badge-btn b{position:absolute;inset:3px 3px auto auto;background:var(--hm-live);color:#fff;font-size:9px;min-width:17px;height:17px;border-radius:9px;display:grid;place-items:center}.hm-language{position:relative}.hm-language button small{font-size:9px;position:absolute;bottom:3px}.hm-language>div{position:absolute;top:48px;left:0;min-width:150px;background:#fff;border:1px solid var(--hm-border);box-shadow:var(--hm-shadow);border-radius:14px;padding:8px}.hm-language>div a{display:block;padding:9px 12px;border-radius:9px;font-size:13px}.hm-language>div a:hover,.hm-language>div a.active{background:var(--hm-surface-2);color:var(--hm-primary)}
/* drawers/search */
.hm-drawer{position:fixed;inset:0;z-index:1100;display:grid;grid-template-columns:min(360px,88vw) 1fr}.hm-drawer[hidden]{display:none}.hm-drawer-panel{height:100dvh;background:var(--hm-navy);color:#dce7f3;overflow-y:auto;overscroll-behavior:contain;padding:16px 18px calc(32px + env(safe-area-inset-bottom));box-shadow:16px 0 50px rgba(0,0,0,.3)}[dir=rtl] .hm-drawer-panel{grid-column:1;box-shadow:-16px 0 50px rgba(0,0,0,.3)}.hm-drawer-panel header{position:sticky;top:-16px;z-index:2;background:var(--hm-navy);display:flex;align-items:center;justify-content:space-between;padding:12px 0 18px;border-bottom:1px solid rgba(255,255,255,.12)}.hm-drawer-panel .hm-brand-mark{width:42px;height:42px}.hm-drawer-panel nav{display:grid;gap:5px;padding:18px 0}.hm-drawer-panel nav a{display:flex;align-items:center;gap:13px;min-height:48px;padding:10px 14px;border-radius:13px;color:#b9c7d9;font-weight:700}.hm-drawer-panel nav a:hover,.hm-drawer-panel nav a.active{background:rgba(255,255,255,.08);color:#fff}.hm-drawer-panel footer{border-top:1px solid rgba(255,255,255,.12);padding-top:16px;display:flex;gap:18px;flex-wrap:wrap;font-size:12px}.hm-drawer-backdrop{border:0;background:rgba(4,12,22,.63);backdrop-filter:blur(3px)}body.hm-lock{overflow:hidden;touch-action:none}.hm-search{position:fixed;inset:0;z-index:1150;display:grid;place-items:start center;padding-top:max(6vh,50px)}.hm-search[hidden]{display:none}.hm-search-backdrop{position:absolute;inset:0;border:0;background:rgba(3,12,23,.72);backdrop-filter:blur(5px)}.hm-search>section{width:min(720px,calc(100% - 28px));position:relative;background:#fff;border-radius:22px;box-shadow:0 28px 90px rgba(0,0,0,.3);padding:20px;max-height:82dvh;overflow:auto}.hm-search header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.hm-search header div{display:flex;flex-direction:column}.hm-search header small{color:var(--hm-muted)}.hm-search label{min-height:52px;border:1px solid var(--hm-border);border-radius:15px;display:flex;align-items:center;gap:10px;padding:0 15px}.hm-search label input{border:0;outline:0;flex:1;min-width:0;background:transparent;font-size:16px}.hm-search-results{padding-top:14px;display:grid;gap:7px}.hm-search-results a{padding:11px 12px;border-radius:12px;background:var(--hm-soft);display:flex;align-items:center;gap:10px}.hm-search-recent{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.hm-search-recent button{border:1px solid var(--hm-border);background:#fff;border-radius:999px;padding:6px 11px}
/* demo/breaking */
.hm-demo-banner{background:#fff8da;border-bottom:1px solid #efd77b;color:#473700}.hm-demo-banner .hm-container{min-height:46px;display:flex;align-items:center;gap:10px}.hm-demo-banner p{display:flex;gap:8px;align-items:center;margin:0;font-size:13px;flex:1}.hm-demo-banner a{font-weight:800;font-size:12px;text-decoration:underline}.hm-breaking{background:var(--hm-navy);color:#fff}.hm-breaking .hm-container{min-height:48px;display:flex;align-items:center;gap:12px}.hm-breaking-badge{background:var(--hm-live);font-size:12px;font-weight:900;padding:5px 10px;border-radius:7px;display:flex;align-items:center;gap:6px}.hm-breaking-badge i{width:7px;height:7px;background:#fff;border-radius:50%;animation:hmPulse 1.6s infinite}.hm-breaking-track{flex:1;min-width:0;overflow:hidden;position:relative;height:30px}.hm-breaking-track a{position:absolute;inset:0;display:flex;align-items:center;gap:12px;opacity:0;transform:translateY(8px);pointer-events:none;transition:.25s}.hm-breaking-track a.active{opacity:1;transform:none;pointer-events:auto}.hm-breaking-track b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hm-breaking-track small{color:#9dafc2;font-size:11px;white-space:nowrap}.hm-breaking-controls{display:flex}.hm-breaking-controls button{border:0;background:transparent;color:#fff;width:30px;height:30px;display:grid;place-items:center;border-radius:8px}.hm-breaking-controls button:hover{background:rgba(255,255,255,.12)}
/* section generic */
.hm-section-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:17px}.hm-section-head>div:first-child{min-width:0}.hm-section-head span{font-size:12px;font-weight:800;color:var(--hm-primary);letter-spacing:.02em}.hm-section-head h2{font-size:26px;line-height:1.25;margin:3px 0;color:var(--hm-ink)}.hm-section-head p{margin:0;color:var(--hm-muted);font-size:13px}.hm-section-head>a{color:var(--hm-primary);font-size:13px;font-weight:800;display:flex;align-items:center;gap:4px;white-space:nowrap}.hm-section-head-inline{align-items:center}.hm-ad-slot{min-height:0;margin-block:14px;background:#fff;border:1px solid var(--hm-border);border-radius:15px;padding:8px;display:grid;place-items:center}.hm-ad-slot small{font-size:10px;color:var(--hm-muted)}
/* quick scores */
.hm-quick-section{padding:25px 0 28px;background:linear-gradient(135deg,#eef7f6 0%,#f9fbfd 48%,#edf3f8 100%);border-bottom:1px solid var(--hm-border)}.hm-quick-meta{display:flex;align-items:center;gap:16px}.hm-quick-meta time{font-size:12px;color:var(--hm-muted)}.hm-quick-meta a{font-size:13px;color:var(--hm-primary);font-weight:800;display:flex;gap:4px;align-items:center}.hm-quick-strip{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 8px;scrollbar-width:thin;overscroll-behavior-inline:contain}.hm-quick-card{scroll-snap-align:start;flex:0 0 226px;min-height:174px;border:1px solid var(--hm-border);background:rgba(255,255,255,.96);border-radius:17px;padding:11px 13px;box-shadow:0 8px 22px rgba(8,30,50,.05);display:grid;grid-template-columns:1fr auto 1fr;grid-template-areas:'head head head' 'home score away';gap:8px;position:relative;transition:transform .18s,box-shadow .18s}.hm-quick-card:hover{transform:translateY(-2px);box-shadow:var(--hm-shadow)}.hm-quick-card.is-live{border-color:color-mix(in srgb,var(--hm-live) 45%,var(--hm-border))}.hm-quick-card header{grid-area:head;display:flex;justify-content:space-between;gap:8px;border-bottom:1px solid var(--hm-border);padding-bottom:7px;font-size:10px;color:var(--hm-muted)}.hm-quick-card header span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:145px}.hm-quick-card header em{font-style:normal;font-weight:900}.hm-quick-card.is-live header em{color:var(--hm-live)}.hm-quick-team{display:flex;flex-direction:column;align-items:center;text-align:center;gap:5px;min-width:0}.hm-quick-team:first-of-type{grid-area:home}.hm-quick-team:last-of-type{grid-area:away}.hm-quick-team>span{width:45px;height:45px;border-radius:14px;background:var(--hm-soft);display:grid;place-items:center}.hm-quick-team img{width:39px;height:39px;object-fit:contain}.hm-quick-team b{font-size:13px}.hm-quick-team strong{font-size:11px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hm-quick-score{grid-area:score;align-self:center;font-weight:900;font-size:17px;white-space:nowrap}.hm-compact-empty{min-height:170px;border:1px dashed #b7c5d2;border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:center;gap:25px;padding:20px}.hm-compact-empty>div{display:flex;align-items:center;gap:12px}.hm-compact-empty .icon{font-size:32px;color:var(--hm-primary)}.hm-compact-empty span{display:flex;flex-direction:column}.hm-compact-empty small{color:var(--hm-muted)}.hm-compact-empty>a{background:var(--hm-primary);color:#fff;padding:9px 14px;border-radius:11px;font-weight:800;font-size:13px}
/* lead editorial */
.hm-lead-news{padding-block:30px}.hm-lead-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(330px,.85fr);gap:14px}.hm-hero-story{min-height:530px;border-radius:22px;overflow:hidden;position:relative;background:var(--hm-navy);box-shadow:var(--hm-shadow)}.hm-hero-story>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.hm-hero-story:after{content:'';position:absolute;inset:20% 0 0;background:linear-gradient(0deg,rgba(3,12,23,.96),rgba(3,12,23,.1));pointer-events:none}.hm-story-overlay{position:absolute;z-index:2;inset:auto 0 0;padding:28px;color:#fff}.hm-story-badges{display:flex;gap:6px}.hm-story-badges span,.hm-story-badges b{font-size:11px;background:rgba(255,255,255,.16);backdrop-filter:blur(6px);padding:5px 9px;border-radius:7px}.hm-story-badges b{background:var(--hm-live)}.hm-story-overlay h1{font-size:clamp(28px,3vw,46px);line-height:1.22;margin:12px 0 8px;max-width:900px}.hm-story-overlay p{margin:0 0 12px;color:#cfdae5;max-width:760px}.hm-story-overlay footer{display:flex;align-items:center;gap:14px;font-size:11px;color:#c6d4e3}.hm-story-overlay footer span{display:flex;align-items:center;gap:4px}.hm-secondary-list{display:grid;gap:10px}.hm-secondary-card{position:relative;background:#fff;border:1px solid var(--hm-border);border-radius:17px;overflow:hidden;display:grid;grid-template-columns:130px 1fr;min-height:123px}.hm-secondary-card img{width:100%;height:100%;object-fit:cover}.hm-secondary-card>div{padding:12px;min-width:0}.hm-secondary-card span{font-size:10px;font-weight:800;color:var(--hm-primary)}.hm-secondary-card h2{font-size:15px;line-height:1.45;margin:4px 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hm-secondary-card footer{font-size:10px;color:var(--hm-muted);display:flex;gap:10px}.hm-secondary-card footer small{display:flex;align-items:center;gap:3px}
/* latest news */
.hm-latest{padding-block:12px 34px}.hm-news-tabs{display:flex;gap:7px;overflow-x:auto;padding:0 0 12px}.hm-news-tabs button,.hm-small-tabs button,.hm-table-widget>nav button{border:1px solid var(--hm-border);background:#fff;color:#56667a;border-radius:999px;min-height:37px;padding:0 14px;white-space:nowrap;font-size:12px;font-weight:800}.hm-news-tabs button.active,.hm-small-tabs button.active,.hm-table-widget>nav button.active{background:var(--hm-navy);border-color:var(--hm-navy);color:#fff}.hm-news-feed{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.hm-feed-card{position:relative;background:#fff;border:1px solid var(--hm-border);border-radius:17px;display:grid;grid-template-columns:155px 1fr;min-height:135px;overflow:hidden}.hm-feed-card[hidden]{display:none}.hm-feed-card img{width:100%;height:100%;object-fit:cover}.hm-feed-card>div{padding:14px;min-width:0}.hm-feed-card header{display:flex;gap:7px;align-items:center}.hm-feed-card header span{color:var(--hm-primary);font-size:10px;font-weight:900}.hm-feed-card header b{background:#fff1d4;color:#895500;font-size:9px;padding:3px 6px;border-radius:5px}.hm-feed-card h3{font-size:16px;line-height:1.5;margin:5px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hm-feed-card p{font-size:12px;color:var(--hm-muted);margin:0 0 7px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hm-feed-card footer{font-size:10px;color:var(--hm-muted);display:flex;gap:10px;align-items:center}.hm-feed-card footer span{display:flex;gap:3px;align-items:center}.hm-load-more{margin:17px auto 0;display:flex;align-items:center;justify-content:center;gap:6px;min-width:150px;min-height:43px;border:1px solid var(--hm-border);background:#fff;border-radius:12px;font-weight:800;color:var(--hm-primary)}
/* competitions */
.hm-competitions{padding-block:28px;background:#fff;border-block:1px solid var(--hm-border)}.hm-competition-strip{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.hm-competition-card{scroll-snap-align:start;flex:0 0 180px;height:188px;border:1px solid var(--hm-border);border-radius:18px;background:var(--hm-soft);padding:15px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.hm-competition-card>a:not(.hm-favorite-mini){position:absolute;inset:0}.hm-competition-card>span{width:75px;height:75px;border-radius:18px;background:#fff;display:grid;place-items:center;margin-bottom:9px}.hm-competition-card img{width:66px;height:66px;object-fit:contain}.hm-competition-card>span b{font-size:18px}.hm-competition-card strong{font-size:14px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hm-competition-card small{font-size:10px;color:var(--hm-muted)}.hm-competition-card em{font-size:9px;color:var(--hm-primary);font-style:normal;margin-top:auto}.hm-favorite-mini{position:absolute!important;inset:7px 7px auto auto!important;width:34px;height:34px;border:0;background:#fff;color:#8997a8;border-radius:10px;display:grid;place-items:center;z-index:4}
/* featured match */
.hm-match-of-day{padding-block:32px}.hm-featured-shell{background:linear-gradient(145deg,var(--hm-navy),#0d2a3f);color:#fff;border-radius:24px;padding:22px;box-shadow:var(--hm-shadow)}.hm-featured-shell .hm-section-head h2{color:#fff}.hm-featured-shell .hm-section-head p{color:#aebfd0}.hm-featured-shell .hm-section-head>a{color:#70dfd1}.hm-featured-match-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.65fr);gap:14px}.hm-featured-score{border:1px solid rgba(255,255,255,.12);border-radius:19px;background:rgba(255,255,255,.05);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;padding:22px;position:relative}.hm-featured-status{position:absolute;top:12px;left:12px;padding:4px 9px;background:rgba(255,255,255,.12);border-radius:7px;font-size:11px}.hm-featured-status.is-live{background:var(--hm-live)}.hm-featured-team{display:flex;align-items:center;flex-direction:column;gap:9px;text-align:center}.hm-featured-team>span{width:82px;height:82px;border-radius:22px;background:#fff;display:grid;place-items:center;color:var(--hm-ink)}.hm-featured-team img{width:72px;height:72px;object-fit:contain}.hm-featured-team strong{font-size:17px}.hm-featured-score-main{text-align:center}.hm-featured-score-main b{font-size:36px;white-space:nowrap}.hm-featured-score-main small{display:block;color:#aebfd0}.hm-featured-score footer{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.1);padding-top:12px;display:flex;justify-content:center;gap:20px;flex-wrap:wrap;color:#b9c9d8;font-size:11px}.hm-featured-score footer span{display:flex;gap:5px;align-items:center}.hm-featured-side{display:grid;gap:10px}.hm-featured-side article{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:17px;padding:16px}.hm-featured-side h3{margin:0 0 12px;font-size:14px}.hm-prediction{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.hm-prediction span{display:flex;flex-direction:column;text-align:center;background:rgba(255,255,255,.06);border-radius:10px;padding:9px 4px}.hm-prediction b{font-size:18px}.hm-prediction small{font-size:9px;color:#b9c9d8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hm-featured-side ul{list-style:none;padding:0;margin:0;display:grid;gap:8px;font-size:11px;color:#c3d1df}.hm-featured-side li{display:flex;align-items:center;gap:6px}
/* editorial categories/transfers */
.hm-editorial-section{padding-block:30px}.hm-editorial-grid,.hm-category-news{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.8fr);gap:12px}.hm-editorial-hero,.hm-category-lead{position:relative;min-height:385px;border-radius:20px;overflow:hidden;background:#111}.hm-editorial-hero img,.hm-category-lead img{position:absolute;width:100%;height:100%;object-fit:cover}.hm-editorial-hero:after,.hm-category-lead:after{content:'';position:absolute;inset:30% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.9))}.hm-editorial-hero>div,.hm-category-lead>div{position:absolute;z-index:2;bottom:0;padding:20px;color:#fff}.hm-editorial-hero h3,.hm-category-lead h3{font-size:24px;line-height:1.35;margin:7px 0}.hm-editorial-hero p,.hm-category-lead p{margin:0;color:#d4dde6}.hm-transfer-badge,.hm-category-lead span{display:inline-flex;background:var(--hm-live);padding:5px 9px;border-radius:7px;font-size:10px;font-weight:900}.hm-editorial-list,.hm-category-news>div{display:grid;gap:9px}.hm-editorial-list article,.hm-category-row{position:relative;background:#fff;border:1px solid var(--hm-border);border-radius:15px;display:grid;grid-template-columns:116px 1fr;overflow:hidden;min-height:90px}.hm-editorial-list img,.hm-category-row img{width:100%;height:100%;object-fit:cover}.hm-editorial-list div,.hm-category-row div{padding:10px}.hm-editorial-list span{font-size:9px;color:var(--hm-primary);font-weight:800}.hm-editorial-list h3,.hm-category-row h3{font-size:13px;line-height:1.42;margin:3px 0}.hm-editorial-list time,.hm-category-row time{font-size:9px;color:var(--hm-muted)}.hm-editorial-section[style] .hm-section-head span{color:var(--section-color)}
/* most read/table */
.hm-two-column{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding-block:22px}.hm-most-read,.hm-table-widget{background:#fff;border:1px solid var(--hm-border);border-radius:20px;padding:18px}.hm-small-tabs{display:flex;gap:5px}.hm-most-read ol{list-style:none;padding:0;margin:0;display:grid}.hm-most-read li+li{border-top:1px solid var(--hm-border)}.hm-most-read li a{display:flex;gap:13px;padding:12px 4px;align-items:center}.hm-most-read li b{font-size:25px;color:#c5d0da;font-variant-numeric:tabular-nums}.hm-most-read li span{display:flex;flex-direction:column}.hm-most-read li strong{font-size:13px;line-height:1.45}.hm-most-read li small{font-size:9px;color:var(--hm-muted)}.hm-table-widget>nav{display:flex;gap:6px;margin-bottom:10px}.hm-table-widget [data-table-panel]{display:grid}.hm-table-widget article{display:grid;grid-template-columns:38px 1fr auto;align-items:center;min-height:48px;border-bottom:1px solid var(--hm-border);gap:9px}.hm-table-widget article>b{width:30px;height:30px;border-radius:9px;background:var(--hm-surface-2);display:grid;place-items:center}.hm-table-widget article span{font-size:13px;font-weight:700}.hm-table-widget article strong{color:var(--hm-primary)}.hm-player-avatar{width:34px;height:34px;border-radius:50%;background:var(--hm-soft);display:grid!important;place-items:center;overflow:hidden}.hm-player-avatar img{width:100%;height:100%;object-fit:cover}.hm-widget-link{display:flex;justify-content:center;align-items:center;gap:4px;color:var(--hm-primary);font-size:12px;font-weight:800;padding-top:13px}
/* videos */
.hm-videos{padding-block:34px}.hm-video-grid{display:grid;grid-template-columns:1.5fr repeat(2,1fr);gap:11px}.hm-video-grid article{position:relative;min-height:210px;border-radius:18px;overflow:hidden;background:#111;color:#fff}.hm-video-grid article.hm-video-main{grid-row:span 2;min-height:432px}.hm-video-grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hm-video-grid article:after{content:'';position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.88))}.hm-video-grid article>div{position:absolute;z-index:2;bottom:0;padding:15px}.hm-video-grid h3{font-size:14px;line-height:1.45;margin:0}.hm-video-main h3{font-size:22px}.hm-video-grid small{font-size:9px;color:#ced7e0}.hm-play{position:absolute;z-index:2;top:15px;right:15px;width:43px;height:43px;border-radius:50%;background:rgba(255,255,255,.9);color:var(--hm-primary);display:grid;place-items:center}.hm-video-grid time{position:absolute;z-index:2;top:17px;left:14px;background:rgba(0,0,0,.6);padding:4px 7px;border-radius:6px;font-size:10px}
/* favorite teams */
.hm-favorite-teams{padding-block:34px}.hm-favorite-teams>.hm-section-head button{min-height:43px;border:0;border-radius:12px;padding:0 18px;background:var(--hm-primary);color:#fff;font-weight:900}.hm-favorite-teams>.hm-section-head button:disabled{opacity:.4}.hm-team-strip{display:flex;gap:9px;overflow-x:auto;padding-bottom:8px}.hm-team-choice{flex:0 0 145px;min-height:157px;border:1px solid var(--hm-border);background:#fff;border-radius:17px;padding:13px;position:relative;display:flex;align-items:center;flex-direction:column;gap:5px}.hm-team-choice>span{width:62px;height:62px;background:var(--hm-soft);border-radius:17px;display:grid;place-items:center}.hm-team-choice img{width:55px;height:55px;object-fit:contain}.hm-team-choice strong{font-size:12px;text-align:center}.hm-team-choice small{font-size:9px;color:var(--hm-muted)}.hm-team-choice i{position:absolute;top:8px;left:8px;width:25px;height:25px;border-radius:50%;background:#e8eff4;color:#9aa8b7;display:grid;place-items:center}.hm-team-choice.is-selected{border-color:var(--hm-primary);background:#f2fcfa}.hm-team-choice.is-selected i{background:var(--hm-primary);color:#fff}
/* newsletter */
.hm-newsletter{margin-block:32px;background:linear-gradient(135deg,var(--hm-navy),#0c354b);border-radius:22px;padding:25px;color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.hm-newsletter>div{display:flex;gap:14px;align-items:center}.hm-newsletter>div>span{width:58px;height:58px;border-radius:17px;background:rgba(255,255,255,.1);display:grid;place-items:center;font-size:25px}.hm-newsletter small{color:#aebdcb}.hm-newsletter h2{margin:2px 0;font-size:23px}.hm-newsletter p{margin:0;color:#bdcad7;font-size:12px}.hm-newsletter form{display:grid;grid-template-columns:1fr auto;gap:8px}.hm-newsletter form label:first-of-type{grid-column:1}.hm-newsletter input[type=email]{width:100%;height:48px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff;border-radius:12px;padding:0 14px;font-size:16px}.hm-newsletter input::placeholder{color:#9dafc0}.hm-newsletter form>button{grid-column:2;grid-row:1;height:48px;border:0;border-radius:12px;background:var(--hm-accent);color:#04231f;padding:0 17px;font-weight:900}.hm-newsletter-consent{grid-column:1/-1;display:flex;align-items:start;gap:7px;font-size:10px;color:#afbecd}.hm-newsletter form>small{grid-column:1/-1}
/* footer bottom */
.hm-footer{background:var(--hm-navy);color:#c2cfdd;padding:30px 0 calc(18px + env(safe-area-inset-bottom))}.hm-footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:30px}.hm-footer-brand p{max-width:430px;font-size:12px}.hm-footer .hm-brand strong{color:#fff}.hm-footer details summary{color:#fff;font-weight:900;list-style:none;margin-bottom:10px}.hm-footer details nav{display:grid;gap:7px;font-size:12px}.hm-footer-bottom{margin-top:22px;border-top:1px solid rgba(255,255,255,.12);padding-top:15px;display:flex;align-items:center;gap:18px;font-size:10px}.hm-footer-bottom nav{display:flex;gap:14px;margin-inline-start:auto}.hm-bottom-nav{display:none}.hm-consent{position:fixed;z-index:1300;bottom:18px;left:50%;transform:translateX(-50%);width:min(940px,calc(100% - 28px));background:#fff;border:1px solid var(--hm-border);box-shadow:0 20px 70px rgba(0,0,0,.25);border-radius:18px;padding:17px;display:flex;align-items:center;gap:20px}.hm-consent[hidden]{display:none}.hm-consent p{margin:2px 0;color:var(--hm-muted);font-size:12px}.hm-consent>div:last-child{margin-inline-start:auto;display:flex;gap:7px}.hm-consent button{border:1px solid var(--hm-border);background:#fff;border-radius:10px;padding:9px 12px}.hm-consent button.primary{background:var(--hm-primary);color:#fff;border-color:var(--hm-primary)}
@keyframes hmPulse{50%{opacity:.35;transform:scale(.8)}}
/* responsive */
@media(max-width:1100px){.hm-desktop-nav a{padding-inline:8px;font-size:12px}.hm-desktop-nav a:nth-last-child(-n+2){display:none}.hm-lead-grid{grid-template-columns:1.5fr .9fr}.hm-secondary-card{grid-template-columns:105px 1fr}.hm-story-overlay h1{font-size:32px}.hm-video-grid{grid-template-columns:1.3fr 1fr}.hm-video-grid article:nth-child(n+4){display:none}}
@media(max-width:900px){:root{--hm-header-h:66px}.hm-container{width:min(calc(100% - 24px),var(--hm-container))}.hm-menu-btn{display:grid}.hm-desktop-nav,.hm-desktop-only{display:none!important}.hm-header-main{justify-content:space-between;gap:10px}.hm-header-actions{margin-inline-start:auto}.hm-brand-copy small{display:none}.hm-lead-grid{grid-template-columns:1fr}.hm-hero-story{min-height:500px}.hm-secondary-list{grid-template-columns:repeat(2,1fr)}.hm-secondary-card{grid-template-columns:120px 1fr}.hm-news-feed{grid-template-columns:1fr}.hm-featured-match-grid,.hm-editorial-grid,.hm-category-news{grid-template-columns:1fr}.hm-editorial-list,.hm-category-news>div{grid-template-columns:repeat(2,1fr)}.hm-two-column{grid-template-columns:1fr}.hm-video-grid{grid-template-columns:1.4fr 1fr}.hm-newsletter{grid-template-columns:1fr}.hm-footer-grid{grid-template-columns:1.4fr 1fr 1fr}}
@media(max-width:767px){:root{--hm-bottom-h:66px}.hm-body{padding-bottom:calc(var(--hm-bottom-h) + env(safe-area-inset-bottom))}.hm-main{overflow:hidden}.hm-container{width:min(calc(100% - 20px),var(--hm-container))}.hm-header-main{padding-inline:2px}.hm-brand-mark{width:42px;height:42px;border-radius:13px}.hm-brand-copy strong{font-size:16px}.hm-icon-btn{width:44px;height:44px}.hm-header-actions .hm-icon-btn:nth-child(n+2){display:none}.hm-demo-banner .hm-container{padding-block:7px}.hm-demo-banner p{align-items:flex-start;line-height:1.35}.hm-demo-banner p{flex-direction:column;gap:0}.hm-breaking .hm-container{gap:8px}.hm-breaking-controls{display:none}.hm-breaking-track b{font-size:12px}.hm-section-head{align-items:center;margin-bottom:13px}.hm-section-head h2{font-size:22px}.hm-section-head p{display:none}.hm-section-head>a{font-size:11px}.hm-quick-section{padding-block:18px}.hm-quick-meta time{display:none}.hm-quick-card{flex-basis:205px;min-height:158px}.hm-lead-news{padding-block:18px}.hm-lead-grid{gap:10px}.hm-hero-story{min-height:390px;border-radius:18px}.hm-story-overlay{padding:20px}.hm-story-overlay h1{font-size:26px;line-height:1.28}.hm-story-overlay p{display:none}.hm-secondary-list{display:grid;grid-template-columns:1fr}.hm-secondary-card{min-height:114px;grid-template-columns:120px 1fr}.hm-secondary-card:nth-child(n+4){display:none}.hm-latest{padding-bottom:22px}.hm-news-tabs{margin-inline:-10px;padding-inline:10px}.hm-feed-card{grid-template-columns:118px 1fr;min-height:112px;border-radius:15px}.hm-feed-card>div{padding:10px}.hm-feed-card h3{font-size:14px;margin:3px 0}.hm-feed-card p{display:none}.hm-feed-card footer span:not(:first-child){display:none}.hm-competitions{padding-block:20px}.hm-competition-card{flex-basis:150px;height:168px;padding:12px}.hm-competition-card>span{width:64px;height:64px}.hm-competition-card img{width:58px;height:58px}.hm-match-of-day{padding-block:20px}.hm-featured-shell{padding:15px;border-radius:19px}.hm-featured-score{padding:44px 10px 13px;gap:8px}.hm-featured-team>span{width:62px;height:62px;border-radius:18px}.hm-featured-team img{width:55px;height:55px}.hm-featured-team strong{font-size:13px}.hm-featured-score-main b{font-size:25px}.hm-featured-score footer{gap:8px;justify-content:flex-start}.hm-featured-score footer span:nth-child(2){display:none}.hm-featured-side{grid-template-columns:1fr 1fr}.hm-featured-side article{padding:12px}.hm-featured-side article:nth-child(2){font-size:10px}.hm-editorial-section{padding-block:20px}.hm-editorial-hero,.hm-category-lead{min-height:330px}.hm-editorial-hero h3,.hm-category-lead h3{font-size:21px}.hm-editorial-list,.hm-category-news>div{grid-template-columns:1fr}.hm-editorial-list article:nth-child(n+4),.hm-category-row:nth-child(n+4){display:none}.hm-two-column{padding-block:16px}.hm-most-read,.hm-table-widget{padding:14px;border-radius:17px}.hm-video-grid{display:flex;overflow-x:auto;gap:9px}.hm-video-grid article,.hm-video-grid article.hm-video-main{flex:0 0 83%;min-height:245px;grid-row:auto}.hm-video-grid article:nth-child(n){display:block}.hm-video-main h3{font-size:18px}.hm-favorite-teams{padding-block:20px}.hm-favorite-teams>.hm-section-head{align-items:flex-end}.hm-favorite-teams>.hm-section-head button{min-height:40px;padding:0 12px;font-size:11px}.hm-team-choice{flex-basis:128px;min-height:145px}.hm-newsletter{margin-block:20px;padding:18px;gap:16px;border-radius:18px}.hm-newsletter h2{font-size:20px}.hm-newsletter form{grid-template-columns:1fr}.hm-newsletter form>button{grid-column:1;grid-row:auto}.hm-footer{padding-block:24px 12px}.hm-footer-grid{grid-template-columns:1fr;gap:10px}.hm-footer details{border-top:1px solid rgba(255,255,255,.12);padding-top:10px}.hm-footer details summary{cursor:pointer}.hm-footer details:not([open]) nav{display:none}.hm-footer-bottom{flex-wrap:wrap}.hm-footer-bottom nav{order:3;width:100%;margin:0}.hm-bottom-nav{position:fixed;z-index:900;bottom:0;left:0;right:0;height:calc(var(--hm-bottom-h) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.98);border-top:1px solid var(--hm-border);box-shadow:0 -6px 24px rgba(8,30,50,.08);backdrop-filter:blur(12px)}.hm-bottom-nav a,.hm-bottom-nav button{border:0;background:transparent;color:#738297;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:10px;min-width:44px;min-height:44px}.hm-bottom-nav .icon{font-size:18px}.hm-bottom-nav a.active{color:var(--hm-primary);font-weight:900}.hm-consent{bottom:calc(var(--hm-bottom-h) + env(safe-area-inset-bottom) + 8px);flex-direction:column;align-items:stretch}.hm-consent>div:last-child{margin:0;display:grid;grid-template-columns:1fr 1fr}.hm-consent button.primary{grid-column:1/-1}.hm-hide-desktop{display:initial!important}.hm-hide-tablet{display:initial!important}.hm-hide-mobile{display:none!important}}
@media(max-width:479px){.hm-container{width:calc(100% - 16px)}.hm-brand-copy{display:none}.hm-demo-banner a{display:none}.hm-section-head h2{font-size:20px}.hm-quick-meta a{font-size:10px}.hm-quick-card{flex-basis:190px}.hm-hero-story{min-height:350px}.hm-story-overlay h1{font-size:23px}.hm-story-overlay footer span{display:none}.hm-secondary-card{grid-template-columns:105px 1fr}.hm-featured-side{grid-template-columns:1fr}.hm-featured-side article:nth-child(2){display:none}.hm-editorial-hero,.hm-category-lead{min-height:300px}.hm-newsletter>div>span{display:none}.hm-small-tabs{display:none}}
@media(max-width:360px){.hm-story-overlay h1{font-size:21px}.hm-feed-card{grid-template-columns:104px 1fr}.hm-quick-card{flex-basis:180px}.hm-featured-team>span{width:54px;height:54px}.hm-featured-team strong{font-size:11px}.hm-competition-card{flex-basis:140px}.hm-bottom-nav a,.hm-bottom-nav button{font-size:9px}}
@media(min-width:768px) and (max-width:1023px){.hm-hide-desktop{display:initial!important}.hm-hide-tablet{display:none!important}.hm-hide-mobile{display:initial!important}}
@media(min-width:1024px){.hm-hide-desktop{display:none!important}.hm-hide-tablet,.hm-hide-mobile{display:initial!important}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}
@media(prefers-color-scheme:dark){html[data-theme=system]{--hm-page:#07121f;--hm-surface:#0d1c2c;--hm-surface-2:#142639;--hm-ink:#edf4fa;--hm-muted:#9eafc0;--hm-border:#22374b;--hm-soft:#102235;--hm-shadow:0 14px 36px rgba(0,0,0,.3)}html[data-theme=system] .hm-header,html[data-theme=system] .hm-search>section,html[data-theme=system] .hm-bottom-nav,html[data-theme=system] .hm-consent{background:#0d1c2c;color:var(--hm-ink)}html[data-theme=system] .hm-quick-section{background:linear-gradient(135deg,#0a1927,#0d1e2d)}html[data-theme=system] .hm-ad-slot,html[data-theme=system] .hm-compact-empty,html[data-theme=system] .hm-news-tabs button,html[data-theme=system] .hm-secondary-card,html[data-theme=system] .hm-feed-card,html[data-theme=system] .hm-competition-card,html[data-theme=system] .hm-editorial-list article,html[data-theme=system] .hm-category-row,html[data-theme=system] .hm-most-read,html[data-theme=system] .hm-table-widget,html[data-theme=system] .hm-team-choice{background:var(--hm-surface)}html[data-theme=system] .hm-competitions{background:#091827}}
html[data-theme=dark]{--hm-page:#07121f;--hm-surface:#0d1c2c;--hm-surface-2:#142639;--hm-ink:#edf4fa;--hm-muted:#9eafc0;--hm-border:#22374b;--hm-soft:#102235;--hm-shadow:0 14px 36px rgba(0,0,0,.3)}html[data-theme=dark] .hm-header,html[data-theme=dark] .hm-search>section,html[data-theme=dark] .hm-bottom-nav,html[data-theme=dark] .hm-consent{background:#0d1c2c;color:var(--hm-ink)}html[data-theme=dark] .hm-quick-section{background:linear-gradient(135deg,#0a1927,#0d1e2d)}html[data-theme=dark] .hm-ad-slot,html[data-theme=dark] .hm-compact-empty,html[data-theme=dark] .hm-news-tabs button,html[data-theme=dark] .hm-secondary-card,html[data-theme=dark] .hm-feed-card,html[data-theme=dark] .hm-competition-card,html[data-theme=dark] .hm-editorial-list article,html[data-theme=dark] .hm-category-row,html[data-theme=dark] .hm-most-read,html[data-theme=dark] .hm-table-widget,html[data-theme=dark] .hm-team-choice{background:var(--hm-surface)}html[data-theme=dark] .hm-competitions{background:#091827}
