/* Mobile-first styles for non-critical sections */
:root {
  --ink: #172233;
  --muted: #5f6978;
  --line: #e4e8ee;
  --surface: #ffffff;
  --bg: #f6f8fa;
  --soft: #eef2f5;
  --green: #16824b;
  --green-dark: #10683c;
  --red: #c73535;
  --shadow: 0 10px 30px rgba(24, 34, 51, .08);
  --radius: 16px;
}

body { overflow-x: hidden; }
a { color: var(--green-dark); text-underline-offset: 3px; }
a:hover { text-decoration-thickness: 2px; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; background: #fff; color: var(--ink); border: 2px solid var(--green); border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 12px; }
.site-header.is-scrolled { box-shadow: 0 6px 18px rgba(24,34,51,.08); }
.section-shell, .content-shell { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
.listing-section { padding: 22px 0 30px; }
.listing-section > h2, .prose > h2, .author-section h2, .section-heading h2 { color: var(--ink); letter-spacing: -.025em; }
.listing-section > h2 { margin: 0 0 8px; font-size: 1.45rem; line-height: 1.18; }
.listing-intro { margin: 0 0 14px; color: var(--muted); font-size: .92rem; max-width: 78ch; }
.casino-list { display: grid; gap: 12px; }
.casino-card { position: relative; display: grid; gap: 14px; padding: 16px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 3px 14px rgba(24,34,51,.04); }
.casino-card--top { border-color: #bedfcd; box-shadow: var(--shadow); }
.rank-badge { position: absolute; top: 10px; right: 10px; min-width: 34px; height: 34px; display: grid; place-items: center; padding: 0 8px; border-radius: 10px; background: #f1f4f6; color: var(--ink); font-weight: 900; font-size: .84rem; }
.casino-card--top .rank-badge { background: var(--green); color: #fff; }
.casino-brand { display: flex; align-items: center; gap: 12px; padding-right: 44px; min-width: 0; }
.casino-brand img { flex: 0 0 104px; width: 104px; height: 42px; aspect-ratio: 5 / 2; object-fit: contain; border-radius: 8px; background: #fff; }
.casino-brand__meta { min-width: 0; }
.casino-brand h3 { margin: 0 0 3px; font-size: 1.02rem; }
.rating { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; font-size: .78rem; }
.rating span { letter-spacing: 1px; color: #b7791f; }
.rating strong { color: var(--muted); font-size: .77rem; }
.bonus-block { padding: 12px; border: 1px solid var(--line); background: #fafbfc; border-radius: 12px; }
.eyebrow { display: block; margin-bottom: 4px; color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.bonus-block strong { display: block; font-size: .98rem; line-height: 1.35; }
.feature-list { display: grid; gap: 8px; list-style: none; padding: 0; margin: 0; }
.feature-list li { display: flex; align-items: flex-start; gap: 8px; color: #354052; font-size: .9rem; }
.check-icon { flex: 0 0 18px; width: 18px; height: 18px; fill: var(--green); margin-top: 2px; }
.casino-cta { display: grid; gap: 6px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; border-radius: 11px; padding: 10px 18px; text-decoration: none; font-weight: 900; transition: transform .15s ease, background-color .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--green); color: #fff; }
.btn--primary:hover, .btn--primary:focus-visible { background: var(--green-dark); }
.casino-cta small { color: var(--muted); text-align: center; font-size: .72rem; }

.content-shell { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 16px; margin-bottom: 28px; }
.prose { font-size: 1rem; }
.prose h2 { margin: 34px 0 12px; font-size: 1.55rem; line-height: 1.22; scroll-margin-top: 90px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 25px 0 9px; font-size: 1.16rem; line-height: 1.3; color: #253044; }
.prose p { margin: 0 0 15px; color: #354052; }
.prose ul, .prose ol { margin: 0 0 20px; padding-left: 24px; color: #354052; }
.prose li { margin-bottom: 8px; }
.table-scroll { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 18px 0 26px; border: 1px solid var(--line); border-radius: 12px; }
.prose table { width: 100%; min-width: 720px; border-collapse: collapse; background: #fff; font-size: .9rem; }
.prose th, .prose td { padding: 11px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { background: #f2f5f7; color: var(--ink); font-size: .82rem; }
.prose tbody tr:last-child td { border-bottom: 0; }

.author-section, .trust-section { padding: 0 0 30px; }
.author-card { display: grid; gap: 16px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 3px 14px rgba(24,34,51,.04); }
.author-card h2 { margin: 2px 0 4px; font-size: 1.35rem; }
.author-role { margin: 0 0 8px; color: var(--muted); font-weight: 700; }
.author-card p:last-child { margin: 0; color: #354052; }
.section-heading { margin-bottom: 14px; }
.section-heading h2 { margin: 0 0 8px; font-size: 1.55rem; }
.section-heading p { margin: 0; color: var(--muted); }
.trust-grid { display: grid; gap: 10px; }
.trust-grid article { padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.trust-grid h3 { margin: 0 0 7px; font-size: 1rem; }
.trust-grid p { margin: 0; color: #485466; font-size: .9rem; }

.site-footer { margin-top: 6px; background: #fff; border-top: 1px solid var(--line); }
.footer-inner { width: min(1160px, calc(100% - 32px)); margin: auto; padding: 28px 0 34px; display: grid; gap: 16px; }
.adm-logo { width: min(300px, 100%); height: auto; aspect-ratio: 300 / 109; object-fit: contain; display: block; }
.responsible-note { margin: 0; max-width: 84ch; color: #485466; font-size: .88rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 10px 16px; }
.footer-nav a { color: #354052; font-size: .84rem; font-weight: 700; }
.copyright { margin: 0; color: var(--muted); font-size: .78rem; }

@media (min-width: 640px) {
  .casino-brand img { flex-basis: 128px; width: 128px; height: 51px; }
  .author-card { padding: 24px; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 820px) {
  .section-shell, .content-shell { width: min(1160px, calc(100% - 48px)); }
  .listing-section { padding: 34px 0 42px; }
  .listing-section > h2 { font-size: 2rem; }
  .casino-card { grid-template-columns: 1.05fr 1.2fr 1.2fr .72fr; align-items: center; gap: 20px; padding: 18px 20px 18px 58px; }
  .rank-badge { top: 50%; left: 14px; right: auto; transform: translateY(-50%); }
  .casino-brand { padding-right: 0; }
  .bonus-block { min-height: 76px; display: flex; flex-direction: column; justify-content: center; }
  .casino-cta { min-width: 138px; }
  .content-shell { padding: 34px 42px; }
  .prose { font-size: 1.03rem; }
  .prose h2 { font-size: 1.9rem; scroll-margin-top: 96px; }
  .prose h3 { font-size: 1.28rem; }
  .prose p, .prose ul, .prose ol { max-width: 88ch; }
  .table-scroll { max-width: none; }
  .trust-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 1100px) {
  .casino-card { grid-template-columns: 1.05fr 1.25fr 1.35fr .7fr; }
  .content-shell { width: min(1040px, calc(100% - 48px)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
