:root{
  --c-bg:#121010; --c-surface:#301e20; --c-surface-alt:#452e2d; --c-border:#553b38;
  --c-text:#cda060; --c-text-muted:#836440;
  --c-accent:#2060d3; --c-accent-hover:#467ee2; --c-on-accent:#fffffe;
  --c-purple:#313434; --c-purple-hover:#4d5050; --c-on-purple:#fffffe;
  --c-green:#3fe28a; --c-shadow:rgba(1, 0, 0,.35);
  --c-overlay:rgba(13, 18, 33,.72);
  --krf-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(12, 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); } }
.krf-vbpnt {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--c-surface);
  padding: 9px 17px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 2,0.2), 0 2px 4px -1px rgba(3, 0, 0,0.12);
}
.krf-nyhzg {
  box-shadow: 0 4px 10px -1px var(--c-shadow);
}
.krf-kdkex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 1600px;
  margin: 0 auto;
}
.krf-wafwc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.krf-wafwc span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-text);
  border-radius: 2px;
}
.krf-xaxfs {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: var(--c-text);
}
.krf-ehgqb { flex-shrink: 0; line-height: 0; max-height: 36px; width: auto; }
img.krf-ehgqb { height: 36px; object-fit: contain; }
.krf-ghsrd {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.krf-rgnqk { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.krf-rgnqk .krf-pztzn { padding: 12px 11px; font-size: 13px; }
.krf-pztzn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 11px 19px;
  border-radius: 7px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.krf-edhhj { background: #9f9f9e; color: #0d1323; }
.krf-edhhj:hover { background: #878a8a; }
.krf-jstrj { background: var(--c-purple); color: var(--c-on-purple); }
.krf-jstrj:hover { background: var(--c-purple-hover); }
.krf-qwtch {
  background: var(--c-accent);
  color: var(--c-on-accent);
  border-radius: 17px;
  font-size: 18px;
  padding: 16px 22px;
  width: 100%;
}
.krf-qwtch:hover { background: var(--c-accent-hover); }
.krf-qkmmq {
  position: fixed;
  inset: 0;
  background: rgba(1, 0, 0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 45;
}
.krf-dzdsm { opacity: 1; pointer-events: auto; }
.krf-wdwzq {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.krf-vsbsq {
  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 15px;
}
.krf-rvpbv { transform: translateX(0); }
.krf-rrnqr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  align-self: flex-end;
  color: var(--c-text);
  margin-bottom: 7px;
}
.krf-etdcv { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.krf-xyvsr {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 45px;
  padding: 8px 13px;
  border-radius: 10px;
  color: var(--c-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.krf-xyvsr:hover { background: color-mix(in srgb, var(--c-text) 6%, transparent); }
.krf-fhmdv { display: flex; flex-shrink: 0; color: var(--c-text); }
.krf-yskxg { flex: 1; }
.krf-tyazw { flex-shrink: 0; color: var(--c-text-muted); }
.krf-fepwe { flex: 1; min-width: 0; padding: 13px; }
.krf-teagh {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  padding: 30px 18px;
  background:
    radial-gradient(circle at 15% 20%, rgba(147, 50, 234,0.32), transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(221, 39, 119,0.28), transparent 50%),
    linear-gradient(135deg, #1a2645 0%, #0d1224 100%);
  isolation: isolate;
}
.krf-teagh::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(240, 242, 243,0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.5;
}
.krf-rcxnq { max-width: 640px; }
.krf-pasqy {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
}
.krf-abhhd {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px;
}
.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: 4px; color: var(--c-text-muted); }
.krf-wkezf { max-width: 900px; margin: 26px auto 0; padding: 0 7px; }
.krf-wkezf h1, .krf-wkezf h2, .krf-wkezf h3,
.krf-wkezf h4, .krf-wkezf h5, .krf-wkezf h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 27px 0 11px;
}
.krf-wkezf h1 { font-size: 28px; font-weight: 600; margin-top: 0; }
.krf-wkezf h2 { font-size: 22px; }
.krf-wkezf h3 { font-size: 19px; }
.krf-wkezf h4 { font-size: 17px; }
.krf-wkezf h5, .krf-wkezf h6 { font-size: 15px; }
.krf-wkezf p { margin-bottom: 13px; color: var(--c-text); }
.krf-wkezf ul, .krf-wkezf ol { margin: 0 0 12px 21px; }
.krf-wkezf li { margin-bottom: 8px; }
.krf-wkezf a { color: var(--c-purple); text-decoration: underline; }
.krf-wkezf a:hover { color: var(--c-accent); }
.krf-wkezf strong { font-weight: 700; }
.krf-wkezf em { font-style: italic; }
.krf-wkezf img { border-radius: 10px; margin: 16px 0; }
.krf-wkezf blockquote {
  border-left: 3px solid var(--c-accent);
  background: var(--c-surface);
  padding: 13px 18px;
  border-radius: 0 11px 11px 0;
  font-style: italic;
  color: var(--c-text-muted);
  margin: 0 0 15px;
}
.krf-wkezf table {
  width: 100%;
  border-collapse: collapse;
  background: var(--c-surface);
  border-radius: 14px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .krf-wkezf table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 14px;
  }
}
.krf-wkezf th, .krf-wkezf td {
  text-align: left;
  padding: 10px 13px;
  font-size: 14px;
}
.krf-wkezf th { font-weight: 700; background: var(--c-bg); }
.krf-wkezf td { color: var(--c-text-muted); }
.krf-wkezf tbody tr:nth-child(odd) { background: var(--c-surface); }
.krf-wkezf tbody tr:nth-child(even) { background: var(--c-bg); }
.sxw-slider { margin: 24px 0; }
.sxw-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.sxw-slider-title { font-size: 19px; font-weight: 700; }
.sxw-slider-controls { display: flex; gap: 6px; flex-shrink: 0; }
.sxw-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;
}
.sxw-slider-btn:hover { background: var(--c-purple); color: var(--c-on-purple); }
.sxw-slider-btn[disabled] { opacity: 0.35; pointer-events: none; }
.sxw-slider-track {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -skw-overflow-style: none;
}
.sxw-slider-track::-webkit-scrollbar { display: none; }
.sxw-card { position: relative; flex: 0 0 auto; width: 120px; scroll-snap-align: start; }
.sxw-link { display: block; text-decoration: none; color: inherit; }
.sxw-thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 13px;
  overflow: hidden;
  background: var(--c-surface);
}
.sxw-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sxw-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: 19px;
  padding: 4px 9px;
  font-size: 10px;
  font-weight: 600;
}
.sxw-meta { padding-top: 6px; }
.sxw-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;
}
.sxw-provider { font-size: 10px; color: var(--c-text-muted); margin-top: 2px; }
.sxw-wins-card {
  flex: 0 0 auto;
  min-width: 180px;
  background: var(--c-surface);
  border-radius: 11px;
  padding: 10px 13px;
  scroll-snap-align: start;
}
.sxw-wins-row { display: flex; align-items: center; justify-content: space-between; gap: 11px; }
.sxw-wins-player { font-size: 12px; font-weight: 700; }
.sxw-wins-amount { font-size: 13px; font-weight: 700; color: var(--c-green); }
.sxw-wins-game { font-size: 11px; color: var(--c-text-muted); margin-top: 6px; }
.krf-ctnck { display: grid; grid-template-columns: 1fr; gap: 16px; margin: 15px 0 23px; }
.krf-dtpej { background: var(--c-surface); border-radius: 12px; padding: 20px; }
.krf-dtpej h3 { margin: 0 0 10px; font-size: 16px; }
.krf-dtpej p { margin: 0; font-size: 14px; color: var(--c-text-muted); }
.krf-xqqbt { background: var(--c-surface); border-radius: 13px; margin-bottom: 9px; overflow: hidden; }
.krf-xqqbt summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 45px;
  padding: 18px 20px;
  font-weight: 700;
  font-size: 15px;
}
.krf-xqqbt summary::-webkit-details-marker { display: none; }
.krf-tjhek { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.krf-xqqbt[open] .krf-tjhek { transform: rotate(180deg); }
.krf-xqqbt p { margin: 0; padding: 0 20px 18px; color: var(--c-text-muted); font-size: 14px; }
.krf-crxvf { background: var(--c-surface); margin-top: 28px; padding: 25px 14px; }
.krf-dadgz { max-width: 1600px; margin: 0 auto; }
.krf-nkwvw {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  justify-content: center;
}
.krf-nkwvw a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 2px 12px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--c-text) 6%, transparent);
}
.krf-nkwvw a:hover { background: color-mix(in srgb, var(--c-text) 12%, transparent); }
.krf-nkwvw img {
  width: 6rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
.krf-wnyyt { border: 0; border-top: 1px solid var(--c-border); margin: 19px 0; }
.krf-bwsgp { display: grid; grid-template-columns: 1fr; gap: 22px; }
.krf-tadvt { border-bottom: 1px solid var(--c-border); }
.krf-tadvt 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;
}
.krf-tadvt summary::-webkit-details-marker { display: none; }
.krf-dkhpe { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.krf-tadvt[open] .krf-dkhpe { transform: rotate(180deg); }
.krf-tadvt ul { list-style: none; display: flex; flex-direction: column; gap: 12px; padding: 2px 0 15px; }
.krf-tadvt a { color: var(--c-text-muted); text-decoration: none; font-size: 14px; }
.krf-tadvt a:hover { color: var(--c-text); }
.krf-csget {
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: center;
  text-align: center;
}
.krf-wqfsr { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.krf-wqfsr 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);
}
.krf-wqfsr a:hover { background: var(--c-accent); }
.krf-feckc { font-size: 13px; color: var(--c-text-muted); }
.krf-excxn {
  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);
}
.krf-excxn:hover { background: var(--c-purple); color: var(--c-on-purple); }
@media (min-width: 768px) {
  .krf-teagh { padding: 43px 33px; }
  .krf-pasqy { font-size: 32px; }
  .krf-bwsgp { grid-template-columns: repeat(2, 1fr); }
  .krf-csget { flex-direction: row; justify-content: space-between; text-align: left; }
  .sxw-card { width: 145px; }
  .sxw-wins-card { min-width: 200px; }
  .krf-ctnck { grid-template-columns: repeat(2, 1fr); }
  .krf-tadvt { border-bottom: 0; }
  .krf-tadvt summary { cursor: default; pointer-events: none; min-height: 0; padding: 0 0 13px; }
  .krf-dkhpe { display: none; }
  .krf-tadvt ul { padding: 0; }
}
@media (min-width: 1024px) {
  .krf-vbpnt { padding: 17px 30px; }
  .krf-wafwc { display: none; }
  .krf-rgnqk { gap: 9px; }
  .krf-rgnqk .krf-pztzn { padding: 8px 18px; font-size: 15px; }
  .krf-xaxfs { flex: 0 1 auto; }
  .krf-ghsrd { font-size: 19px; }
  .krf-qkmmq { display: none; }
  .krf-vsbsq {
    position: sticky;
    top: var(--krf-header-h);
    height: calc(100vh - var(--krf-header-h));
    z-index: 1;
    max-width: none;
    width: 260px;
    transform: none;
    flex-shrink: 0;
    padding: 19px 12px;
  }
  .krf-rrnqr { display: none; }
  .krf-fepwe { padding: 22px 30px; }
  .krf-teagh { padding: 56px 49px; }
  .krf-pasqy { font-size: 42px; }
  .krf-abhhd { font-size: 20px; }
  .krf-qwtch { width: auto; }
  .krf-wkezf { padding: 0; }
  .krf-crxvf { padding: 30px; }
  .krf-bwsgp { grid-template-columns: repeat(4, 1fr); }
  .sxw-slider-btn { width: 38px; height: 38px; }
  .sxw-card { width: 165px; }
  .sxw-wins-card { min-width: 220px; }
  .krf-ctnck { grid-template-columns: repeat(3, 1fr); }
}
.skw-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:13px;margin:20px 0 11px}
.skw-lead{display:flex;align-items:center;gap:8px}
.skw-age{width:32px;height:32px;flex:0 0 auto}
.skw-chip{font-size:13px;line-height:1.35;opacity:.85}
.skw-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:9px}
.skw-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.ysc-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.ysc-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 17px 21px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.ysc-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.ysc-text a { color: var(--c-accent); text-decoration: underline; }
.ysc-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.ysc-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 12px 16px;
    border-radius: 13px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.ysc-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.ysc-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.ysc-btn--reject,
.ysc-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.ysc-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);
}
.ysc-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 18px;
    border-radius: 12px;
    background: var(--c-surface);
}
.ysc-modal__title { margin-bottom: 9px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.ysc-modal__desc { margin-bottom: 17px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.ysc-categories { display: flex; flex-direction: column; gap: 16px; margin-bottom: 20px; }
.ysc-cat { padding-bottom: 12px; border-bottom: 1px solid var(--c-border); }
.ysc-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.ysc-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 11px; margin-bottom: 4px; }
.ysc-cat__name { font-weight: 600; color: var(--c-text); }
.ysc-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.ysc-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.ysc-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.ysc-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.ysc-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 11px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.ysc-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;
}
.ysc-toggle input:checked + .ysc-toggle__slider { background: var(--c-accent); }
.ysc-toggle input:checked + .ysc-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.ysc-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 34px; }
    .wn-rg { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 18px 21px; }
    .dte-media img { aspect-ratio: 16 / 6.5; }
    .ysc-banner { flex-direction: row; align-items: center; gap: 22px; }
    .ysc-actions { flex: none; }
    .ysc-btn { flex: none; }
}
[hidden]{display:none !important;}
.pfn-links{display:flex;flex-direction:column;gap:10px;margin:12px 0 8px;font-size:13px}
.pfn-row,.pfn-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px 19px}
.pfn-caption{opacity:.65;margin-right:2px}
.pfn-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.pfn-item a:hover{opacity:1}
