:root {
  --navy: #08243b;
  --navy-2: #123d56;
  --ink: #0b2940;
  --muted: #52697a;
  --paper: #f4f8fb;
  --white: #ffffff;
  --mist: #eaf2f7;
  --line: #c8d7e1;
  --teal: #059a9b;
  --teal-dark: #047577;
  --mint: #d9f4f0;
  --sun: #f5c84c;
  --coral: #ee6b5f;
  --focus: #ffbf47;
  --shell: 1180px;
  --shadow: 0 12px 34px rgba(8, 36, 59, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 1rem/1.68 "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 16px; background: var(--focus); color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }

.site-header { position: sticky; z-index: 50; top: 0; color: #fff; background: rgba(8, 36, 59, .96); border-bottom: 1px solid rgba(255, 255, 255, .13); backdrop-filter: blur(14px); }
.header-inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 206px; height: auto; }
.primary-nav { display: flex; gap: 24px; align-items: center; }
.primary-nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; font-size: .92rem; font-weight: 650; color: #dce8ee; }
.primary-nav a:hover { color: #fff; }
.menu-toggle { display: none; min-width: 44px; min-height: 44px; border: 1px solid rgba(255,255,255,.32); border-radius: 8px; color: #fff; background: transparent; font: inherit; font-weight: 700; }

.hero { position: relative; overflow: hidden; padding: clamp(52px, 7vw, 88px) 0 42px; background: linear-gradient(90deg, rgba(8,36,59,.055) 1px, transparent 1px) 0 0 / 44px 44px, linear-gradient(rgba(8,36,59,.055) 1px, transparent 1px) 0 0 / 44px 44px, radial-gradient(circle at 87% 18%, rgba(5,154,155,.20), transparent 26%), #f8fbfd; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; width: 260px; height: 8px; left: max(20px, calc((100% - var(--shell)) / 2)); bottom: 0; background: linear-gradient(90deg, var(--teal) 0 62%, var(--sun) 62%); }
.hero-copy { max-width: var(--shell); }
.kicker { color: var(--teal-dark); text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 800; }
h1, h2, h3 { color: var(--ink); line-height: 1.16; letter-spacing: -.026em; }
h1 { max-width: 980px; margin: 14px 0 16px; font-size: clamp(2.45rem, 5.2vw, 4.55rem); font-weight: 760; }
.hero p { max-width: 980px; margin: 0; color: #37536a; font-size: clamp(1.05rem, 1.45vw, 1.2rem); line-height: 1.62; }
.hero-cta { width: auto !important; min-width: 188px; margin-top: 24px; padding: 0 28px; }

.section { padding: clamp(56px, 7vw, 82px) 0; scroll-margin-top: 80px; }
.ranking-section { padding-top: 34px; }
h2 { margin: 0 0 20px; max-width: 100%; font-size: clamp(1.85rem, 3.4vw, 2.7rem); font-weight: 720; }
.section h3 { margin: clamp(38px, 5vw, 56px) 0 14px; max-width: 100%; font-size: clamp(1.35rem, 2.25vw, 1.8rem); font-weight: 680; }
.section p { max-width: var(--shell); margin: 0 0 20px; font-size: 1.03rem; }
.section strong { font-weight: 750; background: linear-gradient(transparent 58%, rgba(245,200,76,.55) 58%); }
.section-tint { background: #eaf2f5; border-block: 1px solid #d4e1e7; }
.section-dark { color: #e8f0f4; background: var(--navy); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark p { color: #d7e5ec; }

.ranking-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 18px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.ranking-heading h2 { margin: 0; font-size: clamp(1.6rem, 2.7vw, 2.15rem); }
.ranking-heading > span { flex: 0 0 auto; padding: 8px 12px; color: var(--teal-dark); background: var(--mint); border: 1px solid #a9ded7; border-radius: 999px; font-size: .82rem; font-weight: 750; }
.ranking-list { display: grid; gap: 10px; list-style: none; margin: 0; padding: 0; }
.casino-row { position: relative; display: grid; grid-template-columns: 58px 300px minmax(0, 1fr) 174px; min-height: 84px; align-items: center; overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: 0 5px 18px rgba(8,36,59,.055); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.casino-row::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--teal); }
.casino-row:nth-child(3n + 2)::before { background: var(--sun); }
.casino-row:nth-child(3n)::before { background: var(--coral); }
.casino-row:hover { transform: translateY(-2px); border-color: #8bb7c5; box-shadow: var(--shadow); }
.rank-badge { align-self: stretch; display: grid; place-items: center; margin-left: 4px; color: #fff; background: var(--navy); font-weight: 820; font-variant-numeric: tabular-nums; }
.brand-zone { min-width: 0; display: grid; grid-template-columns: 118px minmax(0, 1fr); gap: 16px; align-items: center; padding: 10px 18px; }
.logo-box { width: 118px; height: 60px; display: grid; place-items: center; padding: 7px 12px; background: #eef5f8; border: 1px solid #d5e2e8; }
.logo-box img { width: 100%; height: 100%; object-fit: contain; }
.brand-zone h3 { margin: 0; font-size: 1.03rem; font-weight: 750; letter-spacing: -.01em; }
.bonus-zone { min-width: 0; align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 12px 22px; background: #f1f7f9; border-inline: 1px solid #dce6eb; }
.zone-label { margin-bottom: 2px; color: var(--teal-dark); text-transform: uppercase; letter-spacing: .1em; font-size: .71rem; font-weight: 800; }
.bonus-zone > span:last-child { font-size: .93rem; font-weight: 620; line-height: 1.45; }
.cta-zone { padding: 12px 14px; }
.visit-button { min-height: 48px; display: inline-grid; place-items: center; width: 100%; padding: 0 20px; border: 1px solid #037173; border-radius: 7px; color: #fff; background: var(--teal); box-shadow: 0 4px 0 #04686a; text-decoration: none; font-weight: 800; transition: transform .17s ease, background .17s ease, box-shadow .17s ease; }
.visit-button:hover { transform: translateY(-1px); background: #078b8c; box-shadow: 0 5px 0 #04686a; }

.after-component { margin-top: 22px !important; padding: 17px 20px; border-left: 3px solid var(--teal); background: rgba(5,154,155,.075); }
.after-component a { color: var(--teal-dark); font-weight: 700; text-underline-offset: 3px; }
.section-dark .after-component { color: #e4eef2; border-color: var(--sun); background: rgba(255,255,255,.065); }
.section-dark .after-component a { color: #7de4dd; }

.table-shell { max-width: 100%; margin: 24px 0 0; overflow-x: auto; background: #fff; border: 1px solid #b9cbd4; box-shadow: var(--shadow); scrollbar-color: var(--teal) #dfe9ee; }
.table-shell:focus-visible { outline-offset: 5px; }
table { width: 100%; min-width: 760px; border-collapse: collapse; color: var(--ink); }
caption { padding: 16px 20px; text-align: left; font-weight: 750; color: var(--ink); background: #fff; }
thead th { padding: 13px 18px; text-align: left; text-transform: uppercase; letter-spacing: .08em; font-size: .76rem; font-weight: 800; }
tbody th, tbody td { padding: 14px 18px; text-align: left; vertical-align: top; border-top: 1px solid #d8e2e7; font-size: .94rem; font-weight: 400; }
tbody th { font-weight: 700; }
.table-ledger { border-top: 5px solid var(--teal); }
.table-ledger caption { border-bottom: 1px solid var(--line); }
.table-ledger thead { color: #fff; background: var(--navy); }
.table-ledger tbody tr:nth-child(even) { background: #eef5f5; }
.table-trigger { border: 2px solid var(--navy); box-shadow: 9px 9px 0 #a8d9d5; }
.table-trigger caption { color: #fff; background: var(--navy); }
.table-trigger thead { background: var(--sun); }
.table-trigger tbody tr:hover { background: #f4f7eb; }
.table-payment { border: 1px solid #42627a; background: #102f48; box-shadow: 0 20px 44px rgba(0,0,0,.25); }
.table-payment table { min-width: 1120px; }
.table-payment caption { color: #fff; background: #102f48; border-bottom: 1px solid rgba(255,255,255,.15); }
.table-payment thead { color: var(--navy); background: #60d5cc; }
.table-payment tbody tr:nth-child(odd) { background: #f8fbfc; }
.table-payment tbody tr:nth-child(even) { background: #e8f0f4; }
.table-payment tbody td:nth-last-child(-n+2) { white-space: nowrap; font-weight: 700; color: #0b6670; }
.table-bonus { border: 0; border-left: 6px solid var(--coral); box-shadow: 9px 9px 0 #f1c0bb; }
.table-bonus caption { background: #fff5f3; }
.table-bonus thead { color: #fff; background: #913f3a; }
.table-bonus tbody tr:nth-child(3n + 2) { background: #fff7f5; }
.table-assessment { border: 1px solid #7893a3; box-shadow: inset 0 0 0 4px #d6f3ea, var(--shadow); }
.table-assessment caption { border-bottom: 1px dashed #7893a3; background: #d6f3ea; }
.table-assessment thead { color: #fff; background: #254961; }
.table-assessment tbody td:last-child { color: #842c29; }

.signal-list, .route-list, .game-list, .process-list, .check-list { list-style: none; margin: 26px 0 0; padding: 0; }
.signal-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.signal-list li { min-height: 108px; display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: start; padding: 18px; background: #fff; border: 1px solid #b9ccd3; border-left: 3px solid var(--teal); }
.signal-list li:nth-child(even) { border-left-color: var(--sun); }
.signal-code { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--navy); font-weight: 800; }
.signal-list li div { display: grid; gap: 3px; }
.signal-list li b { font-size: 1rem; }
.signal-list li span:last-child { color: var(--muted); }
.process-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; counter-reset: process; }
.process-list li { min-height: 188px; padding: 20px; background: #fff; border: 1px solid #aec1cb; box-shadow: inset 0 3px 0 var(--teal); }
.process-list li:nth-child(3n+2) { box-shadow: inset 0 3px 0 var(--sun); }
.process-list li:nth-child(3n) { box-shadow: inset 0 3px 0 var(--coral); }
.process-list li > span { display: block; margin-bottom: 22px; color: #8ea3af; font-size: 1.6rem; font-weight: 750; }
.process-list li b { font-size: 1.04rem; }
.process-list li div > span { display: block; margin-top: 7px; color: var(--muted); font-size: .94rem; }
.route-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.route-list li { min-height: 86px; display: grid; grid-template-columns: 70px 1fr; align-items: stretch; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.055); }
.route-list li > span { display: grid; place-items: center; color: var(--navy); background: var(--sun); font-size: .76rem; font-weight: 850; letter-spacing: .06em; }
.route-list div { display: grid; align-content: center; gap: 2px; padding: 14px 17px; }
.route-list em { color: #c9dae2; font-style: normal; font-size: .94rem; }
.game-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.game-list li { min-height: 164px; padding: 22px 20px; color: #fff; background: var(--navy); border-top: 4px solid var(--teal); box-shadow: var(--shadow); }
.game-list li:nth-child(even) { color: var(--navy); background: #64d5cc; border-top-color: var(--sun); }
.game-num { display: block; margin-bottom: 24px; color: var(--sun); font-size: 1.45rem; font-weight: 800; }
.game-list li:nth-child(even) .game-num { color: #075d62; }
.game-list li > span:last-child { display: block; margin-top: 7px; font-size: .93rem; }
.check-list { display: grid; gap: 1px; overflow: hidden; border: 1px solid #aebfc7; background: #aebfc7; }
.check-list li { display: grid; grid-template-columns: 54px 1fr; gap: 15px; align-items: center; padding: 16px 20px; background: #fff; }
.check-list li > span { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid var(--teal); font-weight: 800; }
.check-list li div > span { display: block; margin-top: 2px; color: var(--muted); }

.faq-list { display: grid; gap: 10px; }
.faq-list details { background: #fff; border: 1px solid #bfd0d8; border-left: 4px solid var(--teal); box-shadow: 0 5px 16px rgba(8,36,59,.05); }
.faq-list details:nth-child(even) { border-left-color: var(--sun); }
.faq-list summary { position: relative; min-height: 66px; display: flex; align-items: center; padding: 14px 60px 14px 20px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 20px; width: 30px; height: 30px; display: grid; place-items: center; color: #fff; background: var(--navy); font-size: 1.25rem; font-weight: 700; }
.faq-list details[open] summary::after { content: "−"; color: var(--navy); background: var(--sun); }
.faq-list h3 { margin: 0; font-size: clamp(1.05rem, 1.8vw, 1.25rem); font-weight: 680; letter-spacing: -.01em; }
.faq-list details > p { margin: 0; padding: 0 66px 20px 20px; color: var(--muted); }

.site-footer { padding: 58px 0 22px; color: #dce8ee; background: #061c2f; scroll-margin-top: 80px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .85fr 1fr; gap: clamp(28px, 5vw, 64px); }
.footer-grid p { margin: 11px 0 0; }
.footer-brand img { width: 210px; }
.footer-heading { color: #71ddd4; text-transform: uppercase; letter-spacing: .11em; font-size: .8rem; font-weight: 800; }
.support-logos { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 34px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); }
.support-logos a { min-height: 72px; display: grid; place-items: center; padding: 11px 16px; background: #17354e; border: 1px solid #31536d; }
.support-logos a:first-child { background: #edf5f8; border-color: #d5e2e8; }
.support-logos img { width: auto; max-width: 100%; height: 42px; object-fit: contain; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); font-size: .9rem; }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 72px 0; color: #fff; background: radial-gradient(circle at 85% 20%, rgba(5,154,155,.25), transparent 34%), var(--navy); }
.error-page h1 { color: #fff; margin: 16px 0 24px; }
.error-page p { max-width: 780px; color: #d9e2ec; font-size: 1.1rem; }
.error-link { width: fit-content; min-width: 220px; margin-top: 24px; padding-inline: 24px; }

@media (max-width: 980px) {
  .casino-row { grid-template-columns: 56px 250px minmax(0, 1fr) 158px; }
  .brand-zone { grid-template-columns: 98px minmax(0, 1fr); gap: 12px; padding-inline: 14px; }
  .logo-box { width: 98px; }
  .bonus-zone { padding-inline: 16px; }
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: .86rem; }
}

@media (max-width: 820px) {
  .casino-row { grid-template-columns: 56px minmax(0, 1fr) 160px; }
  .brand-zone { grid-template-columns: 108px minmax(0, 1fr); }
  .bonus-zone { grid-column: 2 / 4; border-inline: 0; border-top: 1px solid #dce6eb; }
  .cta-zone { grid-column: 3; grid-row: 1; }
  .process-list, .game-list { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .support-logos { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .menu-toggle { display: inline-block; }
  .primary-nav { position: absolute; left: 14px; right: 14px; top: 58px; display: grid; gap: 3px; padding: 10px; background: var(--navy); border: 1px solid rgba(255,255,255,.17); box-shadow: 0 16px 30px rgba(0,0,0,.24); }
  .js .primary-nav[hidden] { display: none; }
  .primary-nav a { padding: 3px 10px; }
  .brand img { width: 180px; }
  .hero { padding-top: 42px; }
  h1 { font-size: clamp(2.25rem, 11vw, 3.2rem); }
  .ranking-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .casino-row { grid-template-columns: 50px minmax(0, 1fr); }
  .rank-badge { grid-row: 1 / 3; }
  .brand-zone { grid-column: 2; grid-template-columns: 104px minmax(0, 1fr); padding: 10px 12px; }
  .logo-box { width: 104px; height: 54px; }
  .bonus-zone { grid-column: 2; padding: 10px 12px; border: 0; border-top: 1px solid #dce6eb; }
  .cta-zone { grid-column: 1 / -1; grid-row: auto; padding: 10px; border-top: 1px solid var(--line); }
  .signal-list, .route-list, .process-list, .game-list, .footer-grid, .support-logos { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .section h3 { margin-top: 34px; }
  .faq-list summary { padding-right: 54px; }
  .faq-list details > p { padding-right: 20px; }
  .footer-bottom { flex-direction: column; }
}

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