:root {
  --color-accent: #a32a1a;
  --color-cta: #1e4fbf;
  --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);
}
.ent9 {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.rpsr {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.r009ev {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.vuqi40 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.qcz67khp { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.qcz67khp a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.qcz67khp a:hover { color: var(--accent-light); }
.yw717  .rqybg { border-radius: var(--r-card); }
.yw717 .rqybg li:first-child a { border-top-left-radius: var(--r-btn); border-top-right-radius: var(--r-btn); }
.yw717 .rqybg li:last-child a { border-bottom-left-radius: var(--r-btn); border-bottom-right-radius: var(--r-btn); }
.d8m0aaa3  .rqybg li + li { border-top: var(--bw-hair) solid var(--border-alt); }
@media (max-width: 640px) {
  .rqybg {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .pdbde:hover .rqybg,
  .pdbde:focus-within .rqybg { display: block; }
  .rqybg li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.q83kvg9 {
  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);
}
.a678 { display: none; }
@media (max-width: 640px) {
  .a678 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .a678.p2cj { display: block; }
}
@media (max-width: 640px) {
  .q83kvg9 { display: block; }
  .qcz67khp > li + li::before { display: none !important; }
  .qcz67khp {
    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;
  }
  .qcz67khp.p2cj { display: flex; }
  .qcz67khp li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .qcz67khp li:last-child a { border-bottom: none; }
}
.u0ycp6u { min-height: 480px; }
.g6j6 {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.ijemrg { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.fv95lr8 .ijemrg { margin-left: 0; margin-right: 0; }
.gmr6t .hi2xq {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.gmr6t .g6j6 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.gmr6t .ijemrg { color: #e2e8f0; }
.gmr6t.hr8rag67 .hi2xq { text-align: center; }
.gmr6t.fv95lr8   .hi2xq { text-align: left; }
.o3cfy .hi2xq {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.o3cfy .g6j6 { color: var(--text-primary); text-shadow: none; }
.o3cfy .ijemrg { color: var(--text-muted); }
.o3cfy, .o3cfy.u0ycp6u { min-height: auto !important; }
.o3cfy.hr8rag67 .hi2xq { text-align: center; }
.o3cfy.fv95lr8   .hi2xq { text-align: left; }
.o3cfy~.j4jt7 .ofic1l{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; }
}
.hrjsw .g6j6 { color: #fff; }
.hrjsw .ijemrg { color: rgba(255,255,255,0.85); }
.dq2y9s7 .g6j6 { text-shadow: none; color: var(--text-primary); }
.dq2y9s7 .ijemrg { color: var(--text-muted); }
body.cnog5q .g6j6 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.xi99e .g6j6 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.u0ycp6u.hrjsw .g6j6,
section.hrjsw .g6j6 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.dq2y9s7.fv95lr8   .ekcg { align-items: flex-start; text-align: left; }
.u0ycp6u .y6dst {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.y6dst .bfx6y9 {
  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;
}
.y6dst .bfx6y9 + .bfx6y9 { border-top: var(--bw-hair) solid var(--border-alt); }
.y6dst .lcueap { align-items: center; text-align: center; width: 100%; }
.y6dst .fhrkgly {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.y6dst .k2rux3e { max-height: 64px; max-width: 140px; }
.y6dst .xy6avh {
  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%;
}
.y6dst .o65zufzk,
.y6dst .a5up9 {
  font-size: var(--fs-sm);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.y6dst .s9i4dsjh.f67an1dj {
  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;
}
.y6dst .s9i4dsjh.f67an1dj:hover { opacity: 0.85; }
.y6dst .bfx6y9,
.y6dst .bfx6y9:hover,
.y6dst .bfx6y9:nth-child(even),
.y6dst .bfx6y9:nth-child(odd),
.y6dst .bfx6y9:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.x1gzb2 .hi2xq { padding-bottom: 24px; }
.ak3mg0 .hi2xq { max-width: 1100px; }
@media (max-width: 700px) {
  .dq2y9s7 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .dq2y9s7:not(.v6qwtr3b) .o22f { display: none !important; }
  .v6qwtr3b .o22f { padding: 16px; }
  .ekcg  { padding: 36px 24px; }
  .dq2y9s7~.j4jt7,.jjxg5~.j4jt7{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .u0ycp6u, .dq2y9s7 { min-height: 320px !important; }
  .g6j6 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .u4mrl8c,
  .ek7f,
  .b41k49 { grid-template-columns: 1fr !important; }

  

  
  .x1gzb2 { display: flex !important; flex-direction: column !important; }
  .x1gzb2 .hi2xq { display: contents; }
  .x1gzb2 .zn0y1 { order: 0; }
  .x1gzb2 .g6j6 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .x1gzb2 .u4mrl8c { order: 2; padding: 0 16px 12px !important; }
  .x1gzb2 .ijemrg { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .ak3mg0 .hi2xq { display: flex; flex-direction: column; }
  .ak3mg0 .hi2xq .g6j6 { order: 1; }
  .ak3mg0 .hi2xq .b41k49 { order: 2; margin: 8px 0 24px !important; }
  .ak3mg0 .hi2xq .ijemrg { order: 3; }
  .ak3mg0 .hi2xq .jknq4j { order: 4; align-self: center; margin-top: 0; }

  
  .dq2y9s7.v6qwtr3b {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .dq2y9s7.v6qwtr3b .ekcg { display: contents; padding: 0; }
  .dq2y9s7.v6qwtr3b .ekcg .g6j6 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .dq2y9s7.v6qwtr3b .o22f { order: 2; padding: 12px 16px; }
  .dq2y9s7.v6qwtr3b .ekcg .ijemrg { order: 3; padding: 0 24px; margin: 0 auto; }
  .dq2y9s7.v6qwtr3b .ekcg .jknq4j { order: 4; align-self: center; margin: 8px 0 32px; }
}
.xznt7 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.xxe2acy { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.rnkj .xznt7        { border-radius: var(--r-card); }
.rnkj .xxe2acy  { border-radius: var(--r-card); }
.vb7k174 .xznt7         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.vb7k174 .xxe2acy   { border-radius: var(--r-btn); }
.q7xw { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.hh8kl51o { width: 100%; padding: 32px 0; position: relative; }
.r2gn4zjf { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.qgu9m .hh8kl51o, .zrmr1318 .hh8kl51o { background: transparent; }
.s92cy2 .kw25a0p > *,
.j4cw2s > *, .oqgx2o > *, .hfhdr > *, .quknfx > *, .yxcxs > * {
  --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.ucpb9w4d { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.ucpb9w4d {
  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.nujnhjcn { 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; }
.mmng5 h2.ucpb9w4d {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.u4offon h2.ucpb9w4d {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.onguvn h2.ucpb9w4d {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.ddh86 h2.ucpb9w4d::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.citekh7 h2.ucpb9w4d {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.ncyvinr h2.ucpb9w4d::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.spi4n2j h2.ucpb9w4d {
  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) { .kolpq0l { display: none; } }
.upp62u { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ovkzcp { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.h3oj {
  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;
}
.xkhv3x { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.aewugrn { padding-left: 20px; }
.aewugrn li { margin-bottom: 8px; }
.aewugrn a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.aewugrn a:hover { color: var(--tone-link, var(--accent-light)); }
.x0f61f3e .xkhv3x { display: none; }
.m51rq .xkhv3x { display: none; }
.m51rq .aewugrn { padding-left: 0; list-style: none; }
.m51rq .aewugrn li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.m51rq .aewugrn a { font-size: var(--fs-sm); }
.o5ymoqsb .h3oj { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.o5ymoqsb .xkhv3x { display: none; }
.o5ymoqsb .aewugrn { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.o5ymoqsb .aewugrn li { margin-bottom: 0; }
.o5ymoqsb .aewugrn 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;
}
.o5ymoqsb .aewugrn a:hover { border-color: var(--accent); color: var(--accent); }
.hdwmk2i .h3oj { padding: 20px 20px 16px; }
.hdwmk2i .aewugrn {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.hdwmk2i .aewugrn li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.hdwmk2i .aewugrn 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;
}
.hdwmk2i .aewugrn 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;
}
.hdwmk2i .aewugrn a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.hdwmk2i .aewugrn a:focus,
.hdwmk2i .aewugrn a:focus-visible,
.hdwmk2i .aewugrn a:target { outline: none; }
.hdwmk2i .aewugrn li:target a { border-color: var(--border); color: var(--text-muted); }
.i6haa30i .h3oj { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.i6haa30i .xkhv3x { display: none; }
.i6haa30i .aewugrn { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.i6haa30i .aewugrn li { counter-increment: toc-n; margin-bottom: 0; }
.i6haa30i .aewugrn 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;
}
.i6haa30i .aewugrn 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;
}
.i6haa30i .aewugrn a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.b3pg .h3oj { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.b3pg .xkhv3x { display: none; }
.b3pg .aewugrn { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.b3pg .aewugrn li { margin-bottom: 0; }
.b3pg .aewugrn 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;
}
.b3pg .aewugrn a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.sw9co27 .h3oj { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.sw9co27 .xkhv3x { display: none; }
.sw9co27 .aewugrn { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.sw9co27 .aewugrn li { margin-bottom: 0; }
.sw9co27 .aewugrn li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.sw9co27 .aewugrn li:last-child::after { content: ""; margin-right: 0; }
.sw9co27 .aewugrn a { font-size: var(--fs-sm); }
.kw25a0p { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.s92cy2 .kw25a0p { background: var(--bg-card); }
.g7pc .kw25a0p { background: none; border-radius: 0; padding: 28px 0 8px; }
.g7pc .kw25a0p + .kw25a0p { border-top: var(--bw-hair) solid var(--border-section); }
.oa551 .kw25a0p {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.oa551 .kw25a0p:last-child { border-bottom: none; }
.lromvqqs .kw25a0p {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.lromvqqs .kw25a0p + .kw25a0p { margin-top: 4px; }
.yl8n .kw25a0p { background: none; border-radius: 0; padding: 28px 0 8px; }
.yl8n .kw25a0p + .kw25a0p { border-top: var(--bw-hair) solid var(--border-section); }
.xaafoo { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.vzcp { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.fb8lwda { color: var(--text-body); margin-bottom: 16px; text-wrap: pretty; }
.umgia3c, .lxaq { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.umgia3c li, .lxaq li { margin-bottom: 8px; }
.lxaq li { list-style: decimal; }
.hfhdr { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.r7d22w67 .hfhdr,
.oqgx2o .hfhdr { background: transparent; border: none; border-radius: 0; }
.ogk4p { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.ogk4p 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;
}
.ogk4p td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.ogk4p tr:hover td { background: var(--bg-hover); }
.f6xo63 .ogk4p tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.ne37d .ogk4p { border: var(--bw-hair) solid var(--border-alt); }
.ne37d .ogk4p th,
.ne37d .ogk4p td { border: var(--bw-hair) solid var(--border-alt); }
.e9hetme6 .ogk4p th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.e9hetme6 .ogk4p td { border-bottom: none; }
.e9hetme6 .ogk4p tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.yx7n .ogk4p th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.tpikelds .hfhdr {
  overflow: hidden;
}
.tpikelds .ogk4p th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.tpikelds .ogk4p tr:last-child td { border-bottom: none; }
.mzafx0 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.yxcxs { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.i9inry { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.rggz { 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); }
.ixx84 { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.mddmaas8 { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.mddmaas8 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%}
.khoa .rggz { background: transparent; text-align: center; }
.q6075nt .i9inry {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.naln .i9inry {
  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);
}
.w3odvb .yxcxs { display: grid; grid-template-columns: auto 1fr; }
.w3odvb .i9inry {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.w3odvb .rggz { grid-column: 2; }
.w3odvb .ixx84,
.w3odvb .mddmaas8 { grid-column: 1 / -1; }
.fdd902 .yxcxs { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.fdd902 .i9inry {
  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);
}
.fdd902 .rggz { grid-column: 2; }
.fdd902 .ixx84,
.fdd902 .mddmaas8 { grid-column: 1 / -1; }
.vzea5 .yxcxs { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.vzea5 .rggz { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.vle0 .yxcxs { 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); }
.vle0 .rggz { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.mwgam .yxcxs { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.mwgam .rggz { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.zz9vq8xs .yxcxs { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.zz9vq8xs .rggz { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.msnxx1mw .mzafx0 { counter-reset: card-n; }
.msnxx1mw .yxcxs  { counter-increment: card-n; }
.msnxx1mw .rggz { display: flex; align-items: center; gap: 12px; }
.msnxx1mw .rggz::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;
}
.p5zah .yxcxs { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.p5zah .rggz { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.zpqw { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.zpqw         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.m1qpxbvi     { --cl-hue: var(--tone-line, var(--accent)); }
.d0pj { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.y1b2    { --cl-hue: var(--tone-line, var(--accent)); }
.m1qpxbvi, .d0pj, .y1b2, .ti9z0 {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.ppjm9w { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.ppjm9w::before { color: var(--cl-hue); }
.zpqw strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.zpqw p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.hhofg0zc { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.shrt1, .rmb7v { border-radius: var(--r-btn); padding: 16px; }
.shrt1 { background: var(--bg-pros); }
.rmb7v { background: var(--bg-cons); }
.xrg3m { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.shrt1 .xrg3m { color: var(--c-pros-label); }
.rmb7v .xrg3m { color: var(--c-cons-label, var(--c-cons)); }
.shrt1 ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.rmb7v ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.xxe2acy { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.f67an1dj {
  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;
}
.f67an1dj:hover { opacity: 0.85; }
.bgn4s9v .f67an1dj  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.bgn4s9v .f67an1dj:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.qnhc .f67an1dj  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.qnhc .f67an1dj:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.bgn4s9v .s9i4dsjh.f67an1dj, .qnhc .s9i4dsjh.f67an1dj,
.bgn4s9v .gwjnb .f67an1dj, .qnhc .gwjnb .f67an1dj {
  background: var(--cta); border: none; color: #fff;
}
.bgn4s9v .s9i4dsjh.f67an1dj:hover, .qnhc .s9i4dsjh.f67an1dj:hover,
.bgn4s9v .gwjnb .f67an1dj:hover, .qnhc .gwjnb .f67an1dj:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.nmp6y9 .f67an1dj  { border-radius: var(--r-pill); }
.ojj7 .f67an1dj { box-shadow: none; }
.ojj7 .f67an1dj:hover { box-shadow: none; opacity: 1; }
.pt6i8 .f67an1dj { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.pt6i8 .f67an1dj:hover { opacity: 1; }
.pt6i8 .f67an1dj:active { transform: translateY(3px); box-shadow: none; }
.h1rxte .f67an1dj { box-shadow: none; }
.h1rxte .f67an1dj:hover { opacity: 1; box-shadow: none; }
.h1rxte .f67an1dj:active { box-shadow: none; }
.h4tm8at .f67an1dj { position: relative; overflow: hidden; }
.h4tm8at .f67an1dj::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.h4tm8at .f67an1dj:hover::before { left: 135%; }
.xm7fh0v .jknq4j,
.xm7fh0v .f67an1dj { border-radius: 0; }
.ejzhidq .jknq4j { padding-left: 24px; padding-right: 24px; }
.ejzhidq .f67an1dj  { padding-left: 12px; padding-right: 12px; }
.q6fvz .f67an1dj  { padding-left: 24px; padding-right: 24px; }
.cupzkaig .f67an1dj  { padding-left: 32px; padding-right: 32px; }
.ojcv7   .jknq4j::after, .ojcv7   .f67an1dj::after,
.wrf42 .jknq4j::after, .wrf42 .f67an1dj::after,
.qpryj3y5    .jknq4j::after, .qpryj3y5    .f67an1dj::after,
.ix0ohlgx    .jknq4j::after, .ix0ohlgx    .f67an1dj::after,
.zn25s    .jknq4j::after, .zn25s    .f67an1dj::after,
.srdgvh     .jknq4j::after, .srdgvh     .f67an1dj::after,
.tcr01h    .jknq4j::after, .tcr01h    .f67an1dj::after,
.ntuj5   .jknq4j::after, .ntuj5   .f67an1dj::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;
}
.ojcv7 .jknq4j::after, .ojcv7 .f67an1dj::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");
}
.wrf42 .jknq4j::after, .wrf42 .f67an1dj::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");
}
.qpryj3y5 .jknq4j::after, .qpryj3y5 .f67an1dj::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");
}
.ix0ohlgx .jknq4j::after, .ix0ohlgx .f67an1dj::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");
}
.zn25s .jknq4j::after, .zn25s .f67an1dj::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");
}
.srdgvh .jknq4j::after, .srdgvh .f67an1dj::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");
}
.tcr01h .jknq4j::after, .tcr01h .f67an1dj::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");
}
.ntuj5 .jknq4j::after, .ntuj5 .f67an1dj::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");
}
.rkqj7   .ux12::after, .rkqj7   .hzqhni::after,
.ikv5oj3 .ux12::after, .ikv5oj3 .hzqhni::after,
.iqgr    .ux12::after, .iqgr    .hzqhni::after,
.s0mb    .ux12::after, .s0mb    .hzqhni::after,
.dczi3    .ux12::after, .dczi3    .hzqhni::after,
.thmhe0     .ux12::after, .thmhe0     .hzqhni::after,
.ih37auq    .ux12::after, .ih37auq    .hzqhni::after,
.gm9yhb6   .ux12::after, .gm9yhb6   .hzqhni::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;
}
.rkqj7 .ux12::after, .rkqj7 .hzqhni::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");
}
.ikv5oj3 .ux12::after, .ikv5oj3 .hzqhni::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");
}
.iqgr .ux12::after, .iqgr .hzqhni::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");
}
.s0mb .ux12::after, .s0mb .hzqhni::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");
}
.dczi3 .ux12::after, .dczi3 .hzqhni::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");
}
.thmhe0 .ux12::after, .thmhe0 .hzqhni::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");
}
.ih37auq .ux12::after, .ih37auq .hzqhni::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");
}
.gm9yhb6 .ux12::after, .gm9yhb6 .hzqhni::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");
}
.amljv8u {
  --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;
}
.bfx6y9 {
  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;
}
.bfx6y9 + .bfx6y9 { border-top: var(--bw-hair) solid var(--border-alt); }
.bfx6y9 > * { min-width: 0; }
.bfx6y9:hover { background: var(--bg-hover); }
.bfx6y9 > [itemprop="item"] { display: contents; }
.bfx6y9 [itemprop="itemReviewed"],
.bfx6y9 [itemprop="reviewRating"] { display: none; }
.lcueap {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.k6pnke2, .jd2gs, .fvuc,
.n5w7oql, .firgez, .uxu98 { align-items: center; text-align: center; }
.firgez, .uxu98 { align-items: stretch; }
.ykemrde {
  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%;
}
.s0q1jb {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.a5up9 { font-size: var(--fs-lead); font-weight: 700; }
.r1ir {
  font-size: var(--fs-label); font-weight: 400; line-height: var(--lh-tight);
  color: var(--text-muted); max-width: 100%; overflow-wrap: break-word;
}
.zogvge .s0q1jb {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.xy6avh {
  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;
}
.fhrkgly {
  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;
}
.wvadk .k2rux3e { max-height: 60px; max-width: 68px; }
.k2rux3e {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.jd2gs .fhrkgly { width: 168px; }
.nbpa3 .fhrkgly,
.nbpa3 .icwh1t,
.zej9ks .fhrkgly,
.zej9ks .icwh1t,
.ygm62vm .fhrkgly,
.ygm62vm .icwh1t,
.jggiu .fhrkgly,
.jggiu .icwh1t,
.nbpa3 .fhrkgly, .zej9ks .fhrkgly,
.ygm62vm .fhrkgly,  .jggiu .fhrkgly {
  width: 88px; height: 88px; padding: 12px;
}
.nbpa3 .fhrkgly .k2rux3e, .zej9ks .fhrkgly .k2rux3e,
.ygm62vm .fhrkgly .k2rux3e,  .jggiu .fhrkgly .k2rux3e {
  max-height: 60px; max-width: 68px;
}
.qcw4v .fhrkgly, .qcw4v .fhrkgly.wvadk,
.qcw4v .icwh1t,   .qcw4v .icwh1t.wvadk,
.s9i4dsjh.f67an1dj {
  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;
}
.y6dst .bfx6y9 { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .bfx6y9 { gap: 16px; padding: 16px 16px; }
  .fhrkgly { width: 152px; height: 96px; }
  .k2rux3e { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .bfx6y9 {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .lcueap { justify-content: flex-start; }
  
  .l56pr, .tup1c8 { flex-direction: row; }
  
  .l56pr .dg6k4lt3:nth-child(n+3) { display: none; }
  
  .k6pnke2 {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .lcueap { text-align: left; align-items: flex-start; }

  
  .jd2gs, .fvuc, .fg63s {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .n5w7oql {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .jd2gs .fhrkgly, .fvuc .fhrkgly,
  .fg63s .fhrkgly { width: auto; height: 72px; }
  .k2rux3e { max-height: 72px; max-width: 128px; }
  .a5up9 { font-size: var(--fs-body); }
  .xy6avh { font-size: var(--fs-sm); }

  
  .bp8o, .o65zufzk, .l42w2pp0,
  .ji81gin, .adf8hqo, .zchz0agq,
  .zogvge, .nf5v, .w6nqsx8,
  .qk86dp, .am2a4h {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .firgez, .uxu98 { order: 4; flex: 1 0 100%; }
  .uxu98 { display: flex; flex-direction: column; }
  .uxu98::before { display: none; }
  .s9i4dsjh.f67an1dj { width: 100%; padding: 12px 20px !important; }
  .mhc5izw { text-align: left; }
}
@media (max-width: 560px) {
  .bfx6y9 { padding: 16px; gap: 12px 12px; }
  
  .ykemrde, .r1ir, .dg6k4lt3 { font-size: var(--fs-caption); }
  .s0q1jb { font-size: var(--fs-sm); }
  .a5up9 { font-size: var(--fs-body); }
  .xy6avh { font-size: var(--fs-sm); }
  .bwoif { font-size: var(--fs-sm); }
  .kmmkmkv { font-size: var(--fs-lead); }
  
  .s9i4dsjh.f67an1dj { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .lcueap { gap: 2px; }
  .jd2gs .fhrkgly, .fvuc .fhrkgly,
  .fg63s .fhrkgly { height: 64px; }
  .k2rux3e { max-height: 64px; max-width: 116px; }
  .wvadk { padding: 8px; }
  .a5up9 { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .bp8o, .o65zufzk, .l42w2pp0,
  .ji81gin, .adf8hqo, .zchz0agq,
  .zogvge, .nf5v, .w6nqsx8,
  .qk86dp, .am2a4h { flex-basis: 100%; min-width: 100%; }
}
.j4cw2s {
  --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;
}
.u9rysrk {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.icwh1t {
  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;
}
.icwh1t img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.kqs346 { flex: 1; min-width: 0; }
.kqs346 h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.pkt8pm3u { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.x1qlrr { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.x1qlrr strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.x1qlrr .j2l6df1v { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.klwnxaui {
  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);
}
.klwnxaui > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.s50sqa8n em, .nvobuhwu em, .o3k650 em, .lxy5ybx 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) { .klwnxaui { padding: 12px 16px; gap: 8px 16px; } }
.gwjnb { flex-shrink: 0; align-self: center; }
.gwjnb .f67an1dj {
  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) {
  .u9rysrk { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .icwh1t { order: 1; width: 104px; height: 104px; }
  .icwh1t img { max-width: 96px; max-height: 88px; }
  .gwjnb { order: 2; margin-left: auto; align-self: center; }
  .kqs346 { order: 3; flex: 1 1 100%; min-width: 0; }
  .kqs346 h3 { font-size: var(--fs-body); }
}
.layhm1p img.b6h3 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.r7d22w67 { padding: 20px 24px; }
.uz3npy { color: var(--text-body); margin-bottom: 16px; }
.qhbwbv { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.qnwpporh, .wu5zf { list-style: none; font-size: var(--fs-sm); }
.qnwpporh li { color: var(--text-body); margin-bottom: 4px; }
.wu5zf li { color: var(--text-body); margin-bottom: 4px; }
.qnwpporh li::before { content: "✓"; margin-right: 5px; }
.wu5zf li::before { content: "✗"; margin-right: 5px; }
.fk52lq { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.fk52lq strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.xi1b61d {
  
  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;
}
.io7f { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.suy72tnv {
  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);
}
.qk130 .suy72tnv { border-top-width: var(--bw-bar) !important; }
.c3nf0p .suy72tnv { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .ohxac9z .aupvf4de {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ohxac9z .j4cw2s { margin: 0; }
}
.icskbd4 .u9rysrk { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.icskbd4 .icwh1t { background: transparent; }
.fqqoifv .j4cw2s { border-top: var(--bw-bar) solid var(--accent); }
.fqqoifv .u9rysrk { background: var(--bg-card); }
.as4v2 .j4cw2s { 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; }
.as4v2 .u9rysrk { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.as4v2 .r7d22w67 { padding: 16px 16px; }
.as4v2 .icwh1t { border-radius: var(--r-chip); }
.as4v2 .suy72tnv { border-radius: 0; }
.laxt6v .u9rysrk { padding: 0; gap: 0; overflow: hidden; }
.laxt6v .icwh1t {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.laxt6v .kqs346 { padding: 16px 20px; }
.laxt6v .gwjnb { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .laxt6v .icwh1t { width: 116px; min-height: 104px; }
}
.zhza995d .pkt8pm3u { font-size: var(--fs-sm); }
.oqgx2o .hhofg0zc { gap: 12px; }
.oqgx2o .shrt1, .oqgx2o .rmb7v { padding: 12px; }
.oqgx2o .shrt1 ul, .oqgx2o .rmb7v ul { margin: 4px 0 0; padding-left: 20px; }
.oqgx2o .shrt1 li, .oqgx2o .rmb7v li { font-size: var(--fs-label); margin-bottom: 4px; }
.prdtl1v5 .xi1b61d { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .zfce { grid-template-columns: 1fr; }
  .x3z41 { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .x3z41 .lt9sk8e { width: 72px; height: 50px; }
  .x3z41 .irgpb { max-width: 180px; }
  .x3z41 .eb9amaxg { width: auto; }
}
.zlhg8 .zhza995d .pkt8pm3u { filter: brightness(1.2); }
@media (max-width: 720px) {
  .zlhg8 { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .uxb5tj { padding: 16px; }
  .feasctfi .c2xrw { min-width: 50%; }
}
.x94m49ao .hhofg0zc { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .zw6m { grid-template-columns: 1fr; }
  .mmwci { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .c2gbjglr { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .iazgz { flex-wrap: wrap; padding: 16px; }
}
.mg32 .hhofg0zc { gap: 8px; }
.mg32 .shrt1, .mg32 .rmb7v { padding: 8px; }
@media (max-width: 480px) {
  .zd7rxmi { flex-direction: column; align-items: stretch; }
}
.u02gpulj .eb9amaxg .f67an1dj { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .k6gnua { flex-direction: column; align-items: stretch; gap: 12px; }
  .u02gpulj .eb9amaxg { text-align: center; }
}
@media (max-width: 720px) {
  .kq2v { grid-template-columns: 1fr; }
  .rkeyykh { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .tu7h4os { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.f084 .j2l6df1v { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.bx51v .pkt8pm3u { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .sv4xbv { grid-template-columns: 1fr; }
  .bx51v { width: 100px; height: 100px; margin: 16px auto; }
  .f084 { font-size: var(--fs-h3); }
  .i4lax { justify-content: center; }
  .x4kw0r .c2xrw { min-width: 50%; }
}
.kj21 .hhofg0zc { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .lvl5xb5t { flex-wrap: wrap; padding: 16px 16px; }
  .c845 { padding: 12px 16px; }
  .kj21 .hhofg0zc { margin: 0 16px; }
  .kj21 .prdtl1v5 { padding: 0 16px; }
  .dt4q9s { padding: 12px 16px; }
}
.dj14rcrh .bfx6y9 { position: relative; }
.dj14rcrh .bfx6y9::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.dsz25k .amljv8u {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.dsz25k .bfx6y9 {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.dsz25k .bfx6y9 + .bfx6y9 { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .fbx58rf .lcueap + .lcueap {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.ldcy1h1 .bfx6y9 { padding-top: 16px; padding-bottom: 16px; }
.ldcy1h1 .bfx6y9 + .bfx6y9 { border-top: none; }
.ldcy1h1 .bfx6y9:nth-child(even) { background: var(--bg-surface); }
.ldcy1h1 .bfx6y9:nth-child(even):hover { background: var(--bg-hover); }
.wyrt5 .bfx6y9:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .ld89g6r .bp8o, .ld89g6r .o65zufzk,
  .ld89g6r .l42w2pp0, .ld89g6r .ji81gin,
  .ld89g6r .adf8hqo, .ld89g6r .zchz0agq,
  .ld89g6r .zogvge, .ld89g6r .nf5v,
  .ld89g6r .w6nqsx8, .ld89g6r .qk86dp,
  .ld89g6r .am2a4h {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.oke6c7le .ykemrde { opacity: .8; letter-spacing: var(--ls-label); }
.oke6c7le .s0q1jb { font-weight: 700; }
.oke6c7le .a5up9 { font-weight: 700; }
.yhf55r .bp8o, .yhf55r .o65zufzk,
.yhf55r .adf8hqo, .yhf55r .zchz0agq,
.yhf55r .am2a4h {
  background: color-mix(in srgb, var(--text-primary) 3.5%, transparent);
  border-radius: var(--r-chip);
  padding: 8px 12px;
}
.lohsxt .gxyn,
.lohsxt .kmmkmkv,
.lohsxt .kmmkmkv {
  background: color-mix(in srgb, var(--text-primary) 6%, transparent);
  border-radius: var(--r-pill); padding: 8px 16px;
}
.k15oiid3 .x1qlrr .pkt8pm3u,
.lohsxt .x1qlrr .pkt8pm3u,
.l6wbp1l .x1qlrr .pkt8pm3u { display: none; }
.k15oiid3 .j2l6df1v { display: none; }
.lohsxt .x1qlrr strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.lohsxt .qfs7,
.lohsxt .j2l6df1v { font-size: 1em; }
.l6wbp1l .x1qlrr strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.l6wbp1l .j2l6df1v { display: none; }
.dhlz { margin: 16px 0; }
.oe425tl { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.oe425tl 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;
}
.oe425tl 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;
}
.oe425tl summary:hover { background: var(--bg-surface); }
.oe425tl summary:hover::after { color: var(--accent); }
.oe425tl[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.oe425tl[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.oe425tl[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.oe425tl p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.hh8kl51o { margin-bottom: 0; }
.kjqcih h2.ucpb9w4d { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.wf37is6 h2.ucpb9w4d { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.shrt1, .rmb7v { border: var(--bw-hair) solid transparent; }
.shrt1 .xrg3m, .shrt1 .p42l3yy { color: var(--c-pros-label); }
.rmb7v .xrg3m, .rmb7v .fj3wxu { color: var(--c-cons-label, var(--c-cons)); }
.shrt1 ul li, .rmb7v ul li, .qnwpporh li, .wu5zf li { color: var(--text-body); }
.shrt1 .qnwpporh li, .rmb7v .wu5zf li { position: relative; padding-left: 1.5em; }
.shrt1 .qnwpporh li::before, .rmb7v .wu5zf li::before { position: absolute; left: 0; margin-right: 0; }
.sr8os7 .shrt1 { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.sr8os7 .rmb7v { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.ykr8ea .shrt1, .ykr8ea .rmb7v { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.ykr8ea .shrt1 { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.ykr8ea .rmb7v { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.ce0a8 .shrt1, .ce0a8 .rmb7v { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.ce0a8 .shrt1 { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.ce0a8 .rmb7v { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.roxh .shrt1, .roxh .rmb7v { background: var(--bg-card); border-width: var(--bw-rule); }
.roxh .shrt1 { border-color: var(--sem-pos-line); }
.roxh .rmb7v { border-color: var(--sem-neg-line); }
.fheax .shrt1, .fheax .rmb7v { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.fheax .rmb7v { border-left: var(--bw-hair) solid var(--border); }
.zfjcv .p42l3yy::before { content: "✓ "; }
.zfjcv .fj3wxu::before { content: "✗ "; }
.c3nf0p .zpqw { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.c3nf0p .zpqw strong { color: var(--text-primary); }
.c3nf0p .zpqw p      { color: var(--text-muted); }
.qk130 .zpqw { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.bgfdzq .zpqw {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.bgfdzq .zpqw strong { color: var(--text-primary); }
.bgfdzq .zpqw p { color: var(--text-muted); }
.bgfdzq .zpqw { border-left: var(--bw-bar) solid var(--cl-hue); }
.bgfdzq .ppjm9w::before { color: rgba(255,255,255,0.9) !important; }
.i4me8zy .zpqw {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.i4me8zy .zpqw strong { color: var(--text-primary); }
.i4me8zy .zpqw p      { color: var(--text-muted); }
.nfhzcq3 .zpqw { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.jdd5eol .ppjm9w,
.yss5lm .ppjm9w,
.bu7ibih .ppjm9w,
.jdd5eol .ppjm9w::before,
.yss5lm .ppjm9w::before,
.bu7ibih .ppjm9w::before,
.vag5cwa1 .s92cy2 .kw25a0p,
.vag5cwa1 .g7pc .kw25a0p  { box-shadow: var(--sh-1); }
.vag5cwa1 .yxcxs                { box-shadow: var(--sh-1); }
.vag5cwa1 .hfhdr          { box-shadow: var(--sh-1); }
.vag5cwa1 .h3oj                    { box-shadow: var(--sh-1); }
.shnhqj .s92cy2 .kw25a0p,
.shnhqj .g7pc .kw25a0p,
.shnhqj .yxcxs,
.shnhqj .hfhdr,
.shnhqj .h3oj,
.shnhqj .nfhzcq3 .zpqw { box-shadow: none; }
.hh8kl51o + .hh8kl51o { position: relative; }
.yr4fk61f   .hh8kl51o + .hh8kl51o::before,
.gafvcd  .hh8kl51o + .hh8kl51o::before,
.wxw4irp   .hh8kl51o + .hh8kl51o::before,
.dtrdkk   .hh8kl51o + .hh8kl51o::before,
.ez1v   .hh8kl51o + .hh8kl51o::before,
.nov6 .hh8kl51o + .hh8kl51o::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.yr4fk61f .hh8kl51o + .hh8kl51o::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.gafvcd .hh8kl51o + .hh8kl51o::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.wxw4irp .hh8kl51o + .hh8kl51o::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;
}
.dtrdkk .hh8kl51o + .hh8kl51o::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.fcluho .hh8kl51o { margin-bottom: 16px; }
.fcluho .hh8kl51o + .hh8kl51o { margin-top: 0; }
.fcluho .r2gn4zjf { padding-top: 0; padding-bottom: 0; }
.ez1v .hh8kl51o + .hh8kl51o::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.nov6 .hh8kl51o + .hh8kl51o::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.jbxtg8pj .hh8kl51o + .hh8kl51o::before,
.x8d5 .hh8kl51o + .hh8kl51o::before,
.g8ganl .hh8kl51o + .hh8kl51o::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%;
}
.qgu9m .jbxtg8pj .hh8kl51o:nth-child(even)::before,
.qgu9m .x8d5 .hh8kl51o:nth-child(even)::before,
.qgu9m .g8ganl .hh8kl51o:nth-child(even)::before { background: var(--bg-surface); }
.zrmr1318 .jbxtg8pj .hh8kl51o:nth-child(even)::before,
.zrmr1318 .x8d5 .hh8kl51o:nth-child(even)::before,
.zrmr1318 .g8ganl .hh8kl51o:nth-child(even)::before { background: var(--bg-card); }
.jbxtg8pj .hh8kl51o + .hh8kl51o::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");
}
.x8d5 .hh8kl51o + .hh8kl51o::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");
}
.g8ganl .hh8kl51o + .hh8kl51o::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");
}
.ig63765 .hrjsw { background: var(--hero-a, var(--accent)); }
.ig63765 .hrjsw .zn0y1 { background: none; }
.ig63765 .d80u1i { background: var(--hero-a, var(--accent)); }
.ig63765 .dq2y9s7 { background: var(--accent-bg); }
.ig63765 .gmr6t:not(.hrjsw) .zn0y1 { background: rgba(0,0,0,0.6); }
.rs2eam4g .xznt7 { float: left; width: 38%; margin: 0 28px 16px 0; }
.rs2eam4g .xznt7 .xxe2acy { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.rs2eam4g .r2gn4zjf::after { content: ''; display: block; clear: both; }
.qb6xz0 .xznt7 { float: right; width: 38%; margin: 0 0 16px 28px; }
.qb6xz0 .xznt7 .xxe2acy { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.qb6xz0 .r2gn4zjf::after { content: ''; display: block; clear: both; }
.j2lf91d .hh8kl51o:nth-child(odd)  .xznt7 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.j2lf91d .hh8kl51o:nth-child(even) .xznt7 { float: right; width: 38%; margin: 0 0 16px 28px; }
.j2lf91d .xznt7 .xxe2acy { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.j2lf91d .r2gn4zjf::after { content: ''; display: block; clear: both; }
.rs2eam4g .mzafx0,
.rs2eam4g .amljv8u,
.qb6xz0 .mzafx0,
.qb6xz0 .amljv8u,
.j2lf91d .mzafx0,
.j2lf91d .amljv8u { clear: both; }
@media (max-width: 900px) {
  .rs2eam4g .xznt7,
  .qb6xz0 .xznt7,
  .j2lf91d .hh8kl51o:nth-child(odd)  .xznt7,
  .j2lf91d .hh8kl51o:nth-child(even) .xznt7 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .rs2eam4g .xznt7 .xxe2acy,
  .qb6xz0 .xznt7 .xxe2acy,
  .j2lf91d .xznt7 .xxe2acy {
    max-height: none !important;
  }
}
.rs2eam4g .umgia3c,
.rs2eam4g .lxaq,
.qb6xz0 .umgia3c,
.qb6xz0 .lxaq,
.j2lf91d .umgia3c,
.j2lf91d .lxaq { overflow: hidden; }
@media (max-width: 640px) {
  .rs2eam4g .xznt7,
  .qb6xz0 .xznt7,
  .j2lf91d .xznt7 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ybagp57 .q7xw,
.ybagp57 .r2gn4zjf,
.ybagp57 .kq0r0j1u  { max-width: 1060px; }
.mwh7hvta .q7xw,
.mwh7hvta .r2gn4zjf,
.mwh7hvta .kq0r0j1u  { max-width: 1180px; }
.mwh7hvta { --content-mw: 1180px; }
.jy1hmg .q7xw,
.jy1hmg .r2gn4zjf,
.jy1hmg .kq0r0j1u  { max-width: 1260px; }
.nl8gy7 { font-size: var(--fs-label); color: var(--text-muted); }
.ib99pqxw { display: flex; align-items: center; }
.qe3q {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.iju91 { display: flex; align-items: center; }
.fpf5 { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.fpf5:hover { text-decoration: underline; }
.q92gt { margin: 0 4px; opacity: 0.45; }
.q92gt::before { content: '/'; }
.trjtbf { padding: 2px 4px; color: var(--text-main); }
.r8mfn4 .nl8gy7 {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.r8mfn4 .ib99pqxw { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.blomb .nl8gy7 {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.blomb .ib99pqxw { padding: 0 0 0 12px; }
.v1x06ho .ib99pqxw { padding: 0 16px; }
.v1x06ho .nl8gy7 {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.v1x06ho .q7xw { padding-top: 28px; }
@media (max-width: 720px) {
  .cy82jl9y { margin-top: 20px; padding: 0 16px; }
  .v1x06ho .q7xw { padding-top: 16px; }
}
.ybagp57.r8mfn4 .ib99pqxw { max-width: 1100px; }
.mwh7hvta.r8mfn4 .ib99pqxw { max-width: 1200px; }
.jy1hmg.r8mfn4 .ib99pqxw { max-width: 1320px; }
.mwh7hvta .cy82jl9y { max-width: 1200px; }
.kd9gu .hh8kl51o { padding-top: 16px; padding-bottom: 16px; }
.x52lp .hh8kl51o { padding-top: 24px; padding-bottom: 24px; }
.vrup .hh8kl51o { padding-top: 40px; padding-bottom: 40px; }
.gmcsz .hh8kl51o { padding-top: 52px; padding-bottom: 52px; }
.rn7dwtx .hh8kl51o:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.rn7dwtx .hh8kl51o:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.rn7dwtx .hh8kl51o:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.rn7dwtx .hh8kl51o:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.qm0eupp .r2gn4zjf { padding-top: 12px;  padding-bottom: 12px; }
.xkt1g .r2gn4zjf { padding-top: 20px;  padding-bottom: 20px; }
.ivt6ysu .r2gn4zjf { padding-top: 36px;  padding-bottom: 36px; }
.sxtz3ip .r2gn4zjf { padding-top: 48px;  padding-bottom: 48px; }
.si8a h1, .si8a h2, .si8a h3, .si8a .g6j6 { font-weight: 700; }
.v49vv6f h1, .v49vv6f h2, .v49vv6f h3, .v49vv6f .g6j6 { font-weight: 700; }
.n09k, .si8a, .qyeri0, .v49vv6f { font-weight: 400; }
.ux12 {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.m7hj0ej .ux12 { display: none; }
@media (max-width: 640px) {
  .ux12 { display: none !important; }
}
.ux12 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ux12:hover { opacity: 0.85; }
.mnc22 .ux12 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.bxzieim7  .hzqhni { left: 32px; }
@media (max-width: 480px) {
  .tzyjvdz .hzqhni { right: 20px; bottom: 20px; }
  .bxzieim7  .hzqhni { left: 20px; bottom: 20px; }
}
.tit58q0 { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.kq0r0j1u { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.qfwi { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.kcdr { color: var(--text-dim); font-size: var(--fs-label); }
.q7io a, .w5kqnpi a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.q7io a:hover, .w5kqnpi a:hover { color: var(--accent-light); }
.w5kqnpi { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.jk3mu2x .kq0r0j1u { text-align: center; }
.jk3mu2x .w5kqnpi { justify-content: center; margin-bottom: 16px; }
.jk3mu2x .qfwi { margin-top: 0; }
.h48ptv { margin-top: 12px; }
.h48ptv a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .kq0r0j1u { padding-left: 16px; padding-right: 16px; }
  .fwr4 .kq0r0j1u { padding: 20px 16px; }
  .w5kqnpi { gap: 4px 12px; }
  .qfwi { font-size: var(--fs-caption); }
}
.aypseac .qfwi { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.aypseac .kcdr { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .aypseac .vvhcz { grid-template-columns: 1fr 1fr; } .aypseac .md0kkew3 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .aypseac .vvhcz { grid-template-columns: 1fr; } }
.o99jsyw .qfwi { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .o99jsyw .lixx { gap: 12px; } .o99jsyw .ph3ed3c6 { margin-right: 0; width: 100%; } }
.lxynvg .qfwi { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.lxynvg .kcdr { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .lxynvg .ets3gz { grid-template-columns: 1fr 1fr; } .lxynvg .gktb7 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .lxynvg .ets3gz { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .y66m .qt69 { grid-template-columns: 1fr 1fr; } .y66m .aiii:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .y66m .qt69 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .s3v5rr .qt69 { grid-template-columns: 1fr; } }
.n9ne .kq0r0j1u { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.n9ne .w5kqnpi { justify-content: center; }
.f22pv59 .ent9      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.sw20 .ent9      { background: #0d1117; border-bottom-color: #21262d; }
.sw20 .r009ev { color: var(--accent-light); }
.sw20 .qcz67khp { --msep-color: #8b949e; }
.sw20 .qcz67khp a { color: #8b949e; }
.sw20 .qcz67khp a:hover { color: var(--accent-light); }
.sw20 .q83kvg9 { color: #8b949e; }
.sw20 .tit58q0 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.sw20 .qfwi,
.sw20 .kcdr { color: #6e7681; }
.sw20 .q7io a, .sw20 .w5kqnpi a,
.sw20 .q7io a:hover, .sw20 .w5kqnpi a:hover,
@media (max-width: 640px) {
  .sw20 .qcz67khp { background: #0d1117; border-top-color: #21262d; }
  .sw20 .qcz67khp li a { border-bottom-color: #21262d; }
}
.t2las .ent9      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.t2las .r009ev { color: var(--accent-light); }
.t2las .qcz67khp { --msep-color: #475569; }
.t2las .qcz67khp a { color: #475569; }
.t2las .qcz67khp a:hover { color: var(--accent-light); }
.t2las .q83kvg9 { color: #64748b; }
.t2las .tit58q0 { background: #f0f4f8; border-top-color: #cbd5e1; }
.t2las .qfwi,
.t2las .kcdr { color: #64748b; }
.t2las .q7io a, .t2las .w5kqnpi a,
.t2las .q7io a:hover, .t2las .w5kqnpi a:hover,
@media (max-width: 640px) {
  .t2las .qcz67khp { background: #f0f4f8; border-top-color: #cbd5e1; }
  .t2las .qcz67khp li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.itdp .ent9 { background: var(--b-50); border-bottom-color: var(--b-200); }
.itdp .qcz67khp a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .itdp .qcz67khp { background: var(--b-50); border-top-color: var(--b-200); }
}
.hivtk3 .ent9, .saojxf .ent9 { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.hivtk3 .r009ev, .saojxf .r009ev { color: #fff; }
.hivtk3 .qcz67khp, .saojxf .qcz67khp { --msep-color: rgba(255,255,255,0.82); }
.hivtk3 .qcz67khp a, .saojxf .qcz67khp a { color: rgba(255,255,255,0.82); }
.hivtk3 .qcz67khp a:hover, .saojxf .qcz67khp a:hover { color: #fff; }
.hivtk3 .q83kvg9, .saojxf .q83kvg9 { color: rgba(255,255,255,0.9); }
@media (max-width: 640px) {
  .hivtk3 .qcz67khp, .saojxf .qcz67khp { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .hivtk3 .qcz67khp li a, .saojxf .qcz67khp li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.cfujxgcn.hivtk3 .ux12 { background: #fff !important; color: var(--b-700) !important; }
.dc4976y5 .ent9 {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.dc4976y5 .ent9::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) {
  .dc4976y5 .qcz67khp {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.rc654 .rpsr { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ul5w .rpsr { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.jtq5bme .rpsr { min-height: 72px; height: auto; }
.u883 .rpsr { min-height: 84px; height: auto; }
.fwr4 .rpsr { max-width: none; padding: 0 32px; }
.fwr4 .kq0r0j1u  { max-width: none; padding: 24px 32px; }
.olsm12y.mwh7hvta .rpsr { max-width: 1200px; }
.olsm12y.jy1hmg .rpsr { max-width: 1320px; }
.cgf446   .r009ev, .cgf446   .ph3ed3c6 { text-transform: capitalize; }
.u071 .r009ev, .u071 .ph3ed3c6 { text-transform: lowercase; }
.y2rzkx3i .r009ev, .y2rzkx3i .ph3ed3c6 { text-transform: uppercase; letter-spacing: var(--ls-label); }
.ap8b, .nhlwk {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ctte .ap8b,
.v5venfe .ap8b,
.ss3fu .ap8b,
.h3i1f46 .ap8b,
.lmz3w1pj   .qcz67khp a { font-weight: 500; }
.j6vmjj2 .qcz67khp a { font-weight: 600; }
.hxtbgo     .qcz67khp a { font-weight: 700; }
.qbg02    .qcz67khp a { font-weight: 700; letter-spacing: normal; }
.g2f7     .qcz67khp > li + li::before,
.moznvo98    .qcz67khp > li + li::before,
.ywy7w    .qcz67khp > li + li::before,
.k0g5s3ba .qcz67khp > li + li::before,
.vlz9pyg .qcz67khp > li + li::before,
.k4s5y  .qcz67khp > li + li::before,
.xgar19xd    .qcz67khp > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.g2f7     .qcz67khp > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.moznvo98    .qcz67khp > li + li::before { content: "|"; }
.ywy7w    .qcz67khp > li + li::before { content: "—"; }
.k0g5s3ba .qcz67khp > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.vlz9pyg .qcz67khp > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.k4s5y  .qcz67khp > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.xgar19xd    .qcz67khp > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ytrmxh .q83kvg9,
  .tv04 .q83kvg9,
  .aakjz3 .q83kvg9,
  .jhiu7 .q83kvg9,
  .ykn4e31 .q83kvg9 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ytrmxh .q83kvg9::before,
  .tv04 .q83kvg9::before,
  .aakjz3 .q83kvg9::before,
  .jhiu7 .q83kvg9::before,
  .ykn4e31 .q83kvg9::before { content: ""; display: block; flex-shrink: 0; }

  
  .ytrmxh .q83kvg9::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;
  }

  
  .tv04 .q83kvg9::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;
  }

  
  .aakjz3 .q83kvg9::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;
  }

  
  .jhiu7 .q83kvg9::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;
  }

  
  .ykn4e31 .q83kvg9::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) {
  .ox7xcb1b .q83kvg9 {
    padding: 4px 16px;
  }
  .ox7xcb1b .qcz67khp {
    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;
  }
  .ox7xcb1b .qcz67khp li a {
    border-bottom: none; padding: 12px 24px;
  }
  .ox7xcb1b .qcz67khp li a:hover { background: var(--bg-raised); }
  .ox7xcb1b .a678,
  .qw72je .a678,
  .pa4nmir .a678 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .rp54 .q83kvg9 {
    padding: 4px 12px;
  }
  .rp54 .qcz67khp {
    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);
  }
  .rp54 .qcz67khp.p2cj { transform: translateX(0); }
  .rp54 .qcz67khp li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .rp54 .qcz67khp li:last-child a { border-bottom: none; }
  .hivtk3 .qcz67khp,
  .sw20 .qcz67khp { background: var(--accent) !important; }
  .hivtk3 .qcz67khp li a,
  .sw20 .qcz67khp li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .pa4nmir .q83kvg9 {
    padding: 4px 12px;
  }
  .pa4nmir .qcz67khp {
    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);
  }
  .pa4nmir .qcz67khp::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .pa4nmir .qcz67khp.p2cj { transform: translateY(0); }
  .pa4nmir .qcz67khp li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .gy2fipr .q83kvg9 {
    padding: 4px 12px;
  }
  .gy2fipr .qcz67khp {
    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;
  }
  .gy2fipr .qcz67khp.p2cj { opacity: 1; pointer-events: auto; }
  .gy2fipr .qcz67khp li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .xnp92676     .q83kvg9 { border-radius: 0 !important; }
  .t3kk   .q83kvg9 { border-radius: var(--r-btn) !important; }
  .zi23xcr .q83kvg9 { border-radius: 50% !important; }
  .md3en   .q83kvg9 { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .l6t73p .uot9k { flex-direction: column; align-items: stretch; }
  .l6t73p .e236kvc { flex-direction: row; min-width: auto; }
  .l6t73p .ag8m3 { align-items: flex-start; text-align: left; }
}
.t1qr7,
.t1qr7.hh8kl51o,
.qgu9m .t1qr7,
.hxhv .t1qr7,
.zrmr1318 .t1qr7,
.m0u6rg .t1qr7 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.b6q0pg {
  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;
}
.al6qg { flex: 1 1 280px; min-width: 0; }
.fxxm6rm0 {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.ar3mocly {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.k3o67 {
  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;
}
.k3o67:hover { transform: translateY(-1px); opacity: 0.95; }
.lmm9dc .b6q0pg {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.lmm9dc .fxxm6rm0 { color: var(--cta); }
.lmm9dc .ar3mocly { color: var(--text-body); }
.lmm9dc .k3o67 {
  background: var(--cta);
  color: var(--cta-fg);
}
.ohwc2x .b6q0pg {
  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);
}
.ohwc2x .fxxm6rm0 { color: var(--text-primary); }
.ohwc2x .ar3mocly { color: var(--text-body); }
.ohwc2x .k3o67 {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .b6q0pg {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .al6qg { flex: 0 0 auto; }
  .fxxm6rm0 { font-size: var(--fs-lead); }
  .k3o67 { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.k5amawas .vuqi40 { height: 36px; }
.h76x8p9 .vuqi40 { height: 60px; max-width: 200px; }
.ugxy2 .vuqi40 { height: 56px; max-width: 180px; }
.m5ssa2    .gxyn, .m5ssa2    .pkt8pm3u { color: #f59e0b; }
.eqtnpt6      .pkt8pm3u   { font-size: var(--fs-lead); }
.go1xx    .gxyn, .go1xx    .pkt8pm3u { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.pgpai     .gxyn, .pgpai     .pkt8pm3u { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.ji9zb .gxyn, .ji9zb .pkt8pm3u { color: var(--cta); letter-spacing: var(--ls-wide); }
.p173775   .gxyn, .p173775   .pkt8pm3u { color: #e91e63; letter-spacing: var(--ls-wide); }
.zd9ki5  .gxyn, .zd9ki5  .pkt8pm3u { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.xj8jsrb     .gxyn, .xj8jsrb     .pkt8pm3u { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.c3wix .bwoif {
  font-size: var(--fs-lead); font-weight: 700;
  color: var(--text-muted); opacity: .45;
}
.yw6p1r .amljv8u {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.yw6p1r .bfx6y9 {
  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);
}
.yw6p1r .bfx6y9 + .bfx6y9 { border-top: var(--bw-hair) solid var(--border-alt); }
.yw6p1r .lcueap { align-items: center; text-align: center; }
.yw6p1r .fhrkgly {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.yw6p1r .k2rux3e { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.yw6p1r .xy6avh { font-size: var(--fs-body); }
.yw6p1r .s9i4dsjh.f67an1dj { min-width: 180px; }
@media (min-width: 720px) {
  .yw6p1r .amljv8u {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .yw6p1r .bfx6y9 + .bfx6y9 { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .yw6p1r .bfx6y9 { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .yw6p1r .k6pnke2 { top: -16px; left: 50%; }
  .yw6p1r .fhrkgly { width: 132px; height: 132px; }
}
.k3st39 .amljv8u {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.k3st39 .bfx6y9 {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.k3st39 .fhrkgly {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.k3st39 .k2rux3e { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
@media (max-width: 900px) {
  .k3st39 .fhrkgly { width: 104px; height: 104px; }
}
.j3ygt .oe425tl {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.j3ygt .oe425tl summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.j3ygt .oe425tl summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.j3ygt .oe425tl[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.j3ygt .oe425tl p { padding: 0 14px 18px; }
.j3ygt .oe425tl[open] p { border-top: none; padding-top: 0; }
.j44wr0i .oe425tl { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.j44wr0i .oe425tl 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;
}
.j44wr0i .oe425tl summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.j44wr0i .oe425tl[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.j44wr0i .oe425tl p { padding: 14px 24px 4px; }
.j44wr0i .oe425tl[open] p { border-top: none; padding-top: 14px; }
.gvf6ydr1 .oe425tl {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.gvf6ydr1 .oe425tl summary { color: var(--text-primary); padding: 16px 18px; }
.gvf6ydr1 .oe425tl[open] summary { box-shadow: none; }
.gvf6ydr1 .oe425tl p { padding: 0 18px 18px; }
.vtcdr .dhlz { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.vtcdr .oe425tl {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.vtcdr .oe425tl:last-child { border-bottom: none; }
.vtcdr .oe425tl summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.vtcdr .oe425tl p { padding: 0 20px 16px; }
.eii8can1 .oe425tl { overflow: hidden; }
.eii8can1 .oe425tl 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));
}
.eii8can1 .oe425tl summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.eii8can1 .oe425tl summary::after { color: var(--tone-mark, var(--accent)); }
.eii8can1 .oe425tl[open] summary { border-radius: 0; box-shadow: none; }
.px45r { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.vi9xdf {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.fxri9le7 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.ah4w8gto { color: var(--text-muted); font-size: var(--fs-body); }
.wqipc {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.n5omi7mc { margin-bottom: 20px; }
.z62z31x {
  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);
}
.q52s {
  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;
}
.q52s:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.jm6wfk { resize: vertical; min-height: 130px; }
.g5ja { width: 100%; margin-top: 8px; }
.j49tb1c5 {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.flnd4x {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.wjr3x { color: var(--text-muted); line-height: var(--lh-read); }
.gpkx { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.gpkx li { margin-bottom: 8px; }
.gbyfqa { max-width: 760px; margin: 0 auto; }
.yejvj { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.lxdrgk { max-width: 760px; margin: 0 auto; }
.ajb5 { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.tm6gk6 ul.gpkx { margin: 0; }
.tvfimxz .ajb5 { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .tvfimxz { grid-template-columns: 1fr; gap: 12px; } }
.pu7e0 { max-width: 640px; margin: 0 auto; text-align: center; }
.cwfii { margin-bottom: 48px; }
.cwfii .ajb5 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
.cwfii p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.cc9cwug2 .gpkx { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .h9f6qh { grid-template-columns: 1fr; } }
.mo38c { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.mo38c:hover .nt1xp { color: var(--accent-light); text-decoration: underline; }
.p2k41hm { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.gq5sftj { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.gq5sftj:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.obppp5 { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.gq5sftj p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.gq5sftj ul.gpkx { margin: 0; }
.b2pqwu { color: var(--text-muted); line-height: var(--lh-read); }
.d6eb .gpkx,
.p8ho2sk .gpkx,
.z938cr .gpkx,
.vd6csjbk .gpkx {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.d6eb .gq5sftj,
.p8ho2sk .gq5sftj { text-align: left; }
.d6eb .obppp5,
.p8ho2sk .obppp5 { text-align: center; }
.x6h8h { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.t6lfmf90 { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.xqzaf { font-size: var(--fs-body); }
.yfurfj { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.yead { margin-top: 12px; }
.cgruv4 { 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; }
.cgruv4:hover { border-bottom-color: var(--accent-light); }
.f20zvge { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.f20zvge img { width: 100%; height: 100%; object-fit: cover; display: block; }
.jt4fu { width: 260px; height: 260px; }
.sspe { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.tb3x1dr { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.ck9vodj { border: var(--bw-hair) solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: var(--r-pill); font-weight: 600; }
@media (max-width: 640px) { .xa9awd7n { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.cjx5k .yfurfj, .cjx5k .t6lfmf90 { max-width: 640px; }
.gb21vh { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.l687t { position: sticky; top: 96px; align-self: start; }
.l687t .x6h8h { font-size: var(--fs-h3); margin-top: 20px; }
.byqnv2z .yfurfj { margin-bottom: 28px; }
@media (max-width: 860px) { .gb21vh { grid-template-columns: 1fr; } .l687t { position: static; text-align: center; } }
.owbql .f20zvge { margin: 0 auto 20px; }
.owbql .tb3x1dr { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ztcrdy { grid-template-columns: 1fr; } }
.ed3ac .x6h8h { font-size: var(--fs-h3); margin-bottom: 8px; }
.vd6csjbk .gpkx { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .ed3ac { flex-direction: column; text-align: center; } .k18vkpob { grid-template-columns: 1fr; } }
.kjfu .x6h8h { font-size: var(--fs-lead); margin: 0 0 4px; }
.kjfu .tb3x1dr { margin: 0; }
.n0yya345 .fxri9le7 { color: var(--accent-light); }
.ksc8p1j .fxri9le7 { font-size: var(--fs-h2); }
.ksc8p1j .ah4w8gto { max-width: 680px; }
.bnaz9 .fxri9le7 { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.bnaz9 .ah4w8gto  { margin: 0; }
@media (max-width: 640px) { .bnaz9 { flex-direction: column; } }
.ji42 .fxri9le7 { color: var(--accent-light); }
.ftiiefa .fxri9le7 { color: #fff; }
.ftiiefa .ah4w8gto  { color: rgba(255,255,255,0.85); }
.tsj3k9d { max-width: 680px; margin: 0 auto; }
.rq8tej {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .rq8tej { grid-template-columns: 1fr; } }
.atj0fl6 .q52s {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.atj0fl6 .q52s:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ul1k1 .q52s { background: var(--bg-raised); border-color: transparent; }
.ul1k1 .q52s:focus { background: var(--bg-card); border-color: var(--accent-light); }
.obzy .q52s { border-radius: var(--r-pill); padding: 12px 20px; }
.obzy .jm6wfk { border-radius: var(--r-card); }
.hn4wesv0 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .hn4wesv0 { grid-template-columns: 1fr; } }
.aui0l67l {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 24px 24px;
}
.aui0l67l h2 {
  font-size: var(--fs-sm); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.aui0l67l p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.cdecuh:empty,.ofic1l:empty{display:none}
.ie01iup{position:relative;overflow:visible}
.kpl6z .j4jt7 .ofic1l,.yo1sax .j4jt7 .ofic1l,
.q4okbs .j4jt7 .ofic1l,.ccl3 .j4jt7 .ofic1l,
.u764ljqs .j4jt7 .ofic1l{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}
.kpl6z .j4jt7 .ofic1l{margin-right:auto}
.yo1sax .j4jt7 .ofic1l{margin-left:auto}
.q4okbs .j4jt7 .ofic1l{margin-right:auto}
.ccl3 .j4jt7 .ofic1l{margin-left:auto}
.u764ljqs .j4jt7 .ofic1l{margin: 0 auto}
.y4lyds .j4jt7 .ofic1l{margin: 0}
.y4lyds .dq2y9s7~.j4jt7 .ofic1l,
.y4lyds .jjxg5~.j4jt7 .ofic1l{justify-content:flex-start}
.dq2y9s7~.j4jt7 .ofic1l{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.jjxg5~.j4jt7 .ofic1l{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.duqbovo .ofic1l{margin: 0 0 12px}
.ofic1l{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.f7dh{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.nt1xp{font-weight:600;color:var(--text-heading);opacity:1}
.hvlcj8 .f7dh{display:none}
.no058m .ofic1l{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.wo4ho6 .ofic1l{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.c0v1l0m{--date-bg:var(--accent-bg-light)}
.h95sgwo .o3rhq1tr::before{content:""}
.xih7t .quknfx{border-top: var(--bw-bar) solid var(--accent);padding-top: 20px}
@media(max-width:640px){
  .quknfx{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .a1t6f{max-width:100%}
}
.dshns7r3 .hfhdr{margin: 0}
@media (max-width:560px){
  .faci{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) {
  .rdh3qaid { padding: 28px 20px 20px; }
  .wad8 { font-size: var(--fs-lead); }
  .dr732q2h { max-width: 220px; max-height: 80px; }
}
.u0i5 {
  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);
}
.rcfysb {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.nklymvif  .u0i5 { border-radius: 50%; }
.qsvn  .u0i5 { border-radius: var(--r-chip); }
.f2i5 .u0i5 { border-radius: var(--r-card); }
.fcsnh .b6q0pg {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .u0i5 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.zf93e .hh8kl51o {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.zf93e .r2gn4zjf {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.zf93e .b6q0pg {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.ebfcygg {
  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;                  
}
.ebfcygg.f5mwgdnn { transform: translate(-50%, 0); }
.ebfcygg .hh8kl51o,
.ebfcygg .r2gn4zjf {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.ebfcygg .b6q0pg {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.tgen {
  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;
}
.tgen::before,
.tgen::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.tgen::before { transform: translate(-50%, -50%) rotate(45deg); }
.tgen::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.tgen:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .ebfcygg { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .ebfcygg .b6q0pg {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .ebfcygg .ar3mocly { display: none !important; }
  .ebfcygg .fxxm6rm0 { font-size: var(--fs-body) !important; }
  .ebfcygg .u0i5 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .tgen { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .rpsr { flex-direction: row-reverse; }
[dir="rtl"] .qcz67khp { flex-direction: row-reverse; }
[dir="rtl"] .bxzieim7  .hzqhni { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .tzyjvdz .hzqhni { right: auto; left: 20px; }
  [dir="rtl"] .bxzieim7  .hzqhni { left: auto;  right: 20px; }
}
[dir="rtl"] .rs2eam4g .xznt7  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .qb6xz0 .xznt7 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .umgia3c, [dir="rtl"] .lxaq { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .shrt1 { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .rmb7v { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .zpqw { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .b6q0pg { direction: rtl; }
[dir="rtl"] .u0i5 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .bfx6y9,
[dir="rtl"] .nl8gy7 { direction: rtl; }
[dir="rtl"] .h3oj { direction: rtl; }
[dir="rtl"] .aewugrn { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .gmr6t.fv95lr8 .hi2xq,
[dir="rtl"] .o3cfy.fv95lr8 .hi2xq,
[dir="rtl"] .hrjsw.fv95lr8 .hi2xq,
[dir="rtl"] .x1gzb2.fv95lr8 .hi2xq,
[dir="rtl"] .ak3mg0.fv95lr8 .hi2xq { text-align: right; }
[dir="rtl"] .dq2y9s7.fv95lr8 .ekcg { align-items: flex-end; text-align: right; }
[dir="rtl"] .r2gn4zjf,
[dir="rtl"] .upp62u,
[dir="rtl"] .ovkzcp,
[dir="rtl"] .hi2xq { text-align: right; }
[dir="rtl"] .wqipc,
[dir="rtl"] .z62z31x,
[dir="rtl"] .yfurfj,
[dir="rtl"] .q52s,
[dir="rtl"] .jm6wfk { text-align: right; direction: rtl; }
[dir="rtl"] .obzy .q52s,
[dir="rtl"] .atj0fl6 .q52s { padding-right: 20px; padding-left: 20px; }
.dcvlfr .amljv8u,
.qvta5sk .amljv8u,
.ofqohy .amljv8u { border: var(--bw-hair) solid var(--border-alt); }
.h5va .amljv8u {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.dcvlfr .bfx6y9,
.qvta5sk .bfx6y9,
.h5va .bfx6y9,
.ofqohy .bfx6y9 {
  gap: 24px;
  padding: 24px 24px;
}
.dcvlfr .bfx6y9 + .bfx6y9,
.ofqohy .bfx6y9 + .bfx6y9 { border-top: none; }
.dcvlfr .bfx6y9:nth-child(even),
.ofqohy .bfx6y9:nth-child(even) { background: var(--bg-surface); }
.h5va .bfx6y9 {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.dcvlfr .fhrkgly,
.qvta5sk .fhrkgly,
.h5va .fhrkgly,
.ofqohy .fhrkgly {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.dcvlfr .k2rux3e,
.qvta5sk .k2rux3e,
.h5va .k2rux3e,
.ofqohy .k2rux3e {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.ofqohy .xy6avh { font-size: var(--fs-body); font-weight: 700; }
.dcvlfr .bp8o, .dcvlfr .o65zufzk, .dcvlfr .l42w2pp0,
.qvta5sk .bp8o, .qvta5sk .o65zufzk, .qvta5sk .l42w2pp0,
.h5va .bp8o, .h5va .o65zufzk, .h5va .l42w2pp0,
.ofqohy .bp8o, .ofqohy .o65zufzk, .ofqohy .l42w2pp0 {
  background: transparent;
  padding: 12px 0; align-items: flex-start; text-align: left;
}
.dcvlfr .s9i4dsjh.f67an1dj,
.qvta5sk .s9i4dsjh.f67an1dj,
.h5va .s9i4dsjh.f67an1dj,
.ofqohy .s9i4dsjh.f67an1dj {
  padding: 16px 24px !important;
}
.ofqohy .s9i4dsjh.f67an1dj { box-shadow: none; }
@media (max-width: 1080px) {
  .dcvlfr .bfx6y9,
  .qvta5sk .bfx6y9,
  .h5va .bfx6y9,
  .ofqohy .bfx6y9 { gap: 16px; padding: 20px; }
  .dcvlfr .fhrkgly,
  .qvta5sk .fhrkgly,
  .h5va .fhrkgly,
  .ofqohy .fhrkgly { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .dcvlfr .fhrkgly,
  .qvta5sk .fhrkgly,
  .h5va .fhrkgly,
  .ofqohy .fhrkgly { width: 104px; height: 104px; }
}
.yfugw .ppjm9w { display: none; }
.qnwpporh li::before { color: #2f855a; font-weight: 700; }
.wu5zf li::before { color: #9b2c2c; font-weight: 700; }
.p42l3yy::before { color: #2f855a; }
.fj3wxu::before { color: #9b2c2c; }
.nmp6y9  .k3o67, .nmp6y9  .w4mtklko { border-radius: var(--r-pill); }
.xm7fh0v .k3o67, .xm7fh0v .w4mtklko { border-radius: 0; }
.dvr83bbp .k3o67, .dvr83bbp .w4mtklko { border-radius: var(--r-btn); }
.k3o67, .w4mtklko, .jknq4j, .f67an1dj, .s9i4dsjh.f67an1dj {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
body.xm7fh0v { --btn-radius: 0px; }
.jknq4j, .f67an1dj, .s9i4dsjh.f67an1dj, .k3o67, .w4mtklko,
.gi6pg7wp, .kt8c7r9r, .ebfcygg .k3o67 {
  border-radius: var(--btn-radius) !important;
}
.fb8lwda a, .upp62u a, .ovkzcp a, .uz3npy a, .oe425tl 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;
}
.fb8lwda a:hover, .upp62u a:hover, .ovkzcp a:hover, .uz3npy a:hover { text-decoration-color: currentColor; }
.s7ibmn   { --hero-a: var(--b-50);  --hero-b: var(--b-100); }
.s7ibmn .u0ycp6u.hrjsw .g6j6,
.s7ibmn section.hrjsw .g6j6 { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.s7ibmn .hrjsw .ijemrg { color: var(--text-body); }
.s7ibmn .hrjsw { border-bottom: var(--bw-hair) solid var(--b-200); }
.s7ibmn .o3cfy { background: var(--b-50); border-bottom-color: var(--b-200); }
.u0ycp6u.gmr6t:not(.hrjsw) .g6j6,
section.gmr6t:not(.hrjsw) .g6j6 { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.w3uius8 .tit58q0 { background: var(--bg-page); border-top-color: var(--border-alt); }
.weia2 .tit58q0 { background: var(--b-50); border-top-color: var(--b-200); }
.mz07gye    { --ftr-fill: var(--n-900); --ftr-edge: var(--n-800); }
.broab .tit58q0, .l0vfxb .tit58q0, .mz07gye .tit58q0 {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.broab .tit58q0 :is(.qfwi, .kcdr),
.l0vfxb   .tit58q0 :is(.qfwi, .kcdr),
.mz07gye    .tit58q0 :is(.qfwi, .kcdr) { color: rgba(255,255,255,0.68); }
.broab .tit58q0 :is(.bv0x, .musa),
.l0vfxb   .tit58q0 :is(.bv0x, .musa),
.mz07gye    .tit58q0 :is(.bv0x, .musa) { color: rgba(255,255,255,0.7); }
.broab .tit58q0 a, .l0vfxb .tit58q0 a, .mz07gye .tit58q0 a { color: rgba(255,255,255,0.9); }
.broab .tit58q0 a:hover, .l0vfxb .tit58q0 a:hover, .mz07gye .tit58q0 a:hover { color: #fff; }
.broab .tit58q0 .ph3ed3c6,
.l0vfxb   .tit58q0 .ph3ed3c6,
.mz07gye    .tit58q0 .ph3ed3c6 { color: #fff; }
.l2aff2 .amljv8u:not(.y6dst) .bfx6y9:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.ce0rkzv .amljv8u:not(.y6dst) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.ce0rkzv .amljv8u:not(.y6dst) .bfx6y9 { background: var(--bg-card); border-radius: var(--r-btn); }
.ce0rkzv .amljv8u:not(.y6dst) .bfx6y9 + .bfx6y9 { margin-top: 8px; border-top: none; }
.dj14rcrh .bfx6y9::before { background: var(--tone-line, var(--accent)); }
.wyrt5 .bfx6y9:first-child { border-top-color: var(--tone-line, var(--accent)); }
.oe425tl summary:hover::after, .oe425tl[open] summary::after { color: var(--tone-mark, var(--accent)); }
.fqqoifv .j4cw2s { border-top-color: var(--tone-line, var(--accent)); }
.icskbd4 .u9rysrk { background: var(--tone-fill, var(--accent-bg)); }
.oqtrz3 .ykzs7 .k2rux3e,
.oqtrz3 .icwh1t.ykzs7 img,
.oqtrz3 .lt9sk8e.ykzs7 img { border-radius: 22%; }
.oqtrz3 .icwh1t.ykzs7 { border-radius: var(--r-card); }
.yr80avb .ykzs7 .k2rux3e,
.yr80avb .icwh1t.ykzs7 img,
.yr80avb .lt9sk8e.ykzs7 img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.yr80avb .icwh1t.ykzs7 { border-radius: 50%; padding: 5px; }
.yr80avb .ykzs7.fhrkgly, .oqtrz3 .ykzs7.fhrkgly { overflow: visible; }
.j4cw2s, .oqgx2o, .amljv8u:not(.y6dst), .hfhdr, .oe425tl {
  border: none; box-shadow: var(--sh-card);
}
.vag5cwa1 .j4cw2s, .vag5cwa1 .oqgx2o,
.vag5cwa1 .amljv8u:not(.y6dst) { box-shadow: var(--sh-lift); }
.j3ygt .oe425tl, .j44wr0i .oe425tl, .vtcdr .oe425tl { box-shadow: none; }
.vtcdr .dhlz { border: none; box-shadow: var(--sh-card); }
.gvf6ydr1 .oe425tl { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.j44wr0i .oe425tl summary { border: none; box-shadow: var(--sh-card); }
.j44wr0i .oe425tl[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.eii8can1 .oe425tl summary { color: var(--tone-fill-head-raw); }
.as4v2 .j4cw2s { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.yxcxs, .zpqw, .h3oj { border: none; box-shadow: var(--panel-sh, none); }
.s92cy2 .kw25a0p { border: none; box-shadow: var(--sub-sh, none); }
.shnhqj .yxcxs, .shnhqj .h3oj { box-shadow: var(--panel-sh, none); }
.shnhqj .hfhdr, .shnhqj .nfhzcq3 .zpqw { box-shadow: var(--sh-card); }
.shnhqj .s92cy2 .kw25a0p { box-shadow: var(--sub-sh, none); }
.g7pc .kw25a0p, .shnhqj .g7pc .kw25a0p, .vag5cwa1 .g7pc .kw25a0p { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.yxcxs { background: var(--bg-card-inner); border-radius: var(--r-card); }
.rggz { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.vzea5 .yxcxs   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.zz9vq8xs .yxcxs { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.p5zah .yxcxs     { border: none; }
.p5zah .rggz { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.vle0 .yxcxs    { border: none; box-shadow: var(--sh-card); }
.zpqw { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.d0pj { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.zpqw strong, .c3nf0p .zpqw strong, .bgfdzq .zpqw strong,
.i4me8zy .zpqw strong { color: var(--cl-head); }
.zpqw p, .c3nf0p .zpqw p, .bgfdzq .zpqw p,
.i4me8zy .zpqw p { color: var(--cl-fg); }
.c3nf0p .zpqw { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.c3nf0p .zpqw strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.qk130 .zpqw { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.bgfdzq .zpqw { border: none; }
.i4me8zy .zpqw  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.nfhzcq3 .zpqw   { 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); }
.suy72tnv { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.suy72tnv strong { color: var(--cl-head); }
.shrt1, .rmb7v { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.shrt1 ul li, .shrt1 .qnwpporh li { color: var(--sem-pos-body); }
.rmb7v ul li, .rmb7v .wu5zf li { color: var(--sem-neg-body); }
.sr8os7 .shrt1, .sr8os7 .rmb7v { border: none; }
.ykr8ea .shrt1, .ykr8ea .rmb7v { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.ykr8ea .shrt1 { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.ykr8ea .rmb7v { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.ce0a8 .shrt1, .ce0a8 .rmb7v { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.ce0a8 .shrt1 { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.ce0a8 .rmb7v { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.s5tk6 .shrt1 .xrg3m, .s5tk6 .rmb7v .xrg3m {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.s5tk6 .shrt1 .xrg3m { background: var(--sem-pos-fg); }
.s5tk6 .rmb7v .xrg3m { background: var(--sem-neg-fg); }
.s5tk6 .p42l3yy::before, .s5tk6 .fj3wxu::before { color: #fff; }
.fheax .shrt1 ul li, .fheax .shrt1 .qnwpporh li,
.fheax .rmb7v ul li, .fheax .rmb7v .wu5zf li { color: var(--text-body); }
.h3oj { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.xkhv3x { color: var(--tone-fill-head, var(--text-primary)); }
.hdwmk2i .aewugrn a, .o5ymoqsb .aewugrn a, .i6haa30i .aewugrn a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.hdwmk2i .aewugrn a:hover, .o5ymoqsb .aewugrn a:hover, .i6haa30i .aewugrn a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.b3pg .h3oj { border-bottom-color: var(--border-alt); }
.b3pg .aewugrn a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.xi1b61d, .dg6k4lt3 { border: none; }
.io7f { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.klwnxaui { border-top: none; }
.klwnxaui > span { color: var(--tone-fill-head, var(--text-primary)); }
.s50sqa8n em, .nvobuhwu em, .o3k650 em, .lxy5ybx em { color: var(--tone-fill-muted, var(--text-muted)); }
.icskbd4 .u9rysrk { border-bottom: none; }
.as4v2 .u9rysrk { border-bottom: none; }
.icwh1t.ykzs7 { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.icwh1t.ykzs7 img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.oqtrz3 .icwh1t.ykzs7 img { border-radius: 22%; }
.yr80avb  .icwh1t.ykzs7 img { border-radius: 50%; }
.yr80avb  .icwh1t.ykzs7 { padding: 0; }
@media (min-width: 900px) {
  .ohxac9z .aupvf4de > .j4cw2s:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.umgia3c li::marker { color: var(--tone-mark, var(--accent)); }
.lxaq li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.mddmaas8 li::marker { color: var(--tone-mark, var(--accent)); }
.mmng5 h2.ucpb9w4d { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.u4offon h2.ucpb9w4d { border-bottom-color: var(--tone-mark, var(--accent)); }
.onguvn h2.ucpb9w4d { border-top-color: var(--tone-mark, var(--accent)); }
.rs2eam4g .kw25a0p, .qb6xz0 .kw25a0p, .j2lf91d .kw25a0p,
.rs2eam4g .zpqw, .qb6xz0 .zpqw, .j2lf91d .zpqw,
.rs2eam4g .hhofg0zc, .qb6xz0 .hhofg0zc, .j2lf91d .hhofg0zc,
.rs2eam4g .hfhdr, .qb6xz0 .hfhdr, .j2lf91d .hfhdr { clear: both; }
.xznt7 .xxe2acy { box-shadow: var(--sh-card); }
.hfhdr { border-radius: var(--r-card); }
.ne37d .ogk4p { border: none; }
.itdp .qcz67khp a { color: var(--b-800); }
.itdp .qcz67khp a:hover { color: var(--b-600); }
.s7ibmn .u0ycp6u.hrjsw .g6j6,
.s7ibmn section.hrjsw .g6j6,
.s7ibmn .o3cfy .g6j6 { color: var(--b-900) !important; }
.s7ibmn .hrjsw .ijemrg, .s7ibmn .o3cfy .ijemrg { color: var(--b-800); }
.weia2 .tit58q0, .weia2 .tit58q0 a { color: var(--b-800); }
.weia2 .tit58q0 :is(.qfwi, .kcdr, .bv0x) { color: var(--b-700); }
.b6q0pg { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.k3o67 { border: none; }
.udacd .k3o67 { background: #fff !important; color: var(--cta) !important; }
.lmm9dc .b6q0pg { background: var(--b-100); border: none; }
.lmm9dc .fxxm6rm0 { color: var(--b-900); }
.lmm9dc .ar3mocly { color: var(--b-800); }
.ohwc2x .b6q0pg { background: var(--b-900); border: none; border-radius: var(--r-card); }
.ohwc2x .fxxm6rm0 { color: #fff; }
.ohwc2x .ar3mocly { color: rgba(255,255,255,0.82); }
.lgih .b6q0pg { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.lgih .k3o67 { background: #fff !important; color: var(--b-800) !important; }
.u0i5 { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.rcfysb { width: 100%; height: 100%; object-fit: cover; }
h2.ucpb9w4d, .g6j6, h1.ucpb9w4d, .fxxm6rm0 { font-weight: 700; }
.kqs346 h3, h3.nujnhjcn { font-weight: 600; }
.wj8nxgm { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.umgia3c { list-style: none !important; padding-left: 0; margin: 16px 0; }
.umgia3c li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.umgia3c li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.umgia3c 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);
}
.lg3k4 .umgia3c li { padding-left: 28px; }
.lg3k4 .umgia3c 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));
}
.lg3k4 .umgia3c li::after { content: none; }
.lg3k4 .umgia3c li::marker, .umgia3c li::marker { content: ""; }
.lxaq { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.lxaq li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.lxaq 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;
}
.lg3k4 .lxaq li::before { border-radius: 50%; }
.lxaq li::marker { content: ""; }
.mddmaas8 { list-style: none; padding-left: 16px; }
.mddmaas8 li { position: relative; padding-left: 16px; }
.mddmaas8 li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.mddmaas8 li::marker { content: ""; }
h3.nujnhjcn { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.fb8lwda strong, .upp62u strong, .xaafoo 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");
}
.qnwpporh li::before, .wu5zf 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);
}
.wu5zf li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.qnwpporh li, .wu5zf li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.p42l3yy::before, .fj3wxu::before { content: none !important; display: none !important; }
.xrg3m { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.yfugw .ppjm9w, .ppjm9w {
  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;
}
.m1qpxbvi .ppjm9w     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.d0pj .ppjm9w { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.ti9z0 .ppjm9w  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.suy72tnv .ppjm9w, .ujkjh .ppjm9w { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.ppjm9w::before { content: none !important; }
.zpqw { gap: 14px; }
.j4cw2s { --rv-pad: 24px; }
.u9rysrk { padding: var(--rv-pad); }
.r7d22w67 { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.r7d22w67 > * { margin: 0 !important; }
.uz3npy { line-height: var(--lh-read); }
.klwnxaui {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.klwnxaui > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.klwnxaui 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)); }
.klwnxaui b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.qhbwbv { gap: 16px; }
.fheax .shrt1, .fheax .rmb7v { padding: 0; }
.fheax .rmb7v { padding-left: 20px; }
.fk52lq { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.qhbwbv + .fk52lq { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.uiwpxnm1 { 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); }
.xi1b61d, .io7f, .c9pl3x {
  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));
}
.suy72tnv { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.suy72tnv strong, .c3nf0p .suy72tnv strong,
.ujkjh strong, .c3nf0p .ujkjh 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));
}
.suy72tnv p, .ujkjh p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.suy72tnv { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.x1qlrr 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); }
.x1qlrr .j2l6df1v { color: inherit; opacity: .7; }
.s92cy2 .kw25a0p { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.spi4n2j h2.ucpb9w4d { 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); }
.yl3fzi13 .ohwc2x .k3o67, .yl3fzi13 .lgih .k3o67,
.yl3fzi13.saojxf .ux12, .yl3fzi13.mz07gye .tit58q0 .f67an1dj { background: #fff !important; color: var(--b-900) !important; }
.ohxac9z .aupvf4de { align-items: stretch; }
.j4cw2s { display: flex; flex-direction: column; }
.j4cw2s .r7d22w67 { flex: 1 1 auto; }
.j4cw2s .suy72tnv { margin-top: auto !important; }
.ogk4p { font-size: var(--fs-sm); }
.ogk4p th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.ogk4p td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.ogk4p td:first-child { font-weight: 600; color: var(--text-primary); }
.ogk4p tbody tr:last-child td { border-bottom: none; }
.ogk4p tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.e9hetme6 .ogk4p th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.ne37d .ogk4p th, .ne37d .ogk4p td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.ne37d .ogk4p th + th, .ne37d .ogk4p td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.ne37d .ogk4p tbody tr:last-child td { border-bottom: none; }
.uibsbgul .ne37d .ogk4p th + th, .ppbk .ne37d .ogk4p th + th,
.yx7n.ne37d .ogk4p th + th { border-left-color: rgba(255,255,255,0.16); }
.f6xo63 .ogk4p tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.mzafx0 { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.yxcxs {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.yxcxs:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.i9inry, .q6075nt .i9inry {
  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;
}
.nw54802 .i9inry { border-radius: 50%; padding: 14px; }
.eeam .yxcxs { align-items: center; text-align: center; }
.eeam .mddmaas8 { text-align: left; }
.eeam .hi2ki1nt { margin-left: auto; margin-right: auto; }
.rggz, .khoa .rggz, .p5zah .rggz {
  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));
}
.ixx84 { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.mddmaas8 { 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); }
.mddmaas8 li { margin-bottom: 6px; line-height: var(--lh-snug); }
.msnxx1mw .rggz { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.msnxx1mw .rggz::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.eeam.msnxx1mw .rggz, .nw54802.msnxx1mw .rggz { align-items: center; }
.mwgam .yxcxs { padding-left: 0; padding-right: 0; }
.mwgam .yxcxs:hover { transform: none; box-shadow: none; }
.yxcxs, .p5zah .yxcxs { background: var(--bg-card); box-shadow: var(--sh-card); }
.shnhqj .yxcxs, .vag5cwa1 .yxcxs { box-shadow: var(--sh-card); }
.mwgam .yxcxs, .shnhqj .mwgam .yxcxs { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .mzafx0:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .mzafx0:has(> :nth-child(5):last-child) .yxcxs { padding: 20px 16px 18px; }
  .mzafx0:has(> :nth-child(6):last-child), .mzafx0:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mzafx0:has(> :nth-child(7):last-child), .mzafx0:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .umgia3c li, [dir="rtl"] .lg3k4 .umgia3c li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .lg3k4 .umgia3c li { padding-right: 28px; }
[dir="rtl"] .umgia3c li::before { left: auto; right: 0; }
[dir="rtl"] .lg3k4 .umgia3c li::before { left: auto; right: 6px; }
[dir="rtl"] .umgia3c li::after { left: auto; right: 9px; }
[dir="rtl"] .lxaq li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .lxaq li::before { left: auto; right: 0; }
[dir="rtl"] .mddmaas8 { padding-left: 0; padding-right: 0; }
[dir="rtl"] .mddmaas8 li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .mddmaas8 li::before { left: auto; right: 0; }
[dir="rtl"] .qnwpporh li, [dir="rtl"] .wu5zf li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .qnwpporh li::before, [dir="rtl"] .wu5zf li::before { left: auto; right: 0; }
[dir="rtl"] .ce0a8 .shrt1, [dir="rtl"] .ce0a8 .rmb7v { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .ce0a8 .shrt1 { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .ce0a8 .rmb7v { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .fheax .rmb7v { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .zpqw, [dir="rtl"] .i4me8zy .zpqw, [dir="rtl"] .nfhzcq3 .zpqw { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .c3nf0p .zpqw, [dir="rtl"] .qk130 .zpqw, [dir="rtl"] .bgfdzq .zpqw { border-right: none; }
[dir="rtl"] .mmng5 h2.ucpb9w4d { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .vzea5 .yxcxs { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .yxcxs { align-items: flex-start; text-align: right; }
[dir="rtl"] .ogk4p th, [dir="rtl"] .ogk4p td { text-align: right; }
[dir="rtl"] .ne37d .ogk4p th + th, [dir="rtl"] .ne37d .ogk4p td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .gvf6ydr1 .oe425tl, [dir="rtl"] .eii8can1 .oe425tl summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .oe425tl summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .l2aff2 .amljv8u:not(.y6dst) .bfx6y9:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .bfx6y9 { gap: 0 14px; padding: 16px; }
  .bfx6y9::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .fvuc, .fg63s { flex: 1 1 0; min-width: 0; }
  .jd2gs { flex: 0 0 auto; }
  .n5w7oql { align-self: center; }
  
  .bp8o, .o65zufzk, .l42w2pp0,
  .ji81gin, .adf8hqo, .zchz0agq,
  .zogvge, .nf5v, .am2a4h {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .bp8o, .o65zufzk, .l42w2pp0 { flex-basis: 100%; min-width: 100%; }
  
  .w6nqsx8, .qk86dp { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .tup1c8, .l56pr { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .l56pr .dg6k4lt3:nth-child(n+3) { display: inline-block; }
  .l56pr .dg6k4lt3:nth-child(n+4) { display: none; }
  
  .firgez, .uxu98 { margin-top: 16px; }
  .mhc5izw { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .ji81gin, .adf8hqo, .zchz0agq,
  .zogvge, .nf5v, .am2a4h { flex-basis: 100%; min-width: 100%; }
}
.fhrkgly.ykzs7, .nbpa3 .fhrkgly.ykzs7, .zej9ks .fhrkgly.ykzs7,
.ygm62vm .fhrkgly.ykzs7, .jggiu .fhrkgly.ykzs7,
.lt9sk8e.ykzs7, .nbpa3 .lt9sk8e.ykzs7, .zej9ks .lt9sk8e.ykzs7,
.ygm62vm .lt9sk8e.ykzs7, .jggiu .lt9sk8e.ykzs7 {
  background: transparent; padding: 0; width: auto; height: auto;
}
.nbpa3 .fhrkgly.ykzs7 .k2rux3e, .zej9ks .fhrkgly.ykzs7 .k2rux3e,
.ygm62vm .fhrkgly.ykzs7 .k2rux3e, .jggiu .fhrkgly.ykzs7 .k2rux3e { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .fhrkgly.ykzs7 .k2rux3e { max-height: 64px; max-width: 64px; }
  
  .l56pr { flex-wrap: wrap; overflow: visible; }
  .l56pr .dg6k4lt3 { max-width: 100%; }
}
.c6n2p { display: none; }
.bc2j, .v6plzp0y { display: contents; }
.suy72tnv, .bgfdzq .suy72tnv, .nfhzcq3 .suy72tnv { background: transparent !important; }
.fk52lq .xi1b61d, .fk52lq .io7f, .fk52lq .c9pl3x { background: var(--bg-surface); color: var(--text-body); }
.x1qlrr { align-items: center; gap: 10px; }
.x1qlrr strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.jf6e8 {
  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);
}
.ia3hnngr { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.ia3hnngr em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.ia3hnngr b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.jf6e8 .f67an1dj { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .jf6e8 { flex-direction: column; align-items: stretch; }
  .jf6e8 .f67an1dj { text-align: center; }
}
@media (min-width: 900px) {
  .ayx04m9r .aupvf4de, .ayx04m9r.ohxac9z .aupvf4de { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .ayx04m9r .j4cw2s:has(> .bc2j) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .ayx04m9r .j4cw2s:has(> .bc2j) > .jf6e8 { display: none; }

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

  .ayx04m9r .v6plzp0y { display: flex; flex-direction: column; min-width: 0; }
  .ayx04m9r .v6plzp0y .layhm1p { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .ayx04m9r .v6plzp0y .layhm1p img.b6h3 { max-height: 250px; }
  .ayx04m9r .v6plzp0y .r7d22w67 { flex: 1 1 auto; }
  
  .ayx04m9r .v6plzp0y .qhbwbv { grid-template-columns: 1fr 1fr; gap: 20px; }
  .ayx04m9r .v6plzp0y .fk52lq { flex-wrap: wrap; }
  .ayx04m9r .v6plzp0y .uiwpxnm1 { flex: 0 0 auto; margin: 0 8px 0 0; }
  .ayx04m9r .j4cw2s:last-child:nth-child(odd) { grid-column: auto; }
  
  .ayx04m9r.icskbd4 .u9rysrk, .ayx04m9r.fqqoifv .u9rysrk { background: none; }
}
[dir="rtl"] .ayx04m9r .bc2j .klwnxaui b { text-align: left; }
[dir="rtl"] .ayx04m9r .bc2j .klwnxaui > .s50sqa8n b { text-align: right; }
[dir="rtl"] .ayx04m9r .v6plzp0y .uiwpxnm1 { margin: 0 0 0 8px; }
.uskxr .j4cw2s .layhm1p { order: -1; }
.uskxr .j4cw2s .layhm1p img.b6h3 { max-height: 210px; width: 100%; }
.uskxr .j4cw2s:has(.layhm1p) .u9rysrk { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.uskxr .j4cw2s:has(.layhm1p) .icwh1t { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.uskxr.yr80avb .j4cw2s:has(.layhm1p) .icwh1t { border-radius: 50%; }
.uskxr .j4cw2s:has(.layhm1p) .kqs346,
.uskxr .j4cw2s:has(.layhm1p) .gwjnb { padding-top: 52px; }
.uskxr.icskbd4 .u9rysrk, .uskxr.fqqoifv .u9rysrk { background: none; }
.uhpuoxu .j4cw2s .layhm1p { display: none; }
.uhpuoxu .j4cw2s { --rv-pad: 20px; }
.uhpuoxu .uz3npy { font-size: var(--fs-sm); line-height: 1.65; }
.uhpuoxu .r7d22w67 { gap: 16px; }
.uhpuoxu .fk52lq + .fk52lq { display: none; }
.uhpuoxu .icwh1t.ykzs7, .uhpuoxu .icwh1t.ykzs7 img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.nw54802 .yxcxs { align-items: center; text-align: center; }
.nw54802 .mddmaas8 { text-align: left; }
.w3odvb .mzafx0, .w3odvb .mzafx0:has(> :nth-child(5):last-child),
.w3odvb .mzafx0:has(> :nth-child(6):last-child), .w3odvb .mzafx0:has(> :nth-child(7):last-child),
.w3odvb .mzafx0:has(> :nth-child(8):last-child), .w3odvb .mzafx0:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.w3odvb .yxcxs { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.w3odvb .i9inry, .w3odvb .hi2ki1nt { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.w3odvb .rggz, .w3odvb .ixx84, .w3odvb .mddmaas8 { grid-column: 2; }
.w3odvb .yxcxs > .rggz:first-child, .w3odvb .yxcxs > .rggz:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .w3odvb .yxcxs { direction: rtl; }
.f1acfqk .yxcxs { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.f1acfqk .i9inry {
  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;
}
.f1acfqk .rggz, .f1acfqk .ixx84 { padding-left: 22px; padding-right: 22px; }
.f1acfqk .mddmaas8 { margin-left: 22px; margin-right: 22px; }
.f1acfqk .mzafx0:has(> :nth-child(5):last-child) .yxcxs { 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"); }
.mddmaas8 { padding-left: 0 !important; }
.mddmaas8 li { padding-left: 22px; margin-bottom: 8px; }
.mddmaas8 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"] .mddmaas8 li { padding-left: 0; padding-right: 22px; }
.klwnxaui:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .ayx04m9r .j4cw2s:has(> .bc2j) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .ayx04m9r .j4cw2s:has(> .bc2j) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .ayx04m9r .bc2j { background: none; align-self: start; position: sticky; top: 96px; }
  .ayx04m9r .bc2j .klwnxaui { align-items: stretch; }
  .ayx04m9r .bc2j .gwjnb { margin-top: 0; padding: 20px 0 0; }
  .ayx04m9r .bc2j .kqs346 { padding: 0; }
  
  .ayx04m9r.laxt6v .bc2j .icwh1t { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .ayx04m9r.laxt6v .bc2j .icwh1t:not(.ykzs7) { width: 112px; height: 112px; padding: 6px; }
}
.uskxr.laxt6v .u9rysrk { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.uskxr.laxt6v .icwh1t { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.uskxr.laxt6v .kqs346, .uskxr.laxt6v .gwjnb { padding-left: 0; padding-right: 0; padding-bottom: 0; }
.w3odvb .mzafx0, .w3odvb .mzafx0:has(> :nth-child(5):last-child),
.w3odvb .mzafx0:has(> :nth-child(6):last-child), .w3odvb .mzafx0:has(> :nth-child(7):last-child),
.w3odvb .mzafx0:has(> :nth-child(8):last-child), .w3odvb .mzafx0:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.w3odvb .mzafx0 > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.w3odvb .yxcxs { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.w3odvb .i9inry, .w3odvb .hi2ki1nt { position: absolute; left: 22px; top: 22px; margin: 0; }
.w3odvb .yxcxs:not(:has(.i9inry, .hi2ki1nt)) { padding-left: 22px; }
[dir="rtl"] .w3odvb .yxcxs { padding: 22px 104px 22px 22px; }
[dir="rtl"] .w3odvb .i9inry, [dir="rtl"] .w3odvb .hi2ki1nt { left: auto; right: 22px; }
@media (max-width: 700px) { .w3odvb .mzafx0 { grid-template-columns: minmax(0, 1fr) !important; } }
.w3odvb .mzafx0 .yxcxs { padding: 22px 22px 22px 104px !important; }
.w3odvb .mzafx0 .yxcxs:not(:has(.i9inry, .hi2ki1nt)) { padding-left: 22px !important; }
[dir="rtl"] .w3odvb .mzafx0 .yxcxs { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .qhbwbv, .hhofg0zc { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .fheax .rmb7v, [dir="rtl"] .fheax .rmb7v {
    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;
  }
  
  .uskxr .j4cw2s:has(.layhm1p) .kqs346 { padding-top: 0; }
}
.px45r p, .wjr3x, .gpkx, .gzd0q8zb, .yejvj,
.yfurfj, .wts9bwb, .iyupwl, .aui0l67l p, .cc9cwug2 p { color: var(--text-body); }
.ah4w8gto { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.ajb5, .cwfii .ajb5, .pjaf,
.obppp5, .p49fwa, .flnd4x,
.aui0l67l h2, .aui0l67l h3, .ps8e75 h2, .gbyfqa 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;
}
.tvfimxz .ajb5 { font-size: var(--fs-lead); }
.fxri9le7 { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.x6h8h { font-weight: 700; letter-spacing: -0.02em; }
.gpkx, .gzd0q8zb { list-style: none !important; padding-left: 0; }
.gpkx li, .gzd0q8zb li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.gpkx li::marker, .gzd0q8zb li::marker { content: ""; }
.gpkx li::before, .gzd0q8zb 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"] .gpkx li, [dir="rtl"] .gzd0q8zb li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .gpkx li::before, [dir="rtl"] .gzd0q8zb li::before { left: auto; right: 6px; }
.cc9cwug2, .vd6csjbk, .aui0l67l { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.px45r a:not(.f67an1dj):not(.jknq4j) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .ebfcygg .b6q0pg {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .ebfcygg .u0i5 { 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); }
  .ebfcygg .al6qg { flex: 1 1 0; min-width: 0; }
  .ebfcygg .fxxm6rm0 {
    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;
  }
  .ebfcygg .k3o67 { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .tgen { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.si8a h1, .si8a h2, .si8a h3, .si8a .g6j6,
.si8a h2.ucpb9w4d, .si8a h1.ucpb9w4d { font-weight: 600; }
.v49vv6f h1, .v49vv6f h2, .v49vv6f h3, .v49vv6f .g6j6,
.v49vv6f h2.ucpb9w4d, .v49vv6f h1.ucpb9w4d { font-weight: 700; }
.fi2f h1, .fi2f .g6j6, .fi2f h1.ucpb9w4d,
.hvnc.si8a .g6j6 { font-weight: 600; }
h3.nujnhjcn, .v49vv6f h3.nujnhjcn, .kqs346 h3, .v49vv6f .kqs346 h3 { font-weight: 600; }
.qbg02 .qcz67khp a, .hxtbgo .qcz67khp a { font-weight: 600; }
.oke6c7le .s0q1jb { font-weight: 600; }
.oke6c7le .a5up9 { font-weight: 700; }
.xy6avh { font-weight: 600; }
.a5up9 { font-weight: 700; }
.ijemrg { font-weight: 400; }
.wih1 { display: block; }
.nz2f9 { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.nz2f9 .h3oj { margin: 20px 0 8px; }
.hh8kl51o { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .nz2f9 { padding: 0 16px; } }
@media (min-width: 1100px) {
  .vz2l .q7xw, .d7wx997d .q7xw, .fex2jw .q7xw,
  .vz2l .wih1, .d7wx997d .wih1, .fex2jw .wih1 { max-width: 1280px; }
  .vz2l .wih1, .d7wx997d .wih1, .fex2jw .wih1 {
    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;
  }
  .d7wx997d .wih1, .fex2jw .wih1 { grid-template-columns: minmax(0, 1fr) 264px; }
  .d7wx997d .nz2f9, .fex2jw .nz2f9 { order: 2; }
  .vz2l .nz2f9, .d7wx997d .nz2f9, .fex2jw .nz2f9 {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .vz2l .qi16b, .d7wx997d .qi16b, .fex2jw .qi16b {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .vz2l .i1pcs7 .r2gn4zjf, .d7wx997d .i1pcs7 .r2gn4zjf,
  .fex2jw .i1pcs7 .r2gn4zjf { max-width: none; padding-left: 0; padding-right: 0; }
  .vz2l .i1pcs7 > .hh8kl51o:first-child, .d7wx997d .i1pcs7 > .hh8kl51o:first-child,
  .fex2jw .i1pcs7 > .hh8kl51o:first-child { padding-top: 0; }
  .vz2l .i1pcs7 > .hh8kl51o:first-child .r2gn4zjf, .d7wx997d .i1pcs7 > .hh8kl51o:first-child .r2gn4zjf,
  .fex2jw .i1pcs7 > .hh8kl51o:first-child .r2gn4zjf { padding-top: 0; }

  
  .vz2l .nz2f9 .h3oj, .d7wx997d .nz2f9 .h3oj, .fex2jw .nz2f9 .h3oj {
    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;
  }
  .vz2l .nz2f9 .xkhv3x, .d7wx997d .nz2f9 .xkhv3x, .fex2jw .nz2f9 .xkhv3x {
    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);
  }
  .vz2l .nz2f9 .aewugrn, .d7wx997d .nz2f9 .aewugrn, .fex2jw .nz2f9 .aewugrn {
    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);
  }
  .vz2l .nz2f9 .aewugrn li, .d7wx997d .nz2f9 .aewugrn li, .fex2jw .nz2f9 .aewugrn li {
    display: block !important; margin: 0 !important;
  }
  .vz2l .nz2f9 .aewugrn li::before, .d7wx997d .nz2f9 .aewugrn li::before, .fex2jw .nz2f9 .aewugrn li::before,
  .vz2l .nz2f9 .aewugrn li::after, .d7wx997d .nz2f9 .aewugrn li::after, .fex2jw .nz2f9 .aewugrn li::after,
  .vz2l .nz2f9 .aewugrn a::before, .d7wx997d .nz2f9 .aewugrn a::before, .fex2jw .nz2f9 .aewugrn a::before {
    content: none !important; display: none !important;
  }
  .vz2l .nz2f9 .aewugrn a, .d7wx997d .nz2f9 .aewugrn a, .fex2jw .nz2f9 .aewugrn 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;
  }
  .vz2l .nz2f9 .aewugrn a:hover, .d7wx997d .nz2f9 .aewugrn a:hover, .fex2jw .nz2f9 .aewugrn a:hover { color: var(--text-primary) !important; }
  .vz2l .nz2f9 .aewugrn a.uevo1lf0, .d7wx997d .nz2f9 .aewugrn a.uevo1lf0, .fex2jw .nz2f9 .aewugrn a.uevo1lf0 {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .fex2jw .duj6 {
    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);
  }
  .zbyopbxq { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .gs6p { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .t6jv { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .yr80avb .t6jv { border-radius: 50%; }
  .xkafjqf { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .gqven4q { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .kgqrszh7 { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .nz2f9 .aewugrn { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .vz2l .nz2f9 .aewugrn a, [dir="rtl"] .d7wx997d .nz2f9 .aewugrn a, [dir="rtl"] .fex2jw .nz2f9 .aewugrn 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"] .vz2l .nz2f9 .aewugrn a.uevo1lf0, [dir="rtl"] .d7wx997d .nz2f9 .aewugrn a.uevo1lf0, [dir="rtl"] .fex2jw .nz2f9 .aewugrn a.uevo1lf0 { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .o9k4iak9 .nz2f9 .aewugrn, [dir="rtl"] .w5cj7 .nz2f9 .aewugrn,
[dir="rtl"].o9k4iak9 .nz2f9 .aewugrn, [dir="rtl"].w5cj7 .nz2f9 .aewugrn { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .nz2f9 .aewugrn { border-right: none; } }
.w5cj7 .nz2f9 {
  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);
}
.w5cj7 .nz2f9 .h3oj {
  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;
}
.w5cj7 .nz2f9 .xkhv3x { display: none !important; }
.w5cj7 .nz2f9 .aewugrn {
  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;
}
.w5cj7 .nz2f9 .aewugrn::-webkit-scrollbar { display: none; }
.w5cj7 .nz2f9 .aewugrn li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.w5cj7 .nz2f9 .aewugrn li::before, .w5cj7 .nz2f9 .aewugrn li::after,
.w5cj7 .nz2f9 .aewugrn a::before { content: none !important; display: none !important; }
.w5cj7 .nz2f9 .aewugrn 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;
}
.w5cj7 .nz2f9 .aewugrn li:first-child a { padding-left: 0 !important; }
.w5cj7 .nz2f9 .aewugrn a:hover { color: var(--text-primary) !important; }
.w5cj7 .nz2f9 .aewugrn a.uevo1lf0 { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.w5cj7 .hh8kl51o { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .w5cj7 .nz2f9 .h3oj { padding: 0 16px !important; } }
.w5cj7 .nz2f9 .aewugrn {
  -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;
}
.w5cj7 .nz2f9 .h3oj { overflow: hidden; }
.lg3k4 .umgia3c li::before, .gpkx li::before, .gzd0q8zb li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .s3jw82r, .vrxx9p8z, .j4hrk, .u8r347an { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .suy72tnv, .ujkjh { display: block !important; }
  .suy72tnv .ppjm9w, .ujkjh .ppjm9w { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .suy72tnv .ppjm9w, [dir="rtl"] .ujkjh .ppjm9w { float: right; margin: 0 0 0 8px; }
  .suy72tnv strong, .ujkjh strong { line-height: 18px; margin-bottom: 8px; }
  .suy72tnv p, .ujkjh p { clear: both; }
  .j4cw2s { --rv-pad: 18px; }
  .r7d22w67 { gap: 16px; }
}
.gt8l33s .oxnd31, .k5zbebb .oxnd31, .eof5 .oxnd31, .ikmr53 .oxnd31 { color: var(--text-primary); }
.gt8l33s .oxnd31 .rbpycbc { color: var(--tone-link, var(--accent)); }
.gt8l33s .oxnd31:not(:has(.rbpycbc))::first-letter { color: var(--tone-link, var(--accent)); }
.gt8l33s .oxnd31 { display: inline-block; }
.ikmr53 .oxnd31::after { content: "."; color: var(--tone-mark, var(--accent)); }
.eof5 .oxnd31 { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.k5zbebb .oxnd31 { font-weight: 700; letter-spacing: -0.035em; }
.hivtk3 .oxnd31, .saojxf .oxnd31,
.hivtk3 .oxnd31 .rbpycbc, .saojxf .oxnd31 .rbpycbc { color: #fff !important; }
.hivtk3.ikmr53 .oxnd31::after, .saojxf.ikmr53 .oxnd31::after { color: rgba(255,255,255,0.7); }
.hivtk3.gt8l33s .oxnd31::first-letter, .saojxf.gt8l33s .oxnd31::first-letter { color: #fff; }
.i2dq58xh .i1pcs7 > .hh8kl51o:nth-of-type(even) .xznt7 { display: none; }
.aftpcl3u .i1pcs7 > .hh8kl51o .xznt7 { display: none; }
.aftpcl3u .i1pcs7 > .hh8kl51o:nth-of-type(-n+2) .xznt7 { display: block; }
.hit0 .xznt7 { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.hit0 .xznt7 .xxe2acy { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .hit0 .xznt7 .xxe2acy { aspect-ratio: 16 / 7; } }
.z501ug19 .xznt7 .xxe2acy { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.z501ug19 .xznt7::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.z501ug19 .xznt7, .q7718 .xznt7 { border-radius: var(--r-card); isolation: isolate; }
.q7718 .xznt7 .xxe2acy { filter: grayscale(1) contrast(1.1); }
.ejbvi, .ejbvi.u0ycp6u { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.ejbvi .hi2xq { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.ejbvi .g6j6 { 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; }
.ejbvi .ijemrg { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.ejbvi .hi2xq::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.ejbvi ~ .j4jt7 { 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; }
.ejbvi ~ .j4jt7 .ofic1l { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .vz2l .ejbvi .hi2xq, .d7wx997d .ejbvi .hi2xq, .fex2jw .ejbvi .hi2xq { max-width: 1280px; }
}
@media (max-width: 640px) { .ejbvi { padding-top: 24px; } .ejbvi .hi2xq { padding: 0 16px; } .ejbvi .g6j6 { font-size: var(--fs-h2); max-width: none; } }
.ak3mg0, .ak3mg0.u0ycp6u, .x1gzb2, .x1gzb2.u0ycp6u {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.ak3mg0 .hi2xq, .x1gzb2 .hi2xq { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.dq2y9s7.v6qwtr3b, .dq2y9s7.v6qwtr3b.u0ycp6u { min-height: 0 !important; padding: 48px 0; }
.y6dst .a5up9 {
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25;
}
.y6dst .bp8o, .y6dst .o65zufzk, .y6dst .l42w2pp0 { background: var(--tone-fill-raw, var(--accent-bg)); }
.y6dst .bfx6y9 { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.y6dst .bfx6y9::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .y6dst .bfx6y9 {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .y6dst .lcueap, .y6dst .jd2gs, .y6dst .fvuc, .y6dst .fg63s,
  .y6dst .bp8o, .y6dst .firgez, .y6dst .uxu98 {
    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;
  }
  
  .u0ycp6u .y6dst, .y6dst.u4mrl8c, .y6dst.b41k49, .y6dst.ek7f {
    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;
  }
  .u0ycp6u .y6dst::-webkit-scrollbar { display: none; }
  .u0ycp6u .y6dst .bfx6y9 { flex: 0 0 74% !important; scroll-snap-align: center; }
  .ak3mg0, .x1gzb2 { padding: 32px 0 24px; }
  .dq2y9s7.v6qwtr3b { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .x1gzb2, .ak3mg0, .dq2y9s7.v6qwtr3b { overflow-x: clip; max-width: 100vw; }
  .x1gzb2 .hi2xq, .ak3mg0 .hi2xq, .v6qwtr3b .o22f, .v6qwtr3b .ekcg { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .u0ycp6u .y6dst { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.lt6r19, .lt6r19.u0ycp6u, .e92o9, .e92o9.u0ycp6u {
  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);
}
.s7ibmn .lt6r19, .s7ibmn .e92o9 { --hero-fg: var(--b-900); --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-700); }
.s7ibmn .lt6r19 { border-bottom: var(--bw-hair) solid var(--b-200); }
.lt6r19 .hi2xq, .e92o9 .hi2xq {
  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;
}
.lt6r19 .hi2xq { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.ukezz3xi .hi2xq:has(.cglef) { grid-template-columns: minmax(0, 1fr) 320px; }
.lt6r19 .g6j6, .e92o9 .g6j6, .ejbvi .g6j6 {
  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;
}
.lt6r19 .g6j6, .e92o9 .g6j6 { color: var(--hero-fg) !important; }
.lt6r19 .ijemrg, .e92o9 .ijemrg {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.xz0nck3f { margin: 0; }
.xz0nck3f .ofic1l, .xz0nck3f .ofic1l * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.xz0nck3f .ofic1l { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.lt6r19 .xz0nck3f .ofic1l, .lt6r19 .xz0nck3f .ofic1l a, .lt6r19 .xz0nck3f .ofic1l span,
.e92o9 .xz0nck3f .ofic1l, .e92o9 .xz0nck3f .ofic1l a, .e92o9 .xz0nck3f .ofic1l span { color: var(--hero-fg-dim) !important; }
.lt6r19 .xz0nck3f .ofic1l a, .e92o9 .xz0nck3f .ofic1l a { color: var(--hero-fg) !important; font-weight: 600; }
.ejbvi .xz0nck3f { margin: 0 0 14px; }
.ejbvi .xz0nck3f .ofic1l { color: var(--text-muted); }
.ejbvi .hi2xq::after { margin-top: 22px; }
.e92o9 .g6j6 { max-width: 24ch; }
.yr80avb .d0aczye img { border-radius: 50%; }
@media (min-width: 1100px) {
  .vz2l .lt6r19 .hi2xq, .d7wx997d .lt6r19 .hi2xq, .fex2jw .lt6r19 .hi2xq,
  .vz2l .e92o9 .hi2xq, .d7wx997d .e92o9 .hi2xq, .fex2jw .e92o9 .hi2xq { max-width: 1280px; }
}
@media (max-width: 760px) {
  .lt6r19 { padding: 24px 0 26px; }
  .lt6r19 .hi2xq, .e92o9 .hi2xq { padding: 0 16px; }
  .ukezz3xi .hi2xq:has(.cglef) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .cglef { display: none; }
  .e92o9 { padding-top: 12px; }
  .fs77w4dg { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .d0aczye { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .d0aczye img { width: 48px; height: 48px; flex: 0 0 48px; }
  .imtx7 { flex: 0 0 auto; }
  .km3e { flex: 1 1 0; min-width: 0; }
  .lt6r19 .g6j6, .e92o9 .g6j6, .ejbvi .g6j6 { font-size: 25px !important; max-width: none; }
  .lt6r19 .ijemrg, .e92o9 .ijemrg { font-size: 15px; }
}
.gmr6t .ijemrg, .dq2y9s7 .ijemrg, .o3cfy .ijemrg { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .u7laa .amljv8u:not(.y6dst), .kq6ygfy .amljv8u:not(.y6dst) {
    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;
  }
  .u7laa .amljv8u:not(.y6dst) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .u7laa .amljv8u:not(.y6dst):has(> :nth-child(5):last-child),
  .u7laa .amljv8u:not(.y6dst):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .u7laa .amljv8u:not(.y6dst):has(> :nth-child(3):last-child),
  .u7laa .amljv8u:not(.y6dst):has(> :nth-child(6):last-child),
  .u7laa .amljv8u:not(.y6dst):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .kq6ygfy .amljv8u:not(.y6dst) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .u7laa .amljv8u:not(.y6dst) > .bfx6y9,
  .kq6ygfy .amljv8u:not(.y6dst) > .bfx6y9: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;
  }
  .u7laa .amljv8u:not(.y6dst) > .bfx6y9:hover,
  .kq6ygfy .amljv8u:not(.y6dst) > .bfx6y9:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .u7laa .bfx6y9 .lcueap, .kq6ygfy .bfx6y9:nth-child(-n+3) .lcueap {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .u7laa .bfx6y9 .jd2gs, .u7laa .bfx6y9 .fvuc, .u7laa .bfx6y9 .fg63s,
  .kq6ygfy .bfx6y9:nth-child(-n+3) .jd2gs, .kq6ygfy .bfx6y9:nth-child(-n+3) .fvuc,
  .kq6ygfy .bfx6y9:nth-child(-n+3) .fg63s { order: -2; padding: 0; gap: 12px; }
  .u7laa .bfx6y9 .fhrkgly, .kq6ygfy .bfx6y9:nth-child(-n+3) .fhrkgly {
    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;
  }
  .u7laa .bfx6y9 .k2rux3e, .kq6ygfy .bfx6y9:nth-child(-n+3) .k2rux3e { max-height: 88px !important; max-width: 88% !important; }
  .u7laa .bfx6y9 .xy6avh, .kq6ygfy .bfx6y9:nth-child(-n+3) .xy6avh { padding: 0 16px; font-size: var(--fs-body); }
  .u7laa .bfx6y9 .n5w7oql, .kq6ygfy .bfx6y9:nth-child(-n+3) .n5w7oql { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .u7laa .bfx6y9 .firgez, .u7laa .bfx6y9 .uxu98,
  .kq6ygfy .bfx6y9:nth-child(-n+3) .firgez, .kq6ygfy .bfx6y9:nth-child(-n+3) .uxu98 { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .u7laa .bfx6y9 .uxu98::before, .kq6ygfy .bfx6y9:nth-child(-n+3) .uxu98::before { display: none; }
  .u7laa .bfx6y9 .tup1c8, .u7laa .bfx6y9 .l56pr,
  .kq6ygfy .bfx6y9:nth-child(-n+3) .tup1c8, .kq6ygfy .bfx6y9:nth-child(-n+3) .l56pr { justify-content: center; }
  .u7laa .bfx6y9 .a5up9, .kq6ygfy .bfx6y9:nth-child(-n+3) .a5up9 { font-size: var(--fs-sm); }
  
  .u7laa .bfx6y9 .k6pnke2, .kq6ygfy .bfx6y9:nth-child(-n+3) .k6pnke2 { display: none; }
  
  .u7laa .amljv8u:not(.y6dst) > .bfx6y9::before,
  .kq6ygfy .amljv8u:not(.y6dst) > .bfx6y9: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"] .u7laa .amljv8u:not(.y6dst) > .bfx6y9::before,
  [dir="rtl"] .kq6ygfy .amljv8u:not(.y6dst) > .bfx6y9:nth-child(-n+3)::before { left: auto; right: 10px; }

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

  
  .ynx1 .amljv8u:not(.y6dst) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .ynx1 .amljv8u:not(.y6dst)::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);
  }
  .ynx1 .amljv8u:not(.y6dst) > .bfx6y9 { padding-top: 10px; padding-bottom: 10px; position: static; }
  .ynx1 .amljv8u:not(.y6dst) > .bfx6y9:first-child { position: relative; }
  .ynx1 .amljv8u:not(.y6dst) .lcueap { position: static; }
  .ynx1 .amljv8u:not(.y6dst) .ykemrde { display: none; }
  
  .ynx1 .amljv8u:not(.y6dst) > .bfx6y9:first-child .ykemrde {
    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;
  }
  .ynx1 .fhrkgly { height: 64px !important; width: auto !important; }
  .ynx1 .k2rux3e { max-height: 56px !important; max-width: 120px !important; }
  .ynx1 .fvuc { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .ynx1 .a5up9 { font-size: var(--fs-sm); }
  .ynx1 .s9i4dsjh.f67an1dj { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .ynx1 .dj14rcrh .bfx6y9::before, .ynx1.dj14rcrh .bfx6y9::before { top: 8px; bottom: 8px; }
  
  .u7laa.dj14rcrh .bfx6y9::before { border-radius: var(--r-pill) !important; }
  .u7laa.ldcy1h1 .bfx6y9:nth-child(even), .kq6ygfy.ldcy1h1 .bfx6y9:nth-child(even) { background: var(--bg-card) !important; }
  .u7laa.wyrt5 .bfx6y9:first-child, .kq6ygfy.wyrt5 .bfx6y9:first-child { border-top: none !important; }
  .u7laa.l2aff2 .amljv8u:not(.y6dst) .bfx6y9:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .u7laa .bfx6y9 .uxu98, .kq6ygfy .bfx6y9:nth-child(-n+3) .uxu98 { display: flex !important; flex-direction: column; }
  
  .ynx1 .amljv8u:not(.y6dst) { 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; }
  .ynx1 .amljv8u:not(.y6dst) > .bfx6y9 { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .ynx1 .amljv8u:not(.y6dst) > .bfx6y9 + .bfx6y9 { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .ynx1 .amljv8u:not(.y6dst) > .bfx6y9:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .ynx1 .fvuc, .ynx1 .jd2gs, .ynx1 .fg63s { justify-content: flex-start; align-items: center; }
  .ynx1 .uxu98 { --cs-link-h: 0px; }
  .ynx1 .uxu98 .mhc5izw { display: none; }
}
.hzahi { display: none; }
@media (min-width: 901px) {
  .u7laa .amljv8u:not(.y6dst) .hzahi,
  .kq6ygfy .amljv8u:not(.y6dst) > .bfx6y9:nth-child(-n+3) .hzahi { display: block; }
}
body .u0ycp6u.lt6r19 .g6j6, body .u0ycp6u.e92o9 .g6j6,
body section.lt6r19 .g6j6, body section.e92o9 .g6j6 { color: var(--hero-fg) !important; text-shadow: none !important; }
body .u0ycp6u.ejbvi .g6j6 { text-shadow: none !important; }
@media (max-width: 760px) {
  .d0aczye { width: auto; flex-wrap: wrap; }
  .aiymv2 { flex: 1 0 100%; margin-top: 4px; }
}
.abry4qr { margin-top: 18px !important; }
.ejbvi .abry4qr { margin: 16px 0 0 !important; }
.s2q74xy5 .duqbovo, .azor3968 .duqbovo { display: block; }
@media (max-width: 640px) {
  .hivtk3 .qcz67khp, .saojxf .qcz67khp,
  .hivtk3 .qcz67khp.p2cj, .saojxf .qcz67khp.p2cj { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .hivtk3 .qcz67khp a, .saojxf .qcz67khp a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .itdp .qcz67khp, .itdp .qcz67khp.p2cj { background: var(--b-50) !important; }
}
body .j4cw2s .x1qlrr strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .j4cw2s .x1qlrr strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.ayx04m9r .j4cw2s .bc2j .x1qlrr strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.s7ibmn .lt6r19, .s7ibmn .e92o9 { --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-800); }
.qfwi, .kcdr, .aypseac .qfwi, .aypseac .kcdr { color: var(--text-muted); }
@media (max-width: 560px) {
  .icwh1t.ykzs7, .icwh1t.ykzs7 img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .ie01iup:has(> .gmr6t, > .lt6r19, > .dq2y9s7) + .cy82jl9y { margin-top: -38px; }
  
  .y4lyds .ie01iup + .cy82jl9y { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .vz2l .cy82jl9y, .d7wx997d .cy82jl9y, .fex2jw .cy82jl9y { max-width: 1280px; }
}
@media (max-width: 640px) {
  .bnaz9 .fxri9le7 { max-width: none; }
}
.fxri9le7, .g6j6, .ajb5 { overflow-wrap: break-word; }
.w6n7 > div > div, .px45r .xxbhq > div { min-width: 0; }
.px45r p, .px45r li, .px45r td, .px45r a { overflow-wrap: anywhere; }
:root {
  --accent: #bd4735;
  --brand: #bd4735;
  --accent-light: #9b3325;
  --brand-light: #9b3325;
  --accent-bg: #fff3f0;
  --accent-bg-light: #fff3f0;
  --accent-pale: #feccc2;
  --brand-pale: #feccc2;
  --cta: #1e4fbf;
  --cta-hover: #0d3cab;
  --cta-fg: #ffffff;
  --cta-light: #dc604c;
  --text-primary: #352624;
  --text-body: #4f403d;
  --text-sub: #4f403d;
  --text-muted: #6f5f5c;
  --text-faint: #7e6d6a;
  --text-dim: #7e6d6a;
  --text-label: #6f5f5c;
  --text-value: #352624;
  --bg-page: #ffffff;
  --bg-surface: #fbf4f2;
  --bg-card: #ffffff;
  --bg-card-inner: #fcf6f5;
  --bg-card-inner-raw: #fcf6f5;
  --bg-raised: #f6ecea;
  --bg-hover: #fbf4f2;
  --border: #ddd1cf;
  --border-alt: #eae0de;
  --border-section: #eae0de;
  --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: #fff3f0;
  --bg-info: #fff3f0;
  --c-tip-border: #5587ef;
  --c-warn-border: #a86b03;
  --c-tag-pay: #f1f6ff;
  --grad-start: #bd4735;
  --grad-end: #9b3325;
  --tone-fill: #fff3f0;
  --tone-fill-2: #fee5e0;
  --tone-fill-raw: #fff3f0;
  --tone-fill-2-raw: #fee5e0;
  --tone-fill-head: #4e130b;
  --tone-fill-fg: #57362f;
  --tone-fill-muted: #77534c;
  --tone-fill-head-raw: #4e130b;
  --tone-fill-fg-raw: #57362f;
  --tone-fill-muted-raw: #77534c;
  --sh-card: 0 0 0 1px rgba(53, 38, 36, 0.06), 0 1px 2px rgba(53, 38, 36, 0.05), 0 10px 24px -14px rgba(53, 38, 36, 0.18);
  --sh-lift: 0 0 0 1px rgba(53, 38, 36, 0.06), 0 2px 4px rgba(53, 38, 36, 0.06), 0 18px 36px -18px rgba(53, 38, 36, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #5587ef;
  --tone-mark: #3f6dd1;
  --tone-mark-fg: #ffffff;
  --tone-head: #352624;
  --tone-sub: #9b3325;
  --tone-link: #bd4735;
  --tone-th: #fee5e0;
  --tone-th-fg: #762318;
  --tone-chip: #f1f6ff;
  --tone-chip-fg: #2e56ac;
  --tone-soft: #e1ecff;
  --tone-soft-fg: #1f3f84;
  --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: #702249;
  --b-50: #fff3f0;
  --s-50: #f1f6ff;
  --n-50: #fbf4f3;
  --b-100: #fee5e0;
  --s-100: #e1ecff;
  --n-100: #f2e9e7;
  --b-200: #feccc2;
  --s-200: #c7dafe;
  --n-200: #e1d7d5;
  --b-300: #fea898;
  --s-300: #a3c2fe;
  --n-300: #cbbebc;
  --b-400: #f47f6b;
  --s-400: #77a4fd;
  --n-400: #b1a29f;
  --b-500: #dc604c;
  --s-500: #5587ef;
  --n-500: #988885;
  --b-600: #bd4735;
  --s-600: #3f6dd1;
  --n-600: #806f6c;
  --b-700: #9b3325;
  --s-700: #2e56ac;
  --n-700: #675754;
  --b-800: #762318;
  --s-800: #1f3f84;
  --n-800: #4f403d;
  --b-900: #4e130b;
  --s-900: #112757;
  --n-900: #352624;
}
:root { --logo-bg-opacity: 32%; }
body, button, input { font-family: "Montserrat", sans-serif; }
.o7eew .u0ycp6u, .o7eew .dq2y9s7 { min-height: 420px; }
.q92gt::before { content: '·'; font-size: 1.3em; line-height: 1; }