:root {
  --color-accent: #076d7a;
  --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);
}
.cssr2l2q {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.rkcux {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.yppy6n3 {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.gfci7fy { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.z8grurn { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.z8grurn a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.z8grurn a:hover { color: var(--accent-light); }
.u437  .ott2bh { border-radius: var(--r-card); }
.u437 .ott2bh li:first-child a { border-top-left-radius: var(--r-btn); border-top-right-radius: var(--r-btn); }
.u437 .ott2bh li:last-child a { border-bottom-left-radius: var(--r-btn); border-bottom-right-radius: var(--r-btn); }
.ylics .ott2bh li + li { border-top: var(--bw-hair) dotted var(--border-alt); }
@media (max-width: 640px) {
  .ott2bh {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .z9hkz:hover .ott2bh,
  .z9hkz:focus-within .ott2bh { display: block; }
  .ott2bh li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.zlssy {
  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);
}
.uoadl8 { display: none; }
@media (max-width: 640px) {
  .uoadl8 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .uoadl8.x0gnx { display: block; }
}
@media (max-width: 640px) {
  .zlssy { display: block; }
  .z8grurn > li + li::before { display: none !important; }
  .z8grurn {
    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;
  }
  .z8grurn.x0gnx { display: flex; }
  .z8grurn li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .z8grurn li:last-child a { border-bottom: none; }
}
.sexi3yb { min-height: 480px; }
.uhh8ch {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.klj149gt { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.iy3nni .klj149gt { margin-left: 0; margin-right: 0; }
.mt8g .afh5yuzp {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.mt8g .uhh8ch { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.mt8g .klj149gt { color: #e2e8f0; }
.mt8g.d80xy4s8 .afh5yuzp { text-align: center; }
.mt8g.iy3nni   .afh5yuzp { text-align: left; }
.y3j3h6eg .afh5yuzp {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.y3j3h6eg .uhh8ch { color: var(--text-primary); text-shadow: none; }
.y3j3h6eg .klj149gt { color: var(--text-muted); }
.y3j3h6eg, .y3j3h6eg.sexi3yb { min-height: auto !important; }
.y3j3h6eg.d80xy4s8 .afh5yuzp { text-align: center; }
.y3j3h6eg.iy3nni   .afh5yuzp { text-align: left; }
.y3j3h6eg~.gp6mff6j .nasw1e{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; }
}
.mkra .uhh8ch { color: #fff; }
.mkra .klj149gt { color: rgba(255,255,255,0.85); }
.s9t98srr .uhh8ch { text-shadow: none; color: var(--text-primary); }
.s9t98srr .klj149gt { color: var(--text-muted); }
body.pt5b4i .uhh8ch {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.o0row .uhh8ch {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.sexi3yb.mkra .uhh8ch,
section.mkra .uhh8ch {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.s9t98srr.iy3nni   .ai68 { align-items: flex-start; text-align: left; }
.sexi3yb .siwrky {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.siwrky .ai7glz {
  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;
}
.siwrky .ai7glz + .ai7glz { border-top: var(--bw-hair) solid var(--border-alt); }
.siwrky .lx94 { align-items: center; text-align: center; width: 100%; }
.siwrky .ibbl6 {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.siwrky .dznr { max-height: 64px; max-width: 140px; }
.siwrky .wt8svyg {
  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%;
}
.siwrky .dlr0v,
.siwrky .j9gdz52c {
  font-size: var(--fs-sm);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.siwrky .quj05yr.hu2j76nt {
  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;
}
.siwrky .quj05yr.hu2j76nt:hover { opacity: 0.85; }
.siwrky .ai7glz,
.siwrky .ai7glz:hover,
.siwrky .ai7glz:nth-child(even),
.siwrky .ai7glz:nth-child(odd),
.siwrky .ai7glz:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.k51e .afh5yuzp { padding-bottom: 24px; }
.pmnhg7z .afh5yuzp { max-width: 1100px; }
@media (max-width: 700px) {
  .s9t98srr { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .s9t98srr:not(.dyusbi) .ohfm7l { display: none !important; }
  .dyusbi .ohfm7l { padding: 16px; }
  .ai68  { padding: 36px 24px; }
  .s9t98srr~.gp6mff6j,.spaxy~.gp6mff6j{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .sexi3yb, .s9t98srr { min-height: 320px !important; }
  .uhh8ch { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .mto7pk,
  .eff7ur,
  .lhqzpy0n { grid-template-columns: 1fr !important; }

  

  
  .k51e { display: flex !important; flex-direction: column !important; }
  .k51e .afh5yuzp { display: contents; }
  .k51e .sy2qy4qw { order: 0; }
  .k51e .uhh8ch { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .k51e .mto7pk { order: 2; padding: 0 16px 12px !important; }
  .k51e .klj149gt { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .pmnhg7z .afh5yuzp { display: flex; flex-direction: column; }
  .pmnhg7z .afh5yuzp .uhh8ch { order: 1; }
  .pmnhg7z .afh5yuzp .lhqzpy0n { order: 2; margin: 8px 0 24px !important; }
  .pmnhg7z .afh5yuzp .klj149gt { order: 3; }
  .pmnhg7z .afh5yuzp .e16zlcu { order: 4; align-self: center; margin-top: 0; }

  
  .s9t98srr.dyusbi {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .s9t98srr.dyusbi .ai68 { display: contents; padding: 0; }
  .s9t98srr.dyusbi .ai68 .uhh8ch { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .s9t98srr.dyusbi .ohfm7l { order: 2; padding: 12px 16px; }
  .s9t98srr.dyusbi .ai68 .klj149gt { order: 3; padding: 0 24px; margin: 0 auto; }
  .s9t98srr.dyusbi .ai68 .e16zlcu { order: 4; align-self: center; margin: 8px 0 32px; }
}
.xneit { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.pvu8 { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.lo8x .xneit        { border-radius: var(--r-card); }
.lo8x .pvu8  { border-radius: var(--r-card); }
.zmysrsf .xneit         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.zmysrsf .pvu8   { border-radius: var(--r-btn); }
.eilf { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.y1sc { width: 100%; padding: 32px 0; position: relative; }
.ctvpgdzo { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.izo0qmy .y1sc, .ycj4y .y1sc { background: transparent; }
.q0ets .u56960 > *,
.w2jqc > *, .otn2zw7s > *, .pudrw9je > *, .v9tt > *, .uw9sufyx > * {
  --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.zi6i9f { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.zi6i9f {
  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.p22ahbf { 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; }
.g206dfg3 h2.zi6i9f {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.ckuh23 h2.zi6i9f {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.zysvgkd h2.zi6i9f {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.o8ocnq h2.zi6i9f::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.eu2y h2.zi6i9f {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.he09y h2.zi6i9f::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.zbvkz h2.zi6i9f {
  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) { .zb29q { display: none; } }
.bnldg { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.vflf1p { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.cw66b {
  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;
}
.xtvz34 { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.an265z { padding-left: 20px; }
.an265z li { margin-bottom: 8px; }
.an265z a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.an265z a:hover { color: var(--tone-link, var(--accent-light)); }
.jfo5 .xtvz34 { display: none; }
.e9cmc .xtvz34 { display: none; }
.e9cmc .an265z { padding-left: 0; list-style: none; }
.e9cmc .an265z li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.e9cmc .an265z a { font-size: var(--fs-sm); }
.scipp .cw66b { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.scipp .xtvz34 { display: none; }
.scipp .an265z { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.scipp .an265z li { margin-bottom: 0; }
.scipp .an265z 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;
}
.scipp .an265z a:hover { border-color: var(--accent); color: var(--accent); }
.mh560 .cw66b { padding: 20px 20px 16px; }
.mh560 .an265z {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.mh560 .an265z li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.mh560 .an265z 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;
}
.mh560 .an265z 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;
}
.mh560 .an265z a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.mh560 .an265z a:focus,
.mh560 .an265z a:focus-visible,
.mh560 .an265z a:target { outline: none; }
.mh560 .an265z li:target a { border-color: var(--border); color: var(--text-muted); }
.tswuy .cw66b { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.tswuy .xtvz34 { display: none; }
.tswuy .an265z { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.tswuy .an265z li { counter-increment: toc-n; margin-bottom: 0; }
.tswuy .an265z 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;
}
.tswuy .an265z 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;
}
.tswuy .an265z a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.mgmftio .cw66b { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.mgmftio .xtvz34 { display: none; }
.mgmftio .an265z { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.mgmftio .an265z li { margin-bottom: 0; }
.mgmftio .an265z 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;
}
.mgmftio .an265z a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.rkmzg7 .cw66b { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.rkmzg7 .xtvz34 { display: none; }
.rkmzg7 .an265z { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.rkmzg7 .an265z li { margin-bottom: 0; }
.rkmzg7 .an265z li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.rkmzg7 .an265z li:last-child::after { content: ""; margin-right: 0; }
.rkmzg7 .an265z a { font-size: var(--fs-sm); }
.u56960 { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.q0ets .u56960 { background: var(--bg-card); }
.o4zidy .u56960 { background: none; border-radius: 0; padding: 28px 0 8px; }
.o4zidy .u56960 + .u56960 { border-top: var(--bw-hair) solid var(--border-section); }
.ep15 .u56960 {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.ep15 .u56960:last-child { border-bottom: none; }
.qhnmhrxo .u56960 {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.qhnmhrxo .u56960 + .u56960 { margin-top: 4px; }
.d5xxy0ae .u56960 { background: none; border-radius: 0; padding: 28px 0 8px; }
.d5xxy0ae .u56960 + .u56960 { border-top: var(--bw-hair) solid var(--border-section); }
.qhg2t5c { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ub8po5vs { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.t07d { color: var(--text-body); margin-bottom: 16px; text-wrap: pretty; }
.tku5, .pgsr1ws7 { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.tku5 li, .pgsr1ws7 li { margin-bottom: 8px; }
.pgsr1ws7 li { list-style: decimal; }
.pudrw9je { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.ddlnf .pudrw9je,
.otn2zw7s .pudrw9je { background: transparent; border: none; border-radius: 0; }
.b65132 { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.b65132 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;
}
.b65132 td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.b65132 tr:hover td { background: var(--bg-hover); }
.ynvqq .b65132 tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.j7qwnc .b65132 { border: var(--bw-hair) solid var(--border-alt); }
.j7qwnc .b65132 th,
.j7qwnc .b65132 td { border: var(--bw-hair) solid var(--border-alt); }
.iqsyi .b65132 th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.iqsyi .b65132 td { border-bottom: none; }
.iqsyi .b65132 tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.gxen0 .b65132 th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.i11ld4zf .pudrw9je {
  overflow: hidden;
}
.i11ld4zf .b65132 th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.i11ld4zf .b65132 tr:last-child td { border-bottom: none; }
.ar4ponwc { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.uw9sufyx { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.pfvsl { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.bvj3zv6x { 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); }
.nn68x { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.aaf96i { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.aaf96i 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%}
.wywmn .bvj3zv6x { background: transparent; text-align: center; }
.acov .pfvsl {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.jrfcl .pfvsl {
  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);
}
.vzqjgct .uw9sufyx { display: grid; grid-template-columns: auto 1fr; }
.vzqjgct .pfvsl {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.vzqjgct .bvj3zv6x { grid-column: 2; }
.vzqjgct .nn68x,
.vzqjgct .aaf96i { grid-column: 1 / -1; }
.o8kz7ly .uw9sufyx { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.o8kz7ly .pfvsl {
  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);
}
.o8kz7ly .bvj3zv6x { grid-column: 2; }
.o8kz7ly .nn68x,
.o8kz7ly .aaf96i { grid-column: 1 / -1; }
.jkdkx .uw9sufyx { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.jkdkx .bvj3zv6x { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.qjj3cyns .uw9sufyx { 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); }
.qjj3cyns .bvj3zv6x { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.nlmht .uw9sufyx { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.nlmht .bvj3zv6x { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.opuju7 .uw9sufyx { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.opuju7 .bvj3zv6x { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.inny .ar4ponwc { counter-reset: card-n; }
.inny .uw9sufyx  { counter-increment: card-n; }
.inny .bvj3zv6x { display: flex; align-items: center; gap: 12px; }
.inny .bvj3zv6x::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;
}
.tj94pqy .uw9sufyx { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.tj94pqy .bvj3zv6x { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.dy8jr9 { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.dy8jr9         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.qpldw     { --cl-hue: var(--tone-line, var(--accent)); }
.v32kitg { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.ximiqcjf    { --cl-hue: var(--tone-line, var(--accent)); }
.qpldw, .v32kitg, .ximiqcjf, .asg8evd {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.l9kc { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.l9kc::before { color: var(--cl-hue); }
.dy8jr9 strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.dy8jr9 p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.lt5x { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.p98y6, .uzcp { border-radius: var(--r-btn); padding: 16px; }
.p98y6 { background: var(--bg-pros); }
.uzcp { background: var(--bg-cons); }
.hljc { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.p98y6 .hljc { color: var(--c-pros-label); }
.uzcp .hljc { color: var(--c-cons-label, var(--c-cons)); }
.p98y6 ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.uzcp ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.pvu8 { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.hu2j76nt {
  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;
}
.hu2j76nt:hover { opacity: 0.85; }
.jm7t .hu2j76nt  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.jm7t .hu2j76nt:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vvxt .hu2j76nt  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.vvxt .hu2j76nt:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.jm7t .quj05yr.hu2j76nt, .vvxt .quj05yr.hu2j76nt,
.jm7t .ily44tvi .hu2j76nt, .vvxt .ily44tvi .hu2j76nt {
  background: var(--cta); border: none; color: #fff;
}
.jm7t .quj05yr.hu2j76nt:hover, .vvxt .quj05yr.hu2j76nt:hover,
.jm7t .ily44tvi .hu2j76nt:hover, .vvxt .ily44tvi .hu2j76nt:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.ie5pc7b .hu2j76nt  { border-radius: var(--r-pill); }
.bukgtjy .hu2j76nt { box-shadow: none; }
.bukgtjy .hu2j76nt:hover { box-shadow: none; opacity: 1; }
.d0vd7er .hu2j76nt { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.d0vd7er .hu2j76nt:hover { opacity: 1; }
.d0vd7er .hu2j76nt:active { transform: translateY(3px); box-shadow: none; }
.gmo1pr .hu2j76nt { box-shadow: none; }
.gmo1pr .hu2j76nt:hover { opacity: 1; box-shadow: none; }
.gmo1pr .hu2j76nt:active { box-shadow: none; }
.ukbl .hu2j76nt { position: relative; overflow: hidden; }
.ukbl .hu2j76nt::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.ukbl .hu2j76nt:hover::before { left: 135%; }
.ydrt710 .e16zlcu,
.ydrt710 .hu2j76nt { border-radius: 0; }
.pagr .hu2j76nt  { padding-left: 12px; padding-right: 12px; }
.op6d0a8 .hu2j76nt  { padding-left: 24px; padding-right: 24px; }
.wusw .hu2j76nt  { padding-left: 32px; padding-right: 32px; }
.awote   .e16zlcu::after, .awote   .hu2j76nt::after,
.fij543r0 .e16zlcu::after, .fij543r0 .hu2j76nt::after,
.pezzeazo    .e16zlcu::after, .pezzeazo    .hu2j76nt::after,
.uuzd    .e16zlcu::after, .uuzd    .hu2j76nt::after,
.wzq4    .e16zlcu::after, .wzq4    .hu2j76nt::after,
.qb3k     .e16zlcu::after, .qb3k     .hu2j76nt::after,
.mxrz    .e16zlcu::after, .mxrz    .hu2j76nt::after,
.iwurj1   .e16zlcu::after, .iwurj1   .hu2j76nt::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;
}
.awote .e16zlcu::after, .awote .hu2j76nt::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");
}
.fij543r0 .e16zlcu::after, .fij543r0 .hu2j76nt::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");
}
.pezzeazo .e16zlcu::after, .pezzeazo .hu2j76nt::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");
}
.uuzd .e16zlcu::after, .uuzd .hu2j76nt::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");
}
.wzq4 .e16zlcu::after, .wzq4 .hu2j76nt::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");
}
.qb3k .e16zlcu::after, .qb3k .hu2j76nt::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");
}
.mxrz .e16zlcu::after, .mxrz .hu2j76nt::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");
}
.iwurj1 .e16zlcu::after, .iwurj1 .hu2j76nt::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");
}
.dyuiwqr   .esonzhty::after, .dyuiwqr   .pma3pbcc::after,
.j5fdpy .esonzhty::after, .j5fdpy .pma3pbcc::after,
.krfdmg    .esonzhty::after, .krfdmg    .pma3pbcc::after,
.p1rxmy    .esonzhty::after, .p1rxmy    .pma3pbcc::after,
.lhuqi0    .esonzhty::after, .lhuqi0    .pma3pbcc::after,
.z1rno     .esonzhty::after, .z1rno     .pma3pbcc::after,
.vgqx    .esonzhty::after, .vgqx    .pma3pbcc::after,
.a0ajv   .esonzhty::after, .a0ajv   .pma3pbcc::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;
}
.dyuiwqr .esonzhty::after, .dyuiwqr .pma3pbcc::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");
}
.j5fdpy .esonzhty::after, .j5fdpy .pma3pbcc::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");
}
.krfdmg .esonzhty::after, .krfdmg .pma3pbcc::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");
}
.p1rxmy .esonzhty::after, .p1rxmy .pma3pbcc::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");
}
.lhuqi0 .esonzhty::after, .lhuqi0 .pma3pbcc::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");
}
.z1rno .esonzhty::after, .z1rno .pma3pbcc::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");
}
.vgqx .esonzhty::after, .vgqx .pma3pbcc::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");
}
.a0ajv .esonzhty::after, .a0ajv .pma3pbcc::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");
}
.smn14ni2 {
  --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;
}
.ai7glz {
  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;
}
.ai7glz + .ai7glz { border-top: var(--bw-hair) solid var(--border-alt); }
.ai7glz > * { min-width: 0; }
.ai7glz:hover { background: var(--bg-hover); }
.ai7glz > [itemprop="item"] { display: contents; }
.ai7glz [itemprop="itemReviewed"],
.ai7glz [itemprop="reviewRating"] { display: none; }
.lx94 {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.n9ww8dqj, .oc28n8, .t97a4n,
.u622wbr, .wp7be, .w5voxo { align-items: center; text-align: center; }
.wp7be, .w5voxo { align-items: stretch; }
.f2xl {
  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%;
}
.riahc {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.j9gdz52c { font-size: var(--fs-lead); font-weight: 700; }
.jwsw .riahc {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.wt8svyg {
  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;
}
.opxhq {
  font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-solid);
  color: var(--text-muted); font-variant-numeric: tabular-nums;
}
.ibbl6 {
  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;
}
.rpo39rqv .dznr { max-height: 60px; max-width: 68px; }
.dznr {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.oc28n8 .ibbl6 { width: 168px; }
.ws8s .ibbl6,
.ws8s .k6y38bls,
.m7p7s0n .ibbl6,
.m7p7s0n .k6y38bls,
.mqosj .ibbl6,
.mqosj .k6y38bls,
.grue .ibbl6,
.grue .k6y38bls,
.grue .qnyr   { background: var(--bg-raised); }
.ws8s .ibbl6, .m7p7s0n .ibbl6,
.mqosj .ibbl6,  .grue .ibbl6 {
  width: 88px; height: 88px; padding: 12px;
}
.ws8s .ibbl6 .dznr, .m7p7s0n .ibbl6 .dznr,
.mqosj .ibbl6 .dznr,  .grue .ibbl6 .dznr {
  max-height: 60px; max-width: 68px;
}
.r1847yr .ibbl6, .r1847yr .ibbl6.rpo39rqv,
.r1847yr .k6y38bls,   .r1847yr .k6y38bls.rpo39rqv,
.quj05yr.hu2j76nt {
  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;
}
.siwrky .ai7glz { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .ai7glz { gap: 16px; padding: 16px 16px; }
  .ibbl6 { width: 152px; height: 96px; }
  .dznr { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .ai7glz {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .lx94 { justify-content: flex-start; }
  
  .eau8i, .g9yevb8 { flex-direction: row; }
  
  .eau8i .enl5:nth-child(n+3) { display: none; }
  
  .n9ww8dqj {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .lx94 { text-align: left; align-items: flex-start; }

  
  .oc28n8, .t97a4n, .tw2acp {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .u622wbr {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .oc28n8 .ibbl6, .t97a4n .ibbl6,
  .tw2acp .ibbl6 { width: auto; height: 72px; }
  .dznr { max-height: 72px; max-width: 128px; }
  .j9gdz52c { font-size: var(--fs-body); }
  .wt8svyg { font-size: var(--fs-sm); }

  
  .dlr0v, .jltg4irt, .co9xbg,
  .jpeupvbh, .u3e0h92, .xbnji2,
  .jwsw, .heff, .i1hu08,
  .euyxr, .m2kwk {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .wp7be, .w5voxo { order: 4; flex: 1 0 100%; }
  .w5voxo { display: flex; flex-direction: column; }
  .w5voxo::before { display: none; }
  .quj05yr.hu2j76nt { width: 100%; padding: 12px 20px !important; }
  .efq1m { text-align: left; }
}
@media (max-width: 560px) {
  .ai7glz { padding: 16px; gap: 12px 12px; }
  
  .f2xl, .p0y522u, .enl5 { font-size: var(--fs-caption); }
  .riahc { font-size: var(--fs-sm); }
  .j9gdz52c { font-size: var(--fs-body); }
  .wt8svyg { font-size: var(--fs-sm); }
  .opxhq { font-size: var(--fs-sm); }
  .nwzie { font-size: var(--fs-lead); }
  
  .quj05yr.hu2j76nt { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .lx94 { gap: 2px; }
  .oc28n8 .ibbl6, .t97a4n .ibbl6,
  .tw2acp .ibbl6 { height: 64px; }
  .dznr { max-height: 64px; max-width: 116px; }
  .rpo39rqv { padding: 8px; }
  .j9gdz52c { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .dlr0v, .jltg4irt, .co9xbg,
  .jpeupvbh, .u3e0h92, .xbnji2,
  .jwsw, .heff, .i1hu08,
  .euyxr, .m2kwk { flex-basis: 100%; min-width: 100%; }
}
.w2jqc {
  --cs-radius: var(--r-card);
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--cs-radius);
  margin: 24px 0; overflow: hidden;
}
.oychh83r {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.k6y38bls {
  width: 112px; height: 112px; flex-shrink: 0;
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-btn);
  display: flex; align-items: center; justify-content: center;
  padding: 6px; box-sizing: border-box; overflow: hidden;
}
.k6y38bls img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.pxdozpo { flex: 1; min-width: 0; }
.pxdozpo h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.fnygz { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.dh3t { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.dh3t strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.dh3t .gpx2i93 { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.uehi2vut {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 24px;
  padding: 16px 24px;
  background: var(--tone-fill, var(--bg-surface)); border-top: var(--bw-hair) solid var(--border-alt);
}
.uehi2vut > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.xryj em, .xpdn em, .ebq1v em, .jlroen3 em {
  font-size: var(--fs-caption); font-weight: 600; font-style: normal;
  color: var(--text-muted); text-transform: uppercase; letter-spacing: var(--ls-label);
}
@media (max-width: 560px) { .uehi2vut { padding: 12px 16px; gap: 8px 16px; } }
.ily44tvi { flex-shrink: 0; align-self: center; }
.ily44tvi .hu2j76nt {
  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) {
  .oychh83r { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .k6y38bls { order: 1; width: 104px; height: 104px; }
  .k6y38bls img { max-width: 96px; max-height: 88px; }
  .ily44tvi { order: 2; margin-left: auto; align-self: center; }
  .pxdozpo { order: 3; flex: 1 1 100%; min-width: 0; }
  .pxdozpo h3 { font-size: var(--fs-body); }
}
.r0sll img.pud8qs7c { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.ddlnf { padding: 20px 24px; }
.je9vc1 { color: var(--text-body); margin-bottom: 16px; }
.dz5ax6q { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.t0nj5, .iol5m { list-style: none; font-size: var(--fs-sm); }
.t0nj5 li { color: var(--text-body); margin-bottom: 4px; }
.iol5m li { color: var(--text-body); margin-bottom: 4px; }
.t0nj5 li::before { content: "✓"; margin-right: 5px; }
.iol5m li::before { content: "✗"; margin-right: 5px; }
.bdl4h { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.bdl4h strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.f1oc {
  
  background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary));
  border: var(--bw-hair) solid color-mix(in srgb, var(--tone-chip-fg, var(--border-alt)) 16%, transparent);
  border-radius: var(--r-btn);
  padding: 4px 8px; margin: 2px 2px 2px 0; display: inline-block;
  font-size: var(--fs-caption); font-weight: 600;
}
.hupw5dl2 { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.de4kszf3 {
  margin: 0; border-radius: 0 0 var(--r-card) var(--r-card);
  border-left-width: 0 !important; border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-top: var(--bw-hair) solid var(--border-alt);
}
.iutv .de4kszf3 { border-top-width: var(--bw-bar) !important; }
.xer7do .de4kszf3 { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .r00lpjp .keirb {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .r00lpjp .w2jqc { margin: 0; }
}
.fcjwpgdd .oychh83r { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.fcjwpgdd .k6y38bls { background: transparent; }
.dgdass .w2jqc { border-top: var(--bw-bar) solid var(--accent); }
.dgdass .oychh83r { background: var(--bg-card); }
.zizi6 .w2jqc { 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; }
.zizi6 .oychh83r { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.zizi6 .ddlnf { padding: 16px 16px; }
.zizi6 .k6y38bls { border-radius: var(--r-chip); }
.zizi6 .de4kszf3 { border-radius: 0; }
.dexnu .oychh83r { padding: 0; gap: 0; overflow: hidden; }
.dexnu .k6y38bls {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.dexnu .pxdozpo { padding: 16px 20px; }
.dexnu .ily44tvi { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .dexnu .k6y38bls { width: 116px; min-height: 104px; }
}
.g4rq5pp .fnygz { font-size: var(--fs-sm); }
.otn2zw7s .lt5x { gap: 12px; }
.otn2zw7s .p98y6, .otn2zw7s .uzcp { padding: 12px; }
.otn2zw7s .p98y6 ul, .otn2zw7s .uzcp ul { margin: 4px 0 0; padding-left: 20px; }
.otn2zw7s .p98y6 li, .otn2zw7s .uzcp li { font-size: var(--fs-label); margin-bottom: 4px; }
.yecaqdnh .f1oc { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .r3y3f { grid-template-columns: 1fr; }
  .hr938 { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .hr938 .qnyr { width: 72px; height: 50px; }
  .hr938 .m63lh6 { max-width: 180px; }
  .hr938 .iqptkaf { width: auto; }
}
.cdrtzg .g4rq5pp .fnygz { filter: brightness(1.2); }
@media (max-width: 720px) {
  .cdrtzg { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .cf6xc { padding: 16px; }
  .br5oz9k .h05rqhx { min-width: 50%; }
}
.c4s7 .lt5x { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .hm3m8f { grid-template-columns: 1fr; }
  .st11qz { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .a3t2p7 { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .m0mdgzr { flex-wrap: wrap; padding: 16px; }
}
.bl2d0w .lt5x { gap: 8px; }
.bl2d0w .p98y6, .bl2d0w .uzcp { padding: 8px; }
@media (max-width: 480px) {
  .hpexop4z { flex-direction: column; align-items: stretch; }
}
.fyuragcx .iqptkaf .hu2j76nt { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .lq2n3z { flex-direction: column; align-items: stretch; gap: 12px; }
  .fyuragcx .iqptkaf { text-align: center; }
}
@media (max-width: 720px) {
  .sefke { grid-template-columns: 1fr; }
  .j718m { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .quiom0 { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.bcl4 .gpx2i93 { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.qp3aw5sr .fnygz { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .vb80v { grid-template-columns: 1fr; }
  .qp3aw5sr { width: 100px; height: 100px; margin: 16px auto; }
  .bcl4 { font-size: var(--fs-h3); }
  .bvtdks { justify-content: center; }
  .oa4xm .h05rqhx { min-width: 50%; }
}
.e1o8l7d .lt5x { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ddo04v8l { flex-wrap: wrap; padding: 16px 16px; }
  .m79jylr { padding: 12px 16px; }
  .e1o8l7d .lt5x { margin: 0 16px; }
  .e1o8l7d .yecaqdnh { padding: 0 16px; }
  .vqkzi { padding: 12px 16px; }
}
.mw75o .ai7glz { position: relative; }
.mw75o .ai7glz::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.sx6mtd .smn14ni2 {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.sx6mtd .ai7glz {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.sx6mtd .ai7glz + .ai7glz { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .k5p4 .lx94 + .lx94 {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.yfvk .ai7glz { padding-top: 16px; padding-bottom: 16px; }
.yfvk .ai7glz + .ai7glz { border-top: none; }
.yfvk .ai7glz:nth-child(even) { background: var(--bg-surface); }
.yfvk .ai7glz:nth-child(even):hover { background: var(--bg-hover); }
.zwir1a .ai7glz:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .ju2apbte .dlr0v, .ju2apbte .jltg4irt,
  .ju2apbte .co9xbg, .ju2apbte .jpeupvbh,
  .ju2apbte .u3e0h92, .ju2apbte .xbnji2,
  .ju2apbte .jwsw, .ju2apbte .heff,
  .ju2apbte .i1hu08, .ju2apbte .euyxr,
  .ju2apbte .m2kwk {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.dciq0p .f2xl { opacity: .8; letter-spacing: var(--ls-label); }
.dciq0p .riahc { font-weight: 700; }
.dciq0p .j9gdz52c { font-weight: 700; }
.uwasfkw .dlr0v, .uwasfkw .jltg4irt,
.uwasfkw .co9xbg, .uwasfkw .jpeupvbh,
.f35ti .n5fho,
.f35ti .nwzie,
.f35ti .nwzie small { display: none; }
.f35ti .dh3t .fnygz,
.wku32 .dh3t .fnygz,
.mptv .dh3t .fnygz { display: none; }
.f35ti .gpx2i93 { display: none; }
.wku32 .dh3t strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.wku32 .ub1d53yq,
.wku32 .gpx2i93 { font-size: 1em; }
.mptv .dh3t strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.mptv .gpx2i93 { display: none; }
.wlyi0 { margin: 16px 0; }
.c5wdv { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.c5wdv 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;
}
.c5wdv 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;
}
.c5wdv summary:hover { background: var(--bg-surface); }
.c5wdv summary:hover::after { color: var(--accent); }
.c5wdv[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.c5wdv[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.c5wdv[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.c5wdv p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.y1sc { margin-bottom: 0; }
.pcxu2d h2.zi6i9f { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.c52r h2.zi6i9f { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.p98y6, .uzcp { border: var(--bw-hair) solid transparent; }
.p98y6 .hljc, .p98y6 .krmyll69 { color: var(--c-pros-label); }
.uzcp .hljc, .uzcp .l8bksl { color: var(--c-cons-label, var(--c-cons)); }
.p98y6 ul li, .uzcp ul li, .t0nj5 li, .iol5m li { color: var(--text-body); }
.p98y6 .t0nj5 li, .uzcp .iol5m li { position: relative; padding-left: 1.5em; }
.p98y6 .t0nj5 li::before, .uzcp .iol5m li::before { position: absolute; left: 0; margin-right: 0; }
.pfz7i .p98y6 { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.pfz7i .uzcp { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.h2i85 .p98y6, .h2i85 .uzcp { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.h2i85 .p98y6 { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.h2i85 .uzcp { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.yxd2oixk .p98y6, .yxd2oixk .uzcp { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.yxd2oixk .p98y6 { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.yxd2oixk .uzcp { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.ncwv3k .p98y6, .ncwv3k .uzcp { background: var(--bg-card); border-width: var(--bw-rule); }
.ncwv3k .p98y6 { border-color: var(--sem-pos-line); }
.ncwv3k .uzcp { border-color: var(--sem-neg-line); }
.e4ys5y .p98y6, .e4ys5y .uzcp { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.e4ys5y .uzcp { border-left: var(--bw-hair) solid var(--border); }
.odhkw .krmyll69::before { content: "✓ "; }
.odhkw .l8bksl::before { content: "✗ "; }
.xer7do .dy8jr9 { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.xer7do .dy8jr9 strong { color: var(--text-primary); }
.xer7do .dy8jr9 p      { color: var(--text-muted); }
.iutv .dy8jr9 { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.bgxzjizh .dy8jr9 {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.bgxzjizh .dy8jr9 strong { color: var(--text-primary); }
.bgxzjizh .dy8jr9 p { color: var(--text-muted); }
.bgxzjizh .dy8jr9 { border-left: var(--bw-bar) solid var(--cl-hue); }
.bgxzjizh .l9kc::before { color: rgba(255,255,255,0.9) !important; }
.nah4l6q .dy8jr9 {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.nah4l6q .dy8jr9 strong { color: var(--text-primary); }
.nah4l6q .dy8jr9 p      { color: var(--text-muted); }
.a1egy1q .dy8jr9 { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.bt9kshoy .l9kc,
.rxghck .l9kc,
.eg3ja855 .l9kc,
.bt9kshoy .l9kc::before,
.rxghck .l9kc::before,
.eg3ja855 .l9kc::before,
.ivii13pl .q0ets .u56960,
.ivii13pl .o4zidy .u56960  { box-shadow: var(--sh-1); }
.ivii13pl .uw9sufyx                { box-shadow: var(--sh-1); }
.ivii13pl .pudrw9je          { box-shadow: var(--sh-1); }
.ivii13pl .cw66b                    { box-shadow: var(--sh-1); }
.sqqv .q0ets .u56960,
.sqqv .o4zidy .u56960,
.sqqv .uw9sufyx,
.sqqv .pudrw9je,
.sqqv .cw66b,
.sqqv .a1egy1q .dy8jr9 { box-shadow: none; }
.eo8pmhss { --fs-body: 16px; --fs-sm: 14px; --fs-lead: 19px; }
.y1sc + .y1sc { position: relative; }
.r72nqung   .y1sc + .y1sc::before,
.tix1vo  .y1sc + .y1sc::before,
.cdno6   .y1sc + .y1sc::before,
.iwhoc   .y1sc + .y1sc::before,
.gema76   .y1sc + .y1sc::before,
.zkx1y8 .y1sc + .y1sc::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.r72nqung .y1sc + .y1sc::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.tix1vo .y1sc + .y1sc::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.cdno6 .y1sc + .y1sc::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;
}
.iwhoc .y1sc + .y1sc::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.vf4jtx .y1sc { margin-bottom: 16px; }
.vf4jtx .y1sc + .y1sc { margin-top: 0; }
.vf4jtx .ctvpgdzo { padding-top: 0; padding-bottom: 0; }
.gema76 .y1sc + .y1sc::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.zkx1y8 .y1sc + .y1sc::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.qbyqj .y1sc + .y1sc::before,
.q12wn3zb .y1sc + .y1sc::before,
.anwwven .y1sc + .y1sc::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%;
}
.izo0qmy .qbyqj .y1sc:nth-child(even)::before,
.izo0qmy .q12wn3zb .y1sc:nth-child(even)::before,
.izo0qmy .anwwven .y1sc:nth-child(even)::before { background: var(--bg-surface); }
.ycj4y .qbyqj .y1sc:nth-child(even)::before,
.ycj4y .q12wn3zb .y1sc:nth-child(even)::before,
.ycj4y .anwwven .y1sc:nth-child(even)::before { background: var(--bg-card); }
.qbyqj .y1sc + .y1sc::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");
}
.q12wn3zb .y1sc + .y1sc::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");
}
.anwwven .y1sc + .y1sc::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");
}
.wlw43he .mt8g:not(.mkra) .sy2qy4qw { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.wlw43he .mkra { background: linear-gradient(45deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, var(--accent-light)) 100%); }
.wlw43he .ohiua65 { background: linear-gradient(45deg, var(--hero-a, var(--accent)), var(--hero-b, var(--accent-light))); }
.wlw43he .s9t98srr { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.ow5iy .xneit { float: left; width: 38%; margin: 0 28px 16px 0; }
.ow5iy .xneit .pvu8 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.ow5iy .ctvpgdzo::after { content: ''; display: block; clear: both; }
.pmmf0rr .xneit { float: right; width: 38%; margin: 0 0 16px 28px; }
.pmmf0rr .xneit .pvu8 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.pmmf0rr .ctvpgdzo::after { content: ''; display: block; clear: both; }
.pivg .y1sc:nth-child(odd)  .xneit { float: left;  width: 38%; margin: 0 28px 16px 0; }
.pivg .y1sc:nth-child(even) .xneit { float: right; width: 38%; margin: 0 0 16px 28px; }
.pivg .xneit .pvu8 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.pivg .ctvpgdzo::after { content: ''; display: block; clear: both; }
.ow5iy .ar4ponwc,
.ow5iy .smn14ni2,
.pmmf0rr .ar4ponwc,
.pmmf0rr .smn14ni2,
.pivg .ar4ponwc,
.pivg .smn14ni2 { clear: both; }
@media (max-width: 900px) {
  .ow5iy .xneit,
  .pmmf0rr .xneit,
  .pivg .y1sc:nth-child(odd)  .xneit,
  .pivg .y1sc:nth-child(even) .xneit {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ow5iy .xneit .pvu8,
  .pmmf0rr .xneit .pvu8,
  .pivg .xneit .pvu8 {
    max-height: none !important;
  }
}
.ow5iy .tku5,
.ow5iy .pgsr1ws7,
.pmmf0rr .tku5,
.pmmf0rr .pgsr1ws7,
.pivg .tku5,
.pivg .pgsr1ws7 { overflow: hidden; }
@media (max-width: 640px) {
  .ow5iy .xneit,
  .pmmf0rr .xneit,
  .pivg .xneit { float: none; width: 100%; margin: 0 0 16px 0; }
}
.jsyqc8nn .eilf,
.jsyqc8nn .ctvpgdzo,
.jsyqc8nn .jhvh6oom  { max-width: 1060px; }
.itoa3fm9 .eilf,
.itoa3fm9 .ctvpgdzo,
.itoa3fm9 .jhvh6oom  { max-width: 1180px; }
.p0lw1zc2 .eilf,
.p0lw1zc2 .ctvpgdzo,
.p0lw1zc2 .jhvh6oom  { max-width: 1260px; }
.p0lw1zc2 { --content-mw: 1260px; }
.syrg04f { font-size: var(--fs-label); color: var(--text-muted); }
.p0yh86xi { display: flex; align-items: center; }
.lx8wy {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.jz08 { display: flex; align-items: center; }
.mdncw8a { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.mdncw8a:hover { text-decoration: underline; }
.psgtef { margin: 0 4px; opacity: 0.45; }
.psgtef::before { content: '/'; }
.c1acdczk { padding: 2px 4px; color: var(--text-main); }
.adbmi54 .syrg04f {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.adbmi54 .p0yh86xi { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.tvf8 .syrg04f {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.tvf8 .p0yh86xi { padding: 0 0 0 12px; }
.rv5fw .p0yh86xi { padding: 0 16px; }
.rv5fw .syrg04f {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.rv5fw .eilf { padding-top: 28px; }
@media (max-width: 720px) {
  .sfdek9e { margin-top: 20px; padding: 0 16px; }
  .rv5fw .eilf { padding-top: 16px; }
}
.jsyqc8nn.adbmi54 .p0yh86xi { max-width: 1100px; }
.itoa3fm9.adbmi54 .p0yh86xi { max-width: 1200px; }
.p0lw1zc2.adbmi54 .p0yh86xi { max-width: 1320px; }
.p0lw1zc2 .sfdek9e { max-width: 1320px; }
.p89e .y1sc { padding-top: 16px; padding-bottom: 16px; }
.sekoqk5c .y1sc { padding-top: 24px; padding-bottom: 24px; }
.vg0omst .y1sc { padding-top: 40px; padding-bottom: 40px; }
.l8ee1kek .y1sc { padding-top: 52px; padding-bottom: 52px; }
.m80f3d .y1sc:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.m80f3d .y1sc:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.m80f3d .y1sc:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.m80f3d .y1sc:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ops5 .ctvpgdzo { padding-top: 12px;  padding-bottom: 12px; }
.oqwvf7d .ctvpgdzo { padding-top: 20px;  padding-bottom: 20px; }
.wrkyt5 .ctvpgdzo { padding-top: 36px;  padding-bottom: 36px; }
.sfmcfy .ctvpgdzo { padding-top: 48px;  padding-bottom: 48px; }
.edd82gx h1, .edd82gx h2, .edd82gx h3, .edd82gx .uhh8ch { font-weight: 700; }
.mfio9ms2 h1, .mfio9ms2 h2, .mfio9ms2 h3, .mfio9ms2 .uhh8ch { font-weight: 700; }
.tkj6ey2, .edd82gx, .ppd3, .mfio9ms2 { font-weight: 400; }
.esonzhty {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.m19ejvn4 .esonzhty { display: none; }
@media (max-width: 640px) {
  .esonzhty { display: none !important; }
}
.esonzhty { background: var(--cta) !important; color: #fff !important; border: none !important; }
.esonzhty:hover { opacity: 0.85; }
.umj1p8z .esonzhty { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.duh6sd9o  .pma3pbcc { left: 32px; }
@media (max-width: 480px) {
  .fsnvt .pma3pbcc { right: 20px; bottom: 20px; }
  .duh6sd9o  .pma3pbcc { left: 20px; bottom: 20px; }
}
.m3u51c { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.jhvh6oom { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.wlogdw { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.jtnqa85 { color: var(--text-dim); font-size: var(--fs-label); }
.w15g a, .w636b34 a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.w15g a:hover, .w636b34 a:hover { color: var(--accent-light); }
.w636b34 { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.txo6 .jhvh6oom { text-align: center; }
.txo6 .w636b34 { justify-content: center; margin-bottom: 16px; }
.txo6 .wlogdw { margin-top: 0; }
.gz5qab { margin-top: 12px; }
.gz5qab a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .jhvh6oom { padding-left: 16px; padding-right: 16px; }
  .huxk .jhvh6oom { padding: 20px 16px; }
  .w636b34 { gap: 4px 12px; }
  .wlogdw { font-size: var(--fs-caption); }
}
.w7z70z2r .wlogdw { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.w7z70z2r .jtnqa85 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .w7z70z2r .ktom3y { grid-template-columns: 1fr 1fr; } .w7z70z2r .r3tfql { grid-column: 1 / -1; } }
@media (max-width: 480px) { .w7z70z2r .ktom3y { grid-template-columns: 1fr; } }
.t0uya .wlogdw { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .t0uya .hf5yi00f { gap: 12px; } .t0uya .tbds1 { margin-right: 0; width: 100%; } }
.eugxba .wlogdw { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.eugxba .jtnqa85 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .eugxba .feue { grid-template-columns: 1fr 1fr; } .eugxba .fna0f47b { grid-column: 1 / -1; } }
@media (max-width: 480px) { .eugxba .feue { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .cjhf6 .n7qo0t { grid-template-columns: 1fr 1fr; } .cjhf6 .s8x1:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .cjhf6 .n7qo0t { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .nxu5 .n7qo0t { grid-template-columns: 1fr; } }
.l5a3970 .jhvh6oom { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.l5a3970 .w636b34 { justify-content: center; }
.yxs6md1p .cssr2l2q      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.l9ka .cssr2l2q      { background: #0d1117; border-bottom-color: #21262d; }
.l9ka .yppy6n3 { color: var(--accent-light); }
.l9ka .z8grurn { --msep-color: #8b949e; }
.l9ka .z8grurn a { color: #8b949e; }
.l9ka .z8grurn a:hover { color: var(--accent-light); }
.l9ka .zlssy { color: #8b949e; }
.l9ka .m3u51c { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.l9ka .wlogdw,
.l9ka .jtnqa85 { color: #6e7681; }
.l9ka .w15g a, .l9ka .w636b34 a,
.l9ka .w15g a:hover, .l9ka .w636b34 a:hover,
@media (max-width: 640px) {
  .l9ka .z8grurn { background: #0d1117; border-top-color: #21262d; }
  .l9ka .z8grurn li a { border-bottom-color: #21262d; }
}
.x3h1f .cssr2l2q      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.x3h1f .yppy6n3 { color: var(--accent-light); }
.x3h1f .z8grurn { --msep-color: #475569; }
.x3h1f .z8grurn a { color: #475569; }
.x3h1f .z8grurn a:hover { color: var(--accent-light); }
.x3h1f .zlssy { color: #64748b; }
.x3h1f .m3u51c { background: #f0f4f8; border-top-color: #cbd5e1; }
.x3h1f .wlogdw,
.x3h1f .jtnqa85 { color: #64748b; }
.x3h1f .w15g a, .x3h1f .w636b34 a,
.x3h1f .w15g a:hover, .x3h1f .w636b34 a:hover,
@media (max-width: 640px) {
  .x3h1f .z8grurn { background: #f0f4f8; border-top-color: #cbd5e1; }
  .x3h1f .z8grurn li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ft55g .cssr2l2q { background: var(--b-50); border-bottom-color: var(--b-200); }
.ft55g .z8grurn a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .ft55g .z8grurn { background: var(--b-50); border-top-color: var(--b-200); }
}
.hig8bnh .cssr2l2q, .sxbp39u .cssr2l2q { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.hig8bnh .yppy6n3, .sxbp39u .yppy6n3 { color: #fff; }
.hig8bnh .z8grurn, .sxbp39u .z8grurn { --msep-color: rgba(255,255,255,0.82); }
.hig8bnh .z8grurn a, .sxbp39u .z8grurn a { color: rgba(255,255,255,0.82); }
.hig8bnh .z8grurn a:hover, .sxbp39u .z8grurn a:hover { color: #fff; }
.hig8bnh .zlssy, .sxbp39u .zlssy { color: rgba(255,255,255,0.9); }
@media (max-width: 640px) {
  .hig8bnh .z8grurn, .sxbp39u .z8grurn { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .hig8bnh .z8grurn li a, .sxbp39u .z8grurn li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.snbjl.hig8bnh .esonzhty { background: #fff !important; color: var(--b-700) !important; }
.eu0c9q7 .cssr2l2q {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.eu0c9q7 .cssr2l2q::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) {
  .eu0c9q7 .z8grurn {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.inel .rkcux { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.l48ldbv .rkcux { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.e6cpqwb2 .rkcux { min-height: 72px; height: auto; }
.fb8s .rkcux { min-height: 84px; height: auto; }
.huxk .rkcux { max-width: none; padding: 0 32px; }
.huxk .jhvh6oom  { max-width: none; padding: 24px 32px; }
.ufy6yoe.itoa3fm9 .rkcux { max-width: 1200px; }
.ufy6yoe.p0lw1zc2 .rkcux { max-width: 1320px; }
.vyzvuxyf   .yppy6n3, .vyzvuxyf   .tbds1 { text-transform: capitalize; }
.lqgx098l .yppy6n3, .lqgx098l .tbds1 { text-transform: lowercase; }
.hcp8c .yppy6n3, .hcp8c .tbds1 { text-transform: uppercase; letter-spacing: var(--ls-label); }
.j3i1, .cmdevn7 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hckgd .j3i1,
.r4ydy .j3i1,
.zq7h1t .j3i1,
.uqyowfxb .j3i1,
.eu5lct   .z8grurn a { font-weight: 500; }
.rjiv .z8grurn a { font-weight: 600; }
.s4j7     .z8grurn a { font-weight: 700; }
.l9ub    .z8grurn a { font-weight: 700; letter-spacing: normal; }
.e4srvyq9     .z8grurn > li + li::before,
.n7lw2b    .z8grurn > li + li::before,
.uluf    .z8grurn > li + li::before,
.hmqr .z8grurn > li + li::before,
.ni41 .z8grurn > li + li::before,
.oo6shw  .z8grurn > li + li::before,
.m7o4    .z8grurn > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.e4srvyq9     .z8grurn > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.n7lw2b    .z8grurn > li + li::before { content: "|"; }
.uluf    .z8grurn > li + li::before { content: "—"; }
.hmqr .z8grurn > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ni41 .z8grurn > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.oo6shw  .z8grurn > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.m7o4    .z8grurn > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .vnqs4z .zlssy,
  .wpaxag .zlssy,
  .asqos .zlssy,
  .gy4wj36n .zlssy,
  .ltp2qptp .zlssy {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .vnqs4z .zlssy::before,
  .wpaxag .zlssy::before,
  .asqos .zlssy::before,
  .gy4wj36n .zlssy::before,
  .ltp2qptp .zlssy::before { content: ""; display: block; flex-shrink: 0; }

  
  .vnqs4z .zlssy::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;
  }

  
  .wpaxag .zlssy::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;
  }

  
  .asqos .zlssy::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;
  }

  
  .gy4wj36n .zlssy::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;
  }

  
  .ltp2qptp .zlssy::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) {
  .vjddh .zlssy {
    padding: 4px 16px;
  }
  .vjddh .z8grurn {
    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;
  }
  .vjddh .z8grurn li a {
    border-bottom: none; padding: 12px 24px;
  }
  .vjddh .z8grurn li a:hover { background: var(--bg-raised); }
  .vjddh .uoadl8,
  .yfktd .uoadl8,
  .yzqyd .uoadl8 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ii4rice .zlssy {
    padding: 4px 12px;
  }
  .ii4rice .z8grurn {
    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);
  }
  .ii4rice .z8grurn.x0gnx { transform: translateX(0); }
  .ii4rice .z8grurn li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .ii4rice .z8grurn li:last-child a { border-bottom: none; }
  .hig8bnh .z8grurn,
  .l9ka .z8grurn { background: var(--accent) !important; }
  .hig8bnh .z8grurn li a,
  .l9ka .z8grurn li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .yzqyd .zlssy {
    padding: 4px 12px;
  }
  .yzqyd .z8grurn {
    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);
  }
  .yzqyd .z8grurn::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .yzqyd .z8grurn.x0gnx { transform: translateY(0); }
  .yzqyd .z8grurn li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .nl8b .zlssy {
    padding: 4px 12px;
  }
  .nl8b .z8grurn {
    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;
  }
  .nl8b .z8grurn.x0gnx { opacity: 1; pointer-events: auto; }
  .nl8b .z8grurn li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .j9nfc0     .zlssy { border-radius: 0 !important; }
  .o13o1mm   .zlssy { border-radius: var(--r-btn) !important; }
  .q4v6t .zlssy { border-radius: 50% !important; }
  .pwqjear   .zlssy { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .w4ghd .psqy { flex-direction: column; align-items: stretch; }
  .w4ghd .cq2w { flex-direction: row; min-width: auto; }
  .w4ghd .n4b2sh4d { align-items: flex-start; text-align: left; }
}
.z260b,
.z260b.y1sc,
.izo0qmy .z260b,
.bve9 .z260b,
.ycj4y .z260b,
.nc33g .z260b {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.nd9ss {
  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;
}
.l2b6 { flex: 1 1 280px; min-width: 0; }
.dvhqzkq {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.cronfa {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.t23gy4 {
  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;
}
.t23gy4:hover { transform: translateY(-1px); opacity: 0.95; }
.h4ykh7 .nd9ss {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.h4ykh7 .dvhqzkq { color: var(--cta); }
.h4ykh7 .cronfa { color: var(--text-body); }
.h4ykh7 .t23gy4 {
  background: var(--cta);
  color: var(--cta-fg);
}
.bbk23cv1 .nd9ss {
  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);
}
.bbk23cv1 .dvhqzkq { color: var(--text-primary); }
.bbk23cv1 .cronfa { color: var(--text-body); }
.bbk23cv1 .t23gy4 {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .nd9ss {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .l2b6 { flex: 0 0 auto; }
  .dvhqzkq { font-size: var(--fs-lead); }
  .t23gy4 { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.w921ln .gfci7fy { height: 36px; }
.jwk1 .gfci7fy { height: 60px; max-width: 200px; }
.be2o .gfci7fy { height: 56px; max-width: 180px; }
.juqetb4    .n5fho, .juqetb4    .fnygz { color: #f59e0b; }
.gm8odql      .fnygz   { font-size: var(--fs-lead); }
.b5vo5s    .n5fho, .b5vo5s    .fnygz { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.zkml01lh     .n5fho, .zkml01lh     .fnygz { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.x14bn6 .n5fho, .x14bn6 .fnygz { color: var(--cta); letter-spacing: var(--ls-wide); }
.njit6c   .n5fho, .njit6c   .fnygz { color: #e91e63; letter-spacing: var(--ls-wide); }
.azpkg2ud  .n5fho, .azpkg2ud  .fnygz { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.wyi8pgfy     .n5fho, .wyi8pgfy     .fnygz { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.wfx5n .opxhq {
  font-size: var(--fs-lead); font-weight: 700;
  color: var(--text-muted); opacity: .45;
}
.b8q0dy0 .smn14ni2 {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.b8q0dy0 .ai7glz {
  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);
}
.b8q0dy0 .ai7glz + .ai7glz { border-top: var(--bw-hair) solid var(--border-alt); }
.b8q0dy0 .lx94 { align-items: center; text-align: center; }
.b8q0dy0 .n9ww8dqj {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
}
.b8q0dy0 .opxhq {
  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;
}
.b8q0dy0 .ibbl6 {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.b8q0dy0 .dznr { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.b8q0dy0 .wt8svyg { font-size: var(--fs-body); }
.b8q0dy0 .quj05yr.hu2j76nt { min-width: 180px; }
@media (min-width: 720px) {
  .b8q0dy0 .smn14ni2 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .b8q0dy0 .ai7glz + .ai7glz { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .b8q0dy0 .ai7glz { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .b8q0dy0 .n9ww8dqj { top: -16px; left: 50%; }
  .b8q0dy0 .ibbl6 { width: 132px; height: 132px; }
}
.iahh6aqh .smn14ni2 {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.iahh6aqh .ai7glz {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.iahh6aqh .ibbl6 {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.iahh6aqh .dznr { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.iahh6aqh .opxhq {
  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) {
  .iahh6aqh .ibbl6 { width: 104px; height: 104px; }
}
.rcufotq .c5wdv {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.rcufotq .c5wdv summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.rcufotq .c5wdv summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.rcufotq .c5wdv[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.rcufotq .c5wdv p { padding: 0 14px 18px; }
.rcufotq .c5wdv[open] p { border-top: none; padding-top: 0; }
.ov3mwv .c5wdv { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ov3mwv .c5wdv 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;
}
.ov3mwv .c5wdv summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.ov3mwv .c5wdv[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.ov3mwv .c5wdv p { padding: 14px 24px 4px; }
.ov3mwv .c5wdv[open] p { border-top: none; padding-top: 14px; }
.b6q7ropf .c5wdv {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.b6q7ropf .c5wdv summary { color: var(--text-primary); padding: 16px 18px; }
.b6q7ropf .c5wdv[open] summary { box-shadow: none; }
.b6q7ropf .c5wdv p { padding: 0 18px 18px; }
.ez9obz8 .wlyi0 { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.ez9obz8 .c5wdv {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.ez9obz8 .c5wdv:last-child { border-bottom: none; }
.ez9obz8 .c5wdv summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.ez9obz8 .c5wdv p { padding: 0 20px 16px; }
.p1f63c .c5wdv { overflow: hidden; }
.p1f63c .c5wdv 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));
}
.p1f63c .c5wdv summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.p1f63c .c5wdv summary::after { color: var(--tone-mark, var(--accent)); }
.p1f63c .c5wdv[open] summary { border-radius: 0; box-shadow: none; }
.ewge { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.guez4u16 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.j82nmuys {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.huc4h1h { color: var(--text-muted); font-size: var(--fs-body); }
.kposc1e2 {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.tddl4kul { margin-bottom: 20px; }
.fstc89q {
  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);
}
.hdib {
  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;
}
.hdib:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.uh83 { resize: vertical; min-height: 130px; }
.m9pyef { width: 100%; margin-top: 8px; }
.ln52ri77 {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.xax7 {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.pakkjaa1 { color: var(--text-muted); line-height: var(--lh-read); }
.jahyrv { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.jahyrv li { margin-bottom: 8px; }
.yzevch { max-width: 760px; margin: 0 auto; }
.p9ip { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.egpb { max-width: 760px; margin: 0 auto; }
.bhqvou0 ul.jahyrv { margin: 0; }
@media (max-width: 640px) { .hr9zcr { grid-template-columns: 1fr; gap: 12px; } }
.fz3pr { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.pb4vfga { background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 24px; }
.i2ttf { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.pb4vfga p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.pb4vfga .jahyrv { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .fz3pr { grid-template-columns: 1fr; } }
.byom { color: inherit; text-decoration: none; }
.byom:hover { color: var(--accent-light); text-decoration: underline; }
.l9ak { display: inline-block; line-height: 0; }
.vp3057lg { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.cw7o5hgy { margin-bottom: 48px; }
.ajiqjff { max-width: 760px; margin: 0 auto; }
.gu0s97j { text-align: center; }
.ppad2ek { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.ppad2ek:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.vw74 { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.ppad2ek p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.ppad2ek ul.jahyrv { margin: 0; }
.apwqe { color: var(--text-muted); line-height: var(--lh-read); }
.gu0s97j .jahyrv,
.iv7l0 .jahyrv,
.im5j .jahyrv,
.cema1 .jahyrv {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.gu0s97j .ppad2ek,
.iv7l0 .ppad2ek { text-align: left; }
.gu0s97j .vw74,
.iv7l0 .vw74 { text-align: center; }
.jfkxyi5w { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.y41b { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.c9oyxea { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.oim1 { margin-top: 12px; }
.z9t3 { 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; }
.z9t3:hover { border-bottom-color: var(--accent-light); }
.sykc { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.sykc img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wxtmsu { width: 200px; height: 200px; }
.jjwysys { border-radius: var(--r-btn); }
.pf239b { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.tfhns { padding-left: 16px; position: relative; color: var(--text-primary); font-weight: 600; }
.tfhns::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .da7la { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.xht6gn { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; padding-bottom: 40px; border-bottom: var(--bw-hair) solid var(--border); }
.xht6gn .c9oyxea, .xht6gn .y41b { max-width: 640px; }
.r6s52g .jfkxyi5w { font-size: var(--fs-h3); margin-top: 20px; }
.doyfqh .c9oyxea { margin-bottom: 28px; }
@media (max-width: 860px) { .upe56 { grid-template-columns: 1fr; } .r6s52g { position: static; text-align: center; } }
.izfu2zgr .sykc { margin: 0 auto 20px; }
.izfu2zgr .pf239b { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .nzw3 { grid-template-columns: 1fr; } }
.chot5h .jfkxyi5w { font-size: var(--fs-h3); margin-bottom: 8px; }
.cema1 .jahyrv { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .chot5h { flex-direction: column; text-align: center; } .bhsll6 { grid-template-columns: 1fr; } }
.ay0v .jfkxyi5w { font-size: var(--fs-lead); margin: 0 0 4px; }
.ay0v .pf239b { margin: 0; }
.qwmddk {
  background: var(--accent-bg); border-radius: var(--r-card);
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.qwmddk .j82nmuys { color: var(--accent-light); }
.pkvdt .j82nmuys { font-size: var(--fs-h2); }
.pkvdt .huc4h1h { max-width: 680px; }
.ymom .j82nmuys { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.ymom .huc4h1h  { margin: 0; }
@media (max-width: 640px) { .ymom { flex-direction: column; } }
.lt43f60k .j82nmuys { color: var(--accent-light); }
.bu0b8k .j82nmuys { color: #fff; }
.bu0b8k .huc4h1h  { color: rgba(255,255,255,0.85); }
.l3fkyx0 { max-width: 680px; margin: 0 auto; }
.k8yf {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .k8yf { grid-template-columns: 1fr; } }
.k10k .hdib {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.k10k .hdib:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.t0ja .hdib { background: var(--bg-raised); border-color: transparent; }
.t0ja .hdib:focus { background: var(--bg-card); border-color: var(--accent-light); }
.y4du7jv .hdib { border-radius: var(--r-pill); padding: 12px 20px; }
.y4du7jv .uh83 { border-radius: var(--r-card); }
.laz4a {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-btn); overflow: hidden; margin-bottom: 12px;
}
.laz4a summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: var(--fs-body); list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.laz4a summary::-webkit-details-marker { display: none; }
.laz4a summary::after { content: "+"; color: var(--accent-light); font-size: var(--fs-lead); flex-shrink: 0; }
.laz4a[open] summary::after { content: "−"; }
.fzuaoaf9 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: var(--lh-read);
  border-top: var(--bw-hair) solid var(--border);
}
.wpzv {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .wpzv { grid-template-columns: 1fr; } }
.qu0d {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 24px 24px;
}
.qu0d h2 {
  font-size: var(--fs-sm); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.qu0d p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.idx4 { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; margin: 0; }
.idx4 li { margin-bottom: 8px; }
.tesqq1z:empty,.nasw1e:empty{display:none}
.n0mwgkds{position:relative;overflow:visible}
.nme3wbtz .gp6mff6j .nasw1e,.lsap4f .gp6mff6j .nasw1e,
.yi1jq3il .gp6mff6j .nasw1e,.vukot0 .gp6mff6j .nasw1e,
.ode2 .gp6mff6j .nasw1e{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}
.nme3wbtz .lf5x1f54,.lsap4f .lf5x1f54,
.yi1jq3il .lf5x1f54,.vukot0 .lf5x1f54,
.ode2 .lf5x1f54{background:transparent!important;border:none!important;padding: 0;border-radius:0;color:inherit!important}
.nme3wbtz .gp6mff6j .nasw1e{margin-right:auto}
.lsap4f .gp6mff6j .nasw1e{margin-left:auto}
.yi1jq3il .gp6mff6j .nasw1e{margin-right:auto}
.vukot0 .gp6mff6j .nasw1e{margin-left:auto}
.ode2 .gp6mff6j .nasw1e{margin: 0 auto}
.ylc1nmuy .gp6mff6j .nasw1e{margin: 0}
.ylc1nmuy .s9t98srr~.gp6mff6j .nasw1e,
.ylc1nmuy .spaxy~.gp6mff6j .nasw1e{justify-content:flex-start}
.s9t98srr~.gp6mff6j .nasw1e{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.spaxy~.gp6mff6j .nasw1e{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.xl7jkq .nasw1e{margin: 0 0 12px}
.nasw1e{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.lf5x1f54{white-space:nowrap}
.zvlx .lf5x1f54{background:var(--date-bg, var(--accent-bg));padding: 4px 12px;border-radius: var(--r-card);font-size: var(--fs-caption)}
.zusbf .lf5x1f54{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}
.nq50 .nasw1e{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.cxbd4l .lf5x1f54{border-left: var(--bw-rule) solid var(--accent);padding-left: 8px;font-size: var(--fs-caption)}
.yv5ga5l .lf5x1f54{color: var(--accent-light);opacity:1;font-weight:500}
.jb8ct .lf5x1f54{border-bottom: var(--bw-hair) solid currentColor;padding-bottom: 2px}
.pg6dy8d .nasw1e{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.zd7iuq5{--date-bg:var(--accent-bg-light)}
.t5jabf .eo0sy6m::before{content:""}
.ewac5j16 .lf5x1f54 + .lf5x1f54::before{content:"•";margin-right:6px;opacity:.4}
.wlpm1yf0 .lf5x1f54 + .lf5x1f54::before{content:"/";margin-right:6px;opacity:.35}
.b2t5 .lf5x1f54 + .lf5x1f54::before{content:"|";margin-right:6px;opacity:.3}
.qalkjqdp .lf5x1f54 + .lf5x1f54::before{content:"—";margin-right:6px;opacity:.3}
.uzcrcg .lf5x1f54 + .lf5x1f54::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.nwhx .lf5x1f54 + .lf5x1f54::before{content:"·";margin-right:6px;opacity:.4}
.ra58johz .lf5x1f54 + .lf5x1f54::before{content:"›";margin-right:6px;opacity:.4}
.jhtl .lf5x1f54 + .lf5x1f54::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.v9tt{display:flex;align-items:flex-start;gap: 16px;max-width:var(--content-width, 960px);margin: 32px auto 24px;padding: 20px 24px}
.ds4t3{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.iye7xy{display:flex;flex-direction:column;gap: 4px}
.f4u98hq{font-size: var(--fs-caption);text-transform:uppercase;letter-spacing: var(--ls-label);color:var(--text-body);opacity:.55}
.gxin1{font-weight:700;font-size: var(--fs-sm);color:var(--text-heading)}
.gsbflba{font-size: var(--fs-label);color:var(--text-body);opacity:.8;line-height: var(--lh-snug);margin-top: 4px}
.otjemwdp .v9tt{background:var(--surface-alt);border-radius:var(--radius, 8px);border: var(--bw-hair) solid var(--border)}
.jp8nthx5 .v9tt{border-top: var(--bw-bar) solid var(--accent);padding-top: 20px}
.ioos .v9tt{border-left: var(--bw-bar) solid var(--accent);border-radius:0}
.yejx .v9tt{padding: 20px 0}
@media(max-width:640px){
  .v9tt{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .gsbflba{max-width:100%}
}
.auvp21 .pudrw9je{margin: 0}
@media (max-width:560px){
  .ocuf2b6h{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) {
  .lhgm2y { padding: 28px 20px 20px; }
  .kaknya2u { font-size: var(--fs-lead); }
  .ywrtj62d { max-width: 220px; max-height: 80px; }
}
.cqq7 {
  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);
}
.ud6jqt {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.jq73kcp  .cqq7 { border-radius: 50%; }
.s2wpm1sk  .cqq7 { border-radius: var(--r-chip); }
.eh7pjqs .cqq7 { border-radius: var(--r-card); }
.eiyilshu .nd9ss {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .cqq7 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.veiopb0 .y1sc {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.veiopb0 .ctvpgdzo {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.veiopb0 .nd9ss {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.pr8fvq42 {
  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;                  
}
.pr8fvq42.zgrb6wf9 { transform: translate(-50%, 0); }
.pr8fvq42 .y1sc,
.pr8fvq42 .ctvpgdzo {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.pr8fvq42 .nd9ss {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.dw8v {
  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;
}
.dw8v::before,
.dw8v::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.dw8v::before { transform: translate(-50%, -50%) rotate(45deg); }
.dw8v::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.dw8v:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .pr8fvq42 { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .pr8fvq42 .nd9ss {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .pr8fvq42 .cronfa { display: none !important; }
  .pr8fvq42 .dvhqzkq { font-size: var(--fs-body) !important; }
  .pr8fvq42 .cqq7 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .dw8v { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .rkcux { flex-direction: row-reverse; }
[dir="rtl"] .z8grurn { flex-direction: row-reverse; }
[dir="rtl"] .duh6sd9o  .pma3pbcc { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .fsnvt .pma3pbcc { right: auto; left: 20px; }
  [dir="rtl"] .duh6sd9o  .pma3pbcc { left: auto;  right: 20px; }
}
[dir="rtl"] .ow5iy .xneit  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .pmmf0rr .xneit { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .tku5, [dir="rtl"] .pgsr1ws7 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .p98y6 { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .uzcp { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .dy8jr9 { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .nd9ss { direction: rtl; }
[dir="rtl"] .cqq7 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .ai7glz,
[dir="rtl"] .syrg04f { direction: rtl; }
[dir="rtl"] .cw66b { direction: rtl; }
[dir="rtl"] .an265z { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .mt8g.iy3nni .afh5yuzp,
[dir="rtl"] .y3j3h6eg.iy3nni .afh5yuzp,
[dir="rtl"] .mkra.iy3nni .afh5yuzp,
[dir="rtl"] .k51e.iy3nni .afh5yuzp,
[dir="rtl"] .pmnhg7z.iy3nni .afh5yuzp { text-align: right; }
[dir="rtl"] .s9t98srr.iy3nni .ai68 { align-items: flex-end; text-align: right; }
[dir="rtl"] .ctvpgdzo,
[dir="rtl"] .bnldg,
[dir="rtl"] .vflf1p,
[dir="rtl"] .afh5yuzp { text-align: right; }
[dir="rtl"] .kposc1e2,
[dir="rtl"] .fstc89q,
[dir="rtl"] .c9oyxea,
[dir="rtl"] .hdib,
[dir="rtl"] .uh83 { text-align: right; direction: rtl; }
[dir="rtl"] .y4du7jv .hdib,
[dir="rtl"] .k10k .hdib { padding-right: 20px; padding-left: 20px; }
.l0dpq8n .smn14ni2,
.pr88 .smn14ni2,
.p1gkdc .smn14ni2 { border: var(--bw-hair) solid var(--border-alt); }
.bjery5x .smn14ni2 {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.l0dpq8n .ai7glz,
.pr88 .ai7glz,
.bjery5x .ai7glz,
.p1gkdc .ai7glz {
  gap: 24px;
  padding: 24px 24px;
}
.l0dpq8n .ai7glz + .ai7glz,
.p1gkdc .ai7glz + .ai7glz { border-top: none; }
.l0dpq8n .ai7glz:nth-child(even),
.p1gkdc .ai7glz:nth-child(even) { background: var(--bg-surface); }
.bjery5x .ai7glz {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.l0dpq8n .opxhq,
.pr88 .opxhq,
.bjery5x .opxhq,
.p1gkdc .opxhq {
  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;
}
.p1gkdc .opxhq { background: var(--accent); color: var(--cta-fg, #fff); }
.l0dpq8n .ibbl6,
.pr88 .ibbl6,
.bjery5x .ibbl6,
.p1gkdc .ibbl6 {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.l0dpq8n .dznr,
.pr88 .dznr,
.bjery5x .dznr,
.p1gkdc .dznr {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.p1gkdc .wt8svyg { font-size: var(--fs-body); font-weight: 700; }
.l0dpq8n .dlr0v, .l0dpq8n .jltg4irt, .l0dpq8n .co9xbg,
.pr88 .dlr0v, .pr88 .jltg4irt, .pr88 .co9xbg,
.bjery5x .dlr0v, .bjery5x .jltg4irt, .bjery5x .co9xbg,
.p1gkdc .dlr0v, .p1gkdc .jltg4irt, .p1gkdc .co9xbg {
  background: transparent;
  padding: 12px 0; align-items: flex-start; text-align: left;
}
.l0dpq8n .quj05yr.hu2j76nt,
.pr88 .quj05yr.hu2j76nt,
.bjery5x .quj05yr.hu2j76nt,
.p1gkdc .quj05yr.hu2j76nt {
  padding: 16px 24px !important;
}
.p1gkdc .quj05yr.hu2j76nt { box-shadow: none; }
@media (max-width: 1080px) {
  .l0dpq8n .ai7glz,
  .pr88 .ai7glz,
  .bjery5x .ai7glz,
  .p1gkdc .ai7glz { gap: 16px; padding: 20px; }
  .l0dpq8n .ibbl6,
  .pr88 .ibbl6,
  .bjery5x .ibbl6,
  .p1gkdc .ibbl6 { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .l0dpq8n .ibbl6,
  .pr88 .ibbl6,
  .bjery5x .ibbl6,
  .p1gkdc .ibbl6 { width: 104px; height: 104px; }
}
.f4x5 .l9kc { display: none; }
.t0nj5 li::before { color: #2f855a; font-weight: 700; }
.iol5m li::before { color: #9b2c2c; font-weight: 700; }
.krmyll69::before { color: #2f855a; }
.l8bksl::before { color: #9b2c2c; }
.ie5pc7b  .t23gy4, .ie5pc7b  .ynuim { border-radius: var(--r-pill); }
.ydrt710 .t23gy4, .ydrt710 .ynuim { border-radius: 0; }
.qpncxkk .t23gy4, .qpncxkk .ynuim { border-radius: var(--r-btn); }
.t23gy4, .ynuim, .e16zlcu, .hu2j76nt, .quj05yr.hu2j76nt {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
body.ydrt710 { --btn-radius: 0px; }
.e16zlcu, .hu2j76nt, .quj05yr.hu2j76nt, .t23gy4, .ynuim,
.jqm23mn, .shhlbz, .pr8fvq42 .t23gy4 {
  border-radius: var(--btn-radius) !important;
}
.t07d a, .bnldg a, .vflf1p a, .je9vc1 a, .c5wdv 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;
}
.t07d a:hover, .bnldg a:hover, .vflf1p a:hover, .je9vc1 a:hover { text-decoration-color: currentColor; }
.p2p5j   { --hero-a: var(--b-900); --hero-b: var(--b-800); }
.fv82yza .sexi3yb.mkra .uhh8ch,
.fv82yza section.mkra .uhh8ch { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.fv82yza .mkra .klj149gt { color: var(--text-body); }
.p2p5j .mt8g:not(.mkra) .sy2qy4qw {
  background: linear-gradient(180deg, color-mix(in srgb, var(--n-900) 72%, transparent) 0%, color-mix(in srgb, var(--n-900) 86%, transparent) 100%);
}
.sexi3yb.mt8g:not(.mkra) .uhh8ch,
section.mt8g:not(.mkra) .uhh8ch { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.snbjl.spr5c .mkra .e16zlcu,
.snbjl.za7ao6uu    .mkra .e16zlcu { background: #fff !important; color: var(--b-700) !important; }
.efmaj7 .m3u51c { background: var(--bg-page); border-top-color: var(--border-alt); }
.of0ytg .m3u51c { background: var(--b-50); border-top-color: var(--b-200); }
.sdna   { --ftr-fill: var(--b-900); --ftr-edge: var(--b-800); }
.in1rc .m3u51c, .sdna .m3u51c, .ow9ig .m3u51c {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.in1rc .m3u51c :is(.wlogdw, .jtnqa85),
.sdna   .m3u51c :is(.wlogdw, .jtnqa85),
.ow9ig    .m3u51c :is(.wlogdw, .jtnqa85) { color: rgba(255,255,255,0.68); }
.in1rc .m3u51c :is(.xgys0x, .vjeg),
.sdna   .m3u51c :is(.xgys0x, .vjeg),
.ow9ig    .m3u51c :is(.xgys0x, .vjeg) { color: rgba(255,255,255,0.7); }
.in1rc .m3u51c a, .sdna .m3u51c a, .ow9ig .m3u51c a { color: rgba(255,255,255,0.9); }
.in1rc .m3u51c a:hover, .sdna .m3u51c a:hover, .ow9ig .m3u51c a:hover { color: #fff; }
.in1rc .m3u51c .tbds1,
.sdna   .m3u51c .tbds1,
.ow9ig    .m3u51c .tbds1 { color: #fff; }
.vnyew950 .smn14ni2:not(.siwrky) .ai7glz:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.f5vp .smn14ni2:not(.siwrky) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.f5vp .smn14ni2:not(.siwrky) .ai7glz { background: var(--bg-card); border-radius: var(--r-btn); }
.f5vp .smn14ni2:not(.siwrky) .ai7glz + .ai7glz { margin-top: 8px; border-top: none; }
.opxhq { color: var(--tone-mark, var(--text-muted)); }
.mw75o .ai7glz::before { background: var(--tone-line, var(--accent)); }
.zwir1a .ai7glz:first-child { border-top-color: var(--tone-line, var(--accent)); }
.c5wdv summary:hover::after, .c5wdv[open] summary::after { color: var(--tone-mark, var(--accent)); }
.dgdass .w2jqc { border-top-color: var(--tone-line, var(--accent)); }
.fcjwpgdd .oychh83r { background: var(--tone-fill, var(--accent-bg)); }
.obdrq3v .vgx5 .dznr,
.obdrq3v .k6y38bls.vgx5 img,
.obdrq3v .qnyr.vgx5 img { border-radius: 22%; }
.obdrq3v .k6y38bls.vgx5 { border-radius: var(--r-card); }
.a0a4l .vgx5 .dznr,
.a0a4l .k6y38bls.vgx5 img,
.a0a4l .qnyr.vgx5 img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.a0a4l .k6y38bls.vgx5 { border-radius: 50%; padding: 5px; }
.a0a4l .vgx5.ibbl6, .obdrq3v .vgx5.ibbl6 { overflow: visible; }
.w2jqc, .otn2zw7s, .smn14ni2:not(.siwrky), .pudrw9je, .c5wdv {
  border: none; box-shadow: var(--sh-card);
}
.ivii13pl .w2jqc, .ivii13pl .otn2zw7s,
.ivii13pl .smn14ni2:not(.siwrky) { box-shadow: var(--sh-lift); }
.rcufotq .c5wdv, .ov3mwv .c5wdv, .ez9obz8 .c5wdv { box-shadow: none; }
.ez9obz8 .wlyi0 { border: none; box-shadow: var(--sh-card); }
.b6q7ropf .c5wdv { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.ov3mwv .c5wdv summary { border: none; box-shadow: var(--sh-card); }
.ov3mwv .c5wdv[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.p1f63c .c5wdv summary { color: var(--tone-fill-head-raw); }
.zizi6 .w2jqc { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.uw9sufyx, .dy8jr9, .cw66b { border: none; box-shadow: var(--panel-sh, none); }
.q0ets .u56960 { border: none; box-shadow: var(--sub-sh, none); }
.sqqv .uw9sufyx, .sqqv .cw66b { box-shadow: var(--panel-sh, none); }
.sqqv .pudrw9je, .sqqv .a1egy1q .dy8jr9 { box-shadow: var(--sh-card); }
.sqqv .q0ets .u56960 { box-shadow: var(--sub-sh, none); }
.o4zidy .u56960, .sqqv .o4zidy .u56960, .ivii13pl .o4zidy .u56960 { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.uw9sufyx { background: var(--bg-card-inner); border-radius: var(--r-card); }
.bvj3zv6x { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.jkdkx .uw9sufyx   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.opuju7 .uw9sufyx { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.tj94pqy .uw9sufyx     { border: none; }
.tj94pqy .bvj3zv6x { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.qjj3cyns .uw9sufyx    { border: none; box-shadow: var(--sh-card); }
.dy8jr9 { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.v32kitg { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.dy8jr9 strong, .xer7do .dy8jr9 strong, .bgxzjizh .dy8jr9 strong,
.nah4l6q .dy8jr9 strong { color: var(--cl-head); }
.dy8jr9 p, .xer7do .dy8jr9 p, .bgxzjizh .dy8jr9 p,
.nah4l6q .dy8jr9 p { color: var(--cl-fg); }
.xer7do .dy8jr9 { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.xer7do .dy8jr9 strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.iutv .dy8jr9 { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.bgxzjizh .dy8jr9 { border: none; }
.nah4l6q .dy8jr9  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.a1egy1q .dy8jr9   { 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); }
.de4kszf3 { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.de4kszf3 strong { color: var(--cl-head); }
.p98y6, .uzcp { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.p98y6 ul li, .p98y6 .t0nj5 li { color: var(--sem-pos-body); }
.uzcp ul li, .uzcp .iol5m li { color: var(--sem-neg-body); }
.pfz7i .p98y6, .pfz7i .uzcp { border: none; }
.h2i85 .p98y6, .h2i85 .uzcp { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.h2i85 .p98y6 { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.h2i85 .uzcp { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.yxd2oixk .p98y6, .yxd2oixk .uzcp { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.yxd2oixk .p98y6 { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.yxd2oixk .uzcp { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.yqf8u .p98y6 .hljc, .yqf8u .uzcp .hljc {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.yqf8u .p98y6 .hljc { background: var(--sem-pos-fg); }
.yqf8u .uzcp .hljc { background: var(--sem-neg-fg); }
.yqf8u .krmyll69::before, .yqf8u .l8bksl::before { color: #fff; }
.e4ys5y .p98y6 ul li, .e4ys5y .p98y6 .t0nj5 li,
.e4ys5y .uzcp ul li, .e4ys5y .uzcp .iol5m li { color: var(--text-body); }
.cw66b { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.xtvz34 { color: var(--tone-fill-head, var(--text-primary)); }
.mh560 .an265z a, .scipp .an265z a, .tswuy .an265z a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.mh560 .an265z a:hover, .scipp .an265z a:hover, .tswuy .an265z a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.mgmftio .cw66b { border-bottom-color: var(--border-alt); }
.mgmftio .an265z a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.f1oc, .enl5 { border: none; }
.hupw5dl2 { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.uehi2vut { border-top: none; }
.uehi2vut > span { color: var(--tone-fill-head, var(--text-primary)); }
.xryj em, .xpdn em, .ebq1v em, .jlroen3 em { color: var(--tone-fill-muted, var(--text-muted)); }
.fcjwpgdd .oychh83r { border-bottom: none; }
.zizi6 .oychh83r { border-bottom: none; }
.k6y38bls.vgx5 { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.k6y38bls.vgx5 img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.obdrq3v .k6y38bls.vgx5 img { border-radius: 22%; }
.a0a4l  .k6y38bls.vgx5 img { border-radius: 50%; }
.a0a4l  .k6y38bls.vgx5 { padding: 0; }
@media (min-width: 900px) {
  .r00lpjp .keirb > .w2jqc:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.tku5 li::marker { color: var(--tone-mark, var(--accent)); }
.pgsr1ws7 li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.aaf96i li::marker { color: var(--tone-mark, var(--accent)); }
.g206dfg3 h2.zi6i9f { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.ckuh23 h2.zi6i9f { border-bottom-color: var(--tone-mark, var(--accent)); }
.zysvgkd h2.zi6i9f { border-top-color: var(--tone-mark, var(--accent)); }
.ow5iy .u56960, .pmmf0rr .u56960, .pivg .u56960,
.ow5iy .dy8jr9, .pmmf0rr .dy8jr9, .pivg .dy8jr9,
.ow5iy .lt5x, .pmmf0rr .lt5x, .pivg .lt5x,
.ow5iy .pudrw9je, .pmmf0rr .pudrw9je, .pivg .pudrw9je { clear: both; }
.xneit .pvu8 { box-shadow: var(--sh-card); }
.pudrw9je { border-radius: var(--r-card); }
.j7qwnc .b65132 { border: none; }
.ft55g .z8grurn a { color: var(--b-800); }
.ft55g .z8grurn a:hover { color: var(--b-600); }
.fv82yza .sexi3yb.mkra .uhh8ch,
.fv82yza section.mkra .uhh8ch,
.fv82yza .y3j3h6eg .uhh8ch { color: var(--b-900) !important; }
.fv82yza .mkra .klj149gt, .fv82yza .y3j3h6eg .klj149gt { color: var(--b-800); }
.of0ytg .m3u51c, .of0ytg .m3u51c a { color: var(--b-800); }
.of0ytg .m3u51c :is(.wlogdw, .jtnqa85, .xgys0x) { color: var(--b-700); }
.nd9ss { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.t23gy4 { border: none; }
.rnwaw4l .t23gy4 { background: #fff !important; color: var(--cta) !important; }
.h4ykh7 .nd9ss { background: var(--b-100); border: none; }
.h4ykh7 .dvhqzkq { color: var(--b-900); }
.h4ykh7 .cronfa { color: var(--b-800); }
.bbk23cv1 .nd9ss { background: var(--b-900); border: none; border-radius: var(--r-card); }
.bbk23cv1 .dvhqzkq { color: #fff; }
.bbk23cv1 .cronfa { color: rgba(255,255,255,0.82); }
.hwwzcb .nd9ss { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.hwwzcb .t23gy4 { background: #fff !important; color: var(--b-800) !important; }
.cqq7 { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.ud6jqt { width: 100%; height: 100%; object-fit: cover; }
h2.zi6i9f, .uhh8ch, h1.zi6i9f, .dvhqzkq { font-weight: 700; }
.pxdozpo h3, h3.p22ahbf { font-weight: 600; }
.w4fs24j { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.tku5 { list-style: none !important; padding-left: 0; margin: 16px 0; }
.tku5 li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.tku5 li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.tku5 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);
}
.kl18wd .tku5 li { padding-left: 28px; }
.kl18wd .tku5 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));
}
.kl18wd .tku5 li::after { content: none; }
.kl18wd .tku5 li::marker, .tku5 li::marker { content: ""; }
.pgsr1ws7 { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.pgsr1ws7 li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.pgsr1ws7 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;
}
.kl18wd .pgsr1ws7 li::before { border-radius: 50%; }
.pgsr1ws7 li::marker { content: ""; }
.aaf96i { list-style: none; padding-left: 16px; }
.aaf96i li { position: relative; padding-left: 16px; }
.aaf96i li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.aaf96i li::marker { content: ""; }
h3.p22ahbf { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.t07d strong, .bnldg strong, .qhg2t5c 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");
}
.t0nj5 li::before, .iol5m li::before {
  content: "" !important; display: block; font-size: 0 !important;
  position: absolute !important; left: 0; top: 0.16em;
  width: 18px; height: 18px; margin: 0 !important;
  -webkit-mask: var(--ico-check) center / contain no-repeat; mask: var(--ico-check) center / contain no-repeat;
  background: var(--sem-pos-line);
}
.iol5m li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.t0nj5 li, .iol5m li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.krmyll69::before, .l8bksl::before { content: none !important; display: none !important; }
.hljc { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.f4x5 .l9kc, .l9kc {
  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;
}
.qpldw .l9kc     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.v32kitg .l9kc { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.asg8evd .l9kc  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.de4kszf3 .l9kc, .oaszo9i .l9kc { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.l9kc::before { content: none !important; }
.dy8jr9 { gap: 14px; }
.w2jqc { --rv-pad: 24px; }
.oychh83r { padding: var(--rv-pad); }
.ddlnf { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.ddlnf > * { margin: 0 !important; }
.je9vc1 { line-height: var(--lh-read); }
.uehi2vut {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.uehi2vut > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.uehi2vut em { font-size: var(--fs-caption); font-weight: 600; font-style: normal; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--tone-fill-muted, var(--text-muted)); }
.uehi2vut b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.dz5ax6q { gap: 16px; }
.e4ys5y .p98y6, .e4ys5y .uzcp { padding: 0; }
.e4ys5y .uzcp { padding-left: 20px; }
.bdl4h { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.dz5ax6q + .bdl4h { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.f04qj8r { flex: 0 0 100%; margin-bottom: 4px; font-size: var(--fs-caption); font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.f1oc, .hupw5dl2, .ks17d4bx {
  margin: 0; padding: 5px 10px; border-radius: var(--r-chip);
  background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary));
}
.de4kszf3 { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.de4kszf3 strong, .xer7do .de4kszf3 strong,
.oaszo9i strong, .xer7do .oaszo9i strong {
  display: block; padding: 0; margin: 0 0 6px; border: none;
  font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label);
  color: var(--tone-sub, var(--cl-head));
}
.de4kszf3 p, .oaszo9i p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.de4kszf3 { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.dh3t strong { display: inline-flex; align-items: baseline; gap: 1px; padding: 3px 9px; border-radius: var(--r-chip); background: var(--tone-soft, var(--accent-bg)); color: var(--tone-soft-fg, var(--text-primary)); font-size: var(--fs-sm); }
.dh3t .gpx2i93 { color: inherit; opacity: .7; }
.q0ets .u56960 { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.zbvkz h2.zi6i9f { 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); }
.xnema0zy .bbk23cv1 .t23gy4, .xnema0zy .hwwzcb .t23gy4,
.xnema0zy .p2p5j .mkra .e16zlcu { background: #fff !important; color: var(--b-900) !important; }
.xnema0zy.p2p5j .mkra .e16zlcu,
.xnema0zy.sxbp39u .esonzhty, .xnema0zy.ow9ig .m3u51c .hu2j76nt { background: #fff !important; color: var(--b-900) !important; }
.r00lpjp .keirb { align-items: stretch; }
.w2jqc { display: flex; flex-direction: column; }
.w2jqc .ddlnf { flex: 1 1 auto; }
.w2jqc .de4kszf3 { margin-top: auto !important; }
.b65132 { font-size: var(--fs-sm); }
.b65132 th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.b65132 td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.b65132 td:first-child { font-weight: 600; color: var(--text-primary); }
.b65132 tbody tr:last-child td { border-bottom: none; }
.b65132 tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.iqsyi .b65132 th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.j7qwnc .b65132 th, .j7qwnc .b65132 td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.j7qwnc .b65132 th + th, .j7qwnc .b65132 td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.j7qwnc .b65132 tbody tr:last-child td { border-bottom: none; }
.h8a5qjee .j7qwnc .b65132 th + th, .g7w94 .j7qwnc .b65132 th + th,
.gxen0.j7qwnc .b65132 th + th { border-left-color: rgba(255,255,255,0.16); }
.ynvqq .b65132 tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.ar4ponwc { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.uw9sufyx {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.uw9sufyx:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.pfvsl, .acov .pfvsl {
  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;
}
.cx2o4ln .pfvsl { border-radius: 50%; padding: 14px; }
.a99zd .uw9sufyx { align-items: center; text-align: center; }
.a99zd .aaf96i { text-align: left; }
.a99zd .kicdzuw7 { margin-left: auto; margin-right: auto; }
.bvj3zv6x, .wywmn .bvj3zv6x, .tj94pqy .bvj3zv6x {
  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));
}
.nn68x { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.aaf96i { 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); }
.aaf96i li { margin-bottom: 6px; line-height: var(--lh-snug); }
.inny .bvj3zv6x { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.inny .bvj3zv6x::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.a99zd.inny .bvj3zv6x, .cx2o4ln.inny .bvj3zv6x { align-items: center; }
.nlmht .uw9sufyx { padding-left: 0; padding-right: 0; }
.nlmht .uw9sufyx:hover { transform: none; box-shadow: none; }
.uw9sufyx, .tj94pqy .uw9sufyx { background: var(--bg-card); box-shadow: var(--sh-card); }
.sqqv .uw9sufyx, .ivii13pl .uw9sufyx { box-shadow: var(--sh-card); }
.nlmht .uw9sufyx, .sqqv .nlmht .uw9sufyx { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .ar4ponwc:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .ar4ponwc:has(> :nth-child(5):last-child) .uw9sufyx { padding: 20px 16px 18px; }
  .ar4ponwc:has(> :nth-child(6):last-child), .ar4ponwc:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ar4ponwc:has(> :nth-child(7):last-child), .ar4ponwc:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .tku5 li, [dir="rtl"] .kl18wd .tku5 li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .kl18wd .tku5 li { padding-right: 28px; }
[dir="rtl"] .tku5 li::before { left: auto; right: 0; }
[dir="rtl"] .kl18wd .tku5 li::before { left: auto; right: 6px; }
[dir="rtl"] .tku5 li::after { left: auto; right: 9px; }
[dir="rtl"] .pgsr1ws7 li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .pgsr1ws7 li::before { left: auto; right: 0; }
[dir="rtl"] .aaf96i { padding-left: 0; padding-right: 0; }
[dir="rtl"] .aaf96i li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .aaf96i li::before { left: auto; right: 0; }
[dir="rtl"] .t0nj5 li, [dir="rtl"] .iol5m li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .t0nj5 li::before, [dir="rtl"] .iol5m li::before { left: auto; right: 0; }
[dir="rtl"] .yxd2oixk .p98y6, [dir="rtl"] .yxd2oixk .uzcp { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .yxd2oixk .p98y6 { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .yxd2oixk .uzcp { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .e4ys5y .uzcp { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .dy8jr9, [dir="rtl"] .nah4l6q .dy8jr9, [dir="rtl"] .a1egy1q .dy8jr9 { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .xer7do .dy8jr9, [dir="rtl"] .iutv .dy8jr9, [dir="rtl"] .bgxzjizh .dy8jr9 { border-right: none; }
[dir="rtl"] .g206dfg3 h2.zi6i9f { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .jkdkx .uw9sufyx { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .uw9sufyx { align-items: flex-start; text-align: right; }
[dir="rtl"] .b65132 th, [dir="rtl"] .b65132 td { text-align: right; }
[dir="rtl"] .j7qwnc .b65132 th + th, [dir="rtl"] .j7qwnc .b65132 td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .b6q7ropf .c5wdv, [dir="rtl"] .p1f63c .c5wdv summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .c5wdv summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .vnyew950 .smn14ni2:not(.siwrky) .ai7glz:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .ai7glz { gap: 0 14px; padding: 16px; }
  .ai7glz::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .t97a4n, .tw2acp { flex: 1 1 0; min-width: 0; }
  .oc28n8 { flex: 0 0 auto; }
  .u622wbr { align-self: center; }
  
  .dlr0v, .jltg4irt, .co9xbg,
  .jpeupvbh, .u3e0h92, .xbnji2,
  .jwsw, .heff, .m2kwk {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .dlr0v, .jltg4irt, .co9xbg { flex-basis: 100%; min-width: 100%; }
  
  .i1hu08, .euyxr { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .g9yevb8, .eau8i { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .eau8i .enl5:nth-child(n+3) { display: inline-block; }
  .eau8i .enl5:nth-child(n+4) { display: none; }
  
  .wp7be, .w5voxo { margin-top: 16px; }
  .efq1m { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .jpeupvbh, .u3e0h92, .xbnji2,
  .jwsw, .heff, .m2kwk { flex-basis: 100%; min-width: 100%; }
}
.ibbl6.vgx5, .ws8s .ibbl6.vgx5, .m7p7s0n .ibbl6.vgx5,
.mqosj .ibbl6.vgx5, .grue .ibbl6.vgx5,
.qnyr.vgx5, .ws8s .qnyr.vgx5, .m7p7s0n .qnyr.vgx5,
.mqosj .qnyr.vgx5, .grue .qnyr.vgx5 {
  background: transparent; padding: 0; width: auto; height: auto;
}
.ws8s .ibbl6.vgx5 .dznr, .m7p7s0n .ibbl6.vgx5 .dznr,
.mqosj .ibbl6.vgx5 .dznr, .grue .ibbl6.vgx5 .dznr { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .ibbl6.vgx5 .dznr { max-height: 64px; max-width: 64px; }
  
  .eau8i { flex-wrap: wrap; overflow: visible; }
  .eau8i .enl5 { max-width: 100%; }
}
.je7e { display: none; }
.ravwd, .thobbz { display: contents; }
.de4kszf3, .bgxzjizh .de4kszf3, .a1egy1q .de4kszf3 { background: transparent !important; }
.bdl4h .f1oc, .bdl4h .hupw5dl2, .bdl4h .ks17d4bx { background: var(--bg-surface); color: var(--text-body); }
.dh3t { align-items: center; gap: 10px; }
.dh3t strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.qxzju {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px var(--rv-pad, 24px); border-top: var(--bw-hair) solid var(--border-alt);
  background: var(--bg-card);
}
.y2ck8 { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.y2ck8 em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.y2ck8 b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.qxzju .hu2j76nt { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .qxzju { flex-direction: column; align-items: stretch; }
  .qxzju .hu2j76nt { text-align: center; }
}
@media (min-width: 900px) {
  .pw1u7y .keirb, .pw1u7y.r00lpjp .keirb { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .pw1u7y .w2jqc:has(> .ravwd) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .pw1u7y .w2jqc:has(> .ravwd) > .qxzju { display: none; }

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

  .pw1u7y .thobbz { display: flex; flex-direction: column; min-width: 0; }
  .pw1u7y .thobbz .r0sll { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .pw1u7y .thobbz .r0sll img.pud8qs7c { max-height: 250px; }
  .pw1u7y .thobbz .ddlnf { flex: 1 1 auto; }
  
  .pw1u7y .thobbz .dz5ax6q { grid-template-columns: 1fr 1fr; gap: 20px; }
  .pw1u7y .thobbz .bdl4h { flex-wrap: wrap; }
  .pw1u7y .thobbz .f04qj8r { flex: 0 0 auto; margin: 0 8px 0 0; }
  .pw1u7y .w2jqc:last-child:nth-child(odd) { grid-column: auto; }
  
  .pw1u7y.fcjwpgdd .oychh83r, .pw1u7y.dgdass .oychh83r { background: none; }
}
[dir="rtl"] .pw1u7y .ravwd .uehi2vut b { text-align: left; }
[dir="rtl"] .pw1u7y .ravwd .uehi2vut > .xryj b { text-align: right; }
[dir="rtl"] .pw1u7y .thobbz .f04qj8r { margin: 0 0 0 8px; }
.a5epba .w2jqc .r0sll { order: -1; }
.a5epba .w2jqc .r0sll img.pud8qs7c { max-height: 210px; width: 100%; }
.a5epba .w2jqc:has(.r0sll) .oychh83r { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.a5epba .w2jqc:has(.r0sll) .k6y38bls { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.a5epba.a0a4l .w2jqc:has(.r0sll) .k6y38bls { border-radius: 50%; }
.a5epba .w2jqc:has(.r0sll) .pxdozpo,
.a5epba .w2jqc:has(.r0sll) .ily44tvi { padding-top: 52px; }
.a5epba.fcjwpgdd .oychh83r, .a5epba.dgdass .oychh83r { background: none; }
.qgr2 .w2jqc .r0sll { display: none; }
.qgr2 .w2jqc { --rv-pad: 20px; }
.qgr2 .je9vc1 { font-size: var(--fs-sm); line-height: 1.65; }
.qgr2 .ddlnf { gap: 16px; }
.qgr2 .bdl4h + .bdl4h { display: none; }
.qgr2 .k6y38bls.vgx5, .qgr2 .k6y38bls.vgx5 img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.cx2o4ln .uw9sufyx { align-items: center; text-align: center; }
.cx2o4ln .aaf96i { text-align: left; }
.vzqjgct .ar4ponwc, .vzqjgct .ar4ponwc:has(> :nth-child(5):last-child),
.vzqjgct .ar4ponwc:has(> :nth-child(6):last-child), .vzqjgct .ar4ponwc:has(> :nth-child(7):last-child),
.vzqjgct .ar4ponwc:has(> :nth-child(8):last-child), .vzqjgct .ar4ponwc:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.vzqjgct .uw9sufyx { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.vzqjgct .pfvsl, .vzqjgct .kicdzuw7 { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.vzqjgct .bvj3zv6x, .vzqjgct .nn68x, .vzqjgct .aaf96i { grid-column: 2; }
.vzqjgct .uw9sufyx > .bvj3zv6x:first-child, .vzqjgct .uw9sufyx > .bvj3zv6x:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .vzqjgct .uw9sufyx { direction: rtl; }
.es8gxy .uw9sufyx { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.es8gxy .pfvsl {
  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;
}
.es8gxy .bvj3zv6x, .es8gxy .nn68x { padding-left: 22px; padding-right: 22px; }
.es8gxy .aaf96i { margin-left: 22px; margin-right: 22px; }
.es8gxy .ar4ponwc:has(> :nth-child(5):last-child) .uw9sufyx { 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"); }
.aaf96i { padding-left: 0 !important; }
.aaf96i li { padding-left: 22px; margin-bottom: 8px; }
.aaf96i 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"] .aaf96i li { padding-left: 0; padding-right: 22px; }
.uehi2vut:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .pw1u7y .w2jqc:has(> .ravwd) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .pw1u7y .w2jqc:has(> .ravwd) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .pw1u7y .ravwd { background: none; align-self: start; position: sticky; top: 96px; }
  .pw1u7y .ravwd .uehi2vut { align-items: stretch; }
  .pw1u7y .ravwd .ily44tvi { margin-top: 0; padding: 20px 0 0; }
  .pw1u7y .ravwd .pxdozpo { padding: 0; }
  
  .pw1u7y.dexnu .ravwd .k6y38bls { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .pw1u7y.dexnu .ravwd .k6y38bls:not(.vgx5) { width: 112px; height: 112px; padding: 6px; }
}
.a5epba.dexnu .oychh83r { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.a5epba.dexnu .k6y38bls { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.a5epba.dexnu .pxdozpo, .a5epba.dexnu .ily44tvi { padding-left: 0; padding-right: 0; padding-bottom: 0; }
.vzqjgct .ar4ponwc, .vzqjgct .ar4ponwc:has(> :nth-child(5):last-child),
.vzqjgct .ar4ponwc:has(> :nth-child(6):last-child), .vzqjgct .ar4ponwc:has(> :nth-child(7):last-child),
.vzqjgct .ar4ponwc:has(> :nth-child(8):last-child), .vzqjgct .ar4ponwc:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.vzqjgct .ar4ponwc > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.vzqjgct .uw9sufyx { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.vzqjgct .pfvsl, .vzqjgct .kicdzuw7 { position: absolute; left: 22px; top: 22px; margin: 0; }
.vzqjgct .uw9sufyx:not(:has(.pfvsl, .kicdzuw7)) { padding-left: 22px; }
[dir="rtl"] .vzqjgct .uw9sufyx { padding: 22px 104px 22px 22px; }
[dir="rtl"] .vzqjgct .pfvsl, [dir="rtl"] .vzqjgct .kicdzuw7 { left: auto; right: 22px; }
@media (max-width: 700px) { .vzqjgct .ar4ponwc { grid-template-columns: minmax(0, 1fr) !important; } }
.vzqjgct .ar4ponwc .uw9sufyx { padding: 22px 22px 22px 104px !important; }
.vzqjgct .ar4ponwc .uw9sufyx:not(:has(.pfvsl, .kicdzuw7)) { padding-left: 22px !important; }
[dir="rtl"] .vzqjgct .ar4ponwc .uw9sufyx { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .dz5ax6q, .lt5x { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .e4ys5y .uzcp, [dir="rtl"] .e4ys5y .uzcp {
    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;
  }
  
  .a5epba .w2jqc:has(.r0sll) .pxdozpo { padding-top: 0; }
}
.ewge p, .pakkjaa1, .jahyrv, .idx4, .p9ip,
.c9oyxea, .np10hwu, .fzuaoaf9, .qu0d p, .pb4vfga p { color: var(--text-body); }
.huc4h1h { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.qpzhzs0, .tqdn .qpzhzs0, .i2ttf,
.vw74, .c2mbk3ho, .xax7,
.qu0d h2, .qu0d h3, .n8tbtk6 h2, .yzevch 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;
}
.j82nmuys { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.jfkxyi5w { font-weight: 700; letter-spacing: -0.02em; }
.jahyrv, .idx4 { list-style: none !important; padding-left: 0; }
.jahyrv li, .idx4 li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.jahyrv li::marker, .idx4 li::marker { content: ""; }
.jahyrv li::before, .idx4 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"] .jahyrv li, [dir="rtl"] .idx4 li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .jahyrv li::before, [dir="rtl"] .idx4 li::before { left: auto; right: 6px; }
.pb4vfga, .cema1, .qu0d { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.laz4a { border: none; box-shadow: var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.ewge a:not(.hu2j76nt):not(.e16zlcu) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .pr8fvq42 .nd9ss {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .pr8fvq42 .cqq7 { 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); }
  .pr8fvq42 .l2b6 { flex: 1 1 0; min-width: 0; }
  .pr8fvq42 .dvhqzkq {
    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;
  }
  .pr8fvq42 .t23gy4 { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .dw8v { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.edd82gx h1, .edd82gx h2, .edd82gx h3, .edd82gx .uhh8ch,
.edd82gx h2.zi6i9f, .edd82gx h1.zi6i9f { font-weight: 600; }
.mfio9ms2 h1, .mfio9ms2 h2, .mfio9ms2 h3, .mfio9ms2 .uhh8ch,
.mfio9ms2 h2.zi6i9f, .mfio9ms2 h1.zi6i9f { font-weight: 700; }
.c9lm3 h1, .c9lm3 .uhh8ch, .c9lm3 h1.zi6i9f,
.l7w4kwt.edd82gx .uhh8ch { font-weight: 600; }
h3.p22ahbf, .mfio9ms2 h3.p22ahbf, .pxdozpo h3, .mfio9ms2 .pxdozpo h3 { font-weight: 600; }
.l9ub .z8grurn a, .s4j7 .z8grurn a { font-weight: 600; }
.dciq0p .riahc { font-weight: 600; }
.dciq0p .j9gdz52c { font-weight: 700; }
.wt8svyg { font-weight: 600; }
.j9gdz52c { font-weight: 700; }
.klj149gt { font-weight: 400; }
.omv3iy { display: block; }
.xuak { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.xuak .cw66b { margin: 20px 0 8px; }
.y1sc { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .xuak { padding: 0 16px; } }
@media (min-width: 1100px) {
  .c69b1jj .eilf, .y19p7 .eilf, .bxw8i824 .eilf,
  .c69b1jj .omv3iy, .y19p7 .omv3iy, .bxw8i824 .omv3iy { max-width: 1280px; }
  .c69b1jj .omv3iy, .y19p7 .omv3iy, .bxw8i824 .omv3iy {
    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;
  }
  .y19p7 .omv3iy, .bxw8i824 .omv3iy { grid-template-columns: minmax(0, 1fr) 264px; }
  .y19p7 .xuak, .bxw8i824 .xuak { order: 2; }
  .c69b1jj .xuak, .y19p7 .xuak, .bxw8i824 .xuak {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .c69b1jj .oppw8m5n, .y19p7 .oppw8m5n, .bxw8i824 .oppw8m5n {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .c69b1jj .d3fpqt .ctvpgdzo, .y19p7 .d3fpqt .ctvpgdzo,
  .bxw8i824 .d3fpqt .ctvpgdzo { max-width: none; padding-left: 0; padding-right: 0; }
  .c69b1jj .d3fpqt > .y1sc:first-child, .y19p7 .d3fpqt > .y1sc:first-child,
  .bxw8i824 .d3fpqt > .y1sc:first-child { padding-top: 0; }
  .c69b1jj .d3fpqt > .y1sc:first-child .ctvpgdzo, .y19p7 .d3fpqt > .y1sc:first-child .ctvpgdzo,
  .bxw8i824 .d3fpqt > .y1sc:first-child .ctvpgdzo { padding-top: 0; }

  
  .c69b1jj .xuak .cw66b, .y19p7 .xuak .cw66b, .bxw8i824 .xuak .cw66b {
    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;
  }
  .c69b1jj .xuak .xtvz34, .y19p7 .xuak .xtvz34, .bxw8i824 .xuak .xtvz34 {
    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);
  }
  .c69b1jj .xuak .an265z, .y19p7 .xuak .an265z, .bxw8i824 .xuak .an265z {
    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);
  }
  .c69b1jj .xuak .an265z li, .y19p7 .xuak .an265z li, .bxw8i824 .xuak .an265z li {
    display: block !important; margin: 0 !important;
  }
  .c69b1jj .xuak .an265z li::before, .y19p7 .xuak .an265z li::before, .bxw8i824 .xuak .an265z li::before,
  .c69b1jj .xuak .an265z li::after, .y19p7 .xuak .an265z li::after, .bxw8i824 .xuak .an265z li::after,
  .c69b1jj .xuak .an265z a::before, .y19p7 .xuak .an265z a::before, .bxw8i824 .xuak .an265z a::before {
    content: none !important; display: none !important;
  }
  .c69b1jj .xuak .an265z a, .y19p7 .xuak .an265z a, .bxw8i824 .xuak .an265z 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;
  }
  .c69b1jj .xuak .an265z a:hover, .y19p7 .xuak .an265z a:hover, .bxw8i824 .xuak .an265z a:hover { color: var(--text-primary) !important; }
  .c69b1jj .xuak .an265z a.dngp, .y19p7 .xuak .an265z a.dngp, .bxw8i824 .xuak .an265z a.dngp {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .bxw8i824 .tc192 {
    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);
  }
  .ydmnqh0 { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .zyqx3 { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .gk1pol { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .a0a4l .gk1pol { border-radius: 50%; }
  .ogwe3lk5 { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .lyks { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .i99g1ek { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .xuak .an265z { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .c69b1jj .xuak .an265z a, [dir="rtl"] .y19p7 .xuak .an265z a, [dir="rtl"] .bxw8i824 .xuak .an265z 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"] .c69b1jj .xuak .an265z a.dngp, [dir="rtl"] .y19p7 .xuak .an265z a.dngp, [dir="rtl"] .bxw8i824 .xuak .an265z a.dngp { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .zayhdh .xuak .an265z, [dir="rtl"] .vgw0ep .xuak .an265z,
[dir="rtl"].zayhdh .xuak .an265z, [dir="rtl"].vgw0ep .xuak .an265z { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .xuak .an265z { border-right: none; } }
.vgw0ep .xuak {
  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);
}
.vgw0ep .xuak .cw66b {
  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;
}
.vgw0ep .xuak .xtvz34 { display: none !important; }
.vgw0ep .xuak .an265z {
  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;
}
.vgw0ep .xuak .an265z::-webkit-scrollbar { display: none; }
.vgw0ep .xuak .an265z li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.vgw0ep .xuak .an265z li::before, .vgw0ep .xuak .an265z li::after,
.vgw0ep .xuak .an265z a::before { content: none !important; display: none !important; }
.vgw0ep .xuak .an265z 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;
}
.vgw0ep .xuak .an265z li:first-child a { padding-left: 0 !important; }
.vgw0ep .xuak .an265z a:hover { color: var(--text-primary) !important; }
.vgw0ep .xuak .an265z a.dngp { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.vgw0ep .y1sc { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .vgw0ep .xuak .cw66b { padding: 0 16px !important; } }
.vgw0ep .xuak .an265z {
  -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;
}
.vgw0ep .xuak .cw66b { overflow: hidden; }
.kl18wd .tku5 li::before, .jahyrv li::before, .idx4 li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .uhqf, .j38r, .aghpu, .eo8pmhss { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .de4kszf3, .oaszo9i { display: block !important; }
  .de4kszf3 .l9kc, .oaszo9i .l9kc { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .de4kszf3 .l9kc, [dir="rtl"] .oaszo9i .l9kc { float: right; margin: 0 0 0 8px; }
  .de4kszf3 strong, .oaszo9i strong { line-height: 18px; margin-bottom: 8px; }
  .de4kszf3 p, .oaszo9i p { clear: both; }
  .w2jqc { --rv-pad: 18px; }
  .ddlnf { gap: 16px; }
}
.gl22 .uxjn4s0, .ncr9ypht .uxjn4s0, .jlwza8qd .uxjn4s0, .x4bw .uxjn4s0 { color: var(--text-primary); }
.gl22 .uxjn4s0 .qv71r { color: var(--tone-link, var(--accent)); }
.gl22 .uxjn4s0:not(:has(.qv71r))::first-letter { color: var(--tone-link, var(--accent)); }
.gl22 .uxjn4s0 { display: inline-block; }
.x4bw .uxjn4s0::after { content: "."; color: var(--tone-mark, var(--accent)); }
.jlwza8qd .uxjn4s0 { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.ncr9ypht .uxjn4s0 { font-weight: 700; letter-spacing: -0.035em; }
.hig8bnh .uxjn4s0, .sxbp39u .uxjn4s0,
.hig8bnh .uxjn4s0 .qv71r, .sxbp39u .uxjn4s0 .qv71r { color: #fff !important; }
.hig8bnh.x4bw .uxjn4s0::after, .sxbp39u.x4bw .uxjn4s0::after { color: rgba(255,255,255,0.7); }
.hig8bnh.gl22 .uxjn4s0::first-letter, .sxbp39u.gl22 .uxjn4s0::first-letter { color: #fff; }
.k3zx9w .d3fpqt > .y1sc:nth-of-type(even) .xneit { display: none; }
.ixuy9 .d3fpqt > .y1sc .xneit { display: none; }
.ixuy9 .d3fpqt > .y1sc:nth-of-type(-n+2) .xneit { display: block; }
.n05kfe .xneit { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.n05kfe .xneit .pvu8 { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .n05kfe .xneit .pvu8 { aspect-ratio: 16 / 7; } }
.pdhh1u .xneit .pvu8 { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.pdhh1u .xneit::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.pdhh1u .xneit, .e8ug8z .xneit { border-radius: var(--r-card); isolation: isolate; }
.e8ug8z .xneit .pvu8 { filter: grayscale(1) contrast(1.1); }
.fp5e, .fp5e.sexi3yb { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.fp5e .afh5yuzp { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.fp5e .uhh8ch { 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; }
.fp5e .klj149gt { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.fp5e .afh5yuzp::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.fp5e ~ .gp6mff6j .nasw1e { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .c69b1jj .fp5e .afh5yuzp, .y19p7 .fp5e .afh5yuzp, .bxw8i824 .fp5e .afh5yuzp { max-width: 1280px; }
}
@media (max-width: 640px) { .fp5e { padding-top: 24px; } .fp5e .afh5yuzp { padding: 0 16px; } .fp5e .uhh8ch { font-size: var(--fs-h2); max-width: none; } }
.pmnhg7z, .pmnhg7z.sexi3yb, .k51e, .k51e.sexi3yb {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.pmnhg7z .afh5yuzp, .k51e .afh5yuzp { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.s9t98srr.dyusbi, .s9t98srr.dyusbi.sexi3yb { min-height: 0 !important; padding: 48px 0; }
.siwrky .j9gdz52c {
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25;
}
.siwrky .dlr0v, .siwrky .jltg4irt, .siwrky .co9xbg { background: var(--tone-fill-raw, var(--accent-bg)); }
.siwrky .ai7glz { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.siwrky .ai7glz::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .siwrky .ai7glz {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .siwrky .lx94, .siwrky .oc28n8, .siwrky .t97a4n, .siwrky .tw2acp,
  .siwrky .dlr0v, .siwrky .wp7be, .siwrky .w5voxo {
    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;
  }
  
  .sexi3yb .siwrky, .siwrky.mto7pk, .siwrky.lhqzpy0n, .siwrky.eff7ur {
    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;
  }
  .sexi3yb .siwrky::-webkit-scrollbar { display: none; }
  .sexi3yb .siwrky .ai7glz { flex: 0 0 74% !important; scroll-snap-align: center; }
  .pmnhg7z, .k51e { padding: 32px 0 24px; }
  .s9t98srr.dyusbi { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .k51e, .pmnhg7z, .s9t98srr.dyusbi { overflow-x: clip; max-width: 100vw; }
  .k51e .afh5yuzp, .pmnhg7z .afh5yuzp, .dyusbi .ohfm7l, .dyusbi .ai68 { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .sexi3yb .siwrky { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.btav35u, .btav35u.sexi3yb, .f633m3wv, .f633m3wv.sexi3yb {
  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);
}
.fv82yza .btav35u, .fv82yza .f633m3wv { --hero-fg: var(--b-900); --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-700); }
.btav35u { background: linear-gradient(120deg, var(--hero-a, var(--b-900)) 0%, var(--hero-b, var(--b-800)) 100%); padding: 36px 0 40px; }
.fv82yza .btav35u { border-bottom: var(--bw-hair) solid var(--b-200); }
.btav35u .afh5yuzp, .f633m3wv .afh5yuzp {
  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;
}
.btav35u .afh5yuzp { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.qhc0hw .afh5yuzp:has(.vnybxf8h) { grid-template-columns: minmax(0, 1fr) 320px; }
.btav35u .uhh8ch, .f633m3wv .uhh8ch, .fp5e .uhh8ch {
  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;
}
.btav35u .uhh8ch, .f633m3wv .uhh8ch { color: var(--hero-fg) !important; }
.btav35u .klj149gt, .f633m3wv .klj149gt {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.vnybxf8h 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); }
.gnysnou { margin: 0; }
.gnysnou .nasw1e, .gnysnou .nasw1e * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.gnysnou .nasw1e { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.btav35u .gnysnou .nasw1e, .btav35u .gnysnou .nasw1e a, .btav35u .gnysnou .nasw1e span,
.f633m3wv .gnysnou .nasw1e, .f633m3wv .gnysnou .nasw1e a, .f633m3wv .gnysnou .nasw1e span { color: var(--hero-fg-dim) !important; }
.btav35u .gnysnou .nasw1e a, .f633m3wv .gnysnou .nasw1e a { color: var(--hero-fg) !important; font-weight: 600; }
.fp5e .gnysnou { margin: 0 0 14px; }
.fp5e .gnysnou .nasw1e { color: var(--text-muted); }
.fp5e .afh5yuzp::after { margin-top: 22px; }
.f633m3wv .uhh8ch { max-width: 24ch; }
@media (min-width: 1100px) {
  .c69b1jj .btav35u .afh5yuzp, .y19p7 .btav35u .afh5yuzp, .bxw8i824 .btav35u .afh5yuzp,
  .c69b1jj .f633m3wv .afh5yuzp, .y19p7 .f633m3wv .afh5yuzp, .bxw8i824 .f633m3wv .afh5yuzp { max-width: 1280px; }
}
@media (max-width: 760px) {
  .btav35u { padding: 24px 0 26px; }
  .btav35u .afh5yuzp, .f633m3wv .afh5yuzp { padding: 0 16px; }
  .qhc0hw .afh5yuzp:has(.vnybxf8h) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .vnybxf8h { display: none; }
  .f633m3wv { padding-top: 12px; }
  .xkvv1 { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .rhxge { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .rhxge img { width: 48px; height: 48px; flex: 0 0 48px; }
  .zp466r { flex: 0 0 auto; }
  .eac0 { flex: 1 1 0; min-width: 0; }
  .btav35u .uhh8ch, .f633m3wv .uhh8ch, .fp5e .uhh8ch { font-size: 25px !important; max-width: none; }
  .btav35u .klj149gt, .f633m3wv .klj149gt { font-size: 15px; }
}
.mt8g .klj149gt, .s9t98srr .klj149gt, .y3j3h6eg .klj149gt { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .xt4ocv0 .smn14ni2:not(.siwrky), .coao5 .smn14ni2:not(.siwrky) {
    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;
  }
  .xt4ocv0 .smn14ni2:not(.siwrky) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .xt4ocv0 .smn14ni2:not(.siwrky):has(> :nth-child(5):last-child),
  .xt4ocv0 .smn14ni2:not(.siwrky):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .xt4ocv0 .smn14ni2:not(.siwrky):has(> :nth-child(3):last-child),
  .xt4ocv0 .smn14ni2:not(.siwrky):has(> :nth-child(6):last-child),
  .xt4ocv0 .smn14ni2:not(.siwrky):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .coao5 .smn14ni2:not(.siwrky) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .xt4ocv0 .smn14ni2:not(.siwrky) > .ai7glz,
  .coao5 .smn14ni2:not(.siwrky) > .ai7glz: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;
  }
  .xt4ocv0 .smn14ni2:not(.siwrky) > .ai7glz:hover,
  .coao5 .smn14ni2:not(.siwrky) > .ai7glz:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .xt4ocv0 .ai7glz .lx94, .coao5 .ai7glz:nth-child(-n+3) .lx94 {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .xt4ocv0 .ai7glz .oc28n8, .xt4ocv0 .ai7glz .t97a4n, .xt4ocv0 .ai7glz .tw2acp,
  .coao5 .ai7glz:nth-child(-n+3) .oc28n8, .coao5 .ai7glz:nth-child(-n+3) .t97a4n,
  .coao5 .ai7glz:nth-child(-n+3) .tw2acp { order: -2; padding: 0; gap: 12px; }
  .xt4ocv0 .ai7glz .ibbl6, .coao5 .ai7glz:nth-child(-n+3) .ibbl6 {
    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;
  }
  .xt4ocv0 .ai7glz .dznr, .coao5 .ai7glz:nth-child(-n+3) .dznr { max-height: 88px !important; max-width: 88% !important; }
  .xt4ocv0 .ai7glz .wt8svyg, .coao5 .ai7glz:nth-child(-n+3) .wt8svyg { padding: 0 16px; font-size: var(--fs-body); }
  .xt4ocv0 .ai7glz .u622wbr, .coao5 .ai7glz:nth-child(-n+3) .u622wbr { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .xt4ocv0 .ai7glz .wp7be, .xt4ocv0 .ai7glz .w5voxo,
  .coao5 .ai7glz:nth-child(-n+3) .wp7be, .coao5 .ai7glz:nth-child(-n+3) .w5voxo { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .xt4ocv0 .ai7glz .w5voxo::before, .coao5 .ai7glz:nth-child(-n+3) .w5voxo::before { display: none; }
  .xt4ocv0 .ai7glz .g9yevb8, .xt4ocv0 .ai7glz .eau8i,
  .coao5 .ai7glz:nth-child(-n+3) .g9yevb8, .coao5 .ai7glz:nth-child(-n+3) .eau8i { justify-content: center; }
  .xt4ocv0 .ai7glz .j9gdz52c, .coao5 .ai7glz:nth-child(-n+3) .j9gdz52c { font-size: var(--fs-sm); }
  
  .xt4ocv0 .ai7glz .n9ww8dqj, .coao5 .ai7glz:nth-child(-n+3) .n9ww8dqj { display: none; }
  
  .xt4ocv0 .smn14ni2:not(.siwrky) > .ai7glz::before,
  .coao5 .smn14ni2:not(.siwrky) > .ai7glz: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"] .xt4ocv0 .smn14ni2:not(.siwrky) > .ai7glz::before,
  [dir="rtl"] .coao5 .smn14ni2:not(.siwrky) > .ai7glz:nth-child(-n+3)::before { left: auto; right: 10px; }

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

  
  .xo428p .smn14ni2:not(.siwrky) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .xo428p .smn14ni2:not(.siwrky)::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);
  }
  .xo428p .smn14ni2:not(.siwrky) > .ai7glz { padding-top: 10px; padding-bottom: 10px; position: static; }
  .xo428p .smn14ni2:not(.siwrky) > .ai7glz:first-child { position: relative; }
  .xo428p .smn14ni2:not(.siwrky) .lx94 { position: static; }
  .xo428p .smn14ni2:not(.siwrky) .f2xl { display: none; }
  
  .xo428p .smn14ni2:not(.siwrky) > .ai7glz:first-child .f2xl {
    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;
  }
  .xo428p .ibbl6 { height: 64px !important; width: auto !important; }
  .xo428p .dznr { max-height: 56px !important; max-width: 120px !important; }
  .xo428p .t97a4n { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .xo428p .j9gdz52c { font-size: var(--fs-sm); }
  .xo428p .quj05yr.hu2j76nt { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .xo428p .mw75o .ai7glz::before, .xo428p.mw75o .ai7glz::before { top: 8px; bottom: 8px; }
  
  .xt4ocv0.mw75o .ai7glz::before { border-radius: var(--r-pill) !important; }
  .xt4ocv0.yfvk .ai7glz:nth-child(even), .coao5.yfvk .ai7glz:nth-child(even) { background: var(--bg-card) !important; }
  .xt4ocv0.zwir1a .ai7glz:first-child, .coao5.zwir1a .ai7glz:first-child { border-top: none !important; }
  .xt4ocv0.vnyew950 .smn14ni2:not(.siwrky) .ai7glz:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .xt4ocv0 .ai7glz .w5voxo, .coao5 .ai7glz:nth-child(-n+3) .w5voxo { display: flex !important; flex-direction: column; }
  
  .xo428p .smn14ni2:not(.siwrky) { 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; }
  .xo428p .smn14ni2:not(.siwrky) > .ai7glz { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .xo428p .smn14ni2:not(.siwrky) > .ai7glz + .ai7glz { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .xo428p .smn14ni2:not(.siwrky) > .ai7glz:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .xo428p .t97a4n, .xo428p .oc28n8, .xo428p .tw2acp { justify-content: flex-start; align-items: center; }
  .xo428p .w5voxo { --cs-link-h: 0px; }
  .xo428p .w5voxo .efq1m { display: none; }
}
.pgfqzlk9 { display: none; }
@media (min-width: 901px) {
  .xt4ocv0 .smn14ni2:not(.siwrky) .pgfqzlk9,
  .coao5 .smn14ni2:not(.siwrky) > .ai7glz:nth-child(-n+3) .pgfqzlk9 { display: block; }
}
body .sexi3yb.btav35u .uhh8ch, body .sexi3yb.f633m3wv .uhh8ch,
body section.btav35u .uhh8ch, body section.f633m3wv .uhh8ch { color: var(--hero-fg) !important; text-shadow: none !important; }
body .sexi3yb.fp5e .uhh8ch { text-shadow: none !important; }
@media (max-width: 760px) {
  .rhxge { width: auto; flex-wrap: wrap; }
  .ewplfs8g { flex: 1 0 100%; margin-top: 4px; }
}
.cjm4p { margin-top: 18px !important; }
.fp5e .cjm4p { margin: 16px 0 0 !important; }
.by61 .xl7jkq, .iht3ff2 .xl7jkq { display: block; }
@media (max-width: 640px) {
  .hig8bnh .z8grurn, .sxbp39u .z8grurn,
  .hig8bnh .z8grurn.x0gnx, .sxbp39u .z8grurn.x0gnx { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .hig8bnh .z8grurn a, .sxbp39u .z8grurn a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .ft55g .z8grurn, .ft55g .z8grurn.x0gnx { background: var(--b-50) !important; }
}
body .w2jqc .dh3t strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .w2jqc .dh3t strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.pw1u7y .w2jqc .ravwd .dh3t strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.btav35u, .f633m3wv { --hero-fg-soft: rgba(255,255,255,0.92); --hero-fg-dim: rgba(255,255,255,0.84); }
.fv82yza .btav35u, .fv82yza .f633m3wv { --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-800); }
.wlogdw, .jtnqa85, .w7z70z2r .wlogdw, .w7z70z2r .jtnqa85 { color: var(--text-muted); }
@media (max-width: 560px) {
  .k6y38bls.vgx5, .k6y38bls.vgx5 img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .n0mwgkds:has(> .mt8g, > .btav35u, > .s9t98srr) + .sfdek9e { margin-top: -38px; }
  
  .ylc1nmuy .n0mwgkds + .sfdek9e { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .c69b1jj .sfdek9e, .y19p7 .sfdek9e, .bxw8i824 .sfdek9e { max-width: 1280px; }
}
@media (max-width: 640px) {
  .ymom .j82nmuys { max-width: none; }
}
.j82nmuys, .uhh8ch, .qpzhzs0 { overflow-wrap: break-word; }
.jk218z1w > div > div, .ewge .rhghz3 > div { min-width: 0; }
.ewge p, .ewge li, .ewge td, .ewge a { overflow-wrap: anywhere; }
.w2jqc .k6y38bls.vgx5 { align-self: center; height: auto; aspect-ratio: 1 / 1; flex: 0 0 auto; }
body.dexnu .w2jqc .k6y38bls.vgx5 { border-radius: 0; align-self: stretch; aspect-ratio: auto; }
body.a5epba.dexnu .w2jqc .k6y38bls.vgx5 { align-self: flex-end; aspect-ratio: 1 / 1; }
body.a5epba.dexnu.a0a4l .w2jqc .k6y38bls.vgx5 { border-radius: 50%; }
body.a5epba.dexnu.obdrq3v .w2jqc .k6y38bls.vgx5 { border-radius: var(--r-card); }
@media (min-width: 900px) {
  body.pw1u7y.dexnu .w2jqc .ravwd .k6y38bls.vgx5 { aspect-ratio: 1 / 1; align-self: center; }
  body.pw1u7y.dexnu.a0a4l .w2jqc .ravwd .k6y38bls.vgx5 { border-radius: 50%; }
  body.pw1u7y.dexnu.obdrq3v .w2jqc .ravwd .k6y38bls.vgx5 { border-radius: var(--r-card); }
}
:root {
  --accent: #28808e;
  --brand: #28808e;
  --accent-light: #166772;
  --brand-light: #166772;
  --accent-bg: #f0f7f9;
  --accent-bg-light: #f0f7f9;
  --accent-pale: #c1e0e6;
  --brand-pale: #c1e0e6;
  --cta: #28808e;
  --cta-hover: #0a6e7c;
  --cta-fg: #ffffff;
  --cta-light: #439aa8;
  --text-primary: #1a2e31;
  --text-body: #34484c;
  --text-sub: #34484c;
  --text-muted: #52686b;
  --text-faint: #60767a;
  --text-dim: #60767a;
  --text-label: #52686b;
  --text-value: #1a2e31;
  --bg-page: #ffffff;
  --bg-surface: #e3f4f7;
  --bg-card: #ffffff;
  --bg-card-inner: #eef8fa;
  --bg-card-inner-raw: #eef8fa;
  --bg-raised: #d9eef1;
  --bg-hover: #e3f4f7;
  --border: #bfdadf;
  --border-alt: #d2e8ec;
  --border-section: #d2e8ec;
  --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: #e3f4f7;
  --bg-info: #e3f4f7;
  --c-tip-border: #1a2e31;
  --c-warn-border: #a86b03;
  --c-tag-pay: #e3f4f7;
  --grad-start: #28808e;
  --grad-end: #166772;
  --tone-fill: #e3f4f7;
  --tone-fill-2: #d9eef1;
  --tone-fill-raw: #e3f4f7;
  --tone-fill-2-raw: #d9eef1;
  --tone-fill-head: #1a2e31;
  --tone-fill-fg: #34484c;
  --tone-fill-muted: #4b6063;
  --tone-fill-head-raw: #1a2e31;
  --tone-fill-fg-raw: #34484c;
  --tone-fill-muted-raw: #4b6063;
  --sh-card: 0 0 0 1px rgba(26, 46, 49, 0.06), 0 1px 2px rgba(26, 46, 49, 0.05), 0 10px 24px -14px rgba(26, 46, 49, 0.18);
  --sh-lift: 0 0 0 1px rgba(26, 46, 49, 0.06), 0 2px 4px rgba(26, 46, 49, 0.06), 0 18px 36px -18px rgba(26, 46, 49, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #1a2e31;
  --tone-mark: #1a2e31;
  --tone-mark-fg: #ffffff;
  --tone-head: #1a2e31;
  --tone-sub: #1a2e31;
  --tone-link: #166772;
  --tone-th: #1a2e31;
  --tone-th-fg: #ffffff;
  --tone-chip: #e3f4f7;
  --tone-chip-fg: #34484c;
  --tone-soft: #d9eef1;
  --tone-soft-fg: #1a2e31;
  --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: #264764;
  --b-50: #f0f7f9;
  --s-50: #fef3ee;
  --n-50: #eff8f9;
  --b-100: #e0eef1;
  --s-100: #f9e7de;
  --n-100: #e3edef;
  --b-200: #c1e0e6;
  --s-200: #f8d0bd;
  --n-200: #cfdcde;
  --b-300: #91cdd8;
  --s-300: #f6af8c;
  --n-300: #b6c5c7;
  --b-400: #67b4c1;
  --s-400: #e38d62;
  --n-400: #98aaad;
  --b-500: #439aa8;
  --s-500: #cb7141;
  --n-500: #7c9094;
  --b-600: #28808e;
  --s-600: #ae5828;
  --n-600: #62787c;
  --b-700: #166772;
  --s-700: #8d4318;
  --n-700: #4b6063;
  --b-800: #0a4d56;
  --s-800: #6c300d;
  --n-800: #34484c;
  --b-900: #033137;
  --s-900: #461d04;
  --n-900: #1a2e31;
}
:root { --logo-bg-opacity: 41%; }
body, button, input { font-family: system-ui, -apple-system, sans-serif; }
.nroemj .sexi3yb, .nroemj .s9t98srr { min-height: 320px; }
.psgtef::before { content: '·'; font-size: 1.3em; line-height: 1; }