:root {
  --color-accent: #6b2fb5;
  --color-cta: #d53951;
  --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);
}
.my5xv {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.lfvj {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.fog1sh {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.xca9kzf { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.fzs0m { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.fzs0m a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.fzs0m a:hover { color: var(--accent-light); }
.p7dqaj  .n11x2r { border-radius: var(--r-card); }
.p7dqaj .n11x2r li:first-child a { border-top-left-radius: var(--r-btn); border-top-right-radius: var(--r-btn); }
.p7dqaj .n11x2r li:last-child a { border-bottom-left-radius: var(--r-btn); border-bottom-right-radius: var(--r-btn); }
.hmlko .n11x2r li + li { border-top: var(--bw-hair) dotted var(--border-alt); }
@media (max-width: 640px) {
  .n11x2r {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .fw46dbh:hover .n11x2r,
  .fw46dbh:focus-within .n11x2r { display: block; }
  .n11x2r li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.krd16 {
  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);
}
.qo7da { display: none; }
@media (max-width: 640px) {
  .qo7da {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .qo7da.epubu { display: block; }
}
@media (max-width: 640px) {
  .krd16 { display: block; }
  .fzs0m > li + li::before { display: none !important; }
  .fzs0m {
    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;
  }
  .fzs0m.epubu { display: flex; }
  .fzs0m li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .fzs0m li:last-child a { border-bottom: none; }
}
.vpc38mxp { min-height: 480px; }
.fo27t9tc {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.s6q4bvv { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.iz7o .s6q4bvv { margin-left: 0; margin-right: 0; }
.ij861eh {
  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;
}
.mw7f3f1 .ij861eh { margin-top: 24px; }
.ij861eh:hover { opacity: 0.88; }
.hbspth {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.w4vy {
  position: absolute; inset: 0;
  background: rgba(0, 0, 0, .55);
}
.hbspth .dvtj31 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.hbspth .fo27t9tc { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.hbspth .s6q4bvv { color: #e2e8f0; }
.hbspth.bqpg89 .dvtj31 { text-align: center; }
.hbspth.iz7o   .dvtj31 { text-align: left; }
.v2l3in .dvtj31 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.v2l3in .fo27t9tc { color: var(--text-primary); text-shadow: none; }
.v2l3in .s6q4bvv { color: var(--text-muted); }
.v2l3in .ij861eh { margin-top: 16px; }
.v2l3in, .v2l3in.vpc38mxp { min-height: auto !important; }
.v2l3in.bqpg89 .dvtj31 { text-align: center; }
.v2l3in.iz7o   .dvtj31 { text-align: left; }
.v2l3in~.y0t8827l{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}
.v2l3in~.y0t8827l .pdo9bm4{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)}
.tgvm0 {
  background: linear-gradient(135deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, var(--accent-light)) 100%);
}
.g2li4w .tgvm0,
.g2li4w .tgvm0::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.td18 .tgvm0,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.nzhmac .tgvm0,
.nzhmac .tgvm0::after,
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.ae397nji .tgvm0,
.ae397nji .tgvm0::after,
@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); }
}
.jm1h69 .tgvm0,
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.tgvm0 .w4vy {
  background: none;
}
.tgvm0 .fo27t9tc { color: #fff; }
.tgvm0 .s6q4bvv { color: rgba(255,255,255,0.85); }
.fz2lyr6a .fo27t9tc { text-shadow: none; color: var(--text-primary); }
.fz2lyr6a .s6q4bvv { color: var(--text-muted); }
body.siqphrc1 .fo27t9tc {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.bwojrq .fo27t9tc {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.vpc38mxp.tgvm0 .fo27t9tc,
section.tgvm0 .fo27t9tc {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.fz2lyr6a.bqpg89 .a5dsj0w { align-items: center; text-align: center; }
.vpc38mxp .z44i8ea {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.z44i8ea .yjya9 {
  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;
}
.z44i8ea .yjya9 + .yjya9 { border-top: var(--bw-hair) solid var(--border-alt); }
.z44i8ea .vu3iyz { align-items: center; text-align: center; width: 100%; }
.z44i8ea .j98edk2 {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.z44i8ea .pyw3uqp0 { max-height: 64px; max-width: 140px; }
.z44i8ea .l9qow {
  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%;
}
.z44i8ea .u4zy,
.z44i8ea .npig4ocb {
  font-size: var(--fs-sm);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.z44i8ea .e8ufq.domq {
  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;
}
.z44i8ea .e8ufq.domq:hover { opacity: 0.85; }
.z44i8ea .yjya9,
.z44i8ea .yjya9:hover,
.z44i8ea .yjya9:nth-child(even),
.z44i8ea .yjya9:nth-child(odd),
.z44i8ea .yjya9:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.gabjb1m .dvtj31 { padding-bottom: 24px; }
.mw7f3f1 .dvtj31 { max-width: 1100px; }
@media (max-width: 700px) {
  .fz2lyr6a { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .fz2lyr6a:not(.kak6ahmx) .j9qsrp { display: none !important; }
  .kak6ahmx .j9qsrp { padding: 16px; }
  .a5dsj0w  { padding: 36px 24px; }
  .fz2lyr6a~.y0t8827l,.hzogwy07~.y0t8827l{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .vpc38mxp, .fz2lyr6a { min-height: 320px !important; }
  .fo27t9tc { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .rrfwtwb,
  .rshofzdn,
  .tkxyha { grid-template-columns: 1fr !important; }

  

  
  .gabjb1m { display: flex !important; flex-direction: column !important; }
  .gabjb1m .dvtj31 { display: contents; }
  .gabjb1m .w4vy { order: 0; }
  .gabjb1m .fo27t9tc { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .gabjb1m .rrfwtwb { order: 2; padding: 0 16px 12px !important; }
  .gabjb1m .s6q4bvv { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .mw7f3f1 .dvtj31 { display: flex; flex-direction: column; }
  .mw7f3f1 .dvtj31 .fo27t9tc { order: 1; }
  .mw7f3f1 .dvtj31 .tkxyha { order: 2; margin: 8px 0 24px !important; }
  .mw7f3f1 .dvtj31 .s6q4bvv { order: 3; }
  .mw7f3f1 .dvtj31 .ij861eh { order: 4; align-self: center; margin-top: 0; }

  
  .fz2lyr6a.kak6ahmx {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .fz2lyr6a.kak6ahmx .a5dsj0w { display: contents; padding: 0; }
  .fz2lyr6a.kak6ahmx .a5dsj0w .fo27t9tc { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .fz2lyr6a.kak6ahmx .j9qsrp { order: 2; padding: 12px 16px; }
  .fz2lyr6a.kak6ahmx .a5dsj0w .s6q4bvv { order: 3; padding: 0 24px; margin: 0 auto; }
  .fz2lyr6a.kak6ahmx .a5dsj0w .ij861eh { order: 4; align-self: center; margin: 8px 0 32px; }
}
.lzxbjaj { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.akvup { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.lxq0u .lzxbjaj        { border-radius: var(--r-card); }
.lxq0u .akvup  { border-radius: var(--r-card); }
.cj8b6r .lzxbjaj         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.cj8b6r .akvup   { border-radius: var(--r-btn); }
.d237wean { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.f2cdro { width: 100%; padding: 32px 0; position: relative; }
.kxhab { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.iet7yvu .f2cdro, .wmkm .f2cdro { background: transparent; }
.v8l2m .plvan > *,
.op1rg > *, .a84lk8a > *, .egfznrn > *, .i9jd > *, .l0iic > * {
  --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.ime1waf { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.ime1waf {
  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.kizlajd { 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; }
.zrjvy22 h2.ime1waf {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.tl90rl5 h2.ime1waf {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.m7m2oo h2.ime1waf {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.es8fl h2.ime1waf::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.q4ix9 h2.ime1waf {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.yrut h2.ime1waf::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.boxh77ky h2.ime1waf {
  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) { .eol3 { display: none; } }
.xg7w1rpf { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.jl1s6 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.zsrtu {
  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;
}
.q7m2x50i { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.xoh1 { padding-left: 20px; }
.xoh1 li { margin-bottom: 8px; }
.xoh1 a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.xoh1 a:hover { color: var(--tone-link, var(--accent-light)); }
.j2debt .q7m2x50i { display: none; }
.dw281c .q7m2x50i { display: none; }
.dw281c .xoh1 { padding-left: 0; list-style: none; }
.dw281c .xoh1 li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.dw281c .xoh1 a { font-size: var(--fs-sm); }
.dljbjbpp .zsrtu { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.dljbjbpp .q7m2x50i { display: none; }
.dljbjbpp .xoh1 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.dljbjbpp .xoh1 li { margin-bottom: 0; }
.dljbjbpp .xoh1 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;
}
.dljbjbpp .xoh1 a:hover { border-color: var(--accent); color: var(--accent); }
.gphox .zsrtu { padding: 20px 20px 16px; }
.gphox .xoh1 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.gphox .xoh1 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.gphox .xoh1 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;
}
.gphox .xoh1 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;
}
.gphox .xoh1 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.gphox .xoh1 a:focus,
.gphox .xoh1 a:focus-visible,
.gphox .xoh1 a:target { outline: none; }
.gphox .xoh1 li:target a { border-color: var(--border); color: var(--text-muted); }
.loerk .zsrtu { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.loerk .q7m2x50i { display: none; }
.loerk .xoh1 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.loerk .xoh1 li { counter-increment: toc-n; margin-bottom: 0; }
.loerk .xoh1 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;
}
.loerk .xoh1 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;
}
.loerk .xoh1 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.oxsn .zsrtu { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.oxsn .q7m2x50i { display: none; }
.oxsn .xoh1 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.oxsn .xoh1 li { margin-bottom: 0; }
.oxsn .xoh1 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;
}
.oxsn .xoh1 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.v8e4rr2 .zsrtu { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.v8e4rr2 .q7m2x50i { display: none; }
.v8e4rr2 .xoh1 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.v8e4rr2 .xoh1 li { margin-bottom: 0; }
.v8e4rr2 .xoh1 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.v8e4rr2 .xoh1 li:last-child::after { content: ""; margin-right: 0; }
.v8e4rr2 .xoh1 a { font-size: var(--fs-sm); }
.plvan { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.v8l2m .plvan { background: var(--bg-card); }
.qy4h6n .plvan { background: none; border-radius: 0; padding: 28px 0 8px; }
.qy4h6n .plvan + .plvan { border-top: var(--bw-hair) solid var(--border-section); }
.rjp84k .plvan {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.rjp84k .plvan:last-child { border-bottom: none; }
.lolev .plvan {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.lolev .plvan + .plvan { margin-top: 4px; }
.fffbbj .plvan { background: none; border-radius: 0; padding: 28px 0 8px; }
.fffbbj .plvan + .plvan { border-top: var(--bw-hair) solid var(--border-section); }
.umbwd { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.pfzl { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.vfaq93, .wv6etd8 { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.vfaq93 li, .wv6etd8 li { margin-bottom: 8px; }
.wv6etd8 li { list-style: decimal; }
.egfznrn { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.gcq5cmw .egfznrn,
.a84lk8a .egfznrn { background: transparent; border: none; border-radius: 0; }
.r9irzvu9 { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.r9irzvu9 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;
}
.r9irzvu9 td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.r9irzvu9 tr:hover td { background: var(--bg-hover); }
.rxr4 .r9irzvu9 tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.x2hczgm .r9irzvu9 { border: var(--bw-hair) solid var(--border-alt); }
.x2hczgm .r9irzvu9 th,
.x2hczgm .r9irzvu9 td { border: var(--bw-hair) solid var(--border-alt); }
.dqac .r9irzvu9 th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.dqac .r9irzvu9 td { border-bottom: none; }
.dqac .r9irzvu9 tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.inwj4eb .r9irzvu9 th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.jle96kn1 .egfznrn {
  overflow: hidden;
}
.jle96kn1 .r9irzvu9 th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.jle96kn1 .r9irzvu9 tr:last-child td { border-bottom: none; }
.nhzal { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.l0iic { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.znnr { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.t6j3 { 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); }
.xe0k { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.g7q5 { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.g7q5 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%}
.jcws5pb .t6j3 { background: transparent; text-align: center; }
.pdbvvton .znnr {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.peiyo .znnr {
  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);
}
.vmt3 .l0iic { display: grid; grid-template-columns: auto 1fr; }
.vmt3 .znnr {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.vmt3 .t6j3 { grid-column: 2; }
.vmt3 .xe0k,
.vmt3 .g7q5 { grid-column: 1 / -1; }
.bae1bl .l0iic { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.bae1bl .znnr {
  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);
}
.bae1bl .t6j3 { grid-column: 2; }
.bae1bl .xe0k,
.bae1bl .g7q5 { grid-column: 1 / -1; }
.u9ycri .l0iic { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.u9ycri .t6j3 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.rsrc8qrl .l0iic { 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); }
.rsrc8qrl .t6j3 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.zk4sblv9 .l0iic { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.zk4sblv9 .t6j3 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.qkukrbw .l0iic { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.qkukrbw .t6j3 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.c4fr57l .nhzal { counter-reset: card-n; }
.c4fr57l .l0iic  { counter-increment: card-n; }
.c4fr57l .t6j3 { display: flex; align-items: center; gap: 12px; }
.c4fr57l .t6j3::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;
}
.z4u47oc .l0iic { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.z4u47oc .t6j3 { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.io3g { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.io3g         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.oim8wc     { --cl-hue: var(--tone-line, var(--accent)); }
.k486 { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.mygjzuf    { --cl-hue: var(--tone-line, var(--accent)); }
.oim8wc, .k486, .mygjzuf, .tm3p7vy {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.jiuab { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.jiuab::before { color: var(--cl-hue); }
.io3g strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.io3g p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.ic3h { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.c1ryem39, .u5ndrbam { border-radius: var(--r-btn); padding: 16px; }
.c1ryem39 { background: var(--bg-pros); }
.u5ndrbam { background: var(--bg-cons); }
.ogsc8a5m { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.c1ryem39 .ogsc8a5m { color: var(--c-pros-label); }
.u5ndrbam .ogsc8a5m { color: var(--c-cons-label, var(--c-cons)); }
.c1ryem39 ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.u5ndrbam ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.akvup { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.domq {
  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;
}
.domq:hover { opacity: 0.85; }
.n2lr .domq  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.n2lr .domq:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.jzzvm .domq  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.jzzvm .domq:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.n2lr .e8ufq.domq, .jzzvm .e8ufq.domq,
.n2lr .izphd6p .domq, .jzzvm .izphd6p .domq {
  background: var(--cta); border: none; color: #fff;
}
.n2lr .e8ufq.domq:hover, .jzzvm .e8ufq.domq:hover,
.n2lr .izphd6p .domq:hover, .jzzvm .izphd6p .domq:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.judb .ij861eh { border-radius: var(--r-pill); }
.judb .domq  { border-radius: var(--r-pill); }
.hnw5iqb .ij861eh,
.hnw5iqb .ij861eh:hover,
.yhebh1n .ij861eh,
.yhebh1n .domq { box-shadow: none; }
.yhebh1n .ij861eh:hover,
.yhebh1n .domq:hover { box-shadow: none; opacity: 1; }
.pcss3ye6 .ij861eh,
.pcss3ye6 .domq { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.pcss3ye6 .ij861eh:hover,
.pcss3ye6 .domq:hover { opacity: 1; }
.pcss3ye6 .ij861eh:active,
.pcss3ye6 .domq:active { transform: translateY(3px); box-shadow: none; }
.knhxqh4 .ij861eh,
.knhxqh4 .domq { box-shadow: none; }
.knhxqh4 .ij861eh:hover,
.knhxqh4 .domq:hover { opacity: 1; box-shadow: none; }
.knhxqh4 .ij861eh:active,
.knhxqh4 .domq:active { box-shadow: none; }
.yk7bt0a .ij861eh,
.yk7bt0a .domq { position: relative; overflow: hidden; }
.yk7bt0a .ij861eh::before,
.yk7bt0a .domq::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.yk7bt0a .ij861eh:hover::before,
.yk7bt0a .domq:hover::before { left: 135%; }
.c5kqi .ij861eh,
.c5kqi .domq { border-radius: 0; }
.z8uxbc .ij861eh { padding-left: 24px; padding-right: 24px; }
.z8uxbc .domq  { padding-left: 12px; padding-right: 12px; }
.la4a0o .ij861eh { padding-left: 44px; padding-right: 44px; }
.la4a0o .domq  { padding-left: 24px; padding-right: 24px; }
.dvcx4t .ij861eh { padding-left: 56px; padding-right: 56px; }
.dvcx4t .domq  { padding-left: 32px; padding-right: 32px; }
.ocd321m   .ij861eh::after, .ocd321m   .domq::after,
.r2opolk .ij861eh::after, .r2opolk .domq::after,
.fkv3e9c    .ij861eh::after, .fkv3e9c    .domq::after,
.pja9    .ij861eh::after, .pja9    .domq::after,
.ehudaf    .ij861eh::after, .ehudaf    .domq::after,
.e6yer     .ij861eh::after, .e6yer     .domq::after,
.owcr11    .ij861eh::after, .owcr11    .domq::after,
.ra4ug7af   .ij861eh::after, .ra4ug7af   .domq::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;
}
.ocd321m .ij861eh::after, .ocd321m .domq::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");
}
.r2opolk .ij861eh::after, .r2opolk .domq::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");
}
.fkv3e9c .ij861eh::after, .fkv3e9c .domq::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");
}
.pja9 .ij861eh::after, .pja9 .domq::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");
}
.ehudaf .ij861eh::after, .ehudaf .domq::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");
}
.e6yer .ij861eh::after, .e6yer .domq::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");
}
.owcr11 .ij861eh::after, .owcr11 .domq::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");
}
.ra4ug7af .ij861eh::after, .ra4ug7af .domq::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");
}
.yph37efr   .pt0sc::after, .yph37efr   .iyqmw::after,
.nkbvewi9 .pt0sc::after, .nkbvewi9 .iyqmw::after,
.k4c56eaz    .pt0sc::after, .k4c56eaz    .iyqmw::after,
.yr61p8    .pt0sc::after, .yr61p8    .iyqmw::after,
.mw705xvx    .pt0sc::after, .mw705xvx    .iyqmw::after,
.tf7006     .pt0sc::after, .tf7006     .iyqmw::after,
.djn7b3s    .pt0sc::after, .djn7b3s    .iyqmw::after,
.flsd6   .pt0sc::after, .flsd6   .iyqmw::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;
}
.yph37efr .pt0sc::after, .yph37efr .iyqmw::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");
}
.nkbvewi9 .pt0sc::after, .nkbvewi9 .iyqmw::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");
}
.k4c56eaz .pt0sc::after, .k4c56eaz .iyqmw::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");
}
.yr61p8 .pt0sc::after, .yr61p8 .iyqmw::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");
}
.mw705xvx .pt0sc::after, .mw705xvx .iyqmw::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");
}
.tf7006 .pt0sc::after, .tf7006 .iyqmw::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");
}
.djn7b3s .pt0sc::after, .djn7b3s .iyqmw::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");
}
.flsd6 .pt0sc::after, .flsd6 .iyqmw::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");
}
.fn3iydki {
  --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;
}
.yjya9 {
  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;
}
.yjya9 + .yjya9 { border-top: var(--bw-hair) solid var(--border-alt); }
.yjya9 > * { min-width: 0; }
.yjya9:hover { background: var(--bg-hover); }
.yjya9 > [itemprop="item"] { display: contents; }
.yjya9 [itemprop="itemReviewed"],
.yjya9 [itemprop="reviewRating"] { display: none; }
.vu3iyz {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.grwgyv, .xo8ttbe, .xbf06,
.yaoyr3, .x7riov8, .x5ntse { align-items: center; text-align: center; }
.x7riov8, .x5ntse { align-items: stretch; }
.arumrg {
  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%;
}
.u3e5 {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.npig4ocb { font-size: var(--fs-lead); font-weight: 700; }
.g1s00h2x {
  font-size: var(--fs-label); font-weight: 400; line-height: var(--lh-tight);
  color: var(--text-muted); max-width: 100%; overflow-wrap: break-word;
}
.n07w .u3e5 {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.l9qow {
  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;
}
.j98edk2 {
  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;
}
.max6f .pyw3uqp0 { max-height: 60px; max-width: 68px; }
.pyw3uqp0 {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.xo8ttbe .j98edk2 { width: 168px; }
.kqbgvp .j98edk2,
.icske .j98edk2,
.h6co .j98edk2,
.yf0c .j98edk2,
.yf0c .eu510h,
.yf0c .f5q0o   { background: var(--bg-raised); }
.kqbgvp .j98edk2, .icske .j98edk2,
.h6co .j98edk2,  .yf0c .j98edk2 {
  width: 88px; height: 88px; padding: 12px;
}
.kqbgvp .j98edk2 .pyw3uqp0, .icske .j98edk2 .pyw3uqp0,
.h6co .j98edk2 .pyw3uqp0,  .yf0c .j98edk2 .pyw3uqp0 {
  max-height: 60px; max-width: 68px;
}
.hryu3r9e .j98edk2, .hryu3r9e .j98edk2.max6f,
.e8ufq.domq {
  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;
}
.z44i8ea .yjya9 { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .yjya9 { gap: 16px; padding: 16px 16px; }
  .j98edk2 { width: 152px; height: 96px; }
  .pyw3uqp0 { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .yjya9 {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .vu3iyz { justify-content: flex-start; }
  
  .fq0c, .q8dyegr { flex-direction: row; }
  
  .fq0c .funtu:nth-child(n+3) { display: none; }
  
  .grwgyv {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .vu3iyz { text-align: left; align-items: flex-start; }

  
  .xo8ttbe, .xbf06, .uzp6o {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .yaoyr3 {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .xo8ttbe .j98edk2, .xbf06 .j98edk2,
  .uzp6o .j98edk2 { width: auto; height: 72px; }
  .pyw3uqp0 { max-height: 72px; max-width: 128px; }
  .npig4ocb { font-size: var(--fs-body); }
  .l9qow { font-size: var(--fs-sm); }

  
  .v0gyl, .u4zy, .t5iod7h,
  .vihmp, .usc3, .t1i1rp,
  .n07w, .tucy4n7y, .fv1dg17,
  .n7vw, .uk6qr {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .x7riov8, .x5ntse { order: 4; flex: 1 0 100%; }
  .x5ntse { display: flex; flex-direction: column; }
  .x5ntse::before { display: none; }
  .e8ufq.domq { width: 100%; padding: 12px 20px !important; }
  .nfvwxk9 { text-align: left; }
}
@media (max-width: 560px) {
  .yjya9 { padding: 16px; gap: 12px 12px; }
  
  .arumrg, .g1s00h2x, .funtu { font-size: var(--fs-caption); }
  .u3e5 { font-size: var(--fs-sm); }
  .npig4ocb { font-size: var(--fs-body); }
  .l9qow { font-size: var(--fs-sm); }
  .hywz { font-size: var(--fs-sm); }
  .gsz13 { font-size: var(--fs-lead); }
  
  .e8ufq.domq { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .vu3iyz { gap: 2px; }
  .xo8ttbe .j98edk2, .xbf06 .j98edk2,
  .uzp6o .j98edk2 { height: 64px; }
  .pyw3uqp0 { max-height: 64px; max-width: 116px; }
  .max6f { padding: 8px; }
  .npig4ocb { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .v0gyl, .u4zy, .t5iod7h,
  .vihmp, .usc3, .t1i1rp,
  .n07w, .tucy4n7y, .fv1dg17,
  .n7vw, .uk6qr { flex-basis: 100%; min-width: 100%; }
}
@media (max-width: 560px) { .q0yjy3hp { padding: 12px 16px; gap: 8px 16px; } }
.izphd6p .domq {
  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) {
  .hylm1gg { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .eu510h { order: 1; width: 104px; height: 104px; }
  .eu510h img { max-width: 96px; max-height: 88px; }
  .izphd6p { order: 2; margin-left: auto; align-self: center; }
  .ufw46yp { order: 3; flex: 1 1 100%; min-width: 0; }
  .ufw46yp h3 { font-size: var(--fs-body); }
}
.p2jmek, .mhe6a { list-style: none; font-size: var(--fs-sm); }
.p2jmek li { color: var(--text-body); margin-bottom: 4px; }
.mhe6a li { color: var(--text-body); margin-bottom: 4px; }
.p2jmek li::before { content: "✓"; margin-right: 5px; }
.mhe6a li::before { content: "✗"; margin-right: 5px; }
.eb2mvyi .j2ye7k { border-top-width: var(--bw-bar) !important; }
@media (min-width: 860px) {
  .wmahe .y00er1 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .wmahe .op1rg { margin: 0; }
}
.bbq83i1 .op1rg { 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; }
.bbq83i1 .hylm1gg { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.bbq83i1 .gcq5cmw { padding: 16px 16px; }
.bbq83i1 .eu510h { border-radius: var(--r-chip); }
.bbq83i1 .j2ye7k { border-radius: 0; }
@media (max-width: 560px) {
  .qwf7meb .eu510h { width: 116px; min-height: 104px; }
}
.a84lk8a .ic3h { gap: 12px; }
.a84lk8a .c1ryem39, .a84lk8a .u5ndrbam { padding: 12px; }
.a84lk8a .c1ryem39 ul, .a84lk8a .u5ndrbam ul { margin: 4px 0 0; padding-left: 20px; }
.a84lk8a .c1ryem39 li, .a84lk8a .u5ndrbam li { font-size: var(--fs-label); margin-bottom: 4px; }
@media (max-width: 720px) {
  .zouy { grid-template-columns: 1fr; }
  .at2gl { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .at2gl .f5q0o { width: 72px; height: 50px; }
  .at2gl .usirq8j6 { max-width: 180px; }
  .at2gl .vk7rdix { width: auto; }
}
@media (max-width: 720px) {
  .at845 { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .m4pjjgk { padding: 16px; }
  .cg8hllu .pnqt { min-width: 50%; }
}
.mi9znqha .ic3h { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .rtyl4 { grid-template-columns: 1fr; }
  .lof9fiqj { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .hehu26 { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .h6kzwl { flex-wrap: wrap; padding: 16px; }
}
.rbb25 .ic3h { gap: 8px; }
.rbb25 .c1ryem39, .rbb25 .u5ndrbam { padding: 8px; }
@media (max-width: 480px) {
  .pep0n { flex-direction: column; align-items: stretch; }
}
.unmau .vk7rdix .domq { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .z511ghkm { flex-direction: column; align-items: stretch; gap: 12px; }
  .unmau .vk7rdix { text-align: center; }
}
@media (max-width: 720px) {
  .i80vze { grid-template-columns: 1fr; }
  .p98ss9md { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .emim { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
@media (max-width: 720px) {
  .qkfo { grid-template-columns: 1fr; }
  .hcaenyt { width: 100px; height: 100px; margin: 16px auto; }
  .ar03redq { font-size: var(--fs-h3); }
  .sx9bif3p { justify-content: center; }
  .hkuryo .pnqt { min-width: 50%; }
}
.e7lzo .ic3h { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .v5qnak { flex-wrap: wrap; padding: 16px 16px; }
  .guo2e { padding: 12px 16px; }
  .e7lzo .ic3h { margin: 0 16px; }
  .e7lzo .zaywl4 { padding: 0 16px; }
  .yiiupi { padding: 12px 16px; }
}
.gvcpk3ah .yjya9 { position: relative; }
.gvcpk3ah .yjya9::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.flkrru .fn3iydki {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.flkrru .yjya9 {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.flkrru .yjya9 + .yjya9 { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .ntlemkl .vu3iyz + .vu3iyz {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.putcjq5x .yjya9 { padding-top: 16px; padding-bottom: 16px; }
.putcjq5x .yjya9 + .yjya9 { border-top: none; }
.putcjq5x .yjya9:nth-child(even) { background: var(--bg-surface); }
.putcjq5x .yjya9:nth-child(even):hover { background: var(--bg-hover); }
.bzqwn .yjya9:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .eah2s8h7 .v0gyl, .eah2s8h7 .u4zy,
  .eah2s8h7 .t5iod7h, .eah2s8h7 .vihmp,
  .eah2s8h7 .usc3, .eah2s8h7 .t1i1rp,
  .eah2s8h7 .n07w, .eah2s8h7 .tucy4n7y,
  .eah2s8h7 .fv1dg17, .eah2s8h7 .n7vw,
  .eah2s8h7 .uk6qr {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.m1txo5r .arumrg { opacity: .8; letter-spacing: var(--ls-label); }
.m1txo5r .u3e5 { font-weight: 700; }
.m1txo5r .npig4ocb { font-weight: 700; }
.fuwe .v0gyl, .fuwe .u4zy,
.fuwe .uk6qr {
  background: color-mix(in srgb, var(--text-primary) 3.5%, transparent);
  border-radius: var(--r-chip);
  padding: 8px 12px;
}
.ectye59 .lnr624uj { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.chb626gx { margin: 16px 0; }
.lw6w1o { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.lw6w1o 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;
}
.lw6w1o 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;
}
.lw6w1o summary:hover { background: var(--bg-surface); }
.lw6w1o summary:hover::after { color: var(--accent); }
.lw6w1o[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.lw6w1o[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.lw6w1o[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.lw6w1o p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.f2cdro { margin-bottom: 0; }
.jvgin0 h2.ime1waf { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.j0uct h2.ime1waf { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.c1ryem39, .u5ndrbam { border: var(--bw-hair) solid transparent; }
.c1ryem39 .ogsc8a5m, .c1ryem39 .csjb { color: var(--c-pros-label); }
.u5ndrbam .ogsc8a5m, .u5ndrbam .x7uv { color: var(--c-cons-label, var(--c-cons)); }
.c1ryem39 ul li, .u5ndrbam ul li, .p2jmek li, .mhe6a li { color: var(--text-body); }
.c1ryem39 .p2jmek li, .u5ndrbam .mhe6a li { position: relative; padding-left: 1.5em; }
.c1ryem39 .p2jmek li::before, .u5ndrbam .mhe6a li::before { position: absolute; left: 0; margin-right: 0; }
.q8hk .c1ryem39 { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.q8hk .u5ndrbam { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.fy3rcj .c1ryem39, .fy3rcj .u5ndrbam { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.fy3rcj .c1ryem39 { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.fy3rcj .u5ndrbam { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.bo998cb .c1ryem39, .bo998cb .u5ndrbam { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.bo998cb .c1ryem39 { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.bo998cb .u5ndrbam { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.sn4jev .c1ryem39, .sn4jev .u5ndrbam { background: var(--bg-card); border-width: var(--bw-rule); }
.sn4jev .c1ryem39 { border-color: var(--sem-pos-line); }
.sn4jev .u5ndrbam { border-color: var(--sem-neg-line); }
.hs3q .c1ryem39, .hs3q .u5ndrbam { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.hs3q .u5ndrbam { border-left: var(--bw-hair) solid var(--border); }
.hrgzag .csjb::before { content: "✓ "; }
.hrgzag .x7uv::before { content: "✗ "; }
.t9l29 .io3g { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.t9l29 .io3g strong { color: var(--text-primary); }
.t9l29 .io3g p      { color: var(--text-muted); }
.eb2mvyi .io3g { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.unuh6w .io3g {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.unuh6w .io3g strong { color: var(--text-primary); }
.unuh6w .io3g p { color: var(--text-muted); }
.unuh6w .io3g { border-left: var(--bw-bar) solid var(--cl-hue); }
.unuh6w .jiuab::before { color: rgba(255,255,255,0.9) !important; }
.w1l9 .io3g {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.w1l9 .io3g strong { color: var(--text-primary); }
.w1l9 .io3g p      { color: var(--text-muted); }
.p7pq .io3g { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.suq5 .jiuab,
.t59w .jiuab,
.w6mhv .jiuab,
.suq5 .jiuab::before,
.t59w .jiuab::before,
.w6mhv .jiuab::before,
.e9t5mxwf .v8l2m .plvan,
.e9t5mxwf .qy4h6n .plvan  { box-shadow: var(--sh-1); }
.e9t5mxwf .l0iic                { box-shadow: var(--sh-1); }
.e9t5mxwf .egfznrn          { box-shadow: var(--sh-1); }
.e9t5mxwf .zsrtu                    { box-shadow: var(--sh-1); }
.suput .v8l2m .plvan,
.suput .qy4h6n .plvan,
.suput .l0iic,
.suput .egfznrn,
.suput .zsrtu,
.suput .p7pq .io3g { box-shadow: none; }
.zeaghox { --fs-body: 18px; --fs-sm: 16px; --fs-lead: 21px; }
.s97ug { --fs-h1: 58px; --fs-h2: 38px; --fs-h3: 28px; }
.f2cdro + .f2cdro { position: relative; }
.wq9waig   .f2cdro + .f2cdro::before,
.m8c4apn1  .f2cdro + .f2cdro::before,
.lcf99q8   .f2cdro + .f2cdro::before,
.phkswf   .f2cdro + .f2cdro::before,
.hub5iwxp   .f2cdro + .f2cdro::before,
.g1gw .f2cdro + .f2cdro::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.wq9waig .f2cdro + .f2cdro::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.m8c4apn1 .f2cdro + .f2cdro::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.lcf99q8 .f2cdro + .f2cdro::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;
}
.phkswf .f2cdro + .f2cdro::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.als7noeu .f2cdro { margin-bottom: 16px; }
.als7noeu .f2cdro + .f2cdro { margin-top: 0; }
.als7noeu .kxhab { padding-top: 0; padding-bottom: 0; }
.hub5iwxp .f2cdro + .f2cdro::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.g1gw .f2cdro + .f2cdro::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.bbiqubyx .f2cdro + .f2cdro::before,
.cg26p .f2cdro + .f2cdro::before,
.by1fwbcy .f2cdro + .f2cdro::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%;
}
.iet7yvu .bbiqubyx .f2cdro:nth-child(even)::before,
.iet7yvu .cg26p .f2cdro:nth-child(even)::before,
.iet7yvu .by1fwbcy .f2cdro:nth-child(even)::before { background: var(--bg-surface); }
.wmkm .bbiqubyx .f2cdro:nth-child(even)::before,
.wmkm .cg26p .f2cdro:nth-child(even)::before,
.wmkm .by1fwbcy .f2cdro:nth-child(even)::before { background: var(--bg-card); }
.bbiqubyx .f2cdro + .f2cdro::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");
}
.cg26p .f2cdro + .f2cdro::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");
}
.by1fwbcy .f2cdro + .f2cdro::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");
}
.ifbde1i .hbspth:not(.tgvm0) .w4vy { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.q5i6zn .hbspth:not(.tgvm0) .w4vy { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.irpmq  .hbspth:not(.tgvm0) .w4vy { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.zgscl069  .hbspth:not(.tgvm0) .w4vy { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ifbde1i .tgvm0 { background: linear-gradient(225deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, var(--accent-light)) 100%); }
.q5i6zn .tgvm0 { background: linear-gradient(45deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, var(--accent-light)) 100%); }
.irpmq .tgvm0 { background: linear-gradient(90deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, var(--accent-light)) 100%); }
.zgscl069 .tgvm0 { background: linear-gradient(180deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, var(--accent-light)) 100%); }
.fyn4e .tgvm0 { background: var(--hero-a, var(--accent)); }
.fyn4e .tgvm0 .w4vy { background: none; }
.fyn4e .la4281 { background: var(--hero-a, var(--accent)); }
.fyn4e .fz2lyr6a { background: var(--accent-bg); }
.fyn4e .hbspth:not(.tgvm0) .w4vy { background: rgba(0,0,0,0.6); }
.zi2l .lzxbjaj { float: left; width: 38%; margin: 0 28px 16px 0; }
.zi2l .lzxbjaj .akvup { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.zi2l .kxhab::after { content: ''; display: block; clear: both; }
.v9luoj .lzxbjaj { float: right; width: 38%; margin: 0 0 16px 28px; }
.v9luoj .lzxbjaj .akvup { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.v9luoj .kxhab::after { content: ''; display: block; clear: both; }
.afco .f2cdro:nth-child(odd)  .lzxbjaj { float: left;  width: 38%; margin: 0 28px 16px 0; }
.afco .f2cdro:nth-child(even) .lzxbjaj { float: right; width: 38%; margin: 0 0 16px 28px; }
.afco .lzxbjaj .akvup { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.afco .kxhab::after { content: ''; display: block; clear: both; }
.zi2l .nhzal,
.zi2l .fn3iydki,
.v9luoj .nhzal,
.v9luoj .fn3iydki,
.afco .nhzal,
.afco .fn3iydki { clear: both; }
@media (max-width: 900px) {
  .zi2l .lzxbjaj,
  .v9luoj .lzxbjaj,
  .afco .f2cdro:nth-child(odd)  .lzxbjaj,
  .afco .f2cdro:nth-child(even) .lzxbjaj {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .zi2l .lzxbjaj .akvup,
  .v9luoj .lzxbjaj .akvup,
  .afco .lzxbjaj .akvup {
    max-height: none !important;
  }
}
.zi2l .vfaq93,
.zi2l .wv6etd8,
.v9luoj .vfaq93,
.v9luoj .wv6etd8,
.afco .vfaq93,
.afco .wv6etd8 { overflow: hidden; }
@media (max-width: 640px) {
  .zi2l .lzxbjaj,
  .v9luoj .lzxbjaj,
  .afco .lzxbjaj { float: none; width: 100%; margin: 0 0 16px 0; }
}
.hrwzl1 .d237wean,
.hrwzl1 .kxhab,
.hrwzl1 .tmhl1vm8  { max-width: 1060px; }
.gbv1t9 .d237wean,
.gbv1t9 .kxhab,
.gbv1t9 .tmhl1vm8  { max-width: 1180px; }
.po7xp .d237wean,
.po7xp .kxhab,
.po7xp .tmhl1vm8  { max-width: 1260px; }
.w2lavzba { font-size: var(--fs-label); color: var(--text-muted); }
.gfvkqko { display: flex; align-items: center; }
.xpkmx6 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.xg5m { display: flex; align-items: center; }
.h8eh { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.h8eh:hover { text-decoration: underline; }
.s4zuhnxp { margin: 0 4px; opacity: 0.45; }
.s4zuhnxp::before { content: '/'; }
.zk7ns { padding: 2px 4px; color: var(--text-main); }
.ozcg .w2lavzba {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.ozcg .gfvkqko { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.exgw9 .w2lavzba {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.exgw9 .gfvkqko { padding: 0 0 0 12px; }
.ioux27 .gfvkqko { padding: 0 16px; }
.ioux27 .w2lavzba {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.ioux27 .d237wean { padding-top: 28px; }
@media (max-width: 720px) {
  .d8cg { margin-top: 20px; padding: 0 16px; }
  .ioux27 .d237wean { padding-top: 16px; }
}
.hrwzl1.ozcg .gfvkqko { max-width: 1100px; }
.gbv1t9.ozcg .gfvkqko { max-width: 1200px; }
.po7xp.ozcg .gfvkqko { max-width: 1320px; }
.jz8o .f2cdro { padding-top: 16px; padding-bottom: 16px; }
.mn1tc .f2cdro { padding-top: 24px; padding-bottom: 24px; }
.sg78pokd .f2cdro { padding-top: 40px; padding-bottom: 40px; }
.vrw187tr .f2cdro { padding-top: 52px; padding-bottom: 52px; }
.wzwgl .f2cdro:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.wzwgl .f2cdro:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.wzwgl .f2cdro:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.wzwgl .f2cdro:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.klg5d .kxhab { padding-top: 12px;  padding-bottom: 12px; }
.kszwmzqj .kxhab { padding-top: 20px;  padding-bottom: 20px; }
.t3ku .kxhab { padding-top: 36px;  padding-bottom: 36px; }
.w6ikz4 .kxhab { padding-top: 48px;  padding-bottom: 48px; }
.pfhw0iq6 h1, .pfhw0iq6 h2, .pfhw0iq6 h3, .pfhw0iq6 .fo27t9tc { font-weight: 700; }
.esy9f h1, .esy9f h2, .esy9f h3, .esy9f .fo27t9tc { font-weight: 700; }
.dnzyi, .pfhw0iq6, .hx3rb, .esy9f { font-weight: 400; }
.pt0sc {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.she6c .pt0sc { display: none; }
@media (max-width: 640px) {
  .pt0sc { display: none !important; }
}
.pt0sc { background: var(--cta) !important; color: #fff !important; border: none !important; }
.pt0sc:hover { opacity: 0.85; }
.iqnce6v .pt0sc { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.mwd09e .iyqmw { right: 32px; }
@media (max-width: 480px) {
  .mwd09e .iyqmw { right: 20px; bottom: 20px; }
  .jdc58  .iyqmw { left: 20px; bottom: 20px; }
}
.v3gbfy { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.tmhl1vm8 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.hzcc32 { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.qxhy4 { color: var(--text-dim); font-size: var(--fs-label); }
.phzwy a, .gkl5 a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.phzwy a:hover, .gkl5 a:hover { color: var(--accent-light); }
.gkl5 { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.ttkuh .tmhl1vm8 { text-align: center; }
.ttkuh .gkl5 { justify-content: center; margin-bottom: 16px; }
.ttkuh .hzcc32 { margin-top: 0; }
.jltz0qz { margin-top: 12px; }
.jltz0qz a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .tmhl1vm8 { padding-left: 16px; padding-right: 16px; }
  .cfcl6vxd .tmhl1vm8 { padding: 20px 16px; }
  .gkl5 { gap: 4px 12px; }
  .hzcc32 { font-size: var(--fs-caption); }
}
.rnkjoses .hzcc32 { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.rnkjoses .qxhy4 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .rnkjoses .h4yx { grid-template-columns: 1fr 1fr; } .rnkjoses .jw6m1q { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rnkjoses .h4yx { grid-template-columns: 1fr; } }
.s191l .hzcc32 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .s191l .l7460l { gap: 12px; } .s191l .a07e1w7d { margin-right: 0; width: 100%; } }
.vm13 .hzcc32 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.vm13 .qxhy4 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .vm13 .vru59lp { grid-template-columns: 1fr 1fr; } .vm13 .o58wjkt5 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vm13 .vru59lp { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .dhchk .e3cx57z { grid-template-columns: 1fr 1fr; } .dhchk .xuafsix1:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .dhchk .e3cx57z { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .i90e .e3cx57z { grid-template-columns: 1fr; } }
.tb1kqz .tmhl1vm8 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.tb1kqz .gkl5 { justify-content: center; }
.lolbsp7 .my5xv      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.l5id .my5xv      { background: #0d1117; border-bottom-color: #21262d; }
.l5id .fog1sh { color: var(--accent-light); }
.l5id .fzs0m { --msep-color: #8b949e; }
.l5id .fzs0m a { color: #8b949e; }
.l5id .fzs0m a:hover { color: var(--accent-light); }
.l5id .krd16 { color: #8b949e; }
.l5id .v3gbfy { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.l5id .hzcc32,
.l5id .qxhy4 { color: #6e7681; }
.l5id .phzwy a, .l5id .gkl5 a,
.l5id .phzwy a:hover, .l5id .gkl5 a:hover,
@media (max-width: 640px) {
  .l5id .fzs0m { background: #0d1117; border-top-color: #21262d; }
  .l5id .fzs0m li a { border-bottom-color: #21262d; }
}
.eqov .my5xv      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.eqov .fog1sh { color: var(--accent-light); }
.eqov .fzs0m { --msep-color: #475569; }
.eqov .fzs0m a { color: #475569; }
.eqov .fzs0m a:hover { color: var(--accent-light); }
.eqov .krd16 { color: #64748b; }
.eqov .v3gbfy { background: #f0f4f8; border-top-color: #cbd5e1; }
.eqov .hzcc32,
.eqov .qxhy4 { color: #64748b; }
.eqov .phzwy a, .eqov .gkl5 a,
.eqov .phzwy a:hover, .eqov .gkl5 a:hover,
@media (max-width: 640px) {
  .eqov .fzs0m { background: #f0f4f8; border-top-color: #cbd5e1; }
  .eqov .fzs0m li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.vrlwrcd .my5xv { background: var(--b-50); border-bottom-color: var(--b-200); }
.vrlwrcd .fzs0m a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .vrlwrcd .fzs0m { background: var(--b-50); border-top-color: var(--b-200); }
}
.z1cdy { --nav-fill: var(--b-600); --nav-edge: var(--b-700); }
.z1cdy .my5xv, .tw3qq2k .my5xv { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.z1cdy .fog1sh, .tw3qq2k .fog1sh { color: #fff; }
.z1cdy .fzs0m, .tw3qq2k .fzs0m { --msep-color: rgba(255,255,255,0.82); }
.z1cdy .fzs0m a, .tw3qq2k .fzs0m a { color: rgba(255,255,255,0.82); }
.z1cdy .fzs0m a:hover, .tw3qq2k .fzs0m a:hover { color: #fff; }
.z1cdy .krd16, .tw3qq2k .krd16 { color: rgba(255,255,255,0.9); }
.z1cdy .n11x2r a, .tw3qq2k .n11x2r a { color: var(--text-primary) !important; }
.z1cdy .n11x2r a:hover, .tw3qq2k .n11x2r a:hover { color: var(--accent-light) !important; }
@media (max-width: 640px) {
  .z1cdy .fzs0m, .tw3qq2k .fzs0m { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .z1cdy .fzs0m li a, .tw3qq2k .fzs0m li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.ibqf7ne.z1cdy .pt0sc { background: #fff !important; color: var(--b-700) !important; }
.no9btloq .my5xv {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.no9btloq .my5xv::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) {
  .no9btloq .fzs0m {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.lsee7o .lfvj { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.egdst7 .lfvj { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.hgzzh .lfvj { min-height: 72px; height: auto; }
.vq3q .lfvj { min-height: 84px; height: auto; }
.cfcl6vxd .lfvj { max-width: none; padding: 0 32px; }
.cfcl6vxd .tmhl1vm8  { max-width: none; padding: 24px 32px; }
.pfpkqi2.gbv1t9 .lfvj { max-width: 1200px; }
.pfpkqi2.po7xp .lfvj { max-width: 1320px; }
.zkwd2   .fog1sh, .zkwd2   .a07e1w7d { text-transform: capitalize; }
.zsm5x .fog1sh, .zsm5x .a07e1w7d { text-transform: lowercase; }
.bzmnup22 .fog1sh, .bzmnup22 .a07e1w7d { text-transform: uppercase; letter-spacing: var(--ls-label); }
.hx3frd, .ho93z {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.xr08 .hx3frd,
.oefm8 .hx3frd,
.pxcw .hx3frd,
.siacz .hx3frd,
.pl630jm9   .fzs0m a { font-weight: 500; }
.dwl0 .fzs0m a { font-weight: 600; }
.t074cq     .fzs0m a { font-weight: 700; }
.v9g0    .fzs0m a { font-weight: 700; letter-spacing: normal; }
.o2fc66q     .fzs0m > li + li::before,
.ls61    .fzs0m > li + li::before,
.d2hi    .fzs0m > li + li::before,
.y5uk53 .fzs0m > li + li::before,
.bx7wtv .fzs0m > li + li::before,
.oob2ntrl  .fzs0m > li + li::before,
.ca1cn9    .fzs0m > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.o2fc66q     .fzs0m > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.ls61    .fzs0m > li + li::before { content: "|"; }
.d2hi    .fzs0m > li + li::before { content: "—"; }
.y5uk53 .fzs0m > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.bx7wtv .fzs0m > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.oob2ntrl  .fzs0m > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.ca1cn9    .fzs0m > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .si60yn .krd16,
  .q59er .krd16,
  .d3v36 .krd16,
  .xd6pvw .krd16,
  .sp2zztc .krd16 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .si60yn .krd16::before,
  .q59er .krd16::before,
  .d3v36 .krd16::before,
  .xd6pvw .krd16::before,
  .sp2zztc .krd16::before { content: ""; display: block; flex-shrink: 0; }

  
  .si60yn .krd16::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;
  }

  
  .q59er .krd16::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;
  }

  
  .d3v36 .krd16::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;
  }

  
  .xd6pvw .krd16::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;
  }

  
  .sp2zztc .krd16::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) {
  .ijxj .krd16 {
    padding: 4px 16px;
  }
  .ijxj .fzs0m {
    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;
  }
  .ijxj .fzs0m li a {
    border-bottom: none; padding: 12px 24px;
  }
  .ijxj .fzs0m li a:hover { background: var(--bg-raised); }
  .ijxj .qo7da,
  .b6oi5 .qo7da,
  .yl96x5qz .qo7da { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .bxpngp .krd16 {
    padding: 4px 12px;
  }
  .bxpngp .fzs0m {
    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);
  }
  .bxpngp .fzs0m.epubu { transform: translateX(0); }
  .bxpngp .fzs0m li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .bxpngp .fzs0m li:last-child a { border-bottom: none; }
  .z1cdy .fzs0m,
  .l5id .fzs0m { background: var(--accent) !important; }
  .z1cdy .fzs0m li a,
  .l5id .fzs0m li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .yl96x5qz .krd16 {
    padding: 4px 12px;
  }
  .yl96x5qz .fzs0m {
    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);
  }
  .yl96x5qz .fzs0m::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .yl96x5qz .fzs0m.epubu { transform: translateY(0); }
  .yl96x5qz .fzs0m li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .fw00 .krd16 {
    padding: 4px 12px;
  }
  .fw00 .fzs0m {
    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;
  }
  .fw00 .fzs0m.epubu { opacity: 1; pointer-events: auto; }
  .fw00 .fzs0m li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .r2c6ga     .krd16 { border-radius: 0 !important; }
  .j212j   .krd16 { border-radius: var(--r-btn) !important; }
  .azacuk .krd16 { border-radius: 50% !important; }
  .xdet7   .krd16 { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .myz8 .ux6i6 { flex-direction: column; align-items: stretch; }
  .myz8 .vnug0 { flex-direction: row; min-width: auto; }
  .myz8 .lr7d2f3 { align-items: flex-start; text-align: left; }
}
.zv0fyfe,
.zv0fyfe.f2cdro,
.iet7yvu .zv0fyfe,
.x0nxp6n .zv0fyfe,
.wmkm .zv0fyfe,
.fi77 .zv0fyfe {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.pb0mt6 {
  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;
}
.m2y82n1 { flex: 1 1 280px; min-width: 0; }
.pefovs {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.zv83o {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.jpzr0jt {
  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;
}
.jpzr0jt:hover { transform: translateY(-1px); opacity: 0.95; }
.u9w0vbq .pb0mt6 {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.u9w0vbq .pefovs { color: var(--cta); }
.u9w0vbq .zv83o { color: var(--text-body); }
.u9w0vbq .jpzr0jt {
  background: var(--cta);
  color: var(--cta-fg);
}
.uhz2j .pb0mt6 {
  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);
}
.uhz2j .pefovs { color: var(--text-primary); }
.uhz2j .zv83o { color: var(--text-body); }
.uhz2j .jpzr0jt {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .pb0mt6 {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .m2y82n1 { flex: 0 0 auto; }
  .pefovs { font-size: var(--fs-lead); }
  .jpzr0jt { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.pufq3 .xca9kzf { height: 36px; }
.o3ogqj .xca9kzf { height: 60px; max-width: 200px; }
.u7bzuoyj .xca9kzf { height: 56px; max-width: 180px; }
.nrlcda .hywz {
  font-size: var(--fs-lead); font-weight: 700;
  color: var(--text-muted); opacity: .45;
}
.z9qz9ir .fn3iydki {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.z9qz9ir .yjya9 {
  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);
}
.z9qz9ir .yjya9 + .yjya9 { border-top: var(--bw-hair) solid var(--border-alt); }
.z9qz9ir .vu3iyz { align-items: center; text-align: center; }
.z9qz9ir .j98edk2 {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.z9qz9ir .pyw3uqp0 { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.z9qz9ir .l9qow { font-size: var(--fs-body); }
.z9qz9ir .e8ufq.domq { min-width: 180px; }
@media (min-width: 720px) {
  .z9qz9ir .fn3iydki {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .z9qz9ir .yjya9 + .yjya9 { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .z9qz9ir .yjya9 { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .z9qz9ir .grwgyv { top: -16px; left: 50%; }
  .z9qz9ir .j98edk2 { width: 132px; height: 132px; }
}
.c0rc3 .fn3iydki {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.c0rc3 .yjya9 {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.c0rc3 .j98edk2 {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.c0rc3 .pyw3uqp0 { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
@media (max-width: 900px) {
  .c0rc3 .j98edk2 { width: 104px; height: 104px; }
}
.iwbprr .lw6w1o {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.iwbprr .lw6w1o summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.iwbprr .lw6w1o summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.iwbprr .lw6w1o[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.iwbprr .lw6w1o p { padding: 0 14px 18px; }
.iwbprr .lw6w1o[open] p { border-top: none; padding-top: 0; }
.tl2apfz .lw6w1o { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.tl2apfz .lw6w1o 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;
}
.tl2apfz .lw6w1o summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.tl2apfz .lw6w1o[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.tl2apfz .lw6w1o p { padding: 14px 24px 4px; }
.tl2apfz .lw6w1o[open] p { border-top: none; padding-top: 14px; }
.ty3ls .lw6w1o {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.ty3ls .lw6w1o summary { color: var(--text-primary); padding: 16px 18px; }
.ty3ls .lw6w1o[open] summary { box-shadow: none; }
.ty3ls .lw6w1o p { padding: 0 18px 18px; }
.rx82ut .chb626gx { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.rx82ut .lw6w1o {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.rx82ut .lw6w1o:last-child { border-bottom: none; }
.rx82ut .lw6w1o summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.rx82ut .lw6w1o p { padding: 0 20px 16px; }
.aly2nb .lw6w1o { overflow: hidden; }
.aly2nb .lw6w1o 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));
}
.aly2nb .lw6w1o summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.aly2nb .lw6w1o summary::after { color: var(--tone-mark, var(--accent)); }
.aly2nb .lw6w1o[open] summary { border-radius: 0; box-shadow: none; }
.h3mc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.a74b6v {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.whinx {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.e28xk20 { color: var(--text-muted); font-size: var(--fs-body); }
.q3awqa3o {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.nw261g { margin-bottom: 20px; }
.f1ff {
  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);
}
.pdakh {
  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;
}
.pdakh:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.r4b9 { resize: vertical; min-height: 130px; }
.razru9wm { width: 100%; margin-top: 8px; }
.lij26r {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.xemh {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.iae5t { color: var(--text-muted); line-height: var(--lh-read); }
.p0mcx1t { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.p0mcx1t li { margin-bottom: 8px; }
.u1lr { max-width: 760px; margin: 0 auto; }
.pwrrgh { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.h0ipzdy0 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.h0ipzdy0:last-child { border-bottom: none; }
.h0ipzdy0 h2 {
  font-size: var(--fs-body); font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.h0ipzdy0 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.yu4x5 { max-width: 760px; margin: 0 auto; }
.nc15b8xa ul.p0mcx1t { margin: 0; }
@media (max-width: 640px) { .pg9jt8fb { grid-template-columns: 1fr; gap: 12px; } }
.r116mdq2 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.itnp { background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 24px; }
.iwez7ev0 { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.itnp p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.itnp .p0mcx1t { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .r116mdq2 { grid-template-columns: 1fr; } }
.t4pz { color: inherit; text-decoration: none; }
.t4pz:hover { color: var(--accent-light); text-decoration: underline; }
.swx3 { display: inline-block; line-height: 0; }
.k24u0ti { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ffi3 { margin-bottom: 48px; }
.c0ev { max-width: 760px; margin: 0 auto; }
.c2qps77 { max-width: 640px; margin: 0 auto; }
.cmu4f9f { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.cmu4f9f:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.q3z3 { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.cmu4f9f p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.cmu4f9f ul.p0mcx1t { margin: 0; }
.i8llofd { color: var(--text-muted); line-height: var(--lh-read); }
.pwy3z3 .p0mcx1t,
.c2qps77 .p0mcx1t,
.lx6z .p0mcx1t,
.tw91 .p0mcx1t {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.pwy3z3 .cmu4f9f,
.c2qps77 .cmu4f9f { text-align: left; }
.pwy3z3 .q3z3,
.c2qps77 .q3z3 { text-align: center; }
.xxce896 { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.oqfuho9 { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.xqv80te { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.vn1qisg { margin-top: 12px; }
.qj30xp8 { 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; }
.qj30xp8:hover { border-bottom-color: var(--accent-light); }
.doe0d { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.doe0d img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fs7o3y { width: 72px; height: 72px; }
.bx60frx { border-radius: 50%; }
.it6w { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.frnly1q { border: var(--bw-hair) solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: var(--r-pill); font-weight: 600; }
@media (max-width: 640px) { .hdpv7w { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.qr0ze .xqv80te, .qr0ze .oqfuho9 { max-width: 640px; }
.mqrfo .xxce896 { font-size: var(--fs-h3); margin-top: 20px; }
.mk449r .xqv80te { margin-bottom: 28px; }
@media (max-width: 860px) { .a2eacyoi { grid-template-columns: 1fr; } .mqrfo { position: static; text-align: center; } }
.of70v9 .doe0d { margin: 0 auto 20px; }
.of70v9 .it6w { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .djnag9 { grid-template-columns: 1fr; } }
.y8hebkuf .xxce896 { font-size: var(--fs-h3); margin-bottom: 8px; }
.tw91 .p0mcx1t { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .y8hebkuf { flex-direction: column; text-align: center; } .eqx5b4 { grid-template-columns: 1fr; } }
.pcavv { display: flex; gap: 20px; align-items: center; padding-bottom: 24px; border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 32px; }
.pcavv .xxce896 { font-size: var(--fs-lead); margin: 0 0 4px; }
.pcavv .it6w { margin: 0; }
.twd76 .whinx { color: var(--accent-light); }
.qhfp .whinx { font-size: var(--fs-h2); }
.qhfp .e28xk20 { max-width: 680px; }
.fbc2nn .whinx { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.fbc2nn .e28xk20  { margin: 0; }
@media (max-width: 640px) { .fbc2nn { flex-direction: column; } }
.m2d2r1n {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.m2d2r1n .whinx { color: var(--accent-light); }
.r0g1 .whinx { color: #fff; }
.r0g1 .e28xk20  { color: rgba(255,255,255,0.85); }
.ndpmxm7 { max-width: 680px; margin: 0 auto; }
.xf0zwt {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .xf0zwt { grid-template-columns: 1fr; } }
.h8efb1r .pdakh {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.h8efb1r .pdakh:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.qg0rc .pdakh { background: var(--bg-raised); border-color: transparent; }
.qg0rc .pdakh:focus { background: var(--bg-card); border-color: var(--accent-light); }
.te3nq .pdakh { border-radius: var(--r-pill); padding: 12px 20px; }
.te3nq .r4b9 { border-radius: var(--r-card); }
.tk7lhyrg {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .tk7lhyrg { grid-template-columns: 1fr; } }
.wdufzsq {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 24px 24px;
}
.wdufzsq h2 {
  font-size: var(--fs-sm); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.wdufzsq p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.isk1g { counter-reset: priv-count; }
.jqqght {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: var(--bw-hair) solid var(--border);
}
.jqqght:last-child { border-bottom: none; }
.x4687p {
  font-size: var(--fs-h1); font-weight: 700; color: var(--accent-light);
  opacity: 0.3; line-height: var(--lh-solid); font-variant-numeric: tabular-nums;
}
.jqqght h2 {
  font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.jqqght p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.tqt0vip { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; margin: 0; }
.tqt0vip li { margin-bottom: 8px; }
.wef5{display:none}
.wef5:empty,.pdo9bm4:empty{display:none}
.mh2y{position:relative;overflow:visible}
.rg5o1d7 .y0t8827l,.shlkh .y0t8827l,
.twme1zu4 .y0t8827l,.nsyase1 .y0t8827l,
.qkyvo40 .y0t8827l,.pbuw .y0t8827l{display:block}
.n6m2dntc .mdgo1{display:block}
.rg5o1d7 .y0t8827l,.shlkh .y0t8827l,
.twme1zu4 .y0t8827l,.nsyase1 .y0t8827l,
.qkyvo40 .y0t8827l{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}
.rg5o1d7 .y0t8827l .pdo9bm4,.shlkh .y0t8827l .pdo9bm4,
.twme1zu4 .y0t8827l .pdo9bm4,.nsyase1 .y0t8827l .pdo9bm4,
.qkyvo40 .y0t8827l .pdo9bm4{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}
.rg5o1d7 .y7gpl,.shlkh .y7gpl,
.twme1zu4 .y7gpl,.nsyase1 .y7gpl,
.qkyvo40 .y7gpl{background:transparent!important;border:none!important;padding: 0;border-radius:0;color:inherit!important}
.rg5o1d7 .y0t8827l,.shlkh .y0t8827l{top: 12px}
.rg5o1d7 .y0t8827l .pdo9bm4{margin-right:auto}
.shlkh .y0t8827l .pdo9bm4{margin-left:auto}
.shlkh .y0t8827l{text-align:right}
.twme1zu4 .y0t8827l,.nsyase1 .y0t8827l{bottom: 12px}
.twme1zu4 .y0t8827l .pdo9bm4{margin-right:auto}
.nsyase1 .y0t8827l .pdo9bm4{margin-left:auto}
.nsyase1 .y0t8827l{text-align:right}
.qkyvo40 .y0t8827l{position:relative;margin-top: 16px}
.qkyvo40 .y0t8827l .pdo9bm4{margin: 0 auto}
.pbuw .y0t8827l{max-width:var(--content-mw,1100px);margin: 0 auto;padding: 8px 24px}
.pbuw .y0t8827l .pdo9bm4{margin: 0}
.pbuw .fz2lyr6a~.y0t8827l,
.pbuw .hzogwy07~.y0t8827l{max-width:none;margin: 0;padding: 8px clamp(24px,calc(50vw - 476px),96px)}
.pbuw .fz2lyr6a~.y0t8827l .pdo9bm4,
.pbuw .hzogwy07~.y0t8827l .pdo9bm4{justify-content:flex-start}
.fz2lyr6a~.y0t8827l,.hzogwy07~.y0t8827l{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}
.fz2lyr6a~.y0t8827l .pdo9bm4{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.hzogwy07~.y0t8827l .pdo9bm4{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.mdgo1 .pdo9bm4{margin: 0 0 12px}
.pdo9bm4{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.y7gpl{white-space:nowrap}
.ltdh .y7gpl{background:var(--date-bg, var(--accent-bg));padding: 4px 12px;border-radius: var(--r-card);font-size: var(--fs-caption)}
.cffjjw .y7gpl{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}
.cffjjw .henx29::before{content:""}
.gueyvae2 .pdo9bm4{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.a7ai9tv6 .y7gpl{border-left: var(--bw-rule) solid var(--accent);padding-left: 8px;font-size: var(--fs-caption)}
.x8vf .y7gpl{color: var(--accent-light);opacity:1;font-weight:500}
.vrhe .y7gpl{border-bottom: var(--bw-hair) solid currentColor;padding-bottom: 2px}
.bn86y .pdo9bm4{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.pac39uo{--date-bg:var(--accent-bg-light)}
.vk6af .henx29::before{content:""}
.bi4k .y7gpl + .y7gpl::before{content:"•";margin-right:6px;opacity:.4}
.ua325 .y7gpl + .y7gpl::before{content:"/";margin-right:6px;opacity:.35}
.tc2k0 .y7gpl + .y7gpl::before{content:"|";margin-right:6px;opacity:.3}
.q7w0tlp8 .y7gpl + .y7gpl::before{content:"—";margin-right:6px;opacity:.3}
.lgptv3 .y7gpl + .y7gpl::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.rnhk7y .y7gpl + .y7gpl::before{content:"·";margin-right:6px;opacity:.4}
.an3a .y7gpl + .y7gpl::before{content:"›";margin-right:6px;opacity:.4}
.raci .y7gpl + .y7gpl::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.i9jd{display:flex;align-items:flex-start;gap: 16px;max-width:var(--content-width, 960px);margin: 32px auto 24px;padding: 20px 24px}
.bfzbu{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.mwi46cw2{display:flex;flex-direction:column;gap: 4px}
.xfp9{font-size: var(--fs-caption);text-transform:uppercase;letter-spacing: var(--ls-label);color:var(--text-body);opacity:.55}
.cjzh2az3{font-weight:700;font-size: var(--fs-sm);color:var(--text-heading)}
.p27meze{font-size: var(--fs-label);color:var(--text-body);opacity:.8;line-height: var(--lh-snug);margin-top: 4px}
.lkbg3aq .i9jd{background:var(--surface-alt);border-radius:var(--radius, 8px);border: var(--bw-hair) solid var(--border)}
.b5irk8 .i9jd{border-top: var(--bw-bar) solid var(--accent);padding-top: 20px}
.if0t .i9jd{border-left: var(--bw-bar) solid var(--accent);border-radius:0}
.pdwjnc .i9jd{padding: 20px 0}
@media(max-width:640px){
  .i9jd{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .p27meze{max-width:100%}
}
.ssm1ar .egfznrn{margin: 0}
@media (max-width:560px){
  .j7un{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) {
  .by6jha { padding: 28px 20px 20px; }
  .btucbc { font-size: var(--fs-lead); }
  .y2xky { max-width: 220px; max-height: 80px; }
}
.quydt {
  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);
}
.a31nu {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.c0nuh  .quydt { border-radius: 50%; }
.x6nt1  .quydt { border-radius: var(--r-chip); }
.cxuw .quydt { border-radius: var(--r-card); }
.xovx7b3h .pb0mt6 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .quydt { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.uhtkex .f2cdro {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.uhtkex .kxhab {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.uhtkex .pb0mt6 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.fbghfq {
  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;                  
}
.fbghfq.z6wlsnt { transform: translate(-50%, 0); }
.fbghfq .f2cdro,
.fbghfq .kxhab {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.fbghfq .pb0mt6 {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.kmd0rql {
  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;
}
.kmd0rql::before,
.kmd0rql::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.kmd0rql::before { transform: translate(-50%, -50%) rotate(45deg); }
.kmd0rql::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.kmd0rql:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .fbghfq { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .fbghfq .pb0mt6 {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .fbghfq .zv83o { display: none !important; }
  .fbghfq .pefovs { font-size: var(--fs-body) !important; }
  .fbghfq .quydt { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .kmd0rql { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .lfvj { flex-direction: row-reverse; }
[dir="rtl"] .fzs0m { flex-direction: row-reverse; }
[dir="rtl"] .mwd09e .iyqmw { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .mwd09e .iyqmw { right: auto; left: 20px; }
  [dir="rtl"] .jdc58  .iyqmw { left: auto;  right: 20px; }
}
[dir="rtl"] .zi2l .lzxbjaj  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .v9luoj .lzxbjaj { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .vfaq93, [dir="rtl"] .wv6etd8 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .c1ryem39 { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .u5ndrbam { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .io3g { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .pb0mt6 { direction: rtl; }
[dir="rtl"] .quydt { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .yjya9,
[dir="rtl"] .w2lavzba { direction: rtl; }
[dir="rtl"] .zsrtu { direction: rtl; }
[dir="rtl"] .xoh1 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .hbspth.iz7o .dvtj31,
[dir="rtl"] .v2l3in.iz7o .dvtj31,
[dir="rtl"] .tgvm0.iz7o .dvtj31,
[dir="rtl"] .gabjb1m.iz7o .dvtj31,
[dir="rtl"] .mw7f3f1.iz7o .dvtj31 { text-align: right; }
[dir="rtl"] .fz2lyr6a.bqpg89 .a5dsj0w { text-align: center; }
[dir="rtl"] .kxhab,
[dir="rtl"] .xg7w1rpf,
[dir="rtl"] .jl1s6,
[dir="rtl"] .dvtj31 { text-align: right; }
[dir="rtl"] .q3awqa3o,
[dir="rtl"] .f1ff,
[dir="rtl"] .xqv80te,
[dir="rtl"] .pdakh,
[dir="rtl"] .r4b9 { text-align: right; direction: rtl; }
[dir="rtl"] .te3nq .pdakh,
[dir="rtl"] .h8efb1r .pdakh { padding-right: 20px; padding-left: 20px; }
.jnwmv53 .fn3iydki,
.bg5x3 .fn3iydki,
.h3apo .fn3iydki { border: var(--bw-hair) solid var(--border-alt); }
.x6uk6 .fn3iydki {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.jnwmv53 .yjya9,
.bg5x3 .yjya9,
.x6uk6 .yjya9,
.h3apo .yjya9 {
  gap: 24px;
  padding: 24px 24px;
}
.jnwmv53 .yjya9 + .yjya9,
.h3apo .yjya9 + .yjya9 { border-top: none; }
.jnwmv53 .yjya9:nth-child(even),
.h3apo .yjya9:nth-child(even) { background: var(--bg-surface); }
.x6uk6 .yjya9 {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.jnwmv53 .j98edk2,
.bg5x3 .j98edk2,
.x6uk6 .j98edk2,
.h3apo .j98edk2 {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.jnwmv53 .pyw3uqp0,
.bg5x3 .pyw3uqp0,
.x6uk6 .pyw3uqp0,
.h3apo .pyw3uqp0 {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.h3apo .l9qow { font-size: var(--fs-body); font-weight: 700; }
.jnwmv53 .v0gyl, .jnwmv53 .u4zy, .jnwmv53 .t5iod7h,
.bg5x3 .v0gyl, .bg5x3 .u4zy, .bg5x3 .t5iod7h,
.x6uk6 .v0gyl, .x6uk6 .u4zy, .x6uk6 .t5iod7h,
.h3apo .v0gyl, .h3apo .u4zy, .h3apo .t5iod7h {
  background: transparent;
  padding: 12px 0; align-items: flex-start; text-align: left;
}
.jnwmv53 .e8ufq.domq,
.bg5x3 .e8ufq.domq,
.x6uk6 .e8ufq.domq,
.h3apo .e8ufq.domq {
  padding: 16px 24px !important;
}
.h3apo .e8ufq.domq { box-shadow: none; }
@media (max-width: 1080px) {
  .jnwmv53 .yjya9,
  .bg5x3 .yjya9,
  .x6uk6 .yjya9,
  .h3apo .yjya9 { gap: 16px; padding: 20px; }
  .jnwmv53 .j98edk2,
  .bg5x3 .j98edk2,
  .x6uk6 .j98edk2,
  .h3apo .j98edk2 { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .jnwmv53 .j98edk2,
  .bg5x3 .j98edk2,
  .x6uk6 .j98edk2,
  .h3apo .j98edk2 { width: 104px; height: 104px; }
}
.bopeqhco .jiuab { display: none; }
.p2jmek li::before { color: #2f855a; font-weight: 700; }
.mhe6a li::before { color: #9b2c2c; font-weight: 700; }
.csjb::before { color: #2f855a; }
.x7uv::before { color: #9b2c2c; }
.judb  .jpzr0jt, .judb  .mrnw2q { border-radius: var(--r-pill); }
.c5kqi .jpzr0jt, .c5kqi .mrnw2q { border-radius: 0; }
.ww3x3t .jpzr0jt, .ww3x3t .mrnw2q { border-radius: var(--r-btn); }
.jpzr0jt, .mrnw2q, .ij861eh, .domq, .e8ufq.domq {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
.ij861eh, .domq, .e8ufq.domq, .jpzr0jt, .mrnw2q,
.gar1, .z4v0, .fbghfq .jpzr0jt {
  border-radius: var(--btn-radius) !important;
}
.yn4fk a, .xg7w1rpf a, .jl1s6 a, .dklxp41h a, .lw6w1o 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;
}
.yn4fk a:hover, .xg7w1rpf a:hover, .jl1s6 a:hover, .dklxp41h a:hover { text-decoration-color: currentColor; }
.un93mfr   { --hero-a: var(--b-900); --hero-b: var(--b-800); }
.aozkqz .vpc38mxp.tgvm0 .fo27t9tc,
.aozkqz section.tgvm0 .fo27t9tc { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.aozkqz .tgvm0 .s6q4bvv { color: var(--text-body); }
.aozkqz .tgvm0 { border-bottom: var(--bw-hair) solid var(--b-200); }
.tl4mk .hbspth:not(.tgvm0) .w4vy {
  background: linear-gradient(120deg, color-mix(in srgb, var(--b-900) 88%, transparent) 0%, color-mix(in srgb, var(--b-700) 58%, transparent) 100%);
}
.e0dd34t .hbspth:not(.tgvm0) .w4vy {
  background: linear-gradient(120deg, color-mix(in srgb, var(--b-900) 88%, transparent) 0%, color-mix(in srgb, var(--b-near, var(--b-800)) 55%, transparent) 100%);
}
.un93mfr .hbspth:not(.tgvm0) .w4vy {
  background: linear-gradient(180deg, color-mix(in srgb, var(--n-900) 72%, transparent) 0%, color-mix(in srgb, var(--n-900) 86%, transparent) 100%);
}
.vpc38mxp.hbspth:not(.tgvm0) .fo27t9tc,
section.hbspth:not(.tgvm0) .fo27t9tc { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.ibqf7ne.tl4mk .tgvm0 .ij861eh,
.ibqf7ne.e0dd34t    .tgvm0 .ij861eh { background: #fff !important; color: var(--b-700) !important; }
.p6ufzc .v3gbfy { background: var(--bg-page); border-top-color: var(--border-alt); }
.lcj073b .v3gbfy { background: var(--b-50); border-top-color: var(--b-200); }
.p24y3   { --ftr-fill: var(--b-900); --ftr-edge: var(--b-800); }
.pnyd18 .v3gbfy, .p24y3 .v3gbfy, .xth8k8j9 .v3gbfy {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.pnyd18 .v3gbfy :is(.hzcc32, .qxhy4),
.p24y3   .v3gbfy :is(.hzcc32, .qxhy4),
.xth8k8j9    .v3gbfy :is(.hzcc32, .qxhy4) { color: rgba(255,255,255,0.68); }
.pnyd18 .v3gbfy :is(.v8v0, .v4hfwp3),
.p24y3   .v3gbfy :is(.v8v0, .v4hfwp3),
.xth8k8j9    .v3gbfy :is(.v8v0, .v4hfwp3) { color: rgba(255,255,255,0.7); }
.pnyd18 .v3gbfy a, .p24y3 .v3gbfy a, .xth8k8j9 .v3gbfy a { color: rgba(255,255,255,0.9); }
.pnyd18 .v3gbfy a:hover, .p24y3 .v3gbfy a:hover, .xth8k8j9 .v3gbfy a:hover { color: #fff; }
.pnyd18 .v3gbfy .a07e1w7d,
.p24y3   .v3gbfy .a07e1w7d,
.xth8k8j9    .v3gbfy .a07e1w7d { color: #fff; }
.fe7kzk .fn3iydki:not(.z44i8ea) .yjya9:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.s2z7e .fn3iydki:not(.z44i8ea) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.s2z7e .fn3iydki:not(.z44i8ea) .yjya9 { background: var(--bg-card); border-radius: var(--r-btn); }
.s2z7e .fn3iydki:not(.z44i8ea) .yjya9 + .yjya9 { margin-top: 8px; border-top: none; }
.gvcpk3ah .yjya9::before { background: var(--tone-line, var(--accent)); }
.bzqwn .yjya9:first-child { border-top-color: var(--tone-line, var(--accent)); }
.lw6w1o summary:hover::after, .lw6w1o[open] summary::after { color: var(--tone-mark, var(--accent)); }
.tb31v9q .htjdza .pyw3uqp0,
.tb31v9q .eu510h.htjdza img,
.tb31v9q .f5q0o.htjdza img { border-radius: 22%; }
.tb31v9q .eu510h.htjdza { border-radius: var(--r-card); }
.gitie17 .htjdza .pyw3uqp0,
.gitie17 .eu510h.htjdza img,
.gitie17 .f5q0o.htjdza img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.gitie17 .eu510h.htjdza { border-radius: 50%; padding: 5px; }
.gitie17 .htjdza.j98edk2, .tb31v9q .htjdza.j98edk2 { overflow: visible; }
.op1rg, .a84lk8a, .fn3iydki:not(.z44i8ea), .egfznrn, .lw6w1o {
  border: none; box-shadow: var(--sh-card);
}
.e9t5mxwf .fn3iydki:not(.z44i8ea) { box-shadow: var(--sh-lift); }
.iwbprr .lw6w1o, .tl2apfz .lw6w1o, .rx82ut .lw6w1o { box-shadow: none; }
.rx82ut .chb626gx { border: none; box-shadow: var(--sh-card); }
.ty3ls .lw6w1o { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.tl2apfz .lw6w1o summary { border: none; box-shadow: var(--sh-card); }
.tl2apfz .lw6w1o[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.aly2nb .lw6w1o summary { color: var(--tone-fill-head-raw); }
.bbq83i1 .op1rg { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.l0iic, .io3g, .zsrtu { border: none; box-shadow: var(--panel-sh, none); }
.v8l2m .plvan { border: none; box-shadow: var(--sub-sh, none); }
.suput .l0iic, .suput .zsrtu { box-shadow: var(--panel-sh, none); }
.suput .egfznrn, .suput .p7pq .io3g { box-shadow: var(--sh-card); }
.suput .v8l2m .plvan { box-shadow: var(--sub-sh, none); }
.qy4h6n .plvan, .suput .qy4h6n .plvan, .e9t5mxwf .qy4h6n .plvan { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.l0iic { background: var(--bg-card-inner); border-radius: var(--r-card); }
.t6j3 { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.u9ycri .l0iic   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.qkukrbw .l0iic { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.z4u47oc .l0iic     { border: none; }
.z4u47oc .t6j3 { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.rsrc8qrl .l0iic    { border: none; box-shadow: var(--sh-card); }
.io3g { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.k486 { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.io3g strong, .t9l29 .io3g strong, .unuh6w .io3g strong,
.w1l9 .io3g strong { color: var(--cl-head); }
.io3g p, .t9l29 .io3g p, .unuh6w .io3g p,
.w1l9 .io3g p { color: var(--cl-fg); }
.t9l29 .io3g { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.t9l29 .io3g strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.eb2mvyi .io3g { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.unuh6w .io3g { border: none; }
.w1l9 .io3g  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.p7pq .io3g   { 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); }
.c1ryem39, .u5ndrbam { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.c1ryem39 ul li, .c1ryem39 .p2jmek li { color: var(--sem-pos-body); }
.u5ndrbam ul li, .u5ndrbam .mhe6a li { color: var(--sem-neg-body); }
.q8hk .c1ryem39, .q8hk .u5ndrbam { border: none; }
.fy3rcj .c1ryem39, .fy3rcj .u5ndrbam { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.fy3rcj .c1ryem39 { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.fy3rcj .u5ndrbam { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.bo998cb .c1ryem39, .bo998cb .u5ndrbam { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.bo998cb .c1ryem39 { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.bo998cb .u5ndrbam { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.od6su7xp .c1ryem39 .ogsc8a5m, .od6su7xp .u5ndrbam .ogsc8a5m {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.od6su7xp .c1ryem39 .ogsc8a5m { background: var(--sem-pos-fg); }
.od6su7xp .u5ndrbam .ogsc8a5m { background: var(--sem-neg-fg); }
.od6su7xp .csjb::before, .od6su7xp .x7uv::before { color: #fff; }
.hs3q .c1ryem39 ul li, .hs3q .c1ryem39 .p2jmek li,
.hs3q .u5ndrbam ul li, .hs3q .u5ndrbam .mhe6a li { color: var(--text-body); }
.zsrtu { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.q7m2x50i { color: var(--tone-fill-head, var(--text-primary)); }
.gphox .xoh1 a, .dljbjbpp .xoh1 a, .loerk .xoh1 a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.gphox .xoh1 a:hover, .dljbjbpp .xoh1 a:hover, .loerk .xoh1 a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.oxsn .zsrtu { border-bottom-color: var(--border-alt); }
.oxsn .xoh1 a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.bbq83i1 .hylm1gg { border-bottom: none; }
.eu510h.htjdza { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.eu510h.htjdza img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.tb31v9q .eu510h.htjdza img { border-radius: 22%; }
.gitie17  .eu510h.htjdza img { border-radius: 50%; }
.gitie17  .eu510h.htjdza { padding: 0; }
@media (min-width: 900px) {
  .wmahe .y00er1 > .op1rg:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.vfaq93 li::marker { color: var(--tone-mark, var(--accent)); }
.wv6etd8 li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.g7q5 li::marker { color: var(--tone-mark, var(--accent)); }
.zrjvy22 h2.ime1waf { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.tl90rl5 h2.ime1waf { border-bottom-color: var(--tone-mark, var(--accent)); }
.m7m2oo h2.ime1waf { border-top-color: var(--tone-mark, var(--accent)); }
.zi2l .plvan, .v9luoj .plvan, .afco .plvan,
.zi2l .io3g, .v9luoj .io3g, .afco .io3g,
.zi2l .ic3h, .v9luoj .ic3h, .afco .ic3h,
.zi2l .egfznrn, .v9luoj .egfznrn, .afco .egfznrn { clear: both; }
.lzxbjaj .akvup { box-shadow: var(--sh-card); }
.egfznrn { border-radius: var(--r-card); }
.x2hczgm .r9irzvu9 { border: none; }
.vrlwrcd .fzs0m a { color: var(--b-800); }
.vrlwrcd .fzs0m a:hover { color: var(--b-600); }
.aozkqz .vpc38mxp.tgvm0 .fo27t9tc,
.aozkqz section.tgvm0 .fo27t9tc,
.aozkqz .v2l3in .fo27t9tc { color: var(--b-900) !important; }
.aozkqz .tgvm0 .s6q4bvv, .aozkqz .v2l3in .s6q4bvv { color: var(--b-800); }
.lcj073b .v3gbfy, .lcj073b .v3gbfy a { color: var(--b-800); }
.lcj073b .v3gbfy :is(.hzcc32, .qxhy4, .v8v0) { color: var(--b-700); }
.pb0mt6 { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.jpzr0jt { border: none; }
.yf5bjoou .jpzr0jt { background: #fff !important; color: var(--cta) !important; }
.u9w0vbq .pb0mt6 { background: var(--b-100); border: none; }
.u9w0vbq .pefovs { color: var(--b-900); }
.u9w0vbq .zv83o { color: var(--b-800); }
.uhz2j .pb0mt6 { background: var(--b-900); border: none; border-radius: var(--r-card); }
.uhz2j .pefovs { color: #fff; }
.uhz2j .zv83o { color: rgba(255,255,255,0.82); }
.mshj4 .pb0mt6 { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.mshj4 .jpzr0jt { background: #fff !important; color: var(--b-800) !important; }
.quydt { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.a31nu { width: 100%; height: 100%; object-fit: cover; }
h2.ime1waf, .fo27t9tc, h1.ime1waf, .pefovs { font-weight: 700; }
.ufw46yp h3, h3.kizlajd { font-weight: 600; }
.aazcvr { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.vfaq93 { list-style: none !important; padding-left: 0; margin: 16px 0; }
.vfaq93 li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.vfaq93 li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.vfaq93 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);
}
.rzth .vfaq93 li { padding-left: 28px; }
.rzth .vfaq93 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));
}
.rzth .vfaq93 li::after { content: none; }
.rzth .vfaq93 li::marker, .vfaq93 li::marker { content: ""; }
.wv6etd8 { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.wv6etd8 li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.wv6etd8 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;
}
.rzth .wv6etd8 li::before { border-radius: 50%; }
.wv6etd8 li::marker { content: ""; }
.g7q5 { list-style: none; padding-left: 16px; }
.g7q5 li { position: relative; padding-left: 16px; }
.g7q5 li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.g7q5 li::marker { content: ""; }
h3.kizlajd { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.yn4fk strong, .xg7w1rpf strong, .umbwd 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");
}
.p2jmek li::before, .mhe6a 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);
}
.mhe6a li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.p2jmek li, .mhe6a li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.csjb::before, .x7uv::before { content: none !important; display: none !important; }
.ogsc8a5m { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.bopeqhco .jiuab, .jiuab {
  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;
}
.oim8wc .jiuab     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.k486 .jiuab { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.tm3p7vy .jiuab  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.j2ye7k .jiuab, .e2woy .jiuab { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.jiuab::before { content: none !important; }
.io3g { gap: 14px; }
.hs3q .c1ryem39, .hs3q .u5ndrbam { padding: 0; }
.hs3q .u5ndrbam { padding-left: 20px; }
.v8l2m .plvan { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.boxh77ky h2.ime1waf { 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); }
.p54jxb .uhz2j .jpzr0jt, .p54jxb .mshj4 .jpzr0jt,
.p54jxb .un93mfr .tgvm0 .ij861eh { background: #fff !important; color: var(--b-900) !important; }
.p54jxb.un93mfr .tgvm0 .ij861eh,
.p54jxb.tw3qq2k .pt0sc, .p54jxb.xth8k8j9 .v3gbfy .domq { background: #fff !important; color: var(--b-900) !important; }
.wmahe .y00er1 { align-items: stretch; }
.r9irzvu9 { font-size: var(--fs-sm); }
.r9irzvu9 th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.r9irzvu9 td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.r9irzvu9 td:first-child { font-weight: 600; color: var(--text-primary); }
.r9irzvu9 tbody tr:last-child td { border-bottom: none; }
.r9irzvu9 tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.dqac .r9irzvu9 th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.x2hczgm .r9irzvu9 th, .x2hczgm .r9irzvu9 td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.x2hczgm .r9irzvu9 th + th, .x2hczgm .r9irzvu9 td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.x2hczgm .r9irzvu9 tbody tr:last-child td { border-bottom: none; }
.awrmxre7 .x2hczgm .r9irzvu9 th + th, .wwf5 .x2hczgm .r9irzvu9 th + th,
.inwj4eb.x2hczgm .r9irzvu9 th + th { border-left-color: rgba(255,255,255,0.16); }
.rxr4 .r9irzvu9 tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.nhzal { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.l0iic {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.l0iic:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.znnr, .pdbvvton .znnr {
  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;
}
.zuojqh .znnr { border-radius: 50%; padding: 14px; }
.n4cdnqt .l0iic { align-items: center; text-align: center; }
.n4cdnqt .g7q5 { text-align: left; }
.t6j3, .jcws5pb .t6j3, .z4u47oc .t6j3 {
  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));
}
.xe0k { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.g7q5 { 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); }
.g7q5 li { margin-bottom: 6px; line-height: var(--lh-snug); }
.c4fr57l .t6j3 { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.c4fr57l .t6j3::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.n4cdnqt.c4fr57l .t6j3, .zuojqh.c4fr57l .t6j3 { align-items: center; }
.zk4sblv9 .l0iic { padding-left: 0; padding-right: 0; }
.zk4sblv9 .l0iic:hover { transform: none; box-shadow: none; }
.l0iic, .z4u47oc .l0iic { background: var(--bg-card); box-shadow: var(--sh-card); }
.suput .l0iic, .e9t5mxwf .l0iic { box-shadow: var(--sh-card); }
.zk4sblv9 .l0iic, .suput .zk4sblv9 .l0iic { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .nhzal:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .nhzal:has(> :nth-child(5):last-child) .l0iic { padding: 20px 16px 18px; }
  .nhzal:has(> :nth-child(6):last-child), .nhzal:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nhzal:has(> :nth-child(7):last-child), .nhzal:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .vfaq93 li, [dir="rtl"] .rzth .vfaq93 li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .rzth .vfaq93 li { padding-right: 28px; }
[dir="rtl"] .vfaq93 li::before { left: auto; right: 0; }
[dir="rtl"] .rzth .vfaq93 li::before { left: auto; right: 6px; }
[dir="rtl"] .vfaq93 li::after { left: auto; right: 9px; }
[dir="rtl"] .wv6etd8 li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .wv6etd8 li::before { left: auto; right: 0; }
[dir="rtl"] .g7q5 { padding-left: 0; padding-right: 0; }
[dir="rtl"] .g7q5 li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .g7q5 li::before { left: auto; right: 0; }
[dir="rtl"] .p2jmek li, [dir="rtl"] .mhe6a li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .p2jmek li::before, [dir="rtl"] .mhe6a li::before { left: auto; right: 0; }
[dir="rtl"] .bo998cb .c1ryem39, [dir="rtl"] .bo998cb .u5ndrbam { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .bo998cb .c1ryem39 { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .bo998cb .u5ndrbam { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .hs3q .u5ndrbam { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .io3g, [dir="rtl"] .w1l9 .io3g, [dir="rtl"] .p7pq .io3g { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .t9l29 .io3g, [dir="rtl"] .eb2mvyi .io3g, [dir="rtl"] .unuh6w .io3g { border-right: none; }
[dir="rtl"] .zrjvy22 h2.ime1waf { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .u9ycri .l0iic { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .l0iic { align-items: flex-start; text-align: right; }
[dir="rtl"] .r9irzvu9 th, [dir="rtl"] .r9irzvu9 td { text-align: right; }
[dir="rtl"] .x2hczgm .r9irzvu9 th + th, [dir="rtl"] .x2hczgm .r9irzvu9 td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .ty3ls .lw6w1o, [dir="rtl"] .aly2nb .lw6w1o summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .lw6w1o summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .fe7kzk .fn3iydki:not(.z44i8ea) .yjya9:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .yjya9 { gap: 0 14px; padding: 16px; }
  .yjya9::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .xbf06, .uzp6o { flex: 1 1 0; min-width: 0; }
  .xo8ttbe { flex: 0 0 auto; }
  .yaoyr3 { align-self: center; }
  
  .v0gyl, .u4zy, .t5iod7h,
  .vihmp, .usc3, .t1i1rp,
  .n07w, .tucy4n7y, .uk6qr {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .v0gyl, .u4zy, .t5iod7h { flex-basis: 100%; min-width: 100%; }
  
  .fv1dg17, .n7vw { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .q8dyegr, .fq0c { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .fq0c .funtu:nth-child(n+3) { display: inline-block; }
  .fq0c .funtu:nth-child(n+4) { display: none; }
  
  .x7riov8, .x5ntse { margin-top: 16px; }
  .nfvwxk9 { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .vihmp, .usc3, .t1i1rp,
  .n07w, .tucy4n7y, .uk6qr { flex-basis: 100%; min-width: 100%; }
}
.j98edk2.htjdza, .kqbgvp .j98edk2.htjdza, .icske .j98edk2.htjdza,
.h6co .j98edk2.htjdza, .yf0c .j98edk2.htjdza,
.f5q0o.htjdza, .kqbgvp .f5q0o.htjdza, .icske .f5q0o.htjdza,
.h6co .f5q0o.htjdza, .yf0c .f5q0o.htjdza {
  background: transparent; padding: 0; width: auto; height: auto;
}
.kqbgvp .j98edk2.htjdza .pyw3uqp0, .icske .j98edk2.htjdza .pyw3uqp0,
.h6co .j98edk2.htjdza .pyw3uqp0, .yf0c .j98edk2.htjdza .pyw3uqp0 { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .j98edk2.htjdza .pyw3uqp0 { max-height: 64px; max-width: 64px; }
  
  .fq0c { flex-wrap: wrap; overflow: visible; }
  .fq0c .funtu { max-width: 100%; }
}
.f7qe .domq { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .f7qe { flex-direction: column; align-items: stretch; }
  .f7qe .domq { text-align: center; }
}
@media (min-width: 900px) {
  .ero0clm .y00er1, .ero0clm.wmahe .y00er1 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .ero0clm .op1rg:has(> .g1kdjniw) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .ero0clm .op1rg:has(> .g1kdjniw) > .f7qe { display: none; }

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

  .ero0clm .zz0u4wp { display: flex; flex-direction: column; min-width: 0; }
  .ero0clm .zz0u4wp .xx14si5 { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .ero0clm .zz0u4wp .xx14si5 img.f8svn { max-height: 250px; }
  .ero0clm .zz0u4wp .gcq5cmw { flex: 1 1 auto; }
  
  .ero0clm .zz0u4wp .k9ws { grid-template-columns: 1fr 1fr; gap: 20px; }
  .ero0clm .zz0u4wp .pmpopa7a { flex-wrap: wrap; }
  .ero0clm .zz0u4wp .zlz4 { flex: 0 0 auto; margin: 0 8px 0 0; }
  .ero0clm .op1rg:last-child:nth-child(odd) { grid-column: auto; }
  
  .ero0clm.d78iv3r .hylm1gg, .ero0clm.jgces .hylm1gg { background: none; }
}
[dir="rtl"] .ero0clm .g1kdjniw .q0yjy3hp b { text-align: left; }
[dir="rtl"] .ero0clm .g1kdjniw .q0yjy3hp > .p5m3ek6 b { text-align: right; }
[dir="rtl"] .ero0clm .zz0u4wp .zlz4 { margin: 0 0 0 8px; }
.wwuh55 .eu510h.htjdza, .wwuh55 .eu510h.htjdza img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.zuojqh .l0iic { align-items: center; text-align: center; }
.zuojqh .g7q5 { text-align: left; }
.vmt3 .nhzal, .vmt3 .nhzal:has(> :nth-child(5):last-child),
.vmt3 .nhzal:has(> :nth-child(6):last-child), .vmt3 .nhzal:has(> :nth-child(7):last-child),
.vmt3 .nhzal:has(> :nth-child(8):last-child), .vmt3 .nhzal:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.vmt3 .l0iic { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.vmt3 .znnr, .vmt3 .zh3s { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.vmt3 .t6j3, .vmt3 .xe0k, .vmt3 .g7q5 { grid-column: 2; }
.vmt3 .l0iic > .t6j3:first-child, .vmt3 .l0iic > .t6j3:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .vmt3 .l0iic { direction: rtl; }
.t8y91 .l0iic { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.t8y91 .znnr {
  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;
}
.t8y91 .t6j3, .t8y91 .xe0k { padding-left: 22px; padding-right: 22px; }
.t8y91 .g7q5 { margin-left: 22px; margin-right: 22px; }
.t8y91 .nhzal:has(> :nth-child(5):last-child) .l0iic { 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"); }
.g7q5 { padding-left: 0 !important; }
.g7q5 li { padding-left: 22px; margin-bottom: 8px; }
.g7q5 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"] .g7q5 li { padding-left: 0; padding-right: 22px; }
@media (min-width: 900px) {
  
  .ero0clm .op1rg:has(> .g1kdjniw) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .ero0clm .op1rg:has(> .g1kdjniw) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .ero0clm .g1kdjniw { background: none; align-self: start; position: sticky; top: 96px; }
  .ero0clm .g1kdjniw .q0yjy3hp { align-items: stretch; }
  .ero0clm .g1kdjniw .izphd6p { margin-top: 0; padding: 20px 0 0; }
  .ero0clm .g1kdjniw .ufw46yp { padding: 0; }
  
  .ero0clm.qwf7meb .g1kdjniw .eu510h { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .ero0clm.qwf7meb .g1kdjniw .eu510h:not(.htjdza) { width: 112px; height: 112px; padding: 6px; }
}
.vmt3 .nhzal, .vmt3 .nhzal:has(> :nth-child(5):last-child),
.vmt3 .nhzal:has(> :nth-child(6):last-child), .vmt3 .nhzal:has(> :nth-child(7):last-child),
.vmt3 .nhzal:has(> :nth-child(8):last-child), .vmt3 .nhzal:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.vmt3 .nhzal > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.vmt3 .l0iic { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.vmt3 .znnr, .vmt3 .zh3s { position: absolute; left: 22px; top: 22px; margin: 0; }
.vmt3 .l0iic:not(:has(.znnr, .zh3s)) { padding-left: 22px; }
[dir="rtl"] .vmt3 .l0iic { padding: 22px 104px 22px 22px; }
[dir="rtl"] .vmt3 .znnr, [dir="rtl"] .vmt3 .zh3s { left: auto; right: 22px; }
@media (max-width: 700px) { .vmt3 .nhzal { grid-template-columns: minmax(0, 1fr) !important; } }
.vmt3 .nhzal .l0iic { padding: 22px 22px 22px 104px !important; }
.vmt3 .nhzal .l0iic:not(:has(.znnr, .zh3s)) { padding-left: 22px !important; }
[dir="rtl"] .vmt3 .nhzal .l0iic { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .k9ws, .ic3h { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .hs3q .u5ndrbam, [dir="rtl"] .hs3q .u5ndrbam {
    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;
  }
  
  .fdeee .op1rg:has(.xx14si5) .ufw46yp { padding-top: 0; }
}
.h3mc p, .iae5t, .p0mcx1t, .tqt0vip, .pwrrgh,
.xqv80te, .btcj, .omrr, .wdufzsq p, .itnp p { color: var(--text-body); }
.e28xk20 { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.msszihwk, .qn80 .msszihwk, .iwez7ev0,
.q3z3, .on5ra33, .xemh,
.wdufzsq h2, .wdufzsq h3, .isk1g h2, .u1lr 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;
}
.whinx { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.xxce896 { font-weight: 700; letter-spacing: -0.02em; }
.p0mcx1t, .tqt0vip { list-style: none !important; padding-left: 0; }
.p0mcx1t li, .tqt0vip li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.p0mcx1t li::marker, .tqt0vip li::marker { content: ""; }
.p0mcx1t li::before, .tqt0vip 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"] .p0mcx1t li, [dir="rtl"] .tqt0vip li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .p0mcx1t li::before, [dir="rtl"] .tqt0vip li::before { left: auto; right: 6px; }
.itnp, .tw91, .wdufzsq { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.h3mc a:not(.domq):not(.ij861eh) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .fbghfq .pb0mt6 {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .fbghfq .quydt { 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); }
  .fbghfq .m2y82n1 { flex: 1 1 0; min-width: 0; }
  .fbghfq .pefovs {
    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;
  }
  .fbghfq .jpzr0jt { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .kmd0rql { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.pfhw0iq6 h1, .pfhw0iq6 h2, .pfhw0iq6 h3, .pfhw0iq6 .fo27t9tc,
.pfhw0iq6 h2.ime1waf, .pfhw0iq6 h1.ime1waf { font-weight: 600; }
.esy9f h1, .esy9f h2, .esy9f h3, .esy9f .fo27t9tc,
.esy9f h2.ime1waf, .esy9f h1.ime1waf { font-weight: 700; }
.s97ug h1, .s97ug .fo27t9tc, .s97ug h1.ime1waf,
.wtsj9g.pfhw0iq6 .fo27t9tc { font-weight: 600; }
h3.kizlajd, .esy9f h3.kizlajd, .ufw46yp h3, .esy9f .ufw46yp h3 { font-weight: 600; }
.v9g0 .fzs0m a, .t074cq .fzs0m a { font-weight: 600; }
.m1txo5r .u3e5 { font-weight: 600; }
.m1txo5r .npig4ocb { font-weight: 700; }
.l9qow { font-weight: 600; }
.npig4ocb { font-weight: 700; }
.s6q4bvv { font-weight: 400; }
.qyld0b1 { display: block; }
.g13l { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.g13l .zsrtu { margin: 20px 0 8px; }
.f2cdro { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .g13l { padding: 0 16px; } }
@media (min-width: 1100px) {
  .b9j4 .d237wean, .u0dbo .d237wean, .pf3f8z .d237wean,
  .b9j4 .qyld0b1, .u0dbo .qyld0b1, .pf3f8z .qyld0b1 { max-width: 1280px; }
  .b9j4 .qyld0b1, .u0dbo .qyld0b1, .pf3f8z .qyld0b1 {
    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;
  }
  .u0dbo .qyld0b1, .pf3f8z .qyld0b1 { grid-template-columns: minmax(0, 1fr) 264px; }
  .u0dbo .g13l, .pf3f8z .g13l { order: 2; }
  .b9j4 .g13l, .u0dbo .g13l, .pf3f8z .g13l {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .b9j4 .mxlmxe, .u0dbo .mxlmxe, .pf3f8z .mxlmxe {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .b9j4 .gbue .kxhab, .u0dbo .gbue .kxhab,
  .pf3f8z .gbue .kxhab { max-width: none; padding-left: 0; padding-right: 0; }
  .b9j4 .gbue > .f2cdro:first-child, .u0dbo .gbue > .f2cdro:first-child,
  .pf3f8z .gbue > .f2cdro:first-child { padding-top: 0; }
  .b9j4 .gbue > .f2cdro:first-child .kxhab, .u0dbo .gbue > .f2cdro:first-child .kxhab,
  .pf3f8z .gbue > .f2cdro:first-child .kxhab { padding-top: 0; }

  
  .b9j4 .g13l .zsrtu, .u0dbo .g13l .zsrtu, .pf3f8z .g13l .zsrtu {
    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;
  }
  .b9j4 .g13l .q7m2x50i, .u0dbo .g13l .q7m2x50i, .pf3f8z .g13l .q7m2x50i {
    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);
  }
  .b9j4 .g13l .xoh1, .u0dbo .g13l .xoh1, .pf3f8z .g13l .xoh1 {
    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);
  }
  .b9j4 .g13l .xoh1 li, .u0dbo .g13l .xoh1 li, .pf3f8z .g13l .xoh1 li {
    display: block !important; margin: 0 !important;
  }
  .b9j4 .g13l .xoh1 li::before, .u0dbo .g13l .xoh1 li::before, .pf3f8z .g13l .xoh1 li::before,
  .b9j4 .g13l .xoh1 li::after, .u0dbo .g13l .xoh1 li::after, .pf3f8z .g13l .xoh1 li::after,
  .b9j4 .g13l .xoh1 a::before, .u0dbo .g13l .xoh1 a::before, .pf3f8z .g13l .xoh1 a::before {
    content: none !important; display: none !important;
  }
  .b9j4 .g13l .xoh1 a, .u0dbo .g13l .xoh1 a, .pf3f8z .g13l .xoh1 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;
  }
  .b9j4 .g13l .xoh1 a:hover, .u0dbo .g13l .xoh1 a:hover, .pf3f8z .g13l .xoh1 a:hover { color: var(--text-primary) !important; }
  .b9j4 .g13l .xoh1 a.hyctmv, .u0dbo .g13l .xoh1 a.hyctmv, .pf3f8z .g13l .xoh1 a.hyctmv {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .pf3f8z .og6e {
    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);
  }
  .d3qere { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .pbco { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .sy2a { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .gitie17 .sy2a { border-radius: 50%; }
  .c95rtoy { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .vucl9wm { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .c82ua { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .g13l .xoh1 { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .b9j4 .g13l .xoh1 a, [dir="rtl"] .u0dbo .g13l .xoh1 a, [dir="rtl"] .pf3f8z .g13l .xoh1 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"] .b9j4 .g13l .xoh1 a.hyctmv, [dir="rtl"] .u0dbo .g13l .xoh1 a.hyctmv, [dir="rtl"] .pf3f8z .g13l .xoh1 a.hyctmv { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .nbqu7y .g13l .xoh1, [dir="rtl"] .d5jed2 .g13l .xoh1,
[dir="rtl"].nbqu7y .g13l .xoh1, [dir="rtl"].d5jed2 .g13l .xoh1 { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .g13l .xoh1 { border-right: none; } }
.d5jed2 .g13l {
  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);
}
.d5jed2 .g13l .zsrtu {
  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;
}
.d5jed2 .g13l .q7m2x50i { display: none !important; }
.d5jed2 .g13l .xoh1 {
  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;
}
.d5jed2 .g13l .xoh1::-webkit-scrollbar { display: none; }
.d5jed2 .g13l .xoh1 li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.d5jed2 .g13l .xoh1 li::before, .d5jed2 .g13l .xoh1 li::after,
.d5jed2 .g13l .xoh1 a::before { content: none !important; display: none !important; }
.d5jed2 .g13l .xoh1 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;
}
.d5jed2 .g13l .xoh1 li:first-child a { padding-left: 0 !important; }
.d5jed2 .g13l .xoh1 a:hover { color: var(--text-primary) !important; }
.d5jed2 .g13l .xoh1 a.hyctmv { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.d5jed2 .f2cdro { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .d5jed2 .g13l .zsrtu { padding: 0 16px !important; } }
.d5jed2 .g13l .xoh1 {
  -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;
}
.d5jed2 .g13l .zsrtu { overflow: hidden; }
.rzth .vfaq93 li::before, .p0mcx1t li::before, .tqt0vip li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .zeaghox, .tkl0drlh, .qnpshxa, .ajf79 { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .j2ye7k, .e2woy { display: block !important; }
  .j2ye7k .jiuab, .e2woy .jiuab { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .j2ye7k .jiuab, [dir="rtl"] .e2woy .jiuab { float: right; margin: 0 0 0 8px; }
  .j2ye7k strong, .e2woy strong { line-height: 18px; margin-bottom: 8px; }
  .j2ye7k p, .e2woy p { clear: both; }
  .op1rg { --rv-pad: 18px; }
  .gcq5cmw { gap: 16px; }
}
.axxy .my1tl4, .e1r25gw .my1tl4, .nu8t0m1n .my1tl4, .b6dwpy48 .my1tl4 { color: var(--text-primary); }
.axxy .my1tl4 .u5shp8 { color: var(--tone-link, var(--accent)); }
.axxy .my1tl4:not(:has(.u5shp8))::first-letter { color: var(--tone-link, var(--accent)); }
.axxy .my1tl4 { display: inline-block; }
.b6dwpy48 .my1tl4::after { content: "."; color: var(--tone-mark, var(--accent)); }
.nu8t0m1n .my1tl4 { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.e1r25gw .my1tl4 { font-weight: 700; letter-spacing: -0.035em; }
.z1cdy .my1tl4, .tw3qq2k .my1tl4,
.z1cdy .my1tl4 .u5shp8, .tw3qq2k .my1tl4 .u5shp8 { color: #fff !important; }
.z1cdy.b6dwpy48 .my1tl4::after, .tw3qq2k.b6dwpy48 .my1tl4::after { color: rgba(255,255,255,0.7); }
.z1cdy.axxy .my1tl4::first-letter, .tw3qq2k.axxy .my1tl4::first-letter { color: #fff; }
.hnwt .gbue > .f2cdro:nth-of-type(even) .lzxbjaj { display: none; }
.pa8372fp .gbue > .f2cdro .lzxbjaj { display: none; }
.pa8372fp .gbue > .f2cdro:nth-of-type(-n+2) .lzxbjaj { display: block; }
.lzg67t .lzxbjaj { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.lzg67t .lzxbjaj .akvup { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .lzg67t .lzxbjaj .akvup { aspect-ratio: 16 / 7; } }
.rxo0szy .lzxbjaj .akvup { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.rxo0szy .lzxbjaj::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.rxo0szy .lzxbjaj, .vqsvhxpa .lzxbjaj { border-radius: var(--r-card); isolation: isolate; }
.vqsvhxpa .lzxbjaj .akvup { filter: grayscale(1) contrast(1.1); }
.fmo0, .fmo0.vpc38mxp { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.fmo0 .dvtj31 { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.fmo0 .fo27t9tc { 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; }
.fmo0 .s6q4bvv { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.fmo0 .dvtj31::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.fmo0 ~ .y0t8827l { 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; }
.fmo0 ~ .y0t8827l .pdo9bm4 { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .b9j4 .fmo0 .dvtj31, .u0dbo .fmo0 .dvtj31, .pf3f8z .fmo0 .dvtj31 { max-width: 1280px; }
}
@media (max-width: 640px) { .fmo0 { padding-top: 24px; } .fmo0 .dvtj31 { padding: 0 16px; } .fmo0 .fo27t9tc { font-size: var(--fs-h2); max-width: none; } }
.mw7f3f1, .mw7f3f1.vpc38mxp, .gabjb1m, .gabjb1m.vpc38mxp {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.mw7f3f1 .dvtj31, .gabjb1m .dvtj31 { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.fz2lyr6a.kak6ahmx, .fz2lyr6a.kak6ahmx.vpc38mxp { min-height: 0 !important; padding: 48px 0; }
.z44i8ea .npig4ocb {
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25;
}
.z44i8ea .v0gyl, .z44i8ea .u4zy, .z44i8ea .t5iod7h { background: var(--tone-fill-raw, var(--accent-bg)); }
.z44i8ea .yjya9 { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.z44i8ea .yjya9::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .z44i8ea .yjya9 {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .z44i8ea .vu3iyz, .z44i8ea .xo8ttbe, .z44i8ea .xbf06, .z44i8ea .uzp6o,
  .z44i8ea .v0gyl, .z44i8ea .x7riov8, .z44i8ea .x5ntse {
    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;
  }
  
  .vpc38mxp .z44i8ea, .z44i8ea.rrfwtwb, .z44i8ea.tkxyha, .z44i8ea.rshofzdn {
    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;
  }
  .vpc38mxp .z44i8ea::-webkit-scrollbar { display: none; }
  .vpc38mxp .z44i8ea .yjya9 { flex: 0 0 74% !important; scroll-snap-align: center; }
  .mw7f3f1, .gabjb1m { padding: 32px 0 24px; }
  .fz2lyr6a.kak6ahmx { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .gabjb1m, .mw7f3f1, .fz2lyr6a.kak6ahmx { overflow-x: clip; max-width: 100vw; }
  .gabjb1m .dvtj31, .mw7f3f1 .dvtj31, .kak6ahmx .j9qsrp, .kak6ahmx .a5dsj0w { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .vpc38mxp .z44i8ea { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.gvy1x, .gvy1x.vpc38mxp, .s8xx7hf, .s8xx7hf.vpc38mxp {
  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);
}
.gvy1x .dvtj31, .s8xx7hf .dvtj31 {
  position: relative; width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px;
  box-sizing: border-box; text-align: left; transform: none; top: auto; left: auto;
}
.gvy1x .dvtj31 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.y7xv .dvtj31:has(.yratwfkt) { grid-template-columns: minmax(0, 1fr) 320px; }
.gvy1x .fo27t9tc, .s8xx7hf .fo27t9tc, .fmo0 .fo27t9tc {
  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;
}
.gvy1x .fo27t9tc, .s8xx7hf .fo27t9tc { color: var(--hero-fg) !important; }
.gvy1x .s6q4bvv, .s8xx7hf .s6q4bvv {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.x5jvv .pdo9bm4, .x5jvv .pdo9bm4 * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.x5jvv .pdo9bm4 { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.gvy1x .x5jvv .pdo9bm4, .gvy1x .x5jvv .pdo9bm4 a, .gvy1x .x5jvv .pdo9bm4 span,
.s8xx7hf .x5jvv .pdo9bm4, .s8xx7hf .x5jvv .pdo9bm4 a, .s8xx7hf .x5jvv .pdo9bm4 span { color: var(--hero-fg-dim) !important; }
.gvy1x .x5jvv .pdo9bm4 a, .s8xx7hf .x5jvv .pdo9bm4 a { color: var(--hero-fg) !important; font-weight: 600; }
.fmo0 .x5jvv .pdo9bm4 { color: var(--text-muted); }
.fmo0 .dvtj31::after { margin-top: 22px; }
.s8xx7hf .fo27t9tc { max-width: 24ch; }
@media (min-width: 1100px) {
  .b9j4 .gvy1x .dvtj31, .u0dbo .gvy1x .dvtj31, .pf3f8z .gvy1x .dvtj31,
  .b9j4 .s8xx7hf .dvtj31, .u0dbo .s8xx7hf .dvtj31, .pf3f8z .s8xx7hf .dvtj31 { max-width: 1280px; }
}
@media (max-width: 760px) {
  .gvy1x { padding: 24px 0 26px; }
  .gvy1x .dvtj31, .s8xx7hf .dvtj31 { padding: 0 16px; }
  .y7xv .dvtj31:has(.yratwfkt) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .yratwfkt { display: none; }
  .s8xx7hf { padding-top: 12px; }
  .gn67incw { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .pk963oro { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .pk963oro img { width: 48px; height: 48px; flex: 0 0 48px; }
  .gl5l83 { flex: 0 0 auto; }
  .s3uf { flex: 1 1 0; min-width: 0; }
  .gvy1x .fo27t9tc, .s8xx7hf .fo27t9tc, .fmo0 .fo27t9tc { font-size: 25px !important; max-width: none; }
  .gvy1x .s6q4bvv, .s8xx7hf .s6q4bvv { font-size: 15px; }
}
.hbspth .s6q4bvv, .fz2lyr6a .s6q4bvv, .v2l3in .s6q4bvv { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .a8xxwzlf .fn3iydki:not(.z44i8ea), .ts8c2k .fn3iydki:not(.z44i8ea) {
    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;
  }
  .a8xxwzlf .fn3iydki:not(.z44i8ea) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .a8xxwzlf .fn3iydki:not(.z44i8ea):has(> :nth-child(5):last-child),
  .a8xxwzlf .fn3iydki:not(.z44i8ea):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .a8xxwzlf .fn3iydki:not(.z44i8ea):has(> :nth-child(3):last-child),
  .a8xxwzlf .fn3iydki:not(.z44i8ea):has(> :nth-child(6):last-child),
  .a8xxwzlf .fn3iydki:not(.z44i8ea):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ts8c2k .fn3iydki:not(.z44i8ea) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .a8xxwzlf .fn3iydki:not(.z44i8ea) > .yjya9,
  .ts8c2k .fn3iydki:not(.z44i8ea) > .yjya9: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;
  }
  .a8xxwzlf .fn3iydki:not(.z44i8ea) > .yjya9:hover,
  .ts8c2k .fn3iydki:not(.z44i8ea) > .yjya9:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .a8xxwzlf .yjya9 .vu3iyz, .ts8c2k .yjya9:nth-child(-n+3) .vu3iyz {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .a8xxwzlf .yjya9 .xo8ttbe, .a8xxwzlf .yjya9 .xbf06, .a8xxwzlf .yjya9 .uzp6o,
  .ts8c2k .yjya9:nth-child(-n+3) .xo8ttbe, .ts8c2k .yjya9:nth-child(-n+3) .xbf06,
  .ts8c2k .yjya9:nth-child(-n+3) .uzp6o { order: -2; padding: 0; gap: 12px; }
  .a8xxwzlf .yjya9 .j98edk2, .ts8c2k .yjya9:nth-child(-n+3) .j98edk2 {
    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;
  }
  .a8xxwzlf .yjya9 .pyw3uqp0, .ts8c2k .yjya9:nth-child(-n+3) .pyw3uqp0 { max-height: 88px !important; max-width: 88% !important; }
  .a8xxwzlf .yjya9 .l9qow, .ts8c2k .yjya9:nth-child(-n+3) .l9qow { padding: 0 16px; font-size: var(--fs-body); }
  .a8xxwzlf .yjya9 .yaoyr3, .ts8c2k .yjya9:nth-child(-n+3) .yaoyr3 { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .a8xxwzlf .yjya9 .x7riov8, .a8xxwzlf .yjya9 .x5ntse,
  .ts8c2k .yjya9:nth-child(-n+3) .x7riov8, .ts8c2k .yjya9:nth-child(-n+3) .x5ntse { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .a8xxwzlf .yjya9 .x5ntse::before, .ts8c2k .yjya9:nth-child(-n+3) .x5ntse::before { display: none; }
  .a8xxwzlf .yjya9 .q8dyegr, .a8xxwzlf .yjya9 .fq0c,
  .ts8c2k .yjya9:nth-child(-n+3) .q8dyegr, .ts8c2k .yjya9:nth-child(-n+3) .fq0c { justify-content: center; }
  .a8xxwzlf .yjya9 .npig4ocb, .ts8c2k .yjya9:nth-child(-n+3) .npig4ocb { font-size: var(--fs-sm); }
  
  .a8xxwzlf .yjya9 .grwgyv, .ts8c2k .yjya9:nth-child(-n+3) .grwgyv { display: none; }
  
  .a8xxwzlf .fn3iydki:not(.z44i8ea) > .yjya9::before,
  .ts8c2k .fn3iydki:not(.z44i8ea) > .yjya9: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"] .a8xxwzlf .fn3iydki:not(.z44i8ea) > .yjya9::before,
  [dir="rtl"] .ts8c2k .fn3iydki:not(.z44i8ea) > .yjya9:nth-child(-n+3)::before { left: auto; right: 10px; }

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

  
  .wn5e09n .fn3iydki:not(.z44i8ea) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .wn5e09n .fn3iydki:not(.z44i8ea)::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);
  }
  .wn5e09n .fn3iydki:not(.z44i8ea) > .yjya9 { padding-top: 10px; padding-bottom: 10px; position: static; }
  .wn5e09n .fn3iydki:not(.z44i8ea) > .yjya9:first-child { position: relative; }
  .wn5e09n .fn3iydki:not(.z44i8ea) .vu3iyz { position: static; }
  .wn5e09n .fn3iydki:not(.z44i8ea) .arumrg { display: none; }
  
  .wn5e09n .fn3iydki:not(.z44i8ea) > .yjya9:first-child .arumrg {
    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;
  }
  .wn5e09n .j98edk2 { height: 64px !important; width: auto !important; }
  .wn5e09n .pyw3uqp0 { max-height: 56px !important; max-width: 120px !important; }
  .wn5e09n .xbf06 { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .wn5e09n .npig4ocb { font-size: var(--fs-sm); }
  .wn5e09n .e8ufq.domq { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .wn5e09n .gvcpk3ah .yjya9::before, .wn5e09n.gvcpk3ah .yjya9::before { top: 8px; bottom: 8px; }
  
  .a8xxwzlf.gvcpk3ah .yjya9::before { border-radius: var(--r-pill) !important; }
  .a8xxwzlf.putcjq5x .yjya9:nth-child(even), .ts8c2k.putcjq5x .yjya9:nth-child(even) { background: var(--bg-card) !important; }
  .a8xxwzlf.bzqwn .yjya9:first-child, .ts8c2k.bzqwn .yjya9:first-child { border-top: none !important; }
  .a8xxwzlf.fe7kzk .fn3iydki:not(.z44i8ea) .yjya9:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .a8xxwzlf .yjya9 .x5ntse, .ts8c2k .yjya9:nth-child(-n+3) .x5ntse { display: flex !important; flex-direction: column; }
  
  .wn5e09n .fn3iydki:not(.z44i8ea) { 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; }
  .wn5e09n .fn3iydki:not(.z44i8ea) > .yjya9 { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .wn5e09n .fn3iydki:not(.z44i8ea) > .yjya9 + .yjya9 { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .wn5e09n .fn3iydki:not(.z44i8ea) > .yjya9:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .wn5e09n .xbf06, .wn5e09n .xo8ttbe, .wn5e09n .uzp6o { justify-content: flex-start; align-items: center; }
  .wn5e09n .x5ntse { --cs-link-h: 0px; }
  .wn5e09n .x5ntse .nfvwxk9 { display: none; }
}
@media (min-width: 901px) {
  .a8xxwzlf .fn3iydki:not(.z44i8ea) .wo101jo,
  .ts8c2k .fn3iydki:not(.z44i8ea) > .yjya9:nth-child(-n+3) .wo101jo { display: block; }
}
body .vpc38mxp.gvy1x .fo27t9tc, body .vpc38mxp.s8xx7hf .fo27t9tc,
body section.gvy1x .fo27t9tc, body section.s8xx7hf .fo27t9tc { color: var(--hero-fg) !important; text-shadow: none !important; }
body .vpc38mxp.fmo0 .fo27t9tc { text-shadow: none !important; }
@media (max-width: 760px) {
  .pk963oro { width: auto; flex-wrap: wrap; }
  .vhoj7y { flex: 1 0 100%; margin-top: 4px; }
}
.tqgc .mdgo1, .lw2ogre .mdgo1 { display: block; }
@media (max-width: 640px) {
  .z1cdy .fzs0m, .tw3qq2k .fzs0m,
  .z1cdy .fzs0m.epubu, .tw3qq2k .fzs0m.epubu { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .z1cdy .fzs0m a, .tw3qq2k .fzs0m a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .vrlwrcd .fzs0m, .vrlwrcd .fzs0m.epubu { background: var(--b-50) !important; }
}
@media (min-width: 900px) {
  body.ero0clm .op1rg .g1kdjniw .p249f29 strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.hzcc32, .qxhy4, .rnkjoses .hzcc32, .rnkjoses .qxhy4 { color: var(--text-muted); }
@media (max-width: 560px) {
  .eu510h.htjdza, .eu510h.htjdza img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .mh2y:has(> .hbspth, > .gvy1x, > .fz2lyr6a) + .d8cg { margin-top: -38px; }
  
  .pbuw .mh2y + .d8cg { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .b9j4 .d8cg, .u0dbo .d8cg, .pf3f8z .d8cg { max-width: 1280px; }
}
@media (max-width: 640px) {
  .fbc2nn .whinx { max-width: none; }
}
.whinx, .fo27t9tc, .msszihwk { overflow-wrap: break-word; }
.jqqght > div, .pg9jt8fb > div, .q6e1a9mu,
.czpt > div > div, .h3mc .n1qt4j > div { min-width: 0; }
.h3mc p, .h3mc li, .h3mc td, .h3mc a { overflow-wrap: anywhere; }
:root {
  --accent: #8158c3;
  --brand: #8158c3;
  --accent-light: #6843a0;
  --brand-light: #6843a0;
  --accent-bg: #f7f4ff;
  --accent-bg-light: #f7f4ff;
  --accent-pale: #dfd1fe;
  --brand-pale: #dfd1fe;
  --cta: #d53951;
  --cta-hover: #c02040;
  --cta-fg: #ffffff;
  --cta-light: #9b71e1;
  --text-primary: #2c2836;
  --text-body: #464150;
  --text-sub: #464150;
  --text-muted: #656070;
  --text-faint: #736e7f;
  --text-dim: #736e7f;
  --text-label: #656070;
  --text-value: #2c2836;
  --bg-page: #ffffff;
  --bg-surface: #f1eefb;
  --bg-card: #ffffff;
  --bg-card-inner: #f7f4fc;
  --bg-card-inner-raw: #f7f4fc;
  --bg-raised: #ebe6f6;
  --bg-hover: #f1eefb;
  --border: #d6d0e6;
  --border-alt: #e5e0f1;
  --border-section: #e5e0f1;
  --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: #f7f4ff;
  --bg-info: #f7f4ff;
  --c-tip-border: #cbb2fe;
  --c-warn-border: #a86b03;
  --c-tag-pay: #f7f4ff;
  --grad-start: #8158c3;
  --grad-end: #6843a0;
  --tone-fill: #f7f4ff;
  --tone-fill-2: #ede7fd;
  --tone-fill-raw: #f7f4ff;
  --tone-fill-2-raw: #ede7fd;
  --tone-fill-head: #311c51;
  --tone-fill-fg: #433a57;
  --tone-fill-muted: #615876;
  --tone-fill-head-raw: #311c51;
  --tone-fill-fg-raw: #433a57;
  --tone-fill-muted-raw: #615876;
  --sh-card: 0 0 0 1px rgba(44, 40, 54, 0.06), 0 1px 2px rgba(44, 40, 54, 0.05), 0 10px 24px -14px rgba(44, 40, 54, 0.18);
  --sh-lift: 0 0 0 1px rgba(44, 40, 54, 0.06), 0 2px 4px rgba(44, 40, 54, 0.06), 0 18px 36px -18px rgba(44, 40, 54, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #cbb2fe;
  --tone-mark: #8158c3;
  --tone-mark-fg: #ffffff;
  --tone-head: #2c2836;
  --tone-sub: #6843a0;
  --tone-link: #8158c3;
  --tone-th: #ede7fd;
  --tone-th-fg: #4e307b;
  --tone-chip: #f7f4ff;
  --tone-chip-fg: #6843a0;
  --tone-soft: #ede7fd;
  --tone-soft-fg: #4e307b;
  --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: #6a245b;
  --b-50: #f7f4ff;
  --s-50: #fff2f2;
  --n-50: #f6f5fb;
  --b-100: #ede7fd;
  --s-100: #ffe4e4;
  --n-100: #eceaf2;
  --b-200: #dfd1fe;
  --s-200: #fecbcc;
  --n-200: #dad8e2;
  --b-300: #cbb2fe;
  --s-300: #fda6a9;
  --n-300: #c3bfcb;
  --b-400: #b38ef7;
  --s-400: #f67a83;
  --n-400: #a7a3b1;
  --b-500: #9b71e1;
  --s-500: #de5a67;
  --n-500: #8e8999;
  --b-600: #8158c3;
  --s-600: #bf4050;
  --n-600: #757081;
  --b-700: #6843a0;
  --s-700: #9c2e3d;
  --n-700: #5d5868;
  --b-800: #4e307b;
  --s-800: #771f2b;
  --n-800: #464150;
  --b-900: #311c51;
  --s-900: #4e1019;
  --n-900: #2c2836;
}
:root { --logo-bg-opacity: 50%; }
body, button, input { font-family: "Open Sans", sans-serif; }
h1, h2, h3, .fo27t9tc, .pefovs, .ufw46yp h3 { font-family: "Lora", var(--font-body-stack, Georgia, serif); letter-spacing: -0.01em; }
.ybrn3a .vpc38mxp, .ybrn3a .fz2lyr6a { min-height: 320px; }
.s4zuhnxp::before { content: '/'; }