:root {
  --color-accent: #1f3a7a;
  --color-cta: #c81e3a;
  --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);
}
.ehmb0u {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.wtu9d4 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.fuujuuz1 {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.yn7qtm47 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.gvqw { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.gvqw a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.gvqw a:hover { color: var(--accent-light); }
.r6uuzu4     .n95wu { border-radius: var(--r-card); padding: 8px; }
.r6uuzu4 .n95wu li a { border-radius: var(--r-card); }
.pc0j60x .n95wu li + li { border-top: var(--bw-hair) dotted var(--border-alt); }
@media (max-width: 640px) {
  .n95wu {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .xrcre0:hover .n95wu,
  .xrcre0:focus-within .n95wu { display: block; }
  .n95wu li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.x4gp {
  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);
}
.b77clm { display: none; }
@media (max-width: 640px) {
  .b77clm {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .b77clm.ufm9 { display: block; }
}
@media (max-width: 640px) {
  .x4gp { display: block; }
  .gvqw > li + li::before { display: none !important; }
  .gvqw {
    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;
  }
  .gvqw.ufm9 { display: flex; }
  .gvqw li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .gvqw li:last-child a { border-bottom: none; }
}
.uupqeu4i { min-height: 480px; }
.q4m5o {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.ahafm2f { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.ukse9g2 .ahafm2f { margin-left: 0; margin-right: 0; }
.sutdk .stn3cdb9 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.sutdk .q4m5o { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.sutdk .ahafm2f { color: #e2e8f0; }
.sutdk.kwal9 .stn3cdb9 { text-align: center; }
.sutdk.ukse9g2   .stn3cdb9 { text-align: left; }
.hi6sl .stn3cdb9 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.hi6sl .q4m5o { color: var(--text-primary); text-shadow: none; }
.hi6sl .ahafm2f { color: var(--text-muted); }
.hi6sl, .hi6sl.uupqeu4i { min-height: auto !important; }
.hi6sl.kwal9 .stn3cdb9 { text-align: center; }
.hi6sl.ukse9g2   .stn3cdb9 { text-align: left; }
.hi6sl~.gpa81 .wkx9stb{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; }
}
.pe0j .q4m5o { color: #fff; }
.pe0j .ahafm2f { color: rgba(255,255,255,0.85); }
.qgo5 .q4m5o { text-shadow: none; color: var(--text-primary); }
.qgo5 .ahafm2f { color: var(--text-muted); }
body.hqozb1d .q4m5o {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.r2eblm .q4m5o {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.uupqeu4i.pe0j .q4m5o,
section.pe0j .q4m5o {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.qgo5.ukse9g2   .sk7tzc7y { align-items: flex-start; text-align: left; }
.uupqeu4i .vw4nmv {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.vw4nmv .rsto {
  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;
}
.vw4nmv .rsto + .rsto { border-top: var(--bw-hair) solid var(--border-alt); }
.vw4nmv .ahmjdyl { align-items: center; text-align: center; width: 100%; }
.vw4nmv .fkjf6y {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.vw4nmv .cedn5mjq { max-height: 64px; max-width: 140px; }
.vw4nmv .nqtlsl {
  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%;
}
.vw4nmv .dqq4e,
.vw4nmv .h2n5d0 {
  font-size: var(--fs-sm);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.vw4nmv .vzwks.aecy2g {
  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;
}
.vw4nmv .vzwks.aecy2g:hover { opacity: 0.85; }
.vw4nmv .rsto,
.vw4nmv .rsto:hover,
.vw4nmv .rsto:nth-child(even),
.vw4nmv .rsto:nth-child(odd),
.vw4nmv .rsto:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.w45oofh .stn3cdb9 { padding-bottom: 24px; }
.gzmucj .stn3cdb9 { max-width: 1100px; }
@media (max-width: 700px) {
  .qgo5 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .qgo5:not(.pvs3vzu) .yc1qkg { display: none !important; }
  .pvs3vzu .yc1qkg { padding: 16px; }
  .sk7tzc7y  { padding: 36px 24px; }
  .qgo5~.gpa81,.kcg7~.gpa81{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .uupqeu4i, .qgo5 { min-height: 320px !important; }
  .q4m5o { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .juwp,
  .i9mk,
  .q5z4 { grid-template-columns: 1fr !important; }

  

  
  .w45oofh { display: flex !important; flex-direction: column !important; }
  .w45oofh .stn3cdb9 { display: contents; }
  .w45oofh .q6f9krn { order: 0; }
  .w45oofh .q4m5o { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .w45oofh .juwp { order: 2; padding: 0 16px 12px !important; }
  .w45oofh .ahafm2f { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .gzmucj .stn3cdb9 { display: flex; flex-direction: column; }
  .gzmucj .stn3cdb9 .q4m5o { order: 1; }
  .gzmucj .stn3cdb9 .q5z4 { order: 2; margin: 8px 0 24px !important; }
  .gzmucj .stn3cdb9 .ahafm2f { order: 3; }
  .gzmucj .stn3cdb9 .s22zd0g { order: 4; align-self: center; margin-top: 0; }

  
  .qgo5.pvs3vzu {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .qgo5.pvs3vzu .sk7tzc7y { display: contents; padding: 0; }
  .qgo5.pvs3vzu .sk7tzc7y .q4m5o { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .qgo5.pvs3vzu .yc1qkg { order: 2; padding: 12px 16px; }
  .qgo5.pvs3vzu .sk7tzc7y .ahafm2f { order: 3; padding: 0 24px; margin: 0 auto; }
  .qgo5.pvs3vzu .sk7tzc7y .s22zd0g { order: 4; align-self: center; margin: 8px 0 32px; }
}
.czid { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.bo8z { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.pthfc4jp .czid        { border-radius: var(--r-card); }
.pthfc4jp .bo8z  { border-radius: var(--r-card); }
.xstw4iv .czid         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.xstw4iv .bo8z   { border-radius: var(--r-btn); }
.iwoy8w { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.n09qlgw { width: 100%; padding: 32px 0; position: relative; }
.uczx9 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.h67f8wku .n09qlgw, .g2l0yxm .n09qlgw { background: transparent; }
.ym8uq4dd .xc6u > *,
.aptz > *, .pcp4jrw > *, .tby8yhd > *, .y5i8xr > *, .aizg1 > * {
  --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.at5hwqmy { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.at5hwqmy {
  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.lqpjf { 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; }
.b2hxlwbj h2.at5hwqmy {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.hdi3 h2.at5hwqmy {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.hzvf8b1g h2.at5hwqmy {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.hydx1 h2.at5hwqmy::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.vkndd h2.at5hwqmy {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.kwz9 h2.at5hwqmy::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.jlbng h2.at5hwqmy {
  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) { .x20b { display: none; } }
.p8m5 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.hk0i { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.x9up {
  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;
}
.q4cqtmjf { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.v0ygy { padding-left: 20px; }
.v0ygy li { margin-bottom: 8px; }
.v0ygy a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.v0ygy a:hover { color: var(--tone-link, var(--accent-light)); }
.jq8d .q4cqtmjf { display: none; }
.mr33tm .q4cqtmjf { display: none; }
.mr33tm .v0ygy { padding-left: 0; list-style: none; }
.mr33tm .v0ygy li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.mr33tm .v0ygy a { font-size: var(--fs-sm); }
.miswdtl0 .x9up { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.miswdtl0 .q4cqtmjf { display: none; }
.miswdtl0 .v0ygy { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.miswdtl0 .v0ygy li { margin-bottom: 0; }
.miswdtl0 .v0ygy 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;
}
.miswdtl0 .v0ygy a:hover { border-color: var(--accent); color: var(--accent); }
.fmkxx9k7 .x9up { padding: 20px 20px 16px; }
.fmkxx9k7 .v0ygy {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.fmkxx9k7 .v0ygy li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.fmkxx9k7 .v0ygy 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;
}
.fmkxx9k7 .v0ygy 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;
}
.fmkxx9k7 .v0ygy a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.fmkxx9k7 .v0ygy a:focus,
.fmkxx9k7 .v0ygy a:focus-visible,
.fmkxx9k7 .v0ygy a:target { outline: none; }
.fmkxx9k7 .v0ygy li:target a { border-color: var(--border); color: var(--text-muted); }
.oxho1z .x9up { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.oxho1z .q4cqtmjf { display: none; }
.oxho1z .v0ygy { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.oxho1z .v0ygy li { counter-increment: toc-n; margin-bottom: 0; }
.oxho1z .v0ygy 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;
}
.oxho1z .v0ygy 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;
}
.oxho1z .v0ygy a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.i1uktrm .x9up { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.i1uktrm .q4cqtmjf { display: none; }
.i1uktrm .v0ygy { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.i1uktrm .v0ygy li { margin-bottom: 0; }
.i1uktrm .v0ygy 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;
}
.i1uktrm .v0ygy a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.ka9tgvsg .x9up { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ka9tgvsg .q4cqtmjf { display: none; }
.ka9tgvsg .v0ygy { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ka9tgvsg .v0ygy li { margin-bottom: 0; }
.ka9tgvsg .v0ygy li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ka9tgvsg .v0ygy li:last-child::after { content: ""; margin-right: 0; }
.ka9tgvsg .v0ygy a { font-size: var(--fs-sm); }
.xc6u { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.ym8uq4dd .xc6u { background: var(--bg-card); }
.wkvko .xc6u { background: none; border-radius: 0; padding: 28px 0 8px; }
.wkvko .xc6u + .xc6u { border-top: var(--bw-hair) solid var(--border-section); }
.fx3461 .xc6u {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.fx3461 .xc6u:last-child { border-bottom: none; }
.r329 .xc6u {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.r329 .xc6u + .xc6u { margin-top: 4px; }
.be7im .xc6u { background: none; border-radius: 0; padding: 28px 0 8px; }
.be7im .xc6u + .xc6u { border-top: var(--bw-hair) solid var(--border-section); }
.uu6s80yl { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.jf748t9q { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.ds0mgrjy, .ut0xg8bi { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.ds0mgrjy li, .ut0xg8bi li { margin-bottom: 8px; }
.ut0xg8bi li { list-style: decimal; }
.tby8yhd { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.ib9jgxt .tby8yhd,
.pcp4jrw .tby8yhd { background: transparent; border: none; border-radius: 0; }
.g8de { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.g8de 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;
}
.g8de td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.g8de tr:hover td { background: var(--bg-hover); }
.s9w1 .g8de tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.acple8kg .g8de { border: var(--bw-hair) solid var(--border-alt); }
.acple8kg .g8de th,
.acple8kg .g8de td { border: var(--bw-hair) solid var(--border-alt); }
.pryqi2f2 .g8de th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.pryqi2f2 .g8de td { border-bottom: none; }
.pryqi2f2 .g8de tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.m5n0cb .g8de th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.hx5aqfnr .tby8yhd {
  overflow: hidden;
}
.hx5aqfnr .g8de th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.hx5aqfnr .g8de tr:last-child td { border-bottom: none; }
.fpsqod9y { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.aizg1 { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.pxp1 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.vdzv { 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); }
.wbbg { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.ah2p { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.ah2p 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%}
.smwbzuk .vdzv { background: transparent; text-align: center; }
.zyu4 .pxp1 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.kd7knb7 .pxp1 {
  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);
}
.xb6p03xx .aizg1 { display: grid; grid-template-columns: auto 1fr; }
.xb6p03xx .pxp1 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.xb6p03xx .vdzv { grid-column: 2; }
.xb6p03xx .wbbg,
.xb6p03xx .ah2p { grid-column: 1 / -1; }
.emmwq .aizg1 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.emmwq .pxp1 {
  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);
}
.emmwq .vdzv { grid-column: 2; }
.emmwq .wbbg,
.emmwq .ah2p { grid-column: 1 / -1; }
.wtnkdb .aizg1 { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.wtnkdb .vdzv { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.ttwnd .aizg1 { 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); }
.ttwnd .vdzv { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.iv44a7n8 .aizg1 { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.iv44a7n8 .vdzv { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.h1b7fup6 .aizg1 { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.h1b7fup6 .vdzv { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.c529bvby .fpsqod9y { counter-reset: card-n; }
.c529bvby .aizg1  { counter-increment: card-n; }
.c529bvby .vdzv { display: flex; align-items: center; gap: 12px; }
.c529bvby .vdzv::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;
}
.eoefw .aizg1 { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.eoefw .vdzv { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.hkm8 { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.hkm8         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.nb18j     { --cl-hue: var(--tone-line, var(--accent)); }
.z1w9x7m { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.nb18j, .z1w9x7m, .gaca, .yfh2 {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.rlqx { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.rlqx::before { color: var(--cl-hue); }
.hkm8 strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.hkm8 p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.vzckj, .xv4gv3pz { border-radius: var(--r-btn); padding: 16px; }
.vzckj { background: var(--bg-pros); }
.xv4gv3pz { background: var(--bg-cons); }
.bnrm { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.vzckj .bnrm { color: var(--c-pros-label); }
.xv4gv3pz .bnrm { color: var(--c-cons-label, var(--c-cons)); }
.vzckj ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.xv4gv3pz ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.bo8z { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.aecy2g {
  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;
}
.aecy2g:hover { opacity: 0.85; }
.cttg .aecy2g  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.cttg .aecy2g:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.evcxi .aecy2g  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.evcxi .aecy2g:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.cttg .vzwks.aecy2g, .evcxi .vzwks.aecy2g,
.cttg .dwn2g .aecy2g, .evcxi .dwn2g .aecy2g {
  background: var(--cta); border: none; color: #fff;
}
.cttg .vzwks.aecy2g:hover, .evcxi .vzwks.aecy2g:hover,
.cttg .dwn2g .aecy2g:hover, .evcxi .dwn2g .aecy2g:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.h20052q .s22zd0g { border-radius: var(--r-pill); }
.h20052q .aecy2g  { border-radius: var(--r-pill); }
.u1l0u8 .aecy2g { box-shadow: none; }
.u1l0u8 .aecy2g:hover { box-shadow: none; opacity: 1; }
.tyvl71t5 .aecy2g { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.tyvl71t5 .aecy2g:hover { opacity: 1; }
.tyvl71t5 .aecy2g:active { transform: translateY(3px); box-shadow: none; }
.p5rh4 .aecy2g { box-shadow: none; }
.p5rh4 .aecy2g:hover { opacity: 1; box-shadow: none; }
.p5rh4 .aecy2g:active { box-shadow: none; }
.qzx269c5 .aecy2g { position: relative; overflow: hidden; }
.qzx269c5 .aecy2g::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.qzx269c5 .aecy2g:hover::before { left: 135%; }
.yhbqz2m .aecy2g { border-radius: 0; }
.rods3r5 .aecy2g  { padding-left: 12px; padding-right: 12px; }
.jnwk94 .aecy2g  { padding-left: 24px; padding-right: 24px; }
.dgz7topy .s22zd0g { padding-left: 56px; padding-right: 56px; }
.dgz7topy .aecy2g  { padding-left: 32px; padding-right: 32px; }
.xews   .s22zd0g::after, .xews   .aecy2g::after,
.m6p0ze .s22zd0g::after, .m6p0ze .aecy2g::after,
.xp4yqk    .s22zd0g::after, .xp4yqk    .aecy2g::after,
.oysxugq    .s22zd0g::after, .oysxugq    .aecy2g::after,
.dcu6br0    .s22zd0g::after, .dcu6br0    .aecy2g::after,
.bbf68rba     .s22zd0g::after, .bbf68rba     .aecy2g::after,
.f2vu    .s22zd0g::after, .f2vu    .aecy2g::after,
.eqt8rhq   .s22zd0g::after, .eqt8rhq   .aecy2g::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;
}
.xews .s22zd0g::after, .xews .aecy2g::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");
}
.m6p0ze .s22zd0g::after, .m6p0ze .aecy2g::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");
}
.xp4yqk .s22zd0g::after, .xp4yqk .aecy2g::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");
}
.oysxugq .s22zd0g::after, .oysxugq .aecy2g::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");
}
.dcu6br0 .s22zd0g::after, .dcu6br0 .aecy2g::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");
}
.bbf68rba .s22zd0g::after, .bbf68rba .aecy2g::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");
}
.f2vu .s22zd0g::after, .f2vu .aecy2g::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");
}
.eqt8rhq .s22zd0g::after, .eqt8rhq .aecy2g::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");
}
.e5jq   .ziv5fj::after, .e5jq   .qjx38::after,
.jqrv17 .ziv5fj::after, .jqrv17 .qjx38::after,
.qs12y1o    .ziv5fj::after, .qs12y1o    .qjx38::after,
.wk4smumu    .ziv5fj::after, .wk4smumu    .qjx38::after,
.frkmiy    .ziv5fj::after, .frkmiy    .qjx38::after,
.mg8c9l3h     .ziv5fj::after, .mg8c9l3h     .qjx38::after,
.p2on    .ziv5fj::after, .p2on    .qjx38::after,
.m8c9k   .ziv5fj::after, .m8c9k   .qjx38::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;
}
.e5jq .ziv5fj::after, .e5jq .qjx38::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");
}
.jqrv17 .ziv5fj::after, .jqrv17 .qjx38::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");
}
.qs12y1o .ziv5fj::after, .qs12y1o .qjx38::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");
}
.wk4smumu .ziv5fj::after, .wk4smumu .qjx38::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");
}
.frkmiy .ziv5fj::after, .frkmiy .qjx38::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");
}
.mg8c9l3h .ziv5fj::after, .mg8c9l3h .qjx38::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");
}
.p2on .ziv5fj::after, .p2on .qjx38::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");
}
.m8c9k .ziv5fj::after, .m8c9k .qjx38::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");
}
.rgmen {
  --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;
}
.rsto {
  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;
}
.rsto + .rsto { border-top: var(--bw-hair) solid var(--border-alt); }
.rsto > * { min-width: 0; }
.rsto:hover { background: var(--bg-hover); }
.rsto > [itemprop="item"] { display: contents; }
.rsto [itemprop="itemReviewed"],
.rsto [itemprop="reviewRating"] { display: none; }
.ahmjdyl {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.br7rjuh2, .m7sxq, .u6t1w,
.svw1c8xx, .ky9ul, .pae236o { align-items: center; text-align: center; }
.ky9ul, .pae236o { align-items: stretch; }
.p1ja8 {
  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%;
}
.wvid9x {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.h2n5d0 { font-size: var(--fs-lead); font-weight: 700; }
.r8arf .wvid9x {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.nqtlsl {
  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;
}
.fkjf6y {
  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;
}
.jkg0m .cedn5mjq { max-height: 60px; max-width: 68px; }
.cedn5mjq {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.m7sxq .fkjf6y { width: 168px; }
.ssl93mo .fkjf6y,
.ssl93mo .m55v8,
.iywhv2 .fkjf6y,
.iywhv2 .m55v8,
.k93h .fkjf6y,
.k93h .m55v8,
.ye9772ki .fkjf6y,
.ye9772ki .m55v8,
.ssl93mo .fkjf6y, .iywhv2 .fkjf6y,
.k93h .fkjf6y,  .ye9772ki .fkjf6y {
  width: 88px; height: 88px; padding: 12px;
}
.ssl93mo .fkjf6y .cedn5mjq, .iywhv2 .fkjf6y .cedn5mjq,
.k93h .fkjf6y .cedn5mjq,  .ye9772ki .fkjf6y .cedn5mjq {
  max-height: 60px; max-width: 68px;
}
.g7gkx .fkjf6y, .g7gkx .fkjf6y.jkg0m,
.g7gkx .m55v8,   .g7gkx .m55v8.jkg0m,
.oy4y {
  color: #f5a524; font-size: var(--fs-label);
  letter-spacing: var(--ls-label); line-height: var(--lh-tight); white-space: nowrap;
}
.vst3qmvu {
  font-size: var(--fs-lead); font-weight: 700; line-height: var(--lh-solid);
  color: var(--text-primary);
}
.vst3qmvu small { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.vzwks.aecy2g {
  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;
}
.vw4nmv .rsto { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .rsto { gap: 16px; padding: 16px 16px; }
  .fkjf6y { width: 152px; height: 96px; }
  .cedn5mjq { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .rsto {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .ahmjdyl { justify-content: flex-start; }
  
  .qe4t, .r6kq { flex-direction: row; }
  
  .qe4t .rd98adg5:nth-child(n+3) { display: none; }
  
  .br7rjuh2 {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .ahmjdyl { text-align: left; align-items: flex-start; }

  
  .m7sxq, .u6t1w, .qfne {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .svw1c8xx {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .m7sxq .fkjf6y, .u6t1w .fkjf6y,
  .qfne .fkjf6y { width: auto; height: 72px; }
  .cedn5mjq { max-height: 72px; max-width: 128px; }
  .h2n5d0 { font-size: var(--fs-body); }
  .nqtlsl { font-size: var(--fs-sm); }

  
  .dqq4e, .qi39, .jbhu,
  .anf8d, .psxmd, .w85wx,
  .r8arf, .kfq01kxy, .eh16,
  .jf3lx, .swskgck {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .ky9ul, .pae236o { order: 4; flex: 1 0 100%; }
  .pae236o { display: flex; flex-direction: column; }
  .pae236o::before { display: none; }
  .vzwks.aecy2g { width: 100%; padding: 12px 20px !important; }
  .w90bhd { text-align: left; }
}
@media (max-width: 560px) {
  .rsto { padding: 16px; gap: 12px 12px; }
  
  .p1ja8, .oqnpy, .rd98adg5 { font-size: var(--fs-caption); }
  .wvid9x { font-size: var(--fs-sm); }
  .h2n5d0 { font-size: var(--fs-body); }
  .nqtlsl { font-size: var(--fs-sm); }
  .lqwroo { font-size: var(--fs-sm); }
  .vst3qmvu { font-size: var(--fs-lead); }
  
  .vzwks.aecy2g { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .ahmjdyl { gap: 2px; }
  .m7sxq .fkjf6y, .u6t1w .fkjf6y,
  .qfne .fkjf6y { height: 64px; }
  .cedn5mjq { max-height: 64px; max-width: 116px; }
  .jkg0m { padding: 8px; }
  .h2n5d0 { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .dqq4e, .qi39, .jbhu,
  .anf8d, .psxmd, .w85wx,
  .r8arf, .kfq01kxy, .eh16,
  .jf3lx, .swskgck { flex-basis: 100%; min-width: 100%; }
}
.aptz {
  --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;
}
.y75ciaq {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.m55v8 {
  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;
}
.m55v8 img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.p8xhd { flex: 1; min-width: 0; }
.p8xhd h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.mzu3d6l { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.pu0q7ze { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.pu0q7ze strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.pu0q7ze .cslr386 { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.rik5 {
  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);
}
.rik5 > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.gu6oitaz em, .tt5sf em, .unsu em, .uqxpll2 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) { .rik5 { padding: 12px 16px; gap: 8px 16px; } }
.dwn2g { flex-shrink: 0; align-self: center; }
.dwn2g .aecy2g {
  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) {
  .y75ciaq { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .m55v8 { order: 1; width: 104px; height: 104px; }
  .m55v8 img { max-width: 96px; max-height: 88px; }
  .dwn2g { order: 2; margin-left: auto; align-self: center; }
  .p8xhd { order: 3; flex: 1 1 100%; min-width: 0; }
  .p8xhd h3 { font-size: var(--fs-body); }
}
.pauk41 img.e1qktjtd { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.ib9jgxt { padding: 20px 24px; }
.ab5ex4 { color: var(--text-body); margin-bottom: 16px; }
.cavu2vw { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.h83wh, .zvrths { list-style: none; font-size: var(--fs-sm); }
.h83wh li { color: var(--text-body); margin-bottom: 4px; }
.zvrths li { color: var(--text-body); margin-bottom: 4px; }
.h83wh li::before { content: "✓"; margin-right: 5px; }
.zvrths li::before { content: "✗"; margin-right: 5px; }
.uyrozr { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.uyrozr strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.qqlzlv {
  
  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;
}
.q9ga { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.qm55yeda {
  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);
}
.euov9 .qm55yeda { border-top-width: var(--bw-bar) !important; }
.u9tg0a8w .qm55yeda { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .ewkxz03 .wm0az5jm {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ewkxz03 .aptz { margin: 0; }
}
.ckt1g5 .y75ciaq { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.ckt1g5 .m55v8 { background: transparent; }
.lns287m .aptz { border-top: var(--bw-bar) solid var(--accent); }
.lns287m .y75ciaq { background: var(--bg-card); }
.xxpiqh .aptz { 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; }
.xxpiqh .y75ciaq { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.xxpiqh .ib9jgxt { padding: 16px 16px; }
.xxpiqh .m55v8 { border-radius: var(--r-chip); }
.xxpiqh .qm55yeda { border-radius: 0; }
.hew7bt5c .y75ciaq { padding: 0; gap: 0; overflow: hidden; }
.hew7bt5c .m55v8 {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.hew7bt5c .p8xhd { padding: 16px 20px; }
.hew7bt5c .dwn2g { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .hew7bt5c .m55v8 { width: 116px; min-height: 104px; }
}
.tnqw6 .mzu3d6l { font-size: var(--fs-sm); }
.pcp4jrw .vzckj, .pcp4jrw .xv4gv3pz { padding: 12px; }
.pcp4jrw .vzckj ul, .pcp4jrw .xv4gv3pz ul { margin: 4px 0 0; padding-left: 20px; }
.pcp4jrw .vzckj li, .pcp4jrw .xv4gv3pz li { font-size: var(--fs-label); margin-bottom: 4px; }
.dedkc .qqlzlv { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .aub909vj { grid-template-columns: 1fr; }
  .g4mdr { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .g4mdr .xox5 { width: 72px; height: 50px; }
  .g4mdr .u4vgufz { max-width: 180px; }
  .g4mdr .o386t { width: auto; }
}
.zjashdl .tnqw6 .mzu3d6l { filter: brightness(1.2); }
@media (max-width: 720px) {
  .zjashdl { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .h1hy { padding: 16px; }
  .j18e8 .xw9adxx { min-width: 50%; }
}
@media (max-width: 860px) {
  .b6ry65hv { grid-template-columns: 1fr; }
  .wnzprf { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .ljmj { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .bjyw6nk { flex-wrap: wrap; padding: 16px; }
}
.bvmq .vzckj, .bvmq .xv4gv3pz { padding: 8px; }
@media (max-width: 480px) {
  .a6n4b2 { flex-direction: column; align-items: stretch; }
}
.ywy1iqa4 .o386t .aecy2g { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .cyhq9s { flex-direction: column; align-items: stretch; gap: 12px; }
  .ywy1iqa4 .o386t { text-align: center; }
}
@media (max-width: 720px) {
  .hcr7 { grid-template-columns: 1fr; }
  .o98llvh { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .hyjsal { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.lcux53 .cslr386 { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.k1z3 .mzu3d6l { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .r9oq7nxx { grid-template-columns: 1fr; }
  .k1z3 { width: 100px; height: 100px; margin: 16px auto; }
  .lcux53 { font-size: var(--fs-h3); }
  .gz2o5tr { justify-content: center; }
  .xnd6 .xw9adxx { min-width: 50%; }
}
@media (max-width: 540px) {
  .vgo4vlp { flex-wrap: wrap; padding: 16px 16px; }
  .aoq6rcw { padding: 12px 16px; }
  .o2lgkz5 .wcbk2i { margin: 0 16px; }
  .o2lgkz5 .dedkc { padding: 0 16px; }
  .wh90 { padding: 12px 16px; }
}
.du7bdaf .rsto { position: relative; }
.du7bdaf .rsto::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.h9z5k .rgmen {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.h9z5k .rsto {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.h9z5k .rsto + .rsto { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .zgtq .ahmjdyl + .ahmjdyl {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.zrzlqi .rsto { padding-top: 16px; padding-bottom: 16px; }
.zrzlqi .rsto + .rsto { border-top: none; }
.zrzlqi .rsto:nth-child(even) { background: var(--bg-surface); }
.zrzlqi .rsto:nth-child(even):hover { background: var(--bg-hover); }
.qocj .rsto:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .clu0 .dqq4e, .clu0 .qi39,
  .clu0 .jbhu, .clu0 .anf8d,
  .clu0 .psxmd, .clu0 .w85wx,
  .clu0 .r8arf, .clu0 .kfq01kxy,
  .clu0 .eh16, .clu0 .jf3lx,
  .clu0 .swskgck {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.qo1h .p1ja8 { opacity: .8; letter-spacing: var(--ls-label); }
.qo1h .wvid9x { font-weight: 700; }
.qo1h .h2n5d0 { font-weight: 700; }
.evygp2 .dqq4e, .evygp2 .qi39,
.evygp2 .jbhu, .evygp2 .anf8d,
.evygp2 .r8arf, .evygp2 .kfq01kxy,
.vst3qmvu { display: none; }
.zxq4xxv .oy4y { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.m5amcidm .oy4y {
  background: color-mix(in srgb, var(--text-primary) 5%, transparent);
  border-radius: var(--r-pill); padding: 4px 12px; font-size: var(--fs-label);
}
.y4ywk .oy4y,
.wwuxd7 .oy4y,
.a2ehn56d .oy4y { display: none; }
.y4ywk .vst3qmvu,
.wwuxd7 .vst3qmvu,
.a2ehn56d .vst3qmvu { display: inline-flex; align-items: baseline; gap: 2px; }
.y4ywk .vst3qmvu small { display: none; }
.wwuxd7 .vst3qmvu {
  background: color-mix(in srgb, var(--text-primary) 6%, transparent);
  border-radius: var(--r-pill); padding: 8px 16px;
}
.a2ehn56d .vst3qmvu {
  color: #fff; background: var(--text-primary);
  border-radius: var(--r-btn);
  padding: 8px 12px;
}
.a2ehn56d .vst3qmvu small { display: none; }
.y4ywk .pu0q7ze .mzu3d6l,
.wwuxd7 .pu0q7ze .mzu3d6l,
.a2ehn56d .pu0q7ze .mzu3d6l { display: none; }
.y4ywk .cslr386 { display: none; }
.wwuxd7 .pu0q7ze strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.wwuxd7 .h3oqb,
.wwuxd7 .cslr386 { font-size: 1em; }
.a2ehn56d .pu0q7ze strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.a2ehn56d .cslr386 { display: none; }
.e08tecf { margin: 16px 0; }
.k3rns3g { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.k3rns3g 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;
}
.k3rns3g 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;
}
.k3rns3g summary:hover { background: var(--bg-surface); }
.k3rns3g summary:hover::after { color: var(--accent); }
.k3rns3g[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.k3rns3g[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.k3rns3g[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.k3rns3g p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.n09qlgw { margin-bottom: 0; }
.i2d6 h2.at5hwqmy { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.erkct31n h2.at5hwqmy { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.vzckj, .xv4gv3pz { border: var(--bw-hair) solid transparent; }
.vzckj .bnrm, .vzckj .y1xxdyu6 { color: var(--c-pros-label); }
.xv4gv3pz .bnrm, .xv4gv3pz .lxerwg92 { color: var(--c-cons-label, var(--c-cons)); }
.vzckj ul li, .xv4gv3pz ul li, .h83wh li, .zvrths li { color: var(--text-body); }
.vzckj .h83wh li, .xv4gv3pz .zvrths li { position: relative; padding-left: 1.5em; }
.vzckj .h83wh li::before, .xv4gv3pz .zvrths li::before { position: absolute; left: 0; margin-right: 0; }
.cx10qo .vzckj { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.cx10qo .xv4gv3pz { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.got3 .vzckj, .got3 .xv4gv3pz { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.got3 .vzckj { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.got3 .xv4gv3pz { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.awwra3 .vzckj, .awwra3 .xv4gv3pz { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.awwra3 .vzckj { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.awwra3 .xv4gv3pz { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.i6tnvk18 .vzckj, .i6tnvk18 .xv4gv3pz { background: var(--bg-card); border-width: var(--bw-rule); }
.i6tnvk18 .vzckj { border-color: var(--sem-pos-line); }
.i6tnvk18 .xv4gv3pz { border-color: var(--sem-neg-line); }
.i230 .vzckj, .i230 .xv4gv3pz { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.i230 .xv4gv3pz { border-left: var(--bw-hair) solid var(--border); }
.o4tctb3 .y1xxdyu6::before { content: "✓ "; }
.o4tctb3 .lxerwg92::before { content: "✗ "; }
.u9tg0a8w .hkm8 { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.u9tg0a8w .hkm8 strong { color: var(--text-primary); }
.u9tg0a8w .hkm8 p      { color: var(--text-muted); }
.euov9 .hkm8 { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.k8m5zc9 .hkm8 {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.k8m5zc9 .hkm8 strong { color: var(--text-primary); }
.k8m5zc9 .hkm8 p { color: var(--text-muted); }
.k8m5zc9 .hkm8 { border-left: var(--bw-bar) solid var(--cl-hue); }
.k8m5zc9 .rlqx::before { color: rgba(255,255,255,0.9) !important; }
.q5bpu .hkm8 {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.q5bpu .hkm8 strong { color: var(--text-primary); }
.q5bpu .hkm8 p      { color: var(--text-muted); }
.oen5 .hkm8 { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.ez3mf1l .rlqx,
.i72kx71a .rlqx,
.xtzt5fet .rlqx,
.ez3mf1l .rlqx::before,
.i72kx71a .rlqx::before,
.xtzt5fet .rlqx::before,
.c7k99i4g .ym8uq4dd .xc6u,
.c7k99i4g .wkvko .xc6u  { box-shadow: var(--sh-1); }
.c7k99i4g .aizg1                { box-shadow: var(--sh-1); }
.c7k99i4g .tby8yhd          { box-shadow: var(--sh-1); }
.c7k99i4g .x9up                    { box-shadow: var(--sh-1); }
.no3kchup .ym8uq4dd .xc6u,
.no3kchup .wkvko .xc6u,
.no3kchup .aizg1,
.no3kchup .tby8yhd,
.no3kchup .x9up,
.no3kchup .oen5 .hkm8 { box-shadow: none; }
.y9whwm { --fs-body: 16px; --fs-sm: 15px; --fs-lead: 19px; }
.bf5n { --fs-h1: 58px; --fs-h2: 38px; --fs-h3: 28px; }
.n09qlgw + .n09qlgw { position: relative; }
.rb1s87   .n09qlgw + .n09qlgw::before,
.cx4z1se  .n09qlgw + .n09qlgw::before,
.axid99   .n09qlgw + .n09qlgw::before,
.zlcl5   .n09qlgw + .n09qlgw::before,
.p4wh   .n09qlgw + .n09qlgw::before,
.suhlio .n09qlgw + .n09qlgw::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.rb1s87 .n09qlgw + .n09qlgw::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.cx4z1se .n09qlgw + .n09qlgw::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.axid99 .n09qlgw + .n09qlgw::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;
}
.zlcl5 .n09qlgw + .n09qlgw::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.qu5ibl6t .n09qlgw { margin-bottom: 16px; }
.qu5ibl6t .n09qlgw + .n09qlgw { margin-top: 0; }
.qu5ibl6t .uczx9 { padding-top: 0; padding-bottom: 0; }
.p4wh .n09qlgw + .n09qlgw::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.suhlio .n09qlgw + .n09qlgw::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.yvex .n09qlgw + .n09qlgw::before,
.llp8j .n09qlgw + .n09qlgw::before,
.vk9k .n09qlgw + .n09qlgw::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%;
}
.h67f8wku .yvex .n09qlgw:nth-child(even)::before,
.h67f8wku .llp8j .n09qlgw:nth-child(even)::before,
.h67f8wku .vk9k .n09qlgw:nth-child(even)::before { background: var(--bg-surface); }
.g2l0yxm .yvex .n09qlgw:nth-child(even)::before,
.g2l0yxm .llp8j .n09qlgw:nth-child(even)::before,
.g2l0yxm .vk9k .n09qlgw:nth-child(even)::before { background: var(--bg-card); }
.yvex .n09qlgw + .n09qlgw::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");
}
.llp8j .n09qlgw + .n09qlgw::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");
}
.vk9k .n09qlgw + .n09qlgw::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");
}
.n59vd  .sutdk:not(.pe0j) .q6f9krn { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.n59vd .pe0j { background: linear-gradient(180deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, var(--accent-light)) 100%); }
.n59vd .fkzsfh { background: linear-gradient(180deg, var(--hero-a, var(--accent)), var(--hero-b, var(--accent-light))); }
.n59vd .qgo5 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.c1b90x1 .czid { float: left; width: 38%; margin: 0 28px 16px 0; }
.c1b90x1 .czid .bo8z { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.c1b90x1 .uczx9::after { content: ''; display: block; clear: both; }
.sogfvpb .czid { float: right; width: 38%; margin: 0 0 16px 28px; }
.sogfvpb .czid .bo8z { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.sogfvpb .uczx9::after { content: ''; display: block; clear: both; }
.a1ee .n09qlgw:nth-child(odd)  .czid { float: left;  width: 38%; margin: 0 28px 16px 0; }
.a1ee .n09qlgw:nth-child(even) .czid { float: right; width: 38%; margin: 0 0 16px 28px; }
.a1ee .czid .bo8z { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.a1ee .uczx9::after { content: ''; display: block; clear: both; }
.c1b90x1 .fpsqod9y,
.c1b90x1 .rgmen,
.sogfvpb .fpsqod9y,
.sogfvpb .rgmen,
.a1ee .fpsqod9y,
.a1ee .rgmen { clear: both; }
@media (max-width: 900px) {
  .c1b90x1 .czid,
  .sogfvpb .czid,
  .a1ee .n09qlgw:nth-child(odd)  .czid,
  .a1ee .n09qlgw:nth-child(even) .czid {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .c1b90x1 .czid .bo8z,
  .sogfvpb .czid .bo8z,
  .a1ee .czid .bo8z {
    max-height: none !important;
  }
}
.c1b90x1 .ds0mgrjy,
.c1b90x1 .ut0xg8bi,
.sogfvpb .ds0mgrjy,
.sogfvpb .ut0xg8bi,
.a1ee .ds0mgrjy,
.a1ee .ut0xg8bi { overflow: hidden; }
@media (max-width: 640px) {
  .c1b90x1 .czid,
  .sogfvpb .czid,
  .a1ee .czid { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ttfw .iwoy8w,
.ttfw .uczx9,
.ttfw .f7o2eekk  { max-width: 1060px; }
.j51j7 .iwoy8w,
.j51j7 .uczx9,
.j51j7 .f7o2eekk  { max-width: 1180px; }
.az2az8 .iwoy8w,
.az2az8 .uczx9,
.az2az8 .f7o2eekk  { max-width: 1260px; }
.az2az8 { --content-mw: 1260px; }
.m7r6hv { font-size: var(--fs-label); color: var(--text-muted); }
.onqn { display: flex; align-items: center; }
.ffprqyn {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.xrte { display: flex; align-items: center; }
.hv1m { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.hv1m:hover { text-decoration: underline; }
.mtjx8hog { margin: 0 4px; opacity: 0.45; }
.mtjx8hog::before { content: '/'; }
.inks { padding: 2px 4px; color: var(--text-main); }
.qwg5s .m7r6hv {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.qwg5s .onqn { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.q13d .m7r6hv {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.q13d .onqn { padding: 0 0 0 12px; }
.t4yr .onqn { padding: 0 16px; }
.t4yr .m7r6hv {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.t4yr .iwoy8w { padding-top: 28px; }
@media (max-width: 720px) {
  .gxla { margin-top: 20px; padding: 0 16px; }
  .t4yr .iwoy8w { padding-top: 16px; }
}
.ttfw.qwg5s .onqn { max-width: 1100px; }
.j51j7.qwg5s .onqn { max-width: 1200px; }
.az2az8.qwg5s .onqn { max-width: 1320px; }
.az2az8 .gxla { max-width: 1320px; }
.iuen .n09qlgw { padding-top: 16px; padding-bottom: 16px; }
.yxt4dyi9 .n09qlgw { padding-top: 24px; padding-bottom: 24px; }
.jxkqqc8 .n09qlgw { padding-top: 40px; padding-bottom: 40px; }
.ueljg .n09qlgw { padding-top: 52px; padding-bottom: 52px; }
.c5kdre .n09qlgw:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.c5kdre .n09qlgw:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.c5kdre .n09qlgw:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.c5kdre .n09qlgw:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.b3yesdd .uczx9 { padding-top: 12px;  padding-bottom: 12px; }
.azi4s .uczx9 { padding-top: 20px;  padding-bottom: 20px; }
.xt3vmb .uczx9 { padding-top: 36px;  padding-bottom: 36px; }
.mrafx2 .uczx9 { padding-top: 48px;  padding-bottom: 48px; }
.hgvs h1, .hgvs h2, .hgvs h3, .hgvs .q4m5o { font-weight: 700; }
.i93h4 h1, .i93h4 h2, .i93h4 h3, .i93h4 .q4m5o { font-weight: 700; }
.qys2o6, .hgvs, .zj4t43cr, .i93h4 { font-weight: 400; }
.ziv5fj {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.xmaq3pd .ziv5fj { display: none; }
@media (max-width: 640px) {
  .ziv5fj { display: none !important; }
}
.ziv5fj { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ziv5fj:hover { opacity: 0.85; }
.wzp7g .ziv5fj { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.hm0ib .qjx38 { right: 32px; }
@media (max-width: 480px) {
  .hm0ib .qjx38 { right: 20px; bottom: 20px; }
  .eiws0gr  .qjx38 { left: 20px; bottom: 20px; }
}
.w11gxw1 { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.f7o2eekk { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.kihpy2 { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.lh44jh { color: var(--text-dim); font-size: var(--fs-label); }
.ddja5p a, .dfpb a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.ddja5p a:hover, .dfpb a:hover { color: var(--accent-light); }
.dfpb { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.xrasywo5 .f7o2eekk { text-align: center; }
.xrasywo5 .dfpb { justify-content: center; margin-bottom: 16px; }
.xrasywo5 .kihpy2 { margin-top: 0; }
.z29i7ypw { margin-top: 12px; }
.z29i7ypw a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .f7o2eekk { padding-left: 16px; padding-right: 16px; }
  .ekuv .f7o2eekk { padding: 20px 16px; }
  .dfpb { gap: 4px 12px; }
  .kihpy2 { font-size: var(--fs-caption); }
}
.gnrb .kihpy2 { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.gnrb .lh44jh { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .gnrb .t3rnwxex { grid-template-columns: 1fr 1fr; } .gnrb .ap1d { grid-column: 1 / -1; } }
@media (max-width: 480px) { .gnrb .t3rnwxex { grid-template-columns: 1fr; } }
.et0r .kihpy2 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .et0r .p1i7e { gap: 12px; } .et0r .lwnf3vdw { margin-right: 0; width: 100%; } }
.fquij .kihpy2 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.fquij .lh44jh { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .fquij .lwlxndza { grid-template-columns: 1fr 1fr; } .fquij .dcuzewtg { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fquij .lwlxndza { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .bfmaagtz .irflfw2 { grid-template-columns: 1fr 1fr; } .bfmaagtz .h26y3eh6:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bfmaagtz .irflfw2 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .nkqix .irflfw2 { grid-template-columns: 1fr; } }
.qfxfc .f7o2eekk { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.qfxfc .dfpb { justify-content: center; }
.xs8nyv4 .ehmb0u      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.pm8r .ehmb0u      { background: #0d1117; border-bottom-color: #21262d; }
.pm8r .fuujuuz1 { color: var(--accent-light); }
.pm8r .gvqw { --msep-color: #8b949e; }
.pm8r .gvqw a { color: #8b949e; }
.pm8r .gvqw a:hover { color: var(--accent-light); }
.pm8r .x4gp { color: #8b949e; }
.pm8r .w11gxw1 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.pm8r .kihpy2,
.pm8r .lh44jh { color: #6e7681; }
.pm8r .ddja5p a, .pm8r .dfpb a,
.pm8r .ddja5p a:hover, .pm8r .dfpb a:hover,
@media (max-width: 640px) {
  .pm8r .gvqw { background: #0d1117; border-top-color: #21262d; }
  .pm8r .gvqw li a { border-bottom-color: #21262d; }
}
.omiqvyhz .ehmb0u      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.omiqvyhz .fuujuuz1 { color: var(--accent-light); }
.omiqvyhz .gvqw { --msep-color: #475569; }
.omiqvyhz .gvqw a { color: #475569; }
.omiqvyhz .gvqw a:hover { color: var(--accent-light); }
.omiqvyhz .x4gp { color: #64748b; }
.omiqvyhz .w11gxw1 { background: #f0f4f8; border-top-color: #cbd5e1; }
.omiqvyhz .kihpy2,
.omiqvyhz .lh44jh { color: #64748b; }
.omiqvyhz .ddja5p a, .omiqvyhz .dfpb a,
.omiqvyhz .ddja5p a:hover, .omiqvyhz .dfpb a:hover,
@media (max-width: 640px) {
  .omiqvyhz .gvqw { background: #f0f4f8; border-top-color: #cbd5e1; }
  .omiqvyhz .gvqw li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.t5gm1r .ehmb0u { background: var(--b-50); border-bottom-color: var(--b-200); }
.t5gm1r .gvqw a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .t5gm1r .gvqw { background: var(--b-50); border-top-color: var(--b-200); }
}
.y6ej1s .ehmb0u, .d4shu .ehmb0u { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.y6ej1s .fuujuuz1, .d4shu .fuujuuz1 { color: #fff; }
.y6ej1s .gvqw, .d4shu .gvqw { --msep-color: rgba(255,255,255,0.82); }
.y6ej1s .gvqw a, .d4shu .gvqw a { color: rgba(255,255,255,0.82); }
.y6ej1s .gvqw a:hover, .d4shu .gvqw a:hover { color: #fff; }
.y6ej1s .x4gp, .d4shu .x4gp { color: rgba(255,255,255,0.9); }
@media (max-width: 640px) {
  .y6ej1s .gvqw, .d4shu .gvqw { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .y6ej1s .gvqw li a, .d4shu .gvqw li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.hf5aox.y6ej1s .ziv5fj { background: #fff !important; color: var(--b-700) !important; }
.ynmcnp .ehmb0u {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.ynmcnp .ehmb0u::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) {
  .ynmcnp .gvqw {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.hgbii9 .wtu9d4 { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.c5prmguv .wtu9d4 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.xda5 .wtu9d4 { min-height: 72px; height: auto; }
.dypih .wtu9d4 { min-height: 84px; height: auto; }
.ekuv .wtu9d4 { max-width: none; padding: 0 32px; }
.ekuv .f7o2eekk  { max-width: none; padding: 24px 32px; }
.nz9oy.j51j7 .wtu9d4 { max-width: 1200px; }
.nz9oy.az2az8 .wtu9d4 { max-width: 1320px; }
.emga0   .fuujuuz1, .emga0   .lwnf3vdw { text-transform: capitalize; }
.vsgfb .fuujuuz1, .vsgfb .lwnf3vdw { text-transform: lowercase; }
.if1o4wn .fuujuuz1, .if1o4wn .lwnf3vdw { text-transform: uppercase; letter-spacing: var(--ls-label); }
.echnchnq, .xt8e {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.bjhrizl .echnchnq,
.twn1gp8q .echnchnq,
.t0vfj .echnchnq,
.f53yxt .echnchnq,
.nm9ipm   .gvqw a { font-weight: 500; }
.qrcvo07 .gvqw a { font-weight: 600; }
.fj8z6m70     .gvqw a { font-weight: 700; }
.jf59foir    .gvqw a { font-weight: 700; letter-spacing: normal; }
.fck1m     .gvqw > li + li::before,
.q95mf79i    .gvqw > li + li::before,
.xf2xci    .gvqw > li + li::before,
.w0ijk0xp .gvqw > li + li::before,
.xce5dc8 .gvqw > li + li::before,
.srtctdn2  .gvqw > li + li::before,
.ihfklw    .gvqw > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.fck1m     .gvqw > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.q95mf79i    .gvqw > li + li::before { content: "|"; }
.xf2xci    .gvqw > li + li::before { content: "—"; }
.w0ijk0xp .gvqw > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.xce5dc8 .gvqw > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.srtctdn2  .gvqw > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.ihfklw    .gvqw > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .jctsf0 .x4gp,
  .njkdkr .x4gp,
  .nf901tlj .x4gp,
  .gxw4q .x4gp,
  .oyp651 .x4gp {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .jctsf0 .x4gp::before,
  .njkdkr .x4gp::before,
  .nf901tlj .x4gp::before,
  .gxw4q .x4gp::before,
  .oyp651 .x4gp::before { content: ""; display: block; flex-shrink: 0; }

  
  .jctsf0 .x4gp::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;
  }

  
  .njkdkr .x4gp::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;
  }

  
  .nf901tlj .x4gp::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;
  }

  
  .gxw4q .x4gp::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;
  }

  
  .oyp651 .x4gp::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) {
  .iw35u9 .x4gp {
    padding: 4px 16px;
  }
  .iw35u9 .gvqw {
    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;
  }
  .iw35u9 .gvqw li a {
    border-bottom: none; padding: 12px 24px;
  }
  .iw35u9 .gvqw li a:hover { background: var(--bg-raised); }
  .iw35u9 .b77clm,
  .m30f7216 .b77clm,
  .si8p .b77clm { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .de1413b .x4gp {
    padding: 4px 12px;
  }
  .de1413b .gvqw {
    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);
  }
  .de1413b .gvqw.ufm9 { transform: translateX(0); }
  .de1413b .gvqw li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .de1413b .gvqw li:last-child a { border-bottom: none; }
  .y6ej1s .gvqw,
  .pm8r .gvqw { background: var(--accent) !important; }
  .y6ej1s .gvqw li a,
  .pm8r .gvqw li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .si8p .x4gp {
    padding: 4px 12px;
  }
  .si8p .gvqw {
    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);
  }
  .si8p .gvqw::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .si8p .gvqw.ufm9 { transform: translateY(0); }
  .si8p .gvqw li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .ng2qixv .x4gp {
    padding: 4px 12px;
  }
  .ng2qixv .gvqw {
    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;
  }
  .ng2qixv .gvqw.ufm9 { opacity: 1; pointer-events: auto; }
  .ng2qixv .gvqw li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .irnhs     .x4gp { border-radius: 0 !important; }
  .cba7pm   .x4gp { border-radius: var(--r-btn) !important; }
  .pfhvb .x4gp { border-radius: 50% !important; }
  .lzq4   .x4gp { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .moadz .zaa2l { flex-direction: column; align-items: stretch; }
  .moadz .yeu54vxk { flex-direction: row; min-width: auto; }
  .moadz .dbuy2jul { align-items: flex-start; text-align: left; }
}
.vqtyxe,
.vqtyxe.n09qlgw,
.h67f8wku .vqtyxe,
.okfh4t .vqtyxe,
.g2l0yxm .vqtyxe,
.hxts .vqtyxe {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.nt82h {
  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;
}
.b1fw { flex: 1 1 280px; min-width: 0; }
.xiylnm {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.ww4iy {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.kasmfpts {
  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;
}
.kasmfpts:hover { transform: translateY(-1px); opacity: 0.95; }
.q0tuy .nt82h {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.q0tuy .xiylnm { color: var(--cta); }
.q0tuy .ww4iy { color: var(--text-body); }
.q0tuy .kasmfpts {
  background: var(--cta);
  color: var(--cta-fg);
}
.ijq104k .nt82h {
  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);
}
.ijq104k .xiylnm { color: var(--text-primary); }
.ijq104k .ww4iy { color: var(--text-body); }
.ijq104k .kasmfpts {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .nt82h {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .b1fw { flex: 0 0 auto; }
  .xiylnm { font-size: var(--fs-lead); }
  .kasmfpts { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.f2jm9m3a .yn7qtm47 { height: 36px; }
.hc3q .yn7qtm47 { height: 60px; max-width: 200px; }
.etdp .yn7qtm47 { height: 56px; max-width: 180px; }
.j8e73    .oy4y, .j8e73    .mzu3d6l { color: #f59e0b; }
.im2v      .oy4y { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.im2v      .mzu3d6l   { font-size: var(--fs-lead); }
.lac8    .oy4y, .lac8    .mzu3d6l { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.p3k0bkzb     .oy4y, .p3k0bkzb     .mzu3d6l { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.e38q7ww .oy4y, .e38q7ww .mzu3d6l { color: var(--cta); letter-spacing: var(--ls-wide); }
.pgfmby   .oy4y, .pgfmby   .mzu3d6l { color: #e91e63; letter-spacing: var(--ls-wide); }
.tcjp6  .oy4y, .tcjp6  .mzu3d6l { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.i9606ds     .oy4y, .i9606ds     .mzu3d6l { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.hewwpztu .lqwroo {
  font-size: var(--fs-lead); font-weight: 700;
  color: var(--text-muted); opacity: .45;
}
.detstsu .rgmen {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.detstsu .rsto {
  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);
}
.detstsu .rsto + .rsto { border-top: var(--bw-hair) solid var(--border-alt); }
.detstsu .ahmjdyl { align-items: center; text-align: center; }
.detstsu .fkjf6y {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.detstsu .cedn5mjq { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.detstsu .nqtlsl { font-size: var(--fs-body); }
.detstsu .vzwks.aecy2g { min-width: 180px; }
@media (min-width: 720px) {
  .detstsu .rgmen {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .detstsu .rsto + .rsto { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .detstsu .rsto { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .detstsu .br7rjuh2 { top: -16px; left: 50%; }
  .detstsu .fkjf6y { width: 132px; height: 132px; }
}
.rspb7 .rgmen {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.rspb7 .rsto {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.rspb7 .fkjf6y {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.rspb7 .cedn5mjq { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
@media (max-width: 900px) {
  .rspb7 .fkjf6y { width: 104px; height: 104px; }
}
.wlx7n .k3rns3g {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.wlx7n .k3rns3g summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.wlx7n .k3rns3g summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.wlx7n .k3rns3g[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.wlx7n .k3rns3g p { padding: 0 14px 18px; }
.wlx7n .k3rns3g[open] p { border-top: none; padding-top: 0; }
.d1ng5kp .k3rns3g { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.d1ng5kp .k3rns3g 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;
}
.d1ng5kp .k3rns3g summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.d1ng5kp .k3rns3g[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.d1ng5kp .k3rns3g p { padding: 14px 24px 4px; }
.d1ng5kp .k3rns3g[open] p { border-top: none; padding-top: 14px; }
.kr95un .k3rns3g {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.kr95un .k3rns3g summary { color: var(--text-primary); padding: 16px 18px; }
.kr95un .k3rns3g[open] summary { box-shadow: none; }
.kr95un .k3rns3g p { padding: 0 18px 18px; }
.veyv37 .e08tecf { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.veyv37 .k3rns3g {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.veyv37 .k3rns3g:last-child { border-bottom: none; }
.veyv37 .k3rns3g summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.veyv37 .k3rns3g p { padding: 0 20px 16px; }
.so0s .k3rns3g { overflow: hidden; }
.so0s .k3rns3g 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));
}
.so0s .k3rns3g summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.so0s .k3rns3g summary::after { color: var(--tone-mark, var(--accent)); }
.so0s .k3rns3g[open] summary { border-radius: 0; box-shadow: none; }
.jwjkz1cc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.qy3rfkh1 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.lhrau {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.vp2q { color: var(--text-muted); font-size: var(--fs-body); }
.c02vu9 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.yubxr3f {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.bmplw { margin-bottom: 20px; }
.o5xi {
  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);
}
.vtp6qw15 {
  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;
}
.vtp6qw15:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.bsex83 { resize: vertical; min-height: 130px; }
.g6wi6 { width: 100%; margin-top: 8px; }
.xdko {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.z96lw {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.vptwu { color: var(--text-muted); line-height: var(--lh-read); }
.nmykv { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.nmykv li { margin-bottom: 8px; }
.o8yft82f { max-width: 760px; margin: 0 auto; }
.vu5oa2 { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.l5wja { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.l5wja:last-child { border-bottom: none; }
.l5wja h2 {
  font-size: var(--fs-body); font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.l5wja p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.kcw4 { max-width: 760px; margin: 0 auto; }
.vzq97d { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.ajmb3r7 ul.nmykv { margin: 0; }
.y6tf55 { max-width: 900px; margin: 0 auto; }
.ez8tbel { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: var(--bw-hair) solid var(--border); align-items: start; }
.ez8tbel:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ez8tbel .vzq97d { margin: 0; font-size: var(--fs-sm); }
.ez8tbel .ivfd3 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
@media (max-width: 640px) { .ez8tbel { grid-template-columns: 1fr; gap: 12px; } }
.bnk6bd .vzq97d { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
.h0ii9zk .nmykv { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .dhua { grid-template-columns: 1fr; } }
.bza8gj { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.bza8gj:hover .keiogdqo { color: var(--accent-light); text-decoration: underline; }
.d1vw { color: inherit; text-decoration: none; }
.d1vw:hover { color: var(--accent-light); text-decoration: underline; }
.qadrky { display: inline-block; line-height: 0; }
.sr5iob9i { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.a9b0 { margin-bottom: 48px; }
.d351 { max-width: 760px; margin: 0 auto; }
.uvps { max-width: 640px; margin: 0 auto; }
.zkqgg { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.zkqgg:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.cxgsilmo { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.zkqgg p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.zkqgg ul.nmykv { margin: 0; }
.qpazkay9 { color: var(--text-muted); line-height: var(--lh-read); }
.cpa0e1im .nmykv,
.uvps .nmykv,
.kqjjal .nmykv,
.jrnxyzq .nmykv {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.cpa0e1im .zkqgg,
.uvps .zkqgg { text-align: left; }
.cpa0e1im .cxgsilmo,
.uvps .cxgsilmo { text-align: center; }
.p2jp7k { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.rqo7 { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.bneolwr { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.xfmy19to { margin-top: 12px; }
.ktva0z13 { 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; }
.ktva0z13:hover { border-bottom-color: var(--accent-light); }
.vfylox { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.vfylox img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nvs6r { width: 72px; height: 72px; }
.p7hjv { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.pild { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.dgsp3d3 { padding-left: 16px; position: relative; color: var(--text-primary); font-weight: 600; }
.dgsp3d3::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .exj60 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.vzf6g51n .bneolwr, .vzf6g51n .rqo7 { max-width: 640px; }
.vo491lm .p2jp7k { font-size: var(--fs-h3); margin-top: 20px; }
.apkupe .bneolwr { margin-bottom: 28px; }
@media (max-width: 860px) { .q9aru { grid-template-columns: 1fr; } .vo491lm { position: static; text-align: center; } }
.nvyktxpn .vfylox { margin: 0 auto 20px; }
.nvyktxpn .pild { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .t4ckjs { grid-template-columns: 1fr; } }
.jd18l .p2jp7k { font-size: var(--fs-h3); margin-bottom: 8px; }
.jrnxyzq .nmykv { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .jd18l { flex-direction: column; text-align: center; } .fd1qj8 { grid-template-columns: 1fr; } }
.xocd4 { display: flex; gap: 20px; align-items: center; padding-bottom: 24px; border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 32px; }
.xocd4 .p2jp7k { font-size: var(--fs-lead); margin: 0 0 4px; }
.xocd4 .pild { margin: 0; }
.lssq1xk { max-width: 760px; margin: 0 auto; }
.krwftk { position: relative; padding-left: 28px; }
.krwftk::before { content: ""; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 2px; background: var(--border); }
.uabp03b2 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.uabp03b2:last-child { padding-bottom: 0; }
.g0ahjpqb { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: var(--bw-bar) solid var(--bg-surface); flex-shrink: 0; }
.mm1vpzu h2 { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.mm1vpzu p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.o6le3yw .lhrau { color: var(--accent-light); }
.mfoe .lhrau { font-size: var(--fs-h2); }
.mfoe .vp2q { max-width: 680px; }
.osccbt3n .lhrau { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.osccbt3n .vp2q  { margin: 0; }
@media (max-width: 640px) { .osccbt3n { flex-direction: column; } }
.vzwotp {
  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;
}
.vzwotp .lhrau { color: var(--accent-light); }
.rw8jgb3 .lhrau { color: #fff; }
.rw8jgb3 .vp2q  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .pyrh { grid-template-columns: 1fr; } }
.xs083csl { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.xs083csl .vtp6qw15 {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.xs083csl .vtp6qw15:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.yzjvbhc .vtp6qw15 { background: var(--bg-raised); border-color: transparent; }
.yzjvbhc .vtp6qw15:focus { background: var(--bg-card); border-color: var(--accent-light); }
.d38bz .vtp6qw15 { border-radius: var(--r-pill); padding: 12px 20px; }
.d38bz .bsex83 { border-radius: var(--r-card); }
@media (max-width: 640px) { .u7wheif5 { grid-template-columns: 1fr; } }
.elfbkf5b { counter-reset: priv-count; }
.dlkx7 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: var(--bw-hair) solid var(--border);
}
.dlkx7:last-child { border-bottom: none; }
.crmu {
  font-size: var(--fs-h1); font-weight: 700; color: var(--accent-light);
  opacity: 0.3; line-height: var(--lh-solid); font-variant-numeric: tabular-nums;
}
.dlkx7 h2 {
  font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.dlkx7 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.hx07az { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; margin: 0; }
.hx07az li { margin-bottom: 8px; }
.pejzkxo:empty,.wkx9stb:empty{display:none}
.l2gb3zxg{position:relative;overflow:visible}
.xs022 .gpa81 .wkx9stb,.wjj9r9 .gpa81 .wkx9stb,
.zjh6i9f3 .gpa81 .wkx9stb,.oqevuu6 .gpa81 .wkx9stb,
.x9ts .gpa81 .wkx9stb{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}
.xs022 .qmhtgt,.wjj9r9 .qmhtgt,
.zjh6i9f3 .qmhtgt,.oqevuu6 .qmhtgt,
.x9ts .qmhtgt{background:transparent!important;border:none!important;padding: 0;border-radius:0;color:inherit!important}
.xs022 .gpa81 .wkx9stb{margin-right:auto}
.wjj9r9 .gpa81 .wkx9stb{margin-left:auto}
.zjh6i9f3 .gpa81 .wkx9stb{margin-right:auto}
.oqevuu6 .gpa81 .wkx9stb{margin-left:auto}
.x9ts .gpa81 .wkx9stb{margin: 0 auto}
.sb2b3i7 .gpa81 .wkx9stb{margin: 0}
.sb2b3i7 .qgo5~.gpa81 .wkx9stb,
.sb2b3i7 .kcg7~.gpa81 .wkx9stb{justify-content:flex-start}
.qgo5~.gpa81 .wkx9stb{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.kcg7~.gpa81 .wkx9stb{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.tk062i .wkx9stb{margin: 0 0 12px}
.wkx9stb{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.wqlzxe{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.keiogdqo{font-weight:600;color:var(--text-heading);opacity:1}
.n16e::before{content:"·";margin: 0 2px;opacity:.5}
.qmhtgt{white-space:nowrap}
.r3g9m .wqlzxe{display:none}
.r2f95t6 .qmhtgt{background:var(--date-bg, var(--accent-bg));padding: 4px 12px;border-radius: var(--r-card);font-size: var(--fs-caption)}
.r2f95t6 .n16e::before{content:""}
.xbr744g .qmhtgt{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}
.xbr744g .n16e::before{content:""}
.co9ny3 .wkx9stb{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.cirwprbu .qmhtgt{border-left: var(--bw-rule) solid var(--accent);padding-left: 8px;font-size: var(--fs-caption)}
.cirwprbu .n16e::before{content:""}
.jt4uw .qmhtgt{color: var(--accent-light);opacity:1;font-weight:500}
.k83g .qmhtgt{border-bottom: var(--bw-hair) solid currentColor;padding-bottom: 2px}
.cq4m .wkx9stb{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.prvhung{--date-bg:var(--accent-bg)}
.xfzy1sg .n16e::before{content:""}
.h47x .n16e::before{content:"•";opacity:.4}
.h47x .qmhtgt + .qmhtgt::before{content:"•";margin-right:6px;opacity:.4}
.rp1o8a .n16e::before{content:"/";opacity:.35}
.rp1o8a .qmhtgt + .qmhtgt::before{content:"/";margin-right:6px;opacity:.35}
.p2080 .n16e::before{content:"|";opacity:.3}
.p2080 .qmhtgt + .qmhtgt::before{content:"|";margin-right:6px;opacity:.3}
.qpdp57l .n16e::before{content:"—";opacity:.3}
.qpdp57l .qmhtgt + .qmhtgt::before{content:"—";margin-right:6px;opacity:.3}
.prefr .n16e::before{content:"◆";font-size:.5em;opacity:.35}
.prefr .qmhtgt + .qmhtgt::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.dkkp .n16e::before{content:"·";opacity:.4}
.dkkp .qmhtgt + .qmhtgt::before{content:"·";margin-right:6px;opacity:.4}
.bwljhcuf .n16e::before{content:"›";opacity:.4}
.bwljhcuf .qmhtgt + .qmhtgt::before{content:"›";margin-right:6px;opacity:.4}
.sc2qdnb2 .n16e::before{content:"→";opacity:.35;font-size:.85em}
.sc2qdnb2 .qmhtgt + .qmhtgt::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.y5i8xr{display:flex;align-items:flex-start;gap: 16px;max-width:var(--content-width, 960px);margin: 32px auto 24px;padding: 20px 24px}
.jzhjlp{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.hcbwc9n{display:flex;flex-direction:column;gap: 4px}
.jbuw2c{font-size: var(--fs-caption);text-transform:uppercase;letter-spacing: var(--ls-label);color:var(--text-body);opacity:.55}
.nczs{font-weight:700;font-size: var(--fs-sm);color:var(--text-heading)}
.u80hxki{font-size: var(--fs-label);color:var(--text-body);opacity:.8;line-height: var(--lh-snug);margin-top: 4px}
.d5fthv8 .y5i8xr{background:var(--surface-alt);border-radius:var(--radius, 8px);border: var(--bw-hair) solid var(--border)}
.jlvixey2 .y5i8xr{border-top: var(--bw-bar) solid var(--accent);padding-top: 20px}
.rr1os .y5i8xr{border-left: var(--bw-bar) solid var(--accent);border-radius:0}
.uy06h0 .y5i8xr{padding: 20px 0}
@media(max-width:640px){
  .y5i8xr{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .u80hxki{max-width:100%}
}
.pxeel5b .tby8yhd{margin: 0}
@media (max-width:560px){
  .et6e{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) {
  .ci08 { padding: 28px 20px 20px; }
  .tc1hz { font-size: var(--fs-lead); }
  .t3njz5 { max-width: 220px; max-height: 80px; }
}
.ooy01g {
  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);
}
.k53mq {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.c3n1  .ooy01g { border-radius: 50%; }
.kfxwi0  .ooy01g { border-radius: var(--r-chip); }
.mdw6mgoc .ooy01g { border-radius: var(--r-card); }
.oj50b60 .nt82h {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ooy01g { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.tuvo .n09qlgw {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.tuvo .uczx9 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.tuvo .nt82h {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.clr00lg {
  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;                  
}
.clr00lg.qpqk { transform: translate(-50%, 0); }
.clr00lg .n09qlgw,
.clr00lg .uczx9 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.clr00lg .nt82h {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.ehcsv6fg {
  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;
}
.ehcsv6fg::before,
.ehcsv6fg::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.ehcsv6fg::before { transform: translate(-50%, -50%) rotate(45deg); }
.ehcsv6fg::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.ehcsv6fg:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .clr00lg { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .clr00lg .nt82h {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .clr00lg .ww4iy { display: none !important; }
  .clr00lg .xiylnm { font-size: var(--fs-body) !important; }
  .clr00lg .ooy01g { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .ehcsv6fg { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .wtu9d4 { flex-direction: row-reverse; }
[dir="rtl"] .gvqw { flex-direction: row-reverse; }
[dir="rtl"] .hm0ib .qjx38 { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .hm0ib .qjx38 { right: auto; left: 20px; }
  [dir="rtl"] .eiws0gr  .qjx38 { left: auto;  right: 20px; }
}
[dir="rtl"] .c1b90x1 .czid  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .sogfvpb .czid { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ds0mgrjy, [dir="rtl"] .ut0xg8bi { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .vzckj { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .xv4gv3pz { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .hkm8 { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .nt82h { direction: rtl; }
[dir="rtl"] .ooy01g { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .rsto,
[dir="rtl"] .m7r6hv { direction: rtl; }
[dir="rtl"] .x9up { direction: rtl; }
[dir="rtl"] .v0ygy { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .sutdk.ukse9g2 .stn3cdb9,
[dir="rtl"] .hi6sl.ukse9g2 .stn3cdb9,
[dir="rtl"] .pe0j.ukse9g2 .stn3cdb9,
[dir="rtl"] .w45oofh.ukse9g2 .stn3cdb9,
[dir="rtl"] .gzmucj.ukse9g2 .stn3cdb9 { text-align: right; }
[dir="rtl"] .qgo5.ukse9g2 .sk7tzc7y { align-items: flex-end; text-align: right; }
[dir="rtl"] .uczx9,
[dir="rtl"] .p8m5,
[dir="rtl"] .hk0i,
[dir="rtl"] .stn3cdb9 { text-align: right; }
[dir="rtl"] .yubxr3f,
[dir="rtl"] .o5xi,
[dir="rtl"] .bneolwr,
[dir="rtl"] .vtp6qw15,
[dir="rtl"] .bsex83 { text-align: right; direction: rtl; }
[dir="rtl"] .d38bz .vtp6qw15,
[dir="rtl"] .xs083csl .vtp6qw15 { padding-right: 20px; padding-left: 20px; }
.lm0vjqow .rgmen,
.bs3p .rgmen,
.b0r9cvr .rgmen { border: var(--bw-hair) solid var(--border-alt); }
.etgf4xjs .rgmen {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.lm0vjqow .rsto,
.bs3p .rsto,
.etgf4xjs .rsto,
.b0r9cvr .rsto {
  gap: 24px;
  padding: 24px 24px;
}
.lm0vjqow .rsto + .rsto,
.b0r9cvr .rsto + .rsto { border-top: none; }
.lm0vjqow .rsto:nth-child(even),
.b0r9cvr .rsto:nth-child(even) { background: var(--bg-surface); }
.etgf4xjs .rsto {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.lm0vjqow .fkjf6y,
.bs3p .fkjf6y,
.etgf4xjs .fkjf6y,
.b0r9cvr .fkjf6y {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.lm0vjqow .cedn5mjq,
.bs3p .cedn5mjq,
.etgf4xjs .cedn5mjq,
.b0r9cvr .cedn5mjq {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.b0r9cvr .nqtlsl { font-size: var(--fs-body); font-weight: 700; }
.lm0vjqow .dqq4e, .lm0vjqow .qi39, .lm0vjqow .jbhu,
.bs3p .dqq4e, .bs3p .qi39, .bs3p .jbhu,
.etgf4xjs .dqq4e, .etgf4xjs .qi39, .etgf4xjs .jbhu,
.b0r9cvr .dqq4e, .b0r9cvr .qi39, .b0r9cvr .jbhu {
  background: transparent;
  padding: 12px 0; align-items: flex-start; text-align: left;
}
.lm0vjqow .vzwks.aecy2g,
.bs3p .vzwks.aecy2g,
.etgf4xjs .vzwks.aecy2g,
.b0r9cvr .vzwks.aecy2g {
  padding: 16px 24px !important;
}
.b0r9cvr .vzwks.aecy2g { box-shadow: none; }
@media (max-width: 1080px) {
  .lm0vjqow .rsto,
  .bs3p .rsto,
  .etgf4xjs .rsto,
  .b0r9cvr .rsto { gap: 16px; padding: 20px; }
  .lm0vjqow .fkjf6y,
  .bs3p .fkjf6y,
  .etgf4xjs .fkjf6y,
  .b0r9cvr .fkjf6y { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .lm0vjqow .fkjf6y,
  .bs3p .fkjf6y,
  .etgf4xjs .fkjf6y,
  .b0r9cvr .fkjf6y { width: 104px; height: 104px; }
}
.bc9hedyc .rlqx { display: none; }
.h83wh li::before { color: #2f855a; font-weight: 700; }
.zvrths li::before { color: #9b2c2c; font-weight: 700; }
.y1xxdyu6::before { color: #2f855a; }
.lxerwg92::before { color: #9b2c2c; }
.h20052q  .kasmfpts, .h20052q  .e3yit { border-radius: var(--r-pill); }
.yhbqz2m .kasmfpts, .yhbqz2m .e3yit { border-radius: 0; }
.i7ppic .kasmfpts, .i7ppic .e3yit { border-radius: var(--r-btn); }
.kasmfpts, .e3yit, .s22zd0g, .aecy2g, .vzwks.aecy2g {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
body.h20052q  { --btn-radius: var(--r-pill); }
.s22zd0g, .aecy2g, .vzwks.aecy2g, .kasmfpts, .e3yit,
.w87uw, .fmfpy3, .clr00lg .kasmfpts {
  border-radius: var(--btn-radius) !important;
}
.z0n0 a, .p8m5 a, .hk0i a, .ab5ex4 a, .k3rns3g 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;
}
.z0n0 a:hover, .p8m5 a:hover, .hk0i a:hover, .ab5ex4 a:hover { text-decoration-color: currentColor; }
.b4kbxgve { --hero-a: var(--b-600); --hero-b: var(--b-700); }
.dwuodnw .uupqeu4i.pe0j .q4m5o,
.dwuodnw section.pe0j .q4m5o { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.dwuodnw .pe0j .ahafm2f { color: var(--text-body); }
.b4kbxgve .sutdk:not(.pe0j) .q6f9krn {
  background: linear-gradient(120deg, color-mix(in srgb, var(--b-900) 88%, transparent) 0%, color-mix(in srgb, var(--b-700) 58%, transparent) 100%);
}
.uupqeu4i.sutdk:not(.pe0j) .q4m5o,
section.sutdk:not(.pe0j) .q4m5o { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.hf5aox.b4kbxgve .pe0j .s22zd0g,
.mzkk .w11gxw1 { background: var(--bg-page); border-top-color: var(--border-alt); }
.d45zim3c .w11gxw1 { background: var(--b-50); border-top-color: var(--b-200); }
.dsptyo9    { --ftr-fill: var(--n-900); --ftr-edge: var(--n-800); }
.lyjq5z .w11gxw1, .krio2 .w11gxw1, .dsptyo9 .w11gxw1 {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.lyjq5z .w11gxw1 :is(.kihpy2, .lh44jh),
.krio2   .w11gxw1 :is(.kihpy2, .lh44jh),
.dsptyo9    .w11gxw1 :is(.kihpy2, .lh44jh) { color: rgba(255,255,255,0.68); }
.lyjq5z .w11gxw1 :is(.c6toth, .t9rzj7a0),
.krio2   .w11gxw1 :is(.c6toth, .t9rzj7a0),
.dsptyo9    .w11gxw1 :is(.c6toth, .t9rzj7a0) { color: rgba(255,255,255,0.7); }
.lyjq5z .w11gxw1 a, .krio2 .w11gxw1 a, .dsptyo9 .w11gxw1 a { color: rgba(255,255,255,0.9); }
.lyjq5z .w11gxw1 a:hover, .krio2 .w11gxw1 a:hover, .dsptyo9 .w11gxw1 a:hover { color: #fff; }
.lyjq5z .w11gxw1 .lwnf3vdw,
.krio2   .w11gxw1 .lwnf3vdw,
.dsptyo9    .w11gxw1 .lwnf3vdw { color: #fff; }
.bxgsl .rgmen:not(.vw4nmv) .rsto:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.iqxaaf0 .rgmen:not(.vw4nmv) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.iqxaaf0 .rgmen:not(.vw4nmv) .rsto { background: var(--bg-card); border-radius: var(--r-btn); }
.iqxaaf0 .rgmen:not(.vw4nmv) .rsto + .rsto { margin-top: 8px; border-top: none; }
.du7bdaf .rsto::before { background: var(--tone-line, var(--accent)); }
.qocj .rsto:first-child { border-top-color: var(--tone-line, var(--accent)); }
.k3rns3g summary:hover::after, .k3rns3g[open] summary::after { color: var(--tone-mark, var(--accent)); }
.lns287m .aptz { border-top-color: var(--tone-line, var(--accent)); }
.ckt1g5 .y75ciaq { background: var(--tone-fill, var(--accent-bg)); }
.fgae6t8 .z5m3xfoe .cedn5mjq,
.fgae6t8 .m55v8.z5m3xfoe img,
.fgae6t8 .xox5.z5m3xfoe img { border-radius: 22%; }
.fgae6t8 .m55v8.z5m3xfoe { border-radius: var(--r-card); }
.am4u2 .z5m3xfoe .cedn5mjq,
.am4u2 .m55v8.z5m3xfoe img,
.am4u2 .xox5.z5m3xfoe img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.am4u2 .m55v8.z5m3xfoe { border-radius: 50%; padding: 5px; }
.am4u2 .z5m3xfoe.fkjf6y, .fgae6t8 .z5m3xfoe.fkjf6y { overflow: visible; }
.aptz, .pcp4jrw, .rgmen:not(.vw4nmv), .tby8yhd, .k3rns3g {
  border: none; box-shadow: var(--sh-card);
}
.c7k99i4g .aptz, .c7k99i4g .pcp4jrw,
.c7k99i4g .rgmen:not(.vw4nmv) { box-shadow: var(--sh-lift); }
.wlx7n .k3rns3g, .d1ng5kp .k3rns3g, .veyv37 .k3rns3g { box-shadow: none; }
.veyv37 .e08tecf { border: none; box-shadow: var(--sh-card); }
.kr95un .k3rns3g { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.d1ng5kp .k3rns3g summary { border: none; box-shadow: var(--sh-card); }
.d1ng5kp .k3rns3g[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.so0s .k3rns3g summary { color: var(--tone-fill-head-raw); }
.xxpiqh .aptz { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.aizg1, .hkm8, .x9up { border: none; box-shadow: var(--panel-sh, none); }
.ym8uq4dd .xc6u { border: none; box-shadow: var(--sub-sh, none); }
.no3kchup .aizg1, .no3kchup .x9up { box-shadow: var(--panel-sh, none); }
.no3kchup .tby8yhd, .no3kchup .oen5 .hkm8 { box-shadow: var(--sh-card); }
.no3kchup .ym8uq4dd .xc6u { box-shadow: var(--sub-sh, none); }
.wkvko .xc6u, .no3kchup .wkvko .xc6u, .c7k99i4g .wkvko .xc6u { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.aizg1 { background: var(--bg-card-inner); border-radius: var(--r-card); }
.vdzv { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.wtnkdb .aizg1   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.h1b7fup6 .aizg1 { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.eoefw .aizg1     { border: none; }
.eoefw .vdzv { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.ttwnd .aizg1    { border: none; box-shadow: var(--sh-card); }
.hkm8 { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.z1w9x7m { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.hkm8 strong, .u9tg0a8w .hkm8 strong, .k8m5zc9 .hkm8 strong,
.q5bpu .hkm8 strong { color: var(--cl-head); }
.hkm8 p, .u9tg0a8w .hkm8 p, .k8m5zc9 .hkm8 p,
.q5bpu .hkm8 p { color: var(--cl-fg); }
.u9tg0a8w .hkm8 { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.u9tg0a8w .hkm8 strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.euov9 .hkm8 { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.k8m5zc9 .hkm8 { border: none; }
.q5bpu .hkm8  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.oen5 .hkm8   { 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); }
.qm55yeda { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.qm55yeda strong { color: var(--cl-head); }
.vzckj, .xv4gv3pz { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.vzckj ul li, .vzckj .h83wh li { color: var(--sem-pos-body); }
.xv4gv3pz ul li, .xv4gv3pz .zvrths li { color: var(--sem-neg-body); }
.cx10qo .vzckj, .cx10qo .xv4gv3pz { border: none; }
.got3 .vzckj, .got3 .xv4gv3pz { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.got3 .vzckj { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.got3 .xv4gv3pz { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.awwra3 .vzckj, .awwra3 .xv4gv3pz { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.awwra3 .vzckj { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.awwra3 .xv4gv3pz { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.foagx8 .vzckj .bnrm, .foagx8 .xv4gv3pz .bnrm {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.foagx8 .vzckj .bnrm { background: var(--sem-pos-fg); }
.foagx8 .xv4gv3pz .bnrm { background: var(--sem-neg-fg); }
.foagx8 .y1xxdyu6::before, .foagx8 .lxerwg92::before { color: #fff; }
.i230 .vzckj ul li, .i230 .vzckj .h83wh li,
.i230 .xv4gv3pz ul li, .i230 .xv4gv3pz .zvrths li { color: var(--text-body); }
.x9up { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.q4cqtmjf { color: var(--tone-fill-head, var(--text-primary)); }
.fmkxx9k7 .v0ygy a, .miswdtl0 .v0ygy a, .oxho1z .v0ygy a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.fmkxx9k7 .v0ygy a:hover, .miswdtl0 .v0ygy a:hover, .oxho1z .v0ygy a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.i1uktrm .x9up { border-bottom-color: var(--border-alt); }
.i1uktrm .v0ygy a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.qqlzlv, .rd98adg5 { border: none; }
.q9ga { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.rik5 { border-top: none; }
.rik5 > span { color: var(--tone-fill-head, var(--text-primary)); }
.gu6oitaz em, .tt5sf em, .unsu em, .uqxpll2 em { color: var(--tone-fill-muted, var(--text-muted)); }
.ckt1g5 .y75ciaq { border-bottom: none; }
.xxpiqh .y75ciaq { border-bottom: none; }
.m55v8.z5m3xfoe { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.m55v8.z5m3xfoe img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.fgae6t8 .m55v8.z5m3xfoe img { border-radius: 22%; }
.am4u2  .m55v8.z5m3xfoe img { border-radius: 50%; }
.am4u2  .m55v8.z5m3xfoe { padding: 0; }
@media (min-width: 900px) {
  .ewkxz03 .wm0az5jm > .aptz:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.ds0mgrjy li::marker { color: var(--tone-mark, var(--accent)); }
.ut0xg8bi li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.ah2p li::marker { color: var(--tone-mark, var(--accent)); }
.b2hxlwbj h2.at5hwqmy { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.hdi3 h2.at5hwqmy { border-bottom-color: var(--tone-mark, var(--accent)); }
.hzvf8b1g h2.at5hwqmy { border-top-color: var(--tone-mark, var(--accent)); }
.c1b90x1 .xc6u, .sogfvpb .xc6u, .a1ee .xc6u,
.c1b90x1 .hkm8, .sogfvpb .hkm8, .a1ee .hkm8,
.c1b90x1 .wcbk2i, .sogfvpb .wcbk2i, .a1ee .wcbk2i,
.c1b90x1 .tby8yhd, .sogfvpb .tby8yhd, .a1ee .tby8yhd { clear: both; }
.czid .bo8z { box-shadow: var(--sh-card); }
.tby8yhd { border-radius: var(--r-card); }
.acple8kg .g8de { border: none; }
.t5gm1r .gvqw a { color: var(--b-800); }
.t5gm1r .gvqw a:hover { color: var(--b-600); }
.dwuodnw .uupqeu4i.pe0j .q4m5o,
.dwuodnw section.pe0j .q4m5o,
.dwuodnw .hi6sl .q4m5o { color: var(--b-900) !important; }
.dwuodnw .pe0j .ahafm2f, .dwuodnw .hi6sl .ahafm2f { color: var(--b-800); }
.d45zim3c .w11gxw1, .d45zim3c .w11gxw1 a { color: var(--b-800); }
.d45zim3c .w11gxw1 :is(.kihpy2, .lh44jh, .c6toth) { color: var(--b-700); }
.nt82h { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.kasmfpts { border: none; }
.fh6g .kasmfpts { background: #fff !important; color: var(--cta) !important; }
.q0tuy .nt82h { background: var(--b-100); border: none; }
.q0tuy .xiylnm { color: var(--b-900); }
.q0tuy .ww4iy { color: var(--b-800); }
.ijq104k .nt82h { background: var(--b-900); border: none; border-radius: var(--r-card); }
.ijq104k .xiylnm { color: #fff; }
.ijq104k .ww4iy { color: rgba(255,255,255,0.82); }
.n9zpd .nt82h { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.n9zpd .kasmfpts { background: #fff !important; color: var(--b-800) !important; }
.ooy01g { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.k53mq { width: 100%; height: 100%; object-fit: cover; }
h2.at5hwqmy, .q4m5o, h1.at5hwqmy, .xiylnm { font-weight: 700; }
.p8xhd h3, h3.lqpjf { font-weight: 600; }
body.h20052q { --btn-radius: 10px; }
.mhvvy50v { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.ds0mgrjy { list-style: none !important; padding-left: 0; margin: 16px 0; }
.ds0mgrjy li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.ds0mgrjy li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.ds0mgrjy 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);
}
.kc1ywq2c .ds0mgrjy li { padding-left: 28px; }
.kc1ywq2c .ds0mgrjy 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));
}
.kc1ywq2c .ds0mgrjy li::after { content: none; }
.kc1ywq2c .ds0mgrjy li::marker, .ds0mgrjy li::marker { content: ""; }
.ut0xg8bi { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.ut0xg8bi li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.ut0xg8bi 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;
}
.kc1ywq2c .ut0xg8bi li::before { border-radius: 50%; }
.ut0xg8bi li::marker { content: ""; }
.ah2p { list-style: none; padding-left: 16px; }
.ah2p li { position: relative; padding-left: 16px; }
.ah2p li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.ah2p li::marker { content: ""; }
h3.lqpjf { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.z0n0 strong, .p8m5 strong, .uu6s80yl 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");
}
.h83wh li::before, .zvrths 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);
}
.zvrths li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.h83wh li, .zvrths li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.y1xxdyu6::before, .lxerwg92::before { content: none !important; display: none !important; }
.bnrm { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.bc9hedyc .rlqx, .rlqx {
  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;
}
.nb18j .rlqx     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.z1w9x7m .rlqx { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.yfh2 .rlqx  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.qm55yeda .rlqx, .yvw2e0 .rlqx { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.rlqx::before { content: none !important; }
.hkm8 { gap: 14px; }
.aptz { --rv-pad: 24px; }
.y75ciaq { padding: var(--rv-pad); }
.ib9jgxt { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.ib9jgxt > * { margin: 0 !important; }
.ab5ex4 { line-height: var(--lh-read); }
.rik5 {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.rik5 > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.rik5 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)); }
.rik5 b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.cavu2vw { gap: 16px; }
.i230 .vzckj, .i230 .xv4gv3pz { padding: 0; }
.i230 .xv4gv3pz { padding-left: 20px; }
.uyrozr { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.cavu2vw + .uyrozr { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.dcwsc { 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); }
.qqlzlv, .q9ga, .iip8t {
  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));
}
.qm55yeda { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.qm55yeda strong, .u9tg0a8w .qm55yeda strong,
.yvw2e0 strong, .u9tg0a8w .yvw2e0 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));
}
.qm55yeda p, .yvw2e0 p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.qm55yeda { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.pu0q7ze 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); }
.pu0q7ze .cslr386 { color: inherit; opacity: .7; }
.ym8uq4dd .xc6u { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.jlbng h2.at5hwqmy { 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); }
.rliziw .ijq104k .kasmfpts, .rliziw .n9zpd .kasmfpts,
.rliziw.d4shu .ziv5fj, .rliziw.dsptyo9 .w11gxw1 .aecy2g { background: #fff !important; color: var(--b-900) !important; }
.ewkxz03 .wm0az5jm { align-items: stretch; }
.aptz { display: flex; flex-direction: column; }
.aptz .ib9jgxt { flex: 1 1 auto; }
.aptz .qm55yeda { margin-top: auto !important; }
.g8de { font-size: var(--fs-sm); }
.g8de th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.g8de td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.g8de td:first-child { font-weight: 600; color: var(--text-primary); }
.g8de tbody tr:last-child td { border-bottom: none; }
.g8de tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.pryqi2f2 .g8de th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.acple8kg .g8de th, .acple8kg .g8de td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.acple8kg .g8de th + th, .acple8kg .g8de td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.acple8kg .g8de tbody tr:last-child td { border-bottom: none; }
.zpypjg .acple8kg .g8de th + th, .v5wqinsj .acple8kg .g8de th + th,
.m5n0cb.acple8kg .g8de th + th { border-left-color: rgba(255,255,255,0.16); }
.s9w1 .g8de tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.fpsqod9y { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.aizg1 {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.aizg1:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.pxp1, .zyu4 .pxp1 {
  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;
}
.lyrmj .pxp1 { border-radius: 50%; padding: 14px; }
.fv0ohj3x .aizg1 { align-items: center; text-align: center; }
.fv0ohj3x .ah2p { text-align: left; }
.vdzv, .smwbzuk .vdzv, .eoefw .vdzv {
  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));
}
.wbbg { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.ah2p { 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); }
.ah2p li { margin-bottom: 6px; line-height: var(--lh-snug); }
.c529bvby .vdzv { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.c529bvby .vdzv::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.fv0ohj3x.c529bvby .vdzv, .lyrmj.c529bvby .vdzv { align-items: center; }
.iv44a7n8 .aizg1 { padding-left: 0; padding-right: 0; }
.iv44a7n8 .aizg1:hover { transform: none; box-shadow: none; }
.aizg1, .eoefw .aizg1 { background: var(--bg-card); box-shadow: var(--sh-card); }
.no3kchup .aizg1, .c7k99i4g .aizg1 { box-shadow: var(--sh-card); }
.iv44a7n8 .aizg1, .no3kchup .iv44a7n8 .aizg1 { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .fpsqod9y:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .fpsqod9y:has(> :nth-child(5):last-child) .aizg1 { padding: 20px 16px 18px; }
  .fpsqod9y:has(> :nth-child(6):last-child), .fpsqod9y:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fpsqod9y:has(> :nth-child(7):last-child), .fpsqod9y:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .ds0mgrjy li, [dir="rtl"] .kc1ywq2c .ds0mgrjy li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .kc1ywq2c .ds0mgrjy li { padding-right: 28px; }
[dir="rtl"] .ds0mgrjy li::before { left: auto; right: 0; }
[dir="rtl"] .kc1ywq2c .ds0mgrjy li::before { left: auto; right: 6px; }
[dir="rtl"] .ds0mgrjy li::after { left: auto; right: 9px; }
[dir="rtl"] .ut0xg8bi li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .ut0xg8bi li::before { left: auto; right: 0; }
[dir="rtl"] .ah2p { padding-left: 0; padding-right: 0; }
[dir="rtl"] .ah2p li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .ah2p li::before { left: auto; right: 0; }
[dir="rtl"] .h83wh li, [dir="rtl"] .zvrths li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .h83wh li::before, [dir="rtl"] .zvrths li::before { left: auto; right: 0; }
[dir="rtl"] .awwra3 .vzckj, [dir="rtl"] .awwra3 .xv4gv3pz { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .awwra3 .vzckj { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .awwra3 .xv4gv3pz { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .i230 .xv4gv3pz { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .hkm8, [dir="rtl"] .q5bpu .hkm8, [dir="rtl"] .oen5 .hkm8 { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .u9tg0a8w .hkm8, [dir="rtl"] .euov9 .hkm8, [dir="rtl"] .k8m5zc9 .hkm8 { border-right: none; }
[dir="rtl"] .b2hxlwbj h2.at5hwqmy { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .wtnkdb .aizg1 { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .aizg1 { align-items: flex-start; text-align: right; }
[dir="rtl"] .g8de th, [dir="rtl"] .g8de td { text-align: right; }
[dir="rtl"] .acple8kg .g8de th + th, [dir="rtl"] .acple8kg .g8de td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .kr95un .k3rns3g, [dir="rtl"] .so0s .k3rns3g summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .k3rns3g summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .bxgsl .rgmen:not(.vw4nmv) .rsto:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .rsto { gap: 0 14px; padding: 16px; }
  .rsto::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .u6t1w, .qfne { flex: 1 1 0; min-width: 0; }
  .m7sxq { flex: 0 0 auto; }
  .svw1c8xx { align-self: center; }
  
  .dqq4e, .qi39, .jbhu,
  .anf8d, .psxmd, .w85wx,
  .r8arf, .kfq01kxy, .swskgck {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .dqq4e, .qi39, .jbhu { flex-basis: 100%; min-width: 100%; }
  
  .eh16, .jf3lx { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .r6kq, .qe4t { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .qe4t .rd98adg5:nth-child(n+3) { display: inline-block; }
  .qe4t .rd98adg5:nth-child(n+4) { display: none; }
  
  .ky9ul, .pae236o { margin-top: 16px; }
  .w90bhd { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .anf8d, .psxmd, .w85wx,
  .r8arf, .kfq01kxy, .swskgck { flex-basis: 100%; min-width: 100%; }
}
.fkjf6y.z5m3xfoe, .ssl93mo .fkjf6y.z5m3xfoe, .iywhv2 .fkjf6y.z5m3xfoe,
.k93h .fkjf6y.z5m3xfoe, .ye9772ki .fkjf6y.z5m3xfoe,
.xox5.z5m3xfoe, .ssl93mo .xox5.z5m3xfoe, .iywhv2 .xox5.z5m3xfoe,
.k93h .xox5.z5m3xfoe, .ye9772ki .xox5.z5m3xfoe {
  background: transparent; padding: 0; width: auto; height: auto;
}
.ssl93mo .fkjf6y.z5m3xfoe .cedn5mjq, .iywhv2 .fkjf6y.z5m3xfoe .cedn5mjq,
.k93h .fkjf6y.z5m3xfoe .cedn5mjq, .ye9772ki .fkjf6y.z5m3xfoe .cedn5mjq { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .fkjf6y.z5m3xfoe .cedn5mjq { max-height: 64px; max-width: 64px; }
  
  .qe4t { flex-wrap: wrap; overflow: visible; }
  .qe4t .rd98adg5 { max-width: 100%; }
}
.qrr75phn { display: none; }
.e5yuv, .qhsl { display: contents; }
.qm55yeda, .k8m5zc9 .qm55yeda, .oen5 .qm55yeda { background: transparent !important; }
.uyrozr .qqlzlv, .uyrozr .q9ga, .uyrozr .iip8t { background: var(--bg-surface); color: var(--text-body); }
.pu0q7ze { align-items: center; gap: 10px; }
.pu0q7ze strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.wdyi3 {
  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);
}
.fmewy { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.fmewy em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.fmewy b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.wdyi3 .aecy2g { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .wdyi3 { flex-direction: column; align-items: stretch; }
  .wdyi3 .aecy2g { text-align: center; }
}
@media (min-width: 900px) {
  .tj0t .wm0az5jm, .tj0t.ewkxz03 .wm0az5jm { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .tj0t .aptz:has(> .e5yuv) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .tj0t .aptz:has(> .e5yuv) > .wdyi3 { display: none; }

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

  .tj0t .qhsl { display: flex; flex-direction: column; min-width: 0; }
  .tj0t .qhsl .pauk41 { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .tj0t .qhsl .pauk41 img.e1qktjtd { max-height: 250px; }
  .tj0t .qhsl .ib9jgxt { flex: 1 1 auto; }
  
  .tj0t .qhsl .cavu2vw { grid-template-columns: 1fr 1fr; gap: 20px; }
  .tj0t .qhsl .uyrozr { flex-wrap: wrap; }
  .tj0t .qhsl .dcwsc { flex: 0 0 auto; margin: 0 8px 0 0; }
  .tj0t .aptz:last-child:nth-child(odd) { grid-column: auto; }
  
  .tj0t.ckt1g5 .y75ciaq, .tj0t.lns287m .y75ciaq { background: none; }
}
[dir="rtl"] .tj0t .e5yuv .rik5 b { text-align: left; }
[dir="rtl"] .tj0t .e5yuv .rik5 > .gu6oitaz b { text-align: right; }
[dir="rtl"] .tj0t .qhsl .dcwsc { margin: 0 0 0 8px; }
.lfja .aptz .pauk41 { order: -1; }
.lfja .aptz .pauk41 img.e1qktjtd { max-height: 210px; width: 100%; }
.lfja .aptz:has(.pauk41) .y75ciaq { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.lfja .aptz:has(.pauk41) .m55v8 { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.lfja.am4u2 .aptz:has(.pauk41) .m55v8 { border-radius: 50%; }
.lfja .aptz:has(.pauk41) .p8xhd,
.lfja .aptz:has(.pauk41) .dwn2g { padding-top: 52px; }
.lfja.ckt1g5 .y75ciaq, .lfja.lns287m .y75ciaq { background: none; }
.mdr8q .aptz .pauk41 { display: none; }
.mdr8q .aptz { --rv-pad: 20px; }
.mdr8q .ab5ex4 { font-size: var(--fs-sm); line-height: 1.65; }
.mdr8q .ib9jgxt { gap: 16px; }
.mdr8q .uyrozr + .uyrozr { display: none; }
.mdr8q .m55v8.z5m3xfoe, .mdr8q .m55v8.z5m3xfoe img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.lyrmj .aizg1 { align-items: center; text-align: center; }
.lyrmj .ah2p { text-align: left; }
.xb6p03xx .fpsqod9y, .xb6p03xx .fpsqod9y:has(> :nth-child(5):last-child),
.xb6p03xx .fpsqod9y:has(> :nth-child(6):last-child), .xb6p03xx .fpsqod9y:has(> :nth-child(7):last-child),
.xb6p03xx .fpsqod9y:has(> :nth-child(8):last-child), .xb6p03xx .fpsqod9y:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.xb6p03xx .aizg1 { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.xb6p03xx .pxp1, .xb6p03xx .k625fw { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.xb6p03xx .vdzv, .xb6p03xx .wbbg, .xb6p03xx .ah2p { grid-column: 2; }
.xb6p03xx .aizg1 > .vdzv:first-child, .xb6p03xx .aizg1 > .vdzv:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .xb6p03xx .aizg1 { direction: rtl; }
.mwgg30 .aizg1 { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.mwgg30 .pxp1 {
  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;
}
.mwgg30 .vdzv, .mwgg30 .wbbg { padding-left: 22px; padding-right: 22px; }
.mwgg30 .ah2p { margin-left: 22px; margin-right: 22px; }
.mwgg30 .fpsqod9y:has(> :nth-child(5):last-child) .aizg1 { 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"); }
.ah2p { padding-left: 0 !important; }
.ah2p li { padding-left: 22px; margin-bottom: 8px; }
.ah2p 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"] .ah2p li { padding-left: 0; padding-right: 22px; }
.rik5:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .tj0t .aptz:has(> .e5yuv) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .tj0t .aptz:has(> .e5yuv) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .tj0t .e5yuv { background: none; align-self: start; position: sticky; top: 96px; }
  .tj0t .e5yuv .rik5 { align-items: stretch; }
  .tj0t .e5yuv .dwn2g { margin-top: 0; padding: 20px 0 0; }
  .tj0t .e5yuv .p8xhd { padding: 0; }
  
  .tj0t.hew7bt5c .e5yuv .m55v8 { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .tj0t.hew7bt5c .e5yuv .m55v8:not(.z5m3xfoe) { width: 112px; height: 112px; padding: 6px; }
}
.lfja.hew7bt5c .y75ciaq { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.lfja.hew7bt5c .m55v8 { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.lfja.hew7bt5c .p8xhd, .lfja.hew7bt5c .dwn2g { padding-left: 0; padding-right: 0; padding-bottom: 0; }
.xb6p03xx .fpsqod9y, .xb6p03xx .fpsqod9y:has(> :nth-child(5):last-child),
.xb6p03xx .fpsqod9y:has(> :nth-child(6):last-child), .xb6p03xx .fpsqod9y:has(> :nth-child(7):last-child),
.xb6p03xx .fpsqod9y:has(> :nth-child(8):last-child), .xb6p03xx .fpsqod9y:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.xb6p03xx .fpsqod9y > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.xb6p03xx .aizg1 { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.xb6p03xx .pxp1, .xb6p03xx .k625fw { position: absolute; left: 22px; top: 22px; margin: 0; }
.xb6p03xx .aizg1:not(:has(.pxp1, .k625fw)) { padding-left: 22px; }
[dir="rtl"] .xb6p03xx .aizg1 { padding: 22px 104px 22px 22px; }
[dir="rtl"] .xb6p03xx .pxp1, [dir="rtl"] .xb6p03xx .k625fw { left: auto; right: 22px; }
@media (max-width: 700px) { .xb6p03xx .fpsqod9y { grid-template-columns: minmax(0, 1fr) !important; } }
.xb6p03xx .fpsqod9y .aizg1 { padding: 22px 22px 22px 104px !important; }
.xb6p03xx .fpsqod9y .aizg1:not(:has(.pxp1, .k625fw)) { padding-left: 22px !important; }
[dir="rtl"] .xb6p03xx .fpsqod9y .aizg1 { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .cavu2vw, .wcbk2i { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .i230 .xv4gv3pz, [dir="rtl"] .i230 .xv4gv3pz {
    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;
  }
  
  .lfja .aptz:has(.pauk41) .p8xhd { padding-top: 0; }
}
.jwjkz1cc p, .vptwu, .nmykv, .hx07az, .vu5oa2,
.bneolwr, .vilg07, .b88fieew, .zvzc p, .h0ii9zk p { color: var(--text-body); }
.vp2q { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.vzq97d, .bnk6bd .vzq97d, .wta8,
.cxgsilmo, .ctf6s7, .z96lw,
.zvzc h2, .zvzc h3, .elfbkf5b h2, .o8yft82f 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;
}
.ez8tbel .vzq97d { font-size: var(--fs-lead); }
.lhrau { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.p2jp7k { font-weight: 700; letter-spacing: -0.02em; }
.nmykv, .hx07az { list-style: none !important; padding-left: 0; }
.nmykv li, .hx07az li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.nmykv li::marker, .hx07az li::marker { content: ""; }
.nmykv li::before, .hx07az 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"] .nmykv li, [dir="rtl"] .hx07az li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .nmykv li::before, [dir="rtl"] .hx07az li::before { left: auto; right: 6px; }
.jwjkz1cc a:not(.aecy2g):not(.s22zd0g) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .clr00lg .nt82h {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .clr00lg .ooy01g { 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); }
  .clr00lg .b1fw { flex: 1 1 0; min-width: 0; }
  .clr00lg .xiylnm {
    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;
  }
  .clr00lg .kasmfpts { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .ehcsv6fg { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.hgvs h1, .hgvs h2, .hgvs h3, .hgvs .q4m5o,
.hgvs h2.at5hwqmy, .hgvs h1.at5hwqmy { font-weight: 600; }
.i93h4 h1, .i93h4 h2, .i93h4 h3, .i93h4 .q4m5o,
.i93h4 h2.at5hwqmy, .i93h4 h1.at5hwqmy { font-weight: 700; }
.bf5n h1, .bf5n .q4m5o, .bf5n h1.at5hwqmy,
.mwifuvkg.hgvs .q4m5o { font-weight: 600; }
h3.lqpjf, .i93h4 h3.lqpjf, .p8xhd h3, .i93h4 .p8xhd h3 { font-weight: 600; }
.jf59foir .gvqw a, .fj8z6m70 .gvqw a { font-weight: 600; }
.qo1h .wvid9x { font-weight: 600; }
.qo1h .h2n5d0 { font-weight: 700; }
.nqtlsl { font-weight: 600; }
.h2n5d0 { font-weight: 700; }
.ahafm2f { font-weight: 400; }
.ngi2aq { display: block; }
.emvy82b1 { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.emvy82b1 .x9up { margin: 20px 0 8px; }
.n09qlgw { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .emvy82b1 { padding: 0 16px; } }
@media (min-width: 1100px) {
  .p6l5 .iwoy8w, .p1rdit .iwoy8w, .ag719w .iwoy8w,
  .p6l5 .ngi2aq, .p1rdit .ngi2aq, .ag719w .ngi2aq { max-width: 1280px; }
  .p6l5 .ngi2aq, .p1rdit .ngi2aq, .ag719w .ngi2aq {
    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;
  }
  .p1rdit .ngi2aq, .ag719w .ngi2aq { grid-template-columns: minmax(0, 1fr) 264px; }
  .p1rdit .emvy82b1, .ag719w .emvy82b1 { order: 2; }
  .p6l5 .emvy82b1, .p1rdit .emvy82b1, .ag719w .emvy82b1 {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .p6l5 .gdlmo3, .p1rdit .gdlmo3, .ag719w .gdlmo3 {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .p6l5 .g2jaop2 .uczx9, .p1rdit .g2jaop2 .uczx9,
  .ag719w .g2jaop2 .uczx9 { max-width: none; padding-left: 0; padding-right: 0; }
  .p6l5 .g2jaop2 > .n09qlgw:first-child, .p1rdit .g2jaop2 > .n09qlgw:first-child,
  .ag719w .g2jaop2 > .n09qlgw:first-child { padding-top: 0; }
  .p6l5 .g2jaop2 > .n09qlgw:first-child .uczx9, .p1rdit .g2jaop2 > .n09qlgw:first-child .uczx9,
  .ag719w .g2jaop2 > .n09qlgw:first-child .uczx9 { padding-top: 0; }

  
  .p6l5 .emvy82b1 .x9up, .p1rdit .emvy82b1 .x9up, .ag719w .emvy82b1 .x9up {
    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;
  }
  .p6l5 .emvy82b1 .q4cqtmjf, .p1rdit .emvy82b1 .q4cqtmjf, .ag719w .emvy82b1 .q4cqtmjf {
    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);
  }
  .p6l5 .emvy82b1 .v0ygy, .p1rdit .emvy82b1 .v0ygy, .ag719w .emvy82b1 .v0ygy {
    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);
  }
  .p6l5 .emvy82b1 .v0ygy li, .p1rdit .emvy82b1 .v0ygy li, .ag719w .emvy82b1 .v0ygy li {
    display: block !important; margin: 0 !important;
  }
  .p6l5 .emvy82b1 .v0ygy li::before, .p1rdit .emvy82b1 .v0ygy li::before, .ag719w .emvy82b1 .v0ygy li::before,
  .p6l5 .emvy82b1 .v0ygy li::after, .p1rdit .emvy82b1 .v0ygy li::after, .ag719w .emvy82b1 .v0ygy li::after,
  .p6l5 .emvy82b1 .v0ygy a::before, .p1rdit .emvy82b1 .v0ygy a::before, .ag719w .emvy82b1 .v0ygy a::before {
    content: none !important; display: none !important;
  }
  .p6l5 .emvy82b1 .v0ygy a, .p1rdit .emvy82b1 .v0ygy a, .ag719w .emvy82b1 .v0ygy 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;
  }
  .p6l5 .emvy82b1 .v0ygy a:hover, .p1rdit .emvy82b1 .v0ygy a:hover, .ag719w .emvy82b1 .v0ygy a:hover { color: var(--text-primary) !important; }
  .p6l5 .emvy82b1 .v0ygy a.elov6c5, .p1rdit .emvy82b1 .v0ygy a.elov6c5, .ag719w .emvy82b1 .v0ygy a.elov6c5 {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .ag719w .h7ama7op {
    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);
  }
  .gs6iby5 { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .rns8prv { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .kk3j9n { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .am4u2 .kk3j9n { border-radius: 50%; }
  .g84clj { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .i99t6cz { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .u9hdx46m { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .emvy82b1 .v0ygy { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .p6l5 .emvy82b1 .v0ygy a, [dir="rtl"] .p1rdit .emvy82b1 .v0ygy a, [dir="rtl"] .ag719w .emvy82b1 .v0ygy 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"] .p6l5 .emvy82b1 .v0ygy a.elov6c5, [dir="rtl"] .p1rdit .emvy82b1 .v0ygy a.elov6c5, [dir="rtl"] .ag719w .emvy82b1 .v0ygy a.elov6c5 { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .i02f6ko8 .emvy82b1 .v0ygy, [dir="rtl"] .ypyt0 .emvy82b1 .v0ygy,
[dir="rtl"].i02f6ko8 .emvy82b1 .v0ygy, [dir="rtl"].ypyt0 .emvy82b1 .v0ygy { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .emvy82b1 .v0ygy { border-right: none; } }
.ypyt0 .emvy82b1 {
  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);
}
.ypyt0 .emvy82b1 .x9up {
  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;
}
.ypyt0 .emvy82b1 .q4cqtmjf { display: none !important; }
.ypyt0 .emvy82b1 .v0ygy {
  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;
}
.ypyt0 .emvy82b1 .v0ygy::-webkit-scrollbar { display: none; }
.ypyt0 .emvy82b1 .v0ygy li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.ypyt0 .emvy82b1 .v0ygy li::before, .ypyt0 .emvy82b1 .v0ygy li::after,
.ypyt0 .emvy82b1 .v0ygy a::before { content: none !important; display: none !important; }
.ypyt0 .emvy82b1 .v0ygy 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;
}
.ypyt0 .emvy82b1 .v0ygy li:first-child a { padding-left: 0 !important; }
.ypyt0 .emvy82b1 .v0ygy a:hover { color: var(--text-primary) !important; }
.ypyt0 .emvy82b1 .v0ygy a.elov6c5 { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.ypyt0 .n09qlgw { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .ypyt0 .emvy82b1 .x9up { padding: 0 16px !important; } }
.ypyt0 .emvy82b1 .v0ygy {
  -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;
}
.ypyt0 .emvy82b1 .x9up { overflow: hidden; }
.kc1ywq2c .ds0mgrjy li::before, .nmykv li::before, .hx07az li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .xxnp, .l4s9y, .y9whwm, .n0jv8tho { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .qm55yeda, .yvw2e0 { display: block !important; }
  .qm55yeda .rlqx, .yvw2e0 .rlqx { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .qm55yeda .rlqx, [dir="rtl"] .yvw2e0 .rlqx { float: right; margin: 0 0 0 8px; }
  .qm55yeda strong, .yvw2e0 strong { line-height: 18px; margin-bottom: 8px; }
  .qm55yeda p, .yvw2e0 p { clear: both; }
  .aptz { --rv-pad: 18px; }
  .ib9jgxt { gap: 16px; }
}
.kxkkv .ksup, .uhcb .ksup, .urcc .ksup, .mw5pe4h1 .ksup { color: var(--text-primary); }
.kxkkv .ksup .sn8d { color: var(--tone-link, var(--accent)); }
.kxkkv .ksup:not(:has(.sn8d))::first-letter { color: var(--tone-link, var(--accent)); }
.kxkkv .ksup { display: inline-block; }
.mw5pe4h1 .ksup::after { content: "."; color: var(--tone-mark, var(--accent)); }
.urcc .ksup { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.uhcb .ksup { font-weight: 700; letter-spacing: -0.035em; }
.y6ej1s .ksup, .d4shu .ksup,
.y6ej1s .ksup .sn8d, .d4shu .ksup .sn8d { color: #fff !important; }
.y6ej1s.mw5pe4h1 .ksup::after, .d4shu.mw5pe4h1 .ksup::after { color: rgba(255,255,255,0.7); }
.y6ej1s.kxkkv .ksup::first-letter, .d4shu.kxkkv .ksup::first-letter { color: #fff; }
.t0kyzk .g2jaop2 > .n09qlgw:nth-of-type(even) .czid { display: none; }
.udw9h .g2jaop2 > .n09qlgw .czid { display: none; }
.udw9h .g2jaop2 > .n09qlgw:nth-of-type(-n+2) .czid { display: block; }
.d69gqzm .czid { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.d69gqzm .czid .bo8z { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .d69gqzm .czid .bo8z { aspect-ratio: 16 / 7; } }
.zt4b .czid .bo8z { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.zt4b .czid::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.zt4b .czid, .xl3rm8ks .czid { border-radius: var(--r-card); isolation: isolate; }
.xl3rm8ks .czid .bo8z { filter: grayscale(1) contrast(1.1); }
.a8xlei3, .a8xlei3.uupqeu4i { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.a8xlei3 .stn3cdb9 { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.a8xlei3 .q4m5o { 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; }
.a8xlei3 .ahafm2f { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.a8xlei3 .stn3cdb9::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.a8xlei3 ~ .gpa81 .wkx9stb { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .p6l5 .a8xlei3 .stn3cdb9, .p1rdit .a8xlei3 .stn3cdb9, .ag719w .a8xlei3 .stn3cdb9 { max-width: 1280px; }
}
@media (max-width: 640px) { .a8xlei3 { padding-top: 24px; } .a8xlei3 .stn3cdb9 { padding: 0 16px; } .a8xlei3 .q4m5o { font-size: var(--fs-h2); max-width: none; } }
.gzmucj, .gzmucj.uupqeu4i, .w45oofh, .w45oofh.uupqeu4i {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.gzmucj .stn3cdb9, .w45oofh .stn3cdb9 { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.qgo5.pvs3vzu, .qgo5.pvs3vzu.uupqeu4i { min-height: 0 !important; padding: 48px 0; }
.vw4nmv .h2n5d0 {
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25;
}
.vw4nmv .dqq4e, .vw4nmv .qi39, .vw4nmv .jbhu { background: var(--tone-fill-raw, var(--accent-bg)); }
.vw4nmv .rsto { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.vw4nmv .rsto::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .vw4nmv .rsto {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .vw4nmv .ahmjdyl, .vw4nmv .m7sxq, .vw4nmv .u6t1w, .vw4nmv .qfne,
  .vw4nmv .dqq4e, .vw4nmv .ky9ul, .vw4nmv .pae236o {
    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;
  }
  
  .uupqeu4i .vw4nmv, .vw4nmv.juwp, .vw4nmv.q5z4, .vw4nmv.i9mk {
    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;
  }
  .uupqeu4i .vw4nmv::-webkit-scrollbar { display: none; }
  .uupqeu4i .vw4nmv .rsto { flex: 0 0 74% !important; scroll-snap-align: center; }
  .gzmucj, .w45oofh { padding: 32px 0 24px; }
  .qgo5.pvs3vzu { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .w45oofh, .gzmucj, .qgo5.pvs3vzu { overflow-x: clip; max-width: 100vw; }
  .w45oofh .stn3cdb9, .gzmucj .stn3cdb9, .pvs3vzu .yc1qkg, .pvs3vzu .sk7tzc7y { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .uupqeu4i .vw4nmv { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.mr4zbdqn, .mr4zbdqn.uupqeu4i, .kui91, .kui91.uupqeu4i {
  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);
}
.dwuodnw .mr4zbdqn, .dwuodnw .kui91 { --hero-fg: var(--b-900); --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-700); }
.mr4zbdqn { background: linear-gradient(120deg, var(--hero-a, var(--b-900)) 0%, var(--hero-b, var(--b-800)) 100%); padding: 36px 0 40px; }
.dwuodnw .mr4zbdqn { border-bottom: var(--bw-hair) solid var(--b-200); }
.mr4zbdqn .stn3cdb9, .kui91 .stn3cdb9 {
  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;
}
.mr4zbdqn .stn3cdb9 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.f2xi1 .stn3cdb9:has(.q8y7t) { grid-template-columns: minmax(0, 1fr) 320px; }
.mr4zbdqn .q4m5o, .kui91 .q4m5o, .a8xlei3 .q4m5o {
  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;
}
.mr4zbdqn .q4m5o, .kui91 .q4m5o { color: var(--hero-fg) !important; }
.mr4zbdqn .ahafm2f, .kui91 .ahafm2f {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.uao6c5 { margin: 0; }
.uao6c5 .wkx9stb, .uao6c5 .wkx9stb * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.uao6c5 .wkx9stb { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.mr4zbdqn .uao6c5 .wkx9stb, .mr4zbdqn .uao6c5 .wkx9stb a, .mr4zbdqn .uao6c5 .wkx9stb span,
.kui91 .uao6c5 .wkx9stb, .kui91 .uao6c5 .wkx9stb a, .kui91 .uao6c5 .wkx9stb span { color: var(--hero-fg-dim) !important; }
.mr4zbdqn .uao6c5 .wkx9stb a, .kui91 .uao6c5 .wkx9stb a { color: var(--hero-fg) !important; font-weight: 600; }
.a8xlei3 .uao6c5 { margin: 0 0 14px; }
.a8xlei3 .uao6c5 .wkx9stb { color: var(--text-muted); }
.a8xlei3 .stn3cdb9::after { margin-top: 22px; }
.kui91 .q4m5o { max-width: 24ch; }
@media (min-width: 1100px) {
  .p6l5 .mr4zbdqn .stn3cdb9, .p1rdit .mr4zbdqn .stn3cdb9, .ag719w .mr4zbdqn .stn3cdb9,
  .p6l5 .kui91 .stn3cdb9, .p1rdit .kui91 .stn3cdb9, .ag719w .kui91 .stn3cdb9 { max-width: 1280px; }
}
@media (max-width: 760px) {
  .mr4zbdqn { padding: 24px 0 26px; }
  .mr4zbdqn .stn3cdb9, .kui91 .stn3cdb9 { padding: 0 16px; }
  .f2xi1 .stn3cdb9:has(.q8y7t) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .q8y7t { display: none; }
  .kui91 { padding-top: 12px; }
  .iazjcd0p { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .rcac5na { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .rcac5na img { width: 48px; height: 48px; flex: 0 0 48px; }
  .y4f27lsd { flex: 0 0 auto; }
  .fzjdjy { flex: 1 1 0; min-width: 0; }
  .mr4zbdqn .q4m5o, .kui91 .q4m5o, .a8xlei3 .q4m5o { font-size: 25px !important; max-width: none; }
  .mr4zbdqn .ahafm2f, .kui91 .ahafm2f { font-size: 15px; }
}
.sutdk .ahafm2f, .qgo5 .ahafm2f, .hi6sl .ahafm2f { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .x9ggkd .rgmen:not(.vw4nmv), .pglxpj .rgmen:not(.vw4nmv) {
    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;
  }
  .x9ggkd .rgmen:not(.vw4nmv) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .x9ggkd .rgmen:not(.vw4nmv):has(> :nth-child(5):last-child),
  .x9ggkd .rgmen:not(.vw4nmv):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .x9ggkd .rgmen:not(.vw4nmv):has(> :nth-child(3):last-child),
  .x9ggkd .rgmen:not(.vw4nmv):has(> :nth-child(6):last-child),
  .x9ggkd .rgmen:not(.vw4nmv):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pglxpj .rgmen:not(.vw4nmv) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .x9ggkd .rgmen:not(.vw4nmv) > .rsto,
  .pglxpj .rgmen:not(.vw4nmv) > .rsto: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;
  }
  .x9ggkd .rgmen:not(.vw4nmv) > .rsto:hover,
  .pglxpj .rgmen:not(.vw4nmv) > .rsto:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .x9ggkd .rsto .ahmjdyl, .pglxpj .rsto:nth-child(-n+3) .ahmjdyl {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .x9ggkd .rsto .m7sxq, .x9ggkd .rsto .u6t1w, .x9ggkd .rsto .qfne,
  .pglxpj .rsto:nth-child(-n+3) .m7sxq, .pglxpj .rsto:nth-child(-n+3) .u6t1w,
  .pglxpj .rsto:nth-child(-n+3) .qfne { order: -2; padding: 0; gap: 12px; }
  .x9ggkd .rsto .fkjf6y, .pglxpj .rsto:nth-child(-n+3) .fkjf6y {
    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;
  }
  .x9ggkd .rsto .cedn5mjq, .pglxpj .rsto:nth-child(-n+3) .cedn5mjq { max-height: 88px !important; max-width: 88% !important; }
  .x9ggkd .rsto .nqtlsl, .pglxpj .rsto:nth-child(-n+3) .nqtlsl { padding: 0 16px; font-size: var(--fs-body); }
  .x9ggkd .rsto .svw1c8xx, .pglxpj .rsto:nth-child(-n+3) .svw1c8xx { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .x9ggkd .rsto .ky9ul, .x9ggkd .rsto .pae236o,
  .pglxpj .rsto:nth-child(-n+3) .ky9ul, .pglxpj .rsto:nth-child(-n+3) .pae236o { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .x9ggkd .rsto .pae236o::before, .pglxpj .rsto:nth-child(-n+3) .pae236o::before { display: none; }
  .x9ggkd .rsto .r6kq, .x9ggkd .rsto .qe4t,
  .pglxpj .rsto:nth-child(-n+3) .r6kq, .pglxpj .rsto:nth-child(-n+3) .qe4t { justify-content: center; }
  .x9ggkd .rsto .h2n5d0, .pglxpj .rsto:nth-child(-n+3) .h2n5d0 { font-size: var(--fs-sm); }
  
  .x9ggkd .rsto .br7rjuh2, .pglxpj .rsto:nth-child(-n+3) .br7rjuh2 { display: none; }
  
  .x9ggkd .rgmen:not(.vw4nmv) > .rsto::before,
  .pglxpj .rgmen:not(.vw4nmv) > .rsto: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"] .x9ggkd .rgmen:not(.vw4nmv) > .rsto::before,
  [dir="rtl"] .pglxpj .rgmen:not(.vw4nmv) > .rsto:nth-child(-n+3)::before { left: auto; right: 10px; }

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

  
  .x0rl9 .rgmen:not(.vw4nmv) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .x0rl9 .rgmen:not(.vw4nmv)::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);
  }
  .x0rl9 .rgmen:not(.vw4nmv) > .rsto { padding-top: 10px; padding-bottom: 10px; position: static; }
  .x0rl9 .rgmen:not(.vw4nmv) > .rsto:first-child { position: relative; }
  .x0rl9 .rgmen:not(.vw4nmv) .ahmjdyl { position: static; }
  .x0rl9 .rgmen:not(.vw4nmv) .p1ja8 { display: none; }
  
  .x0rl9 .rgmen:not(.vw4nmv) > .rsto:first-child .p1ja8 {
    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;
  }
  .x0rl9 .fkjf6y { height: 64px !important; width: auto !important; }
  .x0rl9 .cedn5mjq { max-height: 56px !important; max-width: 120px !important; }
  .x0rl9 .u6t1w { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .x0rl9 .h2n5d0 { font-size: var(--fs-sm); }
  .x0rl9 .vzwks.aecy2g { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .x0rl9 .du7bdaf .rsto::before, .x0rl9.du7bdaf .rsto::before { top: 8px; bottom: 8px; }
  
  .x9ggkd.du7bdaf .rsto::before { border-radius: var(--r-pill) !important; }
  .x9ggkd.zrzlqi .rsto:nth-child(even), .pglxpj.zrzlqi .rsto:nth-child(even) { background: var(--bg-card) !important; }
  .x9ggkd.qocj .rsto:first-child, .pglxpj.qocj .rsto:first-child { border-top: none !important; }
  .x9ggkd.bxgsl .rgmen:not(.vw4nmv) .rsto:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .x9ggkd .rsto .pae236o, .pglxpj .rsto:nth-child(-n+3) .pae236o { display: flex !important; flex-direction: column; }
  
  .x0rl9 .rgmen:not(.vw4nmv) { 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; }
  .x0rl9 .rgmen:not(.vw4nmv) > .rsto { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .x0rl9 .rgmen:not(.vw4nmv) > .rsto + .rsto { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .x0rl9 .rgmen:not(.vw4nmv) > .rsto:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .x0rl9 .u6t1w, .x0rl9 .m7sxq, .x0rl9 .qfne { justify-content: flex-start; align-items: center; }
  .x0rl9 .pae236o { --cs-link-h: 0px; }
  .x0rl9 .pae236o .w90bhd { display: none; }
}
@media (min-width: 901px) {
  .x9ggkd .rgmen:not(.vw4nmv) .sssy,
  .pglxpj .rgmen:not(.vw4nmv) > .rsto:nth-child(-n+3) .sssy { display: block; }
}
body .uupqeu4i.mr4zbdqn .q4m5o, body .uupqeu4i.kui91 .q4m5o,
body section.mr4zbdqn .q4m5o, body section.kui91 .q4m5o { color: var(--hero-fg) !important; text-shadow: none !important; }
body .uupqeu4i.a8xlei3 .q4m5o { text-shadow: none !important; }
@media (max-width: 760px) {
  .rcac5na { width: auto; flex-wrap: wrap; }
  .ixgi9lz2 { flex: 1 0 100%; margin-top: 4px; }
}
.fcy00 { margin-top: 18px !important; }
.a8xlei3 .fcy00 { margin: 16px 0 0 !important; }
.sfueet0 .tk062i, .qa04iuqd .tk062i { display: block; }
@media (max-width: 640px) {
  .y6ej1s .gvqw, .d4shu .gvqw,
  .y6ej1s .gvqw.ufm9, .d4shu .gvqw.ufm9 { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .y6ej1s .gvqw a, .d4shu .gvqw a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .t5gm1r .gvqw, .t5gm1r .gvqw.ufm9 { background: var(--b-50) !important; }
}
body .aptz .pu0q7ze strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .aptz .pu0q7ze strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.tj0t .aptz .e5yuv .pu0q7ze strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.mr4zbdqn, .kui91 { --hero-fg-soft: rgba(255,255,255,0.92); --hero-fg-dim: rgba(255,255,255,0.84); }
.dwuodnw .mr4zbdqn, .dwuodnw .kui91 { --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-800); }
.kihpy2, .lh44jh, .gnrb .kihpy2, .gnrb .lh44jh { color: var(--text-muted); }
@media (max-width: 560px) {
  .m55v8.z5m3xfoe, .m55v8.z5m3xfoe img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .l2gb3zxg:has(> .sutdk, > .mr4zbdqn, > .qgo5) + .gxla { margin-top: -38px; }
  
  .sb2b3i7 .l2gb3zxg + .gxla { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .p6l5 .gxla, .p1rdit .gxla, .ag719w .gxla { max-width: 1280px; }
}
@media (max-width: 640px) {
  .osccbt3n .lhrau { max-width: none; }
}
.lhrau, .q4m5o, .vzq97d { overflow-wrap: break-word; }
.dlkx7 > div, .ez8tbel > div, .ivfd3,
.lssq1xk > div > div, .jwjkz1cc .lscbhq57 > div { min-width: 0; }
.jwjkz1cc p, .jwjkz1cc li, .jwjkz1cc td, .jwjkz1cc a { overflow-wrap: anywhere; }
:root {
  --accent: #5271b5;
  --brand: #5271b5;
  --accent-light: #3e5994;
  --brand-light: #3e5994;
  --accent-bg: #f2f6fe;
  --accent-bg-light: #f2f6fe;
  --accent-pale: #cadaf9;
  --brand-pale: #cadaf9;
  --cta: #c81e3a;
  --cta-hover: #b0002c;
  --cta-fg: #ffffff;
  --cta-light: #698ad2;
  --text-primary: #252a36;
  --text-body: #3e4450;
  --text-sub: #3e4450;
  --text-muted: #5d6370;
  --text-faint: #6b727f;
  --text-dim: #6b727f;
  --text-label: #5d6370;
  --text-value: #252a36;
  --bg-page: #ffffff;
  --bg-surface: #f3f6fb;
  --bg-card: #ffffff;
  --bg-card-inner: #f6f8fc;
  --bg-card-inner-raw: #f6f8fc;
  --bg-raised: #ebeff6;
  --bg-hover: #f3f6fb;
  --border: #d0d4de;
  --border-alt: #dfe3ea;
  --border-section: #dfe3ea;
  --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: #f3f6fb;
  --bg-info: #f3f6fb;
  --c-tip-border: #252a36;
  --c-warn-border: #a86b03;
  --c-tag-pay: #f3f6fb;
  --grad-start: #5271b5;
  --grad-end: #3e5994;
  --tone-fill: #f3f6fb;
  --tone-fill-2: #ebeff6;
  --tone-fill-raw: #f3f6fb;
  --tone-fill-2-raw: #ebeff6;
  --tone-fill-head: #252a36;
  --tone-fill-fg: #3e4450;
  --tone-fill-muted: #555b68;
  --tone-fill-head-raw: #252a36;
  --tone-fill-fg-raw: #3e4450;
  --tone-fill-muted-raw: #555b68;
  --sh-card: 0 0 0 1px rgba(37, 42, 54, 0.06), 0 1px 2px rgba(37, 42, 54, 0.05), 0 10px 24px -14px rgba(37, 42, 54, 0.18);
  --sh-lift: 0 0 0 1px rgba(37, 42, 54, 0.06), 0 2px 4px rgba(37, 42, 54, 0.06), 0 18px 36px -18px rgba(37, 42, 54, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #252a36;
  --tone-mark: #252a36;
  --tone-mark-fg: #ffffff;
  --tone-head: #252a36;
  --tone-sub: #252a36;
  --tone-link: #5271b5;
  --tone-th: #252a36;
  --tone-th-fg: #ffffff;
  --tone-chip: #f3f6fb;
  --tone-chip-fg: #3e4450;
  --tone-soft: #ebeff6;
  --tone-soft-fg: #252a36;
  --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: #4d3869;
  --b-50: #f2f6fe;
  --s-50: #fff2f2;
  --n-50: #f3f6fb;
  --b-100: #e4ebf9;
  --s-100: #ffe4e3;
  --n-100: #e8ebf2;
  --b-200: #cadaf9;
  --s-200: #fecbca;
  --n-200: #d5d9e2;
  --b-300: #a6c1f9;
  --s-300: #fea6a6;
  --n-300: #bdc2cb;
  --b-400: #85a5e8;
  --s-400: #f67a7e;
  --n-400: #a0a6b1;
  --b-500: #698ad2;
  --s-500: #de5a61;
  --n-500: #868c99;
  --b-600: #5271b5;
  --s-600: #bf414a;
  --n-600: #6d7381;
  --b-700: #3e5994;
  --s-700: #9c2e38;
  --n-700: #555b68;
  --b-800: #2d4271;
  --s-800: #781f27;
  --n-800: #3e4450;
  --b-900: #1a294a;
  --s-900: #4f1016;
  --n-900: #252a36;
}
:root { --logo-bg-opacity: 55%; }
body, button, input { font-family: "Inter", sans-serif; }
h1, h2, h3, .q4m5o, .xiylnm, .p8xhd h3 { font-family: "Lora", var(--font-body-stack, Georgia, serif); letter-spacing: -0.01em; }
.ki63 .uupqeu4i, .ki63 .qgo5 { min-height: 520px; }
.mtjx8hog::before { content: '·'; font-size: 1.3em; line-height: 1; }