:root {
  --color-accent: #1b5fa8;
  --color-cta: #d6336c;
  --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);
}
.ujpz9 {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.gidrnb41 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.if6ok {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.jfc3dvpw { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.q9iy9al5 { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.q9iy9al5 a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.q9iy9al5 a:hover { color: var(--accent-light); }
.lu6jyiek     .u693 { border-radius: var(--r-card); padding: 8px; }
.lu6jyiek .u693 li a { border-radius: var(--r-card); }
.zmjrnn  .u693 li + li { border-top: var(--bw-hair) solid var(--border-alt); }
@media (max-width: 640px) {
  .u693 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .uwzoq59g:hover .u693,
  .uwzoq59g:focus-within .u693 { display: block; }
  .u693 li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.yjw52 {
  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);
}
.y0gomc { display: none; }
@media (max-width: 640px) {
  .y0gomc {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .y0gomc.jytat3s { display: block; }
}
@media (max-width: 640px) {
  .yjw52 { display: block; }
  .q9iy9al5 > li + li::before { display: none !important; }
  .q9iy9al5 {
    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;
  }
  .q9iy9al5.jytat3s { display: flex; }
  .q9iy9al5 li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .q9iy9al5 li:last-child a { border-bottom: none; }
}
.nzj2zd8 { min-height: 480px; }
.qb2658 {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.nyi48ge { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.acbmev2 .nyi48ge { margin-left: 0; margin-right: 0; }
.aa92g .htqg2 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.aa92g .qb2658 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.aa92g .nyi48ge { color: #e2e8f0; }
.aa92g.pu8nb8cu .htqg2 { text-align: center; }
.aa92g.acbmev2   .htqg2 { text-align: left; }
.tq91bfa .htqg2 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.tq91bfa .qb2658 { color: var(--text-primary); text-shadow: none; }
.tq91bfa .nyi48ge { color: var(--text-muted); }
.tq91bfa, .tq91bfa.nzj2zd8 { min-height: auto !important; }
.tq91bfa.pu8nb8cu .htqg2 { text-align: center; }
.tq91bfa.acbmev2   .htqg2 { text-align: left; }
.tq91bfa~.t59uaf0{position:static!important;left: auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin: 0 auto!important;padding: 0 24px 12px!important}
.tq91bfa~.t59uaf0 .nx3lcom0{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; }
}
.pcp3 .qb2658 { color: #fff; }
.pcp3 .nyi48ge { color: rgba(255,255,255,0.85); }
.rq2bo3y2 .qb2658 { text-shadow: none; color: var(--text-primary); }
.rq2bo3y2 .nyi48ge { color: var(--text-muted); }
body.gmm4 .qb2658 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.z6hnam .qb2658 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.nzj2zd8.pcp3 .qb2658,
section.pcp3 .qb2658 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.rq2bo3y2.acbmev2   .unr4c { align-items: flex-start; text-align: left; }
.nzj2zd8 .zf2ee {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.zf2ee .u9cp {
  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;
}
.zf2ee .u9cp + .u9cp { border-top: var(--bw-hair) solid var(--border-alt); }
.zf2ee .ck34miwv { align-items: center; text-align: center; width: 100%; }
.zf2ee .jbomzr {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.zf2ee .eb472 { max-height: 64px; max-width: 140px; }
.zf2ee .hyphbn {
  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%;
}
.zf2ee .wr0tbd1s,
.zf2ee .go85 {
  font-size: var(--fs-sm);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.zf2ee .bidbg5.y46i {
  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;
}
.zf2ee .bidbg5.y46i:hover { opacity: 0.85; }
.zf2ee .u9cp,
.zf2ee .u9cp:hover,
.zf2ee .u9cp:nth-child(even),
.zf2ee .u9cp:nth-child(odd),
.zf2ee .u9cp:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.dgtv9 .htqg2 { padding-bottom: 24px; }
.nhnt3 .htqg2 { max-width: 1100px; }
@media (max-width: 700px) {
  .rq2bo3y2 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .rq2bo3y2:not(.ebrsi) .zn1lj { display: none !important; }
  .ebrsi .zn1lj { padding: 16px; }
  .unr4c  { padding: 36px 24px; }
  .rq2bo3y2~.t59uaf0,.h62bh0~.t59uaf0{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .nzj2zd8, .rq2bo3y2 { min-height: 320px !important; }
  .qb2658 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .wbtm,
  .q4xyr,
  .kb0q { grid-template-columns: 1fr !important; }

  

  
  .dgtv9 { display: flex !important; flex-direction: column !important; }
  .dgtv9 .htqg2 { display: contents; }
  .dgtv9 .zbpktpp { order: 0; }
  .dgtv9 .qb2658 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .dgtv9 .wbtm { order: 2; padding: 0 16px 12px !important; }
  .dgtv9 .nyi48ge { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .nhnt3 .htqg2 { display: flex; flex-direction: column; }
  .nhnt3 .htqg2 .qb2658 { order: 1; }
  .nhnt3 .htqg2 .kb0q { order: 2; margin: 8px 0 24px !important; }
  .nhnt3 .htqg2 .nyi48ge { order: 3; }
  .nhnt3 .htqg2 .gm8p { order: 4; align-self: center; margin-top: 0; }

  
  .rq2bo3y2.ebrsi {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .rq2bo3y2.ebrsi .unr4c { display: contents; padding: 0; }
  .rq2bo3y2.ebrsi .unr4c .qb2658 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .rq2bo3y2.ebrsi .zn1lj { order: 2; padding: 12px 16px; }
  .rq2bo3y2.ebrsi .unr4c .nyi48ge { order: 3; padding: 0 24px; margin: 0 auto; }
  .rq2bo3y2.ebrsi .unr4c .gm8p { order: 4; align-self: center; margin: 8px 0 32px; }
}
.wf3kua { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.nj2cuh12 { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.n74wlfb .wf3kua        { border-radius: var(--r-card); }
.n74wlfb .nj2cuh12  { border-radius: var(--r-card); }
.ebg47q .wf3kua         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.ebg47q .nj2cuh12   { border-radius: var(--r-btn); }
.a10jbdry { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.pqoj { width: 100%; padding: 32px 0; position: relative; }
.jk63hn { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.izynqqot .pqoj, .rj3hrml .pqoj { background: transparent; }
.rhjgm .j8bw > *,
.v8zny > *, .o7uy > *, .nlfcf > *, .oro438of > *, .l32vz1b > * {
  --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.hrwuyp { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.hrwuyp {
  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.fp2gj { 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; }
.ue41p78 h2.hrwuyp {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.lqmfodn3 h2.hrwuyp {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.tug5m h2.hrwuyp {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.cxl2x4 h2.hrwuyp::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.c5srru h2.hrwuyp {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.n5ai h2.hrwuyp::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.l0di h2.hrwuyp {
  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) { .o1ox7 { display: none; } }
.pmsc1ktz { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.wu1q8tbj { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.t7o31 {
  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;
}
.qcqu61be { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.t1l1acd { padding-left: 20px; }
.t1l1acd li { margin-bottom: 8px; }
.t1l1acd a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.t1l1acd a:hover { color: var(--tone-link, var(--accent-light)); }
.u7rfcsv .qcqu61be { display: none; }
.ufl7q .qcqu61be { display: none; }
.ufl7q .t1l1acd { padding-left: 0; list-style: none; }
.ufl7q .t1l1acd li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.ufl7q .t1l1acd a { font-size: var(--fs-sm); }
.jt2xsx .t7o31 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.jt2xsx .qcqu61be { display: none; }
.jt2xsx .t1l1acd { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.jt2xsx .t1l1acd li { margin-bottom: 0; }
.jt2xsx .t1l1acd 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;
}
.jt2xsx .t1l1acd a:hover { border-color: var(--accent); color: var(--accent); }
.d3ayi5p .t7o31 { padding: 20px 20px 16px; }
.d3ayi5p .t1l1acd {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.d3ayi5p .t1l1acd li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.d3ayi5p .t1l1acd 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;
}
.d3ayi5p .t1l1acd 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;
}
.d3ayi5p .t1l1acd a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.d3ayi5p .t1l1acd a:focus,
.d3ayi5p .t1l1acd a:focus-visible,
.d3ayi5p .t1l1acd a:target { outline: none; }
.d3ayi5p .t1l1acd li:target a { border-color: var(--border); color: var(--text-muted); }
.vxov .t7o31 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.vxov .qcqu61be { display: none; }
.vxov .t1l1acd { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.vxov .t1l1acd li { counter-increment: toc-n; margin-bottom: 0; }
.vxov .t1l1acd 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;
}
.vxov .t1l1acd 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;
}
.vxov .t1l1acd a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.podqf0 .t7o31 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.podqf0 .qcqu61be { display: none; }
.podqf0 .t1l1acd { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.podqf0 .t1l1acd li { margin-bottom: 0; }
.podqf0 .t1l1acd 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;
}
.podqf0 .t1l1acd a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.ibe7 .t7o31 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ibe7 .qcqu61be { display: none; }
.ibe7 .t1l1acd { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ibe7 .t1l1acd li { margin-bottom: 0; }
.ibe7 .t1l1acd li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ibe7 .t1l1acd li:last-child::after { content: ""; margin-right: 0; }
.ibe7 .t1l1acd a { font-size: var(--fs-sm); }
.j8bw { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.rhjgm .j8bw { background: var(--bg-card); }
.dms4xn .j8bw { background: none; border-radius: 0; padding: 28px 0 8px; }
.dms4xn .j8bw + .j8bw { border-top: var(--bw-hair) solid var(--border-section); }
.sf4g .j8bw {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.sf4g .j8bw:last-child { border-bottom: none; }
.rdp00jwp .j8bw {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.rdp00jwp .j8bw + .j8bw { margin-top: 4px; }
.ks5w9 .j8bw { background: none; border-radius: 0; padding: 28px 0 8px; }
.ks5w9 .j8bw + .j8bw { border-top: var(--bw-hair) solid var(--border-section); }
.dsvd4c0u { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.lk157v0f { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.cnfpu, .us4gywu5 { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.cnfpu li, .us4gywu5 li { margin-bottom: 8px; }
.us4gywu5 li { list-style: decimal; }
.nlfcf { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.cf704 .nlfcf,
.o7uy .nlfcf { background: transparent; border: none; border-radius: 0; }
.uxy36v { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.uxy36v 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;
}
.uxy36v td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.uxy36v tr:hover td { background: var(--bg-hover); }
.vqe4 .uxy36v tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.tntvw4tp .uxy36v { border: var(--bw-hair) solid var(--border-alt); }
.tntvw4tp .uxy36v th,
.tntvw4tp .uxy36v td { border: var(--bw-hair) solid var(--border-alt); }
.ews7no .uxy36v th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.ews7no .uxy36v td { border-bottom: none; }
.ews7no .uxy36v tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.cyva3zm .uxy36v th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.lup632 .nlfcf {
  overflow: hidden;
}
.lup632 .uxy36v th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.lup632 .uxy36v tr:last-child td { border-bottom: none; }
.wc6bs3mk { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.l32vz1b { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.dio6u { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.kn2yai0 { 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); }
.qorm { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.e6kfykz { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.e6kfykz 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%}
.fen6pdr .kn2yai0 { background: transparent; text-align: center; }
.zsde7s .dio6u {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.q47yal .dio6u {
  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);
}
.qncsjw .l32vz1b { display: grid; grid-template-columns: auto 1fr; }
.qncsjw .dio6u {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.qncsjw .kn2yai0 { grid-column: 2; }
.qncsjw .qorm,
.qncsjw .e6kfykz { grid-column: 1 / -1; }
.md3f .l32vz1b { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.md3f .dio6u {
  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);
}
.md3f .kn2yai0 { grid-column: 2; }
.md3f .qorm,
.md3f .e6kfykz { grid-column: 1 / -1; }
.i282z .l32vz1b { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.i282z .kn2yai0 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.sbe9f .l32vz1b { 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); }
.sbe9f .kn2yai0 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.al8f6y .l32vz1b { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.al8f6y .kn2yai0 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.ahty .l32vz1b { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.ahty .kn2yai0 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.cjscw .wc6bs3mk { counter-reset: card-n; }
.cjscw .l32vz1b  { counter-increment: card-n; }
.cjscw .kn2yai0 { display: flex; align-items: center; gap: 12px; }
.cjscw .kn2yai0::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;
}
.u1wh4f62 .l32vz1b { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.u1wh4f62 .kn2yai0 { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.oj5u { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.oj5u         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.pozqe7fv     { --cl-hue: var(--tone-line, var(--accent)); }
.k72dlpeu { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.tvxmp    { --cl-hue: var(--tone-line, var(--accent)); }
.pozqe7fv, .k72dlpeu, .tvxmp, .vwdkx {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.d991ct { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.d991ct::before { color: var(--cl-hue); }
.oj5u strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.oj5u p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.ltwz8z4f { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.nnz5, .o4du95im { border-radius: var(--r-btn); padding: 16px; }
.nnz5 { background: var(--bg-pros); }
.o4du95im { background: var(--bg-cons); }
.c5zybti { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.nnz5 .c5zybti { color: var(--c-pros-label); }
.o4du95im .c5zybti { color: var(--c-cons-label, var(--c-cons)); }
.nnz5 ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.o4du95im ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.nj2cuh12 { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.y46i {
  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;
}
.y46i:hover { opacity: 0.85; }
.wpvxkr9 .y46i  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.wpvxkr9 .y46i:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zltood .y46i  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.zltood .y46i:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.wpvxkr9 .bidbg5.y46i, .zltood .bidbg5.y46i,
.wpvxkr9 .nrrnv .y46i, .zltood .nrrnv .y46i {
  background: var(--cta); border: none; color: #fff;
}
.wpvxkr9 .bidbg5.y46i:hover, .zltood .bidbg5.y46i:hover,
.wpvxkr9 .nrrnv .y46i:hover, .zltood .nrrnv .y46i:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.q4w5cvc .y46i  { border-radius: var(--r-pill); }
.qx3vib8k .y46i { box-shadow: none; }
.qx3vib8k .y46i:hover { box-shadow: none; opacity: 1; }
.f2wrw .y46i { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.f2wrw .y46i:hover { opacity: 1; }
.f2wrw .y46i:active { transform: translateY(3px); box-shadow: none; }
.xbk6xkem .y46i { box-shadow: none; }
.xbk6xkem .y46i:hover { opacity: 1; box-shadow: none; }
.xbk6xkem .y46i:active { box-shadow: none; }
.p15pq .y46i { position: relative; overflow: hidden; }
.p15pq .y46i::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.p15pq .y46i:hover::before { left: 135%; }
.i3uc7q .y46i { border-radius: 0; }
.njifiici .y46i  { padding-left: 12px; padding-right: 12px; }
.fi8gpq .y46i  { padding-left: 24px; padding-right: 24px; }
.ye4s2j .y46i  { padding-left: 32px; padding-right: 32px; }
.hizk   .gm8p::after, .hizk   .y46i::after,
.v9op06 .gm8p::after, .v9op06 .y46i::after,
.qhy8    .gm8p::after, .qhy8    .y46i::after,
.k1qq1we    .gm8p::after, .k1qq1we    .y46i::after,
.bcan    .gm8p::after, .bcan    .y46i::after,
.m1p6     .gm8p::after, .m1p6     .y46i::after,
.ozau    .gm8p::after, .ozau    .y46i::after,
.pjx5q   .gm8p::after, .pjx5q   .y46i::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;
}
.hizk .gm8p::after, .hizk .y46i::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");
}
.v9op06 .gm8p::after, .v9op06 .y46i::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");
}
.qhy8 .gm8p::after, .qhy8 .y46i::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");
}
.k1qq1we .gm8p::after, .k1qq1we .y46i::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");
}
.bcan .gm8p::after, .bcan .y46i::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");
}
.m1p6 .gm8p::after, .m1p6 .y46i::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");
}
.ozau .gm8p::after, .ozau .y46i::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");
}
.pjx5q .gm8p::after, .pjx5q .y46i::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");
}
.e7be6lrq   .sk42::after, .e7be6lrq   .ma8rf0as::after,
.hdnkw .sk42::after, .hdnkw .ma8rf0as::after,
.zl15b0sc    .sk42::after, .zl15b0sc    .ma8rf0as::after,
.twk8    .sk42::after, .twk8    .ma8rf0as::after,
.j4t8jbto    .sk42::after, .j4t8jbto    .ma8rf0as::after,
.x4iqk     .sk42::after, .x4iqk     .ma8rf0as::after,
.x5j14    .sk42::after, .x5j14    .ma8rf0as::after,
.nje623o   .sk42::after, .nje623o   .ma8rf0as::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;
}
.e7be6lrq .sk42::after, .e7be6lrq .ma8rf0as::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");
}
.hdnkw .sk42::after, .hdnkw .ma8rf0as::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");
}
.zl15b0sc .sk42::after, .zl15b0sc .ma8rf0as::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");
}
.twk8 .sk42::after, .twk8 .ma8rf0as::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");
}
.j4t8jbto .sk42::after, .j4t8jbto .ma8rf0as::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");
}
.x4iqk .sk42::after, .x4iqk .ma8rf0as::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");
}
.x5j14 .sk42::after, .x5j14 .ma8rf0as::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");
}
.nje623o .sk42::after, .nje623o .ma8rf0as::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");
}
.mcb9o {
  --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;
}
.u9cp {
  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;
}
.u9cp + .u9cp { border-top: var(--bw-hair) solid var(--border-alt); }
.u9cp > * { min-width: 0; }
.u9cp:hover { background: var(--bg-hover); }
.u9cp > [itemprop="item"] { display: contents; }
.u9cp [itemprop="itemReviewed"],
.u9cp [itemprop="reviewRating"] { display: none; }
.ck34miwv {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.peg8a, .li3itc, .r3zm,
.n3gizopw, .cn56, .fzg1bhu { align-items: center; text-align: center; }
.cn56, .fzg1bhu { align-items: stretch; }
.ngln {
  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%;
}
.b5xlvpkf {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.go85 { font-size: var(--fs-lead); font-weight: 700; }
.ldtlun {
  font-size: var(--fs-label); font-weight: 400; line-height: var(--lh-tight);
  color: var(--text-muted); max-width: 100%; overflow-wrap: break-word;
}
.ragnmtks .b5xlvpkf {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.hyphbn {
  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;
}
.ay8h {
  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;
}
.jbomzr {
  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;
}
.uqoh .eb472 { max-height: 60px; max-width: 68px; }
.eb472 {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.li3itc .jbomzr { width: 168px; }
.tmfh7gf .jbomzr,
.tmfh7gf .we5oqz,
.xob10yuz .jbomzr,
.xob10yuz .we5oqz,
.gj1i61 .jbomzr,
.gj1i61 .we5oqz,
.k4ihzr6 .jbomzr,
.k4ihzr6 .we5oqz,
.tmfh7gf .jbomzr, .xob10yuz .jbomzr,
.gj1i61 .jbomzr,  .k4ihzr6 .jbomzr {
  width: 88px; height: 88px; padding: 12px;
}
.tmfh7gf .jbomzr .eb472, .xob10yuz .jbomzr .eb472,
.gj1i61 .jbomzr .eb472,  .k4ihzr6 .jbomzr .eb472 {
  max-height: 60px; max-width: 68px;
}
.i7qv .jbomzr, .i7qv .jbomzr.uqoh,
.i7qv .we5oqz,   .i7qv .we5oqz.uqoh,
.pg7kfjzx, .h9uj {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px; max-width: 100%;
}
.bidbg5.y46i {
  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;
}
.zf2ee .u9cp { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .u9cp { gap: 16px; padding: 16px 16px; }
  .jbomzr { width: 152px; height: 96px; }
  .eb472 { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .u9cp {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .ck34miwv { justify-content: flex-start; }
  
  .h9uj, .pg7kfjzx { flex-direction: row; }
  
  .h9uj .ay8h:nth-child(n+3) { display: none; }
  
  .peg8a {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .ck34miwv { text-align: left; align-items: flex-start; }

  
  .li3itc, .r3zm, .srycqcr {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .n3gizopw {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .li3itc .jbomzr, .r3zm .jbomzr,
  .srycqcr .jbomzr { width: auto; height: 72px; }
  .eb472 { max-height: 72px; max-width: 128px; }
  .go85 { font-size: var(--fs-body); }
  .hyphbn { font-size: var(--fs-sm); }

  
  .t9wt4at, .wr0tbd1s, .mhi5cl,
  .jdsj6xcg, .spgpk, .bvzgmh2,
  .ragnmtks, .z65g3q, .ypzt,
  .q8erawhr, .zbkt {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .cn56, .fzg1bhu { order: 4; flex: 1 0 100%; }
  .fzg1bhu { display: flex; flex-direction: column; }
  .fzg1bhu::before { display: none; }
  .bidbg5.y46i { width: 100%; padding: 12px 20px !important; }
  .iz8u2qrp { text-align: left; }
}
@media (max-width: 560px) {
  .u9cp { padding: 16px; gap: 12px 12px; }
  
  .ngln, .ldtlun, .ay8h { font-size: var(--fs-caption); }
  .b5xlvpkf { font-size: var(--fs-sm); }
  .go85 { font-size: var(--fs-body); }
  .hyphbn { font-size: var(--fs-sm); }
  .n8n1p { font-size: var(--fs-sm); }
  .q4rrkw9t { font-size: var(--fs-lead); }
  
  .bidbg5.y46i { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .ck34miwv { gap: 2px; }
  .li3itc .jbomzr, .r3zm .jbomzr,
  .srycqcr .jbomzr { height: 64px; }
  .eb472 { max-height: 64px; max-width: 116px; }
  .uqoh { padding: 8px; }
  .go85 { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .t9wt4at, .wr0tbd1s, .mhi5cl,
  .jdsj6xcg, .spgpk, .bvzgmh2,
  .ragnmtks, .z65g3q, .ypzt,
  .q8erawhr, .zbkt { flex-basis: 100%; min-width: 100%; }
}
.v8zny {
  --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;
}
.l389age {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.we5oqz {
  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;
}
.we5oqz img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.ualghze { flex: 1; min-width: 0; }
.ualghze h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.y91dp3 { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.bwfb0f { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.bwfb0f strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.bwfb0f .vum0 { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.xyzm {
  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);
}
.xyzm > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.y4t7 em, .bi6g7yp em, .k3nw em, .i53ck 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) { .xyzm { padding: 12px 16px; gap: 8px 16px; } }
.nrrnv { flex-shrink: 0; align-self: center; }
.nrrnv .y46i {
  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) {
  .l389age { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .we5oqz { order: 1; width: 104px; height: 104px; }
  .we5oqz img { max-width: 96px; max-height: 88px; }
  .nrrnv { order: 2; margin-left: auto; align-self: center; }
  .ualghze { order: 3; flex: 1 1 100%; min-width: 0; }
  .ualghze h3 { font-size: var(--fs-body); }
}
.jd27m img.vnqjcb { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.cf704 { padding: 20px 24px; }
.wja4h31 { color: var(--text-body); margin-bottom: 16px; }
.p6tlrxz6 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.txw7l, .e4bowg0o { list-style: none; font-size: var(--fs-sm); }
.txw7l li { color: var(--text-body); margin-bottom: 4px; }
.e4bowg0o li { color: var(--text-body); margin-bottom: 4px; }
.txw7l li::before { content: "✓"; margin-right: 5px; }
.e4bowg0o li::before { content: "✗"; margin-right: 5px; }
.dhz2 { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.dhz2 strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.bk52bo {
  
  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;
}
.r41oax { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.wwni0l4 {
  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);
}
.wzq70 .wwni0l4 { border-top-width: var(--bw-bar) !important; }
.vp5dyl0 .wwni0l4 { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .tv0tjqm .qsf2xr {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .tv0tjqm .v8zny { margin: 0; }
}
.x4dh .l389age { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.x4dh .we5oqz { background: transparent; }
.g3vzhzmz .v8zny { border-top: var(--bw-bar) solid var(--accent); }
.g3vzhzmz .l389age { background: var(--bg-card); }
.ovke .v8zny { 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; }
.ovke .l389age { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.ovke .cf704 { padding: 16px 16px; }
.ovke .we5oqz { border-radius: var(--r-chip); }
.ovke .wwni0l4 { border-radius: 0; }
.jyo445 .l389age { padding: 0; gap: 0; overflow: hidden; }
.jyo445 .we5oqz {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.jyo445 .ualghze { padding: 16px 20px; }
.jyo445 .nrrnv { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .jyo445 .we5oqz { width: 116px; min-height: 104px; }
}
.xp3cbzw .y91dp3 { font-size: var(--fs-sm); }
.o7uy .ltwz8z4f { gap: 12px; }
.o7uy .nnz5, .o7uy .o4du95im { padding: 12px; }
.o7uy .nnz5 ul, .o7uy .o4du95im ul { margin: 4px 0 0; padding-left: 20px; }
.o7uy .nnz5 li, .o7uy .o4du95im li { font-size: var(--fs-label); margin-bottom: 4px; }
.g3w8hq5 .bk52bo { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .komzvz0 { grid-template-columns: 1fr; }
  .gb94ur { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .gb94ur .ju17qu9 { width: 72px; height: 50px; }
  .gb94ur .f05pc { max-width: 180px; }
  .gb94ur .r72zb { width: auto; }
}
.n7p2hp0 .xp3cbzw .y91dp3 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .n7p2hp0 { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .lqaldm { padding: 16px; }
  .zdmxm .axsv9ies { min-width: 50%; }
}
.l61r9mm .ltwz8z4f { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .zi08ngb { grid-template-columns: 1fr; }
  .hzh15 { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .m51a { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .jej10 { flex-wrap: wrap; padding: 16px; }
}
.j1e3i .ltwz8z4f { gap: 8px; }
.j1e3i .nnz5, .j1e3i .o4du95im { padding: 8px; }
@media (max-width: 480px) {
  .usz1f { flex-direction: column; align-items: stretch; }
}
.om7y .r72zb .y46i { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .v656 { flex-direction: column; align-items: stretch; gap: 12px; }
  .om7y .r72zb { text-align: center; }
}
@media (max-width: 720px) {
  .e65w7 { grid-template-columns: 1fr; }
  .atk883q { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .lpuh { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.u3ownthq .vum0 { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.ao0e .y91dp3 { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .eaqjr { grid-template-columns: 1fr; }
  .ao0e { width: 100px; height: 100px; margin: 16px auto; }
  .u3ownthq { font-size: var(--fs-h3); }
  .f4zcbg51 { justify-content: center; }
  .r5ol4o .axsv9ies { min-width: 50%; }
}
.wluzwxk .ltwz8z4f { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .i33k { flex-wrap: wrap; padding: 16px 16px; }
  .z111 { padding: 12px 16px; }
  .wluzwxk .ltwz8z4f { margin: 0 16px; }
  .wluzwxk .g3w8hq5 { padding: 0 16px; }
  .x2lh5 { padding: 12px 16px; }
}
.r4dvgw .u9cp { position: relative; }
.r4dvgw .u9cp::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.kw3edqp .mcb9o {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.kw3edqp .u9cp {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.kw3edqp .u9cp + .u9cp { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .n9ill .ck34miwv + .ck34miwv {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.b8tod495 .u9cp { padding-top: 16px; padding-bottom: 16px; }
.b8tod495 .u9cp + .u9cp { border-top: none; }
.b8tod495 .u9cp:nth-child(even) { background: var(--bg-surface); }
.b8tod495 .u9cp:nth-child(even):hover { background: var(--bg-hover); }
.pe97 .u9cp:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .wnsuvt .t9wt4at, .wnsuvt .wr0tbd1s,
  .wnsuvt .mhi5cl, .wnsuvt .jdsj6xcg,
  .wnsuvt .spgpk, .wnsuvt .bvzgmh2,
  .wnsuvt .ragnmtks, .wnsuvt .z65g3q,
  .wnsuvt .ypzt, .wnsuvt .q8erawhr,
  .wnsuvt .zbkt {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.rfhw4 .ngln { opacity: .8; letter-spacing: var(--ls-label); }
.rfhw4 .b5xlvpkf { font-weight: 700; }
.rfhw4 .go85 { font-weight: 700; }
.lylbvoi .t9wt4at, .lylbvoi .wr0tbd1s,
.lylbvoi .ypzt, .lylbvoi .q8erawhr,
.sqein2k .jeve { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.cjsvtb43 .bwfb0f .y91dp3,
.pfflo .bwfb0f .y91dp3,
.os42dip1 .bwfb0f .y91dp3 { display: none; }
.cjsvtb43 .vum0 { display: none; }
.pfflo .bwfb0f strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.pfflo .nie36c7z,
.pfflo .vum0 { font-size: 1em; }
.os42dip1 .bwfb0f strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.os42dip1 .vum0 { display: none; }
.y8qu { margin: 16px 0; }
.b3wm2 { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.b3wm2 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;
}
.b3wm2 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;
}
.b3wm2 summary:hover { background: var(--bg-surface); }
.b3wm2 summary:hover::after { color: var(--accent); }
.b3wm2[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.b3wm2[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.b3wm2[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.b3wm2 p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.pqoj { margin-bottom: 0; }
.e4j4ej h2.hrwuyp { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.zvn0bd7 h2.hrwuyp { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.nnz5, .o4du95im { border: var(--bw-hair) solid transparent; }
.nnz5 .c5zybti, .nnz5 .xzcwqe { color: var(--c-pros-label); }
.o4du95im .c5zybti, .o4du95im .vg6d5p { color: var(--c-cons-label, var(--c-cons)); }
.nnz5 ul li, .o4du95im ul li, .txw7l li, .e4bowg0o li { color: var(--text-body); }
.nnz5 .txw7l li, .o4du95im .e4bowg0o li { position: relative; padding-left: 1.5em; }
.nnz5 .txw7l li::before, .o4du95im .e4bowg0o li::before { position: absolute; left: 0; margin-right: 0; }
.gekg9q5a .nnz5 { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.gekg9q5a .o4du95im { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.q5roo26j .nnz5, .q5roo26j .o4du95im { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.q5roo26j .nnz5 { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.q5roo26j .o4du95im { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.bvg32p .nnz5, .bvg32p .o4du95im { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.bvg32p .nnz5 { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.bvg32p .o4du95im { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.syszl73 .nnz5, .syszl73 .o4du95im { background: var(--bg-card); border-width: var(--bw-rule); }
.syszl73 .nnz5 { border-color: var(--sem-pos-line); }
.syszl73 .o4du95im { border-color: var(--sem-neg-line); }
.oq9kw .nnz5, .oq9kw .o4du95im { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.oq9kw .o4du95im { border-left: var(--bw-hair) solid var(--border); }
.c2ld .xzcwqe::before { content: "✓ "; }
.c2ld .vg6d5p::before { content: "✗ "; }
.vp5dyl0 .oj5u { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.vp5dyl0 .oj5u strong { color: var(--text-primary); }
.vp5dyl0 .oj5u p      { color: var(--text-muted); }
.wzq70 .oj5u { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.r1izn0rg .oj5u {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.r1izn0rg .oj5u strong { color: var(--text-primary); }
.r1izn0rg .oj5u p { color: var(--text-muted); }
.r1izn0rg .oj5u { border-left: var(--bw-bar) solid var(--cl-hue); }
.r1izn0rg .d991ct::before { color: rgba(255,255,255,0.9) !important; }
.ej31 .oj5u {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.ej31 .oj5u strong { color: var(--text-primary); }
.ej31 .oj5u p      { color: var(--text-muted); }
.h5hv1t0z .oj5u { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.tf4go .d991ct,
.kfo57o .d991ct,
.ox1xgx .d991ct,
.tf4go .d991ct::before,
.kfo57o .d991ct::before,
.ox1xgx .d991ct::before,
.lhod .rhjgm .j8bw,
.lhod .dms4xn .j8bw  { box-shadow: var(--sh-1); }
.lhod .l32vz1b                { box-shadow: var(--sh-1); }
.lhod .nlfcf          { box-shadow: var(--sh-1); }
.lhod .t7o31                    { box-shadow: var(--sh-1); }
.jm832xyf .rhjgm .j8bw,
.jm832xyf .dms4xn .j8bw,
.jm832xyf .l32vz1b,
.jm832xyf .nlfcf,
.jm832xyf .t7o31,
.jm832xyf .h5hv1t0z .oj5u { box-shadow: none; }
.dpqj { --fs-body: 16px; --fs-sm: 15px; --fs-lead: 19px; }
.pqoj + .pqoj { position: relative; }
.xpamdxyg   .pqoj + .pqoj::before,
.eg65  .pqoj + .pqoj::before,
.d1koh7ks   .pqoj + .pqoj::before,
.hme8   .pqoj + .pqoj::before,
.eimng   .pqoj + .pqoj::before,
.kvfhwcuc .pqoj + .pqoj::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.xpamdxyg .pqoj + .pqoj::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.eg65 .pqoj + .pqoj::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.d1koh7ks .pqoj + .pqoj::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;
}
.hme8 .pqoj + .pqoj::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.amlh4n .pqoj { margin-bottom: 16px; }
.amlh4n .pqoj + .pqoj { margin-top: 0; }
.amlh4n .jk63hn { padding-top: 0; padding-bottom: 0; }
.eimng .pqoj + .pqoj::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.kvfhwcuc .pqoj + .pqoj::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.f6uq .pqoj + .pqoj::before,
.s6zg0i .pqoj + .pqoj::before,
.e6j1sq8 .pqoj + .pqoj::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%;
}
.izynqqot .f6uq .pqoj:nth-child(even)::before,
.izynqqot .s6zg0i .pqoj:nth-child(even)::before,
.izynqqot .e6j1sq8 .pqoj:nth-child(even)::before { background: var(--bg-surface); }
.rj3hrml .f6uq .pqoj:nth-child(even)::before,
.rj3hrml .s6zg0i .pqoj:nth-child(even)::before,
.rj3hrml .e6j1sq8 .pqoj:nth-child(even)::before { background: var(--bg-card); }
.f6uq .pqoj + .pqoj::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");
}
.s6zg0i .pqoj + .pqoj::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");
}
.e6j1sq8 .pqoj + .pqoj::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");
}
.i6vyzbg .aa92g:not(.pcp3) .zbpktpp { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.i6vyzbg .pcp3 { background: linear-gradient(225deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, var(--accent-light)) 100%); }
.i6vyzbg .co0ol6p { background: linear-gradient(225deg, var(--hero-a, var(--accent)), var(--hero-b, var(--accent-light))); }
.i6vyzbg .rq2bo3y2 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.huagif3q .wf3kua { float: left; width: 38%; margin: 0 28px 16px 0; }
.huagif3q .wf3kua .nj2cuh12 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.huagif3q .jk63hn::after { content: ''; display: block; clear: both; }
.ju77f .wf3kua { float: right; width: 38%; margin: 0 0 16px 28px; }
.ju77f .wf3kua .nj2cuh12 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.ju77f .jk63hn::after { content: ''; display: block; clear: both; }
.jfc0rp .pqoj:nth-child(odd)  .wf3kua { float: left;  width: 38%; margin: 0 28px 16px 0; }
.jfc0rp .pqoj:nth-child(even) .wf3kua { float: right; width: 38%; margin: 0 0 16px 28px; }
.jfc0rp .wf3kua .nj2cuh12 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.jfc0rp .jk63hn::after { content: ''; display: block; clear: both; }
.huagif3q .wc6bs3mk,
.huagif3q .mcb9o,
.ju77f .wc6bs3mk,
.ju77f .mcb9o,
.jfc0rp .wc6bs3mk,
.jfc0rp .mcb9o { clear: both; }
@media (max-width: 900px) {
  .huagif3q .wf3kua,
  .ju77f .wf3kua,
  .jfc0rp .pqoj:nth-child(odd)  .wf3kua,
  .jfc0rp .pqoj:nth-child(even) .wf3kua {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .huagif3q .wf3kua .nj2cuh12,
  .ju77f .wf3kua .nj2cuh12,
  .jfc0rp .wf3kua .nj2cuh12 {
    max-height: none !important;
  }
}
.huagif3q .cnfpu,
.huagif3q .us4gywu5,
.ju77f .cnfpu,
.ju77f .us4gywu5,
.jfc0rp .cnfpu,
.jfc0rp .us4gywu5 { overflow: hidden; }
@media (max-width: 640px) {
  .huagif3q .wf3kua,
  .ju77f .wf3kua,
  .jfc0rp .wf3kua { float: none; width: 100%; margin: 0 0 16px 0; }
}
.j50w2e .a10jbdry,
.j50w2e .jk63hn,
.j50w2e .yrbz  { max-width: 1060px; }
.ac1r .a10jbdry,
.ac1r .jk63hn,
.ac1r .yrbz  { max-width: 1180px; }
.ymai04s .a10jbdry,
.ymai04s .jk63hn,
.ymai04s .yrbz  { max-width: 1260px; }
.ymai04s { --content-mw: 1260px; }
.tb6dg0h { font-size: var(--fs-label); color: var(--text-muted); }
.me0evw { display: flex; align-items: center; }
.mgphd9 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.gei0bp2 { display: flex; align-items: center; }
.f9jr { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.f9jr:hover { text-decoration: underline; }
.shp7ct { margin: 0 4px; opacity: 0.45; }
.shp7ct::before { content: '/'; }
.aw8rjy8o { padding: 2px 4px; color: var(--text-main); }
.xc6gisn .tb6dg0h {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.xc6gisn .me0evw { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.tsm07z .tb6dg0h {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.tsm07z .me0evw { padding: 0 0 0 12px; }
.d76i1a .me0evw { padding: 0 16px; }
.d76i1a .tb6dg0h {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.d76i1a .a10jbdry { padding-top: 28px; }
@media (max-width: 720px) {
  .fylhov3t { margin-top: 20px; padding: 0 16px; }
  .d76i1a .a10jbdry { padding-top: 16px; }
}
.j50w2e.xc6gisn .me0evw { max-width: 1100px; }
.ac1r.xc6gisn .me0evw { max-width: 1200px; }
.ymai04s.xc6gisn .me0evw { max-width: 1320px; }
.ymai04s .fylhov3t { max-width: 1320px; }
.stky3ruy .pqoj { padding-top: 16px; padding-bottom: 16px; }
.v8r1ur4 .pqoj { padding-top: 24px; padding-bottom: 24px; }
.c5jlik .pqoj { padding-top: 40px; padding-bottom: 40px; }
.xfda08s .pqoj { padding-top: 52px; padding-bottom: 52px; }
.bd5w9s59 .pqoj:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.bd5w9s59 .pqoj:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.bd5w9s59 .pqoj:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.bd5w9s59 .pqoj:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.fqiw .jk63hn { padding-top: 12px;  padding-bottom: 12px; }
.w96razgu .jk63hn { padding-top: 20px;  padding-bottom: 20px; }
.vq2c .jk63hn { padding-top: 36px;  padding-bottom: 36px; }
.atcu .jk63hn { padding-top: 48px;  padding-bottom: 48px; }
.v46wd0 h1, .v46wd0 h2, .v46wd0 h3, .v46wd0 .qb2658 { font-weight: 700; }
.pfkt2gi h1, .pfkt2gi h2, .pfkt2gi h3, .pfkt2gi .qb2658 { font-weight: 700; }
.w1up, .v46wd0, .yxccv, .pfkt2gi { font-weight: 400; }
.sk42 {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.lqy6u9g .sk42 { display: none; }
@media (max-width: 640px) {
  .sk42 { display: none !important; }
}
.sk42 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.sk42:hover { opacity: 0.85; }
.q4mfn .sk42 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ds4wmwy  .ma8rf0as { left: 32px; }
@media (max-width: 480px) {
  .eiunckk0 .ma8rf0as { right: 20px; bottom: 20px; }
  .ds4wmwy  .ma8rf0as { left: 20px; bottom: 20px; }
}
.ync8egul { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.yrbz { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.qnbc8m5 { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.hbg67e { color: var(--text-dim); font-size: var(--fs-label); }
.zzbi { 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; }
.zzbi img { height: 26px; width: auto; object-fit: contain; }
.wxxou9t { display: flex; flex-direction: column; gap: 8px; }
.wxxou9t a, .z3ld6b a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.wxxou9t a:hover, .z3ld6b a:hover { color: var(--accent-light); }
.wxxou9t .r4359w { padding-left: 12px; font-size: var(--fs-label); opacity: 0.8; }
.z9e1rtwk .yrbz { text-align: center; }
.z9e1rtwk .qnbc8m5 { margin-top: 0; }
.t48yc { margin-top: 12px; }
.t48yc a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .yrbz { padding-left: 16px; padding-right: 16px; }
  .y9mh4n .yrbz { padding: 20px 16px; }
  .z3ld6b { gap: 4px 12px; }
  .qnbc8m5 { font-size: var(--fs-caption); }
}
.n09mq .veyye .zzbi { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.n09mq .qnbc8m5 { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.n09mq .hbg67e { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .n09mq .zyubns1h { grid-template-columns: 1fr 1fr; } .n09mq .veyye { grid-column: 1 / -1; } }
@media (max-width: 480px) { .n09mq .zyubns1h { grid-template-columns: 1fr; } }
.y6845cm .zzbi { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: var(--fs-sm); text-decoration: none; margin-right: auto; flex-shrink: 0; }
.y6845cm .qnbc8m5 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .y6845cm .hqibehhd { gap: 12px; } .y6845cm .zzbi { margin-right: 0; width: 100%; } }
.dh9t .c3p2bp .zzbi { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.dh9t .qnbc8m5 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.dh9t .hbg67e { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .dh9t .eqy10m { grid-template-columns: 1fr 1fr; } .dh9t .c3p2bp { grid-column: 1 / -1; } }
@media (max-width: 480px) { .dh9t .eqy10m { grid-template-columns: 1fr; } }
.gsd1kgg .repl7 { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.gsd1kgg .wxxou9t { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 8px 20px; }
@media (max-width: 760px) { .gsd1kgg .repl7 { grid-template-columns: 1fr 1fr; } .gsd1kgg .ltczf6:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .gsd1kgg .repl7 { grid-template-columns: 1fr; } }
.rud7md .repl7 { grid-template-columns: 1fr 2fr; }
.rud7md .dtji4a .wxxou9t { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .rud7md .repl7 { grid-template-columns: 1fr; } }
.m95n .yrbz { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.igdz5zur .ujpz9      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.kxk9 .ujpz9      { background: #0d1117; border-bottom-color: #21262d; }
.kxk9 .if6ok { color: var(--accent-light); }
.kxk9 .q9iy9al5 { --msep-color: #8b949e; }
.kxk9 .q9iy9al5 a { color: #8b949e; }
.kxk9 .q9iy9al5 a:hover { color: var(--accent-light); }
.kxk9 .yjw52 { color: #8b949e; }
.kxk9 .ync8egul { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.kxk9 .qnbc8m5,
.kxk9 .hbg67e { color: #6e7681; }
.kxk9 .wxxou9t a, .kxk9 .z3ld6b a,
.kxk9 .zzbi { color: #e6edf3; }
.kxk9 .wxxou9t a:hover, .kxk9 .z3ld6b a:hover,
@media (max-width: 640px) {
  .kxk9 .q9iy9al5 { background: #0d1117; border-top-color: #21262d; }
  .kxk9 .q9iy9al5 li a { border-bottom-color: #21262d; }
}
.kzyfvjq .ujpz9      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.kzyfvjq .if6ok { color: var(--accent-light); }
.kzyfvjq .q9iy9al5 { --msep-color: #475569; }
.kzyfvjq .q9iy9al5 a { color: #475569; }
.kzyfvjq .q9iy9al5 a:hover { color: var(--accent-light); }
.kzyfvjq .yjw52 { color: #64748b; }
.kzyfvjq .ync8egul { background: #f0f4f8; border-top-color: #cbd5e1; }
.kzyfvjq .qnbc8m5,
.kzyfvjq .hbg67e { color: #64748b; }
.kzyfvjq .wxxou9t a, .kzyfvjq .z3ld6b a,
.kzyfvjq .k1z0 a, .kzyfvjq .zzbi { color: #374151; }
.kzyfvjq .wxxou9t a:hover, .kzyfvjq .z3ld6b a:hover,
@media (max-width: 640px) {
  .kzyfvjq .q9iy9al5 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .kzyfvjq .q9iy9al5 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.f6z1 .ujpz9 { background: var(--b-50); border-bottom-color: var(--b-200); }
.f6z1 .q9iy9al5 a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .f6z1 .q9iy9al5 { background: var(--b-50); border-top-color: var(--b-200); }
}
.l7fw31 .ujpz9, .kqly .ujpz9 { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.l7fw31 .if6ok, .kqly .if6ok { color: #fff; }
.l7fw31 .q9iy9al5, .kqly .q9iy9al5 { --msep-color: rgba(255,255,255,0.82); }
.l7fw31 .q9iy9al5 a, .kqly .q9iy9al5 a { color: rgba(255,255,255,0.82); }
.l7fw31 .q9iy9al5 a:hover, .kqly .q9iy9al5 a:hover { color: #fff; }
.l7fw31 .yjw52, .kqly .yjw52 { color: rgba(255,255,255,0.9); }
@media (max-width: 640px) {
  .l7fw31 .q9iy9al5, .kqly .q9iy9al5 { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .l7fw31 .q9iy9al5 li a, .kqly .q9iy9al5 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.o4xch4c3.l7fw31 .sk42 { background: #fff !important; color: var(--b-700) !important; }
.vz4x93zl .ujpz9 {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.vz4x93zl .ujpz9::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) {
  .vz4x93zl .q9iy9al5 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.wn8rsp .gidrnb41 { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.l94aac .gidrnb41 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.igolatq .gidrnb41 { min-height: 72px; height: auto; }
.bs9imk0 .gidrnb41 { min-height: 84px; height: auto; }
.y9mh4n .gidrnb41 { max-width: none; padding: 0 32px; }
.y9mh4n .yrbz  { max-width: none; padding: 24px 32px; }
.kp3kteb7.ac1r .gidrnb41 { max-width: 1200px; }
.kp3kteb7.ymai04s .gidrnb41 { max-width: 1320px; }
.xlyudr   .if6ok, .xlyudr   .zzbi { text-transform: capitalize; }
.ycbpyeqe .if6ok, .ycbpyeqe .zzbi { text-transform: lowercase; }
.qvra .if6ok, .qvra .zzbi { text-transform: uppercase; letter-spacing: var(--ls-label); }
.fww561, .udfaz03e {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.d96an .fww561,
.d96an .udfaz03e { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-btn); padding: 4px; }
.xb90t53 .fww561,
.xb90t53 .udfaz03e { 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; }
.h7kg .fww561,
.h7kg .udfaz03e { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-pill); padding: 4px 8px; }
.ylu250n .fww561,
.ylu250n .udfaz03e { 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; }
.bu3ryy   .q9iy9al5 a { font-weight: 500; }
.lcem .q9iy9al5 a { font-weight: 600; }
.kc2d8q9a     .q9iy9al5 a { font-weight: 700; }
.occfe5    .q9iy9al5 a { font-weight: 700; letter-spacing: normal; }
.an6v     .q9iy9al5 > li + li::before,
.orhyjey6    .q9iy9al5 > li + li::before,
.obmfpa    .q9iy9al5 > li + li::before,
.ndjz6a .q9iy9al5 > li + li::before,
.lu83p05 .q9iy9al5 > li + li::before,
.n5d5uhp  .q9iy9al5 > li + li::before,
.h1wln    .q9iy9al5 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.an6v     .q9iy9al5 > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.orhyjey6    .q9iy9al5 > li + li::before { content: "|"; }
.obmfpa    .q9iy9al5 > li + li::before { content: "—"; }
.ndjz6a .q9iy9al5 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.lu83p05 .q9iy9al5 > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.n5d5uhp  .q9iy9al5 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.h1wln    .q9iy9al5 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .m6ed5lq .yjw52,
  .zr52 .yjw52,
  .cvkiq46 .yjw52,
  .n7h1fl5e .yjw52,
  .fhmk6w .yjw52 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .m6ed5lq .yjw52::before,
  .zr52 .yjw52::before,
  .cvkiq46 .yjw52::before,
  .n7h1fl5e .yjw52::before,
  .fhmk6w .yjw52::before { content: ""; display: block; flex-shrink: 0; }

  
  .m6ed5lq .yjw52::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;
  }

  
  .zr52 .yjw52::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;
  }

  
  .cvkiq46 .yjw52::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;
  }

  
  .n7h1fl5e .yjw52::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;
  }

  
  .fhmk6w .yjw52::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) {
  .ykxv0 .yjw52 {
    padding: 4px 16px;
  }
  .ykxv0 .q9iy9al5 {
    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;
  }
  .ykxv0 .q9iy9al5 li a {
    border-bottom: none; padding: 12px 24px;
  }
  .ykxv0 .q9iy9al5 li a:hover { background: var(--bg-raised); }
  .ykxv0 .y0gomc,
  .wynpbbz .y0gomc,
  .pkqc1ope .y0gomc { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .m9naxbs .yjw52 {
    padding: 4px 12px;
  }
  .m9naxbs .q9iy9al5 {
    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);
  }
  .m9naxbs .q9iy9al5.jytat3s { transform: translateX(0); }
  .m9naxbs .q9iy9al5 li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .m9naxbs .q9iy9al5 li:last-child a { border-bottom: none; }
  .l7fw31 .q9iy9al5,
  .kxk9 .q9iy9al5 { background: var(--accent) !important; }
  .l7fw31 .q9iy9al5 li a,
  .kxk9 .q9iy9al5 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .pkqc1ope .yjw52 {
    padding: 4px 12px;
  }
  .pkqc1ope .q9iy9al5 {
    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);
  }
  .pkqc1ope .q9iy9al5::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .pkqc1ope .q9iy9al5.jytat3s { transform: translateY(0); }
  .pkqc1ope .q9iy9al5 li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .i7q2ac .yjw52 {
    padding: 4px 12px;
  }
  .i7q2ac .q9iy9al5 {
    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;
  }
  .i7q2ac .q9iy9al5.jytat3s { opacity: 1; pointer-events: auto; }
  .i7q2ac .q9iy9al5 li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .x0x12cz     .yjw52 { border-radius: 0 !important; }
  .i6l54   .yjw52 { border-radius: var(--r-btn) !important; }
  .wpx5vm01 .yjw52 { border-radius: 50% !important; }
  .xyum   .yjw52 { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .vdi3rd8 .v3p4 { flex-direction: column; align-items: stretch; }
  .vdi3rd8 .d3ii1 { flex-direction: row; min-width: auto; }
  .vdi3rd8 .k5g41ob { align-items: flex-start; text-align: left; }
}
.oi9hcoj,
.oi9hcoj.pqoj,
.izynqqot .oi9hcoj,
.buexs .oi9hcoj,
.rj3hrml .oi9hcoj,
.f8m4au .oi9hcoj {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.absr6 {
  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;
}
.qds593s { flex: 1 1 280px; min-width: 0; }
.s4u6s {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.hy9v {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.n0dtr7 {
  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;
}
.n0dtr7:hover { transform: translateY(-1px); opacity: 0.95; }
.tc3vt .absr6 {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.tc3vt .s4u6s { color: var(--cta); }
.tc3vt .hy9v { color: var(--text-body); }
.tc3vt .n0dtr7 {
  background: var(--cta);
  color: var(--cta-fg);
}
.bui9jk .absr6 {
  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);
}
.bui9jk .s4u6s { color: var(--text-primary); }
.bui9jk .hy9v { color: var(--text-body); }
.bui9jk .n0dtr7 {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .absr6 {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .qds593s { flex: 0 0 auto; }
  .s4u6s { font-size: var(--fs-lead); }
  .n0dtr7 { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.o7ymch9r .jfc3dvpw { height: 36px; }
.dbx2x .jfc3dvpw { height: 60px; max-width: 200px; }
.uvwf .jfc3dvpw { height: 56px; max-width: 180px; }
.n7upcs7s    .jeve, .n7upcs7s    .y91dp3 { color: #f59e0b; }
.x3pcyxqj      .y91dp3   { font-size: var(--fs-lead); }
.b0gcx    .jeve, .b0gcx    .y91dp3 { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.gxqe     .jeve, .gxqe     .y91dp3 { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.givnqabr .jeve, .givnqabr .y91dp3 { color: var(--cta); letter-spacing: var(--ls-wide); }
.l4mq5   .jeve, .l4mq5   .y91dp3 { color: #e91e63; letter-spacing: var(--ls-wide); }
.i0t7abom  .jeve, .i0t7abom  .y91dp3 { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.ta2ofb     .jeve, .ta2ofb     .y91dp3 { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.c9ew .n8n1p {
  font-size: var(--fs-lead); font-weight: 700;
  color: var(--text-muted); opacity: .45;
}
.p0dpf .mcb9o {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.p0dpf .u9cp {
  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);
}
.p0dpf .u9cp + .u9cp { border-top: var(--bw-hair) solid var(--border-alt); }
.p0dpf .ck34miwv { align-items: center; text-align: center; }
.p0dpf .jbomzr {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.p0dpf .eb472 { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.p0dpf .hyphbn { font-size: var(--fs-body); }
.p0dpf .bidbg5.y46i { min-width: 180px; }
@media (min-width: 720px) {
  .p0dpf .mcb9o {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .p0dpf .u9cp + .u9cp { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .p0dpf .u9cp { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .p0dpf .peg8a { top: -16px; left: 50%; }
  .p0dpf .jbomzr { width: 132px; height: 132px; }
}
.iz1p1ye .mcb9o {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.iz1p1ye .u9cp {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.iz1p1ye .jbomzr {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.iz1p1ye .eb472 { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
@media (max-width: 900px) {
  .iz1p1ye .jbomzr { width: 104px; height: 104px; }
}
.pco4 .b3wm2 {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.pco4 .b3wm2 summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.pco4 .b3wm2 summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.pco4 .b3wm2[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.pco4 .b3wm2 p { padding: 0 14px 18px; }
.pco4 .b3wm2[open] p { border-top: none; padding-top: 0; }
.kbge .b3wm2 { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.kbge .b3wm2 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;
}
.kbge .b3wm2 summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.kbge .b3wm2[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.kbge .b3wm2 p { padding: 14px 24px 4px; }
.kbge .b3wm2[open] p { border-top: none; padding-top: 14px; }
.ag50j3y .b3wm2 {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.ag50j3y .b3wm2 summary { color: var(--text-primary); padding: 16px 18px; }
.ag50j3y .b3wm2[open] summary { box-shadow: none; }
.ag50j3y .b3wm2 p { padding: 0 18px 18px; }
.lzqk .y8qu { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.lzqk .b3wm2 {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.lzqk .b3wm2:last-child { border-bottom: none; }
.lzqk .b3wm2 summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.lzqk .b3wm2 p { padding: 0 20px 16px; }
.pj15s .b3wm2 { overflow: hidden; }
.pj15s .b3wm2 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));
}
.pj15s .b3wm2 summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.pj15s .b3wm2 summary::after { color: var(--tone-mark, var(--accent)); }
.pj15s .b3wm2[open] summary { border-radius: 0; box-shadow: none; }
.ncb1 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.vj0vf9 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.u8tvqn {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.bxvvq7 { color: var(--text-muted); font-size: var(--fs-body); }
.xtfn {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.y2qvbkua { margin-bottom: 20px; }
.ffcd6 {
  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);
}
.hgcmd {
  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;
}
.hgcmd:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.ils9ph5 { resize: vertical; min-height: 130px; }
.jvxjm { width: 100%; margin-top: 8px; }
.e8spiaa {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.vzmyj6 {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.pli7whk { color: var(--text-muted); line-height: var(--lh-read); }
.tq3g { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.tq3g li { margin-bottom: 8px; }
.ematc00 { max-width: 760px; margin: 0 auto; }
.xs4mp89 { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.yfes { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.yfes:last-child { border-bottom: none; }
.yfes h2 {
  font-size: var(--fs-body); font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.yfes p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.acfs3e71 { max-width: 760px; margin: 0 auto; }
.quhxfb { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.q7cxmo6 ul.tq3g { margin: 0; }
.wfx180 { max-width: 900px; margin: 0 auto; }
.bfyfm01 { 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; }
.bfyfm01:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.bfyfm01 .quhxfb { margin: 0; font-size: var(--fs-sm); }
.bfyfm01 .kvcp2hbp p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
@media (max-width: 640px) { .bfyfm01 { grid-template-columns: 1fr; gap: 12px; } }
.nqeef .quhxfb { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
.kkfxeuu .tq3g { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .ac59m { grid-template-columns: 1fr; } }
.k2j8d { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.k2j8d:hover .hjte9s5b { color: var(--accent-light); text-decoration: underline; }
.d1rpq4 { color: inherit; text-decoration: none; }
.d1rpq4:hover { color: var(--accent-light); text-decoration: underline; }
.hi0fwj { display: inline-block; line-height: 0; }
.r7xc3d2w { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.pb7hw { margin-bottom: 48px; }
.riu84 { max-width: 760px; margin: 0 auto; }
.ff9tbmo { max-width: 640px; margin: 0 auto; }
.tn7et5 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.tn7et5:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.e39ofeo { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.tn7et5 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.tn7et5 ul.tq3g { margin: 0; }
.dz1rx09 { color: var(--text-muted); line-height: var(--lh-read); }
.tjytg .tq3g,
.ff9tbmo .tq3g,
.xpd3ieuo .tq3g,
.ypvkr .tq3g {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.tjytg .tn7et5,
.ff9tbmo .tn7et5 { text-align: left; }
.tjytg .e39ofeo,
.ff9tbmo .e39ofeo { text-align: center; }
.etsloxci { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.u0nfi4k { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.wy1r { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.otwzf { margin-top: 12px; }
.nxfrtw { 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; }
.nxfrtw:hover { border-bottom-color: var(--accent-light); }
.xvo6 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.xvo6 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.eapttibb { width: 72px; height: 72px; }
.ztm0v1v { border-radius: 28%; }
.l09m6ir { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.s0bvj { border: var(--bw-hair) solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: var(--r-pill); font-weight: 600; }
@media (max-width: 640px) { .qx9k { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.wn7o9 .wy1r, .wn7o9 .u0nfi4k { max-width: 640px; }
.ugpu .etsloxci { font-size: var(--fs-h3); margin-top: 20px; }
.aj8w224w .wy1r { margin-bottom: 28px; }
@media (max-width: 860px) { .be7w2e78 { grid-template-columns: 1fr; } .ugpu { position: static; text-align: center; } }
.uzhw .xvo6 { margin: 0 auto 20px; }
.uzhw .l09m6ir { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .f4l889n { grid-template-columns: 1fr; } }
.vedfma6i .etsloxci { font-size: var(--fs-h3); margin-bottom: 8px; }
.ypvkr .tq3g { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .vedfma6i { flex-direction: column; text-align: center; } .c8i44y { grid-template-columns: 1fr; } }
.az0yifw { display: flex; gap: 20px; align-items: center; padding-bottom: 24px; border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 32px; }
.az0yifw .etsloxci { font-size: var(--fs-lead); margin: 0 0 4px; }
.az0yifw .l09m6ir { margin: 0; }
.kf5f .u8tvqn { color: var(--accent-light); }
.eah9cs .u8tvqn { font-size: var(--fs-h2); }
.eah9cs .bxvvq7 { max-width: 680px; }
.ajaqd .u8tvqn { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.ajaqd .bxvvq7  { margin: 0; }
@media (max-width: 640px) { .ajaqd { flex-direction: column; } }
.cr55m .u8tvqn { color: var(--accent-light); }
.pxtoz .u8tvqn { color: #fff; }
.pxtoz .bxvvq7  { color: rgba(255,255,255,0.85); }
.j8jsh { max-width: 680px; margin: 0 auto; }
.b9ngt {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .b9ngt { grid-template-columns: 1fr; } }
.p4sii1e { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.p4sii1e .hgcmd {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.p4sii1e .hgcmd:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.w4nb4840 .hgcmd { background: var(--bg-raised); border-color: transparent; }
.w4nb4840 .hgcmd:focus { background: var(--bg-card); border-color: var(--accent-light); }
.kiehcksi .hgcmd { border-radius: var(--r-pill); padding: 12px 20px; }
.kiehcksi .ils9ph5 { border-radius: var(--r-card); }
@media (max-width: 640px) { .aj4tf4l { grid-template-columns: 1fr; } }
.fipy61p{display:none}
.fipy61p:empty,.nx3lcom0:empty{display:none}
.nv4y97{position:relative;overflow:visible}
.vvv0 .t59uaf0,.gxy1dlt8 .t59uaf0,
.fikqwa9 .t59uaf0,.ake00 .t59uaf0,
.yyf1li .t59uaf0,.dyyg0yyx .t59uaf0{display:block}
.pzeh68 .r12qg{display:block}
.vvv0 .t59uaf0,.gxy1dlt8 .t59uaf0,
.fikqwa9 .t59uaf0,.ake00 .t59uaf0,
.yyf1li .t59uaf0{position:absolute;z-index:3;left: 24px;right: 24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin: 0 auto;padding: 0;box-sizing:border-box}
.vvv0 .t59uaf0 .nx3lcom0,.gxy1dlt8 .t59uaf0 .nx3lcom0,
.fikqwa9 .t59uaf0 .nx3lcom0,.ake00 .t59uaf0 .nx3lcom0,
.yyf1li .t59uaf0 .nx3lcom0{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}
.vvv0 .xknxtcq,.gxy1dlt8 .xknxtcq,
.fikqwa9 .xknxtcq,.ake00 .xknxtcq,
.yyf1li .xknxtcq{background:transparent!important;border:none!important;padding: 0;border-radius:0;color:inherit!important}
.vvv0 .t59uaf0,.gxy1dlt8 .t59uaf0{top: 12px}
.vvv0 .t59uaf0 .nx3lcom0{margin-right:auto}
.gxy1dlt8 .t59uaf0 .nx3lcom0{margin-left:auto}
.gxy1dlt8 .t59uaf0{text-align:right}
.fikqwa9 .t59uaf0,.ake00 .t59uaf0{bottom: 12px}
.fikqwa9 .t59uaf0 .nx3lcom0{margin-right:auto}
.ake00 .t59uaf0 .nx3lcom0{margin-left:auto}
.ake00 .t59uaf0{text-align:right}
.yyf1li .t59uaf0{position:relative;margin-top: 16px}
.yyf1li .t59uaf0 .nx3lcom0{margin: 0 auto}
.dyyg0yyx .t59uaf0{max-width:var(--content-mw,1100px);margin: 0 auto;padding: 8px 24px}
.dyyg0yyx .t59uaf0 .nx3lcom0{margin: 0}
.dyyg0yyx .rq2bo3y2~.t59uaf0,
.dyyg0yyx .h62bh0~.t59uaf0{max-width:none;margin: 0;padding: 8px clamp(24px,calc(50vw - 476px),96px)}
.dyyg0yyx .rq2bo3y2~.t59uaf0 .nx3lcom0,
.dyyg0yyx .h62bh0~.t59uaf0 .nx3lcom0{justify-content:flex-start}
.rq2bo3y2~.t59uaf0,.h62bh0~.t59uaf0{position:static!important;left: auto!important;right: auto!important;top: auto!important;bottom: auto!important;transform:none!important;width:100%!important;max-width:none!important;padding: 8px clamp(24px,calc(50vw - 476px),96px)!important}
.rq2bo3y2~.t59uaf0 .nx3lcom0{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.h62bh0~.t59uaf0 .nx3lcom0{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.r12qg .nx3lcom0{margin: 0 0 12px}
.nx3lcom0{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.kudpxe{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.hjte9s5b{font-weight:600;color:var(--text-heading);opacity:1}
.x1j0::before{content:"·";margin: 0 2px;opacity:.5}
.xknxtcq{white-space:nowrap}
.csaafc .kudpxe{display:none}
.q7nye .xknxtcq{background:var(--date-bg, var(--accent-bg));padding: 4px 12px;border-radius: var(--r-card);font-size: var(--fs-caption)}
.q7nye .x1j0::before{content:""}
.dklys .xknxtcq{background:var(--date-bg, var(--accent-bg));padding: 8px 12px;border-radius:var(--radius, 6px);font-size: var(--fs-caption);display:inline-flex;align-items:center;gap: 4px}
.dklys .x1j0::before{content:""}
.ac28qk .nx3lcom0{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.h1qdhtk2 .xknxtcq{border-left: var(--bw-rule) solid var(--accent);padding-left: 8px;font-size: var(--fs-caption)}
.h1qdhtk2 .x1j0::before{content:""}
.fn6r .xknxtcq{color: var(--accent-light);opacity:1;font-weight:500}
.i68x8 .xknxtcq{border-bottom: var(--bw-hair) solid currentColor;padding-bottom: 2px}
.lkyntn .nx3lcom0{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.qby9tq5{--date-bg:transparent}
.ayna887v .x1j0::before{content:""}
.i0on9 .x1j0::before{content:"•";opacity:.4}
.i0on9 .xknxtcq + .xknxtcq::before{content:"•";margin-right:6px;opacity:.4}
.zcol963m .x1j0::before{content:"/";opacity:.35}
.zcol963m .xknxtcq + .xknxtcq::before{content:"/";margin-right:6px;opacity:.35}
.wn8zlb .x1j0::before{content:"|";opacity:.3}
.wn8zlb .xknxtcq + .xknxtcq::before{content:"|";margin-right:6px;opacity:.3}
.bf76b .x1j0::before{content:"—";opacity:.3}
.bf76b .xknxtcq + .xknxtcq::before{content:"—";margin-right:6px;opacity:.3}
.cckf .x1j0::before{content:"◆";font-size:.5em;opacity:.35}
.cckf .xknxtcq + .xknxtcq::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.o5tiv .x1j0::before{content:"·";opacity:.4}
.o5tiv .xknxtcq + .xknxtcq::before{content:"·";margin-right:6px;opacity:.4}
.sq3p0 .x1j0::before{content:"›";opacity:.4}
.sq3p0 .xknxtcq + .xknxtcq::before{content:"›";margin-right:6px;opacity:.4}
.bohrp6t .x1j0::before{content:"→";opacity:.35;font-size:.85em}
.bohrp6t .xknxtcq + .xknxtcq::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.oro438of{display:flex;align-items:flex-start;gap: 16px;max-width:var(--content-width, 960px);margin: 32px auto 24px;padding: 20px 24px}
.o8su3m{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.hw85{display:flex;flex-direction:column;gap: 4px}
.aeok4rfz{font-size: var(--fs-caption);text-transform:uppercase;letter-spacing: var(--ls-label);color:var(--text-body);opacity:.55}
.b6z7hrv{font-weight:700;font-size: var(--fs-sm);color:var(--text-heading)}
.mk8j{font-size: var(--fs-label);color:var(--text-body);opacity:.8;line-height: var(--lh-snug);margin-top: 4px}
.dps2 .oro438of{background:var(--surface-alt);border-radius:var(--radius, 8px);border: var(--bw-hair) solid var(--border)}
.gzwvb .oro438of{border-top: var(--bw-bar) solid var(--accent);padding-top: 20px}
.xf3mo6 .oro438of{border-left: var(--bw-bar) solid var(--accent);border-radius:0}
.ey0j .oro438of{padding: 20px 0}
@media(max-width:640px){
  .oro438of{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .mk8j{max-width:100%}
}
.c77s0p .nlfcf{margin: 0}
@media (max-width:560px){
  .ug70rx51{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) {
  .kieoso { padding: 28px 20px 20px; }
  .wjm0 { font-size: var(--fs-lead); }
  .aj5bdxt8 { max-width: 220px; max-height: 80px; }
}
.ffevwxw8 {
  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);
}
.sxdm {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.pna4pbj  .ffevwxw8 { border-radius: 50%; }
.qj2v  .ffevwxw8 { border-radius: var(--r-chip); }
.zfdv .ffevwxw8 { border-radius: var(--r-card); }
.vgfzgs .absr6 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ffevwxw8 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.qr2cks .pqoj {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.qr2cks .jk63hn {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.qr2cks .absr6 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.rfjt4n0 {
  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;                  
}
.rfjt4n0.b2hf8 { transform: translate(-50%, 0); }
.rfjt4n0 .pqoj,
.rfjt4n0 .jk63hn {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.rfjt4n0 .absr6 {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.v48re {
  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;
}
.v48re::before,
.v48re::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.v48re::before { transform: translate(-50%, -50%) rotate(45deg); }
.v48re::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.v48re:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .rfjt4n0 { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .rfjt4n0 .absr6 {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .rfjt4n0 .hy9v { display: none !important; }
  .rfjt4n0 .s4u6s { font-size: var(--fs-body) !important; }
  .rfjt4n0 .ffevwxw8 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .v48re { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .gidrnb41 { flex-direction: row-reverse; }
[dir="rtl"] .q9iy9al5 { flex-direction: row-reverse; }
[dir="rtl"] .ds4wmwy  .ma8rf0as { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .eiunckk0 .ma8rf0as { right: auto; left: 20px; }
  [dir="rtl"] .ds4wmwy  .ma8rf0as { left: auto;  right: 20px; }
}
[dir="rtl"] .huagif3q .wf3kua  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .ju77f .wf3kua { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .cnfpu, [dir="rtl"] .us4gywu5 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .nnz5 { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .o4du95im { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .oj5u { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .absr6 { direction: rtl; }
[dir="rtl"] .ffevwxw8 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .u9cp,
[dir="rtl"] .tb6dg0h { direction: rtl; }
[dir="rtl"] .t7o31 { direction: rtl; }
[dir="rtl"] .t1l1acd { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .aa92g.acbmev2 .htqg2,
[dir="rtl"] .tq91bfa.acbmev2 .htqg2,
[dir="rtl"] .pcp3.acbmev2 .htqg2,
[dir="rtl"] .dgtv9.acbmev2 .htqg2,
[dir="rtl"] .nhnt3.acbmev2 .htqg2 { text-align: right; }
[dir="rtl"] .rq2bo3y2.acbmev2 .unr4c { align-items: flex-end; text-align: right; }
[dir="rtl"] .jk63hn,
[dir="rtl"] .pmsc1ktz,
[dir="rtl"] .wu1q8tbj,
[dir="rtl"] .htqg2 { text-align: right; }
[dir="rtl"] .xtfn,
[dir="rtl"] .ffcd6,
[dir="rtl"] .wy1r,
[dir="rtl"] .hgcmd,
[dir="rtl"] .ils9ph5 { text-align: right; direction: rtl; }
[dir="rtl"] .kiehcksi .hgcmd,
[dir="rtl"] .p4sii1e .hgcmd { padding-right: 20px; padding-left: 20px; }
.stz84 .mcb9o,
.vu9a .mcb9o,
.fwd5y .mcb9o { border: var(--bw-hair) solid var(--border-alt); }
.k4e56wd .mcb9o {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.stz84 .u9cp,
.vu9a .u9cp,
.k4e56wd .u9cp,
.fwd5y .u9cp {
  gap: 24px;
  padding: 24px 24px;
}
.stz84 .u9cp + .u9cp,
.fwd5y .u9cp + .u9cp { border-top: none; }
.stz84 .u9cp:nth-child(even),
.fwd5y .u9cp:nth-child(even) { background: var(--bg-surface); }
.k4e56wd .u9cp {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.stz84 .jbomzr,
.vu9a .jbomzr,
.k4e56wd .jbomzr,
.fwd5y .jbomzr {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.stz84 .eb472,
.vu9a .eb472,
.k4e56wd .eb472,
.fwd5y .eb472 {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.fwd5y .hyphbn { font-size: var(--fs-body); font-weight: 700; }
.stz84 .t9wt4at, .stz84 .wr0tbd1s, .stz84 .mhi5cl,
.vu9a .t9wt4at, .vu9a .wr0tbd1s, .vu9a .mhi5cl,
.k4e56wd .t9wt4at, .k4e56wd .wr0tbd1s, .k4e56wd .mhi5cl,
.fwd5y .t9wt4at, .fwd5y .wr0tbd1s, .fwd5y .mhi5cl {
  background: transparent;
  padding: 12px 0; align-items: flex-start; text-align: left;
}
.stz84 .bidbg5.y46i,
.vu9a .bidbg5.y46i,
.k4e56wd .bidbg5.y46i,
.fwd5y .bidbg5.y46i {
  padding: 16px 24px !important;
}
.fwd5y .bidbg5.y46i { box-shadow: none; }
@media (max-width: 1080px) {
  .stz84 .u9cp,
  .vu9a .u9cp,
  .k4e56wd .u9cp,
  .fwd5y .u9cp { gap: 16px; padding: 20px; }
  .stz84 .jbomzr,
  .vu9a .jbomzr,
  .k4e56wd .jbomzr,
  .fwd5y .jbomzr { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .stz84 .jbomzr,
  .vu9a .jbomzr,
  .k4e56wd .jbomzr,
  .fwd5y .jbomzr { width: 104px; height: 104px; }
}
.n51z .d991ct { display: none; }
.txw7l li::before { color: #2f855a; font-weight: 700; }
.e4bowg0o li::before { color: #9b2c2c; font-weight: 700; }
.xzcwqe::before { color: #2f855a; }
.vg6d5p::before { color: #9b2c2c; }
.q4w5cvc  .n0dtr7, .q4w5cvc  .qwosv { border-radius: var(--r-pill); }
.i3uc7q .n0dtr7, .i3uc7q .qwosv { border-radius: 0; }
.i83ulb3u .n0dtr7, .i83ulb3u .qwosv { border-radius: var(--r-btn); }
.n0dtr7, .qwosv, .gm8p, .y46i, .bidbg5.y46i {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
.gm8p, .y46i, .bidbg5.y46i, .n0dtr7, .qwosv,
.jjhwp, .rnbh, .rfjt4n0 .n0dtr7 {
  border-radius: var(--btn-radius) !important;
}
.xb3oe a, .pmsc1ktz a, .wu1q8tbj a, .wja4h31 a, .b3wm2 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;
}
.xb3oe a:hover, .pmsc1ktz a:hover, .wu1q8tbj a:hover, .wja4h31 a:hover { text-decoration-color: currentColor; }
.e3dqf9    { --hero-a: var(--b-700); --hero-b: var(--b-near, var(--b-800)); }
.x2bv1g .nzj2zd8.pcp3 .qb2658,
.x2bv1g section.pcp3 .qb2658 { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.x2bv1g .pcp3 .nyi48ge { color: var(--text-body); }
.e3dqf9 .aa92g:not(.pcp3) .zbpktpp {
  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%);
}
.nzj2zd8.aa92g:not(.pcp3) .qb2658,
section.aa92g:not(.pcp3) .qb2658 { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.o4xch4c3.e3dqf9    .pcp3 .gm8p { background: #fff !important; color: var(--b-700) !important; }
.owe5 .ync8egul { background: var(--bg-page); border-top-color: var(--border-alt); }
.ucatsv .ync8egul { background: var(--b-50); border-top-color: var(--b-200); }
.nf37njd   { --ftr-fill: var(--b-900); --ftr-edge: var(--b-800); }
.o9ghtdmz .ync8egul, .nf37njd .ync8egul, .yxqy3 .ync8egul {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.o9ghtdmz .ync8egul :is(.qnbc8m5, .hbg67e),
.nf37njd   .ync8egul :is(.qnbc8m5, .hbg67e),
.yxqy3    .ync8egul :is(.qnbc8m5, .hbg67e) { color: rgba(255,255,255,0.68); }
.o9ghtdmz .ync8egul :is(.jpzq, .jcwsc952),
.nf37njd   .ync8egul :is(.jpzq, .jcwsc952),
.yxqy3    .ync8egul :is(.jpzq, .jcwsc952) { color: rgba(255,255,255,0.7); }
.o9ghtdmz .ync8egul a, .nf37njd .ync8egul a, .yxqy3 .ync8egul a { color: rgba(255,255,255,0.9); }
.o9ghtdmz .ync8egul a:hover, .nf37njd .ync8egul a:hover, .yxqy3 .ync8egul a:hover { color: #fff; }
.o9ghtdmz .ync8egul .zzbi,
.nf37njd   .ync8egul .zzbi,
.yxqy3    .ync8egul .zzbi { color: #fff; }
.s135o .mcb9o:not(.zf2ee) .u9cp:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.yiyn .mcb9o:not(.zf2ee) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.yiyn .mcb9o:not(.zf2ee) .u9cp { background: var(--bg-card); border-radius: var(--r-btn); }
.yiyn .mcb9o:not(.zf2ee) .u9cp + .u9cp { margin-top: 8px; border-top: none; }
.ay8h { background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary)); }
.r4dvgw .u9cp::before { background: var(--tone-line, var(--accent)); }
.pe97 .u9cp:first-child { border-top-color: var(--tone-line, var(--accent)); }
.b3wm2 summary:hover::after, .b3wm2[open] summary::after { color: var(--tone-mark, var(--accent)); }
.g3vzhzmz .v8zny { border-top-color: var(--tone-line, var(--accent)); }
.x4dh .l389age { background: var(--tone-fill, var(--accent-bg)); }
.oxhg5 .ieri .eb472,
.oxhg5 .we5oqz.ieri img,
.oxhg5 .ju17qu9.ieri img { border-radius: 22%; }
.oxhg5 .we5oqz.ieri { border-radius: var(--r-card); }
.fobw5nnq .ieri .eb472,
.fobw5nnq .we5oqz.ieri img,
.fobw5nnq .ju17qu9.ieri img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.fobw5nnq .we5oqz.ieri { border-radius: 50%; padding: 5px; }
.fobw5nnq .ieri.jbomzr, .oxhg5 .ieri.jbomzr { overflow: visible; }
.v8zny, .o7uy, .mcb9o:not(.zf2ee), .nlfcf, .b3wm2 {
  border: none; box-shadow: var(--sh-card);
}
.lhod .v8zny, .lhod .o7uy,
.lhod .mcb9o:not(.zf2ee) { box-shadow: var(--sh-lift); }
.pco4 .b3wm2, .kbge .b3wm2, .lzqk .b3wm2 { box-shadow: none; }
.lzqk .y8qu { border: none; box-shadow: var(--sh-card); }
.ag50j3y .b3wm2 { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.kbge .b3wm2 summary { border: none; box-shadow: var(--sh-card); }
.kbge .b3wm2[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.pj15s .b3wm2 summary { color: var(--tone-fill-head-raw); }
.ovke .v8zny { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.l32vz1b, .oj5u, .t7o31 { border: none; box-shadow: var(--panel-sh, none); }
.rhjgm .j8bw { border: none; box-shadow: var(--sub-sh, none); }
.jm832xyf .l32vz1b, .jm832xyf .t7o31 { box-shadow: var(--panel-sh, none); }
.jm832xyf .nlfcf, .jm832xyf .h5hv1t0z .oj5u { box-shadow: var(--sh-card); }
.jm832xyf .rhjgm .j8bw { box-shadow: var(--sub-sh, none); }
.dms4xn .j8bw, .jm832xyf .dms4xn .j8bw, .lhod .dms4xn .j8bw { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.l32vz1b { background: var(--bg-card-inner); border-radius: var(--r-card); }
.kn2yai0 { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.i282z .l32vz1b   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.ahty .l32vz1b { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.u1wh4f62 .l32vz1b     { border: none; }
.u1wh4f62 .kn2yai0 { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.sbe9f .l32vz1b    { border: none; box-shadow: var(--sh-card); }
.oj5u { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.k72dlpeu { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.oj5u strong, .vp5dyl0 .oj5u strong, .r1izn0rg .oj5u strong,
.ej31 .oj5u strong { color: var(--cl-head); }
.oj5u p, .vp5dyl0 .oj5u p, .r1izn0rg .oj5u p,
.ej31 .oj5u p { color: var(--cl-fg); }
.vp5dyl0 .oj5u { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.vp5dyl0 .oj5u strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.wzq70 .oj5u { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.r1izn0rg .oj5u { border: none; }
.ej31 .oj5u  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.h5hv1t0z .oj5u   { 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); }
.wwni0l4 { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.wwni0l4 strong { color: var(--cl-head); }
.nnz5, .o4du95im { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.nnz5 ul li, .nnz5 .txw7l li { color: var(--sem-pos-body); }
.o4du95im ul li, .o4du95im .e4bowg0o li { color: var(--sem-neg-body); }
.gekg9q5a .nnz5, .gekg9q5a .o4du95im { border: none; }
.q5roo26j .nnz5, .q5roo26j .o4du95im { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.q5roo26j .nnz5 { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.q5roo26j .o4du95im { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.bvg32p .nnz5, .bvg32p .o4du95im { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.bvg32p .nnz5 { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.bvg32p .o4du95im { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.xl9t1 .nnz5 .c5zybti, .xl9t1 .o4du95im .c5zybti {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.xl9t1 .nnz5 .c5zybti { background: var(--sem-pos-fg); }
.xl9t1 .o4du95im .c5zybti { background: var(--sem-neg-fg); }
.xl9t1 .xzcwqe::before, .xl9t1 .vg6d5p::before { color: #fff; }
.oq9kw .nnz5 ul li, .oq9kw .nnz5 .txw7l li,
.oq9kw .o4du95im ul li, .oq9kw .o4du95im .e4bowg0o li { color: var(--text-body); }
.t7o31 { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.qcqu61be { color: var(--tone-fill-head, var(--text-primary)); }
.d3ayi5p .t1l1acd a, .jt2xsx .t1l1acd a, .vxov .t1l1acd a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.d3ayi5p .t1l1acd a:hover, .jt2xsx .t1l1acd a:hover, .vxov .t1l1acd a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.podqf0 .t7o31 { border-bottom-color: var(--border-alt); }
.podqf0 .t1l1acd a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.bk52bo, .ay8h { border: none; }
.r41oax { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.xyzm { border-top: none; }
.xyzm > span { color: var(--tone-fill-head, var(--text-primary)); }
.y4t7 em, .bi6g7yp em, .k3nw em, .i53ck em { color: var(--tone-fill-muted, var(--text-muted)); }
.x4dh .l389age { border-bottom: none; }
.ovke .l389age { border-bottom: none; }
.we5oqz.ieri { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.we5oqz.ieri img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.oxhg5 .we5oqz.ieri img { border-radius: 22%; }
.fobw5nnq  .we5oqz.ieri img { border-radius: 50%; }
.fobw5nnq  .we5oqz.ieri { padding: 0; }
@media (min-width: 900px) {
  .tv0tjqm .qsf2xr > .v8zny:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.cnfpu li::marker { color: var(--tone-mark, var(--accent)); }
.us4gywu5 li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.e6kfykz li::marker { color: var(--tone-mark, var(--accent)); }
.ue41p78 h2.hrwuyp { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.lqmfodn3 h2.hrwuyp { border-bottom-color: var(--tone-mark, var(--accent)); }
.tug5m h2.hrwuyp { border-top-color: var(--tone-mark, var(--accent)); }
.huagif3q .j8bw, .ju77f .j8bw, .jfc0rp .j8bw,
.huagif3q .oj5u, .ju77f .oj5u, .jfc0rp .oj5u,
.huagif3q .ltwz8z4f, .ju77f .ltwz8z4f, .jfc0rp .ltwz8z4f,
.huagif3q .nlfcf, .ju77f .nlfcf, .jfc0rp .nlfcf { clear: both; }
.wf3kua .nj2cuh12 { box-shadow: var(--sh-card); }
.nlfcf { border-radius: var(--r-card); }
.tntvw4tp .uxy36v { border: none; }
.f6z1 .q9iy9al5 a { color: var(--b-800); }
.f6z1 .q9iy9al5 a:hover { color: var(--b-600); }
.x2bv1g .nzj2zd8.pcp3 .qb2658,
.x2bv1g section.pcp3 .qb2658,
.x2bv1g .tq91bfa .qb2658 { color: var(--b-900) !important; }
.x2bv1g .pcp3 .nyi48ge, .x2bv1g .tq91bfa .nyi48ge { color: var(--b-800); }
.ucatsv .ync8egul, .ucatsv .ync8egul a { color: var(--b-800); }
.ucatsv .ync8egul :is(.qnbc8m5, .hbg67e, .jpzq) { color: var(--b-700); }
.absr6 { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.n0dtr7 { border: none; }
.cdbtfmax .n0dtr7 { background: #fff !important; color: var(--cta) !important; }
.tc3vt .absr6 { background: var(--b-100); border: none; }
.tc3vt .s4u6s { color: var(--b-900); }
.tc3vt .hy9v { color: var(--b-800); }
.bui9jk .absr6 { background: var(--b-900); border: none; border-radius: var(--r-card); }
.bui9jk .s4u6s { color: #fff; }
.bui9jk .hy9v { color: rgba(255,255,255,0.82); }
.y0etprr .absr6 { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.y0etprr .n0dtr7 { background: #fff !important; color: var(--b-800) !important; }
.ffevwxw8 { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.sxdm { width: 100%; height: 100%; object-fit: cover; }
h2.hrwuyp, .qb2658, h1.hrwuyp, .s4u6s { font-weight: 700; }
.ualghze h3, h3.fp2gj { font-weight: 600; }
.v99ga7 { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.cnfpu { list-style: none !important; padding-left: 0; margin: 16px 0; }
.cnfpu li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.cnfpu li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.cnfpu 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);
}
.fuzsh4l5 .cnfpu li { padding-left: 28px; }
.fuzsh4l5 .cnfpu 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));
}
.fuzsh4l5 .cnfpu li::after { content: none; }
.fuzsh4l5 .cnfpu li::marker, .cnfpu li::marker { content: ""; }
.us4gywu5 { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.us4gywu5 li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.us4gywu5 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;
}
.fuzsh4l5 .us4gywu5 li::before { border-radius: 50%; }
.us4gywu5 li::marker { content: ""; }
.e6kfykz { list-style: none; padding-left: 16px; }
.e6kfykz li { position: relative; padding-left: 16px; }
.e6kfykz li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.e6kfykz li::marker { content: ""; }
h3.fp2gj { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.xb3oe strong, .pmsc1ktz strong, .dsvd4c0u 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");
}
.txw7l li::before, .e4bowg0o 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);
}
.e4bowg0o li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.txw7l li, .e4bowg0o li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.xzcwqe::before, .vg6d5p::before { content: none !important; display: none !important; }
.c5zybti { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.n51z .d991ct, .d991ct {
  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;
}
.pozqe7fv .d991ct     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.k72dlpeu .d991ct { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.vwdkx .d991ct  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.wwni0l4 .d991ct, .nd3uy .d991ct { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.d991ct::before { content: none !important; }
.oj5u { gap: 14px; }
.v8zny { --rv-pad: 24px; }
.l389age { padding: var(--rv-pad); }
.cf704 { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.cf704 > * { margin: 0 !important; }
.wja4h31 { line-height: var(--lh-read); }
.xyzm {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.xyzm > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.xyzm 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)); }
.xyzm b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.p6tlrxz6 { gap: 16px; }
.oq9kw .nnz5, .oq9kw .o4du95im { padding: 0; }
.oq9kw .o4du95im { padding-left: 20px; }
.dhz2 { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.p6tlrxz6 + .dhz2 { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.htwx { 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); }
.bk52bo, .r41oax, .avjyh {
  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));
}
.wwni0l4 { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.wwni0l4 strong, .vp5dyl0 .wwni0l4 strong,
.nd3uy strong, .vp5dyl0 .nd3uy 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));
}
.wwni0l4 p, .nd3uy p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.wwni0l4 { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.bwfb0f 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); }
.bwfb0f .vum0 { color: inherit; opacity: .7; }
.rhjgm .j8bw { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.l0di h2.hrwuyp { 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); }
.er06o .bui9jk .n0dtr7, .er06o .y0etprr .n0dtr7,
.er06o.kqly .sk42, .er06o.yxqy3 .ync8egul .y46i { background: #fff !important; color: var(--b-900) !important; }
.tv0tjqm .qsf2xr { align-items: stretch; }
.v8zny { display: flex; flex-direction: column; }
.v8zny .cf704 { flex: 1 1 auto; }
.v8zny .wwni0l4 { margin-top: auto !important; }
.uxy36v { font-size: var(--fs-sm); }
.uxy36v th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.uxy36v td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.uxy36v td:first-child { font-weight: 600; color: var(--text-primary); }
.uxy36v tbody tr:last-child td { border-bottom: none; }
.uxy36v tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.ews7no .uxy36v th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.tntvw4tp .uxy36v th, .tntvw4tp .uxy36v td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.tntvw4tp .uxy36v th + th, .tntvw4tp .uxy36v td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.tntvw4tp .uxy36v tbody tr:last-child td { border-bottom: none; }
.o8nqow .tntvw4tp .uxy36v th + th, .k2ew8su5 .tntvw4tp .uxy36v th + th,
.cyva3zm.tntvw4tp .uxy36v th + th { border-left-color: rgba(255,255,255,0.16); }
.vqe4 .uxy36v tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.wc6bs3mk { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.l32vz1b {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.l32vz1b:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.dio6u, .zsde7s .dio6u {
  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;
}
.cse06al .dio6u { border-radius: 50%; padding: 14px; }
.vyldudh0 .l32vz1b { align-items: center; text-align: center; }
.vyldudh0 .e6kfykz { text-align: left; }
.kn2yai0, .fen6pdr .kn2yai0, .u1wh4f62 .kn2yai0 {
  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));
}
.qorm { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.e6kfykz { 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); }
.e6kfykz li { margin-bottom: 6px; line-height: var(--lh-snug); }
.cjscw .kn2yai0 { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.cjscw .kn2yai0::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.vyldudh0.cjscw .kn2yai0, .cse06al.cjscw .kn2yai0 { align-items: center; }
.al8f6y .l32vz1b { padding-left: 0; padding-right: 0; }
.al8f6y .l32vz1b:hover { transform: none; box-shadow: none; }
.l32vz1b, .u1wh4f62 .l32vz1b { background: var(--bg-card); box-shadow: var(--sh-card); }
.jm832xyf .l32vz1b, .lhod .l32vz1b { box-shadow: var(--sh-card); }
.al8f6y .l32vz1b, .jm832xyf .al8f6y .l32vz1b { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .wc6bs3mk:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .wc6bs3mk:has(> :nth-child(5):last-child) .l32vz1b { padding: 20px 16px 18px; }
  .wc6bs3mk:has(> :nth-child(6):last-child), .wc6bs3mk:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wc6bs3mk:has(> :nth-child(7):last-child), .wc6bs3mk:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .cnfpu li, [dir="rtl"] .fuzsh4l5 .cnfpu li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .fuzsh4l5 .cnfpu li { padding-right: 28px; }
[dir="rtl"] .cnfpu li::before { left: auto; right: 0; }
[dir="rtl"] .fuzsh4l5 .cnfpu li::before { left: auto; right: 6px; }
[dir="rtl"] .cnfpu li::after { left: auto; right: 9px; }
[dir="rtl"] .us4gywu5 li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .us4gywu5 li::before { left: auto; right: 0; }
[dir="rtl"] .e6kfykz { padding-left: 0; padding-right: 0; }
[dir="rtl"] .e6kfykz li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .e6kfykz li::before { left: auto; right: 0; }
[dir="rtl"] .txw7l li, [dir="rtl"] .e4bowg0o li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .txw7l li::before, [dir="rtl"] .e4bowg0o li::before { left: auto; right: 0; }
[dir="rtl"] .bvg32p .nnz5, [dir="rtl"] .bvg32p .o4du95im { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .bvg32p .nnz5 { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .bvg32p .o4du95im { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .oq9kw .o4du95im { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .oj5u, [dir="rtl"] .ej31 .oj5u, [dir="rtl"] .h5hv1t0z .oj5u { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .vp5dyl0 .oj5u, [dir="rtl"] .wzq70 .oj5u, [dir="rtl"] .r1izn0rg .oj5u { border-right: none; }
[dir="rtl"] .ue41p78 h2.hrwuyp { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .i282z .l32vz1b { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .l32vz1b { align-items: flex-start; text-align: right; }
[dir="rtl"] .uxy36v th, [dir="rtl"] .uxy36v td { text-align: right; }
[dir="rtl"] .tntvw4tp .uxy36v th + th, [dir="rtl"] .tntvw4tp .uxy36v td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .ag50j3y .b3wm2, [dir="rtl"] .pj15s .b3wm2 summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .b3wm2 summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .s135o .mcb9o:not(.zf2ee) .u9cp:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .u9cp { gap: 0 14px; padding: 16px; }
  .u9cp::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .r3zm, .srycqcr { flex: 1 1 0; min-width: 0; }
  .li3itc { flex: 0 0 auto; }
  .n3gizopw { align-self: center; }
  
  .t9wt4at, .wr0tbd1s, .mhi5cl,
  .jdsj6xcg, .spgpk, .bvzgmh2,
  .ragnmtks, .z65g3q, .zbkt {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .t9wt4at, .wr0tbd1s, .mhi5cl { flex-basis: 100%; min-width: 100%; }
  
  .ypzt, .q8erawhr { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .pg7kfjzx, .h9uj { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .h9uj .ay8h:nth-child(n+3) { display: inline-block; }
  .h9uj .ay8h:nth-child(n+4) { display: none; }
  
  .cn56, .fzg1bhu { margin-top: 16px; }
  .iz8u2qrp { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .jdsj6xcg, .spgpk, .bvzgmh2,
  .ragnmtks, .z65g3q, .zbkt { flex-basis: 100%; min-width: 100%; }
}
.jbomzr.ieri, .tmfh7gf .jbomzr.ieri, .xob10yuz .jbomzr.ieri,
.gj1i61 .jbomzr.ieri, .k4ihzr6 .jbomzr.ieri,
.ju17qu9.ieri, .tmfh7gf .ju17qu9.ieri, .xob10yuz .ju17qu9.ieri,
.gj1i61 .ju17qu9.ieri, .k4ihzr6 .ju17qu9.ieri {
  background: transparent; padding: 0; width: auto; height: auto;
}
.tmfh7gf .jbomzr.ieri .eb472, .xob10yuz .jbomzr.ieri .eb472,
.gj1i61 .jbomzr.ieri .eb472, .k4ihzr6 .jbomzr.ieri .eb472 { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .jbomzr.ieri .eb472 { max-height: 64px; max-width: 64px; }
  
  .h9uj { flex-wrap: wrap; overflow: visible; }
  .h9uj .ay8h { max-width: 100%; }
}
.o6fg { display: none; }
.smadtq7c, .w8r3xj { display: contents; }
.wwni0l4, .r1izn0rg .wwni0l4, .h5hv1t0z .wwni0l4 { background: transparent !important; }
.dhz2 .bk52bo, .dhz2 .r41oax, .dhz2 .avjyh { background: var(--bg-surface); color: var(--text-body); }
.bwfb0f { align-items: center; gap: 10px; }
.bwfb0f strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.lmf4l1 {
  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);
}
.s6r7bcox { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.s6r7bcox em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.s6r7bcox b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.lmf4l1 .y46i { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .lmf4l1 { flex-direction: column; align-items: stretch; }
  .lmf4l1 .y46i { text-align: center; }
}
@media (min-width: 900px) {
  .kwxemst .qsf2xr, .kwxemst.tv0tjqm .qsf2xr { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .kwxemst .v8zny:has(> .smadtq7c) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .kwxemst .v8zny:has(> .smadtq7c) > .lmf4l1 { display: none; }

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

  .kwxemst .w8r3xj { display: flex; flex-direction: column; min-width: 0; }
  .kwxemst .w8r3xj .jd27m { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .kwxemst .w8r3xj .jd27m img.vnqjcb { max-height: 250px; }
  .kwxemst .w8r3xj .cf704 { flex: 1 1 auto; }
  
  .kwxemst .w8r3xj .p6tlrxz6 { grid-template-columns: 1fr 1fr; gap: 20px; }
  .kwxemst .w8r3xj .dhz2 { flex-wrap: wrap; }
  .kwxemst .w8r3xj .htwx { flex: 0 0 auto; margin: 0 8px 0 0; }
  .kwxemst .v8zny:last-child:nth-child(odd) { grid-column: auto; }
  
  .kwxemst.x4dh .l389age, .kwxemst.g3vzhzmz .l389age { background: none; }
}
[dir="rtl"] .kwxemst .smadtq7c .xyzm b { text-align: left; }
[dir="rtl"] .kwxemst .smadtq7c .xyzm > .y4t7 b { text-align: right; }
[dir="rtl"] .kwxemst .w8r3xj .htwx { margin: 0 0 0 8px; }
.zrxq8dn .v8zny .jd27m { order: -1; }
.zrxq8dn .v8zny .jd27m img.vnqjcb { max-height: 210px; width: 100%; }
.zrxq8dn .v8zny:has(.jd27m) .l389age { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.zrxq8dn .v8zny:has(.jd27m) .we5oqz { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.zrxq8dn.fobw5nnq .v8zny:has(.jd27m) .we5oqz { border-radius: 50%; }
.zrxq8dn .v8zny:has(.jd27m) .ualghze,
.zrxq8dn .v8zny:has(.jd27m) .nrrnv { padding-top: 52px; }
.zrxq8dn.x4dh .l389age, .zrxq8dn.g3vzhzmz .l389age { background: none; }
.tibha .v8zny .jd27m { display: none; }
.tibha .v8zny { --rv-pad: 20px; }
.tibha .wja4h31 { font-size: var(--fs-sm); line-height: 1.65; }
.tibha .cf704 { gap: 16px; }
.tibha .dhz2 + .dhz2 { display: none; }
.tibha .we5oqz.ieri, .tibha .we5oqz.ieri img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.cse06al .l32vz1b { align-items: center; text-align: center; }
.cse06al .e6kfykz { text-align: left; }
.qncsjw .wc6bs3mk, .qncsjw .wc6bs3mk:has(> :nth-child(5):last-child),
.qncsjw .wc6bs3mk:has(> :nth-child(6):last-child), .qncsjw .wc6bs3mk:has(> :nth-child(7):last-child),
.qncsjw .wc6bs3mk:has(> :nth-child(8):last-child), .qncsjw .wc6bs3mk:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.qncsjw .l32vz1b { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.qncsjw .dio6u, .qncsjw .qik2iwft { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.qncsjw .kn2yai0, .qncsjw .qorm, .qncsjw .e6kfykz { grid-column: 2; }
.qncsjw .l32vz1b > .kn2yai0:first-child, .qncsjw .l32vz1b > .kn2yai0:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .qncsjw .l32vz1b { direction: rtl; }
.elmqv8l .l32vz1b { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.elmqv8l .dio6u {
  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;
}
.elmqv8l .qik2iwft { margin: 24px auto 16px; }
.elmqv8l .kn2yai0, .elmqv8l .qorm { padding-left: 22px; padding-right: 22px; }
.elmqv8l .e6kfykz { margin-left: 22px; margin-right: 22px; }
.elmqv8l .wc6bs3mk:has(> :nth-child(5):last-child) .l32vz1b { 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"); }
.e6kfykz { padding-left: 0 !important; }
.e6kfykz li { padding-left: 22px; margin-bottom: 8px; }
.e6kfykz 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"] .e6kfykz li { padding-left: 0; padding-right: 22px; }
.xyzm:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .kwxemst .v8zny:has(> .smadtq7c) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .kwxemst .v8zny:has(> .smadtq7c) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .kwxemst .smadtq7c { background: none; align-self: start; position: sticky; top: 96px; }
  .kwxemst .smadtq7c .xyzm { align-items: stretch; }
  .kwxemst .smadtq7c .nrrnv { margin-top: 0; padding: 20px 0 0; }
  .kwxemst .smadtq7c .ualghze { padding: 0; }
  
  .kwxemst.jyo445 .smadtq7c .we5oqz { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .kwxemst.jyo445 .smadtq7c .we5oqz:not(.ieri) { width: 112px; height: 112px; padding: 6px; }
}
.zrxq8dn.jyo445 .l389age { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.zrxq8dn.jyo445 .we5oqz { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.zrxq8dn.jyo445 .ualghze, .zrxq8dn.jyo445 .nrrnv { padding-left: 0; padding-right: 0; padding-bottom: 0; }
.qncsjw .wc6bs3mk, .qncsjw .wc6bs3mk:has(> :nth-child(5):last-child),
.qncsjw .wc6bs3mk:has(> :nth-child(6):last-child), .qncsjw .wc6bs3mk:has(> :nth-child(7):last-child),
.qncsjw .wc6bs3mk:has(> :nth-child(8):last-child), .qncsjw .wc6bs3mk:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.qncsjw .wc6bs3mk > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.qncsjw .l32vz1b { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.qncsjw .dio6u, .qncsjw .qik2iwft { position: absolute; left: 22px; top: 22px; margin: 0; }
.qncsjw .l32vz1b:not(:has(.dio6u, .qik2iwft)) { padding-left: 22px; }
[dir="rtl"] .qncsjw .l32vz1b { padding: 22px 104px 22px 22px; }
[dir="rtl"] .qncsjw .dio6u, [dir="rtl"] .qncsjw .qik2iwft { left: auto; right: 22px; }
@media (max-width: 700px) { .qncsjw .wc6bs3mk { grid-template-columns: minmax(0, 1fr) !important; } }
.qncsjw .wc6bs3mk .l32vz1b { padding: 22px 22px 22px 104px !important; }
.qncsjw .wc6bs3mk .l32vz1b:not(:has(.dio6u, .qik2iwft)) { padding-left: 22px !important; }
[dir="rtl"] .qncsjw .wc6bs3mk .l32vz1b { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .p6tlrxz6, .ltwz8z4f { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .oq9kw .o4du95im, [dir="rtl"] .oq9kw .o4du95im {
    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;
  }
  
  .zrxq8dn .v8zny:has(.jd27m) .ualghze { padding-top: 0; }
}
.ncb1 p, .pli7whk, .tq3g, .fsoj, .xs4mp89,
.wy1r, .ruzhwje, .thp021, .tq99 p, .kkfxeuu p { color: var(--text-body); }
.bxvvq7 { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.quhxfb, .nqeef .quhxfb, .ssorn,
.e39ofeo, .r1us, .vzmyj6,
.tq99 h2, .tq99 h3, .e96x h2, .ematc00 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;
}
.bfyfm01 .quhxfb { font-size: var(--fs-lead); }
.u8tvqn { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.etsloxci { font-weight: 700; letter-spacing: -0.02em; }
.tq3g, .fsoj { list-style: none !important; padding-left: 0; }
.tq3g li, .fsoj li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.tq3g li::marker, .fsoj li::marker { content: ""; }
.tq3g li::before, .fsoj 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"] .tq3g li, [dir="rtl"] .fsoj li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .tq3g li::before, [dir="rtl"] .fsoj li::before { left: auto; right: 6px; }
.ncb1 a:not(.y46i):not(.gm8p) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .rfjt4n0 .absr6 {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .rfjt4n0 .ffevwxw8 { 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); }
  .rfjt4n0 .qds593s { flex: 1 1 0; min-width: 0; }
  .rfjt4n0 .s4u6s {
    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;
  }
  .rfjt4n0 .n0dtr7 { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .v48re { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.v46wd0 h1, .v46wd0 h2, .v46wd0 h3, .v46wd0 .qb2658,
.v46wd0 h2.hrwuyp, .v46wd0 h1.hrwuyp { font-weight: 600; }
.pfkt2gi h1, .pfkt2gi h2, .pfkt2gi h3, .pfkt2gi .qb2658,
.pfkt2gi h2.hrwuyp, .pfkt2gi h1.hrwuyp { font-weight: 700; }
.w38j25h h1, .w38j25h .qb2658, .w38j25h h1.hrwuyp,
.jbqjz7.v46wd0 .qb2658 { font-weight: 600; }
h3.fp2gj, .pfkt2gi h3.fp2gj, .ualghze h3, .pfkt2gi .ualghze h3 { font-weight: 600; }
.occfe5 .q9iy9al5 a, .kc2d8q9a .q9iy9al5 a { font-weight: 600; }
.rfhw4 .b5xlvpkf { font-weight: 600; }
.rfhw4 .go85 { font-weight: 700; }
.hyphbn { font-weight: 600; }
.go85 { font-weight: 700; }
.nyi48ge { font-weight: 400; }
.a0lvx { display: block; }
.opkex { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.opkex .t7o31 { margin: 20px 0 8px; }
.pqoj { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .opkex { padding: 0 16px; } }
@media (min-width: 1100px) {
  .tqzj7 .a10jbdry, .sx1xiesb .a10jbdry, .h9wspn .a10jbdry,
  .tqzj7 .a0lvx, .sx1xiesb .a0lvx, .h9wspn .a0lvx { max-width: 1280px; }
  .tqzj7 .a0lvx, .sx1xiesb .a0lvx, .h9wspn .a0lvx {
    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;
  }
  .sx1xiesb .a0lvx, .h9wspn .a0lvx { grid-template-columns: minmax(0, 1fr) 264px; }
  .sx1xiesb .opkex, .h9wspn .opkex { order: 2; }
  .tqzj7 .opkex, .sx1xiesb .opkex, .h9wspn .opkex {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .tqzj7 .y3o2e, .sx1xiesb .y3o2e, .h9wspn .y3o2e {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .tqzj7 .ml0mxxf .jk63hn, .sx1xiesb .ml0mxxf .jk63hn,
  .h9wspn .ml0mxxf .jk63hn { max-width: none; padding-left: 0; padding-right: 0; }
  .tqzj7 .ml0mxxf > .pqoj:first-child, .sx1xiesb .ml0mxxf > .pqoj:first-child,
  .h9wspn .ml0mxxf > .pqoj:first-child { padding-top: 0; }
  .tqzj7 .ml0mxxf > .pqoj:first-child .jk63hn, .sx1xiesb .ml0mxxf > .pqoj:first-child .jk63hn,
  .h9wspn .ml0mxxf > .pqoj:first-child .jk63hn { padding-top: 0; }

  
  .tqzj7 .opkex .t7o31, .sx1xiesb .opkex .t7o31, .h9wspn .opkex .t7o31 {
    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;
  }
  .tqzj7 .opkex .qcqu61be, .sx1xiesb .opkex .qcqu61be, .h9wspn .opkex .qcqu61be {
    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);
  }
  .tqzj7 .opkex .t1l1acd, .sx1xiesb .opkex .t1l1acd, .h9wspn .opkex .t1l1acd {
    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);
  }
  .tqzj7 .opkex .t1l1acd li, .sx1xiesb .opkex .t1l1acd li, .h9wspn .opkex .t1l1acd li {
    display: block !important; margin: 0 !important;
  }
  .tqzj7 .opkex .t1l1acd li::before, .sx1xiesb .opkex .t1l1acd li::before, .h9wspn .opkex .t1l1acd li::before,
  .tqzj7 .opkex .t1l1acd li::after, .sx1xiesb .opkex .t1l1acd li::after, .h9wspn .opkex .t1l1acd li::after,
  .tqzj7 .opkex .t1l1acd a::before, .sx1xiesb .opkex .t1l1acd a::before, .h9wspn .opkex .t1l1acd a::before {
    content: none !important; display: none !important;
  }
  .tqzj7 .opkex .t1l1acd a, .sx1xiesb .opkex .t1l1acd a, .h9wspn .opkex .t1l1acd 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;
  }
  .tqzj7 .opkex .t1l1acd a:hover, .sx1xiesb .opkex .t1l1acd a:hover, .h9wspn .opkex .t1l1acd a:hover { color: var(--text-primary) !important; }
  .tqzj7 .opkex .t1l1acd a.bqpnpng, .sx1xiesb .opkex .t1l1acd a.bqpnpng, .h9wspn .opkex .t1l1acd a.bqpnpng {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .h9wspn .r1inu {
    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);
  }
  .bxu01 { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .sbmis { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .yzx3 { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .fobw5nnq .yzx3 { border-radius: 50%; }
  .lntby { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .opldi6 { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .zh7lcbz { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .opkex .t1l1acd { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .tqzj7 .opkex .t1l1acd a, [dir="rtl"] .sx1xiesb .opkex .t1l1acd a, [dir="rtl"] .h9wspn .opkex .t1l1acd 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"] .tqzj7 .opkex .t1l1acd a.bqpnpng, [dir="rtl"] .sx1xiesb .opkex .t1l1acd a.bqpnpng, [dir="rtl"] .h9wspn .opkex .t1l1acd a.bqpnpng { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .hd31a .opkex .t1l1acd, [dir="rtl"] .pnhwawm0 .opkex .t1l1acd,
[dir="rtl"].hd31a .opkex .t1l1acd, [dir="rtl"].pnhwawm0 .opkex .t1l1acd { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .opkex .t1l1acd { border-right: none; } }
.pnhwawm0 .opkex {
  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);
}
.pnhwawm0 .opkex .t7o31 {
  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;
}
.pnhwawm0 .opkex .qcqu61be { display: none !important; }
.pnhwawm0 .opkex .t1l1acd {
  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;
}
.pnhwawm0 .opkex .t1l1acd::-webkit-scrollbar { display: none; }
.pnhwawm0 .opkex .t1l1acd li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.pnhwawm0 .opkex .t1l1acd li::before, .pnhwawm0 .opkex .t1l1acd li::after,
.pnhwawm0 .opkex .t1l1acd a::before { content: none !important; display: none !important; }
.pnhwawm0 .opkex .t1l1acd 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;
}
.pnhwawm0 .opkex .t1l1acd li:first-child a { padding-left: 0 !important; }
.pnhwawm0 .opkex .t1l1acd a:hover { color: var(--text-primary) !important; }
.pnhwawm0 .opkex .t1l1acd a.bqpnpng { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.pnhwawm0 .pqoj { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .pnhwawm0 .opkex .t7o31 { padding: 0 16px !important; } }
.pnhwawm0 .opkex .t1l1acd {
  -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;
}
.pnhwawm0 .opkex .t7o31 { overflow: hidden; }
.fuzsh4l5 .cnfpu li::before, .tq3g li::before, .fsoj li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .d7pfi, .dyza4i0i, .dpqj, .km8va0 { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .wwni0l4, .nd3uy { display: block !important; }
  .wwni0l4 .d991ct, .nd3uy .d991ct { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .wwni0l4 .d991ct, [dir="rtl"] .nd3uy .d991ct { float: right; margin: 0 0 0 8px; }
  .wwni0l4 strong, .nd3uy strong { line-height: 18px; margin-bottom: 8px; }
  .wwni0l4 p, .nd3uy p { clear: both; }
  .v8zny { --rv-pad: 18px; }
  .cf704 { gap: 16px; }
}
.izi1n6mz .gd6holn, .zs5m7pf .gd6holn, .nr2l99 .gd6holn, .r0f35t5n .gd6holn { color: var(--text-primary); }
.izi1n6mz .gd6holn .wbdm2pkw { color: var(--tone-link, var(--accent)); }
.izi1n6mz .gd6holn:not(:has(.wbdm2pkw))::first-letter { color: var(--tone-link, var(--accent)); }
.izi1n6mz .gd6holn { display: inline-block; }
.r0f35t5n .gd6holn::after { content: "."; color: var(--tone-mark, var(--accent)); }
.nr2l99 .gd6holn { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.zs5m7pf .gd6holn { font-weight: 700; letter-spacing: -0.035em; }
.l7fw31 .gd6holn, .kqly .gd6holn,
.l7fw31 .gd6holn .wbdm2pkw, .kqly .gd6holn .wbdm2pkw { color: #fff !important; }
.l7fw31.r0f35t5n .gd6holn::after, .kqly.r0f35t5n .gd6holn::after { color: rgba(255,255,255,0.7); }
.l7fw31.izi1n6mz .gd6holn::first-letter, .kqly.izi1n6mz .gd6holn::first-letter { color: #fff; }
.vghyp .ml0mxxf > .pqoj:nth-of-type(even) .wf3kua { display: none; }
.xzqpvs5x .ml0mxxf > .pqoj .wf3kua { display: none; }
.xzqpvs5x .ml0mxxf > .pqoj:nth-of-type(-n+2) .wf3kua { display: block; }
.hxnk6x .wf3kua { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.hxnk6x .wf3kua .nj2cuh12 { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .hxnk6x .wf3kua .nj2cuh12 { aspect-ratio: 16 / 7; } }
.v1bi6 .wf3kua .nj2cuh12 { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.v1bi6 .wf3kua::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.v1bi6 .wf3kua, .fcw6h .wf3kua { border-radius: var(--r-card); isolation: isolate; }
.fcw6h .wf3kua .nj2cuh12 { filter: grayscale(1) contrast(1.1); }
.jvjh8, .jvjh8.nzj2zd8 { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.jvjh8 .htqg2 { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.jvjh8 .qb2658 { 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; }
.jvjh8 .nyi48ge { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.jvjh8 .htqg2::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.jvjh8 ~ .t59uaf0 { 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; }
.jvjh8 ~ .t59uaf0 .nx3lcom0 { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .tqzj7 .jvjh8 .htqg2, .sx1xiesb .jvjh8 .htqg2, .h9wspn .jvjh8 .htqg2 { max-width: 1280px; }
}
@media (max-width: 640px) { .jvjh8 { padding-top: 24px; } .jvjh8 .htqg2 { padding: 0 16px; } .jvjh8 .qb2658 { font-size: var(--fs-h2); max-width: none; } }
.nhnt3, .nhnt3.nzj2zd8, .dgtv9, .dgtv9.nzj2zd8 {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.nhnt3 .htqg2, .dgtv9 .htqg2 { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.rq2bo3y2.ebrsi, .rq2bo3y2.ebrsi.nzj2zd8 { min-height: 0 !important; padding: 48px 0; }
.zf2ee .go85 {
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25;
}
.zf2ee .t9wt4at, .zf2ee .wr0tbd1s, .zf2ee .mhi5cl { background: var(--tone-fill-raw, var(--accent-bg)); }
.zf2ee .u9cp { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.zf2ee .u9cp::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .zf2ee .u9cp {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .zf2ee .ck34miwv, .zf2ee .li3itc, .zf2ee .r3zm, .zf2ee .srycqcr,
  .zf2ee .t9wt4at, .zf2ee .cn56, .zf2ee .fzg1bhu {
    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;
  }
  
  .nzj2zd8 .zf2ee, .zf2ee.wbtm, .zf2ee.kb0q, .zf2ee.q4xyr {
    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;
  }
  .nzj2zd8 .zf2ee::-webkit-scrollbar { display: none; }
  .nzj2zd8 .zf2ee .u9cp { flex: 0 0 74% !important; scroll-snap-align: center; }
  .nhnt3, .dgtv9 { padding: 32px 0 24px; }
  .rq2bo3y2.ebrsi { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .dgtv9, .nhnt3, .rq2bo3y2.ebrsi { overflow-x: clip; max-width: 100vw; }
  .dgtv9 .htqg2, .nhnt3 .htqg2, .ebrsi .zn1lj, .ebrsi .unr4c { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .nzj2zd8 .zf2ee { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.n6bda8i, .n6bda8i.nzj2zd8, .xm8jo, .xm8jo.nzj2zd8 {
  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);
}
.x2bv1g .n6bda8i, .x2bv1g .xm8jo { --hero-fg: var(--b-900); --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-700); }
.n6bda8i { background: linear-gradient(120deg, var(--hero-a, var(--b-900)) 0%, var(--hero-b, var(--b-800)) 100%); padding: 36px 0 40px; }
.x2bv1g .n6bda8i { border-bottom: var(--bw-hair) solid var(--b-200); }
.n6bda8i .htqg2, .xm8jo .htqg2 {
  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;
}
.n6bda8i .htqg2 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.c010q .htqg2:has(.mkq8tob) { grid-template-columns: minmax(0, 1fr) 320px; }
.n6bda8i .qb2658, .xm8jo .qb2658, .jvjh8 .qb2658 {
  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;
}
.n6bda8i .qb2658, .xm8jo .qb2658 { color: var(--hero-fg) !important; }
.n6bda8i .nyi48ge, .xm8jo .nyi48ge {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.mkq8tob img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--r-card); box-shadow: 0 18px 40px -18px rgba(0,0,0,.55); }
.qhljmt0a .nx3lcom0, .qhljmt0a .nx3lcom0 * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.qhljmt0a .nx3lcom0 { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.n6bda8i .qhljmt0a .nx3lcom0, .n6bda8i .qhljmt0a .nx3lcom0 a, .n6bda8i .qhljmt0a .nx3lcom0 span,
.xm8jo .qhljmt0a .nx3lcom0, .xm8jo .qhljmt0a .nx3lcom0 a, .xm8jo .qhljmt0a .nx3lcom0 span { color: var(--hero-fg-dim) !important; }
.n6bda8i .qhljmt0a .nx3lcom0 a, .xm8jo .qhljmt0a .nx3lcom0 a { color: var(--hero-fg) !important; font-weight: 600; }
.jvjh8 .qhljmt0a .nx3lcom0 { color: var(--text-muted); }
.jvjh8 .htqg2::after { margin-top: 22px; }
.xm8jo .qb2658 { max-width: 24ch; }
@media (min-width: 1100px) {
  .tqzj7 .n6bda8i .htqg2, .sx1xiesb .n6bda8i .htqg2, .h9wspn .n6bda8i .htqg2,
  .tqzj7 .xm8jo .htqg2, .sx1xiesb .xm8jo .htqg2, .h9wspn .xm8jo .htqg2 { max-width: 1280px; }
}
@media (max-width: 760px) {
  .n6bda8i { padding: 24px 0 26px; }
  .n6bda8i .htqg2, .xm8jo .htqg2 { padding: 0 16px; }
  .c010q .htqg2:has(.mkq8tob) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .mkq8tob { display: none; }
  .xm8jo { padding-top: 12px; }
  .t0hew5 { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .vp5rci3 { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .vp5rci3 img { width: 48px; height: 48px; flex: 0 0 48px; }
  .vqpluo2 { flex: 0 0 auto; }
  .os2dylwi { flex: 1 1 0; min-width: 0; }
  .n6bda8i .qb2658, .xm8jo .qb2658, .jvjh8 .qb2658 { font-size: 25px !important; max-width: none; }
  .n6bda8i .nyi48ge, .xm8jo .nyi48ge { font-size: 15px; }
}
.aa92g .nyi48ge, .rq2bo3y2 .nyi48ge, .tq91bfa .nyi48ge { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .bqsl214k .mcb9o:not(.zf2ee), .zm8o9xt .mcb9o:not(.zf2ee) {
    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;
  }
  .bqsl214k .mcb9o:not(.zf2ee) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .bqsl214k .mcb9o:not(.zf2ee):has(> :nth-child(5):last-child),
  .bqsl214k .mcb9o:not(.zf2ee):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .bqsl214k .mcb9o:not(.zf2ee):has(> :nth-child(3):last-child),
  .bqsl214k .mcb9o:not(.zf2ee):has(> :nth-child(6):last-child),
  .bqsl214k .mcb9o:not(.zf2ee):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .zm8o9xt .mcb9o:not(.zf2ee) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .bqsl214k .mcb9o:not(.zf2ee) > .u9cp,
  .zm8o9xt .mcb9o:not(.zf2ee) > .u9cp: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;
  }
  .bqsl214k .mcb9o:not(.zf2ee) > .u9cp:hover,
  .zm8o9xt .mcb9o:not(.zf2ee) > .u9cp:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .bqsl214k .u9cp .ck34miwv, .zm8o9xt .u9cp:nth-child(-n+3) .ck34miwv {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .bqsl214k .u9cp .li3itc, .bqsl214k .u9cp .r3zm, .bqsl214k .u9cp .srycqcr,
  .zm8o9xt .u9cp:nth-child(-n+3) .li3itc, .zm8o9xt .u9cp:nth-child(-n+3) .r3zm,
  .zm8o9xt .u9cp:nth-child(-n+3) .srycqcr { order: -2; padding: 0; gap: 12px; }
  .bqsl214k .u9cp .jbomzr, .zm8o9xt .u9cp:nth-child(-n+3) .jbomzr {
    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;
  }
  .bqsl214k .u9cp .eb472, .zm8o9xt .u9cp:nth-child(-n+3) .eb472 { max-height: 88px !important; max-width: 88% !important; }
  .bqsl214k .u9cp .hyphbn, .zm8o9xt .u9cp:nth-child(-n+3) .hyphbn { padding: 0 16px; font-size: var(--fs-body); }
  .bqsl214k .u9cp .n3gizopw, .zm8o9xt .u9cp:nth-child(-n+3) .n3gizopw { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .bqsl214k .u9cp .cn56, .bqsl214k .u9cp .fzg1bhu,
  .zm8o9xt .u9cp:nth-child(-n+3) .cn56, .zm8o9xt .u9cp:nth-child(-n+3) .fzg1bhu { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .bqsl214k .u9cp .fzg1bhu::before, .zm8o9xt .u9cp:nth-child(-n+3) .fzg1bhu::before { display: none; }
  .bqsl214k .u9cp .pg7kfjzx, .bqsl214k .u9cp .h9uj,
  .zm8o9xt .u9cp:nth-child(-n+3) .pg7kfjzx, .zm8o9xt .u9cp:nth-child(-n+3) .h9uj { justify-content: center; }
  .bqsl214k .u9cp .go85, .zm8o9xt .u9cp:nth-child(-n+3) .go85 { font-size: var(--fs-sm); }
  
  .bqsl214k .u9cp .peg8a, .zm8o9xt .u9cp:nth-child(-n+3) .peg8a { display: none; }
  
  .bqsl214k .mcb9o:not(.zf2ee) > .u9cp::before,
  .zm8o9xt .mcb9o:not(.zf2ee) > .u9cp: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"] .bqsl214k .mcb9o:not(.zf2ee) > .u9cp::before,
  [dir="rtl"] .zm8o9xt .mcb9o:not(.zf2ee) > .u9cp:nth-child(-n+3)::before { left: auto; right: 10px; }

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

  
  .i2b8fc .mcb9o:not(.zf2ee) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .i2b8fc .mcb9o:not(.zf2ee)::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);
  }
  .i2b8fc .mcb9o:not(.zf2ee) > .u9cp { padding-top: 10px; padding-bottom: 10px; position: static; }
  .i2b8fc .mcb9o:not(.zf2ee) > .u9cp:first-child { position: relative; }
  .i2b8fc .mcb9o:not(.zf2ee) .ck34miwv { position: static; }
  .i2b8fc .mcb9o:not(.zf2ee) .ngln { display: none; }
  
  .i2b8fc .mcb9o:not(.zf2ee) > .u9cp:first-child .ngln {
    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;
  }
  .i2b8fc .jbomzr { height: 64px !important; width: auto !important; }
  .i2b8fc .eb472 { max-height: 56px !important; max-width: 120px !important; }
  .i2b8fc .r3zm { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .i2b8fc .go85 { font-size: var(--fs-sm); }
  .i2b8fc .bidbg5.y46i { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .i2b8fc .r4dvgw .u9cp::before, .i2b8fc.r4dvgw .u9cp::before { top: 8px; bottom: 8px; }
  
  .bqsl214k.r4dvgw .u9cp::before { border-radius: var(--r-pill) !important; }
  .bqsl214k.b8tod495 .u9cp:nth-child(even), .zm8o9xt.b8tod495 .u9cp:nth-child(even) { background: var(--bg-card) !important; }
  .bqsl214k.pe97 .u9cp:first-child, .zm8o9xt.pe97 .u9cp:first-child { border-top: none !important; }
  .bqsl214k.s135o .mcb9o:not(.zf2ee) .u9cp:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .bqsl214k .u9cp .fzg1bhu, .zm8o9xt .u9cp:nth-child(-n+3) .fzg1bhu { display: flex !important; flex-direction: column; }
  
  .i2b8fc .mcb9o:not(.zf2ee) { 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; }
  .i2b8fc .mcb9o:not(.zf2ee) > .u9cp { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .i2b8fc .mcb9o:not(.zf2ee) > .u9cp + .u9cp { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .i2b8fc .mcb9o:not(.zf2ee) > .u9cp:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .i2b8fc .r3zm, .i2b8fc .li3itc, .i2b8fc .srycqcr { justify-content: flex-start; align-items: center; }
  .i2b8fc .fzg1bhu { --cs-link-h: 0px; }
  .i2b8fc .fzg1bhu .iz8u2qrp { display: none; }
}
@media (min-width: 901px) {
  .bqsl214k .mcb9o:not(.zf2ee) .ty39te0m,
  .zm8o9xt .mcb9o:not(.zf2ee) > .u9cp:nth-child(-n+3) .ty39te0m { display: block; }
}
body .nzj2zd8.n6bda8i .qb2658, body .nzj2zd8.xm8jo .qb2658,
body section.n6bda8i .qb2658, body section.xm8jo .qb2658 { color: var(--hero-fg) !important; text-shadow: none !important; }
body .nzj2zd8.jvjh8 .qb2658 { text-shadow: none !important; }
@media (max-width: 760px) {
  .vp5rci3 { width: auto; flex-wrap: wrap; }
  .reli5k3 { flex: 1 0 100%; margin-top: 4px; }
}
.flv3p .r12qg, .hq30db7e .r12qg { display: block; }
@media (max-width: 640px) {
  .l7fw31 .q9iy9al5, .kqly .q9iy9al5,
  .l7fw31 .q9iy9al5.jytat3s, .kqly .q9iy9al5.jytat3s { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .l7fw31 .q9iy9al5 a, .kqly .q9iy9al5 a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .f6z1 .q9iy9al5, .f6z1 .q9iy9al5.jytat3s { background: var(--b-50) !important; }
}
body .v8zny .bwfb0f strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .v8zny .bwfb0f strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.kwxemst .v8zny .smadtq7c .bwfb0f strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.n6bda8i, .xm8jo { --hero-fg-soft: rgba(255,255,255,0.92); --hero-fg-dim: rgba(255,255,255,0.84); }
.x2bv1g .n6bda8i, .x2bv1g .xm8jo { --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-800); }
.qnbc8m5, .hbg67e, .n09mq .qnbc8m5, .n09mq .hbg67e { color: var(--text-muted); }
@media (max-width: 560px) {
  .we5oqz.ieri, .we5oqz.ieri img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .nv4y97:has(> .aa92g, > .n6bda8i, > .rq2bo3y2) + .fylhov3t { margin-top: -38px; }
  
  .dyyg0yyx .nv4y97 + .fylhov3t { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .tqzj7 .fylhov3t, .sx1xiesb .fylhov3t, .h9wspn .fylhov3t { max-width: 1280px; }
}
@media (max-width: 640px) {
  .ajaqd .u8tvqn { max-width: none; }
}
.u8tvqn, .qb2658, .quhxfb { overflow-wrap: break-word; }
.ypq7 > div, .bfyfm01 > div, .kvcp2hbp,
.btpb9 > div > div, .ncb1 .u4hfs > div { min-width: 0; }
.ncb1 p, .ncb1 li, .ncb1 td, .ncb1 a { overflow-wrap: anywhere; }
:root {
  --accent: #3575be;
  --brand: #3575be;
  --accent-light: #245c9c;
  --brand-light: #245c9c;
  --accent-bg: #f0f7ff;
  --accent-bg-light: #f0f7ff;
  --accent-pale: #c2dcfd;
  --brand-pale: #c2dcfd;
  --cta: #d6336c;
  --cta-hover: #c1175b;
  --cta-fg: #ffffff;
  --cta-light: #4d8edb;
  --text-primary: #262b30;
  --text-body: #40444a;
  --text-sub: #40444a;
  --text-muted: #5f646a;
  --text-faint: #6d7279;
  --text-dim: #6d7279;
  --text-label: #5f646a;
  --text-value: #262b30;
  --bg-page: #ffffff;
  --bg-surface: #eff1f4;
  --bg-card: #ffffff;
  --bg-card-inner: #f4f6f8;
  --bg-card-inner-raw: #f4f6f8;
  --bg-raised: #e7eaee;
  --bg-hover: #eff1f4;
  --border: #d0d5db;
  --border-alt: #dfe3e8;
  --border-section: #dfe3e8;
  --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: #f0f7ff;
  --bg-info: #f0f7ff;
  --c-tip-border: #96c5fe;
  --c-warn-border: #a86b03;
  --c-tag-pay: #f0f7ff;
  --grad-start: #3575be;
  --grad-end: #245c9c;
  --tone-fill: #f0f7ff;
  --tone-fill-2: #e0ecfc;
  --tone-fill-raw: #f0f7ff;
  --tone-fill-2-raw: #e0ecfc;
  --tone-fill-head: #0a2b4e;
  --tone-fill-fg: #2d415a;
  --tone-fill-muted: #4a5f7a;
  --tone-fill-head-raw: #0a2b4e;
  --tone-fill-fg-raw: #2d415a;
  --tone-fill-muted-raw: #4a5f7a;
  --sh-card: 0 0 0 1px rgba(38, 43, 48, 0.06), 0 1px 2px rgba(38, 43, 48, 0.05), 0 10px 24px -14px rgba(38, 43, 48, 0.18);
  --sh-lift: 0 0 0 1px rgba(38, 43, 48, 0.06), 0 2px 4px rgba(38, 43, 48, 0.06), 0 18px 36px -18px rgba(38, 43, 48, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #96c5fe;
  --tone-mark: #3575be;
  --tone-mark-fg: #ffffff;
  --tone-head: #262b30;
  --tone-sub: #245c9c;
  --tone-link: #3575be;
  --tone-th: #e0ecfc;
  --tone-th-fg: #174477;
  --tone-chip: #f0f7ff;
  --tone-chip-fg: #245c9c;
  --tone-soft: #e0ecfc;
  --tone-soft-fg: #174477;
  --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: #463874;
  --b-50: #f0f7ff;
  --s-50: #fff2f4;
  --n-50: #f4f6f9;
  --b-100: #e0ecfc;
  --s-100: #fee3e8;
  --n-100: #e9ebef;
  --b-200: #c2dcfd;
  --s-200: #fec9d4;
  --n-200: #d6dade;
  --b-300: #96c5fe;
  --s-300: #fda4b8;
  --n-300: #bec2c7;
  --b-400: #6da9f2;
  --s-400: #f37999;
  --n-400: #a2a6ac;
  --b-500: #4d8edb;
  --s-500: #db597e;
  --n-500: #888d93;
  --b-600: #3575be;
  --s-600: #bc4066;
  --n-600: #6f747a;
  --b-700: #245c9c;
  --s-700: #9a2d50;
  --n-700: #575c62;
  --b-800: #174477;
  --s-800: #751e3b;
  --n-800: #40444a;
  --b-900: #0a2b4e;
  --s-900: #4d0f24;
  --n-900: #262b30;
}
:root { --logo-bg-opacity: 50%; }
body, button, input { font-family: "Manrope", sans-serif; }
.l7en6 .nzj2zd8, .l7en6 .rq2bo3y2 { min-height: 420px; }
.shp7ct::before { content: '›'; font-size: 1.1em; }