:root {
  --ink: #fff5fc;
  --muted: #c9b6d8;
  --faint: #957ba9;
  --bg: #13081e;
  --bg-deep: #08030d;
  --panel: #1b0c2b;
  --panel-2: #29123f;
  --line: #4d2a64;
  --cyan: #ff2d8d;
  --cyan-dark: #d31570;
  --amber: #8d61ff;
  --coral: #ff72b5;
  --white: #ffffff;
  --shadow: 0 28px 70px rgba(0, 0, 0, .34);
  --shell: min(1180px, calc(100% - 40px));
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg-deep); }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(255,45,141,.13), transparent 27rem),
    radial-gradient(circle at 92% 20%, rgba(141,97,255,.12), transparent 32rem),
    linear-gradient(180deg, #160921 0%, var(--bg) 42%, #0b0412 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--cyan); color: #220014; font-weight: 900; border-radius: 0 0 10px 10px; }
.skip-link:focus { top: 0; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(12,4,19,.86);
  border-bottom: 1px solid rgba(255,45,141,.25);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1; }
.brand-logo { width: 152px; height: auto; flex: 0 0 auto; object-fit: contain; }
.brand-suffix { padding-left: 12px; color: #c8b3ff; border-left: 1px solid rgba(141,97,255,.55); font-size: .62rem; letter-spacing: .18em; font-weight: 900; white-space: nowrap; }
nav ul, .footer-nav ul { list-style: none; padding: 0; margin: 0; }
nav ul { display: flex; align-items: center; gap: 24px; }
nav a { color: #c4d0dc; text-decoration: none; font-size: .87rem; font-weight: 700; }
nav a:hover { color: var(--cyan); }
.menu-toggle { display: none; color: var(--ink); background: transparent; border: 1px solid var(--line); padding: 9px 12px; border-radius: 8px; }

.hero { min-height: 570px; padding: 72px 0 58px; display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(240px, .6fr); gap: clamp(40px, 6vw, 76px); align-items: center; }
.edition-line { display: flex; gap: 18px; align-items: center; color: var(--cyan); text-transform: uppercase; font-size: .72rem; letter-spacing: .17em; font-weight: 900; }
.edition-line span { display: flex; align-items: center; gap: 10px; }
.edition-line span::before { content: ""; width: 32px; height: 2px; background: var(--cyan); box-shadow: 0 0 18px rgba(255,45,141,.8); }
.edition-line time { color: var(--faint); }
h1, h2, h3 { margin: 0; line-height: 1.05; letter-spacing: -.035em; }
h1 { margin-top: 24px; font-size: clamp(2rem, 3.15vw, 3.2rem); font-weight: 830; }
h1 span { color: var(--amber); }
.lede { margin: 24px 0 0; font-size: clamp(1.02rem, 1.25vw, 1.14rem); color: #cbd7e3; }
strong { color: var(--white); background: linear-gradient(transparent 64%, rgba(255,45,141,.28) 64%); font-weight: 800; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.button, .visit-button, .catfish > a { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; min-height: 50px; font-weight: 900; }
.button-primary { padding: 13px 22px; color: #260014; background: var(--cyan); border-radius: 5px 18px 5px 18px; box-shadow: 0 14px 34px rgba(255,45,141,.28); }
.button-primary:hover { background: #ff67ae; transform: translateY(-2px); }
.text-link { color: var(--ink); text-underline-offset: 6px; font-weight: 750; }
.text-link span { color: var(--amber); }

.evidence-rail { position: relative; border: 1px solid var(--line); background: linear-gradient(150deg, rgba(48,19,69,.96), rgba(15,5,24,.98)); padding: 18px; box-shadow: var(--shadow); transform: rotate(.7deg); }
.evidence-rail::before { content: ""; position: absolute; inset: 9px; border: 1px dashed rgba(255,45,141,.24); pointer-events: none; }
.rail-label { color: var(--amber); font: 800 .61rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .11em; margin-bottom: 16px; }
.metric { position: relative; z-index: 1; display: grid; grid-template-columns: 72px 1fr; align-items: baseline; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.metric b { font-size: 1.28rem; color: var(--white); }
.metric span { color: var(--muted); font-size: .83rem; text-transform: uppercase; letter-spacing: .08em; }
.metric-large b { font-size: 2.7rem; line-height: .9; color: var(--cyan); }
.rail-note { position: relative; z-index: 1; margin-top: 14px; padding-left: 11px; border-left: 2px solid var(--amber); color: var(--muted); font-size: .72rem; line-height: 1.5; }

.disclosure-band { display: grid; grid-template-columns: 78px 1fr; gap: 22px; align-items: center; border: 1px solid rgba(255,191,71,.4); background: linear-gradient(90deg, rgba(255,191,71,.13), rgba(255,107,95,.06)); padding: 22px 28px; border-radius: 8px 28px 8px 28px; }
.disclosure-icon { display: grid; place-items: center; width: 60px; height: 60px; border: 2px solid var(--amber); color: var(--amber); border-radius: 50%; font-size: 1.1rem; font-weight: 950; }
.disclosure-band p { margin: 0; color: #d8e0e8; }

.section { padding: 92px 0 0; scroll-margin-top: 90px; }
.section-kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--cyan); font: 900 .75rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .15em; text-transform: uppercase; }
.section-kicker::after { content: ""; width: 72px; height: 1px; background: var(--cyan); opacity: .55; }
h2 { font-size: clamp(1.9rem, 3vw, 2.8rem); }
h3 { margin-top: 64px; font-size: clamp(1.55rem, 2.5vw, 2.35rem); color: #f5f9ff; }
.section-intro { margin: 24px 0 0; font-size: 1.12rem; color: #c3cfdb; }
.section p { width: 100%; }
.section > p:not(.section-intro):not(.post-component) { margin: 22px 0 0; color: #b9c6d3; }
.post-component { margin: 24px 0 0; padding: 18px 22px; color: #ddcfe7; background: rgba(255,45,141,.07); border-left: 3px solid var(--cyan); }

.casino-ranking { list-style: none; padding: 0; margin: 38px 0 0; counter-reset: casino; display: grid; gap: 16px; }
.casino-card { position: relative; display: grid; grid-template-columns: 88px 210px minmax(0, 1fr) 200px; min-height: 166px; background: linear-gradient(102deg, #29113e 0%, #1a0b29 64%, #100619 100%); border: 1px solid var(--line); overflow: hidden; border-radius: 6px 24px 6px 24px; box-shadow: 0 18px 45px rgba(0,0,0,.25); }
.casino-card::after { content: ""; position: absolute; inset: auto 0 0; height: 2px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); transform: scaleX(0); transition: transform .25s ease; }
.casino-card:hover::after { transform: scaleX(1); }
.rank-stamp { display: grid; align-content: center; justify-items: center; color: var(--bg-deep); background: var(--cyan); clip-path: polygon(0 0, 84% 0, 100% 50%, 84% 100%, 0 100%); }
.rank-stamp span { font: 950 2.2rem/1 ui-monospace, monospace; }
.rank-stamp small { writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .14em; font-size: .56rem; font-weight: 900; }
.logo-stage { margin: 16px 14px; display: grid; place-items: center; align-self: stretch; min-height: 124px; background: #fff; border-radius: 12px 3px 12px 3px; padding: 10px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.08); }
.logo-stage img { width: 100%; max-height: 108px; object-fit: contain; }
.casino-main { padding: 24px 18px; min-width: 0; display: grid; align-content: center; }
.casino-main h3 { margin: 0 0 13px; font-size: 1.38rem; }
.bonus-line { display: grid; grid-template-columns: 130px 1fr; gap: 14px; align-items: baseline; }
.bonus-line span, dt { color: var(--faint); text-transform: uppercase; font-size: .66rem; letter-spacing: .12em; font-weight: 850; }
.bonus-line b { color: var(--amber); font-size: 1rem; }
.fact-row { display: grid; grid-template-columns: 1fr 1.35fr; gap: 18px; margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--line); }
.fact-row div { min-width: 0; }
.fact-row dd { margin: 5px 0 0; color: #bdc9d5; font-size: .78rem; line-height: 1.45; overflow-wrap: anywhere; }
.casino-action { display: grid; align-content: center; gap: 10px; padding: 24px 20px; border-left: 1px dashed #2c4359; text-align: center; }
.visit-button { gap: 10px; min-width: 170px; padding: 12px 20px; color: #fff; background: var(--amber); border-radius: 4px 14px 4px 14px; white-space: nowrap; }
.visit-button:hover { background: #ab8aff; transform: translateY(-2px); }
.casino-action > span { color: var(--faint); font-size: .7rem; font-weight: 700; }

.signal-list, .decision-grid, .restriction-list, .checklist-list, .preflight-list, .trace-steps { padding: 0; margin: 28px 0 0; list-style: none; }
.signal-list { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.signal-list li { min-height: 150px; padding: 24px; display: grid; align-content: start; gap: 9px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(35,14,53,.78); }
.signal-list li:nth-child(3n) { border-right: 0; }
.signal-list li:nth-last-child(-n+3) { border-bottom: 0; }
.signal-list b { color: var(--cyan); font-size: 1.02rem; }
.signal-list span { color: var(--muted); font-size: .9rem; }
.quote-callout { margin-top: 28px; padding: 30px; border: 1px solid rgba(255,191,71,.4); background: radial-gradient(circle at 100% 0, rgba(255,191,71,.12), transparent 18rem), #0c1a29; border-radius: 28px 7px 28px 7px; }
.quote-callout > span { color: var(--amber); font: 900 .67rem/1 ui-monospace, monospace; letter-spacing: .16em; }
.quote-callout blockquote { margin: 16px 0; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.5rem, 2.5vw, 2.5rem); line-height: 1.25; }
.quote-callout div { color: var(--muted); }

.table-wrap { margin-top: 30px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
caption { text-align: left; padding: 0 0 14px; color: var(--muted); font-size: .86rem; }
th, td { text-align: left; vertical-align: top; padding: 18px 20px; }
thead th { color: var(--bg-deep); background: var(--cyan); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
tbody td, tbody th { font-weight: 400; color: #c4d0dc; }

.ledger-table { position: relative; padding: 10px; overflow: hidden; background: linear-gradient(145deg, #2d1542, #16091f); border: 1px solid #5d3474; border-radius: 6px 24px 6px 24px; box-shadow: 0 24px 58px rgba(0,0,0,.32); }
.ledger-table::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(var(--cyan), var(--amber)); }
.ledger-table table { position: relative; color: var(--ink); border: 0; background: rgba(13,5,20,.48); }
.ledger-table caption { color: #cfbadf; padding: 13px 16px 17px; font-family: ui-monospace, monospace; letter-spacing: .025em; }
.ledger-table thead th { color: #fff; background: linear-gradient(90deg, #9b2774, #6339a3); border-right: 1px solid rgba(255,255,255,.14); }
.ledger-table thead th:last-child { border-right: 0; }
.ledger-table tbody tr { background: rgba(255,255,255,.018); transition: background .2s ease; }
.ledger-table tbody tr:nth-child(even) { background: rgba(141,97,255,.055); }
.ledger-table tbody tr:hover { background: rgba(255,45,141,.09); }
.ledger-table tbody th, .ledger-table tbody td { color: #e8dced; border-bottom: 1px solid rgba(200,160,224,.17); }
.ledger-table tbody td { color: #cdbbd7; }
.ledger-table tbody th span { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-right: 12px; color: #fff; background: linear-gradient(135deg, var(--cyan), var(--amber)); font: 900 .68rem/1 ui-monospace, monospace; border-radius: 9px 3px 9px 3px; box-shadow: 0 7px 18px rgba(255,45,141,.2); }
.ledger-table tbody tr:last-child > * { border-bottom: 0; }

.trace-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.trace-steps li { display: grid; align-content: start; gap: 13px; padding: 24px 20px; background: #1d0d2d; }
.trace-steps span { color: var(--amber); font: 900 .68rem/1 ui-monospace, monospace; text-transform: uppercase; letter-spacing: .1em; }
.trace-steps b { line-height: 1.25; }
.trace-steps em { color: var(--muted); font-size: .83rem; font-style: normal; }

.spectrum-table { border: 1px solid #5b3374; border-radius: 20px 5px 20px 5px; background: linear-gradient(145deg, #2a1340, #11071b); padding: 8px; }
.spectrum-table caption { padding: 10px 12px 16px; }
.spectrum-table thead th { background: transparent; color: var(--cyan); border-bottom: 2px solid var(--cyan); }
.spectrum-table tbody tr { border-bottom: 1px solid var(--line); }
.spectrum-table tbody tr:last-child { border-bottom: 0; }
.spectrum-table tbody th { color: var(--white); font-weight: 800; }
.spectrum-table tbody tr:nth-child(even) { background: rgba(255,255,255,.025); }
.dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 9px; box-shadow: 0 0 12px currentColor; }
.dot.card { color: var(--cyan); background: currentColor; }
.dot.crypto { color: #ff8f75; background: currentColor; }
.dot.bank { color: #c7a3ff; background: currentColor; }
.dot.mobile { color: var(--amber); background: currentColor; }
.dot.wallet { color: #67a8ff; background: currentColor; }

.decision-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.decision-grid li { position: relative; padding: 28px 20px 22px; min-height: 175px; background: #241036; border-top: 3px solid var(--amber); box-shadow: 0 14px 30px rgba(0,0,0,.22); }
.decision-grid li::before { content: counter(list-item, decimal-leading-zero); position: absolute; right: 16px; top: 10px; color: rgba(255,255,255,.08); font: 950 2.5rem/1 ui-monospace, monospace; }
.decision-grid b, .decision-grid span { display: block; position: relative; }
.decision-grid b { margin-bottom: 10px; color: var(--white); }
.decision-grid span { color: var(--muted); font-size: .84rem; }

.matrix-table { border: 1px solid rgba(141,97,255,.55); background: #1a0a28; box-shadow: 16px 16px 0 rgba(141,97,255,.10); }
.matrix-table caption { padding: 18px 20px; color: var(--amber); text-transform: uppercase; letter-spacing: .1em; }
.matrix-table thead th { background: var(--amber); color: #191207; }
.matrix-table tbody th { width: 18%; color: var(--white); font-weight: 850; border-right: 1px solid var(--line); }
.matrix-table tbody td, .matrix-table tbody th { border-bottom: 1px solid var(--line); }
.matrix-table tbody tr:last-child > * { border-bottom: 0; }
.matrix-table tbody td:last-child { background: rgba(141,97,255,.07); }

.restriction-list { border-top: 1px solid var(--line); }
.restriction-list li { display: grid; grid-template-columns: 88px 1fr; gap: 22px; align-items: center; padding: 21px 8px; border-bottom: 1px solid var(--line); }
.restriction-list > li > span { color: var(--cyan); font: 950 1.8rem/1 ui-monospace, monospace; }
.restriction-list div { display: grid; grid-template-columns: minmax(220px, .6fr) 1fr; gap: 22px; }
.restriction-list b { color: var(--white); }
.restriction-list em { color: var(--muted); font-style: normal; }

.three-lens { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.three-lens div { padding: 26px; min-height: 190px; border: 1px solid var(--line); background: linear-gradient(145deg, #2b1440, #160922); border-radius: 3px 22px 3px 22px; display: grid; align-content: start; gap: 12px; }
.three-lens span { color: var(--cyan); font: 900 .7rem/1 ui-monospace, monospace; letter-spacing: .1em; }
.three-lens b { font-size: 1.14rem; }
.three-lens em { color: var(--muted); font-style: normal; font-size: .9rem; }

.checklist-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.checklist-list li { min-height: 195px; display: grid; align-content: start; gap: 10px; padding: 22px; background: rgba(38,15,57,.86); border: 1px solid var(--line); }
.checklist-list > li > span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--bg-deep); background: var(--cyan); border-radius: 50%; font-weight: 900; }
.checklist-list b { line-height: 1.28; }
.checklist-list em { color: var(--muted); font-size: .82rem; font-style: normal; }

.preflight-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; counter-reset: preflight; }
.preflight-list li { counter-increment: preflight; display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 24px; background: #200e31; border: 1px solid var(--line); border-left: 5px solid var(--cyan); }
.preflight-list li::before { content: "0" counter(preflight); position: absolute; opacity: 0; }
.preflight-list b { color: var(--cyan); }
.preflight-list span { color: var(--muted); }

.stoplight { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.stoplight div { padding: 26px; min-height: 165px; display: grid; align-content: start; gap: 10px; border: 1px solid var(--line); background: #1c0b2a; }
.stoplight span { width: fit-content; padding: 4px 10px; font: 900 .65rem/1.4 ui-monospace, monospace; letter-spacing: .12em; border-radius: 20px; }
.stoplight div:nth-child(1) span { color: #00170e; background: var(--cyan); }
.stoplight div:nth-child(2) span { color: #211500; background: var(--amber); }
.stoplight div:nth-child(3) span { color: #250300; background: var(--coral); }
.stoplight em { color: var(--muted); font-style: normal; }

.faq-section { padding-bottom: 120px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-of-type { margin-top: 34px; border-top: 1px solid var(--line); }
.faq-item h3 { margin: 0; font-size: 1.18rem; letter-spacing: -.015em; }
.faq-item button { width: 100%; padding: 26px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; text-align: left; color: var(--ink); background: transparent; border: 0; cursor: pointer; font-weight: 850; }
.faq-item button span { flex: 0 0 auto; display: grid; place-items: center; width: 38px; height: 38px; color: var(--cyan); border: 1px solid var(--line); border-radius: 50%; }
.faq-answer { display: none; padding: 0 66px 26px 0; }
.faq-item.is-open .faq-answer { display: block; }
.faq-answer p { margin: 0; color: var(--muted); }

.site-footer { padding: 64px 0 34px; border-top: 1px solid rgba(255,45,141,.28); background: #09030e; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr 1.1fr; gap: 55px; }
.footer-brand p, .footer-safety p { margin: 24px 0 0; color: #94a5b6; font-size: .88rem; }
.footer-label { color: var(--amber); font: 900 .71rem/1 ui-monospace, monospace; letter-spacing: .14em; text-transform: uppercase; }
.footer-nav ul { margin-top: 22px; display: grid; gap: 12px; }
.footer-nav a { color: #b6c3cf; font-size: .86rem; text-decoration: none; }
.footer-nav a:hover { color: var(--cyan); }
.support-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 48px; padding: 18px; border: 1px solid var(--line); background: #14081f; }
.support-strip a { min-height: 68px; display: grid; place-items: center; padding: 10px; background: #513767; border: 1px solid #76568f; border-radius: 6px; }
.support-strip img { max-height: 42px; width: auto; object-fit: contain; }
.footer-bottom { margin-top: 24px; display: flex; justify-content: space-between; gap: 20px; color: #64768a; font-size: .76rem; }

.catfish { position: fixed; left: 50%; bottom: 14px; z-index: 60; width: min(960px, calc(100% - 28px)); transform: translate(-50%, 32px) scale(.985); opacity: 0; visibility: hidden; pointer-events: none; display: grid; grid-template-columns: 62px 1fr auto; gap: 18px; align-items: center; padding: 14px 18px; background: rgba(31,10,45,.97); border: 1px solid var(--cyan); border-radius: 10px 24px 10px 24px; box-shadow: 0 20px 60px rgba(0,0,0,.6); backdrop-filter: blur(18px); transition: opacity .45s ease, transform .45s cubic-bezier(.2,.8,.2,1), visibility 0s linear .45s; }
.catfish.is-visible { transform: translate(-50%, 0) scale(1); opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
.catfish.is-closing { transform: translate(-50%, 28px) scale(.98); opacity: 0; pointer-events: none; }
.catfish-close { position: absolute; top: -13px; right: -10px; width: 30px; height: 30px; color: var(--white); background: #172b3d; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
.catfish-mark { display: grid; place-items: center; width: 52px; height: 52px; color: #08131e; background: var(--amber); border-radius: 50%; font-weight: 950; }
.catfish-copy { display: grid; line-height: 1.25; }
.catfish-copy span { color: var(--cyan); font-size: .66rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; }
.catfish-copy b { margin-top: 3px; font-size: .95rem; }
.catfish-copy small { margin-top: 4px; color: var(--faint); font-size: .65rem; }
.catfish > a { min-width: 160px; padding: 11px 17px; color: #260014; background: var(--cyan); border-radius: 4px 13px 4px 13px; }
.catfish.is-hidden { display: none; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 32px, 960px); }
  nav ul { gap: 14px; }
  nav a { font-size: .78rem; }
  .hero { grid-template-columns: 1fr .48fr; gap: 40px; }
  .casino-card { grid-template-columns: 70px 150px minmax(0,1fr); }
  .casino-action { grid-column: 2 / -1; display: flex; align-items: center; justify-content: space-between; border-left: 0; border-top: 1px dashed #2c4359; padding: 14px 20px; }
  .visit-button { min-width: 180px; }
  .trace-steps, .decision-grid, .checklist-list { grid-template-columns: repeat(3, 1fr); }
  .trace-steps li:nth-last-child(-n+2), .decision-grid li:nth-last-child(-n+2), .checklist-list li:nth-last-child(-n+2) { grid-column: span 1; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 24px, 720px); }
  body { font-size: 16px; }
  .header-inner { min-height: 66px; }
  .brand-logo { width: 126px; }
  .brand-suffix { padding-left: 9px; font-size: .52rem; letter-spacing: .13em; }
  .menu-toggle { display: inline-flex; }
  nav { position: absolute; left: 12px; right: 12px; top: 60px; display: none; padding: 12px; background: #170922; border: 1px solid var(--line); box-shadow: var(--shadow); }
  nav.is-open { display: block; }
  nav ul { display: grid; gap: 0; }
  nav a { display: block; padding: 12px; font-size: .9rem; border-bottom: 1px solid var(--line); }
  nav li:last-child a { border-bottom: 0; }
  .hero { min-height: 0; padding: 62px 0 50px; grid-template-columns: 1fr; gap: 42px; }
  .edition-line { align-items: flex-start; flex-direction: column; gap: 8px; }
  h1 { font-size: clamp(2rem, 8.5vw, 2.75rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .evidence-rail { transform: none; }
  .disclosure-band { grid-template-columns: 1fr; padding: 20px; }
  .section { padding-top: 82px; }
  h2 { font-size: clamp(1.75rem, 7.5vw, 2.35rem); }
  h3 { margin-top: 48px; }
  .casino-card { grid-template-columns: 58px minmax(0,1fr); }
  .rank-stamp { grid-row: 1 / span 3; }
  .logo-stage { grid-column: 2; min-height: 104px; margin: 16px; }
  .casino-main { grid-column: 2; padding: 8px 16px 18px; }
  .bonus-line { grid-template-columns: 1fr; gap: 4px; }
  .fact-row { grid-template-columns: 1fr; gap: 14px; }
  .casino-action { grid-column: 2; display: grid; justify-content: stretch; }
  .signal-list { grid-template-columns: 1fr 1fr; }
  .signal-list li:nth-child(3n) { border-right: 1px solid var(--line); }
  .signal-list li:nth-child(2n) { border-right: 0; }
  .signal-list li:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .signal-list li:nth-last-child(-n+2) { border-bottom: 0; }
  .trace-steps, .decision-grid, .checklist-list { grid-template-columns: 1fr 1fr; }
  .restriction-list div { grid-template-columns: 1fr; gap: 4px; }
  .three-lens, .stoplight { grid-template-columns: 1fr; }
  .preflight-list { grid-template-columns: 1fr; }
  .preflight-list li { grid-template-columns: 130px 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .support-strip { grid-template-columns: repeat(3, 1fr); }
  .footer-bottom { flex-direction: column; }
  .catfish { grid-template-columns: 48px 1fr; bottom: 8px; padding: 12px; }
  .catfish-mark { width: 44px; height: 44px; }
  .catfish > a { grid-column: 1 / -1; min-height: 43px; }
}

@media (max-width: 460px) {
  :root { --shell: calc(100% - 20px); }
  .hero { padding-top: 48px; }
  .metric { grid-template-columns: 82px 1fr; }
  .signal-list, .trace-steps, .decision-grid, .checklist-list { grid-template-columns: 1fr; }
  .signal-list li { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .signal-list li:last-child { border-bottom: 0 !important; }
  .restriction-list li { grid-template-columns: 52px 1fr; gap: 10px; }
  .preflight-list li { grid-template-columns: 1fr; gap: 5px; }
  .support-strip { grid-template-columns: 1fr 1fr; }
  .casino-card { grid-template-columns: 48px minmax(0,1fr); }
  .rank-stamp span { font-size: 1.55rem; }
  .logo-stage { margin: 12px; }
  .faq-answer { padding-right: 0; }
}

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

@media print {
  .site-header, .catfish, .hero-actions { display: none !important; }
  body { color: #111; background: #fff; }
  .hero, .section { padding-top: 32px; }
  .casino-card, .quote-callout, .three-lens div, .stoplight div { color: #111; background: #fff; border-color: #777; box-shadow: none; }
}
