:root{
  --c-bg:#0f1318; --c-surface:#20252a; --c-surface-alt:#33373d; --c-border:#41424b;
  --c-text:#f2f3f7; --c-text-muted:#999a9e;
  --c-accent:#19c873; --c-accent-hover:#36e68e; --c-on-accent:#0e1318;
  --c-purple:#19cb76; --c-purple-hover:#36e692; --c-on-purple:#111315;
  --c-green:#3fde8a; --c-shadow:rgba(3, 0, 0,.35);
  --c-overlay:rgba(13, 15, 35,.72);
  --vxfx-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(15, 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); } }
.vxfx-pnbfg {
  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(1, 0, 0,0.12);
}
.vxfx-shhhz {
  box-shadow: 0 4px 10px -1px var(--c-shadow);
}
.vxfx-hahnx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 1600px;
  margin: 0 auto;
}
.vxfx-dhdaq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.vxfx-dhdaq span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-text);
  border-radius: 2px;
}
.vxfx-nqedp {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: var(--c-text);
}
.vxfx-pjpeq { flex-shrink: 0; line-height: 0; max-height: 36px; width: auto; }
img.vxfx-pjpeq { height: 36px; object-fit: contain; }
.vxfx-jttkr {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vxfx-vjqee { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.vxfx-vjqee .vxfx-dsckg { padding: 9px 10px; font-size: 13px; }
.vxfx-dsckg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 9px 22px;
  border-radius: 9px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.vxfx-ggavd { background: #a09f9f; color: #0d1224; }
.vxfx-ggavd:hover { background: #8a8a8b; }
.vxfx-fwztp { background: var(--c-purple); color: var(--c-on-purple); }
.vxfx-fwztp:hover { background: var(--c-purple-hover); }
.vxfx-kvfgq {
  background: var(--c-accent);
  color: var(--c-on-accent);
  border-radius: 14px;
  font-size: 18px;
  padding: 15px 23px;
  width: 100%;
}
.vxfx-kvfgq:hover { background: var(--c-accent-hover); }
.vxfx-mphqr {
  position: fixed;
  inset: 0;
  background: rgba(1, 0, 0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 45;
}
.vxfx-sanvx { opacity: 1; pointer-events: auto; }
.vxfx-fqkpp {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.vxfx-dfszq {
  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: 17px 15px;
}
.vxfx-nycjv { transform: translateX(0); }
.vxfx-bqxtm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  align-self: flex-end;
  color: var(--c-text);
  margin-bottom: 10px;
}
.vxfx-ghssw { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.vxfx-paymg {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 45px;
  padding: 11px 14px;
  border-radius: 9px;
  color: var(--c-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.vxfx-paymg:hover { background: color-mix(in srgb, var(--c-text) 6%, transparent); }
.vxfx-sxach { display: flex; flex-shrink: 0; color: var(--c-text); }
.vxfx-bwkvb { flex: 1; }
.vxfx-znhzc { flex-shrink: 0; color: var(--c-text-muted); }
.vxfx-xmwwz { flex: 1; min-width: 0; padding: 16px; }
.vxfx-fywbm {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 33px 18px;
  background:
    radial-gradient(circle at 15% 20%, rgba(147, 52, 234,0.32), transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(219, 37, 119,0.28), transparent 50%),
    linear-gradient(135deg, #182647 0%, #0d1220 100%);
  isolation: isolate;
}
.vxfx-fywbm::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;
}
.vxfx-xmzgh { max-width: 640px; }
.vxfx-rbkqw {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
.vxfx-xgehk {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 19px;
}
.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: 4px; color: var(--c-text-muted); }
.vxfx-amgrr { max-width: 900px; margin: 27px auto 0; padding: 0 7px; }
.vxfx-amgrr h1, .vxfx-amgrr h2, .vxfx-amgrr h3,
.vxfx-amgrr h4, .vxfx-amgrr h5, .vxfx-amgrr h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 26px 0 11px;
}
.vxfx-amgrr h1 { font-size: 28px; font-weight: 600; margin-top: 0; }
.vxfx-amgrr h2 { font-size: 22px; }
.vxfx-amgrr h3 { font-size: 19px; }
.vxfx-amgrr h4 { font-size: 17px; }
.vxfx-amgrr h5, .vxfx-amgrr h6 { font-size: 15px; }
.vxfx-amgrr p { margin-bottom: 16px; color: var(--c-text); }
.vxfx-amgrr ul, .vxfx-amgrr ol { margin: 0 0 12px 22px; }
.vxfx-amgrr li { margin-bottom: 4px; }
.vxfx-amgrr a { color: var(--c-purple); text-decoration: underline; }
.vxfx-amgrr a:hover { color: var(--c-accent); }
.vxfx-amgrr strong { font-weight: 700; }
.vxfx-amgrr em { font-style: italic; }
.vxfx-amgrr img { border-radius: 10px; margin: 13px 0; }
.vxfx-amgrr blockquote {
  border-left: 3px solid var(--c-accent);
  background: var(--c-surface);
  padding: 15px 17px;
  border-radius: 0 8px 11px 0;
  font-style: italic;
  color: var(--c-text-muted);
  margin: 0 0 16px;
}
.vxfx-amgrr table {
  width: 100%;
  border-collapse: collapse;
  background: var(--c-surface);
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .vxfx-amgrr table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 11px;
  }
}
.vxfx-amgrr th, .vxfx-amgrr td {
  text-align: left;
  padding: 10px 15px;
  font-size: 14px;
}
.vxfx-amgrr th { font-weight: 700; background: var(--c-bg); }
.vxfx-amgrr td { color: var(--c-text-muted); }
.vxfx-amgrr tbody tr:nth-child(odd) { background: var(--c-surface); }
.vxfx-amgrr tbody tr:nth-child(even) { background: var(--c-bg); }
.mzfk-slider { margin: 20px 0; }
.mzfk-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 13px;
}
.mzfk-slider-title { font-size: 19px; font-weight: 700; }
.mzfk-slider-controls { display: flex; gap: 10px; flex-shrink: 0; }
.mzfk-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;
}
.mzfk-slider-btn:hover { background: var(--c-purple); color: var(--c-on-purple); }
.mzfk-slider-btn[disabled] { opacity: 0.35; pointer-events: none; }
.mzfk-slider-track {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -xbhb-overflow-style: none;
}
.mzfk-slider-track::-webkit-scrollbar { display: none; }
.mzfk-card { position: relative; flex: 0 0 auto; width: 120px; scroll-snap-align: start; }
.mzfk-link { display: block; text-decoration: none; color: inherit; }
.mzfk-thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 11px;
  overflow: hidden;
  background: var(--c-surface);
}
.mzfk-thumb img { width: 100%; height: 100%; object-fit: cover; }
.mzfk-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: 4px 9px;
  font-size: 10px;
  font-weight: 600;
}
.mzfk-meta { padding-top: 9px; }
.mzfk-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;
}
.mzfk-provider { font-size: 10px; color: var(--c-text-muted); margin-top: 2px; }
.mzfk-wins-card {
  flex: 0 0 auto;
  min-width: 180px;
  background: var(--c-surface);
  border-radius: 12px;
  padding: 10px 16px;
  scroll-snap-align: start;
}
.mzfk-wins-row { display: flex; align-items: center; justify-content: space-between; gap: 11px; }
.mzfk-wins-player { font-size: 12px; font-weight: 700; }
.mzfk-wins-amount { font-size: 13px; font-weight: 700; color: var(--c-green); }
.mzfk-wins-game { font-size: 11px; color: var(--c-text-muted); margin-top: 3px; }
.vxfx-ycxsj { display: grid; grid-template-columns: 1fr; gap: 13px; margin: 17px 0 23px; }
.vxfx-qhkks { background: var(--c-surface); border-radius: 13px; padding: 16px; }
.vxfx-qhkks h3 { margin: 0 0 6px; font-size: 16px; }
.vxfx-qhkks p { margin: 0; font-size: 14px; color: var(--c-text-muted); }
.vxfx-fepyt { background: var(--c-surface); border-radius: 14px; margin-bottom: 11px; overflow: hidden; }
.vxfx-fepyt summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  min-height: 45px;
  padding: 14px 20px;
  font-weight: 700;
  font-size: 15px;
}
.vxfx-fepyt summary::-webkit-details-marker { display: none; }
.vxfx-rfxyj { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.vxfx-fepyt[open] .vxfx-rfxyj { transform: rotate(180deg); }
.vxfx-fepyt p { margin: 0; padding: 0 17px 18px; color: var(--c-text-muted); font-size: 14px; }
.vxfx-rzzjy { background: var(--c-surface); margin-top: 29px; padding: 25px 15px; }
.vxfx-cnmze { max-width: 1600px; margin: 0 auto; }
.vxfx-qhvma {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.vxfx-qhvma a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 6px 8px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--c-text) 6%, transparent);
}
.vxfx-qhvma a:hover { background: color-mix(in srgb, var(--c-text) 12%, transparent); }
.vxfx-qhvma img {
  width: 6rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
.vxfx-ntkby { border: 0; border-top: 1px solid var(--c-border); margin: 18px 0; }
.vxfx-pbqfb { display: grid; grid-template-columns: 1fr; gap: 19px; }
.vxfx-yakdc { border-bottom: 1px solid var(--c-border); }
.vxfx-yakdc 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;
}
.vxfx-yakdc summary::-webkit-details-marker { display: none; }
.vxfx-etseh { flex-shrink: 0; color: var(--c-text-muted); transition: transform 0.2s ease; }
.vxfx-yakdc[open] .vxfx-etseh { transform: rotate(180deg); }
.vxfx-yakdc ul { list-style: none; display: flex; flex-direction: column; gap: 11px; padding: 2px 0 18px; }
.vxfx-yakdc a { color: var(--c-text-muted); text-decoration: none; font-size: 14px; }
.vxfx-yakdc a:hover { color: var(--c-text); }
.vxfx-pyneg {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  text-align: center;
}
.vxfx-ndxwx { display: flex; gap: 9px; flex-wrap: wrap; justify-content: center; }
.vxfx-ndxwx 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);
}
.vxfx-ndxwx a:hover { background: var(--c-accent); }
.vxfx-zrtce { font-size: 13px; color: var(--c-text-muted); }
.vxfx-jangh {
  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);
}
.vxfx-jangh:hover { background: var(--c-purple); color: var(--c-on-purple); }
@media (min-width: 768px) {
  .vxfx-fywbm { padding: 46px 30px; }
  .vxfx-rbkqw { font-size: 32px; }
  .vxfx-pbqfb { grid-template-columns: repeat(2, 1fr); }
  .vxfx-pyneg { flex-direction: row; justify-content: space-between; text-align: left; }
  .mzfk-card { width: 145px; }
  .mzfk-wins-card { min-width: 200px; }
  .vxfx-ycxsj { grid-template-columns: repeat(2, 1fr); }
  .vxfx-yakdc { border-bottom: 0; }
  .vxfx-yakdc summary { cursor: default; pointer-events: none; min-height: 0; padding: 0 0 13px; }
  .vxfx-etseh { display: none; }
  .vxfx-yakdc ul { padding: 0; }
}
@media (min-width: 1024px) {
  .vxfx-pnbfg { padding: 18px 31px; }
  .vxfx-dhdaq { display: none; }
  .vxfx-vjqee { gap: 11px; }
  .vxfx-vjqee .vxfx-dsckg { padding: 9px 19px; font-size: 15px; }
  .vxfx-nqedp { flex: 0 1 auto; }
  .vxfx-jttkr { font-size: 19px; }
  .vxfx-mphqr { display: none; }
  .vxfx-dfszq {
    position: sticky;
    top: var(--vxfx-header-h);
    height: calc(100vh - var(--vxfx-header-h));
    z-index: 1;
    max-width: none;
    width: 260px;
    transform: none;
    flex-shrink: 0;
    padding: 22px 16px;
  }
  .vxfx-bqxtm { display: none; }
  .vxfx-xmwwz { padding: 23px 34px; }
  .vxfx-fywbm { padding: 56px 47px; }
  .vxfx-rbkqw { font-size: 42px; }
  .vxfx-xgehk { font-size: 20px; }
  .vxfx-kvfgq { width: auto; }
  .vxfx-amgrr { padding: 0; }
  .vxfx-rzzjy { padding: 34px; }
  .vxfx-pbqfb { grid-template-columns: repeat(4, 1fr); }
  .mzfk-slider-btn { width: 38px; height: 38px; }
  .mzfk-card { width: 165px; }
  .mzfk-wins-card { min-width: 220px; }
  .vxfx-ycxsj { grid-template-columns: repeat(3, 1fr); }
}
.xbhb-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin:19px 0 8px}
.xbhb-lead{display:flex;align-items:center;gap:11px}
.xbhb-age{width:32px;height:32px;flex:0 0 auto}
.xbhb-chip{font-size:13px;line-height:1.35;opacity:.85}
.xbhb-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:9px}
.xbhb-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.hsad-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.hsad-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 17px 19px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.hsad-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.hsad-text a { color: var(--c-accent); text-decoration: underline; }
.hsad-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.hsad-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 9px 20px;
    border-radius: 13px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.hsad-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.hsad-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.hsad-btn--reject,
.hsad-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.hsad-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);
}
.hsad-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 19px;
    border-radius: 16px;
    background: var(--c-surface);
}
.hsad-modal__title { margin-bottom: 9px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.hsad-modal__desc { margin-bottom: 15px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.hsad-categories { display: flex; flex-direction: column; gap: 13px; margin-bottom: 20px; }
.hsad-cat { padding-bottom: 12px; border-bottom: 1px solid var(--c-border); }
.hsad-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.hsad-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.hsad-cat__name { font-weight: 600; color: var(--c-text); }
.hsad-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.hsad-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.hsad-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.hsad-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.hsad-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 11px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.hsad-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;
}
.hsad-toggle input:checked + .hsad-toggle__slider { background: var(--c-accent); }
.hsad-toggle input:checked + .hsad-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.hsad-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: 14px 33px; }
    .wn-rg { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 14px 20px; }
    .fapn-media img { aspect-ratio: 16 / 6.5; }
    .hsad-banner { flex-direction: row; align-items: center; gap: 21px; }
    .hsad-actions { flex: none; }
    .hsad-btn { flex: none; }
}
[hidden]{display:none !important;}
.jxdb-links{display:flex;flex-direction:column;gap:9px;margin:16px 0 5px;font-size:13px}
.jxdb-row,.jxdb-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px 17px}
.jxdb-caption{opacity:.65;margin-right:6px}
.jxdb-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.jxdb-item a:hover{opacity:1}
.nwmp-box{display:block;width:auto;max-width:none;margin:17px 0;padding:11px 0 0;border:0;border-top:1px solid var(--c-border);border-radius:0;background:none}
.nwmp-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)}
.nwmp-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)}
.nwmp-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}
.nwmp-val{margin:0;font-weight:600;color:var(--c-text)}
.nwmp-key--by{margin-left:4px}
.nwmp-key--by::before{content:none}
.nwmp-val--by{font-weight:400;color:var(--c-text-muted)}
.hpza-list{display:grid;grid-template-columns:repeat(2,1fr);gap:13px;margin:30px 0 5px}
.hpza-list .hpza-lead{grid-column:1/-1;margin:0;font-size:22px;font-weight:700;line-height:1.25;color:var(--c-text)}
.hpza-item{display:flex;flex-direction:column;gap:9px;margin:0;padding:15px 20px;border-radius:11px;background:var(--c-surface)}
.hpza-list .hpza-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)}
.hpza-score{padding:1px 10px;border-radius:10px;background:var(--c-purple);color:var(--c-on-purple);font-size:12px;font-weight:700;line-height:1.5}
.hpza-list .hpza-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)}
.hpza-list .hpza-when{display:block;margin:0;font-size:12px;color:var(--c-text-muted)}
.hpza-list > .hpza-item:last-child:nth-child(even){grid-column:1/-1}
@media (max-width:767px){.hpza-list{grid-template-columns:1fr}}
