:root{
  --c-bg:#131318; --c-surface:#232529; --c-surface-alt:#36363d; --c-border:#3c424b;
  --c-text:#f2f4f5; --c-text-muted:#98979e;
  --c-accent:#006ca8; --c-accent-hover:#018de0; --c-on-accent:#fffffe;
  --c-purple:#006ba8; --c-purple-hover:#008de2; --c-on-purple:#feffff;
  --c-green:#3fdf8a; --c-shadow:rgba(0, 3, 0,.35);
  --c-overlay:rgba(13, 19, 35,.72);
  --yaez-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, 21, 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); } }
.yaez-yncrv {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--c-surface);
  padding: 9px 15px;
  box-shadow: 0 4px 6px -1px rgba(2, 0, 0,0.2), 0 2px 4px -1px rgba(3, 0, 0,0.12);
}
.yaez-rzryj {
  box-shadow: 0 4px 10px -1px var(--c-shadow);
}
.yaez-cycbv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  max-width: 1600px;
  margin: 0 auto;
}
.yaez-ppraw {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.yaez-ppraw span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-text);
  border-radius: 2px;
}
.yaez-ehdyy {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: var(--c-text);
}
.yaez-mpyca { flex-shrink: 0; line-height: 0; max-height: 36px; width: auto; }
img.yaez-mpyca { height: 36px; object-fit: contain; }
.yaez-xpabh {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yaez-xzrea { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.yaez-xzrea .yaez-debnr { padding: 11px 14px; font-size: 13px; }
.yaez-debnr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 11px 18px;
  border-radius: 7px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.yaez-fqwbw { background: #a19f9f; color: #0a1223; }
.yaez-fqwbw:hover { background: #8a8d8a; }
.yaez-sqfba { background: var(--c-purple); color: var(--c-on-purple); }
.yaez-sqfba:hover { background: var(--c-purple-hover); }
.yaez-qdtej {
  background: var(--c-accent);
  color: var(--c-on-accent);
  border-radius: 14px;
  font-size: 18px;
  padding: 13px 23px;
  width: 100%;
}
.yaez-qdtej:hover { background: var(--c-accent-hover); }
.yaez-ztpak {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 1,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 45;
}
.yaez-ehgwh { opacity: 1; pointer-events: auto; }
.yaez-mfmva {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.yaez-bjett {
  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 13px;
}
.yaez-axmmb { transform: translateX(0); }
.yaez-whhrz {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  align-self: flex-end;
  color: var(--c-text);
  margin-bottom: 6px;
}
.yaez-hztkx { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.yaez-yxmpx {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 45px;
  padding: 12px 13px;
  border-radius: 9px;
  color: var(--c-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.yaez-yxmpx:hover { background: color-mix(in srgb, var(--c-text) 6%, transparent); }
.yaez-nhhjc { display: flex; flex-shrink: 0; color: var(--c-text); }
.yaez-qjvad { flex: 1; }
.yaez-eyaxd { flex-shrink: 0; color: var(--c-text-muted); }
.yaez-fckyk { flex: 1; min-width: 0; padding: 15px; }
.yaez-kfxmw {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  padding: 34px 18px;
  background:
    radial-gradient(circle at 15% 20%, rgba(149, 51, 234,0.32), transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(219, 37, 119,0.28), transparent 50%),
    linear-gradient(135deg, #1a2747 0%, #0e1223 100%);
  isolation: isolate;
}
.yaez-kfxmw::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(240, 239, 244,0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.5;
}
.yaez-yecrn { max-width: 640px; }
.yaez-dynhz {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
}
.yaez-majrn {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
}
.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: 8px; color: var(--c-text-muted); }
.yaez-hmhdc { max-width: 900px; margin: 27px auto 0; padding: 0 8px; }
.yaez-hmhdc h1, .yaez-hmhdc h2, .yaez-hmhdc h3,
.yaez-hmhdc h4, .yaez-hmhdc h5, .yaez-hmhdc h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 30px 0 13px;
}
.yaez-hmhdc h1 { font-size: 28px; font-weight: 600; margin-top: 0; }
.yaez-hmhdc h2 { font-size: 22px; }
.yaez-hmhdc h3 { font-size: 19px; }
.yaez-hmhdc h4 { font-size: 17px; }
.yaez-hmhdc h5, .yaez-hmhdc h6 { font-size: 15px; }
.yaez-hmhdc p { margin-bottom: 16px; color: var(--c-text); }
.yaez-hmhdc ul, .yaez-hmhdc ol { margin: 0 0 16px 19px; }
.yaez-hmhdc li { margin-bottom: 4px; }
.yaez-hmhdc a { color: var(--c-purple); text-decoration: underline; }
.yaez-hmhdc a:hover { color: var(--c-accent); }
.yaez-hmhdc strong { font-weight: 700; }
.yaez-hmhdc em { font-style: italic; }
.yaez-hmhdc img { border-radius: 14px; margin: 16px 0; }
.yaez-hmhdc blockquote {
  border-left: 3px solid var(--c-accent);
  background: var(--c-surface);
  padding: 16px 18px;
  border-radius: 0 9px 11px 0;
  font-style: italic;
  color: var(--c-text-muted);
  margin: 0 0 16px;
}
.yaez-hmhdc table {
  width: 100%;
  border-collapse: collapse;
  background: var(--c-surface);
  border-radius: 17px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .yaez-hmhdc table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 13px;
  }
}
.yaez-hmhdc th, .yaez-hmhdc td {
  text-align: left;
  padding: 14px 16px;
  font-size: 14px;
}
.yaez-hmhdc th { font-weight: 700; background: var(--c-bg); }
.yaez-hmhdc td { color: var(--c-text-muted); }
.yaez-hmhdc tbody tr:nth-child(odd) { background: var(--c-surface); }
.yaez-hmhdc tbody tr:nth-child(even) { background: var(--c-bg); }
.bhtq-slider { margin: 20px 0; }
.bhtq-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  margin-bottom: 13px;
}
.bhtq-slider-title { font-size: 19px; font-weight: 700; }
.bhtq-slider-controls { display: flex; gap: 10px; flex-shrink: 0; }
.bhtq-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;
}
.bhtq-slider-btn:hover { background: var(--c-purple); color: var(--c-on-purple); }
.bhtq-slider-btn[disabled] { opacity: 0.35; pointer-events: none; }
.bhtq-slider-track {
  display: flex;
  gap: 11px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -kqjz-overflow-style: none;
}
.bhtq-slider-track::-webkit-scrollbar { display: none; }
.bhtq-card { position: relative; flex: 0 0 auto; width: 120px; scroll-snap-align: start; }
.bhtq-link { display: block; text-decoration: none; color: inherit; }
.bhtq-thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 10px;
  overflow: hidden;
  background: var(--c-surface);
}
.bhtq-thumb img { width: 100%; height: 100%; object-fit: cover; }
.bhtq-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: 19px;
  padding: 1px 5px;
  font-size: 10px;
  font-weight: 600;
}
.bhtq-meta { padding-top: 6px; }
.bhtq-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;
}
.bhtq-provider { font-size: 10px; color: var(--c-text-muted); margin-top: 2px; }
.bhtq-wins-card {
  flex: 0 0 auto;
  min-width: 180px;
  background: var(--c-surface);
  border-radius: 8px;
  padding: 11px 16px;
  scroll-snap-align: start;
}
.bhtq-wins-row { display: flex; align-items: center; justify-content: space-between; gap: 11px; }
.bhtq-wins-player { font-size: 12px; font-weight: 700; }
.bhtq-wins-amount { font-size: 13px; font-weight: 700; color: var(--c-green); }
.bhtq-wins-game { font-size: 11px; color: var(--c-text-muted); margin-top: 3px; }
.yaez-hfcrs { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 17px 0 23px; }
.yaez-fdqjb { background: var(--c-surface); border-radius: 12px; padding: 19px; }
.yaez-fdqjb h3 { margin: 0 0 9px; font-size: 16px; }
.yaez-fdqjb p { margin: 0; font-size: 14px; color: var(--c-text-muted); }
.yaez-fztfz { background: var(--c-surface); border-radius: 14px; margin-bottom: 8px; overflow: hidden; }
.yaez-fztfz summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  min-height: 45px;
  padding: 17px 19px;
  font-weight: 700;
  font-size: 15px;
}
.yaez-fztfz summary::-webkit-details-marker { display: none; }
.yaez-jaesx { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.yaez-fztfz[open] .yaez-jaesx { transform: rotate(180deg); }
.yaez-fztfz p { margin: 0; padding: 0 17px 15px; color: var(--c-text-muted); font-size: 14px; }
.yaez-fwvqc { background: var(--c-surface); margin-top: 31px; padding: 22px 18px; }
.yaez-sjqfp { max-width: 1600px; margin: 0 auto; }
.yaez-qpqad {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.yaez-qpqad a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 6px 8px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--c-text) 6%, transparent);
}
.yaez-qpqad a:hover { background: color-mix(in srgb, var(--c-text) 12%, transparent); }
.yaez-qpqad img {
  width: 6rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
.yaez-xwvbf { border: 0; border-top: 1px solid var(--c-border); margin: 18px 0; }
.yaez-apwdm { display: grid; grid-template-columns: 1fr; gap: 19px; }
.yaez-wxeae { border-bottom: 1px solid var(--c-border); }
.yaez-wxeae 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;
}
.yaez-wxeae summary::-webkit-details-marker { display: none; }
.yaez-vtttn { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.yaez-wxeae[open] .yaez-vtttn { transform: rotate(180deg); }
.yaez-wxeae ul { list-style: none; display: flex; flex-direction: column; gap: 9px; padding: 2px 0 17px; }
.yaez-wxeae a { color: var(--c-text-muted); text-decoration: none; font-size: 14px; }
.yaez-wxeae a:hover { color: var(--c-text); }
.yaez-yshfx {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  text-align: center;
}
.yaez-hyfct { display: flex; gap: 9px; flex-wrap: wrap; justify-content: center; }
.yaez-hyfct 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);
}
.yaez-hyfct a:hover { background: var(--c-accent); }
.yaez-jqtkj { font-size: 13px; color: var(--c-text-muted); }
.yaez-ryced {
  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);
}
.yaez-ryced:hover { background: var(--c-purple); color: var(--c-on-purple); }
@media (min-width: 768px) {
  .yaez-kfxmw { padding: 43px 30px; }
  .yaez-dynhz { font-size: 32px; }
  .yaez-apwdm { grid-template-columns: repeat(2, 1fr); }
  .yaez-yshfx { flex-direction: row; justify-content: space-between; text-align: left; }
  .bhtq-card { width: 145px; }
  .bhtq-wins-card { min-width: 200px; }
  .yaez-hfcrs { grid-template-columns: repeat(2, 1fr); }
  .yaez-wxeae { border-bottom: 0; }
  .yaez-wxeae summary { cursor: default; pointer-events: none; min-height: 0; padding: 0 0 10px; }
  .yaez-vtttn { display: none; }
  .yaez-wxeae ul { padding: 0; }
}
@media (min-width: 1024px) {
  .yaez-yncrv { padding: 14px 31px; }
  .yaez-ppraw { display: none; }
  .yaez-xzrea { gap: 9px; }
  .yaez-xzrea .yaez-debnr { padding: 12px 22px; font-size: 15px; }
  .yaez-ehdyy { flex: 0 1 auto; }
  .yaez-xpabh { font-size: 19px; }
  .yaez-ztpak { display: none; }
  .yaez-bjett {
    position: sticky;
    top: var(--yaez-header-h);
    height: calc(100vh - var(--yaez-header-h));
    z-index: 1;
    max-width: none;
    width: 260px;
    transform: none;
    flex-shrink: 0;
    padding: 18px 12px;
  }
  .yaez-whhrz { display: none; }
  .yaez-fckyk { padding: 22px 34px; }
  .yaez-kfxmw { padding: 56px 50px; }
  .yaez-dynhz { font-size: 42px; }
  .yaez-majrn { font-size: 20px; }
  .yaez-qdtej { width: auto; }
  .yaez-hmhdc { padding: 0; }
  .yaez-fwvqc { padding: 34px; }
  .yaez-apwdm { grid-template-columns: repeat(4, 1fr); }
  .bhtq-slider-btn { width: 38px; height: 38px; }
  .bhtq-card { width: 165px; }
  .bhtq-wins-card { min-width: 220px; }
  .yaez-hfcrs { grid-template-columns: repeat(3, 1fr); }
}
.kqjz-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:15px;margin:20px 0 12px}
.kqjz-lead{display:flex;align-items:center;gap:11px}
.kqjz-age{width:32px;height:32px;flex:0 0 auto}
.kqjz-chip{font-size:13px;line-height:1.35;opacity:.85}
.kqjz-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:9px}
.kqjz-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.deqq-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.deqq-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 17px 18px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.deqq-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.deqq-text a { color: var(--c-accent); text-decoration: underline; }
.deqq-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.deqq-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 12px 16px;
    border-radius: 15px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.deqq-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.deqq-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.deqq-btn--reject,
.deqq-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.deqq-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);
}
.deqq-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 19px;
    border-radius: 12px;
    background: var(--c-surface);
}
.deqq-modal__title { margin-bottom: 8px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.deqq-modal__desc { margin-bottom: 17px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.deqq-categories { display: flex; flex-direction: column; gap: 12px; margin-bottom: 19px; }
.deqq-cat { padding-bottom: 12px; border-bottom: 1px solid var(--c-border); }
.deqq-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.deqq-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 5px; }
.deqq-cat__name { font-weight: 600; color: var(--c-text); }
.deqq-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.deqq-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.deqq-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.deqq-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.deqq-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 14px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.deqq-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;
}
.deqq-toggle input:checked + .deqq-toggle__slider { background: var(--c-accent); }
.deqq-toggle input:checked + .deqq-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.deqq-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: 14px 34px; }
    .wn-rg { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 15px 21px; }
    .nsqq-media img { aspect-ratio: 16 / 6.5; }
    .deqq-banner { flex-direction: row; align-items: center; gap: 18px; }
    .deqq-actions { flex: none; }
    .deqq-btn { flex: none; }
}
[hidden]{display:none !important;}
.jxbx-links{display:flex;flex-direction:column;gap:10px;margin:15px 0 4px;font-size:13px}
.jxbx-row,.jxbx-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:5px 17px}
.jxbx-caption{opacity:.65;margin-right:3px}
.jxbx-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.jxbx-item a:hover{opacity:1}
.ybbs-box{display:block;width:auto;max-width:none;margin:18px 0;padding:11px 0 0;border:0;border-top:1px solid var(--c-border);border-radius:0;background:none}
.ybbs-meta{display:flex;flex-wrap:wrap;align-items:center;gap:5px;margin:0;font-size:13px;line-height:1.6;color:var(--c-text-muted)}
.ybbs-key{display:inline-flex;align-items:center;margin:0;font-size:13px;font-weight:500;letter-spacing:0;text-transform:none;color:var(--c-text-muted)}
.ybbs-key::before{content:"";display:inline-block;width:14px;height:14px;margin-right:5px;vertical-align:-2px;background:currentColor;opacity:.7;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpolyline points='12 7 12 12 15 14'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpolyline points='12 7 12 12 15 14'/%3E%3C/svg%3E") center/contain no-repeat}
.ybbs-val{margin:0;font-weight:600;color:var(--c-text)}
.ybbs-key--by{margin-left:5px}
.ybbs-key--by::before{content:none}
.ybbs-val--by{font-weight:400;color:var(--c-text-muted)}
.wezw-list{display:grid;grid-template-columns:repeat(2,1fr);gap:13px;margin:27px 0 4px}
.wezw-list .wezw-lead{grid-column:1/-1;margin:0;font-size:22px;font-weight:700;line-height:1.25;color:var(--c-text)}
.wezw-item{display:flex;flex-direction:column;gap:9px;margin:0;padding:17px 19px;border-radius:13px;background:var(--c-surface)}
.wezw-list .wezw-who{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:0;font-size:15px;font-weight:700;line-height:1.3;color:var(--c-text)}
.wezw-score{padding:1px 9px;border-radius:7px;background:var(--c-purple);color:var(--c-on-purple);font-size:12px;font-weight:700;line-height:1.5}
.wezw-list .wezw-quote{margin:0;padding:0;border:0;border-radius:0;background:none;font-style:normal;font-size:14px;line-height:1.6;color:var(--c-text)}
.wezw-list .wezw-when{display:block;margin:0;font-size:12px;color:var(--c-text-muted)}
.wezw-list > .wezw-item:last-child:nth-child(even){grid-column:1/-1}
@media (max-width:767px){.wezw-list{grid-template-columns:1fr}}
