:root {
  --color-accent: #4a1a7a;
  --color-cta: #0c8474;
  --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);
}
.khno1 {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.u9522 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.cf19 {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.usfxn6 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.hpip { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.hpip a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.hpip a:hover { color: var(--accent-light); }
.o8rjoivv   .vcst { border-radius: 0; }
.z5pydk6d .vcst li + li { border-top: var(--bw-hair) dashed var(--border-alt); }
@media (max-width: 640px) {
  .vcst {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .s8gl35a3:hover .vcst,
  .s8gl35a3:focus-within .vcst { display: block; }
  .vcst li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.pbkpgy {
  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);
}
.xit138 { display: none; }
@media (max-width: 640px) {
  .xit138 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .xit138.fiymm { display: block; }
}
@media (max-width: 640px) {
  .pbkpgy { display: block; }
  .hpip > li + li::before { display: none !important; }
  .hpip {
    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;
  }
  .hpip.fiymm { display: flex; }
  .hpip li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .hpip li:last-child a { border-bottom: none; }
}
.qhvhx2s { min-height: 480px; }
.i7mu955s {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.iofz { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.qfrfcian .iofz { margin-left: 0; margin-right: 0; }
.gw7tsb .nx78tn {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.gw7tsb .i7mu955s { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.gw7tsb .iofz { color: #e2e8f0; }
.gw7tsb.uinw61 .nx78tn { text-align: center; }
.gw7tsb.qfrfcian   .nx78tn { text-align: left; }
.ngfv6 .nx78tn {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.ngfv6 .i7mu955s { color: var(--text-primary); text-shadow: none; }
.ngfv6 .iofz { color: var(--text-muted); }
.ngfv6, .ngfv6.qhvhx2s { min-height: auto !important; }
.ngfv6.uinw61 .nx78tn { text-align: center; }
.ngfv6.qfrfcian   .nx78tn { text-align: left; }
@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; }
}
.jcf2 .i7mu955s { color: #fff; }
.jcf2 .iofz { color: rgba(255,255,255,0.85); }
.bt5tb2 .i7mu955s { text-shadow: none; color: var(--text-primary); }
.bt5tb2 .iofz { color: var(--text-muted); }
body.oaczfghy .i7mu955s {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.uazhjxwf .i7mu955s {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.qhvhx2s.jcf2 .i7mu955s,
section.jcf2 .i7mu955s {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.bt5tb2.qfrfcian   .flukr { align-items: flex-start; text-align: left; }
.qhvhx2s .lkxr {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.lkxr .p3t2p {
  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;
}
.lkxr .p3t2p + .p3t2p { border-top: var(--bw-hair) solid var(--border-alt); }
.lkxr .bk365 { align-items: center; text-align: center; width: 100%; }
.lkxr .z3nejyf {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.lkxr .rc9evcrw { max-height: 64px; max-width: 140px; }
.lkxr .i8kj {
  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%;
}
.lkxr .buoar17i,
.lkxr .j70jasb0 {
  font-size: var(--fs-sm);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.lkxr .rodz6xb.j43c8n8v {
  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;
}
.lkxr .rodz6xb.j43c8n8v:hover { opacity: 0.85; }
.lkxr .p3t2p,
.lkxr .p3t2p:hover,
.lkxr .p3t2p:nth-child(even),
.lkxr .p3t2p:nth-child(odd),
.lkxr .p3t2p:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.a10r7j3 .nx78tn { padding-bottom: 24px; }
.o83zyr .nx78tn { max-width: 1100px; }
@media (max-width: 700px) {
  .bt5tb2 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .bt5tb2:not(.atel5) .ifsyt6 { display: none !important; }
  .atel5 .ifsyt6 { padding: 16px; }
  .flukr  { padding: 36px 24px; }
  .bt5tb2~.p7vm,.a8pcn6k~.p7vm{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .qhvhx2s, .bt5tb2 { min-height: 320px !important; }
  .i7mu955s { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .scu0qk,
  .x0srdve,
  .duvv14l3 { grid-template-columns: 1fr !important; }

  

  
  .a10r7j3 { display: flex !important; flex-direction: column !important; }
  .a10r7j3 .nx78tn { display: contents; }
  .a10r7j3 .mh3wa0 { order: 0; }
  .a10r7j3 .i7mu955s { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .a10r7j3 .scu0qk { order: 2; padding: 0 16px 12px !important; }
  .a10r7j3 .iofz { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .o83zyr .nx78tn { display: flex; flex-direction: column; }
  .o83zyr .nx78tn .i7mu955s { order: 1; }
  .o83zyr .nx78tn .duvv14l3 { order: 2; margin: 8px 0 24px !important; }
  .o83zyr .nx78tn .iofz { order: 3; }
  .o83zyr .nx78tn .dgyei { order: 4; align-self: center; margin-top: 0; }

  
  .bt5tb2.atel5 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .bt5tb2.atel5 .flukr { display: contents; padding: 0; }
  .bt5tb2.atel5 .flukr .i7mu955s { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .bt5tb2.atel5 .ifsyt6 { order: 2; padding: 12px 16px; }
  .bt5tb2.atel5 .flukr .iofz { order: 3; padding: 0 24px; margin: 0 auto; }
  .bt5tb2.atel5 .flukr .dgyei { order: 4; align-self: center; margin: 8px 0 32px; }
}
.rfeaac4w { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.k6x06vm3 { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.iyed0igj .rfeaac4w        { border-radius: var(--r-card); }
.iyed0igj .k6x06vm3  { border-radius: var(--r-card); }
.wh48y44 .rfeaac4w         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.wh48y44 .k6x06vm3   { border-radius: var(--r-btn); }
.mq73h0 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.cco3ll { width: 100%; padding: 32px 0; position: relative; }
.b47t9eta { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.i42jb .cco3ll, .lzlj .cco3ll { background: transparent; }
.wbp799x .qx71 > *,
.xy2r > *, .u10bq1va > *, .vgbm > *, .vt0yb7 > *, .mluq > * {
  --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.rt5e { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.rt5e {
  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.p06pxci9 { 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; }
.v1zhdh h2.rt5e {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.lyfpqph3 h2.rt5e {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.jw8wv h2.rt5e {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.ohp6 h2.rt5e::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.e4wyhpib h2.rt5e {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.ll59qdn7 h2.rt5e::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.p5k0 h2.rt5e {
  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) { .bdb8z { display: none; } }
.amda5m4 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.eezhj { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.afrzyd {
  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;
}
.i6h7w { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.a46es { padding-left: 20px; }
.a46es li { margin-bottom: 8px; }
.a46es a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.a46es a:hover { color: var(--tone-link, var(--accent-light)); }
.izj1o65r .i6h7w { display: none; }
.yjad .i6h7w { display: none; }
.yjad .a46es { padding-left: 0; list-style: none; }
.yjad .a46es li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.yjad .a46es a { font-size: var(--fs-sm); }
.i7p5i .afrzyd { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.i7p5i .i6h7w { display: none; }
.i7p5i .a46es { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.i7p5i .a46es li { margin-bottom: 0; }
.i7p5i .a46es 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;
}
.i7p5i .a46es a:hover { border-color: var(--accent); color: var(--accent); }
.ax6iw .afrzyd { padding: 20px 20px 16px; }
.ax6iw .a46es {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.ax6iw .a46es li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ax6iw .a46es 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;
}
.ax6iw .a46es 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;
}
.ax6iw .a46es a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ax6iw .a46es a:focus,
.ax6iw .a46es a:focus-visible,
.ax6iw .a46es a:target { outline: none; }
.ax6iw .a46es li:target a { border-color: var(--border); color: var(--text-muted); }
.c2gjq .afrzyd { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.c2gjq .i6h7w { display: none; }
.c2gjq .a46es { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.c2gjq .a46es li { counter-increment: toc-n; margin-bottom: 0; }
.c2gjq .a46es 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;
}
.c2gjq .a46es 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;
}
.c2gjq .a46es a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.uicpk78h .afrzyd { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.uicpk78h .i6h7w { display: none; }
.uicpk78h .a46es { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.uicpk78h .a46es li { margin-bottom: 0; }
.uicpk78h .a46es 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;
}
.uicpk78h .a46es a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.rpg6v .afrzyd { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.rpg6v .i6h7w { display: none; }
.rpg6v .a46es { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.rpg6v .a46es li { margin-bottom: 0; }
.rpg6v .a46es li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.rpg6v .a46es li:last-child::after { content: ""; margin-right: 0; }
.rpg6v .a46es a { font-size: var(--fs-sm); }
.qx71 { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.wbp799x .qx71 { background: var(--bg-card); }
.r625 .qx71 { background: none; border-radius: 0; padding: 28px 0 8px; }
.r625 .qx71 + .qx71 { border-top: var(--bw-hair) solid var(--border-section); }
.ssejuf .qx71 {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.ssejuf .qx71:last-child { border-bottom: none; }
.alergs .qx71 {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.alergs .qx71 + .qx71 { margin-top: 4px; }
.h2c3ssh .qx71 { background: none; border-radius: 0; padding: 28px 0 8px; }
.h2c3ssh .qx71 + .qx71 { border-top: var(--bw-hair) solid var(--border-section); }
.rnp6t0lk { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.joiugi { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.mv4t, .o2hh8ato { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.mv4t li, .o2hh8ato li { margin-bottom: 8px; }
.o2hh8ato li { list-style: decimal; }
.vgbm { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.hzwzjdnd .vgbm,
.u10bq1va .vgbm { background: transparent; border: none; border-radius: 0; }
.sbw7tpm { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.sbw7tpm 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;
}
.sbw7tpm td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.sbw7tpm tr:hover td { background: var(--bg-hover); }
.yvx5snlz .sbw7tpm tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.htzv2 .sbw7tpm { border: var(--bw-hair) solid var(--border-alt); }
.htzv2 .sbw7tpm th,
.htzv2 .sbw7tpm td { border: var(--bw-hair) solid var(--border-alt); }
.oecl6 .sbw7tpm th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.oecl6 .sbw7tpm td { border-bottom: none; }
.oecl6 .sbw7tpm tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.vls8exsg .sbw7tpm th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.b4jj29f .vgbm {
  overflow: hidden;
}
.b4jj29f .sbw7tpm th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.b4jj29f .sbw7tpm tr:last-child td { border-bottom: none; }
.t7l9q { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.mluq { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.hcjf5 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.y64d { 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); }
.kgpnzp { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.hx3n { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.hx3n 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%}
.qsly .y64d { background: transparent; text-align: center; }
.olawmf .hcjf5 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.vhtik .hcjf5 {
  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);
}
.zzlj5 .mluq { display: grid; grid-template-columns: auto 1fr; }
.zzlj5 .hcjf5 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.zzlj5 .y64d { grid-column: 2; }
.zzlj5 .kgpnzp,
.zzlj5 .hx3n { grid-column: 1 / -1; }
.uuvih .mluq { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.uuvih .hcjf5 {
  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);
}
.uuvih .y64d { grid-column: 2; }
.uuvih .kgpnzp,
.uuvih .hx3n { grid-column: 1 / -1; }
.nr2v5y .mluq { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.nr2v5y .y64d { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.owkk5 .mluq { 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); }
.owkk5 .y64d { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.ogag2s .mluq { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.ogag2s .y64d { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.c33su .mluq { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.c33su .y64d { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.cdzadpvb .t7l9q { counter-reset: card-n; }
.cdzadpvb .mluq  { counter-increment: card-n; }
.cdzadpvb .y64d { display: flex; align-items: center; gap: 12px; }
.cdzadpvb .y64d::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;
}
.lh3qo8 .mluq { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.lh3qo8 .y64d { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.cwb5h54 { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.cwb5h54         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.rg43z     { --cl-hue: var(--tone-line, var(--accent)); }
.ygke5u1 { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.drui    { --cl-hue: var(--tone-line, var(--accent)); }
.rg43z, .ygke5u1, .drui, .pe0cg44m {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.l2ntza4 { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.l2ntza4::before { color: var(--cl-hue); }
.cwb5h54 strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.cwb5h54 p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.t5g7 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.amxk, .tvbqz { border-radius: var(--r-btn); padding: 16px; }
.amxk { background: var(--bg-pros); }
.tvbqz { background: var(--bg-cons); }
.i8gn7 { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.amxk .i8gn7 { color: var(--c-pros-label); }
.tvbqz .i8gn7 { color: var(--c-cons-label, var(--c-cons)); }
.amxk ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.tvbqz ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.k6x06vm3 { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.j43c8n8v {
  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;
}
.j43c8n8v:hover { opacity: 0.85; }
.mk10e .j43c8n8v  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.mk10e .j43c8n8v:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ulxickq4 .j43c8n8v  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.ulxickq4 .j43c8n8v:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.mk10e .rodz6xb.j43c8n8v, .ulxickq4 .rodz6xb.j43c8n8v,
.mk10e .v2185f8 .j43c8n8v, .ulxickq4 .v2185f8 .j43c8n8v {
  background: var(--cta); border: none; color: #fff;
}
.mk10e .rodz6xb.j43c8n8v:hover, .ulxickq4 .rodz6xb.j43c8n8v:hover,
.mk10e .v2185f8 .j43c8n8v:hover, .ulxickq4 .v2185f8 .j43c8n8v:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.umdp .j43c8n8v  { border-radius: var(--r-pill); }
.iepo7b .j43c8n8v { box-shadow: none; }
.iepo7b .j43c8n8v:hover { box-shadow: none; opacity: 1; }
.lcsq73h .j43c8n8v { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.lcsq73h .j43c8n8v:hover { opacity: 1; }
.lcsq73h .j43c8n8v:active { transform: translateY(3px); box-shadow: none; }
.weo56wd .j43c8n8v { box-shadow: none; }
.weo56wd .j43c8n8v:hover { opacity: 1; box-shadow: none; }
.weo56wd .j43c8n8v:active { box-shadow: none; }
.qy7kcav .j43c8n8v { position: relative; overflow: hidden; }
.qy7kcav .j43c8n8v::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.qy7kcav .j43c8n8v:hover::before { left: 135%; }
.tikzu .dgyei,
.tikzu .j43c8n8v { border-radius: 0; }
.q7evre00 .j43c8n8v  { padding-left: 12px; padding-right: 12px; }
.oe92r .j43c8n8v  { padding-left: 24px; padding-right: 24px; }
.j9cd .j43c8n8v  { padding-left: 32px; padding-right: 32px; }
.ulgqt64   .dgyei::after, .ulgqt64   .j43c8n8v::after,
.k3xv .dgyei::after, .k3xv .j43c8n8v::after,
.vuxx1cr    .dgyei::after, .vuxx1cr    .j43c8n8v::after,
.rto21m4j    .dgyei::after, .rto21m4j    .j43c8n8v::after,
.s16amkca    .dgyei::after, .s16amkca    .j43c8n8v::after,
.i0qj0b     .dgyei::after, .i0qj0b     .j43c8n8v::after,
.lcsszc4    .dgyei::after, .lcsszc4    .j43c8n8v::after,
.fvd4   .dgyei::after, .fvd4   .j43c8n8v::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;
}
.ulgqt64 .dgyei::after, .ulgqt64 .j43c8n8v::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");
}
.k3xv .dgyei::after, .k3xv .j43c8n8v::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");
}
.vuxx1cr .dgyei::after, .vuxx1cr .j43c8n8v::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");
}
.rto21m4j .dgyei::after, .rto21m4j .j43c8n8v::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");
}
.s16amkca .dgyei::after, .s16amkca .j43c8n8v::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");
}
.i0qj0b .dgyei::after, .i0qj0b .j43c8n8v::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");
}
.lcsszc4 .dgyei::after, .lcsszc4 .j43c8n8v::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");
}
.fvd4 .dgyei::after, .fvd4 .j43c8n8v::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");
}
.dixjszw   .h698::after, .dixjszw   .g61e::after,
.zvfvx .h698::after, .zvfvx .g61e::after,
.tjy6srp    .h698::after, .tjy6srp    .g61e::after,
.v1gf    .h698::after, .v1gf    .g61e::after,
.jp5c75dx    .h698::after, .jp5c75dx    .g61e::after,
.u0h3zxa     .h698::after, .u0h3zxa     .g61e::after,
.fw7dw6a    .h698::after, .fw7dw6a    .g61e::after,
.o1uhy   .h698::after, .o1uhy   .g61e::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;
}
.dixjszw .h698::after, .dixjszw .g61e::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");
}
.zvfvx .h698::after, .zvfvx .g61e::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");
}
.tjy6srp .h698::after, .tjy6srp .g61e::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");
}
.v1gf .h698::after, .v1gf .g61e::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");
}
.jp5c75dx .h698::after, .jp5c75dx .g61e::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");
}
.u0h3zxa .h698::after, .u0h3zxa .g61e::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");
}
.fw7dw6a .h698::after, .fw7dw6a .g61e::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");
}
.o1uhy .h698::after, .o1uhy .g61e::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");
}
.twyr {
  --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;
}
.p3t2p {
  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;
}
.p3t2p + .p3t2p { border-top: var(--bw-hair) solid var(--border-alt); }
.p3t2p > * { min-width: 0; }
.p3t2p:hover { background: var(--bg-hover); }
.p3t2p > [itemprop="item"] { display: contents; }
.p3t2p [itemprop="itemReviewed"],
.p3t2p [itemprop="reviewRating"] { display: none; }
.bk365 {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.xnhk4fzx, .yfsj8pm, .ot05o,
.ziom4cw, .atlw, .zasq { align-items: center; text-align: center; }
.atlw, .zasq { align-items: stretch; }
.mlyqmm2 {
  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%;
}
.kxp67 {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.j70jasb0 { font-size: var(--fs-lead); font-weight: 700; }
.saekbd6 {
  font-size: var(--fs-label); font-weight: 400; line-height: var(--lh-tight);
  color: var(--text-muted); max-width: 100%; overflow-wrap: break-word;
}
.is5g879h .kxp67 {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.i8kj {
  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;
}
.z3nejyf {
  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;
}
.mr4l .rc9evcrw { max-height: 60px; max-width: 68px; }
.rc9evcrw {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.yfsj8pm .z3nejyf { width: 168px; }
.jkjfzif .z3nejyf,
.jkjfzif .pt6t,
.jkjfzif .lpkoy    { background: var(--accent-bg); }
.xa3xp9 .z3nejyf,
.xa3xp9 .pt6t,
.gond9 .z3nejyf,
.gond9 .pt6t,
.v39la .z3nejyf,
.v39la .pt6t,
.jkjfzif .z3nejyf, .xa3xp9 .z3nejyf,
.gond9 .z3nejyf,  .v39la .z3nejyf {
  width: 88px; height: 88px; padding: 12px;
}
.jkjfzif .z3nejyf .rc9evcrw, .xa3xp9 .z3nejyf .rc9evcrw,
.gond9 .z3nejyf .rc9evcrw,  .v39la .z3nejyf .rc9evcrw {
  max-height: 60px; max-width: 68px;
}
.trwrvlkx .z3nejyf, .trwrvlkx .z3nejyf.mr4l,
.trwrvlkx .pt6t,   .trwrvlkx .pt6t.mr4l,
.rodz6xb.j43c8n8v {
  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;
}
.lkxr .p3t2p { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .p3t2p { gap: 16px; padding: 16px 16px; }
  .z3nejyf { width: 152px; height: 96px; }
  .rc9evcrw { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .p3t2p {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .bk365 { justify-content: flex-start; }
  
  .vngo, .syy5y { flex-direction: row; }
  
  .vngo .ox2f3xk:nth-child(n+3) { display: none; }
  
  .xnhk4fzx {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .bk365 { text-align: left; align-items: flex-start; }

  
  .yfsj8pm, .ot05o, .inugc {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .ziom4cw {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .yfsj8pm .z3nejyf, .ot05o .z3nejyf,
  .inugc .z3nejyf { width: auto; height: 72px; }
  .rc9evcrw { max-height: 72px; max-width: 128px; }
  .j70jasb0 { font-size: var(--fs-body); }
  .i8kj { font-size: var(--fs-sm); }

  
  .buoar17i, .k8eagz9d, .qq3m0uw,
  .p4p3g0d, .ip87knr, .pa3w6est,
  .is5g879h, .tyvzjs, .xh1uwby4,
  .rs8fx01, .zzt4g7va {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .atlw, .zasq { order: 4; flex: 1 0 100%; }
  .zasq { display: flex; flex-direction: column; }
  .zasq::before { display: none; }
  .rodz6xb.j43c8n8v { width: 100%; padding: 12px 20px !important; }
  .r40fovb { text-align: left; }
}
@media (max-width: 560px) {
  .p3t2p { padding: 16px; gap: 12px 12px; }
  
  .mlyqmm2, .saekbd6, .ox2f3xk { font-size: var(--fs-caption); }
  .kxp67 { font-size: var(--fs-sm); }
  .j70jasb0 { font-size: var(--fs-body); }
  .i8kj { font-size: var(--fs-sm); }
  .az9y { font-size: var(--fs-sm); }
  .xugoarw2 { font-size: var(--fs-lead); }
  
  .rodz6xb.j43c8n8v { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .bk365 { gap: 2px; }
  .yfsj8pm .z3nejyf, .ot05o .z3nejyf,
  .inugc .z3nejyf { height: 64px; }
  .rc9evcrw { max-height: 64px; max-width: 116px; }
  .mr4l { padding: 8px; }
  .j70jasb0 { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .buoar17i, .k8eagz9d, .qq3m0uw,
  .p4p3g0d, .ip87knr, .pa3w6est,
  .is5g879h, .tyvzjs, .xh1uwby4,
  .rs8fx01, .zzt4g7va { flex-basis: 100%; min-width: 100%; }
}
.xy2r {
  --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;
}
.affv6 {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.pt6t {
  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;
}
.pt6t img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.hdzx8os { flex: 1; min-width: 0; }
.hdzx8os h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.ika9u { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.q6zsi0vo { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.q6zsi0vo strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.q6zsi0vo .soh0 { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.zqt6 {
  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);
}
.zqt6 > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.qqfpqr9q em, .qx1zg62k em, .cegtugmj em, .ddvx3 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) { .zqt6 { padding: 12px 16px; gap: 8px 16px; } }
.v2185f8 { flex-shrink: 0; align-self: center; }
.v2185f8 .j43c8n8v {
  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) {
  .affv6 { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .pt6t { order: 1; width: 104px; height: 104px; }
  .pt6t img { max-width: 96px; max-height: 88px; }
  .v2185f8 { order: 2; margin-left: auto; align-self: center; }
  .hdzx8os { order: 3; flex: 1 1 100%; min-width: 0; }
  .hdzx8os h3 { font-size: var(--fs-body); }
}
.sbqac img.w2xsphwf { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.hzwzjdnd { padding: 20px 24px; }
.dtlpz8jx { color: var(--text-body); margin-bottom: 16px; }
.mncpzfqa { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.wycx1, .ony18 { list-style: none; font-size: var(--fs-sm); }
.wycx1 li { color: var(--text-body); margin-bottom: 4px; }
.ony18 li { color: var(--text-body); margin-bottom: 4px; }
.wycx1 li::before { content: "✓"; margin-right: 5px; }
.ony18 li::before { content: "✗"; margin-right: 5px; }
.leul { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.leul strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.mqiafp1 {
  
  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;
}
.ma63 { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.rwub {
  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);
}
.dbcmv9lp .rwub { border-top-width: var(--bw-bar) !important; }
.kzm0 .rwub { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .ejt1m .f4fcu43 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ejt1m .xy2r { margin: 0; }
}
.raexwe2 .affv6 { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.raexwe2 .pt6t { background: transparent; }
.qo9b .xy2r { border-top: var(--bw-bar) solid var(--accent); }
.qo9b .affv6 { background: var(--bg-card); }
.gzz69i .xy2r { 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; }
.gzz69i .affv6 { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.gzz69i .hzwzjdnd { padding: 16px 16px; }
.gzz69i .pt6t { border-radius: var(--r-chip); }
.gzz69i .rwub { border-radius: 0; }
.x8zs .affv6 { padding: 0; gap: 0; overflow: hidden; }
.x8zs .pt6t {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.x8zs .hdzx8os { padding: 16px 20px; }
.x8zs .v2185f8 { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .x8zs .pt6t { width: 116px; min-height: 104px; }
}
.obqxmcr .ika9u { font-size: var(--fs-sm); }
.u10bq1va .t5g7 { gap: 12px; }
.u10bq1va .amxk, .u10bq1va .tvbqz { padding: 12px; }
.u10bq1va .amxk ul, .u10bq1va .tvbqz ul { margin: 4px 0 0; padding-left: 20px; }
.u10bq1va .amxk li, .u10bq1va .tvbqz li { font-size: var(--fs-label); margin-bottom: 4px; }
.xkr4 .mqiafp1 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .nzi3yo6 { grid-template-columns: 1fr; }
  .hgyplt { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .hgyplt .lpkoy { width: 72px; height: 50px; }
  .hgyplt .mn2w8o { max-width: 180px; }
  .hgyplt .rr3x9x6g { width: auto; }
}
.chm8yhn .obqxmcr .ika9u { filter: brightness(1.2); }
@media (max-width: 720px) {
  .chm8yhn { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .s8cx { padding: 16px; }
  .uf3d .u6uvupx { min-width: 50%; }
}
.ay1ivqvu .t5g7 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .vhq3hs24 { grid-template-columns: 1fr; }
  .etor { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .d6bu { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .mwl8ttf { flex-wrap: wrap; padding: 16px; }
}
.w4ckje .t5g7 { gap: 8px; }
.w4ckje .amxk, .w4ckje .tvbqz { padding: 8px; }
@media (max-width: 480px) {
  .ryalp3pm { flex-direction: column; align-items: stretch; }
}
.atayvyxy .rr3x9x6g .j43c8n8v { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .m9fuy4o { flex-direction: column; align-items: stretch; gap: 12px; }
  .atayvyxy .rr3x9x6g { text-align: center; }
}
@media (max-width: 720px) {
  .d59u { grid-template-columns: 1fr; }
  .ue6w { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .vnk474ek { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.ew5fojh .soh0 { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.g76heh6j .ika9u { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .ns6vd6t { grid-template-columns: 1fr; }
  .g76heh6j { width: 100px; height: 100px; margin: 16px auto; }
  .ew5fojh { font-size: var(--fs-h3); }
  .c9n2z { justify-content: center; }
  .fvocd6d .u6uvupx { min-width: 50%; }
}
.bfm3b9 .t5g7 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .xabd { flex-wrap: wrap; padding: 16px 16px; }
  .nrrtbs8j { padding: 12px 16px; }
  .bfm3b9 .t5g7 { margin: 0 16px; }
  .bfm3b9 .xkr4 { padding: 0 16px; }
  .szo7 { padding: 12px 16px; }
}
.rku7j50 .p3t2p { position: relative; }
.rku7j50 .p3t2p::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.yase .twyr {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.yase .p3t2p {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.yase .p3t2p + .p3t2p { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .fm3cfvyy .bk365 + .bk365 {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.sr36 .p3t2p { padding-top: 16px; padding-bottom: 16px; }
.sr36 .p3t2p + .p3t2p { border-top: none; }
.sr36 .p3t2p:nth-child(even) { background: var(--bg-surface); }
.sr36 .p3t2p:nth-child(even):hover { background: var(--bg-hover); }
.h1f691r .p3t2p:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .gwztmr7v .buoar17i, .gwztmr7v .k8eagz9d,
  .gwztmr7v .qq3m0uw, .gwztmr7v .p4p3g0d,
  .gwztmr7v .ip87knr, .gwztmr7v .pa3w6est,
  .gwztmr7v .is5g879h, .gwztmr7v .tyvzjs,
  .gwztmr7v .xh1uwby4, .gwztmr7v .rs8fx01,
  .gwztmr7v .zzt4g7va {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.cr4c .mlyqmm2 { opacity: .8; letter-spacing: var(--ls-label); }
.cr4c .kxp67 { font-weight: 700; }
.cr4c .j70jasb0 { font-weight: 700; }
.f9b0s .buoar17i, .f9b0s .k8eagz9d,
.f9b0s .ip87knr, .f9b0s .pa3w6est,
.f9b0s .zzt4g7va {
  background: color-mix(in srgb, var(--text-primary) 3.5%, transparent);
  border-radius: var(--r-chip);
  padding: 8px 12px;
}
.rx0nnszv .t0gotrp,
.rx0nnszv .xugoarw2,
.rx0nnszv .xugoarw2 small { display: none; }
.rx0nnszv .q6zsi0vo .ika9u,
.tt56w022 .q6zsi0vo .ika9u,
.s69amzjt .q6zsi0vo .ika9u { display: none; }
.rx0nnszv .soh0 { display: none; }
.tt56w022 .q6zsi0vo strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.tt56w022 .wifa5c,
.tt56w022 .soh0 { font-size: 1em; }
.s69amzjt .q6zsi0vo strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.s69amzjt .soh0 { display: none; }
.i7fvoy { margin: 16px 0; }
.n7yr5 { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.n7yr5 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;
}
.n7yr5 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;
}
.n7yr5 summary:hover { background: var(--bg-surface); }
.n7yr5 summary:hover::after { color: var(--accent); }
.n7yr5[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.n7yr5[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.n7yr5[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.n7yr5 p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.cco3ll { margin-bottom: 0; }
.jrl0w h2.rt5e { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.k1alqv h2.rt5e { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.amxk, .tvbqz { border: var(--bw-hair) solid transparent; }
.amxk .i8gn7, .amxk .yjge6ta4 { color: var(--c-pros-label); }
.tvbqz .i8gn7, .tvbqz .w7oes { color: var(--c-cons-label, var(--c-cons)); }
.amxk ul li, .tvbqz ul li, .wycx1 li, .ony18 li { color: var(--text-body); }
.amxk .wycx1 li, .tvbqz .ony18 li { position: relative; padding-left: 1.5em; }
.amxk .wycx1 li::before, .tvbqz .ony18 li::before { position: absolute; left: 0; margin-right: 0; }
.sexqh9yn .amxk { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.sexqh9yn .tvbqz { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.hnd203t .amxk, .hnd203t .tvbqz { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.hnd203t .amxk { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.hnd203t .tvbqz { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.u30m0k .amxk, .u30m0k .tvbqz { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.u30m0k .amxk { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.u30m0k .tvbqz { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.szi4 .amxk, .szi4 .tvbqz { background: var(--bg-card); border-width: var(--bw-rule); }
.szi4 .amxk { border-color: var(--sem-pos-line); }
.szi4 .tvbqz { border-color: var(--sem-neg-line); }
.axwe0f .amxk, .axwe0f .tvbqz { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.axwe0f .tvbqz { border-left: var(--bw-hair) solid var(--border); }
.j7qbswgq .yjge6ta4::before { content: "✓ "; }
.j7qbswgq .w7oes::before { content: "✗ "; }
.kzm0 .cwb5h54 { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.kzm0 .cwb5h54 strong { color: var(--text-primary); }
.kzm0 .cwb5h54 p      { color: var(--text-muted); }
.dbcmv9lp .cwb5h54 { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.z2yec6f .cwb5h54 {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.z2yec6f .cwb5h54 strong { color: var(--text-primary); }
.z2yec6f .cwb5h54 p { color: var(--text-muted); }
.z2yec6f .cwb5h54 { border-left: var(--bw-bar) solid var(--cl-hue); }
.z2yec6f .l2ntza4::before { color: rgba(255,255,255,0.9) !important; }
.mjmls5xg .cwb5h54 {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.mjmls5xg .cwb5h54 strong { color: var(--text-primary); }
.mjmls5xg .cwb5h54 p      { color: var(--text-muted); }
.qc7v7d .cwb5h54 { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.p295q .l2ntza4,
.th7671sz .l2ntza4,
.lqsz84qm .l2ntza4,
.p295q .l2ntza4::before,
.th7671sz .l2ntza4::before,
.lqsz84qm .l2ntza4::before,
.uckc .wbp799x .qx71,
.uckc .r625 .qx71  { box-shadow: var(--sh-1); }
.uckc .mluq                { box-shadow: var(--sh-1); }
.uckc .vgbm          { box-shadow: var(--sh-1); }
.uckc .afrzyd                    { box-shadow: var(--sh-1); }
.npjzi .wbp799x .qx71,
.npjzi .r625 .qx71,
.npjzi .mluq,
.npjzi .vgbm,
.npjzi .afrzyd,
.npjzi .qc7v7d .cwb5h54 { box-shadow: none; }
.hfbf   { --fs-h1: 50px; --fs-h2: 34px; --fs-h3: 26px; }
.cco3ll + .cco3ll { position: relative; }
.x6gq   .cco3ll + .cco3ll::before,
.k28j7jsf  .cco3ll + .cco3ll::before,
.avoqr7   .cco3ll + .cco3ll::before,
.wnyzp   .cco3ll + .cco3ll::before,
.tavg8m   .cco3ll + .cco3ll::before,
.d358ywt .cco3ll + .cco3ll::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.x6gq .cco3ll + .cco3ll::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.k28j7jsf .cco3ll + .cco3ll::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.avoqr7 .cco3ll + .cco3ll::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;
}
.wnyzp .cco3ll + .cco3ll::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.xoou .cco3ll { margin-bottom: 16px; }
.xoou .cco3ll + .cco3ll { margin-top: 0; }
.xoou .b47t9eta { padding-top: 0; padding-bottom: 0; }
.tavg8m .cco3ll + .cco3ll::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.d358ywt .cco3ll + .cco3ll::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.wf447ldb .cco3ll + .cco3ll::before,
.rwl5 .cco3ll + .cco3ll::before,
.o8mv .cco3ll + .cco3ll::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%;
}
.i42jb .wf447ldb .cco3ll:nth-child(even)::before,
.i42jb .rwl5 .cco3ll:nth-child(even)::before,
.i42jb .o8mv .cco3ll:nth-child(even)::before { background: var(--bg-surface); }
.lzlj .wf447ldb .cco3ll:nth-child(even)::before,
.lzlj .rwl5 .cco3ll:nth-child(even)::before,
.lzlj .o8mv .cco3ll:nth-child(even)::before { background: var(--bg-card); }
.wf447ldb .cco3ll + .cco3ll::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");
}
.rwl5 .cco3ll + .cco3ll::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");
}
.o8mv .cco3ll + .cco3ll::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");
}
.hsso4 .rfeaac4w { float: left; width: 38%; margin: 0 28px 16px 0; }
.hsso4 .rfeaac4w .k6x06vm3 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.hsso4 .b47t9eta::after { content: ''; display: block; clear: both; }
.c0g12em .rfeaac4w { float: right; width: 38%; margin: 0 0 16px 28px; }
.c0g12em .rfeaac4w .k6x06vm3 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.c0g12em .b47t9eta::after { content: ''; display: block; clear: both; }
.wq7y .cco3ll:nth-child(odd)  .rfeaac4w { float: left;  width: 38%; margin: 0 28px 16px 0; }
.wq7y .cco3ll:nth-child(even) .rfeaac4w { float: right; width: 38%; margin: 0 0 16px 28px; }
.wq7y .rfeaac4w .k6x06vm3 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.wq7y .b47t9eta::after { content: ''; display: block; clear: both; }
.hsso4 .t7l9q,
.hsso4 .twyr,
.c0g12em .t7l9q,
.c0g12em .twyr,
.wq7y .t7l9q,
.wq7y .twyr { clear: both; }
@media (max-width: 900px) {
  .hsso4 .rfeaac4w,
  .c0g12em .rfeaac4w,
  .wq7y .cco3ll:nth-child(odd)  .rfeaac4w,
  .wq7y .cco3ll:nth-child(even) .rfeaac4w {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .hsso4 .rfeaac4w .k6x06vm3,
  .c0g12em .rfeaac4w .k6x06vm3,
  .wq7y .rfeaac4w .k6x06vm3 {
    max-height: none !important;
  }
}
.hsso4 .mv4t,
.hsso4 .o2hh8ato,
.c0g12em .mv4t,
.c0g12em .o2hh8ato,
.wq7y .mv4t,
.wq7y .o2hh8ato { overflow: hidden; }
@media (max-width: 640px) {
  .hsso4 .rfeaac4w,
  .c0g12em .rfeaac4w,
  .wq7y .rfeaac4w { float: none; width: 100%; margin: 0 0 16px 0; }
}
.eyyofesq .mq73h0,
.eyyofesq .b47t9eta,
.eyyofesq .y338kwhh  { max-width: 1060px; }
.j3m6n .mq73h0,
.j3m6n .b47t9eta,
.j3m6n .y338kwhh  { max-width: 1180px; }
.j3m6n { --content-mw: 1180px; }
.rtooita9 .mq73h0,
.rtooita9 .b47t9eta,
.rtooita9 .y338kwhh  { max-width: 1260px; }
.st44dtz4 { font-size: var(--fs-label); color: var(--text-muted); }
.zwssk { display: flex; align-items: center; }
.tult {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ssks7i { display: flex; align-items: center; }
.viaff { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.viaff:hover { text-decoration: underline; }
.tx512rg { margin: 0 4px; opacity: 0.45; }
.tx512rg::before { content: '/'; }
.xwb9n { padding: 2px 4px; color: var(--text-main); }
.qxnlj1 .st44dtz4 {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.qxnlj1 .zwssk { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.jy74x2 .st44dtz4 {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.jy74x2 .zwssk { padding: 0 0 0 12px; }
.fjdzac .zwssk { padding: 0 16px; }
.fjdzac .st44dtz4 {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.fjdzac .mq73h0 { padding-top: 28px; }
@media (max-width: 720px) {
  .evo4 { margin-top: 20px; padding: 0 16px; }
  .fjdzac .mq73h0 { padding-top: 16px; }
}
.eyyofesq.qxnlj1 .zwssk { max-width: 1100px; }
.j3m6n.qxnlj1 .zwssk { max-width: 1200px; }
.rtooita9.qxnlj1 .zwssk { max-width: 1320px; }
.j3m6n .evo4 { max-width: 1200px; }
.r8fw .cco3ll { padding-top: 16px; padding-bottom: 16px; }
.zem5l .cco3ll { padding-top: 24px; padding-bottom: 24px; }
.cgzxnwr2 .cco3ll { padding-top: 40px; padding-bottom: 40px; }
.lzyf .cco3ll { padding-top: 52px; padding-bottom: 52px; }
.kp39m .cco3ll:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.kp39m .cco3ll:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.kp39m .cco3ll:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.kp39m .cco3ll:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ojs5 .b47t9eta { padding-top: 12px;  padding-bottom: 12px; }
.fcrf .b47t9eta { padding-top: 20px;  padding-bottom: 20px; }
.chhs4org .b47t9eta { padding-top: 36px;  padding-bottom: 36px; }
.akjol .b47t9eta { padding-top: 48px;  padding-bottom: 48px; }
.kr8n h1, .kr8n h2, .kr8n h3, .kr8n .i7mu955s { font-weight: 700; }
.xrx30 h1, .xrx30 h2, .xrx30 h3, .xrx30 .i7mu955s { font-weight: 700; }
.gohx1x1, .kr8n, .y0nlb, .xrx30 { font-weight: 400; }
.h698 {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.k0p3lt .h698 { display: none; }
@media (max-width: 640px) {
  .h698 { display: none !important; }
}
.h698 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.h698:hover { opacity: 0.85; }
.a2ol31m .h698 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.syza  .g61e { left: 32px; }
@media (max-width: 480px) {
  .v04cbazs .g61e { right: 20px; bottom: 20px; }
  .syza  .g61e { left: 20px; bottom: 20px; }
}
.ah1l { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.y338kwhh { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.i7qg0h98 { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.xtqr5 { color: var(--text-dim); font-size: var(--fs-label); }
.akvbx { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: var(--fs-sm); margin-bottom: 16px; }
.akvbx img { height: 26px; width: auto; object-fit: contain; }
.gzr6z7 .y338kwhh { text-align: center; }
.gzr6z7 .i7qg0h98 { margin-top: 0; }
@media (max-width: 640px) {
  .y338kwhh { padding-left: 16px; padding-right: 16px; }
  .ssprpqt .y338kwhh { padding: 20px 16px; }
  .psvnk { gap: 4px 12px; }
  .i7qg0h98 { font-size: var(--fs-caption); }
}
.czvq .ziy9 .akvbx { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.czvq .i7qg0h98 { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.czvq .xtqr5 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .czvq .si46b { grid-template-columns: 1fr 1fr; } .czvq .ziy9 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .czvq .si46b { grid-template-columns: 1fr; } }
.iqalbozj .j7n2 { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 16px; border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 12px; }
.iqalbozj .akvbx { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: var(--fs-sm); text-decoration: none; margin-right: auto; flex-shrink: 0; }
.iqalbozj .nuakk3ng { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.iqalbozj .nuakk3ng a { font-size: var(--fs-label); color: var(--text-muted); text-decoration: none; }
.iqalbozj .nuakk3ng a:hover { color: var(--accent-light); }
.jj282i2 { font-size: var(--fs-label); color: var(--text-faint); margin: 0; white-space: nowrap; }
.iqalbozj .wmr1 { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.iqalbozj .p9gvkb { display: flex; flex-wrap: wrap; gap: 4px 16px; }
.iqalbozj .p9gvkb a { font-size: var(--fs-caption); color: var(--text-faint); text-decoration: none; }
.iqalbozj .p9gvkb a:hover { color: var(--accent-light); }
.iqalbozj .i7qg0h98 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .iqalbozj .j7n2 { gap: 12px; } .iqalbozj .akvbx { margin-right: 0; width: 100%; } }
.rey2fza .n7acetem .akvbx { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.rey2fza .i7qg0h98 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.rey2fza .xtqr5 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .rey2fza .jy0yxz5 { grid-template-columns: 1fr 1fr; } .rey2fza .n7acetem { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rey2fza .jy0yxz5 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ipd3f62i .zkmc0fo { grid-template-columns: 1fr 1fr; } .ipd3f62i .h62bkuf6:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ipd3f62i .zkmc0fo { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .xn1it37 .zkmc0fo { grid-template-columns: 1fr; } }
.tbz3ty2u .y338kwhh { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.nlt01xn .khno1      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.eux5 .khno1      { background: #0d1117; border-bottom-color: #21262d; }
.eux5 .cf19 { color: var(--accent-light); }
.eux5 .hpip { --msep-color: #8b949e; }
.eux5 .hpip a { color: #8b949e; }
.eux5 .hpip a:hover { color: var(--accent-light); }
.eux5 .pbkpgy { color: #8b949e; }
.eux5 .ah1l { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.eux5 .i7qg0h98,
.eux5 .xtqr5 { color: #6e7681; }
.eux5 .ful3 a, .eux5 .nuakk3ng a,
.eux5 .p9gvkb a { color: #8b949e; }
.eux5 .akvbx { color: #e6edf3; }
.eux5 .ful3 a:hover, .eux5 .nuakk3ng a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .eux5 .hpip { background: #0d1117; border-top-color: #21262d; }
  .eux5 .hpip li a { border-bottom-color: #21262d; }
}
.ljmqrl .khno1      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ljmqrl .cf19 { color: var(--accent-light); }
.ljmqrl .hpip { --msep-color: #475569; }
.ljmqrl .hpip a { color: #475569; }
.ljmqrl .hpip a:hover { color: var(--accent-light); }
.ljmqrl .pbkpgy { color: #64748b; }
.ljmqrl .ah1l { background: #f0f4f8; border-top-color: #cbd5e1; }
.ljmqrl .i7qg0h98,
.ljmqrl .xtqr5 { color: #64748b; }
.ljmqrl .ful3 a, .ljmqrl .nuakk3ng a,
.ljmqrl .p9gvkb a, .ljmqrl .akvbx { color: #374151; }
.ljmqrl .ful3 a:hover, .ljmqrl .nuakk3ng a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .ljmqrl .hpip { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ljmqrl .hpip li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.o3ci7 .khno1 { background: var(--b-50); border-bottom-color: var(--b-200); }
.o3ci7 .hpip a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .o3ci7 .hpip { background: var(--b-50); border-top-color: var(--b-200); }
}
.efxhxd2 .khno1, .qm370w7p .khno1 { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.efxhxd2 .cf19, .qm370w7p .cf19 { color: #fff; }
.efxhxd2 .hpip, .qm370w7p .hpip { --msep-color: rgba(255,255,255,0.82); }
.efxhxd2 .hpip a, .qm370w7p .hpip a { color: rgba(255,255,255,0.82); }
.efxhxd2 .hpip a:hover, .qm370w7p .hpip a:hover { color: #fff; }
.efxhxd2 .pbkpgy, .qm370w7p .pbkpgy { color: rgba(255,255,255,0.9); }
@media (max-width: 640px) {
  .efxhxd2 .hpip, .qm370w7p .hpip { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .efxhxd2 .hpip li a, .qm370w7p .hpip li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.ld5kb.efxhxd2 .h698 { background: #fff !important; color: var(--b-700) !important; }
.t9j2w .khno1 {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.t9j2w .khno1::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) {
  .t9j2w .hpip {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.e8fgll .u9522 { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.tn65eb8q .u9522 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.p76hyubw .u9522 { min-height: 72px; height: auto; }
.j5t3fug7 .u9522 { min-height: 84px; height: auto; }
.ssprpqt .u9522 { max-width: none; padding: 0 32px; }
.ssprpqt .y338kwhh  { max-width: none; padding: 24px 32px; }
.ewrq.j3m6n .u9522 { max-width: 1200px; }
.ewrq.rtooita9 .u9522 { max-width: 1320px; }
.v5d5   .cf19, .v5d5   .akvbx { text-transform: capitalize; }
.jv2xnr7 .cf19, .jv2xnr7 .akvbx { text-transform: lowercase; }
.snha1d35 .cf19, .snha1d35 .akvbx { text-transform: uppercase; letter-spacing: var(--ls-label); }
.ob52q97t, .kqv78 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.irgs33 .ob52q97t,
.irgs33 .kqv78 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-btn); padding: 4px; }
.c6tfd177 .ob52q97t,
.c6tfd177 .kqv78 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: var(--r-btn); padding: 4px; }
.z1to .ob52q97t,
.z1to .kqv78 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-pill); padding: 4px 8px; }
.byf4c2 .ob52q97t,
.byf4c2 .kqv78 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: var(--r-pill); padding: 4px 8px; }
.iykxbs5k   .hpip a { font-weight: 500; }
.b9ovp .hpip a { font-weight: 600; }
.m1z85qb     .hpip a { font-weight: 700; }
.u1w0s    .hpip a { font-weight: 700; letter-spacing: normal; }
.pio9ixk     .hpip > li + li::before,
.cj45    .hpip > li + li::before,
.p92qg44    .hpip > li + li::before,
.jtg6w6 .hpip > li + li::before,
.rc5849 .hpip > li + li::before,
.u0pjy5a  .hpip > li + li::before,
.ffgfr3    .hpip > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.pio9ixk     .hpip > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.cj45    .hpip > li + li::before { content: "|"; }
.p92qg44    .hpip > li + li::before { content: "—"; }
.jtg6w6 .hpip > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.rc5849 .hpip > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.u0pjy5a  .hpip > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.ffgfr3    .hpip > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .h4ypbe .pbkpgy,
  .zbtldw .pbkpgy,
  .b19a7 .pbkpgy,
  .njud98yn .pbkpgy,
  .qvowgmz .pbkpgy {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .h4ypbe .pbkpgy::before,
  .zbtldw .pbkpgy::before,
  .b19a7 .pbkpgy::before,
  .njud98yn .pbkpgy::before,
  .qvowgmz .pbkpgy::before { content: ""; display: block; flex-shrink: 0; }

  
  .h4ypbe .pbkpgy::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;
  }

  
  .zbtldw .pbkpgy::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;
  }

  
  .b19a7 .pbkpgy::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;
  }

  
  .njud98yn .pbkpgy::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;
  }

  
  .qvowgmz .pbkpgy::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) {
  .kegzu .pbkpgy {
    padding: 4px 16px;
  }
  .kegzu .hpip {
    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;
  }
  .kegzu .hpip li a {
    border-bottom: none; padding: 12px 24px;
  }
  .kegzu .hpip li a:hover { background: var(--bg-raised); }
  .kegzu .xit138,
  .o7913 .xit138,
  .vo9cap1 .xit138 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ycge .pbkpgy {
    padding: 4px 12px;
  }
  .ycge .hpip {
    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);
  }
  .ycge .hpip.fiymm { transform: translateX(0); }
  .ycge .hpip li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .ycge .hpip li:last-child a { border-bottom: none; }
  .efxhxd2 .hpip,
  .eux5 .hpip { background: var(--accent) !important; }
  .efxhxd2 .hpip li a,
  .eux5 .hpip li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .vo9cap1 .pbkpgy {
    padding: 4px 12px;
  }
  .vo9cap1 .hpip {
    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);
  }
  .vo9cap1 .hpip::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .vo9cap1 .hpip.fiymm { transform: translateY(0); }
  .vo9cap1 .hpip li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .ovk2et3 .pbkpgy {
    padding: 4px 12px;
  }
  .ovk2et3 .hpip {
    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;
  }
  .ovk2et3 .hpip.fiymm { opacity: 1; pointer-events: auto; }
  .ovk2et3 .hpip li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .r5d7wj     .pbkpgy { border-radius: 0 !important; }
  .tgpk101g   .pbkpgy { border-radius: var(--r-btn) !important; }
  .fwdv .pbkpgy { border-radius: 50% !important; }
  .rziv0cv   .pbkpgy { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .n111fd .harem { flex-direction: column; align-items: stretch; }
  .n111fd .p305fw { flex-direction: row; min-width: auto; }
  .n111fd .qequt4xp { align-items: flex-start; text-align: left; }
}
.n3x2h9n4,
.n3x2h9n4.cco3ll,
.i42jb .n3x2h9n4,
.vr2d .n3x2h9n4,
.lzlj .n3x2h9n4,
.kgati .n3x2h9n4 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.fm59u36 {
  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;
}
.vxvvywd { flex: 1 1 280px; min-width: 0; }
.sahz8e4 {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.rwkvcw3 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.cywgz37v {
  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;
}
.cywgz37v:hover { transform: translateY(-1px); opacity: 0.95; }
.ch82zsn .fm59u36 {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.ch82zsn .sahz8e4 { color: var(--cta); }
.ch82zsn .rwkvcw3 { color: var(--text-body); }
.ch82zsn .cywgz37v {
  background: var(--cta);
  color: var(--cta-fg);
}
.sl8678 .fm59u36 {
  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);
}
.sl8678 .sahz8e4 { color: var(--text-primary); }
.sl8678 .rwkvcw3 { color: var(--text-body); }
.sl8678 .cywgz37v {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .fm59u36 {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .vxvvywd { flex: 0 0 auto; }
  .sahz8e4 { font-size: var(--fs-lead); }
  .cywgz37v { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.ogb8jcj3 .usfxn6 { height: 36px; }
.rgw8wc .usfxn6 { height: 60px; max-width: 200px; }
.y7v0pbp .usfxn6 { height: 56px; max-width: 180px; }
.qsj4u    .t0gotrp, .qsj4u    .ika9u { color: #f59e0b; }
.bgidv6      .ika9u   { font-size: var(--fs-lead); }
.z929cmv    .t0gotrp, .z929cmv    .ika9u { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.cygz     .t0gotrp, .cygz     .ika9u { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.o39y0m7d .t0gotrp, .o39y0m7d .ika9u { color: var(--cta); letter-spacing: var(--ls-wide); }
.gjd0z   .t0gotrp, .gjd0z   .ika9u { color: #e91e63; letter-spacing: var(--ls-wide); }
.yvbd  .t0gotrp, .yvbd  .ika9u { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.kg55d27     .t0gotrp, .kg55d27     .ika9u { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.k4amq .az9y {
  font-size: var(--fs-lead); font-weight: 700;
  color: var(--text-muted); opacity: .45;
}
.lncg .twyr {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.lncg .p3t2p {
  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);
}
.lncg .p3t2p + .p3t2p { border-top: var(--bw-hair) solid var(--border-alt); }
.lncg .bk365 { align-items: center; text-align: center; }
.lncg .z3nejyf {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.lncg .rc9evcrw { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.lncg .i8kj { font-size: var(--fs-body); }
.lncg .rodz6xb.j43c8n8v { min-width: 180px; }
@media (min-width: 720px) {
  .lncg .twyr {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .lncg .p3t2p + .p3t2p { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .lncg .p3t2p { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .lncg .xnhk4fzx { top: -16px; left: 50%; }
  .lncg .z3nejyf { width: 132px; height: 132px; }
}
.nv6vz0i .twyr {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.nv6vz0i .p3t2p {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.nv6vz0i .z3nejyf {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.nv6vz0i .rc9evcrw { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
@media (max-width: 900px) {
  .nv6vz0i .z3nejyf { width: 104px; height: 104px; }
}
.fb3u25 .n7yr5 {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.fb3u25 .n7yr5 summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.fb3u25 .n7yr5 summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.fb3u25 .n7yr5[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.fb3u25 .n7yr5 p { padding: 0 14px 18px; }
.fb3u25 .n7yr5[open] p { border-top: none; padding-top: 0; }
.mkuym .n7yr5 { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.mkuym .n7yr5 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;
}
.mkuym .n7yr5 summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.mkuym .n7yr5[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.mkuym .n7yr5 p { padding: 14px 24px 4px; }
.mkuym .n7yr5[open] p { border-top: none; padding-top: 14px; }
.kl7ha .n7yr5 {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.kl7ha .n7yr5 summary { color: var(--text-primary); padding: 16px 18px; }
.kl7ha .n7yr5[open] summary { box-shadow: none; }
.kl7ha .n7yr5 p { padding: 0 18px 18px; }
.vxj0v8 .i7fvoy { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.vxj0v8 .n7yr5 {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.vxj0v8 .n7yr5:last-child { border-bottom: none; }
.vxj0v8 .n7yr5 summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.vxj0v8 .n7yr5 p { padding: 0 20px 16px; }
.kpb87 .n7yr5 { overflow: hidden; }
.kpb87 .n7yr5 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));
}
.kpb87 .n7yr5 summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.kpb87 .n7yr5 summary::after { color: var(--tone-mark, var(--accent)); }
.kpb87 .n7yr5[open] summary { border-radius: 0; box-shadow: none; }
.gpq3m { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.tcra2 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.t679k {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.bi6ru { color: var(--text-muted); font-size: var(--fs-body); }
.ttgju4xl {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.zw267 { margin-bottom: 20px; }
.fg0pps {
  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);
}
.xx48 {
  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;
}
.xx48:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.n6vvwp { resize: vertical; min-height: 130px; }
.fedc97 { width: 100%; margin-top: 8px; }
.dfs0cit {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.zclt0 {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.o60x8fw { color: var(--text-muted); line-height: var(--lh-read); }
.hd7j { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.hd7j li { margin-bottom: 8px; }
.pj0e7 { max-width: 760px; margin: 0 auto; }
.zroqct { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.a1d2m { max-width: 760px; margin: 0 auto; }
.o6y0ce7c ul.hd7j { margin: 0; }
@media (max-width: 640px) { .n5ja5vn { grid-template-columns: 1fr; gap: 12px; } }
.gh4u { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.v3dqh { background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 24px; }
.ymhm7g { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.v3dqh p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.v3dqh .hd7j { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .gh4u { grid-template-columns: 1fr; } }
.n2zvvj { color: inherit; text-decoration: none; }
.n2zvvj:hover { color: var(--accent-light); text-decoration: underline; }
.vagt { display: inline-block; line-height: 0; }
.o21vku54 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.vpeig8 { max-width: 760px; margin: 0 auto; }
.sy7n3meb ul.hd7j { margin: 0; }
.xpuoef6 { color: var(--text-muted); line-height: var(--lh-read); }
.lopzrp .hd7j,
.sph5 .hd7j,
.htnzkhvc .hd7j,
.c4zm .hd7j {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.yald9hns { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.ljyuax { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.ro0xi { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.pi2rvd { margin-top: 12px; }
.tguj24 { 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; }
.tguj24:hover { border-bottom-color: var(--accent-light); }
.clh6z744 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.clh6z744 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bifetk86 { border-radius: 28%; }
.sjob5gbk { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.x5wztv { color: var(--text-muted); font-weight: 600; letter-spacing: normal; }
@media (max-width: 640px) { .u73v { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.gzr2fs .ro0xi, .gzr2fs .ljyuax { max-width: 640px; }
.imqn5t5a .yald9hns { font-size: var(--fs-h3); margin-top: 20px; }
.yrck .ro0xi { margin-bottom: 28px; }
@media (max-width: 860px) { .kerbu0ts { grid-template-columns: 1fr; } .imqn5t5a { position: static; text-align: center; } }
.jllp4 .clh6z744 { margin: 0 auto 20px; }
.jllp4 .sjob5gbk { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .t16g7 { grid-template-columns: 1fr; } }
.fqb45e { 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; }
.acci7 { flex: 1; }
.fqb45e .yald9hns { font-size: var(--fs-h3); margin-bottom: 8px; }
.e4o0p { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.c4zm { background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 24px; }
.d3b3 { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.c4zm p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.c4zm .hd7j { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .fqb45e { flex-direction: column; text-align: center; } .e4o0p { grid-template-columns: 1fr; } }
.ey062 .yald9hns { font-size: var(--fs-lead); margin: 0 0 4px; }
.ey062 .sjob5gbk { margin: 0; }
.ihn2 { max-width: 760px; margin: 0 auto; }
.g11biq7 { position: relative; padding-left: 28px; }
.g11biq7::before { content: ""; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 2px; background: var(--border); }
.n4z1 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.n4z1:last-child { padding-bottom: 0; }
.yfrptqp { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: var(--bw-bar) solid var(--bg-surface); flex-shrink: 0; }
.mmsdv3d h2 { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.mmsdv3d p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.mjnc25 .t679k { color: var(--accent-light); }
.adptk .t679k { font-size: var(--fs-h2); }
.adptk .bi6ru { max-width: 680px; }
.gmnskfj .t679k { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.gmnskfj .bi6ru  { margin: 0; }
@media (max-width: 640px) { .gmnskfj { flex-direction: column; } }
.jhgf34 {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.jhgf34 .t679k { color: var(--accent-light); }
.dbo7ja0 .t679k { color: #fff; }
.dbo7ja0 .bi6ru  { color: rgba(255,255,255,0.85); }
.i00mu { max-width: 680px; margin: 0 auto; }
@media (max-width: 540px) { .s5n5l { grid-template-columns: 1fr; } }
.vq1ze9i .xx48 {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.vq1ze9i .xx48:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.wrnre .xx48 { background: var(--bg-raised); border-color: transparent; }
.wrnre .xx48:focus { background: var(--bg-card); border-color: var(--accent-light); }
.qyvnv06 .xx48 { border-radius: var(--r-pill); padding: 12px 20px; }
.qyvnv06 .n6vvwp { border-radius: var(--r-card); }
@media (max-width: 640px) { .xm555wx { grid-template-columns: 1fr; } }
.qpa7 { counter-reset: priv-count; }
.o0pg4t1v {
  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);
}
.o0pg4t1v:last-child { border-bottom: none; }
.vrur4jq {
  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;
}
.o0pg4t1v h2 {
  font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.o0pg4t1v p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.q50rgk9 { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; margin: 0; }
.q50rgk9 li { margin-bottom: 8px; }
.tscszwf{position:relative;overflow:visible}
.z1c0m{--date-bg:transparent}
.c47se7 .dz8gdi::before{content:""}
.vt0yb7{display:flex;align-items:flex-start;gap: 16px;max-width:var(--content-width, 960px);margin: 32px auto 24px;padding: 20px 24px}
.unpm{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.z1fhip8m{display:flex;flex-direction:column;gap: 4px}
.i8jr{font-size: var(--fs-caption);text-transform:uppercase;letter-spacing: var(--ls-label);color:var(--text-body);opacity:.55}
.jh0t{font-weight:700;font-size: var(--fs-sm);color:var(--text-heading)}
.znvrctdm{font-size: var(--fs-label);color:var(--text-body);opacity:.8;line-height: var(--lh-snug);margin-top: 4px}
.mc5n9 .vt0yb7{background:var(--surface-alt);border-radius:var(--radius, 8px);border: var(--bw-hair) solid var(--border)}
.l03w .vt0yb7{border-top: var(--bw-bar) solid var(--accent);padding-top: 20px}
.t3v6gaq .vt0yb7{border-left: var(--bw-bar) solid var(--accent);border-radius:0}
.ah2yj9kk .vt0yb7{padding: 20px 0}
@media(max-width:640px){
  .vt0yb7{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .znvrctdm{max-width:100%}
}
.m5nbl .vgbm{margin: 0}
@media (max-width:560px){
  .lvqe{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) {
  .rj80hq { padding: 28px 20px 20px; }
  .clna { font-size: var(--fs-lead); }
  .fcrix { max-width: 220px; max-height: 80px; }
}
.n9y3v3qm {
  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);
}
.lg3p5oc {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.j93x  .n9y3v3qm { border-radius: 50%; }
.f5c0  .n9y3v3qm { border-radius: var(--r-chip); }
.i6t4j0l .n9y3v3qm { border-radius: var(--r-card); }
.v8fl .fm59u36 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .n9y3v3qm { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ieeybk .cco3ll {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ieeybk .b47t9eta {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ieeybk .fm59u36 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.jeaby286 {
  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;                  
}
.jeaby286.wge2ug { transform: translate(-50%, 0); }
.jeaby286 .cco3ll,
.jeaby286 .b47t9eta {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.jeaby286 .fm59u36 {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.uh2uzybf {
  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;
}
.uh2uzybf::before,
.uh2uzybf::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.uh2uzybf::before { transform: translate(-50%, -50%) rotate(45deg); }
.uh2uzybf::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.uh2uzybf:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .jeaby286 { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .jeaby286 .fm59u36 {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .jeaby286 .rwkvcw3 { display: none !important; }
  .jeaby286 .sahz8e4 { font-size: var(--fs-body) !important; }
  .jeaby286 .n9y3v3qm { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .uh2uzybf { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .u9522 { flex-direction: row-reverse; }
[dir="rtl"] .hpip { flex-direction: row-reverse; }
[dir="rtl"] .syza  .g61e { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .v04cbazs .g61e { right: auto; left: 20px; }
  [dir="rtl"] .syza  .g61e { left: auto;  right: 20px; }
}
[dir="rtl"] .hsso4 .rfeaac4w  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .c0g12em .rfeaac4w { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .mv4t, [dir="rtl"] .o2hh8ato { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .amxk { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .tvbqz { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .cwb5h54 { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .fm59u36 { direction: rtl; }
[dir="rtl"] .n9y3v3qm { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .p3t2p,
[dir="rtl"] .st44dtz4 { direction: rtl; }
[dir="rtl"] .afrzyd { direction: rtl; }
[dir="rtl"] .a46es { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .gw7tsb.qfrfcian .nx78tn,
[dir="rtl"] .ngfv6.qfrfcian .nx78tn,
[dir="rtl"] .jcf2.qfrfcian .nx78tn,
[dir="rtl"] .a10r7j3.qfrfcian .nx78tn,
[dir="rtl"] .o83zyr.qfrfcian .nx78tn { text-align: right; }
[dir="rtl"] .bt5tb2.qfrfcian .flukr { align-items: flex-end; text-align: right; }
[dir="rtl"] .b47t9eta,
[dir="rtl"] .amda5m4,
[dir="rtl"] .eezhj,
[dir="rtl"] .nx78tn { text-align: right; }
[dir="rtl"] .ttgju4xl,
[dir="rtl"] .fg0pps,
[dir="rtl"] .ro0xi,
[dir="rtl"] .xx48,
[dir="rtl"] .n6vvwp { text-align: right; direction: rtl; }
[dir="rtl"] .qyvnv06 .xx48,
[dir="rtl"] .vq1ze9i .xx48 { padding-right: 20px; padding-left: 20px; }
.tg1mdp0 .twyr,
.n8n2 .twyr,
.dnyly9j6 .twyr { border: var(--bw-hair) solid var(--border-alt); }
.cjnjdu .twyr {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.tg1mdp0 .p3t2p,
.n8n2 .p3t2p,
.cjnjdu .p3t2p,
.dnyly9j6 .p3t2p {
  gap: 24px;
  padding: 24px 24px;
}
.tg1mdp0 .p3t2p + .p3t2p,
.dnyly9j6 .p3t2p + .p3t2p { border-top: none; }
.tg1mdp0 .p3t2p:nth-child(even),
.dnyly9j6 .p3t2p:nth-child(even) { background: var(--bg-surface); }
.cjnjdu .p3t2p {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.tg1mdp0 .z3nejyf,
.n8n2 .z3nejyf,
.cjnjdu .z3nejyf,
.dnyly9j6 .z3nejyf {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.tg1mdp0 .rc9evcrw,
.n8n2 .rc9evcrw,
.cjnjdu .rc9evcrw,
.dnyly9j6 .rc9evcrw {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.dnyly9j6 .i8kj { font-size: var(--fs-body); font-weight: 700; }
.tg1mdp0 .buoar17i, .tg1mdp0 .k8eagz9d, .tg1mdp0 .qq3m0uw,
.n8n2 .buoar17i, .n8n2 .k8eagz9d, .n8n2 .qq3m0uw,
.cjnjdu .buoar17i, .cjnjdu .k8eagz9d, .cjnjdu .qq3m0uw,
.dnyly9j6 .buoar17i, .dnyly9j6 .k8eagz9d, .dnyly9j6 .qq3m0uw {
  background: transparent;
  padding: 12px 0; align-items: flex-start; text-align: left;
}
.tg1mdp0 .rodz6xb.j43c8n8v,
.n8n2 .rodz6xb.j43c8n8v,
.cjnjdu .rodz6xb.j43c8n8v,
.dnyly9j6 .rodz6xb.j43c8n8v {
  padding: 16px 24px !important;
}
.dnyly9j6 .rodz6xb.j43c8n8v { box-shadow: none; }
@media (max-width: 1080px) {
  .tg1mdp0 .p3t2p,
  .n8n2 .p3t2p,
  .cjnjdu .p3t2p,
  .dnyly9j6 .p3t2p { gap: 16px; padding: 20px; }
  .tg1mdp0 .z3nejyf,
  .n8n2 .z3nejyf,
  .cjnjdu .z3nejyf,
  .dnyly9j6 .z3nejyf { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .tg1mdp0 .z3nejyf,
  .n8n2 .z3nejyf,
  .cjnjdu .z3nejyf,
  .dnyly9j6 .z3nejyf { width: 104px; height: 104px; }
}
.hohkw7yc .l2ntza4 { display: none; }
.wycx1 li::before { color: #2f855a; font-weight: 700; }
.ony18 li::before { color: #9b2c2c; font-weight: 700; }
.yjge6ta4::before { color: #2f855a; }
.w7oes::before { color: #9b2c2c; }
.umdp  .cywgz37v, .umdp  .ap3v4 { border-radius: var(--r-pill); }
.tikzu .cywgz37v, .tikzu .ap3v4 { border-radius: 0; }
.te916 .cywgz37v, .te916 .ap3v4 { border-radius: var(--r-btn); }
.cywgz37v, .ap3v4, .dgyei, .j43c8n8v, .rodz6xb.j43c8n8v {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
body.tikzu { --btn-radius: 0px; }
.dgyei, .j43c8n8v, .rodz6xb.j43c8n8v, .cywgz37v, .ap3v4,
.fp2ev8, .z8hfkk0r, .jeaby286 .cywgz37v {
  border-radius: var(--btn-radius) !important;
}
.vlji a, .amda5m4 a, .eezhj a, .dtlpz8jx a, .n7yr5 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;
}
.vlji a:hover, .amda5m4 a:hover, .eezhj a:hover, .dtlpz8jx a:hover { text-decoration-color: currentColor; }
.jtss   { --hero-a: var(--b-900); --hero-b: var(--b-800); }
.d53j .qhvhx2s.jcf2 .i7mu955s,
.d53j section.jcf2 .i7mu955s { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.d53j .jcf2 .iofz { color: var(--text-body); }
.jtss .gw7tsb:not(.jcf2) .mh3wa0 {
  background: linear-gradient(180deg, color-mix(in srgb, var(--n-900) 72%, transparent) 0%, color-mix(in srgb, var(--n-900) 86%, transparent) 100%);
}
.qhvhx2s.gw7tsb:not(.jcf2) .i7mu955s,
section.gw7tsb:not(.jcf2) .i7mu955s { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.g113ucz .ah1l { background: var(--bg-page); border-top-color: var(--border-alt); }
.f1bdapkx .ah1l { background: var(--b-50); border-top-color: var(--b-200); }
.uneshmb .ah1l, .svbb .ah1l, .grlcc .ah1l {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.uneshmb .ah1l :is(.i7qg0h98, .xtqr5),
.svbb   .ah1l :is(.i7qg0h98, .xtqr5),
.grlcc    .ah1l :is(.i7qg0h98, .xtqr5) { color: rgba(255,255,255,0.68); }
.uneshmb .ah1l :is(.fp0073tj, .glcd),
.svbb   .ah1l :is(.fp0073tj, .glcd),
.grlcc    .ah1l :is(.fp0073tj, .glcd) { color: rgba(255,255,255,0.7); }
.uneshmb .ah1l a, .svbb .ah1l a, .grlcc .ah1l a { color: rgba(255,255,255,0.9); }
.uneshmb .ah1l a:hover, .svbb .ah1l a:hover, .grlcc .ah1l a:hover { color: #fff; }
.uneshmb .ah1l .akvbx,
.svbb   .ah1l .akvbx,
.grlcc    .ah1l .akvbx { color: #fff; }
.u143d795 .twyr:not(.lkxr) .p3t2p:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.kywk .twyr:not(.lkxr) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.kywk .twyr:not(.lkxr) .p3t2p { background: var(--bg-card); border-radius: var(--r-btn); }
.kywk .twyr:not(.lkxr) .p3t2p + .p3t2p { margin-top: 8px; border-top: none; }
.rku7j50 .p3t2p::before { background: var(--tone-line, var(--accent)); }
.h1f691r .p3t2p:first-child { border-top-color: var(--tone-line, var(--accent)); }
.n7yr5 summary:hover::after, .n7yr5[open] summary::after { color: var(--tone-mark, var(--accent)); }
.qo9b .xy2r { border-top-color: var(--tone-line, var(--accent)); }
.raexwe2 .affv6 { background: var(--tone-fill, var(--accent-bg)); }
.z8y5gkpr .yp9k4t77 .rc9evcrw,
.z8y5gkpr .pt6t.yp9k4t77 img,
.z8y5gkpr .lpkoy.yp9k4t77 img { border-radius: 22%; }
.z8y5gkpr .pt6t.yp9k4t77 { border-radius: var(--r-card); }
.hs0cn4 .yp9k4t77 .rc9evcrw,
.hs0cn4 .pt6t.yp9k4t77 img,
.hs0cn4 .lpkoy.yp9k4t77 img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.hs0cn4 .pt6t.yp9k4t77 { border-radius: 50%; padding: 5px; }
.hs0cn4 .yp9k4t77.z3nejyf, .z8y5gkpr .yp9k4t77.z3nejyf { overflow: visible; }
.xy2r, .u10bq1va, .twyr:not(.lkxr), .vgbm, .n7yr5 {
  border: none; box-shadow: var(--sh-card);
}
.uckc .xy2r, .uckc .u10bq1va,
.uckc .twyr:not(.lkxr) { box-shadow: var(--sh-lift); }
.fb3u25 .n7yr5, .mkuym .n7yr5, .vxj0v8 .n7yr5 { box-shadow: none; }
.vxj0v8 .i7fvoy { border: none; box-shadow: var(--sh-card); }
.kl7ha .n7yr5 { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.mkuym .n7yr5 summary { border: none; box-shadow: var(--sh-card); }
.mkuym .n7yr5[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.kpb87 .n7yr5 summary { color: var(--tone-fill-head-raw); }
.gzz69i .xy2r { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.mluq, .cwb5h54, .afrzyd { border: none; box-shadow: var(--panel-sh, none); }
.wbp799x .qx71 { border: none; box-shadow: var(--sub-sh, none); }
.npjzi .mluq, .npjzi .afrzyd { box-shadow: var(--panel-sh, none); }
.npjzi .vgbm, .npjzi .qc7v7d .cwb5h54 { box-shadow: var(--sh-card); }
.npjzi .wbp799x .qx71 { box-shadow: var(--sub-sh, none); }
.r625 .qx71, .npjzi .r625 .qx71, .uckc .r625 .qx71 { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.mluq { background: var(--bg-card-inner); border-radius: var(--r-card); }
.y64d { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.nr2v5y .mluq   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.c33su .mluq { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.lh3qo8 .mluq     { border: none; }
.lh3qo8 .y64d { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.owkk5 .mluq    { border: none; box-shadow: var(--sh-card); }
.cwb5h54 { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.ygke5u1 { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.cwb5h54 strong, .kzm0 .cwb5h54 strong, .z2yec6f .cwb5h54 strong,
.mjmls5xg .cwb5h54 strong { color: var(--cl-head); }
.cwb5h54 p, .kzm0 .cwb5h54 p, .z2yec6f .cwb5h54 p,
.mjmls5xg .cwb5h54 p { color: var(--cl-fg); }
.kzm0 .cwb5h54 { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.kzm0 .cwb5h54 strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.dbcmv9lp .cwb5h54 { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.z2yec6f .cwb5h54 { border: none; }
.mjmls5xg .cwb5h54  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.qc7v7d .cwb5h54   { 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); }
.rwub { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.rwub strong { color: var(--cl-head); }
.amxk, .tvbqz { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.amxk ul li, .amxk .wycx1 li { color: var(--sem-pos-body); }
.tvbqz ul li, .tvbqz .ony18 li { color: var(--sem-neg-body); }
.sexqh9yn .amxk, .sexqh9yn .tvbqz { border: none; }
.hnd203t .amxk, .hnd203t .tvbqz { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.hnd203t .amxk { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.hnd203t .tvbqz { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.u30m0k .amxk, .u30m0k .tvbqz { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.u30m0k .amxk { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.u30m0k .tvbqz { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.qiz4en .amxk .i8gn7, .qiz4en .tvbqz .i8gn7 {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.qiz4en .amxk .i8gn7 { background: var(--sem-pos-fg); }
.qiz4en .tvbqz .i8gn7 { background: var(--sem-neg-fg); }
.qiz4en .yjge6ta4::before, .qiz4en .w7oes::before { color: #fff; }
.axwe0f .amxk ul li, .axwe0f .amxk .wycx1 li,
.axwe0f .tvbqz ul li, .axwe0f .tvbqz .ony18 li { color: var(--text-body); }
.afrzyd { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.i6h7w { color: var(--tone-fill-head, var(--text-primary)); }
.ax6iw .a46es a, .i7p5i .a46es a, .c2gjq .a46es a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.ax6iw .a46es a:hover, .i7p5i .a46es a:hover, .c2gjq .a46es a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.uicpk78h .afrzyd { border-bottom-color: var(--border-alt); }
.uicpk78h .a46es a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.mqiafp1, .ox2f3xk { border: none; }
.ma63 { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.zqt6 { border-top: none; }
.zqt6 > span { color: var(--tone-fill-head, var(--text-primary)); }
.qqfpqr9q em, .qx1zg62k em, .cegtugmj em, .ddvx3 em { color: var(--tone-fill-muted, var(--text-muted)); }
.raexwe2 .affv6 { border-bottom: none; }
.gzz69i .affv6 { border-bottom: none; }
.pt6t.yp9k4t77 { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.pt6t.yp9k4t77 img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.z8y5gkpr .pt6t.yp9k4t77 img { border-radius: 22%; }
.hs0cn4  .pt6t.yp9k4t77 img { border-radius: 50%; }
.hs0cn4  .pt6t.yp9k4t77 { padding: 0; }
@media (min-width: 900px) {
  .ejt1m .f4fcu43 > .xy2r:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.mv4t li::marker { color: var(--tone-mark, var(--accent)); }
.o2hh8ato li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.hx3n li::marker { color: var(--tone-mark, var(--accent)); }
.v1zhdh h2.rt5e { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.lyfpqph3 h2.rt5e { border-bottom-color: var(--tone-mark, var(--accent)); }
.jw8wv h2.rt5e { border-top-color: var(--tone-mark, var(--accent)); }
.hsso4 .qx71, .c0g12em .qx71, .wq7y .qx71,
.hsso4 .cwb5h54, .c0g12em .cwb5h54, .wq7y .cwb5h54,
.hsso4 .t5g7, .c0g12em .t5g7, .wq7y .t5g7,
.hsso4 .vgbm, .c0g12em .vgbm, .wq7y .vgbm { clear: both; }
.rfeaac4w .k6x06vm3 { box-shadow: var(--sh-card); }
.vgbm { border-radius: var(--r-card); }
.htzv2 .sbw7tpm { border: none; }
.o3ci7 .hpip a { color: var(--b-800); }
.o3ci7 .hpip a:hover { color: var(--b-600); }
.d53j .qhvhx2s.jcf2 .i7mu955s,
.d53j section.jcf2 .i7mu955s,
.d53j .ngfv6 .i7mu955s { color: var(--b-900) !important; }
.d53j .jcf2 .iofz, .d53j .ngfv6 .iofz { color: var(--b-800); }
.f1bdapkx .ah1l, .f1bdapkx .ah1l a { color: var(--b-800); }
.f1bdapkx .ah1l :is(.i7qg0h98, .xtqr5, .fp0073tj) { color: var(--b-700); }
.fm59u36 { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.cywgz37v { border: none; }
.cxg6zg5 .cywgz37v { background: #fff !important; color: var(--cta) !important; }
.ch82zsn .fm59u36 { background: var(--b-100); border: none; }
.ch82zsn .sahz8e4 { color: var(--b-900); }
.ch82zsn .rwkvcw3 { color: var(--b-800); }
.sl8678 .fm59u36 { background: var(--b-900); border: none; border-radius: var(--r-card); }
.sl8678 .sahz8e4 { color: #fff; }
.sl8678 .rwkvcw3 { color: rgba(255,255,255,0.82); }
.k0yl .fm59u36 { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.k0yl .cywgz37v { background: #fff !important; color: var(--b-800) !important; }
.n9y3v3qm { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.lg3p5oc { width: 100%; height: 100%; object-fit: cover; }
h2.rt5e, .i7mu955s, h1.rt5e, .sahz8e4 { font-weight: 700; }
.hdzx8os h3, h3.p06pxci9 { font-weight: 600; }
.flkcj { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.mv4t { list-style: none !important; padding-left: 0; margin: 16px 0; }
.mv4t li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.mv4t li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.mv4t 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);
}
.bno7kq .mv4t li { padding-left: 28px; }
.bno7kq .mv4t 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));
}
.bno7kq .mv4t li::after { content: none; }
.bno7kq .mv4t li::marker, .mv4t li::marker { content: ""; }
.o2hh8ato { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.o2hh8ato li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.o2hh8ato 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;
}
.bno7kq .o2hh8ato li::before { border-radius: 50%; }
.o2hh8ato li::marker { content: ""; }
.hx3n { list-style: none; padding-left: 16px; }
.hx3n li { position: relative; padding-left: 16px; }
.hx3n li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.hx3n li::marker { content: ""; }
h3.p06pxci9 { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.vlji strong, .amda5m4 strong, .rnp6t0lk 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");
}
.wycx1 li::before, .ony18 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);
}
.ony18 li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.wycx1 li, .ony18 li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.yjge6ta4::before, .w7oes::before { content: none !important; display: none !important; }
.i8gn7 { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.hohkw7yc .l2ntza4, .l2ntza4 {
  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;
}
.rg43z .l2ntza4     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.ygke5u1 .l2ntza4 { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.pe0cg44m .l2ntza4  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.rwub .l2ntza4, .pfjkxwd .l2ntza4 { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.l2ntza4::before { content: none !important; }
.cwb5h54 { gap: 14px; }
.xy2r { --rv-pad: 24px; }
.affv6 { padding: var(--rv-pad); }
.hzwzjdnd { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.hzwzjdnd > * { margin: 0 !important; }
.dtlpz8jx { line-height: var(--lh-read); }
.zqt6 {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.zqt6 > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.zqt6 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)); }
.zqt6 b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.mncpzfqa { gap: 16px; }
.axwe0f .amxk, .axwe0f .tvbqz { padding: 0; }
.axwe0f .tvbqz { padding-left: 20px; }
.leul { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.mncpzfqa + .leul { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.l6zkspk2 { 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); }
.mqiafp1, .ma63, .m1czi {
  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));
}
.rwub { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.rwub strong, .kzm0 .rwub strong,
.pfjkxwd strong, .kzm0 .pfjkxwd 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));
}
.rwub p, .pfjkxwd p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.rwub { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.q6zsi0vo 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); }
.q6zsi0vo .soh0 { color: inherit; opacity: .7; }
.wbp799x .qx71 { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.p5k0 h2.rt5e { 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); }
.qi0440h3 .sl8678 .cywgz37v, .qi0440h3 .k0yl .cywgz37v,
.qi0440h3 .jtss .jcf2 .dgyei { background: #fff !important; color: var(--b-900) !important; }
.qi0440h3.jtss .jcf2 .dgyei,
.qi0440h3.qm370w7p .h698, .qi0440h3.grlcc .ah1l .j43c8n8v { background: #fff !important; color: var(--b-900) !important; }
.ejt1m .f4fcu43 { align-items: stretch; }
.xy2r { display: flex; flex-direction: column; }
.xy2r .hzwzjdnd { flex: 1 1 auto; }
.xy2r .rwub { margin-top: auto !important; }
.sbw7tpm { font-size: var(--fs-sm); }
.sbw7tpm th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.sbw7tpm td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.sbw7tpm td:first-child { font-weight: 600; color: var(--text-primary); }
.sbw7tpm tbody tr:last-child td { border-bottom: none; }
.sbw7tpm tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.oecl6 .sbw7tpm th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.htzv2 .sbw7tpm th, .htzv2 .sbw7tpm td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.htzv2 .sbw7tpm th + th, .htzv2 .sbw7tpm td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.htzv2 .sbw7tpm tbody tr:last-child td { border-bottom: none; }
.cinfrkn .htzv2 .sbw7tpm th + th, .eh6jb .htzv2 .sbw7tpm th + th,
.vls8exsg.htzv2 .sbw7tpm th + th { border-left-color: rgba(255,255,255,0.16); }
.yvx5snlz .sbw7tpm tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.t7l9q { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.mluq {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.mluq:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.hcjf5, .olawmf .hcjf5 {
  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;
}
.mb6fk .hcjf5 { border-radius: 50%; padding: 14px; }
.vub6dlfr .mluq { align-items: center; text-align: center; }
.vub6dlfr .hx3n { text-align: left; }
.vub6dlfr .b8fnyv0 { margin-left: auto; margin-right: auto; }
.y64d, .qsly .y64d, .lh3qo8 .y64d {
  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));
}
.kgpnzp { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.hx3n { 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); }
.hx3n li { margin-bottom: 6px; line-height: var(--lh-snug); }
.cdzadpvb .y64d { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.cdzadpvb .y64d::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.vub6dlfr.cdzadpvb .y64d, .mb6fk.cdzadpvb .y64d { align-items: center; }
.ogag2s .mluq { padding-left: 0; padding-right: 0; }
.ogag2s .mluq:hover { transform: none; box-shadow: none; }
.mluq, .lh3qo8 .mluq { background: var(--bg-card); box-shadow: var(--sh-card); }
.npjzi .mluq, .uckc .mluq { box-shadow: var(--sh-card); }
.ogag2s .mluq, .npjzi .ogag2s .mluq { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .t7l9q:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .t7l9q:has(> :nth-child(5):last-child) .mluq { padding: 20px 16px 18px; }
  .t7l9q:has(> :nth-child(6):last-child), .t7l9q:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .t7l9q:has(> :nth-child(7):last-child), .t7l9q:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .mv4t li, [dir="rtl"] .bno7kq .mv4t li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .bno7kq .mv4t li { padding-right: 28px; }
[dir="rtl"] .mv4t li::before { left: auto; right: 0; }
[dir="rtl"] .bno7kq .mv4t li::before { left: auto; right: 6px; }
[dir="rtl"] .mv4t li::after { left: auto; right: 9px; }
[dir="rtl"] .o2hh8ato li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .o2hh8ato li::before { left: auto; right: 0; }
[dir="rtl"] .hx3n { padding-left: 0; padding-right: 0; }
[dir="rtl"] .hx3n li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .hx3n li::before { left: auto; right: 0; }
[dir="rtl"] .wycx1 li, [dir="rtl"] .ony18 li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .wycx1 li::before, [dir="rtl"] .ony18 li::before { left: auto; right: 0; }
[dir="rtl"] .u30m0k .amxk, [dir="rtl"] .u30m0k .tvbqz { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .u30m0k .amxk { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .u30m0k .tvbqz { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .axwe0f .tvbqz { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .cwb5h54, [dir="rtl"] .mjmls5xg .cwb5h54, [dir="rtl"] .qc7v7d .cwb5h54 { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .kzm0 .cwb5h54, [dir="rtl"] .dbcmv9lp .cwb5h54, [dir="rtl"] .z2yec6f .cwb5h54 { border-right: none; }
[dir="rtl"] .v1zhdh h2.rt5e { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .nr2v5y .mluq { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .mluq { align-items: flex-start; text-align: right; }
[dir="rtl"] .sbw7tpm th, [dir="rtl"] .sbw7tpm td { text-align: right; }
[dir="rtl"] .htzv2 .sbw7tpm th + th, [dir="rtl"] .htzv2 .sbw7tpm td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .kl7ha .n7yr5, [dir="rtl"] .kpb87 .n7yr5 summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .n7yr5 summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .u143d795 .twyr:not(.lkxr) .p3t2p:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .p3t2p { gap: 0 14px; padding: 16px; }
  .p3t2p::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .ot05o, .inugc { flex: 1 1 0; min-width: 0; }
  .yfsj8pm { flex: 0 0 auto; }
  .ziom4cw { align-self: center; }
  
  .buoar17i, .k8eagz9d, .qq3m0uw,
  .p4p3g0d, .ip87knr, .pa3w6est,
  .is5g879h, .tyvzjs, .zzt4g7va {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .buoar17i, .k8eagz9d, .qq3m0uw { flex-basis: 100%; min-width: 100%; }
  
  .xh1uwby4, .rs8fx01 { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .syy5y, .vngo { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .vngo .ox2f3xk:nth-child(n+3) { display: inline-block; }
  .vngo .ox2f3xk:nth-child(n+4) { display: none; }
  
  .atlw, .zasq { margin-top: 16px; }
  .r40fovb { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .p4p3g0d, .ip87knr, .pa3w6est,
  .is5g879h, .tyvzjs, .zzt4g7va { flex-basis: 100%; min-width: 100%; }
}
.z3nejyf.yp9k4t77, .jkjfzif .z3nejyf.yp9k4t77, .xa3xp9 .z3nejyf.yp9k4t77,
.gond9 .z3nejyf.yp9k4t77, .v39la .z3nejyf.yp9k4t77,
.lpkoy.yp9k4t77, .jkjfzif .lpkoy.yp9k4t77, .xa3xp9 .lpkoy.yp9k4t77,
.gond9 .lpkoy.yp9k4t77, .v39la .lpkoy.yp9k4t77 {
  background: transparent; padding: 0; width: auto; height: auto;
}
.jkjfzif .z3nejyf.yp9k4t77 .rc9evcrw, .xa3xp9 .z3nejyf.yp9k4t77 .rc9evcrw,
.gond9 .z3nejyf.yp9k4t77 .rc9evcrw, .v39la .z3nejyf.yp9k4t77 .rc9evcrw { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .z3nejyf.yp9k4t77 .rc9evcrw { max-height: 64px; max-width: 64px; }
  
  .vngo { flex-wrap: wrap; overflow: visible; }
  .vngo .ox2f3xk { max-width: 100%; }
}
.k8cx7jr { display: none; }
.oqax651, .mj8g955d { display: contents; }
.rwub, .z2yec6f .rwub, .qc7v7d .rwub { background: transparent !important; }
.leul .mqiafp1, .leul .ma63, .leul .m1czi { background: var(--bg-surface); color: var(--text-body); }
.q6zsi0vo { align-items: center; gap: 10px; }
.q6zsi0vo strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.ajbwk {
  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);
}
.qfc0j8 { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.qfc0j8 em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.qfc0j8 b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.ajbwk .j43c8n8v { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .ajbwk { flex-direction: column; align-items: stretch; }
  .ajbwk .j43c8n8v { text-align: center; }
}
@media (min-width: 900px) {
  .d1bvv161 .f4fcu43, .d1bvv161.ejt1m .f4fcu43 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .d1bvv161 .xy2r:has(> .oqax651) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .d1bvv161 .xy2r:has(> .oqax651) > .ajbwk { display: none; }

  .d1bvv161 .oqax651 {
    display: flex; flex-direction: column; gap: 0; padding: 28px 24px;
    background: var(--tone-fill-raw, var(--bg-surface));
  }
  .d1bvv161 .oqax651 .affv6 { display: contents; }
  .d1bvv161 .oqax651 .pt6t { order: 1; align-self: flex-start; }
  .d1bvv161 .oqax651 .hdzx8os { order: 2; flex: 0 0 auto; margin-top: 16px; }
  .d1bvv161 .oqax651 .hdzx8os h3 { font-size: calc(var(--fs-lead) + 2px); margin-bottom: 10px; }
  .d1bvv161 .oqax651 .q6zsi0vo { flex-wrap: wrap; row-gap: 6px; }
  .d1bvv161 .oqax651 .q6zsi0vo strong { font-size: 28px; padding: 0; background: none; color: var(--tone-fill-head, var(--text-primary)); }
  .d1bvv161 .oqax651 .zqt6 { order: 3; display: flex; flex-direction: column; gap: 0; padding: 0; margin-top: 20px; background: none; }
  .d1bvv161 .oqax651 .zqt6 > 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);
  }
  .d1bvv161 .oqax651 .zqt6 b { text-align: right; font-size: var(--fs-sm); }
  
  .d1bvv161 .oqax651 .zqt6 > .qqfpqr9q {
    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);
  }
  .d1bvv161 .oqax651 .zqt6 > .qqfpqr9q b { text-align: left; font-size: var(--fs-body); color: var(--text-primary); }
  .d1bvv161 .oqax651 .zqt6 > .qqfpqr9q em { color: var(--text-muted); }
  .d1bvv161 .oqax651 .zqt6 > .qqfpqr9q + span { border-top: none; }
  .d1bvv161 .oqax651 .v2185f8 { order: 4; align-self: stretch; margin-top: auto; padding-top: 20px; }
  .d1bvv161 .oqax651 .v2185f8 .j43c8n8v { display: block; width: 100%; text-align: center; box-sizing: border-box; padding: 14px 20px !important; }

  .d1bvv161 .mj8g955d { display: flex; flex-direction: column; min-width: 0; }
  .d1bvv161 .mj8g955d .sbqac { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .d1bvv161 .mj8g955d .sbqac img.w2xsphwf { max-height: 250px; }
  .d1bvv161 .mj8g955d .hzwzjdnd { flex: 1 1 auto; }
  
  .d1bvv161 .mj8g955d .mncpzfqa { grid-template-columns: 1fr 1fr; gap: 20px; }
  .d1bvv161 .mj8g955d .leul { flex-wrap: wrap; }
  .d1bvv161 .mj8g955d .l6zkspk2 { flex: 0 0 auto; margin: 0 8px 0 0; }
  .d1bvv161 .xy2r:last-child:nth-child(odd) { grid-column: auto; }
  
  .d1bvv161.raexwe2 .affv6, .d1bvv161.qo9b .affv6 { background: none; }
}
[dir="rtl"] .d1bvv161 .oqax651 .zqt6 b { text-align: left; }
[dir="rtl"] .d1bvv161 .oqax651 .zqt6 > .qqfpqr9q b { text-align: right; }
[dir="rtl"] .d1bvv161 .mj8g955d .l6zkspk2 { margin: 0 0 0 8px; }
.o43uwn3c .xy2r .sbqac { order: -1; }
.o43uwn3c .xy2r .sbqac img.w2xsphwf { max-height: 210px; width: 100%; }
.o43uwn3c .xy2r:has(.sbqac) .affv6 { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.o43uwn3c .xy2r:has(.sbqac) .pt6t { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.o43uwn3c.hs0cn4 .xy2r:has(.sbqac) .pt6t { border-radius: 50%; }
.o43uwn3c .xy2r:has(.sbqac) .hdzx8os,
.o43uwn3c .xy2r:has(.sbqac) .v2185f8 { padding-top: 52px; }
.o43uwn3c.raexwe2 .affv6, .o43uwn3c.qo9b .affv6 { background: none; }
.wc0e .xy2r .sbqac { display: none; }
.wc0e .xy2r { --rv-pad: 20px; }
.wc0e .dtlpz8jx { font-size: var(--fs-sm); line-height: 1.65; }
.wc0e .hzwzjdnd { gap: 16px; }
.wc0e .leul + .leul { display: none; }
.wc0e .pt6t.yp9k4t77, .wc0e .pt6t.yp9k4t77 img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.mb6fk .mluq { align-items: center; text-align: center; }
.mb6fk .hx3n { text-align: left; }
.zzlj5 .t7l9q, .zzlj5 .t7l9q:has(> :nth-child(5):last-child),
.zzlj5 .t7l9q:has(> :nth-child(6):last-child), .zzlj5 .t7l9q:has(> :nth-child(7):last-child),
.zzlj5 .t7l9q:has(> :nth-child(8):last-child), .zzlj5 .t7l9q:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.zzlj5 .mluq { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.zzlj5 .hcjf5, .zzlj5 .b8fnyv0 { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.zzlj5 .y64d, .zzlj5 .kgpnzp, .zzlj5 .hx3n { grid-column: 2; }
.zzlj5 .mluq > .y64d:first-child, .zzlj5 .mluq > .y64d:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .zzlj5 .mluq { direction: rtl; }
.a594 .mluq { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.a594 .hcjf5 {
  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;
}
.a594 .y64d, .a594 .kgpnzp { padding-left: 22px; padding-right: 22px; }
.a594 .hx3n { margin-left: 22px; margin-right: 22px; }
.a594 .t7l9q:has(> :nth-child(5):last-child) .mluq { 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"); }
.hx3n { padding-left: 0 !important; }
.hx3n li { padding-left: 22px; margin-bottom: 8px; }
.hx3n 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"] .hx3n li { padding-left: 0; padding-right: 22px; }
.zqt6:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .d1bvv161 .xy2r:has(> .oqax651) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .d1bvv161 .xy2r:has(> .oqax651) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .d1bvv161 .oqax651 { background: none; align-self: start; position: sticky; top: 96px; }
  .d1bvv161 .oqax651 .zqt6 { align-items: stretch; }
  .d1bvv161 .oqax651 .v2185f8 { margin-top: 0; padding: 20px 0 0; }
  .d1bvv161 .oqax651 .hdzx8os { padding: 0; }
  
  .d1bvv161.x8zs .oqax651 .pt6t { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .d1bvv161.x8zs .oqax651 .pt6t:not(.yp9k4t77) { width: 112px; height: 112px; padding: 6px; }
}
.o43uwn3c.x8zs .affv6 { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.o43uwn3c.x8zs .pt6t { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.o43uwn3c.x8zs .hdzx8os, .o43uwn3c.x8zs .v2185f8 { padding-left: 0; padding-right: 0; padding-bottom: 0; }
.zzlj5 .t7l9q, .zzlj5 .t7l9q:has(> :nth-child(5):last-child),
.zzlj5 .t7l9q:has(> :nth-child(6):last-child), .zzlj5 .t7l9q:has(> :nth-child(7):last-child),
.zzlj5 .t7l9q:has(> :nth-child(8):last-child), .zzlj5 .t7l9q:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.zzlj5 .t7l9q > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.zzlj5 .mluq { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.zzlj5 .hcjf5, .zzlj5 .b8fnyv0 { position: absolute; left: 22px; top: 22px; margin: 0; }
.zzlj5 .mluq:not(:has(.hcjf5, .b8fnyv0)) { padding-left: 22px; }
[dir="rtl"] .zzlj5 .mluq { padding: 22px 104px 22px 22px; }
[dir="rtl"] .zzlj5 .hcjf5, [dir="rtl"] .zzlj5 .b8fnyv0 { left: auto; right: 22px; }
@media (max-width: 700px) { .zzlj5 .t7l9q { grid-template-columns: minmax(0, 1fr) !important; } }
.zzlj5 .t7l9q .mluq { padding: 22px 22px 22px 104px !important; }
.zzlj5 .t7l9q .mluq:not(:has(.hcjf5, .b8fnyv0)) { padding-left: 22px !important; }
[dir="rtl"] .zzlj5 .t7l9q .mluq { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .mncpzfqa, .t5g7 { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .axwe0f .tvbqz, [dir="rtl"] .axwe0f .tvbqz {
    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;
  }
  
  .o43uwn3c .xy2r:has(.sbqac) .hdzx8os { padding-top: 0; }
}
.gpq3m p, .o60x8fw, .hd7j, .q50rgk9, .zroqct,
.ro0xi, .b2hshmn, .ivjko, .e5x1wvd p, .v3dqh p { color: var(--text-body); }
.bi6ru { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.n1qtr6, .g8rc .n1qtr6, .ymhm7g,
.bp4vb9r, .d3b3, .zclt0,
.e5x1wvd h2, .e5x1wvd h3, .qpa7 h2, .pj0e7 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;
}
.t679k { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.yald9hns { font-weight: 700; letter-spacing: -0.02em; }
.hd7j, .q50rgk9 { list-style: none !important; padding-left: 0; }
.hd7j li, .q50rgk9 li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.hd7j li::marker, .q50rgk9 li::marker { content: ""; }
.hd7j li::before, .q50rgk9 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"] .hd7j li, [dir="rtl"] .q50rgk9 li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .hd7j li::before, [dir="rtl"] .q50rgk9 li::before { left: auto; right: 6px; }
.v3dqh, .c4zm, .e5x1wvd { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.gpq3m a:not(.j43c8n8v):not(.dgyei) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .jeaby286 .fm59u36 {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .jeaby286 .n9y3v3qm { 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); }
  .jeaby286 .vxvvywd { flex: 1 1 0; min-width: 0; }
  .jeaby286 .sahz8e4 {
    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;
  }
  .jeaby286 .cywgz37v { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .uh2uzybf { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.kr8n h1, .kr8n h2, .kr8n h3, .kr8n .i7mu955s,
.kr8n h2.rt5e, .kr8n h1.rt5e { font-weight: 600; }
.xrx30 h1, .xrx30 h2, .xrx30 h3, .xrx30 .i7mu955s,
.xrx30 h2.rt5e, .xrx30 h1.rt5e { font-weight: 700; }
.dqudnysk h1, .dqudnysk .i7mu955s, .dqudnysk h1.rt5e,
.hfbf.kr8n .i7mu955s { font-weight: 600; }
h3.p06pxci9, .xrx30 h3.p06pxci9, .hdzx8os h3, .xrx30 .hdzx8os h3 { font-weight: 600; }
.u1w0s .hpip a, .m1z85qb .hpip a { font-weight: 600; }
.cr4c .kxp67 { font-weight: 600; }
.cr4c .j70jasb0 { font-weight: 700; }
.i8kj { font-weight: 600; }
.j70jasb0 { font-weight: 700; }
.iofz { font-weight: 400; }
.g3m0ryr { display: block; }
.yfhh { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.yfhh .afrzyd { margin: 20px 0 8px; }
.cco3ll { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .yfhh { padding: 0 16px; } }
@media (min-width: 1100px) {
  .lyrc3q .mq73h0, .fcv6z .mq73h0, .qi93 .mq73h0,
  .lyrc3q .g3m0ryr, .fcv6z .g3m0ryr, .qi93 .g3m0ryr { max-width: 1280px; }
  .lyrc3q .g3m0ryr, .fcv6z .g3m0ryr, .qi93 .g3m0ryr {
    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;
  }
  .fcv6z .g3m0ryr, .qi93 .g3m0ryr { grid-template-columns: minmax(0, 1fr) 264px; }
  .fcv6z .yfhh, .qi93 .yfhh { order: 2; }
  .lyrc3q .yfhh, .fcv6z .yfhh, .qi93 .yfhh {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .lyrc3q .d3lui2, .fcv6z .d3lui2, .qi93 .d3lui2 {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .lyrc3q .zlpkwh .b47t9eta, .fcv6z .zlpkwh .b47t9eta,
  .qi93 .zlpkwh .b47t9eta { max-width: none; padding-left: 0; padding-right: 0; }
  .lyrc3q .zlpkwh > .cco3ll:first-child, .fcv6z .zlpkwh > .cco3ll:first-child,
  .qi93 .zlpkwh > .cco3ll:first-child { padding-top: 0; }
  .lyrc3q .zlpkwh > .cco3ll:first-child .b47t9eta, .fcv6z .zlpkwh > .cco3ll:first-child .b47t9eta,
  .qi93 .zlpkwh > .cco3ll:first-child .b47t9eta { padding-top: 0; }

  
  .lyrc3q .yfhh .afrzyd, .fcv6z .yfhh .afrzyd, .qi93 .yfhh .afrzyd {
    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;
  }
  .lyrc3q .yfhh .i6h7w, .fcv6z .yfhh .i6h7w, .qi93 .yfhh .i6h7w {
    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);
  }
  .lyrc3q .yfhh .a46es, .fcv6z .yfhh .a46es, .qi93 .yfhh .a46es {
    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);
  }
  .lyrc3q .yfhh .a46es li, .fcv6z .yfhh .a46es li, .qi93 .yfhh .a46es li {
    display: block !important; margin: 0 !important;
  }
  .lyrc3q .yfhh .a46es li::before, .fcv6z .yfhh .a46es li::before, .qi93 .yfhh .a46es li::before,
  .lyrc3q .yfhh .a46es li::after, .fcv6z .yfhh .a46es li::after, .qi93 .yfhh .a46es li::after,
  .lyrc3q .yfhh .a46es a::before, .fcv6z .yfhh .a46es a::before, .qi93 .yfhh .a46es a::before {
    content: none !important; display: none !important;
  }
  .lyrc3q .yfhh .a46es a, .fcv6z .yfhh .a46es a, .qi93 .yfhh .a46es 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;
  }
  .lyrc3q .yfhh .a46es a:hover, .fcv6z .yfhh .a46es a:hover, .qi93 .yfhh .a46es a:hover { color: var(--text-primary) !important; }
  .lyrc3q .yfhh .a46es a.m02u, .fcv6z .yfhh .a46es a.m02u, .qi93 .yfhh .a46es a.m02u {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .qi93 .gzs4t6 {
    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);
  }
  .a84wk03 { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .ygi9 { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .mu98b { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .hs0cn4 .mu98b { border-radius: 50%; }
  .p7yqj { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .zy6d { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .si12 { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .yfhh .a46es { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .lyrc3q .yfhh .a46es a, [dir="rtl"] .fcv6z .yfhh .a46es a, [dir="rtl"] .qi93 .yfhh .a46es 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"] .lyrc3q .yfhh .a46es a.m02u, [dir="rtl"] .fcv6z .yfhh .a46es a.m02u, [dir="rtl"] .qi93 .yfhh .a46es a.m02u { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .ra6i .yfhh .a46es, [dir="rtl"] .xkfj7k .yfhh .a46es,
[dir="rtl"].ra6i .yfhh .a46es, [dir="rtl"].xkfj7k .yfhh .a46es { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .yfhh .a46es { border-right: none; } }
.xkfj7k .yfhh {
  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);
}
.xkfj7k .yfhh .afrzyd {
  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;
}
.xkfj7k .yfhh .i6h7w { display: none !important; }
.xkfj7k .yfhh .a46es {
  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;
}
.xkfj7k .yfhh .a46es::-webkit-scrollbar { display: none; }
.xkfj7k .yfhh .a46es li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.xkfj7k .yfhh .a46es li::before, .xkfj7k .yfhh .a46es li::after,
.xkfj7k .yfhh .a46es a::before { content: none !important; display: none !important; }
.xkfj7k .yfhh .a46es 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;
}
.xkfj7k .yfhh .a46es li:first-child a { padding-left: 0 !important; }
.xkfj7k .yfhh .a46es a:hover { color: var(--text-primary) !important; }
.xkfj7k .yfhh .a46es a.m02u { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.xkfj7k .cco3ll { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .xkfj7k .yfhh .afrzyd { padding: 0 16px !important; } }
.xkfj7k .yfhh .a46es {
  -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;
}
.xkfj7k .yfhh .afrzyd { overflow: hidden; }
.bno7kq .mv4t li::before, .hd7j li::before, .q50rgk9 li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .k0yco, .wfyu, .q57p, .u7qp { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .rwub, .pfjkxwd { display: block !important; }
  .rwub .l2ntza4, .pfjkxwd .l2ntza4 { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .rwub .l2ntza4, [dir="rtl"] .pfjkxwd .l2ntza4 { float: right; margin: 0 0 0 8px; }
  .rwub strong, .pfjkxwd strong { line-height: 18px; margin-bottom: 8px; }
  .rwub p, .pfjkxwd p { clear: both; }
  .xy2r { --rv-pad: 18px; }
  .hzwzjdnd { gap: 16px; }
}
.otyy2b .qgsasu36, .n1mh6 .qgsasu36, .iintef .qgsasu36, .p8iytwd .qgsasu36 { color: var(--text-primary); }
.otyy2b .qgsasu36 .tegiysr { color: var(--tone-link, var(--accent)); }
.otyy2b .qgsasu36:not(:has(.tegiysr))::first-letter { color: var(--tone-link, var(--accent)); }
.otyy2b .qgsasu36 { display: inline-block; }
.p8iytwd .qgsasu36::after { content: "."; color: var(--tone-mark, var(--accent)); }
.iintef .qgsasu36 { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.n1mh6 .qgsasu36 { font-weight: 700; letter-spacing: -0.035em; }
.efxhxd2 .qgsasu36, .qm370w7p .qgsasu36,
.efxhxd2 .qgsasu36 .tegiysr, .qm370w7p .qgsasu36 .tegiysr { color: #fff !important; }
.efxhxd2.p8iytwd .qgsasu36::after, .qm370w7p.p8iytwd .qgsasu36::after { color: rgba(255,255,255,0.7); }
.efxhxd2.otyy2b .qgsasu36::first-letter, .qm370w7p.otyy2b .qgsasu36::first-letter { color: #fff; }
.a83jx .zlpkwh > .cco3ll:nth-of-type(even) .rfeaac4w { display: none; }
.jli5o .zlpkwh > .cco3ll .rfeaac4w { display: none; }
.jli5o .zlpkwh > .cco3ll:nth-of-type(-n+2) .rfeaac4w { display: block; }
.drf7 .rfeaac4w { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.drf7 .rfeaac4w .k6x06vm3 { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .drf7 .rfeaac4w .k6x06vm3 { aspect-ratio: 16 / 7; } }
.e77hvi .rfeaac4w .k6x06vm3 { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.e77hvi .rfeaac4w::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.e77hvi .rfeaac4w, .ph8lx1bv .rfeaac4w { border-radius: var(--r-card); isolation: isolate; }
.ph8lx1bv .rfeaac4w .k6x06vm3 { filter: grayscale(1) contrast(1.1); }
.weza, .weza.qhvhx2s { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.weza .nx78tn { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.weza .i7mu955s { 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; }
.weza .iofz { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.weza .nx78tn::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.weza ~ .p7vm { 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; }
.weza ~ .p7vm .j89rnfix { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .lyrc3q .weza .nx78tn, .fcv6z .weza .nx78tn, .qi93 .weza .nx78tn { max-width: 1280px; }
}
@media (max-width: 640px) { .weza { padding-top: 24px; } .weza .nx78tn { padding: 0 16px; } .weza .i7mu955s { font-size: var(--fs-h2); max-width: none; } }
.o83zyr, .o83zyr.qhvhx2s, .a10r7j3, .a10r7j3.qhvhx2s {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.o83zyr .nx78tn, .a10r7j3 .nx78tn { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.bt5tb2.atel5, .bt5tb2.atel5.qhvhx2s { min-height: 0 !important; padding: 48px 0; }
.lkxr .j70jasb0 {
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25;
}
.lkxr .buoar17i, .lkxr .k8eagz9d, .lkxr .qq3m0uw { background: var(--tone-fill-raw, var(--accent-bg)); }
.lkxr .p3t2p { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.lkxr .p3t2p::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .lkxr .p3t2p {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .lkxr .bk365, .lkxr .yfsj8pm, .lkxr .ot05o, .lkxr .inugc,
  .lkxr .buoar17i, .lkxr .atlw, .lkxr .zasq {
    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;
  }
  
  .qhvhx2s .lkxr, .lkxr.scu0qk, .lkxr.duvv14l3, .lkxr.x0srdve {
    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;
  }
  .qhvhx2s .lkxr::-webkit-scrollbar { display: none; }
  .qhvhx2s .lkxr .p3t2p { flex: 0 0 74% !important; scroll-snap-align: center; }
  .o83zyr, .a10r7j3 { padding: 32px 0 24px; }
  .bt5tb2.atel5 { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .a10r7j3, .o83zyr, .bt5tb2.atel5 { overflow-x: clip; max-width: 100vw; }
  .a10r7j3 .nx78tn, .o83zyr .nx78tn, .atel5 .ifsyt6, .atel5 .flukr { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .qhvhx2s .lkxr { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.b9pe2elz, .b9pe2elz.qhvhx2s, .w0a6qm, .w0a6qm.qhvhx2s {
  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);
}
.b9pe2elz .nx78tn, .w0a6qm .nx78tn {
  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;
}
.b9pe2elz .nx78tn { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.h1sl5o28 .nx78tn:has(.nlhvdhcq) { grid-template-columns: minmax(0, 1fr) 320px; }
.b9pe2elz .i7mu955s, .w0a6qm .i7mu955s, .weza .i7mu955s {
  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;
}
.b9pe2elz .i7mu955s, .w0a6qm .i7mu955s { color: var(--hero-fg) !important; }
.b9pe2elz .iofz, .w0a6qm .iofz {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.weza .qv462 { margin: 0 0 14px; }
.weza .qv462 .j89rnfix { color: var(--text-muted); }
.weza .nx78tn::after { margin-top: 22px; }
.w0a6qm .i7mu955s { max-width: 24ch; }
@media (min-width: 1100px) {
  .lyrc3q .b9pe2elz .nx78tn, .fcv6z .b9pe2elz .nx78tn, .qi93 .b9pe2elz .nx78tn,
  .lyrc3q .w0a6qm .nx78tn, .fcv6z .w0a6qm .nx78tn, .qi93 .w0a6qm .nx78tn { max-width: 1280px; }
}
@media (max-width: 760px) {
  .b9pe2elz { padding: 24px 0 26px; }
  .b9pe2elz .nx78tn, .w0a6qm .nx78tn { padding: 0 16px; }
  .h1sl5o28 .nx78tn:has(.nlhvdhcq) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .nlhvdhcq { display: none; }
  .w0a6qm { padding-top: 12px; }
  .bldchjf { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .z2v0e6e { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .z2v0e6e img { width: 48px; height: 48px; flex: 0 0 48px; }
  .lwfoe { flex: 0 0 auto; }
  .nxdz0 { flex: 1 1 0; min-width: 0; }
  .b9pe2elz .i7mu955s, .w0a6qm .i7mu955s, .weza .i7mu955s { font-size: 25px !important; max-width: none; }
  .b9pe2elz .iofz, .w0a6qm .iofz { font-size: 15px; }
}
.gw7tsb .iofz, .bt5tb2 .iofz, .ngfv6 .iofz { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .rq93nehe .twyr:not(.lkxr), .dlpe6h .twyr:not(.lkxr) {
    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;
  }
  .rq93nehe .twyr:not(.lkxr) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .rq93nehe .twyr:not(.lkxr):has(> :nth-child(5):last-child),
  .rq93nehe .twyr:not(.lkxr):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .rq93nehe .twyr:not(.lkxr):has(> :nth-child(3):last-child),
  .rq93nehe .twyr:not(.lkxr):has(> :nth-child(6):last-child),
  .rq93nehe .twyr:not(.lkxr):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dlpe6h .twyr:not(.lkxr) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .rq93nehe .twyr:not(.lkxr) > .p3t2p,
  .dlpe6h .twyr:not(.lkxr) > .p3t2p: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;
  }
  .rq93nehe .twyr:not(.lkxr) > .p3t2p:hover,
  .dlpe6h .twyr:not(.lkxr) > .p3t2p:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .rq93nehe .p3t2p .bk365, .dlpe6h .p3t2p:nth-child(-n+3) .bk365 {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .rq93nehe .p3t2p .yfsj8pm, .rq93nehe .p3t2p .ot05o, .rq93nehe .p3t2p .inugc,
  .dlpe6h .p3t2p:nth-child(-n+3) .yfsj8pm, .dlpe6h .p3t2p:nth-child(-n+3) .ot05o,
  .dlpe6h .p3t2p:nth-child(-n+3) .inugc { order: -2; padding: 0; gap: 12px; }
  .rq93nehe .p3t2p .z3nejyf, .dlpe6h .p3t2p:nth-child(-n+3) .z3nejyf {
    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;
  }
  .rq93nehe .p3t2p .rc9evcrw, .dlpe6h .p3t2p:nth-child(-n+3) .rc9evcrw { max-height: 88px !important; max-width: 88% !important; }
  .rq93nehe .p3t2p .i8kj, .dlpe6h .p3t2p:nth-child(-n+3) .i8kj { padding: 0 16px; font-size: var(--fs-body); }
  .rq93nehe .p3t2p .ziom4cw, .dlpe6h .p3t2p:nth-child(-n+3) .ziom4cw { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .rq93nehe .p3t2p .atlw, .rq93nehe .p3t2p .zasq,
  .dlpe6h .p3t2p:nth-child(-n+3) .atlw, .dlpe6h .p3t2p:nth-child(-n+3) .zasq { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .rq93nehe .p3t2p .zasq::before, .dlpe6h .p3t2p:nth-child(-n+3) .zasq::before { display: none; }
  .rq93nehe .p3t2p .syy5y, .rq93nehe .p3t2p .vngo,
  .dlpe6h .p3t2p:nth-child(-n+3) .syy5y, .dlpe6h .p3t2p:nth-child(-n+3) .vngo { justify-content: center; }
  .rq93nehe .p3t2p .j70jasb0, .dlpe6h .p3t2p:nth-child(-n+3) .j70jasb0 { font-size: var(--fs-sm); }
  
  .rq93nehe .p3t2p .xnhk4fzx, .dlpe6h .p3t2p:nth-child(-n+3) .xnhk4fzx { display: none; }
  
  .rq93nehe .twyr:not(.lkxr) > .p3t2p::before,
  .dlpe6h .twyr:not(.lkxr) > .p3t2p: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"] .rq93nehe .twyr:not(.lkxr) > .p3t2p::before,
  [dir="rtl"] .dlpe6h .twyr:not(.lkxr) > .p3t2p:nth-child(-n+3)::before { left: auto; right: 10px; }

  
  .dlpe6h .twyr:not(.lkxr) > .p3t2p:nth-child(1) { order: 2; transform: translateY(-14px); box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
  .dlpe6h .twyr:not(.lkxr) > .p3t2p:nth-child(1):hover { transform: translateY(-17px); }
  .dlpe6h .twyr:not(.lkxr) > .p3t2p:nth-child(1)::before { background: var(--tone-mark, var(--accent)) !important; color: var(--tone-mark-fg, #fff); }
  .dlpe6h .twyr:not(.lkxr) > .p3t2p:nth-child(2) { order: 1; }
  .dlpe6h .twyr:not(.lkxr) > .p3t2p:nth-child(3) { order: 3; }
  .dlpe6h .twyr:not(.lkxr) > .p3t2p: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);
  }

  
  .jzbc5f .twyr:not(.lkxr) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .jzbc5f .twyr:not(.lkxr)::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);
  }
  .jzbc5f .twyr:not(.lkxr) > .p3t2p { padding-top: 10px; padding-bottom: 10px; position: static; }
  .jzbc5f .twyr:not(.lkxr) > .p3t2p:first-child { position: relative; }
  .jzbc5f .twyr:not(.lkxr) .bk365 { position: static; }
  .jzbc5f .twyr:not(.lkxr) .mlyqmm2 { display: none; }
  
  .jzbc5f .twyr:not(.lkxr) > .p3t2p:first-child .mlyqmm2 {
    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;
  }
  .jzbc5f .z3nejyf { height: 64px !important; width: auto !important; }
  .jzbc5f .rc9evcrw { max-height: 56px !important; max-width: 120px !important; }
  .jzbc5f .ot05o { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .jzbc5f .j70jasb0 { font-size: var(--fs-sm); }
  .jzbc5f .rodz6xb.j43c8n8v { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .jzbc5f .rku7j50 .p3t2p::before, .jzbc5f.rku7j50 .p3t2p::before { top: 8px; bottom: 8px; }
  
  .rq93nehe.rku7j50 .p3t2p::before { border-radius: var(--r-pill) !important; }
  .rq93nehe.sr36 .p3t2p:nth-child(even), .dlpe6h.sr36 .p3t2p:nth-child(even) { background: var(--bg-card) !important; }
  .rq93nehe.h1f691r .p3t2p:first-child, .dlpe6h.h1f691r .p3t2p:first-child { border-top: none !important; }
  .rq93nehe.u143d795 .twyr:not(.lkxr) .p3t2p:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .rq93nehe .p3t2p .zasq, .dlpe6h .p3t2p:nth-child(-n+3) .zasq { display: flex !important; flex-direction: column; }
  
  .jzbc5f .twyr:not(.lkxr) { 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; }
  .jzbc5f .twyr:not(.lkxr) > .p3t2p { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .jzbc5f .twyr:not(.lkxr) > .p3t2p + .p3t2p { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .jzbc5f .twyr:not(.lkxr) > .p3t2p:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .jzbc5f .ot05o, .jzbc5f .yfsj8pm, .jzbc5f .inugc { justify-content: flex-start; align-items: center; }
  .jzbc5f .zasq { --cs-link-h: 0px; }
  .jzbc5f .zasq .r40fovb { display: none; }
}
@media (min-width: 901px) {
  .rq93nehe .twyr:not(.lkxr) .wf8g,
  .dlpe6h .twyr:not(.lkxr) > .p3t2p:nth-child(-n+3) .wf8g { display: block; }
}
body .qhvhx2s.b9pe2elz .i7mu955s, body .qhvhx2s.w0a6qm .i7mu955s,
body section.b9pe2elz .i7mu955s, body section.w0a6qm .i7mu955s { color: var(--hero-fg) !important; text-shadow: none !important; }
body .qhvhx2s.weza .i7mu955s { text-shadow: none !important; }
@media (max-width: 760px) {
  .z2v0e6e { width: auto; flex-wrap: wrap; }
  .fmp86oyr { flex: 1 0 100%; margin-top: 4px; }
}
.weza .lsa8v { margin: 16px 0 0 !important; }
.so2fx .obol8, .lxsdq9 .obol8 { display: block; }
@media (max-width: 640px) {
  .efxhxd2 .hpip, .qm370w7p .hpip,
  .efxhxd2 .hpip.fiymm, .qm370w7p .hpip.fiymm { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .efxhxd2 .hpip a, .qm370w7p .hpip a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .o3ci7 .hpip, .o3ci7 .hpip.fiymm { background: var(--b-50) !important; }
}
body .xy2r .q6zsi0vo strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .xy2r .q6zsi0vo strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.d1bvv161 .xy2r .oqax651 .q6zsi0vo strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.i7qg0h98, .xtqr5, .czvq .i7qg0h98, .czvq .xtqr5 { color: var(--text-muted); }
@media (max-width: 560px) {
  .pt6t.yp9k4t77, .pt6t.yp9k4t77 img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .tscszwf:has(> .gw7tsb, > .b9pe2elz, > .bt5tb2) + .evo4 { margin-top: -38px; }
  
  .psf29o .tscszwf + .evo4 { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .lyrc3q .evo4, .fcv6z .evo4, .qi93 .evo4 { max-width: 1280px; }
}
@media (max-width: 640px) {
  .gmnskfj .t679k { max-width: none; }
}
.t679k, .i7mu955s, .n1qtr6 { overflow-wrap: break-word; }
.o0pg4t1v > div, .n5ja5vn > div, .dkgi,
.ihn2 > div > div, .gpq3m .w7dkg > div { min-width: 0; }
.gpq3m p, .gpq3m li, .gpq3m td, .gpq3m a { overflow-wrap: anywhere; }
:root {
  --accent: #845abb;
  --brand: #845abb;
  --accent-light: #694599;
  --brand-light: #694599;
  --accent-bg: #f7f4ff;
  --accent-bg-light: #f7f4ff;
  --accent-pale: #e0d1fc;
  --brand-pale: #e0d1fc;
  --cta: #0c8474;
  --cta-hover: #0b7063;
  --cta-fg: #ffffff;
  --cta-light: #9d73d8;
  --text-primary: #302923;
  --text-body: #4a423c;
  --text-sub: #4a423c;
  --text-muted: #69625b;
  --text-faint: #787069;
  --text-dim: #787069;
  --text-label: #69625b;
  --text-value: #302923;
  --bg-page: #ffffff;
  --bg-surface: #f8f3e9;
  --bg-card: #ffffff;
  --bg-card-inner: #faf6ef;
  --bg-card-inner-raw: #faf6ef;
  --bg-raised: #f2ebde;
  --bg-hover: #f8f3e9;
  --border: #dbd3c6;
  --border-alt: #e8e2d7;
  --border-section: #e8e2d7;
  --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: #f7f4ff;
  --bg-info: #f7f4ff;
  --c-tip-border: #ceb0fe;
  --c-warn-border: #a86b03;
  --c-tag-pay: #f7f4ff;
  --grad-start: #845abb;
  --grad-end: #694599;
  --tone-fill: #f7f4ff;
  --tone-fill-2: #eee7fb;
  --tone-fill-raw: #f7f4ff;
  --tone-fill-2-raw: #eee7fb;
  --tone-fill-head: #321e4d;
  --tone-fill-fg: #443956;
  --tone-fill-muted: #635776;
  --tone-fill-head-raw: #321e4d;
  --tone-fill-fg-raw: #443956;
  --tone-fill-muted-raw: #635776;
  --sh-card: 0 0 0 1px rgba(48, 41, 35, 0.06), 0 1px 2px rgba(48, 41, 35, 0.05), 0 10px 24px -14px rgba(48, 41, 35, 0.18);
  --sh-lift: 0 0 0 1px rgba(48, 41, 35, 0.06), 0 2px 4px rgba(48, 41, 35, 0.06), 0 18px 36px -18px rgba(48, 41, 35, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #ceb0fe;
  --tone-mark: #845abb;
  --tone-mark-fg: #ffffff;
  --tone-head: #302923;
  --tone-sub: #694599;
  --tone-link: #845abb;
  --tone-th: #eee7fb;
  --tone-th-fg: #4f3275;
  --tone-chip: #f7f4ff;
  --tone-chip-fg: #694599;
  --tone-soft: #eee7fb;
  --tone-soft-fg: #4f3275;
  --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: #692757;
  --b-50: #f7f4ff;
  --s-50: #eff8f6;
  --n-50: #f8f5f2;
  --b-100: #eee7fb;
  --s-100: #dfefeb;
  --n-100: #eeeae7;
  --b-200: #e0d1fc;
  --s-200: #bfe2da;
  --n-200: #ddd8d4;
  --b-300: #ceb0fe;
  --s-300: #8dd1c3;
  --n-300: #c6c0bc;
  --b-400: #b68fef;
  --s-400: #5fb8a8;
  --n-400: #aba49f;
  --b-500: #9d73d8;
  --s-500: #389f8e;
  --n-500: #928b85;
  --b-600: #845abb;
  --s-600: #178575;
  --n-600: #7a726b;
  --b-700: #694599;
  --s-700: #006b5d;
  --n-700: #615a54;
  --b-800: #4f3275;
  --s-800: #025045;
  --n-800: #4a423c;
  --b-900: #321e4d;
  --s-900: #00332b;
  --n-900: #302923;
}
:root { --logo-bg-opacity: 68%; }
body, button, input { font-family: "Source Sans 3", sans-serif; }
h1, h2, h3, .i7mu955s, .sahz8e4, .hdzx8os h3 { font-family: "Source Serif 4", var(--font-body-stack, Georgia, serif); letter-spacing: -0.01em; }
.rd0j94 .qhvhx2s, .rd0j94 .bt5tb2 { min-height: 520px; }
.tx512rg::before { content: '·'; font-size: 1.3em; line-height: 1; }