:root{
  --c-bg:#10001e; --c-surface:#0e1040; --c-surface-alt:#171760; --c-border:#191c71;
  --c-text:#c09380; --c-text-muted:#79565a;
  --c-accent:#c09071; --c-accent-hover:#d0ae97; --c-on-accent:#100320;
  --c-purple:#6031b0; --c-purple-hover:#7c49ce; --c-on-purple:#fffcff;
  --c-green:#3de08a; --c-shadow:rgba(1, 0, 0,.35);
  --c-overlay:rgba(13, 15, 35,.72);
  --kydk-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); } }
.kydk-wfntt {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--c-surface);
  padding: 9px 15px;
  box-shadow: 0 4px 6px -1px rgba(0, 3, 0,0.2), 0 2px 4px -1px rgba(0, 0, 1,0.12);
}
.kydk-mhnsn {
  box-shadow: 0 4px 10px -1px var(--c-shadow);
}
.kydk-acdpx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  max-width: 1600px;
  margin: 0 auto;
}
.kydk-tzkbe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.kydk-tzkbe span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-text);
  border-radius: 2px;
}
.kydk-xtcqc {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: var(--c-text);
}
.kydk-rhmaw { flex-shrink: 0; line-height: 0; max-height: 36px; width: auto; }
img.kydk-rhmaw { height: 36px; object-fit: contain; }
.kydk-sqney {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kydk-tehtv { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.kydk-tehtv .kydk-canww { padding: 12px 10px; font-size: 13px; }
.kydk-canww {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 8px 18px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.kydk-chbzm { background: #9fa19f; color: #0d1224; }
.kydk-chbzm:hover { background: #898a8a; }
.kydk-krszv { background: var(--c-purple); color: var(--c-on-purple); }
.kydk-krszv:hover { background: var(--c-purple-hover); }
.kydk-hqmjf {
  background: var(--c-accent);
  color: var(--c-on-accent);
  border-radius: 17px;
  font-size: 18px;
  padding: 12px 22px;
  width: 100%;
}
.kydk-hqmjf:hover { background: var(--c-accent-hover); }
.kydk-ebxpx {
  position: fixed;
  inset: 0;
  background: rgba(1, 0, 0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 45;
}
.kydk-mxbkb { opacity: 1; pointer-events: auto; }
.kydk-ddhne {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.kydk-wypty {
  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 12px;
}
.kydk-bgnpk { transform: translateX(0); }
.kydk-ngmja {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  align-self: flex-end;
  color: var(--c-text);
  margin-bottom: 9px;
}
.kydk-wyear { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.kydk-evsjp {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 45px;
  padding: 12px 11px;
  border-radius: 9px;
  color: var(--c-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.kydk-evsjp:hover { background: color-mix(in srgb, var(--c-text) 6%, transparent); }
.kydk-jpjke { display: flex; flex-shrink: 0; color: var(--c-text); }
.kydk-bmcvq { flex: 1; }
.kydk-ndvks { flex-shrink: 0; color: var(--c-text-muted); }
.kydk-hsejz { flex: 1; min-width: 0; padding: 13px; }
.kydk-vwvds {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  padding: 30px 18px;
  background:
    radial-gradient(circle at 15% 20%, rgba(147, 51, 231,0.32), transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(222, 39, 119,0.28), transparent 50%),
    linear-gradient(135deg, #1a264a 0%, #0d1221 100%);
  isolation: isolate;
}
.kydk-vwvds::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(242, 242, 244,0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.5;
}
.kydk-wvsrn { max-width: 640px; }
.kydk-evxwn {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
}
.kydk-wmfje {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  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: 4px; color: var(--c-text-muted); }
.kydk-sddgy { max-width: 900px; margin: 26px auto 0; padding: 0 8px; }
.kydk-sddgy h1, .kydk-sddgy h2, .kydk-sddgy h3,
.kydk-sddgy h4, .kydk-sddgy h5, .kydk-sddgy h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 26px 0 11px;
}
.kydk-sddgy h1 { font-size: 28px; font-weight: 600; margin-top: 0; }
.kydk-sddgy h2 { font-size: 22px; }
.kydk-sddgy h3 { font-size: 19px; }
.kydk-sddgy h4 { font-size: 17px; }
.kydk-sddgy h5, .kydk-sddgy h6 { font-size: 15px; }
.kydk-sddgy p { margin-bottom: 12px; color: var(--c-text); }
.kydk-sddgy ul, .kydk-sddgy ol { margin: 0 0 16px 19px; }
.kydk-sddgy li { margin-bottom: 8px; }
.kydk-sddgy a { color: var(--c-purple); text-decoration: underline; }
.kydk-sddgy a:hover { color: var(--c-accent); }
.kydk-sddgy strong { font-weight: 700; }
.kydk-sddgy em { font-style: italic; }
.kydk-sddgy img { border-radius: 11px; margin: 13px 0; }
.kydk-sddgy blockquote {
  border-left: 3px solid var(--c-accent);
  background: var(--c-surface);
  padding: 13px 18px;
  border-radius: 0 9px 8px 0;
  font-style: italic;
  color: var(--c-text-muted);
  margin: 0 0 16px;
}
.kydk-sddgy table {
  width: 100%;
  border-collapse: collapse;
  background: var(--c-surface);
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .kydk-sddgy table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 11px;
  }
}
.kydk-sddgy th, .kydk-sddgy td {
  text-align: left;
  padding: 13px 15px;
  font-size: 14px;
}
.kydk-sddgy th { font-weight: 700; background: var(--c-bg); }
.kydk-sddgy td { color: var(--c-text-muted); }
.kydk-sddgy tbody tr:nth-child(odd) { background: var(--c-surface); }
.kydk-sddgy tbody tr:nth-child(even) { background: var(--c-bg); }
.pdhs-slider { margin: 21px 0; }
.pdhs-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  margin-bottom: 11px;
}
.pdhs-slider-title { font-size: 19px; font-weight: 700; }
.pdhs-slider-controls { display: flex; gap: 6px; flex-shrink: 0; }
.pdhs-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;
}
.pdhs-slider-btn:hover { background: var(--c-purple); color: var(--c-on-purple); }
.pdhs-slider-btn[disabled] { opacity: 0.35; pointer-events: none; }
.pdhs-slider-track {
  display: flex;
  gap: 11px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -pjpr-overflow-style: none;
}
.pdhs-slider-track::-webkit-scrollbar { display: none; }
.pdhs-card { position: relative; flex: 0 0 auto; width: 120px; scroll-snap-align: start; }
.pdhs-link { display: block; text-decoration: none; color: inherit; }
.pdhs-thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 13px;
  overflow: hidden;
  background: var(--c-surface);
}
.pdhs-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pdhs-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
  background: color-mix(in srgb, var(--c-bg) 70%, transparent);
  color: var(--c-text);
  border-radius: 19px;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 600;
}
.pdhs-meta { padding-top: 7px; }
.pdhs-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;
}
.pdhs-provider { font-size: 10px; color: var(--c-text-muted); margin-top: 2px; }
.pdhs-wins-card {
  flex: 0 0 auto;
  min-width: 180px;
  background: var(--c-surface);
  border-radius: 8px;
  padding: 14px 12px;
  scroll-snap-align: start;
}
.pdhs-wins-row { display: flex; align-items: center; justify-content: space-between; gap: 9px; }
.pdhs-wins-player { font-size: 12px; font-weight: 700; }
.pdhs-wins-amount { font-size: 13px; font-weight: 700; color: var(--c-green); }
.pdhs-wins-game { font-size: 11px; color: var(--c-text-muted); margin-top: 6px; }
.kydk-xevvt { display: grid; grid-template-columns: 1fr; gap: 13px; margin: 18px 0 25px; }
.kydk-ascmq { background: var(--c-surface); border-radius: 15px; padding: 17px; }
.kydk-ascmq h3 { margin: 0 0 10px; font-size: 16px; }
.kydk-ascmq p { margin: 0; font-size: 14px; color: var(--c-text-muted); }
.kydk-zphpa { background: var(--c-surface); border-radius: 14px; margin-bottom: 8px; overflow: hidden; }
.kydk-zphpa summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  min-height: 45px;
  padding: 15px 19px;
  font-weight: 700;
  font-size: 15px;
}
.kydk-zphpa summary::-webkit-details-marker { display: none; }
.kydk-kjwkp { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.kydk-zphpa[open] .kydk-kjwkp { transform: rotate(180deg); }
.kydk-zphpa p { margin: 0; padding: 0 20px 14px; color: var(--c-text-muted); font-size: 14px; }
.kydk-cezky { background: var(--c-surface); margin-top: 28px; padding: 22px 18px; }
.kydk-pjvvb { max-width: 1600px; margin: 0 auto; }
.kydk-dnawb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.kydk-dnawb a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 2px 9px;
  border-radius: 11px;
  background: color-mix(in srgb, var(--c-text) 6%, transparent);
}
.kydk-dnawb a:hover { background: color-mix(in srgb, var(--c-text) 12%, transparent); }
.kydk-dnawb img {
  width: 6rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
.kydk-zewye { border: 0; border-top: 1px solid var(--c-border); margin: 22px 0; }
.kydk-nxzkn { display: grid; grid-template-columns: 1fr; gap: 22px; }
.kydk-wwkca { border-bottom: 1px solid var(--c-border); }
.kydk-wwkca summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  list-style: none;
  min-height: 45px;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.kydk-wwkca summary::-webkit-details-marker { display: none; }
.kydk-anzgf { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.kydk-wwkca[open] .kydk-anzgf { transform: rotate(180deg); }
.kydk-wwkca ul { list-style: none; display: flex; flex-direction: column; gap: 8px; padding: 2px 0 14px; }
.kydk-wwkca a { color: var(--c-text-muted); text-decoration: none; font-size: 14px; }
.kydk-wwkca a:hover { color: var(--c-text); }
.kydk-ytnqx {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  text-align: center;
}
.kydk-ewrtj { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.kydk-ewrtj 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);
}
.kydk-ewrtj a:hover { background: var(--c-accent); }
.kydk-ddrzb { font-size: 13px; color: var(--c-text-muted); }
.kydk-ryjba {
  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);
}
.kydk-ryjba:hover { background: var(--c-purple); color: var(--c-on-purple); }
@media (min-width: 768px) {
  .kydk-vwvds { padding: 43px 34px; }
  .kydk-evxwn { font-size: 32px; }
  .kydk-nxzkn { grid-template-columns: repeat(2, 1fr); }
  .kydk-ytnqx { flex-direction: row; justify-content: space-between; text-align: left; }
  .pdhs-card { width: 145px; }
  .pdhs-wins-card { min-width: 200px; }
  .kydk-xevvt { grid-template-columns: repeat(2, 1fr); }
  .kydk-wwkca { border-bottom: 0; }
  .kydk-wwkca summary { cursor: default; pointer-events: none; min-height: 0; padding: 0 0 11px; }
  .kydk-anzgf { display: none; }
  .kydk-wwkca ul { padding: 0; }
}
@media (min-width: 1024px) {
  .kydk-wfntt { padding: 18px 33px; }
  .kydk-tzkbe { display: none; }
  .kydk-tehtv { gap: 8px; }
  .kydk-tehtv .kydk-canww { padding: 11px 22px; font-size: 15px; }
  .kydk-xtcqc { flex: 0 1 auto; }
  .kydk-sqney { font-size: 19px; }
  .kydk-ebxpx { display: none; }
  .kydk-wypty {
    position: sticky;
    top: var(--kydk-header-h);
    height: calc(100vh - var(--kydk-header-h));
    z-index: 1;
    max-width: none;
    width: 260px;
    transform: none;
    flex-shrink: 0;
    padding: 18px 15px;
  }
  .kydk-ngmja { display: none; }
  .kydk-hsejz { padding: 25px 33px; }
  .kydk-vwvds { padding: 56px 49px; }
  .kydk-evxwn { font-size: 42px; }
  .kydk-wmfje { font-size: 20px; }
  .kydk-hqmjf { width: auto; }
  .kydk-sddgy { padding: 0; }
  .kydk-cezky { padding: 34px; }
  .kydk-nxzkn { grid-template-columns: repeat(4, 1fr); }
  .pdhs-slider-btn { width: 38px; height: 38px; }
  .pdhs-card { width: 165px; }
  .pdhs-wins-card { min-width: 220px; }
  .kydk-xevvt { grid-template-columns: repeat(3, 1fr); }
}
.pjpr-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin:20px 0 12px}
.pjpr-lead{display:flex;align-items:center;gap:9px}
.pjpr-age{width:32px;height:32px;flex:0 0 auto}
.pjpr-chip{font-size:13px;line-height:1.35;opacity:.85}
.pjpr-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px}
.pjpr-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.ndpg-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.ndpg-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 14px 22px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.ndpg-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.ndpg-text a { color: var(--c-accent); text-decoration: underline; }
.ndpg-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.ndpg-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 11px 17px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.ndpg-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.ndpg-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.ndpg-btn--reject,
.ndpg-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.ndpg-modal {
    position: fixed;
    inset: 0;
    z-index: 62;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: color-mix(in srgb, #000 70%, transparent);
}
.ndpg-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 22px;
    border-radius: 16px;
    background: var(--c-surface);
}
.ndpg-modal__title { margin-bottom: 8px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.ndpg-modal__desc { margin-bottom: 18px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.ndpg-categories { display: flex; flex-direction: column; gap: 15px; margin-bottom: 17px; }
.ndpg-cat { padding-bottom: 15px; border-bottom: 1px solid var(--c-border); }
.ndpg-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.ndpg-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 4px; }
.ndpg-cat__name { font-weight: 600; color: var(--c-text); }
.ndpg-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.ndpg-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.ndpg-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.ndpg-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.ndpg-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 14px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.ndpg-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;
}
.ndpg-toggle input:checked + .ndpg-toggle__slider { background: var(--c-accent); }
.ndpg-toggle input:checked + .ndpg-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.ndpg-modal__actions { display: flex; flex-wrap: wrap; gap: 10px; }
@media (min-width: 768px) {
    .wn-footer-nav { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 14px 33px; }
    .wn-rg { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 18px 21px; }
    .cyke-media img { aspect-ratio: 16 / 6.5; }
    .ndpg-banner { flex-direction: row; align-items: center; gap: 22px; }
    .ndpg-actions { flex: none; }
    .ndpg-btn { flex: none; }
}
[hidden]{display:none !important;}
.jsjg-links{display:flex;flex-direction:column;gap:6px;margin:15px 0 8px;font-size:13px}
.jsjg-row,.jsjg-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px 19px}
.jsjg-caption{opacity:.65;margin-right:6px}
.jsjg-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.jsjg-item a:hover{opacity:1}
.mnag-box{display:block;width:auto;max-width:none;margin:15px 0;padding:11px 0 0;border:0;border-top:1px solid var(--c-border);border-radius:0;background:none}
.mnag-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)}
.mnag-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)}
.mnag-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}
.mnag-val{margin:0;font-weight:600;color:var(--c-text)}
.mnag-key--by{margin-left:5px}
.mnag-key--by::before{content:none}
.mnag-val--by{font-weight:400;color:var(--c-text-muted)}
.zkcz-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:29px 0 4px}
.zkcz-list .zkcz-lead{grid-column:1/-1;margin:0;font-size:22px;font-weight:700;line-height:1.25;color:var(--c-text)}
.zkcz-item{display:flex;flex-direction:column;gap:7px;margin:0;padding:18px 19px;border-radius:10px;background:var(--c-surface)}
.zkcz-list .zkcz-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)}
.zkcz-score{padding:1px 9px;border-radius:6px;background:var(--c-purple);color:var(--c-on-purple);font-size:12px;font-weight:700;line-height:1.5}
.zkcz-list .zkcz-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)}
.zkcz-list .zkcz-when{display:block;margin:0;font-size:12px;color:var(--c-text-muted)}
.zkcz-list > .zkcz-item:last-child:nth-child(even){grid-column:1/-1}
@media (max-width:767px){.zkcz-list{grid-template-columns:1fr}}
