:root {
  --color-accent: #3a44c2;
  --color-cta: #c2186b;
  --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);
}
.gj902cum {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.yu6sjulv {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.nqwse {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.uxrh6843 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.bb7r { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.bb7r a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.bb7r a:hover { color: var(--accent-light); }
.c4m5tvv     .vryd9qa1 { border-radius: var(--r-chip); }
.c4m5tvv .vryd9qa1 li:first-child a { border-top-left-radius: var(--r-chip); border-top-right-radius: var(--r-chip); }
.c4m5tvv .vryd9qa1 li:last-child a { border-bottom-left-radius: var(--r-chip); border-bottom-right-radius: var(--r-chip); }
.xsx28v  .vryd9qa1 li + li { border-top: var(--bw-hair) solid var(--border-alt); }
@media (max-width: 640px) {
  .vryd9qa1 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ppo1i:hover .vryd9qa1,
  .ppo1i:focus-within .vryd9qa1 { display: block; }
  .vryd9qa1 li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.e664hnq {
  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);
}
.c66nx { display: none; }
@media (max-width: 640px) {
  .c66nx {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .c66nx.yhgw3rs4 { display: block; }
}
@media (max-width: 640px) {
  .e664hnq { display: block; }
  .bb7r > li + li::before { display: none !important; }
  .bb7r {
    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;
  }
  .bb7r.yhgw3rs4 { display: flex; }
  .bb7r li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .bb7r li:last-child a { border-bottom: none; }
}
.q0tt { min-height: 480px; }
.mmwsl7 {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.f9ynbbh { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.xe0pg .f9ynbbh { margin-left: 0; margin-right: 0; }
.wuljmz .lqi556 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.wuljmz .mmwsl7 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.wuljmz .f9ynbbh { color: #e2e8f0; }
.wuljmz.byvcs6 .lqi556 { text-align: center; }
.wuljmz.xe0pg   .lqi556 { text-align: left; }
.opiwj .lqi556 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.opiwj .mmwsl7 { color: var(--text-primary); text-shadow: none; }
.opiwj .f9ynbbh { color: var(--text-muted); }
.opiwj, .opiwj.q0tt { min-height: auto !important; }
.opiwj.byvcs6 .lqi556 { text-align: center; }
.opiwj.xe0pg   .lqi556 { text-align: left; }
.opiwj~.by2uzog{position:static!important;left: auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin: 0 auto!important;padding: 0 24px 12px!important}
.opiwj~.by2uzog .p01pln{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding: 0!important;border-radius:0!important;font-size: var(--fs-label)}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.bmke8ii5 .mmwsl7 { color: #fff; }
.bmke8ii5 .f9ynbbh { color: rgba(255,255,255,0.85); }
.pwi7lc .mmwsl7 { text-shadow: none; color: var(--text-primary); }
.pwi7lc .f9ynbbh { color: var(--text-muted); }
body.vx0imuia .mmwsl7 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.bursb4x .mmwsl7 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.q0tt.bmke8ii5 .mmwsl7,
section.bmke8ii5 .mmwsl7 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.pwi7lc.xe0pg   .u6fch4p { align-items: flex-start; text-align: left; }
.q0tt .ids9hh {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ids9hh .gzbxm83d {
  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;
}
.ids9hh .gzbxm83d + .gzbxm83d { border-top: var(--bw-hair) solid var(--border-alt); }
.ids9hh .i3ps0gqh { align-items: center; text-align: center; width: 100%; }
.ids9hh .ls3xgb {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.ids9hh .dnmhm4t { max-height: 64px; max-width: 140px; }
.ids9hh .t3r39ki {
  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%;
}
.ids9hh .dgwk7,
.ids9hh .zw2ym {
  font-size: var(--fs-sm);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.ids9hh .til9w.e7nv {
  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;
}
.ids9hh .til9w.e7nv:hover { opacity: 0.85; }
.ids9hh .gzbxm83d,
.ids9hh .gzbxm83d:hover,
.ids9hh .gzbxm83d:nth-child(even),
.ids9hh .gzbxm83d:nth-child(odd),
.ids9hh .gzbxm83d:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.fl6nr4j .lqi556 { padding-bottom: 24px; }
.li4jrnfz .lqi556 { max-width: 1100px; }
@media (max-width: 700px) {
  .pwi7lc { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .pwi7lc:not(.ugccio7) .jw4nllco { display: none !important; }
  .ugccio7 .jw4nllco { padding: 16px; }
  .u6fch4p  { padding: 36px 24px; }
  .pwi7lc~.by2uzog,.c069ogzx~.by2uzog{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .q0tt, .pwi7lc { min-height: 320px !important; }
  .mmwsl7 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ypotz,
  .sss6n0z,
  .y511ual { grid-template-columns: 1fr !important; }

  

  
  .fl6nr4j { display: flex !important; flex-direction: column !important; }
  .fl6nr4j .lqi556 { display: contents; }
  .fl6nr4j .ywb0a { order: 0; }
  .fl6nr4j .mmwsl7 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .fl6nr4j .ypotz { order: 2; padding: 0 16px 12px !important; }
  .fl6nr4j .f9ynbbh { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .li4jrnfz .lqi556 { display: flex; flex-direction: column; }
  .li4jrnfz .lqi556 .mmwsl7 { order: 1; }
  .li4jrnfz .lqi556 .y511ual { order: 2; margin: 8px 0 24px !important; }
  .li4jrnfz .lqi556 .f9ynbbh { order: 3; }
  .li4jrnfz .lqi556 .aox8nj9 { order: 4; align-self: center; margin-top: 0; }

  
  .pwi7lc.ugccio7 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .pwi7lc.ugccio7 .u6fch4p { display: contents; padding: 0; }
  .pwi7lc.ugccio7 .u6fch4p .mmwsl7 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .pwi7lc.ugccio7 .jw4nllco { order: 2; padding: 12px 16px; }
  .pwi7lc.ugccio7 .u6fch4p .f9ynbbh { order: 3; padding: 0 24px; margin: 0 auto; }
  .pwi7lc.ugccio7 .u6fch4p .aox8nj9 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.gdcw { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.gp61k { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.ltmqbp .gdcw        { border-radius: var(--r-card); }
.ltmqbp .gp61k  { border-radius: var(--r-card); }
.jnvo12 .gdcw         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.jnvo12 .gp61k   { border-radius: var(--r-btn); }
.m69kxivw { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.y7xhw21v { width: 100%; padding: 32px 0; position: relative; }
.bzc9 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.qilipt8z .y7xhw21v, .vsrabaq .y7xhw21v { background: transparent; }
.yoegvrls .z0yig > *,
.h44gbzu > *, .hqsv > *, .mzmv > *, .pqsde8 > *, .agk1m9 > * {
  --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.zw2a { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.zw2a {
  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.j02hal00 { 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; }
.ysjxti h2.zw2a {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.brozhl h2.zw2a {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.d1jg4s8 h2.zw2a {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.e705jgvn h2.zw2a::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.jxwx h2.zw2a {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.ckwx h2.zw2a::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.vyfo h2.zw2a {
  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) { .t2bcdck { display: none; } }
.a9njwk { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.pi4tk { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.sgk8c8 {
  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;
}
.srmqah6 { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.b2s4 { padding-left: 20px; }
.b2s4 li { margin-bottom: 8px; }
.b2s4 a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.b2s4 a:hover { color: var(--tone-link, var(--accent-light)); }
.mnqy2 .srmqah6 { display: none; }
.z5ql25r .srmqah6 { display: none; }
.z5ql25r .b2s4 { padding-left: 0; list-style: none; }
.z5ql25r .b2s4 li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.z5ql25r .b2s4 a { font-size: var(--fs-sm); }
.z1fz7w .sgk8c8 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.z1fz7w .srmqah6 { display: none; }
.z1fz7w .b2s4 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.z1fz7w .b2s4 li { margin-bottom: 0; }
.z1fz7w .b2s4 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;
}
.z1fz7w .b2s4 a:hover { border-color: var(--accent); color: var(--accent); }
.h7r2le6 .sgk8c8 { padding: 20px 20px 16px; }
.h7r2le6 .b2s4 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.h7r2le6 .b2s4 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.h7r2le6 .b2s4 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;
}
.h7r2le6 .b2s4 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;
}
.h7r2le6 .b2s4 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.h7r2le6 .b2s4 a:focus,
.h7r2le6 .b2s4 a:focus-visible,
.h7r2le6 .b2s4 a:target { outline: none; }
.h7r2le6 .b2s4 li:target a { border-color: var(--border); color: var(--text-muted); }
.ifl9s .sgk8c8 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ifl9s .srmqah6 { display: none; }
.ifl9s .b2s4 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.ifl9s .b2s4 li { counter-increment: toc-n; margin-bottom: 0; }
.ifl9s .b2s4 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;
}
.ifl9s .b2s4 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;
}
.ifl9s .b2s4 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.exkbz .sgk8c8 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.exkbz .srmqah6 { display: none; }
.exkbz .b2s4 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.exkbz .b2s4 li { margin-bottom: 0; }
.exkbz .b2s4 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;
}
.exkbz .b2s4 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.rvcc .sgk8c8 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.rvcc .srmqah6 { display: none; }
.rvcc .b2s4 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.rvcc .b2s4 li { margin-bottom: 0; }
.rvcc .b2s4 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.rvcc .b2s4 li:last-child::after { content: ""; margin-right: 0; }
.rvcc .b2s4 a { font-size: var(--fs-sm); }
.z0yig { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.yoegvrls .z0yig { background: var(--bg-card); }
.lm3o .z0yig { background: none; border-radius: 0; padding: 28px 0 8px; }
.lm3o .z0yig + .z0yig { border-top: var(--bw-hair) solid var(--border-section); }
.jvmvd .z0yig {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.jvmvd .z0yig:last-child { border-bottom: none; }
.s6c2zw .z0yig {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.s6c2zw .z0yig + .z0yig { margin-top: 4px; }
.v2kmntrd .z0yig { background: none; border-radius: 0; padding: 28px 0 8px; }
.v2kmntrd .z0yig + .z0yig { border-top: var(--bw-hair) solid var(--border-section); }
.zdxz { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.dnk4r8 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.shbekb, .x8hdei { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.shbekb li, .x8hdei li { margin-bottom: 8px; }
.x8hdei li { list-style: decimal; }
.mzmv { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.n0jy4rt .mzmv,
.hqsv .mzmv { background: transparent; border: none; border-radius: 0; }
.azbolj { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.azbolj 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;
}
.azbolj td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.azbolj tr:hover td { background: var(--bg-hover); }
.ik6cqyp .azbolj tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.xz4e .azbolj { border: var(--bw-hair) solid var(--border-alt); }
.xz4e .azbolj th,
.xz4e .azbolj td { border: var(--bw-hair) solid var(--border-alt); }
.aixwccw4 .azbolj th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.aixwccw4 .azbolj td { border-bottom: none; }
.aixwccw4 .azbolj tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.nytth .azbolj th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.cetd .mzmv {
  overflow: hidden;
}
.cetd .azbolj th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.cetd .azbolj tr:last-child td { border-bottom: none; }
[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%}
.ilg87y .agk1m9 { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.ilg87y .kyfb0ox2 { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.z46sc4 { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.z46sc4         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.m5u6     { --cl-hue: var(--tone-line, var(--accent)); }
.tlz9gpkc    { --cl-hue: var(--tone-line, var(--accent)); }
.m5u6, .o1dih7jl, .tlz9gpkc, .mvoc18fp {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.ius4 { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.ius4::before { color: var(--cl-hue); }
.z46sc4 strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.z46sc4 p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.i9ps, .vffojc { border-radius: var(--r-btn); padding: 16px; }
.i9ps { background: var(--bg-pros); }
.vffojc { background: var(--bg-cons); }
.wv3b7e { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.i9ps .wv3b7e { color: var(--c-pros-label); }
.vffojc .wv3b7e { color: var(--c-cons-label, var(--c-cons)); }
.i9ps ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.vffojc ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.gp61k { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.e7nv {
  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;
}
.e7nv:hover { opacity: 0.85; }
.crxw .e7nv  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.crxw .e7nv:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.oid8itu .e7nv  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.oid8itu .e7nv:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.crxw .til9w.e7nv, .oid8itu .til9w.e7nv,
.crxw .zzyvcvl6 .e7nv, .oid8itu .zzyvcvl6 .e7nv {
  background: var(--cta); border: none; color: #fff;
}
.crxw .til9w.e7nv:hover, .oid8itu .til9w.e7nv:hover,
.crxw .zzyvcvl6 .e7nv:hover, .oid8itu .zzyvcvl6 .e7nv:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.qubamgo .e7nv  { border-radius: var(--r-pill); }
.ln3o9k4s .e7nv { box-shadow: none; }
.ln3o9k4s .e7nv:hover { box-shadow: none; opacity: 1; }
.xmkb2zdf .e7nv { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.xmkb2zdf .e7nv:hover { opacity: 1; }
.xmkb2zdf .e7nv:active { transform: translateY(3px); box-shadow: none; }
.m98zxus8 .e7nv { box-shadow: none; }
.m98zxus8 .e7nv:hover { opacity: 1; box-shadow: none; }
.m98zxus8 .e7nv:active { box-shadow: none; }
.gzcrs4 .e7nv { position: relative; overflow: hidden; }
.gzcrs4 .e7nv::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.gzcrs4 .e7nv:hover::before { left: 135%; }
.rv0s .e7nv { border-radius: 0; }
.i2kwgqrz .aox8nj9 { padding-left: 24px; padding-right: 24px; }
.i2kwgqrz .e7nv  { padding-left: 12px; padding-right: 12px; }
.oh9h .e7nv  { padding-left: 24px; padding-right: 24px; }
.k5t7j .e7nv  { padding-left: 32px; padding-right: 32px; }
.ji81   .aox8nj9::after, .ji81   .e7nv::after,
.soc2mra6 .aox8nj9::after, .soc2mra6 .e7nv::after,
.addagvt    .aox8nj9::after, .addagvt    .e7nv::after,
.ahva    .aox8nj9::after, .ahva    .e7nv::after,
.wiraul    .aox8nj9::after, .wiraul    .e7nv::after,
.rdklo     .aox8nj9::after, .rdklo     .e7nv::after,
.vuwy9ny    .aox8nj9::after, .vuwy9ny    .e7nv::after,
.vnke7   .aox8nj9::after, .vnke7   .e7nv::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;
}
.ji81 .aox8nj9::after, .ji81 .e7nv::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");
}
.soc2mra6 .aox8nj9::after, .soc2mra6 .e7nv::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");
}
.addagvt .aox8nj9::after, .addagvt .e7nv::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");
}
.ahva .aox8nj9::after, .ahva .e7nv::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");
}
.wiraul .aox8nj9::after, .wiraul .e7nv::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");
}
.rdklo .aox8nj9::after, .rdklo .e7nv::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");
}
.vuwy9ny .aox8nj9::after, .vuwy9ny .e7nv::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");
}
.vnke7 .aox8nj9::after, .vnke7 .e7nv::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");
}
.jl4k2   .cuim63::after, .jl4k2   .oe9u8uo::after,
.egaw0 .cuim63::after, .egaw0 .oe9u8uo::after,
.r036    .cuim63::after, .r036    .oe9u8uo::after,
.emlz    .cuim63::after, .emlz    .oe9u8uo::after,
.q90ywt    .cuim63::after, .q90ywt    .oe9u8uo::after,
.j7xbp5y     .cuim63::after, .j7xbp5y     .oe9u8uo::after,
.ag9tl4    .cuim63::after, .ag9tl4    .oe9u8uo::after,
.ewqvg29   .cuim63::after, .ewqvg29   .oe9u8uo::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;
}
.jl4k2 .cuim63::after, .jl4k2 .oe9u8uo::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");
}
.egaw0 .cuim63::after, .egaw0 .oe9u8uo::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");
}
.r036 .cuim63::after, .r036 .oe9u8uo::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");
}
.emlz .cuim63::after, .emlz .oe9u8uo::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");
}
.q90ywt .cuim63::after, .q90ywt .oe9u8uo::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");
}
.j7xbp5y .cuim63::after, .j7xbp5y .oe9u8uo::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");
}
.ag9tl4 .cuim63::after, .ag9tl4 .oe9u8uo::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");
}
.ewqvg29 .cuim63::after, .ewqvg29 .oe9u8uo::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");
}
.h7h68f {
  --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;
}
.gzbxm83d {
  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;
}
.gzbxm83d + .gzbxm83d { border-top: var(--bw-hair) solid var(--border-alt); }
.gzbxm83d > * { min-width: 0; }
.gzbxm83d:hover { background: var(--bg-hover); }
.gzbxm83d > [itemprop="item"] { display: contents; }
.gzbxm83d [itemprop="itemReviewed"],
.gzbxm83d [itemprop="reviewRating"] { display: none; }
.i3ps0gqh {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.fjio, .htnaeakx, .u0cn3j8j,
.qyli, .tvffiosr, .oqxoxa { align-items: center; text-align: center; }
.tvffiosr, .oqxoxa { align-items: stretch; }
.ne35b {
  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%;
}
.un14m {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.zw2ym { font-size: var(--fs-lead); font-weight: 700; }
.szpe4ro .un14m {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.t3r39ki {
  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;
}
.ls3xgb {
  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;
}
.huuvr3nk .dnmhm4t { max-height: 60px; max-width: 68px; }
.dnmhm4t {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.htnaeakx .ls3xgb { width: 168px; }
.l1g1n5 .ls3xgb,
.l1g1n5 .f71z8,
.vqgy .ls3xgb,
.vqgy .f71z8,
.va6f .ls3xgb,
.va6f .f71z8,
.yvatsiam .ls3xgb,
.yvatsiam .f71z8,
.l1g1n5 .ls3xgb, .vqgy .ls3xgb,
.va6f .ls3xgb,  .yvatsiam .ls3xgb {
  width: 88px; height: 88px; padding: 12px;
}
.l1g1n5 .ls3xgb .dnmhm4t, .vqgy .ls3xgb .dnmhm4t,
.va6f .ls3xgb .dnmhm4t,  .yvatsiam .ls3xgb .dnmhm4t {
  max-height: 60px; max-width: 68px;
}
.ftrx4 .ls3xgb, .ftrx4 .ls3xgb.huuvr3nk,
.ftrx4 .f71z8,   .ftrx4 .f71z8.huuvr3nk,
.y2w5u {
  color: #f5a524; font-size: var(--fs-label);
  letter-spacing: var(--ls-label); line-height: var(--lh-tight); white-space: nowrap;
}
.xny0nvub {
  font-size: var(--fs-lead); font-weight: 700; line-height: var(--lh-solid);
  color: var(--text-primary);
}
.xny0nvub small { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.til9w.e7nv {
  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;
}
.ids9hh .gzbxm83d { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .gzbxm83d { gap: 16px; padding: 16px 16px; }
  .ls3xgb { width: 152px; height: 96px; }
  .dnmhm4t { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .gzbxm83d {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .i3ps0gqh { justify-content: flex-start; }
  
  .v27t, .sxre { flex-direction: row; }
  
  .v27t .nbaido:nth-child(n+3) { display: none; }
  
  .fjio {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .i3ps0gqh { text-align: left; align-items: flex-start; }

  
  .htnaeakx, .u0cn3j8j, .mlvp {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .qyli {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .htnaeakx .ls3xgb, .u0cn3j8j .ls3xgb,
  .mlvp .ls3xgb { width: auto; height: 72px; }
  .dnmhm4t { max-height: 72px; max-width: 128px; }
  .zw2ym { font-size: var(--fs-body); }
  .t3r39ki { font-size: var(--fs-sm); }

  
  .dgwk7, .iiyzyj, .q3c0,
  .ikov, .hcpj4t, .zff2rhai,
  .szpe4ro, .y1p6r9, .w3vnct7,
  .e6l39kh, .zd4pref {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .tvffiosr, .oqxoxa { order: 4; flex: 1 0 100%; }
  .oqxoxa { display: flex; flex-direction: column; }
  .oqxoxa::before { display: none; }
  .til9w.e7nv { width: 100%; padding: 12px 20px !important; }
  .f9rd2n1x { text-align: left; }
}
@media (max-width: 560px) {
  .gzbxm83d { padding: 16px; gap: 12px 12px; }
  
  .ne35b, .z65rx9, .nbaido { font-size: var(--fs-caption); }
  .un14m { font-size: var(--fs-sm); }
  .zw2ym { font-size: var(--fs-body); }
  .t3r39ki { font-size: var(--fs-sm); }
  .v11v4 { font-size: var(--fs-sm); }
  .xny0nvub { font-size: var(--fs-lead); }
  
  .til9w.e7nv { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .i3ps0gqh { gap: 2px; }
  .htnaeakx .ls3xgb, .u0cn3j8j .ls3xgb,
  .mlvp .ls3xgb { height: 64px; }
  .dnmhm4t { max-height: 64px; max-width: 116px; }
  .huuvr3nk { padding: 8px; }
  .zw2ym { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .dgwk7, .iiyzyj, .q3c0,
  .ikov, .hcpj4t, .zff2rhai,
  .szpe4ro, .y1p6r9, .w3vnct7,
  .e6l39kh, .zd4pref { flex-basis: 100%; min-width: 100%; }
}
.h44gbzu {
  --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;
}
.iojme {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.f71z8 {
  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;
}
.f71z8 img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.xbdjm0 { flex: 1; min-width: 0; }
.xbdjm0 h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.iin1ziy { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.f768f { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.f768f strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.f768f .mq2wxjdl { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.hvsl {
  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);
}
.hvsl > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.t55o em, .xzr3si em, .dc1b em, .zlw3 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) { .hvsl { padding: 12px 16px; gap: 8px 16px; } }
.zzyvcvl6 { flex-shrink: 0; align-self: center; }
.zzyvcvl6 .e7nv {
  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) {
  .iojme { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .f71z8 { order: 1; width: 104px; height: 104px; }
  .f71z8 img { max-width: 96px; max-height: 88px; }
  .zzyvcvl6 { order: 2; margin-left: auto; align-self: center; }
  .xbdjm0 { order: 3; flex: 1 1 100%; min-width: 0; }
  .xbdjm0 h3 { font-size: var(--fs-body); }
}
.zfi58m img.hw23m { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.n0jy4rt { padding: 20px 24px; }
.ztacu { color: var(--text-body); margin-bottom: 16px; }
.wsnu2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.wvvncne, .vppbiih { list-style: none; font-size: var(--fs-sm); }
.wvvncne li { color: var(--text-body); margin-bottom: 4px; }
.vppbiih li { color: var(--text-body); margin-bottom: 4px; }
.wvvncne li::before { content: "✓"; margin-right: 5px; }
.vppbiih li::before { content: "✗"; margin-right: 5px; }
.onwbly3g { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.onwbly3g strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.y1u6eq9y {
  
  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;
}
.qhv7 { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.cbnep {
  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);
}
.eay8v .cbnep { border-top-width: var(--bw-bar) !important; }
.n49uyw .cbnep { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .j4ashg .jd8zvflm {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .j4ashg .h44gbzu { margin: 0; }
}
.rd5a2ye .iojme { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.rd5a2ye .f71z8 { background: transparent; }
.zns7 .h44gbzu { border-top: var(--bw-bar) solid var(--accent); }
.zns7 .iojme { background: var(--bg-card); }
.dbtde9 .h44gbzu { 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; }
.dbtde9 .iojme { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.dbtde9 .n0jy4rt { padding: 16px 16px; }
.dbtde9 .f71z8 { border-radius: var(--r-chip); }
.dbtde9 .cbnep { border-radius: 0; }
.f6bya8wx .iojme { padding: 0; gap: 0; overflow: hidden; }
.f6bya8wx .f71z8 {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.f6bya8wx .xbdjm0 { padding: 16px 20px; }
.f6bya8wx .zzyvcvl6 { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .f6bya8wx .f71z8 { width: 116px; min-height: 104px; }
}
.ntedt .iin1ziy { font-size: var(--fs-sm); }
.hqsv .i9ps, .hqsv .vffojc { padding: 12px; }
.hqsv .i9ps ul, .hqsv .vffojc ul { margin: 4px 0 0; padding-left: 20px; }
.hqsv .i9ps li, .hqsv .vffojc li { font-size: var(--fs-label); margin-bottom: 4px; }
.mca11 .y1u6eq9y { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .ygfpzo8 { grid-template-columns: 1fr; }
  .kby31mfw { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .kby31mfw .g43z { width: 72px; height: 50px; }
  .kby31mfw .p4kt8 { max-width: 180px; }
  .kby31mfw .u4mfb6v { width: auto; }
}
.spa1 .ntedt .iin1ziy { filter: brightness(1.2); }
@media (max-width: 720px) {
  .spa1 { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .dx4r9 { padding: 16px; }
  .uenklx3 .twpgbq { min-width: 50%; }
}
@media (max-width: 860px) {
  .timh { grid-template-columns: 1fr; }
  .n9le8h4w { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .a8t2 { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .efhroze { flex-wrap: wrap; padding: 16px; }
}
.wfldau .i9ps, .wfldau .vffojc { padding: 8px; }
@media (max-width: 480px) {
  .qo3oy { flex-direction: column; align-items: stretch; }
}
.ce4bthsr .u4mfb6v .e7nv { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .mbz7 { flex-direction: column; align-items: stretch; gap: 12px; }
  .ce4bthsr .u4mfb6v { text-align: center; }
}
@media (max-width: 720px) {
  .pdq8 { grid-template-columns: 1fr; }
  .bvn7g { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .nlp7ewwi { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.g91lpm .mq2wxjdl { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.az69 .iin1ziy { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .tctw9b7r { grid-template-columns: 1fr; }
  .az69 { width: 100px; height: 100px; margin: 16px auto; }
  .g91lpm { font-size: var(--fs-h3); }
  .fp9qzn30 { justify-content: center; }
  .ay7c3gbs .twpgbq { min-width: 50%; }
}
@media (max-width: 540px) {
  .r9vxngr { flex-wrap: wrap; padding: 16px 16px; }
  .mthxtfp { padding: 12px 16px; }
  .fawqh9fp .b1jzw0i5 { margin: 0 16px; }
  .fawqh9fp .mca11 { padding: 0 16px; }
  .vf0aop9v { padding: 12px 16px; }
}
.fygf2h .gzbxm83d { position: relative; }
.fygf2h .gzbxm83d::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.mp5g9ta .h7h68f {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.mp5g9ta .gzbxm83d {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.mp5g9ta .gzbxm83d + .gzbxm83d { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .selw49od .i3ps0gqh + .i3ps0gqh {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.twak .gzbxm83d { padding-top: 16px; padding-bottom: 16px; }
.twak .gzbxm83d + .gzbxm83d { border-top: none; }
.twak .gzbxm83d:nth-child(even) { background: var(--bg-surface); }
.twak .gzbxm83d:nth-child(even):hover { background: var(--bg-hover); }
.ky8upj .gzbxm83d:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .plgpv2wr .dgwk7, .plgpv2wr .iiyzyj,
  .plgpv2wr .q3c0, .plgpv2wr .ikov,
  .plgpv2wr .hcpj4t, .plgpv2wr .zff2rhai,
  .plgpv2wr .szpe4ro, .plgpv2wr .y1p6r9,
  .plgpv2wr .w3vnct7, .plgpv2wr .e6l39kh,
  .plgpv2wr .zd4pref {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.zqqh .ne35b { opacity: .8; letter-spacing: var(--ls-label); }
.zqqh .un14m { font-weight: 700; }
.zqqh .zw2ym { font-weight: 700; }
.hs5h7x84 .dgwk7, .hs5h7x84 .iiyzyj,
.hs5h7x84 .szpe4ro, .hs5h7x84 .y1p6r9,
.xny0nvub { display: none; }
.knqtxx .y2w5u { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.okj6v .y2w5u {
  background: color-mix(in srgb, var(--text-primary) 5%, transparent);
  border-radius: var(--r-pill); padding: 4px 12px; font-size: var(--fs-label);
}
.hpwa .y2w5u,
.xu8pup .y2w5u,
.r3j4ax .y2w5u { display: none; }
.hpwa .xny0nvub,
.xu8pup .xny0nvub,
.r3j4ax .xny0nvub { display: inline-flex; align-items: baseline; gap: 2px; }
.hpwa .xny0nvub small { display: none; }
.xu8pup .xny0nvub {
  background: color-mix(in srgb, var(--text-primary) 6%, transparent);
  border-radius: var(--r-pill); padding: 8px 16px;
}
.r3j4ax .xny0nvub {
  color: #fff; background: var(--text-primary);
  border-radius: var(--r-btn);
  padding: 8px 12px;
}
.r3j4ax .xny0nvub small { display: none; }
.hpwa .f768f .iin1ziy,
.xu8pup .f768f .iin1ziy,
.r3j4ax .f768f .iin1ziy { display: none; }
.hpwa .mq2wxjdl { display: none; }
.xu8pup .f768f strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.xu8pup .jigx,
.xu8pup .mq2wxjdl { font-size: 1em; }
.r3j4ax .f768f strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.r3j4ax .mq2wxjdl { display: none; }
.qb6s { margin: 16px 0; }
.n6xqn2nw { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.n6xqn2nw 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;
}
.n6xqn2nw 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;
}
.n6xqn2nw summary:hover { background: var(--bg-surface); }
.n6xqn2nw summary:hover::after { color: var(--accent); }
.n6xqn2nw[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.n6xqn2nw[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.n6xqn2nw[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.n6xqn2nw p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.y7xhw21v { margin-bottom: 0; }
.dv8etgv h2.zw2a { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.mtuk h2.zw2a { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.i9ps, .vffojc { border: var(--bw-hair) solid transparent; }
.i9ps .wv3b7e, .i9ps .d96czgmx { color: var(--c-pros-label); }
.vffojc .wv3b7e, .vffojc .ulz1g9fw { color: var(--c-cons-label, var(--c-cons)); }
.i9ps ul li, .vffojc ul li, .wvvncne li, .vppbiih li { color: var(--text-body); }
.i9ps .wvvncne li, .vffojc .vppbiih li { position: relative; padding-left: 1.5em; }
.i9ps .wvvncne li::before, .vffojc .vppbiih li::before { position: absolute; left: 0; margin-right: 0; }
.qyemz4 .i9ps { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.qyemz4 .vffojc { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.b543c .i9ps, .b543c .vffojc { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.b543c .i9ps { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.b543c .vffojc { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.jog9i .i9ps, .jog9i .vffojc { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.jog9i .i9ps { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.jog9i .vffojc { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.cq434c5 .i9ps, .cq434c5 .vffojc { background: var(--bg-card); border-width: var(--bw-rule); }
.cq434c5 .i9ps { border-color: var(--sem-pos-line); }
.cq434c5 .vffojc { border-color: var(--sem-neg-line); }
.nd03lti8 .i9ps, .nd03lti8 .vffojc { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.nd03lti8 .vffojc { border-left: var(--bw-hair) solid var(--border); }
.wz5gdwvt .d96czgmx::before { content: "✓ "; }
.wz5gdwvt .ulz1g9fw::before { content: "✗ "; }
.n49uyw .z46sc4 { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.n49uyw .z46sc4 strong { color: var(--text-primary); }
.n49uyw .z46sc4 p      { color: var(--text-muted); }
.eay8v .z46sc4 { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.x2ubqb .z46sc4 {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.x2ubqb .z46sc4 strong { color: var(--text-primary); }
.x2ubqb .z46sc4 p { color: var(--text-muted); }
.x2ubqb .z46sc4 { border-left: var(--bw-bar) solid var(--cl-hue); }
.x2ubqb .ius4::before { color: rgba(255,255,255,0.9) !important; }
.v1sv .z46sc4 {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.v1sv .z46sc4 strong { color: var(--text-primary); }
.v1sv .z46sc4 p      { color: var(--text-muted); }
.hz6kvf .z46sc4 { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.j7rv .ius4,
.x9bhyp .ius4,
.ti30 .ius4,
.j7rv .ius4::before,
.x9bhyp .ius4::before,
.ti30 .ius4::before,
.lkompyyd .yoegvrls .z0yig,
.lkompyyd .lm3o .z0yig  { box-shadow: var(--sh-1); }
.lkompyyd .agk1m9                { box-shadow: var(--sh-1); }
.lkompyyd .mzmv          { box-shadow: var(--sh-1); }
.lkompyyd .sgk8c8                    { box-shadow: var(--sh-1); }
.nxv5d7q .yoegvrls .z0yig,
.nxv5d7q .lm3o .z0yig,
.nxv5d7q .mzmv,
.nxv5d7q .sgk8c8,
.nxv5d7q .hz6kvf .z46sc4 { box-shadow: none; }
.x97gvhb   { --fs-h1: 50px; --fs-h2: 34px; --fs-h3: 26px; }
.y7xhw21v + .y7xhw21v { position: relative; }
.w431pr   .y7xhw21v + .y7xhw21v::before,
.heja4  .y7xhw21v + .y7xhw21v::before,
.f5no   .y7xhw21v + .y7xhw21v::before,
.l25y2   .y7xhw21v + .y7xhw21v::before,
.gyk8acz   .y7xhw21v + .y7xhw21v::before,
.d0diu .y7xhw21v + .y7xhw21v::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.w431pr .y7xhw21v + .y7xhw21v::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.heja4 .y7xhw21v + .y7xhw21v::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.f5no .y7xhw21v + .y7xhw21v::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;
}
.l25y2 .y7xhw21v + .y7xhw21v::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.dtg1ctr .y7xhw21v { margin-bottom: 16px; }
.dtg1ctr .y7xhw21v + .y7xhw21v { margin-top: 0; }
.dtg1ctr .bzc9 { padding-top: 0; padding-bottom: 0; }
.gyk8acz .y7xhw21v + .y7xhw21v::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.d0diu .y7xhw21v + .y7xhw21v::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.r3vumb88 .y7xhw21v + .y7xhw21v::before,
.x7eazxx .y7xhw21v + .y7xhw21v::before,
.v1xa .y7xhw21v + .y7xhw21v::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%;
}
.qilipt8z .r3vumb88 .y7xhw21v:nth-child(even)::before,
.qilipt8z .x7eazxx .y7xhw21v:nth-child(even)::before,
.qilipt8z .v1xa .y7xhw21v:nth-child(even)::before { background: var(--bg-surface); }
.vsrabaq .r3vumb88 .y7xhw21v:nth-child(even)::before,
.vsrabaq .x7eazxx .y7xhw21v:nth-child(even)::before,
.vsrabaq .v1xa .y7xhw21v:nth-child(even)::before { background: var(--bg-card); }
.r3vumb88 .y7xhw21v + .y7xhw21v::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");
}
.x7eazxx .y7xhw21v + .y7xhw21v::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");
}
.v1xa .y7xhw21v + .y7xhw21v::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");
}
.e8zko .bmke8ii5 { background: var(--hero-a, var(--accent)); }
.e8zko .bmke8ii5 .ywb0a { background: none; }
.e8zko .ghxzo4e { background: var(--hero-a, var(--accent)); }
.e8zko .pwi7lc { background: var(--accent-bg); }
.e8zko .wuljmz:not(.bmke8ii5) .ywb0a { background: rgba(0,0,0,0.6); }
.gcquxy .gdcw { float: left; width: 38%; margin: 0 28px 16px 0; }
.gcquxy .gdcw .gp61k { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.gcquxy .bzc9::after { content: ''; display: block; clear: both; }
.ascgz8zz .gdcw { float: right; width: 38%; margin: 0 0 16px 28px; }
.ascgz8zz .gdcw .gp61k { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.ascgz8zz .bzc9::after { content: ''; display: block; clear: both; }
.f8ie0r .y7xhw21v:nth-child(odd)  .gdcw { float: left;  width: 38%; margin: 0 28px 16px 0; }
.f8ie0r .y7xhw21v:nth-child(even) .gdcw { float: right; width: 38%; margin: 0 0 16px 28px; }
.f8ie0r .gdcw .gp61k { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.f8ie0r .bzc9::after { content: ''; display: block; clear: both; }
.gcquxy .h7h68f,
.ascgz8zz .h7h68f,
.f8ie0r .h7h68f { clear: both; }
@media (max-width: 900px) {
  .gcquxy .gdcw,
  .ascgz8zz .gdcw,
  .f8ie0r .y7xhw21v:nth-child(odd)  .gdcw,
  .f8ie0r .y7xhw21v:nth-child(even) .gdcw {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .gcquxy .gdcw .gp61k,
  .ascgz8zz .gdcw .gp61k,
  .f8ie0r .gdcw .gp61k {
    max-height: none !important;
  }
}
.gcquxy .shbekb,
.gcquxy .x8hdei,
.ascgz8zz .shbekb,
.ascgz8zz .x8hdei,
.f8ie0r .shbekb,
.f8ie0r .x8hdei { overflow: hidden; }
@media (max-width: 640px) {
  .gcquxy .gdcw,
  .ascgz8zz .gdcw,
  .f8ie0r .gdcw { float: none; width: 100%; margin: 0 0 16px 0; }
}
.fpde53w .m69kxivw,
.fpde53w .bzc9,
.fpde53w .i7zs64  { max-width: 1060px; }
.f8pz .m69kxivw,
.f8pz .bzc9,
.f8pz .i7zs64  { max-width: 1180px; }
.nuoqc .m69kxivw,
.nuoqc .bzc9,
.nuoqc .i7zs64  { max-width: 1260px; }
.nuoqc { --content-mw: 1260px; }
.a5h0d { font-size: var(--fs-label); color: var(--text-muted); }
.y7v4 { display: flex; align-items: center; }
.s0phc9sb {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.vuvs { display: flex; align-items: center; }
.ab1lqg { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.ab1lqg:hover { text-decoration: underline; }
.ci5a { margin: 0 4px; opacity: 0.45; }
.ci5a::before { content: '/'; }
.owzehny { padding: 2px 4px; color: var(--text-main); }
.hzb2edx .a5h0d {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.hzb2edx .y7v4 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.xtecq5s .a5h0d {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.xtecq5s .y7v4 { padding: 0 0 0 12px; }
.cbzi0 .y7v4 { padding: 0 16px; }
.cbzi0 .a5h0d {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.cbzi0 .m69kxivw { padding-top: 28px; }
@media (max-width: 720px) {
  .iqrke { margin-top: 20px; padding: 0 16px; }
  .cbzi0 .m69kxivw { padding-top: 16px; }
}
.fpde53w.hzb2edx .y7v4 { max-width: 1100px; }
.f8pz.hzb2edx .y7v4 { max-width: 1200px; }
.nuoqc.hzb2edx .y7v4 { max-width: 1320px; }
.nuoqc .iqrke { max-width: 1320px; }
.ifuyonpe .y7xhw21v { padding-top: 16px; padding-bottom: 16px; }
.kev58qv7 .y7xhw21v { padding-top: 24px; padding-bottom: 24px; }
.rr0lf58 .y7xhw21v { padding-top: 40px; padding-bottom: 40px; }
.rgy7 .y7xhw21v { padding-top: 52px; padding-bottom: 52px; }
.jo7at503 .y7xhw21v:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.jo7at503 .y7xhw21v:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.jo7at503 .y7xhw21v:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.jo7at503 .y7xhw21v:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.hzqst .bzc9 { padding-top: 12px;  padding-bottom: 12px; }
.hewbjuz .bzc9 { padding-top: 20px;  padding-bottom: 20px; }
.ith6q9 .bzc9 { padding-top: 36px;  padding-bottom: 36px; }
.bnw026v .bzc9 { padding-top: 48px;  padding-bottom: 48px; }
.uhn3bg7b h1, .uhn3bg7b h2, .uhn3bg7b h3, .uhn3bg7b .mmwsl7 { font-weight: 700; }
.xwirhh h1, .xwirhh h2, .xwirhh h3, .xwirhh .mmwsl7 { font-weight: 700; }
.yuspy, .uhn3bg7b, .wq42wws, .xwirhh { font-weight: 400; }
.cuim63 {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.yzzbynyi .cuim63 { display: none; }
@media (max-width: 640px) {
  .cuim63 { display: none !important; }
}
.cuim63 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.cuim63:hover { opacity: 0.85; }
.lw8pu2l .cuim63 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.p4zb0 .oe9u8uo { right: 32px; }
@media (max-width: 480px) {
  .p4zb0 .oe9u8uo { right: 20px; bottom: 20px; }
  .tpklh  .oe9u8uo { left: 20px; bottom: 20px; }
}
.w84v { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.i7zs64 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.isl5up { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.u2jv910 { color: var(--text-dim); font-size: var(--fs-label); }
.vov4ek4 a, .sqslsww a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.vov4ek4 a:hover, .sqslsww a:hover { color: var(--accent-light); }
.sqslsww { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.s7xsw4je .i7zs64 { text-align: center; }
.s7xsw4je .sqslsww { justify-content: center; margin-bottom: 16px; }
.s7xsw4je .isl5up { margin-top: 0; }
.gbvacfl { margin-top: 12px; }
.gbvacfl a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .i7zs64 { padding-left: 16px; padding-right: 16px; }
  .huz986r .i7zs64 { padding: 20px 16px; }
  .sqslsww { gap: 4px 12px; }
  .isl5up { font-size: var(--fs-caption); }
}
.fin5nl .isl5up { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.fin5nl .u2jv910 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .fin5nl .d6276e7a { grid-template-columns: 1fr 1fr; } .fin5nl .pi3t { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fin5nl .d6276e7a { grid-template-columns: 1fr; } }
.mn305h .isl5up { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .mn305h .wdv9 { gap: 12px; } .mn305h .nzxow { margin-right: 0; width: 100%; } }
.ob8disu .isl5up { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.ob8disu .u2jv910 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .ob8disu .n6w7nj { grid-template-columns: 1fr 1fr; } .ob8disu .q8b137c3 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ob8disu .n6w7nj { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .jaku07 .t0m8 { grid-template-columns: 1fr 1fr; } .jaku07 .q4on:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jaku07 .t0m8 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .qvwu3jo .t0m8 { grid-template-columns: 1fr; } }
.gvcbt0p8 .i7zs64 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.gvcbt0p8 .sqslsww { justify-content: center; }
.ue9n .gj902cum      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.e09oo2vl .gj902cum      { background: #0d1117; border-bottom-color: #21262d; }
.e09oo2vl .nqwse { color: var(--accent-light); }
.e09oo2vl .bb7r { --msep-color: #8b949e; }
.e09oo2vl .bb7r a { color: #8b949e; }
.e09oo2vl .bb7r a:hover { color: var(--accent-light); }
.e09oo2vl .e664hnq { color: #8b949e; }
.e09oo2vl .w84v { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.e09oo2vl .isl5up,
.e09oo2vl .u2jv910 { color: #6e7681; }
.e09oo2vl .vov4ek4 a, .e09oo2vl .sqslsww a,
.e09oo2vl .vov4ek4 a:hover, .e09oo2vl .sqslsww a:hover,
@media (max-width: 640px) {
  .e09oo2vl .bb7r { background: #0d1117; border-top-color: #21262d; }
  .e09oo2vl .bb7r li a { border-bottom-color: #21262d; }
}
.czg59 .gj902cum      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.czg59 .nqwse { color: var(--accent-light); }
.czg59 .bb7r { --msep-color: #475569; }
.czg59 .bb7r a { color: #475569; }
.czg59 .bb7r a:hover { color: var(--accent-light); }
.czg59 .e664hnq { color: #64748b; }
.czg59 .w84v { background: #f0f4f8; border-top-color: #cbd5e1; }
.czg59 .isl5up,
.czg59 .u2jv910 { color: #64748b; }
.czg59 .vov4ek4 a, .czg59 .sqslsww a,
.czg59 .vov4ek4 a:hover, .czg59 .sqslsww a:hover,
@media (max-width: 640px) {
  .czg59 .bb7r { background: #f0f4f8; border-top-color: #cbd5e1; }
  .czg59 .bb7r li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ar32qd79 .gj902cum { background: var(--b-50); border-bottom-color: var(--b-200); }
.ar32qd79 .bb7r a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .ar32qd79 .bb7r { background: var(--b-50); border-top-color: var(--b-200); }
}
.p3b9et3   { --nav-fill: var(--b-900); --nav-edge: var(--b-800); }
.nx76u .gj902cum, .p3b9et3 .gj902cum { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.nx76u .nqwse, .p3b9et3 .nqwse { color: #fff; }
.nx76u .bb7r, .p3b9et3 .bb7r { --msep-color: rgba(255,255,255,0.82); }
.nx76u .bb7r a, .p3b9et3 .bb7r a { color: rgba(255,255,255,0.82); }
.nx76u .bb7r a:hover, .p3b9et3 .bb7r a:hover { color: #fff; }
.nx76u .e664hnq, .p3b9et3 .e664hnq { color: rgba(255,255,255,0.9); }
.nx76u .vryd9qa1 a, .p3b9et3 .vryd9qa1 a { color: var(--text-primary) !important; }
.nx76u .vryd9qa1 a:hover, .p3b9et3 .vryd9qa1 a:hover { color: var(--accent-light) !important; }
@media (max-width: 640px) {
  .nx76u .bb7r, .p3b9et3 .bb7r { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .nx76u .bb7r li a, .p3b9et3 .bb7r li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.ulba.nx76u .cuim63 { background: #fff !important; color: var(--b-700) !important; }
.fqz96le3 .gj902cum {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.fqz96le3 .gj902cum::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) {
  .fqz96le3 .bb7r {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.tuxsw2ke .yu6sjulv { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.egnbz3a .yu6sjulv { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.t4uwqd0 .yu6sjulv { min-height: 72px; height: auto; }
.ne7l7zp .yu6sjulv { min-height: 84px; height: auto; }
.huz986r .yu6sjulv { max-width: none; padding: 0 32px; }
.huz986r .i7zs64  { max-width: none; padding: 24px 32px; }
.ah6793uh.f8pz .yu6sjulv { max-width: 1200px; }
.ah6793uh.nuoqc .yu6sjulv { max-width: 1320px; }
.afd4rrp   .nqwse, .afd4rrp   .nzxow { text-transform: capitalize; }
.psh81 .nqwse, .psh81 .nzxow { text-transform: lowercase; }
.qwgc7ft .nqwse, .qwgc7ft .nzxow { text-transform: uppercase; letter-spacing: var(--ls-label); }
.x0jwqd0, .wfhbcs {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.bm4i .x0jwqd0,
.stvmo .x0jwqd0,
.rziw6s .x0jwqd0,
.r1br8 .x0jwqd0,
.bwjx5   .bb7r a { font-weight: 500; }
.ebfts7r .bb7r a { font-weight: 600; }
.jrwkg6     .bb7r a { font-weight: 700; }
.dnowima2    .bb7r a { font-weight: 700; letter-spacing: normal; }
.bmqoe     .bb7r > li + li::before,
.eo79mmus    .bb7r > li + li::before,
.ampk    .bb7r > li + li::before,
.z8ymy5 .bb7r > li + li::before,
.pp9b2t .bb7r > li + li::before,
.xciu  .bb7r > li + li::before,
.o2p6mjk    .bb7r > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.bmqoe     .bb7r > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.eo79mmus    .bb7r > li + li::before { content: "|"; }
.ampk    .bb7r > li + li::before { content: "—"; }
.z8ymy5 .bb7r > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.pp9b2t .bb7r > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.xciu  .bb7r > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.o2p6mjk    .bb7r > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .uyqugun .e664hnq,
  .kubh6y .e664hnq,
  .k5ew .e664hnq,
  .nyl3jwb .e664hnq,
  .yry8b .e664hnq {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .uyqugun .e664hnq::before,
  .kubh6y .e664hnq::before,
  .k5ew .e664hnq::before,
  .nyl3jwb .e664hnq::before,
  .yry8b .e664hnq::before { content: ""; display: block; flex-shrink: 0; }

  
  .uyqugun .e664hnq::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;
  }

  
  .kubh6y .e664hnq::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;
  }

  
  .k5ew .e664hnq::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;
  }

  
  .nyl3jwb .e664hnq::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;
  }

  
  .yry8b .e664hnq::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) {
  .nuo2ed7u .e664hnq {
    padding: 4px 16px;
  }
  .nuo2ed7u .bb7r {
    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;
  }
  .nuo2ed7u .bb7r li a {
    border-bottom: none; padding: 12px 24px;
  }
  .nuo2ed7u .bb7r li a:hover { background: var(--bg-raised); }
  .nuo2ed7u .c66nx,
  .hfasho .c66nx,
  .r2nmwv .c66nx { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .mllcz1a .e664hnq {
    padding: 4px 12px;
  }
  .mllcz1a .bb7r {
    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);
  }
  .mllcz1a .bb7r.yhgw3rs4 { transform: translateX(0); }
  .mllcz1a .bb7r li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .mllcz1a .bb7r li:last-child a { border-bottom: none; }
  .nx76u .bb7r,
  .e09oo2vl .bb7r { background: var(--accent) !important; }
  .nx76u .bb7r li a,
  .e09oo2vl .bb7r li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .r2nmwv .e664hnq {
    padding: 4px 12px;
  }
  .r2nmwv .bb7r {
    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);
  }
  .r2nmwv .bb7r::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .r2nmwv .bb7r.yhgw3rs4 { transform: translateY(0); }
  .r2nmwv .bb7r li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .ojl2eib9 .e664hnq {
    padding: 4px 12px;
  }
  .ojl2eib9 .bb7r {
    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;
  }
  .ojl2eib9 .bb7r.yhgw3rs4 { opacity: 1; pointer-events: auto; }
  .ojl2eib9 .bb7r li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .hvgcxs     .e664hnq { border-radius: 0 !important; }
  .xg5y0z   .e664hnq { border-radius: var(--r-btn) !important; }
  .ymf67z .e664hnq { border-radius: 50% !important; }
  .ppcz1lfb   .e664hnq { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .ruiv .exgi9mw { flex-direction: column; align-items: stretch; }
  .ruiv .ubb8p8 { flex-direction: row; min-width: auto; }
  .ruiv .d36x76qh { align-items: flex-start; text-align: left; }
}
.xv1r5g9y,
.xv1r5g9y.y7xhw21v,
.qilipt8z .xv1r5g9y,
.ecevk4 .xv1r5g9y,
.vsrabaq .xv1r5g9y,
.aias .xv1r5g9y {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.y2za {
  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;
}
.lgkhokl9 { flex: 1 1 280px; min-width: 0; }
.dmsx32bm {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.geon3k {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.wrwn {
  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;
}
.wrwn:hover { transform: translateY(-1px); opacity: 0.95; }
.kuxstl .y2za {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.kuxstl .dmsx32bm { color: var(--cta); }
.kuxstl .geon3k { color: var(--text-body); }
.kuxstl .wrwn {
  background: var(--cta);
  color: var(--cta-fg);
}
.y6vvm .y2za {
  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);
}
.y6vvm .dmsx32bm { color: var(--text-primary); }
.y6vvm .geon3k { color: var(--text-body); }
.y6vvm .wrwn {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .y2za {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .lgkhokl9 { flex: 0 0 auto; }
  .dmsx32bm { font-size: var(--fs-lead); }
  .wrwn { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.zfcn .uxrh6843 { height: 36px; }
.l30ig .uxrh6843 { height: 60px; max-width: 200px; }
.wpcjiec .uxrh6843 { height: 56px; max-width: 180px; }
.pexnuqm    .y2w5u, .pexnuqm    .iin1ziy { color: #f59e0b; }
.pjyd3mbl      .y2w5u { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.pjyd3mbl      .iin1ziy   { font-size: var(--fs-lead); }
.ibsq3    .y2w5u, .ibsq3    .iin1ziy { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.gqkmlkw     .y2w5u, .gqkmlkw     .iin1ziy { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.rhzv5pb .y2w5u, .rhzv5pb .iin1ziy { color: var(--cta); letter-spacing: var(--ls-wide); }
.o32zlrr   .y2w5u, .o32zlrr   .iin1ziy { color: #e91e63; letter-spacing: var(--ls-wide); }
.ntpnk  .y2w5u, .ntpnk  .iin1ziy { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.w4cy1ik     .y2w5u, .w4cy1ik     .iin1ziy { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.e18nrruj .v11v4 {
  font-size: var(--fs-lead); font-weight: 700;
  color: var(--text-muted); opacity: .45;
}
.d1c8w4u .h7h68f {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.d1c8w4u .gzbxm83d {
  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);
}
.d1c8w4u .gzbxm83d + .gzbxm83d { border-top: var(--bw-hair) solid var(--border-alt); }
.d1c8w4u .i3ps0gqh { align-items: center; text-align: center; }
.d1c8w4u .ls3xgb {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.d1c8w4u .dnmhm4t { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.d1c8w4u .t3r39ki { font-size: var(--fs-body); }
.d1c8w4u .til9w.e7nv { min-width: 180px; }
@media (min-width: 720px) {
  .d1c8w4u .h7h68f {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .d1c8w4u .gzbxm83d + .gzbxm83d { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .d1c8w4u .gzbxm83d { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .d1c8w4u .fjio { top: -16px; left: 50%; }
  .d1c8w4u .ls3xgb { width: 132px; height: 132px; }
}
.vafxx .h7h68f {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.vafxx .gzbxm83d {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.vafxx .ls3xgb {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.vafxx .dnmhm4t { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
@media (max-width: 900px) {
  .vafxx .ls3xgb { width: 104px; height: 104px; }
}
.x1wcfu6q .n6xqn2nw {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.x1wcfu6q .n6xqn2nw summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.x1wcfu6q .n6xqn2nw summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.x1wcfu6q .n6xqn2nw[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.x1wcfu6q .n6xqn2nw p { padding: 0 14px 18px; }
.x1wcfu6q .n6xqn2nw[open] p { border-top: none; padding-top: 0; }
.xw3zbr .n6xqn2nw { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.xw3zbr .n6xqn2nw 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;
}
.xw3zbr .n6xqn2nw summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.xw3zbr .n6xqn2nw[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.xw3zbr .n6xqn2nw p { padding: 14px 24px 4px; }
.xw3zbr .n6xqn2nw[open] p { border-top: none; padding-top: 14px; }
.tg7zdhll .n6xqn2nw {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.tg7zdhll .n6xqn2nw summary { color: var(--text-primary); padding: 16px 18px; }
.tg7zdhll .n6xqn2nw[open] summary { box-shadow: none; }
.tg7zdhll .n6xqn2nw p { padding: 0 18px 18px; }
.a1m1 .qb6s { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.a1m1 .n6xqn2nw {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.a1m1 .n6xqn2nw:last-child { border-bottom: none; }
.a1m1 .n6xqn2nw summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.a1m1 .n6xqn2nw p { padding: 0 20px 16px; }
.dd3th9i .n6xqn2nw { overflow: hidden; }
.dd3th9i .n6xqn2nw 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));
}
.dd3th9i .n6xqn2nw summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.dd3th9i .n6xqn2nw summary::after { color: var(--tone-mark, var(--accent)); }
.dd3th9i .n6xqn2nw[open] summary { border-radius: 0; box-shadow: none; }
.j8t5d28t { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.psgk5 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.ye9screb {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.uyi1 { color: var(--text-muted); font-size: var(--fs-body); }
.bhzcgosj {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.cta89am {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.o5pn { margin-bottom: 20px; }
.zfn8 {
  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);
}
.t59way {
  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;
}
.t59way:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.n76f390 { resize: vertical; min-height: 130px; }
.n7fws896 { width: 100%; margin-top: 8px; }
.bslc6p {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.rr4n {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.xink { color: var(--text-muted); line-height: var(--lh-read); }
.ijzo { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.ijzo li { margin-bottom: 8px; }
.ecbe415w { max-width: 760px; margin: 0 auto; }
.sip23la { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.m8s95 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.m8s95:last-child { border-bottom: none; }
.m8s95 h2 {
  font-size: var(--fs-body); font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.m8s95 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.eol63 { max-width: 760px; margin: 0 auto; }
.niazd5in { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.s2wt ul.ijzo { margin: 0; }
.hm10k { max-width: 900px; margin: 0 auto; }
.ovmx2 { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: var(--bw-hair) solid var(--border); align-items: start; }
.ovmx2:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ovmx2 .niazd5in { margin: 0; font-size: var(--fs-sm); }
.ovmx2 .gsibi6e6 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
@media (max-width: 640px) { .ovmx2 { grid-template-columns: 1fr; gap: 12px; } }
.l83te .niazd5in { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
.w5qf5aw5 .ijzo { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .ufche8 { grid-template-columns: 1fr; } }
.dkrfdgon { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.dkrfdgon:hover .bc3i { color: var(--accent-light); text-decoration: underline; }
.ozitk9b { color: inherit; text-decoration: none; }
.ozitk9b:hover { color: var(--accent-light); text-decoration: underline; }
.u3mtj { display: inline-block; line-height: 0; }
.l60r157 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.o6wkoown { margin-bottom: 48px; }
.p9en3bvu { max-width: 760px; margin: 0 auto; }
.dc0pxf66 { text-align: center; }
.khze7b6 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.khze7b6:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.tmyyh1c8 { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.khze7b6 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.khze7b6 ul.ijzo { margin: 0; }
.zafyuqw6 { color: var(--text-muted); line-height: var(--lh-read); }
.dc0pxf66 .ijzo,
.q9a4pn .ijzo,
.g2uu .ijzo,
.n4pmr4rx .ijzo {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.dc0pxf66 .khze7b6,
.q9a4pn .khze7b6 { text-align: left; }
.dc0pxf66 .tmyyh1c8,
.q9a4pn .tmyyh1c8 { text-align: center; }
.s7pp { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.j14eoufp { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.s2mflr { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.tl3yh2wl { margin-top: 12px; }
.tzjhs46 { 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; }
.tzjhs46:hover { border-bottom-color: var(--accent-light); }
.y5dys0 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.y5dys0 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.b1z3 { width: 200px; height: 200px; }
.su3i3 { border-radius: 50%; }
.yqb2 { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.gx8xc0s { padding-left: 16px; position: relative; color: var(--text-primary); font-weight: 600; }
.gx8xc0s::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .vqud8u { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.l1z5m { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; padding-bottom: 40px; border-bottom: var(--bw-hair) solid var(--border); }
.l1z5m .s2mflr, .l1z5m .j14eoufp { max-width: 640px; }
.hkil .s7pp { font-size: var(--fs-h3); margin-top: 20px; }
.c22so6 .s2mflr { margin-bottom: 28px; }
@media (max-width: 860px) { .mzx4v1 { grid-template-columns: 1fr; } .hkil { position: static; text-align: center; } }
.ex04 .y5dys0 { margin: 0 auto 20px; }
.ex04 .yqb2 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .hbe9 { grid-template-columns: 1fr; } }
.q0mjmiez .s7pp { font-size: var(--fs-h3); margin-bottom: 8px; }
.n4pmr4rx .ijzo { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .q0mjmiez { flex-direction: column; text-align: center; } .j3jpqq5q { grid-template-columns: 1fr; } }
.s6x0h .s7pp { font-size: var(--fs-lead); margin: 0 0 4px; }
.s6x0h .yqb2 { margin: 0; }
.szi1 { max-width: 760px; margin: 0 auto; }
.cqnidz8 { position: relative; padding-left: 28px; }
.cqnidz8::before { content: ""; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 2px; background: var(--border); }
.gotzzcw { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.gotzzcw:last-child { padding-bottom: 0; }
.ld574 { 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; }
.prufey h2 { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.prufey p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.xhaor .ye9screb { color: var(--accent-light); }
.rezbj3 .ye9screb { font-size: var(--fs-h2); }
.rezbj3 .uyi1 { max-width: 680px; }
.bw5iv .ye9screb { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.bw5iv .uyi1  { margin: 0; }
@media (max-width: 640px) { .bw5iv { flex-direction: column; } }
.e23xrh13 .ye9screb { color: var(--accent-light); }
.ghs7ctxc .ye9screb { color: #fff; }
.ghs7ctxc .uyi1  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .pz3kd { grid-template-columns: 1fr; } }
.seiq { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.seiq .t59way {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.seiq .t59way:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.t6bwvii5 .t59way { background: var(--bg-raised); border-color: transparent; }
.t6bwvii5 .t59way:focus { background: var(--bg-card); border-color: var(--accent-light); }
.njyu7a .t59way { border-radius: var(--r-pill); padding: 12px 20px; }
.njyu7a .n76f390 { border-radius: var(--r-card); }
@media (max-width: 640px) { .rtzjr5 { grid-template-columns: 1fr; } }
.xo0d0 { counter-reset: priv-count; }
.qaprfjlk {
  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);
}
.qaprfjlk:last-child { border-bottom: none; }
.uxtu06k {
  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;
}
.qaprfjlk h2 {
  font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.qaprfjlk p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.i6maop { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; margin: 0; }
.i6maop li { margin-bottom: 8px; }
.nd3wci{display:none}
.nd3wci:empty,.p01pln:empty{display:none}
.w5qm1thb{position:relative;overflow:visible}
.np1cn .by2uzog,.qaxhw .by2uzog,
.ojbovgn7 .by2uzog,.ur1f31u3 .by2uzog,
.rbdzznw .by2uzog,.rwv2t .by2uzog{display:block}
.fuwvsz .l4tz9m3s{display:block}
.np1cn .by2uzog,.qaxhw .by2uzog,
.ojbovgn7 .by2uzog,.ur1f31u3 .by2uzog,
.rbdzznw .by2uzog{position:absolute;z-index:3;left: 24px;right: 24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin: 0 auto;padding: 0;box-sizing:border-box}
.np1cn .by2uzog .p01pln,.qaxhw .by2uzog .p01pln,
.ojbovgn7 .by2uzog .p01pln,.ur1f31u3 .by2uzog .p01pln,
.rbdzznw .by2uzog .p01pln{margin: 0;font-size: var(--fs-caption);opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding: 4px 12px;border-radius: var(--r-chip);display:inline-flex;width:auto}
.np1cn .sgghb3,.qaxhw .sgghb3,
.ojbovgn7 .sgghb3,.ur1f31u3 .sgghb3,
.rbdzznw .sgghb3{background:transparent!important;border:none!important;padding: 0;border-radius:0;color:inherit!important}
.np1cn .by2uzog,.qaxhw .by2uzog{top: 12px}
.np1cn .by2uzog .p01pln{margin-right:auto}
.qaxhw .by2uzog .p01pln{margin-left:auto}
.qaxhw .by2uzog{text-align:right}
.ojbovgn7 .by2uzog,.ur1f31u3 .by2uzog{bottom: 12px}
.ojbovgn7 .by2uzog .p01pln{margin-right:auto}
.ur1f31u3 .by2uzog .p01pln{margin-left:auto}
.ur1f31u3 .by2uzog{text-align:right}
.rbdzznw .by2uzog{position:relative;margin-top: 16px}
.rbdzznw .by2uzog .p01pln{margin: 0 auto}
.rwv2t .by2uzog{max-width:var(--content-mw,1100px);margin: 0 auto;padding: 8px 24px}
.rwv2t .by2uzog .p01pln{margin: 0}
.rwv2t .pwi7lc~.by2uzog,
.rwv2t .c069ogzx~.by2uzog{max-width:none;margin: 0;padding: 8px clamp(24px,calc(50vw - 476px),96px)}
.rwv2t .pwi7lc~.by2uzog .p01pln,
.rwv2t .c069ogzx~.by2uzog .p01pln{justify-content:flex-start}
.pwi7lc~.by2uzog,.c069ogzx~.by2uzog{position:static!important;left: auto!important;right: auto!important;top: auto!important;bottom: auto!important;transform:none!important;width:100%!important;max-width:none!important;padding: 8px clamp(24px,calc(50vw - 476px),96px)!important}
.pwi7lc~.by2uzog .p01pln{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.c069ogzx~.by2uzog .p01pln{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.l4tz9m3s .p01pln{margin: 0 0 12px}
.p01pln{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.ga2i9ag{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.bc3i{font-weight:600;color:var(--text-heading);opacity:1}
.xmgah7xp::before{content:"·";margin: 0 2px;opacity:.5}
.sgghb3{white-space:nowrap}
.s9iyr .ga2i9ag{display:none}
.m68kndb .sgghb3{background:var(--date-bg, var(--accent-bg));padding: 4px 12px;border-radius: var(--r-card);font-size: var(--fs-caption)}
.m68kndb .xmgah7xp::before{content:""}
.p3ez .sgghb3{background:var(--date-bg, var(--accent-bg));padding: 8px 12px;border-radius:var(--radius, 6px);font-size: var(--fs-caption);display:inline-flex;align-items:center;gap: 4px}
.p3ez .xmgah7xp::before{content:""}
.ukkarn9h .p01pln{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.zdpkkoj .sgghb3{border-left: var(--bw-rule) solid var(--accent);padding-left: 8px;font-size: var(--fs-caption)}
.zdpkkoj .xmgah7xp::before{content:""}
.hxcxw286 .sgghb3{color: var(--accent-light);opacity:1;font-weight:500}
.nikfvt .sgghb3{border-bottom: var(--bw-hair) solid currentColor;padding-bottom: 2px}
.hxo0cf .p01pln{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.kwpxe{--date-bg:var(--accent-bg)}
.wl7pn4l .xmgah7xp::before{content:""}
.pnivpmp .xmgah7xp::before{content:"•";opacity:.4}
.pnivpmp .sgghb3 + .sgghb3::before{content:"•";margin-right:6px;opacity:.4}
.lzlq5v2 .xmgah7xp::before{content:"/";opacity:.35}
.lzlq5v2 .sgghb3 + .sgghb3::before{content:"/";margin-right:6px;opacity:.35}
.uyca .xmgah7xp::before{content:"|";opacity:.3}
.uyca .sgghb3 + .sgghb3::before{content:"|";margin-right:6px;opacity:.3}
.toaej05 .xmgah7xp::before{content:"—";opacity:.3}
.toaej05 .sgghb3 + .sgghb3::before{content:"—";margin-right:6px;opacity:.3}
.qf78m4h .xmgah7xp::before{content:"◆";font-size:.5em;opacity:.35}
.qf78m4h .sgghb3 + .sgghb3::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.achn9of .xmgah7xp::before{content:"·";opacity:.4}
.achn9of .sgghb3 + .sgghb3::before{content:"·";margin-right:6px;opacity:.4}
.vzrr .xmgah7xp::before{content:"›";opacity:.4}
.vzrr .sgghb3 + .sgghb3::before{content:"›";margin-right:6px;opacity:.4}
.ceo9bz .xmgah7xp::before{content:"→";opacity:.35;font-size:.85em}
.ceo9bz .sgghb3 + .sgghb3::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.pqsde8{display:flex;align-items:flex-start;gap: 16px;max-width:var(--content-width, 960px);margin: 32px auto 24px;padding: 20px 24px}
.eynvs2{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.vf2zwm5{display:flex;flex-direction:column;gap: 4px}
.eymp{font-size: var(--fs-caption);text-transform:uppercase;letter-spacing: var(--ls-label);color:var(--text-body);opacity:.55}
.lu6ds{font-weight:700;font-size: var(--fs-sm);color:var(--text-heading)}
.w1sqfi{font-size: var(--fs-label);color:var(--text-body);opacity:.8;line-height: var(--lh-snug);margin-top: 4px}
.en6jk4d .pqsde8{background:var(--surface-alt);border-radius:var(--radius, 8px);border: var(--bw-hair) solid var(--border)}
.rdri .pqsde8{border-top: var(--bw-bar) solid var(--accent);padding-top: 20px}
.rd8vl5b .pqsde8{border-left: var(--bw-bar) solid var(--accent);border-radius:0}
.d6c4ec6 .pqsde8{padding: 20px 0}
@media(max-width:640px){
  .pqsde8{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .w1sqfi{max-width:100%}
}
.kw3jhy7w .mzmv{margin: 0}
@media (max-width:560px){
  .xv6dlbk{grid-template-columns:repeat(2,1fr);gap: 12px}
}
.ylir274 {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.ylir274.qvtuk {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.ca69 {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: var(--r-card);
  box-shadow: var(--sh-3);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.ca69 .gb5i3v {
  position: absolute; top: 8px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.ca69 .gb5i3v::before,
.ca69 .gb5i3v::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: var(--r-chip);
  background: var(--text-primary, #111);
}
.ca69 .gb5i3v::before { transform: translate(-50%, -50%) rotate(45deg); }
.ca69 .gb5i3v::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.ca69 .gb5i3v:hover { background: rgba(0,0,0,0.12) !important; }
.lydb0 {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.lli2v {
  font-size: var(--fs-caption); letter-spacing: var(--ls-wide); text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 8px;
}
.ukf5fc3v {
  margin: 0 0 8px; font-size: var(--fs-h3); font-weight: 700;
  color: var(--text-primary, #111);
}
.fc2qh60e {
  margin: 0 0 20px; font-size: var(--fs-sm);
  color: var(--text-muted, #555);
}
.ca69 .ma7o4e09 {
  display: inline-block !important;
  padding: 14px 32px;
  border-radius: var(--r-btn);
  background: var(--cta);
  color: var(--cta-fg);
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: var(--fs-sm) !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.ca69 .ma7o4e09:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .ca69 { padding: 28px 20px 20px; }
  .ukf5fc3v { font-size: var(--fs-lead); }
  .lydb0 { max-width: 220px; max-height: 80px; }
}
.gmnsop {
  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);
}
.e2vp035 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.vefe  .gmnsop { border-radius: 50%; }
.j5uha  .gmnsop { border-radius: var(--r-chip); }
.lj0164i .gmnsop { border-radius: var(--r-card); }
.ktz2pl .y2za {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .gmnsop { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.wzm1 .y7xhw21v {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.wzm1 .bzc9 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.wzm1 .y2za {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.g6a2ws6 {
  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;                  
}
.g6a2ws6.qvtuk { transform: translate(-50%, 0); }
.g6a2ws6 .y7xhw21v,
.g6a2ws6 .bzc9 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.g6a2ws6 .y2za {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.cu0n {
  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;
}
.cu0n::before,
.cu0n::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.cu0n::before { transform: translate(-50%, -50%) rotate(45deg); }
.cu0n::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.cu0n:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .g6a2ws6 { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .g6a2ws6 .y2za {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .g6a2ws6 .geon3k { display: none !important; }
  .g6a2ws6 .dmsx32bm { font-size: var(--fs-body) !important; }
  .g6a2ws6 .gmnsop { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .cu0n { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .yu6sjulv { flex-direction: row-reverse; }
[dir="rtl"] .bb7r { flex-direction: row-reverse; }
[dir="rtl"] .p4zb0 .oe9u8uo { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .p4zb0 .oe9u8uo { right: auto; left: 20px; }
  [dir="rtl"] .tpklh  .oe9u8uo { left: auto;  right: 20px; }
}
[dir="rtl"] .gcquxy .gdcw  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .ascgz8zz .gdcw { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .shbekb, [dir="rtl"] .x8hdei { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .i9ps { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .vffojc { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .z46sc4 { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .y2za { direction: rtl; }
[dir="rtl"] .gmnsop { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .gzbxm83d,
[dir="rtl"] .a5h0d { direction: rtl; }
[dir="rtl"] .sgk8c8 { direction: rtl; }
[dir="rtl"] .b2s4 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .wuljmz.xe0pg .lqi556,
[dir="rtl"] .opiwj.xe0pg .lqi556,
[dir="rtl"] .bmke8ii5.xe0pg .lqi556,
[dir="rtl"] .fl6nr4j.xe0pg .lqi556,
[dir="rtl"] .li4jrnfz.xe0pg .lqi556 { text-align: right; }
[dir="rtl"] .pwi7lc.xe0pg .u6fch4p { align-items: flex-end; text-align: right; }
[dir="rtl"] .bzc9,
[dir="rtl"] .a9njwk,
[dir="rtl"] .pi4tk,
[dir="rtl"] .lqi556 { text-align: right; }
[dir="rtl"] .cta89am,
[dir="rtl"] .zfn8,
[dir="rtl"] .s2mflr,
[dir="rtl"] .t59way,
[dir="rtl"] .n76f390 { text-align: right; direction: rtl; }
[dir="rtl"] .njyu7a .t59way,
[dir="rtl"] .seiq .t59way { padding-right: 20px; padding-left: 20px; }
.ltdd3 .h7h68f,
.awwdu3 .h7h68f,
.alr2sz .h7h68f { border: var(--bw-hair) solid var(--border-alt); }
.tvnj .h7h68f {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.ltdd3 .gzbxm83d,
.awwdu3 .gzbxm83d,
.tvnj .gzbxm83d,
.alr2sz .gzbxm83d {
  gap: 24px;
  padding: 24px 24px;
}
.ltdd3 .gzbxm83d + .gzbxm83d,
.alr2sz .gzbxm83d + .gzbxm83d { border-top: none; }
.ltdd3 .gzbxm83d:nth-child(even),
.alr2sz .gzbxm83d:nth-child(even) { background: var(--bg-surface); }
.tvnj .gzbxm83d {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.ltdd3 .ls3xgb,
.awwdu3 .ls3xgb,
.tvnj .ls3xgb,
.alr2sz .ls3xgb {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.ltdd3 .dnmhm4t,
.awwdu3 .dnmhm4t,
.tvnj .dnmhm4t,
.alr2sz .dnmhm4t {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.alr2sz .t3r39ki { font-size: var(--fs-body); font-weight: 700; }
.ltdd3 .dgwk7, .ltdd3 .iiyzyj, .ltdd3 .q3c0,
.awwdu3 .dgwk7, .awwdu3 .iiyzyj, .awwdu3 .q3c0,
.tvnj .dgwk7, .tvnj .iiyzyj, .tvnj .q3c0,
.alr2sz .dgwk7, .alr2sz .iiyzyj, .alr2sz .q3c0 {
  background: transparent;
  padding: 12px 0; align-items: flex-start; text-align: left;
}
.ltdd3 .til9w.e7nv,
.awwdu3 .til9w.e7nv,
.tvnj .til9w.e7nv,
.alr2sz .til9w.e7nv {
  padding: 16px 24px !important;
}
.alr2sz .til9w.e7nv { box-shadow: none; }
@media (max-width: 1080px) {
  .ltdd3 .gzbxm83d,
  .awwdu3 .gzbxm83d,
  .tvnj .gzbxm83d,
  .alr2sz .gzbxm83d { gap: 16px; padding: 20px; }
  .ltdd3 .ls3xgb,
  .awwdu3 .ls3xgb,
  .tvnj .ls3xgb,
  .alr2sz .ls3xgb { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .ltdd3 .ls3xgb,
  .awwdu3 .ls3xgb,
  .tvnj .ls3xgb,
  .alr2sz .ls3xgb { width: 104px; height: 104px; }
}
.gbsdt06z .ius4 { display: none; }
.wvvncne li::before { color: #2f855a; font-weight: 700; }
.vppbiih li::before { color: #9b2c2c; font-weight: 700; }
.d96czgmx::before { color: #2f855a; }
.ulz1g9fw::before { color: #9b2c2c; }
.qubamgo  .wrwn, .qubamgo  .ma7o4e09 { border-radius: var(--r-pill); }
.rv0s .wrwn, .rv0s .ma7o4e09 { border-radius: 0; }
.aixd .wrwn, .aixd .ma7o4e09 { border-radius: var(--r-btn); }
.wrwn, .ma7o4e09, .aox8nj9, .e7nv, .til9w.e7nv {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
.aox8nj9, .e7nv, .til9w.e7nv, .wrwn, .ma7o4e09,
.hccs058, .z9d2jg, .g6a2ws6 .wrwn {
  border-radius: var(--btn-radius) !important;
}
.hbz7iz a, .a9njwk a, .pi4tk a, .ztacu a, .n6xqn2nw 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;
}
.hbz7iz a:hover, .a9njwk a:hover, .pi4tk a:hover, .ztacu a:hover { text-decoration-color: currentColor; }
.vvpdt98 { --hero-a: var(--b-600); --hero-b: var(--b-700); }
.gjid4 .q0tt.bmke8ii5 .mmwsl7,
.gjid4 section.bmke8ii5 .mmwsl7 { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.gjid4 .bmke8ii5 .f9ynbbh { color: var(--text-body); }
.vvpdt98 .wuljmz:not(.bmke8ii5) .ywb0a {
  background: linear-gradient(120deg, color-mix(in srgb, var(--b-900) 88%, transparent) 0%, color-mix(in srgb, var(--b-700) 58%, transparent) 100%);
}
.q0tt.wuljmz:not(.bmke8ii5) .mmwsl7,
section.wuljmz:not(.bmke8ii5) .mmwsl7 { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.ulba.vvpdt98 .bmke8ii5 .aox8nj9,
.qwa9gdf .w84v { background: var(--bg-page); border-top-color: var(--border-alt); }
.irewkjlx .w84v { background: var(--b-50); border-top-color: var(--b-200); }
.tcrytrp   { --ftr-fill: var(--b-900); --ftr-edge: var(--b-800); }
.a5p2f6 .w84v, .tcrytrp .w84v, .ruhm .w84v {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.a5p2f6 .w84v :is(.isl5up, .u2jv910),
.tcrytrp   .w84v :is(.isl5up, .u2jv910),
.ruhm    .w84v :is(.isl5up, .u2jv910) { color: rgba(255,255,255,0.68); }
.a5p2f6 .w84v :is(.g5mmg0, .jt1wns6),
.tcrytrp   .w84v :is(.g5mmg0, .jt1wns6),
.ruhm    .w84v :is(.g5mmg0, .jt1wns6) { color: rgba(255,255,255,0.7); }
.a5p2f6 .w84v a, .tcrytrp .w84v a, .ruhm .w84v a { color: rgba(255,255,255,0.9); }
.a5p2f6 .w84v a:hover, .tcrytrp .w84v a:hover, .ruhm .w84v a:hover { color: #fff; }
.a5p2f6 .w84v .nzxow,
.tcrytrp   .w84v .nzxow,
.ruhm    .w84v .nzxow { color: #fff; }
.pespaz1 .h7h68f:not(.ids9hh) .gzbxm83d:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.dcscq .h7h68f:not(.ids9hh) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.dcscq .h7h68f:not(.ids9hh) .gzbxm83d { background: var(--bg-card); border-radius: var(--r-btn); }
.dcscq .h7h68f:not(.ids9hh) .gzbxm83d + .gzbxm83d { margin-top: 8px; border-top: none; }
.fygf2h .gzbxm83d::before { background: var(--tone-line, var(--accent)); }
.ky8upj .gzbxm83d:first-child { border-top-color: var(--tone-line, var(--accent)); }
.n6xqn2nw summary:hover::after, .n6xqn2nw[open] summary::after { color: var(--tone-mark, var(--accent)); }
.zns7 .h44gbzu { border-top-color: var(--tone-line, var(--accent)); }
.rd5a2ye .iojme { background: var(--tone-fill, var(--accent-bg)); }
.yipne .js4wavsi .dnmhm4t,
.yipne .f71z8.js4wavsi img,
.yipne .g43z.js4wavsi img { border-radius: 22%; }
.yipne .f71z8.js4wavsi { border-radius: var(--r-card); }
.z9miei6 .js4wavsi .dnmhm4t,
.z9miei6 .f71z8.js4wavsi img,
.z9miei6 .g43z.js4wavsi img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.z9miei6 .f71z8.js4wavsi { border-radius: 50%; padding: 5px; }
.z9miei6 .js4wavsi.ls3xgb, .yipne .js4wavsi.ls3xgb { overflow: visible; }
.h44gbzu, .hqsv, .h7h68f:not(.ids9hh), .mzmv, .n6xqn2nw {
  border: none; box-shadow: var(--sh-card);
}
.lkompyyd .h44gbzu, .lkompyyd .hqsv,
.lkompyyd .h7h68f:not(.ids9hh) { box-shadow: var(--sh-lift); }
.x1wcfu6q .n6xqn2nw, .xw3zbr .n6xqn2nw, .a1m1 .n6xqn2nw { box-shadow: none; }
.a1m1 .qb6s { border: none; box-shadow: var(--sh-card); }
.tg7zdhll .n6xqn2nw { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.xw3zbr .n6xqn2nw summary { border: none; box-shadow: var(--sh-card); }
.xw3zbr .n6xqn2nw[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.dd3th9i .n6xqn2nw summary { color: var(--tone-fill-head-raw); }
.dbtde9 .h44gbzu { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.agk1m9, .z46sc4, .sgk8c8 { border: none; box-shadow: var(--panel-sh, none); }
.yoegvrls .z0yig { border: none; box-shadow: var(--sub-sh, none); }
.nxv5d7q .agk1m9, .nxv5d7q .sgk8c8 { box-shadow: var(--panel-sh, none); }
.nxv5d7q .mzmv, .nxv5d7q .hz6kvf .z46sc4 { box-shadow: var(--sh-card); }
.nxv5d7q .yoegvrls .z0yig { box-shadow: var(--sub-sh, none); }
.lm3o .z0yig, .nxv5d7q .lm3o .z0yig, .lkompyyd .lm3o .z0yig { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.ilg87y .agk1m9     { border: none; }
.ilg87y .kyfb0ox2 { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.z46sc4 { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.z46sc4 strong, .n49uyw .z46sc4 strong, .x2ubqb .z46sc4 strong,
.v1sv .z46sc4 strong { color: var(--cl-head); }
.z46sc4 p, .n49uyw .z46sc4 p, .x2ubqb .z46sc4 p,
.v1sv .z46sc4 p { color: var(--cl-fg); }
.n49uyw .z46sc4 { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.n49uyw .z46sc4 strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.eay8v .z46sc4 { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.x2ubqb .z46sc4 { border: none; }
.v1sv .z46sc4  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.hz6kvf .z46sc4   { 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); }
.cbnep { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.cbnep strong { color: var(--cl-head); }
.i9ps, .vffojc { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.i9ps ul li, .i9ps .wvvncne li { color: var(--sem-pos-body); }
.vffojc ul li, .vffojc .vppbiih li { color: var(--sem-neg-body); }
.qyemz4 .i9ps, .qyemz4 .vffojc { border: none; }
.b543c .i9ps, .b543c .vffojc { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.b543c .i9ps { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.b543c .vffojc { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.jog9i .i9ps, .jog9i .vffojc { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.jog9i .i9ps { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.jog9i .vffojc { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.rnm1eyqi .i9ps .wv3b7e, .rnm1eyqi .vffojc .wv3b7e {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.rnm1eyqi .i9ps .wv3b7e { background: var(--sem-pos-fg); }
.rnm1eyqi .vffojc .wv3b7e { background: var(--sem-neg-fg); }
.rnm1eyqi .d96czgmx::before, .rnm1eyqi .ulz1g9fw::before { color: #fff; }
.nd03lti8 .i9ps ul li, .nd03lti8 .i9ps .wvvncne li,
.nd03lti8 .vffojc ul li, .nd03lti8 .vffojc .vppbiih li { color: var(--text-body); }
.sgk8c8 { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.srmqah6 { color: var(--tone-fill-head, var(--text-primary)); }
.h7r2le6 .b2s4 a, .z1fz7w .b2s4 a, .ifl9s .b2s4 a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.h7r2le6 .b2s4 a:hover, .z1fz7w .b2s4 a:hover, .ifl9s .b2s4 a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.exkbz .sgk8c8 { border-bottom-color: var(--border-alt); }
.exkbz .b2s4 a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.y1u6eq9y, .nbaido { border: none; }
.qhv7 { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.hvsl { border-top: none; }
.hvsl > span { color: var(--tone-fill-head, var(--text-primary)); }
.t55o em, .xzr3si em, .dc1b em, .zlw3 em { color: var(--tone-fill-muted, var(--text-muted)); }
.rd5a2ye .iojme { border-bottom: none; }
.dbtde9 .iojme { border-bottom: none; }
.f71z8.js4wavsi { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.f71z8.js4wavsi img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.yipne .f71z8.js4wavsi img { border-radius: 22%; }
.z9miei6  .f71z8.js4wavsi img { border-radius: 50%; }
.z9miei6  .f71z8.js4wavsi { padding: 0; }
@media (min-width: 900px) {
  .j4ashg .jd8zvflm > .h44gbzu:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.shbekb li::marker { color: var(--tone-mark, var(--accent)); }
.x8hdei li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.ysjxti h2.zw2a { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.brozhl h2.zw2a { border-bottom-color: var(--tone-mark, var(--accent)); }
.d1jg4s8 h2.zw2a { border-top-color: var(--tone-mark, var(--accent)); }
.gcquxy .z0yig, .ascgz8zz .z0yig, .f8ie0r .z0yig,
.gcquxy .z46sc4, .ascgz8zz .z46sc4, .f8ie0r .z46sc4,
.gcquxy .mzmv, .ascgz8zz .mzmv, .f8ie0r .mzmv { clear: both; }
.gdcw .gp61k { box-shadow: var(--sh-card); }
.mzmv { border-radius: var(--r-card); }
.xz4e .azbolj { border: none; }
.ar32qd79 .bb7r a { color: var(--b-800); }
.ar32qd79 .bb7r a:hover { color: var(--b-600); }
.gjid4 .q0tt.bmke8ii5 .mmwsl7,
.gjid4 section.bmke8ii5 .mmwsl7,
.gjid4 .opiwj .mmwsl7 { color: var(--b-900) !important; }
.gjid4 .bmke8ii5 .f9ynbbh, .gjid4 .opiwj .f9ynbbh { color: var(--b-800); }
.irewkjlx .w84v, .irewkjlx .w84v a { color: var(--b-800); }
.irewkjlx .w84v :is(.isl5up, .u2jv910, .g5mmg0) { color: var(--b-700); }
.y2za { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.wrwn { border: none; }
.hhutmd .wrwn { background: #fff !important; color: var(--cta) !important; }
.kuxstl .y2za { background: var(--b-100); border: none; }
.kuxstl .dmsx32bm { color: var(--b-900); }
.kuxstl .geon3k { color: var(--b-800); }
.y6vvm .y2za { background: var(--b-900); border: none; border-radius: var(--r-card); }
.y6vvm .dmsx32bm { color: #fff; }
.y6vvm .geon3k { color: rgba(255,255,255,0.82); }
.vlikc .y2za { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.vlikc .wrwn { background: #fff !important; color: var(--b-800) !important; }
.gmnsop { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.e2vp035 { width: 100%; height: 100%; object-fit: cover; }
h2.zw2a, .mmwsl7, h1.zw2a, .dmsx32bm { font-weight: 700; }
.xbdjm0 h3, h3.j02hal00 { font-weight: 600; }
.vdko0 { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.shbekb { list-style: none !important; padding-left: 0; margin: 16px 0; }
.shbekb li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.shbekb li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.shbekb 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);
}
.nrgxxgjw .shbekb li { padding-left: 28px; }
.nrgxxgjw .shbekb 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));
}
.nrgxxgjw .shbekb li::after { content: none; }
.nrgxxgjw .shbekb li::marker, .shbekb li::marker { content: ""; }
.x8hdei { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.x8hdei li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.x8hdei 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;
}
.nrgxxgjw .x8hdei li::before { border-radius: 50%; }
.x8hdei li::marker { content: ""; }
h3.j02hal00 { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.hbz7iz strong, .a9njwk strong, .zdxz 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");
}
.wvvncne li::before, .vppbiih 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);
}
.vppbiih li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.wvvncne li, .vppbiih li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.d96czgmx::before, .ulz1g9fw::before { content: none !important; display: none !important; }
.wv3b7e { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.gbsdt06z .ius4, .ius4 {
  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;
}
.m5u6 .ius4     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.o1dih7jl .ius4 { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.mvoc18fp .ius4  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.cbnep .ius4, .gyrlhsn7 .ius4 { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.ius4::before { content: none !important; }
.z46sc4 { gap: 14px; }
.h44gbzu { --rv-pad: 24px; }
.iojme { padding: var(--rv-pad); }
.n0jy4rt { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.n0jy4rt > * { margin: 0 !important; }
.ztacu { line-height: var(--lh-read); }
.hvsl {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.hvsl > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.hvsl 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)); }
.hvsl b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.wsnu2 { gap: 16px; }
.nd03lti8 .i9ps, .nd03lti8 .vffojc { padding: 0; }
.nd03lti8 .vffojc { padding-left: 20px; }
.onwbly3g { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.wsnu2 + .onwbly3g { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.rwo5cbg { 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); }
.y1u6eq9y, .qhv7, .k5vt1 {
  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));
}
.cbnep { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.cbnep strong, .n49uyw .cbnep strong,
.gyrlhsn7 strong, .n49uyw .gyrlhsn7 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));
}
.cbnep p, .gyrlhsn7 p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.cbnep { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.f768f 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); }
.f768f .mq2wxjdl { color: inherit; opacity: .7; }
.yoegvrls .z0yig { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.vyfo h2.zw2a { 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); }
.d4rqyfo .y6vvm .wrwn, .d4rqyfo .vlikc .wrwn,
.d4rqyfo.p3b9et3 .cuim63, .d4rqyfo.ruhm .w84v .e7nv { background: #fff !important; color: var(--b-900) !important; }
.j4ashg .jd8zvflm { align-items: stretch; }
.h44gbzu { display: flex; flex-direction: column; }
.h44gbzu .n0jy4rt { flex: 1 1 auto; }
.h44gbzu .cbnep { margin-top: auto !important; }
.azbolj { font-size: var(--fs-sm); }
.azbolj th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.azbolj td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.azbolj td:first-child { font-weight: 600; color: var(--text-primary); }
.azbolj tbody tr:last-child td { border-bottom: none; }
.azbolj tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.aixwccw4 .azbolj th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.xz4e .azbolj th, .xz4e .azbolj td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.xz4e .azbolj th + th, .xz4e .azbolj td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.xz4e .azbolj tbody tr:last-child td { border-bottom: none; }
.sd52oryx .xz4e .azbolj th + th, .t9ekum .xz4e .azbolj th + th,
.nytth.xz4e .azbolj th + th { border-left-color: rgba(255,255,255,0.16); }
.ik6cqyp .azbolj tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.dqti .b4il { border-radius: 50%; padding: 14px; }
.kyfb0ox2, .zxusp .kyfb0ox2, .ilg87y .kyfb0ox2 {
  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));
}
.atzk.lkb02 .kyfb0ox2, .dqti.lkb02 .kyfb0ox2 { align-items: center; }
.agk1m9, .ilg87y .agk1m9 { background: var(--bg-card); box-shadow: var(--sh-card); }
.nxv5d7q .agk1m9, .lkompyyd .agk1m9 { box-shadow: var(--sh-card); }
@media (min-width: 1000px) {
  .rqkw76od:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .rqkw76od:has(> :nth-child(5):last-child) .agk1m9 { padding: 20px 16px 18px; }
  .rqkw76od:has(> :nth-child(6):last-child), .rqkw76od:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rqkw76od:has(> :nth-child(7):last-child), .rqkw76od:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .shbekb li, [dir="rtl"] .nrgxxgjw .shbekb li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .nrgxxgjw .shbekb li { padding-right: 28px; }
[dir="rtl"] .shbekb li::before { left: auto; right: 0; }
[dir="rtl"] .nrgxxgjw .shbekb li::before { left: auto; right: 6px; }
[dir="rtl"] .shbekb li::after { left: auto; right: 9px; }
[dir="rtl"] .x8hdei li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .x8hdei li::before { left: auto; right: 0; }
[dir="rtl"] .wvvncne li, [dir="rtl"] .vppbiih li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .wvvncne li::before, [dir="rtl"] .vppbiih li::before { left: auto; right: 0; }
[dir="rtl"] .jog9i .i9ps, [dir="rtl"] .jog9i .vffojc { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .jog9i .i9ps { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .jog9i .vffojc { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .nd03lti8 .vffojc { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .z46sc4, [dir="rtl"] .v1sv .z46sc4, [dir="rtl"] .hz6kvf .z46sc4 { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .n49uyw .z46sc4, [dir="rtl"] .eay8v .z46sc4, [dir="rtl"] .x2ubqb .z46sc4 { border-right: none; }
[dir="rtl"] .ysjxti h2.zw2a { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .azbolj th, [dir="rtl"] .azbolj td { text-align: right; }
[dir="rtl"] .xz4e .azbolj th + th, [dir="rtl"] .xz4e .azbolj td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .tg7zdhll .n6xqn2nw, [dir="rtl"] .dd3th9i .n6xqn2nw summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .n6xqn2nw summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .pespaz1 .h7h68f:not(.ids9hh) .gzbxm83d:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .gzbxm83d { gap: 0 14px; padding: 16px; }
  .gzbxm83d::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .u0cn3j8j, .mlvp { flex: 1 1 0; min-width: 0; }
  .htnaeakx { flex: 0 0 auto; }
  .qyli { align-self: center; }
  
  .dgwk7, .iiyzyj, .q3c0,
  .ikov, .hcpj4t, .zff2rhai,
  .szpe4ro, .y1p6r9, .zd4pref {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .dgwk7, .iiyzyj, .q3c0 { flex-basis: 100%; min-width: 100%; }
  
  .w3vnct7, .e6l39kh { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .sxre, .v27t { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .v27t .nbaido:nth-child(n+3) { display: inline-block; }
  .v27t .nbaido:nth-child(n+4) { display: none; }
  
  .tvffiosr, .oqxoxa { margin-top: 16px; }
  .f9rd2n1x { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .ikov, .hcpj4t, .zff2rhai,
  .szpe4ro, .y1p6r9, .zd4pref { flex-basis: 100%; min-width: 100%; }
}
.ls3xgb.js4wavsi, .l1g1n5 .ls3xgb.js4wavsi, .vqgy .ls3xgb.js4wavsi,
.va6f .ls3xgb.js4wavsi, .yvatsiam .ls3xgb.js4wavsi,
.g43z.js4wavsi, .l1g1n5 .g43z.js4wavsi, .vqgy .g43z.js4wavsi,
.va6f .g43z.js4wavsi, .yvatsiam .g43z.js4wavsi {
  background: transparent; padding: 0; width: auto; height: auto;
}
.l1g1n5 .ls3xgb.js4wavsi .dnmhm4t, .vqgy .ls3xgb.js4wavsi .dnmhm4t,
.va6f .ls3xgb.js4wavsi .dnmhm4t, .yvatsiam .ls3xgb.js4wavsi .dnmhm4t { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .ls3xgb.js4wavsi .dnmhm4t { max-height: 64px; max-width: 64px; }
  
  .v27t { flex-wrap: wrap; overflow: visible; }
  .v27t .nbaido { max-width: 100%; }
}
.r8r4l { display: none; }
.h3wcc0xm, .lak9 { display: contents; }
.cbnep, .x2ubqb .cbnep, .hz6kvf .cbnep { background: transparent !important; }
.onwbly3g .y1u6eq9y, .onwbly3g .qhv7, .onwbly3g .k5vt1 { background: var(--bg-surface); color: var(--text-body); }
.f768f { align-items: center; gap: 10px; }
.f768f strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.ghpi142c {
  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);
}
.o4d3 { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.o4d3 em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.o4d3 b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.ghpi142c .e7nv { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .ghpi142c { flex-direction: column; align-items: stretch; }
  .ghpi142c .e7nv { text-align: center; }
}
@media (min-width: 900px) {
  .jmx8w .jd8zvflm, .jmx8w.j4ashg .jd8zvflm { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .jmx8w .h44gbzu:has(> .h3wcc0xm) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .jmx8w .h44gbzu:has(> .h3wcc0xm) > .ghpi142c { display: none; }

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

  .jmx8w .lak9 { display: flex; flex-direction: column; min-width: 0; }
  .jmx8w .lak9 .zfi58m { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .jmx8w .lak9 .zfi58m img.hw23m { max-height: 250px; }
  .jmx8w .lak9 .n0jy4rt { flex: 1 1 auto; }
  
  .jmx8w .lak9 .wsnu2 { grid-template-columns: 1fr 1fr; gap: 20px; }
  .jmx8w .lak9 .onwbly3g { flex-wrap: wrap; }
  .jmx8w .lak9 .rwo5cbg { flex: 0 0 auto; margin: 0 8px 0 0; }
  .jmx8w .h44gbzu:last-child:nth-child(odd) { grid-column: auto; }
  
  .jmx8w.rd5a2ye .iojme, .jmx8w.zns7 .iojme { background: none; }
}
[dir="rtl"] .jmx8w .h3wcc0xm .hvsl b { text-align: left; }
[dir="rtl"] .jmx8w .h3wcc0xm .hvsl > .t55o b { text-align: right; }
[dir="rtl"] .jmx8w .lak9 .rwo5cbg { margin: 0 0 0 8px; }
.td8lv4h .h44gbzu .zfi58m { order: -1; }
.td8lv4h .h44gbzu .zfi58m img.hw23m { max-height: 210px; width: 100%; }
.td8lv4h .h44gbzu:has(.zfi58m) .iojme { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.td8lv4h .h44gbzu:has(.zfi58m) .f71z8 { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.td8lv4h.z9miei6 .h44gbzu:has(.zfi58m) .f71z8 { border-radius: 50%; }
.td8lv4h .h44gbzu:has(.zfi58m) .xbdjm0,
.td8lv4h .h44gbzu:has(.zfi58m) .zzyvcvl6 { padding-top: 52px; }
.td8lv4h.rd5a2ye .iojme, .td8lv4h.zns7 .iojme { background: none; }
.eqj6x5b .h44gbzu .zfi58m { display: none; }
.eqj6x5b .h44gbzu { --rv-pad: 20px; }
.eqj6x5b .ztacu { font-size: var(--fs-sm); line-height: 1.65; }
.eqj6x5b .n0jy4rt { gap: 16px; }
.eqj6x5b .onwbly3g + .onwbly3g { display: none; }
.eqj6x5b .f71z8.js4wavsi, .eqj6x5b .f71z8.js4wavsi img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.dqti .agk1m9 { align-items: center; text-align: center; }
.dqti .ogmn7 { text-align: left; }
.dqti .fwjhnu1 { margin-left: auto; margin-right: auto; }
: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"); }
.hvsl:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .jmx8w .h44gbzu:has(> .h3wcc0xm) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .jmx8w .h44gbzu:has(> .h3wcc0xm) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .jmx8w .h3wcc0xm { background: none; align-self: start; position: sticky; top: 96px; }
  .jmx8w .h3wcc0xm .hvsl { align-items: stretch; }
  .jmx8w .h3wcc0xm .zzyvcvl6 { margin-top: 0; padding: 20px 0 0; }
  .jmx8w .h3wcc0xm .xbdjm0 { padding: 0; }
  
  .jmx8w.f6bya8wx .h3wcc0xm .f71z8 { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .jmx8w.f6bya8wx .h3wcc0xm .f71z8:not(.js4wavsi) { width: 112px; height: 112px; padding: 6px; }
}
.td8lv4h.f6bya8wx .iojme { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.td8lv4h.f6bya8wx .f71z8 { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.td8lv4h.f6bya8wx .xbdjm0, .td8lv4h.f6bya8wx .zzyvcvl6 { padding-left: 0; padding-right: 0; padding-bottom: 0; }
@media (max-width: 700px) { .uzxdk .rqkw76od { grid-template-columns: minmax(0, 1fr) !important; } }
@media (max-width: 560px) {
  .wsnu2, .b1jzw0i5 { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .nd03lti8 .vffojc, [dir="rtl"] .nd03lti8 .vffojc {
    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;
  }
  
  .td8lv4h .h44gbzu:has(.zfi58m) .xbdjm0 { padding-top: 0; }
}
.j8t5d28t p, .xink, .ijzo, .i6maop, .sip23la,
.s2mflr, .eqma, .hm6ty, .rg2dy p, .w5qf5aw5 p { color: var(--text-body); }
.uyi1 { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.niazd5in, .l83te .niazd5in, .emryn0cv,
.tmyyh1c8, .yah5b, .rr4n,
.rg2dy h2, .rg2dy h3, .xo0d0 h2, .ecbe415w 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;
}
.ovmx2 .niazd5in { font-size: var(--fs-lead); }
.ye9screb { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.s7pp { font-weight: 700; letter-spacing: -0.02em; }
.ijzo, .i6maop { list-style: none !important; padding-left: 0; }
.ijzo li, .i6maop li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.ijzo li::marker, .i6maop li::marker { content: ""; }
.ijzo li::before, .i6maop 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"] .ijzo li, [dir="rtl"] .i6maop li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .ijzo li::before, [dir="rtl"] .i6maop li::before { left: auto; right: 6px; }
.j8t5d28t a:not(.e7nv):not(.aox8nj9) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .g6a2ws6 .y2za {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .g6a2ws6 .gmnsop { 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); }
  .g6a2ws6 .lgkhokl9 { flex: 1 1 0; min-width: 0; }
  .g6a2ws6 .dmsx32bm {
    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;
  }
  .g6a2ws6 .wrwn { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .cu0n { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.uhn3bg7b h1, .uhn3bg7b h2, .uhn3bg7b h3, .uhn3bg7b .mmwsl7,
.uhn3bg7b h2.zw2a, .uhn3bg7b h1.zw2a { font-weight: 600; }
.xwirhh h1, .xwirhh h2, .xwirhh h3, .xwirhh .mmwsl7,
.xwirhh h2.zw2a, .xwirhh h1.zw2a { font-weight: 700; }
.lbduix2 h1, .lbduix2 .mmwsl7, .lbduix2 h1.zw2a,
.x97gvhb.uhn3bg7b .mmwsl7 { font-weight: 600; }
h3.j02hal00, .xwirhh h3.j02hal00, .xbdjm0 h3, .xwirhh .xbdjm0 h3 { font-weight: 600; }
.dnowima2 .bb7r a, .jrwkg6 .bb7r a { font-weight: 600; }
.zqqh .un14m { font-weight: 600; }
.zqqh .zw2ym { font-weight: 700; }
.t3r39ki { font-weight: 600; }
.zw2ym { font-weight: 700; }
.f9ynbbh { font-weight: 400; }
.eu1kxg { display: block; }
.cwbyqwv { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.cwbyqwv .sgk8c8 { margin: 20px 0 8px; }
.y7xhw21v { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .cwbyqwv { padding: 0 16px; } }
@media (min-width: 1100px) {
  .dcmhb .m69kxivw, .d7wx8n .m69kxivw, .enj9sj .m69kxivw,
  .dcmhb .eu1kxg, .d7wx8n .eu1kxg, .enj9sj .eu1kxg { max-width: 1280px; }
  .dcmhb .eu1kxg, .d7wx8n .eu1kxg, .enj9sj .eu1kxg {
    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;
  }
  .d7wx8n .eu1kxg, .enj9sj .eu1kxg { grid-template-columns: minmax(0, 1fr) 264px; }
  .d7wx8n .cwbyqwv, .enj9sj .cwbyqwv { order: 2; }
  .dcmhb .cwbyqwv, .d7wx8n .cwbyqwv, .enj9sj .cwbyqwv {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .dcmhb .cvzf0, .d7wx8n .cvzf0, .enj9sj .cvzf0 {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .dcmhb .py91 .bzc9, .d7wx8n .py91 .bzc9,
  .enj9sj .py91 .bzc9 { max-width: none; padding-left: 0; padding-right: 0; }
  .dcmhb .py91 > .y7xhw21v:first-child, .d7wx8n .py91 > .y7xhw21v:first-child,
  .enj9sj .py91 > .y7xhw21v:first-child { padding-top: 0; }
  .dcmhb .py91 > .y7xhw21v:first-child .bzc9, .d7wx8n .py91 > .y7xhw21v:first-child .bzc9,
  .enj9sj .py91 > .y7xhw21v:first-child .bzc9 { padding-top: 0; }

  
  .dcmhb .cwbyqwv .sgk8c8, .d7wx8n .cwbyqwv .sgk8c8, .enj9sj .cwbyqwv .sgk8c8 {
    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;
  }
  .dcmhb .cwbyqwv .srmqah6, .d7wx8n .cwbyqwv .srmqah6, .enj9sj .cwbyqwv .srmqah6 {
    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);
  }
  .dcmhb .cwbyqwv .b2s4, .d7wx8n .cwbyqwv .b2s4, .enj9sj .cwbyqwv .b2s4 {
    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);
  }
  .dcmhb .cwbyqwv .b2s4 li, .d7wx8n .cwbyqwv .b2s4 li, .enj9sj .cwbyqwv .b2s4 li {
    display: block !important; margin: 0 !important;
  }
  .dcmhb .cwbyqwv .b2s4 li::before, .d7wx8n .cwbyqwv .b2s4 li::before, .enj9sj .cwbyqwv .b2s4 li::before,
  .dcmhb .cwbyqwv .b2s4 li::after, .d7wx8n .cwbyqwv .b2s4 li::after, .enj9sj .cwbyqwv .b2s4 li::after,
  .dcmhb .cwbyqwv .b2s4 a::before, .d7wx8n .cwbyqwv .b2s4 a::before, .enj9sj .cwbyqwv .b2s4 a::before {
    content: none !important; display: none !important;
  }
  .dcmhb .cwbyqwv .b2s4 a, .d7wx8n .cwbyqwv .b2s4 a, .enj9sj .cwbyqwv .b2s4 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;
  }
  .dcmhb .cwbyqwv .b2s4 a:hover, .d7wx8n .cwbyqwv .b2s4 a:hover, .enj9sj .cwbyqwv .b2s4 a:hover { color: var(--text-primary) !important; }
  .dcmhb .cwbyqwv .b2s4 a.kgg6i1i, .d7wx8n .cwbyqwv .b2s4 a.kgg6i1i, .enj9sj .cwbyqwv .b2s4 a.kgg6i1i {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .enj9sj .c7nfyb {
    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);
  }
  .w7qa { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .notnmr { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .zt30he5 { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .z9miei6 .zt30he5 { border-radius: 50%; }
  .ajxu0xx { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .s8k0 { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .i49ifjbq { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .cwbyqwv .b2s4 { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .dcmhb .cwbyqwv .b2s4 a, [dir="rtl"] .d7wx8n .cwbyqwv .b2s4 a, [dir="rtl"] .enj9sj .cwbyqwv .b2s4 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"] .dcmhb .cwbyqwv .b2s4 a.kgg6i1i, [dir="rtl"] .d7wx8n .cwbyqwv .b2s4 a.kgg6i1i, [dir="rtl"] .enj9sj .cwbyqwv .b2s4 a.kgg6i1i { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .bg2ajs .cwbyqwv .b2s4, [dir="rtl"] .i9bns9j .cwbyqwv .b2s4,
[dir="rtl"].bg2ajs .cwbyqwv .b2s4, [dir="rtl"].i9bns9j .cwbyqwv .b2s4 { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .cwbyqwv .b2s4 { border-right: none; } }
.i9bns9j .cwbyqwv {
  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);
}
.i9bns9j .cwbyqwv .sgk8c8 {
  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;
}
.i9bns9j .cwbyqwv .srmqah6 { display: none !important; }
.i9bns9j .cwbyqwv .b2s4 {
  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;
}
.i9bns9j .cwbyqwv .b2s4::-webkit-scrollbar { display: none; }
.i9bns9j .cwbyqwv .b2s4 li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.i9bns9j .cwbyqwv .b2s4 li::before, .i9bns9j .cwbyqwv .b2s4 li::after,
.i9bns9j .cwbyqwv .b2s4 a::before { content: none !important; display: none !important; }
.i9bns9j .cwbyqwv .b2s4 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;
}
.i9bns9j .cwbyqwv .b2s4 li:first-child a { padding-left: 0 !important; }
.i9bns9j .cwbyqwv .b2s4 a:hover { color: var(--text-primary) !important; }
.i9bns9j .cwbyqwv .b2s4 a.kgg6i1i { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.i9bns9j .y7xhw21v { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .i9bns9j .cwbyqwv .sgk8c8 { padding: 0 16px !important; } }
.i9bns9j .cwbyqwv .b2s4 {
  -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;
}
.i9bns9j .cwbyqwv .sgk8c8 { overflow: hidden; }
.nrgxxgjw .shbekb li::before, .ijzo li::before, .i6maop li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .yo1h, .ae047, .q7yciu4, .gm7redp { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .cbnep, .gyrlhsn7 { display: block !important; }
  .cbnep .ius4, .gyrlhsn7 .ius4 { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .cbnep .ius4, [dir="rtl"] .gyrlhsn7 .ius4 { float: right; margin: 0 0 0 8px; }
  .cbnep strong, .gyrlhsn7 strong { line-height: 18px; margin-bottom: 8px; }
  .cbnep p, .gyrlhsn7 p { clear: both; }
  .h44gbzu { --rv-pad: 18px; }
  .n0jy4rt { gap: 16px; }
}
.i6s4h .trdslbu7, .q7huaeq .trdslbu7, .uor0359 .trdslbu7, .lewr .trdslbu7 { color: var(--text-primary); }
.i6s4h .trdslbu7 .cbeafl { color: var(--tone-link, var(--accent)); }
.i6s4h .trdslbu7:not(:has(.cbeafl))::first-letter { color: var(--tone-link, var(--accent)); }
.i6s4h .trdslbu7 { display: inline-block; }
.lewr .trdslbu7::after { content: "."; color: var(--tone-mark, var(--accent)); }
.uor0359 .trdslbu7 { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.q7huaeq .trdslbu7 { font-weight: 700; letter-spacing: -0.035em; }
.nx76u .trdslbu7, .p3b9et3 .trdslbu7,
.nx76u .trdslbu7 .cbeafl, .p3b9et3 .trdslbu7 .cbeafl { color: #fff !important; }
.nx76u.lewr .trdslbu7::after, .p3b9et3.lewr .trdslbu7::after { color: rgba(255,255,255,0.7); }
.nx76u.i6s4h .trdslbu7::first-letter, .p3b9et3.i6s4h .trdslbu7::first-letter { color: #fff; }
.j4dlvc .py91 > .y7xhw21v:nth-of-type(even) .gdcw { display: none; }
.b6hy .py91 > .y7xhw21v .gdcw { display: none; }
.b6hy .py91 > .y7xhw21v:nth-of-type(-n+2) .gdcw { display: block; }
.yotn .gdcw { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.yotn .gdcw .gp61k { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .yotn .gdcw .gp61k { aspect-ratio: 16 / 7; } }
.t5geooa5 .gdcw .gp61k { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.t5geooa5 .gdcw::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.t5geooa5 .gdcw, .rk5l0 .gdcw { border-radius: var(--r-card); isolation: isolate; }
.rk5l0 .gdcw .gp61k { filter: grayscale(1) contrast(1.1); }
.l7chp8eu, .l7chp8eu.q0tt { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.l7chp8eu .lqi556 { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.l7chp8eu .mmwsl7 { 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; }
.l7chp8eu .f9ynbbh { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.l7chp8eu .lqi556::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.l7chp8eu ~ .by2uzog { 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; }
.l7chp8eu ~ .by2uzog .p01pln { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .dcmhb .l7chp8eu .lqi556, .d7wx8n .l7chp8eu .lqi556, .enj9sj .l7chp8eu .lqi556 { max-width: 1280px; }
}
@media (max-width: 640px) { .l7chp8eu { padding-top: 24px; } .l7chp8eu .lqi556 { padding: 0 16px; } .l7chp8eu .mmwsl7 { font-size: var(--fs-h2); max-width: none; } }
.li4jrnfz, .li4jrnfz.q0tt, .fl6nr4j, .fl6nr4j.q0tt {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.li4jrnfz .lqi556, .fl6nr4j .lqi556 { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.pwi7lc.ugccio7, .pwi7lc.ugccio7.q0tt { min-height: 0 !important; padding: 48px 0; }
.ids9hh .zw2ym {
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25;
}
.ids9hh .dgwk7, .ids9hh .iiyzyj, .ids9hh .q3c0 { background: var(--tone-fill-raw, var(--accent-bg)); }
.ids9hh .gzbxm83d { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.ids9hh .gzbxm83d::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .ids9hh .gzbxm83d {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .ids9hh .i3ps0gqh, .ids9hh .htnaeakx, .ids9hh .u0cn3j8j, .ids9hh .mlvp,
  .ids9hh .dgwk7, .ids9hh .tvffiosr, .ids9hh .oqxoxa {
    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;
  }
  
  .q0tt .ids9hh, .ids9hh.ypotz, .ids9hh.y511ual, .ids9hh.sss6n0z {
    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;
  }
  .q0tt .ids9hh::-webkit-scrollbar { display: none; }
  .q0tt .ids9hh .gzbxm83d { flex: 0 0 74% !important; scroll-snap-align: center; }
  .li4jrnfz, .fl6nr4j { padding: 32px 0 24px; }
  .pwi7lc.ugccio7 { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .fl6nr4j, .li4jrnfz, .pwi7lc.ugccio7 { overflow-x: clip; max-width: 100vw; }
  .fl6nr4j .lqi556, .li4jrnfz .lqi556, .ugccio7 .jw4nllco, .ugccio7 .u6fch4p { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .q0tt .ids9hh { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.y1gtt, .y1gtt.q0tt, .xmyeru0e, .xmyeru0e.q0tt {
  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);
}
.gjid4 .y1gtt, .gjid4 .xmyeru0e { --hero-fg: var(--b-900); --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-700); }
.y1gtt { background: linear-gradient(120deg, var(--hero-a, var(--b-900)) 0%, var(--hero-b, var(--b-800)) 100%); padding: 36px 0 40px; }
.gjid4 .y1gtt { border-bottom: var(--bw-hair) solid var(--b-200); }
.y1gtt .lqi556, .xmyeru0e .lqi556 {
  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;
}
.y1gtt .lqi556 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.lm82o0 .lqi556:has(.dde4mnw) { grid-template-columns: minmax(0, 1fr) 320px; }
.y1gtt .mmwsl7, .xmyeru0e .mmwsl7, .l7chp8eu .mmwsl7 {
  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;
}
.y1gtt .mmwsl7, .xmyeru0e .mmwsl7 { color: var(--hero-fg) !important; }
.y1gtt .f9ynbbh, .xmyeru0e .f9ynbbh {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.xdmx .p01pln, .xdmx .p01pln * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.xdmx .p01pln { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.y1gtt .xdmx .p01pln, .y1gtt .xdmx .p01pln a, .y1gtt .xdmx .p01pln span,
.xmyeru0e .xdmx .p01pln, .xmyeru0e .xdmx .p01pln a, .xmyeru0e .xdmx .p01pln span { color: var(--hero-fg-dim) !important; }
.y1gtt .xdmx .p01pln a, .xmyeru0e .xdmx .p01pln a { color: var(--hero-fg) !important; font-weight: 600; }
.l7chp8eu .xdmx .p01pln { color: var(--text-muted); }
.l7chp8eu .lqi556::after { margin-top: 22px; }
.xmyeru0e .mmwsl7 { max-width: 24ch; }
@media (min-width: 1100px) {
  .dcmhb .y1gtt .lqi556, .d7wx8n .y1gtt .lqi556, .enj9sj .y1gtt .lqi556,
  .dcmhb .xmyeru0e .lqi556, .d7wx8n .xmyeru0e .lqi556, .enj9sj .xmyeru0e .lqi556 { max-width: 1280px; }
}
@media (max-width: 760px) {
  .y1gtt { padding: 24px 0 26px; }
  .y1gtt .lqi556, .xmyeru0e .lqi556 { padding: 0 16px; }
  .lm82o0 .lqi556:has(.dde4mnw) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .dde4mnw { display: none; }
  .xmyeru0e { padding-top: 12px; }
  .w8xq2 { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .attumz { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .attumz img { width: 48px; height: 48px; flex: 0 0 48px; }
  .cts3 { flex: 0 0 auto; }
  .t9cxla { flex: 1 1 0; min-width: 0; }
  .y1gtt .mmwsl7, .xmyeru0e .mmwsl7, .l7chp8eu .mmwsl7 { font-size: 25px !important; max-width: none; }
  .y1gtt .f9ynbbh, .xmyeru0e .f9ynbbh { font-size: 15px; }
}
.wuljmz .f9ynbbh, .pwi7lc .f9ynbbh, .opiwj .f9ynbbh { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .egy5embm .h7h68f:not(.ids9hh), .iopjcc70 .h7h68f:not(.ids9hh) {
    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;
  }
  .egy5embm .h7h68f:not(.ids9hh) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .egy5embm .h7h68f:not(.ids9hh):has(> :nth-child(5):last-child),
  .egy5embm .h7h68f:not(.ids9hh):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .egy5embm .h7h68f:not(.ids9hh):has(> :nth-child(3):last-child),
  .egy5embm .h7h68f:not(.ids9hh):has(> :nth-child(6):last-child),
  .egy5embm .h7h68f:not(.ids9hh):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .iopjcc70 .h7h68f:not(.ids9hh) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .egy5embm .h7h68f:not(.ids9hh) > .gzbxm83d,
  .iopjcc70 .h7h68f:not(.ids9hh) > .gzbxm83d: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;
  }
  .egy5embm .h7h68f:not(.ids9hh) > .gzbxm83d:hover,
  .iopjcc70 .h7h68f:not(.ids9hh) > .gzbxm83d:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .egy5embm .gzbxm83d .i3ps0gqh, .iopjcc70 .gzbxm83d:nth-child(-n+3) .i3ps0gqh {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .egy5embm .gzbxm83d .htnaeakx, .egy5embm .gzbxm83d .u0cn3j8j, .egy5embm .gzbxm83d .mlvp,
  .iopjcc70 .gzbxm83d:nth-child(-n+3) .htnaeakx, .iopjcc70 .gzbxm83d:nth-child(-n+3) .u0cn3j8j,
  .iopjcc70 .gzbxm83d:nth-child(-n+3) .mlvp { order: -2; padding: 0; gap: 12px; }
  .egy5embm .gzbxm83d .ls3xgb, .iopjcc70 .gzbxm83d:nth-child(-n+3) .ls3xgb {
    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;
  }
  .egy5embm .gzbxm83d .dnmhm4t, .iopjcc70 .gzbxm83d:nth-child(-n+3) .dnmhm4t { max-height: 88px !important; max-width: 88% !important; }
  .egy5embm .gzbxm83d .t3r39ki, .iopjcc70 .gzbxm83d:nth-child(-n+3) .t3r39ki { padding: 0 16px; font-size: var(--fs-body); }
  .egy5embm .gzbxm83d .qyli, .iopjcc70 .gzbxm83d:nth-child(-n+3) .qyli { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .egy5embm .gzbxm83d .tvffiosr, .egy5embm .gzbxm83d .oqxoxa,
  .iopjcc70 .gzbxm83d:nth-child(-n+3) .tvffiosr, .iopjcc70 .gzbxm83d:nth-child(-n+3) .oqxoxa { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .egy5embm .gzbxm83d .oqxoxa::before, .iopjcc70 .gzbxm83d:nth-child(-n+3) .oqxoxa::before { display: none; }
  .egy5embm .gzbxm83d .sxre, .egy5embm .gzbxm83d .v27t,
  .iopjcc70 .gzbxm83d:nth-child(-n+3) .sxre, .iopjcc70 .gzbxm83d:nth-child(-n+3) .v27t { justify-content: center; }
  .egy5embm .gzbxm83d .zw2ym, .iopjcc70 .gzbxm83d:nth-child(-n+3) .zw2ym { font-size: var(--fs-sm); }
  
  .egy5embm .gzbxm83d .fjio, .iopjcc70 .gzbxm83d:nth-child(-n+3) .fjio { display: none; }
  
  .egy5embm .h7h68f:not(.ids9hh) > .gzbxm83d::before,
  .iopjcc70 .h7h68f:not(.ids9hh) > .gzbxm83d: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"] .egy5embm .h7h68f:not(.ids9hh) > .gzbxm83d::before,
  [dir="rtl"] .iopjcc70 .h7h68f:not(.ids9hh) > .gzbxm83d:nth-child(-n+3)::before { left: auto; right: 10px; }

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

  
  .t1ty6l2 .h7h68f:not(.ids9hh) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .t1ty6l2 .h7h68f:not(.ids9hh)::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);
  }
  .t1ty6l2 .h7h68f:not(.ids9hh) > .gzbxm83d { padding-top: 10px; padding-bottom: 10px; position: static; }
  .t1ty6l2 .h7h68f:not(.ids9hh) > .gzbxm83d:first-child { position: relative; }
  .t1ty6l2 .h7h68f:not(.ids9hh) .i3ps0gqh { position: static; }
  .t1ty6l2 .h7h68f:not(.ids9hh) .ne35b { display: none; }
  
  .t1ty6l2 .h7h68f:not(.ids9hh) > .gzbxm83d:first-child .ne35b {
    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;
  }
  .t1ty6l2 .ls3xgb { height: 64px !important; width: auto !important; }
  .t1ty6l2 .dnmhm4t { max-height: 56px !important; max-width: 120px !important; }
  .t1ty6l2 .u0cn3j8j { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .t1ty6l2 .zw2ym { font-size: var(--fs-sm); }
  .t1ty6l2 .til9w.e7nv { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .t1ty6l2 .fygf2h .gzbxm83d::before, .t1ty6l2.fygf2h .gzbxm83d::before { top: 8px; bottom: 8px; }
  
  .egy5embm.fygf2h .gzbxm83d::before { border-radius: var(--r-pill) !important; }
  .egy5embm.twak .gzbxm83d:nth-child(even), .iopjcc70.twak .gzbxm83d:nth-child(even) { background: var(--bg-card) !important; }
  .egy5embm.ky8upj .gzbxm83d:first-child, .iopjcc70.ky8upj .gzbxm83d:first-child { border-top: none !important; }
  .egy5embm.pespaz1 .h7h68f:not(.ids9hh) .gzbxm83d:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .egy5embm .gzbxm83d .oqxoxa, .iopjcc70 .gzbxm83d:nth-child(-n+3) .oqxoxa { display: flex !important; flex-direction: column; }
  
  .t1ty6l2 .h7h68f:not(.ids9hh) { 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; }
  .t1ty6l2 .h7h68f:not(.ids9hh) > .gzbxm83d { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .t1ty6l2 .h7h68f:not(.ids9hh) > .gzbxm83d + .gzbxm83d { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .t1ty6l2 .h7h68f:not(.ids9hh) > .gzbxm83d:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .t1ty6l2 .u0cn3j8j, .t1ty6l2 .htnaeakx, .t1ty6l2 .mlvp { justify-content: flex-start; align-items: center; }
  .t1ty6l2 .oqxoxa { --cs-link-h: 0px; }
  .t1ty6l2 .oqxoxa .f9rd2n1x { display: none; }
}
@media (min-width: 901px) {
  .egy5embm .h7h68f:not(.ids9hh) .j2154zc6,
  .iopjcc70 .h7h68f:not(.ids9hh) > .gzbxm83d:nth-child(-n+3) .j2154zc6 { display: block; }
}
body .q0tt.y1gtt .mmwsl7, body .q0tt.xmyeru0e .mmwsl7,
body section.y1gtt .mmwsl7, body section.xmyeru0e .mmwsl7 { color: var(--hero-fg) !important; text-shadow: none !important; }
body .q0tt.l7chp8eu .mmwsl7 { text-shadow: none !important; }
@media (max-width: 760px) {
  .attumz { width: auto; flex-wrap: wrap; }
  .t87haj { flex: 1 0 100%; margin-top: 4px; }
}
.rovvuq5 .l4tz9m3s, .ly8vp .l4tz9m3s { display: block; }
@media (max-width: 640px) {
  .nx76u .bb7r, .p3b9et3 .bb7r,
  .nx76u .bb7r.yhgw3rs4, .p3b9et3 .bb7r.yhgw3rs4 { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .nx76u .bb7r a, .p3b9et3 .bb7r a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .ar32qd79 .bb7r, .ar32qd79 .bb7r.yhgw3rs4 { background: var(--b-50) !important; }
}
body .h44gbzu .f768f strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .h44gbzu .f768f strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.jmx8w .h44gbzu .h3wcc0xm .f768f strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.y1gtt, .xmyeru0e { --hero-fg-soft: rgba(255,255,255,0.92); --hero-fg-dim: rgba(255,255,255,0.84); }
.gjid4 .y1gtt, .gjid4 .xmyeru0e { --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-800); }
.isl5up, .u2jv910, .fin5nl .isl5up, .fin5nl .u2jv910 { color: var(--text-muted); }
@media (max-width: 560px) {
  .f71z8.js4wavsi, .f71z8.js4wavsi img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .w5qm1thb:has(> .wuljmz, > .y1gtt, > .pwi7lc) + .iqrke { margin-top: -38px; }
  
  .rwv2t .w5qm1thb + .iqrke { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .dcmhb .iqrke, .d7wx8n .iqrke, .enj9sj .iqrke { max-width: 1280px; }
}
@media (max-width: 640px) {
  .bw5iv .ye9screb { max-width: none; }
}
.ye9screb, .mmwsl7, .niazd5in { overflow-wrap: break-word; }
.qaprfjlk > div, .ovmx2 > div, .gsibi6e6,
.szi1 > div > div, .j8t5d28t .nftms > div { min-width: 0; }
.j8t5d28t p, .j8t5d28t li, .j8t5d28t td, .j8t5d28t a { overflow-wrap: anywhere; }
.h44gbzu .f71z8.js4wavsi { align-self: center; height: auto; aspect-ratio: 1 / 1; flex: 0 0 auto; }
body.f6bya8wx .h44gbzu .f71z8.js4wavsi { border-radius: 0; align-self: stretch; aspect-ratio: auto; }
body.td8lv4h.f6bya8wx .h44gbzu .f71z8.js4wavsi { align-self: flex-end; aspect-ratio: 1 / 1; }
body.td8lv4h.f6bya8wx.z9miei6 .h44gbzu .f71z8.js4wavsi { border-radius: 50%; }
body.td8lv4h.f6bya8wx.yipne .h44gbzu .f71z8.js4wavsi { border-radius: var(--r-card); }
@media (min-width: 900px) {
  body.jmx8w.f6bya8wx .h44gbzu .h3wcc0xm .f71z8.js4wavsi { aspect-ratio: 1 / 1; align-self: center; }
  body.jmx8w.f6bya8wx.z9miei6 .h44gbzu .h3wcc0xm .f71z8.js4wavsi { border-radius: 50%; }
  body.jmx8w.f6bya8wx.yipne .h44gbzu .h3wcc0xm .f71z8.js4wavsi { border-radius: var(--r-card); }
}
:root {
  --accent: #5568d0;
  --brand: #5568d0;
  --accent-light: #4251ab;
  --brand-light: #4251ab;
  --accent-bg: #f3f5ff;
  --accent-bg-light: #f3f5ff;
  --accent-pale: #cdd8fe;
  --brand-pale: #cdd8fe;
  --cta: #c2186b;
  --cta-hover: #a8075a;
  --cta-fg: #ffffff;
  --cta-light: #6c81ef;
  --text-primary: #252a38;
  --text-body: #3f4353;
  --text-sub: #3f4353;
  --text-muted: #5e6374;
  --text-faint: #6c7182;
  --text-dim: #6c7182;
  --text-label: #5e6374;
  --text-value: #252a38;
  --bg-page: #ffffff;
  --bg-surface: #eff2fc;
  --bg-card: #ffffff;
  --bg-card-inner: #f5f7fc;
  --bg-card-inner-raw: #f5f7fc;
  --bg-raised: #e7ebf6;
  --bg-hover: #eff2fc;
  --border: #cfd4e3;
  --border-alt: #dfe2ef;
  --border-section: #dfe2ef;
  --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: #f3f5ff;
  --bg-info: #f3f5ff;
  --c-tip-border: #adbefe;
  --c-warn-border: #a86b03;
  --c-tag-pay: #f3f5ff;
  --grad-start: #5568d0;
  --grad-end: #4251ab;
  --tone-fill: #f3f5ff;
  --tone-fill-2: #e4eaff;
  --tone-fill-raw: #f3f5ff;
  --tone-fill-2-raw: #e4eaff;
  --tone-fill-head: #1c2457;
  --tone-fill-fg: #373e5a;
  --tone-fill-muted: #545c7a;
  --tone-fill-head-raw: #1c2457;
  --tone-fill-fg-raw: #373e5a;
  --tone-fill-muted-raw: #545c7a;
  --sh-card: 0 0 0 1px rgba(37, 42, 56, 0.06), 0 1px 2px rgba(37, 42, 56, 0.05), 0 10px 24px -14px rgba(37, 42, 56, 0.18);
  --sh-lift: 0 0 0 1px rgba(37, 42, 56, 0.06), 0 2px 4px rgba(37, 42, 56, 0.06), 0 18px 36px -18px rgba(37, 42, 56, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #adbefe;
  --tone-mark: #5568d0;
  --tone-mark-fg: #ffffff;
  --tone-head: #252a38;
  --tone-sub: #4251ab;
  --tone-link: #4251ab;
  --tone-th: #e4eaff;
  --tone-th-fg: #303b84;
  --tone-chip: #f3f5ff;
  --tone-chip-fg: #4251ab;
  --tone-soft: #e4eaff;
  --tone-soft-fg: #303b84;
  --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: #582c73;
  --b-50: #f3f5ff;
  --s-50: #fff2f5;
  --n-50: #f3f5fd;
  --b-100: #e4eaff;
  --s-100: #fde3eb;
  --n-100: #e8ebf4;
  --b-200: #cdd8fe;
  --s-200: #fec9d8;
  --n-200: #d6d9e4;
  --b-300: #adbefe;
  --s-300: #fda2c0;
  --n-300: #bdc1ce;
  --b-400: #899efd;
  --s-400: #f079a4;
  --n-400: #a1a5b4;
  --b-500: #6c81ef;
  --s-500: #d85a8a;
  --n-500: #878c9c;
  --b-600: #5568d0;
  --s-600: #b94171;
  --n-600: #6d7384;
  --b-700: #4251ab;
  --s-700: #972e5a;
  --n-700: #565b6c;
  --b-800: #303b84;
  --s-800: #741f43;
  --n-800: #3f4353;
  --b-900: #1c2457;
  --s-900: #4c1029;
  --n-900: #252a38;
}
:root { --logo-bg-opacity: 56%; }
body, button, input { font-family: "Inter", sans-serif; }
.x8vd1iy .q0tt, .x8vd1iy .pwi7lc { min-height: 520px; }
.ci5a::before { content: '/'; }