/*
Theme Name: XScore iOS Sports
Theme URI: https://xscore.co.ke
Author: XScore
Description: An iOS-inspired, mobile-first XScore sports interface with native system typography, glass navigation, grouped prediction cards, segmented controls and adaptive light/dark appearance.
Version: 13.0.0
Text Domain: xscore
*/

:root{
	/* PITCH & GOLD — a deliberate move away from the blue-accent dark
	   dashboard look, which by now is the default for practically
	   every SaaS product. This grounds the palette in something
	   actually specific to football: a deep pitch-at-dusk green
	   instead of neutral gray-black, and a warm trophy gold as the
	   one accent instead of another confident blue. Win/live stay
	   their own distinct hues so they're never confused with "the
	   brand color" doing double duty. */
	--bg:#0C1310;
	--surface:#141D18;
	--surface-2:#1D2921;
	--line:rgba(232,240,235,.09);
	--line-strong:rgba(232,240,235,.17);
	--text:#EEF3F0;
	--text-dim:#8FA096;
	--accent:#EFAA3C;
	--accent-2:#D6912A;
	--win:#35CE84;
	--live:#FF5D6C;
	--accent-ink:#1A1305;
	/* A second accent reserved for editorial content — the blog listing
	   cards, article pages, and everything around them. Gold stays the
	   betting product's color (predictions, results, CTAs); a cooler
	   violet-blue marks "you're reading" rather than "you're betting",
	   and gives long-form article text a calmer color for links than
	   a high-chroma gold would be over a full page of reading. */
	--accent-blog:#8B7FFF;
	--accent-blog-2:#6F5FE0;
	--radius:12px;
	--shadow:0 8px 20px rgba(0,0,0,.32);
	--shadow-lg:0 18px 40px rgba(0,0,0,.4);
	--space-1:6px; --space-2:10px; --space-3:16px; --space-4:24px; --space-5:36px; --space-6:52px;
}

*{ box-sizing:border-box; -webkit-tap-highlight-color:transparent; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; scroll-padding-top:96px; color-scheme:dark; }
@media(prefers-reduced-motion:reduce){ html{ scroll-behavior:auto; } }

body{
	margin:0;
	background:var(--bg);
	color:var(--text);
	font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
	line-height:1.68;
	overflow-x:hidden;
	width:100%;
	-webkit-font-smoothing:antialiased;
}
a{ color:inherit; text-decoration:none; }
a, button, .btn, input[type=submit], .card, .stat-card{ touch-action:manipulation; }
img{ max-width:100%; height:auto; display:block; }
iframe, video, embed, object{ max-width:100%; }
table{ max-width:100%; display:block; overflow-x:auto; -webkit-overflow-scrolling:touch; }
a:focus-visible, button:focus-visible{ outline:2px solid var(--accent); outline-offset:3px; }

input, select, textarea{ font-size:16px; }

.container{ width:min(1180px,calc(100% - 32px)); margin-inline:auto; }

h1, h2, h3, .brand, .btn, .stat-card .n, .footer-heading{ font-family:'Rajdhani',system-ui,sans-serif; font-weight:700; letter-spacing:-.01em; }
.mono, .card-meta, .article-meta, .result-card-date, .result-card-pick strong, .result-card-odds{ font-family:'IBM Plex Mono',monospace; font-weight:500; }

.hero h1, .section-head h2, .article h1, .card h3, .footer-cta-text strong{ text-wrap:balance; }

/* Skip link */
.skip-link{
	position:fixed; top:-60px; left:14px; z-index:200;
	background:var(--accent); color:var(--accent-ink);
	padding:11px 18px; border-radius:8px; font-weight:700; font-size:.85rem;
	font-family:'Inter',sans-serif; transition:top .2s ease;
}
.skip-link:focus{ top:14px; }

@view-transition{ navigation:auto; }
::view-transition-old(root), ::view-transition-new(root){ animation-duration:.3s; animation-timing-function:cubic-bezier(.2,.8,.2,1); }
.brand{ view-transition-name:xs-brand; }
@media(prefers-reduced-motion:reduce){
	::view-transition-old(root), ::view-transition-new(root){ animation:none; }
}

@media(prefers-contrast:more){
	:root{ --line:rgba(230,237,243,.4); --text-dim:#B7C0C8; }
	.card, .widget, .result-card, .stat-card, .btn, .stats-grid{ border-width:1.5px; }
}
@media(forced-colors:active){
	.site-nav, .xs-bottom-nav, .xs-welcome-toast, .xs-install-prompt, .nav-search-form{ forced-color-adjust:none; border:1px solid CanvasText; }
	.btn, .card, .widget, .result-card{ border-color:CanvasText; }
}
@media(prefers-reduced-transparency:reduce){
	/* Header and bottom nav already use solid backgrounds by default now
	   (see the perf note above .site-header) — only the transient
	   glass popovers still need a fallback here. */
	.site-nav ul ul, .nav-search-form, .xs-welcome-toast, .xs-install-prompt{
		backdrop-filter:none; -webkit-backdrop-filter:none; background:var(--surface);
	}
}
.content-layout{ container-type:inline-size; container-name:xs-content; }
@container xs-content (max-width:640px){
	.grid{ grid-template-columns:1fr; }
	.results-grid{ grid-template-columns:1fr; }
}

/* HEADER — a solid background, not glass. It's sticky and repaints
   on every scroll frame, so backdrop-filter here has a real ongoing
   cost (especially on the budget Android GPUs common among this
   audience) for a frosted-glass effect nobody notices while scrolling
   past it. A near-opaque solid color reads almost identically and
   costs nothing per frame. */
.site-header{
	position:sticky; top:0; z-index:50;
	background:rgba(13,17,23,.97);
	border-bottom:1px solid var(--line);
}
.header-inner{ display:flex; align-items:center; justify-content:space-between; min-height:80px; gap:24px; }
.brand{ display:flex; align-items:center; gap:10px; letter-spacing:-.02em; font-size:1.5rem; color:var(--text); }
.brand::before{ content:""; width:9px; height:9px; border-radius:3px; background:var(--accent); }

/* MENU — a plain, confident underline indicator. No glow, no pill —
   just a clear color change and a solid underline on the active or
   hovered item, the way a serious dashboard nav behaves. */
.site-nav ul{ display:flex; gap:4px; list-style:none; padding:0; margin:0; align-items:center; }
.site-nav li{ position:relative; }
.site-nav a{
	position:relative; display:block; padding:10px 15px; color:var(--text-dim); font-weight:600;
	font-size:.9rem; white-space:nowrap; transition:color .15s ease, background .15s ease; border-radius:8px;
}
.site-nav a::after{
	content:""; position:absolute; left:15px; right:15px; bottom:1px; height:2px;
	background:var(--accent); border-radius:2px; transform:scaleX(0); transform-origin:center;
	transition:transform .2s cubic-bezier(.2,.8,.2,1);
}
.site-nav a:hover{ color:var(--text); background:rgba(230,237,243,.05); }
.site-nav a:hover::after{ transform:scaleX(1); }
.site-nav li.current-menu-item > a{ color:var(--text); }
.site-nav li.current-menu-item > a::after{ transform:scaleX(1); }

.site-nav li.menu-item-has-children > a::after{ content:none; }
.site-nav li.menu-item-has-children > a{ padding-right:22px; }
.site-nav li.menu-item-has-children > a::before{
	content:"⌄"; position:absolute; right:6px; top:50%; transform:translateY(-50%); font-size:.85em; opacity:.6;
}

.site-nav ul ul{
	display:block; visibility:hidden; opacity:0; pointer-events:none;
	position:absolute; top:calc(100% + 10px); left:0; min-width:210px;
	background:var(--surface-2);
	border:1px solid var(--line); border-radius:10px;
	padding:6px; gap:2px; box-shadow:var(--shadow-lg);
	transform:translateY(-6px); transition:opacity .2s ease, transform .2s ease, visibility .2s;
	z-index:70;
}
.site-nav li:hover > ul{ visibility:visible; opacity:1; pointer-events:auto; transform:translateY(0); }
.site-nav ul ul li{ width:100%; }
.site-nav ul ul a{ display:block; padding:10px 12px; border-radius:8px; font-size:.85rem; font-weight:500; white-space:nowrap; }
.site-nav ul ul a::after{ content:none; }
.site-nav ul ul a:hover{ background:rgba(239,170,60,.12); color:var(--accent); }

.nav-actions{ display:flex; align-items:center; gap:10px; flex-shrink:0; }
.nav-app-btn{
	display:inline-flex; align-items:center; gap:7px; padding:9px 16px; border-radius:8px;
	border:1px solid var(--line-strong); color:var(--text); font-weight:600; font-size:.84rem;
	white-space:nowrap; transition:border-color .15s ease, background .15s ease;
}
.nav-app-btn svg{ width:15px; height:15px; stroke:currentColor; fill:none; stroke-width:1.8; }
.nav-app-btn:hover{ border-color:var(--accent); background:rgba(239,170,60,.08); color:var(--accent); }
.xs-standalone .nav-app-btn{ display:none; }
.nav-login-btn{
	display:inline-flex; align-items:center; padding:9px 18px; border-radius:8px;
	background:var(--accent); color:var(--accent-ink) !important;
	font-weight:700; font-size:.84rem; white-space:nowrap; transition:background .15s ease; flex-shrink:0;
	font-family:'Inter',sans-serif;
}
.nav-login-btn:hover{ background:var(--accent-2); }

/* HEADER SEARCH */
.nav-search{ position:relative; flex-shrink:0; }
.nav-search summary{
	list-style:none; cursor:pointer; width:38px; height:38px; border-radius:8px;
	display:flex; align-items:center; justify-content:center; font-size:1rem;
	border:1px solid var(--line-strong); background:transparent; color:var(--text-dim); transition:border-color .15s ease, color .15s ease;
}
.nav-search summary::-webkit-details-marker{ display:none; }
.nav-search summary:hover{ border-color:var(--accent); color:var(--accent); }
.nav-search[open] summary{ border-color:var(--accent); color:var(--accent); }
.nav-search-form{
	position:absolute; top:calc(100% + 8px); right:0; z-index:60;
	display:flex; gap:6px;
	background:var(--surface-2);
	border:1px solid var(--line); border-radius:10px; padding:8px; box-shadow:var(--shadow-lg); width:min(280px,80vw);
}
.nav-search-form input{
	flex:1; min-width:0; padding:9px 11px; border-radius:6px; border:1px solid var(--line);
	background:var(--bg); color:var(--text); font-size:.9rem;
}
.nav-search-form button{
	border:none; border-radius:6px; background:var(--accent); color:var(--accent-ink);
	padding:0 14px; font-weight:700; font-size:.82rem; cursor:pointer; font-family:'Inter',sans-serif;
}

/* TICKER */
.xs-ticker{ background:var(--surface); border-bottom:1px solid var(--line); overflow:hidden; position:relative; }
.xs-ticker::before, .xs-ticker::after{ content:""; position:absolute; top:0; bottom:0; width:30px; z-index:2; pointer-events:none; }
.xs-ticker::before{ left:0; background:linear-gradient(90deg,var(--surface),transparent); }
.xs-ticker::after{ right:0; background:linear-gradient(270deg,var(--surface),transparent); }
.xs-ticker-track{ display:flex; width:max-content; animation:xs-scroll 32s linear infinite; }
.xs-ticker-item{ display:flex; align-items:center; gap:8px; padding:10px 22px; white-space:nowrap; font-size:12.5px; font-weight:600; color:var(--text-dim); border-right:1px solid var(--line); font-family:'IBM Plex Mono',monospace; }
.xs-ticker-item b{ color:var(--accent); font-weight:600; }
@keyframes xs-scroll{ from{transform:translateX(0);} to{transform:translateX(-50%);} }
@media(prefers-reduced-motion:reduce){ .xs-ticker-track{ animation:none; overflow-x:auto; -webkit-overflow-scrolling:touch; } }

/* PULL-QUOTE */
.article blockquote{
	margin:30px 0; padding:8px 0 8px 24px; border-left:3px solid var(--accent-blog);
	font-family:'Rajdhani',sans-serif; font-weight:600;
	font-size:clamp(1.15rem,3vw,1.4rem); line-height:1.4; color:var(--text);
	position:relative;
}
.article blockquote p{ margin:0; font-size:inherit; font-family:inherit; color:inherit; }
.article blockquote cite{
	display:block; margin-top:10px; font-family:'Inter',sans-serif; font-style:normal;
	font-size:.8rem; font-weight:600; color:var(--text-dim);
}

/* DROP CAP */
.article > p:first-of-type::first-letter{
	font-family:'Rajdhani',sans-serif; font-weight:700; float:left;
	font-size:3.2em; line-height:.85; padding:4px 10px 0 0; color:var(--accent-blog);
}

/* FIGURE / CAPTION */
.article figure{ margin:22px 0; }
.article figure img{ margin:0; border-radius:10px; }
.article figcaption{
	margin-top:8px; font-size:.8rem; color:var(--text-dim); text-align:center;
	font-family:'Inter',sans-serif; font-style:italic;
}

/* HERO */
.hero{ padding:64px 0 48px; }
.hero-panel{
	position:relative; overflow:hidden; border:1px solid var(--line); border-radius:var(--radius);
	padding:clamp(32px,5vw,64px); text-align:left;
	background:var(--surface);
	box-shadow:var(--shadow-lg);
}
/* A quiet touch of depth — a soft accent-tinted glow low in the
   corner, not a spotlight. Restrained enough to read as polish
   rather than decoration. */
.hero-panel::before{
	content:""; position:absolute; top:-160px; right:-120px; width:420px; height:420px;
	background:radial-gradient(circle, rgba(239,170,60,.16), transparent 70%);
	pointer-events:none; z-index:0;
}
.hero-panel > *{ position:relative; z-index:1; }
/* Blog listing pages get the violet glow instead of gold — same
   panel, different mood, signalling "editorial" before you've even
   started reading. */
.hero-panel--blog::before{ background:radial-gradient(circle, rgba(139,127,255,.16), transparent 70%); }

.verified-stamp{
	position:absolute; top:26px; right:26px; z-index:2;
	display:flex; align-items:center; gap:7px;
	padding:7px 14px; border-radius:999px;
	background:rgba(53,206,132,.1); border:1px solid rgba(53,206,132,.3);
	color:var(--win);
	font-family:'Inter',sans-serif; font-weight:600;
	font-size:.72rem; letter-spacing:.02em; text-transform:uppercase; line-height:1.2;
	pointer-events:none;
}
.verified-stamp span{ display:block; }
.verified-stamp br{ display:none; }
.verified-stamp .stamp-check{ font-size:.95rem; margin:0; }
@media(max-width:560px){ .verified-stamp{ top:16px; right:16px; font-size:.62rem; padding:6px 11px; } }

.eyebrow{
	display:inline-flex; align-items:center; gap:8px; border:1px solid var(--line-strong);
	background:var(--surface-2); color:var(--text-dim); padding:7px 14px; border-radius:999px;
	font-size:.75rem; font-weight:600; font-family:'Inter',sans-serif;
}
.eyebrow::before{ content:""; width:6px; height:6px; border-radius:50%; background:var(--live); flex-shrink:0; }
/* Blog listing pages aren't "live" in any sense — a static violet dot
   instead of the pulsing red one used for genuinely live content. */
.eyebrow--blog::before{ background:var(--accent-blog); animation:none; }

.hero h1{
	max-width:760px; margin:26px 0 16px; font-size:clamp(2.2rem,5.4vw,3.6rem); line-height:1.08; letter-spacing:-.02em;
	color:var(--text);
}
.verified-badge{
	display:inline-flex; align-items:center; justify-content:center;
	width:.5em; height:.5em; border-radius:50%;
	background:var(--win); color:var(--bg); -webkit-text-fill-color:var(--bg);
	font-size:.46em; vertical-align:middle; margin-left:4px;
}
.hero-tagline{
	font-family:'Rajdhani',sans-serif; font-weight:600;
	color:var(--accent); font-size:1rem; letter-spacing:0; margin:0 0 0 !important;
}
.hero p{ max-width:560px; margin:14px 0 32px; color:var(--text-dim); font-size:clamp(1rem,2vw,1.1rem); line-height:1.7; font-family:'Inter',sans-serif; }
.hero-actions{ display:flex; gap:12px; flex-wrap:wrap; justify-content:flex-start; }
.btn{ display:inline-flex; align-items:center; gap:8px; justify-content:center; min-height:50px; padding:0 26px; border-radius:9px; font-weight:700; letter-spacing:0; border:1px solid transparent; transition:transform .18s ease, background .18s ease, border-color .18s ease; font-size:.92rem; }
.btn:hover{ transform:translateY(-1px); }
.btn:active{ transform:translateY(0) scale(.98); }
/* A gradient here rather than a flat fill — the one deliberately
   "designed" moment on the page, reinforcing the gold as something
   earned/premium rather than just another flat UI color. */
.btn-primary{ background:linear-gradient(135deg, var(--accent), var(--accent-2)); color:var(--accent-ink); font-weight:800; box-shadow:var(--shadow); }
.btn-primary:hover{ background:linear-gradient(135deg, var(--accent-2), var(--accent-2)); }
.btn-secondary{ border-color:var(--line-strong); background:transparent; color:var(--text); }
.btn-secondary:hover{ border-color:var(--accent); color:var(--accent); }
.btn-icon{ font-size:.95em; }
.btn-live-dot{
	width:8px; height:8px; border-radius:50%; background:var(--live); display:inline-block;
	box-shadow:0 0 0 3px rgba(255,93,108,.18); animation:xs-live-pulse 1.6s ease-in-out infinite;
}
@keyframes xs-live-pulse{ 0%,100%{opacity:1;} 50%{opacity:.4;} }
@media(prefers-reduced-motion:reduce){ .btn-live-dot{ animation:none; } }

/* STATS */
.stats-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin-top:36px; border:1px solid var(--line); border-radius:12px; overflow:hidden; background:var(--surface-2); }
.stat-card{
	padding:22px 10px; text-align:center;
	position:relative; border-right:1px solid var(--line);
	transition:background .15s ease;
}
.stat-card:last-child{ border-right:none; }
.stat-card:hover{ background:rgba(230,237,243,.03); }
.stat-card:nth-child(1) .n{ color:var(--accent); }
.stat-card:nth-child(2) .n{ color:var(--text); }
.stat-card:nth-child(3) .n{ color:var(--text); }

.win-gauge{ position:relative; width:56px; height:56px; margin:2px auto 6px; }
.win-gauge svg{ width:100%; height:100%; transform:rotate(-90deg); }
.win-gauge-track{ fill:none; stroke:rgba(230,237,243,.09); stroke-width:6; }
.win-gauge-fill{ fill:none; stroke:var(--accent); stroke-width:6; stroke-linecap:round; transition:stroke-dashoffset 1s cubic-bezier(.4,0,.2,1); }
.win-gauge-label{
	position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
	font-size:.82rem; font-weight:600; font-family:'IBM Plex Mono',monospace; color:var(--accent); letter-spacing:0;
}
@media(prefers-reduced-motion:reduce){ .win-gauge-fill{ transition:none; } }

.stat-icon{ display:block; font-size:1rem; margin:4px 0 4px; opacity:.9; color:var(--text-dim); }
.stat-card .n{ display:block; font-size:1.4rem; letter-spacing:0; font-family:'IBM Plex Mono',monospace; font-weight:600; }
.stat-card .l{ display:block; font-size:.66rem; color:var(--text-dim); font-weight:600; text-transform:uppercase; letter-spacing:.5px; margin-top:6px; font-family:'Inter',sans-serif; }

/* SECTIONS */
.section{ padding:40px 0 30px; }
.section-head{ display:flex; align-items:end; justify-content:space-between; gap:18px; margin-bottom:26px; border-bottom:1px solid var(--line); padding-bottom:16px; }
.section-head h1, .section-head h2{ font-size:clamp(1.5rem,3vw,1.9rem); margin:0; letter-spacing:-.01em; color:var(--text); }

/* SEARCH FORM — shared by search.php and 404.php, was previously two
   copies of the same inline styles. */
.xs-search-form{ display:flex; gap:8px; max-width:480px; margin-bottom:26px; }
.xs-search-form input{ flex:1; padding:11px 15px; border:1px solid var(--line-strong); border-radius:8px; background:var(--bg); color:var(--text); font-size:.95rem; }
.xs-search-form .btn{ min-height:auto; padding:0 18px; }
.xs-search-form--hero{ max-width:420px; margin:22px auto 26px; }
.section-head p{ margin:0; color:var(--text-dim); font-size:.86rem; font-family:'Inter',sans-serif; display:flex; align-items:center; gap:10px; flex-wrap:wrap; }

/* LIVE INDICATOR — genuinely tied to the auto-refresh poll below, not
   a decorative badge. Text and dot color both reflect real state:
   green pulse while polling normally, briefly flashes accent when
   fresh numbers actually land, dims to "Offline" if a poll fails. */
.xs-live-indicator{ display:inline-flex; align-items:center; gap:6px; font-size:.78rem; font-weight:600; color:var(--text-dim); }
.xs-live-indicator .dot{ width:6px; height:6px; border-radius:50%; background:var(--win); flex-shrink:0; animation:xs-live-dot-pulse 2s ease-in-out infinite; }
.xs-live-indicator.is-updated .dot{ background:var(--accent); }
.xs-live-indicator.is-offline .dot{ background:var(--text-dim); animation:none; }
@keyframes xs-live-dot-pulse{ 0%,100%{ opacity:1; } 50%{ opacity:.35; } }
@media(prefers-reduced-motion:reduce){ .xs-live-indicator .dot{ animation:none; } }

/* Numbers that just changed get one quiet flash — accent color, then
   settle — instead of silently jumping to a new value. */
.xs-stat-flash{ animation:xs-stat-flash-kf 1.1s ease; }
@keyframes xs-stat-flash-kf{
	0%{ color:var(--accent); }
	100%{ color:inherit; }
}
@media(prefers-reduced-motion:reduce){ .xs-stat-flash{ animation:none; } }

/* Ticker content swap — a brief crossfade instead of an instant,
   jarring content replacement when new picks arrive. */
.xs-ticker-track{ transition:opacity .25s ease; }
.xs-ticker-track.is-swapping{ opacity:0; }

/* CARD GRID (articles) */
.grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
/* CARD GRID — used exclusively for blog/article listings (predictions
   and results have their own components below), so this is where the
   editorial accent lives instead of the betting-product gold. */
.card{ background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); transition:transform .18s ease, border-color .18s ease; position:relative; }
.card::before{ content:""; position:absolute; left:0; top:0; bottom:0; width:3px; background:var(--accent-blog); opacity:.8; z-index:1; }
.card:hover{ transform:translateY(-3px); border-color:rgba(139,127,255,.35); }
.card-body{ padding:20px 22px 22px; }
.card h3{ margin:0 0 10px; font-size:1.06rem; line-height:1.4; letter-spacing:-.005em; font-family:'Rajdhani',sans-serif; font-weight:600; color:var(--text); }
.card p{ margin:0; color:var(--text-dim); font-size:.88rem; line-height:1.6; font-family:'Inter',sans-serif; }
.card-meta{ display:flex; gap:10px; flex-wrap:wrap; margin-top:15px; color:var(--text-dim); font-size:.72rem; font-weight:600; }
.card-meta span + span::before{ content:"·"; margin-right:5px; opacity:.6; }
.post-thumb{ aspect-ratio:16/9; object-fit:cover; background:var(--surface-2); width:100%; }
.thumb-fallback{ aspect-ratio:16/9; display:flex; align-items:center; justify-content:center; font-size:24px; background:var(--surface-2); }

/* VERIFIED RESULTS */
.results-summary{ display:flex; align-items:baseline; gap:10px; margin:-6px 0 18px; flex-wrap:wrap; }
.results-summary-score{ font-family:'IBM Plex Mono',monospace; font-weight:600; font-size:1.3rem; color:var(--accent); }
.results-summary-label{ font-size:.85rem; color:var(--text-dim); font-weight:500; font-family:'Inter',sans-serif; }

.results-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.result-card{
	position:relative; overflow:hidden;
	background:var(--surface);
	border:1px solid var(--line); border-radius:12px; padding:16px 18px;
	transition:border-color .15s ease;
}
.result-card:hover{ border-color:var(--line-strong); }
.result-card::before{ content:""; position:absolute; left:0; top:0; bottom:0; width:3px; }
.result-card-won::before{ background:var(--win); }
.result-card-lost::before{ background:var(--live); }
.result-card-top{ display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:9px; }
.result-card-match{ font-weight:600; font-size:.92rem; font-family:'Rajdhani',sans-serif; color:var(--text); }
.result-team-dot{ display:inline-block; width:8px; height:8px; border-radius:50%; margin-right:5px; vertical-align:middle; box-shadow:0 0 0 1px rgba(230,237,243,.15); }
.result-vs{ margin:0 5px; font-size:.66rem; font-weight:600; color:var(--text-dim); text-transform:uppercase; vertical-align:middle; }
.result-card-bottom{ display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap; }
.result-card-date{ font-size:.74rem; color:var(--text-dim); }
.result-card-pick{ font-size:.8rem; color:var(--text-dim); font-family:'Inter',sans-serif; }
.result-card-pick strong{ color:var(--text); }
.result-card-odds{ margin-left:5px; color:var(--accent); font-weight:600; }

.status{ display:inline-flex; padding:4px 11px; border-radius:999px; font-size:.7rem; font-weight:700; font-family:'Inter',sans-serif; }
.status-won{ background:rgba(53,206,132,.1); color:var(--win); border:1px solid rgba(53,206,132,.3); }
.status-lost{ background:rgba(255,93,108,.08); color:var(--live); border:1px solid rgba(255,93,108,.26); }

@media(max-width:560px){ .results-grid{ grid-template-columns:1fr; } }

/* BREADCRUMB — visible trail on articles, both for orientation and
   because it's a genuine SEO signal (Google surfaces this as the
   result's URL path in search when BreadcrumbList schema matches). */
.xs-breadcrumb{ display:flex; align-items:center; gap:6px; flex-wrap:wrap; font-size:.8rem; color:var(--text-dim); margin-bottom:18px; font-family:'Inter',sans-serif; }
.xs-breadcrumb a{ color:var(--text-dim); font-weight:500; }
.xs-breadcrumb a:hover{ color:var(--accent-blog); }
.xs-breadcrumb .sep{ opacity:.5; }
.xs-breadcrumb .current{ color:var(--text); font-weight:600; }

/* TIP TABLE / RESULTS */
.tip-table-wrap{ overflow-x:auto; border:1px solid var(--line); border-radius:12px; background:var(--surface); box-shadow:var(--shadow); }
.tip-table{ width:100%; border-collapse:collapse; min-width:560px; }
.tip-table th{ padding:14px 16px; text-align:left; background:var(--surface-2); color:var(--text); font-size:.68rem; text-transform:uppercase; letter-spacing:.06em; font-family:'Inter',sans-serif; font-weight:600; }
.tip-table td{ padding:14px 16px; border-top:1px solid var(--line); color:var(--text); font-size:.9rem; font-family:'Inter',sans-serif; }
.tip-table tbody tr:nth-child(even) td{ background:rgba(230,237,243,.012); }
.tip-table tr:hover td{ background:rgba(239,170,60,.05); }
.date-relative{ display:block; font-size:.72rem; color:var(--text-dim); font-weight:500; margin-top:2px; }

@media(max-width:580px){
	.tip-table-wrap{ overflow:visible; border:none; background:none; box-shadow:none; }
	.tip-table{ min-width:0; }
	.tip-table thead{ display:none; }
	.tip-table, .tip-table tbody, .tip-table tr, .tip-table td{ display:block; width:100%; }
	.tip-table tr{ background:var(--surface); border:1px solid var(--line); border-radius:12px; padding:6px 4px; margin-bottom:10px; }
	.tip-table td{ display:flex; justify-content:space-between; align-items:center; padding:9px 14px; border-top:none; font-size:.88rem; }
	.tip-table td::before{ content:attr(data-label); font-weight:700; font-size:.66rem; text-transform:uppercase; letter-spacing:.4px; color:var(--accent); margin-right:12px; font-family:'Inter',sans-serif; }
}

/* CONTENT TABLES */
.xs-table-wrap{ overflow-x:auto; -webkit-overflow-scrolling:touch; border:1px solid var(--line); border-radius:12px; background:var(--surface); box-shadow:var(--shadow); margin:26px 0; position:relative; }
.xs-table-wrap table{ display:table; width:100%; border-collapse:collapse; min-width:480px; margin:0; }
.xs-table-wrap th{ padding:14px 16px; text-align:left; background:var(--surface-2); color:var(--text); font-size:.68rem; text-transform:uppercase; letter-spacing:.06em; font-family:'Inter',sans-serif; font-weight:600; white-space:nowrap; }
.xs-table-wrap td{ padding:13px 16px; border-top:1px solid var(--line); color:var(--text); font-size:.9rem; font-family:'Inter',sans-serif; }
.xs-table-wrap tbody tr:nth-child(even) td{ background:rgba(230,237,243,.012); }
.xs-table-wrap tr:hover td{ background:rgba(239,170,60,.05); }
.xs-table-wrap caption{ caption-side:top; padding:12px 16px 0; text-align:left; font-size:.8rem; color:var(--text-dim); font-family:'Inter',sans-serif; }
.xs-table-wrap.xs-scrollable::after{ content:""; position:absolute; top:2px; right:2px; bottom:2px; width:28px; background:linear-gradient(90deg, transparent, var(--surface) 88%); pointer-events:none; border-radius:0 12px 12px 0; }

@media(max-width:580px){
	.xs-table-wrap{ border:none; background:none; box-shadow:none; overflow:visible; }
	.xs-table-wrap.xs-scrollable::after{ display:none; }
	.xs-table-wrap table{ min-width:0; }
	.xs-table-wrap thead{ display:none; }
	.xs-table-wrap table, .xs-table-wrap tbody, .xs-table-wrap tr, .xs-table-wrap td{ display:block; width:100%; }
	.xs-table-wrap tr{ background:var(--surface); border:1px solid var(--line); border-radius:12px; padding:4px 4px; margin-bottom:10px; }
	.xs-table-wrap td{ display:flex; justify-content:space-between; align-items:center; gap:10px; padding:9px 14px; border-top:none; font-size:.88rem; text-align:right; }
	.xs-table-wrap td::before{ content:attr(data-label); font-weight:700; font-size:.64rem; text-transform:uppercase; letter-spacing:.4px; color:var(--accent); margin-right:auto; text-align:left; font-family:'Inter',sans-serif; }
	.xs-table-wrap td:not([data-label]){ justify-content:flex-start; }
}

/* SINGLE POST LAYOUT */
.content-layout{ display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:32px; padding:40px 0 60px; }
.article{ background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:clamp(24px,4vw,44px); overflow-wrap:break-word; }
.article h1{ font-family:'Rajdhani',sans-serif; font-weight:700; font-size:clamp(1.9rem,4.2vw,2.7rem); line-height:1.15; letter-spacing:-.02em; margin:0 0 16px; color:var(--text); }
.article h2, .article h3{ line-height:1.35; letter-spacing:-.01em; font-family:'Rajdhani',sans-serif; font-weight:600; color:var(--text); margin-top:1.7em; }
.article p, .article li{ color:var(--text); font-size:1.05rem; line-height:1.8; font-family:'Inter',sans-serif; }
.article-meta{ color:var(--text-dim); font-size:.85rem; margin-bottom:24px; font-weight:500; }
.article img{ border-radius:10px; margin:20px 0; border:1px solid var(--line); }
.article a{ color:var(--accent-blog); text-decoration:underline; text-decoration-thickness:1.5px; text-underline-offset:2px; font-weight:500; }

/* SHARE BUTTONS */
.share-buttons{ display:flex; align-items:center; gap:8px; flex-wrap:wrap; margin-top:30px; padding-top:24px; border-top:1px solid var(--line); }
.share-label{ font-size:.82rem; font-weight:600; color:var(--text-dim); margin-right:4px; font-family:'Inter',sans-serif; }
.share-btn{ display:inline-flex; align-items:center; padding:8px 16px; border-radius:8px; font-size:.82rem; font-weight:600; border:1px solid var(--line-strong); cursor:pointer; font-family:'Inter',sans-serif; transition:border-color .15s ease; }
.share-btn:hover{ border-color:var(--accent-blog); }
.share-whatsapp{ background:#25D366; color:#04140b; border-color:#25D366; }
.share-facebook{ background:#1877F2; color:#fff; border-color:#1877F2; }
.share-twitter{ background:var(--text); color:var(--bg); border-color:var(--text); }
.share-copy{ background:transparent; color:var(--text); }

/* NEXT / PREVIOUS POST NAVIGATION */
.post-nav{ display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:22px; }
.post-nav-link{ display:block; background:var(--surface); border:1px solid var(--line); border-radius:12px; padding:16px 18px; transition:border-color .15s ease; }
.post-nav-link:hover{ border-color:var(--line-strong); }
.post-nav-next{ text-align:right; grid-column:2; }
.post-nav-prev{ grid-column:1; }
.post-nav-label{ display:block; font-size:.72rem; font-weight:700; color:var(--accent-blog); text-transform:uppercase; letter-spacing:.4px; margin-bottom:6px; font-family:'Inter',sans-serif; }
.post-nav-title{ display:block; font-size:.86rem; font-weight:500; color:var(--text); line-height:1.4; font-family:'Inter',sans-serif; }

@media(max-width:560px){
	.post-nav{ grid-template-columns:1fr; }
	.post-nav-next{ grid-column:1; text-align:left; }
	.share-buttons{ gap:6px; }
	.share-btn{ padding:7px 13px; font-size:.78rem; }
}

.sidebar{ display:grid; gap:18px; align-content:start; }
.widget{ background:var(--surface); border:1px solid var(--line); border-radius:14px; padding:20px; }
.widget-title{ margin:0 0 14px; color:var(--accent-blog); font-size:.85rem; text-transform:uppercase; letter-spacing:.06em; font-weight:700; font-family:'Inter',sans-serif; }
.widget-list{ list-style:none; margin:0; padding:0; display:grid; gap:11px; }
.widget-list li a{ font-size:.88rem; font-weight:500; color:var(--text); display:block; line-height:1.45; font-family:'Inter',sans-serif; }
.widget-list li a:hover{ color:var(--accent-blog); }
.widget-list .meta{ display:block; font-size:.72rem; color:var(--text-dim); margin-top:3px; font-weight:500; }

/* PAGE (no sidebar) */
.page-layout{ padding:40px 0 60px; }

/* NOTICE */
.xs-notice{ background:var(--surface); border:1px dashed var(--line-strong); color:var(--text-dim); border-radius:12px; padding:16px 20px; font-size:.85rem; font-weight:500; margin-top:28px; font-family:'Inter',sans-serif; }

/* PAGINATION */
.pagination, .navigation.pagination{ display:flex; gap:8px; justify-content:center; margin-top:32px; flex-wrap:wrap; }
.page-numbers{ padding:10px 14px; border-radius:8px; background:var(--surface); border:1px solid var(--line); color:var(--text); font-weight:600; font-size:.85rem; font-family:'Inter',sans-serif; }
.page-numbers.current{ background:var(--accent); color:var(--accent-ink); border-color:var(--accent); }

/* FOOTER */
.site-footer{ border-top:1px solid var(--line); padding:0; background:var(--surface); color:var(--text-dim); position:relative; overflow:hidden; }

.footer-cta{ display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; padding:26px 0; margin-top:0; border-bottom:1px solid var(--line); }
.footer-cta-text{ display:flex; flex-direction:column; gap:3px; }
.footer-cta-text strong{ color:var(--text); font-size:1rem; font-family:'Rajdhani',sans-serif; font-weight:600; }
.footer-cta-text span{ font-size:.85rem; color:var(--text-dim); font-family:'Inter',sans-serif; }
.footer-cta-btn{ min-height:auto; padding:12px 24px; font-size:.85rem; flex-shrink:0; background:var(--accent); color:var(--accent-ink); border-color:var(--accent); }

.footer-grid{ display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:36px; padding:44px 0 40px; border-bottom:1px solid var(--line); }
.footer-col{ display:flex; flex-direction:column; gap:12px; padding-left:26px; border-left:1px solid var(--line); position:relative; }
.footer-col.footer-brand-col{ padding-left:0; border-left:none; }
.footer-brand{ display:flex; align-items:center; gap:10px; font-size:1.15rem; color:var(--text); margin-bottom:6px; }
.footer-brand::before{ content:""; width:8px; height:8px; border-radius:3px; background:var(--accent); }
.footer-blurb{ font-size:.86rem; line-height:1.65; color:var(--text-dim); margin:0; max-width:290px; font-family:'Inter',sans-serif; }
.footer-whatsapp{ display:inline-flex; align-items:center; gap:6px; margin-top:8px; color:#25D366 !important; font-weight:600; font-size:.85rem; width:fit-content; font-family:'Inter',sans-serif; }
.footer-heading{ font-size:.85rem; font-weight:700; text-transform:uppercase; letter-spacing:.05em; margin:0 0 6px; position:relative; padding-bottom:11px; color:var(--text); }
.footer-heading::after{ content:""; position:absolute; left:0; bottom:0; width:22px; height:2px; border-radius:2px; background:var(--accent); }

.footer-col a{ font-size:.87rem; font-weight:400; color:var(--text-dim); transition:color .15s ease; position:relative; width:fit-content; font-family:'Inter',sans-serif; }
.footer-col a:hover{ color:var(--accent); }
.footer-staff-link{ opacity:.55; }

.footer-bottom{ display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:10px; padding:22px 0 26px; }
.footer-copy{ font-size:.8rem; margin:0; font-family:'Inter',sans-serif; }
.footer-disclaimer{ font-size:.78rem; margin:0; color:var(--text-dim); font-family:'Inter',sans-serif; }
.footer-disclaimer strong{ color:var(--text); }
.footer-top-link{ font-size:.8rem; font-weight:600; color:var(--text-dim); transition:color .15s ease; font-family:'Inter',sans-serif; }
.footer-top-link:hover{ color:var(--accent); }

@media(max-width:820px){
	.footer-grid{ grid-template-columns:1fr 1fr; row-gap:26px; }
	.footer-brand-col{ grid-column:1 / -1; padding-left:0; border-left:none; }
	.footer-blurb{ max-width:100%; }
	.footer-col:nth-child(2), .footer-col:nth-child(4){ padding-left:0; border-left:none; }
}
@media(max-width:600px){
	.footer-cta{ flex-direction:column; align-items:flex-start; }
	.footer-cta-btn{ width:100%; text-align:center; }
	.footer-grid{ grid-template-columns:1fr; gap:24px; padding-bottom:28px; }
	.footer-col{ padding-left:0; border-left:none; padding-top:20px; border-top:1px solid var(--line); }
	.footer-col.footer-brand-col{ padding-top:0; border-top:none; }
	.footer-bottom{ flex-direction:column; align-items:flex-start; padding-bottom:110px; }
	.site-footer{ padding-top:40px; }
}

/* WELCOME TOAST */
.xs-welcome-toast{
	display:flex; align-items:center; gap:12px;
	position:fixed; left:14px; right:14px; z-index:80;
	top:calc(14px + env(safe-area-inset-top));
	background:var(--surface-2);
	backdrop-filter:blur(20px) saturate(150%); -webkit-backdrop-filter:blur(20px) saturate(150%);
	border:1px solid var(--line-strong); border-radius:14px; padding:14px 14px;
	box-shadow:var(--shadow-lg);
	opacity:0; transform:translateY(-16px);
	transition:opacity .3s ease, transform .3s ease;
	max-width:500px; margin:0 auto;
}
.xs-welcome-toast.show{ opacity:1; transform:translateY(0); }
.xs-welcome-icon{ width:36px; height:36px; border-radius:8px; flex-shrink:0; display:flex; align-items:center; justify-content:center; background:rgba(239,170,60,.12); border:1px solid rgba(239,170,60,.3); color:var(--accent); }
.xs-welcome-icon svg{ width:18px; height:18px; }
.xs-welcome-text{ flex:1; display:flex; flex-direction:column; gap:1px; min-width:0; font-family:'Inter',sans-serif; }
.xs-welcome-text strong{ font-size:.86rem; color:var(--text); }
.xs-welcome-text span{ font-size:.74rem; color:var(--text-dim); }
.xs-welcome-btn{ background:var(--accent); color:var(--accent-ink); padding:9px 15px; border-radius:8px; font-weight:700; font-size:.78rem; flex-shrink:0; white-space:nowrap; font-family:'Inter',sans-serif; transition:background .15s ease; }
.xs-welcome-btn:hover{ background:var(--accent-2); }
.xs-welcome-close{ background:none; border:none; color:var(--text-dim); font-size:1.2rem; line-height:1; padding:2px 4px; cursor:pointer; flex-shrink:0; }

/* INSTALL APP PROMPT */
.xs-install-prompt{
	display:none; align-items:center; gap:14px;
	position:fixed; left:14px; right:14px; bottom:14px; z-index:65;
	background:var(--surface-2);
	backdrop-filter:blur(20px) saturate(150%); -webkit-backdrop-filter:blur(20px) saturate(150%);
	border:1px solid var(--line-strong); border-radius:16px; padding:16px 16px;
	box-shadow:var(--shadow-lg);
}
.xs-install-prompt.show{ display:flex; }
.xs-install-icon{ width:40px; height:40px; border-radius:9px; flex-shrink:0; display:flex; align-items:center; justify-content:center; background:rgba(239,170,60,.12); border:1px solid rgba(239,170,60,.3); color:var(--accent); }
.xs-install-icon svg{ width:20px; height:20px; }
.xs-install-text{ flex:1; display:flex; flex-direction:column; gap:2px; min-width:0; font-family:'Inter',sans-serif; }
.xs-install-text strong{ font-size:.9rem; color:var(--text); }
.xs-install-text span{ font-size:.76rem; color:var(--text-dim); line-height:1.35; }
.xs-install-btn{ background:var(--accent); color:var(--accent-ink); border:none; padding:10px 18px; border-radius:8px; font-weight:700; font-size:.83rem; flex-shrink:0; cursor:pointer; font-family:'Inter',sans-serif; transition:background .15s ease; }
.xs-install-btn:hover{ background:var(--accent-2); }
.xs-install-close{ background:none; border:none; color:var(--text-dim); font-size:1.3rem; line-height:1; padding:4px 6px; cursor:pointer; flex-shrink:0; }

@media(max-width:900px){
	.xs-install-prompt.show{ bottom:calc(78px + env(safe-area-inset-bottom)); }
}

/* BOTTOM NAV */
.xs-bottom-nav{
	display:none; position:fixed; left:14px; right:14px; bottom:calc(14px + env(safe-area-inset-bottom)); z-index:60;
	background:rgba(19,24,31,.98);
	border:1px solid var(--line-strong); border-radius:18px;
	padding:8px 10px;
	box-shadow:var(--shadow-lg);
}
.xs-bottom-nav-inner{ display:flex; justify-content:space-between; align-items:center; max-width:520px; margin:0 auto; }
.xs-bn-item{ display:flex; flex-direction:column; align-items:center; gap:3px; color:var(--text-dim); padding:4px 3px; text-decoration:none; flex:1; font-family:'Inter',sans-serif; }
.xs-bn-circle{ width:36px; height:36px; border-radius:10px; display:flex; align-items:center; justify-content:center; background:transparent; border:1px solid transparent; transition:background .2s ease, border-color .2s ease, color .2s ease; }
.xs-bn-circle svg{ width:18px; height:18px; stroke:currentColor; fill:none; stroke-width:1.9; }
.xs-bn-label{ font-size:8.8px; font-weight:600; transition:color .2s ease; white-space:nowrap; }

.xs-bn-item:hover .xs-bn-circle, .xs-bn-item.active .xs-bn-circle{ background:rgba(239,170,60,.14); border-color:var(--accent); color:var(--accent); }
.xs-bn-item:hover, .xs-bn-item.active{ color:var(--accent); }
.xs-bn-item.active .xs-bn-label{ color:var(--accent); }

.site-nav{ overflow-x:auto; scrollbar-width:none; -ms-overflow-style:none; }
.site-nav::-webkit-scrollbar{ display:none; }
.site-nav ul{ flex-wrap:nowrap; }

@media(min-width:901px) and (max-width:1240px){
	.header-inner{ gap:10px; }
	.brand{ font-size:1.2rem; gap:8px; }
	.site-nav a{ padding:8px 10px; font-size:.8rem; }
	.nav-login-btn{ padding:8px 14px; font-size:.8rem; }
	.nav-app-btn span{ display:none; }
	.nav-app-btn{ padding:9px; }
}

@media(max-width:900px){
	.site-nav{ display:none; }
	.xs-bottom-nav{ display:block; }
	.grid{ grid-template-columns:1fr 1fr; }
	.content-layout{ grid-template-columns:1fr; }
	.nav-app-btn span{ display:none; }
	.nav-app-btn{ padding:9px; }
}

@media(max-width:620px){
	.hero{ padding-top:28px; }
	.hero-panel{ border-radius:14px; }
	.grid{ grid-template-columns:1fr; }
	.section-head{ align-items:flex-start; flex-direction:column; }
	.header-inner{ min-height:68px; }
	.site-footer{ padding-bottom:100px; }
	.stats-grid{ grid-template-columns:repeat(2,1fr); }
	.stat-card{ padding:16px 6px; border-bottom:1px solid var(--line); }
	.stat-card:nth-child(odd){ border-right:1px solid var(--line); }
	.stat-card .n{ font-size:1.15rem; }
}

@media(max-width:400px){
	.container{ width:calc(100% - 20px); }
	.header-inner{ gap:8px; padding:12px 0; }
	.brand{ font-size:1.05rem; gap:8px; }
	.nav-login-btn{ padding:11px 14px; font-size:.76rem; }

	.hero-panel{ padding:24px 18px; border-radius:12px; }
	.hero h1{ font-size:1.65rem; }
	.hero p{ font-size:.9rem; }
	.btn{ padding:0 18px; min-height:44px; font-size:.85rem; }

	.stat-card{ padding:12px 4px; }
	.stat-card .n{ font-size:1rem; }
	.stat-card .l{ font-size:.6rem; }

	.section-head h2{ font-size:1.2rem; }
	.card-body{ padding:14px 16px; }
	.card h3{ font-size:.95rem; }

	.article{ padding:18px 16px; border-radius:12px; }
	.article h1{ font-size:1.55rem; }
	.article p, .article li{ font-size:1rem; line-height:1.75; }
	.article-meta{ font-size:.8rem; }

	.widget{ padding:16px; border-radius:12px; }

	.xs-bn-circle{ width:30px; height:30px; }
	.xs-bn-circle svg{ width:15px; height:15px; }
	.xs-bn-label{ font-size:7.8px; }
	.xs-bn-item{ padding:3px 1px; }
	.xs-bottom-nav{ left:6px; right:6px; padding:6px 4px; border-radius:16px; }

	.share-buttons{ gap:5px; }
	.share-label{ width:100%; margin-bottom:4px; }
	.share-btn{ padding:6px 11px; font-size:.74rem; }
}

/* SCROLL REVEAL */
.xs-reveal{ opacity:0; transform:translateY(16px); transition:opacity .5s ease, transform .5s ease; }
.xs-reveal.xs-revealed{ opacity:1; transform:translateY(0); }
@media(prefers-reduced-motion:reduce){ .xs-reveal{ opacity:1; transform:none; transition:none; } }

/* READING PROGRESS BAR */
.xs-progress-bar{ position:fixed; top:0; left:0; height:3px; width:0%; z-index:100; background:var(--accent); transition:width .1s linear; }

/* AD MANAGER — a fixed min-height on every slot prevents layout shift
   (CLS) once the ad script actually loads, which matters both for
   Core Web Vitals and for AdSense's own policy on stable layouts. */
.xs-ad-slot{ display:flex; align-items:center; justify-content:center; width:100%; min-height:60px; overflow:hidden; margin:24px 0; }
.xs-ad-slot:empty{ display:none; margin:0; }
.xs-ad-slot::before{ content:"Advertisement"; display:block; width:100%; text-align:center; font-family:'Inter',sans-serif; font-size:.62rem; letter-spacing:.08em; text-transform:uppercase; color:var(--text-dim); opacity:.6; margin-bottom:6px; position:absolute; margin-top:-20px; }
.xs-ad-slot{ position:relative; padding-top:18px; }
.card + .xs-ad-slot, .result-card + .xs-ad-slot{ grid-column:1 / -1; }

.xs-sticky-ad{ display:none; position:fixed; left:0; right:0; bottom:0; z-index:59; background:var(--surface); border-top:1px solid var(--line); padding:8px 34px 8px 8px; box-shadow:0 -8px 24px rgba(0,0,0,.35); }
.xs-sticky-ad-close{ position:absolute; top:6px; right:8px; width:22px; height:22px; line-height:20px; border-radius:50%; border:1px solid var(--line); background:var(--bg); color:var(--text); font-size:16px; cursor:pointer; padding:0; }
@media(max-width:900px){
	.xs-sticky-ad{ display:block; bottom:calc(78px + env(safe-area-inset-bottom)); }
	.xs-sticky-ad .xs-ad-slot{ margin:0; min-height:50px; }
	.xs-sticky-ad .xs-ad-slot::before{ display:none; }
}
\n\n/* ==========================================================================\n   XSCORE 11 — PUNTER-FIRST SPORTSBOOK-STYLE HOME EXPERIENCE\n   ========================================================================== */\n:root{\n\t--bg:#07110c;\n\t--surface:#0d1912;\n\t--surface-2:#12251a;\n\t--surface-3:#183222;\n\t--line:rgba(255,255,255,.08);\n\t--line-strong:rgba(255,255,255,.15);\n\t--accent:#ffc400;\n\t--accent-2:#e9a900;\n\t--win:#23d18b;\n\t--live:#ff5b62;\n\t--text:#f5f8f6;\n\t--text-dim:#91a59a;\n\t--accent-ink:#171200;\n}\nbody{background:radial-gradient(circle at 50% -200px,rgba(35,209,139,.09),transparent 460px),var(--bg);}\n.site-header{background:rgba(7,17,12,.98);border-bottom-color:rgba(255,196,0,.14);}\n.brand{font-size:1.55rem;letter-spacing:-.045em;}\n.brand::before{width:12px;height:12px;border-radius:50%;box-shadow:0 0 0 4px rgba(255,196,0,.10);}\n.nav-login-btn{background:var(--accent);box-shadow:0 6px 18px rgba(255,196,0,.14);}\n.xs-ticker{background:#09160f;border-bottom:1px solid rgba(255,196,0,.12);}\n.xs-ticker-item{gap:10px;}\n.xs-ticker-match{color:var(--text-dim);}\n.xs-ticker-pick{display:inline-flex;padding:4px 8px;border-radius:6px;background:rgba(255,196,0,.10);color:var(--accent);font-size:.72rem;letter-spacing:.02em;}\n\n.hero{padding:38px 0 24px;}\n.hero-panel{\n\tbackground:linear-gradient(120deg,#0d1d14 0%,#10271a 56%,#0d1912 100%);\n\tborder-color:rgba(255,196,0,.15);\n\tborder-radius:18px;\n\tpadding:clamp(28px,5vw,58px);\n}\n.hero-panel::before{top:-230px;right:-80px;width:580px;height:580px;background:radial-gradient(circle,rgba(255,196,0,.18),transparent 67%);}\n.hero-panel::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(90deg,#000,transparent 78%);}\n.hero-kicker{display:inline-flex;align-items:center;gap:8px;color:#c7d5cd;font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;}\n.hero-kicker-dot{width:7px;height:7px;border-radius:50%;background:var(--win);box-shadow:0 0 0 4px rgba(35,209,139,.10);}\n.hero h1{max-width:820px;margin:14px 0 16px;font-size:clamp(2.35rem,5.8vw,4.35rem);line-height:1.01;letter-spacing:-.045em;}\n.hero h1 span{color:var(--accent);}\n.hero-copy{max-width:700px!important;font-size:clamp(.97rem,1.6vw,1.08rem)!important;margin:0 0 25px!important;color:#b3c3ba!important;}\n.hero-actions{gap:9px;}\n.btn{border-radius:8px;min-height:48px;padding:0 21px;}\n.btn-primary{box-shadow:0 10px 28px rgba(255,196,0,.16);}\n.btn-ghost{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.10);color:#dfe8e2;}\n.btn-ghost:hover{border-color:rgba(255,255,255,.22);color:#fff;}\n.hero-trust-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:18px;color:var(--text-dim);font-size:.76rem;font-weight:600;}\n.hero-trust-row span{display:inline-flex;align-items:center;gap:7px;}\n.hero-trust-row i{width:6px;height:6px;border-radius:50%;background:var(--win);}\n.verified-stamp{background:rgba(35,209,139,.08);border-color:rgba(35,209,139,.20);}\n\n.stats-grid{margin-top:30px;border-color:rgba(255,255,255,.08);background:rgba(5,13,9,.46);backdrop-filter:blur(4px);}\n.stat-card{padding:18px 10px;}\n.stat-card .n{font-size:1.32rem;}\n.stat-card .l{color:#82988c;}\n\n.punter-nav{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin:18px 0 2px;}\n.punter-nav a{display:flex;min-width:0;flex-direction:column;gap:3px;padding:13px 14px;border:1px solid var(--line);border-radius:10px;background:var(--surface);transition:.16s ease;}\n.punter-nav a:hover,.punter-nav a.active{border-color:rgba(255,196,0,.38);background:#112319;transform:translateY(-1px);}\n.punter-nav span{font-family:'Rajdhani',sans-serif;font-size:.84rem;font-weight:700;color:var(--text);}\n.punter-nav a.active span{color:var(--accent);}\n.punter-nav small{font-size:.68rem;color:var(--text-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}\n\n.section{padding-top:34px;}\n.section-head{margin-bottom:18px;padding-bottom:13px;}\n.section-head>div{min-width:0;}\n.section-kicker{display:block;margin-bottom:4px;color:var(--accent);font-size:.63rem;font-weight:800;letter-spacing:.12em;}\n.section-kicker-blog{color:var(--accent-blog);}\n.section-head h2{font-size:clamp(1.35rem,2.7vw,1.75rem);}\n\n.tip-table-wrap{border-radius:10px;border-color:rgba(255,255,255,.09);box-shadow:none;}\n.tip-table th{background:#102419;color:#9caf9f;padding:11px 14px;font-size:.64rem;}\n.tip-table td{padding:13px 14px;}\n.tip-table tbody tr:hover td{background:rgba(255,196,0,.045);}\n.tip-table td:last-child{font-family:'IBM Plex Mono',monospace;font-weight:700;}\n\n.results-summary{display:inline-flex;padding:7px 11px;border-radius:8px;background:#102419;border:1px solid rgba(35,209,139,.14);margin:-3px 0 15px;}\n.results-summary-score{font-size:1rem;color:var(--win);}\n.results-summary-label{font-size:.76rem;}\n.results-grid{gap:10px;}\n.result-card{background:#0d1912;border-radius:10px;padding:14px 16px;box-shadow:none;}\n.result-card-match{font-size:.86rem;}\n.status{border-radius:6px;padding:4px 8px;}\n.result-card-odds{display:inline-flex;padding:2px 6px;border-radius:5px;background:rgba(255,196,0,.09);}\n\n.card{box-shadow:none;border-radius:10px;background:#0d1912;}\n.card:hover{transform:translateY(-2px);}\n.post-thumb,.thumb-fallback{aspect-ratio:1.72/1;}\n.card-body{padding:16px 17px 18px;}\n.card h3{font-size:.98rem;}\n.xs-notice{border-left:3px solid var(--accent);background:#0d1912;}\n\n@media(max-width:900px){\n\t.punter-nav{grid-template-columns:repeat(3,1fr);}\n}\n@media(max-width:620px){\n\t.hero{padding-top:18px;}\n\t.hero-panel{padding:58px 18px 22px;}\n\t.hero h1{font-size:2.18rem;line-height:1.04;}\n\t.hero-copy{font-size:.92rem!important;line-height:1.58!important;}\n\t.hero-actions{display:grid;grid-template-columns:1fr 1fr;}\n\t.hero-actions .btn:first-child{grid-column:1/-1;}\n\t.btn{width:100%;padding:0 11px;font-size:.79rem;min-height:45px;}\n\t.hero-trust-row{gap:10px 15px;font-size:.68rem;}\n\t.punter-nav{display:flex;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:5px;margin-left:-2px;margin-right:-2px;scrollbar-width:none;}\n\t.punter-nav::-webkit-scrollbar{display:none;}\n\t.punter-nav a{min-width:108px;scroll-snap-align:start;padding:11px 12px;}\n\t.section{padding-top:28px;}\n\t.section-head{gap:8px;}\n\t.section-head p{font-size:.75rem;}\n\t.tip-table tr{border-radius:9px;padding:5px 3px;background:#0d1912;}\n\t.result-card{padding:13px 14px;}\n}\n@media(max-width:400px){\n\t.hero-panel{padding-top:56px;}\n\t.hero h1{font-size:1.9rem;}\n\t.verified-stamp{max-width:170px;}\n}\n

/* ========================================================================== 
   XSCORE 11.1 — SPORTS / STENCIL TYPOGRAPHY REFINEMENT
   ========================================================================== */
/* Black Ops One gives XScore a strong stadium / stencil identity.
   Rajdhani keeps match names and interface text compact and highly readable.
   Inter remains the long-form article font for comfortable reading. */
.brand,
.hero h1,
.section-head h2,
.footer-heading{
    font-family:'Black Ops One','Rajdhani',system-ui,sans-serif;
    font-weight:400;
    letter-spacing:.01em;
}
.brand{
    letter-spacing:.025em;
    text-transform:uppercase;
}
.hero h1{
    letter-spacing:.005em;
    line-height:1.04;
}
.hero h1 span{
    font-family:'Black Ops One','Rajdhani',system-ui,sans-serif;
}
.section-head h2{
    text-transform:uppercase;
    letter-spacing:.025em;
}
.btn,
.punter-nav span,
.card h3,
.result-card-match,
.tip-table td:first-child,
.xs-table-wrap td:first-child{
    font-family:'Rajdhani','Inter',system-ui,sans-serif;
}
.btn,
.punter-nav span{
    font-weight:700;
    letter-spacing:.025em;
}
.card h3,
.result-card-match{
    font-weight:700;
    letter-spacing:.005em;
}
.article h1,
.article h2,
.article h3{
    font-family:'Rajdhani','Inter',system-ui,sans-serif;
    font-weight:700;
    letter-spacing:.005em;
}
.article h1{font-size:clamp(2rem,4.2vw,2.9rem);}
.article p,
.article li{
    font-family:'Inter',system-ui,sans-serif;
}
@media(max-width:620px){
    .hero h1{letter-spacing:0;}
    .section-head h2{font-size:1.38rem;}
}

/* ========================================================================== 
   XSCORE 12 — MATCHBOARD / NIGHT BROADCAST EDITION
   Different direction: midnight ink + electric cyan + coral + cream.
   Typography: Bebas Neue for display, Space Grotesk for interface,
   IBM Plex Mono for odds/numbers, Inter for long reading.
   ========================================================================== */
:root{
    --bg:#090d18;
    --surface:#101729;
    --surface-2:#151e34;
    --surface-3:#1b2741;
    --line:rgba(226,236,255,.09);
    --line-strong:rgba(226,236,255,.17);
    --accent:#6de7ff;
    --accent-2:#28bcd9;
    --accent-ink:#061016;
    --coral:#ff6d73;
    --cream:#f5f0e6;
    --win:#48dfa4;
    --live:#ff6d73;
    --text:#f5f0e6;
    --text-dim:#9aa8c1;
    --accent-blog:#ffb36b;
}
html{background:var(--bg);}
body{
    background:
      radial-gradient(circle at 88% 0%,rgba(109,231,255,.10),transparent 28rem),
      radial-gradient(circle at 2% 22%,rgba(255,109,115,.08),transparent 24rem),
      linear-gradient(180deg,#090d18 0%,#0b1020 52%,#090d18 100%);
    color:var(--text);
}
body, p, li, input, button, select, textarea{font-family:'Space Grotesk','Inter',system-ui,sans-serif;}
.site-header{background:rgba(9,13,24,.94);border-bottom:1px solid rgba(109,231,255,.12);backdrop-filter:blur(16px);}
.brand,
.hero h1,
.hero h1 span,
.section-head h2,
.footer-heading{
    font-family:'Bebas Neue','Arial Narrow',sans-serif;
    font-weight:400;
    letter-spacing:.035em;
    text-transform:uppercase;
}
.brand{font-size:2rem;letter-spacing:.055em;}
.brand::before{background:var(--coral);box-shadow:0 0 0 5px rgba(255,109,115,.10),0 0 24px rgba(255,109,115,.22);}
.nav-login-btn{background:var(--accent);color:var(--accent-ink);box-shadow:0 8px 28px rgba(109,231,255,.13);}

.xs-ticker{background:#0c1324;border-bottom:1px solid rgba(109,231,255,.10);}
.xs-ticker-item{border-right:1px solid rgba(255,255,255,.06);padding-right:18px;}
.xs-ticker-match{color:#aebad0;}
.xs-ticker-pick{background:transparent;border:1px solid rgba(109,231,255,.24);color:var(--accent);border-radius:999px;font-family:'IBM Plex Mono',monospace;}

.hero{padding:28px 0 18px;}
.hero-panel{
    position:relative;
    overflow:hidden;
    border:1px solid rgba(109,231,255,.13);
    border-radius:26px;
    padding:clamp(28px,5vw,62px);
    background:
      linear-gradient(135deg,rgba(255,255,255,.025),transparent 38%),
      linear-gradient(120deg,#111a2e 0%,#10172a 52%,#0f1526 100%);
    box-shadow:0 30px 80px rgba(0,0,0,.28);
}
.hero-panel::before{
    content:"XS";
    position:absolute;
    right:-1.5rem;
    bottom:-5.6rem;
    top:auto;
    width:auto;
    height:auto;
    font-family:'Bebas Neue',sans-serif;
    font-size:clamp(13rem,30vw,28rem);
    line-height:1;
    color:rgba(109,231,255,.035);
    background:none;
    letter-spacing:-.04em;
    transform:none;
}
.hero-panel::after{
    content:"";
    position:absolute;
    left:0;top:0;bottom:0;width:5px;
    background:linear-gradient(180deg,var(--accent),var(--coral));
    mask-image:none;
}
.verified-stamp{background:rgba(72,223,164,.07);border:1px solid rgba(72,223,164,.18);color:#9ce9c9;border-radius:999px;}
.stamp-check{background:var(--win);color:#071711;}
.hero-kicker{font-family:'IBM Plex Mono',monospace;font-size:.7rem;letter-spacing:.11em;color:#b4c1d8;}
.hero-kicker-dot{background:var(--coral);box-shadow:0 0 0 4px rgba(255,109,115,.09),0 0 18px rgba(255,109,115,.26);}
.hero h1{max-width:900px;font-size:clamp(3.1rem,8vw,6.25rem);line-height:.88;margin:18px 0 22px;letter-spacing:.025em;}
.hero h1 span{color:var(--accent);text-shadow:0 0 36px rgba(109,231,255,.10);}
.hero-copy{max-width:650px!important;color:#b1bdd2!important;font-size:1rem!important;line-height:1.75!important;}
.hero-actions{margin-top:24px;}
.btn{font-family:'Space Grotesk',sans-serif;font-weight:700;letter-spacing:-.01em;border-radius:999px;min-height:50px;}
.btn-primary{background:var(--accent);color:var(--accent-ink);box-shadow:0 12px 34px rgba(109,231,255,.15);}
.btn-primary:hover{background:#93efff;}
.btn-secondary{background:var(--coral);border-color:var(--coral);color:#20090b;}
.btn-secondary:hover{background:#ff8b90;border-color:#ff8b90;}
.btn-ghost{background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.12);}
.hero-trust-row{font-family:'IBM Plex Mono',monospace;color:#8e9bb3;gap:16px;font-size:.67rem;text-transform:uppercase;letter-spacing:.04em;}
.hero-trust-row i{background:var(--accent);border-radius:1px;transform:rotate(45deg);}

.stats-grid{background:#0b1221;border:1px solid rgba(255,255,255,.075);border-radius:18px;overflow:hidden;}
.stat-card{position:relative;padding:18px 12px;}
.stat-card:not(:last-child)::after{content:"";position:absolute;right:0;top:22%;bottom:22%;width:1px;background:rgba(255,255,255,.07);}
.stat-card .n,.win-gauge-label{font-family:'IBM Plex Mono',monospace;}
.stat-card .l{font-family:'Space Grotesk',sans-serif;color:#8897b1;letter-spacing:.06em;}
.stat-icon-word{display:inline-flex!important;align-items:center;justify-content:center;width:auto!important;min-width:44px;height:22px!important;padding:0 7px;border:1px solid rgba(109,231,255,.20);border-radius:999px;color:var(--accent);font:600 .58rem 'IBM Plex Mono',monospace!important;letter-spacing:.06em;}
.win-gauge-fill{stroke:url(#xsGaugeGrad);}

.punter-nav{gap:0;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;background:#0c1323;}
.punter-nav a{border:0;border-right:1px solid rgba(255,255,255,.065);border-radius:0;background:transparent;padding:15px 16px;}
.punter-nav a:last-child{border-right:0;}
.punter-nav a:hover,.punter-nav a.active{background:linear-gradient(180deg,rgba(109,231,255,.07),rgba(109,231,255,.025));transform:none;box-shadow:inset 0 -2px 0 var(--accent);}
.punter-nav span{font-family:'Space Grotesk',sans-serif;font-size:.82rem;letter-spacing:-.01em;}
.punter-nav small{color:#7f8ca4;}
.punter-nav a.active span{color:var(--accent);}

.section{padding-top:42px;}
.section-head{align-items:end;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:14px;}
.section-kicker{font-family:'IBM Plex Mono',monospace;color:var(--coral);font-size:.61rem;letter-spacing:.13em;}
.section-kicker-blog{color:#ffb36b;}
.section-head h2{font-size:clamp(2rem,4vw,3rem);line-height:.95;letter-spacing:.035em;}
.section-head p{font-family:'Space Grotesk',sans-serif;color:#8594ad;}

.tip-table-wrap,.xs-table-wrap{border:1px solid rgba(255,255,255,.085);border-radius:16px;background:#0d1424;box-shadow:none;}
.tip-table th,.xs-table-wrap th{background:#121c31;color:#8998b1;font-family:'IBM Plex Mono',monospace;font-size:.61rem;letter-spacing:.08em;padding:12px 15px;}
.tip-table td,.xs-table-wrap td{font-family:'Space Grotesk',sans-serif;padding:14px 15px;border-top-color:rgba(255,255,255,.065);}
.tip-table tbody tr:hover td,.xs-table-wrap tbody tr:hover td{background:rgba(109,231,255,.035);}
.tip-table td:last-child,.xs-table-wrap td:last-child{font-family:'IBM Plex Mono',monospace;color:var(--accent);font-weight:600;}

.results-summary{background:#0d1726;border:1px solid rgba(72,223,164,.16);border-radius:999px;padding:8px 13px;}
.results-summary-score{font-family:'IBM Plex Mono',monospace;color:var(--win);}
.results-grid{gap:12px;}
.result-card{position:relative;background:#0e1627;border:1px solid rgba(255,255,255,.075);border-radius:14px;padding:15px 17px;box-shadow:none;overflow:hidden;}
.result-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#66728a;}
.result-card-won::before{background:var(--win);}
.result-card-lost::before{background:var(--coral);}
.result-card-match{font-family:'Space Grotesk',sans-serif;font-size:.88rem;}
.status{font-family:'IBM Plex Mono',monospace;border-radius:999px;font-size:.62rem;letter-spacing:.05em;padding:5px 9px;}
.status-won{background:rgba(72,223,164,.09);color:var(--win);border:1px solid rgba(72,223,164,.16);}
.status-lost{background:rgba(255,109,115,.09);color:#ff9297;border:1px solid rgba(255,109,115,.16);}
.result-card-odds{font-family:'IBM Plex Mono',monospace;background:rgba(109,231,255,.07);color:var(--accent);border-radius:999px;padding:2px 7px;}

.grid{gap:14px;}
.card{background:#0f1728;border:1px solid rgba(255,255,255,.075);border-radius:16px;box-shadow:none;overflow:hidden;}
.card:hover{transform:translateY(-3px);border-color:rgba(109,231,255,.20);box-shadow:0 18px 45px rgba(0,0,0,.20);}
.card-body{padding:17px 18px 20px;}
.card h3{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:1rem;line-height:1.35;letter-spacing:-.02em;}
.card-meta{font-family:'IBM Plex Mono',monospace;color:#75849f;}
.thumb-fallback{background:linear-gradient(135deg,#17243e,#101727);color:var(--accent);}

.article{background:#0f1728;border:1px solid rgba(255,255,255,.075);border-radius:20px;}
.article h1,.article h2,.article h3{font-family:'Space Grotesk',sans-serif;font-weight:700;letter-spacing:-.035em;text-transform:none;}
.article h1{font-size:clamp(2.25rem,4.6vw,3.55rem);line-height:1.03;}
.article p,.article li{font-family:'Inter',system-ui,sans-serif;color:#c6cede;}
.article a{color:var(--accent);}
.xs-breadcrumb{font-family:'IBM Plex Mono',monospace;font-size:.7rem;}
.xs-notice{background:#111a2d;border-left-color:var(--coral);border-radius:0 12px 12px 0;}

.footer{background:#080c16;border-top:1px solid rgba(109,231,255,.10);}
.xs-progress-bar{background:linear-gradient(90deg,var(--coral),var(--accent));}

@media(max-width:900px){
    .punter-nav{display:grid;grid-template-columns:repeat(3,1fr);}
    .punter-nav a:nth-child(3){border-right:0;}
    .punter-nav a:nth-child(-n+3){border-bottom:1px solid rgba(255,255,255,.065);}
}
@media(max-width:620px){
    .hero{padding-top:14px;}
    .hero-panel{padding:56px 18px 22px;border-radius:19px;}
    .hero h1{font-size:3.25rem;line-height:.9;margin-top:14px;}
    .hero-copy{font-size:.91rem!important;line-height:1.65!important;}
    .hero-actions{grid-template-columns:1fr 1fr;gap:8px;}
    .btn{border-radius:12px;font-size:.78rem;}
    .stats-grid{border-radius:13px;}
    .punter-nav{display:flex;border-radius:13px;overflow-x:auto;}
    .punter-nav a{min-width:104px;border-right:1px solid rgba(255,255,255,.065)!important;border-bottom:0!important;}
    .section{padding-top:32px;}
    .section-head h2{font-size:2.15rem;}
    .tip-table tr,.xs-table-wrap tr{background:#0e1627;border:1px solid rgba(255,255,255,.07);border-radius:12px;}
    .tip-table td::before,.xs-table-wrap td::before{font-family:'IBM Plex Mono',monospace;color:var(--coral);}
    .result-card{border-radius:12px;}
}
@media(max-width:400px){
    .hero h1{font-size:2.85rem;}
}

/* ==========================================================================
   XSCORE 13 — iOS-INSPIRED SPORTS APP
   Native-feeling grouped cards, glass navigation, system typography and
   mobile-first controls. XScore remains a website; the interaction language
   borrows from modern mobile product design rather than a casino aesthetic.
   ========================================================================== */
:root{
  --ios-bg:#f2f2f7;
  --ios-card:#ffffff;
  --ios-card-2:#f9f9fb;
  --ios-text:#111114;
  --ios-secondary:#6e6e73;
  --ios-tertiary:#8e8e93;
  --ios-separator:rgba(60,60,67,.14);
  --ios-blue:#007aff;
  --ios-blue-2:#0a84ff;
  --ios-green:#34c759;
  --ios-red:#ff3b30;
  --ios-orange:#ff9500;
  --ios-purple:#5856d6;
  --bg:var(--ios-bg);
  --surface:var(--ios-card);
  --surface-2:var(--ios-card-2);
  --surface-3:#eef0f5;
  --text:var(--ios-text);
  --text-dim:var(--ios-secondary);
  --line:var(--ios-separator);
  --line-strong:rgba(60,60,67,.22);
  --accent:var(--ios-blue);
  --accent-2:var(--ios-blue-2);
  --accent-ink:#fff;
  --win:var(--ios-green);
  --live:var(--ios-red);
  --accent-blog:var(--ios-purple);
  --radius:22px;
  --shadow:0 1px 2px rgba(0,0,0,.04),0 8px 28px rgba(20,20,30,.06);
  --shadow-lg:0 18px 50px rgba(20,20,30,.10);
}
html{background:var(--ios-bg);}
body{
  background:
    radial-gradient(circle at 12% -8%,rgba(0,122,255,.12),transparent 27rem),
    radial-gradient(circle at 95% 0%,rgba(88,86,214,.08),transparent 24rem),
    var(--ios-bg);
  color:var(--ios-text);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display","Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body,button,input,select,textarea{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display","Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
.mono,.card-meta,.article-meta,.result-card-date,.result-card-pick strong,.result-card-odds{font-family:"SFMono-Regular",Consolas,"Liberation Mono",monospace;}

/* Glass top bar */
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(248,248,250,.78)!important;
  border-bottom:1px solid rgba(60,60,67,.12)!important;
  backdrop-filter:saturate(180%) blur(22px);
  -webkit-backdrop-filter:saturate(180%) blur(22px);
}
.header-inner{min-height:68px;}
.brand{
  color:#111114!important;font-weight:800!important;font-size:1.34rem!important;
  letter-spacing:-.045em!important;font-family:inherit!important;
}
.brand::before{background:linear-gradient(145deg,#0a84ff,#5856d6)!important;box-shadow:0 0 0 5px rgba(0,122,255,.10)!important;}
.site-nav a{color:#5f6067!important;font-size:.88rem!important;font-weight:600!important;border-radius:12px!important;}
.site-nav a:hover,.site-nav li.current-menu-item>a{color:#111114!important;background:rgba(118,118,128,.10)!important;}
.site-nav a::after{display:none!important;}
.site-nav ul ul,.nav-search-form{background:rgba(255,255,255,.92)!important;border-color:rgba(60,60,67,.15)!important;backdrop-filter:blur(22px);}
.nav-search summary,.nav-app-btn{background:rgba(118,118,128,.08)!important;border:0!important;color:#4d4e54!important;border-radius:12px!important;}
.nav-login-btn{background:#007aff!important;color:#fff!important;border-radius:12px!important;box-shadow:none!important;font-family:inherit!important;}

/* Subtle market ticker: more like a compact notification rail */
.xs-ticker{background:rgba(255,255,255,.62)!important;border-bottom:1px solid var(--ios-separator)!important;backdrop-filter:blur(18px);}
.xs-ticker::before{background:linear-gradient(90deg,rgba(255,255,255,.96),transparent)!important;}
.xs-ticker::after{background:linear-gradient(270deg,rgba(255,255,255,.96),transparent)!important;}
.xs-ticker-item{font-family:inherit!important;color:#6e6e73!important;border-right-color:var(--ios-separator)!important;font-weight:600!important;}
.xs-ticker-pick{background:rgba(0,122,255,.10)!important;color:#007aff!important;border-radius:999px!important;padding:5px 9px!important;}

/* Home hero becomes an app dashboard card */
.hero{padding:24px 0 8px!important;}
.hero-panel{
  overflow:hidden!important;
  background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(255,255,255,.88)!important;
  border-radius:30px!important;
  padding:clamp(28px,5vw,54px)!important;
  box-shadow:0 24px 70px rgba(45,50,75,.12),inset 0 1px 0 rgba(255,255,255,.8)!important;
  backdrop-filter:blur(20px)!important;
  -webkit-backdrop-filter:blur(20px)!important;
}
.hero-panel::before{
  content:""!important;position:absolute!important;inset:auto -8% -45% auto!important;width:60%!important;height:110%!important;
  background:radial-gradient(circle,rgba(0,122,255,.18),rgba(88,86,214,.08) 42%,transparent 70%)!important;
  pointer-events:none!important;
}
.hero-panel::after{
  content:""!important;position:absolute!important;width:240px!important;height:240px!important;left:-100px!important;top:-120px!important;
  border-radius:50%!important;background:rgba(52,199,89,.08)!important;filter:blur(2px)!important;pointer-events:none!important;
}
.hero-kicker{color:#6e6e73!important;font-size:.78rem!important;font-weight:700!important;letter-spacing:.01em!important;text-transform:none!important;}
.hero-kicker-dot{width:9px!important;height:9px!important;background:#34c759!important;box-shadow:0 0 0 5px rgba(52,199,89,.12)!important;}
.hero h1{
  max-width:790px!important;margin:18px 0 14px!important;color:#111114!important;
  font-family:inherit!important;font-size:clamp(2.45rem,6vw,4.85rem)!important;line-height:.98!important;
  letter-spacing:-.065em!important;font-weight:800!important;
}
.hero h1 span{color:#007aff!important;}
.hero-copy{color:#6e6e73!important;max-width:650px!important;font-size:clamp(1rem,1.8vw,1.14rem)!important;line-height:1.58!important;}
.verified-stamp{background:rgba(52,199,89,.10)!important;border:0!important;color:#248a3d!important;border-radius:999px!important;font-weight:700!important;text-transform:none!important;letter-spacing:0!important;}
.btn{font-family:inherit!important;border-radius:14px!important;min-height:48px!important;font-weight:700!important;letter-spacing:-.01em!important;}
.btn-primary{background:#007aff!important;color:#fff!important;box-shadow:0 9px 22px rgba(0,122,255,.22)!important;}
.btn-primary:hover{background:#006ee6!important;}
.btn-secondary,.btn-ghost{background:rgba(118,118,128,.10)!important;color:#17171a!important;border:0!important;}
.btn-secondary:hover,.btn-ghost:hover{background:rgba(118,118,128,.16)!important;color:#111!important;}
.btn-live-dot{background:#ff3b30!important;}
.hero-trust-row{color:#7d7d84!important;font-weight:600!important;}
.hero-trust-row i{background:#34c759!important;}

/* Stats feel like iOS widgets */
.stats-grid{margin-top:28px!important;gap:10px!important;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;}
.stat-card{
  background:rgba(247,247,250,.84)!important;border:1px solid rgba(60,60,67,.08)!important;border-radius:18px!important;
  padding:17px 14px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)!important;
}
.stat-card .n{color:#111114!important;font-family:inherit!important;font-weight:800!important;letter-spacing:-.04em!important;}
.stat-card .l{color:#7b7b82!important;font-family:inherit!important;font-weight:600!important;}
.stat-icon,.stat-icon-word{color:#007aff!important;font-family:inherit!important;}
.win-gauge-track{stroke:rgba(60,60,67,.10)!important;}.win-gauge-fill{stroke:#34c759!important;}.win-gauge-label{color:#111!important;font-family:inherit!important;}

/* Segmented control navigation */
.punter-nav{
  display:flex!important;gap:4px!important;padding:5px!important;margin:18px 0 8px!important;
  border:1px solid rgba(60,60,67,.08)!important;border-radius:17px!important;background:rgba(118,118,128,.09)!important;
  overflow-x:auto!important;scrollbar-width:none!important;
}
.punter-nav::-webkit-scrollbar{display:none;}
.punter-nav a{
  flex:1 0 108px!important;min-width:108px!important;padding:10px 13px!important;border:0!important;border-radius:13px!important;
  background:transparent!important;text-align:center!important;align-items:center!important;box-shadow:none!important;transform:none!important;
}
.punter-nav a:hover{background:rgba(255,255,255,.55)!important;}
.punter-nav a.active{background:#fff!important;box-shadow:0 1px 4px rgba(0,0,0,.10)!important;}
.punter-nav span{font-family:inherit!important;font-size:.83rem!important;font-weight:750!important;color:#232328!important;}
.punter-nav a.active span{color:#007aff!important;}
.punter-nav small{font-size:.64rem!important;color:#8e8e93!important;}

/* Grouped content sections */
.section{padding-top:28px!important;}
.section-head{border:0!important;padding-bottom:0!important;margin-bottom:14px!important;align-items:end!important;}
.section-kicker{font-family:inherit!important;color:#8e8e93!important;font-size:.68rem!important;letter-spacing:.02em!important;font-weight:700!important;}
.section-kicker-blog{color:#5856d6!important;}
.section-head h1,.section-head h2{font-family:inherit!important;color:#111114!important;font-size:clamp(1.8rem,4vw,2.55rem)!important;letter-spacing:-.045em!important;line-height:1!important;font-weight:800!important;}
.section-head p{color:#8e8e93!important;font-family:inherit!important;font-weight:600!important;}
.xs-live-indicator{background:rgba(255,59,48,.10)!important;color:#d70015!important;border-radius:999px!important;padding:4px 8px!important;}

/* Prediction tables / cards */
.tip-table-wrap,.xs-table-wrap{
  background:rgba(255,255,255,.92)!important;border:1px solid rgba(60,60,67,.10)!important;border-radius:22px!important;
  box-shadow:var(--shadow)!important;overflow:hidden!important;
}
.tip-table th,.xs-table-wrap th{background:#f7f7fa!important;color:#7b7b82!important;font-family:inherit!important;font-weight:700!important;font-size:.68rem!important;letter-spacing:.01em!important;text-transform:none!important;}
.tip-table td,.xs-table-wrap td{font-family:inherit!important;color:#17171a!important;border-top-color:rgba(60,60,67,.10)!important;font-weight:550!important;}
.tip-table td:last-child,.xs-table-wrap td:last-child{font-family:"SFMono-Regular",Consolas,monospace!important;color:#007aff!important;font-weight:700!important;}
.tip-table tbody tr:hover td,.xs-table-wrap tbody tr:hover td{background:rgba(0,122,255,.035)!important;}

/* Public results */
.results-summary{background:rgba(52,199,89,.10)!important;border:0!important;border-radius:999px!important;padding:8px 12px!important;}
.results-summary-score{color:#248a3d!important;font-family:inherit!important;font-weight:800!important;}
.results-summary-label{color:#5f6e63!important;}
.results-grid{gap:12px!important;}
.result-card{background:rgba(255,255,255,.92)!important;border:1px solid rgba(60,60,67,.09)!important;border-radius:20px!important;box-shadow:var(--shadow)!important;padding:16px!important;}
.result-card-match{color:#17171a!important;font-family:inherit!important;font-weight:700!important;}
.result-vs,.result-card-date,.result-card-pick{color:#8e8e93!important;}
.result-card-pick strong{color:#303036!important;}
.result-card-odds{background:rgba(0,122,255,.09)!important;color:#007aff!important;border-radius:8px!important;}
.status{border:0!important;border-radius:999px!important;padding:5px 9px!important;font-family:inherit!important;font-weight:800!important;}
.status-won{background:rgba(52,199,89,.12)!important;color:#248a3d!important;}.status-lost{background:rgba(255,59,48,.10)!important;color:#d70015!important;}

/* Editorial cards */
.grid{gap:15px!important;}
.card{background:rgba(255,255,255,.94)!important;border:1px solid rgba(60,60,67,.09)!important;border-radius:22px!important;box-shadow:var(--shadow)!important;}
.card::before{display:none!important;}
.card:hover{transform:translateY(-2px)!important;border-color:rgba(0,122,255,.16)!important;box-shadow:0 16px 38px rgba(30,40,70,.10)!important;}
.post-thumb,.thumb-fallback{border-radius:0!important;}
.card-body{padding:17px 18px 20px!important;}
.card h3{font-family:inherit!important;color:#17171a!important;font-size:1.02rem!important;font-weight:750!important;letter-spacing:-.025em!important;}
.card-meta{color:#8e8e93!important;font-family:inherit!important;font-size:.73rem!important;}

/* Articles */
.article,.widget,.xs-notice{background:rgba(255,255,255,.92)!important;border-color:rgba(60,60,67,.10)!important;box-shadow:var(--shadow)!important;border-radius:24px!important;}
.article h1,.article h2,.article h3{font-family:inherit!important;color:#111114!important;letter-spacing:-.035em!important;}
.article p,.article li{color:#303036!important;font-family:inherit!important;}
.article blockquote{font-family:inherit!important;border-left-color:#007aff!important;color:#17171a!important;background:#f7f7fa!important;border-radius:0 16px 16px 0!important;padding:16px 18px!important;}
.article > p:first-of-type::first-letter{font-family:inherit!important;color:#007aff!important;}

/* Footer becomes simple grouped panel */
.site-footer{background:transparent!important;color:#6e6e73!important;}
.footer-cta,.footer-grid{background:rgba(255,255,255,.76)!important;border:1px solid rgba(60,60,67,.09)!important;border-radius:24px!important;box-shadow:var(--shadow)!important;}
.footer-heading,.footer-brand{color:#17171a!important;font-family:inherit!important;}.footer-col a{color:#6e6e73!important;}.footer-col a:hover{color:#007aff!important;}

/* Floating bottom tab bar, like a native mobile app */
.xs-bottom-nav{
  background:rgba(249,249,251,.80)!important;border:1px solid rgba(60,60,67,.14)!important;
  backdrop-filter:saturate(180%) blur(28px)!important;-webkit-backdrop-filter:saturate(180%) blur(28px)!important;
  box-shadow:0 14px 50px rgba(20,20,30,.18)!important;
}
.xs-bn-item{color:#8e8e93!important;font-family:inherit!important;}
.xs-bn-item.active,.xs-bn-item:hover{color:#007aff!important;}
.xs-bn-circle{background:transparent!important;}
.xs-bn-circle svg{stroke:currentColor!important;}
.xs-bn-label{font-weight:650!important;letter-spacing:-.01em!important;}

/* Dark mode: same iOS-inspired layout, not a separate visual language */
@media (prefers-color-scheme:dark){
  :root{
    --ios-bg:#000000;--ios-card:#1c1c1e;--ios-card-2:#2c2c2e;--ios-text:#f5f5f7;--ios-secondary:#aeaeb2;
    --ios-tertiary:#8e8e93;--ios-separator:rgba(84,84,88,.55);
    --bg:#000;--surface:#1c1c1e;--surface-2:#2c2c2e;--surface-3:#3a3a3c;--text:#f5f5f7;--text-dim:#aeaeb2;--line:rgba(84,84,88,.48);
  }
  html,body{background:#000!important;color:#f5f5f7!important;}
  body{background:radial-gradient(circle at 20% -10%,rgba(10,132,255,.18),transparent 28rem),#000!important;}
  .site-header{background:rgba(28,28,30,.76)!important;border-bottom-color:rgba(84,84,88,.42)!important;}
  .brand,.site-nav a:hover,.site-nav li.current-menu-item>a{color:#f5f5f7!important;}
  .site-nav a{color:#c7c7cc!important;}.site-nav a:hover{background:rgba(118,118,128,.18)!important;}
  .nav-search summary,.nav-app-btn{background:rgba(118,118,128,.18)!important;color:#d1d1d6!important;}
  .xs-ticker{background:rgba(28,28,30,.74)!important;}.xs-ticker::before{background:linear-gradient(90deg,#1c1c1e,transparent)!important;}.xs-ticker::after{background:linear-gradient(270deg,#1c1c1e,transparent)!important;}
  .hero-panel,.result-card,.card,.tip-table-wrap,.xs-table-wrap,.article,.widget,.footer-cta,.footer-grid{background:rgba(28,28,30,.90)!important;border-color:rgba(84,84,88,.42)!important;}
  .hero h1,.section-head h1,.section-head h2,.result-card-match,.card h3,.article h1,.article h2,.article h3,.footer-heading,.footer-brand{color:#f5f5f7!important;}
  .hero-copy,.hero-kicker,.hero-trust-row,.section-head p,.card-meta,.result-vs,.result-card-date,.result-card-pick{color:#aeaeb2!important;}
  .btn-secondary,.btn-ghost{background:rgba(118,118,128,.20)!important;color:#f5f5f7!important;}
  .stat-card{background:rgba(44,44,46,.80)!important;border-color:rgba(84,84,88,.36)!important;}.stat-card .n,.win-gauge-label{color:#f5f5f7!important;}
  .punter-nav{background:rgba(118,118,128,.20)!important;border-color:rgba(84,84,88,.26)!important;}.punter-nav a.active{background:#3a3a3c!important;}.punter-nav span{color:#f5f5f7!important;}.punter-nav a.active span{color:#0a84ff!important;}
  .tip-table th,.xs-table-wrap th{background:#2c2c2e!important;color:#aeaeb2!important;}.tip-table td,.xs-table-wrap td{color:#f2f2f7!important;border-top-color:rgba(84,84,88,.42)!important;}
  .result-card-pick strong{color:#e5e5ea!important;}.article p,.article li{color:#d1d1d6!important;}.article blockquote{background:#2c2c2e!important;color:#f5f5f7!important;}
  .xs-bottom-nav{background:rgba(28,28,30,.80)!important;border-color:rgba(84,84,88,.48)!important;}
}

@media(max-width:760px){
  .container{padding-left:14px!important;padding-right:14px!important;}
  .site-header .site-nav,.nav-actions .nav-login-btn{display:none!important;}
  .header-inner{min-height:58px!important;}
  .brand{font-size:1.2rem!important;}
  .hero{padding-top:14px!important;}
  .hero-panel{border-radius:26px!important;padding:56px 20px 22px!important;}
  .verified-stamp{top:15px!important;right:15px!important;font-size:.66rem!important;}
  .hero h1{font-size:2.45rem!important;line-height:.98!important;letter-spacing:-.06em!important;}
  .hero-copy{font-size:.96rem!important;margin-bottom:20px!important;}
  .hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;}
  .hero-actions .btn:first-child{grid-column:1/-1!important;}
  .btn{min-height:46px!important;padding:0 12px!important;font-size:.82rem!important;}
  .hero-trust-row{display:none!important;}
  .stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;margin-top:18px!important;}
  .stat-card{min-height:88px!important;border-radius:17px!important;}
  .punter-nav{margin-left:0!important;margin-right:0!important;}
  .section-head{align-items:flex-start!important;flex-direction:column!important;gap:5px!important;}
  .section-head h2{font-size:1.85rem!important;}
  .tip-table-wrap,.xs-table-wrap{background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important;}
  .tip-table tr,.xs-table-wrap tr{background:rgba(255,255,255,.94)!important;border:1px solid rgba(60,60,67,.09)!important;border-radius:20px!important;box-shadow:var(--shadow)!important;margin-bottom:10px!important;padding:5px 3px!important;}
  .tip-table td,.xs-table-wrap td{padding:10px 14px!important;color:#17171a!important;border:0!important;}
  .tip-table td::before,.xs-table-wrap td::before{font-family:inherit!important;color:#8e8e93!important;text-transform:none!important;letter-spacing:0!important;font-size:.67rem!important;}
  .result-card{border-radius:20px!important;}.grid{grid-template-columns:1fr!important;}.card{border-radius:20px!important;}
  .xs-bottom-nav{display:block!important;left:10px!important;right:10px!important;bottom:10px!important;border-radius:24px!important;padding:7px 5px calc(7px + env(safe-area-inset-bottom))!important;}
  .xs-bottom-nav-inner{max-width:none!important;}.xs-bn-item{font-size:.64rem!important;}.xs-bn-circle{width:28px!important;height:26px!important;}
  body{padding-bottom:92px!important;}
  @media (prefers-color-scheme:dark){
    .tip-table tr,.xs-table-wrap tr{background:rgba(28,28,30,.94)!important;border-color:rgba(84,84,88,.42)!important;}.tip-table td,.xs-table-wrap td{color:#f5f5f7!important;}
  }
}
