:root{
  --c-bg:#000300; --c-surface:#20100e; --c-surface-alt:#381c1f; --c-border:#492425;
  --c-text:#e0c380; --c-text-muted:#87734d;
  --c-accent:#b26050; --c-accent-hover:#c48377; --c-on-accent:#020000;
  --c-purple:#e0be80; --c-purple-hover:#edd6ad; --c-on-purple:#000100;
  --c-green:#3fe28a; --c-shadow:rgba(1, 0, 0,.35);
  --c-overlay:rgba(13, 21, 35,.72);
  --nbt-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, 17, 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); } }
.nbt-qptdf {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--c-surface);
  padding: 12px 18px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 1,0.2), 0 2px 4px -1px rgba(1, 0, 0,0.12);
}
.nbt-krgag {
  box-shadow: 0 4px 10px -1px var(--c-shadow);
}
.nbt-rqyrk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  max-width: 1600px;
  margin: 0 auto;
}
.nbt-ycwbx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.nbt-ycwbx span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-text);
  border-radius: 2px;
}
.nbt-kftez {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: var(--c-text);
}
.nbt-dkaep { flex-shrink: 0; line-height: 0; max-height: 36px; width: auto; }
img.nbt-dkaep { height: 36px; object-fit: contain; }
.nbt-athqx {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nbt-drjya { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.nbt-drjya .nbt-zrcqh { padding: 12px 10px; font-size: 13px; }
.nbt-zrcqh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.nbt-vmwhn { background: #9d9f9f; color: #0d1023; }
.nbt-vmwhn:hover { background: #8b8a8a; }
.nbt-yvxny { background: var(--c-purple); color: var(--c-on-purple); }
.nbt-yvxny:hover { background: var(--c-purple-hover); }
.nbt-pazjx {
  background: var(--c-accent);
  color: var(--c-on-accent);
  border-radius: 13px;
  font-size: 18px;
  padding: 13px 23px;
  width: 100%;
}
.nbt-pazjx:hover { background: var(--c-accent-hover); }
.nbt-jferz {
  position: fixed;
  inset: 0;
  background: rgba(1, 0, 0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 45;
}
.nbt-ecdhd { opacity: 1; pointer-events: auto; }
.nbt-ykytn {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.nbt-yzach {
  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: 18px 16px;
}
.nbt-dzgvq { transform: translateX(0); }
.nbt-jkqgd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  align-self: flex-end;
  color: var(--c-text);
  margin-bottom: 7px;
}
.nbt-hnrch { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.nbt-ydzfx {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 45px;
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--c-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.nbt-ydzfx:hover { background: color-mix(in srgb, var(--c-text) 6%, transparent); }
.nbt-kfmkj { display: flex; flex-shrink: 0; color: var(--c-text); }
.nbt-fbgcp { flex: 1; }
.nbt-kdkta { flex-shrink: 0; color: var(--c-text-muted); }
.nbt-dktva { flex: 1; min-width: 0; padding: 12px; }
.nbt-tdrhe {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  padding: 34px 22px;
  background:
    radial-gradient(circle at 15% 20%, rgba(147, 49, 234,0.32), transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(219, 39, 118,0.28), transparent 50%),
    linear-gradient(135deg, #1a2447 0%, #0d1023 100%);
  isolation: isolate;
}
.nbt-tdrhe::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(239, 242, 244,0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.5;
}
.nbt-nrxdy { max-width: 640px; }
.nbt-wxmxt {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
}
.nbt-pgxxh {
  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: 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: 4px; color: var(--c-text-muted); }
.nbt-nqdja { max-width: 900px; margin: 29px auto 0; padding: 0 8px; }
.nbt-nqdja h1, .nbt-nqdja h2, .nbt-nqdja h3,
.nbt-nqdja h4, .nbt-nqdja h5, .nbt-nqdja h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 29px 0 13px;
}
.nbt-nqdja h1 { font-size: 28px; font-weight: 600; margin-top: 0; }
.nbt-nqdja h2 { font-size: 22px; }
.nbt-nqdja h3 { font-size: 19px; }
.nbt-nqdja h4 { font-size: 17px; }
.nbt-nqdja h5, .nbt-nqdja h6 { font-size: 15px; }
.nbt-nqdja p { margin-bottom: 12px; color: var(--c-text); }
.nbt-nqdja ul, .nbt-nqdja ol { margin: 0 0 16px 19px; }
.nbt-nqdja li { margin-bottom: 4px; }
.nbt-nqdja a { color: var(--c-purple); text-decoration: underline; }
.nbt-nqdja a:hover { color: var(--c-accent); }
.nbt-nqdja strong { font-weight: 700; }
.nbt-nqdja em { font-style: italic; }
.nbt-nqdja img { border-radius: 13px; margin: 13px 0; }
.nbt-nqdja blockquote {
  border-left: 3px solid var(--c-accent);
  background: var(--c-surface);
  padding: 13px 17px;
  border-radius: 0 8px 12px 0;
  font-style: italic;
  color: var(--c-text-muted);
  margin: 0 0 16px;
}
.nbt-nqdja table {
  width: 100%;
  border-collapse: collapse;
  background: var(--c-surface);
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .nbt-nqdja table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 13px;
  }
}
.nbt-nqdja th, .nbt-nqdja td {
  text-align: left;
  padding: 11px 15px;
  font-size: 14px;
}
.nbt-nqdja th { font-weight: 700; background: var(--c-bg); }
.nbt-nqdja td { color: var(--c-text-muted); }
.nbt-nqdja tbody tr:nth-child(odd) { background: var(--c-surface); }
.nbt-nqdja tbody tr:nth-child(even) { background: var(--c-bg); }
.zzh-slider { margin: 21px 0; }
.zzh-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  margin-bottom: 13px;
}
.zzh-slider-title { font-size: 19px; font-weight: 700; }
.zzh-slider-controls { display: flex; gap: 9px; flex-shrink: 0; }
.zzh-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;
}
.zzh-slider-btn:hover { background: var(--c-purple); color: var(--c-on-purple); }
.zzh-slider-btn[disabled] { opacity: 0.35; pointer-events: none; }
.zzh-slider-track {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -ntg-overflow-style: none;
}
.zzh-slider-track::-webkit-scrollbar { display: none; }
.zzh-card { position: relative; flex: 0 0 auto; width: 120px; scroll-snap-align: start; }
.zzh-link { display: block; text-decoration: none; color: inherit; }
.zzh-thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 10px;
  overflow: hidden;
  background: var(--c-surface);
}
.zzh-thumb img { width: 100%; height: 100%; object-fit: cover; }
.zzh-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 9px;
  font-size: 10px;
  font-weight: 600;
}
.zzh-meta { padding-top: 9px; }
.zzh-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;
}
.zzh-provider { font-size: 10px; color: var(--c-text-muted); margin-top: 2px; }
.zzh-wins-card {
  flex: 0 0 auto;
  min-width: 180px;
  background: var(--c-surface);
  border-radius: 8px;
  padding: 10px 15px;
  scroll-snap-align: start;
}
.zzh-wins-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.zzh-wins-player { font-size: 12px; font-weight: 700; }
.zzh-wins-amount { font-size: 13px; font-weight: 700; color: var(--c-green); }
.zzh-wins-game { font-size: 11px; color: var(--c-text-muted); margin-top: 2px; }
.nbt-xfxvj { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 15px 0 26px; }
.nbt-kpnha { background: var(--c-surface); border-radius: 16px; padding: 17px; }
.nbt-kpnha h3 { margin: 0 0 6px; font-size: 16px; }
.nbt-kpnha p { margin: 0; font-size: 14px; color: var(--c-text-muted); }
.nbt-kwpjw { background: var(--c-surface); border-radius: 10px; margin-bottom: 8px; overflow: hidden; }
.nbt-kwpjw summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 45px;
  padding: 15px 19px;
  font-weight: 700;
  font-size: 15px;
}
.nbt-kwpjw summary::-webkit-details-marker { display: none; }
.nbt-bcazd { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.nbt-kwpjw[open] .nbt-bcazd { transform: rotate(180deg); }
.nbt-kwpjw p { margin: 0; padding: 0 17px 14px; color: var(--c-text-muted); font-size: 14px; }
.nbt-vjbem { background: var(--c-surface); margin-top: 28px; padding: 25px 14px; }
.nbt-hvfyz { max-width: 1600px; margin: 0 auto; }
.nbt-chsnz {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.nbt-chsnz a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 2px 11px;
  border-radius: 11px;
  background: color-mix(in srgb, var(--c-text) 6%, transparent);
}
.nbt-chsnz a:hover { background: color-mix(in srgb, var(--c-text) 12%, transparent); }
.nbt-chsnz img {
  width: 6rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
.nbt-bzeqe { border: 0; border-top: 1px solid var(--c-border); margin: 18px 0; }
.nbt-hzfdg { display: grid; grid-template-columns: 1fr; gap: 19px; }
.nbt-atdba { border-bottom: 1px solid var(--c-border); }
.nbt-atdba 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;
}
.nbt-atdba summary::-webkit-details-marker { display: none; }
.nbt-pnpas { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.nbt-atdba[open] .nbt-pnpas { transform: rotate(180deg); }
.nbt-atdba ul { list-style: none; display: flex; flex-direction: column; gap: 9px; padding: 2px 0 17px; }
.nbt-atdba a { color: var(--c-text-muted); text-decoration: none; font-size: 14px; }
.nbt-atdba a:hover { color: var(--c-text); }
.nbt-ydyng {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  text-align: center;
}
.nbt-nzyqe { display: flex; gap: 9px; flex-wrap: wrap; justify-content: center; }
.nbt-nzyqe 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);
}
.nbt-nzyqe a:hover { background: var(--c-accent); }
.nbt-hpevp { font-size: 13px; color: var(--c-text-muted); }
.nbt-nvxpq {
  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);
}
.nbt-nvxpq:hover { background: var(--c-purple); color: var(--c-on-purple); }
@media (min-width: 768px) {
  .nbt-tdrhe { padding: 45px 34px; }
  .nbt-wxmxt { font-size: 32px; }
  .nbt-hzfdg { grid-template-columns: repeat(2, 1fr); }
  .nbt-ydyng { flex-direction: row; justify-content: space-between; text-align: left; }
  .zzh-card { width: 145px; }
  .zzh-wins-card { min-width: 200px; }
  .nbt-xfxvj { grid-template-columns: repeat(2, 1fr); }
  .nbt-atdba { border-bottom: 0; }
  .nbt-atdba summary { cursor: default; pointer-events: none; min-height: 0; padding: 0 0 14px; }
  .nbt-pnpas { display: none; }
  .nbt-atdba ul { padding: 0; }
}
@media (min-width: 1024px) {
  .nbt-qptdf { padding: 15px 30px; }
  .nbt-ycwbx { display: none; }
  .nbt-drjya { gap: 12px; }
  .nbt-drjya .nbt-zrcqh { padding: 11px 19px; font-size: 15px; }
  .nbt-kftez { flex: 0 1 auto; }
  .nbt-athqx { font-size: 19px; }
  .nbt-jferz { display: none; }
  .nbt-yzach {
    position: sticky;
    top: var(--nbt-header-h);
    height: calc(100vh - var(--nbt-header-h));
    z-index: 1;
    max-width: none;
    width: 260px;
    transform: none;
    flex-shrink: 0;
    padding: 22px 16px;
  }
  .nbt-jkqgd { display: none; }
  .nbt-dktva { padding: 26px 34px; }
  .nbt-tdrhe { padding: 56px 47px; }
  .nbt-wxmxt { font-size: 42px; }
  .nbt-pgxxh { font-size: 20px; }
  .nbt-pazjx { width: auto; }
  .nbt-nqdja { padding: 0; }
  .nbt-vjbem { padding: 31px; }
  .nbt-hzfdg { grid-template-columns: repeat(4, 1fr); }
  .zzh-slider-btn { width: 38px; height: 38px; }
  .zzh-card { width: 165px; }
  .zzh-wins-card { min-width: 220px; }
  .nbt-xfxvj { grid-template-columns: repeat(3, 1fr); }
}
.ntg-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin:20px 0 8px}
.ntg-lead{display:flex;align-items:center;gap:9px}
.ntg-age{width:32px;height:32px;flex:0 0 auto}
.ntg-chip{font-size:13px;line-height:1.35;opacity:.85}
.ntg-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}
.ntg-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.twh-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.twh-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px 18px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.twh-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.twh-text a { color: var(--c-accent); text-decoration: underline; }
.twh-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.twh-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 8px 19px;
    border-radius: 13px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.twh-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.twh-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.twh-btn--reject,
.twh-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.twh-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);
}
.twh-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 22px;
    border-radius: 13px;
    background: var(--c-surface);
}
.twh-modal__title { margin-bottom: 8px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.twh-modal__desc { margin-bottom: 15px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.twh-categories { display: flex; flex-direction: column; gap: 15px; margin-bottom: 19px; }
.twh-cat { padding-bottom: 13px; border-bottom: 1px solid var(--c-border); }
.twh-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.twh-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 13px; margin-bottom: 8px; }
.twh-cat__name { font-weight: 600; color: var(--c-text); }
.twh-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.twh-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.twh-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.twh-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.twh-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 14px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.twh-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;
}
.twh-toggle input:checked + .twh-toggle__slider { background: var(--c-accent); }
.twh-toggle input:checked + .twh-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.twh-modal__actions { display: flex; flex-wrap: wrap; gap: 7px; }
@media (min-width: 768px) {
    .wn-footer-nav { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 18px 31px; }
    .wn-rg { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 17px 20px; }
    .vge-media img { aspect-ratio: 16 / 6.5; }
    .twh-banner { flex-direction: row; align-items: center; gap: 19px; }
    .twh-actions { flex: none; }
    .twh-btn { flex: none; }
}
[hidden]{display:none !important;}
.yrk-links{display:flex;flex-direction:column;gap:6px;margin:13px 0 7px;font-size:13px}
.yrk-row,.yrk-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px 19px}
.yrk-caption{opacity:.65;margin-right:2px}
.yrk-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.yrk-item a:hover{opacity:1}
