
:root {
  --navy: #081121;
  --navy-2: #111e35;
  --blue: #153e66;
  --gold: #e4b64f;
  --gold-2: #f7d87b;
  --green: #23b37a;
  --paper: #f6f8fc;
  --card: #ffffff;
  --ink: #101d32;
  --muted: #607087;
  --line: #d8e1ee;
  --soft: #edf3fa;
  --radius: 16px;
  --shadow: 0 18px 50px rgba(8, 17, 33, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.58; }
a { color: inherit; }
.topbar { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px clamp(16px, 4vw, 56px); background: rgba(8, 17, 33, .94); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(12px); }
.brand img { display: block; width: min(220px, 46vw); height: auto; }
nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; color: #eaf0f9; font-size: .94rem; font-weight: 850; }
nav a { text-decoration: none; }
nav a:hover { color: var(--gold-2); }
.top-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 18px; border-radius: 999px; color: #0c1727; background: var(--gold-2); font-weight: 950; text-decoration: none; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) 420px; gap: 28px; width: min(1180px, calc(100% - 32px)); margin: 28px auto 0; padding: 30px; border-radius: 24px; color: #fff; background: radial-gradient(circle at 83% 20%, rgba(35,179,122,.22), transparent 34%), linear-gradient(135deg, #081121, #142746 62%, #0b1527); box-shadow: var(--shadow); overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto -80px -110px auto; width: 420px; height: 420px; background: url("/assets/hero.jpg") center/cover no-repeat; opacity: .22; border-radius: 999px; filter: saturate(1.1); }
.hero-copy, .hero-board { position: relative; z-index: 1; }
.kicker { margin: 0 0 10px; color: var(--gold-2); font-size: .78rem; font-weight: 1000; text-transform: uppercase; letter-spacing: 0; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: 0; }
h1 { max-width: 780px; font-size: clamp(2rem, 2.9vw, 3.35rem); }
h2 { font-size: clamp(1.65rem, 2.8vw, 2.8rem); }
h3 { font-size: 1.24rem; }
.hero-lead { max-width: 740px; margin: 20px 0 0; color: rgba(255,255,255,.84); font-size: clamp(1.02rem, 1.45vw, 1.22rem); }
.hero-buttons { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 650px; margin-top: 26px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border-radius: 10px; font-weight: 950; text-decoration: none; border: 1px solid transparent; }
.btn-play { color: #081121; background: linear-gradient(135deg, var(--gold), var(--gold-2)); box-shadow: 0 12px 28px rgba(228,182,79,.24); }
.btn-read { color: #fff; background: var(--blue); }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.trust-row span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #dfe8f5; background: rgba(255,255,255,.08); font-size: .86rem; font-weight: 800; }
.hero-board { padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.board-header, .board-row { display: grid; grid-template-columns: 34px 78px 1fr 46px; gap: 10px; align-items: center; }
.board-header { margin-bottom: 10px; color: rgba(255,255,255,.72); font-size: .84rem; font-weight: 900; text-transform: uppercase; }
.board-row { min-height: 78px; margin-top: 10px; padding: 12px; border-radius: 12px; text-decoration: none; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); }
.board-row > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 999px; color: #0c1727; background: var(--gold); font-weight: 1000; }
.board-row img { width: 78px; max-height: 50px; object-fit: contain; padding: 6px; border-radius: 8px; background: #050b16; }
.board-row em { color: var(--gold-2); font-style: normal; font-weight: 1000; }
.notice { margin: 22px 0 0; padding: 16px clamp(16px, 5vw, 64px); color: #4b3310; background: #fff3d4; border-block: 1px solid #e5bd67; }
.section { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: clamp(44px, 7vw, 78px) 0; }
.quick-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; padding-bottom: 18px; }
.quick-strip div { padding: 18px; border-radius: 14px; background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 26px rgba(8,17,33,.07); }
.quick-strip strong { display: block; color: var(--blue); font-size: 1.45rem; }
.quick-strip span { color: var(--muted); font-weight: 800; }
.section-title { max-width: 790px; margin-bottom: 24px; }
.section-title .kicker { color: var(--blue); }
.section-title p { color: var(--muted); font-size: 1.04rem; }
.casino-list { display: grid; gap: 16px; }
.casino-card { position: relative; display: grid; grid-template-columns: 140px 1fr 180px; gap: 18px; align-items: center; padding: 18px; border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.rank-badge { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-right: 10px; border-radius: 999px; color: #0c1727; background: linear-gradient(180deg, #f6d77d, #dfb64f); font-size: .9rem; font-weight: 1000; vertical-align: middle; }
.casino-logo-wrap { display: grid; place-items: center; min-height: 112px; border-radius: 14px; background: #071020; }
.casino-logo-wrap img { width: 112px; max-height: 78px; object-fit: contain; padding: 8px; }
.casino-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.casino-head p, .casino-main > p { color: var(--muted); margin: 4px 0 0; }
.score { color: var(--blue); font-size: 2rem; font-weight: 1000; white-space: nowrap; }
.score span { color: var(--muted); font-size: .92rem; }
.mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.mini-grid div { padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--soft); }
.mini-grid strong, .mini-grid span { display: block; }
.mini-grid strong { margin-bottom: 4px; color: var(--blue); font-size: .78rem; text-transform: uppercase; }
.mini-grid span { color: var(--ink); font-weight: 800; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 14px 0 0; list-style: none; }
.chips li { padding: 7px 9px; border-radius: 999px; color: var(--blue); background: #eaf3f9; font-size: .84rem; font-weight: 850; }
.casino-cta { display: grid; gap: 10px; }
.casino-cta small { color: var(--muted); text-align: center; }
.compare-panel, .method-safety { display: grid; gap: 22px; }
.comparison-grid, .guide-grid, .method-safety { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.comparison-grid, .guide-grid, .method-safety, .review-list { display: grid; gap: 18px; }
.comparison-grid div, .guide-grid article, .method-safety > div, .review-card, details { padding: 24px; border-radius: 16px; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 34px rgba(8,17,33,.08); }
.comparison-grid p, .guide-grid p, .method-safety p, .review-card p, details p { color: var(--muted); }
.review-card { display: grid; grid-template-columns: 260px 1fr; gap: 24px; align-items: center; }
.review-image { display: grid; place-items: center; min-height: 230px; border-radius: 14px; background: radial-gradient(circle, #1d2a51, #071020 70%); }
.review-image img { width: 86%; max-height: 200px; object-fit: contain; filter: drop-shadow(0 16px 18px rgba(0,0,0,.25)); }
.review-card ul, .guide-grid ul { color: var(--muted); }
.formula { padding: 16px; margin-top: 18px; border-radius: 12px; color: #0c1727; background: #fff0c7; font-weight: 1000; }
.checklist { display: grid; gap: 10px; margin-top: 16px; }
.checklist label { display: grid; grid-template-columns: 18px 1fr; gap: 10px; color: var(--muted); font-weight: 800; }
.weights { display: grid; gap: 10px; margin-top: 16px; }
.weights div { display: grid; grid-template-columns: 72px 1fr; gap: 12px; padding: 12px; border-radius: 10px; background: var(--soft); }
.weights strong { color: var(--blue); font-size: 1.18rem; }
.weights span { color: var(--muted); font-weight: 800; }
.resource-links { display: grid; gap: 10px; margin-top: 18px; }
.resource-links a { padding: 13px; border-radius: 10px; color: #fff; background: var(--blue); text-decoration: none; font-weight: 900; }
.faq { display: grid; gap: 12px; }
details summary { cursor: pointer; color: var(--ink); font-weight: 1000; }
footer { display: grid; justify-items: center; gap: 12px; padding: 34px 18px; color: #cfdbeb; background: var(--navy); text-align: center; }
footer img { width: 190px; height: auto; }
footer p { margin: 0; color: #aebbd0; }
@media (max-width: 1040px) {
  .hero, .casino-card, .review-card, .comparison-grid, .guide-grid, .method-safety { grid-template-columns: 1fr; }
  .casino-cta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .topbar { position: static; align-items: flex-start; flex-direction: column; }
  .top-cta { display: none; }
  nav { justify-content: flex-start; }
  .hero { width: calc(100% - 22px); margin-top: 14px; padding: 22px; border-radius: 18px; }
  h1 { font-size: 1.82rem; }
  .hero-buttons, .mini-grid, .casino-cta, .quick-strip { grid-template-columns: 1fr; }
  .board-header { display: none; }
  .board-row { grid-template-columns: 34px 88px 1fr 42px; }
  .casino-card { padding: 14px; }
  .section { width: calc(100% - 22px); }
}

body {
  color: #f4f7fb;
  background:
    radial-gradient(circle at top left, rgba(36, 179, 126, .16), transparent 34rem),
    radial-gradient(circle at 85% 12%, rgba(228, 182, 79, .12), transparent 30rem),
    linear-gradient(180deg, #050a14 0%, #0a1222 44%, #080d18 100%);
}
.topbar {
  background: #0e1a30;
  border-bottom-color: rgba(255,255,255,.1);
}
.hero {
  background:
    radial-gradient(circle at 78% 30%, rgba(228,182,79,.18), transparent 32%),
    radial-gradient(circle at 18% 16%, rgba(35,179,122,.16), transparent 34%),
    linear-gradient(135deg, #0b1426, #101b31 58%, #07101f);
  border: 1px solid rgba(255,255,255,.12);
}
.notice {
  color: #f7df9f;
  background: rgba(228,182,79,.12);
  border-color: rgba(228,182,79,.35);
}
.quick-strip div,
.casino-card,
.comparison-grid div,
.guide-grid article,
.method-safety > div,
.review-card,
details,
.source-grid div {
  color: #f5f8fc;
  background: linear-gradient(180deg, rgba(21,32,54,.96), rgba(12,20,36,.96));
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 18px 45px rgba(0,0,0,.28);
}
.section-title .kicker,
.kicker {
  color: #f0c86d;
}
.section-title p,
.casino-head p,
.casino-main > p,
.comparison-grid p,
.guide-grid p,
.method-safety p,
.review-card p,
details p,
.review-card ul,
.guide-grid ul,
.casino-cta small,
footer p,
.official-note {
  color: #b8c6d8;
}
.section-title h2,
.comparison-grid h3,
.guide-grid h2,
.method-safety h2,
.review-card h3,
details summary {
  color: #fff;
}
.quick-strip strong,
.score,
.mini-grid strong,
.weights strong {
  color: #f0c86d;
}
.quick-strip span,
.score span,
.weights span {
  color: #c7d3e3;
}
.mini-grid div,
.weights div,
.formula {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.11);
}
.mini-grid span {
  color: #f4f7fb;
}
.chips li {
  color: #dff7ed;
  background: rgba(35,179,122,.15);
  border: 1px solid rgba(35,179,122,.26);
}
.casino-logo-wrap,
.review-image {
  background: radial-gradient(circle, #223256, #050b16 68%);
  border: 1px solid rgba(255,255,255,.08);
}
.btn-read {
  color: #eaf1fb;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
}
.terms-link {
  display: inline-flex;
  margin-top: 8px;
  color: #f0c86d;
  font-weight: 900;
  text-decoration: none;
}
.official-note {
  margin-top: 12px;
  padding: 12px;
  border-left: 4px solid #f0c86d;
  border-radius: 0 10px 10px 0;
  background: rgba(240,200,109,.1);
}
.source-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.source-grid div {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 16px;
  text-decoration: none;
}
.source-grid strong {
  color: #f0c86d;
  font-size: 1.1rem;
}
.source-grid span {
  color: #c7d3e3;
}
footer {
  background: #050a14;
}
@media (max-width: 1040px) {
  .source-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .topbar {
    background: #0e1a30;
  }
  .brand img {
    width: 180px;
  }
  .casino-head h3 {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .rank-badge {
    flex: 0 0 auto;
    margin-right: 0;
  }
}
