:root{
  --c-bg:#0e1f4b; --c-surface:#202e5a; --c-surface-alt:#273b78; --c-border:#30458a;
  --c-text:#f2f6f7; --c-text-muted:#999eb2;
  --c-accent:#e0e0ee; --c-accent-hover:#fffffd; --c-on-accent:#0c1c4b;
  --c-purple:#e0e0f2; --c-purple-hover:#fffeff; --c-on-purple:#101c4b;
  --c-green:#3fe08d; --c-shadow:rgba(0, 0, 3,.35);
  --c-overlay:rgba(13, 17, 35,.72);
  --rka-header-h: 77px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  background: var(--c-bg);
  color: var(--c-text);
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}
a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
.go-link { cursor: pointer; }
#go-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: var(--c-overlay, rgba(14, 18, 35, .72));
  align-items: center;
  justify-content: center;
}
#go-overlay.go-overlay--visible { display: flex; }
.go-spinner {
  width: 3.5rem;
  height: 3.5rem;
  border: .3125rem solid color-mix(in srgb, var(--c-text) 20%, transparent);
  border-top-color: var(--c-accent);
  border-radius: 50%;
  animation: go-spin .8s linear infinite;
}
@keyframes go-spin { to { transform: rotate(360deg); } }
.rka-ffvwv {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--c-surface);
  padding: 12px 15px;
  box-shadow: 0 4px 6px -1px rgba(0, 1, 0,0.2), 0 2px 4px -1px rgba(0, 1, 0,0.12);
}
.rka-rbbpg {
  box-shadow: 0 4px 10px -1px var(--c-shadow);
}
.rka-dfswe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 1600px;
  margin: 0 auto;
}
.rka-ssnev {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.rka-ssnev span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-text);
  border-radius: 2px;
}
.rka-etygz {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: var(--c-text);
}
.rka-srqga { flex-shrink: 0; line-height: 0; max-height: 36px; width: auto; }
img.rka-srqga { height: 36px; object-fit: contain; }
.rka-fmgsx {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rka-cmcnh { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.rka-cmcnh .rka-jntgn { padding: 11px 14px; font-size: 13px; }
.rka-jntgn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 11px 22px;
  border-radius: 7px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.rka-kxpsc { background: #9fa09f; color: #0d1323; }
.rka-kxpsc:hover { background: #8c8a8a; }
.rka-sppyk { background: var(--c-purple); color: var(--c-on-purple); }
.rka-sppyk:hover { background: var(--c-purple-hover); }
.rka-tkzea {
  background: var(--c-accent);
  color: var(--c-on-accent);
  border-radius: 17px;
  font-size: 18px;
  padding: 15px 26px;
  width: 100%;
}
.rka-tkzea:hover { background: var(--c-accent-hover); }
.rka-nnejc {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 3,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 45;
}
.rka-nawwx { opacity: 1; pointer-events: auto; }
.rka-xevgd {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.rka-jdgqx {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 280px;
  max-width: 85vw;
  background: var(--c-surface);
  z-index: 50;
  transform: translateX(-100%);
  transition: transform 0.28s ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 17px 16px;
}
.rka-pdmqk { transform: translateX(0); }
.rka-jqnxs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  align-self: flex-end;
  color: var(--c-text);
  margin-bottom: 7px;
}
.rka-dxnec { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.rka-fpyns {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 45px;
  padding: 11px 13px;
  border-radius: 9px;
  color: var(--c-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.rka-fpyns:hover { background: color-mix(in srgb, var(--c-text) 6%, transparent); }
.rka-cmhyr { display: flex; flex-shrink: 0; color: var(--c-text); }
.rka-cezza { flex: 1; }
.rka-aaqgj { flex-shrink: 0; color: var(--c-text-muted); }
.rka-czkrv { flex: 1; min-width: 0; padding: 16px; }
.rka-ajtbf {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 31px 18px;
  background:
    radial-gradient(circle at 15% 20%, rgba(147, 54, 234,0.32), transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(217, 39, 119,0.28), transparent 50%),
    linear-gradient(135deg, #1d2647 0%, #0d1221 100%);
  isolation: isolate;
}
.rka-ajtbf::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(240, 240, 244,0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.5;
}
.rka-egjtd { max-width: 640px; }
.rka-sdbyx {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
.rka-eyebv {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  font-size: 13px;
  color: var(--c-text-muted);
  margin-bottom: 20px;
}
.breadcrumbs li a { color: var(--c-text-muted); text-decoration: none; }
.breadcrumbs li a:hover { color: var(--c-accent); }
.breadcrumbs li:last-child span { color: var(--c-text); }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: var(--c-text-muted); }
.rka-twpsw { max-width: 900px; margin: 29px auto 0; padding: 0 5px; }
.rka-twpsw h1, .rka-twpsw h2, .rka-twpsw h3,
.rka-twpsw h4, .rka-twpsw h5, .rka-twpsw h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 26px 0 14px;
}
.rka-twpsw h1 { font-size: 28px; font-weight: 600; margin-top: 0; }
.rka-twpsw h2 { font-size: 22px; }
.rka-twpsw h3 { font-size: 19px; }
.rka-twpsw h4 { font-size: 17px; }
.rka-twpsw h5, .rka-twpsw h6 { font-size: 15px; }
.rka-twpsw p { margin-bottom: 13px; color: var(--c-text); }
.rka-twpsw ul, .rka-twpsw ol { margin: 0 0 12px 18px; }
.rka-twpsw li { margin-bottom: 4px; }
.rka-twpsw a { color: var(--c-purple); text-decoration: underline; }
.rka-twpsw a:hover { color: var(--c-accent); }
.rka-twpsw strong { font-weight: 700; }
.rka-twpsw em { font-style: italic; }
.rka-twpsw img { border-radius: 10px; margin: 13px 0; }
.rka-twpsw blockquote {
  border-left: 3px solid var(--c-accent);
  background: var(--c-surface);
  padding: 16px 18px;
  border-radius: 0 11px 9px 0;
  font-style: italic;
  color: var(--c-text-muted);
  margin: 0 0 15px;
}
.rka-twpsw table {
  width: 100%;
  border-collapse: collapse;
  background: var(--c-surface);
  border-radius: 17px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .rka-twpsw table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 13px;
  }
}
.rka-twpsw th, .rka-twpsw td {
  text-align: left;
  padding: 14px 16px;
  font-size: 14px;
}
.rka-twpsw th { font-weight: 700; background: var(--c-bg); }
.rka-twpsw td { color: var(--c-text-muted); }
.rka-twpsw tbody tr:nth-child(odd) { background: var(--c-surface); }
.rka-twpsw tbody tr:nth-child(even) { background: var(--c-bg); }
.spt-slider { margin: 23px 0; }
.spt-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 13px;
}
.spt-slider-title { font-size: 19px; font-weight: 700; }
.spt-slider-controls { display: flex; gap: 7px; flex-shrink: 0; }
.spt-slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--c-text) 8%, transparent);
  color: var(--c-text);
  flex-shrink: 0;
}
.spt-slider-btn:hover { background: var(--c-purple); color: var(--c-on-purple); }
.spt-slider-btn[disabled] { opacity: 0.35; pointer-events: none; }
.spt-slider-track {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -gpk-overflow-style: none;
}
.spt-slider-track::-webkit-scrollbar { display: none; }
.spt-card { position: relative; flex: 0 0 auto; width: 120px; scroll-snap-align: start; }
.spt-link { display: block; text-decoration: none; color: inherit; }
.spt-thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 11px;
  overflow: hidden;
  background: var(--c-surface);
}
.spt-thumb img { width: 100%; height: 100%; object-fit: cover; }
.spt-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
  background: color-mix(in srgb, var(--c-bg) 70%, transparent);
  color: var(--c-text);
  border-radius: 22px;
  padding: 1px 8px;
  font-size: 10px;
  font-weight: 600;
}
.spt-meta { padding-top: 7px; }
.spt-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--c-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.spt-provider { font-size: 10px; color: var(--c-text-muted); margin-top: 2px; }
.spt-wins-card {
  flex: 0 0 auto;
  min-width: 180px;
  background: var(--c-surface);
  border-radius: 8px;
  padding: 10px 12px;
  scroll-snap-align: start;
}
.spt-wins-row { display: flex; align-items: center; justify-content: space-between; gap: 9px; }
.spt-wins-player { font-size: 12px; font-weight: 700; }
.spt-wins-amount { font-size: 13px; font-weight: 700; color: var(--c-green); }
.spt-wins-game { font-size: 11px; color: var(--c-text-muted); margin-top: 2px; }
.rka-hnxkt { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 18px 0 22px; }
.rka-wvsba { background: var(--c-surface); border-radius: 12px; padding: 19px; }
.rka-wvsba h3 { margin: 0 0 7px; font-size: 16px; }
.rka-wvsba p { margin: 0; font-size: 14px; color: var(--c-text-muted); }
.rka-bxwmg { background: var(--c-surface); border-radius: 10px; margin-bottom: 9px; overflow: hidden; }
.rka-bxwmg summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  min-height: 45px;
  padding: 14px 17px;
  font-weight: 700;
  font-size: 15px;
}
.rka-bxwmg summary::-webkit-details-marker { display: none; }
.rka-rshnh { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.rka-bxwmg[open] .rka-rshnh { transform: rotate(180deg); }
.rka-bxwmg p { margin: 0; padding: 0 16px 14px; color: var(--c-text-muted); font-size: 14px; }
.rka-xhqnj { background: var(--c-surface); margin-top: 32px; padding: 26px 14px; }
.rka-nyxhg { max-width: 1600px; margin: 0 auto; }
.rka-qkgnt {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  justify-content: center;
}
.rka-qkgnt a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 3px 9px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--c-text) 6%, transparent);
}
.rka-qkgnt a:hover { background: color-mix(in srgb, var(--c-text) 12%, transparent); }
.rka-qkgnt img {
  width: 6rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
.rka-yaxpq { border: 0; border-top: 1px solid var(--c-border); margin: 21px 0; }
.rka-eknes { display: grid; grid-template-columns: 1fr; gap: 21px; }
.rka-mkzay { border-bottom: 1px solid var(--c-border); }
.rka-mkzay summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  list-style: none;
  min-height: 45px;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.rka-mkzay summary::-webkit-details-marker { display: none; }
.rka-nrqzv { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.rka-mkzay[open] .rka-nrqzv { transform: rotate(180deg); }
.rka-mkzay ul { list-style: none; display: flex; flex-direction: column; gap: 12px; padding: 2px 0 14px; }
.rka-mkzay a { color: var(--c-text-muted); text-decoration: none; font-size: 14px; }
.rka-mkzay a:hover { color: var(--c-text); }
.rka-ezrph {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  text-align: center;
}
.rka-afvqd { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.rka-afvqd a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--c-text) 8%, transparent);
  color: var(--c-text);
}
.rka-afvqd a:hover { background: var(--c-accent); }
.rka-djdpe { font-size: 13px; color: var(--c-text-muted); }
.rka-qyttg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--c-text) 8%, transparent);
  color: var(--c-text);
}
.rka-qyttg:hover { background: var(--c-purple); color: var(--c-on-purple); }
@media (min-width: 768px) {
  .rka-ajtbf { padding: 42px 30px; }
  .rka-sdbyx { font-size: 32px; }
  .rka-eknes { grid-template-columns: repeat(2, 1fr); }
  .rka-ezrph { flex-direction: row; justify-content: space-between; text-align: left; }
  .spt-card { width: 145px; }
  .spt-wins-card { min-width: 200px; }
  .rka-hnxkt { grid-template-columns: repeat(2, 1fr); }
  .rka-mkzay { border-bottom: 0; }
  .rka-mkzay summary { cursor: default; pointer-events: none; min-height: 0; padding: 0 0 11px; }
  .rka-nrqzv { display: none; }
  .rka-mkzay ul { padding: 0; }
}
@media (min-width: 1024px) {
  .rka-ffvwv { padding: 18px 31px; }
  .rka-ssnev { display: none; }
  .rka-cmcnh { gap: 9px; }
  .rka-cmcnh .rka-jntgn { padding: 11px 19px; font-size: 15px; }
  .rka-etygz { flex: 0 1 auto; }
  .rka-fmgsx { font-size: 19px; }
  .rka-nnejc { display: none; }
  .rka-jdgqx {
    position: sticky;
    top: var(--rka-header-h);
    height: calc(100vh - var(--rka-header-h));
    z-index: 1;
    max-width: none;
    width: 260px;
    transform: none;
    flex-shrink: 0;
    padding: 22px 12px;
  }
  .rka-jqnxs { display: none; }
  .rka-czkrv { padding: 22px 30px; }
  .rka-ajtbf { padding: 56px 46px; }
  .rka-sdbyx { font-size: 42px; }
  .rka-eyebv { font-size: 20px; }
  .rka-tkzea { width: auto; }
  .rka-twpsw { padding: 0; }
  .rka-xhqnj { padding: 33px; }
  .rka-eknes { grid-template-columns: repeat(4, 1fr); }
  .spt-slider-btn { width: 38px; height: 38px; }
  .spt-card { width: 165px; }
  .spt-wins-card { min-width: 220px; }
  .rka-hnxkt { grid-template-columns: repeat(3, 1fr); }
}
.gpk-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:13px;margin:19px 0 11px}
.gpk-lead{display:flex;align-items:center;gap:11px}
.gpk-age{width:32px;height:32px;flex:0 0 auto}
.gpk-chip{font-size:13px;line-height:1.35;opacity:.85}
.gpk-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}
.gpk-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.sbq-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.sbq-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 17px 19px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.sbq-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.sbq-text a { color: var(--c-accent); text-decoration: underline; }
.sbq-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.sbq-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 12px 19px;
    border-radius: 16px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.sbq-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.sbq-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.sbq-btn--reject,
.sbq-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.sbq-modal {
    position: fixed;
    inset: 0;
    z-index: 62;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: color-mix(in srgb, #000 70%, transparent);
}
.sbq-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 21px;
    border-radius: 16px;
    background: var(--c-surface);
}
.sbq-modal__title { margin-bottom: 12px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.sbq-modal__desc { margin-bottom: 18px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.sbq-categories { display: flex; flex-direction: column; gap: 12px; margin-bottom: 19px; }
.sbq-cat { padding-bottom: 12px; border-bottom: 1px solid var(--c-border); }
.sbq-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.sbq-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 11px; margin-bottom: 8px; }
.sbq-cat__name { font-weight: 600; color: var(--c-text); }
.sbq-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.sbq-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.sbq-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.sbq-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.sbq-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 13px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.sbq-toggle__slider::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--c-text);
    transition: transform 0.2s ease;
}
.sbq-toggle input:checked + .sbq-toggle__slider { background: var(--c-accent); }
.sbq-toggle input:checked + .sbq-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.sbq-modal__actions { display: flex; flex-wrap: wrap; gap: 10px; }
@media (min-width: 768px) {
    .wn-footer-nav { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 14px 30px; }
    .wn-rg { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 15px 23px; }
    .zhj-media img { aspect-ratio: 16 / 6.5; }
    .sbq-banner { flex-direction: row; align-items: center; gap: 21px; }
    .sbq-actions { flex: none; }
    .sbq-btn { flex: none; }
}
[hidden]{display:none !important;}
.qcw-links{display:flex;flex-direction:column;gap:9px;margin:15px 0 4px;font-size:13px}
.qcw-row,.qcw-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 16px}
.qcw-caption{opacity:.65;margin-right:5px}
.qcw-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.qcw-item a:hover{opacity:1}
