:root {
  --bg: #07101d;
  --bg-soft: #0c1727;
  --surface: #111e30;
  --surface-2: #16263a;
  --line: #2a3a50;
  --text: #f6f1e8;
  --muted: #a9b7c9;
  --green: #50e290;
  --green-dark: #0b3c2a;
  --yellow: #ffcf66;
  --danger: #ff9e7a;
  --container: 1200px;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; background: var(--green); color: #06110c; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(7,16,29,.9); backdrop-filter: blur(18px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; font-weight: 800; letter-spacing: .04em; }
.brand b { color: var(--green); }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: var(--green); color: #06110c; font: 900 20px/1 Georgia, serif; box-shadow: 0 0 28px rgba(80,226,144,.25); }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: var(--muted); text-decoration: none; font-weight: 700; font-size: 14px; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--green); }
.menu-button { display: none; border: 1px solid var(--line); background: var(--surface); color: var(--text); padding: 9px 13px; border-radius: 10px; font-weight: 800; }

.hero { position: relative; overflow: hidden; padding: 86px 0 76px; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -220px; top: -270px; border-radius: 50%; background: radial-gradient(circle, rgba(80,226,144,.18), transparent 65%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(300px, .72fr); gap: 74px; align-items: end; }
.eyebrow { margin: 0 0 12px; color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { max-width: 850px; margin: 0; font: 700 clamp(48px, 6.6vw, 88px)/.98 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.hero-lead { max-width: 790px; margin: 30px 0 0; color: #c6d1df; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; border-radius: 12px; font-weight: 900; text-decoration: none; }
.button-primary { background: var(--green); color: #06110c; box-shadow: 0 13px 35px rgba(80,226,144,.18); }
.button-primary:hover { background: #72eca6; }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.02); }
.button-ghost:hover { border-color: #53667e; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 34px; margin: 42px 0 0; padding: 0; list-style: none; }
.hero-facts li { display: grid; gap: 2px; }
.hero-facts b { font-size: 22px; color: var(--text); }
.hero-facts span { color: var(--muted); font-size: 13px; }
.hero-note { position: relative; padding: 30px; border: 1px solid #354862; border-radius: 22px; background: linear-gradient(145deg, rgba(22,38,58,.92), rgba(12,23,39,.96)); box-shadow: 0 28px 65px rgba(0,0,0,.28); }
.note-number { position: absolute; right: 24px; top: 18px; color: rgba(255,255,255,.08); font: 800 68px/1 Georgia, serif; }
.note-label { margin: 0 0 12px; color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-note h2 { max-width: 300px; margin: 0; font: 700 33px/1.1 Georgia, serif; }
.hero-note p:not(.note-label) { color: var(--muted); margin: 20px 0; }
.hero-note a { color: var(--green); font-weight: 800; text-decoration: none; }

.section { padding: 86px 0; }
.section-heading h2 { margin: 0; font: 700 clamp(38px, 4.2vw, 58px)/1.05 Georgia, serif; letter-spacing: -.035em; }
.section-heading > p:not(.eyebrow), .split-heading > p { color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; margin-bottom: 34px; }
.split-heading > p { margin: 0; max-width: 520px; justify-self: end; }
.narrow-heading { max-width: 760px; margin-bottom: 34px; }
.narrow-heading > p:last-child { font-size: 18px; }
.rating-section { background: #091321; }
.rating-toolbar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.filter { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); font-weight: 800; cursor: pointer; }
.filter:hover, .filter.is-active { background: var(--green); border-color: var(--green); color: #06110c; }
.rating-list { display: grid; gap: 12px; }
.loading-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--muted); }
.casino-card { display: grid; grid-template-columns: 62px minmax(190px, 1.25fr) minmax(150px, .8fr) minmax(180px, 1fr) auto; align-items: center; gap: 20px; min-height: 112px; padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: border-color .2s, transform .2s; }
.casino-card:hover { transform: translateY(-2px); border-color: #415671; }
.rank-number { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: var(--surface-2); color: var(--green); font-weight: 900; }
.casino-main { display: flex; align-items: center; gap: 14px; min-width: 0; }
.casino-logo { flex: 0 0 auto; display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid var(--line); border-radius: 14px; background: #0a1320; color: var(--text); font-weight: 900; letter-spacing: -.04em; }
.casino-name { margin: 0; font-size: 18px; line-height: 1.2; }
.casino-sub { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.casino-cell small { display: block; color: #8293aa; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.casino-cell strong { display: block; margin-top: 4px; font-size: 14px; }
.status { display: inline-flex; align-items: center; gap: 7px; margin-top: 5px; color: var(--muted); font-size: 13px; }
.status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.status.verified::before { background: var(--green); }
.review-link { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 0 16px; border: 1px solid var(--green); border-radius: 11px; color: var(--green); text-decoration: none; font-weight: 900; white-space: nowrap; }
.review-link:hover { background: var(--green); color: #06110c; }
.data-note, .source-note { color: #7f90a7; font-size: 13px; }
.data-note { margin: 18px 0 0; }

.choice-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.content-grid { display: grid; grid-template-columns: minmax(270px, .82fr) minmax(0, 1.18fr); gap: 90px; align-items: start; }
.sticky-heading { position: sticky; top: 112px; }
.sticky-heading > p:last-child { margin-top: 22px; font-size: 18px; }
.check-list { display: grid; }
.check-list article { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 28px 0; border-top: 1px solid var(--line); }
.check-list article:first-child { border-top: 0; padding-top: 0; }
.check-list span { color: var(--green); font-weight: 900; }
.check-list h3 { margin: 0 0 9px; font-size: 22px; }
.check-list p { margin: 0; color: var(--muted); }

.method-section { background: #0a1422; }
.criteria-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.criteria-grid article { min-height: 210px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.criteria-grid article:nth-child(1), .criteria-grid article:nth-child(2), .criteria-grid article:nth-child(3) { grid-column: span 1; }
.criteria-grid article:nth-child(7) { grid-column: span 2; }
.criteria-grid b { color: var(--green); font: 700 32px/1 Georgia, serif; }
.criteria-grid h3 { margin: 45px 0 8px; }
.criteria-grid p { margin: 0; color: var(--muted); }

.offers-section { border-bottom: 1px solid var(--line); }
.offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.offer-card { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.offer-head { display: flex; align-items: center; gap: 12px; }
.offer-logo { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 13px; background: #091321; font-weight: 900; }
.offer-card h3 { margin: 0; font-size: 17px; }
.promo-label { margin: 24px 0 5px; color: #8293aa; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.promo-code { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px; border: 1px dashed #42607e; border-radius: 10px; background: #0a1422; color: var(--yellow); font-weight: 900; }
.copy-code { border: 0; background: transparent; color: var(--muted); cursor: pointer; font-weight: 800; }
.offer-text { min-height: 52px; color: var(--muted); }

.faq-section { background: #091321; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 46px 24px 0; cursor: pointer; list-style: none; font-size: 20px; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 19px; color: var(--green); font-size: 28px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -5px 0 24px; color: var(--muted); }

.author-section { padding: 40px 0 86px; background: #091321; }
.author-card { display: flex; align-items: center; gap: 22px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.author-mark { display: grid; flex: 0 0 auto; place-items: center; width: 68px; height: 68px; border-radius: 18px; background: var(--green); color: #06110c; font: 900 20px/1 Georgia, serif; }
.author-card h2 { margin: 0; font-size: 24px; }
.author-card p:last-child { margin: 6px 0 0; color: var(--muted); }
.author-card a { color: var(--green); }
.site-footer { padding: 40px 0; border-top: 1px solid var(--line); background: #050b14; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; color: var(--muted); font-size: 13px; }
.footer-brand { margin-bottom: 14px; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-note { max-width: 620px; }
  .casino-card { grid-template-columns: 50px minmax(190px, 1fr) minmax(150px, .8fr) auto; }
  .casino-card .casino-cell:nth-of-type(2) { display: none; }
  .criteria-grid { grid-template-columns: repeat(2, 1fr); }
  .criteria-grid article:nth-child(7) { grid-column: span 1; }
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
  .content-grid { gap: 50px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--container)); }
  .header-inner { min-height: 64px; }
  .menu-button { display: inline-flex; }
  .main-nav { display: none; position: absolute; left: 14px; right: 14px; top: 68px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #0b1626; box-shadow: 0 20px 40px rgba(0,0,0,.35); }
  .main-nav.is-open { display: grid; gap: 4px; }
  .main-nav a { padding: 10px; }
  .hero { padding: 58px 0 56px; }
  h1 { font-size: clamp(45px, 13vw, 66px); }
  .hero-lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-facts { gap: 20px; }
  .section { padding: 64px 0; }
  .split-heading, .content-grid { grid-template-columns: 1fr; gap: 28px; }
  .split-heading > p { justify-self: start; }
  .sticky-heading { position: static; }
  .casino-card { grid-template-columns: 42px minmax(0, 1fr) auto; gap: 12px; padding: 15px; }
  .casino-card .casino-cell { display: none; }
  .casino-logo { width: 46px; height: 46px; }
  .review-link { padding: 0 12px; }
  .criteria-grid, .offer-grid { grid-template-columns: 1fr; }
  .criteria-grid article { min-height: 175px; }
  .criteria-grid h3 { margin-top: 30px; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 470px) {
  .brand { font-size: 13px; }
  .brand-mark { width: 31px; height: 31px; }
  .hero-note { padding: 24px; }
  .hero-note h2 { font-size: 29px; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .hero-facts span { font-size: 11px; }
  .casino-card { grid-template-columns: 38px minmax(0, 1fr); }
  .casino-card .review-link { grid-column: 1 / -1; width: 100%; }
  .rank-number { width: 38px; height: 38px; }
  .casino-main { gap: 10px; }
  .author-card { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
