:root {
  --color-accent: #0a7d4f;
  --color-cta: #6d3fd1;
  --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);
}
.cqqr33 {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.nwdv {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.h89wjf8w {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.s03s8 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.jlmwk3y { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.jlmwk3y a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.jlmwk3y a:hover { color: var(--accent-light); }
.zq9t   .g9f0c { border-radius: 0; }
.e3gz98l .g9f0c li + li { border-top: var(--bw-hair) dotted var(--border-alt); }
@media (max-width: 640px) {
  .g9f0c {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .nu9mh301:hover .g9f0c,
  .nu9mh301:focus-within .g9f0c { display: block; }
  .g9f0c li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.ovjns7 {
  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);
}
.b5z59es7 { display: none; }
@media (max-width: 640px) {
  .b5z59es7 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .b5z59es7.p1b4pr { display: block; }
}
@media (max-width: 640px) {
  .ovjns7 { display: block; }
  .jlmwk3y > li + li::before { display: none !important; }
  .jlmwk3y {
    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;
  }
  .jlmwk3y.p1b4pr { display: flex; }
  .jlmwk3y li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .jlmwk3y li:last-child a { border-bottom: none; }
}
.bs9viv { min-height: 480px; }
.p192ur44 {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.zkvq5x { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.u0er6 .zkvq5x { margin-left: 0; margin-right: 0; }
.lwd3ng3t .w47n {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.lwd3ng3t .p192ur44 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.lwd3ng3t .zkvq5x { color: #e2e8f0; }
.lwd3ng3t.lz2yt .w47n { text-align: center; }
.lwd3ng3t.u0er6   .w47n { text-align: left; }
.ucubufhd .w47n {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.ucubufhd .p192ur44 { color: var(--text-primary); text-shadow: none; }
.ucubufhd .zkvq5x { color: var(--text-muted); }
.ucubufhd, .ucubufhd.bs9viv { min-height: auto !important; }
.ucubufhd.lz2yt .w47n { text-align: center; }
.ucubufhd.u0er6   .w47n { text-align: left; }
.ucubufhd~.tqzf .vf53x5d{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; }
}
.alqq7 .p192ur44 { color: #fff; }
.alqq7 .zkvq5x { color: rgba(255,255,255,0.85); }
.wbhbajgz .p192ur44 { text-shadow: none; color: var(--text-primary); }
.wbhbajgz .zkvq5x { color: var(--text-muted); }
body.tfnmswcm .p192ur44 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.z4jfba6 .p192ur44 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.bs9viv.alqq7 .p192ur44,
section.alqq7 .p192ur44 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.wbhbajgz.u0er6   .blvm { align-items: flex-start; text-align: left; }
.bs9viv .xnhfb {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.xnhfb .uz7b2fcj {
  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;
}
.xnhfb .uz7b2fcj + .uz7b2fcj { border-top: var(--bw-hair) solid var(--border-alt); }
.xnhfb .o6fk7 { align-items: center; text-align: center; width: 100%; }
.xnhfb .yu1os6 {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.xnhfb .krtjiwv1 { max-height: 64px; max-width: 140px; }
.xnhfb .vrvb02s {
  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%;
}
.xnhfb .iwmc29u,
.xnhfb .wri5ys {
  font-size: var(--fs-sm);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.xnhfb .yxpwo50.oeaiuy {
  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;
}
.xnhfb .yxpwo50.oeaiuy:hover { opacity: 0.85; }
.xnhfb .uz7b2fcj,
.xnhfb .uz7b2fcj:hover,
.xnhfb .uz7b2fcj:nth-child(even),
.xnhfb .uz7b2fcj:nth-child(odd),
.xnhfb .uz7b2fcj:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.b0e7umil .w47n { padding-bottom: 24px; }
.trw0ll .w47n { max-width: 1100px; }
@media (max-width: 700px) {
  .wbhbajgz { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .wbhbajgz:not(.ntov) .c6wa { display: none !important; }
  .ntov .c6wa { padding: 16px; }
  .blvm  { padding: 36px 24px; }
  .wbhbajgz~.tqzf,.s9ghfcqk~.tqzf{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .bs9viv, .wbhbajgz { min-height: 320px !important; }
  .p192ur44 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .rl3oek,
  .qqnk9v,
  .p0fyqn { grid-template-columns: 1fr !important; }

  

  
  .b0e7umil { display: flex !important; flex-direction: column !important; }
  .b0e7umil .w47n { display: contents; }
  .b0e7umil .qmjd { order: 0; }
  .b0e7umil .p192ur44 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .b0e7umil .rl3oek { order: 2; padding: 0 16px 12px !important; }
  .b0e7umil .zkvq5x { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .trw0ll .w47n { display: flex; flex-direction: column; }
  .trw0ll .w47n .p192ur44 { order: 1; }
  .trw0ll .w47n .p0fyqn { order: 2; margin: 8px 0 24px !important; }
  .trw0ll .w47n .zkvq5x { order: 3; }
  .trw0ll .w47n .muhhon { order: 4; align-self: center; margin-top: 0; }

  
  .wbhbajgz.ntov {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .wbhbajgz.ntov .blvm { display: contents; padding: 0; }
  .wbhbajgz.ntov .blvm .p192ur44 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .wbhbajgz.ntov .c6wa { order: 2; padding: 12px 16px; }
  .wbhbajgz.ntov .blvm .zkvq5x { order: 3; padding: 0 24px; margin: 0 auto; }
  .wbhbajgz.ntov .blvm .muhhon { order: 4; align-self: center; margin: 8px 0 32px; }
}
.vqvjik7s { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ym1vcjp { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.ey48oq .vqvjik7s        { border-radius: var(--r-card); }
.ey48oq .ym1vcjp  { border-radius: var(--r-card); }
.nelg1a .vqvjik7s         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.nelg1a .ym1vcjp   { border-radius: var(--r-btn); }
.hormrfqj { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.g9xs3gv { width: 100%; padding: 32px 0; position: relative; }
.pj1tfl8l { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.j1loo0ik .g9xs3gv, .vad6p .g9xs3gv { background: transparent; }
.o84g9e .ytrnah > *,
.dku5 > *, .majhf > *, .ktdp > *, .qhd6d > *, .ayds > * {
  --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.l0i1x1 { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.l0i1x1 {
  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.tj2h { 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; }
.ao13s h2.l0i1x1 {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.jbo090 h2.l0i1x1 {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.j81eq5rn h2.l0i1x1 {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.jjul3dr h2.l0i1x1::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.zwuvaa h2.l0i1x1 {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.qces h2.l0i1x1::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.smoezl3v h2.l0i1x1 {
  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) { .f4bj { display: none; } }
.f9ksmnv9 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.kbx46ujq { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.jjwn5 {
  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;
}
.otrpdm6 { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.v203 { padding-left: 20px; }
.v203 li { margin-bottom: 8px; }
.v203 a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.v203 a:hover { color: var(--tone-link, var(--accent-light)); }
.opg6ofqz .otrpdm6 { display: none; }
.tzht .otrpdm6 { display: none; }
.tzht .v203 { padding-left: 0; list-style: none; }
.tzht .v203 li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.tzht .v203 a { font-size: var(--fs-sm); }
.ngtkr .jjwn5 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ngtkr .otrpdm6 { display: none; }
.ngtkr .v203 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.ngtkr .v203 li { margin-bottom: 0; }
.ngtkr .v203 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;
}
.ngtkr .v203 a:hover { border-color: var(--accent); color: var(--accent); }
.yq4417 .jjwn5 { padding: 20px 20px 16px; }
.yq4417 .v203 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.yq4417 .v203 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.yq4417 .v203 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;
}
.yq4417 .v203 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;
}
.yq4417 .v203 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.yq4417 .v203 a:focus,
.yq4417 .v203 a:focus-visible,
.yq4417 .v203 a:target { outline: none; }
.yq4417 .v203 li:target a { border-color: var(--border); color: var(--text-muted); }
.ouxnm7l .jjwn5 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ouxnm7l .otrpdm6 { display: none; }
.ouxnm7l .v203 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.ouxnm7l .v203 li { counter-increment: toc-n; margin-bottom: 0; }
.ouxnm7l .v203 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;
}
.ouxnm7l .v203 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;
}
.ouxnm7l .v203 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.gg4afke .jjwn5 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.gg4afke .otrpdm6 { display: none; }
.gg4afke .v203 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.gg4afke .v203 li { margin-bottom: 0; }
.gg4afke .v203 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;
}
.gg4afke .v203 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.xdgw .jjwn5 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.xdgw .otrpdm6 { display: none; }
.xdgw .v203 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.xdgw .v203 li { margin-bottom: 0; }
.xdgw .v203 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.xdgw .v203 li:last-child::after { content: ""; margin-right: 0; }
.xdgw .v203 a { font-size: var(--fs-sm); }
.ytrnah { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.o84g9e .ytrnah { background: var(--bg-card); }
.byowinc .ytrnah { background: none; border-radius: 0; padding: 28px 0 8px; }
.byowinc .ytrnah + .ytrnah { border-top: var(--bw-hair) solid var(--border-section); }
.r3x3ye .ytrnah {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.r3x3ye .ytrnah:last-child { border-bottom: none; }
.pltm71a .ytrnah {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.pltm71a .ytrnah + .ytrnah { margin-top: 4px; }
.dvf6no .ytrnah { background: none; border-radius: 0; padding: 28px 0 8px; }
.dvf6no .ytrnah + .ytrnah { border-top: var(--bw-hair) solid var(--border-section); }
.rms1gu { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.bih3v8bl { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.nthzkr3, .qs4gb { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.nthzkr3 li, .qs4gb li { margin-bottom: 8px; }
.qs4gb li { list-style: decimal; }
.ktdp { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.cg6sv .ktdp,
.majhf .ktdp { background: transparent; border: none; border-radius: 0; }
.r5k6 { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.r5k6 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;
}
.r5k6 td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.r5k6 tr:hover td { background: var(--bg-hover); }
.hp1b .r5k6 tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.ztl0h .r5k6 { border: var(--bw-hair) solid var(--border-alt); }
.ztl0h .r5k6 th,
.ztl0h .r5k6 td { border: var(--bw-hair) solid var(--border-alt); }
.vb3l1h2 .r5k6 th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.vb3l1h2 .r5k6 td { border-bottom: none; }
.vb3l1h2 .r5k6 tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.sk8e .r5k6 th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.i4fyjh .ktdp {
  overflow: hidden;
}
.i4fyjh .r5k6 th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.i4fyjh .r5k6 tr:last-child td { border-bottom: none; }
.v7d4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.ayds { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.ri6tsqc8 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.v3gy7t { 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); }
.clkg57p { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.miaw6ga { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.miaw6ga 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%}
.p7ty .v3gy7t { background: transparent; text-align: center; }
.fhkywp7v .ri6tsqc8 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.oftw2ner .ri6tsqc8 {
  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);
}
.f119h5h .ayds { display: grid; grid-template-columns: auto 1fr; }
.f119h5h .ri6tsqc8 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.f119h5h .v3gy7t { grid-column: 2; }
.f119h5h .clkg57p,
.f119h5h .miaw6ga { grid-column: 1 / -1; }
.t1qzf .ayds { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.t1qzf .ri6tsqc8 {
  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);
}
.t1qzf .v3gy7t { grid-column: 2; }
.t1qzf .clkg57p,
.t1qzf .miaw6ga { grid-column: 1 / -1; }
.jxvec .ayds { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.jxvec .v3gy7t { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.tl9h4n .ayds { 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); }
.tl9h4n .v3gy7t { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.gfcuy .ayds { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.gfcuy .v3gy7t { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.hzf0l .ayds { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.hzf0l .v3gy7t { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.vnx4 .v7d4 { counter-reset: card-n; }
.vnx4 .ayds  { counter-increment: card-n; }
.vnx4 .v3gy7t { display: flex; align-items: center; gap: 12px; }
.vnx4 .v3gy7t::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;
}
.ngd8 .ayds { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.ngd8 .v3gy7t { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.wghbot { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.wghbot         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.xpqm1xm     { --cl-hue: var(--tone-line, var(--accent)); }
.hnk4le8f { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.xpqm1xm, .hnk4le8f, .ykxf20rw, .tibz {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.ilidb0a { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.ilidb0a::before { color: var(--cl-hue); }
.wghbot strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.wghbot p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.awzi9, .svl1gpd1 { border-radius: var(--r-btn); padding: 16px; }
.awzi9 { background: var(--bg-pros); }
.svl1gpd1 { background: var(--bg-cons); }
.ajowcvg { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.awzi9 .ajowcvg { color: var(--c-pros-label); }
.svl1gpd1 .ajowcvg { color: var(--c-cons-label, var(--c-cons)); }
.awzi9 ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.svl1gpd1 ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.ym1vcjp { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.oeaiuy {
  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;
}
.oeaiuy:hover { opacity: 0.85; }
.ovryux .oeaiuy  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.ovryux .oeaiuy:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.lzum5vky .oeaiuy  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.lzum5vky .oeaiuy:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ovryux .yxpwo50.oeaiuy, .lzum5vky .yxpwo50.oeaiuy,
.ovryux .ink0t8p .oeaiuy, .lzum5vky .ink0t8p .oeaiuy {
  background: var(--cta); border: none; color: #fff;
}
.ovryux .yxpwo50.oeaiuy:hover, .lzum5vky .yxpwo50.oeaiuy:hover,
.ovryux .ink0t8p .oeaiuy:hover, .lzum5vky .ink0t8p .oeaiuy:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.hwi0i .oeaiuy  { border-radius: var(--r-pill); }
.ocv3j7 .oeaiuy { box-shadow: none; }
.ocv3j7 .oeaiuy:hover { box-shadow: none; opacity: 1; }
.ro32858 .oeaiuy { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.ro32858 .oeaiuy:hover { opacity: 1; }
.ro32858 .oeaiuy:active { transform: translateY(3px); box-shadow: none; }
.iy7vy .oeaiuy { box-shadow: none; }
.iy7vy .oeaiuy:hover { opacity: 1; box-shadow: none; }
.iy7vy .oeaiuy:active { box-shadow: none; }
.uuqe .oeaiuy { position: relative; overflow: hidden; }
.uuqe .oeaiuy::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.uuqe .oeaiuy:hover::before { left: 135%; }
.gjbq1h7 .muhhon,
.gjbq1h7 .oeaiuy { border-radius: 0; }
.k1u3j28 .muhhon { padding-left: 24px; padding-right: 24px; }
.k1u3j28 .oeaiuy  { padding-left: 12px; padding-right: 12px; }
.kwwk .oeaiuy  { padding-left: 24px; padding-right: 24px; }
.pdh56z3 .oeaiuy  { padding-left: 32px; padding-right: 32px; }
.wbwkdc   .muhhon::after, .wbwkdc   .oeaiuy::after,
.ozcbo3 .muhhon::after, .ozcbo3 .oeaiuy::after,
.o297q7    .muhhon::after, .o297q7    .oeaiuy::after,
.jr9h8    .muhhon::after, .jr9h8    .oeaiuy::after,
.bm2v9zo7    .muhhon::after, .bm2v9zo7    .oeaiuy::after,
.wex35xxg     .muhhon::after, .wex35xxg     .oeaiuy::after,
.tzecxtx    .muhhon::after, .tzecxtx    .oeaiuy::after,
.zwzpo6y   .muhhon::after, .zwzpo6y   .oeaiuy::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;
}
.wbwkdc .muhhon::after, .wbwkdc .oeaiuy::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");
}
.ozcbo3 .muhhon::after, .ozcbo3 .oeaiuy::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");
}
.o297q7 .muhhon::after, .o297q7 .oeaiuy::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");
}
.jr9h8 .muhhon::after, .jr9h8 .oeaiuy::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");
}
.bm2v9zo7 .muhhon::after, .bm2v9zo7 .oeaiuy::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");
}
.wex35xxg .muhhon::after, .wex35xxg .oeaiuy::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");
}
.tzecxtx .muhhon::after, .tzecxtx .oeaiuy::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");
}
.zwzpo6y .muhhon::after, .zwzpo6y .oeaiuy::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");
}
.giepwd   .hk8lo::after, .giepwd   .h7ho::after,
.jutyx8 .hk8lo::after, .jutyx8 .h7ho::after,
.mnkxit    .hk8lo::after, .mnkxit    .h7ho::after,
.g9ed    .hk8lo::after, .g9ed    .h7ho::after,
.k516i8d3    .hk8lo::after, .k516i8d3    .h7ho::after,
.ssyubork     .hk8lo::after, .ssyubork     .h7ho::after,
.vjatbbr    .hk8lo::after, .vjatbbr    .h7ho::after,
.o9sdj   .hk8lo::after, .o9sdj   .h7ho::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;
}
.giepwd .hk8lo::after, .giepwd .h7ho::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");
}
.jutyx8 .hk8lo::after, .jutyx8 .h7ho::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");
}
.mnkxit .hk8lo::after, .mnkxit .h7ho::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");
}
.g9ed .hk8lo::after, .g9ed .h7ho::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");
}
.k516i8d3 .hk8lo::after, .k516i8d3 .h7ho::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");
}
.ssyubork .hk8lo::after, .ssyubork .h7ho::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");
}
.vjatbbr .hk8lo::after, .vjatbbr .h7ho::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");
}
.o9sdj .hk8lo::after, .o9sdj .h7ho::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");
}
.c9g7ztvf {
  --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;
}
.uz7b2fcj {
  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;
}
.uz7b2fcj + .uz7b2fcj { border-top: var(--bw-hair) solid var(--border-alt); }
.uz7b2fcj > * { min-width: 0; }
.uz7b2fcj:hover { background: var(--bg-hover); }
.uz7b2fcj > [itemprop="item"] { display: contents; }
.uz7b2fcj [itemprop="itemReviewed"],
.uz7b2fcj [itemprop="reviewRating"] { display: none; }
.o6fk7 {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.h89ha, .mj4b3ps, .eldo,
.bzp2, .mzzd, .bzoaq5oo { align-items: center; text-align: center; }
.mzzd, .bzoaq5oo { align-items: stretch; }
.a6fmqvh {
  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%;
}
.l9fok66 {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.wri5ys { font-size: var(--fs-lead); font-weight: 700; }
.segpj0 .l9fok66 {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.vrvb02s {
  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;
}
.ocwe3 {
  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;
}
.yu1os6 {
  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;
}
.ktfcy64 .krtjiwv1 { max-height: 60px; max-width: 68px; }
.krtjiwv1 {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.mj4b3ps .yu1os6 { width: 168px; }
.boat .yu1os6,
.boat .urulmnp,
.boat .edm7    { background: var(--accent-bg); }
.laewa44 .yu1os6,
.laewa44 .urulmnp,
.wxopcy .yu1os6,
.wxopcy .urulmnp,
.lcul3 .yu1os6,
.lcul3 .urulmnp,
.boat .yu1os6, .laewa44 .yu1os6,
.wxopcy .yu1os6,  .lcul3 .yu1os6 {
  width: 88px; height: 88px; padding: 12px;
}
.boat .yu1os6 .krtjiwv1, .laewa44 .yu1os6 .krtjiwv1,
.wxopcy .yu1os6 .krtjiwv1,  .lcul3 .yu1os6 .krtjiwv1 {
  max-height: 60px; max-width: 68px;
}
.djs7yol .yu1os6, .djs7yol .yu1os6.ktfcy64,
.djs7yol .urulmnp,   .djs7yol .urulmnp.ktfcy64,
.bv8a, .uzfvsmp {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px; max-width: 100%;
}
.yxpwo50.oeaiuy {
  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;
}
.bzoaq5oo {
  display: grid; grid-template-rows: var(--cs-link-h) auto var(--cs-link-h);
  align-content: center; --cs-link-h: 22px;
}
.bzoaq5oo::before { content: ""; }
.pjk6ph4g {
  display: block; margin-top: 8px;
  font-size: var(--fs-label); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-muted); text-align: center; text-decoration: none;
}
.pjk6ph4g:hover { color: var(--accent); text-decoration: underline; }
.xnhfb .uz7b2fcj { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .uz7b2fcj { gap: 16px; padding: 16px 16px; }
  .yu1os6 { width: 152px; height: 96px; }
  .krtjiwv1 { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .uz7b2fcj {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .o6fk7 { justify-content: flex-start; }
  
  .uzfvsmp, .bv8a { flex-direction: row; }
  
  .uzfvsmp .ocwe3:nth-child(n+3) { display: none; }
  
  .h89ha {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .o6fk7 { text-align: left; align-items: flex-start; }

  
  .mj4b3ps, .eldo, .i5o060 {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .bzp2 {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .mj4b3ps .yu1os6, .eldo .yu1os6,
  .i5o060 .yu1os6 { width: auto; height: 72px; }
  .krtjiwv1 { max-height: 72px; max-width: 128px; }
  .wri5ys { font-size: var(--fs-body); }
  .vrvb02s { font-size: var(--fs-sm); }

  
  .iwmc29u, .tbhv, .qb35,
  .i0bi, .s63mfde, .cfm1ofy,
  .segpj0, .sj0m1op, .pbtxm2b,
  .pfiol03c, .fd3d0c {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .mzzd, .bzoaq5oo { order: 4; flex: 1 0 100%; }
  .bzoaq5oo { display: flex; flex-direction: column; }
  .bzoaq5oo::before { display: none; }
  .yxpwo50.oeaiuy { width: 100%; padding: 12px 20px !important; }
  .pjk6ph4g { text-align: left; }
}
@media (max-width: 560px) {
  .uz7b2fcj { padding: 16px; gap: 12px 12px; }
  
  .a6fmqvh, .a0l77, .ocwe3 { font-size: var(--fs-caption); }
  .l9fok66 { font-size: var(--fs-sm); }
  .wri5ys { font-size: var(--fs-body); }
  .vrvb02s { font-size: var(--fs-sm); }
  .rfpooh7s { font-size: var(--fs-sm); }
  .ntd22o6t { font-size: var(--fs-lead); }
  
  .yxpwo50.oeaiuy { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .o6fk7 { gap: 2px; }
  .mj4b3ps .yu1os6, .eldo .yu1os6,
  .i5o060 .yu1os6 { height: 64px; }
  .krtjiwv1 { max-height: 64px; max-width: 116px; }
  .ktfcy64 { padding: 8px; }
  .wri5ys { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .iwmc29u, .tbhv, .qb35,
  .i0bi, .s63mfde, .cfm1ofy,
  .segpj0, .sj0m1op, .pbtxm2b,
  .pfiol03c, .fd3d0c { flex-basis: 100%; min-width: 100%; }
}
.dku5 {
  --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;
}
.gvzz0ti {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.urulmnp {
  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;
}
.urulmnp img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.ocqm8 { flex: 1; min-width: 0; }
.ocqm8 h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.yx3n { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.o2mv5 { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.o2mv5 strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.o2mv5 .p6u9f { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.rfzqu {
  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);
}
.rfzqu > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.wlbpt41v em, .a12asb em, .at3hj em, .p2ude 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) { .rfzqu { padding: 12px 16px; gap: 8px 16px; } }
.ink0t8p { flex-shrink: 0; align-self: center; }
.ink0t8p .oeaiuy {
  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) {
  .gvzz0ti { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .urulmnp { order: 1; width: 104px; height: 104px; }
  .urulmnp img { max-width: 96px; max-height: 88px; }
  .ink0t8p { order: 2; margin-left: auto; align-self: center; }
  .ocqm8 { order: 3; flex: 1 1 100%; min-width: 0; }
  .ocqm8 h3 { font-size: var(--fs-body); }
}
.rygoqc img.c2ava8d { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.cg6sv { padding: 20px 24px; }
.rz5o2x { color: var(--text-body); margin-bottom: 16px; }
.ej4nm { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.jsu933mf, .kww5oej3 { list-style: none; font-size: var(--fs-sm); }
.jsu933mf li { color: var(--text-body); margin-bottom: 4px; }
.kww5oej3 li { color: var(--text-body); margin-bottom: 4px; }
.jsu933mf li::before { content: "✓"; margin-right: 5px; }
.kww5oej3 li::before { content: "✗"; margin-right: 5px; }
.cs4vvxt { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.cs4vvxt strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.uncj6iu {
  
  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;
}
.hao04ee { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.zvvjz {
  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);
}
.b9pr .zvvjz { border-top-width: var(--bw-bar) !important; }
.c4vbv .zvvjz { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .xl1o .po7u {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .xl1o .dku5 { margin: 0; }
}
.zhzn3r0 .gvzz0ti { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.zhzn3r0 .urulmnp { background: transparent; }
.m7sq .dku5 { border-top: var(--bw-bar) solid var(--accent); }
.m7sq .gvzz0ti { background: var(--bg-card); }
.cys7kgls .dku5 { 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; }
.cys7kgls .gvzz0ti { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.cys7kgls .cg6sv { padding: 16px 16px; }
.cys7kgls .urulmnp { border-radius: var(--r-chip); }
.cys7kgls .zvvjz { border-radius: 0; }
.th9o .gvzz0ti { padding: 0; gap: 0; overflow: hidden; }
.th9o .urulmnp {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.th9o .ocqm8 { padding: 16px 20px; }
.th9o .ink0t8p { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .th9o .urulmnp { width: 116px; min-height: 104px; }
}
.njl6v .yx3n { font-size: var(--fs-sm); }
.majhf .awzi9, .majhf .svl1gpd1 { padding: 12px; }
.majhf .awzi9 ul, .majhf .svl1gpd1 ul { margin: 4px 0 0; padding-left: 20px; }
.majhf .awzi9 li, .majhf .svl1gpd1 li { font-size: var(--fs-label); margin-bottom: 4px; }
.qbbmh .uncj6iu { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .zbbuozgm { grid-template-columns: 1fr; }
  .d96fp1 { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .d96fp1 .edm7 { width: 72px; height: 50px; }
  .d96fp1 .ozvedfa { max-width: 180px; }
  .d96fp1 .aqw1aae { width: auto; }
}
.wb4m .njl6v .yx3n { filter: brightness(1.2); }
@media (max-width: 720px) {
  .wb4m { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .jaxe { padding: 16px; }
  .a7dv .x8bj1gh { min-width: 50%; }
}
@media (max-width: 860px) {
  .hoda { grid-template-columns: 1fr; }
  .i73uc { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .gau1ihl9 { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .obfvot3 { flex-wrap: wrap; padding: 16px; }
}
.wbqatvq .awzi9, .wbqatvq .svl1gpd1 { padding: 8px; }
@media (max-width: 480px) {
  .i2p6kk { flex-direction: column; align-items: stretch; }
}
.h4l2 .aqw1aae .oeaiuy { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .rm6rp { flex-direction: column; align-items: stretch; gap: 12px; }
  .h4l2 .aqw1aae { text-align: center; }
}
@media (max-width: 720px) {
  .klr6 { grid-template-columns: 1fr; }
  .si5p { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .k7hmt { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.jegym6 .p6u9f { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.re5i .yx3n { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .mikd { grid-template-columns: 1fr; }
  .re5i { width: 100px; height: 100px; margin: 16px auto; }
  .jegym6 { font-size: var(--fs-h3); }
  .u26c1d9 { justify-content: center; }
  .iihpvd .x8bj1gh { min-width: 50%; }
}
@media (max-width: 540px) {
  .mae5w { flex-wrap: wrap; padding: 16px 16px; }
  .b5e9h7s { padding: 12px 16px; }
  .omg2yr .oe6n { margin: 0 16px; }
  .omg2yr .qbbmh { padding: 0 16px; }
  .j6ho { padding: 12px 16px; }
}
.i1c31a47 .uz7b2fcj { position: relative; }
.i1c31a47 .uz7b2fcj::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.e1n5 .c9g7ztvf {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.e1n5 .uz7b2fcj {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.e1n5 .uz7b2fcj + .uz7b2fcj { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .zuf1 .o6fk7 + .o6fk7 {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.rrmlrus .uz7b2fcj { padding-top: 16px; padding-bottom: 16px; }
.rrmlrus .uz7b2fcj + .uz7b2fcj { border-top: none; }
.rrmlrus .uz7b2fcj:nth-child(even) { background: var(--bg-surface); }
.rrmlrus .uz7b2fcj:nth-child(even):hover { background: var(--bg-hover); }
.du4jht .uz7b2fcj:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .euv1 .iwmc29u, .euv1 .tbhv,
  .euv1 .qb35, .euv1 .i0bi,
  .euv1 .s63mfde, .euv1 .cfm1ofy,
  .euv1 .segpj0, .euv1 .sj0m1op,
  .euv1 .pbtxm2b, .euv1 .pfiol03c,
  .euv1 .fd3d0c {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.f5covmi .a6fmqvh { opacity: .8; letter-spacing: var(--ls-label); }
.f5covmi .l9fok66 { font-weight: 700; }
.f5covmi .wri5ys { font-weight: 700; }
.h4czrt .iwmc29u, .h4czrt .tbhv,
.h4czrt .pbtxm2b, .h4czrt .pfiol03c,
.bxloy6 .gmugqpb5,
.bxloy6 .ntd22o6t,
.bxloy6 .ntd22o6t {
  background: color-mix(in srgb, var(--text-primary) 6%, transparent);
  border-radius: var(--r-pill); padding: 8px 16px;
}
.etf2e6q .o2mv5 .yx3n,
.bxloy6 .o2mv5 .yx3n,
.q3i4g .o2mv5 .yx3n { display: none; }
.etf2e6q .p6u9f { display: none; }
.bxloy6 .o2mv5 strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.bxloy6 .erarqf,
.bxloy6 .p6u9f { font-size: 1em; }
.q3i4g .o2mv5 strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.q3i4g .p6u9f { display: none; }
.t3x7 { margin: 16px 0; }
.k55lv9s { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.k55lv9s 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;
}
.k55lv9s 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;
}
.k55lv9s summary:hover { background: var(--bg-surface); }
.k55lv9s summary:hover::after { color: var(--accent); }
.k55lv9s[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.k55lv9s[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.k55lv9s[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.k55lv9s p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.g9xs3gv { margin-bottom: 0; }
.e5ao3dv h2.l0i1x1 { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.fp4x6mud h2.l0i1x1 { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.awzi9, .svl1gpd1 { border: var(--bw-hair) solid transparent; }
.awzi9 .ajowcvg, .awzi9 .o33unf4 { color: var(--c-pros-label); }
.svl1gpd1 .ajowcvg, .svl1gpd1 .j6kp { color: var(--c-cons-label, var(--c-cons)); }
.awzi9 ul li, .svl1gpd1 ul li, .jsu933mf li, .kww5oej3 li { color: var(--text-body); }
.awzi9 .jsu933mf li, .svl1gpd1 .kww5oej3 li { position: relative; padding-left: 1.5em; }
.awzi9 .jsu933mf li::before, .svl1gpd1 .kww5oej3 li::before { position: absolute; left: 0; margin-right: 0; }
.ewhih .awzi9 { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.ewhih .svl1gpd1 { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.xxlbw1xw .awzi9, .xxlbw1xw .svl1gpd1 { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.xxlbw1xw .awzi9 { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.xxlbw1xw .svl1gpd1 { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.v819b6 .awzi9, .v819b6 .svl1gpd1 { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.v819b6 .awzi9 { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.v819b6 .svl1gpd1 { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.q91982x .awzi9, .q91982x .svl1gpd1 { background: var(--bg-card); border-width: var(--bw-rule); }
.q91982x .awzi9 { border-color: var(--sem-pos-line); }
.q91982x .svl1gpd1 { border-color: var(--sem-neg-line); }
.ghq4 .awzi9, .ghq4 .svl1gpd1 { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.ghq4 .svl1gpd1 { border-left: var(--bw-hair) solid var(--border); }
.qzo8 .o33unf4::before { content: "✓ "; }
.qzo8 .j6kp::before { content: "✗ "; }
.c4vbv .wghbot { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.c4vbv .wghbot strong { color: var(--text-primary); }
.c4vbv .wghbot p      { color: var(--text-muted); }
.b9pr .wghbot { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.rtqfx2a .wghbot {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.rtqfx2a .wghbot strong { color: var(--text-primary); }
.rtqfx2a .wghbot p { color: var(--text-muted); }
.rtqfx2a .wghbot { border-left: var(--bw-bar) solid var(--cl-hue); }
.rtqfx2a .ilidb0a::before { color: rgba(255,255,255,0.9) !important; }
.yhtx .wghbot {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.yhtx .wghbot strong { color: var(--text-primary); }
.yhtx .wghbot p      { color: var(--text-muted); }
.nmjqp7c0 .wghbot { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.iqmlioy .ilidb0a,
.m0ur92 .ilidb0a,
.kxuvb .ilidb0a,
.iqmlioy .ilidb0a::before,
.m0ur92 .ilidb0a::before,
.kxuvb .ilidb0a::before,
.s5ou1s .o84g9e .ytrnah,
.s5ou1s .byowinc .ytrnah  { box-shadow: var(--sh-1); }
.s5ou1s .ayds                { box-shadow: var(--sh-1); }
.s5ou1s .ktdp          { box-shadow: var(--sh-1); }
.s5ou1s .jjwn5                    { box-shadow: var(--sh-1); }
.c5uxp1hy .o84g9e .ytrnah,
.c5uxp1hy .byowinc .ytrnah,
.c5uxp1hy .ayds,
.c5uxp1hy .ktdp,
.c5uxp1hy .jjwn5,
.c5uxp1hy .nmjqp7c0 .wghbot { box-shadow: none; }
.g9xs3gv + .g9xs3gv { position: relative; }
.urpdnl   .g9xs3gv + .g9xs3gv::before,
.vbx9ue  .g9xs3gv + .g9xs3gv::before,
.m5qv2cc   .g9xs3gv + .g9xs3gv::before,
.rnehq   .g9xs3gv + .g9xs3gv::before,
.k98ah   .g9xs3gv + .g9xs3gv::before,
.oxf44 .g9xs3gv + .g9xs3gv::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.urpdnl .g9xs3gv + .g9xs3gv::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.vbx9ue .g9xs3gv + .g9xs3gv::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.m5qv2cc .g9xs3gv + .g9xs3gv::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;
}
.rnehq .g9xs3gv + .g9xs3gv::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.tsklq4et .g9xs3gv { margin-bottom: 16px; }
.tsklq4et .g9xs3gv + .g9xs3gv { margin-top: 0; }
.tsklq4et .pj1tfl8l { padding-top: 0; padding-bottom: 0; }
.k98ah .g9xs3gv + .g9xs3gv::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.oxf44 .g9xs3gv + .g9xs3gv::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.p3rg .g9xs3gv + .g9xs3gv::before,
.jit4b .g9xs3gv + .g9xs3gv::before,
.e9dgqt8 .g9xs3gv + .g9xs3gv::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%;
}
.j1loo0ik .p3rg .g9xs3gv:nth-child(even)::before,
.j1loo0ik .jit4b .g9xs3gv:nth-child(even)::before,
.j1loo0ik .e9dgqt8 .g9xs3gv:nth-child(even)::before { background: var(--bg-surface); }
.vad6p .p3rg .g9xs3gv:nth-child(even)::before,
.vad6p .jit4b .g9xs3gv:nth-child(even)::before,
.vad6p .e9dgqt8 .g9xs3gv:nth-child(even)::before { background: var(--bg-card); }
.p3rg .g9xs3gv + .g9xs3gv::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");
}
.jit4b .g9xs3gv + .g9xs3gv::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");
}
.e9dgqt8 .g9xs3gv + .g9xs3gv::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");
}
.qkl71 .alqq7 { background: var(--hero-a, var(--accent)); }
.qkl71 .alqq7 .qmjd { background: none; }
.qkl71 .rpzt5j { background: var(--hero-a, var(--accent)); }
.qkl71 .wbhbajgz { background: var(--accent-bg); }
.qkl71 .lwd3ng3t:not(.alqq7) .qmjd { background: rgba(0,0,0,0.6); }
.yiu0k .vqvjik7s { float: left; width: 38%; margin: 0 28px 16px 0; }
.yiu0k .vqvjik7s .ym1vcjp { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.yiu0k .pj1tfl8l::after { content: ''; display: block; clear: both; }
.n7j8 .vqvjik7s { float: right; width: 38%; margin: 0 0 16px 28px; }
.n7j8 .vqvjik7s .ym1vcjp { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.n7j8 .pj1tfl8l::after { content: ''; display: block; clear: both; }
.hvv1n91j .g9xs3gv:nth-child(odd)  .vqvjik7s { float: left;  width: 38%; margin: 0 28px 16px 0; }
.hvv1n91j .g9xs3gv:nth-child(even) .vqvjik7s { float: right; width: 38%; margin: 0 0 16px 28px; }
.hvv1n91j .vqvjik7s .ym1vcjp { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.hvv1n91j .pj1tfl8l::after { content: ''; display: block; clear: both; }
.yiu0k .v7d4,
.yiu0k .c9g7ztvf,
.n7j8 .v7d4,
.n7j8 .c9g7ztvf,
.hvv1n91j .v7d4,
.hvv1n91j .c9g7ztvf { clear: both; }
@media (max-width: 900px) {
  .yiu0k .vqvjik7s,
  .n7j8 .vqvjik7s,
  .hvv1n91j .g9xs3gv:nth-child(odd)  .vqvjik7s,
  .hvv1n91j .g9xs3gv:nth-child(even) .vqvjik7s {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .yiu0k .vqvjik7s .ym1vcjp,
  .n7j8 .vqvjik7s .ym1vcjp,
  .hvv1n91j .vqvjik7s .ym1vcjp {
    max-height: none !important;
  }
}
.yiu0k .nthzkr3,
.yiu0k .qs4gb,
.n7j8 .nthzkr3,
.n7j8 .qs4gb,
.hvv1n91j .nthzkr3,
.hvv1n91j .qs4gb { overflow: hidden; }
@media (max-width: 640px) {
  .yiu0k .vqvjik7s,
  .n7j8 .vqvjik7s,
  .hvv1n91j .vqvjik7s { float: none; width: 100%; margin: 0 0 16px 0; }
}
.faf31qd .hormrfqj,
.faf31qd .pj1tfl8l,
.faf31qd .s2ns3x1l  { max-width: 1060px; }
.zf0imc6a .hormrfqj,
.zf0imc6a .pj1tfl8l,
.zf0imc6a .s2ns3x1l  { max-width: 1180px; }
.yt7seex .hormrfqj,
.yt7seex .pj1tfl8l,
.yt7seex .s2ns3x1l  { max-width: 1260px; }
.qtqmva { font-size: var(--fs-label); color: var(--text-muted); }
.wuqi { display: flex; align-items: center; }
.beiep {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.qk2uyay { display: flex; align-items: center; }
.t1g4kc { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.t1g4kc:hover { text-decoration: underline; }
.qeqfdhab { margin: 0 4px; opacity: 0.45; }
.qeqfdhab::before { content: '/'; }
.t64x { padding: 2px 4px; color: var(--text-main); }
.haqi .qtqmva {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.haqi .wuqi { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.g9aph7 .qtqmva {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.g9aph7 .wuqi { padding: 0 0 0 12px; }
.acbqdep .wuqi { padding: 0 16px; }
.acbqdep .qtqmva {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.acbqdep .hormrfqj { padding-top: 28px; }
@media (max-width: 720px) {
  .n84t { margin-top: 20px; padding: 0 16px; }
  .acbqdep .hormrfqj { padding-top: 16px; }
}
.faf31qd.haqi .wuqi { max-width: 1100px; }
.zf0imc6a.haqi .wuqi { max-width: 1200px; }
.yt7seex.haqi .wuqi { max-width: 1320px; }
.rrjrq .g9xs3gv { padding-top: 16px; padding-bottom: 16px; }
.svtgb .g9xs3gv { padding-top: 24px; padding-bottom: 24px; }
.s7f4 .g9xs3gv { padding-top: 40px; padding-bottom: 40px; }
.wjp0z .g9xs3gv { padding-top: 52px; padding-bottom: 52px; }
.xs4n7w .g9xs3gv:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.xs4n7w .g9xs3gv:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.xs4n7w .g9xs3gv:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.xs4n7w .g9xs3gv:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.x0leg5y .pj1tfl8l { padding-top: 12px;  padding-bottom: 12px; }
.eilp45tf .pj1tfl8l { padding-top: 20px;  padding-bottom: 20px; }
.s3fw .pj1tfl8l { padding-top: 36px;  padding-bottom: 36px; }
.mzyn .pj1tfl8l { padding-top: 48px;  padding-bottom: 48px; }
.urskss1t h1, .urskss1t h2, .urskss1t h3, .urskss1t .p192ur44 { font-weight: 700; }
.dmdgs2h3 h1, .dmdgs2h3 h2, .dmdgs2h3 h3, .dmdgs2h3 .p192ur44 { font-weight: 700; }
.z81ataa8, .urskss1t, .mpholpy, .dmdgs2h3 { font-weight: 400; }
.hk8lo {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.ydbvu .hk8lo { display: none; }
@media (max-width: 640px) {
  .hk8lo { display: none !important; }
}
.hk8lo { background: var(--cta) !important; color: #fff !important; border: none !important; }
.hk8lo:hover { opacity: 0.85; }
.fxlfpu .hk8lo { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.cawi79u  .h7ho { left: 32px; }
@media (max-width: 480px) {
  .bog2izn .h7ho { right: 20px; bottom: 20px; }
  .cawi79u  .h7ho { left: 20px; bottom: 20px; }
}
.izbb { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.s2ns3x1l { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.i8kpfup { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.bkn0 { color: var(--text-dim); font-size: var(--fs-label); }
.dcrd3n a, .jzed a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.dcrd3n a:hover, .jzed a:hover { color: var(--accent-light); }
.jzed { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.x8dx1 .s2ns3x1l { text-align: center; }
.x8dx1 .jzed { justify-content: center; margin-bottom: 16px; }
.x8dx1 .i8kpfup { margin-top: 0; }
.jkju4 { margin-top: 12px; }
.jkju4 a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .s2ns3x1l { padding-left: 16px; padding-right: 16px; }
  .hfz6k .s2ns3x1l { padding: 20px 16px; }
  .jzed { gap: 4px 12px; }
  .i8kpfup { font-size: var(--fs-caption); }
}
.v25rj .i8kpfup { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.v25rj .bkn0 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .v25rj .qc4jo { grid-template-columns: 1fr 1fr; } .v25rj .bmciwd38 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .v25rj .qc4jo { grid-template-columns: 1fr; } }
.vya5p6 .i8kpfup { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .vya5p6 .tj5d { gap: 12px; } .vya5p6 .gf3myid { margin-right: 0; width: 100%; } }
.rpxt .i8kpfup { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.rpxt .bkn0 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .rpxt .yq56um { grid-template-columns: 1fr 1fr; } .rpxt .qo5cyu3 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rpxt .yq56um { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .vpo4 .slyyry5d { grid-template-columns: 1fr 1fr; } .vpo4 .xwxdf9c:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vpo4 .slyyry5d { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .js0rp5t2 .slyyry5d { grid-template-columns: 1fr; } }
.cwulgmwv .s2ns3x1l { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.cwulgmwv .jzed { justify-content: center; }
.cjwkg7b .cqqr33      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.yhn2lm2 .cqqr33      { background: #0d1117; border-bottom-color: #21262d; }
.yhn2lm2 .h89wjf8w { color: var(--accent-light); }
.yhn2lm2 .jlmwk3y { --msep-color: #8b949e; }
.yhn2lm2 .jlmwk3y a { color: #8b949e; }
.yhn2lm2 .jlmwk3y a:hover { color: var(--accent-light); }
.yhn2lm2 .ovjns7 { color: #8b949e; }
.yhn2lm2 .izbb { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.yhn2lm2 .i8kpfup,
.yhn2lm2 .bkn0 { color: #6e7681; }
.yhn2lm2 .dcrd3n a, .yhn2lm2 .jzed a,
.yhn2lm2 .dcrd3n a:hover, .yhn2lm2 .jzed a:hover,
@media (max-width: 640px) {
  .yhn2lm2 .jlmwk3y { background: #0d1117; border-top-color: #21262d; }
  .yhn2lm2 .jlmwk3y li a { border-bottom-color: #21262d; }
}
.zij6 .cqqr33      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.zij6 .h89wjf8w { color: var(--accent-light); }
.zij6 .jlmwk3y { --msep-color: #475569; }
.zij6 .jlmwk3y a { color: #475569; }
.zij6 .jlmwk3y a:hover { color: var(--accent-light); }
.zij6 .ovjns7 { color: #64748b; }
.zij6 .izbb { background: #f0f4f8; border-top-color: #cbd5e1; }
.zij6 .i8kpfup,
.zij6 .bkn0 { color: #64748b; }
.zij6 .dcrd3n a, .zij6 .jzed a,
.zij6 .dcrd3n a:hover, .zij6 .jzed a:hover,
@media (max-width: 640px) {
  .zij6 .jlmwk3y { background: #f0f4f8; border-top-color: #cbd5e1; }
  .zij6 .jlmwk3y li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.qzkn .cqqr33 { background: var(--b-50); border-bottom-color: var(--b-200); }
.qzkn .jlmwk3y a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .qzkn .jlmwk3y { background: var(--b-50); border-top-color: var(--b-200); }
}
.h1c58x8m .cqqr33, .rwalr .cqqr33 { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.h1c58x8m .h89wjf8w, .rwalr .h89wjf8w { color: #fff; }
.h1c58x8m .jlmwk3y, .rwalr .jlmwk3y { --msep-color: rgba(255,255,255,0.82); }
.h1c58x8m .jlmwk3y a, .rwalr .jlmwk3y a { color: rgba(255,255,255,0.82); }
.h1c58x8m .jlmwk3y a:hover, .rwalr .jlmwk3y a:hover { color: #fff; }
.h1c58x8m .ovjns7, .rwalr .ovjns7 { color: rgba(255,255,255,0.9); }
@media (max-width: 640px) {
  .h1c58x8m .jlmwk3y, .rwalr .jlmwk3y { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .h1c58x8m .jlmwk3y li a, .rwalr .jlmwk3y li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.hcxgvcsf.h1c58x8m .hk8lo { background: #fff !important; color: var(--b-700) !important; }
.inleec .cqqr33 {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.inleec .cqqr33::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) {
  .inleec .jlmwk3y {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.k3py .nwdv { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.o339 .nwdv { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.t2oyzw .nwdv { min-height: 72px; height: auto; }
.jt64p .nwdv { min-height: 84px; height: auto; }
.hfz6k .nwdv { max-width: none; padding: 0 32px; }
.hfz6k .s2ns3x1l  { max-width: none; padding: 24px 32px; }
.xg9lj.zf0imc6a .nwdv { max-width: 1200px; }
.xg9lj.yt7seex .nwdv { max-width: 1320px; }
.pz8iga2o   .h89wjf8w, .pz8iga2o   .gf3myid { text-transform: capitalize; }
.q3wu86 .h89wjf8w, .q3wu86 .gf3myid { text-transform: lowercase; }
.v8vw12v .h89wjf8w, .v8vw12v .gf3myid { text-transform: uppercase; letter-spacing: var(--ls-label); }
.hktv, .qkeslcg {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cgruk .hktv,
.yt2bm .hktv,
.fi9tmdy5 .hktv,
.hhq0lmxx .hktv,
.gpxaur1t   .jlmwk3y a { font-weight: 500; }
.lpsjpd6 .jlmwk3y a { font-weight: 600; }
.z6x4lsee     .jlmwk3y a { font-weight: 700; }
.s8w3ctpv    .jlmwk3y a { font-weight: 700; letter-spacing: normal; }
.lnz4nl0j     .jlmwk3y > li + li::before,
.vd9eoig2    .jlmwk3y > li + li::before,
.lqbvabqd    .jlmwk3y > li + li::before,
.xmfy .jlmwk3y > li + li::before,
.am0dtx .jlmwk3y > li + li::before,
.nlhl65  .jlmwk3y > li + li::before,
.s464    .jlmwk3y > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.lnz4nl0j     .jlmwk3y > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.vd9eoig2    .jlmwk3y > li + li::before { content: "|"; }
.lqbvabqd    .jlmwk3y > li + li::before { content: "—"; }
.xmfy .jlmwk3y > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.am0dtx .jlmwk3y > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.nlhl65  .jlmwk3y > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.s464    .jlmwk3y > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .t7xpu0k2 .ovjns7,
  .jhz84kj .ovjns7,
  .ha5q6k .ovjns7,
  .uol1 .ovjns7,
  .jvrng .ovjns7 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .t7xpu0k2 .ovjns7::before,
  .jhz84kj .ovjns7::before,
  .ha5q6k .ovjns7::before,
  .uol1 .ovjns7::before,
  .jvrng .ovjns7::before { content: ""; display: block; flex-shrink: 0; }

  
  .t7xpu0k2 .ovjns7::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;
  }

  
  .jhz84kj .ovjns7::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;
  }

  
  .ha5q6k .ovjns7::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;
  }

  
  .uol1 .ovjns7::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;
  }

  
  .jvrng .ovjns7::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) {
  .ozj8 .ovjns7 {
    padding: 4px 16px;
  }
  .ozj8 .jlmwk3y {
    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;
  }
  .ozj8 .jlmwk3y li a {
    border-bottom: none; padding: 12px 24px;
  }
  .ozj8 .jlmwk3y li a:hover { background: var(--bg-raised); }
  .ozj8 .b5z59es7,
  .b55ouvb .b5z59es7,
  .wapn .b5z59es7 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .re6ibyh .ovjns7 {
    padding: 4px 12px;
  }
  .re6ibyh .jlmwk3y {
    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);
  }
  .re6ibyh .jlmwk3y.p1b4pr { transform: translateX(0); }
  .re6ibyh .jlmwk3y li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .re6ibyh .jlmwk3y li:last-child a { border-bottom: none; }
  .h1c58x8m .jlmwk3y,
  .yhn2lm2 .jlmwk3y { background: var(--accent) !important; }
  .h1c58x8m .jlmwk3y li a,
  .yhn2lm2 .jlmwk3y li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .wapn .ovjns7 {
    padding: 4px 12px;
  }
  .wapn .jlmwk3y {
    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);
  }
  .wapn .jlmwk3y::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .wapn .jlmwk3y.p1b4pr { transform: translateY(0); }
  .wapn .jlmwk3y li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .jt9m .ovjns7 {
    padding: 4px 12px;
  }
  .jt9m .jlmwk3y {
    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;
  }
  .jt9m .jlmwk3y.p1b4pr { opacity: 1; pointer-events: auto; }
  .jt9m .jlmwk3y li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .jr1wa     .ovjns7 { border-radius: 0 !important; }
  .bs789g8   .ovjns7 { border-radius: var(--r-btn) !important; }
  .jcq5q .ovjns7 { border-radius: 50% !important; }
  .oaeb   .ovjns7 { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .o0dakpzp .u930v { flex-direction: column; align-items: stretch; }
  .o0dakpzp .v4ez27 { flex-direction: row; min-width: auto; }
  .o0dakpzp .yym21gg { align-items: flex-start; text-align: left; }
}
.lb2y,
.lb2y.g9xs3gv,
.j1loo0ik .lb2y,
.yrxe .lb2y,
.vad6p .lb2y,
.rl1i6 .lb2y {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.nt0rc0 {
  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;
}
.stfm01 { flex: 1 1 280px; min-width: 0; }
.fq7tb {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.tnzkxii {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.n10brjd0 {
  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;
}
.n10brjd0:hover { transform: translateY(-1px); opacity: 0.95; }
.ldmgg .nt0rc0 {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.ldmgg .fq7tb { color: var(--cta); }
.ldmgg .tnzkxii { color: var(--text-body); }
.ldmgg .n10brjd0 {
  background: var(--cta);
  color: var(--cta-fg);
}
.xctjh .nt0rc0 {
  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);
}
.xctjh .fq7tb { color: var(--text-primary); }
.xctjh .tnzkxii { color: var(--text-body); }
.xctjh .n10brjd0 {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .nt0rc0 {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .stfm01 { flex: 0 0 auto; }
  .fq7tb { font-size: var(--fs-lead); }
  .n10brjd0 { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.nnom .s03s8 { height: 36px; }
.dy4gzz .s03s8 { height: 60px; max-width: 200px; }
.jbjj .s03s8 { height: 56px; max-width: 180px; }
.yxd3i    .gmugqpb5, .yxd3i    .yx3n { color: #f59e0b; }
.cnj049th      .yx3n   { font-size: var(--fs-lead); }
.igfeayt6    .gmugqpb5, .igfeayt6    .yx3n { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.g6efk75i     .gmugqpb5, .g6efk75i     .yx3n { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.eq6t3wi .gmugqpb5, .eq6t3wi .yx3n { color: var(--cta); letter-spacing: var(--ls-wide); }
.trar   .gmugqpb5, .trar   .yx3n { color: #e91e63; letter-spacing: var(--ls-wide); }
.o15w4c3  .gmugqpb5, .o15w4c3  .yx3n { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.d8qfj     .gmugqpb5, .d8qfj     .yx3n { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.thovgs .rfpooh7s {
  font-size: var(--fs-lead); font-weight: 700;
  color: var(--text-muted); opacity: .45;
}
.o1o5 .c9g7ztvf {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.o1o5 .uz7b2fcj {
  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);
}
.o1o5 .uz7b2fcj + .uz7b2fcj { border-top: var(--bw-hair) solid var(--border-alt); }
.o1o5 .o6fk7 { align-items: center; text-align: center; }
.o1o5 .yu1os6 {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.o1o5 .krtjiwv1 { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.o1o5 .vrvb02s { font-size: var(--fs-body); }
.o1o5 .yxpwo50.oeaiuy { min-width: 180px; }
@media (min-width: 720px) {
  .o1o5 .c9g7ztvf {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .o1o5 .uz7b2fcj + .uz7b2fcj { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .o1o5 .uz7b2fcj { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .o1o5 .h89ha { top: -16px; left: 50%; }
  .o1o5 .yu1os6 { width: 132px; height: 132px; }
}
.bxqds6e6 .c9g7ztvf {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.bxqds6e6 .uz7b2fcj {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.bxqds6e6 .yu1os6 {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.bxqds6e6 .krtjiwv1 { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
@media (max-width: 900px) {
  .bxqds6e6 .yu1os6 { width: 104px; height: 104px; }
}
.zitj .k55lv9s {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.zitj .k55lv9s summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.zitj .k55lv9s summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.zitj .k55lv9s[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.zitj .k55lv9s p { padding: 0 14px 18px; }
.zitj .k55lv9s[open] p { border-top: none; padding-top: 0; }
.ag7dxzp .k55lv9s { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ag7dxzp .k55lv9s 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;
}
.ag7dxzp .k55lv9s summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.ag7dxzp .k55lv9s[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.ag7dxzp .k55lv9s p { padding: 14px 24px 4px; }
.ag7dxzp .k55lv9s[open] p { border-top: none; padding-top: 14px; }
.ft6f .k55lv9s {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.ft6f .k55lv9s summary { color: var(--text-primary); padding: 16px 18px; }
.ft6f .k55lv9s[open] summary { box-shadow: none; }
.ft6f .k55lv9s p { padding: 0 18px 18px; }
.ao5hh39 .t3x7 { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.ao5hh39 .k55lv9s {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.ao5hh39 .k55lv9s:last-child { border-bottom: none; }
.ao5hh39 .k55lv9s summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.ao5hh39 .k55lv9s p { padding: 0 20px 16px; }
.fdhhf .k55lv9s { overflow: hidden; }
.fdhhf .k55lv9s 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));
}
.fdhhf .k55lv9s summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.fdhhf .k55lv9s summary::after { color: var(--tone-mark, var(--accent)); }
.fdhhf .k55lv9s[open] summary { border-radius: 0; box-shadow: none; }
.md4y { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.sm59o1 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.c8xh {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.q3ma { color: var(--text-muted); font-size: var(--fs-body); }
.hvza {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.td998 {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.y5f95u { margin-bottom: 20px; }
.uv7ab {
  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);
}
.wwy7ga {
  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;
}
.wwy7ga:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.ruoyml { resize: vertical; min-height: 130px; }
.id7l { width: 100%; margin-top: 8px; }
.sdkb26 {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.xwem5n {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.s9i7 { color: var(--text-muted); line-height: var(--lh-read); }
.en19u { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.en19u li { margin-bottom: 8px; }
.mwcc { max-width: 760px; margin: 0 auto; }
.r5fly4 { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.vd6vrl { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.vd6vrl:last-child { border-bottom: none; }
.vd6vrl h2 {
  font-size: var(--fs-body); font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.vd6vrl p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.p1ic { max-width: 760px; margin: 0 auto; }
.zz44jlg { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.zz44jlg:last-child { border-bottom: none; }
.da7s { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.zz44jlg p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.zz44jlg ul.en19u { margin: 0; }
.qd6m .da7s { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .qd6m { grid-template-columns: 1fr; gap: 12px; } }
.aahxqvu .da7s { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
.c338sd5 .en19u { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .r9ub3 { grid-template-columns: 1fr; } }
.qb26tkb { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.qb26tkb:hover .wdco { color: var(--accent-light); text-decoration: underline; }
.dglg { color: inherit; text-decoration: none; }
.dglg:hover { color: var(--accent-light); text-decoration: underline; }
.k18i { display: inline-block; line-height: 0; }
.ftq9x { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ijfz { max-width: 760px; margin: 0 auto; }
.yja4tn ul.en19u { margin: 0; }
.feo47hc { color: var(--text-muted); line-height: var(--lh-read); }
.g9s39bj .en19u,
.n7d9on .en19u,
.hb6d7r .en19u,
.qw3t .en19u {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.umdkjzvx { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.d5q2wsta { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.vo0kk { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.w23oxseu { margin-top: 12px; }
.mqwxbwfu { 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; }
.mqwxbwfu:hover { border-bottom-color: var(--accent-light); }
.z0dsi56a { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.z0dsi56a img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ty7i2 { border-radius: 50%; }
.wl50y { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.t95qy42 { background: var(--accent-bg); color: var(--accent-light); padding: 4px 12px; border-radius: var(--r-pill); font-weight: 600; }
@media (max-width: 640px) { .zjf19xev { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.x3xa6j .vo0kk, .x3xa6j .d5q2wsta { max-width: 640px; }
.t27s .umdkjzvx { font-size: var(--fs-h3); margin-top: 20px; }
.pn1g6 .vo0kk { margin-bottom: 28px; }
@media (max-width: 860px) { .tp3ftp { grid-template-columns: 1fr; } .t27s { position: static; text-align: center; } }
.rtm5y5h .z0dsi56a { margin: 0 auto 20px; }
.rtm5y5h .wl50y { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .kcgugq9 { grid-template-columns: 1fr; } }
.tiv1xpav { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 28px; margin-bottom: 32px; }
.yinu { flex: 1; }
.tiv1xpav .umdkjzvx { font-size: var(--fs-h3); margin-bottom: 8px; }
.aqg1 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.qw3t { background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 24px; }
.c371mom { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.qw3t p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.qw3t .en19u { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .tiv1xpav { flex-direction: column; text-align: center; } .aqg1 { grid-template-columns: 1fr; } }
.mf89qexo .umdkjzvx { font-size: var(--fs-lead); margin: 0 0 4px; }
.mf89qexo .wl50y { margin: 0; }
.ll43f {
  background: var(--accent-bg); border-radius: var(--r-card);
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.ll43f .c8xh { color: var(--accent-light); }
.r0ncvt .c8xh { font-size: var(--fs-h2); }
.r0ncvt .q3ma { max-width: 680px; }
.zzmmo .c8xh { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.zzmmo .q3ma  { margin: 0; }
@media (max-width: 640px) { .zzmmo { flex-direction: column; } }
.ujbj .c8xh { color: var(--accent-light); }
.xsebc .c8xh { color: #fff; }
.xsebc .q3ma  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .dzxgd { grid-template-columns: 1fr; } }
.o9uwp4g .wwy7ga {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.o9uwp4g .wwy7ga:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.e743ns .wwy7ga { background: var(--bg-raised); border-color: transparent; }
.e743ns .wwy7ga:focus { background: var(--bg-card); border-color: var(--accent-light); }
.aqko0xd .wwy7ga { border-radius: var(--r-pill); padding: 12px 20px; }
.aqko0xd .ruoyml { border-radius: var(--r-card); }
@media (max-width: 640px) { .misdfazo { grid-template-columns: 1fr; } }
.exl6c1f { counter-reset: priv-count; }
.o512j7e {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: var(--bw-hair) solid var(--border);
}
.o512j7e:last-child { border-bottom: none; }
.przxcq {
  font-size: var(--fs-h1); font-weight: 700; color: var(--accent-light);
  opacity: 0.3; line-height: var(--lh-solid); font-variant-numeric: tabular-nums;
}
.o512j7e h2 {
  font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.o512j7e p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.u2v7fjii { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; margin: 0; }
.u2v7fjii li { margin-bottom: 8px; }
.jtvh9:empty,.vf53x5d:empty{display:none}
.wfmehmgm{position:relative;overflow:visible}
.aojktqek .tqzf .vf53x5d,.ee83b .tqzf .vf53x5d,
.bmrk209y .tqzf .vf53x5d,.xqfx .tqzf .vf53x5d,
.fqu8d .tqzf .vf53x5d{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}
.aojktqek .c0e8n77y,.ee83b .c0e8n77y,
.bmrk209y .c0e8n77y,.xqfx .c0e8n77y,
.fqu8d .c0e8n77y{background:transparent!important;border:none!important;padding: 0;border-radius:0;color:inherit!important}
.aojktqek .tqzf .vf53x5d{margin-right:auto}
.ee83b .tqzf .vf53x5d{margin-left:auto}
.bmrk209y .tqzf .vf53x5d{margin-right:auto}
.xqfx .tqzf .vf53x5d{margin-left:auto}
.fqu8d .tqzf .vf53x5d{margin: 0 auto}
.eprz .tqzf .vf53x5d{margin: 0}
.eprz .wbhbajgz~.tqzf .vf53x5d,
.eprz .s9ghfcqk~.tqzf .vf53x5d{justify-content:flex-start}
.wbhbajgz~.tqzf .vf53x5d{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.s9ghfcqk~.tqzf .vf53x5d{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.wo3oe .vf53x5d{margin: 0 0 12px}
.vf53x5d{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.pbiynk6{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.wdco{font-weight:600;color:var(--text-heading);opacity:1}
.wsgb5::before{content:"·";margin: 0 2px;opacity:.5}
.c0e8n77y{white-space:nowrap}
.klz816 .pbiynk6{display:none}
.epad1 .c0e8n77y{background:var(--date-bg, var(--accent-bg));padding: 4px 12px;border-radius: var(--r-card);font-size: var(--fs-caption)}
.epad1 .wsgb5::before{content:""}
.vscaesdv .c0e8n77y{background:var(--date-bg, var(--accent-bg));padding: 8px 12px;border-radius:var(--radius, 6px);font-size: var(--fs-caption);display:inline-flex;align-items:center;gap: 4px}
.vscaesdv .wsgb5::before{content:""}
.ousni .vf53x5d{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.u4i5 .c0e8n77y{border-left: var(--bw-rule) solid var(--accent);padding-left: 8px;font-size: var(--fs-caption)}
.u4i5 .wsgb5::before{content:""}
.y4dxy .c0e8n77y{color: var(--accent-light);opacity:1;font-weight:500}
.kf9xrm .c0e8n77y{border-bottom: var(--bw-hair) solid currentColor;padding-bottom: 2px}
.j80aoy85 .vf53x5d{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.qpu2{--date-bg:transparent}
.yo67v0 .wsgb5::before{content:""}
.x3pv95h .wsgb5::before{content:"•";opacity:.4}
.x3pv95h .c0e8n77y + .c0e8n77y::before{content:"•";margin-right:6px;opacity:.4}
.mc0hwcu .wsgb5::before{content:"/";opacity:.35}
.mc0hwcu .c0e8n77y + .c0e8n77y::before{content:"/";margin-right:6px;opacity:.35}
.ucsa .wsgb5::before{content:"|";opacity:.3}
.ucsa .c0e8n77y + .c0e8n77y::before{content:"|";margin-right:6px;opacity:.3}
.vv9c828 .wsgb5::before{content:"—";opacity:.3}
.vv9c828 .c0e8n77y + .c0e8n77y::before{content:"—";margin-right:6px;opacity:.3}
.l4m7zg3 .wsgb5::before{content:"◆";font-size:.5em;opacity:.35}
.l4m7zg3 .c0e8n77y + .c0e8n77y::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.pqma0mpb .wsgb5::before{content:"·";opacity:.4}
.pqma0mpb .c0e8n77y + .c0e8n77y::before{content:"·";margin-right:6px;opacity:.4}
.r55js .wsgb5::before{content:"›";opacity:.4}
.r55js .c0e8n77y + .c0e8n77y::before{content:"›";margin-right:6px;opacity:.4}
.pys84o9 .wsgb5::before{content:"→";opacity:.35;font-size:.85em}
.pys84o9 .c0e8n77y + .c0e8n77y::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.qhd6d{display:flex;align-items:flex-start;gap: 16px;max-width:var(--content-width, 960px);margin: 32px auto 24px;padding: 20px 24px}
.nb5awlrf{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.hs87wgco{display:flex;flex-direction:column;gap: 4px}
.q27mo{font-size: var(--fs-caption);text-transform:uppercase;letter-spacing: var(--ls-label);color:var(--text-body);opacity:.55}
.ln3fmz24{font-weight:700;font-size: var(--fs-sm);color:var(--text-heading)}
.aoyui{font-size: var(--fs-label);color:var(--text-body);opacity:.8;line-height: var(--lh-snug);margin-top: 4px}
.eb79mb4 .qhd6d{background:var(--surface-alt);border-radius:var(--radius, 8px);border: var(--bw-hair) solid var(--border)}
.k8qiady7 .qhd6d{border-top: var(--bw-bar) solid var(--accent);padding-top: 20px}
.yisxxh .qhd6d{border-left: var(--bw-bar) solid var(--accent);border-radius:0}
.f7pi .qhd6d{padding: 20px 0}
@media(max-width:640px){
  .qhd6d{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .aoyui{max-width:100%}
}
.aju4 .ktdp{margin: 0}
@media (max-width:560px){
  .ndnxd{grid-template-columns:repeat(2,1fr);gap: 12px}
}
.e780z4 {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.e780z4.hk85 {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.ldhe {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: var(--r-card);
  box-shadow: var(--sh-3);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.ldhe .dw6nuutw {
  position: absolute; top: 8px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.ldhe .dw6nuutw::before,
.ldhe .dw6nuutw::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: var(--r-chip);
  background: var(--text-primary, #111);
}
.ldhe .dw6nuutw::before { transform: translate(-50%, -50%) rotate(45deg); }
.ldhe .dw6nuutw::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.ldhe .dw6nuutw:hover { background: rgba(0,0,0,0.12) !important; }
.cx2vuots {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.oztx6f {
  font-size: var(--fs-caption); letter-spacing: var(--ls-wide); text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 8px;
}
.yulkw0 {
  margin: 0 0 8px; font-size: var(--fs-h3); font-weight: 700;
  color: var(--text-primary, #111);
}
.vrhlm7v {
  margin: 0 0 20px; font-size: var(--fs-sm);
  color: var(--text-muted, #555);
}
.ldhe .ma97 {
  display: inline-block !important;
  padding: 14px 32px;
  border-radius: var(--r-btn);
  background: var(--cta);
  color: var(--cta-fg);
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: var(--fs-sm) !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.ldhe .ma97:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .ldhe { padding: 28px 20px 20px; }
  .yulkw0 { font-size: var(--fs-lead); }
  .cx2vuots { max-width: 220px; max-height: 80px; }
}
.v934ymf {
  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);
}
.yzw1 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.wyztx4  .v934ymf { border-radius: 50%; }
.jncp  .v934ymf { border-radius: var(--r-chip); }
.yga2 .v934ymf { border-radius: var(--r-card); }
.zuqr .nt0rc0 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .v934ymf { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ztlcoq .g9xs3gv {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ztlcoq .pj1tfl8l {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ztlcoq .nt0rc0 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.y5wh {
  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;                  
}
.y5wh.hk85 { transform: translate(-50%, 0); }
.y5wh .g9xs3gv,
.y5wh .pj1tfl8l {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.y5wh .nt0rc0 {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.mpk8zr {
  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;
}
.mpk8zr::before,
.mpk8zr::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.mpk8zr::before { transform: translate(-50%, -50%) rotate(45deg); }
.mpk8zr::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.mpk8zr:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .y5wh { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .y5wh .nt0rc0 {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .y5wh .tnzkxii { display: none !important; }
  .y5wh .fq7tb { font-size: var(--fs-body) !important; }
  .y5wh .v934ymf { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .mpk8zr { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .nwdv { flex-direction: row-reverse; }
[dir="rtl"] .jlmwk3y { flex-direction: row-reverse; }
[dir="rtl"] .cawi79u  .h7ho { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .bog2izn .h7ho { right: auto; left: 20px; }
  [dir="rtl"] .cawi79u  .h7ho { left: auto;  right: 20px; }
}
[dir="rtl"] .yiu0k .vqvjik7s  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .n7j8 .vqvjik7s { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .nthzkr3, [dir="rtl"] .qs4gb { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .awzi9 { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .svl1gpd1 { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .wghbot { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .nt0rc0 { direction: rtl; }
[dir="rtl"] .v934ymf { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .uz7b2fcj,
[dir="rtl"] .qtqmva { direction: rtl; }
[dir="rtl"] .jjwn5 { direction: rtl; }
[dir="rtl"] .v203 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .lwd3ng3t.u0er6 .w47n,
[dir="rtl"] .ucubufhd.u0er6 .w47n,
[dir="rtl"] .alqq7.u0er6 .w47n,
[dir="rtl"] .b0e7umil.u0er6 .w47n,
[dir="rtl"] .trw0ll.u0er6 .w47n { text-align: right; }
[dir="rtl"] .wbhbajgz.u0er6 .blvm { align-items: flex-end; text-align: right; }
[dir="rtl"] .pj1tfl8l,
[dir="rtl"] .f9ksmnv9,
[dir="rtl"] .kbx46ujq,
[dir="rtl"] .w47n { text-align: right; }
[dir="rtl"] .td998,
[dir="rtl"] .uv7ab,
[dir="rtl"] .vo0kk,
[dir="rtl"] .wwy7ga,
[dir="rtl"] .ruoyml { text-align: right; direction: rtl; }
[dir="rtl"] .aqko0xd .wwy7ga,
[dir="rtl"] .o9uwp4g .wwy7ga { padding-right: 20px; padding-left: 20px; }
.lzcjif .c9g7ztvf,
.akbwq09 .c9g7ztvf,
.my8yugwp .c9g7ztvf { border: var(--bw-hair) solid var(--border-alt); }
.c90v .c9g7ztvf {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.lzcjif .uz7b2fcj,
.akbwq09 .uz7b2fcj,
.c90v .uz7b2fcj,
.my8yugwp .uz7b2fcj {
  gap: 24px;
  padding: 24px 24px;
}
.lzcjif .uz7b2fcj + .uz7b2fcj,
.my8yugwp .uz7b2fcj + .uz7b2fcj { border-top: none; }
.lzcjif .uz7b2fcj:nth-child(even),
.my8yugwp .uz7b2fcj:nth-child(even) { background: var(--bg-surface); }
.c90v .uz7b2fcj {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.lzcjif .yu1os6,
.akbwq09 .yu1os6,
.c90v .yu1os6,
.my8yugwp .yu1os6 {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.lzcjif .krtjiwv1,
.akbwq09 .krtjiwv1,
.c90v .krtjiwv1,
.my8yugwp .krtjiwv1 {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.my8yugwp .vrvb02s { font-size: var(--fs-body); font-weight: 700; }
.lzcjif .iwmc29u, .lzcjif .tbhv, .lzcjif .qb35,
.akbwq09 .iwmc29u, .akbwq09 .tbhv, .akbwq09 .qb35,
.c90v .iwmc29u, .c90v .tbhv, .c90v .qb35,
.my8yugwp .iwmc29u, .my8yugwp .tbhv, .my8yugwp .qb35 {
  background: transparent;
  padding: 12px 0; align-items: flex-start; text-align: left;
}
.lzcjif .yxpwo50.oeaiuy,
.akbwq09 .yxpwo50.oeaiuy,
.c90v .yxpwo50.oeaiuy,
.my8yugwp .yxpwo50.oeaiuy {
  padding: 16px 24px !important;
}
.my8yugwp .yxpwo50.oeaiuy { box-shadow: none; }
@media (max-width: 1080px) {
  .lzcjif .uz7b2fcj,
  .akbwq09 .uz7b2fcj,
  .c90v .uz7b2fcj,
  .my8yugwp .uz7b2fcj { gap: 16px; padding: 20px; }
  .lzcjif .yu1os6,
  .akbwq09 .yu1os6,
  .c90v .yu1os6,
  .my8yugwp .yu1os6 { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .lzcjif .yu1os6,
  .akbwq09 .yu1os6,
  .c90v .yu1os6,
  .my8yugwp .yu1os6 { width: 104px; height: 104px; }
}
.pxuz639i .ilidb0a { display: none; }
.jsu933mf li::before { color: #2f855a; font-weight: 700; }
.kww5oej3 li::before { color: #9b2c2c; font-weight: 700; }
.o33unf4::before { color: #2f855a; }
.j6kp::before { color: #9b2c2c; }
.hwi0i  .n10brjd0, .hwi0i  .ma97 { border-radius: var(--r-pill); }
.gjbq1h7 .n10brjd0, .gjbq1h7 .ma97 { border-radius: 0; }
.gf2p9s .n10brjd0, .gf2p9s .ma97 { border-radius: var(--r-btn); }
.n10brjd0, .ma97, .muhhon, .oeaiuy, .yxpwo50.oeaiuy {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
body.gjbq1h7 { --btn-radius: 0px; }
.muhhon, .oeaiuy, .yxpwo50.oeaiuy, .n10brjd0, .ma97,
.brbji5jj, .zdcazb, .y5wh .n10brjd0 {
  border-radius: var(--btn-radius) !important;
}
.idnksvyw a, .f9ksmnv9 a, .kbx46ujq a, .rz5o2x a, .k55lv9s 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;
}
.idnksvyw a:hover, .f9ksmnv9 a:hover, .kbx46ujq a:hover, .rz5o2x a:hover { text-decoration-color: currentColor; }
.z52269y   { --hero-a: var(--b-50);  --hero-b: var(--b-100); }
.z52269y .bs9viv.alqq7 .p192ur44,
.z52269y section.alqq7 .p192ur44 { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.z52269y .alqq7 .zkvq5x { color: var(--text-body); }
.z52269y .alqq7 { border-bottom: var(--bw-hair) solid var(--b-200); }
.z52269y .ucubufhd { background: var(--b-50); border-bottom-color: var(--b-200); }
.bs9viv.lwd3ng3t:not(.alqq7) .p192ur44,
section.lwd3ng3t:not(.alqq7) .p192ur44 { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.jl9cm .izbb { background: var(--bg-page); border-top-color: var(--border-alt); }
.v4t52p5 .izbb { background: var(--b-50); border-top-color: var(--b-200); }
.yoygs    { --ftr-fill: var(--n-900); --ftr-edge: var(--n-800); }
.ezdoj .izbb, .lip06bfy .izbb, .yoygs .izbb {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.ezdoj .izbb :is(.i8kpfup, .bkn0),
.lip06bfy   .izbb :is(.i8kpfup, .bkn0),
.yoygs    .izbb :is(.i8kpfup, .bkn0) { color: rgba(255,255,255,0.68); }
.ezdoj .izbb :is(.selg2xq9, .oslrto1e),
.lip06bfy   .izbb :is(.selg2xq9, .oslrto1e),
.yoygs    .izbb :is(.selg2xq9, .oslrto1e) { color: rgba(255,255,255,0.7); }
.ezdoj .izbb a, .lip06bfy .izbb a, .yoygs .izbb a { color: rgba(255,255,255,0.9); }
.ezdoj .izbb a:hover, .lip06bfy .izbb a:hover, .yoygs .izbb a:hover { color: #fff; }
.ezdoj .izbb .gf3myid,
.lip06bfy   .izbb .gf3myid,
.yoygs    .izbb .gf3myid { color: #fff; }
.psohzcji .c9g7ztvf:not(.xnhfb) .uz7b2fcj:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.ncurck8 .c9g7ztvf:not(.xnhfb) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.ncurck8 .c9g7ztvf:not(.xnhfb) .uz7b2fcj { background: var(--bg-card); border-radius: var(--r-btn); }
.ncurck8 .c9g7ztvf:not(.xnhfb) .uz7b2fcj + .uz7b2fcj { margin-top: 8px; border-top: none; }
.ocwe3 { background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary)); }
.i1c31a47 .uz7b2fcj::before { background: var(--tone-line, var(--accent)); }
.du4jht .uz7b2fcj:first-child { border-top-color: var(--tone-line, var(--accent)); }
.k55lv9s summary:hover::after, .k55lv9s[open] summary::after { color: var(--tone-mark, var(--accent)); }
.m7sq .dku5 { border-top-color: var(--tone-line, var(--accent)); }
.zhzn3r0 .gvzz0ti { background: var(--tone-fill, var(--accent-bg)); }
.pt1cl .xbdc2k3 .krtjiwv1,
.pt1cl .urulmnp.xbdc2k3 img,
.pt1cl .edm7.xbdc2k3 img { border-radius: 22%; }
.pt1cl .urulmnp.xbdc2k3 { border-radius: var(--r-card); }
.sxrt .xbdc2k3 .krtjiwv1,
.sxrt .urulmnp.xbdc2k3 img,
.sxrt .edm7.xbdc2k3 img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.sxrt .urulmnp.xbdc2k3 { border-radius: 50%; padding: 5px; }
.sxrt .xbdc2k3.yu1os6, .pt1cl .xbdc2k3.yu1os6 { overflow: visible; }
.dku5, .majhf, .c9g7ztvf:not(.xnhfb), .ktdp, .k55lv9s {
  border: none; box-shadow: var(--sh-card);
}
.s5ou1s .dku5, .s5ou1s .majhf,
.s5ou1s .c9g7ztvf:not(.xnhfb) { box-shadow: var(--sh-lift); }
.zitj .k55lv9s, .ag7dxzp .k55lv9s, .ao5hh39 .k55lv9s { box-shadow: none; }
.ao5hh39 .t3x7 { border: none; box-shadow: var(--sh-card); }
.ft6f .k55lv9s { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.ag7dxzp .k55lv9s summary { border: none; box-shadow: var(--sh-card); }
.ag7dxzp .k55lv9s[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.fdhhf .k55lv9s summary { color: var(--tone-fill-head-raw); }
.cys7kgls .dku5 { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.ayds, .wghbot, .jjwn5 { border: none; box-shadow: var(--panel-sh, none); }
.o84g9e .ytrnah { border: none; box-shadow: var(--sub-sh, none); }
.c5uxp1hy .ayds, .c5uxp1hy .jjwn5 { box-shadow: var(--panel-sh, none); }
.c5uxp1hy .ktdp, .c5uxp1hy .nmjqp7c0 .wghbot { box-shadow: var(--sh-card); }
.c5uxp1hy .o84g9e .ytrnah { box-shadow: var(--sub-sh, none); }
.byowinc .ytrnah, .c5uxp1hy .byowinc .ytrnah, .s5ou1s .byowinc .ytrnah { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.ayds { background: var(--bg-card-inner); border-radius: var(--r-card); }
.v3gy7t { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.jxvec .ayds   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.hzf0l .ayds { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.ngd8 .ayds     { border: none; }
.ngd8 .v3gy7t { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.tl9h4n .ayds    { border: none; box-shadow: var(--sh-card); }
.wghbot { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.hnk4le8f { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.wghbot strong, .c4vbv .wghbot strong, .rtqfx2a .wghbot strong,
.yhtx .wghbot strong { color: var(--cl-head); }
.wghbot p, .c4vbv .wghbot p, .rtqfx2a .wghbot p,
.yhtx .wghbot p { color: var(--cl-fg); }
.c4vbv .wghbot { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.c4vbv .wghbot strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.b9pr .wghbot { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.rtqfx2a .wghbot { border: none; }
.yhtx .wghbot  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.nmjqp7c0 .wghbot   { 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); }
.zvvjz { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.zvvjz strong { color: var(--cl-head); }
.awzi9, .svl1gpd1 { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.awzi9 ul li, .awzi9 .jsu933mf li { color: var(--sem-pos-body); }
.svl1gpd1 ul li, .svl1gpd1 .kww5oej3 li { color: var(--sem-neg-body); }
.ewhih .awzi9, .ewhih .svl1gpd1 { border: none; }
.xxlbw1xw .awzi9, .xxlbw1xw .svl1gpd1 { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.xxlbw1xw .awzi9 { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.xxlbw1xw .svl1gpd1 { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.v819b6 .awzi9, .v819b6 .svl1gpd1 { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.v819b6 .awzi9 { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.v819b6 .svl1gpd1 { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.j4g7 .awzi9 .ajowcvg, .j4g7 .svl1gpd1 .ajowcvg {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.j4g7 .awzi9 .ajowcvg { background: var(--sem-pos-fg); }
.j4g7 .svl1gpd1 .ajowcvg { background: var(--sem-neg-fg); }
.j4g7 .o33unf4::before, .j4g7 .j6kp::before { color: #fff; }
.ghq4 .awzi9 ul li, .ghq4 .awzi9 .jsu933mf li,
.ghq4 .svl1gpd1 ul li, .ghq4 .svl1gpd1 .kww5oej3 li { color: var(--text-body); }
.jjwn5 { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.otrpdm6 { color: var(--tone-fill-head, var(--text-primary)); }
.yq4417 .v203 a, .ngtkr .v203 a, .ouxnm7l .v203 a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.yq4417 .v203 a:hover, .ngtkr .v203 a:hover, .ouxnm7l .v203 a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.gg4afke .jjwn5 { border-bottom-color: var(--border-alt); }
.gg4afke .v203 a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.uncj6iu, .ocwe3 { border: none; }
.hao04ee { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.rfzqu { border-top: none; }
.rfzqu > span { color: var(--tone-fill-head, var(--text-primary)); }
.wlbpt41v em, .a12asb em, .at3hj em, .p2ude em { color: var(--tone-fill-muted, var(--text-muted)); }
.zhzn3r0 .gvzz0ti { border-bottom: none; }
.cys7kgls .gvzz0ti { border-bottom: none; }
.urulmnp.xbdc2k3 { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.urulmnp.xbdc2k3 img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.pt1cl .urulmnp.xbdc2k3 img { border-radius: 22%; }
.sxrt  .urulmnp.xbdc2k3 img { border-radius: 50%; }
.sxrt  .urulmnp.xbdc2k3 { padding: 0; }
@media (min-width: 900px) {
  .xl1o .po7u > .dku5:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.nthzkr3 li::marker { color: var(--tone-mark, var(--accent)); }
.qs4gb li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.miaw6ga li::marker { color: var(--tone-mark, var(--accent)); }
.ao13s h2.l0i1x1 { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.jbo090 h2.l0i1x1 { border-bottom-color: var(--tone-mark, var(--accent)); }
.j81eq5rn h2.l0i1x1 { border-top-color: var(--tone-mark, var(--accent)); }
.yiu0k .ytrnah, .n7j8 .ytrnah, .hvv1n91j .ytrnah,
.yiu0k .wghbot, .n7j8 .wghbot, .hvv1n91j .wghbot,
.yiu0k .oe6n, .n7j8 .oe6n, .hvv1n91j .oe6n,
.yiu0k .ktdp, .n7j8 .ktdp, .hvv1n91j .ktdp { clear: both; }
.vqvjik7s .ym1vcjp { box-shadow: var(--sh-card); }
.ktdp { border-radius: var(--r-card); }
.ztl0h .r5k6 { border: none; }
.qzkn .jlmwk3y a { color: var(--b-800); }
.qzkn .jlmwk3y a:hover { color: var(--b-600); }
.z52269y .bs9viv.alqq7 .p192ur44,
.z52269y section.alqq7 .p192ur44,
.z52269y .ucubufhd .p192ur44 { color: var(--b-900) !important; }
.z52269y .alqq7 .zkvq5x, .z52269y .ucubufhd .zkvq5x { color: var(--b-800); }
.v4t52p5 .izbb, .v4t52p5 .izbb a { color: var(--b-800); }
.v4t52p5 .izbb :is(.i8kpfup, .bkn0, .selg2xq9) { color: var(--b-700); }
.nt0rc0 { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.n10brjd0 { border: none; }
.ynv60 .n10brjd0 { background: #fff !important; color: var(--cta) !important; }
.ldmgg .nt0rc0 { background: var(--b-100); border: none; }
.ldmgg .fq7tb { color: var(--b-900); }
.ldmgg .tnzkxii { color: var(--b-800); }
.xctjh .nt0rc0 { background: var(--b-900); border: none; border-radius: var(--r-card); }
.xctjh .fq7tb { color: #fff; }
.xctjh .tnzkxii { color: rgba(255,255,255,0.82); }
.cvtjc8 .nt0rc0 { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.cvtjc8 .n10brjd0 { background: #fff !important; color: var(--b-800) !important; }
.v934ymf { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.yzw1 { width: 100%; height: 100%; object-fit: cover; }
h2.l0i1x1, .p192ur44, h1.l0i1x1, .fq7tb { font-weight: 700; }
.ocqm8 h3, h3.tj2h { font-weight: 600; }
.n1kr8o5 { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.nthzkr3 { list-style: none !important; padding-left: 0; margin: 16px 0; }
.nthzkr3 li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.nthzkr3 li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.nthzkr3 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);
}
.auajrpr .nthzkr3 li { padding-left: 28px; }
.auajrpr .nthzkr3 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));
}
.auajrpr .nthzkr3 li::after { content: none; }
.auajrpr .nthzkr3 li::marker, .nthzkr3 li::marker { content: ""; }
.qs4gb { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.qs4gb li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.qs4gb 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;
}
.auajrpr .qs4gb li::before { border-radius: 50%; }
.qs4gb li::marker { content: ""; }
.miaw6ga { list-style: none; padding-left: 16px; }
.miaw6ga li { position: relative; padding-left: 16px; }
.miaw6ga li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.miaw6ga li::marker { content: ""; }
h3.tj2h { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.idnksvyw strong, .f9ksmnv9 strong, .rms1gu 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");
}
.jsu933mf li::before, .kww5oej3 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);
}
.kww5oej3 li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.jsu933mf li, .kww5oej3 li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.o33unf4::before, .j6kp::before { content: none !important; display: none !important; }
.ajowcvg { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.pxuz639i .ilidb0a, .ilidb0a {
  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;
}
.xpqm1xm .ilidb0a     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.hnk4le8f .ilidb0a { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.tibz .ilidb0a  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.zvvjz .ilidb0a, .i6grcooa .ilidb0a { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.ilidb0a::before { content: none !important; }
.wghbot { gap: 14px; }
.dku5 { --rv-pad: 24px; }
.gvzz0ti { padding: var(--rv-pad); }
.cg6sv { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.cg6sv > * { margin: 0 !important; }
.rz5o2x { line-height: var(--lh-read); }
.rfzqu {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.rfzqu > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.rfzqu 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)); }
.rfzqu b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.ej4nm { gap: 16px; }
.ghq4 .awzi9, .ghq4 .svl1gpd1 { padding: 0; }
.ghq4 .svl1gpd1 { padding-left: 20px; }
.cs4vvxt { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.ej4nm + .cs4vvxt { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.tki4vef { 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); }
.uncj6iu, .hao04ee, .mvlh67c7 {
  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));
}
.zvvjz { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.zvvjz strong, .c4vbv .zvvjz strong,
.zvvjz p, .i6grcooa p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.zvvjz { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.o2mv5 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); }
.o2mv5 .p6u9f { color: inherit; opacity: .7; }
.o84g9e .ytrnah { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.smoezl3v h2.l0i1x1 { 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); }
.w43i .xctjh .n10brjd0, .w43i .cvtjc8 .n10brjd0,
.w43i.rwalr .hk8lo, .w43i.yoygs .izbb .oeaiuy { background: #fff !important; color: var(--b-900) !important; }
.xl1o .po7u { align-items: stretch; }
.dku5 { display: flex; flex-direction: column; }
.dku5 .cg6sv { flex: 1 1 auto; }
.dku5 .zvvjz { margin-top: auto !important; }
.r5k6 { font-size: var(--fs-sm); }
.r5k6 th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.r5k6 td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.r5k6 td:first-child { font-weight: 600; color: var(--text-primary); }
.r5k6 tbody tr:last-child td { border-bottom: none; }
.r5k6 tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.vb3l1h2 .r5k6 th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.ztl0h .r5k6 th, .ztl0h .r5k6 td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.ztl0h .r5k6 th + th, .ztl0h .r5k6 td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.ztl0h .r5k6 tbody tr:last-child td { border-bottom: none; }
.criw63pk .ztl0h .r5k6 th + th, .gjymbjxt .ztl0h .r5k6 th + th,
.sk8e.ztl0h .r5k6 th + th { border-left-color: rgba(255,255,255,0.16); }
.hp1b .r5k6 tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.v7d4 { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.ayds {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.ayds:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.ri6tsqc8, .fhkywp7v .ri6tsqc8 {
  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;
}
.sxu5p .ri6tsqc8 { border-radius: 50%; padding: 14px; }
.qxdul .ayds { align-items: center; text-align: center; }
.qxdul .miaw6ga { text-align: left; }
.v3gy7t, .p7ty .v3gy7t, .ngd8 .v3gy7t {
  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));
}
.clkg57p { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.miaw6ga { 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); }
.miaw6ga li { margin-bottom: 6px; line-height: var(--lh-snug); }
.vnx4 .v3gy7t { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.vnx4 .v3gy7t::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.qxdul.vnx4 .v3gy7t, .sxu5p.vnx4 .v3gy7t { align-items: center; }
.gfcuy .ayds { padding-left: 0; padding-right: 0; }
.gfcuy .ayds:hover { transform: none; box-shadow: none; }
.ayds, .ngd8 .ayds { background: var(--bg-card); box-shadow: var(--sh-card); }
.c5uxp1hy .ayds, .s5ou1s .ayds { box-shadow: var(--sh-card); }
.gfcuy .ayds, .c5uxp1hy .gfcuy .ayds { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .v7d4:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .v7d4:has(> :nth-child(5):last-child) .ayds { padding: 20px 16px 18px; }
  .v7d4:has(> :nth-child(6):last-child), .v7d4:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .v7d4:has(> :nth-child(7):last-child), .v7d4:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .nthzkr3 li, [dir="rtl"] .auajrpr .nthzkr3 li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .auajrpr .nthzkr3 li { padding-right: 28px; }
[dir="rtl"] .nthzkr3 li::before { left: auto; right: 0; }
[dir="rtl"] .auajrpr .nthzkr3 li::before { left: auto; right: 6px; }
[dir="rtl"] .nthzkr3 li::after { left: auto; right: 9px; }
[dir="rtl"] .qs4gb li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .qs4gb li::before { left: auto; right: 0; }
[dir="rtl"] .miaw6ga { padding-left: 0; padding-right: 0; }
[dir="rtl"] .miaw6ga li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .miaw6ga li::before { left: auto; right: 0; }
[dir="rtl"] .jsu933mf li, [dir="rtl"] .kww5oej3 li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .jsu933mf li::before, [dir="rtl"] .kww5oej3 li::before { left: auto; right: 0; }
[dir="rtl"] .v819b6 .awzi9, [dir="rtl"] .v819b6 .svl1gpd1 { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .v819b6 .awzi9 { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .v819b6 .svl1gpd1 { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .ghq4 .svl1gpd1 { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .wghbot, [dir="rtl"] .yhtx .wghbot, [dir="rtl"] .nmjqp7c0 .wghbot { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .c4vbv .wghbot, [dir="rtl"] .b9pr .wghbot, [dir="rtl"] .rtqfx2a .wghbot { border-right: none; }
[dir="rtl"] .ao13s h2.l0i1x1 { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .jxvec .ayds { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .ayds { align-items: flex-start; text-align: right; }
[dir="rtl"] .r5k6 th, [dir="rtl"] .r5k6 td { text-align: right; }
[dir="rtl"] .ztl0h .r5k6 th + th, [dir="rtl"] .ztl0h .r5k6 td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .ft6f .k55lv9s, [dir="rtl"] .fdhhf .k55lv9s summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .k55lv9s summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .psohzcji .c9g7ztvf:not(.xnhfb) .uz7b2fcj:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .uz7b2fcj { gap: 0 14px; padding: 16px; }
  .uz7b2fcj::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .eldo, .i5o060 { flex: 1 1 0; min-width: 0; }
  .mj4b3ps { flex: 0 0 auto; }
  .bzp2 { align-self: center; }
  
  .iwmc29u, .tbhv, .qb35,
  .i0bi, .s63mfde, .cfm1ofy,
  .segpj0, .sj0m1op, .fd3d0c {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .iwmc29u, .tbhv, .qb35 { flex-basis: 100%; min-width: 100%; }
  
  .pbtxm2b, .pfiol03c { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .bv8a, .uzfvsmp { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .uzfvsmp .ocwe3:nth-child(n+3) { display: inline-block; }
  .uzfvsmp .ocwe3:nth-child(n+4) { display: none; }
  
  .mzzd, .bzoaq5oo { margin-top: 16px; }
  .pjk6ph4g { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .i0bi, .s63mfde, .cfm1ofy,
  .segpj0, .sj0m1op, .fd3d0c { flex-basis: 100%; min-width: 100%; }
}
.yu1os6.xbdc2k3, .boat .yu1os6.xbdc2k3, .laewa44 .yu1os6.xbdc2k3,
.wxopcy .yu1os6.xbdc2k3, .lcul3 .yu1os6.xbdc2k3,
.edm7.xbdc2k3, .boat .edm7.xbdc2k3, .laewa44 .edm7.xbdc2k3,
.wxopcy .edm7.xbdc2k3, .lcul3 .edm7.xbdc2k3 {
  background: transparent; padding: 0; width: auto; height: auto;
}
.boat .yu1os6.xbdc2k3 .krtjiwv1, .laewa44 .yu1os6.xbdc2k3 .krtjiwv1,
.wxopcy .yu1os6.xbdc2k3 .krtjiwv1, .lcul3 .yu1os6.xbdc2k3 .krtjiwv1 { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .yu1os6.xbdc2k3 .krtjiwv1 { max-height: 64px; max-width: 64px; }
  
  .uzfvsmp { flex-wrap: wrap; overflow: visible; }
  .uzfvsmp .ocwe3 { max-width: 100%; }
}
.e3aoj { display: none; }
.f99r, .rizr8 { display: contents; }
.zvvjz, .rtqfx2a .zvvjz, .nmjqp7c0 .zvvjz { background: transparent !important; }
.cs4vvxt .uncj6iu, .cs4vvxt .hao04ee, .cs4vvxt .mvlh67c7 { background: var(--bg-surface); color: var(--text-body); }
.o2mv5 { align-items: center; gap: 10px; }
.o2mv5 strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.wg68d {
  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);
}
.l4ym { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.l4ym em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.l4ym b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.wg68d .oeaiuy { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .wg68d { flex-direction: column; align-items: stretch; }
  .wg68d .oeaiuy { text-align: center; }
}
@media (min-width: 900px) {
  .y7ajt .po7u, .y7ajt.xl1o .po7u { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .y7ajt .dku5:has(> .f99r) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .y7ajt .dku5:has(> .f99r) > .wg68d { display: none; }

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

  .y7ajt .rizr8 { display: flex; flex-direction: column; min-width: 0; }
  .y7ajt .rizr8 .rygoqc { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .y7ajt .rizr8 .rygoqc img.c2ava8d { max-height: 250px; }
  .y7ajt .rizr8 .cg6sv { flex: 1 1 auto; }
  
  .y7ajt .rizr8 .ej4nm { grid-template-columns: 1fr 1fr; gap: 20px; }
  .y7ajt .rizr8 .cs4vvxt { flex-wrap: wrap; }
  .y7ajt .rizr8 .tki4vef { flex: 0 0 auto; margin: 0 8px 0 0; }
  .y7ajt .dku5:last-child:nth-child(odd) { grid-column: auto; }
  
  .y7ajt.zhzn3r0 .gvzz0ti, .y7ajt.m7sq .gvzz0ti { background: none; }
}
[dir="rtl"] .y7ajt .f99r .rfzqu b { text-align: left; }
[dir="rtl"] .y7ajt .f99r .rfzqu > .wlbpt41v b { text-align: right; }
[dir="rtl"] .y7ajt .rizr8 .tki4vef { margin: 0 0 0 8px; }
.dvdtu5 .dku5 .rygoqc { order: -1; }
.dvdtu5 .dku5 .rygoqc img.c2ava8d { max-height: 210px; width: 100%; }
.dvdtu5 .dku5:has(.rygoqc) .gvzz0ti { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.dvdtu5 .dku5:has(.rygoqc) .urulmnp { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.dvdtu5.sxrt .dku5:has(.rygoqc) .urulmnp { border-radius: 50%; }
.dvdtu5 .dku5:has(.rygoqc) .ocqm8,
.dvdtu5 .dku5:has(.rygoqc) .ink0t8p { padding-top: 52px; }
.dvdtu5.zhzn3r0 .gvzz0ti, .dvdtu5.m7sq .gvzz0ti { background: none; }
.x24d .dku5 .rygoqc { display: none; }
.x24d .dku5 { --rv-pad: 20px; }
.x24d .rz5o2x { font-size: var(--fs-sm); line-height: 1.65; }
.x24d .cg6sv { gap: 16px; }
.x24d .cs4vvxt + .cs4vvxt { display: none; }
.x24d .urulmnp.xbdc2k3, .x24d .urulmnp.xbdc2k3 img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.sxu5p .ayds { align-items: center; text-align: center; }
.sxu5p .miaw6ga { text-align: left; }
.f119h5h .v7d4, .f119h5h .v7d4:has(> :nth-child(5):last-child),
.f119h5h .v7d4:has(> :nth-child(6):last-child), .f119h5h .v7d4:has(> :nth-child(7):last-child),
.f119h5h .v7d4:has(> :nth-child(8):last-child), .f119h5h .v7d4:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.f119h5h .ayds { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.f119h5h .ri6tsqc8, .f119h5h .zzb0e { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.f119h5h .v3gy7t, .f119h5h .clkg57p, .f119h5h .miaw6ga { grid-column: 2; }
.f119h5h .ayds > .v3gy7t:first-child, .f119h5h .ayds > .v3gy7t:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .f119h5h .ayds { direction: rtl; }
.kl4iaioe .ayds { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.kl4iaioe .ri6tsqc8 {
  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;
}
.kl4iaioe .v3gy7t, .kl4iaioe .clkg57p { padding-left: 22px; padding-right: 22px; }
.kl4iaioe .miaw6ga { margin-left: 22px; margin-right: 22px; }
.kl4iaioe .v7d4:has(> :nth-child(5):last-child) .ayds { 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"); }
.miaw6ga { padding-left: 0 !important; }
.miaw6ga li { padding-left: 22px; margin-bottom: 8px; }
.miaw6ga 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"] .miaw6ga li { padding-left: 0; padding-right: 22px; }
.rfzqu:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .y7ajt .dku5:has(> .f99r) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .y7ajt .dku5:has(> .f99r) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .y7ajt .f99r { background: none; align-self: start; position: sticky; top: 96px; }
  .y7ajt .f99r .rfzqu { align-items: stretch; }
  .y7ajt .f99r .ink0t8p { margin-top: 0; padding: 20px 0 0; }
  .y7ajt .f99r .ocqm8 { padding: 0; }
  
  .y7ajt.th9o .f99r .urulmnp { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .y7ajt.th9o .f99r .urulmnp:not(.xbdc2k3) { width: 112px; height: 112px; padding: 6px; }
}
.dvdtu5.th9o .gvzz0ti { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.dvdtu5.th9o .urulmnp { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.dvdtu5.th9o .ocqm8, .dvdtu5.th9o .ink0t8p { padding-left: 0; padding-right: 0; padding-bottom: 0; }
.f119h5h .v7d4, .f119h5h .v7d4:has(> :nth-child(5):last-child),
.f119h5h .v7d4:has(> :nth-child(6):last-child), .f119h5h .v7d4:has(> :nth-child(7):last-child),
.f119h5h .v7d4:has(> :nth-child(8):last-child), .f119h5h .v7d4:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.f119h5h .v7d4 > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.f119h5h .ayds { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.f119h5h .ri6tsqc8, .f119h5h .zzb0e { position: absolute; left: 22px; top: 22px; margin: 0; }
.f119h5h .ayds:not(:has(.ri6tsqc8, .zzb0e)) { padding-left: 22px; }
[dir="rtl"] .f119h5h .ayds { padding: 22px 104px 22px 22px; }
[dir="rtl"] .f119h5h .ri6tsqc8, [dir="rtl"] .f119h5h .zzb0e { left: auto; right: 22px; }
@media (max-width: 700px) { .f119h5h .v7d4 { grid-template-columns: minmax(0, 1fr) !important; } }
.f119h5h .v7d4 .ayds { padding: 22px 22px 22px 104px !important; }
.f119h5h .v7d4 .ayds:not(:has(.ri6tsqc8, .zzb0e)) { padding-left: 22px !important; }
[dir="rtl"] .f119h5h .v7d4 .ayds { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .ej4nm, .oe6n { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .ghq4 .svl1gpd1, [dir="rtl"] .ghq4 .svl1gpd1 {
    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;
  }
  
  .dvdtu5 .dku5:has(.rygoqc) .ocqm8 { padding-top: 0; }
}
.md4y p, .s9i7, .en19u, .u2v7fjii, .r5fly4,
.vo0kk, .ui9amoc, .z74vp, .fbjmpih p, .c338sd5 p { color: var(--text-body); }
.q3ma { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.da7s, .aahxqvu .da7s, .tjnu3,
.r1n7nezh, .c371mom, .xwem5n,
.fbjmpih h2, .fbjmpih h3, .exl6c1f h2, .mwcc 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;
}
.qd6m .da7s { font-size: var(--fs-lead); }
.c8xh { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.umdkjzvx { font-weight: 700; letter-spacing: -0.02em; }
.en19u, .u2v7fjii { list-style: none !important; padding-left: 0; }
.en19u li, .u2v7fjii li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.en19u li::marker, .u2v7fjii li::marker { content: ""; }
.en19u li::before, .u2v7fjii 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"] .en19u li, [dir="rtl"] .u2v7fjii li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .en19u li::before, [dir="rtl"] .u2v7fjii li::before { left: auto; right: 6px; }
.c338sd5, .qw3t, .fbjmpih { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.md4y a:not(.oeaiuy):not(.muhhon) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .y5wh .nt0rc0 {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .y5wh .v934ymf { 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); }
  .y5wh .stfm01 { flex: 1 1 0; min-width: 0; }
  .y5wh .fq7tb {
    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;
  }
  .y5wh .n10brjd0 { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .mpk8zr { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.urskss1t h1, .urskss1t h2, .urskss1t h3, .urskss1t .p192ur44,
.urskss1t h2.l0i1x1, .urskss1t h1.l0i1x1 { font-weight: 600; }
.dmdgs2h3 h1, .dmdgs2h3 h2, .dmdgs2h3 h3, .dmdgs2h3 .p192ur44,
.dmdgs2h3 h2.l0i1x1, .dmdgs2h3 h1.l0i1x1 { font-weight: 700; }
.xmgs9esc h1, .xmgs9esc .p192ur44, .xmgs9esc h1.l0i1x1,
.jin2.urskss1t .p192ur44 { font-weight: 600; }
h3.tj2h, .dmdgs2h3 h3.tj2h, .ocqm8 h3, .dmdgs2h3 .ocqm8 h3 { font-weight: 600; }
.s8w3ctpv .jlmwk3y a, .z6x4lsee .jlmwk3y a { font-weight: 600; }
.f5covmi .l9fok66 { font-weight: 600; }
.f5covmi .wri5ys { font-weight: 700; }
.vrvb02s { font-weight: 600; }
.wri5ys { font-weight: 700; }
.zkvq5x { font-weight: 400; }
.k2aw { display: block; }
.y9i9dj { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.y9i9dj .jjwn5 { margin: 20px 0 8px; }
.g9xs3gv { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .y9i9dj { padding: 0 16px; } }
@media (min-width: 1100px) {
  .n19w .hormrfqj, .q97bl50b .hormrfqj, .bn6d8v92 .hormrfqj,
  .n19w .k2aw, .q97bl50b .k2aw, .bn6d8v92 .k2aw { max-width: 1280px; }
  .n19w .k2aw, .q97bl50b .k2aw, .bn6d8v92 .k2aw {
    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;
  }
  .q97bl50b .k2aw, .bn6d8v92 .k2aw { grid-template-columns: minmax(0, 1fr) 264px; }
  .q97bl50b .y9i9dj, .bn6d8v92 .y9i9dj { order: 2; }
  .n19w .y9i9dj, .q97bl50b .y9i9dj, .bn6d8v92 .y9i9dj {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .n19w .s2yb, .q97bl50b .s2yb, .bn6d8v92 .s2yb {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .n19w .tgujdr .pj1tfl8l, .q97bl50b .tgujdr .pj1tfl8l,
  .bn6d8v92 .tgujdr .pj1tfl8l { max-width: none; padding-left: 0; padding-right: 0; }
  .n19w .tgujdr > .g9xs3gv:first-child, .q97bl50b .tgujdr > .g9xs3gv:first-child,
  .bn6d8v92 .tgujdr > .g9xs3gv:first-child { padding-top: 0; }
  .n19w .tgujdr > .g9xs3gv:first-child .pj1tfl8l, .q97bl50b .tgujdr > .g9xs3gv:first-child .pj1tfl8l,
  .bn6d8v92 .tgujdr > .g9xs3gv:first-child .pj1tfl8l { padding-top: 0; }

  
  .n19w .y9i9dj .jjwn5, .q97bl50b .y9i9dj .jjwn5, .bn6d8v92 .y9i9dj .jjwn5 {
    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;
  }
  .n19w .y9i9dj .otrpdm6, .q97bl50b .y9i9dj .otrpdm6, .bn6d8v92 .y9i9dj .otrpdm6 {
    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);
  }
  .n19w .y9i9dj .v203, .q97bl50b .y9i9dj .v203, .bn6d8v92 .y9i9dj .v203 {
    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);
  }
  .n19w .y9i9dj .v203 li, .q97bl50b .y9i9dj .v203 li, .bn6d8v92 .y9i9dj .v203 li {
    display: block !important; margin: 0 !important;
  }
  .n19w .y9i9dj .v203 li::before, .q97bl50b .y9i9dj .v203 li::before, .bn6d8v92 .y9i9dj .v203 li::before,
  .n19w .y9i9dj .v203 li::after, .q97bl50b .y9i9dj .v203 li::after, .bn6d8v92 .y9i9dj .v203 li::after,
  .n19w .y9i9dj .v203 a::before, .q97bl50b .y9i9dj .v203 a::before, .bn6d8v92 .y9i9dj .v203 a::before {
    content: none !important; display: none !important;
  }
  .n19w .y9i9dj .v203 a, .q97bl50b .y9i9dj .v203 a, .bn6d8v92 .y9i9dj .v203 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;
  }
  .n19w .y9i9dj .v203 a:hover, .q97bl50b .y9i9dj .v203 a:hover, .bn6d8v92 .y9i9dj .v203 a:hover { color: var(--text-primary) !important; }
  .n19w .y9i9dj .v203 a.bv9am4, .q97bl50b .y9i9dj .v203 a.bv9am4, .bn6d8v92 .y9i9dj .v203 a.bv9am4 {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .bn6d8v92 .e68orq {
    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);
  }
  .jgxqw0 { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .tz9yhet1 { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .kni68 { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .sxrt .kni68 { border-radius: 50%; }
  .wwhrt { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .vxec { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .a8cn { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .y9i9dj .v203 { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .n19w .y9i9dj .v203 a, [dir="rtl"] .q97bl50b .y9i9dj .v203 a, [dir="rtl"] .bn6d8v92 .y9i9dj .v203 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"] .n19w .y9i9dj .v203 a.bv9am4, [dir="rtl"] .q97bl50b .y9i9dj .v203 a.bv9am4, [dir="rtl"] .bn6d8v92 .y9i9dj .v203 a.bv9am4 { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .n8b2 .y9i9dj .v203, [dir="rtl"] .t7ulueuw .y9i9dj .v203,
[dir="rtl"].n8b2 .y9i9dj .v203, [dir="rtl"].t7ulueuw .y9i9dj .v203 { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .y9i9dj .v203 { border-right: none; } }
.t7ulueuw .y9i9dj {
  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);
}
.t7ulueuw .y9i9dj .jjwn5 {
  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;
}
.t7ulueuw .y9i9dj .otrpdm6 { display: none !important; }
.t7ulueuw .y9i9dj .v203 {
  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;
}
.t7ulueuw .y9i9dj .v203::-webkit-scrollbar { display: none; }
.t7ulueuw .y9i9dj .v203 li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.t7ulueuw .y9i9dj .v203 li::before, .t7ulueuw .y9i9dj .v203 li::after,
.t7ulueuw .y9i9dj .v203 a::before { content: none !important; display: none !important; }
.t7ulueuw .y9i9dj .v203 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;
}
.t7ulueuw .y9i9dj .v203 li:first-child a { padding-left: 0 !important; }
.t7ulueuw .y9i9dj .v203 a:hover { color: var(--text-primary) !important; }
.t7ulueuw .y9i9dj .v203 a.bv9am4 { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.t7ulueuw .g9xs3gv { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .t7ulueuw .y9i9dj .jjwn5 { padding: 0 16px !important; } }
.t7ulueuw .y9i9dj .v203 {
  -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;
}
.t7ulueuw .y9i9dj .jjwn5 { overflow: hidden; }
.auajrpr .nthzkr3 li::before, .en19u li::before, .u2v7fjii li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .luwpqf, .p2at, .ctyt8kg2, .xq3r28 { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .zvvjz, .i6grcooa { display: block !important; }
  .zvvjz .ilidb0a, .i6grcooa .ilidb0a { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .zvvjz .ilidb0a, [dir="rtl"] .i6grcooa .ilidb0a { float: right; margin: 0 0 0 8px; }
  .zvvjz strong, .i6grcooa strong { line-height: 18px; margin-bottom: 8px; }
  .zvvjz p, .i6grcooa p { clear: both; }
  .dku5 { --rv-pad: 18px; }
  .cg6sv { gap: 16px; }
}
.noar .flj13sn0, .p2so9 .flj13sn0, .x0mk20w .flj13sn0, .hd06 .flj13sn0 { color: var(--text-primary); }
.noar .flj13sn0 .p7wyjr8 { color: var(--tone-link, var(--accent)); }
.noar .flj13sn0:not(:has(.p7wyjr8))::first-letter { color: var(--tone-link, var(--accent)); }
.noar .flj13sn0 { display: inline-block; }
.hd06 .flj13sn0::after { content: "."; color: var(--tone-mark, var(--accent)); }
.x0mk20w .flj13sn0 { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.p2so9 .flj13sn0 { font-weight: 700; letter-spacing: -0.035em; }
.h1c58x8m .flj13sn0, .rwalr .flj13sn0,
.h1c58x8m .flj13sn0 .p7wyjr8, .rwalr .flj13sn0 .p7wyjr8 { color: #fff !important; }
.h1c58x8m.hd06 .flj13sn0::after, .rwalr.hd06 .flj13sn0::after { color: rgba(255,255,255,0.7); }
.h1c58x8m.noar .flj13sn0::first-letter, .rwalr.noar .flj13sn0::first-letter { color: #fff; }
.cqcll .tgujdr > .g9xs3gv:nth-of-type(even) .vqvjik7s { display: none; }
.lkgho .tgujdr > .g9xs3gv .vqvjik7s { display: none; }
.lkgho .tgujdr > .g9xs3gv:nth-of-type(-n+2) .vqvjik7s { display: block; }
.c8ya0 .vqvjik7s { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.c8ya0 .vqvjik7s .ym1vcjp { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .c8ya0 .vqvjik7s .ym1vcjp { aspect-ratio: 16 / 7; } }
.xji6g3 .vqvjik7s .ym1vcjp { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.xji6g3 .vqvjik7s::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.xji6g3 .vqvjik7s, .rvtnn .vqvjik7s { border-radius: var(--r-card); isolation: isolate; }
.rvtnn .vqvjik7s .ym1vcjp { filter: grayscale(1) contrast(1.1); }
.h9z7, .h9z7.bs9viv { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.h9z7 .w47n { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.h9z7 .p192ur44 { 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; }
.h9z7 .zkvq5x { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.h9z7 .w47n::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.h9z7 ~ .tqzf { 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; }
.h9z7 ~ .tqzf .vf53x5d { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .n19w .h9z7 .w47n, .q97bl50b .h9z7 .w47n, .bn6d8v92 .h9z7 .w47n { max-width: 1280px; }
}
@media (max-width: 640px) { .h9z7 { padding-top: 24px; } .h9z7 .w47n { padding: 0 16px; } .h9z7 .p192ur44 { font-size: var(--fs-h2); max-width: none; } }
.trw0ll, .trw0ll.bs9viv, .b0e7umil, .b0e7umil.bs9viv {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.trw0ll .w47n, .b0e7umil .w47n { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.wbhbajgz.ntov, .wbhbajgz.ntov.bs9viv { min-height: 0 !important; padding: 48px 0; }
.xnhfb .wri5ys {
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25;
}
.xnhfb .iwmc29u, .xnhfb .tbhv, .xnhfb .qb35 { background: var(--tone-fill-raw, var(--accent-bg)); }
.xnhfb .uz7b2fcj { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.xnhfb .uz7b2fcj::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .xnhfb .uz7b2fcj {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .xnhfb .o6fk7, .xnhfb .mj4b3ps, .xnhfb .eldo, .xnhfb .i5o060,
  .xnhfb .iwmc29u, .xnhfb .mzzd, .xnhfb .bzoaq5oo {
    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;
  }
  
  .bs9viv .xnhfb, .xnhfb.rl3oek, .xnhfb.p0fyqn, .xnhfb.qqnk9v {
    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;
  }
  .bs9viv .xnhfb::-webkit-scrollbar { display: none; }
  .bs9viv .xnhfb .uz7b2fcj { flex: 0 0 74% !important; scroll-snap-align: center; }
  .trw0ll, .b0e7umil { padding: 32px 0 24px; }
  .wbhbajgz.ntov { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .b0e7umil, .trw0ll, .wbhbajgz.ntov { overflow-x: clip; max-width: 100vw; }
  .b0e7umil .w47n, .trw0ll .w47n, .ntov .c6wa, .ntov .blvm { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .bs9viv .xnhfb { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.vxxx, .vxxx.bs9viv, .nf7r74tl, .nf7r74tl.bs9viv {
  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);
}
.z52269y .vxxx, .z52269y .nf7r74tl { --hero-fg: var(--b-900); --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-700); }
.z52269y .vxxx { border-bottom: var(--bw-hair) solid var(--b-200); }
.vxxx .w47n, .nf7r74tl .w47n {
  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;
}
.vxxx .w47n { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.k6ygm .w47n:has(.qtnx) { grid-template-columns: minmax(0, 1fr) 320px; }
.vxxx .p192ur44, .nf7r74tl .p192ur44, .h9z7 .p192ur44 {
  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;
}
.vxxx .p192ur44, .nf7r74tl .p192ur44 { color: var(--hero-fg) !important; }
.vxxx .zkvq5x, .nf7r74tl .zkvq5x {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.ff94ur9 { margin: 0; }
.ff94ur9 .vf53x5d, .ff94ur9 .vf53x5d * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.ff94ur9 .vf53x5d { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.vxxx .ff94ur9 .vf53x5d, .vxxx .ff94ur9 .vf53x5d a, .vxxx .ff94ur9 .vf53x5d span,
.nf7r74tl .ff94ur9 .vf53x5d, .nf7r74tl .ff94ur9 .vf53x5d a, .nf7r74tl .ff94ur9 .vf53x5d span { color: var(--hero-fg-dim) !important; }
.vxxx .ff94ur9 .vf53x5d a, .nf7r74tl .ff94ur9 .vf53x5d a { color: var(--hero-fg) !important; font-weight: 600; }
.h9z7 .ff94ur9 { margin: 0 0 14px; }
.h9z7 .ff94ur9 .vf53x5d { color: var(--text-muted); }
.h9z7 .w47n::after { margin-top: 22px; }
.nf7r74tl .p192ur44 { max-width: 24ch; }
@media (min-width: 1100px) {
  .n19w .vxxx .w47n, .q97bl50b .vxxx .w47n, .bn6d8v92 .vxxx .w47n,
  .n19w .nf7r74tl .w47n, .q97bl50b .nf7r74tl .w47n, .bn6d8v92 .nf7r74tl .w47n { max-width: 1280px; }
}
@media (max-width: 760px) {
  .vxxx { padding: 24px 0 26px; }
  .vxxx .w47n, .nf7r74tl .w47n { padding: 0 16px; }
  .k6ygm .w47n:has(.qtnx) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .qtnx { display: none; }
  .nf7r74tl { padding-top: 12px; }
  .c8hui { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .ljeswwas { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .ljeswwas img { width: 48px; height: 48px; flex: 0 0 48px; }
  .v01ft08c { flex: 0 0 auto; }
  .rqo4 { flex: 1 1 0; min-width: 0; }
  .vxxx .p192ur44, .nf7r74tl .p192ur44, .h9z7 .p192ur44 { font-size: 25px !important; max-width: none; }
  .vxxx .zkvq5x, .nf7r74tl .zkvq5x { font-size: 15px; }
}
.lwd3ng3t .zkvq5x, .wbhbajgz .zkvq5x, .ucubufhd .zkvq5x { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .vibz .c9g7ztvf:not(.xnhfb), .o60pus .c9g7ztvf:not(.xnhfb) {
    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;
  }
  .vibz .c9g7ztvf:not(.xnhfb) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .vibz .c9g7ztvf:not(.xnhfb):has(> :nth-child(5):last-child),
  .vibz .c9g7ztvf:not(.xnhfb):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .vibz .c9g7ztvf:not(.xnhfb):has(> :nth-child(3):last-child),
  .vibz .c9g7ztvf:not(.xnhfb):has(> :nth-child(6):last-child),
  .vibz .c9g7ztvf:not(.xnhfb):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .o60pus .c9g7ztvf:not(.xnhfb) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .vibz .c9g7ztvf:not(.xnhfb) > .uz7b2fcj,
  .o60pus .c9g7ztvf:not(.xnhfb) > .uz7b2fcj: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;
  }
  .vibz .c9g7ztvf:not(.xnhfb) > .uz7b2fcj:hover,
  .o60pus .c9g7ztvf:not(.xnhfb) > .uz7b2fcj:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .vibz .uz7b2fcj .o6fk7, .o60pus .uz7b2fcj:nth-child(-n+3) .o6fk7 {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .vibz .uz7b2fcj .mj4b3ps, .vibz .uz7b2fcj .eldo, .vibz .uz7b2fcj .i5o060,
  .o60pus .uz7b2fcj:nth-child(-n+3) .mj4b3ps, .o60pus .uz7b2fcj:nth-child(-n+3) .eldo,
  .o60pus .uz7b2fcj:nth-child(-n+3) .i5o060 { order: -2; padding: 0; gap: 12px; }
  .vibz .uz7b2fcj .yu1os6, .o60pus .uz7b2fcj:nth-child(-n+3) .yu1os6 {
    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;
  }
  .vibz .uz7b2fcj .krtjiwv1, .o60pus .uz7b2fcj:nth-child(-n+3) .krtjiwv1 { max-height: 88px !important; max-width: 88% !important; }
  .vibz .uz7b2fcj .vrvb02s, .o60pus .uz7b2fcj:nth-child(-n+3) .vrvb02s { padding: 0 16px; font-size: var(--fs-body); }
  .vibz .uz7b2fcj .bzp2, .o60pus .uz7b2fcj:nth-child(-n+3) .bzp2 { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .vibz .uz7b2fcj .mzzd, .vibz .uz7b2fcj .bzoaq5oo,
  .o60pus .uz7b2fcj:nth-child(-n+3) .mzzd, .o60pus .uz7b2fcj:nth-child(-n+3) .bzoaq5oo { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .vibz .uz7b2fcj .bzoaq5oo::before, .o60pus .uz7b2fcj:nth-child(-n+3) .bzoaq5oo::before { display: none; }
  .vibz .uz7b2fcj .bv8a, .vibz .uz7b2fcj .uzfvsmp,
  .o60pus .uz7b2fcj:nth-child(-n+3) .bv8a, .o60pus .uz7b2fcj:nth-child(-n+3) .uzfvsmp { justify-content: center; }
  .vibz .uz7b2fcj .wri5ys, .o60pus .uz7b2fcj:nth-child(-n+3) .wri5ys { font-size: var(--fs-sm); }
  
  .vibz .uz7b2fcj .h89ha, .o60pus .uz7b2fcj:nth-child(-n+3) .h89ha { display: none; }
  
  .vibz .c9g7ztvf:not(.xnhfb) > .uz7b2fcj::before,
  .o60pus .c9g7ztvf:not(.xnhfb) > .uz7b2fcj: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"] .vibz .c9g7ztvf:not(.xnhfb) > .uz7b2fcj::before,
  [dir="rtl"] .o60pus .c9g7ztvf:not(.xnhfb) > .uz7b2fcj:nth-child(-n+3)::before { left: auto; right: 10px; }

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

  
  .n7828b0 .c9g7ztvf:not(.xnhfb) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .n7828b0 .c9g7ztvf:not(.xnhfb)::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);
  }
  .n7828b0 .c9g7ztvf:not(.xnhfb) > .uz7b2fcj { padding-top: 10px; padding-bottom: 10px; position: static; }
  .n7828b0 .c9g7ztvf:not(.xnhfb) > .uz7b2fcj:first-child { position: relative; }
  .n7828b0 .c9g7ztvf:not(.xnhfb) .o6fk7 { position: static; }
  .n7828b0 .c9g7ztvf:not(.xnhfb) .a6fmqvh { display: none; }
  
  .n7828b0 .c9g7ztvf:not(.xnhfb) > .uz7b2fcj:first-child .a6fmqvh {
    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;
  }
  .n7828b0 .yu1os6 { height: 64px !important; width: auto !important; }
  .n7828b0 .krtjiwv1 { max-height: 56px !important; max-width: 120px !important; }
  .n7828b0 .eldo { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .n7828b0 .wri5ys { font-size: var(--fs-sm); }
  .n7828b0 .yxpwo50.oeaiuy { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .n7828b0 .i1c31a47 .uz7b2fcj::before, .n7828b0.i1c31a47 .uz7b2fcj::before { top: 8px; bottom: 8px; }
  
  .vibz.i1c31a47 .uz7b2fcj::before { border-radius: var(--r-pill) !important; }
  .vibz.rrmlrus .uz7b2fcj:nth-child(even), .o60pus.rrmlrus .uz7b2fcj:nth-child(even) { background: var(--bg-card) !important; }
  .vibz.du4jht .uz7b2fcj:first-child, .o60pus.du4jht .uz7b2fcj:first-child { border-top: none !important; }
  .vibz.psohzcji .c9g7ztvf:not(.xnhfb) .uz7b2fcj:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .vibz .uz7b2fcj .bzoaq5oo, .o60pus .uz7b2fcj:nth-child(-n+3) .bzoaq5oo { display: flex !important; flex-direction: column; }
  
  .n7828b0 .c9g7ztvf:not(.xnhfb) { 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; }
  .n7828b0 .c9g7ztvf:not(.xnhfb) > .uz7b2fcj { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .n7828b0 .c9g7ztvf:not(.xnhfb) > .uz7b2fcj + .uz7b2fcj { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .n7828b0 .c9g7ztvf:not(.xnhfb) > .uz7b2fcj:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .n7828b0 .eldo, .n7828b0 .mj4b3ps, .n7828b0 .i5o060 { justify-content: flex-start; align-items: center; }
  .n7828b0 .bzoaq5oo { --cs-link-h: 0px; }
  .n7828b0 .bzoaq5oo .pjk6ph4g { display: none; }
}
.lqjim { display: none; }
@media (min-width: 901px) {
  .vibz .c9g7ztvf:not(.xnhfb) .lqjim,
  .o60pus .c9g7ztvf:not(.xnhfb) > .uz7b2fcj:nth-child(-n+3) .lqjim { display: block; }
}
body .bs9viv.vxxx .p192ur44, body .bs9viv.nf7r74tl .p192ur44,
body section.vxxx .p192ur44, body section.nf7r74tl .p192ur44 { color: var(--hero-fg) !important; text-shadow: none !important; }
body .bs9viv.h9z7 .p192ur44 { text-shadow: none !important; }
@media (max-width: 760px) {
  .ljeswwas { width: auto; flex-wrap: wrap; }
  .i8xp18 { flex: 1 0 100%; margin-top: 4px; }
}
.odqwd { margin: 0 0 4px !important; }
.h9z7 .xkvn { margin: 16px 0 0 !important; }
.j43uu2 .wo3oe, .ziuc9b .wo3oe { display: block; }
@media (max-width: 640px) {
  .h1c58x8m .jlmwk3y, .rwalr .jlmwk3y,
  .h1c58x8m .jlmwk3y.p1b4pr, .rwalr .jlmwk3y.p1b4pr { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .h1c58x8m .jlmwk3y a, .rwalr .jlmwk3y a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .qzkn .jlmwk3y, .qzkn .jlmwk3y.p1b4pr { background: var(--b-50) !important; }
}
body .dku5 .o2mv5 strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .dku5 .o2mv5 strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.y7ajt .dku5 .f99r .o2mv5 strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.z52269y .vxxx, .z52269y .nf7r74tl { --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-800); }
.i8kpfup, .bkn0, .v25rj .i8kpfup, .v25rj .bkn0 { color: var(--text-muted); }
@media (max-width: 560px) {
  .urulmnp.xbdc2k3, .urulmnp.xbdc2k3 img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .wfmehmgm:has(> .lwd3ng3t, > .vxxx, > .wbhbajgz) + .n84t { margin-top: -38px; }
  
  .eprz .wfmehmgm + .n84t { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .n19w .n84t, .q97bl50b .n84t, .bn6d8v92 .n84t { max-width: 1280px; }
}
@media (max-width: 640px) {
  .zzmmo .c8xh { max-width: none; }
}
.c8xh, .p192ur44, .da7s { overflow-wrap: break-word; }
.o512j7e > div, .qd6m > div, .q0i1,
.lgh5gzfe > div > div, .md4y .f9pys > div { min-width: 0; }
.md4y p, .md4y li, .md4y td, .md4y a { overflow-wrap: anywhere; }
.dku5 .urulmnp.xbdc2k3 { align-self: center; height: auto; aspect-ratio: 1 / 1; flex: 0 0 auto; }
body.th9o .dku5 .urulmnp.xbdc2k3 { border-radius: 0; align-self: stretch; aspect-ratio: auto; }
body.dvdtu5.th9o .dku5 .urulmnp.xbdc2k3 { align-self: flex-end; aspect-ratio: 1 / 1; }
body.dvdtu5.th9o.sxrt .dku5 .urulmnp.xbdc2k3 { border-radius: 50%; }
body.dvdtu5.th9o.pt1cl .dku5 .urulmnp.xbdc2k3 { border-radius: var(--r-card); }
@media (min-width: 900px) {
  body.y7ajt.th9o .dku5 .f99r .urulmnp.xbdc2k3 { aspect-ratio: 1 / 1; align-self: center; }
  body.y7ajt.th9o.sxrt .dku5 .f99r .urulmnp.xbdc2k3 { border-radius: 50%; }
  body.y7ajt.th9o.pt1cl .dku5 .f99r .urulmnp.xbdc2k3 { border-radius: var(--r-card); }
}
:root {
  --accent: #238759;
  --brand: #238759;
  --accent-light: #106c45;
  --brand-light: #106c45;
  --accent-bg: #f0f8f3;
  --accent-bg-light: #f0f8f3;
  --accent-pale: #c0e3ce;
  --brand-pale: #c0e3ce;
  --cta: #6d3fd1;
  --cta-hover: #5d29bd;
  --cta-fg: #ffffff;
  --cta-light: #40a271;
  --text-primary: #1f2e26;
  --text-body: #38483f;
  --text-sub: #38483f;
  --text-muted: #57685e;
  --text-faint: #65766c;
  --text-dim: #65766c;
  --text-label: #57685e;
  --text-value: #1f2e26;
  --bg-page: #ffffff;
  --bg-surface: #e7f4ec;
  --bg-card: #ffffff;
  --bg-card-inner: #f0f8f3;
  --bg-card-inner-raw: #f0f8f3;
  --bg-raised: #deeee4;
  --bg-hover: #e7f4ec;
  --border: #c5dbcd;
  --border-alt: #d6e8dd;
  --border-section: #d6e8dd;
  --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: #f0f8f3;
  --bg-info: #f0f8f3;
  --c-tip-border: #90d3ad;
  --c-warn-border: #a86b03;
  --c-tag-pay: #f0f8f3;
  --grad-start: #238759;
  --grad-end: #106c45;
  --tone-fill: #f0f8f3;
  --tone-fill-2: #e0f0e6;
  --tone-fill-raw: #f0f8f3;
  --tone-fill-2-raw: #e0f0e6;
  --tone-fill-head: #00341e;
  --tone-fill-fg: #274836;
  --tone-fill-muted: #456653;
  --tone-fill-head-raw: #00341e;
  --tone-fill-fg-raw: #274836;
  --tone-fill-muted-raw: #456653;
  --sh-card: 0 0 0 1px rgba(31, 46, 38, 0.06), 0 1px 2px rgba(31, 46, 38, 0.05), 0 10px 24px -14px rgba(31, 46, 38, 0.18);
  --sh-lift: 0 0 0 1px rgba(31, 46, 38, 0.06), 0 2px 4px rgba(31, 46, 38, 0.06), 0 18px 36px -18px rgba(31, 46, 38, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #90d3ad;
  --tone-mark: #238759;
  --tone-mark-fg: #ffffff;
  --tone-head: #1f2e26;
  --tone-sub: #106c45;
  --tone-link: #106c45;
  --tone-th: #e0f0e6;
  --tone-th-fg: #045232;
  --tone-chip: #f0f8f3;
  --tone-chip-fg: #106c45;
  --tone-soft: #e0f0e6;
  --tone-soft-fg: #045232;
  --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: #014e50;
  --b-50: #f0f8f3;
  --s-50: #f6f4ff;
  --n-50: #f1f8f3;
  --b-100: #e0f0e6;
  --s-100: #ebe8fe;
  --n-100: #e5eee8;
  --b-200: #c0e3ce;
  --s-200: #d9d3fe;
  --n-200: #d2dcd6;
  --b-300: #90d3ad;
  --s-300: #c2b6fd;
  --n-300: #b9c5bd;
  --b-400: #65bb8c;
  --s-400: #a892fd;
  --n-400: #9baaa1;
  --b-500: #40a271;
  --s-500: #8f75e7;
  --n-500: #819187;
  --b-600: #238759;
  --s-600: #775cc9;
  --n-600: #67786e;
  --b-700: #106c45;
  --s-700: #5f47a5;
  --n-700: #4f6056;
  --b-800: #045232;
  --s-800: #47337f;
  --n-800: #38483f;
  --b-900: #00341e;
  --s-900: #2c1e53;
  --n-900: #1f2e26;
}
:root { --logo-bg-opacity: 51%; }
body, button, input { font-family: system-ui, -apple-system, sans-serif; }
.br9w .bs9viv, .br9w .wbhbajgz { min-height: 640px; }
.qeqfdhab::before { content: '·'; font-size: 1.3em; line-height: 1; }