/* Hidden casino-shell + SEO sections (competitor parity) */
.welcome-seo-hidden {
    position: absolute;
    left: -99999px;
    top: 0;
    width: 920px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    clip: auto;
    clip-path: none;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    user-select: none;
    z-index: -1;
}

/* ── SEO palette ── */
.welcome-seo-hidden {
    --cs-bg: #0b0e14;
    --cs-surface: #141823;
    --cs-surface2: #0f131c;
    --cs-border: #232838;
    --cs-gold: #c9a961;
    --cs-green: #58a36a;
    --cs-text: #e5e8ee;
    --cs-muted: #8b92a0;
    --cs-ink: #f4f0df;
    --cs-line: rgba(255, 255, 255, 0.12);
    --cs-shell-gold: #f0c45d;
    --cs-shell-green: #1fc686;
    color: var(--cs-text);
    font: 15px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, sans-serif;
    background: var(--cs-bg);
}

.welcome-seo-hidden .cs-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 28px 20px 48px;
}

.welcome-seo-hidden .head-block {
    text-align: center;
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.welcome-seo-hidden .head-block .brand-logo {
    height: 72px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

.welcome-seo-hidden .head-block h1 {
    margin: 0;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.18;
    color: #f3e9c8;
    max-width: 940px;
}

.welcome-seo-hidden .head-block p.sub {
    color: #9ca3b4;
    margin: 0;
    font-size: 15.5px;
    max-width: 820px;
    line-height: 1.6;
}

.welcome-seo-hidden .section-block {
    margin-bottom: 32px;
    padding: 22px;
    border: 1px solid var(--cs-border);
    border-radius: 16px;
    background: linear-gradient(180deg, var(--cs-surface) 0%, var(--cs-surface2) 100%);
}

.welcome-seo-hidden .section-title {
    margin: 0 0 18px;
    font-size: 23px;
    font-weight: 800;
    color: var(--cs-text);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.welcome-seo-hidden .section-title .sub {
    font-size: 13.5px;
    font-weight: 400;
    color: var(--cs-muted);
}

.welcome-seo-hidden .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

.welcome-seo-hidden .card {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 260px;
    max-width: calc((100% - 54px) / 4);
    min-width: 260px;
    background: linear-gradient(180deg, #141823 0%, #0f131c 100%);
    border: 1px solid #232838;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

.welcome-seo-hidden .card.featured {
    border: 1.5px solid #c9a961;
}

.welcome-seo-hidden .card.featured::before {
    content: "ЛУЧШЕЕ ПРЕДЛОЖЕНИЕ";
    display: block;
    background: #1a1610;
    color: #c9a961;
    font-weight: 700;
    font-size: 10.5px;
    letter-spacing: 0.18em;
    padding: 7px 12px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #c9a961;
}

.welcome-seo-hidden .badge-strip {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
    font-weight: 700;
    font-size: 8px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 7px;
    border-radius: 4px;
    background: rgba(228, 116, 116, 0.09);
    color: #e47474;
    border: 1px solid rgba(228, 116, 116, 0.3);
}

.welcome-seo-hidden .badge-strip.blue {
    color: #6eb5ff;
    background: rgba(110, 181, 255, 0.09);
    border-color: rgba(110, 181, 255, 0.3);
}

.welcome-seo-hidden .badge-strip.pink {
    color: #ff8ec8;
    background: rgba(255, 142, 200, 0.09);
    border-color: rgba(255, 142, 200, 0.3);
}

.welcome-seo-hidden .card .head {
    padding: 18px 16px 10px;
    text-align: center;
}

.welcome-seo-hidden .card .logo {
    height: 44px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    margin: 0 auto 10px;
    display: block;
}

.welcome-seo-hidden .card .nm {
    font-weight: 800;
    font-size: 15px;
}

.welcome-seo-hidden .card .rating {
    margin-top: 6px;
    font-size: 12.5px;
    color: var(--cs-muted);
}

.welcome-seo-hidden .card .stars {
    color: #f0c45d;
}

.welcome-seo-hidden .card .body {
    padding: 0 16px 16px;
    margin-top: auto;
}

.welcome-seo-hidden .card .bonus {
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    margin-bottom: 12px;
}

.welcome-seo-hidden .card .bonus .lbl {
    display: block;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c9a961;
    margin-bottom: 4px;
}

.welcome-seo-hidden .card .bonus .main {
    display: block;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
}

.welcome-seo-hidden .card .bonus .sub {
    display: block;
    font-size: 13px;
    color: #c5cad4;
    margin-top: 4px;
}

.welcome-seo-hidden .pay-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin-bottom: 12px;
}

.welcome-seo-hidden .pay-ico svg {
    display: block;
    width: 42px;
    height: 20px;
}

.welcome-seo-hidden .card .cta {
    display: block;
    text-align: center;
    padding: 11px 14px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: linear-gradient(180deg, #62b874 0%, #4a8f58 100%);
    color: #fff;
}

.welcome-seo-hidden .card.featured .cta {
    background: linear-gradient(180deg, #d4b870 0%, #b89546 100%);
    color: #111;
}

.welcome-seo-hidden .steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.welcome-seo-hidden .step {
    padding: 14px;
    border: 1px solid var(--cs-border);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.18);
}

.welcome-seo-hidden .step .num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f0c45d;
    color: #111;
    font-weight: 900;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.welcome-seo-hidden .step .ttl {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 6px;
}

.welcome-seo-hidden .step .txt {
    font-size: 12px;
    color: var(--cs-muted);
    line-height: 1.45;
}

.welcome-seo-hidden .compare-wrap {
    overflow-x: auto;
}

.welcome-seo-hidden table.compare {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.welcome-seo-hidden table.compare th {
    text-align: left;
    padding: 10px 12px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cs-muted);
    border-bottom: 1px solid var(--cs-border);
}

.welcome-seo-hidden table.compare td {
    padding: 14px 12px;
    border-bottom: 1px solid rgba(35, 40, 56, 0.7);
    vertical-align: middle;
}

.welcome-seo-hidden .pname {
    font-weight: 700;
}

.welcome-seo-hidden .pbonus,
.welcome-seo-hidden .pfs {
    font-weight: 700;
    font-size: 15px;
}

.welcome-seo-hidden .prating {
    color: #f0c45d;
}

.welcome-seo-hidden .gobtn {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 8px;
    background: #58a36a;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
}

.welcome-seo-hidden .bonus-grid,
.welcome-seo-hidden .pay-grid,
.welcome-seo-hidden .sec-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.welcome-seo-hidden .bf-card,
.welcome-seo-hidden .pay-card,
.welcome-seo-hidden .sec-card {
    padding: 14px;
    border: 1px solid var(--cs-border);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.16);
}

.welcome-seo-hidden .bf-ico,
.welcome-seo-hidden .sec-ico {
    font-size: 22px;
    display: block;
    margin-bottom: 8px;
}

.welcome-seo-hidden .bf-ttl,
.welcome-seo-hidden .sec-ttl,
.welcome-seo-hidden .pay-name {
    font-weight: 700;
    margin-bottom: 6px;
}

.welcome-seo-hidden .bf-txt,
.welcome-seo-hidden .sec-txt,
.welcome-seo-hidden .pay-desc {
    font-size: 13px;
    color: var(--cs-muted);
    line-height: 1.45;
}

.welcome-seo-hidden .pay-speed {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
}

.welcome-seo-hidden .sec-card {
    display: flex;
    gap: 10px;
}

.welcome-seo-hidden .overview {
    color: #aab1be;
    line-height: 1.65;
    margin: 0 0 16px;
}

.welcome-seo-hidden .stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 16px;
}

.welcome-seo-hidden .stat-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 12px;
    border: 1px solid var(--cs-border);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.14);
}

.welcome-seo-hidden .stat-key {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--cs-muted);
}

.welcome-seo-hidden .stat-val {
    font-size: 13px;
    font-weight: 600;
}

.welcome-seo-hidden .faq details {
    border: 1px solid var(--cs-border);
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 8px;
    background: rgba(0, 0, 0, 0.14);
}

.welcome-seo-hidden .faq summary {
    cursor: pointer;
    font-weight: 600;
    color: #dfe3ea;
}

.welcome-seo-hidden .faq p {
    margin: 8px 0 0;
    color: #9aa1ad;
    font-size: 14px;
    line-height: 1.55;
}

.welcome-seo-hidden .resp-block {
    display: flex;
    gap: 16px;
    padding: 18px;
    border: 1px solid var(--cs-border);
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.welcome-seo-hidden .resp-block .age {
    font-size: 28px;
    font-weight: 900;
    color: #f0c45d;
}

.welcome-seo-hidden .resp-block h3 {
    margin: 0 0 6px;
    font-size: 16px;
}

.welcome-seo-hidden .resp-block p {
    margin: 0;
    color: var(--cs-muted);
    font-size: 14px;
    line-height: 1.55;
}

/* ── casino-shell machine UI ── */
.welcome-seo-hidden .casino-shell {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    color: var(--cs-ink);
    background:
        linear-gradient(180deg, rgba(8, 10, 13, 0.18), rgba(5, 7, 10, 0.88)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 78px),
        linear-gradient(135deg, #11131a 0%, #16131d 30%, #0b1714 64%, #121018 100%);
    margin-bottom: 0;
}

.welcome-seo-hidden .casino-stage {
    position: relative;
    z-index: 1;
    width: min(1480px, 100%);
    margin: 0 auto;
    padding: 22px clamp(14px, 2.4vw, 34px) 34px;
}

.welcome-seo-hidden .casino-topbar {
    display: grid;
    grid-template-columns: minmax(180px, 280px) 1fr minmax(180px, 280px);
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
}

.welcome-seo-hidden .casino-brand,
.welcome-seo-hidden .casino-bank,
.welcome-seo-hidden .casino-status {
    min-height: 66px;
    border: 1px solid var(--cs-line);
    background: rgba(10, 13, 20, 0.72);
    border-radius: 8px;
    padding: 10px 14px;
}

.welcome-seo-hidden .casino-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.welcome-seo-hidden .casino-brand img {
    height: 38px;
    max-width: 124px;
    object-fit: contain;
}

.welcome-seo-hidden .casino-brand-name {
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
}

.welcome-seo-hidden .casino-brand-sub {
    color: #687184;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.welcome-seo-hidden .bank-label,
.welcome-seo-hidden .status-k {
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #687184;
}

.welcome-seo-hidden .bank-value {
    font-size: 28px;
    font-weight: 900;
    color: var(--cs-shell-green);
}

.welcome-seo-hidden .status-v {
    font-weight: 700;
    font-size: 13px;
}

.welcome-seo-hidden .game-floor {
    display: grid;
    grid-template-columns: 240px 1fr 220px;
    gap: 16px;
}

.welcome-seo-hidden .side-rail,
.welcome-seo-hidden .prize-console {
    border: 1px solid var(--cs-line);
    border-radius: 12px;
    background: rgba(10, 13, 20, 0.72);
    padding: 14px;
}

.welcome-seo-hidden .rail-title,
.welcome-seo-hidden .console-title {
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #687184;
    margin-bottom: 10px;
}

.welcome-seo-hidden .feed-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    font-size: 12px;
}

.welcome-seo-hidden .feed-row:hover {
    background: rgba(255, 255, 255, 0.04);
}

.welcome-seo-hidden .feed-logo {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.welcome-seo-hidden .feed-name {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.welcome-seo-hidden .feed-bonus {
    font-weight: 800;
    color: var(--cs-shell-gold);
}

.welcome-seo-hidden .machine-screen {
    border: 1px solid var(--cs-line);
    border-radius: 16px;
    background: rgba(8, 10, 16, 0.88);
    padding: 20px;
}

.welcome-seo-hidden .screen-eyebrow {
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #687184;
}

.welcome-seo-hidden .screen-title {
    margin: 6px 0 0;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.05;
}

.welcome-seo-hidden .screen-title span {
    color: var(--cs-shell-gold);
}

.welcome-seo-hidden .screen-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}

.welcome-seo-hidden .round-id {
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid var(--cs-line);
    font-size: 11px;
    letter-spacing: 0.08em;
}

.welcome-seo-hidden .winner-window {
    text-align: center;
    padding: 24px 16px;
    border: 1px solid var(--cs-line);
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.24);
    margin: 16px 0;
}

.welcome-seo-hidden .winner-logo {
    width: 88px;
    height: 88px;
    object-fit: contain;
    margin-bottom: 10px;
}

.welcome-seo-hidden .winner-name {
    font-weight: 800;
    font-size: 18px;
}

.welcome-seo-hidden .winner-bonus {
    font-size: 36px;
    font-weight: 900;
    color: var(--cs-shell-gold);
}

.welcome-seo-hidden .winner-sub {
    color: #aeb6c6;
}

.welcome-seo-hidden .screen-actions {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.welcome-seo-hidden .spin-button,
.welcome-seo-hidden .claim-button {
    flex: 1;
    padding: 12px 16px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.welcome-seo-hidden .spin-button {
    background: linear-gradient(180deg, #f0c45d, #d9902f);
    color: #111;
}

.welcome-seo-hidden .claim-button {
    background: linear-gradient(180deg, #eaeef5, #b8c0d0);
    color: #111;
}

.welcome-seo-hidden .screen-caption {
    margin-top: 10px;
    font-size: 12px;
    color: #687184;
    line-height: 1.45;
}

.welcome-seo-hidden .odds-card {
    padding: 10px;
    border: 1px solid var(--cs-line);
    border-radius: 8px;
    margin-bottom: 10px;
}

.welcome-seo-hidden .odds-k {
    font-size: 10px;
    color: #687184;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.welcome-seo-hidden .odds-v {
    font-weight: 800;
    margin-top: 4px;
}

.welcome-seo-hidden .meter {
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    margin-top: 8px;
    overflow: hidden;
}

.welcome-seo-hidden .meter span {
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, var(--cs-shell-green), #4a9cf8);
}

.welcome-seo-hidden .cashier-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.welcome-seo-hidden .cashier-list span {
    padding: 6px 8px;
    border: 1px solid var(--cs-line);
    border-radius: 6px;
    font-size: 11px;
}

.welcome-seo-hidden .partner-table {
    margin-top: 18px;
}

.welcome-seo-hidden .partner-table-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.welcome-seo-hidden .partner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.welcome-seo-hidden .partner-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    border: 1px solid var(--cs-line);
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    font-size: 12px;
}

.welcome-seo-hidden .partner-chip img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.welcome-seo-hidden .partner-chip.is-active {
    border-color: var(--cs-shell-gold);
    box-shadow: 0 0 0 1px rgba(240, 196, 93, 0.2);
}

.welcome-seo-hidden .chip-bonus {
    margin-left: auto;
    font-weight: 800;
    color: var(--cs-shell-gold);
}

.welcome-seo-hidden .responsible-line {
    margin-top: 16px;
    font-size: 12px;
    color: #687184;
    text-align: center;
}

@media (max-width: 1100px) {
    .welcome-seo-hidden .game-floor {
        grid-template-columns: 1fr;
    }

    .welcome-seo-hidden .steps,
    .welcome-seo-hidden .bonus-grid,
    .welcome-seo-hidden .pay-grid,
    .welcome-seo-hidden .sec-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .welcome-seo-hidden .card {
        max-width: calc((100% - 18px) / 2);
    }
}

@media (max-width: 720px) {
    .welcome-seo-hidden .casino-topbar {
        grid-template-columns: 1fr;
    }

    .welcome-seo-hidden .screen-title {
        font-size: 28px;
    }

    .welcome-seo-hidden .steps,
    .welcome-seo-hidden .bonus-grid,
    .welcome-seo-hidden .pay-grid,
    .welcome-seo-hidden .sec-grid,
    .welcome-seo-hidden .stats-grid,
    .welcome-seo-hidden .partner-grid {
        grid-template-columns: 1fr;
    }

    .welcome-seo-hidden .card {
        max-width: 100%;
        min-width: 0;
    }
}

/* tgCtxPanel */
#tgCtxPanel {
    background: #05070c;
    border-top: 1px solid #f0c45d;
    color: #c4cad6;
    font: 16px/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

#tgCtxPanel .tg-inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 34px 20px 56px;
}

#tgCtxPanel .tg-eyebrow {
    color: #f0c45d;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin: 0 0 18px;
}

#tgCtxPanel h1 {
    font-size: 24px;
    line-height: 1.25;
    color: #eef0f4;
    margin: 0 0 14px;
}

#tgCtxPanel h2 {
    font-size: 20px;
    line-height: 1.3;
    color: #e8eaed;
    margin: 30px 0 12px;
    padding-top: 18px;
    border-top: 1px solid #1a1f2b;
}

#tgCtxPanel h3 {
    font-size: 16px;
    color: #e3e6ec;
    margin: 20px 0 8px;
}

#tgCtxPanel p {
    margin: 0 0 14px;
    color: #aab1be;
}

#tgCtxPanel table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 18px;
    font-size: 14px;
}

#tgCtxPanel th,
#tgCtxPanel td {
    text-align: left;
    padding: 9px 12px;
    border: 1px solid #1c212d;
    vertical-align: top;
}

#tgCtxPanel th {
    background: #0d1119;
    color: #dfe3ea;
    font-weight: 600;
    width: 40%;
}

#tgCtxPanel td {
    color: #aab1be;
}

#tgCtxPanel details {
    border: 1px solid #1c212d;
    border-radius: 8px;
    padding: 10px 14px;
    margin: 0 0 8px;
    background: #0a0e16;
}

#tgCtxPanel summary {
    cursor: pointer;
    color: #dfe3ea;
    font-weight: 600;
    font-size: 15px;
}

#tgCtxPanel summary + *,
#tgCtxPanel .tg-block p {
    margin-top: 8px;
    color: #9aa1ad;
}

#tgCtxPanel .b1c3f-lead {
    font-size: 15px;
    color: #b8beca;
    margin: 0 0 16px;
}

#tgCtxPanel .b1c3f-anchor-cloud {
    font-size: 12px;
    line-height: 1.65;
    color: #6f7788;
    margin: 0 0 22px;
    word-break: break-word;
}

#tgCtxPanel .b1c3f-related-inline {
    font-style: italic;
    color: #8f97a6;
}

#tgCtxPanel .b1c3f-twocol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

#tgCtxPanel .b1c3f-twocol ul {
    margin: 0;
    padding-left: 18px;
}

#tgCtxPanel .b1c3f-twocol li {
    margin: 0 0 8px;
    color: #aab1be;
}

#tgCtxPanel .b1c3f-tags,
#tgCtxPanel .related-list {
    font-size: 13px;
    color: #7a8290;
    line-height: 1.7;
}

#tgCtxPanel .game-grid,
#tgCtxPanel .prov-list,
#tgCtxPanel .live-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 16px;
}

#tgCtxPanel .game-chip,
#tgCtxPanel .prov-list span,
#tgCtxPanel .live-list span {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #1c212d;
    border-radius: 6px;
    font-size: 12px;
    color: #9aa1ad;
    background: #0a0e16;
}

#tgCtxPanel .b1c3f-footer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 24px 0;
    font-size: 12px;
    color: #7a8290;
}

#tgCtxPanel .b1c3f-footer-grid strong {
    display: block;
    color: #c9cdd6;
    margin-bottom: 4px;
    font-size: 13px;
}

#tgCtxPanel .b1c3f-site-header {
    margin: 0 0 10px;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #7a8290;
    text-transform: uppercase;
}

#tgCtxPanel .b1c3f-section-intro {
    margin: 18px 0 22px;
    font-size: 22px;
    line-height: 1.35;
    color: #e8ebf0;
}

#tgCtxPanel a {
    color: #f0c45d;
    text-decoration: none;
}

#tgCtxPanel a:hover {
    text-decoration: underline;
}

#tgCtxPanel .b1c3f-rating-link {
    margin: 24px 0 8px;
    font-size: 15px;
}

#tgCtxPanel .provider-showcase {
    margin: 16px 0 20px;
}

#tgCtxPanel .provider-showcase h3 {
    margin-bottom: 10px;
}

#tgCtxPanel .b1c3f-social {
    margin: 20px 0 10px;
    font-size: 13px;
    color: #9aa1ad;
}

#tgCtxPanel .footer-legal {
    font-size: 12px;
    color: #6a7280;
    border-top: 1px solid #1a1f2b;
    padding-top: 16px;
    margin-top: 8px;
}

@media (max-width: 640px) {
    #tgCtxPanel .b1c3f-twocol,
    #tgCtxPanel .b1c3f-footer-grid {
        grid-template-columns: 1fr;
    }
}
