:root {
  --ink: #232a31;
  --muted: #6f747c;
  --line: #e2e8f0;
  --paper: #ffffff;
  --wash: #f7f7f7;
  --navy: #1f252b;
  --navy-2: #232a31;
  --blue: #3772fe;
  --blue-soft: #c9dcff;
  --teal: #16a34a;
  --gold: #fab041;
  --danger: #e92424;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: var(--blue); text-decoration: none; }
a:hover { color: #1b4f7b; text-decoration: underline; }
img { max-width: 100%; height: auto; }
button, input { font: inherit; }
.container { width: min(100% - 32px, var(--max)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; }
.skip-link:focus { left: 16px; z-index: 99; padding: 8px 12px; background: #fff; color: var(--ink); }

.site-header { background: var(--navy); color: #fff; }
.header-inner { min-height: 50px; display: flex; align-items: center; gap: 24px; position: relative; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; flex-shrink: 0; }
.brand:hover { color: #fff; text-decoration: none; }
.brand-mark { width: auto; height: 20px; display: inline-flex; align-items: center; border: 0; border-radius: 0; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-weight: 700; font-size: 16px; letter-spacing: -.08em; }
.brand-copy { font-size: 14px; letter-spacing: .01em; font-weight: 700; line-height: 1; text-transform: uppercase; }
.brand-copy small { display: block; color: #9ba1a8; font-size: 9px; font-weight: 500; margin-top: 3px; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 24px; flex: 1; }
.site-nav a { color: #9ba1a8; font-size: 14px; font-weight: 500; letter-spacing: .025em; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; text-decoration: none; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-actions a { color: #fff; font-size: 13px; }
.nav-toggle { display: none; color: #fff; background: transparent; border: 0; padding: 8px; cursor: pointer; }

.breadcrumb-wrap { padding: 20px 16px 0; }
.breadcrumb { color: var(--muted); font-size: 13px; }
.breadcrumb a { color: var(--muted); }
.breadcrumb span { margin: 0 7px; color: #9ca4ad; }

.layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 24px; padding: 20px 16px 64px; }
.main-column { min-width: 0; }
.sidebar { min-width: 0; }
.article-header { margin-bottom: 24px; }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.2; margin: 0 0 14px; }
h1 { font-family: Georgia, 'Times New Roman', serif; font-size: 28px; font-weight: 400; letter-spacing: -.01em; }
h2 { font-family: Georgia, 'Times New Roman', serif; font-size: 24px; font-weight: 400; margin-top: 24px; margin-bottom: 12px; }
h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 20px; font-weight: 400; margin-top: 24px; }
h4 { font-size: 1rem; font-weight: 700; }
p { margin: 0 0 10px; }
.main-column { font-size: 14px; line-height: 1.75; }
.main-column p { font-size: 14px; line-height: 1.75; }
.lede { font-size: 16px !important; line-height: 1.5 !important; color: #4d5660; max-width: 760px; }
.meta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 16px; color: var(--muted); font-size: 13px; }
.author-chip { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--ink); }
.author-mark { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-size: 13px; font-weight: 800; }
.trust-label { display: inline-flex; align-items: center; gap: 5px; color: var(--teal); font-weight: 700; }
.trust-label::before { content: '✓'; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: #fff; font-size: 12px; }

.hero-panel { border: 1px solid var(--line); background: #fff; padding: 20px; margin: 20px 0 24px; border-radius: 8px; box-shadow: 0 0 5px 1px #ccc; }
.hero-panel h2 { margin-top: 0; }
.hero-panel p:last-child { margin-bottom: 0; }
.eyebrow { color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 8px; }

.casino-card { border: 1px solid #efefef; border-radius: 8px; background: #fff; margin: 20px 0; padding: 20px; box-shadow: 0 2px 4px #0000000d; }
.casino-top { display: grid; grid-template-columns: 76px 1fr auto; gap: 18px; align-items: center; background: var(--ink); color: #fff; margin: -20px -20px 0; padding: 14px 20px; }
.casino-logo { width: 96px; height: 54px; display: grid; place-items: center; border-radius: 0; background: transparent; color: #fff; font-size: 20px; font-weight: 700; letter-spacing: -.05em; }
.casino-name { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 1.2rem; font-weight: 700; margin: 0 0 4px; }
.casino-kicker { color: #c9d0d8; font-size: 13px; margin: 0; }
.score { display: grid; justify-items: end; gap: 2px; }
.score strong { font-size: 1.55rem; color: #fff; }
.stars { color: var(--gold); letter-spacing: .08em; font-size: 15px; }
.card-body { display: grid; grid-template-columns: 1.6fr 1fr; gap: 22px; border-top: 1px solid var(--line); margin-top: 18px; padding-top: 18px; }
.card-body p { font-size: 15px; }
.check-list, .x-list { padding: 0; margin: 0; list-style: none; }
.check-list li, .x-list li { position: relative; padding-left: 22px; margin: 6px 0; font-size: 14px; }
.check-list li::before, .x-list li::before { position: absolute; left: 0; top: 0; font-weight: 800; }
.check-list li::before { content: '✓'; color: var(--teal); }
.x-list li::before { content: '×'; color: var(--danger); }
.card-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; }
.tag { display: inline-flex; padding: 4px 9px; background: var(--wash); color: #53606e; border-radius: 2px; font-size: 12px; font-weight: 600; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 42px; padding: 9px 20px; background: linear-gradient(135deg, #16a34a, #15803d); color: #fff; border: 0; border-radius: 6px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 700; cursor: pointer; box-shadow: 0 3px 10px #16a34a4d; transition: all .2s ease-in-out; }
.button:hover { background: linear-gradient(135deg, #15803d, #16a34a); color: #fff; text-decoration: none; transform: translateY(-2px); box-shadow: 0 5px 15px #16a34a66; }
.button.button-light { background: #fff; color: var(--blue); border: 1px solid var(--line); box-shadow: none; }
.button.button-light:hover { background: #f1f5f9; color: var(--blue); }
.button.button-teal { background: var(--teal); border-color: var(--teal); }

.info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); margin: 22px 0; }
.info-item { background: #fff; padding: 15px 16px; }
.info-item dt { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 4px; }
.info-item dd { margin: 0; font-weight: 700; }
.table-wrap { overflow-x: auto; margin: 18px 0 24px; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .07em; background: var(--wash); }

.sidebar-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; margin-bottom: 32px; box-shadow: 0 1px 2px #0000000d; }
.sidebar-card h2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: #fff; background: var(--ink); padding: 14px 20px; margin: 0; }
.sidebar-card ul { list-style: none; padding: 10px 20px 14px; margin: 0; }
.sidebar-card li { border-bottom: 1px solid #f1f5f9; padding: 9px 0; line-height: 1.35; }
.sidebar-card li:last-child { border-bottom: 0; }
.sidebar-card li a { font-weight: 600; font-size: 14px; color: var(--ink); }
.sidebar-card li a:hover { color: var(--blue); }
.score-list li { display: grid; grid-template-columns: 32px 1fr auto; gap: 8px; align-items: center; }
.score-list .rank { color: var(--blue); font-size: 12px; font-weight: 800; }
.score-list .mini-score { color: var(--gold); font-weight: 700; font-size: 13px; }
.trust-card > h2 { display: flex; align-items: center; gap: 9px; }
.trust-card > h2::before { content: '♢'; font-size: 21px; line-height: 1; }
.trust-lede { padding: 16px 20px 14px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 17px !important; line-height: 1.35 !important; }
.trust-stats { display: grid; grid-template-columns: repeat(3, 1fr); padding: 14px 10px; background: #f1f5f9; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-stat { text-align: center; padding: 2px 6px; border-left: 1px solid var(--line); }
.trust-stat:first-child { border-left: 0; }
.trust-stat strong { display: block; font-family: Arial, Helvetica, sans-serif; font-size: 26px; line-height: 1; }
.trust-stat span { display: block; color: var(--muted); font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .06em; line-height: 1.15; margin-top: 6px; text-transform: uppercase; }
.trust-points { padding: 10px 20px 6px !important; }
.trust-points li { padding: 9px 0 9px 20px; font-size: 13px; position: relative; }
.trust-points li::before { content: '✓'; position: absolute; left: 0; color: var(--danger); font-weight: 800; }
.trust-roles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; padding: 14px 12px; background: #f1f5f9; border-top: 1px solid var(--line); }
.trust-role { text-align: center; font-size: 10px; font-weight: 800; line-height: 1.1; text-transform: uppercase; }
.trust-role span { display: grid; place-items: center; width: 38px; height: 38px; margin: 0 auto 7px; border-radius: 50%; background: var(--blue-soft); color: #1d4ed8; font-size: 17px; }
.trust-card .button { display: flex; margin: 14px 20px 18px; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.notice { border: 1px solid var(--line); border-left: 4px solid var(--danger); background: var(--wash); padding: 15px 17px; margin: 24px 0; color: var(--ink); font-size: 13px; line-height: 1.6; }
.notice strong { color: var(--ink); }
.dark-note { border: 1px solid #36465a; color: #e9eef4; background: var(--navy); padding: 22px; margin: 22px 0; }
.dark-note h3 { color: #fff; margin-top: 0; }

.faq { margin-top: 22px; }
.faq details { border: 1px solid var(--line); margin-top: 12px; background: #fff; }
.faq summary { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; padding: 14px 16px; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: '›'; color: var(--blue); font-size: 21px; line-height: 1; transform: rotate(0deg); transition: transform .2s ease; }
.faq details[open] summary::before { transform: rotate(90deg); }
.faq .answer { padding: 0 16px 14px 43px; color: #4e5864; }
.faq .answer p:last-child { margin-bottom: 0; }

.section-intro { margin: 28px 0 22px; }
.bullet-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 22px 0; }
.bullet-card { border: 1px solid var(--line); padding: 19px; }
.bullet-card h3 { margin: 0 0 7px; font-size: 1rem; }
.bullet-card p { color: var(--muted); font-size: 14px; margin: 0; }
.steps { counter-reset: steps; display: grid; gap: 14px; margin: 20px 0; }
.step { counter-increment: steps; display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: start; border-bottom: 1px solid var(--line); padding: 0 0 14px; }
.step::before { content: counter(steps); display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-weight: 800; }
.step h3 { margin: 0 0 4px; font-size: 1rem; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

.site-footer { background: var(--navy-2); color: #d2dbe5; padding: 32px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr; gap: 30px; }
.site-footer h2, .site-footer h3 { color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 15px; }
.site-footer p, .site-footer li, .site-footer a { color: #fff; font-size: 15px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 6px 0; }
.footer-brand { color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: 22px; }
.footer-bottom { border-top: 1px solid #334256; margin-top: 32px; padding-top: 18px; color: #8896a6; font-size: 12px; }

@media (min-width: 1024px) {
  h1 { font-size: 36px; }
  .article-header { margin-bottom: 20px; }
}
@media (max-width: 850px) {
  .header-inner { flex-wrap: wrap; min-height: 50px; padding-top: 16px; padding-bottom: 16px; }
  .nav-toggle { display: block; margin-left: auto; }
  .site-nav { display: none; flex: 0 0 100%; flex-direction: column; align-items: flex-start; gap: 12px; padding: 12px 0 8px; }
  .site-nav.is-open { display: flex; }
  .header-actions { display: none; }
  .layout { grid-template-columns: 1fr; gap: 20px; }
  .sidebar { order: 2; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .container { width: min(100% - 24px, var(--max)); }
  .layout { padding-inline: 12px; }
  .breadcrumb-wrap { padding-top: 18px; }
  .hero-panel, .casino-card { padding: 16px; }
  .casino-top { grid-template-columns: 56px 1fr; gap: 12px; }
  .casino-logo { width: 72px; height: 48px; font-size: 18px; }
  .casino-top { margin: -16px -16px 0; padding: 12px 16px; }
  .score { grid-column: 2; justify-items: start; margin-top: -6px; }
  .card-body, .bullet-grid, .info-grid { grid-template-columns: 1fr; }
  .card-bottom { align-items: flex-start; flex-direction: column; }
  .card-bottom .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  h2 { margin-top: 32px; }
}
