:root{
  --c-bg:#000100; --c-surface:#121211; --c-surface-alt:#242524; --c-border:#313134;
  --c-text:#f2f4f4; --c-text-muted:#8e9294;
  --c-accent:#3063d0; --c-accent-hover:#5c83da; --c-on-accent:#fffeff;
  --c-purple:#2d60d0; --c-purple-hover:#5e83d7; --c-on-purple:#feffff;
  --c-green:#3de08a; --c-shadow:rgba(0, 0, 1,.35);
  --c-overlay:rgba(14, 18, 35,.72);
  --msb-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(15, 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); } }
.msb-hjrnx {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--c-surface);
  padding: 8px 14px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 1,0.2), 0 2px 4px -1px rgba(0, 2, 0,0.12);
}
.msb-wqmbv {
  box-shadow: 0 4px 10px -1px var(--c-shadow);
}
.msb-akkny {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  max-width: 1600px;
  margin: 0 auto;
}
.msb-dywgm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.msb-dywgm span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-text);
  border-radius: 2px;
}
.msb-wcpfd {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: var(--c-text);
}
.msb-rctfm { flex-shrink: 0; line-height: 0; max-height: 36px; width: auto; }
img.msb-rctfm { height: 36px; object-fit: contain; }
.msb-gzvds {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.msb-wfeer { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.msb-wfeer .msb-gvegt { padding: 8px 14px; font-size: 13px; }
.msb-gvegt {
  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;
}
.msb-wyynd { background: #9f9f9c; color: #0c1223; }
.msb-wyynd:hover { background: #8a8c8a; }
.msb-jpbbk { background: var(--c-purple); color: var(--c-on-purple); }
.msb-jpbbk:hover { background: var(--c-purple-hover); }
.msb-htncm {
  background: var(--c-accent);
  color: var(--c-on-accent);
  border-radius: 13px;
  font-size: 18px;
  padding: 16px 25px;
  width: 100%;
}
.msb-htncm:hover { background: var(--c-accent-hover); }
.msb-jkfnz {
  position: fixed;
  inset: 0;
  background: rgba(1, 0, 0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 45;
}
.msb-zdxxm { opacity: 1; pointer-events: auto; }
.msb-dypad {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.msb-xnmcb {
  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;
}
.msb-rfvyh { transform: translateX(0); }
.msb-pzxvn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  align-self: flex-end;
  color: var(--c-text);
  margin-bottom: 7px;
}
.msb-kmyee { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.msb-yhcaq {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 45px;
  padding: 8px 14px;
  border-radius: 9px;
  color: var(--c-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.msb-yhcaq:hover { background: color-mix(in srgb, var(--c-text) 6%, transparent); }
.msb-wrfkf { display: flex; flex-shrink: 0; color: var(--c-text); }
.msb-cydgz { flex: 1; }
.msb-zvwcb { flex-shrink: 0; color: var(--c-text-muted); }
.msb-ktztd { flex: 1; min-width: 0; padding: 15px; }
.msb-pntxv {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  padding: 34px 18px;
  background:
    radial-gradient(circle at 15% 20%, rgba(147, 53, 234,0.32), transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(219, 39, 122,0.28), transparent 50%),
    linear-gradient(135deg, #172647 0%, #0d1323 100%);
  isolation: isolate;
}
.msb-pntxv::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(241, 242, 244,0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.5;
}
.msb-pyzzp { max-width: 640px; }
.msb-bzkwq {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 13px;
}
.msb-nhwzm {
  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: 19px;
}
.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); }
.msb-mcwfr { max-width: 900px; margin: 29px auto 0; padding: 0 8px; }
.msb-mcwfr h1, .msb-mcwfr h2, .msb-mcwfr h3,
.msb-mcwfr h4, .msb-mcwfr h5, .msb-mcwfr h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 29px 0 11px;
}
.msb-mcwfr h1 { font-size: 28px; font-weight: 600; margin-top: 0; }
.msb-mcwfr h2 { font-size: 22px; }
.msb-mcwfr h3 { font-size: 19px; }
.msb-mcwfr h4 { font-size: 17px; }
.msb-mcwfr h5, .msb-mcwfr h6 { font-size: 15px; }
.msb-mcwfr p { margin-bottom: 15px; color: var(--c-text); }
.msb-mcwfr ul, .msb-mcwfr ol { margin: 0 0 16px 18px; }
.msb-mcwfr li { margin-bottom: 7px; }
.msb-mcwfr a { color: var(--c-purple); text-decoration: underline; }
.msb-mcwfr a:hover { color: var(--c-accent); }
.msb-mcwfr strong { font-weight: 700; }
.msb-mcwfr em { font-style: italic; }
.msb-mcwfr img { border-radius: 14px; margin: 13px 0; }
.msb-mcwfr blockquote {
  border-left: 3px solid var(--c-accent);
  background: var(--c-surface);
  padding: 16px 15px;
  border-radius: 0 8px 12px 0;
  font-style: italic;
  color: var(--c-text-muted);
  margin: 0 0 12px;
}
.msb-mcwfr table {
  width: 100%;
  border-collapse: collapse;
  background: var(--c-surface);
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .msb-mcwfr table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 11px;
  }
}
.msb-mcwfr th, .msb-mcwfr td {
  text-align: left;
  padding: 14px 13px;
  font-size: 14px;
}
.msb-mcwfr th { font-weight: 700; background: var(--c-bg); }
.msb-mcwfr td { color: var(--c-text-muted); }
.msb-mcwfr tbody tr:nth-child(odd) { background: var(--c-surface); }
.msb-mcwfr tbody tr:nth-child(even) { background: var(--c-bg); }
.nbf-slider { margin: 21px 0; }
.nbf-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 13px;
}
.nbf-slider-title { font-size: 19px; font-weight: 700; }
.nbf-slider-controls { display: flex; gap: 10px; flex-shrink: 0; }
.nbf-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;
}
.nbf-slider-btn:hover { background: var(--c-purple); color: var(--c-on-purple); }
.nbf-slider-btn[disabled] { opacity: 0.35; pointer-events: none; }
.nbf-slider-track {
  display: flex;
  gap: 11px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -qcb-overflow-style: none;
}
.nbf-slider-track::-webkit-scrollbar { display: none; }
.nbf-card { position: relative; flex: 0 0 auto; width: 120px; scroll-snap-align: start; }
.nbf-link { display: block; text-decoration: none; color: inherit; }
.nbf-thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 13px;
  overflow: hidden;
  background: var(--c-surface);
}
.nbf-thumb img { width: 100%; height: 100%; object-fit: cover; }
.nbf-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: 4px 8px;
  font-size: 10px;
  font-weight: 600;
}
.nbf-meta { padding-top: 9px; }
.nbf-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;
}
.nbf-provider { font-size: 10px; color: var(--c-text-muted); margin-top: 2px; }
.nbf-wins-card {
  flex: 0 0 auto;
  min-width: 180px;
  background: var(--c-surface);
  border-radius: 11px;
  padding: 13px 15px;
  scroll-snap-align: start;
}
.nbf-wins-row { display: flex; align-items: center; justify-content: space-between; gap: 11px; }
.nbf-wins-player { font-size: 12px; font-weight: 700; }
.nbf-wins-amount { font-size: 13px; font-weight: 700; color: var(--c-green); }
.nbf-wins-game { font-size: 11px; color: var(--c-text-muted); margin-top: 3px; }
.msb-ykrmw { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 14px 0 23px; }
.msb-cxkmb { background: var(--c-surface); border-radius: 15px; padding: 20px; }
.msb-cxkmb h3 { margin: 0 0 9px; font-size: 16px; }
.msb-cxkmb p { margin: 0; font-size: 14px; color: var(--c-text-muted); }
.msb-gdkzj { background: var(--c-surface); border-radius: 13px; margin-bottom: 9px; overflow: hidden; }
.msb-gdkzj summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  min-height: 45px;
  padding: 17px 17px;
  font-weight: 700;
  font-size: 15px;
}
.msb-gdkzj summary::-webkit-details-marker { display: none; }
.msb-saxsx { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.msb-gdkzj[open] .msb-saxsx { transform: rotate(180deg); }
.msb-gdkzj p { margin: 0; padding: 0 20px 17px; color: var(--c-text-muted); font-size: 14px; }
.msb-hrmxd { background: var(--c-surface); margin-top: 32px; padding: 22px 17px; }
.msb-rsgab { max-width: 1600px; margin: 0 auto; }
.msb-dkkwh {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.msb-dkkwh a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 2px 9px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--c-text) 6%, transparent);
}
.msb-dkkwh a:hover { background: color-mix(in srgb, var(--c-text) 12%, transparent); }
.msb-dkkwh img {
  width: 6rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
.msb-fgstr { border: 0; border-top: 1px solid var(--c-border); margin: 21px 0; }
.msb-xcevj { display: grid; grid-template-columns: 1fr; gap: 18px; }
.msb-fjytv { border-bottom: 1px solid var(--c-border); }
.msb-fjytv summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  list-style: none;
  min-height: 45px;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.msb-fjytv summary::-webkit-details-marker { display: none; }
.msb-pvrbr { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.msb-fjytv[open] .msb-pvrbr { transform: rotate(180deg); }
.msb-fjytv ul { list-style: none; display: flex; flex-direction: column; gap: 9px; padding: 2px 0 15px; }
.msb-fjytv a { color: var(--c-text-muted); text-decoration: none; font-size: 14px; }
.msb-fjytv a:hover { color: var(--c-text); }
.msb-gkgey {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  text-align: center;
}
.msb-kwaks { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.msb-kwaks 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);
}
.msb-kwaks a:hover { background: var(--c-accent); }
.msb-nxhnf { font-size: 13px; color: var(--c-text-muted); }
.msb-faqjd {
  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);
}
.msb-faqjd:hover { background: var(--c-purple); color: var(--c-on-purple); }
@media (min-width: 768px) {
  .msb-pntxv { padding: 45px 31px; }
  .msb-bzkwq { font-size: 32px; }
  .msb-xcevj { grid-template-columns: repeat(2, 1fr); }
  .msb-gkgey { flex-direction: row; justify-content: space-between; text-align: left; }
  .nbf-card { width: 145px; }
  .nbf-wins-card { min-width: 200px; }
  .msb-ykrmw { grid-template-columns: repeat(2, 1fr); }
  .msb-fjytv { border-bottom: 0; }
  .msb-fjytv summary { cursor: default; pointer-events: none; min-height: 0; padding: 0 0 13px; }
  .msb-pvrbr { display: none; }
  .msb-fjytv ul { padding: 0; }
}
@media (min-width: 1024px) {
  .msb-hjrnx { padding: 15px 31px; }
  .msb-dywgm { display: none; }
  .msb-wfeer { gap: 8px; }
  .msb-wfeer .msb-gvegt { padding: 12px 22px; font-size: 15px; }
  .msb-wcpfd { flex: 0 1 auto; }
  .msb-gzvds { font-size: 19px; }
  .msb-jkfnz { display: none; }
  .msb-xnmcb {
    position: sticky;
    top: var(--msb-header-h);
    height: calc(100vh - var(--msb-header-h));
    z-index: 1;
    max-width: none;
    width: 260px;
    transform: none;
    flex-shrink: 0;
    padding: 22px 12px;
  }
  .msb-pzxvn { display: none; }
  .msb-ktztd { padding: 26px 33px; }
  .msb-pntxv { padding: 56px 47px; }
  .msb-bzkwq { font-size: 42px; }
  .msb-nhwzm { font-size: 20px; }
  .msb-htncm { width: auto; }
  .msb-mcwfr { padding: 0; }
  .msb-hrmxd { padding: 30px; }
  .msb-xcevj { grid-template-columns: repeat(4, 1fr); }
  .nbf-slider-btn { width: 38px; height: 38px; }
  .nbf-card { width: 165px; }
  .nbf-wins-card { min-width: 220px; }
  .msb-ykrmw { grid-template-columns: repeat(3, 1fr); }
}
.qcb-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin:19px 0 11px}
.qcb-lead{display:flex;align-items:center;gap:11px}
.qcb-age{width:32px;height:32px;flex:0 0 auto}
.qcb-chip{font-size:13px;line-height:1.35;opacity:.85}
.qcb-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px}
.qcb-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.bcm-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.bcm-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 17px 18px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.bcm-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.bcm-text a { color: var(--c-accent); text-decoration: underline; }
.bcm-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.bcm-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 9px 20px;
    border-radius: 15px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.bcm-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.bcm-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.bcm-btn--reject,
.bcm-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.bcm-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);
}
.bcm-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 18px;
    border-radius: 16px;
    background: var(--c-surface);
}
.bcm-modal__title { margin-bottom: 11px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.bcm-modal__desc { margin-bottom: 17px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.bcm-categories { display: flex; flex-direction: column; gap: 13px; margin-bottom: 17px; }
.bcm-cat { padding-bottom: 12px; border-bottom: 1px solid var(--c-border); }
.bcm-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.bcm-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 13px; margin-bottom: 5px; }
.bcm-cat__name { font-weight: 600; color: var(--c-text); }
.bcm-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.bcm-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.bcm-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.bcm-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.bcm-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 14px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.bcm-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;
}
.bcm-toggle input:checked + .bcm-toggle__slider { background: var(--c-accent); }
.bcm-toggle input:checked + .bcm-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.bcm-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: 18px 31px; }
    .wn-rg { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 18px 23px; }
    .zse-media img { aspect-ratio: 16 / 6.5; }
    .bcm-banner { flex-direction: row; align-items: center; gap: 22px; }
    .bcm-actions { flex: none; }
    .bcm-btn { flex: none; }
}
[hidden]{display:none !important;}
.eef-links{display:flex;flex-direction:column;gap:9px;margin:12px 0 4px;font-size:13px}
.eef-row,.eef-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:5px 20px}
.eef-caption{opacity:.65;margin-right:3px}
.eef-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.eef-item a:hover{opacity:1}
