:root{
  --c-bg:#011010; --c-surface:#303022; --c-surface-alt:#45432e; --c-border:#575538;
  --c-text:#d2b080; --c-text-muted:#7d6d53;
  --c-accent:#30b08f; --c-accent-hover:#4aceab; --c-on-accent:#00100d;
  --c-purple:#30b091; --c-purple-hover:#4accad; --c-on-purple:#000d10;
  --c-green:#42e08a; --c-shadow:rgba(0, 2, 0,.35);
  --c-overlay:rgba(10, 18, 35,.72);
  --pama-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, 18, 38, .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); } }
.pama-fmgjw {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--c-surface);
  padding: 9px 14px;
  box-shadow: 0 4px 6px -1px rgba(1, 0, 0,0.2), 0 2px 4px -1px rgba(0, 1, 0,0.12);
}
.pama-cyjve {
  box-shadow: 0 4px 10px -1px var(--c-shadow);
}
.pama-knmzn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 1600px;
  margin: 0 auto;
}
.pama-ysejr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.pama-ysejr span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-text);
  border-radius: 2px;
}
.pama-jemev {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: var(--c-text);
}
.pama-wdmrg { flex-shrink: 0; line-height: 0; max-height: 36px; width: auto; }
img.pama-wdmrg { height: 36px; object-fit: contain; }
.pama-bdqjz {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pama-wqajf { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.pama-wqajf .pama-gaynj { padding: 9px 14px; font-size: 13px; }
.pama-gaynj {
  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;
}
.pama-twrsv { background: #9f9e9f; color: #0f1223; }
.pama-twrsv:hover { background: #8d8a8a; }
.pama-mheft { background: var(--c-purple); color: var(--c-on-purple); }
.pama-mheft:hover { background: var(--c-purple-hover); }
.pama-nejkt {
  background: var(--c-accent);
  color: var(--c-on-accent);
  border-radius: 16px;
  font-size: 18px;
  padding: 13px 23px;
  width: 100%;
}
.pama-nejkt:hover { background: var(--c-accent-hover); }
.pama-jrmwm {
  position: fixed;
  inset: 0;
  background: rgba(0, 1, 0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 45;
}
.pama-zktqa { opacity: 1; pointer-events: auto; }
.pama-gjfmg {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.pama-pppkb {
  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;
}
.pama-cbsdh { transform: translateX(0); }
.pama-xzysv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  align-self: flex-end;
  color: var(--c-text);
  margin-bottom: 6px;
}
.pama-shmqz { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.pama-wbpdw {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 45px;
  padding: 12px 11px;
  border-radius: 7px;
  color: var(--c-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.pama-wbpdw:hover { background: color-mix(in srgb, var(--c-text) 6%, transparent); }
.pama-gghsn { display: flex; flex-shrink: 0; color: var(--c-text); }
.pama-yhwzq { flex: 1; }
.pama-hwmwv { flex-shrink: 0; color: var(--c-text-muted); }
.pama-mkbpe { flex: 1; min-width: 0; padding: 16px; }
.pama-fmenh {
  position: relative;
  border-radius: 16px;
  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, 38, 119,0.28), transparent 50%),
    linear-gradient(135deg, #1a2747 0%, #0d1225 100%);
  isolation: isolate;
}
.pama-fmenh::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;
}
.pama-xkspg { max-width: 640px; }
.pama-aeeej {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
.pama-jwtjh {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 21px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  font-size: 13px;
  color: var(--c-text-muted);
  margin-bottom: 20px;
}
.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: 5px; color: var(--c-text-muted); }
.pama-cmpzb { max-width: 900px; margin: 27px auto 0; padding: 0 5px; }
.pama-cmpzb h1, .pama-cmpzb h2, .pama-cmpzb h3,
.pama-cmpzb h4, .pama-cmpzb h5, .pama-cmpzb h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 30px 0 11px;
}
.pama-cmpzb h1 { font-size: 28px; font-weight: 600; margin-top: 0; }
.pama-cmpzb h2 { font-size: 22px; }
.pama-cmpzb h3 { font-size: 19px; }
.pama-cmpzb h4 { font-size: 17px; }
.pama-cmpzb h5, .pama-cmpzb h6 { font-size: 15px; }
.pama-cmpzb p { margin-bottom: 16px; color: var(--c-text); }
.pama-cmpzb ul, .pama-cmpzb ol { margin: 0 0 16px 22px; }
.pama-cmpzb li { margin-bottom: 5px; }
.pama-cmpzb a { color: var(--c-purple); text-decoration: underline; }
.pama-cmpzb a:hover { color: var(--c-accent); }
.pama-cmpzb strong { font-weight: 700; }
.pama-cmpzb em { font-style: italic; }
.pama-cmpzb img { border-radius: 11px; margin: 15px 0; }
.pama-cmpzb blockquote {
  border-left: 3px solid var(--c-accent);
  background: var(--c-surface);
  padding: 13px 15px;
  border-radius: 0 8px 12px 0;
  font-style: italic;
  color: var(--c-text-muted);
  margin: 0 0 12px;
}
.pama-cmpzb table {
  width: 100%;
  border-collapse: collapse;
  background: var(--c-surface);
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pama-cmpzb table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 14px;
  }
}
.pama-cmpzb th, .pama-cmpzb td {
  text-align: left;
  padding: 10px 13px;
  font-size: 14px;
}
.pama-cmpzb th { font-weight: 700; background: var(--c-bg); }
.pama-cmpzb td { color: var(--c-text-muted); }
.pama-cmpzb tbody tr:nth-child(odd) { background: var(--c-surface); }
.pama-cmpzb tbody tr:nth-child(even) { background: var(--c-bg); }
.neay-slider { margin: 24px 0; }
.neay-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  margin-bottom: 11px;
}
.neay-slider-title { font-size: 19px; font-weight: 700; }
.neay-slider-controls { display: flex; gap: 7px; flex-shrink: 0; }
.neay-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;
}
.neay-slider-btn:hover { background: var(--c-purple); color: var(--c-on-purple); }
.neay-slider-btn[disabled] { opacity: 0.35; pointer-events: none; }
.neay-slider-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -dzbh-overflow-style: none;
}
.neay-slider-track::-webkit-scrollbar { display: none; }
.neay-card { position: relative; flex: 0 0 auto; width: 120px; scroll-snap-align: start; }
.neay-link { display: block; text-decoration: none; color: inherit; }
.neay-thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 13px;
  overflow: hidden;
  background: var(--c-surface);
}
.neay-thumb img { width: 100%; height: 100%; object-fit: cover; }
.neay-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: 2px 9px;
  font-size: 10px;
  font-weight: 600;
}
.neay-meta { padding-top: 6px; }
.neay-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;
}
.neay-provider { font-size: 10px; color: var(--c-text-muted); margin-top: 2px; }
.neay-wins-card {
  flex: 0 0 auto;
  min-width: 180px;
  background: var(--c-surface);
  border-radius: 11px;
  padding: 10px 16px;
  scroll-snap-align: start;
}
.neay-wins-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.neay-wins-player { font-size: 12px; font-weight: 700; }
.neay-wins-amount { font-size: 13px; font-weight: 700; color: var(--c-green); }
.neay-wins-game { font-size: 11px; color: var(--c-text-muted); margin-top: 2px; }
.pama-myxhz { display: grid; grid-template-columns: 1fr; gap: 13px; margin: 15px 0 25px; }
.pama-nadyb { background: var(--c-surface); border-radius: 12px; padding: 17px; }
.pama-nadyb h3 { margin: 0 0 6px; font-size: 16px; }
.pama-nadyb p { margin: 0; font-size: 14px; color: var(--c-text-muted); }
.pama-ndzbf { background: var(--c-surface); border-radius: 10px; margin-bottom: 12px; overflow: hidden; }
.pama-ndzbf summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 45px;
  padding: 14px 20px;
  font-weight: 700;
  font-size: 15px;
}
.pama-ndzbf summary::-webkit-details-marker { display: none; }
.pama-smhze { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.pama-ndzbf[open] .pama-smhze { transform: rotate(180deg); }
.pama-ndzbf p { margin: 0; padding: 0 16px 14px; color: var(--c-text-muted); font-size: 14px; }
.pama-tqqtv { background: var(--c-surface); margin-top: 28px; padding: 26px 14px; }
.pama-mmhnh { max-width: 1600px; margin: 0 auto; }
.pama-hzvzn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.pama-hzvzn a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 5px 12px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--c-text) 6%, transparent);
}
.pama-hzvzn a:hover { background: color-mix(in srgb, var(--c-text) 12%, transparent); }
.pama-hzvzn img {
  width: 6rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
.pama-qcraq { border: 0; border-top: 1px solid var(--c-border); margin: 19px 0; }
.pama-ecfeb { display: grid; grid-template-columns: 1fr; gap: 21px; }
.pama-tpzkg { border-bottom: 1px solid var(--c-border); }
.pama-tpzkg summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  list-style: none;
  min-height: 45px;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.pama-tpzkg summary::-webkit-details-marker { display: none; }
.pama-kxqpf { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.pama-tpzkg[open] .pama-kxqpf { transform: rotate(180deg); }
.pama-tpzkg ul { list-style: none; display: flex; flex-direction: column; gap: 12px; padding: 2px 0 17px; }
.pama-tpzkg a { color: var(--c-text-muted); text-decoration: none; font-size: 14px; }
.pama-tpzkg a:hover { color: var(--c-text); }
.pama-amanm {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  text-align: center;
}
.pama-wfchy { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.pama-wfchy 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);
}
.pama-wfchy a:hover { background: var(--c-accent); }
.pama-zfyfa { font-size: 13px; color: var(--c-text-muted); }
.pama-ycsrq {
  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);
}
.pama-ycsrq:hover { background: var(--c-purple); color: var(--c-on-purple); }
@media (min-width: 768px) {
  .pama-fmenh { padding: 45px 30px; }
  .pama-aeeej { font-size: 32px; }
  .pama-ecfeb { grid-template-columns: repeat(2, 1fr); }
  .pama-amanm { flex-direction: row; justify-content: space-between; text-align: left; }
  .neay-card { width: 145px; }
  .neay-wins-card { min-width: 200px; }
  .pama-myxhz { grid-template-columns: repeat(2, 1fr); }
  .pama-tpzkg { border-bottom: 0; }
  .pama-tpzkg summary { cursor: default; pointer-events: none; min-height: 0; padding: 0 0 10px; }
  .pama-kxqpf { display: none; }
  .pama-tpzkg ul { padding: 0; }
}
@media (min-width: 1024px) {
  .pama-fmgjw { padding: 14px 33px; }
  .pama-ysejr { display: none; }
  .pama-wqajf { gap: 9px; }
  .pama-wqajf .pama-gaynj { padding: 8px 22px; font-size: 15px; }
  .pama-jemev { flex: 0 1 auto; }
  .pama-bdqjz { font-size: 19px; }
  .pama-jrmwm { display: none; }
  .pama-pppkb {
    position: sticky;
    top: var(--pama-header-h);
    height: calc(100vh - var(--pama-header-h));
    z-index: 1;
    max-width: none;
    width: 260px;
    transform: none;
    flex-shrink: 0;
    padding: 18px 12px;
  }
  .pama-xzysv { display: none; }
  .pama-mkbpe { padding: 26px 30px; }
  .pama-fmenh { padding: 56px 50px; }
  .pama-aeeej { font-size: 42px; }
  .pama-jwtjh { font-size: 20px; }
  .pama-nejkt { width: auto; }
  .pama-cmpzb { padding: 0; }
  .pama-tqqtv { padding: 31px; }
  .pama-ecfeb { grid-template-columns: repeat(4, 1fr); }
  .neay-slider-btn { width: 38px; height: 38px; }
  .neay-card { width: 165px; }
  .neay-wins-card { min-width: 220px; }
  .pama-myxhz { grid-template-columns: repeat(3, 1fr); }
}
.dzbh-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:15px;margin:20px 0 9px}
.dzbh-lead{display:flex;align-items:center;gap:8px}
.dzbh-age{width:32px;height:32px;flex:0 0 auto}
.dzbh-chip{font-size:13px;line-height:1.35;opacity:.85}
.dzbh-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}
.dzbh-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.rcaq-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.rcaq-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 17px 21px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.rcaq-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.rcaq-text a { color: var(--c-accent); text-decoration: underline; }
.rcaq-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.rcaq-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 9px 20px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.rcaq-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.rcaq-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.rcaq-btn--reject,
.rcaq-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.rcaq-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);
}
.rcaq-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 22px;
    border-radius: 13px;
    background: var(--c-surface);
}
.rcaq-modal__title { margin-bottom: 11px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.rcaq-modal__desc { margin-bottom: 18px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.rcaq-categories { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.rcaq-cat { padding-bottom: 15px; border-bottom: 1px solid var(--c-border); }
.rcaq-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.rcaq-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 7px; }
.rcaq-cat__name { font-weight: 600; color: var(--c-text); }
.rcaq-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.rcaq-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.rcaq-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.rcaq-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.rcaq-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 11px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.rcaq-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;
}
.rcaq-toggle input:checked + .rcaq-toggle__slider { background: var(--c-accent); }
.rcaq-toggle input:checked + .rcaq-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.rcaq-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: 17px 34px; }
    .wn-rg { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 17px 24px; }
    .tmnm-media img { aspect-ratio: 16 / 6.5; }
    .rcaq-banner { flex-direction: row; align-items: center; gap: 18px; }
    .rcaq-actions { flex: none; }
    .rcaq-btn { flex: none; }
}
[hidden]{display:none !important;}
.gmwa-links{display:flex;flex-direction:column;gap:7px;margin:15px 0 4px;font-size:13px}
.gmwa-row,.gmwa-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:5px 20px}
.gmwa-caption{opacity:.65;margin-right:3px}
.gmwa-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.gmwa-item a:hover{opacity:1}
.zpss-box{display:block;width:auto;max-width:none;margin:15px 0;padding:10px 0 0;border:0;border-top:1px solid var(--c-border);border-radius:0;background:none}
.zpss-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0;font-size:13px;line-height:1.6;color:var(--c-text-muted)}
.zpss-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)}
.zpss-key::before{content:"";display:inline-block;width:14px;height:14px;margin-right:9px;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}
.zpss-val{margin:0;font-weight:600;color:var(--c-text)}
.zpss-key--by{margin-left:7px}
.zpss-key--by::before{content:none}
.zpss-val--by{font-weight:400;color:var(--c-text-muted)}
.jdbx-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:26px 0 4px}
.jdbx-list .jdbx-lead{grid-column:1/-1;margin:0;font-size:22px;font-weight:700;line-height:1.25;color:var(--c-text)}
.jdbx-item{display:flex;flex-direction:column;gap:9px;margin:0;padding:14px 20px;border-radius:14px;background:var(--c-surface)}
.jdbx-list .jdbx-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)}
.jdbx-score{padding:1px 6px;border-radius:7px;background:var(--c-purple);color:var(--c-on-purple);font-size:12px;font-weight:700;line-height:1.5}
.jdbx-list .jdbx-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)}
.jdbx-list .jdbx-when{display:block;margin:0;font-size:12px;color:var(--c-text-muted)}
.jdbx-list > .jdbx-item:last-child:nth-child(even){grid-column:1/-1}
@media (max-width:767px){.jdbx-list{grid-template-columns:1fr}}
