:root {
  --color-accent: #218706;
  --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;
}
.s7z1 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.szi2w {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ximd05c {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.di1l3 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.rla2o440 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.rla2o440 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.rla2o440 a:hover { color: var(--accent-light); }
.flzbe   .kvthphck { border-radius: 0; }
.ew3ftj  .kvthphck li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .kvthphck {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .hav3ovw:hover .kvthphck,
  .hav3ovw:focus-within .kvthphck { display: block; }
  .kvthphck li a { padding: 8px 16px; font-size: 0.88rem; }
}
.ee1cgss {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.hz7xo7 { display: none; }
@media (max-width: 640px) {
  .hz7xo7 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .hz7xo7.sren79n { display: block; }
}
@media (max-width: 640px) {
  .ee1cgss { display: block; }
  .rla2o440 > li + li::before { display: none !important; }
  .rla2o440 {
    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;
  }
  .rla2o440.sren79n { display: flex; }
  .rla2o440 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .rla2o440 li:last-child a { border-bottom: none; }
}
.qodnf { min-height: 480px; }
.j6hnaxw {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.a3iu8f47 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.t004t .a3iu8f47 { margin-left: 0; margin-right: 0; }
.etj83e {
  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;
}
.cb2lqbwb .etj83e { margin-top: 24px; }
.etj83e:hover { opacity: 0.88; }
.ukr5p6 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.hdv8xhlc {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.ukr5p6 .a1yy {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.ukr5p6 .j6hnaxw { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ukr5p6 .a3iu8f47 { color: #e2e8f0; }
.ukr5p6.rfuax .a1yy { text-align: center; }
.ukr5p6.t004t   .a1yy { text-align: left; }
.olrfp .a1yy {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.olrfp .j6hnaxw { color: var(--text-primary); text-shadow: none; }
.olrfp .a3iu8f47 { color: var(--text-muted); }
.olrfp .etj83e { margin-top: 16px; }
.olrfp, .olrfp.qodnf { min-height: auto !important; }
.olrfp.rfuax .a1yy { text-align: center; }
.olrfp.t004t   .a1yy { text-align: left; }
.olrfp~.i0c0mnae{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}
.olrfp~.i0c0mnae .cn6tbq{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; }
}
.tj8ec7t6 .lvipekm,
.tj8ec7t6 .atm8t9,
.tj8ec7t6 .ukr5p6 .hdv8xhlc {
  overflow: hidden;
}
.tj8ec7t6 .lvipekm::after,
.tj8ec7t6 .atm8t9::after,
.tj8ec7t6 .ukr5p6 .hdv8xhlc::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@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); }
}
.axdkka .ukr5p6 .hdv8xhlc {
  overflow: hidden;
}
.axdkka .ukr5p6 .hdv8xhlc::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.v9ksejy3 .ukr5p6 .hdv8xhlc {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.a0v618 .ukr5p6 .hdv8xhlc {
  overflow: hidden;
}
.a0v618 .ukr5p6 .hdv8xhlc::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.yimvu .ukr5p6 .hdv8xhlc {
  animation: hg-breathe 10s ease-in-out infinite;
}
.lvipekm .hdv8xhlc {
  background: none;
}
.lvipekm .j6hnaxw { color: #fff; }
.lvipekm .a3iu8f47 { color: rgba(255,255,255,0.85); }
.lvipekm .etj83e { background: #fff; color: var(--cta); }
.lvipekm .etj83e:hover { opacity: 0.92; }
.tj8ec7t6 .t0ip { position: relative; overflow: hidden; }
.tj8ec7t6 .t0ip::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
.t0ip .j6hnaxw { text-shadow: none; color: var(--text-primary); }
.t0ip .a3iu8f47 { color: var(--text-muted); }
body.ks4njva .j6hnaxw {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.hg1gxc67 .j6hnaxw {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.qodnf.lvipekm .j6hnaxw,
section.lvipekm .j6hnaxw {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.t0ip.rfuax .rdtng9f { align-items: center; text-align: center; }
.qodnf .wjsuo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.wjsuo .q1ote.ahgfg3 {
  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;
}
.wjsuo .q1ote.ahgfg3:hover { opacity: 0.85; }
.ttwa03 .a1yy { padding-bottom: 24px; }
.cb2lqbwb .a1yy { max-width: 1100px; }
@media (max-width: 700px) {
  .t0ip { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .t0ip:not(.xbrasr) .gzg0 { display: none !important; }
  .xbrasr .gzg0 { padding: 16px; }
  .rdtng9f  { padding: 36px 24px; }
  .t0ip~.i0c0mnae,.rsxibkb~.i0c0mnae{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .qodnf, .t0ip { min-height: 320px !important; }
  .j6hnaxw { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .qlgp,
  .wdoc6,
  .j55wcul3 { grid-template-columns: 1fr !important; }

  

  
  .ttwa03 { display: flex !important; flex-direction: column !important; }
  .ttwa03 .a1yy { display: contents; }
  .ttwa03 .hdv8xhlc { order: 0; }
  .ttwa03 .j6hnaxw { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ttwa03 .qlgp { order: 2; padding: 0 16px 12px !important; }
  .ttwa03 .a3iu8f47 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .cb2lqbwb .a1yy { display: flex; flex-direction: column; }
  .cb2lqbwb .a1yy .j6hnaxw { order: 1; }
  .cb2lqbwb .a1yy .j55wcul3 { order: 2; margin: 8px 0 24px !important; }
  .cb2lqbwb .a1yy .a3iu8f47 { order: 3; }
  .cb2lqbwb .a1yy .etj83e { order: 4; align-self: center; margin-top: 0; }

  
  .t0ip.xbrasr {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .t0ip.xbrasr .rdtng9f { display: contents; padding: 0; }
  .t0ip.xbrasr .rdtng9f .j6hnaxw { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .t0ip.xbrasr .gzg0 { order: 2; padding: 12px 16px; }
  .t0ip.xbrasr .rdtng9f .a3iu8f47 { order: 3; padding: 0 24px; margin: 0 auto; }
  .t0ip.xbrasr .rdtng9f .etj83e { order: 4; align-self: center; margin: 8px 0 32px; }
}
.mxtf7rl { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ubiw { width: 100%; height: auto; display: block; border-radius: 10px; }
.amte .mxtf7rl        { border-radius: 16px; }
.amte .ubiw  { border-radius: 16px; }
.z6am .mxtf7rl         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.z6am .ubiw   { border-radius: 8px; }
.d1upl { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.bbv7wd4 { width: 100%; padding: 32px 0; position: relative; }
.a3lsz6o { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.iu7qdp .bbv7wd4:nth-child(even) { background: var(--bg-surface); }
.iu7qdp .bbv7wd4:nth-child(odd)  { background: var(--bg-page); }
.cazyp52 .bbv7wd4:nth-child(even) { background: var(--bg-card); }
.cazyp52 .bbv7wd4:nth-child(odd)  { background: var(--bg-page); }
.iu7qdp .bbv7wd4:nth-child(odd)  .a3lsz6o { background: var(--bg-card); border-radius: 6px; }
.iu7qdp .bbv7wd4:nth-child(even) .a3lsz6o { background: var(--bg-raised); border-radius: 6px; }
.cazyp52 .bbv7wd4:nth-child(odd)  .a3lsz6o { background: var(--bg-card); border-radius: 6px; }
.cazyp52 .bbv7wd4:nth-child(even) .a3lsz6o { background: var(--bg-raised); border-radius: 6px; }
.iu7qdp .bbv7wd4:nth-child(even) .xai27l .fkzhk,
.cazyp52 .bbv7wd4:nth-child(even) .xai27l .fkzhk { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.iu7qdp .bbv7wd4:nth-child(odd) .xai27l .fkzhk,
.cazyp52 .bbv7wd4:nth-child(odd) .xai27l .fkzhk { background: var(--bg-card-inner); }
.iu7qdp .bbv7wd4:nth-child(even) .ol2iiwr .fkzhk:nth-child(odd),
.cazyp52 .bbv7wd4:nth-child(even) .ol2iiwr .fkzhk:nth-child(odd)  { background: var(--bg-card); }
.iu7qdp .bbv7wd4:nth-child(even) .ol2iiwr .fkzhk:nth-child(even),
.cazyp52 .bbv7wd4:nth-child(even) .ol2iiwr .fkzhk:nth-child(even) { background: var(--bg-card-inner); }
h1.xhzgoi { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.xhzgoi {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.o4jxm { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.j1g2ry0 h2.xhzgoi {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.onjt h2.xhzgoi {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.f1vyvy h2.xhzgoi {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.qx858jya h2.xhzgoi::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.tpik0 h2.xhzgoi {
  color: var(--text-primary); font-size: 1.7rem;
}
.cgadbid h2.xhzgoi::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.s8u2iag8 h2.xhzgoi {
  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;
}
.c4nv { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .c4nv { display: none; } }
.jxshasl { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.lr69 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.fmne9d5 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.nods6 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.r1u76gwj { padding-left: 20px; }
.r1u76gwj li { margin-bottom: 6px; }
.r1u76gwj a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.r1u76gwj a:hover { color: var(--accent-light); }
.ph11om7h .nods6 { display: none; }
.n9anxge6 .nods6 { display: none; }
.n9anxge6 .r1u76gwj { padding-left: 0; list-style: none; }
.n9anxge6 .r1u76gwj li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.n9anxge6 .r1u76gwj a { font-size: 0.92rem; }
.jidfnu .fmne9d5 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.jidfnu .nods6 { display: none; }
.jidfnu .r1u76gwj { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.jidfnu .r1u76gwj li { margin-bottom: 0; }
.jidfnu .r1u76gwj 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;
}
.jidfnu .r1u76gwj a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.z98u .fmne9d5 { padding: 20px 20px 16px; }
.z98u .r1u76gwj {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.z98u .r1u76gwj li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.z98u .r1u76gwj 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;
}
.z98u .r1u76gwj 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;
}
.z98u .r1u76gwj a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.z98u .r1u76gwj a:focus,
.z98u .r1u76gwj a:focus-visible,
.z98u .r1u76gwj a:target { outline: none; }
.z98u .r1u76gwj li:target a { border-color: var(--border); color: var(--text-muted); }
.lutimq8 .fmne9d5 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.lutimq8 .nods6 { display: none; }
.lutimq8 .r1u76gwj { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.lutimq8 .r1u76gwj li { margin-bottom: 0; }
.lutimq8 .r1u76gwj li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.lutimq8 .r1u76gwj li:last-child::after { content: ""; margin-right: 0; }
.lutimq8 .r1u76gwj a { font-size: 0.9rem; }
.fkzhk { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.xai27l .fkzhk { background: var(--bg-card); }
.ol2iiwr .fkzhk:nth-child(odd)  { background: var(--bg-card); }
.ol2iiwr .fkzhk:nth-child(even) { background: var(--bg-raised); }
.aagqguf6 .fkzhk {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.aagqguf6 .fkzhk:last-child { border-bottom: none; }
.aagqguf6 h3.o4jxm { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.vtebx .fkzhk {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.vtebx .fkzhk + .fkzhk { margin-top: 4px; }
.mjiy .fkzhk { background: none; border-radius: 0; padding: 12px 0; }
.mjiy .fkzhk + .fkzhk { border-top: 1px solid var(--border-section); }
.hr0jh0 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.wnwr92 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.ttgb { color: var(--text-body); margin-bottom: 10px; }
.w7mmi6lf, .wuev { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.w7mmi6lf li, .wuev li { margin-bottom: 6px; }
.wuev li { list-style: decimal; }
.tz27he     .w7mmi6lf { list-style-type: "● "; }
.d4yj  .w7mmi6lf { list-style-type: "■ "; }
.t0gu .w7mmi6lf { list-style-type: "◆ "; }
.xz1ooi8    .w7mmi6lf { list-style-type: "★ "; }
.tz27he     .cnkq1 { list-style-type: "● "; }
.d4yj  .cnkq1 { list-style-type: "■ "; }
.t0gu .cnkq1 { list-style-type: "◆ "; }
.xz1ooi8    .cnkq1 { list-style-type: "★ "; }
.tz27he    .w7mmi6lf li::marker, .tz27he    .cnkq1 li::marker,
.d4yj .w7mmi6lf li::marker, .d4yj .cnkq1 li::marker,
.t0gu .w7mmi6lf li::marker, .t0gu .cnkq1 li::marker,
.xz1ooi8   .w7mmi6lf li::marker, .xz1ooi8   .cnkq1 li::marker {
  color: var(--cta); font-size: 1em;
}
.tz27he .wuev,
.d4yj .wuev,
.t0gu .wuev,
.xz1ooi8 .wuev {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.tz27he .wuev li,
.d4yj .wuev li,
.t0gu .wuev li,
.xz1ooi8 .wuev li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.tz27he .wuev li::before,
.d4yj .wuev li::before,
.t0gu .wuev li::before,
.xz1ooi8 .wuev 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;
}
.tz27he     .wuev li::before { border-radius: 50%; }
.d4yj  .wuev li::before { border-radius: 3px; }
.t0gu .wuev li::before { border-radius: 3px; }
.xz1ooi8    .wuev li::before { border-radius: 50%; }
.zo2i { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.xxd9c .zo2i,
.u2d6i6 .zo2i { background: transparent; border: none; border-radius: 0; }
.g7zm { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.g7zm th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.g7zm td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.g7zm tr:hover td { background: var(--bg-hover); }
.ob85 .g7zm tbody tr:nth-child(even) td { background: var(--bg-surface); }
.vn4rj5x .g7zm { border: 1px solid var(--border-alt); }
.vn4rj5x .g7zm th,
.vn4rj5x .g7zm td { border: 1px solid var(--border-alt); }
.pq5b2 .g7zm th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.pq5b2 .g7zm td { border-bottom: none; }
.pq5b2 .g7zm tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.cexn .g7zm th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.l71dd .zo2i {
  overflow: hidden;
}
.l71dd .g7zm th { border-bottom: 1px solid var(--border-alt); }
.l71dd .g7zm tr:last-child td { border-bottom: none; }
.a19d { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.s6d3wfh { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.uh2b0i0h { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.k6fvc { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.rnyrtbh { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.cnkq1 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.cnkq1 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%}
.wo1pmqx .k6fvc { background: transparent; text-align: center; }
.ypnk6o .uh2b0i0h {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.e9ioq .uh2b0i0h {
  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);
}
.k1a71x .s6d3wfh { display: grid; grid-template-columns: auto 1fr; }
.k1a71x .uh2b0i0h {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.k1a71x .k6fvc { grid-column: 2; }
.k1a71x .rnyrtbh,
.k1a71x .cnkq1 { grid-column: 1 / -1; }
.fzt8ur .s6d3wfh { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.fzt8ur .uh2b0i0h {
  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);
}
.fzt8ur .k6fvc { grid-column: 2; }
.fzt8ur .rnyrtbh,
.fzt8ur .cnkq1 { grid-column: 1 / -1; }
.scm3fx4k .s6d3wfh { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.scm3fx4k .k6fvc { background: none; color: var(--accent-light); font-weight: 700; }
.a3jv6b .s6d3wfh { 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); }
.a3jv6b .k6fvc { background: none; color: var(--accent-light); font-weight: 700; }
.wpzmlx .s6d3wfh { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.wpzmlx .s6d3wfh:last-child { border-bottom: none; }
.wpzmlx .k6fvc { background: none; color: var(--accent-light); font-weight: 700; }
.c2em .s6d3wfh { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.c2em .k6fvc { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.fq2srn .a19d { counter-reset: card-n; }
.fq2srn .s6d3wfh  { counter-increment: card-n; }
.fq2srn .k6fvc { display: flex; align-items: center; gap: 10px; }
.fq2srn .k6fvc::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;
}
.pl203hx .s6d3wfh { background: var(--bg-surface); border: 1px solid var(--border); }
.pl203hx .k6fvc { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.vciabn8g { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.iroog  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.pz8pcyi { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.in9otl { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.ndmg4g1m { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.vciabn8g strong { color: var(--text-primary); font-size: 0.95rem; }
.vciabn8g p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.o2f6vd { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.iqlcvzq, .t6fnd9f { border-radius: 8px; padding: 14px; }
.iqlcvzq { background: var(--bg-pros); }
.t6fnd9f { background: var(--bg-cons); }
.rvaqc6w { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.iqlcvzq .rvaqc6w { color: var(--c-pros-label); }
.t6fnd9f .rvaqc6w { color: #f87171; }
.iqlcvzq ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.t6fnd9f ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ubiw { width: 100%; height: auto; border-radius: 10px; display: block; }
.ahgfg3 {
  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;
}
.ahgfg3:hover { opacity: 0.85; }
.w39s3rs3 .ahgfg3  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.w39s3rs3 .ahgfg3:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.mbc7t8k .ahgfg3  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.mbc7t8k .ahgfg3:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.dpryodl .etj83e { border-radius: 50px; }
.dpryodl .ahgfg3  { border-radius: 50px; }
.ejcx .etj83e { padding-left: 22px; padding-right: 22px; }
.ejcx .ahgfg3  { padding-left: 12px; padding-right: 12px; }
.vrrw .etj83e { padding-left: 44px; padding-right: 44px; }
.vrrw .ahgfg3  { padding-left: 24px; padding-right: 24px; }
.vusoc2cz .etj83e { padding-left: 56px; padding-right: 56px; }
.vusoc2cz .ahgfg3  { padding-left: 32px; padding-right: 32px; }
.ivvj70g   .etj83e::after, .ivvj70g   .ahgfg3::after,
.yqz0tq .etj83e::after, .yqz0tq .ahgfg3::after,
.d4b1sbqc    .etj83e::after, .d4b1sbqc    .ahgfg3::after,
.an6w    .etj83e::after, .an6w    .ahgfg3::after,
.qquj2    .etj83e::after, .qquj2    .ahgfg3::after,
.ubgk6     .etj83e::after, .ubgk6     .ahgfg3::after,
.mcj87    .etj83e::after, .mcj87    .ahgfg3::after,
.bxnv   .etj83e::after, .bxnv   .ahgfg3::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;
}
.ivvj70g .etj83e::after, .ivvj70g .ahgfg3::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");
}
.yqz0tq .etj83e::after, .yqz0tq .ahgfg3::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");
}
.d4b1sbqc .etj83e::after, .d4b1sbqc .ahgfg3::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");
}
.an6w .etj83e::after, .an6w .ahgfg3::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");
}
.qquj2 .etj83e::after, .qquj2 .ahgfg3::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");
}
.ubgk6 .etj83e::after, .ubgk6 .ahgfg3::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");
}
.mcj87 .etj83e::after, .mcj87 .ahgfg3::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");
}
.bxnv .etj83e::after, .bxnv .ahgfg3::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");
}
.n2n0lvsr   .qt70k0::after, .n2n0lvsr   .mxcghr::after,
.guja90wq .qt70k0::after, .guja90wq .mxcghr::after,
.so64o4k7    .qt70k0::after, .so64o4k7    .mxcghr::after,
.bu2kefij    .qt70k0::after, .bu2kefij    .mxcghr::after,
.hp94wq    .qt70k0::after, .hp94wq    .mxcghr::after,
.vsoxm     .qt70k0::after, .vsoxm     .mxcghr::after,
.oez00    .qt70k0::after, .oez00    .mxcghr::after,
.h5f4ru   .qt70k0::after, .h5f4ru   .mxcghr::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;
}
.n2n0lvsr .qt70k0::after, .n2n0lvsr .mxcghr::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");
}
.guja90wq .qt70k0::after, .guja90wq .mxcghr::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");
}
.so64o4k7 .qt70k0::after, .so64o4k7 .mxcghr::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");
}
.bu2kefij .qt70k0::after, .bu2kefij .mxcghr::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");
}
.hp94wq .qt70k0::after, .hp94wq .mxcghr::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");
}
.vsoxm .qt70k0::after, .vsoxm .mxcghr::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");
}
.oez00 .qt70k0::after, .oez00 .mxcghr::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");
}
.h5f4ru .qt70k0::after, .h5f4ru .mxcghr::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");
}
.zlpi1lp .dhq9 { background: var(--bg-raised); }
.q1ote.ahgfg3 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .e13jm {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .e13jm::before    { grid-area: rank;   }
  .fpu2bccd           { grid-area: ident;  }
  .fplwst8     { grid-area: rating; min-width: 0; width: auto; }
  .mtecnk           { grid-area: pills;  }
  .q1ote             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .e13jm {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .e13jm::before    { justify-self: center; }
  .fpu2bccd           { width: 100%; }
  .fplwst8     { justify-self: center; }
  .mtecnk           { grid-template-columns: 1fr; }
}
.e0re92md .tilq li::before { content: "→"; }
.e0re92md .qpxd4 li::before { content: "–"; }
@media (min-width: 860px) {
  .o0fkm9n3 .jbbpzt {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .o0fkm9n3 .nmlrc4 { margin: 0; }
}
.u2d6i6 .o2f6vd { gap: 10px; }
.u2d6i6 .iqlcvzq, .u2d6i6 .t6fnd9f { padding: 12px; }
.u2d6i6 .iqlcvzq ul, .u2d6i6 .t6fnd9f ul { margin: 4px 0 0; padding-left: 18px; }
.u2d6i6 .iqlcvzq li, .u2d6i6 .t6fnd9f li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .qmgn { grid-template-columns: 1fr; }
  .z5f58tq { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .z5f58tq .b40nni7a { width: 72px; height: 50px; }
  .z5f58tq .jtz8yda { max-width: 180px; }
  .z5f58tq .gahh3h { width: auto; }
}
@media (max-width: 720px) {
  .zvwq { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .j3vf2 { padding: 16px; }
  .q56s7v .ku91rmt { min-width: 50%; }
}
.yr3215xj .o2f6vd { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .ookw { grid-template-columns: 1fr; }
  .rr707 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .aqu57x { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .sapk5x { flex-wrap: wrap; padding: 16px; }
}
.s6l04a .o2f6vd { gap: 8px; }
.s6l04a .iqlcvzq, .s6l04a .t6fnd9f { padding: 8px; }
@media (max-width: 480px) {
  .bzd7l { flex-direction: column; align-items: stretch; }
}
.qxdgul .gahh3h .ahgfg3 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .wv7mzces { flex-direction: column; align-items: stretch; gap: 10px; }
  .qxdgul .gahh3h { text-align: center; }
}
@media (max-width: 720px) {
  .lg9e94p { grid-template-columns: 1fr; }
  .uaxiic6c { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .nzgd { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .ek0u { grid-template-columns: 1fr; }
  .y9vju { width: 100px; height: 100px; margin: 16px auto; }
  .r3odb38z { font-size: 1.4rem; }
  .eeg9 { justify-content: center; }
  .jtze7 .ku91rmt { min-width: 50%; }
}
.x4lpuys .o2f6vd { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .x8z2690 { flex-wrap: wrap; padding: 14px 16px; }
  .qu5eip7 { padding: 12px 16px; }
  .x4lpuys .o2f6vd { margin: 0 16px; }
  .x4lpuys .frnyz { padding: 0 16px; }
  .c1kb5 { padding: 12px 16px; }
}
.avwwatr .mtecnk .hdhv0fv {
  background: transparent; padding: 4px 8px;
}
.avwwatr .mtecnk .zlzh { font-size: .65rem; opacity: .65; }
.avwwatr .mtecnk .kdop8e   { font-size: 1.15rem; color: var(--accent-light); }
.cvex68eu .xk3ud6s {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.yiis { margin: 16px 0; }
.eo1yu { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.eo1yu summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.eo1yu summary::after { content: "+"; color: var(--accent-light); }
.eo1yu[open] summary::after { content: "−"; }
.eo1yu p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.bbv7wd4 { margin-bottom: 0; }
.ywad5 h2.xhzgoi { color: var(--text-primary); border-color: var(--accent-light); }
.lkezixl8 h2.xhzgoi { color: var(--text-primary); border-color: var(--accent-light); }
.zvqe .iroog     { background: #052e16; border-color: #10b981; }
.zvqe .pz8pcyi { background: #2d0a1e; border-color: #f43f5e; }
.zvqe .in9otl    { background: #1e1036; border-color: #a855f7; }
.zvqe .vciabn8g strong  { color: #f1f5f9; }
.zvqe .vciabn8g p       { color: #cbd5e1; }
.zvqe .rhsv1q5    .iroog     .ndmg4g1m::before,
.zvqe .k1j5f  .iroog     .ndmg4g1m::before,
.zvqe .jdhqv0  .iroog     .ndmg4g1m::before,
.zvqe .fvmg4 .iroog     .ndmg4g1m::before { color: #10b981; }
.zvqe .rhsv1q5    .pz8pcyi .ndmg4g1m::before,
.zvqe .k1j5f  .pz8pcyi .ndmg4g1m::before,
.zvqe .jdhqv0  .pz8pcyi .ndmg4g1m::before,
.zvqe .fvmg4 .pz8pcyi .ndmg4g1m::before { color: #f43f5e; }
.zvqe .rhsv1q5    .in9otl    .ndmg4g1m::before,
.zvqe .k1j5f  .in9otl    .ndmg4g1m::before,
.zvqe .jdhqv0  .in9otl    .ndmg4g1m::before,
.zvqe .fvmg4 .in9otl    .ndmg4g1m::before { color: #a855f7; }
.xdiazir .iroog     { background: #2d2000; border-color: #eab308; }
.xdiazir .pz8pcyi { background: #2d0b0b; border-color: #ef4444; }
.xdiazir .in9otl    { background: #2d1600; border-color: #f97316; }
.xdiazir .vciabn8g strong  { color: #f1f5f9; }
.xdiazir .vciabn8g p       { color: #cbd5e1; }
.xdiazir .rhsv1q5    .iroog     .ndmg4g1m::before,
.xdiazir .k1j5f  .iroog     .ndmg4g1m::before,
.xdiazir .jdhqv0  .iroog     .ndmg4g1m::before,
.xdiazir .fvmg4 .iroog     .ndmg4g1m::before { color: #eab308; }
.xdiazir .rhsv1q5    .pz8pcyi .ndmg4g1m::before,
.xdiazir .k1j5f  .pz8pcyi .ndmg4g1m::before,
.xdiazir .jdhqv0  .pz8pcyi .ndmg4g1m::before,
.xdiazir .fvmg4 .pz8pcyi .ndmg4g1m::before { color: #ef4444; }
.xdiazir .rhsv1q5    .in9otl    .ndmg4g1m::before,
.xdiazir .k1j5f  .in9otl    .ndmg4g1m::before,
.xdiazir .jdhqv0  .in9otl    .ndmg4g1m::before,
.xdiazir .fvmg4 .in9otl    .ndmg4g1m::before { color: #f97316; }
.fg40cy22 .iroog     { background: #0c1a2e; border-color: #38bdf8; }
.fg40cy22 .pz8pcyi { background: #12103a; border-color: #818cf8; }
.fg40cy22 .in9otl    { background: #0a2020; border-color: #2dd4bf; }
.fg40cy22 .vciabn8g strong  { color: #f1f5f9; }
.fg40cy22 .vciabn8g p       { color: #cbd5e1; }
.fg40cy22 .rhsv1q5    .iroog     .ndmg4g1m::before,
.fg40cy22 .k1j5f  .iroog     .ndmg4g1m::before,
.fg40cy22 .jdhqv0  .iroog     .ndmg4g1m::before,
.fg40cy22 .fvmg4 .iroog     .ndmg4g1m::before { color: #38bdf8; }
.fg40cy22 .rhsv1q5    .pz8pcyi .ndmg4g1m::before,
.fg40cy22 .k1j5f  .pz8pcyi .ndmg4g1m::before,
.fg40cy22 .jdhqv0  .pz8pcyi .ndmg4g1m::before,
.fg40cy22 .fvmg4 .pz8pcyi .ndmg4g1m::before { color: #818cf8; }
.fg40cy22 .rhsv1q5    .in9otl    .ndmg4g1m::before,
.fg40cy22 .k1j5f  .in9otl    .ndmg4g1m::before,
.fg40cy22 .jdhqv0  .in9otl    .ndmg4g1m::before,
.fg40cy22 .fvmg4 .in9otl    .ndmg4g1m::before { color: #2dd4bf; }
.ngi2p .iroog     { background: var(--accent-bg); border-color: var(--accent-light); }
.ngi2p .pz8pcyi { background: var(--accent-bg-light); border-color: var(--accent-light); }
.ngi2p .in9otl    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ngi2p .rhsv1q5    .ndmg4g1m::before,
.ngi2p .k1j5f  .ndmg4g1m::before,
.ngi2p .jdhqv0  .ndmg4g1m::before,
.ngi2p .fvmg4 .ndmg4g1m::before { color: var(--accent-light) !important; }
.d46bk::before,
.rdcj::before { margin-right: 5px; }
.euwoike .iqlcvzq ul li,
.euwoike .iqlcvzq .d46bk { color: #22c55e; }
.euwoike .t6fnd9f ul li,
.euwoike .t6fnd9f .rdcj { color: #ef4444; }
.ign2gs .iqlcvzq { background: var(--bg-pros); }
.ign2gs .t6fnd9f { background: var(--bg-cons); }
.ign2gs .iqlcvzq .d46bk { color: var(--c-pros-label); }
.ign2gs .t6fnd9f .rdcj { color: var(--c-cons); }
.ign2gs .iqlcvzq ul li,
.ign2gs .t6fnd9f ul li,
.nrvs1 .iqlcvzq { background: var(--bg-pros); }
.nrvs1 .t6fnd9f { background: var(--bg-cons); }
.nrvs1 .iqlcvzq .d46bk { color: var(--c-pros-label); }
.nrvs1 .t6fnd9f .rdcj { color: var(--c-cons); }
.nrvs1 .iqlcvzq ul li,
.nrvs1 .tilq li          { color: var(--c-pros); }
.nrvs1 .t6fnd9f ul li,
.nrvs1 .qpxd4 li          { color: var(--c-cons); }
.jzfdn1g .d46bk::before { content: "✓ "; }
.jzfdn1g .rdcj::before { content: "✗ "; }
.e0re92md .d46bk::before { content: "→ "; }
.e0re92md .rdcj::before { content: "← "; }
.rol366 .d46bk::before { content: "★ "; }
.rol366 .rdcj::before { content: "✕ "; }
.ek6m1at .d46bk::before { content: "◆ "; }
.ek6m1at .rdcj::before { content: "▲ "; }
.x5f2p .vciabn8g { background: transparent; border-left: none; border: 1.5px solid; }
.x5f2p .iroog     { border-color: var(--c-tip-border); }
.x5f2p .pz8pcyi { border-color: var(--c-warn-border); }
.x5f2p .in9otl    { border-color: #60a5fa; }
.x5f2p .vciabn8g strong { color: var(--text-primary); }
.x5f2p .vciabn8g p      { color: var(--text-muted); }
.r9oe .vciabn8g { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.r9oe .iroog     { border-top-color: var(--c-tip-border); }
.r9oe .pz8pcyi { border-top-color: var(--c-warn-border); }
.r9oe .in9otl    { border-top-color: #60a5fa; }
.m3kpw0b .vciabn8g { border-left: none; border-radius: 8px; }
.m3kpw0b .iroog     { background: #065f46; }
.m3kpw0b .pz8pcyi { background: #92400e; }
.m3kpw0b .in9otl    { background: #1e3a8a; }
.m3kpw0b .vciabn8g strong,
.m3kpw0b .vciabn8g p { color: #fff; }
.m3kpw0b .ndmg4g1m::before { color: rgba(255,255,255,0.85) !important; }
.zvqe.m3kpw0b .iroog,
.zvqe .m3kpw0b .iroog     { background: #052e16; }
.zvqe.m3kpw0b .pz8pcyi,
.zvqe .m3kpw0b .pz8pcyi { background: #2d0a1e; }
.zvqe.m3kpw0b .in9otl,
.zvqe .m3kpw0b .in9otl    { background: #1e1036; }
.xdiazir.m3kpw0b .iroog,
.xdiazir .m3kpw0b .iroog      { background: #2d2000; }
.xdiazir.m3kpw0b .pz8pcyi,
.xdiazir .m3kpw0b .pz8pcyi  { background: #2d0b0b; }
.xdiazir.m3kpw0b .in9otl,
.xdiazir .m3kpw0b .in9otl     { background: #2d1600; }
.fg40cy22.m3kpw0b .iroog,
.fg40cy22 .m3kpw0b .iroog      { background: #0c1a2e; }
.fg40cy22.m3kpw0b .pz8pcyi,
.fg40cy22 .m3kpw0b .pz8pcyi  { background: #12103a; }
.fg40cy22.m3kpw0b .in9otl,
.fg40cy22 .m3kpw0b .in9otl     { background: #0a2020; }
.b0q7kq .vciabn8g { border-left: none; border-radius: 6px; padding: 10px 14px; }
.b0q7kq .iroog     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.b0q7kq .pz8pcyi { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.b0q7kq .in9otl    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.b0q7kq .vciabn8g strong { color: var(--text-primary); }
.b0q7kq .vciabn8g p      { color: var(--text-muted); }
.rpq5 .vciabn8g { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.rhsv1q5 .ndmg4g1m,
.k1j5f .ndmg4g1m,
.jdhqv0 .ndmg4g1m,
.fvmg4 .ndmg4g1m { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.rhsv1q5 .ndmg4g1m::before,
.k1j5f .ndmg4g1m::before,
.jdhqv0 .ndmg4g1m::before,
.fvmg4 .ndmg4g1m::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.rhsv1q5 .iroog     .ndmg4g1m::before { content: "✦"; color: var(--c-tip-border); }
.rhsv1q5 .pz8pcyi .ndmg4g1m::before { content: "▲"; color: var(--c-warn-border); }
.rhsv1q5 .in9otl    .ndmg4g1m::before { content: "◉"; color: #60a5fa; }
.k1j5f .iroog     .ndmg4g1m::before { content: "★"; color: var(--c-tip-border); }
.k1j5f .pz8pcyi .ndmg4g1m::before { content: "◆"; color: var(--c-warn-border); }
.k1j5f .in9otl    .ndmg4g1m::before { content: "●"; color: #60a5fa; }
.jdhqv0 .iroog     .ndmg4g1m::before { content: "▶"; color: var(--c-tip-border); }
.jdhqv0 .pz8pcyi .ndmg4g1m::before { content: "■"; color: var(--c-warn-border); }
.jdhqv0 .in9otl    .ndmg4g1m::before { content: "▸"; color: #60a5fa; }
.fvmg4 .iroog     .ndmg4g1m::before { content: "→"; color: var(--c-tip-border); }
.fvmg4 .pz8pcyi .ndmg4g1m::before { content: "⬥"; color: var(--c-warn-border); }
.fvmg4 .in9otl    .ndmg4g1m::before { content: "◈"; color: #60a5fa; }
.in3chl .xai27l .fkzhk,
.in3chl .ol2iiwr .fkzhk  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.in3chl .s6d3wfh                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.in3chl .zo2i          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.in3chl .fmne9d5                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.i885e8 .xai27l .fkzhk,
.i885e8 .ol2iiwr .fkzhk,
.i885e8 .s6d3wfh,
.i885e8 .e13jm,
.i885e8 .nmlrc4,
.i885e8 .zo2i,
.i885e8 .fmne9d5,
.i885e8 .rpq5 .vciabn8g { box-shadow: none; }
.joasg   .ttgb, .joasg .hr0jh0, .joasg .wnwr92,
.joasg   .jxshasl, .joasg .lr69 { font-size: 0.9rem; }
.joasg   .w7mmi6lf, .joasg .wuev { font-size: 0.9rem; }
.yc0u   .ttgb, .yc0u .hr0jh0, .yc0u .wnwr92,
.yc0u   .jxshasl, .yc0u .lr69 { font-size: 0.95rem; }
.yc0u   .w7mmi6lf, .yc0u .wuev { font-size: 0.95rem; }
.gnmbvagc   .ttgb, .gnmbvagc .hr0jh0, .gnmbvagc .wnwr92,
.gnmbvagc   .jxshasl, .gnmbvagc .lr69 { font-size: 1.08rem; }
.gnmbvagc   .w7mmi6lf, .gnmbvagc .wuev { font-size: 1.05rem; }
.gnmbvagc   .g7zm { font-size: 0.97rem; }
.lb60myw .j6hnaxw      { font-size: 3.2rem; }
.lb60myw h2.xhzgoi { font-size: 1.9rem; }
.lb60myw h3.o4jxm     { font-size: 1.4rem; }
.i5ecoxza .j6hnaxw      { font-size: 3.8rem; }
.i5ecoxza h2.xhzgoi { font-size: 2.2rem; }
.i5ecoxza h3.o4jxm     { font-size: 1.6rem; }
.bbv7wd4 + .bbv7wd4 { position: relative; }
.syfc1   .bbv7wd4 + .bbv7wd4::before,
.eaq0  .bbv7wd4 + .bbv7wd4::before,
.hb9av9f   .bbv7wd4 + .bbv7wd4::before,
.agsepto0   .bbv7wd4 + .bbv7wd4::before,
.ph8z   .bbv7wd4 + .bbv7wd4::before,
.uba82u38 .bbv7wd4 + .bbv7wd4::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.syfc1 .bbv7wd4 + .bbv7wd4::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.eaq0 .bbv7wd4 + .bbv7wd4::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.hb9av9f .bbv7wd4 + .bbv7wd4::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;
}
.agsepto0 .bbv7wd4 + .bbv7wd4::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.z20253x .bbv7wd4 { margin-bottom: 16px; }
.z20253x .bbv7wd4 + .bbv7wd4 { margin-top: 0; }
.z20253x .a3lsz6o { padding-top: 0; padding-bottom: 0; }
.ph8z .bbv7wd4 + .bbv7wd4::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.uba82u38 .bbv7wd4 + .bbv7wd4::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.qet2yg .bbv7wd4 + .bbv7wd4::before,
.s7wu466 .bbv7wd4 + .bbv7wd4::before,
.lqh01zor .bbv7wd4 + .bbv7wd4::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%;
}
.iu7qdp .qet2yg .bbv7wd4:nth-child(even)::before,
.iu7qdp .s7wu466 .bbv7wd4:nth-child(even)::before,
.iu7qdp .lqh01zor .bbv7wd4:nth-child(even)::before { background: var(--bg-surface); }
.cazyp52 .qet2yg .bbv7wd4:nth-child(even)::before,
.cazyp52 .s7wu466 .bbv7wd4:nth-child(even)::before,
.cazyp52 .lqh01zor .bbv7wd4:nth-child(even)::before { background: var(--bg-card); }
.qet2yg .bbv7wd4 + .bbv7wd4::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");
}
.s7wu466 .bbv7wd4 + .bbv7wd4::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");
}
.lqh01zor .bbv7wd4 + .bbv7wd4::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");
}
.auae1kbi .ukr5p6,
.v63fdbia .ukr5p6,
.vegv .ukr5p6 { overflow: hidden; }
.auae1kbi .a1yy,
.v63fdbia .a1yy { margin-bottom: 60px; }
.vegv .a1yy { margin-bottom: 70px; }
.vegv .rdtng9f { padding-bottom: 70px; }
.auae1kbi .ukr5p6::before,
.v63fdbia .ukr5p6::before,
.vegv .ukr5p6::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.auae1kbi .ukr5p6::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");
}
.v63fdbia .ukr5p6::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");
}
.vegv .ukr5p6::before {
  height: 70px;
  -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");
}
.fn5ldcd0 .ukr5p6:not(.lvipekm) .hdv8xhlc { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.w8ebt337 .ukr5p6:not(.lvipekm) .hdv8xhlc { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.zymzj  .ukr5p6:not(.lvipekm) .hdv8xhlc { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.gkfihzdp  .ukr5p6:not(.lvipekm) .hdv8xhlc { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.gkfihzdp .lvipekm { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.gkfihzdp .atm8t9 { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.gkfihzdp .t0ip { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.n5g03g .lvipekm .hdv8xhlc { background: none; }
.n5g03g .ukr5p6:not(.lvipekm) .hdv8xhlc { background: rgba(0,0,0,0.6); }
.k7f348y .mxtf7rl { float: left; width: 38%; margin: 0 28px 16px 0; }
.k7f348y .mxtf7rl .ubiw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.k7f348y .a3lsz6o::after { content: ''; display: block; clear: both; }
.qu174 .mxtf7rl { float: right; width: 38%; margin: 0 0 16px 28px; }
.qu174 .mxtf7rl .ubiw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.qu174 .a3lsz6o::after { content: ''; display: block; clear: both; }
.myku7z .bbv7wd4:nth-child(odd)  .mxtf7rl { float: left;  width: 38%; margin: 0 28px 16px 0; }
.myku7z .bbv7wd4:nth-child(even) .mxtf7rl { float: right; width: 38%; margin: 0 0 16px 28px; }
.myku7z .mxtf7rl .ubiw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.myku7z .a3lsz6o::after { content: ''; display: block; clear: both; }
.k7f348y .a19d,
.qu174 .a19d,
.myku7z .a19d,
.myku7z .pu2t { clear: both; }
@media (max-width: 900px) {
  .k7f348y .mxtf7rl,
  .qu174 .mxtf7rl,
  .myku7z .bbv7wd4:nth-child(odd)  .mxtf7rl,
  .myku7z .bbv7wd4:nth-child(even) .mxtf7rl {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .k7f348y .mxtf7rl .ubiw,
  .qu174 .mxtf7rl .ubiw,
  .myku7z .mxtf7rl .ubiw {
    max-height: none !important;
  }
}
.k7f348y .w7mmi6lf,
.k7f348y .wuev,
.qu174 .w7mmi6lf,
.qu174 .wuev,
.myku7z .w7mmi6lf,
.myku7z .wuev { overflow: hidden; }
@media (max-width: 640px) {
  .k7f348y .mxtf7rl,
  .qu174 .mxtf7rl,
  .myku7z .mxtf7rl { float: none; width: 100%; margin: 0 0 16px 0; }
}
.i7ao .d1upl,
.i7ao .a3lsz6o,
.i7ao .zjkr9  { max-width: 1100px; }
.i7ao { --content-mw: 1100px; }
.w8mtb6a8 .d1upl,
.w8mtb6a8 .a3lsz6o,
.w8mtb6a8 .zjkr9  { max-width: 1200px; }
.hdrko5 .d1upl,
.hdrko5 .a3lsz6o,
.hdrko5 .zjkr9  { max-width: 1320px; }
.t7aa3mo { font-size: 0.82rem; color: var(--text-muted); }
.znj2tm { display: flex; align-items: center; }
.rlsk7tj {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.hvcnt { display: flex; align-items: center; }
.oa3k1 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.oa3k1:hover { text-decoration: underline; }
.x672kx77 { margin: 0 3px; opacity: 0.45; }
.x672kx77::before { content: '/'; }
.s6kd { padding: 2px 5px; color: var(--text-main); }
.r7enp7d4 .t7aa3mo {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.r7enp7d4 .znj2tm { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.d7uw .t7aa3mo {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.d7uw .znj2tm { padding: 0 0 0 12px; }
.jb4hum1 .znj2tm { padding: 0 16px; }
.jb4hum1 .t7aa3mo {
  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);
}
.jb4hum1 .d1upl { padding-top: 28px; }
@media (max-width: 720px) {
  .nd0q1kw { margin-top: 18px; padding: 0 16px; }
  .jb4hum1 .d1upl { padding-top: 16px; }
}
.i7ao.r7enp7d4 .znj2tm { max-width: 1100px; }
.w8mtb6a8.r7enp7d4 .znj2tm { max-width: 1200px; }
.hdrko5.r7enp7d4 .znj2tm { max-width: 1320px; }
.i7ao .nd0q1kw { max-width: 1100px; }
.rob72 .bbv7wd4 { padding-top: 16px; padding-bottom: 16px; }
.w425ra9q .bbv7wd4 { padding-top: 24px; padding-bottom: 24px; }
.vctm .bbv7wd4 { padding-top: 40px; padding-bottom: 40px; }
.p21bwl2e .bbv7wd4 { padding-top: 52px; padding-bottom: 52px; }
.icq0w .bbv7wd4:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.icq0w .bbv7wd4:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.icq0w .bbv7wd4:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.icq0w .bbv7wd4:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ruqyqx .a3lsz6o { padding-top: 10px;  padding-bottom: 10px; }
.mn2sjak .a3lsz6o { padding-top: 18px;  padding-bottom: 18px; }
.ock4d9c .a3lsz6o { padding-top: 36px;  padding-bottom: 36px; }
.vjbdl .a3lsz6o { padding-top: 48px;  padding-bottom: 48px; }
.fv4i7 h2.xhzgoi { font-weight: 600; }
.fv4i7 h3.o4jxm     { font-weight: 600; }
.ti853 h2.xhzgoi { font-weight: 800; }
.ti853 h3.o4jxm     { font-weight: 700; }
.d1vc { font-weight: 600; }
.d1vc h2.xhzgoi { font-weight: 900; }
.d1vc h3.o4jxm     { font-weight: 800; }
.d1vc .vciabn8g strong,
.d1vc .vciabn8g strong { font-weight: 600; }
.qt70k0 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.f06us .qt70k0 { display: none; }
@media (max-width: 640px) {
  .u2orb0k { display: none; }
  .qt70k0 {
    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;
  }
}
.qt70k0 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.qt70k0:hover { opacity: 0.85; }
.x9jbfzox .qt70k0 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.fdhk3 .qt70k0,
.tecze5xn  .qt70k0 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.fdhk3 .qt70k0:hover,
.tecze5xn  .qt70k0:hover { opacity: 0.88; }
.x9jbfzox.fdhk3 .qt70k0,
.x9jbfzox.tecze5xn  .qt70k0 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.mxcghr {
  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;
}
.mxcghr:hover { transform: translateY(-2px); opacity: 0.92; }
.mxcghr { background: var(--cta) !important; color: #fff !important; border: none !important; }
.obae .mxcghr { display: none; }
.nfp4kzg .mxcghr { right: 32px; }
.dkxb  .mxcghr { left: 32px; }
@media (max-width: 480px) {
  .nfp4kzg .mxcghr { right: 20px; bottom: 20px; }
  .dkxb  .mxcghr { left: 20px; bottom: 20px; }
}
.a3bq8uh { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.zjkr9 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.e67x { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.rwulh95 { color: var(--text-dim); font-size: 0.8rem; }
.nddnjm8 a, .haeklfds a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.nddnjm8 a:hover, .haeklfds a:hover { color: var(--accent-light); }
.haeklfds { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.w8dai4h .zjkr9 { text-align: center; }
.w8dai4h .haeklfds { justify-content: center; margin-bottom: 16px; }
.w8dai4h .e67x { margin-top: 0; }
.chmqy1w { margin-top: 10px; }
.chmqy1w a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .zjkr9 { padding-left: 16px; padding-right: 16px; }
  .pfmc .zjkr9 { padding: 20px 16px; }
  .haeklfds { gap: 4px 12px; }
  .e67x { font-size: 0.78rem; }
}
.ijgek .e67x { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ijgek .rwulh95 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ijgek .imz65v { grid-template-columns: 1fr 1fr; } .ijgek .tkgqs5 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ijgek .imz65v { grid-template-columns: 1fr; } }
.zibse .e67x { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .zibse .e7izcy0x { gap: 12px; } .zibse .jvw4jtt0 { margin-right: 0; width: 100%; } }
.i3csbylv .e67x { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.i3csbylv .rwulh95 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .i3csbylv .xudo9m0 { grid-template-columns: 1fr 1fr; } .i3csbylv .s2f0k9hn { grid-column: 1 / -1; } }
@media (max-width: 480px) { .i3csbylv .xudo9m0 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .i87l2h .y1bd { grid-template-columns: 1fr 1fr; } .i87l2h .tiv6:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .i87l2h .y1bd { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .uozd .y1bd { grid-template-columns: 1fr; } }
.ksu2gr .zjkr9 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ksu2gr .haeklfds { justify-content: center; }
.h46r6e .s7z1      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.h46r6e .a3bq8uh { background: var(--bg-page); border-top-color: var(--border-alt); }
.gyw8s .s7z1      { background: #0d1117; border-bottom-color: #21262d; }
.gyw8s .ximd05c { color: var(--accent-light); }
.gyw8s .rla2o440 { --msep-color: #8b949e; }
.gyw8s .rla2o440 a { color: #8b949e; }
.gyw8s .rla2o440 a:hover { color: var(--accent-light); }
.gyw8s .ee1cgss { color: #8b949e; }
.gyw8s .a3bq8uh { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.gyw8s .e67x,
.gyw8s .rwulh95 { color: #6e7681; }
.gyw8s .nddnjm8 a, .gyw8s .haeklfds a,
.gyw8s .nddnjm8 a:hover, .gyw8s .haeklfds a:hover,
@media (max-width: 640px) {
  .gyw8s .rla2o440 { background: #0d1117; border-top-color: #21262d; }
  .gyw8s .rla2o440 li a { border-bottom-color: #21262d; }
}
.qo4op3 .s7z1      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.qo4op3 .ximd05c { color: var(--accent-light); }
.qo4op3 .rla2o440 { --msep-color: #475569; }
.qo4op3 .rla2o440 a { color: #475569; }
.qo4op3 .rla2o440 a:hover { color: var(--accent-light); }
.qo4op3 .ee1cgss { color: #64748b; }
.qo4op3 .a3bq8uh { background: #f0f4f8; border-top-color: #cbd5e1; }
.qo4op3 .e67x,
.qo4op3 .rwulh95 { color: #64748b; }
.qo4op3 .nddnjm8 a, .qo4op3 .haeklfds a,
.qo4op3 .nddnjm8 a:hover, .qo4op3 .haeklfds a:hover,
@media (max-width: 640px) {
  .qo4op3 .rla2o440 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .qo4op3 .rla2o440 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.fdhk3 .s7z1      { background: var(--accent); border-bottom-color: var(--accent-light); }
.fdhk3 .ximd05c { color: #fff; }
.fdhk3 .rla2o440 { --msep-color: rgba(255,255,255,0.82); }
.fdhk3 .rla2o440 a { color: rgba(255,255,255,0.82); }
.fdhk3 .rla2o440 a:hover { color: #fff; }
.fdhk3 .ee1cgss { color: rgba(255,255,255,0.9); }
.fdhk3 .a3bq8uh { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.fdhk3 .e67x,
.fdhk3 .rwulh95 { color: rgba(255,255,255,0.72); }
.fdhk3 .nddnjm8 a, .fdhk3 .haeklfds a,
.fdhk3 .nddnjm8 a:hover, .fdhk3 .haeklfds a:hover,
@media (max-width: 640px) {
  .fdhk3 .rla2o440 { background: var(--accent); border-top-color: var(--accent-light); }
  .fdhk3 .rla2o440 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.tecze5xn .s7z1 {
  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);
}
.tecze5xn .a3bq8uh {
  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) {
  .tecze5xn .rla2o440 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.te4zsfk .szi2w { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.r4xb8y .szi2w { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.h877 .szi2w { min-height: 72px; height: auto; }
.tubfpu90 .szi2w { min-height: 84px; height: auto; }
.pfmc .szi2w { max-width: none; padding: 0 32px; }
.pfmc .zjkr9  { max-width: none; padding: 24px 32px; }
.nybvo.w8mtb6a8 .szi2w { max-width: 1200px; }
.nybvo.hdrko5 .szi2w { max-width: 1320px; }
.v763df3   .ximd05c, .v763df3   .jvw4jtt0 { text-transform: capitalize; }
.x5m5l .ximd05c, .x5m5l .jvw4jtt0 { text-transform: lowercase; }
.t3afq .ximd05c, .t3afq .jvw4jtt0 { text-transform: uppercase; letter-spacing: 0.06em; }
.ebmfv3, .kfmj {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.z91y .ebmfv3,
.qb5vlvi .ebmfv3,
.ntutsi .ebmfv3,
.k9jnhc .ebmfv3,
.f7b0   .rla2o440 a { font-weight: 500; }
.tyyd1xl .rla2o440 a { font-weight: 600; }
.me5bba2s     .rla2o440 a { font-weight: 700; }
.bs7e5o0    .rla2o440 a { font-weight: 800; letter-spacing: 0.01em; }
.kdh5w     .rla2o440 > li + li::before,
.tqmx    .rla2o440 > li + li::before,
.j34tw    .rla2o440 > li + li::before,
.lqmj6ud1 .rla2o440 > li + li::before,
.qbc1uvpd .rla2o440 > li + li::before,
.y8xq  .rla2o440 > li + li::before,
.c96dbf8    .rla2o440 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.kdh5w     .rla2o440 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.tqmx    .rla2o440 > li + li::before { content: "|"; }
.j34tw    .rla2o440 > li + li::before { content: "—"; }
.lqmj6ud1 .rla2o440 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.qbc1uvpd .rla2o440 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.y8xq  .rla2o440 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.c96dbf8    .rla2o440 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ur3rece .ee1cgss,
  .gdyf1z .ee1cgss,
  .hjvige .ee1cgss,
  .hz70hp5y .ee1cgss,
  .v09lbz9 .ee1cgss {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ur3rece .ee1cgss::before,
  .gdyf1z .ee1cgss::before,
  .hjvige .ee1cgss::before,
  .hz70hp5y .ee1cgss::before,
  .v09lbz9 .ee1cgss::before { content: ""; display: block; flex-shrink: 0; }

  
  .ur3rece .ee1cgss::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;
  }

  
  .gdyf1z .ee1cgss::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;
  }

  
  .hjvige .ee1cgss::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;
  }

  
  .hz70hp5y .ee1cgss::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;
  }

  
  .v09lbz9 .ee1cgss::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) {
  .qg97 .ee1cgss {
    padding: 5px 14px;
  }
  .qg97 .rla2o440 {
    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;
  }
  .qg97 .rla2o440 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .qg97 .rla2o440 li a:hover { background: var(--bg-raised); }
  .qg97 .hz7xo7,
  .gjmm0 .hz7xo7,
  .tpjab .hz7xo7 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .uvec0 .ee1cgss {
    padding: 5px 10px;
  }
  .uvec0 .rla2o440 {
    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);
  }
  .uvec0 .rla2o440.sren79n { transform: translateX(0); }
  .uvec0 .rla2o440 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .uvec0 .rla2o440 li:last-child a { border-bottom: none; }
  .fdhk3 .rla2o440,
  .gyw8s .rla2o440 { background: var(--accent) !important; }
  .fdhk3 .rla2o440 li a,
  .gyw8s .rla2o440 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .tpjab .ee1cgss {
    padding: 5px 10px;
  }
  .tpjab .rla2o440 {
    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);
  }
  .tpjab .rla2o440::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .tpjab .rla2o440.sren79n { transform: translateY(0); }
  .tpjab .rla2o440 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ay66 .ee1cgss {
    padding: 5px 10px;
  }
  .ay66 .rla2o440 {
    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;
  }
  .ay66 .rla2o440.sren79n { opacity: 1; pointer-events: auto; }
  .ay66 .rla2o440 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .wzimdlv     .ee1cgss { border-radius: 0 !important; }
  .xwvh8   .ee1cgss { border-radius: 8px !important; }
  .q0ow2dud .ee1cgss { border-radius: 50% !important; }
  .n23qo3jh   .ee1cgss { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .ngdtemc .poesvk { flex-direction: column; align-items: stretch; }
  .ngdtemc .qhn88 { flex-direction: row; min-width: auto; }
  .ngdtemc .e4jy { align-items: flex-start; text-align: left; }
}
.p1te1,
.p1te1.bbv7wd4,
.iu7qdp .p1te1,
.reqxrnek .p1te1,
.cazyp52 .p1te1,
.qx0yc3fr .p1te1 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.x284k8 {
  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;
}
.yx21gj7d { flex: 1 1 280px; min-width: 0; }
.lhl1anb3 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.x8y9z0 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.yz1i04 {
  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;
}
.yz1i04:hover { transform: translateY(-1px); opacity: 0.95; }
.a5bu4 .x284k8 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.a5bu4 .lhl1anb3 { color: var(--cta); }
.a5bu4 .x8y9z0 { color: var(--text-body); }
.a5bu4 .yz1i04 {
  background: var(--cta) !important;
  color: #fff !important;
}
.px9gfk .x284k8 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.px9gfk .lhl1anb3 { color: var(--text-primary); }
.px9gfk .x8y9z0 { color: var(--text-body); }
.px9gfk .yz1i04 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .x284k8 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .yx21gj7d { flex: 0 0 auto; }
  .lhl1anb3 { font-size: 1.2rem; }
  .yz1i04 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.ydw62h .di1l3 { height: 36px; }
.iw0m6pb .di1l3 { height: 60px; max-width: 200px; }
.xyln382s .di1l3 { height: 56px; max-width: 180px; }
.l532l    .xk3ud6s, .l532l    .cfzm5 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.avwwatr .zlzh {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.avwwatr .kdop8e {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .qjicn54 .pu2t {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .qjicn54 .e13jm {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .qjicn54 .e13jm { padding: 40px 16px 20px; }
  .qjicn54 .hdhv0fv {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .qjicn54 .q1ote { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .xqaxq2 .e13jm {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .xqaxq2 .e13jm::before {
    position: absolute; top: 14px; left: 14px;
  }
  .xqaxq2 .fpu2bccd {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .xqaxq2 .fhve { white-space: normal; text-align: center; font-size: 1.2rem; }
  .xqaxq2 .hdhv0fv {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .xqaxq2 .q1ote { width: 100%; min-width: 0; }
  .xqaxq2 .xk3ud6s { min-width: 0; }
}
.wvd59o .e13jm::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.mp4e10 .eo1yu {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.mp4e10 .eo1yu summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.mp4e10 .eo1yu p { padding: 0 2px 16px; }
.ys8mre .eo1yu { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ys8mre .eo1yu summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ys8mre .eo1yu summary::after { content: "›"; font-size: 1.2em; }
.ys8mre .eo1yu[open] summary::after { content: "‹"; }
.ys8mre .eo1yu p { padding: 10px 22px 4px; }
.sc8k7 .eo1yu {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.sc8k7 .eo1yu summary { color: var(--text-primary); padding-left: 16px; }
.sc8k7 .eo1yu summary::after { content: "›"; font-size: 1.1em; }
.sc8k7 .eo1yu[open] summary::after { content: "‹"; }
.sc8k7 .eo1yu p { padding-left: 16px; }
.fpv3brk .yiis { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.fpv3brk .eo1yu {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.fpv3brk .eo1yu:last-child { border-bottom: none; }
.fpv3brk .eo1yu summary { color: var(--text-primary); border-radius: 0; }
.fpv3brk .eo1yu summary::after { content: "›"; font-size: 1.1em; }
.fpv3brk .eo1yu[open] summary::after { content: "‹"; }
.ef9i60v .eo1yu { overflow: hidden; }
.ef9i60v .eo1yu summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ef9i60v .eo1yu summary::after { color: rgba(255,255,255,.75); }
.ef9i60v .eo1yu[open] summary { border-radius: 0; }
.wme44lq1 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.vb8zs2 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.drs9354 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.o4ktbf { color: var(--text-muted); font-size: 1.05rem; }
.uvs5vg {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.dqbz { margin-bottom: 20px; }
.mgundj4 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.sevpy3b {
  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;
}
.sevpy3b:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.wle6e8 { resize: vertical; min-height: 130px; }
.mtd5mfp { width: 100%; margin-top: 8px; }
.qqpx {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.aj9u3906 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.l2ms4x { color: var(--text-muted); line-height: 1.75; }
.vqebi9 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.vqebi9 li { margin-bottom: 6px; }
.fnw5j { max-width: 760px; margin: 0 auto; }
.ufldn5j { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.xc5ib { max-width: 760px; margin: 0 auto; }
.k66amn9q ul.vqebi9 { margin: 0; }
@media (max-width: 640px) { .qlpo { grid-template-columns: 1fr; gap: 10px; } }
.ndl8i { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.tozz { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.un4t52 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.tozz p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.tozz .vqebi9 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ndl8i { grid-template-columns: 1fr; } }
.j8b7z { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.j8b7z:hover .c171hs { color: var(--accent-light); text-decoration: underline; }
.bg2dvc { color: inherit; text-decoration: none; }
.bg2dvc:hover { color: var(--accent-light); text-decoration: underline; }
.cbjn { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ej9pqgy { margin-bottom: 48px; }
.wn5mr9 { max-width: 760px; margin: 0 auto; }
.yh8m8h { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.yh8m8h:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.br7ix0cu { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.yh8m8h p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.yh8m8h ul.vqebi9 { margin: 0; }
.x7h8h8u { color: var(--text-muted); line-height: 1.75; }
.c58r7mwy .vqebi9,
.t76wjiub .vqebi9,
.yzdzmajg .vqebi9,
.ep7yx2k .vqebi9 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.c58r7mwy .yh8m8h,
.t76wjiub .yh8m8h { text-align: left; }
.c58r7mwy .br7ix0cu,
.t76wjiub .br7ix0cu { text-align: center; }
.uolvbk { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.lsgyyo { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.ccy0n { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.ubad6y { margin-top: 12px; }
.jcd2vlcd { 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; }
.jcd2vlcd:hover { border-bottom-color: var(--accent-light); }
.t12z { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.t12z img { width: 100%; height: 100%; object-fit: cover; display: block; }
.zraad9 { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.pv50zzo { display: flex; align-items: center; justify-content: center; background: var(--accent-bg); color: var(--accent-light); font-weight: 800; font-size: 2.4rem; }
.moe15p { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.u0edje { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
.d3tyf { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .d3tyf { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.buetv .ccy0n, .buetv .lsgyyo { max-width: 640px; }
.zxxgir2 .uolvbk { font-size: 1.6rem; margin-top: 18px; }
.b1y7kee0 .ccy0n { margin-bottom: 28px; }
@media (max-width: 860px) { .l5y5zkvv { grid-template-columns: 1fr; } .zxxgir2 { position: static; text-align: center; } }
.r9h80c .t12z { margin: 0 auto 18px; }
.r9h80c .moe15p { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .pd8eyxl { grid-template-columns: 1fr; } }
.m54e7 .uolvbk { font-size: 1.6rem; margin-bottom: 6px; }
.ep7yx2k .vqebi9 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .m54e7 { flex-direction: column; text-align: center; } .fsg7uv { grid-template-columns: 1fr; } }
.njs4y .uolvbk { font-size: 1.35rem; margin: 0 0 4px; }
.njs4y .moe15p { margin: 0; }
.duxnfy .drs9354 { color: var(--accent-light); }
.z6cc8hw {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.z6cc8hw .drs9354 { font-size: 2rem; }
.z6cc8hw .o4ktbf { max-width: 680px; }
.l14j .drs9354 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.l14j .o4ktbf  { margin: 0; }
@media (max-width: 640px) { .l14j { flex-direction: column; } }
.x8g2fzu4 .drs9354 { color: var(--accent-light); }
.nvxv0 .drs9354 { color: #fff; }
.nvxv0 .o4ktbf  { color: rgba(255,255,255,0.85); }
.ukail0d { max-width: 680px; margin: 0 auto; }
@media (max-width: 540px) { .apfp2 { grid-template-columns: 1fr; } }
.wfuctzhf .sevpy3b {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.wfuctzhf .sevpy3b:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.auwg2d3 .sevpy3b { background: var(--bg-raised); border-color: transparent; }
.auwg2d3 .sevpy3b:focus { background: var(--bg-card); border-color: var(--accent-light); }
.zcbwi0 .sevpy3b { border-radius: 100px; padding: 11px 20px; }
.zcbwi0 .wle6e8 { border-radius: 14px; }
@media (max-width: 640px) { .gxnd0 { grid-template-columns: 1fr; } }
.anmjr { counter-reset: priv-count; }
.lywq2l4c {
  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);
}
.lywq2l4c:last-child { border-bottom: none; }
.k8wftj {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.lywq2l4c h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.lywq2l4c p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.s4ke8ce { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.s4ke8ce li { margin-bottom: 6px; }
.x2ddkzlw{display:none}
.x2ddkzlw:empty,.cn6tbq:empty{display:none}
.oyq05{position:relative;overflow:visible}
.ij4u1mu .i0c0mnae,.frxrt .i0c0mnae,
.hvfvzkeo .i0c0mnae,.umy0o .i0c0mnae,
.tv68o1 .i0c0mnae,.mofq .i0c0mnae{display:block}
.irzrwhm .yaukvxrz{display:block}
.ij4u1mu .i0c0mnae,.frxrt .i0c0mnae,
.hvfvzkeo .i0c0mnae,.umy0o .i0c0mnae,
.tv68o1 .i0c0mnae{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}
.ij4u1mu .i0c0mnae .cn6tbq,.frxrt .i0c0mnae .cn6tbq,
.hvfvzkeo .i0c0mnae .cn6tbq,.umy0o .i0c0mnae .cn6tbq,
.tv68o1 .i0c0mnae .cn6tbq{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}
.ij4u1mu .i0c0mnae,.frxrt .i0c0mnae{top:12px}
.ij4u1mu .i0c0mnae .cn6tbq{margin-right:auto}
.frxrt .i0c0mnae .cn6tbq{margin-left:auto}
.frxrt .i0c0mnae{text-align:right}
.hvfvzkeo .i0c0mnae,.umy0o .i0c0mnae{bottom:12px}
.hvfvzkeo .i0c0mnae .cn6tbq{margin-right:auto}
.umy0o .i0c0mnae .cn6tbq{margin-left:auto}
.umy0o .i0c0mnae{text-align:right}
.tv68o1 .i0c0mnae{position:relative;margin-top:16px}
.tv68o1 .i0c0mnae .cn6tbq{margin:0 auto}
.mofq .i0c0mnae{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.mofq .i0c0mnae .cn6tbq{margin:0}
.mofq .t0ip~.i0c0mnae,
.mofq .rsxibkb~.i0c0mnae{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.mofq .t0ip~.i0c0mnae .cn6tbq,
.mofq .rsxibkb~.i0c0mnae .cn6tbq{justify-content:flex-start}
.t0ip~.i0c0mnae,.rsxibkb~.i0c0mnae{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}
.t0ip~.i0c0mnae .cn6tbq{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.rsxibkb~.i0c0mnae .cn6tbq{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.yaukvxrz .cn6tbq{margin:0 0 12px}
.cn6tbq{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.c171hs{font-weight:600;color:var(--text-heading);opacity:1}
.xgds2o .cn6tbq{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.tdjfy91 .cn6tbq{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.nj6v0j{--date-bg:var(--accent-bg)}
.jmx6ijwb .wlay::before{content:""}
.nlpzrm9e{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.hgf4s0f{display:flex;flex-direction:column;gap:3px}
.ltj6{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.wsx9mf0{font-weight:700;font-size:1rem;color:var(--text-heading)}
.x13toh{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.k0auc .nlpzrm9e{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.mbhzudz .nlpzrm9e{border-top:3px solid var(--accent);padding-top:18px}
.mdan4 .nlpzrm9e{border-left:3px solid var(--accent);border-radius:0}
.ziw0 .nlpzrm9e{padding:20px 0}
@media(max-width:640px){
  .nlpzrm9e{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .x13toh{max-width:100%}
}
.u1nrvqdd .zo2i{margin:0}
@media (max-width:560px){
  .d9kr98z{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) {
  .dp71f7 { padding: 28px 18px 20px; }
  .srvj59 { font-size: 1.2rem; }
  .htom2a { max-width: 220px; max-height: 80px; }
}
.cpva  .t4p9yod { border-radius: 50%; }
.s3vfmg2 .x284k8 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .t4p9yod { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.pt8bdw5x {
  margin: 28px 0 24px;
}
.pt8bdw5x .bbv7wd4 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.pt8bdw5x .a3lsz6o {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.pt8bdw5x .x284k8 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .szi2w { flex-direction: row-reverse; }
[dir="rtl"] .rla2o440 { flex-direction: row-reverse; }
[dir="rtl"] .nfp4kzg .mxcghr { right: auto; left: 32px; }
[dir="rtl"] .dkxb  .mxcghr { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .nfp4kzg .mxcghr { right: auto; left: 20px; }
  [dir="rtl"] .dkxb  .mxcghr { left: auto;  right: 20px; }
}
[dir="rtl"] .k7f348y .mxtf7rl  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .qu174 .mxtf7rl { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .w7mmi6lf, [dir="rtl"] .wuev { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .iqlcvzq { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .t6fnd9f { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .vciabn8g { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .x284k8 { direction: rtl; }
[dir="rtl"] .t7aa3mo { direction: rtl; }
[dir="rtl"] .fmne9d5 { direction: rtl; }
[dir="rtl"] .r1u76gwj { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .tz27he .wuev,
[dir="rtl"] .d4yj .wuev,
[dir="rtl"] .t0gu .wuev,
[dir="rtl"] .xz1ooi8 .wuev {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .tz27he .wuev li::before,
[dir="rtl"] .d4yj .wuev li::before,
[dir="rtl"] .t0gu .wuev li::before,
[dir="rtl"] .xz1ooi8 .wuev li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .ukr5p6.t004t .a1yy,
[dir="rtl"] .olrfp.t004t .a1yy,
[dir="rtl"] .lvipekm.t004t .a1yy,
[dir="rtl"] .ttwa03.t004t .a1yy,
[dir="rtl"] .cb2lqbwb.t004t .a1yy { text-align: right; }
[dir="rtl"] .t0ip.rfuax .rdtng9f { text-align: center; }
[dir="rtl"] .a3lsz6o,
[dir="rtl"] .jxshasl,
[dir="rtl"] .lr69,
[dir="rtl"] .c4nv,
[dir="rtl"] .a1yy { text-align: right; }
[dir="rtl"] .uvs5vg,
[dir="rtl"] .mgundj4,
[dir="rtl"] .ccy0n,
[dir="rtl"] .sevpy3b,
[dir="rtl"] .wle6e8 { text-align: right; direction: rtl; }
[dir="rtl"] .zcbwi0 .sevpy3b,
[dir="rtl"] .wfuctzhf .sevpy3b { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #218706;
  --brand:           #218706;
  --brand-light:     #1e680a;
  --brand-pale:      #308e17;
  --grad-start:      #36de09;
  --grad-end:        #5feb3a;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #218706;
  --cta-light:       #156201;
  --cta-hover:       #124c03;
  --bg-page:         #f6f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f6f3;
  --bg-raised:       #eef1ed;
  --bg-hover:        #f4f6f3;
  --border:          #e3e9e1;
  --border-alt:      #d2ddcf;
  --border-section:  #e3e9e1;
  --text-primary:    #181c16;
  --text-muted:      #546250;
  --text-body:       #30382d;
  --text-sub:        #485444;
  --text-faint:      #788c72;
  --text-dim:        #93a38e;
  --text-label:      #60705b;
  --text-value:      #3c4639;
  --accent-bg:       #e3f7de;
  --accent-bg-light: #ccf4c1;
  --bg-tip:          #f0f9f3;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f0f9f3;
  --bg-cons:         #faf5f3;
  --c-pros:          #0c9636;
  --c-cons:          #9f4321;
  --c-pros-label:    #0eb340;
  --c-tip-border:    #10c647;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9636;
}
:root { --logo-bg-opacity: 62%; }
body, button, input { font-family: "Oxanium", sans-serif; }
.s19n .ndmg4g1m { font-size: 0; width: 1.2rem; flex-shrink: 0; }.s19n .ndmg4g1m::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.s19n .iroog     .ndmg4g1m::before { content: "";  color: var(--c-tip-border); }.s19n .pz8pcyi .ndmg4g1m::before { content: ""; color: var(--c-warn-border); }.s19n .in9otl    .ndmg4g1m::before { content: ""; color: #60a5fa; }.zvqe .s19n .iroog     .ndmg4g1m::before { color: #10b981; }.zvqe .s19n .pz8pcyi .ndmg4g1m::before { color: #f43f5e; }.zvqe .s19n .in9otl    .ndmg4g1m::before { color: #a855f7; }.xdiazir  .s19n .iroog     .ndmg4g1m::before { color: #eab308; }.xdiazir  .s19n .pz8pcyi .ndmg4g1m::before { color: #ef4444; }.xdiazir  .s19n .in9otl    .ndmg4g1m::before { color: #f97316; }.fg40cy22  .s19n .iroog     .ndmg4g1m::before { color: #38bdf8; }.fg40cy22  .s19n .pz8pcyi .ndmg4g1m::before { color: #818cf8; }.fg40cy22  .s19n .in9otl    .ndmg4g1m::before { color: #2dd4bf; }.ngi2p .s19n .ndmg4g1m::before { color: var(--accent-light) !important; }
.vbf8axo .qodnf, .vbf8axo .t0ip { min-height: 520px; }
.doh864j .etj83e::after, .doh864j .ahgfg3::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; }
.yk4xl .qt70k0::after,.yk4xl .mxcghr::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; }
.x672kx77::before { content: '|'; opacity: 0.3; }