:root {
  --ink: #071b2a;
  --ink-2: #12354a;
  --paper: #f6faf9;
  --white: #ffffff;
  --mist: #e4eeec;
  --muted: #506b78;
  --aqua: #2ee6c5;
  --aqua-dark: #0b8d7a;
  --orange: #ffb45b;
  --coral: #ff6b5e;
  --blue: #7bb9ff;
  --shadow: 0 18px 50px rgba(7, 27, 42, 0.11);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 8%, rgba(46, 230, 197, .12), transparent 26rem),
    linear-gradient(90deg, transparent 0, transparent calc(50% - 1px), rgba(7, 27, 42, .025) 50%, transparent calc(50% + 1px)),
    var(--paper);
  font-family: Arial, Helvetica, ui-sans-serif, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 10px 16px; background: var(--white); color: var(--ink); border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  color: var(--white);
  background: rgba(7, 27, 42, .96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; line-height: 1; }
.brand-mark { width: 42px; height: 42px; flex: 0 0 auto; }
.brand-mark rect { fill: none; stroke: currentColor; stroke-width: 2; }
.brand-mark path { fill: none; stroke: var(--orange); stroke-width: 3; stroke-linecap: round; }
.brand-mark circle { fill: var(--aqua); }
.brand span { display: grid; gap: 4px; letter-spacing: .09em; }
.brand b { font-size: .87rem; }
.brand small { color: var(--aqua); font-size: .66rem; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.main-nav a { color: #dce9ed; font-size: .84rem; font-weight: 700; text-decoration: none; }
.main-nav a:hover { color: var(--aqua); }
.age-pill { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--orange); font-weight: 900; }

.hero { display: block; padding-block: 84px 48px; }
.hero-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; color: var(--aqua-dark); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-kicker span::after { content: ""; display: inline-block; width: 42px; height: 1px; margin-left: 14px; vertical-align: middle; background: var(--aqua-dark); }
.hero h1 { max-width: 100%; margin: 0; font-size: clamp(2.45rem, 3.6vw, 3.65rem); line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
.hero h1 span { color: var(--aqua-dark); -webkit-text-stroke: 0; }
.hero-lede { max-width: 100%; margin: 32px 0 0; font-size: 1.12rem; line-height: 1.8; }
strong { font-weight: 850; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 12px 22px; border: 0; border-radius: 14px; font: inherit; font-weight: 900; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--aqua); box-shadow: 0 11px 28px rgba(46,230,197,.25); }
.text-link { font-weight: 850; text-underline-offset: 5px; text-decoration-thickness: 2px; }
.text-link span { color: var(--coral); font-size: 1.2em; }

.section { padding-block: 80px 12px; }
#ranking.section { padding-top: 24px; }
.section-heading { display: block; border-bottom: 1px solid #cddedb; padding-bottom: 22px; }
.section h2 { max-width: 100%; margin: 0; font-size: clamp(1.9rem, 2.7vw, 2.65rem); line-height: 1.12; letter-spacing: -.025em; text-wrap: balance; }
.section h3 { max-width: 100%; margin: 56px 0 16px; font-size: clamp(1.35rem, 2vw, 1.9rem); line-height: 1.2; letter-spacing: -.02em; }
.section-intro, .section > p, .split-editorial p { max-width: 100%; }
.section-intro { margin: 28px 0 0; font-size: 1.08rem; }

.ranking-list { display: grid; gap: 14px; margin-top: 36px; }
.casino-card { display: grid; grid-template-columns: 62px 190px minmax(140px, .62fr) minmax(230px, 1fr) 150px; gap: 22px; align-items: center; min-height: 136px; padding: 18px 20px 18px 14px; background: var(--white); border: 1px solid #d6e5e2; border-radius: 20px; box-shadow: 0 8px 20px rgba(7,27,42,.045); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.casino-card:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(7,27,42,.1); border-color: #9fc8c0; }
.casino-card:nth-child(1) { border-color: var(--orange); box-shadow: 0 20px 42px rgba(255,180,91,.17); }
.rank-number { display: grid; place-items: center; align-self: stretch; color: var(--muted); border-right: 1px solid #d9e5e3; font-size: .78rem; font-weight: 950; writing-mode: vertical-rl; letter-spacing: .15em; }
.logo-frame { display: grid; place-items: center; height: 96px; padding: 8px 12px; background: var(--white); border: 1px solid #d4e1de; border-radius: 14px; box-shadow: inset 0 0 0 1px rgba(7,27,42,.02); }
.logo-frame img { width: 100%; max-height: 80px; object-fit: contain; }
.casino-main h3 { margin: 0; font-size: 1.3rem; }
.casino-facts { display: grid; gap: 5px; padding-left: 20px; border-left: 2px solid var(--aqua); line-height: 1.35; }
.casino-facts span { color: var(--muted); font-size: .65rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.casino-facts strong { font-size: .86rem; }
.visit-button { min-height: 56px; color: var(--ink); background: var(--orange); font-size: .82rem; box-shadow: 0 10px 22px rgba(255,180,91,.22); }
.visit-button:hover { background: var(--aqua); }

.split-editorial { display: block; }
.definition-card { position: static; width: 100%; margin-top: 28px; padding: 26px; color: var(--white); background: var(--ink); border-radius: 28px; box-shadow: var(--shadow); }
.card-label { color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.definition-card dl { margin: 20px 0 0; }
.definition-card dl div { padding: 15px 0; border-top: 1px solid rgba(255,255,255,.15); }
.definition-card dt { color: var(--aqua); font-weight: 900; }
.definition-card dd { margin: 4px 0 0; color: #c7d8df; font-size: .82rem; line-height: 1.55; }

.signal-list { counter-reset: step; list-style: none; display: grid; gap: 10px; margin: 28px 0 0; padding: 0; }
.signal-list li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 13px 16px; background: var(--white); border: 1px solid #d7e5e2; border-radius: 14px; }
.signal-list li > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; color: var(--ink); background: var(--aqua); font-size: .68rem; font-weight: 950; }
.signal-list div { display: grid; }
.signal-list b { font-size: .9rem; }
.signal-list em { color: var(--muted); font-size: .78rem; font-style: normal; }
.checkpoint-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.checkpoint-grid div { min-height: 128px; padding: 21px; background: linear-gradient(145deg, var(--white), #edf5f3); border: 1px solid #d2e3df; border-radius: 18px; }
.checkpoint-grid b { display: block; margin-bottom: 7px; font-size: 1rem; }
.checkpoint-grid b::before { content: "◆"; margin-right: 9px; color: var(--coral); font-size: .62em; }
.checkpoint-grid span { color: var(--muted); font-size: .82rem; }

.table-wrap { width: 100%; margin-top: 28px; overflow-x: auto; }
table { width: 100%; min-width: 760px; border-collapse: collapse; line-height: 1.45; }
caption { padding: 14px 18px; text-align: left; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
th { text-align: left; font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; }
td { font-weight: 400; font-size: .86rem; }
.table-note { display: block; margin-top: 12px; color: var(--muted); font-size: .76rem; line-height: 1.55; }

.table-ledger { padding: 0 0 0 10px; border-left: 5px solid var(--coral); background: var(--white); box-shadow: var(--shadow); border-radius: 18px; }
.table-ledger caption { color: var(--white); background: var(--ink); }
.table-ledger th { padding: 15px 18px; color: var(--ink); background: #d9f5ef; }
.table-ledger td { padding: 18px; border-bottom: 1px dashed #c8d8d5; }
.table-ledger tbody tr:last-child td { border-bottom: 0; }
.table-ledger tbody tr:hover { background: #fbf1e5; }

.checkpoint-list { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 26px 0 0; padding: 0; }
.checkpoint-list li { position: relative; padding: 20px 20px 20px 54px; color: var(--muted); background: var(--white); border: 1px solid #d5e3e0; border-radius: 16px; font-size: .85rem; }
.checkpoint-list li::before { content: "✓"; position: absolute; left: 18px; top: 18px; display: grid; place-items: center; width: 24px; height: 24px; color: var(--ink); background: var(--aqua); border-radius: 50%; font-weight: 950; }
.checkpoint-list b { color: var(--ink); }

.table-ribbon { padding: 18px; background: linear-gradient(135deg, var(--ink), #17445c); border-radius: 28px; box-shadow: var(--shadow); }
.table-ribbon caption { color: var(--orange); }
.table-ribbon th { padding: 14px 16px; color: #9ddace; border-bottom: 1px solid rgba(255,255,255,.2); }
.table-ribbon td { padding: 16px; color: #eef7f6; border-bottom: 1px solid rgba(255,255,255,.1); }
.table-ribbon tbody tr:nth-child(even) { background: rgba(46,230,197,.06); }
.table-ribbon td:first-child { color: var(--orange); font-weight: 850; }

.warning-panel { position: relative; overflow: hidden; margin-top: 28px; padding: 30px; background: #fff2e3; border: 1px solid #f3c98f; border-radius: 26px; }
.warning-panel::after { content: "!"; position: absolute; right: -8px; bottom: -72px; color: rgba(255,107,94,.1); font-size: 19rem; font-weight: 950; line-height: 1; }
.warning-badge { display: inline-flex; position: relative; z-index: 1; padding: 7px 12px; color: var(--white); background: var(--coral); border-radius: 8px; font-size: .68rem; font-weight: 950; letter-spacing: .1em; }
.hazard-list { position: relative; z-index: 1; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 28px; margin: 18px 0 0; padding: 0; }
.hazard-list li { display: grid; grid-template-columns: 42px 1fr; gap: 10px; align-items: start; padding: 16px 0; border-bottom: 1px solid rgba(7,27,42,.15); font-size: .87rem; }
.hazard-list span { color: var(--coral); font-weight: 950; }

.table-matrix { background: var(--white); border: 1px solid #ccdeda; border-radius: 20px; box-shadow: 10px 10px 0 var(--aqua); }
.table-matrix caption { color: var(--ink); border-bottom: 1px solid #ccdeda; }
.table-matrix thead { background: var(--orange); }
.table-matrix th, .table-matrix td { padding: 16px; border-right: 1px solid #d7e5e2; border-bottom: 1px solid #d7e5e2; }
.table-matrix th:last-child, .table-matrix td:last-child { border-right: 0; }
.table-matrix tbody tr:last-child td { border-bottom: 0; }
.table-matrix td:nth-child(3) { color: var(--aqua-dark); font-weight: 700; }

.method-timeline { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin-top: 34px; padding: 28px 18px; background: var(--ink); border-radius: 20px; }
.method-timeline div { position: relative; display: grid; justify-items: center; text-align: center; color: var(--white); }
.method-timeline div::after { content: ""; position: absolute; left: calc(50% + 21px); right: calc(-50% + 21px); top: 19px; height: 1px; background: rgba(46,230,197,.4); }
.method-timeline div:last-child::after { display: none; }
.method-timeline span { position: relative; z-index: 1; display: grid; place-items: center; width: 40px; height: 40px; color: var(--ink); background: var(--aqua); border-radius: 50%; font-weight: 950; }
.method-timeline b { margin-top: 10px; font-size: .78rem; }
.method-timeline em { color: #9eb8c3; font-size: .7rem; font-style: normal; }

.route-list { list-style: none; counter-reset: route; display: grid; margin: 30px 0 0; padding: 0; border-top: 1px solid #bdd3ce; }
.route-list li { counter-increment: route; display: grid; grid-template-columns: 62px 180px 1fr; gap: 18px; align-items: center; padding: 22px 0; border-bottom: 1px solid #bdd3ce; }
.route-list li::before { content: "0" counter(route); color: var(--coral); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 950; }
.route-list b { font-size: 1rem; }
.route-list span { color: var(--muted); font-size: .86rem; }
.responsibility-callout { display: grid; grid-template-columns: .52fr 1.48fr; gap: 34px; align-items: center; margin-top: 28px; padding: 32px; color: var(--white); background: linear-gradient(135deg, #0b3346, var(--ink)); border-radius: 26px; }
.responsibility-callout > div { display: grid; grid-template-columns: 76px 1fr; gap: 18px; align-items: center; }
.responsibility-callout > div span { display: grid; place-items: center; width: 76px; height: 76px; color: var(--orange); border: 2px solid var(--orange); border-radius: 50%; font-size: 1.45rem; font-weight: 950; }
.responsibility-callout p { margin: 0; color: #cadbe1; font-size: .88rem; }

.table-stop { border: 1px solid var(--ink); border-radius: 0 20px 20px 20px; }
.table-stop caption { color: var(--white); background: var(--coral); }
.table-stop th { padding: 14px 16px; color: var(--white); background: var(--ink); }
.table-stop td { padding: 17px 16px; border-bottom: 1px solid #cbdcd8; }
.table-stop td:first-child { color: var(--coral); font-weight: 900; white-space: nowrap; }
.table-stop td:nth-child(2) { position: relative; padding-left: 30px; font-weight: 850; }
.table-stop td:nth-child(2)::before { content: ""; position: absolute; left: 14px; top: 22px; width: 7px; height: 7px; background: var(--coral); transform: rotate(45deg); }
.table-stop tbody tr:nth-child(odd) { background: #edf6f4; }
.table-stop tbody tr:last-child td { border-bottom: 0; }

.case-list { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 26px 0 0; padding: 0; }
.case-list li { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; gap: 3px 12px; padding: 20px; background: var(--white); border-top: 4px solid var(--blue); border-radius: 0 0 16px 16px; box-shadow: 0 7px 20px rgba(7,27,42,.06); font-size: .8rem; color: var(--muted); }
.case-list span { grid-row: 1 / 3; color: var(--blue); font-weight: 950; }
.case-list b { color: var(--ink); font-size: .96rem; }

.faq-section { padding-bottom: 100px; }
.faq-list { display: grid; gap: 12px; margin-top: 32px; }
.faq-list details { background: var(--white); border: 1px solid #d2e2de; border-radius: 18px; overflow: hidden; }
.faq-list summary { list-style: none; display: grid; grid-template-columns: 50px 1fr auto; gap: 14px; align-items: center; min-height: 78px; padding: 14px 20px; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; display: grid; place-items: center; width: 34px; height: 34px; color: var(--ink); background: var(--aqua); border-radius: 50%; font-size: 1.4rem; font-weight: 600; }
.faq-list details[open] summary::after { content: "−"; background: var(--orange); }
.faq-list summary span { color: var(--coral); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 950; }
.faq-list h3 { margin: 0; font-size: 1.05rem; letter-spacing: -.01em; }
.faq-list p { margin: 0; padding: 0 84px 24px; color: var(--muted); font-size: .9rem; }

.site-footer { padding-top: 62px; color: var(--white); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .55fr 1fr; gap: 52px; padding-bottom: 40px; }
.brand-footer { margin-bottom: 18px; }
.footer-brand p, .footer-important p, .support-heading p { color: #b5c9d1; font-size: .8rem; line-height: 1.65; }
.footer-column h2 { margin: 0 0 16px; color: var(--orange); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: #dbe7eb; font-size: .84rem; text-decoration: none; }
.footer-links a:hover { color: var(--aqua); }
.support-area { padding: 32px 0; border-top: 1px solid rgba(255,255,255,.12); }
.support-heading { display: grid; grid-template-columns: 260px 1fr; gap: 40px; align-items: start; }
.support-heading > span { color: var(--aqua); font-weight: 900; }
.support-heading p { margin: 0; }
.support-logos { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 24px; }
.support-logos a { display: grid; place-items: center; min-height: 86px; padding: 14px; background: var(--white); border-radius: 12px; }
.support-logos img { max-height: 52px; object-fit: contain; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 22px 0 28px; color: #8fa8b3; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }

.catfish { position: fixed; z-index: 50; left: 50%; bottom: 0; width: min(940px, calc(100% - 28px)); display: grid; grid-template-columns: 54px 1fr auto auto; gap: 18px; align-items: center; padding: 18px 20px; color: var(--white); background: rgba(7, 27, 42, .98); border: 1px solid rgba(255,255,255,.16); border-bottom: 0; border-radius: 22px 22px 0 0; box-shadow: 0 -18px 54px rgba(7,27,42,.28); transform: translate(-50%, 120%); opacity: 0; pointer-events: none; transition: transform .45s cubic-bezier(.2,.75,.2,1), opacity .35s ease; }
.catfish.is-visible { transform: translate(-50%, 0); opacity: 1; pointer-events: auto; }
.catfish.is-closing { transform: translate(-50%, 120%); opacity: 0; }
.catfish-token { display: grid; place-items: center; width: 54px; height: 54px; color: var(--ink); background: var(--orange); border-radius: 16px; font-size: 2rem; font-weight: 300; transform: rotate(45deg); }
.catfish-copy { display: grid; line-height: 1.25; }
.catfish-copy span { color: var(--aqua); font-size: .65rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.catfish-copy strong { margin-top: 4px; font-size: .96rem; }
.catfish-copy small { margin-top: 4px; color: #a9bdc6; font-size: .66rem; }
.catfish-button { color: var(--ink); background: var(--aqua); white-space: nowrap; }
.catfish-close { order: 4; width: 38px; height: 38px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; font-size: 1.4rem; cursor: pointer; }

@media (max-width: 1080px) {
  .main-nav a:nth-child(2), .main-nav a:nth-child(4) { display: none; }
  .hero h1 { font-size: clamp(2.35rem, 4.9vw, 3.4rem); }
  .casino-card { grid-template-columns: 48px 150px minmax(120px, .5fr) minmax(180px, 1fr) 138px; gap: 16px; }
  .support-logos { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 28px, 720px); }
  body { font-size: 16px; }
  .header-inner { min-height: 68px; }
  .main-nav { display: none; }
  .age-pill { margin-left: auto; }
  .hero { padding-block: 56px 32px; }
  .hero h1 { font-size: clamp(2.35rem, 10vw, 3.35rem); }
  .casino-card { grid-template-columns: 46px 116px 1fr; padding-right: 16px; }
  .casino-main { grid-column: 3; }
  .casino-facts { grid-column: 2 / 4; border-left: 0; border-top: 2px solid var(--aqua); padding: 12px 0 0; }
  .visit-button { grid-column: 2 / 4; width: 100%; }
  .split-editorial { grid-template-columns: 1fr; gap: 0; }
  .definition-card { position: static; margin-top: 28px; }
  .checkpoint-grid, .case-list { grid-template-columns: repeat(2, 1fr); }
  .method-timeline { grid-template-columns: repeat(3, 1fr); gap: 22px 0; }
  .method-timeline div:nth-child(3)::after, .method-timeline div:nth-child(6)::after { display: none; }
  .responsibility-callout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .support-heading { grid-template-columns: 1fr; gap: 10px; }
  .catfish { grid-template-columns: 48px 1fr auto; }
  .catfish-button { grid-column: 2; }
  .catfish-close { grid-column: 3; grid-row: 1; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 24px); }
  .hero { padding-top: 44px; }
  .hero-kicker { flex-wrap: wrap; gap: 7px; }
  .hero-kicker span::after { width: 26px; }
  .hero h1 { font-size: clamp(2.35rem, 11vw, 3.2rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button-primary, .text-link { text-align: center; }
  .section { padding-top: 74px; }
  #ranking.section { padding-top: 18px; }
  .section h2 { font-size: clamp(1.85rem, 8.8vw, 2.6rem); }
  .section h3 { margin-top: 48px; }
  .casino-card { grid-template-columns: 38px 1fr; gap: 14px; }
  .rank-number { grid-row: 1 / 3; }
  .logo-frame { height: 80px; }
  .casino-main { grid-column: 2; }
  .casino-facts { grid-column: 2; }
  .visit-button { grid-column: 2; }
  .checkpoint-grid, .checkpoint-list, .hazard-list, .case-list { grid-template-columns: 1fr; }
  .route-list li { grid-template-columns: 38px 1fr; gap: 10px; }
  .route-list span { grid-column: 2; }
  .method-timeline { grid-template-columns: repeat(2, 1fr); }
  .method-timeline div:nth-child(2)::after, .method-timeline div:nth-child(4)::after { display: none; }
  .method-timeline div:nth-child(3)::after { display: block; }
  .faq-list summary { grid-template-columns: 38px 1fr auto; padding-inline: 14px; }
  .faq-list p { padding: 0 18px 22px 66px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; }
  .support-logos { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { flex-direction: column; }
  .catfish { grid-template-columns: 42px 1fr 36px; gap: 10px; padding: 14px; }
  .catfish-token { width: 42px; height: 42px; border-radius: 12px; }
  .catfish-copy strong { font-size: .82rem; }
  .catfish-copy small { font-size: .6rem; }
  .catfish-button { min-height: 44px; font-size: .78rem; }
}

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

@media print {
  .site-header, .hero-actions, .visit-button, .catfish { display: none !important; }
  body { background: #fff; color: #000; }
  .section { break-inside: avoid; }
}
