:root{
  --c-bg:#0c0b0f; --c-surface:#1b1d21; --c-surface-alt:#312e34; --c-border:#3a3c42;
  --c-text:#f2f2f7; --c-text-muted:#99979a;
  --c-accent:#ed0000; --c-accent-hover:#ff2928; --c-on-accent:#000003;
  --c-purple:#f00001; --c-purple-hover:#fc2929; --c-on-purple:#030000;
  --c-green:#3fe08c; --c-shadow:rgba(0, 0, 2,.35);
  --c-overlay:rgba(13, 21, 35,.72);
  --zpjr-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, 17, 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); } }
.zpjr-trhrh {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--c-surface);
  padding: 12px 17px;
  box-shadow: 0 4px 6px -1px rgba(0, 3, 0,0.2), 0 2px 4px -1px rgba(0, 0, 2,0.12);
}
.zpjr-tgmxb {
  box-shadow: 0 4px 10px -1px var(--c-shadow);
}
.zpjr-bnjcd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  max-width: 1600px;
  margin: 0 auto;
}
.zpjr-hcnmy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.zpjr-hcnmy span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-text);
  border-radius: 2px;
}
.zpjr-zrjcn {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: var(--c-text);
}
.zpjr-vvhmj { flex-shrink: 0; line-height: 0; max-height: 36px; width: auto; }
img.zpjr-vvhmj { height: 36px; object-fit: contain; }
.zpjr-xmdgs {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zpjr-hpmfp { display: flex; align-items: center; gap: 7px; flex-shrink: 0; }
.zpjr-hpmfp .zpjr-zqadc { padding: 8px 13px; font-size: 13px; }
.zpjr-zqadc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.zpjr-rdyqy { background: #9f9e9f; color: #0f1223; }
.zpjr-rdyqy:hover { background: #8a8a8b; }
.zpjr-ytxre { background: var(--c-purple); color: var(--c-on-purple); }
.zpjr-ytxre:hover { background: var(--c-purple-hover); }
.zpjr-xhzkc {
  background: var(--c-accent);
  color: var(--c-on-accent);
  border-radius: 17px;
  font-size: 18px;
  padding: 16px 22px;
  width: 100%;
}
.zpjr-xhzkc:hover { background: var(--c-accent-hover); }
.zpjr-hqqvn {
  position: fixed;
  inset: 0;
  background: rgba(0, 1, 0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 45;
}
.zpjr-gzchc { opacity: 1; pointer-events: auto; }
.zpjr-tetbz {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.zpjr-gmpcp {
  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 13px;
}
.zpjr-hajkr { transform: translateX(0); }
.zpjr-wewep {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  align-self: flex-end;
  color: var(--c-text);
  margin-bottom: 9px;
}
.zpjr-cxwan { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.zpjr-ehydj {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 45px;
  padding: 12px 10px;
  border-radius: 7px;
  color: var(--c-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.zpjr-ehydj:hover { background: color-mix(in srgb, var(--c-text) 6%, transparent); }
.zpjr-bpdkv { display: flex; flex-shrink: 0; color: var(--c-text); }
.zpjr-ehmgh { flex: 1; }
.zpjr-mgsew { flex-shrink: 0; color: var(--c-text-muted); }
.zpjr-sjdry { flex: 1; min-width: 0; padding: 16px; }
.zpjr-nphtg {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  padding: 33px 22px;
  background:
    radial-gradient(circle at 15% 20%, rgba(146, 51, 234,0.32), transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(220, 39, 119,0.28), transparent 50%),
    linear-gradient(135deg, #1a2649 0%, #0d1323 100%);
  isolation: isolate;
}
.zpjr-nphtg::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(243, 242, 244,0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.5;
}
.zpjr-ymxnx { max-width: 640px; }
.zpjr-fjrve {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
}
.zpjr-gmnkm {
  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: 16px;
}
.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); }
.zpjr-fxnrm { max-width: 900px; margin: 29px auto 0; padding: 0 8px; }
.zpjr-fxnrm h1, .zpjr-fxnrm h2, .zpjr-fxnrm h3,
.zpjr-fxnrm h4, .zpjr-fxnrm h5, .zpjr-fxnrm h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 27px 0 11px;
}
.zpjr-fxnrm h1 { font-size: 28px; font-weight: 600; margin-top: 0; }
.zpjr-fxnrm h2 { font-size: 22px; }
.zpjr-fxnrm h3 { font-size: 19px; }
.zpjr-fxnrm h4 { font-size: 17px; }
.zpjr-fxnrm h5, .zpjr-fxnrm h6 { font-size: 15px; }
.zpjr-fxnrm p { margin-bottom: 13px; color: var(--c-text); }
.zpjr-fxnrm ul, .zpjr-fxnrm ol { margin: 0 0 12px 22px; }
.zpjr-fxnrm li { margin-bottom: 7px; }
.zpjr-fxnrm a { color: var(--c-purple); text-decoration: underline; }
.zpjr-fxnrm a:hover { color: var(--c-accent); }
.zpjr-fxnrm strong { font-weight: 700; }
.zpjr-fxnrm em { font-style: italic; }
.zpjr-fxnrm img { border-radius: 11px; margin: 15px 0; }
.zpjr-fxnrm blockquote {
  border-left: 3px solid var(--c-accent);
  background: var(--c-surface);
  padding: 13px 15px;
  border-radius: 0 9px 11px 0;
  font-style: italic;
  color: var(--c-text-muted);
  margin: 0 0 15px;
}
.zpjr-fxnrm table {
  width: 100%;
  border-collapse: collapse;
  background: var(--c-surface);
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .zpjr-fxnrm table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 10px;
  }
}
.zpjr-fxnrm th, .zpjr-fxnrm td {
  text-align: left;
  padding: 11px 15px;
  font-size: 14px;
}
.zpjr-fxnrm th { font-weight: 700; background: var(--c-bg); }
.zpjr-fxnrm td { color: var(--c-text-muted); }
.zpjr-fxnrm tbody tr:nth-child(odd) { background: var(--c-surface); }
.zpjr-fxnrm tbody tr:nth-child(even) { background: var(--c-bg); }
.bmbj-slider { margin: 23px 0; }
.bmbj-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}
.bmbj-slider-title { font-size: 19px; font-weight: 700; }
.bmbj-slider-controls { display: flex; gap: 6px; flex-shrink: 0; }
.bmbj-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;
}
.bmbj-slider-btn:hover { background: var(--c-purple); color: var(--c-on-purple); }
.bmbj-slider-btn[disabled] { opacity: 0.35; pointer-events: none; }
.bmbj-slider-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -aadx-overflow-style: none;
}
.bmbj-slider-track::-webkit-scrollbar { display: none; }
.bmbj-card { position: relative; flex: 0 0 auto; width: 120px; scroll-snap-align: start; }
.bmbj-link { display: block; text-decoration: none; color: inherit; }
.bmbj-thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 14px;
  overflow: hidden;
  background: var(--c-surface);
}
.bmbj-thumb img { width: 100%; height: 100%; object-fit: cover; }
.bmbj-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: 18px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 600;
}
.bmbj-meta { padding-top: 9px; }
.bmbj-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;
}
.bmbj-provider { font-size: 10px; color: var(--c-text-muted); margin-top: 2px; }
.bmbj-wins-card {
  flex: 0 0 auto;
  min-width: 180px;
  background: var(--c-surface);
  border-radius: 12px;
  padding: 13px 16px;
  scroll-snap-align: start;
}
.bmbj-wins-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.bmbj-wins-player { font-size: 12px; font-weight: 700; }
.bmbj-wins-amount { font-size: 13px; font-weight: 700; color: var(--c-green); }
.bmbj-wins-game { font-size: 11px; color: var(--c-text-muted); margin-top: 2px; }
.zpjr-azggx { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 17px 0 22px; }
.zpjr-vtwaz { background: var(--c-surface); border-radius: 15px; padding: 20px; }
.zpjr-vtwaz h3 { margin: 0 0 7px; font-size: 16px; }
.zpjr-vtwaz p { margin: 0; font-size: 14px; color: var(--c-text-muted); }
.zpjr-wtwnt { background: var(--c-surface); border-radius: 13px; margin-bottom: 12px; overflow: hidden; }
.zpjr-wtwnt summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 45px;
  padding: 14px 20px;
  font-weight: 700;
  font-size: 15px;
}
.zpjr-wtwnt summary::-webkit-details-marker { display: none; }
.zpjr-hfbrk { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.zpjr-wtwnt[open] .zpjr-hfbrk { transform: rotate(180deg); }
.zpjr-wtwnt p { margin: 0; padding: 0 19px 17px; color: var(--c-text-muted); font-size: 14px; }
.zpjr-tpwvy { background: var(--c-surface); margin-top: 31px; padding: 26px 14px; }
.zpjr-bxymf { max-width: 1600px; margin: 0 auto; }
.zpjr-fnmss {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  justify-content: center;
}
.zpjr-fnmss a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 5px 8px;
  border-radius: 11px;
  background: color-mix(in srgb, var(--c-text) 6%, transparent);
}
.zpjr-fnmss a:hover { background: color-mix(in srgb, var(--c-text) 12%, transparent); }
.zpjr-fnmss img {
  width: 6rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
.zpjr-crjfx { border: 0; border-top: 1px solid var(--c-border); margin: 22px 0; }
.zpjr-nczfw { display: grid; grid-template-columns: 1fr; gap: 22px; }
.zpjr-xypfs { border-bottom: 1px solid var(--c-border); }
.zpjr-xypfs 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;
}
.zpjr-xypfs summary::-webkit-details-marker { display: none; }
.zpjr-zcjzg { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.zpjr-xypfs[open] .zpjr-zcjzg { transform: rotate(180deg); }
.zpjr-xypfs ul { list-style: none; display: flex; flex-direction: column; gap: 11px; padding: 2px 0 18px; }
.zpjr-xypfs a { color: var(--c-text-muted); text-decoration: none; font-size: 14px; }
.zpjr-xypfs a:hover { color: var(--c-text); }
.zpjr-pfcgm {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  text-align: center;
}
.zpjr-ervyy { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.zpjr-ervyy 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);
}
.zpjr-ervyy a:hover { background: var(--c-accent); }
.zpjr-kjnfx { font-size: 13px; color: var(--c-text-muted); }
.zpjr-hpqrn {
  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);
}
.zpjr-hpqrn:hover { background: var(--c-purple); color: var(--c-on-purple); }
@media (min-width: 768px) {
  .zpjr-nphtg { padding: 42px 30px; }
  .zpjr-fjrve { font-size: 32px; }
  .zpjr-nczfw { grid-template-columns: repeat(2, 1fr); }
  .zpjr-pfcgm { flex-direction: row; justify-content: space-between; text-align: left; }
  .bmbj-card { width: 145px; }
  .bmbj-wins-card { min-width: 200px; }
  .zpjr-azggx { grid-template-columns: repeat(2, 1fr); }
  .zpjr-xypfs { border-bottom: 0; }
  .zpjr-xypfs summary { cursor: default; pointer-events: none; min-height: 0; padding: 0 0 11px; }
  .zpjr-zcjzg { display: none; }
  .zpjr-xypfs ul { padding: 0; }
}
@media (min-width: 1024px) {
  .zpjr-trhrh { padding: 15px 33px; }
  .zpjr-hcnmy { display: none; }
  .zpjr-hpmfp { gap: 9px; }
  .zpjr-hpmfp .zpjr-zqadc { padding: 12px 22px; font-size: 15px; }
  .zpjr-zrjcn { flex: 0 1 auto; }
  .zpjr-xmdgs { font-size: 19px; }
  .zpjr-hqqvn { display: none; }
  .zpjr-gmpcp {
    position: sticky;
    top: var(--zpjr-header-h);
    height: calc(100vh - var(--zpjr-header-h));
    z-index: 1;
    max-width: none;
    width: 260px;
    transform: none;
    flex-shrink: 0;
    padding: 21px 13px;
  }
  .zpjr-wewep { display: none; }
  .zpjr-sjdry { padding: 22px 34px; }
  .zpjr-nphtg { padding: 56px 47px; }
  .zpjr-fjrve { font-size: 42px; }
  .zpjr-gmnkm { font-size: 20px; }
  .zpjr-xhzkc { width: auto; }
  .zpjr-fxnrm { padding: 0; }
  .zpjr-tpwvy { padding: 33px; }
  .zpjr-nczfw { grid-template-columns: repeat(4, 1fr); }
  .bmbj-slider-btn { width: 38px; height: 38px; }
  .bmbj-card { width: 165px; }
  .bmbj-wins-card { min-width: 220px; }
  .zpjr-azggx { grid-template-columns: repeat(3, 1fr); }
}
.aadx-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;margin:19px 0 9px}
.aadx-lead{display:flex;align-items:center;gap:9px}
.aadx-age{width:32px;height:32px;flex:0 0 auto}
.aadx-chip{font-size:13px;line-height:1.35;opacity:.85}
.aadx-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px}
.aadx-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.ptdc-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.ptdc-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 18px 19px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.ptdc-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.ptdc-text a { color: var(--c-accent); text-decoration: underline; }
.ptdc-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.ptdc-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 12px 19px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.ptdc-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.ptdc-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.ptdc-btn--reject,
.ptdc-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.ptdc-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);
}
.ptdc-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 19px;
    border-radius: 15px;
    background: var(--c-surface);
}
.ptdc-modal__title { margin-bottom: 12px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.ptdc-modal__desc { margin-bottom: 14px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.ptdc-categories { display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }
.ptdc-cat { padding-bottom: 16px; border-bottom: 1px solid var(--c-border); }
.ptdc-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.ptdc-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.ptdc-cat__name { font-weight: 600; color: var(--c-text); }
.ptdc-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.ptdc-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.ptdc-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.ptdc-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.ptdc-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 10px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.ptdc-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;
}
.ptdc-toggle input:checked + .ptdc-toggle__slider { background: var(--c-accent); }
.ptdc-toggle input:checked + .ptdc-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.ptdc-modal__actions { display: flex; flex-wrap: wrap; gap: 6px; }
@media (min-width: 768px) {
    .wn-footer-nav { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 18px 34px; }
    .wn-rg { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 17px 23px; }
    .rnjc-media img { aspect-ratio: 16 / 6.5; }
    .ptdc-banner { flex-direction: row; align-items: center; gap: 22px; }
    .ptdc-actions { flex: none; }
    .ptdc-btn { flex: none; }
}
[hidden]{display:none !important;}
.hjdr-links{display:flex;flex-direction:column;gap:10px;margin:12px 0 8px;font-size:13px}
.hjdr-row,.hjdr-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px 16px}
.hjdr-caption{opacity:.65;margin-right:6px}
.hjdr-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.hjdr-item a:hover{opacity:1}
.rdmx-box{display:block;width:auto;max-width:none;margin:17px 0;padding:10px 0 0;border:0;border-top:1px solid var(--c-border);border-radius:0;background:none}
.rdmx-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)}
.rdmx-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)}
.rdmx-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}
.rdmx-val{margin:0;font-weight:600;color:var(--c-text)}
.rdmx-key--by{margin-left:7px}
.rdmx-key--by::before{content:none}
.rdmx-val--by{font-weight:400;color:var(--c-text-muted)}
.ghxs-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:30px 0 4px}
.ghxs-list .ghxs-lead{grid-column:1/-1;margin:0;font-size:22px;font-weight:700;line-height:1.25;color:var(--c-text)}
.ghxs-item{display:flex;flex-direction:column;gap:10px;margin:0;padding:14px 19px;border-radius:10px;background:var(--c-surface)}
.ghxs-list .ghxs-who{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0;font-size:15px;font-weight:700;line-height:1.3;color:var(--c-text)}
.ghxs-score{padding:1px 7px;border-radius:6px;background:var(--c-purple);color:var(--c-on-purple);font-size:12px;font-weight:700;line-height:1.5}
.ghxs-list .ghxs-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)}
.ghxs-list .ghxs-when{display:block;margin:0;font-size:12px;color:var(--c-text-muted)}
.ghxs-list > .ghxs-item:last-child:nth-child(even){grid-column:1/-1}
@media (max-width:767px){.ghxs-list{grid-template-columns:1fr}}
