:root{
  --c-bg:#100011; --c-surface:#1e1040; --c-surface-alt:#2e175f; --c-border:#381d71;
  --c-text:#dfd0a0; --c-text-muted:#8d7f66;
  --c-accent:#504fc5; --c-accent-hover:#7977d3; --c-on-accent:#feffff;
  --c-purple:#4240c0; --c-purple-hover:#696ace; --c-on-purple:#feffff;
  --c-green:#3fe38a; --c-shadow:rgba(3, 0, 0,.35);
  --c-overlay:rgba(13, 21, 35,.72);
  --tkkx-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, 37, .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); } }
.tkkx-sxdpw {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--c-surface);
  padding: 11px 14px;
  box-shadow: 0 4px 6px -1px rgba(0, 1, 0,0.2), 0 2px 4px -1px rgba(1, 0, 0,0.12);
}
.tkkx-zrbbj {
  box-shadow: 0 4px 10px -1px var(--c-shadow);
}
.tkkx-saajm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  max-width: 1600px;
  margin: 0 auto;
}
.tkkx-fbwjq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.tkkx-fbwjq span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-text);
  border-radius: 2px;
}
.tkkx-ejpks {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: var(--c-text);
}
.tkkx-gtesy { flex-shrink: 0; line-height: 0; max-height: 36px; width: auto; }
img.tkkx-gtesy { height: 36px; object-fit: contain; }
.tkkx-ntpna {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tkkx-vdhxq { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.tkkx-vdhxq .tkkx-dspkq { padding: 8px 13px; font-size: 13px; }
.tkkx-dspkq {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 8px 18px;
  border-radius: 7px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.tkkx-tetck { background: #9f9fa2; color: #0d1226; }
.tkkx-tetck:hover { background: #8a8c8a; }
.tkkx-rrgnp { background: var(--c-purple); color: var(--c-on-purple); }
.tkkx-rrgnp:hover { background: var(--c-purple-hover); }
.tkkx-nxmtw {
  background: var(--c-accent);
  color: var(--c-on-accent);
  border-radius: 17px;
  font-size: 18px;
  padding: 12px 23px;
  width: 100%;
}
.tkkx-nxmtw:hover { background: var(--c-accent-hover); }
.tkkx-bfwxd {
  position: fixed;
  inset: 0;
  background: rgba(0, 1, 0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 45;
}
.tkkx-yewap { opacity: 1; pointer-events: auto; }
.tkkx-zrxey {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.tkkx-ekawx {
  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;
}
.tkkx-raqkj { transform: translateX(0); }
.tkkx-qxdws {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  align-self: flex-end;
  color: var(--c-text);
  margin-bottom: 10px;
}
.tkkx-ffwed { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.tkkx-djmmh {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 45px;
  padding: 12px 11px;
  border-radius: 9px;
  color: var(--c-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.tkkx-djmmh:hover { background: color-mix(in srgb, var(--c-text) 6%, transparent); }
.tkkx-qwpqb { display: flex; flex-shrink: 0; color: var(--c-text); }
.tkkx-yjvgc { flex: 1; }
.tkkx-cseqg { flex-shrink: 0; color: var(--c-text-muted); }
.tkkx-qapzz { flex: 1; min-width: 0; padding: 15px; }
.tkkx-mdsah {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  padding: 31px 22px;
  background:
    radial-gradient(circle at 15% 20%, rgba(147, 54, 234,0.32), transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(222, 39, 119,0.28), transparent 50%),
    linear-gradient(135deg, #1b2647 0%, #0d1221 100%);
  isolation: isolate;
}
.tkkx-mdsah::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(240, 245, 244,0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.5;
}
.tkkx-vwbqz { max-width: 640px; }
.tkkx-kewkw {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
}
.tkkx-wkvzr {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 19px;
}
.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: 7px; color: var(--c-text-muted); }
.tkkx-rbkbm { max-width: 900px; margin: 27px auto 0; padding: 0 7px; }
.tkkx-rbkbm h1, .tkkx-rbkbm h2, .tkkx-rbkbm h3,
.tkkx-rbkbm h4, .tkkx-rbkbm h5, .tkkx-rbkbm h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 30px 0 14px;
}
.tkkx-rbkbm h1 { font-size: 28px; font-weight: 600; margin-top: 0; }
.tkkx-rbkbm h2 { font-size: 22px; }
.tkkx-rbkbm h3 { font-size: 19px; }
.tkkx-rbkbm h4 { font-size: 17px; }
.tkkx-rbkbm h5, .tkkx-rbkbm h6 { font-size: 15px; }
.tkkx-rbkbm p { margin-bottom: 13px; color: var(--c-text); }
.tkkx-rbkbm ul, .tkkx-rbkbm ol { margin: 0 0 15px 21px; }
.tkkx-rbkbm li { margin-bottom: 5px; }
.tkkx-rbkbm a { color: var(--c-purple); text-decoration: underline; }
.tkkx-rbkbm a:hover { color: var(--c-accent); }
.tkkx-rbkbm strong { font-weight: 700; }
.tkkx-rbkbm em { font-style: italic; }
.tkkx-rbkbm img { border-radius: 13px; margin: 16px 0; }
.tkkx-rbkbm blockquote {
  border-left: 3px solid var(--c-accent);
  background: var(--c-surface);
  padding: 12px 14px;
  border-radius: 0 9px 9px 0;
  font-style: italic;
  color: var(--c-text-muted);
  margin: 0 0 16px;
}
.tkkx-rbkbm table {
  width: 100%;
  border-collapse: collapse;
  background: var(--c-surface);
  border-radius: 17px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tkkx-rbkbm table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 13px;
  }
}
.tkkx-rbkbm th, .tkkx-rbkbm td {
  text-align: left;
  padding: 14px 16px;
  font-size: 14px;
}
.tkkx-rbkbm th { font-weight: 700; background: var(--c-bg); }
.tkkx-rbkbm td { color: var(--c-text-muted); }
.tkkx-rbkbm tbody tr:nth-child(odd) { background: var(--c-surface); }
.tkkx-rbkbm tbody tr:nth-child(even) { background: var(--c-bg); }
.kaap-slider { margin: 24px 0; }
.kaap-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 13px;
}
.kaap-slider-title { font-size: 19px; font-weight: 700; }
.kaap-slider-controls { display: flex; gap: 6px; flex-shrink: 0; }
.kaap-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;
}
.kaap-slider-btn:hover { background: var(--c-purple); color: var(--c-on-purple); }
.kaap-slider-btn[disabled] { opacity: 0.35; pointer-events: none; }
.kaap-slider-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -fcmj-overflow-style: none;
}
.kaap-slider-track::-webkit-scrollbar { display: none; }
.kaap-card { position: relative; flex: 0 0 auto; width: 120px; scroll-snap-align: start; }
.kaap-link { display: block; text-decoration: none; color: inherit; }
.kaap-thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 13px;
  overflow: hidden;
  background: var(--c-surface);
}
.kaap-thumb img { width: 100%; height: 100%; object-fit: cover; }
.kaap-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: 21px;
  padding: 1px 8px;
  font-size: 10px;
  font-weight: 600;
}
.kaap-meta { padding-top: 6px; }
.kaap-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;
}
.kaap-provider { font-size: 10px; color: var(--c-text-muted); margin-top: 2px; }
.kaap-wins-card {
  flex: 0 0 auto;
  min-width: 180px;
  background: var(--c-surface);
  border-radius: 11px;
  padding: 13px 12px;
  scroll-snap-align: start;
}
.kaap-wins-row { display: flex; align-items: center; justify-content: space-between; gap: 9px; }
.kaap-wins-player { font-size: 12px; font-weight: 700; }
.kaap-wins-amount { font-size: 13px; font-weight: 700; color: var(--c-green); }
.kaap-wins-game { font-size: 11px; color: var(--c-text-muted); margin-top: 5px; }
.tkkx-fwmqz { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 17px 0 23px; }
.tkkx-xhcma { background: var(--c-surface); border-radius: 13px; padding: 19px; }
.tkkx-xhcma h3 { margin: 0 0 10px; font-size: 16px; }
.tkkx-xhcma p { margin: 0; font-size: 14px; color: var(--c-text-muted); }
.tkkx-kjvxa { background: var(--c-surface); border-radius: 10px; margin-bottom: 12px; overflow: hidden; }
.tkkx-kjvxa summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  min-height: 45px;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 15px;
}
.tkkx-kjvxa summary::-webkit-details-marker { display: none; }
.tkkx-dgzxj { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.tkkx-kjvxa[open] .tkkx-dgzxj { transform: rotate(180deg); }
.tkkx-kjvxa p { margin: 0; padding: 0 17px 18px; color: var(--c-text-muted); font-size: 14px; }
.tkkx-yhqxr { background: var(--c-surface); margin-top: 29px; padding: 22px 17px; }
.tkkx-rrvrk { max-width: 1600px; margin: 0 auto; }
.tkkx-dvvdk {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  justify-content: center;
}
.tkkx-dvvdk a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 3px 11px;
  border-radius: 11px;
  background: color-mix(in srgb, var(--c-text) 6%, transparent);
}
.tkkx-dvvdk a:hover { background: color-mix(in srgb, var(--c-text) 12%, transparent); }
.tkkx-dvvdk img {
  width: 6rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
.tkkx-gdnyf { border: 0; border-top: 1px solid var(--c-border); margin: 19px 0; }
.tkkx-emrkb { display: grid; grid-template-columns: 1fr; gap: 21px; }
.tkkx-stqxe { border-bottom: 1px solid var(--c-border); }
.tkkx-stqxe summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  list-style: none;
  min-height: 45px;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.tkkx-stqxe summary::-webkit-details-marker { display: none; }
.tkkx-jxwae { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.tkkx-stqxe[open] .tkkx-jxwae { transform: rotate(180deg); }
.tkkx-stqxe ul { list-style: none; display: flex; flex-direction: column; gap: 8px; padding: 2px 0 18px; }
.tkkx-stqxe a { color: var(--c-text-muted); text-decoration: none; font-size: 14px; }
.tkkx-stqxe a:hover { color: var(--c-text); }
.tkkx-jbqwq {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
}
.tkkx-thjdp { display: flex; gap: 11px; flex-wrap: wrap; justify-content: center; }
.tkkx-thjdp 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);
}
.tkkx-thjdp a:hover { background: var(--c-accent); }
.tkkx-mbspy { font-size: 13px; color: var(--c-text-muted); }
.tkkx-kbyvq {
  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);
}
.tkkx-kbyvq:hover { background: var(--c-purple); color: var(--c-on-purple); }
@media (min-width: 768px) {
  .tkkx-mdsah { padding: 45px 34px; }
  .tkkx-kewkw { font-size: 32px; }
  .tkkx-emrkb { grid-template-columns: repeat(2, 1fr); }
  .tkkx-jbqwq { flex-direction: row; justify-content: space-between; text-align: left; }
  .kaap-card { width: 145px; }
  .kaap-wins-card { min-width: 200px; }
  .tkkx-fwmqz { grid-template-columns: repeat(2, 1fr); }
  .tkkx-stqxe { border-bottom: 0; }
  .tkkx-stqxe summary { cursor: default; pointer-events: none; min-height: 0; padding: 0 0 13px; }
  .tkkx-jxwae { display: none; }
  .tkkx-stqxe ul { padding: 0; }
}
@media (min-width: 1024px) {
  .tkkx-sxdpw { padding: 14px 33px; }
  .tkkx-fbwjq { display: none; }
  .tkkx-vdhxq { gap: 11px; }
  .tkkx-vdhxq .tkkx-dspkq { padding: 11px 22px; font-size: 15px; }
  .tkkx-ejpks { flex: 0 1 auto; }
  .tkkx-ntpna { font-size: 19px; }
  .tkkx-bfwxd { display: none; }
  .tkkx-ekawx {
    position: sticky;
    top: var(--tkkx-header-h);
    height: calc(100vh - var(--tkkx-header-h));
    z-index: 1;
    max-width: none;
    width: 260px;
    transform: none;
    flex-shrink: 0;
    padding: 22px 12px;
  }
  .tkkx-qxdws { display: none; }
  .tkkx-qapzz { padding: 23px 30px; }
  .tkkx-mdsah { padding: 56px 46px; }
  .tkkx-kewkw { font-size: 42px; }
  .tkkx-wkvzr { font-size: 20px; }
  .tkkx-nxmtw { width: auto; }
  .tkkx-rbkbm { padding: 0; }
  .tkkx-yhqxr { padding: 34px; }
  .tkkx-emrkb { grid-template-columns: repeat(4, 1fr); }
  .kaap-slider-btn { width: 38px; height: 38px; }
  .kaap-card { width: 165px; }
  .kaap-wins-card { min-width: 220px; }
  .tkkx-fwmqz { grid-template-columns: repeat(3, 1fr); }
}
.fcmj-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:13px;margin:19px 0 11px}
.fcmj-lead{display:flex;align-items:center;gap:8px}
.fcmj-age{width:32px;height:32px;flex:0 0 auto}
.fcmj-chip{font-size:13px;line-height:1.35;opacity:.85}
.fcmj-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px}
.fcmj-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.yqdf-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.yqdf-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 15px 22px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.yqdf-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.yqdf-text a { color: var(--c-accent); text-decoration: underline; }
.yqdf-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.yqdf-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 12px 19px;
    border-radius: 15px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.yqdf-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.yqdf-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.yqdf-btn--reject,
.yqdf-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.yqdf-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);
}
.yqdf-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 18px;
    border-radius: 16px;
    background: var(--c-surface);
}
.yqdf-modal__title { margin-bottom: 8px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.yqdf-modal__desc { margin-bottom: 15px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.yqdf-categories { display: flex; flex-direction: column; gap: 12px; margin-bottom: 17px; }
.yqdf-cat { padding-bottom: 13px; border-bottom: 1px solid var(--c-border); }
.yqdf-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.yqdf-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 8px; }
.yqdf-cat__name { font-weight: 600; color: var(--c-text); }
.yqdf-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.yqdf-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.yqdf-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.yqdf-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.yqdf-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 13px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.yqdf-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;
}
.yqdf-toggle input:checked + .yqdf-toggle__slider { background: var(--c-accent); }
.yqdf-toggle input:checked + .yqdf-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.yqdf-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 33px; }
    .wn-rg { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 14px 20px; }
    .xmnz-media img { aspect-ratio: 16 / 6.5; }
    .yqdf-banner { flex-direction: row; align-items: center; gap: 21px; }
    .yqdf-actions { flex: none; }
    .yqdf-btn { flex: none; }
}
[hidden]{display:none !important;}
.grjp-links{display:flex;flex-direction:column;gap:7px;margin:16px 0 5px;font-size:13px}
.grjp-row,.grjp-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px 19px}
.grjp-caption{opacity:.65;margin-right:5px}
.grjp-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.grjp-item a:hover{opacity:1}
.cqdb-box{display:block;width:auto;max-width:none;margin:15px 0;padding:13px 0 0;border:0;border-top:1px solid var(--c-border);border-radius:0;background:none}
.cqdb-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)}
.cqdb-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)}
.cqdb-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}
.cqdb-val{margin:0;font-weight:600;color:var(--c-text)}
.cqdb-key--by{margin-left:8px}
.cqdb-key--by::before{content:none}
.cqdb-val--by{font-weight:400;color:var(--c-text-muted)}
.ftzk-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:30px 0 8px}
.ftzk-list .ftzk-lead{grid-column:1/-1;margin:0;font-size:22px;font-weight:700;line-height:1.25;color:var(--c-text)}
.ftzk-item{display:flex;flex-direction:column;gap:6px;margin:0;padding:15px 16px;border-radius:11px;background:var(--c-surface)}
.ftzk-list .ftzk-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)}
.ftzk-score{padding:1px 7px;border-radius:9px;background:var(--c-purple);color:var(--c-on-purple);font-size:12px;font-weight:700;line-height:1.5}
.ftzk-list .ftzk-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)}
.ftzk-list .ftzk-when{display:block;margin:0;font-size:12px;color:var(--c-text-muted)}
.ftzk-list > .ftzk-item:last-child:nth-child(even){grid-column:1/-1}
@media (max-width:767px){.ftzk-list{grid-template-columns:1fr}}
