@font-face {
  font-family: "CasinoNu Sans";
  src: local("Segoe UI Variable"), local("Segoe UI");
  font-display: swap;
}

:root {
  color: #15352b;
  background: #f5f3eb;
  font-family: "CasinoNu Sans", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #15352b;
  --ink-deep: #0c281f;
  --forest: #123c2f;
  --lime: #dfff59;
  --paper: #f5f3eb;
  --paper-dark: #e9e6da;
  --white: #fffef9;
  --muted: #596b64;
  --line: rgba(21, 53, 43, .16);
  --radius: 24px;
  --shadow: 0 24px 70px rgba(18, 60, 47, .12);
  --section-space: clamp(5.25rem, 7.5vw, 6.875rem);
  --page-gutter: clamp(1.25rem, 4vw, 3rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; -webkit-text-size-adjust: 100%; }
body { margin: 0; min-width: 0; min-height: 100vh; background: var(--paper); color: var(--ink); line-height: 1.5; overflow-x: clip; }
body.menu-open { overflow: hidden; }
body, button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - (var(--page-gutter) * 2))); margin-inline: auto; }
.shell > *, .hero-grid > *, .review-grid > *, .prose-grid > *, .content-band .shell > * { min-width: 0; }
p { text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-160%); background: var(--lime); color: var(--ink-deep); border-radius: 8px; padding: 10px 14px; font-weight: 850; text-decoration: none; transition: transform .18s ease; }
.skip-link:focus { transform: translateY(0); }
:where(a, button):focus-visible { outline: 3px solid #97cc2e; outline-offset: 3px; border-radius: 5px; }
.hero :where(a, button):focus-visible, .updates-section :where(a, button):focus-visible, .site-footer :where(a, button):focus-visible { outline-color: var(--lime); }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.site-header { height: 76px; background: rgba(245, 243, 235, .92); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; font-size: 24px; letter-spacing: -.05em; font-weight: 700; position: relative; white-space: nowrap; }
.brand strong { color: var(--forest); font-weight: 900; }
.brand i { width: 7px; height: 7px; border-radius: 50%; background: #71ad18; display: inline-block; margin-left: 3px; }
.desktop-nav { display: flex; align-items: stretch; height: 100%; margin-left: auto; }
.desktop-nav a { display: flex; align-items: center; padding: 0 17px; text-decoration: none; font-size: 14px; font-weight: 650; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 3px; border-radius: 3px 3px 0 0; background: var(--ink); left: 17px; right: 17px; bottom: 0; transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.responsible-link { min-height: 44px; display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; text-decoration: none; }
.responsible-link span { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; }
.menu-button { display: none; width: 44px; height: 44px; flex: none; padding: 0; border-radius: 50%; background: var(--ink); color: white; border: 0; place-items: center; cursor: pointer; }
.menu-button [data-menu-icon] { width: 24px; height: 24px; display: grid; place-items: center; line-height: 0; }
.menu-button .icon { display: block; width: 24px; height: 24px; stroke-width: 2; }
.mobile-nav { position: absolute; top: 76px; inset-inline: 0; max-height: calc(100dvh - 76px); overflow-y: auto; overscroll-behavior: contain; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
.mobile-nav[hidden] { display: none; }
.mobile-nav .shell { padding: 14px 0 24px; }
.mobile-nav a { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; font-size: 18px; font-weight: 750; text-decoration: none; border-bottom: 1px solid var(--line); }
.mobile-nav a[aria-current='page'] { color: #4f741e; }
.mobile-nav-overlay { position: fixed; z-index: 45; inset: 76px 0 0; width: 100%; border: 0; background: rgba(9, 31, 24, .54); backdrop-filter: blur(3px); cursor: pointer; }
.mobile-nav-overlay[hidden] { display: none; }
.verification-strip { background: var(--ink-deep); color: white; min-height: 38px; display: flex; align-items: center; }
.verification-strip .shell { display: flex; align-items: center; gap: 10px; font-size: 12px; }
.verification-strip strong { color: var(--lime); }
.verification-strip .pulse, .now-card-head i, .status-card-title i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(223, 255, 89, .12); }
.breadcrumbs { background: var(--paper); color: var(--muted); }
.breadcrumbs ol { min-height: 44px; display: flex; align-items: center; gap: 9px; margin-block: 0; padding: 8px 0; overflow: hidden; list-style: none; font-size: 11px; font-weight: 750; }
.breadcrumbs li { min-width: 0; display: flex; align-items: center; gap: 9px; }
.breadcrumbs li:not(:last-child) { flex: none; }
.breadcrumbs li:last-child { flex: 1 1 auto; overflow: hidden; }
.breadcrumbs li + li::before { content: "/"; color: #9ca9a3; }
.breadcrumbs a { color: var(--forest); text-underline-offset: 3px; }
.breadcrumbs span { display: block; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hero { min-height: 660px; background: var(--forest); color: white; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.11) 1px, transparent 1px); background-size: 30px 30px; mask-image: linear-gradient(to right, transparent, black); opacity: .45; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(50px, 7vw, 100px); align-items: center; padding: clamp(64px, 6vw, 78px) 0; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 8px; text-transform: uppercase; font-size: 12px; line-height: 1; font-weight: 850; letter-spacing: .13em; }
.eyebrow { color: var(--lime); margin-bottom: 24px; }
.eyebrow .icon { width: 17px; height: 17px; }
.hero h1, .page-hero h1, .review-hero h1, .not-found h1 { font-size: clamp(3.35rem, 5.8vw, 5.25rem); line-height: .95; letter-spacing: -.062em; margin: 0; max-width: 770px; }
h1 em, h2 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.hero-lede { font-size: clamp(1.05rem, 1.45vw, 1.19rem); line-height: 1.62; max-width: 610px; color: rgba(255,255,255,.74); margin: clamp(22px, 2.2vw, 28px) 0 clamp(26px, 2.5vw, 32px); }
.hero-actions { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.primary-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 22px; color: var(--ink-deep); background: var(--lime); text-decoration: none; border-radius: 9px; font-weight: 850; box-shadow: 0 8px 0 rgba(0,0,0,.12); transition: transform .2s ease, box-shadow .2s ease; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 10px 0 rgba(0,0,0,.12); }
.text-button, .light-link { min-height: 44px; display: inline-flex; align-items: center; color: white; text-underline-offset: 5px; font-weight: 700; }
.checked-line { margin-top: 31px; display: flex; align-items: center; gap: 8px; font-size: 12px; color: rgba(255,255,255,.6); }
.checked-line .icon { width: 17px; }
.checked-line strong { color: white; }
.now-card { width: 100%; max-width: 620px; justify-self: center; background: var(--white); color: var(--ink); border-radius: 28px; padding: 12px; transform: rotate(1.2deg); box-shadow: 26px 28px 0 rgba(6,31,23,.35); }
.now-card-head { display: flex; justify-content: space-between; align-items: center; padding: 12px 14px 20px; font-size: 11px; text-transform: uppercase; font-weight: 850; letter-spacing: .11em; }
.now-card-head span { display: flex; align-items: center; gap: 9px; }
.now-card-head small { color: var(--muted); font-weight: 700; }
.now-list { background: var(--paper); border-radius: 19px; overflow: hidden; }
.now-list > a { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 17px; text-decoration: none; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.now-list > a:last-child { border: 0; }
.now-list > a:hover { background: white; }
.now-casino { display: flex; align-items: center; gap: 12px; min-width: 0; }
.now-casino-copy { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.now-list strong { font-size: 15px; }
.now-casino-copy > span { font-size: 11px; color: var(--muted); }
.casino-favicon { width: 50px; height: 50px; flex: none; display: grid; place-items: center; padding: 7px; overflow: hidden; position: relative; background: linear-gradient(145deg, #fff, #f0eee6); border: 1px solid rgba(21,53,43,.14); border-radius: 15px; box-shadow: 0 8px 20px rgba(18,60,47,.09), inset 0 1px 0 rgba(255,255,255,.9); }
.casino-favicon::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(135deg, rgba(255,255,255,.42), transparent 45%); pointer-events: none; }
.casino-favicon img { display: block; width: 100%; height: 100%; object-fit: contain; position: relative; z-index: 1; }
.casino-favicon.is-compact { width: 42px; height: 42px; padding: 6px; border-radius: 13px; box-shadow: 0 5px 14px rgba(18,60,47,.08), inset 0 1px 0 rgba(255,255,255,.9); }
.status-pill { display: inline-flex; align-items: center; gap: 7px; border-radius: 100px; background: #e0f1e6; color: #1e6844; padding: 7px 10px; font-size: 11px; font-weight: 850; white-space: nowrap; }
.status-pill i { width: 6px; height: 6px; border-radius: 50%; background: #2c9b62; }
.status-pill.is-new { background: #efe7ff; color: #6941a5; }
.status-pill.is-new i { background: #8255be; }
.editorial-pill { display: inline-flex; align-items: center; justify-content: center; width: fit-content; max-width: 100%; min-height: 29px; padding: 6px 11px; border: 0; border-radius: 100px; font-size: 10.5px; line-height: 1.2; font-weight: 850; letter-spacing: .005em; text-align: center; white-space: nowrap; }
.editorial-pill.is-recommended { color: #173d30; background: #e2ff68; }
.editorial-pill.is-verified { color: #315f4d; background: #e4f1eb; }
.now-foot { display: flex; align-items: center; gap: 11px; padding: 18px 14px 9px; font-size: 11px; line-height: 1.45; color: var(--muted); }
.now-foot .icon { flex: none; color: var(--forest); }
.hero-orbit { position: absolute; border: 1px solid rgba(223,255,89,.22); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; right: -210px; top: 20px; }
.orbit-two { width: 270px; height: 270px; right: -70px; bottom: -190px; }
.recent-strip { padding: 48px 0; background: var(--ink-deep); color: white; }
.recent-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 25px; }
.recent-heading .kicker { color: var(--lime); }
.recent-heading h2 { margin: 0; font-size: clamp(1.75rem, 3vw, 2.7rem); letter-spacing: -.045em; }
.recent-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.recent-grid article { min-width: 0; padding: 22px; border-radius: 15px; background: rgba(255,255,255,.055); }
.recent-grid time { color: var(--lime); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.recent-grid h3 { margin: 12px 0 8px; font-size: 17px; letter-spacing: -.025em; }
.recent-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.55; }
.signal-bar { background: var(--paper); }
.signal-grid { min-height: 112px; display: grid; grid-template-columns: 1fr 1fr 1fr 1.2fr; align-items: stretch; gap: 9px; padding-block: 13px; }
.signal-grid > div { padding: 22px 24px; display: flex; flex-direction: column; justify-content: center; border-radius: 15px; background: var(--white); }
.signal-grid strong { font-size: 30px; line-height: 1; letter-spacing: -.04em; }
.signal-grid span { font-size: 11px; color: var(--muted); margin-top: 5px; line-height: 1.35; }
.signal-grid .signal-note { background: var(--lime); flex-direction: row; align-items: center; gap: 13px; }
.signal-note .icon { width: 28px; height: 28px; flex: none; }
.signal-grid .signal-note span { margin: 0; color: var(--ink); font-weight: 750; font-size: 12px; }
.section { padding: var(--section-space) 0; }
.section-heading h2, .updates-intro h2, .center-heading h2, .faq-grid h2, .prose-grid h2, .warning-list h2 { font-size: clamp(38px, 4vw, 58px); line-height: 1.04; letter-spacing: -.055em; margin: 14px 0 0; }
.kicker { color: #527267; }
.split-heading { display: grid; grid-template-columns: 1fr 400px; align-items: end; gap: 48px; margin-bottom: 50px; }
.split-heading p { color: var(--muted); line-height: 1.65; margin: 0 0 6px; }
.casino-list { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; }
.casino-row { grid-column: span 2; min-width: 0; min-height: 330px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.72); box-shadow: 0 15px 40px rgba(17,43,34,.055); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.casino-row:nth-last-child(-n+2) { grid-column: span 3; }
.casino-card-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.casino-identity { min-width: 0; display: flex; align-items: center; gap: 13px; }
.casino-identity h3 { margin: 0; font-size: 20px; line-height: 1.05; letter-spacing: -.035em; }
.casino-card-summary { min-height: 56px; margin: 21px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.casino-card-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; border-top: 1px solid var(--line); }
.casino-card-facts div { min-width: 0; padding: 14px 0; border-bottom: 1px solid var(--line); }
.casino-card-facts div:nth-child(odd) { padding-right: 13px; }
.casino-card-facts div:nth-child(even) { padding-left: 13px; border-left: 1px solid var(--line); }
.casino-card-facts dt { margin-bottom: 5px; color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.casino-card-facts dd { margin: 0; color: var(--ink); font-size: 11px; font-weight: 760; line-height: 1.45; overflow-wrap: anywhere; }
.casino-card-facts dd:has(.icon) { display: flex; align-items: center; gap: 6px; }
.casino-card-facts .icon { width: 14px; height: 14px; flex: none; }
.casino-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 20px; }
.casino-card-foot .editorial-pill { max-width: none; }
.row-action { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 16px; border-radius: 100px; background: var(--ink); color: white; font-size: 11px; font-weight: 850; text-decoration: none; white-space: nowrap; transition: transform .2s ease, background .2s ease; }
.row-action .icon { width: 15px; }
.row-action:hover { transform: translateX(3px); background: #2a604f; }
.editor-note { margin-top: 30px; padding: 28px 30px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 22px; border-radius: 22px; background: var(--ink); color: white; box-shadow: 0 20px 50px rgba(9,31,24,.13); }
.editor-note-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--lime); color: var(--ink); }
.editor-note-icon .icon { width: 25px; height: 25px; }
.editor-note-copy > span { color: var(--lime); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.editor-note h3 { margin: 7px 0 6px; font-size: 21px; line-height: 1.1; letter-spacing: -.035em; }
.editor-note p { max-width: 720px; margin: 0; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.6; }
.editor-note > a { min-height: 48px; display: inline-flex; align-items: center; gap: 10px; padding: 0 18px; border-radius: 100px; background: var(--lime); color: var(--ink); font-size: 12px; font-weight: 850; text-decoration: none; white-space: nowrap; }
.editor-note > a .icon { width: 16px; transition: transform .2s ease; }
.editor-note > a:hover .icon { transform: translateX(3px); }
.home-guide-section { background: var(--white); }
.home-guide { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 8vw, 110px); align-items: start; }
.home-guide-intro { position: sticky; top: 120px; }
.home-guide-intro h2 { font-size: clamp(2.7rem, 4.8vw, 4.5rem); line-height: .98; letter-spacing: -.06em; margin: 16px 0 25px; }
.home-guide-intro > p { color: var(--muted); line-height: 1.7; }
.home-guide-copy article { padding: 0 0 36px; margin-bottom: 36px; }
.home-guide-copy article:last-child { margin-bottom: 0; }
.home-guide-copy h3 { margin: 0 0 17px; font-size: clamp(1.5rem, 2vw, 2rem); letter-spacing: -.04em; }
.home-guide-copy p { color: var(--muted); font-size: 16px; line-height: 1.78; margin: 0 0 17px; }
.home-guide-copy p:last-child { margin-bottom: 0; }
.updates-section { background: var(--ink-deep); color: white; }
.updates-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.kicker-light { color: var(--lime); }
.updates-intro h2 { margin: 16px 0 24px; }
.updates-intro p { color: rgba(255,255,255,.6); line-height: 1.65; max-width: 390px; }
.light-link { gap: 8px; margin-top: 20px; font-size: 13px; }
.light-link .icon { width: 16px; }
.timeline article { display: grid; grid-template-columns: 96px 1fr; gap: 30px; padding: 0 0 35px; margin-bottom: 35px; border-bottom: 1px solid rgba(255,255,255,.12); }
.timeline article:last-child { margin-bottom: 0; }
.timeline-date { display: flex; flex-direction: column; }
.timeline-date span { color: var(--lime); font-size: 12px; font-weight: 800; }
.timeline-date i { font-style: normal; color: rgba(255,255,255,.1); font-size: 44px; line-height: 1; font-weight: 800; letter-spacing: -.06em; margin-top: 10px; }
.timeline h3 { margin: 0 0 9px; font-size: 20px; }
.timeline p { margin: 0; color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.6; }
.center-heading { text-align: center; }
.center-heading .kicker { justify-content: center; }
.center-heading h2 em { color: #5d8e34; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 58px; }
.promise-grid article { min-height: 300px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); position: relative; display: flex; flex-direction: column; justify-content: flex-end; transition: transform .2s ease, box-shadow .2s ease; }
.promise-grid article:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.promise-grid article > span { position: absolute; top: 25px; right: 25px; color: #a0aaa4; font-size: 11px; font-weight: 850; }
.promise-grid .icon { position: absolute; top: 27px; left: 27px; width: 34px; height: 34px; color: #5a8234; }
.promise-grid h3 { font-size: 23px; margin: 0 0 12px; letter-spacing: -.035em; }
.promise-grid p { color: var(--muted); line-height: 1.6; margin: 0; font-size: 14px; }
.provider-home-callout { padding: 76px 0; background: var(--ink-deep); color: white; }
.provider-home-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 8vw, 105px); align-items: start; }
.provider-home-grid h2 { margin: 14px 0 0; font-size: clamp(2.5rem, 4.5vw, 4.25rem); line-height: .98; letter-spacing: -.055em; }
.provider-home-grid p { margin: 0 0 23px; max-width: 670px; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.75; }
.provider-home-grid a { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; color: var(--lime); font-size: 13px; font-weight: 850; text-underline-offset: 5px; }
.provider-home-grid a .icon { width: 17px; }
.faq-section { border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-grid > div:first-child > p { color: var(--muted); line-height: 1.65; margin-top: 24px; max-width: 390px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; font-weight: 750; text-align: left; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { flex: none; transition: transform .2s ease; }
.faq-list details[open] summary .icon { transform: rotate(180deg); }
.faq-list details p { margin: -7px 0 26px; color: var(--muted); line-height: 1.65; font-size: 14px; padding-right: 40px; }
.page-hero, .review-hero { background: var(--forest); color: white; position: relative; overflow: hidden; }
.page-hero::after, .review-hero::after { content: ""; width: 560px; height: 560px; border: 1px solid rgba(223,255,89,.19); border-radius: 50%; position: absolute; right: -170px; top: -300px; box-shadow: 0 0 0 90px rgba(223,255,89,.025), 0 0 0 180px rgba(223,255,89,.018); }
.page-hero .shell { min-height: 455px; padding: 72px 0; display: flex; justify-content: center; flex-direction: column; position: relative; z-index: 2; }
.page-hero h1 { max-width: 900px; }
.page-hero > .shell > p { font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.66); max-width: 690px; margin: 28px 0 0; }
.page-list-intro { display: flex; justify-content: space-between; gap: 40px; margin-bottom: 30px; align-items: flex-start; }
.page-list-intro span { font-size: 11px; font-weight: 850; background: #e4edc8; padding: 10px 14px; border-radius: 100px; white-space: nowrap; }
.page-list-intro p { max-width: 540px; margin: 0; color: var(--muted); line-height: 1.6; }
.content-band a { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 850; text-underline-offset: 4px; }
.content-band a .icon { width: 16px; }
.upcoming-section { background: var(--white); }
.upcoming-table-wrap { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 24px 60px rgba(17,28,24,.08); }
.upcoming-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.upcoming-table caption { padding: 20px 24px; border-bottom: 1px solid var(--line); background: #f6f8f0; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-align: left; text-transform: uppercase; }
.upcoming-table th { padding: 15px 18px; background: var(--ink); color: rgba(255,255,255,.72); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.upcoming-table th:nth-child(1) { width: 15%; }
.upcoming-table th:nth-child(2) { width: 25%; }
.upcoming-table th:nth-child(3) { width: 21%; }
.upcoming-table th:nth-child(4) { width: 19%; }
.upcoming-table th:nth-child(5) { width: 20%; }
.upcoming-table td { padding: 22px 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.55; vertical-align: top; }
.upcoming-table tbody tr:last-child td { border-bottom: 0; }
.upcoming-table strong { display: block; color: var(--ink); font-size: 15px; }
.upcoming-table small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.upcoming-verified, .upcoming-site-status { display: inline-flex; width: fit-content; align-items: center; border-radius: 100px; font-size: 11px; font-weight: 850; line-height: 1.3; }
.upcoming-verified { margin-top: 9px; padding: 6px 9px; background: #e1edbd; color: var(--ink); }
.upcoming-site-status { padding: 7px 10px; background: #fff1c9; color: #594300; }
.upcoming-sources { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.upcoming-sources a { color: var(--ink); font-size: 12px; font-weight: 850; text-underline-offset: 4px; }
.registry-audit { margin: 28px 0 0; padding: 28px 30px; display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); gap: 36px; align-items: start; border: 0; border-radius: 18px; background: #e9efe7; box-shadow: 0 14px 36px rgba(17,43,34,.045); }
.registry-audit h2 { margin: 9px 0 0; max-width: 360px; color: var(--ink); font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.08; letter-spacing: -.04em; }
.registry-audit p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.upcoming-caveat { margin: 16px 0 0; padding: 22px 24px; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 16px; border: 0; border-radius: 18px; background: #f6f8f0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.upcoming-caveat > .icon { width: 24px; height: 24px; margin-top: 2px; color: #315c4d; }
.upcoming-caveat h2 { margin: 0 0 5px; color: var(--ink); font-size: 17px; letter-spacing: -.025em; }
.upcoming-caveat p { margin: 0; }
.content-band { padding: 80px 0; background: var(--lime); }
.content-band .shell { display: grid; grid-template-columns: .7fr 1fr; gap: 80px; align-items: start; }
.content-band h2 { font-size: 38px; line-height: 1.05; letter-spacing: -.05em; margin: 0; }
.content-band p { font-size: 16px; line-height: 1.7; margin: 0; max-width: 650px; }
.content-band a { grid-column: 2; }
.provider-explainer { background: var(--white); border-bottom: 1px solid var(--line); }
.provider-explainer-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(52px, 8vw, 110px); align-items: start; }
.provider-explainer h2 { margin: 14px 0 0; max-width: 520px; font-size: clamp(2.4rem, 4.3vw, 4rem); line-height: 1.01; letter-spacing: -.055em; }
.provider-explainer-copy p { margin: 0 0 18px; color: var(--muted); font-size: 16px; line-height: 1.76; }
.provider-explainer-copy a { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; margin-top: 5px; font-size: 13px; font-weight: 850; text-underline-offset: 5px; }
.provider-explainer-copy a .icon { width: 17px; }
.provider-directory { background: var(--paper); }
.provider-table-wrap { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 18px 52px rgba(17,43,34,.055); }
.provider-table { width: 100%; border-collapse: collapse; table-layout: fixed; background: var(--white); }
.provider-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.provider-table th { height: 52px; padding: 0 14px; border-bottom: 1px solid var(--line); background: #f3f4ef; color: var(--muted); font-size: 9px; line-height: 1.3; font-weight: 900; letter-spacing: .075em; text-align: left; text-transform: uppercase; }
.provider-table th:nth-child(1) { width: 5%; }
.provider-table th:nth-child(2) { width: 23%; }
.provider-table th:nth-child(3) { width: 16%; }
.provider-table th:nth-child(4) { width: 27%; }
.provider-table th:nth-child(5) { width: 18%; }
.provider-table th:nth-child(6) { width: 11%; text-align: right; }
.provider-table-row { scroll-margin-top: 110px; cursor: pointer; }
.provider-table-group + .provider-table-group .provider-table-row td { border-top: 1px solid var(--line); }
.provider-table-row td { height: 98px; padding: 16px 14px; background: var(--white); vertical-align: middle; transition: background .2s ease; }
.provider-table-row:hover td, .provider-table-row.is-open td { background: #f7f8f4; }
.provider-index { color: #899790; font-size: 11px; font-weight: 900; letter-spacing: .09em; }
.provider-table-name strong, .provider-table-name small { display: block; }
.provider-table-name strong { margin-bottom: 5px; font-size: 18px; line-height: 1.15; letter-spacing: -.025em; }
.provider-table-name small { color: var(--muted); font-size: 9px; line-height: 1.35; font-weight: 750; text-transform: uppercase; letter-spacing: .055em; }
.provider-permit { min-height: 29px; display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border: 0; border-radius: 999px; background: #e8f3ea; color: #2a6648; font-size: 10px; line-height: 1.15; font-weight: 850; white-space: nowrap; }
.provider-permit i { width: 6px; height: 6px; flex: none; border-radius: 50%; background: #31915d; }
.provider-permit.is-verified-via-parent { background: #edf0e8; color: #56655d; }
.provider-permit.is-verified-via-parent i { background: #6f8178; }
.provider-origin { width: fit-content; min-height: 29px; display: inline-flex; align-items: center; padding: 6px 10px; border: 0; border-radius: 999px; background: #f1f2ed; color: #56645e; font-size: 10px; line-height: 1.15; font-weight: 850; }
.provider-table-holder, .provider-table-validity { color: #344d43; font-size: 11px; line-height: 1.4; overflow-wrap: anywhere; }
.provider-holder-name { display: block; margin-bottom: 7px; }
.provider-table-action { text-align: right; }
.provider-table-action button { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 7px 8px; border: 0; border-radius: 9px; background: transparent; color: var(--forest); font-size: 10px; font-weight: 900; cursor: pointer; }
.provider-table-action button:hover { background: #e9eee8; }
.provider-table-action button:focus-visible { outline: 2px solid rgba(49,92,77,.42); outline-offset: 2px; }
.provider-table-action .icon { width: 16px; transition: transform .2s ease; }
.provider-table-action button[aria-expanded="true"] .icon { transform: rotate(180deg); }
.provider-detail-row[hidden] { display: none; }
.provider-detail-row > td { padding: 0; border-top: 1px solid var(--line); }
.provider-table-details { padding: 30px 34px 34px 76px; background: #fbfcf8; }
.provider-detail-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: clamp(34px, 5vw, 72px); align-items: start; }
.provider-detail-copy h3 { margin: 9px 0 14px; font-size: clamp(1.8rem, 3vw, 2.35rem); line-height: 1.05; letter-spacing: -.045em; }
.provider-detail-copy p { margin: 0; max-width: 650px; color: var(--muted); font-size: 14px; line-height: 1.72; }
.provider-facts { margin: 0; padding: 4px 0; border-block: 1px solid var(--line); }
.provider-facts > div { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 15px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.45; }
.provider-facts > div:last-child { border: 0; }
.provider-facts dt { color: var(--muted); }
.provider-facts dd { margin: 0; font-weight: 750; overflow-wrap: anywhere; }
.provider-casinos { margin-top: 24px; }
.provider-casinos h3 { margin: 0 0 11px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .095em; text-transform: uppercase; }
.provider-casinos > div, .provider-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.provider-casinos a, .provider-chips a { min-height: 34px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border: 0; border-radius: 999px; background: #edf5ef; color: #285942; font-size: 11px; line-height: 1.15; font-weight: 850; text-decoration: none; white-space: nowrap; }
.provider-casinos a:hover, .provider-chips a:hover { background: var(--lime); color: var(--ink); }
.provider-sources { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; padding-top: 25px; }
.provider-sources a { display: flex; flex-direction: column; gap: 2px; min-height: 48px; justify-content: center; padding: 8px 11px; border-radius: 10px; background: #f3f4eb; text-decoration: none; }
.provider-sources a:hover span { text-decoration: underline; text-underline-offset: 3px; }
.provider-sources span { font-size: 11px; font-weight: 850; }
.provider-sources small { color: var(--muted); font-size: 10px; line-height: 1.4; }
.review-hero { padding-bottom: 80px; }
.review-hero-grid { display: grid; grid-template-columns: 1fr 290px; gap: 100px; align-items: end; padding-top: 60px; position: relative; z-index: 2; }
.review-hero .eyebrow { display: flex; align-items: center; color: rgba(255,255,255,.64); }
.review-hero .eyebrow .status-pill { letter-spacing: 0; }
.review-hero h1 { margin-top: 24px; }
.review-hero-grid > div > p { max-width: 680px; color: rgba(255,255,255,.67); font-size: 16px; line-height: 1.65; margin: 24px 0 0; }
.editorial-panel { background: var(--white); color: var(--ink); border: 1px solid rgba(255,255,255,.5); border-radius: 22px; padding: 26px; }
.editorial-panel > small { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.editorial-panel .editorial-pill { min-height: 34px; margin: 13px 0 22px; padding: 8px 13px; font-size: 11px; }
.editorial-panel h2 { margin: 0 0 12px; font-size: 27px; line-height: 1.04; letter-spacing: -.045em; }
.editorial-panel p { color: var(--muted); font-size: 12px; line-height: 1.55; margin: 0 0 18px; }
.editorial-panel > span { display: block; padding-top: 14px; border-top: 1px solid var(--line); color: #718079; font-size: 10px; font-weight: 750; }
.review-grid { display: grid; grid-template-columns: 1fr 380px; gap: 100px; align-items: start; }
.review-section { padding: 0 0 44px; margin-bottom: 44px; border-bottom: 1px solid var(--line); }
.review-section h2 { margin: 0 0 18px; font-size: clamp(2rem, 3.8vw, 3rem); line-height: 1.04; letter-spacing: -.052em; }
.review-section > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.82; }
.verification-badge { width: fit-content; min-height: 22px; display: inline-flex; align-items: center; padding: 3px 8px; border: 0; border-radius: 999px; font-size: 9px; line-height: 1.15; font-weight: 850; letter-spacing: .025em; }
.verification-badge.is-primary-verified { color: #315f25; background: #e9f4d8; }
.verification-badge.is-operator-claim { color: #765018; background: #fff1cf; }
.verification-badge.is-not-publicly-verified { color: #617069; background: #eceee9; }
.fact-value { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; min-width: 0; }
.fact-value > span:first-child { overflow-wrap: anywhere; }
.practical-info { margin: 0 0 22px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 16px 50px rgba(17,43,34,.05); }
.practical-info-head { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.practical-info-head h2 { margin: 10px 0 7px; font-size: clamp(1.75rem, 2.5vw, 2.15rem); line-height: 1.08; letter-spacing: -.045em; }
.practical-info-head > p { max-width: 560px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.practical-grid { display: grid; grid-template-columns: 1fr 1fr; }
.practical-grid article { min-width: 0; padding: 25px 24px 22px 0; border-bottom: 1px solid var(--line); }
.practical-grid article:nth-child(odd) { padding-right: 28px; border-right: 1px solid var(--line); }
.practical-grid article:nth-child(even) { padding-left: 28px; }
.practical-grid article:nth-last-child(-n+2) { border-bottom: 0; padding-bottom: 0; }
.practical-grid small { display: block; margin-bottom: 10px; color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.practical-grid strong, .practical-grid .fact-value > span:first-child { font-size: 14px; line-height: 1.5; }
.practical-secondary { display: block; margin-top: 8px; color: var(--muted); font-size: 11px; line-height: 1.55; overflow-wrap: anywhere; }
.casino-providers { scroll-margin-top: 110px; margin: 0 0 22px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 16px 50px rgba(17,43,34,.05); }
.casino-providers h2 { margin: 10px 0 8px; font-size: clamp(1.75rem, 2.7vw, 2.25rem); line-height: 1.06; letter-spacing: -.047em; }
.casino-providers > div:first-child > p { max-width: 590px; margin: 0 0 22px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.provider-chips a .icon { width: 14px; }
.provider-relation-source { min-height: 40px; display: inline-flex; align-items: center; gap: 7px; margin-top: 17px; color: var(--muted); font-size: 11px; font-weight: 750; text-underline-offset: 4px; }
.provider-relation-source .icon { width: 14px; }
.provider-empty { padding: 18px; border: 0; border-radius: 15px; background: #f1f2ed; }
.provider-empty strong { font-size: 13px; }
.provider-empty p { margin: 6px 0 12px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.provider-empty a { min-height: 38px; display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 850; text-underline-offset: 4px; }
.provider-empty a .icon { width: 14px; }
.watch-panel { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 28px; align-items: center; margin: 0 0 55px; padding: 24px 28px; border: 0; border-radius: 18px; background: #edf4d8; }
.watch-panel > div { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; }
.watch-panel > div .icon { grid-row: 1 / span 2; width: 22px; color: #51752f; }
.watch-panel h2 { grid-column: 2; margin: 7px 0 0; font-size: 21px; line-height: 1.1; letter-spacing: -.035em; }
.watch-panel ul { list-style: none; margin: 0; padding: 0; }
.watch-panel li { position: relative; padding: 8px 0 8px 18px; border-top: 1px solid rgba(21,53,43,.12); color: #526158; font-size: 12px; line-height: 1.5; }
.watch-panel li::before { content: ""; position: absolute; left: 0; top: 15px; width: 6px; height: 6px; border-radius: 50%; background: #71ad18; }
.bonus-caution { display: grid; grid-template-columns: auto 1fr; gap: 14px; margin: -12px 0 44px; padding: 18px; border-radius: 15px; background: #edf4d8; border: 0; }
.bonus-caution .icon { width: 24px; color: #51752f; }
.bonus-caution p { margin: 0; color: #526158; font-size: 12px; line-height: 1.65; }
.bonus-caution strong { color: var(--ink); }
.profile-sources { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.profile-sources h2 { margin: 12px 0 8px; font-size: clamp(1.65rem, 3vw, 2.2rem); letter-spacing: -.045em; }
.profile-sources > p { max-width: 620px; margin: 0 0 22px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.profile-sources > div { border-top: 1px solid var(--line); }
.profile-sources a { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 12px 2px; border-bottom: 1px solid var(--line); text-decoration: none; }
.profile-sources a:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.profile-sources a > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.profile-sources a strong { font-size: 13px; }
.profile-sources a small { color: var(--muted); font-size: 11px; line-height: 1.45; }
.profile-sources a .icon { width: 17px; flex: none; }
.sticky-card { position: sticky; top: 92px; }
.status-card { border-radius: 22px; border: 1px solid var(--line); background: var(--white); padding: 14px; box-shadow: var(--shadow); }
.status-card-title { padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 11px; font-weight: 850; letter-spacing: .09em; }
.status-card-title > span { display: flex; align-items: center; gap: 8px; }
.status-card-title i { background: #71ad18; box-shadow: 0 0 0 5px rgba(113,173,24,.12); }
.status-card-title small { color: var(--muted); letter-spacing: 0; white-space: nowrap; }
.status-group + .status-group { margin-top: 10px; }
.status-group h3 { margin: 0; padding: 8px 10px 7px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .105em; text-transform: uppercase; }
.status-card dl { background: var(--paper); border-radius: 14px; margin: 0; padding: 2px 13px; }
.status-card dl div { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 9px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 11px; line-height: 1.4; }
.status-card dl div:last-child { border: 0; }
.status-card dt { color: var(--muted); }
.status-card dd { margin: 0; font-weight: 750; overflow-wrap: anywhere; }
.status-card .verification-badge { font-size: 8px; }
.editorial-source { display: block; width: fit-content; margin-top: 5px; color: var(--muted); font-size: 8px; font-weight: 750; letter-spacing: .02em; }
.prose-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.prose p, .legal-copy p { color: var(--muted); font-size: 17px; line-height: 1.8; margin: 0 0 24px; }
.prose blockquote { margin: 42px 0 0; padding: 26px 28px; border: 0; border-radius: 16px; background: #f3f4eb; font-size: 27px; line-height: 1.25; letter-spacing: -.035em; font-family: Georgia, serif; }
.method-list { border-top: 1px solid var(--line); }
.method-list article { display: grid; grid-template-columns: 80px 1fr 50px; gap: 40px; align-items: center; padding: 38px 10px; border-bottom: 1px solid var(--line); }
.method-list article > span { color: #8a9891; font-size: 12px; font-weight: 850; }
.method-list h2 { margin: 0 0 8px; font-size: 27px; letter-spacing: -.04em; }
.method-list p { margin: 0; color: var(--muted); line-height: 1.6; }
.method-list article > .icon { width: 32px; height: 32px; color: #628b39; }
.responsible-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.support-card { background: var(--ink-deep); color: white; border-radius: 28px; padding: 50px; }
.support-card > span { color: var(--lime); text-transform: uppercase; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.support-card h2 { font-size: 45px; line-height: 1.05; letter-spacing: -.05em; }
.support-card p { color: rgba(255,255,255,.62); line-height: 1.7; }
.support-card > a, .warning-list > a { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; font-weight: 850; text-underline-offset: 5px; }
.support-card > a .icon, .warning-list > a .icon { width: 17px; }
.warning-list { padding: 25px 0; }
.warning-list h2 { margin-bottom: 35px; }
.warning-list ul { list-style: none; padding: 0; margin: 0; }
.warning-list li { position: relative; color: var(--muted); border-top: 1px solid var(--line); line-height: 1.45; }
.warning-list li::before { content: ""; position: absolute; left: 0; width: 6px; height: 6px; border-radius: 50%; background: #71ad18; }
.warning-list li { padding-block: 15px; padding-left: 24px; font-size: 15px; }
.warning-list li::before { top: 22px; }
.warning-list > p { color: var(--muted); line-height: 1.65; margin-top: 30px; }
.legal-copy { max-width: 760px; }
.legal-copy h2 { font-size: 30px; letter-spacing: -.04em; margin: 0 0 15px; }
.legal-copy p + h2 { margin-top: 55px; }
.not-found { min-height: 650px; display: grid; place-items: center; text-align: center; }
.not-found span { font-size: 13px; font-weight: 850; color: var(--muted); }
.not-found h1 { font-size: 60px; margin: 12px auto 18px; }
.not-found p { color: var(--muted); }
.not-found .primary-button { margin-top: 20px; }
.site-footer { background: #091f18; color: white; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 65px; padding: 75px 0 65px; }
.brand-light strong { color: var(--lime); }
.footer-top > div:first-child > p { color: rgba(255,255,255,.48); line-height: 1.65; max-width: 260px; font-size: 13px; }
.footer-top h3 { color: rgba(255,255,255,.58); text-transform: uppercase; font-size: 11px; letter-spacing: .11em; margin: 4px 0 20px; }
.footer-top > div:not(:first-child) { display: flex; flex-direction: column; gap: 12px; }
.footer-top > div:not(:first-child) a { min-height: 36px; display: flex; align-items: center; color: rgba(255,255,255,.78); text-decoration: none; font-size: 13px; }
.footer-top > div:not(:first-child) a:hover { color: var(--lime); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 30px; color: rgba(255,255,255,.6); font-size: 12px; }
.footer-bottom strong { color: white; }
@media (hover: hover) {
  .casino-row:hover { transform: translateY(-4px); box-shadow: 0 22px 58px rgba(17, 43, 34,.09); }
}

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .menu-button { display: grid; }
  .hero-grid { gap: 44px; }
  .recent-grid { grid-template-columns: 1fr 1fr; }
  .casino-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .casino-row, .casino-row:nth-last-child(-n+2) { grid-column: auto; }
  .casino-row:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .editor-note { grid-template-columns: auto minmax(0, 1fr); }
  .editor-note > a { grid-column: 2; justify-self: start; }
  .updates-grid, .faq-grid { gap: 55px; }
  .provider-table th, .provider-table-row td { padding-inline: 10px; }
  .provider-table-holder { font-size: 10px; }
  .provider-permit { white-space: normal; }
  .provider-table-details { padding-left: 54px; }
  .review-grid { grid-template-columns: 1fr 330px; gap: 50px; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-top > div:last-child { display: none; }
}

@media (min-width: 781px) and (max-height: 900px) {
  .sticky-card { position: static; }
}

@media (max-width: 780px) {
  :root { --section-space: clamp(4.25rem, 10vw, 4.875rem); --page-gutter: clamp(1rem, 4vw, 2.5rem); }
  .shell { width: min(100% - (var(--page-gutter) * 2), 700px); }
  .site-header { height: 68px; }
  .mobile-nav { top: 68px; max-height: calc(100dvh - 68px); }
  .mobile-nav-overlay { inset-block-start: 68px; }
  .responsible-link { display: none; }
  .verification-strip .shell { min-height: 36px; justify-content: center; }
  .verification-strip span:last-child { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 65px 0 75px; }
  .hero h1, .page-hero h1, .review-hero h1 { font-size: clamp(3rem, 9vw, 4.1rem); line-height: .96; }
  .hero-lede { font-size: 16px; }
  .now-card { transform: none; box-shadow: 12px 14px 0 rgba(6,31,23,.35); }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: var(--section-space) 0; }
  .recent-strip { padding: 42px 0; }
  .recent-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .split-heading, .updates-grid, .faq-grid, .content-band .shell, .prose-grid, .responsible-grid, .provider-home-grid, .provider-explainer-grid { grid-template-columns: 1fr; gap: 32px; }
  .split-heading { margin-bottom: 35px; }
  .casino-list { grid-template-columns: 1fr; }
  .casino-row, .casino-row:nth-last-child(-n+2), .casino-row:last-child:nth-child(odd) { grid-column: auto; min-height: 0; }
  .casino-card-summary { min-height: 0; }
  .updates-grid { gap: 55px; }
  .promise-grid { grid-template-columns: 1fr; }
  .home-guide { grid-template-columns: 1fr; gap: 45px; }
  .home-guide-intro { position: static; }
  .promise-grid article { min-height: 255px; }
  .page-hero .shell { min-height: 415px; padding: 62px 0; }
  .page-list-intro { flex-direction: column; }
  .registry-audit { grid-template-columns: 1fr; gap: 18px; }
  .content-band .shell { gap: 20px; }
  .content-band { padding: 66px 0; }
  .content-band h2 { font-size: clamp(2rem, 7vw, 2.4rem); }
  .content-band a { grid-column: auto; }
  .provider-home-callout { padding: 64px 0; }
  .provider-home-grid { gap: 24px; }
  .provider-explainer-grid { gap: 36px; }
  .provider-table-wrap { border-radius: 18px; box-shadow: 0 12px 32px rgba(17,43,34,.045); }
  .provider-table, .provider-table-group, .provider-table-row, .provider-detail-row { display: block; width: 100%; }
  .provider-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .provider-table-group { scroll-margin-top: 85px; }
  .provider-table-group + .provider-table-group .provider-table-row { border-top: 1px solid var(--line); }
  .provider-table-row { min-height: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 11px 16px; padding: 20px; background: var(--white); }
  .provider-table-row:hover td, .provider-table-row.is-open td { background: transparent; }
  .provider-table-row.is-open { background: #f7f8f4; }
  .provider-table-row td { display: block; height: auto; padding: 0; border: 0 !important; background: transparent; }
  .provider-index { grid-column: 1; grid-row: 1; }
  .provider-table-name { grid-column: 1; grid-row: 2; }
  .provider-table-origin { grid-column: 1; grid-row: 3; }
  .provider-table-holder { grid-column: 1 / -1; grid-row: 4; margin-top: 5px; padding-top: 15px !important; border-top: 1px solid var(--line) !important; font-size: 11px; }
  .provider-table-holder::before, .provider-table-validity::before { content: attr(data-label); display: block; margin-bottom: 7px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; }
  .provider-table-validity { grid-column: 1 / -1; grid-row: 5; display: grid !important; grid-template-columns: 125px minmax(0, 1fr); align-items: baseline; gap: 12px; }
  .provider-table-validity::before { margin: 0; }
  .provider-table-action { grid-column: 2; grid-row: 1 / span 3; align-self: center; }
  .provider-detail-row[hidden] { display: none; }
  .provider-detail-row > td { display: block; padding: 0; border-top: 1px solid var(--line); }
  .provider-table-details { padding: 24px 20px 26px; }
  .provider-detail-grid { grid-template-columns: 1fr; gap: 28px; }
  .provider-sources { grid-template-columns: 1fr; }
  .review-hero-grid { grid-template-columns: 1fr; gap: 45px; padding-top: 42px; }
  .editorial-panel { max-width: 340px; }
  .review-grid { grid-template-columns: 1fr; }
  .sticky-card { position: static; grid-row: 1; }
  .practical-info { padding: 26px; }
  .casino-providers { padding: 26px; }
  .practical-grid { grid-template-columns: 1fr; }
  .practical-grid article, .practical-grid article:nth-child(odd), .practical-grid article:nth-child(even) { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .practical-grid article:last-child { padding-bottom: 0; border-bottom: 0; }
  .watch-panel { grid-template-columns: 1fr; gap: 18px; }
  .profile-sources { padding: 26px; }
  .method-list article { grid-template-columns: 42px minmax(0, 1fr) 34px; gap: 18px; padding: 30px 4px; }
  .method-list h2 { font-size: clamp(1.35rem, 4vw, 1.65rem); }
  .method-list p { font-size: 14px; }
  .method-list article > .icon { width: 28px; height: 28px; }
  .support-card { padding: clamp(30px, 7vw, 44px); }
  .support-card h2 { font-size: clamp(2.15rem, 7.5vw, 2.8rem); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
  .footer-top > div:last-child { display: flex; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 22px 0; gap: 2px; }
}

@media (max-width: 780px) {
  .upcoming-table-wrap { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .upcoming-table, .upcoming-table tbody, .upcoming-table tr, .upcoming-table td { display: block; width: 100%; }
  .upcoming-table { table-layout: auto; }
  .upcoming-table caption { display: block; padding: 15px 18px; border: 1px solid var(--line); border-radius: 14px; }
  .upcoming-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .upcoming-table tbody { margin-top: 14px; }
  .upcoming-table tr { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 16px 40px rgba(17,28,24,.07); }
  .upcoming-table td { display: grid; grid-template-columns: 138px minmax(0, 1fr); gap: 16px; padding: 16px 20px; }
  .upcoming-table td::before { content: attr(data-label); color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
  .upcoming-table td > * { grid-column: 2; }
  .upcoming-table td.upcoming-sources { display: grid; align-items: start; }
  .upcoming-sources a { grid-column: 2; }
}

@media (max-width: 480px) {
  :root { --section-space: 4rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions .primary-button, .hero-actions .text-button { width: 100%; justify-content: space-between; }
  .hero-grid { padding: 56px 0 70px; }
  .now-list > a { grid-template-columns: minmax(0, 1fr) auto; gap: 11px; padding: 15px 13px; }
  .now-list strong { font-size: 14px; }
  .casino-favicon.is-compact { width: 38px; height: 38px; border-radius: 11px; padding: 5px; }
  .status-pill { padding: 6px 8px; }
  .now-list .editorial-pill { padding-inline: 8px; font-size: 9px; }
  .recent-grid { grid-template-columns: 1fr; }
  .recent-grid { gap: 8px; }
  .signal-grid > div { padding: 20px 16px; }
  .signal-grid strong { font-size: 25px; }
  .casino-identity { gap: 11px; }
  .casino-identity .casino-favicon { width: 44px; height: 44px; border-radius: 13px; padding: 6px; }
  .casino-identity h3 { font-size: 16px; }
  .casino-row { padding: 21px; }
  .casino-card-summary { margin: 18px 0 20px; }
  .casino-card-facts { grid-template-columns: 1fr; }
  .casino-card-facts div:nth-child(odd), .casino-card-facts div:nth-child(even) { padding: 12px 0; border-left: 0; }
  .casino-card-facts div { display: grid; grid-template-columns: 95px minmax(0, 1fr); gap: 12px; align-items: baseline; }
  .casino-card-facts dt { margin: 0; }
  .casino-card-foot { align-items: flex-end; }
  .editor-note { padding: 24px; gap: 16px; }
  .editor-note-icon { width: 46px; height: 46px; border-radius: 14px; }
  .editor-note h3 { font-size: 19px; }
  .timeline article { grid-template-columns: 70px 1fr; gap: 20px; }
  .section-heading h2, .updates-intro h2, .center-heading h2, .faq-grid h2, .prose-grid h2, .warning-list h2 { font-size: clamp(2.2rem, 10.5vw, 2.55rem); }
  .page-hero .shell { min-height: 390px; padding: 54px 0; }
  .page-hero > .shell > p { font-size: 16px; }
  .upcoming-table caption { display: none; }
  .upcoming-table tbody { margin-top: 0; }
  .upcoming-table td { display: block; padding: 17px 18px; }
  .upcoming-table td::before { display: block; margin-bottom: 6px; }
  .upcoming-table td > * { grid-column: auto; }
  .upcoming-table td.upcoming-sources { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .upcoming-table td.upcoming-sources::before { grid-column: 1 / -1; }
  .upcoming-sources a { grid-column: auto; min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 0 10px; border: 1px solid var(--line); border-radius: 100px; text-decoration: none; }
  .registry-audit { padding: 23px; }
  .upcoming-caveat { padding: 18px; }
  .review-hero { padding-bottom: 64px; }
  .review-hero-grid { padding-top: 34px; }
  .editorial-panel { max-width: none; width: 100%; }
  .status-card dl div { grid-template-columns: 96px minmax(0, 1fr); }
  .provider-table-row { padding: 18px; }
  .provider-table-details { padding: 22px 18px 24px; }
  .provider-facts > div { grid-template-columns: 112px minmax(0, 1fr); }
  .review-section > p, .home-guide-copy p { font-size: 15px; }
  .method-list article { grid-template-columns: 30px minmax(0, 1fr) 28px; gap: 12px; }
  .method-list article > .icon { width: 24px; height: 24px; }
  .support-card { border-radius: 22px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top > div:first-child { grid-column: auto; }
}

@media (max-width: 360px) {
  .hero h1, .page-hero h1, .review-hero h1 { font-size: 2.9rem; }
  .eyebrow, .kicker { letter-spacing: .1em; }
  .signal-grid { grid-template-columns: 1fr; }
  .casino-card-head { align-items: flex-start; flex-direction: column; }
  .casino-card-foot { align-items: flex-start; flex-direction: column; }
  .row-action { width: 100%; justify-content: space-between; }
  .editor-note { grid-template-columns: 1fr; }
  .editor-note-icon { display: none; }
  .editor-note > a { grid-column: auto; justify-self: stretch; justify-content: space-between; }
  .upcoming-table td.upcoming-sources { grid-template-columns: 1fr; }
  .upcoming-table td.upcoming-sources::before { grid-column: auto; }
  .method-list article { grid-template-columns: 26px minmax(0, 1fr); }
  .method-list article > .icon { display: none; }
  .practical-info, .profile-sources { padding: 20px; }
  .casino-providers { padding: 20px; }
  .provider-facts > div { grid-template-columns: 1fr; gap: 3px; }
  .status-card { padding: 10px; }
  .status-card dl div { grid-template-columns: 82px minmax(0, 1fr); }
}

/* Shared directory tables: one calm, scannable system for every directory. */
.directory-section, .provider-directory, .upcoming-section { background: var(--paper); }
.directory-table-wrap { overflow: hidden; border: 0; border-radius: 24px; background: var(--white); box-shadow: 0 24px 70px rgba(17,43,34,.085); }
.directory-table { width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; background: var(--white); }
.directory-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.directory-table th { height: 58px; padding: 0 17px; border: 0; background: var(--ink-deep); color: rgba(255,255,255,.64); font-size: 10px; line-height: 1.25; font-weight: 850; letter-spacing: .085em; text-align: left; text-transform: uppercase; }
.directory-table td { height: 86px; padding: 16px 17px; border: 0; background: var(--white); color: #3e544b; font-size: 12px; line-height: 1.5; vertical-align: middle; overflow-wrap: anywhere; transition: background .18s ease, color .18s ease; }
.directory-table tbody tr:nth-child(even) td { background: #f5f7f1; }
.directory-table-row { cursor: pointer; }
.directory-table-row:hover td, .directory-table-row:has(.directory-action a:focus-visible) td { background: #eaf2e4; }
.directory-table td strong, .directory-table td small { display: block; }
.directory-table td strong { color: var(--ink); font-size: 13px; line-height: 1.35; }
.directory-table td small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.directory-index { color: #607168 !important; font-size: 10px !important; font-weight: 900; letter-spacing: .06em; }
.directory-index > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #e8ede5; }
.directory-name strong { margin-bottom: 4px; font-size: 18px !important; line-height: 1.15 !important; letter-spacing: -.03em; }
.directory-state > span { width: fit-content; min-height: 30px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; background: #e9eee8; color: #465c52; font-size: 10px; line-height: 1.2; font-weight: 850; }
.directory-state > span i { width: 6px; height: 6px; flex: none; border-radius: 50%; background: #718079; }
.directory-state.is-live > span { background: #e8f3df; color: #315f45; }
.directory-state.is-live > span i { background: #4c8a61; }
.directory-state.is-watch > span { background: #fff2cd; color: #69500c; }
.directory-state.is-watch > span i { background: #bd8a10; }
.directory-state > small { max-width: 195px; margin-top: 7px !important; }
.directory-action { text-align: right; }
.directory-action a { min-width: 78px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 13px; border-radius: 999px; background: #e4eddd; color: var(--forest); font-size: 10px; font-weight: 900; text-decoration: none; transition: background .18s ease, color .18s ease, transform .18s ease; }
.directory-action a:hover { transform: translateX(2px); background: var(--ink); color: white; }
.directory-action a:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.directory-action .icon { width: 15px; }
.directory-table th:nth-child(1) { width: 7%; }
.directory-table th:nth-child(2) { width: 22%; }
.directory-table th:nth-child(3) { width: 22%; }
.directory-table th:nth-child(4) { width: 24%; }
.directory-table th:nth-child(5) { width: 15%; }
.directory-table th:nth-child(6) { width: 10%; text-align: right; }
.entity-hero-note { min-height: 205px; display: flex; flex-direction: column; justify-content: flex-end; padding: 27px; border: 0; border-radius: 20px; background: var(--white); color: var(--ink); box-shadow: 0 18px 45px rgba(4,22,16,.18); }
.entity-hero-note > .icon { width: 25px; height: 25px; margin-bottom: auto; color: #47705f; }
.entity-hero-note > span { margin-bottom: 8px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.entity-hero-note strong { font-size: 20px; line-height: 1.2; letter-spacing: -.025em; }
.entity-hero-note small { margin-top: 9px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.entity-list-section { margin-bottom: 44px; padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.entity-list-section h2 { margin: 10px 0 12px; font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1.05; letter-spacing: -.045em; }
.entity-list-section > p { margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.entity-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.entity-tags span { min-height: 34px; display: inline-flex; align-items: center; padding: 7px 12px; border: 0; border-radius: 999px; background: #edf3e8; color: #305845; font-size: 11px; font-weight: 850; }

@media (max-width: 900px) {
  .directory-table-wrap { overflow: hidden; border-radius: 20px; box-shadow: 0 18px 52px rgba(17,43,34,.075); }
  .directory-table, .directory-table tbody, .directory-table tr, .directory-table td { display: block; width: 100%; }
  .directory-table { table-layout: auto; }
  .directory-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .directory-table .directory-table-row { display: grid; grid-template-columns: 34px minmax(0, 1fr) 44px; gap: 11px 14px; min-height: 0; padding: 19px; border: 0; border-radius: 0; background: var(--white); box-shadow: none; }
  .directory-table .directory-table-row:nth-child(even) { background: #f3f6ee; }
  .directory-table .directory-table-row td { position: relative; display: block; width: auto; height: auto; min-height: 0; padding: 0; border: 0 !important; background: transparent; text-align: left; }
  .directory-table .directory-table-row:hover td, .directory-table .directory-table-row:has(.directory-action a:focus-visible) td { background: transparent; }
  .directory-table .directory-table-row:hover { background: #eaf2e4; }
  .directory-table .directory-table-row td::before { display: none; }
  .directory-table .directory-table-row td > * { grid-column: auto; }
  .directory-table .directory-index { grid-column: 1; grid-row: 1 / span 2; align-self: center; }
  .directory-index > span { width: 30px; height: 30px; }
  .directory-table .directory-name { grid-column: 2; grid-row: 1; padding: 0; }
  .directory-table .directory-name strong { font-size: 18px !important; }
  .directory-table .directory-state-cell { grid-column: 2; grid-row: 2; }
  .directory-table .directory-action { grid-column: 3; grid-row: 1 / span 2; align-self: center; min-height: 0; }
  .directory-table .directory-action::before { display: none; }
  .directory-table .directory-action a { width: 44px; min-width: 44px; height: 44px; min-height: 44px; padding: 0; background: var(--ink); color: white; }
  .directory-table .directory-action a > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .directory-table .directory-table-row > td:nth-child(4),
  .directory-table .directory-table-row > td:nth-child(5) { grid-column: 2 / 4; display: grid; grid-template-columns: minmax(104px, .42fr) minmax(0, 1fr); gap: 3px 14px; align-items: start; margin-top: 2px; padding-top: 12px; border-top: 1px solid var(--line) !important; }
  .directory-table .directory-table-row > td:nth-child(4)::before,
  .directory-table .directory-table-row > td:nth-child(5)::before { content: attr(data-label); display: block; grid-column: 1; grid-row: 1 / span 2; padding-top: 1px; color: var(--muted); font-size: 9px; line-height: 1.35; font-weight: 900; letter-spacing: .065em; text-transform: uppercase; }
  .directory-table .directory-table-row > td:nth-child(4) > *,
  .directory-table .directory-table-row > td:nth-child(5) > * { grid-column: 2; min-width: 0; }
  .directory-table .directory-table-row > td:nth-child(4) strong,
  .directory-table .directory-table-row > td:nth-child(5) strong { font-size: 11px; line-height: 1.4; }
  .directory-table .directory-table-row > td:nth-child(4) small,
  .directory-table .directory-table-row > td:nth-child(5) small { margin-top: 0; font-size: 9px; }
  .entity-hero-note { max-width: 360px; min-height: 185px; }
}

@media (max-width: 480px) {
  .directory-table-wrap { border-radius: 18px; }
  .directory-table .directory-table-row { grid-template-columns: 30px minmax(0, 1fr) 44px; gap: 10px 12px; padding: 17px 15px; }
  .directory-table .directory-table-row td { display: block; padding: 0; }
  .directory-table .directory-name { padding: 0; }
  .directory-table .directory-action { padding: 0; }
  .directory-index > span { width: 28px; height: 28px; font-size: 9px; }
  .directory-table .directory-name strong { font-size: 16px !important; }
  .directory-state > span { min-height: 28px; padding: 6px 9px; font-size: 9px; }
  .directory-state > small { max-width: 205px; font-size: 9px; }
  .directory-table .directory-action a { width: 44px; min-width: 44px; height: 44px; min-height: 44px; }
  .entity-hero-note { min-height: 165px; padding: 23px; }
}

@media (max-width: 360px) {
  .directory-table .directory-table-row > td:nth-child(4),
  .directory-table .directory-table-row > td:nth-child(5) { grid-template-columns: 1fr; gap: 4px; }
  .directory-table .directory-table-row > td:nth-child(4)::before,
  .directory-table .directory-table-row > td:nth-child(5)::before,
  .directory-table .directory-table-row > td:nth-child(4) > *,
  .directory-table .directory-table-row > td:nth-child(5) > * { grid-column: 1; grid-row: auto; }
}

/* Casino profiles: essentials first, full detail on demand. */
.casino-profile-hero { min-height: 0; padding-bottom: 0; }
.casino-profile-hero-inner { min-height: 430px; display: flex; flex-direction: column; justify-content: center; padding: 68px 0 72px; position: relative; z-index: 2; }
.casino-profile-hero .eyebrow { margin: 0 0 22px; flex-wrap: wrap; color: rgba(255,255,255,.66); }
.casino-profile-hero .eyebrow > span { line-height: 1.35; }
.casino-profile-hero h1 { margin: 0; }
.casino-profile-hero p { max-width: 680px; margin: 24px 0 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.68; }
.casino-profile-content { background: var(--paper); }
.casino-profile-shell { width: min(960px, calc(100% - (var(--page-gutter) * 2))); }
.profile-facts { margin-bottom: 30px; }
.profile-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 24px; }
.profile-section-heading h2 { margin: 9px 0 0; font-size: clamp(2rem, 3.8vw, 3rem); line-height: 1.02; letter-spacing: -.052em; }
.profile-facts-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--line); box-shadow: 0 18px 48px rgba(17,43,34,.06); }
.profile-facts-grid article { min-width: 0; min-height: 158px; display: flex; flex-direction: column; align-items: flex-start; padding: 23px; background: var(--white); }
.profile-facts-grid article > small { margin-bottom: 15px; color: var(--muted); font-size: 9px; line-height: 1.25; font-weight: 900; letter-spacing: .095em; text-transform: uppercase; }
.profile-facts-grid article > strong, .profile-facts-grid .fact-value > span:first-child { color: var(--ink); font-size: 14px; line-height: 1.48; font-weight: 800; overflow-wrap: anywhere; }
.profile-facts-grid .fact-value { height: 100%; }
.profile-facts-grid .verification-badge, .profile-fact-note { margin-top: auto; }
.profile-fact-note { display: block; padding-top: 12px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.profile-verdict { margin-bottom: 30px; padding: clamp(30px, 5vw, 48px); overflow: hidden; border-radius: 28px; background: var(--ink-deep); color: white; box-shadow: 0 24px 60px rgba(9,31,24,.13); position: relative; }
.profile-verdict::after { content: ""; position: absolute; width: 260px; height: 260px; right: -135px; top: -150px; border: 1px solid rgba(223,255,89,.18); border-radius: 50%; box-shadow: 0 0 0 52px rgba(223,255,89,.025); }
.profile-verdict > * { position: relative; z-index: 1; }
.profile-verdict-label { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.profile-verdict-label > span { color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .105em; text-transform: uppercase; }
.profile-verdict h2 { max-width: 700px; margin: 25px 0 16px; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.02; letter-spacing: -.052em; }
.profile-verdict > p { max-width: 760px; margin: 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.76; }
.profile-priority { max-width: 760px; margin-top: 30px; padding: 20px 22px; border-radius: 16px; background: rgba(255,255,255,.065); }
.profile-priority small { display: block; margin-bottom: 7px; color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.profile-priority p { margin: 0; color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.6; }
.profile-verdict footer { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 10px; font-weight: 750; }
.profile-disclosures { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 18px 52px rgba(17,43,34,.055); }
.profile-disclosure { scroll-margin-top: 96px; border-bottom: 1px solid var(--line); }
.profile-disclosure:last-child { border-bottom: 0; }
.profile-disclosure summary { min-height: 92px; display: grid; grid-template-columns: minmax(0, 1fr) 44px; gap: 18px; align-items: center; padding: 19px 24px 19px 28px; list-style: none; cursor: pointer; transition: background .18s ease; }
.profile-disclosure summary::-webkit-details-marker { display: none; }
.profile-disclosure summary::after { content: ""; width: 10px; height: 10px; justify-self: center; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(45deg) translate(-2px,-2px); transition: transform .2s ease; }
.profile-disclosure[open] summary { background: #f2f5e9; }
.profile-disclosure[open] summary::after { transform: rotate(225deg) translate(-2px,-2px); }
.profile-disclosure summary:hover { background: #f6f7f1; }
.profile-disclosure summary:focus-visible { position: relative; z-index: 2; outline: 3px solid #97cc2e; outline-offset: -3px; }
.profile-disclosure summary h2 { min-width: 0; margin: 0; font-size: inherit; font-weight: inherit; letter-spacing: 0; }
.profile-disclosure summary h2 > span { display: block; color: var(--ink); font-size: clamp(1.18rem, 2.3vw, 1.48rem); line-height: 1.16; font-weight: 820; letter-spacing: -.035em; }
.profile-disclosure summary h2 > small { display: block; min-width: 0; margin-top: 7px; overflow: hidden; color: var(--muted); font-size: 11px; line-height: 1.45; font-weight: 650; letter-spacing: 0; text-overflow: ellipsis; white-space: nowrap; }
.profile-disclosure-body { padding: 5px 28px 32px; }
.profile-copy-block { max-width: 760px; }
.profile-copy-block + .profile-copy-block { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line); }
.profile-copy-block h3 { margin: 0 0 13px; color: var(--ink); font-size: clamp(1.35rem, 2.7vw, 1.8rem); line-height: 1.12; letter-spacing: -.04em; }
.profile-copy-block p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.78; }
.profile-disclosure .bonus-caution { margin: 24px 0 0; }
.profile-detail-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 28px 0 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--line); gap: 1px; }
.profile-detail-list > div { min-width: 0; padding: 18px 20px; background: #f8f8f3; }
.profile-detail-list dt { margin-bottom: 7px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .085em; text-transform: uppercase; }
.profile-detail-list dd { margin: 0; color: var(--ink); font-size: 13px; line-height: 1.48; font-weight: 780; overflow-wrap: anywhere; }
.profile-practical-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--line); gap: 1px; }
.profile-practical-grid article { min-width: 0; min-height: 155px; padding: 21px; background: #f8f8f3; }
.profile-practical-grid article > small { display: block; margin-bottom: 11px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .085em; text-transform: uppercase; }
.profile-practical-grid article > strong, .profile-practical-grid .fact-value > span:first-child { color: var(--ink); font-size: 13px; line-height: 1.5; font-weight: 780; overflow-wrap: anywhere; }
.profile-copy-after-grid { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line); }
.profile-disclosure-body .casino-providers { margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.profile-disclosure-body .casino-providers > p { max-width: 650px; margin: 0 0 21px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.profile-watch { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 28px; align-items: center; padding: 23px 25px; border-radius: 18px; background: #edf4d8; }
.profile-watch > div { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; }
.profile-watch > div .icon { grid-row: 1 / span 2; width: 22px; color: #51752f; }
.profile-watch h3 { grid-column: 2; margin: 7px 0 0; font-size: 20px; line-height: 1.12; letter-spacing: -.035em; }
.profile-watch ul { list-style: none; margin: 0; padding: 0; }
.profile-watch li { position: relative; padding: 8px 0 8px 18px; border-top: 1px solid rgba(21,53,43,.12); color: #526158; font-size: 12px; line-height: 1.5; }
.profile-watch li::before { content: ""; position: absolute; left: 0; top: 15px; width: 6px; height: 6px; border-radius: 50%; background: #71ad18; }
.profile-sources { margin-top: 30px; padding: 30px 0 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; }
.profile-sources h3 { margin: 11px 0 8px; font-size: clamp(1.45rem, 2.8vw, 1.9rem); line-height: 1.12; letter-spacing: -.04em; }
.profile-sources > p { max-width: 650px; margin: 0 0 20px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.profile-sources > div { border-top: 1px solid var(--line); }
.profile-sources a { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 12px 2px; border-bottom: 1px solid var(--line); text-decoration: none; }
.profile-sources a:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.profile-sources a > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.profile-sources a strong { font-size: 13px; }
.profile-sources a small { color: var(--muted); font-size: 11px; line-height: 1.45; }
.profile-sources a .icon { width: 17px; flex: none; }

@media (max-width: 780px) {
  .casino-profile-hero-inner { min-height: 390px; padding: 58px 0 62px; }
  .casino-profile-content { padding-top: 58px; }
  .profile-facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-facts-grid article { min-height: 150px; }
  .profile-verdict-label { align-items: flex-start; flex-direction: column; }
  .profile-disclosure summary { min-height: 86px; padding-inline: 22px 18px; }
  .profile-disclosure-body { padding: 4px 22px 28px; }
  .profile-watch { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 480px) {
  .casino-profile-hero-inner { min-height: 360px; padding: 48px 0 52px; }
  .casino-profile-hero p { font-size: 15px; }
  .profile-section-heading { align-items: flex-start; flex-direction: column; gap: 0; }
  .profile-section-heading h2 { font-size: 2.25rem; }
  .profile-facts-grid { border-radius: 20px; }
  .profile-facts-grid article { min-height: 145px; padding: 19px; }
  .profile-facts-grid article > strong, .profile-facts-grid .fact-value > span:first-child { font-size: 13px; }
  .profile-verdict { border-radius: 22px; padding: 28px 23px; }
  .profile-verdict > p { font-size: 15px; line-height: 1.72; }
  .profile-priority { padding: 17px 18px; }
  .profile-disclosures { border-radius: 20px; }
  .profile-disclosure summary { min-height: 84px; grid-template-columns: minmax(0, 1fr) 36px; gap: 10px; padding: 17px 14px 17px 18px; }
  .profile-disclosure summary h2 > span { font-size: 1.13rem; }
  .profile-disclosure summary h2 > small { margin-top: 5px; font-size: 10px; }
  .profile-disclosure-body { padding: 4px 18px 24px; }
  .profile-detail-list, .profile-practical-grid { grid-template-columns: 1fr; }
  .profile-practical-grid article { min-height: 0; }
  .profile-copy-block p { font-size: 14px; line-height: 1.74; }
  .profile-disclosure .bonus-caution { grid-template-columns: 1fr; }
  .profile-disclosure .bonus-caution .icon { display: none; }
  .profile-watch { padding: 20px; }
  .profile-sources { padding-top: 24px; }
}

@media (max-width: 360px) {
  .profile-facts-grid { grid-template-columns: 1fr; }
  .profile-facts-grid article { min-height: 128px; }
}


@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
