:root {
  --color-accent: #b3263a;
  --color-cta: #1e4fbf;
  --font-family: Inter;
  --font-weight-body: 400;
  --radius-card: 12px;
  --radius-button: 8px;
  --spacing-section: 4rem;
  --spacing-content: 1100px;
}
:root {
  --fs-caption: 12px;
  --fs-label: 13px;
  --fs-sm: 15px;
  --fs-body: 17px;
  --fs-lead: 20px;
  --fs-h3: 24px;
  --fs-h2: 30px;
  --fs-h1: 44px;
  --fs-display: 52px;
}
:root {
  --lh-solid: 1;
  --lh-tight: 1.25;
  --lh-snug: 1.45;
  --lh-read: 1.7;
  --ls-tight: -0.01em;
  --ls-label: 0.04em;
  --ls-wide:  0.12em;
  --bw-hair: 1px;
  --bw-rule: 2px;
  --bw-bar: 3px;
  
  --r-chip: clamp(3px, calc(var(--radius-button, 6px) - 2px), 4px);
  --r-btn:  clamp(4px, var(--radius-button, 6px), 6px);
  --r-card: clamp(4px, var(--radius-card, 8px), 8px);
  --r-pill: 999px;

  --sh-1: 0 1px 2px rgba(0, 0, 0, .06);
  --sh-2: 0 1px 2px rgba(0, 0, 0, .06), 0 8px 16px -12px rgba(0, 0, 0, .25);
  --sh-3: 0 2px 6px rgba(0, 0, 0, .08), 0 16px 32px -22px rgba(0, 0, 0, .40);
}
Змінні акцент-кольорів (--accent, --accent-light тощо) живуть у css_vars
────────────────────────────────────────────────────────────────────────────── */
:root {
  
  --bg-page:        #0f1117;
  --bg-surface:     #151929;
  --bg-card:        #1a1f2e;
  --bg-card-inner:  #242938;
  --bg-raised:      #2d3748;
  --bg-hover:       #1e2638;
  
  --border:         #1e2535;
  --border-alt:     #2d3748;
  --border-section: #374151;
  
  --text-primary:   #e2e8f0;
  --text-muted:     #94a3b8;
  --text-body:      #cbd5e1;
  --text-sub:       #a0aec0;
  --text-faint:     #6b7280;
  --text-dim:       #4b5563;
  --text-label:     #8892a4;
  --text-value:     #c9d1e0;
  
  --bg-tip:         #1a2e1a;
  --bg-warning:     #2d1f0e;
  --bg-info:        #1a1f2e;
  --bg-pros:        #1a2e1a;
  --bg-cons:        #2d1a1a;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: system-ui, sans-serif;
  background: var(--bg-page);
  color: var(--text-primary);
  line-height: var(--lh-read);
}
.zlisv {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.c8kj {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.drh1ug {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ggmhwo { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.syk8 { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.syk8 a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.syk8 a:hover { color: var(--accent-light); }
.zpnyf   .a2pc { border-radius: 0; }
.fr7bv .a2pc li + li { border-top: var(--bw-hair) dotted var(--border-alt); }
@media (max-width: 640px) {
  .a2pc {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .dzjin:hover .a2pc,
  .dzjin:focus-within .a2pc { display: block; }
  .a2pc li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.kdb8 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: var(--fs-h3); cursor: pointer; padding: 4px 8px; line-height: var(--lh-solid);
}
.tte4v1o { display: none; }
@media (max-width: 640px) {
  .tte4v1o {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .tte4v1o.n9b3 { display: block; }
}
@media (max-width: 640px) {
  .kdb8 { display: block; }
  .syk8 > li + li::before { display: none !important; }
  .syk8 {
    display: none; flex-direction: column; gap: 0; align-items: stretch; flex-wrap: nowrap;
    position: absolute; top: 56px; left: 0; right: 0;
    background: var(--bg-surface);
    border-top: var(--bw-hair) solid var(--border); padding: 8px 0;
  }
  .syk8.n9b3 { display: flex; }
  .syk8 li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .syk8 li:last-child a { border-bottom: none; }
}
.hkcvzjw { min-height: 480px; }
.pdqwz {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.otu5j { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.d1v7r .otu5j { margin-left: 0; margin-right: 0; }
.mrxt .lj8844 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.mrxt .pdqwz { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.mrxt .otu5j { color: #e2e8f0; }
.mrxt.cbc2de .lj8844 { text-align: center; }
.mrxt.d1v7r   .lj8844 { text-align: left; }
.wyo4 .lj8844 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.wyo4 .pdqwz { color: var(--text-primary); text-shadow: none; }
.wyo4 .otu5j { color: var(--text-muted); }
.wyo4, .wyo4.hkcvzjw { min-height: auto !important; }
.wyo4.cbc2de .lj8844 { text-align: center; }
.wyo4.d1v7r   .lj8844 { text-align: left; }
.wyo4~.j1xfxx76{position:static!important;left: auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin: 0 auto!important;padding: 0 24px 12px!important}
.wyo4~.j1xfxx76 .fgvg{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding: 0!important;border-radius:0!important;font-size: var(--fs-label)}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.oa8zx9 .pdqwz { color: #fff; }
.oa8zx9 .otu5j { color: rgba(255,255,255,0.85); }
.ft3fu7 .pdqwz { text-shadow: none; color: var(--text-primary); }
.ft3fu7 .otu5j { color: var(--text-muted); }
body.uply58 .pdqwz {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.h73u .pdqwz {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.hkcvzjw.oa8zx9 .pdqwz,
section.oa8zx9 .pdqwz {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ft3fu7.d1v7r   .piz80k8a { align-items: flex-start; text-align: left; }
.hkcvzjw .augq05l {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.augq05l .m8ro8qwf {
  grid-template-columns: 1fr !important;
  row-gap: 12px !important; column-gap: 0 !important;
  padding: 16px 20px 20px !important;
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  align-items: center; justify-items: center; text-align: center;
}
.augq05l .m8ro8qwf + .m8ro8qwf { border-top: var(--bw-hair) solid var(--border-alt); }
.augq05l .ur26ikkr { align-items: center; text-align: center; width: 100%; }
.augq05l .c5npr2v {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.augq05l .mo4nhv { max-height: 64px; max-width: 140px; }
.augq05l .rsty {
  font-size: var(--fs-sm); font-weight: 700; line-height: var(--lh-tight);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  overflow-wrap: normal; word-break: normal; hyphens: none; max-width: 100%;
}
.augq05l .ci68yq9.plkz387 {
  width: 100% !important; min-width: 0 !important;
  padding: 12px 16px !important; font-size: var(--fs-sm) !important;
  background: var(--cta) !important; color: var(--cta-fg, #fff) !important;
  border: none !important;
}
.augq05l .ci68yq9.plkz387:hover { opacity: 0.85; }
.augq05l .m8ro8qwf,
.augq05l .m8ro8qwf:hover,
.augq05l .m8ro8qwf:nth-child(even),
.augq05l .m8ro8qwf:nth-child(odd),
.augq05l .m8ro8qwf:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.qdnyw .lj8844 { padding-bottom: 24px; }
.zlmjkck .lj8844 { max-width: 1100px; }
@media (max-width: 700px) {
  .ft3fu7 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ft3fu7:not(.wubkz2m3) .zuri1 { display: none !important; }
  .wubkz2m3 .zuri1 { padding: 16px; }
  .piz80k8a  { padding: 36px 24px; }
  .ft3fu7~.j1xfxx76,.ifncu~.j1xfxx76{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .hkcvzjw, .ft3fu7 { min-height: 320px !important; }
  .pdqwz { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .absdtb,
  .o8vu,
  .wzyl { grid-template-columns: 1fr !important; }

  

  
  .qdnyw { display: flex !important; flex-direction: column !important; }
  .qdnyw .lj8844 { display: contents; }
  .qdnyw .nb4trul5 { order: 0; }
  .qdnyw .pdqwz { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .qdnyw .absdtb { order: 2; padding: 0 16px 12px !important; }
  .qdnyw .otu5j { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .zlmjkck .lj8844 { display: flex; flex-direction: column; }
  .zlmjkck .lj8844 .pdqwz { order: 1; }
  .zlmjkck .lj8844 .wzyl { order: 2; margin: 8px 0 24px !important; }
  .zlmjkck .lj8844 .otu5j { order: 3; }
  .zlmjkck .lj8844 .zqevvmr { order: 4; align-self: center; margin-top: 0; }

  
  .ft3fu7.wubkz2m3 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ft3fu7.wubkz2m3 .piz80k8a { display: contents; padding: 0; }
  .ft3fu7.wubkz2m3 .piz80k8a .pdqwz { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ft3fu7.wubkz2m3 .zuri1 { order: 2; padding: 12px 16px; }
  .ft3fu7.wubkz2m3 .piz80k8a .otu5j { order: 3; padding: 0 24px; margin: 0 auto; }
  .ft3fu7.wubkz2m3 .piz80k8a .zqevvmr { order: 4; align-self: center; margin: 8px 0 32px; }
}
.bjcjsf { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ed6txh { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.gooowu .bjcjsf        { border-radius: var(--r-card); }
.gooowu .ed6txh  { border-radius: var(--r-card); }
.bm1aqp .bjcjsf         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.bm1aqp .ed6txh   { border-radius: var(--r-btn); }
.phls9 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.r77zv { width: 100%; padding: 32px 0; position: relative; }
.juss6zot { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.d73le77n .r77zv, .syto .r77zv { background: transparent; }
.mopr .jfs48 > *,
.z4c3cr2 > *, .vex6jg > *, .tm0s7qc > *, .j94lf > *, .djsaml > * {
  --tone-fill: var(--tone-fill-raw); --tone-fill-2: var(--tone-fill-2-raw);
  --tone-fill-head: var(--tone-fill-head-raw); --tone-fill-fg: var(--tone-fill-fg-raw);
  --tone-fill-muted: var(--tone-fill-muted-raw);
  --bg-card-inner: var(--bg-card-inner-raw);
  --bg-note: var(--bg-note-raw); --bg-tip: var(--tone-fill-raw); --bg-info: var(--tone-fill-raw);
  --panel-sh: none;
}
h1.pvbv { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.pvbv {
  font-size: var(--fs-h2); font-weight: 700; color: var(--tone-head, var(--text-primary));
  line-height: 1.2; letter-spacing: -0.02em; text-wrap: balance;
  margin: 0 0 20px;
  
}
h3.fnrb0 { font-size: calc(var(--fs-h3) - 2px); font-weight: 700; color: var(--tone-head, var(--text-primary)); line-height: 1.3; letter-spacing: -0.01em; text-wrap: balance; margin: 0 0 12px; }
.jjzu h2.pvbv {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.xd90x h2.pvbv {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.wwcbw2 h2.pvbv {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.on6eyat h2.pvbv::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.camcj h2.pvbv {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.khdv h2.pvbv::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.schiy h2.pvbv {
  text-transform: uppercase; letter-spacing: var(--ls-wide);
  font-size: var(--fs-body); color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-hair) solid var(--tone-line, var(--border-alt)); padding-bottom: 8px;
}
@media (max-width: 640px) { .sd5j { display: none; } }
.dvxkh1g6 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.aq9g7sih { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.mvfcj4 {
  background: var(--tone-fill, var(--bg-surface));
  border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn);
  padding: 20px 24px; margin: 28px 0;
}
.xvhlzdb { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.u9t1ke { padding-left: 20px; }
.u9t1ke li { margin-bottom: 8px; }
.u9t1ke a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.u9t1ke a:hover { color: var(--tone-link, var(--accent-light)); }
.g144d .xvhlzdb { display: none; }
.j9ow2st6 .xvhlzdb { display: none; }
.j9ow2st6 .u9t1ke { padding-left: 0; list-style: none; }
.j9ow2st6 .u9t1ke li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.j9ow2st6 .u9t1ke a { font-size: var(--fs-sm); }
.ibma .mvfcj4 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ibma .xvhlzdb { display: none; }
.ibma .u9t1ke { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.ibma .u9t1ke li { margin-bottom: 0; }
.ibma .u9t1ke a {
  display: inline-block;
  background: var(--bg-card); color: var(--text-body);
  border: var(--bw-hair) solid var(--border); border-radius: var(--r-pill);
  padding: 4px 16px; font-size: var(--fs-sm); font-weight: 500;
}
.ibma .u9t1ke a:hover { border-color: var(--accent); color: var(--accent); }
.i6qo .mvfcj4 { padding: 20px 20px 16px; }
.i6qo .u9t1ke {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.i6qo .u9t1ke li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.i6qo .u9t1ke a {
  display: flex; align-items: center; gap: 12px;
  background: var(--bg-card); border-radius: var(--r-btn);
  padding: 12px 16px; border: var(--bw-hair) solid var(--border);
  font-size: var(--fs-sm); line-height: var(--lh-snug); color: var(--text-muted);
  width: 100%; min-height: 58px;
  transition: border-color .15s, color .15s, background .15s;
}
.i6qo .u9t1ke a::before {
  content: counter(toc-c);
  flex-shrink: 0; width: 26px; height: 26px;
  background: var(--tone-mark, var(--accent)); color: var(--tone-mark-fg, #fff); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: var(--fs-caption); font-weight: 700;
}
.i6qo .u9t1ke a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.i6qo .u9t1ke a:focus,
.i6qo .u9t1ke a:focus-visible,
.i6qo .u9t1ke a:target { outline: none; }
.i6qo .u9t1ke li:target a { border-color: var(--border); color: var(--text-muted); }
.buol .mvfcj4 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.buol .xvhlzdb { display: none; }
.buol .u9t1ke { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.buol .u9t1ke li { counter-increment: toc-n; margin-bottom: 0; }
.buol .u9t1ke a {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--bg-card); color: var(--text-muted);
  border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn);
  padding: 12px 20px 12px 12px; font-size: var(--fs-sm); font-weight: 500;
  transition: border-color .15s, color .15s;
}
.buol .u9t1ke a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--tone-mark, var(--accent)); color: var(--tone-mark-fg, #fff); border-radius: var(--r-btn);
  display: flex; align-items: center; justify-content: center;
  font-size: var(--fs-caption); font-weight: 700;
}
.buol .u9t1ke a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.d5zusc29 .mvfcj4 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.d5zusc29 .xvhlzdb { display: none; }
.d5zusc29 .u9t1ke { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.d5zusc29 .u9t1ke li { margin-bottom: 0; }
.d5zusc29 .u9t1ke a {
  display: inline-block; padding: 8px 16px;
  font-size: var(--fs-sm); font-weight: 600; color: var(--text-muted);
  border-bottom: var(--bw-rule) solid transparent;
  transition: color .15s, border-color .15s;
}
.d5zusc29 .u9t1ke a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.jmxmvycw .mvfcj4 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.jmxmvycw .xvhlzdb { display: none; }
.jmxmvycw .u9t1ke { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.jmxmvycw .u9t1ke li { margin-bottom: 0; }
.jmxmvycw .u9t1ke li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.jmxmvycw .u9t1ke li:last-child::after { content: ""; margin-right: 0; }
.jmxmvycw .u9t1ke a { font-size: var(--fs-sm); }
.jfs48 { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.mopr .jfs48 { background: var(--bg-card); }
.dmtfn .jfs48 { background: none; border-radius: 0; padding: 28px 0 8px; }
.dmtfn .jfs48 + .jfs48 { border-top: var(--bw-hair) solid var(--border-section); }
.yf3u3 .jfs48 {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.yf3u3 .jfs48:last-child { border-bottom: none; }
.au8s .jfs48 {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.au8s .jfs48 + .jfs48 { margin-top: 4px; }
.oxsv .jfs48 { background: none; border-radius: 0; padding: 28px 0 8px; }
.oxsv .jfs48 + .jfs48 { border-top: var(--bw-hair) solid var(--border-section); }
.zb8w56 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.q3pbdk { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.hk0k0gfy { color: var(--text-body); margin-bottom: 16px; text-wrap: pretty; }
.v4gnibmq, .f7s7qlt4 { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.v4gnibmq li, .f7s7qlt4 li { margin-bottom: 8px; }
.f7s7qlt4 li { list-style: decimal; }
.tm0s7qc { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.g58n .tm0s7qc,
.vex6jg .tm0s7qc { background: transparent; border: none; border-radius: 0; }
.zpwb3o { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.zpwb3o th {
  background: var(--tone-th, var(--bg-surface)); color: var(--tone-th-fg, var(--text-primary));
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.zpwb3o td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.zpwb3o tr:hover td { background: var(--bg-hover); }
.bsiiv .zpwb3o tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.r2n86lso .zpwb3o { border: var(--bw-hair) solid var(--border-alt); }
.r2n86lso .zpwb3o th,
.r2n86lso .zpwb3o td { border: var(--bw-hair) solid var(--border-alt); }
.uzf6 .zpwb3o th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.uzf6 .zpwb3o td { border-bottom: none; }
.uzf6 .zpwb3o tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.ch1a4n .zpwb3o th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.sbcmy .tm0s7qc {
  overflow: hidden;
}
.sbcmy .zpwb3o th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.sbcmy .zpwb3o tr:last-child td { border-bottom: none; }
.qhfcwp { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.djsaml { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.wxe1 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.k039 { background: var(--tone-fill, var(--bg-surface)); color: var(--tone-head, var(--text-primary)); font-weight: 700; padding: 12px 16px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border-alt); }
.vbztzqm { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.xfeefosi { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.xfeefosi li { margin-bottom: 4px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"],[data-c="c"],[data-c="e"],[data-c="g"]{color:var(--tone-chip-fg,var(--accent-light));background:var(--tone-chip,var(--accent-bg))}
[data-c="b"],[data-c="d"],[data-c="f"],[data-c="h"]{color:var(--tone-soft-fg,var(--accent-light));background:var(--tone-soft,var(--accent-bg))}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius: var(--r-btn)}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.zpwa .k039 { background: transparent; text-align: center; }
.r2bct .wxe1 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.c69lf .wxe1 {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: var(--bw-bar) solid var(--accent-bg);
}
.bwkl .djsaml { display: grid; grid-template-columns: auto 1fr; }
.bwkl .wxe1 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.bwkl .k039 { grid-column: 2; }
.bwkl .vbztzqm,
.bwkl .xfeefosi { grid-column: 1 / -1; }
.cmzp2 .djsaml { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.cmzp2 .wxe1 {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px 12px; border: var(--bw-rule) solid var(--accent-pale);
}
.cmzp2 .k039 { grid-column: 2; }
.cmzp2 .vbztzqm,
.cmzp2 .xfeefosi { grid-column: 1 / -1; }
.dchs .djsaml { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.dchs .k039 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.pgkv3 .djsaml { background: color-mix(in srgb, var(--bg-card) 72%, transparent); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: var(--bw-hair) solid var(--border); box-shadow: var(--sh-1); }
.pgkv3 .k039 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.tgv07 .djsaml { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.tgv07 .k039 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.fiv0 .djsaml { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.fiv0 .k039 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.jp9m .qhfcwp { counter-reset: card-n; }
.jp9m .djsaml  { counter-increment: card-n; }
.jp9m .k039 { display: flex; align-items: center; gap: 12px; }
.jp9m .k039::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--tone-mark, var(--accent)); color: var(--tone-mark-fg, #fff); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: var(--fs-caption); font-weight: 700;
}
.q909 .djsaml { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.q909 .k039 { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.pdvw9y { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.pdvw9y         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.lxk8     { --cl-hue: var(--tone-line, var(--accent)); }
.kehku { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.kqhx    { --cl-hue: var(--tone-line, var(--accent)); }
.lxk8, .kehku, .kqhx, .bdspoi7u {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.uzo9qrcv { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.uzo9qrcv::before { color: var(--cl-hue); }
.pdvw9y strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.pdvw9y p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.fen5l { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.rfthpfw, .viexs { border-radius: var(--r-btn); padding: 16px; }
.rfthpfw { background: var(--bg-pros); }
.viexs { background: var(--bg-cons); }
.ww88 { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.rfthpfw .ww88 { color: var(--c-pros-label); }
.viexs .ww88 { color: var(--c-cons-label, var(--c-cons)); }
.rfthpfw ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.viexs ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.ed6txh { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.plkz387 {
  background: var(--cta); color: var(--cta-fg, #fff); border: none;
  border-radius: var(--r-chip); padding: 8px 16px; font-size: var(--fs-sm); font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.plkz387:hover { opacity: 0.85; }
.tq1tw8v5 .plkz387  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.tq1tw8v5 .plkz387:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ag5ve8j .plkz387  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.ag5ve8j .plkz387:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.tq1tw8v5 .ci68yq9.plkz387, .ag5ve8j .ci68yq9.plkz387,
.tq1tw8v5 .y58mqcw .plkz387, .ag5ve8j .y58mqcw .plkz387 {
  background: var(--cta); border: none; color: #fff;
}
.tq1tw8v5 .ci68yq9.plkz387:hover, .ag5ve8j .ci68yq9.plkz387:hover,
.tq1tw8v5 .y58mqcw .plkz387:hover, .ag5ve8j .y58mqcw .plkz387:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.pz8cp2l .plkz387  { border-radius: var(--r-pill); }
.o83sxrnu .plkz387 { box-shadow: none; }
.o83sxrnu .plkz387:hover { box-shadow: none; opacity: 1; }
.urqp .plkz387 { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.urqp .plkz387:hover { opacity: 1; }
.urqp .plkz387:active { transform: translateY(3px); box-shadow: none; }
.yuo1a .plkz387 { box-shadow: none; }
.yuo1a .plkz387:hover { opacity: 1; box-shadow: none; }
.yuo1a .plkz387:active { box-shadow: none; }
.khh6atvn .plkz387 { position: relative; overflow: hidden; }
.khh6atvn .plkz387::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.khh6atvn .plkz387:hover::before { left: 135%; }
.m96ym4 .zqevvmr,
.m96ym4 .plkz387 { border-radius: 0; }
.fce8y33m .plkz387  { padding-left: 12px; padding-right: 12px; }
.g86r .zqevvmr { padding-left: 44px; padding-right: 44px; }
.g86r .plkz387  { padding-left: 24px; padding-right: 24px; }
.k033fx14 .plkz387  { padding-left: 32px; padding-right: 32px; }
.kg6oa8   .zqevvmr::after, .kg6oa8   .plkz387::after,
.ee7hmou .zqevvmr::after, .ee7hmou .plkz387::after,
.rwj6    .zqevvmr::after, .rwj6    .plkz387::after,
.aumjv4    .zqevvmr::after, .aumjv4    .plkz387::after,
.bxww    .zqevvmr::after, .bxww    .plkz387::after,
.sosi3r     .zqevvmr::after, .sosi3r     .plkz387::after,
.xws14w    .zqevvmr::after, .xws14w    .plkz387::after,
.gt2f8lz   .zqevvmr::after, .gt2f8lz   .plkz387::after {
  content: ""; display: inline-block;
  width: 1em; height: 1em; margin-left: 6px; vertical-align: -0.15em;
  background: currentColor;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}
.kg6oa8 .zqevvmr::after, .kg6oa8 .plkz387::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
}
.ee7hmou .zqevvmr::after, .ee7hmou .plkz387::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
}
.rwj6 .zqevvmr::after, .rwj6 .plkz387::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
}
.aumjv4 .zqevvmr::after, .aumjv4 .plkz387::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
}
.bxww .zqevvmr::after, .bxww .plkz387::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
}
.sosi3r .zqevvmr::after, .sosi3r .plkz387::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
}
.xws14w .zqevvmr::after, .xws14w .plkz387::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
}
.gt2f8lz .zqevvmr::after, .gt2f8lz .plkz387::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
}
.dpjmrx   .uuch3h9h::after, .dpjmrx   .ro2u7nez::after,
.fm9te9y .uuch3h9h::after, .fm9te9y .ro2u7nez::after,
.u6a11xt    .uuch3h9h::after, .u6a11xt    .ro2u7nez::after,
.vksmq    .uuch3h9h::after, .vksmq    .ro2u7nez::after,
.o530p    .uuch3h9h::after, .o530p    .ro2u7nez::after,
.ufk0y22     .uuch3h9h::after, .ufk0y22     .ro2u7nez::after,
.urhdb    .uuch3h9h::after, .urhdb    .ro2u7nez::after,
.y77jcu   .uuch3h9h::after, .y77jcu   .ro2u7nez::after {
  content: "" !important; display: inline-block !important;
  width: 1em; height: 1em; margin-left: 6px; vertical-align: -0.15em;
  background: currentColor !important;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}
.dpjmrx .uuch3h9h::after, .dpjmrx .ro2u7nez::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
}
.fm9te9y .uuch3h9h::after, .fm9te9y .ro2u7nez::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
}
.u6a11xt .uuch3h9h::after, .u6a11xt .ro2u7nez::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
}
.vksmq .uuch3h9h::after, .vksmq .ro2u7nez::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
}
.o530p .uuch3h9h::after, .o530p .ro2u7nez::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
}
.ufk0y22 .uuch3h9h::after, .ufk0y22 .ro2u7nez::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
}
.urhdb .uuch3h9h::after, .urhdb .ro2u7nez::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
}
.y77jcu .uuch3h9h::after, .y77jcu .ro2u7nez::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
}
.pv4g0 {
  --cs-radius: var(--r-card);
  --cs-chip-radius: var(--r-btn);
  display: flex; flex-direction: column;
  
  position: relative;
  
  width: min(100vw - 40px, 1400px);
  max-width: 100%; box-sizing: border-box;
  margin: 32px auto;
  overflow-x: clip;
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--cs-radius);
  overflow: hidden;
}
.m8ro8qwf {
  display: grid;
  grid-template-columns: var(--cs-grid, 44px 188px minmax(180px, 1.4fr) 164px);
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  background: var(--bg-card);
  box-sizing: border-box; max-width: 100%;
  transition: background .15s;
}
.m8ro8qwf + .m8ro8qwf { border-top: var(--bw-hair) solid var(--border-alt); }
.m8ro8qwf > * { min-width: 0; }
.m8ro8qwf:hover { background: var(--bg-hover); }
.m8ro8qwf > [itemprop="item"] { display: contents; }
.m8ro8qwf [itemprop="itemReviewed"],
.m8ro8qwf [itemprop="reviewRating"] { display: none; }
.ur26ikkr {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.ep02, .xhznm1, .zfmj5,
.m8vzqjv6, .lmpj, .xr5x { align-items: center; text-align: center; }
.lmpj, .xr5x { align-items: stretch; }
.zvw36z6y {
  font-size: var(--fs-label); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-muted);
  text-transform: uppercase; letter-spacing: var(--ls-label);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 100%;
}
.gl48h {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.hlu0dy .gl48h {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.rsty {
  font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word; hyphens: auto;
}
.llq8m9 {
  font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-solid);
  color: var(--text-muted); font-variant-numeric: tabular-nums;
}
.c5npr2v {
  width: 168px; height: 104px; max-width: 100%;
  display: flex; align-items: center; justify-content: center;
  
  background: transparent;
  border-radius: var(--r-chip);
  padding: 0; box-sizing: border-box; overflow: hidden; flex-shrink: 0;
}
.a9r4 .mo4nhv { max-height: 60px; max-width: 68px; }
.mo4nhv {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.xhznm1 .c5npr2v { width: 168px; }
.f9199mt4 .c5npr2v,
.f9199mt4 .y5630,
.i6q3br .c5npr2v,
.i6q3br .y5630,
.dlp4 .c5npr2v,
.dlp4 .y5630,
.dlp4 .zwpf0m     { background: rgba(128,128,128,.10); }
.f6kwu .c5npr2v,
.f6kwu .y5630,
.f9199mt4 .c5npr2v, .i6q3br .c5npr2v,
.dlp4 .c5npr2v,  .f6kwu .c5npr2v {
  width: 88px; height: 88px; padding: 12px;
}
.f9199mt4 .c5npr2v .mo4nhv, .i6q3br .c5npr2v .mo4nhv,
.dlp4 .c5npr2v .mo4nhv,  .f6kwu .c5npr2v .mo4nhv {
  max-height: 60px; max-width: 68px;
}
.ysg3823w .c5npr2v, .ysg3823w .c5npr2v.a9r4,
.ysg3823w .y5630,   .ysg3823w .y5630.a9r4,
.ci68yq9.plkz387 {
  display: block; width: 100%;
  padding: 12px 20px !important;
  font-size: var(--fs-sm) !important; font-weight: 700;
  border-radius: var(--r-btn) !important;
  white-space: nowrap; text-align: center;
}
.augq05l .m8ro8qwf { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .m8ro8qwf { gap: 16px; padding: 16px 16px; }
  .c5npr2v { width: 152px; height: 96px; }
  .mo4nhv { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .m8ro8qwf {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .ur26ikkr { justify-content: flex-start; }
  
  .v8dax, .kdc6w4 { flex-direction: row; }
  
  .v8dax .fzqa2t:nth-child(n+3) { display: none; }
  
  .ep02 {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .ur26ikkr { text-align: left; align-items: flex-start; }

  
  .xhznm1, .zfmj5, .bq2lke8 {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .m8vzqjv6 {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .xhznm1 .c5npr2v, .zfmj5 .c5npr2v,
  .bq2lke8 .c5npr2v { width: auto; height: 72px; }
  .mo4nhv { max-height: 72px; max-width: 128px; }
  .o04tn3yg { font-size: var(--fs-body); }
  .rsty { font-size: var(--fs-sm); }

  
  .tkj5, .edic9g, .ntfnt,
  .j27i41kw, .oe5j2zz, .c8ab,
  .hlu0dy, .wi4g2r7b, .ns9l,
  .xa8o, .r15rj3p8 {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .lmpj, .xr5x { order: 4; flex: 1 0 100%; }
  .xr5x { display: flex; flex-direction: column; }
  .xr5x::before { display: none; }
  .ci68yq9.plkz387 { width: 100%; padding: 12px 20px !important; }
  .aorrdm { text-align: left; }
}
@media (max-width: 560px) {
  .m8ro8qwf { padding: 16px; gap: 12px 12px; }
  
  .zvw36z6y, .nxplg2, .fzqa2t { font-size: var(--fs-caption); }
  .gl48h { font-size: var(--fs-sm); }
  .o04tn3yg { font-size: var(--fs-body); }
  .rsty { font-size: var(--fs-sm); }
  .llq8m9 { font-size: var(--fs-sm); }
  .cksc37c { font-size: var(--fs-lead); }
  
  .ci68yq9.plkz387 { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .ur26ikkr { gap: 2px; }
  .xhznm1 .c5npr2v, .zfmj5 .c5npr2v,
  .bq2lke8 .c5npr2v { height: 64px; }
  .mo4nhv { max-height: 64px; max-width: 116px; }
  .a9r4 { padding: 8px; }
  .o04tn3yg { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .tkj5, .edic9g, .ntfnt,
  .j27i41kw, .oe5j2zz, .c8ab,
  .hlu0dy, .wi4g2r7b, .ns9l,
  .xa8o, .r15rj3p8 { flex-basis: 100%; min-width: 100%; }
}
.z4c3cr2 {
  --cs-radius: var(--r-card);
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--cs-radius);
  margin: 24px 0; overflow: hidden;
}
.eo9h {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.y5630 {
  width: 112px; height: 112px; flex-shrink: 0;
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-btn);
  display: flex; align-items: center; justify-content: center;
  padding: 6px; box-sizing: border-box; overflow: hidden;
}
.y5630 img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.gz62 { flex: 1; min-width: 0; }
.gz62 h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.vtyd { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.ceed { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.ceed strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.ceed .vrqklj { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.z3etgz2 {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 24px;
  padding: 16px 24px;
  background: var(--tone-fill, var(--bg-surface)); border-top: var(--bw-hair) solid var(--border-alt);
}
.z3etgz2 > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.qlp80b em, .f0nv8 em, .zjj8 em, .psgk8hi em {
  font-size: var(--fs-caption); font-weight: 600; font-style: normal;
  color: var(--text-muted); text-transform: uppercase; letter-spacing: var(--ls-label);
}
@media (max-width: 560px) { .z3etgz2 { padding: 12px 16px; gap: 8px 16px; } }
.y58mqcw { flex-shrink: 0; align-self: center; }
.y58mqcw .plkz387 {
  white-space: nowrap;
  font-size: var(--fs-sm) !important; font-weight: 700;
  padding: 12px 24px !important;
  border-radius: var(--r-btn) !important;
}
@media (max-width: 560px) {
  .eo9h { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .y5630 { order: 1; width: 104px; height: 104px; }
  .y5630 img { max-width: 96px; max-height: 88px; }
  .y58mqcw { order: 2; margin-left: auto; align-self: center; }
  .gz62 { order: 3; flex: 1 1 100%; min-width: 0; }
  .gz62 h3 { font-size: var(--fs-body); }
}
.m6ej54 img.fkjlruyg { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.g58n { padding: 20px 24px; }
.d5wp0u { color: var(--text-body); margin-bottom: 16px; }
.ukrlang { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.z65t9u6, .g7k6o { list-style: none; font-size: var(--fs-sm); }
.z65t9u6 li { color: var(--text-body); margin-bottom: 4px; }
.g7k6o li { color: var(--text-body); margin-bottom: 4px; }
.z65t9u6 li::before { content: "✓"; margin-right: 5px; }
.g7k6o li::before { content: "✗"; margin-right: 5px; }
.llttv { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.llttv strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.dbh44rk {
  
  background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary));
  border: var(--bw-hair) solid color-mix(in srgb, var(--tone-chip-fg, var(--border-alt)) 16%, transparent);
  border-radius: var(--r-btn);
  padding: 4px 8px; margin: 2px 2px 2px 0; display: inline-block;
  font-size: var(--fs-caption); font-weight: 600;
}
.p63qv29 { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.slmsw {
  margin: 0; border-radius: 0 0 var(--r-card) var(--r-card);
  border-left-width: 0 !important; border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-top: var(--bw-hair) solid var(--border-alt);
}
.lrpbq .slmsw { border-top-width: var(--bw-bar) !important; }
.tp6z4s .slmsw { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .um7p .agxie1 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .um7p .z4c3cr2 { margin: 0; }
}
.a4jr .eo9h { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.a4jr .y5630 { background: transparent; }
.v6ie4l .z4c3cr2 { border-top: var(--bw-bar) solid var(--accent); }
.v6ie4l .eo9h { background: var(--bg-card); }
.obafel .z4c3cr2 { border-radius: 0; border: var(--bw-hair) solid var(--border); border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); box-shadow: none; margin: 0 0 20px; }
.obafel .eo9h { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.obafel .g58n { padding: 16px 16px; }
.obafel .y5630 { border-radius: var(--r-chip); }
.obafel .slmsw { border-radius: 0; }
.pulbdei .eo9h { padding: 0; gap: 0; overflow: hidden; }
.pulbdei .y5630 {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.pulbdei .gz62 { padding: 16px 20px; }
.pulbdei .y58mqcw { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .pulbdei .y5630 { width: 116px; min-height: 104px; }
}
.co46l3oc .vtyd { font-size: var(--fs-sm); }
.vex6jg .fen5l { gap: 12px; }
.vex6jg .rfthpfw, .vex6jg .viexs { padding: 12px; }
.vex6jg .rfthpfw ul, .vex6jg .viexs ul { margin: 4px 0 0; padding-left: 20px; }
.vex6jg .rfthpfw li, .vex6jg .viexs li { font-size: var(--fs-label); margin-bottom: 4px; }
.q6wa9n .dbh44rk { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .jhjg3 { grid-template-columns: 1fr; }
  .ffsf { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .ffsf .zwpf0m { width: 72px; height: 50px; }
  .ffsf .xn9f { max-width: 180px; }
  .ffsf .ee06tj7 { width: auto; }
}
.o2c6 .co46l3oc .vtyd { filter: brightness(1.2); }
@media (max-width: 720px) {
  .o2c6 { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .wijmfh { padding: 16px; }
  .om36n1 .yhengtg { min-width: 50%; }
}
.wafypyp .fen5l { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .aulu9yss { grid-template-columns: 1fr; }
  .cmho { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .m0x18u0 { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .rimz3v { flex-wrap: wrap; padding: 16px; }
}
.v7xmfgo .fen5l { gap: 8px; }
.v7xmfgo .rfthpfw, .v7xmfgo .viexs { padding: 8px; }
@media (max-width: 480px) {
  .kxqvyn { flex-direction: column; align-items: stretch; }
}
.hm2v .ee06tj7 .plkz387 { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .t63dq25x { flex-direction: column; align-items: stretch; gap: 12px; }
  .hm2v .ee06tj7 { text-align: center; }
}
@media (max-width: 720px) {
  .qwv43qrq { grid-template-columns: 1fr; }
  .hrgy { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .tpir { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.j3gqx .vrqklj { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.emcv .vtyd { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .fo75fufe { grid-template-columns: 1fr; }
  .emcv { width: 100px; height: 100px; margin: 16px auto; }
  .j3gqx { font-size: var(--fs-h3); }
  .z3wsl03 { justify-content: center; }
  .bj8k5j .yhengtg { min-width: 50%; }
}
.oeef .fen5l { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .oz68r { flex-wrap: wrap; padding: 16px 16px; }
  .iy7j { padding: 12px 16px; }
  .oeef .fen5l { margin: 0 16px; }
  .oeef .q6wa9n { padding: 0 16px; }
  .ywb5wf { padding: 12px 16px; }
}
.e3hdy9 .m8ro8qwf { position: relative; }
.e3hdy9 .m8ro8qwf::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.y8e3yhi .pv4g0 {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.y8e3yhi .m8ro8qwf {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.y8e3yhi .m8ro8qwf + .m8ro8qwf { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .q6kz3 .ur26ikkr + .ur26ikkr {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.wokv .m8ro8qwf { padding-top: 16px; padding-bottom: 16px; }
.wokv .m8ro8qwf + .m8ro8qwf { border-top: none; }
.wokv .m8ro8qwf:nth-child(even) { background: var(--bg-surface); }
.wokv .m8ro8qwf:nth-child(even):hover { background: var(--bg-hover); }
.t8y4 .m8ro8qwf:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .cplwtq3 .tkj5, .cplwtq3 .edic9g,
  .cplwtq3 .ntfnt, .cplwtq3 .j27i41kw,
  .cplwtq3 .oe5j2zz, .cplwtq3 .c8ab,
  .cplwtq3 .hlu0dy, .cplwtq3 .wi4g2r7b,
  .cplwtq3 .ns9l, .cplwtq3 .xa8o,
  .cplwtq3 .r15rj3p8 {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.xtid1 .zvw36z6y { opacity: .8; letter-spacing: var(--ls-label); }
.xtid1 .gl48h { font-weight: 700; }
.z1as4m .ntfnt, .z1as4m .j27i41kw,
.z1as4m .r15rj3p8 {
  background: color-mix(in srgb, var(--text-primary) 3.5%, transparent);
  border-radius: var(--r-chip);
  padding: 8px 12px;
}
.lifuoffo .doyx {
  background: color-mix(in srgb, var(--text-primary) 5%, transparent);
  border-radius: var(--r-pill); padding: 4px 12px; font-size: var(--fs-label);
}
.w7we0w5 .ceed .vtyd,
.cbuwru2 .ceed .vtyd,
.yl1kbie .ceed .vtyd { display: none; }
.w7we0w5 .vrqklj { display: none; }
.cbuwru2 .ceed strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.cbuwru2 .mszvxpv7,
.cbuwru2 .vrqklj { font-size: 1em; }
.yl1kbie .ceed strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.yl1kbie .vrqklj { display: none; }
.i2o4s { margin: 16px 0; }
.rb57r { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.rb57r summary {
  padding: 16px 20px; font-weight: 600; color: var(--text-primary);
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  transition: background .12s, color .12s;
}
.rb57r summary::after {
  content: ""; width: 8px; height: 8px; margin: -4px 4px 0 0;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  color: var(--text-muted); transform: rotate(45deg);
  transition: transform .15s, color .15s, margin .15s; flex-shrink: 0;
}
.rb57r summary:hover { background: var(--bg-surface); }
.rb57r summary:hover::after { color: var(--accent); }
.rb57r[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.rb57r[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.rb57r[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.rb57r p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.r77zv { margin-bottom: 0; }
.v61dv h2.pvbv { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.h8ge4 h2.pvbv { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.rfthpfw, .viexs { border: var(--bw-hair) solid transparent; }
.rfthpfw .ww88, .rfthpfw .j5hbsre { color: var(--c-pros-label); }
.viexs .ww88, .viexs .y8h56vl { color: var(--c-cons-label, var(--c-cons)); }
.rfthpfw ul li, .viexs ul li, .z65t9u6 li, .g7k6o li { color: var(--text-body); }
.rfthpfw .z65t9u6 li, .viexs .g7k6o li { position: relative; padding-left: 1.5em; }
.rfthpfw .z65t9u6 li::before, .viexs .g7k6o li::before { position: absolute; left: 0; margin-right: 0; }
.wni1 .rfthpfw { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.wni1 .viexs { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.hfqpo .rfthpfw, .hfqpo .viexs { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.hfqpo .rfthpfw { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.hfqpo .viexs { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.tx2x .rfthpfw, .tx2x .viexs { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.tx2x .rfthpfw { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.tx2x .viexs { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.xqyff .rfthpfw, .xqyff .viexs { background: var(--bg-card); border-width: var(--bw-rule); }
.xqyff .rfthpfw { border-color: var(--sem-pos-line); }
.xqyff .viexs { border-color: var(--sem-neg-line); }
.z96uo8 .rfthpfw, .z96uo8 .viexs { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.z96uo8 .viexs { border-left: var(--bw-hair) solid var(--border); }
.t77ltrgu .j5hbsre::before { content: "✓ "; }
.t77ltrgu .y8h56vl::before { content: "✗ "; }
.tp6z4s .pdvw9y { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.tp6z4s .pdvw9y strong { color: var(--text-primary); }
.tp6z4s .pdvw9y p      { color: var(--text-muted); }
.lrpbq .pdvw9y { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.p3dob0it .pdvw9y {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.p3dob0it .pdvw9y strong { color: var(--text-primary); }
.p3dob0it .pdvw9y p { color: var(--text-muted); }
.p3dob0it .pdvw9y { border-left: var(--bw-bar) solid var(--cl-hue); }
.p3dob0it .uzo9qrcv::before { color: rgba(255,255,255,0.9) !important; }
.omxe .pdvw9y {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.omxe .pdvw9y strong { color: var(--text-primary); }
.omxe .pdvw9y p      { color: var(--text-muted); }
.ljyop .pdvw9y { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.xeu5tnb .uzo9qrcv,
.n18egd26 .uzo9qrcv,
.gta5e0ym .uzo9qrcv,
.xeu5tnb .uzo9qrcv::before,
.n18egd26 .uzo9qrcv::before,
.gta5e0ym .uzo9qrcv::before,
.lc9tlxyk .mopr .jfs48,
.lc9tlxyk .dmtfn .jfs48  { box-shadow: var(--sh-1); }
.lc9tlxyk .djsaml                { box-shadow: var(--sh-1); }
.lc9tlxyk .tm0s7qc          { box-shadow: var(--sh-1); }
.lc9tlxyk .mvfcj4                    { box-shadow: var(--sh-1); }
.sstpx6l .mopr .jfs48,
.sstpx6l .dmtfn .jfs48,
.sstpx6l .djsaml,
.sstpx6l .tm0s7qc,
.sstpx6l .mvfcj4,
.sstpx6l .ljyop .pdvw9y { box-shadow: none; }
.r77zv + .r77zv { position: relative; }
.qhqp2   .r77zv + .r77zv::before,
.sbaarde  .r77zv + .r77zv::before,
.ol3o   .r77zv + .r77zv::before,
.aln2crt   .r77zv + .r77zv::before,
.k39ykf   .r77zv + .r77zv::before,
.pque76b7 .r77zv + .r77zv::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.qhqp2 .r77zv + .r77zv::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.sbaarde .r77zv + .r77zv::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.ol3o .r77zv + .r77zv::before {
  content: "● ● ●";
  text-align: center; font-size: var(--fs-caption); letter-spacing: var(--ls-wide);
  color: var(--accent-light); opacity: 0.7; line-height: var(--lh-solid);
  padding-top: 8px;
}
.aln2crt .r77zv + .r77zv::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.vpl9k .r77zv { margin-bottom: 16px; }
.vpl9k .r77zv + .r77zv { margin-top: 0; }
.vpl9k .juss6zot { padding-top: 0; padding-bottom: 0; }
.k39ykf .r77zv + .r77zv::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.pque76b7 .r77zv + .r77zv::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.q4jp8 .r77zv + .r77zv::before,
.risjv2 .r77zv + .r77zv::before,
.odmbwoj .r77zv + .r77zv::before {
  content: ""; display: block;
  position: absolute; top: -70px; left: 0; right: 0; height: 70px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%; mask-size: 100% 100%;
}
.d73le77n .q4jp8 .r77zv:nth-child(even)::before,
.d73le77n .risjv2 .r77zv:nth-child(even)::before,
.d73le77n .odmbwoj .r77zv:nth-child(even)::before { background: var(--bg-surface); }
.syto .q4jp8 .r77zv:nth-child(even)::before,
.syto .risjv2 .r77zv:nth-child(even)::before,
.syto .odmbwoj .r77zv:nth-child(even)::before { background: var(--bg-card); }
.q4jp8 .r77zv + .r77zv::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C12 0 37 0 50 20 C63 40 88 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C12 0 37 0 50 20 C63 40 88 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.risjv2 .r77zv + .r77zv::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.odmbwoj .r77zv + .r77zv::before {
  height: 80px; top: -80px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.kds11qng .mrxt:not(.oa8zx9) .nb4trul5 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.kds11qng .oa8zx9 { background: linear-gradient(45deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, var(--accent-light)) 100%); }
.kds11qng .h2ms5w1r { background: linear-gradient(45deg, var(--hero-a, var(--accent)), var(--hero-b, var(--accent-light))); }
.kds11qng .ft3fu7 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.not915qa .bjcjsf { float: left; width: 38%; margin: 0 28px 16px 0; }
.not915qa .bjcjsf .ed6txh { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.not915qa .juss6zot::after { content: ''; display: block; clear: both; }
.f6w9 .bjcjsf { float: right; width: 38%; margin: 0 0 16px 28px; }
.f6w9 .bjcjsf .ed6txh { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.f6w9 .juss6zot::after { content: ''; display: block; clear: both; }
.y9tsq .r77zv:nth-child(odd)  .bjcjsf { float: left;  width: 38%; margin: 0 28px 16px 0; }
.y9tsq .r77zv:nth-child(even) .bjcjsf { float: right; width: 38%; margin: 0 0 16px 28px; }
.y9tsq .bjcjsf .ed6txh { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.y9tsq .juss6zot::after { content: ''; display: block; clear: both; }
.not915qa .qhfcwp,
.not915qa .pv4g0,
.f6w9 .qhfcwp,
.f6w9 .pv4g0,
.y9tsq .qhfcwp,
.y9tsq .pv4g0 { clear: both; }
@media (max-width: 900px) {
  .not915qa .bjcjsf,
  .f6w9 .bjcjsf,
  .y9tsq .r77zv:nth-child(odd)  .bjcjsf,
  .y9tsq .r77zv:nth-child(even) .bjcjsf {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .not915qa .bjcjsf .ed6txh,
  .f6w9 .bjcjsf .ed6txh,
  .y9tsq .bjcjsf .ed6txh {
    max-height: none !important;
  }
}
.not915qa .v4gnibmq,
.not915qa .f7s7qlt4,
.f6w9 .v4gnibmq,
.f6w9 .f7s7qlt4,
.y9tsq .v4gnibmq,
.y9tsq .f7s7qlt4 { overflow: hidden; }
@media (max-width: 640px) {
  .not915qa .bjcjsf,
  .f6w9 .bjcjsf,
  .y9tsq .bjcjsf { float: none; width: 100%; margin: 0 0 16px 0; }
}
.w5692h .phls9,
.w5692h .juss6zot,
.w5692h .uhp5srm  { max-width: 1060px; }
.w5692h { --content-mw: 1060px; }
.txnl6lab .phls9,
.txnl6lab .juss6zot,
.txnl6lab .uhp5srm  { max-width: 1180px; }
.tmw6y74 .phls9,
.tmw6y74 .juss6zot,
.tmw6y74 .uhp5srm  { max-width: 1260px; }
.iapp0w { font-size: var(--fs-label); color: var(--text-muted); }
.pn6pfeb { display: flex; align-items: center; }
.jx11cwpe {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.rfgd23j { display: flex; align-items: center; }
.u1mqb { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.u1mqb:hover { text-decoration: underline; }
.x8frlol { margin: 0 4px; opacity: 0.45; }
.x8frlol::before { content: '/'; }
.bc3vs4t { padding: 2px 4px; color: var(--text-main); }
.c25gr .iapp0w {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.c25gr .pn6pfeb { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.kpsb .iapp0w {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.kpsb .pn6pfeb { padding: 0 0 0 12px; }
.k7w5n {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.oe0t6 .pn6pfeb { padding: 0 16px; }
.oe0t6 .iapp0w {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.oe0t6 .phls9 { padding-top: 28px; }
@media (max-width: 720px) {
  .k7w5n { margin-top: 20px; padding: 0 16px; }
  .oe0t6 .phls9 { padding-top: 16px; }
}
.w5692h.c25gr .pn6pfeb { max-width: 1100px; }
.txnl6lab.c25gr .pn6pfeb { max-width: 1200px; }
.tmw6y74.c25gr .pn6pfeb { max-width: 1320px; }
.w5692h .k7w5n { max-width: 1100px; }
.txnl6lab .k7w5n { max-width: 1200px; }
.tmw6y74 .k7w5n { max-width: 1320px; }
.n08v .r77zv { padding-top: 16px; padding-bottom: 16px; }
.m76vmdwm .r77zv { padding-top: 24px; padding-bottom: 24px; }
.g2qbf3 .r77zv { padding-top: 40px; padding-bottom: 40px; }
.xm3sy .r77zv { padding-top: 52px; padding-bottom: 52px; }
.d2q0j .r77zv:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.d2q0j .r77zv:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.d2q0j .r77zv:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.d2q0j .r77zv:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ls6wp9 .juss6zot { padding-top: 12px;  padding-bottom: 12px; }
.gwqp9ncp .juss6zot { padding-top: 20px;  padding-bottom: 20px; }
.bvug5t .juss6zot { padding-top: 36px;  padding-bottom: 36px; }
.aka5h7 .juss6zot { padding-top: 48px;  padding-bottom: 48px; }
.owxt2o h1, .owxt2o h2, .owxt2o h3, .owxt2o .pdqwz { font-weight: 700; }
.inqn h1, .inqn h2, .inqn h3, .inqn .pdqwz { font-weight: 700; }
.k8ibwtt, .owxt2o, .rye3ve0, .inqn { font-weight: 400; }
.uuch3h9h {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.mnda .uuch3h9h { display: none; }
@media (max-width: 640px) {
  .uuch3h9h { display: none !important; }
}
.uuch3h9h { background: var(--cta) !important; color: #fff !important; border: none !important; }
.uuch3h9h:hover { opacity: 0.85; }
.p575 .uuch3h9h { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.fkzyl  .ro2u7nez { left: 32px; }
@media (max-width: 480px) {
  .cc9io .ro2u7nez { right: 20px; bottom: 20px; }
  .fkzyl  .ro2u7nez { left: 20px; bottom: 20px; }
}
.itw17vy { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.uhp5srm { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.jxli2p96 { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.zati { color: var(--text-dim); font-size: var(--fs-label); }
.l5h9514t a, .xjyt49v a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.l5h9514t a:hover, .xjyt49v a:hover { color: var(--accent-light); }
.xjyt49v { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.j4kk .uhp5srm { text-align: center; }
.j4kk .xjyt49v { justify-content: center; margin-bottom: 16px; }
.j4kk .jxli2p96 { margin-top: 0; }
.i4qm { margin-top: 12px; }
.i4qm a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .uhp5srm { padding-left: 16px; padding-right: 16px; }
  .ykous .uhp5srm { padding: 20px 16px; }
  .xjyt49v { gap: 4px 12px; }
  .jxli2p96 { font-size: var(--fs-caption); }
}
.fjyr4i .jxli2p96 { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.fjyr4i .zati { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .fjyr4i .nejh { grid-template-columns: 1fr 1fr; } .fjyr4i .w9krg2q { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fjyr4i .nejh { grid-template-columns: 1fr; } }
.kq3a .jxli2p96 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .kq3a .yhfn3zj { gap: 12px; } .kq3a .t18yv { margin-right: 0; width: 100%; } }
.fk4u .jxli2p96 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.fk4u .zati { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .fk4u .ukso { grid-template-columns: 1fr 1fr; } .fk4u .dkc4ww { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fk4u .ukso { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ai86o0jd .l1zhz { grid-template-columns: 1fr 1fr; } .ai86o0jd .rtda9hxz:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ai86o0jd .l1zhz { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .x36e1t .l1zhz { grid-template-columns: 1fr; } }
.mmgv5eto .uhp5srm { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.mmgv5eto .xjyt49v { justify-content: center; }
.ymna .zlisv      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.vf4iud6 .zlisv      { background: #0d1117; border-bottom-color: #21262d; }
.vf4iud6 .drh1ug { color: var(--accent-light); }
.vf4iud6 .syk8 { --msep-color: #8b949e; }
.vf4iud6 .syk8 a { color: #8b949e; }
.vf4iud6 .syk8 a:hover { color: var(--accent-light); }
.vf4iud6 .kdb8 { color: #8b949e; }
.vf4iud6 .itw17vy { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.vf4iud6 .jxli2p96,
.vf4iud6 .zati { color: #6e7681; }
.vf4iud6 .l5h9514t a, .vf4iud6 .xjyt49v a,
.vf4iud6 .l5h9514t a:hover, .vf4iud6 .xjyt49v a:hover,
@media (max-width: 640px) {
  .vf4iud6 .syk8 { background: #0d1117; border-top-color: #21262d; }
  .vf4iud6 .syk8 li a { border-bottom-color: #21262d; }
}
.asd8ki .zlisv      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.asd8ki .drh1ug { color: var(--accent-light); }
.asd8ki .syk8 { --msep-color: #475569; }
.asd8ki .syk8 a { color: #475569; }
.asd8ki .syk8 a:hover { color: var(--accent-light); }
.asd8ki .kdb8 { color: #64748b; }
.asd8ki .itw17vy { background: #f0f4f8; border-top-color: #cbd5e1; }
.asd8ki .jxli2p96,
.asd8ki .zati { color: #64748b; }
.asd8ki .l5h9514t a, .asd8ki .xjyt49v a,
.asd8ki .l5h9514t a:hover, .asd8ki .xjyt49v a:hover,
@media (max-width: 640px) {
  .asd8ki .syk8 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .asd8ki .syk8 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.rank .zlisv { background: var(--b-50); border-bottom-color: var(--b-200); }
.rank .syk8 a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .rank .syk8 { background: var(--b-50); border-top-color: var(--b-200); }
}
.unt7pn .zlisv, .dr4hf .zlisv { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.unt7pn .drh1ug, .dr4hf .drh1ug { color: #fff; }
.unt7pn .syk8, .dr4hf .syk8 { --msep-color: rgba(255,255,255,0.82); }
.unt7pn .syk8 a, .dr4hf .syk8 a { color: rgba(255,255,255,0.82); }
.unt7pn .syk8 a:hover, .dr4hf .syk8 a:hover { color: #fff; }
.unt7pn .kdb8, .dr4hf .kdb8 { color: rgba(255,255,255,0.9); }
@media (max-width: 640px) {
  .unt7pn .syk8, .dr4hf .syk8 { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .unt7pn .syk8 li a, .dr4hf .syk8 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.pfu5s.unt7pn .uuch3h9h { background: #fff !important; color: var(--b-700) !important; }
.zkm0b .zlisv {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.zkm0b .zlisv::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: color-mix(in srgb, var(--bg-surface) 60%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
@media (max-width: 640px) {
  .zkm0b .syk8 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.dt37ge7 .c8kj { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.qa0qk6 .c8kj { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.tb29 .c8kj { min-height: 72px; height: auto; }
.be8i .c8kj { min-height: 84px; height: auto; }
.ykous .c8kj { max-width: none; padding: 0 32px; }
.ykous .uhp5srm  { max-width: none; padding: 24px 32px; }
.rufzie.txnl6lab .c8kj { max-width: 1200px; }
.rufzie.tmw6y74 .c8kj { max-width: 1320px; }
.ir80   .drh1ug, .ir80   .t18yv { text-transform: capitalize; }
.sby2nr .drh1ug, .sby2nr .t18yv { text-transform: lowercase; }
.yrq4n .drh1ug, .yrq4n .t18yv { text-transform: uppercase; letter-spacing: var(--ls-label); }
.r6f22eg, .p47x {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.qwu1o .r6f22eg,
.v847 .r6f22eg,
.odi7zf5k .r6f22eg,
.pqafej .r6f22eg,
.doo8   .syk8 a { font-weight: 500; }
.zp0lox .syk8 a { font-weight: 600; }
.prg362y     .syk8 a { font-weight: 700; }
.vxbuz9    .syk8 a { font-weight: 700; letter-spacing: normal; }
.kowd     .syk8 > li + li::before,
.cdl5is2    .syk8 > li + li::before,
.c6xc4jz1    .syk8 > li + li::before,
.qgwdm0x .syk8 > li + li::before,
.fohhv .syk8 > li + li::before,
.aoa6t  .syk8 > li + li::before,
.nabcw1    .syk8 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.kowd     .syk8 > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.cdl5is2    .syk8 > li + li::before { content: "|"; }
.c6xc4jz1    .syk8 > li + li::before { content: "—"; }
.qgwdm0x .syk8 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.fohhv .syk8 > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.aoa6t  .syk8 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.nabcw1    .syk8 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .wo7qv2n .kdb8,
  .ruso1 .kdb8,
  .i805 .kdb8,
  .ok2lepa .kdb8,
  .gtwo9 .kdb8 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .wo7qv2n .kdb8::before,
  .ruso1 .kdb8::before,
  .i805 .kdb8::before,
  .ok2lepa .kdb8::before,
  .gtwo9 .kdb8::before { content: ""; display: block; flex-shrink: 0; }

  
  .wo7qv2n .kdb8::before {
    width: 22px; height: 11px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% /  68% 2px no-repeat;
  }

  
  .ruso1 .kdb8::before {
    width: 22px; height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50%  / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
  }

  
  .i805 .kdb8::before {
    width: 22px; height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50%  /  70% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% /  42% 2px no-repeat;
  }

  
  .ok2lepa .kdb8::before {
    width: 22px; height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50%  /  52% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
  }

  
  .gtwo9 .kdb8::before {
    width: 22px; height: 25px;
    background:
      linear-gradient(currentColor, currentColor) 0 0     / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 33.3% /  76% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 66.6% /  52% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100%  /  28% 2px no-repeat;
  }

}
@media (max-width: 640px) {
  .uqltq .kdb8 {
    padding: 4px 16px;
  }
  .uqltq .syk8 {
    left: auto; right: 12px; top: 54px;
    width: auto; min-width: 180px;
    border-radius: var(--r-card);
    background: var(--bg-surface);
    border: var(--bw-hair) solid var(--border);
    box-shadow: var(--sh-3);
    padding: 8px 0;
  }
  .uqltq .syk8 li a {
    border-bottom: none; padding: 12px 24px;
  }
  .uqltq .syk8 li a:hover { background: var(--bg-raised); }
  .uqltq .tte4v1o,
  .rypy .tte4v1o,
  .ua1geh .tte4v1o { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .rjmzf9 .kdb8 {
    padding: 4px 12px;
  }
  .rjmzf9 .syk8 {
    display: flex !important;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: auto;
    width: 72vw; max-width: 280px;
    background: var(--bg-surface);
    border-left: var(--bw-hair) solid var(--border);
    border-top: none; border-radius: 0;
    padding: 72px 0 24px;
    transform: translateX(105%);
    transition: transform 0.28s cubic-bezier(0.4,0,0.2,1);
    z-index: 900;
    box-shadow: var(--sh-3);
  }
  .rjmzf9 .syk8.n9b3 { transform: translateX(0); }
  .rjmzf9 .syk8 li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .rjmzf9 .syk8 li:last-child a { border-bottom: none; }
  .unt7pn .syk8,
  .vf4iud6 .syk8 { background: var(--accent) !important; }
  .unt7pn .syk8 li a,
  .vf4iud6 .syk8 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ua1geh .kdb8 {
    padding: 4px 12px;
  }
  .ua1geh .syk8 {
    display: flex !important;
    position: fixed;
    bottom: 0; left: 0; right: 0; top: auto;
    border-radius: var(--r-card) var(--r-card) 0 0;
    border-top: var(--bw-hair) solid var(--border); border-left: none; border-right: none;
    padding: 20px 0 28px;
    transform: translateY(110%);
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
    z-index: 900;
    box-shadow: var(--sh-3);
  }
  .ua1geh .syk8::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .ua1geh .syk8.n9b3 { transform: translateY(0); }
  .ua1geh .syk8 li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .ibby7e .kdb8 {
    padding: 4px 12px;
  }
  .ibby7e .syk8 {
    display: flex !important;
    position: fixed; inset: 0;
    background: color-mix(in srgb, var(--bg-surface) 96%, transparent);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    flex-direction: column; align-items: center; justify-content: center;
    gap: 4px; border: none; border-radius: 0; padding: 0;
    opacity: 0; pointer-events: none;
    transition: opacity 0.22s ease; z-index: 900;
  }
  .ibby7e .syk8.n9b3 { opacity: 1; pointer-events: auto; }
  .ibby7e .syk8 li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .eom4d0ce     .kdb8 { border-radius: 0 !important; }
  .o3wp2   .kdb8 { border-radius: var(--r-btn) !important; }
  .bvkedge .kdb8 { border-radius: 50% !important; }
  .coq2yasb   .kdb8 { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .tts8i2n .dxh29ffr { flex-direction: column; align-items: stretch; }
  .tts8i2n .wkf7k { flex-direction: row; min-width: auto; }
  .tts8i2n .kjqwzi { align-items: flex-start; text-align: left; }
}
.gcki2sb,
.gcki2sb.r77zv,
.d73le77n .gcki2sb,
.yg1bto .gcki2sb,
.syto .gcki2sb,
.xc5hl4 .gcki2sb {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.bsj85jzy {
  background: var(--cta);
  border-radius: var(--r-card);
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.dyopf { flex: 1 1 280px; min-width: 0; }
.j0rzjne {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.s0z8ti0 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.prth {
  background: var(--cta);
  color: var(--cta-fg);
  padding: 14px 32px;
  border-radius: var(--r-btn);
  border: var(--bw-hair) solid rgba(255, 255, 255, .28);
  font-weight: 700;
  font-size: var(--fs-sm);
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.prth:hover { transform: translateY(-1px); opacity: 0.95; }
.jg58jus .bsj85jzy {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.jg58jus .j0rzjne { color: var(--cta); }
.jg58jus .s0z8ti0 { color: var(--text-body); }
.jg58jus .prth {
  background: var(--cta);
  color: var(--cta-fg);
}
.rprm .bsj85jzy {
  background: var(--bg-card);
  border-left: var(--bw-bar) solid var(--cta);
  border-radius: var(--r-chip) var(--r-card) var(--r-card) var(--r-chip);
}
.rprm .j0rzjne { color: var(--text-primary); }
.rprm .s0z8ti0 { color: var(--text-body); }
.rprm .prth {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .bsj85jzy {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .dyopf { flex: 0 0 auto; }
  .j0rzjne { font-size: var(--fs-lead); }
  .prth { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.q8gi0jna .ggmhwo { height: 36px; }
.w97le .ggmhwo { height: 60px; max-width: 200px; }
.l0bbujt8 .ggmhwo { height: 56px; max-width: 180px; }
.d6735    .doyx, .d6735    .vtyd { color: #f59e0b; }
.bn5t      .vtyd   { font-size: var(--fs-lead); }
.elpgk    .doyx, .elpgk    .vtyd { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.t36sr     .doyx, .t36sr     .vtyd { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.xuvqh .doyx, .xuvqh .vtyd { color: var(--cta); letter-spacing: var(--ls-wide); }
.nzm9ein   .doyx, .nzm9ein   .vtyd { color: #e91e63; letter-spacing: var(--ls-wide); }
.atpzj  .doyx, .atpzj  .vtyd { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.xvdj     .doyx, .xvdj     .vtyd { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.job4bm .llq8m9 {
  font-size: var(--fs-lead); font-weight: 700;
  color: var(--text-muted); opacity: .45;
}
.ah4b0g2u .pv4g0 {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.ah4b0g2u .m8ro8qwf {
  grid-template-columns: 1fr;
  justify-items: center; text-align: center;
  gap: 12px;
  padding: 32px 20px 20px;
  position: relative;
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.ah4b0g2u .m8ro8qwf + .m8ro8qwf { border-top: var(--bw-hair) solid var(--border-alt); }
.ah4b0g2u .ur26ikkr { align-items: center; text-align: center; }
.ah4b0g2u .ep02 {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
}
.ah4b0g2u .llq8m9 {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: var(--cta-fg, #fff);
  display: flex; align-items: center; justify-content: center;
  font-size: var(--fs-sm); font-weight: 700;
}
.ah4b0g2u .c5npr2v {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.ah4b0g2u .mo4nhv { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.ah4b0g2u .rsty { font-size: var(--fs-body); }
.ah4b0g2u .ci68yq9.plkz387 { min-width: 180px; }
@media (min-width: 720px) {
  .ah4b0g2u .pv4g0 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .ah4b0g2u .m8ro8qwf + .m8ro8qwf { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .ah4b0g2u .m8ro8qwf { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .ah4b0g2u .ep02 { top: -16px; left: 50%; }
  .ah4b0g2u .c5npr2v { width: 132px; height: 132px; }
}
.vnnp7x .pv4g0 {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.vnnp7x .m8ro8qwf {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.vnnp7x .c5npr2v {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.vnnp7x .mo4nhv { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.vnnp7x .llq8m9 {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--accent-bg); color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-size: var(--fs-label); font-weight: 700;
}
@media (max-width: 900px) {
  .vnnp7x .c5npr2v { width: 104px; height: 104px; }
}
.xo0rwd .rb57r {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.xo0rwd .rb57r summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.xo0rwd .rb57r summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.xo0rwd .rb57r[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.xo0rwd .rb57r p { padding: 0 14px 18px; }
.xo0rwd .rb57r[open] p { border-top: none; padding-top: 0; }
.xq9ynsb .rb57r { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.xq9ynsb .rb57r summary {
  background: var(--bg-card); border-radius: var(--r-pill);
  border: var(--bw-hair) solid var(--border);
  padding: 12px 24px; color: var(--text-primary); font-weight: 700;
}
.xq9ynsb .rb57r summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.xq9ynsb .rb57r[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.xq9ynsb .rb57r p { padding: 14px 24px 4px; }
.xq9ynsb .rb57r[open] p { border-top: none; padding-top: 14px; }
.qto8x .rb57r {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.qto8x .rb57r summary { color: var(--text-primary); padding: 16px 18px; }
.qto8x .rb57r[open] summary { box-shadow: none; }
.qto8x .rb57r p { padding: 0 18px 18px; }
.y2cmq .i2o4s { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.y2cmq .rb57r {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.y2cmq .rb57r:last-child { border-bottom: none; }
.y2cmq .rb57r summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.y2cmq .rb57r p { padding: 0 20px 16px; }
.bekc9j .rb57r { overflow: hidden; }
.bekc9j .rb57r summary {
  background: var(--tone-fill-raw, var(--bg-surface)); color: var(--text-primary); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent));
}
.bekc9j .rb57r summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.bekc9j .rb57r summary::after { color: var(--tone-mark, var(--accent)); }
.bekc9j .rb57r[open] summary { border-radius: 0; box-shadow: none; }
.lrj0pdt { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.xjkys4 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.r3qi76 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.tht68 { color: var(--text-muted); font-size: var(--fs-body); }
.f159u {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ap48p9 {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.pe5si { margin-bottom: 20px; }
.gw4wf {
  display: block; color: var(--text-muted); font-size: var(--fs-caption);
  font-weight: 600; margin-bottom: 8px;
  text-transform: uppercase; letter-spacing: var(--ls-label);
}
.x2bg91hl {
  width: 100%; background: var(--bg-page);
  border: var(--bw-hair) solid var(--border-alt); border-radius: var(--r-btn);
  padding: 12px 16px; color: var(--text-primary);
  font-size: var(--fs-sm); font-family: inherit;
  outline: none; transition: border-color .15s; box-sizing: border-box;
}
.x2bg91hl:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.ea5a { resize: vertical; min-height: 130px; }
.e7g6j { width: 100%; margin-top: 8px; }
.q4vv {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.b51u {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.spcro9q { color: var(--text-muted); line-height: var(--lh-read); }
.ffzjuvp1 { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.ffzjuvp1 li { margin-bottom: 8px; }
.n4ri { max-width: 760px; margin: 0 auto; }
.rnro { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.ctnpgaj { max-width: 760px; margin: 0 auto; }
.j0jj8 { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.i6ykl ul.ffzjuvp1 { margin: 0; }
.rgtqg9bw .j0jj8 { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .rgtqg9bw { grid-template-columns: 1fr; gap: 12px; } }
.cqmxuaa { max-width: 640px; margin: 0 auto; text-align: center; }
.j2kp98j9 { margin-bottom: 48px; }
.j2kp98j9 .j0jj8 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
.j2kp98j9 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.ajzb7t1 .ffzjuvp1 { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .vltn0e { grid-template-columns: 1fr; } }
.cxes { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.cxes:hover .g5ennk { color: var(--accent-light); text-decoration: underline; }
.bnswss2 { color: inherit; text-decoration: none; }
.bnswss2:hover { color: var(--accent-light); text-decoration: underline; }
.rqif1x8 { display: inline-block; line-height: 0; }
.rx0lt { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.cge54 { max-width: 760px; margin: 0 auto; }
.s35t ul.ffzjuvp1 { margin: 0; }
.zul3m7 { color: var(--text-muted); line-height: var(--lh-read); }
.mc1t0 .ffzjuvp1,
.rnlpu .ffzjuvp1,
.rvdst8 .ffzjuvp1,
.kcde .ffzjuvp1 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.ebkv { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.tuk3d8s { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.pxgho9a0 { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.s2kjnm { margin-top: 12px; }
.b7xj207 { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid transparent; padding-bottom: 2px; }
.b7xj207:hover { border-bottom-color: var(--accent-light); }
.jf3fvu7e { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.jf3fvu7e img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wo9ux7g { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.jjivh { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.gnoiqu { background: var(--accent-bg); color: var(--accent-light); padding: 4px 12px; border-radius: var(--r-pill); font-weight: 600; }
@media (max-width: 640px) { .mh5ck9c9 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ne1e8 .pxgho9a0, .ne1e8 .tuk3d8s { max-width: 640px; }
.s84u2gj .ebkv { font-size: var(--fs-h3); margin-top: 20px; }
.d9xpud .pxgho9a0 { margin-bottom: 28px; }
@media (max-width: 860px) { .yrq3r2ft { grid-template-columns: 1fr; } .s84u2gj { position: static; text-align: center; } }
.bhoiwr .jf3fvu7e { margin: 0 auto 20px; }
.bhoiwr .jjivh { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .g7rc { grid-template-columns: 1fr; } }
.re9n96s { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 28px; margin-bottom: 32px; }
.rvobwg { flex: 1; }
.re9n96s .ebkv { font-size: var(--fs-h3); margin-bottom: 8px; }
.knm89 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.kcde { background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 24px; }
.qc8l5s { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.kcde p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.kcde .ffzjuvp1 { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .re9n96s { flex-direction: column; text-align: center; } .knm89 { grid-template-columns: 1fr; } }
.o5bz .ebkv { font-size: var(--fs-lead); margin: 0 0 4px; }
.o5bz .jjivh { margin: 0; }
.g7lateym .r3qi76 { color: var(--accent-light); }
.gttk5fu1 .r3qi76 { font-size: var(--fs-h2); }
.gttk5fu1 .tht68 { max-width: 680px; }
.npjw3v55 {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.npjw3v55 .r3qi76 { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.npjw3v55 .tht68  { margin: 0; }
@media (max-width: 640px) { .npjw3v55 { flex-direction: column; } }
.tfhv .r3qi76 { color: var(--accent-light); }
.c5gesmqi .r3qi76 { color: #fff; }
.c5gesmqi .tht68  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .xq7fy5jc { grid-template-columns: 1fr; } }
.qgr3 { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.qgr3 .x2bg91hl {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.qgr3 .x2bg91hl:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.pvntob1c .x2bg91hl { background: var(--bg-raised); border-color: transparent; }
.pvntob1c .x2bg91hl:focus { background: var(--bg-card); border-color: var(--accent-light); }
.trhhg .x2bg91hl { border-radius: var(--r-pill); padding: 12px 20px; }
.trhhg .ea5a { border-radius: var(--r-card); }
.hxj0t {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .hxj0t { grid-template-columns: 1fr; } }
.t0rxe4u {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 24px 24px;
}
.t0rxe4u h2 {
  font-size: var(--fs-sm); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.t0rxe4u p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.n2q0v2 { counter-reset: priv-count; }
.ljq60 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: var(--bw-hair) solid var(--border);
}
.ljq60:last-child { border-bottom: none; }
.ahj8a {
  font-size: var(--fs-h1); font-weight: 700; color: var(--accent-light);
  opacity: 0.3; line-height: var(--lh-solid); font-variant-numeric: tabular-nums;
}
.ljq60 h2 {
  font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.ljq60 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.i13s { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; margin: 0; }
.i13s li { margin-bottom: 8px; }
.j5ky3o0{display:none}
.j5ky3o0:empty,.fgvg:empty{display:none}
.hc6um{position:relative;overflow:visible}
.mol04sm .j1xfxx76,.sbcpp .j1xfxx76,
.pcaxh3 .j1xfxx76,.ne271hpy .j1xfxx76,
.tw46xc .j1xfxx76,.o0abkegy .j1xfxx76{display:block}
.i3w0j .d9xl{display:block}
.mol04sm .j1xfxx76,.sbcpp .j1xfxx76,
.pcaxh3 .j1xfxx76,.ne271hpy .j1xfxx76,
.tw46xc .j1xfxx76{position:absolute;z-index:3;left: 24px;right: 24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin: 0 auto;padding: 0;box-sizing:border-box}
.mol04sm .j1xfxx76 .fgvg,.sbcpp .j1xfxx76 .fgvg,
.pcaxh3 .j1xfxx76 .fgvg,.ne271hpy .j1xfxx76 .fgvg,
.tw46xc .j1xfxx76 .fgvg{margin: 0;font-size: var(--fs-caption);opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding: 4px 12px;border-radius: var(--r-chip);display:inline-flex;width:auto}
.mol04sm .izc9,.sbcpp .izc9,
.pcaxh3 .izc9,.ne271hpy .izc9,
.tw46xc .izc9{background:transparent!important;border:none!important;padding: 0;border-radius:0;color:inherit!important}
.mol04sm .j1xfxx76,.sbcpp .j1xfxx76{top: 12px}
.mol04sm .j1xfxx76 .fgvg{margin-right:auto}
.sbcpp .j1xfxx76 .fgvg{margin-left:auto}
.sbcpp .j1xfxx76{text-align:right}
.pcaxh3 .j1xfxx76,.ne271hpy .j1xfxx76{bottom: 12px}
.pcaxh3 .j1xfxx76 .fgvg{margin-right:auto}
.ne271hpy .j1xfxx76 .fgvg{margin-left:auto}
.ne271hpy .j1xfxx76{text-align:right}
.tw46xc .j1xfxx76{position:relative;margin-top: 16px}
.tw46xc .j1xfxx76 .fgvg{margin: 0 auto}
.o0abkegy .j1xfxx76{max-width:var(--content-mw,1100px);margin: 0 auto;padding: 8px 24px}
.o0abkegy .j1xfxx76 .fgvg{margin: 0}
.o0abkegy .ft3fu7~.j1xfxx76,
.o0abkegy .ifncu~.j1xfxx76{max-width:none;margin: 0;padding: 8px clamp(24px,calc(50vw - 476px),96px)}
.o0abkegy .ft3fu7~.j1xfxx76 .fgvg,
.o0abkegy .ifncu~.j1xfxx76 .fgvg{justify-content:flex-start}
.ft3fu7~.j1xfxx76,.ifncu~.j1xfxx76{position:static!important;left: auto!important;right: auto!important;top: auto!important;bottom: auto!important;transform:none!important;width:100%!important;max-width:none!important;padding: 8px clamp(24px,calc(50vw - 476px),96px)!important}
.ft3fu7~.j1xfxx76 .fgvg{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ifncu~.j1xfxx76 .fgvg{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.d9xl .fgvg{margin: 0 0 12px}
.fgvg{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.plah6g{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.g5ennk{font-weight:600;color:var(--text-heading);opacity:1}
.zfwki::before{content:"·";margin: 0 2px;opacity:.5}
.izc9{white-space:nowrap}
.pev6y21 .plah6g{display:none}
.sfe7af7 .izc9{background:var(--date-bg, var(--accent-bg));padding: 4px 12px;border-radius: var(--r-card);font-size: var(--fs-caption)}
.sfe7af7 .zfwki::before{content:""}
.icdbu2b6 .izc9{background:var(--date-bg, var(--accent-bg));padding: 8px 12px;border-radius:var(--radius, 6px);font-size: var(--fs-caption);display:inline-flex;align-items:center;gap: 4px}
.icdbu2b6 .zfwki::before{content:""}
.emrxn .fgvg{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.azk56 .izc9{border-left: var(--bw-rule) solid var(--accent);padding-left: 8px;font-size: var(--fs-caption)}
.azk56 .zfwki::before{content:""}
.sna7pn .izc9{color: var(--accent-light);opacity:1;font-weight:500}
.fzn6 .izc9{border-bottom: var(--bw-hair) solid currentColor;padding-bottom: 2px}
.tz13xmj .fgvg{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.ecokm369{--date-bg:transparent}
.pi5lhwlk .zfwki::before{content:""}
.bg1a .zfwki::before{content:"•";opacity:.4}
.bg1a .izc9 + .izc9::before{content:"•";margin-right:6px;opacity:.4}
.zuwtd .zfwki::before{content:"/";opacity:.35}
.zuwtd .izc9 + .izc9::before{content:"/";margin-right:6px;opacity:.35}
.q7yil .zfwki::before{content:"|";opacity:.3}
.q7yil .izc9 + .izc9::before{content:"|";margin-right:6px;opacity:.3}
.unrw .zfwki::before{content:"—";opacity:.3}
.unrw .izc9 + .izc9::before{content:"—";margin-right:6px;opacity:.3}
.s95fh .zfwki::before{content:"◆";font-size:.5em;opacity:.35}
.s95fh .izc9 + .izc9::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.nxbk .zfwki::before{content:"·";opacity:.4}
.nxbk .izc9 + .izc9::before{content:"·";margin-right:6px;opacity:.4}
.y05zbe .zfwki::before{content:"›";opacity:.4}
.y05zbe .izc9 + .izc9::before{content:"›";margin-right:6px;opacity:.4}
.j42yv .zfwki::before{content:"→";opacity:.35;font-size:.85em}
.j42yv .izc9 + .izc9::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.j94lf{display:flex;align-items:flex-start;gap: 16px;max-width:var(--content-width, 960px);margin: 32px auto 24px;padding: 20px 24px}
.keem3{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.w688b9i{display:flex;flex-direction:column;gap: 4px}
.z98wpr{font-size: var(--fs-caption);text-transform:uppercase;letter-spacing: var(--ls-label);color:var(--text-body);opacity:.55}
.k8orxpha{font-weight:700;font-size: var(--fs-sm);color:var(--text-heading)}
.hcn9axlj{font-size: var(--fs-label);color:var(--text-body);opacity:.8;line-height: var(--lh-snug);margin-top: 4px}
.qbg9qism .j94lf{background:var(--surface-alt);border-radius:var(--radius, 8px);border: var(--bw-hair) solid var(--border)}
.p5o9oi .j94lf{border-top: var(--bw-bar) solid var(--accent);padding-top: 20px}
.jcujo .j94lf{border-left: var(--bw-bar) solid var(--accent);border-radius:0}
.eechh0m .j94lf{padding: 20px 0}
@media(max-width:640px){
  .j94lf{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .hcn9axlj{max-width:100%}
}
.sfl9 .tm0s7qc{margin: 0}
@media (max-width:560px){
  .uf4c{grid-template-columns:repeat(2,1fr);gap: 12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .v9lk { padding: 28px 20px 20px; }
  .tdanthl { font-size: var(--fs-lead); }
  .tueey { max-width: 220px; max-height: 80px; }
}
.lg26nf2a {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 12px;
  margin-right: 14px;
  box-shadow: var(--sh-2);
}
.pcu13 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.piapb4j  .lg26nf2a { border-radius: 50%; }
.u2w8lz  .lg26nf2a { border-radius: var(--r-chip); }
.vcc5b .lg26nf2a { border-radius: var(--r-card); }
.ku377h .bsj85jzy {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .lg26nf2a { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ubuzx .r77zv {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ubuzx .juss6zot {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ubuzx .bsj85jzy {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.urket38j {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.urket38j.bzseg7 { transform: translate(-50%, 0); }
.urket38j .r77zv,
.urket38j .juss6zot {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.urket38j .bsj85jzy {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.so04ku {
  position: absolute;
  
  top: 16px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.so04ku::before,
.so04ku::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.so04ku::before { transform: translate(-50%, -50%) rotate(45deg); }
.so04ku::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.so04ku:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .urket38j { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .urket38j .bsj85jzy {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .urket38j .s0z8ti0 { display: none !important; }
  .urket38j .j0rzjne { font-size: var(--fs-body) !important; }
  .urket38j .lg26nf2a { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .so04ku { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .c8kj { flex-direction: row-reverse; }
[dir="rtl"] .syk8 { flex-direction: row-reverse; }
[dir="rtl"] .fkzyl  .ro2u7nez { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .cc9io .ro2u7nez { right: auto; left: 20px; }
  [dir="rtl"] .fkzyl  .ro2u7nez { left: auto;  right: 20px; }
}
[dir="rtl"] .not915qa .bjcjsf  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .f6w9 .bjcjsf { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .v4gnibmq, [dir="rtl"] .f7s7qlt4 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .rfthpfw { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .viexs { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .pdvw9y { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .bsj85jzy { direction: rtl; }
[dir="rtl"] .lg26nf2a { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .m8ro8qwf,
[dir="rtl"] .iapp0w { direction: rtl; }
[dir="rtl"] .mvfcj4 { direction: rtl; }
[dir="rtl"] .u9t1ke { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .mrxt.d1v7r .lj8844,
[dir="rtl"] .wyo4.d1v7r .lj8844,
[dir="rtl"] .oa8zx9.d1v7r .lj8844,
[dir="rtl"] .qdnyw.d1v7r .lj8844,
[dir="rtl"] .zlmjkck.d1v7r .lj8844 { text-align: right; }
[dir="rtl"] .ft3fu7.d1v7r .piz80k8a { align-items: flex-end; text-align: right; }
[dir="rtl"] .juss6zot,
[dir="rtl"] .dvxkh1g6,
[dir="rtl"] .aq9g7sih,
[dir="rtl"] .lj8844 { text-align: right; }
[dir="rtl"] .ap48p9,
[dir="rtl"] .gw4wf,
[dir="rtl"] .pxgho9a0,
[dir="rtl"] .x2bg91hl,
[dir="rtl"] .ea5a { text-align: right; direction: rtl; }
[dir="rtl"] .trhhg .x2bg91hl,
[dir="rtl"] .qgr3 .x2bg91hl { padding-right: 20px; padding-left: 20px; }
.dytlujt3 .pv4g0,
.adgvqje .pv4g0,
.fmftvt .pv4g0 { border: var(--bw-hair) solid var(--border-alt); }
.k4iuuf7 .pv4g0 {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.dytlujt3 .m8ro8qwf,
.adgvqje .m8ro8qwf,
.k4iuuf7 .m8ro8qwf,
.fmftvt .m8ro8qwf {
  gap: 24px;
  padding: 24px 24px;
}
.dytlujt3 .m8ro8qwf + .m8ro8qwf,
.fmftvt .m8ro8qwf + .m8ro8qwf { border-top: none; }
.dytlujt3 .m8ro8qwf:nth-child(even),
.fmftvt .m8ro8qwf:nth-child(even) { background: var(--bg-surface); }
.k4iuuf7 .m8ro8qwf {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.dytlujt3 .llq8m9,
.adgvqje .llq8m9,
.k4iuuf7 .llq8m9,
.fmftvt .llq8m9 {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent-bg); color: var(--accent);
  font-size: var(--fs-sm); font-weight: 700;
}
.fmftvt .llq8m9 { background: var(--accent); color: var(--cta-fg, #fff); }
.dytlujt3 .c5npr2v,
.adgvqje .c5npr2v,
.k4iuuf7 .c5npr2v,
.fmftvt .c5npr2v {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.dytlujt3 .mo4nhv,
.adgvqje .mo4nhv,
.k4iuuf7 .mo4nhv,
.fmftvt .mo4nhv {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.fmftvt .rsty { font-size: var(--fs-body); font-weight: 700; }
.dytlujt3 .ci68yq9.plkz387,
.adgvqje .ci68yq9.plkz387,
.k4iuuf7 .ci68yq9.plkz387,
.fmftvt .ci68yq9.plkz387 {
  padding: 16px 24px !important;
}
.fmftvt .ci68yq9.plkz387 { box-shadow: none; }
@media (max-width: 1080px) {
  .dytlujt3 .m8ro8qwf,
  .adgvqje .m8ro8qwf,
  .k4iuuf7 .m8ro8qwf,
  .fmftvt .m8ro8qwf { gap: 16px; padding: 20px; }
  .dytlujt3 .c5npr2v,
  .adgvqje .c5npr2v,
  .k4iuuf7 .c5npr2v,
  .fmftvt .c5npr2v { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .dytlujt3 .c5npr2v,
  .adgvqje .c5npr2v,
  .k4iuuf7 .c5npr2v,
  .fmftvt .c5npr2v { width: 104px; height: 104px; }
}
.wkwrdhn .uzo9qrcv { display: none; }
.z65t9u6 li::before { color: #2f855a; font-weight: 700; }
.g7k6o li::before { color: #9b2c2c; font-weight: 700; }
.j5hbsre::before { color: #2f855a; }
.y8h56vl::before { color: #9b2c2c; }
.pz8cp2l  .prth, .pz8cp2l  .d0tm2 { border-radius: var(--r-pill); }
.m96ym4 .prth, .m96ym4 .d0tm2 { border-radius: 0; }
.bsdm .prth, .bsdm .d0tm2 { border-radius: var(--r-btn); }
.prth, .d0tm2, .zqevvmr, .plkz387, .ci68yq9.plkz387 {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
body.m96ym4 { --btn-radius: 0px; }
.zqevvmr, .plkz387, .ci68yq9.plkz387, .prth, .d0tm2,
.wc8akb, .fkb2f700, .urket38j .prth {
  border-radius: var(--btn-radius) !important;
}
.hk0k0gfy a, .dvxkh1g6 a, .aq9g7sih a, .d5wp0u a, .rb57r p a {
  color: var(--tone-link, var(--accent)); text-decoration-color: color-mix(in srgb, var(--tone-link, var(--accent)) 35%, transparent);
  text-underline-offset: 3px;
}
.hk0k0gfy a:hover, .dvxkh1g6 a:hover, .aq9g7sih a:hover, .d5wp0u a:hover { text-decoration-color: currentColor; }
.z1la6 { --hero-a: var(--b-600); --hero-b: var(--b-700); }
.h0vx .hkcvzjw.oa8zx9 .pdqwz,
.h0vx section.oa8zx9 .pdqwz { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.h0vx .oa8zx9 .otu5j { color: var(--text-body); }
.z1la6 .mrxt:not(.oa8zx9) .nb4trul5 {
  background: linear-gradient(120deg, color-mix(in srgb, var(--b-900) 88%, transparent) 0%, color-mix(in srgb, var(--b-700) 58%, transparent) 100%);
}
.hkcvzjw.mrxt:not(.oa8zx9) .pdqwz,
section.mrxt:not(.oa8zx9) .pdqwz { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.pfu5s.z1la6 .oa8zx9 .zqevvmr,
.mpf84 .itw17vy { background: var(--bg-page); border-top-color: var(--border-alt); }
.ct72 .itw17vy { background: var(--b-50); border-top-color: var(--b-200); }
.o2s7wuqf    { --ftr-fill: var(--n-900); --ftr-edge: var(--n-800); }
.qkwl .itw17vy, .rol6iwe .itw17vy, .o2s7wuqf .itw17vy {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.qkwl .itw17vy :is(.jxli2p96, .zati),
.rol6iwe   .itw17vy :is(.jxli2p96, .zati),
.o2s7wuqf    .itw17vy :is(.jxli2p96, .zati) { color: rgba(255,255,255,0.68); }
.qkwl .itw17vy :is(.aol3s1py, .osvaqt5g),
.rol6iwe   .itw17vy :is(.aol3s1py, .osvaqt5g),
.o2s7wuqf    .itw17vy :is(.aol3s1py, .osvaqt5g) { color: rgba(255,255,255,0.7); }
.qkwl .itw17vy a, .rol6iwe .itw17vy a, .o2s7wuqf .itw17vy a { color: rgba(255,255,255,0.9); }
.qkwl .itw17vy a:hover, .rol6iwe .itw17vy a:hover, .o2s7wuqf .itw17vy a:hover { color: #fff; }
.qkwl .itw17vy .t18yv,
.rol6iwe   .itw17vy .t18yv,
.o2s7wuqf    .itw17vy .t18yv { color: #fff; }
.j15ax .pv4g0:not(.augq05l) .m8ro8qwf:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.tmyhco .pv4g0:not(.augq05l) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.tmyhco .pv4g0:not(.augq05l) .m8ro8qwf { background: var(--bg-card); border-radius: var(--r-btn); }
.tmyhco .pv4g0:not(.augq05l) .m8ro8qwf + .m8ro8qwf { margin-top: 8px; border-top: none; }
.llq8m9 { color: var(--tone-mark, var(--text-muted)); }
.e3hdy9 .m8ro8qwf::before { background: var(--tone-line, var(--accent)); }
.t8y4 .m8ro8qwf:first-child { border-top-color: var(--tone-line, var(--accent)); }
.rb57r summary:hover::after, .rb57r[open] summary::after { color: var(--tone-mark, var(--accent)); }
.v6ie4l .z4c3cr2 { border-top-color: var(--tone-line, var(--accent)); }
.a4jr .eo9h { background: var(--tone-fill, var(--accent-bg)); }
.cfetc .uevfvnpx .mo4nhv,
.cfetc .y5630.uevfvnpx img,
.cfetc .zwpf0m.uevfvnpx img { border-radius: 22%; }
.cfetc .y5630.uevfvnpx { border-radius: var(--r-card); }
.mf0t .uevfvnpx .mo4nhv,
.mf0t .y5630.uevfvnpx img,
.mf0t .zwpf0m.uevfvnpx img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.mf0t .y5630.uevfvnpx { border-radius: 50%; padding: 5px; }
.mf0t .uevfvnpx.c5npr2v, .cfetc .uevfvnpx.c5npr2v { overflow: visible; }
.z4c3cr2, .vex6jg, .pv4g0:not(.augq05l), .tm0s7qc, .rb57r {
  border: none; box-shadow: var(--sh-card);
}
.lc9tlxyk .z4c3cr2, .lc9tlxyk .vex6jg,
.lc9tlxyk .pv4g0:not(.augq05l) { box-shadow: var(--sh-lift); }
.xo0rwd .rb57r, .xq9ynsb .rb57r, .y2cmq .rb57r { box-shadow: none; }
.y2cmq .i2o4s { border: none; box-shadow: var(--sh-card); }
.qto8x .rb57r { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.xq9ynsb .rb57r summary { border: none; box-shadow: var(--sh-card); }
.xq9ynsb .rb57r[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.bekc9j .rb57r summary { color: var(--tone-fill-head-raw); }
.obafel .z4c3cr2 { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.djsaml, .pdvw9y, .mvfcj4 { border: none; box-shadow: var(--panel-sh, none); }
.mopr .jfs48 { border: none; box-shadow: var(--sub-sh, none); }
.sstpx6l .djsaml, .sstpx6l .mvfcj4 { box-shadow: var(--panel-sh, none); }
.sstpx6l .tm0s7qc, .sstpx6l .ljyop .pdvw9y { box-shadow: var(--sh-card); }
.sstpx6l .mopr .jfs48 { box-shadow: var(--sub-sh, none); }
.dmtfn .jfs48, .sstpx6l .dmtfn .jfs48, .lc9tlxyk .dmtfn .jfs48 { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.djsaml { background: var(--bg-card-inner); border-radius: var(--r-card); }
.k039 { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.dchs .djsaml   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.fiv0 .djsaml { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.q909 .djsaml     { border: none; }
.q909 .k039 { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.pgkv3 .djsaml    { border: none; box-shadow: var(--sh-card); }
.pdvw9y { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.kehku { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.pdvw9y strong, .tp6z4s .pdvw9y strong, .p3dob0it .pdvw9y strong,
.omxe .pdvw9y strong { color: var(--cl-head); }
.pdvw9y p, .tp6z4s .pdvw9y p, .p3dob0it .pdvw9y p,
.omxe .pdvw9y p { color: var(--cl-fg); }
.tp6z4s .pdvw9y { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.tp6z4s .pdvw9y strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.lrpbq .pdvw9y { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.p3dob0it .pdvw9y { border: none; }
.omxe .pdvw9y  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.ljyop .pdvw9y   { border: none; border-left: var(--bw-bar) solid var(--cl-hue); background: var(--bg-card); box-shadow: var(--sh-card); --cl-head: var(--text-primary); --cl-fg: var(--text-body); }
.slmsw { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.slmsw strong { color: var(--cl-head); }
.rfthpfw, .viexs { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.rfthpfw ul li, .rfthpfw .z65t9u6 li { color: var(--sem-pos-body); }
.viexs ul li, .viexs .g7k6o li { color: var(--sem-neg-body); }
.wni1 .rfthpfw, .wni1 .viexs { border: none; }
.hfqpo .rfthpfw, .hfqpo .viexs { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.hfqpo .rfthpfw { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.hfqpo .viexs { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.tx2x .rfthpfw, .tx2x .viexs { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.tx2x .rfthpfw { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.tx2x .viexs { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.lqd2x50 .rfthpfw .ww88, .lqd2x50 .viexs .ww88 {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.lqd2x50 .rfthpfw .ww88 { background: var(--sem-pos-fg); }
.lqd2x50 .viexs .ww88 { background: var(--sem-neg-fg); }
.lqd2x50 .j5hbsre::before, .lqd2x50 .y8h56vl::before { color: #fff; }
.z96uo8 .rfthpfw ul li, .z96uo8 .rfthpfw .z65t9u6 li,
.z96uo8 .viexs ul li, .z96uo8 .viexs .g7k6o li { color: var(--text-body); }
.mvfcj4 { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.xvhlzdb { color: var(--tone-fill-head, var(--text-primary)); }
.i6qo .u9t1ke a, .ibma .u9t1ke a, .buol .u9t1ke a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.i6qo .u9t1ke a:hover, .ibma .u9t1ke a:hover, .buol .u9t1ke a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.d5zusc29 .mvfcj4 { border-bottom-color: var(--border-alt); }
.d5zusc29 .u9t1ke a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.dbh44rk, .fzqa2t { border: none; }
.p63qv29 { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.z3etgz2 { border-top: none; }
.z3etgz2 > span { color: var(--tone-fill-head, var(--text-primary)); }
.qlp80b em, .f0nv8 em, .zjj8 em, .psgk8hi em { color: var(--tone-fill-muted, var(--text-muted)); }
.a4jr .eo9h { border-bottom: none; }
.obafel .eo9h { border-bottom: none; }
.y5630.uevfvnpx { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.y5630.uevfvnpx img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.cfetc .y5630.uevfvnpx img { border-radius: 22%; }
.mf0t  .y5630.uevfvnpx img { border-radius: 50%; }
.mf0t  .y5630.uevfvnpx { padding: 0; }
@media (min-width: 900px) {
  .um7p .agxie1 > .z4c3cr2:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.v4gnibmq li::marker { color: var(--tone-mark, var(--accent)); }
.f7s7qlt4 li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.xfeefosi li::marker { color: var(--tone-mark, var(--accent)); }
.jjzu h2.pvbv { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.xd90x h2.pvbv { border-bottom-color: var(--tone-mark, var(--accent)); }
.wwcbw2 h2.pvbv { border-top-color: var(--tone-mark, var(--accent)); }
.not915qa .jfs48, .f6w9 .jfs48, .y9tsq .jfs48,
.not915qa .pdvw9y, .f6w9 .pdvw9y, .y9tsq .pdvw9y,
.not915qa .fen5l, .f6w9 .fen5l, .y9tsq .fen5l,
.not915qa .tm0s7qc, .f6w9 .tm0s7qc, .y9tsq .tm0s7qc { clear: both; }
.bjcjsf .ed6txh { box-shadow: var(--sh-card); }
.tm0s7qc { border-radius: var(--r-card); }
.r2n86lso .zpwb3o { border: none; }
.rank .syk8 a { color: var(--b-800); }
.rank .syk8 a:hover { color: var(--b-600); }
.h0vx .hkcvzjw.oa8zx9 .pdqwz,
.h0vx section.oa8zx9 .pdqwz,
.h0vx .wyo4 .pdqwz { color: var(--b-900) !important; }
.h0vx .oa8zx9 .otu5j, .h0vx .wyo4 .otu5j { color: var(--b-800); }
.ct72 .itw17vy, .ct72 .itw17vy a { color: var(--b-800); }
.ct72 .itw17vy :is(.jxli2p96, .zati, .aol3s1py) { color: var(--b-700); }
.bsj85jzy { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.prth { border: none; }
.p0z5 .prth { background: #fff !important; color: var(--cta) !important; }
.jg58jus .bsj85jzy { background: var(--b-100); border: none; }
.jg58jus .j0rzjne { color: var(--b-900); }
.jg58jus .s0z8ti0 { color: var(--b-800); }
.rprm .bsj85jzy { background: var(--b-900); border: none; border-radius: var(--r-card); }
.rprm .j0rzjne { color: #fff; }
.rprm .s0z8ti0 { color: rgba(255,255,255,0.82); }
.nwlqy .bsj85jzy { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.nwlqy .prth { background: #fff !important; color: var(--b-800) !important; }
.lg26nf2a { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.pcu13 { width: 100%; height: 100%; object-fit: cover; }
h2.pvbv, .pdqwz, h1.pvbv, .j0rzjne { font-weight: 700; }
.gz62 h3, h3.fnrb0 { font-weight: 600; }
.ucle0ll { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.v4gnibmq { list-style: none !important; padding-left: 0; margin: 16px 0; }
.v4gnibmq li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.v4gnibmq li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.v4gnibmq li::after {
  content: ""; position: absolute; left: 7px; top: calc(0.12em + 5px);
  width: 6px; height: 10px; box-sizing: border-box;
  border-right: 2px solid var(--tone-soft-fg, var(--accent)); border-bottom: 2px solid var(--tone-soft-fg, var(--accent));
  transform: rotate(40deg) scale(.85);
}
.eegj .v4gnibmq li { padding-left: 28px; }
.eegj .v4gnibmq li::before {
  left: 6px; top: 0.5em; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); box-shadow: 0 0 0 4px var(--tone-soft, var(--accent-bg));
}
.eegj .v4gnibmq li::after { content: none; }
.eegj .v4gnibmq li::marker, .v4gnibmq li::marker { content: ""; }
.f7s7qlt4 { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.f7s7qlt4 li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.f7s7qlt4 li::before {
  content: counter(el-step); position: absolute; left: 0; top: -0.1em;
  width: 28px; height: 28px; border-radius: var(--r-btn);
  background: var(--tone-mark, var(--accent)); color: var(--tone-mark-fg, #fff);
  font-size: var(--fs-label); font-weight: 700; line-height: 28px; text-align: center;
}
.eegj .f7s7qlt4 li::before { border-radius: 50%; }
.f7s7qlt4 li::marker { content: ""; }
.xfeefosi { list-style: none; padding-left: 16px; }
.xfeefosi li { position: relative; padding-left: 16px; }
.xfeefosi li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.xfeefosi li::marker { content: ""; }
h3.fnrb0 { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.hk0k0gfy strong, .dvxkh1g6 strong, .zb8w56 strong { color: var(--tone-head, var(--text-primary)); font-weight: 600; }
:root {
  --ico-check: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27black%27%20fill-rule=%27evenodd%27%3E%3Cpath%20d=%27M12%202a10%2010%200%201%200%200%2020%2010%2010%200%200%200%200-20zm-1.3%2014.3l-4.2-4.2%201.5-1.5%202.7%202.7%205.3-5.3%201.5%201.5-6.8%206.8z%27/%3E%3C/svg%3E");
  --ico-cross: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27black%27%20fill-rule=%27evenodd%27%3E%3Cpath%20d=%27M12%202a10%2010%200%201%200%200%2020%2010%2010%200%200%200%200-20zm3.6%2012.1l-1.5%201.5-2.1-2.1-2.1%202.1-1.5-1.5%202.1-2.1-2.1-2.1%201.5-1.5%202.1%202.1%202.1-2.1%201.5%201.5-2.1%202.1%202.1%202.1z%27/%3E%3C/svg%3E");
  --ico-shield: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20stroke=%27black%27%20stroke-width=%272%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27%3E%3Cpath%20d=%27M12%203l7%203v6c0%204.5-3%207.6-7%209-4-1.4-7-4.5-7-9V6z%27/%3E%3Cpath%20d=%27M9%2012l2.2%202.2L15.2%2010%27/%3E%3C/svg%3E");
  --ico-info: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20stroke=%27black%27%20stroke-width=%272%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27%3E%3Ccircle%20cx=%2712%27%20cy=%2712%27%20r=%279%27/%3E%3Cpath%20d=%27M12%2011v5.5M12%207.6v.4%27/%3E%3C/svg%3E");
  --ico-warn: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20stroke=%27black%27%20stroke-width=%272%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27%3E%3Cpath%20d=%27M12%204l9.2%2016H2.8z%27/%3E%3Cpath%20d=%27M12%2010v4.5M12%2017.4v.3%27/%3E%3C/svg%3E");
  --ico-bulb: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20stroke=%27black%27%20stroke-width=%272%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27%3E%3Cpath%20d=%27M9%2018h6M10%2021h4M12%203a6%206%200%200%200-3.6%2010.8c.7.6%201.1%201.3%201.1%202.2h5c0-.9.4-1.6%201.1-2.2A6%206%200%200%200%2012%203z%27/%3E%3C/svg%3E");
}
.z65t9u6 li::before, .g7k6o li::before {
  content: "" !important; display: block; font-size: 0 !important;
  position: absolute !important; left: 0; top: 0.16em;
  width: 18px; height: 18px; margin: 0 !important;
  -webkit-mask: var(--ico-check) center / contain no-repeat; mask: var(--ico-check) center / contain no-repeat;
  background: var(--sem-pos-line);
}
.g7k6o li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.z65t9u6 li, .g7k6o li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.j5hbsre::before, .y8h56vl::before { content: none !important; display: none !important; }
.ww88 { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.wkwrdhn .uzo9qrcv, .uzo9qrcv {
  display: block !important; flex: 0 0 22px; width: 22px; height: 22px; margin-top: 1px; font-size: 0;
  background: var(--cl-ico, var(--tone-mark, var(--accent)));
  -webkit-mask: var(--ico-info) center / contain no-repeat; mask: var(--ico-info) center / contain no-repeat;
}
.lxk8 .uzo9qrcv     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.kehku .uzo9qrcv { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.bdspoi7u .uzo9qrcv  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.slmsw .uzo9qrcv, .bbnd8 .uzo9qrcv { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.uzo9qrcv::before { content: none !important; }
.pdvw9y { gap: 14px; }
.z4c3cr2 { --rv-pad: 24px; }
.eo9h { padding: var(--rv-pad); }
.g58n { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.g58n > * { margin: 0 !important; }
.d5wp0u { line-height: var(--lh-read); }
.z3etgz2 {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.z3etgz2 > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.z3etgz2 em { font-size: var(--fs-caption); font-weight: 600; font-style: normal; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--tone-fill-muted, var(--text-muted)); }
.z3etgz2 b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.ukrlang { gap: 16px; }
.z96uo8 .rfthpfw, .z96uo8 .viexs { padding: 0; }
.z96uo8 .viexs { padding-left: 20px; }
.llttv { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.ukrlang + .llttv { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.ugwy8za { flex: 0 0 100%; margin-bottom: 4px; font-size: var(--fs-caption); font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.dbh44rk, .p63qv29, .vptxsd {
  margin: 0; padding: 5px 10px; border-radius: var(--r-chip);
  background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary));
}
.slmsw { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.slmsw strong, .tp6z4s .slmsw strong,
.bbnd8 strong, .tp6z4s .bbnd8 strong {
  display: block; padding: 0; margin: 0 0 6px; border: none;
  font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label);
  color: var(--tone-sub, var(--cl-head));
}
.slmsw p, .bbnd8 p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.slmsw { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.ceed strong { display: inline-flex; align-items: baseline; gap: 1px; padding: 3px 9px; border-radius: var(--r-chip); background: var(--tone-soft, var(--accent-bg)); color: var(--tone-soft-fg, var(--text-primary)); font-size: var(--fs-sm); }
.ceed .vrqklj { color: inherit; opacity: .7; }
.mopr .jfs48 { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.schiy h2.pvbv { font-size: calc(var(--fs-h2) - 6px); letter-spacing: 0.06em; border-bottom-color: var(--tone-mark, var(--border-alt)); border-bottom-width: var(--bw-rule); }
.ckgej .rprm .prth, .ckgej .nwlqy .prth,
.ckgej.dr4hf .uuch3h9h, .ckgej.o2s7wuqf .itw17vy .plkz387 { background: #fff !important; color: var(--b-900) !important; }
.um7p .agxie1 { align-items: stretch; }
.z4c3cr2 { display: flex; flex-direction: column; }
.z4c3cr2 .g58n { flex: 1 1 auto; }
.z4c3cr2 .slmsw { margin-top: auto !important; }
.zpwb3o { font-size: var(--fs-sm); }
.zpwb3o th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.zpwb3o td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.zpwb3o td:first-child { font-weight: 600; color: var(--text-primary); }
.zpwb3o tbody tr:last-child td { border-bottom: none; }
.zpwb3o tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.uzf6 .zpwb3o th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.r2n86lso .zpwb3o th, .r2n86lso .zpwb3o td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.r2n86lso .zpwb3o th + th, .r2n86lso .zpwb3o td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.r2n86lso .zpwb3o tbody tr:last-child td { border-bottom: none; }
.yi565 .r2n86lso .zpwb3o th + th, .ac8k6d4 .r2n86lso .zpwb3o th + th,
.ch1a4n.r2n86lso .zpwb3o th + th { border-left-color: rgba(255,255,255,0.16); }
.bsiiv .zpwb3o tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.qhfcwp { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.djsaml {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.djsaml:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.wxe1, .r2bct .wxe1 {
  width: 76px; height: 76px; max-width: none; max-height: none; aspect-ratio: 1 / 1;
  padding: 12px; box-sizing: border-box; margin: 0 0 18px; object-fit: contain; display: block;
  background: var(--tone-fill-2-raw, var(--bg-raised)); border-radius: 18px;
}
.tswb3 .wxe1 { border-radius: 50%; padding: 14px; }
.damwwu7 .djsaml { align-items: center; text-align: center; }
.damwwu7 .xfeefosi { text-align: left; }
.k039, .zpwa .k039, .q909 .k039 {
  background: none; padding: 0; margin: 0 0 8px; border: none; text-align: inherit;
  font-size: calc(var(--fs-body) + 1px); font-weight: 700; line-height: var(--lh-tight);
  color: var(--tone-head, var(--text-primary));
}
.vbztzqm { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.xfeefosi { align-self: stretch; margin: 14px 0 0; padding: 12px 0 0; border-top: var(--bw-hair) solid var(--border-alt); font-size: var(--fs-label); color: var(--text-body); }
.xfeefosi li { margin-bottom: 6px; line-height: var(--lh-snug); }
.jp9m .k039 { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.jp9m .k039::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.damwwu7.jp9m .k039, .tswb3.jp9m .k039 { align-items: center; }
.tgv07 .djsaml { padding-left: 0; padding-right: 0; }
.tgv07 .djsaml:hover { transform: none; box-shadow: none; }
.djsaml, .q909 .djsaml { background: var(--bg-card); box-shadow: var(--sh-card); }
.sstpx6l .djsaml, .lc9tlxyk .djsaml { box-shadow: var(--sh-card); }
.tgv07 .djsaml, .sstpx6l .tgv07 .djsaml { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .qhfcwp:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .qhfcwp:has(> :nth-child(5):last-child) .djsaml { padding: 20px 16px 18px; }
  .qhfcwp:has(> :nth-child(6):last-child), .qhfcwp:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .qhfcwp:has(> :nth-child(7):last-child), .qhfcwp:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .v4gnibmq li, [dir="rtl"] .eegj .v4gnibmq li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .eegj .v4gnibmq li { padding-right: 28px; }
[dir="rtl"] .v4gnibmq li::before { left: auto; right: 0; }
[dir="rtl"] .eegj .v4gnibmq li::before { left: auto; right: 6px; }
[dir="rtl"] .v4gnibmq li::after { left: auto; right: 9px; }
[dir="rtl"] .f7s7qlt4 li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .f7s7qlt4 li::before { left: auto; right: 0; }
[dir="rtl"] .xfeefosi { padding-left: 0; padding-right: 0; }
[dir="rtl"] .xfeefosi li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .xfeefosi li::before { left: auto; right: 0; }
[dir="rtl"] .z65t9u6 li, [dir="rtl"] .g7k6o li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .z65t9u6 li::before, [dir="rtl"] .g7k6o li::before { left: auto; right: 0; }
[dir="rtl"] .tx2x .rfthpfw, [dir="rtl"] .tx2x .viexs { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .tx2x .rfthpfw { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .tx2x .viexs { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .z96uo8 .viexs { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .pdvw9y, [dir="rtl"] .omxe .pdvw9y, [dir="rtl"] .ljyop .pdvw9y { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .tp6z4s .pdvw9y, [dir="rtl"] .lrpbq .pdvw9y, [dir="rtl"] .p3dob0it .pdvw9y { border-right: none; }
[dir="rtl"] .jjzu h2.pvbv { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .dchs .djsaml { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .djsaml { align-items: flex-start; text-align: right; }
[dir="rtl"] .zpwb3o th, [dir="rtl"] .zpwb3o td { text-align: right; }
[dir="rtl"] .r2n86lso .zpwb3o th + th, [dir="rtl"] .r2n86lso .zpwb3o td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .qto8x .rb57r, [dir="rtl"] .bekc9j .rb57r summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .rb57r summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .j15ax .pv4g0:not(.augq05l) .m8ro8qwf:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .m8ro8qwf { gap: 0 14px; padding: 16px; }
  .m8ro8qwf::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .zfmj5, .bq2lke8 { flex: 1 1 0; min-width: 0; }
  .xhznm1 { flex: 0 0 auto; }
  .m8vzqjv6 { align-self: center; }
  
  .tkj5, .edic9g, .ntfnt,
  .j27i41kw, .oe5j2zz, .c8ab,
  .hlu0dy, .wi4g2r7b, .r15rj3p8 {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .tkj5, .edic9g, .ntfnt { flex-basis: 100%; min-width: 100%; }
  
  .ns9l, .xa8o { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .kdc6w4, .v8dax { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .v8dax .fzqa2t:nth-child(n+3) { display: inline-block; }
  .v8dax .fzqa2t:nth-child(n+4) { display: none; }
  
  .lmpj, .xr5x { margin-top: 16px; }
  .aorrdm { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .j27i41kw, .oe5j2zz, .c8ab,
  .hlu0dy, .wi4g2r7b, .r15rj3p8 { flex-basis: 100%; min-width: 100%; }
}
.c5npr2v.uevfvnpx, .f9199mt4 .c5npr2v.uevfvnpx, .i6q3br .c5npr2v.uevfvnpx,
.dlp4 .c5npr2v.uevfvnpx, .f6kwu .c5npr2v.uevfvnpx,
.zwpf0m.uevfvnpx, .f9199mt4 .zwpf0m.uevfvnpx, .i6q3br .zwpf0m.uevfvnpx,
.dlp4 .zwpf0m.uevfvnpx, .f6kwu .zwpf0m.uevfvnpx {
  background: transparent; padding: 0; width: auto; height: auto;
}
.f9199mt4 .c5npr2v.uevfvnpx .mo4nhv, .i6q3br .c5npr2v.uevfvnpx .mo4nhv,
.dlp4 .c5npr2v.uevfvnpx .mo4nhv, .f6kwu .c5npr2v.uevfvnpx .mo4nhv { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .c5npr2v.uevfvnpx .mo4nhv { max-height: 64px; max-width: 64px; }
  
  .v8dax { flex-wrap: wrap; overflow: visible; }
  .v8dax .fzqa2t { max-width: 100%; }
}
.fwia { display: none; }
.nlrtt0g, .kb6bcdl { display: contents; }
.slmsw, .p3dob0it .slmsw, .ljyop .slmsw { background: transparent !important; }
.llttv .dbh44rk, .llttv .p63qv29, .llttv .vptxsd { background: var(--bg-surface); color: var(--text-body); }
.ceed { align-items: center; gap: 10px; }
.ceed strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.w3o3i {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px var(--rv-pad, 24px); border-top: var(--bw-hair) solid var(--border-alt);
  background: var(--bg-card);
}
.blot7p { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.blot7p em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.blot7p b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.w3o3i .plkz387 { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .w3o3i { flex-direction: column; align-items: stretch; }
  .w3o3i .plkz387 { text-align: center; }
}
@media (min-width: 900px) {
  .wdreqpt3 .agxie1, .wdreqpt3.um7p .agxie1 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .wdreqpt3 .z4c3cr2:has(> .nlrtt0g) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .wdreqpt3 .z4c3cr2:has(> .nlrtt0g) > .w3o3i { display: none; }

  .wdreqpt3 .nlrtt0g {
    display: flex; flex-direction: column; gap: 0; padding: 28px 24px;
    background: var(--tone-fill-raw, var(--bg-surface));
  }
  .wdreqpt3 .nlrtt0g .eo9h { display: contents; }
  .wdreqpt3 .nlrtt0g .y5630 { order: 1; align-self: flex-start; }
  .wdreqpt3 .nlrtt0g .gz62 { order: 2; flex: 0 0 auto; margin-top: 16px; }
  .wdreqpt3 .nlrtt0g .gz62 h3 { font-size: calc(var(--fs-lead) + 2px); margin-bottom: 10px; }
  .wdreqpt3 .nlrtt0g .ceed { flex-wrap: wrap; row-gap: 6px; }
  .wdreqpt3 .nlrtt0g .ceed strong { font-size: 28px; padding: 0; background: none; color: var(--tone-fill-head, var(--text-primary)); }
  .wdreqpt3 .nlrtt0g .z3etgz2 { order: 3; display: flex; flex-direction: column; gap: 0; padding: 0; margin-top: 20px; background: none; }
  .wdreqpt3 .nlrtt0g .z3etgz2 > span {
    flex-direction: row; justify-content: space-between; align-items: baseline; gap: 16px;
    padding: 10px 0; border-top: var(--bw-hair) solid color-mix(in srgb, var(--tone-fill-head, #000) 12%, transparent);
  }
  .wdreqpt3 .nlrtt0g .z3etgz2 b { text-align: right; font-size: var(--fs-sm); }
  
  .wdreqpt3 .nlrtt0g .z3etgz2 > .qlp80b {
    flex-direction: column; align-items: flex-start; gap: 4px; padding: 14px 16px; margin-bottom: 8px;
    border: none; border-radius: var(--r-btn); background: var(--bg-card); box-shadow: var(--sh-card);
  }
  .wdreqpt3 .nlrtt0g .z3etgz2 > .qlp80b b { text-align: left; font-size: var(--fs-body); color: var(--text-primary); }
  .wdreqpt3 .nlrtt0g .z3etgz2 > .qlp80b em { color: var(--text-muted); }
  .wdreqpt3 .nlrtt0g .z3etgz2 > .qlp80b + span { border-top: none; }
  .wdreqpt3 .nlrtt0g .y58mqcw { order: 4; align-self: stretch; margin-top: auto; padding-top: 20px; }
  .wdreqpt3 .nlrtt0g .y58mqcw .plkz387 { display: block; width: 100%; text-align: center; box-sizing: border-box; padding: 14px 20px !important; }

  .wdreqpt3 .kb6bcdl { display: flex; flex-direction: column; min-width: 0; }
  .wdreqpt3 .kb6bcdl .m6ej54 { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .wdreqpt3 .kb6bcdl .m6ej54 img.fkjlruyg { max-height: 250px; }
  .wdreqpt3 .kb6bcdl .g58n { flex: 1 1 auto; }
  
  .wdreqpt3 .kb6bcdl .ukrlang { grid-template-columns: 1fr 1fr; gap: 20px; }
  .wdreqpt3 .kb6bcdl .llttv { flex-wrap: wrap; }
  .wdreqpt3 .kb6bcdl .ugwy8za { flex: 0 0 auto; margin: 0 8px 0 0; }
  .wdreqpt3 .z4c3cr2:last-child:nth-child(odd) { grid-column: auto; }
  
  .wdreqpt3.a4jr .eo9h, .wdreqpt3.v6ie4l .eo9h { background: none; }
}
[dir="rtl"] .wdreqpt3 .nlrtt0g .z3etgz2 b { text-align: left; }
[dir="rtl"] .wdreqpt3 .nlrtt0g .z3etgz2 > .qlp80b b { text-align: right; }
[dir="rtl"] .wdreqpt3 .kb6bcdl .ugwy8za { margin: 0 0 0 8px; }
.tr1l7k1 .z4c3cr2 .m6ej54 { order: -1; }
.tr1l7k1 .z4c3cr2 .m6ej54 img.fkjlruyg { max-height: 210px; width: 100%; }
.tr1l7k1 .z4c3cr2:has(.m6ej54) .eo9h { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.tr1l7k1 .z4c3cr2:has(.m6ej54) .y5630 { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.tr1l7k1.mf0t .z4c3cr2:has(.m6ej54) .y5630 { border-radius: 50%; }
.tr1l7k1 .z4c3cr2:has(.m6ej54) .gz62,
.tr1l7k1 .z4c3cr2:has(.m6ej54) .y58mqcw { padding-top: 52px; }
.tr1l7k1.a4jr .eo9h, .tr1l7k1.v6ie4l .eo9h { background: none; }
.xle0 .z4c3cr2 .m6ej54 { display: none; }
.xle0 .z4c3cr2 { --rv-pad: 20px; }
.xle0 .d5wp0u { font-size: var(--fs-sm); line-height: 1.65; }
.xle0 .g58n { gap: 16px; }
.xle0 .llttv + .llttv { display: none; }
.xle0 .y5630.uevfvnpx, .xle0 .y5630.uevfvnpx img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.tswb3 .djsaml { align-items: center; text-align: center; }
.tswb3 .xfeefosi { text-align: left; }
.bwkl .qhfcwp, .bwkl .qhfcwp:has(> :nth-child(5):last-child),
.bwkl .qhfcwp:has(> :nth-child(6):last-child), .bwkl .qhfcwp:has(> :nth-child(7):last-child),
.bwkl .qhfcwp:has(> :nth-child(8):last-child), .bwkl .qhfcwp:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.bwkl .djsaml { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.bwkl .wxe1, .bwkl .y8z1z6zt { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.bwkl .k039, .bwkl .vbztzqm, .bwkl .xfeefosi { grid-column: 2; }
.bwkl .djsaml > .k039:first-child, .bwkl .djsaml > .k039:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .bwkl .djsaml { direction: rtl; }
.ik2pz9fz .djsaml { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.ik2pz9fz .wxe1 {
  width: 100%; height: 124px; padding: 24px; margin: 0 0 20px; border-radius: 0;
  background: var(--tone-fill-2-raw, var(--bg-raised)); object-fit: contain;
}
.ik2pz9fz .y8z1z6zt { margin: 24px auto 16px; }
.ik2pz9fz .k039, .ik2pz9fz .vbztzqm { padding-left: 22px; padding-right: 22px; }
.ik2pz9fz .xfeefosi { margin-left: 22px; margin-right: 22px; }
.ik2pz9fz .qhfcwp:has(> :nth-child(5):last-child) .djsaml { padding: 0 0 18px; }
:root { --ico-tick: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20stroke=%27black%27%20stroke-width=%273%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27%3E%3Cpath%20d=%27M5%2012.5l4.6%204.6L19%207.4%27/%3E%3C/svg%3E"); }
.xfeefosi { padding-left: 0 !important; }
.xfeefosi li { padding-left: 22px; margin-bottom: 8px; }
.xfeefosi li::before {
  left: 0; top: 0.22em; width: 13px; height: 13px; border-radius: 0;
  background: var(--tone-mark, var(--accent));
  -webkit-mask: var(--ico-tick) center / contain no-repeat; mask: var(--ico-tick) center / contain no-repeat;
}
[dir="rtl"] .xfeefosi li { padding-left: 0; padding-right: 22px; }
.z3etgz2:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .wdreqpt3 .z4c3cr2:has(> .nlrtt0g) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .wdreqpt3 .z4c3cr2:has(> .nlrtt0g) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .wdreqpt3 .nlrtt0g { background: none; align-self: start; position: sticky; top: 96px; }
  .wdreqpt3 .nlrtt0g .z3etgz2 { align-items: stretch; }
  .wdreqpt3 .nlrtt0g .y58mqcw { margin-top: 0; padding: 20px 0 0; }
  .wdreqpt3 .nlrtt0g .gz62 { padding: 0; }
  
  .wdreqpt3.pulbdei .nlrtt0g .y5630 { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .wdreqpt3.pulbdei .nlrtt0g .y5630:not(.uevfvnpx) { width: 112px; height: 112px; padding: 6px; }
}
.tr1l7k1.pulbdei .eo9h { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.tr1l7k1.pulbdei .y5630 { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.tr1l7k1.pulbdei .gz62, .tr1l7k1.pulbdei .y58mqcw { padding-left: 0; padding-right: 0; padding-bottom: 0; }
.bwkl .qhfcwp, .bwkl .qhfcwp:has(> :nth-child(5):last-child),
.bwkl .qhfcwp:has(> :nth-child(6):last-child), .bwkl .qhfcwp:has(> :nth-child(7):last-child),
.bwkl .qhfcwp:has(> :nth-child(8):last-child), .bwkl .qhfcwp:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bwkl .qhfcwp > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.bwkl .djsaml { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.bwkl .wxe1, .bwkl .y8z1z6zt { position: absolute; left: 22px; top: 22px; margin: 0; }
.bwkl .djsaml:not(:has(.wxe1, .y8z1z6zt)) { padding-left: 22px; }
[dir="rtl"] .bwkl .djsaml { padding: 22px 104px 22px 22px; }
[dir="rtl"] .bwkl .wxe1, [dir="rtl"] .bwkl .y8z1z6zt { left: auto; right: 22px; }
@media (max-width: 700px) { .bwkl .qhfcwp { grid-template-columns: minmax(0, 1fr) !important; } }
.bwkl .qhfcwp .djsaml { padding: 22px 22px 22px 104px !important; }
.bwkl .qhfcwp .djsaml:not(:has(.wxe1, .y8z1z6zt)) { padding-left: 22px !important; }
[dir="rtl"] .bwkl .qhfcwp .djsaml { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .ukrlang, .fen5l { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .z96uo8 .viexs, [dir="rtl"] .z96uo8 .viexs {
    border-left: none; border-right: none; padding-left: 0; padding-right: 0;
    border-top: var(--bw-hair) solid var(--border); padding-top: 14px; margin-top: 2px;
  }
  
  .tr1l7k1 .z4c3cr2:has(.m6ej54) .gz62 { padding-top: 0; }
}
.lrj0pdt p, .spcro9q, .ffzjuvp1, .i13s, .rnro,
.pxgho9a0, .v5qo1a, .t3n1131, .t0rxe4u p, .ajzb7t1 p { color: var(--text-body); }
.tht68 { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.j0jj8, .j2kp98j9 .j0jj8, .w07o3,
.w7y0w, .qc8l5s, .b51u,
.t0rxe4u h2, .t0rxe4u h3, .n2q0v2 h2, .n4ri h2 {
  font-size: calc(var(--fs-h3) - 2px); font-weight: 700; line-height: 1.3; letter-spacing: -0.01em;
  color: var(--tone-head, var(--text-primary)); margin-bottom: 14px; text-wrap: balance;
}
.rgtqg9bw .j0jj8 { font-size: var(--fs-lead); }
.r3qi76 { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.ebkv { font-weight: 700; letter-spacing: -0.02em; }
.ffzjuvp1, .i13s { list-style: none !important; padding-left: 0; }
.ffzjuvp1 li, .i13s li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.ffzjuvp1 li::marker, .i13s li::marker { content: ""; }
.ffzjuvp1 li::before, .i13s li::before {
  content: ""; position: absolute; left: 6px; top: 0.5em; width: 8px; height: 8px; border-radius: 50%;
  background: var(--tone-mark, var(--accent)); box-shadow: 0 0 0 4px var(--tone-soft, var(--accent-bg));
}
[dir="rtl"] .ffzjuvp1 li, [dir="rtl"] .i13s li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .ffzjuvp1 li::before, [dir="rtl"] .i13s li::before { left: auto; right: 6px; }
.ajzb7t1, .kcde, .t0rxe4u { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.lrj0pdt a:not(.plkz387):not(.zqevvmr) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .urket38j .bsj85jzy {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .urket38j .lg26nf2a { width: 44px !important; height: 44px !important; margin: 0 !important; flex: 0 0 44px; box-shadow: 0 0 0 2px rgba(255,255,255,0.9); }
  .urket38j .dyopf { flex: 1 1 0; min-width: 0; }
  .urket38j .j0rzjne {
    font-size: var(--fs-sm) !important; line-height: 1.25; margin: 0 !important;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  }
  .urket38j .prth { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .so04ku { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.owxt2o h1, .owxt2o h2, .owxt2o h3, .owxt2o .pdqwz,
.owxt2o h2.pvbv, .owxt2o h1.pvbv { font-weight: 600; }
.inqn h1, .inqn h2, .inqn h3, .inqn .pdqwz,
.inqn h2.pvbv, .inqn h1.pvbv { font-weight: 700; }
.lj3t87 h1, .lj3t87 .pdqwz, .lj3t87 h1.pvbv,
.iwx228t7.owxt2o .pdqwz { font-weight: 600; }
h3.fnrb0, .inqn h3.fnrb0, .gz62 h3, .inqn .gz62 h3 { font-weight: 600; }
.vxbuz9 .syk8 a, .prg362y .syk8 a { font-weight: 600; }
.xtid1 .gl48h { font-weight: 600; }
.rsty { font-weight: 600; }
.otu5j { font-weight: 400; }
.rjb5dzbi { display: block; }
.woupmr6j { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.woupmr6j .mvfcj4 { margin: 20px 0 8px; }
.bos6g { display: none; }
.r77zv { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .woupmr6j { padding: 0 16px; } }
@media (min-width: 1100px) {
  .f0sd6nvp .phls9, .c195fjas .phls9, .za9rl .phls9,
  .f0sd6nvp .rjb5dzbi, .c195fjas .rjb5dzbi, .za9rl .rjb5dzbi { max-width: 1280px; }
  .f0sd6nvp .rjb5dzbi, .c195fjas .rjb5dzbi, .za9rl .rjb5dzbi {
    display: grid; grid-template-columns: 248px minmax(0, 1fr); column-gap: 56px; align-items: start;
    margin: 0 auto; padding: 24px 24px 0; box-sizing: border-box;
  }
  .c195fjas .rjb5dzbi, .za9rl .rjb5dzbi { grid-template-columns: minmax(0, 1fr) 264px; }
  .c195fjas .woupmr6j, .za9rl .woupmr6j { order: 2; }
  .f0sd6nvp .woupmr6j, .c195fjas .woupmr6j, .za9rl .woupmr6j {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .f0sd6nvp .qf6p1u, .c195fjas .qf6p1u, .za9rl .qf6p1u {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .f0sd6nvp .mixs .juss6zot, .c195fjas .mixs .juss6zot,
  .za9rl .mixs .juss6zot { max-width: none; padding-left: 0; padding-right: 0; }
  .f0sd6nvp .mixs > .r77zv:first-child, .c195fjas .mixs > .r77zv:first-child,
  .za9rl .mixs > .r77zv:first-child { padding-top: 0; }
  .f0sd6nvp .mixs > .r77zv:first-child .juss6zot, .c195fjas .mixs > .r77zv:first-child .juss6zot,
  .za9rl .mixs > .r77zv:first-child .juss6zot { padding-top: 0; }

  
  .f0sd6nvp .woupmr6j .mvfcj4, .c195fjas .woupmr6j .mvfcj4, .za9rl .woupmr6j .mvfcj4 {
    display: flex; flex-direction: column; min-height: 0; flex: 1 1 auto;
    background: none !important; border: none !important; box-shadow: none !important;
    padding: 0 !important; margin: 0 !important; border-radius: 0 !important;
  }
  .f0sd6nvp .woupmr6j .xvhlzdb, .c195fjas .woupmr6j .xvhlzdb, .za9rl .woupmr6j .xvhlzdb {
    display: block !important; margin: 0 0 12px; font-size: var(--fs-caption); font-weight: 700;
    text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--text-muted);
  }
  .f0sd6nvp .woupmr6j .u9t1ke, .c195fjas .woupmr6j .u9t1ke, .za9rl .woupmr6j .u9t1ke {
    display: block !important; list-style: none !important; padding: 0 !important; margin: 0 !important;
    min-height: 0; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin;
    border-left: var(--bw-rule) solid var(--border-alt);
  }
  .f0sd6nvp .woupmr6j .u9t1ke li, .c195fjas .woupmr6j .u9t1ke li, .za9rl .woupmr6j .u9t1ke li {
    display: block !important; margin: 0 !important;
  }
  .f0sd6nvp .woupmr6j .u9t1ke li::before, .c195fjas .woupmr6j .u9t1ke li::before, .za9rl .woupmr6j .u9t1ke li::before,
  .f0sd6nvp .woupmr6j .u9t1ke li::after, .c195fjas .woupmr6j .u9t1ke li::after, .za9rl .woupmr6j .u9t1ke li::after,
  .f0sd6nvp .woupmr6j .u9t1ke a::before, .c195fjas .woupmr6j .u9t1ke a::before, .za9rl .woupmr6j .u9t1ke a::before {
    content: none !important; display: none !important;
  }
  .f0sd6nvp .woupmr6j .u9t1ke a, .c195fjas .woupmr6j .u9t1ke a, .za9rl .woupmr6j .u9t1ke a {
    display: block !important; width: auto !important; min-height: 0 !important;
    background: none !important; box-shadow: none !important; border: none !important; border-radius: 0 !important;
    border-left: var(--bw-rule) solid transparent !important; margin-left: calc(-1 * var(--bw-rule));
    padding: 8px 8px 8px 16px !important; white-space: normal;
    font-size: var(--fs-sm) !important; font-weight: 500 !important; line-height: 1.4;
    color: var(--text-muted) !important; transition: color .15s, border-color .15s;
  }
  .f0sd6nvp .woupmr6j .u9t1ke a:hover, .c195fjas .woupmr6j .u9t1ke a:hover, .za9rl .woupmr6j .u9t1ke a:hover { color: var(--text-primary) !important; }
  .f0sd6nvp .woupmr6j .u9t1ke a.aid823, .c195fjas .woupmr6j .u9t1ke a.aid823, .za9rl .woupmr6j .u9t1ke a.aid823 {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .za9rl .bos6g {
    display: flex; flex-direction: column; gap: 12px; flex: 0 0 auto; padding: 18px;
    border-radius: var(--r-card); background: var(--bg-card); box-shadow: var(--sh-card);
  }
  .gz29n1a { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .ww15tct { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .dow743o { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .mf0t .dow743o { border-radius: 50%; }
  .b6ismkw { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .a7to9 { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .x24o { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .woupmr6j .u9t1ke { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .f0sd6nvp .woupmr6j .u9t1ke a, [dir="rtl"] .c195fjas .woupmr6j .u9t1ke a, [dir="rtl"] .za9rl .woupmr6j .u9t1ke a {
    border-left: none !important; border-right: var(--bw-rule) solid transparent !important;
    margin-left: 0; margin-right: calc(-1 * var(--bw-rule)); padding: 8px 16px 8px 8px !important;
  }
  [dir="rtl"] .f0sd6nvp .woupmr6j .u9t1ke a.aid823, [dir="rtl"] .c195fjas .woupmr6j .u9t1ke a.aid823, [dir="rtl"] .za9rl .woupmr6j .u9t1ke a.aid823 { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .kb91nwf .woupmr6j .u9t1ke, [dir="rtl"] .j4j24m .woupmr6j .u9t1ke,
[dir="rtl"].kb91nwf .woupmr6j .u9t1ke, [dir="rtl"].j4j24m .woupmr6j .u9t1ke { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .woupmr6j .u9t1ke { border-right: none; } }
.j4j24m .woupmr6j {
  position: sticky; top: var(--nav-h, 64px); z-index: 90; max-width: none; padding: 0; margin: 16px 0 8px;
  background: var(--bg-page); border-top: var(--bw-hair) solid var(--border-alt); border-bottom: var(--bw-hair) solid var(--border-alt);
}
.j4j24m .woupmr6j .mvfcj4 {
  max-width: var(--content-mw, 1100px); margin: 0 auto !important; padding: 0 24px !important; box-sizing: border-box;
  background: none !important; border: none !important; box-shadow: none !important; border-radius: 0 !important;
}
.j4j24m .woupmr6j .xvhlzdb { display: none !important; }
.j4j24m .woupmr6j .u9t1ke {
  display: flex !important; flex-wrap: nowrap !important; gap: 0 !important; list-style: none !important;
  padding: 0 !important; margin: 0 !important; overflow-x: auto; scrollbar-width: none; overscroll-behavior-x: contain;
}
.j4j24m .woupmr6j .u9t1ke::-webkit-scrollbar { display: none; }
.j4j24m .woupmr6j .u9t1ke li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.j4j24m .woupmr6j .u9t1ke li::before, .j4j24m .woupmr6j .u9t1ke li::after,
.j4j24m .woupmr6j .u9t1ke a::before { content: none !important; display: none !important; }
.j4j24m .woupmr6j .u9t1ke a {
  display: block !important; width: auto !important; min-height: 0 !important; white-space: nowrap;
  padding: 14px 14px 12px !important; background: none !important; box-shadow: none !important;
  border: none !important; border-radius: 0 !important; border-bottom: var(--bw-rule) solid transparent !important;
  font-size: var(--fs-sm) !important; font-weight: 500 !important; color: var(--text-muted) !important;
}
.j4j24m .woupmr6j .u9t1ke li:first-child a { padding-left: 0 !important; }
.j4j24m .woupmr6j .u9t1ke a:hover { color: var(--text-primary) !important; }
.j4j24m .woupmr6j .u9t1ke a.aid823 { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.j4j24m .r77zv { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .j4j24m .woupmr6j .mvfcj4 { padding: 0 16px !important; } }
.j4j24m .woupmr6j .u9t1ke {
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
  padding: 0 28px !important; margin: 0 -28px !important;
}
.j4j24m .woupmr6j .mvfcj4 { overflow: hidden; }
.eegj .v4gnibmq li::before, .ffzjuvp1 li::before, .i13s li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .h5tzhcz, .nw0mps4p, .gj5vxb9, .ers45xb { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .slmsw, .bbnd8 { display: block !important; }
  .slmsw .uzo9qrcv, .bbnd8 .uzo9qrcv { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .slmsw .uzo9qrcv, [dir="rtl"] .bbnd8 .uzo9qrcv { float: right; margin: 0 0 0 8px; }
  .slmsw strong, .bbnd8 strong { line-height: 18px; margin-bottom: 8px; }
  .slmsw p, .bbnd8 p { clear: both; }
  .z4c3cr2 { --rv-pad: 18px; }
  .g58n { gap: 16px; }
}
.h9oz82wv .ysrd, .gx78c .ysrd, .r00gjbw .ysrd, .vz3w97 .ysrd { color: var(--text-primary); }
.h9oz82wv .ysrd .jjqzsjm { color: var(--tone-link, var(--accent)); }
.h9oz82wv .ysrd:not(:has(.jjqzsjm))::first-letter { color: var(--tone-link, var(--accent)); }
.h9oz82wv .ysrd { display: inline-block; }
.vz3w97 .ysrd::after { content: "."; color: var(--tone-mark, var(--accent)); }
.r00gjbw .ysrd { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.gx78c .ysrd { font-weight: 700; letter-spacing: -0.035em; }
.unt7pn .ysrd, .dr4hf .ysrd,
.unt7pn .ysrd .jjqzsjm, .dr4hf .ysrd .jjqzsjm { color: #fff !important; }
.unt7pn.vz3w97 .ysrd::after, .dr4hf.vz3w97 .ysrd::after { color: rgba(255,255,255,0.7); }
.unt7pn.h9oz82wv .ysrd::first-letter, .dr4hf.h9oz82wv .ysrd::first-letter { color: #fff; }
.gduv .mixs > .r77zv:nth-of-type(even) .bjcjsf { display: none; }
.u2u8avas .mixs > .r77zv .bjcjsf { display: none; }
.u2u8avas .mixs > .r77zv:nth-of-type(-n+2) .bjcjsf { display: block; }
.f4rr3nse .bjcjsf { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.f4rr3nse .bjcjsf .ed6txh { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .f4rr3nse .bjcjsf .ed6txh { aspect-ratio: 16 / 7; } }
.f8qm3c .bjcjsf .ed6txh { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.f8qm3c .bjcjsf::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.f8qm3c .bjcjsf, .r7rlvr .bjcjsf { border-radius: var(--r-card); isolation: isolate; }
.r7rlvr .bjcjsf .ed6txh { filter: grayscale(1) contrast(1.1); }
.lpsg, .lpsg.hkcvzjw { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.lpsg .lj8844 { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.lpsg .pdqwz { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; max-width: 22ch; font-size: calc(var(--fs-h1) + 4px); margin-bottom: 16px; }
.lpsg .otu5j { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.lpsg .lj8844::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.lpsg ~ .j1xfxx76 { position: static !important; transform: none !important; left: auto !important; width: 100% !important; max-width: var(--content-mw, 1100px) !important; margin: 0 auto !important; padding: 16px 24px 0 !important; }
.lpsg ~ .j1xfxx76 .fgvg { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .f0sd6nvp .lpsg .lj8844, .c195fjas .lpsg .lj8844, .za9rl .lpsg .lj8844 { max-width: 1280px; }
}
@media (max-width: 640px) { .lpsg { padding-top: 24px; } .lpsg .lj8844 { padding: 0 16px; } .lpsg .pdqwz { font-size: var(--fs-h2); max-width: none; } }
.zlmjkck, .zlmjkck.hkcvzjw, .qdnyw, .qdnyw.hkcvzjw {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.zlmjkck .lj8844, .qdnyw .lj8844 { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.ft3fu7.wubkz2m3, .ft3fu7.wubkz2m3.hkcvzjw { min-height: 0 !important; padding: 48px 0; }
.augq05l .m8ro8qwf { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.augq05l .m8ro8qwf::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .augq05l .m8ro8qwf {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .augq05l .ur26ikkr, .augq05l .xhznm1, .augq05l .zfmj5, .augq05l .bq2lke8,
  .augq05l .tkj5, .augq05l .lmpj, .augq05l .xr5x {
    order: 0 !important; flex: 0 0 auto !important; min-width: 0 !important; width: 100% !important; margin: 0 !important;
    flex-direction: column !important; align-items: center !important; text-align: center !important;
  }
  
  .hkcvzjw .augq05l, .augq05l.absdtb, .augq05l.wzyl, .augq05l.o8vu {
    display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; gap: 12px !important;
    overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none;
    padding: 4px 16px 16px !important; margin: 0 !important; max-width: 100% !important;
  }
  .hkcvzjw .augq05l::-webkit-scrollbar { display: none; }
  .hkcvzjw .augq05l .m8ro8qwf { flex: 0 0 74% !important; scroll-snap-align: center; }
  .zlmjkck, .qdnyw { padding: 32px 0 24px; }
  .ft3fu7.wubkz2m3 { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .qdnyw, .zlmjkck, .ft3fu7.wubkz2m3 { overflow-x: clip; max-width: 100vw; }
  .qdnyw .lj8844, .zlmjkck .lj8844, .wubkz2m3 .zuri1, .wubkz2m3 .piz80k8a { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .hkcvzjw .augq05l { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.mkdkw, .mkdkw.hkcvzjw, .assnjemc, .assnjemc.hkcvzjw {
  min-height: 0 !important; height: auto !important; display: block; position: relative;
  --hero-fg: #fff; --hero-fg-soft: rgba(255,255,255,0.84); --hero-fg-dim: rgba(255,255,255,0.66);
}
.mkdkw .lj8844, .assnjemc .lj8844 {
  position: relative; width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px;
  box-sizing: border-box; text-align: left; transform: none; top: auto; left: auto;
}
.mkdkw .lj8844 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.o7xfs .lj8844:has(.i8b4d6ea) { grid-template-columns: minmax(0, 1fr) 320px; }
.mkdkw .pdqwz, .assnjemc .pdqwz, .lpsg .pdqwz {
  font-size: clamp(27px, 2.5vw, 36px) !important; line-height: 1.18; letter-spacing: -0.02em; margin: 0 0 14px;
  max-width: 26ch; text-shadow: none !important; text-wrap: balance;
}
.mkdkw .pdqwz, .assnjemc .pdqwz { color: var(--hero-fg) !important; }
.mkdkw .otu5j, .assnjemc .otu5j {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.bt45ln .fgvg, .bt45ln .fgvg * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.bt45ln .fgvg { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.mkdkw .bt45ln .fgvg, .mkdkw .bt45ln .fgvg a, .mkdkw .bt45ln .fgvg span,
.assnjemc .bt45ln .fgvg, .assnjemc .bt45ln .fgvg a, .assnjemc .bt45ln .fgvg span { color: var(--hero-fg-dim) !important; }
.mkdkw .bt45ln .fgvg a, .assnjemc .bt45ln .fgvg a { color: var(--hero-fg) !important; font-weight: 600; }
.lpsg .bt45ln { margin: 0 0 14px; }
.lpsg .bt45ln .fgvg { color: var(--text-muted); }
.lpsg .lj8844::after { margin-top: 22px; }
.assnjemc .pdqwz { max-width: 24ch; }
@media (min-width: 1100px) {
  .f0sd6nvp .mkdkw .lj8844, .c195fjas .mkdkw .lj8844, .za9rl .mkdkw .lj8844,
  .f0sd6nvp .assnjemc .lj8844, .c195fjas .assnjemc .lj8844, .za9rl .assnjemc .lj8844 { max-width: 1280px; }
}
@media (max-width: 760px) {
  .mkdkw { padding: 24px 0 26px; }
  .mkdkw .lj8844, .assnjemc .lj8844 { padding: 0 16px; }
  .o7xfs .lj8844:has(.i8b4d6ea) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .i8b4d6ea { display: none; }
  .assnjemc { padding-top: 12px; }
  .v2ovnpd { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .kjwg1c { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .kjwg1c img { width: 48px; height: 48px; flex: 0 0 48px; }
  .w74i { flex: 0 0 auto; }
  .lnhm { flex: 1 1 0; min-width: 0; }
  .mkdkw .pdqwz, .assnjemc .pdqwz, .lpsg .pdqwz { font-size: 25px !important; max-width: none; }
  .mkdkw .otu5j, .assnjemc .otu5j { font-size: 15px; }
}
.mrxt .otu5j, .ft3fu7 .otu5j, .wyo4 .otu5j { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .ikcfkzs .pv4g0:not(.augq05l), .ozzgtu .pv4g0:not(.augq05l) {
    display: grid; gap: 18px; background: none !important; border: none !important; box-shadow: none !important;
    border-radius: 0; overflow: visible; padding: 0 !important; counter-reset: csl-rank;
  }
  .ikcfkzs .pv4g0:not(.augq05l) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ikcfkzs .pv4g0:not(.augq05l):has(> :nth-child(5):last-child),
  .ikcfkzs .pv4g0:not(.augq05l):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .ikcfkzs .pv4g0:not(.augq05l):has(> :nth-child(3):last-child),
  .ikcfkzs .pv4g0:not(.augq05l):has(> :nth-child(6):last-child),
  .ikcfkzs .pv4g0:not(.augq05l):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ozzgtu .pv4g0:not(.augq05l) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .ikcfkzs .pv4g0:not(.augq05l) > .m8ro8qwf,
  .ozzgtu .pv4g0:not(.augq05l) > .m8ro8qwf:nth-child(-n+3) {
    counter-increment: csl-rank; position: relative;
    display: flex; flex-direction: column; align-items: stretch; gap: 12px; padding: 0 0 18px;
    border: none !important; border-radius: var(--r-card); overflow: hidden;
    background: var(--bg-card) !important; box-shadow: var(--sh-card); text-align: center;
    transition: transform .15s ease, box-shadow .15s ease;
  }
  .ikcfkzs .pv4g0:not(.augq05l) > .m8ro8qwf:hover,
  .ozzgtu .pv4g0:not(.augq05l) > .m8ro8qwf:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .ikcfkzs .m8ro8qwf .ur26ikkr, .ozzgtu .m8ro8qwf:nth-child(-n+3) .ur26ikkr {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .ikcfkzs .m8ro8qwf .xhznm1, .ikcfkzs .m8ro8qwf .zfmj5, .ikcfkzs .m8ro8qwf .bq2lke8,
  .ozzgtu .m8ro8qwf:nth-child(-n+3) .xhznm1, .ozzgtu .m8ro8qwf:nth-child(-n+3) .zfmj5,
  .ozzgtu .m8ro8qwf:nth-child(-n+3) .bq2lke8 { order: -2; padding: 0; gap: 12px; }
  .ikcfkzs .m8ro8qwf .c5npr2v, .ozzgtu .m8ro8qwf:nth-child(-n+3) .c5npr2v {
    width: 100% !important; height: 124px !important; padding: 18px !important; border-radius: 0 !important; box-sizing: border-box;
    background: var(--tone-fill-raw, var(--bg-surface)) !important;
  }
  .ikcfkzs .m8ro8qwf .mo4nhv, .ozzgtu .m8ro8qwf:nth-child(-n+3) .mo4nhv { max-height: 88px !important; max-width: 88% !important; }
  .ikcfkzs .m8ro8qwf .rsty, .ozzgtu .m8ro8qwf:nth-child(-n+3) .rsty { padding: 0 16px; font-size: var(--fs-body); }
  .ikcfkzs .m8ro8qwf .m8vzqjv6, .ozzgtu .m8ro8qwf:nth-child(-n+3) .m8vzqjv6 { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .ikcfkzs .m8ro8qwf .lmpj, .ikcfkzs .m8ro8qwf .xr5x,
  .ozzgtu .m8ro8qwf:nth-child(-n+3) .lmpj, .ozzgtu .m8ro8qwf:nth-child(-n+3) .xr5x { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .ikcfkzs .m8ro8qwf .xr5x::before, .ozzgtu .m8ro8qwf:nth-child(-n+3) .xr5x::before { display: none; }
  .ikcfkzs .m8ro8qwf .kdc6w4, .ikcfkzs .m8ro8qwf .v8dax,
  .ozzgtu .m8ro8qwf:nth-child(-n+3) .kdc6w4, .ozzgtu .m8ro8qwf:nth-child(-n+3) .v8dax { justify-content: center; }
  .ikcfkzs .m8ro8qwf .o04tn3yg, .ozzgtu .m8ro8qwf:nth-child(-n+3) .o04tn3yg { font-size: var(--fs-sm); }
  
  .ikcfkzs .m8ro8qwf .ep02, .ozzgtu .m8ro8qwf:nth-child(-n+3) .ep02 { display: none; }
  
  .ikcfkzs .pv4g0:not(.augq05l) > .m8ro8qwf::before,
  .ozzgtu .pv4g0:not(.augq05l) > .m8ro8qwf:nth-child(-n+3)::before {
    content: "#" counter(csl-rank) !important; position: absolute; top: 10px; left: 10px; bottom: auto; right: auto; z-index: 2;
    width: auto !important; height: auto; padding: 3px 9px; border-radius: var(--r-pill);
    background: var(--n-900, #111) !important; color: #fff; font-size: var(--fs-caption); font-weight: 700; line-height: 1.4;
  }
  [dir="rtl"] .ikcfkzs .pv4g0:not(.augq05l) > .m8ro8qwf::before,
  [dir="rtl"] .ozzgtu .pv4g0:not(.augq05l) > .m8ro8qwf:nth-child(-n+3)::before { left: auto; right: 10px; }

  
  .ozzgtu .pv4g0:not(.augq05l) > .m8ro8qwf:nth-child(1) { order: 2; transform: translateY(-14px); box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
  .ozzgtu .pv4g0:not(.augq05l) > .m8ro8qwf:nth-child(1):hover { transform: translateY(-17px); }
  .ozzgtu .pv4g0:not(.augq05l) > .m8ro8qwf:nth-child(1)::before { background: var(--tone-mark, var(--accent)) !important; color: var(--tone-mark-fg, #fff); }
  .ozzgtu .pv4g0:not(.augq05l) > .m8ro8qwf:nth-child(2) { order: 1; }
  .ozzgtu .pv4g0:not(.augq05l) > .m8ro8qwf:nth-child(3) { order: 3; }
  .ozzgtu .pv4g0:not(.augq05l) > .m8ro8qwf:nth-child(n+4) {
    order: 4; grid-column: 1 / -1; border: none !important; border-radius: var(--r-card);
    background: var(--bg-card) !important; box-shadow: var(--sh-card);
  }

  
  .fk4ut .pv4g0:not(.augq05l) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .fk4ut .pv4g0:not(.augq05l)::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 42px; z-index: 0;
    background: var(--tone-th, var(--bg-surface)); border-bottom: var(--bw-hair) solid var(--border-alt);
  }
  .fk4ut .pv4g0:not(.augq05l) > .m8ro8qwf { padding-top: 10px; padding-bottom: 10px; position: static; }
  .fk4ut .pv4g0:not(.augq05l) > .m8ro8qwf:first-child { position: relative; }
  .fk4ut .pv4g0:not(.augq05l) .ur26ikkr { position: static; }
  .fk4ut .pv4g0:not(.augq05l) .zvw36z6y { display: none; }
  
  .fk4ut .pv4g0:not(.augq05l) > .m8ro8qwf:first-child .zvw36z6y {
    display: block; position: absolute; top: -29px; z-index: 1; white-space: nowrap;
    color: var(--tone-th-fg, var(--text-primary)); font-weight: 700; opacity: 1;
  }
  .fk4ut .c5npr2v { height: 64px !important; width: auto !important; }
  .fk4ut .mo4nhv { max-height: 56px !important; max-width: 120px !important; }
  .fk4ut .zfmj5 { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .fk4ut .o04tn3yg { font-size: var(--fs-sm); }
  .fk4ut .ci68yq9.plkz387 { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .fk4ut .e3hdy9 .m8ro8qwf::before, .fk4ut.e3hdy9 .m8ro8qwf::before { top: 8px; bottom: 8px; }
  
  .ikcfkzs.e3hdy9 .m8ro8qwf::before { border-radius: var(--r-pill) !important; }
  .ikcfkzs.wokv .m8ro8qwf:nth-child(even), .ozzgtu.wokv .m8ro8qwf:nth-child(even) { background: var(--bg-card) !important; }
  .ikcfkzs.t8y4 .m8ro8qwf:first-child, .ozzgtu.t8y4 .m8ro8qwf:first-child { border-top: none !important; }
  .ikcfkzs.j15ax .pv4g0:not(.augq05l) .m8ro8qwf:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .ikcfkzs .m8ro8qwf .xr5x, .ozzgtu .m8ro8qwf:nth-child(-n+3) .xr5x { display: flex !important; flex-direction: column; }
  
  .fk4ut .pv4g0:not(.augq05l) { gap: 0 !important; background: var(--bg-card) !important; padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 0 !important; border: none !important; box-shadow: var(--sh-card); overflow: hidden; }
  .fk4ut .pv4g0:not(.augq05l) > .m8ro8qwf { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .fk4ut .pv4g0:not(.augq05l) > .m8ro8qwf + .m8ro8qwf { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .fk4ut .pv4g0:not(.augq05l) > .m8ro8qwf:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .fk4ut .zfmj5, .fk4ut .xhznm1, .fk4ut .bq2lke8 { justify-content: flex-start; align-items: center; }
  .fk4ut .xr5x { --cs-link-h: 0px; }
  .fk4ut .xr5x .aorrdm { display: none; }
}
@media (min-width: 901px) {
  .ikcfkzs .pv4g0:not(.augq05l) .lcd61y,
  .ozzgtu .pv4g0:not(.augq05l) > .m8ro8qwf:nth-child(-n+3) .lcd61y { display: block; }
}
body .hkcvzjw.mkdkw .pdqwz, body .hkcvzjw.assnjemc .pdqwz,
body section.mkdkw .pdqwz, body section.assnjemc .pdqwz { color: var(--hero-fg) !important; text-shadow: none !important; }
body .hkcvzjw.lpsg .pdqwz { text-shadow: none !important; }
@media (max-width: 760px) {
  .kjwg1c { width: auto; flex-wrap: wrap; }
  .cr6mvfm { flex: 1 0 100%; margin-top: 4px; }
}
.lpsg .c6z5h6i { margin: 16px 0 0 !important; }
.wvjh6l4 .d9xl, .hzdlznoq .d9xl { display: block; }
@media (max-width: 640px) {
  .unt7pn .syk8, .dr4hf .syk8,
  .unt7pn .syk8.n9b3, .dr4hf .syk8.n9b3 { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .unt7pn .syk8 a, .dr4hf .syk8 a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .rank .syk8, .rank .syk8.n9b3 { background: var(--b-50) !important; }
}
body .z4c3cr2 .ceed strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .z4c3cr2 .ceed strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.wdreqpt3 .z4c3cr2 .nlrtt0g .ceed strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.jxli2p96, .zati, .fjyr4i .jxli2p96, .fjyr4i .zati { color: var(--text-muted); }
@media (max-width: 560px) {
  .y5630.uevfvnpx, .y5630.uevfvnpx img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
.k7w5n { margin-top: 18px; }
@media (min-width: 721px) {
  .hc6um:has(> .mrxt, > .mkdkw, > .ft3fu7) + .k7w5n { margin-top: -38px; }
  
  .o0abkegy .hc6um + .k7w5n { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .f0sd6nvp .k7w5n, .c195fjas .k7w5n, .za9rl .k7w5n { max-width: 1280px; }
}
@media (max-width: 640px) {
  .npjw3v55 .r3qi76 { max-width: none; }
}
.r3qi76, .pdqwz, .j0jj8 { overflow-wrap: break-word; }
.ljq60 > div, .rgtqg9bw > div, .z42ddzho,
.ni10 > div > div, .lrj0pdt .muuvkz2 > div { min-width: 0; }
.lrj0pdt p, .lrj0pdt li, .lrj0pdt td, .lrj0pdt a { overflow-wrap: anywhere; }
:root {
  --accent: #bf414c;
  --brand: #bf414c;
  --accent-light: #9c2e39;
  --brand-light: #9c2e39;
  --accent-bg: #fff2f2;
  --accent-bg-light: #fff2f2;
  --accent-pale: #fecbca;
  --brand-pale: #fecbca;
  --cta: #1e4fbf;
  --cta-hover: #0d3cab;
  --cta-fg: #ffffff;
  --cta-light: #de5a63;
  --text-primary: #362525;
  --text-body: #513f3e;
  --text-sub: #513f3e;
  --text-muted: #725e5d;
  --text-faint: #806c6b;
  --text-dim: #806c6b;
  --text-label: #725e5d;
  --text-value: #362525;
  --bg-page: #ffffff;
  --bg-surface: #fceceb;
  --bg-card: #ffffff;
  --bg-card-inner: #fdf3f3;
  --bg-card-inner-raw: #fdf3f3;
  --bg-raised: #f8e4e3;
  --bg-hover: #fceceb;
  --border: #e8cdcc;
  --border-alt: #f3dddd;
  --border-section: #f3dddd;
  --c-pros: #317a45;
  --c-pros-label: #115629;
  --c-cons: #9f4d48;
  --c-cons-label: #742e2b;
  --bg-pros: #eef7ef;
  --bg-cons: #fff1ef;
  --bg-warning: #fbf3ea;
  --bg-note: #ecf6fe;
  --bg-pros-raw: #eef7ef;
  --bg-cons-raw: #fff1ef;
  --bg-warning-raw: #fbf3ea;
  --bg-note-raw: #ecf6fe;
  --bg-tip: #fff2f2;
  --bg-info: #fff2f2;
  --c-tip-border: #fea6a7;
  --c-warn-border: #a86b03;
  --c-tag-pay: #fff2f2;
  --grad-start: #bf414c;
  --grad-end: #9c2e39;
  --tone-fill: #fff2f2;
  --tone-fill-2: #ffe4e3;
  --tone-fill-raw: #fff2f2;
  --tone-fill-2-raw: #ffe4e3;
  --tone-fill-head: #4f1017;
  --tone-fill-fg: #573535;
  --tone-fill-muted: #775252;
  --tone-fill-head-raw: #4f1017;
  --tone-fill-fg-raw: #573535;
  --tone-fill-muted-raw: #775252;
  --sh-card: 0 0 0 1px rgba(54, 37, 37, 0.06), 0 1px 2px rgba(54, 37, 37, 0.05), 0 10px 24px -14px rgba(54, 37, 37, 0.18);
  --sh-lift: 0 0 0 1px rgba(54, 37, 37, 0.06), 0 2px 4px rgba(54, 37, 37, 0.06), 0 18px 36px -18px rgba(54, 37, 37, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #fea6a7;
  --tone-mark: #bf414c;
  --tone-mark-fg: #ffffff;
  --tone-head: #362525;
  --tone-sub: #9c2e39;
  --tone-link: #bf414c;
  --tone-th: #ffe4e3;
  --tone-th-fg: #781f29;
  --tone-chip: #fff2f2;
  --tone-chip-fg: #9c2e39;
  --tone-soft: #ffe4e3;
  --tone-soft-fg: #781f29;
  --sem-pos-bg: #eef7ef;
  --sem-pos-line: #348f4f;
  --sem-pos-fg: #115629;
  --sem-neg-bg: #fff1ef;
  --sem-neg-line: #bb5752;
  --sem-neg-fg: #742e2b;
  --sem-warn-bg: #fbf3ea;
  --sem-warn-line: #a86b03;
  --sem-warn-fg: #643e03;
  --sem-info-bg: #ecf6fe;
  --sem-info-line: #2580c1;
  --sem-info-fg: #014b79;
  --sem-pos-body: #29452f;
  --sem-neg-body: #553330;
  --sem-warn-body: #4e381f;
  --b-near: #6c2257;
  --b-50: #fff2f2;
  --s-50: #f1f6ff;
  --n-50: #fcf3f3;
  --b-100: #ffe4e3;
  --s-100: #e1ecff;
  --n-100: #f3e8e8;
  --b-200: #fecbca;
  --s-200: #c7dafe;
  --n-200: #e3d6d6;
  --b-300: #fea6a7;
  --s-300: #a3c2fe;
  --n-300: #ccbdbd;
  --b-400: #f67a7f;
  --s-400: #77a4fd;
  --n-400: #b3a1a1;
  --b-500: #de5a63;
  --s-500: #5587ef;
  --n-500: #9a8786;
  --b-600: #bf414c;
  --s-600: #3f6dd1;
  --n-600: #826e6d;
  --b-700: #9c2e39;
  --s-700: #2e56ac;
  --n-700: #695655;
  --b-800: #781f29;
  --s-800: #1f3f84;
  --n-800: #513f3e;
  --b-900: #4f1017;
  --s-900: #112757;
  --n-900: #362525;
}
:root { --logo-bg-opacity: 80%; }
body, button, input { font-family: "Inter", sans-serif; }
.c34xp .hkcvzjw, .c34xp .ft3fu7 { min-height: 640px; }
.x8frlol::before { content: '·'; font-size: 1.3em; line-height: 1; }