:root {
  --color-accent: #851084;
  --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);
}
.au00iwo {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.l51ejy {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.xpvwi440 {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.j7ayz6d { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.euznj3 { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.euznj3 a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.euznj3 a:hover { color: var(--accent-light); }
.rjlgo     .odzka { border-radius: var(--r-chip); }
.rjlgo .odzka li:first-child a { border-top-left-radius: var(--r-chip); border-top-right-radius: var(--r-chip); }
.rjlgo .odzka li:last-child a { border-bottom-left-radius: var(--r-chip); border-bottom-right-radius: var(--r-chip); }
.c5wwd1  .odzka li + li { border-top: var(--bw-hair) solid var(--border-alt); }
@media (max-width: 640px) {
  .odzka {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .zqa6kjh:hover .odzka,
  .zqa6kjh:focus-within .odzka { display: block; }
  .odzka li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.bskn {
  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);
}
.cglwh15l { display: none; }
@media (max-width: 640px) {
  .cglwh15l {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .cglwh15l.xuzo0mw { display: block; }
}
@media (max-width: 640px) {
  .bskn { display: block; }
  .euznj3 > li + li::before { display: none !important; }
  .euznj3 {
    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;
  }
  .euznj3.xuzo0mw { display: flex; }
  .euznj3 li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .euznj3 li:last-child a { border-bottom: none; }
}
.y64jut { min-height: 480px; }
.bgya {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.kwce088q { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.a62zp .kwce088q { margin-left: 0; margin-right: 0; }
.nc54f3 .xb07o9 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.nc54f3 .bgya { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.nc54f3 .kwce088q { color: #e2e8f0; }
.nc54f3.x12dw .xb07o9 { text-align: center; }
.nc54f3.a62zp   .xb07o9 { text-align: left; }
.nzmwx .xb07o9 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.nzmwx .bgya { color: var(--text-primary); text-shadow: none; }
.nzmwx .kwce088q { color: var(--text-muted); }
.nzmwx, .nzmwx.y64jut { min-height: auto !important; }
.nzmwx.x12dw .xb07o9 { text-align: center; }
.nzmwx.a62zp   .xb07o9 { text-align: left; }
.nzmwx~.shhhg05{position:static!important;left: auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin: 0 auto!important;padding: 0 24px 12px!important}
.nzmwx~.shhhg05 .oa6inrj3{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; }
}
.t9phtk .bgya { color: #fff; }
.t9phtk .kwce088q { color: rgba(255,255,255,0.85); }
.f5u62 .bgya { text-shadow: none; color: var(--text-primary); }
.f5u62 .kwce088q { color: var(--text-muted); }
body.rlimz .bgya {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.sze2symu .bgya {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.y64jut.t9phtk .bgya,
section.t9phtk .bgya {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.f5u62.a62zp   .gauox2b { align-items: flex-start; text-align: left; }
.y64jut .rr4t5e {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.rr4t5e .j2fvvbt {
  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;
}
.rr4t5e .j2fvvbt + .j2fvvbt { border-top: var(--bw-hair) solid var(--border-alt); }
.rr4t5e .fogx1j { align-items: center; text-align: center; width: 100%; }
.rr4t5e .vb8hjs {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.rr4t5e .gjfox3x3 { max-height: 64px; max-width: 140px; }
.rr4t5e .gjm32 {
  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%;
}
.rr4t5e .arhs86i,
.rr4t5e .rzlvqulo {
  font-size: var(--fs-sm);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.rr4t5e .pldzcf4.my7k {
  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;
}
.rr4t5e .pldzcf4.my7k:hover { opacity: 0.85; }
.rr4t5e .j2fvvbt,
.rr4t5e .j2fvvbt:hover,
.rr4t5e .j2fvvbt:nth-child(even),
.rr4t5e .j2fvvbt:nth-child(odd),
.rr4t5e .j2fvvbt:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.tuu9w .xb07o9 { padding-bottom: 24px; }
.ki7hkbh .xb07o9 { max-width: 1100px; }
@media (max-width: 700px) {
  .f5u62 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .f5u62:not(.d5fylxk) .jx21kl { display: none !important; }
  .d5fylxk .jx21kl { padding: 16px; }
  .gauox2b  { padding: 36px 24px; }
  .f5u62~.shhhg05,.qq8ur~.shhhg05{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .y64jut, .f5u62 { min-height: 320px !important; }
  .bgya { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .mahmkd8,
  .d2826,
  .d6k6 { grid-template-columns: 1fr !important; }

  

  
  .tuu9w { display: flex !important; flex-direction: column !important; }
  .tuu9w .xb07o9 { display: contents; }
  .tuu9w .f4kb { order: 0; }
  .tuu9w .bgya { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .tuu9w .mahmkd8 { order: 2; padding: 0 16px 12px !important; }
  .tuu9w .kwce088q { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .ki7hkbh .xb07o9 { display: flex; flex-direction: column; }
  .ki7hkbh .xb07o9 .bgya { order: 1; }
  .ki7hkbh .xb07o9 .d6k6 { order: 2; margin: 8px 0 24px !important; }
  .ki7hkbh .xb07o9 .kwce088q { order: 3; }
  .ki7hkbh .xb07o9 .gzefq0 { order: 4; align-self: center; margin-top: 0; }

  
  .f5u62.d5fylxk {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .f5u62.d5fylxk .gauox2b { display: contents; padding: 0; }
  .f5u62.d5fylxk .gauox2b .bgya { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .f5u62.d5fylxk .jx21kl { order: 2; padding: 12px 16px; }
  .f5u62.d5fylxk .gauox2b .kwce088q { order: 3; padding: 0 24px; margin: 0 auto; }
  .f5u62.d5fylxk .gauox2b .gzefq0 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.i4fzaih { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.bnps0d { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.zahn .i4fzaih        { border-radius: var(--r-card); }
.zahn .bnps0d  { border-radius: var(--r-card); }
.jqp8m9 .i4fzaih         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.jqp8m9 .bnps0d   { border-radius: var(--r-btn); }
.ioztslmq { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.dayf4 { width: 100%; padding: 32px 0; position: relative; }
.iwylv { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.o3ups83p .dayf4, .c14jos1 .dayf4 { background: transparent; }
.xkonc0r3 .lko6p > *,
.a78sxb > *, .zxd7n05g > *, .k0fkq6 > *, .hzke17 > *, .ezfw3ku > * {
  --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.xsulfpf { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.xsulfpf {
  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.wcn239d { 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; }
.juig7 h2.xsulfpf {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.t3mbvd h2.xsulfpf {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.sbwrleh h2.xsulfpf {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.x193h11 h2.xsulfpf::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.flbeq7 h2.xsulfpf {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.w3lany h2.xsulfpf::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.yjtvby h2.xsulfpf {
  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) { .bfz0ko63 { display: none; } }
.gswfk { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.w0oh4w7 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.rvrrgwhj {
  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;
}
.yzvlm4et { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.zpak { padding-left: 20px; }
.zpak li { margin-bottom: 8px; }
.zpak a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.zpak a:hover { color: var(--tone-link, var(--accent-light)); }
.x2t92bjp .yzvlm4et { display: none; }
.jyhzl68 .yzvlm4et { display: none; }
.jyhzl68 .zpak { padding-left: 0; list-style: none; }
.jyhzl68 .zpak li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.jyhzl68 .zpak a { font-size: var(--fs-sm); }
.yacf .rvrrgwhj { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.yacf .yzvlm4et { display: none; }
.yacf .zpak { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.yacf .zpak li { margin-bottom: 0; }
.yacf .zpak 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;
}
.yacf .zpak a:hover { border-color: var(--accent); color: var(--accent); }
.yre5yry .rvrrgwhj { padding: 20px 20px 16px; }
.yre5yry .zpak {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.yre5yry .zpak li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.yre5yry .zpak 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;
}
.yre5yry .zpak 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;
}
.yre5yry .zpak a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.yre5yry .zpak a:focus,
.yre5yry .zpak a:focus-visible,
.yre5yry .zpak a:target { outline: none; }
.yre5yry .zpak li:target a { border-color: var(--border); color: var(--text-muted); }
.dizs .rvrrgwhj { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.dizs .yzvlm4et { display: none; }
.dizs .zpak { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.dizs .zpak li { counter-increment: toc-n; margin-bottom: 0; }
.dizs .zpak 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;
}
.dizs .zpak 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;
}
.dizs .zpak a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.jmdeqi .rvrrgwhj { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.jmdeqi .yzvlm4et { display: none; }
.jmdeqi .zpak { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.jmdeqi .zpak li { margin-bottom: 0; }
.jmdeqi .zpak 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;
}
.jmdeqi .zpak a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.yt2s3lti .rvrrgwhj { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.yt2s3lti .yzvlm4et { display: none; }
.yt2s3lti .zpak { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.yt2s3lti .zpak li { margin-bottom: 0; }
.yt2s3lti .zpak li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.yt2s3lti .zpak li:last-child::after { content: ""; margin-right: 0; }
.yt2s3lti .zpak a { font-size: var(--fs-sm); }
.lko6p { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.xkonc0r3 .lko6p { background: var(--bg-card); }
.qd3it .lko6p { background: none; border-radius: 0; padding: 28px 0 8px; }
.qd3it .lko6p + .lko6p { border-top: var(--bw-hair) solid var(--border-section); }
.nt960a .lko6p {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.nt960a .lko6p:last-child { border-bottom: none; }
.ckuvv .lko6p {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.ckuvv .lko6p + .lko6p { margin-top: 4px; }
.af4un24u .lko6p { background: none; border-radius: 0; padding: 28px 0 8px; }
.af4un24u .lko6p + .lko6p { border-top: var(--bw-hair) solid var(--border-section); }
.u5k2fae { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.hqbko { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.di0yjiu { color: var(--text-body); margin-bottom: 16px; text-wrap: pretty; }
.rzmkxk, .mpsgp { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.rzmkxk li, .mpsgp li { margin-bottom: 8px; }
.mpsgp li { list-style: decimal; }
.k0fkq6 { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.ro01yy .k0fkq6,
.zxd7n05g .k0fkq6 { background: transparent; border: none; border-radius: 0; }
.t7pq8r { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.t7pq8r 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;
}
.t7pq8r td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.t7pq8r tr:hover td { background: var(--bg-hover); }
.s71p6r .t7pq8r tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.jz17n0h .t7pq8r { border: var(--bw-hair) solid var(--border-alt); }
.jz17n0h .t7pq8r th,
.jz17n0h .t7pq8r td { border: var(--bw-hair) solid var(--border-alt); }
.k2il7oxz .t7pq8r th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.k2il7oxz .t7pq8r td { border-bottom: none; }
.k2il7oxz .t7pq8r tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.uc0jqjsl .t7pq8r th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.sumgeq2 .k0fkq6 {
  overflow: hidden;
}
.sumgeq2 .t7pq8r th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.sumgeq2 .t7pq8r tr:last-child td { border-bottom: none; }
.x9dg1 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.ezfw3ku { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.kbrzffi6 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.fvspx { 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); }
.xnl1a { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.e6uu3mlf { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.e6uu3mlf 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%}
.amq7 .fvspx { background: transparent; text-align: center; }
.xbyz .kbrzffi6 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.nkeoblxe .kbrzffi6 {
  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);
}
.rywt2 .ezfw3ku { display: grid; grid-template-columns: auto 1fr; }
.rywt2 .kbrzffi6 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.rywt2 .fvspx { grid-column: 2; }
.rywt2 .xnl1a,
.rywt2 .e6uu3mlf { grid-column: 1 / -1; }
.vq6hd .ezfw3ku { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.vq6hd .kbrzffi6 {
  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);
}
.vq6hd .fvspx { grid-column: 2; }
.vq6hd .xnl1a,
.vq6hd .e6uu3mlf { grid-column: 1 / -1; }
.x3z4 .ezfw3ku { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.x3z4 .fvspx { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.dtzv6be4 .ezfw3ku { 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); }
.dtzv6be4 .fvspx { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.xv5gade2 .ezfw3ku { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.xv5gade2 .fvspx { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.cq7bsm .ezfw3ku { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.cq7bsm .fvspx { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.njw651 .x9dg1 { counter-reset: card-n; }
.njw651 .ezfw3ku  { counter-increment: card-n; }
.njw651 .fvspx { display: flex; align-items: center; gap: 12px; }
.njw651 .fvspx::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;
}
.zs3md .ezfw3ku { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.zs3md .fvspx { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.xn8x1f8 { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.xn8x1f8         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.nsrf5s     { --cl-hue: var(--tone-line, var(--accent)); }
.f9kbtm0b { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.nsrf5s, .f9kbtm0b, .k5apb7, .k3ts {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.kt76qbw { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.kt76qbw::before { color: var(--cl-hue); }
.xn8x1f8 strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.xn8x1f8 p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.bkh29 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.tna7f, .c7e6x { border-radius: var(--r-btn); padding: 16px; }
.tna7f { background: var(--bg-pros); }
.c7e6x { background: var(--bg-cons); }
.av714d8 { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.tna7f .av714d8 { color: var(--c-pros-label); }
.c7e6x .av714d8 { color: var(--c-cons-label, var(--c-cons)); }
.tna7f ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.c7e6x ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.bnps0d { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.my7k {
  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;
}
.my7k:hover { opacity: 0.85; }
.ois6b .my7k  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.ois6b .my7k:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ffm6 .my7k  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.ffm6 .my7k:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ois6b .pldzcf4.my7k, .ffm6 .pldzcf4.my7k,
.ois6b .khz1 .my7k, .ffm6 .khz1 .my7k {
  background: var(--cta); border: none; color: #fff;
}
.ois6b .pldzcf4.my7k:hover, .ffm6 .pldzcf4.my7k:hover,
.ois6b .khz1 .my7k:hover, .ffm6 .khz1 .my7k:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.pusd0gxz .my7k  { border-radius: var(--r-pill); }
.x64jb2 .my7k { box-shadow: none; }
.x64jb2 .my7k:hover { box-shadow: none; opacity: 1; }
.rx4eq3 .my7k { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.rx4eq3 .my7k:hover { opacity: 1; }
.rx4eq3 .my7k:active { transform: translateY(3px); box-shadow: none; }
.bsvc .my7k { box-shadow: none; }
.bsvc .my7k:hover { opacity: 1; box-shadow: none; }
.bsvc .my7k:active { box-shadow: none; }
.sf4zk6 .my7k { position: relative; overflow: hidden; }
.sf4zk6 .my7k::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.sf4zk6 .my7k:hover::before { left: 135%; }
.koc6mj .my7k { border-radius: 0; }
.y9kd4l .my7k  { padding-left: 12px; padding-right: 12px; }
.kkju .gzefq0 { padding-left: 44px; padding-right: 44px; }
.kkju .my7k  { padding-left: 24px; padding-right: 24px; }
.i3biw8yy .my7k  { padding-left: 32px; padding-right: 32px; }
.n6k8   .gzefq0::after, .n6k8   .my7k::after,
.k6agi6 .gzefq0::after, .k6agi6 .my7k::after,
.yya0    .gzefq0::after, .yya0    .my7k::after,
.qtjv3x8    .gzefq0::after, .qtjv3x8    .my7k::after,
.uwqn9i    .gzefq0::after, .uwqn9i    .my7k::after,
.vnj2zp     .gzefq0::after, .vnj2zp     .my7k::after,
.qylcmn1    .gzefq0::after, .qylcmn1    .my7k::after,
.j3jf   .gzefq0::after, .j3jf   .my7k::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;
}
.n6k8 .gzefq0::after, .n6k8 .my7k::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");
}
.k6agi6 .gzefq0::after, .k6agi6 .my7k::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");
}
.yya0 .gzefq0::after, .yya0 .my7k::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");
}
.qtjv3x8 .gzefq0::after, .qtjv3x8 .my7k::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");
}
.uwqn9i .gzefq0::after, .uwqn9i .my7k::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");
}
.vnj2zp .gzefq0::after, .vnj2zp .my7k::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");
}
.qylcmn1 .gzefq0::after, .qylcmn1 .my7k::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");
}
.j3jf .gzefq0::after, .j3jf .my7k::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");
}
.eq9v72rh   .w45ift::after, .eq9v72rh   .ygtqg6z::after,
.kx1qoy .w45ift::after, .kx1qoy .ygtqg6z::after,
.e0db451    .w45ift::after, .e0db451    .ygtqg6z::after,
.ssr2    .w45ift::after, .ssr2    .ygtqg6z::after,
.bz2s    .w45ift::after, .bz2s    .ygtqg6z::after,
.gfdxm     .w45ift::after, .gfdxm     .ygtqg6z::after,
.k8zqho    .w45ift::after, .k8zqho    .ygtqg6z::after,
.lt8vv5b6   .w45ift::after, .lt8vv5b6   .ygtqg6z::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;
}
.eq9v72rh .w45ift::after, .eq9v72rh .ygtqg6z::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");
}
.kx1qoy .w45ift::after, .kx1qoy .ygtqg6z::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");
}
.e0db451 .w45ift::after, .e0db451 .ygtqg6z::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");
}
.ssr2 .w45ift::after, .ssr2 .ygtqg6z::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");
}
.bz2s .w45ift::after, .bz2s .ygtqg6z::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");
}
.gfdxm .w45ift::after, .gfdxm .ygtqg6z::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");
}
.k8zqho .w45ift::after, .k8zqho .ygtqg6z::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");
}
.lt8vv5b6 .w45ift::after, .lt8vv5b6 .ygtqg6z::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");
}
.djgzxq {
  --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;
}
.j2fvvbt {
  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;
}
.j2fvvbt + .j2fvvbt { border-top: var(--bw-hair) solid var(--border-alt); }
.j2fvvbt > * { min-width: 0; }
.j2fvvbt:hover { background: var(--bg-hover); }
.j2fvvbt > [itemprop="item"] { display: contents; }
.j2fvvbt [itemprop="itemReviewed"],
.j2fvvbt [itemprop="reviewRating"] { display: none; }
.fogx1j {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.wnz9pz3z, .mhfe1w7, .sj5a61,
.pyvrr65, .bqxubjy, .ecqzopgv { align-items: center; text-align: center; }
.bqxubjy, .ecqzopgv { align-items: stretch; }
.o60yuqrr {
  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%;
}
.uolxq5ci {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.rzlvqulo { font-size: var(--fs-lead); font-weight: 700; }
.z14gdj0 .uolxq5ci {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.gjm32 {
  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;
}
.gj6j {
  font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-solid);
  color: var(--text-muted); font-variant-numeric: tabular-nums;
}
.vb8hjs {
  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;
}
.xuu6uuf .gjfox3x3 { max-height: 60px; max-width: 68px; }
.gjfox3x3 {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.mhfe1w7 .vb8hjs { width: 168px; }
.i6yaen .vb8hjs,
.i6yaen .kacyic,
.ynya .vb8hjs,
.ynya .kacyic,
.ryqqsz .vb8hjs,
.ryqqsz .kacyic,
.iuvocudp .vb8hjs,
.iuvocudp .kacyic,
.i6yaen .vb8hjs, .ynya .vb8hjs,
.ryqqsz .vb8hjs,  .iuvocudp .vb8hjs {
  width: 88px; height: 88px; padding: 12px;
}
.i6yaen .vb8hjs .gjfox3x3, .ynya .vb8hjs .gjfox3x3,
.ryqqsz .vb8hjs .gjfox3x3,  .iuvocudp .vb8hjs .gjfox3x3 {
  max-height: 60px; max-width: 68px;
}
.sw5bzg5 .vb8hjs, .sw5bzg5 .vb8hjs.xuu6uuf,
.sw5bzg5 .kacyic,   .sw5bzg5 .kacyic.xuu6uuf,
.pldzcf4.my7k {
  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;
}
.rr4t5e .j2fvvbt { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .j2fvvbt { gap: 16px; padding: 16px 16px; }
  .vb8hjs { width: 152px; height: 96px; }
  .gjfox3x3 { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .j2fvvbt {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .fogx1j { justify-content: flex-start; }
  
  .x77u, .ywdn { flex-direction: row; }
  
  .x77u .douj:nth-child(n+3) { display: none; }
  
  .wnz9pz3z {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .fogx1j { text-align: left; align-items: flex-start; }

  
  .mhfe1w7, .sj5a61, .v1hvui4 {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .pyvrr65 {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .mhfe1w7 .vb8hjs, .sj5a61 .vb8hjs,
  .v1hvui4 .vb8hjs { width: auto; height: 72px; }
  .gjfox3x3 { max-height: 72px; max-width: 128px; }
  .rzlvqulo { font-size: var(--fs-body); }
  .gjm32 { font-size: var(--fs-sm); }

  
  .arhs86i, .sq2b9, .e8br,
  .wzv7x, .mkkri, .p2zu1bax,
  .z14gdj0, .batg, .j0w02yo,
  .kxjj90, .gfbo {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .bqxubjy, .ecqzopgv { order: 4; flex: 1 0 100%; }
  .ecqzopgv { display: flex; flex-direction: column; }
  .ecqzopgv::before { display: none; }
  .pldzcf4.my7k { width: 100%; padding: 12px 20px !important; }
  .ykll6rns { text-align: left; }
}
@media (max-width: 560px) {
  .j2fvvbt { padding: 16px; gap: 12px 12px; }
  
  .o60yuqrr, .b8dsli79, .douj { font-size: var(--fs-caption); }
  .uolxq5ci { font-size: var(--fs-sm); }
  .rzlvqulo { font-size: var(--fs-body); }
  .gjm32 { font-size: var(--fs-sm); }
  .gj6j { font-size: var(--fs-sm); }
  .sfzk { font-size: var(--fs-lead); }
  
  .pldzcf4.my7k { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .fogx1j { gap: 2px; }
  .mhfe1w7 .vb8hjs, .sj5a61 .vb8hjs,
  .v1hvui4 .vb8hjs { height: 64px; }
  .gjfox3x3 { max-height: 64px; max-width: 116px; }
  .xuu6uuf { padding: 8px; }
  .rzlvqulo { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .arhs86i, .sq2b9, .e8br,
  .wzv7x, .mkkri, .p2zu1bax,
  .z14gdj0, .batg, .j0w02yo,
  .kxjj90, .gfbo { flex-basis: 100%; min-width: 100%; }
}
.a78sxb {
  --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;
}
.k9rrbia {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.kacyic {
  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;
}
.kacyic img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.nkep { flex: 1; min-width: 0; }
.nkep h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.s9qa4fz { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.gp75dm { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.gp75dm strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.gp75dm .ryzfsmk { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.kzi18 {
  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);
}
.kzi18 > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.matz em, .fhi4g em, .nmx0ey1 em, .j6aty 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) { .kzi18 { padding: 12px 16px; gap: 8px 16px; } }
.khz1 { flex-shrink: 0; align-self: center; }
.khz1 .my7k {
  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) {
  .k9rrbia { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .kacyic { order: 1; width: 104px; height: 104px; }
  .kacyic img { max-width: 96px; max-height: 88px; }
  .khz1 { order: 2; margin-left: auto; align-self: center; }
  .nkep { order: 3; flex: 1 1 100%; min-width: 0; }
  .nkep h3 { font-size: var(--fs-body); }
}
.m31sh img.enmlasxe { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.ro01yy { padding: 20px 24px; }
.mld6emtg { color: var(--text-body); margin-bottom: 16px; }
.gt6c995 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.brulbs6, .sk81si { list-style: none; font-size: var(--fs-sm); }
.brulbs6 li { color: var(--text-body); margin-bottom: 4px; }
.sk81si li { color: var(--text-body); margin-bottom: 4px; }
.brulbs6 li::before { content: "✓"; margin-right: 5px; }
.sk81si li::before { content: "✗"; margin-right: 5px; }
.mjzwo58c { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.mjzwo58c strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.d9td1uf {
  
  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;
}
.lu6y { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.tnexkwv4 {
  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);
}
.xx9pvy .tnexkwv4 { border-top-width: var(--bw-bar) !important; }
.m350 .tnexkwv4 { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .mqrn4f .u5ncylj {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .mqrn4f .a78sxb { margin: 0; }
}
.zo15pu .k9rrbia { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.zo15pu .kacyic { background: transparent; }
.uaaas .a78sxb { border-top: var(--bw-bar) solid var(--accent); }
.uaaas .k9rrbia { background: var(--bg-card); }
.t19j .a78sxb { 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; }
.t19j .k9rrbia { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.t19j .ro01yy { padding: 16px 16px; }
.t19j .kacyic { border-radius: var(--r-chip); }
.t19j .tnexkwv4 { border-radius: 0; }
.fc8jgll .k9rrbia { padding: 0; gap: 0; overflow: hidden; }
.fc8jgll .kacyic {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.fc8jgll .nkep { padding: 16px 20px; }
.fc8jgll .khz1 { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .fc8jgll .kacyic { width: 116px; min-height: 104px; }
}
.bkfdgb .s9qa4fz { font-size: var(--fs-sm); }
.zxd7n05g .bkh29 { gap: 12px; }
.zxd7n05g .tna7f, .zxd7n05g .c7e6x { padding: 12px; }
.zxd7n05g .tna7f ul, .zxd7n05g .c7e6x ul { margin: 4px 0 0; padding-left: 20px; }
.zxd7n05g .tna7f li, .zxd7n05g .c7e6x li { font-size: var(--fs-label); margin-bottom: 4px; }
.yznz0w8 .d9td1uf { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .vzlxfov { grid-template-columns: 1fr; }
  .qrd4oh { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .qrd4oh .c22u3j4i { width: 72px; height: 50px; }
  .qrd4oh .x3bq { max-width: 180px; }
  .qrd4oh .b9zcidja { width: auto; }
}
.p52g2 .bkfdgb .s9qa4fz { filter: brightness(1.2); }
@media (max-width: 720px) {
  .p52g2 { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .zau7m { padding: 16px; }
  .y04fmd .iosyymf { min-width: 50%; }
}
.k3i2 .bkh29 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .ap9a3bk { grid-template-columns: 1fr; }
  .v5z2 { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .zcqw { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .gsn5 { flex-wrap: wrap; padding: 16px; }
}
.drhifgy .bkh29 { gap: 8px; }
.drhifgy .tna7f, .drhifgy .c7e6x { padding: 8px; }
@media (max-width: 480px) {
  .yq0lnk { flex-direction: column; align-items: stretch; }
}
.ozcsx5 .b9zcidja .my7k { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .chrkma { flex-direction: column; align-items: stretch; gap: 12px; }
  .ozcsx5 .b9zcidja { text-align: center; }
}
@media (max-width: 720px) {
  .agfl { grid-template-columns: 1fr; }
  .xmdboza4 { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .ot5m718 { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.hej58qa .ryzfsmk { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.c0o3 .s9qa4fz { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .xoqrp3u6 { grid-template-columns: 1fr; }
  .c0o3 { width: 100px; height: 100px; margin: 16px auto; }
  .hej58qa { font-size: var(--fs-h3); }
  .gnj3s { justify-content: center; }
  .yikto .iosyymf { min-width: 50%; }
}
.rq94xq .bkh29 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .va8zoyh8 { flex-wrap: wrap; padding: 16px 16px; }
  .i5it1tsu { padding: 12px 16px; }
  .rq94xq .bkh29 { margin: 0 16px; }
  .rq94xq .yznz0w8 { padding: 0 16px; }
  .fvuezsg { padding: 12px 16px; }
}
.dml3vvn .j2fvvbt { position: relative; }
.dml3vvn .j2fvvbt::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.fy5lp .djgzxq {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.fy5lp .j2fvvbt {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.fy5lp .j2fvvbt + .j2fvvbt { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .luzfcl .fogx1j + .fogx1j {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.c0ydr7 .j2fvvbt { padding-top: 16px; padding-bottom: 16px; }
.c0ydr7 .j2fvvbt + .j2fvvbt { border-top: none; }
.c0ydr7 .j2fvvbt:nth-child(even) { background: var(--bg-surface); }
.c0ydr7 .j2fvvbt:nth-child(even):hover { background: var(--bg-hover); }
.x1q0omn .j2fvvbt:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .vuf3x .arhs86i, .vuf3x .sq2b9,
  .vuf3x .e8br, .vuf3x .wzv7x,
  .vuf3x .mkkri, .vuf3x .p2zu1bax,
  .vuf3x .z14gdj0, .vuf3x .batg,
  .vuf3x .j0w02yo, .vuf3x .kxjj90,
  .vuf3x .gfbo {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.vavg .o60yuqrr { opacity: .8; letter-spacing: var(--ls-label); }
.vavg .uolxq5ci { font-weight: 700; }
.vavg .rzlvqulo { font-weight: 700; }
.b5wf .arhs86i, .b5wf .sq2b9,
.b5wf .gfbo {
  background: color-mix(in srgb, var(--text-primary) 3.5%, transparent);
  border-radius: var(--r-chip);
  padding: 8px 12px;
}
.tmp3k .gp75dm .s9qa4fz,
.vt3a .gp75dm .s9qa4fz,
.ylqd6gts .gp75dm .s9qa4fz { display: none; }
.tmp3k .ryzfsmk { display: none; }
.vt3a .gp75dm strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.vt3a .g9ndlm,
.vt3a .ryzfsmk { font-size: 1em; }
.ylqd6gts .gp75dm strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.ylqd6gts .ryzfsmk { display: none; }
.trkf1v { margin: 16px 0; }
.u7it16u4 { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.u7it16u4 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;
}
.u7it16u4 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;
}
.u7it16u4 summary:hover { background: var(--bg-surface); }
.u7it16u4 summary:hover::after { color: var(--accent); }
.u7it16u4[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.u7it16u4[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.u7it16u4[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.u7it16u4 p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.dayf4 { margin-bottom: 0; }
.inyzn h2.xsulfpf { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.rkgvym01 h2.xsulfpf { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.tna7f, .c7e6x { border: var(--bw-hair) solid transparent; }
.tna7f .av714d8, .tna7f .fg81qf { color: var(--c-pros-label); }
.c7e6x .av714d8, .c7e6x .mv0t9mly { color: var(--c-cons-label, var(--c-cons)); }
.tna7f ul li, .c7e6x ul li, .brulbs6 li, .sk81si li { color: var(--text-body); }
.tna7f .brulbs6 li, .c7e6x .sk81si li { position: relative; padding-left: 1.5em; }
.tna7f .brulbs6 li::before, .c7e6x .sk81si li::before { position: absolute; left: 0; margin-right: 0; }
.r43t0e .tna7f { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.r43t0e .c7e6x { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.bes4 .tna7f, .bes4 .c7e6x { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.bes4 .tna7f { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.bes4 .c7e6x { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.hf874lf1 .tna7f, .hf874lf1 .c7e6x { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.hf874lf1 .tna7f { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.hf874lf1 .c7e6x { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.zhn6susd .tna7f, .zhn6susd .c7e6x { background: var(--bg-card); border-width: var(--bw-rule); }
.zhn6susd .tna7f { border-color: var(--sem-pos-line); }
.zhn6susd .c7e6x { border-color: var(--sem-neg-line); }
.iaaxsf .tna7f, .iaaxsf .c7e6x { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.iaaxsf .c7e6x { border-left: var(--bw-hair) solid var(--border); }
.rmlno .fg81qf::before { content: "✓ "; }
.rmlno .mv0t9mly::before { content: "✗ "; }
.m350 .xn8x1f8 { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.m350 .xn8x1f8 strong { color: var(--text-primary); }
.m350 .xn8x1f8 p      { color: var(--text-muted); }
.xx9pvy .xn8x1f8 { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.fmzzzhcm .xn8x1f8 {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.fmzzzhcm .xn8x1f8 strong { color: var(--text-primary); }
.fmzzzhcm .xn8x1f8 p { color: var(--text-muted); }
.fmzzzhcm .xn8x1f8 { border-left: var(--bw-bar) solid var(--cl-hue); }
.fmzzzhcm .kt76qbw::before { color: rgba(255,255,255,0.9) !important; }
.f9bkd7 .xn8x1f8 {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.f9bkd7 .xn8x1f8 strong { color: var(--text-primary); }
.f9bkd7 .xn8x1f8 p      { color: var(--text-muted); }
.zz7qt0g3 .xn8x1f8 { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.yp2whw .kt76qbw,
.mlie .kt76qbw,
.lti8vlw .kt76qbw,
.yp2whw .kt76qbw::before,
.mlie .kt76qbw::before,
.lti8vlw .kt76qbw::before,
.urv31 .xkonc0r3 .lko6p,
.urv31 .qd3it .lko6p  { box-shadow: var(--sh-1); }
.urv31 .ezfw3ku                { box-shadow: var(--sh-1); }
.urv31 .k0fkq6          { box-shadow: var(--sh-1); }
.urv31 .rvrrgwhj                    { box-shadow: var(--sh-1); }
.pagg .xkonc0r3 .lko6p,
.pagg .qd3it .lko6p,
.pagg .ezfw3ku,
.pagg .k0fkq6,
.pagg .rvrrgwhj,
.pagg .zz7qt0g3 .xn8x1f8 { box-shadow: none; }
.ezc1 { --fs-body: 18px; --fs-sm: 16px; --fs-lead: 21px; }
.dayf4 + .dayf4 { position: relative; }
.tjgo57hi   .dayf4 + .dayf4::before,
.vs4j  .dayf4 + .dayf4::before,
.xch307z   .dayf4 + .dayf4::before,
.cvm8   .dayf4 + .dayf4::before,
.a6ryhn2   .dayf4 + .dayf4::before,
.leyu .dayf4 + .dayf4::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.tjgo57hi .dayf4 + .dayf4::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.vs4j .dayf4 + .dayf4::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.xch307z .dayf4 + .dayf4::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;
}
.cvm8 .dayf4 + .dayf4::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.i9kg3 .dayf4 { margin-bottom: 16px; }
.i9kg3 .dayf4 + .dayf4 { margin-top: 0; }
.i9kg3 .iwylv { padding-top: 0; padding-bottom: 0; }
.a6ryhn2 .dayf4 + .dayf4::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.leyu .dayf4 + .dayf4::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.pay1 .dayf4 + .dayf4::before,
.agoz .dayf4 + .dayf4::before,
.mi1cx .dayf4 + .dayf4::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%;
}
.o3ups83p .pay1 .dayf4:nth-child(even)::before,
.o3ups83p .agoz .dayf4:nth-child(even)::before,
.o3ups83p .mi1cx .dayf4:nth-child(even)::before { background: var(--bg-surface); }
.c14jos1 .pay1 .dayf4:nth-child(even)::before,
.c14jos1 .agoz .dayf4:nth-child(even)::before,
.c14jos1 .mi1cx .dayf4:nth-child(even)::before { background: var(--bg-card); }
.pay1 .dayf4 + .dayf4::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");
}
.agoz .dayf4 + .dayf4::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");
}
.mi1cx .dayf4 + .dayf4::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");
}
.ejdcb .t9phtk { background: var(--hero-a, var(--accent)); }
.ejdcb .t9phtk .f4kb { background: none; }
.ejdcb .rf26e8 { background: var(--hero-a, var(--accent)); }
.ejdcb .f5u62 { background: var(--accent-bg); }
.ejdcb .nc54f3:not(.t9phtk) .f4kb { background: rgba(0,0,0,0.6); }
.j52r1h .i4fzaih { float: left; width: 38%; margin: 0 28px 16px 0; }
.j52r1h .i4fzaih .bnps0d { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.j52r1h .iwylv::after { content: ''; display: block; clear: both; }
.fdzp92m .i4fzaih { float: right; width: 38%; margin: 0 0 16px 28px; }
.fdzp92m .i4fzaih .bnps0d { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.fdzp92m .iwylv::after { content: ''; display: block; clear: both; }
.ex04 .dayf4:nth-child(odd)  .i4fzaih { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ex04 .dayf4:nth-child(even) .i4fzaih { float: right; width: 38%; margin: 0 0 16px 28px; }
.ex04 .i4fzaih .bnps0d { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.ex04 .iwylv::after { content: ''; display: block; clear: both; }
.j52r1h .x9dg1,
.j52r1h .djgzxq,
.fdzp92m .x9dg1,
.fdzp92m .djgzxq,
.ex04 .x9dg1,
.ex04 .djgzxq { clear: both; }
@media (max-width: 900px) {
  .j52r1h .i4fzaih,
  .fdzp92m .i4fzaih,
  .ex04 .dayf4:nth-child(odd)  .i4fzaih,
  .ex04 .dayf4:nth-child(even) .i4fzaih {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .j52r1h .i4fzaih .bnps0d,
  .fdzp92m .i4fzaih .bnps0d,
  .ex04 .i4fzaih .bnps0d {
    max-height: none !important;
  }
}
.j52r1h .rzmkxk,
.j52r1h .mpsgp,
.fdzp92m .rzmkxk,
.fdzp92m .mpsgp,
.ex04 .rzmkxk,
.ex04 .mpsgp { overflow: hidden; }
@media (max-width: 640px) {
  .j52r1h .i4fzaih,
  .fdzp92m .i4fzaih,
  .ex04 .i4fzaih { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ahp7 .ioztslmq,
.ahp7 .iwylv,
.ahp7 .c5fedjyr  { max-width: 1060px; }
.fndh .ioztslmq,
.fndh .iwylv,
.fndh .c5fedjyr  { max-width: 1180px; }
.fw8hem3f .ioztslmq,
.fw8hem3f .iwylv,
.fw8hem3f .c5fedjyr  { max-width: 1260px; }
.fw8hem3f { --content-mw: 1260px; }
.xzt9g { font-size: var(--fs-label); color: var(--text-muted); }
.zy8n0h { display: flex; align-items: center; }
.x5xkb2dv {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.f8plr { display: flex; align-items: center; }
.hzn791 { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.hzn791:hover { text-decoration: underline; }
.l9sa { margin: 0 4px; opacity: 0.45; }
.l9sa::before { content: '/'; }
.r2oz { padding: 2px 4px; color: var(--text-main); }
.az4tx .xzt9g {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.az4tx .zy8n0h { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.nvwi .xzt9g {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.nvwi .zy8n0h { padding: 0 0 0 12px; }
.jbnor2lm .zy8n0h { padding: 0 16px; }
.jbnor2lm .xzt9g {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.jbnor2lm .ioztslmq { padding-top: 28px; }
@media (max-width: 720px) {
  .wvg9 { margin-top: 20px; padding: 0 16px; }
  .jbnor2lm .ioztslmq { padding-top: 16px; }
}
.ahp7.az4tx .zy8n0h { max-width: 1100px; }
.fndh.az4tx .zy8n0h { max-width: 1200px; }
.fw8hem3f.az4tx .zy8n0h { max-width: 1320px; }
.fw8hem3f .wvg9 { max-width: 1320px; }
.gaqai66w .dayf4 { padding-top: 16px; padding-bottom: 16px; }
.f26gq .dayf4 { padding-top: 24px; padding-bottom: 24px; }
.gi98 .dayf4 { padding-top: 40px; padding-bottom: 40px; }
.h5bcdr .dayf4 { padding-top: 52px; padding-bottom: 52px; }
.ek5iik .dayf4:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.ek5iik .dayf4:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.ek5iik .dayf4:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.ek5iik .dayf4:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.zsp04cwv .iwylv { padding-top: 12px;  padding-bottom: 12px; }
.xc8q .iwylv { padding-top: 20px;  padding-bottom: 20px; }
.qifj4fm .iwylv { padding-top: 36px;  padding-bottom: 36px; }
.n2x5f0zp .iwylv { padding-top: 48px;  padding-bottom: 48px; }
.rhnd69zn h1, .rhnd69zn h2, .rhnd69zn h3, .rhnd69zn .bgya { font-weight: 700; }
.cy76c6ji h1, .cy76c6ji h2, .cy76c6ji h3, .cy76c6ji .bgya { font-weight: 700; }
.w2xaq, .rhnd69zn, .o0mn, .cy76c6ji { font-weight: 400; }
.w45ift {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.upm0nig0 .w45ift { display: none; }
@media (max-width: 640px) {
  .w45ift { display: none !important; }
}
.w45ift { background: var(--cta) !important; color: #fff !important; border: none !important; }
.w45ift:hover { opacity: 0.85; }
.moolu .w45ift { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.jruxtwtj  .ygtqg6z { left: 32px; }
@media (max-width: 480px) {
  .oyta .ygtqg6z { right: 20px; bottom: 20px; }
  .jruxtwtj  .ygtqg6z { left: 20px; bottom: 20px; }
}
.lnl378 { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.c5fedjyr { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.wpn6 { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.j2of3o { color: var(--text-dim); font-size: var(--fs-label); }
.tneimq46 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: var(--fs-sm); margin-bottom: 16px; }
.tneimq46 img { height: 26px; width: auto; object-fit: contain; }
.vq8z8c a, .scw4p1l a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.vq8z8c a:hover, .scw4p1l a:hover { color: var(--accent-light); }
.scw4p1l { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.c7vifk .c5fedjyr { text-align: center; }
.c7vifk .scw4p1l { justify-content: center; margin-bottom: 16px; }
.c7vifk .wpn6 { margin-top: 0; }
.ex4tgvkt { margin-top: 12px; }
.ex4tgvkt a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .c5fedjyr { padding-left: 16px; padding-right: 16px; }
  .hqy3b2 .c5fedjyr { padding: 20px 16px; }
  .scw4p1l { gap: 4px 12px; }
  .wpn6 { font-size: var(--fs-caption); }
}
.wiw3obwu .iycr .tneimq46 { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.wiw3obwu .wpn6 { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.wiw3obwu .j2of3o { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .wiw3obwu .g51th3f { grid-template-columns: 1fr 1fr; } .wiw3obwu .iycr { grid-column: 1 / -1; } }
@media (max-width: 480px) { .wiw3obwu .g51th3f { grid-template-columns: 1fr; } }
.gkoiazcn .tneimq46 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: var(--fs-sm); text-decoration: none; margin-right: auto; flex-shrink: 0; }
.gkoiazcn .wpn6 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .gkoiazcn .lo93db0 { gap: 12px; } .gkoiazcn .tneimq46 { margin-right: 0; width: 100%; } }
.nv3wf3 .omemq85 .tneimq46 { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.nv3wf3 .wpn6 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.nv3wf3 .j2of3o { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .nv3wf3 .a40ie1 { grid-template-columns: 1fr 1fr; } .nv3wf3 .omemq85 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .nv3wf3 .a40ie1 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .i0svcn .wzt95 { grid-template-columns: 1fr 1fr; } .i0svcn .m6vatjs:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .i0svcn .wzt95 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .l5lt .wzt95 { grid-template-columns: 1fr; } }
.adsn7 .c5fedjyr { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.adsn7 .scw4p1l { justify-content: center; }
.j2lj .au00iwo      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.nuvvgd .au00iwo      { background: #0d1117; border-bottom-color: #21262d; }
.nuvvgd .xpvwi440 { color: var(--accent-light); }
.nuvvgd .euznj3 { --msep-color: #8b949e; }
.nuvvgd .euznj3 a { color: #8b949e; }
.nuvvgd .euznj3 a:hover { color: var(--accent-light); }
.nuvvgd .bskn { color: #8b949e; }
.nuvvgd .lnl378 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.nuvvgd .wpn6,
.nuvvgd .j2of3o { color: #6e7681; }
.nuvvgd .vq8z8c a, .nuvvgd .scw4p1l a,
.nuvvgd .tneimq46 { color: #e6edf3; }
.nuvvgd .vq8z8c a:hover, .nuvvgd .scw4p1l a:hover,
@media (max-width: 640px) {
  .nuvvgd .euznj3 { background: #0d1117; border-top-color: #21262d; }
  .nuvvgd .euznj3 li a { border-bottom-color: #21262d; }
}
.tp1odze .au00iwo      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.tp1odze .xpvwi440 { color: var(--accent-light); }
.tp1odze .euznj3 { --msep-color: #475569; }
.tp1odze .euznj3 a { color: #475569; }
.tp1odze .euznj3 a:hover { color: var(--accent-light); }
.tp1odze .bskn { color: #64748b; }
.tp1odze .lnl378 { background: #f0f4f8; border-top-color: #cbd5e1; }
.tp1odze .wpn6,
.tp1odze .j2of3o { color: #64748b; }
.tp1odze .vq8z8c a, .tp1odze .scw4p1l a,
.tp1odze .tlfdcbq a, .tp1odze .tneimq46 { color: #374151; }
.tp1odze .vq8z8c a:hover, .tp1odze .scw4p1l a:hover,
@media (max-width: 640px) {
  .tp1odze .euznj3 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .tp1odze .euznj3 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.o213yg8f .au00iwo { background: var(--b-50); border-bottom-color: var(--b-200); }
.o213yg8f .euznj3 a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .o213yg8f .euznj3 { background: var(--b-50); border-top-color: var(--b-200); }
}
.zlugwi5o   { --nav-fill: var(--b-900); --nav-edge: var(--b-800); }
.f4kvv4 .au00iwo, .zlugwi5o .au00iwo { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.f4kvv4 .xpvwi440, .zlugwi5o .xpvwi440 { color: #fff; }
.f4kvv4 .euznj3, .zlugwi5o .euznj3 { --msep-color: rgba(255,255,255,0.82); }
.f4kvv4 .euznj3 a, .zlugwi5o .euznj3 a { color: rgba(255,255,255,0.82); }
.f4kvv4 .euznj3 a:hover, .zlugwi5o .euznj3 a:hover { color: #fff; }
.f4kvv4 .bskn, .zlugwi5o .bskn { color: rgba(255,255,255,0.9); }
.f4kvv4 .odzka a, .zlugwi5o .odzka a { color: var(--text-primary) !important; }
.f4kvv4 .odzka a:hover, .zlugwi5o .odzka a:hover { color: var(--accent-light) !important; }
@media (max-width: 640px) {
  .f4kvv4 .euznj3, .zlugwi5o .euznj3 { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .f4kvv4 .euznj3 li a, .zlugwi5o .euznj3 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.m8m3.f4kvv4 .w45ift { background: #fff !important; color: var(--b-700) !important; }
.mkywezg .au00iwo {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.mkywezg .au00iwo::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) {
  .mkywezg .euznj3 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ifvzr .l51ejy { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.d01vqt .l51ejy { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ayvb4wc .l51ejy { min-height: 72px; height: auto; }
.bxwpuh .l51ejy { min-height: 84px; height: auto; }
.hqy3b2 .l51ejy { max-width: none; padding: 0 32px; }
.hqy3b2 .c5fedjyr  { max-width: none; padding: 24px 32px; }
.barbhl9.fndh .l51ejy { max-width: 1200px; }
.barbhl9.fw8hem3f .l51ejy { max-width: 1320px; }
.m5yk   .xpvwi440, .m5yk   .tneimq46 { text-transform: capitalize; }
.ikg903 .xpvwi440, .ikg903 .tneimq46 { text-transform: lowercase; }
.bgrh .xpvwi440, .bgrh .tneimq46 { text-transform: uppercase; letter-spacing: var(--ls-label); }
.jzxo, .j5xo {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.lq2o .jzxo,
.lq2o .j5xo { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-btn); padding: 4px; }
.uwses389 .jzxo,
.uwses389 .j5xo { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: var(--r-btn); padding: 4px; }
.tpm3kabz .jzxo,
.tpm3kabz .j5xo { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-pill); padding: 4px 8px; }
.eq30 .jzxo,
.eq30 .j5xo { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: var(--r-pill); padding: 4px 8px; }
.g461   .euznj3 a { font-weight: 500; }
.enzh .euznj3 a { font-weight: 600; }
.mzyfhi     .euznj3 a { font-weight: 700; }
.bflw29    .euznj3 a { font-weight: 700; letter-spacing: normal; }
.f7xk71g6     .euznj3 > li + li::before,
.rr7s    .euznj3 > li + li::before,
.j3ja    .euznj3 > li + li::before,
.ykaoi3 .euznj3 > li + li::before,
.qd7s2 .euznj3 > li + li::before,
.m0lhp6qo  .euznj3 > li + li::before,
.azqf    .euznj3 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.f7xk71g6     .euznj3 > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.rr7s    .euznj3 > li + li::before { content: "|"; }
.j3ja    .euznj3 > li + li::before { content: "—"; }
.ykaoi3 .euznj3 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.qd7s2 .euznj3 > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.m0lhp6qo  .euznj3 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.azqf    .euznj3 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .feqrb91 .bskn,
  .an0pzysm .bskn,
  .jqv91d .bskn,
  .qwwga9 .bskn,
  .te48fmw .bskn {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .feqrb91 .bskn::before,
  .an0pzysm .bskn::before,
  .jqv91d .bskn::before,
  .qwwga9 .bskn::before,
  .te48fmw .bskn::before { content: ""; display: block; flex-shrink: 0; }

  
  .feqrb91 .bskn::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;
  }

  
  .an0pzysm .bskn::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;
  }

  
  .jqv91d .bskn::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;
  }

  
  .qwwga9 .bskn::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;
  }

  
  .te48fmw .bskn::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) {
  .bjypia86 .bskn {
    padding: 4px 16px;
  }
  .bjypia86 .euznj3 {
    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;
  }
  .bjypia86 .euznj3 li a {
    border-bottom: none; padding: 12px 24px;
  }
  .bjypia86 .euznj3 li a:hover { background: var(--bg-raised); }
  .bjypia86 .cglwh15l,
  .mjing6 .cglwh15l,
  .xjoqph .cglwh15l { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .c21xt2i0 .bskn {
    padding: 4px 12px;
  }
  .c21xt2i0 .euznj3 {
    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);
  }
  .c21xt2i0 .euznj3.xuzo0mw { transform: translateX(0); }
  .c21xt2i0 .euznj3 li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .c21xt2i0 .euznj3 li:last-child a { border-bottom: none; }
  .f4kvv4 .euznj3,
  .nuvvgd .euznj3 { background: var(--accent) !important; }
  .f4kvv4 .euznj3 li a,
  .nuvvgd .euznj3 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .xjoqph .bskn {
    padding: 4px 12px;
  }
  .xjoqph .euznj3 {
    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);
  }
  .xjoqph .euznj3::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .xjoqph .euznj3.xuzo0mw { transform: translateY(0); }
  .xjoqph .euznj3 li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .q0beft .bskn {
    padding: 4px 12px;
  }
  .q0beft .euznj3 {
    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;
  }
  .q0beft .euznj3.xuzo0mw { opacity: 1; pointer-events: auto; }
  .q0beft .euznj3 li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .fc4v2x     .bskn { border-radius: 0 !important; }
  .mn3sfbv   .bskn { border-radius: var(--r-btn) !important; }
  .dk1b4wr .bskn { border-radius: 50% !important; }
  .vhozj   .bskn { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .h66b3nq .g2au { flex-direction: column; align-items: stretch; }
  .h66b3nq .snftz6 { flex-direction: row; min-width: auto; }
  .h66b3nq .ps0j { align-items: flex-start; text-align: left; }
}
.of1dyn,
.of1dyn.dayf4,
.o3ups83p .of1dyn,
.w122 .of1dyn,
.c14jos1 .of1dyn,
.n5joc07 .of1dyn {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.bw7n19wu {
  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;
}
.i2tknc8l { flex: 1 1 280px; min-width: 0; }
.e08ecj {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.l005qinv {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.t3h8rj {
  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;
}
.t3h8rj:hover { transform: translateY(-1px); opacity: 0.95; }
.bvc9 .bw7n19wu {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.bvc9 .e08ecj { color: var(--cta); }
.bvc9 .l005qinv { color: var(--text-body); }
.bvc9 .t3h8rj {
  background: var(--cta);
  color: var(--cta-fg);
}
.kuh4 .bw7n19wu {
  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);
}
.kuh4 .e08ecj { color: var(--text-primary); }
.kuh4 .l005qinv { color: var(--text-body); }
.kuh4 .t3h8rj {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .bw7n19wu {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .i2tknc8l { flex: 0 0 auto; }
  .e08ecj { font-size: var(--fs-lead); }
  .t3h8rj { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.z236wme .j7ayz6d { height: 36px; }
.rhavv .j7ayz6d { height: 60px; max-width: 200px; }
.ljzc .j7ayz6d { height: 56px; max-width: 180px; }
.vs1y0    .mvqjms, .vs1y0    .s9qa4fz { color: #f59e0b; }
.hrsbq06      .s9qa4fz   { font-size: var(--fs-lead); }
.seip4p    .mvqjms, .seip4p    .s9qa4fz { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.c40pq     .mvqjms, .c40pq     .s9qa4fz { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.sc6y .mvqjms, .sc6y .s9qa4fz { color: var(--cta); letter-spacing: var(--ls-wide); }
.u7njtj   .mvqjms, .u7njtj   .s9qa4fz { color: #e91e63; letter-spacing: var(--ls-wide); }
.lr8o9fxj  .mvqjms, .lr8o9fxj  .s9qa4fz { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.an7b     .mvqjms, .an7b     .s9qa4fz { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.ibffui .gj6j {
  font-size: var(--fs-lead); font-weight: 700;
  color: var(--text-muted); opacity: .45;
}
.znzvq .djgzxq {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.znzvq .j2fvvbt {
  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);
}
.znzvq .j2fvvbt + .j2fvvbt { border-top: var(--bw-hair) solid var(--border-alt); }
.znzvq .fogx1j { align-items: center; text-align: center; }
.znzvq .wnz9pz3z {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
}
.znzvq .gj6j {
  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;
}
.znzvq .vb8hjs {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.znzvq .gjfox3x3 { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.znzvq .gjm32 { font-size: var(--fs-body); }
.znzvq .pldzcf4.my7k { min-width: 180px; }
@media (min-width: 720px) {
  .znzvq .djgzxq {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .znzvq .j2fvvbt + .j2fvvbt { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .znzvq .j2fvvbt { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .znzvq .wnz9pz3z { top: -16px; left: 50%; }
  .znzvq .vb8hjs { width: 132px; height: 132px; }
}
.dh5jxzt .djgzxq {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.dh5jxzt .j2fvvbt {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.dh5jxzt .vb8hjs {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.dh5jxzt .gjfox3x3 { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.dh5jxzt .gj6j {
  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) {
  .dh5jxzt .vb8hjs { width: 104px; height: 104px; }
}
.w4deu9 .u7it16u4 {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.w4deu9 .u7it16u4 summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.w4deu9 .u7it16u4 summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.w4deu9 .u7it16u4[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.w4deu9 .u7it16u4 p { padding: 0 14px 18px; }
.w4deu9 .u7it16u4[open] p { border-top: none; padding-top: 0; }
.sw1hsih .u7it16u4 { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.sw1hsih .u7it16u4 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;
}
.sw1hsih .u7it16u4 summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.sw1hsih .u7it16u4[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.sw1hsih .u7it16u4 p { padding: 14px 24px 4px; }
.sw1hsih .u7it16u4[open] p { border-top: none; padding-top: 14px; }
.mpl7 .u7it16u4 {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.mpl7 .u7it16u4 summary { color: var(--text-primary); padding: 16px 18px; }
.mpl7 .u7it16u4[open] summary { box-shadow: none; }
.mpl7 .u7it16u4 p { padding: 0 18px 18px; }
.ip14 .trkf1v { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.ip14 .u7it16u4 {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.ip14 .u7it16u4:last-child { border-bottom: none; }
.ip14 .u7it16u4 summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.ip14 .u7it16u4 p { padding: 0 20px 16px; }
.j3ox3g9 .u7it16u4 { overflow: hidden; }
.j3ox3g9 .u7it16u4 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));
}
.j3ox3g9 .u7it16u4 summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.j3ox3g9 .u7it16u4 summary::after { color: var(--tone-mark, var(--accent)); }
.j3ox3g9 .u7it16u4[open] summary { border-radius: 0; box-shadow: none; }
.sfadxp { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.qtlo {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.sjykqai {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.x87u7pt { color: var(--text-muted); font-size: var(--fs-body); }
.l0gtb {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ki67x1q0 {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.l1n4e3 { margin-bottom: 20px; }
.wah5bar {
  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);
}
.gbxkoc1f {
  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;
}
.gbxkoc1f:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.f1gmwb { resize: vertical; min-height: 130px; }
.cfx1rma { width: 100%; margin-top: 8px; }
.rb1085h0 {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.bj6gemme {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.mecd { color: var(--text-muted); line-height: var(--lh-read); }
.rq4kwm8 { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.rq4kwm8 li { margin-bottom: 8px; }
.ukfbvqdf { max-width: 760px; margin: 0 auto; }
.pw17h0ry { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.y164zha { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.y164zha:last-child { border-bottom: none; }
.y164zha h2 {
  font-size: var(--fs-body); font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.y164zha p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.edyeogk { max-width: 760px; margin: 0 auto; }
.mer5hh ul.rq4kwm8 { margin: 0; }
@media (max-width: 640px) { .qrmrx2y { grid-template-columns: 1fr; gap: 12px; } }
.z4tntj7k { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.f2hdfe { background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 24px; }
.xq8dknk { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.f2hdfe p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.f2hdfe .rq4kwm8 { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .z4tntj7k { grid-template-columns: 1fr; } }
.ofsi9ky { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.ofsi9ky:hover .u3ojj { color: var(--accent-light); text-decoration: underline; }
.gddao5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.c5vf0ub3 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.c5vf0ub3:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.s7xdow { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.c5vf0ub3 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.c5vf0ub3 ul.rq4kwm8 { margin: 0; }
.wgujb { color: var(--text-muted); line-height: var(--lh-read); }
.tdge2lm .rq4kwm8,
.tnj8m .rq4kwm8,
.zyzs7at .rq4kwm8,
.d9btxs .rq4kwm8 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.tdge2lm .c5vf0ub3,
.tnj8m .c5vf0ub3 { text-align: left; }
.tdge2lm .s7xdow,
.tnj8m .s7xdow { text-align: center; }
.jlhh7b6l { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.zizxj { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.hmgkwe4 { font-size: var(--fs-body); }
.dlwatiz8 { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.ox8icmmj { margin-top: 12px; }
.guatqmlg { 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; }
.guatqmlg:hover { border-bottom-color: var(--accent-light); }
.col83 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.col83 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nbqgaek { width: 260px; height: 260px; }
.pedi { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.sed1t { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.kgz530 { color: var(--text-muted); font-weight: 600; letter-spacing: normal; }
@media (max-width: 640px) { .yscl6 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.kycr .dlwatiz8, .kycr .zizxj { max-width: 640px; }
.uufel8p { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.i3erg { position: sticky; top: 96px; align-self: start; }
.i3erg .jlhh7b6l { font-size: var(--fs-h3); margin-top: 20px; }
.i21p9pk .dlwatiz8 { margin-bottom: 28px; }
@media (max-width: 860px) { .uufel8p { grid-template-columns: 1fr; } .i3erg { position: static; text-align: center; } }
.xal3 .col83 { margin: 0 auto 20px; }
.xal3 .sed1t { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .npae62 { grid-template-columns: 1fr; } }
.r1k66jlb .jlhh7b6l { font-size: var(--fs-h3); margin-bottom: 8px; }
.d9btxs .rq4kwm8 { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .r1k66jlb { flex-direction: column; text-align: center; } .g0qu { grid-template-columns: 1fr; } }
.msn9myc .jlhh7b6l { font-size: var(--fs-lead); margin: 0 0 4px; }
.msn9myc .sed1t { margin: 0; }
.z9zs .sjykqai { color: var(--accent-light); }
.yg8qk .sjykqai { font-size: var(--fs-h2); }
.yg8qk .x87u7pt { max-width: 680px; }
.qs0roej .sjykqai { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.qs0roej .x87u7pt  { margin: 0; }
@media (max-width: 640px) { .qs0roej { flex-direction: column; } }
.prddm8 {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.prddm8 .sjykqai { color: var(--accent-light); }
.kkykv0 .sjykqai { color: #fff; }
.kkykv0 .x87u7pt  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .tpoislzd { grid-template-columns: 1fr; } }
.l36zxej .gbxkoc1f {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.l36zxej .gbxkoc1f:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.myao7i5p .gbxkoc1f { background: var(--bg-raised); border-color: transparent; }
.myao7i5p .gbxkoc1f:focus { background: var(--bg-card); border-color: var(--accent-light); }
.z4b0tsz0 .gbxkoc1f { border-radius: var(--r-pill); padding: 12px 20px; }
.z4b0tsz0 .f1gmwb { border-radius: var(--r-card); }
.qksgdgov {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-btn); overflow: hidden; margin-bottom: 12px;
}
.qksgdgov 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;
}
.qksgdgov summary::-webkit-details-marker { display: none; }
.qksgdgov summary::after { content: "+"; color: var(--accent-light); font-size: var(--fs-lead); flex-shrink: 0; }
.qksgdgov[open] summary::after { content: "−"; }
.oite {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: var(--lh-read);
  border-top: var(--bw-hair) solid var(--border);
}
@media (max-width: 640px) { .bz81 { grid-template-columns: 1fr; } }
.yhw2{display:none}
.yhw2:empty,.oa6inrj3:empty{display:none}
.al1q{position:relative;overflow:visible}
.u9r0upkf .shhhg05,.ycjjnah .shhhg05,
.cfv5 .shhhg05,.nx147 .shhhg05,
.a72pb1h .shhhg05,.b172l7u .shhhg05{display:block}
.tj6j .j9yvah{display:block}
.u9r0upkf .shhhg05,.ycjjnah .shhhg05,
.cfv5 .shhhg05,.nx147 .shhhg05,
.a72pb1h .shhhg05{position:absolute;z-index:3;left: 24px;right: 24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin: 0 auto;padding: 0;box-sizing:border-box}
.u9r0upkf .shhhg05 .oa6inrj3,.ycjjnah .shhhg05 .oa6inrj3,
.cfv5 .shhhg05 .oa6inrj3,.nx147 .shhhg05 .oa6inrj3,
.a72pb1h .shhhg05 .oa6inrj3{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}
.u9r0upkf .shhhg05,.ycjjnah .shhhg05{top: 12px}
.u9r0upkf .shhhg05 .oa6inrj3{margin-right:auto}
.ycjjnah .shhhg05 .oa6inrj3{margin-left:auto}
.ycjjnah .shhhg05{text-align:right}
.cfv5 .shhhg05,.nx147 .shhhg05{bottom: 12px}
.cfv5 .shhhg05 .oa6inrj3{margin-right:auto}
.nx147 .shhhg05 .oa6inrj3{margin-left:auto}
.nx147 .shhhg05{text-align:right}
.a72pb1h .shhhg05{position:relative;margin-top: 16px}
.a72pb1h .shhhg05 .oa6inrj3{margin: 0 auto}
.b172l7u .shhhg05{max-width:var(--content-mw,1100px);margin: 0 auto;padding: 8px 24px}
.b172l7u .shhhg05 .oa6inrj3{margin: 0}
.b172l7u .f5u62~.shhhg05,
.b172l7u .qq8ur~.shhhg05{max-width:none;margin: 0;padding: 8px clamp(24px,calc(50vw - 476px),96px)}
.b172l7u .f5u62~.shhhg05 .oa6inrj3,
.b172l7u .qq8ur~.shhhg05 .oa6inrj3{justify-content:flex-start}
.f5u62~.shhhg05,.qq8ur~.shhhg05{position:static!important;left: auto!important;right: auto!important;top: auto!important;bottom: auto!important;transform:none!important;width:100%!important;max-width:none!important;padding: 8px clamp(24px,calc(50vw - 476px),96px)!important}
.f5u62~.shhhg05 .oa6inrj3{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.qq8ur~.shhhg05 .oa6inrj3{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.j9yvah .oa6inrj3{margin: 0 0 12px}
.oa6inrj3{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.qba3mr7{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.u3ojj{font-weight:600;color:var(--text-heading);opacity:1}
.d6yyyf .qba3mr7{display:none}
.hfkv3fxd .oa6inrj3{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.vihbzr .oa6inrj3{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.bq84zfka{--date-bg:var(--accent-bg)}
.fek7y7it .s6dcwx::before{content:""}
.lsys .hzke17{background:var(--surface-alt);border-radius:var(--radius, 8px);border: var(--bw-hair) solid var(--border)}
@media(max-width:640px){
  .hzke17{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .cboep{max-width:100%}
}
.fiefk4 .k0fkq6{margin: 0}
@media (max-width:560px){
  .tgl9vo{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) {
  .cje301u { padding: 28px 20px 20px; }
  .m9zv0a9 { font-size: var(--fs-lead); }
  .uyqv695 { max-width: 220px; max-height: 80px; }
}
.wxtxg {
  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);
}
.yw64 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.nhic  .wxtxg { border-radius: 50%; }
.kkib83gf  .wxtxg { border-radius: var(--r-chip); }
.e81owqi .wxtxg { border-radius: var(--r-card); }
.pbbr .bw7n19wu {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .wxtxg { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.dvpmh .dayf4 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.dvpmh .iwylv {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.dvpmh .bw7n19wu {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.xlxoz {
  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;                  
}
.xlxoz.sk2ov { transform: translate(-50%, 0); }
.xlxoz .dayf4,
.xlxoz .iwylv {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.xlxoz .bw7n19wu {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.jthl0 {
  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;
}
.jthl0::before,
.jthl0::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.jthl0::before { transform: translate(-50%, -50%) rotate(45deg); }
.jthl0::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.jthl0:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .xlxoz { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .xlxoz .bw7n19wu {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .xlxoz .l005qinv { display: none !important; }
  .xlxoz .e08ecj { font-size: var(--fs-body) !important; }
  .xlxoz .wxtxg { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .jthl0 { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .l51ejy { flex-direction: row-reverse; }
[dir="rtl"] .euznj3 { flex-direction: row-reverse; }
[dir="rtl"] .jruxtwtj  .ygtqg6z { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .oyta .ygtqg6z { right: auto; left: 20px; }
  [dir="rtl"] .jruxtwtj  .ygtqg6z { left: auto;  right: 20px; }
}
[dir="rtl"] .j52r1h .i4fzaih  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .fdzp92m .i4fzaih { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .rzmkxk, [dir="rtl"] .mpsgp { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .tna7f { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .c7e6x { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .xn8x1f8 { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .bw7n19wu { direction: rtl; }
[dir="rtl"] .wxtxg { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .j2fvvbt,
[dir="rtl"] .xzt9g { direction: rtl; }
[dir="rtl"] .rvrrgwhj { direction: rtl; }
[dir="rtl"] .zpak { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .nc54f3.a62zp .xb07o9,
[dir="rtl"] .nzmwx.a62zp .xb07o9,
[dir="rtl"] .t9phtk.a62zp .xb07o9,
[dir="rtl"] .tuu9w.a62zp .xb07o9,
[dir="rtl"] .ki7hkbh.a62zp .xb07o9 { text-align: right; }
[dir="rtl"] .f5u62.a62zp .gauox2b { align-items: flex-end; text-align: right; }
[dir="rtl"] .iwylv,
[dir="rtl"] .gswfk,
[dir="rtl"] .w0oh4w7,
[dir="rtl"] .xb07o9 { text-align: right; }
[dir="rtl"] .ki67x1q0,
[dir="rtl"] .wah5bar,
[dir="rtl"] .dlwatiz8,
[dir="rtl"] .gbxkoc1f,
[dir="rtl"] .f1gmwb { text-align: right; direction: rtl; }
[dir="rtl"] .z4b0tsz0 .gbxkoc1f,
[dir="rtl"] .l36zxej .gbxkoc1f { padding-right: 20px; padding-left: 20px; }
.q171 .djgzxq,
.ppkktru .djgzxq,
.r0liq .djgzxq { border: var(--bw-hair) solid var(--border-alt); }
.jsl2p .djgzxq {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.q171 .j2fvvbt,
.ppkktru .j2fvvbt,
.jsl2p .j2fvvbt,
.r0liq .j2fvvbt {
  gap: 24px;
  padding: 24px 24px;
}
.q171 .j2fvvbt + .j2fvvbt,
.r0liq .j2fvvbt + .j2fvvbt { border-top: none; }
.q171 .j2fvvbt:nth-child(even),
.r0liq .j2fvvbt:nth-child(even) { background: var(--bg-surface); }
.jsl2p .j2fvvbt {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.q171 .gj6j,
.ppkktru .gj6j,
.jsl2p .gj6j,
.r0liq .gj6j {
  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;
}
.r0liq .gj6j { background: var(--accent); color: var(--cta-fg, #fff); }
.q171 .vb8hjs,
.ppkktru .vb8hjs,
.jsl2p .vb8hjs,
.r0liq .vb8hjs {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.q171 .gjfox3x3,
.ppkktru .gjfox3x3,
.jsl2p .gjfox3x3,
.r0liq .gjfox3x3 {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.r0liq .gjm32 { font-size: var(--fs-body); font-weight: 700; }
.q171 .arhs86i, .q171 .sq2b9, .q171 .e8br,
.ppkktru .arhs86i, .ppkktru .sq2b9, .ppkktru .e8br,
.jsl2p .arhs86i, .jsl2p .sq2b9, .jsl2p .e8br,
.r0liq .arhs86i, .r0liq .sq2b9, .r0liq .e8br {
  background: transparent;
  padding: 12px 0; align-items: flex-start; text-align: left;
}
.q171 .pldzcf4.my7k,
.ppkktru .pldzcf4.my7k,
.jsl2p .pldzcf4.my7k,
.r0liq .pldzcf4.my7k {
  padding: 16px 24px !important;
}
.r0liq .pldzcf4.my7k { box-shadow: none; }
@media (max-width: 1080px) {
  .q171 .j2fvvbt,
  .ppkktru .j2fvvbt,
  .jsl2p .j2fvvbt,
  .r0liq .j2fvvbt { gap: 16px; padding: 20px; }
  .q171 .vb8hjs,
  .ppkktru .vb8hjs,
  .jsl2p .vb8hjs,
  .r0liq .vb8hjs { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .q171 .vb8hjs,
  .ppkktru .vb8hjs,
  .jsl2p .vb8hjs,
  .r0liq .vb8hjs { width: 104px; height: 104px; }
}
.nylmts .kt76qbw { display: none; }
.brulbs6 li::before { color: #2f855a; font-weight: 700; }
.sk81si li::before { color: #9b2c2c; font-weight: 700; }
.fg81qf::before { color: #2f855a; }
.mv0t9mly::before { color: #9b2c2c; }
.pusd0gxz  .t3h8rj, .pusd0gxz  .byk515 { border-radius: var(--r-pill); }
.koc6mj .t3h8rj, .koc6mj .byk515 { border-radius: 0; }
.qjkm3388 .t3h8rj, .qjkm3388 .byk515 { border-radius: var(--r-btn); }
.t3h8rj, .byk515, .gzefq0, .my7k, .pldzcf4.my7k {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
.gzefq0, .my7k, .pldzcf4.my7k, .t3h8rj, .byk515,
.n2i4, .ffozq4, .xlxoz .t3h8rj {
  border-radius: var(--btn-radius) !important;
}
.di0yjiu a, .gswfk a, .w0oh4w7 a, .mld6emtg a, .u7it16u4 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;
}
.di0yjiu a:hover, .gswfk a:hover, .w0oh4w7 a:hover, .mld6emtg a:hover { text-decoration-color: currentColor; }
.hr5cupg   { --hero-a: var(--b-50);  --hero-b: var(--b-100); }
.hr5cupg .y64jut.t9phtk .bgya,
.hr5cupg section.t9phtk .bgya { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.hr5cupg .t9phtk .kwce088q { color: var(--text-body); }
.hr5cupg .t9phtk { border-bottom: var(--bw-hair) solid var(--b-200); }
.hr5cupg .nzmwx { background: var(--b-50); border-bottom-color: var(--b-200); }
.y64jut.nc54f3:not(.t9phtk) .bgya,
section.nc54f3:not(.t9phtk) .bgya { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.m8m3.nnqhh .t9phtk .gzefq0,
.m8m3.zt3xlj    .t9phtk .gzefq0 { background: #fff !important; color: var(--b-700) !important; }
.uxwizlt .lnl378 { background: var(--bg-page); border-top-color: var(--border-alt); }
.qgl44kzh .lnl378 { background: var(--b-50); border-top-color: var(--b-200); }
.tcau0    { --ftr-fill: var(--n-900); --ftr-edge: var(--n-800); }
.gb9g0 .lnl378, .wxqm2k6 .lnl378, .tcau0 .lnl378 {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.gb9g0 .lnl378 :is(.wpn6, .j2of3o),
.wxqm2k6   .lnl378 :is(.wpn6, .j2of3o),
.tcau0    .lnl378 :is(.wpn6, .j2of3o) { color: rgba(255,255,255,0.68); }
.gb9g0 .lnl378 :is(.phed, .cc9a53n2),
.wxqm2k6   .lnl378 :is(.phed, .cc9a53n2),
.tcau0    .lnl378 :is(.phed, .cc9a53n2) { color: rgba(255,255,255,0.7); }
.gb9g0 .lnl378 a, .wxqm2k6 .lnl378 a, .tcau0 .lnl378 a { color: rgba(255,255,255,0.9); }
.gb9g0 .lnl378 a:hover, .wxqm2k6 .lnl378 a:hover, .tcau0 .lnl378 a:hover { color: #fff; }
.gb9g0 .lnl378 .tneimq46,
.wxqm2k6   .lnl378 .tneimq46,
.tcau0    .lnl378 .tneimq46 { color: #fff; }
.zyxp3 .djgzxq:not(.rr4t5e) .j2fvvbt:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.psyf4a1 .djgzxq:not(.rr4t5e) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.psyf4a1 .djgzxq:not(.rr4t5e) .j2fvvbt { background: var(--bg-card); border-radius: var(--r-btn); }
.psyf4a1 .djgzxq:not(.rr4t5e) .j2fvvbt + .j2fvvbt { margin-top: 8px; border-top: none; }
.gj6j { color: var(--tone-mark, var(--text-muted)); }
.dml3vvn .j2fvvbt::before { background: var(--tone-line, var(--accent)); }
.x1q0omn .j2fvvbt:first-child { border-top-color: var(--tone-line, var(--accent)); }
.u7it16u4 summary:hover::after, .u7it16u4[open] summary::after { color: var(--tone-mark, var(--accent)); }
.uaaas .a78sxb { border-top-color: var(--tone-line, var(--accent)); }
.zo15pu .k9rrbia { background: var(--tone-fill, var(--accent-bg)); }
.o7eqtzw5 .ih08 .gjfox3x3,
.o7eqtzw5 .kacyic.ih08 img,
.o7eqtzw5 .c22u3j4i.ih08 img { border-radius: 22%; }
.o7eqtzw5 .kacyic.ih08 { border-radius: var(--r-card); }
.up5e5cp .ih08 .gjfox3x3,
.up5e5cp .kacyic.ih08 img,
.up5e5cp .c22u3j4i.ih08 img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.up5e5cp .kacyic.ih08 { border-radius: 50%; padding: 5px; }
.up5e5cp .ih08.vb8hjs, .o7eqtzw5 .ih08.vb8hjs { overflow: visible; }
.a78sxb, .zxd7n05g, .djgzxq:not(.rr4t5e), .k0fkq6, .u7it16u4 {
  border: none; box-shadow: var(--sh-card);
}
.urv31 .a78sxb, .urv31 .zxd7n05g,
.urv31 .djgzxq:not(.rr4t5e) { box-shadow: var(--sh-lift); }
.w4deu9 .u7it16u4, .sw1hsih .u7it16u4, .ip14 .u7it16u4 { box-shadow: none; }
.ip14 .trkf1v { border: none; box-shadow: var(--sh-card); }
.mpl7 .u7it16u4 { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.sw1hsih .u7it16u4 summary { border: none; box-shadow: var(--sh-card); }
.sw1hsih .u7it16u4[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.j3ox3g9 .u7it16u4 summary { color: var(--tone-fill-head-raw); }
.t19j .a78sxb { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.ezfw3ku, .xn8x1f8, .rvrrgwhj { border: none; box-shadow: var(--panel-sh, none); }
.xkonc0r3 .lko6p { border: none; box-shadow: var(--sub-sh, none); }
.pagg .ezfw3ku, .pagg .rvrrgwhj { box-shadow: var(--panel-sh, none); }
.pagg .k0fkq6, .pagg .zz7qt0g3 .xn8x1f8 { box-shadow: var(--sh-card); }
.pagg .xkonc0r3 .lko6p { box-shadow: var(--sub-sh, none); }
.qd3it .lko6p, .pagg .qd3it .lko6p, .urv31 .qd3it .lko6p { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.ezfw3ku { background: var(--bg-card-inner); border-radius: var(--r-card); }
.fvspx { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.x3z4 .ezfw3ku   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.cq7bsm .ezfw3ku { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.zs3md .ezfw3ku     { border: none; }
.zs3md .fvspx { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.dtzv6be4 .ezfw3ku    { border: none; box-shadow: var(--sh-card); }
.xn8x1f8 { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.f9kbtm0b { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.xn8x1f8 strong, .m350 .xn8x1f8 strong, .fmzzzhcm .xn8x1f8 strong,
.f9bkd7 .xn8x1f8 strong { color: var(--cl-head); }
.xn8x1f8 p, .m350 .xn8x1f8 p, .fmzzzhcm .xn8x1f8 p,
.f9bkd7 .xn8x1f8 p { color: var(--cl-fg); }
.m350 .xn8x1f8 { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.m350 .xn8x1f8 strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.xx9pvy .xn8x1f8 { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.fmzzzhcm .xn8x1f8 { border: none; }
.f9bkd7 .xn8x1f8  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.zz7qt0g3 .xn8x1f8   { 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); }
.tnexkwv4 { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.tnexkwv4 strong { color: var(--cl-head); }
.tna7f, .c7e6x { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.tna7f ul li, .tna7f .brulbs6 li { color: var(--sem-pos-body); }
.c7e6x ul li, .c7e6x .sk81si li { color: var(--sem-neg-body); }
.r43t0e .tna7f, .r43t0e .c7e6x { border: none; }
.bes4 .tna7f, .bes4 .c7e6x { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.bes4 .tna7f { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.bes4 .c7e6x { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.hf874lf1 .tna7f, .hf874lf1 .c7e6x { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.hf874lf1 .tna7f { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.hf874lf1 .c7e6x { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.xsnhvh3w .tna7f .av714d8, .xsnhvh3w .c7e6x .av714d8 {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.xsnhvh3w .tna7f .av714d8 { background: var(--sem-pos-fg); }
.xsnhvh3w .c7e6x .av714d8 { background: var(--sem-neg-fg); }
.xsnhvh3w .fg81qf::before, .xsnhvh3w .mv0t9mly::before { color: #fff; }
.iaaxsf .tna7f ul li, .iaaxsf .tna7f .brulbs6 li,
.iaaxsf .c7e6x ul li, .iaaxsf .c7e6x .sk81si li { color: var(--text-body); }
.rvrrgwhj { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.yzvlm4et { color: var(--tone-fill-head, var(--text-primary)); }
.yre5yry .zpak a, .yacf .zpak a, .dizs .zpak a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.yre5yry .zpak a:hover, .yacf .zpak a:hover, .dizs .zpak a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.jmdeqi .rvrrgwhj { border-bottom-color: var(--border-alt); }
.jmdeqi .zpak a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.d9td1uf, .douj { border: none; }
.lu6y { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.kzi18 { border-top: none; }
.kzi18 > span { color: var(--tone-fill-head, var(--text-primary)); }
.matz em, .fhi4g em, .nmx0ey1 em, .j6aty em { color: var(--tone-fill-muted, var(--text-muted)); }
.zo15pu .k9rrbia { border-bottom: none; }
.t19j .k9rrbia { border-bottom: none; }
.kacyic.ih08 { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.kacyic.ih08 img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.o7eqtzw5 .kacyic.ih08 img { border-radius: 22%; }
.up5e5cp  .kacyic.ih08 img { border-radius: 50%; }
.up5e5cp  .kacyic.ih08 { padding: 0; }
@media (min-width: 900px) {
  .mqrn4f .u5ncylj > .a78sxb:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.rzmkxk li::marker { color: var(--tone-mark, var(--accent)); }
.mpsgp li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.e6uu3mlf li::marker { color: var(--tone-mark, var(--accent)); }
.juig7 h2.xsulfpf { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.t3mbvd h2.xsulfpf { border-bottom-color: var(--tone-mark, var(--accent)); }
.sbwrleh h2.xsulfpf { border-top-color: var(--tone-mark, var(--accent)); }
.j52r1h .lko6p, .fdzp92m .lko6p, .ex04 .lko6p,
.j52r1h .xn8x1f8, .fdzp92m .xn8x1f8, .ex04 .xn8x1f8,
.j52r1h .bkh29, .fdzp92m .bkh29, .ex04 .bkh29,
.j52r1h .k0fkq6, .fdzp92m .k0fkq6, .ex04 .k0fkq6 { clear: both; }
.i4fzaih .bnps0d { box-shadow: var(--sh-card); }
.k0fkq6 { border-radius: var(--r-card); }
.jz17n0h .t7pq8r { border: none; }
.o213yg8f .euznj3 a { color: var(--b-800); }
.o213yg8f .euznj3 a:hover { color: var(--b-600); }
.hr5cupg .y64jut.t9phtk .bgya,
.hr5cupg section.t9phtk .bgya,
.hr5cupg .nzmwx .bgya { color: var(--b-900) !important; }
.hr5cupg .t9phtk .kwce088q, .hr5cupg .nzmwx .kwce088q { color: var(--b-800); }
.qgl44kzh .lnl378, .qgl44kzh .lnl378 a { color: var(--b-800); }
.qgl44kzh .lnl378 :is(.wpn6, .j2of3o, .phed) { color: var(--b-700); }
.bw7n19wu { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.t3h8rj { border: none; }
.b9cnce .t3h8rj { background: #fff !important; color: var(--cta) !important; }
.bvc9 .bw7n19wu { background: var(--b-100); border: none; }
.bvc9 .e08ecj { color: var(--b-900); }
.bvc9 .l005qinv { color: var(--b-800); }
.kuh4 .bw7n19wu { background: var(--b-900); border: none; border-radius: var(--r-card); }
.kuh4 .e08ecj { color: #fff; }
.kuh4 .l005qinv { color: rgba(255,255,255,0.82); }
.det13xz .bw7n19wu { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.det13xz .t3h8rj { background: #fff !important; color: var(--b-800) !important; }
.wxtxg { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.yw64 { width: 100%; height: 100%; object-fit: cover; }
h2.xsulfpf, .bgya, h1.xsulfpf, .e08ecj { font-weight: 700; }
.nkep h3, h3.wcn239d { font-weight: 600; }
.jztng4w { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.rzmkxk { list-style: none !important; padding-left: 0; margin: 16px 0; }
.rzmkxk li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.rzmkxk li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.rzmkxk 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);
}
.s4pb1 .rzmkxk li { padding-left: 28px; }
.s4pb1 .rzmkxk 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));
}
.s4pb1 .rzmkxk li::after { content: none; }
.s4pb1 .rzmkxk li::marker, .rzmkxk li::marker { content: ""; }
.mpsgp { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.mpsgp li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.mpsgp 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;
}
.s4pb1 .mpsgp li::before { border-radius: 50%; }
.mpsgp li::marker { content: ""; }
.e6uu3mlf { list-style: none; padding-left: 16px; }
.e6uu3mlf li { position: relative; padding-left: 16px; }
.e6uu3mlf li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.e6uu3mlf li::marker { content: ""; }
h3.wcn239d { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.di0yjiu strong, .gswfk strong, .u5k2fae 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");
}
.brulbs6 li::before, .sk81si 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);
}
.sk81si li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.brulbs6 li, .sk81si li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.fg81qf::before, .mv0t9mly::before { content: none !important; display: none !important; }
.av714d8 { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.nylmts .kt76qbw, .kt76qbw {
  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;
}
.nsrf5s .kt76qbw     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.f9kbtm0b .kt76qbw { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.k3ts .kt76qbw  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.tnexkwv4 .kt76qbw, .frxib .kt76qbw { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.kt76qbw::before { content: none !important; }
.xn8x1f8 { gap: 14px; }
.a78sxb { --rv-pad: 24px; }
.k9rrbia { padding: var(--rv-pad); }
.ro01yy { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.ro01yy > * { margin: 0 !important; }
.mld6emtg { line-height: var(--lh-read); }
.kzi18 {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.kzi18 > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.kzi18 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)); }
.kzi18 b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.gt6c995 { gap: 16px; }
.iaaxsf .tna7f, .iaaxsf .c7e6x { padding: 0; }
.iaaxsf .c7e6x { padding-left: 20px; }
.mjzwo58c { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.gt6c995 + .mjzwo58c { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.ejwzwc { 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); }
.d9td1uf, .lu6y, .frozy {
  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));
}
.tnexkwv4 { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.tnexkwv4 strong, .m350 .tnexkwv4 strong,
.tnexkwv4 p, .frxib p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.tnexkwv4 { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.gp75dm 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); }
.gp75dm .ryzfsmk { color: inherit; opacity: .7; }
.xkonc0r3 .lko6p { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.yjtvby h2.xsulfpf { 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); }
.rx311 .kuh4 .t3h8rj, .rx311 .det13xz .t3h8rj,
.rx311.zlugwi5o .w45ift, .rx311.tcau0 .lnl378 .my7k { background: #fff !important; color: var(--b-900) !important; }
.mqrn4f .u5ncylj { align-items: stretch; }
.a78sxb { display: flex; flex-direction: column; }
.a78sxb .ro01yy { flex: 1 1 auto; }
.a78sxb .tnexkwv4 { margin-top: auto !important; }
.t7pq8r { font-size: var(--fs-sm); }
.t7pq8r th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.t7pq8r td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.t7pq8r td:first-child { font-weight: 600; color: var(--text-primary); }
.t7pq8r tbody tr:last-child td { border-bottom: none; }
.t7pq8r tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.k2il7oxz .t7pq8r th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.jz17n0h .t7pq8r th, .jz17n0h .t7pq8r td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.jz17n0h .t7pq8r th + th, .jz17n0h .t7pq8r td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.jz17n0h .t7pq8r tbody tr:last-child td { border-bottom: none; }
.gyx9 .jz17n0h .t7pq8r th + th, .f03r .jz17n0h .t7pq8r th + th,
.uc0jqjsl.jz17n0h .t7pq8r th + th { border-left-color: rgba(255,255,255,0.16); }
.s71p6r .t7pq8r tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.x9dg1 { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.ezfw3ku {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.ezfw3ku:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.kbrzffi6, .xbyz .kbrzffi6 {
  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;
}
.usbnxq .kbrzffi6 { border-radius: 50%; padding: 14px; }
.sg85l086 .ezfw3ku { align-items: center; text-align: center; }
.sg85l086 .e6uu3mlf { text-align: left; }
.sg85l086 .cux9 { margin-left: auto; margin-right: auto; }
.fvspx, .amq7 .fvspx, .zs3md .fvspx {
  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));
}
.xnl1a { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.e6uu3mlf { 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); }
.e6uu3mlf li { margin-bottom: 6px; line-height: var(--lh-snug); }
.njw651 .fvspx { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.njw651 .fvspx::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.sg85l086.njw651 .fvspx, .usbnxq.njw651 .fvspx { align-items: center; }
.xv5gade2 .ezfw3ku { padding-left: 0; padding-right: 0; }
.xv5gade2 .ezfw3ku:hover { transform: none; box-shadow: none; }
.ezfw3ku, .zs3md .ezfw3ku { background: var(--bg-card); box-shadow: var(--sh-card); }
.pagg .ezfw3ku, .urv31 .ezfw3ku { box-shadow: var(--sh-card); }
.xv5gade2 .ezfw3ku, .pagg .xv5gade2 .ezfw3ku { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .x9dg1:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .x9dg1:has(> :nth-child(5):last-child) .ezfw3ku { padding: 20px 16px 18px; }
  .x9dg1:has(> :nth-child(6):last-child), .x9dg1:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .x9dg1:has(> :nth-child(7):last-child), .x9dg1:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .rzmkxk li, [dir="rtl"] .s4pb1 .rzmkxk li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .s4pb1 .rzmkxk li { padding-right: 28px; }
[dir="rtl"] .rzmkxk li::before { left: auto; right: 0; }
[dir="rtl"] .s4pb1 .rzmkxk li::before { left: auto; right: 6px; }
[dir="rtl"] .rzmkxk li::after { left: auto; right: 9px; }
[dir="rtl"] .mpsgp li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .mpsgp li::before { left: auto; right: 0; }
[dir="rtl"] .e6uu3mlf { padding-left: 0; padding-right: 0; }
[dir="rtl"] .e6uu3mlf li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .e6uu3mlf li::before { left: auto; right: 0; }
[dir="rtl"] .brulbs6 li, [dir="rtl"] .sk81si li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .brulbs6 li::before, [dir="rtl"] .sk81si li::before { left: auto; right: 0; }
[dir="rtl"] .hf874lf1 .tna7f, [dir="rtl"] .hf874lf1 .c7e6x { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .hf874lf1 .tna7f { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .hf874lf1 .c7e6x { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .iaaxsf .c7e6x { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .xn8x1f8, [dir="rtl"] .f9bkd7 .xn8x1f8, [dir="rtl"] .zz7qt0g3 .xn8x1f8 { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .m350 .xn8x1f8, [dir="rtl"] .xx9pvy .xn8x1f8, [dir="rtl"] .fmzzzhcm .xn8x1f8 { border-right: none; }
[dir="rtl"] .juig7 h2.xsulfpf { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .x3z4 .ezfw3ku { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .ezfw3ku { align-items: flex-start; text-align: right; }
[dir="rtl"] .t7pq8r th, [dir="rtl"] .t7pq8r td { text-align: right; }
[dir="rtl"] .jz17n0h .t7pq8r th + th, [dir="rtl"] .jz17n0h .t7pq8r td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .mpl7 .u7it16u4, [dir="rtl"] .j3ox3g9 .u7it16u4 summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .u7it16u4 summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .zyxp3 .djgzxq:not(.rr4t5e) .j2fvvbt:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .j2fvvbt { gap: 0 14px; padding: 16px; }
  .j2fvvbt::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .sj5a61, .v1hvui4 { flex: 1 1 0; min-width: 0; }
  .mhfe1w7 { flex: 0 0 auto; }
  .pyvrr65 { align-self: center; }
  
  .arhs86i, .sq2b9, .e8br,
  .wzv7x, .mkkri, .p2zu1bax,
  .z14gdj0, .batg, .gfbo {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .arhs86i, .sq2b9, .e8br { flex-basis: 100%; min-width: 100%; }
  
  .j0w02yo, .kxjj90 { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .ywdn, .x77u { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .x77u .douj:nth-child(n+3) { display: inline-block; }
  .x77u .douj:nth-child(n+4) { display: none; }
  
  .bqxubjy, .ecqzopgv { margin-top: 16px; }
  .ykll6rns { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .wzv7x, .mkkri, .p2zu1bax,
  .z14gdj0, .batg, .gfbo { flex-basis: 100%; min-width: 100%; }
}
.vb8hjs.ih08, .i6yaen .vb8hjs.ih08, .ynya .vb8hjs.ih08,
.ryqqsz .vb8hjs.ih08, .iuvocudp .vb8hjs.ih08,
.c22u3j4i.ih08, .i6yaen .c22u3j4i.ih08, .ynya .c22u3j4i.ih08,
.ryqqsz .c22u3j4i.ih08, .iuvocudp .c22u3j4i.ih08 {
  background: transparent; padding: 0; width: auto; height: auto;
}
.i6yaen .vb8hjs.ih08 .gjfox3x3, .ynya .vb8hjs.ih08 .gjfox3x3,
.ryqqsz .vb8hjs.ih08 .gjfox3x3, .iuvocudp .vb8hjs.ih08 .gjfox3x3 { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .vb8hjs.ih08 .gjfox3x3 { max-height: 64px; max-width: 64px; }
  
  .x77u { flex-wrap: wrap; overflow: visible; }
  .x77u .douj { max-width: 100%; }
}
.yb54mw { display: none; }
.l7cy, .rr17 { display: contents; }
.tnexkwv4, .fmzzzhcm .tnexkwv4, .zz7qt0g3 .tnexkwv4 { background: transparent !important; }
.mjzwo58c .d9td1uf, .mjzwo58c .lu6y, .mjzwo58c .frozy { background: var(--bg-surface); color: var(--text-body); }
.gp75dm { align-items: center; gap: 10px; }
.gp75dm strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.gyuxee {
  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);
}
.ll7kte { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.ll7kte em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.ll7kte b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.gyuxee .my7k { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .gyuxee { flex-direction: column; align-items: stretch; }
  .gyuxee .my7k { text-align: center; }
}
@media (min-width: 900px) {
  .gydab71 .u5ncylj, .gydab71.mqrn4f .u5ncylj { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .gydab71 .a78sxb:has(> .l7cy) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .gydab71 .a78sxb:has(> .l7cy) > .gyuxee { display: none; }

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

  .gydab71 .rr17 { display: flex; flex-direction: column; min-width: 0; }
  .gydab71 .rr17 .m31sh { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .gydab71 .rr17 .m31sh img.enmlasxe { max-height: 250px; }
  .gydab71 .rr17 .ro01yy { flex: 1 1 auto; }
  
  .gydab71 .rr17 .gt6c995 { grid-template-columns: 1fr 1fr; gap: 20px; }
  .gydab71 .rr17 .mjzwo58c { flex-wrap: wrap; }
  .gydab71 .rr17 .ejwzwc { flex: 0 0 auto; margin: 0 8px 0 0; }
  .gydab71 .a78sxb:last-child:nth-child(odd) { grid-column: auto; }
  
  .gydab71.zo15pu .k9rrbia, .gydab71.uaaas .k9rrbia { background: none; }
}
[dir="rtl"] .gydab71 .l7cy .kzi18 b { text-align: left; }
[dir="rtl"] .gydab71 .l7cy .kzi18 > .matz b { text-align: right; }
[dir="rtl"] .gydab71 .rr17 .ejwzwc { margin: 0 0 0 8px; }
.sgixb .a78sxb .m31sh { order: -1; }
.sgixb .a78sxb .m31sh img.enmlasxe { max-height: 210px; width: 100%; }
.sgixb .a78sxb:has(.m31sh) .k9rrbia { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.sgixb .a78sxb:has(.m31sh) .kacyic { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.sgixb.up5e5cp .a78sxb:has(.m31sh) .kacyic { border-radius: 50%; }
.sgixb .a78sxb:has(.m31sh) .nkep,
.sgixb .a78sxb:has(.m31sh) .khz1 { padding-top: 52px; }
.sgixb.zo15pu .k9rrbia, .sgixb.uaaas .k9rrbia { background: none; }
.rdyyu .a78sxb .m31sh { display: none; }
.rdyyu .a78sxb { --rv-pad: 20px; }
.rdyyu .mld6emtg { font-size: var(--fs-sm); line-height: 1.65; }
.rdyyu .ro01yy { gap: 16px; }
.rdyyu .mjzwo58c + .mjzwo58c { display: none; }
.rdyyu .kacyic.ih08, .rdyyu .kacyic.ih08 img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.usbnxq .ezfw3ku { align-items: center; text-align: center; }
.usbnxq .e6uu3mlf { text-align: left; }
.rywt2 .x9dg1, .rywt2 .x9dg1:has(> :nth-child(5):last-child),
.rywt2 .x9dg1:has(> :nth-child(6):last-child), .rywt2 .x9dg1:has(> :nth-child(7):last-child),
.rywt2 .x9dg1:has(> :nth-child(8):last-child), .rywt2 .x9dg1:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.rywt2 .ezfw3ku { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.rywt2 .kbrzffi6, .rywt2 .cux9 { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.rywt2 .fvspx, .rywt2 .xnl1a, .rywt2 .e6uu3mlf { grid-column: 2; }
.rywt2 .ezfw3ku > .fvspx:first-child, .rywt2 .ezfw3ku > .fvspx:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .rywt2 .ezfw3ku { direction: rtl; }
.jnpo29y .ezfw3ku { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.jnpo29y .kbrzffi6 {
  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;
}
.jnpo29y .fvspx, .jnpo29y .xnl1a { padding-left: 22px; padding-right: 22px; }
.jnpo29y .e6uu3mlf { margin-left: 22px; margin-right: 22px; }
.jnpo29y .x9dg1:has(> :nth-child(5):last-child) .ezfw3ku { 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"); }
.e6uu3mlf { padding-left: 0 !important; }
.e6uu3mlf li { padding-left: 22px; margin-bottom: 8px; }
.e6uu3mlf 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"] .e6uu3mlf li { padding-left: 0; padding-right: 22px; }
.kzi18:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .gydab71 .a78sxb:has(> .l7cy) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .gydab71 .a78sxb:has(> .l7cy) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .gydab71 .l7cy { background: none; align-self: start; position: sticky; top: 96px; }
  .gydab71 .l7cy .kzi18 { align-items: stretch; }
  .gydab71 .l7cy .khz1 { margin-top: 0; padding: 20px 0 0; }
  .gydab71 .l7cy .nkep { padding: 0; }
  
  .gydab71.fc8jgll .l7cy .kacyic { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .gydab71.fc8jgll .l7cy .kacyic:not(.ih08) { width: 112px; height: 112px; padding: 6px; }
}
.sgixb.fc8jgll .k9rrbia { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.sgixb.fc8jgll .kacyic { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.sgixb.fc8jgll .nkep, .sgixb.fc8jgll .khz1 { padding-left: 0; padding-right: 0; padding-bottom: 0; }
.rywt2 .x9dg1, .rywt2 .x9dg1:has(> :nth-child(5):last-child),
.rywt2 .x9dg1:has(> :nth-child(6):last-child), .rywt2 .x9dg1:has(> :nth-child(7):last-child),
.rywt2 .x9dg1:has(> :nth-child(8):last-child), .rywt2 .x9dg1:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rywt2 .x9dg1 > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.rywt2 .ezfw3ku { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.rywt2 .kbrzffi6, .rywt2 .cux9 { position: absolute; left: 22px; top: 22px; margin: 0; }
.rywt2 .ezfw3ku:not(:has(.kbrzffi6, .cux9)) { padding-left: 22px; }
[dir="rtl"] .rywt2 .ezfw3ku { padding: 22px 104px 22px 22px; }
[dir="rtl"] .rywt2 .kbrzffi6, [dir="rtl"] .rywt2 .cux9 { left: auto; right: 22px; }
@media (max-width: 700px) { .rywt2 .x9dg1 { grid-template-columns: minmax(0, 1fr) !important; } }
.rywt2 .x9dg1 .ezfw3ku { padding: 22px 22px 22px 104px !important; }
.rywt2 .x9dg1 .ezfw3ku:not(:has(.kbrzffi6, .cux9)) { padding-left: 22px !important; }
[dir="rtl"] .rywt2 .x9dg1 .ezfw3ku { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .gt6c995, .bkh29 { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .iaaxsf .c7e6x, [dir="rtl"] .iaaxsf .c7e6x {
    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;
  }
  
  .sgixb .a78sxb:has(.m31sh) .nkep { padding-top: 0; }
}
.sfadxp p, .mecd, .rq4kwm8, .a537n8, .pw17h0ry,
.dlwatiz8, .lvl3xf, .oite, .tui6hcf7 p, .f2hdfe p { color: var(--text-body); }
.x87u7pt { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.ly77djtt, .o0p8pfet .ly77djtt, .xq8dknk,
.s7xdow, .zkbshga, .bj6gemme,
.tui6hcf7 h2, .tui6hcf7 h3, .g41b h2, .ukfbvqdf 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;
}
.sjykqai { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.jlhh7b6l { font-weight: 700; letter-spacing: -0.02em; }
.rq4kwm8, .a537n8 { list-style: none !important; padding-left: 0; }
.rq4kwm8 li, .a537n8 li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.rq4kwm8 li::marker, .a537n8 li::marker { content: ""; }
.rq4kwm8 li::before, .a537n8 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"] .rq4kwm8 li, [dir="rtl"] .a537n8 li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .rq4kwm8 li::before, [dir="rtl"] .a537n8 li::before { left: auto; right: 6px; }
.f2hdfe, .d9btxs, .tui6hcf7 { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.qksgdgov { border: none; box-shadow: var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.sfadxp a:not(.my7k):not(.gzefq0) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .xlxoz .bw7n19wu {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .xlxoz .wxtxg { 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); }
  .xlxoz .i2tknc8l { flex: 1 1 0; min-width: 0; }
  .xlxoz .e08ecj {
    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;
  }
  .xlxoz .t3h8rj { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .jthl0 { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.rhnd69zn h1, .rhnd69zn h2, .rhnd69zn h3, .rhnd69zn .bgya,
.rhnd69zn h2.xsulfpf, .rhnd69zn h1.xsulfpf { font-weight: 600; }
.cy76c6ji h1, .cy76c6ji h2, .cy76c6ji h3, .cy76c6ji .bgya,
.cy76c6ji h2.xsulfpf, .cy76c6ji h1.xsulfpf { font-weight: 700; }
.vzmjv h1, .vzmjv .bgya, .vzmjv h1.xsulfpf,
.wynlpre.rhnd69zn .bgya { font-weight: 600; }
h3.wcn239d, .cy76c6ji h3.wcn239d, .nkep h3, .cy76c6ji .nkep h3 { font-weight: 600; }
.bflw29 .euznj3 a, .mzyfhi .euznj3 a { font-weight: 600; }
.vavg .uolxq5ci { font-weight: 600; }
.vavg .rzlvqulo { font-weight: 700; }
.gjm32 { font-weight: 600; }
.rzlvqulo { font-weight: 700; }
.kwce088q { font-weight: 400; }
.lfdvudxw { display: block; }
.tczwqka { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.tczwqka .rvrrgwhj { margin: 20px 0 8px; }
.dayf4 { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .tczwqka { padding: 0 16px; } }
@media (min-width: 1100px) {
  .i3wrkuh .ioztslmq, .dnp61 .ioztslmq, .s84qa .ioztslmq,
  .i3wrkuh .lfdvudxw, .dnp61 .lfdvudxw, .s84qa .lfdvudxw { max-width: 1280px; }
  .i3wrkuh .lfdvudxw, .dnp61 .lfdvudxw, .s84qa .lfdvudxw {
    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;
  }
  .dnp61 .lfdvudxw, .s84qa .lfdvudxw { grid-template-columns: minmax(0, 1fr) 264px; }
  .dnp61 .tczwqka, .s84qa .tczwqka { order: 2; }
  .i3wrkuh .tczwqka, .dnp61 .tczwqka, .s84qa .tczwqka {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .i3wrkuh .s6i8z, .dnp61 .s6i8z, .s84qa .s6i8z {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .i3wrkuh .e63hubw .iwylv, .dnp61 .e63hubw .iwylv,
  .s84qa .e63hubw .iwylv { max-width: none; padding-left: 0; padding-right: 0; }
  .i3wrkuh .e63hubw > .dayf4:first-child, .dnp61 .e63hubw > .dayf4:first-child,
  .s84qa .e63hubw > .dayf4:first-child { padding-top: 0; }
  .i3wrkuh .e63hubw > .dayf4:first-child .iwylv, .dnp61 .e63hubw > .dayf4:first-child .iwylv,
  .s84qa .e63hubw > .dayf4:first-child .iwylv { padding-top: 0; }

  
  .i3wrkuh .tczwqka .rvrrgwhj, .dnp61 .tczwqka .rvrrgwhj, .s84qa .tczwqka .rvrrgwhj {
    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;
  }
  .i3wrkuh .tczwqka .yzvlm4et, .dnp61 .tczwqka .yzvlm4et, .s84qa .tczwqka .yzvlm4et {
    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);
  }
  .i3wrkuh .tczwqka .zpak, .dnp61 .tczwqka .zpak, .s84qa .tczwqka .zpak {
    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);
  }
  .i3wrkuh .tczwqka .zpak li, .dnp61 .tczwqka .zpak li, .s84qa .tczwqka .zpak li {
    display: block !important; margin: 0 !important;
  }
  .i3wrkuh .tczwqka .zpak li::before, .dnp61 .tczwqka .zpak li::before, .s84qa .tczwqka .zpak li::before,
  .i3wrkuh .tczwqka .zpak li::after, .dnp61 .tczwqka .zpak li::after, .s84qa .tczwqka .zpak li::after,
  .i3wrkuh .tczwqka .zpak a::before, .dnp61 .tczwqka .zpak a::before, .s84qa .tczwqka .zpak a::before {
    content: none !important; display: none !important;
  }
  .i3wrkuh .tczwqka .zpak a, .dnp61 .tczwqka .zpak a, .s84qa .tczwqka .zpak 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;
  }
  .i3wrkuh .tczwqka .zpak a:hover, .dnp61 .tczwqka .zpak a:hover, .s84qa .tczwqka .zpak a:hover { color: var(--text-primary) !important; }
  .i3wrkuh .tczwqka .zpak a.xsfhe, .dnp61 .tczwqka .zpak a.xsfhe, .s84qa .tczwqka .zpak a.xsfhe {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .s84qa .zjqihvn2 {
    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);
  }
  .b76zx { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .kophnha { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .jma0o3m { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .up5e5cp .jma0o3m { border-radius: 50%; }
  .p5yjapq9 { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .q6qb4 { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .o6xnkgh0 { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .tczwqka .zpak { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .i3wrkuh .tczwqka .zpak a, [dir="rtl"] .dnp61 .tczwqka .zpak a, [dir="rtl"] .s84qa .tczwqka .zpak 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"] .i3wrkuh .tczwqka .zpak a.xsfhe, [dir="rtl"] .dnp61 .tczwqka .zpak a.xsfhe, [dir="rtl"] .s84qa .tczwqka .zpak a.xsfhe { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .hci0js .tczwqka .zpak, [dir="rtl"] .ax4v7u3n .tczwqka .zpak,
[dir="rtl"].hci0js .tczwqka .zpak, [dir="rtl"].ax4v7u3n .tczwqka .zpak { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .tczwqka .zpak { border-right: none; } }
.ax4v7u3n .tczwqka {
  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);
}
.ax4v7u3n .tczwqka .rvrrgwhj {
  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;
}
.ax4v7u3n .tczwqka .yzvlm4et { display: none !important; }
.ax4v7u3n .tczwqka .zpak {
  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;
}
.ax4v7u3n .tczwqka .zpak::-webkit-scrollbar { display: none; }
.ax4v7u3n .tczwqka .zpak li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.ax4v7u3n .tczwqka .zpak li::before, .ax4v7u3n .tczwqka .zpak li::after,
.ax4v7u3n .tczwqka .zpak a::before { content: none !important; display: none !important; }
.ax4v7u3n .tczwqka .zpak 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;
}
.ax4v7u3n .tczwqka .zpak li:first-child a { padding-left: 0 !important; }
.ax4v7u3n .tczwqka .zpak a:hover { color: var(--text-primary) !important; }
.ax4v7u3n .tczwqka .zpak a.xsfhe { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.ax4v7u3n .dayf4 { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .ax4v7u3n .tczwqka .rvrrgwhj { padding: 0 16px !important; } }
.ax4v7u3n .tczwqka .zpak {
  -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;
}
.ax4v7u3n .tczwqka .rvrrgwhj { overflow: hidden; }
.s4pb1 .rzmkxk li::before, .rq4kwm8 li::before, .a537n8 li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .ezc1, .z2rea6, .zp6n4, .fnflcyt { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .tnexkwv4, .frxib { display: block !important; }
  .tnexkwv4 .kt76qbw, .frxib .kt76qbw { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .tnexkwv4 .kt76qbw, [dir="rtl"] .frxib .kt76qbw { float: right; margin: 0 0 0 8px; }
  .tnexkwv4 strong, .frxib strong { line-height: 18px; margin-bottom: 8px; }
  .tnexkwv4 p, .frxib p { clear: both; }
  .a78sxb { --rv-pad: 18px; }
  .ro01yy { gap: 16px; }
}
.pfloh .nkw78, .cr0k0 .nkw78, .r8tq .nkw78, .ay5m .nkw78 { color: var(--text-primary); }
.pfloh .nkw78 .w0hm7a8 { color: var(--tone-link, var(--accent)); }
.pfloh .nkw78:not(:has(.w0hm7a8))::first-letter { color: var(--tone-link, var(--accent)); }
.pfloh .nkw78 { display: inline-block; }
.ay5m .nkw78::after { content: "."; color: var(--tone-mark, var(--accent)); }
.r8tq .nkw78 { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.cr0k0 .nkw78 { font-weight: 700; letter-spacing: -0.035em; }
.f4kvv4 .nkw78, .zlugwi5o .nkw78,
.f4kvv4 .nkw78 .w0hm7a8, .zlugwi5o .nkw78 .w0hm7a8 { color: #fff !important; }
.f4kvv4.ay5m .nkw78::after, .zlugwi5o.ay5m .nkw78::after { color: rgba(255,255,255,0.7); }
.f4kvv4.pfloh .nkw78::first-letter, .zlugwi5o.pfloh .nkw78::first-letter { color: #fff; }
.yfs1s .e63hubw > .dayf4:nth-of-type(even) .i4fzaih { display: none; }
.ivz9ncxm .e63hubw > .dayf4 .i4fzaih { display: none; }
.ivz9ncxm .e63hubw > .dayf4:nth-of-type(-n+2) .i4fzaih { display: block; }
.yfnj .i4fzaih { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.yfnj .i4fzaih .bnps0d { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .yfnj .i4fzaih .bnps0d { aspect-ratio: 16 / 7; } }
.yimg9yz4 .i4fzaih .bnps0d { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.yimg9yz4 .i4fzaih::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.yimg9yz4 .i4fzaih, .b79js .i4fzaih { border-radius: var(--r-card); isolation: isolate; }
.b79js .i4fzaih .bnps0d { filter: grayscale(1) contrast(1.1); }
.gaopq60, .gaopq60.y64jut { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.gaopq60 .xb07o9 { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.gaopq60 .bgya { 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; }
.gaopq60 .kwce088q { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.gaopq60 .xb07o9::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.gaopq60 ~ .shhhg05 { position: static !important; transform: none !important; left: auto !important; width: 100% !important; max-width: var(--content-mw, 1100px) !important; margin: 0 auto !important; padding: 16px 24px 0 !important; }
.gaopq60 ~ .shhhg05 .oa6inrj3 { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .i3wrkuh .gaopq60 .xb07o9, .dnp61 .gaopq60 .xb07o9, .s84qa .gaopq60 .xb07o9 { max-width: 1280px; }
}
@media (max-width: 640px) { .gaopq60 { padding-top: 24px; } .gaopq60 .xb07o9 { padding: 0 16px; } .gaopq60 .bgya { font-size: var(--fs-h2); max-width: none; } }
.ki7hkbh, .ki7hkbh.y64jut, .tuu9w, .tuu9w.y64jut {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.ki7hkbh .xb07o9, .tuu9w .xb07o9 { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.f5u62.d5fylxk, .f5u62.d5fylxk.y64jut { min-height: 0 !important; padding: 48px 0; }
.rr4t5e .rzlvqulo {
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25;
}
.rr4t5e .arhs86i, .rr4t5e .sq2b9, .rr4t5e .e8br { background: var(--tone-fill-raw, var(--accent-bg)); }
.rr4t5e .j2fvvbt { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.rr4t5e .j2fvvbt::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .rr4t5e .j2fvvbt {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .rr4t5e .fogx1j, .rr4t5e .mhfe1w7, .rr4t5e .sj5a61, .rr4t5e .v1hvui4,
  .rr4t5e .arhs86i, .rr4t5e .bqxubjy, .rr4t5e .ecqzopgv {
    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;
  }
  
  .y64jut .rr4t5e, .rr4t5e.mahmkd8, .rr4t5e.d6k6, .rr4t5e.d2826 {
    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;
  }
  .y64jut .rr4t5e::-webkit-scrollbar { display: none; }
  .y64jut .rr4t5e .j2fvvbt { flex: 0 0 74% !important; scroll-snap-align: center; }
  .ki7hkbh, .tuu9w { padding: 32px 0 24px; }
  .f5u62.d5fylxk { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .tuu9w, .ki7hkbh, .f5u62.d5fylxk { overflow-x: clip; max-width: 100vw; }
  .tuu9w .xb07o9, .ki7hkbh .xb07o9, .d5fylxk .jx21kl, .d5fylxk .gauox2b { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .y64jut .rr4t5e { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.h0b5, .h0b5.y64jut, .t3vjol, .t3vjol.y64jut {
  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);
}
.hr5cupg .h0b5, .hr5cupg .t3vjol { --hero-fg: var(--b-900); --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-700); }
.h0b5 { background: linear-gradient(120deg, var(--hero-a, var(--b-900)) 0%, var(--hero-b, var(--b-800)) 100%); padding: 36px 0 40px; }
.hr5cupg .h0b5 { border-bottom: var(--bw-hair) solid var(--b-200); }
.h0b5 .xb07o9, .t3vjol .xb07o9 {
  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;
}
.h0b5 .xb07o9 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.bm8xdk59 .xb07o9:has(.cx04yn1h) { grid-template-columns: minmax(0, 1fr) 320px; }
.h0b5 .bgya, .t3vjol .bgya, .gaopq60 .bgya {
  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;
}
.h0b5 .bgya, .t3vjol .bgya { color: var(--hero-fg) !important; }
.h0b5 .kwce088q, .t3vjol .kwce088q {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.cx04yn1h 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); }
.tzqagcx3 .oa6inrj3, .tzqagcx3 .oa6inrj3 * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.tzqagcx3 .oa6inrj3 { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.h0b5 .tzqagcx3 .oa6inrj3, .h0b5 .tzqagcx3 .oa6inrj3 a, .h0b5 .tzqagcx3 .oa6inrj3 span,
.t3vjol .tzqagcx3 .oa6inrj3, .t3vjol .tzqagcx3 .oa6inrj3 a, .t3vjol .tzqagcx3 .oa6inrj3 span { color: var(--hero-fg-dim) !important; }
.h0b5 .tzqagcx3 .oa6inrj3 a, .t3vjol .tzqagcx3 .oa6inrj3 a { color: var(--hero-fg) !important; font-weight: 600; }
.gaopq60 .tzqagcx3 .oa6inrj3 { color: var(--text-muted); }
.gaopq60 .xb07o9::after { margin-top: 22px; }
.t3vjol .bgya { max-width: 24ch; }
.up5e5cp .z2zrs1nw img { border-radius: 50%; }
@media (min-width: 1100px) {
  .i3wrkuh .h0b5 .xb07o9, .dnp61 .h0b5 .xb07o9, .s84qa .h0b5 .xb07o9,
  .i3wrkuh .t3vjol .xb07o9, .dnp61 .t3vjol .xb07o9, .s84qa .t3vjol .xb07o9 { max-width: 1280px; }
}
@media (max-width: 760px) {
  .h0b5 { padding: 24px 0 26px; }
  .h0b5 .xb07o9, .t3vjol .xb07o9 { padding: 0 16px; }
  .bm8xdk59 .xb07o9:has(.cx04yn1h) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .cx04yn1h { display: none; }
  .t3vjol { padding-top: 12px; }
  .mde5fe2 { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .z2zrs1nw { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .z2zrs1nw img { width: 48px; height: 48px; flex: 0 0 48px; }
  .hs6tldx0 { flex: 0 0 auto; }
  .py9jx { flex: 1 1 0; min-width: 0; }
  .h0b5 .bgya, .t3vjol .bgya, .gaopq60 .bgya { font-size: 25px !important; max-width: none; }
  .h0b5 .kwce088q, .t3vjol .kwce088q { font-size: 15px; }
}
.nc54f3 .kwce088q, .f5u62 .kwce088q, .nzmwx .kwce088q { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .fhg5x9yj .djgzxq:not(.rr4t5e), .tok1b8k .djgzxq:not(.rr4t5e) {
    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;
  }
  .fhg5x9yj .djgzxq:not(.rr4t5e) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .fhg5x9yj .djgzxq:not(.rr4t5e):has(> :nth-child(5):last-child),
  .fhg5x9yj .djgzxq:not(.rr4t5e):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .fhg5x9yj .djgzxq:not(.rr4t5e):has(> :nth-child(3):last-child),
  .fhg5x9yj .djgzxq:not(.rr4t5e):has(> :nth-child(6):last-child),
  .fhg5x9yj .djgzxq:not(.rr4t5e):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tok1b8k .djgzxq:not(.rr4t5e) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .fhg5x9yj .djgzxq:not(.rr4t5e) > .j2fvvbt,
  .tok1b8k .djgzxq:not(.rr4t5e) > .j2fvvbt: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;
  }
  .fhg5x9yj .djgzxq:not(.rr4t5e) > .j2fvvbt:hover,
  .tok1b8k .djgzxq:not(.rr4t5e) > .j2fvvbt:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .fhg5x9yj .j2fvvbt .fogx1j, .tok1b8k .j2fvvbt:nth-child(-n+3) .fogx1j {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .fhg5x9yj .j2fvvbt .mhfe1w7, .fhg5x9yj .j2fvvbt .sj5a61, .fhg5x9yj .j2fvvbt .v1hvui4,
  .tok1b8k .j2fvvbt:nth-child(-n+3) .mhfe1w7, .tok1b8k .j2fvvbt:nth-child(-n+3) .sj5a61,
  .tok1b8k .j2fvvbt:nth-child(-n+3) .v1hvui4 { order: -2; padding: 0; gap: 12px; }
  .fhg5x9yj .j2fvvbt .vb8hjs, .tok1b8k .j2fvvbt:nth-child(-n+3) .vb8hjs {
    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;
  }
  .fhg5x9yj .j2fvvbt .gjfox3x3, .tok1b8k .j2fvvbt:nth-child(-n+3) .gjfox3x3 { max-height: 88px !important; max-width: 88% !important; }
  .fhg5x9yj .j2fvvbt .gjm32, .tok1b8k .j2fvvbt:nth-child(-n+3) .gjm32 { padding: 0 16px; font-size: var(--fs-body); }
  .fhg5x9yj .j2fvvbt .pyvrr65, .tok1b8k .j2fvvbt:nth-child(-n+3) .pyvrr65 { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .fhg5x9yj .j2fvvbt .bqxubjy, .fhg5x9yj .j2fvvbt .ecqzopgv,
  .tok1b8k .j2fvvbt:nth-child(-n+3) .bqxubjy, .tok1b8k .j2fvvbt:nth-child(-n+3) .ecqzopgv { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .fhg5x9yj .j2fvvbt .ecqzopgv::before, .tok1b8k .j2fvvbt:nth-child(-n+3) .ecqzopgv::before { display: none; }
  .fhg5x9yj .j2fvvbt .ywdn, .fhg5x9yj .j2fvvbt .x77u,
  .tok1b8k .j2fvvbt:nth-child(-n+3) .ywdn, .tok1b8k .j2fvvbt:nth-child(-n+3) .x77u { justify-content: center; }
  .fhg5x9yj .j2fvvbt .rzlvqulo, .tok1b8k .j2fvvbt:nth-child(-n+3) .rzlvqulo { font-size: var(--fs-sm); }
  
  .fhg5x9yj .j2fvvbt .wnz9pz3z, .tok1b8k .j2fvvbt:nth-child(-n+3) .wnz9pz3z { display: none; }
  
  .fhg5x9yj .djgzxq:not(.rr4t5e) > .j2fvvbt::before,
  .tok1b8k .djgzxq:not(.rr4t5e) > .j2fvvbt: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"] .fhg5x9yj .djgzxq:not(.rr4t5e) > .j2fvvbt::before,
  [dir="rtl"] .tok1b8k .djgzxq:not(.rr4t5e) > .j2fvvbt:nth-child(-n+3)::before { left: auto; right: 10px; }

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

  
  .wmnk0 .djgzxq:not(.rr4t5e) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .wmnk0 .djgzxq:not(.rr4t5e)::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);
  }
  .wmnk0 .djgzxq:not(.rr4t5e) > .j2fvvbt { padding-top: 10px; padding-bottom: 10px; position: static; }
  .wmnk0 .djgzxq:not(.rr4t5e) > .j2fvvbt:first-child { position: relative; }
  .wmnk0 .djgzxq:not(.rr4t5e) .fogx1j { position: static; }
  .wmnk0 .djgzxq:not(.rr4t5e) .o60yuqrr { display: none; }
  
  .wmnk0 .djgzxq:not(.rr4t5e) > .j2fvvbt:first-child .o60yuqrr {
    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;
  }
  .wmnk0 .vb8hjs { height: 64px !important; width: auto !important; }
  .wmnk0 .gjfox3x3 { max-height: 56px !important; max-width: 120px !important; }
  .wmnk0 .sj5a61 { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .wmnk0 .rzlvqulo { font-size: var(--fs-sm); }
  .wmnk0 .pldzcf4.my7k { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .wmnk0 .dml3vvn .j2fvvbt::before, .wmnk0.dml3vvn .j2fvvbt::before { top: 8px; bottom: 8px; }
  
  .fhg5x9yj.dml3vvn .j2fvvbt::before { border-radius: var(--r-pill) !important; }
  .fhg5x9yj.c0ydr7 .j2fvvbt:nth-child(even), .tok1b8k.c0ydr7 .j2fvvbt:nth-child(even) { background: var(--bg-card) !important; }
  .fhg5x9yj.x1q0omn .j2fvvbt:first-child, .tok1b8k.x1q0omn .j2fvvbt:first-child { border-top: none !important; }
  .fhg5x9yj.zyxp3 .djgzxq:not(.rr4t5e) .j2fvvbt:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .fhg5x9yj .j2fvvbt .ecqzopgv, .tok1b8k .j2fvvbt:nth-child(-n+3) .ecqzopgv { display: flex !important; flex-direction: column; }
  
  .wmnk0 .djgzxq:not(.rr4t5e) { 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; }
  .wmnk0 .djgzxq:not(.rr4t5e) > .j2fvvbt { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .wmnk0 .djgzxq:not(.rr4t5e) > .j2fvvbt + .j2fvvbt { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .wmnk0 .djgzxq:not(.rr4t5e) > .j2fvvbt:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .wmnk0 .sj5a61, .wmnk0 .mhfe1w7, .wmnk0 .v1hvui4 { justify-content: flex-start; align-items: center; }
  .wmnk0 .ecqzopgv { --cs-link-h: 0px; }
  .wmnk0 .ecqzopgv .ykll6rns { display: none; }
}
.yevure { display: none; }
@media (min-width: 901px) {
  .fhg5x9yj .djgzxq:not(.rr4t5e) .yevure,
  .tok1b8k .djgzxq:not(.rr4t5e) > .j2fvvbt:nth-child(-n+3) .yevure { display: block; }
}
body .y64jut.h0b5 .bgya, body .y64jut.t3vjol .bgya,
body section.h0b5 .bgya, body section.t3vjol .bgya { color: var(--hero-fg) !important; text-shadow: none !important; }
body .y64jut.gaopq60 .bgya { text-shadow: none !important; }
@media (max-width: 760px) {
  .z2zrs1nw { width: auto; flex-wrap: wrap; }
  .udz1 { flex: 1 0 100%; margin-top: 4px; }
}
.aeo7m .j9yvah, .z4uqxchq .j9yvah { display: block; }
@media (max-width: 640px) {
  .f4kvv4 .euznj3, .zlugwi5o .euznj3,
  .f4kvv4 .euznj3.xuzo0mw, .zlugwi5o .euznj3.xuzo0mw { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .f4kvv4 .euznj3 a, .zlugwi5o .euznj3 a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .o213yg8f .euznj3, .o213yg8f .euznj3.xuzo0mw { background: var(--b-50) !important; }
}
body .a78sxb .gp75dm strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .a78sxb .gp75dm strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.gydab71 .a78sxb .l7cy .gp75dm strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.h0b5, .t3vjol { --hero-fg-soft: rgba(255,255,255,0.92); --hero-fg-dim: rgba(255,255,255,0.84); }
.hr5cupg .h0b5, .hr5cupg .t3vjol { --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-800); }
.wpn6, .j2of3o, .wiw3obwu .wpn6, .wiw3obwu .j2of3o { color: var(--text-muted); }
@media (max-width: 560px) {
  .kacyic.ih08, .kacyic.ih08 img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .al1q:has(> .nc54f3, > .h0b5, > .f5u62) + .wvg9 { margin-top: -38px; }
  
  .b172l7u .al1q + .wvg9 { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .i3wrkuh .wvg9, .dnp61 .wvg9, .s84qa .wvg9 { max-width: 1280px; }
}
@media (max-width: 640px) {
  .qs0roej .sjykqai { max-width: none; }
}
.sjykqai, .bgya, .ly77djtt { overflow-wrap: break-word; }
.x2ez > div > div, .sfadxp .eivbmgb > div { min-width: 0; }
.sfadxp p, .sfadxp li, .sfadxp td, .sfadxp a { overflow-wrap: anywhere; }
.a78sxb .kacyic.ih08 { align-self: center; height: auto; aspect-ratio: 1 / 1; flex: 0 0 auto; }
body.fc8jgll .a78sxb .kacyic.ih08 { border-radius: 0; align-self: stretch; aspect-ratio: auto; }
body.sgixb.fc8jgll .a78sxb .kacyic.ih08 { align-self: flex-end; aspect-ratio: 1 / 1; }
body.sgixb.fc8jgll.up5e5cp .a78sxb .kacyic.ih08 { border-radius: 50%; }
body.sgixb.fc8jgll.o7eqtzw5 .a78sxb .kacyic.ih08 { border-radius: var(--r-card); }
@media (min-width: 900px) {
  body.gydab71.fc8jgll .a78sxb .l7cy .kacyic.ih08 { aspect-ratio: 1 / 1; align-self: center; }
  body.gydab71.fc8jgll.up5e5cp .a78sxb .l7cy .kacyic.ih08 { border-radius: 50%; }
  body.gydab71.fc8jgll.o7eqtzw5 .a78sxb .l7cy .kacyic.ih08 { border-radius: var(--r-card); }
}
:root {
  --accent: #a44aa1;
  --brand: #a44aa1;
  --accent-light: #853783;
  --brand-light: #853783;
  --accent-bg: #fcf2fb;
  --accent-bg-light: #fcf2fb;
  --accent-pale: #f3cbef;
  --brand-pale: #f3cbef;
  --cta: #a44aa1;
  --cta-hover: #91388e;
  --cta-fg: #ffffff;
  --cta-light: #c162bd;
  --text-primary: #2e282d;
  --text-body: #484247;
  --text-sub: #484247;
  --text-muted: #676167;
  --text-faint: #766f75;
  --text-dim: #766f75;
  --text-label: #676167;
  --text-value: #2e282d;
  --bg-page: #ffffff;
  --bg-surface: #f3f0f2;
  --bg-card: #ffffff;
  --bg-card-inner: #f7f5f7;
  --bg-card-inner-raw: #f7f5f7;
  --bg-raised: #ece8ec;
  --bg-hover: #f3f0f2;
  --border: #d8d2d7;
  --border-alt: #e6e1e5;
  --border-section: #e6e1e5;
  --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: #f3f0f2;
  --bg-info: #f3f0f2;
  --c-tip-border: #2e282d;
  --c-warn-border: #a86b03;
  --c-tag-pay: #f3f0f2;
  --grad-start: #a44aa1;
  --grad-end: #853783;
  --tone-fill: #f3f0f2;
  --tone-fill-2: #ece8ec;
  --tone-fill-raw: #f3f0f2;
  --tone-fill-2-raw: #ece8ec;
  --tone-fill-head: #2e282d;
  --tone-fill-fg: #484247;
  --tone-fill-muted: #5f595f;
  --tone-fill-head-raw: #2e282d;
  --tone-fill-fg-raw: #484247;
  --tone-fill-muted-raw: #5f595f;
  --sh-card: 0 0 0 1px rgba(46, 40, 45, 0.06), 0 1px 2px rgba(46, 40, 45, 0.05), 0 10px 24px -14px rgba(46, 40, 45, 0.18);
  --sh-lift: 0 0 0 1px rgba(46, 40, 45, 0.06), 0 2px 4px rgba(46, 40, 45, 0.06), 0 18px 36px -18px rgba(46, 40, 45, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #2e282d;
  --tone-mark: #2e282d;
  --tone-mark-fg: #ffffff;
  --tone-head: #2e282d;
  --tone-sub: #2e282d;
  --tone-link: #853783;
  --tone-th: #2e282d;
  --tone-th-fg: #ffffff;
  --tone-chip: #f3f0f2;
  --tone-chip-fg: #484247;
  --tone-soft: #ece8ec;
  --tone-soft-fg: #2e282d;
  --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: #761e39;
  --b-50: #fcf2fb;
  --s-50: #fff3eb;
  --n-50: #f7f5f7;
  --b-100: #f7e5f5;
  --s-100: #fbe7d8;
  --n-100: #edeaed;
  --b-200: #f3cbef;
  --s-200: #fccfaf;
  --n-200: #dcd8db;
  --b-300: #eda5e9;
  --s-300: #fdad6f;
  --n-300: #c4c0c4;
  --b-400: #d981d5;
  --s-400: #eb8b34;
  --n-400: #a9a4a9;
  --b-500: #c162bd;
  --s-500: #ce7004;
  --n-500: #908a8f;
  --b-600: #a44aa1;
  --s-600: #ab5c03;
  --n-600: #777177;
  --b-700: #853783;
  --s-700: #874908;
  --n-700: #5f595f;
  --b-800: #652664;
  --s-800: #673501;
  --n-800: #484247;
  --b-900: #421540;
  --s-900: #432000;
  --n-900: #2e282d;
}
:root { --logo-bg-opacity: 75%; }
body, button, input { font-family: "Montserrat", sans-serif; }
.cg7z .y64jut, .cg7z .f5u62 { min-height: 520px; }
.l9sa::before { content: '/'; }