:root {
  --color-accent: #0b7285;
  --color-cta: #d53951;
  --font-family: Inter;
  --font-weight-body: 400;
  --radius-card: 12px;
  --radius-button: 8px;
  --spacing-section: 4rem;
  --spacing-content: 1100px;
}
:root {
  --fs-caption: 12px;
  --fs-label: 13px;
  --fs-sm: 15px;
  --fs-body: 17px;
  --fs-lead: 20px;
  --fs-h3: 24px;
  --fs-h2: 30px;
  --fs-h1: 44px;
  --fs-display: 52px;
}
:root {
  --lh-solid: 1;
  --lh-tight: 1.25;
  --lh-snug: 1.45;
  --lh-read: 1.7;
  --ls-tight: -0.01em;
  --ls-label: 0.04em;
  --ls-wide:  0.12em;
  --bw-hair: 1px;
  --bw-rule: 2px;
  --bw-bar: 3px;
  
  --r-chip: clamp(3px, calc(var(--radius-button, 6px) - 2px), 4px);
  --r-btn:  clamp(4px, var(--radius-button, 6px), 6px);
  --r-card: clamp(4px, var(--radius-card, 8px), 8px);
  --r-pill: 999px;

  --sh-1: 0 1px 2px rgba(0, 0, 0, .06);
  --sh-2: 0 1px 2px rgba(0, 0, 0, .06), 0 8px 16px -12px rgba(0, 0, 0, .25);
  --sh-3: 0 2px 6px rgba(0, 0, 0, .08), 0 16px 32px -22px rgba(0, 0, 0, .40);
}
Змінні акцент-кольорів (--accent, --accent-light тощо) живуть у css_vars
────────────────────────────────────────────────────────────────────────────── */
:root {
  
  --bg-page:        #0f1117;
  --bg-surface:     #151929;
  --bg-card:        #1a1f2e;
  --bg-card-inner:  #242938;
  --bg-raised:      #2d3748;
  --bg-hover:       #1e2638;
  
  --border:         #1e2535;
  --border-alt:     #2d3748;
  --border-section: #374151;
  
  --text-primary:   #e2e8f0;
  --text-muted:     #94a3b8;
  --text-body:      #cbd5e1;
  --text-sub:       #a0aec0;
  --text-faint:     #6b7280;
  --text-dim:       #4b5563;
  --text-label:     #8892a4;
  --text-value:     #c9d1e0;
  
  --bg-tip:         #1a2e1a;
  --bg-warning:     #2d1f0e;
  --bg-info:        #1a1f2e;
  --bg-pros:        #1a2e1a;
  --bg-cons:        #2d1a1a;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: system-ui, sans-serif;
  background: var(--bg-page);
  color: var(--text-primary);
  line-height: var(--lh-read);
}
.v6kf9i {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.dccye6 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.etm0ul {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ed7d { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.evz53 { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.evz53 a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.evz53 a:hover { color: var(--accent-light); }
.pq8xboku     .r8t4ot { border-radius: var(--r-card); padding: 8px; }
.pq8xboku .r8t4ot li a { border-radius: var(--r-card); }
.w1dep4  .r8t4ot li + li { border-top: var(--bw-hair) solid var(--border-alt); }
@media (max-width: 640px) {
  .r8t4ot {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .g4tyvxpd:hover .r8t4ot,
  .g4tyvxpd:focus-within .r8t4ot { display: block; }
  .r8t4ot li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.refvk {
  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);
}
.k6dq { display: none; }
@media (max-width: 640px) {
  .k6dq {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .k6dq.b6g7l1tr { display: block; }
}
@media (max-width: 640px) {
  .refvk { display: block; }
  .evz53 > li + li::before { display: none !important; }
  .evz53 {
    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;
  }
  .evz53.b6g7l1tr { display: flex; }
  .evz53 li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .evz53 li:last-child a { border-bottom: none; }
}
.knhd { min-height: 480px; }
.hkkp {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.x4n1yc { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.zpza32px .x4n1yc { margin-left: 0; margin-right: 0; }
.jo3q .iaypnv1 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.jo3q .hkkp { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.jo3q .x4n1yc { color: #e2e8f0; }
.jo3q.ll4yxr .iaypnv1 { text-align: center; }
.jo3q.zpza32px   .iaypnv1 { text-align: left; }
.v1ptnc .iaypnv1 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.v1ptnc .hkkp { color: var(--text-primary); text-shadow: none; }
.v1ptnc .x4n1yc { color: var(--text-muted); }
.v1ptnc, .v1ptnc.knhd { min-height: auto !important; }
.v1ptnc.ll4yxr .iaypnv1 { text-align: center; }
.v1ptnc.zpza32px   .iaypnv1 { text-align: left; }
.v1ptnc~.fxrdem .ojra7jp{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; }
}
.avbea0rt .hkkp { color: #fff; }
.avbea0rt .x4n1yc { color: rgba(255,255,255,0.85); }
.wprlydy .hkkp { text-shadow: none; color: var(--text-primary); }
.wprlydy .x4n1yc { color: var(--text-muted); }
body.mq9q3 .hkkp {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.civp04e .hkkp {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.knhd.avbea0rt .hkkp,
section.avbea0rt .hkkp {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.wprlydy.zpza32px   .t0od { align-items: flex-start; text-align: left; }
.knhd .xubtl6q {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.xubtl6q .uzamu {
  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;
}
.xubtl6q .uzamu + .uzamu { border-top: var(--bw-hair) solid var(--border-alt); }
.xubtl6q .tet1x { align-items: center; text-align: center; width: 100%; }
.xubtl6q .og5qd1 {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.xubtl6q .qq1cku9j { max-height: 64px; max-width: 140px; }
.xubtl6q .gmo11v {
  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%;
}
.xubtl6q .xuwu4mi.p0fc16en {
  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;
}
.xubtl6q .xuwu4mi.p0fc16en:hover { opacity: 0.85; }
.xubtl6q .uzamu,
.xubtl6q .uzamu:hover,
.xubtl6q .uzamu:nth-child(even),
.xubtl6q .uzamu:nth-child(odd),
.xubtl6q .uzamu:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.yw9p .iaypnv1 { padding-bottom: 24px; }
.ij7sqw .iaypnv1 { max-width: 1100px; }
@media (max-width: 700px) {
  .wprlydy { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .wprlydy:not(.yaa5cd) .whlyt { display: none !important; }
  .yaa5cd .whlyt { padding: 16px; }
  .t0od  { padding: 36px 24px; }
  .wprlydy~.fxrdem,.maiw2~.fxrdem{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .knhd, .wprlydy { min-height: 320px !important; }
  .hkkp { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .fanq,
  .j21y,
  .xq2r5f { grid-template-columns: 1fr !important; }

  

  
  .yw9p { display: flex !important; flex-direction: column !important; }
  .yw9p .iaypnv1 { display: contents; }
  .yw9p .lqnuosv { order: 0; }
  .yw9p .hkkp { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .yw9p .fanq { order: 2; padding: 0 16px 12px !important; }
  .yw9p .x4n1yc { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .ij7sqw .iaypnv1 { display: flex; flex-direction: column; }
  .ij7sqw .iaypnv1 .hkkp { order: 1; }
  .ij7sqw .iaypnv1 .xq2r5f { order: 2; margin: 8px 0 24px !important; }
  .ij7sqw .iaypnv1 .x4n1yc { order: 3; }
  .ij7sqw .iaypnv1 .rp1qy3 { order: 4; align-self: center; margin-top: 0; }

  
  .wprlydy.yaa5cd {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .wprlydy.yaa5cd .t0od { display: contents; padding: 0; }
  .wprlydy.yaa5cd .t0od .hkkp { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .wprlydy.yaa5cd .whlyt { order: 2; padding: 12px 16px; }
  .wprlydy.yaa5cd .t0od .x4n1yc { order: 3; padding: 0 24px; margin: 0 auto; }
  .wprlydy.yaa5cd .t0od .rp1qy3 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.a7s8x7g { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.odyo7ng { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.p1590l .a7s8x7g        { border-radius: var(--r-card); }
.p1590l .odyo7ng  { border-radius: var(--r-card); }
.hfj0dzpk .a7s8x7g         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.hfj0dzpk .odyo7ng   { border-radius: var(--r-btn); }
.oakhh4 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.zp7dhvv { width: 100%; padding: 32px 0; position: relative; }
.prfikkj { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.lfv3nv .zp7dhvv, .fe6xuj .zp7dhvv { background: transparent; }
.wn6x0jsr .ejdbo2t > *,
.kixxbgd > *, .tw4hm7p > *, .mwov > *, .yyi63 > *, .hdwp > * {
  --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.t0aw { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.t0aw {
  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.qesolm { 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; }
.x4tstbo h2.t0aw {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.i00lqr h2.t0aw {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.rc58h2 h2.t0aw {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.u0id h2.t0aw::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.oaug h2.t0aw {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.s55mwhm0 h2.t0aw::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.nbus8dm h2.t0aw {
  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) { .lipz { display: none; } }
.ksnortzb { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.pfolagi { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.lh04p416 {
  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;
}
.ig4xhn { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.bkhpdhav { padding-left: 20px; }
.bkhpdhav li { margin-bottom: 8px; }
.bkhpdhav a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.bkhpdhav a:hover { color: var(--tone-link, var(--accent-light)); }
.wo50bn74 .ig4xhn { display: none; }
.vz11r7m .ig4xhn { display: none; }
.vz11r7m .bkhpdhav { padding-left: 0; list-style: none; }
.vz11r7m .bkhpdhav li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.vz11r7m .bkhpdhav a { font-size: var(--fs-sm); }
.dk7e0f .lh04p416 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.dk7e0f .ig4xhn { display: none; }
.dk7e0f .bkhpdhav { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.dk7e0f .bkhpdhav li { margin-bottom: 0; }
.dk7e0f .bkhpdhav 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;
}
.dk7e0f .bkhpdhav a:hover { border-color: var(--accent); color: var(--accent); }
.srcd18qp .lh04p416 { padding: 20px 20px 16px; }
.srcd18qp .bkhpdhav {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.srcd18qp .bkhpdhav li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.srcd18qp .bkhpdhav 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;
}
.srcd18qp .bkhpdhav 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;
}
.srcd18qp .bkhpdhav a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.srcd18qp .bkhpdhav a:focus,
.srcd18qp .bkhpdhav a:focus-visible,
.srcd18qp .bkhpdhav a:target { outline: none; }
.srcd18qp .bkhpdhav li:target a { border-color: var(--border); color: var(--text-muted); }
.jvz5 .lh04p416 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.jvz5 .ig4xhn { display: none; }
.jvz5 .bkhpdhav { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.jvz5 .bkhpdhav li { counter-increment: toc-n; margin-bottom: 0; }
.jvz5 .bkhpdhav 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;
}
.jvz5 .bkhpdhav 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;
}
.jvz5 .bkhpdhav a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.vvsrhh9 .lh04p416 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.vvsrhh9 .ig4xhn { display: none; }
.vvsrhh9 .bkhpdhav { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.vvsrhh9 .bkhpdhav li { margin-bottom: 0; }
.vvsrhh9 .bkhpdhav 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;
}
.vvsrhh9 .bkhpdhav a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.zt933u .lh04p416 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.zt933u .ig4xhn { display: none; }
.zt933u .bkhpdhav { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.zt933u .bkhpdhav li { margin-bottom: 0; }
.zt933u .bkhpdhav li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.zt933u .bkhpdhav li:last-child::after { content: ""; margin-right: 0; }
.zt933u .bkhpdhav a { font-size: var(--fs-sm); }
.ejdbo2t { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.wn6x0jsr .ejdbo2t { background: var(--bg-card); }
.hovz1h .ejdbo2t { background: none; border-radius: 0; padding: 28px 0 8px; }
.hovz1h .ejdbo2t + .ejdbo2t { border-top: var(--bw-hair) solid var(--border-section); }
.sohq17 .ejdbo2t {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.sohq17 .ejdbo2t:last-child { border-bottom: none; }
.n41s1 .ejdbo2t {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.n41s1 .ejdbo2t + .ejdbo2t { margin-top: 4px; }
.gdh2do .ejdbo2t { background: none; border-radius: 0; padding: 28px 0 8px; }
.gdh2do .ejdbo2t + .ejdbo2t { border-top: var(--bw-hair) solid var(--border-section); }
.p8apk { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ezee3 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.wyvikvk, .d3lk { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.wyvikvk li, .d3lk li { margin-bottom: 8px; }
.d3lk li { list-style: decimal; }
.mwov { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.eyiqp9 .mwov,
.tw4hm7p .mwov { background: transparent; border: none; border-radius: 0; }
.xoo2lv { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.xoo2lv 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;
}
.xoo2lv td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.xoo2lv tr:hover td { background: var(--bg-hover); }
.tj77 .xoo2lv tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.gdhyr .xoo2lv { border: var(--bw-hair) solid var(--border-alt); }
.gdhyr .xoo2lv th,
.gdhyr .xoo2lv td { border: var(--bw-hair) solid var(--border-alt); }
.oc88x .xoo2lv th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.oc88x .xoo2lv td { border-bottom: none; }
.oc88x .xoo2lv tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.fi7pkwxo .xoo2lv th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.xxt0ny .mwov {
  overflow: hidden;
}
.xxt0ny .xoo2lv th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.xxt0ny .xoo2lv tr:last-child td { border-bottom: none; }
.jugm { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.hdwp { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.d4gt { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ailpavx5 { 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); }
.pgsr { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.wcf595l { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.wcf595l 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%}
.ei6igu .ailpavx5 { background: transparent; text-align: center; }
.ab85u56o .d4gt {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.cdwd1ac .d4gt {
  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);
}
.upjqazcx .hdwp { display: grid; grid-template-columns: auto 1fr; }
.upjqazcx .d4gt {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.upjqazcx .ailpavx5 { grid-column: 2; }
.upjqazcx .pgsr,
.upjqazcx .wcf595l { grid-column: 1 / -1; }
.j55a .hdwp { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.j55a .d4gt {
  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);
}
.j55a .ailpavx5 { grid-column: 2; }
.j55a .pgsr,
.j55a .wcf595l { grid-column: 1 / -1; }
.vtpw70n9 .hdwp { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.vtpw70n9 .ailpavx5 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.pe5zddjd .hdwp { 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); }
.pe5zddjd .ailpavx5 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.plts .hdwp { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.plts .ailpavx5 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.qqkh .hdwp { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.qqkh .ailpavx5 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.xad6ea .jugm { counter-reset: card-n; }
.xad6ea .hdwp  { counter-increment: card-n; }
.xad6ea .ailpavx5 { display: flex; align-items: center; gap: 12px; }
.xad6ea .ailpavx5::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;
}
.oasiu .hdwp { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.oasiu .ailpavx5 { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.t4ly { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.t4ly         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.ozgg     { --cl-hue: var(--tone-line, var(--accent)); }
.ry8v { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.ozgg, .ry8v, .aiyrm, .c61bbc {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.hr9dtk18 { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.hr9dtk18::before { color: var(--cl-hue); }
.t4ly strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.t4ly p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.b6v0xq { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.cmyriv, .sgbgem { border-radius: var(--r-btn); padding: 16px; }
.cmyriv { background: var(--bg-pros); }
.sgbgem { background: var(--bg-cons); }
.sn670el { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.cmyriv .sn670el { color: var(--c-pros-label); }
.sgbgem .sn670el { color: var(--c-cons-label, var(--c-cons)); }
.cmyriv ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.sgbgem ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.odyo7ng { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.p0fc16en {
  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;
}
.p0fc16en:hover { opacity: 0.85; }
.sxd4egz .p0fc16en  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.sxd4egz .p0fc16en:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zfsc .p0fc16en  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.zfsc .p0fc16en:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.sxd4egz .xuwu4mi.p0fc16en, .zfsc .xuwu4mi.p0fc16en,
.sxd4egz .oczwxbb .p0fc16en, .zfsc .oczwxbb .p0fc16en {
  background: var(--cta); border: none; color: #fff;
}
.sxd4egz .xuwu4mi.p0fc16en:hover, .zfsc .xuwu4mi.p0fc16en:hover,
.sxd4egz .oczwxbb .p0fc16en:hover, .zfsc .oczwxbb .p0fc16en:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.puxv .p0fc16en  { border-radius: var(--r-pill); }
.b5k890 .p0fc16en { box-shadow: none; }
.b5k890 .p0fc16en:hover { box-shadow: none; opacity: 1; }
.agoaf1 .p0fc16en { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.agoaf1 .p0fc16en:hover { opacity: 1; }
.agoaf1 .p0fc16en:active { transform: translateY(3px); box-shadow: none; }
.d4ymfmz5 .p0fc16en { box-shadow: none; }
.d4ymfmz5 .p0fc16en:hover { opacity: 1; box-shadow: none; }
.d4ymfmz5 .p0fc16en:active { box-shadow: none; }
.dowiis .p0fc16en { position: relative; overflow: hidden; }
.dowiis .p0fc16en::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.dowiis .p0fc16en:hover::before { left: 135%; }
.cz2skal0 .p0fc16en { border-radius: 0; }
.wo8skt .p0fc16en  { padding-left: 12px; padding-right: 12px; }
.d4lq1f .p0fc16en  { padding-left: 24px; padding-right: 24px; }
.buwjz3n .rp1qy3 { padding-left: 56px; padding-right: 56px; }
.buwjz3n .p0fc16en  { padding-left: 32px; padding-right: 32px; }
.ztfjg   .rp1qy3::after, .ztfjg   .p0fc16en::after,
.b6ix .rp1qy3::after, .b6ix .p0fc16en::after,
.nf33    .rp1qy3::after, .nf33    .p0fc16en::after,
.knfyl065    .rp1qy3::after, .knfyl065    .p0fc16en::after,
.tqbyl2cc    .rp1qy3::after, .tqbyl2cc    .p0fc16en::after,
.ozhar     .rp1qy3::after, .ozhar     .p0fc16en::after,
.eedl8me    .rp1qy3::after, .eedl8me    .p0fc16en::after,
.wec8wws   .rp1qy3::after, .wec8wws   .p0fc16en::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;
}
.ztfjg .rp1qy3::after, .ztfjg .p0fc16en::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");
}
.b6ix .rp1qy3::after, .b6ix .p0fc16en::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");
}
.nf33 .rp1qy3::after, .nf33 .p0fc16en::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");
}
.knfyl065 .rp1qy3::after, .knfyl065 .p0fc16en::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");
}
.tqbyl2cc .rp1qy3::after, .tqbyl2cc .p0fc16en::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");
}
.ozhar .rp1qy3::after, .ozhar .p0fc16en::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");
}
.eedl8me .rp1qy3::after, .eedl8me .p0fc16en::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");
}
.wec8wws .rp1qy3::after, .wec8wws .p0fc16en::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");
}
.tr829vu   .ddo5g3y::after, .tr829vu   .isamtn::after,
.autkip .ddo5g3y::after, .autkip .isamtn::after,
.lf92h    .ddo5g3y::after, .lf92h    .isamtn::after,
.h13a    .ddo5g3y::after, .h13a    .isamtn::after,
.wywh    .ddo5g3y::after, .wywh    .isamtn::after,
.kmdn     .ddo5g3y::after, .kmdn     .isamtn::after,
.fh7oy0u    .ddo5g3y::after, .fh7oy0u    .isamtn::after,
.rt4fz0m   .ddo5g3y::after, .rt4fz0m   .isamtn::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;
}
.tr829vu .ddo5g3y::after, .tr829vu .isamtn::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");
}
.autkip .ddo5g3y::after, .autkip .isamtn::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");
}
.lf92h .ddo5g3y::after, .lf92h .isamtn::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");
}
.h13a .ddo5g3y::after, .h13a .isamtn::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");
}
.wywh .ddo5g3y::after, .wywh .isamtn::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");
}
.kmdn .ddo5g3y::after, .kmdn .isamtn::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");
}
.fh7oy0u .ddo5g3y::after, .fh7oy0u .isamtn::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");
}
.rt4fz0m .ddo5g3y::after, .rt4fz0m .isamtn::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");
}
.z664 {
  --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;
}
.uzamu {
  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;
}
.uzamu + .uzamu { border-top: var(--bw-hair) solid var(--border-alt); }
.uzamu > * { min-width: 0; }
.uzamu:hover { background: var(--bg-hover); }
.uzamu > [itemprop="item"] { display: contents; }
.uzamu [itemprop="itemReviewed"],
.uzamu [itemprop="reviewRating"] { display: none; }
.tet1x {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.c1hy, .t4ufgj81, .d74y,
.jt4x0vj, .xyo4zu2t, .wh4k { align-items: center; text-align: center; }
.xyo4zu2t, .wh4k { align-items: stretch; }
.hles9 {
  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%;
}
.wgipivso {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.nph0e .wgipivso {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.gmo11v {
  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;
}
.bbktnbxs {
  font-size: var(--fs-label); font-weight: 600; line-height: var(--lh-snug);
  
  color: var(--text-primary); background: var(--bg-surface);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-chip);
  padding: 4px 8px; display: inline-block;
  max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.og5qd1 {
  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;
}
.hh485 .qq1cku9j { max-height: 60px; max-width: 68px; }
.qq1cku9j {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.t4ufgj81 .og5qd1 { width: 168px; }
.wu9xo .og5qd1,
.wu9xo .ivsuii,
.uolnzte3 .og5qd1,
.uolnzte3 .ivsuii,
.qej7 .og5qd1,
.qej7 .ivsuii,
.qqxc75l .og5qd1,
.qqxc75l .ivsuii,
.wu9xo .og5qd1, .uolnzte3 .og5qd1,
.qej7 .og5qd1,  .qqxc75l .og5qd1 {
  width: 88px; height: 88px; padding: 12px;
}
.wu9xo .og5qd1 .qq1cku9j, .uolnzte3 .og5qd1 .qq1cku9j,
.qej7 .og5qd1 .qq1cku9j,  .qqxc75l .og5qd1 .qq1cku9j {
  max-height: 60px; max-width: 68px;
}
.h8w3pn2 .og5qd1, .h8w3pn2 .og5qd1.hh485,
.h8w3pn2 .ivsuii,   .h8w3pn2 .ivsuii.hh485,
.ecaip8o, .zesf1 {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px; max-width: 100%;
}
.xuwu4mi.p0fc16en {
  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;
}
.wh4k {
  display: grid; grid-template-rows: var(--cs-link-h) auto var(--cs-link-h);
  align-content: center; --cs-link-h: 22px;
}
.wh4k::before { content: ""; }
.ckjg4x4s {
  display: block; margin-top: 8px;
  font-size: var(--fs-label); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-muted); text-align: center; text-decoration: none;
}
.ckjg4x4s:hover { color: var(--accent); text-decoration: underline; }
.xubtl6q .uzamu { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .uzamu { gap: 16px; padding: 16px 16px; }
  .og5qd1 { width: 152px; height: 96px; }
  .qq1cku9j { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .uzamu {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .tet1x { justify-content: flex-start; }
  
  .zesf1, .ecaip8o { flex-direction: row; }
  
  .zesf1 .bbktnbxs:nth-child(n+3) { display: none; }
  
  .c1hy {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .tet1x { text-align: left; align-items: flex-start; }

  
  .t4ufgj81, .d74y, .ydu71jg {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .jt4x0vj {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .t4ufgj81 .og5qd1, .d74y .og5qd1,
  .ydu71jg .og5qd1 { width: auto; height: 72px; }
  .qq1cku9j { max-height: 72px; max-width: 128px; }
  .swpbn6 { font-size: var(--fs-body); }
  .gmo11v { font-size: var(--fs-sm); }

  
  .x1mbukdf, .gozlu9, .fwoyg,
  .ugs3a, .i43s, .onoqsr,
  .nph0e, .gskm, .lln1ka,
  .m1rl6g4, .a5fz8m2z {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .xyo4zu2t, .wh4k { order: 4; flex: 1 0 100%; }
  .wh4k { display: flex; flex-direction: column; }
  .wh4k::before { display: none; }
  .xuwu4mi.p0fc16en { width: 100%; padding: 12px 20px !important; }
  .ckjg4x4s { text-align: left; }
}
@media (max-width: 560px) {
  .uzamu { padding: 16px; gap: 12px 12px; }
  
  .hles9, .w9cjkh, .bbktnbxs { font-size: var(--fs-caption); }
  .wgipivso { font-size: var(--fs-sm); }
  .swpbn6 { font-size: var(--fs-body); }
  .gmo11v { font-size: var(--fs-sm); }
  .fjz9d { font-size: var(--fs-sm); }
  .rj9xjjgp { font-size: var(--fs-lead); }
  
  .xuwu4mi.p0fc16en { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .tet1x { gap: 2px; }
  .t4ufgj81 .og5qd1, .d74y .og5qd1,
  .ydu71jg .og5qd1 { height: 64px; }
  .qq1cku9j { max-height: 64px; max-width: 116px; }
  .hh485 { padding: 8px; }
  .swpbn6 { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .x1mbukdf, .gozlu9, .fwoyg,
  .ugs3a, .i43s, .onoqsr,
  .nph0e, .gskm, .lln1ka,
  .m1rl6g4, .a5fz8m2z { flex-basis: 100%; min-width: 100%; }
}
.kixxbgd {
  --cs-radius: var(--r-card);
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--cs-radius);
  margin: 24px 0; overflow: hidden;
}
.eh17s7ta {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.ivsuii {
  width: 112px; height: 112px; flex-shrink: 0;
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-btn);
  display: flex; align-items: center; justify-content: center;
  padding: 6px; box-sizing: border-box; overflow: hidden;
}
.ivsuii img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.lfih { flex: 1; min-width: 0; }
.lfih h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.mbdt { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.uhq8fe { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.uhq8fe strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.uhq8fe .bvyh { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.q7jn1 {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 24px;
  padding: 16px 24px;
  background: var(--tone-fill, var(--bg-surface)); border-top: var(--bw-hair) solid var(--border-alt);
}
.q7jn1 > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.f1haqtg em, .cdi130os em, .d7ofapo em, .y2j3d4n em {
  font-size: var(--fs-caption); font-weight: 600; font-style: normal;
  color: var(--text-muted); text-transform: uppercase; letter-spacing: var(--ls-label);
}
@media (max-width: 560px) { .q7jn1 { padding: 12px 16px; gap: 8px 16px; } }
.oczwxbb { flex-shrink: 0; align-self: center; }
.oczwxbb .p0fc16en {
  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) {
  .eh17s7ta { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .ivsuii { order: 1; width: 104px; height: 104px; }
  .ivsuii img { max-width: 96px; max-height: 88px; }
  .oczwxbb { order: 2; margin-left: auto; align-self: center; }
  .lfih { order: 3; flex: 1 1 100%; min-width: 0; }
  .lfih h3 { font-size: var(--fs-body); }
}
.e423pba1 img.n1vrd3 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.eyiqp9 { padding: 20px 24px; }
.aqplxps { color: var(--text-body); margin-bottom: 16px; }
.h1fvo { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.qtva, .plqd6jc { list-style: none; font-size: var(--fs-sm); }
.qtva li { color: var(--text-body); margin-bottom: 4px; }
.plqd6jc li { color: var(--text-body); margin-bottom: 4px; }
.qtva li::before { content: "✓"; margin-right: 5px; }
.plqd6jc li::before { content: "✗"; margin-right: 5px; }
.omu0vnqi { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.omu0vnqi strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.vgjf {
  
  background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary));
  border: var(--bw-hair) solid color-mix(in srgb, var(--tone-chip-fg, var(--border-alt)) 16%, transparent);
  border-radius: var(--r-btn);
  padding: 4px 8px; margin: 2px 2px 2px 0; display: inline-block;
  font-size: var(--fs-caption); font-weight: 600;
}
.kt0w2l2s { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.x0hh2h {
  margin: 0; border-radius: 0 0 var(--r-card) var(--r-card);
  border-left-width: 0 !important; border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-top: var(--bw-hair) solid var(--border-alt);
}
.trmf1x2 .x0hh2h { border-top-width: var(--bw-bar) !important; }
.xi12g0m .x0hh2h { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .ajnrjg4o .cg2g {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ajnrjg4o .kixxbgd { margin: 0; }
}
.j5u0nu .eh17s7ta { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.j5u0nu .ivsuii { background: transparent; }
.lsrbl8ob .kixxbgd { border-top: var(--bw-bar) solid var(--accent); }
.lsrbl8ob .eh17s7ta { background: var(--bg-card); }
.p1af .kixxbgd { border-radius: 0; border: var(--bw-hair) solid var(--border); border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); box-shadow: none; margin: 0 0 20px; }
.p1af .eh17s7ta { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.p1af .eyiqp9 { padding: 16px 16px; }
.p1af .ivsuii { border-radius: var(--r-chip); }
.p1af .x0hh2h { border-radius: 0; }
.hqrt .eh17s7ta { padding: 0; gap: 0; overflow: hidden; }
.hqrt .ivsuii {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.hqrt .lfih { padding: 16px 20px; }
.hqrt .oczwxbb { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .hqrt .ivsuii { width: 116px; min-height: 104px; }
}
.y2cx .mbdt { font-size: var(--fs-sm); }
.tw4hm7p .b6v0xq { gap: 12px; }
.tw4hm7p .cmyriv, .tw4hm7p .sgbgem { padding: 12px; }
.tw4hm7p .cmyriv ul, .tw4hm7p .sgbgem ul { margin: 4px 0 0; padding-left: 20px; }
.tw4hm7p .cmyriv li, .tw4hm7p .sgbgem li { font-size: var(--fs-label); margin-bottom: 4px; }
.q5p5 .vgjf { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .vpnh { grid-template-columns: 1fr; }
  .van8vw8a { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .van8vw8a .igvro { width: 72px; height: 50px; }
  .van8vw8a .ghxik2 { max-width: 180px; }
  .van8vw8a .f1uint { width: auto; }
}
.nx9rmopg .y2cx .mbdt { filter: brightness(1.2); }
@media (max-width: 720px) {
  .nx9rmopg { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .oxn0x { padding: 16px; }
  .c1fkcy .iapp2 { min-width: 50%; }
}
.wcbq .b6v0xq { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .h5knox7r { grid-template-columns: 1fr; }
  .htb7 { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .njfo { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .nx4w { flex-wrap: wrap; padding: 16px; }
}
.wc8wznwd .b6v0xq { gap: 8px; }
.wc8wznwd .cmyriv, .wc8wznwd .sgbgem { padding: 8px; }
@media (max-width: 480px) {
  .nu0ae3 { flex-direction: column; align-items: stretch; }
}
.yfb5cplm .f1uint .p0fc16en { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .gi1wci91 { flex-direction: column; align-items: stretch; gap: 12px; }
  .yfb5cplm .f1uint { text-align: center; }
}
@media (max-width: 720px) {
  .o47qf { grid-template-columns: 1fr; }
  .w4h9mlg { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .tuj1cyc { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.u6p0 .bvyh { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.f4cnfto0 .mbdt { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .p6fvd2 { grid-template-columns: 1fr; }
  .f4cnfto0 { width: 100px; height: 100px; margin: 16px auto; }
  .u6p0 { font-size: var(--fs-h3); }
  .qbdy8 { justify-content: center; }
  .sno7hv0w .iapp2 { min-width: 50%; }
}
.ifjx68xr .b6v0xq { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .iceo6mkn { flex-wrap: wrap; padding: 16px 16px; }
  .nxoaa9q { padding: 12px 16px; }
  .ifjx68xr .b6v0xq { margin: 0 16px; }
  .ifjx68xr .q5p5 { padding: 0 16px; }
  .zdr66w { padding: 12px 16px; }
}
.yi9t9qs .uzamu { position: relative; }
.yi9t9qs .uzamu::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.arap771 .z664 {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.arap771 .uzamu {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.arap771 .uzamu + .uzamu { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .npn9e .tet1x + .tet1x {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.h4lxg1ml .uzamu { padding-top: 16px; padding-bottom: 16px; }
.h4lxg1ml .uzamu + .uzamu { border-top: none; }
.h4lxg1ml .uzamu:nth-child(even) { background: var(--bg-surface); }
.h4lxg1ml .uzamu:nth-child(even):hover { background: var(--bg-hover); }
.hxlg .uzamu:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .c5kg .x1mbukdf, .c5kg .gozlu9,
  .c5kg .fwoyg, .c5kg .ugs3a,
  .c5kg .i43s, .c5kg .onoqsr,
  .c5kg .nph0e, .c5kg .gskm,
  .c5kg .lln1ka, .c5kg .m1rl6g4,
  .c5kg .a5fz8m2z {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.s9a2t .hles9 { opacity: .8; letter-spacing: var(--ls-label); }
.s9a2t .wgipivso { font-weight: 700; }
.s9a2t .swpbn6 { font-weight: 700; }
.joyg .fwoyg, .joyg .ugs3a,
.joyg .lln1ka, .joyg .m1rl6g4,
.vgzkhp0p .b9ornv { display: none; }
.vgzkhp0p .rj9xjjgp { display: inline-flex; align-items: baseline; gap: 2px; }
.vgzkhp0p .rj9xjjgp {
  color: #fff; background: var(--text-primary);
  border-radius: var(--r-btn);
  padding: 8px 12px;
}
.vgzkhp0p .rj9xjjgp small { display: none; }
.d793d .uhq8fe .mbdt,
.kthb41 .uhq8fe .mbdt,
.vgzkhp0p .uhq8fe .mbdt { display: none; }
.d793d .bvyh { display: none; }
.kthb41 .uhq8fe strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.kthb41 .o8n3kx,
.kthb41 .bvyh { font-size: 1em; }
.vgzkhp0p .uhq8fe strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.vgzkhp0p .bvyh { display: none; }
.s8blfpjt { margin: 16px 0; }
.wuzr0 { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.wuzr0 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;
}
.wuzr0 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;
}
.wuzr0 summary:hover { background: var(--bg-surface); }
.wuzr0 summary:hover::after { color: var(--accent); }
.wuzr0[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.wuzr0[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.wuzr0[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.wuzr0 p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.zp7dhvv { margin-bottom: 0; }
.bz52xv h2.t0aw { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.sj78 h2.t0aw { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.cmyriv, .sgbgem { border: var(--bw-hair) solid transparent; }
.cmyriv .sn670el, .cmyriv .zdrwf6 { color: var(--c-pros-label); }
.sgbgem .sn670el, .sgbgem .e0xzjnk { color: var(--c-cons-label, var(--c-cons)); }
.cmyriv ul li, .sgbgem ul li, .qtva li, .plqd6jc li { color: var(--text-body); }
.cmyriv .qtva li, .sgbgem .plqd6jc li { position: relative; padding-left: 1.5em; }
.cmyriv .qtva li::before, .sgbgem .plqd6jc li::before { position: absolute; left: 0; margin-right: 0; }
.u7xvuw85 .cmyriv { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.u7xvuw85 .sgbgem { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.cqnanc .cmyriv, .cqnanc .sgbgem { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.cqnanc .cmyriv { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.cqnanc .sgbgem { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.s5hlbf .cmyriv, .s5hlbf .sgbgem { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.s5hlbf .cmyriv { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.s5hlbf .sgbgem { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.skp74yea .cmyriv, .skp74yea .sgbgem { background: var(--bg-card); border-width: var(--bw-rule); }
.skp74yea .cmyriv { border-color: var(--sem-pos-line); }
.skp74yea .sgbgem { border-color: var(--sem-neg-line); }
.m8tw .cmyriv, .m8tw .sgbgem { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.m8tw .sgbgem { border-left: var(--bw-hair) solid var(--border); }
.ce83p39y .zdrwf6::before { content: "✓ "; }
.ce83p39y .e0xzjnk::before { content: "✗ "; }
.xi12g0m .t4ly { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.xi12g0m .t4ly strong { color: var(--text-primary); }
.xi12g0m .t4ly p      { color: var(--text-muted); }
.trmf1x2 .t4ly { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.ivljo .t4ly {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.ivljo .t4ly strong { color: var(--text-primary); }
.ivljo .t4ly p { color: var(--text-muted); }
.ivljo .t4ly { border-left: var(--bw-bar) solid var(--cl-hue); }
.ivljo .hr9dtk18::before { color: rgba(255,255,255,0.9) !important; }
.n7y1i .t4ly {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.n7y1i .t4ly strong { color: var(--text-primary); }
.n7y1i .t4ly p      { color: var(--text-muted); }
.uav9o .t4ly { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.wdrl9v .hr9dtk18,
.py57u4n .hr9dtk18,
.ijc5vk .hr9dtk18,
.wdrl9v .hr9dtk18::before,
.py57u4n .hr9dtk18::before,
.ijc5vk .hr9dtk18::before,
.sfes2y .wn6x0jsr .ejdbo2t,
.sfes2y .hovz1h .ejdbo2t  { box-shadow: var(--sh-1); }
.sfes2y .hdwp                { box-shadow: var(--sh-1); }
.sfes2y .mwov          { box-shadow: var(--sh-1); }
.sfes2y .lh04p416                    { box-shadow: var(--sh-1); }
.dwhha .wn6x0jsr .ejdbo2t,
.dwhha .hovz1h .ejdbo2t,
.dwhha .hdwp,
.dwhha .mwov,
.dwhha .lh04p416,
.dwhha .uav9o .t4ly { box-shadow: none; }
.mp3ktq { --fs-body: 16px; --fs-sm: 14px; --fs-lead: 19px; }
.zp7dhvv + .zp7dhvv { position: relative; }
.krp8   .zp7dhvv + .zp7dhvv::before,
.ryijjs  .zp7dhvv + .zp7dhvv::before,
.j6l1r63s   .zp7dhvv + .zp7dhvv::before,
.wt3o   .zp7dhvv + .zp7dhvv::before,
.uq8rg5   .zp7dhvv + .zp7dhvv::before,
.vkfyt .zp7dhvv + .zp7dhvv::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.krp8 .zp7dhvv + .zp7dhvv::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ryijjs .zp7dhvv + .zp7dhvv::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.j6l1r63s .zp7dhvv + .zp7dhvv::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;
}
.wt3o .zp7dhvv + .zp7dhvv::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.klv47mly .zp7dhvv { margin-bottom: 16px; }
.klv47mly .zp7dhvv + .zp7dhvv { margin-top: 0; }
.klv47mly .prfikkj { padding-top: 0; padding-bottom: 0; }
.uq8rg5 .zp7dhvv + .zp7dhvv::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.vkfyt .zp7dhvv + .zp7dhvv::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.a67tzh .zp7dhvv + .zp7dhvv::before,
.zt7szb3 .zp7dhvv + .zp7dhvv::before,
.xfd56lo .zp7dhvv + .zp7dhvv::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%;
}
.lfv3nv .a67tzh .zp7dhvv:nth-child(even)::before,
.lfv3nv .zt7szb3 .zp7dhvv:nth-child(even)::before,
.lfv3nv .xfd56lo .zp7dhvv:nth-child(even)::before { background: var(--bg-surface); }
.fe6xuj .a67tzh .zp7dhvv:nth-child(even)::before,
.fe6xuj .zt7szb3 .zp7dhvv:nth-child(even)::before,
.fe6xuj .xfd56lo .zp7dhvv:nth-child(even)::before { background: var(--bg-card); }
.a67tzh .zp7dhvv + .zp7dhvv::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");
}
.zt7szb3 .zp7dhvv + .zp7dhvv::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");
}
.xfd56lo .zp7dhvv + .zp7dhvv::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");
}
.zengp5su .jo3q:not(.avbea0rt) .lqnuosv { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.zengp5su .avbea0rt { background: linear-gradient(45deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, var(--accent-light)) 100%); }
.zengp5su .f4ujs { background: linear-gradient(45deg, var(--hero-a, var(--accent)), var(--hero-b, var(--accent-light))); }
.zengp5su .wprlydy { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.vcy8ew .a7s8x7g { float: left; width: 38%; margin: 0 28px 16px 0; }
.vcy8ew .a7s8x7g .odyo7ng { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.vcy8ew .prfikkj::after { content: ''; display: block; clear: both; }
.yq8uh9w .a7s8x7g { float: right; width: 38%; margin: 0 0 16px 28px; }
.yq8uh9w .a7s8x7g .odyo7ng { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.yq8uh9w .prfikkj::after { content: ''; display: block; clear: both; }
.ooehai .zp7dhvv:nth-child(odd)  .a7s8x7g { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ooehai .zp7dhvv:nth-child(even) .a7s8x7g { float: right; width: 38%; margin: 0 0 16px 28px; }
.ooehai .a7s8x7g .odyo7ng { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.ooehai .prfikkj::after { content: ''; display: block; clear: both; }
.vcy8ew .jugm,
.vcy8ew .z664,
.yq8uh9w .jugm,
.yq8uh9w .z664,
.ooehai .jugm,
.ooehai .z664 { clear: both; }
@media (max-width: 900px) {
  .vcy8ew .a7s8x7g,
  .yq8uh9w .a7s8x7g,
  .ooehai .zp7dhvv:nth-child(odd)  .a7s8x7g,
  .ooehai .zp7dhvv:nth-child(even) .a7s8x7g {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .vcy8ew .a7s8x7g .odyo7ng,
  .yq8uh9w .a7s8x7g .odyo7ng,
  .ooehai .a7s8x7g .odyo7ng {
    max-height: none !important;
  }
}
.vcy8ew .wyvikvk,
.vcy8ew .d3lk,
.yq8uh9w .wyvikvk,
.yq8uh9w .d3lk,
.ooehai .wyvikvk,
.ooehai .d3lk { overflow: hidden; }
@media (max-width: 640px) {
  .vcy8ew .a7s8x7g,
  .yq8uh9w .a7s8x7g,
  .ooehai .a7s8x7g { float: none; width: 100%; margin: 0 0 16px 0; }
}
.prla40s .oakhh4,
.prla40s .prfikkj,
.prla40s .tu7z7n3s  { max-width: 1060px; }
.xuht .oakhh4,
.xuht .prfikkj,
.xuht .tu7z7n3s  { max-width: 1180px; }
.tm3izke .oakhh4,
.tm3izke .prfikkj,
.tm3izke .tu7z7n3s  { max-width: 1260px; }
.l6j7 { font-size: var(--fs-label); color: var(--text-muted); }
.c3js8z { display: flex; align-items: center; }
.o9xi {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.vwyv9 { display: flex; align-items: center; }
.joqmzgc { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.joqmzgc:hover { text-decoration: underline; }
.evinl { margin: 0 4px; opacity: 0.45; }
.evinl::before { content: '/'; }
.f2ijc { padding: 2px 4px; color: var(--text-main); }
.pmbee .l6j7 {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.pmbee .c3js8z { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.uz261hb .l6j7 {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.uz261hb .c3js8z { padding: 0 0 0 12px; }
.znogxz .c3js8z { padding: 0 16px; }
.znogxz .l6j7 {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.znogxz .oakhh4 { padding-top: 28px; }
@media (max-width: 720px) {
  .qjd8 { margin-top: 20px; padding: 0 16px; }
  .znogxz .oakhh4 { padding-top: 16px; }
}
.prla40s.pmbee .c3js8z { max-width: 1100px; }
.xuht.pmbee .c3js8z { max-width: 1200px; }
.tm3izke.pmbee .c3js8z { max-width: 1320px; }
.hv9zck .zp7dhvv { padding-top: 16px; padding-bottom: 16px; }
.b0xzq9t .zp7dhvv { padding-top: 24px; padding-bottom: 24px; }
.yzjjx .zp7dhvv { padding-top: 40px; padding-bottom: 40px; }
.hx1lq7 .zp7dhvv { padding-top: 52px; padding-bottom: 52px; }
.qj5b .zp7dhvv:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.qj5b .zp7dhvv:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.qj5b .zp7dhvv:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.qj5b .zp7dhvv:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.cqcph .prfikkj { padding-top: 12px;  padding-bottom: 12px; }
.ltz1ii .prfikkj { padding-top: 20px;  padding-bottom: 20px; }
.j8g2mgfm .prfikkj { padding-top: 36px;  padding-bottom: 36px; }
.uu8bl .prfikkj { padding-top: 48px;  padding-bottom: 48px; }
.n1s6a15 h1, .n1s6a15 h2, .n1s6a15 h3, .n1s6a15 .hkkp { font-weight: 700; }
.bhqdz h1, .bhqdz h2, .bhqdz h3, .bhqdz .hkkp { font-weight: 700; }
.sz2v, .n1s6a15, .nqz87zn, .bhqdz { font-weight: 400; }
.ddo5g3y {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.dfqc .ddo5g3y { display: none; }
@media (max-width: 640px) {
  .ddo5g3y { display: none !important; }
}
.ddo5g3y { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ddo5g3y:hover { opacity: 0.85; }
.x7uod2s .ddo5g3y { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.xial9owr  .isamtn { left: 32px; }
@media (max-width: 480px) {
  .o6rd .isamtn { right: 20px; bottom: 20px; }
  .xial9owr  .isamtn { left: 20px; bottom: 20px; }
}
.kvgzd58c { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.tu7z7n3s { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.za859 { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.xft4 { color: var(--text-dim); font-size: var(--fs-label); }
.o358 { 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; }
.o358 img { height: 26px; width: auto; object-fit: contain; }
.dvkvq3i { display: flex; flex-direction: column; gap: 8px; }
.dvkvq3i a, .peg3z4 a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.dvkvq3i a:hover, .peg3z4 a:hover { color: var(--accent-light); }
.dvkvq3i .kzjem { padding-left: 12px; font-size: var(--fs-label); opacity: 0.8; }
.vis9i .tu7z7n3s { text-align: center; }
.vis9i .za859 { margin-top: 0; }
.wfy1gq { margin-top: 12px; }
.wfy1gq a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .tu7z7n3s { padding-left: 16px; padding-right: 16px; }
  .pzjbt .tu7z7n3s { padding: 20px 16px; }
  .peg3z4 { gap: 4px 12px; }
  .za859 { font-size: var(--fs-caption); }
}
.fzftby .uhev0 .o358 { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.fzftby .za859 { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.fzftby .xft4 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .fzftby .lwi10liw { grid-template-columns: 1fr 1fr; } .fzftby .uhev0 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fzftby .lwi10liw { grid-template-columns: 1fr; } }
.vc1abpel .o358 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: var(--fs-sm); text-decoration: none; margin-right: auto; flex-shrink: 0; }
.vc1abpel .za859 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .vc1abpel .z3mi { gap: 12px; } .vc1abpel .o358 { margin-right: 0; width: 100%; } }
.x5a4 .z3lm6 .o358 { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.x5a4 .za859 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.x5a4 .xft4 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .x5a4 .kgir8jl { grid-template-columns: 1fr 1fr; } .x5a4 .z3lm6 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .x5a4 .kgir8jl { grid-template-columns: 1fr; } }
.sao1 .h1v7 { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.sao1 .dvkvq3i { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 8px 20px; }
@media (max-width: 760px) { .sao1 .h1v7 { grid-template-columns: 1fr 1fr; } .sao1 .xozxbzy9:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .sao1 .h1v7 { grid-template-columns: 1fr; } }
.qac8zwz .h1v7 { grid-template-columns: 1fr 2fr; }
.qac8zwz .bwl1tmg .dvkvq3i { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .qac8zwz .h1v7 { grid-template-columns: 1fr; } }
.mmtvl9 .tu7z7n3s { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.ho8cn6 .v6kf9i      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.blf8v .v6kf9i      { background: #0d1117; border-bottom-color: #21262d; }
.blf8v .etm0ul { color: var(--accent-light); }
.blf8v .evz53 { --msep-color: #8b949e; }
.blf8v .evz53 a { color: #8b949e; }
.blf8v .evz53 a:hover { color: var(--accent-light); }
.blf8v .refvk { color: #8b949e; }
.blf8v .kvgzd58c { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.blf8v .za859,
.blf8v .xft4 { color: #6e7681; }
.blf8v .dvkvq3i a, .blf8v .peg3z4 a,
.blf8v .o358 { color: #e6edf3; }
.blf8v .dvkvq3i a:hover, .blf8v .peg3z4 a:hover,
@media (max-width: 640px) {
  .blf8v .evz53 { background: #0d1117; border-top-color: #21262d; }
  .blf8v .evz53 li a { border-bottom-color: #21262d; }
}
.sr6b3 .v6kf9i      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.sr6b3 .etm0ul { color: var(--accent-light); }
.sr6b3 .evz53 { --msep-color: #475569; }
.sr6b3 .evz53 a { color: #475569; }
.sr6b3 .evz53 a:hover { color: var(--accent-light); }
.sr6b3 .refvk { color: #64748b; }
.sr6b3 .kvgzd58c { background: #f0f4f8; border-top-color: #cbd5e1; }
.sr6b3 .za859,
.sr6b3 .xft4 { color: #64748b; }
.sr6b3 .dvkvq3i a, .sr6b3 .peg3z4 a,
.sr6b3 .dqylqb a, .sr6b3 .o358 { color: #374151; }
.sr6b3 .dvkvq3i a:hover, .sr6b3 .peg3z4 a:hover,
@media (max-width: 640px) {
  .sr6b3 .evz53 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .sr6b3 .evz53 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.xhgf2xs .v6kf9i { background: var(--b-50); border-bottom-color: var(--b-200); }
.xhgf2xs .evz53 a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .xhgf2xs .evz53 { background: var(--b-50); border-top-color: var(--b-200); }
}
.wzygj .v6kf9i, .jds941 .v6kf9i { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.wzygj .etm0ul, .jds941 .etm0ul { color: #fff; }
.wzygj .evz53, .jds941 .evz53 { --msep-color: rgba(255,255,255,0.82); }
.wzygj .evz53 a, .jds941 .evz53 a { color: rgba(255,255,255,0.82); }
.wzygj .evz53 a:hover, .jds941 .evz53 a:hover { color: #fff; }
.wzygj .refvk, .jds941 .refvk { color: rgba(255,255,255,0.9); }
@media (max-width: 640px) {
  .wzygj .evz53, .jds941 .evz53 { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .wzygj .evz53 li a, .jds941 .evz53 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.rnpbz9.wzygj .ddo5g3y { background: #fff !important; color: var(--b-700) !important; }
.d45vptbk .v6kf9i {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.d45vptbk .v6kf9i::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) {
  .d45vptbk .evz53 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.hmuewx .dccye6 { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.crf8x .dccye6 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.p2glhzl .dccye6 { min-height: 72px; height: auto; }
.g7szqai .dccye6 { min-height: 84px; height: auto; }
.pzjbt .dccye6 { max-width: none; padding: 0 32px; }
.pzjbt .tu7z7n3s  { max-width: none; padding: 24px 32px; }
.zy0m6.xuht .dccye6 { max-width: 1200px; }
.zy0m6.tm3izke .dccye6 { max-width: 1320px; }
.mbh95   .etm0ul, .mbh95   .o358 { text-transform: capitalize; }
.p50e6zb .etm0ul, .p50e6zb .o358 { text-transform: lowercase; }
.xdemrq .etm0ul, .xdemrq .o358 { text-transform: uppercase; letter-spacing: var(--ls-label); }
.pktg, .txv9mv {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.c8vc .pktg,
.c8vc .txv9mv { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-btn); padding: 4px; }
.zp8wtp .pktg,
.zp8wtp .txv9mv { 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; }
.tk1anl0 .pktg,
.tk1anl0 .txv9mv { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-pill); padding: 4px 8px; }
.q0wm .pktg,
.q0wm .txv9mv { 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; }
.jmxz1ov1   .evz53 a { font-weight: 500; }
.nlz46 .evz53 a { font-weight: 600; }
.x2jtg     .evz53 a { font-weight: 700; }
.h390xx    .evz53 a { font-weight: 700; letter-spacing: normal; }
.x0drjpg4     .evz53 > li + li::before,
.npj8ok    .evz53 > li + li::before,
.u853bc52    .evz53 > li + li::before,
.z11zm .evz53 > li + li::before,
.f97wb0m8 .evz53 > li + li::before,
.ya44kjix  .evz53 > li + li::before,
.swaciy    .evz53 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.x0drjpg4     .evz53 > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.npj8ok    .evz53 > li + li::before { content: "|"; }
.u853bc52    .evz53 > li + li::before { content: "—"; }
.z11zm .evz53 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.f97wb0m8 .evz53 > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.ya44kjix  .evz53 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.swaciy    .evz53 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .to0jyy3 .refvk,
  .je87k5n1 .refvk,
  .qo2q8g .refvk,
  .hlttggr .refvk,
  .olyay21 .refvk {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .to0jyy3 .refvk::before,
  .je87k5n1 .refvk::before,
  .qo2q8g .refvk::before,
  .hlttggr .refvk::before,
  .olyay21 .refvk::before { content: ""; display: block; flex-shrink: 0; }

  
  .to0jyy3 .refvk::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;
  }

  
  .je87k5n1 .refvk::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;
  }

  
  .qo2q8g .refvk::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;
  }

  
  .hlttggr .refvk::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;
  }

  
  .olyay21 .refvk::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) {
  .fsxuii7 .refvk {
    padding: 4px 16px;
  }
  .fsxuii7 .evz53 {
    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;
  }
  .fsxuii7 .evz53 li a {
    border-bottom: none; padding: 12px 24px;
  }
  .fsxuii7 .evz53 li a:hover { background: var(--bg-raised); }
  .fsxuii7 .k6dq,
  .tsb62v .k6dq,
  .bg3sqydv .k6dq { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .shp2br .refvk {
    padding: 4px 12px;
  }
  .shp2br .evz53 {
    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);
  }
  .shp2br .evz53.b6g7l1tr { transform: translateX(0); }
  .shp2br .evz53 li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .shp2br .evz53 li:last-child a { border-bottom: none; }
  .wzygj .evz53,
  .blf8v .evz53 { background: var(--accent) !important; }
  .wzygj .evz53 li a,
  .blf8v .evz53 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .bg3sqydv .refvk {
    padding: 4px 12px;
  }
  .bg3sqydv .evz53 {
    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);
  }
  .bg3sqydv .evz53::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .bg3sqydv .evz53.b6g7l1tr { transform: translateY(0); }
  .bg3sqydv .evz53 li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .f81341mo .refvk {
    padding: 4px 12px;
  }
  .f81341mo .evz53 {
    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;
  }
  .f81341mo .evz53.b6g7l1tr { opacity: 1; pointer-events: auto; }
  .f81341mo .evz53 li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .cahcys     .refvk { border-radius: 0 !important; }
  .tz4s   .refvk { border-radius: var(--r-btn) !important; }
  .kyv9xc .refvk { border-radius: 50% !important; }
  .elur1b   .refvk { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .xyhx .d6j3 { flex-direction: column; align-items: stretch; }
  .xyhx .o25g { flex-direction: row; min-width: auto; }
  .xyhx .quqet3s { align-items: flex-start; text-align: left; }
}
.b0gvva01,
.b0gvva01.zp7dhvv,
.lfv3nv .b0gvva01,
.rwxao64w .b0gvva01,
.fe6xuj .b0gvva01,
.lm4n .b0gvva01 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.n1n12t {
  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;
}
.xd02xdxu { flex: 1 1 280px; min-width: 0; }
.c9zdf {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.illd3i {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.ahhr2pl {
  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;
}
.ahhr2pl:hover { transform: translateY(-1px); opacity: 0.95; }
.rcd06sjk .n1n12t {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.rcd06sjk .c9zdf { color: var(--cta); }
.rcd06sjk .illd3i { color: var(--text-body); }
.rcd06sjk .ahhr2pl {
  background: var(--cta);
  color: var(--cta-fg);
}
.prxe0b .n1n12t {
  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);
}
.prxe0b .c9zdf { color: var(--text-primary); }
.prxe0b .illd3i { color: var(--text-body); }
.prxe0b .ahhr2pl {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .n1n12t {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .xd02xdxu { flex: 0 0 auto; }
  .c9zdf { font-size: var(--fs-lead); }
  .ahhr2pl { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.hx29ti .ed7d { height: 36px; }
.t5co0msc .ed7d { height: 60px; max-width: 200px; }
.h7bypd68 .ed7d { height: 56px; max-width: 180px; }
.k68p7p7e    .b9ornv, .k68p7p7e    .mbdt { color: #f59e0b; }
.e8mn9btw      .mbdt   { font-size: var(--fs-lead); }
.hy0t28    .b9ornv, .hy0t28    .mbdt { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.p9yam     .b9ornv, .p9yam     .mbdt { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.ahof .b9ornv, .ahof .mbdt { color: var(--cta); letter-spacing: var(--ls-wide); }
.q77ey1   .b9ornv, .q77ey1   .mbdt { color: #e91e63; letter-spacing: var(--ls-wide); }
.tcch2rqk  .b9ornv, .tcch2rqk  .mbdt { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.aphtw87i     .b9ornv, .aphtw87i     .mbdt { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.xqgel21z .z664 {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.xqgel21z .uzamu {
  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);
}
.xqgel21z .uzamu + .uzamu { border-top: var(--bw-hair) solid var(--border-alt); }
.xqgel21z .tet1x { align-items: center; text-align: center; }
.xqgel21z .og5qd1 {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.xqgel21z .qq1cku9j { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.xqgel21z .gmo11v { font-size: var(--fs-body); }
.xqgel21z .xuwu4mi.p0fc16en { min-width: 180px; }
@media (min-width: 720px) {
  .xqgel21z .z664 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .xqgel21z .uzamu + .uzamu { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .xqgel21z .uzamu { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .xqgel21z .c1hy { top: -16px; left: 50%; }
  .xqgel21z .og5qd1 { width: 132px; height: 132px; }
}
.xghmt31 .z664 {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.xghmt31 .uzamu {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.xghmt31 .og5qd1 {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.xghmt31 .qq1cku9j { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
@media (max-width: 900px) {
  .xghmt31 .og5qd1 { width: 104px; height: 104px; }
}
.khia .wuzr0 {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.khia .wuzr0 summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.khia .wuzr0 summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.khia .wuzr0[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.khia .wuzr0 p { padding: 0 14px 18px; }
.khia .wuzr0[open] p { border-top: none; padding-top: 0; }
.ls6ocuw .wuzr0 { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ls6ocuw .wuzr0 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;
}
.ls6ocuw .wuzr0 summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.ls6ocuw .wuzr0[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.ls6ocuw .wuzr0 p { padding: 14px 24px 4px; }
.ls6ocuw .wuzr0[open] p { border-top: none; padding-top: 14px; }
.t56dq .wuzr0 {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.t56dq .wuzr0 summary { color: var(--text-primary); padding: 16px 18px; }
.t56dq .wuzr0[open] summary { box-shadow: none; }
.t56dq .wuzr0 p { padding: 0 18px 18px; }
.ljhr3 .s8blfpjt { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.ljhr3 .wuzr0 {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.ljhr3 .wuzr0:last-child { border-bottom: none; }
.ljhr3 .wuzr0 summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.ljhr3 .wuzr0 p { padding: 0 20px 16px; }
.iybugsd .wuzr0 { overflow: hidden; }
.iybugsd .wuzr0 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));
}
.iybugsd .wuzr0 summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.iybugsd .wuzr0 summary::after { color: var(--tone-mark, var(--accent)); }
.iybugsd .wuzr0[open] summary { border-radius: 0; box-shadow: none; }
.ll1j { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.bmqj {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.vii81 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.m68un { color: var(--text-muted); font-size: var(--fs-body); }
.di44m {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.o5pq7 { margin-bottom: 20px; }
.iellky {
  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);
}
.u1ivm4vt {
  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;
}
.u1ivm4vt:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.ucazba5c { resize: vertical; min-height: 130px; }
.pkz2ofo { width: 100%; margin-top: 8px; }
.rno6d3xh {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.lf9l16z {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.yc3xiy7q { color: var(--text-muted); line-height: var(--lh-read); }
.ofe8wtvi { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.ofe8wtvi li { margin-bottom: 8px; }
.sa5p2fjm { max-width: 760px; margin: 0 auto; }
.i4v7ip1 { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.u31h0v { max-width: 760px; margin: 0 auto; }
.dk558t4q { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.nsfbeq ul.ofe8wtvi { margin: 0; }
.v18x { max-width: 900px; margin: 0 auto; }
.b8sv { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: var(--bw-hair) solid var(--border); align-items: start; }
.b8sv:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.b8sv .dk558t4q { margin: 0; font-size: var(--fs-sm); }
.b8sv .nzduzj2e p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
@media (max-width: 640px) { .b8sv { grid-template-columns: 1fr; gap: 12px; } }
.q46mah .dk558t4q { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
.hkp0 .ofe8wtvi { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .e4ib { grid-template-columns: 1fr; } }
.wjf6 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.wjf6:hover .yque0n { color: var(--accent-light); text-decoration: underline; }
.cispzmcl { color: inherit; text-decoration: none; }
.cispzmcl:hover { color: var(--accent-light); text-decoration: underline; }
.dpmiu { display: inline-block; line-height: 0; }
.q2yirlg { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.wwzv { margin-bottom: 48px; }
.mbkz19 { max-width: 760px; margin: 0 auto; }
.ooms { text-align: center; }
.pho0h1 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.pho0h1:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.vo6jlejf { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.pho0h1 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.pho0h1 ul.ofe8wtvi { margin: 0; }
.kdu8l { color: var(--text-muted); line-height: var(--lh-read); }
.ooms .ofe8wtvi,
.mpfi .ofe8wtvi,
.hffh .ofe8wtvi,
.sccya2 .ofe8wtvi {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.ooms .pho0h1,
.mpfi .pho0h1 { text-align: left; }
.ooms .vo6jlejf,
.mpfi .vo6jlejf { text-align: center; }
.p66jphgx { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.yqsp91 { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.dc41fut { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.pi0s09 { margin-top: 12px; }
.xeij5j { 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; }
.xeij5j:hover { border-bottom-color: var(--accent-light); }
.vx4oso { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.vx4oso img { width: 100%; height: 100%; object-fit: cover; display: block; }
.c36f { width: 200px; height: 200px; }
.inlna { border-radius: 28%; }
.xqfjhfrm { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.je0xw { color: var(--text-muted); font-weight: 600; letter-spacing: normal; }
@media (max-width: 640px) { .di8d { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.e378 { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; padding-bottom: 40px; border-bottom: var(--bw-hair) solid var(--border); }
.e378 .dc41fut, .e378 .yqsp91 { max-width: 640px; }
.b8tvxqg .p66jphgx { font-size: var(--fs-h3); margin-top: 20px; }
.k1zu .dc41fut { margin-bottom: 28px; }
@media (max-width: 860px) { .ql258 { grid-template-columns: 1fr; } .b8tvxqg { position: static; text-align: center; } }
.jbgy9ag4 .vx4oso { margin: 0 auto 20px; }
.jbgy9ag4 .xqfjhfrm { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .avktn { grid-template-columns: 1fr; } }
.vub9b4 .p66jphgx { font-size: var(--fs-h3); margin-bottom: 8px; }
.sccya2 .ofe8wtvi { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .vub9b4 { flex-direction: column; text-align: center; } .lorg0brg { grid-template-columns: 1fr; } }
.pbxvpghe .p66jphgx { font-size: var(--fs-lead); margin: 0 0 4px; }
.pbxvpghe .xqfjhfrm { margin: 0; }
.by75nn7 .vii81 { color: var(--accent-light); }
.wbfm3 {
  text-align: left; border-bottom: none;
  border-left: var(--bw-bar) solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.wbfm3 .vii81 { font-size: var(--fs-h2); }
.wbfm3 .m68un { max-width: 680px; }
.kki4y694 .vii81 { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.kki4y694 .m68un  { margin: 0; }
@media (max-width: 640px) { .kki4y694 { flex-direction: column; } }
.e845p6 .vii81 { color: var(--accent-light); }
.y2hdxrc4 .vii81 { color: #fff; }
.y2hdxrc4 .m68un  { color: rgba(255,255,255,0.85); }
.moz2f { max-width: 680px; margin: 0 auto; }
.la8ut0xu {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .la8ut0xu { grid-template-columns: 1fr; } }
.xr56 .u1ivm4vt {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.xr56 .u1ivm4vt:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.bu6he7k .u1ivm4vt { background: var(--bg-raised); border-color: transparent; }
.bu6he7k .u1ivm4vt:focus { background: var(--bg-card); border-color: var(--accent-light); }
.jcq7 .u1ivm4vt { border-radius: var(--r-pill); padding: 12px 20px; }
.jcq7 .ucazba5c { border-radius: var(--r-card); }
.dmr2ygc {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-btn); overflow: hidden; margin-bottom: 12px;
}
.dmr2ygc summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: var(--fs-body); list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.dmr2ygc summary::-webkit-details-marker { display: none; }
.dmr2ygc summary::after { content: "+"; color: var(--accent-light); font-size: var(--fs-lead); flex-shrink: 0; }
.dmr2ygc[open] summary::after { content: "−"; }
.j4ixmw {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: var(--lh-read);
  border-top: var(--bw-hair) solid var(--border);
}
.w9a7lri {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .w9a7lri { grid-template-columns: 1fr; } }
.akc3iv3 {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 24px 24px;
}
.akc3iv3 h2 {
  font-size: var(--fs-sm); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.akc3iv3 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.efafax { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; margin: 0; }
.efafax li { margin-bottom: 8px; }
.xn0d62:empty,.ojra7jp:empty{display:none}
.smf1a9b3{position:relative;overflow:visible}
.c81wp4u2 .fxrdem .ojra7jp,.wf0z .fxrdem .ojra7jp,
.vzaj3uu9 .fxrdem .ojra7jp,.wduxl .fxrdem .ojra7jp,
.b9y0lz .fxrdem .ojra7jp{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}
.c81wp4u2 .fxrdem .ojra7jp{margin-right:auto}
.wf0z .fxrdem .ojra7jp{margin-left:auto}
.vzaj3uu9 .fxrdem .ojra7jp{margin-right:auto}
.wduxl .fxrdem .ojra7jp{margin-left:auto}
.b9y0lz .fxrdem .ojra7jp{margin: 0 auto}
.l3jff4p .fxrdem .ojra7jp{margin: 0}
.l3jff4p .wprlydy~.fxrdem .ojra7jp,
.l3jff4p .maiw2~.fxrdem .ojra7jp{justify-content:flex-start}
.wprlydy~.fxrdem .ojra7jp{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.maiw2~.fxrdem .ojra7jp{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ijtejn .ojra7jp{margin: 0 0 12px}
.ojra7jp{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.jvjpfw{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.yque0n{font-weight:600;color:var(--text-heading);opacity:1}
.dilcgq5y .jvjpfw{display:none}
.vkmrue .ojra7jp{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.ytsae .ojra7jp{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.ecbq{--date-bg:var(--accent-bg)}
.nc73v8 .bdzjf3::before{content:""}
.yyi63{display:flex;align-items:flex-start;gap: 16px;max-width:var(--content-width, 960px);margin: 32px auto 24px;padding: 20px 24px}
.sbjl9c5h{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.rs6ce1{display:flex;flex-direction:column;gap: 4px}
.srfg5{font-size: var(--fs-caption);text-transform:uppercase;letter-spacing: var(--ls-label);color:var(--text-body);opacity:.55}
.vmjs{font-weight:700;font-size: var(--fs-sm);color:var(--text-heading)}
.dy4l1j5l{font-size: var(--fs-label);color:var(--text-body);opacity:.8;line-height: var(--lh-snug);margin-top: 4px}
.a9bal .yyi63{background:var(--surface-alt);border-radius:var(--radius, 8px);border: var(--bw-hair) solid var(--border)}
.yhg5ryir .yyi63{border-top: var(--bw-bar) solid var(--accent);padding-top: 20px}
.dy5n4jf .yyi63{border-left: var(--bw-bar) solid var(--accent);border-radius:0}
.ye9z5ag .yyi63{padding: 20px 0}
@media(max-width:640px){
  .yyi63{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .dy4l1j5l{max-width:100%}
}
.bcl6 .mwov{margin: 0}
@media (max-width:560px){
  .w5y9wh{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) {
  .vl5fvh { padding: 28px 20px 20px; }
  .t43u4tk { font-size: var(--fs-lead); }
  .ibdm { max-width: 220px; max-height: 80px; }
}
.cudkp {
  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);
}
.f7w6u7gj {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.n506q  .cudkp { border-radius: 50%; }
.okfha1  .cudkp { border-radius: var(--r-chip); }
.d78rxfx .cudkp { border-radius: var(--r-card); }
.z4ddpfa1 .n1n12t {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .cudkp { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.lj0jyb .zp7dhvv {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.lj0jyb .prfikkj {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.lj0jyb .n1n12t {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.h1r99mx {
  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;                  
}
.h1r99mx.azo5vn15 { transform: translate(-50%, 0); }
.h1r99mx .zp7dhvv,
.h1r99mx .prfikkj {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.h1r99mx .n1n12t {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.gpnvwis {
  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;
}
.gpnvwis::before,
.gpnvwis::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.gpnvwis::before { transform: translate(-50%, -50%) rotate(45deg); }
.gpnvwis::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.gpnvwis:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .h1r99mx { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .h1r99mx .n1n12t {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .h1r99mx .illd3i { display: none !important; }
  .h1r99mx .c9zdf { font-size: var(--fs-body) !important; }
  .h1r99mx .cudkp { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .gpnvwis { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .dccye6 { flex-direction: row-reverse; }
[dir="rtl"] .evz53 { flex-direction: row-reverse; }
[dir="rtl"] .xial9owr  .isamtn { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .o6rd .isamtn { right: auto; left: 20px; }
  [dir="rtl"] .xial9owr  .isamtn { left: auto;  right: 20px; }
}
[dir="rtl"] .vcy8ew .a7s8x7g  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .yq8uh9w .a7s8x7g { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .wyvikvk, [dir="rtl"] .d3lk { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .cmyriv { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .sgbgem { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .t4ly { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .n1n12t { direction: rtl; }
[dir="rtl"] .cudkp { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .uzamu,
[dir="rtl"] .l6j7 { direction: rtl; }
[dir="rtl"] .lh04p416 { direction: rtl; }
[dir="rtl"] .bkhpdhav { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .jo3q.zpza32px .iaypnv1,
[dir="rtl"] .v1ptnc.zpza32px .iaypnv1,
[dir="rtl"] .avbea0rt.zpza32px .iaypnv1,
[dir="rtl"] .yw9p.zpza32px .iaypnv1,
[dir="rtl"] .ij7sqw.zpza32px .iaypnv1 { text-align: right; }
[dir="rtl"] .wprlydy.zpza32px .t0od { align-items: flex-end; text-align: right; }
[dir="rtl"] .prfikkj,
[dir="rtl"] .ksnortzb,
[dir="rtl"] .pfolagi,
[dir="rtl"] .iaypnv1 { text-align: right; }
[dir="rtl"] .di44m,
[dir="rtl"] .iellky,
[dir="rtl"] .dc41fut,
[dir="rtl"] .u1ivm4vt,
[dir="rtl"] .ucazba5c { text-align: right; direction: rtl; }
[dir="rtl"] .jcq7 .u1ivm4vt,
[dir="rtl"] .xr56 .u1ivm4vt { padding-right: 20px; padding-left: 20px; }
.h6rtge .z664,
.mzrv6g .z664,
.bri9lrm .z664 { border: var(--bw-hair) solid var(--border-alt); }
.zibhpd .z664 {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.h6rtge .uzamu,
.mzrv6g .uzamu,
.zibhpd .uzamu,
.bri9lrm .uzamu {
  gap: 24px;
  padding: 24px 24px;
}
.h6rtge .uzamu + .uzamu,
.bri9lrm .uzamu + .uzamu { border-top: none; }
.h6rtge .uzamu:nth-child(even),
.bri9lrm .uzamu:nth-child(even) { background: var(--bg-surface); }
.zibhpd .uzamu {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.h6rtge .og5qd1,
.mzrv6g .og5qd1,
.zibhpd .og5qd1,
.bri9lrm .og5qd1 {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.h6rtge .qq1cku9j,
.mzrv6g .qq1cku9j,
.zibhpd .qq1cku9j,
.bri9lrm .qq1cku9j {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.bri9lrm .gmo11v { font-size: var(--fs-body); font-weight: 700; }
.h6rtge .xuwu4mi.p0fc16en,
.mzrv6g .xuwu4mi.p0fc16en,
.zibhpd .xuwu4mi.p0fc16en,
.bri9lrm .xuwu4mi.p0fc16en {
  padding: 16px 24px !important;
}
.bri9lrm .xuwu4mi.p0fc16en { box-shadow: none; }
@media (max-width: 1080px) {
  .h6rtge .uzamu,
  .mzrv6g .uzamu,
  .zibhpd .uzamu,
  .bri9lrm .uzamu { gap: 16px; padding: 20px; }
  .h6rtge .og5qd1,
  .mzrv6g .og5qd1,
  .zibhpd .og5qd1,
  .bri9lrm .og5qd1 { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .h6rtge .og5qd1,
  .mzrv6g .og5qd1,
  .zibhpd .og5qd1,
  .bri9lrm .og5qd1 { width: 104px; height: 104px; }
}
.qp9lo .hr9dtk18 { display: none; }
.qtva li::before { color: #2f855a; font-weight: 700; }
.plqd6jc li::before { color: #9b2c2c; font-weight: 700; }
.zdrwf6::before { color: #2f855a; }
.e0xzjnk::before { color: #9b2c2c; }
.puxv  .ahhr2pl, .puxv  .mjr3ok { border-radius: var(--r-pill); }
.cz2skal0 .ahhr2pl, .cz2skal0 .mjr3ok { border-radius: 0; }
.bq094w2 .ahhr2pl, .bq094w2 .mjr3ok { border-radius: var(--r-btn); }
.ahhr2pl, .mjr3ok, .rp1qy3, .p0fc16en, .xuwu4mi.p0fc16en {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
.rp1qy3, .p0fc16en, .xuwu4mi.p0fc16en, .ahhr2pl, .mjr3ok,
.dphe0s, .eb4i96tj, .h1r99mx .ahhr2pl {
  border-radius: var(--btn-radius) !important;
}
.ro3nrt4 a, .ksnortzb a, .pfolagi a, .aqplxps a, .wuzr0 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;
}
.ro3nrt4 a:hover, .ksnortzb a:hover, .pfolagi a:hover, .aqplxps a:hover { text-decoration-color: currentColor; }
.v6i3pr5y    { --hero-a: var(--b-700); --hero-b: var(--b-near, var(--b-800)); }
.z55qt .knhd.avbea0rt .hkkp,
.z55qt section.avbea0rt .hkkp { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.z55qt .avbea0rt .x4n1yc { color: var(--text-body); }
.v6i3pr5y .jo3q:not(.avbea0rt) .lqnuosv {
  background: linear-gradient(120deg, color-mix(in srgb, var(--b-900) 88%, transparent) 0%, color-mix(in srgb, var(--b-near, var(--b-800)) 55%, transparent) 100%);
}
.knhd.jo3q:not(.avbea0rt) .hkkp,
section.jo3q:not(.avbea0rt) .hkkp { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.rnpbz9.v6i3pr5y    .avbea0rt .rp1qy3 { background: #fff !important; color: var(--b-700) !important; }
.rq8irnw .kvgzd58c { background: var(--bg-page); border-top-color: var(--border-alt); }
.w3otv5e .kvgzd58c { background: var(--b-50); border-top-color: var(--b-200); }
.scsam15q .kvgzd58c, .l8j5 .kvgzd58c, .rlog .kvgzd58c {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.scsam15q .kvgzd58c :is(.za859, .xft4),
.l8j5   .kvgzd58c :is(.za859, .xft4),
.rlog    .kvgzd58c :is(.za859, .xft4) { color: rgba(255,255,255,0.68); }
.scsam15q .kvgzd58c :is(.kjvelhu6, .rpyjqq),
.l8j5   .kvgzd58c :is(.kjvelhu6, .rpyjqq),
.rlog    .kvgzd58c :is(.kjvelhu6, .rpyjqq) { color: rgba(255,255,255,0.7); }
.scsam15q .kvgzd58c a, .l8j5 .kvgzd58c a, .rlog .kvgzd58c a { color: rgba(255,255,255,0.9); }
.scsam15q .kvgzd58c a:hover, .l8j5 .kvgzd58c a:hover, .rlog .kvgzd58c a:hover { color: #fff; }
.scsam15q .kvgzd58c .o358,
.l8j5   .kvgzd58c .o358,
.rlog    .kvgzd58c .o358 { color: #fff; }
.hec0nipb .z664:not(.xubtl6q) .uzamu:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.wiv1h0 .z664:not(.xubtl6q) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.wiv1h0 .z664:not(.xubtl6q) .uzamu { background: var(--bg-card); border-radius: var(--r-btn); }
.wiv1h0 .z664:not(.xubtl6q) .uzamu + .uzamu { margin-top: 8px; border-top: none; }
.bbktnbxs { background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary)); }
.yi9t9qs .uzamu::before { background: var(--tone-line, var(--accent)); }
.hxlg .uzamu:first-child { border-top-color: var(--tone-line, var(--accent)); }
.wuzr0 summary:hover::after, .wuzr0[open] summary::after { color: var(--tone-mark, var(--accent)); }
.lsrbl8ob .kixxbgd { border-top-color: var(--tone-line, var(--accent)); }
.j5u0nu .eh17s7ta { background: var(--tone-fill, var(--accent-bg)); }
.dpzxhm95 .ia81 .qq1cku9j,
.dpzxhm95 .ivsuii.ia81 img,
.dpzxhm95 .igvro.ia81 img { border-radius: 22%; }
.dpzxhm95 .ivsuii.ia81 { border-radius: var(--r-card); }
.ki4ir .ia81 .qq1cku9j,
.ki4ir .ivsuii.ia81 img,
.ki4ir .igvro.ia81 img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.ki4ir .ivsuii.ia81 { border-radius: 50%; padding: 5px; }
.ki4ir .ia81.og5qd1, .dpzxhm95 .ia81.og5qd1 { overflow: visible; }
.kixxbgd, .tw4hm7p, .z664:not(.xubtl6q), .mwov, .wuzr0 {
  border: none; box-shadow: var(--sh-card);
}
.sfes2y .kixxbgd, .sfes2y .tw4hm7p,
.sfes2y .z664:not(.xubtl6q) { box-shadow: var(--sh-lift); }
.khia .wuzr0, .ls6ocuw .wuzr0, .ljhr3 .wuzr0 { box-shadow: none; }
.ljhr3 .s8blfpjt { border: none; box-shadow: var(--sh-card); }
.t56dq .wuzr0 { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.ls6ocuw .wuzr0 summary { border: none; box-shadow: var(--sh-card); }
.ls6ocuw .wuzr0[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.iybugsd .wuzr0 summary { color: var(--tone-fill-head-raw); }
.p1af .kixxbgd { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.hdwp, .t4ly, .lh04p416 { border: none; box-shadow: var(--panel-sh, none); }
.wn6x0jsr .ejdbo2t { border: none; box-shadow: var(--sub-sh, none); }
.dwhha .hdwp, .dwhha .lh04p416 { box-shadow: var(--panel-sh, none); }
.dwhha .mwov, .dwhha .uav9o .t4ly { box-shadow: var(--sh-card); }
.dwhha .wn6x0jsr .ejdbo2t { box-shadow: var(--sub-sh, none); }
.hovz1h .ejdbo2t, .dwhha .hovz1h .ejdbo2t, .sfes2y .hovz1h .ejdbo2t { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.hdwp { background: var(--bg-card-inner); border-radius: var(--r-card); }
.ailpavx5 { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.vtpw70n9 .hdwp   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.qqkh .hdwp { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.oasiu .hdwp     { border: none; }
.oasiu .ailpavx5 { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.pe5zddjd .hdwp    { border: none; box-shadow: var(--sh-card); }
.t4ly { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.ry8v { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.t4ly strong, .xi12g0m .t4ly strong, .ivljo .t4ly strong,
.n7y1i .t4ly strong { color: var(--cl-head); }
.t4ly p, .xi12g0m .t4ly p, .ivljo .t4ly p,
.n7y1i .t4ly p { color: var(--cl-fg); }
.xi12g0m .t4ly { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.xi12g0m .t4ly strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.trmf1x2 .t4ly { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.ivljo .t4ly { border: none; }
.n7y1i .t4ly  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.uav9o .t4ly   { 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); }
.x0hh2h { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.x0hh2h strong { color: var(--cl-head); }
.cmyriv, .sgbgem { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.cmyriv ul li, .cmyriv .qtva li { color: var(--sem-pos-body); }
.sgbgem ul li, .sgbgem .plqd6jc li { color: var(--sem-neg-body); }
.u7xvuw85 .cmyriv, .u7xvuw85 .sgbgem { border: none; }
.cqnanc .cmyriv, .cqnanc .sgbgem { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.cqnanc .cmyriv { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.cqnanc .sgbgem { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.s5hlbf .cmyriv, .s5hlbf .sgbgem { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.s5hlbf .cmyriv { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.s5hlbf .sgbgem { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.ki7vw .cmyriv .sn670el, .ki7vw .sgbgem .sn670el {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.ki7vw .cmyriv .sn670el { background: var(--sem-pos-fg); }
.ki7vw .sgbgem .sn670el { background: var(--sem-neg-fg); }
.ki7vw .zdrwf6::before, .ki7vw .e0xzjnk::before { color: #fff; }
.m8tw .cmyriv ul li, .m8tw .cmyriv .qtva li,
.m8tw .sgbgem ul li, .m8tw .sgbgem .plqd6jc li { color: var(--text-body); }
.lh04p416 { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.ig4xhn { color: var(--tone-fill-head, var(--text-primary)); }
.srcd18qp .bkhpdhav a, .dk7e0f .bkhpdhav a, .jvz5 .bkhpdhav a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.srcd18qp .bkhpdhav a:hover, .dk7e0f .bkhpdhav a:hover, .jvz5 .bkhpdhav a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.vvsrhh9 .lh04p416 { border-bottom-color: var(--border-alt); }
.vvsrhh9 .bkhpdhav a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.vgjf, .bbktnbxs { border: none; }
.kt0w2l2s { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.q7jn1 { border-top: none; }
.q7jn1 > span { color: var(--tone-fill-head, var(--text-primary)); }
.f1haqtg em, .cdi130os em, .d7ofapo em, .y2j3d4n em { color: var(--tone-fill-muted, var(--text-muted)); }
.j5u0nu .eh17s7ta { border-bottom: none; }
.p1af .eh17s7ta { border-bottom: none; }
.ivsuii.ia81 { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.ivsuii.ia81 img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.dpzxhm95 .ivsuii.ia81 img { border-radius: 22%; }
.ki4ir  .ivsuii.ia81 img { border-radius: 50%; }
.ki4ir  .ivsuii.ia81 { padding: 0; }
@media (min-width: 900px) {
  .ajnrjg4o .cg2g > .kixxbgd:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.wyvikvk li::marker { color: var(--tone-mark, var(--accent)); }
.d3lk li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.wcf595l li::marker { color: var(--tone-mark, var(--accent)); }
.x4tstbo h2.t0aw { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.i00lqr h2.t0aw { border-bottom-color: var(--tone-mark, var(--accent)); }
.rc58h2 h2.t0aw { border-top-color: var(--tone-mark, var(--accent)); }
.vcy8ew .ejdbo2t, .yq8uh9w .ejdbo2t, .ooehai .ejdbo2t,
.vcy8ew .t4ly, .yq8uh9w .t4ly, .ooehai .t4ly,
.vcy8ew .b6v0xq, .yq8uh9w .b6v0xq, .ooehai .b6v0xq,
.vcy8ew .mwov, .yq8uh9w .mwov, .ooehai .mwov { clear: both; }
.a7s8x7g .odyo7ng { box-shadow: var(--sh-card); }
.mwov { border-radius: var(--r-card); }
.gdhyr .xoo2lv { border: none; }
.xhgf2xs .evz53 a { color: var(--b-800); }
.xhgf2xs .evz53 a:hover { color: var(--b-600); }
.z55qt .knhd.avbea0rt .hkkp,
.z55qt section.avbea0rt .hkkp,
.z55qt .v1ptnc .hkkp { color: var(--b-900) !important; }
.z55qt .avbea0rt .x4n1yc, .z55qt .v1ptnc .x4n1yc { color: var(--b-800); }
.w3otv5e .kvgzd58c, .w3otv5e .kvgzd58c a { color: var(--b-800); }
.w3otv5e .kvgzd58c :is(.za859, .xft4, .kjvelhu6) { color: var(--b-700); }
.n1n12t { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.ahhr2pl { border: none; }
.qx86hj7 .ahhr2pl { background: #fff !important; color: var(--cta) !important; }
.rcd06sjk .n1n12t { background: var(--b-100); border: none; }
.rcd06sjk .c9zdf { color: var(--b-900); }
.rcd06sjk .illd3i { color: var(--b-800); }
.prxe0b .n1n12t { background: var(--b-900); border: none; border-radius: var(--r-card); }
.prxe0b .c9zdf { color: #fff; }
.prxe0b .illd3i { color: rgba(255,255,255,0.82); }
.yi0e1ms8 .n1n12t { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.yi0e1ms8 .ahhr2pl { background: #fff !important; color: var(--b-800) !important; }
.cudkp { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.f7w6u7gj { width: 100%; height: 100%; object-fit: cover; }
h2.t0aw, .hkkp, h1.t0aw, .c9zdf { font-weight: 700; }
.lfih h3, h3.qesolm { font-weight: 600; }
.br5eq { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.wyvikvk { list-style: none !important; padding-left: 0; margin: 16px 0; }
.wyvikvk li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.wyvikvk li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.wyvikvk 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);
}
.hfwnbyde .wyvikvk li { padding-left: 28px; }
.hfwnbyde .wyvikvk 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));
}
.hfwnbyde .wyvikvk li::after { content: none; }
.hfwnbyde .wyvikvk li::marker, .wyvikvk li::marker { content: ""; }
.d3lk { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.d3lk li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.d3lk 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;
}
.hfwnbyde .d3lk li::before { border-radius: 50%; }
.d3lk li::marker { content: ""; }
.wcf595l { list-style: none; padding-left: 16px; }
.wcf595l li { position: relative; padding-left: 16px; }
.wcf595l li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.wcf595l li::marker { content: ""; }
h3.qesolm { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.ro3nrt4 strong, .ksnortzb strong, .p8apk 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");
}
.qtva li::before, .plqd6jc 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);
}
.plqd6jc li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.qtva li, .plqd6jc li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.zdrwf6::before, .e0xzjnk::before { content: none !important; display: none !important; }
.sn670el { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.qp9lo .hr9dtk18, .hr9dtk18 {
  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;
}
.ozgg .hr9dtk18     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.ry8v .hr9dtk18 { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.c61bbc .hr9dtk18  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.x0hh2h .hr9dtk18, .p3fq .hr9dtk18 { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.hr9dtk18::before { content: none !important; }
.t4ly { gap: 14px; }
.kixxbgd { --rv-pad: 24px; }
.eh17s7ta { padding: var(--rv-pad); }
.eyiqp9 { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.eyiqp9 > * { margin: 0 !important; }
.aqplxps { line-height: var(--lh-read); }
.q7jn1 {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.q7jn1 > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.q7jn1 em { font-size: var(--fs-caption); font-weight: 600; font-style: normal; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--tone-fill-muted, var(--text-muted)); }
.q7jn1 b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.h1fvo { gap: 16px; }
.m8tw .cmyriv, .m8tw .sgbgem { padding: 0; }
.m8tw .sgbgem { padding-left: 20px; }
.omu0vnqi { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.h1fvo + .omu0vnqi { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.b7qdy { flex: 0 0 100%; margin-bottom: 4px; font-size: var(--fs-caption); font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.vgjf, .kt0w2l2s, .bkvqsma {
  margin: 0; padding: 5px 10px; border-radius: var(--r-chip);
  background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary));
}
.x0hh2h { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.x0hh2h strong, .xi12g0m .x0hh2h strong,
.p3fq strong, .xi12g0m .p3fq strong {
  display: block; padding: 0; margin: 0 0 6px; border: none;
  font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label);
  color: var(--tone-sub, var(--cl-head));
}
.x0hh2h p, .p3fq p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.x0hh2h { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.uhq8fe strong { display: inline-flex; align-items: baseline; gap: 1px; padding: 3px 9px; border-radius: var(--r-chip); background: var(--tone-soft, var(--accent-bg)); color: var(--tone-soft-fg, var(--text-primary)); font-size: var(--fs-sm); }
.uhq8fe .bvyh { color: inherit; opacity: .7; }
.wn6x0jsr .ejdbo2t { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.nbus8dm h2.t0aw { 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); }
.ihfu0p .prxe0b .ahhr2pl, .ihfu0p .yi0e1ms8 .ahhr2pl,
.ihfu0p.jds941 .ddo5g3y, .ihfu0p.rlog .kvgzd58c .p0fc16en { background: #fff !important; color: var(--b-900) !important; }
.ajnrjg4o .cg2g { align-items: stretch; }
.kixxbgd { display: flex; flex-direction: column; }
.kixxbgd .eyiqp9 { flex: 1 1 auto; }
.kixxbgd .x0hh2h { margin-top: auto !important; }
.xoo2lv { font-size: var(--fs-sm); }
.xoo2lv th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.xoo2lv td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.xoo2lv td:first-child { font-weight: 600; color: var(--text-primary); }
.xoo2lv tbody tr:last-child td { border-bottom: none; }
.xoo2lv tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.oc88x .xoo2lv th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.gdhyr .xoo2lv th, .gdhyr .xoo2lv td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.gdhyr .xoo2lv th + th, .gdhyr .xoo2lv td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.gdhyr .xoo2lv tbody tr:last-child td { border-bottom: none; }
.uktb93 .gdhyr .xoo2lv th + th, .eql2 .gdhyr .xoo2lv th + th,
.fi7pkwxo.gdhyr .xoo2lv th + th { border-left-color: rgba(255,255,255,0.16); }
.tj77 .xoo2lv tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.jugm { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.hdwp {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.hdwp:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.d4gt, .ab85u56o .d4gt {
  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;
}
.o0563xzw .d4gt { border-radius: 50%; padding: 14px; }
.nug767 .hdwp { align-items: center; text-align: center; }
.nug767 .wcf595l { text-align: left; }
.nug767 .drwy { margin-left: auto; margin-right: auto; }
.ailpavx5, .ei6igu .ailpavx5, .oasiu .ailpavx5 {
  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));
}
.pgsr { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.wcf595l { 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); }
.wcf595l li { margin-bottom: 6px; line-height: var(--lh-snug); }
.xad6ea .ailpavx5 { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.xad6ea .ailpavx5::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.nug767.xad6ea .ailpavx5, .o0563xzw.xad6ea .ailpavx5 { align-items: center; }
.plts .hdwp { padding-left: 0; padding-right: 0; }
.plts .hdwp:hover { transform: none; box-shadow: none; }
.hdwp, .oasiu .hdwp { background: var(--bg-card); box-shadow: var(--sh-card); }
.dwhha .hdwp, .sfes2y .hdwp { box-shadow: var(--sh-card); }
.plts .hdwp, .dwhha .plts .hdwp { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .jugm:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .jugm:has(> :nth-child(5):last-child) .hdwp { padding: 20px 16px 18px; }
  .jugm:has(> :nth-child(6):last-child), .jugm:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .jugm:has(> :nth-child(7):last-child), .jugm:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .wyvikvk li, [dir="rtl"] .hfwnbyde .wyvikvk li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .hfwnbyde .wyvikvk li { padding-right: 28px; }
[dir="rtl"] .wyvikvk li::before { left: auto; right: 0; }
[dir="rtl"] .hfwnbyde .wyvikvk li::before { left: auto; right: 6px; }
[dir="rtl"] .wyvikvk li::after { left: auto; right: 9px; }
[dir="rtl"] .d3lk li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .d3lk li::before { left: auto; right: 0; }
[dir="rtl"] .wcf595l { padding-left: 0; padding-right: 0; }
[dir="rtl"] .wcf595l li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .wcf595l li::before { left: auto; right: 0; }
[dir="rtl"] .qtva li, [dir="rtl"] .plqd6jc li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .qtva li::before, [dir="rtl"] .plqd6jc li::before { left: auto; right: 0; }
[dir="rtl"] .s5hlbf .cmyriv, [dir="rtl"] .s5hlbf .sgbgem { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .s5hlbf .cmyriv { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .s5hlbf .sgbgem { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .m8tw .sgbgem { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .t4ly, [dir="rtl"] .n7y1i .t4ly, [dir="rtl"] .uav9o .t4ly { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .xi12g0m .t4ly, [dir="rtl"] .trmf1x2 .t4ly, [dir="rtl"] .ivljo .t4ly { border-right: none; }
[dir="rtl"] .x4tstbo h2.t0aw { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .vtpw70n9 .hdwp { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .hdwp { align-items: flex-start; text-align: right; }
[dir="rtl"] .xoo2lv th, [dir="rtl"] .xoo2lv td { text-align: right; }
[dir="rtl"] .gdhyr .xoo2lv th + th, [dir="rtl"] .gdhyr .xoo2lv td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .t56dq .wuzr0, [dir="rtl"] .iybugsd .wuzr0 summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .wuzr0 summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .hec0nipb .z664:not(.xubtl6q) .uzamu:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .uzamu { gap: 0 14px; padding: 16px; }
  .uzamu::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .d74y, .ydu71jg { flex: 1 1 0; min-width: 0; }
  .t4ufgj81 { flex: 0 0 auto; }
  .jt4x0vj { align-self: center; }
  
  .x1mbukdf, .gozlu9, .fwoyg,
  .ugs3a, .i43s, .onoqsr,
  .nph0e, .gskm, .a5fz8m2z {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .x1mbukdf, .gozlu9, .fwoyg { flex-basis: 100%; min-width: 100%; }
  
  .lln1ka, .m1rl6g4 { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .ecaip8o, .zesf1 { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .zesf1 .bbktnbxs:nth-child(n+3) { display: inline-block; }
  .zesf1 .bbktnbxs:nth-child(n+4) { display: none; }
  
  .xyo4zu2t, .wh4k { margin-top: 16px; }
  .ckjg4x4s { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .ugs3a, .i43s, .onoqsr,
  .nph0e, .gskm, .a5fz8m2z { flex-basis: 100%; min-width: 100%; }
}
.og5qd1.ia81, .wu9xo .og5qd1.ia81, .uolnzte3 .og5qd1.ia81,
.qej7 .og5qd1.ia81, .qqxc75l .og5qd1.ia81,
.igvro.ia81, .wu9xo .igvro.ia81, .uolnzte3 .igvro.ia81,
.qej7 .igvro.ia81, .qqxc75l .igvro.ia81 {
  background: transparent; padding: 0; width: auto; height: auto;
}
.wu9xo .og5qd1.ia81 .qq1cku9j, .uolnzte3 .og5qd1.ia81 .qq1cku9j,
.qej7 .og5qd1.ia81 .qq1cku9j, .qqxc75l .og5qd1.ia81 .qq1cku9j { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .og5qd1.ia81 .qq1cku9j { max-height: 64px; max-width: 64px; }
  
  .zesf1 { flex-wrap: wrap; overflow: visible; }
  .zesf1 .bbktnbxs { max-width: 100%; }
}
.bp4np { display: none; }
.ib22f4r, .krfn { display: contents; }
.x0hh2h, .ivljo .x0hh2h, .uav9o .x0hh2h { background: transparent !important; }
.omu0vnqi .vgjf, .omu0vnqi .kt0w2l2s, .omu0vnqi .bkvqsma { background: var(--bg-surface); color: var(--text-body); }
.uhq8fe { align-items: center; gap: 10px; }
.uhq8fe strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.x7d70 {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px var(--rv-pad, 24px); border-top: var(--bw-hair) solid var(--border-alt);
  background: var(--bg-card);
}
.j8ry { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.j8ry em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.j8ry b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.x7d70 .p0fc16en { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .x7d70 { flex-direction: column; align-items: stretch; }
  .x7d70 .p0fc16en { text-align: center; }
}
@media (min-width: 900px) {
  .kowqyuu .cg2g, .kowqyuu.ajnrjg4o .cg2g { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .kowqyuu .kixxbgd:has(> .ib22f4r) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .kowqyuu .kixxbgd:has(> .ib22f4r) > .x7d70 { display: none; }

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

  .kowqyuu .krfn { display: flex; flex-direction: column; min-width: 0; }
  .kowqyuu .krfn .e423pba1 { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .kowqyuu .krfn .e423pba1 img.n1vrd3 { max-height: 250px; }
  .kowqyuu .krfn .eyiqp9 { flex: 1 1 auto; }
  
  .kowqyuu .krfn .h1fvo { grid-template-columns: 1fr 1fr; gap: 20px; }
  .kowqyuu .krfn .omu0vnqi { flex-wrap: wrap; }
  .kowqyuu .krfn .b7qdy { flex: 0 0 auto; margin: 0 8px 0 0; }
  .kowqyuu .kixxbgd:last-child:nth-child(odd) { grid-column: auto; }
  
  .kowqyuu.j5u0nu .eh17s7ta, .kowqyuu.lsrbl8ob .eh17s7ta { background: none; }
}
[dir="rtl"] .kowqyuu .ib22f4r .q7jn1 b { text-align: left; }
[dir="rtl"] .kowqyuu .ib22f4r .q7jn1 > .f1haqtg b { text-align: right; }
[dir="rtl"] .kowqyuu .krfn .b7qdy { margin: 0 0 0 8px; }
.uweevx .kixxbgd .e423pba1 { order: -1; }
.uweevx .kixxbgd .e423pba1 img.n1vrd3 { max-height: 210px; width: 100%; }
.uweevx .kixxbgd:has(.e423pba1) .eh17s7ta { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.uweevx .kixxbgd:has(.e423pba1) .ivsuii { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.uweevx.ki4ir .kixxbgd:has(.e423pba1) .ivsuii { border-radius: 50%; }
.uweevx .kixxbgd:has(.e423pba1) .lfih,
.uweevx .kixxbgd:has(.e423pba1) .oczwxbb { padding-top: 52px; }
.uweevx.j5u0nu .eh17s7ta, .uweevx.lsrbl8ob .eh17s7ta { background: none; }
.vsmdpdko .kixxbgd .e423pba1 { display: none; }
.vsmdpdko .kixxbgd { --rv-pad: 20px; }
.vsmdpdko .aqplxps { font-size: var(--fs-sm); line-height: 1.65; }
.vsmdpdko .eyiqp9 { gap: 16px; }
.vsmdpdko .omu0vnqi + .omu0vnqi { display: none; }
.vsmdpdko .ivsuii.ia81, .vsmdpdko .ivsuii.ia81 img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.o0563xzw .hdwp { align-items: center; text-align: center; }
.o0563xzw .wcf595l { text-align: left; }
.upjqazcx .jugm, .upjqazcx .jugm:has(> :nth-child(5):last-child),
.upjqazcx .jugm:has(> :nth-child(6):last-child), .upjqazcx .jugm:has(> :nth-child(7):last-child),
.upjqazcx .jugm:has(> :nth-child(8):last-child), .upjqazcx .jugm:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.upjqazcx .hdwp { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.upjqazcx .d4gt, .upjqazcx .drwy { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.upjqazcx .ailpavx5, .upjqazcx .pgsr, .upjqazcx .wcf595l { grid-column: 2; }
.upjqazcx .hdwp > .ailpavx5:first-child, .upjqazcx .hdwp > .ailpavx5:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .upjqazcx .hdwp { direction: rtl; }
.ilbgt .hdwp { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.ilbgt .d4gt {
  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;
}
.ilbgt .ailpavx5, .ilbgt .pgsr { padding-left: 22px; padding-right: 22px; }
.ilbgt .wcf595l { margin-left: 22px; margin-right: 22px; }
.ilbgt .jugm:has(> :nth-child(5):last-child) .hdwp { 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"); }
.wcf595l { padding-left: 0 !important; }
.wcf595l li { padding-left: 22px; margin-bottom: 8px; }
.wcf595l 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"] .wcf595l li { padding-left: 0; padding-right: 22px; }
.q7jn1:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .kowqyuu .kixxbgd:has(> .ib22f4r) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .kowqyuu .kixxbgd:has(> .ib22f4r) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .kowqyuu .ib22f4r { background: none; align-self: start; position: sticky; top: 96px; }
  .kowqyuu .ib22f4r .q7jn1 { align-items: stretch; }
  .kowqyuu .ib22f4r .oczwxbb { margin-top: 0; padding: 20px 0 0; }
  .kowqyuu .ib22f4r .lfih { padding: 0; }
  
  .kowqyuu.hqrt .ib22f4r .ivsuii { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .kowqyuu.hqrt .ib22f4r .ivsuii:not(.ia81) { width: 112px; height: 112px; padding: 6px; }
}
.uweevx.hqrt .eh17s7ta { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.uweevx.hqrt .ivsuii { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.uweevx.hqrt .lfih, .uweevx.hqrt .oczwxbb { padding-left: 0; padding-right: 0; padding-bottom: 0; }
.upjqazcx .jugm, .upjqazcx .jugm:has(> :nth-child(5):last-child),
.upjqazcx .jugm:has(> :nth-child(6):last-child), .upjqazcx .jugm:has(> :nth-child(7):last-child),
.upjqazcx .jugm:has(> :nth-child(8):last-child), .upjqazcx .jugm:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.upjqazcx .jugm > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.upjqazcx .hdwp { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.upjqazcx .d4gt, .upjqazcx .drwy { position: absolute; left: 22px; top: 22px; margin: 0; }
.upjqazcx .hdwp:not(:has(.d4gt, .drwy)) { padding-left: 22px; }
[dir="rtl"] .upjqazcx .hdwp { padding: 22px 104px 22px 22px; }
[dir="rtl"] .upjqazcx .d4gt, [dir="rtl"] .upjqazcx .drwy { left: auto; right: 22px; }
@media (max-width: 700px) { .upjqazcx .jugm { grid-template-columns: minmax(0, 1fr) !important; } }
.upjqazcx .jugm .hdwp { padding: 22px 22px 22px 104px !important; }
.upjqazcx .jugm .hdwp:not(:has(.d4gt, .drwy)) { padding-left: 22px !important; }
[dir="rtl"] .upjqazcx .jugm .hdwp { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .h1fvo, .b6v0xq { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .m8tw .sgbgem, [dir="rtl"] .m8tw .sgbgem {
    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;
  }
  
  .uweevx .kixxbgd:has(.e423pba1) .lfih { padding-top: 0; }
}
.ll1j p, .yc3xiy7q, .ofe8wtvi, .efafax, .i4v7ip1,
.dc41fut, .ck590, .j4ixmw, .akc3iv3 p, .hkp0 p { color: var(--text-body); }
.m68un { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.dk558t4q, .q46mah .dk558t4q, .p1jm,
.vo6jlejf, .ahosd9gh, .lf9l16z,
.akc3iv3 h2, .akc3iv3 h3, .syjc3t0e h2, .sa5p2fjm 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;
}
.b8sv .dk558t4q { font-size: var(--fs-lead); }
.vii81 { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.p66jphgx { font-weight: 700; letter-spacing: -0.02em; }
.ofe8wtvi, .efafax { list-style: none !important; padding-left: 0; }
.ofe8wtvi li, .efafax li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.ofe8wtvi li::marker, .efafax li::marker { content: ""; }
.ofe8wtvi li::before, .efafax 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"] .ofe8wtvi li, [dir="rtl"] .efafax li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .ofe8wtvi li::before, [dir="rtl"] .efafax li::before { left: auto; right: 6px; }
.hkp0, .sccya2, .akc3iv3 { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.dmr2ygc { border: none; box-shadow: var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.ll1j a:not(.p0fc16en):not(.rp1qy3) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .h1r99mx .n1n12t {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .h1r99mx .cudkp { 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); }
  .h1r99mx .xd02xdxu { flex: 1 1 0; min-width: 0; }
  .h1r99mx .c9zdf {
    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;
  }
  .h1r99mx .ahhr2pl { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .gpnvwis { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.n1s6a15 h1, .n1s6a15 h2, .n1s6a15 h3, .n1s6a15 .hkkp,
.n1s6a15 h2.t0aw, .n1s6a15 h1.t0aw { font-weight: 600; }
.bhqdz h1, .bhqdz h2, .bhqdz h3, .bhqdz .hkkp,
.bhqdz h2.t0aw, .bhqdz h1.t0aw { font-weight: 700; }
.bcj0 h1, .bcj0 .hkkp, .bcj0 h1.t0aw,
.lwbxsn.n1s6a15 .hkkp { font-weight: 600; }
h3.qesolm, .bhqdz h3.qesolm, .lfih h3, .bhqdz .lfih h3 { font-weight: 600; }
.h390xx .evz53 a, .x2jtg .evz53 a { font-weight: 600; }
.s9a2t .wgipivso { font-weight: 600; }
.s9a2t .swpbn6 { font-weight: 700; }
.gmo11v { font-weight: 600; }
.x4n1yc { font-weight: 400; }
.x6mvw { display: block; }
.sck2tf0 { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.sck2tf0 .lh04p416 { margin: 20px 0 8px; }
.zp7dhvv { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .sck2tf0 { padding: 0 16px; } }
@media (min-width: 1100px) {
  .m7fhb .oakhh4, .mfht4 .oakhh4, .wcvk4 .oakhh4,
  .m7fhb .x6mvw, .mfht4 .x6mvw, .wcvk4 .x6mvw { max-width: 1280px; }
  .m7fhb .x6mvw, .mfht4 .x6mvw, .wcvk4 .x6mvw {
    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;
  }
  .mfht4 .x6mvw, .wcvk4 .x6mvw { grid-template-columns: minmax(0, 1fr) 264px; }
  .mfht4 .sck2tf0, .wcvk4 .sck2tf0 { order: 2; }
  .m7fhb .sck2tf0, .mfht4 .sck2tf0, .wcvk4 .sck2tf0 {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .m7fhb .nvuhufo, .mfht4 .nvuhufo, .wcvk4 .nvuhufo {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .m7fhb .omuo2rqk .prfikkj, .mfht4 .omuo2rqk .prfikkj,
  .wcvk4 .omuo2rqk .prfikkj { max-width: none; padding-left: 0; padding-right: 0; }
  .m7fhb .omuo2rqk > .zp7dhvv:first-child, .mfht4 .omuo2rqk > .zp7dhvv:first-child,
  .wcvk4 .omuo2rqk > .zp7dhvv:first-child { padding-top: 0; }
  .m7fhb .omuo2rqk > .zp7dhvv:first-child .prfikkj, .mfht4 .omuo2rqk > .zp7dhvv:first-child .prfikkj,
  .wcvk4 .omuo2rqk > .zp7dhvv:first-child .prfikkj { padding-top: 0; }

  
  .m7fhb .sck2tf0 .lh04p416, .mfht4 .sck2tf0 .lh04p416, .wcvk4 .sck2tf0 .lh04p416 {
    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;
  }
  .m7fhb .sck2tf0 .ig4xhn, .mfht4 .sck2tf0 .ig4xhn, .wcvk4 .sck2tf0 .ig4xhn {
    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);
  }
  .m7fhb .sck2tf0 .bkhpdhav, .mfht4 .sck2tf0 .bkhpdhav, .wcvk4 .sck2tf0 .bkhpdhav {
    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);
  }
  .m7fhb .sck2tf0 .bkhpdhav li, .mfht4 .sck2tf0 .bkhpdhav li, .wcvk4 .sck2tf0 .bkhpdhav li {
    display: block !important; margin: 0 !important;
  }
  .m7fhb .sck2tf0 .bkhpdhav li::before, .mfht4 .sck2tf0 .bkhpdhav li::before, .wcvk4 .sck2tf0 .bkhpdhav li::before,
  .m7fhb .sck2tf0 .bkhpdhav li::after, .mfht4 .sck2tf0 .bkhpdhav li::after, .wcvk4 .sck2tf0 .bkhpdhav li::after,
  .m7fhb .sck2tf0 .bkhpdhav a::before, .mfht4 .sck2tf0 .bkhpdhav a::before, .wcvk4 .sck2tf0 .bkhpdhav a::before {
    content: none !important; display: none !important;
  }
  .m7fhb .sck2tf0 .bkhpdhav a, .mfht4 .sck2tf0 .bkhpdhav a, .wcvk4 .sck2tf0 .bkhpdhav 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;
  }
  .m7fhb .sck2tf0 .bkhpdhav a:hover, .mfht4 .sck2tf0 .bkhpdhav a:hover, .wcvk4 .sck2tf0 .bkhpdhav a:hover { color: var(--text-primary) !important; }
  .m7fhb .sck2tf0 .bkhpdhav a.g0zsb, .mfht4 .sck2tf0 .bkhpdhav a.g0zsb, .wcvk4 .sck2tf0 .bkhpdhav a.g0zsb {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .wcvk4 .pfs64 {
    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);
  }
  .lzp9tvfb { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .fv9pp8 { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .wp4tk4oo { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .ki4ir .wp4tk4oo { border-radius: 50%; }
  .kixl9r { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .ozvd { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .pm0h1muq { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .sck2tf0 .bkhpdhav { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .m7fhb .sck2tf0 .bkhpdhav a, [dir="rtl"] .mfht4 .sck2tf0 .bkhpdhav a, [dir="rtl"] .wcvk4 .sck2tf0 .bkhpdhav 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"] .m7fhb .sck2tf0 .bkhpdhav a.g0zsb, [dir="rtl"] .mfht4 .sck2tf0 .bkhpdhav a.g0zsb, [dir="rtl"] .wcvk4 .sck2tf0 .bkhpdhav a.g0zsb { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .znhl .sck2tf0 .bkhpdhav, [dir="rtl"] .i3d0odre .sck2tf0 .bkhpdhav,
[dir="rtl"].znhl .sck2tf0 .bkhpdhav, [dir="rtl"].i3d0odre .sck2tf0 .bkhpdhav { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .sck2tf0 .bkhpdhav { border-right: none; } }
.i3d0odre .sck2tf0 {
  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);
}
.i3d0odre .sck2tf0 .lh04p416 {
  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;
}
.i3d0odre .sck2tf0 .ig4xhn { display: none !important; }
.i3d0odre .sck2tf0 .bkhpdhav {
  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;
}
.i3d0odre .sck2tf0 .bkhpdhav::-webkit-scrollbar { display: none; }
.i3d0odre .sck2tf0 .bkhpdhav li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.i3d0odre .sck2tf0 .bkhpdhav li::before, .i3d0odre .sck2tf0 .bkhpdhav li::after,
.i3d0odre .sck2tf0 .bkhpdhav a::before { content: none !important; display: none !important; }
.i3d0odre .sck2tf0 .bkhpdhav 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;
}
.i3d0odre .sck2tf0 .bkhpdhav li:first-child a { padding-left: 0 !important; }
.i3d0odre .sck2tf0 .bkhpdhav a:hover { color: var(--text-primary) !important; }
.i3d0odre .sck2tf0 .bkhpdhav a.g0zsb { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.i3d0odre .zp7dhvv { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .i3d0odre .sck2tf0 .lh04p416 { padding: 0 16px !important; } }
.i3d0odre .sck2tf0 .bkhpdhav {
  -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;
}
.i3d0odre .sck2tf0 .lh04p416 { overflow: hidden; }
.hfwnbyde .wyvikvk li::before, .ofe8wtvi li::before, .efafax li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .nk0k5, .miv04va, .w4coe1wk, .mp3ktq { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .x0hh2h, .p3fq { display: block !important; }
  .x0hh2h .hr9dtk18, .p3fq .hr9dtk18 { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .x0hh2h .hr9dtk18, [dir="rtl"] .p3fq .hr9dtk18 { float: right; margin: 0 0 0 8px; }
  .x0hh2h strong, .p3fq strong { line-height: 18px; margin-bottom: 8px; }
  .x0hh2h p, .p3fq p { clear: both; }
  .kixxbgd { --rv-pad: 18px; }
  .eyiqp9 { gap: 16px; }
}
.wqw7 .sedbwdu9, .cuh7u .sedbwdu9, .vxql6ffy .sedbwdu9, .xfkcb .sedbwdu9 { color: var(--text-primary); }
.wqw7 .sedbwdu9 .n0syvx { color: var(--tone-link, var(--accent)); }
.wqw7 .sedbwdu9:not(:has(.n0syvx))::first-letter { color: var(--tone-link, var(--accent)); }
.wqw7 .sedbwdu9 { display: inline-block; }
.xfkcb .sedbwdu9::after { content: "."; color: var(--tone-mark, var(--accent)); }
.vxql6ffy .sedbwdu9 { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.cuh7u .sedbwdu9 { font-weight: 700; letter-spacing: -0.035em; }
.wzygj .sedbwdu9, .jds941 .sedbwdu9,
.wzygj .sedbwdu9 .n0syvx, .jds941 .sedbwdu9 .n0syvx { color: #fff !important; }
.wzygj.xfkcb .sedbwdu9::after, .jds941.xfkcb .sedbwdu9::after { color: rgba(255,255,255,0.7); }
.wzygj.wqw7 .sedbwdu9::first-letter, .jds941.wqw7 .sedbwdu9::first-letter { color: #fff; }
.hsqb2u6 .omuo2rqk > .zp7dhvv:nth-of-type(even) .a7s8x7g { display: none; }
.dvjgd .omuo2rqk > .zp7dhvv .a7s8x7g { display: none; }
.dvjgd .omuo2rqk > .zp7dhvv:nth-of-type(-n+2) .a7s8x7g { display: block; }
.kfrrqv8j .a7s8x7g { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.kfrrqv8j .a7s8x7g .odyo7ng { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .kfrrqv8j .a7s8x7g .odyo7ng { aspect-ratio: 16 / 7; } }
.zqbmafg .a7s8x7g .odyo7ng { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.zqbmafg .a7s8x7g::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.zqbmafg .a7s8x7g, .cmfc .a7s8x7g { border-radius: var(--r-card); isolation: isolate; }
.cmfc .a7s8x7g .odyo7ng { filter: grayscale(1) contrast(1.1); }
.dc13px08, .dc13px08.knhd { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.dc13px08 .iaypnv1 { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.dc13px08 .hkkp { 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; }
.dc13px08 .x4n1yc { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.dc13px08 .iaypnv1::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.dc13px08 ~ .fxrdem { position: static !important; transform: none !important; left: auto !important; width: 100% !important; max-width: var(--content-mw, 1100px) !important; margin: 0 auto !important; padding: 16px 24px 0 !important; }
.dc13px08 ~ .fxrdem .ojra7jp { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .m7fhb .dc13px08 .iaypnv1, .mfht4 .dc13px08 .iaypnv1, .wcvk4 .dc13px08 .iaypnv1 { max-width: 1280px; }
}
@media (max-width: 640px) { .dc13px08 { padding-top: 24px; } .dc13px08 .iaypnv1 { padding: 0 16px; } .dc13px08 .hkkp { font-size: var(--fs-h2); max-width: none; } }
.ij7sqw, .ij7sqw.knhd, .yw9p, .yw9p.knhd {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.ij7sqw .iaypnv1, .yw9p .iaypnv1 { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.wprlydy.yaa5cd, .wprlydy.yaa5cd.knhd { min-height: 0 !important; padding: 48px 0; }
.xubtl6q .uzamu { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.xubtl6q .uzamu::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .xubtl6q .uzamu {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .xubtl6q .tet1x, .xubtl6q .t4ufgj81, .xubtl6q .d74y, .xubtl6q .ydu71jg,
  .xubtl6q .x1mbukdf, .xubtl6q .xyo4zu2t, .xubtl6q .wh4k {
    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;
  }
  
  .knhd .xubtl6q, .xubtl6q.fanq, .xubtl6q.xq2r5f, .xubtl6q.j21y {
    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;
  }
  .knhd .xubtl6q::-webkit-scrollbar { display: none; }
  .knhd .xubtl6q .uzamu { flex: 0 0 74% !important; scroll-snap-align: center; }
  .ij7sqw, .yw9p { padding: 32px 0 24px; }
  .wprlydy.yaa5cd { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .yw9p, .ij7sqw, .wprlydy.yaa5cd { overflow-x: clip; max-width: 100vw; }
  .yw9p .iaypnv1, .ij7sqw .iaypnv1, .yaa5cd .whlyt, .yaa5cd .t0od { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .knhd .xubtl6q { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.e631, .e631.knhd, .mla18l9t, .mla18l9t.knhd {
  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);
}
.e631 .iaypnv1, .mla18l9t .iaypnv1 {
  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;
}
.e631 .iaypnv1 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.a86k .iaypnv1:has(.knz8) { grid-template-columns: minmax(0, 1fr) 320px; }
.e631 .hkkp, .mla18l9t .hkkp, .dc13px08 .hkkp {
  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;
}
.e631 .hkkp, .mla18l9t .hkkp { color: var(--hero-fg) !important; }
.e631 .x4n1yc, .mla18l9t .x4n1yc {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.st9r { margin: 0; }
.st9r .ojra7jp, .st9r .ojra7jp * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.st9r .ojra7jp { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.e631 .st9r .ojra7jp, .e631 .st9r .ojra7jp a, .e631 .st9r .ojra7jp span,
.mla18l9t .st9r .ojra7jp, .mla18l9t .st9r .ojra7jp a, .mla18l9t .st9r .ojra7jp span { color: var(--hero-fg-dim) !important; }
.e631 .st9r .ojra7jp a, .mla18l9t .st9r .ojra7jp a { color: var(--hero-fg) !important; font-weight: 600; }
.dc13px08 .st9r { margin: 0 0 14px; }
.dc13px08 .st9r .ojra7jp { color: var(--text-muted); }
.dc13px08 .iaypnv1::after { margin-top: 22px; }
.mla18l9t .hkkp { max-width: 24ch; }
.ki4ir .yg6z img { border-radius: 50%; }
@media (min-width: 1100px) {
  .m7fhb .e631 .iaypnv1, .mfht4 .e631 .iaypnv1, .wcvk4 .e631 .iaypnv1,
  .m7fhb .mla18l9t .iaypnv1, .mfht4 .mla18l9t .iaypnv1, .wcvk4 .mla18l9t .iaypnv1 { max-width: 1280px; }
}
@media (max-width: 760px) {
  .e631 { padding: 24px 0 26px; }
  .e631 .iaypnv1, .mla18l9t .iaypnv1 { padding: 0 16px; }
  .a86k .iaypnv1:has(.knz8) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .knz8 { display: none; }
  .mla18l9t { padding-top: 12px; }
  .qt5y2j { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .yg6z { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .yg6z img { width: 48px; height: 48px; flex: 0 0 48px; }
  .yzo0lq { flex: 0 0 auto; }
  .f345jj8d { flex: 1 1 0; min-width: 0; }
  .e631 .hkkp, .mla18l9t .hkkp, .dc13px08 .hkkp { font-size: 25px !important; max-width: none; }
  .e631 .x4n1yc, .mla18l9t .x4n1yc { font-size: 15px; }
}
.jo3q .x4n1yc, .wprlydy .x4n1yc, .v1ptnc .x4n1yc { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .it6ym9h .z664:not(.xubtl6q), .utx4w .z664:not(.xubtl6q) {
    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;
  }
  .it6ym9h .z664:not(.xubtl6q) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .it6ym9h .z664:not(.xubtl6q):has(> :nth-child(5):last-child),
  .it6ym9h .z664:not(.xubtl6q):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .it6ym9h .z664:not(.xubtl6q):has(> :nth-child(3):last-child),
  .it6ym9h .z664:not(.xubtl6q):has(> :nth-child(6):last-child),
  .it6ym9h .z664:not(.xubtl6q):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .utx4w .z664:not(.xubtl6q) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .it6ym9h .z664:not(.xubtl6q) > .uzamu,
  .utx4w .z664:not(.xubtl6q) > .uzamu: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;
  }
  .it6ym9h .z664:not(.xubtl6q) > .uzamu:hover,
  .utx4w .z664:not(.xubtl6q) > .uzamu:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .it6ym9h .uzamu .tet1x, .utx4w .uzamu:nth-child(-n+3) .tet1x {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .it6ym9h .uzamu .t4ufgj81, .it6ym9h .uzamu .d74y, .it6ym9h .uzamu .ydu71jg,
  .utx4w .uzamu:nth-child(-n+3) .t4ufgj81, .utx4w .uzamu:nth-child(-n+3) .d74y,
  .utx4w .uzamu:nth-child(-n+3) .ydu71jg { order: -2; padding: 0; gap: 12px; }
  .it6ym9h .uzamu .og5qd1, .utx4w .uzamu:nth-child(-n+3) .og5qd1 {
    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;
  }
  .it6ym9h .uzamu .qq1cku9j, .utx4w .uzamu:nth-child(-n+3) .qq1cku9j { max-height: 88px !important; max-width: 88% !important; }
  .it6ym9h .uzamu .gmo11v, .utx4w .uzamu:nth-child(-n+3) .gmo11v { padding: 0 16px; font-size: var(--fs-body); }
  .it6ym9h .uzamu .jt4x0vj, .utx4w .uzamu:nth-child(-n+3) .jt4x0vj { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .it6ym9h .uzamu .xyo4zu2t, .it6ym9h .uzamu .wh4k,
  .utx4w .uzamu:nth-child(-n+3) .xyo4zu2t, .utx4w .uzamu:nth-child(-n+3) .wh4k { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .it6ym9h .uzamu .wh4k::before, .utx4w .uzamu:nth-child(-n+3) .wh4k::before { display: none; }
  .it6ym9h .uzamu .ecaip8o, .it6ym9h .uzamu .zesf1,
  .utx4w .uzamu:nth-child(-n+3) .ecaip8o, .utx4w .uzamu:nth-child(-n+3) .zesf1 { justify-content: center; }
  .it6ym9h .uzamu .swpbn6, .utx4w .uzamu:nth-child(-n+3) .swpbn6 { font-size: var(--fs-sm); }
  
  .it6ym9h .uzamu .c1hy, .utx4w .uzamu:nth-child(-n+3) .c1hy { display: none; }
  
  .it6ym9h .z664:not(.xubtl6q) > .uzamu::before,
  .utx4w .z664:not(.xubtl6q) > .uzamu: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"] .it6ym9h .z664:not(.xubtl6q) > .uzamu::before,
  [dir="rtl"] .utx4w .z664:not(.xubtl6q) > .uzamu:nth-child(-n+3)::before { left: auto; right: 10px; }

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

  
  .ebrim .z664:not(.xubtl6q) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .ebrim .z664:not(.xubtl6q)::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);
  }
  .ebrim .z664:not(.xubtl6q) > .uzamu { padding-top: 10px; padding-bottom: 10px; position: static; }
  .ebrim .z664:not(.xubtl6q) > .uzamu:first-child { position: relative; }
  .ebrim .z664:not(.xubtl6q) .tet1x { position: static; }
  .ebrim .z664:not(.xubtl6q) .hles9 { display: none; }
  
  .ebrim .z664:not(.xubtl6q) > .uzamu:first-child .hles9 {
    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;
  }
  .ebrim .og5qd1 { height: 64px !important; width: auto !important; }
  .ebrim .qq1cku9j { max-height: 56px !important; max-width: 120px !important; }
  .ebrim .d74y { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .ebrim .swpbn6 { font-size: var(--fs-sm); }
  .ebrim .xuwu4mi.p0fc16en { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .ebrim .yi9t9qs .uzamu::before, .ebrim.yi9t9qs .uzamu::before { top: 8px; bottom: 8px; }
  
  .it6ym9h.yi9t9qs .uzamu::before { border-radius: var(--r-pill) !important; }
  .it6ym9h.h4lxg1ml .uzamu:nth-child(even), .utx4w.h4lxg1ml .uzamu:nth-child(even) { background: var(--bg-card) !important; }
  .it6ym9h.hxlg .uzamu:first-child, .utx4w.hxlg .uzamu:first-child { border-top: none !important; }
  .it6ym9h.hec0nipb .z664:not(.xubtl6q) .uzamu:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .it6ym9h .uzamu .wh4k, .utx4w .uzamu:nth-child(-n+3) .wh4k { display: flex !important; flex-direction: column; }
  
  .ebrim .z664:not(.xubtl6q) { 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; }
  .ebrim .z664:not(.xubtl6q) > .uzamu { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .ebrim .z664:not(.xubtl6q) > .uzamu + .uzamu { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .ebrim .z664:not(.xubtl6q) > .uzamu:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .ebrim .d74y, .ebrim .t4ufgj81, .ebrim .ydu71jg { justify-content: flex-start; align-items: center; }
  .ebrim .wh4k { --cs-link-h: 0px; }
  .ebrim .wh4k .ckjg4x4s { display: none; }
}
.tqba2s { display: none; }
@media (min-width: 901px) {
  .it6ym9h .z664:not(.xubtl6q) .tqba2s,
  .utx4w .z664:not(.xubtl6q) > .uzamu:nth-child(-n+3) .tqba2s { display: block; }
}
body .knhd.e631 .hkkp, body .knhd.mla18l9t .hkkp,
body section.e631 .hkkp, body section.mla18l9t .hkkp { color: var(--hero-fg) !important; text-shadow: none !important; }
body .knhd.dc13px08 .hkkp { text-shadow: none !important; }
@media (max-width: 760px) {
  .yg6z { width: auto; flex-wrap: wrap; }
  .uar5mg4 { flex: 1 0 100%; margin-top: 4px; }
}
.hnptd { margin-top: 18px !important; }
.dc13px08 .hnptd { margin: 16px 0 0 !important; }
.yfjt8cc .ijtejn, .ced2wj .ijtejn { display: block; }
@media (max-width: 640px) {
  .wzygj .evz53, .jds941 .evz53,
  .wzygj .evz53.b6g7l1tr, .jds941 .evz53.b6g7l1tr { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .wzygj .evz53 a, .jds941 .evz53 a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .xhgf2xs .evz53, .xhgf2xs .evz53.b6g7l1tr { background: var(--b-50) !important; }
}
body .kixxbgd .uhq8fe strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .kixxbgd .uhq8fe strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.kowqyuu .kixxbgd .ib22f4r .uhq8fe strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.za859, .xft4, .fzftby .za859, .fzftby .xft4 { color: var(--text-muted); }
@media (max-width: 560px) {
  .ivsuii.ia81, .ivsuii.ia81 img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .smf1a9b3:has(> .jo3q, > .e631, > .wprlydy) + .qjd8 { margin-top: -38px; }
  
  .l3jff4p .smf1a9b3 + .qjd8 { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .m7fhb .qjd8, .mfht4 .qjd8, .wcvk4 .qjd8 { max-width: 1280px; }
}
@media (max-width: 640px) {
  .kki4y694 .vii81 { max-width: none; }
}
.vii81, .hkkp, .dk558t4q { overflow-wrap: break-word; }
.ca75du4 > div, .b8sv > div, .nzduzj2e,
.w4la > div > div, .ll1j .ictrn1i > div { min-width: 0; }
.ll1j p, .ll1j li, .ll1j td, .ll1j a { overflow-wrap: anywhere; }
:root {
  --accent: #278093;
  --brand: #278093;
  --accent-light: #156676;
  --brand-light: #156676;
  --accent-bg: #f0f7f9;
  --accent-bg-light: #f0f7f9;
  --accent-pale: #c0e0e8;
  --brand-pale: #c0e0e8;
  --cta: #d53951;
  --cta-hover: #c02040;
  --cta-fg: #ffffff;
  --cta-light: #439aad;
  --text-primary: #242c2e;
  --text-body: #3d4648;
  --text-sub: #3d4648;
  --text-muted: #5c6567;
  --text-faint: #6a7376;
  --text-dim: #6a7376;
  --text-label: #5c6567;
  --text-value: #242c2e;
  --bg-page: #ffffff;
  --bg-surface: #eef2f3;
  --bg-card: #ffffff;
  --bg-card-inner: #f3f6f7;
  --bg-card-inner-raw: #f3f6f7;
  --bg-raised: #e6ebec;
  --bg-hover: #eef2f3;
  --border: #cdd6d8;
  --border-alt: #dde4e6;
  --border-section: #dde4e6;
  --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: #f0f7f9;
  --bg-info: #f0f7f9;
  --c-tip-border: #91cddc;
  --c-warn-border: #a86b03;
  --c-tag-pay: #f0f7f9;
  --grad-start: #278093;
  --grad-end: #156676;
  --tone-fill: #f0f7f9;
  --tone-fill-2: #e0eef2;
  --tone-fill-raw: #f0f7f9;
  --tone-fill-2-raw: #e0eef2;
  --tone-fill-head: #023039;
  --tone-fill-fg: #1b4650;
  --tone-fill-muted: #3b656f;
  --tone-fill-head-raw: #023039;
  --tone-fill-fg-raw: #1b4650;
  --tone-fill-muted-raw: #3b656f;
  --sh-card: 0 0 0 1px rgba(36, 44, 46, 0.06), 0 1px 2px rgba(36, 44, 46, 0.05), 0 10px 24px -14px rgba(36, 44, 46, 0.18);
  --sh-lift: 0 0 0 1px rgba(36, 44, 46, 0.06), 0 2px 4px rgba(36, 44, 46, 0.06), 0 18px 36px -18px rgba(36, 44, 46, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #91cddc;
  --tone-mark: #278093;
  --tone-mark-fg: #ffffff;
  --tone-head: #242c2e;
  --tone-sub: #156676;
  --tone-link: #278093;
  --tone-th: #e0eef2;
  --tone-th-fg: #094c59;
  --tone-chip: #f0f7f9;
  --tone-chip-fg: #156676;
  --tone-soft: #e0eef2;
  --tone-soft-fg: #094c59;
  --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: #2a4666;
  --b-50: #f0f7f9;
  --s-50: #fff2f2;
  --n-50: #f3f6f7;
  --b-100: #e0eef2;
  --s-100: #ffe4e4;
  --n-100: #e7eced;
  --b-200: #c0e0e8;
  --s-200: #fecbcc;
  --n-200: #d5dbdc;
  --b-300: #91cddc;
  --s-300: #fda6a9;
  --n-300: #bcc3c5;
  --b-400: #66b3c5;
  --s-400: #f67a83;
  --n-400: #9fa7aa;
  --b-500: #439aad;
  --s-500: #de5a67;
  --n-500: #858e90;
  --b-600: #278093;
  --s-600: #bf4050;
  --n-600: #6c7578;
  --b-700: #156676;
  --s-700: #9c2e3d;
  --n-700: #545d60;
  --b-800: #094c59;
  --s-800: #771f2b;
  --n-800: #3d4648;
  --b-900: #023039;
  --s-900: #4e1019;
  --n-900: #242c2e;
}
:root { --logo-bg-opacity: 53%; }
body, button, input { font-family: "Nunito Sans", sans-serif; }
h1, h2, h3, .hkkp, .c9zdf, .lfih h3 { font-family: "Lora", var(--font-body-stack, Georgia, serif); letter-spacing: -0.01em; }
.w25q3ew .knhd, .w25q3ew .wprlydy { min-height: 520px; }
.evinl::before { content: '/'; }