:root {
  --color-accent: #a3194f;
  --color-cta: #1a66d6;
  --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);
}
.fyik5wbj {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.qvb59m2 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.shb0 {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.gklrw1z { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.t3uyx1or { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.t3uyx1or a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.t3uyx1or a:hover { color: var(--accent-light); }
.vtaxo57v     .mwzaeosi { border-radius: var(--r-chip); }
.vtaxo57v .mwzaeosi li:first-child a { border-top-left-radius: var(--r-chip); border-top-right-radius: var(--r-chip); }
.vtaxo57v .mwzaeosi li:last-child a { border-bottom-left-radius: var(--r-chip); border-bottom-right-radius: var(--r-chip); }
.r4cv51 .mwzaeosi li + li { border-top: var(--bw-hair) dotted var(--border-alt); }
@media (max-width: 640px) {
  .mwzaeosi {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .jdhgkx:hover .mwzaeosi,
  .jdhgkx:focus-within .mwzaeosi { display: block; }
  .mwzaeosi li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.jta6v9m9 {
  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);
}
.rs5v { display: none; }
@media (max-width: 640px) {
  .rs5v {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .rs5v.ca2nk { display: block; }
}
@media (max-width: 640px) {
  .jta6v9m9 { display: block; }
  .t3uyx1or > li + li::before { display: none !important; }
  .t3uyx1or {
    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;
  }
  .t3uyx1or.ca2nk { display: flex; }
  .t3uyx1or li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .t3uyx1or li:last-child a { border-bottom: none; }
}
.w3r3z { min-height: 480px; }
.onf3orxj {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.qrz1h56a { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.is4u1d .qrz1h56a { margin-left: 0; margin-right: 0; }
.xgh2rnv3 .m3vk {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.xgh2rnv3 .onf3orxj { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.xgh2rnv3 .qrz1h56a { color: #e2e8f0; }
.xgh2rnv3.eyak .m3vk { text-align: center; }
.xgh2rnv3.is4u1d   .m3vk { text-align: left; }
.ilav2 .m3vk {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.ilav2 .onf3orxj { color: var(--text-primary); text-shadow: none; }
.ilav2 .qrz1h56a { color: var(--text-muted); }
.ilav2, .ilav2.w3r3z { min-height: auto !important; }
.ilav2.eyak .m3vk { text-align: center; }
.ilav2.is4u1d   .m3vk { text-align: left; }
.ilav2~.x8a7 .ok102np3{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; }
}
.i0qb91r .onf3orxj { color: #fff; }
.i0qb91r .qrz1h56a { color: rgba(255,255,255,0.85); }
.xv26 .onf3orxj { text-shadow: none; color: var(--text-primary); }
.xv26 .qrz1h56a { color: var(--text-muted); }
body.s6k56pc .onf3orxj {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.p6eov3 .onf3orxj {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.w3r3z.i0qb91r .onf3orxj,
section.i0qb91r .onf3orxj {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.xv26.is4u1d   .qnc86 { align-items: flex-start; text-align: left; }
.w3r3z .m50q6 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.m50q6 .e5w6gc23 {
  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;
}
.m50q6 .e5w6gc23 + .e5w6gc23 { border-top: var(--bw-hair) solid var(--border-alt); }
.m50q6 .aygyj { align-items: center; text-align: center; width: 100%; }
.m50q6 .l4ekwb {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.m50q6 .l6pi { max-height: 64px; max-width: 140px; }
.m50q6 .v6n7 {
  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%;
}
.m50q6 .dnw4p.y4pn7u {
  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;
}
.m50q6 .dnw4p.y4pn7u:hover { opacity: 0.85; }
.m50q6 .e5w6gc23,
.m50q6 .e5w6gc23:hover,
.m50q6 .e5w6gc23:nth-child(even),
.m50q6 .e5w6gc23:nth-child(odd),
.m50q6 .e5w6gc23:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.pjuo3dv .m3vk { padding-bottom: 24px; }
.xv8aq .m3vk { max-width: 1100px; }
@media (max-width: 700px) {
  .xv26 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .xv26:not(.b8pdd) .bham { display: none !important; }
  .b8pdd .bham { padding: 16px; }
  .qnc86  { padding: 36px 24px; }
  .xv26~.x8a7,.q7cvgq2t~.x8a7{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .w3r3z, .xv26 { min-height: 320px !important; }
  .onf3orxj { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .w65639h,
  .k9wmfchz,
  .w5g8 { grid-template-columns: 1fr !important; }

  

  
  .pjuo3dv { display: flex !important; flex-direction: column !important; }
  .pjuo3dv .m3vk { display: contents; }
  .pjuo3dv .kg21z3y { order: 0; }
  .pjuo3dv .onf3orxj { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .pjuo3dv .w65639h { order: 2; padding: 0 16px 12px !important; }
  .pjuo3dv .qrz1h56a { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .xv8aq .m3vk { display: flex; flex-direction: column; }
  .xv8aq .m3vk .onf3orxj { order: 1; }
  .xv8aq .m3vk .w5g8 { order: 2; margin: 8px 0 24px !important; }
  .xv8aq .m3vk .qrz1h56a { order: 3; }
  .xv8aq .m3vk .x5wyfdu { order: 4; align-self: center; margin-top: 0; }

  
  .xv26.b8pdd {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .xv26.b8pdd .qnc86 { display: contents; padding: 0; }
  .xv26.b8pdd .qnc86 .onf3orxj { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .xv26.b8pdd .bham { order: 2; padding: 12px 16px; }
  .xv26.b8pdd .qnc86 .qrz1h56a { order: 3; padding: 0 24px; margin: 0 auto; }
  .xv26.b8pdd .qnc86 .x5wyfdu { order: 4; align-self: center; margin: 8px 0 32px; }
}
.whlq { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.cdwre2e { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.e10x6vu .whlq        { border-radius: var(--r-card); }
.e10x6vu .cdwre2e  { border-radius: var(--r-card); }
.kfamc .whlq         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.kfamc .cdwre2e   { border-radius: var(--r-btn); }
.u4z8x { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.m895 { width: 100%; padding: 32px 0; position: relative; }
.ojzvy { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.wx42e7to .m895, .l25i1wsp .m895 { background: transparent; }
.hkeuo .nsrwkh > *,
.on8j9 > *, .yvylhmi > *, .fyesaz > *, .hh0p > *, .opti > * {
  --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.gaacqy { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.gaacqy {
  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.mk12 { 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; }
.ajre h2.gaacqy {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.qxym h2.gaacqy {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.b2hly h2.gaacqy {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.uiisgtd h2.gaacqy::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.y3nq0 h2.gaacqy {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.t2kc h2.gaacqy::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.czya2x h2.gaacqy {
  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) { .gqa8ran { display: none; } }
.rfm56d8 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.frk4lbx { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.cf0u48 {
  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;
}
.ji0c { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.wu6x { padding-left: 20px; }
.wu6x li { margin-bottom: 8px; }
.wu6x a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.wu6x a:hover { color: var(--tone-link, var(--accent-light)); }
.jthe4c .ji0c { display: none; }
.ldwja6ky .ji0c { display: none; }
.ldwja6ky .wu6x { padding-left: 0; list-style: none; }
.ldwja6ky .wu6x li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.ldwja6ky .wu6x a { font-size: var(--fs-sm); }
.ac56f .cf0u48 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ac56f .ji0c { display: none; }
.ac56f .wu6x { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.ac56f .wu6x li { margin-bottom: 0; }
.ac56f .wu6x 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;
}
.ac56f .wu6x a:hover { border-color: var(--accent); color: var(--accent); }
.oo4g .cf0u48 { padding: 20px 20px 16px; }
.oo4g .wu6x {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.oo4g .wu6x li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.oo4g .wu6x 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;
}
.oo4g .wu6x 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;
}
.oo4g .wu6x a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.oo4g .wu6x a:focus,
.oo4g .wu6x a:focus-visible,
.oo4g .wu6x a:target { outline: none; }
.oo4g .wu6x li:target a { border-color: var(--border); color: var(--text-muted); }
.thfw .cf0u48 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.thfw .ji0c { display: none; }
.thfw .wu6x { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.thfw .wu6x li { counter-increment: toc-n; margin-bottom: 0; }
.thfw .wu6x 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;
}
.thfw .wu6x 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;
}
.thfw .wu6x a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.y8zs .cf0u48 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.y8zs .ji0c { display: none; }
.y8zs .wu6x { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.y8zs .wu6x li { margin-bottom: 0; }
.y8zs .wu6x 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;
}
.y8zs .wu6x a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.orfa314 .cf0u48 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.orfa314 .ji0c { display: none; }
.orfa314 .wu6x { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.orfa314 .wu6x li { margin-bottom: 0; }
.orfa314 .wu6x li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.orfa314 .wu6x li:last-child::after { content: ""; margin-right: 0; }
.orfa314 .wu6x a { font-size: var(--fs-sm); }
.nsrwkh { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.hkeuo .nsrwkh { background: var(--bg-card); }
.yj7fxplg .nsrwkh { background: none; border-radius: 0; padding: 28px 0 8px; }
.yj7fxplg .nsrwkh + .nsrwkh { border-top: var(--bw-hair) solid var(--border-section); }
.soisfof .nsrwkh {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.soisfof .nsrwkh:last-child { border-bottom: none; }
.fz7t .nsrwkh {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.fz7t .nsrwkh + .nsrwkh { margin-top: 4px; }
.tr2s .nsrwkh { background: none; border-radius: 0; padding: 28px 0 8px; }
.tr2s .nsrwkh + .nsrwkh { border-top: var(--bw-hair) solid var(--border-section); }
.zj4963 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.wzimfs { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.ojpw12vz { color: var(--text-body); margin-bottom: 16px; text-wrap: pretty; }
.kliel, .gq6g26 { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.kliel li, .gq6g26 li { margin-bottom: 8px; }
.gq6g26 li { list-style: decimal; }
.fyesaz { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.w8ahw4 .fyesaz,
.yvylhmi .fyesaz { background: transparent; border: none; border-radius: 0; }
.ro9c { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.ro9c 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;
}
.ro9c td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.ro9c tr:hover td { background: var(--bg-hover); }
.sfo8x2 .ro9c tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.zr6r5u28 .ro9c { border: var(--bw-hair) solid var(--border-alt); }
.zr6r5u28 .ro9c th,
.zr6r5u28 .ro9c td { border: var(--bw-hair) solid var(--border-alt); }
.nzimw .ro9c th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.nzimw .ro9c td { border-bottom: none; }
.nzimw .ro9c tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.r4voae .ro9c th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.deh29 .fyesaz {
  overflow: hidden;
}
.deh29 .ro9c th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.deh29 .ro9c tr:last-child td { border-bottom: none; }
.b79qt { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.opti { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.kfevq { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.z2xv0ai { background: var(--tone-fill, var(--bg-surface)); color: var(--tone-head, var(--text-primary)); font-weight: 700; padding: 12px 16px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border-alt); }
.ht5467 { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.dq2uy08 { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.dq2uy08 li { margin-bottom: 4px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"],[data-c="c"],[data-c="e"],[data-c="g"]{color:var(--tone-chip-fg,var(--accent-light));background:var(--tone-chip,var(--accent-bg))}
[data-c="b"],[data-c="d"],[data-c="f"],[data-c="h"]{color:var(--tone-soft-fg,var(--accent-light));background:var(--tone-soft,var(--accent-bg))}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius: var(--r-btn)}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.xr55e7q .z2xv0ai { background: transparent; text-align: center; }
.n03oy1c .kfevq {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.v1ip .kfevq {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: var(--bw-bar) solid var(--accent-bg);
}
.yhbwu2e .opti { display: grid; grid-template-columns: auto 1fr; }
.yhbwu2e .kfevq {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.yhbwu2e .z2xv0ai { grid-column: 2; }
.yhbwu2e .ht5467,
.yhbwu2e .dq2uy08 { grid-column: 1 / -1; }
.aw1cddp .opti { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.aw1cddp .kfevq {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px 12px; border: var(--bw-rule) solid var(--accent-pale);
}
.aw1cddp .z2xv0ai { grid-column: 2; }
.aw1cddp .ht5467,
.aw1cddp .dq2uy08 { grid-column: 1 / -1; }
.d5uw5 .opti { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.d5uw5 .z2xv0ai { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.b2imapo .opti { background: color-mix(in srgb, var(--bg-card) 72%, transparent); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: var(--bw-hair) solid var(--border); box-shadow: var(--sh-1); }
.b2imapo .z2xv0ai { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.xdnak .opti { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.xdnak .z2xv0ai { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.p9hp .opti { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.p9hp .z2xv0ai { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.hx15 .b79qt { counter-reset: card-n; }
.hx15 .opti  { counter-increment: card-n; }
.hx15 .z2xv0ai { display: flex; align-items: center; gap: 12px; }
.hx15 .z2xv0ai::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--tone-mark, var(--accent)); color: var(--tone-mark-fg, #fff); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: var(--fs-caption); font-weight: 700;
}
.p49suwl .opti { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.p49suwl .z2xv0ai { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.vej1la7c { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.vej1la7c         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.zq4z2lu     { --cl-hue: var(--tone-line, var(--accent)); }
.b1muyx { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.neblmqn    { --cl-hue: var(--tone-line, var(--accent)); }
.zq4z2lu, .b1muyx, .neblmqn, .fyq63u9 {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.expss { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.expss::before { color: var(--cl-hue); }
.vej1la7c strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.vej1la7c p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.cdwre2e { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.y4pn7u {
  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;
}
.y4pn7u:hover { opacity: 0.85; }
.tt2z .y4pn7u  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.tt2z .y4pn7u:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zvmu .y4pn7u  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.zvmu .y4pn7u:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.tt2z .dnw4p.y4pn7u, .zvmu .dnw4p.y4pn7u,
.tt2z .gdssy .y4pn7u, .zvmu .gdssy .y4pn7u {
  background: var(--cta); border: none; color: #fff;
}
.tt2z .dnw4p.y4pn7u:hover, .zvmu .dnw4p.y4pn7u:hover,
.tt2z .gdssy .y4pn7u:hover, .zvmu .gdssy .y4pn7u:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.ee2xit .y4pn7u  { border-radius: var(--r-pill); }
.rbq7qrr .y4pn7u { box-shadow: none; }
.rbq7qrr .y4pn7u:hover { box-shadow: none; opacity: 1; }
.cagl .y4pn7u { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.cagl .y4pn7u:hover { opacity: 1; }
.cagl .y4pn7u:active { transform: translateY(3px); box-shadow: none; }
.aojua .y4pn7u { box-shadow: none; }
.aojua .y4pn7u:hover { opacity: 1; box-shadow: none; }
.aojua .y4pn7u:active { box-shadow: none; }
.q7hi .y4pn7u { position: relative; overflow: hidden; }
.q7hi .y4pn7u::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.q7hi .y4pn7u:hover::before { left: 135%; }
.xqqusj38 .x5wyfdu,
.xqqusj38 .y4pn7u { border-radius: 0; }
.x055l7o .y4pn7u  { padding-left: 12px; padding-right: 12px; }
.qc78r .x5wyfdu { padding-left: 44px; padding-right: 44px; }
.qc78r .y4pn7u  { padding-left: 24px; padding-right: 24px; }
.p9xgsib .y4pn7u  { padding-left: 32px; padding-right: 32px; }
.atw4bq6   .x5wyfdu::after, .atw4bq6   .y4pn7u::after,
.u86n .x5wyfdu::after, .u86n .y4pn7u::after,
.vw1d6cm    .x5wyfdu::after, .vw1d6cm    .y4pn7u::after,
.uyrf8    .x5wyfdu::after, .uyrf8    .y4pn7u::after,
.q0jkds39    .x5wyfdu::after, .q0jkds39    .y4pn7u::after,
.iu8is     .x5wyfdu::after, .iu8is     .y4pn7u::after,
.t47wct    .x5wyfdu::after, .t47wct    .y4pn7u::after,
.wseg3gn   .x5wyfdu::after, .wseg3gn   .y4pn7u::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;
}
.atw4bq6 .x5wyfdu::after, .atw4bq6 .y4pn7u::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");
}
.u86n .x5wyfdu::after, .u86n .y4pn7u::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");
}
.vw1d6cm .x5wyfdu::after, .vw1d6cm .y4pn7u::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");
}
.uyrf8 .x5wyfdu::after, .uyrf8 .y4pn7u::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");
}
.q0jkds39 .x5wyfdu::after, .q0jkds39 .y4pn7u::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");
}
.iu8is .x5wyfdu::after, .iu8is .y4pn7u::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");
}
.t47wct .x5wyfdu::after, .t47wct .y4pn7u::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");
}
.wseg3gn .x5wyfdu::after, .wseg3gn .y4pn7u::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");
}
.ra947a8   .cx713bhu::after, .ra947a8   .t3s8m::after,
.uofke .cx713bhu::after, .uofke .t3s8m::after,
.cigoo    .cx713bhu::after, .cigoo    .t3s8m::after,
.ystid3d    .cx713bhu::after, .ystid3d    .t3s8m::after,
.t15w    .cx713bhu::after, .t15w    .t3s8m::after,
.yw4vo6     .cx713bhu::after, .yw4vo6     .t3s8m::after,
.duyu96    .cx713bhu::after, .duyu96    .t3s8m::after,
.l2wbm   .cx713bhu::after, .l2wbm   .t3s8m::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;
}
.ra947a8 .cx713bhu::after, .ra947a8 .t3s8m::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");
}
.uofke .cx713bhu::after, .uofke .t3s8m::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");
}
.cigoo .cx713bhu::after, .cigoo .t3s8m::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");
}
.ystid3d .cx713bhu::after, .ystid3d .t3s8m::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");
}
.t15w .cx713bhu::after, .t15w .t3s8m::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");
}
.yw4vo6 .cx713bhu::after, .yw4vo6 .t3s8m::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");
}
.duyu96 .cx713bhu::after, .duyu96 .t3s8m::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");
}
.l2wbm .cx713bhu::after, .l2wbm .t3s8m::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");
}
.iteiulc3 {
  --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;
}
.e5w6gc23 {
  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;
}
.e5w6gc23 + .e5w6gc23 { border-top: var(--bw-hair) solid var(--border-alt); }
.e5w6gc23 > * { min-width: 0; }
.e5w6gc23:hover { background: var(--bg-hover); }
.e5w6gc23 > [itemprop="item"] { display: contents; }
.e5w6gc23 [itemprop="itemReviewed"],
.e5w6gc23 [itemprop="reviewRating"] { display: none; }
.aygyj {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.n6av, .f2t23, .juiia,
.yabq, .ezo0, .ja20f14v { align-items: center; text-align: center; }
.ezo0, .ja20f14v { align-items: stretch; }
.cwjtpue {
  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%;
}
.vyqyf {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.ol0pgn .vyqyf {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.v6n7 {
  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;
}
.ef2g {
  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;
}
.orezfv {
  font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-solid);
  color: var(--text-muted); font-variant-numeric: tabular-nums;
}
.l4ekwb {
  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;
}
.xv0gchv .l6pi { max-height: 60px; max-width: 68px; }
.l6pi {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.f2t23 .l4ekwb { width: 168px; }
.p0uj9c .l4ekwb,
.xa1k .l4ekwb,
.ypteo54i .l4ekwb,
.ykmf790 .l4ekwb,
.p0uj9c .l4ekwb, .xa1k .l4ekwb,
.ypteo54i .l4ekwb,  .ykmf790 .l4ekwb {
  width: 88px; height: 88px; padding: 12px;
}
.p0uj9c .l4ekwb .l6pi, .xa1k .l4ekwb .l6pi,
.ypteo54i .l4ekwb .l6pi,  .ykmf790 .l4ekwb .l6pi {
  max-height: 60px; max-width: 68px;
}
.qz3eyakw .l4ekwb, .qz3eyakw .l4ekwb.xv0gchv,
.q6lai9, .kyaev8 {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px; max-width: 100%;
}
.bfqo1836 {
  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);
}
.mmuh .bfqo1836 { background: #f7f8fa; }
.dnw4p.y4pn7u {
  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;
}
.ja20f14v {
  display: grid; grid-template-rows: var(--cs-link-h) auto var(--cs-link-h);
  align-content: center; --cs-link-h: 22px;
}
.ja20f14v::before { content: ""; }
.m50q6 .e5w6gc23 { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .e5w6gc23 { gap: 16px; padding: 16px 16px; }
  .l4ekwb { width: 152px; height: 96px; }
  .l6pi { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .e5w6gc23 {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .aygyj { justify-content: flex-start; }
  
  .kyaev8, .q6lai9 { flex-direction: row; }
  
  .kyaev8 .ef2g:nth-child(n+3) { display: none; }
  
  .n6av {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .aygyj { text-align: left; align-items: flex-start; }

  
  .f2t23, .juiia, .w5ywz {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .yabq {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .f2t23 .l4ekwb, .juiia .l4ekwb,
  .w5ywz .l4ekwb { width: auto; height: 72px; }
  .l6pi { max-height: 72px; max-width: 128px; }
  .tra0yc { font-size: var(--fs-body); }
  .v6n7 { font-size: var(--fs-sm); }

  
  .rfhpcd4, .yvxqjl, .xr02l,
  .xvem6ng, .fer0x4q2, .ezjecxat,
  .ol0pgn, .pff3no9, .qzts19,
  .y48v, .jmy3zxbj {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .ezo0, .ja20f14v { order: 4; flex: 1 0 100%; }
  .ja20f14v { display: flex; flex-direction: column; }
  .ja20f14v::before { display: none; }
  .dnw4p.y4pn7u { width: 100%; padding: 12px 20px !important; }
  .uk1ok { text-align: left; }
}
@media (max-width: 560px) {
  .e5w6gc23 { padding: 16px; gap: 12px 12px; }
  
  .cwjtpue, .h89vt7sr, .ef2g { font-size: var(--fs-caption); }
  .vyqyf { font-size: var(--fs-sm); }
  .tra0yc { font-size: var(--fs-body); }
  .v6n7 { font-size: var(--fs-sm); }
  .orezfv { font-size: var(--fs-sm); }
  .up37 { font-size: var(--fs-lead); }
  
  .dnw4p.y4pn7u { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .aygyj { gap: 2px; }
  .f2t23 .l4ekwb, .juiia .l4ekwb,
  .w5ywz .l4ekwb { height: 64px; }
  .l6pi { max-height: 64px; max-width: 116px; }
  .xv0gchv { padding: 8px; }
  .tra0yc { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .rfhpcd4, .yvxqjl, .xr02l,
  .xvem6ng, .fer0x4q2, .ezjecxat,
  .ol0pgn, .pff3no9, .qzts19,
  .y48v, .jmy3zxbj { flex-basis: 100%; min-width: 100%; }
}
@media (max-width: 560px) { .ibojalk { padding: 12px 16px; gap: 8px 16px; } }
.gdssy .y4pn7u {
  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) {
  .hplq { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .k1ha { order: 1; width: 104px; height: 104px; }
  .k1ha img { max-width: 96px; max-height: 88px; }
  .gdssy { order: 2; margin-left: auto; align-self: center; }
  .ca4iyya { order: 3; flex: 1 1 100%; min-width: 0; }
  .ca4iyya h3 { font-size: var(--fs-body); }
}
.pelt6oor .tack { border-top-width: var(--bw-bar) !important; }
@media (min-width: 860px) {
  .gpr7 .zn1n {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .gpr7 .on8j9 { margin: 0; }
}
.uxafgsz5 .on8j9 { 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; }
.uxafgsz5 .hplq { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.uxafgsz5 .w8ahw4 { padding: 16px 16px; }
.uxafgsz5 .k1ha { border-radius: var(--r-chip); }
.uxafgsz5 .tack { border-radius: 0; }
@media (max-width: 560px) {
  .fwn5 .k1ha { width: 116px; min-height: 104px; }
}
@media (max-width: 720px) {
  .ceyqw { grid-template-columns: 1fr; }
  .pnygl { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .pnygl .b5xzg { width: 72px; height: 50px; }
  .pnygl .l3fav { max-width: 180px; }
  .pnygl .jx8vu4 { width: auto; }
}
@media (max-width: 720px) {
  .j2jhlf4 { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .wq40l { padding: 16px; }
  .re2t .tujjuv { min-width: 50%; }
}
@media (max-width: 860px) {
  .c04rax9 { grid-template-columns: 1fr; }
  .cwcsks { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .rgmg { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .h02wq6v { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .glb5 { flex-direction: column; align-items: stretch; }
}
.rh8ugg .jx8vu4 .y4pn7u { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .ot7cs { flex-direction: column; align-items: stretch; gap: 12px; }
  .rh8ugg .jx8vu4 { text-align: center; }
}
@media (max-width: 720px) {
  .kmdj0xne { grid-template-columns: 1fr; }
  .gm5cy3qz { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .czbojrw { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
@media (max-width: 720px) {
  .hn7e55em { grid-template-columns: 1fr; }
  .pa0yd8x { width: 100px; height: 100px; margin: 16px auto; }
  .twmb { font-size: var(--fs-h3); }
  .wxnb { justify-content: center; }
  .tbtjdzc .tujjuv { min-width: 50%; }
}
@media (max-width: 540px) {
  .wxew { flex-wrap: wrap; padding: 16px 16px; }
  .p38o7m { padding: 12px 16px; }
  .x3ch .blulx { margin: 0 16px; }
  .x3ch .bo11p { padding: 0 16px; }
  .oklb48cg { padding: 12px 16px; }
}
.p8l2q2s .e5w6gc23 { position: relative; }
.p8l2q2s .e5w6gc23::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.tkpu43wv .iteiulc3 {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.tkpu43wv .e5w6gc23 {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.tkpu43wv .e5w6gc23 + .e5w6gc23 { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .n3h72e .aygyj + .aygyj {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.geonl .e5w6gc23 { padding-top: 16px; padding-bottom: 16px; }
.geonl .e5w6gc23 + .e5w6gc23 { border-top: none; }
.geonl .e5w6gc23:nth-child(even) { background: var(--bg-surface); }
.geonl .e5w6gc23:nth-child(even):hover { background: var(--bg-hover); }
.exam1z .e5w6gc23:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .b9wt .rfhpcd4, .b9wt .yvxqjl,
  .b9wt .xr02l, .b9wt .xvem6ng,
  .b9wt .fer0x4q2, .b9wt .ezjecxat,
  .b9wt .ol0pgn, .b9wt .pff3no9,
  .b9wt .qzts19, .b9wt .y48v,
  .b9wt .jmy3zxbj {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.boctdij .cwjtpue { opacity: .8; letter-spacing: var(--ls-label); }
.boctdij .vyqyf { font-weight: 700; }
.eeyz29v .xr02l, .eeyz29v .xvem6ng,
.eeyz29v .qzts19, .eeyz29v .y48v,
.q0qhwbe .pjgx,
.q0qhwbe .up37,
.q0qhwbe .up37 small { display: none; }
.q0qhwbe .r12i7bvs .obij6in,
.q0qhwbe .l205mf9 { display: none; }
.yovk { margin: 16px 0; }
.pcpwis9c { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.pcpwis9c 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;
}
.pcpwis9c 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;
}
.pcpwis9c summary:hover { background: var(--bg-surface); }
.pcpwis9c summary:hover::after { color: var(--accent); }
.pcpwis9c[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.pcpwis9c[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.pcpwis9c[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.pcpwis9c p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.m895 { margin-bottom: 0; }
.t15s h2.gaacqy { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.vg5t7j5 h2.gaacqy { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.qctp .ij02bvf::before { content: "✓ "; }
.qctp .c29hn::before { content: "✗ "; }
.puob8 .vej1la7c { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.puob8 .vej1la7c strong { color: var(--text-primary); }
.puob8 .vej1la7c p      { color: var(--text-muted); }
.pelt6oor .vej1la7c { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.oe9o .vej1la7c {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.oe9o .vej1la7c strong { color: var(--text-primary); }
.oe9o .vej1la7c p { color: var(--text-muted); }
.oe9o .vej1la7c { border-left: var(--bw-bar) solid var(--cl-hue); }
.oe9o .expss::before { color: rgba(255,255,255,0.9) !important; }
.x6roynu .vej1la7c {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.x6roynu .vej1la7c strong { color: var(--text-primary); }
.x6roynu .vej1la7c p      { color: var(--text-muted); }
.jndo .vej1la7c { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.s3qzjz3u .expss,
.x8x32m .expss,
.nt6qq5 .expss,
.s3qzjz3u .expss::before,
.x8x32m .expss::before,
.nt6qq5 .expss::before,
.udlzz2j .hkeuo .nsrwkh,
.udlzz2j .yj7fxplg .nsrwkh  { box-shadow: var(--sh-1); }
.udlzz2j .opti                { box-shadow: var(--sh-1); }
.udlzz2j .fyesaz          { box-shadow: var(--sh-1); }
.udlzz2j .cf0u48                    { box-shadow: var(--sh-1); }
.q8qkth7s .hkeuo .nsrwkh,
.q8qkth7s .yj7fxplg .nsrwkh,
.q8qkth7s .opti,
.q8qkth7s .fyesaz,
.q8qkth7s .cf0u48,
.q8qkth7s .jndo .vej1la7c { box-shadow: none; }
.sgdmpg7 { --fs-body: 18px; --fs-sm: 16px; --fs-lead: 21px; }
.m895 + .m895 { position: relative; }
.mr8gppvw   .m895 + .m895::before,
.l3nb  .m895 + .m895::before,
.r4lnvs0   .m895 + .m895::before,
.p88eek50   .m895 + .m895::before,
.phw8e   .m895 + .m895::before,
.v7b3rxs .m895 + .m895::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.mr8gppvw .m895 + .m895::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.l3nb .m895 + .m895::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.r4lnvs0 .m895 + .m895::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;
}
.p88eek50 .m895 + .m895::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.d8yjv .m895 { margin-bottom: 16px; }
.d8yjv .m895 + .m895 { margin-top: 0; }
.d8yjv .ojzvy { padding-top: 0; padding-bottom: 0; }
.phw8e .m895 + .m895::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.v7b3rxs .m895 + .m895::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.zhxy7 .m895 + .m895::before,
.d6sx .m895 + .m895::before,
.l5qqm .m895 + .m895::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%;
}
.wx42e7to .zhxy7 .m895:nth-child(even)::before,
.wx42e7to .d6sx .m895:nth-child(even)::before,
.wx42e7to .l5qqm .m895:nth-child(even)::before { background: var(--bg-surface); }
.l25i1wsp .zhxy7 .m895:nth-child(even)::before,
.l25i1wsp .d6sx .m895:nth-child(even)::before,
.l25i1wsp .l5qqm .m895:nth-child(even)::before { background: var(--bg-card); }
.zhxy7 .m895 + .m895::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");
}
.d6sx .m895 + .m895::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");
}
.l5qqm .m895 + .m895::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");
}
.sfuet7 .xgh2rnv3:not(.i0qb91r) .kg21z3y { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.sfuet7 .i0qb91r { background: linear-gradient(45deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, var(--accent-light)) 100%); }
.sfuet7 .nnbm3 { background: linear-gradient(45deg, var(--hero-a, var(--accent)), var(--hero-b, var(--accent-light))); }
.sfuet7 .xv26 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.ld2yo .whlq { float: left; width: 38%; margin: 0 28px 16px 0; }
.ld2yo .whlq .cdwre2e { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.ld2yo .ojzvy::after { content: ''; display: block; clear: both; }
.y4pltiru .whlq { float: right; width: 38%; margin: 0 0 16px 28px; }
.y4pltiru .whlq .cdwre2e { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.y4pltiru .ojzvy::after { content: ''; display: block; clear: both; }
.or4ejrje .m895:nth-child(odd)  .whlq { float: left;  width: 38%; margin: 0 28px 16px 0; }
.or4ejrje .m895:nth-child(even) .whlq { float: right; width: 38%; margin: 0 0 16px 28px; }
.or4ejrje .whlq .cdwre2e { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.or4ejrje .ojzvy::after { content: ''; display: block; clear: both; }
.ld2yo .b79qt,
.ld2yo .iteiulc3,
.y4pltiru .b79qt,
.y4pltiru .iteiulc3,
.or4ejrje .b79qt,
.or4ejrje .iteiulc3 { clear: both; }
@media (max-width: 900px) {
  .ld2yo .whlq,
  .y4pltiru .whlq,
  .or4ejrje .m895:nth-child(odd)  .whlq,
  .or4ejrje .m895:nth-child(even) .whlq {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ld2yo .whlq .cdwre2e,
  .y4pltiru .whlq .cdwre2e,
  .or4ejrje .whlq .cdwre2e {
    max-height: none !important;
  }
}
.ld2yo .kliel,
.ld2yo .gq6g26,
.y4pltiru .kliel,
.y4pltiru .gq6g26,
.or4ejrje .kliel,
.or4ejrje .gq6g26 { overflow: hidden; }
@media (max-width: 640px) {
  .ld2yo .whlq,
  .y4pltiru .whlq,
  .or4ejrje .whlq { float: none; width: 100%; margin: 0 0 16px 0; }
}
.zfl7 .u4z8x,
.zfl7 .ojzvy,
.zfl7 .vq641qe5  { max-width: 1060px; }
.wcsm0lxw .u4z8x,
.wcsm0lxw .ojzvy,
.wcsm0lxw .vq641qe5  { max-width: 1180px; }
.duos .u4z8x,
.duos .ojzvy,
.duos .vq641qe5  { max-width: 1260px; }
.duos { --content-mw: 1260px; }
.pfbtpp6 { font-size: var(--fs-label); color: var(--text-muted); }
.m8on8d8 { display: flex; align-items: center; }
.ejonokzu {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ndoztkw { display: flex; align-items: center; }
.veopj6r { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.veopj6r:hover { text-decoration: underline; }
.z93b { margin: 0 4px; opacity: 0.45; }
.z93b::before { content: '/'; }
.xtzd { padding: 2px 4px; color: var(--text-main); }
.j0u5nb .pfbtpp6 {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.j0u5nb .m8on8d8 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.mb0b1ko0 .pfbtpp6 {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.mb0b1ko0 .m8on8d8 { padding: 0 0 0 12px; }
.n6762q51 .m8on8d8 { padding: 0 16px; }
.n6762q51 .pfbtpp6 {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.n6762q51 .u4z8x { padding-top: 28px; }
@media (max-width: 720px) {
  .bp8s12 { margin-top: 20px; padding: 0 16px; }
  .n6762q51 .u4z8x { padding-top: 16px; }
}
.zfl7.j0u5nb .m8on8d8 { max-width: 1100px; }
.wcsm0lxw.j0u5nb .m8on8d8 { max-width: 1200px; }
.duos.j0u5nb .m8on8d8 { max-width: 1320px; }
.duos .bp8s12 { max-width: 1320px; }
.dt6v .m895 { padding-top: 16px; padding-bottom: 16px; }
.s0r8qj .m895 { padding-top: 24px; padding-bottom: 24px; }
.uo0zp .m895 { padding-top: 40px; padding-bottom: 40px; }
.ec4qgan7 .m895 { padding-top: 52px; padding-bottom: 52px; }
.s83uftv .m895:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.s83uftv .m895:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.s83uftv .m895:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.s83uftv .m895:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.z5wni .ojzvy { padding-top: 12px;  padding-bottom: 12px; }
.h2593byj .ojzvy { padding-top: 20px;  padding-bottom: 20px; }
.yzoaz1j .ojzvy { padding-top: 36px;  padding-bottom: 36px; }
.jg4f1s7w .ojzvy { padding-top: 48px;  padding-bottom: 48px; }
.aiz3fmcb h1, .aiz3fmcb h2, .aiz3fmcb h3, .aiz3fmcb .onf3orxj { font-weight: 700; }
.t2kio2w3 h1, .t2kio2w3 h2, .t2kio2w3 h3, .t2kio2w3 .onf3orxj { font-weight: 700; }
.pyxj0fc, .aiz3fmcb, .qlg4sg9s, .t2kio2w3 { font-weight: 400; }
.cx713bhu {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.wmse54 .cx713bhu { display: none; }
@media (max-width: 640px) {
  .cx713bhu { display: none !important; }
}
.cx713bhu { background: var(--cta) !important; color: #fff !important; border: none !important; }
.cx713bhu:hover { opacity: 0.85; }
.naob .cx713bhu { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.zzcj4sy0 .t3s8m { right: 32px; }
@media (max-width: 480px) {
  .zzcj4sy0 .t3s8m { right: 20px; bottom: 20px; }
  .twt3yhl  .t3s8m { left: 20px; bottom: 20px; }
}
.no13e4it { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.vq641qe5 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.j82alus { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.a2hi { color: var(--text-dim); font-size: var(--fs-label); }
.cl4tvth { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: var(--fs-sm); margin-bottom: 16px; }
.cl4tvth img { height: 26px; width: auto; object-fit: contain; }
.s28i7n6q a, .ayn18a a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.s28i7n6q a:hover, .ayn18a a:hover { color: var(--accent-light); }
.ayn18a { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.fgz5 .vq641qe5 { text-align: center; }
.fgz5 .ayn18a { justify-content: center; margin-bottom: 16px; }
.fgz5 .j82alus { margin-top: 0; }
.ww2jul8c { margin-top: 12px; }
.ww2jul8c a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .vq641qe5 { padding-left: 16px; padding-right: 16px; }
  .htfbk .vq641qe5 { padding: 20px 16px; }
  .ayn18a { gap: 4px 12px; }
  .j82alus { font-size: var(--fs-caption); }
}
.xptg17 .h1r2oxk7 .cl4tvth { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.xptg17 .j82alus { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.xptg17 .a2hi { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .xptg17 .eyt7w6 { grid-template-columns: 1fr 1fr; } .xptg17 .h1r2oxk7 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xptg17 .eyt7w6 { grid-template-columns: 1fr; } }
.pp804g2 .cl4tvth { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: var(--fs-sm); text-decoration: none; margin-right: auto; flex-shrink: 0; }
.pp804g2 .j82alus { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .pp804g2 .mn7a { gap: 12px; } .pp804g2 .cl4tvth { margin-right: 0; width: 100%; } }
.egsit4i .zivbti1 .cl4tvth { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.egsit4i .j82alus { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.egsit4i .a2hi { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .egsit4i .f2ma { grid-template-columns: 1fr 1fr; } .egsit4i .zivbti1 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .egsit4i .f2ma { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .txigi5al .azwbw { grid-template-columns: 1fr 1fr; } .txigi5al .w70g80:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .txigi5al .azwbw { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .mvdqzv .azwbw { grid-template-columns: 1fr; } }
.ezuxqle .vq641qe5 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.ezuxqle .ayn18a { justify-content: center; }
.oriz .fyik5wbj      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.mevb .fyik5wbj      { background: #0d1117; border-bottom-color: #21262d; }
.mevb .shb0 { color: var(--accent-light); }
.mevb .t3uyx1or { --msep-color: #8b949e; }
.mevb .t3uyx1or a { color: #8b949e; }
.mevb .t3uyx1or a:hover { color: var(--accent-light); }
.mevb .jta6v9m9 { color: #8b949e; }
.mevb .no13e4it { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.mevb .j82alus,
.mevb .a2hi { color: #6e7681; }
.mevb .s28i7n6q a, .mevb .ayn18a a,
.mevb .cl4tvth { color: #e6edf3; }
.mevb .s28i7n6q a:hover, .mevb .ayn18a a:hover,
@media (max-width: 640px) {
  .mevb .t3uyx1or { background: #0d1117; border-top-color: #21262d; }
  .mevb .t3uyx1or li a { border-bottom-color: #21262d; }
}
.ywpky2n .fyik5wbj      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ywpky2n .shb0 { color: var(--accent-light); }
.ywpky2n .t3uyx1or { --msep-color: #475569; }
.ywpky2n .t3uyx1or a { color: #475569; }
.ywpky2n .t3uyx1or a:hover { color: var(--accent-light); }
.ywpky2n .jta6v9m9 { color: #64748b; }
.ywpky2n .no13e4it { background: #f0f4f8; border-top-color: #cbd5e1; }
.ywpky2n .j82alus,
.ywpky2n .a2hi { color: #64748b; }
.ywpky2n .s28i7n6q a, .ywpky2n .ayn18a a,
.ywpky2n .zymlg64y a, .ywpky2n .cl4tvth { color: #374151; }
.ywpky2n .s28i7n6q a:hover, .ywpky2n .ayn18a a:hover,
@media (max-width: 640px) {
  .ywpky2n .t3uyx1or { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ywpky2n .t3uyx1or li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.zkgnirc .fyik5wbj { background: var(--b-50); border-bottom-color: var(--b-200); }
.zkgnirc .t3uyx1or a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .zkgnirc .t3uyx1or { background: var(--b-50); border-top-color: var(--b-200); }
}
.hqbwjml { --nav-fill: var(--b-600); --nav-edge: var(--b-700); }
.hqbwjml .fyik5wbj, .z1j7g .fyik5wbj { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.hqbwjml .shb0, .z1j7g .shb0 { color: #fff; }
.hqbwjml .t3uyx1or, .z1j7g .t3uyx1or { --msep-color: rgba(255,255,255,0.82); }
.hqbwjml .t3uyx1or a, .z1j7g .t3uyx1or a { color: rgba(255,255,255,0.82); }
.hqbwjml .t3uyx1or a:hover, .z1j7g .t3uyx1or a:hover { color: #fff; }
.hqbwjml .jta6v9m9, .z1j7g .jta6v9m9 { color: rgba(255,255,255,0.9); }
.hqbwjml .mwzaeosi a, .z1j7g .mwzaeosi a { color: var(--text-primary) !important; }
.hqbwjml .mwzaeosi a:hover, .z1j7g .mwzaeosi a:hover { color: var(--accent-light) !important; }
@media (max-width: 640px) {
  .hqbwjml .t3uyx1or, .z1j7g .t3uyx1or { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .hqbwjml .t3uyx1or li a, .z1j7g .t3uyx1or li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.l8vmnv9.hqbwjml .cx713bhu { background: #fff !important; color: var(--b-700) !important; }
.xlpofxv .fyik5wbj {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.xlpofxv .fyik5wbj::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) {
  .xlpofxv .t3uyx1or {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.p5dh8c .qvb59m2 { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.v337us1 .qvb59m2 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.w0jb8ah .qvb59m2 { min-height: 72px; height: auto; }
.fled .qvb59m2 { min-height: 84px; height: auto; }
.htfbk .qvb59m2 { max-width: none; padding: 0 32px; }
.htfbk .vq641qe5  { max-width: none; padding: 24px 32px; }
.pbx2x2r.wcsm0lxw .qvb59m2 { max-width: 1200px; }
.pbx2x2r.duos .qvb59m2 { max-width: 1320px; }
.rrpls   .shb0, .rrpls   .cl4tvth { text-transform: capitalize; }
.rrsjre .shb0, .rrsjre .cl4tvth { text-transform: lowercase; }
.l03xi .shb0, .l03xi .cl4tvth { text-transform: uppercase; letter-spacing: var(--ls-label); }
.e4bgshux, .mavm7b6f {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.kbhkpb .e4bgshux,
.kbhkpb .mavm7b6f { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-btn); padding: 4px; }
.o3go .e4bgshux,
.o3go .mavm7b6f { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: var(--r-btn); padding: 4px; }
.vmz4s .e4bgshux,
.vmz4s .mavm7b6f { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-pill); padding: 4px 8px; }
.tncj .e4bgshux,
.tncj .mavm7b6f { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: var(--r-pill); padding: 4px 8px; }
.bmrhg1x   .t3uyx1or a { font-weight: 500; }
.nwx0sk7w .t3uyx1or a { font-weight: 600; }
.i5cr     .t3uyx1or a { font-weight: 700; }
.bnf6    .t3uyx1or a { font-weight: 700; letter-spacing: normal; }
.psgzpy     .t3uyx1or > li + li::before,
.ramwpz    .t3uyx1or > li + li::before,
.ylm66    .t3uyx1or > li + li::before,
.ebcfz1 .t3uyx1or > li + li::before,
.yiiim2rr .t3uyx1or > li + li::before,
.fq645n  .t3uyx1or > li + li::before,
.aue4d5zq    .t3uyx1or > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.psgzpy     .t3uyx1or > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.ramwpz    .t3uyx1or > li + li::before { content: "|"; }
.ylm66    .t3uyx1or > li + li::before { content: "—"; }
.ebcfz1 .t3uyx1or > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.yiiim2rr .t3uyx1or > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.fq645n  .t3uyx1or > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.aue4d5zq    .t3uyx1or > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .mw3rvg .jta6v9m9,
  .mo46 .jta6v9m9,
  .bglb8jq8 .jta6v9m9,
  .x5w8ayc .jta6v9m9,
  .ga3jy4s .jta6v9m9 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .mw3rvg .jta6v9m9::before,
  .mo46 .jta6v9m9::before,
  .bglb8jq8 .jta6v9m9::before,
  .x5w8ayc .jta6v9m9::before,
  .ga3jy4s .jta6v9m9::before { content: ""; display: block; flex-shrink: 0; }

  
  .mw3rvg .jta6v9m9::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;
  }

  
  .mo46 .jta6v9m9::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;
  }

  
  .bglb8jq8 .jta6v9m9::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;
  }

  
  .x5w8ayc .jta6v9m9::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;
  }

  
  .ga3jy4s .jta6v9m9::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) {
  .brzxfaxt .jta6v9m9 {
    padding: 4px 16px;
  }
  .brzxfaxt .t3uyx1or {
    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;
  }
  .brzxfaxt .t3uyx1or li a {
    border-bottom: none; padding: 12px 24px;
  }
  .brzxfaxt .t3uyx1or li a:hover { background: var(--bg-raised); }
  .brzxfaxt .rs5v,
  .hfny .rs5v,
  .f3ouh .rs5v { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .i3b5kmuh .jta6v9m9 {
    padding: 4px 12px;
  }
  .i3b5kmuh .t3uyx1or {
    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);
  }
  .i3b5kmuh .t3uyx1or.ca2nk { transform: translateX(0); }
  .i3b5kmuh .t3uyx1or li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .i3b5kmuh .t3uyx1or li:last-child a { border-bottom: none; }
  .hqbwjml .t3uyx1or,
  .mevb .t3uyx1or { background: var(--accent) !important; }
  .hqbwjml .t3uyx1or li a,
  .mevb .t3uyx1or li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .f3ouh .jta6v9m9 {
    padding: 4px 12px;
  }
  .f3ouh .t3uyx1or {
    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);
  }
  .f3ouh .t3uyx1or::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .f3ouh .t3uyx1or.ca2nk { transform: translateY(0); }
  .f3ouh .t3uyx1or li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .pmd93a53 .jta6v9m9 {
    padding: 4px 12px;
  }
  .pmd93a53 .t3uyx1or {
    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;
  }
  .pmd93a53 .t3uyx1or.ca2nk { opacity: 1; pointer-events: auto; }
  .pmd93a53 .t3uyx1or li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .kbx9     .jta6v9m9 { border-radius: 0 !important; }
  .mentxt   .jta6v9m9 { border-radius: var(--r-btn) !important; }
  .puh4 .jta6v9m9 { border-radius: 50% !important; }
  .r7se   .jta6v9m9 { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .ki9rjb7 .i742f9ba { flex-direction: column; align-items: stretch; }
  .ki9rjb7 .vuevoj { flex-direction: row; min-width: auto; }
  .ki9rjb7 .sj2m6o { align-items: flex-start; text-align: left; }
}
.afm8p5,
.afm8p5.m895,
.wx42e7to .afm8p5,
.fpkr .afm8p5,
.l25i1wsp .afm8p5,
.z97rr .afm8p5 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.l0pudl5t {
  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;
}
.ktehox { flex: 1 1 280px; min-width: 0; }
.qrsc {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.kyy19 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.eb2eee3t {
  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;
}
.eb2eee3t:hover { transform: translateY(-1px); opacity: 0.95; }
.mi5a1az .l0pudl5t {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.mi5a1az .qrsc { color: var(--cta); }
.mi5a1az .kyy19 { color: var(--text-body); }
.mi5a1az .eb2eee3t {
  background: var(--cta);
  color: var(--cta-fg);
}
.fh1bdl .l0pudl5t {
  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);
}
.fh1bdl .qrsc { color: var(--text-primary); }
.fh1bdl .kyy19 { color: var(--text-body); }
.fh1bdl .eb2eee3t {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .l0pudl5t {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .ktehox { flex: 0 0 auto; }
  .qrsc { font-size: var(--fs-lead); }
  .eb2eee3t { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.hr50 .gklrw1z { height: 36px; }
.twfzc .gklrw1z { height: 60px; max-width: 200px; }
.zr4x2f .gklrw1z { height: 56px; max-width: 180px; }
.h0m1ptr6 .orezfv {
  font-size: var(--fs-lead); font-weight: 700;
  color: var(--text-muted); opacity: .45;
}
.fna6 .iteiulc3 {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.fna6 .e5w6gc23 {
  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);
}
.fna6 .e5w6gc23 + .e5w6gc23 { border-top: var(--bw-hair) solid var(--border-alt); }
.fna6 .aygyj { align-items: center; text-align: center; }
.fna6 .n6av {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
}
.fna6 .orezfv {
  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;
}
.fna6 .l4ekwb {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.fna6 .l6pi { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.fna6 .v6n7 { font-size: var(--fs-body); }
.fna6 .dnw4p.y4pn7u { min-width: 180px; }
@media (min-width: 720px) {
  .fna6 .iteiulc3 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .fna6 .e5w6gc23 + .e5w6gc23 { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .fna6 .e5w6gc23 { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .fna6 .n6av { top: -16px; left: 50%; }
  .fna6 .l4ekwb { width: 132px; height: 132px; }
}
.nn6hdw .iteiulc3 {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.nn6hdw .e5w6gc23 {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.nn6hdw .l4ekwb {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.nn6hdw .l6pi { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.nn6hdw .orezfv {
  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) {
  .nn6hdw .l4ekwb { width: 104px; height: 104px; }
}
.lcrlav .pcpwis9c {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.lcrlav .pcpwis9c summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.lcrlav .pcpwis9c summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.lcrlav .pcpwis9c[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.lcrlav .pcpwis9c p { padding: 0 14px 18px; }
.lcrlav .pcpwis9c[open] p { border-top: none; padding-top: 0; }
.vykzj .pcpwis9c { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.vykzj .pcpwis9c 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;
}
.vykzj .pcpwis9c summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.vykzj .pcpwis9c[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.vykzj .pcpwis9c p { padding: 14px 24px 4px; }
.vykzj .pcpwis9c[open] p { border-top: none; padding-top: 14px; }
.c0mkrs2 .pcpwis9c {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.c0mkrs2 .pcpwis9c summary { color: var(--text-primary); padding: 16px 18px; }
.c0mkrs2 .pcpwis9c[open] summary { box-shadow: none; }
.c0mkrs2 .pcpwis9c p { padding: 0 18px 18px; }
.lwd52 .yovk { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.lwd52 .pcpwis9c {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.lwd52 .pcpwis9c:last-child { border-bottom: none; }
.lwd52 .pcpwis9c summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.lwd52 .pcpwis9c p { padding: 0 20px 16px; }
.mqi9 .pcpwis9c { overflow: hidden; }
.mqi9 .pcpwis9c 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));
}
.mqi9 .pcpwis9c summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.mqi9 .pcpwis9c summary::after { color: var(--tone-mark, var(--accent)); }
.mqi9 .pcpwis9c[open] summary { border-radius: 0; box-shadow: none; }
.tie1e { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ny21zt {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.uoav0j39 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.fkzzl { color: var(--text-muted); font-size: var(--fs-body); }
.bgut6f {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.hucowy {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.mom069z5 { margin-bottom: 20px; }
.e61wz {
  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);
}
.mrq1jc5j {
  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;
}
.mrq1jc5j:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.qt9wbzjq { resize: vertical; min-height: 130px; }
.iuz3fkd { width: 100%; margin-top: 8px; }
.fo2up0 {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.sfj40 {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.nlcvv { color: var(--text-muted); line-height: var(--lh-read); }
.gm11iezz { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.gm11iezz li { margin-bottom: 8px; }
.zvubkou5 { max-width: 760px; margin: 0 auto; }
.au61ezr6 { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.p900t79u { max-width: 760px; margin: 0 auto; }
.apc431 ul.gm11iezz { margin: 0; }
@media (max-width: 640px) { .u1rg { grid-template-columns: 1fr; gap: 12px; } }
.j8peq0j { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.rv2zxh2t { background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 24px; }
.nrgagb0k { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.rv2zxh2t p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.rv2zxh2t .gm11iezz { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .j8peq0j { grid-template-columns: 1fr; } }
.w65z6l9f { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.w65z6l9f:hover .vov7 { color: var(--accent-light); text-decoration: underline; }
.gmme6 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.t50tdu7v { margin-bottom: 48px; }
.neta3z6x { max-width: 760px; margin: 0 auto; }
.a2zg { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.a2zg:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ahwdc { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.a2zg p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.a2zg ul.gm11iezz { margin: 0; }
.f5h7jdx0 { color: var(--text-muted); line-height: var(--lh-read); }
.itffp6b .gm11iezz,
.k6govc3e .gm11iezz,
.cvf838m .gm11iezz,
.zqb9co .gm11iezz {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.itffp6b .a2zg,
.k6govc3e .a2zg { text-align: left; }
.itffp6b .ahwdc,
.k6govc3e .ahwdc { text-align: center; }
.lz0qoi { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.c74tee80 { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.cjnxaf { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.i76nwgu { margin-top: 12px; }
.mpd122 { 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; }
.mpd122:hover { border-bottom-color: var(--accent-light); }
.llz16 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.llz16 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.afidrk { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.h44a2 { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.ft186bo { color: var(--text-muted); font-weight: 600; letter-spacing: normal; }
.vlvrvd { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: var(--bw-hair) solid var(--border); }
@media (max-width: 640px) { .vlvrvd { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.juooj .cjnxaf, .juooj .c74tee80 { max-width: 640px; }
.md06l .lz0qoi { font-size: var(--fs-h3); margin-top: 20px; }
.twz91p .cjnxaf { margin-bottom: 28px; }
@media (max-width: 860px) { .bti67 { grid-template-columns: 1fr; } .md06l { position: static; text-align: center; } }
.vmigx .llz16 { margin: 0 auto 20px; }
.vmigx .h44a2 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .d0n3tqr { grid-template-columns: 1fr; } }
.c9pt .lz0qoi { font-size: var(--fs-h3); margin-bottom: 8px; }
.zqb9co .gm11iezz { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .c9pt { flex-direction: column; text-align: center; } .ztnk { grid-template-columns: 1fr; } }
.ibhc .lz0qoi { font-size: var(--fs-lead); margin: 0 0 4px; }
.ibhc .h44a2 { margin: 0; }
.kwl030 { max-width: 760px; margin: 0 auto; }
.k8zswv { position: relative; padding-left: 28px; }
.k8zswv::before { content: ""; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 2px; background: var(--border); }
.kqg5fd { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.kqg5fd:last-child { padding-bottom: 0; }
.nnnec { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: var(--bw-bar) solid var(--bg-surface); flex-shrink: 0; }
.dq85b0 h2 { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.dq85b0 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.kwht6 .uoav0j39 { color: var(--accent-light); }
.z75gs .uoav0j39 { font-size: var(--fs-h2); }
.z75gs .fkzzl { max-width: 680px; }
.yamg .uoav0j39 { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.yamg .fkzzl  { margin: 0; }
@media (max-width: 640px) { .yamg { flex-direction: column; } }
.ctkhz .uoav0j39 { color: var(--accent-light); }
.wmfy90en {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.wmfy90en .uoav0j39 { color: #fff; }
.wmfy90en .fkzzl  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .o8sq { grid-template-columns: 1fr; } }
.m435j .mrq1jc5j {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.m435j .mrq1jc5j:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.okvgcou .mrq1jc5j { background: var(--bg-raised); border-color: transparent; }
.okvgcou .mrq1jc5j:focus { background: var(--bg-card); border-color: var(--accent-light); }
.c0ol .mrq1jc5j { border-radius: var(--r-pill); padding: 12px 20px; }
.c0ol .qt9wbzjq { border-radius: var(--r-card); }
.ae9i9i0 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .ae9i9i0 { grid-template-columns: 1fr; } }
.tj4q81 {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 24px 24px;
}
.tj4q81 h2 {
  font-size: var(--fs-sm); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.tj4q81 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.tt715a { counter-reset: priv-count; }
.obmh7h {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: var(--bw-hair) solid var(--border);
}
.obmh7h:last-child { border-bottom: none; }
.yo7rgd {
  font-size: var(--fs-h1); font-weight: 700; color: var(--accent-light);
  opacity: 0.3; line-height: var(--lh-solid); font-variant-numeric: tabular-nums;
}
.obmh7h h2 {
  font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.obmh7h p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.w3mnvo { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; margin: 0; }
.w3mnvo li { margin-bottom: 8px; }
.lxvm:empty,.ok102np3:empty{display:none}
.l3ol9{position:relative;overflow:visible}
.ek2gq .x8a7 .ok102np3,.xshj273x .x8a7 .ok102np3,
.tkwi .x8a7 .ok102np3,.lp9n .x8a7 .ok102np3,
.afiv .x8a7 .ok102np3{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}
.ek2gq .xv906,.xshj273x .xv906,
.tkwi .xv906,.lp9n .xv906,
.afiv .xv906{background:transparent!important;border:none!important;padding: 0;border-radius:0;color:inherit!important}
.ek2gq .x8a7 .ok102np3{margin-right:auto}
.xshj273x .x8a7 .ok102np3{margin-left:auto}
.tkwi .x8a7 .ok102np3{margin-right:auto}
.lp9n .x8a7 .ok102np3{margin-left:auto}
.afiv .x8a7 .ok102np3{margin: 0 auto}
.a5sfvvi .x8a7 .ok102np3{margin: 0}
.a5sfvvi .xv26~.x8a7 .ok102np3,
.a5sfvvi .q7cvgq2t~.x8a7 .ok102np3{justify-content:flex-start}
.xv26~.x8a7 .ok102np3{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.q7cvgq2t~.x8a7 .ok102np3{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.lnuu .ok102np3{margin: 0 0 12px}
.ok102np3{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.bmqrc{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.vov7{font-weight:600;color:var(--text-heading);opacity:1}
.gd53avr1::before{content:"·";margin: 0 2px;opacity:.5}
.xv906{white-space:nowrap}
.jittcdg .bmqrc{display:none}
.fkux .xv906{background:var(--date-bg, var(--accent-bg));padding: 4px 12px;border-radius: var(--r-card);font-size: var(--fs-caption)}
.fkux .gd53avr1::before{content:""}
.jclo34 .xv906{background:var(--date-bg, var(--accent-bg));padding: 8px 12px;border-radius:var(--radius, 6px);font-size: var(--fs-caption);display:inline-flex;align-items:center;gap: 4px}
.jclo34 .gd53avr1::before{content:""}
.idm3to .ok102np3{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.ihk2q1 .xv906{border-left: var(--bw-rule) solid var(--accent);padding-left: 8px;font-size: var(--fs-caption)}
.ihk2q1 .gd53avr1::before{content:""}
.jiumh8kv .xv906{color: var(--accent-light);opacity:1;font-weight:500}
.j41x5zj .xv906{border-bottom: var(--bw-hair) solid currentColor;padding-bottom: 2px}
.fww2bvv .ok102np3{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.q91ngh25{--date-bg:var(--accent-bg)}
.wfn1gsq .gd53avr1::before{content:""}
.vad8 .gd53avr1::before{content:"•";opacity:.4}
.vad8 .xv906 + .xv906::before{content:"•";margin-right:6px;opacity:.4}
.kohj5nbk .gd53avr1::before{content:"/";opacity:.35}
.kohj5nbk .xv906 + .xv906::before{content:"/";margin-right:6px;opacity:.35}
.uccnde94 .gd53avr1::before{content:"|";opacity:.3}
.uccnde94 .xv906 + .xv906::before{content:"|";margin-right:6px;opacity:.3}
.peahp .gd53avr1::before{content:"—";opacity:.3}
.peahp .xv906 + .xv906::before{content:"—";margin-right:6px;opacity:.3}
.q7ha5 .gd53avr1::before{content:"◆";font-size:.5em;opacity:.35}
.q7ha5 .xv906 + .xv906::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.z5jj7 .gd53avr1::before{content:"·";opacity:.4}
.z5jj7 .xv906 + .xv906::before{content:"·";margin-right:6px;opacity:.4}
.jz7gx .gd53avr1::before{content:"›";opacity:.4}
.jz7gx .xv906 + .xv906::before{content:"›";margin-right:6px;opacity:.4}
.nzlbe .gd53avr1::before{content:"→";opacity:.35;font-size:.85em}
.nzlbe .xv906 + .xv906::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.fvkw08c .hh0p{border-left: var(--bw-bar) solid var(--accent);border-radius:0}
@media(max-width:640px){
  .hh0p{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .yw43fx{max-width:100%}
}
.lrbjgy5 .fyesaz{margin: 0}
@media (max-width:560px){
  .lonvcueb{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) {
  .jtp7i { padding: 28px 20px 20px; }
  .z8pl { font-size: var(--fs-lead); }
  .wsnipyi { max-width: 220px; max-height: 80px; }
}
.ppdt {
  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);
}
.migqujr2 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.fbl4ji  .ppdt { border-radius: 50%; }
.v6kppb  .ppdt { border-radius: var(--r-chip); }
.g9ncr .ppdt { border-radius: var(--r-card); }
.sd5ca .l0pudl5t {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ppdt { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.gajkrvp0 .m895 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.gajkrvp0 .ojzvy {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.gajkrvp0 .l0pudl5t {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.ino8et7h {
  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;                  
}
.ino8et7h.o8dorps { transform: translate(-50%, 0); }
.ino8et7h .m895,
.ino8et7h .ojzvy {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.ino8et7h .l0pudl5t {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.ktmixu {
  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;
}
.ktmixu::before,
.ktmixu::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.ktmixu::before { transform: translate(-50%, -50%) rotate(45deg); }
.ktmixu::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.ktmixu:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .ino8et7h { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .ino8et7h .l0pudl5t {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .ino8et7h .kyy19 { display: none !important; }
  .ino8et7h .qrsc { font-size: var(--fs-body) !important; }
  .ino8et7h .ppdt { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .ktmixu { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .qvb59m2 { flex-direction: row-reverse; }
[dir="rtl"] .t3uyx1or { flex-direction: row-reverse; }
[dir="rtl"] .zzcj4sy0 .t3s8m { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .zzcj4sy0 .t3s8m { right: auto; left: 20px; }
  [dir="rtl"] .twt3yhl  .t3s8m { left: auto;  right: 20px; }
}
[dir="rtl"] .ld2yo .whlq  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .y4pltiru .whlq { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .kliel, [dir="rtl"] .gq6g26 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .vej1la7c { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .l0pudl5t { direction: rtl; }
[dir="rtl"] .ppdt { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .e5w6gc23,
[dir="rtl"] .pfbtpp6 { direction: rtl; }
[dir="rtl"] .cf0u48 { direction: rtl; }
[dir="rtl"] .wu6x { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .xgh2rnv3.is4u1d .m3vk,
[dir="rtl"] .ilav2.is4u1d .m3vk,
[dir="rtl"] .i0qb91r.is4u1d .m3vk,
[dir="rtl"] .pjuo3dv.is4u1d .m3vk,
[dir="rtl"] .xv8aq.is4u1d .m3vk { text-align: right; }
[dir="rtl"] .xv26.is4u1d .qnc86 { align-items: flex-end; text-align: right; }
[dir="rtl"] .ojzvy,
[dir="rtl"] .rfm56d8,
[dir="rtl"] .frk4lbx,
[dir="rtl"] .m3vk { text-align: right; }
[dir="rtl"] .hucowy,
[dir="rtl"] .e61wz,
[dir="rtl"] .cjnxaf,
[dir="rtl"] .mrq1jc5j,
[dir="rtl"] .qt9wbzjq { text-align: right; direction: rtl; }
[dir="rtl"] .c0ol .mrq1jc5j,
[dir="rtl"] .m435j .mrq1jc5j { padding-right: 20px; padding-left: 20px; }
.fsy4a .iteiulc3,
.lubymq6 .iteiulc3,
.y2knj .iteiulc3 { border: var(--bw-hair) solid var(--border-alt); }
.mkyk .iteiulc3 {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.fsy4a .e5w6gc23,
.lubymq6 .e5w6gc23,
.mkyk .e5w6gc23,
.y2knj .e5w6gc23 {
  gap: 24px;
  padding: 24px 24px;
}
.fsy4a .e5w6gc23 + .e5w6gc23,
.y2knj .e5w6gc23 + .e5w6gc23 { border-top: none; }
.fsy4a .e5w6gc23:nth-child(even),
.y2knj .e5w6gc23:nth-child(even) { background: var(--bg-surface); }
.mkyk .e5w6gc23 {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.fsy4a .orezfv,
.lubymq6 .orezfv,
.mkyk .orezfv,
.y2knj .orezfv {
  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;
}
.y2knj .orezfv { background: var(--accent); color: var(--cta-fg, #fff); }
.fsy4a .l4ekwb,
.lubymq6 .l4ekwb,
.mkyk .l4ekwb,
.y2knj .l4ekwb {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.fsy4a .l6pi,
.lubymq6 .l6pi,
.mkyk .l6pi,
.y2knj .l6pi {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.y2knj .v6n7 { font-size: var(--fs-body); font-weight: 700; }
.fsy4a .dnw4p.y4pn7u,
.lubymq6 .dnw4p.y4pn7u,
.mkyk .dnw4p.y4pn7u,
.y2knj .dnw4p.y4pn7u {
  padding: 16px 24px !important;
}
.y2knj .dnw4p.y4pn7u { box-shadow: none; }
@media (max-width: 1080px) {
  .fsy4a .e5w6gc23,
  .lubymq6 .e5w6gc23,
  .mkyk .e5w6gc23,
  .y2knj .e5w6gc23 { gap: 16px; padding: 20px; }
  .fsy4a .l4ekwb,
  .lubymq6 .l4ekwb,
  .mkyk .l4ekwb,
  .y2knj .l4ekwb { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .fsy4a .l4ekwb,
  .lubymq6 .l4ekwb,
  .mkyk .l4ekwb,
  .y2knj .l4ekwb { width: 104px; height: 104px; }
}
.euf711vd .expss { display: none; }
.ee2xit  .eb2eee3t, .ee2xit  .elwc { border-radius: var(--r-pill); }
.xqqusj38 .eb2eee3t, .xqqusj38 .elwc { border-radius: 0; }
.xxmdtg .eb2eee3t, .xxmdtg .elwc { border-radius: var(--r-btn); }
.eb2eee3t, .elwc, .x5wyfdu, .y4pn7u, .dnw4p.y4pn7u {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
body.xqqusj38 { --btn-radius: 0px; }
.x5wyfdu, .y4pn7u, .dnw4p.y4pn7u, .eb2eee3t, .elwc,
.jul5hglt, .u2kv, .ino8et7h .eb2eee3t {
  border-radius: var(--btn-radius) !important;
}
.ojpw12vz a, .rfm56d8 a, .frk4lbx a, .mo5twgp7 a, .pcpwis9c 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;
}
.ojpw12vz a:hover, .rfm56d8 a:hover, .frk4lbx a:hover, .mo5twgp7 a:hover { text-decoration-color: currentColor; }
.rtotn    { --hero-a: var(--b-700); --hero-b: var(--b-near, var(--b-800)); }
.n3pki7qk .w3r3z.i0qb91r .onf3orxj,
.n3pki7qk section.i0qb91r .onf3orxj { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.n3pki7qk .i0qb91r .qrz1h56a { color: var(--text-body); }
.rtotn .xgh2rnv3:not(.i0qb91r) .kg21z3y {
  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%);
}
.w3r3z.xgh2rnv3:not(.i0qb91r) .onf3orxj,
section.xgh2rnv3:not(.i0qb91r) .onf3orxj { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.l8vmnv9.rtotn    .i0qb91r .x5wyfdu { background: #fff !important; color: var(--b-700) !important; }
.vp81t6ww .no13e4it { background: var(--bg-page); border-top-color: var(--border-alt); }
.owv2so9 .no13e4it { background: var(--b-50); border-top-color: var(--b-200); }
.jmu47a7a    { --ftr-fill: var(--n-900); --ftr-edge: var(--n-800); }
.jdr7 .no13e4it, .ixy0gxkj .no13e4it, .jmu47a7a .no13e4it {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.jdr7 .no13e4it :is(.j82alus, .a2hi),
.ixy0gxkj   .no13e4it :is(.j82alus, .a2hi),
.jmu47a7a    .no13e4it :is(.j82alus, .a2hi) { color: rgba(255,255,255,0.68); }
.jdr7 .no13e4it :is(.br5i, .s5nana9),
.ixy0gxkj   .no13e4it :is(.br5i, .s5nana9),
.jmu47a7a    .no13e4it :is(.br5i, .s5nana9) { color: rgba(255,255,255,0.7); }
.jdr7 .no13e4it a, .ixy0gxkj .no13e4it a, .jmu47a7a .no13e4it a { color: rgba(255,255,255,0.9); }
.jdr7 .no13e4it a:hover, .ixy0gxkj .no13e4it a:hover, .jmu47a7a .no13e4it a:hover { color: #fff; }
.jdr7 .no13e4it .cl4tvth,
.ixy0gxkj   .no13e4it .cl4tvth,
.jmu47a7a    .no13e4it .cl4tvth { color: #fff; }
.jlm7 .iteiulc3:not(.m50q6) .e5w6gc23:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.o8zhjf .iteiulc3:not(.m50q6) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.o8zhjf .iteiulc3:not(.m50q6) .e5w6gc23 { background: var(--bg-card); border-radius: var(--r-btn); }
.o8zhjf .iteiulc3:not(.m50q6) .e5w6gc23 + .e5w6gc23 { margin-top: 8px; border-top: none; }
.ef2g { background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary)); }
.orezfv { color: var(--tone-mark, var(--text-muted)); }
.p8l2q2s .e5w6gc23::before { background: var(--tone-line, var(--accent)); }
.exam1z .e5w6gc23:first-child { border-top-color: var(--tone-line, var(--accent)); }
.pcpwis9c summary:hover::after, .pcpwis9c[open] summary::after { color: var(--tone-mark, var(--accent)); }
.yqc8k .yc96wizb .l6pi,
.yqc8k .k1ha.yc96wizb img,
.yqc8k .b5xzg.yc96wizb img { border-radius: 22%; }
.yqc8k .k1ha.yc96wizb { border-radius: var(--r-card); }
.rzsudg .yc96wizb .l6pi,
.rzsudg .k1ha.yc96wizb img,
.rzsudg .b5xzg.yc96wizb img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.rzsudg .k1ha.yc96wizb { border-radius: 50%; padding: 5px; }
.rzsudg .yc96wizb.l4ekwb, .yqc8k .yc96wizb.l4ekwb { overflow: visible; }
.on8j9, .yvylhmi, .iteiulc3:not(.m50q6), .fyesaz, .pcpwis9c {
  border: none; box-shadow: var(--sh-card);
}
.udlzz2j .iteiulc3:not(.m50q6) { box-shadow: var(--sh-lift); }
.lcrlav .pcpwis9c, .vykzj .pcpwis9c, .lwd52 .pcpwis9c { box-shadow: none; }
.lwd52 .yovk { border: none; box-shadow: var(--sh-card); }
.c0mkrs2 .pcpwis9c { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.vykzj .pcpwis9c summary { border: none; box-shadow: var(--sh-card); }
.vykzj .pcpwis9c[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.mqi9 .pcpwis9c summary { color: var(--tone-fill-head-raw); }
.uxafgsz5 .on8j9 { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.opti, .vej1la7c, .cf0u48 { border: none; box-shadow: var(--panel-sh, none); }
.hkeuo .nsrwkh { border: none; box-shadow: var(--sub-sh, none); }
.q8qkth7s .opti, .q8qkth7s .cf0u48 { box-shadow: var(--panel-sh, none); }
.q8qkth7s .fyesaz, .q8qkth7s .jndo .vej1la7c { box-shadow: var(--sh-card); }
.q8qkth7s .hkeuo .nsrwkh { box-shadow: var(--sub-sh, none); }
.yj7fxplg .nsrwkh, .q8qkth7s .yj7fxplg .nsrwkh, .udlzz2j .yj7fxplg .nsrwkh { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.opti { background: var(--bg-card-inner); border-radius: var(--r-card); }
.z2xv0ai { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.d5uw5 .opti   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.p9hp .opti { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.p49suwl .opti     { border: none; }
.p49suwl .z2xv0ai { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.b2imapo .opti    { border: none; box-shadow: var(--sh-card); }
.vej1la7c { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.b1muyx { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.vej1la7c strong, .puob8 .vej1la7c strong, .oe9o .vej1la7c strong,
.x6roynu .vej1la7c strong { color: var(--cl-head); }
.vej1la7c p, .puob8 .vej1la7c p, .oe9o .vej1la7c p,
.x6roynu .vej1la7c p { color: var(--cl-fg); }
.puob8 .vej1la7c { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.puob8 .vej1la7c strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.pelt6oor .vej1la7c { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.oe9o .vej1la7c { border: none; }
.x6roynu .vej1la7c  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.jndo .vej1la7c   { 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); }
.j8evy9a .d1mnx .sp2p3, .j8evy9a .v96k .sp2p3 {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.j8evy9a .d1mnx .sp2p3 { background: var(--sem-pos-fg); }
.j8evy9a .v96k .sp2p3 { background: var(--sem-neg-fg); }
.j8evy9a .ij02bvf::before, .j8evy9a .c29hn::before { color: #fff; }
.cf0u48 { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.ji0c { color: var(--tone-fill-head, var(--text-primary)); }
.oo4g .wu6x a, .ac56f .wu6x a, .thfw .wu6x a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.oo4g .wu6x a:hover, .ac56f .wu6x a:hover, .thfw .wu6x a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.y8zs .cf0u48 { border-bottom-color: var(--border-alt); }
.y8zs .wu6x a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.gyu56, .ef2g { border: none; }
.uxafgsz5 .hplq { border-bottom: none; }
.k1ha.yc96wizb { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.k1ha.yc96wizb img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.yqc8k .k1ha.yc96wizb img { border-radius: 22%; }
.rzsudg  .k1ha.yc96wizb img { border-radius: 50%; }
.rzsudg  .k1ha.yc96wizb { padding: 0; }
@media (min-width: 900px) {
  .gpr7 .zn1n > .on8j9:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.kliel li::marker { color: var(--tone-mark, var(--accent)); }
.gq6g26 li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.dq2uy08 li::marker { color: var(--tone-mark, var(--accent)); }
.ajre h2.gaacqy { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.qxym h2.gaacqy { border-bottom-color: var(--tone-mark, var(--accent)); }
.b2hly h2.gaacqy { border-top-color: var(--tone-mark, var(--accent)); }
.ld2yo .nsrwkh, .y4pltiru .nsrwkh, .or4ejrje .nsrwkh,
.ld2yo .vej1la7c, .y4pltiru .vej1la7c, .or4ejrje .vej1la7c,
.ld2yo .fyesaz, .y4pltiru .fyesaz, .or4ejrje .fyesaz { clear: both; }
.whlq .cdwre2e { box-shadow: var(--sh-card); }
.fyesaz { border-radius: var(--r-card); }
.zr6r5u28 .ro9c { border: none; }
.zkgnirc .t3uyx1or a { color: var(--b-800); }
.zkgnirc .t3uyx1or a:hover { color: var(--b-600); }
.n3pki7qk .w3r3z.i0qb91r .onf3orxj,
.n3pki7qk section.i0qb91r .onf3orxj,
.n3pki7qk .ilav2 .onf3orxj { color: var(--b-900) !important; }
.n3pki7qk .i0qb91r .qrz1h56a, .n3pki7qk .ilav2 .qrz1h56a { color: var(--b-800); }
.owv2so9 .no13e4it, .owv2so9 .no13e4it a { color: var(--b-800); }
.owv2so9 .no13e4it :is(.j82alus, .a2hi, .br5i) { color: var(--b-700); }
.l0pudl5t { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.eb2eee3t { border: none; }
.a4jn .eb2eee3t { background: #fff !important; color: var(--cta) !important; }
.mi5a1az .l0pudl5t { background: var(--b-100); border: none; }
.mi5a1az .qrsc { color: var(--b-900); }
.mi5a1az .kyy19 { color: var(--b-800); }
.fh1bdl .l0pudl5t { background: var(--b-900); border: none; border-radius: var(--r-card); }
.fh1bdl .qrsc { color: #fff; }
.fh1bdl .kyy19 { color: rgba(255,255,255,0.82); }
.uxwi3j .l0pudl5t { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.uxwi3j .eb2eee3t { background: #fff !important; color: var(--b-800) !important; }
.ppdt { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.migqujr2 { width: 100%; height: 100%; object-fit: cover; }
h2.gaacqy, .onf3orxj, h1.gaacqy, .qrsc { font-weight: 700; }
.ca4iyya h3, h3.mk12 { font-weight: 600; }
.ieqm9 { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.kliel { list-style: none !important; padding-left: 0; margin: 16px 0; }
.kliel li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.kliel li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.kliel 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);
}
.g1mz01e .kliel li { padding-left: 28px; }
.g1mz01e .kliel 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));
}
.g1mz01e .kliel li::after { content: none; }
.g1mz01e .kliel li::marker, .kliel li::marker { content: ""; }
.gq6g26 { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.gq6g26 li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.gq6g26 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;
}
.g1mz01e .gq6g26 li::before { border-radius: 50%; }
.gq6g26 li::marker { content: ""; }
.dq2uy08 { list-style: none; padding-left: 16px; }
.dq2uy08 li { position: relative; padding-left: 16px; }
.dq2uy08 li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.dq2uy08 li::marker { content: ""; }
h3.mk12 { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.ojpw12vz strong, .rfm56d8 strong, .zj4963 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");
}
.euf711vd .expss, .expss {
  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;
}
.zq4z2lu .expss     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.b1muyx .expss { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.fyq63u9 .expss  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.tack .expss, .sfzjun .expss { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.expss::before { content: none !important; }
.vej1la7c { gap: 14px; }
.hkeuo .nsrwkh { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.czya2x h2.gaacqy { 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); }
.to1vg .fh1bdl .eb2eee3t, .to1vg .uxwi3j .eb2eee3t,
.to1vg.z1j7g .cx713bhu, .to1vg.jmu47a7a .no13e4it .y4pn7u { background: #fff !important; color: var(--b-900) !important; }
.gpr7 .zn1n { align-items: stretch; }
.ro9c { font-size: var(--fs-sm); }
.ro9c th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.ro9c td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.ro9c td:first-child { font-weight: 600; color: var(--text-primary); }
.ro9c tbody tr:last-child td { border-bottom: none; }
.ro9c tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.nzimw .ro9c th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.zr6r5u28 .ro9c th, .zr6r5u28 .ro9c td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.zr6r5u28 .ro9c th + th, .zr6r5u28 .ro9c td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.zr6r5u28 .ro9c tbody tr:last-child td { border-bottom: none; }
.gl0772h7 .zr6r5u28 .ro9c th + th, .anzl0mi .zr6r5u28 .ro9c th + th,
.r4voae.zr6r5u28 .ro9c th + th { border-left-color: rgba(255,255,255,0.16); }
.sfo8x2 .ro9c tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.b79qt { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.opti {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.opti:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.kfevq, .n03oy1c .kfevq {
  width: 76px; height: 76px; max-width: none; max-height: none; aspect-ratio: 1 / 1;
  padding: 12px; box-sizing: border-box; margin: 0 0 18px; object-fit: contain; display: block;
  background: var(--tone-fill-2-raw, var(--bg-raised)); border-radius: 18px;
}
.p5uvy .kfevq { border-radius: 50%; padding: 14px; }
.mgmul .opti { align-items: center; text-align: center; }
.mgmul .dq2uy08 { text-align: left; }
.z2xv0ai, .xr55e7q .z2xv0ai, .p49suwl .z2xv0ai {
  background: none; padding: 0; margin: 0 0 8px; border: none; text-align: inherit;
  font-size: calc(var(--fs-body) + 1px); font-weight: 700; line-height: var(--lh-tight);
  color: var(--tone-head, var(--text-primary));
}
.ht5467 { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.dq2uy08 { align-self: stretch; margin: 14px 0 0; padding: 12px 0 0; border-top: var(--bw-hair) solid var(--border-alt); font-size: var(--fs-label); color: var(--text-body); }
.dq2uy08 li { margin-bottom: 6px; line-height: var(--lh-snug); }
.hx15 .z2xv0ai { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.hx15 .z2xv0ai::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.mgmul.hx15 .z2xv0ai, .p5uvy.hx15 .z2xv0ai { align-items: center; }
.xdnak .opti { padding-left: 0; padding-right: 0; }
.xdnak .opti:hover { transform: none; box-shadow: none; }
.opti, .p49suwl .opti { background: var(--bg-card); box-shadow: var(--sh-card); }
.q8qkth7s .opti, .udlzz2j .opti { box-shadow: var(--sh-card); }
.xdnak .opti, .q8qkth7s .xdnak .opti { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .b79qt:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .b79qt:has(> :nth-child(5):last-child) .opti { padding: 20px 16px 18px; }
  .b79qt:has(> :nth-child(6):last-child), .b79qt:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .b79qt:has(> :nth-child(7):last-child), .b79qt:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .kliel li, [dir="rtl"] .g1mz01e .kliel li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .g1mz01e .kliel li { padding-right: 28px; }
[dir="rtl"] .kliel li::before { left: auto; right: 0; }
[dir="rtl"] .g1mz01e .kliel li::before { left: auto; right: 6px; }
[dir="rtl"] .kliel li::after { left: auto; right: 9px; }
[dir="rtl"] .gq6g26 li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .gq6g26 li::before { left: auto; right: 0; }
[dir="rtl"] .dq2uy08 { padding-left: 0; padding-right: 0; }
[dir="rtl"] .dq2uy08 li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .dq2uy08 li::before { left: auto; right: 0; }
[dir="rtl"] .vej1la7c, [dir="rtl"] .x6roynu .vej1la7c, [dir="rtl"] .jndo .vej1la7c { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .puob8 .vej1la7c, [dir="rtl"] .pelt6oor .vej1la7c, [dir="rtl"] .oe9o .vej1la7c { border-right: none; }
[dir="rtl"] .ajre h2.gaacqy { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .d5uw5 .opti { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .opti { align-items: flex-start; text-align: right; }
[dir="rtl"] .ro9c th, [dir="rtl"] .ro9c td { text-align: right; }
[dir="rtl"] .zr6r5u28 .ro9c th + th, [dir="rtl"] .zr6r5u28 .ro9c td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .c0mkrs2 .pcpwis9c, [dir="rtl"] .mqi9 .pcpwis9c summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .pcpwis9c summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .jlm7 .iteiulc3:not(.m50q6) .e5w6gc23:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .e5w6gc23 { gap: 0 14px; padding: 16px; }
  .e5w6gc23::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .juiia, .w5ywz { flex: 1 1 0; min-width: 0; }
  .f2t23 { flex: 0 0 auto; }
  .yabq { align-self: center; }
  
  .rfhpcd4, .yvxqjl, .xr02l,
  .xvem6ng, .fer0x4q2, .ezjecxat,
  .ol0pgn, .pff3no9, .jmy3zxbj {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .rfhpcd4, .yvxqjl, .xr02l { flex-basis: 100%; min-width: 100%; }
  
  .qzts19, .y48v { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .q6lai9, .kyaev8 { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .kyaev8 .ef2g:nth-child(n+3) { display: inline-block; }
  .kyaev8 .ef2g:nth-child(n+4) { display: none; }
  
  .ezo0, .ja20f14v { margin-top: 16px; }
  .uk1ok { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .xvem6ng, .fer0x4q2, .ezjecxat,
  .ol0pgn, .pff3no9, .jmy3zxbj { flex-basis: 100%; min-width: 100%; }
}
.l4ekwb.yc96wizb, .p0uj9c .l4ekwb.yc96wizb, .xa1k .l4ekwb.yc96wizb,
.ypteo54i .l4ekwb.yc96wizb, .ykmf790 .l4ekwb.yc96wizb,
.b5xzg.yc96wizb, .p0uj9c .b5xzg.yc96wizb, .xa1k .b5xzg.yc96wizb,
.ypteo54i .b5xzg.yc96wizb, .ykmf790 .b5xzg.yc96wizb {
  background: transparent; padding: 0; width: auto; height: auto;
}
.p0uj9c .l4ekwb.yc96wizb .l6pi, .xa1k .l4ekwb.yc96wizb .l6pi,
.ypteo54i .l4ekwb.yc96wizb .l6pi, .ykmf790 .l4ekwb.yc96wizb .l6pi { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .l4ekwb.yc96wizb .l6pi { max-height: 64px; max-width: 64px; }
  
  .kyaev8 { flex-wrap: wrap; overflow: visible; }
  .kyaev8 .ef2g { max-width: 100%; }
}
.ifd3l .y4pn7u { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .ifd3l { flex-direction: column; align-items: stretch; }
  .ifd3l .y4pn7u { text-align: center; }
}
@media (min-width: 900px) {
  .cmvmi .zn1n, .cmvmi.gpr7 .zn1n { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .cmvmi .on8j9:has(> .wuvz) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .cmvmi .on8j9:has(> .wuvz) > .ifd3l { display: none; }

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

  .cmvmi .z4tfwuxv { display: flex; flex-direction: column; min-width: 0; }
  .cmvmi .z4tfwuxv .mng8 { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .cmvmi .z4tfwuxv .mng8 img.dwdzxk { max-height: 250px; }
  .cmvmi .z4tfwuxv .w8ahw4 { flex: 1 1 auto; }
  
  .cmvmi .z4tfwuxv .sitcgr { grid-template-columns: 1fr 1fr; gap: 20px; }
  .cmvmi .z4tfwuxv .xayoetj { flex-wrap: wrap; }
  .cmvmi .z4tfwuxv .achjrt14 { flex: 0 0 auto; margin: 0 8px 0 0; }
  .cmvmi .on8j9:last-child:nth-child(odd) { grid-column: auto; }
  
  .cmvmi.q7j87dj8 .hplq, .cmvmi.h2tss .hplq { background: none; }
}
.bla87l .k1ha.yc96wizb, .bla87l .k1ha.yc96wizb img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.p5uvy .opti { align-items: center; text-align: center; }
.p5uvy .dq2uy08 { text-align: left; }
.yhbwu2e .b79qt, .yhbwu2e .b79qt:has(> :nth-child(5):last-child),
.yhbwu2e .b79qt:has(> :nth-child(6):last-child), .yhbwu2e .b79qt:has(> :nth-child(7):last-child),
.yhbwu2e .b79qt:has(> :nth-child(8):last-child), .yhbwu2e .b79qt:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.yhbwu2e .opti { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.yhbwu2e .kfevq, .yhbwu2e .nnf3iv { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.yhbwu2e .z2xv0ai, .yhbwu2e .ht5467, .yhbwu2e .dq2uy08 { grid-column: 2; }
.yhbwu2e .opti > .z2xv0ai:first-child, .yhbwu2e .opti > .z2xv0ai:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .yhbwu2e .opti { direction: rtl; }
.xvjx .opti { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.xvjx .kfevq {
  width: 100%; height: 124px; padding: 24px; margin: 0 0 20px; border-radius: 0;
  background: var(--tone-fill-2-raw, var(--bg-raised)); object-fit: contain;
}
.xvjx .z2xv0ai, .xvjx .ht5467 { padding-left: 22px; padding-right: 22px; }
.xvjx .dq2uy08 { margin-left: 22px; margin-right: 22px; }
.xvjx .b79qt:has(> :nth-child(5):last-child) .opti { padding: 0 0 18px; }
:root { --ico-tick: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20stroke=%27black%27%20stroke-width=%273%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27%3E%3Cpath%20d=%27M5%2012.5l4.6%204.6L19%207.4%27/%3E%3C/svg%3E"); }
.dq2uy08 { padding-left: 0 !important; }
.dq2uy08 li { padding-left: 22px; margin-bottom: 8px; }
.dq2uy08 li::before {
  left: 0; top: 0.22em; width: 13px; height: 13px; border-radius: 0;
  background: var(--tone-mark, var(--accent));
  -webkit-mask: var(--ico-tick) center / contain no-repeat; mask: var(--ico-tick) center / contain no-repeat;
}
[dir="rtl"] .dq2uy08 li { padding-left: 0; padding-right: 22px; }
@media (min-width: 900px) {
  
  .cmvmi .on8j9:has(> .wuvz) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .cmvmi .on8j9:has(> .wuvz) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .cmvmi .wuvz { background: none; align-self: start; position: sticky; top: 96px; }
  .cmvmi .wuvz .ibojalk { align-items: stretch; }
  .cmvmi .wuvz .gdssy { margin-top: 0; padding: 20px 0 0; }
  .cmvmi .wuvz .ca4iyya { padding: 0; }
  
  .cmvmi.fwn5 .wuvz .k1ha { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .cmvmi.fwn5 .wuvz .k1ha:not(.yc96wizb) { width: 112px; height: 112px; padding: 6px; }
}
.yhbwu2e .b79qt, .yhbwu2e .b79qt:has(> :nth-child(5):last-child),
.yhbwu2e .b79qt:has(> :nth-child(6):last-child), .yhbwu2e .b79qt:has(> :nth-child(7):last-child),
.yhbwu2e .b79qt:has(> :nth-child(8):last-child), .yhbwu2e .b79qt:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.yhbwu2e .b79qt > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.yhbwu2e .opti { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.yhbwu2e .kfevq, .yhbwu2e .nnf3iv { position: absolute; left: 22px; top: 22px; margin: 0; }
.yhbwu2e .opti:not(:has(.kfevq, .nnf3iv)) { padding-left: 22px; }
[dir="rtl"] .yhbwu2e .opti { padding: 22px 104px 22px 22px; }
[dir="rtl"] .yhbwu2e .kfevq, [dir="rtl"] .yhbwu2e .nnf3iv { left: auto; right: 22px; }
@media (max-width: 700px) { .yhbwu2e .b79qt { grid-template-columns: minmax(0, 1fr) !important; } }
.yhbwu2e .b79qt .opti { padding: 22px 22px 22px 104px !important; }
.yhbwu2e .b79qt .opti:not(:has(.kfevq, .nnf3iv)) { padding-left: 22px !important; }
[dir="rtl"] .yhbwu2e .b79qt .opti { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .sitcgr, .blulx { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .l2636 .v96k, [dir="rtl"] .l2636 .v96k {
    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;
  }
  
  .t1o5io .on8j9:has(.mng8) .ca4iyya { padding-top: 0; }
}
.tie1e p, .nlcvv, .gm11iezz, .w3mnvo, .au61ezr6,
.cjnxaf, .zze26gc, .idvuh, .tj4q81 p, .rv2zxh2t p { color: var(--text-body); }
.fkzzl { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.t82n91, .natq .t82n91, .nrgagb0k,
.ahwdc, .xk27lemf, .sfj40,
.tj4q81 h2, .tj4q81 h3, .tt715a h2, .zvubkou5 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;
}
.uoav0j39 { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.lz0qoi { font-weight: 700; letter-spacing: -0.02em; }
.gm11iezz, .w3mnvo { list-style: none !important; padding-left: 0; }
.gm11iezz li, .w3mnvo li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.gm11iezz li::marker, .w3mnvo li::marker { content: ""; }
.gm11iezz li::before, .w3mnvo 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"] .gm11iezz li, [dir="rtl"] .w3mnvo li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .gm11iezz li::before, [dir="rtl"] .w3mnvo li::before { left: auto; right: 6px; }
.rv2zxh2t, .zqb9co, .tj4q81 { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.tie1e a:not(.y4pn7u):not(.x5wyfdu) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .ino8et7h .l0pudl5t {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .ino8et7h .ppdt { 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); }
  .ino8et7h .ktehox { flex: 1 1 0; min-width: 0; }
  .ino8et7h .qrsc {
    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;
  }
  .ino8et7h .eb2eee3t { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .ktmixu { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.aiz3fmcb h1, .aiz3fmcb h2, .aiz3fmcb h3, .aiz3fmcb .onf3orxj,
.aiz3fmcb h2.gaacqy, .aiz3fmcb h1.gaacqy { font-weight: 600; }
.t2kio2w3 h1, .t2kio2w3 h2, .t2kio2w3 h3, .t2kio2w3 .onf3orxj,
.t2kio2w3 h2.gaacqy, .t2kio2w3 h1.gaacqy { font-weight: 700; }
.h4gx9c1i h1, .h4gx9c1i .onf3orxj, .h4gx9c1i h1.gaacqy,
.sj2ccdaj.aiz3fmcb .onf3orxj { font-weight: 600; }
h3.mk12, .t2kio2w3 h3.mk12, .ca4iyya h3, .t2kio2w3 .ca4iyya h3 { font-weight: 600; }
.bnf6 .t3uyx1or a, .i5cr .t3uyx1or a { font-weight: 600; }
.boctdij .vyqyf { font-weight: 600; }
.v6n7 { font-weight: 600; }
.qrz1h56a { font-weight: 400; }
.ccg2 { display: block; }
.vcz7c25 { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.vcz7c25 .cf0u48 { margin: 20px 0 8px; }
.m895 { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .vcz7c25 { padding: 0 16px; } }
@media (min-width: 1100px) {
  .xp1kfcv .u4z8x, .e7carjq .u4z8x, .rbveujr .u4z8x,
  .xp1kfcv .ccg2, .e7carjq .ccg2, .rbveujr .ccg2 { max-width: 1280px; }
  .xp1kfcv .ccg2, .e7carjq .ccg2, .rbveujr .ccg2 {
    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;
  }
  .e7carjq .ccg2, .rbveujr .ccg2 { grid-template-columns: minmax(0, 1fr) 264px; }
  .e7carjq .vcz7c25, .rbveujr .vcz7c25 { order: 2; }
  .xp1kfcv .vcz7c25, .e7carjq .vcz7c25, .rbveujr .vcz7c25 {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .xp1kfcv .lke15qw, .e7carjq .lke15qw, .rbveujr .lke15qw {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .xp1kfcv .x1g67u .ojzvy, .e7carjq .x1g67u .ojzvy,
  .rbveujr .x1g67u .ojzvy { max-width: none; padding-left: 0; padding-right: 0; }
  .xp1kfcv .x1g67u > .m895:first-child, .e7carjq .x1g67u > .m895:first-child,
  .rbveujr .x1g67u > .m895:first-child { padding-top: 0; }
  .xp1kfcv .x1g67u > .m895:first-child .ojzvy, .e7carjq .x1g67u > .m895:first-child .ojzvy,
  .rbveujr .x1g67u > .m895:first-child .ojzvy { padding-top: 0; }

  
  .xp1kfcv .vcz7c25 .cf0u48, .e7carjq .vcz7c25 .cf0u48, .rbveujr .vcz7c25 .cf0u48 {
    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;
  }
  .xp1kfcv .vcz7c25 .ji0c, .e7carjq .vcz7c25 .ji0c, .rbveujr .vcz7c25 .ji0c {
    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);
  }
  .xp1kfcv .vcz7c25 .wu6x, .e7carjq .vcz7c25 .wu6x, .rbveujr .vcz7c25 .wu6x {
    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);
  }
  .xp1kfcv .vcz7c25 .wu6x li, .e7carjq .vcz7c25 .wu6x li, .rbveujr .vcz7c25 .wu6x li {
    display: block !important; margin: 0 !important;
  }
  .xp1kfcv .vcz7c25 .wu6x li::before, .e7carjq .vcz7c25 .wu6x li::before, .rbveujr .vcz7c25 .wu6x li::before,
  .xp1kfcv .vcz7c25 .wu6x li::after, .e7carjq .vcz7c25 .wu6x li::after, .rbveujr .vcz7c25 .wu6x li::after,
  .xp1kfcv .vcz7c25 .wu6x a::before, .e7carjq .vcz7c25 .wu6x a::before, .rbveujr .vcz7c25 .wu6x a::before {
    content: none !important; display: none !important;
  }
  .xp1kfcv .vcz7c25 .wu6x a, .e7carjq .vcz7c25 .wu6x a, .rbveujr .vcz7c25 .wu6x 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;
  }
  .xp1kfcv .vcz7c25 .wu6x a:hover, .e7carjq .vcz7c25 .wu6x a:hover, .rbveujr .vcz7c25 .wu6x a:hover { color: var(--text-primary) !important; }
  .xp1kfcv .vcz7c25 .wu6x a.h64a5z6l, .e7carjq .vcz7c25 .wu6x a.h64a5z6l, .rbveujr .vcz7c25 .wu6x a.h64a5z6l {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .rbveujr .ta8cewj {
    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);
  }
  .ft4r { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .rmtlo8 { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .jsjl4l0 { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .rzsudg .jsjl4l0 { border-radius: 50%; }
  .vry24p { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .l29kb7 { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .tr3y { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .vcz7c25 .wu6x { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .xp1kfcv .vcz7c25 .wu6x a, [dir="rtl"] .e7carjq .vcz7c25 .wu6x a, [dir="rtl"] .rbveujr .vcz7c25 .wu6x 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"] .xp1kfcv .vcz7c25 .wu6x a.h64a5z6l, [dir="rtl"] .e7carjq .vcz7c25 .wu6x a.h64a5z6l, [dir="rtl"] .rbveujr .vcz7c25 .wu6x a.h64a5z6l { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .k5ah98q .vcz7c25 .wu6x, [dir="rtl"] .rig18owa .vcz7c25 .wu6x,
[dir="rtl"].k5ah98q .vcz7c25 .wu6x, [dir="rtl"].rig18owa .vcz7c25 .wu6x { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .vcz7c25 .wu6x { border-right: none; } }
.rig18owa .vcz7c25 {
  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);
}
.rig18owa .vcz7c25 .cf0u48 {
  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;
}
.rig18owa .vcz7c25 .ji0c { display: none !important; }
.rig18owa .vcz7c25 .wu6x {
  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;
}
.rig18owa .vcz7c25 .wu6x::-webkit-scrollbar { display: none; }
.rig18owa .vcz7c25 .wu6x li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.rig18owa .vcz7c25 .wu6x li::before, .rig18owa .vcz7c25 .wu6x li::after,
.rig18owa .vcz7c25 .wu6x a::before { content: none !important; display: none !important; }
.rig18owa .vcz7c25 .wu6x 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;
}
.rig18owa .vcz7c25 .wu6x li:first-child a { padding-left: 0 !important; }
.rig18owa .vcz7c25 .wu6x a:hover { color: var(--text-primary) !important; }
.rig18owa .vcz7c25 .wu6x a.h64a5z6l { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.rig18owa .m895 { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .rig18owa .vcz7c25 .cf0u48 { padding: 0 16px !important; } }
.rig18owa .vcz7c25 .wu6x {
  -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;
}
.rig18owa .vcz7c25 .cf0u48 { overflow: hidden; }
.g1mz01e .kliel li::before, .gm11iezz li::before, .w3mnvo li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .sgdmpg7, .ph7fp7, .qg31l, .ftgy { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .tack, .sfzjun { display: block !important; }
  .tack .expss, .sfzjun .expss { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .tack .expss, [dir="rtl"] .sfzjun .expss { float: right; margin: 0 0 0 8px; }
  .tack strong, .sfzjun strong { line-height: 18px; margin-bottom: 8px; }
  .tack p, .sfzjun p { clear: both; }
  .on8j9 { --rv-pad: 18px; }
  .w8ahw4 { gap: 16px; }
}
.b1t8 .onhmp, .sw4kt .onhmp, .l391vwxp .onhmp, .dtfgauv .onhmp { color: var(--text-primary); }
.b1t8 .onhmp .g7twjfm { color: var(--tone-link, var(--accent)); }
.b1t8 .onhmp:not(:has(.g7twjfm))::first-letter { color: var(--tone-link, var(--accent)); }
.b1t8 .onhmp { display: inline-block; }
.dtfgauv .onhmp::after { content: "."; color: var(--tone-mark, var(--accent)); }
.l391vwxp .onhmp { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.sw4kt .onhmp { font-weight: 700; letter-spacing: -0.035em; }
.hqbwjml .onhmp, .z1j7g .onhmp,
.hqbwjml .onhmp .g7twjfm, .z1j7g .onhmp .g7twjfm { color: #fff !important; }
.hqbwjml.dtfgauv .onhmp::after, .z1j7g.dtfgauv .onhmp::after { color: rgba(255,255,255,0.7); }
.hqbwjml.b1t8 .onhmp::first-letter, .z1j7g.b1t8 .onhmp::first-letter { color: #fff; }
.a9a8t5t .x1g67u > .m895:nth-of-type(even) .whlq { display: none; }
.dsfd8n .x1g67u > .m895 .whlq { display: none; }
.dsfd8n .x1g67u > .m895:nth-of-type(-n+2) .whlq { display: block; }
.mtzm6 .whlq { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.mtzm6 .whlq .cdwre2e { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .mtzm6 .whlq .cdwre2e { aspect-ratio: 16 / 7; } }
.l4gkte8 .whlq .cdwre2e { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.l4gkte8 .whlq::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.l4gkte8 .whlq, .zg589nyd .whlq { border-radius: var(--r-card); isolation: isolate; }
.zg589nyd .whlq .cdwre2e { filter: grayscale(1) contrast(1.1); }
.snhrhr8, .snhrhr8.w3r3z { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.snhrhr8 .m3vk { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.snhrhr8 .onf3orxj { 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; }
.snhrhr8 .qrz1h56a { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.snhrhr8 .m3vk::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.snhrhr8 ~ .x8a7 .ok102np3 { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .xp1kfcv .snhrhr8 .m3vk, .e7carjq .snhrhr8 .m3vk, .rbveujr .snhrhr8 .m3vk { max-width: 1280px; }
}
@media (max-width: 640px) { .snhrhr8 { padding-top: 24px; } .snhrhr8 .m3vk { padding: 0 16px; } .snhrhr8 .onf3orxj { font-size: var(--fs-h2); max-width: none; } }
.xv8aq, .xv8aq.w3r3z, .pjuo3dv, .pjuo3dv.w3r3z {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.xv8aq .m3vk, .pjuo3dv .m3vk { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.xv26.b8pdd, .xv26.b8pdd.w3r3z { min-height: 0 !important; padding: 48px 0; }
.m50q6 .e5w6gc23 { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.m50q6 .e5w6gc23::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .m50q6 .e5w6gc23 {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .m50q6 .aygyj, .m50q6 .f2t23, .m50q6 .juiia, .m50q6 .w5ywz,
  .m50q6 .rfhpcd4, .m50q6 .ezo0, .m50q6 .ja20f14v {
    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;
  }
  
  .w3r3z .m50q6, .m50q6.w65639h, .m50q6.w5g8, .m50q6.k9wmfchz {
    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;
  }
  .w3r3z .m50q6::-webkit-scrollbar { display: none; }
  .w3r3z .m50q6 .e5w6gc23 { flex: 0 0 74% !important; scroll-snap-align: center; }
  .xv8aq, .pjuo3dv { padding: 32px 0 24px; }
  .xv26.b8pdd { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .pjuo3dv, .xv8aq, .xv26.b8pdd { overflow-x: clip; max-width: 100vw; }
  .pjuo3dv .m3vk, .xv8aq .m3vk, .b8pdd .bham, .b8pdd .qnc86 { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .w3r3z .m50q6 { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.n866t, .n866t.w3r3z, .ivb4a, .ivb4a.w3r3z {
  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);
}
.n3pki7qk .n866t, .n3pki7qk .ivb4a { --hero-fg: var(--b-900); --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-700); }
.n866t { background: linear-gradient(120deg, var(--hero-a, var(--b-900)) 0%, var(--hero-b, var(--b-800)) 100%); padding: 36px 0 40px; }
.n3pki7qk .n866t { border-bottom: var(--bw-hair) solid var(--b-200); }
.n866t .m3vk, .ivb4a .m3vk {
  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;
}
.n866t .m3vk { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.s1w3z5qw .m3vk:has(.mggv9toa) { grid-template-columns: minmax(0, 1fr) 320px; }
.n866t .onf3orxj, .ivb4a .onf3orxj, .snhrhr8 .onf3orxj {
  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;
}
.n866t .onf3orxj, .ivb4a .onf3orxj { color: var(--hero-fg) !important; }
.n866t .qrz1h56a, .ivb4a .qrz1h56a {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.mggv9toa img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--r-card); box-shadow: 0 18px 40px -18px rgba(0,0,0,.55); }
.fqbg7kck { margin: 0; }
.fqbg7kck .ok102np3, .fqbg7kck .ok102np3 * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.fqbg7kck .ok102np3 { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.n866t .fqbg7kck .ok102np3, .n866t .fqbg7kck .ok102np3 a, .n866t .fqbg7kck .ok102np3 span,
.ivb4a .fqbg7kck .ok102np3, .ivb4a .fqbg7kck .ok102np3 a, .ivb4a .fqbg7kck .ok102np3 span { color: var(--hero-fg-dim) !important; }
.n866t .fqbg7kck .ok102np3 a, .ivb4a .fqbg7kck .ok102np3 a { color: var(--hero-fg) !important; font-weight: 600; }
.snhrhr8 .fqbg7kck { margin: 0 0 14px; }
.snhrhr8 .fqbg7kck .ok102np3 { color: var(--text-muted); }
.snhrhr8 .m3vk::after { margin-top: 22px; }
.ivb4a .onf3orxj { max-width: 24ch; }
@media (min-width: 1100px) {
  .xp1kfcv .n866t .m3vk, .e7carjq .n866t .m3vk, .rbveujr .n866t .m3vk,
  .xp1kfcv .ivb4a .m3vk, .e7carjq .ivb4a .m3vk, .rbveujr .ivb4a .m3vk { max-width: 1280px; }
}
@media (max-width: 760px) {
  .n866t { padding: 24px 0 26px; }
  .n866t .m3vk, .ivb4a .m3vk { padding: 0 16px; }
  .s1w3z5qw .m3vk:has(.mggv9toa) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .mggv9toa { display: none; }
  .ivb4a { padding-top: 12px; }
  .enu2 { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .tm654 { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .tm654 img { width: 48px; height: 48px; flex: 0 0 48px; }
  .i6mto { flex: 0 0 auto; }
  .olp1v { flex: 1 1 0; min-width: 0; }
  .n866t .onf3orxj, .ivb4a .onf3orxj, .snhrhr8 .onf3orxj { font-size: 25px !important; max-width: none; }
  .n866t .qrz1h56a, .ivb4a .qrz1h56a { font-size: 15px; }
}
.xgh2rnv3 .qrz1h56a, .xv26 .qrz1h56a, .ilav2 .qrz1h56a { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .iz53ipv .iteiulc3:not(.m50q6), .mb5b2 .iteiulc3:not(.m50q6) {
    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;
  }
  .iz53ipv .iteiulc3:not(.m50q6) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .iz53ipv .iteiulc3:not(.m50q6):has(> :nth-child(5):last-child),
  .iz53ipv .iteiulc3:not(.m50q6):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .iz53ipv .iteiulc3:not(.m50q6):has(> :nth-child(3):last-child),
  .iz53ipv .iteiulc3:not(.m50q6):has(> :nth-child(6):last-child),
  .iz53ipv .iteiulc3:not(.m50q6):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mb5b2 .iteiulc3:not(.m50q6) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .iz53ipv .iteiulc3:not(.m50q6) > .e5w6gc23,
  .mb5b2 .iteiulc3:not(.m50q6) > .e5w6gc23: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;
  }
  .iz53ipv .iteiulc3:not(.m50q6) > .e5w6gc23:hover,
  .mb5b2 .iteiulc3:not(.m50q6) > .e5w6gc23:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .iz53ipv .e5w6gc23 .aygyj, .mb5b2 .e5w6gc23:nth-child(-n+3) .aygyj {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .iz53ipv .e5w6gc23 .f2t23, .iz53ipv .e5w6gc23 .juiia, .iz53ipv .e5w6gc23 .w5ywz,
  .mb5b2 .e5w6gc23:nth-child(-n+3) .f2t23, .mb5b2 .e5w6gc23:nth-child(-n+3) .juiia,
  .mb5b2 .e5w6gc23:nth-child(-n+3) .w5ywz { order: -2; padding: 0; gap: 12px; }
  .iz53ipv .e5w6gc23 .l4ekwb, .mb5b2 .e5w6gc23:nth-child(-n+3) .l4ekwb {
    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;
  }
  .iz53ipv .e5w6gc23 .l6pi, .mb5b2 .e5w6gc23:nth-child(-n+3) .l6pi { max-height: 88px !important; max-width: 88% !important; }
  .iz53ipv .e5w6gc23 .v6n7, .mb5b2 .e5w6gc23:nth-child(-n+3) .v6n7 { padding: 0 16px; font-size: var(--fs-body); }
  .iz53ipv .e5w6gc23 .yabq, .mb5b2 .e5w6gc23:nth-child(-n+3) .yabq { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .iz53ipv .e5w6gc23 .ezo0, .iz53ipv .e5w6gc23 .ja20f14v,
  .mb5b2 .e5w6gc23:nth-child(-n+3) .ezo0, .mb5b2 .e5w6gc23:nth-child(-n+3) .ja20f14v { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .iz53ipv .e5w6gc23 .ja20f14v::before, .mb5b2 .e5w6gc23:nth-child(-n+3) .ja20f14v::before { display: none; }
  .iz53ipv .e5w6gc23 .q6lai9, .iz53ipv .e5w6gc23 .kyaev8,
  .mb5b2 .e5w6gc23:nth-child(-n+3) .q6lai9, .mb5b2 .e5w6gc23:nth-child(-n+3) .kyaev8 { justify-content: center; }
  .iz53ipv .e5w6gc23 .tra0yc, .mb5b2 .e5w6gc23:nth-child(-n+3) .tra0yc { font-size: var(--fs-sm); }
  
  .iz53ipv .e5w6gc23 .n6av, .mb5b2 .e5w6gc23:nth-child(-n+3) .n6av { display: none; }
  
  .iz53ipv .iteiulc3:not(.m50q6) > .e5w6gc23::before,
  .mb5b2 .iteiulc3:not(.m50q6) > .e5w6gc23: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"] .iz53ipv .iteiulc3:not(.m50q6) > .e5w6gc23::before,
  [dir="rtl"] .mb5b2 .iteiulc3:not(.m50q6) > .e5w6gc23:nth-child(-n+3)::before { left: auto; right: 10px; }

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

  
  .nbsckzz .iteiulc3:not(.m50q6) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .nbsckzz .iteiulc3:not(.m50q6)::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);
  }
  .nbsckzz .iteiulc3:not(.m50q6) > .e5w6gc23 { padding-top: 10px; padding-bottom: 10px; position: static; }
  .nbsckzz .iteiulc3:not(.m50q6) > .e5w6gc23:first-child { position: relative; }
  .nbsckzz .iteiulc3:not(.m50q6) .aygyj { position: static; }
  .nbsckzz .iteiulc3:not(.m50q6) .cwjtpue { display: none; }
  
  .nbsckzz .iteiulc3:not(.m50q6) > .e5w6gc23:first-child .cwjtpue {
    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;
  }
  .nbsckzz .l4ekwb { height: 64px !important; width: auto !important; }
  .nbsckzz .l6pi { max-height: 56px !important; max-width: 120px !important; }
  .nbsckzz .juiia { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .nbsckzz .tra0yc { font-size: var(--fs-sm); }
  .nbsckzz .dnw4p.y4pn7u { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .nbsckzz .p8l2q2s .e5w6gc23::before, .nbsckzz.p8l2q2s .e5w6gc23::before { top: 8px; bottom: 8px; }
  
  .iz53ipv.p8l2q2s .e5w6gc23::before { border-radius: var(--r-pill) !important; }
  .iz53ipv.geonl .e5w6gc23:nth-child(even), .mb5b2.geonl .e5w6gc23:nth-child(even) { background: var(--bg-card) !important; }
  .iz53ipv.exam1z .e5w6gc23:first-child, .mb5b2.exam1z .e5w6gc23:first-child { border-top: none !important; }
  .iz53ipv.jlm7 .iteiulc3:not(.m50q6) .e5w6gc23:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .iz53ipv .e5w6gc23 .ja20f14v, .mb5b2 .e5w6gc23:nth-child(-n+3) .ja20f14v { display: flex !important; flex-direction: column; }
  
  .nbsckzz .iteiulc3:not(.m50q6) { 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; }
  .nbsckzz .iteiulc3:not(.m50q6) > .e5w6gc23 { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .nbsckzz .iteiulc3:not(.m50q6) > .e5w6gc23 + .e5w6gc23 { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .nbsckzz .iteiulc3:not(.m50q6) > .e5w6gc23:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .nbsckzz .juiia, .nbsckzz .f2t23, .nbsckzz .w5ywz { justify-content: flex-start; align-items: center; }
  .nbsckzz .ja20f14v { --cs-link-h: 0px; }
  .nbsckzz .ja20f14v .uk1ok { display: none; }
}
@media (min-width: 901px) {
  .iz53ipv .iteiulc3:not(.m50q6) .xtuulhjc,
  .mb5b2 .iteiulc3:not(.m50q6) > .e5w6gc23:nth-child(-n+3) .xtuulhjc { display: block; }
}
body .w3r3z.n866t .onf3orxj, body .w3r3z.ivb4a .onf3orxj,
body section.n866t .onf3orxj, body section.ivb4a .onf3orxj { color: var(--hero-fg) !important; text-shadow: none !important; }
body .w3r3z.snhrhr8 .onf3orxj { text-shadow: none !important; }
@media (max-width: 760px) {
  .tm654 { width: auto; flex-wrap: wrap; }
  .l7epbbwn { flex: 1 0 100%; margin-top: 4px; }
}
.v0v7dahl { margin-top: 18px !important; }
.snhrhr8 .v0v7dahl { margin: 16px 0 0 !important; }
.qzjhra .lnuu, .x0m6s .lnuu { display: block; }
@media (max-width: 640px) {
  .hqbwjml .t3uyx1or, .z1j7g .t3uyx1or,
  .hqbwjml .t3uyx1or.ca2nk, .z1j7g .t3uyx1or.ca2nk { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .hqbwjml .t3uyx1or a, .z1j7g .t3uyx1or a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .zkgnirc .t3uyx1or, .zkgnirc .t3uyx1or.ca2nk { background: var(--b-50) !important; }
}
@media (min-width: 900px) {
  body.cmvmi .on8j9 .wuvz .r12i7bvs strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.n866t, .ivb4a { --hero-fg-soft: rgba(255,255,255,0.92); --hero-fg-dim: rgba(255,255,255,0.84); }
.n3pki7qk .n866t, .n3pki7qk .ivb4a { --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-800); }
.j82alus, .a2hi, .xptg17 .j82alus, .xptg17 .a2hi { color: var(--text-muted); }
@media (max-width: 560px) {
  .k1ha.yc96wizb, .k1ha.yc96wizb img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .l3ol9:has(> .xgh2rnv3, > .n866t, > .xv26) + .bp8s12 { margin-top: -38px; }
  
  .a5sfvvi .l3ol9 + .bp8s12 { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .xp1kfcv .bp8s12, .e7carjq .bp8s12, .rbveujr .bp8s12 { max-width: 1280px; }
}
@media (max-width: 640px) {
  .yamg .uoav0j39 { max-width: none; }
}
.uoav0j39, .onf3orxj, .t82n91 { overflow-wrap: break-word; }
.obmh7h > div, .u1rg > div, .sglrgcu,
.kwl030 > div > div, .tie1e .ipz7111c > div { min-width: 0; }
.tie1e p, .tie1e li, .tie1e td, .tie1e a { overflow-wrap: anywhere; }
:root {
  --accent: #bc4067;
  --brand: #bc4067;
  --accent-light: #992d51;
  --brand-light: #992d51;
  --accent-bg: #fff2f4;
  --accent-bg-light: #fff2f4;
  --accent-pale: #fec9d4;
  --brand-pale: #fec9d4;
  --cta: #1a66d6;
  --cta-hover: #0654be;
  --cta-fg: #ffffff;
  --cta-light: #da5980;
  --text-primary: #342629;
  --text-body: #4f3f42;
  --text-sub: #4f3f42;
  --text-muted: #6f5e62;
  --text-faint: #7d6c70;
  --text-dim: #7d6c70;
  --text-label: #6f5e62;
  --text-value: #342629;
  --bg-page: #ffffff;
  --bg-surface: #fbf4f5;
  --bg-card: #ffffff;
  --bg-card-inner: #fcf6f7;
  --bg-card-inner-raw: #fcf6f7;
  --bg-raised: #f5eced;
  --bg-hover: #fbf4f5;
  --border: #ddd1d3;
  --border-alt: #eae0e2;
  --border-section: #eae0e2;
  --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: #fff2f4;
  --bg-info: #fff2f4;
  --c-tip-border: #fda4b9;
  --c-warn-border: #a86b03;
  --c-tag-pay: #fff2f4;
  --grad-start: #bc4067;
  --grad-end: #992d51;
  --tone-fill: #fff2f4;
  --tone-fill-2: #fee3e9;
  --tone-fill-raw: #fff2f4;
  --tone-fill-2-raw: #fee3e9;
  --tone-fill-head: #4d1025;
  --tone-fill-fg: #56343c;
  --tone-fill-muted: #76525a;
  --tone-fill-head-raw: #4d1025;
  --tone-fill-fg-raw: #56343c;
  --tone-fill-muted-raw: #76525a;
  --sh-card: 0 0 0 1px rgba(52, 38, 41, 0.06), 0 1px 2px rgba(52, 38, 41, 0.05), 0 10px 24px -14px rgba(52, 38, 41, 0.18);
  --sh-lift: 0 0 0 1px rgba(52, 38, 41, 0.06), 0 2px 4px rgba(52, 38, 41, 0.06), 0 18px 36px -18px rgba(52, 38, 41, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #fda4b9;
  --tone-mark: #bc4067;
  --tone-mark-fg: #ffffff;
  --tone-head: #342629;
  --tone-sub: #992d51;
  --tone-link: #bc4067;
  --tone-th: #fee3e9;
  --tone-th-fg: #751e3c;
  --tone-chip: #fff2f4;
  --tone-chip-fg: #992d51;
  --tone-soft: #fee3e9;
  --tone-soft-fg: #751e3c;
  --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: #642766;
  --b-50: #fff2f4;
  --s-50: #f1f6ff;
  --n-50: #fbf4f5;
  --b-100: #fee3e9;
  --s-100: #e0ecff;
  --n-100: #f1e9ea;
  --b-200: #fec9d4;
  --s-200: #c5dbfe;
  --n-200: #e1d6d8;
  --b-300: #fda4b9;
  --s-300: #9ec3fd;
  --n-300: #cabec0;
  --b-400: #f2799a;
  --s-400: #6fa6fd;
  --n-400: #b0a1a4;
  --b-500: #da5980;
  --s-500: #4a8aee;
  --n-500: #97878a;
  --b-600: #bc4067;
  --s-600: #3270d0;
  --n-600: #7f6e72;
  --b-700: #992d51;
  --s-700: #2258ab;
  --n-700: #67565a;
  --b-800: #751e3c;
  --s-800: #154184;
  --n-800: #4f3f42;
  --b-900: #4d1025;
  --s-900: #092857;
  --n-900: #342629;
}
:root { --logo-bg-opacity: 60%; }
body, button, input { font-family: system-ui, -apple-system, sans-serif; }
h1, h2, h3, .onf3orxj, .qrsc, .ca4iyya h3 { font-family: "Lora", var(--font-body-stack, Georgia, serif); letter-spacing: -0.01em; }
.cn8egdgp .w3r3z, .cn8egdgp .xv26 { min-height: 420px; }
.z93b::before { content: '·'; font-size: 1.3em; line-height: 1; }