:root{
  --c-bg:#111319; --c-surface:#25252a; --c-surface-alt:#31363d; --c-border:#3f454b;
  --c-text:#f2f6f7; --c-text-muted:#969a9e;
  --c-accent:#ffde02; --c-accent-hover:#ffe537; --c-on-accent:#141318;
  --c-purple:#ffde01; --c-purple-hover:#ffe536; --c-on-purple:#11131a;
  --c-green:#3fe08d; --c-shadow:rgba(0, 0, 1,.35);
  --c-overlay:rgba(13, 18, 38,.72);
  --mrb-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, 18, 32, .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); } }
.mrb-zaaea {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--c-surface);
  padding: 12px 14px;
  box-shadow: 0 4px 6px -1px rgba(0, 1, 0,0.2), 0 2px 4px -1px rgba(0, 1, 0,0.12);
}
.mrb-snwkn {
  box-shadow: 0 4px 10px -1px var(--c-shadow);
}
.mrb-qwkpq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  max-width: 1600px;
  margin: 0 auto;
}
.mrb-cmget {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.mrb-cmget span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-text);
  border-radius: 2px;
}
.mrb-grhyw {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: var(--c-text);
}
.mrb-ngfem { flex-shrink: 0; line-height: 0; max-height: 36px; width: auto; }
img.mrb-ngfem { height: 36px; object-fit: contain; }
.mrb-qgvzr {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mrb-ekksg { display: flex; align-items: center; gap: 7px; flex-shrink: 0; }
.mrb-ekksg .mrb-dbbqm { padding: 9px 11px; font-size: 13px; }
.mrb-dbbqm {
  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;
}
.mrb-rzqxx { background: #9d9f9f; color: #0d1226; }
.mrb-rzqxx:hover { background: #8a888a; }
.mrb-bkbdj { background: var(--c-purple); color: var(--c-on-purple); }
.mrb-bkbdj:hover { background: var(--c-purple-hover); }
.mrb-jkpwg {
  background: var(--c-accent);
  color: var(--c-on-accent);
  border-radius: 16px;
  font-size: 18px;
  padding: 15px 25px;
  width: 100%;
}
.mrb-jkpwg:hover { background: var(--c-accent-hover); }
.mrb-xbpdq {
  position: fixed;
  inset: 0;
  background: rgba(0, 1, 0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 45;
}
.mrb-vrpyz { opacity: 1; pointer-events: auto; }
.mrb-byfwp {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.mrb-arnhr {
  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: 15px 12px;
}
.mrb-wvebw { transform: translateX(0); }
.mrb-rdfvh {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  align-self: flex-end;
  color: var(--c-text);
  margin-bottom: 10px;
}
.mrb-kcfnj { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.mrb-gkpwk {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 45px;
  padding: 8px 11px;
  border-radius: 9px;
  color: var(--c-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.mrb-gkpwk:hover { background: color-mix(in srgb, var(--c-text) 6%, transparent); }
.mrb-zqksm { display: flex; flex-shrink: 0; color: var(--c-text); }
.mrb-sfwrj { flex: 1; }
.mrb-mwwby { flex-shrink: 0; color: var(--c-text-muted); }
.mrb-jsvve { flex: 1; min-width: 0; padding: 15px; }
.mrb-kzxjh {
  position: relative;
  border-radius: 17px;
  overflow: hidden;
  padding: 31px 19px;
  background:
    radial-gradient(circle at 15% 20%, rgba(147, 50, 234,0.32), transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(219, 40, 119,0.28), transparent 50%),
    linear-gradient(135deg, #1a2447 0%, #0d1221 100%);
  isolation: isolate;
}
.mrb-kzxjh::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(242, 242, 244,0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.5;
}
.mrb-zxjbq { max-width: 640px; }
.mrb-rpgjs {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 13px;
}
.mrb-cyzpc {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 19px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  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); }
.mrb-zcdbr { max-width: 900px; margin: 29px auto 0; padding: 0 7px; }
.mrb-zcdbr h1, .mrb-zcdbr h2, .mrb-zcdbr h3,
.mrb-zcdbr h4, .mrb-zcdbr h5, .mrb-zcdbr h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 27px 0 13px;
}
.mrb-zcdbr h1 { font-size: 28px; font-weight: 600; margin-top: 0; }
.mrb-zcdbr h2 { font-size: 22px; }
.mrb-zcdbr h3 { font-size: 19px; }
.mrb-zcdbr h4 { font-size: 17px; }
.mrb-zcdbr h5, .mrb-zcdbr h6 { font-size: 15px; }
.mrb-zcdbr p { margin-bottom: 12px; color: var(--c-text); }
.mrb-zcdbr ul, .mrb-zcdbr ol { margin: 0 0 15px 22px; }
.mrb-zcdbr li { margin-bottom: 7px; }
.mrb-zcdbr a { color: var(--c-purple); text-decoration: underline; }
.mrb-zcdbr a:hover { color: var(--c-accent); }
.mrb-zcdbr strong { font-weight: 700; }
.mrb-zcdbr em { font-style: italic; }
.mrb-zcdbr img { border-radius: 14px; margin: 13px 0; }
.mrb-zcdbr blockquote {
  border-left: 3px solid var(--c-accent);
  background: var(--c-surface);
  padding: 16px 17px;
  border-radius: 0 11px 8px 0;
  font-style: italic;
  color: var(--c-text-muted);
  margin: 0 0 13px;
}
.mrb-zcdbr table {
  width: 100%;
  border-collapse: collapse;
  background: var(--c-surface);
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mrb-zcdbr table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 13px;
  }
}
.mrb-zcdbr th, .mrb-zcdbr td {
  text-align: left;
  padding: 13px 12px;
  font-size: 14px;
}
.mrb-zcdbr th { font-weight: 700; background: var(--c-bg); }
.mrb-zcdbr td { color: var(--c-text-muted); }
.mrb-zcdbr tbody tr:nth-child(odd) { background: var(--c-surface); }
.mrb-zcdbr tbody tr:nth-child(even) { background: var(--c-bg); }
.rxw-slider { margin: 24px 0; }
.rxw-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  margin-bottom: 14px;
}
.rxw-slider-title { font-size: 19px; font-weight: 700; }
.rxw-slider-controls { display: flex; gap: 10px; flex-shrink: 0; }
.rxw-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;
}
.rxw-slider-btn:hover { background: var(--c-purple); color: var(--c-on-purple); }
.rxw-slider-btn[disabled] { opacity: 0.35; pointer-events: none; }
.rxw-slider-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -tsx-overflow-style: none;
}
.rxw-slider-track::-webkit-scrollbar { display: none; }
.rxw-card { position: relative; flex: 0 0 auto; width: 120px; scroll-snap-align: start; }
.rxw-link { display: block; text-decoration: none; color: inherit; }
.rxw-thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 10px;
  overflow: hidden;
  background: var(--c-surface);
}
.rxw-thumb img { width: 100%; height: 100%; object-fit: cover; }
.rxw-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
  background: color-mix(in srgb, var(--c-bg) 70%, transparent);
  color: var(--c-text);
  border-radius: 21px;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 600;
}
.rxw-meta { padding-top: 7px; }
.rxw-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;
}
.rxw-provider { font-size: 10px; color: var(--c-text-muted); margin-top: 2px; }
.rxw-wins-card {
  flex: 0 0 auto;
  min-width: 180px;
  background: var(--c-surface);
  border-radius: 12px;
  padding: 13px 13px;
  scroll-snap-align: start;
}
.rxw-wins-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.rxw-wins-player { font-size: 12px; font-weight: 700; }
.rxw-wins-amount { font-size: 13px; font-weight: 700; color: var(--c-green); }
.rxw-wins-game { font-size: 11px; color: var(--c-text-muted); margin-top: 3px; }
.mrb-cfcwh { display: grid; grid-template-columns: 1fr; gap: 13px; margin: 15px 0 25px; }
.mrb-nxcfg { background: var(--c-surface); border-radius: 15px; padding: 17px; }
.mrb-nxcfg h3 { margin: 0 0 6px; font-size: 16px; }
.mrb-nxcfg p { margin: 0; font-size: 14px; color: var(--c-text-muted); }
.mrb-xjfvx { background: var(--c-surface); border-radius: 10px; margin-bottom: 8px; overflow: hidden; }
.mrb-xjfvx summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  min-height: 45px;
  padding: 18px 19px;
  font-weight: 700;
  font-size: 15px;
}
.mrb-xjfvx summary::-webkit-details-marker { display: none; }
.mrb-xnrxw { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.mrb-xjfvx[open] .mrb-xnrxw { transform: rotate(180deg); }
.mrb-xjfvx p { margin: 0; padding: 0 19px 15px; color: var(--c-text-muted); font-size: 14px; }
.mrb-fpzrk { background: var(--c-surface); margin-top: 29px; padding: 26px 18px; }
.mrb-ywjxs { max-width: 1600px; margin: 0 auto; }
.mrb-gshkv {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.mrb-gshkv a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 2px 12px;
  border-radius: 11px;
  background: color-mix(in srgb, var(--c-text) 6%, transparent);
}
.mrb-gshkv a:hover { background: color-mix(in srgb, var(--c-text) 12%, transparent); }
.mrb-gshkv img {
  width: 6rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
.mrb-qhqdk { border: 0; border-top: 1px solid var(--c-border); margin: 19px 0; }
.mrb-sesra { display: grid; grid-template-columns: 1fr; gap: 21px; }
.mrb-ymfes { border-bottom: 1px solid var(--c-border); }
.mrb-ymfes summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  list-style: none;
  min-height: 45px;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.mrb-ymfes summary::-webkit-details-marker { display: none; }
.mrb-sxgzr { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.mrb-ymfes[open] .mrb-sxgzr { transform: rotate(180deg); }
.mrb-ymfes ul { list-style: none; display: flex; flex-direction: column; gap: 9px; padding: 2px 0 17px; }
.mrb-ymfes a { color: var(--c-text-muted); text-decoration: none; font-size: 14px; }
.mrb-ymfes a:hover { color: var(--c-text); }
.mrb-swstw {
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: center;
  text-align: center;
}
.mrb-ahqes { display: flex; gap: 9px; flex-wrap: wrap; justify-content: center; }
.mrb-ahqes 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);
}
.mrb-ahqes a:hover { background: var(--c-accent); }
.mrb-pmsqc { font-size: 13px; color: var(--c-text-muted); }
.mrb-dgyyg {
  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);
}
.mrb-dgyyg:hover { background: var(--c-purple); color: var(--c-on-purple); }
@media (min-width: 768px) {
  .mrb-kzxjh { padding: 46px 33px; }
  .mrb-rpgjs { font-size: 32px; }
  .mrb-sesra { grid-template-columns: repeat(2, 1fr); }
  .mrb-swstw { flex-direction: row; justify-content: space-between; text-align: left; }
  .rxw-card { width: 145px; }
  .rxw-wins-card { min-width: 200px; }
  .mrb-cfcwh { grid-template-columns: repeat(2, 1fr); }
  .mrb-ymfes { border-bottom: 0; }
  .mrb-ymfes summary { cursor: default; pointer-events: none; min-height: 0; padding: 0 0 13px; }
  .mrb-sxgzr { display: none; }
  .mrb-ymfes ul { padding: 0; }
}
@media (min-width: 1024px) {
  .mrb-zaaea { padding: 18px 31px; }
  .mrb-cmget { display: none; }
  .mrb-ekksg { gap: 9px; }
  .mrb-ekksg .mrb-dbbqm { padding: 9px 19px; font-size: 15px; }
  .mrb-grhyw { flex: 0 1 auto; }
  .mrb-qgvzr { font-size: 19px; }
  .mrb-xbpdq { display: none; }
  .mrb-arnhr {
    position: sticky;
    top: var(--mrb-header-h);
    height: calc(100vh - var(--mrb-header-h));
    z-index: 1;
    max-width: none;
    width: 260px;
    transform: none;
    flex-shrink: 0;
    padding: 21px 13px;
  }
  .mrb-rdfvh { display: none; }
  .mrb-jsvve { padding: 23px 30px; }
  .mrb-kzxjh { padding: 56px 46px; }
  .mrb-rpgjs { font-size: 42px; }
  .mrb-cyzpc { font-size: 20px; }
  .mrb-jkpwg { width: auto; }
  .mrb-zcdbr { padding: 0; }
  .mrb-fpzrk { padding: 34px; }
  .mrb-sesra { grid-template-columns: repeat(4, 1fr); }
  .rxw-slider-btn { width: 38px; height: 38px; }
  .rxw-card { width: 165px; }
  .rxw-wins-card { min-width: 220px; }
  .mrb-cfcwh { grid-template-columns: repeat(3, 1fr); }
}
.tsx-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:13px;margin:20px 0 9px}
.tsx-lead{display:flex;align-items:center;gap:11px}
.tsx-age{width:32px;height:32px;flex:0 0 auto}
.tsx-chip{font-size:13px;line-height:1.35;opacity:.85}
.tsx-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:9px}
.tsx-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.sgt-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.sgt-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px 18px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.sgt-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.sgt-text a { color: var(--c-accent); text-decoration: underline; }
.sgt-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.sgt-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 8px 17px;
    border-radius: 15px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.sgt-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.sgt-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.sgt-btn--reject,
.sgt-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.sgt-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);
}
.sgt-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 22px;
    border-radius: 15px;
    background: var(--c-surface);
}
.sgt-modal__title { margin-bottom: 12px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.sgt-modal__desc { margin-bottom: 15px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.sgt-categories { display: flex; flex-direction: column; gap: 15px; margin-bottom: 19px; }
.sgt-cat { padding-bottom: 16px; border-bottom: 1px solid var(--c-border); }
.sgt-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.sgt-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 13px; margin-bottom: 8px; }
.sgt-cat__name { font-weight: 600; color: var(--c-text); }
.sgt-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.sgt-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.sgt-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.sgt-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.sgt-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 14px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.sgt-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;
}
.sgt-toggle input:checked + .sgt-toggle__slider { background: var(--c-accent); }
.sgt-toggle input:checked + .sgt-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.sgt-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 33px; }
    .wn-rg { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 14px 21px; }
    .zyz-media img { aspect-ratio: 16 / 6.5; }
    .sgt-banner { flex-direction: row; align-items: center; gap: 22px; }
    .sgt-actions { flex: none; }
    .sgt-btn { flex: none; }
}
[hidden]{display:none !important;}
.stq-links{display:flex;flex-direction:column;gap:10px;margin:12px 0 8px;font-size:13px}
.stq-row,.stq-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:5px 19px}
.stq-caption{opacity:.65;margin-right:6px}
.stq-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.stq-item a:hover{opacity:1}
