:root{
  --c-bg:#191028; --c-surface:#2b223a; --c-surface-alt:#3c2f51; --c-border:#483961;
  --c-text:#f2f4f7; --c-text-muted:#9b99a4;
  --c-accent:#f04090; --c-accent-hover:#f474ae; --c-on-accent:#000000;
  --c-purple:#f04090; --c-purple-hover:#f474ae; --c-on-purple:#000000;
  --c-green:#3fe088; --c-shadow:rgba(1, 0, 0,.35);
  --c-overlay:rgba(10, 18, 35,.72);
  --tvg-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(10, 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); } }
.tvg-bfmwd {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--c-surface);
  padding: 9px 18px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 1,0.2), 0 2px 4px -1px rgba(0, 1, 0,0.12);
}
.tvg-jdvfd {
  box-shadow: 0 4px 10px -1px var(--c-shadow);
}
.tvg-erqzn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  max-width: 1600px;
  margin: 0 auto;
}
.tvg-hqggj {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.tvg-hqggj span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-text);
  border-radius: 2px;
}
.tvg-wzbax {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: var(--c-text);
}
.tvg-rzjkk { flex-shrink: 0; line-height: 0; max-height: 36px; width: auto; }
img.tvg-rzjkk { height: 36px; object-fit: contain; }
.tvg-xgbaw {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tvg-xeptr { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.tvg-xeptr .tvg-gkfdj { padding: 12px 11px; font-size: 13px; }
.tvg-gkfdj {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 11px 22px;
  border-radius: 9px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.tvg-azvca { background: #9e9f9f; color: #0d1523; }
.tvg-azvca:hover { background: #8a8d8a; }
.tvg-bprkj { background: var(--c-purple); color: var(--c-on-purple); }
.tvg-bprkj:hover { background: var(--c-purple-hover); }
.tvg-vzxad {
  background: var(--c-accent);
  color: var(--c-on-accent);
  border-radius: 14px;
  font-size: 18px;
  padding: 13px 22px;
  width: 100%;
}
.tvg-vzxad:hover { background: var(--c-accent-hover); }
.tvg-vfeck {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 1,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 45;
}
.tvg-bzsbm { opacity: 1; pointer-events: auto; }
.tvg-kpzep {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.tvg-memna {
  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 13px;
}
.tvg-epmcv { transform: translateX(0); }
.tvg-jkvha {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  align-self: flex-end;
  color: var(--c-text);
  margin-bottom: 9px;
}
.tvg-qatvd { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.tvg-cgsyd {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 45px;
  padding: 8px 14px;
  border-radius: 6px;
  color: var(--c-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.tvg-cgsyd:hover { background: color-mix(in srgb, var(--c-text) 6%, transparent); }
.tvg-kqhfv { display: flex; flex-shrink: 0; color: var(--c-text); }
.tvg-eqtyq { flex: 1; }
.tvg-geryv { flex-shrink: 0; color: var(--c-text-muted); }
.tvg-cxvdk { flex: 1; min-width: 0; padding: 16px; }
.tvg-ndtbs {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 31px 22px;
  background:
    radial-gradient(circle at 15% 20%, rgba(145, 51, 234,0.32), transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(217, 39, 119,0.28), transparent 50%),
    linear-gradient(135deg, #192647 0%, #0b1223 100%);
  isolation: isolate;
}
.tvg-ndtbs::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(238, 242, 244,0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.5;
}
.tvg-hgbjf { max-width: 640px; }
.tvg-vavhz {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
}
.tvg-qvpqj {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 21px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  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); }
.tvg-cpmzp { max-width: 900px; margin: 27px auto 0; padding: 0 4px; }
.tvg-cpmzp h1, .tvg-cpmzp h2, .tvg-cpmzp h3,
.tvg-cpmzp h4, .tvg-cpmzp h5, .tvg-cpmzp h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 30px 0 13px;
}
.tvg-cpmzp h1 { font-size: 28px; font-weight: 600; margin-top: 0; }
.tvg-cpmzp h2 { font-size: 22px; }
.tvg-cpmzp h3 { font-size: 19px; }
.tvg-cpmzp h4 { font-size: 17px; }
.tvg-cpmzp h5, .tvg-cpmzp h6 { font-size: 15px; }
.tvg-cpmzp p { margin-bottom: 12px; color: var(--c-text); }
.tvg-cpmzp ul, .tvg-cpmzp ol { margin: 0 0 12px 19px; }
.tvg-cpmzp li { margin-bottom: 7px; }
.tvg-cpmzp a { color: var(--c-purple); text-decoration: underline; }
.tvg-cpmzp a:hover { color: var(--c-accent); }
.tvg-cpmzp strong { font-weight: 700; }
.tvg-cpmzp em { font-style: italic; }
.tvg-cpmzp img { border-radius: 13px; margin: 15px 0; }
.tvg-cpmzp blockquote {
  border-left: 3px solid var(--c-accent);
  background: var(--c-surface);
  padding: 15px 15px;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: var(--c-text-muted);
  margin: 0 0 15px;
}
.tvg-cpmzp table {
  width: 100%;
  border-collapse: collapse;
  background: var(--c-surface);
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tvg-cpmzp table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 13px;
  }
}
.tvg-cpmzp th, .tvg-cpmzp td {
  text-align: left;
  padding: 14px 13px;
  font-size: 14px;
}
.tvg-cpmzp th { font-weight: 700; background: var(--c-bg); }
.tvg-cpmzp td { color: var(--c-text-muted); }
.tvg-cpmzp tbody tr:nth-child(odd) { background: var(--c-surface); }
.tvg-cpmzp tbody tr:nth-child(even) { background: var(--c-bg); }
.jty-slider { margin: 23px 0; }
.jty-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 11px;
}
.jty-slider-title { font-size: 19px; font-weight: 700; }
.jty-slider-controls { display: flex; gap: 7px; flex-shrink: 0; }
.jty-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;
}
.jty-slider-btn:hover { background: var(--c-purple); color: var(--c-on-purple); }
.jty-slider-btn[disabled] { opacity: 0.35; pointer-events: none; }
.jty-slider-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -tbn-overflow-style: none;
}
.jty-slider-track::-webkit-scrollbar { display: none; }
.jty-card { position: relative; flex: 0 0 auto; width: 120px; scroll-snap-align: start; }
.jty-link { display: block; text-decoration: none; color: inherit; }
.jty-thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 13px;
  overflow: hidden;
  background: var(--c-surface);
}
.jty-thumb img { width: 100%; height: 100%; object-fit: cover; }
.jty-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: 21px;
  padding: 4px 6px;
  font-size: 10px;
  font-weight: 600;
}
.jty-meta { padding-top: 7px; }
.jty-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;
}
.jty-provider { font-size: 10px; color: var(--c-text-muted); margin-top: 2px; }
.jty-wins-card {
  flex: 0 0 auto;
  min-width: 180px;
  background: var(--c-surface);
  border-radius: 12px;
  padding: 10px 13px;
  scroll-snap-align: start;
}
.jty-wins-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.jty-wins-player { font-size: 12px; font-weight: 700; }
.jty-wins-amount { font-size: 13px; font-weight: 700; color: var(--c-green); }
.jty-wins-game { font-size: 11px; color: var(--c-text-muted); margin-top: 2px; }
.tvg-wdfgr { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 14px 0 26px; }
.tvg-effje { background: var(--c-surface); border-radius: 16px; padding: 17px; }
.tvg-effje h3 { margin: 0 0 9px; font-size: 16px; }
.tvg-effje p { margin: 0; font-size: 14px; color: var(--c-text-muted); }
.tvg-mrpxa { background: var(--c-surface); border-radius: 14px; margin-bottom: 11px; overflow: hidden; }
.tvg-mrpxa summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  min-height: 45px;
  padding: 15px 16px;
  font-weight: 700;
  font-size: 15px;
}
.tvg-mrpxa summary::-webkit-details-marker { display: none; }
.tvg-qmcac { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.tvg-mrpxa[open] .tvg-qmcac { transform: rotate(180deg); }
.tvg-mrpxa p { margin: 0; padding: 0 19px 18px; color: var(--c-text-muted); font-size: 14px; }
.tvg-xzayw { background: var(--c-surface); margin-top: 28px; padding: 22px 14px; }
.tvg-wpkdy { max-width: 1600px; margin: 0 auto; }
.tvg-whfgn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.tvg-whfgn a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 6px 8px;
  border-radius: 11px;
  background: color-mix(in srgb, var(--c-text) 6%, transparent);
}
.tvg-whfgn a:hover { background: color-mix(in srgb, var(--c-text) 12%, transparent); }
.tvg-whfgn img {
  width: 6rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
.tvg-maqcy { border: 0; border-top: 1px solid var(--c-border); margin: 19px 0; }
.tvg-cmjyw { display: grid; grid-template-columns: 1fr; gap: 22px; }
.tvg-zphxn { border-bottom: 1px solid var(--c-border); }
.tvg-zphxn 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;
}
.tvg-zphxn summary::-webkit-details-marker { display: none; }
.tvg-hgxad { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.tvg-zphxn[open] .tvg-hgxad { transform: rotate(180deg); }
.tvg-zphxn ul { list-style: none; display: flex; flex-direction: column; gap: 9px; padding: 2px 0 15px; }
.tvg-zphxn a { color: var(--c-text-muted); text-decoration: none; font-size: 14px; }
.tvg-zphxn a:hover { color: var(--c-text); }
.tvg-ynyns {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
}
.tvg-zdkfn { display: flex; gap: 9px; flex-wrap: wrap; justify-content: center; }
.tvg-zdkfn 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);
}
.tvg-zdkfn a:hover { background: var(--c-accent); }
.tvg-xdbah { font-size: 13px; color: var(--c-text-muted); }
.tvg-fmvnt {
  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);
}
.tvg-fmvnt:hover { background: var(--c-purple); color: var(--c-on-purple); }
@media (min-width: 768px) {
  .tvg-ndtbs { padding: 46px 34px; }
  .tvg-vavhz { font-size: 32px; }
  .tvg-cmjyw { grid-template-columns: repeat(2, 1fr); }
  .tvg-ynyns { flex-direction: row; justify-content: space-between; text-align: left; }
  .jty-card { width: 145px; }
  .jty-wins-card { min-width: 200px; }
  .tvg-wdfgr { grid-template-columns: repeat(2, 1fr); }
  .tvg-zphxn { border-bottom: 0; }
  .tvg-zphxn summary { cursor: default; pointer-events: none; min-height: 0; padding: 0 0 11px; }
  .tvg-hgxad { display: none; }
  .tvg-zphxn ul { padding: 0; }
}
@media (min-width: 1024px) {
  .tvg-bfmwd { padding: 18px 33px; }
  .tvg-hqggj { display: none; }
  .tvg-xeptr { gap: 8px; }
  .tvg-xeptr .tvg-gkfdj { padding: 11px 22px; font-size: 15px; }
  .tvg-wzbax { flex: 0 1 auto; }
  .tvg-xgbaw { font-size: 19px; }
  .tvg-vfeck { display: none; }
  .tvg-memna {
    position: sticky;
    top: var(--tvg-header-h);
    height: calc(100vh - var(--tvg-header-h));
    z-index: 1;
    max-width: none;
    width: 260px;
    transform: none;
    flex-shrink: 0;
    padding: 22px 13px;
  }
  .tvg-jkvha { display: none; }
  .tvg-cxvdk { padding: 26px 33px; }
  .tvg-ndtbs { padding: 56px 50px; }
  .tvg-vavhz { font-size: 42px; }
  .tvg-qvpqj { font-size: 20px; }
  .tvg-vzxad { width: auto; }
  .tvg-cpmzp { padding: 0; }
  .tvg-xzayw { padding: 33px; }
  .tvg-cmjyw { grid-template-columns: repeat(4, 1fr); }
  .jty-slider-btn { width: 38px; height: 38px; }
  .jty-card { width: 165px; }
  .jty-wins-card { min-width: 220px; }
  .tvg-wdfgr { grid-template-columns: repeat(3, 1fr); }
}
.tbn-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin:17px 0 12px}
.tbn-lead{display:flex;align-items:center;gap:11px}
.tbn-age{width:32px;height:32px;flex:0 0 auto}
.tbn-chip{font-size:13px;line-height:1.35;opacity:.85}
.tbn-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:9px}
.tbn-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.hrn-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.hrn-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);
}
.hrn-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.hrn-text a { color: var(--c-accent); text-decoration: underline; }
.hrn-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hrn-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 11px 20px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.hrn-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.hrn-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.hrn-btn--reject,
.hrn-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.hrn-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);
}
.hrn-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 18px;
    border-radius: 13px;
    background: var(--c-surface);
}
.hrn-modal__title { margin-bottom: 12px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.hrn-modal__desc { margin-bottom: 14px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.hrn-categories { display: flex; flex-direction: column; gap: 16px; margin-bottom: 16px; }
.hrn-cat { padding-bottom: 13px; border-bottom: 1px solid var(--c-border); }
.hrn-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.hrn-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 13px; margin-bottom: 4px; }
.hrn-cat__name { font-weight: 600; color: var(--c-text); }
.hrn-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.hrn-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.hrn-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.hrn-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.hrn-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 14px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.hrn-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;
}
.hrn-toggle input:checked + .hrn-toggle__slider { background: var(--c-accent); }
.hrn-toggle input:checked + .hrn-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.hrn-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: 15px 34px; }
    .wn-rg { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 14px 24px; }
    .vpn-media img { aspect-ratio: 16 / 6.5; }
    .hrn-banner { flex-direction: row; align-items: center; gap: 21px; }
    .hrn-actions { flex: none; }
    .hrn-btn { flex: none; }
}
[hidden]{display:none !important;}
.raj-links{display:flex;flex-direction:column;gap:9px;margin:12px 0 4px;font-size:13px}
.raj-row,.raj-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px 20px}
.raj-caption{opacity:.65;margin-right:3px}
.raj-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.raj-item a:hover{opacity:1}
