:root {
  --blue:#0877f9;
  --blue2:#39a8ff;
  --navy:#082b57;
  --text:#10233e;
  --muted:#62758d;
  --line:#dce9f7;
  --soft:#f3f9ff;
  --soft2:#e7f4ff;
  --white:#fff;
  --shadow:0 18px 50px rgba(26,99,166,.11);
  --radius:24px
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  background:#fff;
  color:var(--text);
  font:16px/1.65 Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif
}
a {
  color:var(--blue);
  text-decoration:none
}
img {
  max-width:100%;
  height:auto;
  display:block
}
.shell {
  width:min(1180px,calc(100% - 36px));
  margin-inline:auto
}
.site-header {
  position:sticky;
  top:0;
  z-index:40;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(205,226,247,.9)
}
.header-inner {
  height:78px;
  display:flex;
  align-items:center;
  gap:28px
}
.brand {
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--navy);
  font-weight:900;
  font-size:21px;
  letter-spacing:.04em
}
.brand-icon {
  width:46px;
  height:46px;
  object-fit:contain
}
.site-header nav {
  display:flex;
  gap:20px;
  align-items:center;
  margin-right:auto
}
.site-header nav a {
  color:#284866;
  font-weight:700;
  font-size:14px
}
.actions {
  display:flex;
  gap:9px
}
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:13px;
  font-weight:850;
  border:1px solid transparent;
  transition:.18s ease
}
.btn.primary {
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  color:#fff;
  box-shadow:0 10px 25px rgba(8,119,249,.2)
}
.btn.ghost {
  border-color:var(--line);
  color:var(--navy);
  background:#fff
}
.btn.soft {
  background:var(--soft2);
  color:var(--blue)
}
.btn.light {
  background:#fff;
  color:var(--blue)
}
.btn.big {
  min-height:52px;
  padding:0 24px
}
.menu-btn,.mobile-play {
  display:none
}
.hero {
  overflow:hidden;
  background:linear-gradient(180deg,#f7fbff 0%,#edf7ff 100%);
  border-bottom:1px solid var(--line)
}
.hero-grid {
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(460px,1.14fr);
  align-items:center;
  min-height:530px;
  gap:42px
}
.hero-copy {
  padding:64px 0
}
.eyebrow,.kicker {
  display:inline-block;
  color:var(--blue);
  font-weight:900;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase
}
.hero h1,.page-hero h1 {
  margin:13px 0 18px;
  color:var(--navy);
  font-size:clamp(38px,5.2vw,70px);
  line-height:1.02;
  letter-spacing:-.04em
}
.lead {
  font-size:19px;
  color:#4b6683;
  max-width:700px
}
.hero-actions {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:28px 0
}
.hero-tags {
  display:flex;
  gap:8px;
  flex-wrap:wrap
}
.hero-tags a {
  padding:7px 11px;
  border:1px solid #cfe3f6;
  background:#fff;
  border-radius:99px;
  color:#3f6485;
  font-weight:800;
  font-size:13px
}
.hero-tags a:hover {
  border-color:#9fc9ee;
  color:var(--blue)
}
.hero-visual {
  position:relative;
  height:390px;
  margin:42px 0;
  border-radius:32px;
  overflow:hidden;
  border:1px solid #cfe3f6;
  background:#dff5ff;
  box-shadow:0 24px 60px rgba(18,96,165,.16)
}
.hero-shark {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:none
}
.quick {
  margin-top:-34px;
  position:relative;
  z-index:5
}
.quick-grid {
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px
}
.quick-grid a {
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  border-radius:18px;
  padding:16px;
  display:grid;
  grid-template-columns:38px 1fr;
  gap:2px 10px;
  align-items:center;
  color:var(--navy)
}
.mode-icon {
  width:36px;
  height:36px;
  object-fit:contain;
  grid-row:1/3
}
.quick-grid b {
  font-size:14px
}
.quick-grid small {
  color:var(--muted);
  font-size:12px
}
.section {
  padding:78px 0
}
.section-head {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:24px
}
.section-head h2,.feature-copy h2,.payment-strip h2,.tournament-overlay h2,.guide-long h2,.article h2,.faq h2 {
  margin:6px 0;
  color:var(--navy);
  font-size:clamp(27px,3vw,42px);
  line-height:1.12;
  letter-spacing:-.025em
}
.section-head>a {
  font-weight:800
}
.games-grid {
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:13px;
  align-items:start
}
.game-card {
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  color:var(--navy);
  box-shadow:0 10px 30px rgba(34,91,148,.07);
  transition:.2s ease;
  min-width:0
}
.game-card:hover {
  transform:translateY(-3px);
  box-shadow:var(--shadow)
}
.game-card>img {
  width:100%;
  height:auto;
  aspect-ratio:3/2;
  object-fit:cover;
  background:var(--soft)
}
.game-card div {
  padding:11px
}
.game-card b {
  display:block;
  font-size:14px;
  line-height:1.25
}
.game-card span {
  font-size:12px;
  color:var(--muted)
}
.feature-split {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:44px;
  align-items:center;
  padding:54px;
  border-radius:32px;
  background:linear-gradient(135deg,#edf7ff,#f9fcff);
  border:1px solid var(--line)
}
.feature-copy p {
  color:var(--muted);
  font-size:17px
}
.mini-links {
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:22px
}
.mini-links a,.category-strip a {
  padding:9px 13px;
  border-radius:10px;
  background:#fff;
  border:1px solid var(--line);
  font-weight:800
}
.interface-card {
  padding:10px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
  min-width:0;
  overflow:hidden
}
.interface-card img {
  width:100%;
  height:auto;
  border-radius:15px;
  object-fit:contain
}
.providers-grid {
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px
}
.provider-card {
  display:grid;
  place-items:center;
  min-height:102px;
  padding:14px;
  border-radius:16px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--muted);
  text-align:center;
  font-size:12px;
  font-weight:800
}
.provider-card img {
  max-width:110px;
  max-height:42px;
  object-fit:contain;
  margin-bottom:8px
}
.tournament-card {
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:28px;
  margin-bottom:72px;
  background:#0868cf;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  aspect-ratio:1340/400;
  color:#fff
}
.tournament-card>img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center
}
.tournament-cta {
  position:absolute;
  right:18px;
  bottom:18px;
  padding:10px 14px;
  border-radius:12px;
  background:rgba(8,43,87,.88);
  backdrop-filter:blur(8px);
  color:#fff;
  font-weight:900;
  font-size:13px;
  box-shadow:0 8px 24px rgba(8,43,87,.22)
}
.payment-strip {
  display:grid;
  grid-template-columns:1fr 1.4fr auto;
  gap:25px;
  align-items:center;
  padding:32px;
  border-radius:24px;
  background:var(--navy);
  color:#fff;
  margin-bottom:70px
}
.payment-strip h2 {
  color:#fff
}
.pay-pills {
  display:flex;
  flex-wrap:wrap;
  gap:8px
}
.pay-pills span {
  background:#fff;
  color:var(--navy);
  padding:10px 12px;
  border-radius:10px;
  font-weight:850;
  font-size:13px
}
.payment-strip>a {
  color:#fff;
  font-weight:850
}
.pay-pills.large {
  padding:24px;
  justify-content:center
}
.payment-page {
  padding:38px 0
}
.page-hero {
  padding:72px 0 58px;
  background:linear-gradient(180deg,#f7fbff,#eef8ff);
  border-bottom:1px solid var(--line)
}
.page-hero h1 {
  font-size:clamp(36px,5vw,60px);
  max-width:930px
}
.page-hero p {
  max-width:820px;
  color:var(--muted);
  font-size:18px
}
.breadcrumbs {
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  color:#7890a9;
  font-size:13px;
  margin-bottom:14px
}
.breadcrumbs a {
  color:#4d7195
}
.article {
  padding:58px 0 84px;
  max-width:960px
}
.article-block {
  margin-bottom:35px
}
.article p,.guide-long p {
  color:#405b76;
  font-size:17px
}
.search-intent {
  padding:15px 18px;
  border-radius:14px;
  background:#f6fbff;
  border:1px solid var(--line);
  font-size:15px!important;
  line-height:1.65
}
.article h2,.guide-long h2 {
  margin-top:42px;
  font-size:30px
}
.article h3,.guide-long h3 {
  color:var(--navy);
  font-size:22px
}
.checklist,.steps {
  padding-left:22px
}
.checklist li,.steps li {
  margin:9px 0;
  color:#3f5d79
}
.compare-table {
  container-type:inline-size;
  width:100%;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  margin:20px 0;
  background:#fff
}
.compare-table table {
  width:100%;
  border-collapse:collapse
}
.compare-table th,.compare-table td {
  padding:14px 16px;
  text-align:left;
  border-bottom:1px solid #e8f0f8;
  vertical-align:top
}
.compare-table th {
  color:var(--navy);
  background:#f6fbff;
  font-weight:850
}
.compare-table tr:last-child td,.compare-table tr:last-child th {
  border-bottom:0
}
.guide-long {
  display:grid;
  grid-template-columns:minmax(0,1fr) 240px;
  gap:46px;
  padding:72px 0
}
.content-main {
  min-width:0
}
.toc {
  position:sticky;
  top:105px;
  align-self:start;
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  background:#fbfdff
}
.toc b {
  display:block;
  color:var(--navy);
  margin-bottom:9px
}
.toc a {
  display:block;
  padding:7px 0;
  color:#4d6e8e;
  font-weight:700
}
.source-note {
  padding:15px 18px;
  border-radius:14px;
  background:var(--soft);
  border-left:4px solid var(--blue)
}
.faq {
  padding:36px 0 82px
}
.faq details {
  border:1px solid var(--line);
  border-radius:14px;
  margin:9px 0;
  background:#fff
}
.faq summary {
  padding:17px 18px;
  font-weight:850;
  color:var(--navy);
  cursor:pointer
}
.faq details p {
  padding:0 18px 18px;
  margin:0;
  color:var(--muted)
}
.category-strip {
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:22px
}
.dynamic-card,.note,.journal-cta {
  margin-top:34px;
  padding:24px;
  border-radius:20px;
  background:linear-gradient(135deg,#edf7ff,#fff);
  border:1px solid var(--line)
}
.dynamic-card h2,.journal-cta h2 {
  margin:5px 0 10px
}
.promo-code {
  font:900 30px/1 monospace;
  color:var(--blue)!important;
  letter-spacing:.06em
}
.note b {
  display:block;
  margin-bottom:8px
}
.note div {
  display:flex;
  gap:10px;
  flex-wrap:wrap
}
.note a {
  font-weight:800
}
.journal-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px
}
.journal-grid-full {
  padding:54px 0 80px
}
.journal-card {
  display:block;
  padding:22px;
  border-radius:18px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--text);
  box-shadow:0 10px 28px rgba(34,91,148,.06)
}
.journal-card span {
  color:var(--blue);
  font-size:12px;
  font-weight:850
}
.journal-card h2,.journal-card h3 {
  color:var(--navy);
  font-size:20px;
  line-height:1.25;
  margin:9px 0
}
.journal-card p {
  color:var(--muted);
  font-size:14px
}
.article-meta {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  color:#7890a9;
  font-size:13px
}
.journal-cta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}
.footer-grid {
  display:grid;
  grid-template-columns:1.6fr repeat(3,1fr);
  gap:36px;
  padding:55px 0
}
.footer-grid>div {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:7px
}
.footer-grid b {
  color:var(--navy);
  margin-bottom:5px
}
.footer-grid a {
  color:#55718d
}
.footer-brand p {
  color:var(--muted);
  font-size:14px
}
.footer-legal {
  font-size:12px!important
}
footer {
  border-top:1px solid var(--line);
  background:#f7fbff
}
.mobile-play {
  display:none
}
@container(max-width:720px) {
  .compare-table table,.compare-table tbody,.compare-table tr,.compare-table td,.compare-table th {
    display:block
  }
  .compare-table thead {
    display:none
  }
  .compare-table tr {
    padding:10px;
    border-bottom:1px solid var(--line)
  }
  .compare-table td,.compare-table th {
    border:0;
    padding:7px 9px
  }
  .compare-table th {
    background:transparent
  }
}
@media(max-width:1000px) {
  .games-grid {
    grid-template-columns:repeat(4,1fr)
  }
  .quick-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .providers-grid {
    grid-template-columns:repeat(4,1fr)
  }
  .hero-grid {
    grid-template-columns:1fr;
    gap:8px
  }
  .hero-copy {
    padding-bottom:10px
  }
  .hero-visual {
    width:100%;
    height:310px;
    max-width:none;
    margin:0 0 42px
  }
  .feature-split {
    grid-template-columns:1fr
  }
  .guide-long {
    grid-template-columns:1fr
  }
  .toc {
    position:static
  }
  .footer-grid {
    grid-template-columns:1fr 1fr
  }
  .payment-strip {
    grid-template-columns:1fr
  }
  .journal-grid {
    grid-template-columns:repeat(2,1fr)
  }
}
@media(max-width:760px) {
  .header-inner {
    height:68px;
    gap:12px
  }
  .brand-icon {
    width:40px;
    height:40px
  }
  .site-header nav {
    display:none;
    position:absolute;
    left:18px;
    right:18px;
    top:72px;
    padding:16px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:16px;
    box-shadow:var(--shadow);
    flex-direction:column;
    align-items:stretch
  }
  .site-header nav.open {
    display:flex
  }
  .actions {
    display:none
  }
  .menu-btn {
    display:block;
    margin-left:auto;
    border:0;
    background:var(--soft2);
    color:var(--navy);
    width:42px;
    height:42px;
    border-radius:11px
  }
  .mobile-play {
    display:inline-flex;
    padding:0 13px;
    min-height:42px
  }
  .hero-grid {
    min-height:auto
  }
  .hero-copy {
    padding-top:45px
  }
  .hero h1 {
    font-size:42px
  }
  .hero-visual {
    height:240px;
    border-radius:24px;
    margin-bottom:34px
  }
  .quick {
    margin-top:18px
  }
  .quick-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .games-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .providers-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .feature-split {
    padding:28px
  }
  .tournament-card {
    aspect-ratio:2/1
  }
  .tournament-cta {
    right:12px;
    bottom:12px
  }
  .journal-grid {
    grid-template-columns:1fr
  }
  .footer-grid {
    grid-template-columns:1fr 1fr
  }
  .journal-cta {
    align-items:flex-start;
    flex-direction:column
  }
}
@media(max-width:480px) {
  .shell {
    width:min(100% - 24px,1180px)
  }
  .brand span {
    font-size:17px
  }
  .hero h1,.page-hero h1 {
    font-size:36px
  }
  .lead {
    font-size:17px
  }
  .games-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .providers-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .quick-grid {
    grid-template-columns:1fr 1fr
  }
  .quick-grid a {
    padding:12px
  }
  .footer-grid {
    grid-template-columns:1fr
  }
  .section {
    padding:54px 0
  }
  .guide-long {
    padding:55px 0
  }
  .page-hero {
    padding:54px 0 42px
  }
  .compare-table {
    overflow:visible
  }
  .hero-visual {
    height:205px;
    border-radius:20px
  }
  .tournament-card {
    aspect-ratio:1.65/1
  }
  .tournament-card>img {
    object-position:center
  }
  .tournament-cta {
    font-size:12px;
    padding:8px 10px
  }
}
