:root{
  --c-bg:#010020; --c-surface:#3051b0; --c-surface-alt:#3c5ec9; --c-border:#4e71cf;
  --c-text:#d0bfb0; --c-text-muted:#7a7376;
  --c-accent:#d01110; --c-accent-hover:#ef272a; --c-on-accent:#fffeff;
  --c-purple:#2d2080; --c-purple-hover:#4128ad; --c-on-purple:#fffffe;
  --c-green:#3fe28a; --c-shadow:rgba(0, 0, 1,.35);
  --c-overlay:rgba(13, 20, 35,.72);
  --nnp-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, 37, .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); } }
.nnp-xdypr {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--c-surface);
  padding: 11px 14px;
  box-shadow: 0 4px 6px -1px rgba(1, 0, 0,0.2), 0 2px 4px -1px rgba(1, 0, 0,0.12);
}
.nnp-ygrab {
  box-shadow: 0 4px 10px -1px var(--c-shadow);
}
.nnp-jkcnz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  max-width: 1600px;
  margin: 0 auto;
}
.nnp-xpaeb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.nnp-xpaeb span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-text);
  border-radius: 2px;
}
.nnp-ayrdk {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: var(--c-text);
}
.nnp-hhbgx { flex-shrink: 0; line-height: 0; max-height: 36px; width: auto; }
img.nnp-hhbgx { height: 36px; object-fit: contain; }
.nnp-fjhvq {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nnp-arykv { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.nnp-arykv .nnp-qgpgy { padding: 8px 14px; font-size: 13px; }
.nnp-qgpgy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 8px 21px;
  border-radius: 7px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.nnp-edjcw { background: #9f9f9e; color: #0e1223; }
.nnp-edjcw:hover { background: #8a878a; }
.nnp-fxbjm { background: var(--c-purple); color: var(--c-on-purple); }
.nnp-fxbjm:hover { background: var(--c-purple-hover); }
.nnp-jstjf {
  background: var(--c-accent);
  color: var(--c-on-accent);
  border-radius: 14px;
  font-size: 18px;
  padding: 13px 23px;
  width: 100%;
}
.nnp-jstjf:hover { background: var(--c-accent-hover); }
.nnp-ekgaj {
  position: fixed;
  inset: 0;
  background: rgba(1, 0, 0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 45;
}
.nnp-pjymv { opacity: 1; pointer-events: auto; }
.nnp-tbjfq {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.nnp-anckm {
  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 16px;
}
.nnp-sjpgg { transform: translateX(0); }
.nnp-qwmdc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  align-self: flex-end;
  color: var(--c-text);
  margin-bottom: 10px;
}
.nnp-bstcq { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.nnp-xcfft {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 45px;
  padding: 11px 11px;
  border-radius: 7px;
  color: var(--c-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.nnp-xcfft:hover { background: color-mix(in srgb, var(--c-text) 6%, transparent); }
.nnp-hyxbd { display: flex; flex-shrink: 0; color: var(--c-text); }
.nnp-hpmbm { flex: 1; }
.nnp-ffjns { flex-shrink: 0; color: var(--c-text-muted); }
.nnp-cpdxc { flex: 1; min-width: 0; padding: 12px; }
.nnp-enqwp {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 31px 21px;
  background:
    radial-gradient(circle at 15% 20%, rgba(147, 52, 234,0.32), transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(216, 39, 119,0.28), transparent 50%),
    linear-gradient(135deg, #1a2648 0%, #0d1220 100%);
  isolation: isolate;
}
.nnp-enqwp::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;
}
.nnp-jkztn { max-width: 640px; }
.nnp-sxste {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 13px;
}
.nnp-bgnkd {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  font-size: 13px;
  color: var(--c-text-muted);
  margin-bottom: 17px;
}
.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); }
.nnp-vxsmb { max-width: 900px; margin: 30px auto 0; padding: 0 4px; }
.nnp-vxsmb h1, .nnp-vxsmb h2, .nnp-vxsmb h3,
.nnp-vxsmb h4, .nnp-vxsmb h5, .nnp-vxsmb h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 26px 0 11px;
}
.nnp-vxsmb h1 { font-size: 28px; font-weight: 600; margin-top: 0; }
.nnp-vxsmb h2 { font-size: 22px; }
.nnp-vxsmb h3 { font-size: 19px; }
.nnp-vxsmb h4 { font-size: 17px; }
.nnp-vxsmb h5, .nnp-vxsmb h6 { font-size: 15px; }
.nnp-vxsmb p { margin-bottom: 16px; color: var(--c-text); }
.nnp-vxsmb ul, .nnp-vxsmb ol { margin: 0 0 15px 19px; }
.nnp-vxsmb li { margin-bottom: 8px; }
.nnp-vxsmb a { color: var(--c-purple); text-decoration: underline; }
.nnp-vxsmb a:hover { color: var(--c-accent); }
.nnp-vxsmb strong { font-weight: 700; }
.nnp-vxsmb em { font-style: italic; }
.nnp-vxsmb img { border-radius: 11px; margin: 16px 0; }
.nnp-vxsmb blockquote {
  border-left: 3px solid var(--c-accent);
  background: var(--c-surface);
  padding: 12px 14px;
  border-radius: 0 9px 12px 0;
  font-style: italic;
  color: var(--c-text-muted);
  margin: 0 0 12px;
}
.nnp-vxsmb table {
  width: 100%;
  border-collapse: collapse;
  background: var(--c-surface);
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .nnp-vxsmb table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 13px;
  }
}
.nnp-vxsmb th, .nnp-vxsmb td {
  text-align: left;
  padding: 13px 16px;
  font-size: 14px;
}
.nnp-vxsmb th { font-weight: 700; background: var(--c-bg); }
.nnp-vxsmb td { color: var(--c-text-muted); }
.nnp-vxsmb tbody tr:nth-child(odd) { background: var(--c-surface); }
.nnp-vxsmb tbody tr:nth-child(even) { background: var(--c-bg); }
.efd-slider { margin: 20px 0; }
.efd-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  margin-bottom: 14px;
}
.efd-slider-title { font-size: 19px; font-weight: 700; }
.efd-slider-controls { display: flex; gap: 10px; flex-shrink: 0; }
.efd-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;
}
.efd-slider-btn:hover { background: var(--c-purple); color: var(--c-on-purple); }
.efd-slider-btn[disabled] { opacity: 0.35; pointer-events: none; }
.efd-slider-track {
  display: flex;
  gap: 11px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -pkh-overflow-style: none;
}
.efd-slider-track::-webkit-scrollbar { display: none; }
.efd-card { position: relative; flex: 0 0 auto; width: 120px; scroll-snap-align: start; }
.efd-link { display: block; text-decoration: none; color: inherit; }
.efd-thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 10px;
  overflow: hidden;
  background: var(--c-surface);
}
.efd-thumb img { width: 100%; height: 100%; object-fit: cover; }
.efd-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  align-items: center;
  gap: 1px;
  background: color-mix(in srgb, var(--c-bg) 70%, transparent);
  color: var(--c-text);
  border-radius: 18px;
  padding: 1px 6px;
  font-size: 10px;
  font-weight: 600;
}
.efd-meta { padding-top: 9px; }
.efd-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;
}
.efd-provider { font-size: 10px; color: var(--c-text-muted); margin-top: 2px; }
.efd-wins-card {
  flex: 0 0 auto;
  min-width: 180px;
  background: var(--c-surface);
  border-radius: 8px;
  padding: 14px 16px;
  scroll-snap-align: start;
}
.efd-wins-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.efd-wins-player { font-size: 12px; font-weight: 700; }
.efd-wins-amount { font-size: 13px; font-weight: 700; color: var(--c-green); }
.efd-wins-game { font-size: 11px; color: var(--c-text-muted); margin-top: 3px; }
.nnp-rpxhq { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 14px 0 26px; }
.nnp-zqhey { background: var(--c-surface); border-radius: 12px; padding: 16px; }
.nnp-zqhey h3 { margin: 0 0 10px; font-size: 16px; }
.nnp-zqhey p { margin: 0; font-size: 14px; color: var(--c-text-muted); }
.nnp-pvgea { background: var(--c-surface); border-radius: 13px; margin-bottom: 8px; overflow: hidden; }
.nnp-pvgea summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 45px;
  padding: 18px 19px;
  font-weight: 700;
  font-size: 15px;
}
.nnp-pvgea summary::-webkit-details-marker { display: none; }
.nnp-mhdrh { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.nnp-pvgea[open] .nnp-mhdrh { transform: rotate(180deg); }
.nnp-pvgea p { margin: 0; padding: 0 16px 15px; color: var(--c-text-muted); font-size: 14px; }
.nnp-hkspz { background: var(--c-surface); margin-top: 31px; padding: 23px 18px; }
.nnp-bdfwz { max-width: 1600px; margin: 0 auto; }
.nnp-pbjxc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.nnp-pbjxc a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 6px 12px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--c-text) 6%, transparent);
}
.nnp-pbjxc a:hover { background: color-mix(in srgb, var(--c-text) 12%, transparent); }
.nnp-pbjxc img {
  width: 6rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
.nnp-tyvqg { border: 0; border-top: 1px solid var(--c-border); margin: 22px 0; }
.nnp-jnfzk { display: grid; grid-template-columns: 1fr; gap: 21px; }
.nnp-byefw { border-bottom: 1px solid var(--c-border); }
.nnp-byefw summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  list-style: none;
  min-height: 45px;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.nnp-byefw summary::-webkit-details-marker { display: none; }
.nnp-gnfke { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.nnp-byefw[open] .nnp-gnfke { transform: rotate(180deg); }
.nnp-byefw ul { list-style: none; display: flex; flex-direction: column; gap: 8px; padding: 2px 0 15px; }
.nnp-byefw a { color: var(--c-text-muted); text-decoration: none; font-size: 14px; }
.nnp-byefw a:hover { color: var(--c-text); }
.nnp-neyva {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  text-align: center;
}
.nnp-fbejp { display: flex; gap: 9px; flex-wrap: wrap; justify-content: center; }
.nnp-fbejp 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);
}
.nnp-fbejp a:hover { background: var(--c-accent); }
.nnp-zgqmc { font-size: 13px; color: var(--c-text-muted); }
.nnp-xaqwd {
  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);
}
.nnp-xaqwd:hover { background: var(--c-purple); color: var(--c-on-purple); }
@media (min-width: 768px) {
  .nnp-enqwp { padding: 43px 34px; }
  .nnp-sxste { font-size: 32px; }
  .nnp-jnfzk { grid-template-columns: repeat(2, 1fr); }
  .nnp-neyva { flex-direction: row; justify-content: space-between; text-align: left; }
  .efd-card { width: 145px; }
  .efd-wins-card { min-width: 200px; }
  .nnp-rpxhq { grid-template-columns: repeat(2, 1fr); }
  .nnp-byefw { border-bottom: 0; }
  .nnp-byefw summary { cursor: default; pointer-events: none; min-height: 0; padding: 0 0 13px; }
  .nnp-gnfke { display: none; }
  .nnp-byefw ul { padding: 0; }
}
@media (min-width: 1024px) {
  .nnp-xdypr { padding: 15px 34px; }
  .nnp-xpaeb { display: none; }
  .nnp-arykv { gap: 11px; }
  .nnp-arykv .nnp-qgpgy { padding: 8px 21px; font-size: 15px; }
  .nnp-ayrdk { flex: 0 1 auto; }
  .nnp-fjhvq { font-size: 19px; }
  .nnp-ekgaj { display: none; }
  .nnp-anckm {
    position: sticky;
    top: var(--nnp-header-h);
    height: calc(100vh - var(--nnp-header-h));
    z-index: 1;
    max-width: none;
    width: 260px;
    transform: none;
    flex-shrink: 0;
    padding: 18px 15px;
  }
  .nnp-qwmdc { display: none; }
  .nnp-cpdxc { padding: 25px 34px; }
  .nnp-enqwp { padding: 56px 49px; }
  .nnp-sxste { font-size: 42px; }
  .nnp-bgnkd { font-size: 20px; }
  .nnp-jstjf { width: auto; }
  .nnp-vxsmb { padding: 0; }
  .nnp-hkspz { padding: 34px; }
  .nnp-jnfzk { grid-template-columns: repeat(4, 1fr); }
  .efd-slider-btn { width: 38px; height: 38px; }
  .efd-card { width: 165px; }
  .efd-wins-card { min-width: 220px; }
  .nnp-rpxhq { grid-template-columns: repeat(3, 1fr); }
}
.pkh-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin:19px 0 9px}
.pkh-lead{display:flex;align-items:center;gap:8px}
.pkh-age{width:32px;height:32px;flex:0 0 auto}
.pkh-chip{font-size:13px;line-height:1.35;opacity:.85}
.pkh-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px}
.pkh-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.dac-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.dac-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 15px 22px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.dac-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.dac-text a { color: var(--c-accent); text-decoration: underline; }
.dac-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.dac-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 12px 17px;
    border-radius: 15px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.dac-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.dac-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.dac-btn--reject,
.dac-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.dac-modal {
    position: fixed;
    inset: 0;
    z-index: 62;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: color-mix(in srgb, #000 70%, transparent);
}
.dac-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 22px;
    border-radius: 15px;
    background: var(--c-surface);
}
.dac-modal__title { margin-bottom: 8px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.dac-modal__desc { margin-bottom: 17px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.dac-categories { display: flex; flex-direction: column; gap: 15px; margin-bottom: 19px; }
.dac-cat { padding-bottom: 13px; border-bottom: 1px solid var(--c-border); }
.dac-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.dac-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 13px; margin-bottom: 8px; }
.dac-cat__name { font-weight: 600; color: var(--c-text); }
.dac-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.dac-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.dac-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.dac-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.dac-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 11px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.dac-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;
}
.dac-toggle input:checked + .dac-toggle__slider { background: var(--c-accent); }
.dac-toggle input:checked + .dac-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.dac-modal__actions { display: flex; flex-wrap: wrap; gap: 6px; }
@media (min-width: 768px) {
    .wn-footer-nav { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 15px 31px; }
    .wn-rg { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 14px 24px; }
    .qbb-media img { aspect-ratio: 16 / 6.5; }
    .dac-banner { flex-direction: row; align-items: center; gap: 18px; }
    .dac-actions { flex: none; }
    .dac-btn { flex: none; }
}
[hidden]{display:none !important;}
.tbj-links{display:flex;flex-direction:column;gap:6px;margin:12px 0 5px;font-size:13px}
.tbj-row,.tbj-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:5px 19px}
.tbj-caption{opacity:.65;margin-right:2px}
.tbj-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.tbj-item a:hover{opacity:1}
