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

  --sh-1: 0 1px 2px rgba(0, 0, 0, .06);
  --sh-2: 0 1px 2px rgba(0, 0, 0, .06), 0 8px 16px -12px rgba(0, 0, 0, .25);
  --sh-3: 0 2px 6px rgba(0, 0, 0, .08), 0 16px 32px -22px rgba(0, 0, 0, .40);
}
Змінні акцент-кольорів (--accent, --accent-light тощо) живуть у css_vars
────────────────────────────────────────────────────────────────────────────── */
:root {
  
  --bg-page:        #0f1117;
  --bg-surface:     #151929;
  --bg-card:        #1a1f2e;
  --bg-card-inner:  #242938;
  --bg-raised:      #2d3748;
  --bg-hover:       #1e2638;
  
  --border:         #1e2535;
  --border-alt:     #2d3748;
  --border-section: #374151;
  
  --text-primary:   #e2e8f0;
  --text-muted:     #94a3b8;
  --text-body:      #cbd5e1;
  --text-sub:       #a0aec0;
  --text-faint:     #6b7280;
  --text-dim:       #4b5563;
  --text-label:     #8892a4;
  --text-value:     #c9d1e0;
  
  --bg-tip:         #1a2e1a;
  --bg-warning:     #2d1f0e;
  --bg-info:        #1a1f2e;
  --bg-pros:        #1a2e1a;
  --bg-cons:        #2d1a1a;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: system-ui, sans-serif;
  background: var(--bg-page);
  color: var(--text-primary);
  line-height: var(--lh-read);
}
.xaibmhz7 {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.lwin3gx {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.nx19 {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.w2v2mlw8 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.ivcz { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ivcz a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.ivcz a:hover { color: var(--accent-light); }
.vt4m9lbi  .qbb3x4iy { border-radius: var(--r-card); }
.vt4m9lbi .qbb3x4iy li:first-child a { border-top-left-radius: var(--r-btn); border-top-right-radius: var(--r-btn); }
.vt4m9lbi .qbb3x4iy li:last-child a { border-bottom-left-radius: var(--r-btn); border-bottom-right-radius: var(--r-btn); }
.f6yfk  .qbb3x4iy li + li { border-top: var(--bw-hair) solid var(--border-alt); }
@media (max-width: 640px) {
  .qbb3x4iy {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .n99mduk:hover .qbb3x4iy,
  .n99mduk:focus-within .qbb3x4iy { display: block; }
  .qbb3x4iy li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.kd7p1 {
  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);
}
.dogrt { display: none; }
@media (max-width: 640px) {
  .dogrt {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .dogrt.sh5dyx { display: block; }
}
@media (max-width: 640px) {
  .kd7p1 { display: block; }
  .ivcz > li + li::before { display: none !important; }
  .ivcz {
    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;
  }
  .ivcz.sh5dyx { display: flex; }
  .ivcz li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .ivcz li:last-child a { border-bottom: none; }
}
.cko1pk { min-height: 480px; }
.pkiumhbz {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.evmiba { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.djnhb2 .evmiba { margin-left: 0; margin-right: 0; }
.hsbp .qxq7b {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.hsbp .pkiumhbz { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.hsbp .evmiba { color: #e2e8f0; }
.hsbp.ex3zpi2l .qxq7b { text-align: center; }
.hsbp.djnhb2   .qxq7b { text-align: left; }
.w43r7 .qxq7b {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.w43r7 .pkiumhbz { color: var(--text-primary); text-shadow: none; }
.w43r7 .evmiba { color: var(--text-muted); }
.w43r7, .w43r7.cko1pk { min-height: auto !important; }
.w43r7.ex3zpi2l .qxq7b { text-align: center; }
.w43r7.djnhb2   .qxq7b { text-align: left; }
.w43r7~.a2cb{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}
.w43r7~.a2cb .ypac{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; }
}
.ji8j5qq .pkiumhbz { color: #fff; }
.ji8j5qq .evmiba { color: rgba(255,255,255,0.85); }
.yykebz8 .pkiumhbz { text-shadow: none; color: var(--text-primary); }
.yykebz8 .evmiba { color: var(--text-muted); }
body.a6ut2n .pkiumhbz {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ghte .pkiumhbz {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.cko1pk.ji8j5qq .pkiumhbz,
section.ji8j5qq .pkiumhbz {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.yykebz8.djnhb2   .onjl { align-items: flex-start; text-align: left; }
.cko1pk .p5q5t {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.p5q5t .giygr2n {
  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;
}
.p5q5t .giygr2n + .giygr2n { border-top: var(--bw-hair) solid var(--border-alt); }
.p5q5t .wx2z { align-items: center; text-align: center; width: 100%; }
.p5q5t .zhen {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.p5q5t .iue27z { max-height: 64px; max-width: 140px; }
.p5q5t .stz27gb {
  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%;
}
.p5q5t .rp2x,
.p5q5t .m2lt {
  font-size: var(--fs-sm);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.p5q5t .ed6chjq.i36p {
  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;
}
.p5q5t .ed6chjq.i36p:hover { opacity: 0.85; }
.p5q5t .giygr2n,
.p5q5t .giygr2n:hover,
.p5q5t .giygr2n:nth-child(even),
.p5q5t .giygr2n:nth-child(odd),
.p5q5t .giygr2n:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.ptvt7 .qxq7b { padding-bottom: 24px; }
.tnl6z9z4 .qxq7b { max-width: 1100px; }
@media (max-width: 700px) {
  .yykebz8 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .yykebz8:not(.oyh3y) .jhww4t1 { display: none !important; }
  .oyh3y .jhww4t1 { padding: 16px; }
  .onjl  { padding: 36px 24px; }
  .yykebz8~.a2cb,.ek2j75l~.a2cb{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .cko1pk, .yykebz8 { min-height: 320px !important; }
  .pkiumhbz { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .krx9c4yn,
  .gndr,
  .y9e32r3 { grid-template-columns: 1fr !important; }

  

  
  .ptvt7 { display: flex !important; flex-direction: column !important; }
  .ptvt7 .qxq7b { display: contents; }
  .ptvt7 .lhtl { order: 0; }
  .ptvt7 .pkiumhbz { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ptvt7 .krx9c4yn { order: 2; padding: 0 16px 12px !important; }
  .ptvt7 .evmiba { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .tnl6z9z4 .qxq7b { display: flex; flex-direction: column; }
  .tnl6z9z4 .qxq7b .pkiumhbz { order: 1; }
  .tnl6z9z4 .qxq7b .y9e32r3 { order: 2; margin: 8px 0 24px !important; }
  .tnl6z9z4 .qxq7b .evmiba { order: 3; }
  .tnl6z9z4 .qxq7b .bffg8 { order: 4; align-self: center; margin-top: 0; }

  
  .yykebz8.oyh3y {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .yykebz8.oyh3y .onjl { display: contents; padding: 0; }
  .yykebz8.oyh3y .onjl .pkiumhbz { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .yykebz8.oyh3y .jhww4t1 { order: 2; padding: 12px 16px; }
  .yykebz8.oyh3y .onjl .evmiba { order: 3; padding: 0 24px; margin: 0 auto; }
  .yykebz8.oyh3y .onjl .bffg8 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.v5ytdf { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.aydnha { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.k9mirdwo .v5ytdf        { border-radius: var(--r-card); }
.k9mirdwo .aydnha  { border-radius: var(--r-card); }
.dopse42n .v5ytdf         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.dopse42n .aydnha   { border-radius: var(--r-btn); }
.h9755 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.zqxjog { width: 100%; padding: 32px 0; position: relative; }
.mbczvm { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.wdedjaf8 .zqxjog, .rlmc .zqxjog { background: transparent; }
.skhekux .thdu1b > *,
.mkavc3b > *, .s4hpwkid > *, .wzw2scw > *, .cfsisbi > *, .lyo80g > * {
  --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.zrzxn3 { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.zrzxn3 {
  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.xzbpvt { 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; }
.dtlwlp5 h2.zrzxn3 {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.lppl h2.zrzxn3 {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.t2k65mt h2.zrzxn3 {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.uujq3p1p h2.zrzxn3::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.fduhr8r3 h2.zrzxn3 {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.f0r1 h2.zrzxn3::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.dbile3t5 h2.zrzxn3 {
  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) { .a7ejlxh { display: none; } }
.stl2owjh { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.dxa8pt { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.thxd2a2e {
  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;
}
.o97q5 { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.km92dqm0 { padding-left: 20px; }
.km92dqm0 li { margin-bottom: 8px; }
.km92dqm0 a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.km92dqm0 a:hover { color: var(--tone-link, var(--accent-light)); }
.nyvg9wcl .o97q5 { display: none; }
.qbhjilzq .o97q5 { display: none; }
.qbhjilzq .km92dqm0 { padding-left: 0; list-style: none; }
.qbhjilzq .km92dqm0 li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.qbhjilzq .km92dqm0 a { font-size: var(--fs-sm); }
.vlimqmj0 .thxd2a2e { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.vlimqmj0 .o97q5 { display: none; }
.vlimqmj0 .km92dqm0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.vlimqmj0 .km92dqm0 li { margin-bottom: 0; }
.vlimqmj0 .km92dqm0 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;
}
.vlimqmj0 .km92dqm0 a:hover { border-color: var(--accent); color: var(--accent); }
.swb6voxz .thxd2a2e { padding: 20px 20px 16px; }
.swb6voxz .km92dqm0 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.swb6voxz .km92dqm0 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.swb6voxz .km92dqm0 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;
}
.swb6voxz .km92dqm0 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;
}
.swb6voxz .km92dqm0 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.swb6voxz .km92dqm0 a:focus,
.swb6voxz .km92dqm0 a:focus-visible,
.swb6voxz .km92dqm0 a:target { outline: none; }
.swb6voxz .km92dqm0 li:target a { border-color: var(--border); color: var(--text-muted); }
.cuwxn .thxd2a2e { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.cuwxn .o97q5 { display: none; }
.cuwxn .km92dqm0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.cuwxn .km92dqm0 li { counter-increment: toc-n; margin-bottom: 0; }
.cuwxn .km92dqm0 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;
}
.cuwxn .km92dqm0 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;
}
.cuwxn .km92dqm0 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.fy7lqj .thxd2a2e { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.fy7lqj .o97q5 { display: none; }
.fy7lqj .km92dqm0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.fy7lqj .km92dqm0 li { margin-bottom: 0; }
.fy7lqj .km92dqm0 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;
}
.fy7lqj .km92dqm0 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.imcn0x .thxd2a2e { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.imcn0x .o97q5 { display: none; }
.imcn0x .km92dqm0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.imcn0x .km92dqm0 li { margin-bottom: 0; }
.imcn0x .km92dqm0 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.imcn0x .km92dqm0 li:last-child::after { content: ""; margin-right: 0; }
.imcn0x .km92dqm0 a { font-size: var(--fs-sm); }
.thdu1b { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.skhekux .thdu1b { background: var(--bg-card); }
.aq94993 .thdu1b { background: none; border-radius: 0; padding: 28px 0 8px; }
.aq94993 .thdu1b + .thdu1b { border-top: var(--bw-hair) solid var(--border-section); }
.utd7x .thdu1b {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.utd7x .thdu1b:last-child { border-bottom: none; }
.nr4r1o .thdu1b {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.nr4r1o .thdu1b + .thdu1b { margin-top: 4px; }
.gug7r6 .thdu1b { background: none; border-radius: 0; padding: 28px 0 8px; }
.gug7r6 .thdu1b + .thdu1b { border-top: var(--bw-hair) solid var(--border-section); }
.wvtf4 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ctr52w98 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.c1fb0, .da18cg { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.c1fb0 li, .da18cg li { margin-bottom: 8px; }
.da18cg li { list-style: decimal; }
.wzw2scw { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.utkiu4rz .wzw2scw,
.s4hpwkid .wzw2scw { background: transparent; border: none; border-radius: 0; }
.a4x1l5 { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.a4x1l5 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;
}
.a4x1l5 td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.a4x1l5 tr:hover td { background: var(--bg-hover); }
.d447 .a4x1l5 tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.luqygn9m .a4x1l5 { border: var(--bw-hair) solid var(--border-alt); }
.luqygn9m .a4x1l5 th,
.luqygn9m .a4x1l5 td { border: var(--bw-hair) solid var(--border-alt); }
.pfmb57jp .a4x1l5 th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.pfmb57jp .a4x1l5 td { border-bottom: none; }
.pfmb57jp .a4x1l5 tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.is8gm4c .a4x1l5 th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.r9bym580 .wzw2scw {
  overflow: hidden;
}
.r9bym580 .a4x1l5 th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.r9bym580 .a4x1l5 tr:last-child td { border-bottom: none; }
[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%}
.mf73 .lyo80g { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.mf73 .vc5zsu { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.f9lp { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.f9lp         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.sf5xg     { --cl-hue: var(--tone-line, var(--accent)); }
.bsfv5xs { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.owcte    { --cl-hue: var(--tone-line, var(--accent)); }
.sf5xg, .bsfv5xs, .owcte, .i1da7hxp {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.p1av { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.p1av::before { color: var(--cl-hue); }
.f9lp strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.f9lp p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.dcshe5g { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.s18r, .ptqjs { border-radius: var(--r-btn); padding: 16px; }
.s18r { background: var(--bg-pros); }
.ptqjs { background: var(--bg-cons); }
.we73vdv { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.s18r .we73vdv { color: var(--c-pros-label); }
.ptqjs .we73vdv { color: var(--c-cons-label, var(--c-cons)); }
.s18r ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.ptqjs ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.aydnha { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.i36p {
  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;
}
.i36p:hover { opacity: 0.85; }
.qt7tnj .i36p  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.qt7tnj .i36p:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.bylh2q .i36p  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.bylh2q .i36p:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.qt7tnj .ed6chjq.i36p, .bylh2q .ed6chjq.i36p,
.qt7tnj .yk9d .i36p, .bylh2q .yk9d .i36p {
  background: var(--cta); border: none; color: #fff;
}
.qt7tnj .ed6chjq.i36p:hover, .bylh2q .ed6chjq.i36p:hover,
.qt7tnj .yk9d .i36p:hover, .bylh2q .yk9d .i36p:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.uima .i36p  { border-radius: var(--r-pill); }
.m11wtp6 .i36p { box-shadow: none; }
.m11wtp6 .i36p:hover { box-shadow: none; opacity: 1; }
.kzb3qz8 .i36p { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.kzb3qz8 .i36p:hover { opacity: 1; }
.kzb3qz8 .i36p:active { transform: translateY(3px); box-shadow: none; }
.pb6ctya5 .i36p { box-shadow: none; }
.pb6ctya5 .i36p:hover { opacity: 1; box-shadow: none; }
.pb6ctya5 .i36p:active { box-shadow: none; }
.eq6so82l .i36p { position: relative; overflow: hidden; }
.eq6so82l .i36p::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.eq6so82l .i36p:hover::before { left: 135%; }
.nny9tw .bffg8,
.nny9tw .i36p { border-radius: 0; }
.cxwa .i36p  { padding-left: 12px; padding-right: 12px; }
.v9ky7r .i36p  { padding-left: 24px; padding-right: 24px; }
.jt19hz .bffg8 { padding-left: 56px; padding-right: 56px; }
.jt19hz .i36p  { padding-left: 32px; padding-right: 32px; }
.qexv   .bffg8::after, .qexv   .i36p::after,
.rn9vy .bffg8::after, .rn9vy .i36p::after,
.jide    .bffg8::after, .jide    .i36p::after,
.f2ky    .bffg8::after, .f2ky    .i36p::after,
.z8c453    .bffg8::after, .z8c453    .i36p::after,
.dwyrv     .bffg8::after, .dwyrv     .i36p::after,
.divfx3    .bffg8::after, .divfx3    .i36p::after,
.z2b96zw   .bffg8::after, .z2b96zw   .i36p::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;
}
.qexv .bffg8::after, .qexv .i36p::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");
}
.rn9vy .bffg8::after, .rn9vy .i36p::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");
}
.jide .bffg8::after, .jide .i36p::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");
}
.f2ky .bffg8::after, .f2ky .i36p::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");
}
.z8c453 .bffg8::after, .z8c453 .i36p::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");
}
.dwyrv .bffg8::after, .dwyrv .i36p::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");
}
.divfx3 .bffg8::after, .divfx3 .i36p::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");
}
.z2b96zw .bffg8::after, .z2b96zw .i36p::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");
}
.lyc2j   .cdxn::after, .lyc2j   .n4abyqx::after,
.aambsi .cdxn::after, .aambsi .n4abyqx::after,
.zsea    .cdxn::after, .zsea    .n4abyqx::after,
.sfuuv    .cdxn::after, .sfuuv    .n4abyqx::after,
.b5rbdl    .cdxn::after, .b5rbdl    .n4abyqx::after,
.v9xgm     .cdxn::after, .v9xgm     .n4abyqx::after,
.aaye6    .cdxn::after, .aaye6    .n4abyqx::after,
.ug3wnya8   .cdxn::after, .ug3wnya8   .n4abyqx::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;
}
.lyc2j .cdxn::after, .lyc2j .n4abyqx::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");
}
.aambsi .cdxn::after, .aambsi .n4abyqx::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");
}
.zsea .cdxn::after, .zsea .n4abyqx::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");
}
.sfuuv .cdxn::after, .sfuuv .n4abyqx::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");
}
.b5rbdl .cdxn::after, .b5rbdl .n4abyqx::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");
}
.v9xgm .cdxn::after, .v9xgm .n4abyqx::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");
}
.aaye6 .cdxn::after, .aaye6 .n4abyqx::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");
}
.ug3wnya8 .cdxn::after, .ug3wnya8 .n4abyqx::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");
}
.aauo {
  --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;
}
.giygr2n {
  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;
}
.giygr2n + .giygr2n { border-top: var(--bw-hair) solid var(--border-alt); }
.giygr2n > * { min-width: 0; }
.giygr2n:hover { background: var(--bg-hover); }
.giygr2n > [itemprop="item"] { display: contents; }
.giygr2n [itemprop="itemReviewed"],
.giygr2n [itemprop="reviewRating"] { display: none; }
.wx2z {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.k7rbo, .mbk9, .q29s,
.nhhjul, .z0z0gxhg, .jckycxo { align-items: center; text-align: center; }
.z0z0gxhg, .jckycxo { align-items: stretch; }
.hxbho {
  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%;
}
.pz3vw {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.m2lt { font-size: var(--fs-lead); font-weight: 700; }
.ken96 {
  font-size: var(--fs-label); font-weight: 400; line-height: var(--lh-tight);
  color: var(--text-muted); max-width: 100%; overflow-wrap: break-word;
}
.dhef .pz3vw {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.stz27gb {
  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;
}
.drw7l {
  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;
}
.zhen {
  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;
}
.n1d8 .iue27z { max-height: 60px; max-width: 68px; }
.iue27z {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.mbk9 .zhen { width: 168px; }
.u6o8z .zhen,
.u6o8z .nhbaua,
.lr9cef5 .zhen,
.lr9cef5 .nhbaua,
.jp15fw0 .zhen,
.jp15fw0 .nhbaua,
.ilohsr3 .zhen,
.ilohsr3 .nhbaua,
.u6o8z .zhen, .lr9cef5 .zhen,
.jp15fw0 .zhen,  .ilohsr3 .zhen {
  width: 88px; height: 88px; padding: 12px;
}
.u6o8z .zhen .iue27z, .lr9cef5 .zhen .iue27z,
.jp15fw0 .zhen .iue27z,  .ilohsr3 .zhen .iue27z {
  max-height: 60px; max-width: 68px;
}
.bei50haz .zhen, .bei50haz .zhen.n1d8,
.bei50haz .nhbaua,   .bei50haz .nhbaua.n1d8,
.y0fxf7e, .yfhf {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px; max-width: 100%;
}
.ijyjhc {
  width: 38px; height: 26px; object-fit: contain;
  display: block; flex-shrink: 0;
  padding: 4px 4px; box-sizing: border-box;
  background: #fff; border: var(--bw-hair) solid var(--border-alt);
  border-radius: clamp(3px, var(--radius-button, 8px), 5px);
}
.et1dm .ijyjhc { background: #f7f8fa; }
.n0iz {
  background: var(--text-muted);
  border: none; padding: 0; width: 30px; height: 20px;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}
.ed6chjq.i36p {
  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;
}
.jckycxo {
  display: grid; grid-template-rows: var(--cs-link-h) auto var(--cs-link-h);
  align-content: center; --cs-link-h: 22px;
}
.jckycxo::before { content: ""; }
.uf25 {
  display: block; margin-top: 8px;
  font-size: var(--fs-label); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-muted); text-align: center; text-decoration: none;
}
.uf25:hover { color: var(--accent); text-decoration: underline; }
.p5q5t .giygr2n { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .giygr2n { gap: 16px; padding: 16px 16px; }
  .zhen { width: 152px; height: 96px; }
  .iue27z { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .giygr2n {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .wx2z { justify-content: flex-start; }
  
  .yfhf, .y0fxf7e { flex-direction: row; }
  
  .yfhf .drw7l:nth-child(n+3) { display: none; }
  
  .k7rbo {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .wx2z { text-align: left; align-items: flex-start; }

  
  .mbk9, .q29s, .h30e2bi {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .nhhjul {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .mbk9 .zhen, .q29s .zhen,
  .h30e2bi .zhen { width: auto; height: 72px; }
  .iue27z { max-height: 72px; max-width: 128px; }
  .m2lt { font-size: var(--fs-body); }
  .stz27gb { font-size: var(--fs-sm); }

  
  .jqh0rb8, .rp2x, .r8rrf,
  .w035r, .ec8meve, .zxlmjc,
  .dhef, .l5fd30d, .x8wb4,
  .nmuf5, .jfwztp {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .z0z0gxhg, .jckycxo { order: 4; flex: 1 0 100%; }
  .jckycxo { display: flex; flex-direction: column; }
  .jckycxo::before { display: none; }
  .ed6chjq.i36p { width: 100%; padding: 12px 20px !important; }
  .uf25 { text-align: left; }
}
@media (max-width: 560px) {
  .giygr2n { padding: 16px; gap: 12px 12px; }
  
  .hxbho, .ken96, .drw7l { font-size: var(--fs-caption); }
  .pz3vw { font-size: var(--fs-sm); }
  .m2lt { font-size: var(--fs-body); }
  .stz27gb { font-size: var(--fs-sm); }
  .cnnbo4 { font-size: var(--fs-sm); }
  .jl7i3859 { font-size: var(--fs-lead); }
  
  .ed6chjq.i36p { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .wx2z { gap: 2px; }
  .mbk9 .zhen, .q29s .zhen,
  .h30e2bi .zhen { height: 64px; }
  .iue27z { max-height: 64px; max-width: 116px; }
  .n1d8 { padding: 8px; }
  .m2lt { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .jqh0rb8, .rp2x, .r8rrf,
  .w035r, .ec8meve, .zxlmjc,
  .dhef, .l5fd30d, .x8wb4,
  .nmuf5, .jfwztp { flex-basis: 100%; min-width: 100%; }
}
.mkavc3b {
  --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;
}
.bo9a {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.nhbaua {
  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;
}
.nhbaua img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.o6701b { flex: 1; min-width: 0; }
.o6701b h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.mpxmzyq { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.d0oqkv9 { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.d0oqkv9 strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.d0oqkv9 .osuaz { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.sprn {
  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);
}
.sprn > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.vbh2lo em, .wf0zs2y7 em, .ej6m em, .evuze 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) { .sprn { padding: 12px 16px; gap: 8px 16px; } }
.yk9d { flex-shrink: 0; align-self: center; }
.yk9d .i36p {
  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) {
  .bo9a { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .nhbaua { order: 1; width: 104px; height: 104px; }
  .nhbaua img { max-width: 96px; max-height: 88px; }
  .yk9d { order: 2; margin-left: auto; align-self: center; }
  .o6701b { order: 3; flex: 1 1 100%; min-width: 0; }
  .o6701b h3 { font-size: var(--fs-body); }
}
.by1e img.f5t04r { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.utkiu4rz { padding: 20px 24px; }
.d1dgp { color: var(--text-body); margin-bottom: 16px; }
.l9s8h { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.y0gyw, .mjnypjt { list-style: none; font-size: var(--fs-sm); }
.y0gyw li { color: var(--text-body); margin-bottom: 4px; }
.mjnypjt li { color: var(--text-body); margin-bottom: 4px; }
.y0gyw li::before { content: "✓"; margin-right: 5px; }
.mjnypjt li::before { content: "✗"; margin-right: 5px; }
.pjz7cv { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.pjz7cv strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.v98qygd {
  
  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;
}
.damn { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.zqb1hru6 {
  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);
}
.n6vflm9h .zqb1hru6 { border-top-width: var(--bw-bar) !important; }
.jrxu8wr .zqb1hru6 { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .yryx .w3kbcgw {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .yryx .mkavc3b { margin: 0; }
}
.lnfmpk .bo9a { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.lnfmpk .nhbaua { background: transparent; }
.hpvwc .mkavc3b { border-top: var(--bw-bar) solid var(--accent); }
.hpvwc .bo9a { background: var(--bg-card); }
.iienv .mkavc3b { 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; }
.iienv .bo9a { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.iienv .utkiu4rz { padding: 16px 16px; }
.iienv .nhbaua { border-radius: var(--r-chip); }
.iienv .zqb1hru6 { border-radius: 0; }
.h42a .bo9a { padding: 0; gap: 0; overflow: hidden; }
.h42a .nhbaua {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.h42a .o6701b { padding: 16px 20px; }
.h42a .yk9d { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .h42a .nhbaua { width: 116px; min-height: 104px; }
}
.b9tvft .mpxmzyq { font-size: var(--fs-sm); }
.s4hpwkid .dcshe5g { gap: 12px; }
.s4hpwkid .s18r, .s4hpwkid .ptqjs { padding: 12px; }
.s4hpwkid .s18r ul, .s4hpwkid .ptqjs ul { margin: 4px 0 0; padding-left: 20px; }
.s4hpwkid .s18r li, .s4hpwkid .ptqjs li { font-size: var(--fs-label); margin-bottom: 4px; }
.mmiky6m .v98qygd { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .xbivm { grid-template-columns: 1fr; }
  .sx98 { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .sx98 .l77z { width: 72px; height: 50px; }
  .sx98 .dpji { max-width: 180px; }
  .sx98 .sgi5r { width: auto; }
}
.cnnf .b9tvft .mpxmzyq { filter: brightness(1.2); }
@media (max-width: 720px) {
  .cnnf { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .s8rh { padding: 16px; }
  .ah9fr .kzkqjkzn { min-width: 50%; }
}
.l94jx64c .dcshe5g { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .q8esc { grid-template-columns: 1fr; }
  .cr9nt { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .o5o7r9ui { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .xtd7xwic { flex-wrap: wrap; padding: 16px; }
}
.bnum0u9z .dcshe5g { gap: 8px; }
.bnum0u9z .s18r, .bnum0u9z .ptqjs { padding: 8px; }
@media (max-width: 480px) {
  .gsyadie { flex-direction: column; align-items: stretch; }
}
.vs94hi1v .sgi5r .i36p { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .c48skdu { flex-direction: column; align-items: stretch; gap: 12px; }
  .vs94hi1v .sgi5r { text-align: center; }
}
@media (max-width: 720px) {
  .heu5ha6e { grid-template-columns: 1fr; }
  .ejta003 { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .bfzqm0xd { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.dzq5zx .osuaz { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.mrt13c .mpxmzyq { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .ukxquzt { grid-template-columns: 1fr; }
  .mrt13c { width: 100px; height: 100px; margin: 16px auto; }
  .dzq5zx { font-size: var(--fs-h3); }
  .culob { justify-content: center; }
  .v26f8kxo .kzkqjkzn { min-width: 50%; }
}
.vc0c .dcshe5g { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ovjh0uz3 { flex-wrap: wrap; padding: 16px 16px; }
  .xnn4d { padding: 12px 16px; }
  .vc0c .dcshe5g { margin: 0 16px; }
  .vc0c .mmiky6m { padding: 0 16px; }
  .mwxvoy { padding: 12px 16px; }
}
.med05xp0 .giygr2n { position: relative; }
.med05xp0 .giygr2n::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.vq2saq .aauo {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.vq2saq .giygr2n {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.vq2saq .giygr2n + .giygr2n { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .kgiu .wx2z + .wx2z {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.kpgukf .giygr2n { padding-top: 16px; padding-bottom: 16px; }
.kpgukf .giygr2n + .giygr2n { border-top: none; }
.kpgukf .giygr2n:nth-child(even) { background: var(--bg-surface); }
.kpgukf .giygr2n:nth-child(even):hover { background: var(--bg-hover); }
.de3ds .giygr2n:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .ja1lm .jqh0rb8, .ja1lm .rp2x,
  .ja1lm .r8rrf, .ja1lm .w035r,
  .ja1lm .ec8meve, .ja1lm .zxlmjc,
  .ja1lm .dhef, .ja1lm .l5fd30d,
  .ja1lm .x8wb4, .ja1lm .nmuf5,
  .ja1lm .jfwztp {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.vjcds5j1 .hxbho { opacity: .8; letter-spacing: var(--ls-label); }
.vjcds5j1 .pz3vw { font-weight: 700; }
.vjcds5j1 .m2lt { font-weight: 700; }
.ytgju .jqh0rb8, .ytgju .rp2x,
.ytgju .x8wb4, .ytgju .nmuf5,
.c3h7vc92 .raizst,
.c3h7vc92 .jl7i3859,
.c3h7vc92 .jl7i3859 small { display: none; }
.c3h7vc92 .d0oqkv9 .mpxmzyq,
.ox049wub .d0oqkv9 .mpxmzyq,
.lmqnzc .d0oqkv9 .mpxmzyq { display: none; }
.c3h7vc92 .osuaz { display: none; }
.ox049wub .d0oqkv9 strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.ox049wub .hrm4vzp,
.ox049wub .osuaz { font-size: 1em; }
.lmqnzc .d0oqkv9 strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.lmqnzc .osuaz { display: none; }
.q2vn { margin: 16px 0; }
.di9t { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.di9t 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;
}
.di9t 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;
}
.di9t summary:hover { background: var(--bg-surface); }
.di9t summary:hover::after { color: var(--accent); }
.di9t[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.di9t[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.di9t[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.di9t p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.zqxjog { margin-bottom: 0; }
.a109 h2.zrzxn3 { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.mqixd7 h2.zrzxn3 { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.s18r, .ptqjs { border: var(--bw-hair) solid transparent; }
.s18r .we73vdv, .s18r .hmae94r { color: var(--c-pros-label); }
.ptqjs .we73vdv, .ptqjs .arrnrhv { color: var(--c-cons-label, var(--c-cons)); }
.s18r ul li, .ptqjs ul li, .y0gyw li, .mjnypjt li { color: var(--text-body); }
.s18r .y0gyw li, .ptqjs .mjnypjt li { position: relative; padding-left: 1.5em; }
.s18r .y0gyw li::before, .ptqjs .mjnypjt li::before { position: absolute; left: 0; margin-right: 0; }
.otru5gk .s18r { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.otru5gk .ptqjs { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.zwdsdj0j .s18r, .zwdsdj0j .ptqjs { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.zwdsdj0j .s18r { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.zwdsdj0j .ptqjs { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.f25rkjm .s18r, .f25rkjm .ptqjs { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.f25rkjm .s18r { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.f25rkjm .ptqjs { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.t8atpx .s18r, .t8atpx .ptqjs { background: var(--bg-card); border-width: var(--bw-rule); }
.t8atpx .s18r { border-color: var(--sem-pos-line); }
.t8atpx .ptqjs { border-color: var(--sem-neg-line); }
.bkzyj .s18r, .bkzyj .ptqjs { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.bkzyj .ptqjs { border-left: var(--bw-hair) solid var(--border); }
.r8u6ca .hmae94r::before { content: "✓ "; }
.r8u6ca .arrnrhv::before { content: "✗ "; }
.jrxu8wr .f9lp { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.jrxu8wr .f9lp strong { color: var(--text-primary); }
.jrxu8wr .f9lp p      { color: var(--text-muted); }
.n6vflm9h .f9lp { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.mygo .f9lp {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.mygo .f9lp strong { color: var(--text-primary); }
.mygo .f9lp p { color: var(--text-muted); }
.mygo .f9lp { border-left: var(--bw-bar) solid var(--cl-hue); }
.mygo .p1av::before { color: rgba(255,255,255,0.9) !important; }
.lsfi26 .f9lp {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.lsfi26 .f9lp strong { color: var(--text-primary); }
.lsfi26 .f9lp p      { color: var(--text-muted); }
.wl31t2ov .f9lp { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.jji1pp .p1av,
.tzm5mob .p1av,
.gcfw .p1av,
.jji1pp .p1av::before,
.tzm5mob .p1av::before,
.gcfw .p1av::before,
.x8vm1 .skhekux .thdu1b,
.x8vm1 .aq94993 .thdu1b  { box-shadow: var(--sh-1); }
.x8vm1 .wzw2scw          { box-shadow: var(--sh-1); }
.x8vm1 .thxd2a2e                    { box-shadow: var(--sh-1); }
.q2avgnu .skhekux .thdu1b,
.q2avgnu .aq94993 .thdu1b,
.q2avgnu .lyo80g,
.q2avgnu .wzw2scw,
.q2avgnu .thxd2a2e,
.q2avgnu .wl31t2ov .f9lp { box-shadow: none; }
.v7ud2b0z { --fs-body: 16px; --fs-sm: 14px; --fs-lead: 19px; }
.zqxjog + .zqxjog { position: relative; }
.anj7mbe1   .zqxjog + .zqxjog::before,
.rylb7e8b  .zqxjog + .zqxjog::before,
.gbgz4   .zqxjog + .zqxjog::before,
.j2jxyq   .zqxjog + .zqxjog::before,
.stlu8z   .zqxjog + .zqxjog::before,
.hgbmz2 .zqxjog + .zqxjog::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.anj7mbe1 .zqxjog + .zqxjog::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.rylb7e8b .zqxjog + .zqxjog::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.gbgz4 .zqxjog + .zqxjog::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;
}
.j2jxyq .zqxjog + .zqxjog::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.ob0twd8 .zqxjog { margin-bottom: 16px; }
.ob0twd8 .zqxjog + .zqxjog { margin-top: 0; }
.ob0twd8 .mbczvm { padding-top: 0; padding-bottom: 0; }
.stlu8z .zqxjog + .zqxjog::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.hgbmz2 .zqxjog + .zqxjog::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.omwi1z9 .zqxjog + .zqxjog::before,
.df5xiwce .zqxjog + .zqxjog::before,
.d2lf8xxh .zqxjog + .zqxjog::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%;
}
.wdedjaf8 .omwi1z9 .zqxjog:nth-child(even)::before,
.wdedjaf8 .df5xiwce .zqxjog:nth-child(even)::before,
.wdedjaf8 .d2lf8xxh .zqxjog:nth-child(even)::before { background: var(--bg-surface); }
.rlmc .omwi1z9 .zqxjog:nth-child(even)::before,
.rlmc .df5xiwce .zqxjog:nth-child(even)::before,
.rlmc .d2lf8xxh .zqxjog:nth-child(even)::before { background: var(--bg-card); }
.omwi1z9 .zqxjog + .zqxjog::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");
}
.df5xiwce .zqxjog + .zqxjog::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");
}
.d2lf8xxh .zqxjog + .zqxjog::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");
}
.x0ee3pb4 .ji8j5qq { background: var(--hero-a, var(--accent)); }
.x0ee3pb4 .ji8j5qq .lhtl { background: none; }
.x0ee3pb4 .yaxcnd { background: var(--hero-a, var(--accent)); }
.x0ee3pb4 .yykebz8 { background: var(--accent-bg); }
.x0ee3pb4 .hsbp:not(.ji8j5qq) .lhtl { background: rgba(0,0,0,0.6); }
.tjdobu .v5ytdf { float: left; width: 38%; margin: 0 28px 16px 0; }
.tjdobu .v5ytdf .aydnha { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.tjdobu .mbczvm::after { content: ''; display: block; clear: both; }
.u4k7zn .v5ytdf { float: right; width: 38%; margin: 0 0 16px 28px; }
.u4k7zn .v5ytdf .aydnha { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.u4k7zn .mbczvm::after { content: ''; display: block; clear: both; }
.gr7o07s .zqxjog:nth-child(odd)  .v5ytdf { float: left;  width: 38%; margin: 0 28px 16px 0; }
.gr7o07s .zqxjog:nth-child(even) .v5ytdf { float: right; width: 38%; margin: 0 0 16px 28px; }
.gr7o07s .v5ytdf .aydnha { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.gr7o07s .mbczvm::after { content: ''; display: block; clear: both; }
.tjdobu .aauo,
.u4k7zn .aauo,
.gr7o07s .aauo { clear: both; }
@media (max-width: 900px) {
  .tjdobu .v5ytdf,
  .u4k7zn .v5ytdf,
  .gr7o07s .zqxjog:nth-child(odd)  .v5ytdf,
  .gr7o07s .zqxjog:nth-child(even) .v5ytdf {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .tjdobu .v5ytdf .aydnha,
  .u4k7zn .v5ytdf .aydnha,
  .gr7o07s .v5ytdf .aydnha {
    max-height: none !important;
  }
}
.tjdobu .c1fb0,
.tjdobu .da18cg,
.u4k7zn .c1fb0,
.u4k7zn .da18cg,
.gr7o07s .c1fb0,
.gr7o07s .da18cg { overflow: hidden; }
@media (max-width: 640px) {
  .tjdobu .v5ytdf,
  .u4k7zn .v5ytdf,
  .gr7o07s .v5ytdf { float: none; width: 100%; margin: 0 0 16px 0; }
}
.n3nurmd .h9755,
.n3nurmd .mbczvm,
.n3nurmd .xk3rm5  { max-width: 1060px; }
.n3nurmd { --content-mw: 1060px; }
.n4dnjth .h9755,
.n4dnjth .mbczvm,
.n4dnjth .xk3rm5  { max-width: 1180px; }
.ku5qj7s .h9755,
.ku5qj7s .mbczvm,
.ku5qj7s .xk3rm5  { max-width: 1260px; }
.hyr2x25 { font-size: var(--fs-label); color: var(--text-muted); }
.zvvb { display: flex; align-items: center; }
.oc20md {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.zdnks { display: flex; align-items: center; }
.tw7mqt { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.tw7mqt:hover { text-decoration: underline; }
.e37df { margin: 0 4px; opacity: 0.45; }
.e37df::before { content: '/'; }
.lbr652 { padding: 2px 4px; color: var(--text-main); }
.inq6jqq .hyr2x25 {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.inq6jqq .zvvb { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.o8tfffr .hyr2x25 {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.o8tfffr .zvvb { padding: 0 0 0 12px; }
.ngrk5f .zvvb { padding: 0 16px; }
.ngrk5f .hyr2x25 {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.ngrk5f .h9755 { padding-top: 28px; }
@media (max-width: 720px) {
  .d9y7fl { margin-top: 20px; padding: 0 16px; }
  .ngrk5f .h9755 { padding-top: 16px; }
}
.n3nurmd.inq6jqq .zvvb { max-width: 1100px; }
.n4dnjth.inq6jqq .zvvb { max-width: 1200px; }
.ku5qj7s.inq6jqq .zvvb { max-width: 1320px; }
.n3nurmd .d9y7fl { max-width: 1100px; }
.wcyo .zqxjog { padding-top: 16px; padding-bottom: 16px; }
.wnwtzeo9 .zqxjog { padding-top: 24px; padding-bottom: 24px; }
.e9lvlr .zqxjog { padding-top: 40px; padding-bottom: 40px; }
.u3twd .zqxjog { padding-top: 52px; padding-bottom: 52px; }
.jw9ej .zqxjog:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.jw9ej .zqxjog:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.jw9ej .zqxjog:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.jw9ej .zqxjog:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.p5hfci39 .mbczvm { padding-top: 12px;  padding-bottom: 12px; }
.bluval .mbczvm { padding-top: 20px;  padding-bottom: 20px; }
.zb5u8vtc .mbczvm { padding-top: 36px;  padding-bottom: 36px; }
.oylk6gr .mbczvm { padding-top: 48px;  padding-bottom: 48px; }
.azupdp h1, .azupdp h2, .azupdp h3, .azupdp .pkiumhbz { font-weight: 700; }
.vimcux h1, .vimcux h2, .vimcux h3, .vimcux .pkiumhbz { font-weight: 700; }
.jexh2, .azupdp, .ovr8yq, .vimcux { font-weight: 400; }
.cdxn {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.gsme2z1 .cdxn { display: none; }
@media (max-width: 640px) {
  .cdxn { display: none !important; }
}
.cdxn { background: var(--cta) !important; color: #fff !important; border: none !important; }
.cdxn:hover { opacity: 0.85; }
.bdwm .cdxn { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ho1b  .n4abyqx { left: 32px; }
@media (max-width: 480px) {
  .ktjla .n4abyqx { right: 20px; bottom: 20px; }
  .ho1b  .n4abyqx { left: 20px; bottom: 20px; }
}
.dogswy { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.xk3rm5 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.yd2llp8o { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.e3hc { color: var(--text-dim); font-size: var(--fs-label); }
.ha7ffxxs { 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; }
.ha7ffxxs img { height: 26px; width: auto; object-fit: contain; }
.dpnythc a, .l8hqr4w a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.dpnythc a:hover, .l8hqr4w a:hover { color: var(--accent-light); }
.l8hqr4w { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.ksyx2af .xk3rm5 { text-align: center; }
.ksyx2af .l8hqr4w { justify-content: center; margin-bottom: 16px; }
.ksyx2af .yd2llp8o { margin-top: 0; }
.pkwk7i4l { margin-top: 12px; }
.pkwk7i4l a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .xk3rm5 { padding-left: 16px; padding-right: 16px; }
  .j2bdtqt .xk3rm5 { padding: 20px 16px; }
  .l8hqr4w { gap: 4px 12px; }
  .yd2llp8o { font-size: var(--fs-caption); }
}
.r8qr6pja .f2otf .ha7ffxxs { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.r8qr6pja .yd2llp8o { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.r8qr6pja .e3hc { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .r8qr6pja .rdkex { grid-template-columns: 1fr 1fr; } .r8qr6pja .f2otf { grid-column: 1 / -1; } }
@media (max-width: 480px) { .r8qr6pja .rdkex { grid-template-columns: 1fr; } }
.g1ytnd4m .ha7ffxxs { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: var(--fs-sm); text-decoration: none; margin-right: auto; flex-shrink: 0; }
.g1ytnd4m .yd2llp8o { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .g1ytnd4m .gd6cn71f { gap: 12px; } .g1ytnd4m .ha7ffxxs { margin-right: 0; width: 100%; } }
.j3ew .dy5wbi .ha7ffxxs { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.j3ew .yd2llp8o { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.j3ew .e3hc { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .j3ew .gs6yi3tn { grid-template-columns: 1fr 1fr; } .j3ew .dy5wbi { grid-column: 1 / -1; } }
@media (max-width: 480px) { .j3ew .gs6yi3tn { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .p85kc1yb .wb03ce { grid-template-columns: 1fr 1fr; } .p85kc1yb .y032cy:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .p85kc1yb .wb03ce { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .t0pqm416 .wb03ce { grid-template-columns: 1fr; } }
.mv37k7k .xk3rm5 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.mv37k7k .l8hqr4w { justify-content: center; }
.rqiubp .xaibmhz7      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.v9vf .xaibmhz7      { background: #0d1117; border-bottom-color: #21262d; }
.v9vf .nx19 { color: var(--accent-light); }
.v9vf .ivcz { --msep-color: #8b949e; }
.v9vf .ivcz a { color: #8b949e; }
.v9vf .ivcz a:hover { color: var(--accent-light); }
.v9vf .kd7p1 { color: #8b949e; }
.v9vf .dogswy { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.v9vf .yd2llp8o,
.v9vf .e3hc { color: #6e7681; }
.v9vf .dpnythc a, .v9vf .l8hqr4w a,
.v9vf .ha7ffxxs { color: #e6edf3; }
.v9vf .dpnythc a:hover, .v9vf .l8hqr4w a:hover,
@media (max-width: 640px) {
  .v9vf .ivcz { background: #0d1117; border-top-color: #21262d; }
  .v9vf .ivcz li a { border-bottom-color: #21262d; }
}
.yzg9qiyr .xaibmhz7      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.yzg9qiyr .nx19 { color: var(--accent-light); }
.yzg9qiyr .ivcz { --msep-color: #475569; }
.yzg9qiyr .ivcz a { color: #475569; }
.yzg9qiyr .ivcz a:hover { color: var(--accent-light); }
.yzg9qiyr .kd7p1 { color: #64748b; }
.yzg9qiyr .dogswy { background: #f0f4f8; border-top-color: #cbd5e1; }
.yzg9qiyr .yd2llp8o,
.yzg9qiyr .e3hc { color: #64748b; }
.yzg9qiyr .dpnythc a, .yzg9qiyr .l8hqr4w a,
.yzg9qiyr .xv297qq a, .yzg9qiyr .ha7ffxxs { color: #374151; }
.yzg9qiyr .dpnythc a:hover, .yzg9qiyr .l8hqr4w a:hover,
@media (max-width: 640px) {
  .yzg9qiyr .ivcz { background: #f0f4f8; border-top-color: #cbd5e1; }
  .yzg9qiyr .ivcz li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.hwfdkat .xaibmhz7 { background: var(--b-50); border-bottom-color: var(--b-200); }
.hwfdkat .ivcz a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .hwfdkat .ivcz { background: var(--b-50); border-top-color: var(--b-200); }
}
.n77k3 .xaibmhz7, .ur4uk9dt .xaibmhz7 { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.n77k3 .nx19, .ur4uk9dt .nx19 { color: #fff; }
.n77k3 .ivcz, .ur4uk9dt .ivcz { --msep-color: rgba(255,255,255,0.82); }
.n77k3 .ivcz a, .ur4uk9dt .ivcz a { color: rgba(255,255,255,0.82); }
.n77k3 .ivcz a:hover, .ur4uk9dt .ivcz a:hover { color: #fff; }
.n77k3 .kd7p1, .ur4uk9dt .kd7p1 { color: rgba(255,255,255,0.9); }
@media (max-width: 640px) {
  .n77k3 .ivcz, .ur4uk9dt .ivcz { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .n77k3 .ivcz li a, .ur4uk9dt .ivcz li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.w7p6czey.n77k3 .cdxn { background: #fff !important; color: var(--b-700) !important; }
.biea2 .xaibmhz7 {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.biea2 .xaibmhz7::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) {
  .biea2 .ivcz {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.rq5do .lwin3gx { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.raet .lwin3gx { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.slo2e8 .lwin3gx { min-height: 72px; height: auto; }
.l9knu .lwin3gx { min-height: 84px; height: auto; }
.j2bdtqt .lwin3gx { max-width: none; padding: 0 32px; }
.j2bdtqt .xk3rm5  { max-width: none; padding: 24px 32px; }
.a0rq.n4dnjth .lwin3gx { max-width: 1200px; }
.a0rq.ku5qj7s .lwin3gx { max-width: 1320px; }
.xoq2   .nx19, .xoq2   .ha7ffxxs { text-transform: capitalize; }
.pqxjqr2 .nx19, .pqxjqr2 .ha7ffxxs { text-transform: lowercase; }
.fvpz5ale .nx19, .fvpz5ale .ha7ffxxs { text-transform: uppercase; letter-spacing: var(--ls-label); }
.lask0ug, .nj3qchd {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.wtwwh1ve .lask0ug,
.wtwwh1ve .nj3qchd { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-btn); padding: 4px; }
.ke41 .lask0ug,
.ke41 .nj3qchd { 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; }
.cj3dj .lask0ug,
.cj3dj .nj3qchd { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-pill); padding: 4px 8px; }
.vy65 .lask0ug,
.vy65 .nj3qchd { 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; }
.p0s7   .ivcz a { font-weight: 500; }
.h0mgp .ivcz a { font-weight: 600; }
.ay0zpmts     .ivcz a { font-weight: 700; }
.yt0a    .ivcz a { font-weight: 700; letter-spacing: normal; }
.ipam     .ivcz > li + li::before,
.p7yy38    .ivcz > li + li::before,
.ol6kqriu    .ivcz > li + li::before,
.as5i1p .ivcz > li + li::before,
.y6tkg .ivcz > li + li::before,
.z4bsy46  .ivcz > li + li::before,
.u3dcb    .ivcz > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ipam     .ivcz > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.p7yy38    .ivcz > li + li::before { content: "|"; }
.ol6kqriu    .ivcz > li + li::before { content: "—"; }
.as5i1p .ivcz > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.y6tkg .ivcz > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.z4bsy46  .ivcz > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.u3dcb    .ivcz > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .on9aves2 .kd7p1,
  .k03ah .kd7p1,
  .ds22umn .kd7p1,
  .vatnix .kd7p1,
  .jc60 .kd7p1 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .on9aves2 .kd7p1::before,
  .k03ah .kd7p1::before,
  .ds22umn .kd7p1::before,
  .vatnix .kd7p1::before,
  .jc60 .kd7p1::before { content: ""; display: block; flex-shrink: 0; }

  
  .on9aves2 .kd7p1::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;
  }

  
  .k03ah .kd7p1::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;
  }

  
  .ds22umn .kd7p1::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;
  }

  
  .vatnix .kd7p1::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;
  }

  
  .jc60 .kd7p1::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) {
  .nzd8uy0v .kd7p1 {
    padding: 4px 16px;
  }
  .nzd8uy0v .ivcz {
    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;
  }
  .nzd8uy0v .ivcz li a {
    border-bottom: none; padding: 12px 24px;
  }
  .nzd8uy0v .ivcz li a:hover { background: var(--bg-raised); }
  .nzd8uy0v .dogrt,
  .r00c .dogrt,
  .jnp8aex .dogrt { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .fvg2y10 .kd7p1 {
    padding: 4px 12px;
  }
  .fvg2y10 .ivcz {
    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);
  }
  .fvg2y10 .ivcz.sh5dyx { transform: translateX(0); }
  .fvg2y10 .ivcz li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .fvg2y10 .ivcz li:last-child a { border-bottom: none; }
  .n77k3 .ivcz,
  .v9vf .ivcz { background: var(--accent) !important; }
  .n77k3 .ivcz li a,
  .v9vf .ivcz li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .jnp8aex .kd7p1 {
    padding: 4px 12px;
  }
  .jnp8aex .ivcz {
    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);
  }
  .jnp8aex .ivcz::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .jnp8aex .ivcz.sh5dyx { transform: translateY(0); }
  .jnp8aex .ivcz li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .i7027 .kd7p1 {
    padding: 4px 12px;
  }
  .i7027 .ivcz {
    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;
  }
  .i7027 .ivcz.sh5dyx { opacity: 1; pointer-events: auto; }
  .i7027 .ivcz li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .ceqpk     .kd7p1 { border-radius: 0 !important; }
  .xketpdr   .kd7p1 { border-radius: var(--r-btn) !important; }
  .w0e0uhf1 .kd7p1 { border-radius: 50% !important; }
  .tec3   .kd7p1 { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .o1vum .f204p0b { flex-direction: column; align-items: stretch; }
  .o1vum .jk31 { flex-direction: row; min-width: auto; }
  .o1vum .s2p96 { align-items: flex-start; text-align: left; }
}
.pg22al3,
.pg22al3.zqxjog,
.wdedjaf8 .pg22al3,
.f5xwsp .pg22al3,
.rlmc .pg22al3,
.h6xmm .pg22al3 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.iuj3b {
  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;
}
.iyvblxb9 { flex: 1 1 280px; min-width: 0; }
.peig4i {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.jv9wab {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.w95ce0 {
  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;
}
.w95ce0:hover { transform: translateY(-1px); opacity: 0.95; }
.i0fjzs .iuj3b {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.i0fjzs .peig4i { color: var(--cta); }
.i0fjzs .jv9wab { color: var(--text-body); }
.i0fjzs .w95ce0 {
  background: var(--cta);
  color: var(--cta-fg);
}
.mz4vezy7 .iuj3b {
  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);
}
.mz4vezy7 .peig4i { color: var(--text-primary); }
.mz4vezy7 .jv9wab { color: var(--text-body); }
.mz4vezy7 .w95ce0 {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .iuj3b {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .iyvblxb9 { flex: 0 0 auto; }
  .peig4i { font-size: var(--fs-lead); }
  .w95ce0 { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.sdz6 .w2v2mlw8 { height: 36px; }
.ckoc8wlm .w2v2mlw8 { height: 60px; max-width: 200px; }
.tharf .w2v2mlw8 { height: 56px; max-width: 180px; }
.md20hm3    .raizst, .md20hm3    .mpxmzyq { color: #f59e0b; }
.k1nmb      .mpxmzyq   { font-size: var(--fs-lead); }
.thd6r8    .raizst, .thd6r8    .mpxmzyq { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.j09uoh     .raizst, .j09uoh     .mpxmzyq { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.evo5uncn .raizst, .evo5uncn .mpxmzyq { color: var(--cta); letter-spacing: var(--ls-wide); }
.n41xdxn   .raizst, .n41xdxn   .mpxmzyq { color: #e91e63; letter-spacing: var(--ls-wide); }
.ksk715tf  .raizst, .ksk715tf  .mpxmzyq { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.od2rs33o     .raizst, .od2rs33o     .mpxmzyq { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.c2953eqt .aauo {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.c2953eqt .giygr2n {
  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);
}
.c2953eqt .giygr2n + .giygr2n { border-top: var(--bw-hair) solid var(--border-alt); }
.c2953eqt .wx2z { align-items: center; text-align: center; }
.c2953eqt .zhen {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.c2953eqt .iue27z { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.c2953eqt .stz27gb { font-size: var(--fs-body); }
.c2953eqt .ed6chjq.i36p { min-width: 180px; }
@media (min-width: 720px) {
  .c2953eqt .aauo {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .c2953eqt .giygr2n + .giygr2n { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .c2953eqt .giygr2n { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .c2953eqt .k7rbo { top: -16px; left: 50%; }
  .c2953eqt .zhen { width: 132px; height: 132px; }
}
.v9qf .aauo {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.v9qf .giygr2n {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.v9qf .zhen {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.v9qf .iue27z { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
@media (max-width: 900px) {
  .v9qf .zhen { width: 104px; height: 104px; }
}
.prj5ye6 .di9t {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.prj5ye6 .di9t summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.prj5ye6 .di9t summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.prj5ye6 .di9t[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.prj5ye6 .di9t p { padding: 0 14px 18px; }
.prj5ye6 .di9t[open] p { border-top: none; padding-top: 0; }
.r7wap .di9t { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.r7wap .di9t 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;
}
.r7wap .di9t summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.r7wap .di9t[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.r7wap .di9t p { padding: 14px 24px 4px; }
.r7wap .di9t[open] p { border-top: none; padding-top: 14px; }
.tyjz .di9t {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.tyjz .di9t summary { color: var(--text-primary); padding: 16px 18px; }
.tyjz .di9t[open] summary { box-shadow: none; }
.tyjz .di9t p { padding: 0 18px 18px; }
.aqxjfzi .q2vn { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.aqxjfzi .di9t {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.aqxjfzi .di9t:last-child { border-bottom: none; }
.aqxjfzi .di9t summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.aqxjfzi .di9t p { padding: 0 20px 16px; }
.hc4hvb1e .di9t { overflow: hidden; }
.hc4hvb1e .di9t 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));
}
.hc4hvb1e .di9t summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.hc4hvb1e .di9t summary::after { color: var(--tone-mark, var(--accent)); }
.hc4hvb1e .di9t[open] summary { border-radius: 0; box-shadow: none; }
.r0fn { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.b4z223y {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.pb5ep4u {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.bj9ly1mj { color: var(--text-muted); font-size: var(--fs-body); }
.budlmo {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.icj1 { margin-bottom: 20px; }
.d6ksuiva {
  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);
}
.hicbjwh {
  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;
}
.hicbjwh:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.zw1qel7 { resize: vertical; min-height: 130px; }
.h54b9z { width: 100%; margin-top: 8px; }
.icco2cfy {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.crmg {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.vjuouaa { color: var(--text-muted); line-height: var(--lh-read); }
.f91bai6p { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.f91bai6p li { margin-bottom: 8px; }
.ugwi { max-width: 760px; margin: 0 auto; }
.ak72b { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.ptvtd2b { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.ptvtd2b:last-child { border-bottom: none; }
.ptvtd2b h2 {
  font-size: var(--fs-body); font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.ptvtd2b p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.azgraf { max-width: 760px; margin: 0 auto; }
.is34c29w { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.dhm9argf ul.f91bai6p { margin: 0; }
.nndnmk .is34c29w { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .nndnmk { grid-template-columns: 1fr; gap: 12px; } }
.jpko { max-width: 640px; margin: 0 auto; text-align: center; }
.sbet { margin-bottom: 48px; }
.sbet .is34c29w { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
.sbet p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.cd5ip .f91bai6p { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .kii0 { grid-template-columns: 1fr; } }
.ghol { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.ghol:hover .blfik { color: var(--accent-light); text-decoration: underline; }
.m8jh06 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.gnpjk0 { margin-bottom: 48px; }
.brpx { max-width: 760px; margin: 0 auto; }
.wu7j1ck3 { text-align: center; }
.ay7rrzj1 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.ay7rrzj1:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.w7pjwcl { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.ay7rrzj1 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.ay7rrzj1 ul.f91bai6p { margin: 0; }
.m8lmr { color: var(--text-muted); line-height: var(--lh-read); }
.wu7j1ck3 .f91bai6p,
.s40mt232 .f91bai6p,
.u9r2d .f91bai6p,
.prxf .f91bai6p {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.wu7j1ck3 .ay7rrzj1,
.s40mt232 .ay7rrzj1 { text-align: left; }
.wu7j1ck3 .w7pjwcl,
.s40mt232 .w7pjwcl { text-align: center; }
.jm2nnj { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.ctuy { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.rq7ja { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.nao44l9n { margin-top: 12px; }
.hkwy { 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; }
.hkwy:hover { border-bottom-color: var(--accent-light); }
.uza4r { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.uza4r img { width: 100%; height: 100%; object-fit: cover; display: block; }
.u9qqe9 { width: 200px; height: 200px; }
.rt44sts { border-radius: 50%; }
.hz5v { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.non3wo { color: var(--text-muted); font-weight: 600; letter-spacing: normal; }
@media (max-width: 640px) { .wnjnmo5 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.dytds2d { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; padding-bottom: 40px; border-bottom: var(--bw-hair) solid var(--border); }
.dytds2d .rq7ja, .dytds2d .ctuy { max-width: 640px; }
.u2tu6d4k .jm2nnj { font-size: var(--fs-h3); margin-top: 20px; }
.r7mlso .rq7ja { margin-bottom: 28px; }
@media (max-width: 860px) { .df9ci { grid-template-columns: 1fr; } .u2tu6d4k { position: static; text-align: center; } }
.nfqa .uza4r { margin: 0 auto 20px; }
.nfqa .hz5v { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .m3ocp { grid-template-columns: 1fr; } }
.h88tsk .jm2nnj { font-size: var(--fs-h3); margin-bottom: 8px; }
.prxf .f91bai6p { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .h88tsk { flex-direction: column; text-align: center; } .uvxez { grid-template-columns: 1fr; } }
.m5k8rk .jm2nnj { font-size: var(--fs-lead); margin: 0 0 4px; }
.m5k8rk .hz5v { margin: 0; }
.llc4r5 {
  background: var(--accent-bg); border-radius: var(--r-card);
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.llc4r5 .pb5ep4u { color: var(--accent-light); }
.knjtwb2h .pb5ep4u { font-size: var(--fs-h2); }
.knjtwb2h .bj9ly1mj { max-width: 680px; }
.pxgu45ep .pb5ep4u { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.pxgu45ep .bj9ly1mj  { margin: 0; }
@media (max-width: 640px) { .pxgu45ep { flex-direction: column; } }
.p82uaoq7 .pb5ep4u { color: var(--accent-light); }
.j0dxyg87 .pb5ep4u { color: #fff; }
.j0dxyg87 .bj9ly1mj  { color: rgba(255,255,255,0.85); }
.bp4l1k { max-width: 680px; margin: 0 auto; }
.y1y2lew2 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .y1y2lew2 { grid-template-columns: 1fr; } }
.bksht4u .hicbjwh {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.bksht4u .hicbjwh:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.rm4zmk .hicbjwh { background: var(--bg-raised); border-color: transparent; }
.rm4zmk .hicbjwh:focus { background: var(--bg-card); border-color: var(--accent-light); }
.us8u .hicbjwh { border-radius: var(--r-pill); padding: 12px 20px; }
.us8u .zw1qel7 { border-radius: var(--r-card); }
.sdqt {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-btn); overflow: hidden; margin-bottom: 12px;
}
.sdqt summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: var(--fs-body); list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.sdqt summary::-webkit-details-marker { display: none; }
.sdqt summary::after { content: "+"; color: var(--accent-light); font-size: var(--fs-lead); flex-shrink: 0; }
.sdqt[open] summary::after { content: "−"; }
.nr10b {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: var(--lh-read);
  border-top: var(--bw-hair) solid var(--border);
}
@media (max-width: 640px) { .oq6t735t { grid-template-columns: 1fr; } }
.s75a { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; margin: 0; }
.s75a li { margin-bottom: 8px; }
.lzt7{display:none}
.lzt7:empty,.ypac:empty{display:none}
.m5l76{position:relative;overflow:visible}
.z5e3z7a4 .a2cb,.h52wc .a2cb,
.kxodi0s .a2cb,.ywnfr .a2cb,
.tfyykj .a2cb,.c2laa6 .a2cb{display:block}
.g9fi53 .mib74ng{display:block}
.z5e3z7a4 .a2cb,.h52wc .a2cb,
.kxodi0s .a2cb,.ywnfr .a2cb,
.tfyykj .a2cb{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}
.z5e3z7a4 .a2cb .ypac,.h52wc .a2cb .ypac,
.kxodi0s .a2cb .ypac,.ywnfr .a2cb .ypac,
.tfyykj .a2cb .ypac{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}
.z5e3z7a4 .keqf0,.h52wc .keqf0,
.kxodi0s .keqf0,.ywnfr .keqf0,
.tfyykj .keqf0{background:transparent!important;border:none!important;padding: 0;border-radius:0;color:inherit!important}
.z5e3z7a4 .a2cb,.h52wc .a2cb{top: 12px}
.z5e3z7a4 .a2cb .ypac{margin-right:auto}
.h52wc .a2cb .ypac{margin-left:auto}
.h52wc .a2cb{text-align:right}
.kxodi0s .a2cb,.ywnfr .a2cb{bottom: 12px}
.kxodi0s .a2cb .ypac{margin-right:auto}
.ywnfr .a2cb .ypac{margin-left:auto}
.ywnfr .a2cb{text-align:right}
.tfyykj .a2cb{position:relative;margin-top: 16px}
.tfyykj .a2cb .ypac{margin: 0 auto}
.c2laa6 .a2cb{max-width:var(--content-mw,1100px);margin: 0 auto;padding: 8px 24px}
.c2laa6 .a2cb .ypac{margin: 0}
.c2laa6 .yykebz8~.a2cb,
.c2laa6 .ek2j75l~.a2cb{max-width:none;margin: 0;padding: 8px clamp(24px,calc(50vw - 476px),96px)}
.c2laa6 .yykebz8~.a2cb .ypac,
.c2laa6 .ek2j75l~.a2cb .ypac{justify-content:flex-start}
.yykebz8~.a2cb,.ek2j75l~.a2cb{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}
.yykebz8~.a2cb .ypac{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ek2j75l~.a2cb .ypac{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.mib74ng .ypac{margin: 0 0 12px}
.ypac{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.wh0ybtmr{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.blfik{font-weight:600;color:var(--text-heading);opacity:1}
.xk08::before{content:"·";margin: 0 2px;opacity:.5}
.keqf0{white-space:nowrap}
.xly9f0fk .wh0ybtmr{display:none}
.a20i1e9 .keqf0{background:var(--date-bg, var(--accent-bg));padding: 4px 12px;border-radius: var(--r-card);font-size: var(--fs-caption)}
.a20i1e9 .xk08::before{content:""}
.cwhoi3 .keqf0{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}
.cwhoi3 .xk08::before{content:""}
.wgi1x6fk .ypac{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.mdpnhasz .keqf0{border-left: var(--bw-rule) solid var(--accent);padding-left: 8px;font-size: var(--fs-caption)}
.mdpnhasz .xk08::before{content:""}
.oiyh .keqf0{color: var(--accent-light);opacity:1;font-weight:500}
.kn9806 .keqf0{border-bottom: var(--bw-hair) solid currentColor;padding-bottom: 2px}
.tr9q .ypac{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.txcdl{--date-bg:var(--accent-bg)}
.p8hwe3 .xk08::before{content:""}
.k7kdw .xk08::before{content:"•";opacity:.4}
.k7kdw .keqf0 + .keqf0::before{content:"•";margin-right:6px;opacity:.4}
.s72jdf5r .xk08::before{content:"/";opacity:.35}
.s72jdf5r .keqf0 + .keqf0::before{content:"/";margin-right:6px;opacity:.35}
.mul4yk .xk08::before{content:"|";opacity:.3}
.mul4yk .keqf0 + .keqf0::before{content:"|";margin-right:6px;opacity:.3}
.f4va .xk08::before{content:"—";opacity:.3}
.f4va .keqf0 + .keqf0::before{content:"—";margin-right:6px;opacity:.3}
.l2w5c36 .xk08::before{content:"◆";font-size:.5em;opacity:.35}
.l2w5c36 .keqf0 + .keqf0::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.i21b0 .xk08::before{content:"·";opacity:.4}
.i21b0 .keqf0 + .keqf0::before{content:"·";margin-right:6px;opacity:.4}
.m484 .xk08::before{content:"›";opacity:.4}
.m484 .keqf0 + .keqf0::before{content:"›";margin-right:6px;opacity:.4}
.ga00rr .xk08::before{content:"→";opacity:.35;font-size:.85em}
.ga00rr .keqf0 + .keqf0::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.hyd67b76 .cfsisbi{border-top: var(--bw-bar) solid var(--accent);padding-top: 20px}
@media(max-width:640px){
  .cfsisbi{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .c81q{max-width:100%}
}
.jcf2w0c .wzw2scw{margin: 0}
@media (max-width:560px){
  .mq15d{grid-template-columns:repeat(2,1fr);gap: 12px}
}
.ehm8d7t {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.ehm8d7t.c4n004o4 {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.e6scpl49 {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: var(--r-card);
  box-shadow: var(--sh-3);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.e6scpl49 .z7o84 {
  position: absolute; top: 8px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.e6scpl49 .z7o84::before,
.e6scpl49 .z7o84::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: var(--r-chip);
  background: var(--text-primary, #111);
}
.e6scpl49 .z7o84::before { transform: translate(-50%, -50%) rotate(45deg); }
.e6scpl49 .z7o84::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.e6scpl49 .z7o84:hover { background: rgba(0,0,0,0.12) !important; }
.fk4u0y2 {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.g19j {
  font-size: var(--fs-caption); letter-spacing: var(--ls-wide); text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 8px;
}
.wesh {
  margin: 0 0 8px; font-size: var(--fs-h3); font-weight: 700;
  color: var(--text-primary, #111);
}
.sq68sc {
  margin: 0 0 20px; font-size: var(--fs-sm);
  color: var(--text-muted, #555);
}
.e6scpl49 .gj1au {
  display: inline-block !important;
  padding: 14px 32px;
  border-radius: var(--r-btn);
  background: var(--cta);
  color: var(--cta-fg);
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: var(--fs-sm) !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.e6scpl49 .gj1au:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .e6scpl49 { padding: 28px 20px 20px; }
  .wesh { font-size: var(--fs-lead); }
  .fk4u0y2 { max-width: 220px; max-height: 80px; }
}
.cdamo50 {
  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);
}
.rrunk {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.g7xx  .cdamo50 { border-radius: 50%; }
.k4ww8ls  .cdamo50 { border-radius: var(--r-chip); }
.ftd1tj .cdamo50 { border-radius: var(--r-card); }
.v92bljs8 .iuj3b {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .cdamo50 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.xc3n63m .zqxjog {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.xc3n63m .mbczvm {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.xc3n63m .iuj3b {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.dcymc {
  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;                  
}
.dcymc.c4n004o4 { transform: translate(-50%, 0); }
.dcymc .zqxjog,
.dcymc .mbczvm {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.dcymc .iuj3b {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.p6dwc {
  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;
}
.p6dwc::before,
.p6dwc::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.p6dwc::before { transform: translate(-50%, -50%) rotate(45deg); }
.p6dwc::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.p6dwc:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .dcymc { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .dcymc .iuj3b {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .dcymc .jv9wab { display: none !important; }
  .dcymc .peig4i { font-size: var(--fs-body) !important; }
  .dcymc .cdamo50 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .p6dwc { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .lwin3gx { flex-direction: row-reverse; }
[dir="rtl"] .ivcz { flex-direction: row-reverse; }
[dir="rtl"] .ho1b  .n4abyqx { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .ktjla .n4abyqx { right: auto; left: 20px; }
  [dir="rtl"] .ho1b  .n4abyqx { left: auto;  right: 20px; }
}
[dir="rtl"] .tjdobu .v5ytdf  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .u4k7zn .v5ytdf { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .c1fb0, [dir="rtl"] .da18cg { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .s18r { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .ptqjs { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .f9lp { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .iuj3b { direction: rtl; }
[dir="rtl"] .cdamo50 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .giygr2n,
[dir="rtl"] .hyr2x25 { direction: rtl; }
[dir="rtl"] .thxd2a2e { direction: rtl; }
[dir="rtl"] .km92dqm0 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .hsbp.djnhb2 .qxq7b,
[dir="rtl"] .w43r7.djnhb2 .qxq7b,
[dir="rtl"] .ji8j5qq.djnhb2 .qxq7b,
[dir="rtl"] .ptvt7.djnhb2 .qxq7b,
[dir="rtl"] .tnl6z9z4.djnhb2 .qxq7b { text-align: right; }
[dir="rtl"] .yykebz8.djnhb2 .onjl { align-items: flex-end; text-align: right; }
[dir="rtl"] .mbczvm,
[dir="rtl"] .stl2owjh,
[dir="rtl"] .dxa8pt,
[dir="rtl"] .qxq7b { text-align: right; }
[dir="rtl"] .budlmo,
[dir="rtl"] .d6ksuiva,
[dir="rtl"] .rq7ja,
[dir="rtl"] .hicbjwh,
[dir="rtl"] .zw1qel7 { text-align: right; direction: rtl; }
[dir="rtl"] .us8u .hicbjwh,
[dir="rtl"] .bksht4u .hicbjwh { padding-right: 20px; padding-left: 20px; }
.ph5bb .aauo,
.gr3nb .aauo,
.df1gg .aauo { border: var(--bw-hair) solid var(--border-alt); }
.tbj8m .aauo {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.ph5bb .giygr2n,
.gr3nb .giygr2n,
.tbj8m .giygr2n,
.df1gg .giygr2n {
  gap: 24px;
  padding: 24px 24px;
}
.ph5bb .giygr2n + .giygr2n,
.df1gg .giygr2n + .giygr2n { border-top: none; }
.ph5bb .giygr2n:nth-child(even),
.df1gg .giygr2n:nth-child(even) { background: var(--bg-surface); }
.tbj8m .giygr2n {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.ph5bb .zhen,
.gr3nb .zhen,
.tbj8m .zhen,
.df1gg .zhen {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.ph5bb .iue27z,
.gr3nb .iue27z,
.tbj8m .iue27z,
.df1gg .iue27z {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.df1gg .stz27gb { font-size: var(--fs-body); font-weight: 700; }
.ph5bb .jqh0rb8, .ph5bb .rp2x, .ph5bb .r8rrf,
.gr3nb .jqh0rb8, .gr3nb .rp2x, .gr3nb .r8rrf,
.tbj8m .jqh0rb8, .tbj8m .rp2x, .tbj8m .r8rrf,
.df1gg .jqh0rb8, .df1gg .rp2x, .df1gg .r8rrf {
  background: transparent;
  padding: 12px 0; align-items: flex-start; text-align: left;
}
.ph5bb .ed6chjq.i36p,
.gr3nb .ed6chjq.i36p,
.tbj8m .ed6chjq.i36p,
.df1gg .ed6chjq.i36p {
  padding: 16px 24px !important;
}
.df1gg .ed6chjq.i36p { box-shadow: none; }
@media (max-width: 1080px) {
  .ph5bb .giygr2n,
  .gr3nb .giygr2n,
  .tbj8m .giygr2n,
  .df1gg .giygr2n { gap: 16px; padding: 20px; }
  .ph5bb .zhen,
  .gr3nb .zhen,
  .tbj8m .zhen,
  .df1gg .zhen { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .ph5bb .zhen,
  .gr3nb .zhen,
  .tbj8m .zhen,
  .df1gg .zhen { width: 104px; height: 104px; }
}
.faf3zc .p1av { display: none; }
.y0gyw li::before { color: #2f855a; font-weight: 700; }
.mjnypjt li::before { color: #9b2c2c; font-weight: 700; }
.hmae94r::before { color: #2f855a; }
.arrnrhv::before { color: #9b2c2c; }
.uima  .w95ce0, .uima  .gj1au { border-radius: var(--r-pill); }
.nny9tw .w95ce0, .nny9tw .gj1au { border-radius: 0; }
.a8upl .w95ce0, .a8upl .gj1au { border-radius: var(--r-btn); }
.w95ce0, .gj1au, .bffg8, .i36p, .ed6chjq.i36p {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
body.nny9tw { --btn-radius: 0px; }
.bffg8, .i36p, .ed6chjq.i36p, .w95ce0, .gj1au,
.lslj406u, .vppb, .dcymc .w95ce0 {
  border-radius: var(--btn-radius) !important;
}
.h8tr a, .stl2owjh a, .dxa8pt a, .d1dgp a, .di9t 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;
}
.h8tr a:hover, .stl2owjh a:hover, .dxa8pt a:hover, .d1dgp a:hover { text-decoration-color: currentColor; }
.u2ux   { --hero-a: var(--b-50);  --hero-b: var(--b-100); }
.u2ux .cko1pk.ji8j5qq .pkiumhbz,
.u2ux section.ji8j5qq .pkiumhbz { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.u2ux .ji8j5qq .evmiba { color: var(--text-body); }
.u2ux .ji8j5qq { border-bottom: var(--bw-hair) solid var(--b-200); }
.u2ux .w43r7 { background: var(--b-50); border-bottom-color: var(--b-200); }
.cko1pk.hsbp:not(.ji8j5qq) .pkiumhbz,
section.hsbp:not(.ji8j5qq) .pkiumhbz { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.ysrby .dogswy { background: var(--bg-page); border-top-color: var(--border-alt); }
.z5lohv9 .dogswy { background: var(--b-50); border-top-color: var(--b-200); }
.kh3k64a   { --ftr-fill: var(--b-900); --ftr-edge: var(--b-800); }
.l20bgc8 .dogswy, .kh3k64a .dogswy, .vnvu2d5 .dogswy {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.l20bgc8 .dogswy :is(.yd2llp8o, .e3hc),
.kh3k64a   .dogswy :is(.yd2llp8o, .e3hc),
.vnvu2d5    .dogswy :is(.yd2llp8o, .e3hc) { color: rgba(255,255,255,0.68); }
.l20bgc8 .dogswy :is(.yp4f, .b3h2zf9),
.kh3k64a   .dogswy :is(.yp4f, .b3h2zf9),
.vnvu2d5    .dogswy :is(.yp4f, .b3h2zf9) { color: rgba(255,255,255,0.7); }
.l20bgc8 .dogswy a, .kh3k64a .dogswy a, .vnvu2d5 .dogswy a { color: rgba(255,255,255,0.9); }
.l20bgc8 .dogswy a:hover, .kh3k64a .dogswy a:hover, .vnvu2d5 .dogswy a:hover { color: #fff; }
.l20bgc8 .dogswy .ha7ffxxs,
.kh3k64a   .dogswy .ha7ffxxs,
.vnvu2d5    .dogswy .ha7ffxxs { color: #fff; }
.t0ra06 .aauo:not(.p5q5t) .giygr2n:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.cqrinla .aauo:not(.p5q5t) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.cqrinla .aauo:not(.p5q5t) .giygr2n { background: var(--bg-card); border-radius: var(--r-btn); }
.cqrinla .aauo:not(.p5q5t) .giygr2n + .giygr2n { margin-top: 8px; border-top: none; }
.drw7l { background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary)); }
.med05xp0 .giygr2n::before { background: var(--tone-line, var(--accent)); }
.de3ds .giygr2n:first-child { border-top-color: var(--tone-line, var(--accent)); }
.di9t summary:hover::after, .di9t[open] summary::after { color: var(--tone-mark, var(--accent)); }
.hpvwc .mkavc3b { border-top-color: var(--tone-line, var(--accent)); }
.lnfmpk .bo9a { background: var(--tone-fill, var(--accent-bg)); }
.f320 .abk2s0f .iue27z,
.f320 .nhbaua.abk2s0f img,
.f320 .l77z.abk2s0f img { border-radius: 22%; }
.f320 .nhbaua.abk2s0f { border-radius: var(--r-card); }
.ksz099pr .abk2s0f .iue27z,
.ksz099pr .nhbaua.abk2s0f img,
.ksz099pr .l77z.abk2s0f img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.ksz099pr .nhbaua.abk2s0f { border-radius: 50%; padding: 5px; }
.ksz099pr .abk2s0f.zhen, .f320 .abk2s0f.zhen { overflow: visible; }
.mkavc3b, .s4hpwkid, .aauo:not(.p5q5t), .wzw2scw, .di9t {
  border: none; box-shadow: var(--sh-card);
}
.x8vm1 .mkavc3b, .x8vm1 .s4hpwkid,
.x8vm1 .aauo:not(.p5q5t) { box-shadow: var(--sh-lift); }
.prj5ye6 .di9t, .r7wap .di9t, .aqxjfzi .di9t { box-shadow: none; }
.aqxjfzi .q2vn { border: none; box-shadow: var(--sh-card); }
.tyjz .di9t { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.r7wap .di9t summary { border: none; box-shadow: var(--sh-card); }
.r7wap .di9t[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.hc4hvb1e .di9t summary { color: var(--tone-fill-head-raw); }
.iienv .mkavc3b { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.lyo80g, .f9lp, .thxd2a2e { border: none; box-shadow: var(--panel-sh, none); }
.skhekux .thdu1b { border: none; box-shadow: var(--sub-sh, none); }
.q2avgnu .lyo80g, .q2avgnu .thxd2a2e { box-shadow: var(--panel-sh, none); }
.q2avgnu .wzw2scw, .q2avgnu .wl31t2ov .f9lp { box-shadow: var(--sh-card); }
.q2avgnu .skhekux .thdu1b { box-shadow: var(--sub-sh, none); }
.aq94993 .thdu1b, .q2avgnu .aq94993 .thdu1b, .x8vm1 .aq94993 .thdu1b { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.mf73 .lyo80g     { border: none; }
.mf73 .vc5zsu { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.f9lp { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.bsfv5xs { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.f9lp strong, .jrxu8wr .f9lp strong, .mygo .f9lp strong,
.lsfi26 .f9lp strong { color: var(--cl-head); }
.f9lp p, .jrxu8wr .f9lp p, .mygo .f9lp p,
.lsfi26 .f9lp p { color: var(--cl-fg); }
.jrxu8wr .f9lp { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.jrxu8wr .f9lp strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.n6vflm9h .f9lp { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.mygo .f9lp { border: none; }
.lsfi26 .f9lp  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.wl31t2ov .f9lp   { 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); }
.zqb1hru6 { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.zqb1hru6 strong { color: var(--cl-head); }
.s18r, .ptqjs { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.s18r ul li, .s18r .y0gyw li { color: var(--sem-pos-body); }
.ptqjs ul li, .ptqjs .mjnypjt li { color: var(--sem-neg-body); }
.otru5gk .s18r, .otru5gk .ptqjs { border: none; }
.zwdsdj0j .s18r, .zwdsdj0j .ptqjs { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.zwdsdj0j .s18r { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.zwdsdj0j .ptqjs { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.f25rkjm .s18r, .f25rkjm .ptqjs { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.f25rkjm .s18r { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.f25rkjm .ptqjs { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.l3l81yth .s18r .we73vdv, .l3l81yth .ptqjs .we73vdv {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.l3l81yth .s18r .we73vdv { background: var(--sem-pos-fg); }
.l3l81yth .ptqjs .we73vdv { background: var(--sem-neg-fg); }
.l3l81yth .hmae94r::before, .l3l81yth .arrnrhv::before { color: #fff; }
.bkzyj .s18r ul li, .bkzyj .s18r .y0gyw li,
.bkzyj .ptqjs ul li, .bkzyj .ptqjs .mjnypjt li { color: var(--text-body); }
.thxd2a2e { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.o97q5 { color: var(--tone-fill-head, var(--text-primary)); }
.swb6voxz .km92dqm0 a, .vlimqmj0 .km92dqm0 a, .cuwxn .km92dqm0 a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.swb6voxz .km92dqm0 a:hover, .vlimqmj0 .km92dqm0 a:hover, .cuwxn .km92dqm0 a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.fy7lqj .thxd2a2e { border-bottom-color: var(--border-alt); }
.fy7lqj .km92dqm0 a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.v98qygd, .drw7l { border: none; }
.damn { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.sprn { border-top: none; }
.sprn > span { color: var(--tone-fill-head, var(--text-primary)); }
.vbh2lo em, .wf0zs2y7 em, .ej6m em, .evuze em { color: var(--tone-fill-muted, var(--text-muted)); }
.lnfmpk .bo9a { border-bottom: none; }
.iienv .bo9a { border-bottom: none; }
.nhbaua.abk2s0f { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.nhbaua.abk2s0f img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.f320 .nhbaua.abk2s0f img { border-radius: 22%; }
.ksz099pr  .nhbaua.abk2s0f img { border-radius: 50%; }
.ksz099pr  .nhbaua.abk2s0f { padding: 0; }
@media (min-width: 900px) {
  .yryx .w3kbcgw > .mkavc3b:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.c1fb0 li::marker { color: var(--tone-mark, var(--accent)); }
.da18cg li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.dtlwlp5 h2.zrzxn3 { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.lppl h2.zrzxn3 { border-bottom-color: var(--tone-mark, var(--accent)); }
.t2k65mt h2.zrzxn3 { border-top-color: var(--tone-mark, var(--accent)); }
.tjdobu .thdu1b, .u4k7zn .thdu1b, .gr7o07s .thdu1b,
.tjdobu .f9lp, .u4k7zn .f9lp, .gr7o07s .f9lp,
.tjdobu .dcshe5g, .u4k7zn .dcshe5g, .gr7o07s .dcshe5g,
.tjdobu .wzw2scw, .u4k7zn .wzw2scw, .gr7o07s .wzw2scw { clear: both; }
.v5ytdf .aydnha { box-shadow: var(--sh-card); }
.wzw2scw { border-radius: var(--r-card); }
.luqygn9m .a4x1l5 { border: none; }
.hwfdkat .ivcz a { color: var(--b-800); }
.hwfdkat .ivcz a:hover { color: var(--b-600); }
.u2ux .cko1pk.ji8j5qq .pkiumhbz,
.u2ux section.ji8j5qq .pkiumhbz,
.u2ux .w43r7 .pkiumhbz { color: var(--b-900) !important; }
.u2ux .ji8j5qq .evmiba, .u2ux .w43r7 .evmiba { color: var(--b-800); }
.z5lohv9 .dogswy, .z5lohv9 .dogswy a { color: var(--b-800); }
.z5lohv9 .dogswy :is(.yd2llp8o, .e3hc, .yp4f) { color: var(--b-700); }
.iuj3b { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.w95ce0 { border: none; }
.o1c158s .w95ce0 { background: #fff !important; color: var(--cta) !important; }
.i0fjzs .iuj3b { background: var(--b-100); border: none; }
.i0fjzs .peig4i { color: var(--b-900); }
.i0fjzs .jv9wab { color: var(--b-800); }
.mz4vezy7 .iuj3b { background: var(--b-900); border: none; border-radius: var(--r-card); }
.mz4vezy7 .peig4i { color: #fff; }
.mz4vezy7 .jv9wab { color: rgba(255,255,255,0.82); }
.qmgspkq .iuj3b { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.qmgspkq .w95ce0 { background: #fff !important; color: var(--b-800) !important; }
.cdamo50 { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.rrunk { width: 100%; height: 100%; object-fit: cover; }
h2.zrzxn3, .pkiumhbz, h1.zrzxn3, .peig4i { font-weight: 700; }
.o6701b h3, h3.xzbpvt { font-weight: 600; }
.hrrbthd { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.c1fb0 { list-style: none !important; padding-left: 0; margin: 16px 0; }
.c1fb0 li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.c1fb0 li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.c1fb0 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);
}
.lvdyg5r .c1fb0 li { padding-left: 28px; }
.lvdyg5r .c1fb0 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));
}
.lvdyg5r .c1fb0 li::after { content: none; }
.lvdyg5r .c1fb0 li::marker, .c1fb0 li::marker { content: ""; }
.da18cg { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.da18cg li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.da18cg 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;
}
.lvdyg5r .da18cg li::before { border-radius: 50%; }
.da18cg li::marker { content: ""; }
h3.xzbpvt { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.h8tr strong, .stl2owjh strong, .wvtf4 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");
}
.y0gyw li::before, .mjnypjt 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);
}
.mjnypjt li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.y0gyw li, .mjnypjt li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.hmae94r::before, .arrnrhv::before { content: none !important; display: none !important; }
.we73vdv { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.faf3zc .p1av, .p1av {
  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;
}
.sf5xg .p1av     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.bsfv5xs .p1av { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.i1da7hxp .p1av  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.zqb1hru6 .p1av, .f1mab4v .p1av { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.p1av::before { content: none !important; }
.f9lp { gap: 14px; }
.mkavc3b { --rv-pad: 24px; }
.bo9a { padding: var(--rv-pad); }
.utkiu4rz { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.utkiu4rz > * { margin: 0 !important; }
.d1dgp { line-height: var(--lh-read); }
.sprn {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.sprn > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.sprn 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)); }
.sprn b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.l9s8h { gap: 16px; }
.bkzyj .s18r, .bkzyj .ptqjs { padding: 0; }
.bkzyj .ptqjs { padding-left: 20px; }
.pjz7cv { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.l9s8h + .pjz7cv { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.kch0 { 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); }
.v98qygd, .damn, .t4wo {
  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));
}
.zqb1hru6 { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.zqb1hru6 strong, .jrxu8wr .zqb1hru6 strong,
.f1mab4v strong, .jrxu8wr .f1mab4v 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));
}
.zqb1hru6 p, .f1mab4v p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.zqb1hru6 { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.d0oqkv9 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); }
.d0oqkv9 .osuaz { color: inherit; opacity: .7; }
.skhekux .thdu1b { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.dbile3t5 h2.zrzxn3 { 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); }
.b85m80 .mz4vezy7 .w95ce0, .b85m80 .qmgspkq .w95ce0,
.b85m80.ur4uk9dt .cdxn, .b85m80.vnvu2d5 .dogswy .i36p { background: #fff !important; color: var(--b-900) !important; }
.yryx .w3kbcgw { align-items: stretch; }
.mkavc3b { display: flex; flex-direction: column; }
.mkavc3b .utkiu4rz { flex: 1 1 auto; }
.mkavc3b .zqb1hru6 { margin-top: auto !important; }
.a4x1l5 { font-size: var(--fs-sm); }
.a4x1l5 th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.a4x1l5 td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.a4x1l5 td:first-child { font-weight: 600; color: var(--text-primary); }
.a4x1l5 tbody tr:last-child td { border-bottom: none; }
.a4x1l5 tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.pfmb57jp .a4x1l5 th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.luqygn9m .a4x1l5 th, .luqygn9m .a4x1l5 td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.luqygn9m .a4x1l5 th + th, .luqygn9m .a4x1l5 td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.luqygn9m .a4x1l5 tbody tr:last-child td { border-bottom: none; }
.nn1b6dja .luqygn9m .a4x1l5 th + th, .f0we .luqygn9m .a4x1l5 th + th,
.is8gm4c.luqygn9m .a4x1l5 th + th { border-left-color: rgba(255,255,255,0.16); }
.d447 .a4x1l5 tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.os5vd .lyo80g { align-items: center; text-align: center; }
.os5vd .vbxri4y { text-align: left; }
.os5vd .ylc23vw { margin-left: auto; margin-right: auto; }
.vc5zsu, .zp6jek .vc5zsu, .mf73 .vc5zsu {
  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));
}
.os5vd.m9vg .vc5zsu, .gr7h8a.m9vg .vc5zsu { align-items: center; }
.lyo80g, .mf73 .lyo80g { background: var(--bg-card); box-shadow: var(--sh-card); }
.q2avgnu .lyo80g, .x8vm1 .lyo80g { box-shadow: var(--sh-card); }
.kjsypy .lyo80g, .q2avgnu .kjsypy .lyo80g { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .cmr1h:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .cmr1h:has(> :nth-child(5):last-child) .lyo80g { padding: 20px 16px 18px; }
  .cmr1h:has(> :nth-child(6):last-child), .cmr1h:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cmr1h:has(> :nth-child(7):last-child), .cmr1h:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .c1fb0 li, [dir="rtl"] .lvdyg5r .c1fb0 li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .lvdyg5r .c1fb0 li { padding-right: 28px; }
[dir="rtl"] .c1fb0 li::before { left: auto; right: 0; }
[dir="rtl"] .lvdyg5r .c1fb0 li::before { left: auto; right: 6px; }
[dir="rtl"] .c1fb0 li::after { left: auto; right: 9px; }
[dir="rtl"] .da18cg li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .da18cg li::before { left: auto; right: 0; }
[dir="rtl"] .y0gyw li, [dir="rtl"] .mjnypjt li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .y0gyw li::before, [dir="rtl"] .mjnypjt li::before { left: auto; right: 0; }
[dir="rtl"] .f25rkjm .s18r, [dir="rtl"] .f25rkjm .ptqjs { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .f25rkjm .s18r { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .f25rkjm .ptqjs { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .bkzyj .ptqjs { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .f9lp, [dir="rtl"] .lsfi26 .f9lp, [dir="rtl"] .wl31t2ov .f9lp { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .jrxu8wr .f9lp, [dir="rtl"] .n6vflm9h .f9lp, [dir="rtl"] .mygo .f9lp { border-right: none; }
[dir="rtl"] .dtlwlp5 h2.zrzxn3 { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .a4x1l5 th, [dir="rtl"] .a4x1l5 td { text-align: right; }
[dir="rtl"] .luqygn9m .a4x1l5 th + th, [dir="rtl"] .luqygn9m .a4x1l5 td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .tyjz .di9t, [dir="rtl"] .hc4hvb1e .di9t summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .di9t summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .t0ra06 .aauo:not(.p5q5t) .giygr2n:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .giygr2n { gap: 0 14px; padding: 16px; }
  .giygr2n::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .q29s, .h30e2bi { flex: 1 1 0; min-width: 0; }
  .mbk9 { flex: 0 0 auto; }
  .nhhjul { align-self: center; }
  
  .jqh0rb8, .rp2x, .r8rrf,
  .w035r, .ec8meve, .zxlmjc,
  .dhef, .l5fd30d, .jfwztp {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .jqh0rb8, .rp2x, .r8rrf { flex-basis: 100%; min-width: 100%; }
  
  .x8wb4, .nmuf5 { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .y0fxf7e, .yfhf { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .yfhf .drw7l:nth-child(n+3) { display: inline-block; }
  .yfhf .drw7l:nth-child(n+4) { display: none; }
  
  .z0z0gxhg, .jckycxo { margin-top: 16px; }
  .uf25 { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .w035r, .ec8meve, .zxlmjc,
  .dhef, .l5fd30d, .jfwztp { flex-basis: 100%; min-width: 100%; }
}
.zhen.abk2s0f, .u6o8z .zhen.abk2s0f, .lr9cef5 .zhen.abk2s0f,
.jp15fw0 .zhen.abk2s0f, .ilohsr3 .zhen.abk2s0f,
.l77z.abk2s0f, .u6o8z .l77z.abk2s0f, .lr9cef5 .l77z.abk2s0f,
.jp15fw0 .l77z.abk2s0f, .ilohsr3 .l77z.abk2s0f {
  background: transparent; padding: 0; width: auto; height: auto;
}
.u6o8z .zhen.abk2s0f .iue27z, .lr9cef5 .zhen.abk2s0f .iue27z,
.jp15fw0 .zhen.abk2s0f .iue27z, .ilohsr3 .zhen.abk2s0f .iue27z { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .zhen.abk2s0f .iue27z { max-height: 64px; max-width: 64px; }
  
  .yfhf { flex-wrap: wrap; overflow: visible; }
  .yfhf .drw7l { max-width: 100%; }
}
.fxntf2sr { display: none; }
.mxknee, .h6h43 { display: contents; }
.zqb1hru6, .mygo .zqb1hru6, .wl31t2ov .zqb1hru6 { background: transparent !important; }
.pjz7cv .v98qygd, .pjz7cv .damn, .pjz7cv .t4wo { background: var(--bg-surface); color: var(--text-body); }
.d0oqkv9 { align-items: center; gap: 10px; }
.d0oqkv9 strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.wajh {
  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);
}
.oogtr { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.oogtr em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.oogtr b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.wajh .i36p { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .wajh { flex-direction: column; align-items: stretch; }
  .wajh .i36p { text-align: center; }
}
@media (min-width: 900px) {
  .kdkh1ep8 .w3kbcgw, .kdkh1ep8.yryx .w3kbcgw { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .kdkh1ep8 .mkavc3b:has(> .mxknee) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .kdkh1ep8 .mkavc3b:has(> .mxknee) > .wajh { display: none; }

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

  .kdkh1ep8 .h6h43 { display: flex; flex-direction: column; min-width: 0; }
  .kdkh1ep8 .h6h43 .by1e { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .kdkh1ep8 .h6h43 .by1e img.f5t04r { max-height: 250px; }
  .kdkh1ep8 .h6h43 .utkiu4rz { flex: 1 1 auto; }
  
  .kdkh1ep8 .h6h43 .l9s8h { grid-template-columns: 1fr 1fr; gap: 20px; }
  .kdkh1ep8 .h6h43 .pjz7cv { flex-wrap: wrap; }
  .kdkh1ep8 .h6h43 .kch0 { flex: 0 0 auto; margin: 0 8px 0 0; }
  .kdkh1ep8 .mkavc3b:last-child:nth-child(odd) { grid-column: auto; }
  
  .kdkh1ep8.lnfmpk .bo9a, .kdkh1ep8.hpvwc .bo9a { background: none; }
}
[dir="rtl"] .kdkh1ep8 .mxknee .sprn b { text-align: left; }
[dir="rtl"] .kdkh1ep8 .mxknee .sprn > .vbh2lo b { text-align: right; }
[dir="rtl"] .kdkh1ep8 .h6h43 .kch0 { margin: 0 0 0 8px; }
.n5a6ud .mkavc3b .by1e { order: -1; }
.n5a6ud .mkavc3b .by1e img.f5t04r { max-height: 210px; width: 100%; }
.n5a6ud .mkavc3b:has(.by1e) .bo9a { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.n5a6ud .mkavc3b:has(.by1e) .nhbaua { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.n5a6ud.ksz099pr .mkavc3b:has(.by1e) .nhbaua { border-radius: 50%; }
.n5a6ud .mkavc3b:has(.by1e) .o6701b,
.n5a6ud .mkavc3b:has(.by1e) .yk9d { padding-top: 52px; }
.n5a6ud.lnfmpk .bo9a, .n5a6ud.hpvwc .bo9a { background: none; }
.kql6b .mkavc3b .by1e { display: none; }
.kql6b .mkavc3b { --rv-pad: 20px; }
.kql6b .d1dgp { font-size: var(--fs-sm); line-height: 1.65; }
.kql6b .utkiu4rz { gap: 16px; }
.kql6b .pjz7cv + .pjz7cv { display: none; }
.kql6b .nhbaua.abk2s0f, .kql6b .nhbaua.abk2s0f img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
: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"); }
.sprn:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .kdkh1ep8 .mkavc3b:has(> .mxknee) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .kdkh1ep8 .mkavc3b:has(> .mxknee) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .kdkh1ep8 .mxknee { background: none; align-self: start; position: sticky; top: 96px; }
  .kdkh1ep8 .mxknee .sprn { align-items: stretch; }
  .kdkh1ep8 .mxknee .yk9d { margin-top: 0; padding: 20px 0 0; }
  .kdkh1ep8 .mxknee .o6701b { padding: 0; }
  
  .kdkh1ep8.h42a .mxknee .nhbaua { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .kdkh1ep8.h42a .mxknee .nhbaua:not(.abk2s0f) { width: 112px; height: 112px; padding: 6px; }
}
.n5a6ud.h42a .bo9a { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.n5a6ud.h42a .nhbaua { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.n5a6ud.h42a .o6701b, .n5a6ud.h42a .yk9d { padding-left: 0; padding-right: 0; padding-bottom: 0; }
@media (max-width: 700px) { .e8qf .cmr1h { grid-template-columns: minmax(0, 1fr) !important; } }
@media (max-width: 560px) {
  .l9s8h, .dcshe5g { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .bkzyj .ptqjs, [dir="rtl"] .bkzyj .ptqjs {
    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;
  }
  
  .n5a6ud .mkavc3b:has(.by1e) .o6701b { padding-top: 0; }
}
.r0fn p, .vjuouaa, .f91bai6p, .s75a, .ak72b,
.rq7ja, .t24995w6, .nr10b, .xz2g8u p, .cd5ip p { color: var(--text-body); }
.bj9ly1mj { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.is34c29w, .sbet .is34c29w, .wn3h41s,
.w7pjwcl, .p2abavfk, .crmg,
.xz2g8u h2, .xz2g8u h3, .s9h9x h2, .ugwi 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;
}
.nndnmk .is34c29w { font-size: var(--fs-lead); }
.pb5ep4u { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.jm2nnj { font-weight: 700; letter-spacing: -0.02em; }
.f91bai6p, .s75a { list-style: none !important; padding-left: 0; }
.f91bai6p li, .s75a li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.f91bai6p li::marker, .s75a li::marker { content: ""; }
.f91bai6p li::before, .s75a 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"] .f91bai6p li, [dir="rtl"] .s75a li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .f91bai6p li::before, [dir="rtl"] .s75a li::before { left: auto; right: 6px; }
.sdqt { border: none; box-shadow: var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.r0fn a:not(.i36p):not(.bffg8) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .dcymc .iuj3b {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .dcymc .cdamo50 { 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); }
  .dcymc .iyvblxb9 { flex: 1 1 0; min-width: 0; }
  .dcymc .peig4i {
    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;
  }
  .dcymc .w95ce0 { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .p6dwc { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.azupdp h1, .azupdp h2, .azupdp h3, .azupdp .pkiumhbz,
.azupdp h2.zrzxn3, .azupdp h1.zrzxn3 { font-weight: 600; }
.vimcux h1, .vimcux h2, .vimcux h3, .vimcux .pkiumhbz,
.vimcux h2.zrzxn3, .vimcux h1.zrzxn3 { font-weight: 700; }
.jx4gez0 h1, .jx4gez0 .pkiumhbz, .jx4gez0 h1.zrzxn3,
.i2po4e2.azupdp .pkiumhbz { font-weight: 600; }
h3.xzbpvt, .vimcux h3.xzbpvt, .o6701b h3, .vimcux .o6701b h3 { font-weight: 600; }
.yt0a .ivcz a, .ay0zpmts .ivcz a { font-weight: 600; }
.vjcds5j1 .pz3vw { font-weight: 600; }
.vjcds5j1 .m2lt { font-weight: 700; }
.stz27gb { font-weight: 600; }
.m2lt { font-weight: 700; }
.evmiba { font-weight: 400; }
.myxl2ov { display: block; }
.ckejc { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.ckejc .thxd2a2e { margin: 20px 0 8px; }
.zqxjog { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .ckejc { padding: 0 16px; } }
@media (min-width: 1100px) {
  .znvyqvx4 .h9755, .x1tyfkc .h9755, .bqvhxq .h9755,
  .znvyqvx4 .myxl2ov, .x1tyfkc .myxl2ov, .bqvhxq .myxl2ov { max-width: 1280px; }
  .znvyqvx4 .myxl2ov, .x1tyfkc .myxl2ov, .bqvhxq .myxl2ov {
    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;
  }
  .x1tyfkc .myxl2ov, .bqvhxq .myxl2ov { grid-template-columns: minmax(0, 1fr) 264px; }
  .x1tyfkc .ckejc, .bqvhxq .ckejc { order: 2; }
  .znvyqvx4 .ckejc, .x1tyfkc .ckejc, .bqvhxq .ckejc {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .znvyqvx4 .ttw2b2, .x1tyfkc .ttw2b2, .bqvhxq .ttw2b2 {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .znvyqvx4 .dvr89v7z .mbczvm, .x1tyfkc .dvr89v7z .mbczvm,
  .bqvhxq .dvr89v7z .mbczvm { max-width: none; padding-left: 0; padding-right: 0; }
  .znvyqvx4 .dvr89v7z > .zqxjog:first-child, .x1tyfkc .dvr89v7z > .zqxjog:first-child,
  .bqvhxq .dvr89v7z > .zqxjog:first-child { padding-top: 0; }
  .znvyqvx4 .dvr89v7z > .zqxjog:first-child .mbczvm, .x1tyfkc .dvr89v7z > .zqxjog:first-child .mbczvm,
  .bqvhxq .dvr89v7z > .zqxjog:first-child .mbczvm { padding-top: 0; }

  
  .znvyqvx4 .ckejc .thxd2a2e, .x1tyfkc .ckejc .thxd2a2e, .bqvhxq .ckejc .thxd2a2e {
    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;
  }
  .znvyqvx4 .ckejc .o97q5, .x1tyfkc .ckejc .o97q5, .bqvhxq .ckejc .o97q5 {
    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);
  }
  .znvyqvx4 .ckejc .km92dqm0, .x1tyfkc .ckejc .km92dqm0, .bqvhxq .ckejc .km92dqm0 {
    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);
  }
  .znvyqvx4 .ckejc .km92dqm0 li, .x1tyfkc .ckejc .km92dqm0 li, .bqvhxq .ckejc .km92dqm0 li {
    display: block !important; margin: 0 !important;
  }
  .znvyqvx4 .ckejc .km92dqm0 li::before, .x1tyfkc .ckejc .km92dqm0 li::before, .bqvhxq .ckejc .km92dqm0 li::before,
  .znvyqvx4 .ckejc .km92dqm0 li::after, .x1tyfkc .ckejc .km92dqm0 li::after, .bqvhxq .ckejc .km92dqm0 li::after,
  .znvyqvx4 .ckejc .km92dqm0 a::before, .x1tyfkc .ckejc .km92dqm0 a::before, .bqvhxq .ckejc .km92dqm0 a::before {
    content: none !important; display: none !important;
  }
  .znvyqvx4 .ckejc .km92dqm0 a, .x1tyfkc .ckejc .km92dqm0 a, .bqvhxq .ckejc .km92dqm0 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;
  }
  .znvyqvx4 .ckejc .km92dqm0 a:hover, .x1tyfkc .ckejc .km92dqm0 a:hover, .bqvhxq .ckejc .km92dqm0 a:hover { color: var(--text-primary) !important; }
  .znvyqvx4 .ckejc .km92dqm0 a.p2vy, .x1tyfkc .ckejc .km92dqm0 a.p2vy, .bqvhxq .ckejc .km92dqm0 a.p2vy {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .bqvhxq .wqi906w {
    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);
  }
  .hqkoueex { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .rmxoqx1c { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .zqv2y5 { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .ksz099pr .zqv2y5 { border-radius: 50%; }
  .g35hk { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .tmh4 { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .wnnj2q { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .ckejc .km92dqm0 { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .znvyqvx4 .ckejc .km92dqm0 a, [dir="rtl"] .x1tyfkc .ckejc .km92dqm0 a, [dir="rtl"] .bqvhxq .ckejc .km92dqm0 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"] .znvyqvx4 .ckejc .km92dqm0 a.p2vy, [dir="rtl"] .x1tyfkc .ckejc .km92dqm0 a.p2vy, [dir="rtl"] .bqvhxq .ckejc .km92dqm0 a.p2vy { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .w92b5vkf .ckejc .km92dqm0, [dir="rtl"] .iqo5 .ckejc .km92dqm0,
[dir="rtl"].w92b5vkf .ckejc .km92dqm0, [dir="rtl"].iqo5 .ckejc .km92dqm0 { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .ckejc .km92dqm0 { border-right: none; } }
.iqo5 .ckejc {
  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);
}
.iqo5 .ckejc .thxd2a2e {
  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;
}
.iqo5 .ckejc .o97q5 { display: none !important; }
.iqo5 .ckejc .km92dqm0 {
  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;
}
.iqo5 .ckejc .km92dqm0::-webkit-scrollbar { display: none; }
.iqo5 .ckejc .km92dqm0 li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.iqo5 .ckejc .km92dqm0 li::before, .iqo5 .ckejc .km92dqm0 li::after,
.iqo5 .ckejc .km92dqm0 a::before { content: none !important; display: none !important; }
.iqo5 .ckejc .km92dqm0 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;
}
.iqo5 .ckejc .km92dqm0 li:first-child a { padding-left: 0 !important; }
.iqo5 .ckejc .km92dqm0 a:hover { color: var(--text-primary) !important; }
.iqo5 .ckejc .km92dqm0 a.p2vy { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.iqo5 .zqxjog { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .iqo5 .ckejc .thxd2a2e { padding: 0 16px !important; } }
.iqo5 .ckejc .km92dqm0 {
  -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;
}
.iqo5 .ckejc .thxd2a2e { overflow: hidden; }
.lvdyg5r .c1fb0 li::before, .f91bai6p li::before, .s75a li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .ep7958z, .zsc34w, .aojnm, .v7ud2b0z { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .zqb1hru6, .f1mab4v { display: block !important; }
  .zqb1hru6 .p1av, .f1mab4v .p1av { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .zqb1hru6 .p1av, [dir="rtl"] .f1mab4v .p1av { float: right; margin: 0 0 0 8px; }
  .zqb1hru6 strong, .f1mab4v strong { line-height: 18px; margin-bottom: 8px; }
  .zqb1hru6 p, .f1mab4v p { clear: both; }
  .mkavc3b { --rv-pad: 18px; }
  .utkiu4rz { gap: 16px; }
}
.lwq93 .nksyb1j, .qyrqmd .nksyb1j, .i9kq .nksyb1j, .tzot6d3u .nksyb1j { color: var(--text-primary); }
.lwq93 .nksyb1j .vd7a { color: var(--tone-link, var(--accent)); }
.lwq93 .nksyb1j:not(:has(.vd7a))::first-letter { color: var(--tone-link, var(--accent)); }
.lwq93 .nksyb1j { display: inline-block; }
.tzot6d3u .nksyb1j::after { content: "."; color: var(--tone-mark, var(--accent)); }
.i9kq .nksyb1j { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.qyrqmd .nksyb1j { font-weight: 700; letter-spacing: -0.035em; }
.n77k3 .nksyb1j, .ur4uk9dt .nksyb1j,
.n77k3 .nksyb1j .vd7a, .ur4uk9dt .nksyb1j .vd7a { color: #fff !important; }
.n77k3.tzot6d3u .nksyb1j::after, .ur4uk9dt.tzot6d3u .nksyb1j::after { color: rgba(255,255,255,0.7); }
.n77k3.lwq93 .nksyb1j::first-letter, .ur4uk9dt.lwq93 .nksyb1j::first-letter { color: #fff; }
.eodqka .dvr89v7z > .zqxjog:nth-of-type(even) .v5ytdf { display: none; }
.mdw9m82f .dvr89v7z > .zqxjog .v5ytdf { display: none; }
.mdw9m82f .dvr89v7z > .zqxjog:nth-of-type(-n+2) .v5ytdf { display: block; }
.xjzbhwr .v5ytdf { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.xjzbhwr .v5ytdf .aydnha { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .xjzbhwr .v5ytdf .aydnha { aspect-ratio: 16 / 7; } }
.alkrk40 .v5ytdf .aydnha { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.alkrk40 .v5ytdf::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.alkrk40 .v5ytdf, .xwvxim4n .v5ytdf { border-radius: var(--r-card); isolation: isolate; }
.xwvxim4n .v5ytdf .aydnha { filter: grayscale(1) contrast(1.1); }
.rl67el7, .rl67el7.cko1pk { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.rl67el7 .qxq7b { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.rl67el7 .pkiumhbz { 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; }
.rl67el7 .evmiba { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.rl67el7 .qxq7b::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.rl67el7 ~ .a2cb { 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; }
.rl67el7 ~ .a2cb .ypac { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .znvyqvx4 .rl67el7 .qxq7b, .x1tyfkc .rl67el7 .qxq7b, .bqvhxq .rl67el7 .qxq7b { max-width: 1280px; }
}
@media (max-width: 640px) { .rl67el7 { padding-top: 24px; } .rl67el7 .qxq7b { padding: 0 16px; } .rl67el7 .pkiumhbz { font-size: var(--fs-h2); max-width: none; } }
.tnl6z9z4, .tnl6z9z4.cko1pk, .ptvt7, .ptvt7.cko1pk {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.tnl6z9z4 .qxq7b, .ptvt7 .qxq7b { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.yykebz8.oyh3y, .yykebz8.oyh3y.cko1pk { min-height: 0 !important; padding: 48px 0; }
.p5q5t .m2lt {
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25;
}
.p5q5t .jqh0rb8, .p5q5t .rp2x, .p5q5t .r8rrf { background: var(--tone-fill-raw, var(--accent-bg)); }
.p5q5t .giygr2n { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.p5q5t .giygr2n::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .p5q5t .giygr2n {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .p5q5t .wx2z, .p5q5t .mbk9, .p5q5t .q29s, .p5q5t .h30e2bi,
  .p5q5t .jqh0rb8, .p5q5t .z0z0gxhg, .p5q5t .jckycxo {
    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;
  }
  
  .cko1pk .p5q5t, .p5q5t.krx9c4yn, .p5q5t.y9e32r3, .p5q5t.gndr {
    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;
  }
  .cko1pk .p5q5t::-webkit-scrollbar { display: none; }
  .cko1pk .p5q5t .giygr2n { flex: 0 0 74% !important; scroll-snap-align: center; }
  .tnl6z9z4, .ptvt7 { padding: 32px 0 24px; }
  .yykebz8.oyh3y { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .ptvt7, .tnl6z9z4, .yykebz8.oyh3y { overflow-x: clip; max-width: 100vw; }
  .ptvt7 .qxq7b, .tnl6z9z4 .qxq7b, .oyh3y .jhww4t1, .oyh3y .onjl { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .cko1pk .p5q5t { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.jrzui4, .jrzui4.cko1pk, .ay0bi, .ay0bi.cko1pk {
  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);
}
.u2ux .jrzui4, .u2ux .ay0bi { --hero-fg: var(--b-900); --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-700); }
.jrzui4 { background: linear-gradient(120deg, var(--hero-a, var(--b-900)) 0%, var(--hero-b, var(--b-800)) 100%); padding: 36px 0 40px; }
.u2ux .jrzui4 { border-bottom: var(--bw-hair) solid var(--b-200); }
.jrzui4 .qxq7b, .ay0bi .qxq7b {
  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;
}
.jrzui4 .qxq7b { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.qx02cn6 .qxq7b:has(.nzhu9o33) { grid-template-columns: minmax(0, 1fr) 320px; }
.jrzui4 .pkiumhbz, .ay0bi .pkiumhbz, .rl67el7 .pkiumhbz {
  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;
}
.jrzui4 .pkiumhbz, .ay0bi .pkiumhbz { color: var(--hero-fg) !important; }
.jrzui4 .evmiba, .ay0bi .evmiba {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.nzhu9o33 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); }
.yix1odjg .ypac, .yix1odjg .ypac * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.yix1odjg .ypac { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.jrzui4 .yix1odjg .ypac, .jrzui4 .yix1odjg .ypac a, .jrzui4 .yix1odjg .ypac span,
.ay0bi .yix1odjg .ypac, .ay0bi .yix1odjg .ypac a, .ay0bi .yix1odjg .ypac span { color: var(--hero-fg-dim) !important; }
.jrzui4 .yix1odjg .ypac a, .ay0bi .yix1odjg .ypac a { color: var(--hero-fg) !important; font-weight: 600; }
.rl67el7 .yix1odjg .ypac { color: var(--text-muted); }
.rl67el7 .qxq7b::after { margin-top: 22px; }
.ay0bi .pkiumhbz { max-width: 24ch; }
@media (min-width: 1100px) {
  .znvyqvx4 .jrzui4 .qxq7b, .x1tyfkc .jrzui4 .qxq7b, .bqvhxq .jrzui4 .qxq7b,
  .znvyqvx4 .ay0bi .qxq7b, .x1tyfkc .ay0bi .qxq7b, .bqvhxq .ay0bi .qxq7b { max-width: 1280px; }
}
@media (max-width: 760px) {
  .jrzui4 { padding: 24px 0 26px; }
  .jrzui4 .qxq7b, .ay0bi .qxq7b { padding: 0 16px; }
  .qx02cn6 .qxq7b:has(.nzhu9o33) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .nzhu9o33 { display: none; }
  .ay0bi { padding-top: 12px; }
  .yn5yq3 { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .gsjxida { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .gsjxida img { width: 48px; height: 48px; flex: 0 0 48px; }
  .dzkgd4 { flex: 0 0 auto; }
  .h0ffjw1 { flex: 1 1 0; min-width: 0; }
  .jrzui4 .pkiumhbz, .ay0bi .pkiumhbz, .rl67el7 .pkiumhbz { font-size: 25px !important; max-width: none; }
  .jrzui4 .evmiba, .ay0bi .evmiba { font-size: 15px; }
}
.hsbp .evmiba, .yykebz8 .evmiba, .w43r7 .evmiba { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .zwetiatl .aauo:not(.p5q5t), .yq0m .aauo:not(.p5q5t) {
    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;
  }
  .zwetiatl .aauo:not(.p5q5t) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .zwetiatl .aauo:not(.p5q5t):has(> :nth-child(5):last-child),
  .zwetiatl .aauo:not(.p5q5t):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .zwetiatl .aauo:not(.p5q5t):has(> :nth-child(3):last-child),
  .zwetiatl .aauo:not(.p5q5t):has(> :nth-child(6):last-child),
  .zwetiatl .aauo:not(.p5q5t):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .yq0m .aauo:not(.p5q5t) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .zwetiatl .aauo:not(.p5q5t) > .giygr2n,
  .yq0m .aauo:not(.p5q5t) > .giygr2n: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;
  }
  .zwetiatl .aauo:not(.p5q5t) > .giygr2n:hover,
  .yq0m .aauo:not(.p5q5t) > .giygr2n:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .zwetiatl .giygr2n .wx2z, .yq0m .giygr2n:nth-child(-n+3) .wx2z {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .zwetiatl .giygr2n .mbk9, .zwetiatl .giygr2n .q29s, .zwetiatl .giygr2n .h30e2bi,
  .yq0m .giygr2n:nth-child(-n+3) .mbk9, .yq0m .giygr2n:nth-child(-n+3) .q29s,
  .yq0m .giygr2n:nth-child(-n+3) .h30e2bi { order: -2; padding: 0; gap: 12px; }
  .zwetiatl .giygr2n .zhen, .yq0m .giygr2n:nth-child(-n+3) .zhen {
    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;
  }
  .zwetiatl .giygr2n .iue27z, .yq0m .giygr2n:nth-child(-n+3) .iue27z { max-height: 88px !important; max-width: 88% !important; }
  .zwetiatl .giygr2n .stz27gb, .yq0m .giygr2n:nth-child(-n+3) .stz27gb { padding: 0 16px; font-size: var(--fs-body); }
  .zwetiatl .giygr2n .nhhjul, .yq0m .giygr2n:nth-child(-n+3) .nhhjul { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .zwetiatl .giygr2n .z0z0gxhg, .zwetiatl .giygr2n .jckycxo,
  .yq0m .giygr2n:nth-child(-n+3) .z0z0gxhg, .yq0m .giygr2n:nth-child(-n+3) .jckycxo { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .zwetiatl .giygr2n .jckycxo::before, .yq0m .giygr2n:nth-child(-n+3) .jckycxo::before { display: none; }
  .zwetiatl .giygr2n .y0fxf7e, .zwetiatl .giygr2n .yfhf,
  .yq0m .giygr2n:nth-child(-n+3) .y0fxf7e, .yq0m .giygr2n:nth-child(-n+3) .yfhf { justify-content: center; }
  .zwetiatl .giygr2n .m2lt, .yq0m .giygr2n:nth-child(-n+3) .m2lt { font-size: var(--fs-sm); }
  
  .zwetiatl .giygr2n .k7rbo, .yq0m .giygr2n:nth-child(-n+3) .k7rbo { display: none; }
  
  .zwetiatl .aauo:not(.p5q5t) > .giygr2n::before,
  .yq0m .aauo:not(.p5q5t) > .giygr2n: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"] .zwetiatl .aauo:not(.p5q5t) > .giygr2n::before,
  [dir="rtl"] .yq0m .aauo:not(.p5q5t) > .giygr2n:nth-child(-n+3)::before { left: auto; right: 10px; }

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

  
  .bt5eqfpd .aauo:not(.p5q5t) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .bt5eqfpd .aauo:not(.p5q5t)::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);
  }
  .bt5eqfpd .aauo:not(.p5q5t) > .giygr2n { padding-top: 10px; padding-bottom: 10px; position: static; }
  .bt5eqfpd .aauo:not(.p5q5t) > .giygr2n:first-child { position: relative; }
  .bt5eqfpd .aauo:not(.p5q5t) .wx2z { position: static; }
  .bt5eqfpd .aauo:not(.p5q5t) .hxbho { display: none; }
  
  .bt5eqfpd .aauo:not(.p5q5t) > .giygr2n:first-child .hxbho {
    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;
  }
  .bt5eqfpd .zhen { height: 64px !important; width: auto !important; }
  .bt5eqfpd .iue27z { max-height: 56px !important; max-width: 120px !important; }
  .bt5eqfpd .q29s { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .bt5eqfpd .m2lt { font-size: var(--fs-sm); }
  .bt5eqfpd .ed6chjq.i36p { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .bt5eqfpd .med05xp0 .giygr2n::before, .bt5eqfpd.med05xp0 .giygr2n::before { top: 8px; bottom: 8px; }
  
  .zwetiatl.med05xp0 .giygr2n::before { border-radius: var(--r-pill) !important; }
  .zwetiatl.kpgukf .giygr2n:nth-child(even), .yq0m.kpgukf .giygr2n:nth-child(even) { background: var(--bg-card) !important; }
  .zwetiatl.de3ds .giygr2n:first-child, .yq0m.de3ds .giygr2n:first-child { border-top: none !important; }
  .zwetiatl.t0ra06 .aauo:not(.p5q5t) .giygr2n:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .zwetiatl .giygr2n .jckycxo, .yq0m .giygr2n:nth-child(-n+3) .jckycxo { display: flex !important; flex-direction: column; }
  
  .bt5eqfpd .aauo:not(.p5q5t) { 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; }
  .bt5eqfpd .aauo:not(.p5q5t) > .giygr2n { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .bt5eqfpd .aauo:not(.p5q5t) > .giygr2n + .giygr2n { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .bt5eqfpd .aauo:not(.p5q5t) > .giygr2n:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .bt5eqfpd .q29s, .bt5eqfpd .mbk9, .bt5eqfpd .h30e2bi { justify-content: flex-start; align-items: center; }
  .bt5eqfpd .jckycxo { --cs-link-h: 0px; }
  .bt5eqfpd .jckycxo .uf25 { display: none; }
}
.xb2tz { display: none; }
@media (min-width: 901px) {
  .zwetiatl .aauo:not(.p5q5t) .xb2tz,
  .yq0m .aauo:not(.p5q5t) > .giygr2n:nth-child(-n+3) .xb2tz { display: block; }
}
body .cko1pk.jrzui4 .pkiumhbz, body .cko1pk.ay0bi .pkiumhbz,
body section.jrzui4 .pkiumhbz, body section.ay0bi .pkiumhbz { color: var(--hero-fg) !important; text-shadow: none !important; }
body .cko1pk.rl67el7 .pkiumhbz { text-shadow: none !important; }
@media (max-width: 760px) {
  .gsjxida { width: auto; flex-wrap: wrap; }
  .nivoq64 { flex: 1 0 100%; margin-top: 4px; }
}
.burkdw5 .mib74ng, .fybdht .mib74ng { display: block; }
@media (max-width: 640px) {
  .n77k3 .ivcz, .ur4uk9dt .ivcz,
  .n77k3 .ivcz.sh5dyx, .ur4uk9dt .ivcz.sh5dyx { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .n77k3 .ivcz a, .ur4uk9dt .ivcz a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .hwfdkat .ivcz, .hwfdkat .ivcz.sh5dyx { background: var(--b-50) !important; }
}
body .mkavc3b .d0oqkv9 strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .mkavc3b .d0oqkv9 strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.kdkh1ep8 .mkavc3b .mxknee .d0oqkv9 strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.jrzui4, .ay0bi { --hero-fg-soft: rgba(255,255,255,0.92); --hero-fg-dim: rgba(255,255,255,0.84); }
.u2ux .jrzui4, .u2ux .ay0bi { --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-800); }
.yd2llp8o, .e3hc, .r8qr6pja .yd2llp8o, .r8qr6pja .e3hc { color: var(--text-muted); }
@media (max-width: 560px) {
  .nhbaua.abk2s0f, .nhbaua.abk2s0f img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .m5l76:has(> .hsbp, > .jrzui4, > .yykebz8) + .d9y7fl { margin-top: -38px; }
  
  .c2laa6 .m5l76 + .d9y7fl { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .znvyqvx4 .d9y7fl, .x1tyfkc .d9y7fl, .bqvhxq .d9y7fl { max-width: 1280px; }
}
@media (max-width: 640px) {
  .pxgu45ep .pb5ep4u { max-width: none; }
}
.pb5ep4u, .pkiumhbz, .is34c29w { overflow-wrap: break-word; }
.z35tht8y > div > div, .r0fn .zz1v > div { min-width: 0; }
.r0fn p, .r0fn li, .r0fn td, .r0fn a { overflow-wrap: anywhere; }
.mkavc3b .nhbaua.abk2s0f { align-self: center; height: auto; aspect-ratio: 1 / 1; flex: 0 0 auto; }
body.h42a .mkavc3b .nhbaua.abk2s0f { border-radius: 0; align-self: stretch; aspect-ratio: auto; }
body.n5a6ud.h42a .mkavc3b .nhbaua.abk2s0f { align-self: flex-end; aspect-ratio: 1 / 1; }
body.n5a6ud.h42a.ksz099pr .mkavc3b .nhbaua.abk2s0f { border-radius: 50%; }
body.n5a6ud.h42a.f320 .mkavc3b .nhbaua.abk2s0f { border-radius: var(--r-card); }
@media (min-width: 900px) {
  body.kdkh1ep8.h42a .mkavc3b .mxknee .nhbaua.abk2s0f { aspect-ratio: 1 / 1; align-self: center; }
  body.kdkh1ep8.h42a.ksz099pr .mkavc3b .mxknee .nhbaua.abk2s0f { border-radius: 50%; }
  body.kdkh1ep8.h42a.f320 .mkavc3b .mxknee .nhbaua.abk2s0f { border-radius: var(--r-card); }
}
:root {
  --accent: #278093;
  --brand: #278093;
  --accent-light: #156676;
  --brand-light: #156676;
  --accent-bg: #f0f7f9;
  --accent-bg-light: #f0f7f9;
  --accent-pale: #c0e0e8;
  --brand-pale: #c0e0e8;
  --cta: #d53951;
  --cta-hover: #c02040;
  --cta-fg: #ffffff;
  --cta-light: #439aad;
  --text-primary: #192e33;
  --text-body: #33484d;
  --text-sub: #33484d;
  --text-muted: #51686d;
  --text-faint: #5f767c;
  --text-dim: #5f767c;
  --text-label: #51686d;
  --text-value: #192e33;
  --bg-page: #ffffff;
  --bg-surface: #e9f5f8;
  --bg-card: #ffffff;
  --bg-card-inner: #f1f8fa;
  --bg-card-inner-raw: #f1f8fa;
  --bg-raised: #e0eef2;
  --bg-hover: #e9f5f8;
  --border: #c5d8dd;
  --border-alt: #d6e6ea;
  --border-section: #d6e6ea;
  --c-pros: #317a45;
  --c-pros-label: #115629;
  --c-cons: #9f4d48;
  --c-cons-label: #742e2b;
  --bg-pros: #eef7ef;
  --bg-cons: #fff1ef;
  --bg-warning: #fbf3ea;
  --bg-note: #ecf6fe;
  --bg-pros-raw: #eef7ef;
  --bg-cons-raw: #fff1ef;
  --bg-warning-raw: #fbf3ea;
  --bg-note-raw: #ecf6fe;
  --bg-tip: #f0f7f9;
  --bg-info: #f0f7f9;
  --c-tip-border: #91cddc;
  --c-warn-border: #a86b03;
  --c-tag-pay: #f0f7f9;
  --grad-start: #278093;
  --grad-end: #156676;
  --tone-fill: #f0f7f9;
  --tone-fill-2: #e0eef2;
  --tone-fill-raw: #f0f7f9;
  --tone-fill-2-raw: #e0eef2;
  --tone-fill-head: #023039;
  --tone-fill-fg: #1b4650;
  --tone-fill-muted: #3b656f;
  --tone-fill-head-raw: #023039;
  --tone-fill-fg-raw: #1b4650;
  --tone-fill-muted-raw: #3b656f;
  --sh-card: 0 0 0 1px rgba(25, 46, 51, 0.06), 0 1px 2px rgba(25, 46, 51, 0.05), 0 10px 24px -14px rgba(25, 46, 51, 0.18);
  --sh-lift: 0 0 0 1px rgba(25, 46, 51, 0.06), 0 2px 4px rgba(25, 46, 51, 0.06), 0 18px 36px -18px rgba(25, 46, 51, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #91cddc;
  --tone-mark: #278093;
  --tone-mark-fg: #ffffff;
  --tone-head: #192e33;
  --tone-sub: #156676;
  --tone-link: #156676;
  --tone-th: #e0eef2;
  --tone-th-fg: #094c59;
  --tone-chip: #f0f7f9;
  --tone-chip-fg: #156676;
  --tone-soft: #e0eef2;
  --tone-soft-fg: #094c59;
  --sem-pos-bg: #eef7ef;
  --sem-pos-line: #348f4f;
  --sem-pos-fg: #115629;
  --sem-neg-bg: #fff1ef;
  --sem-neg-line: #bb5752;
  --sem-neg-fg: #742e2b;
  --sem-warn-bg: #fbf3ea;
  --sem-warn-line: #a86b03;
  --sem-warn-fg: #643e03;
  --sem-info-bg: #ecf6fe;
  --sem-info-line: #2580c1;
  --sem-info-fg: #014b79;
  --sem-pos-body: #29452f;
  --sem-neg-body: #553330;
  --sem-warn-body: #4e381f;
  --b-near: #2a4666;
  --b-50: #f0f7f9;
  --s-50: #fff2f2;
  --n-50: #eff8fa;
  --b-100: #e0eef2;
  --s-100: #ffe4e4;
  --n-100: #e2edf0;
  --b-200: #c0e0e8;
  --s-200: #fecbcc;
  --n-200: #cfdce0;
  --b-300: #91cddc;
  --s-300: #fda6a9;
  --n-300: #b5c5c9;
  --b-400: #66b3c5;
  --s-400: #f67a83;
  --n-400: #97aaaf;
  --b-500: #439aad;
  --s-500: #de5a67;
  --n-500: #7c9096;
  --b-600: #278093;
  --s-600: #bf4050;
  --n-600: #61787e;
  --b-700: #156676;
  --s-700: #9c2e3d;
  --n-700: #4a6065;
  --b-800: #094c59;
  --s-800: #771f2b;
  --n-800: #33484d;
  --b-900: #023039;
  --s-900: #4e1019;
  --n-900: #192e33;
}
:root { --logo-bg-opacity: 68%; }
body, button, input { font-family: "Inter", sans-serif; }
h1, h2, h3, .pkiumhbz, .peig4i, .o6701b h3 { font-family: "Source Serif 4", var(--font-body-stack, Georgia, serif); letter-spacing: -0.01em; }
.paak2b .cko1pk, .paak2b .yykebz8 { min-height: 520px; }
.e37df::before { content: '›'; font-size: 1.1em; }