:root {
  --color-accent: #38ca08;
  --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;
}
.dkwi {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.puyde {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.f2sy {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.wknjrp { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.vk4gh { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.vk4gh a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.vk4gh a:hover { color: var(--accent-light); }
.k161m7     .if6a { border-radius: 6px; }
.k161m7 .if6a li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.k161m7 .if6a li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.b2kjev .if6a li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .if6a {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .xwwpnfx:hover .if6a,
  .xwwpnfx:focus-within .if6a { display: block; }
  .if6a li a { padding: 8px 16px; font-size: 0.88rem; }
}
.dkkx {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.bdr3lt1r { display: none; }
@media (max-width: 640px) {
  .bdr3lt1r {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .bdr3lt1r.zeg1q4 { display: block; }
}
@media (max-width: 640px) {
  .dkkx { display: block; }
  .vk4gh > li + li::before { display: none !important; }
  .vk4gh {
    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;
  }
  .vk4gh.zeg1q4 { display: flex; }
  .vk4gh li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .vk4gh li:last-child a { border-bottom: none; }
}
.dcm33 { min-height: 480px; }
.spi18xa {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.oil3rxq { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ajdx .oil3rxq { margin-left: 0; margin-right: 0; }
.i21h {
  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;
}
.tqfs2qof .i21h { margin-top: 24px; }
.i21h:hover { opacity: 0.88; }
.sq8g4 .spi18xa { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.sq8g4 .oil3rxq { color: #e2e8f0; }
.sq8g4.ajdx   .qxuk0v { text-align: left; }
.q1zvnq1 .spi18xa { color: var(--text-primary); text-shadow: none; }
.q1zvnq1 .oil3rxq { color: var(--text-muted); }
.q1zvnq1 .i21h { margin-top: 16px; }
.q1zvnq1, .q1zvnq1.dcm33 { min-height: auto !important; }
.q1zvnq1.ajdx   .qxuk0v { text-align: left; }
.q1zvnq1~.yg8tf{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}
.q1zvnq1~.yg8tf .cm1mt{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.wty74r .spi18xa { color: #fff; }
.wty74r .oil3rxq { color: rgba(255,255,255,0.85); }
.wty74r .i21h { background: #fff; color: var(--cta); }
.wty74r .i21h:hover { opacity: 0.92; }
.nolp .wvwzyqm { position: relative; overflow: hidden; }
.nolp .wvwzyqm::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.l0pw .wvwzyqm {
  animation: hg-breathe 7s ease-in-out infinite;
}
.vd9w .wvwzyqm { position: relative; overflow: hidden; }
.vd9w .wvwzyqm::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;
}
.z4zxh .wvwzyqm { position: relative; overflow: hidden; }
.z4zxh .wvwzyqm::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.x53n .wvwzyqm {
  animation: hg-fadein 1.2s ease-out both;
}
.wvwzyqm {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.sialgs {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.am4d {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.bw3e {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.wvwzyqm .spi18xa { text-shadow: none; color: var(--text-primary); }
.wvwzyqm .oil3rxq { color: var(--text-muted); }
body.bx1p5ud .spi18xa {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ml8a48d .spi18xa {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.dcm33.wty74r .spi18xa,
section.wty74r .spi18xa {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.wvwzyqm.curt .sialgs { align-items: center; text-align: center; }
.wvwzyqm.ajdx   .sialgs { align-items: flex-start; text-align: left; }
.ou0q34r .am4d { position: relative; }
.ou0q34r .am4d::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.ou0q34r.l496h .am4d::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.pk32b .am4d {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.pk32b .bw3e {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.pk32b.l496h .am4d { padding: 32px 0 32px 32px; }
.c3py2p .am4d {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.c3py2p .bw3e {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.l496h { grid-template-areas: "media text"; }
.l496h .sialgs {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.c3py2p.l496h .am4d { padding: 40px 16px 40px 48px; }
.dcm33 .qrphf {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.qrphf .cr383.s9r8u {
  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;
}
.qrphf .cr383.s9r8u:hover { opacity: 0.85; }
.pmes .am4d {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .wvwzyqm { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .wvwzyqm:not(.pmes) .am4d { display: none !important; }
  .pmes .am4d { padding: 16px; }
  .sialgs  { padding: 36px 24px; }
  .wvwzyqm~.yg8tf,.l496h~.yg8tf{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .dcm33, .wvwzyqm { min-height: 320px !important; }
  .spi18xa { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .lqp1,
  .mslz,
  .v8q712m4 { grid-template-columns: 1fr !important; }

  

  
  .lu9wo { display: flex !important; flex-direction: column !important; }
  .lu9wo .qxuk0v { display: contents; }
  .lu9wo .p1tml { order: 0; }
  .lu9wo .spi18xa { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .lu9wo .lqp1 { order: 2; padding: 0 16px 12px !important; }
  .lu9wo .oil3rxq { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .tqfs2qof .qxuk0v { display: flex; flex-direction: column; }
  .tqfs2qof .qxuk0v .spi18xa { order: 1; }
  .tqfs2qof .qxuk0v .v8q712m4 { order: 2; margin: 8px 0 24px !important; }
  .tqfs2qof .qxuk0v .oil3rxq { order: 3; }
  .tqfs2qof .qxuk0v .i21h { order: 4; align-self: center; margin-top: 0; }

  
  .wvwzyqm.pmes {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .wvwzyqm.pmes .sialgs { display: contents; padding: 0; }
  .wvwzyqm.pmes .sialgs .spi18xa { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .wvwzyqm.pmes .am4d { order: 2; padding: 12px 16px; }
  .wvwzyqm.pmes .sialgs .oil3rxq { order: 3; padding: 0 24px; margin: 0 auto; }
  .wvwzyqm.pmes .sialgs .i21h { order: 4; align-self: center; margin: 8px 0 32px; }
}
.cv3nd { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.fmhv0ej { width: 100%; height: auto; display: block; border-radius: 10px; }
.k71o3m .cv3nd        { border-radius: 16px; }
.k71o3m .fmhv0ej  { border-radius: 16px; }
.juabn .cv3nd         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.juabn .fmhv0ej   { border-radius: 8px; }
.del9pb { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.h64yrh { width: 100%; padding: 32px 0; position: relative; }
.dnms { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.z5ps2w7 .h64yrh:nth-child(even) { background: var(--bg-surface); }
.z5ps2w7 .h64yrh:nth-child(odd)  { background: var(--bg-page); }
.iry6 .h64yrh:nth-child(even) { background: var(--bg-card); }
.iry6 .h64yrh:nth-child(odd)  { background: var(--bg-page); }
.z5ps2w7 .h64yrh:nth-child(odd)  .dnms { background: var(--bg-card); border-radius: 6px; }
.z5ps2w7 .h64yrh:nth-child(even) .dnms { background: var(--bg-raised); border-radius: 6px; }
.iry6 .h64yrh:nth-child(odd)  .dnms { background: var(--bg-card); border-radius: 6px; }
.iry6 .h64yrh:nth-child(even) .dnms { background: var(--bg-raised); border-radius: 6px; }
.z5ps2w7 .h64yrh:nth-child(even) .l8fj .kvzyzaxh,
.iry6 .h64yrh:nth-child(even) .l8fj .kvzyzaxh { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.z5ps2w7 .h64yrh:nth-child(odd) .l8fj .kvzyzaxh,
.iry6 .h64yrh:nth-child(odd) .l8fj .kvzyzaxh { background: var(--bg-card-inner); }
.z5ps2w7 .h64yrh:nth-child(even) .enf7dg .kvzyzaxh:nth-child(odd),
.iry6 .h64yrh:nth-child(even) .enf7dg .kvzyzaxh:nth-child(odd)  { background: var(--bg-card); }
.z5ps2w7 .h64yrh:nth-child(even) .enf7dg .kvzyzaxh:nth-child(even),
.iry6 .h64yrh:nth-child(even) .enf7dg .kvzyzaxh:nth-child(even) { background: var(--bg-card-inner); }
h1.pj06zv { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.pj06zv {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.q5y4nrk { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.r5dwvmm h2.pj06zv {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.dh6f h2.pj06zv {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.kqmoyyz h2.pj06zv {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.tuepl h2.pj06zv::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.f5fmx590 h2.pj06zv {
  color: var(--text-primary); font-size: 1.7rem;
}
.n0o271nw h2.pj06zv::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.cj645 h2.pj06zv {
  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;
}
.lklgl7 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .lklgl7 { display: none; } }
.ttnomk { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.y0u3a { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.xtxeuh {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.xt47ittz { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.vw8r { padding-left: 20px; }
.vw8r li { margin-bottom: 6px; }
.vw8r a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.vw8r a:hover { color: var(--accent-light); }
.xfkqsbku .xt47ittz { display: none; }
.hadr .xt47ittz { display: none; }
.hadr .vw8r { padding-left: 0; list-style: none; }
.hadr .vw8r li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.hadr .vw8r a { font-size: 0.92rem; }
.x9urqqj .xtxeuh { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.x9urqqj .xt47ittz { display: none; }
.x9urqqj .vw8r { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.x9urqqj .vw8r li { margin-bottom: 0; }
.x9urqqj .vw8r 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;
}
.x9urqqj .vw8r a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.lyp58w .xtxeuh { padding: 20px 20px 16px; }
.lyp58w .vw8r {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.lyp58w .vw8r li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.lyp58w .vw8r 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;
}
.lyp58w .vw8r 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;
}
.lyp58w .vw8r a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.lyp58w .vw8r a:focus,
.lyp58w .vw8r a:focus-visible,
.lyp58w .vw8r a:target { outline: none; }
.lyp58w .vw8r li:target a { border-color: var(--border); color: var(--text-muted); }
.g6cxw .xtxeuh { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.g6cxw .xt47ittz { display: none; }
.g6cxw .vw8r { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.g6cxw .vw8r li { margin-bottom: 0; }
.g6cxw .vw8r li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.g6cxw .vw8r li:last-child::after { content: ""; margin-right: 0; }
.g6cxw .vw8r a { font-size: 0.9rem; }
.kvzyzaxh { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.l8fj .kvzyzaxh { background: var(--bg-card); }
.enf7dg .kvzyzaxh:nth-child(odd)  { background: var(--bg-card); }
.enf7dg .kvzyzaxh:nth-child(even) { background: var(--bg-raised); }
.ualx6tya .kvzyzaxh {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.ualx6tya .kvzyzaxh:last-child { border-bottom: none; }
.ualx6tya h3.q5y4nrk { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.z94fhz .kvzyzaxh {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.z94fhz .kvzyzaxh + .kvzyzaxh { margin-top: 4px; }
.s0corj .kvzyzaxh { background: none; border-radius: 0; padding: 12px 0; }
.s0corj .kvzyzaxh + .kvzyzaxh { border-top: 1px solid var(--border-section); }
.n90ryc { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.f28ouy { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.z1ld83 { color: var(--text-body); margin-bottom: 10px; }
.wiwy8e3, .jvvd5 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.wiwy8e3 li, .jvvd5 li { margin-bottom: 6px; }
.jvvd5 li { list-style: decimal; }
.pqbb     .wiwy8e3 { list-style-type: "● "; }
.cireprad  .wiwy8e3 { list-style-type: "■ "; }
.iwj6 .wiwy8e3 { list-style-type: "◆ "; }
.u7ji51    .wiwy8e3 { list-style-type: "★ "; }
.pqbb     .lhlo5c { list-style-type: "● "; }
.cireprad  .lhlo5c { list-style-type: "■ "; }
.iwj6 .lhlo5c { list-style-type: "◆ "; }
.u7ji51    .lhlo5c { list-style-type: "★ "; }
.pqbb    .wiwy8e3 li::marker, .pqbb    .lhlo5c li::marker,
.cireprad .wiwy8e3 li::marker, .cireprad .lhlo5c li::marker,
.iwj6 .wiwy8e3 li::marker, .iwj6 .lhlo5c li::marker,
.u7ji51   .wiwy8e3 li::marker, .u7ji51   .lhlo5c li::marker {
  color: var(--cta); font-size: 1em;
}
.pqbb .jvvd5,
.cireprad .jvvd5,
.iwj6 .jvvd5,
.u7ji51 .jvvd5 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.pqbb .jvvd5 li,
.cireprad .jvvd5 li,
.iwj6 .jvvd5 li,
.u7ji51 .jvvd5 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.pqbb .jvvd5 li::before,
.cireprad .jvvd5 li::before,
.iwj6 .jvvd5 li::before,
.u7ji51 .jvvd5 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;
}
.pqbb     .jvvd5 li::before { border-radius: 50%; }
.cireprad  .jvvd5 li::before { border-radius: 3px; }
.iwj6 .jvvd5 li::before { border-radius: 3px; }
.u7ji51    .jvvd5 li::before { border-radius: 50%; }
.nxa2uc { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.xcildz .nxa2uc,
.h2wkqiv .nxa2uc { background: transparent; border: none; border-radius: 0; }
.v8qrur { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.v8qrur th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.v8qrur td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.v8qrur tr:hover td { background: var(--bg-hover); }
.jnqr528 .v8qrur tbody tr:nth-child(even) td { background: var(--bg-surface); }
.p2p5b .v8qrur { border: 1px solid var(--border-alt); }
.p2p5b .v8qrur th,
.p2p5b .v8qrur td { border: 1px solid var(--border-alt); }
.f3u4 .v8qrur th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.f3u4 .v8qrur td { border-bottom: none; }
.f3u4 .v8qrur tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.gj1m .v8qrur th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.xdrnrm .nxa2uc {
  overflow: hidden;
}
.xdrnrm .v8qrur th { border-bottom: 1px solid var(--border-alt); }
.xdrnrm .v8qrur tr:last-child td { border-bottom: none; }
.jajka { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.f4xpf12 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.mbb2ui2p { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.jjeic9s { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.i3r19jq { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.lhlo5c { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.lhlo5c 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%}
.ql4movqr .jjeic9s { background: transparent; text-align: center; }
.xlyuo .mbb2ui2p {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.m6bvg7 .mbb2ui2p {
  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);
}
.gbmxer .f4xpf12 { display: grid; grid-template-columns: auto 1fr; }
.gbmxer .mbb2ui2p {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.gbmxer .jjeic9s { grid-column: 2; }
.gbmxer .i3r19jq,
.gbmxer .lhlo5c { grid-column: 1 / -1; }
.z6l5s5l .f4xpf12 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.z6l5s5l .mbb2ui2p {
  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);
}
.z6l5s5l .jjeic9s { grid-column: 2; }
.z6l5s5l .i3r19jq,
.z6l5s5l .lhlo5c { grid-column: 1 / -1; }
.aogs04z .f4xpf12 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.aogs04z .jjeic9s { background: none; color: var(--accent-light); font-weight: 700; }
.r1fx7f .f4xpf12 { 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); }
.r1fx7f .jjeic9s { background: none; color: var(--accent-light); font-weight: 700; }
.bgp82u .f4xpf12 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.bgp82u .f4xpf12:last-child { border-bottom: none; }
.bgp82u .jjeic9s { background: none; color: var(--accent-light); font-weight: 700; }
.kr0sdy .f4xpf12 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.kr0sdy .jjeic9s { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.okce0 .jajka { counter-reset: card-n; }
.okce0 .f4xpf12  { counter-increment: card-n; }
.okce0 .jjeic9s { display: flex; align-items: center; gap: 10px; }
.okce0 .jjeic9s::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;
}
.lgjd1h .f4xpf12 { background: var(--bg-surface); border: 1px solid var(--border); }
.lgjd1h .jjeic9s { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.i1bjog0r { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.gtneu  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.q7t8whel { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.qk3q { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.pcdx { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.i1bjog0r strong { color: var(--text-primary); font-size: 0.95rem; }
.i1bjog0r p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.fmhv0ej { width: 100%; height: auto; border-radius: 10px; display: block; }
.s9r8u {
  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;
}
.s9r8u:hover { opacity: 0.85; }
.szfzt .s9r8u  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.szfzt .s9r8u:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.oovbri .s9r8u  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.oovbri .s9r8u:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.dbffu6sd .i21h { border-radius: 50px; }
.dbffu6sd .s9r8u  { border-radius: 50px; }
.wte2d .i21h { padding-left: 22px; padding-right: 22px; }
.wte2d .s9r8u  { padding-left: 12px; padding-right: 12px; }
.j0m9u8rf .i21h { padding-left: 44px; padding-right: 44px; }
.j0m9u8rf .s9r8u  { padding-left: 24px; padding-right: 24px; }
.e2obs .i21h { padding-left: 56px; padding-right: 56px; }
.e2obs .s9r8u  { padding-left: 32px; padding-right: 32px; }
.x09j   .i21h::after, .x09j   .s9r8u::after,
.f8uk3ez .i21h::after, .f8uk3ez .s9r8u::after,
.tvvus    .i21h::after, .tvvus    .s9r8u::after,
.l8fhn6s    .i21h::after, .l8fhn6s    .s9r8u::after,
.jd7k0    .i21h::after, .jd7k0    .s9r8u::after,
.lt2v3     .i21h::after, .lt2v3     .s9r8u::after,
.oagh2c2j    .i21h::after, .oagh2c2j    .s9r8u::after,
.hj6zfh   .i21h::after, .hj6zfh   .s9r8u::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;
}
.x09j .i21h::after, .x09j .s9r8u::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");
}
.f8uk3ez .i21h::after, .f8uk3ez .s9r8u::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");
}
.tvvus .i21h::after, .tvvus .s9r8u::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");
}
.l8fhn6s .i21h::after, .l8fhn6s .s9r8u::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");
}
.jd7k0 .i21h::after, .jd7k0 .s9r8u::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");
}
.lt2v3 .i21h::after, .lt2v3 .s9r8u::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");
}
.oagh2c2j .i21h::after, .oagh2c2j .s9r8u::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");
}
.hj6zfh .i21h::after, .hj6zfh .s9r8u::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");
}
.rdyvard   .o9eccfcj::after, .rdyvard   .yepasw8::after,
.p3yc .o9eccfcj::after, .p3yc .yepasw8::after,
.jn6i7s    .o9eccfcj::after, .jn6i7s    .yepasw8::after,
.psjt    .o9eccfcj::after, .psjt    .yepasw8::after,
.h1uv3s    .o9eccfcj::after, .h1uv3s    .yepasw8::after,
.pc4a05     .o9eccfcj::after, .pc4a05     .yepasw8::after,
.jz8qx9f    .o9eccfcj::after, .jz8qx9f    .yepasw8::after,
.g5wm3   .o9eccfcj::after, .g5wm3   .yepasw8::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;
}
.rdyvard .o9eccfcj::after, .rdyvard .yepasw8::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");
}
.p3yc .o9eccfcj::after, .p3yc .yepasw8::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");
}
.jn6i7s .o9eccfcj::after, .jn6i7s .yepasw8::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");
}
.psjt .o9eccfcj::after, .psjt .yepasw8::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");
}
.h1uv3s .o9eccfcj::after, .h1uv3s .yepasw8::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");
}
.pc4a05 .o9eccfcj::after, .pc4a05 .yepasw8::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");
}
.jz8qx9f .o9eccfcj::after, .jz8qx9f .yepasw8::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");
}
.g5wm3 .o9eccfcj::after, .g5wm3 .yepasw8::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");
}
.wsmfidd .k471c    { background: transparent; padding: 0; }
.cr383.s9r8u {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .cgv67op {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .cgv67op::before    { grid-area: rank;   }
  .zzjd           { grid-area: ident;  }
  .m7ocpye8     { grid-area: rating; min-width: 0; width: auto; }
  .j7bl5i           { grid-area: pills;  }
  .cr383             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .cgv67op {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .cgv67op::before    { justify-self: center; }
  .zzjd           { width: 100%; }
  .m7ocpye8     { justify-self: center; }
  .j7bl5i           { grid-template-columns: 1fr; }
}
.ul2kcy .onq23964 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .h77oepo .gkp7p2nj {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .h77oepo .u3p7g { margin: 0; }
}
.ydjp .u3p7g { border-top: 4px solid var(--accent); }
.ydjp .pfo76 { background: var(--bg-card); }
@media (max-width: 720px) {
  .xzjk6g0 { grid-template-columns: 1fr; }
  .sxuv { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .sxuv .x7iz { width: 72px; height: 50px; }
  .sxuv .rbgus1 { max-width: 180px; }
  .sxuv .ics9 { width: auto; }
}
@media (max-width: 720px) {
  .whft { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .jtwrf { padding: 16px; }
  .wtgsq .c6nxrp63 { min-width: 50%; }
}
@media (max-width: 860px) {
  .hl9r44 { grid-template-columns: 1fr; }
  .cs3slm { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .zep0sad { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .f364z { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .qt6seb { flex-direction: column; align-items: stretch; }
}
.i42xf .ics9 .s9r8u { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .cq8mhou { flex-direction: column; align-items: stretch; gap: 10px; }
  .i42xf .ics9 { text-align: center; }
}
@media (max-width: 720px) {
  .he6u1 { grid-template-columns: 1fr; }
  .ezqhaysr { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .f28y91vx { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .c2vym { grid-template-columns: 1fr; }
  .lhjw { width: 100px; height: 100px; margin: 16px auto; }
  .jy8d37z { font-size: 1.4rem; }
  .wndtj2f { justify-content: center; }
  .pp58 .c6nxrp63 { min-width: 50%; }
}
@media (max-width: 540px) {
  .eye4 { flex-wrap: wrap; padding: 14px 16px; }
  .ejiw { padding: 12px 16px; }
  .kimr743v .pmlb { margin: 0 16px; }
  .kimr743v .ly7usxge { padding: 0 16px; }
  .pbj8 { padding: 12px 16px; }
}
.i03x .czwvn { gap: 0; }
.i03x .cgv67op {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.i03x .cgv67op:last-child { border-bottom: none; }
.i03x .cgv67op:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.i03x .cgv67op:nth-child(even):hover { background: var(--bg-hover); }
.subw8 .x69r,
.subw8 .urjf,
.subw8 .urjf {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.subw8 .urjf small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.subw8 .ftretuz .co98,
.subw8 .ftretuz strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.subw8 .pcmf501,
.subw8 .i6sbf { font-size: 1em; }
.wwjmfxt { margin: 16px 0; }
.cxxi8 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.cxxi8 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.cxxi8 summary::after { content: "+"; color: var(--accent-light); }
.cxxi8[open] summary::after { content: "−"; }
.cxxi8 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.h64yrh { margin-bottom: 0; }
.x13a h2.pj06zv { color: var(--text-primary); border-color: var(--accent-light); }
.o035bppl h2.pj06zv { color: var(--text-primary); border-color: var(--accent-light); }
.pgwzzzp .gtneu     { background: #052e16; border-color: #10b981; }
.pgwzzzp .q7t8whel { background: #2d0a1e; border-color: #f43f5e; }
.pgwzzzp .qk3q    { background: #1e1036; border-color: #a855f7; }
.pgwzzzp .i1bjog0r strong  { color: #f1f5f9; }
.pgwzzzp .i1bjog0r p       { color: #cbd5e1; }
.pgwzzzp .zkrujs1b    .gtneu     .pcdx::before,
.pgwzzzp .v82w5f2  .gtneu     .pcdx::before,
.pgwzzzp .x34wqo  .gtneu     .pcdx::before,
.pgwzzzp .qbewg9y4 .gtneu     .pcdx::before { color: #10b981; }
.pgwzzzp .zkrujs1b    .q7t8whel .pcdx::before,
.pgwzzzp .v82w5f2  .q7t8whel .pcdx::before,
.pgwzzzp .x34wqo  .q7t8whel .pcdx::before,
.pgwzzzp .qbewg9y4 .q7t8whel .pcdx::before { color: #f43f5e; }
.pgwzzzp .zkrujs1b    .qk3q    .pcdx::before,
.pgwzzzp .v82w5f2  .qk3q    .pcdx::before,
.pgwzzzp .x34wqo  .qk3q    .pcdx::before,
.pgwzzzp .qbewg9y4 .qk3q    .pcdx::before { color: #a855f7; }
.l5c3hd1 .gtneu     { background: #2d2000; border-color: #eab308; }
.l5c3hd1 .q7t8whel { background: #2d0b0b; border-color: #ef4444; }
.l5c3hd1 .qk3q    { background: #2d1600; border-color: #f97316; }
.l5c3hd1 .i1bjog0r strong  { color: #f1f5f9; }
.l5c3hd1 .i1bjog0r p       { color: #cbd5e1; }
.l5c3hd1 .zkrujs1b    .gtneu     .pcdx::before,
.l5c3hd1 .v82w5f2  .gtneu     .pcdx::before,
.l5c3hd1 .x34wqo  .gtneu     .pcdx::before,
.l5c3hd1 .qbewg9y4 .gtneu     .pcdx::before { color: #eab308; }
.l5c3hd1 .zkrujs1b    .q7t8whel .pcdx::before,
.l5c3hd1 .v82w5f2  .q7t8whel .pcdx::before,
.l5c3hd1 .x34wqo  .q7t8whel .pcdx::before,
.l5c3hd1 .qbewg9y4 .q7t8whel .pcdx::before { color: #ef4444; }
.l5c3hd1 .zkrujs1b    .qk3q    .pcdx::before,
.l5c3hd1 .v82w5f2  .qk3q    .pcdx::before,
.l5c3hd1 .x34wqo  .qk3q    .pcdx::before,
.l5c3hd1 .qbewg9y4 .qk3q    .pcdx::before { color: #f97316; }
.dx3g8 .gtneu     { background: #0c1a2e; border-color: #38bdf8; }
.dx3g8 .q7t8whel { background: #12103a; border-color: #818cf8; }
.dx3g8 .qk3q    { background: #0a2020; border-color: #2dd4bf; }
.dx3g8 .i1bjog0r strong  { color: #f1f5f9; }
.dx3g8 .i1bjog0r p       { color: #cbd5e1; }
.dx3g8 .zkrujs1b    .gtneu     .pcdx::before,
.dx3g8 .v82w5f2  .gtneu     .pcdx::before,
.dx3g8 .x34wqo  .gtneu     .pcdx::before,
.dx3g8 .qbewg9y4 .gtneu     .pcdx::before { color: #38bdf8; }
.dx3g8 .zkrujs1b    .q7t8whel .pcdx::before,
.dx3g8 .v82w5f2  .q7t8whel .pcdx::before,
.dx3g8 .x34wqo  .q7t8whel .pcdx::before,
.dx3g8 .qbewg9y4 .q7t8whel .pcdx::before { color: #818cf8; }
.dx3g8 .zkrujs1b    .qk3q    .pcdx::before,
.dx3g8 .v82w5f2  .qk3q    .pcdx::before,
.dx3g8 .x34wqo  .qk3q    .pcdx::before,
.dx3g8 .qbewg9y4 .qk3q    .pcdx::before { color: #2dd4bf; }
.wszx18kl .gtneu     { background: var(--accent-bg); border-color: var(--accent-light); }
.wszx18kl .q7t8whel { background: var(--accent-bg-light); border-color: var(--accent-light); }
.wszx18kl .qk3q    { background: var(--accent-bg); border-color: var(--accent-pale); }
.wszx18kl .zkrujs1b    .pcdx::before,
.wszx18kl .v82w5f2  .pcdx::before,
.wszx18kl .x34wqo  .pcdx::before,
.wszx18kl .qbewg9y4 .pcdx::before { color: var(--accent-light) !important; }
.tbm1 .hftosnl { background: var(--bg-pros); }
.tbm1 .lj49qbo { background: var(--bg-cons); }
.tbm1 .hftosnl .jx6o3l6 { color: var(--c-pros-label); }
.tbm1 .lj49qbo .gs9ge { color: var(--c-cons); }
.tbm1 .hftosnl ul li,
.tbm1 .mnf3td li            { color: var(--c-pros); }
.tbm1 .lj49qbo ul li,
.tbm1 .t9wgq li            { color: var(--c-cons); }
.ul2kcy .i1bjog0r { background: transparent; border-left: none; border: 1.5px solid; }
.ul2kcy .gtneu     { border-color: var(--c-tip-border); }
.ul2kcy .q7t8whel { border-color: var(--c-warn-border); }
.ul2kcy .qk3q    { border-color: #60a5fa; }
.ul2kcy .i1bjog0r strong { color: var(--text-primary); }
.ul2kcy .i1bjog0r p      { color: var(--text-muted); }
.xtw8m .i1bjog0r { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.xtw8m .gtneu     { border-top-color: var(--c-tip-border); }
.xtw8m .q7t8whel { border-top-color: var(--c-warn-border); }
.xtw8m .qk3q    { border-top-color: #60a5fa; }
.u4hqa .i1bjog0r { border-left: none; border-radius: 8px; }
.u4hqa .gtneu     { background: #065f46; }
.u4hqa .q7t8whel { background: #92400e; }
.u4hqa .qk3q    { background: #1e3a8a; }
.u4hqa .i1bjog0r strong,
.u4hqa .i1bjog0r p { color: #fff; }
.u4hqa .pcdx::before { color: rgba(255,255,255,0.85) !important; }
.pgwzzzp.u4hqa .gtneu,
.pgwzzzp .u4hqa .gtneu     { background: #052e16; }
.pgwzzzp.u4hqa .q7t8whel,
.pgwzzzp .u4hqa .q7t8whel { background: #2d0a1e; }
.pgwzzzp.u4hqa .qk3q,
.pgwzzzp .u4hqa .qk3q    { background: #1e1036; }
.l5c3hd1.u4hqa .gtneu,
.l5c3hd1 .u4hqa .gtneu      { background: #2d2000; }
.l5c3hd1.u4hqa .q7t8whel,
.l5c3hd1 .u4hqa .q7t8whel  { background: #2d0b0b; }
.l5c3hd1.u4hqa .qk3q,
.l5c3hd1 .u4hqa .qk3q     { background: #2d1600; }
.dx3g8.u4hqa .gtneu,
.dx3g8 .u4hqa .gtneu      { background: #0c1a2e; }
.dx3g8.u4hqa .q7t8whel,
.dx3g8 .u4hqa .q7t8whel  { background: #12103a; }
.dx3g8.u4hqa .qk3q,
.dx3g8 .u4hqa .qk3q     { background: #0a2020; }
.yklyeeew .i1bjog0r { border-left: none; border-radius: 6px; padding: 10px 14px; }
.yklyeeew .gtneu     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.yklyeeew .q7t8whel { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.yklyeeew .qk3q    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.yklyeeew .i1bjog0r strong { color: var(--text-primary); }
.yklyeeew .i1bjog0r p      { color: var(--text-muted); }
.vwhayr .i1bjog0r { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.zkrujs1b .pcdx,
.v82w5f2 .pcdx,
.x34wqo .pcdx,
.qbewg9y4 .pcdx { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.zkrujs1b .pcdx::before,
.v82w5f2 .pcdx::before,
.x34wqo .pcdx::before,
.qbewg9y4 .pcdx::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.zkrujs1b .gtneu     .pcdx::before { content: "✦"; color: var(--c-tip-border); }
.zkrujs1b .q7t8whel .pcdx::before { content: "▲"; color: var(--c-warn-border); }
.zkrujs1b .qk3q    .pcdx::before { content: "◉"; color: #60a5fa; }
.v82w5f2 .gtneu     .pcdx::before { content: "★"; color: var(--c-tip-border); }
.v82w5f2 .q7t8whel .pcdx::before { content: "◆"; color: var(--c-warn-border); }
.v82w5f2 .qk3q    .pcdx::before { content: "●"; color: #60a5fa; }
.x34wqo .gtneu     .pcdx::before { content: "▶"; color: var(--c-tip-border); }
.x34wqo .q7t8whel .pcdx::before { content: "■"; color: var(--c-warn-border); }
.x34wqo .qk3q    .pcdx::before { content: "▸"; color: #60a5fa; }
.qbewg9y4 .gtneu     .pcdx::before { content: "→"; color: var(--c-tip-border); }
.qbewg9y4 .q7t8whel .pcdx::before { content: "⬥"; color: var(--c-warn-border); }
.qbewg9y4 .qk3q    .pcdx::before { content: "◈"; color: #60a5fa; }
.f5wd .l8fj .kvzyzaxh,
.f5wd .enf7dg .kvzyzaxh  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.f5wd .f4xpf12                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.f5wd .nxa2uc          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.f5wd .xtxeuh                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ib5ore0 .l8fj .kvzyzaxh,
.ib5ore0 .enf7dg .kvzyzaxh,
.ib5ore0 .f4xpf12,
.ib5ore0 .cgv67op,
.ib5ore0 .u3p7g,
.ib5ore0 .nxa2uc,
.ib5ore0 .xtxeuh,
.ib5ore0 .vwhayr .i1bjog0r { box-shadow: none; }
.na6ww   .z1ld83, .na6ww .n90ryc, .na6ww .f28ouy,
.na6ww   .ttnomk, .na6ww .y0u3a { font-size: 0.9rem; }
.na6ww   .wiwy8e3, .na6ww .jvvd5 { font-size: 0.9rem; }
.b9uv   .z1ld83, .b9uv .n90ryc, .b9uv .f28ouy,
.b9uv   .ttnomk, .b9uv .y0u3a { font-size: 0.95rem; }
.b9uv   .wiwy8e3, .b9uv .jvvd5 { font-size: 0.95rem; }
.eudby6dt   .z1ld83, .eudby6dt .n90ryc, .eudby6dt .f28ouy,
.eudby6dt   .ttnomk, .eudby6dt .y0u3a { font-size: 1.08rem; }
.eudby6dt   .wiwy8e3, .eudby6dt .jvvd5 { font-size: 1.05rem; }
.eudby6dt   .v8qrur { font-size: 0.97rem; }
.eqnet2 .spi18xa      { font-size: 3.2rem; }
.eqnet2 h2.pj06zv { font-size: 1.9rem; }
.eqnet2 h3.q5y4nrk     { font-size: 1.4rem; }
.c3vf .spi18xa      { font-size: 3.8rem; }
.c3vf h2.pj06zv { font-size: 2.2rem; }
.c3vf h3.q5y4nrk     { font-size: 1.6rem; }
.h64yrh + .h64yrh { position: relative; }
.gt31   .h64yrh + .h64yrh::before,
.uwn2  .h64yrh + .h64yrh::before,
.khu8   .h64yrh + .h64yrh::before,
.v33fvw1   .h64yrh + .h64yrh::before,
.bgksr1kj   .h64yrh + .h64yrh::before,
.ocie1 .h64yrh + .h64yrh::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.gt31 .h64yrh + .h64yrh::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.uwn2 .h64yrh + .h64yrh::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.khu8 .h64yrh + .h64yrh::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;
}
.v33fvw1 .h64yrh + .h64yrh::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.zgf3hcmh .h64yrh { margin-bottom: 16px; }
.zgf3hcmh .h64yrh + .h64yrh { margin-top: 0; }
.zgf3hcmh .dnms { padding-top: 0; padding-bottom: 0; }
.bgksr1kj .h64yrh + .h64yrh::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.ocie1 .h64yrh + .h64yrh::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.kz4uj .h64yrh + .h64yrh::before,
.g7vpc6ar .h64yrh + .h64yrh::before,
.baz70z7 .h64yrh + .h64yrh::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%;
}
.z5ps2w7 .kz4uj .h64yrh:nth-child(even)::before,
.z5ps2w7 .g7vpc6ar .h64yrh:nth-child(even)::before,
.z5ps2w7 .baz70z7 .h64yrh:nth-child(even)::before { background: var(--bg-surface); }
.iry6 .kz4uj .h64yrh:nth-child(even)::before,
.iry6 .g7vpc6ar .h64yrh:nth-child(even)::before,
.iry6 .baz70z7 .h64yrh:nth-child(even)::before { background: var(--bg-card); }
.kz4uj .h64yrh + .h64yrh::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");
}
.g7vpc6ar .h64yrh + .h64yrh::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");
}
.baz70z7 .h64yrh + .h64yrh::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");
}
.b2uw6sb0 .sq8g4,
.b2uw6sb0 .qxuk0v,
.b2uw6sb0 .sialgs,
.n7y5a .sialgs { padding-bottom: 60px; }
.pglwgbb .sialgs { padding-bottom: 70px; }
.b2uw6sb0 .sq8g4::before,
.b2uw6sb0 .sq8g4::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");
}
.hojxf .wvwzyqm { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.wkc01e .wvwzyqm { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.ziol .wvwzyqm { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.z55d0z7 .wvwzyqm { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.tram1eyj .wty74r { background: var(--accent); }
.tram1eyj .wty74r .p1tml { background: none; }
.tram1eyj .nh8r8 { background: var(--accent); }
.tram1eyj .wvwzyqm { background: var(--accent-bg); }
.tram1eyj .sq8g4:not(.wty74r) .p1tml { background: rgba(0,0,0,0.6); }
.wq0ysji7 .cv3nd { float: left; width: 38%; margin: 0 28px 16px 0; }
.wq0ysji7 .cv3nd .fmhv0ej { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wq0ysji7 .dnms::after { content: ''; display: block; clear: both; }
.sp7x .cv3nd { float: right; width: 38%; margin: 0 0 16px 28px; }
.sp7x .cv3nd .fmhv0ej { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.sp7x .dnms::after { content: ''; display: block; clear: both; }
.cfuui .h64yrh:nth-child(odd)  .cv3nd { float: left;  width: 38%; margin: 0 28px 16px 0; }
.cfuui .h64yrh:nth-child(even) .cv3nd { float: right; width: 38%; margin: 0 0 16px 28px; }
.cfuui .cv3nd .fmhv0ej { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.cfuui .dnms::after { content: ''; display: block; clear: both; }
.wq0ysji7 .jajka,
.sp7x .jajka,
.cfuui .jajka,
@media (max-width: 900px) {
  .wq0ysji7 .cv3nd,
  .sp7x .cv3nd,
  .cfuui .h64yrh:nth-child(odd)  .cv3nd,
  .cfuui .h64yrh:nth-child(even) .cv3nd {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .wq0ysji7 .cv3nd .fmhv0ej,
  .sp7x .cv3nd .fmhv0ej,
  .cfuui .cv3nd .fmhv0ej {
    max-height: none !important;
  }
}
.wq0ysji7 .wiwy8e3,
.wq0ysji7 .jvvd5,
.sp7x .wiwy8e3,
.sp7x .jvvd5,
.cfuui .wiwy8e3,
.cfuui .jvvd5 { overflow: hidden; }
@media (max-width: 640px) {
  .wq0ysji7 .cv3nd,
  .sp7x .cv3nd,
  .cfuui .cv3nd { float: none; width: 100%; margin: 0 0 16px 0; }
}
.unxcag7 .del9pb,
.unxcag7 .dnms,
.unxcag7 .jui6  { max-width: 1100px; }
.yibxhgmo .del9pb,
.yibxhgmo .dnms,
.yibxhgmo .jui6  { max-width: 1200px; }
.yibxhgmo { --content-mw: 1200px; }
.e5yp048 .del9pb,
.e5yp048 .dnms,
.e5yp048 .jui6  { max-width: 1320px; }
.mn2n4wwa { font-size: 0.82rem; color: var(--text-muted); }
.yci3 { display: flex; align-items: center; }
.c8c490 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.nyvyi { display: flex; align-items: center; }
.imh32 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.imh32:hover { text-decoration: underline; }
.l6swhx { margin: 0 3px; opacity: 0.45; }
.l6swhx::before { content: '/'; }
.n56nk { padding: 2px 5px; color: var(--text-main); }
.qkvz9n .mn2n4wwa {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.qkvz9n .yci3 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.dufcv .mn2n4wwa {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.dufcv .yci3 { padding: 0 0 0 12px; }
.yrycj .yci3 { padding: 0 16px; }
.yrycj .mn2n4wwa {
  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);
}
.yrycj .del9pb { padding-top: 28px; }
@media (max-width: 720px) {
  .n4zf { margin-top: 18px; padding: 0 16px; }
  .yrycj .del9pb { padding-top: 16px; }
}
.unxcag7.qkvz9n .yci3 { max-width: 1100px; }
.yibxhgmo.qkvz9n .yci3 { max-width: 1200px; }
.e5yp048.qkvz9n .yci3 { max-width: 1320px; }
.yibxhgmo .n4zf { max-width: 1200px; }
.b8py29 .h64yrh { padding-top: 16px; padding-bottom: 16px; }
.dpj5cr .h64yrh { padding-top: 24px; padding-bottom: 24px; }
.tetygikx .h64yrh { padding-top: 40px; padding-bottom: 40px; }
.atdvp0l .h64yrh { padding-top: 52px; padding-bottom: 52px; }
.z653l475 .h64yrh:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.z653l475 .h64yrh:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.z653l475 .h64yrh:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.z653l475 .h64yrh:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.sq1c .dnms { padding-top: 10px;  padding-bottom: 10px; }
.h0y4h .dnms { padding-top: 18px;  padding-bottom: 18px; }
.jzjk .dnms { padding-top: 36px;  padding-bottom: 36px; }
.e3oyce .dnms { padding-top: 48px;  padding-bottom: 48px; }
.nze7uh1 h2.pj06zv { font-weight: 600; }
.nze7uh1 h3.q5y4nrk     { font-weight: 600; }
.k7fyu h2.pj06zv { font-weight: 800; }
.k7fyu h3.q5y4nrk     { font-weight: 700; }
.mixiqp h2.pj06zv { font-weight: 900; }
.mixiqp h3.q5y4nrk     { font-weight: 800; }
.mixiqp .i1bjog0r strong,
.mixiqp .i1bjog0r strong { font-weight: 600; }
.o9eccfcj {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.cmv8 .o9eccfcj { display: none; }
@media (max-width: 640px) {
  .gzi5jy { display: none; }
  .o9eccfcj {
    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;
  }
}
.o9eccfcj { background: var(--cta) !important; color: #fff !important; border: none !important; }
.o9eccfcj:hover { opacity: 0.85; }
.tfv5 .o9eccfcj { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.jbfta .o9eccfcj,
.hga7jf5  .o9eccfcj { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.jbfta .o9eccfcj:hover,
.hga7jf5  .o9eccfcj:hover { opacity: 0.88; }
.tfv5.jbfta .o9eccfcj,
.tfv5.hga7jf5  .o9eccfcj { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.yepasw8 {
  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;
}
.yepasw8:hover { transform: translateY(-2px); opacity: 0.92; }
.yepasw8 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.zw3gbptl .yepasw8 { display: none; }
.hig0z .yepasw8 { right: 32px; }
.jqmrtmxo  .yepasw8 { left: 32px; }
@media (max-width: 480px) {
  .hig0z .yepasw8 { right: 20px; bottom: 20px; }
  .jqmrtmxo  .yepasw8 { left: 20px; bottom: 20px; }
}
.m6etoi2f { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.jui6 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.t9p1 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.njhvsa { color: var(--text-dim); font-size: 0.8rem; }
.nzv7k { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.nzv7k img { height: 26px; width: auto; object-fit: contain; }
.at5inu a, .m55mz3 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.at5inu a:hover, .m55mz3 a:hover { color: var(--accent-light); }
.m55mz3 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.qhi4 .jui6 { text-align: center; }
.qhi4 .m55mz3 { justify-content: center; margin-bottom: 16px; }
.qhi4 .t9p1 { margin-top: 0; }
.r0tvi { margin-top: 10px; }
.r0tvi a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .jui6 { padding-left: 16px; padding-right: 16px; }
  .xwunj .jui6 { padding: 20px 16px; }
  .m55mz3 { gap: 4px 12px; }
  .t9p1 { font-size: 0.78rem; }
}
.hxb4ch .mts11n .nzv7k { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.hxb4ch .t9p1 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.hxb4ch .njhvsa { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .hxb4ch .avd7 { grid-template-columns: 1fr 1fr; } .hxb4ch .mts11n { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hxb4ch .avd7 { grid-template-columns: 1fr; } }
.w6bifg .nzv7k { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.w6bifg .t9p1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .w6bifg .b4n37 { gap: 12px; } .w6bifg .nzv7k { margin-right: 0; width: 100%; } }
.qtrq0 .ra762 .nzv7k { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.qtrq0 .t9p1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.qtrq0 .njhvsa { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .qtrq0 .j4ul04kw { grid-template-columns: 1fr 1fr; } .qtrq0 .ra762 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qtrq0 .j4ul04kw { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .hxzv .hts0aoka { grid-template-columns: 1fr 1fr; } .hxzv .p6twvh:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hxzv .hts0aoka { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .qzsp .hts0aoka { grid-template-columns: 1fr; } }
.hm8q .jui6 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.hm8q .m55mz3 { justify-content: center; }
.hyho8w .dkwi      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.hyho8w .m6etoi2f { background: var(--bg-page); border-top-color: var(--border-alt); }
.xmmv .dkwi      { background: #0d1117; border-bottom-color: #21262d; }
.xmmv .f2sy { color: var(--accent-light); }
.xmmv .vk4gh { --msep-color: #8b949e; }
.xmmv .vk4gh a { color: #8b949e; }
.xmmv .vk4gh a:hover { color: var(--accent-light); }
.xmmv .dkkx { color: #8b949e; }
.xmmv .m6etoi2f { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.xmmv .t9p1,
.xmmv .njhvsa { color: #6e7681; }
.xmmv .at5inu a, .xmmv .m55mz3 a,
.xmmv .nzv7k { color: #e6edf3; }
.xmmv .at5inu a:hover, .xmmv .m55mz3 a:hover,
@media (max-width: 640px) {
  .xmmv .vk4gh { background: #0d1117; border-top-color: #21262d; }
  .xmmv .vk4gh li a { border-bottom-color: #21262d; }
}
.f4law .dkwi      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.f4law .f2sy { color: var(--accent-light); }
.f4law .vk4gh { --msep-color: #475569; }
.f4law .vk4gh a { color: #475569; }
.f4law .vk4gh a:hover { color: var(--accent-light); }
.f4law .dkkx { color: #64748b; }
.f4law .m6etoi2f { background: #f0f4f8; border-top-color: #cbd5e1; }
.f4law .t9p1,
.f4law .njhvsa { color: #64748b; }
.f4law .at5inu a, .f4law .m55mz3 a,
.f4law .k21v4s a, .f4law .nzv7k { color: #374151; }
.f4law .at5inu a:hover, .f4law .m55mz3 a:hover,
@media (max-width: 640px) {
  .f4law .vk4gh { background: #f0f4f8; border-top-color: #cbd5e1; }
  .f4law .vk4gh li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.jbfta .dkwi      { background: var(--accent); border-bottom-color: var(--accent-light); }
.jbfta .f2sy { color: #fff; }
.jbfta .vk4gh { --msep-color: rgba(255,255,255,0.82); }
.jbfta .vk4gh a { color: rgba(255,255,255,0.82); }
.jbfta .vk4gh a:hover { color: #fff; }
.jbfta .dkkx { color: rgba(255,255,255,0.9); }
.jbfta .m6etoi2f { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.jbfta .t9p1,
.jbfta .njhvsa { color: rgba(255,255,255,0.72); }
.jbfta .at5inu a, .jbfta .m55mz3 a,
.jbfta .k21v4s a, .jbfta .nzv7k { color: #fff; }
.jbfta .at5inu a:hover, .jbfta .m55mz3 a:hover,
@media (max-width: 640px) {
  .jbfta .vk4gh { background: var(--accent); border-top-color: var(--accent-light); }
  .jbfta .vk4gh li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.hga7jf5 .dkwi {
  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);
}
.hga7jf5 .m6etoi2f {
  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) {
  .hga7jf5 .vk4gh {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.hj8wf7 .puyde { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.cvo1j1 .puyde { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.u33uvcy .puyde { min-height: 72px; height: auto; }
.l3av .puyde { min-height: 84px; height: auto; }
.xwunj .puyde { max-width: none; padding: 0 32px; }
.xwunj .jui6  { max-width: none; padding: 24px 32px; }
.da7ythi.yibxhgmo .puyde { max-width: 1200px; }
.da7ythi.e5yp048 .puyde { max-width: 1320px; }
.rv04sk41   .f2sy, .rv04sk41   .nzv7k { text-transform: capitalize; }
.mncq .f2sy, .mncq .nzv7k { text-transform: lowercase; }
.f0n6b2vv .f2sy, .f0n6b2vv .nzv7k { text-transform: uppercase; letter-spacing: 0.06em; }
.b0twxgo, .hz0q9nh2 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hqp1sg .b0twxgo,
.hqp1sg .hz0q9nh2 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.dr7b6u9 .b0twxgo,
.dr7b6u9 .hz0q9nh2 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.gfrr8v9 .b0twxgo,
.gfrr8v9 .hz0q9nh2 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.yhlt .b0twxgo,
.yhlt .hz0q9nh2 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.gy6i5om   .vk4gh a { font-weight: 500; }
.jn0rimn .vk4gh a { font-weight: 600; }
.g5oa0inz     .vk4gh a { font-weight: 700; }
.gv0tl    .vk4gh a { font-weight: 800; letter-spacing: 0.01em; }
.bcmlb77w     .vk4gh > li + li::before,
.ct8fc940    .vk4gh > li + li::before,
.i7ko    .vk4gh > li + li::before,
.f6dz .vk4gh > li + li::before,
.l3ppmvf .vk4gh > li + li::before,
.chqs  .vk4gh > li + li::before,
.x99gs    .vk4gh > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.bcmlb77w     .vk4gh > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ct8fc940    .vk4gh > li + li::before { content: "|"; }
.i7ko    .vk4gh > li + li::before { content: "—"; }
.f6dz .vk4gh > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.l3ppmvf .vk4gh > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.chqs  .vk4gh > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.x99gs    .vk4gh > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .gvolg6 .dkkx,
  .o53ovm .dkkx,
  .a57y19lr .dkkx,
  .lzysx .dkkx,
  .suy0nmh .dkkx {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .gvolg6 .dkkx::before,
  .o53ovm .dkkx::before,
  .a57y19lr .dkkx::before,
  .lzysx .dkkx::before,
  .suy0nmh .dkkx::before { content: ""; display: block; flex-shrink: 0; }

  
  .gvolg6 .dkkx::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;
  }

  
  .o53ovm .dkkx::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;
  }

  
  .a57y19lr .dkkx::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;
  }

  
  .lzysx .dkkx::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;
  }

  
  .suy0nmh .dkkx::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) {
  .gtjsrr73 .dkkx {
    padding: 5px 14px;
  }
  .gtjsrr73 .vk4gh {
    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;
  }
  .gtjsrr73 .vk4gh li a {
    border-bottom: none; padding: 10px 22px;
  }
  .gtjsrr73 .vk4gh li a:hover { background: var(--bg-raised); }
  .gtjsrr73 .bdr3lt1r,
  .thfjmua2 .bdr3lt1r,
  .ijvin .bdr3lt1r { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .tsafhqzp .dkkx {
    padding: 5px 10px;
  }
  .tsafhqzp .vk4gh {
    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);
  }
  .tsafhqzp .vk4gh.zeg1q4 { transform: translateX(0); }
  .tsafhqzp .vk4gh li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .tsafhqzp .vk4gh li:last-child a { border-bottom: none; }
  .jbfta .vk4gh,
  .xmmv .vk4gh { background: var(--accent) !important; }
  .jbfta .vk4gh li a,
  .xmmv .vk4gh li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ijvin .dkkx {
    padding: 5px 10px;
  }
  .ijvin .vk4gh {
    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);
  }
  .ijvin .vk4gh::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ijvin .vk4gh.zeg1q4 { transform: translateY(0); }
  .ijvin .vk4gh li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .arv4 .dkkx {
    padding: 5px 10px;
  }
  .arv4 .vk4gh {
    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;
  }
  .arv4 .vk4gh.zeg1q4 { opacity: 1; pointer-events: auto; }
  .arv4 .vk4gh li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .ix21     .dkkx { border-radius: 0 !important; }
  .el1ul   .dkkx { border-radius: 8px !important; }
  .ig7o0 .dkkx { border-radius: 50% !important; }
  .q01ya2   .dkkx { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .vqxhr5ov .zgo9nrj { flex-direction: column; align-items: stretch; }
  .vqxhr5ov .dgdmtu { flex-direction: row; min-width: auto; }
  .vqxhr5ov .yrodgp6 { align-items: flex-start; text-align: left; }
}
.ujdz,
.ujdz.h64yrh,
.z5ps2w7 .ujdz,
.wwiby1rg .ujdz,
.iry6 .ujdz,
.umtt98 .ujdz {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.pn6f {
  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;
}
.ceihn { flex: 1 1 280px; min-width: 0; }
.pbdp {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.oohciy {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.z1wq6 {
  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;
}
.z1wq6:hover { transform: translateY(-1px); opacity: 0.95; }
.tz36gn .pn6f {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.tz36gn .pbdp { color: var(--cta); }
.tz36gn .oohciy { color: var(--text-body); }
.tz36gn .z1wq6 {
  background: var(--cta) !important;
  color: #fff !important;
}
.gbkbx .pn6f {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.gbkbx .pbdp { color: var(--text-primary); }
.gbkbx .oohciy { color: var(--text-body); }
.gbkbx .z1wq6 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .pn6f {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ceihn { flex: 0 0 auto; }
  .pbdp { font-size: 1.2rem; }
  .z1wq6 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.y6dhh .wknjrp { height: 36px; }
.kul76klh .wknjrp { height: 60px; max-width: 200px; }
.e2ma .wknjrp { height: 56px; max-width: 180px; }
.tje7cu    .x69r, .tje7cu    .co98 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
@media (min-width: 720px) {
  .bp7sgz .czwvn {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .bp7sgz .cgv67op {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .bp7sgz .cgv67op { padding: 40px 16px 20px; }
  .bp7sgz .hntmo {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .bp7sgz .cr383 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .xdz53bt3 .cgv67op {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .xdz53bt3 .cgv67op::before {
    position: absolute; top: 14px; left: 14px;
  }
  .xdz53bt3 .zzjd {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .xdz53bt3 .awt9 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .xdz53bt3 .hntmo {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .xdz53bt3 .cr383 { width: 100%; min-width: 0; }
  .xdz53bt3 .x69r { min-width: 0; }
}
.yj4fsd5 .cgv67op::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.xnjiy6 .cxxi8 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.xnjiy6 .cxxi8 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.xnjiy6 .cxxi8 p { padding: 0 2px 16px; }
.d5p7l3 .cxxi8 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.d5p7l3 .cxxi8 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.d5p7l3 .cxxi8 summary::after { content: "›"; font-size: 1.2em; }
.d5p7l3 .cxxi8[open] summary::after { content: "‹"; }
.d5p7l3 .cxxi8 p { padding: 10px 22px 4px; }
.atc5f3 .cxxi8 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.atc5f3 .cxxi8 summary { color: var(--text-primary); padding-left: 16px; }
.atc5f3 .cxxi8 summary::after { content: "›"; font-size: 1.1em; }
.atc5f3 .cxxi8[open] summary::after { content: "‹"; }
.atc5f3 .cxxi8 p { padding-left: 16px; }
.hrp43l7u .wwjmfxt { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.hrp43l7u .cxxi8 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.hrp43l7u .cxxi8:last-child { border-bottom: none; }
.hrp43l7u .cxxi8 summary { color: var(--text-primary); border-radius: 0; }
.hrp43l7u .cxxi8 summary::after { content: "›"; font-size: 1.1em; }
.hrp43l7u .cxxi8[open] summary::after { content: "‹"; }
.gxn69z .cxxi8 { overflow: hidden; }
.gxn69z .cxxi8 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.gxn69z .cxxi8 summary::after { color: rgba(255,255,255,.75); }
.gxn69z .cxxi8[open] summary { border-radius: 0; }
.jvgti556 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.fuitf9u {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.zcndoda {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.mdr4iqf { color: var(--text-muted); font-size: 1.05rem; }
.n9gks {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ivfodqcn { margin-bottom: 20px; }
.eevx {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.matb3nm {
  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;
}
.matb3nm:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.ubduq6l { resize: vertical; min-height: 130px; }
.lc9t { width: 100%; margin-top: 8px; }
.zkdvn {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.grzj63 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ocbhhy { color: var(--text-muted); line-height: 1.75; }
.tzgzpf6 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.tzgzpf6 li { margin-bottom: 6px; }
.wyvq49xf { max-width: 760px; margin: 0 auto; }
.iv5ox5 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.wgyf9f { max-width: 760px; margin: 0 auto; }
.ifj5lkps { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.y1lq8 ul.tzgzpf6 { margin: 0; }
.tme49d .ifj5lkps { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .tme49d { grid-template-columns: 1fr; gap: 10px; } }
.m7wt { max-width: 640px; margin: 0 auto; text-align: center; }
.b19t93 { margin-bottom: 48px; }
.b19t93 .ifj5lkps { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.b19t93 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.i5ul5 .tzgzpf6 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .unywddp { grid-template-columns: 1fr; } }
.hwf2qts ul.tzgzpf6 { margin: 0; }
.tr4jop .tzgzpf6,
.jnjiwgsx .tzgzpf6,
.zi11 .tzgzpf6,
.d27xr0y .tzgzpf6 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .pl2xr8z { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .pmt7je8a { grid-template-columns: 1fr; } .rxdaheb1 { position: static; text-align: center; } }
@media (max-width: 860px) { .o4yak6g { grid-template-columns: 1fr; } }
.d27xr0y .tzgzpf6 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .afsj3 { flex-direction: column; text-align: center; } .wuwco { grid-template-columns: 1fr; } }
.yfprjun { max-width: 760px; margin: 0 auto; }
.u54ko { position: relative; padding-left: 28px; }
.u54ko::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.mqtt { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.mqtt:last-child { padding-bottom: 0; }
.y0y381ma { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.pg68 h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.pg68 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.qkoa .zcndoda { color: var(--accent-light); }
.zvgz27 .zcndoda { font-size: 2rem; }
.zvgz27 .mdr4iqf { max-width: 680px; }
.zfe1g {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.zfe1g .zcndoda { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.zfe1g .mdr4iqf  { margin: 0; }
@media (max-width: 640px) { .zfe1g { flex-direction: column; } }
.sxiji79x .zcndoda { color: var(--accent-light); }
.gt13pz8k .zcndoda { color: #fff; }
.gt13pz8k .mdr4iqf  { color: rgba(255,255,255,0.85); }
.mmoj24 { max-width: 680px; margin: 0 auto; }
.jiw35 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .jiw35 { grid-template-columns: 1fr; } }
.qsqlt05 .matb3nm {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.qsqlt05 .matb3nm:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.mlslihj .matb3nm { background: var(--bg-raised); border-color: transparent; }
.mlslihj .matb3nm:focus { background: var(--bg-card); border-color: var(--accent-light); }
.q4eaocm .matb3nm { border-radius: 100px; padding: 11px 20px; }
.q4eaocm .ubduq6l { border-radius: 14px; }
.c3b636 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .c3b636 { grid-template-columns: 1fr; } }
.tycdst {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.tycdst h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.tycdst p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.inp8uaos { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.inp8uaos li { margin-bottom: 6px; }
.j2tdx80{display:none}
.j2tdx80:empty,.cm1mt:empty{display:none}
.z7jeovtg{position:relative;overflow:visible}
.hojc .yg8tf,.yeu59c .yg8tf,
.puhm7nf .yg8tf,.ycg8 .yg8tf,
.lsqd .yg8tf,.hnkf .yg8tf{display:block}
.nf13y .hxnqyxtv{display:block}
.hojc .yg8tf,.yeu59c .yg8tf,
.puhm7nf .yg8tf,.ycg8 .yg8tf,
.lsqd .yg8tf{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}
.hojc .yg8tf .cm1mt,.yeu59c .yg8tf .cm1mt,
.puhm7nf .yg8tf .cm1mt,.ycg8 .yg8tf .cm1mt,
.lsqd .yg8tf .cm1mt{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}
.hojc .h8u4ksiq,.yeu59c .h8u4ksiq,
.puhm7nf .h8u4ksiq,.ycg8 .h8u4ksiq,
.lsqd .h8u4ksiq{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.hojc .yg8tf,.yeu59c .yg8tf{top:12px}
.hojc .yg8tf .cm1mt{margin-right:auto}
.yeu59c .yg8tf .cm1mt{margin-left:auto}
.yeu59c .yg8tf{text-align:right}
.puhm7nf .yg8tf,.ycg8 .yg8tf{bottom:12px}
.puhm7nf .yg8tf .cm1mt{margin-right:auto}
.ycg8 .yg8tf .cm1mt{margin-left:auto}
.ycg8 .yg8tf{text-align:right}
.lsqd .yg8tf{position:relative;margin-top:16px}
.lsqd .yg8tf .cm1mt{margin:0 auto}
.hnkf .yg8tf{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.hnkf .yg8tf .cm1mt{margin:0}
.hnkf .wvwzyqm~.yg8tf,
.hnkf .l496h~.yg8tf{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.hnkf .wvwzyqm~.yg8tf .cm1mt,
.hnkf .l496h~.yg8tf .cm1mt{justify-content:flex-start}
.wvwzyqm~.yg8tf,.l496h~.yg8tf{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}
.wvwzyqm~.yg8tf .cm1mt{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.l496h~.yg8tf .cm1mt{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.hxnqyxtv .cm1mt{margin:0 0 12px}
.cm1mt{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.h8u4ksiq{white-space:nowrap}
.f3bney .h8u4ksiq{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.hwo14 .h8u4ksiq{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.c4m2pd .cm1mt{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.sops14th .h8u4ksiq{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.sops14th .h4h6::before{content:""}
.q146r .h8u4ksiq{color: var(--accent-light);opacity:1;font-weight:500}
.lgco81 .h8u4ksiq{border-bottom:1px solid currentColor;padding-bottom:2px}
.nr3z .cm1mt{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.nlh42jj{--date-bg:var(--accent-bg-light)}
.g2q8sot .h4h6::before{content:""}
.r81hy .h8u4ksiq + .h8u4ksiq::before{content:"•";margin-right:6px;opacity:.4}
.r3ep .h8u4ksiq + .h8u4ksiq::before{content:"/";margin-right:6px;opacity:.35}
.if71gul .h8u4ksiq + .h8u4ksiq::before{content:"|";margin-right:6px;opacity:.3}
.b215 .h8u4ksiq + .h8u4ksiq::before{content:"—";margin-right:6px;opacity:.3}
.dtv49j .h8u4ksiq + .h8u4ksiq::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.xfiaml3q .h8u4ksiq + .h8u4ksiq::before{content:"·";margin-right:6px;opacity:.4}
.et1ar .h8u4ksiq + .h8u4ksiq::before{content:"›";margin-right:6px;opacity:.4}
.qr3ffby .h8u4ksiq + .h8u4ksiq::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.da2b .f7lkgo5b{padding:20px 0}
@media(max-width:640px){
  .f7lkgo5b{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .w92c{max-width:100%}
}
.i23pzo33 .nxa2uc{margin:0}
@media (max-width:560px){
  .p2d19hmt{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) {
  .ofhu0ie { padding: 28px 18px 20px; }
  .pxvw9 { font-size: 1.2rem; }
  .bge1k { max-width: 220px; max-height: 80px; }
}
.xz7g  .htzegt0 { border-radius: 50%; }
.l5u2i .pn6f {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .htzegt0 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.s1q8d {
  margin: 28px 0 24px;
}
.s1q8d .h64yrh {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.s1q8d .dnms {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.s1q8d .pn6f {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .puyde { flex-direction: row-reverse; }
[dir="rtl"] .vk4gh { flex-direction: row-reverse; }
[dir="rtl"] .hig0z .yepasw8 { right: auto; left: 32px; }
[dir="rtl"] .jqmrtmxo  .yepasw8 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .hig0z .yepasw8 { right: auto; left: 20px; }
  [dir="rtl"] .jqmrtmxo  .yepasw8 { left: auto;  right: 20px; }
}
[dir="rtl"] .wq0ysji7 .cv3nd  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .sp7x .cv3nd { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .wvwzyqm,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .wiwy8e3, [dir="rtl"] .jvvd5 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .i1bjog0r { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .pn6f { direction: rtl; }
[dir="rtl"] .mn2n4wwa { direction: rtl; }
[dir="rtl"] .xtxeuh { direction: rtl; }
[dir="rtl"] .vw8r { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .pqbb .jvvd5,
[dir="rtl"] .cireprad .jvvd5,
[dir="rtl"] .iwj6 .jvvd5,
[dir="rtl"] .u7ji51 .jvvd5 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .pqbb .jvvd5 li::before,
[dir="rtl"] .cireprad .jvvd5 li::before,
[dir="rtl"] .iwj6 .jvvd5 li::before,
[dir="rtl"] .u7ji51 .jvvd5 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .sq8g4.ajdx .qxuk0v,
[dir="rtl"] .q1zvnq1.ajdx .qxuk0v,
[dir="rtl"] .wty74r.ajdx .qxuk0v,
[dir="rtl"] .lu9wo.ajdx .qxuk0v,
[dir="rtl"] .tqfs2qof.ajdx .qxuk0v { text-align: right; }
[dir="rtl"] .wvwzyqm.ajdx .sialgs { align-items: flex-end; text-align: right; }
[dir="rtl"] .wvwzyqm.curt .sialgs { text-align: center; }
[dir="rtl"] .wvwzyqm .sialgs { text-align: right; }
[dir="rtl"] .dnms,
[dir="rtl"] .ttnomk,
[dir="rtl"] .y0u3a,
[dir="rtl"] .lklgl7,
[dir="rtl"] .n9gks,
[dir="rtl"] .eevx,
[dir="rtl"] .matb3nm,
[dir="rtl"] .ubduq6l { text-align: right; direction: rtl; }
[dir="rtl"] .q4eaocm .matb3nm,
[dir="rtl"] .qsqlt05 .matb3nm { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #38ca08;
  --brand:           #38ca08;
  --brand-light:     #35a810;
  --brand-pale:      #4aca20;
  --grad-start:      #66f736;
  --grad-end:        #96f278;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #38ca08;
  --cta-light:       #2aa602;
  --cta-hover:       #278f05;
  --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:      #798c72;
  --text-dim:        #93a38e;
  --text-label:      #60705b;
  --text-value:      #3c4639;
  --accent-bg:       #e4f7dd;
  --accent-bg-light: #cef5c1;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #0c9635;
  --c-cons:          #9f4321;
  --c-pros-label:    #0eb33f;
  --c-tip-border:    #10c646;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9635;
}
:root { --logo-bg-opacity: 80%; }
body, button, input { font-family: "Alata", sans-serif; }
.omwc41c .mnf3td li::before, .omwc41c .t9wgq li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.omwc41c .mnf3td li::before { content: ""; }.omwc41c .t9wgq li::before { content: ""; }.omwc41c .jx6o3l6::before, .omwc41c .gs9ge::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.omwc41c .jx6o3l6::before { content: ""; }.omwc41c .gs9ge::before { content: ""; }
.o82dw .dcm33, .o82dw .wvwzyqm { min-height: 320px; }
.p2nllx .o9eccfcj::after,.p2nllx .yepasw8::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; }
.l6swhx::before { content: '◆'; font-size: 0.5em; }