:root {
    color-scheme: light;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    color: #161616;
    background: #f8f6f1;
    overflow-x: hidden;
    --logo-shell-bg: linear-gradient(180deg, #fffdf8 0%, #fff8ef 100%);
    --logo-shell-border: rgba(214, 183, 140, 0.72);
    --logo-shell-shadow: 0 14px 30px rgba(96, 68, 30, 0.10);
    --panel-cream: linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 248, 239, 0.96) 100%);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
    overscroll-behavior-x: none;
}

html {
    overflow-x: clip;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: clip;
    background:
        radial-gradient(circle at top left, rgba(214, 183, 140, 0.16), transparent 28%),
        linear-gradient(180deg, #fffdf8 0%, #f8f6f1 18%, #f5f0e8 100%);
}

.site-header {
    border-bottom: 1px solid #e0d8c8;
    background: #fffdf8;
    position: sticky;
    top: 0;
    z-index: 20;
}

.site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1360px;
    margin: 0 auto;
    padding: 8px 20px;
}

.site-logo {
    display: inline-flex;
    align-items: center;
}

.site-logo img {
    display: block;
    width: min(190px, 54vw);
    height: auto;
}

.nav-toggle {
    display: none;
}

.nav-toggle-button {
    display: none;
    width: 44px;
    height: 40px;
    border: 1px solid #e0d8c8;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    background: #fffdf8;
    cursor: pointer;
}

.nav-toggle-button span,
.nav-toggle-button span::before,
.nav-toggle-button span::after {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #161616;
    content: "";
    transition: transform 160ms ease, opacity 160ms ease;
}

.nav-toggle-button span {
    position: relative;
}

.nav-toggle-button span::before,
.nav-toggle-button span::after {
    position: absolute;
    left: 0;
}

.nav-toggle-button span::before {
    top: -7px;
}

.nav-toggle-button span::after {
    top: 7px;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 0.95rem;
    font-weight: 700;
    white-space: nowrap;
}

.site-nav a {
    color: #161616;
    text-decoration: none;
}

.site-nav .cta {
    border-radius: 6px;
    padding: 9px 12px;
    color: #fffdf8;
    background: #9b1c1c;
}

.below-header-slot {
    border-bottom: 1px solid #e0d8c8;
    background: #fffdf8;
}

.below-header-inner {
    display: flex;
    justify-content: center;
    max-width: 1360px;
    margin: 0 auto;
    padding: 12px 20px;
}

main {
    flex: 1 0 auto;
    max-width: 1360px;
    margin: 0 auto;
    padding: 54px 24px;
    width: 100%;
}

a {
    color: #9b1c1c;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.eyebrow {
    margin: 0 0 12px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8a5a12;
}

h1 {
    margin: 0 0 16px;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.05;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.lead {
    max-width: 760px;
    font-size: 1.15rem;
}

.home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
    gap: 24px;
    align-items: stretch;
    padding: 10px 0 20px;
}

.home-hero {
    min-width: 0;
}

.home-hero-copy {
    display: grid;
    align-content: center;
    min-height: 320px;
    padding: 18px 0;
}

.home-hero h1 {
    max-width: 11ch;
    font-size: clamp(2.7rem, 5vw, 4.9rem);
    letter-spacing: -0.06em;
    line-height: 0.94;
}

.home-hero-card {
    display: grid;
    gap: 16px;
    align-content: start;
    border: 1px solid rgba(210, 184, 143, 0.76);
    border-radius: 28px;
    padding: 24px;
    background:
        radial-gradient(circle at top right, rgba(155, 28, 28, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(255, 252, 246, 0.99) 0%, rgba(252, 244, 233, 0.97) 100%);
    box-shadow: 0 24px 54px rgba(50, 35, 15, 0.1);
}

.home-hero-card h2 {
    margin: 0;
    font-size: clamp(1.55rem, 2.6vw, 2.2rem);
    line-height: 1.06;
}

.hero-checklist {
    margin: 0;
    color: #5a4d40;
    font-size: 0.96rem;
    line-height: 1.55;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.home-signal-strip,
.games-signal-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.signal-card {
    display: grid;
    gap: 4px;
    border: 1px solid rgba(224, 216, 200, 0.95);
    border-radius: 18px;
    padding: 14px 16px;
    background:
        radial-gradient(circle at top right, rgba(212, 155, 54, 0.08), transparent 36%),
        rgba(255, 253, 248, 0.92);
    box-shadow: 0 14px 28px rgba(50, 35, 15, 0.06);
}

.signal-card strong {
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    line-height: 1;
    color: #9b1c1c;
}

.signal-card span {
    color: #5d5246;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
}

.hero-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 1px solid #dbc5a4;
    border-radius: 999px;
    padding: 0 16px;
    color: #5b4032;
    font-size: 0.82rem;
    font-weight: 900;
    text-decoration: none;
    background: rgba(255, 253, 248, 0.92);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.hero-action:hover,
.hero-action:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(155, 28, 28, 0.35);
    box-shadow: 0 10px 22px rgba(50, 35, 15, 0.08);
}

.hero-action-primary {
    border-color: #9b1c1c;
    color: #fffdf8;
    background: linear-gradient(135deg, #b91f1f, #8c1717);
}

.country-rail {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.country-chip {
    position: relative;
    display: inline-flex;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(155, 28, 28, 0.1);
    border-radius: 999px;
    padding: 0;
    text-decoration: none;
    background: rgba(255, 253, 248, 0.74);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.country-chip:hover,
.country-chip:focus {
    transform: translateY(-2px);
    border-color: rgba(155, 28, 28, 0.3);
    box-shadow: 0 10px 24px rgba(155, 28, 28, 0.1);
}

.country-badge {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 3px 9px rgba(60, 45, 25, 0.16);
}

.country-code-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eadbc6;
    color: #8a1515;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    background:
        radial-gradient(circle at 30% 26%, #fff 0 18%, transparent 19%),
        linear-gradient(135deg, #f8d89b, #fff8e8 45%, #9b1c1c 46%, #9b1c1c 58%, #fff8e8 59%);
}

.home-discovery {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 1fr) minmax(0, 0.96fr);
    gap: 18px;
    align-items: start;
}

.discovery-column {
    display: grid;
    min-width: 0;
    min-height: 0;
    gap: 0;
}

.discovery-column-primary {
    align-content: start;
}

.discovery-panel {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    min-width: 0;
    min-height: 0;
    contain: layout paint;
    border: 1px solid #e0d8c8;
    border-radius: 24px;
    overflow: hidden;
    padding: 20px;
    background: var(--panel-cream);
    box-shadow: 0 20px 42px rgba(50, 35, 15, 0.08);
}

.discovery-panel-casino {
    min-height: 980px;
    background:
        radial-gradient(circle at top left, rgba(214, 183, 140, 0.16), transparent 32%),
        linear-gradient(180deg, rgba(255, 253, 248, 0.99) 0%, rgba(250, 244, 236, 0.96) 100%);
}

.provider-panel {
    min-height: 980px;
    background:
        radial-gradient(circle at top right, rgba(155, 28, 28, 0.05), transparent 34%),
        linear-gradient(180deg, rgba(255, 253, 248, 0.99) 0%, rgba(252, 247, 240, 0.98) 100%);
}

.promotion-panel {
    min-height: 980px;
    background:
        radial-gradient(circle at top left, rgba(212, 155, 54, 0.1), transparent 34%),
        linear-gradient(180deg, rgba(255, 253, 248, 0.99) 0%, rgba(251, 246, 238, 0.98) 100%);
}

.panel-heading {
    display: grid;
    gap: 6px;
    margin-bottom: 14px;
    min-height: 0;
    align-content: start;
}

.panel-heading-bar {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 12px;
}

.panel-heading h2 {
    margin: 0;
    font-size: clamp(1.5rem, 1.85vw, 1.95rem);
    line-height: 1.04;
    text-wrap: balance;
}

.panel-heading p:not(.eyebrow) {
    margin: 0;
    color: #5d5246;
    max-width: 42ch;
    font-size: 0.92rem;
    line-height: 1.5;
}

.panel-heading-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    border: 1px solid #e4d7c4;
    border-radius: 999px;
    padding: 0 12px;
    color: #6b130f;
    font-size: 0.74rem;
    font-weight: 900;
    text-decoration: none;
    background: rgba(255, 251, 244, 0.88);
    white-space: nowrap;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.panel-heading-link:hover,
.panel-heading-link:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(155, 28, 28, 0.28);
    box-shadow: 0 10px 22px rgba(50, 35, 15, 0.08);
}

.mini-tabs {
    display: flex;
    gap: 8px;
    margin: 18px 0;
    padding-bottom: 2px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    contain: paint;
    overflow-x: auto;
}

.scroll-tabs-shell {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.scroll-tabs-shell > * {
    min-width: 0;
}

.scroll-tabs-shell > [data-scroll-strip] {
    width: 100%;
    max-width: 100%;
    padding-inline: 4px;
}

.scroll-tabs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border: 1px solid rgba(217, 199, 173, 0.88);
    border-radius: 999px;
    padding: 0;
    color: rgba(125, 23, 23, 0.88);
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1;
    background: rgba(255, 251, 244, 0.94);
    box-shadow: 0 3px 10px rgba(50, 35, 15, 0.06);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: transform 160ms ease, border-color 160ms ease, color 160ms ease, background 160ms ease, opacity 160ms ease, box-shadow 160ms ease;
}

.scroll-tabs-button:hover,
.scroll-tabs-button:focus-visible {
    border-color: rgba(155, 28, 28, 0.42);
    color: #9b1c1c;
    background: #fffdf8;
    box-shadow: 0 8px 18px rgba(155, 28, 28, 0.1);
    transform: translateY(-1px);
}

.scroll-tabs-button:disabled {
    opacity: 0.34;
    cursor: default;
    transform: none;
    box-shadow: none;
}

.mini-tabs::-webkit-scrollbar {
    display: none;
}

.mini-tabs a,
.mini-tabs label {
    flex: 0 0 auto;
    border: 1px solid #e4d7c4;
    border-radius: 999px;
    min-height: 38px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #54483c;
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 900;
    text-decoration: none;
    background: rgba(255, 253, 248, 0.84);
}

.mini-tabs .active {
    border-color: #9b1c1c;
    color: #fffdf8;
    background: #9b1c1c;
}

.country-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    margin-top: 18px;
    padding: 5px 2px 8px;
    scrollbar-width: none;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
}

.country-tabs::-webkit-scrollbar {
    display: none;
}

.country-tabs .country-tab {
    position: relative;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-color: transparent;
    border-radius: 4px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    line-height: 0;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.country-flag-mark {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 2px 7px rgba(60, 45, 25, 0.14);
}

.country-code-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9b1c1c;
    font-size: 0.76rem;
    font-weight: 900;
}

.rank-list,
.promotion-list,
.provider-stack {
    display: grid;
    gap: 12px;
    height: 100%;
    min-height: 0;
    align-content: start;
    overflow-y: visible;
}

.country-casino-switcher {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 0;
}

.country-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    opacity: 0;
    pointer-events: none;
}

.country-tab.is-keyboard-focus,
.provider-tab.is-keyboard-focus {
    outline: 3px solid rgba(155, 28, 28, 0.34);
    outline-offset: 3px;
}

.country-casino-switcher:has(.country-radio-malaysia:checked) .country-tab-malaysia,
.country-casino-switcher:has(.country-radio-singapore:checked) .country-tab-singapore,
.country-casino-switcher:has(.country-radio-international:checked) .country-tab-international,
.country-casino-switcher:has(.country-radio-thailand:checked) .country-tab-thailand,
.country-casino-switcher:has(.country-radio-vietnam:checked) .country-tab-vietnam,
.country-casino-switcher:has(.country-radio-laos:checked) .country-tab-laos,
.country-casino-switcher:has(.country-radio-cambodia:checked) .country-tab-cambodia,
.country-casino-switcher:has(.country-radio-philippines:checked) .country-tab-philippines,
.country-casino-switcher:has(.country-radio-indonesia:checked) .country-tab-indonesia,
.country-casino-switcher:has(.country-radio-australia:checked) .country-tab-australia,
.country-casino-switcher:has(.country-radio-japan:checked) .country-tab-japan,
.country-casino-switcher:has(.country-radio-korea:checked) .country-tab-korea,
.country-casino-switcher:has(.country-radio-china:checked) .country-tab-china,
.country-casino-switcher:has(.country-radio-hong-kong:checked) .country-tab-hong-kong {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    transform: scale(1.28);
}

.country-casino-panel {
    display: none;
    min-height: 0;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 14px;
    overflow: hidden;
    scroll-margin-top: 96px;
}

.country-casino-switcher:has(.country-radio-malaysia:checked) .country-casino-panel-malaysia,
.country-casino-switcher:has(.country-radio-singapore:checked) .country-casino-panel-singapore,
.country-casino-switcher:has(.country-radio-international:checked) .country-casino-panel-international,
.country-casino-switcher:has(.country-radio-thailand:checked) .country-casino-panel-thailand,
.country-casino-switcher:has(.country-radio-vietnam:checked) .country-casino-panel-vietnam,
.country-casino-switcher:has(.country-radio-laos:checked) .country-casino-panel-laos,
.country-casino-switcher:has(.country-radio-cambodia:checked) .country-casino-panel-cambodia,
.country-casino-switcher:has(.country-radio-philippines:checked) .country-casino-panel-philippines,
.country-casino-switcher:has(.country-radio-indonesia:checked) .country-casino-panel-indonesia,
.country-casino-switcher:has(.country-radio-australia:checked) .country-casino-panel-australia,
.country-casino-switcher:has(.country-radio-japan:checked) .country-casino-panel-japan,
.country-casino-switcher:has(.country-radio-korea:checked) .country-casino-panel-korea,
.country-casino-switcher:has(.country-radio-china:checked) .country-casino-panel-china,
.country-casino-switcher:has(.country-radio-hong-kong:checked) .country-casino-panel-hong-kong {
    display: grid;
}

.country-casino-panel h3 {
    margin: 0;
    color: #33271f;
    font-size: 1rem;
}

.empty-note {
    margin: 0;
    border: 1px dashed #d9cbb7;
    border-radius: 14px;
    padding: 14px;
    color: #685b4d;
    background: rgba(255, 253, 248, 0.72);
}

.casino-compare-panel {
    display: grid;
    gap: 12px;
    min-height: 0;
    border-top: 1px solid #efe4d5;
    margin-top: 8px;
    padding-top: 16px;
    align-content: start;
}

.casino-compare-toolbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.casino-compare-toolbar strong {
    font-size: 0.92rem;
}

.compare-clear-button {
    border: 0;
    padding: 0;
    color: #9b1c1c;
    font-size: 0.78rem;
    font-weight: 900;
    background: transparent;
    cursor: pointer;
}

.casino-compare-note {
    margin: 0;
    color: #685b4d;
    font-size: 0.82rem;
}

.casino-compare-results {
    display: grid;
    gap: 10px;
}

.compare-open-button {
    width: 100%;
    border: 1px solid #9b1c1c;
    border-radius: 999px;
    min-height: 44px;
    padding: 10px 14px;
    color: #fffdf8;
    font-size: 0.78rem;
    font-weight: 900;
    background: #9b1c1c;
    cursor: pointer;
}

.compare-open-button:disabled {
    border-color: #dccfbf;
    color: #8e8172;
    background: #f3eadf;
    cursor: not-allowed;
}

.rank-item,
.promo-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    border: 1px solid #eee2d2;
    border-radius: 16px;
    padding: 14px;
    color: #161616;
    text-decoration: none;
    background: rgba(255, 253, 248, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.rank-item {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 84px;
}

.rank-item:hover,
.rank-item:focus-within,
.promo-row:hover,
.promo-row:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(155, 28, 28, 0.24);
    box-shadow: 0 14px 28px rgba(50, 35, 15, 0.08);
}

.rank-list.is-collapsed .rank-item:nth-child(n + 6),
.promotion-list.is-collapsed .promo-row:nth-child(n + 6),
.provider-logo-list.is-collapsed .provider-logo-card:nth-child(n + 6) {
    display: none;
}

.compare-rank-item {
    grid-template-columns: minmax(0, 1fr) auto;
}

.rank-main-link {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    color: inherit;
    text-decoration: none;
    min-width: 0;
}

.compare-check {
    display: inline-flex;
    align-items: center;
    color: #6b130f;
    cursor: pointer;
    user-select: none;
}

.compare-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.compare-check-box {
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8c5ab;
    border-radius: 5px;
    background: #fff8e8;
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.compare-checkbox:checked + .compare-check-box {
    border-color: #9b1c1c;
    background: #9b1c1c;
    box-shadow: 0 6px 14px rgba(155, 28, 28, 0.18);
}

.compare-checkbox:checked + .compare-check-box::before {
    content: "";
    width: 9px;
    height: 5px;
    border-left: 2px solid #fffdf8;
    border-bottom: 2px solid #fffdf8;
    transform: translateY(-1px) rotate(-45deg);
}

.compare-checkbox:focus-visible + .compare-check-box {
    outline: 2px solid rgba(155, 28, 28, 0.28);
    outline-offset: 2px;
}

.compare-check.is-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.provider-casino-card {
    grid-template-columns: minmax(0, 1fr) auto;
}

.provider-casino-card p {
    grid-column: 1 / -1;
    margin: 0;
    color: #685b4d;
    font-size: 0.88rem;
}

.provider-casino-main {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.source-link {
    grid-column: 1 / -1;
    font-size: 0.84rem;
    font-weight: 800;
}

.casino-mark,
.rank-number {
    display: inline-flex;
    width: 58px;
    height: 42px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid var(--logo-shell-border);
    border-radius: 14px;
    color: #9b1c1c;
    font-size: 0.82rem;
    font-weight: 900;
    background: var(--logo-shell-bg);
    box-shadow: 0 8px 18px rgba(20, 14, 9, 0.14);
}

.casino-mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px 6px;
    box-sizing: border-box;
}

.rank-mark {
    display: inline-flex;
    width: clamp(96px, 15vw, 170px);
    height: 76px;
    flex: 0 0 clamp(96px, 15vw, 170px);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid var(--logo-shell-border);
    border-radius: 16px;
    color: #9b1c1c;
    font-size: 0.82rem;
    font-weight: 900;
    background: var(--logo-shell-bg);
    box-shadow: 0 8px 18px rgba(20, 14, 9, 0.14);
}

.rank-mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 7px 10px;
    box-sizing: border-box;
}

.rank-main,
.promo-content {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.rank-main strong,
.promo-content strong {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    overflow: hidden;
    font-size: 1.04rem;
    line-height: 1.22;
    white-space: normal;
}

.inline-view-pill {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 4px;
    border-radius: 999px;
    padding: 4px 7px;
    color: #6b130f;
    font-size: 0.68rem;
    font-weight: 900;
    white-space: nowrap;
    background: #f6dfc1;
}

.rank-main small,
.promo-content small,
.promo-content em {
    color: #685b4d;
    font-size: 0.8rem;
    font-style: normal;
}

.rank-main small {
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.compare-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: 20px;
}

.compare-modal[hidden] {
    display: none;
}

.compare-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(22, 22, 22, 0.48);
}

.compare-modal-dialog {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    width: min(1080px, calc(100vw - 28px));
    max-height: min(88vh, 920px);
    border: 1px solid #e0d8c8;
    border-radius: 24px;
    overflow: hidden;
    background: #fffdf8;
    box-shadow: 0 24px 64px rgba(25, 16, 7, 0.22);
}

.compare-modal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px 18px;
    border-bottom: 1px solid #efe4d5;
}

.compare-modal-head h2 {
    margin: 0;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    line-height: 1.08;
}

.compare-modal-close {
    border: 1px solid #e4d7c4;
    border-radius: 999px;
    padding: 8px 12px;
    color: #6b130f;
    font-size: 0.78rem;
    font-weight: 900;
    background: #fff8e8;
    cursor: pointer;
}

.compare-modal-body {
    display: grid;
    gap: 14px;
    overflow-y: auto;
    padding: 20px 24px 24px;
}

.compare-diff-block {
    display: grid;
    gap: 8px;
}

.compare-diff-block h4 {
    margin: 0;
    color: #33271f;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.compare-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
}

.compare-column {
    min-width: 0;
    border: 1px solid #eee2d2;
    border-radius: 14px;
    padding: 12px;
    background: rgba(255, 253, 248, 0.82);
}

.compare-column-head {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}

.compare-column-head .casino-mark {
    flex: 0 0 auto;
}

.compare-column-head strong {
    min-width: 0;
    font-size: 0.9rem;
}

.compare-column ul {
    margin: 0;
    padding-left: 18px;
    color: #4f4439;
    font-size: 0.8rem;
}

.compare-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.compare-chip {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    border: 1px solid #ecdabf;
    border-radius: 999px;
    padding: 0 10px;
    color: #5d4f42;
    font-size: 0.76rem;
    line-height: 1.2;
    font-weight: 800;
    background: #fff8ed;
}

.compare-column li + li {
    margin-top: 4px;
}

.compare-provider-groups {
    display: grid;
    gap: 10px;
}

.compare-provider-group {
    display: grid;
    gap: 6px;
    border: 1px solid #efe2cf;
    border-radius: 14px;
    padding: 10px;
    background: rgba(255, 251, 244, 0.8);
}

.compare-provider-group h5 {
    margin: 0;
    color: #5d5246;
    font-size: 0.76rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.view-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-radius: 999px;
    padding: 5px 8px;
    color: #6b130f;
    font-size: 0.72rem;
    font-weight: 900;
    white-space: nowrap;
    background: #f6dfc1;
}

.view-pill-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 11px;
    height: 11px;
    line-height: 1;
}

.view-pill-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.provider-stack section {
    border: 1px solid #eee2d2;
    border-radius: 18px;
    padding: 14px;
    background:
        radial-gradient(circle at top right, rgba(214, 183, 140, 0.15), transparent 32%),
        rgba(255, 253, 248, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.provider-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.provider-panel-title-block {
    min-width: 0;
}

.provider-stack h3 {
    margin: 0;
    color: #33271f;
    font-size: 1rem;
}

.provider-count {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ecd7b7;
    border-radius: 999px;
    min-height: 30px;
    padding: 0 10px;
    color: #8a5a12;
    font-size: 0.72rem;
    font-weight: 900;
    white-space: nowrap;
}

.provider-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.provider-cloud a {
    border: 1px solid #e5d7c2;
    border-radius: 999px;
    padding: 6px 8px;
    color: #43382f;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
    background: #fbf1e2;
}

.provider-switcher {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    gap: 16px;
    min-height: 0;
    overflow: hidden;
}

.provider-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    opacity: 0;
    pointer-events: none;
}

.provider-panel-section {
    display: none;
    min-height: 0;
}

.provider-panel-section:first-child {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto auto;
    gap: 0;
    height: 100%;
    overflow-y: visible;
}

.provider-switcher.is-enhanced .provider-panel-section {
    display: none;
}

.provider-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    margin-top: 18px;
    padding: 5px 0 8px;
    scrollbar-width: none;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
}

.provider-tabs::-webkit-scrollbar {
    display: none;
}

.provider-tab.is-active {
    border-color: #9b1c1c;
    color: #fffdf8;
    background: #9b1c1c;
}

.provider-switcher.is-enhanced .provider-panel-section.is-active {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto auto;
    gap: 0;
    height: 100%;
    overflow-y: visible;
}

.provider-logo-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    align-content: start;
}

.provider-logo-card {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 0;
    border: 1px solid #eee2d2;
    border-radius: 20px;
    padding: 14px;
    color: #161616;
    text-decoration: none;
    background: rgba(255, 253, 248, 0.92);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.provider-logo-card-featured {
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 0;
    padding: 14px;
    background:
        radial-gradient(circle at top right, rgba(155, 28, 28, 0.06), transparent 36%),
        linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(252, 247, 240, 0.98) 100%);
}

.provider-logo-card:hover,
.provider-logo-card:focus {
    transform: translateY(-2px);
    border-color: rgba(155, 28, 28, 0.24);
    box-shadow: 0 10px 24px rgba(50, 35, 15, 0.08);
}

.provider-logo-card img {
    display: block;
    width: 84px;
    height: 46px;
    border: 1px solid var(--logo-shell-border);
    border-radius: 12px;
    object-fit: contain;
    object-position: center;
    padding: 6px 8px;
    background: var(--logo-shell-bg);
    box-shadow: 0 8px 18px rgba(20, 14, 9, 0.14);
}

.provider-logo-card-featured img,
.provider-logo-card-featured > span:first-child {
    width: 96px;
    height: 52px;
}

.provider-card-main {
    display: grid;
    grid-template-rows: auto auto auto;
    min-width: 0;
    align-content: start;
    gap: 7px;
}

.provider-card-kicker {
    color: #8a5a12;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.provider-logo-card > span:first-child {
    display: inline-flex;
    width: 84px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--logo-shell-border);
    border-radius: 12px;
    color: #9b1c1c;
    font-size: 0.88rem;
    font-weight: 900;
    background: var(--logo-shell-bg);
    box-shadow: 0 8px 18px rgba(20, 14, 9, 0.14);
}

.provider-card-title {
    display: block;
    overflow: hidden;
    white-space: normal;
    line-height: 1.18;
    font-size: 1rem;
    font-weight: 800;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow-wrap: anywhere;
}

.provider-card-main .inline-view-pill {
    width: fit-content;
    max-width: 100%;
}

.provider-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.provider-card-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border: 1px solid #ecd7b7;
    border-radius: 999px;
    padding: 0;
    color: #7c1915;
    font-size: 1rem;
    font-weight: 900;
    background: #fff8ed;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.provider-logo-card:hover .provider-card-arrow,
.provider-logo-card:focus .provider-card-arrow {
    transform: translateX(2px);
    border-color: rgba(155, 28, 28, 0.3);
    background: #fff3dd;
}

.provider-more-button {
    width: 100%;
    margin-top: 14px;
    border: 1px solid #dcc6a4;
    border-radius: 999px;
    padding: 12px 16px;
    color: #7c1915;
    font-size: 0.82rem;
    font-weight: 900;
    background: #fff7eb;
    cursor: pointer;
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.provider-more-button:hover,
.provider-more-button:focus-visible {
    border-color: #d49b36;
    background: #fffdf8;
    box-shadow: 0 10px 22px rgba(50, 35, 15, 0.08);
}

.provider-panel-link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    border: 1px solid #e4d7c4;
    border-radius: 999px;
    padding: 0 14px;
    color: #5b4032;
    font-size: 0.8rem;
    font-weight: 900;
    text-decoration: none;
    background: rgba(255, 253, 248, 0.9);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.provider-panel-link:hover,
.provider-panel-link:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(155, 28, 28, 0.3);
    box-shadow: 0 10px 22px rgba(50, 35, 15, 0.08);
}

.promo-row {
    position: relative;
    overflow: hidden;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 88px;
    align-items: start;
}

.promo-glow {
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(#9b1c1c, #d49b36);
}

.promo-content {
    display: grid;
    gap: 5px;
    padding-left: 10px;
    min-width: 0;
}

.promo-kicker {
    color: #8a5a12;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.promo-content strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.94rem;
    line-height: 1.22;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.promo-content em {
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.promo-row-footer {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 2px;
}

.promo-row-cta {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border: 1px solid #ecd7b7;
    border-radius: 999px;
    padding: 0 10px;
    color: #7c1915;
    font-size: 0.72rem;
    font-weight: 900;
    background: #fff8ed;
    transition: border-color 160ms ease, background 160ms ease;
}

.promo-row:hover .promo-row-cta,
.promo-row:focus-visible .promo-row-cta {
    border-color: rgba(155, 28, 28, 0.3);
    background: #fff3dd;
}

body.compare-modal-open .mobile-fab-stack {
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 32px;
}

.card {
    border: 1px solid #e0d8c8;
    border-radius: 8px;
    padding: 18px;
    background: #fffdf8;
}

.card-link {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.card-link:hover,
.card-link:focus {
    border-color: #d2b891;
    box-shadow: 0 14px 28px rgba(48, 35, 17, 0.08);
    transform: translateY(-2px);
}

.review-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
}

.review-hero > *,
.home-hero-grid > *,
.directory-hero > *,
.source-panel > * {
    min-width: 0;
    max-width: 100%;
}

.review-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.review-title-lockup {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}

.review-title-lockup h1 {
    margin-bottom: 0;
}

.review-byline {
    margin: -4px 0 14px;
    color: #6f6252;
    font-size: 0.9rem;
    font-weight: 700;
}

.review-byline a {
    color: #7f1616;
    text-underline-offset: 3px;
}

.screenshot-card picture {
    display: block;
}

.review-title-lockup img {
    flex: 0 0 auto;
    width: clamp(64px, 9vw, 88px);
    height: clamp(64px, 9vw, 88px);
    border: 1px solid var(--logo-shell-border);
    border-radius: 20px;
    padding: 8px;
    background: var(--logo-shell-bg);
    box-shadow: var(--logo-shell-shadow);
}

.review-title-lockup img.review-logo-wide {
    width: clamp(124px, 18vw, 180px);
    height: auto;
    border-radius: 18px;
    padding: 6px 8px;
}

.review-title-lockup img.review-logo-low-res {
    width: clamp(112px, 15vw, 148px);
}

.provider-hero {
    margin-bottom: 16px;
}

.provider-title-lockup {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}

.provider-title-lockup h1 {
    margin-bottom: 0;
}

.provider-title-lockup img {
    flex: 0 0 auto;
    max-width: min(28vw, 180px);
    max-height: 88px;
    width: auto;
    height: auto;
    border: 1px solid var(--logo-shell-border);
    border-radius: 20px;
    padding: 8px 10px;
    background: var(--logo-shell-bg);
    box-shadow: var(--logo-shell-shadow);
}

.provider-directory-hero {
    align-items: stretch;
}

.provider-signal-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.provider-signal-chip {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    min-width: 132px;
    border: 1px solid #e4d4be;
    border-radius: 18px;
    padding: 10px 12px;
    background: rgba(255, 250, 241, 0.92);
    box-shadow: 0 10px 22px rgba(50, 35, 15, 0.06);
}

.provider-signal-chip strong {
    font-size: 0.9rem;
}

.provider-signal-chip span {
    color: #6c6152;
    font-size: 0.8rem;
    font-weight: 700;
}

.provider-signal-chip-muted {
    justify-content: center;
    color: #8a5a12;
    font-size: 0.86rem;
    font-weight: 800;
}

.provider-directory-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    align-items: start;
    gap: 18px;
}

.provider-directory-grid + .provider-directory-grid {
    margin-top: 18px;
}

.provider-directory-card {
    border-radius: 18px;
    padding: 24px;
    background:
        radial-gradient(circle at top right, rgba(212, 155, 54, 0.07), transparent 32%),
        linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 248, 239, 0.96) 100%);
    box-shadow: 0 16px 32px rgba(50, 35, 15, 0.06);
}

.provider-directory-card h2 {
    margin: 0 0 14px;
    font-size: clamp(1.45rem, 2vw, 1.95rem);
    line-height: 1.08;
}

.provider-intro-stack {
    display: grid;
    gap: 14px;
}

.provider-intro-stack p {
    margin: 0;
    color: #4e463d;
}

.provider-footprint-list {
    display: grid;
    gap: 12px;
}

.provider-footprint-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid #eadbc6;
    border-radius: 14px;
    padding: 12px 14px;
    background: rgba(255, 253, 248, 0.96);
}

.provider-footprint-item strong {
    font-size: 0.96rem;
}

.provider-footprint-item span {
    color: #7a6d5f;
    font-size: 0.83rem;
    font-weight: 700;
    text-align: right;
}

.provider-muted-copy {
    margin: 0;
    color: #6d655a;
}

.provider-link-card {
    border-radius: 18px;
    padding: 20px;
}

.button-primary,
.button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    min-height: 44px;
    padding: 11px 16px;
    font-weight: 800;
    text-decoration: none;
}

.button-primary {
    color: #fffdf8;
    background: #9b1c1c;
    box-shadow: 0 10px 24px rgba(155, 28, 28, 0.16);
}

.button-secondary {
    border: 1px solid #d8cbb7;
    color: #161616;
    background: #fffdf8;
}

.review-snapshot {
    min-width: 0;
    max-width: 100%;
    border: 1px solid #d8cbb7;
    border-radius: 14px;
    padding: 18px;
    background:
        linear-gradient(135deg, rgba(155, 28, 28, 0.08), rgba(212, 155, 54, 0.08)),
        #fffdf8;
    box-shadow: 0 18px 38px rgba(50, 35, 15, 0.08);
}

.status-pill {
    display: inline-flex;
    margin-bottom: 14px;
    border-radius: 999px;
    padding: 6px 10px;
    color: #6b130f;
    font-size: 0.78rem;
    font-weight: 800;
    background: #f5dfc2;
}

.review-snapshot dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.review-snapshot dt {
    color: #7b6c59;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.review-snapshot dd {
    margin: 3px 0 0;
    font-weight: 800;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.review-snapshot dd a {
    color: #161616;
    overflow-wrap: anywhere;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.review-snapshot dd a:hover,
.review-snapshot dd a:focus {
    color: #9b1c1c;
}

.score-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.score-card {
    border: 1px solid #e0d8c8;
    border-radius: 12px;
    padding: 18px;
    background: #171311;
    color: #fffdf8;
}

.score-card span {
    color: #d49b36;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.score-card strong {
    display: block;
    margin-top: 8px;
    font-size: 1.45rem;
}

.score-card p {
    margin-bottom: 0;
    color: #d7d0c4;
}

.review-section {
    margin-top: 54px;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 22px;
}

.section-heading h2,
.source-panel h2 {
    margin: 0 0 10px;
    font-size: clamp(1.7rem, 3vw, 2.65rem);
    line-height: 1.12;
}

.section-heading p {
    margin: 0;
    color: #51483e;
}

.compact-fact-list {
    margin-top: 26px;
}

.compact-fact-list article strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
}

.compact-fact-list article p {
    margin: 0;
    color: #51483e;
}

.games-hub-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 22px;
    align-items: stretch;
}

.games-hub-copy {
    min-width: 0;
}

.games-hub-side {
    display: grid;
    gap: 16px;
    align-content: start;
    border: 1px solid rgba(210, 184, 143, 0.76);
    border-radius: 24px;
    padding: 22px;
    background:
        radial-gradient(circle at top right, rgba(155, 28, 28, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(255, 252, 246, 0.99) 0%, rgba(252, 244, 233, 0.97) 100%);
    box-shadow: 0 24px 54px rgba(50, 35, 15, 0.08);
}

.games-hub-side h2 {
    margin: 0;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    line-height: 1.08;
    text-wrap: balance;
}

.games-jump-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.games-jump-chip {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    border: 1px solid #e4d7c4;
    border-radius: 999px;
    padding: 0 14px;
    color: #54483c;
    font-size: 0.82rem;
    font-weight: 900;
    text-decoration: none;
    background: rgba(255, 253, 248, 0.88);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.games-jump-chip:hover,
.games-jump-chip:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(155, 28, 28, 0.35);
    box-shadow: 0 10px 22px rgba(50, 35, 15, 0.08);
}

.games-trust-grid {
    margin-top: 28px;
}

.games-entry-grid {
    margin-top: 28px;
}

.games-entry-card {
    position: relative;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 0;
    border-radius: 18px;
    padding: 22px;
    background:
        radial-gradient(circle at top right, rgba(212, 155, 54, 0.07), transparent 32%),
        linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 248, 239, 0.96) 100%);
    box-shadow: 0 16px 32px rgba(50, 35, 15, 0.06);
}

.games-entry-card::after {
    content: "\203A";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-top: 18px;
    border: 1px solid #e4d7c4;
    border-radius: 999px;
    color: #7c1915;
    font-size: 1.05rem;
    font-weight: 900;
    background: rgba(255, 250, 243, 0.92);
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.games-entry-card:hover::after,
.games-entry-card:focus-visible::after {
    transform: translateX(2px);
    border-color: rgba(155, 28, 28, 0.3);
    background: #fff4e2;
}

.games-entry-card .eyebrow {
    margin-bottom: 10px;
}

.games-entry-card h2 {
    margin: 0 0 12px;
    font-size: clamp(1.45rem, 2vw, 1.95rem);
    line-height: 1.08;
}

.games-entry-card p:last-child {
    margin: 0;
    color: #51483e;
}

.games-intent-grid .card {
    border-radius: 18px;
    padding: 22px;
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 248, 239, 0.96) 100%);
    box-shadow: 0 16px 32px rgba(50, 35, 15, 0.06);
}

.games-intent-grid .card p {
    margin-bottom: 0;
    color: #51483e;
}

.fact-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 12px;
}

.fact-list article {
    position: relative;
    border: 1px solid #e0d8c8;
    border-radius: 10px;
    padding: 16px 16px 16px 42px;
    background: #fffdf8;
}

.fact-list article::before {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #2f7d46;
    content: "";
    box-shadow: inset 0 0 0 5px #d9f0dd;
}

.game-matrix {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.screenshot-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.screenshot-card {
    margin: 0;
    overflow: hidden;
    border: 1px solid #e0d8c8;
    border-radius: 14px;
    background: #fffdf8;
    box-shadow: 0 16px 34px rgba(50, 35, 15, 0.07);
}

.screenshot-card a {
    display: block;
    color: inherit;
}

.screenshot-card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #f0e7d9;
}

.screenshot-card figcaption {
    padding: 12px 14px 14px;
    color: #51483e;
    font-size: 0.92rem;
}

.screenshot-lightbox {
    width: min(1240px, calc(100vw - 32px));
    max-width: none;
    max-height: calc(100vh - 32px);
    margin: auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 18px;
    padding: 0;
    color: #161616;
    background: #fffdf8;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.screenshot-lightbox::backdrop {
    background: rgba(16, 12, 9, 0.86);
    backdrop-filter: blur(3px);
}

.screenshot-lightbox figure {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    max-height: calc(100vh - 32px);
    margin: 0;
}

.screenshot-lightbox img {
    display: block;
    justify-self: center;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 112px);
    object-fit: contain;
    background: #171311;
}

.screenshot-lightbox figcaption {
    padding: 13px 56px 15px 18px;
    color: #51483e;
    font-size: 0.9rem;
    line-height: 1.45;
}

.screenshot-lightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    padding: 0;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    background: rgba(17, 13, 10, 0.82);
}

.screenshot-lightbox-step {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 48px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 14px;
    padding: 0;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1;
    cursor: pointer;
    background: rgba(17, 13, 10, 0.76);
    transform: translateY(-50%);
}

.screenshot-lightbox-step[hidden] {
    display: none;
}

.screenshot-lightbox-prev { left: 12px; }
.screenshot-lightbox-next { right: 12px; }

.screenshot-lightbox-count {
    position: absolute;
    top: 13px;
    left: 14px;
    z-index: 2;
    border-radius: 999px;
    padding: 6px 10px;
    color: #fff;
    font-size: .78rem;
    font-weight: 900;
    background: rgba(17, 13, 10, 0.76);
}

@media (max-width: 620px) {
    .screenshot-lightbox-step {
        width: 40px;
        height: 50px;
    }

    .screenshot-lightbox-prev { left: 6px; }
    .screenshot-lightbox-next { right: 6px; }
}

.game-matrix h3 {
    margin: 0 0 12px;
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.games-route-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
}

.games-route-grid-compact {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.games-route-card {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 8px;
    min-width: 0;
    min-height: 108px;
    border: 1px solid #e8dcc9;
    border-radius: 18px;
    padding: 18px;
    color: #161616;
    text-decoration: none;
    background:
        radial-gradient(circle at top right, rgba(212, 155, 54, 0.08), transparent 34%),
        rgba(255, 253, 248, 0.98);
    box-shadow: 0 14px 30px rgba(50, 35, 15, 0.06);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.games-route-card::after {
    content: "\203A";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-top: 6px;
    border: 1px solid #e4d7c4;
    border-radius: 999px;
    color: #7c1915;
    font-size: 1rem;
    font-weight: 900;
    background: rgba(255, 250, 243, 0.92);
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.games-route-card:hover,
.games-route-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(155, 28, 28, 0.26);
    box-shadow: 0 18px 34px rgba(50, 35, 15, 0.09);
}

.games-route-card:hover::after,
.games-route-card:focus-visible::after {
    transform: translateX(2px);
    border-color: rgba(155, 28, 28, 0.3);
    background: #fff4e2;
}

.games-route-card strong {
    font-size: 1rem;
    line-height: 1.2;
    text-wrap: balance;
}

.games-route-kicker {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    min-height: 28px;
    border: 1px solid #ead8be;
    border-radius: 999px;
    padding: 0 10px;
    color: #8a5a12;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: rgba(255, 248, 236, 0.92);
}

.games-route-card span {
    color: #5d5246;
    font-size: 0.86rem;
    line-height: 1.45;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tag-cloud-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #eadbc6;
    border-radius: 999px;
    padding: 9px 12px;
    color: #43382f;
    font-size: 0.86rem;
    text-decoration: none;
    background: #fbf1e2;
}

.tag-cloud-chip:hover,
.tag-cloud-chip:focus {
    border-color: #d49b36;
    color: #6b130f;
    background: #fff7e8;
}

.tag-cloud-chip span {
    line-height: 1.1;
}

.tag-cloud-chip-logo {
    padding-right: 12px;
}

.tag-cloud-chip-logo img {
    display: block;
    width: 58px;
    height: 24px;
    border: 1px solid var(--logo-shell-border);
    border-radius: 8px;
    object-fit: contain;
    background: var(--logo-shell-bg);
    box-shadow: 0 6px 14px rgba(20, 14, 9, 0.14);
    padding: 3px 6px;
}

.directory-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 26px;
    align-items: stretch;
    margin-bottom: 32px;
}

.directory-hero-copy {
    display: grid;
    align-content: center;
    min-width: 0;
    min-height: 360px;
    padding: 10px 0;
}

.directory-hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(2.7rem, 5vw, 5rem);
    letter-spacing: -0.06em;
    line-height: 0.94;
}

.directory-hero-panel {
    display: grid;
    gap: 18px;
    align-content: start;
    border: 1px solid rgba(210, 184, 143, 0.76);
    border-radius: 28px;
    padding: 24px;
    background:
        radial-gradient(circle at top right, rgba(155, 28, 28, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(255, 252, 246, 0.99) 0%, rgba(252, 244, 233, 0.97) 100%);
    box-shadow: 0 24px 54px rgba(50, 35, 15, 0.1);
}

.directory-hero-panel h2 {
    margin: 0;
    font-size: clamp(1.55rem, 2.5vw, 2.25rem);
    line-height: 1.06;
}

.directory-hero-panel p {
    margin: 0;
    color: #5d5246;
}

.directory-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.directory-metric-grid article {
    display: grid;
    gap: 5px;
    border: 1px solid rgba(224, 216, 200, 0.95);
    border-radius: 18px;
    padding: 16px;
    background: rgba(255, 253, 248, 0.84);
}

.directory-metric-grid strong {
    color: #9b1c1c;
    font-size: clamp(1.5rem, 2.3vw, 2.25rem);
    line-height: 1;
}

.directory-metric-grid span {
    color: #5d5246;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.review-command-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.review-command-strip article,
.methodology-layer-grid article,
.criteria-board article,
.methodology-timeline li {
    position: relative;
    overflow: hidden;
    border: 1px solid #e5d8c5;
    border-radius: 20px;
    background:
        radial-gradient(circle at top right, rgba(212, 155, 54, 0.1), transparent 36%),
        rgba(255, 253, 248, 0.96);
    box-shadow: 0 16px 34px rgba(50, 35, 15, 0.06);
}

.review-command-strip article {
    display: grid;
    gap: 8px;
    padding: 20px;
}

.review-command-strip span,
.methodology-layer-grid span,
.methodology-timeline span {
    color: #9b1c1c;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.review-command-strip strong,
.methodology-layer-grid h3,
.criteria-board strong,
.methodology-timeline strong {
    color: #171311;
    font-size: 1.08rem;
    line-height: 1.16;
}

.review-command-strip p,
.methodology-layer-grid p,
.criteria-board p,
.methodology-timeline p {
    margin: 0;
    color: #5d5246;
    font-size: 0.92rem;
    line-height: 1.48;
}

.market-shortcut-cloud {
    align-items: stretch;
}

.market-shortcut-chip {
    border-radius: 16px;
    padding: 12px 14px;
}

.market-shortcut-chip strong {
    font-size: 0.94rem;
}

.market-shortcut-chip span {
    color: #7a6755;
    font-size: 0.78rem;
    font-weight: 800;
}

.review-index-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 16px;
}

.review-index-card {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 14px 18px;
    min-width: 0;
    min-height: 100%;
    border: 1px solid #e5d8c5;
    border-radius: 24px;
    padding: 18px;
    color: #161616;
    text-decoration: none;
    background:
        radial-gradient(circle at top right, rgba(155, 28, 28, 0.045), transparent 34%),
        linear-gradient(180deg, rgba(255, 253, 248, 0.99) 0%, rgba(251, 246, 238, 0.97) 100%);
    box-shadow: 0 18px 38px rgba(50, 35, 15, 0.07);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.review-index-card:hover,
.review-index-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(155, 28, 28, 0.26);
    box-shadow: 0 24px 48px rgba(50, 35, 15, 0.11);
}

.review-index-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 78px;
    border: 1px solid var(--logo-shell-border);
    border-radius: 18px;
    padding: 9px 12px;
    color: #8a1515;
    font-size: 1.2rem;
    font-weight: 900;
    background: var(--logo-shell-bg);
    box-shadow: var(--logo-shell-shadow);
}

.review-index-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.review-index-body {
    display: grid;
    min-width: 0;
    gap: 8px;
}

.review-index-topline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.review-index-pill {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border-radius: 999px;
    padding: 0 10px;
    color: #7c1915;
    font-size: 0.72rem;
    font-weight: 900;
    background: #f7dec0;
}

.review-index-body > strong {
    font-size: 1.32rem;
    line-height: 1.1;
}

.review-index-summary {
    color: #5d5246;
    font-size: 0.9rem;
    line-height: 1.42;
}

.review-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 2px;
}

.review-chip-row span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border: 1px solid #ead8be;
    border-radius: 999px;
    padding: 0 9px;
    color: #5d4f42;
    font-size: 0.72rem;
    font-weight: 800;
    background: rgba(255, 248, 236, 0.88);
}

.review-index-footer {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid #eee2d1;
}

.review-index-source-panel {
    align-items: center;
}

.methodology-layer-grid,
.criteria-board {
    display: grid;
    gap: 14px;
}

.methodology-layer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.methodology-layer-grid article {
    display: grid;
    gap: 10px;
    padding: 20px;
}

.methodology-layer-grid h3 {
    margin: 0;
}

.criteria-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.criteria-board article {
    display: grid;
    gap: 9px;
    padding: 18px;
}

.methodology-timeline {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.methodology-timeline li {
    display: grid;
    gap: 9px;
    min-height: 210px;
    padding: 18px;
}

.methodology-card-strong,
.methodology-card-warning {
    border-radius: 22px;
    padding: 24px;
    background:
        radial-gradient(circle at top right, rgba(212, 155, 54, 0.1), transparent 34%),
        rgba(255, 253, 248, 0.98);
    box-shadow: 0 18px 38px rgba(50, 35, 15, 0.06);
}

.methodology-card-warning {
    background:
        radial-gradient(circle at top right, rgba(155, 28, 28, 0.08), transparent 34%),
        rgba(255, 253, 248, 0.98);
}

.methodology-source-panel {
    align-items: center;
}

.provider-platform-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(88px, 88px));
    gap: 12px;
}

.provider-platform-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    border: 1px solid var(--logo-shell-border);
    border-radius: 16px;
    padding: 10px;
    background: var(--logo-shell-bg);
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.provider-platform-logo:hover,
.provider-platform-logo:focus {
    transform: translateY(-2px);
    border-color: rgba(155, 28, 28, 0.24);
    box-shadow: 0 10px 24px rgba(50, 35, 15, 0.08);
}

.provider-platform-logo .casino-mark {
    width: 100%;
    height: 100%;
    max-width: 64px;
    max-height: 44px;
}

.split-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.promotion-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.promotion-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #e0d8c8;
    border-radius: 14px;
    padding: 18px;
    background: #fffdf8;
}

.promotion-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.promotion-card-link:hover {
    border-color: #c49a52;
    box-shadow: 0 16px 28px rgba(30, 24, 18, 0.08);
    transform: translateY(-2px);
}

.promotion-card h3 {
    margin: 0 0 8px;
    font-size: 1.2rem;
}

.promotion-card p {
    margin: 0;
    color: #51483e;
}

.provider-casino-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.provider-casino-card {
    display: grid;
    gap: 14px;
    min-height: 100%;
    border-radius: 18px;
    padding: 18px;
}

.provider-casino-head {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
}

.provider-casino-content {
    min-width: 0;
    display: grid;
    gap: 8px;
    align-content: start;
    padding-top: 2px;
}

.provider-casino-logo,
.provider-casino-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 52px;
    border: 1px solid var(--logo-shell-border);
    border-radius: 14px;
    padding: 6px 8px;
    object-fit: contain;
    background: var(--logo-shell-bg);
    box-shadow: 0 8px 18px rgba(20, 14, 9, 0.10);
}

.provider-casino-fallback {
    color: #8a1515;
    font-size: 1rem;
    font-weight: 900;
}

.provider-casino-content h3 {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.15;
}

.provider-casino-summary {
    margin: 0;
    color: #6a5d50;
    font-size: 0.8rem;
    line-height: 1.4;
}

.provider-context-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
}

.provider-context-chip {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    flex: 0 0 auto;
    border: 1px solid #ecdabf;
    border-radius: 999px;
    padding: 5px 10px;
    color: #5d4f42;
    font-size: 0.74rem;
    line-height: 1.1;
    white-space: nowrap;
    font-weight: 800;
    background: #fff8ed;
}

.provider-context-chip-muted {
    color: #8a5a12;
    background: #fff4df;
}

.provider-casino-note {
    color: #4f463d;
    font-size: 0.88rem;
    line-height: 1.45;
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.provider-casino-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 4px;
}

.provider-casino-cta {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    border: 1px solid #e3cfb1;
    border-radius: 999px;
    padding: 0 12px;
    color: #7c1915;
    font-size: 0.76rem;
    font-weight: 900;
    background: #fff7eb;
}

.provider-casino-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border: 1px solid #e3cfb1;
    border-radius: 999px;
    color: #7c1915;
    font-size: 1rem;
    font-weight: 900;
    background: #fff7eb;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.provider-casino-card:hover .provider-casino-arrow,
.provider-casino-card:focus-visible .provider-casino-arrow {
    transform: translateX(2px);
    border-color: rgba(155, 28, 28, 0.3);
    background: #fff3dd;
}

.clean-list {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.clean-list li {
    position: relative;
    padding-left: 24px;
}

.clean-list li::before {
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #8a5a12;
    content: "";
}

.positive-list li::before {
    background: #2f7d46;
}

.warning-list li::before {
    background: #9b1c1c;
}

.source-panel {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 20px;
    border: 1px solid #e0d8c8;
    border-radius: 14px;
    padding: 22px;
    background: #fffdf8;
}

.source-panel p {
    margin-bottom: 0;
    color: #51483e;
}

.source-list {
    display: grid;
    gap: 9px;
    align-content: start;
    word-break: break-word;
}

.source-panel.methodology-source-panel {
    border-color: rgba(214, 183, 140, 0.74);
    background:
        radial-gradient(circle at top right, rgba(155, 28, 28, 0.08), transparent 36%),
        linear-gradient(180deg, rgba(255, 253, 248, 0.99) 0%, rgba(252, 244, 233, 0.98) 100%);
    box-shadow: 0 18px 38px rgba(50, 35, 15, 0.07);
}

.source-panel.methodology-source-panel h2 {
    color: #171311;
}

.source-panel.methodology-source-panel p:not(.eyebrow) {
    color: #51483e;
}

.source-panel.methodology-source-panel .source-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #e4d7c4;
    border-radius: 999px;
    min-height: 44px;
    padding: 0 14px;
    color: #6b130f;
    font-size: 0.86rem;
    font-weight: 900;
    text-decoration: none;
    background: rgba(255, 253, 248, 0.9);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.source-panel.methodology-source-panel .source-list a::after {
    color: #9b1c1c;
    content: "\203A";
    font-size: 1rem;
    font-weight: 900;
}

.source-panel.methodology-source-panel .source-list a:hover,
.source-panel.methodology-source-panel .source-list a:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(155, 28, 28, 0.28);
    box-shadow: 0 10px 22px rgba(50, 35, 15, 0.08);
}

.mobile-fab-stack {
    position: fixed;
    right: 18px;
    bottom: 22px;
    z-index: 40;
    display: grid;
    gap: 10px;
    justify-items: end;
    pointer-events: none;
}

.mobile-fab-stack > * {
    pointer-events: auto;
}

.mobile-fab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(214, 183, 140, 0.88);
    border-radius: 999px;
    padding: 0;
    color: #fffdf8;
    text-decoration: none;
    background: linear-gradient(135deg, #b91f1f, #8c1717);
    box-shadow: 0 16px 34px rgba(40, 28, 16, 0.24);
    cursor: pointer;
}

.mobile-fab svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.mobile-fab-secondary {
    color: #5b4032;
    background: rgba(255, 250, 241, 0.98);
}

.mobile-fab-top {
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.mobile-fab-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-footer {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    border-top: 1px solid #e0d8c8;
    background: #151312;
    color: #fffdf8;
    overflow-x: clip;
}

.footer-inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 26px 20px 18px;
}

.footer-top {
    display: grid;
    grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(150px, 1fr));
    gap: 22px;
}

.footer-brand img {
    display: block;
    width: 170px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 6px;
    background: #fffdf8;
}

.footer-brand p {
    color: #d7d0c4;
    font-size: 0.92rem;
    margin: 0;
}

.footer-col h2 {
    margin: 0 0 12px;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #d49b36;
}

.footer-links {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.footer-links a {
    color: #fffdf8;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 253, 248, 0.16);
    color: #bfb6a8;
    font-size: 0.84rem;
}

.footer-bottom a {
    color: #fffdf8;
}

.country-casino-panel .rank-list,
.promotion-list,
.provider-stack {
    padding-right: 4px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #d9c7ad transparent;
}

.country-casino-panel .rank-list::-webkit-scrollbar,
.promotion-list::-webkit-scrollbar,
.provider-stack::-webkit-scrollbar {
    width: 8px;
}

.country-casino-panel .rank-list::-webkit-scrollbar-thumb,
.promotion-list::-webkit-scrollbar-thumb,
.provider-stack::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(160, 125, 73, 0.34);
}

.country-casino-panel .rank-list::-webkit-scrollbar-track,
.promotion-list::-webkit-scrollbar-track,
.provider-stack::-webkit-scrollbar-track {
    background: transparent;
}

@media (max-width: 1360px) {
    .home-discovery {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .discovery-panel-casino {
        grid-column: 1 / -1;
        min-height: auto;
    }

    .provider-panel,
    .promotion-panel {
        min-height: 860px;
    }
}

@media (max-width: 1240px) {
    .home-discovery {
        grid-template-columns: 1fr;
    }

    .discovery-panel-casino,
    .provider-panel,
    .promotion-panel {
        min-height: auto;
    }
}

@media (max-width: 1040px) {
    .discovery-column-secondary {
        grid-template-columns: 1fr;
    }

    .provider-directory-grid {
        grid-template-columns: 1fr;
    }

    .provider-logo-list {
        grid-template-columns: 1fr;
    }

    .provider-logo-card {
        grid-template-columns: 90px minmax(0, 1fr);
        gap: 14px;
        padding: 12px;
    }

    .provider-logo-card img,
    .provider-logo-card > span:first-child {
        width: 90px;
        height: 50px;
    }

    .provider-logo-card-featured {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .provider-logo-card-featured img,
    .provider-logo-card-featured > span:first-child {
        width: 96px;
        height: 52px;
    }

    .games-hub-hero {
        grid-template-columns: 1fr;
    }

    .directory-hero,
    .methodology-layer-grid,
    .criteria-board,
    .methodology-timeline {
        grid-template-columns: 1fr;
    }

    .directory-hero-copy {
        min-height: 0;
    }

    .directory-hero-copy h1 {
        max-width: 14ch;
    }

    .review-command-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .site-header {
        position: static;
    }

    .site-header-inner {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 10px 14px;
        padding: 8px 14px;
    }

    .site-logo img {
        width: 160px;
    }

    .nav-toggle {
        display: block;
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip-path: inset(50%);
        opacity: 0;
    }

    .nav-toggle-button {
        display: inline-flex;
        align-self: center;
    }

    .nav-toggle:focus-visible ~ .nav-toggle-button {
        outline: 3px solid rgba(155, 28, 28, 0.34);
        outline-offset: 3px;
    }

    .site-nav {
        display: none;
        grid-column: 1 / -1;
        width: 100%;
        padding-top: 8px;
        border-top: 1px solid #eee3d2;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        font-size: 0.86rem;
    }

    .site-nav a {
        padding: 11px 0;
        border-bottom: 1px solid #f0e6d8;
    }

    .site-nav .cta {
        margin-top: 10px;
        padding: 11px 12px;
        text-align: center;
        border-bottom: 0;
    }

    .below-header-inner {
        justify-content: flex-start;
        padding: 10px 14px;
        overflow-x: auto;
    }

    .nav-toggle:checked ~ .nav-toggle-button span {
        transform: rotate(45deg);
    }

    .nav-toggle:checked ~ .nav-toggle-button span::before {
        transform: translateY(7px) rotate(90deg);
    }

    .nav-toggle:checked ~ .nav-toggle-button span::after {
        opacity: 0;
    }

    .nav-toggle:checked ~ .site-nav {
        display: flex;
    }

    main {
        padding: 34px 16px;
    }

    h1 {
        font-size: 2.35rem;
    }

    .lead {
        font-size: 1.02rem;
    }

    .home-hero-grid {
        grid-template-columns: 1fr;
        padding-top: 0;
    }

    .home-hero h1 {
        max-width: none;
        font-size: clamp(2.3rem, 10vw, 3.3rem);
    }

    .home-signal-strip,
    .games-signal-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .country-rail {
        flex-wrap: nowrap;
        scroll-snap-type: x mandatory;
    }

    .country-chip {
        width: 42px;
        height: 42px;
        scroll-snap-align: start;
    }

    .home-discovery {
        grid-template-columns: 1fr;
    }

    .discovery-panel {
        min-height: auto;
        border-radius: 16px;
        padding: 16px;
    }

    .panel-heading {
        margin-bottom: 12px;
    }

    .panel-heading-bar {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .panel-heading h2 {
        font-size: clamp(1.45rem, 6vw, 1.9rem);
    }

    .panel-heading p:not(.eyebrow) {
        font-size: 0.86rem;
        line-height: 1.42;
    }

    .scroll-tabs-shell {
        grid-template-columns: 34px minmax(0, 1fr) 34px;
        gap: 8px;
    }

    .scroll-tabs-button {
        display: inline-flex;
        width: 28px;
        height: 28px;
        flex-basis: 28px;
        font-size: 0.92rem;
    }

    .rank-item,
    .promo-row {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .rank-mark {
        width: min(34vw, 136px);
        height: 64px;
        flex-basis: min(34vw, 136px);
    }

    .promo-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .view-pill {
        justify-self: start;
    }

    .promo-row-footer {
        margin-top: 4px;
    }

    .provider-panel-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .provider-count {
        align-self: flex-start;
    }

    .provider-tabs {
        margin-top: 14px;
    }

    .provider-logo-list {
        grid-template-columns: 1fr;
    }

    .provider-logo-card {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 12px;
        padding: 12px;
        min-height: 0;
    }

    .provider-logo-card img,
    .provider-logo-card > span:first-child {
        width: 88px;
        height: 48px;
    }

    .provider-logo-card-featured {
        grid-template-columns: 88px minmax(0, 1fr);
        min-height: 0;
    }

    .provider-logo-card-featured img,
    .provider-logo-card-featured > span:first-child {
        width: 88px;
        height: 48px;
    }

    .provider-card-title {
        font-size: 0.94rem;
    }

    .grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .review-hero,
    .score-grid,
    .split-section,
    .source-panel {
        grid-template-columns: 1fr;
    }

    .review-actions {
        flex-direction: column;
    }

    .review-title-lockup {
        align-items: flex-start;
        gap: 12px;
    }

    .review-title-lockup img {
        width: 58px;
        height: 58px;
        border-radius: 16px;
        padding: 6px;
    }

    .review-title-lockup img.review-logo-wide {
        width: min(52vw, 156px);
        height: auto;
    }

    .review-title-lockup img.review-logo-low-res {
        width: min(46vw, 136px);
    }

    .provider-title-lockup {
        align-items: flex-start;
        gap: 12px;
    }

    .provider-title-lockup img {
        max-width: min(48vw, 160px);
        max-height: 72px;
        padding: 6px 8px;
        border-radius: 16px;
    }

    .provider-signal-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .provider-signal-chip {
        min-width: 0;
    }

    .provider-footprint-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .provider-casino-head {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .provider-casino-card {
        padding: 16px;
    }

    .provider-casino-footer {
        gap: 8px;
    }

    .button-primary,
    .button-secondary {
        width: 100%;
        box-sizing: border-box;
    }

    .review-section {
        margin-top: 38px;
    }

    .fact-list,
    .screenshot-grid,
    .promotion-grid,
    .game-matrix {
        grid-template-columns: 1fr;
    }

    .games-hub-side {
        padding: 18px;
        border-radius: 18px;
    }

    .games-signal-strip {
        margin-top: 22px;
    }

    .games-jump-nav {
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .games-jump-nav::-webkit-scrollbar {
        display: none;
    }

    .games-jump-chip {
        min-height: 38px;
        padding: 0 12px;
        font-size: 0.78rem;
        white-space: nowrap;
    }

    .games-entry-card,
    .games-intent-grid .card,
    .games-route-card {
        border-radius: 16px;
        padding: 16px;
    }

    .games-entry-card::after,
    .games-route-card::after {
        margin-top: 14px;
    }

    .games-route-grid,
    .games-route-grid-compact {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .games-route-card {
        min-height: 0;
    }

    .directory-hero {
        gap: 18px;
        margin-bottom: 24px;
    }

    .directory-hero-copy h1 {
        max-width: none;
        font-size: clamp(2.35rem, 11vw, 3.45rem);
    }

    .directory-hero-panel {
        border-radius: 20px;
        padding: 18px;
    }

    .directory-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .directory-metric-grid article {
        padding: 13px;
    }

    .review-index-grid {
        grid-template-columns: 1fr;
    }

    .review-index-card {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 12px;
        border-radius: 18px;
        padding: 14px;
    }

    .review-index-logo {
        width: 82px;
        height: 62px;
        border-radius: 14px;
        padding: 7px 9px;
    }

    .review-index-body > strong {
        font-size: 1.1rem;
    }

    .review-index-summary {
        font-size: 0.84rem;
    }

    .review-chip-row {
        gap: 6px;
    }

    .review-chip-row span {
        min-height: 26px;
        padding: 0 8px;
        font-size: 0.68rem;
    }

    .review-index-footer {
        padding-top: 10px;
    }

    .methodology-layer-grid article,
    .criteria-board article,
    .methodology-timeline li,
    .review-command-strip article {
        border-radius: 16px;
        padding: 16px;
        min-height: 0;
    }

    .compare-modal {
        align-items: end;
        padding: 0;
    }

    .compare-modal-dialog {
        width: 100%;
        max-height: min(88vh, calc(100dvh - 10px));
        border-radius: 24px 24px 0 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .compare-modal-head {
        gap: 12px;
        padding: 18px 18px 14px;
        position: sticky;
        top: 0;
        z-index: 2;
        background: #fffdf8;
    }

    .compare-modal-head h2 {
        font-size: 1.1rem;
        line-height: 1.15;
    }

    .compare-modal-close {
        align-self: flex-start;
        padding: 7px 12px;
        font-size: 0.76rem;
    }

    .compare-modal-body {
        gap: 12px;
        padding: 14px 14px 92px;
    }

    .compare-diff-block {
        gap: 10px;
    }

    .compare-diff-block h4 {
        font-size: 0.76rem;
    }

    .compare-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .compare-column {
        padding: 12px;
        border-radius: 16px;
        overflow: hidden;
    }

    .compare-column-head {
        gap: 10px;
        margin-bottom: 10px;
    }

    .compare-column-head strong {
        font-size: 0.84rem;
        line-height: 1.2;
    }

    .compare-chip-list {
        gap: 6px;
    }

    .compare-chip {
        min-height: 30px;
        padding: 0 9px;
        font-size: 0.72rem;
    }

    .compare-provider-groups {
        gap: 12px;
    }

    .compare-provider-group {
        gap: 8px;
        padding: 10px;
    }

    .compare-provider-group h5 {
        font-size: 0.72rem;
    }

    .provider-signal-chip {
        min-width: 100%;
    }

    .provider-casino-grid {
        grid-template-columns: 1fr;
    }

    .provider-casino-logo,
    .provider-casino-fallback {
        width: 64px;
        height: 48px;
    }

    .site-footer {
        margin-top: 30px;
    }

    .mobile-fab-stack {
        right: 14px;
        bottom: 18px;
    }

    .mobile-fab {
        width: 56px;
        height: 56px;
    }

    .footer-inner {
        padding: 24px 16px 18px;
    }

    .footer-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 16px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-brand img {
        width: 150px;
    }

    .footer-brand p {
        font-size: 0.86rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 520px) {
    main {
        width: 100vw;
        max-width: 100vw;
        margin-inline: 0;
        overflow: hidden;
    }

    .home-hero-grid,
    .review-hero,
    .directory-hero,
    .review-snapshot,
    .home-hero,
    .home-hero-copy {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    .home-hero h1,
    .directory-hero-copy h1,
    .review-title-lockup h1 {
        width: 100%;
        max-width: calc(100vw - 32px) !important;
        font-size: clamp(2rem, 10vw, 2.65rem);
        letter-spacing: -0.035em;
        line-height: 1.02;
    }

    .home-hero .lead,
    .review-hero .lead {
        max-width: calc(100vw - 32px);
        overflow-wrap: anywhere;
    }

    .review-snapshot dd,
    .review-snapshot p,
    .review-snapshot a {
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .home-signal-strip,
    .games-signal-strip {
        grid-template-columns: 1fr;
    }

    .directory-metric-grid {
        grid-template-columns: 1fr;
    }

    .review-index-card {
        grid-template-columns: 1fr;
    }

    .review-index-logo {
        width: 100%;
        max-width: 160px;
        height: 70px;
    }

    .review-index-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}
.review-page-nav {
    position: sticky;
    top: 1rem;
    z-index: 20;
    display: flex;
    gap: .65rem;
    align-items: center;
    overflow-x: auto;
    margin: 1rem 0 2rem;
    padding: .8rem 1rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 24px rgba(23, 44, 34, .08);
    white-space: nowrap;
}
.review-page-nav a { color: var(--muted); font-size: .9rem; font-weight: 700; text-decoration: none; }
.review-page-nav a:hover, .review-page-nav a:focus-visible { color: var(--accent-dark); }
.review-nav-count {
    display: inline-grid;
    place-items: center;
    min-width: 1.65rem;
    min-height: 1.65rem;
    margin-left: .18rem;
    border-radius: 999px;
    padding: 0 .4rem;
    color: #7f1616;
    font-size: .72rem;
    font-weight: 900;
    background: #f8e8d2;
}
.review-more-button { margin-top: 1rem; }
.screenshot-card figcaption { padding: .75rem .85rem 1rem; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.review-filter-bar {
    display: grid;
    grid-template-columns: minmax(220px, 2fr) repeat(2, minmax(160px, 1fr)) auto;
    gap: .8rem;
    align-items: end;
    margin-bottom: 1.25rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
}
.review-filter-bar label { display: grid; gap: .35rem; }
.review-filter-bar label span { color: var(--muted); font-size: .8rem; font-weight: 800; }
.review-filter-bar input, .review-filter-bar select, .review-filter-bar button {
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: .65rem .8rem;
    background: #fff;
    color: var(--ink);
    font: inherit;
}
.review-filter-bar button { cursor: pointer; font-weight: 800; }
.review-filter-bar p { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .88rem; }
.review-index-card[hidden] { display: none; }
@media (max-width: 760px) {
    .review-filter-bar { grid-template-columns: 1fr; }
    .review-page-nav { top: .5rem; margin-inline: -.25rem; }
}
