:root {
  --color-accent: #3c9e73;
  --font-family: Inter;
  --font-weight-body: 400;
  --radius-card: 12px;
  --radius-button: 8px;
  --spacing-section: 4rem;
  --spacing-content: 1100px;
}
: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: 1.7;
}
.oc5sx9 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.sdgrn9 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.vsmpwh {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.qrcc5xop { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.p1zj { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.p1zj a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.p1zj a:hover { color: var(--accent-light); }
.qulq     .geu5m { border-radius: 6px; }
.qulq .geu5m li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.qulq .geu5m li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.pjf0k .geu5m li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .geu5m {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ifox:hover .geu5m,
  .ifox:focus-within .geu5m { display: block; }
  .geu5m li a { padding: 8px 16px; font-size: 0.88rem; }
}
.rt0mc1b {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.msuo03ja { display: none; }
@media (max-width: 640px) {
  .msuo03ja {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .msuo03ja.ztu2pem4 { display: block; }
}
@media (max-width: 640px) {
  .rt0mc1b { display: block; }
  .p1zj > li + li::before { display: none !important; }
  .p1zj {
    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: 1px solid var(--border); padding: 8px 0;
  }
  .p1zj.ztu2pem4 { display: flex; }
  .p1zj li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .p1zj li:last-child a { border-bottom: none; }
}
.ym9p { min-height: 480px; }
.o83m8eqo {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.yrdn2g { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.is0ee8xc .yrdn2g { margin-left: 0; margin-right: 0; }
.mxsi {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.al6qq9 .mxsi { margin-top: 24px; }
.mxsi:hover { opacity: 0.88; }
.yut5u7h .a6i0 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.yut5u7h .o83m8eqo { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.yut5u7h .yrdn2g { color: #e2e8f0; }
.yut5u7h.hoqn .a6i0 { text-align: center; }
.yut5u7h.is0ee8xc   .a6i0 { text-align: left; }
.osno871 {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.osno871 .a6i0 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.osno871 .o83m8eqo { color: var(--text-primary); text-shadow: none; }
.osno871 .yrdn2g { color: var(--text-muted); }
.osno871 .mxsi { margin-top: 16px; }
.osno871, .osno871.ym9p { min-height: auto !important; }
.osno871.hoqn .a6i0 { text-align: center; }
.osno871.is0ee8xc   .a6i0 { text-align: left; }
.osno871~.h9oc{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.osno871~.h9oc .znov8r{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:.8rem}
@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; }
}
.mw9fu .o83m8eqo { color: #fff; }
.mw9fu .yrdn2g { color: rgba(255,255,255,0.85); }
.mw9fu .mxsi { background: #fff; color: var(--cta); }
.mw9fu .mxsi:hover { opacity: 0.92; }
.dhs2xk .o83m8eqo { text-shadow: none; color: var(--text-primary); }
.dhs2xk .yrdn2g { color: var(--text-muted); }
body.g2qmqhsc .o83m8eqo {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.tyf1 .o83m8eqo {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ym9p.mw9fu .o83m8eqo,
section.mw9fu .o83m8eqo {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.dhs2xk.hoqn .fodf2lu { align-items: center; text-align: center; }
.ym9p .pnan7d0 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.pnan7d0 .kicr.pjl2 {
  padding: 10px 14px !important; font-size: 0.88rem !important;
  font-weight: 700;
  background: var(--cta) !important; color: #fff !important;
  border: none !important;
  display: flex; align-items: center; justify-content: center;
}
.pnan7d0 .kicr.pjl2:hover { opacity: 0.85; }
.c0fu .a6i0 { padding-bottom: 24px; }
.al6qq9 .a6i0 { max-width: 1100px; }
@media (max-width: 700px) {
  .dhs2xk { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .dhs2xk:not(.qlyy7) .xtvvlbm { display: none !important; }
  .qlyy7 .xtvvlbm { padding: 16px; }
  .fodf2lu  { padding: 36px 24px; }
  .dhs2xk~.h9oc,.zuqc~.h9oc{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .ym9p, .dhs2xk { min-height: 320px !important; }
  .o83m8eqo { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .b9ercmkd,
  .jyq8l,
  .tf1p { grid-template-columns: 1fr !important; }

  

  
  .c0fu { display: flex !important; flex-direction: column !important; }
  .c0fu .a6i0 { display: contents; }
  .c0fu .ap1rl { order: 0; }
  .c0fu .o83m8eqo { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .c0fu .b9ercmkd { order: 2; padding: 0 16px 12px !important; }
  .c0fu .yrdn2g { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .al6qq9 .a6i0 { display: flex; flex-direction: column; }
  .al6qq9 .a6i0 .o83m8eqo { order: 1; }
  .al6qq9 .a6i0 .tf1p { order: 2; margin: 8px 0 24px !important; }
  .al6qq9 .a6i0 .yrdn2g { order: 3; }
  .al6qq9 .a6i0 .mxsi { order: 4; align-self: center; margin-top: 0; }

  
  .dhs2xk.qlyy7 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .dhs2xk.qlyy7 .fodf2lu { display: contents; padding: 0; }
  .dhs2xk.qlyy7 .fodf2lu .o83m8eqo { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .dhs2xk.qlyy7 .xtvvlbm { order: 2; padding: 12px 16px; }
  .dhs2xk.qlyy7 .fodf2lu .yrdn2g { order: 3; padding: 0 24px; margin: 0 auto; }
  .dhs2xk.qlyy7 .fodf2lu .mxsi { order: 4; align-self: center; margin: 8px 0 32px; }
}
.vzvh6meb { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.age9hg { width: 100%; height: auto; display: block; border-radius: 10px; }
.nqat6 .vzvh6meb        { border-radius: 16px; }
.nqat6 .age9hg  { border-radius: 16px; }
.q0wexlup .vzvh6meb         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.q0wexlup .age9hg   { border-radius: 8px; }
.jvuo8gg { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.hwvm { width: 100%; padding: 32px 0; position: relative; }
.f7yr1h { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.katg0l .hwvm:nth-child(even) { background: var(--bg-surface); }
.katg0l .hwvm:nth-child(odd)  { background: var(--bg-page); }
.pikz .hwvm:nth-child(even) { background: var(--bg-card); }
.pikz .hwvm:nth-child(odd)  { background: var(--bg-page); }
.katg0l .hwvm:nth-child(odd)  .f7yr1h { background: var(--bg-card); border-radius: 6px; }
.katg0l .hwvm:nth-child(even) .f7yr1h { background: var(--bg-raised); border-radius: 6px; }
.pikz .hwvm:nth-child(odd)  .f7yr1h { background: var(--bg-card); border-radius: 6px; }
.pikz .hwvm:nth-child(even) .f7yr1h { background: var(--bg-raised); border-radius: 6px; }
.katg0l .hwvm:nth-child(even) .meu3jqp .rehm,
.pikz .hwvm:nth-child(even) .meu3jqp .rehm { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.katg0l .hwvm:nth-child(odd) .meu3jqp .rehm,
.pikz .hwvm:nth-child(odd) .meu3jqp .rehm { background: var(--bg-card-inner); }
.katg0l .hwvm:nth-child(even) .oq77oa .rehm:nth-child(odd),
.pikz .hwvm:nth-child(even) .oq77oa .rehm:nth-child(odd)  { background: var(--bg-card); }
.katg0l .hwvm:nth-child(even) .oq77oa .rehm:nth-child(even),
.pikz .hwvm:nth-child(even) .oq77oa .rehm:nth-child(even) { background: var(--bg-card-inner); }
h1.thf7b { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.thf7b {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.oyxweuyz { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ez36qg6 h2.thf7b {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.h0xnf h2.thf7b {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.wlzxc h2.thf7b {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.fr35s h2.thf7b::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.kpduv h2.thf7b {
  color: var(--text-primary); font-size: 1.7rem;
}
.wwn6kmi7 h2.thf7b::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.muiw h2.thf7b {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.wq1jk1 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .wq1jk1 { display: none; } }
.exjtg8l { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.zls90z88 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.pxtjc {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.i68e3kdx { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.epxc1rj { padding-left: 20px; }
.epxc1rj li { margin-bottom: 6px; }
.epxc1rj a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.epxc1rj a:hover { color: var(--accent-light); }
.q6icl .i68e3kdx { display: none; }
.r5vb .i68e3kdx { display: none; }
.r5vb .epxc1rj { padding-left: 0; list-style: none; }
.r5vb .epxc1rj li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.r5vb .epxc1rj a { font-size: 0.92rem; }
.m0rc4x4 .pxtjc { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.m0rc4x4 .i68e3kdx { display: none; }
.m0rc4x4 .epxc1rj { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.m0rc4x4 .epxc1rj li { margin-bottom: 0; }
.m0rc4x4 .epxc1rj a {
  display: inline-block;
  background: var(--accent-bg); color: var(--accent-light);
  border: 1px solid var(--accent-pale); border-radius: 999px;
  padding: 5px 16px; font-size: 0.88rem; font-weight: 500;
}
.m0rc4x4 .epxc1rj a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ozrtri9n .pxtjc { padding: 20px 20px 16px; }
.ozrtri9n .epxc1rj {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ozrtri9n .epxc1rj li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ozrtri9n .epxc1rj a {
  display: flex; align-items: center; gap: 12px;
  background: var(--bg-card); border-radius: 8px;
  padding: 12px 14px; border: 1px solid var(--border);
  font-size: 0.92rem; line-height: 1.35; color: var(--text-muted);
  width: 100%; min-height: 58px;
  transition: border-color .15s, color .15s, background .15s;
}
.ozrtri9n .epxc1rj a::before {
  content: counter(toc-c);
  flex-shrink: 0; width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.ozrtri9n .epxc1rj a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ozrtri9n .epxc1rj a:focus,
.ozrtri9n .epxc1rj a:focus-visible,
.ozrtri9n .epxc1rj a:target { outline: none; }
.ozrtri9n .epxc1rj li:target a { border-color: var(--border); color: var(--text-muted); }
.heg7ge .pxtjc { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.heg7ge .i68e3kdx { display: none; }
.heg7ge .epxc1rj { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.heg7ge .epxc1rj li { margin-bottom: 0; }
.heg7ge .epxc1rj li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.heg7ge .epxc1rj li:last-child::after { content: ""; margin-right: 0; }
.heg7ge .epxc1rj a { font-size: 0.9rem; }
.rehm { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.meu3jqp .rehm { background: var(--bg-card); }
.oq77oa .rehm:nth-child(odd)  { background: var(--bg-card); }
.oq77oa .rehm:nth-child(even) { background: var(--bg-raised); }
.it64g0q .rehm {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.it64g0q .rehm:last-child { border-bottom: none; }
.it64g0q h3.oyxweuyz { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.vdk7vjd5 .rehm {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.vdk7vjd5 .rehm + .rehm { margin-top: 4px; }
.fmj8fwe5 .rehm { background: none; border-radius: 0; padding: 12px 0; }
.fmj8fwe5 .rehm + .rehm { border-top: 1px solid var(--border-section); }
.jc7f { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.pcx0 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.tnpkrj75, .nxqp7 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.tnpkrj75 li, .nxqp7 li { margin-bottom: 6px; }
.nxqp7 li { list-style: decimal; }
.os64w     .tnpkrj75 { list-style-type: "● "; }
.b64cl7  .tnpkrj75 { list-style-type: "■ "; }
.efc37 .tnpkrj75 { list-style-type: "◆ "; }
.t0dxkwpf    .tnpkrj75 { list-style-type: "★ "; }
.os64w     .ercm1zfd { list-style-type: "● "; }
.b64cl7  .ercm1zfd { list-style-type: "■ "; }
.efc37 .ercm1zfd { list-style-type: "◆ "; }
.t0dxkwpf    .ercm1zfd { list-style-type: "★ "; }
.os64w    .tnpkrj75 li::marker, .os64w    .ercm1zfd li::marker,
.b64cl7 .tnpkrj75 li::marker, .b64cl7 .ercm1zfd li::marker,
.efc37 .tnpkrj75 li::marker, .efc37 .ercm1zfd li::marker,
.t0dxkwpf   .tnpkrj75 li::marker, .t0dxkwpf   .ercm1zfd li::marker {
  color: var(--cta); font-size: 1em;
}
.os64w .nxqp7,
.b64cl7 .nxqp7,
.efc37 .nxqp7,
.t0dxkwpf .nxqp7 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.os64w .nxqp7 li,
.b64cl7 .nxqp7 li,
.efc37 .nxqp7 li,
.t0dxkwpf .nxqp7 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.os64w .nxqp7 li::before,
.b64cl7 .nxqp7 li::before,
.efc37 .nxqp7 li::before,
.t0dxkwpf .nxqp7 li::before {
  content: counter(el-step);
  position: absolute; left: -2.2em; top: 0.05em;
  width: 1.45em; height: 1.45em;
  background: var(--accent); color: #fff;
  font-size: 0.72em; font-weight: 700;
  line-height: 1.45em; text-align: center;
}
.os64w     .nxqp7 li::before { border-radius: 50%; }
.b64cl7  .nxqp7 li::before { border-radius: 3px; }
.efc37 .nxqp7 li::before { border-radius: 3px; }
.t0dxkwpf    .nxqp7 li::before { border-radius: 50%; }
.f3nelx { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.ydqw51t .f3nelx,
.j9d4 .f3nelx { background: transparent; border: none; border-radius: 0; }
.l209q { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.l209q th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.l209q td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.l209q tr:hover td { background: var(--bg-hover); }
.jzh9s .l209q tbody tr:nth-child(even) td { background: var(--bg-surface); }
.bvx7 .l209q { border: 1px solid var(--border-alt); }
.bvx7 .l209q th,
.bvx7 .l209q td { border: 1px solid var(--border-alt); }
.o7hlj3 .l209q th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.o7hlj3 .l209q td { border-bottom: none; }
.o7hlj3 .l209q tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.khm3 .l209q th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.e3o1gydl .f3nelx {
  overflow: hidden;
}
.e3o1gydl .l209q th { border-bottom: 1px solid var(--border-alt); }
.e3o1gydl .l209q tr:last-child td { border-bottom: none; }
.ax4sjg { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.c8n9bh { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.kcpq9 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.b36kc6 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.gqp6nj0e { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.ercm1zfd { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.ercm1zfd li { margin-bottom: 3px; }
[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"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[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%}
.iywm49x .b36kc6 { background: transparent; text-align: center; }
.yapxaco .kcpq9 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.lvpfq .kcpq9 {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: 3px solid var(--accent-bg);
}
.wajato .c8n9bh { display: grid; grid-template-columns: auto 1fr; }
.wajato .kcpq9 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.wajato .b36kc6 { grid-column: 2; }
.wajato .gqp6nj0e,
.wajato .ercm1zfd { grid-column: 1 / -1; }
.y1q7f .c8n9bh { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.y1q7f .kcpq9 {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.y1q7f .b36kc6 { grid-column: 2; }
.y1q7f .gqp6nj0e,
.y1q7f .ercm1zfd { grid-column: 1 / -1; }
.zswy69 .c8n9bh { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.zswy69 .b36kc6 { background: none; color: var(--accent-light); font-weight: 700; }
.pd7xi6u .c8n9bh { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.pd7xi6u .b36kc6 { background: none; color: var(--accent-light); font-weight: 700; }
.k2pytk .c8n9bh { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.k2pytk .c8n9bh:last-child { border-bottom: none; }
.k2pytk .b36kc6 { background: none; color: var(--accent-light); font-weight: 700; }
.fucds1v .c8n9bh { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.fucds1v .b36kc6 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.efsu1 .ax4sjg { counter-reset: card-n; }
.efsu1 .c8n9bh  { counter-increment: card-n; }
.efsu1 .b36kc6 { display: flex; align-items: center; gap: 10px; }
.efsu1 .b36kc6::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.xpr67fz .c8n9bh { background: var(--bg-surface); border: 1px solid var(--border); }
.xpr67fz .b36kc6 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.kv31 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.c7fkaqzq  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.secondfp { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.e55149c4 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.y91o { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.kv31 strong { color: var(--text-primary); font-size: 0.95rem; }
.kv31 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.wymp { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.xks4sjg1, .x9ywdt { border-radius: 8px; padding: 14px; }
.xks4sjg1 { background: var(--bg-pros); }
.x9ywdt { background: var(--bg-cons); }
.dwrx { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.xks4sjg1 .dwrx { color: var(--c-pros-label); }
.x9ywdt .dwrx { color: #f87171; }
.xks4sjg1 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.x9ywdt ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.age9hg { width: 100%; height: auto; border-radius: 10px; display: block; }
.pjl2 {
  background: var(--cta); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.pjl2:hover { opacity: 0.85; }
.xzzlay .pjl2  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.xzzlay .pjl2:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.al8gx8kq .pjl2  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.al8gx8kq .pjl2:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.hfp8yuy .mxsi { border-radius: 50px; }
.hfp8yuy .pjl2  { border-radius: 50px; }
.li8b .mxsi { padding-left: 22px; padding-right: 22px; }
.li8b .pjl2  { padding-left: 12px; padding-right: 12px; }
.t6b6d .mxsi { padding-left: 44px; padding-right: 44px; }
.t6b6d .pjl2  { padding-left: 24px; padding-right: 24px; }
.xnv3e .mxsi { padding-left: 56px; padding-right: 56px; }
.xnv3e .pjl2  { padding-left: 32px; padding-right: 32px; }
.jiv1e   .mxsi::after, .jiv1e   .pjl2::after,
.uc25 .mxsi::after, .uc25 .pjl2::after,
.ff2nl4dq    .mxsi::after, .ff2nl4dq    .pjl2::after,
.tpln0    .mxsi::after, .tpln0    .pjl2::after,
.i4kq    .mxsi::after, .i4kq    .pjl2::after,
.paev60id     .mxsi::after, .paev60id     .pjl2::after,
.i8v03sh    .mxsi::after, .i8v03sh    .pjl2::after,
.xwie   .mxsi::after, .xwie   .pjl2::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;
}
.jiv1e .mxsi::after, .jiv1e .pjl2::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");
}
.uc25 .mxsi::after, .uc25 .pjl2::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");
}
.ff2nl4dq .mxsi::after, .ff2nl4dq .pjl2::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");
}
.tpln0 .mxsi::after, .tpln0 .pjl2::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");
}
.i4kq .mxsi::after, .i4kq .pjl2::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");
}
.paev60id .mxsi::after, .paev60id .pjl2::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");
}
.i8v03sh .mxsi::after, .i8v03sh .pjl2::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");
}
.xwie .mxsi::after, .xwie .pjl2::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");
}
.sk7k   .ds87sb3::after, .sk7k   .pskztjy::after,
.m29kl5b .ds87sb3::after, .m29kl5b .pskztjy::after,
.e8nne12z    .ds87sb3::after, .e8nne12z    .pskztjy::after,
.mfyx    .ds87sb3::after, .mfyx    .pskztjy::after,
.v8lohf    .ds87sb3::after, .v8lohf    .pskztjy::after,
.dcpejhv3     .ds87sb3::after, .dcpejhv3     .pskztjy::after,
.otpr    .ds87sb3::after, .otpr    .pskztjy::after,
.so71x   .ds87sb3::after, .so71x   .pskztjy::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;
}
.sk7k .ds87sb3::after, .sk7k .pskztjy::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");
}
.m29kl5b .ds87sb3::after, .m29kl5b .pskztjy::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");
}
.e8nne12z .ds87sb3::after, .e8nne12z .pskztjy::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");
}
.mfyx .ds87sb3::after, .mfyx .pskztjy::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");
}
.v8lohf .ds87sb3::after, .v8lohf .pskztjy::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");
}
.dcpejhv3 .ds87sb3::after, .dcpejhv3 .pskztjy::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");
}
.otpr .ds87sb3::after, .otpr .pskztjy::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");
}
.so71x .ds87sb3::after, .so71x .pskztjy::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");
}
.ucht61bi .zbbkhgp1    { background: transparent; padding: 0; }
.kicr.pjl2 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .zldcvy {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .zldcvy::before    { grid-area: rank;   }
  .uhlgmms           { grid-area: ident;  }
  .ddxo6r1p     { grid-area: rating; min-width: 0; width: auto; }
  .a94yiuu3           { grid-area: pills;  }
  .kicr             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .zldcvy {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .zldcvy::before    { justify-self: center; }
  .uhlgmms           { width: 100%; }
  .ddxo6r1p     { justify-self: center; }
  .a94yiuu3           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .gbppmj .cdbz {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .gbppmj .yckfuh { margin: 0; }
}
.nyvc .yckfuh { border-top: 4px solid var(--accent); }
.nyvc .tbnfi { background: var(--bg-card); }
.j9d4 .wymp { gap: 10px; }
.j9d4 .xks4sjg1, .j9d4 .x9ywdt { padding: 12px; }
.j9d4 .xks4sjg1 ul, .j9d4 .x9ywdt ul { margin: 4px 0 0; padding-left: 18px; }
.j9d4 .xks4sjg1 li, .j9d4 .x9ywdt li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .m6yqk6a { grid-template-columns: 1fr; }
  .h4hgqp { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .h4hgqp .g2zf4ske { width: 72px; height: 50px; }
  .h4hgqp .w1otey { max-width: 180px; }
  .h4hgqp .bqa6ccs { width: auto; }
}
@media (max-width: 720px) {
  .j22xl { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .u31i99 { padding: 16px; }
  .zno33 .ojf71wzp { min-width: 50%; }
}
.xg1j .wymp { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .ellntjf { grid-template-columns: 1fr; }
  .zx9q { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .v6nkzgkp { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .f3isce { flex-wrap: wrap; padding: 16px; }
}
.lfw8v .wymp { gap: 8px; }
.lfw8v .xks4sjg1, .lfw8v .x9ywdt { padding: 8px; }
@media (max-width: 480px) {
  .zruky98a { flex-direction: column; align-items: stretch; }
}
.og3a7rb .bqa6ccs .pjl2 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .uxgtr { flex-direction: column; align-items: stretch; gap: 10px; }
  .og3a7rb .bqa6ccs { text-align: center; }
}
@media (max-width: 720px) {
  .cnl6j04 { grid-template-columns: 1fr; }
  .dpcf7573 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .vuqvou { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .w9q7o99x { grid-template-columns: 1fr; }
  .gxnc2084 { width: 100px; height: 100px; margin: 16px auto; }
  .f8ye { font-size: 1.4rem; }
  .uob2 { justify-content: center; }
  .ypixn .ojf71wzp { min-width: 50%; }
}
.qbtl .wymp { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .usxnljnk { flex-wrap: wrap; padding: 14px 16px; }
  .jao55 { padding: 12px 16px; }
  .qbtl .wymp { margin: 0 16px; }
  .qbtl .x7c9gb { padding: 0 16px; }
  .cj61h { padding: 12px 16px; }
}
.rwwut3 .zldcvy {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.awii8p4 { margin: 16px 0; }
.i7nq { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.i7nq summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.i7nq summary::after { content: "+"; color: var(--accent-light); }
.i7nq[open] summary::after { content: "−"; }
.i7nq p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.hwvm { margin-bottom: 0; }
.i0y7 h2.thf7b { color: var(--text-primary); border-color: var(--accent-light); }
.xm6ku h2.thf7b { color: var(--text-primary); border-color: var(--accent-light); }
.u938 .c7fkaqzq     { background: #052e16; border-color: #10b981; }
.u938 .secondfp { background: #2d0a1e; border-color: #f43f5e; }
.u938 .e55149c4    { background: #1e1036; border-color: #a855f7; }
.u938 .kv31 strong  { color: #f1f5f9; }
.u938 .kv31 p       { color: #cbd5e1; }
.u938 .c1c3    .c7fkaqzq     .y91o::before,
.u938 .dy7hc28  .c7fkaqzq     .y91o::before,
.u938 .ksay0cr  .c7fkaqzq     .y91o::before,
.u938 .rdvh .c7fkaqzq     .y91o::before { color: #10b981; }
.u938 .c1c3    .secondfp .y91o::before,
.u938 .dy7hc28  .secondfp .y91o::before,
.u938 .ksay0cr  .secondfp .y91o::before,
.u938 .rdvh .secondfp .y91o::before { color: #f43f5e; }
.u938 .c1c3    .e55149c4    .y91o::before,
.u938 .dy7hc28  .e55149c4    .y91o::before,
.u938 .ksay0cr  .e55149c4    .y91o::before,
.u938 .rdvh .e55149c4    .y91o::before { color: #a855f7; }
.c4jc .c7fkaqzq     { background: #2d2000; border-color: #eab308; }
.c4jc .secondfp { background: #2d0b0b; border-color: #ef4444; }
.c4jc .e55149c4    { background: #2d1600; border-color: #f97316; }
.c4jc .kv31 strong  { color: #f1f5f9; }
.c4jc .kv31 p       { color: #cbd5e1; }
.c4jc .c1c3    .c7fkaqzq     .y91o::before,
.c4jc .dy7hc28  .c7fkaqzq     .y91o::before,
.c4jc .ksay0cr  .c7fkaqzq     .y91o::before,
.c4jc .rdvh .c7fkaqzq     .y91o::before { color: #eab308; }
.c4jc .c1c3    .secondfp .y91o::before,
.c4jc .dy7hc28  .secondfp .y91o::before,
.c4jc .ksay0cr  .secondfp .y91o::before,
.c4jc .rdvh .secondfp .y91o::before { color: #ef4444; }
.c4jc .c1c3    .e55149c4    .y91o::before,
.c4jc .dy7hc28  .e55149c4    .y91o::before,
.c4jc .ksay0cr  .e55149c4    .y91o::before,
.c4jc .rdvh .e55149c4    .y91o::before { color: #f97316; }
.ejdg1kqh .c7fkaqzq     { background: #0c1a2e; border-color: #38bdf8; }
.ejdg1kqh .secondfp { background: #12103a; border-color: #818cf8; }
.ejdg1kqh .e55149c4    { background: #0a2020; border-color: #2dd4bf; }
.ejdg1kqh .kv31 strong  { color: #f1f5f9; }
.ejdg1kqh .kv31 p       { color: #cbd5e1; }
.ejdg1kqh .c1c3    .c7fkaqzq     .y91o::before,
.ejdg1kqh .dy7hc28  .c7fkaqzq     .y91o::before,
.ejdg1kqh .ksay0cr  .c7fkaqzq     .y91o::before,
.ejdg1kqh .rdvh .c7fkaqzq     .y91o::before { color: #38bdf8; }
.ejdg1kqh .c1c3    .secondfp .y91o::before,
.ejdg1kqh .dy7hc28  .secondfp .y91o::before,
.ejdg1kqh .ksay0cr  .secondfp .y91o::before,
.ejdg1kqh .rdvh .secondfp .y91o::before { color: #818cf8; }
.ejdg1kqh .c1c3    .e55149c4    .y91o::before,
.ejdg1kqh .dy7hc28  .e55149c4    .y91o::before,
.ejdg1kqh .ksay0cr  .e55149c4    .y91o::before,
.ejdg1kqh .rdvh .e55149c4    .y91o::before { color: #2dd4bf; }
.ps2qcsm .c7fkaqzq     { background: var(--accent-bg); border-color: var(--accent-light); }
.ps2qcsm .secondfp { background: var(--accent-bg-light); border-color: var(--accent-light); }
.ps2qcsm .e55149c4    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ps2qcsm .c1c3    .y91o::before,
.ps2qcsm .dy7hc28  .y91o::before,
.ps2qcsm .ksay0cr  .y91o::before,
.ps2qcsm .rdvh .y91o::before { color: var(--accent-light) !important; }
.ugnkpwg::before,
.xqw62rki::before { margin-right: 5px; }
.lw6wg4y .xks4sjg1 ul li,
.lw6wg4y .xks4sjg1 .ugnkpwg { color: #22c55e; }
.lw6wg4y .x9ywdt ul li,
.lw6wg4y .x9ywdt .xqw62rki { color: #ef4444; }
.dcc2zkvk .xks4sjg1 { background: var(--bg-pros); }
.dcc2zkvk .x9ywdt { background: var(--bg-cons); }
.dcc2zkvk .xks4sjg1 .ugnkpwg { color: var(--c-pros-label); }
.dcc2zkvk .x9ywdt .xqw62rki { color: var(--c-cons); }
.dcc2zkvk .xks4sjg1 ul li,
.dcc2zkvk .x9ywdt ul li,
.zg3i .xks4sjg1 { background: var(--bg-pros); }
.zg3i .x9ywdt { background: var(--bg-cons); }
.zg3i .xks4sjg1 .ugnkpwg { color: var(--c-pros-label); }
.zg3i .x9ywdt .xqw62rki { color: var(--c-cons); }
.zg3i .xks4sjg1 ul li,
.zg3i .wthm li          { color: var(--c-pros); }
.zg3i .x9ywdt ul li,
.zg3i .l6zkgxdv li          { color: var(--c-cons); }
.mqfzi7 .ugnkpwg::before { content: "✓ "; }
.mqfzi7 .xqw62rki::before { content: "✗ "; }
.tnqs .ugnkpwg::before { content: "→ "; }
.tnqs .xqw62rki::before { content: "← "; }
.vemth7j .ugnkpwg::before { content: "★ "; }
.vemth7j .xqw62rki::before { content: "✕ "; }
.mxba4s .ugnkpwg::before { content: "◆ "; }
.mxba4s .xqw62rki::before { content: "▲ "; }
.dz70adk .kv31 { background: transparent; border-left: none; border: 1.5px solid; }
.dz70adk .c7fkaqzq     { border-color: var(--c-tip-border); }
.dz70adk .secondfp { border-color: var(--c-warn-border); }
.dz70adk .e55149c4    { border-color: #60a5fa; }
.dz70adk .kv31 strong { color: var(--text-primary); }
.dz70adk .kv31 p      { color: var(--text-muted); }
.w1v4 .kv31 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.w1v4 .c7fkaqzq     { border-top-color: var(--c-tip-border); }
.w1v4 .secondfp { border-top-color: var(--c-warn-border); }
.w1v4 .e55149c4    { border-top-color: #60a5fa; }
.boomy5i .kv31 { border-left: none; border-radius: 8px; }
.boomy5i .c7fkaqzq     { background: #065f46; }
.boomy5i .secondfp { background: #92400e; }
.boomy5i .e55149c4    { background: #1e3a8a; }
.boomy5i .kv31 strong,
.boomy5i .kv31 p { color: #fff; }
.boomy5i .y91o::before { color: rgba(255,255,255,0.85) !important; }
.u938.boomy5i .c7fkaqzq,
.u938 .boomy5i .c7fkaqzq     { background: #052e16; }
.u938.boomy5i .secondfp,
.u938 .boomy5i .secondfp { background: #2d0a1e; }
.u938.boomy5i .e55149c4,
.u938 .boomy5i .e55149c4    { background: #1e1036; }
.c4jc.boomy5i .c7fkaqzq,
.c4jc .boomy5i .c7fkaqzq      { background: #2d2000; }
.c4jc.boomy5i .secondfp,
.c4jc .boomy5i .secondfp  { background: #2d0b0b; }
.c4jc.boomy5i .e55149c4,
.c4jc .boomy5i .e55149c4     { background: #2d1600; }
.ejdg1kqh.boomy5i .c7fkaqzq,
.ejdg1kqh .boomy5i .c7fkaqzq      { background: #0c1a2e; }
.ejdg1kqh.boomy5i .secondfp,
.ejdg1kqh .boomy5i .secondfp  { background: #12103a; }
.ejdg1kqh.boomy5i .e55149c4,
.ejdg1kqh .boomy5i .e55149c4     { background: #0a2020; }
.hz4t .kv31 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.hz4t .c7fkaqzq     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.hz4t .secondfp { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.hz4t .e55149c4    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.hz4t .kv31 strong { color: var(--text-primary); }
.hz4t .kv31 p      { color: var(--text-muted); }
.j6kjble .kv31 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.c1c3 .y91o,
.dy7hc28 .y91o,
.ksay0cr .y91o,
.rdvh .y91o { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.c1c3 .y91o::before,
.dy7hc28 .y91o::before,
.ksay0cr .y91o::before,
.rdvh .y91o::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.c1c3 .c7fkaqzq     .y91o::before { content: "✦"; color: var(--c-tip-border); }
.c1c3 .secondfp .y91o::before { content: "▲"; color: var(--c-warn-border); }
.c1c3 .e55149c4    .y91o::before { content: "◉"; color: #60a5fa; }
.dy7hc28 .c7fkaqzq     .y91o::before { content: "★"; color: var(--c-tip-border); }
.dy7hc28 .secondfp .y91o::before { content: "◆"; color: var(--c-warn-border); }
.dy7hc28 .e55149c4    .y91o::before { content: "●"; color: #60a5fa; }
.ksay0cr .c7fkaqzq     .y91o::before { content: "▶"; color: var(--c-tip-border); }
.ksay0cr .secondfp .y91o::before { content: "■"; color: var(--c-warn-border); }
.ksay0cr .e55149c4    .y91o::before { content: "▸"; color: #60a5fa; }
.rdvh .c7fkaqzq     .y91o::before { content: "→"; color: var(--c-tip-border); }
.rdvh .secondfp .y91o::before { content: "⬥"; color: var(--c-warn-border); }
.rdvh .e55149c4    .y91o::before { content: "◈"; color: #60a5fa; }
.juhjn .meu3jqp .rehm,
.juhjn .oq77oa .rehm  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.juhjn .c8n9bh                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.juhjn .f3nelx          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.juhjn .pxtjc                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.y1o90 .meu3jqp .rehm,
.y1o90 .oq77oa .rehm,
.y1o90 .c8n9bh,
.y1o90 .zldcvy,
.y1o90 .yckfuh,
.y1o90 .f3nelx,
.y1o90 .pxtjc,
.y1o90 .j6kjble .kv31 { box-shadow: none; }
.dpb8saly   .n0p0vkvz, .dpb8saly .jc7f, .dpb8saly .pcx0,
.dpb8saly   .exjtg8l, .dpb8saly .zls90z88 { font-size: 0.9rem; }
.dpb8saly   .tnpkrj75, .dpb8saly .nxqp7 { font-size: 0.9rem; }
.l7mft   .n0p0vkvz, .l7mft .jc7f, .l7mft .pcx0,
.l7mft   .exjtg8l, .l7mft .zls90z88 { font-size: 0.95rem; }
.l7mft   .tnpkrj75, .l7mft .nxqp7 { font-size: 0.95rem; }
.vhlk6ck   .n0p0vkvz, .vhlk6ck .jc7f, .vhlk6ck .pcx0,
.vhlk6ck   .exjtg8l, .vhlk6ck .zls90z88 { font-size: 1.08rem; }
.vhlk6ck   .tnpkrj75, .vhlk6ck .nxqp7 { font-size: 1.05rem; }
.vhlk6ck   .l209q { font-size: 0.97rem; }
.uhkd .o83m8eqo      { font-size: 3.2rem; }
.uhkd h2.thf7b { font-size: 1.9rem; }
.uhkd h3.oyxweuyz     { font-size: 1.4rem; }
.lvb6 .o83m8eqo      { font-size: 3.8rem; }
.lvb6 h2.thf7b { font-size: 2.2rem; }
.lvb6 h3.oyxweuyz     { font-size: 1.6rem; }
.hwvm + .hwvm { position: relative; }
.kgy53y9   .hwvm + .hwvm::before,
.xxj9zs5  .hwvm + .hwvm::before,
.xxykz   .hwvm + .hwvm::before,
.tdi2z   .hwvm + .hwvm::before,
.y7s1r4cl   .hwvm + .hwvm::before,
.jqm99zn .hwvm + .hwvm::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.kgy53y9 .hwvm + .hwvm::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.xxj9zs5 .hwvm + .hwvm::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.xxykz .hwvm + .hwvm::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent-light); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.tdi2z .hwvm + .hwvm::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.jkn3 .hwvm { margin-bottom: 16px; }
.jkn3 .hwvm + .hwvm { margin-top: 0; }
.jkn3 .f7yr1h { padding-top: 0; padding-bottom: 0; }
.y7s1r4cl .hwvm + .hwvm::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.jqm99zn .hwvm + .hwvm::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.fq0c .hwvm + .hwvm::before,
.zay7yhq .hwvm + .hwvm::before,
.a9u4fb .hwvm + .hwvm::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%;
}
.katg0l .fq0c .hwvm:nth-child(even)::before,
.katg0l .zay7yhq .hwvm:nth-child(even)::before,
.katg0l .a9u4fb .hwvm:nth-child(even)::before { background: var(--bg-surface); }
.pikz .fq0c .hwvm:nth-child(even)::before,
.pikz .zay7yhq .hwvm:nth-child(even)::before,
.pikz .a9u4fb .hwvm:nth-child(even)::before { background: var(--bg-card); }
.fq0c .hwvm + .hwvm::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");
}
.zay7yhq .hwvm + .hwvm::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");
}
.a9u4fb .hwvm + .hwvm::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");
}
.n3zd .a6i0,
.h0vm89v2 .a6i0 { margin-bottom: 60px; }
.l126pek .a6i0 { margin-bottom: 70px; }
.x0y3gxor .mw9fu { background: var(--accent); }
.x0y3gxor .mw9fu .ap1rl { background: none; }
.x0y3gxor .hts0t { background: var(--accent); }
.x0y3gxor .dhs2xk { background: var(--accent-bg); }
.x0y3gxor .yut5u7h:not(.mw9fu) .ap1rl { background: rgba(0,0,0,0.6); }
.h64jj .vzvh6meb { float: left; width: 38%; margin: 0 28px 16px 0; }
.h64jj .vzvh6meb .age9hg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.h64jj .f7yr1h::after { content: ''; display: block; clear: both; }
.xbuy .vzvh6meb { float: right; width: 38%; margin: 0 0 16px 28px; }
.xbuy .vzvh6meb .age9hg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xbuy .f7yr1h::after { content: ''; display: block; clear: both; }
.d02k .hwvm:nth-child(odd)  .vzvh6meb { float: left;  width: 38%; margin: 0 28px 16px 0; }
.d02k .hwvm:nth-child(even) .vzvh6meb { float: right; width: 38%; margin: 0 0 16px 28px; }
.d02k .vzvh6meb .age9hg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.d02k .f7yr1h::after { content: ''; display: block; clear: both; }
.h64jj .ax4sjg,
.h64jj .e8ha,
.xbuy .ax4sjg,
.d02k .ax4sjg,
@media (max-width: 900px) {
  .h64jj .vzvh6meb,
  .xbuy .vzvh6meb,
  .d02k .hwvm:nth-child(odd)  .vzvh6meb,
  .d02k .hwvm:nth-child(even) .vzvh6meb {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .h64jj .vzvh6meb .age9hg,
  .xbuy .vzvh6meb .age9hg,
  .d02k .vzvh6meb .age9hg {
    max-height: none !important;
  }
}
.h64jj .tnpkrj75,
.h64jj .nxqp7,
.xbuy .tnpkrj75,
.xbuy .nxqp7,
.d02k .tnpkrj75,
.d02k .nxqp7 { overflow: hidden; }
@media (max-width: 640px) {
  .h64jj .vzvh6meb,
  .xbuy .vzvh6meb,
  .d02k .vzvh6meb { float: none; width: 100%; margin: 0 0 16px 0; }
}
.aj5k .jvuo8gg,
.aj5k .f7yr1h,
.aj5k .cb2u0n  { max-width: 1100px; }
.ivgdt6 .jvuo8gg,
.ivgdt6 .f7yr1h,
.ivgdt6 .cb2u0n  { max-width: 1200px; }
.ivgdt6 { --content-mw: 1200px; }
.v1wwktv1 .jvuo8gg,
.v1wwktv1 .f7yr1h,
.v1wwktv1 .cb2u0n  { max-width: 1320px; }
.s5dldr8 { font-size: 0.82rem; color: var(--text-muted); }
.w7ya { display: flex; align-items: center; }
.z65eeiy {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.dd5t { display: flex; align-items: center; }
.ui3r { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ui3r:hover { text-decoration: underline; }
.zcvv { margin: 0 3px; opacity: 0.45; }
.zcvv::before { content: '/'; }
.dvbgps { padding: 2px 5px; color: var(--text-main); }
.bflv4f2 .s5dldr8 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.bflv4f2 .w7ya { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.gsvf2jxa .s5dldr8 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.gsvf2jxa .w7ya { padding: 0 0 0 12px; }
.a02m9qv .w7ya { padding: 0 16px; }
.a02m9qv .s5dldr8 {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 11px 0;
  box-shadow: 0 4px 18px rgba(0,0,0,0.28);
}
.a02m9qv .jvuo8gg { padding-top: 28px; }
@media (max-width: 720px) {
  .w1ddc8uq { margin-top: 18px; padding: 0 16px; }
  .a02m9qv .jvuo8gg { padding-top: 16px; }
}
.aj5k.bflv4f2 .w7ya { max-width: 1100px; }
.ivgdt6.bflv4f2 .w7ya { max-width: 1200px; }
.v1wwktv1.bflv4f2 .w7ya { max-width: 1320px; }
.ivgdt6 .w1ddc8uq { max-width: 1200px; }
.rrfz0q .hwvm { padding-top: 16px; padding-bottom: 16px; }
.skzmm7 .hwvm { padding-top: 24px; padding-bottom: 24px; }
.awx4ig4 .hwvm { padding-top: 40px; padding-bottom: 40px; }
.d8r5j8l .hwvm { padding-top: 52px; padding-bottom: 52px; }
.qihx92 .hwvm:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.qihx92 .hwvm:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.qihx92 .hwvm:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.qihx92 .hwvm:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.hk5oxuew .f7yr1h { padding-top: 10px;  padding-bottom: 10px; }
.eujdz .f7yr1h { padding-top: 18px;  padding-bottom: 18px; }
.ifhp4 .f7yr1h { padding-top: 36px;  padding-bottom: 36px; }
.oikb3n6 .f7yr1h { padding-top: 48px;  padding-bottom: 48px; }
.pp76 h2.thf7b { font-weight: 600; }
.pp76 h3.oyxweuyz     { font-weight: 600; }
.b6k491 h2.thf7b { font-weight: 800; }
.b6k491 h3.oyxweuyz     { font-weight: 700; }
.x3y6e h2.thf7b { font-weight: 900; }
.x3y6e h3.oyxweuyz     { font-weight: 800; }
.x3y6e .kv31 strong,
.x3y6e .kv31 strong { font-weight: 600; }
.ds87sb3 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.jlxie .ds87sb3 { display: none; }
@media (max-width: 640px) {
  .u4dzs { display: none; }
  .ds87sb3 {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.ds87sb3 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ds87sb3:hover { opacity: 0.85; }
.jkz9r4g .ds87sb3 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.yswhkki .ds87sb3,
.so8d  .ds87sb3 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.yswhkki .ds87sb3:hover,
.so8d  .ds87sb3:hover { opacity: 0.88; }
.jkz9r4g.yswhkki .ds87sb3,
.jkz9r4g.so8d  .ds87sb3 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.pskztjy {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.pskztjy:hover { transform: translateY(-2px); opacity: 0.92; }
.pskztjy { background: var(--cta) !important; color: #fff !important; border: none !important; }
.f3zf .pskztjy { display: none; }
.pcw29bp6 .pskztjy { right: 32px; }
.qipmqm0  .pskztjy { left: 32px; }
@media (max-width: 480px) {
  .pcw29bp6 .pskztjy { right: 20px; bottom: 20px; }
  .qipmqm0  .pskztjy { left: 20px; bottom: 20px; }
}
.r2siop { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.cb2u0n { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.lgh5c4 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.jpj0 { color: var(--text-dim); font-size: 0.8rem; }
.tlcgv a, .jeswz a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.tlcgv a:hover, .jeswz a:hover { color: var(--accent-light); }
.jeswz { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.wvfucm .cb2u0n { text-align: center; }
.wvfucm .jeswz { justify-content: center; margin-bottom: 16px; }
.wvfucm .lgh5c4 { margin-top: 0; }
.nqwq6url { margin-top: 10px; }
.nqwq6url a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .cb2u0n { padding-left: 16px; padding-right: 16px; }
  .a115 .cb2u0n { padding: 20px 16px; }
  .jeswz { gap: 4px 12px; }
  .lgh5c4 { font-size: 0.78rem; }
}
.gg191i .lgh5c4 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.gg191i .jpj0 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .gg191i .yjav { grid-template-columns: 1fr 1fr; } .gg191i .y2rhysw { grid-column: 1 / -1; } }
@media (max-width: 480px) { .gg191i .yjav { grid-template-columns: 1fr; } }
.w6scb7 .lgh5c4 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .w6scb7 .kj55e { gap: 12px; } .w6scb7 .b6bt { margin-right: 0; width: 100%; } }
.a8nt .lgh5c4 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.a8nt .jpj0 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .a8nt .w006awl { grid-template-columns: 1fr 1fr; } .a8nt .p1m6g34 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .a8nt .w006awl { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .dtxau5 .lwznbci1 { grid-template-columns: 1fr 1fr; } .dtxau5 .ojqt:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .dtxau5 .lwznbci1 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .hma1y .lwznbci1 { grid-template-columns: 1fr; } }
.mj7k .cb2u0n { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.mj7k .jeswz { justify-content: center; }
.gh1d50q .oc5sx9      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.gh1d50q .r2siop { background: var(--bg-page); border-top-color: var(--border-alt); }
.t3zq .oc5sx9      { background: #0d1117; border-bottom-color: #21262d; }
.t3zq .vsmpwh { color: var(--accent-light); }
.t3zq .p1zj { --msep-color: #8b949e; }
.t3zq .p1zj a { color: #8b949e; }
.t3zq .p1zj a:hover { color: var(--accent-light); }
.t3zq .rt0mc1b { color: #8b949e; }
.t3zq .r2siop { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.t3zq .lgh5c4,
.t3zq .jpj0 { color: #6e7681; }
.t3zq .tlcgv a, .t3zq .jeswz a,
.t3zq .tlcgv a:hover, .t3zq .jeswz a:hover,
@media (max-width: 640px) {
  .t3zq .p1zj { background: #0d1117; border-top-color: #21262d; }
  .t3zq .p1zj li a { border-bottom-color: #21262d; }
}
.hyl0v6 .oc5sx9      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.hyl0v6 .vsmpwh { color: var(--accent-light); }
.hyl0v6 .p1zj { --msep-color: #475569; }
.hyl0v6 .p1zj a { color: #475569; }
.hyl0v6 .p1zj a:hover { color: var(--accent-light); }
.hyl0v6 .rt0mc1b { color: #64748b; }
.hyl0v6 .r2siop { background: #f0f4f8; border-top-color: #cbd5e1; }
.hyl0v6 .lgh5c4,
.hyl0v6 .jpj0 { color: #64748b; }
.hyl0v6 .tlcgv a, .hyl0v6 .jeswz a,
.hyl0v6 .tlcgv a:hover, .hyl0v6 .jeswz a:hover,
@media (max-width: 640px) {
  .hyl0v6 .p1zj { background: #f0f4f8; border-top-color: #cbd5e1; }
  .hyl0v6 .p1zj li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.yswhkki .oc5sx9      { background: var(--accent); border-bottom-color: var(--accent-light); }
.yswhkki .vsmpwh { color: #fff; }
.yswhkki .p1zj { --msep-color: rgba(255,255,255,0.82); }
.yswhkki .p1zj a { color: rgba(255,255,255,0.82); }
.yswhkki .p1zj a:hover { color: #fff; }
.yswhkki .rt0mc1b { color: rgba(255,255,255,0.9); }
.yswhkki .r2siop { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.yswhkki .lgh5c4,
.yswhkki .jpj0 { color: rgba(255,255,255,0.72); }
.yswhkki .tlcgv a, .yswhkki .jeswz a,
.yswhkki .tlcgv a:hover, .yswhkki .jeswz a:hover,
@media (max-width: 640px) {
  .yswhkki .p1zj { background: var(--accent); border-top-color: var(--accent-light); }
  .yswhkki .p1zj li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.so8d .oc5sx9 {
  background: color-mix(in srgb, var(--bg-surface) 60%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.so8d .r2siop {
  background: color-mix(in srgb, var(--bg-surface) 60%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top-color: color-mix(in srgb, var(--border) 50%, transparent);
}
@media (max-width: 640px) {
  .so8d .p1zj {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ngr2mfp .sdgrn9 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.g20jc .sdgrn9 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.hkrcq7l .sdgrn9 { min-height: 72px; height: auto; }
.ibkmodt .sdgrn9 { min-height: 84px; height: auto; }
.a115 .sdgrn9 { max-width: none; padding: 0 32px; }
.a115 .cb2u0n  { max-width: none; padding: 24px 32px; }
.kplot.ivgdt6 .sdgrn9 { max-width: 1200px; }
.kplot.v1wwktv1 .sdgrn9 { max-width: 1320px; }
.ep8m   .vsmpwh, .ep8m   .b6bt { text-transform: capitalize; }
.j8uj9f .vsmpwh, .j8uj9f .b6bt { text-transform: lowercase; }
.waoicpn .vsmpwh, .waoicpn .b6bt { text-transform: uppercase; letter-spacing: 0.06em; }
.wjkn, .jl3j4ws9 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.omv1d .wjkn,
.dt1kvjz .wjkn,
.wps53nl0 .wjkn,
.o3qz .wjkn,
.y8k1xzto   .p1zj a { font-weight: 500; }
.wtf89ery .p1zj a { font-weight: 600; }
.dajiawy     .p1zj a { font-weight: 700; }
.jxqo    .p1zj a { font-weight: 800; letter-spacing: 0.01em; }
.blepjg     .p1zj > li + li::before,
.cwf9g    .p1zj > li + li::before,
.m939    .p1zj > li + li::before,
.ns324dlm .p1zj > li + li::before,
.bucgd .p1zj > li + li::before,
.glp45m  .p1zj > li + li::before,
.m0yclg51    .p1zj > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.blepjg     .p1zj > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.cwf9g    .p1zj > li + li::before { content: "|"; }
.m939    .p1zj > li + li::before { content: "—"; }
.ns324dlm .p1zj > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.bucgd .p1zj > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.glp45m  .p1zj > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.m0yclg51    .p1zj > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .gxwi .rt0mc1b,
  .odhs .rt0mc1b,
  .fsv96npu .rt0mc1b,
  .dows .rt0mc1b,
  .wvhgb .rt0mc1b {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .gxwi .rt0mc1b::before,
  .odhs .rt0mc1b::before,
  .fsv96npu .rt0mc1b::before,
  .dows .rt0mc1b::before,
  .wvhgb .rt0mc1b::before { content: ""; display: block; flex-shrink: 0; }

  
  .gxwi .rt0mc1b::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;
  }

  
  .odhs .rt0mc1b::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;
  }

  
  .fsv96npu .rt0mc1b::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;
  }

  
  .dows .rt0mc1b::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;
  }

  
  .wvhgb .rt0mc1b::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) {
  .xqyx5 .rt0mc1b {
    padding: 5px 14px;
  }
  .xqyx5 .p1zj {
    left: auto; right: 12px; top: 54px;
    width: auto; min-width: 180px;
    border-radius: 14px;
    background: var(--bg-surface);
    border: 1px solid var(--border);
    box-shadow: 0 8px 28px rgba(0,0,0,0.2);
    padding: 6px 0;
  }
  .xqyx5 .p1zj li a {
    border-bottom: none; padding: 10px 22px;
  }
  .xqyx5 .p1zj li a:hover { background: var(--bg-raised); }
  .xqyx5 .msuo03ja,
  .tcfa .msuo03ja,
  .y6cykne5 .msuo03ja { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .x3hvtdu .rt0mc1b {
    padding: 5px 10px;
  }
  .x3hvtdu .p1zj {
    display: flex !important;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: auto;
    width: 72vw; max-width: 280px;
    background: var(--bg-surface);
    border-left: 1px 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: -4px 0 24px rgba(0,0,0,0.22);
  }
  .x3hvtdu .p1zj.ztu2pem4 { transform: translateX(0); }
  .x3hvtdu .p1zj li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .x3hvtdu .p1zj li:last-child a { border-bottom: none; }
  .yswhkki .p1zj,
  .t3zq .p1zj { background: var(--accent) !important; }
  .yswhkki .p1zj li a,
  .t3zq .p1zj li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .y6cykne5 .rt0mc1b {
    padding: 5px 10px;
  }
  .y6cykne5 .p1zj {
    display: flex !important;
    position: fixed;
    bottom: 0; left: 0; right: 0; top: auto;
    border-radius: 18px 18px 0 0;
    border-top: 1px 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: 0 -6px 28px rgba(0,0,0,0.2);
  }
  .y6cykne5 .p1zj::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .y6cykne5 .p1zj.ztu2pem4 { transform: translateY(0); }
  .y6cykne5 .p1zj li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .dhn2i .rt0mc1b {
    padding: 5px 10px;
  }
  .dhn2i .p1zj {
    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;
  }
  .dhn2i .p1zj.ztu2pem4 { opacity: 1; pointer-events: auto; }
  .dhn2i .p1zj li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .cwxb3     .rt0mc1b { border-radius: 0 !important; }
  .vhakbh   .rt0mc1b { border-radius: 8px !important; }
  .psfgq .rt0mc1b { border-radius: 50% !important; }
  .v1qtnbz   .rt0mc1b { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .bfqd .flcf { flex-direction: column; align-items: stretch; }
  .bfqd .mheaddys { flex-direction: row; min-width: auto; }
  .bfqd .vid6x48 { align-items: flex-start; text-align: left; }
}
.k6186re,
.k6186re.hwvm,
.katg0l .k6186re,
.nrgv8vb .k6186re,
.pikz .k6186re,
.p72fx4n .k6186re {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.q33xs {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-hover) 100%);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.vj3je3 { flex: 1 1 280px; min-width: 0; }
.nxa96 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.fbzmz {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.mcn0jn4 {
  background: #fff !important;
  color: var(--cta) !important;
  padding: 14px 44px !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.mcn0jn4:hover { transform: translateY(-1px); opacity: 0.95; }
.hmn6ck .q33xs {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.hmn6ck .nxa96 { color: var(--cta); }
.hmn6ck .fbzmz { color: var(--text-body); }
.hmn6ck .mcn0jn4 {
  background: var(--cta) !important;
  color: #fff !important;
}
.p8ho .q33xs {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.p8ho .nxa96 { color: var(--text-primary); }
.p8ho .fbzmz { color: var(--text-body); }
.p8ho .mcn0jn4 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .q33xs {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .vj3je3 { flex: 0 0 auto; }
  .nxa96 { font-size: 1.2rem; }
  .mcn0jn4 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.mktd4ecj .qrcc5xop { height: 36px; }
.v4udp .qrcc5xop { height: 60px; max-width: 200px; }
.xzz6m .qrcc5xop { height: 56px; max-width: 180px; }
.kjul70d    .dbnzgll, .kjul70d    .g0tmi6oy { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
@media (min-width: 720px) {
  .kjjnrx .e8ha {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .kjjnrx .zldcvy {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .kjjnrx .zldcvy { padding: 40px 16px 20px; }
  .kjjnrx .rzc0fd {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .kjjnrx .kicr { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .ots0v5 .zldcvy {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .ots0v5 .zldcvy::before {
    position: absolute; top: 14px; left: 14px;
  }
  .ots0v5 .uhlgmms {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .ots0v5 .mirekiqn { white-space: normal; text-align: center; font-size: 1.2rem; }
  .ots0v5 .rzc0fd {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .ots0v5 .kicr { width: 100%; min-width: 0; }
  .ots0v5 .dbnzgll { min-width: 0; }
}
.fbo865d .i7nq {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.fbo865d .i7nq summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.fbo865d .i7nq p { padding: 0 2px 16px; }
.adf5m .i7nq { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.adf5m .i7nq summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.adf5m .i7nq summary::after { content: "›"; font-size: 1.2em; }
.adf5m .i7nq[open] summary::after { content: "‹"; }
.adf5m .i7nq p { padding: 10px 22px 4px; }
.rjpuh73 .i7nq {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.rjpuh73 .i7nq summary { color: var(--text-primary); padding-left: 16px; }
.rjpuh73 .i7nq summary::after { content: "›"; font-size: 1.1em; }
.rjpuh73 .i7nq[open] summary::after { content: "‹"; }
.rjpuh73 .i7nq p { padding-left: 16px; }
.n0hbjgv .awii8p4 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.n0hbjgv .i7nq {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.n0hbjgv .i7nq:last-child { border-bottom: none; }
.n0hbjgv .i7nq summary { color: var(--text-primary); border-radius: 0; }
.n0hbjgv .i7nq summary::after { content: "›"; font-size: 1.1em; }
.n0hbjgv .i7nq[open] summary::after { content: "‹"; }
.dxoood .i7nq { overflow: hidden; }
.dxoood .i7nq summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.dxoood .i7nq summary::after { color: rgba(255,255,255,.75); }
.dxoood .i7nq[open] summary { border-radius: 0; }
.juyse { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.nlsvf {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.r91qtgs {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.opmyt { color: var(--text-muted); font-size: 1.05rem; }
.f6iyp {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.awjy { margin-bottom: 20px; }
.gfduj {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.iuog {
  width: 100%; background: var(--bg-page);
  border: 1px solid var(--border-alt); border-radius: 8px;
  padding: 10px 14px; color: var(--text-primary);
  font-size: 0.95rem; font-family: inherit;
  outline: none; transition: border-color .15s; box-sizing: border-box;
}
.iuog:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.lbpvi3z { resize: vertical; min-height: 130px; }
.hbkxe71u { width: 100%; margin-top: 8px; }
.wxj6mshw {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.qcrnyk {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.y93m3rad { color: var(--text-muted); line-height: 1.75; }
.gfp900 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.gfp900 li { margin-bottom: 6px; }
.x8r3amav { max-width: 760px; margin: 0 auto; }
.r2vjkx { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.eswz { max-width: 760px; margin: 0 auto; }
.p4haz { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.s7ec6d ul.gfp900 { margin: 0; }
.spkcp21w .p4haz { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .spkcp21w { grid-template-columns: 1fr; gap: 10px; } }
.ta74m { max-width: 640px; margin: 0 auto; text-align: center; }
.o1cd5 { margin-bottom: 48px; }
.o1cd5 .p4haz { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.o1cd5 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ib2l67da .gfp900 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .dmkgh7u { grid-template-columns: 1fr; } }
.vu2x3y { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.vu2x3y:hover .pjuua { color: var(--accent-light); text-decoration: underline; }
.qj2wchv { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.kjog8 { margin-bottom: 48px; }
.jvz7 { max-width: 760px; margin: 0 auto; }
.elrhjsyd { text-align: center; }
.ueynq { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ueynq:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.rs8yrw { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.ueynq p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ueynq ul.gfp900 { margin: 0; }
.wa264o { color: var(--text-muted); line-height: 1.75; }
.elrhjsyd .gfp900,
.tsfml5by .gfp900,
.dcbb4p04 .gfp900,
.jo9eeou .gfp900 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.elrhjsyd .ueynq,
.tsfml5by .ueynq { text-align: left; }
.elrhjsyd .rs8yrw,
.tsfml5by .rs8yrw { text-align: center; }
.nie59j { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.dyoc { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.mx6v { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.o1d8 { margin-top: 12px; }
.diavap { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.diavap:hover { border-bottom-color: var(--accent-light); }
.dorpu7 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.dorpu7 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vb6exzr { width: 200px; height: 200px; }
.rwcmm { border-radius: 28%; }
.ndwoeb { display: flex; align-items: center; justify-content: center; background: var(--accent-bg); color: var(--accent-light); font-weight: 800; font-size: 2.4rem; }
.ke7cz1 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.u1ek2 { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .myvcvuc6 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.lxuicul { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.lxuicul .mx6v, .lxuicul .dyoc { max-width: 640px; }
.y3gcjea0 .nie59j { font-size: 1.6rem; margin-top: 18px; }
.bybeiw .mx6v { margin-bottom: 28px; }
@media (max-width: 860px) { .qrxx7 { grid-template-columns: 1fr; } .y3gcjea0 { position: static; text-align: center; } }
.zu79ysyt .dorpu7 { margin: 0 auto 18px; }
.zu79ysyt .ke7cz1 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .miedh022 { grid-template-columns: 1fr; } }
.nq6x .nie59j { font-size: 1.6rem; margin-bottom: 6px; }
.jo9eeou .gfp900 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .nq6x { flex-direction: column; text-align: center; } .churw2 { grid-template-columns: 1fr; } }
.gpbfo8w8 .nie59j { font-size: 1.35rem; margin: 0 0 4px; }
.gpbfo8w8 .ke7cz1 { margin: 0; }
.n3lte10 {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.n3lte10 .r91qtgs { color: var(--accent-light); }
.acpazc .r91qtgs { font-size: 2rem; }
.acpazc .opmyt { max-width: 680px; }
.m839ywx .r91qtgs { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.m839ywx .opmyt  { margin: 0; }
@media (max-width: 640px) { .m839ywx { flex-direction: column; } }
.jymz3 .r91qtgs { color: var(--accent-light); }
.k86odnz .r91qtgs { color: #fff; }
.k86odnz .opmyt  { color: rgba(255,255,255,0.85); }
.hdf2lbwh { max-width: 680px; margin: 0 auto; }
.nlix5ji1 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .nlix5ji1 { grid-template-columns: 1fr; } }
.sc58qe4p .iuog {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.sc58qe4p .iuog:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.the7tky .iuog { background: var(--bg-raised); border-color: transparent; }
.the7tky .iuog:focus { background: var(--bg-card); border-color: var(--accent-light); }
.aa11ks1g .iuog { border-radius: 100px; padding: 11px 20px; }
.aa11ks1g .lbpvi3z { border-radius: 14px; }
.o98lpvrk {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .o98lpvrk { grid-template-columns: 1fr; } }
.o7ji {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.o7ji h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.o7ji p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.rrwjv3h { counter-reset: priv-count; }
.od5gy6b {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.od5gy6b:last-child { border-bottom: none; }
.szkrtdr {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.od5gy6b h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.od5gy6b p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.qbrz { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.qbrz li { margin-bottom: 6px; }
.w5p52z{display:none}
.w5p52z:empty,.znov8r:empty{display:none}
.cna2{position:relative;overflow:visible}
.kcdst5e .h9oc,.b7626o1y .h9oc,
.gweer63q .h9oc,.uwg7zh .h9oc,
.al9bcqxb .h9oc,.by5ndgn .h9oc{display:block}
.kz65w .ovw8yi{display:block}
.kcdst5e .h9oc,.b7626o1y .h9oc,
.gweer63q .h9oc,.uwg7zh .h9oc,
.al9bcqxb .h9oc{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.kcdst5e .h9oc .znov8r,.b7626o1y .h9oc .znov8r,
.gweer63q .h9oc .znov8r,.uwg7zh .h9oc .znov8r,
.al9bcqxb .h9oc .znov8r{margin:0;font-size:.75rem;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:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.kcdst5e .q37b4f,.b7626o1y .q37b4f,
.gweer63q .q37b4f,.uwg7zh .q37b4f,
.al9bcqxb .q37b4f{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.kcdst5e .h9oc,.b7626o1y .h9oc{top:12px}
.kcdst5e .h9oc .znov8r{margin-right:auto}
.b7626o1y .h9oc .znov8r{margin-left:auto}
.b7626o1y .h9oc{text-align:right}
.gweer63q .h9oc,.uwg7zh .h9oc{bottom:12px}
.gweer63q .h9oc .znov8r{margin-right:auto}
.uwg7zh .h9oc .znov8r{margin-left:auto}
.uwg7zh .h9oc{text-align:right}
.al9bcqxb .h9oc{position:relative;margin-top:16px}
.al9bcqxb .h9oc .znov8r{margin:0 auto}
.by5ndgn .h9oc{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.by5ndgn .h9oc .znov8r{margin:0}
.by5ndgn .dhs2xk~.h9oc,
.by5ndgn .zuqc~.h9oc{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.by5ndgn .dhs2xk~.h9oc .znov8r,
.by5ndgn .zuqc~.h9oc .znov8r{justify-content:flex-start}
.dhs2xk~.h9oc,.zuqc~.h9oc{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.dhs2xk~.h9oc .znov8r{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.zuqc~.h9oc .znov8r{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ovw8yi .znov8r{margin:0 0 12px}
.znov8r{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.pjuua{font-weight:600;color:var(--text-heading);opacity:1}
.mdyodgs::before{content:"·";margin:0 2px;opacity:.5}
.q37b4f{white-space:nowrap}
.bsrb .q37b4f{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.bsrb .mdyodgs::before{content:""}
.uyjw .q37b4f{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.uyjw .mdyodgs::before{content:""}
.q7nt29pu .znov8r{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.k3wdsur0 .q37b4f{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.k3wdsur0 .mdyodgs::before{content:""}
.cc2o5fbq .q37b4f{color: var(--accent-light);opacity:1;font-weight:500}
.qhqehg .q37b4f{border-bottom:1px solid currentColor;padding-bottom:2px}
.o413h .znov8r{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.jjty{--date-bg:var(--accent-bg-light)}
.mgy0fpst .mdyodgs::before{content:""}
.mkrhb2 .mdyodgs::before{content:"•";opacity:.4}
.mkrhb2 .q37b4f + .q37b4f::before{content:"•";margin-right:6px;opacity:.4}
.bnygp .mdyodgs::before{content:"/";opacity:.35}
.bnygp .q37b4f + .q37b4f::before{content:"/";margin-right:6px;opacity:.35}
.f1uqit .mdyodgs::before{content:"|";opacity:.3}
.f1uqit .q37b4f + .q37b4f::before{content:"|";margin-right:6px;opacity:.3}
.w6s5gs .mdyodgs::before{content:"—";opacity:.3}
.w6s5gs .q37b4f + .q37b4f::before{content:"—";margin-right:6px;opacity:.3}
.u2ngrt .mdyodgs::before{content:"◆";font-size:.5em;opacity:.35}
.u2ngrt .q37b4f + .q37b4f::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.gl40b .mdyodgs::before{content:"·";opacity:.4}
.gl40b .q37b4f + .q37b4f::before{content:"·";margin-right:6px;opacity:.4}
.uclco .mdyodgs::before{content:"›";opacity:.4}
.uclco .q37b4f + .q37b4f::before{content:"›";margin-right:6px;opacity:.4}
.uu2tzz57 .mdyodgs::before{content:"→";opacity:.35;font-size:.85em}
.uu2tzz57 .q37b4f + .q37b4f::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.dm72kl .ycx6x6ik{padding:20px 0}
@media(max-width:640px){
  .ycx6x6ik{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .joln{max-width:100%}
}
.jpj1md .f3nelx{margin:0}
@media (max-width:560px){
  .qsgey{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) {
  .g3v3pk { padding: 28px 18px 20px; }
  .yi19a2k { font-size: 1.2rem; }
  .h0h5b { max-width: 220px; max-height: 80px; }
}
.vf1frn4 .oqiih0t { border-radius: 22px; }
.r44n8 .q33xs {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .oqiih0t { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.uz35rl {
  margin: 28px 0 24px;
}
.uz35rl .hwvm {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.uz35rl .f7yr1h {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.uz35rl .q33xs {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .sdgrn9 { flex-direction: row-reverse; }
[dir="rtl"] .p1zj { flex-direction: row-reverse; }
[dir="rtl"] .pcw29bp6 .pskztjy { right: auto; left: 32px; }
[dir="rtl"] .qipmqm0  .pskztjy { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .pcw29bp6 .pskztjy { right: auto; left: 20px; }
  [dir="rtl"] .qipmqm0  .pskztjy { left: auto;  right: 20px; }
}
[dir="rtl"] .h64jj .vzvh6meb  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .xbuy .vzvh6meb { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .tnpkrj75, [dir="rtl"] .nxqp7 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .xks4sjg1 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .x9ywdt { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .kv31 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .q33xs { direction: rtl; }
[dir="rtl"] .s5dldr8 { direction: rtl; }
[dir="rtl"] .pxtjc { direction: rtl; }
[dir="rtl"] .epxc1rj { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .os64w .nxqp7,
[dir="rtl"] .b64cl7 .nxqp7,
[dir="rtl"] .efc37 .nxqp7,
[dir="rtl"] .t0dxkwpf .nxqp7 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .os64w .nxqp7 li::before,
[dir="rtl"] .b64cl7 .nxqp7 li::before,
[dir="rtl"] .efc37 .nxqp7 li::before,
[dir="rtl"] .t0dxkwpf .nxqp7 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .yut5u7h.is0ee8xc .a6i0,
[dir="rtl"] .osno871.is0ee8xc .a6i0,
[dir="rtl"] .mw9fu.is0ee8xc .a6i0,
[dir="rtl"] .c0fu.is0ee8xc .a6i0,
[dir="rtl"] .al6qq9.is0ee8xc .a6i0 { text-align: right; }
[dir="rtl"] .dhs2xk.hoqn .fodf2lu { text-align: center; }
[dir="rtl"] .f7yr1h,
[dir="rtl"] .exjtg8l,
[dir="rtl"] .zls90z88,
[dir="rtl"] .wq1jk1,
[dir="rtl"] .a6i0 { text-align: right; }
[dir="rtl"] .f6iyp,
[dir="rtl"] .gfduj,
[dir="rtl"] .mx6v,
[dir="rtl"] .iuog,
[dir="rtl"] .lbpvi3z { text-align: right; direction: rtl; }
[dir="rtl"] .aa11ks1g .iuog,
[dir="rtl"] .sc58qe4p .iuog { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #3c9e73;
  --brand:           #3c9e73;
  --brand-light:     #3e8164;
  --brand-pale:      #5b987d;
  --grad-start:      #6dc7a0;
  --grad-end:        #a1d1bc;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #3c9e73;
  --cta-light:       #2c845e;
  --cta-hover:       #2b7152;
  --bg-page:         #f6f7f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f5f4;
  --bg-raised:       #eef0ef;
  --bg-hover:        #f4f5f4;
  --border:          #e3e7e5;
  --border-alt:      #d1dad6;
  --border-section:  #e3e7e5;
  --text-primary:    #181a19;
  --text-muted:      #545e59;
  --text-body:       #303533;
  --text-sub:        #48504d;
  --text-faint:      #788680;
  --text-dim:        #939e99;
  --text-label:      #606b66;
  --text-value:      #3c4340;
  --accent-bg:       #e7edea;
  --accent-bg-light: #d2e4dc;
  --bg-tip:          #f9f0f4;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f5f9;
  --bg-pros:         #f9f0f4;
  --bg-cons:         #faf6f3;
  --c-pros:          #831f4b;
  --c-cons:          #9f5221;
  --c-pros-label:    #9c2559;
  --c-tip-border:    #ac2963;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #831f4b;
}
:root { --logo-bg-opacity: 36%; }
body, button, input { font-family: "Plus Jakarta Sans", sans-serif; }
.eircp .y91o { font-size: 0; width: 1.2rem; flex-shrink: 0; }.eircp .y91o::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.eircp .c7fkaqzq     .y91o::before { content: "";  color: var(--c-tip-border); }.eircp .secondfp .y91o::before { content: ""; color: var(--c-warn-border); }.eircp .e55149c4    .y91o::before { content: ""; color: #60a5fa; }.u938 .eircp .c7fkaqzq     .y91o::before { color: #10b981; }.u938 .eircp .secondfp .y91o::before { color: #f43f5e; }.u938 .eircp .e55149c4    .y91o::before { color: #a855f7; }.c4jc  .eircp .c7fkaqzq     .y91o::before { color: #eab308; }.c4jc  .eircp .secondfp .y91o::before { color: #ef4444; }.c4jc  .eircp .e55149c4    .y91o::before { color: #f97316; }.ejdg1kqh  .eircp .c7fkaqzq     .y91o::before { color: #38bdf8; }.ejdg1kqh  .eircp .secondfp .y91o::before { color: #818cf8; }.ejdg1kqh  .eircp .e55149c4    .y91o::before { color: #2dd4bf; }.ps2qcsm .eircp .y91o::before { color: var(--accent-light) !important; }
.eesehkdx .wthm li::before, .eesehkdx .l6zkgxdv li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.eesehkdx .wthm li::before { content: ""; }.eesehkdx .l6zkgxdv li::before { content: ""; }.eesehkdx .ugnkpwg::before, .eesehkdx .xqw62rki::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.eesehkdx .ugnkpwg::before { content: ""; }.eesehkdx .xqw62rki::before { content: ""; }
.tn2at1j .ym9p, .tn2at1j .dhs2xk { min-height: 320px; }
.q2mp .mxsi::after, .q2mp .pjl2::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.nag17 .ds87sb3::after,.nag17 .pskztjy::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.zcvv::before { content: '>'; }