:root{
  --c-bg:#2f2311; --c-surface:#907062; --c-surface-alt:#a17f72; --c-border:#ab8d82;
  --c-text:#e0d2b0; --c-text-muted:#968b70;
  --c-accent:#d13030; --c-accent-hover:#da5e5b; --c-on-accent:#fffffe;
  --c-purple:#80c0a3; --c-purple-hover:#a5d3bb; --c-on-purple:#2c2314;
  --c-green:#40e08a; --c-shadow:rgba(0, 1, 0,.35);
  --c-overlay:rgba(12, 18, 35,.72);
  --sfs-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(12, 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); } }
.sfs-bkbjp {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--c-surface);
  padding: 8px 15px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 3,0.2), 0 2px 4px -1px rgba(0, 1, 0,0.12);
}
.sfs-nevps {
  box-shadow: 0 4px 10px -1px var(--c-shadow);
}
.sfs-ngksn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  max-width: 1600px;
  margin: 0 auto;
}
.sfs-hcpym {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.sfs-hcpym span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-text);
  border-radius: 2px;
}
.sfs-acwrv {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: var(--c-text);
}
.sfs-qddnt { flex-shrink: 0; line-height: 0; max-height: 36px; width: auto; }
img.sfs-qddnt { height: 36px; object-fit: contain; }
.sfs-mhdwk {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sfs-awfjk { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.sfs-awfjk .sfs-zwbbc { padding: 8px 13px; font-size: 13px; }
.sfs-zwbbc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 9px 19px;
  border-radius: 7px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.sfs-fjqhe { background: #9f9e9f; color: #0d1221; }
.sfs-fjqhe:hover { background: #8a8a8c; }
.sfs-nhjwm { background: var(--c-purple); color: var(--c-on-purple); }
.sfs-nhjwm:hover { background: var(--c-purple-hover); }
.sfs-bvhrf {
  background: var(--c-accent);
  color: var(--c-on-accent);
  border-radius: 13px;
  font-size: 18px;
  padding: 15px 26px;
  width: 100%;
}
.sfs-bvhrf:hover { background: var(--c-accent-hover); }
.sfs-zdepr {
  position: fixed;
  inset: 0;
  background: rgba(0, 2, 0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 45;
}
.sfs-gbfqv { opacity: 1; pointer-events: auto; }
.sfs-byzzk {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.sfs-gtjjp {
  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: 14px 15px;
}
.sfs-whwbq { transform: translateX(0); }
.sfs-bvbtq {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  align-self: flex-end;
  color: var(--c-text);
  margin-bottom: 7px;
}
.sfs-yatnv { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.sfs-qrnvz {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 45px;
  padding: 9px 14px;
  border-radius: 10px;
  color: var(--c-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.sfs-qrnvz:hover { background: color-mix(in srgb, var(--c-text) 6%, transparent); }
.sfs-kazvb { display: flex; flex-shrink: 0; color: var(--c-text); }
.sfs-etwdx { flex: 1; }
.sfs-pyhxw { flex-shrink: 0; color: var(--c-text-muted); }
.sfs-pqkzg { flex: 1; min-width: 0; padding: 12px; }
.sfs-mcmkr {
  position: relative;
  border-radius: 17px;
  overflow: hidden;
  padding: 34px 22px;
  background:
    radial-gradient(circle at 15% 20%, rgba(146, 51, 234,0.32), transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(216, 39, 119,0.28), transparent 50%),
    linear-gradient(135deg, #1a2947 0%, #0f1223 100%);
  isolation: isolate;
}
.sfs-mcmkr::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(240, 242, 243,0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.5;
}
.sfs-yeedh { max-width: 640px; }
.sfs-dfnsy {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
}
.sfs-knasj {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 21px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  font-size: 13px;
  color: var(--c-text-muted);
  margin-bottom: 19px;
}
.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: 5px; color: var(--c-text-muted); }
.sfs-kxwac { max-width: 900px; margin: 27px auto 0; padding: 0 4px; }
.sfs-kxwac h1, .sfs-kxwac h2, .sfs-kxwac h3,
.sfs-kxwac h4, .sfs-kxwac h5, .sfs-kxwac h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 26px 0 14px;
}
.sfs-kxwac h1 { font-size: 28px; font-weight: 600; margin-top: 0; }
.sfs-kxwac h2 { font-size: 22px; }
.sfs-kxwac h3 { font-size: 19px; }
.sfs-kxwac h4 { font-size: 17px; }
.sfs-kxwac h5, .sfs-kxwac h6 { font-size: 15px; }
.sfs-kxwac p { margin-bottom: 16px; color: var(--c-text); }
.sfs-kxwac ul, .sfs-kxwac ol { margin: 0 0 15px 19px; }
.sfs-kxwac li { margin-bottom: 7px; }
.sfs-kxwac a { color: var(--c-purple); text-decoration: underline; }
.sfs-kxwac a:hover { color: var(--c-accent); }
.sfs-kxwac strong { font-weight: 700; }
.sfs-kxwac em { font-style: italic; }
.sfs-kxwac img { border-radius: 10px; margin: 16px 0; }
.sfs-kxwac blockquote {
  border-left: 3px solid var(--c-accent);
  background: var(--c-surface);
  padding: 15px 17px;
  border-radius: 0 9px 11px 0;
  font-style: italic;
  color: var(--c-text-muted);
  margin: 0 0 13px;
}
.sfs-kxwac table {
  width: 100%;
  border-collapse: collapse;
  background: var(--c-surface);
  border-radius: 14px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sfs-kxwac table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 10px;
  }
}
.sfs-kxwac th, .sfs-kxwac td {
  text-align: left;
  padding: 10px 13px;
  font-size: 14px;
}
.sfs-kxwac th { font-weight: 700; background: var(--c-bg); }
.sfs-kxwac td { color: var(--c-text-muted); }
.sfs-kxwac tbody tr:nth-child(odd) { background: var(--c-surface); }
.sfs-kxwac tbody tr:nth-child(even) { background: var(--c-bg); }
.cwq-slider { margin: 21px 0; }
.cwq-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  margin-bottom: 10px;
}
.cwq-slider-title { font-size: 19px; font-weight: 700; }
.cwq-slider-controls { display: flex; gap: 9px; flex-shrink: 0; }
.cwq-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;
}
.cwq-slider-btn:hover { background: var(--c-purple); color: var(--c-on-purple); }
.cwq-slider-btn[disabled] { opacity: 0.35; pointer-events: none; }
.cwq-slider-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -scf-overflow-style: none;
}
.cwq-slider-track::-webkit-scrollbar { display: none; }
.cwq-card { position: relative; flex: 0 0 auto; width: 120px; scroll-snap-align: start; }
.cwq-link { display: block; text-decoration: none; color: inherit; }
.cwq-thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 13px;
  overflow: hidden;
  background: var(--c-surface);
}
.cwq-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cwq-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  align-items: center;
  gap: 2px;
  background: color-mix(in srgb, var(--c-bg) 70%, transparent);
  color: var(--c-text);
  border-radius: 22px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 600;
}
.cwq-meta { padding-top: 10px; }
.cwq-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;
}
.cwq-provider { font-size: 10px; color: var(--c-text-muted); margin-top: 2px; }
.cwq-wins-card {
  flex: 0 0 auto;
  min-width: 180px;
  background: var(--c-surface);
  border-radius: 12px;
  padding: 11px 12px;
  scroll-snap-align: start;
}
.cwq-wins-row { display: flex; align-items: center; justify-content: space-between; gap: 9px; }
.cwq-wins-player { font-size: 12px; font-weight: 700; }
.cwq-wins-amount { font-size: 13px; font-weight: 700; color: var(--c-green); }
.cwq-wins-game { font-size: 11px; color: var(--c-text-muted); margin-top: 6px; }
.sfs-wckja { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 15px 0 25px; }
.sfs-rtzrx { background: var(--c-surface); border-radius: 12px; padding: 19px; }
.sfs-rtzrx h3 { margin: 0 0 6px; font-size: 16px; }
.sfs-rtzrx p { margin: 0; font-size: 14px; color: var(--c-text-muted); }
.sfs-dbwvc { background: var(--c-surface); border-radius: 10px; margin-bottom: 9px; overflow: hidden; }
.sfs-dbwvc summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 45px;
  padding: 18px 17px;
  font-weight: 700;
  font-size: 15px;
}
.sfs-dbwvc summary::-webkit-details-marker { display: none; }
.sfs-xseka { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.sfs-dbwvc[open] .sfs-xseka { transform: rotate(180deg); }
.sfs-dbwvc p { margin: 0; padding: 0 16px 17px; color: var(--c-text-muted); font-size: 14px; }
.sfs-htwan { background: var(--c-surface); margin-top: 31px; padding: 25px 15px; }
.sfs-xnaek { max-width: 1600px; margin: 0 auto; }
.sfs-zgsbt {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.sfs-zgsbt a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 5px 9px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--c-text) 6%, transparent);
}
.sfs-zgsbt a:hover { background: color-mix(in srgb, var(--c-text) 12%, transparent); }
.sfs-zgsbt img {
  width: 6rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
.sfs-jefet { border: 0; border-top: 1px solid var(--c-border); margin: 21px 0; }
.sfs-tmpzp { display: grid; grid-template-columns: 1fr; gap: 19px; }
.sfs-rcshx { border-bottom: 1px solid var(--c-border); }
.sfs-rcshx summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  list-style: none;
  min-height: 45px;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.sfs-rcshx summary::-webkit-details-marker { display: none; }
.sfs-awrmh { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.sfs-rcshx[open] .sfs-awrmh { transform: rotate(180deg); }
.sfs-rcshx ul { list-style: none; display: flex; flex-direction: column; gap: 9px; padding: 2px 0 17px; }
.sfs-rcshx a { color: var(--c-text-muted); text-decoration: none; font-size: 14px; }
.sfs-rcshx a:hover { color: var(--c-text); }
.sfs-hvwmf {
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: center;
  text-align: center;
}
.sfs-dfqek { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.sfs-dfqek 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);
}
.sfs-dfqek a:hover { background: var(--c-accent); }
.sfs-dtsvr { font-size: 13px; color: var(--c-text-muted); }
.sfs-nyypp {
  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);
}
.sfs-nyypp:hover { background: var(--c-purple); color: var(--c-on-purple); }
@media (min-width: 768px) {
  .sfs-mcmkr { padding: 46px 34px; }
  .sfs-dfnsy { font-size: 32px; }
  .sfs-tmpzp { grid-template-columns: repeat(2, 1fr); }
  .sfs-hvwmf { flex-direction: row; justify-content: space-between; text-align: left; }
  .cwq-card { width: 145px; }
  .cwq-wins-card { min-width: 200px; }
  .sfs-wckja { grid-template-columns: repeat(2, 1fr); }
  .sfs-rcshx { border-bottom: 0; }
  .sfs-rcshx summary { cursor: default; pointer-events: none; min-height: 0; padding: 0 0 10px; }
  .sfs-awrmh { display: none; }
  .sfs-rcshx ul { padding: 0; }
}
@media (min-width: 1024px) {
  .sfs-bkbjp { padding: 17px 34px; }
  .sfs-hcpym { display: none; }
  .sfs-awfjk { gap: 12px; }
  .sfs-awfjk .sfs-zwbbc { padding: 9px 21px; font-size: 15px; }
  .sfs-acwrv { flex: 0 1 auto; }
  .sfs-mhdwk { font-size: 19px; }
  .sfs-zdepr { display: none; }
  .sfs-gtjjp {
    position: sticky;
    top: var(--sfs-header-h);
    height: calc(100vh - var(--sfs-header-h));
    z-index: 1;
    max-width: none;
    width: 260px;
    transform: none;
    flex-shrink: 0;
    padding: 19px 13px;
  }
  .sfs-bvbtq { display: none; }
  .sfs-pqkzg { padding: 22px 34px; }
  .sfs-mcmkr { padding: 56px 46px; }
  .sfs-dfnsy { font-size: 42px; }
  .sfs-knasj { font-size: 20px; }
  .sfs-bvhrf { width: auto; }
  .sfs-kxwac { padding: 0; }
  .sfs-htwan { padding: 31px; }
  .sfs-tmpzp { grid-template-columns: repeat(4, 1fr); }
  .cwq-slider-btn { width: 38px; height: 38px; }
  .cwq-card { width: 165px; }
  .cwq-wins-card { min-width: 220px; }
  .sfs-wckja { grid-template-columns: repeat(3, 1fr); }
}
.scf-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:13px;margin:16px 0 12px}
.scf-lead{display:flex;align-items:center;gap:9px}
.scf-age{width:32px;height:32px;flex:0 0 auto}
.scf-chip{font-size:13px;line-height:1.35;opacity:.85}
.scf-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px}
.scf-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.qvg-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.qvg-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 18px 21px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.qvg-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.qvg-text a { color: var(--c-accent); text-decoration: underline; }
.qvg-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.qvg-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 11px 16px;
    border-radius: 15px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.qvg-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.qvg-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.qvg-btn--reject,
.qvg-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.qvg-modal {
    position: fixed;
    inset: 0;
    z-index: 62;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    background: color-mix(in srgb, #000 70%, transparent);
}
.qvg-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 19px;
    border-radius: 13px;
    background: var(--c-surface);
}
.qvg-modal__title { margin-bottom: 11px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.qvg-modal__desc { margin-bottom: 14px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.qvg-categories { display: flex; flex-direction: column; gap: 16px; margin-bottom: 20px; }
.qvg-cat { padding-bottom: 13px; border-bottom: 1px solid var(--c-border); }
.qvg-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.qvg-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 7px; }
.qvg-cat__name { font-weight: 600; color: var(--c-text); }
.qvg-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.qvg-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.qvg-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.qvg-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.qvg-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 13px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.qvg-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;
}
.qvg-toggle input:checked + .qvg-toggle__slider { background: var(--c-accent); }
.qvg-toggle input:checked + .qvg-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.qvg-modal__actions { display: flex; flex-wrap: wrap; gap: 9px; }
@media (min-width: 768px) {
    .wn-footer-nav { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 14px 34px; }
    .wn-rg { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 14px 24px; }
    .aft-media img { aspect-ratio: 16 / 6.5; }
    .qvg-banner { flex-direction: row; align-items: center; gap: 21px; }
    .qvg-actions { flex: none; }
    .qvg-btn { flex: none; }
}
[hidden]{display:none !important;}
.qrv-links{display:flex;flex-direction:column;gap:6px;margin:16px 0 8px;font-size:13px}
.qrv-row,.qrv-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px 19px}
.qrv-caption{opacity:.65;margin-right:2px}
.qrv-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.qrv-item a:hover{opacity:1}
