:root{
  --c-bg:#4d2000; --c-surface:#c00110; --c-surface-alt:#e40113; --c-border:#fd0115;
  --c-text:#c0c0c1; --c-text-muted:#938072;
  --c-accent:#01a050; --c-accent-hover:#00d86f; --c-on-accent:#010000;
  --c-purple:#f40014; --c-purple-hover:#fc2c3d; --c-on-purple:#000100;
  --c-green:#3fe088; --c-shadow:rgba(3, 0, 0,.35);
  --c-overlay:rgba(15, 18, 35,.72);
  --arf-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, 15, 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); } }
.arf-cndxg {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--c-surface);
  padding: 9px 14px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 2,0.2), 0 2px 4px -1px rgba(0, 0, 3,0.12);
}
.arf-bcmmz {
  box-shadow: 0 4px 10px -1px var(--c-shadow);
}
.arf-brhgc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  max-width: 1600px;
  margin: 0 auto;
}
.arf-bagjf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.arf-bagjf span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-text);
  border-radius: 2px;
}
.arf-dsynp {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: var(--c-text);
}
.arf-xanct { flex-shrink: 0; line-height: 0; max-height: 36px; width: auto; }
img.arf-xanct { height: 36px; object-fit: contain; }
.arf-fsmdt {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.arf-zybmh { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.arf-zybmh .arf-yfgmd { padding: 12px 11px; font-size: 13px; }
.arf-yfgmd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 11px 22px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.arf-pjbbj { background: #9f9fa2; color: #0d1423; }
.arf-pjbbj:hover { background: #888a8a; }
.arf-hvjcn { background: var(--c-purple); color: var(--c-on-purple); }
.arf-hvjcn:hover { background: var(--c-purple-hover); }
.arf-cntdd {
  background: var(--c-accent);
  color: var(--c-on-accent);
  border-radius: 17px;
  font-size: 18px;
  padding: 15px 23px;
  width: 100%;
}
.arf-cntdd:hover { background: var(--c-accent-hover); }
.arf-wfvqz {
  position: fixed;
  inset: 0;
  background: rgba(1, 0, 0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 45;
}
.arf-xxwps { opacity: 1; pointer-events: auto; }
.arf-ghyaw {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.arf-wawqx {
  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: 17px 15px;
}
.arf-hvcnx { transform: translateX(0); }
.arf-eayjc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  align-self: flex-end;
  color: var(--c-text);
  margin-bottom: 9px;
}
.arf-tjwmz { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.arf-ftdfr {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 45px;
  padding: 8px 11px;
  border-radius: 10px;
  color: var(--c-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.arf-ftdfr:hover { background: color-mix(in srgb, var(--c-text) 6%, transparent); }
.arf-gmhav { display: flex; flex-shrink: 0; color: var(--c-text); }
.arf-xqmdk { flex: 1; }
.arf-kzzvx { flex-shrink: 0; color: var(--c-text-muted); }
.arf-wprts { flex: 1; min-width: 0; padding: 16px; }
.arf-ttaec {
  position: relative;
  border-radius: 17px;
  overflow: hidden;
  padding: 31px 21px;
  background:
    radial-gradient(circle at 15% 20%, rgba(147, 51, 233,0.32), transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(219, 39, 120,0.28), transparent 50%),
    linear-gradient(135deg, #1a2644 0%, #0d1226 100%);
  isolation: isolate;
}
.arf-ttaec::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(240, 240, 244,0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.5;
}
.arf-qpphd { max-width: 640px; }
.arf-kgmcv {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
}
.arf-byzfp {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 19px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  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: 8px; color: var(--c-text-muted); }
.arf-twwpv { max-width: 900px; margin: 29px auto 0; padding: 0 4px; }
.arf-twwpv h1, .arf-twwpv h2, .arf-twwpv h3,
.arf-twwpv h4, .arf-twwpv h5, .arf-twwpv h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 30px 0 10px;
}
.arf-twwpv h1 { font-size: 28px; font-weight: 600; margin-top: 0; }
.arf-twwpv h2 { font-size: 22px; }
.arf-twwpv h3 { font-size: 19px; }
.arf-twwpv h4 { font-size: 17px; }
.arf-twwpv h5, .arf-twwpv h6 { font-size: 15px; }
.arf-twwpv p { margin-bottom: 15px; color: var(--c-text); }
.arf-twwpv ul, .arf-twwpv ol { margin: 0 0 13px 18px; }
.arf-twwpv li { margin-bottom: 7px; }
.arf-twwpv a { color: var(--c-purple); text-decoration: underline; }
.arf-twwpv a:hover { color: var(--c-accent); }
.arf-twwpv strong { font-weight: 700; }
.arf-twwpv em { font-style: italic; }
.arf-twwpv img { border-radius: 10px; margin: 15px 0; }
.arf-twwpv blockquote {
  border-left: 3px solid var(--c-accent);
  background: var(--c-surface);
  padding: 12px 14px;
  border-radius: 0 11px 12px 0;
  font-style: italic;
  color: var(--c-text-muted);
  margin: 0 0 15px;
}
.arf-twwpv table {
  width: 100%;
  border-collapse: collapse;
  background: var(--c-surface);
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .arf-twwpv table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 10px;
  }
}
.arf-twwpv th, .arf-twwpv td {
  text-align: left;
  padding: 11px 13px;
  font-size: 14px;
}
.arf-twwpv th { font-weight: 700; background: var(--c-bg); }
.arf-twwpv td { color: var(--c-text-muted); }
.arf-twwpv tbody tr:nth-child(odd) { background: var(--c-surface); }
.arf-twwpv tbody tr:nth-child(even) { background: var(--c-bg); }
.avg-slider { margin: 21px 0; }
.avg-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 13px;
}
.avg-slider-title { font-size: 19px; font-weight: 700; }
.avg-slider-controls { display: flex; gap: 9px; flex-shrink: 0; }
.avg-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;
}
.avg-slider-btn:hover { background: var(--c-purple); color: var(--c-on-purple); }
.avg-slider-btn[disabled] { opacity: 0.35; pointer-events: none; }
.avg-slider-track {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -pye-overflow-style: none;
}
.avg-slider-track::-webkit-scrollbar { display: none; }
.avg-card { position: relative; flex: 0 0 auto; width: 120px; scroll-snap-align: start; }
.avg-link { display: block; text-decoration: none; color: inherit; }
.avg-thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 10px;
  overflow: hidden;
  background: var(--c-surface);
}
.avg-thumb img { width: 100%; height: 100%; object-fit: cover; }
.avg-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;
}
.avg-meta { padding-top: 10px; }
.avg-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;
}
.avg-provider { font-size: 10px; color: var(--c-text-muted); margin-top: 2px; }
.avg-wins-card {
  flex: 0 0 auto;
  min-width: 180px;
  background: var(--c-surface);
  border-radius: 9px;
  padding: 13px 13px;
  scroll-snap-align: start;
}
.avg-wins-row { display: flex; align-items: center; justify-content: space-between; gap: 9px; }
.avg-wins-player { font-size: 12px; font-weight: 700; }
.avg-wins-amount { font-size: 13px; font-weight: 700; color: var(--c-green); }
.avg-wins-game { font-size: 11px; color: var(--c-text-muted); margin-top: 3px; }
.arf-qrxvg { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 15px 0 25px; }
.arf-errep { background: var(--c-surface); border-radius: 12px; padding: 20px; }
.arf-errep h3 { margin: 0 0 9px; font-size: 16px; }
.arf-errep p { margin: 0; font-size: 14px; color: var(--c-text-muted); }
.arf-dcqth { background: var(--c-surface); border-radius: 11px; margin-bottom: 11px; overflow: hidden; }
.arf-dcqth summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  min-height: 45px;
  padding: 14px 19px;
  font-weight: 700;
  font-size: 15px;
}
.arf-dcqth summary::-webkit-details-marker { display: none; }
.arf-dbkfb { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.arf-dcqth[open] .arf-dbkfb { transform: rotate(180deg); }
.arf-dcqth p { margin: 0; padding: 0 16px 18px; color: var(--c-text-muted); font-size: 14px; }
.arf-qqkjk { background: var(--c-surface); margin-top: 32px; padding: 23px 15px; }
.arf-hmvmf { max-width: 1600px; margin: 0 auto; }
.arf-skxmk {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  justify-content: center;
}
.arf-skxmk a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 3px 11px;
  border-radius: 11px;
  background: color-mix(in srgb, var(--c-text) 6%, transparent);
}
.arf-skxmk a:hover { background: color-mix(in srgb, var(--c-text) 12%, transparent); }
.arf-skxmk img {
  width: 6rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
.arf-jxdtd { border: 0; border-top: 1px solid var(--c-border); margin: 19px 0; }
.arf-bpjsn { display: grid; grid-template-columns: 1fr; gap: 18px; }
.arf-ztqna { border-bottom: 1px solid var(--c-border); }
.arf-ztqna summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  list-style: none;
  min-height: 45px;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.arf-ztqna summary::-webkit-details-marker { display: none; }
.arf-bnkrb { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.arf-ztqna[open] .arf-bnkrb { transform: rotate(180deg); }
.arf-ztqna ul { list-style: none; display: flex; flex-direction: column; gap: 11px; padding: 2px 0 17px; }
.arf-ztqna a { color: var(--c-text-muted); text-decoration: none; font-size: 14px; }
.arf-ztqna a:hover { color: var(--c-text); }
.arf-fmtdx {
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: center;
  text-align: center;
}
.arf-bwkdh { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.arf-bwkdh 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);
}
.arf-bwkdh a:hover { background: var(--c-accent); }
.arf-pzynd { font-size: 13px; color: var(--c-text-muted); }
.arf-kqfdy {
  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);
}
.arf-kqfdy:hover { background: var(--c-purple); color: var(--c-on-purple); }
@media (min-width: 768px) {
  .arf-ttaec { padding: 43px 34px; }
  .arf-kgmcv { font-size: 32px; }
  .arf-bpjsn { grid-template-columns: repeat(2, 1fr); }
  .arf-fmtdx { flex-direction: row; justify-content: space-between; text-align: left; }
  .avg-card { width: 145px; }
  .avg-wins-card { min-width: 200px; }
  .arf-qrxvg { grid-template-columns: repeat(2, 1fr); }
  .arf-ztqna { border-bottom: 0; }
  .arf-ztqna summary { cursor: default; pointer-events: none; min-height: 0; padding: 0 0 11px; }
  .arf-bnkrb { display: none; }
  .arf-ztqna ul { padding: 0; }
}
@media (min-width: 1024px) {
  .arf-cndxg { padding: 17px 34px; }
  .arf-bagjf { display: none; }
  .arf-zybmh { gap: 8px; }
  .arf-zybmh .arf-yfgmd { padding: 9px 18px; font-size: 15px; }
  .arf-dsynp { flex: 0 1 auto; }
  .arf-fsmdt { font-size: 19px; }
  .arf-wfvqz { display: none; }
  .arf-wawqx {
    position: sticky;
    top: var(--arf-header-h);
    height: calc(100vh - var(--arf-header-h));
    z-index: 1;
    max-width: none;
    width: 260px;
    transform: none;
    flex-shrink: 0;
    padding: 19px 12px;
  }
  .arf-eayjc { display: none; }
  .arf-wprts { padding: 23px 33px; }
  .arf-ttaec { padding: 56px 50px; }
  .arf-kgmcv { font-size: 42px; }
  .arf-byzfp { font-size: 20px; }
  .arf-cntdd { width: auto; }
  .arf-twwpv { padding: 0; }
  .arf-qqkjk { padding: 34px; }
  .arf-bpjsn { grid-template-columns: repeat(4, 1fr); }
  .avg-slider-btn { width: 38px; height: 38px; }
  .avg-card { width: 165px; }
  .avg-wins-card { min-width: 220px; }
  .arf-qrxvg { grid-template-columns: repeat(3, 1fr); }
}
.pye-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;margin:17px 0 9px}
.pye-lead{display:flex;align-items:center;gap:11px}
.pye-age{width:32px;height:32px;flex:0 0 auto}
.pye-chip{font-size:13px;line-height:1.35;opacity:.85}
.pye-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:9px}
.pye-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.tkq-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.tkq-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);
}
.tkq-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.tkq-text a { color: var(--c-accent); text-decoration: underline; }
.tkq-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.tkq-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 8px 17px;
    border-radius: 15px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.tkq-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.tkq-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.tkq-btn--reject,
.tkq-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.tkq-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);
}
.tkq-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 22px;
    border-radius: 16px;
    background: var(--c-surface);
}
.tkq-modal__title { margin-bottom: 11px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.tkq-modal__desc { margin-bottom: 18px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.tkq-categories { display: flex; flex-direction: column; gap: 13px; margin-bottom: 16px; }
.tkq-cat { padding-bottom: 12px; border-bottom: 1px solid var(--c-border); }
.tkq-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.tkq-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 11px; margin-bottom: 5px; }
.tkq-cat__name { font-weight: 600; color: var(--c-text); }
.tkq-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.tkq-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.tkq-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.tkq-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.tkq-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 10px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.tkq-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;
}
.tkq-toggle input:checked + .tkq-toggle__slider { background: var(--c-accent); }
.tkq-toggle input:checked + .tkq-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.tkq-modal__actions { display: flex; flex-wrap: wrap; gap: 9px; }
@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: 18px 24px; }
    .yqj-media img { aspect-ratio: 16 / 6.5; }
    .tkq-banner { flex-direction: row; align-items: center; gap: 21px; }
    .tkq-actions { flex: none; }
    .tkq-btn { flex: none; }
}
[hidden]{display:none !important;}
.drw-links{display:flex;flex-direction:column;gap:7px;margin:16px 0 4px;font-size:13px}
.drw-row,.drw-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 17px}
.drw-caption{opacity:.65;margin-right:2px}
.drw-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.drw-item a:hover{opacity:1}
