/* ═══════════════════════════════════════════════════════════
   Tymoshenko · Slots styles (v1.6.270)
   Структура з мокапу sg-final у Binance Dark палітрі.
   Dark токени локалізовані на .sl-page/.sl-arch/.sl-tax-page/.cas-top-block —
   не зачіпають інші сторінки.
═══════════════════════════════════════════════════════════ */

.sl-page, .sl-arch, .sl-tax-page, .cas-top-block {
    --bg-0: #0B0E11;
    --bg-1: #181A20;
    --bg-2: #1E2329;
    --bg-3: #2B2F36;
    --bg-4: #474D57;
    --yellow: #FCD535;
    --amber: #F0B90B;
    --amber-bg: rgba(240,185,11,.1);
    --amber-m: rgba(240,185,11,.16);
    --t1: #EAECEF;
    --t2: #B7BDC6;
    --t3: #848E9C;
    --t4: #5E6673;
    --green: #0ECB81;
    --red: #F6465D;
    --purple: #6C5CE7;
    --blue: #3861FB;
    --pink: #EC4899;
    --line: rgba(255,255,255,.06);
    --line-2: rgba(255,255,255,.1);
    --r: 8px;
    --r-lg: 12px;
    --maxw: 1280px;
}
.sl-page, .sl-arch, .sl-tax-page {
    background: var(--bg-0);
    color: var(--t1);
    min-height: 60vh;
}

/* BREADCRUMB (v1.6.313: чистий стиль, працює на single-slot, taxonomy і archive) */
.sl-bc-wrap { background: transparent; border-bottom: 0; max-width: var(--maxw); margin: 0 auto; padding: 16px 40px 16px; }
.sl-bc-bar {
    display: flex; align-items: center; gap: 8px;
    font-family: var(--font-body, 'Onest', sans-serif);
    font-size: 13px;
    font-weight: 500;
    color: var(--t3);
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
    padding: 10px 16px;
    background: var(--bg-1);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
}
.sl-bc-bar::-webkit-scrollbar { display: none; }
.sl-bc-i { color: var(--t3); transition: color .15s; text-decoration: none; }
.sl-bc-i:hover { color: var(--amber); }
.sl-bc-sep { color: var(--t4); flex-shrink: 0; opacity: .6; }
.sl-bc-s { color: var(--t1); font-weight: 600; overflow: hidden; text-overflow: ellipsis; }

/* ═══ 1. SINGLE SLOT ═══ */
.rv-hero {
    border-bottom: 1px solid var(--line);
    background: var(--bg-1);
    padding: 56px 0 0;
    position: relative; overflow: hidden;
}
.rv-hero-bg {
    position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(ellipse 60% 80% at 80% -10%, rgba(240,185,11,.08) 0%, transparent 60%);
}
.rv-hero-dots {
    position: absolute; inset: 0; pointer-events: none;
    background-image: radial-gradient(circle, rgba(240,185,11,.12) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: radial-gradient(ellipse 50% 60% at 90% 0%, black, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 50% 60% at 90% 0%, black, transparent 70%);
}
.rv-hero-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; position: relative; z-index: 2; }
.rv-hero-grid { display: grid; grid-template-columns: 1fr 360px; gap: 56px; align-items: start; padding-bottom: 48px; }
.rv-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; flex-wrap: wrap; }
.rv-provider-link {
    display: inline-flex; align-items: center; gap: 6px;
    font: 600 12px/1 var(--font);
    color: var(--amber);
    background: var(--amber-bg);
    border: 1px solid rgba(240,185,11,.25);
    border-radius: 100px;
    padding: 6px 14px;
    transition: all .15s; text-decoration: none;
}
.rv-provider-link:hover { background: var(--amber); color: var(--bg-0); }
.rv-type-tag, .rv-year-tag {
    font: 500 11px/1 var(--font-mono);
    padding: 5px 10px; border-radius: 100px;
    border: 1px solid var(--line-2); background: var(--bg-2);
    color: var(--t2); letter-spacing: .04em; text-transform: uppercase;
    text-decoration: none;
}
.rv-type-tag:hover, .rv-year-tag:hover { color: var(--t1); border-color: var(--t4); }
.rv-h1 {
    font-family: var(--font-display);
    font-size: clamp(48px, 6.5vw, 76px);
    font-weight: 800; line-height: 1; letter-spacing: -.04em;
    color: var(--t1); margin-bottom: 16px;
}
.rv-h1 .name-main { display: block; }
.rv-h1 .name-sub { display: block; color: var(--amber); }
.rv-updated { font: 400 12px/1 var(--font-mono); color: var(--t3); margin-bottom: 28px; }
.rv-updated span { color: var(--t2); }

.score-row { display: flex; align-items: center; gap: 24px; margin-bottom: 28px; flex-wrap: wrap; }
.editorial-block { display: flex; align-items: center; gap: 14px; }
.score-box {
    width: 72px; height: 72px;
    background: var(--amber); border-radius: var(--r-lg);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 24px rgba(240,185,11,.25);
}
.score-num { font-family: var(--font-display); font-size: 30px; font-weight: 800; color: var(--bg-0); letter-spacing: -.04em; }
.score-meta { display: flex; flex-direction: column; gap: 6px; }
.score-label { font: 400 11px/1 var(--font-mono); color: var(--t3); text-transform: uppercase; letter-spacing: .1em; }
.score-stars { display: flex; gap: 3px; }
.star-svg { width: 14px; height: 14px; color: var(--amber); }
.star-svg.empty { opacity: .25; }
.score-divider { width: 1px; height: 40px; background: var(--line-2); }
.player-block { display: flex; flex-direction: column; gap: 6px; }
.player-num { font-family: var(--font-display); font-size: 28px; font-weight: 800; color: var(--t1); letter-spacing: -.03em; line-height: 1; }
.player-stars { display: flex; gap: 3px; margin-top: 4px; }
.player-label { font: 400 11px/1 var(--font-mono); color: var(--t3); text-transform: uppercase; letter-spacing: .08em; }

.rv-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.btn-demo, .btn-real, .btn-share {
    display: inline-flex; align-items: center; gap: 8px;
    font: 700 14px/1 var(--font);
    padding: 13px 22px; border-radius: var(--r);
    transition: all .15s; cursor: pointer; text-decoration: none;
    border: 1px solid transparent;
}
.btn-demo { background: var(--bg-3); color: var(--t1); border-color: var(--line-2); }
.btn-demo:hover { background: var(--bg-4); border-color: var(--t4); }
.btn-real { background: var(--amber); color: var(--bg-0); border-color: var(--amber); }
.btn-real:hover { background: var(--yellow); border-color: var(--yellow); }
.btn-share { width: 44px; height: 44px; padding: 0; justify-content: center; background: var(--bg-2); color: var(--t2); border-color: var(--line); }
.btn-share:hover { background: var(--bg-3); color: var(--t1); }

.rv-features-wrap { display: flex; flex-direction: column; gap: 6px; }
.rv-features-row { display: flex; flex-wrap: wrap; gap: 6px; }
.feat-pill {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 12px 6px 8px; border-radius: 100px;
    font: 600 12px/1 var(--font);
    transition: all .15s; cursor: pointer; text-decoration: none;
    border: 1px solid transparent;
}
.feat-pill-yes { background: var(--amber-bg); border-color: rgba(240,185,11,.3); color: var(--amber); }
.feat-pill-yes:hover { background: var(--amber); color: var(--bg-0); border-color: var(--amber); }
.feat-pill-no { background: var(--bg-2); border-color: var(--line); color: var(--t3); }
.feat-pill-no:hover { border-color: var(--line-2); color: var(--t2); }
.feat-pill-icon { display: inline-flex; align-items: center; line-height: 1; }
.feat-pill-icon svg { display: block; }

.rv-image-wrap {
    border-radius: var(--r-lg); overflow: hidden;
    margin-bottom: 14px; position: relative;
    border: 1px solid var(--line);
    box-shadow: 0 8px 32px rgba(240,185,11,.1);
    background: var(--bg-2);
}
.rv-image-wrap img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.rv-image-empty {
    width: 100%; aspect-ratio: 16/9;
    background: linear-gradient(135deg, #2A1F0E, #422D0B 50%, #1E1208);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display);
    font-size: 28px; font-weight: 800;
    color: var(--bg-3); letter-spacing: -.02em;
    text-align: center; padding: 0 20px;
}
.rv-image-fallback { display: none; }
.rv-image-fallback.show { display: flex; }
.rv-image-overlay {
    position: absolute; inset: 0;
    background: rgba(11,14,17,.55);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity .2s; cursor: pointer;
}
.rv-image-wrap:hover .rv-image-overlay { opacity: 1; }
.rv-image-overlay-btn {
    width: 56px; height: 56px; border-radius: 50%;
    background: var(--amber);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 24px rgba(240,185,11,.4); border: none;
}
.rv-iframe-loaded { aspect-ratio: 16/9; width: 100%; border: 0; display: block; }

/* STAT BAND */
.stat-band { background: var(--bg-1); border-bottom: 1px solid var(--line); overflow-x: auto; scrollbar-width: none; }
.stat-band::-webkit-scrollbar { display: none; }
.sb-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; display: flex; }
.sb-item { flex: 1; min-width: 110px; padding: 22px 16px; border-right: 1px solid var(--line); text-align: center; }
.sb-item:last-child { border-right: none; }
.sb-key { font: 400 10px/1 var(--font-mono); color: var(--t3); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 8px; }
.sb-val { font-family: var(--font-mono); font-size: 18px; font-weight: 700; letter-spacing: -.02em; color: var(--t1); }
.sb-val.amb { color: var(--amber); }
.sb-val.grn { color: var(--green); }
.sb-val.red { color: var(--red); }

/* RV CONTENT */
.rv-content { max-width: var(--maxw); margin: 0 auto; padding: 32px 40px 60px; }
.rv-grid { display: grid; grid-template-columns: 1fr 320px; gap: 28px; align-items: start; }
.rv-article { background: var(--bg-1); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 32px 36px; color: var(--t2); }
.rv-article h2 { font-family: var(--font-display); font-size: 24px; font-weight: 700; color: var(--t1); letter-spacing: -.02em; margin: 28px 0 14px; }
.rv-article h2:first-child { margin-top: 0; }
.rv-article h3 { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--t1); margin: 22px 0 10px; }
.rv-article p { color: var(--t2); line-height: 1.75; margin-bottom: 12px; }
.rv-article p:last-child { margin-bottom: 0; }
.rv-article strong { color: var(--t1); font-weight: 700; }
.rv-article em { color: var(--t1); font-style: italic; }

/* v1.6.298: Lead paragraph (excerpt) */
.rv-article .sl-lead { font-size: 16px; line-height: 1.65; color: var(--t1); padding: 16px 20px; background: var(--bg-2); border-left: 3px solid var(--amber); border-radius: 0 8px 8px 0; margin: 0 0 28px; font-weight: 500; }

/* v1.6.298: Category bars (5 ratings) */
.rv-article .sl-cat-bars { background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; padding: 20px 24px; margin: 0 0 32px; }
.rv-article .sl-cat-h { font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--t1); margin: 0 0 14px !important; letter-spacing: -.01em; }
.sl-cat-list { display: grid; gap: 10px; }
.sl-cat-row { display: grid; grid-template-columns: 110px 1fr 40px; gap: 14px; align-items: center; }
.sl-cat-name { font-size: 13px; color: var(--t2); font-weight: 500; }
.sl-cat-bar { height: 8px; background: var(--bg-3); border-radius: 4px; overflow: hidden; }
.sl-cat-fill { height: 100%; border-radius: 4px; transition: width .4s ease; }
.sl-cat-fill.sl-cat-high { background: linear-gradient(90deg, var(--green), #20D88E); }
.sl-cat-fill.sl-cat-mid  { background: linear-gradient(90deg, var(--amber), var(--yellow)); }
.sl-cat-fill.sl-cat-low  { background: linear-gradient(90deg, var(--red), #FF6B7E); }
.sl-cat-val { font-family: var(--font-mono); font-weight: 700; font-size: 14px; color: var(--t1); text-align: right; }

/* v1.6.300: TRAFFIC & ENGAGEMENT block (article column) */
.sl-traffic-block { background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; padding: 20px 24px; margin: 0 0 28px; }
.sl-tr-header { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.sl-tr-pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(14,203,129,.7); animation: sl-pulse 2s infinite; }
@keyframes sl-pulse { 0% { box-shadow: 0 0 0 0 rgba(14,203,129,.7); } 70% { box-shadow: 0 0 0 8px rgba(14,203,129,0); } 100% { box-shadow: 0 0 0 0 rgba(14,203,129,0); } }
.sl-tr-title { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--t1); text-transform: uppercase; letter-spacing: .08em; }
.sl-tr-updated { margin-left: auto; font-family: var(--font-mono); font-size: 11px; color: var(--t3); }

/* KPIs row (4 boxes) */
.sl-tr-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 22px; }
.sl-tr-kpi { background: var(--bg-1); border: 1px solid var(--line); border-radius: 10px; padding: 14px 16px; }
.sl-tr-kpi-num { font-family: var(--font-display); font-size: 28px; font-weight: 800; color: var(--t1); letter-spacing: -.02em; line-height: 1; margin-bottom: 6px; }
.sl-tr-kpi-num.purple { color: var(--purple); }
.sl-tr-kpi-label { font-size: 11px; color: var(--t3); margin-bottom: 6px; line-height: 1.3; }
.sl-tr-kpi-delta { font-family: var(--font-mono); font-size: 11px; font-weight: 600; }
.sl-tr-kpi-delta.up { color: var(--green); }
.sl-tr-kpi-delta.down { color: var(--red); }
.sl-tr-kpi-sub { font-family: var(--font-mono); font-size: 11px; color: var(--t3); }
.sl-tr-kpi-sub.purple { color: var(--purple); }

/* 30d bars chart */
.sl-tr-chart { background: var(--bg-1); border: 1px solid var(--line); border-radius: 10px; padding: 14px 16px; }
.sl-tr-chart + .sl-tr-chart { margin-top: 10px; }
.sl-tr-chart-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.sl-tr-chart-ti { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--t3); font-weight: 600; }
.sl-tr-chart-meta { font-family: var(--font-mono); font-size: 11px; color: var(--t3); }
.sl-tr-chart-meta strong { color: var(--t1); font-weight: 700; }
.sl-tr-bars { display: grid; grid-template-columns: repeat(30, 1fr); gap: 3px; height: 80px; align-items: end; }
.sl-tr-bar { background: var(--purple); border-radius: 2px 2px 0 0; min-height: 4px; opacity: .55; transition: opacity .15s; }
.sl-tr-bar:hover { opacity: 1; }
.sl-tr-bar.today { background: var(--purple); opacity: 1; }

/* hourly chart */
.sl-tr-hours { display: grid; grid-template-columns: repeat(24, 1fr); gap: 3px; height: 50px; align-items: end; margin-bottom: 6px; }
.sl-tr-hour { background: var(--purple); opacity: .35; border-radius: 2px 2px 0 0; min-height: 2px; transition: opacity .15s; }
.sl-tr-hour:hover { opacity: .7; }
.sl-tr-hour.now { background: var(--amber); opacity: 1; }
.sl-tr-hours-axis { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 10px; color: var(--t4); }

/* v1.6.300: SLOT ANALYTICS sidebar widget */
.sl-analytics-card .ac-body { padding: 14px 18px 18px; }
.sl-an-tag-row { margin: 0 0 12px -2px; }
.sl-an-tag { display: inline-block; padding: 4px 10px; border-radius: 6px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.sl-an-tag.sl-an-tag-extreme   { background: rgba(108,92,231,.15); color: var(--purple); border: 1px solid rgba(108,92,231,.25); }
.sl-an-tag.sl-an-tag-very-high { background: rgba(108,92,231,.12); color: var(--purple); border: 1px solid rgba(108,92,231,.2); }
.sl-an-tag.sl-an-tag-high      { background: rgba(240,185,11,.12); color: var(--amber);  border: 1px solid rgba(240,185,11,.2); }
.sl-an-tag.sl-an-tag-medium    { background: rgba(56,97,251,.12); color: var(--blue);    border: 1px solid rgba(56,97,251,.2); }
.sl-an-tag.sl-an-tag-modest    { background: var(--bg-3); color: var(--t2); border: 1px solid var(--line); }
.sl-an-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-top: 1px solid var(--line); gap: 10px; }
.sl-an-row:first-of-type { border-top: 0; padding-top: 4px; }
.sl-an-key { font-size: 12px; color: var(--t3); font-weight: 500; }
.sl-an-val { font-family: var(--font-mono); font-size: 13px; color: var(--t1); font-weight: 600; text-align: right; }
.sl-an-val.sl-an-val-amb { color: var(--amber); }
.sl-an-val.green { color: var(--green); }
.sl-an-val.red   { color: var(--red); }
.sl-an-sub { font-size: 11px; color: var(--t3); margin-left: 4px; }
.sl-an-pill { font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 4px; letter-spacing: .02em; }
.sl-an-pill.sl-an-pill-extreme   { background: rgba(108,92,231,.18); color: var(--purple); }
.sl-an-pill.sl-an-pill-very-high { background: rgba(14,203,129,.18); color: var(--green); }
.sl-an-pill.sl-an-pill-high      { background: rgba(246,70,93,.16);  color: var(--red); }
.sl-an-pill.sl-an-pill-medium    { background: rgba(240,185,11,.16); color: var(--amber); }
.sl-an-pill.sl-an-pill-modest    { background: var(--bg-3); color: var(--t2); }
.sl-an-pill.sl-an-pill-med       { background: rgba(240,185,11,.16); color: var(--amber); }
.sl-an-pill.sl-an-pill-low       { background: rgba(14,203,129,.18); color: var(--green); }

@media (max-width: 640px) {
  .sl-tr-kpis { grid-template-columns: repeat(2, 1fr); }
  .sl-traffic-block { padding: 16px; }
}

/* v1.6.299: Cover image (full-width, inside article, before excerpt) */
.sl-cover-block { margin: 0 0 28px; border-radius: 12px; overflow: hidden; background: var(--bg-2); position: relative; }
.sl-cover-img { position: relative; aspect-ratio: 16/9; cursor: pointer; overflow: hidden; }
.sl-cover-img[data-iframe]:hover .sl-cover-overlay { background: rgba(11,14,17,.55); }
.sl-cover-img[data-iframe]:hover .sl-cover-play { transform: translate(-50%, -50%) scale(1.1); }
.sl-cover-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sl-cover-fallback { position: absolute; inset: 0; display: none; align-items: center; justify-content: center; background: linear-gradient(135deg, #2A1F0E, #422D0B 50%, #1E1208); color: rgba(240,185,11,.85); font-family: var(--font-display); font-size: 36px; font-weight: 800; text-align: center; padding: 24px; line-height: 1.05; letter-spacing: -.02em; }
.sl-cover-fallback.show { display: flex; }
.sl-cover-overlay { position: absolute; inset: 0; background: rgba(11,14,17,.35); transition: background .2s; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 14px; }
.sl-cover-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; background: var(--amber); border: 0; border-radius: 50%; cursor: pointer; box-shadow: 0 8px 32px rgba(240,185,11,.4); transition: transform .2s; display: flex; align-items: center; justify-content: center; padding-left: 4px; }
.sl-cover-cta { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); background: rgba(11,14,17,.85); backdrop-filter: blur(8px); color: #fff; padding: 8px 20px; border-radius: 100px; font-size: 13px; font-weight: 600; letter-spacing: .02em; border: 1px solid rgba(255,255,255,.1); }
.sl-cover-iframe-loaded { width: 100%; height: 100%; min-height: 480px; border: 0; display: block; aspect-ratio: 16/9; }

/* v1.6.298: Lead paragraph (excerpt) */
.rv-article a { color: var(--amber); text-decoration: underline; text-underline-offset: 2px; }
.rv-article ul, .rv-article ol { padding-left: 20px; margin: 12px 0; color: var(--t2); }
.rv-article li { margin-bottom: 6px; }

.rv-aside { display: flex; flex-direction: column; gap: 14px; position: sticky; top: 80px; }
.aside-card { background: var(--bg-1); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: all .15s; }
.aside-card:hover { border-color: var(--line-2); }
.ac-title { font: 600 11px/1 var(--font-mono); color: var(--t3); text-transform: uppercase; letter-spacing: .12em; padding: 14px 18px; border-bottom: 1px solid var(--line); background: var(--bg-2); }
.ac-body { padding: 14px 18px; }
.ac-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--line); gap: 8px; text-decoration: none; }
.ac-row:last-child { border-bottom: none; }
.ac-key { font: 500 12px/1 var(--font-mono); color: var(--t3); text-transform: uppercase; letter-spacing: .04em; }
.ac-val { font: 700 14px/1 var(--font); color: var(--t1); }
.ac-val.amb { color: var(--amber); }
.ac-tag { display: inline-block; padding: 4px 10px; background: var(--amber-bg); border: 1px solid rgba(240,185,11,.2); color: var(--amber); font: 500 11px/1 var(--font-mono); border-radius: 100px; text-transform: uppercase; letter-spacing: .04em; text-decoration: none; }
.ac-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.ac-divider { height: 1px; background: var(--line); margin: 10px 0; }
.ac-btn { display: block; text-align: center; padding: 12px 16px; background: var(--amber); color: var(--bg-0); font: 700 13px/1 var(--font); border-radius: var(--r); transition: all .15s; margin-top: 12px; text-decoration: none; }
.ac-btn:hover { background: var(--yellow); }
.ac-cas-list { display: flex; flex-direction: column; gap: 8px; }
.ac-cas-row { display: flex; justify-content: space-between; align-items: center; text-decoration: none; padding: 4px 0; }
.ac-cas-name { font: 600 13px/1 var(--font); color: var(--t1); }
.ac-cas-rate { font: 700 14px/1 var(--font-mono); color: var(--amber); }

/* MECH TABLE */
.mech-table-wrap { background: var(--bg-1); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; margin-top: 28px; }
.mech-table-h { padding: 16px 20px; background: var(--bg-2); border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--t1); }
.mech-table { width: 100%; border-collapse: collapse; }
.mech-table tr { border-bottom: 1px solid var(--line); }
.mech-table tr:last-child { border-bottom: none; }
.mech-table td { padding: 14px 20px; font-size: 14px; color: var(--t2); vertical-align: top; line-height: 1.6; }
.mech-table td:first-child { font-weight: 700; color: var(--t1); white-space: nowrap; width: 200px; }
.mech-table td:first-child .mt-icon { display: inline-flex; align-items: center; gap: 8px; color: var(--amber); }
.mech-table strong { color: var(--t1); }

.related-block { margin-top: 32px; }
.related-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.related-h2 { font-family: var(--font-display); font-size: 22px; font-weight: 700; letter-spacing: -.02em; color: var(--t1); margin: 0; }
.related-nav { display: flex; gap: 8px; flex-shrink: 0; }
.related-nav-btn { width: 38px; height: 38px; background: var(--bg-1); border: 1px solid var(--line); border-radius: 50%; color: var(--t2); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .15s; padding: 0; }
.related-nav-btn:hover:not(:disabled) { background: var(--bg-2); border-color: var(--amber); color: var(--amber); }
.related-nav-btn:disabled { opacity: .35; cursor: not-allowed; }

/* v1.6.304: Single-row scrollable carousel (replaces .related-grid) */
.related-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 220px); gap: 14px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 6px; scroll-behavior: smooth; }
.related-carousel::-webkit-scrollbar { display: none; }
.related-carousel .rc { scroll-snap-align: start; }

@media (max-width: 768px) {
  .related-carousel { grid-auto-columns: minmax(180px, 180px); }
  .related-h2 { font-size: 18px; }
}

/* SLOT CARD */
.rc { display: block; background: var(--bg-1); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: all .15s; text-decoration: none; color: inherit; }
.rc:hover { border-color: var(--line-2); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.4); }
.rc-thumb { aspect-ratio: 16/10; background: var(--bg-2); overflow: hidden; position: relative; }
.rc-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rc-thumb-empty { width: 100%; height: 100%; background: linear-gradient(135deg, #2A1F0E, #422D0B 50%, #1E1208); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 14px; font-weight: 700; color: var(--bg-3); }
.rc-rate-corner { position: absolute; top: 8px; right: 8px; background: rgba(11,14,17,.85); backdrop-filter: blur(4px); border: 1px solid var(--line-2); color: var(--amber); font: 700 12px/1 var(--font-mono); padding: 4px 8px; border-radius: 4px; }
.rc-body { padding: 12px 14px; }
.rc-prov { font: 600 10px/1 var(--font-mono); color: var(--t3); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 6px; }
.rc-name { font: 700 14px/1.3 var(--font); color: var(--t1); margin-bottom: 8px; }
.rc-meta { display: flex; gap: 8px; flex-wrap: wrap; font: 500 11px/1 var(--font-mono); color: var(--t3); }
.rc-rtp { color: var(--amber); }
.rc-vol.vol-low { color: var(--green); }
.rc-vol.vol-high, .rc-vol.vol-vh, .rc-vol.vol-max { color: var(--red); }

.related-grid, .slot-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }

/* ═══ 2. ARCHIVE / TAXONOMY ═══ */
.page-hero { padding: 32px 0 36px; border-bottom: 1px solid var(--line); background: transparent; position: relative; overflow: hidden; }
.ph-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 100% 0%, rgba(240,185,11,.08) 0%, transparent 60%); pointer-events: none; }
.ph-dots { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(240,185,11,.12) 1px, transparent 1px); background-size: 24px 24px; mask-image: radial-gradient(ellipse 40% 60% at 90% 0%, black, transparent 70%); -webkit-mask-image: radial-gradient(ellipse 40% 60% at 90% 0%, black, transparent 70%); pointer-events: none; }
.ph-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; position: relative; z-index: 2; }
.ph-eyebrow { font: 600 11px/1 var(--font-mono); color: var(--amber); text-transform: uppercase; letter-spacing: .18em; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.ph-h1 { font-family: var(--font-display); font-size: clamp(36px, 5vw, 56px); font-weight: 800; letter-spacing: -.04em; color: var(--t1); margin-bottom: 12px; line-height: 1.05; }
.ph-sub { font-size: 14px; color: var(--t2); max-width: 700px; line-height: 1.6; margin-bottom: 24px; }
.ph-stats { display: inline-flex; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.ph-stat { padding: 18px 28px; border-right: 1px solid var(--line); text-align: left; }
.ph-stat:last-child { border-right: none; }
.ph-stat-key { font: 400 10px/1 var(--font-mono); color: var(--t3); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 6px; }
.ph-stat-val { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--amber); letter-spacing: -.02em; line-height: 1; }

.ph-layout { display: flex; align-items: center; gap: 36px; flex-wrap: wrap; }
.ph-logo-box { width: 96px; height: 96px; background: var(--amber-bg); border: 2px solid rgba(240,185,11,.3); border-radius: var(--r-lg); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 24px; font-weight: 800; color: var(--amber); flex-shrink: 0; text-transform: uppercase; overflow: hidden; text-align: center; padding: 8px; }
.ph-logo-box img { max-width: 100%; max-height: 100%; object-fit: contain; }
.ph-info { flex: 1; min-width: 280px; }
.ph-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.ph-chip { font: 500 11px/1 var(--font-mono); padding: 6px 12px; border-radius: 100px; border: 1px solid var(--line-2); background: var(--bg-2); color: var(--t2); text-transform: uppercase; letter-spacing: .04em; }
.ph-chip.amb { background: var(--amber-bg); border-color: rgba(240,185,11,.3); color: var(--amber); }

.about-strip { background: var(--bg-1); border-bottom: 1px solid var(--line); padding: 28px 0; }
.about-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 360px; gap: 32px; align-items: start; }
.about-text { color: var(--t2); font-size: 14px; line-height: 1.75; }
.about-text h3 { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--t1); margin: 0 0 12px; letter-spacing: -.01em; }
.about-text p { margin-bottom: 12px; }
.about-text p:last-child { margin-bottom: 0; }
.about-text strong { color: var(--t1); }

.about-facts { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px 22px; }
.af-title { font: 600 11px/1 var(--font-mono); color: var(--t3); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 14px; }
.af-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); }
.af-row:last-child { border-bottom: none; }
.af-k { font: 500 12px/1 var(--font-mono); color: var(--t3); text-transform: uppercase; letter-spacing: .04em; }
.af-v { font: 700 14px/1 var(--font); color: var(--t1); }
.af-v.hi { color: var(--amber); }

.ctrl-bar { background: var(--bg-1); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.ctrl-in { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; height: 60px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.search-wrap { position: relative; flex: 1; max-width: 380px; }
.s-icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: var(--t3); pointer-events: none; }
.s-input { width: 100%; height: 38px; padding: 0 12px 0 38px; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r); font: 500 13px/1 var(--font); color: var(--t1); outline: none; transition: border-color .15s; }
.s-input:focus { border-color: var(--amber); }
.s-input::placeholder { color: var(--t3); }
.ctrl-count { font: 500 12px/1 var(--font-mono); color: var(--t3); }
.ctrl-count strong { color: var(--amber); font-weight: 700; }
.alpha-nav { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; margin-left: auto; }
.alpha-nav::-webkit-scrollbar { display: none; }
.alpha-btn { width: 30px; height: 30px; background: transparent; border: 1px solid var(--line); border-radius: 6px; font: 600 12px/1 var(--font-mono); color: var(--t3); transition: all .15s; flex-shrink: 0; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.alpha-btn:hover { background: var(--bg-2); color: var(--t1); }
.alpha-btn.on { background: var(--amber); color: var(--bg-0); border-color: var(--amber); }

.archive-body { max-width: var(--maxw); margin: 0 auto; padding: 28px 40px 60px; display: grid; grid-template-columns: 280px 1fr; gap: 28px; align-items: start; }
.archive-sidebar { display: flex; flex-direction: column; gap: 14px; }
.fb { background: var(--bg-1); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.fb-head { padding: 14px 18px; background: var(--bg-2); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.fb-title { font: 600 11px/1 var(--font-mono); color: var(--t2); text-transform: uppercase; letter-spacing: .12em; }
.fb-count { font: 500 11px/1 var(--font-mono); color: var(--t3); background: var(--bg-3); padding: 3px 8px; border-radius: 100px; }
.fb-body { padding: 12px 18px; max-height: 240px; overflow-y: auto; }
.fb-item { display: flex; align-items: center; gap: 8px; padding: 6px 0; cursor: pointer; color: var(--t2); font: 500 13px/1 var(--font); transition: color .15s; }
.fb-item:hover { color: var(--t1); }
.fb-item input { accent-color: var(--amber); }
.fb-item .fb-c { margin-left: auto; font: 400 11px/1 var(--font-mono); color: var(--t3); }

.archive-main { min-width: 0; }
.results-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line); flex-wrap: wrap; gap: 10px; }
.rb-left { font: 500 13px/1 var(--font); color: var(--t2); }
.rb-left strong { color: var(--t1); font-weight: 700; }
.rb-right { display: flex; gap: 8px; align-items: center; }
.rb-sort { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r); padding: 8px 12px; color: var(--t1); font: 500 12px/1 var(--font); cursor: pointer; outline: none; }
.rb-sort:focus { border-color: var(--amber); }

.archive-main .nav-links, .pagination { margin-top: 32px; display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; }
.archive-main .page-numbers, .pagination a, .pagination span {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 38px; height: 38px; padding: 0 12px;
    background: var(--bg-1); border: 1px solid var(--line); border-radius: var(--r);
    color: var(--t2); font: 600 13px/1 var(--font-mono); transition: all .15s; text-decoration: none;
}
.archive-main .page-numbers:hover, .pagination a:hover { border-color: var(--line-2); color: var(--t1); }
.archive-main .page-numbers.current, .pagination .current { background: var(--amber); color: var(--bg-0); border-color: var(--amber); }

/* ═══ 3. CASINO TOP BLOCKS — Visual Tiles (slots) + Bar List (providers) ═══
   Зовнішня обгортка — .sv5-section (з hero-v5.css). Тут тільки внутрішня сітка.
*/

/* v1.6.307: відступ від .sv5-card (Hero+Reactions) до першої секції TOP-10 */
.cas-top-slots-section { margin-top: 24px; }
.cas-top-provs-section { margin-top: 0; }

.cas-top-slots-section .cas-prov-list,
.cas-top-provs-section .cas-prov-list { background: transparent; border: 0; padding: 0; }

/* ─── SLOTS — Visual Tiles 5×2 ─── */
.cas-tiles-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.cas-tile { position: relative; aspect-ratio: 1/1.2; border-radius: var(--r-md); overflow: hidden; cursor: pointer; background: var(--bg-2); transition: transform .2s, box-shadow .2s; text-decoration: none; color: inherit; display: block; }
.cas-tile:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(240,185,11,.12); }
.cas-tile-img { position: absolute; inset: 0; }
.cas-tile-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cas-tile-fallback { position: absolute; inset: 0; display: none; align-items: center; justify-content: center; background: linear-gradient(135deg, #2A1F0E, #422D0B 50%, #1E1208); color: rgba(240,185,11,.85); font-family: var(--font-display); font-size: 18px; font-weight: 800; text-align: center; padding: 16px; line-height: 1.1; letter-spacing: -.02em; }
.cas-tile-fallback.show { display: flex; }
.cas-tile::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(11,14,17,.4) 0%, transparent 28%, transparent 55%, rgba(11,14,17,.95) 100%); pointer-events: none; }
.cas-tile-rank { position: absolute; top: 10px; left: 10px; z-index: 2; background: rgba(11,14,17,.92); color: var(--amber); padding: 4px 9px; border-radius: 5px; font-family: var(--font-mono); font-weight: 700; font-size: 11px; backdrop-filter: blur(8px); border: 1px solid rgba(240,185,11,.18); }
.cas-tile-feats { position: absolute; top: 10px; right: 10px; z-index: 2; display: flex; gap: 4px; flex-wrap: wrap; justify-content: flex-end; max-width: 70%; }
.cas-tile-feat { background: rgba(11,14,17,.82); color: var(--amber); font-family: var(--font-mono); font-size: 9px; font-weight: 700; padding: 3px 6px; border-radius: 3px; backdrop-filter: blur(4px); text-transform: uppercase; letter-spacing: .03em; }
.cas-tile-bottom { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: 12px 14px; }
.cas-tile-prov { font-size: 10px; color: var(--amber); text-transform: uppercase; letter-spacing: .04em; font-weight: 700; margin-bottom: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cas-tile-name { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: #fff; line-height: 1.15; margin-bottom: 8px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.cas-tile-stats { display: flex; gap: 8px; align-items: center; font-family: var(--font-mono); font-size: 10px; color: var(--t2); }
.cas-tile-rtp { color: var(--amber); font-weight: 700; background: rgba(240,185,11,.12); padding: 2px 6px; border-radius: 3px; }
.cas-tile-vol-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.cas-tile-vol-dot.vol-low { background: var(--green); }
.cas-tile-vol-dot.vol-med { background: var(--amber); }
.cas-tile-vol-dot.vol-hi  { background: var(--red); }
.cas-tile-maxw { color: var(--t2); font-weight: 600; }

/* ─── PROVIDERS — Bar List ─── */
/* v1.6.310: ─── PROVIDERS — Horizontal strip (gaming style) ─── */
.cas-prov-strip-actions { display: flex; align-items: center; gap: 12px; }
.cas-prov-strip-nav { display: flex; gap: 6px; }
.cas-prov-strip-btn { width: 32px; height: 32px; background: var(--bg-1); border: 1px solid var(--line); border-radius: 50%; color: var(--t2); cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 0; transition: all .15s; }
.cas-prov-strip-btn:hover:not(:disabled) { background: var(--bg-2); border-color: var(--amber); color: var(--amber); }
.cas-prov-strip-btn:disabled { opacity: .3; cursor: not-allowed; }

.cas-prov-strip { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(110px, 110px); gap: 8px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 6px; scroll-behavior: smooth; }
.cas-prov-strip::-webkit-scrollbar { display: none; }
.cas-prov-cell { scroll-snap-align: start; display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 14px 8px 12px; border-radius: 12px; text-decoration: none; color: inherit; transition: background .15s; cursor: pointer; }
.cas-prov-cell:hover { background: var(--bg-2); }
.cas-prov-cell:hover .cas-prov-ring-ico { transform: scale(1.04); }

.cas-prov-ring { position: relative; width: 72px; height: 72px; flex-shrink: 0; }
.cas-prov-ring-bg { position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(var(--amber) var(--p, 0%), var(--bg-3) 0); padding: 3px; }
.cas-prov-ring-bg::after { content: ''; position: absolute; inset: 3px; background: var(--bg-1); border-radius: 50%; }
.cas-prov-ring-ico { position: absolute; inset: 7px; background: var(--bg-1); border-radius: 50%; display: flex; align-items: center; justify-content: center; padding: 8px; overflow: hidden; transition: transform .2s; z-index: 1; border: 1px solid var(--line); }
.cas-prov-ring-ico img { max-width: 100%; max-height: 100%; object-fit: contain; }
.cas-prov-ring-ico span { color: var(--amber); font-family: var(--font-display); font-weight: 800; font-size: 18px; letter-spacing: -.04em; line-height: 1; }
.cas-prov-ring-ico.no-logo { background: var(--bg-2); }
.cas-prov-ring-ico.no-logo span { font-size: 16px; }
/* JPG/непрозорі лого з власним кольоровим фоном → заповнюють весь круг */
.cas-prov-ring-ico.is-filled { padding: 0; border: 0; }
.cas-prov-ring-ico.is-filled img { width: 100%; height: 100%; object-fit: cover; }
.cas-prov-rank-badge { position: absolute; top: -4px; right: -4px; width: 24px; height: 24px; border-radius: 50%; background: var(--amber); color: var(--bg-0); font-family: var(--font-mono); font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center; z-index: 2; border: 2px solid var(--bg-1); }

.cas-prov-cell-name { font-size: 12px; font-weight: 600; color: var(--t1); text-align: center; line-height: 1.2; max-width: 100px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; min-height: 28px; }
.cas-prov-cell-cnt { font-family: var(--font-mono); font-size: 10px; color: var(--t3); }

@media (max-width: 768px) {
  .cas-prov-strip { grid-auto-columns: minmax(100px, 100px); gap: 6px; }
  .cas-prov-strip-nav { display: none; }
  .cas-prov-ring { width: 64px; height: 64px; }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .rv-hero-grid { grid-template-columns: 1fr; gap: 32px; }
    .rv-grid { grid-template-columns: 1fr; }
    .rv-aside { position: static; }
    .archive-body { grid-template-columns: 1fr; }
    .about-inner { grid-template-columns: 1fr; }
    .cas-tiles-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 768px) {
    .cas-tiles-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
    .rv-hero-inner, .ph-inner, .rv-content, .archive-body, .about-inner, .sl-bc-wrap, .sb-inner, .ctrl-in { padding-left: 20px; padding-right: 20px; }
    .cas-tiles-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .rv-hero { padding-top: 32px; }
    .rv-h1 { font-size: 38px; }
    .rv-article { padding: 24px 22px; }
}


/* ═══════════════════════════════════════════════════════════
   v1.6.319: WHERE TO PLAY — Ribbon ranking style
═══════════════════════════════════════════════════════════ */
.sl-where-play { margin-top: 32px; padding: 24px 26px; background: var(--bg-2); border-radius: 14px; }
.sl-where-hd { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; gap: 14px; flex-wrap: wrap; }
.sl-where-h2 { font-family: var(--font-display); font-size: 20px; font-weight: 700; letter-spacing: -.02em; color: var(--t1); margin: 0; display: flex; align-items: center; gap: 10px; line-height: 1.2; }
.sl-where-h2 svg { color: var(--amber); flex-shrink: 0; }
.sl-where-sub { color: var(--t3); font-size: 12px; }

.sl-where-list { display: grid; gap: 8px; }

.sl-rib {
    background: var(--bg-1);
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 64px 1fr;
    transition: border-color .15s, transform .15s;
}
.sl-rib:hover { border-color: rgba(240,185,11,.3); }
.sl-rib.is-top { border-color: rgba(240,185,11,.4); }

.sl-rib-rank-col {
    background: linear-gradient(180deg, var(--bg-3), var(--bg-1));
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--line);
}
.sl-rib.is-top .sl-rib-rank-col {
    background: linear-gradient(180deg, rgba(240,185,11,.18), rgba(240,185,11,.04));
    border-right-color: rgba(240,185,11,.2);
}
.sl-rib-rank-num {
    font-family: var(--font-display);
    font-size: 32px;
    font-weight: 900;
    color: var(--t4);
    letter-spacing: -.04em;
    line-height: 1;
}
.sl-rib.is-top .sl-rib-rank-num { color: var(--amber); }

.sl-rib-body {
    padding: 14px 18px;
    display: grid;
    grid-template-columns: 52px 1fr 160px auto;
    gap: 16px;
    align-items: center;
}

.sl-rib-lg {
    width: 52px;
    height: 52px;
    border-radius: 11px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 5px;
    flex-shrink: 0;
}
.sl-rib-lg img { width: 100%; height: 100%; object-fit: contain; }
.sl-rib-lg span {
    color: var(--bg-0);
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 14px;
    letter-spacing: -.04em;
}

.sl-rib-info { min-width: 0; }
.sl-rib-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--t1);
    margin-bottom: 6px;
}
.sl-rib-pills {
    display: inline-flex;
    gap: 6px;
    flex-wrap: wrap;
}
.sl-rib-pill {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    padding: 3px 8px;
    background: var(--bg-0);
    border-radius: 4px;
    font-size: 11px;
    line-height: 1.4;
}
.sl-rib-pill-l { color: var(--t3); }
.sl-rib-pill-v {
    color: var(--amber);
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 11px;
}

.sl-rib-bonus {
    padding: 8px 12px;
    background: rgba(240,185,11,.04);
    border-left: 2px solid var(--amber);
    border-radius: 0 6px 6px 0;
    min-width: 0;
}
.sl-rib-bonus-l {
    font-size: 9px;
    color: var(--t3);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
    font-family: var(--font-mono);
    margin-bottom: 2px;
}
.sl-rib-bonus-v {
    font-size: 13px;
    font-weight: 800;
    color: var(--amber);
    font-family: var(--font-display);
    letter-spacing: -.02em;
    line-height: 1.15;
}

.sl-rib-cta-col {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: stretch;
    min-width: 110px;
}
:where(button.sl-where-cta) {
    background: var(--amber);
    color: var(--bg-0);
    font-family: var(--font-body, 'Onest', sans-serif);
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 8px;
    border: 0;
    font-size: 13px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: background .15s, transform .15s;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
}
:where(button.sl-where-cta):hover { background: var(--yellow); transform: translateY(-1px); }
:where(button.sl-where-cta:disabled) { opacity: .5; cursor: not-allowed; }
.sl-rib-live {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 10px;
    color: var(--green);
    font-weight: 700;
    font-family: var(--font-mono);
}
.sl-rib-live-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 0 rgba(14,203,129,.4);
    animation: sl-rib-pulse 1.4s infinite;
    flex-shrink: 0;
}
@keyframes sl-rib-pulse {
    0%   { box-shadow: 0 0 0 0   rgba(14,203,129,.4); }
    70%  { box-shadow: 0 0 0 5px rgba(14,203,129,0); }
    100% { box-shadow: 0 0 0 0   rgba(14,203,129,0); }
}

@media (max-width: 900px) {
    .sl-rib-body { grid-template-columns: 48px 1fr auto; gap: 12px; }
    .sl-rib-bonus { display: none; }
}

@media (max-width: 768px) {
    .sl-where-play { padding: 20px 16px; }
    .sl-rib { grid-template-columns: 50px 1fr; }
    .sl-rib-rank-num { font-size: 24px; }
    .sl-rib-body { padding: 12px 14px; grid-template-columns: 44px 1fr; gap: 12px; }
    .sl-rib-cta-col { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; margin-top: 8px; }
    .sl-rib-name { font-size: 14px; }
    .sl-where-h2 { font-size: 17px; }
}

/* ═══════════════════════════════════════════════════════════
   v1.6.324: SEARCH RESULTS PAGE
═══════════════════════════════════════════════════════════ */
.sl-search-page { background: var(--bg-0); min-height: 70vh; padding: 24px 0 60px; }
.sl-search-page .rv-content { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.sl-search-page .bc { margin: 0 0 20px; font-size: 13px; color: var(--t3); }
.sl-search-page .bc a { color: var(--t2); text-decoration: none; }
.sl-search-page .bc a:hover { color: var(--amber); }
.sl-search-page .bc-sep { margin: 0 8px; color: var(--t4); }

.sl-search-hd { margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.sl-search-h1 {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 800;
    color: var(--t1);
    letter-spacing: -.02em;
    margin: 0 0 8px;
    line-height: 1.2;
}
.sl-search-meta { color: var(--t3); font-size: 14px; margin: 0 0 16px; }
.sl-search-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    max-width: 600px;
}
.sl-search-form input[type="search"] {
    background: var(--bg-1);
    border: 1px solid var(--line-2);
    color: var(--t1);
    padding: 11px 14px;
    font-size: 14px;
    border-radius: 8px;
    font-family: var(--font-body, 'Onest', sans-serif);
    outline: none;
    transition: border-color .15s;
}
.sl-search-form input[type="search"]:focus { border-color: var(--amber); }
.sl-search-form button {
    background: var(--amber);
    color: var(--bg-0);
    font-family: var(--font-body, 'Onest', sans-serif);
    font-weight: 700;
    border: 0;
    padding: 0 18px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    transition: background .15s;
}
.sl-search-form button:hover { background: var(--yellow); }

.sl-search-empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--t2);
    background: var(--bg-1);
    border: 1px solid var(--line);
    border-radius: 14px;
}
.sl-search-empty p { font-size: 16px; margin: 0 0 6px; }
.sl-search-empty-hint { font-size: 13px !important; color: var(--t3) !important; }

.sl-search-block { margin: 28px 0; }
.sl-search-h2 {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    color: var(--t1);
    letter-spacing: -.01em;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.2;
}
.sl-search-h2 svg { color: var(--amber); flex-shrink: 0; }
.sl-search-count {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 700;
    color: var(--amber);
    background: var(--amber-bg);
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 4px;
}

/* ── Casino cards ── */
.sl-search-grid-cas {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
}
.sl-search-cas-card {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    padding: 12px 14px;
    background: var(--bg-1);
    border: 1px solid var(--line);
    border-radius: 10px;
    text-decoration: none;
    transition: border-color .15s;
    align-items: center;
}
.sl-search-cas-card:hover { border-color: rgba(240,185,11,.3); }
.sl-search-cas-lg {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 4px;
}
.sl-search-cas-lg img { width: 100%; height: 100%; object-fit: contain; }
.sl-search-cas-lg span {
    color: var(--bg-0);
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: -.04em;
}
.sl-search-cas-name { font-size: 14px; font-weight: 700; color: var(--t1); margin-bottom: 3px; }
.sl-search-cas-score {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--amber);
    font-weight: 700;
}

/* ── Slot cards ── */
.sl-search-grid-slots {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
}
.sl-search-slot-card {
    background: var(--bg-1);
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    transition: border-color .15s, transform .15s;
}
.sl-search-slot-card:hover { border-color: rgba(240,185,11,.3); transform: translateY(-2px); }
.sl-search-slot-img {
    aspect-ratio: 16/10;
    background: var(--bg-0);
    position: relative;
    overflow: hidden;
}
.sl-search-slot-img img { width: 100%; height: 100%; object-fit: cover; }
.sl-search-slot-rating {
    position: absolute;
    top: 6px;
    right: 6px;
    background: var(--bg-0);
    color: var(--amber);
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 11px;
    padding: 3px 7px;
    border-radius: 4px;
    border: 1px solid rgba(240,185,11,.3);
}
.sl-search-slot-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--t1);
    padding: 10px 12px 4px;
    line-height: 1.3;
}
.sl-search-slot-prov {
    font-size: 11px;
    color: var(--t3);
    padding: 0 12px 10px;
}

/* ── Tags (providers / themes / types) ── */
.sl-search-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.sl-search-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: var(--bg-1);
    border: 1px solid var(--line);
    border-radius: 8px;
    text-decoration: none;
    color: var(--t1);
    font-size: 13px;
    font-weight: 600;
    transition: border-color .15s;
}
.sl-search-tag:hover { border-color: rgba(240,185,11,.3); }
.sl-search-tag-prov img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    background: #fff;
    border-radius: 4px;
    padding: 2px;
}
.sl-search-tag-kind {
    font-size: 9px;
    font-family: var(--font-mono);
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--t3);
    font-weight: 700;
    padding: 2px 6px;
    background: var(--bg-0);
    border-radius: 3px;
}
.sl-search-tag-name { color: var(--t1); }
.sl-search-tag-count {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--t3);
    font-weight: 700;
    padding: 2px 6px;
    background: var(--bg-0);
    border-radius: 3px;
}

/* ── Blog posts ── */
.sl-search-posts { display: grid; gap: 10px; }
.sl-search-post {
    padding: 14px 16px;
    background: var(--bg-1);
    border: 1px solid var(--line);
    border-radius: 10px;
    text-decoration: none;
    transition: border-color .15s;
}
.sl-search-post:hover { border-color: rgba(240,185,11,.3); }
.sl-search-post-name { font-size: 15px; font-weight: 700; color: var(--t1); margin-bottom: 4px; }
.sl-search-post-excerpt { font-size: 13px; color: var(--t2); margin-bottom: 6px; line-height: 1.5; }
.sl-search-post-date { font-size: 11px; color: var(--t3); font-family: var(--font-mono); }

@media (max-width: 768px) {
    .sl-search-h1 { font-size: 22px; }
    .sl-search-form { grid-template-columns: 1fr; }
    .sl-search-grid-slots { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 8px; }
    .sl-search-block { margin: 22px 0; }
    .sl-search-h2 { font-size: 16px; }
}

/* ═══════════════════════════════════════════════════════════
   v1.6.326: ARCHIVE / TAXONOMY — mobile optimization + details/summary
═══════════════════════════════════════════════════════════ */

/* Sidebar filter blocks as <details> */
.fb { display: block; }
.fb > summary.fb-head {
    list-style: none;
    cursor: pointer;
    user-select: none;
    position: relative;
}
.fb > summary.fb-head::-webkit-details-marker { display: none; }
.fb > summary.fb-head::marker { display: none; }
.fb > summary.fb-head::after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--t3);
    border-bottom: 2px solid var(--t3);
    transform: translateY(-70%) rotate(45deg);
    transition: transform .2s;
}
.fb[open] > summary.fb-head::after {
    transform: translateY(-30%) rotate(-135deg);
}
.fb-count { margin-right: 28px; }

/* ── Mobile: ≤900px (планшетна вершина) ── */
@media (max-width: 900px) {
    .archive-body {
        grid-template-columns: 1fr !important;
        padding: 20px 16px 40px !important;
        gap: 16px;
    }
    .archive-sidebar {
        position: static;
        order: -1;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }
    .archive-sidebar .fb {
        flex: 1 1 calc(33.333% - 6px);
        min-width: 200px;
    }
    /* На мобілці згорнути за замовчуванням */
    .archive-sidebar .fb[open] .fb-body { padding: 10px 16px; }
}

/* ── Mobile: ≤768px ── */
@media (max-width: 768px) {
    /* Hero компактніший */
    .page-hero { padding: 20px 0 24px; }
    .ph-inner { padding: 0 16px; }
    .ph-h1 { font-size: clamp(26px, 7vw, 38px) !important; line-height: 1.1; }
    .ph-sub { font-size: 13px; }
    .ph-stats { gap: 10px !important; }
    .ph-stat-val { font-size: 18px !important; }

    /* CTRL bar on mobile: вертикально */
    .ctrl-bar { position: relative; top: auto; }
    .ctrl-in {
        height: auto;
        padding: 12px 16px;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    .search-wrap { max-width: none; width: 100%; }
    .ctrl-count { font-size: 12px; color: var(--t3); }
    .alpha-nav {
        margin-left: 0;
        width: 100%;
        gap: 3px;
        padding: 4px 0;
    }
    .alpha-btn { width: 26px; height: 26px; font-size: 11px; }

    /* Sidebar — всі fb в один ряд або по 2 */
    .archive-sidebar {
        flex-direction: column;
    }
    .archive-sidebar .fb {
        flex: 1 1 100%;
        min-width: 0;
    }
    .fb-head { padding: 12px 14px; }
    .fb-body { padding: 8px 14px; max-height: 200px; }
    .fb-item { font-size: 12px; padding: 5px 0; }

    /* Slot grid — 2 колонки */
    .slot-grid, .related-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px;
    }
    .rc-thumb { aspect-ratio: 4/3; }
    .rc-body { padding: 10px 12px; }
    .rc-name { font-size: 13px; margin-bottom: 6px; }
    .rc-prov { font-size: 9px; margin-bottom: 4px; }
    .rc-meta { font-size: 10px; gap: 6px; }
    .rc-rate-corner { font-size: 11px; padding: 3px 6px; top: 6px; right: 6px; }

    /* Breadcrumb компакт */
    .sl-bc-bar { padding: 8px 16px; font-size: 11px; gap: 6px; flex-wrap: wrap; }

    /* About strip — 1 col */
    .about-inner { padding: 20px 16px !important; }

    /* Results bar */
    .results-bar { padding: 10px 0; font-size: 12px; }

    /* Pagination */
    .nav-links, .pagination { padding: 16px 0; gap: 4px !important; }
    .page-numbers { padding: 6px 10px !important; font-size: 12px !important; min-width: 30px !important; }
}

/* ── Mobile: ≤480px (телефон) ── */
@media (max-width: 480px) {
    .ph-stats { display: grid !important; grid-template-columns: repeat(2, 1fr); gap: 8px !important; }
    .ph-stat { padding: 8px 10px !important; }
    .ph-stat-val { font-size: 16px !important; }
    .ph-stat-key { font-size: 9px !important; }

    /* На дрібному екрані 1-колоночна сітка слотів */
    .slot-grid, .related-grid {
        grid-template-columns: 1fr !important;
        gap: 8px;
    }
    .rc-thumb { aspect-ratio: 16/9; }

    .alpha-btn { width: 24px; height: 24px; font-size: 10px; }
    .ph-h1 { font-size: 24px !important; }
}

/* ── Single-slot mobile fixes ── */
@media (max-width: 768px) {
    .sl-page .rv-content {
        padding: 0 16px !important;
    }
    .sl-page .rv-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .sl-page .rv-article {
        padding: 16px !important;
        border-radius: 10px;
    }
    .sl-page .rv-aside {
        position: static !important;
    }
    .sl-page .rv-h1, .sl-page .rv-hero h1 {
        font-size: clamp(28px, 8vw, 42px) !important;
    }
    .sl-page .sl-cover-img { aspect-ratio: 16/9; }
    .sl-traffic-block { padding: 14px !important; }
    .sl-tr-kpis { grid-template-columns: repeat(2, 1fr) !important; }
    .sl-tr-bars { height: 60px !important; }
    .sl-tr-hours { height: 60px !important; }
}

/* ═══════════════════════════════════════════════════════════
   v1.6.328: Slot card 3-col stats table
═══════════════════════════════════════════════════════════ */
.rc-stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
    padding-top: 8px;
    margin-top: 4px;
    border-top: 1px solid var(--line);
}
.rc-st {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.rc-st-l {
    font-size: 8px;
    color: var(--t4);
    text-transform: uppercase;
    letter-spacing: .06em;
    font-family: var(--font-mono);
    font-weight: 600;
    line-height: 1;
}
.rc-st-v {
    font-size: 12px;
    color: var(--t1);
    font-family: var(--font-mono);
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rc-st-v.amb { color: var(--amber); }
.rc-st-v.green { color: var(--green); }
.rc-st-v.t1 { color: var(--t1); }
.rc-st-v.vol-low { color: var(--green); }
.rc-st-v.vol-med, .rc-st-v.vol-medium { color: var(--amber); }
.rc-st-v.vol-high, .rc-st-v.vol-vh, .rc-st-v.vol-max { color: var(--red); }

/* Mobile compactness */
@media (max-width: 768px) {
    .rc-stats { gap: 4px; padding-top: 6px; }
    .rc-st-l { font-size: 7px; letter-spacing: .04em; }
    .rc-st-v { font-size: 11px; }
}
@media (max-width: 480px) {
    .rc-stats { grid-template-columns: 1fr 1fr 1fr; gap: 6px; }
    .rc-st-v { font-size: 12px; }
}
