:root {
  --ink: #071217;
  --ink-2: #0c1d24;
  --paper: #f4f7f1;
  --white: #ffffff;
  --lime: #a8ff3e;
  --lime-deep: #72c718;
  --mint: #42e8c6;
  --copper: #ffb454;
  --rose: #ff6f7d;
  --muted: #617178;
  --line: #cad5cf;
  --shadow: 0 24px 70px rgba(3, 14, 18, .18);
  --radius: 18px;
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.7; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell, .editorial { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-160%); padding: 10px 16px; background: var(--lime); color: var(--ink); font-weight: 800; border-radius: 9px; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 50; color: white; background: rgba(7, 18, 23, .94); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px); }
.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; letter-spacing: .03em; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 11px 4px 11px 4px; font-size: 21px; box-shadow: 6px 6px 0 rgba(66,232,198,.18); }
.brand strong, .brand small { display: block; line-height: 1.12; }
.brand strong { font-size: 14px; font-weight: 900; }
.brand small { margin-top: 5px; color: #a9bdc5; font-size: 9px; letter-spacing: .13em; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { position: relative; color: #d8e5e8; text-decoration: none; font-size: 14px; font-weight: 750; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--lime); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.menu-button { display: none; min-width: 48px; min-height: 48px; color: white; background: transparent; border: 1px solid #42535b; border-radius: 12px; cursor: pointer; }

.hero { position: relative; overflow: hidden; color: white; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(168,255,62,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(168,255,62,.16) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, black, transparent 76%); }
.hero::after { content: ""; position: absolute; width: 430px; height: 430px; right: -160px; top: -80px; border: 74px solid rgba(66,232,198,.08); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, .58fr); gap: clamp(32px, 5vw, 72px); align-items: center; min-height: 520px; padding-block: 70px 58px; }
.date-stamp { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; color: #b8cbd0; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.date-stamp span { color: var(--lime); }
.date-stamp time { border-left: 1px solid #45606a; padding-left: 14px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: none; margin: 22px 0 25px; font-size: clamp(2.6rem, 4.6vw, 4.25rem); line-height: 1.02; letter-spacing: -.045em; font-weight: 700; }
.lead { max-width: none; margin-bottom: 28px; color: #cfe0e3; font-size: clamp(1.03rem, 1.35vw, 1.22rem); line-height: 1.67; }
.lead strong { color: white; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; padding: 12px 20px; text-decoration: none; border-radius: 4px 14px 4px 14px; font-size: 15px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--ink); background: var(--lime); box-shadow: 8px 8px 0 rgba(66,232,198,.2); }
.text-link { color: white; font-weight: 800; text-decoration-color: var(--mint); text-decoration-thickness: 2px; text-underline-offset: 6px; }
.evidence-panel { position: relative; padding: 17px 18px; border: 1px solid rgba(255,255,255,.16); background: rgba(12,29,36,.88); border-radius: 20px 6px 20px 6px; box-shadow: 12px 12px 0 rgba(168,255,62,.05); }
.evidence-panel::before { content: ""; position: absolute; inset: 10px -10px -10px 10px; z-index: -1; border: 1px solid rgba(168,255,62,.22); border-radius: inherit; }
.panel-topline { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 14px; color: #8ca2aa; font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.pulse { color: var(--lime); }
.pulse::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: currentColor; border-radius: 50%; box-shadow: 0 0 0 5px rgba(168,255,62,.12); }
.metric-ledger { margin: 0; }
.metric-ledger div { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px dashed #35505a; }
.metric-ledger dt { color: #b3c7ce; font-size: 12px; }
.metric-ledger dd { margin: 0; color: white; font-size: 17px; line-height: 1; font-weight: 700; letter-spacing: -.03em; }
.panel-note { margin-top: 13px; color: #8ea5ae; font-size: 10px; line-height: 1.5; }
.hero-marquee { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.12); background: #0b1b22; }
.marquee-track { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 28px; overflow: hidden; }
.marquee-track span { white-space: nowrap; color: #b8cbd0; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.marquee-track span::before { content: "/"; margin-right: 12px; color: var(--lime); }

.section { padding-block: clamp(76px, 10vw, 132px); }
.section h2 { max-width: none; margin-bottom: 24px; font-size: clamp(1.9rem, 3.2vw, 3.1rem); line-height: 1.08; letter-spacing: -.04em; font-weight: 700; }
.section h3 { max-width: none; margin: 54px 0 18px; font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.16; letter-spacing: -.025em; font-weight: 700; }
.section p { max-width: none; margin-bottom: 28px; color: #35474e; font-size: clamp(1rem, 1.25vw, 1.13rem); line-height: 1.84; }
.section-intro { margin-bottom: 48px !important; }
p strong { color: var(--ink); font-weight: 900; text-decoration: underline; text-decoration-color: rgba(114,199,24,.55); text-decoration-thickness: .22em; text-underline-offset: .05em; text-decoration-skip-ink: none; }
.ink-section { color: white; background: var(--ink); }
.ink-section p { color: #b9cbd0; }
.ink-section p strong { color: white; text-decoration-color: rgba(66,232,198,.38); }
.copper-section { background: #fff5e8; }
.canada-section { background: #dff8ee; }

.rankings-section { background: #edf4eb; }
.ranking-list { display: grid; gap: 14px; }
.casino-row { position: relative; display: grid; grid-template-columns: 86px 250px minmax(0, 1fr) 210px; align-items: stretch; min-height: 160px; border: 1px solid #bfcfc7; background: white; box-shadow: 0 8px 0 rgba(7,18,23,.06); border-radius: 8px 22px 8px 22px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.casino-row:hover { transform: translateY(-3px); box-shadow: 0 14px 0 rgba(7,18,23,.07); }
.casino-row.featured { border-color: #83c93a; box-shadow: 0 10px 0 rgba(114,199,24,.2); }
.rank { display: flex; align-items: center; justify-content: center; color: white; background: var(--ink); }
.rank span { font-size: 34px; line-height: 1; font-weight: 700; letter-spacing: -.05em; }
.casino-identity { min-width: 0; padding: 20px 24px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #dae3de; }
.logo-box { width: 100%; height: 86px; min-width: 0; display: grid; place-items: center; overflow: hidden; padding: 10px 14px; border: 1px solid #dce4e0; background: #fff; border-radius: 11px 3px 11px 3px; }
.logo-box img { display: block; width: auto; height: auto; max-width: 100%; max-height: 66px; object-fit: contain; object-position: center; }
.casino-identity h3 { margin: 11px 0 0; font-size: 19px; letter-spacing: -.02em; }
.casino-bonus { min-width: 0; padding: 24px 30px; display: flex; flex-direction: column; justify-content: center; gap: 7px; }
.casino-bonus span { color: #687a81; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.casino-bonus strong { font-size: 17px; line-height: 1.5; font-weight: 700; }
.casino-action { min-width: 0; padding: 22px; display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 10px; background: #f4f8f5; }
.visit-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 15px; color: white; background: var(--ink); text-decoration: none; border-radius: 3px 12px 3px 12px; font-size: 14px; font-weight: 900; white-space: nowrap; transition: color .2s ease, background .2s ease; }
.visit-button:hover { color: var(--ink); background: var(--lime); }

.table-shell { margin: 32px 0 25px; overflow: auto; background: white; box-shadow: var(--shadow); }
table { width: 100%; min-width: 780px; border-collapse: collapse; }
caption { padding: 18px 22px; color: inherit; background: inherit; font-size: 13px; font-weight: 800; text-align: left; }
thead th { padding: 16px 20px; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-align: left; text-transform: uppercase; }
tbody td { padding: 18px 20px; font-size: 14px; font-weight: 400; line-height: 1.5; vertical-align: top; }
.after-table { font-size: .98rem !important; }
.table-ledger { border: 1px solid #2d454f; border-radius: 18px 4px 18px 4px; background: #0d222a; }
.table-ledger caption { color: var(--mint); border-bottom: 1px solid #29414b; }
.table-ledger thead { color: var(--ink); background: var(--mint); }
.table-ledger tbody td { color: #c5d3d7; border-bottom: 1px solid #243c46; }
.table-ledger tbody tr:last-child td { border-bottom: 0; }
.table-ledger tbody tr:hover td { background: rgba(66,232,198,.06); }
.row-code { display: inline-block; margin-right: 10px; color: var(--mint); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }
.table-tunnel { border-radius: 0 24px 0 24px; border: 1px solid #d88b2e; }
.table-tunnel caption { color: #7b4200; background: #ffd7a5; }
.table-tunnel thead { color: white; background: #7b4200; }
.table-tunnel tbody tr:nth-child(odd) { background: #fffaf3; }
.table-tunnel tbody td { border-bottom: 1px solid #efcfaa; }
.table-tunnel tbody td:first-child { color: #8c4c00; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 800; }
.table-spectrum { border-radius: 24px 4px 24px 4px; border: 1px solid #bcc9c4; }
.table-spectrum caption { border-bottom: 6px solid var(--lime); }
.table-spectrum thead { color: white; background: var(--ink); }
.table-spectrum tbody tr { border-bottom: 1px solid #d9e1dd; }
.table-spectrum tbody tr:last-child { border-bottom: 0; }
.table-spectrum tbody td:first-child { border-left: 6px solid transparent; font-weight: 800; }
.table-spectrum tbody tr:nth-child(1) td:first-child { border-color: #a8ff3e; }
.table-spectrum tbody tr:nth-child(2) td:first-child { border-color: #6de7d0; }
.table-spectrum tbody tr:nth-child(3) td:first-child { border-color: #ffb454; }
.table-spectrum tbody tr:nth-child(4) td:first-child { border-color: #ff8291; }
.table-spectrum tbody tr:nth-child(5) td:first-child { border-color: #88a6ff; }
.table-spectrum tbody tr:nth-child(6) td:first-child { border-color: #b78cff; }
.table-map { border: 0; box-shadow: 13px 13px 0 #8fd7bd; border-radius: 3px 25px 3px 25px; }
.table-map caption { color: #164d3b; background: #b9edd9; }
.table-map thead { color: #edfff8; background: #174f3d; }
.table-map tbody td { border-bottom: 1px dashed #9dcdbd; background: #f4fffa; }
.table-map tbody td:first-child { color: #174f3d; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }

.signal-list, .orbit-list, .checkpoint-list, .stair-list, .guardrail-list { margin: 34px 0 0; padding: 0; list-style: none; }
.signal-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; counter-reset: signal; }
.signal-list li { min-height: 128px; display: flex; gap: 18px; padding: 22px; border: 1px solid #2f4650; background: #0d222a; border-radius: 4px 18px 4px 18px; }
.signal-list li > span { color: var(--mint); font-size: 13px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.signal-list strong, .signal-list b { display: block; }
.signal-list strong { color: white; font-size: 16px; }
.signal-list b { margin-top: 6px; color: #a9bec5; font-size: 13px; font-weight: 450; line-height: 1.55; }
.orbit-list { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.orbit-list::before { content: ""; position: absolute; left: 8%; right: 8%; top: 19px; border-top: 1px dashed #98aca4; }
.orbit-list li { position: relative; padding-top: 45px; }
.orbit-dot { position: absolute; top: 9px; left: 0; width: 21px; height: 21px; background: var(--paper); border: 5px solid var(--lime-deep); border-radius: 50%; box-shadow: 0 0 0 5px #dfe9df; }
.orbit-list strong, .orbit-list b { display: block; }
.orbit-list strong { font-size: 15px; }
.orbit-list b { margin-top: 7px; color: #627178; font-size: 13px; font-weight: 450; line-height: 1.55; }
.checkpoint-list { display: grid; gap: 10px; }
.checkpoint-list li { display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 22px; padding: 15px 20px; border-left: 4px solid var(--copper); background: #10262e; }
.checkpoint-list span { color: var(--copper); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; letter-spacing: .1em; }
.checkpoint-list strong { color: #d6e1e4; font-size: 14px; }
.stair-list { width: 100%; display: grid; gap: 10px; }
.stair-list li { width: calc(100% - var(--step, 0px)); margin-left: var(--step, 0px); display: flex; gap: 20px; padding: 18px 22px; color: white; background: var(--ink); border-radius: 3px 14px 3px 14px; }
.stair-list li:nth-child(2) { --step: 35px; }
.stair-list li:nth-child(3) { --step: 70px; }
.stair-list li:nth-child(4) { --step: 105px; }
.stair-list li:nth-child(5) { --step: 140px; }
.stair-list li > span { width: 30px; color: var(--lime); font-size: 22px; font-weight: 900; }
.stair-list strong, .stair-list b { display: block; }
.stair-list b { margin-top: 3px; color: #adc0c6; font-size: 13px; font-weight: 450; }
.guardrail-list { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid #7ebca6; border-radius: 20px 3px 20px 3px; overflow: hidden; }
.guardrail-list li { min-height: 185px; padding: 23px 19px; border-right: 1px solid #8fc6b2; background: rgba(255,255,255,.45); }
.guardrail-list li:last-child { border-right: 0; }
.guardrail-list li > span { width: 31px; height: 31px; display: grid; place-items: center; margin-bottom: 17px; color: white; background: #174f3d; border-radius: 50%; }
.guardrail-list strong, .guardrail-list b { display: block; }
.guardrail-list strong { font-size: 14px; line-height: 1.35; }
.guardrail-list b { margin-top: 7px; color: #45645a; font-size: 12px; line-height: 1.5; font-weight: 450; }

.wow-callout { max-width: none; margin-top: 42px; display: grid; grid-template-columns: 190px 1fr; gap: 28px; align-items: stretch; border: 1px solid #a9bab4; background: white; box-shadow: 12px 12px 0 rgba(7,18,23,.08); border-radius: 4px 22px 4px 22px; overflow: hidden; }
.callout-label { display: grid; place-items: center; min-height: 140px; padding: 22px; color: var(--ink); background: var(--lime); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-align: center; }
.wow-callout > div:last-child { padding: 27px 28px; }
.wow-callout strong, .wow-callout span { display: block; }
.wow-callout strong { margin-bottom: 8px; font-size: 19px; }
.wow-callout span { color: #506168; font-size: 14px; line-height: 1.65; }
.warning-callout { border-color: #5e4640; background: #11252c; box-shadow: 12px 12px 0 rgba(255,180,84,.12); }
.warning-callout .callout-label { background: var(--copper); }
.warning-callout strong { color: white; }
.warning-callout span { color: #b9cbd0; }
.conversion-rail { margin-top: 35px; display: flex; align-items: stretch; gap: 10px; }
.conversion-rail div { flex: 1; min-height: 120px; display: flex; flex-direction: column; justify-content: center; padding: 19px; border: 1px solid #dfb77f; background: rgba(255,255,255,.58); border-radius: 4px 17px 4px 17px; }
.conversion-rail div span { color: #ad6107; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }
.conversion-rail strong { margin-top: 8px; font-size: 16px; }
.conversion-rail b { color: #7d6852; font-size: 12px; font-weight: 450; }
.conversion-rail i { align-self: center; color: #b66a11; font-size: 22px; font-style: normal; }

.faq-section { background: #f6f9f5; }
.faq-list { max-width: none; display: grid; gap: 10px; }
.faq-list details { border: 1px solid #c8d4ce; background: white; border-radius: 3px 16px 3px 16px; overflow: hidden; }
.faq-list details[open] { border-color: #82bb47; box-shadow: 7px 7px 0 rgba(114,199,24,.12); }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 21px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary h3 { margin: 0; font-size: 18px; line-height: 1.35; letter-spacing: -.02em; }
.faq-list summary span { flex: 0 0 36px; height: 36px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 24px; line-height: 1; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 78px 25px 21px; font-size: 15px; line-height: 1.7; }

.site-footer { padding-top: 72px; color: white; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .5fr .85fr; gap: 60px; }
.footer-brand { margin-bottom: 22px; }
.footer-about p, .footer-warning p { color: #aebfc5; font-size: 13px; line-height: 1.72; }
.footer-about p { max-width: 600px; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-nav strong { margin-bottom: 7px; color: var(--lime); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-nav a { color: #c5d3d7; font-size: 13px; text-decoration: none; }
.footer-nav a:hover { color: var(--lime); }
.footer-warning { padding: 24px; border: 1px solid #3e525a; background: #0b1c23; border-radius: 18px 4px 18px 4px; }
.age-badge { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 18px; color: var(--ink); background: var(--copper); border-radius: 50%; font-size: 17px; font-weight: 950; }
.support-strip { margin-top: 46px; padding: 20px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; border: 1px solid #30464f; border-radius: 17px 4px 17px 4px; }
.support-strip a { min-height: 68px; display: grid; place-items: center; padding: 10px; background: #f8faf8; border-radius: 9px; }
.support-strip img { width: auto; max-height: 42px; object-fit: contain; }
.footer-bottom { margin-top: 28px; padding: 23px 0 32px; display: flex; justify-content: space-between; gap: 20px; color: #8398a0; border-top: 1px solid #273c44; font-size: 12px; }

.catfish { position: fixed; left: 50%; bottom: 18px; z-index: 100; width: min(calc(100% - 28px), 940px); display: grid; grid-template-columns: 90px minmax(0, 1fr) 190px; align-items: center; gap: 20px; padding: 13px 18px 13px 13px; color: white; background: #0a1c23; border: 1px solid #52666e; border-radius: 20px 5px 20px 5px; box-shadow: 0 18px 70px rgba(0,0,0,.4); transform: translate(-50%, calc(100% + 50px)); opacity: 0; visibility: hidden; transition: transform .45s cubic-bezier(.2,.9,.2,1), opacity .35s ease, visibility .35s ease; }
.catfish.is-visible { transform: translate(-50%, 0); opacity: 1; visibility: visible; }
.catfish.is-leaving { transform: translate(-50%, calc(100% + 50px)) scale(.97); opacity: 0; }
.catfish-close { position: absolute; top: -13px; right: -11px; width: 36px; height: 36px; display: grid; place-items: center; padding: 0; color: var(--ink); background: white; border: 2px solid var(--ink); border-radius: 50%; font-size: 25px; line-height: 1; cursor: pointer; }
.catfish-art { height: 72px; position: relative; display: grid; place-items: center; overflow: hidden; color: var(--ink); background: var(--lime); border-radius: 13px 3px 13px 3px; font-size: 28px; }
.catfish-art i { position: absolute; width: 58px; height: 58px; border: 1px solid rgba(7,18,23,.25); border-radius: 50%; }
.catfish-copy small, .catfish-copy strong, .catfish-copy span { display: block; }
.catfish-copy small { color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.catfish-copy strong { margin: 2px 0; font-size: 22px; line-height: 1.25; }
.catfish-copy span { color: #9fb2b9; font-size: 11px; }
.catfish-button { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 16px; color: var(--ink); background: var(--copper); border-radius: 3px 12px 3px 12px; font-size: 14px; font-weight: 900; text-decoration: none; }

@media (max-width: 1080px) {
  .casino-row { grid-template-columns: 82px minmax(190px, 220px) minmax(0,1fr); }
  .casino-action { grid-column: 2 / -1; flex-direction: row; align-items: center; justify-content: flex-end; border-top: 1px solid #d9e3de; }
  .visit-button { min-width: 190px; }
  .orbit-list, .guardrail-list { grid-template-columns: repeat(3, 1fr); }
  .orbit-list::before { display: none; }
  .guardrail-list li { border-bottom: 1px solid #8fc6b2; }
  .support-strip { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .shell, .editorial { width: min(calc(100% - 30px), var(--shell)); }
  .menu-button { display: inline-grid; place-items: center; }
  .site-nav { position: absolute; left: 15px; right: 15px; top: calc(100% + 8px); display: none; padding: 16px; flex-direction: column; align-items: stretch; gap: 4px; background: #10252d; border: 1px solid #3d525a; border-radius: 14px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 10px 12px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-block: 68px 52px; }
  h1 { font-size: clamp(2.55rem, 8vw, 4.25rem); }
  .evidence-panel { max-width: none; }
  .marquee-track { justify-content: flex-start; overflow-x: auto; }
  .casino-row { grid-template-columns: 66px 1fr; }
  .rank { grid-row: 1 / 3; }
  .casino-identity { border-right: 0; border-bottom: 1px solid #dae3de; }
  .casino-bonus { grid-column: 2; padding: 20px 22px; }
  .casino-action { grid-column: 1 / -1; }
  .signal-list { grid-template-columns: 1fr; }
  .orbit-list, .guardrail-list { grid-template-columns: repeat(2, 1fr); }
  .wow-callout { grid-template-columns: 1fr; }
  .callout-label { min-height: 60px; }
  .conversion-rail { display: grid; grid-template-columns: 1fr 1fr; }
  .conversion-rail i { display: none; }
  .stair-list li { width: 100%; margin-left: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
  .catfish { grid-template-columns: 68px minmax(0,1fr) 160px; gap: 13px; }
  .catfish-art { height: 62px; }
  .catfish-copy strong { font-size: 17px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .header-inner { min-height: 68px; }
  .brand small { display: none; }
  .hero-grid { gap: 38px; }
  h1 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { align-self: flex-start; }
  .section { padding-block: 70px; }
  .section h2 { font-size: clamp(1.85rem, 8vw, 2.65rem); }
  .casino-row { grid-template-columns: 54px 1fr; }
  .rank span { font-size: 25px; }
  .casino-identity { padding: 18px; }
  .casino-action { flex-direction: column; align-items: stretch; }
  .visit-button { min-width: 0; }
  .orbit-list, .guardrail-list { grid-template-columns: 1fr; }
  .guardrail-list li { min-height: auto; border-right: 0; }
  .checkpoint-list li { grid-template-columns: 1fr; gap: 4px; }
  .conversion-rail { grid-template-columns: 1fr; }
  .faq-list summary { padding: 15px 16px; }
  .faq-list summary h3 { font-size: 16px; }
  .faq-list details p { padding: 0 16px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-about { grid-column: auto; }
  .support-strip { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { flex-direction: column; }
  .catfish { bottom: 9px; grid-template-columns: 1fr; padding: 17px; text-align: center; }
  .catfish-art { display: none; }
  .catfish-button { min-height: 48px; }
}

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