@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Source+Sans+3:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #f3f1eb;
  --bg-2: #e8efe9;
  --ink: #14201c;
  --muted: #4a5852;
  --faint: #7a8781;
  --line: #d5ddd8;
  --card: #ffffff;
  --teal: #0f2a24;
  --teal-mid: #1a4a3f;
  --brass: #b8892d;
  --brass-hot: #d4a574;
  --ok: #2f6b4f;
  --warn: #9a4b2e;
  --max: 1100px;
  --radius: 8px;
  --font: "Source Sans 3", "Segoe UI", sans-serif;
  --display: "Fraunces", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(26, 74, 63, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(184, 137, 45, 0.1), transparent 50%),
    linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 35%, #efece4 100%);
  min-height: 100vh;
}
a { color: var(--teal-mid); text-underline-offset: 3px; }
a:hover { color: var(--brass); }
.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(243, 241, 235, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.85rem 0;
}
.logo {
  font-family: var(--display); font-weight: 700; font-size: 1.2rem;
  color: var(--teal); text-decoration: none; letter-spacing: -0.02em;
}
.logo span { color: var(--brass); }
.nav { display: flex; flex-wrap: wrap; gap: 0.35rem 1rem; font-size: 0.9rem; font-weight: 600; }
.nav a { color: var(--muted); text-decoration: none; }
.nav a:hover { color: var(--teal); }
.age-badge {
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em;
  color: #fff; background: var(--teal); padding: 0.3rem 0.5rem; border-radius: 4px;
}

.hero { padding: 2.5rem 0 1.5rem; border-bottom: 1px solid var(--line); }
.kicker {
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--brass); margin: 0 0 0.65rem;
}
.breadcrumbs { font-size: 0.85rem; color: var(--faint); margin-bottom: 0.85rem; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.hero-grid {
  display: grid; grid-template-columns: 1.3fr 0.8fr; gap: 2rem; align-items: start;
}
@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; }
  .nav { display: none; }
}
h1 {
  font-family: var(--display); font-size: clamp(1.85rem, 4vw, 2.65rem);
  line-height: 1.15; margin: 0 0 1rem; color: var(--teal); letter-spacing: -0.02em;
}
.lead { font-size: 1.08rem; color: var(--muted); margin: 0 0 1rem; max-width: 40rem; }
.meta-row { display: flex; flex-wrap: wrap; gap: 0.45rem; margin: 1rem 0; }
.chip {
  font-size: 0.8rem; color: var(--muted); border: 1px solid var(--line);
  background: var(--card); padding: 0.3rem 0.6rem; border-radius: 4px;
}
.disclosure {
  margin-top: 1rem; padding: 0.85rem 1rem;
  border: 1px solid rgba(184, 137, 45, 0.35); border-left: 3px solid var(--brass);
  background: rgba(184, 137, 45, 0.08); font-size: 0.9rem; border-radius: 0 6px 6px 0;
}
.side-panel {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.25rem; box-shadow: 0 8px 24px rgba(20, 32, 28, 0.04);
}
.side-panel h2 { font-family: var(--display); font-size: 1.05rem; margin: 0 0 0.75rem; color: var(--teal); }
.side-panel ul { margin: 0; padding-left: 1.1rem; color: var(--muted); font-size: 0.92rem; }
.caution {
  margin-top: 1rem; padding: 0.75rem; background: rgba(154, 75, 46, 0.08);
  border: 1px solid rgba(154, 75, 46, 0.25); border-radius: 6px; color: var(--warn); font-size: 0.88rem;
}

.section { padding: 2.4rem 0; border-bottom: 1px solid var(--line); }
.section h2 {
  font-family: var(--display); font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  margin: 0 0 0.75rem; color: var(--teal); line-height: 1.25;
}
.section h3 { font-size: 1.08rem; margin: 1.4rem 0 0.45rem; }
.section-intro { color: var(--muted); max-width: 42rem; margin-bottom: 1.2rem; }
.toc-section { padding-top: 1.4rem; padding-bottom: 1.4rem; }
.toc { columns: 2; gap: 1.5rem; margin: 0.5rem 0 0; padding-left: 1.2rem; color: var(--muted); font-size: 0.92rem; }
@media (max-width: 640px) { .toc { columns: 1; } }
.toc a { color: var(--muted); text-decoration: none; }
.toc a:hover { color: var(--teal-mid); }
.toc li { margin: 0.3rem 0; break-inside: avoid; }

.toplist { display: flex; flex-direction: column; gap: 0.75rem; }
.casino-row {
  display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1rem 1.1rem; box-shadow: 0 4px 14px rgba(20, 32, 28, 0.03);
}
.casino-row.partner {
  border-color: rgba(26, 74, 63, 0.35);
  background: linear-gradient(90deg, rgba(26, 74, 63, 0.06), var(--card) 42%);
}
@media (max-width: 720px) { .casino-row { grid-template-columns: 1fr; } }
.rank {
  font-weight: 800; font-size: 0.78rem; color: #fff; background: var(--teal);
  width: 2.1rem; height: 2.1rem; display: grid; place-items: center; border-radius: 6px;
}
.casino-info h3 { margin: 0 0 0.15rem; font-size: 1.15rem; font-weight: 800; }
.casino-info h3 a { color: var(--ink); text-decoration: none; }
.casino-info h3 a:hover { color: var(--teal-mid); }
.rating { color: var(--brass); font-weight: 700; font-size: 0.9rem; margin-bottom: 0.3rem; }
.usps {
  margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap;
  gap: 0.3rem 0.8rem; color: var(--muted); font-size: 0.88rem;
}
.usps li::before { content: "·"; margin-right: 0.3rem; color: var(--brass); }
.partner-note { font-size: 0.82rem; color: var(--muted); margin-top: 0.35rem; }
.cta-col { display: flex; flex-direction: column; gap: 0.4rem; min-width: 11rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.7rem 1rem; background: var(--brass); color: #1a1206;
  font-weight: 800; font-size: 0.9rem; text-decoration: none; border-radius: 6px; border: none;
}
.btn:hover { background: #c99a3a; color: #1a1206; }
.btn-ghost {
  background: transparent; color: var(--teal-mid); border: 1px solid var(--line);
}
.btn-ghost:hover { border-color: var(--teal); color: var(--teal); }
.cta-note { font-size: 0.72rem; color: var(--faint); text-align: center; }

.compare { width: 100%; border-collapse: collapse; font-size: 0.92rem; margin: 1rem 0; }
.compare th, .compare td {
  border: 1px solid var(--line); padding: 0.65rem 0.75rem; text-align: left; vertical-align: top;
}
.compare th { background: var(--teal); color: #f5f2ea; }
.compare td { background: var(--card); }

.faq details {
  background: var(--card); border: 1px solid var(--line); border-radius: 8px;
  padding: 0.85rem 1rem; margin: 0.5rem 0;
}
.faq summary { cursor: pointer; font-weight: 700; color: var(--teal); }
.faq details p { margin: 0.6rem 0 0; color: var(--muted); }

.review-hero { padding: 2rem 0 1.2rem; }
.facts {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.65rem; margin: 1.2rem 0;
}
.fact {
  background: var(--card); border: 1px solid var(--line); border-radius: 8px; padding: 0.75rem;
}
.fact dt { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--faint); margin: 0 0 0.2rem; }
.fact dd { margin: 0; font-weight: 700; }

.procon { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.2rem 0; }
@media (max-width: 640px) { .procon { grid-template-columns: 1fr; } }
.pro, .con {
  border-radius: 8px; padding: 1rem; border: 1px solid var(--line); background: var(--card);
}
.pro h3 { color: var(--ok); margin-top: 0; }
.con h3 { color: var(--warn); margin-top: 0; }

.criteria { margin: 1rem 0; padding-left: 1.2rem; color: var(--muted); }
.criteria li { margin: 0.5rem 0; }
.pay-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.85rem; margin: 1.2rem 0;
}
@media (max-width: 720px) { .pay-grid { grid-template-columns: 1fr; } }
.pay-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem;
}
.pay-card h3 { margin: 0 0 0.35rem; font-size: 1.05rem; color: var(--teal); }
.pay-card p { margin: 0; font-size: 0.92rem; color: var(--muted); }

.site-footer {
  margin-top: 2rem; padding: 2rem 0 2.5rem; border-top: 1px solid var(--line);
  background: var(--teal); color: #dce6e2;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 1.5rem; }
@media (max-width: 720px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h2 {
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: rgba(255,255,255,0.55); margin: 0 0 0.65rem; font-family: var(--font); font-weight: 700;
}
.site-footer p, .site-footer li { color: rgba(255,255,255,0.78); font-size: 0.88rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 0.3rem 0; }
.site-footer a { color: rgba(255,255,255,0.78); text-decoration: none; }
.site-footer a:hover { color: var(--brass-hot); }
.footer-legal {
  margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 0.8rem; color: rgba(255,255,255,0.55);
}
.rg-links { display: flex; flex-wrap: wrap; gap: 0.75rem 1rem; margin-top: 0.75rem; }
.locale-switch { display: inline-flex; gap: 0.45rem; margin-top: 0.75rem; font-size: 0.85rem; }
.locale-switch a {
  color: var(--muted); text-decoration: none; border: 1px solid var(--line);
  padding: 0.25rem 0.55rem; border-radius: 4px; background: var(--card);
}
.locale-switch a[aria-current="page"] { border-color: var(--brass); color: var(--teal); font-weight: 700; }
.site-footer .locale-switch a {
  background: transparent; border-color: rgba(255,255,255,0.25); color: rgba(255,255,255,0.8);
}
