/* Predicta V5 — responsive sports product system */
:root{
  --v5-bg:#050708;
  --v5-surface:#111719;
  --v5-surface-2:#151c20;
  --v5-surface-3:#1c2429;
  --v5-surface-soft:#0c1012;
  --v5-line:#2a3338;
  --v5-line-soft:rgba(255,255,255,.065);
  --v5-text:#f5f7f8;
  --v5-muted:#929ba2;
  --v5-muted-2:#69737a;
  --v5-primary:var(--primary,#827cff);
  --v5-primary-soft:color-mix(in srgb,var(--v5-primary) 17%,transparent);
  --v5-green:#42c879;
  --v5-red:#ef6158;
  --v5-yellow:#f2c750;
  --v5-radius:20px;
  --v5-radius-sm:13px;
  --v5-shadow:0 16px 46px rgba(0,0,0,.28);
  --v5-ease:cubic-bezier(.22,1,.36,1);
}

html,body{background:var(--v5-bg)}
body{font-size:14px;background:var(--v5-bg);color:var(--v5-text)}
.public-body{background:#020405}
.site-shell{width:100%;max-width:1240px;margin:0 auto;background:var(--v5-bg);box-shadow:none;padding-bottom:72px}
.site-header{background:rgba(12,17,19,.97);border-color:var(--v5-line-soft);box-shadow:none}
.brand-row{height:66px;padding-inline:20px}
.brand-mark{font-size:22px;gap:10px}
.uploaded-logo{height:36px;max-width:150px}
.logo-shape{width:31px;height:24px}
.logo-shape:before,.logo-shape:after{width:31px;height:8px}.logo-shape i{top:8px;height:8px;width:13px}
.header-center-actions{gap:8px}
.header-icon,.notification-button,.language-menu>button,.points-mini{height:38px;min-width:38px;border-radius:12px;background:#171e22;border-color:var(--v5-line);box-shadow:none}
.header-icon:hover,.notification-button:hover,.language-menu>button:hover,.points-mini:hover{background:#20282d;transform:none}
.premium-mini{height:38px;padding-inline:16px;border-radius:20px;font-size:12px;background:#f6f7f7;color:#121516;box-shadow:none}

.sports-nav{height:76px;background:#0d1214;border-top:1px solid var(--v5-line-soft);border-bottom:1px solid var(--v5-line-soft);justify-content:center}
.sport-item{height:76px;flex:0 0 122px;font-size:12px;gap:7px;opacity:.9;border-inline:1px solid transparent}
.sport-item svg{width:23px;height:23px}
.sport-item.active{background:#2a3136;color:#fff;border-inline-color:rgba(255,255,255,.025)}
.sport-item.active:after{height:4px;background:#fff}
.league-tabs{height:60px;background:#111719;border-bottom:1px solid var(--v5-line-soft);justify-content:center}
.league-tab{height:60px;flex:0 0 142px;font-size:12px}.league-tab-icon{width:30px;height:30px;border-radius:9px}.league-tab.active:after{height:3px;right:22px;left:22px}

.page-content{padding:18px 20px 28px;gap:16px;max-width:1200px;margin:0 auto;width:100%}
.desktop-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;align-items:start}
.schedule-main{min-width:0}
.desktop-rail{display:flex;flex-direction:column;gap:14px;position:sticky;top:220px}

.schedule-toolbar{height:70px;padding:10px 14px;border:1px solid var(--v5-line-soft);background:var(--v5-surface);display:flex;align-items:center;justify-content:space-between;border-radius:18px 18px 0 0}
.date-navigator{display:grid;grid-template-columns:46px minmax(150px,240px) 46px;align-items:center;border:1px solid color-mix(in srgb,var(--v5-primary) 34%,var(--v5-line));border-radius:22px;overflow:hidden;background:#0e1315}
.date-navigator>a{height:46px;display:grid;place-items:center;color:var(--v5-primary);border-inline-end:1px solid var(--v5-line-soft)}
.date-navigator>a:last-child{border-inline-end:0;border-inline-start:1px solid var(--v5-line-soft)}
.date-navigator>a svg{width:20px}
.date-navigator>button{height:46px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;color:var(--v5-primary);font-weight:800}.date-navigator>button small{font:600 9px Inter;color:var(--v5-muted)}
.odds-switch{height:38px;display:flex;align-items:center;gap:10px;color:#d9dcdf;font-weight:800}.odds-switch i{width:48px;height:27px;border-radius:18px;background:#3d454b;position:relative;transition:.2s}.odds-switch i:before{content:"";position:absolute;top:4px;inset-inline-start:4px;width:19px;height:19px;border-radius:50%;background:#687179;transition:.2s}.odds-switch.active i{background:color-mix(in srgb,var(--v5-primary) 45%,#30383e)}.odds-switch.active i:before{inset-inline-start:25px;background:var(--v5-primary)}

.status-pills{display:flex;gap:8px;padding:12px 14px;background:var(--v5-surface);border-inline:1px solid var(--v5-line-soft);border-bottom:1px solid var(--v5-line-soft);overflow-x:auto;scrollbar-width:none}.status-pills::-webkit-scrollbar{display:none}.status-pills a{height:40px;min-width:96px;padding:0 18px;border-radius:22px;background:#080c0e;color:#e4e6e8;display:flex;align-items:center;justify-content:center;gap:6px;font-weight:750;white-space:nowrap}.status-pills a b{font:700 10px Inter;color:var(--v5-muted)}.status-pills a.active{background:#f0f2f3;color:#101416}.status-pills a.live-pill:not(.active){color:#ef7169;background:rgba(239,97,88,.13)}.status-pills a.live-pill b{color:inherit}

.competition-strip{display:grid;grid-auto-flow:column;grid-auto-columns:90px;gap:8px;padding:13px 14px;background:var(--v5-surface);border-inline:1px solid var(--v5-line-soft);border-bottom:1px solid var(--v5-line-soft);overflow-x:auto;scrollbar-width:none}.competition-strip::-webkit-scrollbar{display:none}.competition-strip a{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--v5-muted);font-size:10px;min-width:0}.competition-strip a span{width:42px;height:42px;border-radius:13px;background:#0d1214;border:1px solid var(--v5-line-soft);display:grid;place-items:center}.competition-strip img{width:28px;height:28px;object-fit:contain}.competition-strip svg{width:19px}.competition-strip b{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.competition-strip a.active{color:#fff}.competition-strip a.active span{border-color:var(--v5-primary);background:var(--v5-primary-soft);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--v5-primary) 25%,transparent)}
.schedule-description{margin:0;padding:14px 4px 6px;color:var(--v5-muted);font-size:13px;line-height:1.65}

.league-groups{display:flex;flex-direction:column;gap:12px}
.league-group{background:var(--v5-surface);border:1px solid var(--v5-line-soft);border-radius:var(--v5-radius);overflow:hidden;box-shadow:var(--v5-shadow)}
.league-group-head{height:72px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--v5-line);background:linear-gradient(180deg,#171e22,#13191c)}
.league-identity{display:flex;align-items:center;gap:11px;min-width:0}.league-mark{width:42px;height:42px;border-radius:13px;background:#0b0f11;display:grid;place-items:center;border:1px solid var(--v5-line-soft);flex:0 0 auto}.league-mark img{width:29px;height:29px;object-fit:contain}.league-identity div{min-width:0}.league-identity h2{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.league-identity p{font-size:10px;color:var(--v5-muted);margin-top:2px}.league-group-head>button{width:52px;height:42px;border-radius:22px;border:1px solid var(--v5-line);display:flex;align-items:center;justify-content:center;gap:5px;background:#111619;color:#dfe3e5}.league-group-head>button span{font:800 11px Inter}.league-group-head>button svg{width:17px;transition:.2s}.league-group.collapsed .league-group-head>button svg{transform:rotate(180deg)}.league-group.collapsed .league-match-list{display:none}
.fixture-row{position:relative;display:flex;border-bottom:1px solid var(--v5-line);min-height:82px;background:#141b1e;transition:.18s}.fixture-row:last-child{border-bottom:0}.fixture-row:hover{background:#182024}.fixture-row.is-live{background:linear-gradient(90deg,rgba(239,97,88,.04),#141b1e 35%)}
.fixture-link{min-width:0;flex:1;display:grid;grid-template-columns:76px minmax(0,1fr) 98px;gap:10px;align-items:center;padding:10px 54px 10px 12px}
.fixture-time{direction:ltr;text-align:center;border-inline-end:1px solid var(--v5-line);padding-inline-end:10px}.fixture-time strong{display:block;font:800 14px Inter;color:#e6eaec;white-space:nowrap}.fixture-time small{display:block;font-size:9px;color:var(--v5-muted);margin-top:4px}.is-live .fixture-time small{color:var(--v5-red);font-weight:800}
.fixture-teams{display:flex;flex-direction:column;gap:8px;min-width:0}.fixture-teams>div{height:24px;display:grid;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:8px}.fixture-teams img{width:23px;height:23px;object-fit:contain}.fixture-teams span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:650}.fixture-teams em{font:800 11px Inter;color:#eef0f1;background:#0a0e10;border:1px solid var(--v5-line);padding:4px 7px;border-radius:7px;font-style:normal}
.fixture-prediction{min-width:0;display:flex;flex-direction:column;align-items:flex-end;gap:3px}.fixture-prediction span{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:9px;color:var(--v5-muted)}.fixture-prediction b{font:800 14px Inter;color:var(--v5-primary)}.fixture-prediction svg{width:13px;color:var(--v5-yellow)}.fixture-prediction small{font-size:9px;color:var(--v5-muted)}
.fixture-favorite{position:absolute;inset-inline-end:12px;top:50%;transform:translateY(-50%);width:37px;height:37px;border-radius:50%;border:1px solid var(--v5-line);background:#12181b;display:grid;place-items:center;color:#9ba4aa}.fixture-favorite svg{width:19px;fill:transparent}.fixture-favorite.active{color:var(--v5-primary);border-color:color-mix(in srgb,var(--v5-primary) 42%,var(--v5-line));background:var(--v5-primary-soft)}.fixture-favorite.active svg{fill:currentColor}

.rail-card{background:var(--v5-surface);border:1px solid var(--v5-line-soft);border-radius:var(--v5-radius);padding:15px;box-shadow:var(--v5-shadow)}.rail-title{display:flex;align-items:center;justify-content:space-between;font-weight:800;margin-bottom:12px}.rail-title svg{width:18px;color:var(--v5-primary)}.accuracy-orb{height:140px;border-radius:17px;background:radial-gradient(circle at 50% 30%,color-mix(in srgb,var(--v5-primary) 25%,transparent),transparent 60%),#0d1214;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--v5-line-soft)}.accuracy-orb strong{font:900 38px Inter}.accuracy-orb small{color:var(--v5-muted);font-size:10px}.insight-card>a{height:38px;margin-top:10px;border-radius:10px;background:#1d2529;display:flex;align-items:center;justify-content:center;gap:5px;color:var(--v5-primary);font-size:11px;font-weight:800}.insight-card>a svg{width:14px}
.trending-list{display:flex;flex-direction:column}.trending-list a{height:58px;display:grid;grid-template-columns:38px minmax(0,1fr) 18px;gap:9px;align-items:center;border-bottom:1px solid var(--v5-line-soft)}.trending-list a:last-child{border:0}.trending-list img{width:34px;height:34px;object-fit:contain}.trending-list div{min-width:0}.trending-list b{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trending-list small{display:block;font-size:9px;color:var(--v5-muted)}.trending-list svg{width:15px;color:var(--v5-primary)}
.premium-rail{text-align:center;background:linear-gradient(145deg,var(--v5-primary-soft),transparent 60%),var(--v5-surface)}.premium-rail>svg{width:34px;height:34px;color:var(--v5-yellow);margin:3px auto 8px}.premium-rail h3{font-size:16px}.premium-rail p{font-size:10px;color:var(--v5-muted);line-height:1.6;margin:5px 0 12px}.premium-rail a{height:38px;border-radius:10px;background:var(--v5-primary);display:grid;place-items:center;font-weight:800;font-size:11px}

/* Ads: predictable sizing and no overlap */
.smart-ad{position:relative;width:100%;min-height:88px;padding:12px;border-radius:16px;border:1px solid var(--v5-line-soft);background:#111719;display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:12px;overflow:hidden;box-shadow:none}.smart-ad:before{content:"إعلان";position:absolute;top:4px;inset-inline-start:9px;color:#737d84;font:600 8px Inter;letter-spacing:.25px}.smart-ad>img{width:72px;height:58px;border-radius:9px;object-fit:cover;margin-top:6px}.smart-ad>div:not(.ad-code){min-width:0;padding-top:7px}.smart-ad small{display:none}.smart-ad b{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smart-ad p{font-size:9px;color:var(--v5-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.smart-ad>a{height:34px;padding:0 12px;border-radius:9px;background:var(--v5-primary);display:flex;align-items:center;font-size:10px;font-weight:800}.smart-ad>button{position:absolute;top:8px;inset-inline-end:8px;width:28px;height:28px;border-radius:8px;background:rgba(0,0,0,.35);display:grid;place-items:center}.smart-ad>button svg{width:14px}.ad-code{grid-column:1/-1;width:100%;min-height:70px;overflow:hidden;display:grid;place-items:center}.ad-code>*{max-width:100%!important}.content-ad{margin-block:2px}.rail-ad{grid-template-columns:1fr;min-height:160px;text-align:center}.rail-ad>img{width:100%;height:110px}.rail-ad>a{width:100%;justify-content:center}.top-ad{max-width:1200px;margin:10px auto 0}.ad-modal{width:min(520px,calc(100vw - 24px));border:1px solid var(--v5-line);border-radius:20px;background:#111719;color:#fff;padding:20px;box-shadow:0 28px 90px rgba(0,0,0,.7)}.ad-modal::backdrop{background:rgba(0,0,0,.75);backdrop-filter:blur(4px)}.ad-modal>img{width:100%;max-height:280px;object-fit:cover;border-radius:13px;margin-bottom:14px}.ad-modal h2{font-size:20px;margin-bottom:7px}.ad-modal p{color:var(--v5-muted);line-height:1.75}.ad-modal>a{height:42px;border-radius:11px;background:var(--v5-primary);display:grid;place-items:center;margin-top:14px;font-weight:800}.ad-modal>button{position:absolute;top:10px;inset-inline-end:10px;width:34px;height:34px;border-radius:10px;background:#080c0e;display:grid;place-items:center}

/* Empty and favorites */
.premium-empty{min-height:320px;padding:34px 18px}.premium-empty>span{width:72px;height:72px;border-radius:22px;background:var(--v5-primary-soft);display:grid;place-items:center;margin:0 auto 16px;color:var(--v5-primary)}.premium-empty>span svg{width:34px}.premium-empty .primary-button{width:max-content;margin:15px auto 0}
.account-page .account-header{background:linear-gradient(145deg,var(--v5-primary-soft),transparent),var(--v5-surface);border:1px solid var(--v5-line-soft);border-radius:20px;padding:22px}.account-page .matches-list{gap:10px}

/* Match page polished */
.match-page{max-width:960px}.breadcrumbs{padding:2px 4px;color:var(--v5-muted);font-size:10px}.match-hero-card{border-radius:22px;background:var(--v5-surface);border:1px solid var(--v5-line-soft);box-shadow:var(--v5-shadow);padding:18px}.match-hero-top{margin-bottom:13px}.competition-badge img{width:32px;height:32px}.match-date-pill{width:max-content;margin:0 auto 16px;height:31px;background:#0b1012;border-radius:18px;padding:0 12px;font-size:10px}.hero-score-grid{grid-template-columns:minmax(0,1fr) 120px minmax(0,1fr);gap:12px}.team-logo-wrap{width:76px;height:76px;border-radius:50%;background:#edf0f1;border:0}.team-logo-wrap img{width:58px;height:58px}.hero-team h2{font-size:15px}.hero-team>span{font-size:9px}.big-score,.kickoff-time{font:900 34px Inter}.match-state{font-size:10px}.favorite-button{width:39px;height:39px;border-radius:50%}
.match-tabs{height:58px;background:#111719;border-radius:16px;border:1px solid var(--v5-line-soft);padding-inline:4px;box-shadow:none}.match-tabs button{min-width:112px;font-size:11px}.match-tabs button.active:after{height:3px}.prediction-main-card,.probabilities-card,.market-card,.analysis-card,.info-list,.momentum-card,.signal-list{border-radius:20px;border-color:var(--v5-line-soft);box-shadow:var(--v5-shadow)}.prediction-main-head h2{font-size:24px}.confidence-ring{width:92px;height:92px}.predicted-score{background:#0d1214;border:1px solid var(--v5-line-soft)}.probability-boxes .odd{height:86px;border-radius:12px}.market-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.market-card{min-height:130px;padding:18px}.market-card b{font:900 25px Inter}.info-list>div{min-height:56px}.similar-matches .match-card{box-shadow:none}

/* Footer and bottom navigation */
.site-footer{max-width:1200px;margin:28px auto 0;border-top:1px solid var(--v5-line-soft);background:#0a0e10;padding:24px 20px 100px}.bottom-nav{height:72px;max-width:680px;inset-inline:50%;transform:translateX(50%);border:1px solid var(--v5-line);border-bottom:0;border-radius:18px 18px 0 0;background:#252c31;box-shadow:0 -12px 40px rgba(0,0,0,.35)}.bottom-nav a{font-size:10px;gap:4px}.bottom-nav svg{width:25px;height:25px}.bottom-nav a.active{color:var(--v5-primary)}.bottom-nav a.active:after{height:3px}.nav-main-action span{background:transparent;border:0;width:auto;height:auto}

/* Search, dialogs and overlays */
.search-overlay{position:fixed!important;inset:0!important;z-index:1000!important;background:rgba(0,0,0,.72)!important;backdrop-filter:blur(6px);display:grid;place-items:start center;padding:7vh 14px}.search-overlay[hidden]{display:none!important}.search-panel{width:min(620px,100%);max-height:82vh;border-radius:22px;background:#111719;border:1px solid var(--v5-line);box-shadow:0 30px 90px rgba(0,0,0,.65);overflow:hidden}.search-head{padding:16px 18px}.search-input input{height:50px;font-size:14px}.search-results{max-height:55vh;overflow-y:auto}.language-popover{border-color:var(--v5-line);background:#111719}

/* Admin V5 */
.admin-body{font-size:13px;background:#070a0c}.admin-layout{grid-template-columns:250px minmax(0,1fr)}.admin-sidebar{width:250px;background:#0d1214;border-color:var(--v5-line-soft);padding:14px 10px}.admin-brand{min-height:56px}.admin-logo{width:42px;height:42px}.admin-brand b{font-size:14px}.admin-nav a{min-height:42px;font-size:11px;border-radius:10px}.nav-label{font-size:8px;margin-top:15px}.admin-main{min-width:0}.admin-topbar{height:70px;padding-inline:20px;background:rgba(8,12,14,.94);border-color:var(--v5-line-soft)}.topbar-title h1{font-size:16px}.admin-quick-search{max-width:440px}.admin-quick-search input{height:40px;font-size:11px}.admin-content{padding:20px 22px 40px;max-width:1500px;width:100%;margin:0 auto}.admin-page-intro{min-height:62px;margin-bottom:15px}.admin-page-intro p{font-size:11px}.intro-actions a{height:38px;padding-inline:12px;font-size:10px}.admin-card{border-radius:18px;background:#111719;border:1px solid var(--v5-line-soft);box-shadow:0 12px 32px rgba(0,0,0,.18)}.admin-card-head{min-height:62px;padding:14px 16px;border-bottom:1px solid var(--v5-line-soft)}.admin-card-head h2{font-size:15px}.admin-card-head span{font-size:9px}.admin-filter{display:grid;grid-template-columns:minmax(220px,1fr) 180px 180px auto;gap:10px;padding:14px;border-radius:16px;background:#111719;border:1px solid var(--v5-line-soft);margin-bottom:14px}.admin-filter label{min-width:0}.admin-filter input,.admin-filter select{height:42px;font-size:11px}.admin-filter button{height:42px;padding-inline:18px;border-radius:11px;background:var(--v5-primary);font-size:11px;font-weight:800}.admin-summary-tabs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-bottom:14px}.admin-summary-tabs a{height:65px;border-radius:14px;background:#111719;border:1px solid var(--v5-line-soft);display:flex;flex-direction:column;align-items:center;justify-content:center}.admin-summary-tabs a.active{border-color:var(--v5-primary);background:var(--v5-primary-soft)}.admin-summary-tabs span{font-size:9px;color:var(--v5-muted)}.admin-summary-tabs b{font:900 18px Inter}.admin-table-wrap{overflow:auto;max-width:100%}.admin-table-wrap table{min-width:940px}.admin-table-wrap th{height:46px;font-size:9px;background:#0d1214}.admin-table-wrap td{padding:11px 12px;font-size:10px;border-color:var(--v5-line-soft)}.match-admin-cell img{width:31px;height:31px}.row-actions{flex-wrap:wrap}.table-action{height:32px;padding-inline:9px}.admin-form{padding-bottom:16px}.admin-form .form-grid{padding:16px}.form-grid{gap:12px}.form-grid label>span{font-size:10px}.form-grid input,.form-grid select,.form-grid textarea{font-size:12px;border-color:var(--v5-line);background:#0c1113}.form-grid input,.form-grid select{height:44px}.admin-primary,.secondary-button,.primary-button{min-height:42px}.settings-tabs{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;padding-bottom:8px}.settings-tabs a{height:42px;min-width:105px;padding-inline:12px;border-radius:11px;background:#111719;border:1px solid var(--v5-line-soft);font-size:10px}.settings-tabs a.active{background:var(--v5-primary-soft);border-color:var(--v5-primary)}
.admin-grid,.admin-stats-grid{gap:12px}.admin-stat-card{min-height:110px;border-radius:17px}.admin-welcome{min-height:150px;border-radius:20px}.admin-welcome h2{font-size:21px}

/* Manual match form */
.manual-match-shell{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:14px;align-items:start}.manual-match-preview{position:sticky;top:88px}.manual-preview-card{padding:18px;border-radius:18px;background:linear-gradient(145deg,var(--v5-primary-soft),transparent 60%),#111719;border:1px solid var(--v5-line-soft)}.manual-preview-teams{display:grid;grid-template-columns:1fr 80px 1fr;align-items:center;text-align:center;gap:8px;margin-top:18px}.manual-preview-teams img{width:58px;height:58px;object-fit:contain;margin:0 auto 7px}.manual-preview-teams b{display:block;font-size:12px}.manual-preview-teams strong{font:900 18px Inter}.manual-preview-card p{font-size:10px;color:var(--v5-muted);line-height:1.7;margin-top:16px}.inline-create-box{padding:12px;border-radius:13px;background:#0c1113;border:1px dashed var(--v5-line);margin-top:8px}.inline-create-box summary{cursor:pointer;font-size:10px;font-weight:800;color:var(--v5-primary)}

/* SEO cockpit */
.seo-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:14px;align-items:start}.seo-preview-column{position:sticky;top:88px;display:flex;flex-direction:column;gap:12px}.serp-preview{padding:16px;border-radius:17px;background:#fff;color:#202124;direction:ltr;font-family:Arial,sans-serif}.serp-preview small{color:#4d5156;font-size:11px}.serp-preview h3{color:#1a0dab;font-size:20px;font-weight:400;line-height:1.3;margin:5px 0}.serp-preview p{color:#4d5156;font-size:13px;line-height:1.45}.seo-score{padding:16px;border-radius:17px;background:#111719;border:1px solid var(--v5-line-soft)}.seo-score-head{display:flex;align-items:center;justify-content:space-between}.seo-score strong{font:900 30px Inter;color:var(--v5-primary)}.seo-checklist{display:flex;flex-direction:column;gap:8px;margin-top:12px}.seo-checklist li{list-style:none;display:flex;align-items:center;gap:7px;font-size:10px;color:var(--v5-muted)}.seo-checklist li.ok{color:#cbeed7}.seo-checklist svg{width:15px}.char-counter{font:700 9px Inter;color:var(--v5-muted);margin-inline-start:auto}.char-counter.good{color:var(--v5-green)}.char-counter.warn{color:var(--v5-yellow)}.seo-technical-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.seo-technical-grid article{padding:14px;border-radius:14px;background:#0c1113;border:1px solid var(--v5-line-soft)}.seo-technical-grid b{font-size:11px}.seo-technical-grid p{font-size:9px;color:var(--v5-muted);line-height:1.6;margin-top:4px}

/* Motion */
@keyframes v5Enter{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}
.league-group,.rail-card,.match-hero-card,.prediction-main-card{animation:v5Enter .38s var(--v5-ease) both}.league-group:nth-child(2){animation-delay:.03s}.league-group:nth-child(3){animation-delay:.06s}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}

@media (max-width:980px){
  .desktop-layout{grid-template-columns:1fr}.desktop-rail{display:none}.site-shell{max-width:760px}.sports-nav,.league-tabs{justify-content:flex-start}.page-content{padding-inline:12px}.admin-filter{grid-template-columns:1fr 1fr}.admin-filter .grow{grid-column:1/-1}.manual-match-shell,.seo-layout{grid-template-columns:1fr}.manual-match-preview,.seo-preview-column{position:static}.seo-technical-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:720px){
  body{font-size:13px}.site-shell{max-width:none;padding-bottom:calc(65px + env(safe-area-inset-bottom,0px))}.brand-row{height:58px;padding-inline:12px}.brand-mark{font-size:18px}.brand-mark>span:last-child{max-width:125px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uploaded-logo{height:30px}.header-center-actions{margin:0;gap:5px}.points-mini{display:none}.premium-mini{height:34px;padding-inline:11px;font-size:10px}.header-icon,.notification-button,.language-menu>button{height:34px;min-width:34px;border-radius:10px}.sports-nav{height:70px;justify-content:flex-start}.sport-item{height:70px;flex-basis:92px;font-size:10px}.sport-item svg{width:20px;height:20px}.league-tabs{height:52px;justify-content:flex-start}.league-tab{height:52px;flex-basis:118px;font-size:10px}.page-content{padding:10px 10px 22px;gap:10px}.schedule-toolbar{height:62px;padding:8px 10px;border-radius:0;border-inline:0}.date-navigator{grid-template-columns:42px minmax(130px,190px) 42px}.date-navigator>a,.date-navigator>button{height:42px}.odds-switch{font-size:11px}.odds-switch i{width:43px;height:25px}.odds-switch i:before{width:17px;height:17px}.odds-switch.active i:before{inset-inline-start:22px}.status-pills{padding:10px;border-inline:0}.status-pills a{height:40px;min-width:82px;padding:0 14px;font-size:11px}.competition-strip{padding:11px 10px;border-inline:0;grid-auto-columns:78px}.competition-strip a span{width:38px;height:38px}.schedule-description{font-size:11px;padding-inline:3px}.league-groups{gap:10px}.league-group{border-radius:17px}.league-group-head{height:66px;padding-inline:11px}.league-mark{width:38px;height:38px}.league-mark img{width:26px;height:26px}.league-identity h2{font-size:12px}.league-identity p{font-size:9px}.league-group-head>button{width:47px;height:38px}.fixture-row{min-height:76px}.fixture-link{grid-template-columns:61px minmax(0,1fr) 64px;gap:7px;padding:9px 46px 9px 8px}.fixture-time{padding-inline-end:7px}.fixture-time strong{font-size:12px}.fixture-time small{font-size:8px}.fixture-teams{gap:7px}.fixture-teams>div{grid-template-columns:22px minmax(0,1fr) auto;gap:6px}.fixture-teams img{width:21px;height:21px}.fixture-teams span{font-size:12px}.fixture-teams em{font-size:9px;padding:3px 5px}.fixture-prediction span{font-size:8px}.fixture-prediction b{font-size:12px}.fixture-favorite{inset-inline-end:8px;width:34px;height:34px}.fixture-favorite svg{width:17px}.smart-ad{grid-template-columns:58px minmax(0,1fr);padding:10px;min-height:80px}.smart-ad>img{width:58px;height:48px}.smart-ad>a{grid-column:1/-1;width:100%;justify-content:center}.smart-ad>button{top:6px}.site-footer{display:none}.bottom-nav{height:calc(64px + env(safe-area-inset-bottom,0px));width:100%;max-width:none;inset-inline:0;transform:none;border-inline:0;border-radius:0;padding-bottom:env(safe-area-inset-bottom,0px)}.bottom-nav a{font-size:9px}.bottom-nav svg{width:23px;height:23px}.match-page{padding-top:8px}.match-hero-card{border-radius:17px;padding:13px}.hero-score-grid{grid-template-columns:minmax(0,1fr) 82px minmax(0,1fr);gap:5px}.team-logo-wrap{width:58px;height:58px}.team-logo-wrap img{width:45px;height:45px}.hero-team h2{font-size:12px;max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.big-score,.kickoff-time{font-size:25px}.match-tabs{height:52px;border-radius:0;margin-inline:-10px;border-inline:0}.match-tabs button{min-width:92px;font-size:10px}.probability-boxes{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.probability-boxes .odd{height:72px}.market-grid{grid-template-columns:1fr}.admin-layout{display:block}.admin-sidebar{transform:translateX(110%);width:min(86vw,310px);transition:.25s;z-index:120}.admin-sidebar.open{transform:none}.admin-main{grid-column:auto}.admin-topbar{height:62px;padding-inline:10px}.admin-menu-toggle{display:grid}.admin-quick-search,.site-mode-chip,.admin-user div{display:none}.admin-content{padding:12px 10px 28px}.admin-page-intro{align-items:flex-start;flex-direction:column}.intro-actions{width:100%;overflow-x:auto}.intro-actions a{flex:0 0 auto}.admin-summary-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.admin-summary-tabs a{height:58px}.admin-filter{grid-template-columns:1fr;padding:10px}.admin-filter .grow{grid-column:auto}.admin-filter button{width:100%}.admin-card{border-radius:15px}.admin-card-head{padding:12px}.admin-table-wrap{margin-inline:0}.form-grid{grid-template-columns:1fr!important}.form-grid .wide{grid-column:auto!important}.manual-preview-teams{grid-template-columns:1fr 58px 1fr}.seo-technical-grid{grid-template-columns:1fr}.serp-preview h3{font-size:17px}
}

@media (max-width:390px){
  .brand-mark>span:last-child{display:none}.premium-mini span{display:none}.premium-mini{width:34px;padding:0;justify-content:center}.sports-nav .sport-item{flex-basis:84px}.league-tab{flex-basis:108px}.date-navigator{grid-template-columns:38px 128px 38px}.date-navigator>button span{font-size:11px}.date-navigator>button small{font-size:7px}.odds-switch span{display:none}.status-pills a{min-width:75px;padding-inline:11px}.fixture-link{grid-template-columns:56px minmax(0,1fr) 50px}.fixture-prediction span{display:none}.fixture-teams span{font-size:11px}.fixture-favorite{width:32px;height:32px}.hero-score-grid{grid-template-columns:minmax(0,1fr) 70px minmax(0,1fr)}.team-logo-wrap{width:52px;height:52px}.team-logo-wrap img{width:40px;height:40px}.hero-team h2{font-size:11px;max-width:85px}.big-score,.kickoff-time{font-size:22px}.bottom-nav a{font-size:8px}.bottom-nav svg{width:21px;height:21px}
}
.favorite-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.favorite-tabs a{height:48px;border-radius:14px;background:#111719;border:1px solid var(--v5-line-soft);display:flex;align-items:center;justify-content:center;gap:8px;color:var(--v5-muted);font-weight:800}.favorite-tabs a b{min-width:24px;height:24px;padding:0 6px;border-radius:12px;background:#090d0f;display:grid;place-items:center;font:800 10px Inter}.favorite-tabs a.active{color:#fff;border-color:var(--v5-primary);background:var(--v5-primary-soft)}.compact-account-header{display:flex;align-items:center;justify-content:space-between}.compact-account-header>i{width:46px;height:46px;color:var(--v5-primary)}.favorite-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.favorite-team-card{position:relative;min-height:96px;padding:12px;border-radius:17px;background:#111719;border:1px solid var(--v5-line-soft)}.favorite-team-card>a{display:flex;align-items:center;gap:11px}.favorite-team-card img{width:58px;height:58px;object-fit:contain}.favorite-team-card h3{font-size:13px}.favorite-team-card p{font-size:9px;color:var(--v5-muted)}.favorite-team-card>button{position:absolute;top:9px;inset-inline-end:9px;width:30px;height:30px;border-radius:50%;background:#0b1012;color:var(--v5-primary);display:grid;place-items:center}.favorite-team-card>button svg{width:16px;fill:currentColor}.wide-empty{grid-column:1/-1}.trending-favorites{padding:15px}.trending-team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.trending-team-grid a{min-height:58px;padding:8px;border-radius:12px;background:#0d1214;display:grid;grid-template-columns:38px minmax(0,1fr) 16px;gap:8px;align-items:center}.trending-team-grid img{width:35px;height:35px;object-fit:contain}.trending-team-grid b{display:block;font-size:11px}.trending-team-grid small{font-size:8px;color:var(--v5-muted)}.trending-team-grid svg{width:14px;color:var(--v5-primary)}
@media(max-width:720px){.favorite-team-grid{grid-template-columns:1fr 1fr}.favorite-team-card img{width:48px;height:48px}.trending-team-grid{grid-template-columns:1fr}.compact-account-header>i{width:36px;height:36px}.favorite-tabs a{height:44px;font-size:11px}}
@media(max-width:390px){.favorite-team-grid{grid-template-columns:1fr}.favorite-tabs a span{font-size:10px}}
.challenge-hero{min-height:205px;padding:26px;border-radius:24px;background:radial-gradient(circle at 85% 15%,color-mix(in srgb,var(--v5-primary) 35%,transparent),transparent 38%),linear-gradient(145deg,#202830,#111719);border:1px solid color-mix(in srgb,var(--v5-primary) 25%,var(--v5-line));display:flex;align-items:center;justify-content:space-between;overflow:hidden}.challenge-hero>div:first-child{max-width:650px}.challenge-hero span{font-size:10px;color:var(--v5-primary);font-weight:800}.challenge-hero h1{font-size:28px;margin:5px 0}.challenge-hero p{color:#c3c9cc;line-height:1.7}.challenge-meta{display:flex;gap:8px;margin-top:17px}.challenge-meta b{height:38px;padding:0 12px;border-radius:12px;background:rgba(0,0,0,.25);display:flex;align-items:center;gap:6px;font-size:10px}.challenge-meta svg{width:16px}.challenge-trophy{width:150px;height:150px;border-radius:35px;background:rgba(0,0,0,.24);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(4deg)}.challenge-trophy svg{width:70px;height:70px;color:#f5c94d}.challenge-trophy small{font-size:9px;color:var(--v5-muted)}.challenge-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:14px;align-items:start}.challenge-main{min-width:0}.challenge-leaderboard{position:sticky;top:220px}.challenge-matches{display:flex;flex-direction:column;gap:10px}.challenge-match{padding:14px;border-radius:18px;background:#111719;border:1px solid var(--v5-line-soft)}.challenge-match>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.challenge-match>header div{display:flex;align-items:center;gap:7px;color:var(--v5-muted);font-size:10px}.challenge-match>header img{width:24px;height:24px;object-fit:contain}.challenge-match>header b{height:26px;padding:0 8px;border-radius:9px;background:var(--v5-primary-soft);color:var(--v5-primary);display:flex;align-items:center;font:800 9px Inter}.challenge-match-teams{display:grid;grid-template-columns:1fr 90px 1fr;gap:8px;align-items:center;text-align:center}.challenge-match-teams>div img{width:55px;height:55px;object-fit:contain;margin:0 auto 6px}.challenge-match-teams strong{display:block;font-size:12px}.challenge-match-teams time{font:900 18px Inter}.challenge-match-teams time small{display:block;font-size:8px;color:var(--v5-muted);margin-top:4px}.challenge-picks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:14px}.challenge-picks button{min-height:42px;padding:7px;border-radius:11px;background:#0b1012;border:1px solid var(--v5-line);font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:5px}.challenge-picks button.active{background:var(--v5-primary-soft);border-color:var(--v5-primary);color:#fff}.challenge-picks button:disabled{opacity:.5;cursor:not-allowed}.challenge-picks svg{width:14px}.challenge-login{height:42px;margin-top:13px;border-radius:11px;background:var(--v5-primary);display:grid;place-items:center;font-size:10px;font-weight:800}.challenge-result{margin-top:10px;padding:9px;border-radius:10px;display:flex;align-items:center;gap:6px;font-size:10px}.challenge-result.won{background:rgba(66,200,121,.1);color:var(--v5-green)}.challenge-result.lost{background:rgba(239,97,88,.1);color:var(--v5-red)}.challenge-result svg{width:16px}.challenge-ranks{display:flex;flex-direction:column}.challenge-ranks a{height:59px;display:grid;grid-template-columns:25px 35px minmax(0,1fr) auto;gap:7px;align-items:center;border-bottom:1px solid var(--v5-line-soft)}.challenge-ranks a:last-child{border:0}.challenge-ranks>a>b{font:900 10px Inter;color:var(--v5-primary)}.challenge-ranks img{width:34px;height:34px;border-radius:50%;object-fit:cover}.challenge-ranks div{min-width:0}.challenge-ranks strong{display:block;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.challenge-ranks small{font-size:8px;color:var(--v5-muted)}.challenge-ranks em{font:800 9px Inter;color:#fff}.challenge-admin-list{display:flex;flex-direction:column}.challenge-admin-list>article{padding:13px;border-bottom:1px solid var(--v5-line-soft);display:flex;align-items:center;justify-content:space-between;gap:12px}.challenge-admin-list h3{font-size:12px;margin:5px 0}.challenge-admin-list p,.challenge-admin-list small{font-size:9px;color:var(--v5-muted)}
@media(max-width:980px){.challenge-layout{grid-template-columns:1fr}.challenge-leaderboard{position:static}}
@media(max-width:720px){.challenge-hero{min-height:180px;padding:18px;border-radius:18px}.challenge-hero h1{font-size:20px}.challenge-hero p{font-size:10px}.challenge-trophy{width:100px;height:100px;border-radius:25px}.challenge-trophy svg{width:47px;height:47px}.challenge-meta{flex-wrap:wrap}.challenge-meta b{height:34px}.challenge-match{padding:11px}.challenge-match-teams{grid-template-columns:1fr 65px 1fr}.challenge-match-teams>div img{width:46px;height:46px}.challenge-match-teams strong{font-size:10px}.challenge-picks button span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.challenge-admin-list>article{align-items:flex-start;flex-direction:column}}
@media(max-width:390px){.challenge-trophy{display:none}.challenge-match-teams{grid-template-columns:1fr 56px 1fr}.challenge-picks{gap:5px}.challenge-picks button{font-size:8px}}
.ad-disclosure{position:absolute;top:5px;inset-inline-start:9px;color:#737d84;font:600 8px Inter}.smart-ad:before{display:none}.ad-copy{min-width:0;padding-top:7px}.ad-action{height:34px;padding:0 12px;border-radius:9px;background:var(--v5-primary);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800}.ad-expand{position:absolute!important;top:7px!important;inset-inline-end:7px!important}.ad-html,.ad-code{grid-column:1/-1;max-width:100%;overflow:hidden}.ad-html img,.ad-html iframe,.ad-code img,.ad-code iframe{max-width:100%!important}.ad-code-disabled{grid-column:1/-1;min-height:70px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--v5-muted)}.ad-code-disabled svg{width:18px}
.desktop-layout.no-rail{grid-template-columns:1fr;max-width:900px;margin:0 auto}.animations-off *,.animations-off *:before,.animations-off *:after{animation:none!important;transition:none!important}

/* V5 admin command center */
.admin-command-hero{min-height:158px;padding:24px;border-radius:22px;background:radial-gradient(circle at 92% 0,color-mix(in srgb,var(--v5-primary) 30%,transparent),transparent 35%),linear-gradient(140deg,#20292f,#101618 72%);border:1px solid color-mix(in srgb,var(--v5-primary) 24%,var(--v5-line));display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px;overflow:hidden}.admin-kicker{display:flex;align-items:center;gap:7px;color:var(--v5-primary);font-size:10px;font-weight:800}.admin-kicker svg{width:16px}.admin-command-hero h2{font-size:27px;margin:7px 0 4px}.admin-command-hero p{color:#a8b0b6}.admin-command-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px;justify-content:flex-end}.admin-command-actions a{height:42px;padding:0 13px;border:1px solid var(--v5-line);border-radius:12px;background:#101618;display:flex;align-items:center;gap:7px;font-size:10px;font-weight:800}.admin-command-actions a.admin-primary{background:var(--v5-primary);border-color:var(--v5-primary);color:#fff}.admin-command-actions svg{width:16px}.admin-health-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:14px}.admin-health-strip article{min-height:72px;padding:12px;border-radius:16px;background:#111719;border:1px solid var(--v5-line-soft);display:flex;align-items:center;gap:10px}.admin-health-strip article>i{width:35px;height:35px;padding:8px;border-radius:11px;background:#0a0f11}.admin-health-strip small{display:block;font-size:8px;color:var(--v5-muted)}.admin-health-strip b{display:block;font-size:12px;margin-top:2px}.admin-health-strip .health-good>i{color:var(--v5-green);background:rgba(66,200,121,.1)}.admin-health-strip .health-warning>i{color:var(--v5-yellow);background:rgba(242,199,80,.1)}.admin-health-strip .health-danger>i{color:var(--v5-red);background:rgba(239,97,88,.1)}.admin-stats-v5{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-operations-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:14px;margin-bottom:14px}.operation-panel{min-width:0}.admin-fixture-list,.attention-list{display:flex;flex-direction:column}.admin-fixture-list>a{min-height:59px;padding:8px 13px;display:grid;grid-template-columns:72px minmax(0,1fr) 18px;gap:10px;align-items:center;border-bottom:1px solid var(--v5-line-soft)}.admin-fixture-list>a:last-child{border:0}.admin-fixture-list time{font:800 9px Inter;color:var(--v5-primary)}.admin-fixture-list b{display:block;font-size:10px}.admin-fixture-list b span{font:700 8px Inter;color:var(--v5-muted)}.admin-fixture-list small{display:block;font-size:8px;color:var(--v5-muted);margin-top:3px}.admin-fixture-list svg{width:15px;color:var(--v5-muted)}.attention-list>a{min-height:64px;padding:9px 13px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center;border-bottom:1px solid var(--v5-line-soft)}.attention-list>a:last-child{border:0}.attention-icon{width:37px;height:37px;border-radius:11px;display:grid;place-items:center}.attention-icon svg{width:17px}.attention-icon.amber{background:rgba(242,199,80,.1);color:var(--v5-yellow)}.attention-icon.red{background:rgba(239,97,88,.1);color:var(--v5-red)}.attention-icon.purple{background:var(--v5-primary-soft);color:var(--v5-primary)}.attention-icon.blue{background:rgba(107,140,255,.1);color:#6b8cff}.attention-list b{display:block;font-size:10px}.attention-list small{display:block;font-size:8px;color:var(--v5-muted);margin-top:3px}.attention-list strong{min-width:27px;height:27px;padding:0 7px;border-radius:14px;background:#0b1012;display:grid;place-items:center;font:800 9px Inter}.activity-panel{margin-top:14px}.activity-timeline{display:flex;flex-direction:column}.activity-timeline article{min-height:58px;padding:8px 14px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;border-bottom:1px solid var(--v5-line-soft)}.activity-timeline article:last-child{border:0}.activity-timeline article>span{width:34px;height:34px;border-radius:50%;background:#0a0f11;color:var(--v5-primary);display:grid;place-items:center}.activity-timeline svg{width:15px}.activity-timeline b{display:block;font-size:10px}.activity-timeline small{display:block;font-size:8px;color:var(--v5-muted);margin-top:2px}.activity-timeline time{font:700 8px Inter;color:var(--v5-muted)}.admin-control-grid{margin-top:14px}
@media(max-width:1100px){.admin-health-strip,.admin-stats-v5{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-operations-grid{grid-template-columns:1fr}.admin-command-hero{align-items:flex-start;flex-direction:column}.admin-command-actions{justify-content:flex-start}}
@media(max-width:680px){.admin-command-hero{min-height:auto;padding:16px;border-radius:17px}.admin-command-hero h2{font-size:20px}.admin-command-hero p{font-size:10px;line-height:1.6}.admin-command-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.admin-command-actions a{justify-content:center;padding-inline:8px}.admin-health-strip,.admin-stats-v5{grid-template-columns:1fr 1fr}.admin-health-strip article{min-height:64px;padding:9px}.admin-health-strip article>i{width:31px;height:31px;padding:7px}.admin-fixture-list>a{grid-template-columns:58px minmax(0,1fr) 14px;padding-inline:9px}.activity-timeline article{grid-template-columns:31px minmax(0,1fr);padding-inline:9px}.activity-timeline time{grid-column:2}.admin-control-grid{grid-template-columns:1fr!important}}
@media(max-width:390px){.admin-health-strip,.admin-stats-v5{grid-template-columns:1fr}.admin-command-actions{grid-template-columns:1fr}.attention-list>a{grid-template-columns:34px minmax(0,1fr) auto;padding-inline:8px}}
