:root {
  --bg: #f4f7f3;
  --surface: #ffffff;
  --surface-2: #e9f2ec;
  --ink: #102322;
  --muted: #536764;
  --line: #cad8d1;
  --night: #081b1a;
  --night-2: #0d2926;
  --mint: #1fd3a6;
  --mint-dark: #08775f;
  --amber: #ffbf55;
  --coral: #ff6f61;
  --focus: #006dff;
  --shell: 1240px;
  --pad: clamp(1rem, 3vw, 2rem);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 30px;
  --shadow: 0 22px 60px rgba(8, 27, 26, .11);
  --fast: 180ms ease;
  --header-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.7; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; line-height: 1.12; letter-spacing: -.025em; }
h1 { max-width: none; margin-bottom: 1.5rem; font-size: clamp(2.3rem, 3.7vw, 3.45rem); font-weight: 700; }
h2 { max-width: none; margin-bottom: 1.4rem; font-size: clamp(1.8rem, 2.7vw, 2.75rem); font-weight: 700; }
h3 { margin: 3.6rem 0 1rem; font-size: clamp(1.35rem, 2vw, 1.8rem); font-weight: 700; }
p { margin-bottom: 1.5rem; font-size: clamp(1rem, 1.25vw, 1.16rem); }
strong { color: #062d27; font-weight: 760; }
.section-dark strong { color: #7ff2d2; }
.shell { width: min(100% - (2 * var(--pad)), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.skip-link { position: fixed; z-index: 999; top: .65rem; left: .65rem; transform: translateY(-160%); padding: .75rem 1rem; border-radius: 9px; background: var(--focus); color: #fff; text-decoration: none; font-weight: 700; transition: transform var(--fast); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }

.site-header { position: sticky; z-index: 100; top: 0; min-height: var(--header-h); border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(8,27,26,.94); color: #fff; backdrop-filter: blur(16px); }
.header-inner { min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; min-height: 44px; }
.brand img { width: 210px; height: 44px; }
.primary-nav { display: flex; align-items: center; gap: 1.55rem; }
.primary-nav a { position: relative; padding: 1rem .1rem; color: #dcebe6; text-decoration: none; font-size: .91rem; font-weight: 690; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: .6rem; left: 0; height: 2px; transform: scaleX(0); transform-origin: right; background: var(--mint); transition: transform var(--fast); }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid #3d5a55; border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after { display: block; width: 20px; height: 2px; margin: auto; background: currentColor; content: ""; transition: transform var(--fast), opacity var(--fast); }
.menu-toggle-lines::before { transform: translateY(-6px); }
.menu-toggle-lines::after { transform: translateY(4px); }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines::before { transform: translateY(0) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines::after { transform: translateY(-2px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; padding: clamp(3.5rem, 8vw, 7.5rem) 0 0; background: var(--night); color: #fff; }
.hero::before { position: absolute; inset: -20% -10% auto 45%; height: 660px; background: radial-gradient(circle at 50% 50%, rgba(31,211,166,.22), transparent 62%); content: ""; pointer-events: none; }
.hero::after { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, #000, transparent 78%); content: ""; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 340px); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.kicker { display: inline-flex; align-items: center; gap: .65rem; margin-bottom: 1.4rem; color: #8debd1; font-size: .82rem; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 7px rgba(31,211,166,.12); }
.hero-lead { max-width: none; color: #c7d9d4; font-size: clamp(1rem, 1.25vw, 1.16rem); line-height: 1.72; }
.hero strong { color: #fff; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin-top: 2.25rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: .5rem; padding: .8rem 1.2rem; border: 1px solid transparent; border-radius: 999px; text-align: center; text-decoration: none; font-weight: 760; line-height: 1.2; transition: transform var(--fast), background var(--fast), border-color var(--fast), box-shadow var(--fast); }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--mint); color: #04231e; box-shadow: 0 10px 30px rgba(31,211,166,.2); }
.button-primary:hover { background: #5ae7c3; }
.text-link { display: inline-flex; min-height: 48px; align-items: center; gap: .55rem; color: #fff; font-weight: 720; text-underline-offset: 5px; }
.text-link span { color: var(--mint); font-size: 1.3em; }
.ledger { position: relative; align-self: center; width: 100%; min-height: 340px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.25rem; border: 1px solid #36504b; border-radius: 22px; background: linear-gradient(160deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.ledger-topline, .ledger-note { display: flex; justify-content: space-between; gap: 1rem; color: #91aca5; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.ledger-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 1rem 0; background: #36504b; }
.ledger-grid div { min-height: 82px; display: flex; flex-direction: column-reverse; justify-content: center; padding: .85rem; background: #0b2421; }
.ledger-grid dt { color: #8fa9a2; font-size: .78rem; }
.ledger-grid dd { margin: 0 0 .25rem; color: #fff; font-size: clamp(1.65rem, 2.5vw, 2.25rem); font-weight: 700; line-height: 1; }
.ledger-trace { height: 48px; display: flex; align-items: end; gap: 6px; margin: .25rem 0 1rem; }
.ledger-trace span { width: 100%; height: var(--h); border-radius: 5px 5px 0 0; background: linear-gradient(to top, #08775f, var(--mint)); }
.ledger-note { align-items: center; padding-top: 1rem; border-top: 1px solid #36504b; letter-spacing: .05em; text-transform: none; }
.evidence-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 0; border-top: 1px solid #29433e; }
.evidence-strip span { display: flex; min-height: 86px; align-items: center; gap: .6rem; padding: 1rem; border-right: 1px solid #29433e; color: #a8c0ba; font-size: .78rem; }
.evidence-strip span:first-child { border-left: 1px solid #29433e; }
.evidence-strip b { color: #fff; font-size: 1.45rem; }

.section { padding: clamp(5rem, 10vw, 9rem) 0; }
.section-mint { background: #e8f4ef; }
.section-dark { background: var(--night); color: #d9e7e3; }
.section-amber { background: #fff6e3; }
.section-heading { width: 100%; margin-bottom: 3rem; }
.section-heading p { max-width: none; font-size: clamp(1.05rem, 1.45vw, 1.26rem); }
.section-index { display: block; margin-bottom: 1rem; color: var(--mint-dark); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-dark .section-index { color: var(--mint); }
.section-dark h2, .section-dark h3 { color: #fff; }
.affiliate-note { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; align-items: center; margin-bottom: 1.5rem; padding: 1.1rem 1.3rem; border: 1px solid #c4d6cf; border-radius: var(--radius); background: #edf7f3; }
.note-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--night); color: var(--mint); font-size: 1.5rem; }
.affiliate-note div { display: grid; gap: .15rem; }
.affiliate-note span { color: var(--muted); font-size: .92rem; }

.casino-list { list-style: none; margin: 0; padding: 0; border: 1px solid #c5d4ce; border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); overflow: hidden; }
.casino-row { position: relative; display: grid; grid-template-columns: 64px 190px 150px minmax(280px, 1fr) 210px; align-items: stretch; min-height: 140px; border-bottom: 1px solid #d4dfda; }
.casino-row:last-child { border-bottom: 0; }
.casino-row.featured::before { position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--mint); content: ""; }
.rank { display: grid; place-items: center; align-self: stretch; border-right: 1px solid #e0e8e4; background: #f4f8f6; color: var(--mint-dark); font-size: .85rem; font-weight: 800; }
.logo-box { width: calc(100% - 1.5rem); height: 94px; align-self: center; justify-self: center; display: grid; place-items: center; padding: .45rem .7rem; border: 1px solid #d5e0db; border-radius: 13px; background: #fff; overflow: hidden; }
.logo-box img { width: auto; height: auto; max-width: 100%; max-height: 76px; object-fit: contain; }
.casino-name { display: flex; align-items: center; margin: 0; padding: 1.25rem; border-right: 1px solid #e0e8e4; font-size: 1.15rem; letter-spacing: -.02em; }
.casino-offer > span { color: #6c7d79; font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.casino-offer, .casino-cta { display: flex; flex-direction: column; justify-content: center; padding: 1.25rem; }
.casino-offer { border-right: 1px solid #e0e8e4; }
.casino-offer strong { margin: .45rem 0; font-size: clamp(1rem, 1.5vw, 1.24rem); line-height: 1.35; }
.casino-cta { align-items: center; gap: .65rem; background: #fbfcfb; }
.button-visit { width: 100%; border-radius: 12px; background: var(--night); color: #fff; box-shadow: 0 8px 20px rgba(8,27,26,.15); }
.button-visit::after { content: "↗"; color: var(--mint); }
.button-visit:hover { background: var(--mint-dark); }
.post-component { margin: 2rem 0 0; }

.check-ribbon { list-style: none; margin: 2rem 0 1.5rem; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #bdd4ca; border-radius: var(--radius-lg); overflow: hidden; }
.check-ribbon li { min-height: 170px; display: grid; grid-template-columns: 42px 1fr; align-content: center; gap: .3rem .8rem; padding: 1.4rem; border-right: 1px solid #bdd4ca; border-bottom: 1px solid #bdd4ca; background: rgba(255,255,255,.54); }
.check-ribbon li:nth-child(3n) { border-right: 0; }
.check-ribbon li:nth-last-child(-n+3) { border-bottom: 0; }
.check-ribbon span { grid-row: 1 / 3; color: var(--mint-dark); font-size: .75rem; font-weight: 850; }
.check-ribbon b { font-size: 1.05rem; }
.check-ribbon em { color: var(--muted); font-size: .88rem; font-style: normal; line-height: 1.55; }
.decision-steps { list-style: none; counter-reset: step; margin: 2rem 0 1.5rem; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.decision-steps li { counter-increment: step; position: relative; min-height: 125px; padding: 1.25rem 1.25rem 1.25rem 4.4rem; border: 1px solid #bdd4ca; border-radius: 16px; background: #fafffc; }
.decision-steps li::before { position: absolute; top: 1.25rem; left: 1.25rem; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; background: var(--night); color: var(--mint); content: counter(step, decimal-leading-zero); font-size: .75rem; font-weight: 850; }
.decision-steps b, .decision-steps span { display: block; }
.decision-steps span { margin-top: .35rem; color: var(--muted); font-size: .9rem; }

.table-wrap { width: 100%; margin: 2.2rem 0 1.5rem; overflow-x: auto; border-radius: var(--radius); box-shadow: 0 18px 50px rgba(8,27,26,.1); }
table { width: 100%; min-width: 780px; border-collapse: collapse; background: #fff; }
caption { padding: 1.1rem 1.4rem; text-align: left; font-size: 1rem; font-weight: 760; }
th, td { padding: 1rem 1.15rem; text-align: left; vertical-align: top; font-size: .9rem; line-height: 1.5; }
thead th { font-weight: 780; }
tbody th, tbody td { font-weight: 400; }
.table-network { border: 1px solid #0b5546; }
.table-network caption { background: var(--night); color: #fff; }
.table-network thead { background: #baf1df; color: #07362e; }
.table-network tbody tr { border-top: 1px solid #d2e4dc; }
.table-network tbody tr:nth-child(even) { background: #f0faf6; }
.table-network tbody tr:hover { background: #ddf5eb; }
.table-flow { border: 1px solid #c9d6d1; }
.table-flow caption { border-bottom: 1px dashed #8da49c; background: #fff; color: var(--ink); }
.table-flow thead th { border-bottom: 3px solid var(--mint-dark); background: #eef4f1; }
.table-flow td, .table-flow tbody th { border-right: 1px dotted #b7c8c1; border-bottom: 1px dotted #b7c8c1; }
.table-flow tr > *:last-child { border-right: 0; }
.table-withdraw { border: 1px solid #31514b; box-shadow: 0 22px 60px rgba(0,0,0,.26); }
.table-withdraw caption { background: var(--mint); color: #05231e; }
.table-withdraw table { background: #0c2724; color: #d9e7e3; }
.table-withdraw thead { background: #173832; color: #83edd0; }
.table-withdraw tbody tr { border-top: 1px solid #31514b; }
.table-withdraw tbody tr:nth-child(odd) { background: #102e2a; }
.table-withdraw tbody th { color: #fff; }
.table-bonus { border: 0; background: #fff; }
.table-bonus caption { background: #fff0cb; color: #523100; }
.table-bonus thead { background: #3e2600; color: #fff7e8; }
.table-bonus tbody tr { border-bottom: 1px solid #ead8b4; }
.table-bonus tbody tr:nth-child(1) td, .table-bonus tbody tr:nth-child(1) th { border-left: 4px solid var(--amber); }
.table-bonus tbody tr:hover { background: #fff9ec; }
.table-quality { border: 1px solid #bc8c36; border-radius: 28px 8px 28px 8px; }
.table-quality caption { background: #3f2d0a; color: #fff; }
.table-quality thead { background: #ffd98d; color: #412c05; }
.table-quality tbody tr:nth-child(even) { background: #fff8e8; }
.table-quality td, .table-quality tbody th { border-bottom: 1px solid #ead8b4; }

.signal-list { list-style: none; margin: 2rem 0 1.5rem; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.signal-list li { position: relative; min-height: 140px; padding: 1.25rem; border: 1px solid #c9d8d2; border-radius: 17px; background: #fff; overflow: hidden; }
.signal-list li::after { position: absolute; right: -18px; bottom: -28px; width: 80px; height: 80px; border: 12px solid rgba(31,211,166,.12); border-radius: 50%; content: ""; }
.signal-list b, .signal-list span { display: block; }
.signal-list b { color: var(--mint-dark); }
.signal-list span { margin-top: .45rem; color: var(--muted); font-size: .9rem; }
.kyc-track { list-style: none; margin: 2rem 0 1.5rem; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; border: 1px solid #35514c; border-radius: 18px; background: #35514c; overflow: hidden; }
.kyc-track li { min-height: 150px; padding: 1.1rem; background: #102b27; }
.kyc-track span, .kyc-track em { display: block; }
.kyc-track span { color: var(--mint); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.kyc-track em { margin-top: .8rem; color: #c0d3cd; font-size: .83rem; font-style: normal; line-height: 1.55; }
.bonus-grid { list-style: none; margin: 2rem 0 1.5rem; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.bonus-grid li { padding: 1.25rem 1.35rem; border-left: 6px solid var(--amber); border-radius: 0 16px 16px 0; background: #fff; box-shadow: 0 12px 28px rgba(79,53,4,.07); }
.bonus-grid b, .bonus-grid span { display: block; }
.bonus-grid span { margin-top: .35rem; color: var(--muted); font-size: .9rem; }
.game-list { list-style: none; margin: 2rem 0 1.5rem; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.game-list li { display: flex; gap: 1rem; align-items: center; min-height: 120px; padding: 1.15rem; border: 1px solid #c9d7d2; border-radius: 18px; background: #fff; }
.game-code { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #9bb7ad; border-radius: 50%; color: var(--mint-dark); font-weight: 850; }
.game-list b, .game-list em { display: block; }
.game-list em { margin-top: .25rem; color: var(--muted); font-size: .84rem; font-style: normal; line-height: 1.5; }
.operator-audit { list-style: none; counter-reset: audit; margin: 2rem 0 1.5rem; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid #d3b978; border-radius: 26px; overflow: hidden; }
.operator-audit li { counter-increment: audit; min-height: 150px; padding: 1.35rem; border-right: 1px solid #d3b978; border-bottom: 1px solid #d3b978; background: rgba(255,255,255,.48); }
.operator-audit li:nth-child(3n) { border-right: 0; }
.operator-audit li:nth-last-child(-n+3) { border-bottom: 0; }
.operator-audit li::before { display: block; margin-bottom: .55rem; color: #a26c00; content: "0" counter(audit); font-size: .76rem; font-weight: 850; }
.operator-audit b, .operator-audit span { display: block; }
.operator-audit span { margin-top: .3rem; color: #665b46; font-size: .88rem; }

.faq-section { background: #eef2ef; }
.faq-heading { margin-bottom: 2rem; }
.faq-grid { display: grid; grid-template-columns: 1fr; gap: .85rem; }
.faq-grid details { align-self: start; border: 1px solid #c7d5cf; border-radius: var(--radius); background: #fff; box-shadow: 0 10px 30px rgba(8,27,26,.05); overflow: hidden; }
.faq-grid summary { min-height: 76px; display: grid; grid-template-columns: 38px 1fr 24px; align-items: center; gap: .8rem; padding: 1rem 1.2rem; cursor: pointer; list-style: none; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary::after { content: "+"; color: var(--mint-dark); font-size: 1.6rem; font-weight: 300; }
.faq-grid details[open] summary::after { content: "−"; }
.faq-grid summary span { color: var(--mint-dark); font-size: .72rem; font-weight: 850; }
.faq-grid summary h3 { margin: 0; font-size: 1.08rem; letter-spacing: -.015em; }
.faq-grid details p { margin: 0; padding: 0 1.2rem 1.4rem 4.35rem; color: var(--muted); font-size: .95rem; }

.site-footer { scroll-margin-top: calc(var(--header-h) + 20px); padding: 5rem 0 0; background: #061513; color: #d9e8e3; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .65fr 1fr; gap: clamp(2rem, 6vw, 5rem); }
.footer-brand img { margin-bottom: 1.5rem; }
.footer-brand p, .footer-important p { color: #9eb4ae; font-size: .91rem; }
.footer-nav { display: flex; flex-direction: column; gap: .6rem; }
.footer-nav b, .footer-important > b { margin-bottom: .5rem; color: #fff; }
.footer-nav a { width: fit-content; color: #b7cbc5; text-underline-offset: 4px; }
.support-area { margin-top: 3.4rem; padding: 2rem; border: 1px solid #27413c; border-radius: var(--radius); background: #0b211e; }
.support-copy { display: flex; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.25rem; }
.support-copy span { color: #8da7a0; font-size: .78rem; }
.support-logos { display: grid; grid-template-columns: repeat(5, 1fr); gap: .8rem; }
.support-logos > a { min-height: 76px; display: grid; place-items: center; padding: .75rem; border: 1px solid #36504b; border-radius: 12px; background: #fff; transition: transform var(--fast), border-color var(--fast); }
.support-logos > a:hover { transform: translateY(-2px); border-color: var(--mint); }
.support-logos img { width: 100%; height: 48px; object-fit: contain; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding: 1.5rem 0; border-top: 1px solid #1e3732; color: #87a099; font-size: .78rem; }

.bonus-catfish { position: fixed; z-index: 150; right: 1rem; bottom: 1rem; left: 1rem; width: min(calc(100% - 2rem), 980px); margin-inline: auto; padding: 1rem 4rem 1rem 1.35rem; border: 1px solid #4f6e67; border-radius: 20px; background: rgba(8,27,26,.97); color: #fff; box-shadow: 0 24px 80px rgba(0,0,0,.36); backdrop-filter: blur(18px); transform: translateY(calc(100% + 2rem)); opacity: 0; transition: transform 460ms cubic-bezier(.2,.8,.2,1), opacity 360ms ease; }
.bonus-catfish.is-visible { transform: translateY(0); opacity: 1; }
.bonus-catfish.is-closing { transform: translateY(calc(100% + 2rem)); opacity: 0; }
.catfish-close { position: absolute; top: .65rem; right: .65rem; width: 44px; height: 44px; border: 1px solid #4b6761; border-radius: 50%; background: transparent; color: #fff; cursor: pointer; font-size: 1.5rem; }
.catfish-label { color: var(--mint); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.catfish-content { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.catfish-content b { color: #fff; font-size: clamp(1rem, 2vw, 1.35rem); }
.catfish-content p { margin: .25rem 0 0; color: #adc1bb; font-size: .8rem; line-height: 1.5; }
.button-catfish { min-width: 190px; border-radius: 12px; background: var(--amber); color: #2f1d00; }
.noscript-note { position: fixed; z-index: 300; right: 1rem; bottom: 1rem; left: 1rem; padding: 1rem; border-radius: 12px; background: #fff4d8; color: #3a2808; box-shadow: var(--shadow); }

@media (max-width: 1023px) {
  .primary-nav { gap: 1rem; }
  .primary-nav a { font-size: .82rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .ledger { min-height: auto; border-bottom: 1px solid #36504b; border-radius: var(--radius-lg); }
  .ledger-trace { display: none; }
  .casino-row { grid-template-columns: 52px 180px 150px minmax(0, 1fr); }
  .rank { grid-row: 1 / 3; }
  .casino-offer { border-right: 0; }
  .casino-cta { grid-column: 2 / -1; flex-direction: row; justify-content: flex-end; border-top: 1px solid #e0e8e4; }
  .button-visit { width: auto; min-width: 220px; }
  .kyc-track { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .footer-important { grid-column: 1 / -1; }
  .support-logos { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 780px) {
  :root { --header-h: 70px; }
  .menu-toggle { display: grid; place-items: center; }
  .primary-nav { position: fixed; inset: var(--header-h) 0 auto 0; display: grid; gap: 0; padding: .8rem var(--pad) 1.5rem; border-bottom: 1px solid #38534d; background: #081b1a; transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform 260ms ease, opacity 220ms ease, visibility 220ms; }
  .primary-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .primary-nav a { min-height: 50px; display: flex; align-items: center; border-bottom: 1px solid #1f3a35; font-size: 1rem; }
  .hero { padding-top: 4rem; }
  .evidence-strip { grid-template-columns: repeat(2, 1fr); }
  .evidence-strip span { border-bottom: 1px solid #29433e; }
  .evidence-strip span:last-child { grid-column: 1 / -1; }
  .casino-row { display: grid; grid-template-columns: 52px 1fr; min-height: 0; }
  .rank { grid-column: 1; grid-row: 1 / 3; }
  .logo-box { grid-column: 2; grid-row: 1; width: calc(100% - 2rem); margin-block: 1rem .35rem; }
  .casino-name { grid-column: 2; grid-row: 2; justify-content: center; padding: .65rem 1rem 1rem; border-right: 0; }
  .casino-offer { grid-column: 1 / -1; grid-row: 3; border-top: 1px solid #e0e8e4; border-right: 0; }
  .casino-cta { grid-column: 1 / -1; display: flex; flex-direction: column; align-items: stretch; }
  .button-visit { width: 100%; }
  .check-ribbon, .signal-list, .game-list, .operator-audit { grid-template-columns: repeat(2, 1fr); }
  .check-ribbon li:nth-child(3n), .operator-audit li:nth-child(3n) { border-right: 1px solid #bdd4ca; }
  .check-ribbon li:nth-child(2n), .operator-audit li:nth-child(2n) { border-right: 0; }
  .check-ribbon li:nth-last-child(-n+3), .operator-audit li:nth-last-child(-n+3) { border-bottom: 1px solid #bdd4ca; }
  .check-ribbon li:nth-last-child(-n+2), .operator-audit li:nth-last-child(-n+2) { border-bottom: 0; }
  .decision-steps, .bonus-grid, .faq-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-important { grid-column: auto; }
  .support-copy { flex-direction: column; }
  .support-logos { grid-template-columns: repeat(2, 1fr); }
  .catfish-content { grid-template-columns: 1fr; gap: .8rem; }
  .button-catfish { width: 100%; }
}

@media (max-width: 520px) {
  h1 { font-size: clamp(2.05rem, 10vw, 2.7rem); }
  h2 { font-size: clamp(1.7rem, 8vw, 2.2rem); }
  .brand img { width: 172px; }
  .ledger-grid { grid-template-columns: 1fr 1fr; }
  .ledger-grid div { min-height: 100px; }
  .evidence-strip { grid-template-columns: 1fr; }
  .evidence-strip span:last-child { grid-column: auto; }
  .casino-row { grid-template-columns: 46px 1fr; }
  .casino-offer, .casino-cta { border-right: 0; border-bottom: 1px solid #e0e8e4; }
  .casino-cta:last-child { border-bottom: 0; }
  .check-ribbon, .signal-list, .game-list, .operator-audit, .kyc-track { grid-template-columns: 1fr; }
  .check-ribbon li, .operator-audit li, .kyc-track li { border-right: 0; border-bottom: 1px solid #bdd4ca; }
  .check-ribbon li:last-child, .operator-audit li:last-child, .kyc-track li:last-child { border-bottom: 0; }
  .faq-grid details p { padding-left: 1.2rem; }
  .support-logos { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .bonus-catfish { padding: 1rem 3.6rem 1rem 1rem; }
}

@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; }
}
