:root {
  --ink: #0c1830;
  --ink-soft: #40506b;
  --navy: #081426;
  --navy-2: #10233c;
  --line: #d8e1ec;
  --paper: #f7faff;
  --white: #ffffff;
  --mint: #39e6b3;
  --mint-dark: #087c65;
  --blue: #62a7ff;
  --orange: #ffb34c;
  --red: #ff6474;
  --shell: min(1180px, calc(100% - 40px));
  --shadow: 0 20px 60px rgba(8, 20, 38, .11);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell, .content-boundary { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 12px 18px; transform: translateY(-150%); background: var(--mint); color: var(--navy); border-radius: 10px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: #fff;
  background: rgba(8, 20, 38, .94);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 32px; }
.brand { flex: 0 0 auto; text-decoration: none; }
.brand img { width: 190px; height: 46px; }
.primary-nav { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.primary-nav a { padding: 10px 13px; color: #c8d4e4; border-radius: 10px; text-decoration: none; font-size: .92rem; font-weight: 700; }
.primary-nav a:hover { color: #fff; background: rgba(255,255,255,.08); }
.age-chip { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--mint); font-weight: 900; }
.menu-toggle { display: none; width: 46px; height: 42px; margin-left: auto; padding: 9px; border: 0; border-radius: 10px; background: rgba(255,255,255,.08); }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .25s ease; }

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(98,167,255,.22), transparent 27%),
    radial-gradient(circle at 18% 85%, rgba(57,230,179,.12), transparent 24%),
    linear-gradient(140deg, #071221 0%, #0d2038 58%, #0b172a 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .19; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right, transparent, #000 35%, #000); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.38fr) minmax(330px, .62fr); gap: 68px; align-items: center; padding-top: 72px; padding-bottom: 40px; }
.live-stamp { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; color: #b9c7d8; font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 7px rgba(57,230,179,.12); }
h1, h2, h3, p, ul, ol, .table-wrap, .section-heading { max-width: 100%; }
h1 { margin: 0; max-width: 880px; font-size: clamp(2.15rem, 3.6vw, 2.85rem); line-height: 1.12; letter-spacing: -.035em; text-wrap: balance; }
.lead { max-width: 810px; margin: 28px 0 0; color: #cbd7e5; font-size: 1.08rem; line-height: 1.78; }
p strong { color: var(--mint-dark); font-weight: 850; }
.hero p strong, .section-dark p strong { color: var(--mint); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border-radius: 12px; text-decoration: none; font-weight: 850; }
.button-primary { color: #061620; background: var(--mint); box-shadow: 0 10px 35px rgba(57,230,179,.24); }
.button-primary:hover { background: #6af0ca; transform: translateY(-1px); }
.button-ghost { border: 1px solid rgba(255,255,255,.22); color: #fff; background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.1); }

.signal-panel { position: relative; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.06); box-shadow: 0 30px 70px rgba(0,0,0,.22); backdrop-filter: blur(16px); }
.signal-panel::after { content: ""; position: absolute; inset: 10px; pointer-events: none; border: 1px solid rgba(57,230,179,.13); border-radius: 20px; }
.signal-top { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 15px; color: #a9b9cb; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.signal-top strong { color: var(--mint); }
.signal-ring { width: 170px; aspect-ratio: 1; margin: 30px auto 26px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: radial-gradient(circle at center, #0d2038 58%, transparent 59%), conic-gradient(var(--mint) 0 72%, rgba(255,255,255,.1) 72%); box-shadow: 0 0 45px rgba(57,230,179,.12); }
.signal-ring span { font-size: 3.3rem; font-weight: 900; line-height: 1; }
.signal-ring small { max-width: 90px; color: #b6c5d5; font-size: .72rem; line-height: 1.3; text-transform: uppercase; }
.evidence-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0; }
.evidence-grid div { padding: 11px; border-radius: 12px; background: rgba(255,255,255,.06); }
.evidence-grid dt { color: #8fa3b9; font-size: .69rem; text-transform: uppercase; }
.evidence-grid dd { margin: 1px 0 0; font-weight: 850; }
.notice-ribbon { position: relative; display: flex; gap: 16px; align-items: center; margin: 0 auto 28px; padding: 18px 24px; color: var(--ink); background: #fff; border: 1px solid #d8e1ec; border-radius: 18px; box-shadow: var(--shadow); }
.notice-icon { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 12px; color: #071221; background: var(--orange); font-weight: 950; font-size: 1.3rem; }
.notice-ribbon div { display: flex; flex-wrap: wrap; gap: 5px 13px; }
.notice-ribbon strong { font-size: 1.03rem; }
.notice-ribbon span:not(.notice-icon) { color: var(--ink-soft); }

.section { padding: 104px 0; }
.section-tint { background: var(--paper); }
.section-dark { color: #eef6ff; background: var(--navy); }
.section-dark .section-heading p, .section-dark > .shell > p { color: #c1cede; }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-heading { width: 100%; margin-bottom: 42px; }
.section-heading .kicker { display: inline-block; margin-bottom: 12px; color: var(--mint-dark); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.section-dark .kicker { color: var(--mint); }
h2 { margin: 0; font-size: clamp(1.65rem, 2.8vw, 2.2rem); line-height: 1.2; letter-spacing: -.025em; text-wrap: balance; }
h3 { margin: 62px 0 16px; font-size: clamp(1.35rem, 2.3vw, 2rem); line-height: 1.22; letter-spacing: -.025em; }
.section-heading > p, .section > .shell > p, .content-boundary > p { margin: 19px 0 0; color: var(--ink-soft); font-size: 1.03rem; line-height: 1.82; }
.section-heading > p { max-width: 100%; }

.ranking-list { display: grid; gap: 15px; }
.casino-card { --accent: var(--mint); position: relative; display: grid; grid-template-columns: 78px 310px minmax(260px, 1fr) 205px; gap: 18px; align-items: center; padding: 18px 20px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 30px rgba(10,24,44,.06); transition: transform .2s ease, box-shadow .2s ease; }
.casino-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--accent); }
.casino-card:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(10,24,44,.1); }
.casino-card--2 { --accent: #62a7ff; }
.casino-card--3 { --accent: #ffb34c; }
.casino-card--4 { --accent: #ff6474; }
.casino-card--5 { --accent: #9d7cff; }
.casino-card--6 { --accent: #39d8e6; }
.rank-no { height: 78px; display: grid; place-content: center; text-align: center; border-right: 1px solid var(--line); }
.rank-no small { color: #7889a0; font-size: .63rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.rank-no strong { font-size: 2rem; line-height: 1.1; }
.casino-identity { display: flex; gap: 14px; align-items: center; }
.logo-box { width: 128px; height: 76px; flex: 0 0 128px; display: grid; place-items: center; padding: 7px; border: 1px solid #dfe6ef; border-radius: 13px; background: #fff; box-shadow: inset 0 0 0 1px #fff; }
.logo-box img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.casino-identity h3 { margin: 0; font-size: 1.25rem; }
.casino-bonus { min-width: 0; padding-left: 22px; border-left: 1px solid var(--line); }
.casino-bonus span { display: block; margin-bottom: 5px; color: #75859b; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.casino-bonus strong { display: block; color: #087c65; font-size: .94rem; line-height: 1.45; }
.casino-action { display: grid; gap: 7px; text-align: center; }
.visit-button { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 11px 16px; border-radius: 12px; color: #061620; background: var(--accent); text-decoration: none; font-size: .9rem; font-weight: 900; box-shadow: 0 8px 22px color-mix(in srgb, var(--accent) 26%, transparent); }
.visit-button:hover { filter: brightness(1.05); transform: translateY(-1px); }
.casino-action small { color: #8290a3; font-size: .67rem; }
.affiliate-note { display: flex; gap: 13px; margin-top: 18px; padding: 16px 19px; color: #52647c; border: 1px dashed #b9c6d6; border-radius: 13px; background: #f8fbff; font-size: .86rem; }
.affiliate-note strong { color: var(--ink); white-space: nowrap; }

.feature-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.feature-rail li { display: flex; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.feature-rail li > span { color: var(--blue); font-size: .72rem; font-weight: 900; }
.feature-rail strong, .feature-rail b { display: block; }
.feature-rail b { margin-top: 4px; color: #5d6c81; font-size: .83rem; font-weight: 500; line-height: 1.55; }

.timeline-list { display: grid; margin-top: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; overflow: hidden; }
.timeline-list > div { display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: center; min-height: 84px; padding: 15px 22px; border-bottom: 1px solid var(--line); }
.timeline-list > div:last-child { border-bottom: 0; }
.timeline-list > div > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--navy); font-weight: 900; }
.timeline-list strong, .timeline-list b { display: block; }
.timeline-list b { margin-top: 3px; color: #5b6b81; font-size: .88rem; font-weight: 500; }

.table-wrap { margin-top: 28px; overflow-x: auto; border-radius: 20px; box-shadow: var(--shadow); }
table { width: 100%; min-width: 780px; border-collapse: collapse; background: #fff; }
caption { padding: 17px 20px; text-align: left; color: #fff; background: var(--navy); font-weight: 850; }
th { padding: 14px 18px; text-align: left; font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; }
td { padding: 16px 18px; color: #44556d; font-size: .9rem; font-weight: 400; line-height: 1.5; }

.table-ledger { border: 1px solid #dce3ec; border-radius: 4px 20px 20px 4px; box-shadow: 10px 20px 50px rgba(13,34,60,.09); }
.table-ledger caption { border-left: 7px solid var(--mint); }
.table-ledger th { color: #0b5f51; background: #dff8f1; border-bottom: 1px solid #b8eadb; }
.table-ledger td { border-bottom: 1px solid #e4eaf1; }
.table-ledger tbody tr:last-child td { border-bottom: 0; }
.table-ledger tbody tr:hover td { background: #f6fffc; }

.number-grid { counter-reset: steps; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.number-grid li { counter-increment: steps; position: relative; min-height: 165px; padding: 52px 20px 20px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg,#fff,#f6f9fd); }
.number-grid li::before { content: "0" counter(steps); position: absolute; top: 14px; left: 18px; color: var(--blue); font-size: .78rem; font-weight: 950; letter-spacing: .07em; }
.number-grid strong, .number-grid span { display: block; }
.number-grid span { margin-top: 7px; color: #5a6a7f; font-size: .88rem; }

.section-dark .table-wrap { box-shadow: 0 26px 70px rgba(0,0,0,.28); }
.table-neon { border: 1px solid rgba(57,230,179,.38); border-radius: 20px 4px 20px 4px; }
.table-neon caption { color: var(--mint); background: #132a45; }
.table-neon th { color: #b9fff0; background: #17334f; }
.table-neon td { color: #d0dae7; background: #10243d; border-top: 1px solid rgba(255,255,255,.08); }
.table-neon tbody tr:nth-child(even) td { background: #132a45; }

.check-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-cards li { min-height: 170px; padding: 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.05); }
.check-cards li > span { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 18px; border-radius: 10px; color: #052019; background: var(--mint); font-weight: 900; }
.check-cards strong, .check-cards b { display: block; }
.check-cards b { margin-top: 6px; color: #aebed0; font-size: .82rem; font-weight: 500; }

.table-cards { padding: 12px; border: 1px solid #ffdcb0; background: #fff8ef; box-shadow: none; }
.table-cards table { border-collapse: separate; border-spacing: 0 7px; background: transparent; }
.table-cards caption { border-radius: 12px; background: #7e3f0d; }
.table-cards th { color: #70401e; }
.table-cards td { background: #fff; border-top: 1px solid #f0dcc6; border-bottom: 1px solid #f0dcc6; }
.table-cards td:first-child { color: #7e3f0d; border-left: 5px solid var(--orange); border-radius: 10px 0 0 10px; font-weight: 750; }
.table-cards td:last-child { border-right: 1px solid #f0dcc6; border-radius: 0 10px 10px 0; }

.split-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 28px 0 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.split-list li { padding: 19px 21px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.split-list strong, .split-list span { display: block; }
.split-list strong { color: #764005; }
.split-list span { margin-top: 4px; color: #617087; font-size: .89rem; }

.audit-steps { margin: 28px 0 0; padding: 0; list-style: none; }
.audit-steps li { display: grid; grid-template-columns: 78px 1fr; gap: 18px; align-items: center; min-height: 100px; margin-bottom: 10px; padding: 16px 22px; border: 1px solid #dce5ef; border-radius: 16px; background: linear-gradient(90deg,#fff 0%,#fff 75%,#edf7ff 100%); }
.audit-steps > li > span { color: var(--blue); font-size: 1.4rem; font-weight: 950; }
.audit-steps strong, .audit-steps b { display: block; }
.audit-steps b { margin-top: 5px; color: #617087; font-size: .89rem; font-weight: 500; }

.table-matrix { border-radius: 0; box-shadow: 0 18px 0 -10px #b9c8dc, 0 28px 0 -15px #dbe4ef; }
.table-matrix caption { text-align: center; background: #17304f; }
.table-matrix th { color: #17304f; background: #dbe9f8; border-right: 1px solid #bdd1e6; }
.table-matrix td { border-right: 1px solid #e0e6ee; border-bottom: 1px solid #e0e6ee; }
.table-matrix td:nth-child(2) { color: #08624f; background: #f1fcf8; }
.table-matrix td:nth-child(3) { color: #8e3440; background: #fff5f6; }

.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; }
.faq-list details[open] { border-color: #9fd8ca; box-shadow: 0 14px 38px rgba(8,20,38,.07); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; align-items: center; min-height: 76px; padding: 18px 22px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary h3 { margin: 0; font-size: 1.1rem; letter-spacing: -.01em; }
.faq-list summary > span { flex: 0 0 auto; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #fff; background: var(--navy); font-size: 1.3rem; transition: transform .2s ease; }
.faq-list details[open] summary > span { color: var(--navy); background: var(--mint); transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 22px 22px; color: var(--ink-soft); }

.site-footer { padding: 66px 0 28px; color: #c6d3e2; background: #06101e; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .55fr .75fr; gap: 60px; }
.footer-brand img { margin-bottom: 18px; }
.footer-brand p { margin: 0; color: #92a4b8; font-size: .9rem; }
.footer-links, .footer-warning { display: flex; flex-direction: column; gap: 9px; }
.footer-links strong, .footer-warning strong { margin-bottom: 7px; color: #fff; }
.footer-links a { color: #9fb1c5; text-decoration: none; }
.footer-links a:hover { color: var(--mint); }
.footer-warning span { color: #9fb1c5; font-size: .88rem; }
.support-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 42px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); }
.support-strip .support-logo { display: grid; place-items: center; height: 72px; padding: 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: #2e5272; text-decoration: none; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.support-strip .support-logo:hover { border-color: rgba(54,224,183,.7); box-shadow: 0 10px 28px rgba(0,0,0,.22); transform: translateY(-2px); }
.support-strip .support-logo:focus-visible { outline: 3px solid var(--mint); outline-offset: 3px; }
.support-strip img { width: auto; height: auto; max-height: 44px; object-fit: contain; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 25px; padding-top: 22px; color: #6f8298; border-top: 1px solid rgba(255,255,255,.08); font-size: .78rem; }

.catfish { position: fixed; left: 50%; bottom: 28px; z-index: 200; width: min(680px, calc(100% - 40px)); display: grid; grid-template-columns: 58px minmax(0,1fr) auto; gap: 18px; align-items: center; padding: 18px 20px; color: #fff; background: linear-gradient(120deg,#0d2039,#163657); border: 1px solid rgba(98,167,255,.42); border-radius: 20px; box-shadow: 0 24px 70px rgba(0,0,0,.38); opacity: 0; transform: translate(-50%, 140%) scale(.96); pointer-events: none; transition: opacity .35s ease, transform .45s cubic-bezier(.2,.8,.2,1); }
.catfish.is-visible { opacity: 1; transform: translate(-50%, 0) scale(1); pointer-events: auto; }
.catfish.is-closing { opacity: 0; transform: translate(-50%, 130%) scale(.96); pointer-events: none; }
.catfish-badge { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; color: var(--navy); background: var(--mint); font-size: .95rem; font-weight: 900; }
.catfish-copy strong, .catfish-copy span { display: block; }
.catfish-copy strong { font-size: 1.05rem; line-height: 1.3; }
.catfish-copy span { margin-top: 3px; color: #aebfd2; font-size: .82rem; }
.catfish > a { padding: 13px 18px; border-radius: 11px; color: var(--navy); background: var(--orange); text-decoration: none; font-size: .86rem; font-weight: 800; white-space: nowrap; }
.catfish-close { position: absolute; top: -11px; right: -10px; display: grid; place-items: center; width: 30px; height: 30px; padding: 0; color: #fff; border: 2px solid #fff; border-radius: 50%; background: #263c57; cursor: pointer; font-size: 1.1rem; line-height: 1; }
.noscript { position: fixed; inset: auto 0 0; z-index: 999; padding: 12px; color: #fff; background: #9d2634; text-align: center; }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 25px; color: #fff; background: var(--navy); }
.error-card { width: min(600px, 100%); padding: 42px; text-align: center; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.05); box-shadow: var(--shadow); }
.error-card img { margin: 0 auto 22px; }
.error-card > strong { display: block; color: var(--mint); font-size: 4rem; line-height: 1; }
.error-card h1 { margin-top: 12px; font-size: 2rem; }
.error-card p { color: #b7c5d5; }

@media (max-width: 1120px) {
  .hero-grid { grid-template-columns: 1fr 350px; gap: 38px; }
  .casino-card { grid-template-columns: 65px 260px minmax(230px,1fr) 185px; gap: 14px; }
  .check-cards { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 30px, 1180px); }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: calc(100% + 1px); left: 15px; right: 15px; display: none; padding: 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 0 0 16px 16px; background: #0b1b30; box-shadow: var(--shadow); }
  .primary-nav.is-open { display: grid; }
  .primary-nav a { padding: 13px; }
  .age-chip { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 60px; }
  .signal-panel { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; }
  .signal-top { grid-column: 1 / -1; }
  .signal-ring { width: 145px; margin: 0; }
  .casino-card { grid-template-columns: 58px minmax(0,1fr); }
  .casino-bonus { grid-column: 2; padding: 12px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .casino-action { grid-column: 2; }
  .feature-rail, .number-grid { grid-template-columns: repeat(2,1fr); }
  .check-cards { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 24px); }
  html { scroll-padding-top: 76px; }
  .header-inner { min-height: 66px; }
  .brand img { width: 164px; height: auto; }
  .hero-grid { padding-top: 46px; padding-bottom: 52px; }
  h1 { font-size: clamp(2rem, 10vw, 2.65rem); }
  .lead { font-size: 1rem; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .signal-panel { display: block; padding: 18px; }
  .signal-ring { width: 140px; margin: 22px auto; }
  .notice-ribbon { align-items: flex-start; padding: 17px; }
  .notice-ribbon div { display: grid; }
  .section { padding: 80px 0; }
  h2 { font-size: 1.75rem; }
  h3 { margin-top: 50px; }
  .casino-card { display: grid; grid-template-columns: 46px minmax(0,1fr); gap: 14px; padding: 16px; }
  .rank-no { height: 68px; }
  .rank-no strong { font-size: 1.5rem; }
  .casino-identity { min-width: 0; }
  .logo-box { width: 112px; flex-basis: 112px; }
  .casino-action { grid-template-columns: 1fr; text-align: center; }
  .feature-rail, .number-grid, .check-cards, .split-list { grid-template-columns: 1fr; }
  .timeline-list > div { grid-template-columns: 48px 1fr; padding: 14px; }
  .audit-steps li { grid-template-columns: 48px 1fr; padding: 14px; }
  .table-wrap { margin-inline: -2px; border-radius: 12px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-brand { grid-column: auto; }
  .support-strip { grid-template-columns: 1fr 1fr; }
  .footer-bottom { display: grid; }
  .catfish { bottom: 14px; width: calc(100% - 24px); grid-template-columns: 48px 1fr; gap: 13px; padding: 16px; }
  .catfish-badge { width: 48px; height: 48px; }
  .catfish > a { grid-column: 1 / -1; text-align: center; }
}

@media (max-width: 375px) {
  .evidence-grid { grid-template-columns: 1fr; }
  .casino-identity { align-items: flex-start; flex-direction: column; }
  .logo-box { width: 100%; }
  .support-strip { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header, .catfish, .hero-actions, .menu-toggle { display: none !important; }
  .hero, .section-dark { color: #000; background: #fff; }
  .hero p, .section-dark p { color: #222 !important; }
  .section { padding: 30px 0; }
  .casino-card { break-inside: avoid; box-shadow: none; }
}
