:root{
  --c-bg:#101042; --c-surface:#2e3070; --c-surface-alt:#3b3e89; --c-border:#41429b;
  --c-text:#c0a290; --c-text-muted:#7a6970;
  --c-accent:#bea070; --c-accent-hover:#ceba97; --c-on-accent:#10103f;
  --c-purple:#a0206e; --c-purple-hover:#cc2991; --c-on-purple:#feffff;
  --c-green:#40e08a; --c-shadow:rgba(0, 1, 0,.35);
  --c-overlay:rgba(13, 17, 35,.72);
  --amem-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(16, 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); } }
.amem-bacqh {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--c-surface);
  padding: 12px 15px;
  box-shadow: 0 4px 6px -1px rgba(0, 3, 0,0.2), 0 2px 4px -1px rgba(3, 0, 0,0.12);
}
.amem-rfzyy {
  box-shadow: 0 4px 10px -1px var(--c-shadow);
}
.amem-kryrq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 1600px;
  margin: 0 auto;
}
.amem-ydqjy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.amem-ydqjy span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-text);
  border-radius: 2px;
}
.amem-jcqtt {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: var(--c-text);
}
.amem-nfdbs { flex-shrink: 0; line-height: 0; max-height: 36px; width: auto; }
img.amem-nfdbs { height: 36px; object-fit: contain; }
.amem-yzstc {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.amem-qmdrc { display: flex; align-items: center; gap: 7px; flex-shrink: 0; }
.amem-qmdrc .amem-jdhrx { padding: 11px 13px; font-size: 13px; }
.amem-jdhrx {
  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;
}
.amem-wwjgd { background: #a19f9f; color: #0b1223; }
.amem-wwjgd:hover { background: #8a8a8d; }
.amem-dvqes { background: var(--c-purple); color: var(--c-on-purple); }
.amem-dvqes:hover { background: var(--c-purple-hover); }
.amem-mnfcy {
  background: var(--c-accent);
  color: var(--c-on-accent);
  border-radius: 17px;
  font-size: 18px;
  padding: 16px 26px;
  width: 100%;
}
.amem-mnfcy:hover { background: var(--c-accent-hover); }
.amem-acnxa {
  position: fixed;
  inset: 0;
  background: rgba(0, 1, 0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 45;
}
.amem-vznyg { opacity: 1; pointer-events: auto; }
.amem-yhnbc {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.amem-ktbff {
  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 12px;
}
.amem-shmef { transform: translateX(0); }
.amem-sphdv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  align-self: flex-end;
  color: var(--c-text);
  margin-bottom: 6px;
}
.amem-jvree { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.amem-xeghc {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 45px;
  padding: 11px 13px;
  border-radius: 10px;
  color: var(--c-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.amem-xeghc:hover { background: color-mix(in srgb, var(--c-text) 6%, transparent); }
.amem-gygrt { display: flex; flex-shrink: 0; color: var(--c-text); }
.amem-qhznj { flex: 1; }
.amem-srvfj { flex-shrink: 0; color: var(--c-text-muted); }
.amem-kappg { flex: 1; min-width: 0; padding: 12px; }
.amem-tbzwy {
  position: relative;
  border-radius: 17px;
  overflow: hidden;
  padding: 30px 18px;
  background:
    radial-gradient(circle at 15% 20%, rgba(150, 51, 234,0.32), transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(219, 42, 119,0.28), transparent 50%),
    linear-gradient(135deg, #1b2647 0%, #101223 100%);
  isolation: isolate;
}
.amem-tbzwy::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(240, 243, 244,0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.5;
}
.amem-ymamg { max-width: 640px; }
.amem-yxbpk {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
.amem-bmvgc {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 19px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  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: 4px; color: var(--c-text-muted); }
.amem-xmpqw { max-width: 900px; margin: 26px auto 0; padding: 0 7px; }
.amem-xmpqw h1, .amem-xmpqw h2, .amem-xmpqw h3,
.amem-xmpqw h4, .amem-xmpqw h5, .amem-xmpqw h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 30px 0 10px;
}
.amem-xmpqw h1 { font-size: 28px; font-weight: 600; margin-top: 0; }
.amem-xmpqw h2 { font-size: 22px; }
.amem-xmpqw h3 { font-size: 19px; }
.amem-xmpqw h4 { font-size: 17px; }
.amem-xmpqw h5, .amem-xmpqw h6 { font-size: 15px; }
.amem-xmpqw p { margin-bottom: 16px; color: var(--c-text); }
.amem-xmpqw ul, .amem-xmpqw ol { margin: 0 0 12px 21px; }
.amem-xmpqw li { margin-bottom: 7px; }
.amem-xmpqw a { color: var(--c-purple); text-decoration: underline; }
.amem-xmpqw a:hover { color: var(--c-accent); }
.amem-xmpqw strong { font-weight: 700; }
.amem-xmpqw em { font-style: italic; }
.amem-xmpqw img { border-radius: 13px; margin: 15px 0; }
.amem-xmpqw blockquote {
  border-left: 3px solid var(--c-accent);
  background: var(--c-surface);
  padding: 12px 17px;
  border-radius: 0 11px 8px 0;
  font-style: italic;
  color: var(--c-text-muted);
  margin: 0 0 15px;
}
.amem-xmpqw table {
  width: 100%;
  border-collapse: collapse;
  background: var(--c-surface);
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .amem-xmpqw table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 11px;
  }
}
.amem-xmpqw th, .amem-xmpqw td {
  text-align: left;
  padding: 13px 15px;
  font-size: 14px;
}
.amem-xmpqw th { font-weight: 700; background: var(--c-bg); }
.amem-xmpqw td { color: var(--c-text-muted); }
.amem-xmpqw tbody tr:nth-child(odd) { background: var(--c-surface); }
.amem-xmpqw tbody tr:nth-child(even) { background: var(--c-bg); }
.cmph-slider { margin: 24px 0; }
.cmph-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 13px;
}
.cmph-slider-title { font-size: 19px; font-weight: 700; }
.cmph-slider-controls { display: flex; gap: 7px; flex-shrink: 0; }
.cmph-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;
}
.cmph-slider-btn:hover { background: var(--c-purple); color: var(--c-on-purple); }
.cmph-slider-btn[disabled] { opacity: 0.35; pointer-events: none; }
.cmph-slider-track {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -jnth-overflow-style: none;
}
.cmph-slider-track::-webkit-scrollbar { display: none; }
.cmph-card { position: relative; flex: 0 0 auto; width: 120px; scroll-snap-align: start; }
.cmph-link { display: block; text-decoration: none; color: inherit; }
.cmph-thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 14px;
  overflow: hidden;
  background: var(--c-surface);
}
.cmph-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cmph-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: 22px;
  padding: 1px 6px;
  font-size: 10px;
  font-weight: 600;
}
.cmph-meta { padding-top: 9px; }
.cmph-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;
}
.cmph-provider { font-size: 10px; color: var(--c-text-muted); margin-top: 2px; }
.cmph-wins-card {
  flex: 0 0 auto;
  min-width: 180px;
  background: var(--c-surface);
  border-radius: 12px;
  padding: 13px 15px;
  scroll-snap-align: start;
}
.cmph-wins-row { display: flex; align-items: center; justify-content: space-between; gap: 9px; }
.cmph-wins-player { font-size: 12px; font-weight: 700; }
.cmph-wins-amount { font-size: 13px; font-weight: 700; color: var(--c-green); }
.cmph-wins-game { font-size: 11px; color: var(--c-text-muted); margin-top: 2px; }
.amem-ypthn { display: grid; grid-template-columns: 1fr; gap: 13px; margin: 15px 0 22px; }
.amem-krsyr { background: var(--c-surface); border-radius: 16px; padding: 17px; }
.amem-krsyr h3 { margin: 0 0 10px; font-size: 16px; }
.amem-krsyr p { margin: 0; font-size: 14px; color: var(--c-text-muted); }
.amem-hbmcy { background: var(--c-surface); border-radius: 14px; margin-bottom: 11px; overflow: hidden; }
.amem-hbmcy summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 45px;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 15px;
}
.amem-hbmcy summary::-webkit-details-marker { display: none; }
.amem-nnenh { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.amem-hbmcy[open] .amem-nnenh { transform: rotate(180deg); }
.amem-hbmcy p { margin: 0; padding: 0 17px 18px; color: var(--c-text-muted); font-size: 14px; }
.amem-wxjkj { background: var(--c-surface); margin-top: 32px; padding: 22px 18px; }
.amem-ptdvk { max-width: 1600px; margin: 0 auto; }
.amem-xafnq {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.amem-xafnq a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 5px 8px;
  border-radius: 9px;
  background: color-mix(in srgb, var(--c-text) 6%, transparent);
}
.amem-xafnq a:hover { background: color-mix(in srgb, var(--c-text) 12%, transparent); }
.amem-xafnq img {
  width: 6rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
.amem-szzcr { border: 0; border-top: 1px solid var(--c-border); margin: 21px 0; }
.amem-ybyqa { display: grid; grid-template-columns: 1fr; gap: 18px; }
.amem-nwffp { border-bottom: 1px solid var(--c-border); }
.amem-nwffp summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  list-style: none;
  min-height: 45px;
  padding: 2px 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.amem-nwffp summary::-webkit-details-marker { display: none; }
.amem-anann { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.amem-nwffp[open] .amem-anann { transform: rotate(180deg); }
.amem-nwffp ul { list-style: none; display: flex; flex-direction: column; gap: 9px; padding: 2px 0 15px; }
.amem-nwffp a { color: var(--c-text-muted); text-decoration: none; font-size: 14px; }
.amem-nwffp a:hover { color: var(--c-text); }
.amem-zwahz {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  text-align: center;
}
.amem-yzxcd { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.amem-yzxcd 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);
}
.amem-yzxcd a:hover { background: var(--c-accent); }
.amem-ewfks { font-size: 13px; color: var(--c-text-muted); }
.amem-hxnab {
  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);
}
.amem-hxnab:hover { background: var(--c-purple); color: var(--c-on-purple); }
@media (min-width: 768px) {
  .amem-tbzwy { padding: 45px 34px; }
  .amem-yxbpk { font-size: 32px; }
  .amem-ybyqa { grid-template-columns: repeat(2, 1fr); }
  .amem-zwahz { flex-direction: row; justify-content: space-between; text-align: left; }
  .cmph-card { width: 145px; }
  .cmph-wins-card { min-width: 200px; }
  .amem-ypthn { grid-template-columns: repeat(2, 1fr); }
  .amem-nwffp { border-bottom: 0; }
  .amem-nwffp summary { cursor: default; pointer-events: none; min-height: 0; padding: 0 0 11px; }
  .amem-anann { display: none; }
  .amem-nwffp ul { padding: 0; }
}
@media (min-width: 1024px) {
  .amem-bacqh { padding: 18px 33px; }
  .amem-ydqjy { display: none; }
  .amem-qmdrc { gap: 8px; }
  .amem-qmdrc .amem-jdhrx { padding: 12px 18px; font-size: 15px; }
  .amem-jcqtt { flex: 0 1 auto; }
  .amem-yzstc { font-size: 19px; }
  .amem-acnxa { display: none; }
  .amem-ktbff {
    position: sticky;
    top: var(--amem-header-h);
    height: calc(100vh - var(--amem-header-h));
    z-index: 1;
    max-width: none;
    width: 260px;
    transform: none;
    flex-shrink: 0;
    padding: 21px 15px;
  }
  .amem-sphdv { display: none; }
  .amem-kappg { padding: 23px 30px; }
  .amem-tbzwy { padding: 56px 49px; }
  .amem-yxbpk { font-size: 42px; }
  .amem-bmvgc { font-size: 20px; }
  .amem-mnfcy { width: auto; }
  .amem-xmpqw { padding: 0; }
  .amem-wxjkj { padding: 33px; }
  .amem-ybyqa { grid-template-columns: repeat(4, 1fr); }
  .cmph-slider-btn { width: 38px; height: 38px; }
  .cmph-card { width: 165px; }
  .cmph-wins-card { min-width: 220px; }
  .amem-ypthn { grid-template-columns: repeat(3, 1fr); }
}
.jnth-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:15px;margin:19px 0 8px}
.jnth-lead{display:flex;align-items:center;gap:11px}
.jnth-age{width:32px;height:32px;flex:0 0 auto}
.jnth-chip{font-size:13px;line-height:1.35;opacity:.85}
.jnth-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}
.jnth-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.rmha-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.rmha-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 15px 21px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.rmha-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.rmha-text a { color: var(--c-accent); text-decoration: underline; }
.rmha-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.rmha-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 12px 17px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.rmha-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.rmha-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.rmha-btn--reject,
.rmha-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.rmha-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);
}
.rmha-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 21px;
    border-radius: 13px;
    background: var(--c-surface);
}
.rmha-modal__title { margin-bottom: 12px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.rmha-modal__desc { margin-bottom: 15px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.rmha-categories { display: flex; flex-direction: column; gap: 16px; margin-bottom: 20px; }
.rmha-cat { padding-bottom: 15px; border-bottom: 1px solid var(--c-border); }
.rmha-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.rmha-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 8px; }
.rmha-cat__name { font-weight: 600; color: var(--c-text); }
.rmha-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.rmha-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.rmha-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.rmha-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.rmha-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 11px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.rmha-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;
}
.rmha-toggle input:checked + .rmha-toggle__slider { background: var(--c-accent); }
.rmha-toggle input:checked + .rmha-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.rmha-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: 18px 24px; }
    .hpdg-media img { aspect-ratio: 16 / 6.5; }
    .rmha-banner { flex-direction: row; align-items: center; gap: 19px; }
    .rmha-actions { flex: none; }
    .rmha-btn { flex: none; }
}
[hidden]{display:none !important;}
.xqsk-links{display:flex;flex-direction:column;gap:6px;margin:12px 0 8px;font-size:13px}
.xqsk-row,.xqsk-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px 20px}
.xqsk-caption{opacity:.65;margin-right:2px}
.xqsk-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.xqsk-item a:hover{opacity:1}
