:root {
  --color-accent: #1f56c9;
  --color-cta: #c81e3a;
  --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);
}
.tl2oz {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.e5b5 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.hggpq0 {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.virga2ds { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.i778r { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.i778r a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.i778r a:hover { color: var(--accent-light); }
.ko78ppq  .zl2dzr { border-radius: var(--r-card); }
.ko78ppq .zl2dzr li:first-child a { border-top-left-radius: var(--r-btn); border-top-right-radius: var(--r-btn); }
.ko78ppq .zl2dzr li:last-child a { border-bottom-left-radius: var(--r-btn); border-bottom-right-radius: var(--r-btn); }
.ecuzq .zl2dzr li + li { border-top: var(--bw-hair) dotted var(--border-alt); }
@media (max-width: 640px) {
  .zl2dzr {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .gmjwz:hover .zl2dzr,
  .gmjwz:focus-within .zl2dzr { display: block; }
  .zl2dzr li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.nvfjr {
  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);
}
.r535z { display: none; }
@media (max-width: 640px) {
  .r535z {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .r535z.yq9sv { display: block; }
}
@media (max-width: 640px) {
  .nvfjr { display: block; }
  .i778r > li + li::before { display: none !important; }
  .i778r {
    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;
  }
  .i778r.yq9sv { display: flex; }
  .i778r li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .i778r li:last-child a { border-bottom: none; }
}
.cusroi { min-height: 480px; }
.jlfgdt {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.nsixis7 { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.ec1qst5x .nsixis7 { margin-left: 0; margin-right: 0; }
.w05rgj .dnofy6 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.w05rgj .jlfgdt { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.w05rgj .nsixis7 { color: #e2e8f0; }
.w05rgj.w3uz .dnofy6 { text-align: center; }
.w05rgj.ec1qst5x   .dnofy6 { text-align: left; }
.p4zdey4 .dnofy6 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.p4zdey4 .jlfgdt { color: var(--text-primary); text-shadow: none; }
.p4zdey4 .nsixis7 { color: var(--text-muted); }
.p4zdey4, .p4zdey4.cusroi { min-height: auto !important; }
.p4zdey4.w3uz .dnofy6 { text-align: center; }
.p4zdey4.ec1qst5x   .dnofy6 { text-align: left; }
.p4zdey4~.yyto .rk2775y9{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding: 0!important;border-radius:0!important;font-size: var(--fs-label)}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.k763bu .jlfgdt { color: #fff; }
.k763bu .nsixis7 { color: rgba(255,255,255,0.85); }
.ti3znt6 .jlfgdt { text-shadow: none; color: var(--text-primary); }
.ti3znt6 .nsixis7 { color: var(--text-muted); }
body.ek6dxo .jlfgdt {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.j0v8n4 .jlfgdt {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.cusroi.k763bu .jlfgdt,
section.k763bu .jlfgdt {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ti3znt6.ec1qst5x   .yhooem4 { align-items: flex-start; text-align: left; }
.cusroi .vf1zy99 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.vf1zy99 .o2jl {
  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;
}
.vf1zy99 .o2jl + .o2jl { border-top: var(--bw-hair) solid var(--border-alt); }
.vf1zy99 .os09ps0k { align-items: center; text-align: center; width: 100%; }
.vf1zy99 .yayi {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.vf1zy99 .kl34u7 { max-height: 64px; max-width: 140px; }
.vf1zy99 .w8v2j {
  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%;
}
.vf1zy99 .fri8,
.vf1zy99 .ix5f,
.vf1zy99 .q64y {
  font-size: var(--fs-sm);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.vf1zy99 .tkeyrgyo.g5pq5b3s {
  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;
}
.vf1zy99 .tkeyrgyo.g5pq5b3s:hover { opacity: 0.85; }
.vf1zy99 .o2jl,
.vf1zy99 .o2jl:hover,
.vf1zy99 .o2jl:nth-child(even),
.vf1zy99 .o2jl:nth-child(odd),
.vf1zy99 .o2jl:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.ei4ey .dnofy6 { padding-bottom: 24px; }
.dxv4nng .dnofy6 { max-width: 1100px; }
@media (max-width: 700px) {
  .ti3znt6 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ti3znt6:not(.uffub15) .ofgx27n { display: none !important; }
  .uffub15 .ofgx27n { padding: 16px; }
  .yhooem4  { padding: 36px 24px; }
  .ti3znt6~.yyto,.bkvnw~.yyto{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .cusroi, .ti3znt6 { min-height: 320px !important; }
  .jlfgdt { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .nm77ud,
  .kyogukar,
  .owd9a8ps { grid-template-columns: 1fr !important; }

  

  
  .ei4ey { display: flex !important; flex-direction: column !important; }
  .ei4ey .dnofy6 { display: contents; }
  .ei4ey .x2td { order: 0; }
  .ei4ey .jlfgdt { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ei4ey .nm77ud { order: 2; padding: 0 16px 12px !important; }
  .ei4ey .nsixis7 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .dxv4nng .dnofy6 { display: flex; flex-direction: column; }
  .dxv4nng .dnofy6 .jlfgdt { order: 1; }
  .dxv4nng .dnofy6 .owd9a8ps { order: 2; margin: 8px 0 24px !important; }
  .dxv4nng .dnofy6 .nsixis7 { order: 3; }
  .dxv4nng .dnofy6 .frkx { order: 4; align-self: center; margin-top: 0; }

  
  .ti3znt6.uffub15 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ti3znt6.uffub15 .yhooem4 { display: contents; padding: 0; }
  .ti3znt6.uffub15 .yhooem4 .jlfgdt { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ti3znt6.uffub15 .ofgx27n { order: 2; padding: 12px 16px; }
  .ti3znt6.uffub15 .yhooem4 .nsixis7 { order: 3; padding: 0 24px; margin: 0 auto; }
  .ti3znt6.uffub15 .yhooem4 .frkx { order: 4; align-self: center; margin: 8px 0 32px; }
}
.xyvhy6 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.dnod6az { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.oi3h .xyvhy6        { border-radius: var(--r-card); }
.oi3h .dnod6az  { border-radius: var(--r-card); }
.uph0at6 .xyvhy6         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.uph0at6 .dnod6az   { border-radius: var(--r-btn); }
.girwhos { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.xapsdz0 { width: 100%; padding: 32px 0; position: relative; }
.q362bax { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.vovg5bgr .xapsdz0, .mntt .xapsdz0 { background: transparent; }
.rk4one3 .c8k1sqz > *,
.wruy > *, .shv87d3 > *, .fd84 > *, .tgl3 > *, .dxmn7o > * {
  --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.k8xlb2cp { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.k8xlb2cp {
  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.mn4k2j { 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; }
.njb3 h2.k8xlb2cp {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.i2vwf51o h2.k8xlb2cp {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.n2d9y7x h2.k8xlb2cp {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.ikl2c h2.k8xlb2cp::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.c9j8125l h2.k8xlb2cp {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.aky5jogp h2.k8xlb2cp::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.wr8k3 h2.k8xlb2cp {
  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) { .g85r { display: none; } }
.m2fhpvx { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.eeu5m { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.cnakg {
  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;
}
.fxlynmo { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.utmff9j { padding-left: 20px; }
.utmff9j li { margin-bottom: 8px; }
.utmff9j a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.utmff9j a:hover { color: var(--tone-link, var(--accent-light)); }
.gmk3hp .fxlynmo { display: none; }
.h1nfq .fxlynmo { display: none; }
.h1nfq .utmff9j { padding-left: 0; list-style: none; }
.h1nfq .utmff9j li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.h1nfq .utmff9j a { font-size: var(--fs-sm); }
.gl2wy5m .cnakg { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.gl2wy5m .fxlynmo { display: none; }
.gl2wy5m .utmff9j { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.gl2wy5m .utmff9j li { margin-bottom: 0; }
.gl2wy5m .utmff9j 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;
}
.gl2wy5m .utmff9j a:hover { border-color: var(--accent); color: var(--accent); }
.cil5i8y .cnakg { padding: 20px 20px 16px; }
.cil5i8y .utmff9j {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.cil5i8y .utmff9j li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.cil5i8y .utmff9j 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;
}
.cil5i8y .utmff9j 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;
}
.cil5i8y .utmff9j a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.cil5i8y .utmff9j a:focus,
.cil5i8y .utmff9j a:focus-visible,
.cil5i8y .utmff9j a:target { outline: none; }
.cil5i8y .utmff9j li:target a { border-color: var(--border); color: var(--text-muted); }
.p3bhnp9 .cnakg { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.p3bhnp9 .fxlynmo { display: none; }
.p3bhnp9 .utmff9j { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.p3bhnp9 .utmff9j li { counter-increment: toc-n; margin-bottom: 0; }
.p3bhnp9 .utmff9j 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;
}
.p3bhnp9 .utmff9j 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;
}
.p3bhnp9 .utmff9j a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.pmkxkj6 .cnakg { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.pmkxkj6 .fxlynmo { display: none; }
.pmkxkj6 .utmff9j { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.pmkxkj6 .utmff9j li { margin-bottom: 0; }
.pmkxkj6 .utmff9j 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;
}
.pmkxkj6 .utmff9j a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.aa42bu59 .cnakg { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.aa42bu59 .fxlynmo { display: none; }
.aa42bu59 .utmff9j { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.aa42bu59 .utmff9j li { margin-bottom: 0; }
.aa42bu59 .utmff9j li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.aa42bu59 .utmff9j li:last-child::after { content: ""; margin-right: 0; }
.aa42bu59 .utmff9j a { font-size: var(--fs-sm); }
.c8k1sqz { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.rk4one3 .c8k1sqz { background: var(--bg-card); }
.hz5w .c8k1sqz { background: none; border-radius: 0; padding: 28px 0 8px; }
.hz5w .c8k1sqz + .c8k1sqz { border-top: var(--bw-hair) solid var(--border-section); }
.iqnj9 .c8k1sqz {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.iqnj9 .c8k1sqz:last-child { border-bottom: none; }
.tcejs .c8k1sqz {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.tcejs .c8k1sqz + .c8k1sqz { margin-top: 4px; }
.j55f8 .c8k1sqz { background: none; border-radius: 0; padding: 28px 0 8px; }
.j55f8 .c8k1sqz + .c8k1sqz { border-top: var(--bw-hair) solid var(--border-section); }
.jxwny { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.lsx6 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.ldeyp, .e9n0c0 { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.ldeyp li, .e9n0c0 li { margin-bottom: 8px; }
.e9n0c0 li { list-style: decimal; }
.fd84 { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.lf5tjnry .fd84,
.shv87d3 .fd84 { background: transparent; border: none; border-radius: 0; }
.pkhr2 { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.pkhr2 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;
}
.pkhr2 td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.pkhr2 tr:hover td { background: var(--bg-hover); }
.hnyce8 .pkhr2 tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.ttzrjxg .pkhr2 { border: var(--bw-hair) solid var(--border-alt); }
.ttzrjxg .pkhr2 th,
.ttzrjxg .pkhr2 td { border: var(--bw-hair) solid var(--border-alt); }
.z1jsb .pkhr2 th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.z1jsb .pkhr2 td { border-bottom: none; }
.z1jsb .pkhr2 tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.xi4k .pkhr2 th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.xc83wyhd .fd84 {
  overflow: hidden;
}
.xc83wyhd .pkhr2 th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.xc83wyhd .pkhr2 tr:last-child td { border-bottom: none; }
.u3ay1 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.dxmn7o { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.gs41gyl { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ph4p { 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); }
.nplqsp { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.gzw9 { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.gzw9 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%}
.nquj .ph4p { background: transparent; text-align: center; }
.pzk0o3tr .gs41gyl {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.kmqtm .gs41gyl {
  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);
}
.sckuwv4 .dxmn7o { display: grid; grid-template-columns: auto 1fr; }
.sckuwv4 .gs41gyl {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.sckuwv4 .ph4p { grid-column: 2; }
.sckuwv4 .nplqsp,
.sckuwv4 .gzw9 { grid-column: 1 / -1; }
.h94mkf7 .dxmn7o { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.h94mkf7 .gs41gyl {
  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);
}
.h94mkf7 .ph4p { grid-column: 2; }
.h94mkf7 .nplqsp,
.h94mkf7 .gzw9 { grid-column: 1 / -1; }
.hcdrlyp .dxmn7o { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.hcdrlyp .ph4p { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.zvnt9oz4 .dxmn7o { 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); }
.zvnt9oz4 .ph4p { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.c5zqqso .dxmn7o { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.c5zqqso .ph4p { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.jhik .dxmn7o { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.jhik .ph4p { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.xjrt .u3ay1 { counter-reset: card-n; }
.xjrt .dxmn7o  { counter-increment: card-n; }
.xjrt .ph4p { display: flex; align-items: center; gap: 12px; }
.xjrt .ph4p::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;
}
.c1ivsk .dxmn7o { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.c1ivsk .ph4p { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.r4kb7 { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.r4kb7         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.b7trx { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.iy5u8ryp, .b7trx, .f9pm, .d9jm3gr {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.s20p { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.s20p::before { color: var(--cl-hue); }
.r4kb7 strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.r4kb7 p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.bs59ssz { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.we5wz48, .bdgdcu4s { border-radius: var(--r-btn); padding: 16px; }
.we5wz48 { background: var(--bg-pros); }
.bdgdcu4s { background: var(--bg-cons); }
.nuoa { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.we5wz48 .nuoa { color: var(--c-pros-label); }
.bdgdcu4s .nuoa { color: var(--c-cons-label, var(--c-cons)); }
.we5wz48 ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.bdgdcu4s ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.dnod6az { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.g5pq5b3s {
  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;
}
.g5pq5b3s:hover { opacity: 0.85; }
.x7549cp .g5pq5b3s  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.x7549cp .g5pq5b3s:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vnvcu2u9 .g5pq5b3s  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.vnvcu2u9 .g5pq5b3s:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.x7549cp .tkeyrgyo.g5pq5b3s, .vnvcu2u9 .tkeyrgyo.g5pq5b3s,
.x7549cp .k3xmazxc .g5pq5b3s, .vnvcu2u9 .k3xmazxc .g5pq5b3s {
  background: var(--cta); border: none; color: #fff;
}
.x7549cp .tkeyrgyo.g5pq5b3s:hover, .vnvcu2u9 .tkeyrgyo.g5pq5b3s:hover,
.x7549cp .k3xmazxc .g5pq5b3s:hover, .vnvcu2u9 .k3xmazxc .g5pq5b3s:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.kel60t1 .g5pq5b3s  { border-radius: var(--r-pill); }
.pxpag .g5pq5b3s { box-shadow: none; }
.pxpag .g5pq5b3s:hover { box-shadow: none; opacity: 1; }
.tw7p2 .g5pq5b3s { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.tw7p2 .g5pq5b3s:hover { opacity: 1; }
.tw7p2 .g5pq5b3s:active { transform: translateY(3px); box-shadow: none; }
.crebnvf .g5pq5b3s { box-shadow: none; }
.crebnvf .g5pq5b3s:hover { opacity: 1; box-shadow: none; }
.crebnvf .g5pq5b3s:active { box-shadow: none; }
.gch55hqi .g5pq5b3s { position: relative; overflow: hidden; }
.gch55hqi .g5pq5b3s::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.gch55hqi .g5pq5b3s:hover::before { left: 135%; }
.qnd1jr .g5pq5b3s { border-radius: 0; }
.k4a756q .g5pq5b3s  { padding-left: 12px; padding-right: 12px; }
.r6uveeq .g5pq5b3s  { padding-left: 24px; padding-right: 24px; }
.xob1 .g5pq5b3s  { padding-left: 32px; padding-right: 32px; }
.jk94o   .frkx::after, .jk94o   .g5pq5b3s::after,
.gejr18qy .frkx::after, .gejr18qy .g5pq5b3s::after,
.piak    .frkx::after, .piak    .g5pq5b3s::after,
.nls2    .frkx::after, .nls2    .g5pq5b3s::after,
.yd56    .frkx::after, .yd56    .g5pq5b3s::after,
.dcur2ht     .frkx::after, .dcur2ht     .g5pq5b3s::after,
.wuax9sh    .frkx::after, .wuax9sh    .g5pq5b3s::after,
.ik5gwf   .frkx::after, .ik5gwf   .g5pq5b3s::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;
}
.jk94o .frkx::after, .jk94o .g5pq5b3s::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");
}
.gejr18qy .frkx::after, .gejr18qy .g5pq5b3s::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");
}
.piak .frkx::after, .piak .g5pq5b3s::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");
}
.nls2 .frkx::after, .nls2 .g5pq5b3s::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");
}
.yd56 .frkx::after, .yd56 .g5pq5b3s::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");
}
.dcur2ht .frkx::after, .dcur2ht .g5pq5b3s::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");
}
.wuax9sh .frkx::after, .wuax9sh .g5pq5b3s::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");
}
.ik5gwf .frkx::after, .ik5gwf .g5pq5b3s::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");
}
.cye4964   .mwa1w::after, .cye4964   .udir::after,
.hnldny .mwa1w::after, .hnldny .udir::after,
.kt0arv    .mwa1w::after, .kt0arv    .udir::after,
.fenl8j    .mwa1w::after, .fenl8j    .udir::after,
.idz0uh    .mwa1w::after, .idz0uh    .udir::after,
.dv91bk     .mwa1w::after, .dv91bk     .udir::after,
.ttlrj    .mwa1w::after, .ttlrj    .udir::after,
.kl6i   .mwa1w::after, .kl6i   .udir::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;
}
.cye4964 .mwa1w::after, .cye4964 .udir::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");
}
.hnldny .mwa1w::after, .hnldny .udir::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");
}
.kt0arv .mwa1w::after, .kt0arv .udir::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");
}
.fenl8j .mwa1w::after, .fenl8j .udir::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");
}
.idz0uh .mwa1w::after, .idz0uh .udir::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");
}
.dv91bk .mwa1w::after, .dv91bk .udir::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");
}
.ttlrj .mwa1w::after, .ttlrj .udir::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");
}
.kl6i .mwa1w::after, .kl6i .udir::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");
}
.jvpix21 {
  --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;
}
.o2jl {
  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;
}
.o2jl + .o2jl { border-top: var(--bw-hair) solid var(--border-alt); }
.o2jl > * { min-width: 0; }
.o2jl:hover { background: var(--bg-hover); }
.o2jl > [itemprop="item"] { display: contents; }
.o2jl [itemprop="itemReviewed"],
.o2jl [itemprop="reviewRating"] { display: none; }
.os09ps0k {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.kfzowe25, .w98o4lmy, .l84zcaf,
.e53anv, .vijq8eg, .b8sj6li4 { align-items: center; text-align: center; }
.vijq8eg, .b8sj6li4 { align-items: stretch; }
.ym3flf9r {
  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%;
}
.nnchwj {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.q64y { font-size: var(--fs-lead); font-weight: 700; }
.ar2fsn {
  font-size: var(--fs-label); font-weight: 400; line-height: var(--lh-tight);
  color: var(--text-muted); max-width: 100%; overflow-wrap: break-word;
}
.ljy7zq .nnchwj {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.w8v2j {
  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;
}
.hlstuxd {
  font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-solid);
  color: var(--text-muted); font-variant-numeric: tabular-nums;
}
.yayi {
  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;
}
.k2kz .kl34u7 { max-height: 60px; max-width: 68px; }
.kl34u7 {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.w98o4lmy .yayi { width: 168px; }
.d6e4 .yayi,
.t3eq3wg .yayi,
.u1680 .yayi,
.v2zcpq8 .yayi,
.v2zcpq8 .mv5du,
.v2zcpq8 .rz9qq   { background: var(--bg-raised); }
.d6e4 .yayi, .t3eq3wg .yayi,
.u1680 .yayi,  .v2zcpq8 .yayi {
  width: 88px; height: 88px; padding: 12px;
}
.d6e4 .yayi .kl34u7, .t3eq3wg .yayi .kl34u7,
.u1680 .yayi .kl34u7,  .v2zcpq8 .yayi .kl34u7 {
  max-height: 60px; max-width: 68px;
}
.sdykw7ji .yayi, .sdykw7ji .yayi.k2kz,
.tkeyrgyo.g5pq5b3s {
  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;
}
.vf1zy99 .o2jl { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .o2jl { gap: 16px; padding: 16px 16px; }
  .yayi { width: 152px; height: 96px; }
  .kl34u7 { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .o2jl {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .os09ps0k { justify-content: flex-start; }
  
  .nldh2n3, .u3tc6 { flex-direction: row; }
  
  .nldh2n3 .peqiv:nth-child(n+3) { display: none; }
  
  .kfzowe25 {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .os09ps0k { text-align: left; align-items: flex-start; }

  
  .w98o4lmy, .l84zcaf, .ifg2fxe {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .e53anv {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .w98o4lmy .yayi, .l84zcaf .yayi,
  .ifg2fxe .yayi { width: auto; height: 72px; }
  .kl34u7 { max-height: 72px; max-width: 128px; }
  .q64y { font-size: var(--fs-body); }
  .w8v2j { font-size: var(--fs-sm); }

  
  .fri8, .ix5f, .arqr7q,
  .w87e, .g508e, .spjsgzee,
  .ljy7zq, .zcos, .ii8iqvd,
  .n1moe5ur, .ap7t30 {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .vijq8eg, .b8sj6li4 { order: 4; flex: 1 0 100%; }
  .b8sj6li4 { display: flex; flex-direction: column; }
  .b8sj6li4::before { display: none; }
  .tkeyrgyo.g5pq5b3s { width: 100%; padding: 12px 20px !important; }
  .czyqrm { text-align: left; }
}
@media (max-width: 560px) {
  .o2jl { padding: 16px; gap: 12px 12px; }
  
  .ym3flf9r, .ar2fsn, .peqiv { font-size: var(--fs-caption); }
  .nnchwj { font-size: var(--fs-sm); }
  .q64y { font-size: var(--fs-body); }
  .w8v2j { font-size: var(--fs-sm); }
  .hlstuxd { font-size: var(--fs-sm); }
  .pzo0 { font-size: var(--fs-lead); }
  
  .tkeyrgyo.g5pq5b3s { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .os09ps0k { gap: 2px; }
  .w98o4lmy .yayi, .l84zcaf .yayi,
  .ifg2fxe .yayi { height: 64px; }
  .kl34u7 { max-height: 64px; max-width: 116px; }
  .k2kz { padding: 8px; }
  .q64y { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .fri8, .ix5f, .arqr7q,
  .w87e, .g508e, .spjsgzee,
  .ljy7zq, .zcos, .ii8iqvd,
  .n1moe5ur, .ap7t30 { flex-basis: 100%; min-width: 100%; }
}
@media (max-width: 560px) { .i1vf { padding: 12px 16px; gap: 8px 16px; } }
.k3xmazxc .g5pq5b3s {
  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) {
  .tpj8u { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .mv5du { order: 1; width: 104px; height: 104px; }
  .mv5du img { max-width: 96px; max-height: 88px; }
  .k3xmazxc { order: 2; margin-left: auto; align-self: center; }
  .ahm8 { order: 3; flex: 1 1 100%; min-width: 0; }
  .ahm8 h3 { font-size: var(--fs-body); }
}
.t9bh, .mw0o1 { list-style: none; font-size: var(--fs-sm); }
.t9bh li { color: var(--text-body); margin-bottom: 4px; }
.mw0o1 li { color: var(--text-body); margin-bottom: 4px; }
.t9bh li::before { content: "✓"; margin-right: 5px; }
.mw0o1 li::before { content: "✗"; margin-right: 5px; }
@media (min-width: 860px) {
  .mafo8g .nmon6b {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .mafo8g .wruy { margin: 0; }
}
@media (max-width: 560px) {
  .w8bgws .mv5du { width: 116px; min-height: 104px; }
}
.shv87d3 .bs59ssz { gap: 12px; }
.shv87d3 .we5wz48, .shv87d3 .bdgdcu4s { padding: 12px; }
.shv87d3 .we5wz48 ul, .shv87d3 .bdgdcu4s ul { margin: 4px 0 0; padding-left: 20px; }
.shv87d3 .we5wz48 li, .shv87d3 .bdgdcu4s li { font-size: var(--fs-label); margin-bottom: 4px; }
@media (max-width: 720px) {
  .iujhynod { grid-template-columns: 1fr; }
  .e8dh4qn { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .e8dh4qn .rz9qq { width: 72px; height: 50px; }
  .e8dh4qn .ur4i { max-width: 180px; }
  .e8dh4qn .humr { width: auto; }
}
@media (max-width: 720px) {
  .tcd62 { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .v8hy { padding: 16px; }
  .aqarmv .eqwab { min-width: 50%; }
}
.sjct3bdr .bs59ssz { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .g6vj { grid-template-columns: 1fr; }
  .lp13nq { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .jb36 { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .gg5s81oh { flex-wrap: wrap; padding: 16px; }
}
.s0vil6ue .bs59ssz { gap: 8px; }
.s0vil6ue .we5wz48, .s0vil6ue .bdgdcu4s { padding: 8px; }
@media (max-width: 480px) {
  .ehjvlfv { flex-direction: column; align-items: stretch; }
}
.c0olhq1h .humr .g5pq5b3s { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .j7m0k { flex-direction: column; align-items: stretch; gap: 12px; }
  .c0olhq1h .humr { text-align: center; }
}
@media (max-width: 720px) {
  .fueamzf5 { grid-template-columns: 1fr; }
  .os5pq { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .iuykl27b { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
@media (max-width: 720px) {
  .njanxw { grid-template-columns: 1fr; }
  .umeno { width: 100px; height: 100px; margin: 16px auto; }
  .bd56n { font-size: var(--fs-h3); }
  .s3gnl { justify-content: center; }
  .blu3v .eqwab { min-width: 50%; }
}
.giq0nryj .bs59ssz { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .z2t333w { flex-wrap: wrap; padding: 16px 16px; }
  .laen { padding: 12px 16px; }
  .giq0nryj .bs59ssz { margin: 0 16px; }
  .giq0nryj .dq1qenp { padding: 0 16px; }
  .whod { padding: 12px 16px; }
}
.mfnfpjew .o2jl { position: relative; }
.mfnfpjew .o2jl::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.jr5i .jvpix21 {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.jr5i .o2jl {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.jr5i .o2jl + .o2jl { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .sb2e3wet .os09ps0k + .os09ps0k {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.eskh720 .o2jl { padding-top: 16px; padding-bottom: 16px; }
.eskh720 .o2jl + .o2jl { border-top: none; }
.eskh720 .o2jl:nth-child(even) { background: var(--bg-surface); }
.eskh720 .o2jl:nth-child(even):hover { background: var(--bg-hover); }
.ftrqg .o2jl:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .y2rsl .fri8, .y2rsl .ix5f,
  .y2rsl .arqr7q, .y2rsl .w87e,
  .y2rsl .g508e, .y2rsl .spjsgzee,
  .y2rsl .ljy7zq, .y2rsl .zcos,
  .y2rsl .ii8iqvd, .y2rsl .n1moe5ur,
  .y2rsl .ap7t30 {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.tyha2e0a .ym3flf9r { opacity: .8; letter-spacing: var(--ls-label); }
.tyha2e0a .nnchwj { font-weight: 700; }
.tyha2e0a .q64y { font-weight: 700; }
.sfw1cidi .fri8, .sfw1cidi .ix5f,
.sfw1cidi .arqr7q, .sfw1cidi .w87e,
.cogh .m04fe4qa,
.cogh .pzo0,
.cogh .pzo0 {
  background: color-mix(in srgb, var(--text-primary) 6%, transparent);
  border-radius: var(--r-pill); padding: 8px 16px;
}
.cogh .ii6agr3q .u3g5pbw,
.cogh .ii6agr3q strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.cogh .jpf8djjv,
.cogh .shvv { font-size: 1em; }
.ic73q5 { margin: 16px 0; }
.ux4ge { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.ux4ge 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;
}
.ux4ge 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;
}
.ux4ge summary:hover { background: var(--bg-surface); }
.ux4ge summary:hover::after { color: var(--accent); }
.ux4ge[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.ux4ge[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.ux4ge[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.ux4ge p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.xapsdz0 { margin-bottom: 0; }
.kcnnij h2.k8xlb2cp { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.u4qnj h2.k8xlb2cp { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.we5wz48, .bdgdcu4s { border: var(--bw-hair) solid transparent; }
.we5wz48 .nuoa, .we5wz48 .ensso { color: var(--c-pros-label); }
.bdgdcu4s .nuoa, .bdgdcu4s .q3n5r { color: var(--c-cons-label, var(--c-cons)); }
.we5wz48 ul li, .bdgdcu4s ul li, .t9bh li, .mw0o1 li { color: var(--text-body); }
.we5wz48 .t9bh li, .bdgdcu4s .mw0o1 li { position: relative; padding-left: 1.5em; }
.we5wz48 .t9bh li::before, .bdgdcu4s .mw0o1 li::before { position: absolute; left: 0; margin-right: 0; }
.relfk8pz .we5wz48 { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.relfk8pz .bdgdcu4s { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.bcxz5h .we5wz48, .bcxz5h .bdgdcu4s { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.bcxz5h .we5wz48 { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.bcxz5h .bdgdcu4s { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.g5wdmb .we5wz48, .g5wdmb .bdgdcu4s { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.g5wdmb .we5wz48 { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.g5wdmb .bdgdcu4s { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.o5sioi .we5wz48, .o5sioi .bdgdcu4s { background: var(--bg-card); border-width: var(--bw-rule); }
.o5sioi .we5wz48 { border-color: var(--sem-pos-line); }
.o5sioi .bdgdcu4s { border-color: var(--sem-neg-line); }
.l94mw7g .we5wz48, .l94mw7g .bdgdcu4s { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.l94mw7g .bdgdcu4s { border-left: var(--bw-hair) solid var(--border); }
.fy0t846 .ensso::before { content: "✓ "; }
.fy0t846 .q3n5r::before { content: "✗ "; }
.m055c5 .r4kb7 { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.m055c5 .r4kb7 strong { color: var(--text-primary); }
.m055c5 .r4kb7 p      { color: var(--text-muted); }
.fw0m4n0m .r4kb7 { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.ttzb0x8 .r4kb7 {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.ttzb0x8 .r4kb7 strong { color: var(--text-primary); }
.ttzb0x8 .r4kb7 p { color: var(--text-muted); }
.ttzb0x8 .r4kb7 { border-left: var(--bw-bar) solid var(--cl-hue); }
.ttzb0x8 .s20p::before { color: rgba(255,255,255,0.9) !important; }
.yzol .r4kb7 {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.yzol .r4kb7 strong { color: var(--text-primary); }
.yzol .r4kb7 p      { color: var(--text-muted); }
.s456 .r4kb7 { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.x7vbbq .s20p,
.sdu6zer0 .s20p,
.ty26p .s20p,
.x7vbbq .s20p::before,
.sdu6zer0 .s20p::before,
.ty26p .s20p::before,
.gbaju .rk4one3 .c8k1sqz,
.gbaju .hz5w .c8k1sqz  { box-shadow: var(--sh-1); }
.gbaju .dxmn7o                { box-shadow: var(--sh-1); }
.gbaju .fd84          { box-shadow: var(--sh-1); }
.gbaju .cnakg                    { box-shadow: var(--sh-1); }
.ym2q9 .rk4one3 .c8k1sqz,
.ym2q9 .hz5w .c8k1sqz,
.ym2q9 .dxmn7o,
.ym2q9 .fd84,
.ym2q9 .cnakg,
.ym2q9 .s456 .r4kb7 { box-shadow: none; }
.r7ko { --fs-body: 18px; --fs-sm: 16px; --fs-lead: 21px; }
.xapsdz0 + .xapsdz0 { position: relative; }
.s7cbjn   .xapsdz0 + .xapsdz0::before,
.noab3nba  .xapsdz0 + .xapsdz0::before,
.bs4a4i   .xapsdz0 + .xapsdz0::before,
.bsfr3n   .xapsdz0 + .xapsdz0::before,
.esjb6m   .xapsdz0 + .xapsdz0::before,
.rdv6 .xapsdz0 + .xapsdz0::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.s7cbjn .xapsdz0 + .xapsdz0::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.noab3nba .xapsdz0 + .xapsdz0::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.bs4a4i .xapsdz0 + .xapsdz0::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;
}
.bsfr3n .xapsdz0 + .xapsdz0::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.z0jcm .xapsdz0 { margin-bottom: 16px; }
.z0jcm .xapsdz0 + .xapsdz0 { margin-top: 0; }
.z0jcm .q362bax { padding-top: 0; padding-bottom: 0; }
.esjb6m .xapsdz0 + .xapsdz0::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.rdv6 .xapsdz0 + .xapsdz0::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.ysc09 .xapsdz0 + .xapsdz0::before,
.at5s3304 .xapsdz0 + .xapsdz0::before,
.sewop71f .xapsdz0 + .xapsdz0::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%;
}
.vovg5bgr .ysc09 .xapsdz0:nth-child(even)::before,
.vovg5bgr .at5s3304 .xapsdz0:nth-child(even)::before,
.vovg5bgr .sewop71f .xapsdz0:nth-child(even)::before { background: var(--bg-surface); }
.mntt .ysc09 .xapsdz0:nth-child(even)::before,
.mntt .at5s3304 .xapsdz0:nth-child(even)::before,
.mntt .sewop71f .xapsdz0:nth-child(even)::before { background: var(--bg-card); }
.ysc09 .xapsdz0 + .xapsdz0::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");
}
.at5s3304 .xapsdz0 + .xapsdz0::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");
}
.sewop71f .xapsdz0 + .xapsdz0::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");
}
.oanlxfnm .w05rgj:not(.k763bu) .x2td { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.oanlxfnm .k763bu { background: linear-gradient(45deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, var(--accent-light)) 100%); }
.oanlxfnm .wn7qvn7 { background: linear-gradient(45deg, var(--hero-a, var(--accent)), var(--hero-b, var(--accent-light))); }
.oanlxfnm .ti3znt6 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.k6ip2 .xyvhy6 { float: left; width: 38%; margin: 0 28px 16px 0; }
.k6ip2 .xyvhy6 .dnod6az { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.k6ip2 .q362bax::after { content: ''; display: block; clear: both; }
.phxgn42l .xyvhy6 { float: right; width: 38%; margin: 0 0 16px 28px; }
.phxgn42l .xyvhy6 .dnod6az { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.phxgn42l .q362bax::after { content: ''; display: block; clear: both; }
.ai3jlonu .xapsdz0:nth-child(odd)  .xyvhy6 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ai3jlonu .xapsdz0:nth-child(even) .xyvhy6 { float: right; width: 38%; margin: 0 0 16px 28px; }
.ai3jlonu .xyvhy6 .dnod6az { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.ai3jlonu .q362bax::after { content: ''; display: block; clear: both; }
.k6ip2 .u3ay1,
.k6ip2 .jvpix21,
.phxgn42l .u3ay1,
.phxgn42l .jvpix21,
.ai3jlonu .u3ay1,
.ai3jlonu .jvpix21 { clear: both; }
@media (max-width: 900px) {
  .k6ip2 .xyvhy6,
  .phxgn42l .xyvhy6,
  .ai3jlonu .xapsdz0:nth-child(odd)  .xyvhy6,
  .ai3jlonu .xapsdz0:nth-child(even) .xyvhy6 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .k6ip2 .xyvhy6 .dnod6az,
  .phxgn42l .xyvhy6 .dnod6az,
  .ai3jlonu .xyvhy6 .dnod6az {
    max-height: none !important;
  }
}
.k6ip2 .ldeyp,
.k6ip2 .e9n0c0,
.phxgn42l .ldeyp,
.phxgn42l .e9n0c0,
.ai3jlonu .ldeyp,
.ai3jlonu .e9n0c0 { overflow: hidden; }
@media (max-width: 640px) {
  .k6ip2 .xyvhy6,
  .phxgn42l .xyvhy6,
  .ai3jlonu .xyvhy6 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.q3nxv .girwhos,
.q3nxv .q362bax,
.q3nxv .kmzgha  { max-width: 1060px; }
.q3nxv { --content-mw: 1060px; }
.vx7gu .girwhos,
.vx7gu .q362bax,
.vx7gu .kmzgha  { max-width: 1180px; }
.hwssa9i .girwhos,
.hwssa9i .q362bax,
.hwssa9i .kmzgha  { max-width: 1260px; }
.tcmyjqr { font-size: var(--fs-label); color: var(--text-muted); }
.m8v9u { display: flex; align-items: center; }
.w46s8jkn {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.sr7z8q { display: flex; align-items: center; }
.i4i9 { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.i4i9:hover { text-decoration: underline; }
.hpew5 { margin: 0 4px; opacity: 0.45; }
.hpew5::before { content: '/'; }
.n8yhm { padding: 2px 4px; color: var(--text-main); }
.eot86npf .tcmyjqr {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.eot86npf .m8v9u { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.nrava7 .tcmyjqr {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.nrava7 .m8v9u { padding: 0 0 0 12px; }
.jj63 .m8v9u { padding: 0 16px; }
.jj63 .tcmyjqr {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.jj63 .girwhos { padding-top: 28px; }
@media (max-width: 720px) {
  .i6bplpj { margin-top: 20px; padding: 0 16px; }
  .jj63 .girwhos { padding-top: 16px; }
}
.q3nxv.eot86npf .m8v9u { max-width: 1100px; }
.vx7gu.eot86npf .m8v9u { max-width: 1200px; }
.hwssa9i.eot86npf .m8v9u { max-width: 1320px; }
.q3nxv .i6bplpj { max-width: 1100px; }
.emu0n2i .xapsdz0 { padding-top: 16px; padding-bottom: 16px; }
.usj4 .xapsdz0 { padding-top: 24px; padding-bottom: 24px; }
.a885usq .xapsdz0 { padding-top: 40px; padding-bottom: 40px; }
.w3vtfnh .xapsdz0 { padding-top: 52px; padding-bottom: 52px; }
.usx7 .xapsdz0:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.usx7 .xapsdz0:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.usx7 .xapsdz0:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.usx7 .xapsdz0:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.bstt .q362bax { padding-top: 12px;  padding-bottom: 12px; }
.w95iw .q362bax { padding-top: 20px;  padding-bottom: 20px; }
.kmqa0m .q362bax { padding-top: 36px;  padding-bottom: 36px; }
.cfla3 .q362bax { padding-top: 48px;  padding-bottom: 48px; }
.xbrdh h1, .xbrdh h2, .xbrdh h3, .xbrdh .jlfgdt { font-weight: 700; }
.wf07 h1, .wf07 h2, .wf07 h3, .wf07 .jlfgdt { font-weight: 700; }
.h4i4s2v8, .xbrdh, .k805s, .wf07 { font-weight: 400; }
.mwa1w {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.snxrn .mwa1w { display: none; }
@media (max-width: 640px) {
  .mwa1w { display: none !important; }
}
.mwa1w { background: var(--cta) !important; color: #fff !important; border: none !important; }
.mwa1w:hover { opacity: 0.85; }
.vphrmup .mwa1w { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.q1kk5  .udir { left: 32px; }
@media (max-width: 480px) {
  .u7cot2j .udir { right: 20px; bottom: 20px; }
  .q1kk5  .udir { left: 20px; bottom: 20px; }
}
.lha1y { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.kmzgha { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.bbkpfw { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.jtq1 { color: var(--text-dim); font-size: var(--fs-label); }
.w2tnwx { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: var(--fs-sm); margin-bottom: 16px; }
.w2tnwx img { height: 26px; width: auto; object-fit: contain; }
.tt42fv { display: flex; flex-direction: column; gap: 8px; }
.tt42fv a, .zv28c8 a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.tt42fv a:hover, .zv28c8 a:hover { color: var(--accent-light); }
.tt42fv .yn00 { padding-left: 12px; font-size: var(--fs-label); opacity: 0.8; }
.zwk1 .kmzgha { text-align: center; }
.zwk1 .bbkpfw { margin-top: 0; }
.xrge3v { margin-top: 12px; }
.xrge3v a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .kmzgha { padding-left: 16px; padding-right: 16px; }
  .yae9xv .kmzgha { padding: 20px 16px; }
  .zv28c8 { gap: 4px 12px; }
  .bbkpfw { font-size: var(--fs-caption); }
}
.gj1h .rb1itiw .w2tnwx { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.gj1h .bbkpfw { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.gj1h .jtq1 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .gj1h .htpvo6 { grid-template-columns: 1fr 1fr; } .gj1h .rb1itiw { grid-column: 1 / -1; } }
@media (max-width: 480px) { .gj1h .htpvo6 { grid-template-columns: 1fr; } }
.myvhsn .w2tnwx { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: var(--fs-sm); text-decoration: none; margin-right: auto; flex-shrink: 0; }
.myvhsn .bbkpfw { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .myvhsn .sru43e { gap: 12px; } .myvhsn .w2tnwx { margin-right: 0; width: 100%; } }
.fnway .futjkt .w2tnwx { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.fnway .bbkpfw { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.fnway .jtq1 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .fnway .fos5mk { grid-template-columns: 1fr 1fr; } .fnway .futjkt { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fnway .fos5mk { grid-template-columns: 1fr; } }
.wvya .hop35d26 { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.wvya .tt42fv { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 8px 20px; }
@media (max-width: 760px) { .wvya .hop35d26 { grid-template-columns: 1fr 1fr; } .wvya .xj4b8s:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .wvya .hop35d26 { grid-template-columns: 1fr; } }
.v1ef .hop35d26 { grid-template-columns: 1fr 2fr; }
.v1ef .cr10 .tt42fv { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .v1ef .hop35d26 { grid-template-columns: 1fr; } }
.qcv3 .kmzgha { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.pn5ia5tc .tl2oz      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.j55s .tl2oz      { background: #0d1117; border-bottom-color: #21262d; }
.j55s .hggpq0 { color: var(--accent-light); }
.j55s .i778r { --msep-color: #8b949e; }
.j55s .i778r a { color: #8b949e; }
.j55s .i778r a:hover { color: var(--accent-light); }
.j55s .nvfjr { color: #8b949e; }
.j55s .lha1y { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.j55s .bbkpfw,
.j55s .jtq1 { color: #6e7681; }
.j55s .tt42fv a, .j55s .zv28c8 a,
.j55s .w2tnwx { color: #e6edf3; }
.j55s .tt42fv a:hover, .j55s .zv28c8 a:hover,
@media (max-width: 640px) {
  .j55s .i778r { background: #0d1117; border-top-color: #21262d; }
  .j55s .i778r li a { border-bottom-color: #21262d; }
}
.trfowav1 .tl2oz      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.trfowav1 .hggpq0 { color: var(--accent-light); }
.trfowav1 .i778r { --msep-color: #475569; }
.trfowav1 .i778r a { color: #475569; }
.trfowav1 .i778r a:hover { color: var(--accent-light); }
.trfowav1 .nvfjr { color: #64748b; }
.trfowav1 .lha1y { background: #f0f4f8; border-top-color: #cbd5e1; }
.trfowav1 .bbkpfw,
.trfowav1 .jtq1 { color: #64748b; }
.trfowav1 .tt42fv a, .trfowav1 .zv28c8 a,
.trfowav1 .ork55hil a, .trfowav1 .w2tnwx { color: #374151; }
.trfowav1 .tt42fv a:hover, .trfowav1 .zv28c8 a:hover,
@media (max-width: 640px) {
  .trfowav1 .i778r { background: #f0f4f8; border-top-color: #cbd5e1; }
  .trfowav1 .i778r li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.e01l .tl2oz { background: var(--b-50); border-bottom-color: var(--b-200); }
.e01l .i778r a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .e01l .i778r { background: var(--b-50); border-top-color: var(--b-200); }
}
.qnfv2y6 .tl2oz, .q1rzgo5 .tl2oz { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.qnfv2y6 .hggpq0, .q1rzgo5 .hggpq0 { color: #fff; }
.qnfv2y6 .i778r, .q1rzgo5 .i778r { --msep-color: rgba(255,255,255,0.82); }
.qnfv2y6 .i778r a, .q1rzgo5 .i778r a { color: rgba(255,255,255,0.82); }
.qnfv2y6 .i778r a:hover, .q1rzgo5 .i778r a:hover { color: #fff; }
.qnfv2y6 .nvfjr, .q1rzgo5 .nvfjr { color: rgba(255,255,255,0.9); }
@media (max-width: 640px) {
  .qnfv2y6 .i778r, .q1rzgo5 .i778r { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .qnfv2y6 .i778r li a, .q1rzgo5 .i778r li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.cmzh.qnfv2y6 .mwa1w { background: #fff !important; color: var(--b-700) !important; }
.z1n9r .tl2oz {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.z1n9r .tl2oz::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) {
  .z1n9r .i778r {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ude01un .e5b5 { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.sovs .e5b5 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.cs6713a3 .e5b5 { min-height: 72px; height: auto; }
.dz5oceig .e5b5 { min-height: 84px; height: auto; }
.yae9xv .e5b5 { max-width: none; padding: 0 32px; }
.yae9xv .kmzgha  { max-width: none; padding: 24px 32px; }
.ka1utp.vx7gu .e5b5 { max-width: 1200px; }
.ka1utp.hwssa9i .e5b5 { max-width: 1320px; }
.q01kx   .hggpq0, .q01kx   .w2tnwx { text-transform: capitalize; }
.ftrfx .hggpq0, .ftrfx .w2tnwx { text-transform: lowercase; }
.cng295mw .hggpq0, .cng295mw .w2tnwx { text-transform: uppercase; letter-spacing: var(--ls-label); }
.dtm64, .jy0ojoh {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.oewqrrl .dtm64,
.oewqrrl .jy0ojoh { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-btn); padding: 4px; }
.j1949d .dtm64,
.j1949d .jy0ojoh { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: var(--r-btn); padding: 4px; }
.r8rld .dtm64,
.r8rld .jy0ojoh { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-pill); padding: 4px 8px; }
.ti42rib .dtm64,
.ti42rib .jy0ojoh { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: var(--r-pill); padding: 4px 8px; }
.ozriri   .i778r a { font-weight: 500; }
.gvgovc6 .i778r a { font-weight: 600; }
.uodpa     .i778r a { font-weight: 700; }
.azkmp    .i778r a { font-weight: 700; letter-spacing: normal; }
.ot9wsv9     .i778r > li + li::before,
.lbuj1bz    .i778r > li + li::before,
.jkgac5    .i778r > li + li::before,
.j8po .i778r > li + li::before,
.su960 .i778r > li + li::before,
.doj1  .i778r > li + li::before,
.jisj2r    .i778r > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ot9wsv9     .i778r > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.lbuj1bz    .i778r > li + li::before { content: "|"; }
.jkgac5    .i778r > li + li::before { content: "—"; }
.j8po .i778r > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.su960 .i778r > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.doj1  .i778r > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.jisj2r    .i778r > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .p6z09 .nvfjr,
  .wc3co03f .nvfjr,
  .w1pyf .nvfjr,
  .ozs6v .nvfjr,
  .x4eyc .nvfjr {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .p6z09 .nvfjr::before,
  .wc3co03f .nvfjr::before,
  .w1pyf .nvfjr::before,
  .ozs6v .nvfjr::before,
  .x4eyc .nvfjr::before { content: ""; display: block; flex-shrink: 0; }

  
  .p6z09 .nvfjr::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;
  }

  
  .wc3co03f .nvfjr::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;
  }

  
  .w1pyf .nvfjr::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;
  }

  
  .ozs6v .nvfjr::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;
  }

  
  .x4eyc .nvfjr::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) {
  .ik8q1 .nvfjr {
    padding: 4px 16px;
  }
  .ik8q1 .i778r {
    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;
  }
  .ik8q1 .i778r li a {
    border-bottom: none; padding: 12px 24px;
  }
  .ik8q1 .i778r li a:hover { background: var(--bg-raised); }
  .ik8q1 .r535z,
  .fr7zl .r535z,
  .dwzaq3gh .r535z { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .n00c .nvfjr {
    padding: 4px 12px;
  }
  .n00c .i778r {
    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);
  }
  .n00c .i778r.yq9sv { transform: translateX(0); }
  .n00c .i778r li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .n00c .i778r li:last-child a { border-bottom: none; }
  .qnfv2y6 .i778r,
  .j55s .i778r { background: var(--accent) !important; }
  .qnfv2y6 .i778r li a,
  .j55s .i778r li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .dwzaq3gh .nvfjr {
    padding: 4px 12px;
  }
  .dwzaq3gh .i778r {
    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);
  }
  .dwzaq3gh .i778r::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .dwzaq3gh .i778r.yq9sv { transform: translateY(0); }
  .dwzaq3gh .i778r li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .ua2vf .nvfjr {
    padding: 4px 12px;
  }
  .ua2vf .i778r {
    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;
  }
  .ua2vf .i778r.yq9sv { opacity: 1; pointer-events: auto; }
  .ua2vf .i778r li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .u3i2z33t     .nvfjr { border-radius: 0 !important; }
  .wxppm   .nvfjr { border-radius: var(--r-btn) !important; }
  .xttoo .nvfjr { border-radius: 50% !important; }
  .tupe1y   .nvfjr { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .vwew .x6dws2 { flex-direction: column; align-items: stretch; }
  .vwew .qxvh { flex-direction: row; min-width: auto; }
  .vwew .wyz1iz2 { align-items: flex-start; text-align: left; }
}
.rm0pco,
.rm0pco.xapsdz0,
.vovg5bgr .rm0pco,
.rvhmdjy6 .rm0pco,
.mntt .rm0pco,
.grf3j .rm0pco {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.sxykds {
  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;
}
.a4pfuq1 { flex: 1 1 280px; min-width: 0; }
.lb8wee {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.sqocl6z {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.w73ztj {
  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;
}
.w73ztj:hover { transform: translateY(-1px); opacity: 0.95; }
.ryjo .sxykds {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.ryjo .lb8wee { color: var(--cta); }
.ryjo .sqocl6z { color: var(--text-body); }
.ryjo .w73ztj {
  background: var(--cta);
  color: var(--cta-fg);
}
.u6bt .sxykds {
  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);
}
.u6bt .lb8wee { color: var(--text-primary); }
.u6bt .sqocl6z { color: var(--text-body); }
.u6bt .w73ztj {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .sxykds {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .a4pfuq1 { flex: 0 0 auto; }
  .lb8wee { font-size: var(--fs-lead); }
  .w73ztj { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.u8d7h2g .virga2ds { height: 36px; }
.g1ae .virga2ds { height: 60px; max-width: 200px; }
.hohc1ll .virga2ds { height: 56px; max-width: 180px; }
.l9kwbz .hlstuxd {
  font-size: var(--fs-lead); font-weight: 700;
  color: var(--text-muted); opacity: .45;
}
.ozcyulf1 .jvpix21 {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.ozcyulf1 .o2jl {
  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);
}
.ozcyulf1 .o2jl + .o2jl { border-top: var(--bw-hair) solid var(--border-alt); }
.ozcyulf1 .os09ps0k { align-items: center; text-align: center; }
.ozcyulf1 .kfzowe25 {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
}
.ozcyulf1 .hlstuxd {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: var(--cta-fg, #fff);
  display: flex; align-items: center; justify-content: center;
  font-size: var(--fs-sm); font-weight: 700;
}
.ozcyulf1 .yayi {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.ozcyulf1 .kl34u7 { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.ozcyulf1 .w8v2j { font-size: var(--fs-body); }
.ozcyulf1 .tkeyrgyo.g5pq5b3s { min-width: 180px; }
@media (min-width: 720px) {
  .ozcyulf1 .jvpix21 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .ozcyulf1 .o2jl + .o2jl { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .ozcyulf1 .o2jl { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .ozcyulf1 .kfzowe25 { top: -16px; left: 50%; }
  .ozcyulf1 .yayi { width: 132px; height: 132px; }
}
.bo3uydwb .jvpix21 {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.bo3uydwb .o2jl {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.bo3uydwb .yayi {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.bo3uydwb .kl34u7 { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.bo3uydwb .hlstuxd {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--accent-bg); color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-size: var(--fs-label); font-weight: 700;
}
@media (max-width: 900px) {
  .bo3uydwb .yayi { width: 104px; height: 104px; }
}
.qlw69 .ux4ge {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.qlw69 .ux4ge summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.qlw69 .ux4ge summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.qlw69 .ux4ge[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.qlw69 .ux4ge p { padding: 0 14px 18px; }
.qlw69 .ux4ge[open] p { border-top: none; padding-top: 0; }
.sxpu .ux4ge { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.sxpu .ux4ge 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;
}
.sxpu .ux4ge summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.sxpu .ux4ge[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.sxpu .ux4ge p { padding: 14px 24px 4px; }
.sxpu .ux4ge[open] p { border-top: none; padding-top: 14px; }
.lyuiyj .ux4ge {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.lyuiyj .ux4ge summary { color: var(--text-primary); padding: 16px 18px; }
.lyuiyj .ux4ge[open] summary { box-shadow: none; }
.lyuiyj .ux4ge p { padding: 0 18px 18px; }
.exky83yc .ic73q5 { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.exky83yc .ux4ge {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.exky83yc .ux4ge:last-child { border-bottom: none; }
.exky83yc .ux4ge summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.exky83yc .ux4ge p { padding: 0 20px 16px; }
.vkbtr1pk .ux4ge { overflow: hidden; }
.vkbtr1pk .ux4ge 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));
}
.vkbtr1pk .ux4ge summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.vkbtr1pk .ux4ge summary::after { color: var(--tone-mark, var(--accent)); }
.vkbtr1pk .ux4ge[open] summary { border-radius: 0; box-shadow: none; }
.khrngi { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.qmx62v {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.jm2m8k {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.xera { color: var(--text-muted); font-size: var(--fs-body); }
.vj5iq9a {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.nmzgrk { margin-bottom: 20px; }
.qu5c9wi0 {
  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);
}
.qx8wq0 {
  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;
}
.qx8wq0:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.ckwk17f { resize: vertical; min-height: 130px; }
.natkt8 { width: 100%; margin-top: 8px; }
.bk9ir66 {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.sbakhzx {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.mvhcd { color: var(--text-muted); line-height: var(--lh-read); }
.l4wxbedk { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.l4wxbedk li { margin-bottom: 8px; }
.dtxia7m { max-width: 760px; margin: 0 auto; }
.u68f4b7v { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.nb81rwvs { max-width: 760px; margin: 0 auto; }
.u0an ul.l4wxbedk { margin: 0; }
@media (max-width: 640px) { .h88um { grid-template-columns: 1fr; gap: 12px; } }
.uqfo { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.hblb4bo { background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 24px; }
.v7qq46s { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.hblb4bo p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.hblb4bo .l4wxbedk { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .uqfo { grid-template-columns: 1fr; } }
.n6nt2 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.n6nt2:hover .akuah { color: var(--accent-light); text-decoration: underline; }
.hsxnh { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.s5pcqe { margin-bottom: 48px; }
.o1c0p { max-width: 760px; margin: 0 auto; }
.ybzlkp { max-width: 640px; margin: 0 auto; }
.fi4mmj { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.fi4mmj:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.d8san4 { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.fi4mmj p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.fi4mmj ul.l4wxbedk { margin: 0; }
.hd1i9i71 { color: var(--text-muted); line-height: var(--lh-read); }
.x1i8r91q .l4wxbedk,
.ybzlkp .l4wxbedk,
.hty14 .l4wxbedk,
.b0s0f .l4wxbedk {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.x1i8r91q .fi4mmj,
.ybzlkp .fi4mmj { text-align: left; }
.x1i8r91q .d8san4,
.ybzlkp .d8san4 { text-align: center; }
.tzft { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.dujvybns { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.pnpl { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.s3v3c56z { margin-top: 12px; }
.dbmjqk { 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; }
.dbmjqk:hover { border-bottom-color: var(--accent-light); }
.kcuheb3 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.kcuheb3 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.o7fuh7 { width: 72px; height: 72px; }
.f72unm03 { border-radius: 50%; }
.gzmy3 { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.gui5e { color: var(--text-muted); font-weight: 600; letter-spacing: normal; }
@media (max-width: 640px) { .v98rn8j { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.jnql .pnpl, .jnql .dujvybns { max-width: 640px; }
.hlsfq86 .tzft { font-size: var(--fs-h3); margin-top: 20px; }
.i650nt1 .pnpl { margin-bottom: 28px; }
@media (max-width: 860px) { .vlveote { grid-template-columns: 1fr; } .hlsfq86 { position: static; text-align: center; } }
.m1luk5yh .kcuheb3 { margin: 0 auto 20px; }
.m1luk5yh .gzmy3 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .f2c1ho { grid-template-columns: 1fr; } }
.pbs7mh .tzft { font-size: var(--fs-h3); margin-bottom: 8px; }
.b0s0f .l4wxbedk { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .pbs7mh { flex-direction: column; text-align: center; } .x77ht { grid-template-columns: 1fr; } }
.ezs1 { display: flex; gap: 20px; align-items: center; padding-bottom: 24px; border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 32px; }
.ezs1 .tzft { font-size: var(--fs-lead); margin: 0 0 4px; }
.ezs1 .gzmy3 { margin: 0; }
.ijcb .jm2m8k { color: var(--accent-light); }
.lk16zn7x .jm2m8k { font-size: var(--fs-h2); }
.lk16zn7x .xera { max-width: 680px; }
.iu7a6r {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.iu7a6r .jm2m8k { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.iu7a6r .xera  { margin: 0; }
@media (max-width: 640px) { .iu7a6r { flex-direction: column; } }
.thkdbm .jm2m8k { color: var(--accent-light); }
.p7xkv .jm2m8k { color: #fff; }
.p7xkv .xera  { color: rgba(255,255,255,0.85); }
.f5hmv6w { max-width: 680px; margin: 0 auto; }
.co3e {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .co3e { grid-template-columns: 1fr; } }
.mao0 .qx8wq0 {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.mao0 .qx8wq0:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.l0ft7p5 .qx8wq0 { background: var(--bg-raised); border-color: transparent; }
.l0ft7p5 .qx8wq0:focus { background: var(--bg-card); border-color: var(--accent-light); }
.pkakv8 .qx8wq0 { border-radius: var(--r-pill); padding: 12px 20px; }
.pkakv8 .ckwk17f { border-radius: var(--r-card); }
.ytwb4d7w {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .ytwb4d7w { grid-template-columns: 1fr; } }
.ofy2b18y {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 24px 24px;
}
.ofy2b18y h2 {
  font-size: var(--fs-sm); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.ofy2b18y p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.x0qeuig:empty,.rk2775y9:empty{display:none}
.cuwns{position:relative;overflow:visible}
.laul .yyto .rk2775y9,.mykxf .yyto .rk2775y9,
.x2gb .yyto .rk2775y9,.msczkt6 .yyto .rk2775y9,
.btfy .yyto .rk2775y9{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}
.laul .yyto .rk2775y9{margin-right:auto}
.mykxf .yyto .rk2775y9{margin-left:auto}
.x2gb .yyto .rk2775y9{margin-right:auto}
.msczkt6 .yyto .rk2775y9{margin-left:auto}
.btfy .yyto .rk2775y9{margin: 0 auto}
.xw0iemv .yyto .rk2775y9{margin: 0}
.xw0iemv .ti3znt6~.yyto .rk2775y9,
.xw0iemv .bkvnw~.yyto .rk2775y9{justify-content:flex-start}
.ti3znt6~.yyto .rk2775y9{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.bkvnw~.yyto .rk2775y9{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ggi5c .rk2775y9{margin: 0 0 12px}
.rk2775y9{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.mav8{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.akuah{font-weight:600;color:var(--text-heading);opacity:1}
.vw1pk .mav8{display:none}
.vjgql .rk2775y9{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.atnb4gk .izqdg{border-left: var(--bw-rule) solid var(--accent);padding-left: 8px;font-size: var(--fs-caption)}
.atnb4gk .s57rjl::before{content:""}
.no8u .rk2775y9{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.loe6x{--date-bg:var(--accent-bg-light)}
.fxowty .s57rjl::before{content:""}
.k6lkpkj .tgl3{padding: 20px 0}
@media(max-width:640px){
  .tgl3{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .l9j5p{max-width:100%}
}
.w6fy9r1 .fd84{margin: 0}
@media (max-width:560px){
  .tgbjr90s{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) {
  .vumumxp { padding: 28px 20px 20px; }
  .sdom { font-size: var(--fs-lead); }
  .rjp0wy { max-width: 220px; max-height: 80px; }
}
.muf0dpi {
  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);
}
.cley {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.qaqqdp  .muf0dpi { border-radius: 50%; }
.yh2cbqo  .muf0dpi { border-radius: var(--r-chip); }
.nq0pc .muf0dpi { border-radius: var(--r-card); }
.kitz1 .sxykds {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .muf0dpi { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.obp85z .xapsdz0 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.obp85z .q362bax {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.obp85z .sxykds {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.getf2e {
  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;                  
}
.getf2e.x0twun { transform: translate(-50%, 0); }
.getf2e .xapsdz0,
.getf2e .q362bax {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.getf2e .sxykds {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.bnw5d {
  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;
}
.bnw5d::before,
.bnw5d::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.bnw5d::before { transform: translate(-50%, -50%) rotate(45deg); }
.bnw5d::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.bnw5d:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .getf2e { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .getf2e .sxykds {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .getf2e .sqocl6z { display: none !important; }
  .getf2e .lb8wee { font-size: var(--fs-body) !important; }
  .getf2e .muf0dpi { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .bnw5d { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .e5b5 { flex-direction: row-reverse; }
[dir="rtl"] .i778r { flex-direction: row-reverse; }
[dir="rtl"] .q1kk5  .udir { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .u7cot2j .udir { right: auto; left: 20px; }
  [dir="rtl"] .q1kk5  .udir { left: auto;  right: 20px; }
}
[dir="rtl"] .k6ip2 .xyvhy6  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .phxgn42l .xyvhy6 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ldeyp, [dir="rtl"] .e9n0c0 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .we5wz48 { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .bdgdcu4s { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .r4kb7 { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .sxykds { direction: rtl; }
[dir="rtl"] .muf0dpi { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .o2jl,
[dir="rtl"] .tcmyjqr { direction: rtl; }
[dir="rtl"] .cnakg { direction: rtl; }
[dir="rtl"] .utmff9j { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .w05rgj.ec1qst5x .dnofy6,
[dir="rtl"] .p4zdey4.ec1qst5x .dnofy6,
[dir="rtl"] .k763bu.ec1qst5x .dnofy6,
[dir="rtl"] .ei4ey.ec1qst5x .dnofy6,
[dir="rtl"] .dxv4nng.ec1qst5x .dnofy6 { text-align: right; }
[dir="rtl"] .ti3znt6.ec1qst5x .yhooem4 { align-items: flex-end; text-align: right; }
[dir="rtl"] .q362bax,
[dir="rtl"] .m2fhpvx,
[dir="rtl"] .eeu5m,
[dir="rtl"] .dnofy6 { text-align: right; }
[dir="rtl"] .vj5iq9a,
[dir="rtl"] .qu5c9wi0,
[dir="rtl"] .pnpl,
[dir="rtl"] .qx8wq0,
[dir="rtl"] .ckwk17f { text-align: right; direction: rtl; }
[dir="rtl"] .pkakv8 .qx8wq0,
[dir="rtl"] .mao0 .qx8wq0 { padding-right: 20px; padding-left: 20px; }
.mj0bodce .jvpix21,
.upvb .jvpix21,
.wk1b5s .jvpix21 { border: var(--bw-hair) solid var(--border-alt); }
.p8gc3g0 .jvpix21 {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.mj0bodce .o2jl,
.upvb .o2jl,
.p8gc3g0 .o2jl,
.wk1b5s .o2jl {
  gap: 24px;
  padding: 24px 24px;
}
.mj0bodce .o2jl + .o2jl,
.wk1b5s .o2jl + .o2jl { border-top: none; }
.mj0bodce .o2jl:nth-child(even),
.wk1b5s .o2jl:nth-child(even) { background: var(--bg-surface); }
.p8gc3g0 .o2jl {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.mj0bodce .hlstuxd,
.upvb .hlstuxd,
.p8gc3g0 .hlstuxd,
.wk1b5s .hlstuxd {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent-bg); color: var(--accent);
  font-size: var(--fs-sm); font-weight: 700;
}
.wk1b5s .hlstuxd { background: var(--accent); color: var(--cta-fg, #fff); }
.mj0bodce .yayi,
.upvb .yayi,
.p8gc3g0 .yayi,
.wk1b5s .yayi {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.mj0bodce .kl34u7,
.upvb .kl34u7,
.p8gc3g0 .kl34u7,
.wk1b5s .kl34u7 {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.wk1b5s .w8v2j { font-size: var(--fs-body); font-weight: 700; }
.mj0bodce .fri8, .mj0bodce .ix5f, .mj0bodce .arqr7q,
.upvb .fri8, .upvb .ix5f, .upvb .arqr7q,
.p8gc3g0 .fri8, .p8gc3g0 .ix5f, .p8gc3g0 .arqr7q,
.wk1b5s .fri8, .wk1b5s .ix5f, .wk1b5s .arqr7q {
  background: transparent;
  padding: 12px 0; align-items: flex-start; text-align: left;
}
.mj0bodce .tkeyrgyo.g5pq5b3s,
.upvb .tkeyrgyo.g5pq5b3s,
.p8gc3g0 .tkeyrgyo.g5pq5b3s,
.wk1b5s .tkeyrgyo.g5pq5b3s {
  padding: 16px 24px !important;
}
.wk1b5s .tkeyrgyo.g5pq5b3s { box-shadow: none; }
@media (max-width: 1080px) {
  .mj0bodce .o2jl,
  .upvb .o2jl,
  .p8gc3g0 .o2jl,
  .wk1b5s .o2jl { gap: 16px; padding: 20px; }
  .mj0bodce .yayi,
  .upvb .yayi,
  .p8gc3g0 .yayi,
  .wk1b5s .yayi { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .mj0bodce .yayi,
  .upvb .yayi,
  .p8gc3g0 .yayi,
  .wk1b5s .yayi { width: 104px; height: 104px; }
}
.v0li0z8z .s20p { display: none; }
.t9bh li::before { color: #2f855a; font-weight: 700; }
.mw0o1 li::before { color: #9b2c2c; font-weight: 700; }
.ensso::before { color: #2f855a; }
.q3n5r::before { color: #9b2c2c; }
.kel60t1  .w73ztj, .kel60t1  .hi9xz1n { border-radius: var(--r-pill); }
.qnd1jr .w73ztj, .qnd1jr .hi9xz1n { border-radius: 0; }
.nhjwf .w73ztj, .nhjwf .hi9xz1n { border-radius: var(--r-btn); }
.w73ztj, .hi9xz1n, .frkx, .g5pq5b3s, .tkeyrgyo.g5pq5b3s {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
.frkx, .g5pq5b3s, .tkeyrgyo.g5pq5b3s, .w73ztj, .hi9xz1n,
.ukt8zloh, .yq3007tq, .getf2e .w73ztj {
  border-radius: var(--btn-radius) !important;
}
.vi8gcsr a, .m2fhpvx a, .eeu5m a, .li46ey9 a, .ux4ge 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;
}
.vi8gcsr a:hover, .m2fhpvx a:hover, .eeu5m a:hover, .li46ey9 a:hover { text-decoration-color: currentColor; }
.g2v2 { --hero-a: var(--b-600); --hero-b: var(--b-700); }
.bqj1tlel .cusroi.k763bu .jlfgdt,
.bqj1tlel section.k763bu .jlfgdt { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.bqj1tlel .k763bu .nsixis7 { color: var(--text-body); }
.g2v2 .w05rgj:not(.k763bu) .x2td {
  background: linear-gradient(120deg, color-mix(in srgb, var(--b-900) 88%, transparent) 0%, color-mix(in srgb, var(--b-700) 58%, transparent) 100%);
}
.cusroi.w05rgj:not(.k763bu) .jlfgdt,
section.w05rgj:not(.k763bu) .jlfgdt { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.cmzh.g2v2 .k763bu .frkx,
.qf3iso8j .lha1y { background: var(--bg-page); border-top-color: var(--border-alt); }
.rol3jktj .lha1y { background: var(--b-50); border-top-color: var(--b-200); }
.glr0db1 .lha1y, .hffb0ih .lha1y, .fop40omz .lha1y {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.glr0db1 .lha1y :is(.bbkpfw, .jtq1),
.hffb0ih   .lha1y :is(.bbkpfw, .jtq1),
.fop40omz    .lha1y :is(.bbkpfw, .jtq1) { color: rgba(255,255,255,0.68); }
.glr0db1 .lha1y :is(.ru8ik6, .jppx8),
.hffb0ih   .lha1y :is(.ru8ik6, .jppx8),
.fop40omz    .lha1y :is(.ru8ik6, .jppx8) { color: rgba(255,255,255,0.7); }
.glr0db1 .lha1y a, .hffb0ih .lha1y a, .fop40omz .lha1y a { color: rgba(255,255,255,0.9); }
.glr0db1 .lha1y a:hover, .hffb0ih .lha1y a:hover, .fop40omz .lha1y a:hover { color: #fff; }
.glr0db1 .lha1y .w2tnwx,
.hffb0ih   .lha1y .w2tnwx,
.fop40omz    .lha1y .w2tnwx { color: #fff; }
.x71sggf .jvpix21:not(.vf1zy99) .o2jl:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.yknjp .jvpix21:not(.vf1zy99) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.yknjp .jvpix21:not(.vf1zy99) .o2jl { background: var(--bg-card); border-radius: var(--r-btn); }
.yknjp .jvpix21:not(.vf1zy99) .o2jl + .o2jl { margin-top: 8px; border-top: none; }
.hlstuxd { color: var(--tone-mark, var(--text-muted)); }
.mfnfpjew .o2jl::before { background: var(--tone-line, var(--accent)); }
.ftrqg .o2jl:first-child { border-top-color: var(--tone-line, var(--accent)); }
.ux4ge summary:hover::after, .ux4ge[open] summary::after { color: var(--tone-mark, var(--accent)); }
.etuz .v6op4pyc .kl34u7,
.etuz .mv5du.v6op4pyc img,
.etuz .rz9qq.v6op4pyc img { border-radius: 22%; }
.etuz .mv5du.v6op4pyc { border-radius: var(--r-card); }
.w7ph3n3 .v6op4pyc .kl34u7,
.w7ph3n3 .mv5du.v6op4pyc img,
.w7ph3n3 .rz9qq.v6op4pyc img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.w7ph3n3 .mv5du.v6op4pyc { border-radius: 50%; padding: 5px; }
.w7ph3n3 .v6op4pyc.yayi, .etuz .v6op4pyc.yayi { overflow: visible; }
.wruy, .shv87d3, .jvpix21:not(.vf1zy99), .fd84, .ux4ge {
  border: none; box-shadow: var(--sh-card);
}
.gbaju .jvpix21:not(.vf1zy99) { box-shadow: var(--sh-lift); }
.qlw69 .ux4ge, .sxpu .ux4ge, .exky83yc .ux4ge { box-shadow: none; }
.exky83yc .ic73q5 { border: none; box-shadow: var(--sh-card); }
.lyuiyj .ux4ge { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.sxpu .ux4ge summary { border: none; box-shadow: var(--sh-card); }
.sxpu .ux4ge[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.vkbtr1pk .ux4ge summary { color: var(--tone-fill-head-raw); }
.dxmn7o, .r4kb7, .cnakg { border: none; box-shadow: var(--panel-sh, none); }
.rk4one3 .c8k1sqz { border: none; box-shadow: var(--sub-sh, none); }
.ym2q9 .dxmn7o, .ym2q9 .cnakg { box-shadow: var(--panel-sh, none); }
.ym2q9 .fd84, .ym2q9 .s456 .r4kb7 { box-shadow: var(--sh-card); }
.ym2q9 .rk4one3 .c8k1sqz { box-shadow: var(--sub-sh, none); }
.hz5w .c8k1sqz, .ym2q9 .hz5w .c8k1sqz, .gbaju .hz5w .c8k1sqz { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.dxmn7o { background: var(--bg-card-inner); border-radius: var(--r-card); }
.ph4p { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.hcdrlyp .dxmn7o   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.jhik .dxmn7o { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.c1ivsk .dxmn7o     { border: none; }
.c1ivsk .ph4p { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.zvnt9oz4 .dxmn7o    { border: none; box-shadow: var(--sh-card); }
.r4kb7 { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.b7trx { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.r4kb7 strong, .m055c5 .r4kb7 strong, .ttzb0x8 .r4kb7 strong,
.yzol .r4kb7 strong { color: var(--cl-head); }
.r4kb7 p, .m055c5 .r4kb7 p, .ttzb0x8 .r4kb7 p,
.yzol .r4kb7 p { color: var(--cl-fg); }
.m055c5 .r4kb7 { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.m055c5 .r4kb7 strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.fw0m4n0m .r4kb7 { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.ttzb0x8 .r4kb7 { border: none; }
.yzol .r4kb7  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.s456 .r4kb7   { 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); }
.we5wz48, .bdgdcu4s { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.we5wz48 ul li, .we5wz48 .t9bh li { color: var(--sem-pos-body); }
.bdgdcu4s ul li, .bdgdcu4s .mw0o1 li { color: var(--sem-neg-body); }
.relfk8pz .we5wz48, .relfk8pz .bdgdcu4s { border: none; }
.bcxz5h .we5wz48, .bcxz5h .bdgdcu4s { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.bcxz5h .we5wz48 { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.bcxz5h .bdgdcu4s { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.g5wdmb .we5wz48, .g5wdmb .bdgdcu4s { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.g5wdmb .we5wz48 { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.g5wdmb .bdgdcu4s { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.s4kj .we5wz48 .nuoa, .s4kj .bdgdcu4s .nuoa {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.s4kj .we5wz48 .nuoa { background: var(--sem-pos-fg); }
.s4kj .bdgdcu4s .nuoa { background: var(--sem-neg-fg); }
.s4kj .ensso::before, .s4kj .q3n5r::before { color: #fff; }
.l94mw7g .we5wz48 ul li, .l94mw7g .we5wz48 .t9bh li,
.l94mw7g .bdgdcu4s ul li, .l94mw7g .bdgdcu4s .mw0o1 li { color: var(--text-body); }
.cnakg { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.fxlynmo { color: var(--tone-fill-head, var(--text-primary)); }
.cil5i8y .utmff9j a, .gl2wy5m .utmff9j a, .p3bhnp9 .utmff9j a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.cil5i8y .utmff9j a:hover, .gl2wy5m .utmff9j a:hover, .p3bhnp9 .utmff9j a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.pmkxkj6 .cnakg { border-bottom-color: var(--border-alt); }
.pmkxkj6 .utmff9j a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.mv5du.v6op4pyc { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.mv5du.v6op4pyc img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.etuz .mv5du.v6op4pyc img { border-radius: 22%; }
.w7ph3n3  .mv5du.v6op4pyc img { border-radius: 50%; }
.w7ph3n3  .mv5du.v6op4pyc { padding: 0; }
@media (min-width: 900px) {
  .mafo8g .nmon6b > .wruy:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.ldeyp li::marker { color: var(--tone-mark, var(--accent)); }
.e9n0c0 li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.gzw9 li::marker { color: var(--tone-mark, var(--accent)); }
.njb3 h2.k8xlb2cp { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.i2vwf51o h2.k8xlb2cp { border-bottom-color: var(--tone-mark, var(--accent)); }
.n2d9y7x h2.k8xlb2cp { border-top-color: var(--tone-mark, var(--accent)); }
.k6ip2 .c8k1sqz, .phxgn42l .c8k1sqz, .ai3jlonu .c8k1sqz,
.k6ip2 .r4kb7, .phxgn42l .r4kb7, .ai3jlonu .r4kb7,
.k6ip2 .bs59ssz, .phxgn42l .bs59ssz, .ai3jlonu .bs59ssz,
.k6ip2 .fd84, .phxgn42l .fd84, .ai3jlonu .fd84 { clear: both; }
.xyvhy6 .dnod6az { box-shadow: var(--sh-card); }
.fd84 { border-radius: var(--r-card); }
.ttzrjxg .pkhr2 { border: none; }
.e01l .i778r a { color: var(--b-800); }
.e01l .i778r a:hover { color: var(--b-600); }
.bqj1tlel .cusroi.k763bu .jlfgdt,
.bqj1tlel section.k763bu .jlfgdt,
.bqj1tlel .p4zdey4 .jlfgdt { color: var(--b-900) !important; }
.bqj1tlel .k763bu .nsixis7, .bqj1tlel .p4zdey4 .nsixis7 { color: var(--b-800); }
.rol3jktj .lha1y, .rol3jktj .lha1y a { color: var(--b-800); }
.rol3jktj .lha1y :is(.bbkpfw, .jtq1, .ru8ik6) { color: var(--b-700); }
.sxykds { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.w73ztj { border: none; }
.vh3zo .w73ztj { background: #fff !important; color: var(--cta) !important; }
.ryjo .sxykds { background: var(--b-100); border: none; }
.ryjo .lb8wee { color: var(--b-900); }
.ryjo .sqocl6z { color: var(--b-800); }
.u6bt .sxykds { background: var(--b-900); border: none; border-radius: var(--r-card); }
.u6bt .lb8wee { color: #fff; }
.u6bt .sqocl6z { color: rgba(255,255,255,0.82); }
.i1bvw394 .sxykds { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.i1bvw394 .w73ztj { background: #fff !important; color: var(--b-800) !important; }
.muf0dpi { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.cley { width: 100%; height: 100%; object-fit: cover; }
h2.k8xlb2cp, .jlfgdt, h1.k8xlb2cp, .lb8wee { font-weight: 700; }
.ahm8 h3, h3.mn4k2j { font-weight: 600; }
.mje20e4 { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.ldeyp { list-style: none !important; padding-left: 0; margin: 16px 0; }
.ldeyp li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.ldeyp li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.ldeyp 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);
}
.y46lq .ldeyp li { padding-left: 28px; }
.y46lq .ldeyp 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));
}
.y46lq .ldeyp li::after { content: none; }
.y46lq .ldeyp li::marker, .ldeyp li::marker { content: ""; }
.e9n0c0 { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.e9n0c0 li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.e9n0c0 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;
}
.y46lq .e9n0c0 li::before { border-radius: 50%; }
.e9n0c0 li::marker { content: ""; }
.gzw9 { list-style: none; padding-left: 16px; }
.gzw9 li { position: relative; padding-left: 16px; }
.gzw9 li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.gzw9 li::marker { content: ""; }
h3.mn4k2j { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.vi8gcsr strong, .m2fhpvx strong, .jxwny 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");
}
.t9bh li::before, .mw0o1 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);
}
.mw0o1 li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.t9bh li, .mw0o1 li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.ensso::before, .q3n5r::before { content: none !important; display: none !important; }
.nuoa { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.v0li0z8z .s20p, .s20p {
  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;
}
.iy5u8ryp .s20p     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.b7trx .s20p { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.d9jm3gr .s20p  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.q0kckw1e .s20p, .q9ati .s20p { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.s20p::before { content: none !important; }
.r4kb7 { gap: 14px; }
.l94mw7g .we5wz48, .l94mw7g .bdgdcu4s { padding: 0; }
.l94mw7g .bdgdcu4s { padding-left: 20px; }
.rk4one3 .c8k1sqz { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.wr8k3 h2.k8xlb2cp { 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); }
.upbv .u6bt .w73ztj, .upbv .i1bvw394 .w73ztj,
.upbv.q1rzgo5 .mwa1w, .upbv.fop40omz .lha1y .g5pq5b3s { background: #fff !important; color: var(--b-900) !important; }
.mafo8g .nmon6b { align-items: stretch; }
.pkhr2 { font-size: var(--fs-sm); }
.pkhr2 th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.pkhr2 td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.pkhr2 td:first-child { font-weight: 600; color: var(--text-primary); }
.pkhr2 tbody tr:last-child td { border-bottom: none; }
.pkhr2 tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.z1jsb .pkhr2 th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.ttzrjxg .pkhr2 th, .ttzrjxg .pkhr2 td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.ttzrjxg .pkhr2 th + th, .ttzrjxg .pkhr2 td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.ttzrjxg .pkhr2 tbody tr:last-child td { border-bottom: none; }
.o03h20 .ttzrjxg .pkhr2 th + th, .lm0pumy .ttzrjxg .pkhr2 th + th,
.xi4k.ttzrjxg .pkhr2 th + th { border-left-color: rgba(255,255,255,0.16); }
.hnyce8 .pkhr2 tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.u3ay1 { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.dxmn7o {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.dxmn7o:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.gs41gyl, .pzk0o3tr .gs41gyl {
  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;
}
.m50peb .gs41gyl { border-radius: 50%; padding: 14px; }
.pf9rap74 .dxmn7o { align-items: center; text-align: center; }
.pf9rap74 .gzw9 { text-align: left; }
.pf9rap74 .dn1q1 { margin-left: auto; margin-right: auto; }
.ph4p, .nquj .ph4p, .c1ivsk .ph4p {
  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));
}
.nplqsp { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.gzw9 { 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); }
.gzw9 li { margin-bottom: 6px; line-height: var(--lh-snug); }
.xjrt .ph4p { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.xjrt .ph4p::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.pf9rap74.xjrt .ph4p, .m50peb.xjrt .ph4p { align-items: center; }
.c5zqqso .dxmn7o { padding-left: 0; padding-right: 0; }
.c5zqqso .dxmn7o:hover { transform: none; box-shadow: none; }
.dxmn7o, .c1ivsk .dxmn7o { background: var(--bg-card); box-shadow: var(--sh-card); }
.ym2q9 .dxmn7o, .gbaju .dxmn7o { box-shadow: var(--sh-card); }
.c5zqqso .dxmn7o, .ym2q9 .c5zqqso .dxmn7o { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .u3ay1:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .u3ay1:has(> :nth-child(5):last-child) .dxmn7o { padding: 20px 16px 18px; }
  .u3ay1:has(> :nth-child(6):last-child), .u3ay1:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .u3ay1:has(> :nth-child(7):last-child), .u3ay1:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .ldeyp li, [dir="rtl"] .y46lq .ldeyp li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .y46lq .ldeyp li { padding-right: 28px; }
[dir="rtl"] .ldeyp li::before { left: auto; right: 0; }
[dir="rtl"] .y46lq .ldeyp li::before { left: auto; right: 6px; }
[dir="rtl"] .ldeyp li::after { left: auto; right: 9px; }
[dir="rtl"] .e9n0c0 li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .e9n0c0 li::before { left: auto; right: 0; }
[dir="rtl"] .gzw9 { padding-left: 0; padding-right: 0; }
[dir="rtl"] .gzw9 li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .gzw9 li::before { left: auto; right: 0; }
[dir="rtl"] .t9bh li, [dir="rtl"] .mw0o1 li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .t9bh li::before, [dir="rtl"] .mw0o1 li::before { left: auto; right: 0; }
[dir="rtl"] .g5wdmb .we5wz48, [dir="rtl"] .g5wdmb .bdgdcu4s { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .g5wdmb .we5wz48 { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .g5wdmb .bdgdcu4s { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .l94mw7g .bdgdcu4s { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .r4kb7, [dir="rtl"] .yzol .r4kb7, [dir="rtl"] .s456 .r4kb7 { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .m055c5 .r4kb7, [dir="rtl"] .fw0m4n0m .r4kb7, [dir="rtl"] .ttzb0x8 .r4kb7 { border-right: none; }
[dir="rtl"] .njb3 h2.k8xlb2cp { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .hcdrlyp .dxmn7o { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .dxmn7o { align-items: flex-start; text-align: right; }
[dir="rtl"] .pkhr2 th, [dir="rtl"] .pkhr2 td { text-align: right; }
[dir="rtl"] .ttzrjxg .pkhr2 th + th, [dir="rtl"] .ttzrjxg .pkhr2 td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .lyuiyj .ux4ge, [dir="rtl"] .vkbtr1pk .ux4ge summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .ux4ge summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .x71sggf .jvpix21:not(.vf1zy99) .o2jl:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .o2jl { gap: 0 14px; padding: 16px; }
  .o2jl::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .l84zcaf, .ifg2fxe { flex: 1 1 0; min-width: 0; }
  .w98o4lmy { flex: 0 0 auto; }
  .e53anv { align-self: center; }
  
  .fri8, .ix5f, .arqr7q,
  .w87e, .g508e, .spjsgzee,
  .ljy7zq, .zcos, .ap7t30 {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .fri8, .ix5f, .arqr7q { flex-basis: 100%; min-width: 100%; }
  
  .ii8iqvd, .n1moe5ur { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .u3tc6, .nldh2n3 { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .nldh2n3 .peqiv:nth-child(n+3) { display: inline-block; }
  .nldh2n3 .peqiv:nth-child(n+4) { display: none; }
  
  .vijq8eg, .b8sj6li4 { margin-top: 16px; }
  .czyqrm { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .w87e, .g508e, .spjsgzee,
  .ljy7zq, .zcos, .ap7t30 { flex-basis: 100%; min-width: 100%; }
}
.yayi.v6op4pyc, .d6e4 .yayi.v6op4pyc, .t3eq3wg .yayi.v6op4pyc,
.u1680 .yayi.v6op4pyc, .v2zcpq8 .yayi.v6op4pyc,
.rz9qq.v6op4pyc, .d6e4 .rz9qq.v6op4pyc, .t3eq3wg .rz9qq.v6op4pyc,
.u1680 .rz9qq.v6op4pyc, .v2zcpq8 .rz9qq.v6op4pyc {
  background: transparent; padding: 0; width: auto; height: auto;
}
.d6e4 .yayi.v6op4pyc .kl34u7, .t3eq3wg .yayi.v6op4pyc .kl34u7,
.u1680 .yayi.v6op4pyc .kl34u7, .v2zcpq8 .yayi.v6op4pyc .kl34u7 { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .yayi.v6op4pyc .kl34u7 { max-height: 64px; max-width: 64px; }
  
  .nldh2n3 { flex-wrap: wrap; overflow: visible; }
  .nldh2n3 .peqiv { max-width: 100%; }
}
.p2mop8ag .g5pq5b3s { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .p2mop8ag { flex-direction: column; align-items: stretch; }
  .p2mop8ag .g5pq5b3s { text-align: center; }
}
@media (min-width: 900px) {
  .t9az9h .nmon6b, .t9az9h.mafo8g .nmon6b { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .t9az9h .wruy:has(> .yfmxwm5) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .t9az9h .wruy:has(> .yfmxwm5) > .p2mop8ag { display: none; }

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

  .t9az9h .wpo9vu { display: flex; flex-direction: column; min-width: 0; }
  .t9az9h .wpo9vu .q379 { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .t9az9h .wpo9vu .q379 img.i7fgyex { max-height: 250px; }
  .t9az9h .wpo9vu .lf5tjnry { flex: 1 1 auto; }
  
  .t9az9h .wpo9vu .dtanfc { grid-template-columns: 1fr 1fr; gap: 20px; }
  .t9az9h .wpo9vu .u5psct { flex-wrap: wrap; }
  .t9az9h .wpo9vu .rft9 { flex: 0 0 auto; margin: 0 8px 0 0; }
  .t9az9h .wruy:last-child:nth-child(odd) { grid-column: auto; }
  
  .t9az9h.npk6 .tpj8u, .t9az9h.p69om5 .tpj8u { background: none; }
}
.bxt0f .mv5du.v6op4pyc, .bxt0f .mv5du.v6op4pyc img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.m50peb .dxmn7o { align-items: center; text-align: center; }
.m50peb .gzw9 { text-align: left; }
.sckuwv4 .u3ay1, .sckuwv4 .u3ay1:has(> :nth-child(5):last-child),
.sckuwv4 .u3ay1:has(> :nth-child(6):last-child), .sckuwv4 .u3ay1:has(> :nth-child(7):last-child),
.sckuwv4 .u3ay1:has(> :nth-child(8):last-child), .sckuwv4 .u3ay1:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.sckuwv4 .dxmn7o { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.sckuwv4 .gs41gyl, .sckuwv4 .dn1q1 { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.sckuwv4 .ph4p, .sckuwv4 .nplqsp, .sckuwv4 .gzw9 { grid-column: 2; }
.sckuwv4 .dxmn7o > .ph4p:first-child, .sckuwv4 .dxmn7o > .ph4p:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .sckuwv4 .dxmn7o { direction: rtl; }
.lch14o0 .dxmn7o { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.lch14o0 .gs41gyl {
  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;
}
.lch14o0 .ph4p, .lch14o0 .nplqsp { padding-left: 22px; padding-right: 22px; }
.lch14o0 .gzw9 { margin-left: 22px; margin-right: 22px; }
.lch14o0 .u3ay1:has(> :nth-child(5):last-child) .dxmn7o { 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"); }
.gzw9 { padding-left: 0 !important; }
.gzw9 li { padding-left: 22px; margin-bottom: 8px; }
.gzw9 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"] .gzw9 li { padding-left: 0; padding-right: 22px; }
@media (min-width: 900px) {
  
  .t9az9h .wruy:has(> .yfmxwm5) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .t9az9h .wruy:has(> .yfmxwm5) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .t9az9h .yfmxwm5 { background: none; align-self: start; position: sticky; top: 96px; }
  .t9az9h .yfmxwm5 .i1vf { align-items: stretch; }
  .t9az9h .yfmxwm5 .k3xmazxc { margin-top: 0; padding: 20px 0 0; }
  .t9az9h .yfmxwm5 .ahm8 { padding: 0; }
  
  .t9az9h.w8bgws .yfmxwm5 .mv5du { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .t9az9h.w8bgws .yfmxwm5 .mv5du:not(.v6op4pyc) { width: 112px; height: 112px; padding: 6px; }
}
.sckuwv4 .u3ay1, .sckuwv4 .u3ay1:has(> :nth-child(5):last-child),
.sckuwv4 .u3ay1:has(> :nth-child(6):last-child), .sckuwv4 .u3ay1:has(> :nth-child(7):last-child),
.sckuwv4 .u3ay1:has(> :nth-child(8):last-child), .sckuwv4 .u3ay1:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sckuwv4 .u3ay1 > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.sckuwv4 .dxmn7o { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.sckuwv4 .gs41gyl, .sckuwv4 .dn1q1 { position: absolute; left: 22px; top: 22px; margin: 0; }
.sckuwv4 .dxmn7o:not(:has(.gs41gyl, .dn1q1)) { padding-left: 22px; }
[dir="rtl"] .sckuwv4 .dxmn7o { padding: 22px 104px 22px 22px; }
[dir="rtl"] .sckuwv4 .gs41gyl, [dir="rtl"] .sckuwv4 .dn1q1 { left: auto; right: 22px; }
@media (max-width: 700px) { .sckuwv4 .u3ay1 { grid-template-columns: minmax(0, 1fr) !important; } }
.sckuwv4 .u3ay1 .dxmn7o { padding: 22px 22px 22px 104px !important; }
.sckuwv4 .u3ay1 .dxmn7o:not(:has(.gs41gyl, .dn1q1)) { padding-left: 22px !important; }
[dir="rtl"] .sckuwv4 .u3ay1 .dxmn7o { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .dtanfc, .bs59ssz { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .l94mw7g .bdgdcu4s, [dir="rtl"] .l94mw7g .bdgdcu4s {
    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;
  }
  
  .fy1t7o5 .wruy:has(.q379) .ahm8 { padding-top: 0; }
}
.khrngi p, .mvhcd, .l4wxbedk, .nqx2g, .u68f4b7v,
.pnpl, .k1p2, .u4j7, .ofy2b18y p, .hblb4bo p { color: var(--text-body); }
.xera { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.hvjt, .kc1k4 .hvjt, .v7qq46s,
.d8san4, .r6ngd, .sbakhzx,
.ofy2b18y h2, .ofy2b18y h3, .tg5ubg6t h2, .dtxia7m 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;
}
.jm2m8k { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.tzft { font-weight: 700; letter-spacing: -0.02em; }
.l4wxbedk, .nqx2g { list-style: none !important; padding-left: 0; }
.l4wxbedk li, .nqx2g li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.l4wxbedk li::marker, .nqx2g li::marker { content: ""; }
.l4wxbedk li::before, .nqx2g 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"] .l4wxbedk li, [dir="rtl"] .nqx2g li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .l4wxbedk li::before, [dir="rtl"] .nqx2g li::before { left: auto; right: 6px; }
.hblb4bo, .b0s0f, .ofy2b18y { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.khrngi a:not(.g5pq5b3s):not(.frkx) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .getf2e .sxykds {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .getf2e .muf0dpi { 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); }
  .getf2e .a4pfuq1 { flex: 1 1 0; min-width: 0; }
  .getf2e .lb8wee {
    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;
  }
  .getf2e .w73ztj { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .bnw5d { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.xbrdh h1, .xbrdh h2, .xbrdh h3, .xbrdh .jlfgdt,
.xbrdh h2.k8xlb2cp, .xbrdh h1.k8xlb2cp { font-weight: 600; }
.wf07 h1, .wf07 h2, .wf07 h3, .wf07 .jlfgdt,
.wf07 h2.k8xlb2cp, .wf07 h1.k8xlb2cp { font-weight: 700; }
.kv7q7wty h1, .kv7q7wty .jlfgdt, .kv7q7wty h1.k8xlb2cp,
.g9bg3r.xbrdh .jlfgdt { font-weight: 600; }
h3.mn4k2j, .wf07 h3.mn4k2j, .ahm8 h3, .wf07 .ahm8 h3 { font-weight: 600; }
.azkmp .i778r a, .uodpa .i778r a { font-weight: 600; }
.tyha2e0a .nnchwj { font-weight: 600; }
.tyha2e0a .q64y { font-weight: 700; }
.w8v2j { font-weight: 600; }
.q64y { font-weight: 700; }
.nsixis7 { font-weight: 400; }
.hxi6 { display: block; }
.w5c5 { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.w5c5 .cnakg { margin: 20px 0 8px; }
.xapsdz0 { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .w5c5 { padding: 0 16px; } }
@media (min-width: 1100px) {
  .vtdtxo .girwhos, .p1571 .girwhos, .t49008q .girwhos,
  .vtdtxo .hxi6, .p1571 .hxi6, .t49008q .hxi6 { max-width: 1280px; }
  .vtdtxo .hxi6, .p1571 .hxi6, .t49008q .hxi6 {
    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;
  }
  .p1571 .hxi6, .t49008q .hxi6 { grid-template-columns: minmax(0, 1fr) 264px; }
  .p1571 .w5c5, .t49008q .w5c5 { order: 2; }
  .vtdtxo .w5c5, .p1571 .w5c5, .t49008q .w5c5 {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .vtdtxo .h520ol35, .p1571 .h520ol35, .t49008q .h520ol35 {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .vtdtxo .ac3ed1d .q362bax, .p1571 .ac3ed1d .q362bax,
  .t49008q .ac3ed1d .q362bax { max-width: none; padding-left: 0; padding-right: 0; }
  .vtdtxo .ac3ed1d > .xapsdz0:first-child, .p1571 .ac3ed1d > .xapsdz0:first-child,
  .t49008q .ac3ed1d > .xapsdz0:first-child { padding-top: 0; }
  .vtdtxo .ac3ed1d > .xapsdz0:first-child .q362bax, .p1571 .ac3ed1d > .xapsdz0:first-child .q362bax,
  .t49008q .ac3ed1d > .xapsdz0:first-child .q362bax { padding-top: 0; }

  
  .vtdtxo .w5c5 .cnakg, .p1571 .w5c5 .cnakg, .t49008q .w5c5 .cnakg {
    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;
  }
  .vtdtxo .w5c5 .fxlynmo, .p1571 .w5c5 .fxlynmo, .t49008q .w5c5 .fxlynmo {
    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);
  }
  .vtdtxo .w5c5 .utmff9j, .p1571 .w5c5 .utmff9j, .t49008q .w5c5 .utmff9j {
    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);
  }
  .vtdtxo .w5c5 .utmff9j li, .p1571 .w5c5 .utmff9j li, .t49008q .w5c5 .utmff9j li {
    display: block !important; margin: 0 !important;
  }
  .vtdtxo .w5c5 .utmff9j li::before, .p1571 .w5c5 .utmff9j li::before, .t49008q .w5c5 .utmff9j li::before,
  .vtdtxo .w5c5 .utmff9j li::after, .p1571 .w5c5 .utmff9j li::after, .t49008q .w5c5 .utmff9j li::after,
  .vtdtxo .w5c5 .utmff9j a::before, .p1571 .w5c5 .utmff9j a::before, .t49008q .w5c5 .utmff9j a::before {
    content: none !important; display: none !important;
  }
  .vtdtxo .w5c5 .utmff9j a, .p1571 .w5c5 .utmff9j a, .t49008q .w5c5 .utmff9j 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;
  }
  .vtdtxo .w5c5 .utmff9j a:hover, .p1571 .w5c5 .utmff9j a:hover, .t49008q .w5c5 .utmff9j a:hover { color: var(--text-primary) !important; }
  .vtdtxo .w5c5 .utmff9j a.rzy7xq, .p1571 .w5c5 .utmff9j a.rzy7xq, .t49008q .w5c5 .utmff9j a.rzy7xq {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .t49008q .sd2o6e {
    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);
  }
  .gj8rknj { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .fg6whkw { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .uaiae { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .w7ph3n3 .uaiae { border-radius: 50%; }
  .jk5nfv { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .u56avvl { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .lc28ky3 { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .w5c5 .utmff9j { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .vtdtxo .w5c5 .utmff9j a, [dir="rtl"] .p1571 .w5c5 .utmff9j a, [dir="rtl"] .t49008q .w5c5 .utmff9j 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"] .vtdtxo .w5c5 .utmff9j a.rzy7xq, [dir="rtl"] .p1571 .w5c5 .utmff9j a.rzy7xq, [dir="rtl"] .t49008q .w5c5 .utmff9j a.rzy7xq { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .gm2ugao7 .w5c5 .utmff9j, [dir="rtl"] .qnuh7w .w5c5 .utmff9j,
[dir="rtl"].gm2ugao7 .w5c5 .utmff9j, [dir="rtl"].qnuh7w .w5c5 .utmff9j { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .w5c5 .utmff9j { border-right: none; } }
.qnuh7w .w5c5 {
  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);
}
.qnuh7w .w5c5 .cnakg {
  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;
}
.qnuh7w .w5c5 .fxlynmo { display: none !important; }
.qnuh7w .w5c5 .utmff9j {
  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;
}
.qnuh7w .w5c5 .utmff9j::-webkit-scrollbar { display: none; }
.qnuh7w .w5c5 .utmff9j li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.qnuh7w .w5c5 .utmff9j li::before, .qnuh7w .w5c5 .utmff9j li::after,
.qnuh7w .w5c5 .utmff9j a::before { content: none !important; display: none !important; }
.qnuh7w .w5c5 .utmff9j 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;
}
.qnuh7w .w5c5 .utmff9j li:first-child a { padding-left: 0 !important; }
.qnuh7w .w5c5 .utmff9j a:hover { color: var(--text-primary) !important; }
.qnuh7w .w5c5 .utmff9j a.rzy7xq { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.qnuh7w .xapsdz0 { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .qnuh7w .w5c5 .cnakg { padding: 0 16px !important; } }
.qnuh7w .w5c5 .utmff9j {
  -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;
}
.qnuh7w .w5c5 .cnakg { overflow: hidden; }
.y46lq .ldeyp li::before, .l4wxbedk li::before, .nqx2g li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .r7ko, .e0gc, .xuwjsp, .f9gq1y7 { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .q0kckw1e, .q9ati { display: block !important; }
  .q0kckw1e .s20p, .q9ati .s20p { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .q0kckw1e .s20p, [dir="rtl"] .q9ati .s20p { float: right; margin: 0 0 0 8px; }
  .q0kckw1e strong, .q9ati strong { line-height: 18px; margin-bottom: 8px; }
  .q0kckw1e p, .q9ati p { clear: both; }
  .wruy { --rv-pad: 18px; }
  .lf5tjnry { gap: 16px; }
}
.os0h9tx .h1gd2k5, .o0amy5k .h1gd2k5, .s4qc .h1gd2k5, .k882 .h1gd2k5 { color: var(--text-primary); }
.os0h9tx .h1gd2k5 .hmmsng { color: var(--tone-link, var(--accent)); }
.os0h9tx .h1gd2k5:not(:has(.hmmsng))::first-letter { color: var(--tone-link, var(--accent)); }
.os0h9tx .h1gd2k5 { display: inline-block; }
.k882 .h1gd2k5::after { content: "."; color: var(--tone-mark, var(--accent)); }
.s4qc .h1gd2k5 { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.o0amy5k .h1gd2k5 { font-weight: 700; letter-spacing: -0.035em; }
.qnfv2y6 .h1gd2k5, .q1rzgo5 .h1gd2k5,
.qnfv2y6 .h1gd2k5 .hmmsng, .q1rzgo5 .h1gd2k5 .hmmsng { color: #fff !important; }
.qnfv2y6.k882 .h1gd2k5::after, .q1rzgo5.k882 .h1gd2k5::after { color: rgba(255,255,255,0.7); }
.qnfv2y6.os0h9tx .h1gd2k5::first-letter, .q1rzgo5.os0h9tx .h1gd2k5::first-letter { color: #fff; }
.z2aasgk .ac3ed1d > .xapsdz0:nth-of-type(even) .xyvhy6 { display: none; }
.do0pho95 .ac3ed1d > .xapsdz0 .xyvhy6 { display: none; }
.do0pho95 .ac3ed1d > .xapsdz0:nth-of-type(-n+2) .xyvhy6 { display: block; }
.k4f0xa3 .xyvhy6 { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.k4f0xa3 .xyvhy6 .dnod6az { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .k4f0xa3 .xyvhy6 .dnod6az { aspect-ratio: 16 / 7; } }
.vggd7cvz .xyvhy6 .dnod6az { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.vggd7cvz .xyvhy6::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.vggd7cvz .xyvhy6, .sfu93 .xyvhy6 { border-radius: var(--r-card); isolation: isolate; }
.sfu93 .xyvhy6 .dnod6az { filter: grayscale(1) contrast(1.1); }
.qy1lg7o1, .qy1lg7o1.cusroi { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.qy1lg7o1 .dnofy6 { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.qy1lg7o1 .jlfgdt { 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; }
.qy1lg7o1 .nsixis7 { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.qy1lg7o1 .dnofy6::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.qy1lg7o1 ~ .yyto .rk2775y9 { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .vtdtxo .qy1lg7o1 .dnofy6, .p1571 .qy1lg7o1 .dnofy6, .t49008q .qy1lg7o1 .dnofy6 { max-width: 1280px; }
}
@media (max-width: 640px) { .qy1lg7o1 { padding-top: 24px; } .qy1lg7o1 .dnofy6 { padding: 0 16px; } .qy1lg7o1 .jlfgdt { font-size: var(--fs-h2); max-width: none; } }
.dxv4nng, .dxv4nng.cusroi, .ei4ey, .ei4ey.cusroi {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.dxv4nng .dnofy6, .ei4ey .dnofy6 { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.ti3znt6.uffub15, .ti3znt6.uffub15.cusroi { min-height: 0 !important; padding: 48px 0; }
.vf1zy99 .q64y {
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25;
}
.vf1zy99 .fri8, .vf1zy99 .ix5f, .vf1zy99 .arqr7q { background: var(--tone-fill-raw, var(--accent-bg)); }
.vf1zy99 .o2jl { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.vf1zy99 .o2jl::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .vf1zy99 .o2jl {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .vf1zy99 .os09ps0k, .vf1zy99 .w98o4lmy, .vf1zy99 .l84zcaf, .vf1zy99 .ifg2fxe,
  .vf1zy99 .fri8, .vf1zy99 .vijq8eg, .vf1zy99 .b8sj6li4 {
    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;
  }
  
  .cusroi .vf1zy99, .vf1zy99.nm77ud, .vf1zy99.owd9a8ps, .vf1zy99.kyogukar {
    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;
  }
  .cusroi .vf1zy99::-webkit-scrollbar { display: none; }
  .cusroi .vf1zy99 .o2jl { flex: 0 0 74% !important; scroll-snap-align: center; }
  .dxv4nng, .ei4ey { padding: 32px 0 24px; }
  .ti3znt6.uffub15 { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .ei4ey, .dxv4nng, .ti3znt6.uffub15 { overflow-x: clip; max-width: 100vw; }
  .ei4ey .dnofy6, .dxv4nng .dnofy6, .uffub15 .ofgx27n, .uffub15 .yhooem4 { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .cusroi .vf1zy99 { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.pd0tegix, .pd0tegix.cusroi, .uo2d6jda, .uo2d6jda.cusroi {
  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);
}
.bqj1tlel .pd0tegix, .bqj1tlel .uo2d6jda { --hero-fg: var(--b-900); --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-700); }
.pd0tegix { background: linear-gradient(120deg, var(--hero-a, var(--b-900)) 0%, var(--hero-b, var(--b-800)) 100%); padding: 36px 0 40px; }
.bqj1tlel .pd0tegix { border-bottom: var(--bw-hair) solid var(--b-200); }
.pd0tegix .dnofy6, .uo2d6jda .dnofy6 {
  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;
}
.pd0tegix .dnofy6 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.q8mlw9cp .dnofy6:has(.hzfe6ev) { grid-template-columns: minmax(0, 1fr) 320px; }
.pd0tegix .jlfgdt, .uo2d6jda .jlfgdt, .qy1lg7o1 .jlfgdt {
  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;
}
.pd0tegix .jlfgdt, .uo2d6jda .jlfgdt { color: var(--hero-fg) !important; }
.pd0tegix .nsixis7, .uo2d6jda .nsixis7 {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.hzfe6ev img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--r-card); box-shadow: 0 18px 40px -18px rgba(0,0,0,.55); }
.vvfgj { margin: 0; }
.vvfgj .rk2775y9, .vvfgj .rk2775y9 * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.vvfgj .rk2775y9 { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.pd0tegix .vvfgj .rk2775y9, .pd0tegix .vvfgj .rk2775y9 a, .pd0tegix .vvfgj .rk2775y9 span,
.uo2d6jda .vvfgj .rk2775y9, .uo2d6jda .vvfgj .rk2775y9 a, .uo2d6jda .vvfgj .rk2775y9 span { color: var(--hero-fg-dim) !important; }
.pd0tegix .vvfgj .rk2775y9 a, .uo2d6jda .vvfgj .rk2775y9 a { color: var(--hero-fg) !important; font-weight: 600; }
.qy1lg7o1 .vvfgj { margin: 0 0 14px; }
.qy1lg7o1 .vvfgj .rk2775y9 { color: var(--text-muted); }
.qy1lg7o1 .dnofy6::after { margin-top: 22px; }
.uo2d6jda .jlfgdt { max-width: 24ch; }
@media (min-width: 1100px) {
  .vtdtxo .pd0tegix .dnofy6, .p1571 .pd0tegix .dnofy6, .t49008q .pd0tegix .dnofy6,
  .vtdtxo .uo2d6jda .dnofy6, .p1571 .uo2d6jda .dnofy6, .t49008q .uo2d6jda .dnofy6 { max-width: 1280px; }
}
@media (max-width: 760px) {
  .pd0tegix { padding: 24px 0 26px; }
  .pd0tegix .dnofy6, .uo2d6jda .dnofy6 { padding: 0 16px; }
  .q8mlw9cp .dnofy6:has(.hzfe6ev) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .hzfe6ev { display: none; }
  .uo2d6jda { padding-top: 12px; }
  .mm1p { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .okbxa9u { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .okbxa9u img { width: 48px; height: 48px; flex: 0 0 48px; }
  .f03k5h { flex: 0 0 auto; }
  .kg0ezjz { flex: 1 1 0; min-width: 0; }
  .pd0tegix .jlfgdt, .uo2d6jda .jlfgdt, .qy1lg7o1 .jlfgdt { font-size: 25px !important; max-width: none; }
  .pd0tegix .nsixis7, .uo2d6jda .nsixis7 { font-size: 15px; }
}
.w05rgj .nsixis7, .ti3znt6 .nsixis7, .p4zdey4 .nsixis7 { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .h2r63 .jvpix21:not(.vf1zy99), .jfo1wwe .jvpix21:not(.vf1zy99) {
    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;
  }
  .h2r63 .jvpix21:not(.vf1zy99) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .h2r63 .jvpix21:not(.vf1zy99):has(> :nth-child(5):last-child),
  .h2r63 .jvpix21:not(.vf1zy99):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .h2r63 .jvpix21:not(.vf1zy99):has(> :nth-child(3):last-child),
  .h2r63 .jvpix21:not(.vf1zy99):has(> :nth-child(6):last-child),
  .h2r63 .jvpix21:not(.vf1zy99):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .jfo1wwe .jvpix21:not(.vf1zy99) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .h2r63 .jvpix21:not(.vf1zy99) > .o2jl,
  .jfo1wwe .jvpix21:not(.vf1zy99) > .o2jl: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;
  }
  .h2r63 .jvpix21:not(.vf1zy99) > .o2jl:hover,
  .jfo1wwe .jvpix21:not(.vf1zy99) > .o2jl:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .h2r63 .o2jl .os09ps0k, .jfo1wwe .o2jl:nth-child(-n+3) .os09ps0k {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .h2r63 .o2jl .w98o4lmy, .h2r63 .o2jl .l84zcaf, .h2r63 .o2jl .ifg2fxe,
  .jfo1wwe .o2jl:nth-child(-n+3) .w98o4lmy, .jfo1wwe .o2jl:nth-child(-n+3) .l84zcaf,
  .jfo1wwe .o2jl:nth-child(-n+3) .ifg2fxe { order: -2; padding: 0; gap: 12px; }
  .h2r63 .o2jl .yayi, .jfo1wwe .o2jl:nth-child(-n+3) .yayi {
    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;
  }
  .h2r63 .o2jl .kl34u7, .jfo1wwe .o2jl:nth-child(-n+3) .kl34u7 { max-height: 88px !important; max-width: 88% !important; }
  .h2r63 .o2jl .w8v2j, .jfo1wwe .o2jl:nth-child(-n+3) .w8v2j { padding: 0 16px; font-size: var(--fs-body); }
  .h2r63 .o2jl .e53anv, .jfo1wwe .o2jl:nth-child(-n+3) .e53anv { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .h2r63 .o2jl .vijq8eg, .h2r63 .o2jl .b8sj6li4,
  .jfo1wwe .o2jl:nth-child(-n+3) .vijq8eg, .jfo1wwe .o2jl:nth-child(-n+3) .b8sj6li4 { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .h2r63 .o2jl .b8sj6li4::before, .jfo1wwe .o2jl:nth-child(-n+3) .b8sj6li4::before { display: none; }
  .h2r63 .o2jl .u3tc6, .h2r63 .o2jl .nldh2n3,
  .jfo1wwe .o2jl:nth-child(-n+3) .u3tc6, .jfo1wwe .o2jl:nth-child(-n+3) .nldh2n3 { justify-content: center; }
  .h2r63 .o2jl .q64y, .jfo1wwe .o2jl:nth-child(-n+3) .q64y { font-size: var(--fs-sm); }
  
  .h2r63 .o2jl .kfzowe25, .jfo1wwe .o2jl:nth-child(-n+3) .kfzowe25 { display: none; }
  
  .h2r63 .jvpix21:not(.vf1zy99) > .o2jl::before,
  .jfo1wwe .jvpix21:not(.vf1zy99) > .o2jl: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"] .h2r63 .jvpix21:not(.vf1zy99) > .o2jl::before,
  [dir="rtl"] .jfo1wwe .jvpix21:not(.vf1zy99) > .o2jl:nth-child(-n+3)::before { left: auto; right: 10px; }

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

  
  .p63v .jvpix21:not(.vf1zy99) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .p63v .jvpix21:not(.vf1zy99)::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);
  }
  .p63v .jvpix21:not(.vf1zy99) > .o2jl { padding-top: 10px; padding-bottom: 10px; position: static; }
  .p63v .jvpix21:not(.vf1zy99) > .o2jl:first-child { position: relative; }
  .p63v .jvpix21:not(.vf1zy99) .os09ps0k { position: static; }
  .p63v .jvpix21:not(.vf1zy99) .ym3flf9r { display: none; }
  
  .p63v .jvpix21:not(.vf1zy99) > .o2jl:first-child .ym3flf9r {
    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;
  }
  .p63v .yayi { height: 64px !important; width: auto !important; }
  .p63v .kl34u7 { max-height: 56px !important; max-width: 120px !important; }
  .p63v .l84zcaf { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .p63v .q64y { font-size: var(--fs-sm); }
  .p63v .tkeyrgyo.g5pq5b3s { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .p63v .mfnfpjew .o2jl::before, .p63v.mfnfpjew .o2jl::before { top: 8px; bottom: 8px; }
  
  .h2r63.mfnfpjew .o2jl::before { border-radius: var(--r-pill) !important; }
  .h2r63.eskh720 .o2jl:nth-child(even), .jfo1wwe.eskh720 .o2jl:nth-child(even) { background: var(--bg-card) !important; }
  .h2r63.ftrqg .o2jl:first-child, .jfo1wwe.ftrqg .o2jl:first-child { border-top: none !important; }
  .h2r63.x71sggf .jvpix21:not(.vf1zy99) .o2jl:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .h2r63 .o2jl .b8sj6li4, .jfo1wwe .o2jl:nth-child(-n+3) .b8sj6li4 { display: flex !important; flex-direction: column; }
  
  .p63v .jvpix21:not(.vf1zy99) { 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; }
  .p63v .jvpix21:not(.vf1zy99) > .o2jl { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .p63v .jvpix21:not(.vf1zy99) > .o2jl + .o2jl { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .p63v .jvpix21:not(.vf1zy99) > .o2jl:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .p63v .l84zcaf, .p63v .w98o4lmy, .p63v .ifg2fxe { justify-content: flex-start; align-items: center; }
  .p63v .b8sj6li4 { --cs-link-h: 0px; }
  .p63v .b8sj6li4 .czyqrm { display: none; }
}
@media (min-width: 901px) {
  .h2r63 .jvpix21:not(.vf1zy99) .zb8v0eqg,
  .jfo1wwe .jvpix21:not(.vf1zy99) > .o2jl:nth-child(-n+3) .zb8v0eqg { display: block; }
}
body .cusroi.pd0tegix .jlfgdt, body .cusroi.uo2d6jda .jlfgdt,
body section.pd0tegix .jlfgdt, body section.uo2d6jda .jlfgdt { color: var(--hero-fg) !important; text-shadow: none !important; }
body .cusroi.qy1lg7o1 .jlfgdt { text-shadow: none !important; }
@media (max-width: 760px) {
  .okbxa9u { width: auto; flex-wrap: wrap; }
  .qulx9d5 { flex: 1 0 100%; margin-top: 4px; }
}
.uh2u { margin-top: 18px !important; }
.qy1lg7o1 .uh2u { margin: 16px 0 0 !important; }
.pc06j36 .ggi5c, .iuj3ua49 .ggi5c { display: block; }
@media (max-width: 640px) {
  .qnfv2y6 .i778r, .q1rzgo5 .i778r,
  .qnfv2y6 .i778r.yq9sv, .q1rzgo5 .i778r.yq9sv { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .qnfv2y6 .i778r a, .q1rzgo5 .i778r a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .e01l .i778r, .e01l .i778r.yq9sv { background: var(--b-50) !important; }
}
@media (min-width: 900px) {
  body.t9az9h .wruy .yfmxwm5 .ii6agr3q strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.pd0tegix, .uo2d6jda { --hero-fg-soft: rgba(255,255,255,0.92); --hero-fg-dim: rgba(255,255,255,0.84); }
.bqj1tlel .pd0tegix, .bqj1tlel .uo2d6jda { --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-800); }
.bbkpfw, .jtq1, .gj1h .bbkpfw, .gj1h .jtq1 { color: var(--text-muted); }
@media (max-width: 560px) {
  .mv5du.v6op4pyc, .mv5du.v6op4pyc img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .cuwns:has(> .w05rgj, > .pd0tegix, > .ti3znt6) + .i6bplpj { margin-top: -38px; }
  
  .xw0iemv .cuwns + .i6bplpj { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .vtdtxo .i6bplpj, .p1571 .i6bplpj, .t49008q .i6bplpj { max-width: 1280px; }
}
@media (max-width: 640px) {
  .iu7a6r .jm2m8k { max-width: none; }
}
.jm2m8k, .jlfgdt, .hvjt { overflow-wrap: break-word; }
.w6i5n > div > div, .khrngi .t6id4r > div { min-width: 0; }
.khrngi p, .khrngi li, .khrngi td, .khrngi a { overflow-wrap: anywhere; }
:root {
  --accent: #3d6ed1;
  --brand: #3d6ed1;
  --accent-light: #2c56ac;
  --brand-light: #2c56ac;
  --accent-bg: #f1f6ff;
  --accent-bg-light: #f1f6ff;
  --accent-pale: #c7dafe;
  --brand-pale: #c7dafe;
  --cta: #c81e3a;
  --cta-hover: #b0002c;
  --cta-fg: #ffffff;
  --cta-light: #5388ef;
  --text-primary: #242a35;
  --text-body: #3e4450;
  --text-sub: #3e4450;
  --text-muted: #5d6470;
  --text-faint: #6b727f;
  --text-dim: #6b727f;
  --text-label: #5d6470;
  --text-value: #242a35;
  --bg-page: #ffffff;
  --bg-surface: #f3f6fb;
  --bg-card: #ffffff;
  --bg-card-inner: #f6f8fc;
  --bg-card-inner-raw: #f6f8fc;
  --bg-raised: #eaeff6;
  --bg-hover: #f3f6fb;
  --border: #cfd4de;
  --border-alt: #dfe3ea;
  --border-section: #dfe3ea;
  --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: #f3f6fb;
  --bg-info: #f3f6fb;
  --c-tip-border: #3d6ed1;
  --c-warn-border: #a86b03;
  --c-tag-pay: #f3f6fb;
  --grad-start: #3d6ed1;
  --grad-end: #2c56ac;
  --tone-fill: #f3f6fb;
  --tone-fill-2: #eaeff6;
  --tone-fill-raw: #f3f6fb;
  --tone-fill-2-raw: #eaeff6;
  --tone-fill-head: #242a35;
  --tone-fill-fg: #3e4450;
  --tone-fill-muted: #555c68;
  --tone-fill-head-raw: #242a35;
  --tone-fill-fg-raw: #3e4450;
  --tone-fill-muted-raw: #555c68;
  --sh-card: 0 0 0 1px rgba(36, 42, 53, 0.06), 0 1px 2px rgba(36, 42, 53, 0.05), 0 10px 24px -14px rgba(36, 42, 53, 0.18);
  --sh-lift: 0 0 0 1px rgba(36, 42, 53, 0.06), 0 2px 4px rgba(36, 42, 53, 0.06), 0 18px 36px -18px rgba(36, 42, 53, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #3d6ed1;
  --tone-mark: #3d6ed1;
  --tone-mark-fg: #ffffff;
  --tone-head: #242a35;
  --tone-sub: #2c56ac;
  --tone-link: #3d6ed1;
  --tone-th: #f3f6fb;
  --tone-th-fg: #242a35;
  --tone-chip: #f3f6fb;
  --tone-chip-fg: #3e4450;
  --tone-soft: #f1f6ff;
  --tone-soft-fg: #2c56ac;
  --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: #4f307a;
  --b-50: #f1f6ff;
  --s-50: #fff2f2;
  --n-50: #f3f6fb;
  --b-100: #e1ecff;
  --s-100: #ffe4e3;
  --n-100: #e8ebf2;
  --b-200: #c7dafe;
  --s-200: #fecbca;
  --n-200: #d5dae2;
  --b-300: #a2c2fe;
  --s-300: #fea6a6;
  --n-300: #bdc2cb;
  --b-400: #76a4fd;
  --s-400: #f67a7e;
  --n-400: #a0a6b1;
  --b-500: #5388ef;
  --s-500: #de5a61;
  --n-500: #868c99;
  --b-600: #3d6ed1;
  --s-600: #bf414a;
  --n-600: #6c7481;
  --b-700: #2c56ac;
  --s-700: #9c2e38;
  --n-700: #555c68;
  --b-800: #1e3f84;
  --s-800: #781f27;
  --n-800: #3e4450;
  --b-900: #0f2757;
  --s-900: #4f1016;
  --n-900: #242a35;
}
:root { --logo-bg-opacity: 43%; }
body, button, input { font-family: system-ui, -apple-system, sans-serif; }
h1, h2, h3, .jlfgdt, .lb8wee, .ahm8 h3 { font-family: "Source Serif 4", var(--font-body-stack, Georgia, serif); letter-spacing: -0.01em; }
.ncmlct .cusroi, .ncmlct .ti3znt6 { min-height: 320px; }
.hpew5::before { content: '›'; font-size: 1.1em; }