:root {
  --color-accent: #a3194f;
  --color-cta: #1a66d6;
  --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);
}
.rkq0m35u {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.j7p4t {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.sa68g9f {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.q054kkh0 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.ey5mx7 { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ey5mx7 a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.ey5mx7 a:hover { color: var(--accent-light); }
.sxubh     .n72zxsl { border-radius: var(--r-chip); }
.sxubh .n72zxsl li:first-child a { border-top-left-radius: var(--r-chip); border-top-right-radius: var(--r-chip); }
.sxubh .n72zxsl li:last-child a { border-bottom-left-radius: var(--r-chip); border-bottom-right-radius: var(--r-chip); }
.zzr5 .n72zxsl li + li { border-top: var(--bw-hair) dotted var(--border-alt); }
@media (max-width: 640px) {
  .n72zxsl {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .nq04mvsz:hover .n72zxsl,
  .nq04mvsz:focus-within .n72zxsl { display: block; }
  .n72zxsl li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.jdnnj {
  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);
}
.ckli { display: none; }
@media (max-width: 640px) {
  .ckli {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .ckli.pj2zr5 { display: block; }
}
@media (max-width: 640px) {
  .jdnnj { display: block; }
  .ey5mx7 > li + li::before { display: none !important; }
  .ey5mx7 {
    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;
  }
  .ey5mx7.pj2zr5 { display: flex; }
  .ey5mx7 li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .ey5mx7 li:last-child a { border-bottom: none; }
}
.rfqtek { min-height: 480px; }
.ss5o {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.lbdg { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.ph1p .lbdg { margin-left: 0; margin-right: 0; }
.n5984x .jh3q41 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.n5984x .ss5o { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.n5984x .lbdg { color: #e2e8f0; }
.n5984x.npna75 .jh3q41 { text-align: center; }
.n5984x.ph1p   .jh3q41 { text-align: left; }
.t2uk .jh3q41 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.t2uk .ss5o { color: var(--text-primary); text-shadow: none; }
.t2uk .lbdg { color: var(--text-muted); }
.t2uk, .t2uk.rfqtek { min-height: auto !important; }
.t2uk.npna75 .jh3q41 { text-align: center; }
.t2uk.ph1p   .jh3q41 { text-align: left; }
.t2uk~.jfcp1hm .edq8w{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; }
}
.egvj844 .ss5o { color: #fff; }
.egvj844 .lbdg { color: rgba(255,255,255,0.85); }
.g02x1 .ss5o { text-shadow: none; color: var(--text-primary); }
.g02x1 .lbdg { color: var(--text-muted); }
body.yf1i .ss5o {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.m8ziw39 .ss5o {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.rfqtek.egvj844 .ss5o,
section.egvj844 .ss5o {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.g02x1.ph1p   .vxrkrx { align-items: flex-start; text-align: left; }
.rfqtek .m9mi0b3j {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.m9mi0b3j .cjc493l5 {
  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;
}
.m9mi0b3j .cjc493l5 + .cjc493l5 { border-top: var(--bw-hair) solid var(--border-alt); }
.m9mi0b3j .jhzejip { align-items: center; text-align: center; width: 100%; }
.m9mi0b3j .abzyll1 {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.m9mi0b3j .gj4vyf7 { max-height: 64px; max-width: 140px; }
.m9mi0b3j .ryp13p0 {
  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%;
}
.m9mi0b3j .n52u7.r6t2vtr {
  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;
}
.m9mi0b3j .n52u7.r6t2vtr:hover { opacity: 0.85; }
.m9mi0b3j .cjc493l5,
.m9mi0b3j .cjc493l5:hover,
.m9mi0b3j .cjc493l5:nth-child(even),
.m9mi0b3j .cjc493l5:nth-child(odd),
.m9mi0b3j .cjc493l5:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.ftes9t .jh3q41 { padding-bottom: 24px; }
.nnh4r64 .jh3q41 { max-width: 1100px; }
@media (max-width: 700px) {
  .g02x1 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .g02x1:not(.w68gvnd) .mf8vj { display: none !important; }
  .w68gvnd .mf8vj { padding: 16px; }
  .vxrkrx  { padding: 36px 24px; }
  .g02x1~.jfcp1hm,.gumb4nw~.jfcp1hm{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .rfqtek, .g02x1 { min-height: 320px !important; }
  .ss5o { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .pgc6d,
  .mtqu,
  .nyahi49i { grid-template-columns: 1fr !important; }

  

  
  .ftes9t { display: flex !important; flex-direction: column !important; }
  .ftes9t .jh3q41 { display: contents; }
  .ftes9t .b5vq { order: 0; }
  .ftes9t .ss5o { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ftes9t .pgc6d { order: 2; padding: 0 16px 12px !important; }
  .ftes9t .lbdg { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .nnh4r64 .jh3q41 { display: flex; flex-direction: column; }
  .nnh4r64 .jh3q41 .ss5o { order: 1; }
  .nnh4r64 .jh3q41 .nyahi49i { order: 2; margin: 8px 0 24px !important; }
  .nnh4r64 .jh3q41 .lbdg { order: 3; }
  .nnh4r64 .jh3q41 .b5bsw38 { order: 4; align-self: center; margin-top: 0; }

  
  .g02x1.w68gvnd {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .g02x1.w68gvnd .vxrkrx { display: contents; padding: 0; }
  .g02x1.w68gvnd .vxrkrx .ss5o { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .g02x1.w68gvnd .mf8vj { order: 2; padding: 12px 16px; }
  .g02x1.w68gvnd .vxrkrx .lbdg { order: 3; padding: 0 24px; margin: 0 auto; }
  .g02x1.w68gvnd .vxrkrx .b5bsw38 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.t2jd { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.y0fdqj8f { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.ybaml4xe .t2jd        { border-radius: var(--r-card); }
.ybaml4xe .y0fdqj8f  { border-radius: var(--r-card); }
.luql .t2jd         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.luql .y0fdqj8f   { border-radius: var(--r-btn); }
.a8prh { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.lw4mljl { width: 100%; padding: 32px 0; position: relative; }
.ic3c3 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.tnqmlw .lw4mljl, .ytdiqo .lw4mljl { background: transparent; }
.tgx5j .pc9s3 > *,
.x733 > *, .axq05j9 > *, .x6op8 > *, .h26o > *, .vwshwe > * {
  --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.u6heylx { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.u6heylx {
  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.dfc0mgf { 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; }
.bxw5t h2.u6heylx {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.a1byuqs8 h2.u6heylx {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.aabmo h2.u6heylx {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.z1f09ff h2.u6heylx::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.xuzir h2.u6heylx {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.tu64m9 h2.u6heylx::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.j4wofs5 h2.u6heylx {
  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) { .oeuos9 { display: none; } }
.w358 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.tz2mc { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.iz7k8hbe {
  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;
}
.zjk9nev { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.jiuo { padding-left: 20px; }
.jiuo li { margin-bottom: 8px; }
.jiuo a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.jiuo a:hover { color: var(--tone-link, var(--accent-light)); }
.vpfhdits .zjk9nev { display: none; }
.w51430i .zjk9nev { display: none; }
.w51430i .jiuo { padding-left: 0; list-style: none; }
.w51430i .jiuo li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.w51430i .jiuo a { font-size: var(--fs-sm); }
.qb1m8n5w .iz7k8hbe { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.qb1m8n5w .zjk9nev { display: none; }
.qb1m8n5w .jiuo { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.qb1m8n5w .jiuo li { margin-bottom: 0; }
.qb1m8n5w .jiuo 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;
}
.qb1m8n5w .jiuo a:hover { border-color: var(--accent); color: var(--accent); }
.m7fjggf .iz7k8hbe { padding: 20px 20px 16px; }
.m7fjggf .jiuo {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.m7fjggf .jiuo li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.m7fjggf .jiuo 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;
}
.m7fjggf .jiuo 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;
}
.m7fjggf .jiuo a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.m7fjggf .jiuo a:focus,
.m7fjggf .jiuo a:focus-visible,
.m7fjggf .jiuo a:target { outline: none; }
.m7fjggf .jiuo li:target a { border-color: var(--border); color: var(--text-muted); }
.r95a .iz7k8hbe { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.r95a .zjk9nev { display: none; }
.r95a .jiuo { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.r95a .jiuo li { counter-increment: toc-n; margin-bottom: 0; }
.r95a .jiuo 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;
}
.r95a .jiuo 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;
}
.r95a .jiuo a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.fmi651 .iz7k8hbe { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.fmi651 .zjk9nev { display: none; }
.fmi651 .jiuo { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.fmi651 .jiuo li { margin-bottom: 0; }
.fmi651 .jiuo 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;
}
.fmi651 .jiuo a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.lly8y .iz7k8hbe { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.lly8y .zjk9nev { display: none; }
.lly8y .jiuo { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.lly8y .jiuo li { margin-bottom: 0; }
.lly8y .jiuo li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.lly8y .jiuo li:last-child::after { content: ""; margin-right: 0; }
.lly8y .jiuo a { font-size: var(--fs-sm); }
.pc9s3 { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.tgx5j .pc9s3 { background: var(--bg-card); }
.duri .pc9s3 { background: none; border-radius: 0; padding: 28px 0 8px; }
.duri .pc9s3 + .pc9s3 { border-top: var(--bw-hair) solid var(--border-section); }
.pu9odu .pc9s3 {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.pu9odu .pc9s3:last-child { border-bottom: none; }
.x3z1kbyq .pc9s3 {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.x3z1kbyq .pc9s3 + .pc9s3 { margin-top: 4px; }
.wldv4n .pc9s3 { background: none; border-radius: 0; padding: 28px 0 8px; }
.wldv4n .pc9s3 + .pc9s3 { border-top: var(--bw-hair) solid var(--border-section); }
.hc0gpy3u { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.b2yw { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.of1u { color: var(--text-body); margin-bottom: 16px; text-wrap: pretty; }
.uqvsr, .iwhqz { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.uqvsr li, .iwhqz li { margin-bottom: 8px; }
.iwhqz li { list-style: decimal; }
.x6op8 { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.fde1a8ni .x6op8,
.axq05j9 .x6op8 { background: transparent; border: none; border-radius: 0; }
.vcxznk4q { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.vcxznk4q 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;
}
.vcxznk4q td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.vcxznk4q tr:hover td { background: var(--bg-hover); }
.ajbu2q86 .vcxznk4q tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.hvmhp2 .vcxznk4q { border: var(--bw-hair) solid var(--border-alt); }
.hvmhp2 .vcxznk4q th,
.hvmhp2 .vcxznk4q td { border: var(--bw-hair) solid var(--border-alt); }
.awsgf .vcxznk4q th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.awsgf .vcxznk4q td { border-bottom: none; }
.awsgf .vcxznk4q tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.x82724f .vcxznk4q th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.i2sy2nv .x6op8 {
  overflow: hidden;
}
.i2sy2nv .vcxznk4q th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.i2sy2nv .vcxznk4q tr:last-child td { border-bottom: none; }
.jn4qz2tz { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.vwshwe { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.b7qr3 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.owmozwum { background: var(--tone-fill, var(--bg-surface)); color: var(--tone-head, var(--text-primary)); font-weight: 700; padding: 12px 16px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border-alt); }
.dhup { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.yp6o2qp { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.yp6o2qp li { margin-bottom: 4px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"],[data-c="c"],[data-c="e"],[data-c="g"]{color:var(--tone-chip-fg,var(--accent-light));background:var(--tone-chip,var(--accent-bg))}
[data-c="b"],[data-c="d"],[data-c="f"],[data-c="h"]{color:var(--tone-soft-fg,var(--accent-light));background:var(--tone-soft,var(--accent-bg))}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius: var(--r-btn)}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.wgqie7tc .owmozwum { background: transparent; text-align: center; }
.owh2952 .b7qr3 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.m6rin9gr .b7qr3 {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: var(--bw-bar) solid var(--accent-bg);
}
.ixe82 .vwshwe { display: grid; grid-template-columns: auto 1fr; }
.ixe82 .b7qr3 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.ixe82 .owmozwum { grid-column: 2; }
.ixe82 .dhup,
.ixe82 .yp6o2qp { grid-column: 1 / -1; }
.i6frfyuv .vwshwe { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.i6frfyuv .b7qr3 {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px 12px; border: var(--bw-rule) solid var(--accent-pale);
}
.i6frfyuv .owmozwum { grid-column: 2; }
.i6frfyuv .dhup,
.i6frfyuv .yp6o2qp { grid-column: 1 / -1; }
.oeqzasv .vwshwe { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.oeqzasv .owmozwum { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.mu516 .vwshwe { background: color-mix(in srgb, var(--bg-card) 72%, transparent); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: var(--bw-hair) solid var(--border); box-shadow: var(--sh-1); }
.mu516 .owmozwum { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.jo9b .vwshwe { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.jo9b .owmozwum { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.sojf .vwshwe { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.sojf .owmozwum { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.jvhl .jn4qz2tz { counter-reset: card-n; }
.jvhl .vwshwe  { counter-increment: card-n; }
.jvhl .owmozwum { display: flex; align-items: center; gap: 12px; }
.jvhl .owmozwum::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--tone-mark, var(--accent)); color: var(--tone-mark-fg, #fff); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: var(--fs-caption); font-weight: 700;
}
.d6q1db .vwshwe { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.d6q1db .owmozwum { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.j9i8wv09 { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.j9i8wv09         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.uxzu0     { --cl-hue: var(--tone-line, var(--accent)); }
.zpdgoyk { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.megcrbkh    { --cl-hue: var(--tone-line, var(--accent)); }
.uxzu0, .zpdgoyk, .megcrbkh, .k7u1pym {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.fw12470x { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.fw12470x::before { color: var(--cl-hue); }
.j9i8wv09 strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.j9i8wv09 p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.y0fdqj8f { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.r6t2vtr {
  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;
}
.r6t2vtr:hover { opacity: 0.85; }
.o70tjhos .r6t2vtr  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.o70tjhos .r6t2vtr:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zb80hc .r6t2vtr  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.zb80hc .r6t2vtr:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.o70tjhos .n52u7.r6t2vtr, .zb80hc .n52u7.r6t2vtr,
.o70tjhos .xa8rwixb .r6t2vtr, .zb80hc .xa8rwixb .r6t2vtr {
  background: var(--cta); border: none; color: #fff;
}
.o70tjhos .n52u7.r6t2vtr:hover, .zb80hc .n52u7.r6t2vtr:hover,
.o70tjhos .xa8rwixb .r6t2vtr:hover, .zb80hc .xa8rwixb .r6t2vtr:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.d496 .r6t2vtr  { border-radius: var(--r-pill); }
.j9vtr .r6t2vtr { box-shadow: none; }
.j9vtr .r6t2vtr:hover { box-shadow: none; opacity: 1; }
.amkw5z5 .r6t2vtr { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.amkw5z5 .r6t2vtr:hover { opacity: 1; }
.amkw5z5 .r6t2vtr:active { transform: translateY(3px); box-shadow: none; }
.mnp39co .r6t2vtr { box-shadow: none; }
.mnp39co .r6t2vtr:hover { opacity: 1; box-shadow: none; }
.mnp39co .r6t2vtr:active { box-shadow: none; }
.l8no5 .r6t2vtr { position: relative; overflow: hidden; }
.l8no5 .r6t2vtr::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.l8no5 .r6t2vtr:hover::before { left: 135%; }
.yz8r2ij1 .b5bsw38,
.yz8r2ij1 .r6t2vtr { border-radius: 0; }
.hj1duqyq .r6t2vtr  { padding-left: 12px; padding-right: 12px; }
.p7hgdpn .b5bsw38 { padding-left: 44px; padding-right: 44px; }
.p7hgdpn .r6t2vtr  { padding-left: 24px; padding-right: 24px; }
.gons .r6t2vtr  { padding-left: 32px; padding-right: 32px; }
.rm192   .b5bsw38::after, .rm192   .r6t2vtr::after,
.ao87clh .b5bsw38::after, .ao87clh .r6t2vtr::after,
.ev1ctmqd    .b5bsw38::after, .ev1ctmqd    .r6t2vtr::after,
.t9c2fr    .b5bsw38::after, .t9c2fr    .r6t2vtr::after,
.nt4qkm    .b5bsw38::after, .nt4qkm    .r6t2vtr::after,
.wz69m     .b5bsw38::after, .wz69m     .r6t2vtr::after,
.powitd    .b5bsw38::after, .powitd    .r6t2vtr::after,
.s1d1kb1n   .b5bsw38::after, .s1d1kb1n   .r6t2vtr::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;
}
.rm192 .b5bsw38::after, .rm192 .r6t2vtr::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");
}
.ao87clh .b5bsw38::after, .ao87clh .r6t2vtr::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");
}
.ev1ctmqd .b5bsw38::after, .ev1ctmqd .r6t2vtr::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");
}
.t9c2fr .b5bsw38::after, .t9c2fr .r6t2vtr::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");
}
.nt4qkm .b5bsw38::after, .nt4qkm .r6t2vtr::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");
}
.wz69m .b5bsw38::after, .wz69m .r6t2vtr::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");
}
.powitd .b5bsw38::after, .powitd .r6t2vtr::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");
}
.s1d1kb1n .b5bsw38::after, .s1d1kb1n .r6t2vtr::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");
}
.hie6vxv   .nxsx6a4n::after, .hie6vxv   .dajxu59q::after,
.d0qo22 .nxsx6a4n::after, .d0qo22 .dajxu59q::after,
.u4r72w    .nxsx6a4n::after, .u4r72w    .dajxu59q::after,
.b3v9    .nxsx6a4n::after, .b3v9    .dajxu59q::after,
.tfmbd    .nxsx6a4n::after, .tfmbd    .dajxu59q::after,
.ebjhbfh     .nxsx6a4n::after, .ebjhbfh     .dajxu59q::after,
.afuar7sq    .nxsx6a4n::after, .afuar7sq    .dajxu59q::after,
.o5k7kh   .nxsx6a4n::after, .o5k7kh   .dajxu59q::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;
}
.hie6vxv .nxsx6a4n::after, .hie6vxv .dajxu59q::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");
}
.d0qo22 .nxsx6a4n::after, .d0qo22 .dajxu59q::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");
}
.u4r72w .nxsx6a4n::after, .u4r72w .dajxu59q::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");
}
.b3v9 .nxsx6a4n::after, .b3v9 .dajxu59q::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");
}
.tfmbd .nxsx6a4n::after, .tfmbd .dajxu59q::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");
}
.ebjhbfh .nxsx6a4n::after, .ebjhbfh .dajxu59q::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");
}
.afuar7sq .nxsx6a4n::after, .afuar7sq .dajxu59q::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");
}
.o5k7kh .nxsx6a4n::after, .o5k7kh .dajxu59q::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");
}
.bb5da1t3 {
  --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;
}
.cjc493l5 {
  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;
}
.cjc493l5 + .cjc493l5 { border-top: var(--bw-hair) solid var(--border-alt); }
.cjc493l5 > * { min-width: 0; }
.cjc493l5:hover { background: var(--bg-hover); }
.cjc493l5 > [itemprop="item"] { display: contents; }
.cjc493l5 [itemprop="itemReviewed"],
.cjc493l5 [itemprop="reviewRating"] { display: none; }
.jhzejip {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.a5gn, .v5vi8, .w1zw4z0,
.kxu1xk0r, .fstfk, .wxrvqs { align-items: center; text-align: center; }
.fstfk, .wxrvqs { align-items: stretch; }
.kpr459ur {
  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%;
}
.tkzalh {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.e5ertkbm .tkzalh {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.ryp13p0 {
  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;
}
.qrbfngxl {
  font-size: var(--fs-label); font-weight: 600; line-height: var(--lh-snug);
  
  color: var(--text-primary); background: var(--bg-surface);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-chip);
  padding: 4px 8px; display: inline-block;
  max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.amcu9t {
  font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-solid);
  color: var(--text-muted); font-variant-numeric: tabular-nums;
}
.abzyll1 {
  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;
}
.vkwp .gj4vyf7 { max-height: 60px; max-width: 68px; }
.gj4vyf7 {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.v5vi8 .abzyll1 { width: 168px; }
.i4292 .abzyll1,
.kn4c8rh .abzyll1,
.u5s083 .abzyll1,
.tbi4dm .abzyll1,
.i4292 .abzyll1, .kn4c8rh .abzyll1,
.u5s083 .abzyll1,  .tbi4dm .abzyll1 {
  width: 88px; height: 88px; padding: 12px;
}
.i4292 .abzyll1 .gj4vyf7, .kn4c8rh .abzyll1 .gj4vyf7,
.u5s083 .abzyll1 .gj4vyf7,  .tbi4dm .abzyll1 .gj4vyf7 {
  max-height: 60px; max-width: 68px;
}
.ag3vt4 .abzyll1, .ag3vt4 .abzyll1.vkwp,
.zzmejtqi, .xjptkg {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px; max-width: 100%;
}
.hq4l4bh {
  width: 38px; height: 26px; object-fit: contain;
  display: block; flex-shrink: 0;
  padding: 4px 4px; box-sizing: border-box;
  background: #fff; border: var(--bw-hair) solid var(--border-alt);
  border-radius: clamp(3px, var(--radius-button, 8px), 5px);
}
.iovaga .hq4l4bh { background: #f7f8fa; }
.n52u7.r6t2vtr {
  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;
}
.wxrvqs {
  display: grid; grid-template-rows: var(--cs-link-h) auto var(--cs-link-h);
  align-content: center; --cs-link-h: 22px;
}
.wxrvqs::before { content: ""; }
.m9mi0b3j .cjc493l5 { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .cjc493l5 { gap: 16px; padding: 16px 16px; }
  .abzyll1 { width: 152px; height: 96px; }
  .gj4vyf7 { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .cjc493l5 {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .jhzejip { justify-content: flex-start; }
  
  .xjptkg, .zzmejtqi { flex-direction: row; }
  
  .xjptkg .qrbfngxl:nth-child(n+3) { display: none; }
  
  .a5gn {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .jhzejip { text-align: left; align-items: flex-start; }

  
  .v5vi8, .w1zw4z0, .gns6k348 {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .kxu1xk0r {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .v5vi8 .abzyll1, .w1zw4z0 .abzyll1,
  .gns6k348 .abzyll1 { width: auto; height: 72px; }
  .gj4vyf7 { max-height: 72px; max-width: 128px; }
  .zjkvik4c { font-size: var(--fs-body); }
  .ryp13p0 { font-size: var(--fs-sm); }

  
  .m9z2d, .d0yqf8bh, .owld57,
  .chuwnl, .fhs9x, .ng9oaj,
  .e5ertkbm, .b24sz4, .m4mgjf4,
  .oz1by, .dan2l {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .fstfk, .wxrvqs { order: 4; flex: 1 0 100%; }
  .wxrvqs { display: flex; flex-direction: column; }
  .wxrvqs::before { display: none; }
  .n52u7.r6t2vtr { width: 100%; padding: 12px 20px !important; }
  .hkcv { text-align: left; }
}
@media (max-width: 560px) {
  .cjc493l5 { padding: 16px; gap: 12px 12px; }
  
  .kpr459ur, .bnq4w, .qrbfngxl { font-size: var(--fs-caption); }
  .tkzalh { font-size: var(--fs-sm); }
  .zjkvik4c { font-size: var(--fs-body); }
  .ryp13p0 { font-size: var(--fs-sm); }
  .amcu9t { font-size: var(--fs-sm); }
  .kg4h { font-size: var(--fs-lead); }
  
  .n52u7.r6t2vtr { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .jhzejip { gap: 2px; }
  .v5vi8 .abzyll1, .w1zw4z0 .abzyll1,
  .gns6k348 .abzyll1 { height: 64px; }
  .gj4vyf7 { max-height: 64px; max-width: 116px; }
  .vkwp { padding: 8px; }
  .zjkvik4c { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .m9z2d, .d0yqf8bh, .owld57,
  .chuwnl, .fhs9x, .ng9oaj,
  .e5ertkbm, .b24sz4, .m4mgjf4,
  .oz1by, .dan2l { flex-basis: 100%; min-width: 100%; }
}
@media (max-width: 560px) { .ikhouo { padding: 12px 16px; gap: 8px 16px; } }
.xa8rwixb .r6t2vtr {
  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) {
  .jabb2 { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .jfk53x { order: 1; width: 104px; height: 104px; }
  .jfk53x img { max-width: 96px; max-height: 88px; }
  .xa8rwixb { order: 2; margin-left: auto; align-self: center; }
  .zlzqpvu { order: 3; flex: 1 1 100%; min-width: 0; }
  .zlzqpvu h3 { font-size: var(--fs-body); }
}
.fe5onzd8 .t5jc { border-top-width: var(--bw-bar) !important; }
@media (min-width: 860px) {
  .m6hz70 .oe4gxep6 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .m6hz70 .x733 { margin: 0; }
}
.hzte2y .x733 { 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; }
.hzte2y .jabb2 { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.hzte2y .fde1a8ni { padding: 16px 16px; }
.hzte2y .jfk53x { border-radius: var(--r-chip); }
.hzte2y .t5jc { border-radius: 0; }
@media (max-width: 560px) {
  .q5536d .jfk53x { width: 116px; min-height: 104px; }
}
@media (max-width: 720px) {
  .ee7o5x5w { grid-template-columns: 1fr; }
  .i98gb { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .i98gb .shgie { width: 72px; height: 50px; }
  .i98gb .xtpuj3qk { max-width: 180px; }
  .i98gb .r4a7 { width: auto; }
}
@media (max-width: 720px) {
  .awf1 { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .cudot { padding: 16px; }
  .rgvc681 .x568b { min-width: 50%; }
}
@media (max-width: 860px) {
  .c596 { grid-template-columns: 1fr; }
  .l6etobh { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .tmlr { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .v7vmf { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .hbj46tjx { flex-direction: column; align-items: stretch; }
}
.lyxu1p .r4a7 .r6t2vtr { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .ea63 { flex-direction: column; align-items: stretch; gap: 12px; }
  .lyxu1p .r4a7 { text-align: center; }
}
@media (max-width: 720px) {
  .ng9ki3k { grid-template-columns: 1fr; }
  .y7it58z { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .k13mmd { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
@media (max-width: 720px) {
  .dn6m4e83 { grid-template-columns: 1fr; }
  .yx62 { width: 100px; height: 100px; margin: 16px auto; }
  .i4z7x { font-size: var(--fs-h3); }
  .yh5pm { justify-content: center; }
  .gjtwjc .x568b { min-width: 50%; }
}
@media (max-width: 540px) {
  .x1ug8y1 { flex-wrap: wrap; padding: 16px 16px; }
  .nouj { padding: 12px 16px; }
  .w19ifc5g .umnjqsp2 { margin: 0 16px; }
  .w19ifc5g .znc2hmm { padding: 0 16px; }
  .somm7ljh { padding: 12px 16px; }
}
.ejlatzr .cjc493l5 { position: relative; }
.ejlatzr .cjc493l5::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.g9rg .bb5da1t3 {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.g9rg .cjc493l5 {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.g9rg .cjc493l5 + .cjc493l5 { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .i70y .jhzejip + .jhzejip {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.eop7gu .cjc493l5 { padding-top: 16px; padding-bottom: 16px; }
.eop7gu .cjc493l5 + .cjc493l5 { border-top: none; }
.eop7gu .cjc493l5:nth-child(even) { background: var(--bg-surface); }
.eop7gu .cjc493l5:nth-child(even):hover { background: var(--bg-hover); }
.kwm5v .cjc493l5:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .gbr7pm .m9z2d, .gbr7pm .d0yqf8bh,
  .gbr7pm .owld57, .gbr7pm .chuwnl,
  .gbr7pm .fhs9x, .gbr7pm .ng9oaj,
  .gbr7pm .e5ertkbm, .gbr7pm .b24sz4,
  .gbr7pm .m4mgjf4, .gbr7pm .oz1by,
  .gbr7pm .dan2l {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.xg5gwqh .kpr459ur { opacity: .8; letter-spacing: var(--ls-label); }
.xg5gwqh .tkzalh { font-weight: 700; }
.bmsw2z .owld57, .bmsw2z .chuwnl,
.bmsw2z .m4mgjf4, .bmsw2z .oz1by,
.uibiq .rln1vmcc,
.uibiq .kg4h,
.uibiq .kg4h small { display: none; }
.uibiq .ci3x .ltqf7r5o,
.uibiq .uzlnlf70 { display: none; }
.ek6c { margin: 16px 0; }
.rsshn01 { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.rsshn01 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;
}
.rsshn01 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;
}
.rsshn01 summary:hover { background: var(--bg-surface); }
.rsshn01 summary:hover::after { color: var(--accent); }
.rsshn01[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.rsshn01[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.rsshn01[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.rsshn01 p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.lw4mljl { margin-bottom: 0; }
.hd8ppv5 h2.u6heylx { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.k0cxb h2.u6heylx { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.k0gsopc .jrn6gey::before { content: "✓ "; }
.k0gsopc .sepr4n96::before { content: "✗ "; }
.ofb4 .j9i8wv09 { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.ofb4 .j9i8wv09 strong { color: var(--text-primary); }
.ofb4 .j9i8wv09 p      { color: var(--text-muted); }
.fe5onzd8 .j9i8wv09 { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.gfbhvcc .j9i8wv09 {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.gfbhvcc .j9i8wv09 strong { color: var(--text-primary); }
.gfbhvcc .j9i8wv09 p { color: var(--text-muted); }
.gfbhvcc .j9i8wv09 { border-left: var(--bw-bar) solid var(--cl-hue); }
.gfbhvcc .fw12470x::before { color: rgba(255,255,255,0.9) !important; }
.n7gjvr2p .j9i8wv09 {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.n7gjvr2p .j9i8wv09 strong { color: var(--text-primary); }
.n7gjvr2p .j9i8wv09 p      { color: var(--text-muted); }
.sz445zwb .j9i8wv09 { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.qc7cp5l .fw12470x,
.i209aa .fw12470x,
.xf89 .fw12470x,
.qc7cp5l .fw12470x::before,
.i209aa .fw12470x::before,
.xf89 .fw12470x::before,
.npep5r2 .tgx5j .pc9s3,
.npep5r2 .duri .pc9s3  { box-shadow: var(--sh-1); }
.npep5r2 .vwshwe                { box-shadow: var(--sh-1); }
.npep5r2 .x6op8          { box-shadow: var(--sh-1); }
.npep5r2 .iz7k8hbe                    { box-shadow: var(--sh-1); }
.p7fhk .tgx5j .pc9s3,
.p7fhk .duri .pc9s3,
.p7fhk .vwshwe,
.p7fhk .x6op8,
.p7fhk .iz7k8hbe,
.p7fhk .sz445zwb .j9i8wv09 { box-shadow: none; }
.mkpzvs { --fs-body: 18px; --fs-sm: 16px; --fs-lead: 21px; }
.lw4mljl + .lw4mljl { position: relative; }
.w4y2y5t   .lw4mljl + .lw4mljl::before,
.urmawvr  .lw4mljl + .lw4mljl::before,
.celfj6   .lw4mljl + .lw4mljl::before,
.qvgwz3u   .lw4mljl + .lw4mljl::before,
.ez3yz   .lw4mljl + .lw4mljl::before,
.cfpt .lw4mljl + .lw4mljl::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.w4y2y5t .lw4mljl + .lw4mljl::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.urmawvr .lw4mljl + .lw4mljl::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.celfj6 .lw4mljl + .lw4mljl::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;
}
.qvgwz3u .lw4mljl + .lw4mljl::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.bthl .lw4mljl { margin-bottom: 16px; }
.bthl .lw4mljl + .lw4mljl { margin-top: 0; }
.bthl .ic3c3 { padding-top: 0; padding-bottom: 0; }
.ez3yz .lw4mljl + .lw4mljl::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.cfpt .lw4mljl + .lw4mljl::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.i0xct7 .lw4mljl + .lw4mljl::before,
.rbqnjzc .lw4mljl + .lw4mljl::before,
.ypdc3zy .lw4mljl + .lw4mljl::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%;
}
.tnqmlw .i0xct7 .lw4mljl:nth-child(even)::before,
.tnqmlw .rbqnjzc .lw4mljl:nth-child(even)::before,
.tnqmlw .ypdc3zy .lw4mljl:nth-child(even)::before { background: var(--bg-surface); }
.ytdiqo .i0xct7 .lw4mljl:nth-child(even)::before,
.ytdiqo .rbqnjzc .lw4mljl:nth-child(even)::before,
.ytdiqo .ypdc3zy .lw4mljl:nth-child(even)::before { background: var(--bg-card); }
.i0xct7 .lw4mljl + .lw4mljl::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");
}
.rbqnjzc .lw4mljl + .lw4mljl::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");
}
.ypdc3zy .lw4mljl + .lw4mljl::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");
}
.lc7u .n5984x:not(.egvj844) .b5vq { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.lc7u .egvj844 { background: linear-gradient(45deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, var(--accent-light)) 100%); }
.lc7u .sxmq { background: linear-gradient(45deg, var(--hero-a, var(--accent)), var(--hero-b, var(--accent-light))); }
.lc7u .g02x1 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.bjg90ts .t2jd { float: left; width: 38%; margin: 0 28px 16px 0; }
.bjg90ts .t2jd .y0fdqj8f { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.bjg90ts .ic3c3::after { content: ''; display: block; clear: both; }
.i5uu7wr .t2jd { float: right; width: 38%; margin: 0 0 16px 28px; }
.i5uu7wr .t2jd .y0fdqj8f { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.i5uu7wr .ic3c3::after { content: ''; display: block; clear: both; }
.n5zg7 .lw4mljl:nth-child(odd)  .t2jd { float: left;  width: 38%; margin: 0 28px 16px 0; }
.n5zg7 .lw4mljl:nth-child(even) .t2jd { float: right; width: 38%; margin: 0 0 16px 28px; }
.n5zg7 .t2jd .y0fdqj8f { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.n5zg7 .ic3c3::after { content: ''; display: block; clear: both; }
.bjg90ts .jn4qz2tz,
.bjg90ts .bb5da1t3,
.i5uu7wr .jn4qz2tz,
.i5uu7wr .bb5da1t3,
.n5zg7 .jn4qz2tz,
.n5zg7 .bb5da1t3 { clear: both; }
@media (max-width: 900px) {
  .bjg90ts .t2jd,
  .i5uu7wr .t2jd,
  .n5zg7 .lw4mljl:nth-child(odd)  .t2jd,
  .n5zg7 .lw4mljl:nth-child(even) .t2jd {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .bjg90ts .t2jd .y0fdqj8f,
  .i5uu7wr .t2jd .y0fdqj8f,
  .n5zg7 .t2jd .y0fdqj8f {
    max-height: none !important;
  }
}
.bjg90ts .uqvsr,
.bjg90ts .iwhqz,
.i5uu7wr .uqvsr,
.i5uu7wr .iwhqz,
.n5zg7 .uqvsr,
.n5zg7 .iwhqz { overflow: hidden; }
@media (max-width: 640px) {
  .bjg90ts .t2jd,
  .i5uu7wr .t2jd,
  .n5zg7 .t2jd { float: none; width: 100%; margin: 0 0 16px 0; }
}
.rgm8yk .a8prh,
.rgm8yk .ic3c3,
.rgm8yk .xy7ib  { max-width: 1060px; }
.q25n8ijo .a8prh,
.q25n8ijo .ic3c3,
.q25n8ijo .xy7ib  { max-width: 1180px; }
.ortco .a8prh,
.ortco .ic3c3,
.ortco .xy7ib  { max-width: 1260px; }
.ortco { --content-mw: 1260px; }
.xi8lvyu { font-size: var(--fs-label); color: var(--text-muted); }
.wsa35 { display: flex; align-items: center; }
.jzdbz {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.mnda11 { display: flex; align-items: center; }
.uy6d4j { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.uy6d4j:hover { text-decoration: underline; }
.atoppi { margin: 0 4px; opacity: 0.45; }
.atoppi::before { content: '/'; }
.br8tif { padding: 2px 4px; color: var(--text-main); }
.w8xm .xi8lvyu {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.w8xm .wsa35 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.f49ab .xi8lvyu {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.f49ab .wsa35 { padding: 0 0 0 12px; }
.ilczonu .wsa35 { padding: 0 16px; }
.ilczonu .xi8lvyu {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.ilczonu .a8prh { padding-top: 28px; }
@media (max-width: 720px) {
  .xwnsauo { margin-top: 20px; padding: 0 16px; }
  .ilczonu .a8prh { padding-top: 16px; }
}
.rgm8yk.w8xm .wsa35 { max-width: 1100px; }
.q25n8ijo.w8xm .wsa35 { max-width: 1200px; }
.ortco.w8xm .wsa35 { max-width: 1320px; }
.ortco .xwnsauo { max-width: 1320px; }
.vfbjq .lw4mljl { padding-top: 16px; padding-bottom: 16px; }
.o3cl930 .lw4mljl { padding-top: 24px; padding-bottom: 24px; }
.ijv8yqkd .lw4mljl { padding-top: 40px; padding-bottom: 40px; }
.w9y79v .lw4mljl { padding-top: 52px; padding-bottom: 52px; }
.u2i6p .lw4mljl:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.u2i6p .lw4mljl:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.u2i6p .lw4mljl:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.u2i6p .lw4mljl:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.cgmq .ic3c3 { padding-top: 12px;  padding-bottom: 12px; }
.sy8v3j .ic3c3 { padding-top: 20px;  padding-bottom: 20px; }
.biuw .ic3c3 { padding-top: 36px;  padding-bottom: 36px; }
.p1os .ic3c3 { padding-top: 48px;  padding-bottom: 48px; }
.onzpdj h1, .onzpdj h2, .onzpdj h3, .onzpdj .ss5o { font-weight: 700; }
.jok2 h1, .jok2 h2, .jok2 h3, .jok2 .ss5o { font-weight: 700; }
.m22bg, .onzpdj, .whhbd, .jok2 { font-weight: 400; }
.nxsx6a4n {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.qi6oj .nxsx6a4n { display: none; }
@media (max-width: 640px) {
  .nxsx6a4n { display: none !important; }
}
.nxsx6a4n { background: var(--cta) !important; color: #fff !important; border: none !important; }
.nxsx6a4n:hover { opacity: 0.85; }
.g7hotnlg .nxsx6a4n { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.gtn56apv .dajxu59q { right: 32px; }
@media (max-width: 480px) {
  .gtn56apv .dajxu59q { right: 20px; bottom: 20px; }
  .v1woomk3  .dajxu59q { left: 20px; bottom: 20px; }
}
.i80184eu { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.xy7ib { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.pr3xyd2 { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.md1bbvk { color: var(--text-dim); font-size: var(--fs-label); }
.fjqcx0f { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: var(--fs-sm); margin-bottom: 16px; }
.fjqcx0f img { height: 26px; width: auto; object-fit: contain; }
.ogzcp0w a, .mhquow a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.ogzcp0w a:hover, .mhquow a:hover { color: var(--accent-light); }
.mhquow { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.i4h8k .xy7ib { text-align: center; }
.i4h8k .mhquow { justify-content: center; margin-bottom: 16px; }
.i4h8k .pr3xyd2 { margin-top: 0; }
.gpu4ncg { margin-top: 12px; }
.gpu4ncg a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .xy7ib { padding-left: 16px; padding-right: 16px; }
  .ktm18e0 .xy7ib { padding: 20px 16px; }
  .mhquow { gap: 4px 12px; }
  .pr3xyd2 { font-size: var(--fs-caption); }
}
.lwt56 .u9nt6je5 .fjqcx0f { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.lwt56 .pr3xyd2 { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.lwt56 .md1bbvk { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .lwt56 .f2ami6nj { grid-template-columns: 1fr 1fr; } .lwt56 .u9nt6je5 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .lwt56 .f2ami6nj { grid-template-columns: 1fr; } }
.f6ingyo .fjqcx0f { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: var(--fs-sm); text-decoration: none; margin-right: auto; flex-shrink: 0; }
.f6ingyo .pr3xyd2 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .f6ingyo .dnko5 { gap: 12px; } .f6ingyo .fjqcx0f { margin-right: 0; width: 100%; } }
.nuwpp1 .i7fu9ep3 .fjqcx0f { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.nuwpp1 .pr3xyd2 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.nuwpp1 .md1bbvk { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .nuwpp1 .rcdbe { grid-template-columns: 1fr 1fr; } .nuwpp1 .i7fu9ep3 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .nuwpp1 .rcdbe { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .zho3mk .oajnhv4s { grid-template-columns: 1fr 1fr; } .zho3mk .giwc458i:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zho3mk .oajnhv4s { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .wq1172y .oajnhv4s { grid-template-columns: 1fr; } }
.qlol .xy7ib { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.qlol .mhquow { justify-content: center; }
.rijqz .rkq0m35u      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.xbv8g0 .rkq0m35u      { background: #0d1117; border-bottom-color: #21262d; }
.xbv8g0 .sa68g9f { color: var(--accent-light); }
.xbv8g0 .ey5mx7 { --msep-color: #8b949e; }
.xbv8g0 .ey5mx7 a { color: #8b949e; }
.xbv8g0 .ey5mx7 a:hover { color: var(--accent-light); }
.xbv8g0 .jdnnj { color: #8b949e; }
.xbv8g0 .i80184eu { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.xbv8g0 .pr3xyd2,
.xbv8g0 .md1bbvk { color: #6e7681; }
.xbv8g0 .ogzcp0w a, .xbv8g0 .mhquow a,
.xbv8g0 .fjqcx0f { color: #e6edf3; }
.xbv8g0 .ogzcp0w a:hover, .xbv8g0 .mhquow a:hover,
@media (max-width: 640px) {
  .xbv8g0 .ey5mx7 { background: #0d1117; border-top-color: #21262d; }
  .xbv8g0 .ey5mx7 li a { border-bottom-color: #21262d; }
}
.zhmeht3 .rkq0m35u      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.zhmeht3 .sa68g9f { color: var(--accent-light); }
.zhmeht3 .ey5mx7 { --msep-color: #475569; }
.zhmeht3 .ey5mx7 a { color: #475569; }
.zhmeht3 .ey5mx7 a:hover { color: var(--accent-light); }
.zhmeht3 .jdnnj { color: #64748b; }
.zhmeht3 .i80184eu { background: #f0f4f8; border-top-color: #cbd5e1; }
.zhmeht3 .pr3xyd2,
.zhmeht3 .md1bbvk { color: #64748b; }
.zhmeht3 .ogzcp0w a, .zhmeht3 .mhquow a,
.zhmeht3 .jdsy9q76 a, .zhmeht3 .fjqcx0f { color: #374151; }
.zhmeht3 .ogzcp0w a:hover, .zhmeht3 .mhquow a:hover,
@media (max-width: 640px) {
  .zhmeht3 .ey5mx7 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .zhmeht3 .ey5mx7 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.wyc3t55 .rkq0m35u { background: var(--b-50); border-bottom-color: var(--b-200); }
.wyc3t55 .ey5mx7 a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .wyc3t55 .ey5mx7 { background: var(--b-50); border-top-color: var(--b-200); }
}
.st7lv6 { --nav-fill: var(--b-600); --nav-edge: var(--b-700); }
.st7lv6 .rkq0m35u, .d5qrh .rkq0m35u { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.st7lv6 .sa68g9f, .d5qrh .sa68g9f { color: #fff; }
.st7lv6 .ey5mx7, .d5qrh .ey5mx7 { --msep-color: rgba(255,255,255,0.82); }
.st7lv6 .ey5mx7 a, .d5qrh .ey5mx7 a { color: rgba(255,255,255,0.82); }
.st7lv6 .ey5mx7 a:hover, .d5qrh .ey5mx7 a:hover { color: #fff; }
.st7lv6 .jdnnj, .d5qrh .jdnnj { color: rgba(255,255,255,0.9); }
.st7lv6 .n72zxsl a, .d5qrh .n72zxsl a { color: var(--text-primary) !important; }
.st7lv6 .n72zxsl a:hover, .d5qrh .n72zxsl a:hover { color: var(--accent-light) !important; }
@media (max-width: 640px) {
  .st7lv6 .ey5mx7, .d5qrh .ey5mx7 { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .st7lv6 .ey5mx7 li a, .d5qrh .ey5mx7 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.cide.st7lv6 .nxsx6a4n { background: #fff !important; color: var(--b-700) !important; }
.d5iqyur7 .rkq0m35u {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.d5iqyur7 .rkq0m35u::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) {
  .d5iqyur7 .ey5mx7 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.h7qkx .j7p4t { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.y07zkyq .j7p4t { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.osckxncu .j7p4t { min-height: 72px; height: auto; }
.boyxe .j7p4t { min-height: 84px; height: auto; }
.ktm18e0 .j7p4t { max-width: none; padding: 0 32px; }
.ktm18e0 .xy7ib  { max-width: none; padding: 24px 32px; }
.z9iu.q25n8ijo .j7p4t { max-width: 1200px; }
.z9iu.ortco .j7p4t { max-width: 1320px; }
.p21j4ll   .sa68g9f, .p21j4ll   .fjqcx0f { text-transform: capitalize; }
.vuczeii9 .sa68g9f, .vuczeii9 .fjqcx0f { text-transform: lowercase; }
.b1m1slo .sa68g9f, .b1m1slo .fjqcx0f { text-transform: uppercase; letter-spacing: var(--ls-label); }
.p693, .at8d {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.v8g42 .p693,
.v8g42 .at8d { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-btn); padding: 4px; }
.z6u6jk1x .p693,
.z6u6jk1x .at8d { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: var(--r-btn); padding: 4px; }
.kmj79crf .p693,
.kmj79crf .at8d { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-pill); padding: 4px 8px; }
.hwbgmyg .p693,
.hwbgmyg .at8d { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: var(--r-pill); padding: 4px 8px; }
.ohegd   .ey5mx7 a { font-weight: 500; }
.l463nzwd .ey5mx7 a { font-weight: 600; }
.vimcl9     .ey5mx7 a { font-weight: 700; }
.lzm8u    .ey5mx7 a { font-weight: 700; letter-spacing: normal; }
.dpeqas     .ey5mx7 > li + li::before,
.vrc18    .ey5mx7 > li + li::before,
.hzgyc2v    .ey5mx7 > li + li::before,
.v4ntk6qc .ey5mx7 > li + li::before,
.iabvzhfn .ey5mx7 > li + li::before,
.jbhpji  .ey5mx7 > li + li::before,
.f7y1f    .ey5mx7 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.dpeqas     .ey5mx7 > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.vrc18    .ey5mx7 > li + li::before { content: "|"; }
.hzgyc2v    .ey5mx7 > li + li::before { content: "—"; }
.v4ntk6qc .ey5mx7 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.iabvzhfn .ey5mx7 > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.jbhpji  .ey5mx7 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.f7y1f    .ey5mx7 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .g9ci9 .jdnnj,
  .yiyy .jdnnj,
  .tf5u9 .jdnnj,
  .w61d .jdnnj,
  .b9712kwy .jdnnj {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .g9ci9 .jdnnj::before,
  .yiyy .jdnnj::before,
  .tf5u9 .jdnnj::before,
  .w61d .jdnnj::before,
  .b9712kwy .jdnnj::before { content: ""; display: block; flex-shrink: 0; }

  
  .g9ci9 .jdnnj::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;
  }

  
  .yiyy .jdnnj::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;
  }

  
  .tf5u9 .jdnnj::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;
  }

  
  .w61d .jdnnj::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;
  }

  
  .b9712kwy .jdnnj::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) {
  .oarkt28 .jdnnj {
    padding: 4px 16px;
  }
  .oarkt28 .ey5mx7 {
    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;
  }
  .oarkt28 .ey5mx7 li a {
    border-bottom: none; padding: 12px 24px;
  }
  .oarkt28 .ey5mx7 li a:hover { background: var(--bg-raised); }
  .oarkt28 .ckli,
  .u3bu .ckli,
  .v4u7622 .ckli { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .w9jdjupn .jdnnj {
    padding: 4px 12px;
  }
  .w9jdjupn .ey5mx7 {
    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);
  }
  .w9jdjupn .ey5mx7.pj2zr5 { transform: translateX(0); }
  .w9jdjupn .ey5mx7 li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .w9jdjupn .ey5mx7 li:last-child a { border-bottom: none; }
  .st7lv6 .ey5mx7,
  .xbv8g0 .ey5mx7 { background: var(--accent) !important; }
  .st7lv6 .ey5mx7 li a,
  .xbv8g0 .ey5mx7 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .v4u7622 .jdnnj {
    padding: 4px 12px;
  }
  .v4u7622 .ey5mx7 {
    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);
  }
  .v4u7622 .ey5mx7::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .v4u7622 .ey5mx7.pj2zr5 { transform: translateY(0); }
  .v4u7622 .ey5mx7 li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .hamckn .jdnnj {
    padding: 4px 12px;
  }
  .hamckn .ey5mx7 {
    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;
  }
  .hamckn .ey5mx7.pj2zr5 { opacity: 1; pointer-events: auto; }
  .hamckn .ey5mx7 li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .cxcr     .jdnnj { border-radius: 0 !important; }
  .gz097   .jdnnj { border-radius: var(--r-btn) !important; }
  .v88luhlf .jdnnj { border-radius: 50% !important; }
  .xvh8   .jdnnj { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .loksmo8z .i70v7 { flex-direction: column; align-items: stretch; }
  .loksmo8z .srj1 { flex-direction: row; min-width: auto; }
  .loksmo8z .fyc5lfu3 { align-items: flex-start; text-align: left; }
}
.vvj8x,
.vvj8x.lw4mljl,
.tnqmlw .vvj8x,
.lirrh .vvj8x,
.ytdiqo .vvj8x,
.y0gzf2z .vvj8x {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.tuuzjl {
  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;
}
.cekylpj { flex: 1 1 280px; min-width: 0; }
.nj7q2j4 {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.p1w6j {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.y8b7d {
  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;
}
.y8b7d:hover { transform: translateY(-1px); opacity: 0.95; }
.chara30k .tuuzjl {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.chara30k .nj7q2j4 { color: var(--cta); }
.chara30k .p1w6j { color: var(--text-body); }
.chara30k .y8b7d {
  background: var(--cta);
  color: var(--cta-fg);
}
.f0hpt .tuuzjl {
  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);
}
.f0hpt .nj7q2j4 { color: var(--text-primary); }
.f0hpt .p1w6j { color: var(--text-body); }
.f0hpt .y8b7d {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .tuuzjl {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .cekylpj { flex: 0 0 auto; }
  .nj7q2j4 { font-size: var(--fs-lead); }
  .y8b7d { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.jlbtawz .q054kkh0 { height: 36px; }
.o5zr084k .q054kkh0 { height: 60px; max-width: 200px; }
.hf07 .q054kkh0 { height: 56px; max-width: 180px; }
.kxz29 .amcu9t {
  font-size: var(--fs-lead); font-weight: 700;
  color: var(--text-muted); opacity: .45;
}
.bxldmx .bb5da1t3 {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.bxldmx .cjc493l5 {
  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);
}
.bxldmx .cjc493l5 + .cjc493l5 { border-top: var(--bw-hair) solid var(--border-alt); }
.bxldmx .jhzejip { align-items: center; text-align: center; }
.bxldmx .a5gn {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
}
.bxldmx .amcu9t {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: var(--cta-fg, #fff);
  display: flex; align-items: center; justify-content: center;
  font-size: var(--fs-sm); font-weight: 700;
}
.bxldmx .abzyll1 {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.bxldmx .gj4vyf7 { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.bxldmx .ryp13p0 { font-size: var(--fs-body); }
.bxldmx .n52u7.r6t2vtr { min-width: 180px; }
@media (min-width: 720px) {
  .bxldmx .bb5da1t3 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .bxldmx .cjc493l5 + .cjc493l5 { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .bxldmx .cjc493l5 { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .bxldmx .a5gn { top: -16px; left: 50%; }
  .bxldmx .abzyll1 { width: 132px; height: 132px; }
}
.uv2h9 .bb5da1t3 {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.uv2h9 .cjc493l5 {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.uv2h9 .abzyll1 {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.uv2h9 .gj4vyf7 { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.uv2h9 .amcu9t {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--accent-bg); color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-size: var(--fs-label); font-weight: 700;
}
@media (max-width: 900px) {
  .uv2h9 .abzyll1 { width: 104px; height: 104px; }
}
.rd1qp .rsshn01 {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.rd1qp .rsshn01 summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.rd1qp .rsshn01 summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.rd1qp .rsshn01[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.rd1qp .rsshn01 p { padding: 0 14px 18px; }
.rd1qp .rsshn01[open] p { border-top: none; padding-top: 0; }
.g6v442l .rsshn01 { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.g6v442l .rsshn01 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;
}
.g6v442l .rsshn01 summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.g6v442l .rsshn01[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.g6v442l .rsshn01 p { padding: 14px 24px 4px; }
.g6v442l .rsshn01[open] p { border-top: none; padding-top: 14px; }
.drjcyc3x .rsshn01 {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.drjcyc3x .rsshn01 summary { color: var(--text-primary); padding: 16px 18px; }
.drjcyc3x .rsshn01[open] summary { box-shadow: none; }
.drjcyc3x .rsshn01 p { padding: 0 18px 18px; }
.zdv8agr .ek6c { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.zdv8agr .rsshn01 {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.zdv8agr .rsshn01:last-child { border-bottom: none; }
.zdv8agr .rsshn01 summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.zdv8agr .rsshn01 p { padding: 0 20px 16px; }
.dy4oz .rsshn01 { overflow: hidden; }
.dy4oz .rsshn01 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));
}
.dy4oz .rsshn01 summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.dy4oz .rsshn01 summary::after { color: var(--tone-mark, var(--accent)); }
.dy4oz .rsshn01[open] summary { border-radius: 0; box-shadow: none; }
.ggg4h5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.jjin {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.ds94w1is {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.vowu { color: var(--text-muted); font-size: var(--fs-body); }
.btbrala {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ham3c {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.ir1l { margin-bottom: 20px; }
.y96f6 {
  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);
}
.gv8zrqv {
  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;
}
.gv8zrqv:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.xdzs { resize: vertical; min-height: 130px; }
.dj3x1 { width: 100%; margin-top: 8px; }
.bn4ja {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.zud5j {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.s2n5h { color: var(--text-muted); line-height: var(--lh-read); }
.ba62twa { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.ba62twa li { margin-bottom: 8px; }
.zj4cs9o { max-width: 760px; margin: 0 auto; }
.ila84mo { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.kbif8y { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.kbif8y:last-child { border-bottom: none; }
.kbif8y h2 {
  font-size: var(--fs-body); font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.kbif8y p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.vhxm1wq { max-width: 760px; margin: 0 auto; }
.p467ak ul.ba62twa { margin: 0; }
@media (max-width: 640px) { .oa98s8q { grid-template-columns: 1fr; gap: 12px; } }
.q7fro { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.ujhg0 { background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 24px; }
.yqkxo28 { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.ujhg0 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.ujhg0 .ba62twa { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .q7fro { grid-template-columns: 1fr; } }
.ds3te { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.ds3te:hover .c1sl { color: var(--accent-light); text-decoration: underline; }
.pq0uukm { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.sn77c { margin-bottom: 48px; }
.nhye6vkv { max-width: 760px; margin: 0 auto; }
.pmdp60f { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.pmdp60f:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.x6vmt { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.pmdp60f p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.pmdp60f ul.ba62twa { margin: 0; }
.c1bhs3p { color: var(--text-muted); line-height: var(--lh-read); }
.qi8ux .ba62twa,
.qwgdib .ba62twa,
.kyvse .ba62twa,
.j9iyk .ba62twa {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.qi8ux .pmdp60f,
.qwgdib .pmdp60f { text-align: left; }
.qi8ux .x6vmt,
.qwgdib .x6vmt { text-align: center; }
.xevj { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.lwhbe9x { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.w1jh { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.s036ciku { margin-top: 12px; }
.zthom9f { 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; }
.zthom9f:hover { border-bottom-color: var(--accent-light); }
.c7cp45s { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.c7cp45s img { width: 100%; height: 100%; object-fit: cover; display: block; }
.yeb2va { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.z3d2ht { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.je6rm { color: var(--text-muted); font-weight: 600; letter-spacing: normal; }
.jjg55h { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: var(--bw-hair) solid var(--border); }
@media (max-width: 640px) { .jjg55h { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.gen5qzcz .w1jh, .gen5qzcz .lwhbe9x { max-width: 640px; }
.bh4f5s0 .xevj { font-size: var(--fs-h3); margin-top: 20px; }
.yg4wt .w1jh { margin-bottom: 28px; }
@media (max-width: 860px) { .s5qc { grid-template-columns: 1fr; } .bh4f5s0 { position: static; text-align: center; } }
.kzwlwoa .c7cp45s { margin: 0 auto 20px; }
.kzwlwoa .z3d2ht { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .s8ih3rt9 { grid-template-columns: 1fr; } }
.hgwdy8 .xevj { font-size: var(--fs-h3); margin-bottom: 8px; }
.j9iyk .ba62twa { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .hgwdy8 { flex-direction: column; text-align: center; } .y5vv9r { grid-template-columns: 1fr; } }
.xzc3gtmb .xevj { font-size: var(--fs-lead); margin: 0 0 4px; }
.xzc3gtmb .z3d2ht { margin: 0; }
.cgzkh { max-width: 760px; margin: 0 auto; }
.f60id4hp { position: relative; padding-left: 28px; }
.f60id4hp::before { content: ""; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 2px; background: var(--border); }
.rfui5 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.rfui5:last-child { padding-bottom: 0; }
.fplawjh { 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; }
.x9nmzubd h2 { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.x9nmzubd p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.vmx3bxi .ds94w1is { color: var(--accent-light); }
.u91z9wlq .ds94w1is { font-size: var(--fs-h2); }
.u91z9wlq .vowu { max-width: 680px; }
.tkp8cwm .ds94w1is { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.tkp8cwm .vowu  { margin: 0; }
@media (max-width: 640px) { .tkp8cwm { flex-direction: column; } }
.utb1 .ds94w1is { color: var(--accent-light); }
.b8opu {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.b8opu .ds94w1is { color: #fff; }
.b8opu .vowu  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .ojzpr3y { grid-template-columns: 1fr; } }
.de52ld9 .gv8zrqv {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.de52ld9 .gv8zrqv:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.bio5vue .gv8zrqv { background: var(--bg-raised); border-color: transparent; }
.bio5vue .gv8zrqv:focus { background: var(--bg-card); border-color: var(--accent-light); }
.jom6yfy .gv8zrqv { border-radius: var(--r-pill); padding: 12px 20px; }
.jom6yfy .xdzs { border-radius: var(--r-card); }
.g7s0v3d {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .g7s0v3d { grid-template-columns: 1fr; } }
.w555 {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 24px 24px;
}
.w555 h2 {
  font-size: var(--fs-sm); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.w555 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.v0vc { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; margin: 0; }
.v0vc li { margin-bottom: 8px; }
.rr1wi4jw:empty,.edq8w:empty{display:none}
.t9owtw{position:relative;overflow:visible}
.jfp9lv .jfcp1hm .edq8w,.ffeb00wn .jfcp1hm .edq8w,
.wy8l8v .jfcp1hm .edq8w,.q1th1f6 .jfcp1hm .edq8w,
.kbqyrhp6 .jfcp1hm .edq8w{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}
.jfp9lv .dpv5v923,.ffeb00wn .dpv5v923,
.wy8l8v .dpv5v923,.q1th1f6 .dpv5v923,
.kbqyrhp6 .dpv5v923{background:transparent!important;border:none!important;padding: 0;border-radius:0;color:inherit!important}
.jfp9lv .jfcp1hm .edq8w{margin-right:auto}
.ffeb00wn .jfcp1hm .edq8w{margin-left:auto}
.wy8l8v .jfcp1hm .edq8w{margin-right:auto}
.q1th1f6 .jfcp1hm .edq8w{margin-left:auto}
.kbqyrhp6 .jfcp1hm .edq8w{margin: 0 auto}
.h34r6f .jfcp1hm .edq8w{margin: 0}
.h34r6f .g02x1~.jfcp1hm .edq8w,
.h34r6f .gumb4nw~.jfcp1hm .edq8w{justify-content:flex-start}
.g02x1~.jfcp1hm .edq8w{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.gumb4nw~.jfcp1hm .edq8w{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.lds5vlw .edq8w{margin: 0 0 12px}
.edq8w{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.ptcw{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.c1sl{font-weight:600;color:var(--text-heading);opacity:1}
.oxu16::before{content:"·";margin: 0 2px;opacity:.5}
.dpv5v923{white-space:nowrap}
.y8o1 .ptcw{display:none}
.f7lxom .dpv5v923{background:var(--date-bg, var(--accent-bg));padding: 4px 12px;border-radius: var(--r-card);font-size: var(--fs-caption)}
.f7lxom .oxu16::before{content:""}
.e2cm .dpv5v923{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}
.e2cm .oxu16::before{content:""}
.uumn .edq8w{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.vgro .dpv5v923{border-left: var(--bw-rule) solid var(--accent);padding-left: 8px;font-size: var(--fs-caption)}
.vgro .oxu16::before{content:""}
.mps36bbu .dpv5v923{color: var(--accent-light);opacity:1;font-weight:500}
.cco1x .dpv5v923{border-bottom: var(--bw-hair) solid currentColor;padding-bottom: 2px}
.bu68 .edq8w{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.mue9{--date-bg:var(--accent-bg)}
.rxj5sh87 .oxu16::before{content:""}
.ljeeu6y .oxu16::before{content:"•";opacity:.4}
.ljeeu6y .dpv5v923 + .dpv5v923::before{content:"•";margin-right:6px;opacity:.4}
.jk2x2dz .oxu16::before{content:"/";opacity:.35}
.jk2x2dz .dpv5v923 + .dpv5v923::before{content:"/";margin-right:6px;opacity:.35}
.sc426p0b .oxu16::before{content:"|";opacity:.3}
.sc426p0b .dpv5v923 + .dpv5v923::before{content:"|";margin-right:6px;opacity:.3}
.h2p2ooj .oxu16::before{content:"—";opacity:.3}
.h2p2ooj .dpv5v923 + .dpv5v923::before{content:"—";margin-right:6px;opacity:.3}
.xdv611ro .oxu16::before{content:"◆";font-size:.5em;opacity:.35}
.xdv611ro .dpv5v923 + .dpv5v923::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.mjwyd9 .oxu16::before{content:"·";opacity:.4}
.mjwyd9 .dpv5v923 + .dpv5v923::before{content:"·";margin-right:6px;opacity:.4}
.dfatbahe .oxu16::before{content:"›";opacity:.4}
.dfatbahe .dpv5v923 + .dpv5v923::before{content:"›";margin-right:6px;opacity:.4}
.o5nv9 .oxu16::before{content:"→";opacity:.35;font-size:.85em}
.o5nv9 .dpv5v923 + .dpv5v923::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.cf2gg .h26o{border-left: var(--bw-bar) solid var(--accent);border-radius:0}
@media(max-width:640px){
  .h26o{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .qo38r{max-width:100%}
}
.fp0j .x6op8{margin: 0}
@media (max-width:560px){
  .njt2r6tn{grid-template-columns:repeat(2,1fr);gap: 12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .q9ln1 { padding: 28px 20px 20px; }
  .xltf { font-size: var(--fs-lead); }
  .ofrgyz { max-width: 220px; max-height: 80px; }
}
.m53ddx1 {
  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);
}
.mwcw {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.ngpi9vnd  .m53ddx1 { border-radius: 50%; }
.clkjdf  .m53ddx1 { border-radius: var(--r-chip); }
.y2al .m53ddx1 { border-radius: var(--r-card); }
.bn6g7v7 .tuuzjl {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .m53ddx1 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.zfrgwc8l .lw4mljl {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.zfrgwc8l .ic3c3 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.zfrgwc8l .tuuzjl {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.nhbsw9 {
  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;                  
}
.nhbsw9.r6kl25h { transform: translate(-50%, 0); }
.nhbsw9 .lw4mljl,
.nhbsw9 .ic3c3 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.nhbsw9 .tuuzjl {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.m3q7zqw {
  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;
}
.m3q7zqw::before,
.m3q7zqw::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.m3q7zqw::before { transform: translate(-50%, -50%) rotate(45deg); }
.m3q7zqw::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.m3q7zqw:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .nhbsw9 { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .nhbsw9 .tuuzjl {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .nhbsw9 .p1w6j { display: none !important; }
  .nhbsw9 .nj7q2j4 { font-size: var(--fs-body) !important; }
  .nhbsw9 .m53ddx1 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .m3q7zqw { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .j7p4t { flex-direction: row-reverse; }
[dir="rtl"] .ey5mx7 { flex-direction: row-reverse; }
[dir="rtl"] .gtn56apv .dajxu59q { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .gtn56apv .dajxu59q { right: auto; left: 20px; }
  [dir="rtl"] .v1woomk3  .dajxu59q { left: auto;  right: 20px; }
}
[dir="rtl"] .bjg90ts .t2jd  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .i5uu7wr .t2jd { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .uqvsr, [dir="rtl"] .iwhqz { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .j9i8wv09 { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .tuuzjl { direction: rtl; }
[dir="rtl"] .m53ddx1 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .cjc493l5,
[dir="rtl"] .xi8lvyu { direction: rtl; }
[dir="rtl"] .iz7k8hbe { direction: rtl; }
[dir="rtl"] .jiuo { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .n5984x.ph1p .jh3q41,
[dir="rtl"] .t2uk.ph1p .jh3q41,
[dir="rtl"] .egvj844.ph1p .jh3q41,
[dir="rtl"] .ftes9t.ph1p .jh3q41,
[dir="rtl"] .nnh4r64.ph1p .jh3q41 { text-align: right; }
[dir="rtl"] .g02x1.ph1p .vxrkrx { align-items: flex-end; text-align: right; }
[dir="rtl"] .ic3c3,
[dir="rtl"] .w358,
[dir="rtl"] .tz2mc,
[dir="rtl"] .jh3q41 { text-align: right; }
[dir="rtl"] .ham3c,
[dir="rtl"] .y96f6,
[dir="rtl"] .w1jh,
[dir="rtl"] .gv8zrqv,
[dir="rtl"] .xdzs { text-align: right; direction: rtl; }
[dir="rtl"] .jom6yfy .gv8zrqv,
[dir="rtl"] .de52ld9 .gv8zrqv { padding-right: 20px; padding-left: 20px; }
.ge00 .bb5da1t3,
.ezedfg9 .bb5da1t3,
.ih46m2 .bb5da1t3 { border: var(--bw-hair) solid var(--border-alt); }
.kyevc .bb5da1t3 {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.ge00 .cjc493l5,
.ezedfg9 .cjc493l5,
.kyevc .cjc493l5,
.ih46m2 .cjc493l5 {
  gap: 24px;
  padding: 24px 24px;
}
.ge00 .cjc493l5 + .cjc493l5,
.ih46m2 .cjc493l5 + .cjc493l5 { border-top: none; }
.ge00 .cjc493l5:nth-child(even),
.ih46m2 .cjc493l5:nth-child(even) { background: var(--bg-surface); }
.kyevc .cjc493l5 {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.ge00 .amcu9t,
.ezedfg9 .amcu9t,
.kyevc .amcu9t,
.ih46m2 .amcu9t {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent-bg); color: var(--accent);
  font-size: var(--fs-sm); font-weight: 700;
}
.ih46m2 .amcu9t { background: var(--accent); color: var(--cta-fg, #fff); }
.ge00 .abzyll1,
.ezedfg9 .abzyll1,
.kyevc .abzyll1,
.ih46m2 .abzyll1 {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.ge00 .gj4vyf7,
.ezedfg9 .gj4vyf7,
.kyevc .gj4vyf7,
.ih46m2 .gj4vyf7 {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.ih46m2 .ryp13p0 { font-size: var(--fs-body); font-weight: 700; }
.ge00 .n52u7.r6t2vtr,
.ezedfg9 .n52u7.r6t2vtr,
.kyevc .n52u7.r6t2vtr,
.ih46m2 .n52u7.r6t2vtr {
  padding: 16px 24px !important;
}
.ih46m2 .n52u7.r6t2vtr { box-shadow: none; }
@media (max-width: 1080px) {
  .ge00 .cjc493l5,
  .ezedfg9 .cjc493l5,
  .kyevc .cjc493l5,
  .ih46m2 .cjc493l5 { gap: 16px; padding: 20px; }
  .ge00 .abzyll1,
  .ezedfg9 .abzyll1,
  .kyevc .abzyll1,
  .ih46m2 .abzyll1 { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .ge00 .abzyll1,
  .ezedfg9 .abzyll1,
  .kyevc .abzyll1,
  .ih46m2 .abzyll1 { width: 104px; height: 104px; }
}
.w4zo4fs .fw12470x { display: none; }
.d496  .y8b7d, .d496  .lzf6z3g3 { border-radius: var(--r-pill); }
.yz8r2ij1 .y8b7d, .yz8r2ij1 .lzf6z3g3 { border-radius: 0; }
.kc211lb7 .y8b7d, .kc211lb7 .lzf6z3g3 { border-radius: var(--r-btn); }
.y8b7d, .lzf6z3g3, .b5bsw38, .r6t2vtr, .n52u7.r6t2vtr {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
body.yz8r2ij1 { --btn-radius: 0px; }
.b5bsw38, .r6t2vtr, .n52u7.r6t2vtr, .y8b7d, .lzf6z3g3,
.soow, .qthx53av, .nhbsw9 .y8b7d {
  border-radius: var(--btn-radius) !important;
}
.of1u a, .w358 a, .tz2mc a, .xejqwq a, .rsshn01 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;
}
.of1u a:hover, .w358 a:hover, .tz2mc a:hover, .xejqwq a:hover { text-decoration-color: currentColor; }
.eytj6tms    { --hero-a: var(--b-700); --hero-b: var(--b-near, var(--b-800)); }
.g30yd .rfqtek.egvj844 .ss5o,
.g30yd section.egvj844 .ss5o { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.g30yd .egvj844 .lbdg { color: var(--text-body); }
.eytj6tms .n5984x:not(.egvj844) .b5vq {
  background: linear-gradient(120deg, color-mix(in srgb, var(--b-900) 88%, transparent) 0%, color-mix(in srgb, var(--b-near, var(--b-800)) 55%, transparent) 100%);
}
.rfqtek.n5984x:not(.egvj844) .ss5o,
section.n5984x:not(.egvj844) .ss5o { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.cide.eytj6tms    .egvj844 .b5bsw38 { background: #fff !important; color: var(--b-700) !important; }
.utyb .i80184eu { background: var(--bg-page); border-top-color: var(--border-alt); }
.znunc .i80184eu { background: var(--b-50); border-top-color: var(--b-200); }
.whvup2    { --ftr-fill: var(--n-900); --ftr-edge: var(--n-800); }
.svx8ia .i80184eu, .elql5 .i80184eu, .whvup2 .i80184eu {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.svx8ia .i80184eu :is(.pr3xyd2, .md1bbvk),
.elql5   .i80184eu :is(.pr3xyd2, .md1bbvk),
.whvup2    .i80184eu :is(.pr3xyd2, .md1bbvk) { color: rgba(255,255,255,0.68); }
.svx8ia .i80184eu :is(.eoiyuor, .orf5),
.elql5   .i80184eu :is(.eoiyuor, .orf5),
.whvup2    .i80184eu :is(.eoiyuor, .orf5) { color: rgba(255,255,255,0.7); }
.svx8ia .i80184eu a, .elql5 .i80184eu a, .whvup2 .i80184eu a { color: rgba(255,255,255,0.9); }
.svx8ia .i80184eu a:hover, .elql5 .i80184eu a:hover, .whvup2 .i80184eu a:hover { color: #fff; }
.svx8ia .i80184eu .fjqcx0f,
.elql5   .i80184eu .fjqcx0f,
.whvup2    .i80184eu .fjqcx0f { color: #fff; }
.k9tfe1w .bb5da1t3:not(.m9mi0b3j) .cjc493l5:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.xlplrzr .bb5da1t3:not(.m9mi0b3j) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.xlplrzr .bb5da1t3:not(.m9mi0b3j) .cjc493l5 { background: var(--bg-card); border-radius: var(--r-btn); }
.xlplrzr .bb5da1t3:not(.m9mi0b3j) .cjc493l5 + .cjc493l5 { margin-top: 8px; border-top: none; }
.qrbfngxl { background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary)); }
.amcu9t { color: var(--tone-mark, var(--text-muted)); }
.ejlatzr .cjc493l5::before { background: var(--tone-line, var(--accent)); }
.kwm5v .cjc493l5:first-child { border-top-color: var(--tone-line, var(--accent)); }
.rsshn01 summary:hover::after, .rsshn01[open] summary::after { color: var(--tone-mark, var(--accent)); }
.rt3oyvx .gwf54 .gj4vyf7,
.rt3oyvx .jfk53x.gwf54 img,
.rt3oyvx .shgie.gwf54 img { border-radius: 22%; }
.rt3oyvx .jfk53x.gwf54 { border-radius: var(--r-card); }
.zxnkf33h .gwf54 .gj4vyf7,
.zxnkf33h .jfk53x.gwf54 img,
.zxnkf33h .shgie.gwf54 img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.zxnkf33h .jfk53x.gwf54 { border-radius: 50%; padding: 5px; }
.zxnkf33h .gwf54.abzyll1, .rt3oyvx .gwf54.abzyll1 { overflow: visible; }
.x733, .axq05j9, .bb5da1t3:not(.m9mi0b3j), .x6op8, .rsshn01 {
  border: none; box-shadow: var(--sh-card);
}
.npep5r2 .bb5da1t3:not(.m9mi0b3j) { box-shadow: var(--sh-lift); }
.rd1qp .rsshn01, .g6v442l .rsshn01, .zdv8agr .rsshn01 { box-shadow: none; }
.zdv8agr .ek6c { border: none; box-shadow: var(--sh-card); }
.drjcyc3x .rsshn01 { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.g6v442l .rsshn01 summary { border: none; box-shadow: var(--sh-card); }
.g6v442l .rsshn01[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.dy4oz .rsshn01 summary { color: var(--tone-fill-head-raw); }
.hzte2y .x733 { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.vwshwe, .j9i8wv09, .iz7k8hbe { border: none; box-shadow: var(--panel-sh, none); }
.tgx5j .pc9s3 { border: none; box-shadow: var(--sub-sh, none); }
.p7fhk .vwshwe, .p7fhk .iz7k8hbe { box-shadow: var(--panel-sh, none); }
.p7fhk .x6op8, .p7fhk .sz445zwb .j9i8wv09 { box-shadow: var(--sh-card); }
.p7fhk .tgx5j .pc9s3 { box-shadow: var(--sub-sh, none); }
.duri .pc9s3, .p7fhk .duri .pc9s3, .npep5r2 .duri .pc9s3 { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.vwshwe { background: var(--bg-card-inner); border-radius: var(--r-card); }
.owmozwum { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.oeqzasv .vwshwe   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.sojf .vwshwe { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.d6q1db .vwshwe     { border: none; }
.d6q1db .owmozwum { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.mu516 .vwshwe    { border: none; box-shadow: var(--sh-card); }
.j9i8wv09 { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.zpdgoyk { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.j9i8wv09 strong, .ofb4 .j9i8wv09 strong, .gfbhvcc .j9i8wv09 strong,
.n7gjvr2p .j9i8wv09 strong { color: var(--cl-head); }
.j9i8wv09 p, .ofb4 .j9i8wv09 p, .gfbhvcc .j9i8wv09 p,
.n7gjvr2p .j9i8wv09 p { color: var(--cl-fg); }
.ofb4 .j9i8wv09 { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.ofb4 .j9i8wv09 strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.fe5onzd8 .j9i8wv09 { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.gfbhvcc .j9i8wv09 { border: none; }
.n7gjvr2p .j9i8wv09  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.sz445zwb .j9i8wv09   { 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); }
.iah1h .obz08j5 .uhhs1x6q, .iah1h .wecg .uhhs1x6q {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.iah1h .obz08j5 .uhhs1x6q { background: var(--sem-pos-fg); }
.iah1h .wecg .uhhs1x6q { background: var(--sem-neg-fg); }
.iah1h .jrn6gey::before, .iah1h .sepr4n96::before { color: #fff; }
.iz7k8hbe { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.zjk9nev { color: var(--tone-fill-head, var(--text-primary)); }
.m7fjggf .jiuo a, .qb1m8n5w .jiuo a, .r95a .jiuo a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.m7fjggf .jiuo a:hover, .qb1m8n5w .jiuo a:hover, .r95a .jiuo a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.fmi651 .iz7k8hbe { border-bottom-color: var(--border-alt); }
.fmi651 .jiuo a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.katbbaj2, .qrbfngxl { border: none; }
.hzte2y .jabb2 { border-bottom: none; }
.jfk53x.gwf54 { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.jfk53x.gwf54 img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.rt3oyvx .jfk53x.gwf54 img { border-radius: 22%; }
.zxnkf33h  .jfk53x.gwf54 img { border-radius: 50%; }
.zxnkf33h  .jfk53x.gwf54 { padding: 0; }
@media (min-width: 900px) {
  .m6hz70 .oe4gxep6 > .x733:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.uqvsr li::marker { color: var(--tone-mark, var(--accent)); }
.iwhqz li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.yp6o2qp li::marker { color: var(--tone-mark, var(--accent)); }
.bxw5t h2.u6heylx { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.a1byuqs8 h2.u6heylx { border-bottom-color: var(--tone-mark, var(--accent)); }
.aabmo h2.u6heylx { border-top-color: var(--tone-mark, var(--accent)); }
.bjg90ts .pc9s3, .i5uu7wr .pc9s3, .n5zg7 .pc9s3,
.bjg90ts .j9i8wv09, .i5uu7wr .j9i8wv09, .n5zg7 .j9i8wv09,
.bjg90ts .x6op8, .i5uu7wr .x6op8, .n5zg7 .x6op8 { clear: both; }
.t2jd .y0fdqj8f { box-shadow: var(--sh-card); }
.x6op8 { border-radius: var(--r-card); }
.hvmhp2 .vcxznk4q { border: none; }
.wyc3t55 .ey5mx7 a { color: var(--b-800); }
.wyc3t55 .ey5mx7 a:hover { color: var(--b-600); }
.g30yd .rfqtek.egvj844 .ss5o,
.g30yd section.egvj844 .ss5o,
.g30yd .t2uk .ss5o { color: var(--b-900) !important; }
.g30yd .egvj844 .lbdg, .g30yd .t2uk .lbdg { color: var(--b-800); }
.znunc .i80184eu, .znunc .i80184eu a { color: var(--b-800); }
.znunc .i80184eu :is(.pr3xyd2, .md1bbvk, .eoiyuor) { color: var(--b-700); }
.tuuzjl { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.y8b7d { border: none; }
.ic1j2 .y8b7d { background: #fff !important; color: var(--cta) !important; }
.chara30k .tuuzjl { background: var(--b-100); border: none; }
.chara30k .nj7q2j4 { color: var(--b-900); }
.chara30k .p1w6j { color: var(--b-800); }
.f0hpt .tuuzjl { background: var(--b-900); border: none; border-radius: var(--r-card); }
.f0hpt .nj7q2j4 { color: #fff; }
.f0hpt .p1w6j { color: rgba(255,255,255,0.82); }
.clzhpuy .tuuzjl { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.clzhpuy .y8b7d { background: #fff !important; color: var(--b-800) !important; }
.m53ddx1 { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.mwcw { width: 100%; height: 100%; object-fit: cover; }
h2.u6heylx, .ss5o, h1.u6heylx, .nj7q2j4 { font-weight: 700; }
.zlzqpvu h3, h3.dfc0mgf { font-weight: 600; }
.hdwnpi { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.uqvsr { list-style: none !important; padding-left: 0; margin: 16px 0; }
.uqvsr li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.uqvsr li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.uqvsr 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);
}
.kq0dhpa .uqvsr li { padding-left: 28px; }
.kq0dhpa .uqvsr 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));
}
.kq0dhpa .uqvsr li::after { content: none; }
.kq0dhpa .uqvsr li::marker, .uqvsr li::marker { content: ""; }
.iwhqz { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.iwhqz li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.iwhqz 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;
}
.kq0dhpa .iwhqz li::before { border-radius: 50%; }
.iwhqz li::marker { content: ""; }
.yp6o2qp { list-style: none; padding-left: 16px; }
.yp6o2qp li { position: relative; padding-left: 16px; }
.yp6o2qp li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.yp6o2qp li::marker { content: ""; }
h3.dfc0mgf { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.of1u strong, .w358 strong, .hc0gpy3u 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");
}
.w4zo4fs .fw12470x, .fw12470x {
  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;
}
.uxzu0 .fw12470x     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.zpdgoyk .fw12470x { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.k7u1pym .fw12470x  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.t5jc .fw12470x, .ghirthyj .fw12470x { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.fw12470x::before { content: none !important; }
.j9i8wv09 { gap: 14px; }
.tgx5j .pc9s3 { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.j4wofs5 h2.u6heylx { 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); }
.tir0y3 .f0hpt .y8b7d, .tir0y3 .clzhpuy .y8b7d,
.tir0y3.d5qrh .nxsx6a4n, .tir0y3.whvup2 .i80184eu .r6t2vtr { background: #fff !important; color: var(--b-900) !important; }
.m6hz70 .oe4gxep6 { align-items: stretch; }
.vcxznk4q { font-size: var(--fs-sm); }
.vcxznk4q th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.vcxznk4q td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.vcxznk4q td:first-child { font-weight: 600; color: var(--text-primary); }
.vcxznk4q tbody tr:last-child td { border-bottom: none; }
.vcxznk4q tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.awsgf .vcxznk4q th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.hvmhp2 .vcxznk4q th, .hvmhp2 .vcxznk4q td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.hvmhp2 .vcxznk4q th + th, .hvmhp2 .vcxznk4q td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.hvmhp2 .vcxznk4q tbody tr:last-child td { border-bottom: none; }
.szx5y0 .hvmhp2 .vcxznk4q th + th, .d6o1kk .hvmhp2 .vcxznk4q th + th,
.x82724f.hvmhp2 .vcxznk4q th + th { border-left-color: rgba(255,255,255,0.16); }
.ajbu2q86 .vcxznk4q tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.jn4qz2tz { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.vwshwe {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.vwshwe:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.b7qr3, .owh2952 .b7qr3 {
  width: 76px; height: 76px; max-width: none; max-height: none; aspect-ratio: 1 / 1;
  padding: 12px; box-sizing: border-box; margin: 0 0 18px; object-fit: contain; display: block;
  background: var(--tone-fill-2-raw, var(--bg-raised)); border-radius: 18px;
}
.h8muon .b7qr3 { border-radius: 50%; padding: 14px; }
.jorhph .vwshwe { align-items: center; text-align: center; }
.jorhph .yp6o2qp { text-align: left; }
.owmozwum, .wgqie7tc .owmozwum, .d6q1db .owmozwum {
  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));
}
.dhup { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.yp6o2qp { align-self: stretch; margin: 14px 0 0; padding: 12px 0 0; border-top: var(--bw-hair) solid var(--border-alt); font-size: var(--fs-label); color: var(--text-body); }
.yp6o2qp li { margin-bottom: 6px; line-height: var(--lh-snug); }
.jvhl .owmozwum { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.jvhl .owmozwum::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.jorhph.jvhl .owmozwum, .h8muon.jvhl .owmozwum { align-items: center; }
.jo9b .vwshwe { padding-left: 0; padding-right: 0; }
.jo9b .vwshwe:hover { transform: none; box-shadow: none; }
.vwshwe, .d6q1db .vwshwe { background: var(--bg-card); box-shadow: var(--sh-card); }
.p7fhk .vwshwe, .npep5r2 .vwshwe { box-shadow: var(--sh-card); }
.jo9b .vwshwe, .p7fhk .jo9b .vwshwe { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .jn4qz2tz:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .jn4qz2tz:has(> :nth-child(5):last-child) .vwshwe { padding: 20px 16px 18px; }
  .jn4qz2tz:has(> :nth-child(6):last-child), .jn4qz2tz:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .jn4qz2tz:has(> :nth-child(7):last-child), .jn4qz2tz:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .uqvsr li, [dir="rtl"] .kq0dhpa .uqvsr li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .kq0dhpa .uqvsr li { padding-right: 28px; }
[dir="rtl"] .uqvsr li::before { left: auto; right: 0; }
[dir="rtl"] .kq0dhpa .uqvsr li::before { left: auto; right: 6px; }
[dir="rtl"] .uqvsr li::after { left: auto; right: 9px; }
[dir="rtl"] .iwhqz li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .iwhqz li::before { left: auto; right: 0; }
[dir="rtl"] .yp6o2qp { padding-left: 0; padding-right: 0; }
[dir="rtl"] .yp6o2qp li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .yp6o2qp li::before { left: auto; right: 0; }
[dir="rtl"] .j9i8wv09, [dir="rtl"] .n7gjvr2p .j9i8wv09, [dir="rtl"] .sz445zwb .j9i8wv09 { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .ofb4 .j9i8wv09, [dir="rtl"] .fe5onzd8 .j9i8wv09, [dir="rtl"] .gfbhvcc .j9i8wv09 { border-right: none; }
[dir="rtl"] .bxw5t h2.u6heylx { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .oeqzasv .vwshwe { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .vwshwe { align-items: flex-start; text-align: right; }
[dir="rtl"] .vcxznk4q th, [dir="rtl"] .vcxznk4q td { text-align: right; }
[dir="rtl"] .hvmhp2 .vcxznk4q th + th, [dir="rtl"] .hvmhp2 .vcxznk4q td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .drjcyc3x .rsshn01, [dir="rtl"] .dy4oz .rsshn01 summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .rsshn01 summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .k9tfe1w .bb5da1t3:not(.m9mi0b3j) .cjc493l5:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .cjc493l5 { gap: 0 14px; padding: 16px; }
  .cjc493l5::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .w1zw4z0, .gns6k348 { flex: 1 1 0; min-width: 0; }
  .v5vi8 { flex: 0 0 auto; }
  .kxu1xk0r { align-self: center; }
  
  .m9z2d, .d0yqf8bh, .owld57,
  .chuwnl, .fhs9x, .ng9oaj,
  .e5ertkbm, .b24sz4, .dan2l {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .m9z2d, .d0yqf8bh, .owld57 { flex-basis: 100%; min-width: 100%; }
  
  .m4mgjf4, .oz1by { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .zzmejtqi, .xjptkg { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .xjptkg .qrbfngxl:nth-child(n+3) { display: inline-block; }
  .xjptkg .qrbfngxl:nth-child(n+4) { display: none; }
  
  .fstfk, .wxrvqs { margin-top: 16px; }
  .hkcv { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .chuwnl, .fhs9x, .ng9oaj,
  .e5ertkbm, .b24sz4, .dan2l { flex-basis: 100%; min-width: 100%; }
}
.abzyll1.gwf54, .i4292 .abzyll1.gwf54, .kn4c8rh .abzyll1.gwf54,
.u5s083 .abzyll1.gwf54, .tbi4dm .abzyll1.gwf54,
.shgie.gwf54, .i4292 .shgie.gwf54, .kn4c8rh .shgie.gwf54,
.u5s083 .shgie.gwf54, .tbi4dm .shgie.gwf54 {
  background: transparent; padding: 0; width: auto; height: auto;
}
.i4292 .abzyll1.gwf54 .gj4vyf7, .kn4c8rh .abzyll1.gwf54 .gj4vyf7,
.u5s083 .abzyll1.gwf54 .gj4vyf7, .tbi4dm .abzyll1.gwf54 .gj4vyf7 { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .abzyll1.gwf54 .gj4vyf7 { max-height: 64px; max-width: 64px; }
  
  .xjptkg { flex-wrap: wrap; overflow: visible; }
  .xjptkg .qrbfngxl { max-width: 100%; }
}
.ox2zc32k .r6t2vtr { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .ox2zc32k { flex-direction: column; align-items: stretch; }
  .ox2zc32k .r6t2vtr { text-align: center; }
}
@media (min-width: 900px) {
  .xd4s .oe4gxep6, .xd4s.m6hz70 .oe4gxep6 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .xd4s .x733:has(> .qvv2) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .xd4s .x733:has(> .qvv2) > .ox2zc32k { display: none; }

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

  .xd4s .mth5s03 { display: flex; flex-direction: column; min-width: 0; }
  .xd4s .mth5s03 .gphu { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .xd4s .mth5s03 .gphu img.g8w4509 { max-height: 250px; }
  .xd4s .mth5s03 .fde1a8ni { flex: 1 1 auto; }
  
  .xd4s .mth5s03 .bs4k { grid-template-columns: 1fr 1fr; gap: 20px; }
  .xd4s .mth5s03 .zejvvv3w { flex-wrap: wrap; }
  .xd4s .mth5s03 .idgn { flex: 0 0 auto; margin: 0 8px 0 0; }
  .xd4s .x733:last-child:nth-child(odd) { grid-column: auto; }
  
  .xd4s.i2p76c .jabb2, .xd4s.nmgx2 .jabb2 { background: none; }
}
.bj2umk .jfk53x.gwf54, .bj2umk .jfk53x.gwf54 img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.h8muon .vwshwe { align-items: center; text-align: center; }
.h8muon .yp6o2qp { text-align: left; }
.ixe82 .jn4qz2tz, .ixe82 .jn4qz2tz:has(> :nth-child(5):last-child),
.ixe82 .jn4qz2tz:has(> :nth-child(6):last-child), .ixe82 .jn4qz2tz:has(> :nth-child(7):last-child),
.ixe82 .jn4qz2tz:has(> :nth-child(8):last-child), .ixe82 .jn4qz2tz:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.ixe82 .vwshwe { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.ixe82 .b7qr3, .ixe82 .asoe5f { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.ixe82 .owmozwum, .ixe82 .dhup, .ixe82 .yp6o2qp { grid-column: 2; }
.ixe82 .vwshwe > .owmozwum:first-child, .ixe82 .vwshwe > .owmozwum:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .ixe82 .vwshwe { direction: rtl; }
.eprx .vwshwe { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.eprx .b7qr3 {
  width: 100%; height: 124px; padding: 24px; margin: 0 0 20px; border-radius: 0;
  background: var(--tone-fill-2-raw, var(--bg-raised)); object-fit: contain;
}
.eprx .owmozwum, .eprx .dhup { padding-left: 22px; padding-right: 22px; }
.eprx .yp6o2qp { margin-left: 22px; margin-right: 22px; }
.eprx .jn4qz2tz:has(> :nth-child(5):last-child) .vwshwe { padding: 0 0 18px; }
:root { --ico-tick: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20stroke=%27black%27%20stroke-width=%273%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27%3E%3Cpath%20d=%27M5%2012.5l4.6%204.6L19%207.4%27/%3E%3C/svg%3E"); }
.yp6o2qp { padding-left: 0 !important; }
.yp6o2qp li { padding-left: 22px; margin-bottom: 8px; }
.yp6o2qp li::before {
  left: 0; top: 0.22em; width: 13px; height: 13px; border-radius: 0;
  background: var(--tone-mark, var(--accent));
  -webkit-mask: var(--ico-tick) center / contain no-repeat; mask: var(--ico-tick) center / contain no-repeat;
}
[dir="rtl"] .yp6o2qp li { padding-left: 0; padding-right: 22px; }
@media (min-width: 900px) {
  
  .xd4s .x733:has(> .qvv2) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .xd4s .x733:has(> .qvv2) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .xd4s .qvv2 { background: none; align-self: start; position: sticky; top: 96px; }
  .xd4s .qvv2 .ikhouo { align-items: stretch; }
  .xd4s .qvv2 .xa8rwixb { margin-top: 0; padding: 20px 0 0; }
  .xd4s .qvv2 .zlzqpvu { padding: 0; }
  
  .xd4s.q5536d .qvv2 .jfk53x { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .xd4s.q5536d .qvv2 .jfk53x:not(.gwf54) { width: 112px; height: 112px; padding: 6px; }
}
.ixe82 .jn4qz2tz, .ixe82 .jn4qz2tz:has(> :nth-child(5):last-child),
.ixe82 .jn4qz2tz:has(> :nth-child(6):last-child), .ixe82 .jn4qz2tz:has(> :nth-child(7):last-child),
.ixe82 .jn4qz2tz:has(> :nth-child(8):last-child), .ixe82 .jn4qz2tz:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ixe82 .jn4qz2tz > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.ixe82 .vwshwe { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.ixe82 .b7qr3, .ixe82 .asoe5f { position: absolute; left: 22px; top: 22px; margin: 0; }
.ixe82 .vwshwe:not(:has(.b7qr3, .asoe5f)) { padding-left: 22px; }
[dir="rtl"] .ixe82 .vwshwe { padding: 22px 104px 22px 22px; }
[dir="rtl"] .ixe82 .b7qr3, [dir="rtl"] .ixe82 .asoe5f { left: auto; right: 22px; }
@media (max-width: 700px) { .ixe82 .jn4qz2tz { grid-template-columns: minmax(0, 1fr) !important; } }
.ixe82 .jn4qz2tz .vwshwe { padding: 22px 22px 22px 104px !important; }
.ixe82 .jn4qz2tz .vwshwe:not(:has(.b7qr3, .asoe5f)) { padding-left: 22px !important; }
[dir="rtl"] .ixe82 .jn4qz2tz .vwshwe { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .bs4k, .umnjqsp2 { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .tg3kj .wecg, [dir="rtl"] .tg3kj .wecg {
    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;
  }
  
  .ngdv9q2 .x733:has(.gphu) .zlzqpvu { padding-top: 0; }
}
.ggg4h5 p, .s2n5h, .ba62twa, .v0vc, .ila84mo,
.w1jh, .yppe, .q1t3, .w555 p, .ujhg0 p { color: var(--text-body); }
.vowu { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.ovrlx, .jmrx3zjr .ovrlx, .yqkxo28,
.x6vmt, .utd3lk, .zud5j,
.w555 h2, .w555 h3, .m2tw h2, .zj4cs9o 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;
}
.ds94w1is { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.xevj { font-weight: 700; letter-spacing: -0.02em; }
.ba62twa, .v0vc { list-style: none !important; padding-left: 0; }
.ba62twa li, .v0vc li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.ba62twa li::marker, .v0vc li::marker { content: ""; }
.ba62twa li::before, .v0vc 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"] .ba62twa li, [dir="rtl"] .v0vc li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .ba62twa li::before, [dir="rtl"] .v0vc li::before { left: auto; right: 6px; }
.ujhg0, .j9iyk, .w555 { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.ggg4h5 a:not(.r6t2vtr):not(.b5bsw38) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .nhbsw9 .tuuzjl {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .nhbsw9 .m53ddx1 { 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); }
  .nhbsw9 .cekylpj { flex: 1 1 0; min-width: 0; }
  .nhbsw9 .nj7q2j4 {
    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;
  }
  .nhbsw9 .y8b7d { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .m3q7zqw { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.onzpdj h1, .onzpdj h2, .onzpdj h3, .onzpdj .ss5o,
.onzpdj h2.u6heylx, .onzpdj h1.u6heylx { font-weight: 600; }
.jok2 h1, .jok2 h2, .jok2 h3, .jok2 .ss5o,
.jok2 h2.u6heylx, .jok2 h1.u6heylx { font-weight: 700; }
.gz3ktvj h1, .gz3ktvj .ss5o, .gz3ktvj h1.u6heylx,
.ueh8729y.onzpdj .ss5o { font-weight: 600; }
h3.dfc0mgf, .jok2 h3.dfc0mgf, .zlzqpvu h3, .jok2 .zlzqpvu h3 { font-weight: 600; }
.lzm8u .ey5mx7 a, .vimcl9 .ey5mx7 a { font-weight: 600; }
.xg5gwqh .tkzalh { font-weight: 600; }
.ryp13p0 { font-weight: 600; }
.lbdg { font-weight: 400; }
.pq7c31u { display: block; }
.um4xj { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.um4xj .iz7k8hbe { margin: 20px 0 8px; }
.lw4mljl { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .um4xj { padding: 0 16px; } }
@media (min-width: 1100px) {
  .lnas .a8prh, .oeczgfw .a8prh, .el4q .a8prh,
  .lnas .pq7c31u, .oeczgfw .pq7c31u, .el4q .pq7c31u { max-width: 1280px; }
  .lnas .pq7c31u, .oeczgfw .pq7c31u, .el4q .pq7c31u {
    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;
  }
  .oeczgfw .pq7c31u, .el4q .pq7c31u { grid-template-columns: minmax(0, 1fr) 264px; }
  .oeczgfw .um4xj, .el4q .um4xj { order: 2; }
  .lnas .um4xj, .oeczgfw .um4xj, .el4q .um4xj {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .lnas .h1w7, .oeczgfw .h1w7, .el4q .h1w7 {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .lnas .u2eu9 .ic3c3, .oeczgfw .u2eu9 .ic3c3,
  .el4q .u2eu9 .ic3c3 { max-width: none; padding-left: 0; padding-right: 0; }
  .lnas .u2eu9 > .lw4mljl:first-child, .oeczgfw .u2eu9 > .lw4mljl:first-child,
  .el4q .u2eu9 > .lw4mljl:first-child { padding-top: 0; }
  .lnas .u2eu9 > .lw4mljl:first-child .ic3c3, .oeczgfw .u2eu9 > .lw4mljl:first-child .ic3c3,
  .el4q .u2eu9 > .lw4mljl:first-child .ic3c3 { padding-top: 0; }

  
  .lnas .um4xj .iz7k8hbe, .oeczgfw .um4xj .iz7k8hbe, .el4q .um4xj .iz7k8hbe {
    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;
  }
  .lnas .um4xj .zjk9nev, .oeczgfw .um4xj .zjk9nev, .el4q .um4xj .zjk9nev {
    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);
  }
  .lnas .um4xj .jiuo, .oeczgfw .um4xj .jiuo, .el4q .um4xj .jiuo {
    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);
  }
  .lnas .um4xj .jiuo li, .oeczgfw .um4xj .jiuo li, .el4q .um4xj .jiuo li {
    display: block !important; margin: 0 !important;
  }
  .lnas .um4xj .jiuo li::before, .oeczgfw .um4xj .jiuo li::before, .el4q .um4xj .jiuo li::before,
  .lnas .um4xj .jiuo li::after, .oeczgfw .um4xj .jiuo li::after, .el4q .um4xj .jiuo li::after,
  .lnas .um4xj .jiuo a::before, .oeczgfw .um4xj .jiuo a::before, .el4q .um4xj .jiuo a::before {
    content: none !important; display: none !important;
  }
  .lnas .um4xj .jiuo a, .oeczgfw .um4xj .jiuo a, .el4q .um4xj .jiuo 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;
  }
  .lnas .um4xj .jiuo a:hover, .oeczgfw .um4xj .jiuo a:hover, .el4q .um4xj .jiuo a:hover { color: var(--text-primary) !important; }
  .lnas .um4xj .jiuo a.faaz6, .oeczgfw .um4xj .jiuo a.faaz6, .el4q .um4xj .jiuo a.faaz6 {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .el4q .hfdmo {
    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);
  }
  .by37 { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .i6f84qa { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .f76ik { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .zxnkf33h .f76ik { border-radius: 50%; }
  .llovdx { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .eoindlnu { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .xa4mx { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .um4xj .jiuo { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .lnas .um4xj .jiuo a, [dir="rtl"] .oeczgfw .um4xj .jiuo a, [dir="rtl"] .el4q .um4xj .jiuo 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"] .lnas .um4xj .jiuo a.faaz6, [dir="rtl"] .oeczgfw .um4xj .jiuo a.faaz6, [dir="rtl"] .el4q .um4xj .jiuo a.faaz6 { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .tw8e .um4xj .jiuo, [dir="rtl"] .lypn0jtb .um4xj .jiuo,
[dir="rtl"].tw8e .um4xj .jiuo, [dir="rtl"].lypn0jtb .um4xj .jiuo { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .um4xj .jiuo { border-right: none; } }
.lypn0jtb .um4xj {
  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);
}
.lypn0jtb .um4xj .iz7k8hbe {
  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;
}
.lypn0jtb .um4xj .zjk9nev { display: none !important; }
.lypn0jtb .um4xj .jiuo {
  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;
}
.lypn0jtb .um4xj .jiuo::-webkit-scrollbar { display: none; }
.lypn0jtb .um4xj .jiuo li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.lypn0jtb .um4xj .jiuo li::before, .lypn0jtb .um4xj .jiuo li::after,
.lypn0jtb .um4xj .jiuo a::before { content: none !important; display: none !important; }
.lypn0jtb .um4xj .jiuo 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;
}
.lypn0jtb .um4xj .jiuo li:first-child a { padding-left: 0 !important; }
.lypn0jtb .um4xj .jiuo a:hover { color: var(--text-primary) !important; }
.lypn0jtb .um4xj .jiuo a.faaz6 { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.lypn0jtb .lw4mljl { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .lypn0jtb .um4xj .iz7k8hbe { padding: 0 16px !important; } }
.lypn0jtb .um4xj .jiuo {
  -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;
}
.lypn0jtb .um4xj .iz7k8hbe { overflow: hidden; }
.kq0dhpa .uqvsr li::before, .ba62twa li::before, .v0vc li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .mkpzvs, .j3r0cxn, .dz3x, .j84x { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .t5jc, .ghirthyj { display: block !important; }
  .t5jc .fw12470x, .ghirthyj .fw12470x { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .t5jc .fw12470x, [dir="rtl"] .ghirthyj .fw12470x { float: right; margin: 0 0 0 8px; }
  .t5jc strong, .ghirthyj strong { line-height: 18px; margin-bottom: 8px; }
  .t5jc p, .ghirthyj p { clear: both; }
  .x733 { --rv-pad: 18px; }
  .fde1a8ni { gap: 16px; }
}
.zouo80yf .pdgfahuz, .nvb7 .pdgfahuz, .a2mj .pdgfahuz, .a7x1wg4h .pdgfahuz { color: var(--text-primary); }
.zouo80yf .pdgfahuz .jauhnbte { color: var(--tone-link, var(--accent)); }
.zouo80yf .pdgfahuz:not(:has(.jauhnbte))::first-letter { color: var(--tone-link, var(--accent)); }
.zouo80yf .pdgfahuz { display: inline-block; }
.a7x1wg4h .pdgfahuz::after { content: "."; color: var(--tone-mark, var(--accent)); }
.a2mj .pdgfahuz { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.nvb7 .pdgfahuz { font-weight: 700; letter-spacing: -0.035em; }
.st7lv6 .pdgfahuz, .d5qrh .pdgfahuz,
.st7lv6 .pdgfahuz .jauhnbte, .d5qrh .pdgfahuz .jauhnbte { color: #fff !important; }
.st7lv6.a7x1wg4h .pdgfahuz::after, .d5qrh.a7x1wg4h .pdgfahuz::after { color: rgba(255,255,255,0.7); }
.st7lv6.zouo80yf .pdgfahuz::first-letter, .d5qrh.zouo80yf .pdgfahuz::first-letter { color: #fff; }
.h8jgs8 .u2eu9 > .lw4mljl:nth-of-type(even) .t2jd { display: none; }
.zzd6ygbv .u2eu9 > .lw4mljl .t2jd { display: none; }
.zzd6ygbv .u2eu9 > .lw4mljl:nth-of-type(-n+2) .t2jd { display: block; }
.ksge .t2jd { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.ksge .t2jd .y0fdqj8f { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .ksge .t2jd .y0fdqj8f { aspect-ratio: 16 / 7; } }
.qc1u .t2jd .y0fdqj8f { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.qc1u .t2jd::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.qc1u .t2jd, .alvo8a .t2jd { border-radius: var(--r-card); isolation: isolate; }
.alvo8a .t2jd .y0fdqj8f { filter: grayscale(1) contrast(1.1); }
.lzsjd3, .lzsjd3.rfqtek { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.lzsjd3 .jh3q41 { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.lzsjd3 .ss5o { 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; }
.lzsjd3 .lbdg { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.lzsjd3 .jh3q41::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.lzsjd3 ~ .jfcp1hm .edq8w { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .lnas .lzsjd3 .jh3q41, .oeczgfw .lzsjd3 .jh3q41, .el4q .lzsjd3 .jh3q41 { max-width: 1280px; }
}
@media (max-width: 640px) { .lzsjd3 { padding-top: 24px; } .lzsjd3 .jh3q41 { padding: 0 16px; } .lzsjd3 .ss5o { font-size: var(--fs-h2); max-width: none; } }
.nnh4r64, .nnh4r64.rfqtek, .ftes9t, .ftes9t.rfqtek {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.nnh4r64 .jh3q41, .ftes9t .jh3q41 { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.g02x1.w68gvnd, .g02x1.w68gvnd.rfqtek { min-height: 0 !important; padding: 48px 0; }
.m9mi0b3j .cjc493l5 { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.m9mi0b3j .cjc493l5::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .m9mi0b3j .cjc493l5 {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .m9mi0b3j .jhzejip, .m9mi0b3j .v5vi8, .m9mi0b3j .w1zw4z0, .m9mi0b3j .gns6k348,
  .m9mi0b3j .m9z2d, .m9mi0b3j .fstfk, .m9mi0b3j .wxrvqs {
    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;
  }
  
  .rfqtek .m9mi0b3j, .m9mi0b3j.pgc6d, .m9mi0b3j.nyahi49i, .m9mi0b3j.mtqu {
    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;
  }
  .rfqtek .m9mi0b3j::-webkit-scrollbar { display: none; }
  .rfqtek .m9mi0b3j .cjc493l5 { flex: 0 0 74% !important; scroll-snap-align: center; }
  .nnh4r64, .ftes9t { padding: 32px 0 24px; }
  .g02x1.w68gvnd { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .ftes9t, .nnh4r64, .g02x1.w68gvnd { overflow-x: clip; max-width: 100vw; }
  .ftes9t .jh3q41, .nnh4r64 .jh3q41, .w68gvnd .mf8vj, .w68gvnd .vxrkrx { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .rfqtek .m9mi0b3j { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.dk5o6d, .dk5o6d.rfqtek, .wmmtni2p, .wmmtni2p.rfqtek {
  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);
}
.g30yd .dk5o6d, .g30yd .wmmtni2p { --hero-fg: var(--b-900); --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-700); }
.dk5o6d { background: linear-gradient(120deg, var(--hero-a, var(--b-900)) 0%, var(--hero-b, var(--b-800)) 100%); padding: 36px 0 40px; }
.g30yd .dk5o6d { border-bottom: var(--bw-hair) solid var(--b-200); }
.dk5o6d .jh3q41, .wmmtni2p .jh3q41 {
  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;
}
.dk5o6d .jh3q41 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.ximtpg .jh3q41:has(.sipj) { grid-template-columns: minmax(0, 1fr) 320px; }
.dk5o6d .ss5o, .wmmtni2p .ss5o, .lzsjd3 .ss5o {
  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;
}
.dk5o6d .ss5o, .wmmtni2p .ss5o { color: var(--hero-fg) !important; }
.dk5o6d .lbdg, .wmmtni2p .lbdg {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.sipj img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--r-card); box-shadow: 0 18px 40px -18px rgba(0,0,0,.55); }
.orv72sm { margin: 0; }
.orv72sm .edq8w, .orv72sm .edq8w * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.orv72sm .edq8w { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.dk5o6d .orv72sm .edq8w, .dk5o6d .orv72sm .edq8w a, .dk5o6d .orv72sm .edq8w span,
.wmmtni2p .orv72sm .edq8w, .wmmtni2p .orv72sm .edq8w a, .wmmtni2p .orv72sm .edq8w span { color: var(--hero-fg-dim) !important; }
.dk5o6d .orv72sm .edq8w a, .wmmtni2p .orv72sm .edq8w a { color: var(--hero-fg) !important; font-weight: 600; }
.lzsjd3 .orv72sm { margin: 0 0 14px; }
.lzsjd3 .orv72sm .edq8w { color: var(--text-muted); }
.lzsjd3 .jh3q41::after { margin-top: 22px; }
.wmmtni2p .ss5o { max-width: 24ch; }
@media (min-width: 1100px) {
  .lnas .dk5o6d .jh3q41, .oeczgfw .dk5o6d .jh3q41, .el4q .dk5o6d .jh3q41,
  .lnas .wmmtni2p .jh3q41, .oeczgfw .wmmtni2p .jh3q41, .el4q .wmmtni2p .jh3q41 { max-width: 1280px; }
}
@media (max-width: 760px) {
  .dk5o6d { padding: 24px 0 26px; }
  .dk5o6d .jh3q41, .wmmtni2p .jh3q41 { padding: 0 16px; }
  .ximtpg .jh3q41:has(.sipj) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .sipj { display: none; }
  .wmmtni2p { padding-top: 12px; }
  .ravl { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .lerh9g31 { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .lerh9g31 img { width: 48px; height: 48px; flex: 0 0 48px; }
  .yyf8isie { flex: 0 0 auto; }
  .a4njdi15 { flex: 1 1 0; min-width: 0; }
  .dk5o6d .ss5o, .wmmtni2p .ss5o, .lzsjd3 .ss5o { font-size: 25px !important; max-width: none; }
  .dk5o6d .lbdg, .wmmtni2p .lbdg { font-size: 15px; }
}
.n5984x .lbdg, .g02x1 .lbdg, .t2uk .lbdg { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .iqbv .bb5da1t3:not(.m9mi0b3j), .nsqi9zx9 .bb5da1t3:not(.m9mi0b3j) {
    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;
  }
  .iqbv .bb5da1t3:not(.m9mi0b3j) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .iqbv .bb5da1t3:not(.m9mi0b3j):has(> :nth-child(5):last-child),
  .iqbv .bb5da1t3:not(.m9mi0b3j):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .iqbv .bb5da1t3:not(.m9mi0b3j):has(> :nth-child(3):last-child),
  .iqbv .bb5da1t3:not(.m9mi0b3j):has(> :nth-child(6):last-child),
  .iqbv .bb5da1t3:not(.m9mi0b3j):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nsqi9zx9 .bb5da1t3:not(.m9mi0b3j) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .iqbv .bb5da1t3:not(.m9mi0b3j) > .cjc493l5,
  .nsqi9zx9 .bb5da1t3:not(.m9mi0b3j) > .cjc493l5: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;
  }
  .iqbv .bb5da1t3:not(.m9mi0b3j) > .cjc493l5:hover,
  .nsqi9zx9 .bb5da1t3:not(.m9mi0b3j) > .cjc493l5:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .iqbv .cjc493l5 .jhzejip, .nsqi9zx9 .cjc493l5:nth-child(-n+3) .jhzejip {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .iqbv .cjc493l5 .v5vi8, .iqbv .cjc493l5 .w1zw4z0, .iqbv .cjc493l5 .gns6k348,
  .nsqi9zx9 .cjc493l5:nth-child(-n+3) .v5vi8, .nsqi9zx9 .cjc493l5:nth-child(-n+3) .w1zw4z0,
  .nsqi9zx9 .cjc493l5:nth-child(-n+3) .gns6k348 { order: -2; padding: 0; gap: 12px; }
  .iqbv .cjc493l5 .abzyll1, .nsqi9zx9 .cjc493l5:nth-child(-n+3) .abzyll1 {
    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;
  }
  .iqbv .cjc493l5 .gj4vyf7, .nsqi9zx9 .cjc493l5:nth-child(-n+3) .gj4vyf7 { max-height: 88px !important; max-width: 88% !important; }
  .iqbv .cjc493l5 .ryp13p0, .nsqi9zx9 .cjc493l5:nth-child(-n+3) .ryp13p0 { padding: 0 16px; font-size: var(--fs-body); }
  .iqbv .cjc493l5 .kxu1xk0r, .nsqi9zx9 .cjc493l5:nth-child(-n+3) .kxu1xk0r { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .iqbv .cjc493l5 .fstfk, .iqbv .cjc493l5 .wxrvqs,
  .nsqi9zx9 .cjc493l5:nth-child(-n+3) .fstfk, .nsqi9zx9 .cjc493l5:nth-child(-n+3) .wxrvqs { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .iqbv .cjc493l5 .wxrvqs::before, .nsqi9zx9 .cjc493l5:nth-child(-n+3) .wxrvqs::before { display: none; }
  .iqbv .cjc493l5 .zzmejtqi, .iqbv .cjc493l5 .xjptkg,
  .nsqi9zx9 .cjc493l5:nth-child(-n+3) .zzmejtqi, .nsqi9zx9 .cjc493l5:nth-child(-n+3) .xjptkg { justify-content: center; }
  .iqbv .cjc493l5 .zjkvik4c, .nsqi9zx9 .cjc493l5:nth-child(-n+3) .zjkvik4c { font-size: var(--fs-sm); }
  
  .iqbv .cjc493l5 .a5gn, .nsqi9zx9 .cjc493l5:nth-child(-n+3) .a5gn { display: none; }
  
  .iqbv .bb5da1t3:not(.m9mi0b3j) > .cjc493l5::before,
  .nsqi9zx9 .bb5da1t3:not(.m9mi0b3j) > .cjc493l5: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"] .iqbv .bb5da1t3:not(.m9mi0b3j) > .cjc493l5::before,
  [dir="rtl"] .nsqi9zx9 .bb5da1t3:not(.m9mi0b3j) > .cjc493l5:nth-child(-n+3)::before { left: auto; right: 10px; }

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

  
  .tvwq3te4 .bb5da1t3:not(.m9mi0b3j) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .tvwq3te4 .bb5da1t3:not(.m9mi0b3j)::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);
  }
  .tvwq3te4 .bb5da1t3:not(.m9mi0b3j) > .cjc493l5 { padding-top: 10px; padding-bottom: 10px; position: static; }
  .tvwq3te4 .bb5da1t3:not(.m9mi0b3j) > .cjc493l5:first-child { position: relative; }
  .tvwq3te4 .bb5da1t3:not(.m9mi0b3j) .jhzejip { position: static; }
  .tvwq3te4 .bb5da1t3:not(.m9mi0b3j) .kpr459ur { display: none; }
  
  .tvwq3te4 .bb5da1t3:not(.m9mi0b3j) > .cjc493l5:first-child .kpr459ur {
    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;
  }
  .tvwq3te4 .abzyll1 { height: 64px !important; width: auto !important; }
  .tvwq3te4 .gj4vyf7 { max-height: 56px !important; max-width: 120px !important; }
  .tvwq3te4 .w1zw4z0 { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .tvwq3te4 .zjkvik4c { font-size: var(--fs-sm); }
  .tvwq3te4 .n52u7.r6t2vtr { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .tvwq3te4 .ejlatzr .cjc493l5::before, .tvwq3te4.ejlatzr .cjc493l5::before { top: 8px; bottom: 8px; }
  
  .iqbv.ejlatzr .cjc493l5::before { border-radius: var(--r-pill) !important; }
  .iqbv.eop7gu .cjc493l5:nth-child(even), .nsqi9zx9.eop7gu .cjc493l5:nth-child(even) { background: var(--bg-card) !important; }
  .iqbv.kwm5v .cjc493l5:first-child, .nsqi9zx9.kwm5v .cjc493l5:first-child { border-top: none !important; }
  .iqbv.k9tfe1w .bb5da1t3:not(.m9mi0b3j) .cjc493l5:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .iqbv .cjc493l5 .wxrvqs, .nsqi9zx9 .cjc493l5:nth-child(-n+3) .wxrvqs { display: flex !important; flex-direction: column; }
  
  .tvwq3te4 .bb5da1t3:not(.m9mi0b3j) { 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; }
  .tvwq3te4 .bb5da1t3:not(.m9mi0b3j) > .cjc493l5 { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .tvwq3te4 .bb5da1t3:not(.m9mi0b3j) > .cjc493l5 + .cjc493l5 { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .tvwq3te4 .bb5da1t3:not(.m9mi0b3j) > .cjc493l5:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .tvwq3te4 .w1zw4z0, .tvwq3te4 .v5vi8, .tvwq3te4 .gns6k348 { justify-content: flex-start; align-items: center; }
  .tvwq3te4 .wxrvqs { --cs-link-h: 0px; }
  .tvwq3te4 .wxrvqs .hkcv { display: none; }
}
@media (min-width: 901px) {
  .iqbv .bb5da1t3:not(.m9mi0b3j) .qp4u,
  .nsqi9zx9 .bb5da1t3:not(.m9mi0b3j) > .cjc493l5:nth-child(-n+3) .qp4u { display: block; }
}
body .rfqtek.dk5o6d .ss5o, body .rfqtek.wmmtni2p .ss5o,
body section.dk5o6d .ss5o, body section.wmmtni2p .ss5o { color: var(--hero-fg) !important; text-shadow: none !important; }
body .rfqtek.lzsjd3 .ss5o { text-shadow: none !important; }
@media (max-width: 760px) {
  .lerh9g31 { width: auto; flex-wrap: wrap; }
  .e4p7t { flex: 1 0 100%; margin-top: 4px; }
}
.amg7k { margin-top: 18px !important; }
.lzsjd3 .amg7k { margin: 16px 0 0 !important; }
.g3kk8776 .lds5vlw, .lvcj6t .lds5vlw { display: block; }
@media (max-width: 640px) {
  .st7lv6 .ey5mx7, .d5qrh .ey5mx7,
  .st7lv6 .ey5mx7.pj2zr5, .d5qrh .ey5mx7.pj2zr5 { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .st7lv6 .ey5mx7 a, .d5qrh .ey5mx7 a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .wyc3t55 .ey5mx7, .wyc3t55 .ey5mx7.pj2zr5 { background: var(--b-50) !important; }
}
@media (min-width: 900px) {
  body.xd4s .x733 .qvv2 .ci3x strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.dk5o6d, .wmmtni2p { --hero-fg-soft: rgba(255,255,255,0.92); --hero-fg-dim: rgba(255,255,255,0.84); }
.g30yd .dk5o6d, .g30yd .wmmtni2p { --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-800); }
.pr3xyd2, .md1bbvk, .lwt56 .pr3xyd2, .lwt56 .md1bbvk { color: var(--text-muted); }
@media (max-width: 560px) {
  .jfk53x.gwf54, .jfk53x.gwf54 img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .t9owtw:has(> .n5984x, > .dk5o6d, > .g02x1) + .xwnsauo { margin-top: -38px; }
  
  .h34r6f .t9owtw + .xwnsauo { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .lnas .xwnsauo, .oeczgfw .xwnsauo, .el4q .xwnsauo { max-width: 1280px; }
}
@media (max-width: 640px) {
  .tkp8cwm .ds94w1is { max-width: none; }
}
.ds94w1is, .ss5o, .ovrlx { overflow-wrap: break-word; }
:root {
  --accent: #bc4067;
  --brand: #bc4067;
  --accent-light: #992d51;
  --brand-light: #992d51;
  --accent-bg: #fff2f4;
  --accent-bg-light: #fff2f4;
  --accent-pale: #fec9d4;
  --brand-pale: #fec9d4;
  --cta: #1a66d6;
  --cta-hover: #0654be;
  --cta-fg: #ffffff;
  --cta-light: #da5980;
  --text-primary: #342629;
  --text-body: #4f3f42;
  --text-sub: #4f3f42;
  --text-muted: #6f5e62;
  --text-faint: #7d6c70;
  --text-dim: #7d6c70;
  --text-label: #6f5e62;
  --text-value: #342629;
  --bg-page: #ffffff;
  --bg-surface: #fbf4f5;
  --bg-card: #ffffff;
  --bg-card-inner: #fcf6f7;
  --bg-card-inner-raw: #fcf6f7;
  --bg-raised: #f5eced;
  --bg-hover: #fbf4f5;
  --border: #ddd1d3;
  --border-alt: #eae0e2;
  --border-section: #eae0e2;
  --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: #fff2f4;
  --bg-info: #fff2f4;
  --c-tip-border: #fda4b9;
  --c-warn-border: #a86b03;
  --c-tag-pay: #fff2f4;
  --grad-start: #bc4067;
  --grad-end: #992d51;
  --tone-fill: #fff2f4;
  --tone-fill-2: #fee3e9;
  --tone-fill-raw: #fff2f4;
  --tone-fill-2-raw: #fee3e9;
  --tone-fill-head: #4d1025;
  --tone-fill-fg: #56343c;
  --tone-fill-muted: #76525a;
  --tone-fill-head-raw: #4d1025;
  --tone-fill-fg-raw: #56343c;
  --tone-fill-muted-raw: #76525a;
  --sh-card: 0 0 0 1px rgba(52, 38, 41, 0.06), 0 1px 2px rgba(52, 38, 41, 0.05), 0 10px 24px -14px rgba(52, 38, 41, 0.18);
  --sh-lift: 0 0 0 1px rgba(52, 38, 41, 0.06), 0 2px 4px rgba(52, 38, 41, 0.06), 0 18px 36px -18px rgba(52, 38, 41, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #fda4b9;
  --tone-mark: #bc4067;
  --tone-mark-fg: #ffffff;
  --tone-head: #342629;
  --tone-sub: #992d51;
  --tone-link: #bc4067;
  --tone-th: #fee3e9;
  --tone-th-fg: #751e3c;
  --tone-chip: #fff2f4;
  --tone-chip-fg: #992d51;
  --tone-soft: #fee3e9;
  --tone-soft-fg: #751e3c;
  --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: #642766;
  --b-50: #fff2f4;
  --s-50: #f1f6ff;
  --n-50: #fbf4f5;
  --b-100: #fee3e9;
  --s-100: #e0ecff;
  --n-100: #f1e9ea;
  --b-200: #fec9d4;
  --s-200: #c5dbfe;
  --n-200: #e1d6d8;
  --b-300: #fda4b9;
  --s-300: #9ec3fd;
  --n-300: #cabec0;
  --b-400: #f2799a;
  --s-400: #6fa6fd;
  --n-400: #b0a1a4;
  --b-500: #da5980;
  --s-500: #4a8aee;
  --n-500: #97878a;
  --b-600: #bc4067;
  --s-600: #3270d0;
  --n-600: #7f6e72;
  --b-700: #992d51;
  --s-700: #2258ab;
  --n-700: #67565a;
  --b-800: #751e3c;
  --s-800: #154184;
  --n-800: #4f3f42;
  --b-900: #4d1025;
  --s-900: #092857;
  --n-900: #342629;
}
:root { --logo-bg-opacity: 51%; }
body, button, input { font-family: system-ui, -apple-system, sans-serif; }
h1, h2, h3, .ss5o, .nj7q2j4, .zlzqpvu h3 { font-family: "Lora", var(--font-body-stack, Georgia, serif); letter-spacing: -0.01em; }
.hg4z .rfqtek, .hg4z .g02x1 { min-height: 420px; }
.atoppi::before { content: '·'; font-size: 1.3em; line-height: 1; }