:root {
  --ink: #121922;
  --muted: #687482;
  --line: #dce6ee;
  --paper: #f7fbfd;
  --panel: #ffffff;
  --band: #eaf4f8;
  --charcoal: #182433;
  --cyan: #26b7d3;
  --cyan-deep: #087994;
  --coral: #ef745c;
  --lime: #b9d86b;
  --shadow: 0 18px 42px rgba(18, 25, 34, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: var(--cyan-deep); font-weight: 800; text-decoration: none; }
a:hover { text-decoration: underline; }
.shell { width: calc(100% - 36px); max-width: 1188px; margin: 0 auto; }

.notice {
  padding: 9px 16px;
  text-align: center;
  font-size: 13px;
}
.notice.affiliate { background: #0f1b28; color: #fff; }
.notice.age { background: #eef9fb; color: #0e5260; border-bottom: 1px solid #c6e8ef; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 251, 253, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.nav-shell {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 900;
  font-size: 21px;
}
.mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--charcoal);
  border: 2px solid var(--cyan);
  box-shadow: 5px 5px 0 var(--coral);
  font-size: 14px;
  letter-spacing: 0;
}
.nav-links {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 14px;
}
.nav-links a { color: #253342; font-weight: 900; }
.badge-18 {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--charcoal);
  color: #fff;
  border: 2px solid var(--cyan);
  font-weight: 900;
}

section { padding: 72px 0; }
.hero {
  min-height: 610px;
  display: grid;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(24,36,51,.98) 0%, rgba(8,121,148,.94) 58%, rgba(239,116,92,.82) 100%),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 44px;
  align-items: center;
}
.hero-copy { min-width: 0; }
.hero h1, .page-hero h1 {
  margin: 0;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.03;
  letter-spacing: 0;
}
.hero p { max-width: 700px; color: #edf8fb; font-size: 18px; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--lime);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0;
}
.hero-actions, .casino-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 900;
  border: 1px solid transparent;
  text-decoration: none;
}
.button.primary {
  background: var(--lime);
  color: #18210b;
  box-shadow: 0 14px 28px rgba(185,216,107,.27);
}
.button.secondary { background: #fff; color: var(--ink); border-color: var(--line); }

.hero-board {
  display: grid;
  gap: 12px;
}
.hero-board div {
  min-height: 100px;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.42);
  padding: 16px;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  box-shadow: 8px 8px 0 rgba(239,116,92,.62);
}
.hero-board strong { font-size: 35px; color: var(--cyan-deep); }
.hero-board span { color: #273645; font-weight: 900; }

h2 { font-size: clamp(28px, 4vw, 42px); line-height: 1.12; margin: 0 0 18px; }
h3 { margin: 0 0 8px; font-size: 20px; }
.alt { background: var(--band); }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.method-grid article, .content-panel, .casino-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.method-grid article { padding: 22px; }
.method-grid article h3 {
  display: inline;
  background: linear-gradient(transparent 62%, rgba(38,183,211,.28) 62%);
}
.method-grid article p { margin-top: 14px; }
.section-heading { max-width: 780px; margin-bottom: 24px; }
.section-heading p { color: var(--muted); }
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.filter-btn {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 900;
  cursor: pointer;
}
.filter-btn.active { background: var(--charcoal); color: #fff; border-color: var(--charcoal); }
.ranking-list { display: grid; gap: 14px; }
.casino-card {
  display: grid;
  grid-template-columns: 58px 178px minmax(0, 1fr) 214px;
  gap: 18px;
  padding: 18px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.casino-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(var(--cyan), var(--coral));
}
.rank {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--charcoal);
  color: #fff;
  font-weight: 900;
}
.logo-tile {
  min-height: 80px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #f9fdff;
  border: 1px solid var(--line);
}
.logo-tile img, .review-logo { max-width: 100%; height: auto; object-fit: contain; }
.casino-main h3 { font-size: 24px; }
.meta { color: var(--muted); font-size: 14px; font-weight: 850; }
.licence-row { display: flex; gap: 12px; flex-wrap: wrap; font-size: 13px; }
.licence-row span { color: #14725c; font-weight: 900; }

.page-hero {
  color: #fff;
  background:
    linear-gradient(105deg, rgba(24,36,51,.98), rgba(8,121,148,.94)),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
}
.page-hero.compact { padding: 78px 0; min-height: auto; }
.page-hero p { max-width: 760px; color: #edf8fb; font-size: 18px; }
.two-col { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .68fr); gap: 20px; align-items: start; }
.content-panel { padding: 28px; }
.muted-panel { background: #fbfdff; }
.facts { display: grid; gap: 10px; margin: 0 0 18px; }
.facts div { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
dt { font-weight: 900; color: #344251; }
dd { margin: 0; }
.checklist { padding-left: 18px; }
.checklist li { margin-bottom: 8px; }
.split-band { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .6fr); gap: 24px; align-items: center; }
.support-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.support-links a {
  min-height: 58px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  display: grid;
  place-items: center;
  color: var(--ink);
}
.site-footer {
  background: var(--charcoal);
  color: #deebf1;
  padding: 52px 0 22px;
}
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 26px; }
.footer-brand { color: #fff; margin-bottom: 12px; }
.site-footer h2 { color: #fff; font-size: 16px; margin-bottom: 12px; }
.site-footer a { color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.operator-warning {
  color: #fff;
  background: rgba(38,183,211,.14);
  border: 1px solid rgba(255,255,255,.18);
  border-left: 4px solid var(--lime);
  border-radius: 8px;
  padding: 12px;
  font-weight: 900;
}
.footer-bottom { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); color: #b8c9d2; font-size: 13px; }
[hidden] { display: none !important; }

@media (max-width: 900px) {
  .nav-shell { align-items: center; padding: 14px 0; flex-wrap: wrap; }
  .nav-links { order: 3; width: 100%; overflow-x: auto; max-width: 100%; padding-bottom: 4px; }
  .hero-grid, .two-col, .split-band, .footer-grid { grid-template-columns: 1fr; }
  .method-grid { grid-template-columns: 1fr 1fr; }
  .casino-card { grid-template-columns: 48px minmax(0, 1fr); }
  .logo-tile { grid-column: 2; }
  .casino-main, .casino-actions { grid-column: 1 / -1; }
  .casino-actions .button { flex: 1 1 180px; }
}

@media (max-width: 560px) {
  .shell { width: 368px; max-width: calc(100vw - 22px); margin-left: 11px; margin-right: auto; }
  .hero-copy, .section-heading, .content-panel, .casino-main, .method-grid article { min-width: 0; max-width: 100%; }
  .notice { padding: 9px 12px; font-size: 13px; overflow-wrap: anywhere; }
  section { padding: 48px 0; }
  .hero { min-height: auto; padding: 54px 0; }
  .hero h1, .page-hero h1 { font-size: 28px; max-width: calc(100vw - 24px); overflow-wrap: anywhere; }
  .hero h1 span { display: block; }
  h2 { font-size: 24px; max-width: calc(100vw - 24px); overflow-wrap: anywhere; }
  .hero p, .page-hero p, .method-grid p, .casino-main p { font-size: 16px; max-width: 100%; overflow-wrap: anywhere; }
  .hero-board, .method-grid, .support-links { grid-template-columns: 1fr; }
  .hero-board div { grid-template-columns: 1fr; min-height: 104px; box-shadow: 5px 5px 0 rgba(239,116,92,.56); }
  .facts div { grid-template-columns: 1fr; gap: 2px; }
  .button { width: 100%; }
  .nav-shell { gap: 12px; }
  .nav-links { flex-wrap: wrap; overflow: visible; row-gap: 6px; }
  .brand-mark { font-size: 18px; }
}
