:root {
  --color-accent: #1f6f9f;
  --color-cta: #d1450e;
  --font-family: Inter;
  --font-weight-body: 400;
  --radius-card: 12px;
  --radius-button: 8px;
  --spacing-section: 4rem;
  --spacing-content: 1100px;
}
:root {
  --fs-caption: 12px;
  --fs-label: 13px;
  --fs-sm: 15px;
  --fs-body: 17px;
  --fs-lead: 20px;
  --fs-h3: 24px;
  --fs-h2: 30px;
  --fs-h1: 44px;
  --fs-display: 52px;
}
:root {
  --lh-solid: 1;
  --lh-tight: 1.25;
  --lh-snug: 1.45;
  --lh-read: 1.7;
  --ls-tight: -0.01em;
  --ls-label: 0.04em;
  --ls-wide:  0.12em;
  --bw-hair: 1px;
  --bw-rule: 2px;
  --bw-bar: 3px;
  
  --r-chip: clamp(3px, calc(var(--radius-button, 6px) - 2px), 4px);
  --r-btn:  clamp(4px, var(--radius-button, 6px), 6px);
  --r-card: clamp(4px, var(--radius-card, 8px), 8px);
  --r-pill: 999px;

  --sh-1: 0 1px 2px rgba(0, 0, 0, .06);
  --sh-2: 0 1px 2px rgba(0, 0, 0, .06), 0 8px 16px -12px rgba(0, 0, 0, .25);
  --sh-3: 0 2px 6px rgba(0, 0, 0, .08), 0 16px 32px -22px rgba(0, 0, 0, .40);
}
Змінні акцент-кольорів (--accent, --accent-light тощо) живуть у css_vars
────────────────────────────────────────────────────────────────────────────── */
:root {
  
  --bg-page:        #0f1117;
  --bg-surface:     #151929;
  --bg-card:        #1a1f2e;
  --bg-card-inner:  #242938;
  --bg-raised:      #2d3748;
  --bg-hover:       #1e2638;
  
  --border:         #1e2535;
  --border-alt:     #2d3748;
  --border-section: #374151;
  
  --text-primary:   #e2e8f0;
  --text-muted:     #94a3b8;
  --text-body:      #cbd5e1;
  --text-sub:       #a0aec0;
  --text-faint:     #6b7280;
  --text-dim:       #4b5563;
  --text-label:     #8892a4;
  --text-value:     #c9d1e0;
  
  --bg-tip:         #1a2e1a;
  --bg-warning:     #2d1f0e;
  --bg-info:        #1a1f2e;
  --bg-pros:        #1a2e1a;
  --bg-cons:        #2d1a1a;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: system-ui, sans-serif;
  background: var(--bg-page);
  color: var(--text-primary);
  line-height: var(--lh-read);
}
.iejwr1 {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.cwm7qc {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.tb5ks {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.at292d2b { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.qynf62p { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.qynf62p a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.qynf62p a:hover { color: var(--accent-light); }
.bbbevmm     .zok8 { border-radius: var(--r-chip); }
.bbbevmm .zok8 li:first-child a { border-top-left-radius: var(--r-chip); border-top-right-radius: var(--r-chip); }
.bbbevmm .zok8 li:last-child a { border-bottom-left-radius: var(--r-chip); border-bottom-right-radius: var(--r-chip); }
.fhrctin  .zok8 li + li { border-top: var(--bw-hair) solid var(--border-alt); }
@media (max-width: 640px) {
  .zok8 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .tfm59:hover .zok8,
  .tfm59:focus-within .zok8 { display: block; }
  .zok8 li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.knonnd6 {
  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);
}
.pcx9bg { display: none; }
@media (max-width: 640px) {
  .pcx9bg {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .pcx9bg.jzrpbi { display: block; }
}
@media (max-width: 640px) {
  .knonnd6 { display: block; }
  .qynf62p > li + li::before { display: none !important; }
  .qynf62p {
    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;
  }
  .qynf62p.jzrpbi { display: flex; }
  .qynf62p li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .qynf62p li:last-child a { border-bottom: none; }
}
.y1mawx { min-height: 480px; }
.cxxl {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.p3n8 { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.le5t87mh .p3n8 { margin-left: 0; margin-right: 0; }
.w00lwae {
  background: var(--cta); color: var(--cta-fg, #fff); text-decoration: none;
  border-radius: var(--r-btn); padding: 16px 32px;
  font-size: var(--fs-body); font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.x74z .w00lwae { margin-top: 24px; }
.w00lwae:hover { opacity: 0.88; }
.per579 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.en8wnlw {
  position: absolute; inset: 0;
  background: rgba(0, 0, 0, .55);
}
.per579 .otudjl4w {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.per579 .cxxl { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.per579 .p3n8 { color: #e2e8f0; }
.per579.dhhb .otudjl4w { text-align: center; }
.per579.le5t87mh   .otudjl4w { text-align: left; }
.bnq6fg .otudjl4w {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.bnq6fg .cxxl { color: var(--text-primary); text-shadow: none; }
.bnq6fg .p3n8 { color: var(--text-muted); }
.bnq6fg .w00lwae { margin-top: 16px; }
.bnq6fg, .bnq6fg.y1mawx { min-height: auto !important; }
.bnq6fg.dhhb .otudjl4w { text-align: center; }
.bnq6fg.le5t87mh   .otudjl4w { text-align: left; }
.bnq6fg~.ywy1{position:static!important;left: auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin: 0 auto!important;padding: 0 24px 12px!important}
.bnq6fg~.ywy1 .tjmg0dq{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; }
}
.eacahw .en8wnlw {
  background: none;
}
.eacahw .cxxl { color: #fff; }
.eacahw .p3n8 { color: rgba(255,255,255,0.85); }
.gsxrb5n .cxxl { text-shadow: none; color: var(--text-primary); }
.gsxrb5n .p3n8 { color: var(--text-muted); }
body.rn9g .cxxl {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.zle8xes .cxxl {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.y1mawx.eacahw .cxxl,
section.eacahw .cxxl {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.gsxrb5n.dhhb .e5k8eew { align-items: center; text-align: center; }
.y1mawx .wy1skaf2 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.wy1skaf2 .xt1z06 {
  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;
}
.wy1skaf2 .xt1z06 + .xt1z06 { border-top: var(--bw-hair) solid var(--border-alt); }
.wy1skaf2 .w8rhxse { align-items: center; text-align: center; width: 100%; }
.wy1skaf2 .or0d4i8 {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.wy1skaf2 .ffedbe { max-height: 64px; max-width: 140px; }
.wy1skaf2 .lxnda {
  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%;
}
.wy1skaf2 .c0s8pch5.kguca4r7 {
  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;
}
.wy1skaf2 .c0s8pch5.kguca4r7:hover { opacity: 0.85; }
.wy1skaf2 .xt1z06,
.wy1skaf2 .xt1z06:hover,
.wy1skaf2 .xt1z06:nth-child(even),
.wy1skaf2 .xt1z06:nth-child(odd),
.wy1skaf2 .xt1z06:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.vum63vi .otudjl4w { padding-bottom: 24px; }
.x74z .otudjl4w { max-width: 1100px; }
@media (max-width: 700px) {
  .gsxrb5n { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .gsxrb5n:not(.exaa3zkj) .kvjg { display: none !important; }
  .exaa3zkj .kvjg { padding: 16px; }
  .e5k8eew  { padding: 36px 24px; }
  .gsxrb5n~.ywy1,.hukz4~.ywy1{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .y1mawx, .gsxrb5n { min-height: 320px !important; }
  .cxxl { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .mgy8i,
  .ee9ypyw1,
  .h1arb94 { grid-template-columns: 1fr !important; }

  

  
  .vum63vi { display: flex !important; flex-direction: column !important; }
  .vum63vi .otudjl4w { display: contents; }
  .vum63vi .en8wnlw { order: 0; }
  .vum63vi .cxxl { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .vum63vi .mgy8i { order: 2; padding: 0 16px 12px !important; }
  .vum63vi .p3n8 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .x74z .otudjl4w { display: flex; flex-direction: column; }
  .x74z .otudjl4w .cxxl { order: 1; }
  .x74z .otudjl4w .h1arb94 { order: 2; margin: 8px 0 24px !important; }
  .x74z .otudjl4w .p3n8 { order: 3; }
  .x74z .otudjl4w .w00lwae { order: 4; align-self: center; margin-top: 0; }

  
  .gsxrb5n.exaa3zkj {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .gsxrb5n.exaa3zkj .e5k8eew { display: contents; padding: 0; }
  .gsxrb5n.exaa3zkj .e5k8eew .cxxl { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .gsxrb5n.exaa3zkj .kvjg { order: 2; padding: 12px 16px; }
  .gsxrb5n.exaa3zkj .e5k8eew .p3n8 { order: 3; padding: 0 24px; margin: 0 auto; }
  .gsxrb5n.exaa3zkj .e5k8eew .w00lwae { order: 4; align-self: center; margin: 8px 0 32px; }
}
.b0t6p2e { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.rv2ax7o { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.m6w9gj .b0t6p2e        { border-radius: var(--r-card); }
.m6w9gj .rv2ax7o  { border-radius: var(--r-card); }
.h24byp .b0t6p2e         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.h24byp .rv2ax7o   { border-radius: var(--r-btn); }
.rzfbwal8 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.skemu1o { width: 100%; padding: 32px 0; position: relative; }
.fu669 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.dbn3yrn .skemu1o, .o3a04 .skemu1o { background: transparent; }
.zsfolzc .i5cd3 > *,
.k5cep > *, .br2gikz > *, .smboy > *, .r9k99 > *, .exinbh > * {
  --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.b30f { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.b30f {
  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.c5ynad { 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; }
.pyzvoz3o h2.b30f {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.njiu2 h2.b30f {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.lsjf h2.b30f {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.a4ubryg h2.b30f::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.ogbz h2.b30f {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.zjyt3 h2.b30f::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.kuwqb0a h2.b30f {
  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) { .hnv0855x { display: none; } }
.yuhb9f { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.k1vabd { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.wy3kw2 {
  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;
}
.ah2he4n { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.m3et602 { padding-left: 20px; }
.m3et602 li { margin-bottom: 8px; }
.m3et602 a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.m3et602 a:hover { color: var(--tone-link, var(--accent-light)); }
.oobjhx .ah2he4n { display: none; }
.vgjks11 .ah2he4n { display: none; }
.vgjks11 .m3et602 { padding-left: 0; list-style: none; }
.vgjks11 .m3et602 li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.vgjks11 .m3et602 a { font-size: var(--fs-sm); }
.exdk2hy .wy3kw2 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.exdk2hy .ah2he4n { display: none; }
.exdk2hy .m3et602 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.exdk2hy .m3et602 li { margin-bottom: 0; }
.exdk2hy .m3et602 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;
}
.exdk2hy .m3et602 a:hover { border-color: var(--accent); color: var(--accent); }
.p0i6vkg .wy3kw2 { padding: 20px 20px 16px; }
.p0i6vkg .m3et602 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.p0i6vkg .m3et602 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.p0i6vkg .m3et602 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;
}
.p0i6vkg .m3et602 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;
}
.p0i6vkg .m3et602 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.p0i6vkg .m3et602 a:focus,
.p0i6vkg .m3et602 a:focus-visible,
.p0i6vkg .m3et602 a:target { outline: none; }
.p0i6vkg .m3et602 li:target a { border-color: var(--border); color: var(--text-muted); }
.zmtzk3 .wy3kw2 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.zmtzk3 .ah2he4n { display: none; }
.zmtzk3 .m3et602 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.zmtzk3 .m3et602 li { counter-increment: toc-n; margin-bottom: 0; }
.zmtzk3 .m3et602 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;
}
.zmtzk3 .m3et602 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;
}
.zmtzk3 .m3et602 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ox5ti3 .wy3kw2 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.ox5ti3 .ah2he4n { display: none; }
.ox5ti3 .m3et602 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.ox5ti3 .m3et602 li { margin-bottom: 0; }
.ox5ti3 .m3et602 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;
}
.ox5ti3 .m3et602 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.o0ce089z .wy3kw2 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.o0ce089z .ah2he4n { display: none; }
.o0ce089z .m3et602 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.o0ce089z .m3et602 li { margin-bottom: 0; }
.o0ce089z .m3et602 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.o0ce089z .m3et602 li:last-child::after { content: ""; margin-right: 0; }
.o0ce089z .m3et602 a { font-size: var(--fs-sm); }
.i5cd3 { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.zsfolzc .i5cd3 { background: var(--bg-card); }
.hw73 .i5cd3 { background: none; border-radius: 0; padding: 28px 0 8px; }
.hw73 .i5cd3 + .i5cd3 { border-top: var(--bw-hair) solid var(--border-section); }
.h9ehx .i5cd3 {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.h9ehx .i5cd3:last-child { border-bottom: none; }
.ek8cmif .i5cd3 {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.ek8cmif .i5cd3 + .i5cd3 { margin-top: 4px; }
.fqbyhs6d .i5cd3 { background: none; border-radius: 0; padding: 28px 0 8px; }
.fqbyhs6d .i5cd3 + .i5cd3 { border-top: var(--bw-hair) solid var(--border-section); }
.salblh48 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.k5482b59 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.nae14, .wsmua8 { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.nae14 li, .wsmua8 li { margin-bottom: 8px; }
.wsmua8 li { list-style: decimal; }
.smboy { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.akfglqgn .smboy,
.br2gikz .smboy { background: transparent; border: none; border-radius: 0; }
.znv6fp { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.znv6fp 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;
}
.znv6fp td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.znv6fp tr:hover td { background: var(--bg-hover); }
.t4yl8s .znv6fp tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.nduwg .znv6fp { border: var(--bw-hair) solid var(--border-alt); }
.nduwg .znv6fp th,
.nduwg .znv6fp td { border: var(--bw-hair) solid var(--border-alt); }
.kc06cqu .znv6fp th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.kc06cqu .znv6fp td { border-bottom: none; }
.kc06cqu .znv6fp tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.xoii0 .znv6fp th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.y62gbp .smboy {
  overflow: hidden;
}
.y62gbp .znv6fp th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.y62gbp .znv6fp tr:last-child td { border-bottom: none; }
[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%}
.o77zbtby .exinbh { display: grid; grid-template-columns: auto 1fr; }
.o77zbtby .a7db08 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.o77zbtby .dzkd { grid-column: 2; }
.o77zbtby .rm8pt2w,
.o77zbtby .c2qqqxl { grid-column: 1 / -1; }
.bgev .exinbh { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.bgev .dzkd { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.dhlf37 { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.dhlf37         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.qcbn     { --cl-hue: var(--tone-line, var(--accent)); }
.z0j1 { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.g2c9i    { --cl-hue: var(--tone-line, var(--accent)); }
.qcbn, .z0j1, .g2c9i, .a8rbu9 {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.jvowt3x { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.jvowt3x::before { color: var(--cl-hue); }
.dhlf37 strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.dhlf37 p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.mo12r { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.hdpf569, .e8v95xz { border-radius: var(--r-btn); padding: 16px; }
.hdpf569 { background: var(--bg-pros); }
.e8v95xz { background: var(--bg-cons); }
.aecqo { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.hdpf569 .aecqo { color: var(--c-pros-label); }
.e8v95xz .aecqo { color: var(--c-cons-label, var(--c-cons)); }
.hdpf569 ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.e8v95xz ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.rv2ax7o { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.kguca4r7 {
  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;
}
.kguca4r7:hover { opacity: 0.85; }
.d5au4ar .kguca4r7  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.d5au4ar .kguca4r7:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.b2zzzk .kguca4r7  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.b2zzzk .kguca4r7:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.d5au4ar .c0s8pch5.kguca4r7, .b2zzzk .c0s8pch5.kguca4r7,
.d5au4ar .enillnk .kguca4r7, .b2zzzk .enillnk .kguca4r7 {
  background: var(--cta); border: none; color: #fff;
}
.d5au4ar .c0s8pch5.kguca4r7:hover, .b2zzzk .c0s8pch5.kguca4r7:hover,
.d5au4ar .enillnk .kguca4r7:hover, .b2zzzk .enillnk .kguca4r7:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.ghde .w00lwae { border-radius: var(--r-pill); }
.ghde .kguca4r7  { border-radius: var(--r-pill); }
.cbw7z .w00lwae,
.cbw7z .w00lwae:hover,
.grwx .w00lwae,
.grwx .kguca4r7 { box-shadow: none; }
.grwx .w00lwae:hover,
.grwx .kguca4r7:hover { box-shadow: none; opacity: 1; }
.z6ce .w00lwae,
.z6ce .kguca4r7 { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.z6ce .w00lwae:hover,
.z6ce .kguca4r7:hover { opacity: 1; }
.z6ce .w00lwae:active,
.z6ce .kguca4r7:active { transform: translateY(3px); box-shadow: none; }
.s82hw0 .w00lwae,
.s82hw0 .kguca4r7 { box-shadow: none; }
.s82hw0 .w00lwae:hover,
.s82hw0 .kguca4r7:hover { opacity: 1; box-shadow: none; }
.s82hw0 .w00lwae:active,
.s82hw0 .kguca4r7:active { box-shadow: none; }
.sju6y .w00lwae,
.sju6y .kguca4r7 { position: relative; overflow: hidden; }
.sju6y .w00lwae::before,
.sju6y .kguca4r7::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.sju6y .w00lwae:hover::before,
.sju6y .kguca4r7:hover::before { left: 135%; }
.h97cu38l .w00lwae,
.h97cu38l .kguca4r7 { border-radius: 0; }
.dof2tdya .w00lwae { padding-left: 24px; padding-right: 24px; }
.dof2tdya .kguca4r7  { padding-left: 12px; padding-right: 12px; }
.wa05cmt9 .w00lwae { padding-left: 44px; padding-right: 44px; }
.wa05cmt9 .kguca4r7  { padding-left: 24px; padding-right: 24px; }
.ttq0f28 .w00lwae { padding-left: 56px; padding-right: 56px; }
.ttq0f28 .kguca4r7  { padding-left: 32px; padding-right: 32px; }
.qwfwdlg   .w00lwae::after, .qwfwdlg   .kguca4r7::after,
.v5i5h .w00lwae::after, .v5i5h .kguca4r7::after,
.ygjdmc2    .w00lwae::after, .ygjdmc2    .kguca4r7::after,
.oi1a636t    .w00lwae::after, .oi1a636t    .kguca4r7::after,
.c9xya60    .w00lwae::after, .c9xya60    .kguca4r7::after,
.n9lm     .w00lwae::after, .n9lm     .kguca4r7::after,
.usqh6k    .w00lwae::after, .usqh6k    .kguca4r7::after,
.jxzflbs   .w00lwae::after, .jxzflbs   .kguca4r7::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;
}
.qwfwdlg .w00lwae::after, .qwfwdlg .kguca4r7::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");
}
.v5i5h .w00lwae::after, .v5i5h .kguca4r7::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");
}
.ygjdmc2 .w00lwae::after, .ygjdmc2 .kguca4r7::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");
}
.oi1a636t .w00lwae::after, .oi1a636t .kguca4r7::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");
}
.c9xya60 .w00lwae::after, .c9xya60 .kguca4r7::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");
}
.n9lm .w00lwae::after, .n9lm .kguca4r7::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");
}
.usqh6k .w00lwae::after, .usqh6k .kguca4r7::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");
}
.jxzflbs .w00lwae::after, .jxzflbs .kguca4r7::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");
}
.lky2cd   .gh34xsdd::after, .lky2cd   .foqrn::after,
.g5rh5e .gh34xsdd::after, .g5rh5e .foqrn::after,
.mpbb    .gh34xsdd::after, .mpbb    .foqrn::after,
.vf4z1dkx    .gh34xsdd::after, .vf4z1dkx    .foqrn::after,
.ixhe9k    .gh34xsdd::after, .ixhe9k    .foqrn::after,
.tqju627     .gh34xsdd::after, .tqju627     .foqrn::after,
.i3y7fd    .gh34xsdd::after, .i3y7fd    .foqrn::after,
.a4lr   .gh34xsdd::after, .a4lr   .foqrn::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;
}
.lky2cd .gh34xsdd::after, .lky2cd .foqrn::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");
}
.g5rh5e .gh34xsdd::after, .g5rh5e .foqrn::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");
}
.mpbb .gh34xsdd::after, .mpbb .foqrn::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");
}
.vf4z1dkx .gh34xsdd::after, .vf4z1dkx .foqrn::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");
}
.ixhe9k .gh34xsdd::after, .ixhe9k .foqrn::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");
}
.tqju627 .gh34xsdd::after, .tqju627 .foqrn::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");
}
.i3y7fd .gh34xsdd::after, .i3y7fd .foqrn::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");
}
.a4lr .gh34xsdd::after, .a4lr .foqrn::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");
}
.yuh8 {
  --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;
}
.xt1z06 {
  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;
}
.xt1z06 + .xt1z06 { border-top: var(--bw-hair) solid var(--border-alt); }
.xt1z06 > * { min-width: 0; }
.xt1z06:hover { background: var(--bg-hover); }
.xt1z06 > [itemprop="item"] { display: contents; }
.xt1z06 [itemprop="itemReviewed"],
.xt1z06 [itemprop="reviewRating"] { display: none; }
.w8rhxse {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.gpvqu, .ijuhw9, .isxxgzs4,
.ogqhb3, .gmqtxf, .xhlk1w0p { align-items: center; text-align: center; }
.gmqtxf, .xhlk1w0p { align-items: stretch; }
.e14q {
  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%;
}
.pyuvy {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.z39h3 .pyuvy {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.lxnda {
  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;
}
.ndssq63 {
  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;
}
.fbjcfb8 {
  font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-solid);
  color: var(--text-muted); font-variant-numeric: tabular-nums;
}
.or0d4i8 {
  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;
}
.a2madd .ffedbe { max-height: 60px; max-width: 68px; }
.ffedbe {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.ijuhw9 .or0d4i8 { width: 168px; }
.qak42lf .or0d4i8,
.qak42lf .w4xdk9,
.oilc8 .or0d4i8,
.oilc8 .w4xdk9,
.z55q .or0d4i8,
.z55q .w4xdk9,
.s4p0 .or0d4i8,
.s4p0 .w4xdk9,
.qak42lf .or0d4i8, .oilc8 .or0d4i8,
.z55q .or0d4i8,  .s4p0 .or0d4i8 {
  width: 88px; height: 88px; padding: 12px;
}
.qak42lf .or0d4i8 .ffedbe, .oilc8 .or0d4i8 .ffedbe,
.z55q .or0d4i8 .ffedbe,  .s4p0 .or0d4i8 .ffedbe {
  max-height: 60px; max-width: 68px;
}
.q4h3l .or0d4i8, .q4h3l .or0d4i8.a2madd,
.q4h3l .w4xdk9,   .q4h3l .w4xdk9.a2madd,
.q4h3l .n3fja,    .q4h3l .n3fja.a2madd {
  background: transparent; padding: 0;
}
.nvgl, .tzbha {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px; max-width: 100%;
}
.ygi7cir {
  width: 38px; height: 26px; object-fit: contain;
  display: block; flex-shrink: 0;
  padding: 4px 4px; box-sizing: border-box;
  background: #fff; border: var(--bw-hair) solid var(--border-alt);
  border-radius: clamp(3px, var(--radius-button, 8px), 5px);
}
.g7hdiv .ygi7cir { background: #f7f8fa; }
.aeu1 {
  background: var(--text-muted);
  border: none; padding: 0; width: 30px; height: 20px;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}
.c0s8pch5.kguca4r7 {
  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;
}
.xhlk1w0p {
  display: grid; grid-template-rows: var(--cs-link-h) auto var(--cs-link-h);
  align-content: center; --cs-link-h: 22px;
}
.xhlk1w0p::before { content: ""; }
.li3r {
  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;
}
.li3r:hover { color: var(--accent); text-decoration: underline; }
.wy1skaf2 .xt1z06 { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .xt1z06 { gap: 16px; padding: 16px 16px; }
  .or0d4i8 { width: 152px; height: 96px; }
  .ffedbe { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .xt1z06 {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .w8rhxse { justify-content: flex-start; }
  
  .tzbha, .nvgl { flex-direction: row; }
  
  .tzbha .ndssq63:nth-child(n+3) { display: none; }
  
  .gpvqu {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .w8rhxse { text-align: left; align-items: flex-start; }

  
  .ijuhw9, .isxxgzs4, .dy5t12f {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .ogqhb3 {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .ijuhw9 .or0d4i8, .isxxgzs4 .or0d4i8,
  .dy5t12f .or0d4i8 { width: auto; height: 72px; }
  .ffedbe { max-height: 72px; max-width: 128px; }
  .dt3a9i { font-size: var(--fs-body); }
  .lxnda { font-size: var(--fs-sm); }

  
  .r23vgsr, .vcez83a9, .swscx,
  .b20e4n, .iy2k, .iq8n,
  .z39h3, .dhhk, .cco0y,
  .fbpjk, .r4uxdvb {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .gmqtxf, .xhlk1w0p { order: 4; flex: 1 0 100%; }
  .xhlk1w0p { display: flex; flex-direction: column; }
  .xhlk1w0p::before { display: none; }
  .c0s8pch5.kguca4r7 { width: 100%; padding: 12px 20px !important; }
  .li3r { text-align: left; }
}
@media (max-width: 560px) {
  .xt1z06 { padding: 16px; gap: 12px 12px; }
  
  .e14q, .da7fhce, .ndssq63 { font-size: var(--fs-caption); }
  .pyuvy { font-size: var(--fs-sm); }
  .dt3a9i { font-size: var(--fs-body); }
  .lxnda { font-size: var(--fs-sm); }
  .fbjcfb8 { font-size: var(--fs-sm); }
  .de4as { font-size: var(--fs-lead); }
  
  .c0s8pch5.kguca4r7 { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .w8rhxse { gap: 2px; }
  .ijuhw9 .or0d4i8, .isxxgzs4 .or0d4i8,
  .dy5t12f .or0d4i8 { height: 64px; }
  .ffedbe { max-height: 64px; max-width: 116px; }
  .a2madd { padding: 8px; }
  .dt3a9i { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .r23vgsr, .vcez83a9, .swscx,
  .b20e4n, .iy2k, .iq8n,
  .z39h3, .dhhk, .cco0y,
  .fbpjk, .r4uxdvb { flex-basis: 100%; min-width: 100%; }
}
.k5cep {
  --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;
}
.y4fsa4 {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.w4xdk9 {
  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;
}
.w4xdk9 img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.nnjw4 { flex: 1; min-width: 0; }
.nnjw4 h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.pzrj { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.sg5y09 { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.sg5y09 strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.sg5y09 .o1rgcmu { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.rt5ylx81 {
  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);
}
.rt5ylx81 > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.rboa em, .kdpl0z em, .bn1lifjo em, .lo206 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) { .rt5ylx81 { padding: 12px 16px; gap: 8px 16px; } }
.enillnk { flex-shrink: 0; align-self: center; }
.enillnk .kguca4r7 {
  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) {
  .y4fsa4 { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .w4xdk9 { order: 1; width: 104px; height: 104px; }
  .w4xdk9 img { max-width: 96px; max-height: 88px; }
  .enillnk { order: 2; margin-left: auto; align-self: center; }
  .nnjw4 { order: 3; flex: 1 1 100%; min-width: 0; }
  .nnjw4 h3 { font-size: var(--fs-body); }
}
.t44a1uf img.dlx87iw { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.akfglqgn { padding: 20px 24px; }
.x0825o { color: var(--text-body); margin-bottom: 16px; }
.fedrft { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.uw7vd7d8, .xmzlwqoa { list-style: none; font-size: var(--fs-sm); }
.uw7vd7d8 li { color: var(--text-body); margin-bottom: 4px; }
.xmzlwqoa li { color: var(--text-body); margin-bottom: 4px; }
.uw7vd7d8 li::before { content: "✓"; margin-right: 5px; }
.xmzlwqoa li::before { content: "✗"; margin-right: 5px; }
.wegnmnt { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.wegnmnt strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.n8vj {
  
  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;
}
.f8hotfaa { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.vs8pz8 {
  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);
}
.vmfp1w5f .vs8pz8 { border-top-width: var(--bw-bar) !important; }
.s2tyj .vs8pz8 { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .br2p4w52 .tx77 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .br2p4w52 .k5cep { margin: 0; }
}
.icb8k .y4fsa4 { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.icb8k .w4xdk9 { background: transparent; }
.klmeq .k5cep { border-top: var(--bw-bar) solid var(--accent); }
.klmeq .y4fsa4 { background: var(--bg-card); }
.lepb .k5cep { 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; }
.lepb .y4fsa4 { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.lepb .akfglqgn { padding: 16px 16px; }
.lepb .w4xdk9 { border-radius: var(--r-chip); }
.lepb .vs8pz8 { border-radius: 0; }
.z4dvc6tj .y4fsa4 { padding: 0; gap: 0; overflow: hidden; }
.z4dvc6tj .w4xdk9 {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.z4dvc6tj .nnjw4 { padding: 16px 20px; }
.z4dvc6tj .enillnk { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .z4dvc6tj .w4xdk9 { width: 116px; min-height: 104px; }
}
.omcqb .pzrj { font-size: var(--fs-sm); }
.br2gikz .mo12r { gap: 12px; }
.br2gikz .hdpf569, .br2gikz .e8v95xz { padding: 12px; }
.br2gikz .hdpf569 ul, .br2gikz .e8v95xz ul { margin: 4px 0 0; padding-left: 20px; }
.br2gikz .hdpf569 li, .br2gikz .e8v95xz li { font-size: var(--fs-label); margin-bottom: 4px; }
.rdsfw .n8vj { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .hh36 { grid-template-columns: 1fr; }
  .fxb0i { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .fxb0i .n3fja { width: 72px; height: 50px; }
  .fxb0i .vho0cz5 { max-width: 180px; }
  .fxb0i .oqvssw { width: auto; }
}
.l38bc .omcqb .pzrj { filter: brightness(1.2); }
@media (max-width: 720px) {
  .l38bc { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .yiazvfx { padding: 16px; }
  .lu4nv .n05ss02e { min-width: 50%; }
}
.l8rw6j2 .mo12r { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .cmsksvq { grid-template-columns: 1fr; }
  .fnzg34 { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .xy8gwxg { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .i2fo36a { flex-wrap: wrap; padding: 16px; }
}
.s56x9xm .mo12r { gap: 8px; }
.s56x9xm .hdpf569, .s56x9xm .e8v95xz { padding: 8px; }
@media (max-width: 480px) {
  .l3jwf2t5 { flex-direction: column; align-items: stretch; }
}
.o62ynl .oqvssw .kguca4r7 { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .ptcb { flex-direction: column; align-items: stretch; gap: 12px; }
  .o62ynl .oqvssw { text-align: center; }
}
@media (max-width: 720px) {
  .u5kpe5n8 { grid-template-columns: 1fr; }
  .xbl1tl33 { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .kaq93usx { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.cm6u .o1rgcmu { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.j2s785q .pzrj { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .qlhjo0e { grid-template-columns: 1fr; }
  .j2s785q { width: 100px; height: 100px; margin: 16px auto; }
  .cm6u { font-size: var(--fs-h3); }
  .x1kqk29 { justify-content: center; }
  .g1tsun08 .n05ss02e { min-width: 50%; }
}
.llyf .mo12r { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .nsmo4 { flex-wrap: wrap; padding: 16px 16px; }
  .dnid { padding: 12px 16px; }
  .llyf .mo12r { margin: 0 16px; }
  .llyf .rdsfw { padding: 0 16px; }
  .y6xg2oj { padding: 12px 16px; }
}
.t3882v89 .xt1z06 { position: relative; }
.t3882v89 .xt1z06::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.u009804 .yuh8 {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.u009804 .xt1z06 {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.u009804 .xt1z06 + .xt1z06 { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .ykx9l .w8rhxse + .w8rhxse {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.kdeacnch .xt1z06 { padding-top: 16px; padding-bottom: 16px; }
.kdeacnch .xt1z06 + .xt1z06 { border-top: none; }
.kdeacnch .xt1z06:nth-child(even) { background: var(--bg-surface); }
.kdeacnch .xt1z06:nth-child(even):hover { background: var(--bg-hover); }
.sb754h .xt1z06:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .e3ntr .r23vgsr, .e3ntr .vcez83a9,
  .e3ntr .swscx, .e3ntr .b20e4n,
  .e3ntr .iy2k, .e3ntr .iq8n,
  .e3ntr .z39h3, .e3ntr .dhhk,
  .e3ntr .cco0y, .e3ntr .fbpjk,
  .e3ntr .r4uxdvb {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.iibt .e14q { opacity: .8; letter-spacing: var(--ls-label); }
.iibt .pyuvy { font-weight: 700; }
.n63lz .swscx, .n63lz .b20e4n,
.n63lz .cco0y, .n63lz .fbpjk,
.n63lz .r4uxdvb {
  background: color-mix(in srgb, var(--text-primary) 3.5%, transparent);
  border-radius: var(--r-chip);
  padding: 8px 12px;
}
.yv2nwa .bqx8qr {
  background: color-mix(in srgb, var(--text-primary) 5%, transparent);
  border-radius: var(--r-pill); padding: 4px 12px; font-size: var(--fs-label);
}
.hl5w5g .sg5y09 .pzrj,
.jbe5zma3 .sg5y09 .pzrj,
.zem3nl .sg5y09 .pzrj { display: none; }
.hl5w5g .o1rgcmu { display: none; }
.jbe5zma3 .sg5y09 strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.jbe5zma3 .jbcd4xm,
.jbe5zma3 .o1rgcmu { font-size: 1em; }
.zem3nl .sg5y09 strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.zem3nl .o1rgcmu { display: none; }
.jnfzmvjw { margin: 16px 0; }
.y2nvw { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.y2nvw 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;
}
.y2nvw 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;
}
.y2nvw summary:hover { background: var(--bg-surface); }
.y2nvw summary:hover::after { color: var(--accent); }
.y2nvw[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.y2nvw[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.y2nvw[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.y2nvw p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.skemu1o { margin-bottom: 0; }
.t3z7tig h2.b30f { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.kn0bxr7j h2.b30f { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.hdpf569, .e8v95xz { border: var(--bw-hair) solid transparent; }
.hdpf569 .aecqo, .hdpf569 .s38bq { color: var(--c-pros-label); }
.e8v95xz .aecqo, .e8v95xz .saczep { color: var(--c-cons-label, var(--c-cons)); }
.hdpf569 ul li, .e8v95xz ul li, .uw7vd7d8 li, .xmzlwqoa li { color: var(--text-body); }
.hdpf569 .uw7vd7d8 li, .e8v95xz .xmzlwqoa li { position: relative; padding-left: 1.5em; }
.hdpf569 .uw7vd7d8 li::before, .e8v95xz .xmzlwqoa li::before { position: absolute; left: 0; margin-right: 0; }
.hib29v6 .hdpf569 { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.hib29v6 .e8v95xz { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.r47l .hdpf569, .r47l .e8v95xz { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.r47l .hdpf569 { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.r47l .e8v95xz { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.j9gwrap .hdpf569, .j9gwrap .e8v95xz { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.j9gwrap .hdpf569 { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.j9gwrap .e8v95xz { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.xqik5kkb .hdpf569, .xqik5kkb .e8v95xz { background: var(--bg-card); border-width: var(--bw-rule); }
.xqik5kkb .hdpf569 { border-color: var(--sem-pos-line); }
.xqik5kkb .e8v95xz { border-color: var(--sem-neg-line); }
.qh7adj8j .hdpf569, .qh7adj8j .e8v95xz { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.qh7adj8j .e8v95xz { border-left: var(--bw-hair) solid var(--border); }
.qo44ecj .s38bq::before { content: "✓ "; }
.qo44ecj .saczep::before { content: "✗ "; }
.s2tyj .dhlf37 { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.s2tyj .dhlf37 strong { color: var(--text-primary); }
.s2tyj .dhlf37 p      { color: var(--text-muted); }
.vmfp1w5f .dhlf37 { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.e6h4 .dhlf37 {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.e6h4 .dhlf37 strong { color: var(--text-primary); }
.e6h4 .dhlf37 p { color: var(--text-muted); }
.e6h4 .dhlf37 { border-left: var(--bw-bar) solid var(--cl-hue); }
.e6h4 .jvowt3x::before { color: rgba(255,255,255,0.9) !important; }
.ostuzur .dhlf37 {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.ostuzur .dhlf37 strong { color: var(--text-primary); }
.ostuzur .dhlf37 p      { color: var(--text-muted); }
.ej9z8i1k .dhlf37 { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.k92wjl2 .jvowt3x,
.ja22 .jvowt3x,
.n53lj60b .jvowt3x,
.k92wjl2 .jvowt3x::before,
.ja22 .jvowt3x::before,
.n53lj60b .jvowt3x::before,
.s9za2bna .zsfolzc .i5cd3,
.s9za2bna .hw73 .i5cd3  { box-shadow: var(--sh-1); }
.s9za2bna .smboy          { box-shadow: var(--sh-1); }
.s9za2bna .wy3kw2                    { box-shadow: var(--sh-1); }
.f06cqoze .zsfolzc .i5cd3,
.f06cqoze .hw73 .i5cd3,
.f06cqoze .exinbh,
.f06cqoze .smboy,
.f06cqoze .wy3kw2,
.f06cqoze .ej9z8i1k .dhlf37 { box-shadow: none; }
.bbqnd8 { --fs-body: 18px; --fs-sm: 16px; --fs-lead: 21px; }
.dcii7 { --fs-h1: 58px; --fs-h2: 38px; --fs-h3: 28px; }
.skemu1o + .skemu1o { position: relative; }
.v5de9n6   .skemu1o + .skemu1o::before,
.m5tk1kp9  .skemu1o + .skemu1o::before,
.fci2xl   .skemu1o + .skemu1o::before,
.ebhp4   .skemu1o + .skemu1o::before,
.k3mrhf56   .skemu1o + .skemu1o::before,
.gtoqmz0 .skemu1o + .skemu1o::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.v5de9n6 .skemu1o + .skemu1o::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.m5tk1kp9 .skemu1o + .skemu1o::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.fci2xl .skemu1o + .skemu1o::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;
}
.ebhp4 .skemu1o + .skemu1o::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.q5mvgfv .skemu1o { margin-bottom: 16px; }
.q5mvgfv .skemu1o + .skemu1o { margin-top: 0; }
.q5mvgfv .fu669 { padding-top: 0; padding-bottom: 0; }
.k3mrhf56 .skemu1o + .skemu1o::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.gtoqmz0 .skemu1o + .skemu1o::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.r6nv5lrg .skemu1o + .skemu1o::before,
.p78l .skemu1o + .skemu1o::before,
.ee4xf .skemu1o + .skemu1o::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%;
}
.dbn3yrn .r6nv5lrg .skemu1o:nth-child(even)::before,
.dbn3yrn .p78l .skemu1o:nth-child(even)::before,
.dbn3yrn .ee4xf .skemu1o:nth-child(even)::before { background: var(--bg-surface); }
.o3a04 .r6nv5lrg .skemu1o:nth-child(even)::before,
.o3a04 .p78l .skemu1o:nth-child(even)::before,
.o3a04 .ee4xf .skemu1o:nth-child(even)::before { background: var(--bg-card); }
.r6nv5lrg .skemu1o + .skemu1o::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");
}
.p78l .skemu1o + .skemu1o::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");
}
.ee4xf .skemu1o + .skemu1o::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");
}
.t9edbh .per579:not(.eacahw) .en8wnlw { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.eh9qywq8 .per579:not(.eacahw) .en8wnlw { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.yq650yq  .per579:not(.eacahw) .en8wnlw { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.smnu  .per579:not(.eacahw) .en8wnlw { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.smnu .eacahw { background: linear-gradient(180deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, var(--accent-light)) 100%); }
.smnu .d1y86myp { background: linear-gradient(180deg, var(--hero-a, var(--accent)), var(--hero-b, var(--accent-light))); }
.smnu .gsxrb5n { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.kli5 .eacahw .en8wnlw { background: none; }
.kli5 .per579:not(.eacahw) .en8wnlw { background: rgba(0,0,0,0.6); }
.w5bpa .b0t6p2e { float: left; width: 38%; margin: 0 28px 16px 0; }
.w5bpa .b0t6p2e .rv2ax7o { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.w5bpa .fu669::after { content: ''; display: block; clear: both; }
.wxq0ct .b0t6p2e { float: right; width: 38%; margin: 0 0 16px 28px; }
.wxq0ct .b0t6p2e .rv2ax7o { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.wxq0ct .fu669::after { content: ''; display: block; clear: both; }
.shixnm45 .skemu1o:nth-child(odd)  .b0t6p2e { float: left;  width: 38%; margin: 0 28px 16px 0; }
.shixnm45 .skemu1o:nth-child(even) .b0t6p2e { float: right; width: 38%; margin: 0 0 16px 28px; }
.shixnm45 .b0t6p2e .rv2ax7o { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.shixnm45 .fu669::after { content: ''; display: block; clear: both; }
.w5bpa .yuh8,
.wxq0ct .yuh8,
.shixnm45 .yuh8 { clear: both; }
@media (max-width: 900px) {
  .w5bpa .b0t6p2e,
  .wxq0ct .b0t6p2e,
  .shixnm45 .skemu1o:nth-child(odd)  .b0t6p2e,
  .shixnm45 .skemu1o:nth-child(even) .b0t6p2e {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .w5bpa .b0t6p2e .rv2ax7o,
  .wxq0ct .b0t6p2e .rv2ax7o,
  .shixnm45 .b0t6p2e .rv2ax7o {
    max-height: none !important;
  }
}
.w5bpa .nae14,
.w5bpa .wsmua8,
.wxq0ct .nae14,
.wxq0ct .wsmua8,
.shixnm45 .nae14,
.shixnm45 .wsmua8 { overflow: hidden; }
@media (max-width: 640px) {
  .w5bpa .b0t6p2e,
  .wxq0ct .b0t6p2e,
  .shixnm45 .b0t6p2e { float: none; width: 100%; margin: 0 0 16px 0; }
}
.a7ehdec1 .rzfbwal8,
.a7ehdec1 .fu669,
.a7ehdec1 .zlcs  { max-width: 1060px; }
.iz1k .rzfbwal8,
.iz1k .fu669,
.iz1k .zlcs  { max-width: 1180px; }
.ibedemb8 .rzfbwal8,
.ibedemb8 .fu669,
.ibedemb8 .zlcs  { max-width: 1260px; }
.ibedemb8 { --content-mw: 1260px; }
.v7f9eenw { font-size: var(--fs-label); color: var(--text-muted); }
.vycnkp3 { display: flex; align-items: center; }
.p3b5iou {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.snp6y2fz { display: flex; align-items: center; }
.xty9wr { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.xty9wr:hover { text-decoration: underline; }
.vkqyb { margin: 0 4px; opacity: 0.45; }
.vkqyb::before { content: '/'; }
.idbh90f { padding: 2px 4px; color: var(--text-main); }
.bvirenq5 .v7f9eenw {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.bvirenq5 .vycnkp3 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.uq7va1ys .v7f9eenw {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.uq7va1ys .vycnkp3 { padding: 0 0 0 12px; }
.ceemhm {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.yfcr8xqz .vycnkp3 { padding: 0 16px; }
.yfcr8xqz .v7f9eenw {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.yfcr8xqz .rzfbwal8 { padding-top: 28px; }
@media (max-width: 720px) {
  .ceemhm { margin-top: 20px; padding: 0 16px; }
  .yfcr8xqz .rzfbwal8 { padding-top: 16px; }
}
.a7ehdec1.bvirenq5 .vycnkp3 { max-width: 1100px; }
.iz1k.bvirenq5 .vycnkp3 { max-width: 1200px; }
.ibedemb8.bvirenq5 .vycnkp3 { max-width: 1320px; }
.a7ehdec1 .ceemhm { max-width: 1100px; }
.iz1k .ceemhm { max-width: 1200px; }
.ibedemb8 .ceemhm { max-width: 1320px; }
.rxbw7 .skemu1o { padding-top: 16px; padding-bottom: 16px; }
.zkzk20l .skemu1o { padding-top: 24px; padding-bottom: 24px; }
.wejeg .skemu1o { padding-top: 40px; padding-bottom: 40px; }
.iufejk1 .skemu1o { padding-top: 52px; padding-bottom: 52px; }
.l9sc .skemu1o:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.l9sc .skemu1o:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.l9sc .skemu1o:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.l9sc .skemu1o:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.hvo1 .fu669 { padding-top: 12px;  padding-bottom: 12px; }
.nurn .fu669 { padding-top: 20px;  padding-bottom: 20px; }
.vbqc .fu669 { padding-top: 36px;  padding-bottom: 36px; }
.jjkyw8fr .fu669 { padding-top: 48px;  padding-bottom: 48px; }
.oy7ekb0 h1, .oy7ekb0 h2, .oy7ekb0 h3, .oy7ekb0 .cxxl { font-weight: 700; }
.a0ntw3 h1, .a0ntw3 h2, .a0ntw3 h3, .a0ntw3 .cxxl { font-weight: 700; }
.wewlr, .oy7ekb0, .s94kwy8l, .a0ntw3 { font-weight: 400; }
.gh34xsdd {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.ih0ig .gh34xsdd { display: none; }
@media (max-width: 640px) {
  .gh34xsdd { display: none !important; }
}
.gh34xsdd { background: var(--cta) !important; color: #fff !important; border: none !important; }
.gh34xsdd:hover { opacity: 0.85; }
.flrhc .gh34xsdd { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.s59drqj  .foqrn { left: 32px; }
@media (max-width: 480px) {
  .qaeo .foqrn { right: 20px; bottom: 20px; }
  .s59drqj  .foqrn { left: 20px; bottom: 20px; }
}
.c4s4sy1k { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.zlcs { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.mpmlp24 { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.woo5 { color: var(--text-dim); font-size: var(--fs-label); }
.pv4ohju5 a, .pbvoqhw a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.pv4ohju5 a:hover, .pbvoqhw a:hover { color: var(--accent-light); }
.pbvoqhw { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.znul0ff4 .zlcs { text-align: center; }
.znul0ff4 .pbvoqhw { justify-content: center; margin-bottom: 16px; }
.znul0ff4 .mpmlp24 { margin-top: 0; }
.jiwf6mhv { margin-top: 12px; }
.jiwf6mhv a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .zlcs { padding-left: 16px; padding-right: 16px; }
  .qn6vs1 .zlcs { padding: 20px 16px; }
  .pbvoqhw { gap: 4px 12px; }
  .mpmlp24 { font-size: var(--fs-caption); }
}
.zetla .mpmlp24 { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.zetla .woo5 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .zetla .wvlw { grid-template-columns: 1fr 1fr; } .zetla .mqzal6 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zetla .wvlw { grid-template-columns: 1fr; } }
.rbwka47 .mpmlp24 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .rbwka47 .s41etfxe { gap: 12px; } .rbwka47 .z1kxtjj { margin-right: 0; width: 100%; } }
.mk0lyj9 .mpmlp24 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.mk0lyj9 .woo5 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .mk0lyj9 .loag3sh9 { grid-template-columns: 1fr 1fr; } .mk0lyj9 .pqvsd { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mk0lyj9 .loag3sh9 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .sk4r5 .yzlf { grid-template-columns: 1fr 1fr; } .sk4r5 .knmu:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .sk4r5 .yzlf { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .ebisox .yzlf { grid-template-columns: 1fr; } }
.vvuk5nqf .zlcs { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.vvuk5nqf .pbvoqhw { justify-content: center; }
.astnf .iejwr1      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.c0rozs .iejwr1      { background: #0d1117; border-bottom-color: #21262d; }
.c0rozs .tb5ks { color: var(--accent-light); }
.c0rozs .qynf62p { --msep-color: #8b949e; }
.c0rozs .qynf62p a { color: #8b949e; }
.c0rozs .qynf62p a:hover { color: var(--accent-light); }
.c0rozs .knonnd6 { color: #8b949e; }
.c0rozs .c4s4sy1k { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.c0rozs .mpmlp24,
.c0rozs .woo5 { color: #6e7681; }
.c0rozs .pv4ohju5 a, .c0rozs .pbvoqhw a,
.c0rozs .pv4ohju5 a:hover, .c0rozs .pbvoqhw a:hover,
@media (max-width: 640px) {
  .c0rozs .qynf62p { background: #0d1117; border-top-color: #21262d; }
  .c0rozs .qynf62p li a { border-bottom-color: #21262d; }
}
.o1ip4 .iejwr1      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.o1ip4 .tb5ks { color: var(--accent-light); }
.o1ip4 .qynf62p { --msep-color: #475569; }
.o1ip4 .qynf62p a { color: #475569; }
.o1ip4 .qynf62p a:hover { color: var(--accent-light); }
.o1ip4 .knonnd6 { color: #64748b; }
.o1ip4 .c4s4sy1k { background: #f0f4f8; border-top-color: #cbd5e1; }
.o1ip4 .mpmlp24,
.o1ip4 .woo5 { color: #64748b; }
.o1ip4 .pv4ohju5 a, .o1ip4 .pbvoqhw a,
.o1ip4 .pv4ohju5 a:hover, .o1ip4 .pbvoqhw a:hover,
@media (max-width: 640px) {
  .o1ip4 .qynf62p { background: #f0f4f8; border-top-color: #cbd5e1; }
  .o1ip4 .qynf62p li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.e4l7d .iejwr1 { background: var(--b-50); border-bottom-color: var(--b-200); }
.e4l7d .qynf62p a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .e4l7d .qynf62p { background: var(--b-50); border-top-color: var(--b-200); }
}
.qy9vkl2 .iejwr1, .rem8 .iejwr1 { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.qy9vkl2 .tb5ks, .rem8 .tb5ks { color: #fff; }
.qy9vkl2 .qynf62p, .rem8 .qynf62p { --msep-color: rgba(255,255,255,0.82); }
.qy9vkl2 .qynf62p a, .rem8 .qynf62p a { color: rgba(255,255,255,0.82); }
.qy9vkl2 .qynf62p a:hover, .rem8 .qynf62p a:hover { color: #fff; }
.qy9vkl2 .knonnd6, .rem8 .knonnd6 { color: rgba(255,255,255,0.9); }
@media (max-width: 640px) {
  .qy9vkl2 .qynf62p, .rem8 .qynf62p { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .qy9vkl2 .qynf62p li a, .rem8 .qynf62p li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.v9kpy5.qy9vkl2 .gh34xsdd { background: #fff !important; color: var(--b-700) !important; }
.li45doqd .iejwr1 {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.li45doqd .iejwr1::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) {
  .li45doqd .qynf62p {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ks5ejwix .cwm7qc { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.nr2ui0r .cwm7qc { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.eyypwx .cwm7qc { min-height: 72px; height: auto; }
.sywhi1q .cwm7qc { min-height: 84px; height: auto; }
.qn6vs1 .cwm7qc { max-width: none; padding: 0 32px; }
.qn6vs1 .zlcs  { max-width: none; padding: 24px 32px; }
.xktbw.iz1k .cwm7qc { max-width: 1200px; }
.xktbw.ibedemb8 .cwm7qc { max-width: 1320px; }
.o61i   .tb5ks, .o61i   .z1kxtjj { text-transform: capitalize; }
.o4du .tb5ks, .o4du .z1kxtjj { text-transform: lowercase; }
.eqomxnu .tb5ks, .eqomxnu .z1kxtjj { text-transform: uppercase; letter-spacing: var(--ls-label); }
.tk1lqe, .aq2dktz3 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.o69a1m6z .tk1lqe,
.fs95ip .tk1lqe,
.oxqzp8 .tk1lqe,
.or48io .tk1lqe,
.zb64   .qynf62p a { font-weight: 500; }
.s0mjenvm .qynf62p a { font-weight: 600; }
.fpae     .qynf62p a { font-weight: 700; }
.gv1kanq8    .qynf62p a { font-weight: 700; letter-spacing: normal; }
.szflfu     .qynf62p > li + li::before,
.cyw5cm    .qynf62p > li + li::before,
.x3pgkocu    .qynf62p > li + li::before,
.l6o0qb5 .qynf62p > li + li::before,
.suv1aok2 .qynf62p > li + li::before,
.gzfa85c  .qynf62p > li + li::before,
.o2s9oaj1    .qynf62p > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.szflfu     .qynf62p > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.cyw5cm    .qynf62p > li + li::before { content: "|"; }
.x3pgkocu    .qynf62p > li + li::before { content: "—"; }
.l6o0qb5 .qynf62p > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.suv1aok2 .qynf62p > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.gzfa85c  .qynf62p > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.o2s9oaj1    .qynf62p > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .dtloq .knonnd6,
  .v6k7vwik .knonnd6,
  .gchja .knonnd6,
  .uiwwscf7 .knonnd6,
  .c37qz .knonnd6 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .dtloq .knonnd6::before,
  .v6k7vwik .knonnd6::before,
  .gchja .knonnd6::before,
  .uiwwscf7 .knonnd6::before,
  .c37qz .knonnd6::before { content: ""; display: block; flex-shrink: 0; }

  
  .dtloq .knonnd6::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;
  }

  
  .v6k7vwik .knonnd6::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;
  }

  
  .gchja .knonnd6::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;
  }

  
  .uiwwscf7 .knonnd6::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;
  }

  
  .c37qz .knonnd6::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) {
  .jrq4p8z .knonnd6 {
    padding: 4px 16px;
  }
  .jrq4p8z .qynf62p {
    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;
  }
  .jrq4p8z .qynf62p li a {
    border-bottom: none; padding: 12px 24px;
  }
  .jrq4p8z .qynf62p li a:hover { background: var(--bg-raised); }
  .jrq4p8z .pcx9bg,
  .xnwvhu08 .pcx9bg,
  .k78lbitq .pcx9bg { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ledadrp .knonnd6 {
    padding: 4px 12px;
  }
  .ledadrp .qynf62p {
    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);
  }
  .ledadrp .qynf62p.jzrpbi { transform: translateX(0); }
  .ledadrp .qynf62p li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .ledadrp .qynf62p li:last-child a { border-bottom: none; }
  .qy9vkl2 .qynf62p,
  .c0rozs .qynf62p { background: var(--accent) !important; }
  .qy9vkl2 .qynf62p li a,
  .c0rozs .qynf62p li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .k78lbitq .knonnd6 {
    padding: 4px 12px;
  }
  .k78lbitq .qynf62p {
    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);
  }
  .k78lbitq .qynf62p::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .k78lbitq .qynf62p.jzrpbi { transform: translateY(0); }
  .k78lbitq .qynf62p li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .gswxmvv .knonnd6 {
    padding: 4px 12px;
  }
  .gswxmvv .qynf62p {
    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;
  }
  .gswxmvv .qynf62p.jzrpbi { opacity: 1; pointer-events: auto; }
  .gswxmvv .qynf62p li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .i3vo     .knonnd6 { border-radius: 0 !important; }
  .qir7ts   .knonnd6 { border-radius: var(--r-btn) !important; }
  .aop5v5 .knonnd6 { border-radius: 50% !important; }
  .npf966   .knonnd6 { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .m2fg5yv .nsaub0x { flex-direction: column; align-items: stretch; }
  .m2fg5yv .g0r0dq { flex-direction: row; min-width: auto; }
  .m2fg5yv .ox8i1 { align-items: flex-start; text-align: left; }
}
.ap79ew,
.ap79ew.skemu1o,
.dbn3yrn .ap79ew,
.ukg2778 .ap79ew,
.o3a04 .ap79ew,
.b7rc .ap79ew {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.gw86hpz {
  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;
}
.t8avq4 { flex: 1 1 280px; min-width: 0; }
.nbwcg {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.kw8a0fb {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.ej1lu {
  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;
}
.ej1lu:hover { transform: translateY(-1px); opacity: 0.95; }
.wy02 .gw86hpz {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.wy02 .nbwcg { color: var(--cta); }
.wy02 .kw8a0fb { color: var(--text-body); }
.wy02 .ej1lu {
  background: var(--cta);
  color: var(--cta-fg);
}
.o9sht7z .gw86hpz {
  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);
}
.o9sht7z .nbwcg { color: var(--text-primary); }
.o9sht7z .kw8a0fb { color: var(--text-body); }
.o9sht7z .ej1lu {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .gw86hpz {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .t8avq4 { flex: 0 0 auto; }
  .nbwcg { font-size: var(--fs-lead); }
  .ej1lu { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.mh9j3bdc .at292d2b { height: 36px; }
.aswr .at292d2b { height: 60px; max-width: 200px; }
.q3jqz0 .at292d2b { height: 56px; max-width: 180px; }
.d31406yk    .bqx8qr, .d31406yk    .pzrj { color: #f59e0b; }
.hcsssm6v      .pzrj   { font-size: var(--fs-lead); }
.kwbzr    .bqx8qr, .kwbzr    .pzrj { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.b32eu     .bqx8qr, .b32eu     .pzrj { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.negd544x .bqx8qr, .negd544x .pzrj { color: var(--cta); letter-spacing: var(--ls-wide); }
.o6nj1gjj   .bqx8qr, .o6nj1gjj   .pzrj { color: #e91e63; letter-spacing: var(--ls-wide); }
.kt2tl7p  .bqx8qr, .kt2tl7p  .pzrj { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.oned222     .bqx8qr, .oned222     .pzrj { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.ftj8fau .fbjcfb8 {
  font-size: var(--fs-lead); font-weight: 700;
  color: var(--text-muted); opacity: .45;
}
.ugp5g3w .yuh8 {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.ugp5g3w .xt1z06 {
  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);
}
.ugp5g3w .xt1z06 + .xt1z06 { border-top: var(--bw-hair) solid var(--border-alt); }
.ugp5g3w .w8rhxse { align-items: center; text-align: center; }
.ugp5g3w .gpvqu {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
}
.ugp5g3w .fbjcfb8 {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: var(--cta-fg, #fff);
  display: flex; align-items: center; justify-content: center;
  font-size: var(--fs-sm); font-weight: 700;
}
.ugp5g3w .or0d4i8 {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.ugp5g3w .ffedbe { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.ugp5g3w .lxnda { font-size: var(--fs-body); }
.ugp5g3w .c0s8pch5.kguca4r7 { min-width: 180px; }
@media (min-width: 720px) {
  .ugp5g3w .yuh8 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .ugp5g3w .xt1z06 + .xt1z06 { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .ugp5g3w .xt1z06 { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .ugp5g3w .gpvqu { top: -16px; left: 50%; }
  .ugp5g3w .or0d4i8 { width: 132px; height: 132px; }
}
.pyq33gt .yuh8 {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.pyq33gt .xt1z06 {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.pyq33gt .or0d4i8 {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.pyq33gt .ffedbe { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.pyq33gt .fbjcfb8 {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--accent-bg); color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-size: var(--fs-label); font-weight: 700;
}
@media (max-width: 900px) {
  .pyq33gt .or0d4i8 { width: 104px; height: 104px; }
}
.qmcpo .y2nvw {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.qmcpo .y2nvw summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.qmcpo .y2nvw summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.qmcpo .y2nvw[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.qmcpo .y2nvw p { padding: 0 14px 18px; }
.qmcpo .y2nvw[open] p { border-top: none; padding-top: 0; }
.vgczu6ec .y2nvw { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.vgczu6ec .y2nvw 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;
}
.vgczu6ec .y2nvw summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.vgczu6ec .y2nvw[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.vgczu6ec .y2nvw p { padding: 14px 24px 4px; }
.vgczu6ec .y2nvw[open] p { border-top: none; padding-top: 14px; }
.dxi3f .y2nvw {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.dxi3f .y2nvw summary { color: var(--text-primary); padding: 16px 18px; }
.dxi3f .y2nvw[open] summary { box-shadow: none; }
.dxi3f .y2nvw p { padding: 0 18px 18px; }
.h4yz .jnfzmvjw { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.h4yz .y2nvw {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.h4yz .y2nvw:last-child { border-bottom: none; }
.h4yz .y2nvw summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.h4yz .y2nvw p { padding: 0 20px 16px; }
.mlukiw .y2nvw { overflow: hidden; }
.mlukiw .y2nvw 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));
}
.mlukiw .y2nvw summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.mlukiw .y2nvw summary::after { color: var(--tone-mark, var(--accent)); }
.mlukiw .y2nvw[open] summary { border-radius: 0; box-shadow: none; }
.y6ie8 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.b0y7i2ed {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.y7bu4vmb {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.vde5 { color: var(--text-muted); font-size: var(--fs-body); }
.yceidjq2 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.lv925c {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.kgw2pl { margin-bottom: 20px; }
.f7gsu {
  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);
}
.oub8 {
  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;
}
.oub8:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.dz4ypv4 { resize: vertical; min-height: 130px; }
.svbaf { width: 100%; margin-top: 8px; }
.cykrun {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.d0qfd6g {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.r6o4g { color: var(--text-muted); line-height: var(--lh-read); }
.bg9so4 { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.bg9so4 li { margin-bottom: 8px; }
.dd0pz { max-width: 760px; margin: 0 auto; }
.ozadz { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.tzn19th { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.tzn19th:last-child { border-bottom: none; }
.tzn19th h2 {
  font-size: var(--fs-body); font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.tzn19th p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.f89o6bzo { max-width: 760px; margin: 0 auto; }
.qdc3eg { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.qdc3eg:last-child { border-bottom: none; }
.kzvax7 { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.qdc3eg p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.qdc3eg ul.bg9so4 { margin: 0; }
.x3i6 .kzvax7 { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .x3i6 { grid-template-columns: 1fr; gap: 12px; } }
.tcx2 .kzvax7 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
.gl9smpfk .bg9so4 { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .isgqm { grid-template-columns: 1fr; } }
.pqk4ac { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.pqk4ac:hover .zwfoyy { color: var(--accent-light); text-decoration: underline; }
.zm573m { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.yir8vcrj { max-width: 760px; margin: 0 auto; }
.quex ul.bg9so4 { margin: 0; }
.rk7f { color: var(--text-muted); line-height: var(--lh-read); }
.s2om09xx .bg9so4,
.g4yms4l4 .bg9so4,
.b9ds .bg9so4,
.qe0of56q .bg9so4 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.puy3il { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.p1ipzmi5 { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.jdz25e { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.im8qfnb { margin-top: 12px; }
.bnaf1tg2 { 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; }
.bnaf1tg2:hover { border-bottom-color: var(--accent-light); }
.y3lh1 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.y3lh1 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.j719juo { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.ffp7ag { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.o9fd8h { color: var(--text-muted); font-weight: 600; letter-spacing: normal; }
@media (max-width: 640px) { .u32ds2i8 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ts4e9674 .jdz25e, .ts4e9674 .p1ipzmi5 { max-width: 640px; }
.p6sl .puy3il { font-size: var(--fs-h3); margin-top: 20px; }
.ezeixov4 .jdz25e { margin-bottom: 28px; }
@media (max-width: 860px) { .i91e { grid-template-columns: 1fr; } .p6sl { position: static; text-align: center; } }
.y1s5h .y3lh1 { margin: 0 auto 20px; }
.y1s5h .ffp7ag { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .f0nc3b3 { grid-template-columns: 1fr; } }
.nqj6mar4 { 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; }
.ogdix8bi { flex: 1; }
.nqj6mar4 .puy3il { font-size: var(--fs-h3); margin-bottom: 8px; }
.yhbuxz6x { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.qe0of56q { background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 24px; }
.aqhh { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.qe0of56q p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.qe0of56q .bg9so4 { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .nqj6mar4 { flex-direction: column; text-align: center; } .yhbuxz6x { grid-template-columns: 1fr; } }
.vw3cw .puy3il { font-size: var(--fs-lead); margin: 0 0 4px; }
.vw3cw .ffp7ag { margin: 0; }
.ngqqysh4 .y7bu4vmb { color: var(--accent-light); }
.q3fadv9 .y7bu4vmb { font-size: var(--fs-h2); }
.q3fadv9 .vde5 { max-width: 680px; }
.yl9n {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.yl9n .y7bu4vmb { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.yl9n .vde5  { margin: 0; }
@media (max-width: 640px) { .yl9n { flex-direction: column; } }
.t713g2 .y7bu4vmb { color: var(--accent-light); }
.kblvwt .y7bu4vmb { color: #fff; }
.kblvwt .vde5  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .ukz6sr { grid-template-columns: 1fr; } }
.l1zvk7 .oub8 {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.l1zvk7 .oub8:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.pfad .oub8 { background: var(--bg-raised); border-color: transparent; }
.pfad .oub8:focus { background: var(--bg-card); border-color: var(--accent-light); }
.y5nz47r .oub8 { border-radius: var(--r-pill); padding: 12px 20px; }
.y5nz47r .dz4ypv4 { border-radius: var(--r-card); }
@media (max-width: 640px) { .ojdhvw { grid-template-columns: 1fr; } }
.nav8hcz{display:none}
.nav8hcz:empty,.tjmg0dq:empty{display:none}
.nshuv{position:relative;overflow:visible}
.x1a5o07y .ywy1,.yiesy .ywy1,
.btkgl .ywy1,.k03ferus .ywy1,
.fxf9x2ch .ywy1,.rqawwsp .ywy1{display:block}
.rif7ryg .tfx4bu{display:block}
.x1a5o07y .ywy1,.yiesy .ywy1,
.btkgl .ywy1,.k03ferus .ywy1,
.fxf9x2ch .ywy1{position:absolute;z-index:3;left: 24px;right: 24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin: 0 auto;padding: 0;box-sizing:border-box}
.x1a5o07y .ywy1 .tjmg0dq,.yiesy .ywy1 .tjmg0dq,
.btkgl .ywy1 .tjmg0dq,.k03ferus .ywy1 .tjmg0dq,
.fxf9x2ch .ywy1 .tjmg0dq{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}
.x1a5o07y .ywy1,.yiesy .ywy1{top: 12px}
.x1a5o07y .ywy1 .tjmg0dq{margin-right:auto}
.yiesy .ywy1 .tjmg0dq{margin-left:auto}
.yiesy .ywy1{text-align:right}
.btkgl .ywy1,.k03ferus .ywy1{bottom: 12px}
.btkgl .ywy1 .tjmg0dq{margin-right:auto}
.k03ferus .ywy1 .tjmg0dq{margin-left:auto}
.k03ferus .ywy1{text-align:right}
.fxf9x2ch .ywy1{position:relative;margin-top: 16px}
.fxf9x2ch .ywy1 .tjmg0dq{margin: 0 auto}
.rqawwsp .ywy1{max-width:var(--content-mw,1100px);margin: 0 auto;padding: 8px 24px}
.rqawwsp .ywy1 .tjmg0dq{margin: 0}
.rqawwsp .gsxrb5n~.ywy1,
.rqawwsp .hukz4~.ywy1{max-width:none;margin: 0;padding: 8px clamp(24px,calc(50vw - 476px),96px)}
.rqawwsp .gsxrb5n~.ywy1 .tjmg0dq,
.rqawwsp .hukz4~.ywy1 .tjmg0dq{justify-content:flex-start}
.gsxrb5n~.ywy1,.hukz4~.ywy1{position:static!important;left: auto!important;right: auto!important;top: auto!important;bottom: auto!important;transform:none!important;width:100%!important;max-width:none!important;padding: 8px clamp(24px,calc(50vw - 476px),96px)!important}
.gsxrb5n~.ywy1 .tjmg0dq{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.hukz4~.ywy1 .tjmg0dq{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.tfx4bu .tjmg0dq{margin: 0 0 12px}
.tjmg0dq{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.lv1vn{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.zwfoyy{font-weight:600;color:var(--text-heading);opacity:1}
.jbzxvc .lv1vn{display:none}
.el9e .tjmg0dq{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.ga8gr8 .wsbkto{color: var(--accent-light);opacity:1;font-weight:500}
.dc39yz82 .tjmg0dq{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.u7yib8oa{--date-bg:var(--accent-bg)}
.apg14v0 .karm4w0::before{content:""}
.hlp0a47 .r9k99{background:var(--surface-alt);border-radius:var(--radius, 8px);border: var(--bw-hair) solid var(--border)}
@media(max-width:640px){
  .r9k99{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .puxik1{max-width:100%}
}
.grr97lrk .smboy{margin: 0}
@media (max-width:560px){
  .rdspas{grid-template-columns:repeat(2,1fr);gap: 12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .fsz5 { padding: 28px 20px 20px; }
  .bq5h04 { font-size: var(--fs-lead); }
  .k7aa { max-width: 220px; max-height: 80px; }
}
.doptcla {
  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);
}
.xodo1 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.ua6rh8ob  .doptcla { border-radius: 50%; }
.pmlv0fx4  .doptcla { border-radius: var(--r-chip); }
.i9ae7ir .doptcla { border-radius: var(--r-card); }
.qbaee4zl .gw86hpz {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .doptcla { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.rc0f .skemu1o {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.rc0f .fu669 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.rc0f .gw86hpz {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.vflkv {
  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;                  
}
.vflkv.tttsrd { transform: translate(-50%, 0); }
.vflkv .skemu1o,
.vflkv .fu669 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.vflkv .gw86hpz {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.eoxl2dq {
  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;
}
.eoxl2dq::before,
.eoxl2dq::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.eoxl2dq::before { transform: translate(-50%, -50%) rotate(45deg); }
.eoxl2dq::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.eoxl2dq:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .vflkv { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .vflkv .gw86hpz {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .vflkv .kw8a0fb { display: none !important; }
  .vflkv .nbwcg { font-size: var(--fs-body) !important; }
  .vflkv .doptcla { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .eoxl2dq { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .cwm7qc { flex-direction: row-reverse; }
[dir="rtl"] .qynf62p { flex-direction: row-reverse; }
[dir="rtl"] .s59drqj  .foqrn { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .qaeo .foqrn { right: auto; left: 20px; }
  [dir="rtl"] .s59drqj  .foqrn { left: auto;  right: 20px; }
}
[dir="rtl"] .w5bpa .b0t6p2e  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .wxq0ct .b0t6p2e { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .nae14, [dir="rtl"] .wsmua8 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .hdpf569 { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .e8v95xz { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .dhlf37 { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .gw86hpz { direction: rtl; }
[dir="rtl"] .doptcla { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .xt1z06,
[dir="rtl"] .v7f9eenw { direction: rtl; }
[dir="rtl"] .wy3kw2 { direction: rtl; }
[dir="rtl"] .m3et602 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .per579.le5t87mh .otudjl4w,
[dir="rtl"] .bnq6fg.le5t87mh .otudjl4w,
[dir="rtl"] .eacahw.le5t87mh .otudjl4w,
[dir="rtl"] .vum63vi.le5t87mh .otudjl4w,
[dir="rtl"] .x74z.le5t87mh .otudjl4w { text-align: right; }
[dir="rtl"] .gsxrb5n.dhhb .e5k8eew { text-align: center; }
[dir="rtl"] .fu669,
[dir="rtl"] .yuhb9f,
[dir="rtl"] .k1vabd,
[dir="rtl"] .otudjl4w { text-align: right; }
[dir="rtl"] .lv925c,
[dir="rtl"] .f7gsu,
[dir="rtl"] .jdz25e,
[dir="rtl"] .oub8,
[dir="rtl"] .dz4ypv4 { text-align: right; direction: rtl; }
[dir="rtl"] .y5nz47r .oub8,
[dir="rtl"] .l1zvk7 .oub8 { padding-right: 20px; padding-left: 20px; }
.fmmrmbna .yuh8,
.fsr610h .yuh8,
.htf1r3o .yuh8 { border: var(--bw-hair) solid var(--border-alt); }
.ckhkk .yuh8 {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.fmmrmbna .xt1z06,
.fsr610h .xt1z06,
.ckhkk .xt1z06,
.htf1r3o .xt1z06 {
  gap: 24px;
  padding: 24px 24px;
}
.fmmrmbna .xt1z06 + .xt1z06,
.htf1r3o .xt1z06 + .xt1z06 { border-top: none; }
.fmmrmbna .xt1z06:nth-child(even),
.htf1r3o .xt1z06:nth-child(even) { background: var(--bg-surface); }
.ckhkk .xt1z06 {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.fmmrmbna .fbjcfb8,
.fsr610h .fbjcfb8,
.ckhkk .fbjcfb8,
.htf1r3o .fbjcfb8 {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent-bg); color: var(--accent);
  font-size: var(--fs-sm); font-weight: 700;
}
.htf1r3o .fbjcfb8 { background: var(--accent); color: var(--cta-fg, #fff); }
.fmmrmbna .or0d4i8,
.fsr610h .or0d4i8,
.ckhkk .or0d4i8,
.htf1r3o .or0d4i8 {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.fmmrmbna .ffedbe,
.fsr610h .ffedbe,
.ckhkk .ffedbe,
.htf1r3o .ffedbe {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.htf1r3o .lxnda { font-size: var(--fs-body); font-weight: 700; }
.fmmrmbna .c0s8pch5.kguca4r7,
.fsr610h .c0s8pch5.kguca4r7,
.ckhkk .c0s8pch5.kguca4r7,
.htf1r3o .c0s8pch5.kguca4r7 {
  padding: 16px 24px !important;
}
.htf1r3o .c0s8pch5.kguca4r7 { box-shadow: none; }
@media (max-width: 1080px) {
  .fmmrmbna .xt1z06,
  .fsr610h .xt1z06,
  .ckhkk .xt1z06,
  .htf1r3o .xt1z06 { gap: 16px; padding: 20px; }
  .fmmrmbna .or0d4i8,
  .fsr610h .or0d4i8,
  .ckhkk .or0d4i8,
  .htf1r3o .or0d4i8 { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .fmmrmbna .or0d4i8,
  .fsr610h .or0d4i8,
  .ckhkk .or0d4i8,
  .htf1r3o .or0d4i8 { width: 104px; height: 104px; }
}
.mt67bp .jvowt3x { display: none; }
.uw7vd7d8 li::before { color: #2f855a; font-weight: 700; }
.xmzlwqoa li::before { color: #9b2c2c; font-weight: 700; }
.s38bq::before { color: #2f855a; }
.saczep::before { color: #9b2c2c; }
.ghde  .ej1lu, .ghde  .bkthl { border-radius: var(--r-pill); }
.h97cu38l .ej1lu, .h97cu38l .bkthl { border-radius: 0; }
.wco23f3l .ej1lu, .wco23f3l .bkthl { border-radius: var(--r-btn); }
.ej1lu, .bkthl, .w00lwae, .kguca4r7, .c0s8pch5.kguca4r7 {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
body.h97cu38l { --btn-radius: 0px; }
.w00lwae, .kguca4r7, .c0s8pch5.kguca4r7, .ej1lu, .bkthl,
.a41gx, .rtus04, .vflkv .ej1lu {
  border-radius: var(--btn-radius) !important;
}
.tkkh9hho a, .yuhb9f a, .k1vabd a, .x0825o a, .y2nvw 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;
}
.tkkh9hho a:hover, .yuhb9f a:hover, .k1vabd a:hover, .x0825o a:hover { text-decoration-color: currentColor; }
.vxszhji   { --hero-a: var(--b-900); --hero-b: var(--b-800); }
.pzfy61l5 .y1mawx.eacahw .cxxl,
.pzfy61l5 section.eacahw .cxxl { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.pzfy61l5 .eacahw .p3n8 { color: var(--text-body); }
.pkudkct .per579:not(.eacahw) .en8wnlw {
  background: linear-gradient(120deg, color-mix(in srgb, var(--b-900) 88%, transparent) 0%, color-mix(in srgb, var(--b-700) 58%, transparent) 100%);
}
.w0qwofw .per579:not(.eacahw) .en8wnlw {
  background: linear-gradient(120deg, color-mix(in srgb, var(--b-900) 88%, transparent) 0%, color-mix(in srgb, var(--b-near, var(--b-800)) 55%, transparent) 100%);
}
.vxszhji .per579:not(.eacahw) .en8wnlw {
  background: linear-gradient(180deg, color-mix(in srgb, var(--n-900) 72%, transparent) 0%, color-mix(in srgb, var(--n-900) 86%, transparent) 100%);
}
.y1mawx.per579:not(.eacahw) .cxxl,
section.per579:not(.eacahw) .cxxl { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.v9kpy5.pkudkct .eacahw .w00lwae,
.v9kpy5.w0qwofw    .eacahw .w00lwae { background: #fff !important; color: var(--b-700) !important; }
.ntbt .c4s4sy1k { background: var(--bg-page); border-top-color: var(--border-alt); }
.z5x57 .c4s4sy1k { background: var(--b-50); border-top-color: var(--b-200); }
.i8zpxj9k .c4s4sy1k, .ous00en .c4s4sy1k, .tqqrjgrh .c4s4sy1k {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.i8zpxj9k .c4s4sy1k :is(.mpmlp24, .woo5),
.ous00en   .c4s4sy1k :is(.mpmlp24, .woo5),
.tqqrjgrh    .c4s4sy1k :is(.mpmlp24, .woo5) { color: rgba(255,255,255,0.68); }
.i8zpxj9k .c4s4sy1k :is(.j3xg, .rxrrgiph),
.ous00en   .c4s4sy1k :is(.j3xg, .rxrrgiph),
.tqqrjgrh    .c4s4sy1k :is(.j3xg, .rxrrgiph) { color: rgba(255,255,255,0.7); }
.i8zpxj9k .c4s4sy1k a, .ous00en .c4s4sy1k a, .tqqrjgrh .c4s4sy1k a { color: rgba(255,255,255,0.9); }
.i8zpxj9k .c4s4sy1k a:hover, .ous00en .c4s4sy1k a:hover, .tqqrjgrh .c4s4sy1k a:hover { color: #fff; }
.i8zpxj9k .c4s4sy1k .z1kxtjj,
.ous00en   .c4s4sy1k .z1kxtjj,
.tqqrjgrh    .c4s4sy1k .z1kxtjj { color: #fff; }
.fszs3rkh .yuh8:not(.wy1skaf2) .xt1z06:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.ofr2g .yuh8:not(.wy1skaf2) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.ofr2g .yuh8:not(.wy1skaf2) .xt1z06 { background: var(--bg-card); border-radius: var(--r-btn); }
.ofr2g .yuh8:not(.wy1skaf2) .xt1z06 + .xt1z06 { margin-top: 8px; border-top: none; }
.ndssq63 { background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary)); }
.fbjcfb8 { color: var(--tone-mark, var(--text-muted)); }
.t3882v89 .xt1z06::before { background: var(--tone-line, var(--accent)); }
.sb754h .xt1z06:first-child { border-top-color: var(--tone-line, var(--accent)); }
.y2nvw summary:hover::after, .y2nvw[open] summary::after { color: var(--tone-mark, var(--accent)); }
.klmeq .k5cep { border-top-color: var(--tone-line, var(--accent)); }
.icb8k .y4fsa4 { background: var(--tone-fill, var(--accent-bg)); }
.nd2sk047 .z1dh .ffedbe,
.nd2sk047 .w4xdk9.z1dh img,
.nd2sk047 .n3fja.z1dh img { border-radius: 22%; }
.nd2sk047 .w4xdk9.z1dh { border-radius: var(--r-card); }
.wtsi15 .z1dh .ffedbe,
.wtsi15 .w4xdk9.z1dh img,
.wtsi15 .n3fja.z1dh img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.wtsi15 .w4xdk9.z1dh { border-radius: 50%; padding: 5px; }
.wtsi15 .z1dh.or0d4i8, .nd2sk047 .z1dh.or0d4i8 { overflow: visible; }
.k5cep, .br2gikz, .yuh8:not(.wy1skaf2), .smboy, .y2nvw {
  border: none; box-shadow: var(--sh-card);
}
.s9za2bna .k5cep, .s9za2bna .br2gikz,
.s9za2bna .yuh8:not(.wy1skaf2) { box-shadow: var(--sh-lift); }
.qmcpo .y2nvw, .vgczu6ec .y2nvw, .h4yz .y2nvw { box-shadow: none; }
.h4yz .jnfzmvjw { border: none; box-shadow: var(--sh-card); }
.dxi3f .y2nvw { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.vgczu6ec .y2nvw summary { border: none; box-shadow: var(--sh-card); }
.vgczu6ec .y2nvw[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.mlukiw .y2nvw summary { color: var(--tone-fill-head-raw); }
.lepb .k5cep { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.exinbh, .dhlf37, .wy3kw2 { border: none; box-shadow: var(--panel-sh, none); }
.zsfolzc .i5cd3 { border: none; box-shadow: var(--sub-sh, none); }
.f06cqoze .exinbh, .f06cqoze .wy3kw2 { box-shadow: var(--panel-sh, none); }
.f06cqoze .smboy, .f06cqoze .ej9z8i1k .dhlf37 { box-shadow: var(--sh-card); }
.f06cqoze .zsfolzc .i5cd3 { box-shadow: var(--sub-sh, none); }
.hw73 .i5cd3, .f06cqoze .hw73 .i5cd3, .s9za2bna .hw73 .i5cd3 { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.dhlf37 { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.z0j1 { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.dhlf37 strong, .s2tyj .dhlf37 strong, .e6h4 .dhlf37 strong,
.ostuzur .dhlf37 strong { color: var(--cl-head); }
.dhlf37 p, .s2tyj .dhlf37 p, .e6h4 .dhlf37 p,
.ostuzur .dhlf37 p { color: var(--cl-fg); }
.s2tyj .dhlf37 { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.s2tyj .dhlf37 strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.vmfp1w5f .dhlf37 { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.e6h4 .dhlf37 { border: none; }
.ostuzur .dhlf37  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.ej9z8i1k .dhlf37   { 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); }
.vs8pz8 { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.vs8pz8 strong { color: var(--cl-head); }
.hdpf569, .e8v95xz { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.hdpf569 ul li, .hdpf569 .uw7vd7d8 li { color: var(--sem-pos-body); }
.e8v95xz ul li, .e8v95xz .xmzlwqoa li { color: var(--sem-neg-body); }
.hib29v6 .hdpf569, .hib29v6 .e8v95xz { border: none; }
.r47l .hdpf569, .r47l .e8v95xz { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.r47l .hdpf569 { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.r47l .e8v95xz { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.j9gwrap .hdpf569, .j9gwrap .e8v95xz { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.j9gwrap .hdpf569 { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.j9gwrap .e8v95xz { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.sc7nz .hdpf569 .aecqo, .sc7nz .e8v95xz .aecqo {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.sc7nz .hdpf569 .aecqo { background: var(--sem-pos-fg); }
.sc7nz .e8v95xz .aecqo { background: var(--sem-neg-fg); }
.sc7nz .s38bq::before, .sc7nz .saczep::before { color: #fff; }
.qh7adj8j .hdpf569 ul li, .qh7adj8j .hdpf569 .uw7vd7d8 li,
.qh7adj8j .e8v95xz ul li, .qh7adj8j .e8v95xz .xmzlwqoa li { color: var(--text-body); }
.wy3kw2 { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.ah2he4n { color: var(--tone-fill-head, var(--text-primary)); }
.p0i6vkg .m3et602 a, .exdk2hy .m3et602 a, .zmtzk3 .m3et602 a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.p0i6vkg .m3et602 a:hover, .exdk2hy .m3et602 a:hover, .zmtzk3 .m3et602 a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.ox5ti3 .wy3kw2 { border-bottom-color: var(--border-alt); }
.ox5ti3 .m3et602 a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.n8vj, .ndssq63 { border: none; }
.f8hotfaa { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.rt5ylx81 { border-top: none; }
.rt5ylx81 > span { color: var(--tone-fill-head, var(--text-primary)); }
.rboa em, .kdpl0z em, .bn1lifjo em, .lo206 em { color: var(--tone-fill-muted, var(--text-muted)); }
.icb8k .y4fsa4 { border-bottom: none; }
.lepb .y4fsa4 { border-bottom: none; }
.w4xdk9.z1dh { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.w4xdk9.z1dh img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.nd2sk047 .w4xdk9.z1dh img { border-radius: 22%; }
.wtsi15  .w4xdk9.z1dh img { border-radius: 50%; }
.wtsi15  .w4xdk9.z1dh { padding: 0; }
@media (min-width: 900px) {
  .br2p4w52 .tx77 > .k5cep:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.nae14 li::marker { color: var(--tone-mark, var(--accent)); }
.wsmua8 li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.pyzvoz3o h2.b30f { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.njiu2 h2.b30f { border-bottom-color: var(--tone-mark, var(--accent)); }
.lsjf h2.b30f { border-top-color: var(--tone-mark, var(--accent)); }
.w5bpa .i5cd3, .wxq0ct .i5cd3, .shixnm45 .i5cd3,
.w5bpa .dhlf37, .wxq0ct .dhlf37, .shixnm45 .dhlf37,
.w5bpa .mo12r, .wxq0ct .mo12r, .shixnm45 .mo12r,
.w5bpa .smboy, .wxq0ct .smboy, .shixnm45 .smboy { clear: both; }
.b0t6p2e .rv2ax7o { box-shadow: var(--sh-card); }
.smboy { border-radius: var(--r-card); }
.nduwg .znv6fp { border: none; }
.e4l7d .qynf62p a { color: var(--b-800); }
.e4l7d .qynf62p a:hover { color: var(--b-600); }
.pzfy61l5 .y1mawx.eacahw .cxxl,
.pzfy61l5 section.eacahw .cxxl,
.pzfy61l5 .bnq6fg .cxxl { color: var(--b-900) !important; }
.pzfy61l5 .eacahw .p3n8, .pzfy61l5 .bnq6fg .p3n8 { color: var(--b-800); }
.z5x57 .c4s4sy1k, .z5x57 .c4s4sy1k a { color: var(--b-800); }
.z5x57 .c4s4sy1k :is(.mpmlp24, .woo5, .j3xg) { color: var(--b-700); }
.gw86hpz { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.ej1lu { border: none; }
.ejg6d .ej1lu { background: #fff !important; color: var(--cta) !important; }
.wy02 .gw86hpz { background: var(--b-100); border: none; }
.wy02 .nbwcg { color: var(--b-900); }
.wy02 .kw8a0fb { color: var(--b-800); }
.o9sht7z .gw86hpz { background: var(--b-900); border: none; border-radius: var(--r-card); }
.o9sht7z .nbwcg { color: #fff; }
.o9sht7z .kw8a0fb { color: rgba(255,255,255,0.82); }
.s2jh .gw86hpz { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.s2jh .ej1lu { background: #fff !important; color: var(--b-800) !important; }
.doptcla { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.xodo1 { width: 100%; height: 100%; object-fit: cover; }
h2.b30f, .cxxl, h1.b30f, .nbwcg { font-weight: 700; }
.nnjw4 h3, h3.c5ynad { font-weight: 600; }
.xxp0 { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.nae14 { list-style: none !important; padding-left: 0; margin: 16px 0; }
.nae14 li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.nae14 li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.nae14 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);
}
.x1yj .nae14 li { padding-left: 28px; }
.x1yj .nae14 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));
}
.x1yj .nae14 li::after { content: none; }
.x1yj .nae14 li::marker, .nae14 li::marker { content: ""; }
.wsmua8 { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.wsmua8 li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.wsmua8 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;
}
.x1yj .wsmua8 li::before { border-radius: 50%; }
.wsmua8 li::marker { content: ""; }
h3.c5ynad { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.tkkh9hho strong, .yuhb9f strong, .salblh48 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");
}
.uw7vd7d8 li::before, .xmzlwqoa 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);
}
.xmzlwqoa li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.uw7vd7d8 li, .xmzlwqoa li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.s38bq::before, .saczep::before { content: none !important; display: none !important; }
.aecqo { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.mt67bp .jvowt3x, .jvowt3x {
  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;
}
.qcbn .jvowt3x     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.z0j1 .jvowt3x { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.a8rbu9 .jvowt3x  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.vs8pz8 .jvowt3x, .be6jjmh .jvowt3x { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.jvowt3x::before { content: none !important; }
.dhlf37 { gap: 14px; }
.k5cep { --rv-pad: 24px; }
.y4fsa4 { padding: var(--rv-pad); }
.akfglqgn { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.akfglqgn > * { margin: 0 !important; }
.x0825o { line-height: var(--lh-read); }
.rt5ylx81 {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.rt5ylx81 > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.rt5ylx81 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)); }
.rt5ylx81 b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.fedrft { gap: 16px; }
.qh7adj8j .hdpf569, .qh7adj8j .e8v95xz { padding: 0; }
.qh7adj8j .e8v95xz { padding-left: 20px; }
.wegnmnt { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.fedrft + .wegnmnt { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.qh2n8ddt { 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); }
.n8vj, .f8hotfaa, .xsc8pfl {
  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));
}
.vs8pz8 { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.vs8pz8 strong, .s2tyj .vs8pz8 strong,
.be6jjmh strong, .s2tyj .be6jjmh strong {
  display: block; padding: 0; margin: 0 0 6px; border: none;
  font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label);
  color: var(--tone-sub, var(--cl-head));
}
.vs8pz8 p, .be6jjmh p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.vs8pz8 { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.sg5y09 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); }
.sg5y09 .o1rgcmu { color: inherit; opacity: .7; }
.zsfolzc .i5cd3 { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.kuwqb0a h2.b30f { 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); }
.pct4fmyi .o9sht7z .ej1lu, .pct4fmyi .s2jh .ej1lu,
.pct4fmyi .vxszhji .eacahw .w00lwae { background: #fff !important; color: var(--b-900) !important; }
.pct4fmyi.vxszhji .eacahw .w00lwae,
.pct4fmyi.rem8 .gh34xsdd, .pct4fmyi.tqqrjgrh .c4s4sy1k .kguca4r7 { background: #fff !important; color: var(--b-900) !important; }
.br2p4w52 .tx77 { align-items: stretch; }
.k5cep { display: flex; flex-direction: column; }
.k5cep .akfglqgn { flex: 1 1 auto; }
.k5cep .vs8pz8 { margin-top: auto !important; }
.znv6fp { font-size: var(--fs-sm); }
.znv6fp th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.znv6fp td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.znv6fp td:first-child { font-weight: 600; color: var(--text-primary); }
.znv6fp tbody tr:last-child td { border-bottom: none; }
.znv6fp tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.kc06cqu .znv6fp th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.nduwg .znv6fp th, .nduwg .znv6fp td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.nduwg .znv6fp th + th, .nduwg .znv6fp td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.nduwg .znv6fp tbody tr:last-child td { border-bottom: none; }
.frj74 .nduwg .znv6fp th + th, .xmuy05 .nduwg .znv6fp th + th,
.xoii0.nduwg .znv6fp th + th { border-left-color: rgba(255,255,255,0.16); }
.t4yl8s .znv6fp tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.bgev .exinbh { padding-left: 0; padding-right: 0; }
.bgev .exinbh:hover { transform: none; box-shadow: none; }
.f06cqoze .exinbh, .s9za2bna .exinbh { box-shadow: var(--sh-card); }
.bgev .exinbh, .f06cqoze .bgev .exinbh { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .t51d3ya:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .t51d3ya:has(> :nth-child(5):last-child) .exinbh { padding: 20px 16px 18px; }
  .t51d3ya:has(> :nth-child(6):last-child), .t51d3ya:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .t51d3ya:has(> :nth-child(7):last-child), .t51d3ya:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .nae14 li, [dir="rtl"] .x1yj .nae14 li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .x1yj .nae14 li { padding-right: 28px; }
[dir="rtl"] .nae14 li::before { left: auto; right: 0; }
[dir="rtl"] .x1yj .nae14 li::before { left: auto; right: 6px; }
[dir="rtl"] .nae14 li::after { left: auto; right: 9px; }
[dir="rtl"] .wsmua8 li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .wsmua8 li::before { left: auto; right: 0; }
[dir="rtl"] .uw7vd7d8 li, [dir="rtl"] .xmzlwqoa li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .uw7vd7d8 li::before, [dir="rtl"] .xmzlwqoa li::before { left: auto; right: 0; }
[dir="rtl"] .j9gwrap .hdpf569, [dir="rtl"] .j9gwrap .e8v95xz { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .j9gwrap .hdpf569 { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .j9gwrap .e8v95xz { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .qh7adj8j .e8v95xz { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .dhlf37, [dir="rtl"] .ostuzur .dhlf37, [dir="rtl"] .ej9z8i1k .dhlf37 { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .s2tyj .dhlf37, [dir="rtl"] .vmfp1w5f .dhlf37, [dir="rtl"] .e6h4 .dhlf37 { border-right: none; }
[dir="rtl"] .pyzvoz3o h2.b30f { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .znv6fp th, [dir="rtl"] .znv6fp td { text-align: right; }
[dir="rtl"] .nduwg .znv6fp th + th, [dir="rtl"] .nduwg .znv6fp td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .dxi3f .y2nvw, [dir="rtl"] .mlukiw .y2nvw summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .y2nvw summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .fszs3rkh .yuh8:not(.wy1skaf2) .xt1z06:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .xt1z06 { gap: 0 14px; padding: 16px; }
  .xt1z06::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .isxxgzs4, .dy5t12f { flex: 1 1 0; min-width: 0; }
  .ijuhw9 { flex: 0 0 auto; }
  .ogqhb3 { align-self: center; }
  
  .r23vgsr, .vcez83a9, .swscx,
  .b20e4n, .iy2k, .iq8n,
  .z39h3, .dhhk, .r4uxdvb {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .r23vgsr, .vcez83a9, .swscx { flex-basis: 100%; min-width: 100%; }
  
  .cco0y, .fbpjk { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .nvgl, .tzbha { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .tzbha .ndssq63:nth-child(n+3) { display: inline-block; }
  .tzbha .ndssq63:nth-child(n+4) { display: none; }
  
  .gmqtxf, .xhlk1w0p { margin-top: 16px; }
  .li3r { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .b20e4n, .iy2k, .iq8n,
  .z39h3, .dhhk, .r4uxdvb { flex-basis: 100%; min-width: 100%; }
}
.or0d4i8.z1dh, .qak42lf .or0d4i8.z1dh, .oilc8 .or0d4i8.z1dh,
.z55q .or0d4i8.z1dh, .s4p0 .or0d4i8.z1dh,
.n3fja.z1dh, .qak42lf .n3fja.z1dh, .oilc8 .n3fja.z1dh,
.z55q .n3fja.z1dh, .s4p0 .n3fja.z1dh {
  background: transparent; padding: 0; width: auto; height: auto;
}
.qak42lf .or0d4i8.z1dh .ffedbe, .oilc8 .or0d4i8.z1dh .ffedbe,
.z55q .or0d4i8.z1dh .ffedbe, .s4p0 .or0d4i8.z1dh .ffedbe { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .or0d4i8.z1dh .ffedbe { max-height: 64px; max-width: 64px; }
  
  .tzbha { flex-wrap: wrap; overflow: visible; }
  .tzbha .ndssq63 { max-width: 100%; }
}
.jtbxs { display: none; }
.kxjwr2y, .j9m849 { display: contents; }
.vs8pz8, .e6h4 .vs8pz8, .ej9z8i1k .vs8pz8 { background: transparent !important; }
.wegnmnt .n8vj, .wegnmnt .f8hotfaa, .wegnmnt .xsc8pfl { background: var(--bg-surface); color: var(--text-body); }
.sg5y09 { align-items: center; gap: 10px; }
.sg5y09 strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.i97bf7un {
  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);
}
.seo7yz5 { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.seo7yz5 em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.seo7yz5 b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.i97bf7un .kguca4r7 { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .i97bf7un { flex-direction: column; align-items: stretch; }
  .i97bf7un .kguca4r7 { text-align: center; }
}
@media (min-width: 900px) {
  .v5qh .tx77, .v5qh.br2p4w52 .tx77 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .v5qh .k5cep:has(> .kxjwr2y) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .v5qh .k5cep:has(> .kxjwr2y) > .i97bf7un { display: none; }

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

  .v5qh .j9m849 { display: flex; flex-direction: column; min-width: 0; }
  .v5qh .j9m849 .t44a1uf { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .v5qh .j9m849 .t44a1uf img.dlx87iw { max-height: 250px; }
  .v5qh .j9m849 .akfglqgn { flex: 1 1 auto; }
  
  .v5qh .j9m849 .fedrft { grid-template-columns: 1fr 1fr; gap: 20px; }
  .v5qh .j9m849 .wegnmnt { flex-wrap: wrap; }
  .v5qh .j9m849 .qh2n8ddt { flex: 0 0 auto; margin: 0 8px 0 0; }
  .v5qh .k5cep:last-child:nth-child(odd) { grid-column: auto; }
  
  .v5qh.icb8k .y4fsa4, .v5qh.klmeq .y4fsa4 { background: none; }
}
[dir="rtl"] .v5qh .kxjwr2y .rt5ylx81 b { text-align: left; }
[dir="rtl"] .v5qh .kxjwr2y .rt5ylx81 > .rboa b { text-align: right; }
[dir="rtl"] .v5qh .j9m849 .qh2n8ddt { margin: 0 0 0 8px; }
.c27vx8v .k5cep .t44a1uf { order: -1; }
.c27vx8v .k5cep .t44a1uf img.dlx87iw { max-height: 210px; width: 100%; }
.c27vx8v .k5cep:has(.t44a1uf) .y4fsa4 { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.c27vx8v .k5cep:has(.t44a1uf) .w4xdk9 { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.c27vx8v.wtsi15 .k5cep:has(.t44a1uf) .w4xdk9 { border-radius: 50%; }
.c27vx8v .k5cep:has(.t44a1uf) .nnjw4,
.c27vx8v .k5cep:has(.t44a1uf) .enillnk { padding-top: 52px; }
.c27vx8v.icb8k .y4fsa4, .c27vx8v.klmeq .y4fsa4 { background: none; }
.fxird5 .k5cep .t44a1uf { display: none; }
.fxird5 .k5cep { --rv-pad: 20px; }
.fxird5 .x0825o { font-size: var(--fs-sm); line-height: 1.65; }
.fxird5 .akfglqgn { gap: 16px; }
.fxird5 .wegnmnt + .wegnmnt { display: none; }
.fxird5 .w4xdk9.z1dh, .fxird5 .w4xdk9.z1dh img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.o77zbtby .t51d3ya, .o77zbtby .t51d3ya:has(> :nth-child(5):last-child),
.o77zbtby .t51d3ya:has(> :nth-child(6):last-child), .o77zbtby .t51d3ya:has(> :nth-child(7):last-child),
.o77zbtby .t51d3ya:has(> :nth-child(8):last-child), .o77zbtby .t51d3ya:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.o77zbtby .exinbh { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.o77zbtby .a7db08, .o77zbtby .k0uqj4 { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.o77zbtby .dzkd, .o77zbtby .rm8pt2w, .o77zbtby .c2qqqxl { grid-column: 2; }
.o77zbtby .exinbh > .dzkd:first-child, .o77zbtby .exinbh > .dzkd:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .o77zbtby .exinbh { direction: rtl; }
: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"); }
.rt5ylx81:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .v5qh .k5cep:has(> .kxjwr2y) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .v5qh .k5cep:has(> .kxjwr2y) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .v5qh .kxjwr2y { background: none; align-self: start; position: sticky; top: 96px; }
  .v5qh .kxjwr2y .rt5ylx81 { align-items: stretch; }
  .v5qh .kxjwr2y .enillnk { margin-top: 0; padding: 20px 0 0; }
  .v5qh .kxjwr2y .nnjw4 { padding: 0; }
  
  .v5qh.z4dvc6tj .kxjwr2y .w4xdk9 { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .v5qh.z4dvc6tj .kxjwr2y .w4xdk9:not(.z1dh) { width: 112px; height: 112px; padding: 6px; }
}
.c27vx8v.z4dvc6tj .y4fsa4 { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.c27vx8v.z4dvc6tj .w4xdk9 { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.c27vx8v.z4dvc6tj .nnjw4, .c27vx8v.z4dvc6tj .enillnk { padding-left: 0; padding-right: 0; padding-bottom: 0; }
.o77zbtby .t51d3ya, .o77zbtby .t51d3ya:has(> :nth-child(5):last-child),
.o77zbtby .t51d3ya:has(> :nth-child(6):last-child), .o77zbtby .t51d3ya:has(> :nth-child(7):last-child),
.o77zbtby .t51d3ya:has(> :nth-child(8):last-child), .o77zbtby .t51d3ya:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.o77zbtby .t51d3ya > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.o77zbtby .exinbh { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.o77zbtby .a7db08, .o77zbtby .k0uqj4 { position: absolute; left: 22px; top: 22px; margin: 0; }
.o77zbtby .exinbh:not(:has(.a7db08, .k0uqj4)) { padding-left: 22px; }
[dir="rtl"] .o77zbtby .exinbh { padding: 22px 104px 22px 22px; }
[dir="rtl"] .o77zbtby .a7db08, [dir="rtl"] .o77zbtby .k0uqj4 { left: auto; right: 22px; }
@media (max-width: 700px) { .o77zbtby .t51d3ya { grid-template-columns: minmax(0, 1fr) !important; } }
.o77zbtby .t51d3ya .exinbh { padding: 22px 22px 22px 104px !important; }
.o77zbtby .t51d3ya .exinbh:not(:has(.a7db08, .k0uqj4)) { padding-left: 22px !important; }
[dir="rtl"] .o77zbtby .t51d3ya .exinbh { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .fedrft, .mo12r { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .qh7adj8j .e8v95xz, [dir="rtl"] .qh7adj8j .e8v95xz {
    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;
  }
  
  .c27vx8v .k5cep:has(.t44a1uf) .nnjw4 { padding-top: 0; }
}
.y6ie8 p, .r6o4g, .bg9so4, .gfvi, .ozadz,
.jdz25e, .g3099k05, .i2l1, .z3kloo p, .gl9smpfk p { color: var(--text-body); }
.vde5 { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.kzvax7, .tcx2 .kzvax7, .huv6i5y6,
.oaedx6fa, .aqhh, .d0qfd6g,
.z3kloo h2, .z3kloo h3, .zvcw9 h2, .dd0pz 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;
}
.x3i6 .kzvax7 { font-size: var(--fs-lead); }
.y7bu4vmb { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.puy3il { font-weight: 700; letter-spacing: -0.02em; }
.bg9so4, .gfvi { list-style: none !important; padding-left: 0; }
.bg9so4 li, .gfvi li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.bg9so4 li::marker, .gfvi li::marker { content: ""; }
.bg9so4 li::before, .gfvi 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"] .bg9so4 li, [dir="rtl"] .gfvi li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .bg9so4 li::before, [dir="rtl"] .gfvi li::before { left: auto; right: 6px; }
.gl9smpfk, .qe0of56q, .z3kloo { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.y6ie8 a:not(.kguca4r7):not(.w00lwae) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .vflkv .gw86hpz {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .vflkv .doptcla { 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); }
  .vflkv .t8avq4 { flex: 1 1 0; min-width: 0; }
  .vflkv .nbwcg {
    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;
  }
  .vflkv .ej1lu { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .eoxl2dq { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.oy7ekb0 h1, .oy7ekb0 h2, .oy7ekb0 h3, .oy7ekb0 .cxxl,
.oy7ekb0 h2.b30f, .oy7ekb0 h1.b30f { font-weight: 600; }
.a0ntw3 h1, .a0ntw3 h2, .a0ntw3 h3, .a0ntw3 .cxxl,
.a0ntw3 h2.b30f, .a0ntw3 h1.b30f { font-weight: 700; }
.dcii7 h1, .dcii7 .cxxl, .dcii7 h1.b30f,
.jfevn.oy7ekb0 .cxxl { font-weight: 600; }
h3.c5ynad, .a0ntw3 h3.c5ynad, .nnjw4 h3, .a0ntw3 .nnjw4 h3 { font-weight: 600; }
.gv1kanq8 .qynf62p a, .fpae .qynf62p a { font-weight: 600; }
.iibt .pyuvy { font-weight: 600; }
.lxnda { font-weight: 600; }
.p3n8 { font-weight: 400; }
.fg7u { display: block; }
.ksr0k05 { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.ksr0k05 .wy3kw2 { margin: 20px 0 8px; }
.skemu1o { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .ksr0k05 { padding: 0 16px; } }
@media (min-width: 1100px) {
  .agc76 .rzfbwal8, .vpte .rzfbwal8, .zsah2m .rzfbwal8,
  .agc76 .fg7u, .vpte .fg7u, .zsah2m .fg7u { max-width: 1280px; }
  .agc76 .fg7u, .vpte .fg7u, .zsah2m .fg7u {
    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;
  }
  .vpte .fg7u, .zsah2m .fg7u { grid-template-columns: minmax(0, 1fr) 264px; }
  .vpte .ksr0k05, .zsah2m .ksr0k05 { order: 2; }
  .agc76 .ksr0k05, .vpte .ksr0k05, .zsah2m .ksr0k05 {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .agc76 .k92as, .vpte .k92as, .zsah2m .k92as {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .agc76 .guf20kvt .fu669, .vpte .guf20kvt .fu669,
  .zsah2m .guf20kvt .fu669 { max-width: none; padding-left: 0; padding-right: 0; }
  .agc76 .guf20kvt > .skemu1o:first-child, .vpte .guf20kvt > .skemu1o:first-child,
  .zsah2m .guf20kvt > .skemu1o:first-child { padding-top: 0; }
  .agc76 .guf20kvt > .skemu1o:first-child .fu669, .vpte .guf20kvt > .skemu1o:first-child .fu669,
  .zsah2m .guf20kvt > .skemu1o:first-child .fu669 { padding-top: 0; }

  
  .agc76 .ksr0k05 .wy3kw2, .vpte .ksr0k05 .wy3kw2, .zsah2m .ksr0k05 .wy3kw2 {
    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;
  }
  .agc76 .ksr0k05 .ah2he4n, .vpte .ksr0k05 .ah2he4n, .zsah2m .ksr0k05 .ah2he4n {
    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);
  }
  .agc76 .ksr0k05 .m3et602, .vpte .ksr0k05 .m3et602, .zsah2m .ksr0k05 .m3et602 {
    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);
  }
  .agc76 .ksr0k05 .m3et602 li, .vpte .ksr0k05 .m3et602 li, .zsah2m .ksr0k05 .m3et602 li {
    display: block !important; margin: 0 !important;
  }
  .agc76 .ksr0k05 .m3et602 li::before, .vpte .ksr0k05 .m3et602 li::before, .zsah2m .ksr0k05 .m3et602 li::before,
  .agc76 .ksr0k05 .m3et602 li::after, .vpte .ksr0k05 .m3et602 li::after, .zsah2m .ksr0k05 .m3et602 li::after,
  .agc76 .ksr0k05 .m3et602 a::before, .vpte .ksr0k05 .m3et602 a::before, .zsah2m .ksr0k05 .m3et602 a::before {
    content: none !important; display: none !important;
  }
  .agc76 .ksr0k05 .m3et602 a, .vpte .ksr0k05 .m3et602 a, .zsah2m .ksr0k05 .m3et602 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;
  }
  .agc76 .ksr0k05 .m3et602 a:hover, .vpte .ksr0k05 .m3et602 a:hover, .zsah2m .ksr0k05 .m3et602 a:hover { color: var(--text-primary) !important; }
  .agc76 .ksr0k05 .m3et602 a.hl7uzx, .vpte .ksr0k05 .m3et602 a.hl7uzx, .zsah2m .ksr0k05 .m3et602 a.hl7uzx {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .zsah2m .qsil2u {
    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);
  }
  .vf5hevka { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .krw3puu { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .iogz4 { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .wtsi15 .iogz4 { border-radius: 50%; }
  .ktx5k { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .rn4697k { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .zqozg48 { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .ksr0k05 .m3et602 { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .agc76 .ksr0k05 .m3et602 a, [dir="rtl"] .vpte .ksr0k05 .m3et602 a, [dir="rtl"] .zsah2m .ksr0k05 .m3et602 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"] .agc76 .ksr0k05 .m3et602 a.hl7uzx, [dir="rtl"] .vpte .ksr0k05 .m3et602 a.hl7uzx, [dir="rtl"] .zsah2m .ksr0k05 .m3et602 a.hl7uzx { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .kdmuh8s9 .ksr0k05 .m3et602, [dir="rtl"] .ddzf7 .ksr0k05 .m3et602,
[dir="rtl"].kdmuh8s9 .ksr0k05 .m3et602, [dir="rtl"].ddzf7 .ksr0k05 .m3et602 { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .ksr0k05 .m3et602 { border-right: none; } }
.ddzf7 .ksr0k05 {
  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);
}
.ddzf7 .ksr0k05 .wy3kw2 {
  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;
}
.ddzf7 .ksr0k05 .ah2he4n { display: none !important; }
.ddzf7 .ksr0k05 .m3et602 {
  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;
}
.ddzf7 .ksr0k05 .m3et602::-webkit-scrollbar { display: none; }
.ddzf7 .ksr0k05 .m3et602 li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.ddzf7 .ksr0k05 .m3et602 li::before, .ddzf7 .ksr0k05 .m3et602 li::after,
.ddzf7 .ksr0k05 .m3et602 a::before { content: none !important; display: none !important; }
.ddzf7 .ksr0k05 .m3et602 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;
}
.ddzf7 .ksr0k05 .m3et602 li:first-child a { padding-left: 0 !important; }
.ddzf7 .ksr0k05 .m3et602 a:hover { color: var(--text-primary) !important; }
.ddzf7 .ksr0k05 .m3et602 a.hl7uzx { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.ddzf7 .skemu1o { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .ddzf7 .ksr0k05 .wy3kw2 { padding: 0 16px !important; } }
.ddzf7 .ksr0k05 .m3et602 {
  -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;
}
.ddzf7 .ksr0k05 .wy3kw2 { overflow: hidden; }
.x1yj .nae14 li::before, .bg9so4 li::before, .gfvi li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .bbqnd8, .i5nj3kfj, .jlcgd, .uvy27 { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .vs8pz8, .be6jjmh { display: block !important; }
  .vs8pz8 .jvowt3x, .be6jjmh .jvowt3x { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .vs8pz8 .jvowt3x, [dir="rtl"] .be6jjmh .jvowt3x { float: right; margin: 0 0 0 8px; }
  .vs8pz8 strong, .be6jjmh strong { line-height: 18px; margin-bottom: 8px; }
  .vs8pz8 p, .be6jjmh p { clear: both; }
  .k5cep { --rv-pad: 18px; }
  .akfglqgn { gap: 16px; }
}
.gayy2 .czdwn, .e0xgg9k .czdwn, .kq6s .czdwn, .eaiwnbxy .czdwn { color: var(--text-primary); }
.gayy2 .czdwn .ci4wid { color: var(--tone-link, var(--accent)); }
.gayy2 .czdwn:not(:has(.ci4wid))::first-letter { color: var(--tone-link, var(--accent)); }
.gayy2 .czdwn { display: inline-block; }
.eaiwnbxy .czdwn::after { content: "."; color: var(--tone-mark, var(--accent)); }
.kq6s .czdwn { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.e0xgg9k .czdwn { font-weight: 700; letter-spacing: -0.035em; }
.qy9vkl2 .czdwn, .rem8 .czdwn,
.qy9vkl2 .czdwn .ci4wid, .rem8 .czdwn .ci4wid { color: #fff !important; }
.qy9vkl2.eaiwnbxy .czdwn::after, .rem8.eaiwnbxy .czdwn::after { color: rgba(255,255,255,0.7); }
.qy9vkl2.gayy2 .czdwn::first-letter, .rem8.gayy2 .czdwn::first-letter { color: #fff; }
.o1q0r .guf20kvt > .skemu1o:nth-of-type(even) .b0t6p2e { display: none; }
.rhisn .guf20kvt > .skemu1o .b0t6p2e { display: none; }
.rhisn .guf20kvt > .skemu1o:nth-of-type(-n+2) .b0t6p2e { display: block; }
.y2ou3 .b0t6p2e { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.y2ou3 .b0t6p2e .rv2ax7o { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .y2ou3 .b0t6p2e .rv2ax7o { aspect-ratio: 16 / 7; } }
.oj12 .b0t6p2e .rv2ax7o { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.oj12 .b0t6p2e::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.oj12 .b0t6p2e, .twyy .b0t6p2e { border-radius: var(--r-card); isolation: isolate; }
.twyy .b0t6p2e .rv2ax7o { filter: grayscale(1) contrast(1.1); }
.w7bfjwkf, .w7bfjwkf.y1mawx { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.w7bfjwkf .otudjl4w { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.w7bfjwkf .cxxl { 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; }
.w7bfjwkf .p3n8 { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.w7bfjwkf .otudjl4w::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.w7bfjwkf ~ .ywy1 { 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; }
.w7bfjwkf ~ .ywy1 .tjmg0dq { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .agc76 .w7bfjwkf .otudjl4w, .vpte .w7bfjwkf .otudjl4w, .zsah2m .w7bfjwkf .otudjl4w { max-width: 1280px; }
}
@media (max-width: 640px) { .w7bfjwkf { padding-top: 24px; } .w7bfjwkf .otudjl4w { padding: 0 16px; } .w7bfjwkf .cxxl { font-size: var(--fs-h2); max-width: none; } }
.x74z, .x74z.y1mawx, .vum63vi, .vum63vi.y1mawx {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.x74z .otudjl4w, .vum63vi .otudjl4w { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.gsxrb5n.exaa3zkj, .gsxrb5n.exaa3zkj.y1mawx { min-height: 0 !important; padding: 48px 0; }
.wy1skaf2 .xt1z06 { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.wy1skaf2 .xt1z06::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .wy1skaf2 .xt1z06 {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .wy1skaf2 .w8rhxse, .wy1skaf2 .ijuhw9, .wy1skaf2 .isxxgzs4, .wy1skaf2 .dy5t12f,
  .wy1skaf2 .r23vgsr, .wy1skaf2 .gmqtxf, .wy1skaf2 .xhlk1w0p {
    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;
  }
  
  .y1mawx .wy1skaf2, .wy1skaf2.mgy8i, .wy1skaf2.h1arb94, .wy1skaf2.ee9ypyw1 {
    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;
  }
  .y1mawx .wy1skaf2::-webkit-scrollbar { display: none; }
  .y1mawx .wy1skaf2 .xt1z06 { flex: 0 0 74% !important; scroll-snap-align: center; }
  .x74z, .vum63vi { padding: 32px 0 24px; }
  .gsxrb5n.exaa3zkj { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .vum63vi, .x74z, .gsxrb5n.exaa3zkj { overflow-x: clip; max-width: 100vw; }
  .vum63vi .otudjl4w, .x74z .otudjl4w, .exaa3zkj .kvjg, .exaa3zkj .e5k8eew { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .y1mawx .wy1skaf2 { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.r3kh, .r3kh.y1mawx, .yvrs0q, .yvrs0q.y1mawx {
  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);
}
.r3kh .otudjl4w, .yvrs0q .otudjl4w {
  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;
}
.r3kh .otudjl4w { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.tppdr .otudjl4w:has(.xvlnan) { grid-template-columns: minmax(0, 1fr) 320px; }
.r3kh .cxxl, .yvrs0q .cxxl, .w7bfjwkf .cxxl {
  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;
}
.r3kh .cxxl, .yvrs0q .cxxl { color: var(--hero-fg) !important; }
.r3kh .p3n8, .yvrs0q .p3n8 {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.oxkrtymb .tjmg0dq, .oxkrtymb .tjmg0dq * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.oxkrtymb .tjmg0dq { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.r3kh .oxkrtymb .tjmg0dq, .r3kh .oxkrtymb .tjmg0dq a, .r3kh .oxkrtymb .tjmg0dq span,
.yvrs0q .oxkrtymb .tjmg0dq, .yvrs0q .oxkrtymb .tjmg0dq a, .yvrs0q .oxkrtymb .tjmg0dq span { color: var(--hero-fg-dim) !important; }
.r3kh .oxkrtymb .tjmg0dq a, .yvrs0q .oxkrtymb .tjmg0dq a { color: var(--hero-fg) !important; font-weight: 600; }
.w7bfjwkf .oxkrtymb .tjmg0dq { color: var(--text-muted); }
.w7bfjwkf .otudjl4w::after { margin-top: 22px; }
.yvrs0q .cxxl { max-width: 24ch; }
.wtsi15 .egt8kh img { border-radius: 50%; }
@media (min-width: 1100px) {
  .agc76 .r3kh .otudjl4w, .vpte .r3kh .otudjl4w, .zsah2m .r3kh .otudjl4w,
  .agc76 .yvrs0q .otudjl4w, .vpte .yvrs0q .otudjl4w, .zsah2m .yvrs0q .otudjl4w { max-width: 1280px; }
}
@media (max-width: 760px) {
  .r3kh { padding: 24px 0 26px; }
  .r3kh .otudjl4w, .yvrs0q .otudjl4w { padding: 0 16px; }
  .tppdr .otudjl4w:has(.xvlnan) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .xvlnan { display: none; }
  .yvrs0q { padding-top: 12px; }
  .r729a { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .egt8kh { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .egt8kh img { width: 48px; height: 48px; flex: 0 0 48px; }
  .oror36 { flex: 0 0 auto; }
  .ggfck1 { flex: 1 1 0; min-width: 0; }
  .r3kh .cxxl, .yvrs0q .cxxl, .w7bfjwkf .cxxl { font-size: 25px !important; max-width: none; }
  .r3kh .p3n8, .yvrs0q .p3n8 { font-size: 15px; }
}
.per579 .p3n8, .gsxrb5n .p3n8, .bnq6fg .p3n8 { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .c8tq .yuh8:not(.wy1skaf2), .h5vncbz .yuh8:not(.wy1skaf2) {
    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;
  }
  .c8tq .yuh8:not(.wy1skaf2) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .c8tq .yuh8:not(.wy1skaf2):has(> :nth-child(5):last-child),
  .c8tq .yuh8:not(.wy1skaf2):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .c8tq .yuh8:not(.wy1skaf2):has(> :nth-child(3):last-child),
  .c8tq .yuh8:not(.wy1skaf2):has(> :nth-child(6):last-child),
  .c8tq .yuh8:not(.wy1skaf2):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .h5vncbz .yuh8:not(.wy1skaf2) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .c8tq .yuh8:not(.wy1skaf2) > .xt1z06,
  .h5vncbz .yuh8:not(.wy1skaf2) > .xt1z06: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;
  }
  .c8tq .yuh8:not(.wy1skaf2) > .xt1z06:hover,
  .h5vncbz .yuh8:not(.wy1skaf2) > .xt1z06:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .c8tq .xt1z06 .w8rhxse, .h5vncbz .xt1z06:nth-child(-n+3) .w8rhxse {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .c8tq .xt1z06 .ijuhw9, .c8tq .xt1z06 .isxxgzs4, .c8tq .xt1z06 .dy5t12f,
  .h5vncbz .xt1z06:nth-child(-n+3) .ijuhw9, .h5vncbz .xt1z06:nth-child(-n+3) .isxxgzs4,
  .h5vncbz .xt1z06:nth-child(-n+3) .dy5t12f { order: -2; padding: 0; gap: 12px; }
  .c8tq .xt1z06 .or0d4i8, .h5vncbz .xt1z06:nth-child(-n+3) .or0d4i8 {
    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;
  }
  .c8tq .xt1z06 .ffedbe, .h5vncbz .xt1z06:nth-child(-n+3) .ffedbe { max-height: 88px !important; max-width: 88% !important; }
  .c8tq .xt1z06 .lxnda, .h5vncbz .xt1z06:nth-child(-n+3) .lxnda { padding: 0 16px; font-size: var(--fs-body); }
  .c8tq .xt1z06 .ogqhb3, .h5vncbz .xt1z06:nth-child(-n+3) .ogqhb3 { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .c8tq .xt1z06 .gmqtxf, .c8tq .xt1z06 .xhlk1w0p,
  .h5vncbz .xt1z06:nth-child(-n+3) .gmqtxf, .h5vncbz .xt1z06:nth-child(-n+3) .xhlk1w0p { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .c8tq .xt1z06 .xhlk1w0p::before, .h5vncbz .xt1z06:nth-child(-n+3) .xhlk1w0p::before { display: none; }
  .c8tq .xt1z06 .nvgl, .c8tq .xt1z06 .tzbha,
  .h5vncbz .xt1z06:nth-child(-n+3) .nvgl, .h5vncbz .xt1z06:nth-child(-n+3) .tzbha { justify-content: center; }
  .c8tq .xt1z06 .dt3a9i, .h5vncbz .xt1z06:nth-child(-n+3) .dt3a9i { font-size: var(--fs-sm); }
  
  .c8tq .xt1z06 .gpvqu, .h5vncbz .xt1z06:nth-child(-n+3) .gpvqu { display: none; }
  
  .c8tq .yuh8:not(.wy1skaf2) > .xt1z06::before,
  .h5vncbz .yuh8:not(.wy1skaf2) > .xt1z06: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"] .c8tq .yuh8:not(.wy1skaf2) > .xt1z06::before,
  [dir="rtl"] .h5vncbz .yuh8:not(.wy1skaf2) > .xt1z06:nth-child(-n+3)::before { left: auto; right: 10px; }

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

  
  .yrsjeg57 .yuh8:not(.wy1skaf2) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .yrsjeg57 .yuh8:not(.wy1skaf2)::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);
  }
  .yrsjeg57 .yuh8:not(.wy1skaf2) > .xt1z06 { padding-top: 10px; padding-bottom: 10px; position: static; }
  .yrsjeg57 .yuh8:not(.wy1skaf2) > .xt1z06:first-child { position: relative; }
  .yrsjeg57 .yuh8:not(.wy1skaf2) .w8rhxse { position: static; }
  .yrsjeg57 .yuh8:not(.wy1skaf2) .e14q { display: none; }
  
  .yrsjeg57 .yuh8:not(.wy1skaf2) > .xt1z06:first-child .e14q {
    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;
  }
  .yrsjeg57 .or0d4i8 { height: 64px !important; width: auto !important; }
  .yrsjeg57 .ffedbe { max-height: 56px !important; max-width: 120px !important; }
  .yrsjeg57 .isxxgzs4 { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .yrsjeg57 .dt3a9i { font-size: var(--fs-sm); }
  .yrsjeg57 .c0s8pch5.kguca4r7 { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .yrsjeg57 .t3882v89 .xt1z06::before, .yrsjeg57.t3882v89 .xt1z06::before { top: 8px; bottom: 8px; }
  
  .c8tq.t3882v89 .xt1z06::before { border-radius: var(--r-pill) !important; }
  .c8tq.kdeacnch .xt1z06:nth-child(even), .h5vncbz.kdeacnch .xt1z06:nth-child(even) { background: var(--bg-card) !important; }
  .c8tq.sb754h .xt1z06:first-child, .h5vncbz.sb754h .xt1z06:first-child { border-top: none !important; }
  .c8tq.fszs3rkh .yuh8:not(.wy1skaf2) .xt1z06:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .c8tq .xt1z06 .xhlk1w0p, .h5vncbz .xt1z06:nth-child(-n+3) .xhlk1w0p { display: flex !important; flex-direction: column; }
  
  .yrsjeg57 .yuh8:not(.wy1skaf2) { 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; }
  .yrsjeg57 .yuh8:not(.wy1skaf2) > .xt1z06 { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .yrsjeg57 .yuh8:not(.wy1skaf2) > .xt1z06 + .xt1z06 { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .yrsjeg57 .yuh8:not(.wy1skaf2) > .xt1z06:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .yrsjeg57 .isxxgzs4, .yrsjeg57 .ijuhw9, .yrsjeg57 .dy5t12f { justify-content: flex-start; align-items: center; }
  .yrsjeg57 .xhlk1w0p { --cs-link-h: 0px; }
  .yrsjeg57 .xhlk1w0p .li3r { display: none; }
}
.lbey2z { display: none; }
@media (min-width: 901px) {
  .c8tq .yuh8:not(.wy1skaf2) .lbey2z,
  .h5vncbz .yuh8:not(.wy1skaf2) > .xt1z06:nth-child(-n+3) .lbey2z { display: block; }
}
body .y1mawx.r3kh .cxxl, body .y1mawx.yvrs0q .cxxl,
body section.r3kh .cxxl, body section.yvrs0q .cxxl { color: var(--hero-fg) !important; text-shadow: none !important; }
body .y1mawx.w7bfjwkf .cxxl { text-shadow: none !important; }
@media (max-width: 760px) {
  .egt8kh { width: auto; flex-wrap: wrap; }
  .qyxb5x { flex: 1 0 100%; margin-top: 4px; }
}
.k9qe69s .tfx4bu, .f8248jq8 .tfx4bu { display: block; }
@media (max-width: 640px) {
  .qy9vkl2 .qynf62p, .rem8 .qynf62p,
  .qy9vkl2 .qynf62p.jzrpbi, .rem8 .qynf62p.jzrpbi { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .qy9vkl2 .qynf62p a, .rem8 .qynf62p a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .e4l7d .qynf62p, .e4l7d .qynf62p.jzrpbi { background: var(--b-50) !important; }
}
body .k5cep .sg5y09 strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .k5cep .sg5y09 strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.v5qh .k5cep .kxjwr2y .sg5y09 strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.mpmlp24, .woo5, .zetla .mpmlp24, .zetla .woo5 { color: var(--text-muted); }
@media (max-width: 560px) {
  .w4xdk9.z1dh, .w4xdk9.z1dh img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
.ceemhm { margin-top: 18px; }
@media (min-width: 721px) {
  .nshuv:has(> .per579, > .r3kh, > .gsxrb5n) + .ceemhm { margin-top: -38px; }
  
  .rqawwsp .nshuv + .ceemhm { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .agc76 .ceemhm, .vpte .ceemhm, .zsah2m .ceemhm { max-width: 1280px; }
}
@media (max-width: 640px) {
  .yl9n .y7bu4vmb { max-width: none; }
}
.y7bu4vmb, .cxxl, .kzvax7 { overflow-wrap: break-word; }
.j51cb > div > div, .y6ie8 .lsb4 > div { min-width: 0; }
.y6ie8 p, .y6ie8 li, .y6ie8 td, .y6ie8 a { overflow-wrap: anywhere; }
:root {
  --accent: #2f7aaa;
  --brand: #2f7aaa;
  --accent-light: #1e618a;
  --brand-light: #1e618a;
  --accent-bg: #f0f7fc;
  --accent-bg-light: #f0f7fc;
  --accent-pale: #c1def3;
  --brand-pale: #c1def3;
  --cta: #d1450e;
  --cta-hover: #b63802;
  --cta-fg: #ffffff;
  --cta-light: #4994c6;
  --text-primary: #212c34;
  --text-body: #3a464f;
  --text-sub: #3a464f;
  --text-muted: #58656f;
  --text-faint: #66747d;
  --text-dim: #66747d;
  --text-label: #58656f;
  --text-value: #212c34;
  --bg-page: #ffffff;
  --bg-surface: #f1f7fb;
  --bg-card: #ffffff;
  --bg-card-inner: #f4f8fb;
  --bg-card-inner-raw: #f4f8fb;
  --bg-raised: #e8f0f5;
  --bg-hover: #f1f7fb;
  --border: #ccd6dd;
  --border-alt: #dde4ea;
  --border-section: #dde4ea;
  --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: #f1f7fb;
  --bg-info: #f1f7fb;
  --c-tip-border: #2f7aaa;
  --c-warn-border: #a86b03;
  --c-tag-pay: #f1f7fb;
  --grad-start: #2f7aaa;
  --grad-end: #1e618a;
  --tone-fill: #f1f7fb;
  --tone-fill-2: #e8f0f5;
  --tone-fill-raw: #f1f7fb;
  --tone-fill-2-raw: #e8f0f5;
  --tone-fill-head: #212c34;
  --tone-fill-fg: #3a464f;
  --tone-fill-muted: #515d67;
  --tone-fill-head-raw: #212c34;
  --tone-fill-fg-raw: #3a464f;
  --tone-fill-muted-raw: #515d67;
  --sh-card: 0 0 0 1px rgba(33, 44, 52, 0.06), 0 1px 2px rgba(33, 44, 52, 0.05), 0 10px 24px -14px rgba(33, 44, 52, 0.18);
  --sh-lift: 0 0 0 1px rgba(33, 44, 52, 0.06), 0 2px 4px rgba(33, 44, 52, 0.06), 0 18px 36px -18px rgba(33, 44, 52, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #2f7aaa;
  --tone-mark: #2f7aaa;
  --tone-mark-fg: #ffffff;
  --tone-head: #212c34;
  --tone-sub: #1e618a;
  --tone-link: #2f7aaa;
  --tone-th: #f1f7fb;
  --tone-th-fg: #212c34;
  --tone-chip: #f1f7fb;
  --tone-chip-fg: #3a464f;
  --tone-soft: #f0f7fc;
  --tone-soft-fg: #1e618a;
  --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: #3b3f6d;
  --b-50: #f0f7fc;
  --s-50: #fff3ef;
  --n-50: #f1f7fb;
  --b-100: #e0edf7;
  --s-100: #fee5dd;
  --n-100: #e6ecf1;
  --b-200: #c1def3;
  --s-200: #feccbd;
  --n-200: #d3dbe1;
  --b-300: #93c9f0;
  --s-300: #fea98f;
  --n-300: #bac3ca;
  --b-400: #6aaedd;
  --s-400: #f5805c;
  --n-400: #9ca8b0;
  --b-500: #4994c6;
  --s-500: #dd6139;
  --n-500: #828e97;
  --b-600: #2f7aaa;
  --s-600: #be471f;
  --n-600: #68757f;
  --b-700: #1e618a;
  --s-700: #9b340e;
  --n-700: #515d67;
  --b-800: #12496a;
  --s-800: #772405;
  --n-800: #3a464f;
  --b-900: #072e45;
  --s-900: #4e1301;
  --n-900: #212c34;
}
:root { --logo-bg-opacity: 55%; }
body, button, input { font-family: "Nunito Sans", sans-serif; }
h1, h2, h3, .cxxl, .nbwcg, .nnjw4 h3 { font-family: "Source Serif 4", var(--font-body-stack, Georgia, serif); letter-spacing: -0.01em; }
.ewjzk2e .y1mawx, .ewjzk2e .gsxrb5n { min-height: 420px; }
.vkqyb::before { content: '/'; }