/* ============================================================
   melbet_01 — style.css
   Faithful to melbet.com/ua (built from reference screenshots —
   the live site geo-blocks our IP):
     • Dark near-black top utility bar
     • YELLOW main nav (dark text)
     • LIGHT content (white sidebar / line table / betslip, dark text)
     • Gold WC strip, dark footer
   Built from scratch; only the satisfine platform contracts kept.
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
	/* dark content theme (per user preference — easier on the eyes) */
	--bg:        #121417;
	--panel:     #1e2228;
	--panel-2:   #282d34;
	--soft:      #2b313a;
	--line:      #323943;
	--line-2:    #3c4450;
	--text:      #cfd5da;
	--head:      #ffffff;
	--muted:     #828b93;
	--group:     #15181c;
	/* dark chrome */
	--dark:      #1a1c1f;
	--dark-2:    #25282c;
	--dark-line: #34383d;
	--dark-txt:  #c8ced3;
	/* accent */
	--yellow:    #ffc400;
	--yellow-d:  #eaad00;
	--yellow-ink:#1c1600;
	--green:     #2fa64e;
	--red:       #e23b3b;
	--radius:    5px;
	--shadow:    0 1px 3px rgba(20,30,40,.10);
	--shadow-l:  0 6px 22px rgba(20,30,40,.16);
	--maxw:      1320px;
	--font:      'Roboto', system-ui, -apple-system, Arial, sans-serif;
}

/* ---------- Reset ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
	font-family: var(--font);
	font-size: 14px;
	line-height: 1.55;
	color: var(--text);
	background: var(--bg);
	overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
h1, h2, h3, h4 { color: var(--head); line-height: 1.25; font-weight: 700; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 15px; width: 100%; }

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 7px;
	font-weight: 700; font-size: 13px; line-height: 1;
	padding: 11px 18px; border-radius: var(--radius);
	white-space: nowrap; transition: background .15s, color .15s, border-color .15s, transform .05s;
	text-transform: uppercase; letter-spacing: .3px;
}
.btn:active { transform: translateY(1px); }
.btn-primary, .btn-orange { background: var(--yellow); color: var(--yellow-ink); }
.btn-primary:hover, .btn-orange:hover { background: var(--yellow-d); }
.btn-outline  { background: transparent; color: var(--text); border: 1px solid var(--line-2); }
.btn-outline:hover  { background: var(--panel-2); border-color: var(--muted); }
.btn-block { display: flex; width: 100%; }
.btn-sm { padding: 8px 12px; font-size: 12px; }
.btn-lg { padding: 16px 34px; font-size: 16px; }

/* ============================================================
   HEADER — dark top utility bar + YELLOW nav
   ============================================================ */
.header { position: relative; z-index: 30; }
.header-top { background: var(--dark); }
.header-top .container { display: flex; align-items: center; gap: 18px; min-height: 58px; padding: 7px 15px; }
.logo { flex-shrink: 0; padding-left: 4px; margin-right: 6px; }
.logo img { height: 30px; width: auto; display: block; }

.head-perks { display: flex; gap: 22px; }
.head-perk { display: flex; align-items: center; gap: 9px; }
.head-perk i { font-size: 18px; color: var(--yellow); }
.head-perk img { width: 22px; height: 22px; object-fit: contain; }
.head-perk b { display: block; font-size: 13px; font-weight: 700; color: #fff; line-height: 1.2; }
.head-perk span { display: block; font-size: 11px; color: #969ca2; }

.head-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.head-lang { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--dark-txt); padding: 0 6px; }
.head-socials { display: flex; gap: 6px; margin-right: 2px; }
.head-socials a {
	width: 30px; height: 30px; border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	background: var(--dark-2); color: var(--dark-txt); font-size: 13px; transition: background .15s, color .15s;
}
.head-socials a:hover { background: var(--yellow); color: var(--yellow-ink); }
.btn-login { background: transparent; color: #fff; border: 1px solid var(--dark-line); }
.btn-login:hover { background: var(--dark-2); border-color: #4a4f55; }

.burger { display: none; flex-direction: column; gap: 4px; padding: 8px; margin-left: 2px; }
.burger span { width: 22px; height: 2px; background: #fff; border-radius: 2px; }

/* Nav — yellow bar, dark text */
.nav { background: var(--yellow); }
.nav-inner { display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: none; }
.nav-inner::-webkit-scrollbar { display: none; }
.nav-link {
	display: flex; align-items: center; gap: 7px;
	padding: 0 15px; height: 44px; white-space: nowrap;
	color: var(--yellow-ink); font-size: 13px; font-weight: 600;
	transition: background .12s; position: relative;
}
.nav-link i { font-size: 13px; opacity: .8; }
.nav-link:hover { background: rgba(0,0,0,.07); }
.nav-link.active { background: rgba(0,0,0,.12); font-weight: 700; }
.nav-link.is-live i { color: var(--red); opacity: 1; }
.nav-link .hot { background: var(--dark); color: var(--yellow); font-size: 9px; font-weight: 700; padding: 2px 5px; border-radius: 3px; letter-spacing: .4px; }

/* Gold WC strip (sits at top of the content column) */
.wcstrip { background: linear-gradient(90deg, var(--yellow), var(--yellow-d)); overflow: hidden; border-radius: var(--radius); }
.wcstrip-track { display: flex; align-items: center; white-space: nowrap; min-height: 46px; will-change: transform; animation: marquee 28s linear infinite; }
.wcstrip span { display: inline-flex; align-items: center; gap: 16px; padding: 0 18px; font-size: 16px; font-weight: 800; color: var(--yellow-ink); letter-spacing: 1.5px; line-height: 46px; }
.wcstrip span::after { content: '\2022'; color: rgba(28,22,0,.5); font-size: 14px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .wcstrip-track { animation: none; } }

/* ============================================================
   HOME 3-COLUMN LAYOUT
   ============================================================ */
.layout { padding: 16px 0 28px; }
.layout-grid { display: grid; grid-template-columns: 248px minmax(0, 1fr) 300px; gap: 14px; align-items: start; }

/* Shared card */
.card { background: var(--panel); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; border: 1px solid var(--line); }
.card-head {
	display: flex; align-items: center; justify-content: space-between;
	padding: 11px 14px; background: var(--panel-2); color: var(--head);
	font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .4px;
	border-bottom: 1px solid var(--line);
}
.card-head i { color: var(--yellow-d); }

/* Left rail */
.rail-left { display: flex; flex-direction: column; gap: 14px; }
.rail-tabs { display: flex; }
.rail-tab { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 12px 6px; font-size: 12.5px; font-weight: 700; color: var(--muted); background: var(--panel-2); text-transform: uppercase; letter-spacing: .3px; border-bottom: 1px solid var(--line); }
.rail-tab.active { background: var(--panel); color: var(--head); box-shadow: inset 0 -3px 0 var(--yellow); }
.rail-tab.is-live i { color: var(--green); font-size: 9px; }
.rail-tab span { background: var(--green); color: #fff; font-size: 10px; font-weight: 700; padding: 1px 6px; border-radius: 9px; }
.line-sub { padding: 9px 14px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; color: var(--muted); background: var(--panel-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.line-list li { border-bottom: 1px solid var(--line); }
.line-list li:last-child { border-bottom: none; }
.line-row { display: flex; align-items: center; gap: 11px; padding: 10px 14px; font-size: 13px; color: var(--text); transition: background .12s; }
.line-row:hover { background: var(--soft); }
.line-row i { width: 18px; text-align: center; color: var(--head); font-size: 15px; opacity: .8; }
.line-row .line-name { flex: 1; font-weight: 500; color: var(--head); }
.line-row .line-count { font-size: 11px; color: var(--muted); background: var(--panel-2); padding: 2px 8px; border-radius: 10px; }
.line-row.is-live i { color: var(--green); opacity: 1; }
.line-list--az .line-row i { color: var(--muted); font-size: 12px; }

/* Center column */
.col-center { display: flex; flex-direction: column; gap: 14px; min-width: 0; }

/* Banner carousel — overflow scroll, NO scroll-snap (snap breaks LCP) */
.carousel { position: relative; }
.carousel-track { display: flex; gap: 12px; overflow-x: auto; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: none; border-radius: var(--radius); }
.carousel-track::-webkit-scrollbar { display: none; }
.slide { flex: 0 0 100%; border-radius: var(--radius); overflow: hidden; position: relative; display: block; }
.slide img { width: 100%; height: clamp(170px, 17vw, 230px); object-fit: cover; display: block; }
.slide-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,10,12,.94) 0%, rgba(8,10,12,.75) 30%, rgba(8,10,12,.15) 52%, rgba(8,10,12,0) 66%); }
.slide-text { position: absolute; left: 4.5%; top: 50%; transform: translateY(-50%); max-width: 58%; display: flex; flex-direction: column; align-items: flex-start; }
.slide-kicker { color: var(--yellow); font-size: clamp(10px, 1.1vw, 13px); font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.slide-title { color: #fff; font-size: clamp(15px, 2.5vw, 30px); font-weight: 800; line-height: 1.08; margin: 3px 0 2px; }
.slide-sub { color: #d3d9de; font-size: clamp(10px, 1.35vw, 15px); margin-bottom: clamp(6px, 1vw, 12px); }
.slide-cta { display: inline-flex; align-items: center; background: var(--yellow); color: var(--yellow-ink); font-weight: 800; text-transform: uppercase; letter-spacing: .3px; font-size: clamp(10px, 1.15vw, 13px); padding: clamp(6px,.9vw,11px) clamp(12px,1.6vw,20px); border-radius: var(--radius); }
.slide:hover .slide-cta { background: var(--yellow-d); }
.carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 50%; background: rgba(0,0,0,.5); color: #fff; font-size: 14px; display: flex; align-items: center; justify-content: center; z-index: 2; transition: background .15s; }
.carousel-btn:hover { background: var(--yellow); color: var(--yellow-ink); }
.carousel-btn.prev { left: 10px; }
.carousel-btn.next { right: 10px; }
@media (max-width: 760px) {
	.slide img { height: 168px; }
	.slide-text { max-width: 72%; }
	.slide-scrim { background: linear-gradient(90deg, rgba(8,10,12,.95) 0%, rgba(8,10,12,.8) 45%, rgba(8,10,12,.2) 75%, rgba(8,10,12,0) 100%); }
}

/* Line table */
.line-card { padding-bottom: 0; }
.line-head { border-bottom: 1px solid var(--line); background: var(--panel); }
.line-tabs { display: flex; overflow-x: auto; scrollbar-width: none; }
.line-tabs::-webkit-scrollbar { display: none; }
.line-tab { white-space: nowrap; padding: 13px 16px; font-size: 13px; font-weight: 600; color: var(--muted); cursor: pointer; position: relative; }
.line-tab:hover { color: var(--head); }
.line-tab.active { color: var(--head); }
.line-tab.active::after { content: ''; position: absolute; left: 12px; right: 12px; bottom: 0; height: 3px; background: var(--yellow); border-radius: 3px 3px 0 0; }
/* column-header row (1 / X / 2) — sits above the matches, over the odds */
.line-colhead { display: flex; align-items: center; justify-content: flex-end; gap: 6px; padding: 8px 14px; background: var(--panel-2); border-bottom: 1px solid var(--line); }
.line-colhead .lc-filter { margin-right: auto; font-size: 12px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .4px; display: inline-flex; align-items: center; gap: 7px; }
.line-colhead .lc-filter i { color: var(--green); }
.line-colhead span.lc { width: 54px; text-align: center; font-size: 12px; font-weight: 700; color: var(--muted); }
.line-colhead .lc-more { width: 46px; }

/* Dark tournament/group header that segments the white match rows (ref look) */
.line-group { display: flex; align-items: center; gap: 9px; padding: 10px 14px; background: var(--group); color: #fff; font-size: 13px; font-weight: 700; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.line-group i { color: var(--yellow); }
.line-group .lg-count { margin-left: auto; font-size: 11px; font-weight: 600; color: #aeb6bc; }

.match { display: flex; align-items: center; gap: 12px; padding: 11px 14px; border-bottom: 1px solid var(--line); opacity: 0; transform: translateY(8px); }
.match.reveal, .no-js .match { opacity: 1; transform: none; }
.match:hover { background: var(--soft); }
.match-info { flex: 1; min-width: 0; }
.match-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 7px; font-size: 11px; color: var(--muted); }
.match-league { display: inline-flex; align-items: center; gap: 6px; text-transform: uppercase; letter-spacing: .3px; font-weight: 600; }
.match-league i { color: var(--yellow-d); }
.match-live { color: var(--red); font-weight: 700; display: inline-flex; align-items: center; gap: 5px; }
.match-live .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); animation: pulse 1.4s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.match-time { display: inline-flex; align-items: center; gap: 5px; }
.match-teams { display: flex; flex-direction: column; gap: 6px; }
.mteam { display: flex; align-items: center; gap: 9px; }
.mteam-flag { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 1px solid rgba(0,0,0,.12); box-shadow: 0 1px 2px rgba(0,0,0,.12); }
.mteam-name { font-size: 14px; font-weight: 600; color: var(--head); flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mteam-score { font-size: 14px; font-weight: 700; color: var(--head); }
.match-odds { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.modd { width: 54px; height: 46px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--radius); transition: background .12s, border-color .12s; }
.modd:hover { background: #343b45; border-color: var(--yellow); }
.modd:hover .modd-v { color: var(--yellow); }
.modd-k { font-size: 10px; color: var(--muted); }
.modd-v { font-size: 14px; font-weight: 700; color: var(--head); }
.match-more { font-size: 12px; font-weight: 700; color: var(--muted); padding: 0 4px 0 8px; white-space: nowrap; }
.match-more:hover { color: var(--yellow-d); }
.line-all { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 13px; font-size: 13px; font-weight: 700; color: var(--yellow-d); border-top: 1px solid var(--line); }

/* Right rail */
.rail-right { display: flex; flex-direction: column; gap: 14px; }
.slip-steps { padding: 6px 0 12px; }
.slip-steps li { display: flex; gap: 11px; padding: 9px 16px; font-size: 12.5px; color: var(--text); }
.slip-steps .n { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--yellow); color: var(--yellow-ink); font-weight: 800; font-size: 12px; display: flex; align-items: center; justify-content: center; }
.slip-cta { padding: 0 16px 16px; }
/* App block — content overlaid on the real melbet app creative */
.app-promo { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.app-promo > img { width: 100%; height: 150px; object-fit: cover; object-position: right center; display: block; }
.app-promo-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,12,14,.94) 0%, rgba(10,12,14,.8) 42%, rgba(10,12,14,.1) 78%, transparent 100%); }
.app-promo-text { position: absolute; inset: 0; padding: 14px; display: flex; flex-direction: column; justify-content: center; gap: 4px; max-width: 78%; }
.app-promo-title { font-size: 15px; font-weight: 800; color: #fff; line-height: 1.15; }
.app-promo-sub { font-size: 11.5px; color: #c9cfd4; margin-bottom: 6px; }
.app-promo-btns { display: flex; gap: 7px; }
.app-promo-btns a { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 6px; background: var(--yellow); color: var(--yellow-ink); font-size: 11px; font-weight: 800; padding: 7px 6px; border-radius: 4px; }
.app-promo-btns a:hover { background: var(--yellow-d); }
.bonus-card { padding: 18px 16px; text-align: center; background: linear-gradient(160deg, var(--panel), #2e2a17); }
.bonus-card .bonus-ic { font-size: 30px; color: var(--yellow-d); margin-bottom: 8px; }
.bonus-card .bonus-title { display: block; font-size: 15px; font-weight: 700; color: var(--head); margin-bottom: 4px; }
.bonus-card p { font-size: 12.5px; color: var(--muted); margin-bottom: 12px; }

/* ============================================================
   CONTENT / PROSE
   ============================================================ */
.content { padding: 8px 0 36px; }
.page-title { font-size: 26px; margin-bottom: 16px; color: #fff; }
.prose .page-title { color: var(--head); }
.prose { background: var(--panel); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px 30px; max-width: 100%; border: 1px solid var(--line); color: var(--text); }
.prose h1 { font-size: 25px; margin: 0 0 14px; }
.prose h2 { font-size: 20px; margin: 26px 0 12px; padding-left: 12px; border-left: 4px solid var(--yellow); }
.prose h3 { font-size: 17px; margin: 20px 0 10px; }
.prose p { margin: 0 0 14px; }
.prose ul, .prose ol { margin: 0 0 14px 20px; }
.prose li { margin-bottom: 6px; }
.prose a { color: var(--yellow-d); font-weight: 600; }
.prose a:hover { text-decoration: underline; }
.prose img { border-radius: var(--radius); margin: 14px auto; height: auto; }
.prose figure { margin: 14px 0; text-align: center; }
.prose figcaption { margin-top: 6px; font-size: 12px; color: var(--muted); text-align: center; }
.prose strong { color: var(--head); }
.prose blockquote { border-left: 4px solid var(--yellow); background: var(--panel-2); padding: 12px 16px; margin: 0 0 14px; border-radius: 0 var(--radius) var(--radius) 0; }
.table-scroll { overflow-x: auto; margin: 0 0 14px; -webkit-overflow-scrolling: touch; }
.prose table { width: 100%; border-collapse: collapse; min-width: 460px; }
.prose th, .prose td { padding: 10px 12px; border: 1px solid var(--line); text-align: left; font-size: 13px; }
.prose th { background: var(--dark); color: #fff; font-weight: 600; }
.prose tr:nth-child(even) td { background: var(--soft); }

/* ============================================================
   TOPLIST
   ============================================================ */
.toplist { display: flex; flex-direction: column; gap: 12px; }
.toprow { display: grid; grid-template-columns: 54px 1.6fr 90px 1.4fr 150px; align-items: center; gap: 16px; background: var(--panel); border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line); padding: 16px 18px; border-left: 4px solid var(--line-2); opacity: 0; transform: translateY(10px); }
.toprow.reveal, .no-js .toprow { opacity: 1; transform: none; }
.toprow.featured { border-left-color: var(--yellow); background: linear-gradient(90deg, rgba(255,196,0,.1), var(--panel)); }
.toprow-rank { font-size: 26px; font-weight: 800; color: var(--muted); text-align: center; }
.toprow.featured .toprow-rank { color: var(--yellow-d); }
.toprow-name { font-size: 17px; font-weight: 700; color: var(--head); }
.toprow-pill { display: inline-block; margin-top: 5px; font-size: 11px; font-weight: 700; color: #5fd07e; background: rgba(47,166,78,.18); padding: 3px 9px; border-radius: 10px; }
.toprow-rating { text-align: center; }
.toprow-rating .num { font-size: 22px; font-weight: 800; color: var(--green); }
.toprow-rating .den { font-size: 12px; color: var(--muted); }
.toprow-bonus { font-size: 13px; font-weight: 600; color: var(--text); }

/* ============================================================
   REVIEW
   ============================================================ */
.review-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 22px; align-items: start; }
.info-card { background: var(--panel); border-radius: var(--radius); box-shadow: var(--shadow); padding: 22px; position: sticky; top: 16px; border: 1px solid var(--line); }
.info-rating { text-align: center; padding-bottom: 16px; border-bottom: 1px solid var(--line); margin-bottom: 14px; }
.info-rating .num { font-size: 44px; font-weight: 800; color: var(--green); }
.info-rating .den { font-size: 16px; color: var(--muted); }
.info-list { display: grid; grid-template-columns: 1fr auto; gap: 10px 12px; margin-bottom: 18px; }
.info-list dt { color: var(--muted); font-size: 13px; }
.info-list dd { text-align: right; font-weight: 700; color: var(--head); font-size: 13px; }

/* ============================================================
   LANDING
   ============================================================ */
.hero-land { background: radial-gradient(120% 140% at 80% 0%, #2a2e33, var(--dark) 60%); color: #fff; text-align: center; padding: 64px 16px; }
.hero-land h1 { color: #fff; font-size: 40px; margin-bottom: 14px; }
.hero-land .accent { color: var(--yellow); }
.hero-land .lead { font-size: 18px; max-width: 640px; margin: 0 auto 26px; color: #c4cbd1; }
.landing-bottom { text-align: center; margin-top: 30px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #16181b; color: #9aa1a7; margin-top: 10px; }
.foot-seo { background: #1b1e21; padding: 30px 0; border-top: 1px solid var(--dark-line); }
.foot-seo .prose { background: transparent; box-shadow: none; padding: 0; color: #aab2b8; border: none; }
.foot-seo .prose h2, .foot-seo .prose h3 { color: #fff; border-color: var(--yellow); }
.foot-seo .prose a { color: var(--yellow); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 26px; padding: 36px 0 26px; }
.footer-col h4 { color: #fff; font-size: 14px; margin-bottom: 14px; text-transform: uppercase; letter-spacing: .4px; }
.footer-col a { display: block; padding: 5px 0; font-size: 13px; color: #9aa1a7; transition: color .12s; }
.footer-col a:hover { color: var(--yellow); }
.footer-logo img { height: 30px; margin-bottom: 14px; }
.footer-about { font-size: 13px; line-height: 1.6; color: #828a90; }
.footer-socials { display: flex; gap: 8px; margin-top: 14px; }
.footer-socials a { width: 34px; height: 34px; border-radius: 50%; background: #24272b; color: #cdd6d9; display: flex; align-items: center; justify-content: center; transition: background .15s, color .15s; }
.footer-socials a:hover { background: var(--yellow); color: var(--yellow-ink); }
.footer-pay { border-top: 1px solid var(--dark-line); padding: 18px 0; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.footer-pay .pay-label { font-size: 12px; text-transform: uppercase; letter-spacing: .5px; color: var(--muted); font-weight: 700; }
.footer-pay .pay-icons { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.footer-pay .pay-icons i { font-size: 26px; color: #707880; transition: color .15s; }
.footer-pay .pay-icons i:hover { color: #cdd6d9; }
.footer-bottom { border-top: 1px solid var(--dark-line); padding: 18px 0; display: flex; gap: 16px; align-items: center; justify-content: space-between; flex-wrap: wrap; font-size: 12px; color: #7d858b; }
.disclaimer { display: flex; align-items: center; gap: 10px; }
.age { background: transparent; color: var(--red); border: 1.5px solid var(--red); font-weight: 800; font-size: 12px; padding: 2px 6px; border-radius: 50%; }
.licence { display: inline-flex; align-items: center; gap: 8px; color: #cdd6d9; font-weight: 600; }
.licence i { color: var(--yellow); font-size: 18px; }

/* ============================================================
   MOBILE NAV (light) / OVERLAY / BOTTOM BAR / COOKIE
   ============================================================ */
.mnav { position: fixed; top: 0; left: 0; bottom: 0; width: 300px; max-width: 86vw; background: #fff; color: #2a2f33; z-index: 60; transform: translateX(-100%); transition: transform .25s ease; overflow-y: auto; display: flex; flex-direction: column; }
.mnav.open { transform: none; }
.mnav-head { display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; border-bottom: 1px solid #eceef0; background: #f7f8f9; }
.mnav-head-left { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: #4a5054; }
.mnav-head-left i { color: #8a9097; }
.mnav-close { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #3a3f44; background: #eceef0; border-radius: 50%; }
.mnav-close:hover { background: #e0e3e6; }
.mnav-apps { display: flex; gap: 10px; padding: 14px 16px; border-bottom: 1px solid #eceef0; }
.mnav-apps .btn { flex: 1; background: var(--yellow); color: var(--yellow-ink); }
.mnav-list { padding: 4px 0; }
.mnav-list a { display: flex; align-items: center; gap: 14px; padding: 11px 16px; font-size: 14px; font-weight: 600; color: #2a2f33; border-bottom: 1px solid #f1f3f4; }
.mnav-list a .mnav-ic { width: 36px; height: 36px; border-radius: 50%; background: #f1f3f4; color: #555c61; display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
.mnav-list a.active { color: var(--yellow-d); }
.mnav-actions { padding: 16px; display: flex; flex-direction: column; gap: 10px; margin-top: auto; border-top: 1px solid #eceef0; }
.mnav-actions .btn-outline { color: #2a2f33; border-color: #d4d8da; }
.overlay { position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 50; opacity: 0; visibility: hidden; transition: opacity .25s; }
.overlay.open { opacity: 1; visibility: visible; }

.bottombar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; flex-direction: column; box-shadow: 0 -2px 12px rgba(0,0,0,.25); }
.bottombar-cta { background: var(--yellow); color: var(--yellow-ink); text-align: center; font-weight: 700; font-size: 13px; padding: 10px; display: flex; gap: 8px; align-items: center; justify-content: center; }
.bottombar-nav { display: flex; background: var(--dark); }
.bottombar-nav a { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 7px 0; color: var(--dark-txt); font-size: 10px; }
.bottombar-nav a i { font-size: 16px; }
.bottombar-nav a.active { color: var(--yellow); }

.cookie { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 55; max-width: 560px; margin: 0 auto; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-l); padding: 16px 18px; display: flex; gap: 16px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.cookie.hidden { display: none; }
.cookie p { font-size: 13px; flex: 1; min-width: 200px; color: var(--text); }
.cookie-actions { display: flex; gap: 8px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1180px) { .layout-grid { grid-template-columns: 230px minmax(0,1fr); } .rail-right { display: none; } }
@media (max-width: 900px)  { .head-perks { display: none; } }
@media (max-width: 820px) {
	.layout-grid { grid-template-columns: 1fr; }
	.rail-left { display: none; }
	.head-socials { display: none; }
	.head-lang { display: none; }
	.nav { display: none; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
	.review-layout { grid-template-columns: 1fr; }
	.info-card { position: static; order: -1; }
	.toprow { grid-template-columns: 44px 1fr auto; grid-template-areas: "rank name rating" "rank bonus bonus" "cta cta cta"; gap: 8px 12px; row-gap: 10px; }
	.toprow-rank { grid-area: rank; }
	.toprow > div:nth-child(2) { grid-area: name; }
	.toprow-rating { grid-area: rating; }
	.toprow-bonus { grid-area: bonus; }
	.toprow .btn { grid-area: cta; }
	.bottombar { display: flex; }
	body { padding-bottom: 86px; }
}
@media (max-width: 680px) { .line-colhead .lc, .line-colhead .lc-more { display: none; } }
@media (max-width: 600px) {
	.header-top .container { gap: 8px; padding: 6px 12px; }
	.logo { padding-left: 0; margin-right: 0; }
	.logo img { height: 22px; }
	.head-actions { gap: 7px; }
	.btn-register, .btn-login { padding: 8px 11px; font-size: 11px; letter-spacing: 0; }
}
@media (max-width: 380px) {
	.logo img { height: 19px; }
	.btn-register, .btn-login { padding: 7px 9px; font-size: 10px; }
}
@media (max-width: 560px) {
	.page-title { font-size: 21px; }
	.page-title, .prose h1 { font-size: 21px; }
	.prose { padding: 20px 16px; }
	.hero-land h1 { font-size: 30px; }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
	.match { gap: 8px; padding: 10px; }
	.modd { width: 46px; height: 44px; }
	.match-more { display: none; }
	.mteam-name { font-size: 13px; }
}
