:root{
  --c-bg:#474a4a; --c-surface:#595c5c; --c-surface-alt:#6e6d6e; --c-border:#7b7b7e;
  --c-text:#f2f6f7; --c-text-muted:#b2b0b2;
  --c-accent:#01f090; --c-accent-hover:#29ffac; --c-on-accent:#000100;
  --c-purple:#01f090; --c-purple-hover:#29ffac; --c-on-purple:#010000;
  --c-green:#3fe08c; --c-shadow:rgba(0, 1, 0,.35);
  --c-overlay:rgba(13, 18, 38,.72);
  --rmf-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(13, 19, 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); } }
.rmf-bpqhc {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--c-surface);
  padding: 11px 15px;
  box-shadow: 0 4px 6px -1px rgba(1, 0, 0,0.2), 0 2px 4px -1px rgba(0, 3, 0,0.12);
}
.rmf-wagza {
  box-shadow: 0 4px 10px -1px var(--c-shadow);
}
.rmf-frrfh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  max-width: 1600px;
  margin: 0 auto;
}
.rmf-hqnxx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.rmf-hqnxx span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-text);
  border-radius: 2px;
}
.rmf-yzvjd {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: var(--c-text);
}
.rmf-rkydf { flex-shrink: 0; line-height: 0; max-height: 36px; width: auto; }
img.rmf-rkydf { height: 36px; object-fit: contain; }
.rmf-gepbz {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rmf-dqsqc { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.rmf-dqsqc .rmf-xkkqw { padding: 11px 13px; font-size: 13px; }
.rmf-xkkqw {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 8px 18px;
  border-radius: 9px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.rmf-epycy { background: #a09f9f; color: #0e1223; }
.rmf-epycy:hover { background: #8a8a8d; }
.rmf-zbhea { background: var(--c-purple); color: var(--c-on-purple); }
.rmf-zbhea:hover { background: var(--c-purple-hover); }
.rmf-qqrzv {
  background: var(--c-accent);
  color: var(--c-on-accent);
  border-radius: 16px;
  font-size: 18px;
  padding: 13px 22px;
  width: 100%;
}
.rmf-qqrzv:hover { background: var(--c-accent-hover); }
.rmf-bjmrq {
  position: fixed;
  inset: 0;
  background: rgba(0, 1, 0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 45;
}
.rmf-wcejj { opacity: 1; pointer-events: auto; }
.rmf-dtavy {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.rmf-mkmeh {
  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 16px;
}
.rmf-ejtjz { transform: translateX(0); }
.rmf-nnwzc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  align-self: flex-end;
  color: var(--c-text);
  margin-bottom: 6px;
}
.rmf-bxdhj { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.rmf-ddqwt {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 45px;
  padding: 8px 11px;
  border-radius: 6px;
  color: var(--c-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.rmf-ddqwt:hover { background: color-mix(in srgb, var(--c-text) 6%, transparent); }
.rmf-qfhef { display: flex; flex-shrink: 0; color: var(--c-text); }
.rmf-jjsrx { flex: 1; }
.rmf-rmcmn { flex-shrink: 0; color: var(--c-text-muted); }
.rmf-dbdvs { flex: 1; min-width: 0; padding: 12px; }
.rmf-qxswb {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  padding: 31px 22px;
  background:
    radial-gradient(circle at 15% 20%, rgba(147, 51, 237,0.32), transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(219, 42, 119,0.28), transparent 50%),
    linear-gradient(135deg, #1a2447 0%, #0d1023 100%);
  isolation: isolate;
}
.rmf-qxswb::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(240, 242, 241,0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.5;
}
.rmf-sdyxz { max-width: 640px; }
.rmf-ynnvg {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
.rmf-njjpt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 21px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  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: 7px; color: var(--c-text-muted); }
.rmf-cnejn { max-width: 900px; margin: 26px auto 0; padding: 0 7px; }
.rmf-cnejn h1, .rmf-cnejn h2, .rmf-cnejn h3,
.rmf-cnejn h4, .rmf-cnejn h5, .rmf-cnejn h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 29px 0 11px;
}
.rmf-cnejn h1 { font-size: 28px; font-weight: 600; margin-top: 0; }
.rmf-cnejn h2 { font-size: 22px; }
.rmf-cnejn h3 { font-size: 19px; }
.rmf-cnejn h4 { font-size: 17px; }
.rmf-cnejn h5, .rmf-cnejn h6 { font-size: 15px; }
.rmf-cnejn p { margin-bottom: 13px; color: var(--c-text); }
.rmf-cnejn ul, .rmf-cnejn ol { margin: 0 0 13px 19px; }
.rmf-cnejn li { margin-bottom: 5px; }
.rmf-cnejn a { color: var(--c-purple); text-decoration: underline; }
.rmf-cnejn a:hover { color: var(--c-accent); }
.rmf-cnejn strong { font-weight: 700; }
.rmf-cnejn em { font-style: italic; }
.rmf-cnejn img { border-radius: 10px; margin: 16px 0; }
.rmf-cnejn blockquote {
  border-left: 3px solid var(--c-accent);
  background: var(--c-surface);
  padding: 12px 18px;
  border-radius: 0 8px 9px 0;
  font-style: italic;
  color: var(--c-text-muted);
  margin: 0 0 12px;
}
.rmf-cnejn table {
  width: 100%;
  border-collapse: collapse;
  background: var(--c-surface);
  border-radius: 17px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .rmf-cnejn table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 14px;
  }
}
.rmf-cnejn th, .rmf-cnejn td {
  text-align: left;
  padding: 13px 16px;
  font-size: 14px;
}
.rmf-cnejn th { font-weight: 700; background: var(--c-bg); }
.rmf-cnejn td { color: var(--c-text-muted); }
.rmf-cnejn tbody tr:nth-child(odd) { background: var(--c-surface); }
.rmf-cnejn tbody tr:nth-child(even) { background: var(--c-bg); }
.qqp-slider { margin: 24px 0; }
.qqp-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  margin-bottom: 14px;
}
.qqp-slider-title { font-size: 19px; font-weight: 700; }
.qqp-slider-controls { display: flex; gap: 7px; flex-shrink: 0; }
.qqp-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;
}
.qqp-slider-btn:hover { background: var(--c-purple); color: var(--c-on-purple); }
.qqp-slider-btn[disabled] { opacity: 0.35; pointer-events: none; }
.qqp-slider-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -hgd-overflow-style: none;
}
.qqp-slider-track::-webkit-scrollbar { display: none; }
.qqp-card { position: relative; flex: 0 0 auto; width: 120px; scroll-snap-align: start; }
.qqp-link { display: block; text-decoration: none; color: inherit; }
.qqp-thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 14px;
  overflow: hidden;
  background: var(--c-surface);
}
.qqp-thumb img { width: 100%; height: 100%; object-fit: cover; }
.qqp-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: 21px;
  padding: 5px 6px;
  font-size: 10px;
  font-weight: 600;
}
.qqp-meta { padding-top: 7px; }
.qqp-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;
}
.qqp-provider { font-size: 10px; color: var(--c-text-muted); margin-top: 2px; }
.qqp-wins-card {
  flex: 0 0 auto;
  min-width: 180px;
  background: var(--c-surface);
  border-radius: 8px;
  padding: 11px 16px;
  scroll-snap-align: start;
}
.qqp-wins-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.qqp-wins-player { font-size: 12px; font-weight: 700; }
.qqp-wins-amount { font-size: 13px; font-weight: 700; color: var(--c-green); }
.qqp-wins-game { font-size: 11px; color: var(--c-text-muted); margin-top: 3px; }
.rmf-svdxw { display: grid; grid-template-columns: 1fr; gap: 16px; margin: 15px 0 26px; }
.rmf-gnskz { background: var(--c-surface); border-radius: 16px; padding: 20px; }
.rmf-gnskz h3 { margin: 0 0 10px; font-size: 16px; }
.rmf-gnskz p { margin: 0; font-size: 14px; color: var(--c-text-muted); }
.rmf-grytr { background: var(--c-surface); border-radius: 13px; margin-bottom: 12px; overflow: hidden; }
.rmf-grytr summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  min-height: 45px;
  padding: 14px 17px;
  font-weight: 700;
  font-size: 15px;
}
.rmf-grytr summary::-webkit-details-marker { display: none; }
.rmf-kdcwf { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.rmf-grytr[open] .rmf-kdcwf { transform: rotate(180deg); }
.rmf-grytr p { margin: 0; padding: 0 16px 17px; color: var(--c-text-muted); font-size: 14px; }
.rmf-kjxem { background: var(--c-surface); margin-top: 29px; padding: 23px 14px; }
.rmf-pkdns { max-width: 1600px; margin: 0 auto; }
.rmf-ynwgy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.rmf-ynwgy a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 6px 12px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--c-text) 6%, transparent);
}
.rmf-ynwgy a:hover { background: color-mix(in srgb, var(--c-text) 12%, transparent); }
.rmf-ynwgy img {
  width: 6rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
.rmf-hmgyv { border: 0; border-top: 1px solid var(--c-border); margin: 22px 0; }
.rmf-fbxgb { display: grid; grid-template-columns: 1fr; gap: 22px; }
.rmf-ggtnb { border-bottom: 1px solid var(--c-border); }
.rmf-ggtnb summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  list-style: none;
  min-height: 45px;
  padding: 2px 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.rmf-ggtnb summary::-webkit-details-marker { display: none; }
.rmf-dvdrw { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.rmf-ggtnb[open] .rmf-dvdrw { transform: rotate(180deg); }
.rmf-ggtnb ul { list-style: none; display: flex; flex-direction: column; gap: 9px; padding: 2px 0 14px; }
.rmf-ggtnb a { color: var(--c-text-muted); text-decoration: none; font-size: 14px; }
.rmf-ggtnb a:hover { color: var(--c-text); }
.rmf-dzvav {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
}
.rmf-ceqjp { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.rmf-ceqjp 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);
}
.rmf-ceqjp a:hover { background: var(--c-accent); }
.rmf-gcjpe { font-size: 13px; color: var(--c-text-muted); }
.rmf-attfk {
  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);
}
.rmf-attfk:hover { background: var(--c-purple); color: var(--c-on-purple); }
@media (min-width: 768px) {
  .rmf-qxswb { padding: 45px 33px; }
  .rmf-ynnvg { font-size: 32px; }
  .rmf-fbxgb { grid-template-columns: repeat(2, 1fr); }
  .rmf-dzvav { flex-direction: row; justify-content: space-between; text-align: left; }
  .qqp-card { width: 145px; }
  .qqp-wins-card { min-width: 200px; }
  .rmf-svdxw { grid-template-columns: repeat(2, 1fr); }
  .rmf-ggtnb { border-bottom: 0; }
  .rmf-ggtnb summary { cursor: default; pointer-events: none; min-height: 0; padding: 0 0 10px; }
  .rmf-dvdrw { display: none; }
  .rmf-ggtnb ul { padding: 0; }
}
@media (min-width: 1024px) {
  .rmf-bpqhc { padding: 14px 31px; }
  .rmf-hqnxx { display: none; }
  .rmf-dqsqc { gap: 8px; }
  .rmf-dqsqc .rmf-xkkqw { padding: 12px 21px; font-size: 15px; }
  .rmf-yzvjd { flex: 0 1 auto; }
  .rmf-gepbz { font-size: 19px; }
  .rmf-bjmrq { display: none; }
  .rmf-mkmeh {
    position: sticky;
    top: var(--rmf-header-h);
    height: calc(100vh - var(--rmf-header-h));
    z-index: 1;
    max-width: none;
    width: 260px;
    transform: none;
    flex-shrink: 0;
    padding: 19px 16px;
  }
  .rmf-nnwzc { display: none; }
  .rmf-dbdvs { padding: 26px 34px; }
  .rmf-qxswb { padding: 56px 50px; }
  .rmf-ynnvg { font-size: 42px; }
  .rmf-njjpt { font-size: 20px; }
  .rmf-qqrzv { width: auto; }
  .rmf-cnejn { padding: 0; }
  .rmf-kjxem { padding: 31px; }
  .rmf-fbxgb { grid-template-columns: repeat(4, 1fr); }
  .qqp-slider-btn { width: 38px; height: 38px; }
  .qqp-card { width: 165px; }
  .qqp-wins-card { min-width: 220px; }
  .rmf-svdxw { grid-template-columns: repeat(3, 1fr); }
}
.hgd-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:15px;margin:17px 0 12px}
.hgd-lead{display:flex;align-items:center;gap:8px}
.hgd-age{width:32px;height:32px;flex:0 0 auto}
.hgd-chip{font-size:13px;line-height:1.35;opacity:.85}
.hgd-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px}
.hgd-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.wbv-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.wbv-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 14px 21px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.wbv-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.wbv-text a { color: var(--c-accent); text-decoration: underline; }
.wbv-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.wbv-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 12px 20px;
    border-radius: 16px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.wbv-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.wbv-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.wbv-btn--reject,
.wbv-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.wbv-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);
}
.wbv-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 21px;
    border-radius: 16px;
    background: var(--c-surface);
}
.wbv-modal__title { margin-bottom: 11px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.wbv-modal__desc { margin-bottom: 18px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.wbv-categories { display: flex; flex-direction: column; gap: 13px; margin-bottom: 20px; }
.wbv-cat { padding-bottom: 16px; border-bottom: 1px solid var(--c-border); }
.wbv-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.wbv-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 13px; margin-bottom: 4px; }
.wbv-cat__name { font-weight: 600; color: var(--c-text); }
.wbv-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.wbv-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.wbv-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.wbv-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.wbv-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 13px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.wbv-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;
}
.wbv-toggle input:checked + .wbv-toggle__slider { background: var(--c-accent); }
.wbv-toggle input:checked + .wbv-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.wbv-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: 15px 30px; }
    .wn-rg { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 17px 21px; }
    .bkc-media img { aspect-ratio: 16 / 6.5; }
    .wbv-banner { flex-direction: row; align-items: center; gap: 18px; }
    .wbv-actions { flex: none; }
    .wbv-btn { flex: none; }
}
[hidden]{display:none !important;}
.nqx-links{display:flex;flex-direction:column;gap:6px;margin:16px 0 5px;font-size:13px}
.nqx-row,.nqx-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 19px}
.nqx-caption{opacity:.65;margin-right:3px}
.nqx-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.nqx-item a:hover{opacity:1}
