:root {
  --color-accent: #1f6b3a;
  --color-cta: #d1450e;
  --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);
}
.xz2k {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.xcki3cb {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.svy10p {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ousimj2a { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.td3n1 { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.td3n1 a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.td3n1 a:hover { color: var(--accent-light); }
.cassgg     .uiuk { border-radius: var(--r-card); padding: 8px; }
.cassgg .uiuk li a { border-radius: var(--r-card); }
.lubh .uiuk li + li { border-top: var(--bw-hair) dotted var(--border-alt); }
@media (max-width: 640px) {
  .uiuk {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .v5xtd2y:hover .uiuk,
  .v5xtd2y:focus-within .uiuk { display: block; }
  .uiuk li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.m6nzzl {
  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);
}
.ia1kdll { display: none; }
@media (max-width: 640px) {
  .ia1kdll {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .ia1kdll.dx1ajo79 { display: block; }
}
@media (max-width: 640px) {
  .m6nzzl { display: block; }
  .td3n1 > li + li::before { display: none !important; }
  .td3n1 {
    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;
  }
  .td3n1.dx1ajo79 { display: flex; }
  .td3n1 li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .td3n1 li:last-child a { border-bottom: none; }
}
.iqsqs { min-height: 480px; }
.yt3u {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.puoa { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.kic7 .puoa { margin-left: 0; margin-right: 0; }
.id2s8j .wqsf {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.id2s8j .yt3u { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.id2s8j .puoa { color: #e2e8f0; }
.id2s8j.sku2 .wqsf { text-align: center; }
.id2s8j.kic7   .wqsf { text-align: left; }
.gfpnsg .wqsf {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.gfpnsg .yt3u { color: var(--text-primary); text-shadow: none; }
.gfpnsg .puoa { color: var(--text-muted); }
.gfpnsg, .gfpnsg.iqsqs { min-height: auto !important; }
.gfpnsg.sku2 .wqsf { text-align: center; }
.gfpnsg.kic7   .wqsf { text-align: left; }
.gfpnsg~.bhjy{position:static!important;left: auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin: 0 auto!important;padding: 0 24px 12px!important}
.gfpnsg~.bhjy .fv0gl{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; }
}
.e2vs009 .yt3u { color: #fff; }
.e2vs009 .puoa { color: rgba(255,255,255,0.85); }
.ds2tr2uy .yt3u { text-shadow: none; color: var(--text-primary); }
.ds2tr2uy .puoa { color: var(--text-muted); }
body.e54lowj .yt3u {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.mb76 .yt3u {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.iqsqs.e2vs009 .yt3u,
section.e2vs009 .yt3u {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ds2tr2uy.kic7   .evgg { align-items: flex-start; text-align: left; }
.iqsqs .j3rhy {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.j3rhy .j6jr7y3e {
  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;
}
.j3rhy .j6jr7y3e + .j6jr7y3e { border-top: var(--bw-hair) solid var(--border-alt); }
.j3rhy .a3xhrdpt { align-items: center; text-align: center; width: 100%; }
.j3rhy .i4de {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.j3rhy .qkuoy90 { max-height: 64px; max-width: 140px; }
.j3rhy .luz0u {
  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%;
}
.j3rhy .mxcv,
.j3rhy .u6f3 {
  font-size: var(--fs-sm);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.j3rhy .the3vdnt.hvul {
  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;
}
.j3rhy .the3vdnt.hvul:hover { opacity: 0.85; }
.j3rhy .j6jr7y3e,
.j3rhy .j6jr7y3e:hover,
.j3rhy .j6jr7y3e:nth-child(even),
.j3rhy .j6jr7y3e:nth-child(odd),
.j3rhy .j6jr7y3e:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.fzfpeivd .wqsf { padding-bottom: 24px; }
.zrdtrmz .wqsf { max-width: 1100px; }
@media (max-width: 700px) {
  .ds2tr2uy { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ds2tr2uy:not(.cexqhf) .gsoi3s62 { display: none !important; }
  .cexqhf .gsoi3s62 { padding: 16px; }
  .evgg  { padding: 36px 24px; }
  .ds2tr2uy~.bhjy,.hlwl~.bhjy{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .iqsqs, .ds2tr2uy { min-height: 320px !important; }
  .yt3u { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .faubd8,
  .y4lp,
  .vui6z { grid-template-columns: 1fr !important; }

  

  
  .fzfpeivd { display: flex !important; flex-direction: column !important; }
  .fzfpeivd .wqsf { display: contents; }
  .fzfpeivd .ld3ctj0 { order: 0; }
  .fzfpeivd .yt3u { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .fzfpeivd .faubd8 { order: 2; padding: 0 16px 12px !important; }
  .fzfpeivd .puoa { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .zrdtrmz .wqsf { display: flex; flex-direction: column; }
  .zrdtrmz .wqsf .yt3u { order: 1; }
  .zrdtrmz .wqsf .vui6z { order: 2; margin: 8px 0 24px !important; }
  .zrdtrmz .wqsf .puoa { order: 3; }
  .zrdtrmz .wqsf .guef1 { order: 4; align-self: center; margin-top: 0; }

  
  .ds2tr2uy.cexqhf {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ds2tr2uy.cexqhf .evgg { display: contents; padding: 0; }
  .ds2tr2uy.cexqhf .evgg .yt3u { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ds2tr2uy.cexqhf .gsoi3s62 { order: 2; padding: 12px 16px; }
  .ds2tr2uy.cexqhf .evgg .puoa { order: 3; padding: 0 24px; margin: 0 auto; }
  .ds2tr2uy.cexqhf .evgg .guef1 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.sfb5p { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.lrpgszt6 { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.ivzo3v .sfb5p        { border-radius: var(--r-card); }
.ivzo3v .lrpgszt6  { border-radius: var(--r-card); }
.j52g86g1 .sfb5p         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.j52g86g1 .lrpgszt6   { border-radius: var(--r-btn); }
.j3ct1t7 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.t1jkq0 { width: 100%; padding: 32px 0; position: relative; }
.fu25 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.m5uc9mly .t1jkq0, .zzw5e1 .t1jkq0 { background: transparent; }
.v50kc .tetf > *,
.csd2iw > *, .zznumo > *, .qqz7k6c > *, .snbstqj3 > *, .xrckq > * {
  --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.g9td { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.g9td {
  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.zxzf77r { 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; }
.wulrp h2.g9td {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.rol9v h2.g9td {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.knod0 h2.g9td {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.bflmjl4 h2.g9td::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.x08f h2.g9td {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.ni1l0gc h2.g9td::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.y1kpw h2.g9td {
  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) { .f9vo2w2 { display: none; } }
.ykv38mu { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.of7yc2y { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.xqktaq {
  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;
}
.wlym { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.fljb69w { padding-left: 20px; }
.fljb69w li { margin-bottom: 8px; }
.fljb69w a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.fljb69w a:hover { color: var(--tone-link, var(--accent-light)); }
.ticebzg .wlym { display: none; }
.w42xvu7 .wlym { display: none; }
.w42xvu7 .fljb69w { padding-left: 0; list-style: none; }
.w42xvu7 .fljb69w li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.w42xvu7 .fljb69w a { font-size: var(--fs-sm); }
.zxc94omh .xqktaq { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.zxc94omh .wlym { display: none; }
.zxc94omh .fljb69w { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.zxc94omh .fljb69w li { margin-bottom: 0; }
.zxc94omh .fljb69w 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;
}
.zxc94omh .fljb69w a:hover { border-color: var(--accent); color: var(--accent); }
.kfgzhv .xqktaq { padding: 20px 20px 16px; }
.kfgzhv .fljb69w {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.kfgzhv .fljb69w li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.kfgzhv .fljb69w 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;
}
.kfgzhv .fljb69w 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;
}
.kfgzhv .fljb69w a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.kfgzhv .fljb69w a:focus,
.kfgzhv .fljb69w a:focus-visible,
.kfgzhv .fljb69w a:target { outline: none; }
.kfgzhv .fljb69w li:target a { border-color: var(--border); color: var(--text-muted); }
.af0f .xqktaq { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.af0f .wlym { display: none; }
.af0f .fljb69w { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.af0f .fljb69w li { counter-increment: toc-n; margin-bottom: 0; }
.af0f .fljb69w 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;
}
.af0f .fljb69w 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;
}
.af0f .fljb69w a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.iami .xqktaq { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.iami .wlym { display: none; }
.iami .fljb69w { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.iami .fljb69w li { margin-bottom: 0; }
.iami .fljb69w 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;
}
.iami .fljb69w a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.weij .xqktaq { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.weij .wlym { display: none; }
.weij .fljb69w { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.weij .fljb69w li { margin-bottom: 0; }
.weij .fljb69w li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.weij .fljb69w li:last-child::after { content: ""; margin-right: 0; }
.weij .fljb69w a { font-size: var(--fs-sm); }
.tetf { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.v50kc .tetf { background: var(--bg-card); }
.gctuln9m .tetf { background: none; border-radius: 0; padding: 28px 0 8px; }
.gctuln9m .tetf + .tetf { border-top: var(--bw-hair) solid var(--border-section); }
.t6qqv .tetf {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.t6qqv .tetf:last-child { border-bottom: none; }
.ty8an3 .tetf {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.ty8an3 .tetf + .tetf { margin-top: 4px; }
.n1kpxt4 .tetf { background: none; border-radius: 0; padding: 28px 0 8px; }
.n1kpxt4 .tetf + .tetf { border-top: var(--bw-hair) solid var(--border-section); }
.ndk37lz1 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.zgbumf3b { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.nxz4okyu, .h6nijoql { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.nxz4okyu li, .h6nijoql li { margin-bottom: 8px; }
.h6nijoql li { list-style: decimal; }
.qqz7k6c { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.srngj03 .qqz7k6c,
.zznumo .qqz7k6c { background: transparent; border: none; border-radius: 0; }
.mxk6p2 { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.mxk6p2 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;
}
.mxk6p2 td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.mxk6p2 tr:hover td { background: var(--bg-hover); }
.x5v3uso .mxk6p2 tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.ct2r .mxk6p2 { border: var(--bw-hair) solid var(--border-alt); }
.ct2r .mxk6p2 th,
.ct2r .mxk6p2 td { border: var(--bw-hair) solid var(--border-alt); }
.flhm .mxk6p2 th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.flhm .mxk6p2 td { border-bottom: none; }
.flhm .mxk6p2 tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.agppybbq .mxk6p2 th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.ambyna .qqz7k6c {
  overflow: hidden;
}
.ambyna .mxk6p2 th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.ambyna .mxk6p2 tr:last-child td { border-bottom: none; }
.ca0efm5 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.xrckq { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.t4mlggu { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.m13pdc { 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); }
.o8yceh09 { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.lw7ve6j { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.lw7ve6j 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%}
.vo8v3fwi .m13pdc { background: transparent; text-align: center; }
.eotuut0 .t4mlggu {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.suz0t .t4mlggu {
  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);
}
.mjdf25f .xrckq { display: grid; grid-template-columns: auto 1fr; }
.mjdf25f .t4mlggu {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.mjdf25f .m13pdc { grid-column: 2; }
.mjdf25f .o8yceh09,
.mjdf25f .lw7ve6j { grid-column: 1 / -1; }
.s9gj .xrckq { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.s9gj .t4mlggu {
  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);
}
.s9gj .m13pdc { grid-column: 2; }
.s9gj .o8yceh09,
.s9gj .lw7ve6j { grid-column: 1 / -1; }
.w7hatr .xrckq { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.w7hatr .m13pdc { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.de0li .xrckq { 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); }
.de0li .m13pdc { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.m1du .xrckq { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.m1du .m13pdc { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.k0w2p6 .xrckq { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.k0w2p6 .m13pdc { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.fkysmo .ca0efm5 { counter-reset: card-n; }
.fkysmo .xrckq  { counter-increment: card-n; }
.fkysmo .m13pdc { display: flex; align-items: center; gap: 12px; }
.fkysmo .m13pdc::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;
}
.gv0d .xrckq { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.gv0d .m13pdc { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.hhg1h02u { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.hhg1h02u         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.cumlfa     { --cl-hue: var(--tone-line, var(--accent)); }
.pden2f0 { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.t114    { --cl-hue: var(--tone-line, var(--accent)); }
.cumlfa, .pden2f0, .t114, .dqw43yjm {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.zeqwxvml { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.zeqwxvml::before { color: var(--cl-hue); }
.hhg1h02u strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.hhg1h02u p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.eye5 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.vat0pud, .wxbldk9v { border-radius: var(--r-btn); padding: 16px; }
.vat0pud { background: var(--bg-pros); }
.wxbldk9v { background: var(--bg-cons); }
.p4au { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.vat0pud .p4au { color: var(--c-pros-label); }
.wxbldk9v .p4au { color: var(--c-cons-label, var(--c-cons)); }
.vat0pud ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.wxbldk9v ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.lrpgszt6 { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.hvul {
  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;
}
.hvul:hover { opacity: 0.85; }
.g4zqt .hvul  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.g4zqt .hvul:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.d1zh2s .hvul  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.d1zh2s .hvul:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.g4zqt .the3vdnt.hvul, .d1zh2s .the3vdnt.hvul,
.g4zqt .kvfuflo .hvul, .d1zh2s .kvfuflo .hvul {
  background: var(--cta); border: none; color: #fff;
}
.g4zqt .the3vdnt.hvul:hover, .d1zh2s .the3vdnt.hvul:hover,
.g4zqt .kvfuflo .hvul:hover, .d1zh2s .kvfuflo .hvul:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.zs844n7u .hvul  { border-radius: var(--r-pill); }
.duc1sx8 .hvul { box-shadow: none; }
.duc1sx8 .hvul:hover { box-shadow: none; opacity: 1; }
.hb099 .hvul { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.hb099 .hvul:hover { opacity: 1; }
.hb099 .hvul:active { transform: translateY(3px); box-shadow: none; }
.e71lkho .hvul { box-shadow: none; }
.e71lkho .hvul:hover { opacity: 1; box-shadow: none; }
.e71lkho .hvul:active { box-shadow: none; }
.z6vew .hvul { position: relative; overflow: hidden; }
.z6vew .hvul::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.z6vew .hvul:hover::before { left: 135%; }
.w3hz8 .guef1,
.w3hz8 .hvul { border-radius: 0; }
.ko0c .hvul  { padding-left: 12px; padding-right: 12px; }
.gier80 .hvul  { padding-left: 24px; padding-right: 24px; }
.vfuswa .hvul  { padding-left: 32px; padding-right: 32px; }
.v9b53   .guef1::after, .v9b53   .hvul::after,
.bdofox .guef1::after, .bdofox .hvul::after,
.k08f05    .guef1::after, .k08f05    .hvul::after,
.wrzgzw3s    .guef1::after, .wrzgzw3s    .hvul::after,
.oksxkf7d    .guef1::after, .oksxkf7d    .hvul::after,
.mr5p89     .guef1::after, .mr5p89     .hvul::after,
.mqrl5    .guef1::after, .mqrl5    .hvul::after,
.hrr9z6wd   .guef1::after, .hrr9z6wd   .hvul::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;
}
.v9b53 .guef1::after, .v9b53 .hvul::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");
}
.bdofox .guef1::after, .bdofox .hvul::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");
}
.k08f05 .guef1::after, .k08f05 .hvul::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");
}
.wrzgzw3s .guef1::after, .wrzgzw3s .hvul::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");
}
.oksxkf7d .guef1::after, .oksxkf7d .hvul::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");
}
.mr5p89 .guef1::after, .mr5p89 .hvul::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");
}
.mqrl5 .guef1::after, .mqrl5 .hvul::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");
}
.hrr9z6wd .guef1::after, .hrr9z6wd .hvul::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");
}
.iyxkzqz   .k545rgw6::after, .iyxkzqz   .mxn99u51::after,
.fep1k453 .k545rgw6::after, .fep1k453 .mxn99u51::after,
.uf29    .k545rgw6::after, .uf29    .mxn99u51::after,
.y409    .k545rgw6::after, .y409    .mxn99u51::after,
.fe5gg    .k545rgw6::after, .fe5gg    .mxn99u51::after,
.av6l     .k545rgw6::after, .av6l     .mxn99u51::after,
.q5mrrw6w    .k545rgw6::after, .q5mrrw6w    .mxn99u51::after,
.q2bl   .k545rgw6::after, .q2bl   .mxn99u51::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;
}
.iyxkzqz .k545rgw6::after, .iyxkzqz .mxn99u51::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");
}
.fep1k453 .k545rgw6::after, .fep1k453 .mxn99u51::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");
}
.uf29 .k545rgw6::after, .uf29 .mxn99u51::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");
}
.y409 .k545rgw6::after, .y409 .mxn99u51::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");
}
.fe5gg .k545rgw6::after, .fe5gg .mxn99u51::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");
}
.av6l .k545rgw6::after, .av6l .mxn99u51::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");
}
.q5mrrw6w .k545rgw6::after, .q5mrrw6w .mxn99u51::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");
}
.q2bl .k545rgw6::after, .q2bl .mxn99u51::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");
}
.g356n {
  --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;
}
.j6jr7y3e {
  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;
}
.j6jr7y3e + .j6jr7y3e { border-top: var(--bw-hair) solid var(--border-alt); }
.j6jr7y3e > * { min-width: 0; }
.j6jr7y3e:hover { background: var(--bg-hover); }
.j6jr7y3e > [itemprop="item"] { display: contents; }
.j6jr7y3e [itemprop="itemReviewed"],
.j6jr7y3e [itemprop="reviewRating"] { display: none; }
.a3xhrdpt {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.jcetb2fu, .v0wnp6, .ow78ibl3,
.mfawxf1, .wgnn, .mprw { align-items: center; text-align: center; }
.wgnn, .mprw { align-items: stretch; }
.badp8w {
  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%;
}
.tc0op {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.u6f3 { font-size: var(--fs-lead); font-weight: 700; }
.nci21h {
  font-size: var(--fs-label); font-weight: 400; line-height: var(--lh-tight);
  color: var(--text-muted); max-width: 100%; overflow-wrap: break-word;
}
.rtzdo5 .tc0op {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.luz0u {
  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;
}
.tps7p5 {
  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;
}
.i4de {
  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;
}
.fghphes .qkuoy90 { max-height: 60px; max-width: 68px; }
.qkuoy90 {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.v0wnp6 .i4de { width: 168px; }
.rovagay .i4de,
.rovagay .iv1id,
.l2wngy .i4de,
.l2wngy .iv1id,
.i4ico5 .i4de,
.i4ico5 .iv1id,
.o2c57 .i4de,
.o2c57 .iv1id,
.rovagay .i4de, .l2wngy .i4de,
.i4ico5 .i4de,  .o2c57 .i4de {
  width: 88px; height: 88px; padding: 12px;
}
.rovagay .i4de .qkuoy90, .l2wngy .i4de .qkuoy90,
.i4ico5 .i4de .qkuoy90,  .o2c57 .i4de .qkuoy90 {
  max-height: 60px; max-width: 68px;
}
.hnc1a3b .i4de, .hnc1a3b .i4de.fghphes,
.hnc1a3b .iv1id,   .hnc1a3b .iv1id.fghphes,
.x5qxc1dm {
  color: #f5a524; font-size: var(--fs-label);
  letter-spacing: var(--ls-label); line-height: var(--lh-tight); white-space: nowrap;
}
.yzocay {
  font-size: var(--fs-lead); font-weight: 700; line-height: var(--lh-solid);
  color: var(--text-primary);
}
.yzocay small { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.mc82jn0, .dmfxfa5w {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px; max-width: 100%;
}
.the3vdnt.hvul {
  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;
}
.mprw {
  display: grid; grid-template-rows: var(--cs-link-h) auto var(--cs-link-h);
  align-content: center; --cs-link-h: 22px;
}
.mprw::before { content: ""; }
.roba {
  display: block; margin-top: 8px;
  font-size: var(--fs-label); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-muted); text-align: center; text-decoration: none;
}
.roba:hover { color: var(--accent); text-decoration: underline; }
.j3rhy .j6jr7y3e { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .j6jr7y3e { gap: 16px; padding: 16px 16px; }
  .i4de { width: 152px; height: 96px; }
  .qkuoy90 { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .j6jr7y3e {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .a3xhrdpt { justify-content: flex-start; }
  
  .dmfxfa5w, .mc82jn0 { flex-direction: row; }
  
  .dmfxfa5w .tps7p5:nth-child(n+3) { display: none; }
  
  .jcetb2fu {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .a3xhrdpt { text-align: left; align-items: flex-start; }

  
  .v0wnp6, .ow78ibl3, .nutx6 {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .mfawxf1 {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .v0wnp6 .i4de, .ow78ibl3 .i4de,
  .nutx6 .i4de { width: auto; height: 72px; }
  .qkuoy90 { max-height: 72px; max-width: 128px; }
  .u6f3 { font-size: var(--fs-body); }
  .luz0u { font-size: var(--fs-sm); }

  
  .xf706, .mxcv, .bwu1,
  .no5ox6ck, .vb8d, .ni26uk,
  .rtzdo5, .jszlqe2, .okwfo6w0,
  .vwvvf8, .cvn76y {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .wgnn, .mprw { order: 4; flex: 1 0 100%; }
  .mprw { display: flex; flex-direction: column; }
  .mprw::before { display: none; }
  .the3vdnt.hvul { width: 100%; padding: 12px 20px !important; }
  .roba { text-align: left; }
}
@media (max-width: 560px) {
  .j6jr7y3e { padding: 16px; gap: 12px 12px; }
  
  .badp8w, .nci21h, .tps7p5 { font-size: var(--fs-caption); }
  .tc0op { font-size: var(--fs-sm); }
  .u6f3 { font-size: var(--fs-body); }
  .luz0u { font-size: var(--fs-sm); }
  .g0o6 { font-size: var(--fs-sm); }
  .yzocay { font-size: var(--fs-lead); }
  
  .the3vdnt.hvul { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .a3xhrdpt { gap: 2px; }
  .v0wnp6 .i4de, .ow78ibl3 .i4de,
  .nutx6 .i4de { height: 64px; }
  .qkuoy90 { max-height: 64px; max-width: 116px; }
  .fghphes { padding: 8px; }
  .u6f3 { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .xf706, .mxcv, .bwu1,
  .no5ox6ck, .vb8d, .ni26uk,
  .rtzdo5, .jszlqe2, .okwfo6w0,
  .vwvvf8, .cvn76y { flex-basis: 100%; min-width: 100%; }
}
.csd2iw {
  --cs-radius: var(--r-card);
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--cs-radius);
  margin: 24px 0; overflow: hidden;
}
.fzh8 {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.iv1id {
  width: 112px; height: 112px; flex-shrink: 0;
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-btn);
  display: flex; align-items: center; justify-content: center;
  padding: 6px; box-sizing: border-box; overflow: hidden;
}
.iv1id img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.fjzp { flex: 1; min-width: 0; }
.fjzp h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.qlmb5w { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.g7zjh { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.g7zjh strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.g7zjh .g031 { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.u75y5h9 {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 24px;
  padding: 16px 24px;
  background: var(--tone-fill, var(--bg-surface)); border-top: var(--bw-hair) solid var(--border-alt);
}
.u75y5h9 > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.jxase em, .c94x2 em, .ffbyz1w em, .picvut em {
  font-size: var(--fs-caption); font-weight: 600; font-style: normal;
  color: var(--text-muted); text-transform: uppercase; letter-spacing: var(--ls-label);
}
@media (max-width: 560px) { .u75y5h9 { padding: 12px 16px; gap: 8px 16px; } }
.kvfuflo { flex-shrink: 0; align-self: center; }
.kvfuflo .hvul {
  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) {
  .fzh8 { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .iv1id { order: 1; width: 104px; height: 104px; }
  .iv1id img { max-width: 96px; max-height: 88px; }
  .kvfuflo { order: 2; margin-left: auto; align-self: center; }
  .fjzp { order: 3; flex: 1 1 100%; min-width: 0; }
  .fjzp h3 { font-size: var(--fs-body); }
}
.y656d4z img.cose0 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.srngj03 { padding: 20px 24px; }
.ts7wqzow { color: var(--text-body); margin-bottom: 16px; }
.pszd1uga { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.c221dr, .ianxc { list-style: none; font-size: var(--fs-sm); }
.c221dr li { color: var(--text-body); margin-bottom: 4px; }
.ianxc li { color: var(--text-body); margin-bottom: 4px; }
.c221dr li::before { content: "✓"; margin-right: 5px; }
.ianxc li::before { content: "✗"; margin-right: 5px; }
.kzble { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.kzble strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.sh26 {
  
  background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary));
  border: var(--bw-hair) solid color-mix(in srgb, var(--tone-chip-fg, var(--border-alt)) 16%, transparent);
  border-radius: var(--r-btn);
  padding: 4px 8px; margin: 2px 2px 2px 0; display: inline-block;
  font-size: var(--fs-caption); font-weight: 600;
}
.imn4y64d { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.sxtxs6nz {
  margin: 0; border-radius: 0 0 var(--r-card) var(--r-card);
  border-left-width: 0 !important; border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-top: var(--bw-hair) solid var(--border-alt);
}
.x5xm .sxtxs6nz { border-top-width: var(--bw-bar) !important; }
.wf91vykh .sxtxs6nz { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .xj9z0 .fw0p {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .xj9z0 .csd2iw { margin: 0; }
}
.tmzcdr .fzh8 { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.tmzcdr .iv1id { background: transparent; }
.x52kg7 .csd2iw { border-top: var(--bw-bar) solid var(--accent); }
.x52kg7 .fzh8 { background: var(--bg-card); }
.iu7nvs .csd2iw { 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; }
.iu7nvs .fzh8 { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.iu7nvs .srngj03 { padding: 16px 16px; }
.iu7nvs .iv1id { border-radius: var(--r-chip); }
.iu7nvs .sxtxs6nz { border-radius: 0; }
.q9rw9 .fzh8 { padding: 0; gap: 0; overflow: hidden; }
.q9rw9 .iv1id {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.q9rw9 .fjzp { padding: 16px 20px; }
.q9rw9 .kvfuflo { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .q9rw9 .iv1id { width: 116px; min-height: 104px; }
}
.t7iv .qlmb5w { font-size: var(--fs-sm); }
.zznumo .eye5 { gap: 12px; }
.zznumo .vat0pud, .zznumo .wxbldk9v { padding: 12px; }
.zznumo .vat0pud ul, .zznumo .wxbldk9v ul { margin: 4px 0 0; padding-left: 20px; }
.zznumo .vat0pud li, .zznumo .wxbldk9v li { font-size: var(--fs-label); margin-bottom: 4px; }
.zv7n1f .sh26 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .h4kffvv { grid-template-columns: 1fr; }
  .dyqwx { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .dyqwx .w3x9ql { width: 72px; height: 50px; }
  .dyqwx .h8mm7pl { max-width: 180px; }
  .dyqwx .h7f24id4 { width: auto; }
}
.oajc4u .t7iv .qlmb5w { filter: brightness(1.2); }
@media (max-width: 720px) {
  .oajc4u { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .ravwx5 { padding: 16px; }
  .yyyibuxq .j2y97z { min-width: 50%; }
}
.kvhn .eye5 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .ge8m17x { grid-template-columns: 1fr; }
  .cmrgll0c { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .owrztx7u { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .j034l { flex-wrap: wrap; padding: 16px; }
}
.laqwt .eye5 { gap: 8px; }
.laqwt .vat0pud, .laqwt .wxbldk9v { padding: 8px; }
@media (max-width: 480px) {
  .qv8rl3t { flex-direction: column; align-items: stretch; }
}
.xpcbfr5z .h7f24id4 .hvul { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .dyx18z { flex-direction: column; align-items: stretch; gap: 12px; }
  .xpcbfr5z .h7f24id4 { text-align: center; }
}
@media (max-width: 720px) {
  .tyt8qo { grid-template-columns: 1fr; }
  .cyg80s6 { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .nhqc594 { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.cm9kk .g031 { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.f1512uh .qlmb5w { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .pzn336e { grid-template-columns: 1fr; }
  .f1512uh { width: 100px; height: 100px; margin: 16px auto; }
  .cm9kk { font-size: var(--fs-h3); }
  .m6icu { justify-content: center; }
  .u71y24hv .j2y97z { min-width: 50%; }
}
.vtmdogay .eye5 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .abfwf86 { flex-wrap: wrap; padding: 16px 16px; }
  .upr7qzz { padding: 12px 16px; }
  .vtmdogay .eye5 { margin: 0 16px; }
  .vtmdogay .zv7n1f { padding: 0 16px; }
  .isbtu { padding: 12px 16px; }
}
.ata0xy .j6jr7y3e { position: relative; }
.ata0xy .j6jr7y3e::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.icu47jht .g356n {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.icu47jht .j6jr7y3e {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.icu47jht .j6jr7y3e + .j6jr7y3e { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .guw1q6mw .a3xhrdpt + .a3xhrdpt {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.mzov5lo3 .j6jr7y3e { padding-top: 16px; padding-bottom: 16px; }
.mzov5lo3 .j6jr7y3e + .j6jr7y3e { border-top: none; }
.mzov5lo3 .j6jr7y3e:nth-child(even) { background: var(--bg-surface); }
.mzov5lo3 .j6jr7y3e:nth-child(even):hover { background: var(--bg-hover); }
.vr576e6l .j6jr7y3e:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .oycm1npg .xf706, .oycm1npg .mxcv,
  .oycm1npg .bwu1, .oycm1npg .no5ox6ck,
  .oycm1npg .vb8d, .oycm1npg .ni26uk,
  .oycm1npg .rtzdo5, .oycm1npg .jszlqe2,
  .oycm1npg .okwfo6w0, .oycm1npg .vwvvf8,
  .oycm1npg .cvn76y {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.ir8wp3 .badp8w { opacity: .8; letter-spacing: var(--ls-label); }
.ir8wp3 .tc0op { font-weight: 700; }
.ir8wp3 .u6f3 { font-weight: 700; }
.s8c7 .xf706, .s8c7 .mxcv,
.s8c7 .okwfo6w0, .s8c7 .vwvvf8,
.yzocay { display: none; }
.ly2p8 .x5qxc1dm { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.p05x2 .x5qxc1dm {
  background: color-mix(in srgb, var(--text-primary) 5%, transparent);
  border-radius: var(--r-pill); padding: 4px 12px; font-size: var(--fs-label);
}
.e74hxkgt .x5qxc1dm,
.rm6j9g .x5qxc1dm,
.pov9po .x5qxc1dm { display: none; }
.e74hxkgt .yzocay,
.rm6j9g .yzocay,
.pov9po .yzocay { display: inline-flex; align-items: baseline; gap: 2px; }
.e74hxkgt .yzocay small { display: none; }
.rm6j9g .yzocay {
  background: color-mix(in srgb, var(--text-primary) 6%, transparent);
  border-radius: var(--r-pill); padding: 8px 16px;
}
.pov9po .yzocay {
  color: #fff; background: var(--text-primary);
  border-radius: var(--r-btn);
  padding: 8px 12px;
}
.pov9po .yzocay small { display: none; }
.e74hxkgt .g7zjh .qlmb5w,
.rm6j9g .g7zjh .qlmb5w,
.pov9po .g7zjh .qlmb5w { display: none; }
.e74hxkgt .g031 { display: none; }
.rm6j9g .g7zjh strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.rm6j9g .rgsw4,
.rm6j9g .g031 { font-size: 1em; }
.pov9po .g7zjh strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.pov9po .g031 { display: none; }
.qxgag0 { margin: 16px 0; }
.t5i31i { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.t5i31i 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;
}
.t5i31i 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;
}
.t5i31i summary:hover { background: var(--bg-surface); }
.t5i31i summary:hover::after { color: var(--accent); }
.t5i31i[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.t5i31i[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.t5i31i[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.t5i31i p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.t1jkq0 { margin-bottom: 0; }
.k6cpx h2.g9td { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.siid h2.g9td { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.vat0pud, .wxbldk9v { border: var(--bw-hair) solid transparent; }
.vat0pud .p4au, .vat0pud .piwsbx { color: var(--c-pros-label); }
.wxbldk9v .p4au, .wxbldk9v .dkmm6i { color: var(--c-cons-label, var(--c-cons)); }
.vat0pud ul li, .wxbldk9v ul li, .c221dr li, .ianxc li { color: var(--text-body); }
.vat0pud .c221dr li, .wxbldk9v .ianxc li { position: relative; padding-left: 1.5em; }
.vat0pud .c221dr li::before, .wxbldk9v .ianxc li::before { position: absolute; left: 0; margin-right: 0; }
.u818f .vat0pud { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.u818f .wxbldk9v { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.n9c6t .vat0pud, .n9c6t .wxbldk9v { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.n9c6t .vat0pud { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.n9c6t .wxbldk9v { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.qgazt .vat0pud, .qgazt .wxbldk9v { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.qgazt .vat0pud { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.qgazt .wxbldk9v { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.ut5881 .vat0pud, .ut5881 .wxbldk9v { background: var(--bg-card); border-width: var(--bw-rule); }
.ut5881 .vat0pud { border-color: var(--sem-pos-line); }
.ut5881 .wxbldk9v { border-color: var(--sem-neg-line); }
.ywo2yk .vat0pud, .ywo2yk .wxbldk9v { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.ywo2yk .wxbldk9v { border-left: var(--bw-hair) solid var(--border); }
.jeognpkc .piwsbx::before { content: "✓ "; }
.jeognpkc .dkmm6i::before { content: "✗ "; }
.wf91vykh .hhg1h02u { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.wf91vykh .hhg1h02u strong { color: var(--text-primary); }
.wf91vykh .hhg1h02u p      { color: var(--text-muted); }
.x5xm .hhg1h02u { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.v1th .hhg1h02u {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.v1th .hhg1h02u strong { color: var(--text-primary); }
.v1th .hhg1h02u p { color: var(--text-muted); }
.v1th .hhg1h02u { border-left: var(--bw-bar) solid var(--cl-hue); }
.v1th .zeqwxvml::before { color: rgba(255,255,255,0.9) !important; }
.nrt5 .hhg1h02u {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.nrt5 .hhg1h02u strong { color: var(--text-primary); }
.nrt5 .hhg1h02u p      { color: var(--text-muted); }
.xtfd .hhg1h02u { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.o7z4w11e .zeqwxvml,
.o46v7ue .zeqwxvml,
.vz70 .zeqwxvml,
.o7z4w11e .zeqwxvml::before,
.o46v7ue .zeqwxvml::before,
.vz70 .zeqwxvml::before,
.ck4nnqm .v50kc .tetf,
.ck4nnqm .gctuln9m .tetf  { box-shadow: var(--sh-1); }
.ck4nnqm .xrckq                { box-shadow: var(--sh-1); }
.ck4nnqm .qqz7k6c          { box-shadow: var(--sh-1); }
.ck4nnqm .xqktaq                    { box-shadow: var(--sh-1); }
.wm1pz .v50kc .tetf,
.wm1pz .gctuln9m .tetf,
.wm1pz .xrckq,
.wm1pz .qqz7k6c,
.wm1pz .xqktaq,
.wm1pz .xtfd .hhg1h02u { box-shadow: none; }
.kuv3 { --fs-body: 16px; --fs-sm: 14px; --fs-lead: 19px; }
.t1jkq0 + .t1jkq0 { position: relative; }
.d2gtdmgp   .t1jkq0 + .t1jkq0::before,
.wnug  .t1jkq0 + .t1jkq0::before,
.hsjq   .t1jkq0 + .t1jkq0::before,
.hdtwq1n1   .t1jkq0 + .t1jkq0::before,
.igduox9   .t1jkq0 + .t1jkq0::before,
.zygor .t1jkq0 + .t1jkq0::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.d2gtdmgp .t1jkq0 + .t1jkq0::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.wnug .t1jkq0 + .t1jkq0::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.hsjq .t1jkq0 + .t1jkq0::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;
}
.hdtwq1n1 .t1jkq0 + .t1jkq0::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.s0gb .t1jkq0 { margin-bottom: 16px; }
.s0gb .t1jkq0 + .t1jkq0 { margin-top: 0; }
.s0gb .fu25 { padding-top: 0; padding-bottom: 0; }
.igduox9 .t1jkq0 + .t1jkq0::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.zygor .t1jkq0 + .t1jkq0::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.o5b202 .t1jkq0 + .t1jkq0::before,
.nwvpp .t1jkq0 + .t1jkq0::before,
.iivw .t1jkq0 + .t1jkq0::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%;
}
.m5uc9mly .o5b202 .t1jkq0:nth-child(even)::before,
.m5uc9mly .nwvpp .t1jkq0:nth-child(even)::before,
.m5uc9mly .iivw .t1jkq0:nth-child(even)::before { background: var(--bg-surface); }
.zzw5e1 .o5b202 .t1jkq0:nth-child(even)::before,
.zzw5e1 .nwvpp .t1jkq0:nth-child(even)::before,
.zzw5e1 .iivw .t1jkq0:nth-child(even)::before { background: var(--bg-card); }
.o5b202 .t1jkq0 + .t1jkq0::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");
}
.nwvpp .t1jkq0 + .t1jkq0::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");
}
.iivw .t1jkq0 + .t1jkq0::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");
}
.jrbt .sfb5p { float: left; width: 38%; margin: 0 28px 16px 0; }
.jrbt .sfb5p .lrpgszt6 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.jrbt .fu25::after { content: ''; display: block; clear: both; }
.tp8nepnk .sfb5p { float: right; width: 38%; margin: 0 0 16px 28px; }
.tp8nepnk .sfb5p .lrpgszt6 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.tp8nepnk .fu25::after { content: ''; display: block; clear: both; }
.op2bxll .t1jkq0:nth-child(odd)  .sfb5p { float: left;  width: 38%; margin: 0 28px 16px 0; }
.op2bxll .t1jkq0:nth-child(even) .sfb5p { float: right; width: 38%; margin: 0 0 16px 28px; }
.op2bxll .sfb5p .lrpgszt6 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.op2bxll .fu25::after { content: ''; display: block; clear: both; }
.jrbt .ca0efm5,
.jrbt .g356n,
.tp8nepnk .ca0efm5,
.tp8nepnk .g356n,
.op2bxll .ca0efm5,
.op2bxll .g356n { clear: both; }
@media (max-width: 900px) {
  .jrbt .sfb5p,
  .tp8nepnk .sfb5p,
  .op2bxll .t1jkq0:nth-child(odd)  .sfb5p,
  .op2bxll .t1jkq0:nth-child(even) .sfb5p {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .jrbt .sfb5p .lrpgszt6,
  .tp8nepnk .sfb5p .lrpgszt6,
  .op2bxll .sfb5p .lrpgszt6 {
    max-height: none !important;
  }
}
.jrbt .nxz4okyu,
.jrbt .h6nijoql,
.tp8nepnk .nxz4okyu,
.tp8nepnk .h6nijoql,
.op2bxll .nxz4okyu,
.op2bxll .h6nijoql { overflow: hidden; }
@media (max-width: 640px) {
  .jrbt .sfb5p,
  .tp8nepnk .sfb5p,
  .op2bxll .sfb5p { float: none; width: 100%; margin: 0 0 16px 0; }
}
.vyhg0hg .j3ct1t7,
.vyhg0hg .fu25,
.vyhg0hg .n1yvf9ac  { max-width: 1060px; }
.t20m .j3ct1t7,
.t20m .fu25,
.t20m .n1yvf9ac  { max-width: 1180px; }
.t20m { --content-mw: 1180px; }
.oba65av3 .j3ct1t7,
.oba65av3 .fu25,
.oba65av3 .n1yvf9ac  { max-width: 1260px; }
.ezen4p5 { font-size: var(--fs-label); color: var(--text-muted); }
.vv7ne { display: flex; align-items: center; }
.gp33sddg {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.fl5yg29 { display: flex; align-items: center; }
.hkjzn { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.hkjzn:hover { text-decoration: underline; }
.yye0b0al { margin: 0 4px; opacity: 0.45; }
.yye0b0al::before { content: '/'; }
.o0y2rprr { padding: 2px 4px; color: var(--text-main); }
.bb5yrt96 .ezen4p5 {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.bb5yrt96 .vv7ne { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.iji4xx .ezen4p5 {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.iji4xx .vv7ne { padding: 0 0 0 12px; }
.mkaf .vv7ne { padding: 0 16px; }
.mkaf .ezen4p5 {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.mkaf .j3ct1t7 { padding-top: 28px; }
@media (max-width: 720px) {
  .fzdsiipq { margin-top: 20px; padding: 0 16px; }
  .mkaf .j3ct1t7 { padding-top: 16px; }
}
.vyhg0hg.bb5yrt96 .vv7ne { max-width: 1100px; }
.t20m.bb5yrt96 .vv7ne { max-width: 1200px; }
.oba65av3.bb5yrt96 .vv7ne { max-width: 1320px; }
.t20m .fzdsiipq { max-width: 1200px; }
.u9t99nz .t1jkq0 { padding-top: 16px; padding-bottom: 16px; }
.p2g4 .t1jkq0 { padding-top: 24px; padding-bottom: 24px; }
.y2mkh9wp .t1jkq0 { padding-top: 40px; padding-bottom: 40px; }
.n49zxe .t1jkq0 { padding-top: 52px; padding-bottom: 52px; }
.px05 .t1jkq0:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.px05 .t1jkq0:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.px05 .t1jkq0:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.px05 .t1jkq0:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.lnxjq .fu25 { padding-top: 12px;  padding-bottom: 12px; }
.wxblv .fu25 { padding-top: 20px;  padding-bottom: 20px; }
.p15c767 .fu25 { padding-top: 36px;  padding-bottom: 36px; }
.j19l .fu25 { padding-top: 48px;  padding-bottom: 48px; }
.ulwa2wp h1, .ulwa2wp h2, .ulwa2wp h3, .ulwa2wp .yt3u { font-weight: 700; }
.r1r4a h1, .r1r4a h2, .r1r4a h3, .r1r4a .yt3u { font-weight: 700; }
.xaiiy3qt, .ulwa2wp, .pu0be00, .r1r4a { font-weight: 400; }
.k545rgw6 {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.b51jfhlc .k545rgw6 { display: none; }
@media (max-width: 640px) {
  .k545rgw6 { display: none !important; }
}
.k545rgw6 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.k545rgw6:hover { opacity: 0.85; }
.l4ak .k545rgw6 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.n6hy .mxn99u51 { right: 32px; }
@media (max-width: 480px) {
  .n6hy .mxn99u51 { right: 20px; bottom: 20px; }
  .se7f  .mxn99u51 { left: 20px; bottom: 20px; }
}
.u2ogl874 { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.n1yvf9ac { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.jnqlqbys { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.cd8rimxj { color: var(--text-dim); font-size: var(--fs-label); }
.ukiq2uru a, .rv9dl6m a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.ukiq2uru a:hover, .rv9dl6m a:hover { color: var(--accent-light); }
.rv9dl6m { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.mrfle8kd .n1yvf9ac { text-align: center; }
.mrfle8kd .rv9dl6m { justify-content: center; margin-bottom: 16px; }
.mrfle8kd .jnqlqbys { margin-top: 0; }
.bzutx { margin-top: 12px; }
.bzutx a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .n1yvf9ac { padding-left: 16px; padding-right: 16px; }
  .feh4a .n1yvf9ac { padding: 20px 16px; }
  .rv9dl6m { gap: 4px 12px; }
  .jnqlqbys { font-size: var(--fs-caption); }
}
.vn00 .jnqlqbys { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.vn00 .cd8rimxj { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .vn00 .mxmchtx { grid-template-columns: 1fr 1fr; } .vn00 .go3h1g6x { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vn00 .mxmchtx { grid-template-columns: 1fr; } }
.jmcg94 .jnqlqbys { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .jmcg94 .ihbz { gap: 12px; } .jmcg94 .f5du0ms6 { margin-right: 0; width: 100%; } }
.kojn .jnqlqbys { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.kojn .cd8rimxj { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .kojn .gxcv { grid-template-columns: 1fr 1fr; } .kojn .vh7k { grid-column: 1 / -1; } }
@media (max-width: 480px) { .kojn .gxcv { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .nzjzimb .s9fj17 { grid-template-columns: 1fr 1fr; } .nzjzimb .yx665e7x:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .nzjzimb .s9fj17 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .xb95 .s9fj17 { grid-template-columns: 1fr; } }
.o8z40 .n1yvf9ac { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.o8z40 .rv9dl6m { justify-content: center; }
.cfudt .xz2k      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.rsqq00x .xz2k      { background: #0d1117; border-bottom-color: #21262d; }
.rsqq00x .svy10p { color: var(--accent-light); }
.rsqq00x .td3n1 { --msep-color: #8b949e; }
.rsqq00x .td3n1 a { color: #8b949e; }
.rsqq00x .td3n1 a:hover { color: var(--accent-light); }
.rsqq00x .m6nzzl { color: #8b949e; }
.rsqq00x .u2ogl874 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.rsqq00x .jnqlqbys,
.rsqq00x .cd8rimxj { color: #6e7681; }
.rsqq00x .ukiq2uru a, .rsqq00x .rv9dl6m a,
.rsqq00x .ukiq2uru a:hover, .rsqq00x .rv9dl6m a:hover,
@media (max-width: 640px) {
  .rsqq00x .td3n1 { background: #0d1117; border-top-color: #21262d; }
  .rsqq00x .td3n1 li a { border-bottom-color: #21262d; }
}
.mp71 .xz2k      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.mp71 .svy10p { color: var(--accent-light); }
.mp71 .td3n1 { --msep-color: #475569; }
.mp71 .td3n1 a { color: #475569; }
.mp71 .td3n1 a:hover { color: var(--accent-light); }
.mp71 .m6nzzl { color: #64748b; }
.mp71 .u2ogl874 { background: #f0f4f8; border-top-color: #cbd5e1; }
.mp71 .jnqlqbys,
.mp71 .cd8rimxj { color: #64748b; }
.mp71 .ukiq2uru a, .mp71 .rv9dl6m a,
.mp71 .ukiq2uru a:hover, .mp71 .rv9dl6m a:hover,
@media (max-width: 640px) {
  .mp71 .td3n1 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .mp71 .td3n1 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.cak1c4r7 .xz2k { background: var(--b-50); border-bottom-color: var(--b-200); }
.cak1c4r7 .td3n1 a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .cak1c4r7 .td3n1 { background: var(--b-50); border-top-color: var(--b-200); }
}
.cbe4vno .xz2k, .eqpo .xz2k { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.cbe4vno .svy10p, .eqpo .svy10p { color: #fff; }
.cbe4vno .td3n1, .eqpo .td3n1 { --msep-color: rgba(255,255,255,0.82); }
.cbe4vno .td3n1 a, .eqpo .td3n1 a { color: rgba(255,255,255,0.82); }
.cbe4vno .td3n1 a:hover, .eqpo .td3n1 a:hover { color: #fff; }
.cbe4vno .m6nzzl, .eqpo .m6nzzl { color: rgba(255,255,255,0.9); }
@media (max-width: 640px) {
  .cbe4vno .td3n1, .eqpo .td3n1 { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .cbe4vno .td3n1 li a, .eqpo .td3n1 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.nlqhlw.cbe4vno .k545rgw6 { background: #fff !important; color: var(--b-700) !important; }
.ldyz6 .xz2k {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.ldyz6 .xz2k::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) {
  .ldyz6 .td3n1 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ftda757 .xcki3cb { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.dss0 .xcki3cb { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.dmqib .xcki3cb { min-height: 72px; height: auto; }
.yx7jhvi .xcki3cb { min-height: 84px; height: auto; }
.feh4a .xcki3cb { max-width: none; padding: 0 32px; }
.feh4a .n1yvf9ac  { max-width: none; padding: 24px 32px; }
.hxljx.t20m .xcki3cb { max-width: 1200px; }
.hxljx.oba65av3 .xcki3cb { max-width: 1320px; }
.w7xv4w8j   .svy10p, .w7xv4w8j   .f5du0ms6 { text-transform: capitalize; }
.ppi3l .svy10p, .ppi3l .f5du0ms6 { text-transform: lowercase; }
.c0sg4 .svy10p, .c0sg4 .f5du0ms6 { text-transform: uppercase; letter-spacing: var(--ls-label); }
.hctj2p, .i3vv1 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.i6exan8v .hctj2p,
.xfmwgxn0 .hctj2p,
.hkruhma .hctj2p,
.ws0i2 .hctj2p,
.co4qv   .td3n1 a { font-weight: 500; }
.etcs3 .td3n1 a { font-weight: 600; }
.f7w9w99     .td3n1 a { font-weight: 700; }
.fa3j    .td3n1 a { font-weight: 700; letter-spacing: normal; }
.a27e     .td3n1 > li + li::before,
.ar1t    .td3n1 > li + li::before,
.oo18cd    .td3n1 > li + li::before,
.kj2s .td3n1 > li + li::before,
.aqwsyj8 .td3n1 > li + li::before,
.t7hxw  .td3n1 > li + li::before,
.mo277we    .td3n1 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.a27e     .td3n1 > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.ar1t    .td3n1 > li + li::before { content: "|"; }
.oo18cd    .td3n1 > li + li::before { content: "—"; }
.kj2s .td3n1 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.aqwsyj8 .td3n1 > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.t7hxw  .td3n1 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.mo277we    .td3n1 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .lig1tra .m6nzzl,
  .wakq48 .m6nzzl,
  .jhc213 .m6nzzl,
  .zhk50 .m6nzzl,
  .xejyua .m6nzzl {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .lig1tra .m6nzzl::before,
  .wakq48 .m6nzzl::before,
  .jhc213 .m6nzzl::before,
  .zhk50 .m6nzzl::before,
  .xejyua .m6nzzl::before { content: ""; display: block; flex-shrink: 0; }

  
  .lig1tra .m6nzzl::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;
  }

  
  .wakq48 .m6nzzl::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;
  }

  
  .jhc213 .m6nzzl::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;
  }

  
  .zhk50 .m6nzzl::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;
  }

  
  .xejyua .m6nzzl::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) {
  .nr6m538f .m6nzzl {
    padding: 4px 16px;
  }
  .nr6m538f .td3n1 {
    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;
  }
  .nr6m538f .td3n1 li a {
    border-bottom: none; padding: 12px 24px;
  }
  .nr6m538f .td3n1 li a:hover { background: var(--bg-raised); }
  .nr6m538f .ia1kdll,
  .xbn4s3 .ia1kdll,
  .cd4r .ia1kdll { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .d7gqxmqc .m6nzzl {
    padding: 4px 12px;
  }
  .d7gqxmqc .td3n1 {
    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);
  }
  .d7gqxmqc .td3n1.dx1ajo79 { transform: translateX(0); }
  .d7gqxmqc .td3n1 li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .d7gqxmqc .td3n1 li:last-child a { border-bottom: none; }
  .cbe4vno .td3n1,
  .rsqq00x .td3n1 { background: var(--accent) !important; }
  .cbe4vno .td3n1 li a,
  .rsqq00x .td3n1 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .cd4r .m6nzzl {
    padding: 4px 12px;
  }
  .cd4r .td3n1 {
    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);
  }
  .cd4r .td3n1::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .cd4r .td3n1.dx1ajo79 { transform: translateY(0); }
  .cd4r .td3n1 li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .j5a0z .m6nzzl {
    padding: 4px 12px;
  }
  .j5a0z .td3n1 {
    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;
  }
  .j5a0z .td3n1.dx1ajo79 { opacity: 1; pointer-events: auto; }
  .j5a0z .td3n1 li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .smqc     .m6nzzl { border-radius: 0 !important; }
  .y83yqa   .m6nzzl { border-radius: var(--r-btn) !important; }
  .uymies9h .m6nzzl { border-radius: 50% !important; }
  .wu62   .m6nzzl { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .fdqm5 .tkeki8z { flex-direction: column; align-items: stretch; }
  .fdqm5 .tjvil { flex-direction: row; min-width: auto; }
  .fdqm5 .pj57f { align-items: flex-start; text-align: left; }
}
.l2pn04g,
.l2pn04g.t1jkq0,
.m5uc9mly .l2pn04g,
.x1to .l2pn04g,
.zzw5e1 .l2pn04g,
.nonjkzx6 .l2pn04g {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.ldx1lo {
  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;
}
.ijf4si3 { flex: 1 1 280px; min-width: 0; }
.wshd5t7t {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.oied {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.ume169s {
  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;
}
.ume169s:hover { transform: translateY(-1px); opacity: 0.95; }
.m2zvg7o .ldx1lo {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.m2zvg7o .wshd5t7t { color: var(--cta); }
.m2zvg7o .oied { color: var(--text-body); }
.m2zvg7o .ume169s {
  background: var(--cta);
  color: var(--cta-fg);
}
.yhpl5xxi .ldx1lo {
  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);
}
.yhpl5xxi .wshd5t7t { color: var(--text-primary); }
.yhpl5xxi .oied { color: var(--text-body); }
.yhpl5xxi .ume169s {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .ldx1lo {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .ijf4si3 { flex: 0 0 auto; }
  .wshd5t7t { font-size: var(--fs-lead); }
  .ume169s { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.v971 .ousimj2a { height: 36px; }
.qp34 .ousimj2a { height: 60px; max-width: 200px; }
.ko09 .ousimj2a { height: 56px; max-width: 180px; }
.s5ybeh    .x5qxc1dm, .s5ybeh    .qlmb5w { color: #f59e0b; }
.jdbts      .x5qxc1dm { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.jdbts      .qlmb5w   { font-size: var(--fs-lead); }
.hlhtmf    .x5qxc1dm, .hlhtmf    .qlmb5w { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.kawp0gfm     .x5qxc1dm, .kawp0gfm     .qlmb5w { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.ylmyf8v .x5qxc1dm, .ylmyf8v .qlmb5w { color: var(--cta); letter-spacing: var(--ls-wide); }
.eeeeq   .x5qxc1dm, .eeeeq   .qlmb5w { color: #e91e63; letter-spacing: var(--ls-wide); }
.te3e3  .x5qxc1dm, .te3e3  .qlmb5w { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.s0ss98c     .x5qxc1dm, .s0ss98c     .qlmb5w { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.e6p0j .g356n {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.e6p0j .j6jr7y3e {
  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);
}
.e6p0j .j6jr7y3e + .j6jr7y3e { border-top: var(--bw-hair) solid var(--border-alt); }
.e6p0j .a3xhrdpt { align-items: center; text-align: center; }
.e6p0j .i4de {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.e6p0j .qkuoy90 { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.e6p0j .luz0u { font-size: var(--fs-body); }
.e6p0j .the3vdnt.hvul { min-width: 180px; }
@media (min-width: 720px) {
  .e6p0j .g356n {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .e6p0j .j6jr7y3e + .j6jr7y3e { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .e6p0j .j6jr7y3e { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .e6p0j .jcetb2fu { top: -16px; left: 50%; }
  .e6p0j .i4de { width: 132px; height: 132px; }
}
.zwej3 .g356n {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.zwej3 .j6jr7y3e {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.zwej3 .i4de {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.zwej3 .qkuoy90 { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
@media (max-width: 900px) {
  .zwej3 .i4de { width: 104px; height: 104px; }
}
.sx7e0wx .t5i31i {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.sx7e0wx .t5i31i summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.sx7e0wx .t5i31i summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.sx7e0wx .t5i31i[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.sx7e0wx .t5i31i p { padding: 0 14px 18px; }
.sx7e0wx .t5i31i[open] p { border-top: none; padding-top: 0; }
.tgi8ko .t5i31i { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.tgi8ko .t5i31i 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;
}
.tgi8ko .t5i31i summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.tgi8ko .t5i31i[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.tgi8ko .t5i31i p { padding: 14px 24px 4px; }
.tgi8ko .t5i31i[open] p { border-top: none; padding-top: 14px; }
.uzzqfu7c .t5i31i {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.uzzqfu7c .t5i31i summary { color: var(--text-primary); padding: 16px 18px; }
.uzzqfu7c .t5i31i[open] summary { box-shadow: none; }
.uzzqfu7c .t5i31i p { padding: 0 18px 18px; }
.crh4np .qxgag0 { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.crh4np .t5i31i {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.crh4np .t5i31i:last-child { border-bottom: none; }
.crh4np .t5i31i summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.crh4np .t5i31i p { padding: 0 20px 16px; }
.wekpf .t5i31i { overflow: hidden; }
.wekpf .t5i31i 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));
}
.wekpf .t5i31i summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.wekpf .t5i31i summary::after { color: var(--tone-mark, var(--accent)); }
.wekpf .t5i31i[open] summary { border-radius: 0; box-shadow: none; }
.olplb0uj { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.rk5v6tl {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.kpmgn9az {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.d8gdr32 { color: var(--text-muted); font-size: var(--fs-body); }
.n3yw10y4 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.gux4n5 {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.skx7 { margin-bottom: 20px; }
.xcmf {
  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);
}
.uq5a8 {
  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;
}
.uq5a8:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.plqph { resize: vertical; min-height: 130px; }
.x9zuo7z3 { width: 100%; margin-top: 8px; }
.x6oy4 {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.sw8gx {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.tldn2 { color: var(--text-muted); line-height: var(--lh-read); }
.nara { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.nara li { margin-bottom: 8px; }
.sz3yib66 { max-width: 760px; margin: 0 auto; }
.y1snr { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.x46fj2gf { max-width: 760px; margin: 0 auto; }
.v8ov4v ul.nara { margin: 0; }
@media (max-width: 640px) { .wo06 { grid-template-columns: 1fr; gap: 12px; } }
.tr23 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.ns1isd { background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 24px; }
.g3y5e8 { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.ns1isd p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.ns1isd .nara { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .tr23 { grid-template-columns: 1fr; } }
.y56tjfn { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.y56tjfn:hover .rb0v { color: var(--accent-light); text-decoration: underline; }
.q6qun6ly { color: inherit; text-decoration: none; }
.q6qun6ly:hover { color: var(--accent-light); text-decoration: underline; }
.ysqo { display: inline-block; line-height: 0; }
.pwiu { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.zy2s9z { margin-bottom: 48px; }
.smhv4 { max-width: 760px; margin: 0 auto; }
.bwl0 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.bwl0:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.b15i7n { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.bwl0 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.bwl0 ul.nara { margin: 0; }
.yhdratr1 { color: var(--text-muted); line-height: var(--lh-read); }
.oeucugwy .nara,
.m7v5 .nara,
.hybu .nara,
.zx2w .nara {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.oeucugwy .bwl0,
.m7v5 .bwl0 { text-align: left; }
.oeucugwy .b15i7n,
.m7v5 .b15i7n { text-align: center; }
.burm { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.idut { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.uvec8 { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.jlaa9 { margin-top: 12px; }
.uaww1 { 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; }
.uaww1:hover { border-bottom-color: var(--accent-light); }
.qxo3i2 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.qxo3i2 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dj9y494 { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.kouim { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.o5qbm7 { color: var(--text-muted); font-weight: 600; letter-spacing: normal; }
.ud7be { 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) { .ud7be { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.bm5a9 .uvec8, .bm5a9 .idut { max-width: 640px; }
.sua1at .burm { font-size: var(--fs-h3); margin-top: 20px; }
.svu17bdc .uvec8 { margin-bottom: 28px; }
@media (max-width: 860px) { .p1unauqn { grid-template-columns: 1fr; } .sua1at { position: static; text-align: center; } }
.s18q .qxo3i2 { margin: 0 auto 20px; }
.s18q .kouim { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .c39b { grid-template-columns: 1fr; } }
.ezr6 .burm { font-size: var(--fs-h3); margin-bottom: 8px; }
.zx2w .nara { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .ezr6 { flex-direction: column; text-align: center; } .uz5o7ke { grid-template-columns: 1fr; } }
.ld2mihf .burm { font-size: var(--fs-lead); margin: 0 0 4px; }
.ld2mihf .kouim { margin: 0; }
.kbawjjhg .kpmgn9az { color: var(--accent-light); }
.juopei .kpmgn9az { font-size: var(--fs-h2); }
.juopei .d8gdr32 { max-width: 680px; }
.bz8j .kpmgn9az { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.bz8j .d8gdr32  { margin: 0; }
@media (max-width: 640px) { .bz8j { flex-direction: column; } }
.s3wb2bo {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.s3wb2bo .kpmgn9az { color: var(--accent-light); }
.bmwld4 .kpmgn9az { color: #fff; }
.bmwld4 .d8gdr32  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .tqvxgk7t { grid-template-columns: 1fr; } }
.yjc7mlg3 .uq5a8 {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.yjc7mlg3 .uq5a8:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.odeu2 .uq5a8 { background: var(--bg-raised); border-color: transparent; }
.odeu2 .uq5a8:focus { background: var(--bg-card); border-color: var(--accent-light); }
.rm1qq4 .uq5a8 { border-radius: var(--r-pill); padding: 12px 20px; }
.rm1qq4 .plqph { border-radius: var(--r-card); }
.ao0anwf {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .ao0anwf { grid-template-columns: 1fr; } }
.j0ky1p {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 24px 24px;
}
.j0ky1p h2 {
  font-size: var(--fs-sm); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.j0ky1p p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.f0aj { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; margin: 0; }
.f0aj li { margin-bottom: 8px; }
.pf5o2{display:none}
.pf5o2:empty,.fv0gl:empty{display:none}
.tmzcx5{position:relative;overflow:visible}
.ph249fec .bhjy,.y2hft .bhjy,
.lr5vw .bhjy,.m0bomj .bhjy,
.q4rcqo .bhjy,.q46imb .bhjy{display:block}
.wox4y .jkpev4{display:block}
.ph249fec .bhjy,.y2hft .bhjy,
.lr5vw .bhjy,.m0bomj .bhjy,
.q4rcqo .bhjy{position:absolute;z-index:3;left: 24px;right: 24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin: 0 auto;padding: 0;box-sizing:border-box}
.ph249fec .bhjy .fv0gl,.y2hft .bhjy .fv0gl,
.lr5vw .bhjy .fv0gl,.m0bomj .bhjy .fv0gl,
.q4rcqo .bhjy .fv0gl{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}
.ph249fec .tsgbp0ps,.y2hft .tsgbp0ps,
.lr5vw .tsgbp0ps,.m0bomj .tsgbp0ps,
.q4rcqo .tsgbp0ps{background:transparent!important;border:none!important;padding: 0;border-radius:0;color:inherit!important}
.ph249fec .bhjy,.y2hft .bhjy{top: 12px}
.ph249fec .bhjy .fv0gl{margin-right:auto}
.y2hft .bhjy .fv0gl{margin-left:auto}
.y2hft .bhjy{text-align:right}
.lr5vw .bhjy,.m0bomj .bhjy{bottom: 12px}
.lr5vw .bhjy .fv0gl{margin-right:auto}
.m0bomj .bhjy .fv0gl{margin-left:auto}
.m0bomj .bhjy{text-align:right}
.q4rcqo .bhjy{position:relative;margin-top: 16px}
.q4rcqo .bhjy .fv0gl{margin: 0 auto}
.q46imb .bhjy{max-width:var(--content-mw,1100px);margin: 0 auto;padding: 8px 24px}
.q46imb .bhjy .fv0gl{margin: 0}
.q46imb .ds2tr2uy~.bhjy,
.q46imb .hlwl~.bhjy{max-width:none;margin: 0;padding: 8px clamp(24px,calc(50vw - 476px),96px)}
.q46imb .ds2tr2uy~.bhjy .fv0gl,
.q46imb .hlwl~.bhjy .fv0gl{justify-content:flex-start}
.ds2tr2uy~.bhjy,.hlwl~.bhjy{position:static!important;left: auto!important;right: auto!important;top: auto!important;bottom: auto!important;transform:none!important;width:100%!important;max-width:none!important;padding: 8px clamp(24px,calc(50vw - 476px),96px)!important}
.ds2tr2uy~.bhjy .fv0gl{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.hlwl~.bhjy .fv0gl{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.jkpev4 .fv0gl{margin: 0 0 12px}
.fv0gl{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.hpj6iz6{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.rb0v{font-weight:600;color:var(--text-heading);opacity:1}
.i1xr4i3::before{content:"·";margin: 0 2px;opacity:.5}
.tsgbp0ps{white-space:nowrap}
.m6fvpb9i .hpj6iz6{display:none}
.m6p5pc .tsgbp0ps{background:var(--date-bg, var(--accent-bg));padding: 4px 12px;border-radius: var(--r-card);font-size: var(--fs-caption)}
.m6p5pc .i1xr4i3::before{content:""}
.odouf .tsgbp0ps{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}
.odouf .i1xr4i3::before{content:""}
.gj3e0 .fv0gl{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.e2dwzt2r .tsgbp0ps{border-left: var(--bw-rule) solid var(--accent);padding-left: 8px;font-size: var(--fs-caption)}
.e2dwzt2r .i1xr4i3::before{content:""}
.fa18a23 .tsgbp0ps{color: var(--accent-light);opacity:1;font-weight:500}
.zh59qa .tsgbp0ps{border-bottom: var(--bw-hair) solid currentColor;padding-bottom: 2px}
.g6lfln5s .fv0gl{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.cqvvg{--date-bg:transparent}
.i0z5l .i1xr4i3::before{content:""}
.dt3x .i1xr4i3::before{content:"•";opacity:.4}
.dt3x .tsgbp0ps + .tsgbp0ps::before{content:"•";margin-right:6px;opacity:.4}
.qmwc6nz .i1xr4i3::before{content:"/";opacity:.35}
.qmwc6nz .tsgbp0ps + .tsgbp0ps::before{content:"/";margin-right:6px;opacity:.35}
.jns3 .i1xr4i3::before{content:"|";opacity:.3}
.jns3 .tsgbp0ps + .tsgbp0ps::before{content:"|";margin-right:6px;opacity:.3}
.ed5f .i1xr4i3::before{content:"—";opacity:.3}
.ed5f .tsgbp0ps + .tsgbp0ps::before{content:"—";margin-right:6px;opacity:.3}
.mougf .i1xr4i3::before{content:"◆";font-size:.5em;opacity:.35}
.mougf .tsgbp0ps + .tsgbp0ps::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.g4l78 .i1xr4i3::before{content:"·";opacity:.4}
.g4l78 .tsgbp0ps + .tsgbp0ps::before{content:"·";margin-right:6px;opacity:.4}
.u12v8ay0 .i1xr4i3::before{content:"›";opacity:.4}
.u12v8ay0 .tsgbp0ps + .tsgbp0ps::before{content:"›";margin-right:6px;opacity:.4}
.fua9z .i1xr4i3::before{content:"→";opacity:.35;font-size:.85em}
.fua9z .tsgbp0ps + .tsgbp0ps::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.snbstqj3{display:flex;align-items:flex-start;gap: 16px;max-width:var(--content-width, 960px);margin: 32px auto 24px;padding: 20px 24px}
.h7t3o7tj{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.a8ak5{display:flex;flex-direction:column;gap: 4px}
.np1q{font-size: var(--fs-caption);text-transform:uppercase;letter-spacing: var(--ls-label);color:var(--text-body);opacity:.55}
.rxprw9a{font-weight:700;font-size: var(--fs-sm);color:var(--text-heading)}
.sgph{font-size: var(--fs-label);color:var(--text-body);opacity:.8;line-height: var(--lh-snug);margin-top: 4px}
.q71f .snbstqj3{background:var(--surface-alt);border-radius:var(--radius, 8px);border: var(--bw-hair) solid var(--border)}
.it9o5 .snbstqj3{border-top: var(--bw-bar) solid var(--accent);padding-top: 20px}
.yhmtjyv5 .snbstqj3{border-left: var(--bw-bar) solid var(--accent);border-radius:0}
.bzjb .snbstqj3{padding: 20px 0}
@media(max-width:640px){
  .snbstqj3{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .sgph{max-width:100%}
}
.t0ijf .qqz7k6c{margin: 0}
@media (max-width:560px){
  .dw609{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) {
  .zkpp4t23 { padding: 28px 20px 20px; }
  .om867w { font-size: var(--fs-lead); }
  .f7fuxxi7 { max-width: 220px; max-height: 80px; }
}
.lvdtx {
  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);
}
.pk9ie44 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.xm1hvo  .lvdtx { border-radius: 50%; }
.l5xlo  .lvdtx { border-radius: var(--r-chip); }
.xxu0787 .lvdtx { border-radius: var(--r-card); }
.leewnb91 .ldx1lo {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .lvdtx { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.u6hl .t1jkq0 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.u6hl .fu25 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.u6hl .ldx1lo {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.utkgi {
  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;                  
}
.utkgi.ib46y7ph { transform: translate(-50%, 0); }
.utkgi .t1jkq0,
.utkgi .fu25 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.utkgi .ldx1lo {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.ot2w3w6 {
  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;
}
.ot2w3w6::before,
.ot2w3w6::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.ot2w3w6::before { transform: translate(-50%, -50%) rotate(45deg); }
.ot2w3w6::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.ot2w3w6:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .utkgi { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .utkgi .ldx1lo {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .utkgi .oied { display: none !important; }
  .utkgi .wshd5t7t { font-size: var(--fs-body) !important; }
  .utkgi .lvdtx { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .ot2w3w6 { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .xcki3cb { flex-direction: row-reverse; }
[dir="rtl"] .td3n1 { flex-direction: row-reverse; }
[dir="rtl"] .n6hy .mxn99u51 { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .n6hy .mxn99u51 { right: auto; left: 20px; }
  [dir="rtl"] .se7f  .mxn99u51 { left: auto;  right: 20px; }
}
[dir="rtl"] .jrbt .sfb5p  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .tp8nepnk .sfb5p { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .nxz4okyu, [dir="rtl"] .h6nijoql { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .vat0pud { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .wxbldk9v { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .hhg1h02u { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .ldx1lo { direction: rtl; }
[dir="rtl"] .lvdtx { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .j6jr7y3e,
[dir="rtl"] .ezen4p5 { direction: rtl; }
[dir="rtl"] .xqktaq { direction: rtl; }
[dir="rtl"] .fljb69w { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .id2s8j.kic7 .wqsf,
[dir="rtl"] .gfpnsg.kic7 .wqsf,
[dir="rtl"] .e2vs009.kic7 .wqsf,
[dir="rtl"] .fzfpeivd.kic7 .wqsf,
[dir="rtl"] .zrdtrmz.kic7 .wqsf { text-align: right; }
[dir="rtl"] .ds2tr2uy.kic7 .evgg { align-items: flex-end; text-align: right; }
[dir="rtl"] .fu25,
[dir="rtl"] .ykv38mu,
[dir="rtl"] .of7yc2y,
[dir="rtl"] .wqsf { text-align: right; }
[dir="rtl"] .gux4n5,
[dir="rtl"] .xcmf,
[dir="rtl"] .uvec8,
[dir="rtl"] .uq5a8,
[dir="rtl"] .plqph { text-align: right; direction: rtl; }
[dir="rtl"] .rm1qq4 .uq5a8,
[dir="rtl"] .yjc7mlg3 .uq5a8 { padding-right: 20px; padding-left: 20px; }
.s9s3 .g356n,
.kuc47u07 .g356n,
.n1wflvsl .g356n { border: var(--bw-hair) solid var(--border-alt); }
.n45o .g356n {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.s9s3 .j6jr7y3e,
.kuc47u07 .j6jr7y3e,
.n45o .j6jr7y3e,
.n1wflvsl .j6jr7y3e {
  gap: 24px;
  padding: 24px 24px;
}
.s9s3 .j6jr7y3e + .j6jr7y3e,
.n1wflvsl .j6jr7y3e + .j6jr7y3e { border-top: none; }
.s9s3 .j6jr7y3e:nth-child(even),
.n1wflvsl .j6jr7y3e:nth-child(even) { background: var(--bg-surface); }
.n45o .j6jr7y3e {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.s9s3 .i4de,
.kuc47u07 .i4de,
.n45o .i4de,
.n1wflvsl .i4de {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.s9s3 .qkuoy90,
.kuc47u07 .qkuoy90,
.n45o .qkuoy90,
.n1wflvsl .qkuoy90 {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.n1wflvsl .luz0u { font-size: var(--fs-body); font-weight: 700; }
.s9s3 .xf706, .s9s3 .mxcv, .s9s3 .bwu1,
.kuc47u07 .xf706, .kuc47u07 .mxcv, .kuc47u07 .bwu1,
.n45o .xf706, .n45o .mxcv, .n45o .bwu1,
.n1wflvsl .xf706, .n1wflvsl .mxcv, .n1wflvsl .bwu1 {
  background: transparent;
  padding: 12px 0; align-items: flex-start; text-align: left;
}
.s9s3 .the3vdnt.hvul,
.kuc47u07 .the3vdnt.hvul,
.n45o .the3vdnt.hvul,
.n1wflvsl .the3vdnt.hvul {
  padding: 16px 24px !important;
}
.n1wflvsl .the3vdnt.hvul { box-shadow: none; }
@media (max-width: 1080px) {
  .s9s3 .j6jr7y3e,
  .kuc47u07 .j6jr7y3e,
  .n45o .j6jr7y3e,
  .n1wflvsl .j6jr7y3e { gap: 16px; padding: 20px; }
  .s9s3 .i4de,
  .kuc47u07 .i4de,
  .n45o .i4de,
  .n1wflvsl .i4de { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .s9s3 .i4de,
  .kuc47u07 .i4de,
  .n45o .i4de,
  .n1wflvsl .i4de { width: 104px; height: 104px; }
}
.ci4jvk6r .zeqwxvml { display: none; }
.c221dr li::before { color: #2f855a; font-weight: 700; }
.ianxc li::before { color: #9b2c2c; font-weight: 700; }
.piwsbx::before { color: #2f855a; }
.dkmm6i::before { color: #9b2c2c; }
.zs844n7u  .ume169s, .zs844n7u  .kk2k { border-radius: var(--r-pill); }
.w3hz8 .ume169s, .w3hz8 .kk2k { border-radius: 0; }
.quh3o .ume169s, .quh3o .kk2k { border-radius: var(--r-btn); }
.ume169s, .kk2k, .guef1, .hvul, .the3vdnt.hvul {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
body.w3hz8 { --btn-radius: 0px; }
.guef1, .hvul, .the3vdnt.hvul, .ume169s, .kk2k,
.zses7yu5, .b69h, .utkgi .ume169s {
  border-radius: var(--btn-radius) !important;
}
.fj3g7 a, .ykv38mu a, .of7yc2y a, .ts7wqzow a, .t5i31i 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;
}
.fj3g7 a:hover, .ykv38mu a:hover, .of7yc2y a:hover, .ts7wqzow a:hover { text-decoration-color: currentColor; }
.rew4mpa   { --hero-a: var(--b-50);  --hero-b: var(--b-100); }
.rew4mpa .iqsqs.e2vs009 .yt3u,
.rew4mpa section.e2vs009 .yt3u { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.rew4mpa .e2vs009 .puoa { color: var(--text-body); }
.rew4mpa .e2vs009 { border-bottom: var(--bw-hair) solid var(--b-200); }
.rew4mpa .gfpnsg { background: var(--b-50); border-bottom-color: var(--b-200); }
.iqsqs.id2s8j:not(.e2vs009) .yt3u,
section.id2s8j:not(.e2vs009) .yt3u { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.dpkdpr .u2ogl874 { background: var(--bg-page); border-top-color: var(--border-alt); }
.jgl1fyxp .u2ogl874 { background: var(--b-50); border-top-color: var(--b-200); }
.mw20xmr3 .u2ogl874, .o2dvi .u2ogl874, .qf1va .u2ogl874 {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.mw20xmr3 .u2ogl874 :is(.jnqlqbys, .cd8rimxj),
.o2dvi   .u2ogl874 :is(.jnqlqbys, .cd8rimxj),
.qf1va    .u2ogl874 :is(.jnqlqbys, .cd8rimxj) { color: rgba(255,255,255,0.68); }
.mw20xmr3 .u2ogl874 :is(.t6jh15y, .nuywi8),
.o2dvi   .u2ogl874 :is(.t6jh15y, .nuywi8),
.qf1va    .u2ogl874 :is(.t6jh15y, .nuywi8) { color: rgba(255,255,255,0.7); }
.mw20xmr3 .u2ogl874 a, .o2dvi .u2ogl874 a, .qf1va .u2ogl874 a { color: rgba(255,255,255,0.9); }
.mw20xmr3 .u2ogl874 a:hover, .o2dvi .u2ogl874 a:hover, .qf1va .u2ogl874 a:hover { color: #fff; }
.mw20xmr3 .u2ogl874 .f5du0ms6,
.o2dvi   .u2ogl874 .f5du0ms6,
.qf1va    .u2ogl874 .f5du0ms6 { color: #fff; }
.uu5w6tir .g356n:not(.j3rhy) .j6jr7y3e:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.u7j8 .g356n:not(.j3rhy) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.u7j8 .g356n:not(.j3rhy) .j6jr7y3e { background: var(--bg-card); border-radius: var(--r-btn); }
.u7j8 .g356n:not(.j3rhy) .j6jr7y3e + .j6jr7y3e { margin-top: 8px; border-top: none; }
.tps7p5 { background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary)); }
.ata0xy .j6jr7y3e::before { background: var(--tone-line, var(--accent)); }
.vr576e6l .j6jr7y3e:first-child { border-top-color: var(--tone-line, var(--accent)); }
.t5i31i summary:hover::after, .t5i31i[open] summary::after { color: var(--tone-mark, var(--accent)); }
.x52kg7 .csd2iw { border-top-color: var(--tone-line, var(--accent)); }
.tmzcdr .fzh8 { background: var(--tone-fill, var(--accent-bg)); }
.ralt29 .yp29k .qkuoy90,
.ralt29 .iv1id.yp29k img,
.ralt29 .w3x9ql.yp29k img { border-radius: 22%; }
.ralt29 .iv1id.yp29k { border-radius: var(--r-card); }
.v6dubg47 .yp29k .qkuoy90,
.v6dubg47 .iv1id.yp29k img,
.v6dubg47 .w3x9ql.yp29k img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.v6dubg47 .iv1id.yp29k { border-radius: 50%; padding: 5px; }
.v6dubg47 .yp29k.i4de, .ralt29 .yp29k.i4de { overflow: visible; }
.csd2iw, .zznumo, .g356n:not(.j3rhy), .qqz7k6c, .t5i31i {
  border: none; box-shadow: var(--sh-card);
}
.ck4nnqm .csd2iw, .ck4nnqm .zznumo,
.ck4nnqm .g356n:not(.j3rhy) { box-shadow: var(--sh-lift); }
.sx7e0wx .t5i31i, .tgi8ko .t5i31i, .crh4np .t5i31i { box-shadow: none; }
.crh4np .qxgag0 { border: none; box-shadow: var(--sh-card); }
.uzzqfu7c .t5i31i { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.tgi8ko .t5i31i summary { border: none; box-shadow: var(--sh-card); }
.tgi8ko .t5i31i[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.wekpf .t5i31i summary { color: var(--tone-fill-head-raw); }
.iu7nvs .csd2iw { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.xrckq, .hhg1h02u, .xqktaq { border: none; box-shadow: var(--panel-sh, none); }
.v50kc .tetf { border: none; box-shadow: var(--sub-sh, none); }
.wm1pz .xrckq, .wm1pz .xqktaq { box-shadow: var(--panel-sh, none); }
.wm1pz .qqz7k6c, .wm1pz .xtfd .hhg1h02u { box-shadow: var(--sh-card); }
.wm1pz .v50kc .tetf { box-shadow: var(--sub-sh, none); }
.gctuln9m .tetf, .wm1pz .gctuln9m .tetf, .ck4nnqm .gctuln9m .tetf { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.xrckq { background: var(--bg-card-inner); border-radius: var(--r-card); }
.m13pdc { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.w7hatr .xrckq   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.k0w2p6 .xrckq { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.gv0d .xrckq     { border: none; }
.gv0d .m13pdc { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.de0li .xrckq    { border: none; box-shadow: var(--sh-card); }
.hhg1h02u { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.pden2f0 { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.hhg1h02u strong, .wf91vykh .hhg1h02u strong, .v1th .hhg1h02u strong,
.nrt5 .hhg1h02u strong { color: var(--cl-head); }
.hhg1h02u p, .wf91vykh .hhg1h02u p, .v1th .hhg1h02u p,
.nrt5 .hhg1h02u p { color: var(--cl-fg); }
.wf91vykh .hhg1h02u { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.wf91vykh .hhg1h02u strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.x5xm .hhg1h02u { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.v1th .hhg1h02u { border: none; }
.nrt5 .hhg1h02u  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.xtfd .hhg1h02u   { 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); }
.sxtxs6nz { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.sxtxs6nz strong { color: var(--cl-head); }
.vat0pud, .wxbldk9v { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.vat0pud ul li, .vat0pud .c221dr li { color: var(--sem-pos-body); }
.wxbldk9v ul li, .wxbldk9v .ianxc li { color: var(--sem-neg-body); }
.u818f .vat0pud, .u818f .wxbldk9v { border: none; }
.n9c6t .vat0pud, .n9c6t .wxbldk9v { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.n9c6t .vat0pud { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.n9c6t .wxbldk9v { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.qgazt .vat0pud, .qgazt .wxbldk9v { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.qgazt .vat0pud { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.qgazt .wxbldk9v { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.esd4oi .vat0pud .p4au, .esd4oi .wxbldk9v .p4au {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.esd4oi .vat0pud .p4au { background: var(--sem-pos-fg); }
.esd4oi .wxbldk9v .p4au { background: var(--sem-neg-fg); }
.esd4oi .piwsbx::before, .esd4oi .dkmm6i::before { color: #fff; }
.ywo2yk .vat0pud ul li, .ywo2yk .vat0pud .c221dr li,
.ywo2yk .wxbldk9v ul li, .ywo2yk .wxbldk9v .ianxc li { color: var(--text-body); }
.xqktaq { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.wlym { color: var(--tone-fill-head, var(--text-primary)); }
.kfgzhv .fljb69w a, .zxc94omh .fljb69w a, .af0f .fljb69w a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.kfgzhv .fljb69w a:hover, .zxc94omh .fljb69w a:hover, .af0f .fljb69w a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.iami .xqktaq { border-bottom-color: var(--border-alt); }
.iami .fljb69w a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.sh26, .tps7p5 { border: none; }
.imn4y64d { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.u75y5h9 { border-top: none; }
.u75y5h9 > span { color: var(--tone-fill-head, var(--text-primary)); }
.jxase em, .c94x2 em, .ffbyz1w em, .picvut em { color: var(--tone-fill-muted, var(--text-muted)); }
.tmzcdr .fzh8 { border-bottom: none; }
.iu7nvs .fzh8 { border-bottom: none; }
.iv1id.yp29k { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.iv1id.yp29k img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.ralt29 .iv1id.yp29k img { border-radius: 22%; }
.v6dubg47  .iv1id.yp29k img { border-radius: 50%; }
.v6dubg47  .iv1id.yp29k { padding: 0; }
@media (min-width: 900px) {
  .xj9z0 .fw0p > .csd2iw:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.nxz4okyu li::marker { color: var(--tone-mark, var(--accent)); }
.h6nijoql li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.lw7ve6j li::marker { color: var(--tone-mark, var(--accent)); }
.wulrp h2.g9td { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.rol9v h2.g9td { border-bottom-color: var(--tone-mark, var(--accent)); }
.knod0 h2.g9td { border-top-color: var(--tone-mark, var(--accent)); }
.jrbt .tetf, .tp8nepnk .tetf, .op2bxll .tetf,
.jrbt .hhg1h02u, .tp8nepnk .hhg1h02u, .op2bxll .hhg1h02u,
.jrbt .eye5, .tp8nepnk .eye5, .op2bxll .eye5,
.jrbt .qqz7k6c, .tp8nepnk .qqz7k6c, .op2bxll .qqz7k6c { clear: both; }
.sfb5p .lrpgszt6 { box-shadow: var(--sh-card); }
.qqz7k6c { border-radius: var(--r-card); }
.ct2r .mxk6p2 { border: none; }
.cak1c4r7 .td3n1 a { color: var(--b-800); }
.cak1c4r7 .td3n1 a:hover { color: var(--b-600); }
.rew4mpa .iqsqs.e2vs009 .yt3u,
.rew4mpa section.e2vs009 .yt3u,
.rew4mpa .gfpnsg .yt3u { color: var(--b-900) !important; }
.rew4mpa .e2vs009 .puoa, .rew4mpa .gfpnsg .puoa { color: var(--b-800); }
.jgl1fyxp .u2ogl874, .jgl1fyxp .u2ogl874 a { color: var(--b-800); }
.jgl1fyxp .u2ogl874 :is(.jnqlqbys, .cd8rimxj, .t6jh15y) { color: var(--b-700); }
.ldx1lo { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.ume169s { border: none; }
.ju515r1 .ume169s { background: #fff !important; color: var(--cta) !important; }
.m2zvg7o .ldx1lo { background: var(--b-100); border: none; }
.m2zvg7o .wshd5t7t { color: var(--b-900); }
.m2zvg7o .oied { color: var(--b-800); }
.yhpl5xxi .ldx1lo { background: var(--b-900); border: none; border-radius: var(--r-card); }
.yhpl5xxi .wshd5t7t { color: #fff; }
.yhpl5xxi .oied { color: rgba(255,255,255,0.82); }
.jib1 .ldx1lo { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.jib1 .ume169s { background: #fff !important; color: var(--b-800) !important; }
.lvdtx { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.pk9ie44 { width: 100%; height: 100%; object-fit: cover; }
h2.g9td, .yt3u, h1.g9td, .wshd5t7t { font-weight: 700; }
.fjzp h3, h3.zxzf77r { font-weight: 600; }
.ddxu { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.nxz4okyu { list-style: none !important; padding-left: 0; margin: 16px 0; }
.nxz4okyu li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.nxz4okyu li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.nxz4okyu 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);
}
.wyulq5 .nxz4okyu li { padding-left: 28px; }
.wyulq5 .nxz4okyu 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));
}
.wyulq5 .nxz4okyu li::after { content: none; }
.wyulq5 .nxz4okyu li::marker, .nxz4okyu li::marker { content: ""; }
.h6nijoql { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.h6nijoql li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.h6nijoql 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;
}
.wyulq5 .h6nijoql li::before { border-radius: 50%; }
.h6nijoql li::marker { content: ""; }
.lw7ve6j { list-style: none; padding-left: 16px; }
.lw7ve6j li { position: relative; padding-left: 16px; }
.lw7ve6j li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.lw7ve6j li::marker { content: ""; }
h3.zxzf77r { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.fj3g7 strong, .ykv38mu strong, .ndk37lz1 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");
}
.c221dr li::before, .ianxc li::before {
  content: "" !important; display: block; font-size: 0 !important;
  position: absolute !important; left: 0; top: 0.16em;
  width: 18px; height: 18px; margin: 0 !important;
  -webkit-mask: var(--ico-check) center / contain no-repeat; mask: var(--ico-check) center / contain no-repeat;
  background: var(--sem-pos-line);
}
.ianxc li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.c221dr li, .ianxc li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.piwsbx::before, .dkmm6i::before { content: none !important; display: none !important; }
.p4au { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.ci4jvk6r .zeqwxvml, .zeqwxvml {
  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;
}
.cumlfa .zeqwxvml     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.pden2f0 .zeqwxvml { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.dqw43yjm .zeqwxvml  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.sxtxs6nz .zeqwxvml, .fanem8p .zeqwxvml { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.zeqwxvml::before { content: none !important; }
.hhg1h02u { gap: 14px; }
.csd2iw { --rv-pad: 24px; }
.fzh8 { padding: var(--rv-pad); }
.srngj03 { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.srngj03 > * { margin: 0 !important; }
.ts7wqzow { line-height: var(--lh-read); }
.u75y5h9 {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.u75y5h9 > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.u75y5h9 em { font-size: var(--fs-caption); font-weight: 600; font-style: normal; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--tone-fill-muted, var(--text-muted)); }
.u75y5h9 b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.pszd1uga { gap: 16px; }
.ywo2yk .vat0pud, .ywo2yk .wxbldk9v { padding: 0; }
.ywo2yk .wxbldk9v { padding-left: 20px; }
.kzble { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.pszd1uga + .kzble { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.i2x3y6f { flex: 0 0 100%; margin-bottom: 4px; font-size: var(--fs-caption); font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.sh26, .imn4y64d, .auymp {
  margin: 0; padding: 5px 10px; border-radius: var(--r-chip);
  background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary));
}
.sxtxs6nz { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.sxtxs6nz strong, .wf91vykh .sxtxs6nz strong,
.fanem8p strong, .wf91vykh .fanem8p strong {
  display: block; padding: 0; margin: 0 0 6px; border: none;
  font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label);
  color: var(--tone-sub, var(--cl-head));
}
.sxtxs6nz p, .fanem8p p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.sxtxs6nz { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.g7zjh strong { display: inline-flex; align-items: baseline; gap: 1px; padding: 3px 9px; border-radius: var(--r-chip); background: var(--tone-soft, var(--accent-bg)); color: var(--tone-soft-fg, var(--text-primary)); font-size: var(--fs-sm); }
.g7zjh .g031 { color: inherit; opacity: .7; }
.v50kc .tetf { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.y1kpw h2.g9td { 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); }
.v5uf7q .yhpl5xxi .ume169s, .v5uf7q .jib1 .ume169s,
.v5uf7q.eqpo .k545rgw6, .v5uf7q.qf1va .u2ogl874 .hvul { background: #fff !important; color: var(--b-900) !important; }
.xj9z0 .fw0p { align-items: stretch; }
.csd2iw { display: flex; flex-direction: column; }
.csd2iw .srngj03 { flex: 1 1 auto; }
.csd2iw .sxtxs6nz { margin-top: auto !important; }
.mxk6p2 { font-size: var(--fs-sm); }
.mxk6p2 th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.mxk6p2 td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.mxk6p2 td:first-child { font-weight: 600; color: var(--text-primary); }
.mxk6p2 tbody tr:last-child td { border-bottom: none; }
.mxk6p2 tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.flhm .mxk6p2 th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.ct2r .mxk6p2 th, .ct2r .mxk6p2 td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.ct2r .mxk6p2 th + th, .ct2r .mxk6p2 td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.ct2r .mxk6p2 tbody tr:last-child td { border-bottom: none; }
.f3e1k1 .ct2r .mxk6p2 th + th, .og6feo .ct2r .mxk6p2 th + th,
.agppybbq.ct2r .mxk6p2 th + th { border-left-color: rgba(255,255,255,0.16); }
.x5v3uso .mxk6p2 tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.ca0efm5 { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.xrckq {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.xrckq:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.t4mlggu, .eotuut0 .t4mlggu {
  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;
}
.keg4 .t4mlggu { border-radius: 50%; padding: 14px; }
.r3sgd .xrckq { align-items: center; text-align: center; }
.r3sgd .lw7ve6j { text-align: left; }
.m13pdc, .vo8v3fwi .m13pdc, .gv0d .m13pdc {
  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));
}
.o8yceh09 { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.lw7ve6j { 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); }
.lw7ve6j li { margin-bottom: 6px; line-height: var(--lh-snug); }
.fkysmo .m13pdc { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.fkysmo .m13pdc::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.r3sgd.fkysmo .m13pdc, .keg4.fkysmo .m13pdc { align-items: center; }
.m1du .xrckq { padding-left: 0; padding-right: 0; }
.m1du .xrckq:hover { transform: none; box-shadow: none; }
.xrckq, .gv0d .xrckq { background: var(--bg-card); box-shadow: var(--sh-card); }
.wm1pz .xrckq, .ck4nnqm .xrckq { box-shadow: var(--sh-card); }
.m1du .xrckq, .wm1pz .m1du .xrckq { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .ca0efm5:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .ca0efm5:has(> :nth-child(5):last-child) .xrckq { padding: 20px 16px 18px; }
  .ca0efm5:has(> :nth-child(6):last-child), .ca0efm5:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ca0efm5:has(> :nth-child(7):last-child), .ca0efm5:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .nxz4okyu li, [dir="rtl"] .wyulq5 .nxz4okyu li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .wyulq5 .nxz4okyu li { padding-right: 28px; }
[dir="rtl"] .nxz4okyu li::before { left: auto; right: 0; }
[dir="rtl"] .wyulq5 .nxz4okyu li::before { left: auto; right: 6px; }
[dir="rtl"] .nxz4okyu li::after { left: auto; right: 9px; }
[dir="rtl"] .h6nijoql li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .h6nijoql li::before { left: auto; right: 0; }
[dir="rtl"] .lw7ve6j { padding-left: 0; padding-right: 0; }
[dir="rtl"] .lw7ve6j li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .lw7ve6j li::before { left: auto; right: 0; }
[dir="rtl"] .c221dr li, [dir="rtl"] .ianxc li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .c221dr li::before, [dir="rtl"] .ianxc li::before { left: auto; right: 0; }
[dir="rtl"] .qgazt .vat0pud, [dir="rtl"] .qgazt .wxbldk9v { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .qgazt .vat0pud { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .qgazt .wxbldk9v { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .ywo2yk .wxbldk9v { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .hhg1h02u, [dir="rtl"] .nrt5 .hhg1h02u, [dir="rtl"] .xtfd .hhg1h02u { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .wf91vykh .hhg1h02u, [dir="rtl"] .x5xm .hhg1h02u, [dir="rtl"] .v1th .hhg1h02u { border-right: none; }
[dir="rtl"] .wulrp h2.g9td { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .w7hatr .xrckq { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .xrckq { align-items: flex-start; text-align: right; }
[dir="rtl"] .mxk6p2 th, [dir="rtl"] .mxk6p2 td { text-align: right; }
[dir="rtl"] .ct2r .mxk6p2 th + th, [dir="rtl"] .ct2r .mxk6p2 td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .uzzqfu7c .t5i31i, [dir="rtl"] .wekpf .t5i31i summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .t5i31i summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .uu5w6tir .g356n:not(.j3rhy) .j6jr7y3e:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .j6jr7y3e { gap: 0 14px; padding: 16px; }
  .j6jr7y3e::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .ow78ibl3, .nutx6 { flex: 1 1 0; min-width: 0; }
  .v0wnp6 { flex: 0 0 auto; }
  .mfawxf1 { align-self: center; }
  
  .xf706, .mxcv, .bwu1,
  .no5ox6ck, .vb8d, .ni26uk,
  .rtzdo5, .jszlqe2, .cvn76y {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .xf706, .mxcv, .bwu1 { flex-basis: 100%; min-width: 100%; }
  
  .okwfo6w0, .vwvvf8 { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .mc82jn0, .dmfxfa5w { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .dmfxfa5w .tps7p5:nth-child(n+3) { display: inline-block; }
  .dmfxfa5w .tps7p5:nth-child(n+4) { display: none; }
  
  .wgnn, .mprw { margin-top: 16px; }
  .roba { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .no5ox6ck, .vb8d, .ni26uk,
  .rtzdo5, .jszlqe2, .cvn76y { flex-basis: 100%; min-width: 100%; }
}
.i4de.yp29k, .rovagay .i4de.yp29k, .l2wngy .i4de.yp29k,
.i4ico5 .i4de.yp29k, .o2c57 .i4de.yp29k,
.w3x9ql.yp29k, .rovagay .w3x9ql.yp29k, .l2wngy .w3x9ql.yp29k,
.i4ico5 .w3x9ql.yp29k, .o2c57 .w3x9ql.yp29k {
  background: transparent; padding: 0; width: auto; height: auto;
}
.rovagay .i4de.yp29k .qkuoy90, .l2wngy .i4de.yp29k .qkuoy90,
.i4ico5 .i4de.yp29k .qkuoy90, .o2c57 .i4de.yp29k .qkuoy90 { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .i4de.yp29k .qkuoy90 { max-height: 64px; max-width: 64px; }
  
  .dmfxfa5w { flex-wrap: wrap; overflow: visible; }
  .dmfxfa5w .tps7p5 { max-width: 100%; }
}
.t8wk4 { display: none; }
.ba5tr, .abvy { display: contents; }
.sxtxs6nz, .v1th .sxtxs6nz, .xtfd .sxtxs6nz { background: transparent !important; }
.kzble .sh26, .kzble .imn4y64d, .kzble .auymp { background: var(--bg-surface); color: var(--text-body); }
.g7zjh { align-items: center; gap: 10px; }
.g7zjh strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.wqtg {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px var(--rv-pad, 24px); border-top: var(--bw-hair) solid var(--border-alt);
  background: var(--bg-card);
}
.fi7w { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.fi7w em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.fi7w b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.wqtg .hvul { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .wqtg { flex-direction: column; align-items: stretch; }
  .wqtg .hvul { text-align: center; }
}
@media (min-width: 900px) {
  .nub8 .fw0p, .nub8.xj9z0 .fw0p { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .nub8 .csd2iw:has(> .ba5tr) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .nub8 .csd2iw:has(> .ba5tr) > .wqtg { display: none; }

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

  .nub8 .abvy { display: flex; flex-direction: column; min-width: 0; }
  .nub8 .abvy .y656d4z { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .nub8 .abvy .y656d4z img.cose0 { max-height: 250px; }
  .nub8 .abvy .srngj03 { flex: 1 1 auto; }
  
  .nub8 .abvy .pszd1uga { grid-template-columns: 1fr 1fr; gap: 20px; }
  .nub8 .abvy .kzble { flex-wrap: wrap; }
  .nub8 .abvy .i2x3y6f { flex: 0 0 auto; margin: 0 8px 0 0; }
  .nub8 .csd2iw:last-child:nth-child(odd) { grid-column: auto; }
  
  .nub8.tmzcdr .fzh8, .nub8.x52kg7 .fzh8 { background: none; }
}
[dir="rtl"] .nub8 .ba5tr .u75y5h9 b { text-align: left; }
[dir="rtl"] .nub8 .ba5tr .u75y5h9 > .jxase b { text-align: right; }
[dir="rtl"] .nub8 .abvy .i2x3y6f { margin: 0 0 0 8px; }
.xge0 .csd2iw .y656d4z { order: -1; }
.xge0 .csd2iw .y656d4z img.cose0 { max-height: 210px; width: 100%; }
.xge0 .csd2iw:has(.y656d4z) .fzh8 { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.xge0 .csd2iw:has(.y656d4z) .iv1id { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.xge0.v6dubg47 .csd2iw:has(.y656d4z) .iv1id { border-radius: 50%; }
.xge0 .csd2iw:has(.y656d4z) .fjzp,
.xge0 .csd2iw:has(.y656d4z) .kvfuflo { padding-top: 52px; }
.xge0.tmzcdr .fzh8, .xge0.x52kg7 .fzh8 { background: none; }
.au6qm .csd2iw .y656d4z { display: none; }
.au6qm .csd2iw { --rv-pad: 20px; }
.au6qm .ts7wqzow { font-size: var(--fs-sm); line-height: 1.65; }
.au6qm .srngj03 { gap: 16px; }
.au6qm .kzble + .kzble { display: none; }
.au6qm .iv1id.yp29k, .au6qm .iv1id.yp29k img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.keg4 .xrckq { align-items: center; text-align: center; }
.keg4 .lw7ve6j { text-align: left; }
.keg4 .va9qfo1 { margin-left: auto; margin-right: auto; }
.mjdf25f .ca0efm5, .mjdf25f .ca0efm5:has(> :nth-child(5):last-child),
.mjdf25f .ca0efm5:has(> :nth-child(6):last-child), .mjdf25f .ca0efm5:has(> :nth-child(7):last-child),
.mjdf25f .ca0efm5:has(> :nth-child(8):last-child), .mjdf25f .ca0efm5:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.mjdf25f .xrckq { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.mjdf25f .t4mlggu, .mjdf25f .va9qfo1 { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.mjdf25f .m13pdc, .mjdf25f .o8yceh09, .mjdf25f .lw7ve6j { grid-column: 2; }
.mjdf25f .xrckq > .m13pdc:first-child, .mjdf25f .xrckq > .m13pdc:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .mjdf25f .xrckq { direction: rtl; }
.qz4vpov .xrckq { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.qz4vpov .t4mlggu {
  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;
}
.qz4vpov .m13pdc, .qz4vpov .o8yceh09 { padding-left: 22px; padding-right: 22px; }
.qz4vpov .lw7ve6j { margin-left: 22px; margin-right: 22px; }
.qz4vpov .ca0efm5:has(> :nth-child(5):last-child) .xrckq { 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"); }
.lw7ve6j { padding-left: 0 !important; }
.lw7ve6j li { padding-left: 22px; margin-bottom: 8px; }
.lw7ve6j 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"] .lw7ve6j li { padding-left: 0; padding-right: 22px; }
.u75y5h9:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .nub8 .csd2iw:has(> .ba5tr) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .nub8 .csd2iw:has(> .ba5tr) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .nub8 .ba5tr { background: none; align-self: start; position: sticky; top: 96px; }
  .nub8 .ba5tr .u75y5h9 { align-items: stretch; }
  .nub8 .ba5tr .kvfuflo { margin-top: 0; padding: 20px 0 0; }
  .nub8 .ba5tr .fjzp { padding: 0; }
  
  .nub8.q9rw9 .ba5tr .iv1id { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .nub8.q9rw9 .ba5tr .iv1id:not(.yp29k) { width: 112px; height: 112px; padding: 6px; }
}
.xge0.q9rw9 .fzh8 { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.xge0.q9rw9 .iv1id { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.xge0.q9rw9 .fjzp, .xge0.q9rw9 .kvfuflo { padding-left: 0; padding-right: 0; padding-bottom: 0; }
.mjdf25f .ca0efm5, .mjdf25f .ca0efm5:has(> :nth-child(5):last-child),
.mjdf25f .ca0efm5:has(> :nth-child(6):last-child), .mjdf25f .ca0efm5:has(> :nth-child(7):last-child),
.mjdf25f .ca0efm5:has(> :nth-child(8):last-child), .mjdf25f .ca0efm5:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.mjdf25f .ca0efm5 > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.mjdf25f .xrckq { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.mjdf25f .t4mlggu, .mjdf25f .va9qfo1 { position: absolute; left: 22px; top: 22px; margin: 0; }
.mjdf25f .xrckq:not(:has(.t4mlggu, .va9qfo1)) { padding-left: 22px; }
[dir="rtl"] .mjdf25f .xrckq { padding: 22px 104px 22px 22px; }
[dir="rtl"] .mjdf25f .t4mlggu, [dir="rtl"] .mjdf25f .va9qfo1 { left: auto; right: 22px; }
@media (max-width: 700px) { .mjdf25f .ca0efm5 { grid-template-columns: minmax(0, 1fr) !important; } }
.mjdf25f .ca0efm5 .xrckq { padding: 22px 22px 22px 104px !important; }
.mjdf25f .ca0efm5 .xrckq:not(:has(.t4mlggu, .va9qfo1)) { padding-left: 22px !important; }
[dir="rtl"] .mjdf25f .ca0efm5 .xrckq { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .pszd1uga, .eye5 { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .ywo2yk .wxbldk9v, [dir="rtl"] .ywo2yk .wxbldk9v {
    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;
  }
  
  .xge0 .csd2iw:has(.y656d4z) .fjzp { padding-top: 0; }
}
.olplb0uj p, .tldn2, .nara, .f0aj, .y1snr,
.uvec8, .yxfx3, .b23c1ot, .j0ky1p p, .ns1isd p { color: var(--text-body); }
.d8gdr32 { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.b41zn, .fpu9 .b41zn, .g3y5e8,
.b15i7n, .to5spx, .sw8gx,
.j0ky1p h2, .j0ky1p h3, .tw1t79n h2, .sz3yib66 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;
}
.kpmgn9az { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.burm { font-weight: 700; letter-spacing: -0.02em; }
.nara, .f0aj { list-style: none !important; padding-left: 0; }
.nara li, .f0aj li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.nara li::marker, .f0aj li::marker { content: ""; }
.nara li::before, .f0aj 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"] .nara li, [dir="rtl"] .f0aj li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .nara li::before, [dir="rtl"] .f0aj li::before { left: auto; right: 6px; }
.ns1isd, .zx2w, .j0ky1p { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.olplb0uj a:not(.hvul):not(.guef1) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .utkgi .ldx1lo {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .utkgi .lvdtx { 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); }
  .utkgi .ijf4si3 { flex: 1 1 0; min-width: 0; }
  .utkgi .wshd5t7t {
    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;
  }
  .utkgi .ume169s { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .ot2w3w6 { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.ulwa2wp h1, .ulwa2wp h2, .ulwa2wp h3, .ulwa2wp .yt3u,
.ulwa2wp h2.g9td, .ulwa2wp h1.g9td { font-weight: 600; }
.r1r4a h1, .r1r4a h2, .r1r4a h3, .r1r4a .yt3u,
.r1r4a h2.g9td, .r1r4a h1.g9td { font-weight: 700; }
.unie h1, .unie .yt3u, .unie h1.g9td,
.xcnlsx.ulwa2wp .yt3u { font-weight: 600; }
h3.zxzf77r, .r1r4a h3.zxzf77r, .fjzp h3, .r1r4a .fjzp h3 { font-weight: 600; }
.fa3j .td3n1 a, .f7w9w99 .td3n1 a { font-weight: 600; }
.ir8wp3 .tc0op { font-weight: 600; }
.ir8wp3 .u6f3 { font-weight: 700; }
.luz0u { font-weight: 600; }
.u6f3 { font-weight: 700; }
.puoa { font-weight: 400; }
.na1e4i { display: block; }
.f3efas { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.f3efas .xqktaq { margin: 20px 0 8px; }
.t1jkq0 { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .f3efas { padding: 0 16px; } }
@media (min-width: 1100px) {
  .p1w5r3ts .j3ct1t7, .f5smm .j3ct1t7, .yhlw .j3ct1t7,
  .p1w5r3ts .na1e4i, .f5smm .na1e4i, .yhlw .na1e4i { max-width: 1280px; }
  .p1w5r3ts .na1e4i, .f5smm .na1e4i, .yhlw .na1e4i {
    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;
  }
  .f5smm .na1e4i, .yhlw .na1e4i { grid-template-columns: minmax(0, 1fr) 264px; }
  .f5smm .f3efas, .yhlw .f3efas { order: 2; }
  .p1w5r3ts .f3efas, .f5smm .f3efas, .yhlw .f3efas {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .p1w5r3ts .v90j2y, .f5smm .v90j2y, .yhlw .v90j2y {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .p1w5r3ts .wd00t .fu25, .f5smm .wd00t .fu25,
  .yhlw .wd00t .fu25 { max-width: none; padding-left: 0; padding-right: 0; }
  .p1w5r3ts .wd00t > .t1jkq0:first-child, .f5smm .wd00t > .t1jkq0:first-child,
  .yhlw .wd00t > .t1jkq0:first-child { padding-top: 0; }
  .p1w5r3ts .wd00t > .t1jkq0:first-child .fu25, .f5smm .wd00t > .t1jkq0:first-child .fu25,
  .yhlw .wd00t > .t1jkq0:first-child .fu25 { padding-top: 0; }

  
  .p1w5r3ts .f3efas .xqktaq, .f5smm .f3efas .xqktaq, .yhlw .f3efas .xqktaq {
    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;
  }
  .p1w5r3ts .f3efas .wlym, .f5smm .f3efas .wlym, .yhlw .f3efas .wlym {
    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);
  }
  .p1w5r3ts .f3efas .fljb69w, .f5smm .f3efas .fljb69w, .yhlw .f3efas .fljb69w {
    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);
  }
  .p1w5r3ts .f3efas .fljb69w li, .f5smm .f3efas .fljb69w li, .yhlw .f3efas .fljb69w li {
    display: block !important; margin: 0 !important;
  }
  .p1w5r3ts .f3efas .fljb69w li::before, .f5smm .f3efas .fljb69w li::before, .yhlw .f3efas .fljb69w li::before,
  .p1w5r3ts .f3efas .fljb69w li::after, .f5smm .f3efas .fljb69w li::after, .yhlw .f3efas .fljb69w li::after,
  .p1w5r3ts .f3efas .fljb69w a::before, .f5smm .f3efas .fljb69w a::before, .yhlw .f3efas .fljb69w a::before {
    content: none !important; display: none !important;
  }
  .p1w5r3ts .f3efas .fljb69w a, .f5smm .f3efas .fljb69w a, .yhlw .f3efas .fljb69w 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;
  }
  .p1w5r3ts .f3efas .fljb69w a:hover, .f5smm .f3efas .fljb69w a:hover, .yhlw .f3efas .fljb69w a:hover { color: var(--text-primary) !important; }
  .p1w5r3ts .f3efas .fljb69w a.jzy5piod, .f5smm .f3efas .fljb69w a.jzy5piod, .yhlw .f3efas .fljb69w a.jzy5piod {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .yhlw .km248pmu {
    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);
  }
  .tfyjq6n { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .lpcjq { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .m9fm1 { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .v6dubg47 .m9fm1 { border-radius: 50%; }
  .texgwm2w { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .et1h6l { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .pdcpx7v { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .f3efas .fljb69w { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .p1w5r3ts .f3efas .fljb69w a, [dir="rtl"] .f5smm .f3efas .fljb69w a, [dir="rtl"] .yhlw .f3efas .fljb69w 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"] .p1w5r3ts .f3efas .fljb69w a.jzy5piod, [dir="rtl"] .f5smm .f3efas .fljb69w a.jzy5piod, [dir="rtl"] .yhlw .f3efas .fljb69w a.jzy5piod { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .ff8j7 .f3efas .fljb69w, [dir="rtl"] .d9eltriw .f3efas .fljb69w,
[dir="rtl"].ff8j7 .f3efas .fljb69w, [dir="rtl"].d9eltriw .f3efas .fljb69w { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .f3efas .fljb69w { border-right: none; } }
.d9eltriw .f3efas {
  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);
}
.d9eltriw .f3efas .xqktaq {
  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;
}
.d9eltriw .f3efas .wlym { display: none !important; }
.d9eltriw .f3efas .fljb69w {
  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;
}
.d9eltriw .f3efas .fljb69w::-webkit-scrollbar { display: none; }
.d9eltriw .f3efas .fljb69w li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.d9eltriw .f3efas .fljb69w li::before, .d9eltriw .f3efas .fljb69w li::after,
.d9eltriw .f3efas .fljb69w a::before { content: none !important; display: none !important; }
.d9eltriw .f3efas .fljb69w 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;
}
.d9eltriw .f3efas .fljb69w li:first-child a { padding-left: 0 !important; }
.d9eltriw .f3efas .fljb69w a:hover { color: var(--text-primary) !important; }
.d9eltriw .f3efas .fljb69w a.jzy5piod { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.d9eltriw .t1jkq0 { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .d9eltriw .f3efas .xqktaq { padding: 0 16px !important; } }
.d9eltriw .f3efas .fljb69w {
  -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;
}
.d9eltriw .f3efas .xqktaq { overflow: hidden; }
.wyulq5 .nxz4okyu li::before, .nara li::before, .f0aj li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .jug8f7q, .zvxkj4, .yu8mw2, .kuv3 { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .sxtxs6nz, .fanem8p { display: block !important; }
  .sxtxs6nz .zeqwxvml, .fanem8p .zeqwxvml { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .sxtxs6nz .zeqwxvml, [dir="rtl"] .fanem8p .zeqwxvml { float: right; margin: 0 0 0 8px; }
  .sxtxs6nz strong, .fanem8p strong { line-height: 18px; margin-bottom: 8px; }
  .sxtxs6nz p, .fanem8p p { clear: both; }
  .csd2iw { --rv-pad: 18px; }
  .srngj03 { gap: 16px; }
}
.cd2mjbc .gkzosv2, .ijy1c7un .gkzosv2, .z04l5u .gkzosv2, .r1eg5xq .gkzosv2 { color: var(--text-primary); }
.cd2mjbc .gkzosv2 .dxlhod { color: var(--tone-link, var(--accent)); }
.cd2mjbc .gkzosv2:not(:has(.dxlhod))::first-letter { color: var(--tone-link, var(--accent)); }
.cd2mjbc .gkzosv2 { display: inline-block; }
.r1eg5xq .gkzosv2::after { content: "."; color: var(--tone-mark, var(--accent)); }
.z04l5u .gkzosv2 { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.ijy1c7un .gkzosv2 { font-weight: 700; letter-spacing: -0.035em; }
.cbe4vno .gkzosv2, .eqpo .gkzosv2,
.cbe4vno .gkzosv2 .dxlhod, .eqpo .gkzosv2 .dxlhod { color: #fff !important; }
.cbe4vno.r1eg5xq .gkzosv2::after, .eqpo.r1eg5xq .gkzosv2::after { color: rgba(255,255,255,0.7); }
.cbe4vno.cd2mjbc .gkzosv2::first-letter, .eqpo.cd2mjbc .gkzosv2::first-letter { color: #fff; }
.v6lq27kx .wd00t > .t1jkq0:nth-of-type(even) .sfb5p { display: none; }
.hysg1 .wd00t > .t1jkq0 .sfb5p { display: none; }
.hysg1 .wd00t > .t1jkq0:nth-of-type(-n+2) .sfb5p { display: block; }
.efkih42 .sfb5p { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.efkih42 .sfb5p .lrpgszt6 { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .efkih42 .sfb5p .lrpgszt6 { aspect-ratio: 16 / 7; } }
.dvfm8s .sfb5p .lrpgszt6 { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.dvfm8s .sfb5p::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.dvfm8s .sfb5p, .j3ny .sfb5p { border-radius: var(--r-card); isolation: isolate; }
.j3ny .sfb5p .lrpgszt6 { filter: grayscale(1) contrast(1.1); }
.gi0jeibb, .gi0jeibb.iqsqs { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.gi0jeibb .wqsf { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.gi0jeibb .yt3u { 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; }
.gi0jeibb .puoa { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.gi0jeibb .wqsf::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.gi0jeibb ~ .bhjy { position: static !important; transform: none !important; left: auto !important; width: 100% !important; max-width: var(--content-mw, 1100px) !important; margin: 0 auto !important; padding: 16px 24px 0 !important; }
.gi0jeibb ~ .bhjy .fv0gl { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .p1w5r3ts .gi0jeibb .wqsf, .f5smm .gi0jeibb .wqsf, .yhlw .gi0jeibb .wqsf { max-width: 1280px; }
}
@media (max-width: 640px) { .gi0jeibb { padding-top: 24px; } .gi0jeibb .wqsf { padding: 0 16px; } .gi0jeibb .yt3u { font-size: var(--fs-h2); max-width: none; } }
.zrdtrmz, .zrdtrmz.iqsqs, .fzfpeivd, .fzfpeivd.iqsqs {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.zrdtrmz .wqsf, .fzfpeivd .wqsf { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.ds2tr2uy.cexqhf, .ds2tr2uy.cexqhf.iqsqs { min-height: 0 !important; padding: 48px 0; }
.j3rhy .u6f3 {
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25;
}
.j3rhy .xf706, .j3rhy .mxcv, .j3rhy .bwu1 { background: var(--tone-fill-raw, var(--accent-bg)); }
.j3rhy .j6jr7y3e { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.j3rhy .j6jr7y3e::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .j3rhy .j6jr7y3e {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .j3rhy .a3xhrdpt, .j3rhy .v0wnp6, .j3rhy .ow78ibl3, .j3rhy .nutx6,
  .j3rhy .xf706, .j3rhy .wgnn, .j3rhy .mprw {
    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;
  }
  
  .iqsqs .j3rhy, .j3rhy.faubd8, .j3rhy.vui6z, .j3rhy.y4lp {
    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;
  }
  .iqsqs .j3rhy::-webkit-scrollbar { display: none; }
  .iqsqs .j3rhy .j6jr7y3e { flex: 0 0 74% !important; scroll-snap-align: center; }
  .zrdtrmz, .fzfpeivd { padding: 32px 0 24px; }
  .ds2tr2uy.cexqhf { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .fzfpeivd, .zrdtrmz, .ds2tr2uy.cexqhf { overflow-x: clip; max-width: 100vw; }
  .fzfpeivd .wqsf, .zrdtrmz .wqsf, .cexqhf .gsoi3s62, .cexqhf .evgg { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .iqsqs .j3rhy { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.ujud, .ujud.iqsqs, .dgzn4m, .dgzn4m.iqsqs {
  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);
}
.rew4mpa .ujud, .rew4mpa .dgzn4m { --hero-fg: var(--b-900); --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-700); }
.rew4mpa .ujud { border-bottom: var(--bw-hair) solid var(--b-200); }
.ujud .wqsf, .dgzn4m .wqsf {
  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;
}
.ujud .wqsf { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.vynqsy .wqsf:has(.ergmkgd7) { grid-template-columns: minmax(0, 1fr) 320px; }
.ujud .yt3u, .dgzn4m .yt3u, .gi0jeibb .yt3u {
  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;
}
.ujud .yt3u, .dgzn4m .yt3u { color: var(--hero-fg) !important; }
.ujud .puoa, .dgzn4m .puoa {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.dhwqtb .fv0gl, .dhwqtb .fv0gl * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.dhwqtb .fv0gl { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.ujud .dhwqtb .fv0gl, .ujud .dhwqtb .fv0gl a, .ujud .dhwqtb .fv0gl span,
.dgzn4m .dhwqtb .fv0gl, .dgzn4m .dhwqtb .fv0gl a, .dgzn4m .dhwqtb .fv0gl span { color: var(--hero-fg-dim) !important; }
.ujud .dhwqtb .fv0gl a, .dgzn4m .dhwqtb .fv0gl a { color: var(--hero-fg) !important; font-weight: 600; }
.gi0jeibb .dhwqtb .fv0gl { color: var(--text-muted); }
.gi0jeibb .wqsf::after { margin-top: 22px; }
.dgzn4m { padding: 24px 0 0; background: none; }
.r3cv5k {
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  padding: 30px 36px; border-radius: calc(var(--r-card) + 8px);
  background: linear-gradient(120deg, var(--hero-a, var(--b-900)) 0%, var(--hero-b, var(--b-800)) 100%);
}
.wknpn8p { min-width: 0; }
.dgzn4m .yt3u { max-width: 24ch; }
.dr3fdzv6 {
  flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 6px; width: 176px; padding: 16px 14px;
  border-radius: var(--r-card); background: #fff; text-decoration: none; text-align: center;
  box-shadow: 0 14px 32px -14px rgba(0,0,0,.5); transition: transform .15s ease;
}
.dr3fdzv6:hover { transform: translateY(-2px); }
.dr3fdzv6 img { width: 64px; height: 64px; object-fit: cover; border-radius: var(--r-btn); }
.v6dubg47 .dr3fdzv6 img { border-radius: 50%; }
.h2k78j { font-size: var(--fs-label); font-weight: 700; color: var(--n-900, #111); line-height: 1.25; }
.xzt7 { font-size: var(--fs-caption); font-weight: 600; color: var(--b-700); line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
@media (min-width: 1100px) {
  .p1w5r3ts .ujud .wqsf, .f5smm .ujud .wqsf, .yhlw .ujud .wqsf,
  .p1w5r3ts .dgzn4m .wqsf, .f5smm .dgzn4m .wqsf, .yhlw .dgzn4m .wqsf { max-width: 1280px; }
}
@media (max-width: 760px) {
  .ujud { padding: 24px 0 26px; }
  .ujud .wqsf, .dgzn4m .wqsf { padding: 0 16px; }
  .vynqsy .wqsf:has(.ergmkgd7) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .ergmkgd7 { display: none; }
  .dgzn4m { padding-top: 12px; }
  .r3cv5k { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .dr3fdzv6 { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .dr3fdzv6 img { width: 48px; height: 48px; flex: 0 0 48px; }
  .h2k78j { flex: 0 0 auto; }
  .xzt7 { flex: 1 1 0; min-width: 0; }
  .ujud .yt3u, .dgzn4m .yt3u, .gi0jeibb .yt3u { font-size: 25px !important; max-width: none; }
  .ujud .puoa, .dgzn4m .puoa { font-size: 15px; }
}
.id2s8j .puoa, .ds2tr2uy .puoa, .gfpnsg .puoa { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .hcm3c .g356n:not(.j3rhy), .ft3c02cz .g356n:not(.j3rhy) {
    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;
  }
  .hcm3c .g356n:not(.j3rhy) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hcm3c .g356n:not(.j3rhy):has(> :nth-child(5):last-child),
  .hcm3c .g356n:not(.j3rhy):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .hcm3c .g356n:not(.j3rhy):has(> :nth-child(3):last-child),
  .hcm3c .g356n:not(.j3rhy):has(> :nth-child(6):last-child),
  .hcm3c .g356n:not(.j3rhy):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ft3c02cz .g356n:not(.j3rhy) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .hcm3c .g356n:not(.j3rhy) > .j6jr7y3e,
  .ft3c02cz .g356n:not(.j3rhy) > .j6jr7y3e: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;
  }
  .hcm3c .g356n:not(.j3rhy) > .j6jr7y3e:hover,
  .ft3c02cz .g356n:not(.j3rhy) > .j6jr7y3e:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .hcm3c .j6jr7y3e .a3xhrdpt, .ft3c02cz .j6jr7y3e:nth-child(-n+3) .a3xhrdpt {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .hcm3c .j6jr7y3e .v0wnp6, .hcm3c .j6jr7y3e .ow78ibl3, .hcm3c .j6jr7y3e .nutx6,
  .ft3c02cz .j6jr7y3e:nth-child(-n+3) .v0wnp6, .ft3c02cz .j6jr7y3e:nth-child(-n+3) .ow78ibl3,
  .ft3c02cz .j6jr7y3e:nth-child(-n+3) .nutx6 { order: -2; padding: 0; gap: 12px; }
  .hcm3c .j6jr7y3e .i4de, .ft3c02cz .j6jr7y3e:nth-child(-n+3) .i4de {
    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;
  }
  .hcm3c .j6jr7y3e .qkuoy90, .ft3c02cz .j6jr7y3e:nth-child(-n+3) .qkuoy90 { max-height: 88px !important; max-width: 88% !important; }
  .hcm3c .j6jr7y3e .luz0u, .ft3c02cz .j6jr7y3e:nth-child(-n+3) .luz0u { padding: 0 16px; font-size: var(--fs-body); }
  .hcm3c .j6jr7y3e .mfawxf1, .ft3c02cz .j6jr7y3e:nth-child(-n+3) .mfawxf1 { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .hcm3c .j6jr7y3e .wgnn, .hcm3c .j6jr7y3e .mprw,
  .ft3c02cz .j6jr7y3e:nth-child(-n+3) .wgnn, .ft3c02cz .j6jr7y3e:nth-child(-n+3) .mprw { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .hcm3c .j6jr7y3e .mprw::before, .ft3c02cz .j6jr7y3e:nth-child(-n+3) .mprw::before { display: none; }
  .hcm3c .j6jr7y3e .mc82jn0, .hcm3c .j6jr7y3e .dmfxfa5w,
  .ft3c02cz .j6jr7y3e:nth-child(-n+3) .mc82jn0, .ft3c02cz .j6jr7y3e:nth-child(-n+3) .dmfxfa5w { justify-content: center; }
  .hcm3c .j6jr7y3e .u6f3, .ft3c02cz .j6jr7y3e:nth-child(-n+3) .u6f3 { font-size: var(--fs-sm); }
  
  .hcm3c .j6jr7y3e .jcetb2fu, .ft3c02cz .j6jr7y3e:nth-child(-n+3) .jcetb2fu { display: none; }
  
  .hcm3c .g356n:not(.j3rhy) > .j6jr7y3e::before,
  .ft3c02cz .g356n:not(.j3rhy) > .j6jr7y3e: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"] .hcm3c .g356n:not(.j3rhy) > .j6jr7y3e::before,
  [dir="rtl"] .ft3c02cz .g356n:not(.j3rhy) > .j6jr7y3e:nth-child(-n+3)::before { left: auto; right: 10px; }

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

  
  .axs1 .g356n:not(.j3rhy) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .axs1 .g356n:not(.j3rhy)::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);
  }
  .axs1 .g356n:not(.j3rhy) > .j6jr7y3e { padding-top: 10px; padding-bottom: 10px; position: static; }
  .axs1 .g356n:not(.j3rhy) > .j6jr7y3e:first-child { position: relative; }
  .axs1 .g356n:not(.j3rhy) .a3xhrdpt { position: static; }
  .axs1 .g356n:not(.j3rhy) .badp8w { display: none; }
  
  .axs1 .g356n:not(.j3rhy) > .j6jr7y3e:first-child .badp8w {
    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;
  }
  .axs1 .i4de { height: 64px !important; width: auto !important; }
  .axs1 .qkuoy90 { max-height: 56px !important; max-width: 120px !important; }
  .axs1 .ow78ibl3 { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .axs1 .u6f3 { font-size: var(--fs-sm); }
  .axs1 .the3vdnt.hvul { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .axs1 .ata0xy .j6jr7y3e::before, .axs1.ata0xy .j6jr7y3e::before { top: 8px; bottom: 8px; }
  
  .hcm3c.ata0xy .j6jr7y3e::before { border-radius: var(--r-pill) !important; }
  .hcm3c.mzov5lo3 .j6jr7y3e:nth-child(even), .ft3c02cz.mzov5lo3 .j6jr7y3e:nth-child(even) { background: var(--bg-card) !important; }
  .hcm3c.vr576e6l .j6jr7y3e:first-child, .ft3c02cz.vr576e6l .j6jr7y3e:first-child { border-top: none !important; }
  .hcm3c.uu5w6tir .g356n:not(.j3rhy) .j6jr7y3e:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .hcm3c .j6jr7y3e .mprw, .ft3c02cz .j6jr7y3e:nth-child(-n+3) .mprw { display: flex !important; flex-direction: column; }
  
  .axs1 .g356n:not(.j3rhy) { 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; }
  .axs1 .g356n:not(.j3rhy) > .j6jr7y3e { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .axs1 .g356n:not(.j3rhy) > .j6jr7y3e + .j6jr7y3e { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .axs1 .g356n:not(.j3rhy) > .j6jr7y3e:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .axs1 .ow78ibl3, .axs1 .v0wnp6, .axs1 .nutx6 { justify-content: flex-start; align-items: center; }
  .axs1 .mprw { --cs-link-h: 0px; }
  .axs1 .mprw .roba { display: none; }
}
@media (min-width: 901px) {
  .hcm3c .g356n:not(.j3rhy) .t9ff3vu,
  .ft3c02cz .g356n:not(.j3rhy) > .j6jr7y3e:nth-child(-n+3) .t9ff3vu { display: block; }
}
body .iqsqs.ujud .yt3u, body .iqsqs.dgzn4m .yt3u,
body section.ujud .yt3u, body section.dgzn4m .yt3u { color: var(--hero-fg) !important; text-shadow: none !important; }
body .iqsqs.gi0jeibb .yt3u { text-shadow: none !important; }
.dr3fdzv6 { width: 196px; padding: 18px 16px 16px; gap: 8px; }
.nz8x6 {
  display: block; align-self: stretch; margin-top: 6px; padding: 10px 12px !important; text-align: center;
  font-size: var(--fs-label) !important; font-weight: 700; border-radius: var(--btn-radius, var(--r-btn)) !important;
}
@media (max-width: 760px) {
  .dr3fdzv6 { width: auto; flex-wrap: wrap; }
  .nz8x6 { flex: 1 0 100%; margin-top: 4px; }
}
.lc4q .jkpev4, .tj9dxp .jkpev4 { display: block; }
@media (max-width: 640px) {
  .cbe4vno .td3n1, .eqpo .td3n1,
  .cbe4vno .td3n1.dx1ajo79, .eqpo .td3n1.dx1ajo79 { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .cbe4vno .td3n1 a, .eqpo .td3n1 a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .cak1c4r7 .td3n1, .cak1c4r7 .td3n1.dx1ajo79 { background: var(--b-50) !important; }
}
body .csd2iw .g7zjh strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .csd2iw .g7zjh strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.nub8 .csd2iw .ba5tr .g7zjh strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.ujud, .dgzn4m { --hero-fg-soft: rgba(255,255,255,0.92); --hero-fg-dim: rgba(255,255,255,0.84); }
.rew4mpa .ujud, .rew4mpa .dgzn4m { --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-800); }
.jnqlqbys, .cd8rimxj, .vn00 .jnqlqbys, .vn00 .cd8rimxj { color: var(--text-muted); }
@media (max-width: 560px) {
  .iv1id.yp29k, .iv1id.yp29k img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .tmzcx5:has(> .id2s8j, > .ujud, > .ds2tr2uy) + .fzdsiipq { margin-top: -38px; }
  
  .q46imb .tmzcx5 + .fzdsiipq { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .p1w5r3ts .fzdsiipq, .f5smm .fzdsiipq, .yhlw .fzdsiipq { max-width: 1280px; }
}
@media (max-width: 640px) {
  .bz8j .kpmgn9az { max-width: none; }
}
.kpmgn9az, .yt3u, .b41zn { overflow-wrap: break-word; }
.b7hhtj > div > div, .olplb0uj .yysz2l > div { min-width: 0; }
.olplb0uj p, .olplb0uj li, .olplb0uj td, .olplb0uj a { overflow-wrap: anywhere; }
:root {
  --accent: #3e8553;
  --brand: #3e8553;
  --accent-light: #2c6a3f;
  --brand-light: #2c6a3f;
  --accent-bg: #f1f8f2;
  --accent-bg-light: #f1f8f2;
  --accent-pale: #c6e2cb;
  --brand-pale: #c6e2cb;
  --cta: #d1450e;
  --cta-hover: #b63802;
  --cta-fg: #ffffff;
  --cta-light: #569f6a;
  --text-primary: #302923;
  --text-body: #4a423c;
  --text-sub: #4a423c;
  --text-muted: #69625b;
  --text-faint: #787069;
  --text-dim: #787069;
  --text-label: #69625b;
  --text-value: #302923;
  --bg-page: #ffffff;
  --bg-surface: #f8f3e9;
  --bg-card: #ffffff;
  --bg-card-inner: #faf6ef;
  --bg-card-inner-raw: #faf6ef;
  --bg-raised: #f2ebde;
  --bg-hover: #f8f3e9;
  --border: #dbd3c6;
  --border-alt: #e8e2d7;
  --border-section: #e8e2d7;
  --c-pros: #317a45;
  --c-pros-label: #115629;
  --c-cons: #9f4d48;
  --c-cons-label: #742e2b;
  --bg-pros: #eef7ef;
  --bg-cons: #fff1ef;
  --bg-warning: #fbf3ea;
  --bg-note: #ecf6fe;
  --bg-pros-raw: #eef7ef;
  --bg-cons-raw: #fff1ef;
  --bg-warning-raw: #fbf3ea;
  --bg-note-raw: #ecf6fe;
  --bg-tip: #f8f3e9;
  --bg-info: #f8f3e9;
  --c-tip-border: #3e8553;
  --c-warn-border: #a86b03;
  --c-tag-pay: #f8f3e9;
  --grad-start: #3e8553;
  --grad-end: #2c6a3f;
  --tone-fill: #f8f3e9;
  --tone-fill-2: #f2ebde;
  --tone-fill-raw: #f8f3e9;
  --tone-fill-2-raw: #f2ebde;
  --tone-fill-head: #302923;
  --tone-fill-fg: #4a423c;
  --tone-fill-muted: #615a54;
  --tone-fill-head-raw: #302923;
  --tone-fill-fg-raw: #4a423c;
  --tone-fill-muted-raw: #615a54;
  --sh-card: 0 0 0 1px rgba(48, 41, 35, 0.06), 0 1px 2px rgba(48, 41, 35, 0.05), 0 10px 24px -14px rgba(48, 41, 35, 0.18);
  --sh-lift: 0 0 0 1px rgba(48, 41, 35, 0.06), 0 2px 4px rgba(48, 41, 35, 0.06), 0 18px 36px -18px rgba(48, 41, 35, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #3e8553;
  --tone-mark: #3e8553;
  --tone-mark-fg: #ffffff;
  --tone-head: #302923;
  --tone-sub: #2c6a3f;
  --tone-link: #3e8553;
  --tone-th: #f8f3e9;
  --tone-th-fg: #302923;
  --tone-chip: #f8f3e9;
  --tone-chip-fg: #4a423c;
  --tone-soft: #f1f8f2;
  --tone-soft-fg: #2c6a3f;
  --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: #054f4b;
  --b-50: #f1f8f2;
  --s-50: #fff3ef;
  --n-50: #f8f5f2;
  --b-100: #e2efe5;
  --s-100: #fee5dd;
  --n-100: #eeeae7;
  --b-200: #c6e2cb;
  --s-200: #feccbd;
  --n-200: #ddd8d4;
  --b-300: #9cd1a8;
  --s-300: #fea98f;
  --n-300: #c6c0bc;
  --b-400: #75b886;
  --s-400: #f5805c;
  --n-400: #aba49f;
  --b-500: #569f6a;
  --s-500: #dd6139;
  --n-500: #928b85;
  --b-600: #3e8553;
  --s-600: #be471f;
  --n-600: #7a726b;
  --b-700: #2c6a3f;
  --s-700: #9b340e;
  --n-700: #615a54;
  --b-800: #1d502d;
  --s-800: #772405;
  --n-800: #4a423c;
  --b-900: #0f331a;
  --s-900: #4e1301;
  --n-900: #302923;
}
:root { --logo-bg-opacity: 60%; }
body, button, input { font-family: "Lato", sans-serif; }
h1, h2, h3, .yt3u, .wshd5t7t, .fjzp h3 { font-family: "Source Serif 4", var(--font-body-stack, Georgia, serif); letter-spacing: -0.01em; }
.vkgnq .iqsqs, .vkgnq .ds2tr2uy { min-height: 420px; }
.yye0b0al::before { content: '/'; }