:root {
  --color-accent: #3a44c2;
  --color-cta: #cc4b1c;
  --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);
}
.kh0r75 {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.g8sh4mrj {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.afag2qw {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.hzzw7l { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.ddw5y { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ddw5y a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.ddw5y a:hover { color: var(--accent-light); }
.gwyf  .mvx3s { border-radius: var(--r-card); }
.gwyf .mvx3s li:first-child a { border-top-left-radius: var(--r-btn); border-top-right-radius: var(--r-btn); }
.gwyf .mvx3s li:last-child a { border-bottom-left-radius: var(--r-btn); border-bottom-right-radius: var(--r-btn); }
@media (max-width: 640px) {
  .mvx3s {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .vb3w6k6:hover .mvx3s,
  .vb3w6k6:focus-within .mvx3s { display: block; }
  .mvx3s li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.ejljic {
  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);
}
.xh36ig87 { display: none; }
@media (max-width: 640px) {
  .xh36ig87 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .xh36ig87.tzadgdvf { display: block; }
}
@media (max-width: 640px) {
  .ejljic { display: block; }
  .ddw5y > li + li::before { display: none !important; }
  .ddw5y {
    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;
  }
  .ddw5y.tzadgdvf { display: flex; }
  .ddw5y li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .ddw5y li:last-child a { border-bottom: none; }
}
.u5a6q17e { min-height: 480px; }
.lpjuk {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.bz11jdn { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.o2aax76g .bz11jdn { margin-left: 0; margin-right: 0; }
.mqe9ikz .zr4d68um {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.mqe9ikz .lpjuk { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.mqe9ikz .bz11jdn { color: #e2e8f0; }
.mqe9ikz.ok67lq7o .zr4d68um { text-align: center; }
.mqe9ikz.o2aax76g   .zr4d68um { text-align: left; }
.es8jnpgv .zr4d68um {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.es8jnpgv .lpjuk { color: var(--text-primary); text-shadow: none; }
.es8jnpgv .bz11jdn { color: var(--text-muted); }
.es8jnpgv, .es8jnpgv.u5a6q17e { min-height: auto !important; }
.es8jnpgv.ok67lq7o .zr4d68um { text-align: center; }
.es8jnpgv.o2aax76g   .zr4d68um { text-align: left; }
.es8jnpgv~.o4bhyr2w{position:static!important;left: auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin: 0 auto!important;padding: 0 24px 12px!important}
.es8jnpgv~.o4bhyr2w .hy9q{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; }
}
.vynf .lpjuk { color: #fff; }
.vynf .bz11jdn { color: rgba(255,255,255,0.85); }
.qb8lzxi9 .lpjuk { text-shadow: none; color: var(--text-primary); }
.qb8lzxi9 .bz11jdn { color: var(--text-muted); }
body.tof2j .lpjuk {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.q4cy0 .lpjuk {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.u5a6q17e.vynf .lpjuk,
section.vynf .lpjuk {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.qb8lzxi9.o2aax76g   .uiyh { align-items: flex-start; text-align: left; }
.u5a6q17e .p7pd5g {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.p7pd5g .yv8ui {
  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;
}
.p7pd5g .yv8ui + .yv8ui { border-top: var(--bw-hair) solid var(--border-alt); }
.p7pd5g .cjaibhw { align-items: center; text-align: center; width: 100%; }
.p7pd5g .lc243oo {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.p7pd5g .ffag1enp { max-height: 64px; max-width: 140px; }
.p7pd5g .u3gypf8 {
  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%;
}
.p7pd5g .xqrxt6j3,
.p7pd5g .du5rl {
  font-size: var(--fs-sm);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.p7pd5g .p96j3pk7.vtfq2t7e {
  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;
}
.p7pd5g .p96j3pk7.vtfq2t7e:hover { opacity: 0.85; }
.p7pd5g .yv8ui,
.p7pd5g .yv8ui:hover,
.p7pd5g .yv8ui:nth-child(even),
.p7pd5g .yv8ui:nth-child(odd),
.p7pd5g .yv8ui:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.lhum8n1 .zr4d68um { padding-bottom: 24px; }
.y6ux7 .zr4d68um { max-width: 1100px; }
@media (max-width: 700px) {
  .qb8lzxi9 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .qb8lzxi9:not(.jf806) .yu5f { display: none !important; }
  .jf806 .yu5f { padding: 16px; }
  .uiyh  { padding: 36px 24px; }
  .qb8lzxi9~.o4bhyr2w,.kjaglhc~.o4bhyr2w{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .u5a6q17e, .qb8lzxi9 { min-height: 320px !important; }
  .lpjuk { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .llyji,
  .whvl7,
  .rswken { grid-template-columns: 1fr !important; }

  

  
  .lhum8n1 { display: flex !important; flex-direction: column !important; }
  .lhum8n1 .zr4d68um { display: contents; }
  .lhum8n1 .j2mcbzr { order: 0; }
  .lhum8n1 .lpjuk { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .lhum8n1 .llyji { order: 2; padding: 0 16px 12px !important; }
  .lhum8n1 .bz11jdn { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .y6ux7 .zr4d68um { display: flex; flex-direction: column; }
  .y6ux7 .zr4d68um .lpjuk { order: 1; }
  .y6ux7 .zr4d68um .rswken { order: 2; margin: 8px 0 24px !important; }
  .y6ux7 .zr4d68um .bz11jdn { order: 3; }
  .y6ux7 .zr4d68um .n4g3q7hx { order: 4; align-self: center; margin-top: 0; }

  
  .qb8lzxi9.jf806 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .qb8lzxi9.jf806 .uiyh { display: contents; padding: 0; }
  .qb8lzxi9.jf806 .uiyh .lpjuk { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .qb8lzxi9.jf806 .yu5f { order: 2; padding: 12px 16px; }
  .qb8lzxi9.jf806 .uiyh .bz11jdn { order: 3; padding: 0 24px; margin: 0 auto; }
  .qb8lzxi9.jf806 .uiyh .n4g3q7hx { order: 4; align-self: center; margin: 8px 0 32px; }
}
.t4hqx9w { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ke2opy { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.wcz2o .t4hqx9w        { border-radius: var(--r-card); }
.wcz2o .ke2opy  { border-radius: var(--r-card); }
.yf85c7q .t4hqx9w         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.yf85c7q .ke2opy   { border-radius: var(--r-btn); }
.fjdq { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.kgeoax { width: 100%; padding: 32px 0; position: relative; }
.v7qo72q { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.rjtxo11q .kgeoax, .rneei .kgeoax { background: transparent; }
.beq76ql .kzzzy > *,
.pici0p3f > *, .zlvquzyw > *, .y7uwu > *, .iyx7 > *, .f0z8 > * {
  --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.mdhjk { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.mdhjk {
  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.e6k2z7 { 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; }
.mcdccdf h2.mdhjk {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.gykj h2.mdhjk {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.c6yr2 h2.mdhjk {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.v8xc26fl h2.mdhjk::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.bf4rj h2.mdhjk {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.sjuap h2.mdhjk::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.zv5h h2.mdhjk {
  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) { .j653053 { display: none; } }
.xbfn { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.v4c2ozn1 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.mcc5my5 {
  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;
}
.t9lfm7 { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.obg0c2 { padding-left: 20px; }
.obg0c2 li { margin-bottom: 8px; }
.obg0c2 a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.obg0c2 a:hover { color: var(--tone-link, var(--accent-light)); }
.xonco75 .t9lfm7 { display: none; }
.ota7elt .t9lfm7 { display: none; }
.ota7elt .obg0c2 { padding-left: 0; list-style: none; }
.ota7elt .obg0c2 li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.ota7elt .obg0c2 a { font-size: var(--fs-sm); }
.x8c4u6 .mcc5my5 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.x8c4u6 .t9lfm7 { display: none; }
.x8c4u6 .obg0c2 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.x8c4u6 .obg0c2 li { margin-bottom: 0; }
.x8c4u6 .obg0c2 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;
}
.x8c4u6 .obg0c2 a:hover { border-color: var(--accent); color: var(--accent); }
.li4hjc .mcc5my5 { padding: 20px 20px 16px; }
.li4hjc .obg0c2 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.li4hjc .obg0c2 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.li4hjc .obg0c2 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;
}
.li4hjc .obg0c2 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;
}
.li4hjc .obg0c2 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.li4hjc .obg0c2 a:focus,
.li4hjc .obg0c2 a:focus-visible,
.li4hjc .obg0c2 a:target { outline: none; }
.li4hjc .obg0c2 li:target a { border-color: var(--border); color: var(--text-muted); }
.p1ovok .mcc5my5 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.p1ovok .t9lfm7 { display: none; }
.p1ovok .obg0c2 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.p1ovok .obg0c2 li { counter-increment: toc-n; margin-bottom: 0; }
.p1ovok .obg0c2 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;
}
.p1ovok .obg0c2 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;
}
.p1ovok .obg0c2 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.zhnw0l2 .mcc5my5 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.zhnw0l2 .t9lfm7 { display: none; }
.zhnw0l2 .obg0c2 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.zhnw0l2 .obg0c2 li { margin-bottom: 0; }
.zhnw0l2 .obg0c2 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;
}
.zhnw0l2 .obg0c2 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.xgqday5 .mcc5my5 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.xgqday5 .t9lfm7 { display: none; }
.xgqday5 .obg0c2 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.xgqday5 .obg0c2 li { margin-bottom: 0; }
.xgqday5 .obg0c2 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.xgqday5 .obg0c2 li:last-child::after { content: ""; margin-right: 0; }
.xgqday5 .obg0c2 a { font-size: var(--fs-sm); }
.kzzzy { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.beq76ql .kzzzy { background: var(--bg-card); }
.pnma .kzzzy { background: none; border-radius: 0; padding: 28px 0 8px; }
.pnma .kzzzy + .kzzzy { border-top: var(--bw-hair) solid var(--border-section); }
.ubre .kzzzy {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.ubre .kzzzy:last-child { border-bottom: none; }
.q0s2i .kzzzy {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.q0s2i .kzzzy + .kzzzy { margin-top: 4px; }
.nrw4 .kzzzy { background: none; border-radius: 0; padding: 28px 0 8px; }
.nrw4 .kzzzy + .kzzzy { border-top: var(--bw-hair) solid var(--border-section); }
.wcot8fl { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.jn1fa { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.zlk94q7c, .ovu8ta7k { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.zlk94q7c li, .ovu8ta7k li { margin-bottom: 8px; }
.ovu8ta7k li { list-style: decimal; }
.y7uwu { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.ke8n .y7uwu,
.zlvquzyw .y7uwu { background: transparent; border: none; border-radius: 0; }
.npuvg0 { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.npuvg0 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;
}
.npuvg0 td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.npuvg0 tr:hover td { background: var(--bg-hover); }
.fwo35h .npuvg0 tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.xgiw .npuvg0 { border: var(--bw-hair) solid var(--border-alt); }
.xgiw .npuvg0 th,
.xgiw .npuvg0 td { border: var(--bw-hair) solid var(--border-alt); }
.f52ayh .npuvg0 th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.f52ayh .npuvg0 td { border-bottom: none; }
.f52ayh .npuvg0 tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.lr282r .npuvg0 th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.uwnb8 .y7uwu {
  overflow: hidden;
}
.uwnb8 .npuvg0 th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.uwnb8 .npuvg0 tr:last-child td { border-bottom: none; }
.fjmybb { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.f0z8 { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.aqfr { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.mf7m9q { 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); }
.izdn5ntf { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.y3guqjtb { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.y3guqjtb 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%}
.ep035pcg .mf7m9q { background: transparent; text-align: center; }
.gsgs .aqfr {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.g1rpsu .aqfr {
  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);
}
.mst6np .f0z8 { display: grid; grid-template-columns: auto 1fr; }
.mst6np .aqfr {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.mst6np .mf7m9q { grid-column: 2; }
.mst6np .izdn5ntf,
.mst6np .y3guqjtb { grid-column: 1 / -1; }
.xwg9 .f0z8 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.xwg9 .aqfr {
  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);
}
.xwg9 .mf7m9q { grid-column: 2; }
.xwg9 .izdn5ntf,
.xwg9 .y3guqjtb { grid-column: 1 / -1; }
.z9ah847o .f0z8 { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.z9ah847o .mf7m9q { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.vz4o .f0z8 { 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); }
.vz4o .mf7m9q { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.lhqai7m .f0z8 { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.lhqai7m .mf7m9q { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.lfdy .f0z8 { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.lfdy .mf7m9q { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.bxo1wpv .fjmybb { counter-reset: card-n; }
.bxo1wpv .f0z8  { counter-increment: card-n; }
.bxo1wpv .mf7m9q { display: flex; align-items: center; gap: 12px; }
.bxo1wpv .mf7m9q::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;
}
.jdm01wtc .f0z8 { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.jdm01wtc .mf7m9q { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.ifjyst { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.ifjyst         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.b53c40     { --cl-hue: var(--tone-line, var(--accent)); }
.tg19gk { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.y6mbg08w    { --cl-hue: var(--tone-line, var(--accent)); }
.b53c40, .tg19gk, .y6mbg08w, .deh51vt {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.g2nagj2h { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.g2nagj2h::before { color: var(--cl-hue); }
.ifjyst strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.ifjyst p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.xv2v3f5 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.yyztjt09, .nbvxv13 { border-radius: var(--r-btn); padding: 16px; }
.yyztjt09 { background: var(--bg-pros); }
.nbvxv13 { background: var(--bg-cons); }
.lf2o { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.yyztjt09 .lf2o { color: var(--c-pros-label); }
.nbvxv13 .lf2o { color: var(--c-cons-label, var(--c-cons)); }
.yyztjt09 ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.nbvxv13 ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.ke2opy { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.vtfq2t7e {
  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;
}
.vtfq2t7e:hover { opacity: 0.85; }
.i3nym .vtfq2t7e  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.i3nym .vtfq2t7e:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.l0n36ti .vtfq2t7e  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.l0n36ti .vtfq2t7e:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.i3nym .p96j3pk7.vtfq2t7e, .l0n36ti .p96j3pk7.vtfq2t7e,
.i3nym .e01d .vtfq2t7e, .l0n36ti .e01d .vtfq2t7e {
  background: var(--cta); border: none; color: #fff;
}
.i3nym .p96j3pk7.vtfq2t7e:hover, .l0n36ti .p96j3pk7.vtfq2t7e:hover,
.i3nym .e01d .vtfq2t7e:hover, .l0n36ti .e01d .vtfq2t7e:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.ucjyl23v .vtfq2t7e  { border-radius: var(--r-pill); }
.w8ix18 .vtfq2t7e { box-shadow: none; }
.w8ix18 .vtfq2t7e:hover { box-shadow: none; opacity: 1; }
.c2yt8xo .vtfq2t7e { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.c2yt8xo .vtfq2t7e:hover { opacity: 1; }
.c2yt8xo .vtfq2t7e:active { transform: translateY(3px); box-shadow: none; }
.nsbef6 .vtfq2t7e { box-shadow: none; }
.nsbef6 .vtfq2t7e:hover { opacity: 1; box-shadow: none; }
.nsbef6 .vtfq2t7e:active { box-shadow: none; }
.jm10 .vtfq2t7e { position: relative; overflow: hidden; }
.jm10 .vtfq2t7e::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.jm10 .vtfq2t7e:hover::before { left: 135%; }
.zachkjuc .vtfq2t7e { border-radius: 0; }
.yf86 .vtfq2t7e  { padding-left: 12px; padding-right: 12px; }
.nknsf1 .n4g3q7hx { padding-left: 44px; padding-right: 44px; }
.nknsf1 .vtfq2t7e  { padding-left: 24px; padding-right: 24px; }
.fltf .vtfq2t7e  { padding-left: 32px; padding-right: 32px; }
.egpiq8   .n4g3q7hx::after, .egpiq8   .vtfq2t7e::after,
.zf1u .n4g3q7hx::after, .zf1u .vtfq2t7e::after,
.q5juor    .n4g3q7hx::after, .q5juor    .vtfq2t7e::after,
.pa2y0uh    .n4g3q7hx::after, .pa2y0uh    .vtfq2t7e::after,
.roc0wga    .n4g3q7hx::after, .roc0wga    .vtfq2t7e::after,
.z2euv     .n4g3q7hx::after, .z2euv     .vtfq2t7e::after,
.wjjxna9    .n4g3q7hx::after, .wjjxna9    .vtfq2t7e::after,
.nl1qs   .n4g3q7hx::after, .nl1qs   .vtfq2t7e::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;
}
.egpiq8 .n4g3q7hx::after, .egpiq8 .vtfq2t7e::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");
}
.zf1u .n4g3q7hx::after, .zf1u .vtfq2t7e::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");
}
.q5juor .n4g3q7hx::after, .q5juor .vtfq2t7e::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");
}
.pa2y0uh .n4g3q7hx::after, .pa2y0uh .vtfq2t7e::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");
}
.roc0wga .n4g3q7hx::after, .roc0wga .vtfq2t7e::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");
}
.z2euv .n4g3q7hx::after, .z2euv .vtfq2t7e::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");
}
.wjjxna9 .n4g3q7hx::after, .wjjxna9 .vtfq2t7e::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");
}
.nl1qs .n4g3q7hx::after, .nl1qs .vtfq2t7e::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");
}
.oex4y0   .t5k0t::after, .oex4y0   .a6tar::after,
.a5oh9b .t5k0t::after, .a5oh9b .a6tar::after,
.xbwh8    .t5k0t::after, .xbwh8    .a6tar::after,
.p6a6    .t5k0t::after, .p6a6    .a6tar::after,
.bbps    .t5k0t::after, .bbps    .a6tar::after,
.r5ag8naf     .t5k0t::after, .r5ag8naf     .a6tar::after,
.wtveo0u    .t5k0t::after, .wtveo0u    .a6tar::after,
.srjf8faj   .t5k0t::after, .srjf8faj   .a6tar::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;
}
.oex4y0 .t5k0t::after, .oex4y0 .a6tar::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");
}
.a5oh9b .t5k0t::after, .a5oh9b .a6tar::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");
}
.xbwh8 .t5k0t::after, .xbwh8 .a6tar::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");
}
.p6a6 .t5k0t::after, .p6a6 .a6tar::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");
}
.bbps .t5k0t::after, .bbps .a6tar::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");
}
.r5ag8naf .t5k0t::after, .r5ag8naf .a6tar::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");
}
.wtveo0u .t5k0t::after, .wtveo0u .a6tar::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");
}
.srjf8faj .t5k0t::after, .srjf8faj .a6tar::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");
}
.c917a3ma {
  --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;
}
.yv8ui {
  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;
}
.yv8ui + .yv8ui { border-top: var(--bw-hair) solid var(--border-alt); }
.yv8ui > * { min-width: 0; }
.yv8ui:hover { background: var(--bg-hover); }
.yv8ui > [itemprop="item"] { display: contents; }
.yv8ui [itemprop="itemReviewed"],
.yv8ui [itemprop="reviewRating"] { display: none; }
.cjaibhw {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.tqfyd, .ft5i5, .wklm39dd,
.wksy5, .shqq636k, .mp9p0 { align-items: center; text-align: center; }
.shqq636k, .mp9p0 { align-items: stretch; }
.jiu6lb0 {
  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%;
}
.gi6bafic {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.du5rl { font-size: var(--fs-lead); font-weight: 700; }
.e3p0d {
  font-size: var(--fs-label); font-weight: 400; line-height: var(--lh-tight);
  color: var(--text-muted); max-width: 100%; overflow-wrap: break-word;
}
.t2r49h9q .gi6bafic {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.u3gypf8 {
  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;
}
.nnnuwd {
  font-size: var(--fs-label); font-weight: 600; line-height: var(--lh-snug);
  
  color: var(--text-primary); background: var(--bg-surface);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-chip);
  padding: 4px 8px; display: inline-block;
  max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.lc243oo {
  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;
}
.kfd8gvns .ffag1enp { max-height: 60px; max-width: 68px; }
.ffag1enp {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.ft5i5 .lc243oo { width: 168px; }
.cbll0 .lc243oo,
.cbll0 .af2d,
.ac2d .lc243oo,
.ac2d .af2d,
.ycdkfh .lc243oo,
.ycdkfh .af2d,
.gdv9gx .lc243oo,
.gdv9gx .af2d,
.cbll0 .lc243oo, .ac2d .lc243oo,
.ycdkfh .lc243oo,  .gdv9gx .lc243oo {
  width: 88px; height: 88px; padding: 12px;
}
.cbll0 .lc243oo .ffag1enp, .ac2d .lc243oo .ffag1enp,
.ycdkfh .lc243oo .ffag1enp,  .gdv9gx .lc243oo .ffag1enp {
  max-height: 60px; max-width: 68px;
}
.k6urlev .lc243oo, .k6urlev .lc243oo.kfd8gvns,
.k6urlev .af2d,   .k6urlev .af2d.kfd8gvns,
.zm9ab, .l3s8 {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px; max-width: 100%;
}
.p96j3pk7.vtfq2t7e {
  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;
}
.p7pd5g .yv8ui { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .yv8ui { gap: 16px; padding: 16px 16px; }
  .lc243oo { width: 152px; height: 96px; }
  .ffag1enp { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .yv8ui {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .cjaibhw { justify-content: flex-start; }
  
  .l3s8, .zm9ab { flex-direction: row; }
  
  .l3s8 .nnnuwd:nth-child(n+3) { display: none; }
  
  .tqfyd {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .cjaibhw { text-align: left; align-items: flex-start; }

  
  .ft5i5, .wklm39dd, .zey9pd9a {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .wksy5 {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .ft5i5 .lc243oo, .wklm39dd .lc243oo,
  .zey9pd9a .lc243oo { width: auto; height: 72px; }
  .ffag1enp { max-height: 72px; max-width: 128px; }
  .du5rl { font-size: var(--fs-body); }
  .u3gypf8 { font-size: var(--fs-sm); }

  
  .bumb, .xqrxt6j3, .byx5v,
  .ilf2bzy4, .unpndp0, .ufs0zmi,
  .t2r49h9q, .vp3asr8, .w8v2,
  .qmrk, .puucv {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .shqq636k, .mp9p0 { order: 4; flex: 1 0 100%; }
  .mp9p0 { display: flex; flex-direction: column; }
  .mp9p0::before { display: none; }
  .p96j3pk7.vtfq2t7e { width: 100%; padding: 12px 20px !important; }
  .gxvds { text-align: left; }
}
@media (max-width: 560px) {
  .yv8ui { padding: 16px; gap: 12px 12px; }
  
  .jiu6lb0, .e3p0d, .nnnuwd { font-size: var(--fs-caption); }
  .gi6bafic { font-size: var(--fs-sm); }
  .du5rl { font-size: var(--fs-body); }
  .u3gypf8 { font-size: var(--fs-sm); }
  .jsudv { font-size: var(--fs-sm); }
  .uyi1 { font-size: var(--fs-lead); }
  
  .p96j3pk7.vtfq2t7e { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .cjaibhw { gap: 2px; }
  .ft5i5 .lc243oo, .wklm39dd .lc243oo,
  .zey9pd9a .lc243oo { height: 64px; }
  .ffag1enp { max-height: 64px; max-width: 116px; }
  .kfd8gvns { padding: 8px; }
  .du5rl { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .bumb, .xqrxt6j3, .byx5v,
  .ilf2bzy4, .unpndp0, .ufs0zmi,
  .t2r49h9q, .vp3asr8, .w8v2,
  .qmrk, .puucv { flex-basis: 100%; min-width: 100%; }
}
.pici0p3f {
  --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;
}
.q56kb9nv {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.af2d {
  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;
}
.af2d img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.gg2b9yo2 { flex: 1; min-width: 0; }
.gg2b9yo2 h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.pn9eq { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.gu68 { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.gu68 strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.gu68 .z88jw9 { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.w50r {
  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);
}
.w50r > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.ijhfg0v em, .fpy2ai em, .eo9x0o em, .i2dexzzz 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) { .w50r { padding: 12px 16px; gap: 8px 16px; } }
.e01d { flex-shrink: 0; align-self: center; }
.e01d .vtfq2t7e {
  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) {
  .q56kb9nv { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .af2d { order: 1; width: 104px; height: 104px; }
  .af2d img { max-width: 96px; max-height: 88px; }
  .e01d { order: 2; margin-left: auto; align-self: center; }
  .gg2b9yo2 { order: 3; flex: 1 1 100%; min-width: 0; }
  .gg2b9yo2 h3 { font-size: var(--fs-body); }
}
.pzr9 img.el0klgf3 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.ke8n { padding: 20px 24px; }
.widyk6 { color: var(--text-body); margin-bottom: 16px; }
.rvamp2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.spczoh2r, .uailc { list-style: none; font-size: var(--fs-sm); }
.spczoh2r li { color: var(--text-body); margin-bottom: 4px; }
.uailc li { color: var(--text-body); margin-bottom: 4px; }
.spczoh2r li::before { content: "✓"; margin-right: 5px; }
.uailc li::before { content: "✗"; margin-right: 5px; }
.p3e5s8fv { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.p3e5s8fv strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.in00 {
  
  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;
}
.mmiq5 { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.jexprmaf {
  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);
}
.kbiul2x8 .jexprmaf { border-top-width: var(--bw-bar) !important; }
.st6upps .jexprmaf { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .wysyeo .gogj {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .wysyeo .pici0p3f { margin: 0; }
}
.l61f3s .q56kb9nv { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.l61f3s .af2d { background: transparent; }
.o9x5ft .pici0p3f { border-top: var(--bw-bar) solid var(--accent); }
.o9x5ft .q56kb9nv { background: var(--bg-card); }
.s936mgor .pici0p3f { 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; }
.s936mgor .q56kb9nv { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.s936mgor .ke8n { padding: 16px 16px; }
.s936mgor .af2d { border-radius: var(--r-chip); }
.s936mgor .jexprmaf { border-radius: 0; }
.ufy9 .q56kb9nv { padding: 0; gap: 0; overflow: hidden; }
.ufy9 .af2d {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.ufy9 .gg2b9yo2 { padding: 16px 20px; }
.ufy9 .e01d { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .ufy9 .af2d { width: 116px; min-height: 104px; }
}
.hkk5 .pn9eq { font-size: var(--fs-sm); }
.zlvquzyw .xv2v3f5 { gap: 12px; }
.zlvquzyw .yyztjt09, .zlvquzyw .nbvxv13 { padding: 12px; }
.zlvquzyw .yyztjt09 ul, .zlvquzyw .nbvxv13 ul { margin: 4px 0 0; padding-left: 20px; }
.zlvquzyw .yyztjt09 li, .zlvquzyw .nbvxv13 li { font-size: var(--fs-label); margin-bottom: 4px; }
.i9bq9 .in00 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .mx9f2 { grid-template-columns: 1fr; }
  .vwh1 { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .vwh1 .uvmqno2 { width: 72px; height: 50px; }
  .vwh1 .kwrwzys { max-width: 180px; }
  .vwh1 .uj90u5ng { width: auto; }
}
.eahlxjo .hkk5 .pn9eq { filter: brightness(1.2); }
@media (max-width: 720px) {
  .eahlxjo { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .hv53c { padding: 16px; }
  .ux6vaa .jkz48xpb { min-width: 50%; }
}
.zvghz24 .xv2v3f5 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .ua24d { grid-template-columns: 1fr; }
  .o5ual { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .eznj { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .lp62jem { flex-wrap: wrap; padding: 16px; }
}
.tuqr2e .xv2v3f5 { gap: 8px; }
.tuqr2e .yyztjt09, .tuqr2e .nbvxv13 { padding: 8px; }
@media (max-width: 480px) {
  .nd4du { flex-direction: column; align-items: stretch; }
}
.htnokf .uj90u5ng .vtfq2t7e { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .sl5olj { flex-direction: column; align-items: stretch; gap: 12px; }
  .htnokf .uj90u5ng { text-align: center; }
}
@media (max-width: 720px) {
  .c0rwezax { grid-template-columns: 1fr; }
  .e3nlmx { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .qzqgukl { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.ofk96a .z88jw9 { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.t0jm5zt .pn9eq { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .o7ksdj7 { grid-template-columns: 1fr; }
  .t0jm5zt { width: 100px; height: 100px; margin: 16px auto; }
  .ofk96a { font-size: var(--fs-h3); }
  .wgiyi8r2 { justify-content: center; }
  .xncf5hi .jkz48xpb { min-width: 50%; }
}
.tbc80rkx .xv2v3f5 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ymacs { flex-wrap: wrap; padding: 16px 16px; }
  .tkm3 { padding: 12px 16px; }
  .tbc80rkx .xv2v3f5 { margin: 0 16px; }
  .tbc80rkx .i9bq9 { padding: 0 16px; }
  .v6uhct { padding: 12px 16px; }
}
.kdpnk .yv8ui { position: relative; }
.kdpnk .yv8ui::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.ox5ot .c917a3ma {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.ox5ot .yv8ui {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.ox5ot .yv8ui + .yv8ui { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .j5l5 .cjaibhw + .cjaibhw {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.mr4qq .yv8ui { padding-top: 16px; padding-bottom: 16px; }
.mr4qq .yv8ui + .yv8ui { border-top: none; }
.mr4qq .yv8ui:nth-child(even) { background: var(--bg-surface); }
.mr4qq .yv8ui:nth-child(even):hover { background: var(--bg-hover); }
.bazm44u .yv8ui:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .w1fx .bumb, .w1fx .xqrxt6j3,
  .w1fx .byx5v, .w1fx .ilf2bzy4,
  .w1fx .unpndp0, .w1fx .ufs0zmi,
  .w1fx .t2r49h9q, .w1fx .vp3asr8,
  .w1fx .w8v2, .w1fx .qmrk,
  .w1fx .puucv {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.prg4 .jiu6lb0 { opacity: .8; letter-spacing: var(--ls-label); }
.prg4 .gi6bafic { font-weight: 700; }
.prg4 .du5rl { font-weight: 700; }
.uka8 .bumb, .uka8 .xqrxt6j3,
.uka8 .w8v2, .uka8 .qmrk,
.gyyvgopn .fytw { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.jltbadrw .gu68 .pn9eq,
.s0y34jpd .gu68 .pn9eq,
.dgafqo66 .gu68 .pn9eq { display: none; }
.jltbadrw .z88jw9 { display: none; }
.s0y34jpd .gu68 strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.s0y34jpd .clv6kj,
.s0y34jpd .z88jw9 { font-size: 1em; }
.dgafqo66 .gu68 strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.dgafqo66 .z88jw9 { display: none; }
.rb9k3xe { margin: 16px 0; }
.xsvg { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.xsvg 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;
}
.xsvg 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;
}
.xsvg summary:hover { background: var(--bg-surface); }
.xsvg summary:hover::after { color: var(--accent); }
.xsvg[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.xsvg[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.xsvg[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.xsvg p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.kgeoax { margin-bottom: 0; }
.xxvb4a h2.mdhjk { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.lvcdi h2.mdhjk { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.yyztjt09, .nbvxv13 { border: var(--bw-hair) solid transparent; }
.yyztjt09 .lf2o, .yyztjt09 .hcco9y9e { color: var(--c-pros-label); }
.nbvxv13 .lf2o, .nbvxv13 .hiumeio { color: var(--c-cons-label, var(--c-cons)); }
.yyztjt09 ul li, .nbvxv13 ul li, .spczoh2r li, .uailc li { color: var(--text-body); }
.yyztjt09 .spczoh2r li, .nbvxv13 .uailc li { position: relative; padding-left: 1.5em; }
.yyztjt09 .spczoh2r li::before, .nbvxv13 .uailc li::before { position: absolute; left: 0; margin-right: 0; }
.vn6rxjr .yyztjt09 { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.vn6rxjr .nbvxv13 { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.n08hto .yyztjt09, .n08hto .nbvxv13 { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.n08hto .yyztjt09 { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.n08hto .nbvxv13 { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.j5er5m .yyztjt09, .j5er5m .nbvxv13 { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.j5er5m .yyztjt09 { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.j5er5m .nbvxv13 { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.ym3fa5 .yyztjt09, .ym3fa5 .nbvxv13 { background: var(--bg-card); border-width: var(--bw-rule); }
.ym3fa5 .yyztjt09 { border-color: var(--sem-pos-line); }
.ym3fa5 .nbvxv13 { border-color: var(--sem-neg-line); }
.p5lt .yyztjt09, .p5lt .nbvxv13 { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.p5lt .nbvxv13 { border-left: var(--bw-hair) solid var(--border); }
.l8iqew .hcco9y9e::before { content: "✓ "; }
.l8iqew .hiumeio::before { content: "✗ "; }
.st6upps .ifjyst { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.st6upps .ifjyst strong { color: var(--text-primary); }
.st6upps .ifjyst p      { color: var(--text-muted); }
.kbiul2x8 .ifjyst { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.o9zilz .ifjyst {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.o9zilz .ifjyst strong { color: var(--text-primary); }
.o9zilz .ifjyst p { color: var(--text-muted); }
.o9zilz .ifjyst { border-left: var(--bw-bar) solid var(--cl-hue); }
.o9zilz .g2nagj2h::before { color: rgba(255,255,255,0.9) !important; }
.yuyrm .ifjyst {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.yuyrm .ifjyst strong { color: var(--text-primary); }
.yuyrm .ifjyst p      { color: var(--text-muted); }
.tbq1u .ifjyst { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.f6smvpo1 .g2nagj2h,
.bl2tx .g2nagj2h,
.qtdh .g2nagj2h,
.f6smvpo1 .g2nagj2h::before,
.bl2tx .g2nagj2h::before,
.qtdh .g2nagj2h::before,
.xvw6 .beq76ql .kzzzy,
.xvw6 .pnma .kzzzy  { box-shadow: var(--sh-1); }
.xvw6 .f0z8                { box-shadow: var(--sh-1); }
.xvw6 .y7uwu          { box-shadow: var(--sh-1); }
.xvw6 .mcc5my5                    { box-shadow: var(--sh-1); }
.e81ug2 .beq76ql .kzzzy,
.e81ug2 .pnma .kzzzy,
.e81ug2 .f0z8,
.e81ug2 .y7uwu,
.e81ug2 .mcc5my5,
.e81ug2 .tbq1u .ifjyst { box-shadow: none; }
.j6r94ch { --fs-body: 16px; --fs-sm: 15px; --fs-lead: 19px; }
.fdln6 { --fs-h1: 58px; --fs-h2: 38px; --fs-h3: 28px; }
.kgeoax + .kgeoax { position: relative; }
.xmr8kuyd   .kgeoax + .kgeoax::before,
.b9xk2uu5  .kgeoax + .kgeoax::before,
.uv0w3f   .kgeoax + .kgeoax::before,
.em34m   .kgeoax + .kgeoax::before,
.p298n33w   .kgeoax + .kgeoax::before,
.rxeu .kgeoax + .kgeoax::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.xmr8kuyd .kgeoax + .kgeoax::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.b9xk2uu5 .kgeoax + .kgeoax::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.uv0w3f .kgeoax + .kgeoax::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;
}
.em34m .kgeoax + .kgeoax::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.lcgiqs84 .kgeoax { margin-bottom: 16px; }
.lcgiqs84 .kgeoax + .kgeoax { margin-top: 0; }
.lcgiqs84 .v7qo72q { padding-top: 0; padding-bottom: 0; }
.p298n33w .kgeoax + .kgeoax::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.rxeu .kgeoax + .kgeoax::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.n24hd .kgeoax + .kgeoax::before,
.ts8ubmb4 .kgeoax + .kgeoax::before,
.re365e .kgeoax + .kgeoax::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%;
}
.rjtxo11q .n24hd .kgeoax:nth-child(even)::before,
.rjtxo11q .ts8ubmb4 .kgeoax:nth-child(even)::before,
.rjtxo11q .re365e .kgeoax:nth-child(even)::before { background: var(--bg-surface); }
.rneei .n24hd .kgeoax:nth-child(even)::before,
.rneei .ts8ubmb4 .kgeoax:nth-child(even)::before,
.rneei .re365e .kgeoax:nth-child(even)::before { background: var(--bg-card); }
.n24hd .kgeoax + .kgeoax::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");
}
.ts8ubmb4 .kgeoax + .kgeoax::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");
}
.re365e .kgeoax + .kgeoax::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");
}
.t9uaolz7  .mqe9ikz:not(.vynf) .j2mcbzr { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.t9uaolz7 .vynf { background: linear-gradient(90deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, var(--accent-light)) 100%); }
.t9uaolz7 .cxcj { background: linear-gradient(90deg, var(--hero-a, var(--accent)), var(--hero-b, var(--accent-light))); }
.t9uaolz7 .qb8lzxi9 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.uy6he .t4hqx9w { float: left; width: 38%; margin: 0 28px 16px 0; }
.uy6he .t4hqx9w .ke2opy { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.uy6he .v7qo72q::after { content: ''; display: block; clear: both; }
.aw4u .t4hqx9w { float: right; width: 38%; margin: 0 0 16px 28px; }
.aw4u .t4hqx9w .ke2opy { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.aw4u .v7qo72q::after { content: ''; display: block; clear: both; }
.trlj .kgeoax:nth-child(odd)  .t4hqx9w { float: left;  width: 38%; margin: 0 28px 16px 0; }
.trlj .kgeoax:nth-child(even) .t4hqx9w { float: right; width: 38%; margin: 0 0 16px 28px; }
.trlj .t4hqx9w .ke2opy { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.trlj .v7qo72q::after { content: ''; display: block; clear: both; }
.uy6he .fjmybb,
.uy6he .c917a3ma,
.aw4u .fjmybb,
.aw4u .c917a3ma,
.trlj .fjmybb,
.trlj .c917a3ma { clear: both; }
@media (max-width: 900px) {
  .uy6he .t4hqx9w,
  .aw4u .t4hqx9w,
  .trlj .kgeoax:nth-child(odd)  .t4hqx9w,
  .trlj .kgeoax:nth-child(even) .t4hqx9w {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .uy6he .t4hqx9w .ke2opy,
  .aw4u .t4hqx9w .ke2opy,
  .trlj .t4hqx9w .ke2opy {
    max-height: none !important;
  }
}
.uy6he .zlk94q7c,
.uy6he .ovu8ta7k,
.aw4u .zlk94q7c,
.aw4u .ovu8ta7k,
.trlj .zlk94q7c,
.trlj .ovu8ta7k { overflow: hidden; }
@media (max-width: 640px) {
  .uy6he .t4hqx9w,
  .aw4u .t4hqx9w,
  .trlj .t4hqx9w { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ulpc .fjdq,
.ulpc .v7qo72q,
.ulpc .nmt8ot7  { max-width: 1060px; }
.lf3i5l7 .fjdq,
.lf3i5l7 .v7qo72q,
.lf3i5l7 .nmt8ot7  { max-width: 1180px; }
.lf3i5l7 { --content-mw: 1180px; }
.bh5h6hqe .fjdq,
.bh5h6hqe .v7qo72q,
.bh5h6hqe .nmt8ot7  { max-width: 1260px; }
.j5e7v { font-size: var(--fs-label); color: var(--text-muted); }
.u0ty6 { display: flex; align-items: center; }
.k07dp {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.cf7x { display: flex; align-items: center; }
.tqnv { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.tqnv:hover { text-decoration: underline; }
.grea { margin: 0 4px; opacity: 0.45; }
.grea::before { content: '/'; }
.jj7sad { padding: 2px 4px; color: var(--text-main); }
.p74m .j5e7v {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.p74m .u0ty6 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.lgvqe8 .j5e7v {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.lgvqe8 .u0ty6 { padding: 0 0 0 12px; }
.tyub1oc {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.ve986 .u0ty6 { padding: 0 16px; }
.ve986 .j5e7v {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.ve986 .fjdq { padding-top: 28px; }
@media (max-width: 720px) {
  .tyub1oc { margin-top: 20px; padding: 0 16px; }
  .ve986 .fjdq { padding-top: 16px; }
}
.ulpc.p74m .u0ty6 { max-width: 1100px; }
.lf3i5l7.p74m .u0ty6 { max-width: 1200px; }
.bh5h6hqe.p74m .u0ty6 { max-width: 1320px; }
.ulpc .tyub1oc { max-width: 1100px; }
.lf3i5l7 .tyub1oc { max-width: 1200px; }
.bh5h6hqe .tyub1oc { max-width: 1320px; }
.h5pvgrt .kgeoax { padding-top: 16px; padding-bottom: 16px; }
.vkud .kgeoax { padding-top: 24px; padding-bottom: 24px; }
.orqn0 .kgeoax { padding-top: 40px; padding-bottom: 40px; }
.zn07i4br .kgeoax { padding-top: 52px; padding-bottom: 52px; }
.o4vxzh7l .kgeoax:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.o4vxzh7l .kgeoax:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.o4vxzh7l .kgeoax:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.o4vxzh7l .kgeoax:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.dryhum .v7qo72q { padding-top: 12px;  padding-bottom: 12px; }
.welxm9 .v7qo72q { padding-top: 20px;  padding-bottom: 20px; }
.kqyc5 .v7qo72q { padding-top: 36px;  padding-bottom: 36px; }
.jhmgt .v7qo72q { padding-top: 48px;  padding-bottom: 48px; }
.s541mnid h1, .s541mnid h2, .s541mnid h3, .s541mnid .lpjuk { font-weight: 700; }
.tp36 h1, .tp36 h2, .tp36 h3, .tp36 .lpjuk { font-weight: 700; }
.dbz7nnm, .s541mnid, .duiu7, .tp36 { font-weight: 400; }
.t5k0t {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.gauvr .t5k0t { display: none; }
@media (max-width: 640px) {
  .t5k0t { display: none !important; }
}
.t5k0t { background: var(--cta) !important; color: #fff !important; border: none !important; }
.t5k0t:hover { opacity: 0.85; }
.wm4x .t5k0t { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.fi3alvgn .a6tar { right: 32px; }
@media (max-width: 480px) {
  .fi3alvgn .a6tar { right: 20px; bottom: 20px; }
  .fo29z  .a6tar { left: 20px; bottom: 20px; }
}
.sm5u9k { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.nmt8ot7 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.cf6m { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.i5q63s { color: var(--text-dim); font-size: var(--fs-label); }
.w2i2d a, .nibu a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.w2i2d a:hover, .nibu a:hover { color: var(--accent-light); }
.nibu { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.htyty .nmt8ot7 { text-align: center; }
.htyty .nibu { justify-content: center; margin-bottom: 16px; }
.htyty .cf6m { margin-top: 0; }
.fkn9 { margin-top: 12px; }
.fkn9 a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .nmt8ot7 { padding-left: 16px; padding-right: 16px; }
  .oipos .nmt8ot7 { padding: 20px 16px; }
  .nibu { gap: 4px 12px; }
  .cf6m { font-size: var(--fs-caption); }
}
.dhw5 .cf6m { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.dhw5 .i5q63s { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .dhw5 .awmmb { grid-template-columns: 1fr 1fr; } .dhw5 .uq0scfug { grid-column: 1 / -1; } }
@media (max-width: 480px) { .dhw5 .awmmb { grid-template-columns: 1fr; } }
.e8scg504 .cf6m { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .e8scg504 .zpym8 { gap: 12px; } .e8scg504 .rh37nr { margin-right: 0; width: 100%; } }
.tfcmztyv .cf6m { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.tfcmztyv .i5q63s { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .tfcmztyv .rex9ty { grid-template-columns: 1fr 1fr; } .tfcmztyv .jfe5f8 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tfcmztyv .rex9ty { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .pz44fvz .cgvc { grid-template-columns: 1fr 1fr; } .pz44fvz .xsl3:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .pz44fvz .cgvc { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .hz47 .cgvc { grid-template-columns: 1fr; } }
.klsnuawb .nmt8ot7 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.klsnuawb .nibu { justify-content: center; }
.cuz2r .kh0r75      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.bsefh .kh0r75      { background: #0d1117; border-bottom-color: #21262d; }
.bsefh .afag2qw { color: var(--accent-light); }
.bsefh .ddw5y { --msep-color: #8b949e; }
.bsefh .ddw5y a { color: #8b949e; }
.bsefh .ddw5y a:hover { color: var(--accent-light); }
.bsefh .ejljic { color: #8b949e; }
.bsefh .sm5u9k { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.bsefh .cf6m,
.bsefh .i5q63s { color: #6e7681; }
.bsefh .w2i2d a, .bsefh .nibu a,
.bsefh .w2i2d a:hover, .bsefh .nibu a:hover,
@media (max-width: 640px) {
  .bsefh .ddw5y { background: #0d1117; border-top-color: #21262d; }
  .bsefh .ddw5y li a { border-bottom-color: #21262d; }
}
.tpmg .kh0r75      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.tpmg .afag2qw { color: var(--accent-light); }
.tpmg .ddw5y { --msep-color: #475569; }
.tpmg .ddw5y a { color: #475569; }
.tpmg .ddw5y a:hover { color: var(--accent-light); }
.tpmg .ejljic { color: #64748b; }
.tpmg .sm5u9k { background: #f0f4f8; border-top-color: #cbd5e1; }
.tpmg .cf6m,
.tpmg .i5q63s { color: #64748b; }
.tpmg .w2i2d a, .tpmg .nibu a,
.tpmg .w2i2d a:hover, .tpmg .nibu a:hover,
@media (max-width: 640px) {
  .tpmg .ddw5y { background: #f0f4f8; border-top-color: #cbd5e1; }
  .tpmg .ddw5y li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.irsd516 .kh0r75 { background: var(--b-50); border-bottom-color: var(--b-200); }
.irsd516 .ddw5y a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .irsd516 .ddw5y { background: var(--b-50); border-top-color: var(--b-200); }
}
.d35ung .kh0r75, .gvwyrgc .kh0r75 { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.d35ung .afag2qw, .gvwyrgc .afag2qw { color: #fff; }
.d35ung .ddw5y, .gvwyrgc .ddw5y { --msep-color: rgba(255,255,255,0.82); }
.d35ung .ddw5y a, .gvwyrgc .ddw5y a { color: rgba(255,255,255,0.82); }
.d35ung .ddw5y a:hover, .gvwyrgc .ddw5y a:hover { color: #fff; }
.d35ung .ejljic, .gvwyrgc .ejljic { color: rgba(255,255,255,0.9); }
@media (max-width: 640px) {
  .d35ung .ddw5y, .gvwyrgc .ddw5y { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .d35ung .ddw5y li a, .gvwyrgc .ddw5y li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.szcvt.d35ung .t5k0t { background: #fff !important; color: var(--b-700) !important; }
.x6d6 .kh0r75 {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.x6d6 .kh0r75::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) {
  .x6d6 .ddw5y {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.v51xya .g8sh4mrj { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.jvd3j .g8sh4mrj { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.s14c34 .g8sh4mrj { min-height: 72px; height: auto; }
.odgmrgd .g8sh4mrj { min-height: 84px; height: auto; }
.oipos .g8sh4mrj { max-width: none; padding: 0 32px; }
.oipos .nmt8ot7  { max-width: none; padding: 24px 32px; }
.w1fe08z.lf3i5l7 .g8sh4mrj { max-width: 1200px; }
.w1fe08z.bh5h6hqe .g8sh4mrj { max-width: 1320px; }
.oxaw2   .afag2qw, .oxaw2   .rh37nr { text-transform: capitalize; }
.v6f3b7au .afag2qw, .v6f3b7au .rh37nr { text-transform: lowercase; }
.jttd .afag2qw, .jttd .rh37nr { text-transform: uppercase; letter-spacing: var(--ls-label); }
.kubc8r0z, .tvj8 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.iji6f .kubc8r0z,
.nxpmu .kubc8r0z,
.xy9wg .kubc8r0z,
.sjk7jby .kubc8r0z,
.qx4m   .ddw5y a { font-weight: 500; }
.m273sv .ddw5y a { font-weight: 600; }
.evka0n5     .ddw5y a { font-weight: 700; }
.vjy5n    .ddw5y a { font-weight: 700; letter-spacing: normal; }
.dskd     .ddw5y > li + li::before,
.e5pjuim    .ddw5y > li + li::before,
.n3150    .ddw5y > li + li::before,
.yrlmsj .ddw5y > li + li::before,
.mlixhx7y .ddw5y > li + li::before,
.pz0yfuz  .ddw5y > li + li::before,
.gaoq    .ddw5y > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.dskd     .ddw5y > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.e5pjuim    .ddw5y > li + li::before { content: "|"; }
.n3150    .ddw5y > li + li::before { content: "—"; }
.yrlmsj .ddw5y > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.mlixhx7y .ddw5y > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.pz0yfuz  .ddw5y > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.gaoq    .ddw5y > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .atcix .ejljic,
  .to3uaxdd .ejljic,
  .js6uh8t .ejljic,
  .g94t6q .ejljic,
  .nfzcr1 .ejljic {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .atcix .ejljic::before,
  .to3uaxdd .ejljic::before,
  .js6uh8t .ejljic::before,
  .g94t6q .ejljic::before,
  .nfzcr1 .ejljic::before { content: ""; display: block; flex-shrink: 0; }

  
  .atcix .ejljic::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;
  }

  
  .to3uaxdd .ejljic::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;
  }

  
  .js6uh8t .ejljic::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;
  }

  
  .g94t6q .ejljic::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;
  }

  
  .nfzcr1 .ejljic::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) {
  .limv .ejljic {
    padding: 4px 16px;
  }
  .limv .ddw5y {
    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;
  }
  .limv .ddw5y li a {
    border-bottom: none; padding: 12px 24px;
  }
  .limv .ddw5y li a:hover { background: var(--bg-raised); }
  .limv .xh36ig87,
  .itkqyt .xh36ig87,
  .ppsehukt .xh36ig87 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .gh9c5p .ejljic {
    padding: 4px 12px;
  }
  .gh9c5p .ddw5y {
    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);
  }
  .gh9c5p .ddw5y.tzadgdvf { transform: translateX(0); }
  .gh9c5p .ddw5y li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .gh9c5p .ddw5y li:last-child a { border-bottom: none; }
  .d35ung .ddw5y,
  .bsefh .ddw5y { background: var(--accent) !important; }
  .d35ung .ddw5y li a,
  .bsefh .ddw5y li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ppsehukt .ejljic {
    padding: 4px 12px;
  }
  .ppsehukt .ddw5y {
    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);
  }
  .ppsehukt .ddw5y::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .ppsehukt .ddw5y.tzadgdvf { transform: translateY(0); }
  .ppsehukt .ddw5y li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .ae42y7t .ejljic {
    padding: 4px 12px;
  }
  .ae42y7t .ddw5y {
    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;
  }
  .ae42y7t .ddw5y.tzadgdvf { opacity: 1; pointer-events: auto; }
  .ae42y7t .ddw5y li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .hrgbd     .ejljic { border-radius: 0 !important; }
  .yy2nw4q   .ejljic { border-radius: var(--r-btn) !important; }
  .im2vd5w5 .ejljic { border-radius: 50% !important; }
  .rfel   .ejljic { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .yabxik .bv0o8fp3 { flex-direction: column; align-items: stretch; }
  .yabxik .a496fixk { flex-direction: row; min-width: auto; }
  .yabxik .pbs2kn3 { align-items: flex-start; text-align: left; }
}
.r5oem1x,
.r5oem1x.kgeoax,
.rjtxo11q .r5oem1x,
.hx24im .r5oem1x,
.rneei .r5oem1x,
.jejkel70 .r5oem1x {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.x1jj2pn {
  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;
}
.s07mrf { flex: 1 1 280px; min-width: 0; }
.b69n {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.gjtquxzy {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.p4i6kj8 {
  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;
}
.p4i6kj8:hover { transform: translateY(-1px); opacity: 0.95; }
.hixu9xt .x1jj2pn {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.hixu9xt .b69n { color: var(--cta); }
.hixu9xt .gjtquxzy { color: var(--text-body); }
.hixu9xt .p4i6kj8 {
  background: var(--cta);
  color: var(--cta-fg);
}
.lfau2 .x1jj2pn {
  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);
}
.lfau2 .b69n { color: var(--text-primary); }
.lfau2 .gjtquxzy { color: var(--text-body); }
.lfau2 .p4i6kj8 {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .x1jj2pn {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .s07mrf { flex: 0 0 auto; }
  .b69n { font-size: var(--fs-lead); }
  .p4i6kj8 { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.ol4ien .hzzw7l { height: 36px; }
.on0l .hzzw7l { height: 60px; max-width: 200px; }
.vimuj .hzzw7l { height: 56px; max-width: 180px; }
.pldqz5    .fytw, .pldqz5    .pn9eq { color: #f59e0b; }
.y3e17dj      .pn9eq   { font-size: var(--fs-lead); }
.o6a648b    .fytw, .o6a648b    .pn9eq { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.q15lfq9g     .fytw, .q15lfq9g     .pn9eq { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.wxgpfo48 .fytw, .wxgpfo48 .pn9eq { color: var(--cta); letter-spacing: var(--ls-wide); }
.mcql   .fytw, .mcql   .pn9eq { color: #e91e63; letter-spacing: var(--ls-wide); }
.pa5kszd3  .fytw, .pa5kszd3  .pn9eq { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.p6hzl     .fytw, .p6hzl     .pn9eq { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.z9rjh2f .c917a3ma {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.z9rjh2f .yv8ui {
  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);
}
.z9rjh2f .yv8ui + .yv8ui { border-top: var(--bw-hair) solid var(--border-alt); }
.z9rjh2f .cjaibhw { align-items: center; text-align: center; }
.z9rjh2f .lc243oo {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.z9rjh2f .ffag1enp { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.z9rjh2f .u3gypf8 { font-size: var(--fs-body); }
.z9rjh2f .p96j3pk7.vtfq2t7e { min-width: 180px; }
@media (min-width: 720px) {
  .z9rjh2f .c917a3ma {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .z9rjh2f .yv8ui + .yv8ui { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .z9rjh2f .yv8ui { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .z9rjh2f .tqfyd { top: -16px; left: 50%; }
  .z9rjh2f .lc243oo { width: 132px; height: 132px; }
}
.f13a3e2 .c917a3ma {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.f13a3e2 .yv8ui {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.f13a3e2 .lc243oo {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.f13a3e2 .ffag1enp { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
@media (max-width: 900px) {
  .f13a3e2 .lc243oo { width: 104px; height: 104px; }
}
.e1n7b7 .xsvg {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.e1n7b7 .xsvg summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.e1n7b7 .xsvg summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.e1n7b7 .xsvg[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.e1n7b7 .xsvg p { padding: 0 14px 18px; }
.e1n7b7 .xsvg[open] p { border-top: none; padding-top: 0; }
.fwbyarz .xsvg { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.fwbyarz .xsvg 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;
}
.fwbyarz .xsvg summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.fwbyarz .xsvg[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.fwbyarz .xsvg p { padding: 14px 24px 4px; }
.fwbyarz .xsvg[open] p { border-top: none; padding-top: 14px; }
.ghdv5f8 .xsvg {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.ghdv5f8 .xsvg summary { color: var(--text-primary); padding: 16px 18px; }
.ghdv5f8 .xsvg[open] summary { box-shadow: none; }
.ghdv5f8 .xsvg p { padding: 0 18px 18px; }
.my0ai6 .rb9k3xe { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.my0ai6 .xsvg {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.my0ai6 .xsvg:last-child { border-bottom: none; }
.my0ai6 .xsvg summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.my0ai6 .xsvg p { padding: 0 20px 16px; }
.hxcix7lu .xsvg { overflow: hidden; }
.hxcix7lu .xsvg 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));
}
.hxcix7lu .xsvg summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.hxcix7lu .xsvg summary::after { color: var(--tone-mark, var(--accent)); }
.hxcix7lu .xsvg[open] summary { border-radius: 0; box-shadow: none; }
.uqgt { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.djihrma {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.gpbrv2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.lpjd1x { color: var(--text-muted); font-size: var(--fs-body); }
.dmgh {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ij05 {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.f40q8j0 { margin-bottom: 20px; }
.tyy3o {
  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);
}
.z3zkw6 {
  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;
}
.z3zkw6:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.h2rwnw3 { resize: vertical; min-height: 130px; }
.yraxm { width: 100%; margin-top: 8px; }
.n5r2729 {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.wmxcpc {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.xy33l01 { color: var(--text-muted); line-height: var(--lh-read); }
.yor0l6 { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.yor0l6 li { margin-bottom: 8px; }
.n6xvr8kz { max-width: 760px; margin: 0 auto; }
.ivn7 { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.cb0kre41 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.cb0kre41:last-child { border-bottom: none; }
.cb0kre41 h2 {
  font-size: var(--fs-body); font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.cb0kre41 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.kufsph { max-width: 760px; margin: 0 auto; }
.g6jvi ul.yor0l6 { margin: 0; }
@media (max-width: 640px) { .ui21 { grid-template-columns: 1fr; gap: 12px; } }
.we6u { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.qysa { background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 24px; }
.jgwqjd { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.qysa p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.qysa .yor0l6 { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .we6u { grid-template-columns: 1fr; } }
.mzaggn { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.mzaggn:hover .qdml1 { color: var(--accent-light); text-decoration: underline; }
.qfm87s6f { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.i0hgojsy { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.i0hgojsy:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ei8klze { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.i0hgojsy p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.i0hgojsy ul.yor0l6 { margin: 0; }
.bi1o9 { color: var(--text-muted); line-height: var(--lh-read); }
.pgs7uclo .yor0l6,
.yfu5q .yor0l6,
.ry9shxi .yor0l6,
.fafb .yor0l6 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.pgs7uclo .i0hgojsy,
.yfu5q .i0hgojsy { text-align: left; }
.pgs7uclo .ei8klze,
.yfu5q .ei8klze { text-align: center; }
.s90x { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.ltjimm { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.nsqw4 { font-size: var(--fs-body); }
.zp2fkn25 { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.gjt1ku { margin-top: 12px; }
.c42w2u2 { 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; }
.c42w2u2:hover { border-bottom-color: var(--accent-light); }
.dm96ynf { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.dm96ynf img { width: 100%; height: 100%; object-fit: cover; display: block; }
.b5ag1vqq { width: 260px; height: 260px; }
.v3awn { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.ggnxs { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.m2xv9 { color: var(--text-muted); font-weight: 600; letter-spacing: normal; }
@media (max-width: 640px) { .kttip { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.lsslr1q .zp2fkn25, .lsslr1q .ltjimm { max-width: 640px; }
.sczufd { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.otor19z { position: sticky; top: 96px; align-self: start; }
.otor19z .s90x { font-size: var(--fs-h3); margin-top: 20px; }
.pv1of8kp .zp2fkn25 { margin-bottom: 28px; }
@media (max-width: 860px) { .sczufd { grid-template-columns: 1fr; } .otor19z { position: static; text-align: center; } }
.qkp0mdc .dm96ynf { margin: 0 auto 20px; }
.qkp0mdc .ggnxs { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .hkunf { grid-template-columns: 1fr; } }
.z0aqxgx1 .s90x { font-size: var(--fs-h3); margin-bottom: 8px; }
.fafb .yor0l6 { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .z0aqxgx1 { flex-direction: column; text-align: center; } .cn24v0f1 { grid-template-columns: 1fr; } }
.oo13 .s90x { font-size: var(--fs-lead); margin: 0 0 4px; }
.oo13 .ggnxs { margin: 0; }
.ce4c6c4m .gpbrv2 { color: var(--accent-light); }
.e4o2jbpu .gpbrv2 { font-size: var(--fs-h2); }
.e4o2jbpu .lpjd1x { max-width: 680px; }
.wjnq .gpbrv2 { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.wjnq .lpjd1x  { margin: 0; }
@media (max-width: 640px) { .wjnq { flex-direction: column; } }
.jox8i9ax .gpbrv2 { color: var(--accent-light); }
.n018 {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.n018 .gpbrv2 { color: #fff; }
.n018 .lpjd1x  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .isvlw206 { grid-template-columns: 1fr; } }
.se0aj .z3zkw6 {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.se0aj .z3zkw6:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.sbzqjkd .z3zkw6 { background: var(--bg-raised); border-color: transparent; }
.sbzqjkd .z3zkw6:focus { background: var(--bg-card); border-color: var(--accent-light); }
.osdrs3 .z3zkw6 { border-radius: var(--r-pill); padding: 12px 20px; }
.osdrs3 .h2rwnw3 { border-radius: var(--r-card); }
@media (max-width: 640px) { .gevx5cq { grid-template-columns: 1fr; } }
.stac3f3r{display:none}
.stac3f3r:empty,.hy9q:empty{display:none}
.xhafsyh7{position:relative;overflow:visible}
.x7cgkc .o4bhyr2w,.o074g .o4bhyr2w,
.f171n5s .o4bhyr2w,.op2z43m .o4bhyr2w,
.luf9h2 .o4bhyr2w,.orywm9cl .o4bhyr2w{display:block}
.pac5 .bxl7a7{display:block}
.x7cgkc .o4bhyr2w,.o074g .o4bhyr2w,
.f171n5s .o4bhyr2w,.op2z43m .o4bhyr2w,
.luf9h2 .o4bhyr2w{position:absolute;z-index:3;left: 24px;right: 24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin: 0 auto;padding: 0;box-sizing:border-box}
.x7cgkc .o4bhyr2w .hy9q,.o074g .o4bhyr2w .hy9q,
.f171n5s .o4bhyr2w .hy9q,.op2z43m .o4bhyr2w .hy9q,
.luf9h2 .o4bhyr2w .hy9q{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}
.x7cgkc .o4bhyr2w,.o074g .o4bhyr2w{top: 12px}
.x7cgkc .o4bhyr2w .hy9q{margin-right:auto}
.o074g .o4bhyr2w .hy9q{margin-left:auto}
.o074g .o4bhyr2w{text-align:right}
.f171n5s .o4bhyr2w,.op2z43m .o4bhyr2w{bottom: 12px}
.f171n5s .o4bhyr2w .hy9q{margin-right:auto}
.op2z43m .o4bhyr2w .hy9q{margin-left:auto}
.op2z43m .o4bhyr2w{text-align:right}
.luf9h2 .o4bhyr2w{position:relative;margin-top: 16px}
.luf9h2 .o4bhyr2w .hy9q{margin: 0 auto}
.orywm9cl .o4bhyr2w{max-width:var(--content-mw,1100px);margin: 0 auto;padding: 8px 24px}
.orywm9cl .o4bhyr2w .hy9q{margin: 0}
.orywm9cl .qb8lzxi9~.o4bhyr2w,
.orywm9cl .kjaglhc~.o4bhyr2w{max-width:none;margin: 0;padding: 8px clamp(24px,calc(50vw - 476px),96px)}
.orywm9cl .qb8lzxi9~.o4bhyr2w .hy9q,
.orywm9cl .kjaglhc~.o4bhyr2w .hy9q{justify-content:flex-start}
.qb8lzxi9~.o4bhyr2w,.kjaglhc~.o4bhyr2w{position:static!important;left: auto!important;right: auto!important;top: auto!important;bottom: auto!important;transform:none!important;width:100%!important;max-width:none!important;padding: 8px clamp(24px,calc(50vw - 476px),96px)!important}
.qb8lzxi9~.o4bhyr2w .hy9q{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.kjaglhc~.o4bhyr2w .hy9q{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.bxl7a7 .hy9q{margin: 0 0 12px}
.hy9q{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.upzah1{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.qdml1{font-weight:600;color:var(--text-heading);opacity:1}
.mdppt2y8 .upzah1{display:none}
.k1ttwy .hy9q{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.o0o7nbhn .jn0e{border-bottom: var(--bw-hair) solid currentColor;padding-bottom: 2px}
.ybmyej .hy9q{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.jpcpbd6{--date-bg:var(--accent-bg-light)}
.gb2z4w .sy8a::before{content:""}
.mvwhyha0 .iyx7{border-left: var(--bw-bar) solid var(--accent);border-radius:0}
@media(max-width:640px){
  .iyx7{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .eun7ntz{max-width:100%}
}
.hfm2cq .y7uwu{margin: 0}
@media (max-width:560px){
  .pgek9xj{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) {
  .kfh762 { padding: 28px 20px 20px; }
  .e9x3tj9 { font-size: var(--fs-lead); }
  .ypvd8 { max-width: 220px; max-height: 80px; }
}
.ylex3rv {
  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);
}
.g5dkb {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.wku29  .ylex3rv { border-radius: 50%; }
.qgyhhe68  .ylex3rv { border-radius: var(--r-chip); }
.dnf0 .ylex3rv { border-radius: var(--r-card); }
.aeu5j .x1jj2pn {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ylex3rv { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.c6mnq3 .kgeoax {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.c6mnq3 .v7qo72q {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.c6mnq3 .x1jj2pn {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.dpxa7a {
  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;                  
}
.dpxa7a.gma08 { transform: translate(-50%, 0); }
.dpxa7a .kgeoax,
.dpxa7a .v7qo72q {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.dpxa7a .x1jj2pn {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.g8px4 {
  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;
}
.g8px4::before,
.g8px4::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.g8px4::before { transform: translate(-50%, -50%) rotate(45deg); }
.g8px4::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.g8px4:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .dpxa7a { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .dpxa7a .x1jj2pn {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .dpxa7a .gjtquxzy { display: none !important; }
  .dpxa7a .b69n { font-size: var(--fs-body) !important; }
  .dpxa7a .ylex3rv { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .g8px4 { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .g8sh4mrj { flex-direction: row-reverse; }
[dir="rtl"] .ddw5y { flex-direction: row-reverse; }
[dir="rtl"] .fi3alvgn .a6tar { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .fi3alvgn .a6tar { right: auto; left: 20px; }
  [dir="rtl"] .fo29z  .a6tar { left: auto;  right: 20px; }
}
[dir="rtl"] .uy6he .t4hqx9w  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .aw4u .t4hqx9w { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .zlk94q7c, [dir="rtl"] .ovu8ta7k { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .yyztjt09 { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .nbvxv13 { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .ifjyst { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .x1jj2pn { direction: rtl; }
[dir="rtl"] .ylex3rv { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .yv8ui,
[dir="rtl"] .j5e7v { direction: rtl; }
[dir="rtl"] .mcc5my5 { direction: rtl; }
[dir="rtl"] .obg0c2 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .mqe9ikz.o2aax76g .zr4d68um,
[dir="rtl"] .es8jnpgv.o2aax76g .zr4d68um,
[dir="rtl"] .vynf.o2aax76g .zr4d68um,
[dir="rtl"] .lhum8n1.o2aax76g .zr4d68um,
[dir="rtl"] .y6ux7.o2aax76g .zr4d68um { text-align: right; }
[dir="rtl"] .qb8lzxi9.o2aax76g .uiyh { align-items: flex-end; text-align: right; }
[dir="rtl"] .v7qo72q,
[dir="rtl"] .xbfn,
[dir="rtl"] .v4c2ozn1,
[dir="rtl"] .zr4d68um { text-align: right; }
[dir="rtl"] .ij05,
[dir="rtl"] .tyy3o,
[dir="rtl"] .zp2fkn25,
[dir="rtl"] .z3zkw6,
[dir="rtl"] .h2rwnw3 { text-align: right; direction: rtl; }
[dir="rtl"] .osdrs3 .z3zkw6,
[dir="rtl"] .se0aj .z3zkw6 { padding-right: 20px; padding-left: 20px; }
.v67v7qb .c917a3ma,
.agwbptc .c917a3ma,
.v9378 .c917a3ma { border: var(--bw-hair) solid var(--border-alt); }
.sktmwya .c917a3ma {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.v67v7qb .yv8ui,
.agwbptc .yv8ui,
.sktmwya .yv8ui,
.v9378 .yv8ui {
  gap: 24px;
  padding: 24px 24px;
}
.v67v7qb .yv8ui + .yv8ui,
.v9378 .yv8ui + .yv8ui { border-top: none; }
.v67v7qb .yv8ui:nth-child(even),
.v9378 .yv8ui:nth-child(even) { background: var(--bg-surface); }
.sktmwya .yv8ui {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.v67v7qb .lc243oo,
.agwbptc .lc243oo,
.sktmwya .lc243oo,
.v9378 .lc243oo {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.v67v7qb .ffag1enp,
.agwbptc .ffag1enp,
.sktmwya .ffag1enp,
.v9378 .ffag1enp {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.v9378 .u3gypf8 { font-size: var(--fs-body); font-weight: 700; }
.v67v7qb .bumb, .v67v7qb .xqrxt6j3, .v67v7qb .byx5v,
.agwbptc .bumb, .agwbptc .xqrxt6j3, .agwbptc .byx5v,
.sktmwya .bumb, .sktmwya .xqrxt6j3, .sktmwya .byx5v,
.v9378 .bumb, .v9378 .xqrxt6j3, .v9378 .byx5v {
  background: transparent;
  padding: 12px 0; align-items: flex-start; text-align: left;
}
.v67v7qb .p96j3pk7.vtfq2t7e,
.agwbptc .p96j3pk7.vtfq2t7e,
.sktmwya .p96j3pk7.vtfq2t7e,
.v9378 .p96j3pk7.vtfq2t7e {
  padding: 16px 24px !important;
}
.v9378 .p96j3pk7.vtfq2t7e { box-shadow: none; }
@media (max-width: 1080px) {
  .v67v7qb .yv8ui,
  .agwbptc .yv8ui,
  .sktmwya .yv8ui,
  .v9378 .yv8ui { gap: 16px; padding: 20px; }
  .v67v7qb .lc243oo,
  .agwbptc .lc243oo,
  .sktmwya .lc243oo,
  .v9378 .lc243oo { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .v67v7qb .lc243oo,
  .agwbptc .lc243oo,
  .sktmwya .lc243oo,
  .v9378 .lc243oo { width: 104px; height: 104px; }
}
.q3jtw .g2nagj2h { display: none; }
.spczoh2r li::before { color: #2f855a; font-weight: 700; }
.uailc li::before { color: #9b2c2c; font-weight: 700; }
.hcco9y9e::before { color: #2f855a; }
.hiumeio::before { color: #9b2c2c; }
.ucjyl23v  .p4i6kj8, .ucjyl23v  .ejdf { border-radius: var(--r-pill); }
.zachkjuc .p4i6kj8, .zachkjuc .ejdf { border-radius: 0; }
.m0f7 .p4i6kj8, .m0f7 .ejdf { border-radius: var(--r-btn); }
.p4i6kj8, .ejdf, .n4g3q7hx, .vtfq2t7e, .p96j3pk7.vtfq2t7e {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
.n4g3q7hx, .vtfq2t7e, .p96j3pk7.vtfq2t7e, .p4i6kj8, .ejdf,
.eh9e23ne, .lfdon, .dpxa7a .p4i6kj8 {
  border-radius: var(--btn-radius) !important;
}
.ox235ib a, .xbfn a, .v4c2ozn1 a, .widyk6 a, .xsvg 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;
}
.ox235ib a:hover, .xbfn a:hover, .v4c2ozn1 a:hover, .widyk6 a:hover { text-decoration-color: currentColor; }
.my0fxh   { --hero-a: var(--b-50);  --hero-b: var(--b-100); }
.my0fxh .u5a6q17e.vynf .lpjuk,
.my0fxh section.vynf .lpjuk { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.my0fxh .vynf .bz11jdn { color: var(--text-body); }
.my0fxh .vynf { border-bottom: var(--bw-hair) solid var(--b-200); }
.my0fxh .es8jnpgv { background: var(--b-50); border-bottom-color: var(--b-200); }
.u5a6q17e.mqe9ikz:not(.vynf) .lpjuk,
section.mqe9ikz:not(.vynf) .lpjuk { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.yto5fz .sm5u9k { background: var(--bg-page); border-top-color: var(--border-alt); }
.fgxqv .sm5u9k { background: var(--b-50); border-top-color: var(--b-200); }
.hv9d .sm5u9k, .d7lohs .sm5u9k, .i7tbjn .sm5u9k {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.hv9d .sm5u9k :is(.cf6m, .i5q63s),
.d7lohs   .sm5u9k :is(.cf6m, .i5q63s),
.i7tbjn    .sm5u9k :is(.cf6m, .i5q63s) { color: rgba(255,255,255,0.68); }
.hv9d .sm5u9k :is(.ti8lntw7, .tiina6),
.d7lohs   .sm5u9k :is(.ti8lntw7, .tiina6),
.i7tbjn    .sm5u9k :is(.ti8lntw7, .tiina6) { color: rgba(255,255,255,0.7); }
.hv9d .sm5u9k a, .d7lohs .sm5u9k a, .i7tbjn .sm5u9k a { color: rgba(255,255,255,0.9); }
.hv9d .sm5u9k a:hover, .d7lohs .sm5u9k a:hover, .i7tbjn .sm5u9k a:hover { color: #fff; }
.hv9d .sm5u9k .rh37nr,
.d7lohs   .sm5u9k .rh37nr,
.i7tbjn    .sm5u9k .rh37nr { color: #fff; }
.tfq2m38 .c917a3ma:not(.p7pd5g) .yv8ui:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.eutgjke .c917a3ma:not(.p7pd5g) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.eutgjke .c917a3ma:not(.p7pd5g) .yv8ui { background: var(--bg-card); border-radius: var(--r-btn); }
.eutgjke .c917a3ma:not(.p7pd5g) .yv8ui + .yv8ui { margin-top: 8px; border-top: none; }
.nnnuwd { background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary)); }
.kdpnk .yv8ui::before { background: var(--tone-line, var(--accent)); }
.bazm44u .yv8ui:first-child { border-top-color: var(--tone-line, var(--accent)); }
.xsvg summary:hover::after, .xsvg[open] summary::after { color: var(--tone-mark, var(--accent)); }
.o9x5ft .pici0p3f { border-top-color: var(--tone-line, var(--accent)); }
.l61f3s .q56kb9nv { background: var(--tone-fill, var(--accent-bg)); }
.zs8xo8r .dt1znj .ffag1enp,
.zs8xo8r .af2d.dt1znj img,
.zs8xo8r .uvmqno2.dt1znj img { border-radius: 22%; }
.zs8xo8r .af2d.dt1znj { border-radius: var(--r-card); }
.eecmw2 .dt1znj .ffag1enp,
.eecmw2 .af2d.dt1znj img,
.eecmw2 .uvmqno2.dt1znj img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.eecmw2 .af2d.dt1znj { border-radius: 50%; padding: 5px; }
.eecmw2 .dt1znj.lc243oo, .zs8xo8r .dt1znj.lc243oo { overflow: visible; }
.pici0p3f, .zlvquzyw, .c917a3ma:not(.p7pd5g), .y7uwu, .xsvg {
  border: none; box-shadow: var(--sh-card);
}
.xvw6 .pici0p3f, .xvw6 .zlvquzyw,
.xvw6 .c917a3ma:not(.p7pd5g) { box-shadow: var(--sh-lift); }
.e1n7b7 .xsvg, .fwbyarz .xsvg, .my0ai6 .xsvg { box-shadow: none; }
.my0ai6 .rb9k3xe { border: none; box-shadow: var(--sh-card); }
.ghdv5f8 .xsvg { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.fwbyarz .xsvg summary { border: none; box-shadow: var(--sh-card); }
.fwbyarz .xsvg[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.hxcix7lu .xsvg summary { color: var(--tone-fill-head-raw); }
.s936mgor .pici0p3f { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.f0z8, .ifjyst, .mcc5my5 { border: none; box-shadow: var(--panel-sh, none); }
.beq76ql .kzzzy { border: none; box-shadow: var(--sub-sh, none); }
.e81ug2 .f0z8, .e81ug2 .mcc5my5 { box-shadow: var(--panel-sh, none); }
.e81ug2 .y7uwu, .e81ug2 .tbq1u .ifjyst { box-shadow: var(--sh-card); }
.e81ug2 .beq76ql .kzzzy { box-shadow: var(--sub-sh, none); }
.pnma .kzzzy, .e81ug2 .pnma .kzzzy, .xvw6 .pnma .kzzzy { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.f0z8 { background: var(--bg-card-inner); border-radius: var(--r-card); }
.mf7m9q { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.z9ah847o .f0z8   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.lfdy .f0z8 { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.jdm01wtc .f0z8     { border: none; }
.jdm01wtc .mf7m9q { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.vz4o .f0z8    { border: none; box-shadow: var(--sh-card); }
.ifjyst { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.tg19gk { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.ifjyst strong, .st6upps .ifjyst strong, .o9zilz .ifjyst strong,
.yuyrm .ifjyst strong { color: var(--cl-head); }
.ifjyst p, .st6upps .ifjyst p, .o9zilz .ifjyst p,
.yuyrm .ifjyst p { color: var(--cl-fg); }
.st6upps .ifjyst { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.st6upps .ifjyst strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.kbiul2x8 .ifjyst { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.o9zilz .ifjyst { border: none; }
.yuyrm .ifjyst  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.tbq1u .ifjyst   { 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); }
.jexprmaf { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.jexprmaf strong { color: var(--cl-head); }
.yyztjt09, .nbvxv13 { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.yyztjt09 ul li, .yyztjt09 .spczoh2r li { color: var(--sem-pos-body); }
.nbvxv13 ul li, .nbvxv13 .uailc li { color: var(--sem-neg-body); }
.vn6rxjr .yyztjt09, .vn6rxjr .nbvxv13 { border: none; }
.n08hto .yyztjt09, .n08hto .nbvxv13 { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.n08hto .yyztjt09 { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.n08hto .nbvxv13 { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.j5er5m .yyztjt09, .j5er5m .nbvxv13 { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.j5er5m .yyztjt09 { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.j5er5m .nbvxv13 { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.jywm .yyztjt09 .lf2o, .jywm .nbvxv13 .lf2o {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.jywm .yyztjt09 .lf2o { background: var(--sem-pos-fg); }
.jywm .nbvxv13 .lf2o { background: var(--sem-neg-fg); }
.jywm .hcco9y9e::before, .jywm .hiumeio::before { color: #fff; }
.p5lt .yyztjt09 ul li, .p5lt .yyztjt09 .spczoh2r li,
.p5lt .nbvxv13 ul li, .p5lt .nbvxv13 .uailc li { color: var(--text-body); }
.mcc5my5 { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.t9lfm7 { color: var(--tone-fill-head, var(--text-primary)); }
.li4hjc .obg0c2 a, .x8c4u6 .obg0c2 a, .p1ovok .obg0c2 a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.li4hjc .obg0c2 a:hover, .x8c4u6 .obg0c2 a:hover, .p1ovok .obg0c2 a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.zhnw0l2 .mcc5my5 { border-bottom-color: var(--border-alt); }
.zhnw0l2 .obg0c2 a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.in00, .nnnuwd { border: none; }
.mmiq5 { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.w50r { border-top: none; }
.w50r > span { color: var(--tone-fill-head, var(--text-primary)); }
.ijhfg0v em, .fpy2ai em, .eo9x0o em, .i2dexzzz em { color: var(--tone-fill-muted, var(--text-muted)); }
.l61f3s .q56kb9nv { border-bottom: none; }
.s936mgor .q56kb9nv { border-bottom: none; }
.af2d.dt1znj { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.af2d.dt1znj img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.zs8xo8r .af2d.dt1znj img { border-radius: 22%; }
.eecmw2  .af2d.dt1znj img { border-radius: 50%; }
.eecmw2  .af2d.dt1znj { padding: 0; }
@media (min-width: 900px) {
  .wysyeo .gogj > .pici0p3f:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.zlk94q7c li::marker { color: var(--tone-mark, var(--accent)); }
.ovu8ta7k li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.y3guqjtb li::marker { color: var(--tone-mark, var(--accent)); }
.mcdccdf h2.mdhjk { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.gykj h2.mdhjk { border-bottom-color: var(--tone-mark, var(--accent)); }
.c6yr2 h2.mdhjk { border-top-color: var(--tone-mark, var(--accent)); }
.uy6he .kzzzy, .aw4u .kzzzy, .trlj .kzzzy,
.uy6he .ifjyst, .aw4u .ifjyst, .trlj .ifjyst,
.uy6he .xv2v3f5, .aw4u .xv2v3f5, .trlj .xv2v3f5,
.uy6he .y7uwu, .aw4u .y7uwu, .trlj .y7uwu { clear: both; }
.t4hqx9w .ke2opy { box-shadow: var(--sh-card); }
.y7uwu { border-radius: var(--r-card); }
.xgiw .npuvg0 { border: none; }
.irsd516 .ddw5y a { color: var(--b-800); }
.irsd516 .ddw5y a:hover { color: var(--b-600); }
.my0fxh .u5a6q17e.vynf .lpjuk,
.my0fxh section.vynf .lpjuk,
.my0fxh .es8jnpgv .lpjuk { color: var(--b-900) !important; }
.my0fxh .vynf .bz11jdn, .my0fxh .es8jnpgv .bz11jdn { color: var(--b-800); }
.fgxqv .sm5u9k, .fgxqv .sm5u9k a { color: var(--b-800); }
.fgxqv .sm5u9k :is(.cf6m, .i5q63s, .ti8lntw7) { color: var(--b-700); }
.x1jj2pn { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.p4i6kj8 { border: none; }
.n7at .p4i6kj8 { background: #fff !important; color: var(--cta) !important; }
.hixu9xt .x1jj2pn { background: var(--b-100); border: none; }
.hixu9xt .b69n { color: var(--b-900); }
.hixu9xt .gjtquxzy { color: var(--b-800); }
.lfau2 .x1jj2pn { background: var(--b-900); border: none; border-radius: var(--r-card); }
.lfau2 .b69n { color: #fff; }
.lfau2 .gjtquxzy { color: rgba(255,255,255,0.82); }
.ghys1wgm .x1jj2pn { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.ghys1wgm .p4i6kj8 { background: #fff !important; color: var(--b-800) !important; }
.ylex3rv { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.g5dkb { width: 100%; height: 100%; object-fit: cover; }
h2.mdhjk, .lpjuk, h1.mdhjk, .b69n { font-weight: 700; }
.gg2b9yo2 h3, h3.e6k2z7 { font-weight: 600; }
.tmmih { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.zlk94q7c { list-style: none !important; padding-left: 0; margin: 16px 0; }
.zlk94q7c li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.zlk94q7c li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.zlk94q7c 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);
}
.z867x .zlk94q7c li { padding-left: 28px; }
.z867x .zlk94q7c 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));
}
.z867x .zlk94q7c li::after { content: none; }
.z867x .zlk94q7c li::marker, .zlk94q7c li::marker { content: ""; }
.ovu8ta7k { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.ovu8ta7k li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.ovu8ta7k 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;
}
.z867x .ovu8ta7k li::before { border-radius: 50%; }
.ovu8ta7k li::marker { content: ""; }
.y3guqjtb { list-style: none; padding-left: 16px; }
.y3guqjtb li { position: relative; padding-left: 16px; }
.y3guqjtb li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.y3guqjtb li::marker { content: ""; }
h3.e6k2z7 { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.ox235ib strong, .xbfn strong, .wcot8fl 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");
}
.spczoh2r li::before, .uailc 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);
}
.uailc li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.spczoh2r li, .uailc li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.hcco9y9e::before, .hiumeio::before { content: none !important; display: none !important; }
.lf2o { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.q3jtw .g2nagj2h, .g2nagj2h {
  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;
}
.b53c40 .g2nagj2h     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.tg19gk .g2nagj2h { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.deh51vt .g2nagj2h  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.jexprmaf .g2nagj2h, .zgiqkw .g2nagj2h { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.g2nagj2h::before { content: none !important; }
.ifjyst { gap: 14px; }
.pici0p3f { --rv-pad: 24px; }
.q56kb9nv { padding: var(--rv-pad); }
.ke8n { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.ke8n > * { margin: 0 !important; }
.widyk6 { line-height: var(--lh-read); }
.w50r {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.w50r > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.w50r 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)); }
.w50r b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.rvamp2 { gap: 16px; }
.p5lt .yyztjt09, .p5lt .nbvxv13 { padding: 0; }
.p5lt .nbvxv13 { padding-left: 20px; }
.p3e5s8fv { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.rvamp2 + .p3e5s8fv { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.xssy { 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); }
.in00, .mmiq5, .zt6z {
  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));
}
.jexprmaf { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.jexprmaf strong, .st6upps .jexprmaf strong,
.zgiqkw strong, .st6upps .zgiqkw 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));
}
.jexprmaf p, .zgiqkw p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.jexprmaf { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.gu68 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); }
.gu68 .z88jw9 { color: inherit; opacity: .7; }
.beq76ql .kzzzy { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.zv5h h2.mdhjk { 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); }
.j9gr4qp0 .lfau2 .p4i6kj8, .j9gr4qp0 .ghys1wgm .p4i6kj8,
.j9gr4qp0.gvwyrgc .t5k0t, .j9gr4qp0.i7tbjn .sm5u9k .vtfq2t7e { background: #fff !important; color: var(--b-900) !important; }
.wysyeo .gogj { align-items: stretch; }
.pici0p3f { display: flex; flex-direction: column; }
.pici0p3f .ke8n { flex: 1 1 auto; }
.pici0p3f .jexprmaf { margin-top: auto !important; }
.npuvg0 { font-size: var(--fs-sm); }
.npuvg0 th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.npuvg0 td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.npuvg0 td:first-child { font-weight: 600; color: var(--text-primary); }
.npuvg0 tbody tr:last-child td { border-bottom: none; }
.npuvg0 tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.f52ayh .npuvg0 th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.xgiw .npuvg0 th, .xgiw .npuvg0 td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.xgiw .npuvg0 th + th, .xgiw .npuvg0 td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.xgiw .npuvg0 tbody tr:last-child td { border-bottom: none; }
.du2bi .xgiw .npuvg0 th + th, .m8phiobj .xgiw .npuvg0 th + th,
.lr282r.xgiw .npuvg0 th + th { border-left-color: rgba(255,255,255,0.16); }
.fwo35h .npuvg0 tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.fjmybb { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.f0z8 {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.f0z8:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.aqfr, .gsgs .aqfr {
  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;
}
.sjcf .aqfr { border-radius: 50%; padding: 14px; }
.iofxv .f0z8 { align-items: center; text-align: center; }
.iofxv .y3guqjtb { text-align: left; }
.iofxv .yd62n { margin-left: auto; margin-right: auto; }
.mf7m9q, .ep035pcg .mf7m9q, .jdm01wtc .mf7m9q {
  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));
}
.izdn5ntf { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.y3guqjtb { 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); }
.y3guqjtb li { margin-bottom: 6px; line-height: var(--lh-snug); }
.bxo1wpv .mf7m9q { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.bxo1wpv .mf7m9q::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.iofxv.bxo1wpv .mf7m9q, .sjcf.bxo1wpv .mf7m9q { align-items: center; }
.lhqai7m .f0z8 { padding-left: 0; padding-right: 0; }
.lhqai7m .f0z8:hover { transform: none; box-shadow: none; }
.f0z8, .jdm01wtc .f0z8 { background: var(--bg-card); box-shadow: var(--sh-card); }
.e81ug2 .f0z8, .xvw6 .f0z8 { box-shadow: var(--sh-card); }
.lhqai7m .f0z8, .e81ug2 .lhqai7m .f0z8 { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .fjmybb:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .fjmybb:has(> :nth-child(5):last-child) .f0z8 { padding: 20px 16px 18px; }
  .fjmybb:has(> :nth-child(6):last-child), .fjmybb:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fjmybb:has(> :nth-child(7):last-child), .fjmybb:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .zlk94q7c li, [dir="rtl"] .z867x .zlk94q7c li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .z867x .zlk94q7c li { padding-right: 28px; }
[dir="rtl"] .zlk94q7c li::before { left: auto; right: 0; }
[dir="rtl"] .z867x .zlk94q7c li::before { left: auto; right: 6px; }
[dir="rtl"] .zlk94q7c li::after { left: auto; right: 9px; }
[dir="rtl"] .ovu8ta7k li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .ovu8ta7k li::before { left: auto; right: 0; }
[dir="rtl"] .y3guqjtb { padding-left: 0; padding-right: 0; }
[dir="rtl"] .y3guqjtb li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .y3guqjtb li::before { left: auto; right: 0; }
[dir="rtl"] .spczoh2r li, [dir="rtl"] .uailc li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .spczoh2r li::before, [dir="rtl"] .uailc li::before { left: auto; right: 0; }
[dir="rtl"] .j5er5m .yyztjt09, [dir="rtl"] .j5er5m .nbvxv13 { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .j5er5m .yyztjt09 { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .j5er5m .nbvxv13 { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .p5lt .nbvxv13 { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .ifjyst, [dir="rtl"] .yuyrm .ifjyst, [dir="rtl"] .tbq1u .ifjyst { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .st6upps .ifjyst, [dir="rtl"] .kbiul2x8 .ifjyst, [dir="rtl"] .o9zilz .ifjyst { border-right: none; }
[dir="rtl"] .mcdccdf h2.mdhjk { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .z9ah847o .f0z8 { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .f0z8 { align-items: flex-start; text-align: right; }
[dir="rtl"] .npuvg0 th, [dir="rtl"] .npuvg0 td { text-align: right; }
[dir="rtl"] .xgiw .npuvg0 th + th, [dir="rtl"] .xgiw .npuvg0 td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .ghdv5f8 .xsvg, [dir="rtl"] .hxcix7lu .xsvg summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .xsvg summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .tfq2m38 .c917a3ma:not(.p7pd5g) .yv8ui:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .yv8ui { gap: 0 14px; padding: 16px; }
  .yv8ui::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .wklm39dd, .zey9pd9a { flex: 1 1 0; min-width: 0; }
  .ft5i5 { flex: 0 0 auto; }
  .wksy5 { align-self: center; }
  
  .bumb, .xqrxt6j3, .byx5v,
  .ilf2bzy4, .unpndp0, .ufs0zmi,
  .t2r49h9q, .vp3asr8, .puucv {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .bumb, .xqrxt6j3, .byx5v { flex-basis: 100%; min-width: 100%; }
  
  .w8v2, .qmrk { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .zm9ab, .l3s8 { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .l3s8 .nnnuwd:nth-child(n+3) { display: inline-block; }
  .l3s8 .nnnuwd:nth-child(n+4) { display: none; }
  
  .shqq636k, .mp9p0 { margin-top: 16px; }
  .gxvds { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .ilf2bzy4, .unpndp0, .ufs0zmi,
  .t2r49h9q, .vp3asr8, .puucv { flex-basis: 100%; min-width: 100%; }
}
.lc243oo.dt1znj, .cbll0 .lc243oo.dt1znj, .ac2d .lc243oo.dt1znj,
.ycdkfh .lc243oo.dt1znj, .gdv9gx .lc243oo.dt1znj,
.uvmqno2.dt1znj, .cbll0 .uvmqno2.dt1znj, .ac2d .uvmqno2.dt1znj,
.ycdkfh .uvmqno2.dt1znj, .gdv9gx .uvmqno2.dt1znj {
  background: transparent; padding: 0; width: auto; height: auto;
}
.cbll0 .lc243oo.dt1znj .ffag1enp, .ac2d .lc243oo.dt1znj .ffag1enp,
.ycdkfh .lc243oo.dt1znj .ffag1enp, .gdv9gx .lc243oo.dt1znj .ffag1enp { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .lc243oo.dt1znj .ffag1enp { max-height: 64px; max-width: 64px; }
  
  .l3s8 { flex-wrap: wrap; overflow: visible; }
  .l3s8 .nnnuwd { max-width: 100%; }
}
.i507bj1 { display: none; }
.a8brm, .wl159f { display: contents; }
.jexprmaf, .o9zilz .jexprmaf, .tbq1u .jexprmaf { background: transparent !important; }
.p3e5s8fv .in00, .p3e5s8fv .mmiq5, .p3e5s8fv .zt6z { background: var(--bg-surface); color: var(--text-body); }
.gu68 { align-items: center; gap: 10px; }
.gu68 strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.syt9mf {
  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);
}
.x2i0226 { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.x2i0226 em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.x2i0226 b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.syt9mf .vtfq2t7e { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .syt9mf { flex-direction: column; align-items: stretch; }
  .syt9mf .vtfq2t7e { text-align: center; }
}
@media (min-width: 900px) {
  .mvyqb6 .gogj, .mvyqb6.wysyeo .gogj { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .mvyqb6 .pici0p3f:has(> .a8brm) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .mvyqb6 .pici0p3f:has(> .a8brm) > .syt9mf { display: none; }

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

  .mvyqb6 .wl159f { display: flex; flex-direction: column; min-width: 0; }
  .mvyqb6 .wl159f .pzr9 { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .mvyqb6 .wl159f .pzr9 img.el0klgf3 { max-height: 250px; }
  .mvyqb6 .wl159f .ke8n { flex: 1 1 auto; }
  
  .mvyqb6 .wl159f .rvamp2 { grid-template-columns: 1fr 1fr; gap: 20px; }
  .mvyqb6 .wl159f .p3e5s8fv { flex-wrap: wrap; }
  .mvyqb6 .wl159f .xssy { flex: 0 0 auto; margin: 0 8px 0 0; }
  .mvyqb6 .pici0p3f:last-child:nth-child(odd) { grid-column: auto; }
  
  .mvyqb6.l61f3s .q56kb9nv, .mvyqb6.o9x5ft .q56kb9nv { background: none; }
}
[dir="rtl"] .mvyqb6 .a8brm .w50r b { text-align: left; }
[dir="rtl"] .mvyqb6 .a8brm .w50r > .ijhfg0v b { text-align: right; }
[dir="rtl"] .mvyqb6 .wl159f .xssy { margin: 0 0 0 8px; }
.gzfg .pici0p3f .pzr9 { order: -1; }
.gzfg .pici0p3f .pzr9 img.el0klgf3 { max-height: 210px; width: 100%; }
.gzfg .pici0p3f:has(.pzr9) .q56kb9nv { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.gzfg .pici0p3f:has(.pzr9) .af2d { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.gzfg.eecmw2 .pici0p3f:has(.pzr9) .af2d { border-radius: 50%; }
.gzfg .pici0p3f:has(.pzr9) .gg2b9yo2,
.gzfg .pici0p3f:has(.pzr9) .e01d { padding-top: 52px; }
.gzfg.l61f3s .q56kb9nv, .gzfg.o9x5ft .q56kb9nv { background: none; }
.cuptx .pici0p3f .pzr9 { display: none; }
.cuptx .pici0p3f { --rv-pad: 20px; }
.cuptx .widyk6 { font-size: var(--fs-sm); line-height: 1.65; }
.cuptx .ke8n { gap: 16px; }
.cuptx .p3e5s8fv + .p3e5s8fv { display: none; }
.cuptx .af2d.dt1znj, .cuptx .af2d.dt1znj img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.sjcf .f0z8 { align-items: center; text-align: center; }
.sjcf .y3guqjtb { text-align: left; }
.mst6np .fjmybb, .mst6np .fjmybb:has(> :nth-child(5):last-child),
.mst6np .fjmybb:has(> :nth-child(6):last-child), .mst6np .fjmybb:has(> :nth-child(7):last-child),
.mst6np .fjmybb:has(> :nth-child(8):last-child), .mst6np .fjmybb:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.mst6np .f0z8 { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.mst6np .aqfr, .mst6np .yd62n { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.mst6np .mf7m9q, .mst6np .izdn5ntf, .mst6np .y3guqjtb { grid-column: 2; }
.mst6np .f0z8 > .mf7m9q:first-child, .mst6np .f0z8 > .mf7m9q:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .mst6np .f0z8 { direction: rtl; }
.e7p3j .f0z8 { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.e7p3j .aqfr {
  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;
}
.e7p3j .mf7m9q, .e7p3j .izdn5ntf { padding-left: 22px; padding-right: 22px; }
.e7p3j .y3guqjtb { margin-left: 22px; margin-right: 22px; }
.e7p3j .fjmybb:has(> :nth-child(5):last-child) .f0z8 { 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"); }
.y3guqjtb { padding-left: 0 !important; }
.y3guqjtb li { padding-left: 22px; margin-bottom: 8px; }
.y3guqjtb 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"] .y3guqjtb li { padding-left: 0; padding-right: 22px; }
.w50r:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .mvyqb6 .pici0p3f:has(> .a8brm) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .mvyqb6 .pici0p3f:has(> .a8brm) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .mvyqb6 .a8brm { background: none; align-self: start; position: sticky; top: 96px; }
  .mvyqb6 .a8brm .w50r { align-items: stretch; }
  .mvyqb6 .a8brm .e01d { margin-top: 0; padding: 20px 0 0; }
  .mvyqb6 .a8brm .gg2b9yo2 { padding: 0; }
  
  .mvyqb6.ufy9 .a8brm .af2d { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .mvyqb6.ufy9 .a8brm .af2d:not(.dt1znj) { width: 112px; height: 112px; padding: 6px; }
}
.gzfg.ufy9 .q56kb9nv { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.gzfg.ufy9 .af2d { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.gzfg.ufy9 .gg2b9yo2, .gzfg.ufy9 .e01d { padding-left: 0; padding-right: 0; padding-bottom: 0; }
.mst6np .fjmybb, .mst6np .fjmybb:has(> :nth-child(5):last-child),
.mst6np .fjmybb:has(> :nth-child(6):last-child), .mst6np .fjmybb:has(> :nth-child(7):last-child),
.mst6np .fjmybb:has(> :nth-child(8):last-child), .mst6np .fjmybb:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.mst6np .fjmybb > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.mst6np .f0z8 { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.mst6np .aqfr, .mst6np .yd62n { position: absolute; left: 22px; top: 22px; margin: 0; }
.mst6np .f0z8:not(:has(.aqfr, .yd62n)) { padding-left: 22px; }
[dir="rtl"] .mst6np .f0z8 { padding: 22px 104px 22px 22px; }
[dir="rtl"] .mst6np .aqfr, [dir="rtl"] .mst6np .yd62n { left: auto; right: 22px; }
@media (max-width: 700px) { .mst6np .fjmybb { grid-template-columns: minmax(0, 1fr) !important; } }
.mst6np .fjmybb .f0z8 { padding: 22px 22px 22px 104px !important; }
.mst6np .fjmybb .f0z8:not(:has(.aqfr, .yd62n)) { padding-left: 22px !important; }
[dir="rtl"] .mst6np .fjmybb .f0z8 { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .rvamp2, .xv2v3f5 { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .p5lt .nbvxv13, [dir="rtl"] .p5lt .nbvxv13 {
    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;
  }
  
  .gzfg .pici0p3f:has(.pzr9) .gg2b9yo2 { padding-top: 0; }
}
.uqgt p, .xy33l01, .yor0l6, .vtzua, .ivn7,
.zp2fkn25, .rkqv32, .uwr9, .ti0ncj p, .qysa p { color: var(--text-body); }
.lpjd1x { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.do8lczb, .bdp12 .do8lczb, .jgwqjd,
.ei8klze, .j4l3u, .wmxcpc,
.ti0ncj h2, .ti0ncj h3, .h71x46j h2, .n6xvr8kz 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;
}
.gpbrv2 { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.s90x { font-weight: 700; letter-spacing: -0.02em; }
.yor0l6, .vtzua { list-style: none !important; padding-left: 0; }
.yor0l6 li, .vtzua li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.yor0l6 li::marker, .vtzua li::marker { content: ""; }
.yor0l6 li::before, .vtzua 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"] .yor0l6 li, [dir="rtl"] .vtzua li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .yor0l6 li::before, [dir="rtl"] .vtzua li::before { left: auto; right: 6px; }
.qysa, .fafb, .ti0ncj { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.uqgt a:not(.vtfq2t7e):not(.n4g3q7hx) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .dpxa7a .x1jj2pn {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .dpxa7a .ylex3rv { 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); }
  .dpxa7a .s07mrf { flex: 1 1 0; min-width: 0; }
  .dpxa7a .b69n {
    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;
  }
  .dpxa7a .p4i6kj8 { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .g8px4 { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.s541mnid h1, .s541mnid h2, .s541mnid h3, .s541mnid .lpjuk,
.s541mnid h2.mdhjk, .s541mnid h1.mdhjk { font-weight: 600; }
.tp36 h1, .tp36 h2, .tp36 h3, .tp36 .lpjuk,
.tp36 h2.mdhjk, .tp36 h1.mdhjk { font-weight: 700; }
.fdln6 h1, .fdln6 .lpjuk, .fdln6 h1.mdhjk,
.rc6bim1z.s541mnid .lpjuk { font-weight: 600; }
h3.e6k2z7, .tp36 h3.e6k2z7, .gg2b9yo2 h3, .tp36 .gg2b9yo2 h3 { font-weight: 600; }
.vjy5n .ddw5y a, .evka0n5 .ddw5y a { font-weight: 600; }
.prg4 .gi6bafic { font-weight: 600; }
.prg4 .du5rl { font-weight: 700; }
.u3gypf8 { font-weight: 600; }
.du5rl { font-weight: 700; }
.bz11jdn { font-weight: 400; }
.l2lal { display: block; }
.yx5bl { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.yx5bl .mcc5my5 { margin: 20px 0 8px; }
.y1ltv6 { display: none; }
.kgeoax { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .yx5bl { padding: 0 16px; } }
@media (min-width: 1100px) {
  .ih2f .fjdq, .vpalez .fjdq, .l3tel .fjdq,
  .ih2f .l2lal, .vpalez .l2lal, .l3tel .l2lal { max-width: 1280px; }
  .ih2f .l2lal, .vpalez .l2lal, .l3tel .l2lal {
    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;
  }
  .vpalez .l2lal, .l3tel .l2lal { grid-template-columns: minmax(0, 1fr) 264px; }
  .vpalez .yx5bl, .l3tel .yx5bl { order: 2; }
  .ih2f .yx5bl, .vpalez .yx5bl, .l3tel .yx5bl {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .ih2f .d7vgcry, .vpalez .d7vgcry, .l3tel .d7vgcry {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .ih2f .iewz5 .v7qo72q, .vpalez .iewz5 .v7qo72q,
  .l3tel .iewz5 .v7qo72q { max-width: none; padding-left: 0; padding-right: 0; }
  .ih2f .iewz5 > .kgeoax:first-child, .vpalez .iewz5 > .kgeoax:first-child,
  .l3tel .iewz5 > .kgeoax:first-child { padding-top: 0; }
  .ih2f .iewz5 > .kgeoax:first-child .v7qo72q, .vpalez .iewz5 > .kgeoax:first-child .v7qo72q,
  .l3tel .iewz5 > .kgeoax:first-child .v7qo72q { padding-top: 0; }

  
  .ih2f .yx5bl .mcc5my5, .vpalez .yx5bl .mcc5my5, .l3tel .yx5bl .mcc5my5 {
    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;
  }
  .ih2f .yx5bl .t9lfm7, .vpalez .yx5bl .t9lfm7, .l3tel .yx5bl .t9lfm7 {
    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);
  }
  .ih2f .yx5bl .obg0c2, .vpalez .yx5bl .obg0c2, .l3tel .yx5bl .obg0c2 {
    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);
  }
  .ih2f .yx5bl .obg0c2 li, .vpalez .yx5bl .obg0c2 li, .l3tel .yx5bl .obg0c2 li {
    display: block !important; margin: 0 !important;
  }
  .ih2f .yx5bl .obg0c2 li::before, .vpalez .yx5bl .obg0c2 li::before, .l3tel .yx5bl .obg0c2 li::before,
  .ih2f .yx5bl .obg0c2 li::after, .vpalez .yx5bl .obg0c2 li::after, .l3tel .yx5bl .obg0c2 li::after,
  .ih2f .yx5bl .obg0c2 a::before, .vpalez .yx5bl .obg0c2 a::before, .l3tel .yx5bl .obg0c2 a::before {
    content: none !important; display: none !important;
  }
  .ih2f .yx5bl .obg0c2 a, .vpalez .yx5bl .obg0c2 a, .l3tel .yx5bl .obg0c2 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;
  }
  .ih2f .yx5bl .obg0c2 a:hover, .vpalez .yx5bl .obg0c2 a:hover, .l3tel .yx5bl .obg0c2 a:hover { color: var(--text-primary) !important; }
  .ih2f .yx5bl .obg0c2 a.mhv1eoxx, .vpalez .yx5bl .obg0c2 a.mhv1eoxx, .l3tel .yx5bl .obg0c2 a.mhv1eoxx {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .l3tel .y1ltv6 {
    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);
  }
  .uyoq6e { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .sn7n95b { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .yhsw { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .eecmw2 .yhsw { border-radius: 50%; }
  .rm01n309 { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .kv6tgknb { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .dsp5hva8 { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .yx5bl .obg0c2 { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .ih2f .yx5bl .obg0c2 a, [dir="rtl"] .vpalez .yx5bl .obg0c2 a, [dir="rtl"] .l3tel .yx5bl .obg0c2 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"] .ih2f .yx5bl .obg0c2 a.mhv1eoxx, [dir="rtl"] .vpalez .yx5bl .obg0c2 a.mhv1eoxx, [dir="rtl"] .l3tel .yx5bl .obg0c2 a.mhv1eoxx { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .fckwe .yx5bl .obg0c2, [dir="rtl"] .ozg8wkw .yx5bl .obg0c2,
[dir="rtl"].fckwe .yx5bl .obg0c2, [dir="rtl"].ozg8wkw .yx5bl .obg0c2 { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .yx5bl .obg0c2 { border-right: none; } }
.ozg8wkw .yx5bl {
  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);
}
.ozg8wkw .yx5bl .mcc5my5 {
  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;
}
.ozg8wkw .yx5bl .t9lfm7 { display: none !important; }
.ozg8wkw .yx5bl .obg0c2 {
  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;
}
.ozg8wkw .yx5bl .obg0c2::-webkit-scrollbar { display: none; }
.ozg8wkw .yx5bl .obg0c2 li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.ozg8wkw .yx5bl .obg0c2 li::before, .ozg8wkw .yx5bl .obg0c2 li::after,
.ozg8wkw .yx5bl .obg0c2 a::before { content: none !important; display: none !important; }
.ozg8wkw .yx5bl .obg0c2 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;
}
.ozg8wkw .yx5bl .obg0c2 li:first-child a { padding-left: 0 !important; }
.ozg8wkw .yx5bl .obg0c2 a:hover { color: var(--text-primary) !important; }
.ozg8wkw .yx5bl .obg0c2 a.mhv1eoxx { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.ozg8wkw .kgeoax { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .ozg8wkw .yx5bl .mcc5my5 { padding: 0 16px !important; } }
.ozg8wkw .yx5bl .obg0c2 {
  -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;
}
.ozg8wkw .yx5bl .mcc5my5 { overflow: hidden; }
.z867x .zlk94q7c li::before, .yor0l6 li::before, .vtzua li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .r6ujt, .f9az, .j6r94ch, .k1oit { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .jexprmaf, .zgiqkw { display: block !important; }
  .jexprmaf .g2nagj2h, .zgiqkw .g2nagj2h { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .jexprmaf .g2nagj2h, [dir="rtl"] .zgiqkw .g2nagj2h { float: right; margin: 0 0 0 8px; }
  .jexprmaf strong, .zgiqkw strong { line-height: 18px; margin-bottom: 8px; }
  .jexprmaf p, .zgiqkw p { clear: both; }
  .pici0p3f { --rv-pad: 18px; }
  .ke8n { gap: 16px; }
}
.cg3929s .sum9y4d, .j9k3q .sum9y4d, .yyol7z .sum9y4d, .jr9ud .sum9y4d { color: var(--text-primary); }
.cg3929s .sum9y4d .rtkdf7 { color: var(--tone-link, var(--accent)); }
.cg3929s .sum9y4d:not(:has(.rtkdf7))::first-letter { color: var(--tone-link, var(--accent)); }
.cg3929s .sum9y4d { display: inline-block; }
.jr9ud .sum9y4d::after { content: "."; color: var(--tone-mark, var(--accent)); }
.yyol7z .sum9y4d { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.j9k3q .sum9y4d { font-weight: 700; letter-spacing: -0.035em; }
.d35ung .sum9y4d, .gvwyrgc .sum9y4d,
.d35ung .sum9y4d .rtkdf7, .gvwyrgc .sum9y4d .rtkdf7 { color: #fff !important; }
.d35ung.jr9ud .sum9y4d::after, .gvwyrgc.jr9ud .sum9y4d::after { color: rgba(255,255,255,0.7); }
.d35ung.cg3929s .sum9y4d::first-letter, .gvwyrgc.cg3929s .sum9y4d::first-letter { color: #fff; }
.capi9k .iewz5 > .kgeoax:nth-of-type(even) .t4hqx9w { display: none; }
.qorcm84c .iewz5 > .kgeoax .t4hqx9w { display: none; }
.qorcm84c .iewz5 > .kgeoax:nth-of-type(-n+2) .t4hqx9w { display: block; }
.n48km1yd .t4hqx9w { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.n48km1yd .t4hqx9w .ke2opy { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .n48km1yd .t4hqx9w .ke2opy { aspect-ratio: 16 / 7; } }
.xutyc .t4hqx9w .ke2opy { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.xutyc .t4hqx9w::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.xutyc .t4hqx9w, .z3rd .t4hqx9w { border-radius: var(--r-card); isolation: isolate; }
.z3rd .t4hqx9w .ke2opy { filter: grayscale(1) contrast(1.1); }
.gz45, .gz45.u5a6q17e { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.gz45 .zr4d68um { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.gz45 .lpjuk { 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; }
.gz45 .bz11jdn { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.gz45 .zr4d68um::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.gz45 ~ .o4bhyr2w { position: static !important; transform: none !important; left: auto !important; width: 100% !important; max-width: var(--content-mw, 1100px) !important; margin: 0 auto !important; padding: 16px 24px 0 !important; }
.gz45 ~ .o4bhyr2w .hy9q { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .ih2f .gz45 .zr4d68um, .vpalez .gz45 .zr4d68um, .l3tel .gz45 .zr4d68um { max-width: 1280px; }
}
@media (max-width: 640px) { .gz45 { padding-top: 24px; } .gz45 .zr4d68um { padding: 0 16px; } .gz45 .lpjuk { font-size: var(--fs-h2); max-width: none; } }
.y6ux7, .y6ux7.u5a6q17e, .lhum8n1, .lhum8n1.u5a6q17e {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.y6ux7 .zr4d68um, .lhum8n1 .zr4d68um { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.qb8lzxi9.jf806, .qb8lzxi9.jf806.u5a6q17e { min-height: 0 !important; padding: 48px 0; }
.p7pd5g .du5rl {
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25;
}
.p7pd5g .bumb, .p7pd5g .xqrxt6j3, .p7pd5g .byx5v { background: var(--tone-fill-raw, var(--accent-bg)); }
.p7pd5g .yv8ui { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.p7pd5g .yv8ui::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .p7pd5g .yv8ui {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .p7pd5g .cjaibhw, .p7pd5g .ft5i5, .p7pd5g .wklm39dd, .p7pd5g .zey9pd9a,
  .p7pd5g .bumb, .p7pd5g .shqq636k, .p7pd5g .mp9p0 {
    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;
  }
  
  .u5a6q17e .p7pd5g, .p7pd5g.llyji, .p7pd5g.rswken, .p7pd5g.whvl7 {
    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;
  }
  .u5a6q17e .p7pd5g::-webkit-scrollbar { display: none; }
  .u5a6q17e .p7pd5g .yv8ui { flex: 0 0 74% !important; scroll-snap-align: center; }
  .y6ux7, .lhum8n1 { padding: 32px 0 24px; }
  .qb8lzxi9.jf806 { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .lhum8n1, .y6ux7, .qb8lzxi9.jf806 { overflow-x: clip; max-width: 100vw; }
  .lhum8n1 .zr4d68um, .y6ux7 .zr4d68um, .jf806 .yu5f, .jf806 .uiyh { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .u5a6q17e .p7pd5g { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.y29emt, .y29emt.u5a6q17e, .o0qk, .o0qk.u5a6q17e {
  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);
}
.my0fxh .y29emt, .my0fxh .o0qk { --hero-fg: var(--b-900); --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-700); }
.y29emt { background: linear-gradient(120deg, var(--hero-a, var(--b-900)) 0%, var(--hero-b, var(--b-800)) 100%); padding: 36px 0 40px; }
.my0fxh .y29emt { border-bottom: var(--bw-hair) solid var(--b-200); }
.y29emt .zr4d68um, .o0qk .zr4d68um {
  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;
}
.y29emt .zr4d68um { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.d1fw .zr4d68um:has(.h9qibo) { grid-template-columns: minmax(0, 1fr) 320px; }
.y29emt .lpjuk, .o0qk .lpjuk, .gz45 .lpjuk {
  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;
}
.y29emt .lpjuk, .o0qk .lpjuk { color: var(--hero-fg) !important; }
.y29emt .bz11jdn, .o0qk .bz11jdn {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.h9qibo img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--r-card); box-shadow: 0 18px 40px -18px rgba(0,0,0,.55); }
.cyjf .hy9q, .cyjf .hy9q * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.cyjf .hy9q { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.y29emt .cyjf .hy9q, .y29emt .cyjf .hy9q a, .y29emt .cyjf .hy9q span,
.o0qk .cyjf .hy9q, .o0qk .cyjf .hy9q a, .o0qk .cyjf .hy9q span { color: var(--hero-fg-dim) !important; }
.y29emt .cyjf .hy9q a, .o0qk .cyjf .hy9q a { color: var(--hero-fg) !important; font-weight: 600; }
.gz45 .cyjf .hy9q { color: var(--text-muted); }
.gz45 .zr4d68um::after { margin-top: 22px; }
.o0qk .lpjuk { max-width: 24ch; }
.eecmw2 .k1u7a2k img { border-radius: 50%; }
@media (min-width: 1100px) {
  .ih2f .y29emt .zr4d68um, .vpalez .y29emt .zr4d68um, .l3tel .y29emt .zr4d68um,
  .ih2f .o0qk .zr4d68um, .vpalez .o0qk .zr4d68um, .l3tel .o0qk .zr4d68um { max-width: 1280px; }
}
@media (max-width: 760px) {
  .y29emt { padding: 24px 0 26px; }
  .y29emt .zr4d68um, .o0qk .zr4d68um { padding: 0 16px; }
  .d1fw .zr4d68um:has(.h9qibo) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .h9qibo { display: none; }
  .o0qk { padding-top: 12px; }
  .lvnp { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .k1u7a2k { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .k1u7a2k img { width: 48px; height: 48px; flex: 0 0 48px; }
  .aod6z { flex: 0 0 auto; }
  .lv05 { flex: 1 1 0; min-width: 0; }
  .y29emt .lpjuk, .o0qk .lpjuk, .gz45 .lpjuk { font-size: 25px !important; max-width: none; }
  .y29emt .bz11jdn, .o0qk .bz11jdn { font-size: 15px; }
}
.mqe9ikz .bz11jdn, .qb8lzxi9 .bz11jdn, .es8jnpgv .bz11jdn { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .hh2aq .c917a3ma:not(.p7pd5g), .ynq205 .c917a3ma:not(.p7pd5g) {
    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;
  }
  .hh2aq .c917a3ma:not(.p7pd5g) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hh2aq .c917a3ma:not(.p7pd5g):has(> :nth-child(5):last-child),
  .hh2aq .c917a3ma:not(.p7pd5g):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .hh2aq .c917a3ma:not(.p7pd5g):has(> :nth-child(3):last-child),
  .hh2aq .c917a3ma:not(.p7pd5g):has(> :nth-child(6):last-child),
  .hh2aq .c917a3ma:not(.p7pd5g):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ynq205 .c917a3ma:not(.p7pd5g) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .hh2aq .c917a3ma:not(.p7pd5g) > .yv8ui,
  .ynq205 .c917a3ma:not(.p7pd5g) > .yv8ui: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;
  }
  .hh2aq .c917a3ma:not(.p7pd5g) > .yv8ui:hover,
  .ynq205 .c917a3ma:not(.p7pd5g) > .yv8ui:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .hh2aq .yv8ui .cjaibhw, .ynq205 .yv8ui:nth-child(-n+3) .cjaibhw {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .hh2aq .yv8ui .ft5i5, .hh2aq .yv8ui .wklm39dd, .hh2aq .yv8ui .zey9pd9a,
  .ynq205 .yv8ui:nth-child(-n+3) .ft5i5, .ynq205 .yv8ui:nth-child(-n+3) .wklm39dd,
  .ynq205 .yv8ui:nth-child(-n+3) .zey9pd9a { order: -2; padding: 0; gap: 12px; }
  .hh2aq .yv8ui .lc243oo, .ynq205 .yv8ui:nth-child(-n+3) .lc243oo {
    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;
  }
  .hh2aq .yv8ui .ffag1enp, .ynq205 .yv8ui:nth-child(-n+3) .ffag1enp { max-height: 88px !important; max-width: 88% !important; }
  .hh2aq .yv8ui .u3gypf8, .ynq205 .yv8ui:nth-child(-n+3) .u3gypf8 { padding: 0 16px; font-size: var(--fs-body); }
  .hh2aq .yv8ui .wksy5, .ynq205 .yv8ui:nth-child(-n+3) .wksy5 { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .hh2aq .yv8ui .shqq636k, .hh2aq .yv8ui .mp9p0,
  .ynq205 .yv8ui:nth-child(-n+3) .shqq636k, .ynq205 .yv8ui:nth-child(-n+3) .mp9p0 { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .hh2aq .yv8ui .mp9p0::before, .ynq205 .yv8ui:nth-child(-n+3) .mp9p0::before { display: none; }
  .hh2aq .yv8ui .zm9ab, .hh2aq .yv8ui .l3s8,
  .ynq205 .yv8ui:nth-child(-n+3) .zm9ab, .ynq205 .yv8ui:nth-child(-n+3) .l3s8 { justify-content: center; }
  .hh2aq .yv8ui .du5rl, .ynq205 .yv8ui:nth-child(-n+3) .du5rl { font-size: var(--fs-sm); }
  
  .hh2aq .yv8ui .tqfyd, .ynq205 .yv8ui:nth-child(-n+3) .tqfyd { display: none; }
  
  .hh2aq .c917a3ma:not(.p7pd5g) > .yv8ui::before,
  .ynq205 .c917a3ma:not(.p7pd5g) > .yv8ui: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"] .hh2aq .c917a3ma:not(.p7pd5g) > .yv8ui::before,
  [dir="rtl"] .ynq205 .c917a3ma:not(.p7pd5g) > .yv8ui:nth-child(-n+3)::before { left: auto; right: 10px; }

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

  
  .ptqfa3 .c917a3ma:not(.p7pd5g) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .ptqfa3 .c917a3ma:not(.p7pd5g)::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);
  }
  .ptqfa3 .c917a3ma:not(.p7pd5g) > .yv8ui { padding-top: 10px; padding-bottom: 10px; position: static; }
  .ptqfa3 .c917a3ma:not(.p7pd5g) > .yv8ui:first-child { position: relative; }
  .ptqfa3 .c917a3ma:not(.p7pd5g) .cjaibhw { position: static; }
  .ptqfa3 .c917a3ma:not(.p7pd5g) .jiu6lb0 { display: none; }
  
  .ptqfa3 .c917a3ma:not(.p7pd5g) > .yv8ui:first-child .jiu6lb0 {
    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;
  }
  .ptqfa3 .lc243oo { height: 64px !important; width: auto !important; }
  .ptqfa3 .ffag1enp { max-height: 56px !important; max-width: 120px !important; }
  .ptqfa3 .wklm39dd { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .ptqfa3 .du5rl { font-size: var(--fs-sm); }
  .ptqfa3 .p96j3pk7.vtfq2t7e { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .ptqfa3 .kdpnk .yv8ui::before, .ptqfa3.kdpnk .yv8ui::before { top: 8px; bottom: 8px; }
  
  .hh2aq.kdpnk .yv8ui::before { border-radius: var(--r-pill) !important; }
  .hh2aq.mr4qq .yv8ui:nth-child(even), .ynq205.mr4qq .yv8ui:nth-child(even) { background: var(--bg-card) !important; }
  .hh2aq.bazm44u .yv8ui:first-child, .ynq205.bazm44u .yv8ui:first-child { border-top: none !important; }
  .hh2aq.tfq2m38 .c917a3ma:not(.p7pd5g) .yv8ui:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .hh2aq .yv8ui .mp9p0, .ynq205 .yv8ui:nth-child(-n+3) .mp9p0 { display: flex !important; flex-direction: column; }
  
  .ptqfa3 .c917a3ma:not(.p7pd5g) { 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; }
  .ptqfa3 .c917a3ma:not(.p7pd5g) > .yv8ui { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .ptqfa3 .c917a3ma:not(.p7pd5g) > .yv8ui + .yv8ui { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .ptqfa3 .c917a3ma:not(.p7pd5g) > .yv8ui:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .ptqfa3 .wklm39dd, .ptqfa3 .ft5i5, .ptqfa3 .zey9pd9a { justify-content: flex-start; align-items: center; }
  .ptqfa3 .mp9p0 { --cs-link-h: 0px; }
  .ptqfa3 .mp9p0 .gxvds { display: none; }
}
@media (min-width: 901px) {
  .hh2aq .c917a3ma:not(.p7pd5g) .icgpudaw,
  .ynq205 .c917a3ma:not(.p7pd5g) > .yv8ui:nth-child(-n+3) .icgpudaw { display: block; }
}
body .u5a6q17e.y29emt .lpjuk, body .u5a6q17e.o0qk .lpjuk,
body section.y29emt .lpjuk, body section.o0qk .lpjuk { color: var(--hero-fg) !important; text-shadow: none !important; }
body .u5a6q17e.gz45 .lpjuk { text-shadow: none !important; }
@media (max-width: 760px) {
  .k1u7a2k { width: auto; flex-wrap: wrap; }
  .ldtnhqew { flex: 1 0 100%; margin-top: 4px; }
}
.fg02dc .bxl7a7, .hh7ly .bxl7a7 { display: block; }
@media (max-width: 640px) {
  .d35ung .ddw5y, .gvwyrgc .ddw5y,
  .d35ung .ddw5y.tzadgdvf, .gvwyrgc .ddw5y.tzadgdvf { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .d35ung .ddw5y a, .gvwyrgc .ddw5y a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .irsd516 .ddw5y, .irsd516 .ddw5y.tzadgdvf { background: var(--b-50) !important; }
}
body .pici0p3f .gu68 strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .pici0p3f .gu68 strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.mvyqb6 .pici0p3f .a8brm .gu68 strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.y29emt, .o0qk { --hero-fg-soft: rgba(255,255,255,0.92); --hero-fg-dim: rgba(255,255,255,0.84); }
.my0fxh .y29emt, .my0fxh .o0qk { --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-800); }
.cf6m, .i5q63s, .dhw5 .cf6m, .dhw5 .i5q63s { color: var(--text-muted); }
@media (max-width: 560px) {
  .af2d.dt1znj, .af2d.dt1znj img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
.tyub1oc { margin-top: 18px; }
@media (min-width: 721px) {
  .xhafsyh7:has(> .mqe9ikz, > .y29emt, > .qb8lzxi9) + .tyub1oc { margin-top: -38px; }
  
  .orywm9cl .xhafsyh7 + .tyub1oc { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .ih2f .tyub1oc, .vpalez .tyub1oc, .l3tel .tyub1oc { max-width: 1280px; }
}
@media (max-width: 640px) {
  .wjnq .gpbrv2 { max-width: none; }
}
.gpbrv2, .lpjuk, .do8lczb { overflow-wrap: break-word; }
.b6kpf0 > div > div, .uqgt .dx68u > div { min-width: 0; }
.uqgt p, .uqgt li, .uqgt td, .uqgt a { overflow-wrap: anywhere; }
:root {
  --accent: #5568d0;
  --brand: #5568d0;
  --accent-light: #4251ab;
  --brand-light: #4251ab;
  --accent-bg: #f3f5ff;
  --accent-bg-light: #f3f5ff;
  --accent-pale: #cdd8fe;
  --brand-pale: #cdd8fe;
  --cta: #cc4b1c;
  --cta-hover: #b43b06;
  --cta-fg: #ffffff;
  --cta-light: #6c81ef;
  --text-primary: #302923;
  --text-body: #4a423c;
  --text-sub: #4a423c;
  --text-muted: #69625b;
  --text-faint: #787069;
  --text-dim: #787069;
  --text-label: #69625b;
  --text-value: #302923;
  --bg-page: #ffffff;
  --bg-surface: #f8f3e9;
  --bg-card: #ffffff;
  --bg-card-inner: #faf6ef;
  --bg-card-inner-raw: #faf6ef;
  --bg-raised: #f2ebde;
  --bg-hover: #f8f3e9;
  --border: #dbd3c6;
  --border-alt: #e8e2d7;
  --border-section: #e8e2d7;
  --c-pros: #317a45;
  --c-pros-label: #115629;
  --c-cons: #9f4d48;
  --c-cons-label: #742e2b;
  --bg-pros: #eef7ef;
  --bg-cons: #fff1ef;
  --bg-warning: #fbf3ea;
  --bg-note: #ecf6fe;
  --bg-pros-raw: #eef7ef;
  --bg-cons-raw: #fff1ef;
  --bg-warning-raw: #fbf3ea;
  --bg-note-raw: #ecf6fe;
  --bg-tip: #f3f5ff;
  --bg-info: #f3f5ff;
  --c-tip-border: #dd6138;
  --c-warn-border: #a86b03;
  --c-tag-pay: #fff3ef;
  --grad-start: #5568d0;
  --grad-end: #4251ab;
  --tone-fill: #f3f5ff;
  --tone-fill-2: #e4eaff;
  --tone-fill-raw: #f3f5ff;
  --tone-fill-2-raw: #e4eaff;
  --tone-fill-head: #1c2457;
  --tone-fill-fg: #373e5a;
  --tone-fill-muted: #545c7a;
  --tone-fill-head-raw: #1c2457;
  --tone-fill-fg-raw: #373e5a;
  --tone-fill-muted-raw: #545c7a;
  --sh-card: 0 0 0 1px rgba(48, 41, 35, 0.06), 0 1px 2px rgba(48, 41, 35, 0.05), 0 10px 24px -14px rgba(48, 41, 35, 0.18);
  --sh-lift: 0 0 0 1px rgba(48, 41, 35, 0.06), 0 2px 4px rgba(48, 41, 35, 0.06), 0 18px 36px -18px rgba(48, 41, 35, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #dd6138;
  --tone-mark: #be481d;
  --tone-mark-fg: #ffffff;
  --tone-head: #302923;
  --tone-sub: #4251ab;
  --tone-link: #5568d0;
  --tone-th: #e4eaff;
  --tone-th-fg: #303b84;
  --tone-chip: #fff3ef;
  --tone-chip-fg: #9b340c;
  --tone-soft: #fee5dd;
  --tone-soft-fg: #772403;
  --sem-pos-bg: #eef7ef;
  --sem-pos-line: #348f4f;
  --sem-pos-fg: #115629;
  --sem-neg-bg: #fff1ef;
  --sem-neg-line: #bb5752;
  --sem-neg-fg: #742e2b;
  --sem-warn-bg: #fbf3ea;
  --sem-warn-line: #a86b03;
  --sem-warn-fg: #643e03;
  --sem-info-bg: #ecf6fe;
  --sem-info-line: #2580c1;
  --sem-info-fg: #014b79;
  --sem-pos-body: #29452f;
  --sem-neg-body: #553330;
  --sem-warn-body: #4e381f;
  --b-near: #582c73;
  --b-50: #f3f5ff;
  --s-50: #fff3ef;
  --n-50: #f8f5f2;
  --b-100: #e4eaff;
  --s-100: #fee5dd;
  --n-100: #eeeae7;
  --b-200: #cdd8fe;
  --s-200: #feccbd;
  --n-200: #ddd8d4;
  --b-300: #adbefe;
  --s-300: #fea98e;
  --n-300: #c6c0bc;
  --b-400: #899efd;
  --s-400: #f4805b;
  --n-400: #aba49f;
  --b-500: #6c81ef;
  --s-500: #dd6138;
  --n-500: #928b85;
  --b-600: #5568d0;
  --s-600: #be481d;
  --n-600: #7a726b;
  --b-700: #4251ab;
  --s-700: #9b340c;
  --n-700: #615a54;
  --b-800: #303b84;
  --s-800: #772403;
  --n-800: #4a423c;
  --b-900: #1c2457;
  --s-900: #4e1300;
  --n-900: #302923;
}
:root { --logo-bg-opacity: 40%; }
body, button, input { font-family: "Nunito Sans", sans-serif; }
.kllq .u5a6q17e, .kllq .qb8lzxi9 { min-height: 420px; }
.grea::before { content: '/'; }