:root {
  --color-accent: #b4431a;
  --color-cta: #0b7f86;
  --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);
}
.eidw {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.subc5 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.xeuwectp {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ods8h { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.r3mel { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.r3mel a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.r3mel a:hover { color: var(--accent-light); }
.a5nt5  .g617bc2 { border-radius: var(--r-card); }
.a5nt5 .g617bc2 li:first-child a { border-top-left-radius: var(--r-btn); border-top-right-radius: var(--r-btn); }
.a5nt5 .g617bc2 li:last-child a { border-bottom-left-radius: var(--r-btn); border-bottom-right-radius: var(--r-btn); }
.riirm7du .g617bc2 li + li { border-top: var(--bw-hair) dotted var(--border-alt); }
@media (max-width: 640px) {
  .g617bc2 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .g0d7ghu2:hover .g617bc2,
  .g0d7ghu2:focus-within .g617bc2 { display: block; }
  .g617bc2 li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.qejp {
  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);
}
.wyeyot { display: none; }
@media (max-width: 640px) {
  .wyeyot {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .wyeyot.fkjopk06 { display: block; }
}
@media (max-width: 640px) {
  .qejp { display: block; }
  .r3mel > li + li::before { display: none !important; }
  .r3mel {
    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;
  }
  .r3mel.fkjopk06 { display: flex; }
  .r3mel li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .r3mel li:last-child a { border-bottom: none; }
}
.ztnlu192 { min-height: 480px; }
.vjdv4kz {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.rvuvn { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.pztj9 .rvuvn { margin-left: 0; margin-right: 0; }
.kb46 .b261of31 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.kb46 .vjdv4kz { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.kb46 .rvuvn { color: #e2e8f0; }
.kb46.clshqc8r .b261of31 { text-align: center; }
.kb46.pztj9   .b261of31 { text-align: left; }
.ddlmyl .b261of31 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.ddlmyl .vjdv4kz { color: var(--text-primary); text-shadow: none; }
.ddlmyl .rvuvn { color: var(--text-muted); }
.ddlmyl, .ddlmyl.ztnlu192 { min-height: auto !important; }
.ddlmyl.clshqc8r .b261of31 { text-align: center; }
.ddlmyl.pztj9   .b261of31 { text-align: left; }
.ddlmyl~.uh36{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}
.ddlmyl~.uh36 .uy56e0{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; }
}
.om3wii .vjdv4kz { color: #fff; }
.om3wii .rvuvn { color: rgba(255,255,255,0.85); }
.w0aon .vjdv4kz { text-shadow: none; color: var(--text-primary); }
.w0aon .rvuvn { color: var(--text-muted); }
body.wxrr51ic .vjdv4kz {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.kh27so7e .vjdv4kz {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ztnlu192.om3wii .vjdv4kz,
section.om3wii .vjdv4kz {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.w0aon.pztj9   .rxzxdk { align-items: flex-start; text-align: left; }
.ztnlu192 .ver7fiz {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ver7fiz .j3j158m {
  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;
}
.ver7fiz .j3j158m + .j3j158m { border-top: var(--bw-hair) solid var(--border-alt); }
.ver7fiz .ashpatf { align-items: center; text-align: center; width: 100%; }
.ver7fiz .ahoch6bz {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.ver7fiz .xlt42kj5 { max-height: 64px; max-width: 140px; }
.ver7fiz .oauy0gb1 {
  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%;
}
.ver7fiz .r25ixss,
.ver7fiz .rimdk3 {
  font-size: var(--fs-sm);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.ver7fiz .bajqyms.sha4sq07 {
  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;
}
.ver7fiz .bajqyms.sha4sq07:hover { opacity: 0.85; }
.ver7fiz .j3j158m,
.ver7fiz .j3j158m:hover,
.ver7fiz .j3j158m:nth-child(even),
.ver7fiz .j3j158m:nth-child(odd),
.ver7fiz .j3j158m:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.h6hjw4 .b261of31 { padding-bottom: 24px; }
.rkskn .b261of31 { max-width: 1100px; }
@media (max-width: 700px) {
  .w0aon { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .w0aon:not(.rkbz71) .dpn7 { display: none !important; }
  .rkbz71 .dpn7 { padding: 16px; }
  .rxzxdk  { padding: 36px 24px; }
  .w0aon~.uh36,.szvu6gi~.uh36{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .ztnlu192, .w0aon { min-height: 320px !important; }
  .vjdv4kz { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .pwpcjw,
  .lbs7knii,
  .v8j5b6gl { grid-template-columns: 1fr !important; }

  

  
  .h6hjw4 { display: flex !important; flex-direction: column !important; }
  .h6hjw4 .b261of31 { display: contents; }
  .h6hjw4 .a6zg { order: 0; }
  .h6hjw4 .vjdv4kz { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .h6hjw4 .pwpcjw { order: 2; padding: 0 16px 12px !important; }
  .h6hjw4 .rvuvn { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .rkskn .b261of31 { display: flex; flex-direction: column; }
  .rkskn .b261of31 .vjdv4kz { order: 1; }
  .rkskn .b261of31 .v8j5b6gl { order: 2; margin: 8px 0 24px !important; }
  .rkskn .b261of31 .rvuvn { order: 3; }
  .rkskn .b261of31 .y9ux { order: 4; align-self: center; margin-top: 0; }

  
  .w0aon.rkbz71 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .w0aon.rkbz71 .rxzxdk { display: contents; padding: 0; }
  .w0aon.rkbz71 .rxzxdk .vjdv4kz { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .w0aon.rkbz71 .dpn7 { order: 2; padding: 12px 16px; }
  .w0aon.rkbz71 .rxzxdk .rvuvn { order: 3; padding: 0 24px; margin: 0 auto; }
  .w0aon.rkbz71 .rxzxdk .y9ux { order: 4; align-self: center; margin: 8px 0 32px; }
}
.p9xcu { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.iad9 { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.ozxwn0gl .p9xcu        { border-radius: var(--r-card); }
.ozxwn0gl .iad9  { border-radius: var(--r-card); }
.fzwhtt5 .p9xcu         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.fzwhtt5 .iad9   { border-radius: var(--r-btn); }
.ikvbn34s { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.z7q7em { width: 100%; padding: 32px 0; position: relative; }
.zysz { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.m6i1vh .z7q7em, .nskne7c .z7q7em { background: transparent; }
.ksp7hmpy .xtg0 > *,
.r4lm1r > *, .lpzoaem > *, .j5g2n > *, .pah5yxn1 > *, .qnbsa > * {
  --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.qjxy5oyz { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.qjxy5oyz {
  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.v5serbkj { 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; }
.vwiq h2.qjxy5oyz {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.ah0k34f h2.qjxy5oyz {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.ne1jdy8k h2.qjxy5oyz {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.q4bs h2.qjxy5oyz::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.d51s h2.qjxy5oyz {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.dmebj0t h2.qjxy5oyz::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.jol0sb6 h2.qjxy5oyz {
  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) { .baszov { display: none; } }
.s0qyfmx { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.kusz0 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.znym1f {
  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;
}
.ncqal { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.zcrfoqv { padding-left: 20px; }
.zcrfoqv li { margin-bottom: 8px; }
.zcrfoqv a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.zcrfoqv a:hover { color: var(--tone-link, var(--accent-light)); }
.euzdb .ncqal { display: none; }
.il6pzj .ncqal { display: none; }
.il6pzj .zcrfoqv { padding-left: 0; list-style: none; }
.il6pzj .zcrfoqv li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.il6pzj .zcrfoqv a { font-size: var(--fs-sm); }
.wbk9m5t .znym1f { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.wbk9m5t .ncqal { display: none; }
.wbk9m5t .zcrfoqv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.wbk9m5t .zcrfoqv li { margin-bottom: 0; }
.wbk9m5t .zcrfoqv 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;
}
.wbk9m5t .zcrfoqv a:hover { border-color: var(--accent); color: var(--accent); }
.j933kc2 .znym1f { padding: 20px 20px 16px; }
.j933kc2 .zcrfoqv {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.j933kc2 .zcrfoqv li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.j933kc2 .zcrfoqv 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;
}
.j933kc2 .zcrfoqv 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;
}
.j933kc2 .zcrfoqv a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.j933kc2 .zcrfoqv a:focus,
.j933kc2 .zcrfoqv a:focus-visible,
.j933kc2 .zcrfoqv a:target { outline: none; }
.j933kc2 .zcrfoqv li:target a { border-color: var(--border); color: var(--text-muted); }
.ecgcl .znym1f { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ecgcl .ncqal { display: none; }
.ecgcl .zcrfoqv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.ecgcl .zcrfoqv li { counter-increment: toc-n; margin-bottom: 0; }
.ecgcl .zcrfoqv 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;
}
.ecgcl .zcrfoqv 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;
}
.ecgcl .zcrfoqv a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.t164oa .znym1f { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.t164oa .ncqal { display: none; }
.t164oa .zcrfoqv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.t164oa .zcrfoqv li { margin-bottom: 0; }
.t164oa .zcrfoqv 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;
}
.t164oa .zcrfoqv a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.bzglkw5 .znym1f { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.bzglkw5 .ncqal { display: none; }
.bzglkw5 .zcrfoqv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.bzglkw5 .zcrfoqv li { margin-bottom: 0; }
.bzglkw5 .zcrfoqv li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.bzglkw5 .zcrfoqv li:last-child::after { content: ""; margin-right: 0; }
.bzglkw5 .zcrfoqv a { font-size: var(--fs-sm); }
.xtg0 { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.ksp7hmpy .xtg0 { background: var(--bg-card); }
.q16kp .xtg0 { background: none; border-radius: 0; padding: 28px 0 8px; }
.q16kp .xtg0 + .xtg0 { border-top: var(--bw-hair) solid var(--border-section); }
.ixf2c .xtg0 {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.ixf2c .xtg0:last-child { border-bottom: none; }
.jsfjhs .xtg0 {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.jsfjhs .xtg0 + .xtg0 { margin-top: 4px; }
.xw2xct .xtg0 { background: none; border-radius: 0; padding: 28px 0 8px; }
.xw2xct .xtg0 + .xtg0 { border-top: var(--bw-hair) solid var(--border-section); }
.wpb631p { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.qr765 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.mz5mo7, .zdmiea { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.mz5mo7 li, .zdmiea li { margin-bottom: 8px; }
.zdmiea li { list-style: decimal; }
.j5g2n { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.kg0n7j .j5g2n,
.lpzoaem .j5g2n { background: transparent; border: none; border-radius: 0; }
.g1nn { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.g1nn 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;
}
.g1nn td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.g1nn tr:hover td { background: var(--bg-hover); }
.aqovv1l .g1nn tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.mvti4g8c .g1nn { border: var(--bw-hair) solid var(--border-alt); }
.mvti4g8c .g1nn th,
.mvti4g8c .g1nn td { border: var(--bw-hair) solid var(--border-alt); }
.y8wg3ti9 .g1nn th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.y8wg3ti9 .g1nn td { border-bottom: none; }
.y8wg3ti9 .g1nn tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.fr62kvh .g1nn th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.o9sx .j5g2n {
  overflow: hidden;
}
.o9sx .g1nn th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.o9sx .g1nn tr:last-child td { border-bottom: none; }
.yy8vefdx { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.qnbsa { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.y3x20 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.qwzmx { background: var(--tone-fill, var(--bg-surface)); color: var(--tone-head, var(--text-primary)); font-weight: 700; padding: 12px 16px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border-alt); }
.hpnpcaft { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.hwxsycv { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.hwxsycv li { margin-bottom: 4px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"],[data-c="c"],[data-c="e"],[data-c="g"]{color:var(--tone-chip-fg,var(--accent-light));background:var(--tone-chip,var(--accent-bg))}
[data-c="b"],[data-c="d"],[data-c="f"],[data-c="h"]{color:var(--tone-soft-fg,var(--accent-light));background:var(--tone-soft,var(--accent-bg))}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius: var(--r-btn)}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.eocy95fu .qwzmx { background: transparent; text-align: center; }
.h6f5bb5m .y3x20 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.lrd94 .y3x20 {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: var(--bw-bar) solid var(--accent-bg);
}
.a0bb .qnbsa { display: grid; grid-template-columns: auto 1fr; }
.a0bb .y3x20 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.a0bb .qwzmx { grid-column: 2; }
.a0bb .hpnpcaft,
.a0bb .hwxsycv { grid-column: 1 / -1; }
.pvjegk .qnbsa { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.pvjegk .y3x20 {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px 12px; border: var(--bw-rule) solid var(--accent-pale);
}
.pvjegk .qwzmx { grid-column: 2; }
.pvjegk .hpnpcaft,
.pvjegk .hwxsycv { grid-column: 1 / -1; }
.ti8w39u .qnbsa { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.ti8w39u .qwzmx { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.hfwn .qnbsa { background: color-mix(in srgb, var(--bg-card) 72%, transparent); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: var(--bw-hair) solid var(--border); box-shadow: var(--sh-1); }
.hfwn .qwzmx { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.h0w9y .qnbsa { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.h0w9y .qwzmx { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.ziec5yug .qnbsa { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.ziec5yug .qwzmx { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.bhwn .yy8vefdx { counter-reset: card-n; }
.bhwn .qnbsa  { counter-increment: card-n; }
.bhwn .qwzmx { display: flex; align-items: center; gap: 12px; }
.bhwn .qwzmx::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--tone-mark, var(--accent)); color: var(--tone-mark-fg, #fff); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: var(--fs-caption); font-weight: 700;
}
.xqeis .qnbsa { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.xqeis .qwzmx { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.cjsj8t9 { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.cjsj8t9         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.frlt0mn     { --cl-hue: var(--tone-line, var(--accent)); }
.zh311z { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.w0cqtydm    { --cl-hue: var(--tone-line, var(--accent)); }
.frlt0mn, .zh311z, .w0cqtydm, .hus0huqu {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.rneph6dx { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.rneph6dx::before { color: var(--cl-hue); }
.cjsj8t9 strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.cjsj8t9 p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.gfbg3xz { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.bfn2, .lak0xhsv { border-radius: var(--r-btn); padding: 16px; }
.bfn2 { background: var(--bg-pros); }
.lak0xhsv { background: var(--bg-cons); }
.g7154 { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.bfn2 .g7154 { color: var(--c-pros-label); }
.lak0xhsv .g7154 { color: var(--c-cons-label, var(--c-cons)); }
.bfn2 ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.lak0xhsv ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.iad9 { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.sha4sq07 {
  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;
}
.sha4sq07:hover { opacity: 0.85; }
.wl0th4 .sha4sq07  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.wl0th4 .sha4sq07:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.rhx89g .sha4sq07  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.rhx89g .sha4sq07:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.wl0th4 .bajqyms.sha4sq07, .rhx89g .bajqyms.sha4sq07,
.wl0th4 .n1ouunw .sha4sq07, .rhx89g .n1ouunw .sha4sq07 {
  background: var(--cta); border: none; color: #fff;
}
.wl0th4 .bajqyms.sha4sq07:hover, .rhx89g .bajqyms.sha4sq07:hover,
.wl0th4 .n1ouunw .sha4sq07:hover, .rhx89g .n1ouunw .sha4sq07:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.z10fg9ow .y9ux { border-radius: var(--r-pill); }
.z10fg9ow .sha4sq07  { border-radius: var(--r-pill); }
.il4u .sha4sq07 { box-shadow: none; }
.il4u .sha4sq07:hover { box-shadow: none; opacity: 1; }
.gdeeyjh .sha4sq07 { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.gdeeyjh .sha4sq07:hover { opacity: 1; }
.gdeeyjh .sha4sq07:active { transform: translateY(3px); box-shadow: none; }
.tvv9ym .sha4sq07 { box-shadow: none; }
.tvv9ym .sha4sq07:hover { opacity: 1; box-shadow: none; }
.tvv9ym .sha4sq07:active { box-shadow: none; }
.igp3s2mm .sha4sq07 { position: relative; overflow: hidden; }
.igp3s2mm .sha4sq07::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.igp3s2mm .sha4sq07:hover::before { left: 135%; }
.msk259qd .sha4sq07 { border-radius: 0; }
.eis2tp .sha4sq07  { padding-left: 12px; padding-right: 12px; }
.iwef6rf .sha4sq07  { padding-left: 24px; padding-right: 24px; }
.ut1vdw .y9ux { padding-left: 56px; padding-right: 56px; }
.ut1vdw .sha4sq07  { padding-left: 32px; padding-right: 32px; }
.swjh   .y9ux::after, .swjh   .sha4sq07::after,
.zlasty6 .y9ux::after, .zlasty6 .sha4sq07::after,
.n7ily    .y9ux::after, .n7ily    .sha4sq07::after,
.ar26    .y9ux::after, .ar26    .sha4sq07::after,
.comz5    .y9ux::after, .comz5    .sha4sq07::after,
.vi7zkq     .y9ux::after, .vi7zkq     .sha4sq07::after,
.fg8n161    .y9ux::after, .fg8n161    .sha4sq07::after,
.s0p5lp2p   .y9ux::after, .s0p5lp2p   .sha4sq07::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;
}
.swjh .y9ux::after, .swjh .sha4sq07::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");
}
.zlasty6 .y9ux::after, .zlasty6 .sha4sq07::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");
}
.n7ily .y9ux::after, .n7ily .sha4sq07::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");
}
.ar26 .y9ux::after, .ar26 .sha4sq07::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");
}
.comz5 .y9ux::after, .comz5 .sha4sq07::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");
}
.vi7zkq .y9ux::after, .vi7zkq .sha4sq07::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");
}
.fg8n161 .y9ux::after, .fg8n161 .sha4sq07::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");
}
.s0p5lp2p .y9ux::after, .s0p5lp2p .sha4sq07::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");
}
.hhg7hwp   .qsix4::after, .hhg7hwp   .ecgbc::after,
.slqauw .qsix4::after, .slqauw .ecgbc::after,
.x1z5nav    .qsix4::after, .x1z5nav    .ecgbc::after,
.nqkwut3i    .qsix4::after, .nqkwut3i    .ecgbc::after,
.c3ysz4s    .qsix4::after, .c3ysz4s    .ecgbc::after,
.yizle96     .qsix4::after, .yizle96     .ecgbc::after,
.rfzo    .qsix4::after, .rfzo    .ecgbc::after,
.ixd9nony   .qsix4::after, .ixd9nony   .ecgbc::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;
}
.hhg7hwp .qsix4::after, .hhg7hwp .ecgbc::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");
}
.slqauw .qsix4::after, .slqauw .ecgbc::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");
}
.x1z5nav .qsix4::after, .x1z5nav .ecgbc::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");
}
.nqkwut3i .qsix4::after, .nqkwut3i .ecgbc::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");
}
.c3ysz4s .qsix4::after, .c3ysz4s .ecgbc::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");
}
.yizle96 .qsix4::after, .yizle96 .ecgbc::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");
}
.rfzo .qsix4::after, .rfzo .ecgbc::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");
}
.ixd9nony .qsix4::after, .ixd9nony .ecgbc::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");
}
.x9atu {
  --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;
}
.j3j158m {
  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;
}
.j3j158m + .j3j158m { border-top: var(--bw-hair) solid var(--border-alt); }
.j3j158m > * { min-width: 0; }
.j3j158m:hover { background: var(--bg-hover); }
.j3j158m > [itemprop="item"] { display: contents; }
.j3j158m [itemprop="itemReviewed"],
.j3j158m [itemprop="reviewRating"] { display: none; }
.ashpatf {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.mf5a9f, .feb5, .im3pf49g,
.ebvn, .y7bf9, .kkued1 { align-items: center; text-align: center; }
.y7bf9, .kkued1 { align-items: stretch; }
.xsbf {
  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%;
}
.ha419 {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.rimdk3 { font-size: var(--fs-lead); font-weight: 700; }
.g4brj {
  font-size: var(--fs-label); font-weight: 400; line-height: var(--lh-tight);
  color: var(--text-muted); max-width: 100%; overflow-wrap: break-word;
}
.j7gl .ha419 {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.oauy0gb1 {
  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;
}
.c310d3 {
  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;
}
.ahoch6bz {
  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;
}
.gjcv .xlt42kj5 { max-height: 60px; max-width: 68px; }
.xlt42kj5 {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.feb5 .ahoch6bz { width: 168px; }
.t3nhz .ahoch6bz,
.t3nhz .feq8,
.t3nhz .ml3ya    { background: var(--accent-bg); }
.u6nrn5 .ahoch6bz,
.u6nrn5 .feq8,
.crq48 .ahoch6bz,
.crq48 .feq8,
.quvb91n .ahoch6bz,
.quvb91n .feq8,
.t3nhz .ahoch6bz, .u6nrn5 .ahoch6bz,
.crq48 .ahoch6bz,  .quvb91n .ahoch6bz {
  width: 88px; height: 88px; padding: 12px;
}
.t3nhz .ahoch6bz .xlt42kj5, .u6nrn5 .ahoch6bz .xlt42kj5,
.crq48 .ahoch6bz .xlt42kj5,  .quvb91n .ahoch6bz .xlt42kj5 {
  max-height: 60px; max-width: 68px;
}
.qjmh .ahoch6bz, .qjmh .ahoch6bz.gjcv,
.qjmh .feq8,   .qjmh .feq8.gjcv,
.ngkci1of {
  color: #f5a524; font-size: var(--fs-label);
  letter-spacing: var(--ls-label); line-height: var(--lh-tight); white-space: nowrap;
}
.do5av {
  font-size: var(--fs-lead); font-weight: 700; line-height: var(--lh-solid);
  color: var(--text-primary);
}
.do5av small { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.hel8sw7g, .qfgh {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px; max-width: 100%;
}
.bajqyms.sha4sq07 {
  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;
}
.kkued1 {
  display: grid; grid-template-rows: var(--cs-link-h) auto var(--cs-link-h);
  align-content: center; --cs-link-h: 22px;
}
.kkued1::before { content: ""; }
.ebaaw {
  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;
}
.ebaaw:hover { color: var(--accent); text-decoration: underline; }
.ver7fiz .j3j158m { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .j3j158m { gap: 16px; padding: 16px 16px; }
  .ahoch6bz { width: 152px; height: 96px; }
  .xlt42kj5 { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .j3j158m {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .ashpatf { justify-content: flex-start; }
  
  .qfgh, .hel8sw7g { flex-direction: row; }
  
  .qfgh .c310d3:nth-child(n+3) { display: none; }
  
  .mf5a9f {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .ashpatf { text-align: left; align-items: flex-start; }

  
  .feb5, .im3pf49g, .x890 {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .ebvn {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .feb5 .ahoch6bz, .im3pf49g .ahoch6bz,
  .x890 .ahoch6bz { width: auto; height: 72px; }
  .xlt42kj5 { max-height: 72px; max-width: 128px; }
  .rimdk3 { font-size: var(--fs-body); }
  .oauy0gb1 { font-size: var(--fs-sm); }

  
  .xn7275, .r25ixss, .jicw5,
  .dxn8s, .dqk8y887, .q4r5hhul,
  .j7gl, .vmgv92q, .ytwfhejz,
  .tqtsh6, .jijl {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .y7bf9, .kkued1 { order: 4; flex: 1 0 100%; }
  .kkued1 { display: flex; flex-direction: column; }
  .kkued1::before { display: none; }
  .bajqyms.sha4sq07 { width: 100%; padding: 12px 20px !important; }
  .ebaaw { text-align: left; }
}
@media (max-width: 560px) {
  .j3j158m { padding: 16px; gap: 12px 12px; }
  
  .xsbf, .g4brj, .c310d3 { font-size: var(--fs-caption); }
  .ha419 { font-size: var(--fs-sm); }
  .rimdk3 { font-size: var(--fs-body); }
  .oauy0gb1 { font-size: var(--fs-sm); }
  .a5p651 { font-size: var(--fs-sm); }
  .do5av { font-size: var(--fs-lead); }
  
  .bajqyms.sha4sq07 { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .ashpatf { gap: 2px; }
  .feb5 .ahoch6bz, .im3pf49g .ahoch6bz,
  .x890 .ahoch6bz { height: 64px; }
  .xlt42kj5 { max-height: 64px; max-width: 116px; }
  .gjcv { padding: 8px; }
  .rimdk3 { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .xn7275, .r25ixss, .jicw5,
  .dxn8s, .dqk8y887, .q4r5hhul,
  .j7gl, .vmgv92q, .ytwfhejz,
  .tqtsh6, .jijl { flex-basis: 100%; min-width: 100%; }
}
.r4lm1r {
  --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;
}
.dslvtm {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.feq8 {
  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;
}
.feq8 img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.ap8d { flex: 1; min-width: 0; }
.ap8d h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.ebft { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.ul1xrsk2 { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.ul1xrsk2 strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.ul1xrsk2 .xidm1fb { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.ugzk {
  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);
}
.ugzk > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.aewu em, .dvw31c em, .a9va0iz em, .n12bd44d 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) { .ugzk { padding: 12px 16px; gap: 8px 16px; } }
.n1ouunw { flex-shrink: 0; align-self: center; }
.n1ouunw .sha4sq07 {
  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) {
  .dslvtm { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .feq8 { order: 1; width: 104px; height: 104px; }
  .feq8 img { max-width: 96px; max-height: 88px; }
  .n1ouunw { order: 2; margin-left: auto; align-self: center; }
  .ap8d { order: 3; flex: 1 1 100%; min-width: 0; }
  .ap8d h3 { font-size: var(--fs-body); }
}
.yfkvang7 img.q8asiew { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.kg0n7j { padding: 20px 24px; }
.cxoc { color: var(--text-body); margin-bottom: 16px; }
.adqin { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.odyc7j, .w4lo { list-style: none; font-size: var(--fs-sm); }
.odyc7j li { color: var(--text-body); margin-bottom: 4px; }
.w4lo li { color: var(--text-body); margin-bottom: 4px; }
.odyc7j li::before { content: "✓"; margin-right: 5px; }
.w4lo li::before { content: "✗"; margin-right: 5px; }
.xzw3t4e { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.xzw3t4e strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.glsf7 {
  
  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;
}
.tm02ulm4 { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.leohbv5 {
  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);
}
.n3nv .leohbv5 { border-top-width: var(--bw-bar) !important; }
.mlksgs .leohbv5 { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .ody5ry .n25q2 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ody5ry .r4lm1r { margin: 0; }
}
.rcp6 .dslvtm { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.rcp6 .feq8 { background: transparent; }
.eshq66p .r4lm1r { border-top: var(--bw-bar) solid var(--accent); }
.eshq66p .dslvtm { background: var(--bg-card); }
.gwlngyn0 .r4lm1r { 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; }
.gwlngyn0 .dslvtm { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.gwlngyn0 .kg0n7j { padding: 16px 16px; }
.gwlngyn0 .feq8 { border-radius: var(--r-chip); }
.gwlngyn0 .leohbv5 { border-radius: 0; }
.y8nl40 .dslvtm { padding: 0; gap: 0; overflow: hidden; }
.y8nl40 .feq8 {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.y8nl40 .ap8d { padding: 16px 20px; }
.y8nl40 .n1ouunw { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .y8nl40 .feq8 { width: 116px; min-height: 104px; }
}
.w7ewdhek .ebft { font-size: var(--fs-sm); }
.lpzoaem .gfbg3xz { gap: 12px; }
.lpzoaem .bfn2, .lpzoaem .lak0xhsv { padding: 12px; }
.lpzoaem .bfn2 ul, .lpzoaem .lak0xhsv ul { margin: 4px 0 0; padding-left: 20px; }
.lpzoaem .bfn2 li, .lpzoaem .lak0xhsv li { font-size: var(--fs-label); margin-bottom: 4px; }
.j7j2cja .glsf7 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .bfkd5k { grid-template-columns: 1fr; }
  .c81t17 { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .c81t17 .ml3ya { width: 72px; height: 50px; }
  .c81t17 .r71h { max-width: 180px; }
  .c81t17 .x6mt29 { width: auto; }
}
.lu31iz9 .w7ewdhek .ebft { filter: brightness(1.2); }
@media (max-width: 720px) {
  .lu31iz9 { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .y44b4cs { padding: 16px; }
  .po6zo .d4ol { min-width: 50%; }
}
.aqnlqyw8 .gfbg3xz { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .qiyzc { grid-template-columns: 1fr; }
  .t7ue5 { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .g2mir { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .vrl4lcy { flex-wrap: wrap; padding: 16px; }
}
.te3qlf5 .gfbg3xz { gap: 8px; }
.te3qlf5 .bfn2, .te3qlf5 .lak0xhsv { padding: 8px; }
@media (max-width: 480px) {
  .hvow49t { flex-direction: column; align-items: stretch; }
}
.lgwutb .x6mt29 .sha4sq07 { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .lbpdim { flex-direction: column; align-items: stretch; gap: 12px; }
  .lgwutb .x6mt29 { text-align: center; }
}
@media (max-width: 720px) {
  .umg5cd { grid-template-columns: 1fr; }
  .dqo4h8ty { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .ssaprg { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.to23n .xidm1fb { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.rjctc .ebft { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .t02zs { grid-template-columns: 1fr; }
  .rjctc { width: 100px; height: 100px; margin: 16px auto; }
  .to23n { font-size: var(--fs-h3); }
  .g8njcq { justify-content: center; }
  .o0mn5mvj .d4ol { min-width: 50%; }
}
.avopxf6g .gfbg3xz { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .pfbiww6q { flex-wrap: wrap; padding: 16px 16px; }
  .yols { padding: 12px 16px; }
  .avopxf6g .gfbg3xz { margin: 0 16px; }
  .avopxf6g .j7j2cja { padding: 0 16px; }
  .yutwqrh { padding: 12px 16px; }
}
.d2hc07hb .j3j158m { position: relative; }
.d2hc07hb .j3j158m::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.dxrjnd41 .x9atu {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.dxrjnd41 .j3j158m {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.dxrjnd41 .j3j158m + .j3j158m { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .r2rxkl1u .ashpatf + .ashpatf {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.pjhx .j3j158m { padding-top: 16px; padding-bottom: 16px; }
.pjhx .j3j158m + .j3j158m { border-top: none; }
.pjhx .j3j158m:nth-child(even) { background: var(--bg-surface); }
.pjhx .j3j158m:nth-child(even):hover { background: var(--bg-hover); }
.p9ynuf .j3j158m:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .ku6l7f .xn7275, .ku6l7f .r25ixss,
  .ku6l7f .jicw5, .ku6l7f .dxn8s,
  .ku6l7f .dqk8y887, .ku6l7f .q4r5hhul,
  .ku6l7f .j7gl, .ku6l7f .vmgv92q,
  .ku6l7f .ytwfhejz, .ku6l7f .tqtsh6,
  .ku6l7f .jijl {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.ml8k .xsbf { opacity: .8; letter-spacing: var(--ls-label); }
.ml8k .ha419 { font-weight: 700; }
.ml8k .rimdk3 { font-weight: 700; }
.t2l5h3l .xn7275, .t2l5h3l .r25ixss,
.t2l5h3l .ytwfhejz, .t2l5h3l .tqtsh6,
.do5av { display: none; }
.wjqs .ngkci1of { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.pp6mjopk .ngkci1of {
  background: color-mix(in srgb, var(--text-primary) 5%, transparent);
  border-radius: var(--r-pill); padding: 4px 12px; font-size: var(--fs-label);
}
.oxwy .ngkci1of,
.wr5hjr .ngkci1of,
.fsig9g8 .ngkci1of { display: none; }
.oxwy .do5av,
.wr5hjr .do5av,
.fsig9g8 .do5av { display: inline-flex; align-items: baseline; gap: 2px; }
.oxwy .do5av small { display: none; }
.wr5hjr .do5av {
  background: color-mix(in srgb, var(--text-primary) 6%, transparent);
  border-radius: var(--r-pill); padding: 8px 16px;
}
.fsig9g8 .do5av {
  color: #fff; background: var(--text-primary);
  border-radius: var(--r-btn);
  padding: 8px 12px;
}
.fsig9g8 .do5av small { display: none; }
.oxwy .ul1xrsk2 .ebft,
.wr5hjr .ul1xrsk2 .ebft,
.fsig9g8 .ul1xrsk2 .ebft { display: none; }
.oxwy .xidm1fb { display: none; }
.wr5hjr .ul1xrsk2 strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.wr5hjr .e5k9cf,
.wr5hjr .xidm1fb { font-size: 1em; }
.fsig9g8 .ul1xrsk2 strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.fsig9g8 .xidm1fb { display: none; }
.yvisj { margin: 16px 0; }
.ay61 { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.ay61 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;
}
.ay61 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;
}
.ay61 summary:hover { background: var(--bg-surface); }
.ay61 summary:hover::after { color: var(--accent); }
.ay61[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.ay61[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.ay61[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.ay61 p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.z7q7em { margin-bottom: 0; }
.secemh6t h2.qjxy5oyz { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.w8svx h2.qjxy5oyz { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.bfn2, .lak0xhsv { border: var(--bw-hair) solid transparent; }
.bfn2 .g7154, .bfn2 .wnc4jpbn { color: var(--c-pros-label); }
.lak0xhsv .g7154, .lak0xhsv .wokoe88 { color: var(--c-cons-label, var(--c-cons)); }
.bfn2 ul li, .lak0xhsv ul li, .odyc7j li, .w4lo li { color: var(--text-body); }
.bfn2 .odyc7j li, .lak0xhsv .w4lo li { position: relative; padding-left: 1.5em; }
.bfn2 .odyc7j li::before, .lak0xhsv .w4lo li::before { position: absolute; left: 0; margin-right: 0; }
.d3g99 .bfn2 { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.d3g99 .lak0xhsv { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.nn9q2 .bfn2, .nn9q2 .lak0xhsv { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.nn9q2 .bfn2 { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.nn9q2 .lak0xhsv { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.cmez60 .bfn2, .cmez60 .lak0xhsv { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.cmez60 .bfn2 { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.cmez60 .lak0xhsv { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.kmm9sgp .bfn2, .kmm9sgp .lak0xhsv { background: var(--bg-card); border-width: var(--bw-rule); }
.kmm9sgp .bfn2 { border-color: var(--sem-pos-line); }
.kmm9sgp .lak0xhsv { border-color: var(--sem-neg-line); }
.y8ldimz .bfn2, .y8ldimz .lak0xhsv { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.y8ldimz .lak0xhsv { border-left: var(--bw-hair) solid var(--border); }
.qr934l7c .wnc4jpbn::before { content: "✓ "; }
.qr934l7c .wokoe88::before { content: "✗ "; }
.mlksgs .cjsj8t9 { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.mlksgs .cjsj8t9 strong { color: var(--text-primary); }
.mlksgs .cjsj8t9 p      { color: var(--text-muted); }
.n3nv .cjsj8t9 { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.vq7pyf .cjsj8t9 {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.vq7pyf .cjsj8t9 strong { color: var(--text-primary); }
.vq7pyf .cjsj8t9 p { color: var(--text-muted); }
.vq7pyf .cjsj8t9 { border-left: var(--bw-bar) solid var(--cl-hue); }
.vq7pyf .rneph6dx::before { color: rgba(255,255,255,0.9) !important; }
.uql168 .cjsj8t9 {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.uql168 .cjsj8t9 strong { color: var(--text-primary); }
.uql168 .cjsj8t9 p      { color: var(--text-muted); }
.ty50874h .cjsj8t9 { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.pqlbf .rneph6dx,
.ggc3 .rneph6dx,
.m71wye1 .rneph6dx,
.pqlbf .rneph6dx::before,
.ggc3 .rneph6dx::before,
.m71wye1 .rneph6dx::before,
.ulmw .ksp7hmpy .xtg0,
.ulmw .q16kp .xtg0  { box-shadow: var(--sh-1); }
.ulmw .qnbsa                { box-shadow: var(--sh-1); }
.ulmw .j5g2n          { box-shadow: var(--sh-1); }
.ulmw .znym1f                    { box-shadow: var(--sh-1); }
.mxafb3oh .ksp7hmpy .xtg0,
.mxafb3oh .q16kp .xtg0,
.mxafb3oh .qnbsa,
.mxafb3oh .j5g2n,
.mxafb3oh .znym1f,
.mxafb3oh .ty50874h .cjsj8t9 { box-shadow: none; }
.js8xs5 { --fs-body: 16px; --fs-sm: 14px; --fs-lead: 19px; }
.z7q7em + .z7q7em { position: relative; }
.i0vbu3   .z7q7em + .z7q7em::before,
.x9v52  .z7q7em + .z7q7em::before,
.ybwlsm   .z7q7em + .z7q7em::before,
.olh0   .z7q7em + .z7q7em::before,
.rvtj   .z7q7em + .z7q7em::before,
.h8jy6 .z7q7em + .z7q7em::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.i0vbu3 .z7q7em + .z7q7em::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.x9v52 .z7q7em + .z7q7em::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.ybwlsm .z7q7em + .z7q7em::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;
}
.olh0 .z7q7em + .z7q7em::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.kyjenzq7 .z7q7em { margin-bottom: 16px; }
.kyjenzq7 .z7q7em + .z7q7em { margin-top: 0; }
.kyjenzq7 .zysz { padding-top: 0; padding-bottom: 0; }
.rvtj .z7q7em + .z7q7em::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.h8jy6 .z7q7em + .z7q7em::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.edeh29an .z7q7em + .z7q7em::before,
.qvrd0 .z7q7em + .z7q7em::before,
.fsxkv84i .z7q7em + .z7q7em::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%;
}
.m6i1vh .edeh29an .z7q7em:nth-child(even)::before,
.m6i1vh .qvrd0 .z7q7em:nth-child(even)::before,
.m6i1vh .fsxkv84i .z7q7em:nth-child(even)::before { background: var(--bg-surface); }
.nskne7c .edeh29an .z7q7em:nth-child(even)::before,
.nskne7c .qvrd0 .z7q7em:nth-child(even)::before,
.nskne7c .fsxkv84i .z7q7em:nth-child(even)::before { background: var(--bg-card); }
.edeh29an .z7q7em + .z7q7em::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");
}
.qvrd0 .z7q7em + .z7q7em::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");
}
.fsxkv84i .z7q7em + .z7q7em::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");
}
.o38s7pf .kb46:not(.om3wii) .a6zg { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.o38s7pf .om3wii { background: linear-gradient(225deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, var(--accent-light)) 100%); }
.o38s7pf .uv6n { background: linear-gradient(225deg, var(--hero-a, var(--accent)), var(--hero-b, var(--accent-light))); }
.o38s7pf .w0aon { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.kye8 .p9xcu { float: left; width: 38%; margin: 0 28px 16px 0; }
.kye8 .p9xcu .iad9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.kye8 .zysz::after { content: ''; display: block; clear: both; }
.f6ot0b7d .p9xcu { float: right; width: 38%; margin: 0 0 16px 28px; }
.f6ot0b7d .p9xcu .iad9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.f6ot0b7d .zysz::after { content: ''; display: block; clear: both; }
.svkg377 .z7q7em:nth-child(odd)  .p9xcu { float: left;  width: 38%; margin: 0 28px 16px 0; }
.svkg377 .z7q7em:nth-child(even) .p9xcu { float: right; width: 38%; margin: 0 0 16px 28px; }
.svkg377 .p9xcu .iad9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.svkg377 .zysz::after { content: ''; display: block; clear: both; }
.kye8 .yy8vefdx,
.kye8 .x9atu,
.f6ot0b7d .yy8vefdx,
.f6ot0b7d .x9atu,
.svkg377 .yy8vefdx,
.svkg377 .x9atu { clear: both; }
@media (max-width: 900px) {
  .kye8 .p9xcu,
  .f6ot0b7d .p9xcu,
  .svkg377 .z7q7em:nth-child(odd)  .p9xcu,
  .svkg377 .z7q7em:nth-child(even) .p9xcu {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .kye8 .p9xcu .iad9,
  .f6ot0b7d .p9xcu .iad9,
  .svkg377 .p9xcu .iad9 {
    max-height: none !important;
  }
}
.kye8 .mz5mo7,
.kye8 .zdmiea,
.f6ot0b7d .mz5mo7,
.f6ot0b7d .zdmiea,
.svkg377 .mz5mo7,
.svkg377 .zdmiea { overflow: hidden; }
@media (max-width: 640px) {
  .kye8 .p9xcu,
  .f6ot0b7d .p9xcu,
  .svkg377 .p9xcu { float: none; width: 100%; margin: 0 0 16px 0; }
}
.tmzo .ikvbn34s,
.tmzo .zysz,
.tmzo .pbky  { max-width: 1060px; }
.j57y .ikvbn34s,
.j57y .zysz,
.j57y .pbky  { max-width: 1180px; }
.j57y { --content-mw: 1180px; }
.bmzzbmnd .ikvbn34s,
.bmzzbmnd .zysz,
.bmzzbmnd .pbky  { max-width: 1260px; }
.kucuyqij { font-size: var(--fs-label); color: var(--text-muted); }
.q86p1zqs { display: flex; align-items: center; }
.f0mp {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.mqbfky7x { display: flex; align-items: center; }
.ctzfr4 { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.ctzfr4:hover { text-decoration: underline; }
.t4dgi { margin: 0 4px; opacity: 0.45; }
.t4dgi::before { content: '/'; }
.lg8eyh { padding: 2px 4px; color: var(--text-main); }
.dl3b .kucuyqij {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.dl3b .q86p1zqs { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.mgx5qqpk .kucuyqij {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.mgx5qqpk .q86p1zqs { padding: 0 0 0 12px; }
.xg877d .q86p1zqs { padding: 0 16px; }
.xg877d .kucuyqij {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.xg877d .ikvbn34s { padding-top: 28px; }
@media (max-width: 720px) {
  .xh1elj { margin-top: 20px; padding: 0 16px; }
  .xg877d .ikvbn34s { padding-top: 16px; }
}
.tmzo.dl3b .q86p1zqs { max-width: 1100px; }
.j57y.dl3b .q86p1zqs { max-width: 1200px; }
.bmzzbmnd.dl3b .q86p1zqs { max-width: 1320px; }
.j57y .xh1elj { max-width: 1200px; }
.j2cbbk1 .z7q7em { padding-top: 16px; padding-bottom: 16px; }
.e3esi2 .z7q7em { padding-top: 24px; padding-bottom: 24px; }
.vgy22lmc .z7q7em { padding-top: 40px; padding-bottom: 40px; }
.uf4l .z7q7em { padding-top: 52px; padding-bottom: 52px; }
.t1pkj2dm .z7q7em:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.t1pkj2dm .z7q7em:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.t1pkj2dm .z7q7em:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.t1pkj2dm .z7q7em:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.tqztiz .zysz { padding-top: 12px;  padding-bottom: 12px; }
.pw58 .zysz { padding-top: 20px;  padding-bottom: 20px; }
.at4r .zysz { padding-top: 36px;  padding-bottom: 36px; }
.q0013kun .zysz { padding-top: 48px;  padding-bottom: 48px; }
.gkdm h1, .gkdm h2, .gkdm h3, .gkdm .vjdv4kz { font-weight: 700; }
.z5m4hhnh h1, .z5m4hhnh h2, .z5m4hhnh h3, .z5m4hhnh .vjdv4kz { font-weight: 700; }
.nczj9l6a, .gkdm, .sc52rq, .z5m4hhnh { font-weight: 400; }
.qsix4 {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.j81jzv .qsix4 { display: none; }
@media (max-width: 640px) {
  .qsix4 { display: none !important; }
}
.qsix4 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.qsix4:hover { opacity: 0.85; }
.x1sp95od .qsix4 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.k5su4x .ecgbc { right: 32px; }
@media (max-width: 480px) {
  .k5su4x .ecgbc { right: 20px; bottom: 20px; }
  .ja8ev3f  .ecgbc { left: 20px; bottom: 20px; }
}
.abz3iws8 { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.pbky { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.kdu5hqk { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.a6cvk { color: var(--text-dim); font-size: var(--fs-label); }
.mmb2ty a, .rjln a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.mmb2ty a:hover, .rjln a:hover { color: var(--accent-light); }
.rjln { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.tbyp4 .pbky { text-align: center; }
.tbyp4 .rjln { justify-content: center; margin-bottom: 16px; }
.tbyp4 .kdu5hqk { margin-top: 0; }
.p3orqx6 { margin-top: 12px; }
.p3orqx6 a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .pbky { padding-left: 16px; padding-right: 16px; }
  .qet251d .pbky { padding: 20px 16px; }
  .rjln { gap: 4px 12px; }
  .kdu5hqk { font-size: var(--fs-caption); }
}
.my0g5i .kdu5hqk { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.my0g5i .a6cvk { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .my0g5i .ipstiz { grid-template-columns: 1fr 1fr; } .my0g5i .zzyqc7 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .my0g5i .ipstiz { grid-template-columns: 1fr; } }
.jqn1c .kdu5hqk { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .jqn1c .pjpe879x { gap: 12px; } .jqn1c .brqdtm { margin-right: 0; width: 100%; } }
.apfyxa .kdu5hqk { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.apfyxa .a6cvk { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .apfyxa .m180bq { grid-template-columns: 1fr 1fr; } .apfyxa .sauwo { grid-column: 1 / -1; } }
@media (max-width: 480px) { .apfyxa .m180bq { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .kc5fc9 .bxo4f { grid-template-columns: 1fr 1fr; } .kc5fc9 .uehq:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .kc5fc9 .bxo4f { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .wcrs .bxo4f { grid-template-columns: 1fr; } }
.hwl4 .pbky { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.hwl4 .rjln { justify-content: center; }
.yph7bzn .eidw      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.ik39aulz .eidw      { background: #0d1117; border-bottom-color: #21262d; }
.ik39aulz .xeuwectp { color: var(--accent-light); }
.ik39aulz .r3mel { --msep-color: #8b949e; }
.ik39aulz .r3mel a { color: #8b949e; }
.ik39aulz .r3mel a:hover { color: var(--accent-light); }
.ik39aulz .qejp { color: #8b949e; }
.ik39aulz .abz3iws8 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.ik39aulz .kdu5hqk,
.ik39aulz .a6cvk { color: #6e7681; }
.ik39aulz .mmb2ty a, .ik39aulz .rjln a,
.ik39aulz .mmb2ty a:hover, .ik39aulz .rjln a:hover,
@media (max-width: 640px) {
  .ik39aulz .r3mel { background: #0d1117; border-top-color: #21262d; }
  .ik39aulz .r3mel li a { border-bottom-color: #21262d; }
}
.c2k8tx .eidw      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.c2k8tx .xeuwectp { color: var(--accent-light); }
.c2k8tx .r3mel { --msep-color: #475569; }
.c2k8tx .r3mel a { color: #475569; }
.c2k8tx .r3mel a:hover { color: var(--accent-light); }
.c2k8tx .qejp { color: #64748b; }
.c2k8tx .abz3iws8 { background: #f0f4f8; border-top-color: #cbd5e1; }
.c2k8tx .kdu5hqk,
.c2k8tx .a6cvk { color: #64748b; }
.c2k8tx .mmb2ty a, .c2k8tx .rjln a,
.c2k8tx .mmb2ty a:hover, .c2k8tx .rjln a:hover,
@media (max-width: 640px) {
  .c2k8tx .r3mel { background: #f0f4f8; border-top-color: #cbd5e1; }
  .c2k8tx .r3mel li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.v75d01 .eidw { background: var(--b-50); border-bottom-color: var(--b-200); }
.v75d01 .r3mel a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .v75d01 .r3mel { background: var(--b-50); border-top-color: var(--b-200); }
}
.dslp5ruu .eidw, .om84 .eidw { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.dslp5ruu .xeuwectp, .om84 .xeuwectp { color: #fff; }
.dslp5ruu .r3mel, .om84 .r3mel { --msep-color: rgba(255,255,255,0.82); }
.dslp5ruu .r3mel a, .om84 .r3mel a { color: rgba(255,255,255,0.82); }
.dslp5ruu .r3mel a:hover, .om84 .r3mel a:hover { color: #fff; }
.dslp5ruu .qejp, .om84 .qejp { color: rgba(255,255,255,0.9); }
@media (max-width: 640px) {
  .dslp5ruu .r3mel, .om84 .r3mel { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .dslp5ruu .r3mel li a, .om84 .r3mel li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.bbmo.dslp5ruu .qsix4 { background: #fff !important; color: var(--b-700) !important; }
.gyvi47d .eidw {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.gyvi47d .eidw::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) {
  .gyvi47d .r3mel {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.q038 .subc5 { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.bqr1jxs .subc5 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.mq85 .subc5 { min-height: 72px; height: auto; }
.dism .subc5 { min-height: 84px; height: auto; }
.qet251d .subc5 { max-width: none; padding: 0 32px; }
.qet251d .pbky  { max-width: none; padding: 24px 32px; }
.zpyinzv.j57y .subc5 { max-width: 1200px; }
.zpyinzv.bmzzbmnd .subc5 { max-width: 1320px; }
.fuyd   .xeuwectp, .fuyd   .brqdtm { text-transform: capitalize; }
.gv0jp .xeuwectp, .gv0jp .brqdtm { text-transform: lowercase; }
.cv0gu .xeuwectp, .cv0gu .brqdtm { text-transform: uppercase; letter-spacing: var(--ls-label); }
.e5js5pyc, .fl92ov8c {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.xwx6uz .e5js5pyc,
.hcsht .e5js5pyc,
.q9cgtbm .e5js5pyc,
.hnpf0 .e5js5pyc,
.tp47s80   .r3mel a { font-weight: 500; }
.tg5qoi .r3mel a { font-weight: 600; }
.dcywz0     .r3mel a { font-weight: 700; }
.kpvjw    .r3mel a { font-weight: 700; letter-spacing: normal; }
.rl10ibuy     .r3mel > li + li::before,
.a5aq    .r3mel > li + li::before,
.xtgpdb8    .r3mel > li + li::before,
.on4b5 .r3mel > li + li::before,
.wy2x3v .r3mel > li + li::before,
.uscao  .r3mel > li + li::before,
.n771nbf    .r3mel > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.rl10ibuy     .r3mel > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.a5aq    .r3mel > li + li::before { content: "|"; }
.xtgpdb8    .r3mel > li + li::before { content: "—"; }
.on4b5 .r3mel > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.wy2x3v .r3mel > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.uscao  .r3mel > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.n771nbf    .r3mel > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .f0uhsguf .qejp,
  .g38xm .qejp,
  .ch9v .qejp,
  .y2xie .qejp,
  .epr9i24 .qejp {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .f0uhsguf .qejp::before,
  .g38xm .qejp::before,
  .ch9v .qejp::before,
  .y2xie .qejp::before,
  .epr9i24 .qejp::before { content: ""; display: block; flex-shrink: 0; }

  
  .f0uhsguf .qejp::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;
  }

  
  .g38xm .qejp::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;
  }

  
  .ch9v .qejp::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;
  }

  
  .y2xie .qejp::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;
  }

  
  .epr9i24 .qejp::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) {
  .fsimxpno .qejp {
    padding: 4px 16px;
  }
  .fsimxpno .r3mel {
    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;
  }
  .fsimxpno .r3mel li a {
    border-bottom: none; padding: 12px 24px;
  }
  .fsimxpno .r3mel li a:hover { background: var(--bg-raised); }
  .fsimxpno .wyeyot,
  .duph6 .wyeyot,
  .snxg4xl .wyeyot { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .h2ac .qejp {
    padding: 4px 12px;
  }
  .h2ac .r3mel {
    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);
  }
  .h2ac .r3mel.fkjopk06 { transform: translateX(0); }
  .h2ac .r3mel li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .h2ac .r3mel li:last-child a { border-bottom: none; }
  .dslp5ruu .r3mel,
  .ik39aulz .r3mel { background: var(--accent) !important; }
  .dslp5ruu .r3mel li a,
  .ik39aulz .r3mel li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .snxg4xl .qejp {
    padding: 4px 12px;
  }
  .snxg4xl .r3mel {
    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);
  }
  .snxg4xl .r3mel::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .snxg4xl .r3mel.fkjopk06 { transform: translateY(0); }
  .snxg4xl .r3mel li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .nh3f .qejp {
    padding: 4px 12px;
  }
  .nh3f .r3mel {
    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;
  }
  .nh3f .r3mel.fkjopk06 { opacity: 1; pointer-events: auto; }
  .nh3f .r3mel li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .tvhb8     .qejp { border-radius: 0 !important; }
  .oq513u   .qejp { border-radius: var(--r-btn) !important; }
  .ovc9jsrc .qejp { border-radius: 50% !important; }
  .lj8i96   .qejp { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .hql0e .ptwgb { flex-direction: column; align-items: stretch; }
  .hql0e .a1hczj { flex-direction: row; min-width: auto; }
  .hql0e .r2t3k { align-items: flex-start; text-align: left; }
}
.lt3r2d4z,
.lt3r2d4z.z7q7em,
.m6i1vh .lt3r2d4z,
.fcydd4ox .lt3r2d4z,
.nskne7c .lt3r2d4z,
.qvokd .lt3r2d4z {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.cmwvl {
  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;
}
.yl3zy { flex: 1 1 280px; min-width: 0; }
.lr0ho {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.gwbjf1f {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.mvlgs {
  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;
}
.mvlgs:hover { transform: translateY(-1px); opacity: 0.95; }
.hpk8hel .cmwvl {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.hpk8hel .lr0ho { color: var(--cta); }
.hpk8hel .gwbjf1f { color: var(--text-body); }
.hpk8hel .mvlgs {
  background: var(--cta);
  color: var(--cta-fg);
}
.s84nf9 .cmwvl {
  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);
}
.s84nf9 .lr0ho { color: var(--text-primary); }
.s84nf9 .gwbjf1f { color: var(--text-body); }
.s84nf9 .mvlgs {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .cmwvl {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .yl3zy { flex: 0 0 auto; }
  .lr0ho { font-size: var(--fs-lead); }
  .mvlgs { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.fq76i8xq .ods8h { height: 36px; }
.e7qn74x2 .ods8h { height: 60px; max-width: 200px; }
.zmxe3m .ods8h { height: 56px; max-width: 180px; }
.bgal9    .ngkci1of, .bgal9    .ebft { color: #f59e0b; }
.iawm      .ngkci1of { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.iawm      .ebft   { font-size: var(--fs-lead); }
.z3um    .ngkci1of, .z3um    .ebft { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.o2oliuim     .ngkci1of, .o2oliuim     .ebft { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.jf15q .ngkci1of, .jf15q .ebft { color: var(--cta); letter-spacing: var(--ls-wide); }
.z60udn   .ngkci1of, .z60udn   .ebft { color: #e91e63; letter-spacing: var(--ls-wide); }
.w8kvi2  .ngkci1of, .w8kvi2  .ebft { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.lo3ztp     .ngkci1of, .lo3ztp     .ebft { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.t2g0vdsq .x9atu {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.t2g0vdsq .j3j158m {
  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);
}
.t2g0vdsq .j3j158m + .j3j158m { border-top: var(--bw-hair) solid var(--border-alt); }
.t2g0vdsq .ashpatf { align-items: center; text-align: center; }
.t2g0vdsq .ahoch6bz {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.t2g0vdsq .xlt42kj5 { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.t2g0vdsq .oauy0gb1 { font-size: var(--fs-body); }
.t2g0vdsq .bajqyms.sha4sq07 { min-width: 180px; }
@media (min-width: 720px) {
  .t2g0vdsq .x9atu {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .t2g0vdsq .j3j158m + .j3j158m { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .t2g0vdsq .j3j158m { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .t2g0vdsq .mf5a9f { top: -16px; left: 50%; }
  .t2g0vdsq .ahoch6bz { width: 132px; height: 132px; }
}
.xadem6 .x9atu {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.xadem6 .j3j158m {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.xadem6 .ahoch6bz {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.xadem6 .xlt42kj5 { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
@media (max-width: 900px) {
  .xadem6 .ahoch6bz { width: 104px; height: 104px; }
}
.o9emsck8 .ay61 {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.o9emsck8 .ay61 summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.o9emsck8 .ay61 summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.o9emsck8 .ay61[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.o9emsck8 .ay61 p { padding: 0 14px 18px; }
.o9emsck8 .ay61[open] p { border-top: none; padding-top: 0; }
.ko8l4fn4 .ay61 { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ko8l4fn4 .ay61 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;
}
.ko8l4fn4 .ay61 summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.ko8l4fn4 .ay61[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.ko8l4fn4 .ay61 p { padding: 14px 24px 4px; }
.ko8l4fn4 .ay61[open] p { border-top: none; padding-top: 14px; }
.b0xk .ay61 {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.b0xk .ay61 summary { color: var(--text-primary); padding: 16px 18px; }
.b0xk .ay61[open] summary { box-shadow: none; }
.b0xk .ay61 p { padding: 0 18px 18px; }
.arsvga .yvisj { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.arsvga .ay61 {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.arsvga .ay61:last-child { border-bottom: none; }
.arsvga .ay61 summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.arsvga .ay61 p { padding: 0 20px 16px; }
.g7l1 .ay61 { overflow: hidden; }
.g7l1 .ay61 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));
}
.g7l1 .ay61 summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.g7l1 .ay61 summary::after { color: var(--tone-mark, var(--accent)); }
.g7l1 .ay61[open] summary { border-radius: 0; box-shadow: none; }
.a898 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.lfxxck3q {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.zu8kq {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.dkzfb8ln { color: var(--text-muted); font-size: var(--fs-body); }
.qanjf0 {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.rltm { margin-bottom: 20px; }
.h1oz0 {
  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);
}
.y7euo4ow {
  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;
}
.y7euo4ow:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.n3ekhz { resize: vertical; min-height: 130px; }
.vjsf { width: 100%; margin-top: 8px; }
.hibid {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.au45o {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.hy8l0hep { color: var(--text-muted); line-height: var(--lh-read); }
.o4chq { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.o4chq li { margin-bottom: 8px; }
.wesqrur { max-width: 760px; margin: 0 auto; }
.hyieu0 { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.b1y4syy { max-width: 760px; margin: 0 auto; }
.jwyeyo3t ul.o4chq { margin: 0; }
@media (max-width: 640px) { .xszax12 { grid-template-columns: 1fr; gap: 12px; } }
.fgqd { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.i7nx { background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 24px; }
.j668q { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.i7nx p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.i7nx .o4chq { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .fgqd { grid-template-columns: 1fr; } }
.aju4tr { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.aju4tr:hover .x24hgivn { color: var(--accent-light); text-decoration: underline; }
.aj89u { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.g6ba { margin-bottom: 48px; }
.lsq3xod6 { max-width: 760px; margin: 0 auto; }
.rdtg8 { max-width: 640px; margin: 0 auto; }
.nzwy { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.nzwy:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.nig1g { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.nzwy p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.nzwy ul.o4chq { margin: 0; }
.jmove6th { color: var(--text-muted); line-height: var(--lh-read); }
.dzbn .o4chq,
.rdtg8 .o4chq,
.teummv9 .o4chq,
.o13s .o4chq {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.dzbn .nzwy,
.rdtg8 .nzwy { text-align: left; }
.dzbn .nig1g,
.rdtg8 .nig1g { text-align: center; }
.kit4zs { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.c0ejjk { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.g4djj6j { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.feq9s3j { margin-top: 12px; }
.xpexqw { 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; }
.xpexqw:hover { border-bottom-color: var(--accent-light); }
.s8lig { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.s8lig img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dhmrq { width: 72px; height: 72px; }
.rx09sau { border-radius: 50%; }
.uax8 { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.ncb9a { padding-left: 16px; position: relative; color: var(--text-primary); font-weight: 600; }
.ncb9a::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .hrvqg { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.lmqwpk .g4djj6j, .lmqwpk .c0ejjk { max-width: 640px; }
.a81s3mt .kit4zs { font-size: var(--fs-h3); margin-top: 20px; }
.yycn1psf .g4djj6j { margin-bottom: 28px; }
@media (max-width: 860px) { .hpa9w2aa { grid-template-columns: 1fr; } .a81s3mt { position: static; text-align: center; } }
.erd0 .s8lig { margin: 0 auto 20px; }
.erd0 .uax8 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .vwfpbgy { grid-template-columns: 1fr; } }
.r5dsr .kit4zs { font-size: var(--fs-h3); margin-bottom: 8px; }
.o13s .o4chq { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .r5dsr { flex-direction: column; text-align: center; } .bwrq921 { grid-template-columns: 1fr; } }
.w0wv4j { display: flex; gap: 20px; align-items: center; padding-bottom: 24px; border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 32px; }
.w0wv4j .kit4zs { font-size: var(--fs-lead); margin: 0 0 4px; }
.w0wv4j .uax8 { margin: 0; }
.hxez { max-width: 760px; margin: 0 auto; }
.gcmm3e { position: relative; padding-left: 28px; }
.gcmm3e::before { content: ""; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 2px; background: var(--border); }
.gp6r { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.gp6r:last-child { padding-bottom: 0; }
.ntd10e { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: var(--bw-bar) solid var(--bg-surface); flex-shrink: 0; }
.kd3ayur h2 { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.kd3ayur p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.cpo0qczm .zu8kq { color: var(--accent-light); }
.zb13r7a .zu8kq { font-size: var(--fs-h2); }
.zb13r7a .dkzfb8ln { max-width: 680px; }
.or3sm44d .zu8kq { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.or3sm44d .dkzfb8ln  { margin: 0; }
@media (max-width: 640px) { .or3sm44d { flex-direction: column; } }
.umvz .zu8kq { color: var(--accent-light); }
.jhx0kx {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.jhx0kx .zu8kq { color: #fff; }
.jhx0kx .dkzfb8ln  { color: rgba(255,255,255,0.85); }
.o1uvxe9 { max-width: 680px; margin: 0 auto; }
.ocdab9 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .ocdab9 { grid-template-columns: 1fr; } }
.fwj4rv { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.fwj4rv .y7euo4ow {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.fwj4rv .y7euo4ow:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.oo33 .y7euo4ow { background: var(--bg-raised); border-color: transparent; }
.oo33 .y7euo4ow:focus { background: var(--bg-card); border-color: var(--accent-light); }
.inssl31 .y7euo4ow { border-radius: var(--r-pill); padding: 12px 20px; }
.inssl31 .n3ekhz { border-radius: var(--r-card); }
.btqs59v {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-btn); overflow: hidden; margin-bottom: 12px;
}
.btqs59v 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;
}
.btqs59v summary::-webkit-details-marker { display: none; }
.btqs59v summary::after { content: "+"; color: var(--accent-light); font-size: var(--fs-lead); flex-shrink: 0; }
.btqs59v[open] summary::after { content: "−"; }
.a3chks {
  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) { .hgti1dvw { grid-template-columns: 1fr; } }
.gj5affit { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; margin: 0; }
.gj5affit li { margin-bottom: 8px; }
.qhvw{display:none}
.qhvw:empty,.uy56e0:empty{display:none}
.q7yogeab{position:relative;overflow:visible}
.uqal .uh36,.pfm7f .uh36,
.cl80pr .uh36,.cqat .uh36,
.y8wos6e .uh36,.xgtk .uh36{display:block}
.eqj5 .y4vdg5l{display:block}
.uqal .uh36,.pfm7f .uh36,
.cl80pr .uh36,.cqat .uh36,
.y8wos6e .uh36{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}
.uqal .uh36 .uy56e0,.pfm7f .uh36 .uy56e0,
.cl80pr .uh36 .uy56e0,.cqat .uh36 .uy56e0,
.y8wos6e .uh36 .uy56e0{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}
.uqal .iwkw,.pfm7f .iwkw,
.cl80pr .iwkw,.cqat .iwkw,
.y8wos6e .iwkw{background:transparent!important;border:none!important;padding: 0;border-radius:0;color:inherit!important}
.uqal .uh36,.pfm7f .uh36{top: 12px}
.uqal .uh36 .uy56e0{margin-right:auto}
.pfm7f .uh36 .uy56e0{margin-left:auto}
.pfm7f .uh36{text-align:right}
.cl80pr .uh36,.cqat .uh36{bottom: 12px}
.cl80pr .uh36 .uy56e0{margin-right:auto}
.cqat .uh36 .uy56e0{margin-left:auto}
.cqat .uh36{text-align:right}
.y8wos6e .uh36{position:relative;margin-top: 16px}
.y8wos6e .uh36 .uy56e0{margin: 0 auto}
.xgtk .uh36{max-width:var(--content-mw,1100px);margin: 0 auto;padding: 8px 24px}
.xgtk .uh36 .uy56e0{margin: 0}
.xgtk .w0aon~.uh36,
.xgtk .szvu6gi~.uh36{max-width:none;margin: 0;padding: 8px clamp(24px,calc(50vw - 476px),96px)}
.xgtk .w0aon~.uh36 .uy56e0,
.xgtk .szvu6gi~.uh36 .uy56e0{justify-content:flex-start}
.w0aon~.uh36,.szvu6gi~.uh36{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}
.w0aon~.uh36 .uy56e0{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.szvu6gi~.uh36 .uy56e0{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.y4vdg5l .uy56e0{margin: 0 0 12px}
.uy56e0{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.ipcc{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.x24hgivn{font-weight:600;color:var(--text-heading);opacity:1}
.ip94rc::before{content:"·";margin: 0 2px;opacity:.5}
.iwkw{white-space:nowrap}
.fj5w1wg0 .ipcc{display:none}
.c17q .iwkw{background:var(--date-bg, var(--accent-bg));padding: 4px 12px;border-radius: var(--r-card);font-size: var(--fs-caption)}
.c17q .ip94rc::before{content:""}
.mbk14d2g .iwkw{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}
.mbk14d2g .ip94rc::before{content:""}
.rn39e80 .uy56e0{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.osf7l1uh .iwkw{border-left: var(--bw-rule) solid var(--accent);padding-left: 8px;font-size: var(--fs-caption)}
.osf7l1uh .ip94rc::before{content:""}
.t5mdqaj .iwkw{color: var(--accent-light);opacity:1;font-weight:500}
.eo01rrqj .iwkw{border-bottom: var(--bw-hair) solid currentColor;padding-bottom: 2px}
.ivp1mbgb .uy56e0{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.gxx0{--date-bg:var(--accent-bg-light)}
.j6yym1i7 .ip94rc::before{content:""}
.s7ez .ip94rc::before{content:"•";opacity:.4}
.s7ez .iwkw + .iwkw::before{content:"•";margin-right:6px;opacity:.4}
.gkk6o6 .ip94rc::before{content:"/";opacity:.35}
.gkk6o6 .iwkw + .iwkw::before{content:"/";margin-right:6px;opacity:.35}
.yn0f282f .ip94rc::before{content:"|";opacity:.3}
.yn0f282f .iwkw + .iwkw::before{content:"|";margin-right:6px;opacity:.3}
.yjgqota .ip94rc::before{content:"—";opacity:.3}
.yjgqota .iwkw + .iwkw::before{content:"—";margin-right:6px;opacity:.3}
.gmdwt2k .ip94rc::before{content:"◆";font-size:.5em;opacity:.35}
.gmdwt2k .iwkw + .iwkw::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.enin1io .ip94rc::before{content:"·";opacity:.4}
.enin1io .iwkw + .iwkw::before{content:"·";margin-right:6px;opacity:.4}
.ebkwm0x8 .ip94rc::before{content:"›";opacity:.4}
.ebkwm0x8 .iwkw + .iwkw::before{content:"›";margin-right:6px;opacity:.4}
.l7yuw .ip94rc::before{content:"→";opacity:.35;font-size:.85em}
.l7yuw .iwkw + .iwkw::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.d1prfhg8 .pah5yxn1{background:var(--surface-alt);border-radius:var(--radius, 8px);border: var(--bw-hair) solid var(--border)}
@media(max-width:640px){
  .pah5yxn1{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .q9g0cfi{max-width:100%}
}
.cu3zb .j5g2n{margin: 0}
@media (max-width:560px){
  .beu6djgm{grid-template-columns:repeat(2,1fr);gap: 12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .fgo48zc8 { padding: 28px 20px 20px; }
  .ynob4 { font-size: var(--fs-lead); }
  .bem2qpws { max-width: 220px; max-height: 80px; }
}
.uvvvo9ef {
  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);
}
.eaftk657 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.kigyldj  .uvvvo9ef { border-radius: 50%; }
.lcvjsa  .uvvvo9ef { border-radius: var(--r-chip); }
.ea115 .uvvvo9ef { border-radius: var(--r-card); }
.njsn3ss .cmwvl {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .uvvvo9ef { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.uyprn .z7q7em {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.uyprn .zysz {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.uyprn .cmwvl {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.hkl9jc0o {
  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;                  
}
.hkl9jc0o.pfgxs { transform: translate(-50%, 0); }
.hkl9jc0o .z7q7em,
.hkl9jc0o .zysz {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.hkl9jc0o .cmwvl {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.jr0e {
  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;
}
.jr0e::before,
.jr0e::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.jr0e::before { transform: translate(-50%, -50%) rotate(45deg); }
.jr0e::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.jr0e:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .hkl9jc0o { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .hkl9jc0o .cmwvl {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .hkl9jc0o .gwbjf1f { display: none !important; }
  .hkl9jc0o .lr0ho { font-size: var(--fs-body) !important; }
  .hkl9jc0o .uvvvo9ef { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .jr0e { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .subc5 { flex-direction: row-reverse; }
[dir="rtl"] .r3mel { flex-direction: row-reverse; }
[dir="rtl"] .k5su4x .ecgbc { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .k5su4x .ecgbc { right: auto; left: 20px; }
  [dir="rtl"] .ja8ev3f  .ecgbc { left: auto;  right: 20px; }
}
[dir="rtl"] .kye8 .p9xcu  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .f6ot0b7d .p9xcu { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .mz5mo7, [dir="rtl"] .zdmiea { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .bfn2 { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .lak0xhsv { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .cjsj8t9 { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .cmwvl { direction: rtl; }
[dir="rtl"] .uvvvo9ef { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .j3j158m,
[dir="rtl"] .kucuyqij { direction: rtl; }
[dir="rtl"] .znym1f { direction: rtl; }
[dir="rtl"] .zcrfoqv { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .kb46.pztj9 .b261of31,
[dir="rtl"] .ddlmyl.pztj9 .b261of31,
[dir="rtl"] .om3wii.pztj9 .b261of31,
[dir="rtl"] .h6hjw4.pztj9 .b261of31,
[dir="rtl"] .rkskn.pztj9 .b261of31 { text-align: right; }
[dir="rtl"] .w0aon.pztj9 .rxzxdk { align-items: flex-end; text-align: right; }
[dir="rtl"] .zysz,
[dir="rtl"] .s0qyfmx,
[dir="rtl"] .kusz0,
[dir="rtl"] .b261of31 { text-align: right; }
[dir="rtl"] .qanjf0,
[dir="rtl"] .h1oz0,
[dir="rtl"] .g4djj6j,
[dir="rtl"] .y7euo4ow,
[dir="rtl"] .n3ekhz { text-align: right; direction: rtl; }
[dir="rtl"] .inssl31 .y7euo4ow,
[dir="rtl"] .fwj4rv .y7euo4ow { padding-right: 20px; padding-left: 20px; }
.e7at .x9atu,
.pyag .x9atu,
.vftlbhhk .x9atu { border: var(--bw-hair) solid var(--border-alt); }
.px24 .x9atu {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.e7at .j3j158m,
.pyag .j3j158m,
.px24 .j3j158m,
.vftlbhhk .j3j158m {
  gap: 24px;
  padding: 24px 24px;
}
.e7at .j3j158m + .j3j158m,
.vftlbhhk .j3j158m + .j3j158m { border-top: none; }
.e7at .j3j158m:nth-child(even),
.vftlbhhk .j3j158m:nth-child(even) { background: var(--bg-surface); }
.px24 .j3j158m {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.e7at .ahoch6bz,
.pyag .ahoch6bz,
.px24 .ahoch6bz,
.vftlbhhk .ahoch6bz {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.e7at .xlt42kj5,
.pyag .xlt42kj5,
.px24 .xlt42kj5,
.vftlbhhk .xlt42kj5 {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.vftlbhhk .oauy0gb1 { font-size: var(--fs-body); font-weight: 700; }
.e7at .xn7275, .e7at .r25ixss, .e7at .jicw5,
.pyag .xn7275, .pyag .r25ixss, .pyag .jicw5,
.px24 .xn7275, .px24 .r25ixss, .px24 .jicw5,
.vftlbhhk .xn7275, .vftlbhhk .r25ixss, .vftlbhhk .jicw5 {
  background: transparent;
  padding: 12px 0; align-items: flex-start; text-align: left;
}
.e7at .bajqyms.sha4sq07,
.pyag .bajqyms.sha4sq07,
.px24 .bajqyms.sha4sq07,
.vftlbhhk .bajqyms.sha4sq07 {
  padding: 16px 24px !important;
}
.vftlbhhk .bajqyms.sha4sq07 { box-shadow: none; }
@media (max-width: 1080px) {
  .e7at .j3j158m,
  .pyag .j3j158m,
  .px24 .j3j158m,
  .vftlbhhk .j3j158m { gap: 16px; padding: 20px; }
  .e7at .ahoch6bz,
  .pyag .ahoch6bz,
  .px24 .ahoch6bz,
  .vftlbhhk .ahoch6bz { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .e7at .ahoch6bz,
  .pyag .ahoch6bz,
  .px24 .ahoch6bz,
  .vftlbhhk .ahoch6bz { width: 104px; height: 104px; }
}
.vxh94 .rneph6dx { display: none; }
.odyc7j li::before { color: #2f855a; font-weight: 700; }
.w4lo li::before { color: #9b2c2c; font-weight: 700; }
.wnc4jpbn::before { color: #2f855a; }
.wokoe88::before { color: #9b2c2c; }
.z10fg9ow  .mvlgs, .z10fg9ow  .lq6lezj9 { border-radius: var(--r-pill); }
.msk259qd .mvlgs, .msk259qd .lq6lezj9 { border-radius: 0; }
.er4a7 .mvlgs, .er4a7 .lq6lezj9 { border-radius: var(--r-btn); }
.mvlgs, .lq6lezj9, .y9ux, .sha4sq07, .bajqyms.sha4sq07 {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
body.z10fg9ow  { --btn-radius: var(--r-pill); }
.y9ux, .sha4sq07, .bajqyms.sha4sq07, .mvlgs, .lq6lezj9,
.tbzidiu, .qvdr, .hkl9jc0o .mvlgs {
  border-radius: var(--btn-radius) !important;
}
.fyufek a, .s0qyfmx a, .kusz0 a, .cxoc a, .ay61 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;
}
.fyufek a:hover, .s0qyfmx a:hover, .kusz0 a:hover, .cxoc a:hover { text-decoration-color: currentColor; }
.a4rg { --hero-a: var(--b-600); --hero-b: var(--b-700); }
.k3vazuo .ztnlu192.om3wii .vjdv4kz,
.k3vazuo section.om3wii .vjdv4kz { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.k3vazuo .om3wii .rvuvn { color: var(--text-body); }
.a4rg .kb46:not(.om3wii) .a6zg {
  background: linear-gradient(120deg, color-mix(in srgb, var(--b-900) 88%, transparent) 0%, color-mix(in srgb, var(--b-700) 58%, transparent) 100%);
}
.ztnlu192.kb46:not(.om3wii) .vjdv4kz,
section.kb46:not(.om3wii) .vjdv4kz { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.bbmo.a4rg .om3wii .y9ux,
.cq1me .abz3iws8 { background: var(--bg-page); border-top-color: var(--border-alt); }
.ipumr .abz3iws8 { background: var(--b-50); border-top-color: var(--b-200); }
.eiybx1   { --ftr-fill: var(--b-900); --ftr-edge: var(--b-800); }
.hw5ompg .abz3iws8, .eiybx1 .abz3iws8, .nx7tkfo .abz3iws8 {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.hw5ompg .abz3iws8 :is(.kdu5hqk, .a6cvk),
.eiybx1   .abz3iws8 :is(.kdu5hqk, .a6cvk),
.nx7tkfo    .abz3iws8 :is(.kdu5hqk, .a6cvk) { color: rgba(255,255,255,0.68); }
.hw5ompg .abz3iws8 :is(.bf7jw, .h9oiav),
.eiybx1   .abz3iws8 :is(.bf7jw, .h9oiav),
.nx7tkfo    .abz3iws8 :is(.bf7jw, .h9oiav) { color: rgba(255,255,255,0.7); }
.hw5ompg .abz3iws8 a, .eiybx1 .abz3iws8 a, .nx7tkfo .abz3iws8 a { color: rgba(255,255,255,0.9); }
.hw5ompg .abz3iws8 a:hover, .eiybx1 .abz3iws8 a:hover, .nx7tkfo .abz3iws8 a:hover { color: #fff; }
.hw5ompg .abz3iws8 .brqdtm,
.eiybx1   .abz3iws8 .brqdtm,
.nx7tkfo    .abz3iws8 .brqdtm { color: #fff; }
.y6ur .x9atu:not(.ver7fiz) .j3j158m:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.u1m7sufb .x9atu:not(.ver7fiz) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.u1m7sufb .x9atu:not(.ver7fiz) .j3j158m { background: var(--bg-card); border-radius: var(--r-btn); }
.u1m7sufb .x9atu:not(.ver7fiz) .j3j158m + .j3j158m { margin-top: 8px; border-top: none; }
.c310d3 { background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary)); }
.d2hc07hb .j3j158m::before { background: var(--tone-line, var(--accent)); }
.p9ynuf .j3j158m:first-child { border-top-color: var(--tone-line, var(--accent)); }
.ay61 summary:hover::after, .ay61[open] summary::after { color: var(--tone-mark, var(--accent)); }
.eshq66p .r4lm1r { border-top-color: var(--tone-line, var(--accent)); }
.rcp6 .dslvtm { background: var(--tone-fill, var(--accent-bg)); }
.zu0tx .crm6g9y .xlt42kj5,
.zu0tx .feq8.crm6g9y img,
.zu0tx .ml3ya.crm6g9y img { border-radius: 22%; }
.zu0tx .feq8.crm6g9y { border-radius: var(--r-card); }
.gkpzah .crm6g9y .xlt42kj5,
.gkpzah .feq8.crm6g9y img,
.gkpzah .ml3ya.crm6g9y img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.gkpzah .feq8.crm6g9y { border-radius: 50%; padding: 5px; }
.gkpzah .crm6g9y.ahoch6bz, .zu0tx .crm6g9y.ahoch6bz { overflow: visible; }
.r4lm1r, .lpzoaem, .x9atu:not(.ver7fiz), .j5g2n, .ay61 {
  border: none; box-shadow: var(--sh-card);
}
.ulmw .r4lm1r, .ulmw .lpzoaem,
.ulmw .x9atu:not(.ver7fiz) { box-shadow: var(--sh-lift); }
.o9emsck8 .ay61, .ko8l4fn4 .ay61, .arsvga .ay61 { box-shadow: none; }
.arsvga .yvisj { border: none; box-shadow: var(--sh-card); }
.b0xk .ay61 { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.ko8l4fn4 .ay61 summary { border: none; box-shadow: var(--sh-card); }
.ko8l4fn4 .ay61[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.g7l1 .ay61 summary { color: var(--tone-fill-head-raw); }
.gwlngyn0 .r4lm1r { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.qnbsa, .cjsj8t9, .znym1f { border: none; box-shadow: var(--panel-sh, none); }
.ksp7hmpy .xtg0 { border: none; box-shadow: var(--sub-sh, none); }
.mxafb3oh .qnbsa, .mxafb3oh .znym1f { box-shadow: var(--panel-sh, none); }
.mxafb3oh .j5g2n, .mxafb3oh .ty50874h .cjsj8t9 { box-shadow: var(--sh-card); }
.mxafb3oh .ksp7hmpy .xtg0 { box-shadow: var(--sub-sh, none); }
.q16kp .xtg0, .mxafb3oh .q16kp .xtg0, .ulmw .q16kp .xtg0 { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.qnbsa { background: var(--bg-card-inner); border-radius: var(--r-card); }
.qwzmx { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.ti8w39u .qnbsa   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.ziec5yug .qnbsa { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.xqeis .qnbsa     { border: none; }
.xqeis .qwzmx { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.hfwn .qnbsa    { border: none; box-shadow: var(--sh-card); }
.cjsj8t9 { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.zh311z { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.cjsj8t9 strong, .mlksgs .cjsj8t9 strong, .vq7pyf .cjsj8t9 strong,
.uql168 .cjsj8t9 strong { color: var(--cl-head); }
.cjsj8t9 p, .mlksgs .cjsj8t9 p, .vq7pyf .cjsj8t9 p,
.uql168 .cjsj8t9 p { color: var(--cl-fg); }
.mlksgs .cjsj8t9 { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.mlksgs .cjsj8t9 strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.n3nv .cjsj8t9 { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.vq7pyf .cjsj8t9 { border: none; }
.uql168 .cjsj8t9  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.ty50874h .cjsj8t9   { 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); }
.leohbv5 { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.leohbv5 strong { color: var(--cl-head); }
.bfn2, .lak0xhsv { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.bfn2 ul li, .bfn2 .odyc7j li { color: var(--sem-pos-body); }
.lak0xhsv ul li, .lak0xhsv .w4lo li { color: var(--sem-neg-body); }
.d3g99 .bfn2, .d3g99 .lak0xhsv { border: none; }
.nn9q2 .bfn2, .nn9q2 .lak0xhsv { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.nn9q2 .bfn2 { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.nn9q2 .lak0xhsv { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.cmez60 .bfn2, .cmez60 .lak0xhsv { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.cmez60 .bfn2 { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.cmez60 .lak0xhsv { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.ij79 .bfn2 .g7154, .ij79 .lak0xhsv .g7154 {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.ij79 .bfn2 .g7154 { background: var(--sem-pos-fg); }
.ij79 .lak0xhsv .g7154 { background: var(--sem-neg-fg); }
.ij79 .wnc4jpbn::before, .ij79 .wokoe88::before { color: #fff; }
.y8ldimz .bfn2 ul li, .y8ldimz .bfn2 .odyc7j li,
.y8ldimz .lak0xhsv ul li, .y8ldimz .lak0xhsv .w4lo li { color: var(--text-body); }
.znym1f { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.ncqal { color: var(--tone-fill-head, var(--text-primary)); }
.j933kc2 .zcrfoqv a, .wbk9m5t .zcrfoqv a, .ecgcl .zcrfoqv a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.j933kc2 .zcrfoqv a:hover, .wbk9m5t .zcrfoqv a:hover, .ecgcl .zcrfoqv a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.t164oa .znym1f { border-bottom-color: var(--border-alt); }
.t164oa .zcrfoqv a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.glsf7, .c310d3 { border: none; }
.tm02ulm4 { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.ugzk { border-top: none; }
.ugzk > span { color: var(--tone-fill-head, var(--text-primary)); }
.aewu em, .dvw31c em, .a9va0iz em, .n12bd44d em { color: var(--tone-fill-muted, var(--text-muted)); }
.rcp6 .dslvtm { border-bottom: none; }
.gwlngyn0 .dslvtm { border-bottom: none; }
.feq8.crm6g9y { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.feq8.crm6g9y img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.zu0tx .feq8.crm6g9y img { border-radius: 22%; }
.gkpzah  .feq8.crm6g9y img { border-radius: 50%; }
.gkpzah  .feq8.crm6g9y { padding: 0; }
@media (min-width: 900px) {
  .ody5ry .n25q2 > .r4lm1r:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.mz5mo7 li::marker { color: var(--tone-mark, var(--accent)); }
.zdmiea li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.hwxsycv li::marker { color: var(--tone-mark, var(--accent)); }
.vwiq h2.qjxy5oyz { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.ah0k34f h2.qjxy5oyz { border-bottom-color: var(--tone-mark, var(--accent)); }
.ne1jdy8k h2.qjxy5oyz { border-top-color: var(--tone-mark, var(--accent)); }
.kye8 .xtg0, .f6ot0b7d .xtg0, .svkg377 .xtg0,
.kye8 .cjsj8t9, .f6ot0b7d .cjsj8t9, .svkg377 .cjsj8t9,
.kye8 .gfbg3xz, .f6ot0b7d .gfbg3xz, .svkg377 .gfbg3xz,
.kye8 .j5g2n, .f6ot0b7d .j5g2n, .svkg377 .j5g2n { clear: both; }
.p9xcu .iad9 { box-shadow: var(--sh-card); }
.j5g2n { border-radius: var(--r-card); }
.mvti4g8c .g1nn { border: none; }
.v75d01 .r3mel a { color: var(--b-800); }
.v75d01 .r3mel a:hover { color: var(--b-600); }
.k3vazuo .ztnlu192.om3wii .vjdv4kz,
.k3vazuo section.om3wii .vjdv4kz,
.k3vazuo .ddlmyl .vjdv4kz { color: var(--b-900) !important; }
.k3vazuo .om3wii .rvuvn, .k3vazuo .ddlmyl .rvuvn { color: var(--b-800); }
.ipumr .abz3iws8, .ipumr .abz3iws8 a { color: var(--b-800); }
.ipumr .abz3iws8 :is(.kdu5hqk, .a6cvk, .bf7jw) { color: var(--b-700); }
.cmwvl { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.mvlgs { border: none; }
.hubttyb .mvlgs { background: #fff !important; color: var(--cta) !important; }
.hpk8hel .cmwvl { background: var(--b-100); border: none; }
.hpk8hel .lr0ho { color: var(--b-900); }
.hpk8hel .gwbjf1f { color: var(--b-800); }
.s84nf9 .cmwvl { background: var(--b-900); border: none; border-radius: var(--r-card); }
.s84nf9 .lr0ho { color: #fff; }
.s84nf9 .gwbjf1f { color: rgba(255,255,255,0.82); }
.yw61 .cmwvl { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.yw61 .mvlgs { background: #fff !important; color: var(--b-800) !important; }
.uvvvo9ef { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.eaftk657 { width: 100%; height: 100%; object-fit: cover; }
h2.qjxy5oyz, .vjdv4kz, h1.qjxy5oyz, .lr0ho { font-weight: 700; }
.ap8d h3, h3.v5serbkj { font-weight: 600; }
body.z10fg9ow { --btn-radius: 10px; }
.fal4ooik { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.mz5mo7 { list-style: none !important; padding-left: 0; margin: 16px 0; }
.mz5mo7 li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.mz5mo7 li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.mz5mo7 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);
}
.iqocu .mz5mo7 li { padding-left: 28px; }
.iqocu .mz5mo7 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));
}
.iqocu .mz5mo7 li::after { content: none; }
.iqocu .mz5mo7 li::marker, .mz5mo7 li::marker { content: ""; }
.zdmiea { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.zdmiea li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.zdmiea 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;
}
.iqocu .zdmiea li::before { border-radius: 50%; }
.zdmiea li::marker { content: ""; }
.hwxsycv { list-style: none; padding-left: 16px; }
.hwxsycv li { position: relative; padding-left: 16px; }
.hwxsycv li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.hwxsycv li::marker { content: ""; }
h3.v5serbkj { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.fyufek strong, .s0qyfmx strong, .wpb631p 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");
}
.odyc7j li::before, .w4lo 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);
}
.w4lo li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.odyc7j li, .w4lo li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.wnc4jpbn::before, .wokoe88::before { content: none !important; display: none !important; }
.g7154 { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.vxh94 .rneph6dx, .rneph6dx {
  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;
}
.frlt0mn .rneph6dx     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.zh311z .rneph6dx { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.hus0huqu .rneph6dx  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.leohbv5 .rneph6dx, .yxpsa6c .rneph6dx { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.rneph6dx::before { content: none !important; }
.cjsj8t9 { gap: 14px; }
.r4lm1r { --rv-pad: 24px; }
.dslvtm { padding: var(--rv-pad); }
.kg0n7j { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.kg0n7j > * { margin: 0 !important; }
.cxoc { line-height: var(--lh-read); }
.ugzk {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.ugzk > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.ugzk 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)); }
.ugzk b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.adqin { gap: 16px; }
.y8ldimz .bfn2, .y8ldimz .lak0xhsv { padding: 0; }
.y8ldimz .lak0xhsv { padding-left: 20px; }
.xzw3t4e { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.adqin + .xzw3t4e { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.dxjuvjl { 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); }
.glsf7, .tm02ulm4, .x7gx {
  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));
}
.leohbv5 { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.leohbv5 strong, .mlksgs .leohbv5 strong,
.yxpsa6c strong, .mlksgs .yxpsa6c 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));
}
.leohbv5 p, .yxpsa6c p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.leohbv5 { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.ul1xrsk2 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); }
.ul1xrsk2 .xidm1fb { color: inherit; opacity: .7; }
.ksp7hmpy .xtg0 { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.jol0sb6 h2.qjxy5oyz { 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); }
.jdyzz3ul .s84nf9 .mvlgs, .jdyzz3ul .yw61 .mvlgs,
.jdyzz3ul.om84 .qsix4, .jdyzz3ul.nx7tkfo .abz3iws8 .sha4sq07 { background: #fff !important; color: var(--b-900) !important; }
.ody5ry .n25q2 { align-items: stretch; }
.r4lm1r { display: flex; flex-direction: column; }
.r4lm1r .kg0n7j { flex: 1 1 auto; }
.r4lm1r .leohbv5 { margin-top: auto !important; }
.g1nn { font-size: var(--fs-sm); }
.g1nn th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.g1nn td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.g1nn td:first-child { font-weight: 600; color: var(--text-primary); }
.g1nn tbody tr:last-child td { border-bottom: none; }
.g1nn tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.y8wg3ti9 .g1nn th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.mvti4g8c .g1nn th, .mvti4g8c .g1nn td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.mvti4g8c .g1nn th + th, .mvti4g8c .g1nn td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.mvti4g8c .g1nn tbody tr:last-child td { border-bottom: none; }
.nezm .mvti4g8c .g1nn th + th, .zjlp3g8 .mvti4g8c .g1nn th + th,
.fr62kvh.mvti4g8c .g1nn th + th { border-left-color: rgba(255,255,255,0.16); }
.aqovv1l .g1nn tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.yy8vefdx { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.qnbsa {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.qnbsa:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.y3x20, .h6f5bb5m .y3x20 {
  width: 76px; height: 76px; max-width: none; max-height: none; aspect-ratio: 1 / 1;
  padding: 12px; box-sizing: border-box; margin: 0 0 18px; object-fit: contain; display: block;
  background: var(--tone-fill-2-raw, var(--bg-raised)); border-radius: 18px;
}
.kebaolt .y3x20 { border-radius: 50%; padding: 14px; }
.svbd .qnbsa { align-items: center; text-align: center; }
.svbd .hwxsycv { text-align: left; }
.qwzmx, .eocy95fu .qwzmx, .xqeis .qwzmx {
  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));
}
.hpnpcaft { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.hwxsycv { align-self: stretch; margin: 14px 0 0; padding: 12px 0 0; border-top: var(--bw-hair) solid var(--border-alt); font-size: var(--fs-label); color: var(--text-body); }
.hwxsycv li { margin-bottom: 6px; line-height: var(--lh-snug); }
.bhwn .qwzmx { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.bhwn .qwzmx::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.svbd.bhwn .qwzmx, .kebaolt.bhwn .qwzmx { align-items: center; }
.h0w9y .qnbsa { padding-left: 0; padding-right: 0; }
.h0w9y .qnbsa:hover { transform: none; box-shadow: none; }
.qnbsa, .xqeis .qnbsa { background: var(--bg-card); box-shadow: var(--sh-card); }
.mxafb3oh .qnbsa, .ulmw .qnbsa { box-shadow: var(--sh-card); }
.h0w9y .qnbsa, .mxafb3oh .h0w9y .qnbsa { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .yy8vefdx:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .yy8vefdx:has(> :nth-child(5):last-child) .qnbsa { padding: 20px 16px 18px; }
  .yy8vefdx:has(> :nth-child(6):last-child), .yy8vefdx:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .yy8vefdx:has(> :nth-child(7):last-child), .yy8vefdx:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .mz5mo7 li, [dir="rtl"] .iqocu .mz5mo7 li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .iqocu .mz5mo7 li { padding-right: 28px; }
[dir="rtl"] .mz5mo7 li::before { left: auto; right: 0; }
[dir="rtl"] .iqocu .mz5mo7 li::before { left: auto; right: 6px; }
[dir="rtl"] .mz5mo7 li::after { left: auto; right: 9px; }
[dir="rtl"] .zdmiea li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .zdmiea li::before { left: auto; right: 0; }
[dir="rtl"] .hwxsycv { padding-left: 0; padding-right: 0; }
[dir="rtl"] .hwxsycv li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .hwxsycv li::before { left: auto; right: 0; }
[dir="rtl"] .odyc7j li, [dir="rtl"] .w4lo li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .odyc7j li::before, [dir="rtl"] .w4lo li::before { left: auto; right: 0; }
[dir="rtl"] .cmez60 .bfn2, [dir="rtl"] .cmez60 .lak0xhsv { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .cmez60 .bfn2 { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .cmez60 .lak0xhsv { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .y8ldimz .lak0xhsv { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .cjsj8t9, [dir="rtl"] .uql168 .cjsj8t9, [dir="rtl"] .ty50874h .cjsj8t9 { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .mlksgs .cjsj8t9, [dir="rtl"] .n3nv .cjsj8t9, [dir="rtl"] .vq7pyf .cjsj8t9 { border-right: none; }
[dir="rtl"] .vwiq h2.qjxy5oyz { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .ti8w39u .qnbsa { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .qnbsa { align-items: flex-start; text-align: right; }
[dir="rtl"] .g1nn th, [dir="rtl"] .g1nn td { text-align: right; }
[dir="rtl"] .mvti4g8c .g1nn th + th, [dir="rtl"] .mvti4g8c .g1nn td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .b0xk .ay61, [dir="rtl"] .g7l1 .ay61 summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .ay61 summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .y6ur .x9atu:not(.ver7fiz) .j3j158m:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .j3j158m { gap: 0 14px; padding: 16px; }
  .j3j158m::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .im3pf49g, .x890 { flex: 1 1 0; min-width: 0; }
  .feb5 { flex: 0 0 auto; }
  .ebvn { align-self: center; }
  
  .xn7275, .r25ixss, .jicw5,
  .dxn8s, .dqk8y887, .q4r5hhul,
  .j7gl, .vmgv92q, .jijl {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .xn7275, .r25ixss, .jicw5 { flex-basis: 100%; min-width: 100%; }
  
  .ytwfhejz, .tqtsh6 { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .hel8sw7g, .qfgh { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .qfgh .c310d3:nth-child(n+3) { display: inline-block; }
  .qfgh .c310d3:nth-child(n+4) { display: none; }
  
  .y7bf9, .kkued1 { margin-top: 16px; }
  .ebaaw { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .dxn8s, .dqk8y887, .q4r5hhul,
  .j7gl, .vmgv92q, .jijl { flex-basis: 100%; min-width: 100%; }
}
.ahoch6bz.crm6g9y, .t3nhz .ahoch6bz.crm6g9y, .u6nrn5 .ahoch6bz.crm6g9y,
.crq48 .ahoch6bz.crm6g9y, .quvb91n .ahoch6bz.crm6g9y,
.ml3ya.crm6g9y, .t3nhz .ml3ya.crm6g9y, .u6nrn5 .ml3ya.crm6g9y,
.crq48 .ml3ya.crm6g9y, .quvb91n .ml3ya.crm6g9y {
  background: transparent; padding: 0; width: auto; height: auto;
}
.t3nhz .ahoch6bz.crm6g9y .xlt42kj5, .u6nrn5 .ahoch6bz.crm6g9y .xlt42kj5,
.crq48 .ahoch6bz.crm6g9y .xlt42kj5, .quvb91n .ahoch6bz.crm6g9y .xlt42kj5 { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .ahoch6bz.crm6g9y .xlt42kj5 { max-height: 64px; max-width: 64px; }
  
  .qfgh { flex-wrap: wrap; overflow: visible; }
  .qfgh .c310d3 { max-width: 100%; }
}
.h0efqw { display: none; }
.cdvbgct4, .mv9fwrsj { display: contents; }
.leohbv5, .vq7pyf .leohbv5, .ty50874h .leohbv5 { background: transparent !important; }
.xzw3t4e .glsf7, .xzw3t4e .tm02ulm4, .xzw3t4e .x7gx { background: var(--bg-surface); color: var(--text-body); }
.ul1xrsk2 { align-items: center; gap: 10px; }
.ul1xrsk2 strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.bmvx1 {
  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);
}
.glzhl { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.glzhl em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.glzhl b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.bmvx1 .sha4sq07 { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .bmvx1 { flex-direction: column; align-items: stretch; }
  .bmvx1 .sha4sq07 { text-align: center; }
}
@media (min-width: 900px) {
  .eu08 .n25q2, .eu08.ody5ry .n25q2 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .eu08 .r4lm1r:has(> .cdvbgct4) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .eu08 .r4lm1r:has(> .cdvbgct4) > .bmvx1 { display: none; }

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

  .eu08 .mv9fwrsj { display: flex; flex-direction: column; min-width: 0; }
  .eu08 .mv9fwrsj .yfkvang7 { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .eu08 .mv9fwrsj .yfkvang7 img.q8asiew { max-height: 250px; }
  .eu08 .mv9fwrsj .kg0n7j { flex: 1 1 auto; }
  
  .eu08 .mv9fwrsj .adqin { grid-template-columns: 1fr 1fr; gap: 20px; }
  .eu08 .mv9fwrsj .xzw3t4e { flex-wrap: wrap; }
  .eu08 .mv9fwrsj .dxjuvjl { flex: 0 0 auto; margin: 0 8px 0 0; }
  .eu08 .r4lm1r:last-child:nth-child(odd) { grid-column: auto; }
  
  .eu08.rcp6 .dslvtm, .eu08.eshq66p .dslvtm { background: none; }
}
[dir="rtl"] .eu08 .cdvbgct4 .ugzk b { text-align: left; }
[dir="rtl"] .eu08 .cdvbgct4 .ugzk > .aewu b { text-align: right; }
[dir="rtl"] .eu08 .mv9fwrsj .dxjuvjl { margin: 0 0 0 8px; }
.mt4brb1 .r4lm1r .yfkvang7 { order: -1; }
.mt4brb1 .r4lm1r .yfkvang7 img.q8asiew { max-height: 210px; width: 100%; }
.mt4brb1 .r4lm1r:has(.yfkvang7) .dslvtm { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.mt4brb1 .r4lm1r:has(.yfkvang7) .feq8 { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.mt4brb1.gkpzah .r4lm1r:has(.yfkvang7) .feq8 { border-radius: 50%; }
.mt4brb1 .r4lm1r:has(.yfkvang7) .ap8d,
.mt4brb1 .r4lm1r:has(.yfkvang7) .n1ouunw { padding-top: 52px; }
.mt4brb1.rcp6 .dslvtm, .mt4brb1.eshq66p .dslvtm { background: none; }
.r76ils .r4lm1r .yfkvang7 { display: none; }
.r76ils .r4lm1r { --rv-pad: 20px; }
.r76ils .cxoc { font-size: var(--fs-sm); line-height: 1.65; }
.r76ils .kg0n7j { gap: 16px; }
.r76ils .xzw3t4e + .xzw3t4e { display: none; }
.r76ils .feq8.crm6g9y, .r76ils .feq8.crm6g9y img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.kebaolt .qnbsa { align-items: center; text-align: center; }
.kebaolt .hwxsycv { text-align: left; }
.a0bb .yy8vefdx, .a0bb .yy8vefdx:has(> :nth-child(5):last-child),
.a0bb .yy8vefdx:has(> :nth-child(6):last-child), .a0bb .yy8vefdx:has(> :nth-child(7):last-child),
.a0bb .yy8vefdx:has(> :nth-child(8):last-child), .a0bb .yy8vefdx:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.a0bb .qnbsa { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.a0bb .y3x20, .a0bb .x7wtcoj9 { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.a0bb .qwzmx, .a0bb .hpnpcaft, .a0bb .hwxsycv { grid-column: 2; }
.a0bb .qnbsa > .qwzmx:first-child, .a0bb .qnbsa > .qwzmx:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .a0bb .qnbsa { direction: rtl; }
.obg1p6x .qnbsa { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.obg1p6x .y3x20 {
  width: 100%; height: 124px; padding: 24px; margin: 0 0 20px; border-radius: 0;
  background: var(--tone-fill-2-raw, var(--bg-raised)); object-fit: contain;
}
.obg1p6x .qwzmx, .obg1p6x .hpnpcaft { padding-left: 22px; padding-right: 22px; }
.obg1p6x .hwxsycv { margin-left: 22px; margin-right: 22px; }
.obg1p6x .yy8vefdx:has(> :nth-child(5):last-child) .qnbsa { padding: 0 0 18px; }
:root { --ico-tick: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20stroke=%27black%27%20stroke-width=%273%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27%3E%3Cpath%20d=%27M5%2012.5l4.6%204.6L19%207.4%27/%3E%3C/svg%3E"); }
.hwxsycv { padding-left: 0 !important; }
.hwxsycv li { padding-left: 22px; margin-bottom: 8px; }
.hwxsycv li::before {
  left: 0; top: 0.22em; width: 13px; height: 13px; border-radius: 0;
  background: var(--tone-mark, var(--accent));
  -webkit-mask: var(--ico-tick) center / contain no-repeat; mask: var(--ico-tick) center / contain no-repeat;
}
[dir="rtl"] .hwxsycv li { padding-left: 0; padding-right: 22px; }
.ugzk:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .eu08 .r4lm1r:has(> .cdvbgct4) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .eu08 .r4lm1r:has(> .cdvbgct4) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .eu08 .cdvbgct4 { background: none; align-self: start; position: sticky; top: 96px; }
  .eu08 .cdvbgct4 .ugzk { align-items: stretch; }
  .eu08 .cdvbgct4 .n1ouunw { margin-top: 0; padding: 20px 0 0; }
  .eu08 .cdvbgct4 .ap8d { padding: 0; }
  
  .eu08.y8nl40 .cdvbgct4 .feq8 { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .eu08.y8nl40 .cdvbgct4 .feq8:not(.crm6g9y) { width: 112px; height: 112px; padding: 6px; }
}
.mt4brb1.y8nl40 .dslvtm { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.mt4brb1.y8nl40 .feq8 { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.mt4brb1.y8nl40 .ap8d, .mt4brb1.y8nl40 .n1ouunw { padding-left: 0; padding-right: 0; padding-bottom: 0; }
.a0bb .yy8vefdx, .a0bb .yy8vefdx:has(> :nth-child(5):last-child),
.a0bb .yy8vefdx:has(> :nth-child(6):last-child), .a0bb .yy8vefdx:has(> :nth-child(7):last-child),
.a0bb .yy8vefdx:has(> :nth-child(8):last-child), .a0bb .yy8vefdx:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.a0bb .yy8vefdx > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.a0bb .qnbsa { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.a0bb .y3x20, .a0bb .x7wtcoj9 { position: absolute; left: 22px; top: 22px; margin: 0; }
.a0bb .qnbsa:not(:has(.y3x20, .x7wtcoj9)) { padding-left: 22px; }
[dir="rtl"] .a0bb .qnbsa { padding: 22px 104px 22px 22px; }
[dir="rtl"] .a0bb .y3x20, [dir="rtl"] .a0bb .x7wtcoj9 { left: auto; right: 22px; }
@media (max-width: 700px) { .a0bb .yy8vefdx { grid-template-columns: minmax(0, 1fr) !important; } }
.a0bb .yy8vefdx .qnbsa { padding: 22px 22px 22px 104px !important; }
.a0bb .yy8vefdx .qnbsa:not(:has(.y3x20, .x7wtcoj9)) { padding-left: 22px !important; }
[dir="rtl"] .a0bb .yy8vefdx .qnbsa { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .adqin, .gfbg3xz { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .y8ldimz .lak0xhsv, [dir="rtl"] .y8ldimz .lak0xhsv {
    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;
  }
  
  .mt4brb1 .r4lm1r:has(.yfkvang7) .ap8d { padding-top: 0; }
}
.a898 p, .hy8l0hep, .o4chq, .gj5affit, .hyieu0,
.g4djj6j, .qg20t6, .a3chks, .nbjp1k p, .i7nx p { color: var(--text-body); }
.dkzfb8ln { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.psqd0y, .h8ln5 .psqd0y, .j668q,
.nig1g, .yklayfr3, .au45o,
.nbjp1k h2, .nbjp1k h3, .obvunxq0 h2, .wesqrur 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;
}
.zu8kq { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.kit4zs { font-weight: 700; letter-spacing: -0.02em; }
.o4chq, .gj5affit { list-style: none !important; padding-left: 0; }
.o4chq li, .gj5affit li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.o4chq li::marker, .gj5affit li::marker { content: ""; }
.o4chq li::before, .gj5affit 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"] .o4chq li, [dir="rtl"] .gj5affit li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .o4chq li::before, [dir="rtl"] .gj5affit li::before { left: auto; right: 6px; }
.i7nx, .o13s, .nbjp1k { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.btqs59v { border: none; box-shadow: var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.a898 a:not(.sha4sq07):not(.y9ux) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .hkl9jc0o .cmwvl {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .hkl9jc0o .uvvvo9ef { 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); }
  .hkl9jc0o .yl3zy { flex: 1 1 0; min-width: 0; }
  .hkl9jc0o .lr0ho {
    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;
  }
  .hkl9jc0o .mvlgs { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .jr0e { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.gkdm h1, .gkdm h2, .gkdm h3, .gkdm .vjdv4kz,
.gkdm h2.qjxy5oyz, .gkdm h1.qjxy5oyz { font-weight: 600; }
.z5m4hhnh h1, .z5m4hhnh h2, .z5m4hhnh h3, .z5m4hhnh .vjdv4kz,
.z5m4hhnh h2.qjxy5oyz, .z5m4hhnh h1.qjxy5oyz { font-weight: 700; }
.hfdyf h1, .hfdyf .vjdv4kz, .hfdyf h1.qjxy5oyz,
.jvww.gkdm .vjdv4kz { font-weight: 600; }
h3.v5serbkj, .z5m4hhnh h3.v5serbkj, .ap8d h3, .z5m4hhnh .ap8d h3 { font-weight: 600; }
.kpvjw .r3mel a, .dcywz0 .r3mel a { font-weight: 600; }
.ml8k .ha419 { font-weight: 600; }
.ml8k .rimdk3 { font-weight: 700; }
.oauy0gb1 { font-weight: 600; }
.rimdk3 { font-weight: 700; }
.rvuvn { font-weight: 400; }
.ef1zxv58 { display: block; }
.m01rn0b { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.m01rn0b .znym1f { margin: 20px 0 8px; }
.z7q7em { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .m01rn0b { padding: 0 16px; } }
@media (min-width: 1100px) {
  .iyp2okfv .ikvbn34s, .hwg09 .ikvbn34s, .g7x7l91x .ikvbn34s,
  .iyp2okfv .ef1zxv58, .hwg09 .ef1zxv58, .g7x7l91x .ef1zxv58 { max-width: 1280px; }
  .iyp2okfv .ef1zxv58, .hwg09 .ef1zxv58, .g7x7l91x .ef1zxv58 {
    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;
  }
  .hwg09 .ef1zxv58, .g7x7l91x .ef1zxv58 { grid-template-columns: minmax(0, 1fr) 264px; }
  .hwg09 .m01rn0b, .g7x7l91x .m01rn0b { order: 2; }
  .iyp2okfv .m01rn0b, .hwg09 .m01rn0b, .g7x7l91x .m01rn0b {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .iyp2okfv .gxuyzq2, .hwg09 .gxuyzq2, .g7x7l91x .gxuyzq2 {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .iyp2okfv .aqv07oqq .zysz, .hwg09 .aqv07oqq .zysz,
  .g7x7l91x .aqv07oqq .zysz { max-width: none; padding-left: 0; padding-right: 0; }
  .iyp2okfv .aqv07oqq > .z7q7em:first-child, .hwg09 .aqv07oqq > .z7q7em:first-child,
  .g7x7l91x .aqv07oqq > .z7q7em:first-child { padding-top: 0; }
  .iyp2okfv .aqv07oqq > .z7q7em:first-child .zysz, .hwg09 .aqv07oqq > .z7q7em:first-child .zysz,
  .g7x7l91x .aqv07oqq > .z7q7em:first-child .zysz { padding-top: 0; }

  
  .iyp2okfv .m01rn0b .znym1f, .hwg09 .m01rn0b .znym1f, .g7x7l91x .m01rn0b .znym1f {
    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;
  }
  .iyp2okfv .m01rn0b .ncqal, .hwg09 .m01rn0b .ncqal, .g7x7l91x .m01rn0b .ncqal {
    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);
  }
  .iyp2okfv .m01rn0b .zcrfoqv, .hwg09 .m01rn0b .zcrfoqv, .g7x7l91x .m01rn0b .zcrfoqv {
    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);
  }
  .iyp2okfv .m01rn0b .zcrfoqv li, .hwg09 .m01rn0b .zcrfoqv li, .g7x7l91x .m01rn0b .zcrfoqv li {
    display: block !important; margin: 0 !important;
  }
  .iyp2okfv .m01rn0b .zcrfoqv li::before, .hwg09 .m01rn0b .zcrfoqv li::before, .g7x7l91x .m01rn0b .zcrfoqv li::before,
  .iyp2okfv .m01rn0b .zcrfoqv li::after, .hwg09 .m01rn0b .zcrfoqv li::after, .g7x7l91x .m01rn0b .zcrfoqv li::after,
  .iyp2okfv .m01rn0b .zcrfoqv a::before, .hwg09 .m01rn0b .zcrfoqv a::before, .g7x7l91x .m01rn0b .zcrfoqv a::before {
    content: none !important; display: none !important;
  }
  .iyp2okfv .m01rn0b .zcrfoqv a, .hwg09 .m01rn0b .zcrfoqv a, .g7x7l91x .m01rn0b .zcrfoqv 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;
  }
  .iyp2okfv .m01rn0b .zcrfoqv a:hover, .hwg09 .m01rn0b .zcrfoqv a:hover, .g7x7l91x .m01rn0b .zcrfoqv a:hover { color: var(--text-primary) !important; }
  .iyp2okfv .m01rn0b .zcrfoqv a.qguo1o, .hwg09 .m01rn0b .zcrfoqv a.qguo1o, .g7x7l91x .m01rn0b .zcrfoqv a.qguo1o {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .g7x7l91x .zdyoqq8 {
    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);
  }
  .lorzmt6s { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .nrq7a { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .junm4 { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .gkpzah .junm4 { border-radius: 50%; }
  .luky02r { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .iqt7 { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .kdbjexz1 { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .m01rn0b .zcrfoqv { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .iyp2okfv .m01rn0b .zcrfoqv a, [dir="rtl"] .hwg09 .m01rn0b .zcrfoqv a, [dir="rtl"] .g7x7l91x .m01rn0b .zcrfoqv 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"] .iyp2okfv .m01rn0b .zcrfoqv a.qguo1o, [dir="rtl"] .hwg09 .m01rn0b .zcrfoqv a.qguo1o, [dir="rtl"] .g7x7l91x .m01rn0b .zcrfoqv a.qguo1o { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .nrcrr .m01rn0b .zcrfoqv, [dir="rtl"] .qt220 .m01rn0b .zcrfoqv,
[dir="rtl"].nrcrr .m01rn0b .zcrfoqv, [dir="rtl"].qt220 .m01rn0b .zcrfoqv { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .m01rn0b .zcrfoqv { border-right: none; } }
.qt220 .m01rn0b {
  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);
}
.qt220 .m01rn0b .znym1f {
  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;
}
.qt220 .m01rn0b .ncqal { display: none !important; }
.qt220 .m01rn0b .zcrfoqv {
  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;
}
.qt220 .m01rn0b .zcrfoqv::-webkit-scrollbar { display: none; }
.qt220 .m01rn0b .zcrfoqv li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.qt220 .m01rn0b .zcrfoqv li::before, .qt220 .m01rn0b .zcrfoqv li::after,
.qt220 .m01rn0b .zcrfoqv a::before { content: none !important; display: none !important; }
.qt220 .m01rn0b .zcrfoqv 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;
}
.qt220 .m01rn0b .zcrfoqv li:first-child a { padding-left: 0 !important; }
.qt220 .m01rn0b .zcrfoqv a:hover { color: var(--text-primary) !important; }
.qt220 .m01rn0b .zcrfoqv a.qguo1o { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.qt220 .z7q7em { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .qt220 .m01rn0b .znym1f { padding: 0 16px !important; } }
.qt220 .m01rn0b .zcrfoqv {
  -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;
}
.qt220 .m01rn0b .znym1f { overflow: hidden; }
.iqocu .mz5mo7 li::before, .o4chq li::before, .gj5affit li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .cdaaf, .b3typt, .zueqns, .js8xs5 { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .leohbv5, .yxpsa6c { display: block !important; }
  .leohbv5 .rneph6dx, .yxpsa6c .rneph6dx { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .leohbv5 .rneph6dx, [dir="rtl"] .yxpsa6c .rneph6dx { float: right; margin: 0 0 0 8px; }
  .leohbv5 strong, .yxpsa6c strong { line-height: 18px; margin-bottom: 8px; }
  .leohbv5 p, .yxpsa6c p { clear: both; }
  .r4lm1r { --rv-pad: 18px; }
  .kg0n7j { gap: 16px; }
}
.k2myaf .jeic, .hibb .jeic, .vlga .jeic, .uqscqr1k .jeic { color: var(--text-primary); }
.k2myaf .jeic .p9vp { color: var(--tone-link, var(--accent)); }
.k2myaf .jeic:not(:has(.p9vp))::first-letter { color: var(--tone-link, var(--accent)); }
.k2myaf .jeic { display: inline-block; }
.uqscqr1k .jeic::after { content: "."; color: var(--tone-mark, var(--accent)); }
.vlga .jeic { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.hibb .jeic { font-weight: 700; letter-spacing: -0.035em; }
.dslp5ruu .jeic, .om84 .jeic,
.dslp5ruu .jeic .p9vp, .om84 .jeic .p9vp { color: #fff !important; }
.dslp5ruu.uqscqr1k .jeic::after, .om84.uqscqr1k .jeic::after { color: rgba(255,255,255,0.7); }
.dslp5ruu.k2myaf .jeic::first-letter, .om84.k2myaf .jeic::first-letter { color: #fff; }
.uer4i9t3 .aqv07oqq > .z7q7em:nth-of-type(even) .p9xcu { display: none; }
.zbhiuu5t .aqv07oqq > .z7q7em .p9xcu { display: none; }
.zbhiuu5t .aqv07oqq > .z7q7em:nth-of-type(-n+2) .p9xcu { display: block; }
.r41eorcp .p9xcu { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.r41eorcp .p9xcu .iad9 { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .r41eorcp .p9xcu .iad9 { aspect-ratio: 16 / 7; } }
.npnl .p9xcu .iad9 { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.npnl .p9xcu::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.npnl .p9xcu, .dqy14si .p9xcu { border-radius: var(--r-card); isolation: isolate; }
.dqy14si .p9xcu .iad9 { filter: grayscale(1) contrast(1.1); }
.ifp4dok, .ifp4dok.ztnlu192 { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.ifp4dok .b261of31 { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.ifp4dok .vjdv4kz { 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; }
.ifp4dok .rvuvn { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.ifp4dok .b261of31::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.ifp4dok ~ .uh36 { 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; }
.ifp4dok ~ .uh36 .uy56e0 { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .iyp2okfv .ifp4dok .b261of31, .hwg09 .ifp4dok .b261of31, .g7x7l91x .ifp4dok .b261of31 { max-width: 1280px; }
}
@media (max-width: 640px) { .ifp4dok { padding-top: 24px; } .ifp4dok .b261of31 { padding: 0 16px; } .ifp4dok .vjdv4kz { font-size: var(--fs-h2); max-width: none; } }
.rkskn, .rkskn.ztnlu192, .h6hjw4, .h6hjw4.ztnlu192 {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.rkskn .b261of31, .h6hjw4 .b261of31 { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.w0aon.rkbz71, .w0aon.rkbz71.ztnlu192 { min-height: 0 !important; padding: 48px 0; }
.ver7fiz .rimdk3 {
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25;
}
.ver7fiz .xn7275, .ver7fiz .r25ixss, .ver7fiz .jicw5 { background: var(--tone-fill-raw, var(--accent-bg)); }
.ver7fiz .j3j158m { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.ver7fiz .j3j158m::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .ver7fiz .j3j158m {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .ver7fiz .ashpatf, .ver7fiz .feb5, .ver7fiz .im3pf49g, .ver7fiz .x890,
  .ver7fiz .xn7275, .ver7fiz .y7bf9, .ver7fiz .kkued1 {
    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;
  }
  
  .ztnlu192 .ver7fiz, .ver7fiz.pwpcjw, .ver7fiz.v8j5b6gl, .ver7fiz.lbs7knii {
    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;
  }
  .ztnlu192 .ver7fiz::-webkit-scrollbar { display: none; }
  .ztnlu192 .ver7fiz .j3j158m { flex: 0 0 74% !important; scroll-snap-align: center; }
  .rkskn, .h6hjw4 { padding: 32px 0 24px; }
  .w0aon.rkbz71 { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .h6hjw4, .rkskn, .w0aon.rkbz71 { overflow-x: clip; max-width: 100vw; }
  .h6hjw4 .b261of31, .rkskn .b261of31, .rkbz71 .dpn7, .rkbz71 .rxzxdk { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .ztnlu192 .ver7fiz { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.fudz, .fudz.ztnlu192, .l4rhw, .l4rhw.ztnlu192 {
  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);
}
.fudz .b261of31, .l4rhw .b261of31 {
  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;
}
.fudz .b261of31 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.hcn14b6 .b261of31:has(.gjznp) { grid-template-columns: minmax(0, 1fr) 320px; }
.fudz .vjdv4kz, .l4rhw .vjdv4kz, .ifp4dok .vjdv4kz {
  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;
}
.fudz .vjdv4kz, .l4rhw .vjdv4kz { color: var(--hero-fg) !important; }
.fudz .rvuvn, .l4rhw .rvuvn {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.eseh .uy56e0, .eseh .uy56e0 * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.eseh .uy56e0 { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.fudz .eseh .uy56e0, .fudz .eseh .uy56e0 a, .fudz .eseh .uy56e0 span,
.l4rhw .eseh .uy56e0, .l4rhw .eseh .uy56e0 a, .l4rhw .eseh .uy56e0 span { color: var(--hero-fg-dim) !important; }
.fudz .eseh .uy56e0 a, .l4rhw .eseh .uy56e0 a { color: var(--hero-fg) !important; font-weight: 600; }
.ifp4dok .eseh { margin: 0 0 14px; }
.ifp4dok .eseh .uy56e0 { color: var(--text-muted); }
.ifp4dok .b261of31::after { margin-top: 22px; }
.l4rhw .vjdv4kz { max-width: 24ch; }
@media (min-width: 1100px) {
  .iyp2okfv .fudz .b261of31, .hwg09 .fudz .b261of31, .g7x7l91x .fudz .b261of31,
  .iyp2okfv .l4rhw .b261of31, .hwg09 .l4rhw .b261of31, .g7x7l91x .l4rhw .b261of31 { max-width: 1280px; }
}
@media (max-width: 760px) {
  .fudz { padding: 24px 0 26px; }
  .fudz .b261of31, .l4rhw .b261of31 { padding: 0 16px; }
  .hcn14b6 .b261of31:has(.gjznp) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .gjznp { display: none; }
  .l4rhw { padding-top: 12px; }
  .v3d5 { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .a2w852 { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .a2w852 img { width: 48px; height: 48px; flex: 0 0 48px; }
  .nzm2n { flex: 0 0 auto; }
  .hjynsu7q { flex: 1 1 0; min-width: 0; }
  .fudz .vjdv4kz, .l4rhw .vjdv4kz, .ifp4dok .vjdv4kz { font-size: 25px !important; max-width: none; }
  .fudz .rvuvn, .l4rhw .rvuvn { font-size: 15px; }
}
.kb46 .rvuvn, .w0aon .rvuvn, .ddlmyl .rvuvn { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .gfh94 .x9atu:not(.ver7fiz), .ogjqutc .x9atu:not(.ver7fiz) {
    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;
  }
  .gfh94 .x9atu:not(.ver7fiz) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .gfh94 .x9atu:not(.ver7fiz):has(> :nth-child(5):last-child),
  .gfh94 .x9atu:not(.ver7fiz):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .gfh94 .x9atu:not(.ver7fiz):has(> :nth-child(3):last-child),
  .gfh94 .x9atu:not(.ver7fiz):has(> :nth-child(6):last-child),
  .gfh94 .x9atu:not(.ver7fiz):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ogjqutc .x9atu:not(.ver7fiz) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .gfh94 .x9atu:not(.ver7fiz) > .j3j158m,
  .ogjqutc .x9atu:not(.ver7fiz) > .j3j158m: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;
  }
  .gfh94 .x9atu:not(.ver7fiz) > .j3j158m:hover,
  .ogjqutc .x9atu:not(.ver7fiz) > .j3j158m:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .gfh94 .j3j158m .ashpatf, .ogjqutc .j3j158m:nth-child(-n+3) .ashpatf {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .gfh94 .j3j158m .feb5, .gfh94 .j3j158m .im3pf49g, .gfh94 .j3j158m .x890,
  .ogjqutc .j3j158m:nth-child(-n+3) .feb5, .ogjqutc .j3j158m:nth-child(-n+3) .im3pf49g,
  .ogjqutc .j3j158m:nth-child(-n+3) .x890 { order: -2; padding: 0; gap: 12px; }
  .gfh94 .j3j158m .ahoch6bz, .ogjqutc .j3j158m:nth-child(-n+3) .ahoch6bz {
    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;
  }
  .gfh94 .j3j158m .xlt42kj5, .ogjqutc .j3j158m:nth-child(-n+3) .xlt42kj5 { max-height: 88px !important; max-width: 88% !important; }
  .gfh94 .j3j158m .oauy0gb1, .ogjqutc .j3j158m:nth-child(-n+3) .oauy0gb1 { padding: 0 16px; font-size: var(--fs-body); }
  .gfh94 .j3j158m .ebvn, .ogjqutc .j3j158m:nth-child(-n+3) .ebvn { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .gfh94 .j3j158m .y7bf9, .gfh94 .j3j158m .kkued1,
  .ogjqutc .j3j158m:nth-child(-n+3) .y7bf9, .ogjqutc .j3j158m:nth-child(-n+3) .kkued1 { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .gfh94 .j3j158m .kkued1::before, .ogjqutc .j3j158m:nth-child(-n+3) .kkued1::before { display: none; }
  .gfh94 .j3j158m .hel8sw7g, .gfh94 .j3j158m .qfgh,
  .ogjqutc .j3j158m:nth-child(-n+3) .hel8sw7g, .ogjqutc .j3j158m:nth-child(-n+3) .qfgh { justify-content: center; }
  .gfh94 .j3j158m .rimdk3, .ogjqutc .j3j158m:nth-child(-n+3) .rimdk3 { font-size: var(--fs-sm); }
  
  .gfh94 .j3j158m .mf5a9f, .ogjqutc .j3j158m:nth-child(-n+3) .mf5a9f { display: none; }
  
  .gfh94 .x9atu:not(.ver7fiz) > .j3j158m::before,
  .ogjqutc .x9atu:not(.ver7fiz) > .j3j158m: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"] .gfh94 .x9atu:not(.ver7fiz) > .j3j158m::before,
  [dir="rtl"] .ogjqutc .x9atu:not(.ver7fiz) > .j3j158m:nth-child(-n+3)::before { left: auto; right: 10px; }

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

  
  .hndx .x9atu:not(.ver7fiz) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .hndx .x9atu:not(.ver7fiz)::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);
  }
  .hndx .x9atu:not(.ver7fiz) > .j3j158m { padding-top: 10px; padding-bottom: 10px; position: static; }
  .hndx .x9atu:not(.ver7fiz) > .j3j158m:first-child { position: relative; }
  .hndx .x9atu:not(.ver7fiz) .ashpatf { position: static; }
  .hndx .x9atu:not(.ver7fiz) .xsbf { display: none; }
  
  .hndx .x9atu:not(.ver7fiz) > .j3j158m:first-child .xsbf {
    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;
  }
  .hndx .ahoch6bz { height: 64px !important; width: auto !important; }
  .hndx .xlt42kj5 { max-height: 56px !important; max-width: 120px !important; }
  .hndx .im3pf49g { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .hndx .rimdk3 { font-size: var(--fs-sm); }
  .hndx .bajqyms.sha4sq07 { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .hndx .d2hc07hb .j3j158m::before, .hndx.d2hc07hb .j3j158m::before { top: 8px; bottom: 8px; }
  
  .gfh94.d2hc07hb .j3j158m::before { border-radius: var(--r-pill) !important; }
  .gfh94.pjhx .j3j158m:nth-child(even), .ogjqutc.pjhx .j3j158m:nth-child(even) { background: var(--bg-card) !important; }
  .gfh94.p9ynuf .j3j158m:first-child, .ogjqutc.p9ynuf .j3j158m:first-child { border-top: none !important; }
  .gfh94.y6ur .x9atu:not(.ver7fiz) .j3j158m:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .gfh94 .j3j158m .kkued1, .ogjqutc .j3j158m:nth-child(-n+3) .kkued1 { display: flex !important; flex-direction: column; }
  
  .hndx .x9atu:not(.ver7fiz) { 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; }
  .hndx .x9atu:not(.ver7fiz) > .j3j158m { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .hndx .x9atu:not(.ver7fiz) > .j3j158m + .j3j158m { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .hndx .x9atu:not(.ver7fiz) > .j3j158m:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .hndx .im3pf49g, .hndx .feb5, .hndx .x890 { justify-content: flex-start; align-items: center; }
  .hndx .kkued1 { --cs-link-h: 0px; }
  .hndx .kkued1 .ebaaw { display: none; }
}
@media (min-width: 901px) {
  .gfh94 .x9atu:not(.ver7fiz) .pljsbxk2,
  .ogjqutc .x9atu:not(.ver7fiz) > .j3j158m:nth-child(-n+3) .pljsbxk2 { display: block; }
}
body .ztnlu192.fudz .vjdv4kz, body .ztnlu192.l4rhw .vjdv4kz,
body section.fudz .vjdv4kz, body section.l4rhw .vjdv4kz { color: var(--hero-fg) !important; text-shadow: none !important; }
body .ztnlu192.ifp4dok .vjdv4kz { text-shadow: none !important; }
@media (max-width: 760px) {
  .a2w852 { width: auto; flex-wrap: wrap; }
  .cf60 { flex: 1 0 100%; margin-top: 4px; }
}
.ifp4dok .lzv0ih9o { margin: 16px 0 0 !important; }
.lt09nuo .y4vdg5l, .z58xe2ef .y4vdg5l { display: block; }
@media (max-width: 640px) {
  .dslp5ruu .r3mel, .om84 .r3mel,
  .dslp5ruu .r3mel.fkjopk06, .om84 .r3mel.fkjopk06 { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .dslp5ruu .r3mel a, .om84 .r3mel a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .v75d01 .r3mel, .v75d01 .r3mel.fkjopk06 { background: var(--b-50) !important; }
}
body .r4lm1r .ul1xrsk2 strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .r4lm1r .ul1xrsk2 strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.eu08 .r4lm1r .cdvbgct4 .ul1xrsk2 strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.kdu5hqk, .a6cvk, .my0g5i .kdu5hqk, .my0g5i .a6cvk { color: var(--text-muted); }
@media (max-width: 560px) {
  .feq8.crm6g9y, .feq8.crm6g9y img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .q7yogeab:has(> .kb46, > .fudz, > .w0aon) + .xh1elj { margin-top: -38px; }
  
  .xgtk .q7yogeab + .xh1elj { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .iyp2okfv .xh1elj, .hwg09 .xh1elj, .g7x7l91x .xh1elj { max-width: 1280px; }
}
@media (max-width: 640px) {
  .or3sm44d .zu8kq { max-width: none; }
}
.zu8kq, .vjdv4kz, .psqd0y { overflow-wrap: break-word; }
.hxez > div > div, .a898 .yw66e2 > div { min-width: 0; }
.a898 p, .a898 li, .a898 td, .a898 a { overflow-wrap: anywhere; }
:root {
  --accent: #bb4b25;
  --brand: #bb4b25;
  --accent-light: #983815;
  --brand-light: #983815;
  --accent-bg: #fff3ef;
  --accent-bg-light: #fff3ef;
  --accent-pale: #fecdbd;
  --brand-pale: #fecdbd;
  --cta: #0b7f86;
  --cta-hover: #0a6c72;
  --cta-fg: #ffffff;
  --cta-light: #d9643e;
  --text-primary: #342722;
  --text-body: #4f403b;
  --text-sub: #4f403b;
  --text-muted: #6f5f5a;
  --text-faint: #7e6d68;
  --text-dim: #7e6d68;
  --text-label: #6f5f5a;
  --text-value: #342722;
  --bg-page: #ffffff;
  --bg-surface: #fbf4f2;
  --bg-card: #ffffff;
  --bg-card-inner: #fcf6f5;
  --bg-card-inner-raw: #fcf6f5;
  --bg-raised: #f6ece9;
  --bg-hover: #fbf4f2;
  --border: #ddd1ce;
  --border-alt: #eae1de;
  --border-section: #eae1de;
  --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: #fbf4f2;
  --bg-info: #fbf4f2;
  --c-tip-border: #342722;
  --c-warn-border: #a86b03;
  --c-tag-pay: #fbf4f2;
  --grad-start: #bb4b25;
  --grad-end: #983815;
  --tone-fill: #fbf4f2;
  --tone-fill-2: #f6ece9;
  --tone-fill-raw: #fbf4f2;
  --tone-fill-2-raw: #f6ece9;
  --tone-fill-head: #342722;
  --tone-fill-fg: #4f403b;
  --tone-fill-muted: #675752;
  --tone-fill-head-raw: #342722;
  --tone-fill-fg-raw: #4f403b;
  --tone-fill-muted-raw: #675752;
  --sh-card: 0 0 0 1px rgba(52, 39, 34, 0.06), 0 1px 2px rgba(52, 39, 34, 0.05), 0 10px 24px -14px rgba(52, 39, 34, 0.18);
  --sh-lift: 0 0 0 1px rgba(52, 39, 34, 0.06), 0 2px 4px rgba(52, 39, 34, 0.06), 0 18px 36px -18px rgba(52, 39, 34, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #342722;
  --tone-mark: #342722;
  --tone-mark-fg: #ffffff;
  --tone-head: #342722;
  --tone-sub: #342722;
  --tone-link: #bb4b25;
  --tone-th: #342722;
  --tone-th-fg: #ffffff;
  --tone-chip: #fbf4f2;
  --tone-chip-fg: #4f403b;
  --tone-soft: #f6ece9;
  --tone-soft-fg: #342722;
  --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: #722241;
  --b-50: #fff3ef;
  --s-50: #eff8f8;
  --n-50: #fbf4f2;
  --b-100: #fde5de;
  --s-100: #dfeff0;
  --n-100: #f1e9e6;
  --b-200: #fecdbd;
  --s-200: #bfe1e4;
  --n-200: #e1d7d4;
  --b-300: #fdaa8f;
  --s-300: #8dcfd4;
  --n-300: #cabfbb;
  --b-400: #f18360;
  --s-400: #60b6bc;
  --n-400: #b0a29e;
  --b-500: #d9643e;
  --s-500: #3a9ca3;
  --n-500: #988883;
  --b-600: #bb4b25;
  --s-600: #1a8289;
  --n-600: #7f6f6a;
  --b-700: #983815;
  --s-700: #03686e;
  --n-700: #675752;
  --b-800: #74270a;
  --s-800: #044e52;
  --n-800: #4f403b;
  --b-900: #4c1603;
  --s-900: #003134;
  --n-900: #342722;
}
:root { --logo-bg-opacity: 33%; }
body, button, input { font-family: "Lato", sans-serif; }
.shqyxnul .ztnlu192, .shqyxnul .w0aon { min-height: 640px; }
.t4dgi::before { content: '›'; font-size: 1.1em; }