:root{
  --c-bg:#100012; --c-surface:#1f1040; --c-surface-alt:#2e195d; --c-border:#381d71;
  --c-text:#e0d1a0; --c-text-muted:#8f7d66;
  --c-accent:#4f4fc2; --c-accent-hover:#7978d3; --c-on-accent:#fffffe;
  --c-purple:#403fc0; --c-purple-hover:#6a6bce; --c-on-purple:#fffeff;
  --c-green:#41e08a; --c-shadow:rgba(0, 0, 1,.35);
  --c-overlay:rgba(10, 18, 35,.72);
  --qecf-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(10, 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); } }
.qecf-hdyaj {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--c-surface);
  padding: 11px 18px;
  box-shadow: 0 4px 6px -1px rgba(3, 0, 0,0.2), 0 2px 4px -1px rgba(0, 0, 1,0.12);
}
.qecf-mbxgt {
  box-shadow: 0 4px 10px -1px var(--c-shadow);
}
.qecf-dcrfv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  max-width: 1600px;
  margin: 0 auto;
}
.qecf-hqdmy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.qecf-hqdmy span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-text);
  border-radius: 2px;
}
.qecf-kjnwr {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: var(--c-text);
}
.qecf-wpwxb { flex-shrink: 0; line-height: 0; max-height: 36px; width: auto; }
img.qecf-wpwxb { height: 36px; object-fit: contain; }
.qecf-wjdjc {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qecf-gteqd { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.qecf-gteqd .qecf-kyzxe { padding: 11px 11px; font-size: 13px; }
.qecf-kyzxe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 9px 21px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.qecf-csqbx { background: #9f9f9c; color: #0b1223; }
.qecf-csqbx:hover { background: #8a8a88; }
.qecf-ydfwg { background: var(--c-purple); color: var(--c-on-purple); }
.qecf-ydfwg:hover { background: var(--c-purple-hover); }
.qecf-thrxa {
  background: var(--c-accent);
  color: var(--c-on-accent);
  border-radius: 17px;
  font-size: 18px;
  padding: 12px 26px;
  width: 100%;
}
.qecf-thrxa:hover { background: var(--c-accent-hover); }
.qecf-jqsfs {
  position: fixed;
  inset: 0;
  background: rgba(1, 0, 0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 45;
}
.qecf-mqskn { opacity: 1; pointer-events: auto; }
.qecf-psjfg {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.qecf-aqkbz {
  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 16px;
}
.qecf-qhryx { transform: translateX(0); }
.qecf-dgyjw {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  align-self: flex-end;
  color: var(--c-text);
  margin-bottom: 7px;
}
.qecf-hxgct { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.qecf-vwngk {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 45px;
  padding: 8px 10px;
  border-radius: 10px;
  color: var(--c-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.qecf-vwngk:hover { background: color-mix(in srgb, var(--c-text) 6%, transparent); }
.qecf-rfvam { display: flex; flex-shrink: 0; color: var(--c-text); }
.qecf-wkjgr { flex: 1; }
.qecf-enxxg { flex-shrink: 0; color: var(--c-text-muted); }
.qecf-avzpv { flex: 1; min-width: 0; padding: 16px; }
.qecf-swhjq {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  padding: 33px 18px;
  background:
    radial-gradient(circle at 15% 20%, rgba(148, 51, 234,0.32), transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(219, 39, 117,0.28), transparent 50%),
    linear-gradient(135deg, #1a264a 0%, #0d1423 100%);
  isolation: isolate;
}
.qecf-swhjq::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(240, 242, 246,0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.5;
}
.qecf-tswph { max-width: 640px; }
.qecf-rkphk {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 13px;
}
.qecf-npfrv {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
}
.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); }
.qecf-thtrr { max-width: 900px; margin: 30px auto 0; padding: 0 8px; }
.qecf-thtrr h1, .qecf-thtrr h2, .qecf-thtrr h3,
.qecf-thtrr h4, .qecf-thtrr h5, .qecf-thtrr h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 26px 0 11px;
}
.qecf-thtrr h1 { font-size: 28px; font-weight: 600; margin-top: 0; }
.qecf-thtrr h2 { font-size: 22px; }
.qecf-thtrr h3 { font-size: 19px; }
.qecf-thtrr h4 { font-size: 17px; }
.qecf-thtrr h5, .qecf-thtrr h6 { font-size: 15px; }
.qecf-thtrr p { margin-bottom: 12px; color: var(--c-text); }
.qecf-thtrr ul, .qecf-thtrr ol { margin: 0 0 15px 19px; }
.qecf-thtrr li { margin-bottom: 8px; }
.qecf-thtrr a { color: var(--c-purple); text-decoration: underline; }
.qecf-thtrr a:hover { color: var(--c-accent); }
.qecf-thtrr strong { font-weight: 700; }
.qecf-thtrr em { font-style: italic; }
.qecf-thtrr img { border-radius: 11px; margin: 13px 0; }
.qecf-thtrr blockquote {
  border-left: 3px solid var(--c-accent);
  background: var(--c-surface);
  padding: 12px 15px;
  border-radius: 0 8px 9px 0;
  font-style: italic;
  color: var(--c-text-muted);
  margin: 0 0 15px;
}
.qecf-thtrr table {
  width: 100%;
  border-collapse: collapse;
  background: var(--c-surface);
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .qecf-thtrr table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 14px;
  }
}
.qecf-thtrr th, .qecf-thtrr td {
  text-align: left;
  padding: 11px 12px;
  font-size: 14px;
}
.qecf-thtrr th { font-weight: 700; background: var(--c-bg); }
.qecf-thtrr td { color: var(--c-text-muted); }
.qecf-thtrr tbody tr:nth-child(odd) { background: var(--c-surface); }
.qecf-thtrr tbody tr:nth-child(even) { background: var(--c-bg); }
.fvfn-slider { margin: 21px 0; }
.fvfn-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  margin-bottom: 14px;
}
.fvfn-slider-title { font-size: 19px; font-weight: 700; }
.fvfn-slider-controls { display: flex; gap: 10px; flex-shrink: 0; }
.fvfn-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;
}
.fvfn-slider-btn:hover { background: var(--c-purple); color: var(--c-on-purple); }
.fvfn-slider-btn[disabled] { opacity: 0.35; pointer-events: none; }
.fvfn-slider-track {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -memq-overflow-style: none;
}
.fvfn-slider-track::-webkit-scrollbar { display: none; }
.fvfn-card { position: relative; flex: 0 0 auto; width: 120px; scroll-snap-align: start; }
.fvfn-link { display: block; text-decoration: none; color: inherit; }
.fvfn-thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 14px;
  overflow: hidden;
  background: var(--c-surface);
}
.fvfn-thumb img { width: 100%; height: 100%; object-fit: cover; }
.fvfn-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: 22px;
  padding: 5px 6px;
  font-size: 10px;
  font-weight: 600;
}
.fvfn-meta { padding-top: 9px; }
.fvfn-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;
}
.fvfn-provider { font-size: 10px; color: var(--c-text-muted); margin-top: 2px; }
.fvfn-wins-card {
  flex: 0 0 auto;
  min-width: 180px;
  background: var(--c-surface);
  border-radius: 11px;
  padding: 11px 16px;
  scroll-snap-align: start;
}
.fvfn-wins-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.fvfn-wins-player { font-size: 12px; font-weight: 700; }
.fvfn-wins-amount { font-size: 13px; font-weight: 700; color: var(--c-green); }
.fvfn-wins-game { font-size: 11px; color: var(--c-text-muted); margin-top: 3px; }
.qecf-yehpj { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 18px 0 25px; }
.qecf-cthyr { background: var(--c-surface); border-radius: 13px; padding: 17px; }
.qecf-cthyr h3 { margin: 0 0 6px; font-size: 16px; }
.qecf-cthyr p { margin: 0; font-size: 14px; color: var(--c-text-muted); }
.qecf-tjcps { background: var(--c-surface); border-radius: 14px; margin-bottom: 8px; overflow: hidden; }
.qecf-tjcps summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  min-height: 45px;
  padding: 18px 17px;
  font-weight: 700;
  font-size: 15px;
}
.qecf-tjcps summary::-webkit-details-marker { display: none; }
.qecf-katar { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.qecf-tjcps[open] .qecf-katar { transform: rotate(180deg); }
.qecf-tjcps p { margin: 0; padding: 0 17px 15px; color: var(--c-text-muted); font-size: 14px; }
.qecf-hpdjq { background: var(--c-surface); margin-top: 29px; padding: 22px 18px; }
.qecf-pyqjy { max-width: 1600px; margin: 0 auto; }
.qecf-xmvbt {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.qecf-xmvbt a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 6px 9px;
  border-radius: 9px;
  background: color-mix(in srgb, var(--c-text) 6%, transparent);
}
.qecf-xmvbt a:hover { background: color-mix(in srgb, var(--c-text) 12%, transparent); }
.qecf-xmvbt img {
  width: 6rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
.qecf-qgvrf { border: 0; border-top: 1px solid var(--c-border); margin: 22px 0; }
.qecf-erjyf { display: grid; grid-template-columns: 1fr; gap: 21px; }
.qecf-vrftj { border-bottom: 1px solid var(--c-border); }
.qecf-vrftj summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  list-style: none;
  min-height: 45px;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.qecf-vrftj summary::-webkit-details-marker { display: none; }
.qecf-aybap { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.qecf-vrftj[open] .qecf-aybap { transform: rotate(180deg); }
.qecf-vrftj ul { list-style: none; display: flex; flex-direction: column; gap: 9px; padding: 2px 0 15px; }
.qecf-vrftj a { color: var(--c-text-muted); text-decoration: none; font-size: 14px; }
.qecf-vrftj a:hover { color: var(--c-text); }
.qecf-epftz {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  text-align: center;
}
.qecf-vvxha { display: flex; gap: 9px; flex-wrap: wrap; justify-content: center; }
.qecf-vvxha 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);
}
.qecf-vvxha a:hover { background: var(--c-accent); }
.qecf-akrry { font-size: 13px; color: var(--c-text-muted); }
.qecf-erfdy {
  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);
}
.qecf-erfdy:hover { background: var(--c-purple); color: var(--c-on-purple); }
@media (min-width: 768px) {
  .qecf-swhjq { padding: 43px 33px; }
  .qecf-rkphk { font-size: 32px; }
  .qecf-erjyf { grid-template-columns: repeat(2, 1fr); }
  .qecf-epftz { flex-direction: row; justify-content: space-between; text-align: left; }
  .fvfn-card { width: 145px; }
  .fvfn-wins-card { min-width: 200px; }
  .qecf-yehpj { grid-template-columns: repeat(2, 1fr); }
  .qecf-vrftj { border-bottom: 0; }
  .qecf-vrftj summary { cursor: default; pointer-events: none; min-height: 0; padding: 0 0 14px; }
  .qecf-aybap { display: none; }
  .qecf-vrftj ul { padding: 0; }
}
@media (min-width: 1024px) {
  .qecf-hdyaj { padding: 15px 34px; }
  .qecf-hqdmy { display: none; }
  .qecf-gteqd { gap: 12px; }
  .qecf-gteqd .qecf-kyzxe { padding: 8px 22px; font-size: 15px; }
  .qecf-kjnwr { flex: 0 1 auto; }
  .qecf-wjdjc { font-size: 19px; }
  .qecf-jqsfs { display: none; }
  .qecf-aqkbz {
    position: sticky;
    top: var(--qecf-header-h);
    height: calc(100vh - var(--qecf-header-h));
    z-index: 1;
    max-width: none;
    width: 260px;
    transform: none;
    flex-shrink: 0;
    padding: 18px 13px;
  }
  .qecf-dgyjw { display: none; }
  .qecf-avzpv { padding: 26px 30px; }
  .qecf-swhjq { padding: 56px 46px; }
  .qecf-rkphk { font-size: 42px; }
  .qecf-npfrv { font-size: 20px; }
  .qecf-thrxa { width: auto; }
  .qecf-thtrr { padding: 0; }
  .qecf-hpdjq { padding: 30px; }
  .qecf-erjyf { grid-template-columns: repeat(4, 1fr); }
  .fvfn-slider-btn { width: 38px; height: 38px; }
  .fvfn-card { width: 165px; }
  .fvfn-wins-card { min-width: 220px; }
  .qecf-yehpj { grid-template-columns: repeat(3, 1fr); }
}
.memq-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:15px;margin:20px 0 11px}
.memq-lead{display:flex;align-items:center;gap:12px}
.memq-age{width:32px;height:32px;flex:0 0 auto}
.memq-chip{font-size:13px;line-height:1.35;opacity:.85}
.memq-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px}
.memq-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.gmdv-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.gmdv-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 17px 19px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.gmdv-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.gmdv-text a { color: var(--c-accent); text-decoration: underline; }
.gmdv-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.gmdv-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 12px 17px;
    border-radius: 15px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.gmdv-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.gmdv-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.gmdv-btn--reject,
.gmdv-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.gmdv-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);
}
.gmdv-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 18px;
    border-radius: 13px;
    background: var(--c-surface);
}
.gmdv-modal__title { margin-bottom: 8px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.gmdv-modal__desc { margin-bottom: 18px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.gmdv-categories { display: flex; flex-direction: column; gap: 15px; margin-bottom: 17px; }
.gmdv-cat { padding-bottom: 13px; border-bottom: 1px solid var(--c-border); }
.gmdv-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.gmdv-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 4px; }
.gmdv-cat__name { font-weight: 600; color: var(--c-text); }
.gmdv-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.gmdv-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.gmdv-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.gmdv-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.gmdv-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 10px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.gmdv-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;
}
.gmdv-toggle input:checked + .gmdv-toggle__slider { background: var(--c-accent); }
.gmdv-toggle input:checked + .gmdv-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.gmdv-modal__actions { display: flex; flex-wrap: wrap; gap: 9px; }
@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: 18px 21px; }
    .bmps-media img { aspect-ratio: 16 / 6.5; }
    .gmdv-banner { flex-direction: row; align-items: center; gap: 18px; }
    .gmdv-actions { flex: none; }
    .gmdv-btn { flex: none; }
}
[hidden]{display:none !important;}
.zymn-links{display:flex;flex-direction:column;gap:7px;margin:12px 0 7px;font-size:13px}
.zymn-row,.zymn-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 16px}
.zymn-caption{opacity:.65;margin-right:6px}
.zymn-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.zymn-item a:hover{opacity:1}
.xcbm-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}
.xcbm-meta{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin:0;font-size:13px;line-height:1.6;color:var(--c-text-muted)}
.xcbm-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)}
.xcbm-key::before{content:"";display:inline-block;width:14px;height:14px;margin-right:8px;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}
.xcbm-val{margin:0;font-weight:600;color:var(--c-text)}
.xcbm-key--by{margin-left:7px}
.xcbm-key--by::before{content:none}
.xcbm-val--by{font-weight:400;color:var(--c-text-muted)}
.xxfq-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:26px 0 4px}
.xxfq-list .xxfq-lead{grid-column:1/-1;margin:0;font-size:22px;font-weight:700;line-height:1.25;color:var(--c-text)}
.xxfq-item{display:flex;flex-direction:column;gap:6px;margin:0;padding:17px 19px;border-radius:10px;background:var(--c-surface)}
.xxfq-list .xxfq-who{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:0;font-size:15px;font-weight:700;line-height:1.3;color:var(--c-text)}
.xxfq-score{padding:1px 6px;border-radius:10px;background:var(--c-purple);color:var(--c-on-purple);font-size:12px;font-weight:700;line-height:1.5}
.xxfq-list .xxfq-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)}
.xxfq-list .xxfq-when{display:block;margin:0;font-size:12px;color:var(--c-text-muted)}
.xxfq-list > .xxfq-item:last-child:nth-child(even){grid-column:1/-1}
@media (max-width:767px){.xxfq-list{grid-template-columns:1fr}}
