:root {
  --ink: #10292e;
  --muted: #52686d;
  --paper: #f5f1e7;
  --surface: #fffdf8;
  --dark: #08272d;
  --dark-2: #0d353b;
  --line: #d8d6cb;
  --teal: #0d796d;
  --teal-dark: #07564e;
  --teal-soft: #dcede8;
  --gold: #bc8430;
  --cream: #f4e8d3;
  --danger: #9d4c27;
  --focus: #1769d2;
  --content: 1240px;
  --radius: 18px;
  --shadow: 0 18px 50px rgb(20 49 53 / 8%);
  --header: 70px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); color: var(--ink); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
strong { color: var(--teal-dark); font-weight: 800; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.site-shell { width: min(calc(100% - 32px), var(--content)); margin-inline: auto; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 16px;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--dark);
  color: white;
  padding: 10px 14px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid rgb(216 214 203 / 82%);
  background: rgb(245 241 231 / 92%);
  backdrop-filter: blur(16px);
}
.header-inner {
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; line-height: 1.05; }
.brand img { width: 42px; height: 42px; }
.brand span { display: grid; gap: 4px; }
.brand b { font-size: 15px; letter-spacing: .03em; }
.brand small { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a { color: #344c51; font-size: 14px; font-weight: 720; text-decoration: none; }
.desktop-nav a:hover { color: var(--teal); }
.mobile-menu { display: none; position: relative; }
.menu-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #bcc5bf;
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  padding: 8px 14px;
  font: inherit;
  font-size: 14px;
  font-weight: 750;
}
.menu-icon { width: 17px; display: grid; gap: 3px; }
.menu-icon i { height: 2px; border-radius: 2px; background: currentColor; }
.mobile-navigation {
  position: absolute;
  z-index: 50;
  top: calc(100% + 9px);
  right: 0;
  width: min(300px, calc(100vw - 32px));
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow);
}
.mobile-navigation[hidden] { display: none; }
.mobile-navigation a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid #e6e3d9; padding: 10px 16px; font-size: 14px; font-weight: 750; text-decoration: none; }
.mobile-navigation a:last-child { border-bottom: 0; }

h1, h2, h3 { margin-top: 0; overflow-wrap: anywhere; hyphens: auto; text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -.045em; }
h1 { max-width: 1080px; margin-bottom: 24px; font-size: clamp(2.7rem, 6.1vw, 6.1rem); line-height: .96; }
h1 span { display: block; color: var(--teal-dark); font-size: .5em; letter-spacing: -.025em; line-height: 1.25; margin-top: .28em; }
h2 { max-width: 1050px; margin-bottom: 18px; font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1.04; }
h3 { margin-bottom: 16px; font-size: clamp(1.42rem, 2.4vw, 2rem); line-height: 1.2; }
.eyebrow, .section-index, .data-label {
  margin: 0;
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  padding: clamp(44px, 7vw, 92px) 0 clamp(54px, 7vw, 88px);
  background:
    linear-gradient(112deg, transparent 0 61%, rgb(13 121 109 / 8%) 61% 100%),
    radial-gradient(circle at 86% 6%, rgb(13 121 109 / 17%), transparent 29rem),
    var(--paper);
}
.hero::after { content: ""; position: absolute; right: 5vw; top: 120px; width: 150px; height: 150px; border: 1px solid rgb(13 121 109 / 24%); border-radius: 50%; box-shadow: 0 0 0 32px rgb(13 121 109 / 5%), 0 0 0 64px rgb(13 121 109 / 3%); pointer-events: none; }
.hero .site-shell { position: relative; z-index: 1; }
.hero-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: clamp(38px, 6vw, 74px); }
.age-chip { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--teal-dark); border-radius: 50%; color: var(--teal-dark); font: 700 14px/1 Georgia, serif; }
.hero-copy { max-width: 980px; }
.lead { max-width: 850px; margin: 0; color: #3d555a; font-size: clamp(1.06rem, 1.75vw, 1.3rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 30px; }
.primary-button, .casino-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--teal-dark);
  color: white;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 26px rgb(7 86 78 / 18%);
}
.primary-button:hover, .casino-button:hover { background: var(--teal); transform: translateY(-1px); }
.text-link { color: var(--teal-dark); font-size: 14px; font-weight: 800; text-decoration: none; }
.text-link span { margin-left: 5px; }
.hero-warning {
  max-width: 850px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  margin-top: 38px;
  border-top: 1px solid #c7c9be;
  border-bottom: 1px solid #c7c9be;
  padding: 18px 0;
}
.hero-warning > span { border-radius: 999px; background: var(--cream); color: #6c5127; padding: 4px 9px; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hero-warning p { margin: 0; color: #53666a; font-size: 14px; }
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: clamp(45px, 7vw, 82px) 0 0;
  border-top: 1px solid #c9c9bd;
  border-bottom: 1px solid #c9c9bd;
}
.hero-metrics div { display: grid; gap: 5px; padding: 20px 18px; border-right: 1px solid #c9c9bd; }
.hero-metrics div:last-child { border-right: 0; }
.hero-metrics dt { color: var(--muted); font-size: 11px; }
.hero-metrics dd { margin: 0; color: var(--teal-dark); font: 600 clamp(1.5rem, 2.6vw, 2.3rem)/1 Georgia, serif; }

.ranking-section { scroll-margin-top: calc(var(--header) + 15px); background: var(--surface); padding: clamp(62px, 8vw, 104px) 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 26px; }
.section-heading > div { max-width: 900px; }
.section-heading .eyebrow { margin-bottom: 9px; }
.verification-note { flex: 0 0 auto; margin: 0 0 10px; color: var(--muted); font-size: 13px; }
.disclosure { margin: 0 0 26px; border-left: 4px solid var(--gold); background: #f7eedf; padding: 16px 18px; color: #614e32; }
.disclosure strong { color: #744a18; }
.casino-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.casino-row article {
  min-height: 150px;
  display: grid;
  grid-template-columns: 74px minmax(190px, 240px) minmax(0, 1fr) 220px;
  align-items: stretch;
  overflow: clip;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 8px 28px rgb(20 44 48 / 4%);
}
.casino-row article > * { min-width: 0; }
.rank-badge { display: grid; place-items: center; border-right: 1px solid #e3e1d8; color: var(--teal-dark); font: 600 1.25rem/1 Georgia, serif; background: #f8f6ef; }
.casino-identity { display: grid; place-items: center; align-content: center; gap: 8px; padding: 18px; text-align: center; }
.casino-identity img { width: 150px; height: 54px; object-fit: contain; object-position: center; }
.casino-identity h3 { margin: 0; font-size: 1rem; }
.casino-details { display: grid; align-content: center; border-left: 1px solid #e3e1d8; padding: 20px 26px; }
.casino-details .data-label { margin-bottom: 8px; color: var(--muted); font-size: 9px; }
.casino-details p { margin: 0 0 8px; color: #12393d; font-size: clamp(1rem, 1.45vw, 1.22rem); font-weight: 800; line-height: 1.35; }
.casino-details small { color: #657579; font-size: 11px; }
.casino-action { display: grid; place-items: center; align-content: center; gap: 9px; border-left: 1px solid #e3e1d8; background: #f1f7f3; padding: 20px; text-align: center; }
.casino-button { width: 100%; min-height: 46px; padding: 10px 18px; }
.casino-action small { color: #68787b; font-size: 10px; }
.ranking-analysis { max-width: 920px; margin: 28px 0 0; color: #4b6267; }

.editorial-section { padding: clamp(72px, 9vw, 118px) 0; scroll-margin-top: calc(var(--header) + 15px); }
.editorial-section + .editorial-section { border-top: 1px solid var(--line); }
.section-tint { background: #e8eee8; }
.section-dark { background: var(--dark); color: #f9f7f0; }
.section-index { margin-bottom: 10px; }
.section-dark .section-index { color: #80cbbb; }
.section-lead { max-width: 980px; margin: 0 0 clamp(42px, 6vw, 72px); color: #435b60; font-size: clamp(1.08rem, 1.85vw, 1.3rem); }
.section-dark .section-lead { color: #bed0d2; }
.section-dark strong { color: #8ed2c3; }
.content-stack { display: grid; gap: clamp(28px, 5vw, 56px); }
.content-block { min-width: 0; }
.content-block + .content-block { border-top: 1px solid #d2d3c9; padding-top: clamp(32px, 5vw, 58px); }
.content-block > h3 { max-width: 900px; font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -.025em; }
.content-block > p { max-width: 980px; color: #42595e; }
.content-block > p:first-of-type { margin-top: 0; }
.section-dark .content-block + .content-block { border-top-color: #36545a; }
.section-dark .content-block > p { color: #bed0d2; }

h1,
h2,
.hero-copy,
.lead,
.hero-warning,
.section-heading > div,
.ranking-analysis,
.section-lead,
.content-block > h3,
.content-block > p,
.feature-list,
.steps-list,
.info-strip,
.safety-note,
.provider-list,
.rule-list,
.benefit-risk,
.faq-list {
  width: 100%;
  max-width: none;
}

.fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; }
.fact-grid div { border: 1px solid var(--line); border-radius: 14px; background: var(--surface); padding: 22px; }
.fact-grid span { color: var(--teal-dark); font: 600 clamp(1.6rem, 3vw, 2.5rem)/1 Georgia, serif; }
.fact-grid p { margin: 11px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.source-line { color: #617176 !important; font-size: 12px; }
.source-line a { color: var(--teal-dark); font-weight: 750; }

.feature-list { display: grid; gap: 10px; width: 100%; max-width: none; margin: 24px 0 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: minmax(130px, 190px) 1fr; gap: 18px; align-items: start; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); padding: 15px 18px; }
.feature-list b { color: var(--teal-dark); }
.feature-list span { color: #52676c; }
.dark-list li { border-color: #36565c; background: var(--dark-2); }
.dark-list b { color: #8ed2c3; }
.dark-list span { color: #c8d7d9; }

.table-scroll { max-width: 100%; margin: 26px 0; overflow-x: auto; border: 1px solid #d5d8d0; border-radius: 14px; background: white; color: var(--ink); }
table { width: 100%; min-width: 780px; border-collapse: collapse; font-size: 13px; line-height: 1.48; }
caption { border-bottom: 1px solid #dde0d9; padding: 15px 16px; color: #354c51; font-size: 12px; font-weight: 800; text-align: left; }
thead { background: #e0eee7; color: #173f3d; }
th, td { padding: 13px 15px; border-bottom: 1px solid #e5e6df; text-align: left; vertical-align: top; }
thead th { font-weight: 820; }
tbody th { font-weight: 760; }
tbody tr:nth-child(even) { background: #faf8f2; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.payment-table table { min-width: 1080px; }

.steps-list { display: grid; gap: 12px; width: 100%; max-width: none; margin: 24px 0 0; padding: 0; list-style: none; counter-reset: steps; }
.steps-list li { counter-increment: steps; display: grid; grid-template-columns: 42px minmax(150px, 220px) 1fr; gap: 16px; align-items: center; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); padding: 14px 18px; color: #4a6267; }
.steps-list li::before { content: counter(steps, decimal-leading-zero); display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #d7ece5; color: var(--teal-dark); font: 700 12px/1 Georgia, serif; }
.steps-list b { color: #173e3d; }

.bonus-types { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 28px; }
.bonus-types div { display: grid; align-content: start; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); padding: 20px; }
.bonus-types span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bonus-types b { margin-top: 7px; color: var(--teal-dark); font: 600 1.45rem/1.2 Georgia, serif; }
.bonus-types p { margin: 12px 0 0; color: #566a6e; font-size: 13px; line-height: 1.55; }

.info-strip, .safety-note { width: 100%; max-width: none; margin-top: 26px; border-left: 4px solid var(--gold); background: #f6ecd9; padding: 17px 19px; color: #604d31; }
.info-strip { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; }
.info-strip > span { border-radius: 999px; background: #e8d4ae; padding: 4px 8px; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.info-strip p, .safety-note p { margin: 0; color: inherit; }
.info-strip a { color: #644512; font-weight: 800; }
.safety-note { background: #fff0df; }
.safety-note b { display: block; margin-bottom: 5px; color: var(--danger); }

.provider-list { display: grid; gap: 12px; width: 100%; max-width: none; }
.provider-list > div { display: grid; grid-template-columns: 180px 1fr; gap: 22px; align-items: center; border: 1px solid #36555b; border-radius: 14px; background: var(--dark-2); padding: 20px 22px; }
.provider-list b { color: #8ed2c3; font: 600 1.35rem/1.2 Georgia, serif; }
.provider-list p { margin: 0; color: #c8d6d8; }
.provider-list a { color: #e3bb70; font-size: 12px; font-weight: 800; white-space: nowrap; }

.rule-list { display: grid; gap: 10px; width: 100%; max-width: none; margin: 24px 0 0; padding: 0; list-style: none; }
.rule-list li { display: grid; grid-template-columns: 50px 1fr; gap: 16px; align-items: start; border-top: 1px solid #cdd3cc; padding: 17px 0 7px; }
.rule-list li > span { color: var(--gold); font: 600 1.1rem/1.5 Georgia, serif; }
.rule-list b { color: #173f3d; }
.rule-list p { margin: 3px 0 0; color: #52686d; }

.benefit-risk { display: grid; gap: 12px; width: 100%; max-width: none; margin: 24px 0; }
.benefit-risk > div { display: grid; grid-template-columns: 1fr; gap: 12px; align-items: start; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); padding: 22px; }
.benefit-risk > div:last-child { border-color: #dfbca5; background: #fbf2ea; }
.benefit-risk span { color: #173f3d; font-weight: 820; }
.benefit-risk ul { display: grid; grid-template-columns: 1fr; gap: 8px; margin: 0; padding-left: 20px; color: #4b6166; }

.faq-list { display: grid; gap: 12px; width: 100%; max-width: none; }
.faq-list details { border: 1px solid #3a5a60; border-radius: 14px; background: #0d343b; }
.faq-list summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 20px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: 0 0 auto; color: #dfb86e; font-size: 25px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list h3 { margin: 0; color: white; font-family: inherit; font-size: 1rem; letter-spacing: 0; }
.faq-list details p { margin: 0; border-top: 1px solid #3a5a60; padding: 17px 20px 20px; color: #c2d3d5; }

.site-footer { border-top: 1px solid #29484d; background: #051a1f; color: #bbcbcd; padding: 42px 0 28px; }
.footer-top { display: grid; grid-template-columns: 1fr 1.4fr; gap: 38px; align-items: center; }
.footer-top > p { margin: 0; font-size: 13px; }
.footer-top strong, .footer-top b { color: white; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 42px; height: 42px; }
.footer-brand p { display: grid; gap: 2px; margin: 0; line-height: 1.35; }
.footer-brand b { color: white; }
.footer-brand span { font-size: 11px; }
.support-logos { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; margin: 32px 0; }
.support-logos a { min-height: 82px; display: grid; place-items: center; border-radius: 10px; background: #12353c; color: white; padding: 14px; text-decoration: none; transition: transform .2s ease; }
.support-logos a:hover { transform: translateY(-2px); }
.support-logos img { width: 100%; height: 48px; object-fit: contain; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; border-top: 1px solid #28434a; padding-top: 22px; }
.footer-bottom p { margin: 0; font-size: 11px; }
.footer-bottom p:last-child { text-align: right; }
.footer-bottom nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.footer-bottom a { color: #d3dfe0; font-size: 11px; text-decoration: none; }

.not-found { min-height: 100vh; width: min(680px, calc(100% - 32px)); margin: auto; display: grid; align-content: center; }
.not-found p { color: var(--muted); }
.not-found a { width: fit-content; border-radius: 999px; background: var(--teal-dark); color: white; padding: 12px 18px; font-weight: 800; text-decoration: none; }

@media (max-width: 1023px) {
  .casino-row article { grid-template-columns: 64px 200px minmax(0, 1fr); }
  .casino-action { grid-column: 1 / -1; grid-template-columns: 1fr auto; gap: 14px; border-top: 1px solid #e3e1d8; border-left: 0; }
  .casino-button { width: auto; min-width: 220px; justify-self: start; }
  .bonus-types { grid-template-columns: repeat(2, 1fr); }
  .support-logos { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero::after { opacity: .45; right: -60px; }
  .hero-topline { align-items: start; }
  .hero-metrics { grid-template-columns: repeat(2, 1fr); }
  .hero-metrics div:nth-child(2) { border-right: 0; }
  .hero-metrics div:nth-child(-n+2) { border-bottom: 1px solid #c9c9bd; }
  .section-heading { display: grid; gap: 8px; }
  .verification-note { margin: 0; }
  .casino-row article { grid-template-columns: 58px 1fr; }
  .rank-badge { min-height: 116px; }
  .casino-details { grid-column: 1 / -1; border-top: 1px solid #e3e1d8; border-left: 0; padding: 18px; }
  .casino-action { grid-template-columns: 1fr; }
  .casino-button { width: 100%; min-width: 0; }
  .fact-grid, .bonus-types { grid-template-columns: 1fr; }
  .feature-list li { grid-template-columns: 1fr; gap: 4px; }
  .steps-list li { grid-template-columns: 38px 1fr; gap: 12px; }
  .steps-list li span { grid-column: 2; }
  .provider-list > div { grid-template-columns: 1fr; gap: 8px; }
  .provider-list a { margin-top: 4px; white-space: normal; }
  .benefit-risk > div { grid-template-columns: 1fr; gap: 12px; }
  .benefit-risk ul { grid-template-columns: 1fr; }
  .footer-top, .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom nav { justify-content: flex-start; }
  .footer-bottom p:last-child { text-align: left; }
}

@media (max-width: 460px) {
  .site-shell { width: min(calc(100% - 24px), var(--content)); }
  h1 { font-size: clamp(2.5rem, 13vw, 3.4rem); }
  h1 span { font-size: .56em; }
  .hero-topline .eyebrow { max-width: 230px; }
  .hero-warning { grid-template-columns: 1fr; gap: 8px; }
  .hero-warning > span { width: fit-content; }
  .hero-metrics div { padding: 17px 12px; }
  .support-logos { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 360px) {
  .hero-topline { gap: 8px; }
  .hero-topline .eyebrow { max-width: 210px; font-size: 10px; }
  .hero-actions { display: grid; justify-items: start; gap: 13px; }
  .text-link { padding-left: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .primary-button, .casino-button, .support-logos a { transition: none; }
}
