:root {
  --ink: #10201b;
  --deep: #091411;
  --deep-2: #10251e;
  --paper: #f2f2e9;
  --paper-2: #e6e8db;
  --lime: #c8ff5b;
  --peach: #f0a96b;
  --blue: #74b9b0;
  --muted: #6e7973;
  --line: rgba(16, 32, 27, .17);
  --white-line: rgba(255, 255, 255, .16);
  --radius: 18px;
  --shadow: 0 24px 60px rgba(4, 19, 15, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 1rem/1.72 Arial, Helvetica, sans-serif; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--peach); outline-offset: 4px; }
.shell { width: min(1180px, calc(100% - 40px)); 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; left: 16px; top: -80px; z-index: 10000; padding: 12px 18px; background: var(--lime); color: var(--deep); font-weight: 800; border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(9, 20, 17, .94); color: #f7faf5; border-bottom: 1px solid var(--white-line); backdrop-filter: blur(16px); }
.header-inner { height: 74px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; flex: 0 0 auto; }
.brand img { width: 190px; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.site-nav a { position: relative; text-decoration: none; font-size: .88rem; color: #dbe4df; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--lime); transition: right .2s; }
.site-nav a:hover::after { right: 0; }
.age-chip { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--peach); border-radius: 50%; color: var(--peach); font-weight: 800; font-size: .85rem; }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; padding: 10px; background: transparent; border: 1px solid var(--white-line); border-radius: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; transition: transform .2s; }

.hero { min-height: 0; display: block; padding-block: 58px 52px; }
.hero-copy { position: relative; }
.hero-copy::before { display: none; }
.kicker { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: center; gap: 10px; margin-bottom: 24px; color: #42544c; font-size: .8rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; }
.kicker span { width: 34px; height: 2px; background: var(--peach); }
h1, h2, h3 { margin: 0; line-height: 1.16; letter-spacing: -.025em; font-family: Arial, Helvetica, sans-serif; }
h1 { max-width: none; font-size: clamp(2rem, 3.1vw, 2.75rem); font-weight: 600; text-wrap: balance; }
h2 { font-size: clamp(1.65rem, 2.5vw, 2.2rem); font-weight: 600; text-wrap: balance; }
h3 { font-size: clamp(1.18rem, 1.8vw, 1.55rem); font-weight: 600; }
.lead { max-width: none; margin: 24px 0 22px; font-size: 1.06rem; line-height: 1.78; }
.hero-button { min-width: 178px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding: 8px 0; text-decoration: none; border-bottom: 2px solid var(--ink); font-weight: 800; }
.text-link span { color: #b75d2e; }
.evidence-board { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 1px; color: #eef6f0; background: var(--white-line); border: 1px solid #20362d; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.evidence-board::after { content: ""; position: absolute; inset: 10px -10px -10px 10px; z-index: -1; border: 1px solid var(--peach); }
.board-title, .board-note { grid-column: 1 / -1; padding: 18px 20px; background: var(--deep); }
.board-title { display: flex; justify-content: space-between; gap: 16px; text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 800; }
.board-title span { color: var(--lime); }
.metric { min-height: 132px; display: flex; flex-direction: column; justify-content: end; padding: 20px; background: var(--deep-2); }
.metric strong { color: var(--peach); font: 500 2.55rem/1 Arial, sans-serif; }
.metric span { margin-top: 9px; color: #c5d1ca; font-size: .78rem; line-height: 1.3; }
.metric-primary { background: var(--lime); color: var(--deep); }
.metric-primary strong { color: var(--deep); font-size: 3.45rem; }
.metric-primary span { color: var(--deep); }
.board-note { color: #aabcb2; font-size: .76rem; line-height: 1.55; }

.ranking-section { padding: 92px 0; color: #eef6f0; background: var(--deep); }
.section-intro { display: block; margin-bottom: 40px; }
.section-intro p { width: 100%; max-width: none; margin: 22px 0 0; color: inherit; opacity: .82; }
.casino-ranking { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.casino-card { display: grid; grid-template-columns: 68px 138px minmax(130px, .85fr) minmax(220px, 1.35fr) 170px; gap: 18px; align-items: center; min-height: 124px; padding: 16px 18px 16px 10px; color: #e9f1ec; background: #11221c; border: 1px solid rgba(255,255,255,.12); border-left: 4px solid transparent; border-radius: 16px; transition: transform .2s, border-color .2s, background .2s; }
.casino-card:hover { transform: translateY(-2px); background: #142920; border-color: rgba(200,255,91,.45); border-left-color: var(--lime); }
.casino-card:first-child { background: linear-gradient(100deg, rgba(200,255,91,.15), #11221c 55%); border-color: rgba(200,255,91,.38); }
.rank-mark { text-align: center; border-right: 1px solid var(--white-line); }
.rank-mark span { display: block; color: var(--lime); font: 700 1.75rem/1 Arial, sans-serif; }
.rank-mark small { display: block; margin-top: 6px; color: #789084; font-size: .68rem; }
.logo-box { height: 88px; display: grid; place-items: center; padding: 4px; background: #fff; border-radius: 12px; overflow: hidden; }
.logo-box img { width: 100%; height: 100%; object-fit: contain; }
.casino-name { font: 700 1.1rem/1.2 Arial, sans-serif; letter-spacing: 0; }
.offer-block { min-width: 0; padding-left: 18px; border-left: 1px solid var(--white-line); }
.offer-block strong { display: block; color: var(--peach); font-size: 1rem; line-height: 1.35; }
.action-block { display: grid; }
.visit-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 12px 17px; color: var(--deep); background: var(--lime); border: 1px solid var(--lime); border-radius: 10px; text-decoration: none; font-weight: 900; font-size: .9rem; transition: background .2s, color .2s, transform .2s; }
.visit-button:hover { color: var(--lime); background: transparent; transform: translateY(-1px); }

.table-shell { max-width: 100%; margin: 44px 0 20px; overflow-x: auto; border-radius: 18px; }
table { width: 100%; min-width: 760px; border-collapse: collapse; font-size: .91rem; }
caption { padding: 20px 22px; text-align: left; font: 600 1.18rem/1.35 Arial, sans-serif; }
thead th { padding: 15px 18px; text-align: left; font-weight: 800; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
tbody td, tbody th { padding: 15px 18px; text-align: left; font-weight: 400; vertical-align: top; }
.table-ranking { border: 1px solid var(--white-line); }
.table-ranking table { min-width: 0; table-layout: fixed; }
.table-ranking th, .table-ranking td { overflow-wrap: anywhere; }
.table-ranking th:nth-child(1), .table-ranking td:nth-child(1) { width: 11%; }
.table-ranking th:nth-child(2), .table-ranking td:nth-child(2) { width: 13%; }
.table-ranking th:nth-child(3), .table-ranking td:nth-child(3) { width: 18%; }
.table-ranking th:nth-child(4), .table-ranking td:nth-child(4) { width: 29%; }
.table-ranking th:nth-child(5), .table-ranking td:nth-child(5) { width: 29%; }
.table-ranking caption { color: var(--lime); background: #192d25; }
.table-ranking thead { background: var(--lime); color: var(--deep); }
.table-ranking tbody tr { border-bottom: 1px solid var(--white-line); }
.table-ranking tbody tr:nth-child(even) { background: rgba(255,255,255,.035); }
.analysis { margin: 0 0 48px; padding-left: 22px; border-left: 4px solid var(--peach); color: inherit; }
.brand-notes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.brand-notes article { padding: 24px; border: 1px solid var(--white-line); border-radius: 16px; background: rgba(255,255,255,.025); }
.brand-notes article:first-child { grid-column: 1 / -1; background: rgba(200,255,91,.06); }
.brand-notes h3 { margin-bottom: 14px; color: var(--peach); font-size: 1.35rem; }
.brand-notes p { margin: 0; color: #bfcac4; font-size: .94rem; }

.content-section { padding-block: 92px; }
.content-section > h3, .content-section > p, .content-section > ul, .content-section > ol, .content-section > .table-shell, .content-section > .analysis,
.section-tint .shell > h3, .section-tint .shell > p, .section-tint .shell > ul, .section-tint .shell > ol, .section-tint .shell > .table-shell, .section-tint .shell > .analysis,
.section-dark .shell > h3, .section-dark .shell > p, .section-dark .shell > ul, .section-dark .shell > ol, .section-dark .shell > .table-shell, .section-dark .shell > .analysis { width: 100%; }
.content-section h3 { margin-top: 56px; }
.content-section h3 + p { margin-top: 18px; }
.content-section p { margin-bottom: 24px; }
.table-process { border: 1px solid #1b584d; box-shadow: 10px 10px 0 #c3d9cd; }
.table-process caption { color: #eaf5ef; background: #1b584d; }
.table-process thead { color: #15352e; background: #a8d7c5; }
.table-process tbody tr:nth-child(odd) { background: rgba(27,88,77,.06); }
.table-process tbody td, .table-process tbody th { border-bottom: 1px dashed rgba(27,88,77,.3); }
.check-grid { margin: 36px 0 22px; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.check-grid li { display: grid; grid-template-columns: 50px 1fr; gap: 14px; align-items: start; padding: 20px; background: #e7eadc; border: 1px solid var(--line); border-radius: 14px; }
.check-grid li > span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--deep); background: var(--lime); border-radius: 50%; font-weight: 900; }
.check-grid strong { display: block; margin-bottom: 3px; }
.section-tint { background: #dce8df; }
.table-methods { background: #f6f1e7; border: 1px solid #8b542f; border-radius: 0 22px 0 22px; box-shadow: 9px 9px 0 #edb785; }
.table-methods caption { color: #fff; background: #8b542f; }
.table-methods thead { color: #fff; background: #c66e3b; }
.table-methods tbody td, .table-methods tbody th { border-bottom: 1px solid rgba(139,84,47,.2); }
.ledger-list { margin: 34px 0 22px; padding: 0; list-style: none; border-top: 1px solid #335449; }
.ledger-list li { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 16px 10px; border-bottom: 1px solid #335449; }
.ledger-list strong { color: #8b542f; font-family: Arial, sans-serif; font-size: 1.08rem; }
.warning-list { margin: 34px 0 22px; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.warning-list li { min-height: 180px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 10px 30px rgba(16,32,27,.06); }
.warning-list li > span { display: inline-block; margin-bottom: 28px; padding: 4px 9px; color: #713b20; background: #ffe2c6; border-radius: 99px; font-weight: 800; font-size: .75rem; }
.step-list { margin: 34px 0 22px; padding: 0; list-style: none; counter-reset: steps; }
.step-list li { display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: center; min-height: 72px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.step-list li > span { display: grid; place-items: center; width: 52px; height: 52px; color: var(--lime); background: var(--deep); border-radius: 14px 4px 14px 4px; font: 500 1.3rem Arial, sans-serif; }
.section-dark { color: #e9f2ed; background: #173229; }
.section-dark .section-intro p, .section-dark p { color: #c9d6cf; }
.table-scorecard { border: 1px solid rgba(240,169,107,.45); background: #10241d; }
.table-scorecard caption { color: var(--deep); background: var(--peach); }
.table-scorecard thead { color: var(--deep); background: #f7d2b1; }
.table-scorecard tbody tr + tr { border-top: 1px solid var(--white-line); }
.signal-list { margin: 34px 0 22px; padding: 0; list-style: none; display: grid; gap: 10px; }
.signal-list li { display: grid; grid-template-columns: 190px 1fr; gap: 20px; align-items: center; padding: 17px 20px; background: rgba(255,255,255,.045); border-left: 4px solid var(--lime); border-radius: 0 12px 12px 0; }
.signal-list li > span { color: var(--lime); font-weight: 800; }
.timeline-list { position: relative; margin: 36px 0 22px; padding: 0; list-style: none; }
.timeline-list::before { content: ""; position: absolute; left: 25px; top: 22px; bottom: 22px; width: 2px; background: #c4c9b7; }
.timeline-list li { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 22px; align-items: center; min-height: 72px; }
.timeline-list li > span { z-index: 1; display: grid; place-items: center; width: 52px; height: 52px; color: var(--deep); background: var(--lime); border: 6px solid var(--paper); border-radius: 50%; font-weight: 900; font-size: .72rem; }
.callout-grid { margin: 34px 0 22px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.callout-grid > div { min-height: 154px; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; background: var(--deep); color: #fff; border-radius: 12px; }
.callout-grid span { color: var(--peach); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.callout-grid strong { line-height: 1.4; }

.faq-section { padding: 92px 0 130px; background: #f0a96b; color: var(--deep); }
.faq-list { border-top: 2px solid var(--deep); }
.faq-list details { border-bottom: 1px solid rgba(9,20,17,.4); }
.faq-list summary { display: grid; grid-template-columns: 1fr 44px; gap: 20px; align-items: center; min-height: 94px; padding: 18px 8px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-heading { margin-bottom: 30px; }
.faq-list summary h3 { font-size: clamp(1rem, 1.6vw, 1.25rem); font-weight: 400; letter-spacing: -.01em; }
.faq-list summary span { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--deep); border-radius: 50%; font-size: 1.4rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--deep); color: var(--peach); }
.faq-list details p { max-width: 920px; margin: 0; padding: 0 8px 28px; }

.site-footer { padding: 64px 0 30px; color: #dfe9e3; background: var(--deep); }
.footer-top { display: grid; grid-template-columns: 1.2fr .62fr 1fr 1fr; gap: 38px; }
.footer-brand img { width: 210px; }
.footer-brand p, .footer-legal p { color: #91a399; font-size: .86rem; }
.footer-nav { display: grid; align-content: start; gap: 9px; }
.footer-nav strong, .footer-legal strong { color: var(--lime); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-nav a { color: #bdcbc3; text-decoration: none; font-size: .88rem; }
.footer-nav a:hover { color: var(--lime); }
.support-strip { display: grid; grid-template-columns: 150px repeat(5, 1fr); gap: 10px; align-items: center; margin-top: 46px; padding: 18px; border: 1px solid var(--white-line); border-radius: 16px; }
.support-strip > span { color: #82958b; font-size: .75rem; text-transform: uppercase; letter-spacing: .09em; }
.support-logo { min-height: 62px; display: grid; place-items: center; padding: 8px; border-radius: 10px; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; border: 1px solid transparent; }
.support-logo:hover { transform: translateY(-2px); border-color: rgba(200,255,91,.55); background: #1c3a30; }
.support-logo.logo-dark { background: #173229; }
.support-logo.logo-light { background: #173229; }
.support-strip img { width: 100%; height: 42px; object-fit: contain; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 28px; padding-top: 22px; color: #6f8579; border-top: 1px solid var(--white-line); font-size: .78rem; }
.footer-bottom a { color: #c5d2cb; text-decoration: none; }

.catfish { position: fixed; left: 50%; bottom: 18px; z-index: 800; width: min(760px, calc(100% - 32px)); display: grid; grid-template-columns: 1fr 180px; gap: 18px; align-items: center; padding: 12px 16px; color: #eef6f0; background: rgba(9,20,17,.97); border: 1px solid rgba(200,255,91,.45); border-radius: 18px; box-shadow: 0 18px 60px rgba(0,0,0,.38); opacity: 0; pointer-events: none; transform: translate(-50%, 28px) scale(.98); backdrop-filter: blur(16px); transition: opacity .42s ease, transform .42s cubic-bezier(.2,.8,.2,1); will-change: opacity, transform; }
.catfish[hidden] { display: none; }
.catfish.is-visible { opacity: 1; pointer-events: auto; transform: translate(-50%, 0) scale(1); }
.catfish-close { position: absolute; right: -10px; top: -12px; width: 32px; height: 32px; color: #fff; background: #22372f; border: 1px solid #74877d; border-radius: 50%; cursor: pointer; }
.catfish-copy { display: grid; gap: 2px; }
.catfish-copy > span { color: #8fa299; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.catfish-copy strong { color: var(--peach); line-height: 1.3; }
.catfish-copy small { color: #91a299; font-size: .68rem; }
.catfish-button { min-height: 46px; }

.error-page { min-height: 100vh; display: grid; place-items: center; color: #eef6f0; background: var(--deep); }
.error-page main { width: min(620px, calc(100% - 40px)); text-align: center; }
.error-page img { width: 220px; margin-bottom: 44px; }
.error-code { display: block; color: var(--lime); font: 500 6rem/1 Arial, sans-serif; }
.error-page h1 { margin: 18px 0; font-size: clamp(2.2rem, 6vw, 4rem); }
.error-page p { margin: 0 0 30px; color: #aebdb5; }

@media (max-width: 980px) {
  .site-nav { gap: 14px; }
  .casino-card { grid-template-columns: 58px 124px minmax(115px, .8fr) minmax(190px, 1.2fr) 150px; gap: 12px; }
  .callout-grid { grid-template-columns: repeat(3, 1fr); }
  .support-strip { grid-template-columns: repeat(3, 1fr); }
  .support-strip > span { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 68px; }
  .shell { width: min(100% - 28px, 720px); }
  .header-inner { height: 66px; }
  .brand img { width: 166px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 14px; right: 14px; top: 66px; display: none; margin: 0; padding: 18px; background: #13271f; border: 1px solid var(--white-line); border-radius: 0 0 14px 14px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { min-height: 42px; display: flex; align-items: center; border-bottom: 1px solid var(--white-line); }
  .age-chip { margin-left: 0; }
  .hero { padding-block: 50px 46px; }
  .casino-card { grid-template-columns: 50px 112px minmax(0, 1fr) 156px; }
  .offer-block { grid-column: 3; border-left: 1px solid var(--white-line); padding-left: 16px; }
  .action-block { grid-column: 4; }
  .brand-notes { grid-template-columns: 1fr; }
  .brand-notes article:first-child { grid-column: auto; }
  .warning-list { grid-template-columns: repeat(2, 1fr); }
  .callout-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  body { font-size: 1rem; }
  h1 { font-size: clamp(1.95rem, 8.2vw, 2.35rem); }
  h2 { font-size: clamp(1.55rem, 6.2vw, 1.95rem); }
  .table-ranking { overflow: visible; border: 0; border-radius: 0; }
  .table-ranking table, .table-ranking caption, .table-ranking tbody { display: block; width: 100%; }
  .table-ranking caption { border-radius: 14px; }
  .table-ranking thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
  .table-ranking tbody { display: grid; gap: 12px; padding-top: 12px; }
  .table-ranking tbody tr { display: grid; overflow: hidden; background: #11221c; border: 1px solid var(--white-line); border-radius: 14px; }
  .table-ranking tbody tr:nth-child(even) { background: #142920; }
  .table-ranking tbody td, .table-ranking tbody th { display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 12px; width: 100% !important; padding: 10px 12px; border-bottom: 1px solid var(--white-line); }
  .table-ranking tbody tr > :last-child { border-bottom: 0; }
  .table-ranking tbody td::before, .table-ranking tbody th::before { color: #8fa299; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .table-ranking tbody td:nth-child(1)::before { content: "Position"; }
  .table-ranking tbody th:nth-child(2)::before { content: "Casino"; }
  .table-ranking tbody td:nth-child(3)::before { content: "Betreiber"; }
  .table-ranking tbody td:nth-child(4)::before { content: "Lizenz"; }
  .table-ranking tbody td:nth-child(5)::before { content: "Cashout-Hinweis"; }
  .hero { padding-top: 56px; }
  .hero-copy::before { display: none; }
  .lead { font-size: 1rem; }
  .evidence-board { grid-template-columns: 1fr 1fr; }
  .metric { min-height: 112px; }
  .metric strong { font-size: 2rem; }
  .metric-primary strong { font-size: 2.8rem; }
  .ranking-section, .content-section, .faq-section { padding-block: 68px; }
  .casino-card { grid-template-columns: 42px 98px minmax(0, 1fr); padding: 13px; gap: 12px; }
  .rank-mark { grid-row: 1; }
  .logo-box { grid-column: 2; height: 72px; }
  .casino-name { grid-column: 3; }
  .offer-block { grid-column: 2 / -1; grid-row: 2; border-left: 0; padding: 12px 0 0; border-top: 1px solid var(--white-line); }
  .action-block { grid-column: 1 / -1; grid-row: 3; }
  .check-grid, .warning-list { grid-template-columns: 1fr; }
  .ledger-list li, .signal-list li { grid-template-columns: 1fr; gap: 6px; }
  .callout-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .support-strip { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { flex-direction: column; }
  .site-footer { padding-bottom: 28px; }
  .catfish { bottom: 6px; grid-template-columns: minmax(0, 1fr) 132px; gap: 8px; padding: 10px 12px; }
  .catfish-button { min-height: 44px; padding: 8px; font-size: .78rem; }
  .catfish-copy > span, .catfish-copy small { display: none; }
  .catfish-copy strong { font-size: .78rem; line-height: 1.25; }
}

@media (max-width: 370px) {
  .shell { width: calc(100% - 20px); }
  .brand img { width: 145px; }
  .age-chip { width: 34px; height: 34px; }
  .evidence-board { grid-template-columns: 1fr; }
  .board-title, .board-note { grid-column: 1; }
  .logo-box { height: 66px; }
  .catfish { grid-template-columns: minmax(0, 1fr) 120px; }
}

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