:root {
  --color-accent: #7b1f6a;
  --color-cta: #1a6fd4;
  --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);
}
.bqq378 {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.yapta4 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.n5jh43 {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.j60et79 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.cvd8p9 { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.cvd8p9 a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.cvd8p9 a:hover { color: var(--accent-light); }
.ym74e  .lv52x { border-radius: var(--r-card); }
.ym74e .lv52x li:first-child a { border-top-left-radius: var(--r-btn); border-top-right-radius: var(--r-btn); }
.ym74e .lv52x li:last-child a { border-bottom-left-radius: var(--r-btn); border-bottom-right-radius: var(--r-btn); }
.rstv0ppj .lv52x li + li { border-top: var(--bw-hair) dashed var(--border-alt); }
@media (max-width: 640px) {
  .lv52x {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .d2beoa0:hover .lv52x,
  .d2beoa0:focus-within .lv52x { display: block; }
  .lv52x li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.rasldqyo {
  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);
}
.rxuug { display: none; }
@media (max-width: 640px) {
  .rxuug {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .rxuug.x41j3 { display: block; }
}
@media (max-width: 640px) {
  .rasldqyo { display: block; }
  .cvd8p9 > li + li::before { display: none !important; }
  .cvd8p9 {
    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;
  }
  .cvd8p9.x41j3 { display: flex; }
  .cvd8p9 li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .cvd8p9 li:last-child a { border-bottom: none; }
}
.ih1x2bn0 { min-height: 480px; }
.as4rv0 {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.jb2u99o { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.q08tzo3 .jb2u99o { margin-left: 0; margin-right: 0; }
.lpbyoq {
  background: var(--cta); color: var(--cta-fg, #fff); text-decoration: none;
  border-radius: var(--r-btn); padding: 16px 32px;
  font-size: var(--fs-body); font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.j6my .lpbyoq { margin-top: 24px; }
.lpbyoq:hover { opacity: 0.88; }
.euoxcv .as4rv0 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.euoxcv .jb2u99o { color: #e2e8f0; }
.euoxcv.soy2 .crosw { text-align: center; }
.prh0xj .as4rv0 { color: var(--text-primary); text-shadow: none; }
.prh0xj .jb2u99o { color: var(--text-muted); }
.prh0xj .lpbyoq { margin-top: 16px; }
.prh0xj, .prh0xj.ih1x2bn0 { min-height: auto !important; }
.prh0xj.soy2 .crosw { text-align: center; }
.prh0xj~.qc4f9{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}
.prh0xj~.qc4f9 .krj040{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; }
}
.tftsg .as4rv0 { color: #fff; }
.tftsg .jb2u99o { color: rgba(255,255,255,0.85); }
.kogzl {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.i0ec6a7w {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.qx1r4 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.yed7 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.kogzl .as4rv0 { text-shadow: none; color: var(--text-primary); }
.kogzl .jb2u99o { color: var(--text-muted); }
body.hr6howx .as4rv0 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.iwaee63 .as4rv0 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ih1x2bn0.tftsg .as4rv0,
section.tftsg .as4rv0 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.kogzl.soy2 .i0ec6a7w { align-items: center; text-align: center; }
.kogzl.q08tzo3   .i0ec6a7w { align-items: flex-start; text-align: left; }
.o83ha5 .qx1r4 { position: relative; }
.o83ha5 .qx1r4::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.o83ha5.ereszylu .qx1r4::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.qqa0e9 .qx1r4 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.qqa0e9 .yed7 {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: var(--r-card);
  box-shadow: var(--sh-3);
}
.qqa0e9.ereszylu .qx1r4 { padding: 32px 0 32px 32px; }
.oxmh9xj2 .qx1r4 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.oxmh9xj2 .yed7 {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--r-card);
  box-shadow: var(--sh-3);
}
.ereszylu { grid-template-areas: "media text"; }
.ereszylu .i0ec6a7w {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.oxmh9xj2.ereszylu .qx1r4 { padding: 40px 16px 40px 48px; }
.ih1x2bn0 .mkwu29 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.mkwu29 .k5bwhj {
  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;
}
.mkwu29 .k5bwhj + .k5bwhj { border-top: var(--bw-hair) solid var(--border-alt); }
.mkwu29 .e3zu3b { align-items: center; text-align: center; width: 100%; }
.mkwu29 .p3tp {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.mkwu29 .spdm { max-height: 64px; max-width: 140px; }
.mkwu29 .x1bdjlo {
  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%;
}
.mkwu29 .drtiwgi.l2dm2t {
  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;
}
.mkwu29 .drtiwgi.l2dm2t:hover { opacity: 0.85; }
.mkwu29 .k5bwhj,
.mkwu29 .k5bwhj:hover,
.mkwu29 .k5bwhj:nth-child(even),
.mkwu29 .k5bwhj:nth-child(odd),
.mkwu29 .k5bwhj:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.cie5ffwo .qx1r4 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .kogzl { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .kogzl:not(.cie5ffwo) .qx1r4 { display: none !important; }
  .cie5ffwo .qx1r4 { padding: 16px; }
  .i0ec6a7w  { padding: 36px 24px; }
  .kogzl~.qc4f9,.ereszylu~.qc4f9{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .ih1x2bn0, .kogzl { min-height: 320px !important; }
  .as4rv0 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .wny43mb,
  .kwmx12t,
  .ugue { grid-template-columns: 1fr !important; }

  

  
  .htze5k06 { display: flex !important; flex-direction: column !important; }
  .htze5k06 .crosw { display: contents; }
  .htze5k06 .zigcmmh { order: 0; }
  .htze5k06 .as4rv0 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .htze5k06 .wny43mb { order: 2; padding: 0 16px 12px !important; }
  .htze5k06 .jb2u99o { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .j6my .crosw { display: flex; flex-direction: column; }
  .j6my .crosw .as4rv0 { order: 1; }
  .j6my .crosw .ugue { order: 2; margin: 8px 0 24px !important; }
  .j6my .crosw .jb2u99o { order: 3; }
  .j6my .crosw .lpbyoq { order: 4; align-self: center; margin-top: 0; }

  
  .kogzl.cie5ffwo {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .kogzl.cie5ffwo .i0ec6a7w { display: contents; padding: 0; }
  .kogzl.cie5ffwo .i0ec6a7w .as4rv0 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .kogzl.cie5ffwo .qx1r4 { order: 2; padding: 12px 16px; }
  .kogzl.cie5ffwo .i0ec6a7w .jb2u99o { order: 3; padding: 0 24px; margin: 0 auto; }
  .kogzl.cie5ffwo .i0ec6a7w .lpbyoq { order: 4; align-self: center; margin: 8px 0 32px; }
}
.vtnoo7c { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ruoe { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.b6jf .vtnoo7c        { border-radius: var(--r-card); }
.b6jf .ruoe  { border-radius: var(--r-card); }
.ak12s .vtnoo7c         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.ak12s .ruoe   { border-radius: var(--r-btn); }
.p4su { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.zg72ere { width: 100%; padding: 32px 0; position: relative; }
.hd3kes3 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.cmxdo .zg72ere, .skf5ie .zg72ere { background: transparent; }
.aphym0y .cjhchrm > *,
.ux9e > *, .rw658r > *, .lch46oz > *, .i12fn > *, .oig4p1 > * {
  --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.hyagbmbd { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.hyagbmbd {
  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.rpkq { 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; }
.zozq2 h2.hyagbmbd {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.ro7vb h2.hyagbmbd {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.sfoh h2.hyagbmbd {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.vawtt h2.hyagbmbd::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.ectl5xv6 h2.hyagbmbd {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.w4cge h2.hyagbmbd::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.jjws2fxh h2.hyagbmbd {
  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) { .mqguik17 { display: none; } }
.jrkol1 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.s8eiq45f { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.m473j {
  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;
}
.vbf6w5k { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.hj4car { padding-left: 20px; }
.hj4car li { margin-bottom: 8px; }
.hj4car a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.hj4car a:hover { color: var(--tone-link, var(--accent-light)); }
.xljcsjh .vbf6w5k { display: none; }
.ydtvukof .vbf6w5k { display: none; }
.ydtvukof .hj4car { padding-left: 0; list-style: none; }
.ydtvukof .hj4car li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.ydtvukof .hj4car a { font-size: var(--fs-sm); }
.c228 .m473j { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.c228 .vbf6w5k { display: none; }
.c228 .hj4car { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.c228 .hj4car li { margin-bottom: 0; }
.c228 .hj4car 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;
}
.c228 .hj4car a:hover { border-color: var(--accent); color: var(--accent); }
.wnpr .m473j { padding: 20px 20px 16px; }
.wnpr .hj4car {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.wnpr .hj4car li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.wnpr .hj4car 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;
}
.wnpr .hj4car 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;
}
.wnpr .hj4car a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.wnpr .hj4car a:focus,
.wnpr .hj4car a:focus-visible,
.wnpr .hj4car a:target { outline: none; }
.wnpr .hj4car li:target a { border-color: var(--border); color: var(--text-muted); }
.c3sw .m473j { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.c3sw .vbf6w5k { display: none; }
.c3sw .hj4car { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.c3sw .hj4car li { counter-increment: toc-n; margin-bottom: 0; }
.c3sw .hj4car 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;
}
.c3sw .hj4car 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;
}
.c3sw .hj4car a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ptfr5uqn .m473j { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.ptfr5uqn .vbf6w5k { display: none; }
.ptfr5uqn .hj4car { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.ptfr5uqn .hj4car li { margin-bottom: 0; }
.ptfr5uqn .hj4car 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;
}
.ptfr5uqn .hj4car a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.y2d6u0ei .m473j { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.y2d6u0ei .vbf6w5k { display: none; }
.y2d6u0ei .hj4car { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.y2d6u0ei .hj4car li { margin-bottom: 0; }
.y2d6u0ei .hj4car li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.y2d6u0ei .hj4car li:last-child::after { content: ""; margin-right: 0; }
.y2d6u0ei .hj4car a { font-size: var(--fs-sm); }
.cjhchrm { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.aphym0y .cjhchrm { background: var(--bg-card); }
.g83jhzi .cjhchrm { background: none; border-radius: 0; padding: 28px 0 8px; }
.g83jhzi .cjhchrm + .cjhchrm { border-top: var(--bw-hair) solid var(--border-section); }
.vn3e1 .cjhchrm {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.vn3e1 .cjhchrm:last-child { border-bottom: none; }
.tmaw4 .cjhchrm {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.tmaw4 .cjhchrm + .cjhchrm { margin-top: 4px; }
.bsgi .cjhchrm { background: none; border-radius: 0; padding: 28px 0 8px; }
.bsgi .cjhchrm + .cjhchrm { border-top: var(--bw-hair) solid var(--border-section); }
.c86j { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.hckj { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.epto { color: var(--text-body); margin-bottom: 16px; text-wrap: pretty; }
.t1083g, .xhugbua { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.t1083g li, .xhugbua li { margin-bottom: 8px; }
.xhugbua li { list-style: decimal; }
.lch46oz { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.wjeh .lch46oz,
.rw658r .lch46oz { background: transparent; border: none; border-radius: 0; }
.witkws3h { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.witkws3h 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;
}
.witkws3h td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.witkws3h tr:hover td { background: var(--bg-hover); }
.wmpjw8rl .witkws3h tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.xf7e05a .witkws3h { border: var(--bw-hair) solid var(--border-alt); }
.xf7e05a .witkws3h th,
.xf7e05a .witkws3h td { border: var(--bw-hair) solid var(--border-alt); }
.purab .witkws3h th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.purab .witkws3h td { border-bottom: none; }
.purab .witkws3h tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.hbvxtf4r .witkws3h th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.paijth1 .lch46oz {
  overflow: hidden;
}
.paijth1 .witkws3h th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.paijth1 .witkws3h tr:last-child td { border-bottom: none; }
.lq8fny2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.oig4p1 { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.r9im28nq { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.l5ydrc83 { 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); }
.pztebwg { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.qdjq0ksk { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.qdjq0ksk 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%}
.p7qxcm13 .l5ydrc83 { background: transparent; text-align: center; }
.r96q1 .r9im28nq {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.cmyyo .r9im28nq {
  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);
}
.gcjaxe .oig4p1 { display: grid; grid-template-columns: auto 1fr; }
.gcjaxe .r9im28nq {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.gcjaxe .l5ydrc83 { grid-column: 2; }
.gcjaxe .pztebwg,
.gcjaxe .qdjq0ksk { grid-column: 1 / -1; }
.iz9nj8e0 .oig4p1 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.iz9nj8e0 .r9im28nq {
  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);
}
.iz9nj8e0 .l5ydrc83 { grid-column: 2; }
.iz9nj8e0 .pztebwg,
.iz9nj8e0 .qdjq0ksk { grid-column: 1 / -1; }
.rnyo6 .oig4p1 { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.rnyo6 .l5ydrc83 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.u6swe .oig4p1 { 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); }
.u6swe .l5ydrc83 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.gaz2dh .oig4p1 { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.gaz2dh .l5ydrc83 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.wzslwx4 .oig4p1 { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.wzslwx4 .l5ydrc83 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.e2wj .lq8fny2 { counter-reset: card-n; }
.e2wj .oig4p1  { counter-increment: card-n; }
.e2wj .l5ydrc83 { display: flex; align-items: center; gap: 12px; }
.e2wj .l5ydrc83::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;
}
.r31gbw .oig4p1 { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.r31gbw .l5ydrc83 { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.q9amz { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.q9amz         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.hukf     { --cl-hue: var(--tone-line, var(--accent)); }
.xmox6qc { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.hukf, .xmox6qc, .p7o6e, .vzv3hlsw {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.rmdbdty { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.rmdbdty::before { color: var(--cl-hue); }
.q9amz strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.q9amz p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.mgg3 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.kqmw6pc, .ta8xm506 { border-radius: var(--r-btn); padding: 16px; }
.kqmw6pc { background: var(--bg-pros); }
.ta8xm506 { background: var(--bg-cons); }
.e3a0 { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.kqmw6pc .e3a0 { color: var(--c-pros-label); }
.ta8xm506 .e3a0 { color: var(--c-cons-label, var(--c-cons)); }
.kqmw6pc ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.ta8xm506 ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.ruoe { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.l2dm2t {
  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;
}
.l2dm2t:hover { opacity: 0.85; }
.w094t .l2dm2t  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.w094t .l2dm2t:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.hs140d .l2dm2t  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.hs140d .l2dm2t:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.w094t .drtiwgi.l2dm2t, .hs140d .drtiwgi.l2dm2t,
.w094t .sfxknmm4 .l2dm2t, .hs140d .sfxknmm4 .l2dm2t {
  background: var(--cta); border: none; color: #fff;
}
.w094t .drtiwgi.l2dm2t:hover, .hs140d .drtiwgi.l2dm2t:hover,
.w094t .sfxknmm4 .l2dm2t:hover, .hs140d .sfxknmm4 .l2dm2t:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.kvtr8l .lpbyoq { border-radius: var(--r-pill); }
.kvtr8l .l2dm2t  { border-radius: var(--r-pill); }
.q793 .lpbyoq,
.q793 .lpbyoq:hover,
.ishzvz .lpbyoq,
.ishzvz .l2dm2t { box-shadow: none; }
.ishzvz .lpbyoq:hover,
.ishzvz .l2dm2t:hover { box-shadow: none; opacity: 1; }
.gpic .lpbyoq,
.gpic .l2dm2t { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.gpic .lpbyoq:hover,
.gpic .l2dm2t:hover { opacity: 1; }
.gpic .lpbyoq:active,
.gpic .l2dm2t:active { transform: translateY(3px); box-shadow: none; }
.nkqn9l .lpbyoq,
.nkqn9l .l2dm2t { box-shadow: none; }
.nkqn9l .lpbyoq:hover,
.nkqn9l .l2dm2t:hover { opacity: 1; box-shadow: none; }
.nkqn9l .lpbyoq:active,
.nkqn9l .l2dm2t:active { box-shadow: none; }
.rt4k .lpbyoq,
.rt4k .l2dm2t { position: relative; overflow: hidden; }
.rt4k .lpbyoq::before,
.rt4k .l2dm2t::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.rt4k .lpbyoq:hover::before,
.rt4k .l2dm2t:hover::before { left: 135%; }
.ljzrpue .lpbyoq,
.ljzrpue .l2dm2t { border-radius: 0; }
.o3yvbo .lpbyoq { padding-left: 24px; padding-right: 24px; }
.o3yvbo .l2dm2t  { padding-left: 12px; padding-right: 12px; }
.ucozq .lpbyoq { padding-left: 44px; padding-right: 44px; }
.ucozq .l2dm2t  { padding-left: 24px; padding-right: 24px; }
.psbj3 .lpbyoq { padding-left: 56px; padding-right: 56px; }
.psbj3 .l2dm2t  { padding-left: 32px; padding-right: 32px; }
.goh8yzg   .lpbyoq::after, .goh8yzg   .l2dm2t::after,
.fnfzni .lpbyoq::after, .fnfzni .l2dm2t::after,
.apcluo34    .lpbyoq::after, .apcluo34    .l2dm2t::after,
.h704wu    .lpbyoq::after, .h704wu    .l2dm2t::after,
.vu48    .lpbyoq::after, .vu48    .l2dm2t::after,
.m9rj32z     .lpbyoq::after, .m9rj32z     .l2dm2t::after,
.yyikrjg    .lpbyoq::after, .yyikrjg    .l2dm2t::after,
.yajtazk8   .lpbyoq::after, .yajtazk8   .l2dm2t::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;
}
.goh8yzg .lpbyoq::after, .goh8yzg .l2dm2t::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");
}
.fnfzni .lpbyoq::after, .fnfzni .l2dm2t::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");
}
.apcluo34 .lpbyoq::after, .apcluo34 .l2dm2t::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");
}
.h704wu .lpbyoq::after, .h704wu .l2dm2t::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");
}
.vu48 .lpbyoq::after, .vu48 .l2dm2t::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");
}
.m9rj32z .lpbyoq::after, .m9rj32z .l2dm2t::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");
}
.yyikrjg .lpbyoq::after, .yyikrjg .l2dm2t::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");
}
.yajtazk8 .lpbyoq::after, .yajtazk8 .l2dm2t::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");
}
.v85a   .v7tt::after, .v85a   .zoixioz::after,
.hrgt .v7tt::after, .hrgt .zoixioz::after,
.biw3kh    .v7tt::after, .biw3kh    .zoixioz::after,
.oz2m3m    .v7tt::after, .oz2m3m    .zoixioz::after,
.q975tk6    .v7tt::after, .q975tk6    .zoixioz::after,
.txh9     .v7tt::after, .txh9     .zoixioz::after,
.ga4x    .v7tt::after, .ga4x    .zoixioz::after,
.f0lw2p   .v7tt::after, .f0lw2p   .zoixioz::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;
}
.v85a .v7tt::after, .v85a .zoixioz::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");
}
.hrgt .v7tt::after, .hrgt .zoixioz::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");
}
.biw3kh .v7tt::after, .biw3kh .zoixioz::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");
}
.oz2m3m .v7tt::after, .oz2m3m .zoixioz::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");
}
.q975tk6 .v7tt::after, .q975tk6 .zoixioz::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");
}
.txh9 .v7tt::after, .txh9 .zoixioz::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");
}
.ga4x .v7tt::after, .ga4x .zoixioz::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");
}
.f0lw2p .v7tt::after, .f0lw2p .zoixioz::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");
}
.xhc51nnf {
  --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;
}
.k5bwhj {
  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;
}
.k5bwhj + .k5bwhj { border-top: var(--bw-hair) solid var(--border-alt); }
.k5bwhj > * { min-width: 0; }
.k5bwhj:hover { background: var(--bg-hover); }
.k5bwhj > [itemprop="item"] { display: contents; }
.k5bwhj [itemprop="itemReviewed"],
.k5bwhj [itemprop="reviewRating"] { display: none; }
.e3zu3b {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.fjlk19, .ifjj, .fe69,
.zluyq, .pjj9fl, .tfwl4rhu { align-items: center; text-align: center; }
.pjj9fl, .tfwl4rhu { align-items: stretch; }
.oy9y0 {
  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%;
}
.hw3bh {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.nnt7 .hw3bh {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.x1bdjlo {
  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;
}
.xv35 {
  font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-solid);
  color: var(--text-muted); font-variant-numeric: tabular-nums;
}
.p3tp {
  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;
}
.jdhayf1 .spdm { max-height: 60px; max-width: 68px; }
.spdm {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.ifjj .p3tp { width: 168px; }
.o0zt7ke .p3tp,
.o0zt7ke .f5r1ccc,
.r96fybn .p3tp,
.r96fybn .f5r1ccc,
.y283c1g .p3tp,
.y283c1g .f5r1ccc,
.rjjgl7ra .p3tp,
.rjjgl7ra .f5r1ccc,
.o0zt7ke .p3tp, .r96fybn .p3tp,
.y283c1g .p3tp,  .rjjgl7ra .p3tp {
  width: 88px; height: 88px; padding: 12px;
}
.o0zt7ke .p3tp .spdm, .r96fybn .p3tp .spdm,
.y283c1g .p3tp .spdm,  .rjjgl7ra .p3tp .spdm {
  max-height: 60px; max-width: 68px;
}
.zr1s .p3tp, .zr1s .p3tp.jdhayf1,
.zr1s .f5r1ccc,   .zr1s .f5r1ccc.jdhayf1,
.drtiwgi.l2dm2t {
  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;
}
.mkwu29 .k5bwhj { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .k5bwhj { gap: 16px; padding: 16px 16px; }
  .p3tp { width: 152px; height: 96px; }
  .spdm { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .k5bwhj {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .e3zu3b { justify-content: flex-start; }
  
  .vx2trb1, .o8io5wb4 { flex-direction: row; }
  
  .vx2trb1 .l7csq8:nth-child(n+3) { display: none; }
  
  .fjlk19 {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .e3zu3b { text-align: left; align-items: flex-start; }

  
  .ifjj, .fe69, .sw8lok {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .zluyq {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .ifjj .p3tp, .fe69 .p3tp,
  .sw8lok .p3tp { width: auto; height: 72px; }
  .spdm { max-height: 72px; max-width: 128px; }
  .ucwjiw { font-size: var(--fs-body); }
  .x1bdjlo { font-size: var(--fs-sm); }

  
  .jzlc, .wad2xep, .zvwo,
  .rlc47ja, .ei3be28m, .xfymj194,
  .nnt7, .sqjp, .k6tlo,
  .vlo69, .ntknz {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .pjj9fl, .tfwl4rhu { order: 4; flex: 1 0 100%; }
  .tfwl4rhu { display: flex; flex-direction: column; }
  .tfwl4rhu::before { display: none; }
  .drtiwgi.l2dm2t { width: 100%; padding: 12px 20px !important; }
  .w9jxow { text-align: left; }
}
@media (max-width: 560px) {
  .k5bwhj { padding: 16px; gap: 12px 12px; }
  
  .oy9y0, .psz5f7ah, .l7csq8 { font-size: var(--fs-caption); }
  .hw3bh { font-size: var(--fs-sm); }
  .ucwjiw { font-size: var(--fs-body); }
  .x1bdjlo { font-size: var(--fs-sm); }
  .xv35 { font-size: var(--fs-sm); }
  .duod { font-size: var(--fs-lead); }
  
  .drtiwgi.l2dm2t { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .e3zu3b { gap: 2px; }
  .ifjj .p3tp, .fe69 .p3tp,
  .sw8lok .p3tp { height: 64px; }
  .spdm { max-height: 64px; max-width: 116px; }
  .jdhayf1 { padding: 8px; }
  .ucwjiw { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .jzlc, .wad2xep, .zvwo,
  .rlc47ja, .ei3be28m, .xfymj194,
  .nnt7, .sqjp, .k6tlo,
  .vlo69, .ntknz { flex-basis: 100%; min-width: 100%; }
}
.ux9e {
  --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;
}
.kmlbtm {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.f5r1ccc {
  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;
}
.f5r1ccc img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.dryo { flex: 1; min-width: 0; }
.dryo h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.hpaud { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.g51d { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.g51d strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.g51d .jt9b { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.v2n6ykz {
  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);
}
.v2n6ykz > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.nxmuarcy em, .b76vco5i em, .kmn7ngek em, .am16 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) { .v2n6ykz { padding: 12px 16px; gap: 8px 16px; } }
.sfxknmm4 { flex-shrink: 0; align-self: center; }
.sfxknmm4 .l2dm2t {
  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) {
  .kmlbtm { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .f5r1ccc { order: 1; width: 104px; height: 104px; }
  .f5r1ccc img { max-width: 96px; max-height: 88px; }
  .sfxknmm4 { order: 2; margin-left: auto; align-self: center; }
  .dryo { order: 3; flex: 1 1 100%; min-width: 0; }
  .dryo h3 { font-size: var(--fs-body); }
}
.lam24 img.yqjvj { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.wjeh { padding: 20px 24px; }
.d06cko { color: var(--text-body); margin-bottom: 16px; }
.fu4a { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.ns9afnx, .blcu09 { list-style: none; font-size: var(--fs-sm); }
.ns9afnx li { color: var(--text-body); margin-bottom: 4px; }
.blcu09 li { color: var(--text-body); margin-bottom: 4px; }
.ns9afnx li::before { content: "✓"; margin-right: 5px; }
.blcu09 li::before { content: "✗"; margin-right: 5px; }
.hci0ge { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.hci0ge strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.xa3u5 {
  
  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;
}
.ykcg { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.j7rgka {
  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);
}
.b4i8 .j7rgka { border-top-width: var(--bw-bar) !important; }
.dtdl0k .j7rgka { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .hc72qc .qrwj0 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .hc72qc .ux9e { margin: 0; }
}
.ksltvq .kmlbtm { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.ksltvq .f5r1ccc { background: transparent; }
.d06a8s .ux9e { border-top: var(--bw-bar) solid var(--accent); }
.d06a8s .kmlbtm { background: var(--bg-card); }
.ie7sda .ux9e { 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; }
.ie7sda .kmlbtm { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.ie7sda .wjeh { padding: 16px 16px; }
.ie7sda .f5r1ccc { border-radius: var(--r-chip); }
.ie7sda .j7rgka { border-radius: 0; }
.v5gwmv .kmlbtm { padding: 0; gap: 0; overflow: hidden; }
.v5gwmv .f5r1ccc {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.v5gwmv .dryo { padding: 16px 20px; }
.v5gwmv .sfxknmm4 { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .v5gwmv .f5r1ccc { width: 116px; min-height: 104px; }
}
.zj06dx .hpaud { font-size: var(--fs-sm); }
.rw658r .mgg3 { gap: 12px; }
.rw658r .kqmw6pc, .rw658r .ta8xm506 { padding: 12px; }
.rw658r .kqmw6pc ul, .rw658r .ta8xm506 ul { margin: 4px 0 0; padding-left: 20px; }
.rw658r .kqmw6pc li, .rw658r .ta8xm506 li { font-size: var(--fs-label); margin-bottom: 4px; }
.svgq0vt6 .xa3u5 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .bwmt5 { grid-template-columns: 1fr; }
  .jnrzs44 { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .jnrzs44 .jl927k { width: 72px; height: 50px; }
  .jnrzs44 .pwr19v5h { max-width: 180px; }
  .jnrzs44 .s8irux { width: auto; }
}
.yrc7t .zj06dx .hpaud { filter: brightness(1.2); }
@media (max-width: 720px) {
  .yrc7t { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .y4nx7czx { padding: 16px; }
  .ly4vb9y .xbc6 { min-width: 50%; }
}
.x5drc54 .mgg3 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .ec7ys186 { grid-template-columns: 1fr; }
  .ncen8r { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .til7d5q { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .fojb8f { flex-wrap: wrap; padding: 16px; }
}
.y3rua .mgg3 { gap: 8px; }
.y3rua .kqmw6pc, .y3rua .ta8xm506 { padding: 8px; }
@media (max-width: 480px) {
  .sl39k9yo { flex-direction: column; align-items: stretch; }
}
.dhaqau .s8irux .l2dm2t { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .xdvr { flex-direction: column; align-items: stretch; gap: 12px; }
  .dhaqau .s8irux { text-align: center; }
}
@media (max-width: 720px) {
  .k5e00c { grid-template-columns: 1fr; }
  .l6vnws { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .p8omv0 { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.m88mm .jt9b { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.mdk4aa .hpaud { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .s7anl { grid-template-columns: 1fr; }
  .mdk4aa { width: 100px; height: 100px; margin: 16px auto; }
  .m88mm { font-size: var(--fs-h3); }
  .ckckgkd { justify-content: center; }
  .t7enfw .xbc6 { min-width: 50%; }
}
.js8jx .mgg3 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .lti2dozr { flex-wrap: wrap; padding: 16px 16px; }
  .ta1s8i { padding: 12px 16px; }
  .js8jx .mgg3 { margin: 0 16px; }
  .js8jx .svgq0vt6 { padding: 0 16px; }
  .wkszk6 { padding: 12px 16px; }
}
.geof2eed .k5bwhj { position: relative; }
.geof2eed .k5bwhj::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.fjpf6zof .xhc51nnf {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.fjpf6zof .k5bwhj {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.fjpf6zof .k5bwhj + .k5bwhj { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .a71aef6t .e3zu3b + .e3zu3b {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.pjm1o028 .k5bwhj { padding-top: 16px; padding-bottom: 16px; }
.pjm1o028 .k5bwhj + .k5bwhj { border-top: none; }
.pjm1o028 .k5bwhj:nth-child(even) { background: var(--bg-surface); }
.pjm1o028 .k5bwhj:nth-child(even):hover { background: var(--bg-hover); }
.jom9soop .k5bwhj:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .kb94a .jzlc, .kb94a .wad2xep,
  .kb94a .zvwo, .kb94a .rlc47ja,
  .kb94a .ei3be28m, .kb94a .xfymj194,
  .kb94a .nnt7, .kb94a .sqjp,
  .kb94a .k6tlo, .kb94a .vlo69,
  .kb94a .ntknz {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.wyk8wslx .oy9y0 { opacity: .8; letter-spacing: var(--ls-label); }
.wyk8wslx .hw3bh { font-weight: 700; }
.wyk8wslx .ucwjiw { font-weight: 700; }
.dc3nb .zvwo, .dc3nb .rlc47ja,
.ax0em0t .t0fxjf {
  background: color-mix(in srgb, var(--text-primary) 5%, transparent);
  border-radius: var(--r-pill); padding: 4px 12px; font-size: var(--fs-label);
}
.hc9i4x .g51d .hpaud,
.a1zkvk .g51d .hpaud,
.q2ro .g51d .hpaud { display: none; }
.hc9i4x .jt9b { display: none; }
.a1zkvk .g51d strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.a1zkvk .q5zlo,
.a1zkvk .jt9b { font-size: 1em; }
.q2ro .g51d strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.q2ro .jt9b { display: none; }
.vfiih { margin: 16px 0; }
.k0v2 { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.k0v2 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;
}
.k0v2 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;
}
.k0v2 summary:hover { background: var(--bg-surface); }
.k0v2 summary:hover::after { color: var(--accent); }
.k0v2[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.k0v2[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.k0v2[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.k0v2 p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.zg72ere { margin-bottom: 0; }
.ol1a h2.hyagbmbd { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.u7hsue h2.hyagbmbd { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.kqmw6pc, .ta8xm506 { border: var(--bw-hair) solid transparent; }
.kqmw6pc .e3a0, .kqmw6pc .vqnilz11 { color: var(--c-pros-label); }
.ta8xm506 .e3a0, .ta8xm506 .g2ed { color: var(--c-cons-label, var(--c-cons)); }
.kqmw6pc ul li, .ta8xm506 ul li, .ns9afnx li, .blcu09 li { color: var(--text-body); }
.kqmw6pc .ns9afnx li, .ta8xm506 .blcu09 li { position: relative; padding-left: 1.5em; }
.kqmw6pc .ns9afnx li::before, .ta8xm506 .blcu09 li::before { position: absolute; left: 0; margin-right: 0; }
.kcpa6hg2 .kqmw6pc { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.kcpa6hg2 .ta8xm506 { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.nhx0i7 .kqmw6pc, .nhx0i7 .ta8xm506 { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.nhx0i7 .kqmw6pc { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.nhx0i7 .ta8xm506 { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.zdsv5nx .kqmw6pc, .zdsv5nx .ta8xm506 { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.zdsv5nx .kqmw6pc { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.zdsv5nx .ta8xm506 { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.yu473fy .kqmw6pc, .yu473fy .ta8xm506 { background: var(--bg-card); border-width: var(--bw-rule); }
.yu473fy .kqmw6pc { border-color: var(--sem-pos-line); }
.yu473fy .ta8xm506 { border-color: var(--sem-neg-line); }
.aj1mz .kqmw6pc, .aj1mz .ta8xm506 { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.aj1mz .ta8xm506 { border-left: var(--bw-hair) solid var(--border); }
.zqiv4 .vqnilz11::before { content: "✓ "; }
.zqiv4 .g2ed::before { content: "✗ "; }
.dtdl0k .q9amz { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.dtdl0k .q9amz strong { color: var(--text-primary); }
.dtdl0k .q9amz p      { color: var(--text-muted); }
.b4i8 .q9amz { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.lo4b .q9amz {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.lo4b .q9amz strong { color: var(--text-primary); }
.lo4b .q9amz p { color: var(--text-muted); }
.lo4b .q9amz { border-left: var(--bw-bar) solid var(--cl-hue); }
.lo4b .rmdbdty::before { color: rgba(255,255,255,0.9) !important; }
.eid1kls2 .q9amz {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.eid1kls2 .q9amz strong { color: var(--text-primary); }
.eid1kls2 .q9amz p      { color: var(--text-muted); }
.qbzc .q9amz { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.m35p1 .rmdbdty,
.xh1i .rmdbdty,
.jasd .rmdbdty,
.m35p1 .rmdbdty::before,
.xh1i .rmdbdty::before,
.jasd .rmdbdty::before,
.wovkgx .aphym0y .cjhchrm,
.wovkgx .g83jhzi .cjhchrm  { box-shadow: var(--sh-1); }
.wovkgx .oig4p1                { box-shadow: var(--sh-1); }
.wovkgx .lch46oz          { box-shadow: var(--sh-1); }
.wovkgx .m473j                    { box-shadow: var(--sh-1); }
.w4lsd3o .aphym0y .cjhchrm,
.w4lsd3o .g83jhzi .cjhchrm,
.w4lsd3o .oig4p1,
.w4lsd3o .lch46oz,
.w4lsd3o .m473j,
.w4lsd3o .qbzc .q9amz { box-shadow: none; }
.ngbf7 { --fs-body: 16px; --fs-sm: 14px; --fs-lead: 19px; }
.orexe { --fs-h1: 58px; --fs-h2: 38px; --fs-h3: 28px; }
.zg72ere + .zg72ere { position: relative; }
.z2lfm   .zg72ere + .zg72ere::before,
.whma7rw  .zg72ere + .zg72ere::before,
.zw66n   .zg72ere + .zg72ere::before,
.r8twt   .zg72ere + .zg72ere::before,
.npwz   .zg72ere + .zg72ere::before,
.y3wez .zg72ere + .zg72ere::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.z2lfm .zg72ere + .zg72ere::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.whma7rw .zg72ere + .zg72ere::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.zw66n .zg72ere + .zg72ere::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;
}
.r8twt .zg72ere + .zg72ere::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.egfy20t3 .zg72ere { margin-bottom: 16px; }
.egfy20t3 .zg72ere + .zg72ere { margin-top: 0; }
.egfy20t3 .hd3kes3 { padding-top: 0; padding-bottom: 0; }
.npwz .zg72ere + .zg72ere::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.y3wez .zg72ere + .zg72ere::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.gq0o .zg72ere + .zg72ere::before,
.bdadfjlp .zg72ere + .zg72ere::before,
.unwl .zg72ere + .zg72ere::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%;
}
.cmxdo .gq0o .zg72ere:nth-child(even)::before,
.cmxdo .bdadfjlp .zg72ere:nth-child(even)::before,
.cmxdo .unwl .zg72ere:nth-child(even)::before { background: var(--bg-surface); }
.skf5ie .gq0o .zg72ere:nth-child(even)::before,
.skf5ie .bdadfjlp .zg72ere:nth-child(even)::before,
.skf5ie .unwl .zg72ere:nth-child(even)::before { background: var(--bg-card); }
.gq0o .zg72ere + .zg72ere::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");
}
.bdadfjlp .zg72ere + .zg72ere::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");
}
.unwl .zg72ere + .zg72ere::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");
}
.c23sig0n  .euoxcv:not(.tftsg) .zigcmmh { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.sdabm4i .kogzl { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.v2g0l .kogzl { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.qx8u3l2l .kogzl { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.c23sig0n .tftsg { background: linear-gradient(180deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, var(--accent-light)) 100%); }
.c23sig0n .diin { background: linear-gradient(180deg, var(--hero-a, var(--accent)), var(--hero-b, var(--accent-light))); }
.c23sig0n .kogzl { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.lpw2u .kogzl { background: var(--accent-bg); }
.tmz0v7p2 .vtnoo7c { float: left; width: 38%; margin: 0 28px 16px 0; }
.tmz0v7p2 .vtnoo7c .ruoe { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.tmz0v7p2 .hd3kes3::after { content: ''; display: block; clear: both; }
.h9fk20 .vtnoo7c { float: right; width: 38%; margin: 0 0 16px 28px; }
.h9fk20 .vtnoo7c .ruoe { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.h9fk20 .hd3kes3::after { content: ''; display: block; clear: both; }
.gzif85 .zg72ere:nth-child(odd)  .vtnoo7c { float: left;  width: 38%; margin: 0 28px 16px 0; }
.gzif85 .zg72ere:nth-child(even) .vtnoo7c { float: right; width: 38%; margin: 0 0 16px 28px; }
.gzif85 .vtnoo7c .ruoe { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.gzif85 .hd3kes3::after { content: ''; display: block; clear: both; }
.tmz0v7p2 .lq8fny2,
.tmz0v7p2 .xhc51nnf,
.h9fk20 .lq8fny2,
.h9fk20 .xhc51nnf,
.gzif85 .lq8fny2,
.gzif85 .xhc51nnf { clear: both; }
@media (max-width: 900px) {
  .tmz0v7p2 .vtnoo7c,
  .h9fk20 .vtnoo7c,
  .gzif85 .zg72ere:nth-child(odd)  .vtnoo7c,
  .gzif85 .zg72ere:nth-child(even) .vtnoo7c {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .tmz0v7p2 .vtnoo7c .ruoe,
  .h9fk20 .vtnoo7c .ruoe,
  .gzif85 .vtnoo7c .ruoe {
    max-height: none !important;
  }
}
.tmz0v7p2 .t1083g,
.tmz0v7p2 .xhugbua,
.h9fk20 .t1083g,
.h9fk20 .xhugbua,
.gzif85 .t1083g,
.gzif85 .xhugbua { overflow: hidden; }
@media (max-width: 640px) {
  .tmz0v7p2 .vtnoo7c,
  .h9fk20 .vtnoo7c,
  .gzif85 .vtnoo7c { float: none; width: 100%; margin: 0 0 16px 0; }
}
.wlmw1y .p4su,
.wlmw1y .hd3kes3,
.wlmw1y .yr8l95s7  { max-width: 1060px; }
.pmiu9s .p4su,
.pmiu9s .hd3kes3,
.pmiu9s .yr8l95s7  { max-width: 1180px; }
.svmuep .p4su,
.svmuep .hd3kes3,
.svmuep .yr8l95s7  { max-width: 1260px; }
.svmuep { --content-mw: 1260px; }
.xn54h { font-size: var(--fs-label); color: var(--text-muted); }
.y6q0z { display: flex; align-items: center; }
.trxxw {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.zwwn39zg { display: flex; align-items: center; }
.dd6dmnb5 { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.dd6dmnb5:hover { text-decoration: underline; }
.n0l9 { margin: 0 4px; opacity: 0.45; }
.n0l9::before { content: '/'; }
.icv7h429 { padding: 2px 4px; color: var(--text-main); }
.fzwbykl .xn54h {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.fzwbykl .y6q0z { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.drr9p75n .xn54h {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.drr9p75n .y6q0z { padding: 0 0 0 12px; }
.fieff5g5 {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.qj4828f .y6q0z { padding: 0 16px; }
.qj4828f .xn54h {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.qj4828f .p4su { padding-top: 28px; }
@media (max-width: 720px) {
  .fieff5g5 { margin-top: 20px; padding: 0 16px; }
  .qj4828f .p4su { padding-top: 16px; }
}
.wlmw1y.fzwbykl .y6q0z { max-width: 1100px; }
.pmiu9s.fzwbykl .y6q0z { max-width: 1200px; }
.svmuep.fzwbykl .y6q0z { max-width: 1320px; }
.wlmw1y .fieff5g5 { max-width: 1100px; }
.pmiu9s .fieff5g5 { max-width: 1200px; }
.svmuep .fieff5g5 { max-width: 1320px; }
.clnkb7 .zg72ere { padding-top: 16px; padding-bottom: 16px; }
.yi74 .zg72ere { padding-top: 24px; padding-bottom: 24px; }
.ul8aow .zg72ere { padding-top: 40px; padding-bottom: 40px; }
.yq1136 .zg72ere { padding-top: 52px; padding-bottom: 52px; }
.pswrej1d .zg72ere:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.pswrej1d .zg72ere:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.pswrej1d .zg72ere:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.pswrej1d .zg72ere:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.icvd67 .hd3kes3 { padding-top: 12px;  padding-bottom: 12px; }
.t8lt0jl .hd3kes3 { padding-top: 20px;  padding-bottom: 20px; }
.nivso70e .hd3kes3 { padding-top: 36px;  padding-bottom: 36px; }
.g78a3ki .hd3kes3 { padding-top: 48px;  padding-bottom: 48px; }
.xbgi h1, .xbgi h2, .xbgi h3, .xbgi .as4rv0 { font-weight: 700; }
.bikj4u h1, .bikj4u h2, .bikj4u h3, .bikj4u .as4rv0 { font-weight: 700; }
.tnn91, .xbgi, .cyk7soye, .bikj4u { font-weight: 400; }
.v7tt {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.mmp6tdx .v7tt { display: none; }
@media (max-width: 640px) {
  .v7tt { display: none !important; }
}
.v7tt { background: var(--cta) !important; color: #fff !important; border: none !important; }
.v7tt:hover { opacity: 0.85; }
.iu7phxr .v7tt { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.yx2xht  .zoixioz { left: 32px; }
@media (max-width: 480px) {
  .rufpagx .zoixioz { right: 20px; bottom: 20px; }
  .yx2xht  .zoixioz { left: 20px; bottom: 20px; }
}
.ioj8sjqs { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.yr8l95s7 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.nr9yj7hn { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.hchzqc { color: var(--text-dim); font-size: var(--fs-label); }
.cowi3 a, .dl64qnzm a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.cowi3 a:hover, .dl64qnzm a:hover { color: var(--accent-light); }
.dl64qnzm { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.xqt57 .yr8l95s7 { text-align: center; }
.xqt57 .dl64qnzm { justify-content: center; margin-bottom: 16px; }
.xqt57 .nr9yj7hn { margin-top: 0; }
.vc0pw1 { margin-top: 12px; }
.vc0pw1 a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .yr8l95s7 { padding-left: 16px; padding-right: 16px; }
  .diizkyyh .yr8l95s7 { padding: 20px 16px; }
  .dl64qnzm { gap: 4px 12px; }
  .nr9yj7hn { font-size: var(--fs-caption); }
}
.joat8 .nr9yj7hn { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.joat8 .hchzqc { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .joat8 .nrisn { grid-template-columns: 1fr 1fr; } .joat8 .ycxdhm { grid-column: 1 / -1; } }
@media (max-width: 480px) { .joat8 .nrisn { grid-template-columns: 1fr; } }
.s5ljm .nr9yj7hn { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .s5ljm .cnp70pwn { gap: 12px; } .s5ljm .xd44nmoa { margin-right: 0; width: 100%; } }
.lnwb0hct .nr9yj7hn { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.lnwb0hct .hchzqc { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .lnwb0hct .hr2zk { grid-template-columns: 1fr 1fr; } .lnwb0hct .vsepzz9 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .lnwb0hct .hr2zk { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .jdmudsa .v87n { grid-template-columns: 1fr 1fr; } .jdmudsa .fjjc:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jdmudsa .v87n { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .hbfvilnt .v87n { grid-template-columns: 1fr; } }
.g1bw26w .yr8l95s7 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.g1bw26w .dl64qnzm { justify-content: center; }
.hbp4kvw .bqq378      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.awa4te .bqq378      { background: #0d1117; border-bottom-color: #21262d; }
.awa4te .n5jh43 { color: var(--accent-light); }
.awa4te .cvd8p9 { --msep-color: #8b949e; }
.awa4te .cvd8p9 a { color: #8b949e; }
.awa4te .cvd8p9 a:hover { color: var(--accent-light); }
.awa4te .rasldqyo { color: #8b949e; }
.awa4te .ioj8sjqs { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.awa4te .nr9yj7hn,
.awa4te .hchzqc { color: #6e7681; }
.awa4te .cowi3 a, .awa4te .dl64qnzm a,
.awa4te .cowi3 a:hover, .awa4te .dl64qnzm a:hover,
@media (max-width: 640px) {
  .awa4te .cvd8p9 { background: #0d1117; border-top-color: #21262d; }
  .awa4te .cvd8p9 li a { border-bottom-color: #21262d; }
}
.vy152ejd .bqq378      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.vy152ejd .n5jh43 { color: var(--accent-light); }
.vy152ejd .cvd8p9 { --msep-color: #475569; }
.vy152ejd .cvd8p9 a { color: #475569; }
.vy152ejd .cvd8p9 a:hover { color: var(--accent-light); }
.vy152ejd .rasldqyo { color: #64748b; }
.vy152ejd .ioj8sjqs { background: #f0f4f8; border-top-color: #cbd5e1; }
.vy152ejd .nr9yj7hn,
.vy152ejd .hchzqc { color: #64748b; }
.vy152ejd .cowi3 a, .vy152ejd .dl64qnzm a,
.vy152ejd .cowi3 a:hover, .vy152ejd .dl64qnzm a:hover,
@media (max-width: 640px) {
  .vy152ejd .cvd8p9 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .vy152ejd .cvd8p9 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.i4p158 .bqq378 { background: var(--b-50); border-bottom-color: var(--b-200); }
.i4p158 .cvd8p9 a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .i4p158 .cvd8p9 { background: var(--b-50); border-top-color: var(--b-200); }
}
.mbvcjosk   { --nav-fill: var(--b-900); --nav-edge: var(--b-800); }
.b0ee04e .bqq378, .mbvcjosk .bqq378 { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.b0ee04e .n5jh43, .mbvcjosk .n5jh43 { color: #fff; }
.b0ee04e .cvd8p9, .mbvcjosk .cvd8p9 { --msep-color: rgba(255,255,255,0.82); }
.b0ee04e .cvd8p9 a, .mbvcjosk .cvd8p9 a { color: rgba(255,255,255,0.82); }
.b0ee04e .cvd8p9 a:hover, .mbvcjosk .cvd8p9 a:hover { color: #fff; }
.b0ee04e .rasldqyo, .mbvcjosk .rasldqyo { color: rgba(255,255,255,0.9); }
.b0ee04e .lv52x a, .mbvcjosk .lv52x a { color: var(--text-primary) !important; }
.b0ee04e .lv52x a:hover, .mbvcjosk .lv52x a:hover { color: var(--accent-light) !important; }
@media (max-width: 640px) {
  .b0ee04e .cvd8p9, .mbvcjosk .cvd8p9 { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .b0ee04e .cvd8p9 li a, .mbvcjosk .cvd8p9 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.j4vpj7e1.b0ee04e .v7tt { background: #fff !important; color: var(--b-700) !important; }
.am4bf1 .bqq378 {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.am4bf1 .bqq378::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) {
  .am4bf1 .cvd8p9 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.fnxzx .yapta4 { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.zs1m5a7p .yapta4 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.o6sj .yapta4 { min-height: 72px; height: auto; }
.fkouxuqy .yapta4 { min-height: 84px; height: auto; }
.diizkyyh .yapta4 { max-width: none; padding: 0 32px; }
.diizkyyh .yr8l95s7  { max-width: none; padding: 24px 32px; }
.bef15brz.pmiu9s .yapta4 { max-width: 1200px; }
.bef15brz.svmuep .yapta4 { max-width: 1320px; }
.y16zw0jx   .n5jh43, .y16zw0jx   .xd44nmoa { text-transform: capitalize; }
.rai5w .n5jh43, .rai5w .xd44nmoa { text-transform: lowercase; }
.v8ujs .n5jh43, .v8ujs .xd44nmoa { text-transform: uppercase; letter-spacing: var(--ls-label); }
.zfu759, .r5a9 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.axcv4 .zfu759,
.wobriggj .zfu759,
.ox03l0c .zfu759,
.ginm .zfu759,
.os4k   .cvd8p9 a { font-weight: 500; }
.x2ff .cvd8p9 a { font-weight: 600; }
.hhynzj7d     .cvd8p9 a { font-weight: 700; }
.z794xx9p    .cvd8p9 a { font-weight: 700; letter-spacing: normal; }
.lv2lqpwn     .cvd8p9 > li + li::before,
.ifg3d9    .cvd8p9 > li + li::before,
.s2xf    .cvd8p9 > li + li::before,
.yujd5eku .cvd8p9 > li + li::before,
.p9nj405p .cvd8p9 > li + li::before,
.thps8fec  .cvd8p9 > li + li::before,
.e6v4tf    .cvd8p9 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.lv2lqpwn     .cvd8p9 > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.ifg3d9    .cvd8p9 > li + li::before { content: "|"; }
.s2xf    .cvd8p9 > li + li::before { content: "—"; }
.yujd5eku .cvd8p9 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.p9nj405p .cvd8p9 > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.thps8fec  .cvd8p9 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.e6v4tf    .cvd8p9 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ogt7 .rasldqyo,
  .em58oien .rasldqyo,
  .kjeh6 .rasldqyo,
  .rdpg .rasldqyo,
  .aq3s .rasldqyo {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ogt7 .rasldqyo::before,
  .em58oien .rasldqyo::before,
  .kjeh6 .rasldqyo::before,
  .rdpg .rasldqyo::before,
  .aq3s .rasldqyo::before { content: ""; display: block; flex-shrink: 0; }

  
  .ogt7 .rasldqyo::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;
  }

  
  .em58oien .rasldqyo::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;
  }

  
  .kjeh6 .rasldqyo::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;
  }

  
  .rdpg .rasldqyo::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;
  }

  
  .aq3s .rasldqyo::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) {
  .kt2186hd .rasldqyo {
    padding: 4px 16px;
  }
  .kt2186hd .cvd8p9 {
    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;
  }
  .kt2186hd .cvd8p9 li a {
    border-bottom: none; padding: 12px 24px;
  }
  .kt2186hd .cvd8p9 li a:hover { background: var(--bg-raised); }
  .kt2186hd .rxuug,
  .koo412 .rxuug,
  .rj63 .rxuug { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .iatq .rasldqyo {
    padding: 4px 12px;
  }
  .iatq .cvd8p9 {
    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);
  }
  .iatq .cvd8p9.x41j3 { transform: translateX(0); }
  .iatq .cvd8p9 li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .iatq .cvd8p9 li:last-child a { border-bottom: none; }
  .b0ee04e .cvd8p9,
  .awa4te .cvd8p9 { background: var(--accent) !important; }
  .b0ee04e .cvd8p9 li a,
  .awa4te .cvd8p9 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .rj63 .rasldqyo {
    padding: 4px 12px;
  }
  .rj63 .cvd8p9 {
    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);
  }
  .rj63 .cvd8p9::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .rj63 .cvd8p9.x41j3 { transform: translateY(0); }
  .rj63 .cvd8p9 li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .w3vp35um .rasldqyo {
    padding: 4px 12px;
  }
  .w3vp35um .cvd8p9 {
    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;
  }
  .w3vp35um .cvd8p9.x41j3 { opacity: 1; pointer-events: auto; }
  .w3vp35um .cvd8p9 li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .lf4l     .rasldqyo { border-radius: 0 !important; }
  .ly49xq   .rasldqyo { border-radius: var(--r-btn) !important; }
  .nikm5p .rasldqyo { border-radius: 50% !important; }
  .z9nlnl8l   .rasldqyo { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .vredhjwz .p6di7 { flex-direction: column; align-items: stretch; }
  .vredhjwz .tox1s5mj { flex-direction: row; min-width: auto; }
  .vredhjwz .q5ef3h { align-items: flex-start; text-align: left; }
}
.sown1,
.sown1.zg72ere,
.cmxdo .sown1,
.emmf .sown1,
.skf5ie .sown1,
.itc8 .sown1 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.xgnv {
  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;
}
.x8ewfxx0 { flex: 1 1 280px; min-width: 0; }
.ivtz1b {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.fp0i58vu {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.wufj {
  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;
}
.wufj:hover { transform: translateY(-1px); opacity: 0.95; }
.raxfqy .xgnv {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.raxfqy .ivtz1b { color: var(--cta); }
.raxfqy .fp0i58vu { color: var(--text-body); }
.raxfqy .wufj {
  background: var(--cta);
  color: var(--cta-fg);
}
.xwp0agda .xgnv {
  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);
}
.xwp0agda .ivtz1b { color: var(--text-primary); }
.xwp0agda .fp0i58vu { color: var(--text-body); }
.xwp0agda .wufj {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .xgnv {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .x8ewfxx0 { flex: 0 0 auto; }
  .ivtz1b { font-size: var(--fs-lead); }
  .wufj { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.r79f4 .j60et79 { height: 36px; }
.ndc0c3hw .j60et79 { height: 60px; max-width: 200px; }
.o8e6u3lt .j60et79 { height: 56px; max-width: 180px; }
.xm9ns8    .t0fxjf, .xm9ns8    .hpaud { color: #f59e0b; }
.ooknk0      .hpaud   { font-size: var(--fs-lead); }
.suex    .t0fxjf, .suex    .hpaud { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.ukdzgxwj     .t0fxjf, .ukdzgxwj     .hpaud { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.wyvn .t0fxjf, .wyvn .hpaud { color: var(--cta); letter-spacing: var(--ls-wide); }
.wd13yr   .t0fxjf, .wd13yr   .hpaud { color: #e91e63; letter-spacing: var(--ls-wide); }
.scnb  .t0fxjf, .scnb  .hpaud { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.t0t5xr     .t0fxjf, .t0t5xr     .hpaud { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.s3cygq .xv35 {
  font-size: var(--fs-lead); font-weight: 700;
  color: var(--text-muted); opacity: .45;
}
.dw10q8 .xhc51nnf {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.dw10q8 .k5bwhj {
  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);
}
.dw10q8 .k5bwhj + .k5bwhj { border-top: var(--bw-hair) solid var(--border-alt); }
.dw10q8 .e3zu3b { align-items: center; text-align: center; }
.dw10q8 .fjlk19 {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
}
.dw10q8 .xv35 {
  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;
}
.dw10q8 .p3tp {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.dw10q8 .spdm { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.dw10q8 .x1bdjlo { font-size: var(--fs-body); }
.dw10q8 .drtiwgi.l2dm2t { min-width: 180px; }
@media (min-width: 720px) {
  .dw10q8 .xhc51nnf {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .dw10q8 .k5bwhj + .k5bwhj { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .dw10q8 .k5bwhj { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .dw10q8 .fjlk19 { top: -16px; left: 50%; }
  .dw10q8 .p3tp { width: 132px; height: 132px; }
}
.taf7t .xhc51nnf {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.taf7t .k5bwhj {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.taf7t .p3tp {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.taf7t .spdm { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.taf7t .xv35 {
  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) {
  .taf7t .p3tp { width: 104px; height: 104px; }
}
.t54zk825 .k0v2 {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.t54zk825 .k0v2 summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.t54zk825 .k0v2 summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.t54zk825 .k0v2[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.t54zk825 .k0v2 p { padding: 0 14px 18px; }
.t54zk825 .k0v2[open] p { border-top: none; padding-top: 0; }
.tyliem2 .k0v2 { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.tyliem2 .k0v2 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;
}
.tyliem2 .k0v2 summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.tyliem2 .k0v2[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.tyliem2 .k0v2 p { padding: 14px 24px 4px; }
.tyliem2 .k0v2[open] p { border-top: none; padding-top: 14px; }
.lpgn8 .k0v2 {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.lpgn8 .k0v2 summary { color: var(--text-primary); padding: 16px 18px; }
.lpgn8 .k0v2[open] summary { box-shadow: none; }
.lpgn8 .k0v2 p { padding: 0 18px 18px; }
.gyba .vfiih { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.gyba .k0v2 {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.gyba .k0v2:last-child { border-bottom: none; }
.gyba .k0v2 summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.gyba .k0v2 p { padding: 0 20px 16px; }
.s8reovs .k0v2 { overflow: hidden; }
.s8reovs .k0v2 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));
}
.s8reovs .k0v2 summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.s8reovs .k0v2 summary::after { color: var(--tone-mark, var(--accent)); }
.s8reovs .k0v2[open] summary { border-radius: 0; box-shadow: none; }
.cr4w { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.lrg4dcv {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.sk5cct {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.pqhl { color: var(--text-muted); font-size: var(--fs-body); }
.gu9jaae6 {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.ztj5dr { margin-bottom: 20px; }
.mzfiqxuq {
  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);
}
.j8gcgm {
  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;
}
.j8gcgm:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.btqt { resize: vertical; min-height: 130px; }
.lh684 { width: 100%; margin-top: 8px; }
.iu8w6zo7 {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.xaan9o {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.tdm9 { color: var(--text-muted); line-height: var(--lh-read); }
.dis628bk { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.dis628bk li { margin-bottom: 8px; }
.z7oo { max-width: 760px; margin: 0 auto; }
.lhc83sq { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.nlahy3 { max-width: 760px; margin: 0 auto; }
.ry234 ul.dis628bk { margin: 0; }
@media (max-width: 640px) { .i290l6 { grid-template-columns: 1fr; gap: 12px; } }
.ns3epez { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.w5ix { background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 24px; }
.sdhcur { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.w5ix p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.w5ix .dis628bk { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .ns3epez { grid-template-columns: 1fr; } }
.kjcj { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.kjcj:hover .j89dk { color: var(--accent-light); text-decoration: underline; }
.q0wgi { color: inherit; text-decoration: none; }
.q0wgi:hover { color: var(--accent-light); text-decoration: underline; }
.ak5s3b1 { display: inline-block; line-height: 0; }
.aot3c1g { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.tggh { margin-bottom: 48px; }
.ba2i { max-width: 760px; margin: 0 auto; }
.ib7kez { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.ib7kez:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.mbvjh5fo { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.ib7kez p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.ib7kez ul.dis628bk { margin: 0; }
.bovlfdu6 { color: var(--text-muted); line-height: var(--lh-read); }
.eb0ah41 .dis628bk,
.tfstt .dis628bk,
.pfdaf08m .dis628bk,
.ukok .dis628bk {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.eb0ah41 .ib7kez,
.tfstt .ib7kez { text-align: left; }
.eb0ah41 .mbvjh5fo,
.tfstt .mbvjh5fo { text-align: center; }
.mkgg { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.i68uya { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.h2hoh { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.upgl318 { margin-top: 12px; }
.nuem9t5 { 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; }
.nuem9t5:hover { border-bottom-color: var(--accent-light); }
.nn4awb { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.nn4awb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.my37td5 { border-radius: 28%; }
.y0lz0wj { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.eh1v { padding-left: 16px; position: relative; color: var(--text-primary); font-weight: 600; }
.eh1v::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
.pcjv2x { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: var(--bw-hair) solid var(--border); }
@media (max-width: 640px) { .pcjv2x { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.pbh5 .h2hoh, .pbh5 .i68uya { max-width: 640px; }
.edce .mkgg { font-size: var(--fs-h3); margin-top: 20px; }
.v7cebm .h2hoh { margin-bottom: 28px; }
@media (max-width: 860px) { .um57egw { grid-template-columns: 1fr; } .edce { position: static; text-align: center; } }
.mgluj .nn4awb { margin: 0 auto 20px; }
.mgluj .y0lz0wj { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .xcop { grid-template-columns: 1fr; } }
.zlhmife .mkgg { font-size: var(--fs-h3); margin-bottom: 8px; }
.ukok .dis628bk { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .zlhmife { flex-direction: column; text-align: center; } .coq8 { grid-template-columns: 1fr; } }
.cp6vgq2b .mkgg { font-size: var(--fs-lead); margin: 0 0 4px; }
.cp6vgq2b .y0lz0wj { margin: 0; }
.sxuzvc93 { max-width: 760px; margin: 0 auto; }
.xf1y2o1c { position: relative; padding-left: 28px; }
.xf1y2o1c::before { content: ""; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 2px; background: var(--border); }
.qge6 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.qge6:last-child { padding-bottom: 0; }
.t3ud { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: var(--bw-bar) solid var(--bg-surface); flex-shrink: 0; }
.mx27 h2 { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.mx27 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.yihz .sk5cct { color: var(--accent-light); }
.w955d .sk5cct { font-size: var(--fs-h2); }
.w955d .pqhl { max-width: 680px; }
.sabpc3q .sk5cct { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.sabpc3q .pqhl  { margin: 0; }
@media (max-width: 640px) { .sabpc3q { flex-direction: column; } }
.ggf5ax .sk5cct { color: var(--accent-light); }
.sbyvl {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.sbyvl .sk5cct { color: #fff; }
.sbyvl .pqhl  { color: rgba(255,255,255,0.85); }
.lnzcxu8 { max-width: 680px; margin: 0 auto; }
.pptdd {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .pptdd { grid-template-columns: 1fr; } }
.hxt3 .j8gcgm {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.hxt3 .j8gcgm:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.vhxree .j8gcgm { background: var(--bg-raised); border-color: transparent; }
.vhxree .j8gcgm:focus { background: var(--bg-card); border-color: var(--accent-light); }
.hwu8mt6e .j8gcgm { border-radius: var(--r-pill); padding: 12px 20px; }
.hwu8mt6e .btqt { border-radius: var(--r-card); }
.izaw {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .izaw { grid-template-columns: 1fr; } }
.owy40 {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 24px 24px;
}
.owy40 h2 {
  font-size: var(--fs-sm); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.owy40 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.ccbma9u { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; margin: 0; }
.ccbma9u li { margin-bottom: 8px; }
.btap4{display:none}
.btap4:empty,.krj040:empty{display:none}
.itw8bg3j{position:relative;overflow:visible}
.sablj56 .qc4f9,.q4a4 .qc4f9,
.fwygc .qc4f9,.f3kgzcn4 .qc4f9,
.b741740 .qc4f9,.bxqsites .qc4f9{display:block}
.opia0lkz .q0hq{display:block}
.sablj56 .qc4f9,.q4a4 .qc4f9,
.fwygc .qc4f9,.f3kgzcn4 .qc4f9,
.b741740 .qc4f9{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}
.sablj56 .qc4f9 .krj040,.q4a4 .qc4f9 .krj040,
.fwygc .qc4f9 .krj040,.f3kgzcn4 .qc4f9 .krj040,
.b741740 .qc4f9 .krj040{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}
.sablj56 .bl77px2,.q4a4 .bl77px2,
.fwygc .bl77px2,.f3kgzcn4 .bl77px2,
.b741740 .bl77px2{background:transparent!important;border:none!important;padding: 0;border-radius:0;color:inherit!important}
.sablj56 .qc4f9,.q4a4 .qc4f9{top: 12px}
.sablj56 .qc4f9 .krj040{margin-right:auto}
.q4a4 .qc4f9 .krj040{margin-left:auto}
.q4a4 .qc4f9{text-align:right}
.fwygc .qc4f9,.f3kgzcn4 .qc4f9{bottom: 12px}
.fwygc .qc4f9 .krj040{margin-right:auto}
.f3kgzcn4 .qc4f9 .krj040{margin-left:auto}
.f3kgzcn4 .qc4f9{text-align:right}
.b741740 .qc4f9{position:relative;margin-top: 16px}
.b741740 .qc4f9 .krj040{margin: 0 auto}
.bxqsites .qc4f9{max-width:var(--content-mw,1100px);margin: 0 auto;padding: 8px 24px}
.bxqsites .qc4f9 .krj040{margin: 0}
.bxqsites .kogzl~.qc4f9,
.bxqsites .ereszylu~.qc4f9{max-width:none;margin: 0;padding: 8px clamp(24px,calc(50vw - 476px),96px)}
.bxqsites .kogzl~.qc4f9 .krj040,
.bxqsites .ereszylu~.qc4f9 .krj040{justify-content:flex-start}
.kogzl~.qc4f9,.ereszylu~.qc4f9{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}
.kogzl~.qc4f9 .krj040{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ereszylu~.qc4f9 .krj040{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.q0hq .krj040{margin: 0 0 12px}
.krj040{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.k589cmm{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.j89dk{font-weight:600;color:var(--text-heading);opacity:1}
.ry1yczg0::before{content:"·";margin: 0 2px;opacity:.5}
.bl77px2{white-space:nowrap}
.n70yrko .k589cmm{display:none}
.uev0cj .bl77px2{background:var(--date-bg, var(--accent-bg));padding: 4px 12px;border-radius: var(--r-card);font-size: var(--fs-caption)}
.uev0cj .ry1yczg0::before{content:""}
.uqeum .bl77px2{background:var(--date-bg, var(--accent-bg));padding: 8px 12px;border-radius:var(--radius, 6px);font-size: var(--fs-caption);display:inline-flex;align-items:center;gap: 4px}
.uqeum .ry1yczg0::before{content:""}
.ehmv .krj040{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.n5n9zf .bl77px2{border-left: var(--bw-rule) solid var(--accent);padding-left: 8px;font-size: var(--fs-caption)}
.n5n9zf .ry1yczg0::before{content:""}
.a3vgk .bl77px2{color: var(--accent-light);opacity:1;font-weight:500}
.ywde3d2 .bl77px2{border-bottom: var(--bw-hair) solid currentColor;padding-bottom: 2px}
.u8bdm .krj040{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.cdz5s{--date-bg:var(--accent-bg)}
.bng9 .ry1yczg0::before{content:""}
.siz6gk .ry1yczg0::before{content:"•";opacity:.4}
.siz6gk .bl77px2 + .bl77px2::before{content:"•";margin-right:6px;opacity:.4}
.tw5f4kc .ry1yczg0::before{content:"/";opacity:.35}
.tw5f4kc .bl77px2 + .bl77px2::before{content:"/";margin-right:6px;opacity:.35}
.q5coqso .ry1yczg0::before{content:"|";opacity:.3}
.q5coqso .bl77px2 + .bl77px2::before{content:"|";margin-right:6px;opacity:.3}
.x2huk7pi .ry1yczg0::before{content:"—";opacity:.3}
.x2huk7pi .bl77px2 + .bl77px2::before{content:"—";margin-right:6px;opacity:.3}
.lxxl2 .ry1yczg0::before{content:"◆";font-size:.5em;opacity:.35}
.lxxl2 .bl77px2 + .bl77px2::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.ca4779 .ry1yczg0::before{content:"·";opacity:.4}
.ca4779 .bl77px2 + .bl77px2::before{content:"·";margin-right:6px;opacity:.4}
.dajh .ry1yczg0::before{content:"›";opacity:.4}
.dajh .bl77px2 + .bl77px2::before{content:"›";margin-right:6px;opacity:.4}
.s4twje .ry1yczg0::before{content:"→";opacity:.35;font-size:.85em}
.s4twje .bl77px2 + .bl77px2::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.i12fn{display:flex;align-items:flex-start;gap: 16px;max-width:var(--content-width, 960px);margin: 32px auto 24px;padding: 20px 24px}
.t2qko{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.ch78lq{display:flex;flex-direction:column;gap: 4px}
.o1jjw{font-size: var(--fs-caption);text-transform:uppercase;letter-spacing: var(--ls-label);color:var(--text-body);opacity:.55}
.y0yk97{font-weight:700;font-size: var(--fs-sm);color:var(--text-heading)}
.ekfqm5h{font-size: var(--fs-label);color:var(--text-body);opacity:.8;line-height: var(--lh-snug);margin-top: 4px}
.exejs .i12fn{background:var(--surface-alt);border-radius:var(--radius, 8px);border: var(--bw-hair) solid var(--border)}
.soy2le4 .i12fn{border-top: var(--bw-bar) solid var(--accent);padding-top: 20px}
.gpyg274 .i12fn{border-left: var(--bw-bar) solid var(--accent);border-radius:0}
.nid94nzi .i12fn{padding: 20px 0}
@media(max-width:640px){
  .i12fn{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .ekfqm5h{max-width:100%}
}
.tafz1p .lch46oz{margin: 0}
@media (max-width:560px){
  .v0dfoc3{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) {
  .vj8ny2 { padding: 28px 20px 20px; }
  .utg5ur { font-size: var(--fs-lead); }
  .kafar0 { max-width: 220px; max-height: 80px; }
}
.s6al7qd {
  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);
}
.hqn8 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.tf7jfj  .s6al7qd { border-radius: 50%; }
.sz06  .s6al7qd { border-radius: var(--r-chip); }
.hmswh .s6al7qd { border-radius: var(--r-card); }
.q9pggvgk .xgnv {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .s6al7qd { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.q7fr99 .zg72ere {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.q7fr99 .hd3kes3 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.q7fr99 .xgnv {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.u863e {
  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;                  
}
.u863e.vrn1w2 { transform: translate(-50%, 0); }
.u863e .zg72ere,
.u863e .hd3kes3 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.u863e .xgnv {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.f55scmt {
  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;
}
.f55scmt::before,
.f55scmt::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.f55scmt::before { transform: translate(-50%, -50%) rotate(45deg); }
.f55scmt::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.f55scmt:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .u863e { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .u863e .xgnv {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .u863e .fp0i58vu { display: none !important; }
  .u863e .ivtz1b { font-size: var(--fs-body) !important; }
  .u863e .s6al7qd { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .f55scmt { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .yapta4 { flex-direction: row-reverse; }
[dir="rtl"] .cvd8p9 { flex-direction: row-reverse; }
[dir="rtl"] .yx2xht  .zoixioz { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .rufpagx .zoixioz { right: auto; left: 20px; }
  [dir="rtl"] .yx2xht  .zoixioz { left: auto;  right: 20px; }
}
[dir="rtl"] .tmz0v7p2 .vtnoo7c  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .h9fk20 .vtnoo7c { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .kogzl,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .t1083g, [dir="rtl"] .xhugbua { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .kqmw6pc { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .ta8xm506 { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .q9amz { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .xgnv { direction: rtl; }
[dir="rtl"] .s6al7qd { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .k5bwhj,
[dir="rtl"] .xn54h { direction: rtl; }
[dir="rtl"] .m473j { direction: rtl; }
[dir="rtl"] .hj4car { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .kogzl.q08tzo3 .i0ec6a7w { align-items: flex-end; text-align: right; }
[dir="rtl"] .kogzl.soy2 .i0ec6a7w { text-align: center; }
[dir="rtl"] .kogzl .i0ec6a7w { text-align: right; }
[dir="rtl"] .hd3kes3,
[dir="rtl"] .jrkol1,
[dir="rtl"] .s8eiq45f,
[dir="rtl"] .gu9jaae6,
[dir="rtl"] .mzfiqxuq,
[dir="rtl"] .h2hoh,
[dir="rtl"] .j8gcgm,
[dir="rtl"] .btqt { text-align: right; direction: rtl; }
[dir="rtl"] .hwu8mt6e .j8gcgm,
[dir="rtl"] .hxt3 .j8gcgm { padding-right: 20px; padding-left: 20px; }
.jgy5e5 .xhc51nnf,
.kx96 .xhc51nnf,
.jo9un0k .xhc51nnf { border: var(--bw-hair) solid var(--border-alt); }
.hjqop7 .xhc51nnf {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.jgy5e5 .k5bwhj,
.kx96 .k5bwhj,
.hjqop7 .k5bwhj,
.jo9un0k .k5bwhj {
  gap: 24px;
  padding: 24px 24px;
}
.jgy5e5 .k5bwhj + .k5bwhj,
.jo9un0k .k5bwhj + .k5bwhj { border-top: none; }
.jgy5e5 .k5bwhj:nth-child(even),
.jo9un0k .k5bwhj:nth-child(even) { background: var(--bg-surface); }
.hjqop7 .k5bwhj {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.jgy5e5 .xv35,
.kx96 .xv35,
.hjqop7 .xv35,
.jo9un0k .xv35 {
  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;
}
.jo9un0k .xv35 { background: var(--accent); color: var(--cta-fg, #fff); }
.jgy5e5 .p3tp,
.kx96 .p3tp,
.hjqop7 .p3tp,
.jo9un0k .p3tp {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.jgy5e5 .spdm,
.kx96 .spdm,
.hjqop7 .spdm,
.jo9un0k .spdm {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.jo9un0k .x1bdjlo { font-size: var(--fs-body); font-weight: 700; }
.jgy5e5 .drtiwgi.l2dm2t,
.kx96 .drtiwgi.l2dm2t,
.hjqop7 .drtiwgi.l2dm2t,
.jo9un0k .drtiwgi.l2dm2t {
  padding: 16px 24px !important;
}
.jo9un0k .drtiwgi.l2dm2t { box-shadow: none; }
@media (max-width: 1080px) {
  .jgy5e5 .k5bwhj,
  .kx96 .k5bwhj,
  .hjqop7 .k5bwhj,
  .jo9un0k .k5bwhj { gap: 16px; padding: 20px; }
  .jgy5e5 .p3tp,
  .kx96 .p3tp,
  .hjqop7 .p3tp,
  .jo9un0k .p3tp { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .jgy5e5 .p3tp,
  .kx96 .p3tp,
  .hjqop7 .p3tp,
  .jo9un0k .p3tp { width: 104px; height: 104px; }
}
.swqhnb10 .rmdbdty { display: none; }
.ns9afnx li::before { color: #2f855a; font-weight: 700; }
.blcu09 li::before { color: #9b2c2c; font-weight: 700; }
.vqnilz11::before { color: #2f855a; }
.g2ed::before { color: #9b2c2c; }
.kvtr8l  .wufj, .kvtr8l  .pk7d { border-radius: var(--r-pill); }
.ljzrpue .wufj, .ljzrpue .pk7d { border-radius: 0; }
.z0ei6 .wufj, .z0ei6 .pk7d { border-radius: var(--r-btn); }
.wufj, .pk7d, .lpbyoq, .l2dm2t, .drtiwgi.l2dm2t {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
body.ljzrpue { --btn-radius: 0px; }
.lpbyoq, .l2dm2t, .drtiwgi.l2dm2t, .wufj, .pk7d,
.e89rdvf, .wshr, .u863e .wufj {
  border-radius: var(--btn-radius) !important;
}
.epto a, .jrkol1 a, .s8eiq45f a, .d06cko a, .k0v2 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;
}
.epto a:hover, .jrkol1 a:hover, .s8eiq45f a:hover, .d06cko a:hover { text-decoration-color: currentColor; }
.pko8o02z   { --hero-a: var(--b-900); --hero-b: var(--b-800); }
.w3z5 .ih1x2bn0.tftsg .as4rv0,
.w3z5 section.tftsg .as4rv0 { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.w3z5 .tftsg .jb2u99o { color: var(--text-body); }
.pko8o02z .euoxcv:not(.tftsg) .zigcmmh {
  background: linear-gradient(180deg, color-mix(in srgb, var(--n-900) 72%, transparent) 0%, color-mix(in srgb, var(--n-900) 86%, transparent) 100%);
}
.ih1x2bn0.euoxcv:not(.tftsg) .as4rv0,
section.euoxcv:not(.tftsg) .as4rv0 { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.j4vpj7e1.kwlvh5 .tftsg .lpbyoq,
.j4vpj7e1.v2kwl7    .tftsg .lpbyoq { background: #fff !important; color: var(--b-700) !important; }
.p1yn41x .ioj8sjqs { background: var(--bg-page); border-top-color: var(--border-alt); }
.k580zq .ioj8sjqs { background: var(--b-50); border-top-color: var(--b-200); }
.bt8wd7   { --ftr-fill: var(--b-900); --ftr-edge: var(--b-800); }
.hkm9q .ioj8sjqs, .bt8wd7 .ioj8sjqs, .mywi .ioj8sjqs {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.hkm9q .ioj8sjqs :is(.nr9yj7hn, .hchzqc),
.bt8wd7   .ioj8sjqs :is(.nr9yj7hn, .hchzqc),
.mywi    .ioj8sjqs :is(.nr9yj7hn, .hchzqc) { color: rgba(255,255,255,0.68); }
.hkm9q .ioj8sjqs :is(.vps79, .ymbc),
.bt8wd7   .ioj8sjqs :is(.vps79, .ymbc),
.mywi    .ioj8sjqs :is(.vps79, .ymbc) { color: rgba(255,255,255,0.7); }
.hkm9q .ioj8sjqs a, .bt8wd7 .ioj8sjqs a, .mywi .ioj8sjqs a { color: rgba(255,255,255,0.9); }
.hkm9q .ioj8sjqs a:hover, .bt8wd7 .ioj8sjqs a:hover, .mywi .ioj8sjqs a:hover { color: #fff; }
.hkm9q .ioj8sjqs .xd44nmoa,
.bt8wd7   .ioj8sjqs .xd44nmoa,
.mywi    .ioj8sjqs .xd44nmoa { color: #fff; }
.y2z1ilug .xhc51nnf:not(.mkwu29) .k5bwhj:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.cktp .xhc51nnf:not(.mkwu29) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.cktp .xhc51nnf:not(.mkwu29) .k5bwhj { background: var(--bg-card); border-radius: var(--r-btn); }
.cktp .xhc51nnf:not(.mkwu29) .k5bwhj + .k5bwhj { margin-top: 8px; border-top: none; }
.xv35 { color: var(--tone-mark, var(--text-muted)); }
.geof2eed .k5bwhj::before { background: var(--tone-line, var(--accent)); }
.jom9soop .k5bwhj:first-child { border-top-color: var(--tone-line, var(--accent)); }
.k0v2 summary:hover::after, .k0v2[open] summary::after { color: var(--tone-mark, var(--accent)); }
.d06a8s .ux9e { border-top-color: var(--tone-line, var(--accent)); }
.ksltvq .kmlbtm { background: var(--tone-fill, var(--accent-bg)); }
.uyu93kb .vwxf86 .spdm,
.uyu93kb .f5r1ccc.vwxf86 img,
.uyu93kb .jl927k.vwxf86 img { border-radius: 22%; }
.uyu93kb .f5r1ccc.vwxf86 { border-radius: var(--r-card); }
.j3f9j3v .vwxf86 .spdm,
.j3f9j3v .f5r1ccc.vwxf86 img,
.j3f9j3v .jl927k.vwxf86 img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.j3f9j3v .f5r1ccc.vwxf86 { border-radius: 50%; padding: 5px; }
.j3f9j3v .vwxf86.p3tp, .uyu93kb .vwxf86.p3tp { overflow: visible; }
.ux9e, .rw658r, .xhc51nnf:not(.mkwu29), .lch46oz, .k0v2 {
  border: none; box-shadow: var(--sh-card);
}
.wovkgx .ux9e, .wovkgx .rw658r,
.wovkgx .xhc51nnf:not(.mkwu29) { box-shadow: var(--sh-lift); }
.t54zk825 .k0v2, .tyliem2 .k0v2, .gyba .k0v2 { box-shadow: none; }
.gyba .vfiih { border: none; box-shadow: var(--sh-card); }
.lpgn8 .k0v2 { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.tyliem2 .k0v2 summary { border: none; box-shadow: var(--sh-card); }
.tyliem2 .k0v2[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.s8reovs .k0v2 summary { color: var(--tone-fill-head-raw); }
.ie7sda .ux9e { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.oig4p1, .q9amz, .m473j { border: none; box-shadow: var(--panel-sh, none); }
.aphym0y .cjhchrm { border: none; box-shadow: var(--sub-sh, none); }
.w4lsd3o .oig4p1, .w4lsd3o .m473j { box-shadow: var(--panel-sh, none); }
.w4lsd3o .lch46oz, .w4lsd3o .qbzc .q9amz { box-shadow: var(--sh-card); }
.w4lsd3o .aphym0y .cjhchrm { box-shadow: var(--sub-sh, none); }
.g83jhzi .cjhchrm, .w4lsd3o .g83jhzi .cjhchrm, .wovkgx .g83jhzi .cjhchrm { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.oig4p1 { background: var(--bg-card-inner); border-radius: var(--r-card); }
.l5ydrc83 { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.rnyo6 .oig4p1   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.wzslwx4 .oig4p1 { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.r31gbw .oig4p1     { border: none; }
.r31gbw .l5ydrc83 { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.u6swe .oig4p1    { border: none; box-shadow: var(--sh-card); }
.q9amz { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.xmox6qc { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.q9amz strong, .dtdl0k .q9amz strong, .lo4b .q9amz strong,
.eid1kls2 .q9amz strong { color: var(--cl-head); }
.q9amz p, .dtdl0k .q9amz p, .lo4b .q9amz p,
.eid1kls2 .q9amz p { color: var(--cl-fg); }
.dtdl0k .q9amz { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.dtdl0k .q9amz strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.b4i8 .q9amz { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.lo4b .q9amz { border: none; }
.eid1kls2 .q9amz  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.qbzc .q9amz   { 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); }
.j7rgka { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.j7rgka strong { color: var(--cl-head); }
.kqmw6pc, .ta8xm506 { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.kqmw6pc ul li, .kqmw6pc .ns9afnx li { color: var(--sem-pos-body); }
.ta8xm506 ul li, .ta8xm506 .blcu09 li { color: var(--sem-neg-body); }
.kcpa6hg2 .kqmw6pc, .kcpa6hg2 .ta8xm506 { border: none; }
.nhx0i7 .kqmw6pc, .nhx0i7 .ta8xm506 { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.nhx0i7 .kqmw6pc { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.nhx0i7 .ta8xm506 { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.zdsv5nx .kqmw6pc, .zdsv5nx .ta8xm506 { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.zdsv5nx .kqmw6pc { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.zdsv5nx .ta8xm506 { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.sz158n .kqmw6pc .e3a0, .sz158n .ta8xm506 .e3a0 {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.sz158n .kqmw6pc .e3a0 { background: var(--sem-pos-fg); }
.sz158n .ta8xm506 .e3a0 { background: var(--sem-neg-fg); }
.sz158n .vqnilz11::before, .sz158n .g2ed::before { color: #fff; }
.aj1mz .kqmw6pc ul li, .aj1mz .kqmw6pc .ns9afnx li,
.aj1mz .ta8xm506 ul li, .aj1mz .ta8xm506 .blcu09 li { color: var(--text-body); }
.m473j { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.vbf6w5k { color: var(--tone-fill-head, var(--text-primary)); }
.wnpr .hj4car a, .c228 .hj4car a, .c3sw .hj4car a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.wnpr .hj4car a:hover, .c228 .hj4car a:hover, .c3sw .hj4car a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.ptfr5uqn .m473j { border-bottom-color: var(--border-alt); }
.ptfr5uqn .hj4car a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.xa3u5, .l7csq8 { border: none; }
.ykcg { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.v2n6ykz { border-top: none; }
.v2n6ykz > span { color: var(--tone-fill-head, var(--text-primary)); }
.nxmuarcy em, .b76vco5i em, .kmn7ngek em, .am16 em { color: var(--tone-fill-muted, var(--text-muted)); }
.ksltvq .kmlbtm { border-bottom: none; }
.ie7sda .kmlbtm { border-bottom: none; }
.f5r1ccc.vwxf86 { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.f5r1ccc.vwxf86 img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.uyu93kb .f5r1ccc.vwxf86 img { border-radius: 22%; }
.j3f9j3v  .f5r1ccc.vwxf86 img { border-radius: 50%; }
.j3f9j3v  .f5r1ccc.vwxf86 { padding: 0; }
@media (min-width: 900px) {
  .hc72qc .qrwj0 > .ux9e:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.t1083g li::marker { color: var(--tone-mark, var(--accent)); }
.xhugbua li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.qdjq0ksk li::marker { color: var(--tone-mark, var(--accent)); }
.zozq2 h2.hyagbmbd { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.ro7vb h2.hyagbmbd { border-bottom-color: var(--tone-mark, var(--accent)); }
.sfoh h2.hyagbmbd { border-top-color: var(--tone-mark, var(--accent)); }
.tmz0v7p2 .cjhchrm, .h9fk20 .cjhchrm, .gzif85 .cjhchrm,
.tmz0v7p2 .q9amz, .h9fk20 .q9amz, .gzif85 .q9amz,
.tmz0v7p2 .mgg3, .h9fk20 .mgg3, .gzif85 .mgg3,
.tmz0v7p2 .lch46oz, .h9fk20 .lch46oz, .gzif85 .lch46oz { clear: both; }
.vtnoo7c .ruoe { box-shadow: var(--sh-card); }
.lch46oz { border-radius: var(--r-card); }
.xf7e05a .witkws3h { border: none; }
.i4p158 .cvd8p9 a { color: var(--b-800); }
.i4p158 .cvd8p9 a:hover { color: var(--b-600); }
.w3z5 .ih1x2bn0.tftsg .as4rv0,
.w3z5 section.tftsg .as4rv0,
.w3z5 .prh0xj .as4rv0 { color: var(--b-900) !important; }
.w3z5 .tftsg .jb2u99o, .w3z5 .prh0xj .jb2u99o { color: var(--b-800); }
.k580zq .ioj8sjqs, .k580zq .ioj8sjqs a { color: var(--b-800); }
.k580zq .ioj8sjqs :is(.nr9yj7hn, .hchzqc, .vps79) { color: var(--b-700); }
.xgnv { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.wufj { border: none; }
.qmh3 .wufj { background: #fff !important; color: var(--cta) !important; }
.raxfqy .xgnv { background: var(--b-100); border: none; }
.raxfqy .ivtz1b { color: var(--b-900); }
.raxfqy .fp0i58vu { color: var(--b-800); }
.xwp0agda .xgnv { background: var(--b-900); border: none; border-radius: var(--r-card); }
.xwp0agda .ivtz1b { color: #fff; }
.xwp0agda .fp0i58vu { color: rgba(255,255,255,0.82); }
.uumx6pa3 .xgnv { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.uumx6pa3 .wufj { background: #fff !important; color: var(--b-800) !important; }
.s6al7qd { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.hqn8 { width: 100%; height: 100%; object-fit: cover; }
h2.hyagbmbd, .as4rv0, h1.hyagbmbd, .ivtz1b { font-weight: 700; }
.dryo h3, h3.rpkq { font-weight: 600; }
.pncphon { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.t1083g { list-style: none !important; padding-left: 0; margin: 16px 0; }
.t1083g li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.t1083g li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.t1083g 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);
}
.nv0zw3td .t1083g li { padding-left: 28px; }
.nv0zw3td .t1083g 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));
}
.nv0zw3td .t1083g li::after { content: none; }
.nv0zw3td .t1083g li::marker, .t1083g li::marker { content: ""; }
.xhugbua { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.xhugbua li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.xhugbua 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;
}
.nv0zw3td .xhugbua li::before { border-radius: 50%; }
.xhugbua li::marker { content: ""; }
.qdjq0ksk { list-style: none; padding-left: 16px; }
.qdjq0ksk li { position: relative; padding-left: 16px; }
.qdjq0ksk li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.qdjq0ksk li::marker { content: ""; }
h3.rpkq { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.epto strong, .jrkol1 strong, .c86j 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");
}
.ns9afnx li::before, .blcu09 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);
}
.blcu09 li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.ns9afnx li, .blcu09 li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.vqnilz11::before, .g2ed::before { content: none !important; display: none !important; }
.e3a0 { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.swqhnb10 .rmdbdty, .rmdbdty {
  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;
}
.hukf .rmdbdty     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.xmox6qc .rmdbdty { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.vzv3hlsw .rmdbdty  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.j7rgka .rmdbdty, .tmaq3v36 .rmdbdty { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.rmdbdty::before { content: none !important; }
.q9amz { gap: 14px; }
.ux9e { --rv-pad: 24px; }
.kmlbtm { padding: var(--rv-pad); }
.wjeh { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.wjeh > * { margin: 0 !important; }
.d06cko { line-height: var(--lh-read); }
.v2n6ykz {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.v2n6ykz > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.v2n6ykz 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)); }
.v2n6ykz b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.fu4a { gap: 16px; }
.aj1mz .kqmw6pc, .aj1mz .ta8xm506 { padding: 0; }
.aj1mz .ta8xm506 { padding-left: 20px; }
.hci0ge { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.fu4a + .hci0ge { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.y933v { 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); }
.xa3u5, .ykcg, .g13wj {
  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));
}
.j7rgka { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.j7rgka strong, .dtdl0k .j7rgka strong,
.tmaq3v36 strong, .dtdl0k .tmaq3v36 strong {
  display: block; padding: 0; margin: 0 0 6px; border: none;
  font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label);
  color: var(--tone-sub, var(--cl-head));
}
.j7rgka p, .tmaq3v36 p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.j7rgka { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.g51d 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); }
.g51d .jt9b { color: inherit; opacity: .7; }
.aphym0y .cjhchrm { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.jjws2fxh h2.hyagbmbd { 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); }
.ejen .xwp0agda .wufj, .ejen .uumx6pa3 .wufj,
.ejen .pko8o02z .tftsg .lpbyoq { background: #fff !important; color: var(--b-900) !important; }
.ejen.pko8o02z .tftsg .lpbyoq,
.ejen.mbvcjosk .v7tt, .ejen.mywi .ioj8sjqs .l2dm2t { background: #fff !important; color: var(--b-900) !important; }
.hc72qc .qrwj0 { align-items: stretch; }
.ux9e { display: flex; flex-direction: column; }
.ux9e .wjeh { flex: 1 1 auto; }
.ux9e .j7rgka { margin-top: auto !important; }
.witkws3h { font-size: var(--fs-sm); }
.witkws3h th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.witkws3h td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.witkws3h td:first-child { font-weight: 600; color: var(--text-primary); }
.witkws3h tbody tr:last-child td { border-bottom: none; }
.witkws3h tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.purab .witkws3h th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.xf7e05a .witkws3h th, .xf7e05a .witkws3h td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.xf7e05a .witkws3h th + th, .xf7e05a .witkws3h td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.xf7e05a .witkws3h tbody tr:last-child td { border-bottom: none; }
.yquu .xf7e05a .witkws3h th + th, .v2el3p .xf7e05a .witkws3h th + th,
.hbvxtf4r.xf7e05a .witkws3h th + th { border-left-color: rgba(255,255,255,0.16); }
.wmpjw8rl .witkws3h tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.lq8fny2 { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.oig4p1 {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.oig4p1:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.r9im28nq, .r96q1 .r9im28nq {
  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;
}
.nu0q .r9im28nq { border-radius: 50%; padding: 14px; }
.fji2 .oig4p1 { align-items: center; text-align: center; }
.fji2 .qdjq0ksk { text-align: left; }
.l5ydrc83, .p7qxcm13 .l5ydrc83, .r31gbw .l5ydrc83 {
  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));
}
.pztebwg { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.qdjq0ksk { 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); }
.qdjq0ksk li { margin-bottom: 6px; line-height: var(--lh-snug); }
.e2wj .l5ydrc83 { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.e2wj .l5ydrc83::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.fji2.e2wj .l5ydrc83, .nu0q.e2wj .l5ydrc83 { align-items: center; }
.gaz2dh .oig4p1 { padding-left: 0; padding-right: 0; }
.gaz2dh .oig4p1:hover { transform: none; box-shadow: none; }
.oig4p1, .r31gbw .oig4p1 { background: var(--bg-card); box-shadow: var(--sh-card); }
.w4lsd3o .oig4p1, .wovkgx .oig4p1 { box-shadow: var(--sh-card); }
.gaz2dh .oig4p1, .w4lsd3o .gaz2dh .oig4p1 { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .lq8fny2:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .lq8fny2:has(> :nth-child(5):last-child) .oig4p1 { padding: 20px 16px 18px; }
  .lq8fny2:has(> :nth-child(6):last-child), .lq8fny2:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lq8fny2:has(> :nth-child(7):last-child), .lq8fny2:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .t1083g li, [dir="rtl"] .nv0zw3td .t1083g li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .nv0zw3td .t1083g li { padding-right: 28px; }
[dir="rtl"] .t1083g li::before { left: auto; right: 0; }
[dir="rtl"] .nv0zw3td .t1083g li::before { left: auto; right: 6px; }
[dir="rtl"] .t1083g li::after { left: auto; right: 9px; }
[dir="rtl"] .xhugbua li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .xhugbua li::before { left: auto; right: 0; }
[dir="rtl"] .qdjq0ksk { padding-left: 0; padding-right: 0; }
[dir="rtl"] .qdjq0ksk li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .qdjq0ksk li::before { left: auto; right: 0; }
[dir="rtl"] .ns9afnx li, [dir="rtl"] .blcu09 li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .ns9afnx li::before, [dir="rtl"] .blcu09 li::before { left: auto; right: 0; }
[dir="rtl"] .zdsv5nx .kqmw6pc, [dir="rtl"] .zdsv5nx .ta8xm506 { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .zdsv5nx .kqmw6pc { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .zdsv5nx .ta8xm506 { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .aj1mz .ta8xm506 { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .q9amz, [dir="rtl"] .eid1kls2 .q9amz, [dir="rtl"] .qbzc .q9amz { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .dtdl0k .q9amz, [dir="rtl"] .b4i8 .q9amz, [dir="rtl"] .lo4b .q9amz { border-right: none; }
[dir="rtl"] .zozq2 h2.hyagbmbd { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .rnyo6 .oig4p1 { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .oig4p1 { align-items: flex-start; text-align: right; }
[dir="rtl"] .witkws3h th, [dir="rtl"] .witkws3h td { text-align: right; }
[dir="rtl"] .xf7e05a .witkws3h th + th, [dir="rtl"] .xf7e05a .witkws3h td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .lpgn8 .k0v2, [dir="rtl"] .s8reovs .k0v2 summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .k0v2 summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .y2z1ilug .xhc51nnf:not(.mkwu29) .k5bwhj:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .k5bwhj { gap: 0 14px; padding: 16px; }
  .k5bwhj::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .fe69, .sw8lok { flex: 1 1 0; min-width: 0; }
  .ifjj { flex: 0 0 auto; }
  .zluyq { align-self: center; }
  
  .jzlc, .wad2xep, .zvwo,
  .rlc47ja, .ei3be28m, .xfymj194,
  .nnt7, .sqjp, .ntknz {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .jzlc, .wad2xep, .zvwo { flex-basis: 100%; min-width: 100%; }
  
  .k6tlo, .vlo69 { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .o8io5wb4, .vx2trb1 { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .vx2trb1 .l7csq8:nth-child(n+3) { display: inline-block; }
  .vx2trb1 .l7csq8:nth-child(n+4) { display: none; }
  
  .pjj9fl, .tfwl4rhu { margin-top: 16px; }
  .w9jxow { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .rlc47ja, .ei3be28m, .xfymj194,
  .nnt7, .sqjp, .ntknz { flex-basis: 100%; min-width: 100%; }
}
.p3tp.vwxf86, .o0zt7ke .p3tp.vwxf86, .r96fybn .p3tp.vwxf86,
.y283c1g .p3tp.vwxf86, .rjjgl7ra .p3tp.vwxf86,
.jl927k.vwxf86, .o0zt7ke .jl927k.vwxf86, .r96fybn .jl927k.vwxf86,
.y283c1g .jl927k.vwxf86, .rjjgl7ra .jl927k.vwxf86 {
  background: transparent; padding: 0; width: auto; height: auto;
}
.o0zt7ke .p3tp.vwxf86 .spdm, .r96fybn .p3tp.vwxf86 .spdm,
.y283c1g .p3tp.vwxf86 .spdm, .rjjgl7ra .p3tp.vwxf86 .spdm { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .p3tp.vwxf86 .spdm { max-height: 64px; max-width: 64px; }
  
  .vx2trb1 { flex-wrap: wrap; overflow: visible; }
  .vx2trb1 .l7csq8 { max-width: 100%; }
}
.hpmlp { display: none; }
.pugso, .j79ovcw1 { display: contents; }
.j7rgka, .lo4b .j7rgka, .qbzc .j7rgka { background: transparent !important; }
.hci0ge .xa3u5, .hci0ge .ykcg, .hci0ge .g13wj { background: var(--bg-surface); color: var(--text-body); }
.g51d { align-items: center; gap: 10px; }
.g51d strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.qwdhj {
  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);
}
.mces271 { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.mces271 em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.mces271 b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.qwdhj .l2dm2t { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .qwdhj { flex-direction: column; align-items: stretch; }
  .qwdhj .l2dm2t { text-align: center; }
}
@media (min-width: 900px) {
  .nk7fe1co .qrwj0, .nk7fe1co.hc72qc .qrwj0 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .nk7fe1co .ux9e:has(> .pugso) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .nk7fe1co .ux9e:has(> .pugso) > .qwdhj { display: none; }

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

  .nk7fe1co .j79ovcw1 { display: flex; flex-direction: column; min-width: 0; }
  .nk7fe1co .j79ovcw1 .lam24 { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .nk7fe1co .j79ovcw1 .lam24 img.yqjvj { max-height: 250px; }
  .nk7fe1co .j79ovcw1 .wjeh { flex: 1 1 auto; }
  
  .nk7fe1co .j79ovcw1 .fu4a { grid-template-columns: 1fr 1fr; gap: 20px; }
  .nk7fe1co .j79ovcw1 .hci0ge { flex-wrap: wrap; }
  .nk7fe1co .j79ovcw1 .y933v { flex: 0 0 auto; margin: 0 8px 0 0; }
  .nk7fe1co .ux9e:last-child:nth-child(odd) { grid-column: auto; }
  
  .nk7fe1co.ksltvq .kmlbtm, .nk7fe1co.d06a8s .kmlbtm { background: none; }
}
[dir="rtl"] .nk7fe1co .pugso .v2n6ykz b { text-align: left; }
[dir="rtl"] .nk7fe1co .pugso .v2n6ykz > .nxmuarcy b { text-align: right; }
[dir="rtl"] .nk7fe1co .j79ovcw1 .y933v { margin: 0 0 0 8px; }
.vrvhed4 .ux9e .lam24 { order: -1; }
.vrvhed4 .ux9e .lam24 img.yqjvj { max-height: 210px; width: 100%; }
.vrvhed4 .ux9e:has(.lam24) .kmlbtm { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.vrvhed4 .ux9e:has(.lam24) .f5r1ccc { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.vrvhed4.j3f9j3v .ux9e:has(.lam24) .f5r1ccc { border-radius: 50%; }
.vrvhed4 .ux9e:has(.lam24) .dryo,
.vrvhed4 .ux9e:has(.lam24) .sfxknmm4 { padding-top: 52px; }
.vrvhed4.ksltvq .kmlbtm, .vrvhed4.d06a8s .kmlbtm { background: none; }
.m2fv7e .ux9e .lam24 { display: none; }
.m2fv7e .ux9e { --rv-pad: 20px; }
.m2fv7e .d06cko { font-size: var(--fs-sm); line-height: 1.65; }
.m2fv7e .wjeh { gap: 16px; }
.m2fv7e .hci0ge + .hci0ge { display: none; }
.m2fv7e .f5r1ccc.vwxf86, .m2fv7e .f5r1ccc.vwxf86 img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.nu0q .oig4p1 { align-items: center; text-align: center; }
.nu0q .qdjq0ksk { text-align: left; }
.nu0q .n5o4 { margin-left: auto; margin-right: auto; }
.gcjaxe .lq8fny2, .gcjaxe .lq8fny2:has(> :nth-child(5):last-child),
.gcjaxe .lq8fny2:has(> :nth-child(6):last-child), .gcjaxe .lq8fny2:has(> :nth-child(7):last-child),
.gcjaxe .lq8fny2:has(> :nth-child(8):last-child), .gcjaxe .lq8fny2:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.gcjaxe .oig4p1 { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.gcjaxe .r9im28nq, .gcjaxe .n5o4 { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.gcjaxe .l5ydrc83, .gcjaxe .pztebwg, .gcjaxe .qdjq0ksk { grid-column: 2; }
.gcjaxe .oig4p1 > .l5ydrc83:first-child, .gcjaxe .oig4p1 > .l5ydrc83:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .gcjaxe .oig4p1 { direction: rtl; }
.hs5j .oig4p1 { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.hs5j .r9im28nq {
  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;
}
.hs5j .l5ydrc83, .hs5j .pztebwg { padding-left: 22px; padding-right: 22px; }
.hs5j .qdjq0ksk { margin-left: 22px; margin-right: 22px; }
.hs5j .lq8fny2:has(> :nth-child(5):last-child) .oig4p1 { 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"); }
.qdjq0ksk { padding-left: 0 !important; }
.qdjq0ksk li { padding-left: 22px; margin-bottom: 8px; }
.qdjq0ksk 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"] .qdjq0ksk li { padding-left: 0; padding-right: 22px; }
.v2n6ykz:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .nk7fe1co .ux9e:has(> .pugso) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .nk7fe1co .ux9e:has(> .pugso) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .nk7fe1co .pugso { background: none; align-self: start; position: sticky; top: 96px; }
  .nk7fe1co .pugso .v2n6ykz { align-items: stretch; }
  .nk7fe1co .pugso .sfxknmm4 { margin-top: 0; padding: 20px 0 0; }
  .nk7fe1co .pugso .dryo { padding: 0; }
  
  .nk7fe1co.v5gwmv .pugso .f5r1ccc { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .nk7fe1co.v5gwmv .pugso .f5r1ccc:not(.vwxf86) { width: 112px; height: 112px; padding: 6px; }
}
.vrvhed4.v5gwmv .kmlbtm { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.vrvhed4.v5gwmv .f5r1ccc { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.vrvhed4.v5gwmv .dryo, .vrvhed4.v5gwmv .sfxknmm4 { padding-left: 0; padding-right: 0; padding-bottom: 0; }
.gcjaxe .lq8fny2, .gcjaxe .lq8fny2:has(> :nth-child(5):last-child),
.gcjaxe .lq8fny2:has(> :nth-child(6):last-child), .gcjaxe .lq8fny2:has(> :nth-child(7):last-child),
.gcjaxe .lq8fny2:has(> :nth-child(8):last-child), .gcjaxe .lq8fny2:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gcjaxe .lq8fny2 > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.gcjaxe .oig4p1 { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.gcjaxe .r9im28nq, .gcjaxe .n5o4 { position: absolute; left: 22px; top: 22px; margin: 0; }
.gcjaxe .oig4p1:not(:has(.r9im28nq, .n5o4)) { padding-left: 22px; }
[dir="rtl"] .gcjaxe .oig4p1 { padding: 22px 104px 22px 22px; }
[dir="rtl"] .gcjaxe .r9im28nq, [dir="rtl"] .gcjaxe .n5o4 { left: auto; right: 22px; }
@media (max-width: 700px) { .gcjaxe .lq8fny2 { grid-template-columns: minmax(0, 1fr) !important; } }
.gcjaxe .lq8fny2 .oig4p1 { padding: 22px 22px 22px 104px !important; }
.gcjaxe .lq8fny2 .oig4p1:not(:has(.r9im28nq, .n5o4)) { padding-left: 22px !important; }
[dir="rtl"] .gcjaxe .lq8fny2 .oig4p1 { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .fu4a, .mgg3 { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .aj1mz .ta8xm506, [dir="rtl"] .aj1mz .ta8xm506 {
    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;
  }
  
  .vrvhed4 .ux9e:has(.lam24) .dryo { padding-top: 0; }
}
.cr4w p, .tdm9, .dis628bk, .ccbma9u, .lhc83sq,
.h2hoh, .dmem, .wrk9d, .owy40 p, .w5ix p { color: var(--text-body); }
.pqhl { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.i54u5b4o, .cwvy .i54u5b4o, .sdhcur,
.mbvjh5fo, .qbgun9b6, .xaan9o,
.owy40 h2, .owy40 h3, .oa314pjl h2, .z7oo 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;
}
.sk5cct { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.mkgg { font-weight: 700; letter-spacing: -0.02em; }
.dis628bk, .ccbma9u { list-style: none !important; padding-left: 0; }
.dis628bk li, .ccbma9u li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.dis628bk li::marker, .ccbma9u li::marker { content: ""; }
.dis628bk li::before, .ccbma9u 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"] .dis628bk li, [dir="rtl"] .ccbma9u li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .dis628bk li::before, [dir="rtl"] .ccbma9u li::before { left: auto; right: 6px; }
.w5ix, .ukok, .owy40 { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.cr4w a:not(.l2dm2t):not(.lpbyoq) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .u863e .xgnv {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .u863e .s6al7qd { 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); }
  .u863e .x8ewfxx0 { flex: 1 1 0; min-width: 0; }
  .u863e .ivtz1b {
    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;
  }
  .u863e .wufj { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .f55scmt { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.xbgi h1, .xbgi h2, .xbgi h3, .xbgi .as4rv0,
.xbgi h2.hyagbmbd, .xbgi h1.hyagbmbd { font-weight: 600; }
.bikj4u h1, .bikj4u h2, .bikj4u h3, .bikj4u .as4rv0,
.bikj4u h2.hyagbmbd, .bikj4u h1.hyagbmbd { font-weight: 700; }
.orexe h1, .orexe .as4rv0, .orexe h1.hyagbmbd,
.nyickw3.xbgi .as4rv0 { font-weight: 600; }
h3.rpkq, .bikj4u h3.rpkq, .dryo h3, .bikj4u .dryo h3 { font-weight: 600; }
.z794xx9p .cvd8p9 a, .hhynzj7d .cvd8p9 a { font-weight: 600; }
.wyk8wslx .hw3bh { font-weight: 600; }
.wyk8wslx .ucwjiw { font-weight: 700; }
.x1bdjlo { font-weight: 600; }
.jb2u99o { font-weight: 400; }
.qziv { display: block; }
.xq69juvu { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.xq69juvu .m473j { margin: 20px 0 8px; }
.zg72ere { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .xq69juvu { padding: 0 16px; } }
@media (min-width: 1100px) {
  .dxtge92 .p4su, .nqqlbu6 .p4su, .k9wq4g .p4su,
  .dxtge92 .qziv, .nqqlbu6 .qziv, .k9wq4g .qziv { max-width: 1280px; }
  .dxtge92 .qziv, .nqqlbu6 .qziv, .k9wq4g .qziv {
    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;
  }
  .nqqlbu6 .qziv, .k9wq4g .qziv { grid-template-columns: minmax(0, 1fr) 264px; }
  .nqqlbu6 .xq69juvu, .k9wq4g .xq69juvu { order: 2; }
  .dxtge92 .xq69juvu, .nqqlbu6 .xq69juvu, .k9wq4g .xq69juvu {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .dxtge92 .m80kds, .nqqlbu6 .m80kds, .k9wq4g .m80kds {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .dxtge92 .gyzg56 .hd3kes3, .nqqlbu6 .gyzg56 .hd3kes3,
  .k9wq4g .gyzg56 .hd3kes3 { max-width: none; padding-left: 0; padding-right: 0; }
  .dxtge92 .gyzg56 > .zg72ere:first-child, .nqqlbu6 .gyzg56 > .zg72ere:first-child,
  .k9wq4g .gyzg56 > .zg72ere:first-child { padding-top: 0; }
  .dxtge92 .gyzg56 > .zg72ere:first-child .hd3kes3, .nqqlbu6 .gyzg56 > .zg72ere:first-child .hd3kes3,
  .k9wq4g .gyzg56 > .zg72ere:first-child .hd3kes3 { padding-top: 0; }

  
  .dxtge92 .xq69juvu .m473j, .nqqlbu6 .xq69juvu .m473j, .k9wq4g .xq69juvu .m473j {
    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;
  }
  .dxtge92 .xq69juvu .vbf6w5k, .nqqlbu6 .xq69juvu .vbf6w5k, .k9wq4g .xq69juvu .vbf6w5k {
    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);
  }
  .dxtge92 .xq69juvu .hj4car, .nqqlbu6 .xq69juvu .hj4car, .k9wq4g .xq69juvu .hj4car {
    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);
  }
  .dxtge92 .xq69juvu .hj4car li, .nqqlbu6 .xq69juvu .hj4car li, .k9wq4g .xq69juvu .hj4car li {
    display: block !important; margin: 0 !important;
  }
  .dxtge92 .xq69juvu .hj4car li::before, .nqqlbu6 .xq69juvu .hj4car li::before, .k9wq4g .xq69juvu .hj4car li::before,
  .dxtge92 .xq69juvu .hj4car li::after, .nqqlbu6 .xq69juvu .hj4car li::after, .k9wq4g .xq69juvu .hj4car li::after,
  .dxtge92 .xq69juvu .hj4car a::before, .nqqlbu6 .xq69juvu .hj4car a::before, .k9wq4g .xq69juvu .hj4car a::before {
    content: none !important; display: none !important;
  }
  .dxtge92 .xq69juvu .hj4car a, .nqqlbu6 .xq69juvu .hj4car a, .k9wq4g .xq69juvu .hj4car 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;
  }
  .dxtge92 .xq69juvu .hj4car a:hover, .nqqlbu6 .xq69juvu .hj4car a:hover, .k9wq4g .xq69juvu .hj4car a:hover { color: var(--text-primary) !important; }
  .dxtge92 .xq69juvu .hj4car a.n6ecn, .nqqlbu6 .xq69juvu .hj4car a.n6ecn, .k9wq4g .xq69juvu .hj4car a.n6ecn {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .k9wq4g .zjid5 {
    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);
  }
  .wfmqng1 { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .j8g3rsa9 { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .c54dl { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .j3f9j3v .c54dl { border-radius: 50%; }
  .u5ac { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .z56bpb6 { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .gko0zo { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .xq69juvu .hj4car { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .dxtge92 .xq69juvu .hj4car a, [dir="rtl"] .nqqlbu6 .xq69juvu .hj4car a, [dir="rtl"] .k9wq4g .xq69juvu .hj4car 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"] .dxtge92 .xq69juvu .hj4car a.n6ecn, [dir="rtl"] .nqqlbu6 .xq69juvu .hj4car a.n6ecn, [dir="rtl"] .k9wq4g .xq69juvu .hj4car a.n6ecn { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .nontf .xq69juvu .hj4car, [dir="rtl"] .j7p8dlab .xq69juvu .hj4car,
[dir="rtl"].nontf .xq69juvu .hj4car, [dir="rtl"].j7p8dlab .xq69juvu .hj4car { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .xq69juvu .hj4car { border-right: none; } }
.j7p8dlab .xq69juvu {
  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);
}
.j7p8dlab .xq69juvu .m473j {
  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;
}
.j7p8dlab .xq69juvu .vbf6w5k { display: none !important; }
.j7p8dlab .xq69juvu .hj4car {
  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;
}
.j7p8dlab .xq69juvu .hj4car::-webkit-scrollbar { display: none; }
.j7p8dlab .xq69juvu .hj4car li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.j7p8dlab .xq69juvu .hj4car li::before, .j7p8dlab .xq69juvu .hj4car li::after,
.j7p8dlab .xq69juvu .hj4car a::before { content: none !important; display: none !important; }
.j7p8dlab .xq69juvu .hj4car 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;
}
.j7p8dlab .xq69juvu .hj4car li:first-child a { padding-left: 0 !important; }
.j7p8dlab .xq69juvu .hj4car a:hover { color: var(--text-primary) !important; }
.j7p8dlab .xq69juvu .hj4car a.n6ecn { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.j7p8dlab .zg72ere { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .j7p8dlab .xq69juvu .m473j { padding: 0 16px !important; } }
.j7p8dlab .xq69juvu .hj4car {
  -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;
}
.j7p8dlab .xq69juvu .m473j { overflow: hidden; }
.nv0zw3td .t1083g li::before, .dis628bk li::before, .ccbma9u li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .o4xhpin, .hij502, .m9d2hren, .ngbf7 { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .j7rgka, .tmaq3v36 { display: block !important; }
  .j7rgka .rmdbdty, .tmaq3v36 .rmdbdty { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .j7rgka .rmdbdty, [dir="rtl"] .tmaq3v36 .rmdbdty { float: right; margin: 0 0 0 8px; }
  .j7rgka strong, .tmaq3v36 strong { line-height: 18px; margin-bottom: 8px; }
  .j7rgka p, .tmaq3v36 p { clear: both; }
  .ux9e { --rv-pad: 18px; }
  .wjeh { gap: 16px; }
}
.fi6z19 .fejsy, .onye .fejsy, .t3t3u .fejsy, .p4a3b9f .fejsy { color: var(--text-primary); }
.fi6z19 .fejsy .z7uqxf { color: var(--tone-link, var(--accent)); }
.fi6z19 .fejsy:not(:has(.z7uqxf))::first-letter { color: var(--tone-link, var(--accent)); }
.fi6z19 .fejsy { display: inline-block; }
.p4a3b9f .fejsy::after { content: "."; color: var(--tone-mark, var(--accent)); }
.t3t3u .fejsy { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.onye .fejsy { font-weight: 700; letter-spacing: -0.035em; }
.b0ee04e .fejsy, .mbvcjosk .fejsy,
.b0ee04e .fejsy .z7uqxf, .mbvcjosk .fejsy .z7uqxf { color: #fff !important; }
.b0ee04e.p4a3b9f .fejsy::after, .mbvcjosk.p4a3b9f .fejsy::after { color: rgba(255,255,255,0.7); }
.b0ee04e.fi6z19 .fejsy::first-letter, .mbvcjosk.fi6z19 .fejsy::first-letter { color: #fff; }
.npfi .gyzg56 > .zg72ere:nth-of-type(even) .vtnoo7c { display: none; }
.o5cw .gyzg56 > .zg72ere .vtnoo7c { display: none; }
.o5cw .gyzg56 > .zg72ere:nth-of-type(-n+2) .vtnoo7c { display: block; }
.uys4q9k .vtnoo7c { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.uys4q9k .vtnoo7c .ruoe { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .uys4q9k .vtnoo7c .ruoe { aspect-ratio: 16 / 7; } }
.fixe9ko .vtnoo7c .ruoe { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.fixe9ko .vtnoo7c::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.fixe9ko .vtnoo7c, .wnrhg .vtnoo7c { border-radius: var(--r-card); isolation: isolate; }
.wnrhg .vtnoo7c .ruoe { filter: grayscale(1) contrast(1.1); }
.sxt5a, .sxt5a.ih1x2bn0 { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.sxt5a .as4rv0 { 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; }
.sxt5a .jb2u99o { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.sxt5a ~ .qc4f9 { 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; }
.sxt5a ~ .qc4f9 .krj040 { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .dxtge92 .sxt5a .crosw, .nqqlbu6 .sxt5a .crosw, .k9wq4g .sxt5a .crosw { max-width: 1280px; }
}
@media (max-width: 640px) { .sxt5a { padding-top: 24px; } .sxt5a .crosw { padding: 0 16px; } .sxt5a .as4rv0 { font-size: var(--fs-h2); max-width: none; } }
.j6my, .j6my.ih1x2bn0, .htze5k06, .htze5k06.ih1x2bn0 {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.kogzl.cie5ffwo, .kogzl.cie5ffwo.ih1x2bn0 { min-height: 0 !important; padding: 48px 0; }
.mkwu29 .k5bwhj { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.mkwu29 .k5bwhj::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .mkwu29 .k5bwhj {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .mkwu29 .e3zu3b, .mkwu29 .ifjj, .mkwu29 .fe69, .mkwu29 .sw8lok,
  .mkwu29 .jzlc, .mkwu29 .pjj9fl, .mkwu29 .tfwl4rhu {
    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;
  }
  
  .ih1x2bn0 .mkwu29, .mkwu29.wny43mb, .mkwu29.ugue, .mkwu29.kwmx12t {
    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;
  }
  .ih1x2bn0 .mkwu29::-webkit-scrollbar { display: none; }
  .ih1x2bn0 .mkwu29 .k5bwhj { flex: 0 0 74% !important; scroll-snap-align: center; }
  .j6my, .htze5k06 { padding: 32px 0 24px; }
  .kogzl.cie5ffwo { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .htze5k06, .j6my, .kogzl.cie5ffwo { overflow-x: clip; max-width: 100vw; }
  .htze5k06 .crosw, .j6my .crosw, .cie5ffwo .qx1r4, .cie5ffwo .i0ec6a7w { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .ih1x2bn0 .mkwu29 { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.rir8, .rir8.ih1x2bn0, .afp3, .afp3.ih1x2bn0 {
  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);
}
.rir8 .as4rv0, .afp3 .as4rv0, .sxt5a .as4rv0 {
  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;
}
.rir8 .as4rv0, .afp3 .as4rv0 { color: var(--hero-fg) !important; }
.rir8 .jb2u99o, .afp3 .jb2u99o {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.ily4n .krj040, .ily4n .krj040 * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.ily4n .krj040 { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.rir8 .ily4n .krj040, .rir8 .ily4n .krj040 a, .rir8 .ily4n .krj040 span,
.afp3 .ily4n .krj040, .afp3 .ily4n .krj040 a, .afp3 .ily4n .krj040 span { color: var(--hero-fg-dim) !important; }
.rir8 .ily4n .krj040 a, .afp3 .ily4n .krj040 a { color: var(--hero-fg) !important; font-weight: 600; }
.sxt5a .ily4n .krj040 { color: var(--text-muted); }
.afp3 .as4rv0 { max-width: 24ch; }
.j3f9j3v .jrzon3a7 img { border-radius: 50%; }
@media (min-width: 1100px) {
  .dxtge92 .rir8 .crosw, .nqqlbu6 .rir8 .crosw, .k9wq4g .rir8 .crosw,
  .dxtge92 .afp3 .crosw, .nqqlbu6 .afp3 .crosw, .k9wq4g .afp3 .crosw { max-width: 1280px; }
}
@media (max-width: 760px) {
  .rir8 { padding: 24px 0 26px; }
  .rir8 .crosw, .afp3 .crosw { padding: 0 16px; }
  .uak1oxnt .crosw:has(.l3siobf) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .l3siobf { display: none; }
  .afp3 { padding-top: 12px; }
  .mmwpjj5x { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .jrzon3a7 { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .jrzon3a7 img { width: 48px; height: 48px; flex: 0 0 48px; }
  .k1r0n1 { flex: 0 0 auto; }
  .afks56pw { flex: 1 1 0; min-width: 0; }
  .rir8 .as4rv0, .afp3 .as4rv0, .sxt5a .as4rv0 { font-size: 25px !important; max-width: none; }
  .rir8 .jb2u99o, .afp3 .jb2u99o { font-size: 15px; }
}
.euoxcv .jb2u99o, .kogzl .jb2u99o, .prh0xj .jb2u99o { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .t3sytz9 .xhc51nnf:not(.mkwu29), .bfehu9 .xhc51nnf:not(.mkwu29) {
    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;
  }
  .t3sytz9 .xhc51nnf:not(.mkwu29) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .t3sytz9 .xhc51nnf:not(.mkwu29):has(> :nth-child(5):last-child),
  .t3sytz9 .xhc51nnf:not(.mkwu29):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .t3sytz9 .xhc51nnf:not(.mkwu29):has(> :nth-child(3):last-child),
  .t3sytz9 .xhc51nnf:not(.mkwu29):has(> :nth-child(6):last-child),
  .t3sytz9 .xhc51nnf:not(.mkwu29):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bfehu9 .xhc51nnf:not(.mkwu29) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .t3sytz9 .xhc51nnf:not(.mkwu29) > .k5bwhj,
  .bfehu9 .xhc51nnf:not(.mkwu29) > .k5bwhj: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;
  }
  .t3sytz9 .xhc51nnf:not(.mkwu29) > .k5bwhj:hover,
  .bfehu9 .xhc51nnf:not(.mkwu29) > .k5bwhj:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .t3sytz9 .k5bwhj .e3zu3b, .bfehu9 .k5bwhj:nth-child(-n+3) .e3zu3b {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .t3sytz9 .k5bwhj .ifjj, .t3sytz9 .k5bwhj .fe69, .t3sytz9 .k5bwhj .sw8lok,
  .bfehu9 .k5bwhj:nth-child(-n+3) .ifjj, .bfehu9 .k5bwhj:nth-child(-n+3) .fe69,
  .bfehu9 .k5bwhj:nth-child(-n+3) .sw8lok { order: -2; padding: 0; gap: 12px; }
  .t3sytz9 .k5bwhj .p3tp, .bfehu9 .k5bwhj:nth-child(-n+3) .p3tp {
    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;
  }
  .t3sytz9 .k5bwhj .spdm, .bfehu9 .k5bwhj:nth-child(-n+3) .spdm { max-height: 88px !important; max-width: 88% !important; }
  .t3sytz9 .k5bwhj .x1bdjlo, .bfehu9 .k5bwhj:nth-child(-n+3) .x1bdjlo { padding: 0 16px; font-size: var(--fs-body); }
  .t3sytz9 .k5bwhj .zluyq, .bfehu9 .k5bwhj:nth-child(-n+3) .zluyq { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .t3sytz9 .k5bwhj .pjj9fl, .t3sytz9 .k5bwhj .tfwl4rhu,
  .bfehu9 .k5bwhj:nth-child(-n+3) .pjj9fl, .bfehu9 .k5bwhj:nth-child(-n+3) .tfwl4rhu { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .t3sytz9 .k5bwhj .tfwl4rhu::before, .bfehu9 .k5bwhj:nth-child(-n+3) .tfwl4rhu::before { display: none; }
  .t3sytz9 .k5bwhj .o8io5wb4, .t3sytz9 .k5bwhj .vx2trb1,
  .bfehu9 .k5bwhj:nth-child(-n+3) .o8io5wb4, .bfehu9 .k5bwhj:nth-child(-n+3) .vx2trb1 { justify-content: center; }
  .t3sytz9 .k5bwhj .ucwjiw, .bfehu9 .k5bwhj:nth-child(-n+3) .ucwjiw { font-size: var(--fs-sm); }
  
  .t3sytz9 .k5bwhj .fjlk19, .bfehu9 .k5bwhj:nth-child(-n+3) .fjlk19 { display: none; }
  
  .t3sytz9 .xhc51nnf:not(.mkwu29) > .k5bwhj::before,
  .bfehu9 .xhc51nnf:not(.mkwu29) > .k5bwhj: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"] .t3sytz9 .xhc51nnf:not(.mkwu29) > .k5bwhj::before,
  [dir="rtl"] .bfehu9 .xhc51nnf:not(.mkwu29) > .k5bwhj:nth-child(-n+3)::before { left: auto; right: 10px; }

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

  
  .exy4 .xhc51nnf:not(.mkwu29) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .exy4 .xhc51nnf:not(.mkwu29)::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);
  }
  .exy4 .xhc51nnf:not(.mkwu29) > .k5bwhj { padding-top: 10px; padding-bottom: 10px; position: static; }
  .exy4 .xhc51nnf:not(.mkwu29) > .k5bwhj:first-child { position: relative; }
  .exy4 .xhc51nnf:not(.mkwu29) .e3zu3b { position: static; }
  .exy4 .xhc51nnf:not(.mkwu29) .oy9y0 { display: none; }
  
  .exy4 .xhc51nnf:not(.mkwu29) > .k5bwhj:first-child .oy9y0 {
    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;
  }
  .exy4 .p3tp { height: 64px !important; width: auto !important; }
  .exy4 .spdm { max-height: 56px !important; max-width: 120px !important; }
  .exy4 .fe69 { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .exy4 .ucwjiw { font-size: var(--fs-sm); }
  .exy4 .drtiwgi.l2dm2t { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .exy4 .geof2eed .k5bwhj::before, .exy4.geof2eed .k5bwhj::before { top: 8px; bottom: 8px; }
  
  .t3sytz9.geof2eed .k5bwhj::before { border-radius: var(--r-pill) !important; }
  .t3sytz9.pjm1o028 .k5bwhj:nth-child(even), .bfehu9.pjm1o028 .k5bwhj:nth-child(even) { background: var(--bg-card) !important; }
  .t3sytz9.jom9soop .k5bwhj:first-child, .bfehu9.jom9soop .k5bwhj:first-child { border-top: none !important; }
  .t3sytz9.y2z1ilug .xhc51nnf:not(.mkwu29) .k5bwhj:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .t3sytz9 .k5bwhj .tfwl4rhu, .bfehu9 .k5bwhj:nth-child(-n+3) .tfwl4rhu { display: flex !important; flex-direction: column; }
  
  .exy4 .xhc51nnf:not(.mkwu29) { 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; }
  .exy4 .xhc51nnf:not(.mkwu29) > .k5bwhj { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .exy4 .xhc51nnf:not(.mkwu29) > .k5bwhj + .k5bwhj { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .exy4 .xhc51nnf:not(.mkwu29) > .k5bwhj:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .exy4 .fe69, .exy4 .ifjj, .exy4 .sw8lok { justify-content: flex-start; align-items: center; }
  .exy4 .tfwl4rhu { --cs-link-h: 0px; }
  .exy4 .tfwl4rhu .w9jxow { display: none; }
}
@media (min-width: 901px) {
  .t3sytz9 .xhc51nnf:not(.mkwu29) .a7wydzqa,
  .bfehu9 .xhc51nnf:not(.mkwu29) > .k5bwhj:nth-child(-n+3) .a7wydzqa { display: block; }
}
body .ih1x2bn0.rir8 .as4rv0, body .ih1x2bn0.afp3 .as4rv0,
body section.rir8 .as4rv0, body section.afp3 .as4rv0 { color: var(--hero-fg) !important; text-shadow: none !important; }
body .ih1x2bn0.sxt5a .as4rv0 { text-shadow: none !important; }
@media (max-width: 760px) {
  .jrzon3a7 { width: auto; flex-wrap: wrap; }
  .iig3n05o { flex: 1 0 100%; margin-top: 4px; }
}
.gq4s .q0hq, .e9dfo8 .q0hq { display: block; }
@media (max-width: 640px) {
  .b0ee04e .cvd8p9, .mbvcjosk .cvd8p9,
  .b0ee04e .cvd8p9.x41j3, .mbvcjosk .cvd8p9.x41j3 { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .b0ee04e .cvd8p9 a, .mbvcjosk .cvd8p9 a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .i4p158 .cvd8p9, .i4p158 .cvd8p9.x41j3 { background: var(--b-50) !important; }
}
body .ux9e .g51d strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .ux9e .g51d strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.nk7fe1co .ux9e .pugso .g51d strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.nr9yj7hn, .hchzqc, .joat8 .nr9yj7hn, .joat8 .hchzqc { color: var(--text-muted); }
@media (max-width: 560px) {
  .f5r1ccc.vwxf86, .f5r1ccc.vwxf86 img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
.fieff5g5 { margin-top: 18px; }
@media (min-width: 721px) {
  .itw8bg3j:has(> .euoxcv, > .rir8, > .kogzl) + .fieff5g5 { margin-top: -38px; }
  
  .bxqsites .itw8bg3j + .fieff5g5 { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .dxtge92 .fieff5g5, .nqqlbu6 .fieff5g5, .k9wq4g .fieff5g5 { max-width: 1280px; }
}
@media (max-width: 640px) {
  .sabpc3q .sk5cct { max-width: none; }
}
.sk5cct, .as4rv0, .i54u5b4o { overflow-wrap: break-word; }
.sxuzvc93 > div > div, .cr4w .ubpbx > div { min-width: 0; }
.cr4w p, .cr4w li, .cr4w td, .cr4w a { overflow-wrap: anywhere; }
:root {
  --accent: #a74c93;
  --brand: #a74c93;
  --accent-light: #883877;
  --brand-light: #883877;
  --accent-bg: #fdf2fa;
  --accent-bg-light: #fdf2fa;
  --accent-pale: #f4cbe9;
  --brand-pale: #f4cbe9;
  --cta: #1a6fd4;
  --cta-hover: #045dbc;
  --cta-fg: #ffffff;
  --cta-light: #c464ae;
  --text-primary: #33252f;
  --text-body: #4d3f49;
  --text-sub: #4d3f49;
  --text-muted: #6d5e69;
  --text-faint: #7c6c77;
  --text-dim: #7c6c77;
  --text-label: #6d5e69;
  --text-value: #33252f;
  --bg-page: #ffffff;
  --bg-surface: #f9ecf5;
  --bg-card: #ffffff;
  --bg-card-inner: #fbf3f9;
  --bg-card-inner-raw: #fbf3f9;
  --bg-raised: #f3e4ef;
  --bg-hover: #f9ecf5;
  --border: #e2cddc;
  --border-alt: #eedde9;
  --border-section: #eedde9;
  --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: #fdf2fa;
  --bg-info: #fdf2fa;
  --c-tip-border: #a74c93;
  --c-warn-border: #a86b03;
  --c-tag-pay: #f8e5f2;
  --grad-start: #a74c93;
  --grad-end: #883877;
  --tone-fill: #fdf2fa;
  --tone-fill-2: #f8e5f2;
  --tone-fill-raw: #fdf2fa;
  --tone-fill-2-raw: #f8e5f2;
  --tone-fill-head: #43163a;
  --tone-fill-fg: #51354a;
  --tone-fill-muted: #705368;
  --tone-fill-head-raw: #43163a;
  --tone-fill-fg-raw: #51354a;
  --tone-fill-muted-raw: #705368;
  --sh-card: 0 0 0 1px rgba(51, 37, 47, 0.06), 0 1px 2px rgba(51, 37, 47, 0.05), 0 10px 24px -14px rgba(51, 37, 47, 0.18);
  --sh-lift: 0 0 0 1px rgba(51, 37, 47, 0.06), 0 2px 4px rgba(51, 37, 47, 0.06), 0 18px 36px -18px rgba(51, 37, 47, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #a74c93;
  --tone-mark: #a74c93;
  --tone-mark-fg: #ffffff;
  --tone-head: #33252f;
  --tone-sub: #883877;
  --tone-link: #a74c93;
  --tone-th: #a74c93;
  --tone-th-fg: #ffffff;
  --tone-chip: #f8e5f2;
  --tone-chip-fg: #67285a;
  --tone-soft: #a74c93;
  --tone-soft-fg: #ffffff;
  --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: #742431;
  --b-50: #fdf2fa;
  --s-50: #f0f6ff;
  --n-50: #faf4f8;
  --b-100: #f8e5f2;
  --s-100: #dfecff;
  --n-100: #f1e8ee;
  --b-200: #f4cbe9;
  --s-200: #c2dcff;
  --n-200: #e0d6dd;
  --b-300: #f0a5dd;
  --s-300: #9bc4fd;
  --n-300: #c9bec6;
  --b-400: #dc82c6;
  --s-400: #69a7fc;
  --n-400: #afa1ab;
  --b-500: #c464ae;
  --s-500: #408cee;
  --n-500: #968791;
  --b-600: #a74c93;
  --s-600: #2772cf;
  --n-600: #7e6e79;
  --b-700: #883877;
  --s-700: #1759aa;
  --n-700: #655661;
  --b-800: #67285a;
  --s-800: #0b4283;
  --n-800: #4d3f49;
  --b-900: #43163a;
  --s-900: #032957;
  --n-900: #33252f;
}
:root { --logo-bg-opacity: 75%; }
body, button, input { font-family: "Inter", sans-serif; }
h1, h2, h3, .as4rv0, .ivtz1b, .dryo h3 { font-family: "Lora", var(--font-body-stack, Georgia, serif); letter-spacing: -0.01em; }
.g1f6z150 .ih1x2bn0, .g1f6z150 .kogzl { min-height: 420px; }
.n0l9::before { content: '/'; }