:root {
  --bg: #f3efe6;
  --panel: #fffdf7;
  --ink: #17212b;
  --soft: #68737f;
  --navy: #102a43;
  --blue: #1769aa;
  --cyan: #43bccd;
  --coral: #ef6f5e;
  --sun: #f8c14a;
  --mint: #dff7ef;
  --line: rgba(23, 33, 43, .14);
  --shadow: 0 18px 42px rgba(16, 42, 67, .12);
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(23,105,170,.08) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(180deg, #f9f4ea 0, var(--bg) 24rem);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.66;
  overflow-x: hidden;
}
a { color: var(--blue); text-underline-offset: 3px; }
img { max-width: 100%; height: auto; }
p, li, td, th { overflow-wrap: anywhere; }
.sb-skip { position: absolute; top: -60px; left: 12px; z-index: 30; padding: .65rem .8rem; color: #fff; background: var(--navy); border-radius: var(--radius); }
.sb-skip:focus { top: 12px; }
.sb-hero {
  position: relative;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(16,42,67,.94), rgba(23,105,170,.9)),
    repeating-linear-gradient(-45deg, transparent 0 14px, rgba(255,255,255,.08) 14px 15px);
  border-bottom: 6px solid var(--sun);
}
.sb-hero::after {
  content: "";
  position: absolute;
  right: max(18px, calc((100vw - 1120px) / 2));
  bottom: 1.4rem;
  width: min(32vw, 310px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 42%, rgba(248,193,74,.95) 43% 52%, transparent 53%),
    conic-gradient(from 20deg, rgba(67,188,205,.55), rgba(239,111,94,.55), rgba(248,193,74,.6), rgba(67,188,205,.55));
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 92%, 50% 70%, 21% 92%, 32% 57%, 2% 35%, 39% 35%);
  opacity: .3;
  pointer-events: none;
}
.sb-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  min-height: 70px;
  padding: .65rem max(14px, calc((100vw - 1120px) / 2));
  background: rgba(255, 253, 247, .96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(16,42,67,.08);
}
.sb-logo {
  display: inline-flex;
  width: 176px;
  padding: .28rem;
  background: #fff;
  border: 1px solid rgba(23,105,170,.24);
  border-radius: var(--radius);
  box-shadow: 0 10px 22px rgba(16,42,67,.08);
}
.sb-menu-btn {
  display: grid;
  gap: 5px;
  place-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  cursor: pointer;
}
.sb-menu-btn span { display: block; width: 23px; height: 2px; background: var(--navy); }
.sb-menu {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 64px;
  display: none;
  padding: .45rem;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.sb-menu.is-open { display: grid; gap: .2rem; }
.sb-menu a {
  padding: .72rem .78rem;
  color: var(--navy);
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
}
.sb-menu a:hover { background: var(--mint); }
.sb-hero-inner, .sb-ranking, .sb-toc, .sb-copy, .sb-contact {
  width: min(1120px, calc(100% - 24px));
  margin: 0 auto;
}
.sb-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: .85rem;
  padding: 2rem 0 2.45rem;
}
.sb-crumbs ol { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0 0 .25rem; padding: 0; list-style: none; color: rgba(255,255,255,.82); }
.sb-crumbs li + li::before { content: ">"; margin-right: .4rem; color: var(--sun); }
.sb-crumbs a { color: #fff; }
.sb-kicker { margin: 0; color: var(--coral); font-size: .76rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.sb-hero .sb-kicker { color: var(--sun); }
h1, h2, h3, h4 { margin: 0 0 .75rem; line-height: 1.08; letter-spacing: 0; }
h1 { max-width: 18ch; font-size: clamp(1.8rem, 8vw, 4.9rem); }
h2 { font-size: clamp(1.55rem, 5.4vw, 3rem); color: var(--navy); }
h3 { font-size: 1.35rem; color: var(--navy); }
h4 { font-size: 1rem; color: var(--navy); }
.sb-lead { max-width: 70ch; margin: 0; color: #edf9ff; font-size: 1.05rem; }
.sb-author {
  display: grid;
  gap: .55rem;
  max-width: 680px;
  margin-top: .45rem;
  padding: .85rem;
  color: var(--ink);
  background: #fff;
  border-left: 6px solid var(--sun);
  border-radius: var(--radius);
  box-shadow: 0 16px 32px rgba(0,0,0,.16);
}
.sb-author strong { display: block; color: var(--coral); font-size: .72rem; text-transform: uppercase; }
.sb-ranking { padding: 1.6rem 0 1rem; }
.sb-section-head {
  display: grid;
  gap: .35rem;
  margin-bottom: 1rem;
  padding-bottom: .9rem;
  border-bottom: 1px solid var(--line);
}
.sb-section-head p { max-width: 78ch; margin: 0; color: var(--soft); }
.sb-offers { display: grid; gap: .7rem; counter-reset: offer; }
.sb-offer {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  gap: .75rem;
  align-items: center;
  padding: .75rem;
  background: var(--panel);
  border: 1px solid var(--line);
  border-left: 5px solid var(--blue);
  border-radius: var(--radius);
  box-shadow: 0 12px 26px rgba(16,42,67,.08);
}
.sb-offer:nth-child(3n+2) { border-left-color: var(--coral); }
.sb-offer:nth-child(3n) { border-left-color: var(--sun); }
.sb-rank {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  font-weight: 900;
}
.sb-top {
  position: absolute;
  top: .75rem;
  right: .75rem;
  padding: .22rem .48rem;
  color: var(--navy);
  background: var(--sun);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 900;
}
.sb-offer img {
  grid-column: 2;
  width: min(230px, 100%);
  aspect-ratio: 2 / 1;
  object-fit: contain;
  padding: .45rem;
  background: #101824;
  border-radius: var(--radius);
}
.sb-offer div { grid-column: 1 / -1; }
.sb-offer div p { margin: 0 0 .4rem; color: var(--ink); font-weight: 900; }
.sb-offer small { color: var(--soft); }
.sb-offer small b { color: var(--blue); }
.sb-offer aside {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 70px minmax(0,1fr);
  gap: .65rem;
}
.sb-offer aside b, .sb-offer aside a {
  display: grid;
  place-items: center;
  min-height: 46px;
  border-radius: var(--radius);
  font-weight: 900;
}
.sb-offer aside b { color: var(--navy); background: var(--mint); border: 1px solid rgba(23,105,170,.22); }
.sb-offer aside a { color: #fff; background: var(--blue); text-decoration: none; }
.sb-toc {
  display: grid;
  gap: .65rem;
  margin-top: 1rem;
  padding: 1rem;
  background: var(--navy);
  color: #fff;
  border-radius: var(--radius);
}
.sb-toc h2 { color: #fff; font-size: clamp(1.25rem, 4vw, 2rem); }
.sb-toc ol {
  display: grid;
  grid-template-columns: 1fr;
  gap: .45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sb-toc a {
  display: block;
  padding: .62rem .7rem;
  color: #fff;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
}
.sb-copy {
  margin-top: 1rem;
  padding: 0;
  background: transparent;
}
.sb-copy-inner {
  display: grid;
  gap: 0;
}
.sb-copy h2 {
  margin-top: 1.1rem;
  padding: 1rem 1rem 0;
  background: var(--panel);
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: var(--radius) var(--radius) 0 0;
}
.sb-copy h2 + p,
.sb-copy h2 + .sb-insight-grid,
.sb-copy h2 + h3 {
  margin-top: 0;
}
.sb-copy h3 {
  margin-top: 1rem;
  padding: .9rem 1rem;
  color: #fff;
  background: linear-gradient(90deg, var(--navy), var(--blue));
  border-radius: var(--radius);
}
.sb-copy > .sb-copy-inner > p,
.sb-copy .sb-copy-inner > ul,
.sb-copy .sb-copy-inner > ol:not(.sb-steps),
.sb-copy .sb-copy-inner > .sb-table-wrap,
.sb-copy .sb-copy-inner > .sb-insight-grid,
.sb-copy .sb-copy-inner > .sb-pros-cons,
.sb-copy .sb-copy-inner > .sb-casino-photo {
  margin: 0;
  padding: 1rem;
  background: var(--panel);
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.sb-copy .sb-copy-inner > p:last-child { border-bottom: 1px solid var(--line); border-radius: 0 0 var(--radius) var(--radius); }
.sb-copy p, .sb-copy li, .sb-copy td { color: #334151; }
.sb-copy ul:not(.sb-steps) {
  display: grid;
  gap: .4rem;
  padding-left: 1.25rem;
}
.sb-copy li::marker { color: var(--coral); }
.sb-insight-grid {
  display: grid;
  gap: .75rem;
}
.sb-insight {
  padding: .85rem;
  background: #edf8fb;
  border: 1px solid rgba(23,105,170,.18);
  border-radius: var(--radius);
}
.sb-insight strong {
  display: block;
  margin-bottom: .35rem;
  color: var(--blue);
  font-weight: 900;
}
.sb-insight p { margin: 0; padding: 0; border: 0; background: transparent; }
.sb-casino-photo {
  display: grid;
  place-items: center;
  min-height: 220px;
}
.sb-casino-photo img {
  display: block;
  width: min(720px, 100%);
  aspect-ratio: 2 / 1;
  object-fit: contain;
  padding: .65rem;
  background: #101824;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.sb-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.sb-data-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--line);
}
.sb-data-table th,
.sb-data-table td {
  padding: .72rem .8rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}
.sb-data-table th { color: var(--navy); background: #eef6fb; font-weight: 900; }
.sb-data-table tbody tr:nth-child(even) td,
.sb-data-table tbody tr:nth-child(even) th { background: #fbf7ef; }
.sb-pros-cons {
  display: grid;
  gap: .75rem;
}
.sb-pros-cons section {
  padding: .85rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.sb-pros-cons section:first-child { border-top: 4px solid var(--cyan); }
.sb-pros-cons section:last-child { border-top: 4px solid var(--coral); }
.sb-pros-cons ul { margin: .3rem 0 0; }
.sb-steps {
  display: grid;
  gap: .7rem;
  margin: 0;
  padding: 1rem;
  counter-reset: steps;
  list-style: none;
  background: var(--panel);
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.sb-steps li {
  position: relative;
  padding: .85rem .85rem .85rem 3.3rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.sb-steps li::before {
  counter-increment: steps;
  content: counter(steps);
  position: absolute;
  left: .85rem;
  top: .85rem;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: var(--coral);
  border-radius: 50%;
  font-weight: 900;
}
.sb-steps strong { display: block; color: var(--navy); }
.sb-steps span { display: block; margin-top: .25rem; }
.sb-faq details {
  padding: .9rem 0;
  border-bottom: 1px solid var(--line);
}
.sb-faq details:last-child { border-bottom: 0; }
.sb-faq summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 900;
}
.sb-contact {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #26384c);
  border-radius: var(--radius);
}
.sb-contact h2 { color: #fff; }
address { display: grid; gap: .35rem; color: #eaf4fb; font-style: normal; }
.sb-footer {
  display: grid;
  gap: .9rem;
  padding: 2rem max(14px, calc((100vw - 1120px) / 2));
  color: #eaf4fb;
  background: #0b1722;
}
.sb-footer img { width: 190px; padding: .28rem; background: #fff; border-radius: var(--radius); }
.sb-footer div { display: flex; flex-wrap: wrap; gap: .7rem 1rem; }
.sb-footer a { color: #f8c14a; }
.sb-up {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 15;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: var(--coral);
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.35rem;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: .2s ease;
}
.sb-up.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
@media (min-width: 760px) {
  .sb-menu-btn { display: none; }
  .sb-menu {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .18rem;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .sb-menu a { padding: .5rem .58rem; font-size: .9rem; }
  .sb-hero-inner {
    min-height: 500px;
    align-content: center;
    padding: 3.6rem 0;
  }
  .sb-author { grid-template-columns: repeat(2, max-content); gap: 1rem; width: max-content; max-width: 100%; }
  .sb-offer {
    grid-template-columns: 54px 170px minmax(0,1fr) 146px;
    gap: .9rem;
  }
  .sb-offer img, .sb-offer div, .sb-offer aside { grid-column: auto; }
  .sb-offer aside { grid-template-columns: 1fr; }
  .sb-toc ol { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sb-insight-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sb-pros-cons { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sb-contact { grid-template-columns: 1fr .65fr; align-items: center; padding: 1.35rem; }
}
@media (min-width: 1060px) {
  .sb-ranking { padding-top: 2.2rem; }
  .sb-offers { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sb-offer { grid-template-columns: 48px minmax(150px, .45fr) minmax(0,1fr); }
  .sb-offer aside { grid-column: 2 / -1; grid-template-columns: 82px minmax(0,1fr); }
  .sb-casino-photo { min-height: 300px; }
  .sb-casino-photo img { width: min(820px, 82%); }
}
@media (max-width: 640px) {
  .sb-logo { width: 150px; }
  h1 { font-size: clamp(1.7rem, 9.5vw, 2.7rem); }
  .sb-hero::after { width: 180px; opacity: .18; }
  .sb-offer img { width: min(260px, 100%); }
  .sb-casino-photo { min-height: 170px; }
  .sb-casino-photo img { width: 100%; padding: .45rem; }
  .sb-copy h2 { padding: .9rem .85rem 0; }
  .sb-copy > .sb-copy-inner > p,
  .sb-copy .sb-copy-inner > ul,
  .sb-copy .sb-copy-inner > ol:not(.sb-steps),
  .sb-copy .sb-copy-inner > .sb-table-wrap,
  .sb-copy .sb-copy-inner > .sb-insight-grid,
  .sb-copy .sb-copy-inner > .sb-pros-cons,
  .sb-copy .sb-copy-inner > .sb-casino-photo { padding: .85rem; }
  .sb-data-table { min-width: 620px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
