:root {
  --color-accent: #247602;
  --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;
}
.ammrw46f {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.xqvn {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.j32fhy {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.qh6qq { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.hug5h { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.hug5h a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.hug5h a:hover { color: var(--accent-light); }
.o2aw   .sqm2xgi { border-radius: 0; }
.xw9i0o  .sqm2xgi li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .sqm2xgi {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .swr7:hover .sqm2xgi,
  .swr7:focus-within .sqm2xgi { display: block; }
  .sqm2xgi li a { padding: 8px 16px; font-size: 0.88rem; }
}
.qt7p8k3 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.qq3opw { display: none; }
@media (max-width: 640px) {
  .qq3opw {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .qq3opw.k1vtam { display: block; }
}
@media (max-width: 640px) {
  .qt7p8k3 { display: block; }
  .hug5h > li + li::before { display: none !important; }
  .hug5h {
    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;
  }
  .hug5h.k1vtam { display: flex; }
  .hug5h li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .hug5h li:last-child a { border-bottom: none; }
}
.ueqp { min-height: 480px; }
.oewfzrre {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.koovr { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.sh2x303i .koovr { margin-left: 0; margin-right: 0; }
.t3fku0pc {
  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;
}
.whzgt .t3fku0pc { margin-top: 24px; }
.t3fku0pc:hover { opacity: 0.88; }
.pdf9u .oewfzrre { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.pdf9u .koovr { color: #e2e8f0; }
.pdf9u.nh5h05du .g1m6 { text-align: center; }
.ubjbnkh0 .oewfzrre { color: var(--text-primary); text-shadow: none; }
.ubjbnkh0 .koovr { color: var(--text-muted); }
.ubjbnkh0 .t3fku0pc { margin-top: 16px; }
.ubjbnkh0, .ubjbnkh0.ueqp { min-height: auto !important; }
.ubjbnkh0.nh5h05du .g1m6 { text-align: center; }
@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); }
}
.c08lmt .kilhre,
.c08lmt .bk2p,
.c08lmt .pdf9u .cdvs84 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.kilhre .oewfzrre { color: #fff; }
.kilhre .koovr { color: rgba(255,255,255,0.85); }
.kilhre .t3fku0pc { background: #fff; color: var(--cta); }
.kilhre .t3fku0pc:hover { opacity: 0.92; }
.i0hla .lpqg82j { position: relative; overflow: hidden; }
.i0hla .lpqg82j::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;
}
.tpuzr .lpqg82j {
  animation: hg-breathe 7s ease-in-out infinite;
}
.bwfg2va .lpqg82j { position: relative; overflow: hidden; }
.bwfg2va .lpqg82j::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;
}
.m05re .lpqg82j { position: relative; overflow: hidden; }
.m05re .lpqg82j::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;
}
.c08lmt .lpqg82j {
  animation: hg-fadein 1.2s ease-out both;
}
.lpqg82j {
  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%);
}
.ae21z0t {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.sx0c {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.ylai7 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.lpqg82j .oewfzrre { text-shadow: none; color: var(--text-primary); }
.lpqg82j .koovr { color: var(--text-muted); }
body.nofkwqo .oewfzrre {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.pgec .oewfzrre {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ueqp.kilhre .oewfzrre,
section.kilhre .oewfzrre {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.lpqg82j.nh5h05du .ae21z0t { align-items: center; text-align: center; }
.lpqg82j.sh2x303i   .ae21z0t { align-items: flex-start; text-align: left; }
.mkx3ev .sx0c { position: relative; }
.mkx3ev .sx0c::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.mkx3ev.ey6cyr .sx0c::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.t9bxa .sx0c {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.t9bxa .ylai7 {
  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);
}
.t9bxa.ey6cyr .sx0c { padding: 32px 0 32px 32px; }
.gz0k0ne5 .sx0c {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.gz0k0ne5 .ylai7 {
  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);
}
.ey6cyr .ae21z0t {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.gz0k0ne5.ey6cyr .sx0c { padding: 40px 16px 40px 48px; }
.ueqp .f8lcg0 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.f8lcg0 .o46u.nha1z {
  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;
}
.f8lcg0 .o46u.nha1z:hover { opacity: 0.85; }
.ehv7b5e .sx0c {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .lpqg82j { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .lpqg82j:not(.ehv7b5e) .sx0c { display: none !important; }
  .ehv7b5e .sx0c { padding: 16px; }
  .ae21z0t  { padding: 36px 24px; }
  .lpqg82j~.roy76,.ey6cyr~.roy76{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .ueqp, .lpqg82j { min-height: 320px !important; }
  .oewfzrre { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .bio7y6,
  .cmr5oh0q,
  .n0yas8ee { grid-template-columns: 1fr !important; }

  

  
  .n9dmo2 { display: flex !important; flex-direction: column !important; }
  .n9dmo2 .g1m6 { display: contents; }
  .n9dmo2 .cdvs84 { order: 0; }
  .n9dmo2 .oewfzrre { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .n9dmo2 .bio7y6 { order: 2; padding: 0 16px 12px !important; }
  .n9dmo2 .koovr { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .whzgt .g1m6 { display: flex; flex-direction: column; }
  .whzgt .g1m6 .oewfzrre { order: 1; }
  .whzgt .g1m6 .n0yas8ee { order: 2; margin: 8px 0 24px !important; }
  .whzgt .g1m6 .koovr { order: 3; }
  .whzgt .g1m6 .t3fku0pc { order: 4; align-self: center; margin-top: 0; }

  
  .lpqg82j.ehv7b5e {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .lpqg82j.ehv7b5e .ae21z0t { display: contents; padding: 0; }
  .lpqg82j.ehv7b5e .ae21z0t .oewfzrre { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .lpqg82j.ehv7b5e .sx0c { order: 2; padding: 12px 16px; }
  .lpqg82j.ehv7b5e .ae21z0t .koovr { order: 3; padding: 0 24px; margin: 0 auto; }
  .lpqg82j.ehv7b5e .ae21z0t .t3fku0pc { order: 4; align-self: center; margin: 8px 0 32px; }
}
.mpfya { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.sfqnqn { width: 100%; height: auto; display: block; border-radius: 10px; }
.mtqkw .mpfya        { border-radius: 16px; }
.mtqkw .sfqnqn  { border-radius: 16px; }
.sgkx .mpfya         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.sgkx .sfqnqn   { border-radius: 8px; }
.wv2f { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.w74z { width: 100%; padding: 32px 0; position: relative; }
.rnijfz { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.dkdq7x .w74z:nth-child(even) { background: var(--bg-surface); }
.dkdq7x .w74z:nth-child(odd)  { background: var(--bg-page); }
.a8rdn50 .w74z:nth-child(even) { background: var(--bg-card); }
.a8rdn50 .w74z:nth-child(odd)  { background: var(--bg-page); }
.dkdq7x .w74z:nth-child(odd)  .rnijfz { background: var(--bg-card); border-radius: 6px; }
.dkdq7x .w74z:nth-child(even) .rnijfz { background: var(--bg-raised); border-radius: 6px; }
.a8rdn50 .w74z:nth-child(odd)  .rnijfz { background: var(--bg-card); border-radius: 6px; }
.a8rdn50 .w74z:nth-child(even) .rnijfz { background: var(--bg-raised); border-radius: 6px; }
.dkdq7x .w74z:nth-child(even) .qh8ua .a4zt,
.a8rdn50 .w74z:nth-child(even) .qh8ua .a4zt { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.dkdq7x .w74z:nth-child(odd) .qh8ua .a4zt,
.a8rdn50 .w74z:nth-child(odd) .qh8ua .a4zt { background: var(--bg-card-inner); }
.dkdq7x .w74z:nth-child(even) .m9zoiq .a4zt:nth-child(odd),
.a8rdn50 .w74z:nth-child(even) .m9zoiq .a4zt:nth-child(odd)  { background: var(--bg-card); }
.dkdq7x .w74z:nth-child(even) .m9zoiq .a4zt:nth-child(even),
.a8rdn50 .w74z:nth-child(even) .m9zoiq .a4zt:nth-child(even) { background: var(--bg-card-inner); }
h1.jyi6 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.jyi6 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.utkmdj { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ssb8 h2.jyi6 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.vbkqy h2.jyi6 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.h0kdvp h2.jyi6 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.al7u38cn h2.jyi6::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.kf7r h2.jyi6 {
  color: var(--text-primary); font-size: 1.7rem;
}
.ljtte h2.jyi6::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.yoj3 h2.jyi6 {
  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;
}
.vygkqlm { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .vygkqlm { display: none; } }
.flkyl60e { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.qrpme { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.az0ro {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.ymhl { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.a1pb0 { padding-left: 20px; }
.a1pb0 li { margin-bottom: 6px; }
.a1pb0 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.a1pb0 a:hover { color: var(--accent-light); }
.vo1xnyg9 .ymhl { display: none; }
.y2npmmt .ymhl { display: none; }
.y2npmmt .a1pb0 { padding-left: 0; list-style: none; }
.y2npmmt .a1pb0 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.y2npmmt .a1pb0 a { font-size: 0.92rem; }
.tvhv3un .az0ro { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.tvhv3un .ymhl { display: none; }
.tvhv3un .a1pb0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.tvhv3un .a1pb0 li { margin-bottom: 0; }
.tvhv3un .a1pb0 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;
}
.tvhv3un .a1pb0 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.hgjf8f .az0ro { padding: 20px 20px 16px; }
.hgjf8f .a1pb0 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.hgjf8f .a1pb0 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.hgjf8f .a1pb0 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;
}
.hgjf8f .a1pb0 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;
}
.hgjf8f .a1pb0 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.hgjf8f .a1pb0 a:focus,
.hgjf8f .a1pb0 a:focus-visible,
.hgjf8f .a1pb0 a:target { outline: none; }
.hgjf8f .a1pb0 li:target a { border-color: var(--border); color: var(--text-muted); }
.uz9j .az0ro { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.uz9j .ymhl { display: none; }
.uz9j .a1pb0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.uz9j .a1pb0 li { margin-bottom: 0; }
.uz9j .a1pb0 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.uz9j .a1pb0 li:last-child::after { content: ""; margin-right: 0; }
.uz9j .a1pb0 a { font-size: 0.9rem; }
.a4zt { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.qh8ua .a4zt { background: var(--bg-card); }
.m9zoiq .a4zt:nth-child(odd)  { background: var(--bg-card); }
.m9zoiq .a4zt:nth-child(even) { background: var(--bg-raised); }
.hpllzih1 .a4zt {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.hpllzih1 .a4zt:last-child { border-bottom: none; }
.hpllzih1 h3.utkmdj { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.zvk50j .a4zt {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.zvk50j .a4zt + .a4zt { margin-top: 4px; }
.ac8fa0e7 .a4zt { background: none; border-radius: 0; padding: 12px 0; }
.ac8fa0e7 .a4zt + .a4zt { border-top: 1px solid var(--border-section); }
.rde8u8w { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.kfbmxjh { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.jelhoga { color: var(--text-body); margin-bottom: 10px; }
.srad, .berms3p { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.srad li, .berms3p li { margin-bottom: 6px; }
.berms3p li { list-style: decimal; }
.ewo5v9o     .srad { list-style-type: "● "; }
.fq1y  .srad { list-style-type: "■ "; }
.xhhgeq .srad { list-style-type: "◆ "; }
.ws1y6zk    .srad { list-style-type: "★ "; }
.ewo5v9o    .srad li::marker, .ewo5v9o    .c6lfxxu li::marker,
.fq1y .srad li::marker, .fq1y .c6lfxxu li::marker,
.xhhgeq .srad li::marker, .xhhgeq .c6lfxxu li::marker,
.ws1y6zk   .srad li::marker, .ws1y6zk   .c6lfxxu li::marker {
  color: var(--cta); font-size: 1em;
}
.ewo5v9o .berms3p,
.fq1y .berms3p,
.xhhgeq .berms3p,
.ws1y6zk .berms3p {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.ewo5v9o .berms3p li,
.fq1y .berms3p li,
.xhhgeq .berms3p li,
.ws1y6zk .berms3p li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.ewo5v9o .berms3p li::before,
.fq1y .berms3p li::before,
.xhhgeq .berms3p li::before,
.ws1y6zk .berms3p 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;
}
.ewo5v9o     .berms3p li::before { border-radius: 50%; }
.fq1y  .berms3p li::before { border-radius: 3px; }
.xhhgeq .berms3p li::before { border-radius: 3px; }
.ws1y6zk    .berms3p li::before { border-radius: 50%; }
.inoz { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.pykfs .inoz,
.y3e2b3 .inoz { background: transparent; border: none; border-radius: 0; }
.yp0t7wt { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.yp0t7wt th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.yp0t7wt td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.yp0t7wt tr:hover td { background: var(--bg-hover); }
.ae5ttc .yp0t7wt tbody tr:nth-child(even) td { background: var(--bg-surface); }
.d9x7n51c .yp0t7wt { border: 1px solid var(--border-alt); }
.d9x7n51c .yp0t7wt th,
.d9x7n51c .yp0t7wt td { border: 1px solid var(--border-alt); }
.qwsb .yp0t7wt th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.qwsb .yp0t7wt td { border-bottom: none; }
.qwsb .yp0t7wt tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.zj1yv .yp0t7wt th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.lr8fiss .inoz {
  overflow: hidden;
}
.lr8fiss .yp0t7wt th { border-bottom: 1px solid var(--border-alt); }
.lr8fiss .yp0t7wt tr:last-child td { border-bottom: none; }
[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%}
.dypdk9w .jhfox {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.ms2vk6 .j17e { background: var(--bg-surface); border: 1px solid var(--border); }
.ms2vk6 .k6yg2 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.btm5 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.m6anqjr  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.tqji { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.k26wmzl { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.yg4h4dt { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.btm5 strong { color: var(--text-primary); font-size: 0.95rem; }
.btm5 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.gko7jyx { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.uxti06q, .qwkv6m { border-radius: 8px; padding: 14px; }
.uxti06q { background: var(--bg-pros); }
.qwkv6m { background: var(--bg-cons); }
.vmqlpp { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.uxti06q .vmqlpp { color: var(--c-pros-label); }
.qwkv6m .vmqlpp { color: #f87171; }
.uxti06q ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.qwkv6m ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.sfqnqn { width: 100%; height: auto; border-radius: 10px; display: block; }
.nha1z {
  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;
}
.nha1z:hover { opacity: 0.85; }
.ddb7 .nha1z  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.ddb7 .nha1z:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.q0k1dkf .nha1z  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.q0k1dkf .nha1z:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.a4th9csd .t3fku0pc { border-radius: 50px; }
.a4th9csd .nha1z  { border-radius: 50px; }
.x8eqjse2 .t3fku0pc { padding-left: 22px; padding-right: 22px; }
.x8eqjse2 .nha1z  { padding-left: 12px; padding-right: 12px; }
.th4mf .t3fku0pc { padding-left: 44px; padding-right: 44px; }
.th4mf .nha1z  { padding-left: 24px; padding-right: 24px; }
.a96yq .t3fku0pc { padding-left: 56px; padding-right: 56px; }
.a96yq .nha1z  { padding-left: 32px; padding-right: 32px; }
.q61p5q6   .t3fku0pc::after, .q61p5q6   .nha1z::after,
.syk6jx .t3fku0pc::after, .syk6jx .nha1z::after,
.u0w23q3y    .t3fku0pc::after, .u0w23q3y    .nha1z::after,
.lrhqc4v    .t3fku0pc::after, .lrhqc4v    .nha1z::after,
.gjxo5    .t3fku0pc::after, .gjxo5    .nha1z::after,
.wd884fv     .t3fku0pc::after, .wd884fv     .nha1z::after,
.ogr6xq9    .t3fku0pc::after, .ogr6xq9    .nha1z::after,
.h5kh71   .t3fku0pc::after, .h5kh71   .nha1z::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;
}
.q61p5q6 .t3fku0pc::after, .q61p5q6 .nha1z::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");
}
.syk6jx .t3fku0pc::after, .syk6jx .nha1z::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");
}
.u0w23q3y .t3fku0pc::after, .u0w23q3y .nha1z::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");
}
.lrhqc4v .t3fku0pc::after, .lrhqc4v .nha1z::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");
}
.gjxo5 .t3fku0pc::after, .gjxo5 .nha1z::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");
}
.wd884fv .t3fku0pc::after, .wd884fv .nha1z::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");
}
.ogr6xq9 .t3fku0pc::after, .ogr6xq9 .nha1z::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");
}
.h5kh71 .t3fku0pc::after, .h5kh71 .nha1z::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");
}
.p5u1px   .mnoz::after, .p5u1px   .cd0bi::after,
.i1lmi .mnoz::after, .i1lmi .cd0bi::after,
.ph3f3v    .mnoz::after, .ph3f3v    .cd0bi::after,
.lqdlm    .mnoz::after, .lqdlm    .cd0bi::after,
.ayhx6l    .mnoz::after, .ayhx6l    .cd0bi::after,
.e0si     .mnoz::after, .e0si     .cd0bi::after,
.adje    .mnoz::after, .adje    .cd0bi::after,
.fh8z1l   .mnoz::after, .fh8z1l   .cd0bi::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;
}
.p5u1px .mnoz::after, .p5u1px .cd0bi::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");
}
.i1lmi .mnoz::after, .i1lmi .cd0bi::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");
}
.ph3f3v .mnoz::after, .ph3f3v .cd0bi::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");
}
.lqdlm .mnoz::after, .lqdlm .cd0bi::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");
}
.ayhx6l .mnoz::after, .ayhx6l .cd0bi::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");
}
.e0si .mnoz::after, .e0si .cd0bi::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");
}
.adje .mnoz::after, .adje .cd0bi::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");
}
.fh8z1l .mnoz::after, .fh8z1l .cd0bi::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");
}
.mjefocgp .e5zrl0    { background: transparent; padding: 0; }
.o46u.nha1z {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .n56f {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .n56f::before    { grid-area: rank;   }
  .f39wx3e           { grid-area: ident;  }
  .j47h8     { grid-area: rating; min-width: 0; width: auto; }
  .ov3eh           { grid-area: pills;  }
  .o46u             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .n56f {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .n56f::before    { justify-self: center; }
  .f39wx3e           { width: 100%; }
  .j47h8     { justify-self: center; }
  .ov3eh           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .uzsnls .pn3u6x {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .uzsnls .sebdbyo { margin: 0; }
}
.y3e2b3 .gko7jyx { gap: 10px; }
.y3e2b3 .uxti06q, .y3e2b3 .qwkv6m { padding: 12px; }
.y3e2b3 .uxti06q ul, .y3e2b3 .qwkv6m ul { margin: 4px 0 0; padding-left: 18px; }
.y3e2b3 .uxti06q li, .y3e2b3 .qwkv6m li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .aj7q { grid-template-columns: 1fr; }
  .fzl43jkl { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .fzl43jkl .rhv8o { width: 72px; height: 50px; }
  .fzl43jkl .pmma5d3l { max-width: 180px; }
  .fzl43jkl .rq1kqs9 { width: auto; }
}
@media (max-width: 720px) {
  .diqv0d5 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .z55l1jbx { padding: 16px; }
  .cno7w .o1cw8 { min-width: 50%; }
}
.isz6eqt .gko7jyx { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .qa2u { grid-template-columns: 1fr; }
  .cwhtgi { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .f3xs { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .q1oawn { flex-wrap: wrap; padding: 16px; }
}
.sebe15g .gko7jyx { gap: 8px; }
.sebe15g .uxti06q, .sebe15g .qwkv6m { padding: 8px; }
@media (max-width: 480px) {
  .uz568jx { flex-direction: column; align-items: stretch; }
}
.uu4p .rq1kqs9 .nha1z { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .sj6q9ewp { flex-direction: column; align-items: stretch; gap: 10px; }
  .uu4p .rq1kqs9 { text-align: center; }
}
@media (max-width: 720px) {
  .gbhu8ugd { grid-template-columns: 1fr; }
  .su5p { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .uru6 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .mzmuv { grid-template-columns: 1fr; }
  .j3zh9d { width: 100px; height: 100px; margin: 16px auto; }
  .hl5w9s5 { font-size: 1.4rem; }
  .a7d9gx { justify-content: center; }
  .vfhjdu .o1cw8 { min-width: 50%; }
}
.moxx .gko7jyx { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .nan0qt { flex-wrap: wrap; padding: 14px 16px; }
  .ksccuq { padding: 12px 16px; }
  .moxx .gko7jyx { margin: 0 16px; }
  .moxx .vjq0i3 { padding: 0 16px; }
  .rsw4sued { padding: 12px 16px; }
}
.m26uwwa .zymzzsyd { gap: 0; }
.m26uwwa .n56f {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.m26uwwa .n56f:last-child { border-bottom: none; }
.m26uwwa .n56f:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.m26uwwa .n56f:nth-child(even):hover { background: var(--bg-hover); }
.xgprtxx .eh8lsp { font-size: 1rem; letter-spacing: 2px; }
.mihdgc4u { margin: 16px 0; }
.xsuu { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.xsuu summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.xsuu summary::after { content: "+"; color: var(--accent-light); }
.xsuu[open] summary::after { content: "−"; }
.xsuu p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.w74z { margin-bottom: 0; }
.kagvaw0 h2.jyi6 { color: var(--text-primary); border-color: var(--accent-light); }
.j1k1 h2.jyi6 { color: var(--text-primary); border-color: var(--accent-light); }
.tz9bpgym .m6anqjr     { background: #052e16; border-color: #10b981; }
.tz9bpgym .tqji { background: #2d0a1e; border-color: #f43f5e; }
.tz9bpgym .k26wmzl    { background: #1e1036; border-color: #a855f7; }
.tz9bpgym .btm5 strong  { color: #f1f5f9; }
.tz9bpgym .btm5 p       { color: #cbd5e1; }
.tz9bpgym .ly2zi9f    .m6anqjr     .yg4h4dt::before,
.tz9bpgym .uxxbz  .m6anqjr     .yg4h4dt::before,
.tz9bpgym .u80oyt  .m6anqjr     .yg4h4dt::before,
.tz9bpgym .r2pm6g .m6anqjr     .yg4h4dt::before { color: #10b981; }
.tz9bpgym .ly2zi9f    .tqji .yg4h4dt::before,
.tz9bpgym .uxxbz  .tqji .yg4h4dt::before,
.tz9bpgym .u80oyt  .tqji .yg4h4dt::before,
.tz9bpgym .r2pm6g .tqji .yg4h4dt::before { color: #f43f5e; }
.tz9bpgym .ly2zi9f    .k26wmzl    .yg4h4dt::before,
.tz9bpgym .uxxbz  .k26wmzl    .yg4h4dt::before,
.tz9bpgym .u80oyt  .k26wmzl    .yg4h4dt::before,
.tz9bpgym .r2pm6g .k26wmzl    .yg4h4dt::before { color: #a855f7; }
.e8fmf .m6anqjr     { background: #2d2000; border-color: #eab308; }
.e8fmf .tqji { background: #2d0b0b; border-color: #ef4444; }
.e8fmf .k26wmzl    { background: #2d1600; border-color: #f97316; }
.e8fmf .btm5 strong  { color: #f1f5f9; }
.e8fmf .btm5 p       { color: #cbd5e1; }
.e8fmf .ly2zi9f    .m6anqjr     .yg4h4dt::before,
.e8fmf .uxxbz  .m6anqjr     .yg4h4dt::before,
.e8fmf .u80oyt  .m6anqjr     .yg4h4dt::before,
.e8fmf .r2pm6g .m6anqjr     .yg4h4dt::before { color: #eab308; }
.e8fmf .ly2zi9f    .tqji .yg4h4dt::before,
.e8fmf .uxxbz  .tqji .yg4h4dt::before,
.e8fmf .u80oyt  .tqji .yg4h4dt::before,
.e8fmf .r2pm6g .tqji .yg4h4dt::before { color: #ef4444; }
.e8fmf .ly2zi9f    .k26wmzl    .yg4h4dt::before,
.e8fmf .uxxbz  .k26wmzl    .yg4h4dt::before,
.e8fmf .u80oyt  .k26wmzl    .yg4h4dt::before,
.e8fmf .r2pm6g .k26wmzl    .yg4h4dt::before { color: #f97316; }
.mm82 .m6anqjr     { background: #0c1a2e; border-color: #38bdf8; }
.mm82 .tqji { background: #12103a; border-color: #818cf8; }
.mm82 .k26wmzl    { background: #0a2020; border-color: #2dd4bf; }
.mm82 .btm5 strong  { color: #f1f5f9; }
.mm82 .btm5 p       { color: #cbd5e1; }
.mm82 .ly2zi9f    .m6anqjr     .yg4h4dt::before,
.mm82 .uxxbz  .m6anqjr     .yg4h4dt::before,
.mm82 .u80oyt  .m6anqjr     .yg4h4dt::before,
.mm82 .r2pm6g .m6anqjr     .yg4h4dt::before { color: #38bdf8; }
.mm82 .ly2zi9f    .tqji .yg4h4dt::before,
.mm82 .uxxbz  .tqji .yg4h4dt::before,
.mm82 .u80oyt  .tqji .yg4h4dt::before,
.mm82 .r2pm6g .tqji .yg4h4dt::before { color: #818cf8; }
.mm82 .ly2zi9f    .k26wmzl    .yg4h4dt::before,
.mm82 .uxxbz  .k26wmzl    .yg4h4dt::before,
.mm82 .u80oyt  .k26wmzl    .yg4h4dt::before,
.mm82 .r2pm6g .k26wmzl    .yg4h4dt::before { color: #2dd4bf; }
.n88iq .m6anqjr     { background: var(--accent-bg); border-color: var(--accent-light); }
.n88iq .tqji { background: var(--accent-bg-light); border-color: var(--accent-light); }
.n88iq .k26wmzl    { background: var(--accent-bg); border-color: var(--accent-pale); }
.n88iq .ly2zi9f    .yg4h4dt::before,
.n88iq .uxxbz  .yg4h4dt::before,
.n88iq .u80oyt  .yg4h4dt::before,
.n88iq .r2pm6g .yg4h4dt::before { color: var(--accent-light) !important; }
.n6kt3e::before,
.sob5lm::before { margin-right: 5px; }
.umyqu .uxti06q ul li,
.umyqu .uxti06q .n6kt3e { color: #22c55e; }
.umyqu .qwkv6m ul li,
.umyqu .qwkv6m .sob5lm { color: #ef4444; }
.py9nn54 .uxti06q { background: var(--bg-pros); }
.py9nn54 .qwkv6m { background: var(--bg-cons); }
.py9nn54 .uxti06q .n6kt3e { color: var(--c-pros-label); }
.py9nn54 .qwkv6m .sob5lm { color: var(--c-cons); }
.py9nn54 .uxti06q ul li,
.py9nn54 .yj3x2q li            { color: var(--c-pros); }
.py9nn54 .qwkv6m ul li,
.py9nn54 .vdah8a li            { color: var(--c-cons); }
.r6jtrc .uxti06q { background: var(--bg-pros); }
.r6jtrc .qwkv6m { background: var(--bg-cons); }
.r6jtrc .uxti06q .n6kt3e { color: var(--c-pros-label); }
.r6jtrc .qwkv6m .sob5lm { color: var(--c-cons); }
.r6jtrc .uxti06q ul li,
.r6jtrc .qwkv6m ul li,
.zcqf .n6kt3e::before { content: "✓ "; }
.zcqf .sob5lm::before { content: "✗ "; }
.u48cm7d .n6kt3e::before { content: "→ "; }
.u48cm7d .sob5lm::before { content: "← "; }
.ix3qbl7b .n6kt3e::before { content: "★ "; }
.ix3qbl7b .sob5lm::before { content: "✕ "; }
.de8ty .n6kt3e::before { content: "◆ "; }
.de8ty .sob5lm::before { content: "▲ "; }
.buea .btm5 { background: transparent; border-left: none; border: 1.5px solid; }
.buea .m6anqjr     { border-color: var(--c-tip-border); }
.buea .tqji { border-color: var(--c-warn-border); }
.buea .k26wmzl    { border-color: #60a5fa; }
.buea .btm5 strong { color: var(--text-primary); }
.buea .btm5 p      { color: var(--text-muted); }
.azri3hz .btm5 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.azri3hz .m6anqjr     { border-top-color: var(--c-tip-border); }
.azri3hz .tqji { border-top-color: var(--c-warn-border); }
.azri3hz .k26wmzl    { border-top-color: #60a5fa; }
.ujp1 .btm5 { border-left: none; border-radius: 8px; }
.ujp1 .m6anqjr     { background: #065f46; }
.ujp1 .tqji { background: #92400e; }
.ujp1 .k26wmzl    { background: #1e3a8a; }
.ujp1 .btm5 strong,
.ujp1 .btm5 p { color: #fff; }
.ujp1 .yg4h4dt::before { color: rgba(255,255,255,0.85) !important; }
.tz9bpgym.ujp1 .m6anqjr,
.tz9bpgym .ujp1 .m6anqjr     { background: #052e16; }
.tz9bpgym.ujp1 .tqji,
.tz9bpgym .ujp1 .tqji { background: #2d0a1e; }
.tz9bpgym.ujp1 .k26wmzl,
.tz9bpgym .ujp1 .k26wmzl    { background: #1e1036; }
.e8fmf.ujp1 .m6anqjr,
.e8fmf .ujp1 .m6anqjr      { background: #2d2000; }
.e8fmf.ujp1 .tqji,
.e8fmf .ujp1 .tqji  { background: #2d0b0b; }
.e8fmf.ujp1 .k26wmzl,
.e8fmf .ujp1 .k26wmzl     { background: #2d1600; }
.mm82.ujp1 .m6anqjr,
.mm82 .ujp1 .m6anqjr      { background: #0c1a2e; }
.mm82.ujp1 .tqji,
.mm82 .ujp1 .tqji  { background: #12103a; }
.mm82.ujp1 .k26wmzl,
.mm82 .ujp1 .k26wmzl     { background: #0a2020; }
.a8jtlld .btm5 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.a8jtlld .m6anqjr     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.a8jtlld .tqji { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.a8jtlld .k26wmzl    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.a8jtlld .btm5 strong { color: var(--text-primary); }
.a8jtlld .btm5 p      { color: var(--text-muted); }
.lr5m6 .btm5 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ly2zi9f .yg4h4dt,
.uxxbz .yg4h4dt,
.u80oyt .yg4h4dt,
.r2pm6g .yg4h4dt { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ly2zi9f .yg4h4dt::before,
.uxxbz .yg4h4dt::before,
.u80oyt .yg4h4dt::before,
.r2pm6g .yg4h4dt::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ly2zi9f .m6anqjr     .yg4h4dt::before { content: "✦"; color: var(--c-tip-border); }
.ly2zi9f .tqji .yg4h4dt::before { content: "▲"; color: var(--c-warn-border); }
.ly2zi9f .k26wmzl    .yg4h4dt::before { content: "◉"; color: #60a5fa; }
.uxxbz .m6anqjr     .yg4h4dt::before { content: "★"; color: var(--c-tip-border); }
.uxxbz .tqji .yg4h4dt::before { content: "◆"; color: var(--c-warn-border); }
.uxxbz .k26wmzl    .yg4h4dt::before { content: "●"; color: #60a5fa; }
.u80oyt .m6anqjr     .yg4h4dt::before { content: "▶"; color: var(--c-tip-border); }
.u80oyt .tqji .yg4h4dt::before { content: "■"; color: var(--c-warn-border); }
.u80oyt .k26wmzl    .yg4h4dt::before { content: "▸"; color: #60a5fa; }
.r2pm6g .m6anqjr     .yg4h4dt::before { content: "→"; color: var(--c-tip-border); }
.r2pm6g .tqji .yg4h4dt::before { content: "⬥"; color: var(--c-warn-border); }
.r2pm6g .k26wmzl    .yg4h4dt::before { content: "◈"; color: #60a5fa; }
.tstr .qh8ua .a4zt,
.tstr .m9zoiq .a4zt  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.tstr .inoz          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.tstr .az0ro                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.fqjud .qh8ua .a4zt,
.fqjud .m9zoiq .a4zt,
.fqjud .j17e,
.fqjud .n56f,
.fqjud .sebdbyo,
.fqjud .inoz,
.fqjud .az0ro,
.fqjud .lr5m6 .btm5 { box-shadow: none; }
.rr9gyad   .jelhoga, .rr9gyad .rde8u8w, .rr9gyad .kfbmxjh,
.rr9gyad   .flkyl60e, .rr9gyad .qrpme { font-size: 0.9rem; }
.rr9gyad   .srad, .rr9gyad .berms3p { font-size: 0.9rem; }
.mmgo8k30   .jelhoga, .mmgo8k30 .rde8u8w, .mmgo8k30 .kfbmxjh,
.mmgo8k30   .flkyl60e, .mmgo8k30 .qrpme { font-size: 0.95rem; }
.mmgo8k30   .srad, .mmgo8k30 .berms3p { font-size: 0.95rem; }
.vyxzqq   .jelhoga, .vyxzqq .rde8u8w, .vyxzqq .kfbmxjh,
.vyxzqq   .flkyl60e, .vyxzqq .qrpme { font-size: 1.08rem; }
.vyxzqq   .srad, .vyxzqq .berms3p { font-size: 1.05rem; }
.vyxzqq   .yp0t7wt { font-size: 0.97rem; }
.o5u6jf .oewfzrre      { font-size: 3.2rem; }
.o5u6jf h2.jyi6 { font-size: 1.9rem; }
.o5u6jf h3.utkmdj     { font-size: 1.4rem; }
.rhrvkv6 .oewfzrre      { font-size: 3.8rem; }
.rhrvkv6 h2.jyi6 { font-size: 2.2rem; }
.rhrvkv6 h3.utkmdj     { font-size: 1.6rem; }
.w74z + .w74z { position: relative; }
.l9j0r   .w74z + .w74z::before,
.d4y7eea  .w74z + .w74z::before,
.mt12xvwv   .w74z + .w74z::before,
.vtpfla9   .w74z + .w74z::before,
.bz7onq0   .w74z + .w74z::before,
.j5ofc8z .w74z + .w74z::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.l9j0r .w74z + .w74z::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.d4y7eea .w74z + .w74z::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.mt12xvwv .w74z + .w74z::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;
}
.vtpfla9 .w74z + .w74z::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.e1a1 .w74z { margin-bottom: 16px; }
.e1a1 .w74z + .w74z { margin-top: 0; }
.e1a1 .rnijfz { padding-top: 0; padding-bottom: 0; }
.bz7onq0 .w74z + .w74z::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.j5ofc8z .w74z + .w74z::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ki8xg .w74z + .w74z::before,
.gg8fac .w74z + .w74z::before,
.fs0hj0 .w74z + .w74z::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%;
}
.dkdq7x .ki8xg .w74z:nth-child(even)::before,
.dkdq7x .gg8fac .w74z:nth-child(even)::before,
.dkdq7x .fs0hj0 .w74z:nth-child(even)::before { background: var(--bg-surface); }
.a8rdn50 .ki8xg .w74z:nth-child(even)::before,
.a8rdn50 .gg8fac .w74z:nth-child(even)::before,
.a8rdn50 .fs0hj0 .w74z:nth-child(even)::before { background: var(--bg-card); }
.ki8xg .w74z + .w74z::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");
}
.gg8fac .w74z + .w74z::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");
}
.fs0hj0 .w74z + .w74z::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");
}
.t96rzf .ae21z0t,
.ducxigy .ae21z0t { padding-bottom: 60px; }
.lg82h .ae21z0t { padding-bottom: 70px; }
.r1im6gq .lpqg82j { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.psxehb .lpqg82j { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.oa3vc .lpqg82j { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.mpqd9ll .lpqg82j { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.iwcv .lpqg82j { background: var(--accent-bg); }
.v8fwno .mpfya { float: left; width: 38%; margin: 0 28px 16px 0; }
.v8fwno .mpfya .sfqnqn { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.v8fwno .rnijfz::after { content: ''; display: block; clear: both; }
.q5fkzds .mpfya { float: right; width: 38%; margin: 0 0 16px 28px; }
.q5fkzds .mpfya .sfqnqn { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.q5fkzds .rnijfz::after { content: ''; display: block; clear: both; }
.zask .w74z:nth-child(odd)  .mpfya { float: left;  width: 38%; margin: 0 28px 16px 0; }
.zask .w74z:nth-child(even) .mpfya { float: right; width: 38%; margin: 0 0 16px 28px; }
.zask .mpfya .sfqnqn { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.zask .rnijfz::after { content: ''; display: block; clear: both; }
.zask .u5a9b0j,
.zask .zymzzsyd { clear: both; }
@media (max-width: 900px) {
  .v8fwno .mpfya,
  .q5fkzds .mpfya,
  .zask .w74z:nth-child(odd)  .mpfya,
  .zask .w74z:nth-child(even) .mpfya {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .v8fwno .mpfya .sfqnqn,
  .q5fkzds .mpfya .sfqnqn,
  .zask .mpfya .sfqnqn {
    max-height: none !important;
  }
}
.v8fwno .srad,
.v8fwno .berms3p,
.q5fkzds .srad,
.q5fkzds .berms3p,
.zask .srad,
.zask .berms3p { overflow: hidden; }
@media (max-width: 640px) {
  .v8fwno .mpfya,
  .q5fkzds .mpfya,
  .zask .mpfya { float: none; width: 100%; margin: 0 0 16px 0; }
}
.kn2y6kev .wv2f,
.kn2y6kev .rnijfz,
.kn2y6kev .vp0x  { max-width: 1100px; }
.zk1j8z .wv2f,
.zk1j8z .rnijfz,
.zk1j8z .vp0x  { max-width: 1200px; }
.nd1x0mr .wv2f,
.nd1x0mr .rnijfz,
.nd1x0mr .vp0x  { max-width: 1320px; }
.xcw4ij3 { font-size: 0.82rem; color: var(--text-muted); }
.nm298 { display: flex; align-items: center; }
.l0fw {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.fh5n { display: flex; align-items: center; }
.q28x { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.q28x:hover { text-decoration: underline; }
.mjk0 { margin: 0 3px; opacity: 0.45; }
.mjk0::before { content: '/'; }
.z5x0 { padding: 2px 5px; color: var(--text-main); }
.bxp7c .xcw4ij3 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.bxp7c .nm298 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.h7n2oic8 .xcw4ij3 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.h7n2oic8 .nm298 { padding: 0 0 0 12px; }
.n2odd1 .nm298 { padding: 0 16px; }
.n2odd1 .xcw4ij3 {
  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);
}
.n2odd1 .wv2f { padding-top: 28px; }
@media (max-width: 720px) {
  .ddacc4 { margin-top: 18px; padding: 0 16px; }
  .n2odd1 .wv2f { padding-top: 16px; }
}
.kn2y6kev.bxp7c .nm298 { max-width: 1100px; }
.zk1j8z.bxp7c .nm298 { max-width: 1200px; }
.nd1x0mr.bxp7c .nm298 { max-width: 1320px; }
.jp9tl .w74z { padding-top: 16px; padding-bottom: 16px; }
.q7xhq .w74z { padding-top: 24px; padding-bottom: 24px; }
.wk3bqt .w74z { padding-top: 40px; padding-bottom: 40px; }
.cfat0ht8 .w74z { padding-top: 52px; padding-bottom: 52px; }
.mdzk81j8 .w74z:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.mdzk81j8 .w74z:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.mdzk81j8 .w74z:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.mdzk81j8 .w74z:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.u7kx6 .rnijfz { padding-top: 10px;  padding-bottom: 10px; }
.h6ipfs .rnijfz { padding-top: 18px;  padding-bottom: 18px; }
.ab7lk .rnijfz { padding-top: 36px;  padding-bottom: 36px; }
.p28tug1 .rnijfz { padding-top: 48px;  padding-bottom: 48px; }
.t3pcipji h2.jyi6 { font-weight: 600; }
.t3pcipji h3.utkmdj     { font-weight: 600; }
.gou9jf { font-weight: 500; }
.gou9jf h2.jyi6 { font-weight: 800; }
.gou9jf h3.utkmdj     { font-weight: 700; }
.j6wx h2.jyi6 { font-weight: 900; }
.j6wx h3.utkmdj     { font-weight: 800; }
.j6wx .btm5 strong,
.j6wx .btm5 strong { font-weight: 600; }
.mnoz {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.i7pmb .mnoz { display: none; }
@media (max-width: 640px) {
  .kfbihsk { display: none; }
  .mnoz {
    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;
  }
}
.mnoz { background: var(--cta) !important; color: #fff !important; border: none !important; }
.mnoz:hover { opacity: 0.85; }
.jtaem .mnoz { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ocwfmc .mnoz,
.vsyg6njo  .mnoz { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.ocwfmc .mnoz:hover,
.vsyg6njo  .mnoz:hover { opacity: 0.88; }
.jtaem.ocwfmc .mnoz,
.jtaem.vsyg6njo  .mnoz { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.cd0bi {
  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;
}
.cd0bi:hover { transform: translateY(-2px); opacity: 0.92; }
.cd0bi { background: var(--cta) !important; color: #fff !important; border: none !important; }
.m1pob .cd0bi { display: none; }
.k0g88 .cd0bi { right: 32px; }
.a8xj59q  .cd0bi { left: 32px; }
@media (max-width: 480px) {
  .k0g88 .cd0bi { right: 20px; bottom: 20px; }
  .a8xj59q  .cd0bi { left: 20px; bottom: 20px; }
}
.jr96s0p { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.vp0x { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.fpnl { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.y4oeq { color: var(--text-dim); font-size: 0.8rem; }
.embjlin { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.embjlin img { height: 26px; width: auto; object-fit: contain; }
.kabr9p .vp0x { text-align: center; }
.kabr9p .fpnl { margin-top: 0; }
@media (max-width: 640px) {
  .vp0x { padding-left: 16px; padding-right: 16px; }
  .mnri .vp0x { padding: 20px 16px; }
  .khx42 { gap: 4px 12px; }
  .fpnl { font-size: 0.78rem; }
}
.uxza29 .j5ppzdza .embjlin { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.uxza29 .fpnl { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.uxza29 .y4oeq { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .uxza29 .cuw48et { grid-template-columns: 1fr 1fr; } .uxza29 .j5ppzdza { grid-column: 1 / -1; } }
@media (max-width: 480px) { .uxza29 .cuw48et { grid-template-columns: 1fr; } }
.rwzke .e0ggg { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.rwzke .embjlin { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.rwzke .qeksh9my { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.rwzke .qeksh9my a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.rwzke .qeksh9my a:hover { color: var(--accent-light); }
.j9v4mij { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.rwzke .na52r { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.rwzke .upxd8d { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.rwzke .upxd8d a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.rwzke .upxd8d a:hover { color: var(--accent-light); }
.rwzke .fpnl { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .rwzke .e0ggg { gap: 12px; } .rwzke .embjlin { margin-right: 0; width: 100%; } }
.yos4d .pthw .embjlin { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.yos4d .fpnl { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.yos4d .y4oeq { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .yos4d .s8rq5 { grid-template-columns: 1fr 1fr; } .yos4d .pthw { grid-column: 1 / -1; } }
@media (max-width: 480px) { .yos4d .s8rq5 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .pzgo .ccdma { grid-template-columns: 1fr 1fr; } .pzgo .n8yh97q:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .pzgo .ccdma { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .oloh8a .ccdma { grid-template-columns: 1fr; } }
.zj3a .vp0x { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.wmqyy8 .ammrw46f      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.wmqyy8 .jr96s0p { background: var(--bg-page); border-top-color: var(--border-alt); }
.s2g17ev2 .ammrw46f      { background: #0d1117; border-bottom-color: #21262d; }
.s2g17ev2 .j32fhy { color: var(--accent-light); }
.s2g17ev2 .hug5h { --msep-color: #8b949e; }
.s2g17ev2 .hug5h a { color: #8b949e; }
.s2g17ev2 .hug5h a:hover { color: var(--accent-light); }
.s2g17ev2 .qt7p8k3 { color: #8b949e; }
.s2g17ev2 .jr96s0p { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.s2g17ev2 .fpnl,
.s2g17ev2 .y4oeq { color: #6e7681; }
.s2g17ev2 .upxd8d a { color: #8b949e; }
.s2g17ev2 .embjlin { color: #e6edf3; }
@media (max-width: 640px) {
  .s2g17ev2 .hug5h { background: #0d1117; border-top-color: #21262d; }
  .s2g17ev2 .hug5h li a { border-bottom-color: #21262d; }
}
.bqscad .ammrw46f      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.bqscad .j32fhy { color: var(--accent-light); }
.bqscad .hug5h { --msep-color: #475569; }
.bqscad .hug5h a { color: #475569; }
.bqscad .hug5h a:hover { color: var(--accent-light); }
.bqscad .qt7p8k3 { color: #64748b; }
.bqscad .jr96s0p { background: #f0f4f8; border-top-color: #cbd5e1; }
.bqscad .fpnl,
.bqscad .y4oeq { color: #64748b; }
.bqscad .upxd8d a, .bqscad .embjlin { color: #374151; }
@media (max-width: 640px) {
  .bqscad .hug5h { background: #f0f4f8; border-top-color: #cbd5e1; }
  .bqscad .hug5h li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ocwfmc .ammrw46f      { background: var(--accent); border-bottom-color: var(--accent-light); }
.ocwfmc .j32fhy { color: #fff; }
.ocwfmc .hug5h { --msep-color: rgba(255,255,255,0.82); }
.ocwfmc .hug5h a { color: rgba(255,255,255,0.82); }
.ocwfmc .hug5h a:hover { color: #fff; }
.ocwfmc .qt7p8k3 { color: rgba(255,255,255,0.9); }
.ocwfmc .jr96s0p { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.ocwfmc .fpnl,
.ocwfmc .y4oeq { color: rgba(255,255,255,0.72); }
.ocwfmc .upxd8d a, .ocwfmc .embjlin { color: #fff; }
@media (max-width: 640px) {
  .ocwfmc .hug5h { background: var(--accent); border-top-color: var(--accent-light); }
  .ocwfmc .hug5h li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.vsyg6njo .ammrw46f {
  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);
}
.vsyg6njo .jr96s0p {
  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) {
  .vsyg6njo .hug5h {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.w2uou0v .xqvn { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.whf672g .xqvn { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.vm03y .xqvn { min-height: 72px; height: auto; }
.of45m .xqvn { min-height: 84px; height: auto; }
.mnri .xqvn { max-width: none; padding: 0 32px; }
.mnri .vp0x  { max-width: none; padding: 24px 32px; }
.ehq3yje.zk1j8z .xqvn { max-width: 1200px; }
.ehq3yje.nd1x0mr .xqvn { max-width: 1320px; }
.xlpy   .j32fhy, .xlpy   .embjlin { text-transform: capitalize; }
.d2b54w .j32fhy, .d2b54w .embjlin { text-transform: lowercase; }
.frmhy .j32fhy, .frmhy .embjlin { text-transform: uppercase; letter-spacing: 0.06em; }
.qu30mtsd, .xgxv8 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.asmqfmk .qu30mtsd,
.asmqfmk .xgxv8 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.we5y .qu30mtsd,
.we5y .xgxv8 { 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; }
.akmu9 .qu30mtsd,
.akmu9 .xgxv8 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.o7xnmio .qu30mtsd,
.o7xnmio .xgxv8 { 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; }
.dyhn5rr   .hug5h a { font-weight: 500; }
.vniwl .hug5h a { font-weight: 600; }
.otwyf     .hug5h a { font-weight: 700; }
.cnzi7    .hug5h a { font-weight: 800; letter-spacing: 0.01em; }
.fydr     .hug5h > li + li::before,
.iklsx    .hug5h > li + li::before,
.igjn    .hug5h > li + li::before,
.c962r6v .hug5h > li + li::before,
.ygddysaf .hug5h > li + li::before,
.u9kzy9q  .hug5h > li + li::before,
.t5jql8q    .hug5h > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.fydr     .hug5h > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.iklsx    .hug5h > li + li::before { content: "|"; }
.igjn    .hug5h > li + li::before { content: "—"; }
.c962r6v .hug5h > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ygddysaf .hug5h > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.u9kzy9q  .hug5h > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.t5jql8q    .hug5h > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .fgbs .qt7p8k3,
  .d47a54 .qt7p8k3,
  .jj1e1e42 .qt7p8k3,
  .vuf30l .qt7p8k3,
  .tjf4 .qt7p8k3 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .fgbs .qt7p8k3::before,
  .d47a54 .qt7p8k3::before,
  .jj1e1e42 .qt7p8k3::before,
  .vuf30l .qt7p8k3::before,
  .tjf4 .qt7p8k3::before { content: ""; display: block; flex-shrink: 0; }

  
  .fgbs .qt7p8k3::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;
  }

  
  .d47a54 .qt7p8k3::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;
  }

  
  .jj1e1e42 .qt7p8k3::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;
  }

  
  .vuf30l .qt7p8k3::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;
  }

  
  .tjf4 .qt7p8k3::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) {
  .mmfx7m6y .qt7p8k3 {
    padding: 5px 14px;
  }
  .mmfx7m6y .hug5h {
    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;
  }
  .mmfx7m6y .hug5h li a {
    border-bottom: none; padding: 10px 22px;
  }
  .mmfx7m6y .hug5h li a:hover { background: var(--bg-raised); }
  .mmfx7m6y .qq3opw,
  .vyvykyh .qq3opw,
  .f1lunzl9 .qq3opw { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .iv31k .qt7p8k3 {
    padding: 5px 10px;
  }
  .iv31k .hug5h {
    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);
  }
  .iv31k .hug5h.k1vtam { transform: translateX(0); }
  .iv31k .hug5h li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .iv31k .hug5h li:last-child a { border-bottom: none; }
  .ocwfmc .hug5h,
  .s2g17ev2 .hug5h { background: var(--accent) !important; }
  .ocwfmc .hug5h li a,
  .s2g17ev2 .hug5h li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .f1lunzl9 .qt7p8k3 {
    padding: 5px 10px;
  }
  .f1lunzl9 .hug5h {
    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);
  }
  .f1lunzl9 .hug5h::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .f1lunzl9 .hug5h.k1vtam { transform: translateY(0); }
  .f1lunzl9 .hug5h li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ss7x .qt7p8k3 {
    padding: 5px 10px;
  }
  .ss7x .hug5h {
    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;
  }
  .ss7x .hug5h.k1vtam { opacity: 1; pointer-events: auto; }
  .ss7x .hug5h li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .p7kfns     .qt7p8k3 { border-radius: 0 !important; }
  .z28vopp   .qt7p8k3 { border-radius: 8px !important; }
  .sj3i .qt7p8k3 { border-radius: 50% !important; }
  .eo1gj355   .qt7p8k3 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .l307 .kaz8sw3 { flex-direction: column; align-items: stretch; }
  .l307 .mh03d6j { flex-direction: row; min-width: auto; }
  .l307 .q82td { align-items: flex-start; text-align: left; }
}
.ymvi1,
.ymvi1.w74z,
.dkdq7x .ymvi1,
.cnypdn7o .ymvi1,
.a8rdn50 .ymvi1,
.izx7ode6 .ymvi1 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.gigj9 {
  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;
}
.mup89 { flex: 1 1 280px; min-width: 0; }
.iuuge {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.o5d68w7k {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.ylxh {
  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;
}
.ylxh:hover { transform: translateY(-1px); opacity: 0.95; }
.cjqlr20x .gigj9 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.cjqlr20x .iuuge { color: var(--cta); }
.cjqlr20x .o5d68w7k { color: var(--text-body); }
.cjqlr20x .ylxh {
  background: var(--cta) !important;
  color: #fff !important;
}
.a03l .gigj9 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.a03l .iuuge { color: var(--text-primary); }
.a03l .o5d68w7k { color: var(--text-body); }
.a03l .ylxh {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .gigj9 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .mup89 { flex: 0 0 auto; }
  .iuuge { font-size: 1.2rem; }
  .ylxh { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.u468zo9 .qh6qq { height: 36px; }
.pyyth .qh6qq { height: 60px; max-width: 200px; }
.de5w7 .qh6qq { height: 56px; max-width: 180px; }
.ofpg5s    .eh8lsp, .ofpg5s    .wm6s25jc { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
@media (min-width: 720px) {
  .onanpx .zymzzsyd {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .onanpx .n56f {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .onanpx .n56f { padding: 40px 16px 20px; }
  .onanpx .armqa {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .onanpx .o46u { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .twb73 .n56f {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .twb73 .n56f::before {
    position: absolute; top: 14px; left: 14px;
  }
  .twb73 .f39wx3e {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .twb73 .betm7z51 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .twb73 .armqa {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .twb73 .o46u { width: 100%; min-width: 0; }
  .twb73 .eh8lsp { min-width: 0; }
}
.z6gtp8bc .xsuu {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.z6gtp8bc .xsuu summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.z6gtp8bc .xsuu p { padding: 0 2px 16px; }
.x0h6jpdb .xsuu { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.x0h6jpdb .xsuu summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.x0h6jpdb .xsuu summary::after { content: "›"; font-size: 1.2em; }
.x0h6jpdb .xsuu[open] summary::after { content: "‹"; }
.x0h6jpdb .xsuu p { padding: 10px 22px 4px; }
.iiwiktlz .xsuu {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.iiwiktlz .xsuu summary { color: var(--text-primary); padding-left: 16px; }
.iiwiktlz .xsuu summary::after { content: "›"; font-size: 1.1em; }
.iiwiktlz .xsuu[open] summary::after { content: "‹"; }
.iiwiktlz .xsuu p { padding-left: 16px; }
.j1ycr .mihdgc4u { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.j1ycr .xsuu {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.j1ycr .xsuu:last-child { border-bottom: none; }
.j1ycr .xsuu summary { color: var(--text-primary); border-radius: 0; }
.j1ycr .xsuu summary::after { content: "›"; font-size: 1.1em; }
.j1ycr .xsuu[open] summary::after { content: "‹"; }
.sz15 .xsuu { overflow: hidden; }
.sz15 .xsuu summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.sz15 .xsuu summary::after { color: rgba(255,255,255,.75); }
.sz15 .xsuu[open] summary { border-radius: 0; }
.ojdn { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.i736 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.ofby {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.yponff { color: var(--text-muted); font-size: 1.05rem; }
.bfk0hvrn {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.xdslw {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.jrmmia { margin-bottom: 20px; }
.j1rmkrr8 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.sq9wsy9 {
  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;
}
.sq9wsy9:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.fkpp { resize: vertical; min-height: 130px; }
.h1c08 { width: 100%; margin-top: 8px; }
.w06n7f {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.vuzt {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.i486 { color: var(--text-muted); line-height: 1.75; }
.gm15y6d9 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.gm15y6d9 li { margin-bottom: 6px; }
.wl8ucg { max-width: 760px; margin: 0 auto; }
.dkcgd { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.sd8c7 { max-width: 760px; margin: 0 auto; }
.wwj6 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.ot3f ul.gm15y6d9 { margin: 0; }
.x7cy5rt .wwj6 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .x7cy5rt { grid-template-columns: 1fr; gap: 10px; } }
.zsjaumz { max-width: 640px; margin: 0 auto; text-align: center; }
.fw0ckk { margin-bottom: 48px; }
.fw0ckk .wwj6 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.fw0ckk p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.dr4gs .gm15y6d9 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .i4j9s { grid-template-columns: 1fr; } }
.ga0zzbh { color: inherit; text-decoration: none; }
.ga0zzbh:hover { color: var(--accent-light); text-decoration: underline; }
.tx1uxlf6 { display: inline-block; line-height: 0; }
.y99s { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.n5k7911 { max-width: 760px; margin: 0 auto; }
.um7s8 ul.gm15y6d9 { margin: 0; }
.mi4vtj { color: var(--text-muted); line-height: 1.75; }
.auth3 .gm15y6d9,
.fbamp .gm15y6d9,
.pc9vsy8 .gm15y6d9,
.qv036 .gm15y6d9 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.w7afjt { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.nnjcvj5j { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.g7sdz { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.y91bu { margin-top: 12px; }
.kpa8oobc { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.kpa8oobc:hover { border-bottom-color: var(--accent-light); }
.b2rz { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.b2rz img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ncjok { border-radius: 50%; }
.z3xj { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.ub4i { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .ppmn229x { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.kvqfvj .g7sdz, .kvqfvj .nnjcvj5j { max-width: 640px; }
.nze08 .w7afjt { font-size: 1.6rem; margin-top: 18px; }
.nzh7ui .g7sdz { margin-bottom: 28px; }
@media (max-width: 860px) { .nt8y { grid-template-columns: 1fr; } .nze08 { position: static; text-align: center; } }
.pe9h .b2rz { margin: 0 auto 18px; }
.pe9h .z3xj { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .brl41qxt { grid-template-columns: 1fr; } }
.jza1qbt { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.s90gkgg { flex: 1; }
.jza1qbt .w7afjt { font-size: 1.6rem; margin-bottom: 6px; }
.ha29 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.qv036 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.dysno { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.qv036 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.qv036 .gm15y6d9 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .jza1qbt { flex-direction: column; text-align: center; } .ha29 { grid-template-columns: 1fr; } }
.fv40vdb .w7afjt { font-size: 1.35rem; margin: 0 0 4px; }
.fv40vdb .z3xj { margin: 0; }
.cnhr3is .ofby { color: var(--accent-light); }
.ouhd6o5 .ofby { font-size: 2rem; }
.ouhd6o5 .yponff { max-width: 680px; }
.grclqwyk .ofby { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.grclqwyk .yponff  { margin: 0; }
@media (max-width: 640px) { .grclqwyk { flex-direction: column; } }
.vtj8 .ofby { color: var(--accent-light); }
.fqg7iou .ofby { color: #fff; }
.fqg7iou .yponff  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .i4ak6 { grid-template-columns: 1fr; } }
.xjyle0kk .sq9wsy9 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.xjyle0kk .sq9wsy9:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.xfguhdr .sq9wsy9 { background: var(--bg-raised); border-color: transparent; }
.xfguhdr .sq9wsy9:focus { background: var(--bg-card); border-color: var(--accent-light); }
.xewy38 .sq9wsy9 { border-radius: 100px; padding: 11px 20px; }
.xewy38 .fkpp { border-radius: 14px; }
.g0ed3 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.g0ed3 summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.g0ed3 summary::-webkit-details-marker { display: none; }
.g0ed3 summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.g0ed3[open] summary::after { content: "−"; }
.ra0m71 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.g2fb8lvh {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .g2fb8lvh { grid-template-columns: 1fr; } }
.m42wx1p4 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.m42wx1p4 h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.m42wx1p4 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.obmetbx { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.obmetbx li { margin-bottom: 6px; }
.g7sm{position:relative;overflow:visible}
.jgaci .wvdfyvt{display:block}
.t087 .lpqg82j~.roy76,
.t087 .lpqg82j~.roy76 .qwepoeq,
.lpqg82j~.roy76,.ey6cyr~.roy76{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}
.lpqg82j~.roy76 .qwepoeq{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.x9tumjde .qwepoeq{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.xtcy7e{--date-bg:var(--accent-bg-light)}
.vgrpk1 .j8dcol14::before{content:""}
.qwta{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.m56m{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.dzgnte29{display:flex;flex-direction:column;gap:3px}
.hidqy{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.dk7hgx{font-weight:700;font-size:1rem;color:var(--text-heading)}
.vzl5{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.hrt42d8 .qwta{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.j8i6d3v .qwta{border-top:3px solid var(--accent);padding-top:18px}
.ezvzu .qwta{border-left:3px solid var(--accent);border-radius:0}
.qi9dck .qwta{padding:20px 0}
@media(max-width:640px){
  .qwta{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .vzl5{max-width:100%}
}
.byxn .inoz{margin:0}
@media (max-width:560px){
  .ov5xl183{grid-template-columns:repeat(2,1fr);gap:12px}
}
.o5tn {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.o5tn.o92xu {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.k96v48 {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.k96v48 .y054tpb {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  font-size: 24px; line-height: 1; color: var(--text-primary, #111) !important;
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  padding: 0; margin: 0;
  z-index: 2;
  transition: background 0.15s;
}
.k96v48 .y054tpb:hover { background: rgba(0,0,0,0.12) !important; }
.q7nxuz {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.s93t9xz {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.y8ev {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.k96v48 .mc0ujd {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.k96v48 .mc0ujd:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .k96v48 { padding: 28px 18px 20px; }
  .y8ev { font-size: 1.2rem; }
  .q7nxuz { max-width: 220px; max-height: 80px; }
}
.lxh8sf26 {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.lnztcbx {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.mvi8bm  .lxh8sf26 { border-radius: 50%; }
.sikq  .lxh8sf26 { border-radius: 6px; }
.pxz6s7h .lxh8sf26 { border-radius: 22px; }
.dmd3qp .gigj9 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .lxh8sf26 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ucls4g {
  margin: 28px 0 24px;
}
.ucls4g .w74z {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ucls4g .rnijfz {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ucls4g .gigj9 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .xqvn { flex-direction: row-reverse; }
[dir="rtl"] .hug5h { flex-direction: row-reverse; }
[dir="rtl"] .k0g88 .cd0bi { right: auto; left: 32px; }
[dir="rtl"] .a8xj59q  .cd0bi { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .k0g88 .cd0bi { right: auto; left: 20px; }
  [dir="rtl"] .a8xj59q  .cd0bi { left: auto;  right: 20px; }
}
[dir="rtl"] .v8fwno .mpfya  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .q5fkzds .mpfya { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .lpqg82j,
[dir="rtl"] .mkx3ev,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .srad, [dir="rtl"] .berms3p { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .uxti06q { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .qwkv6m { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .btm5 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .gigj9 { direction: rtl; }
[dir="rtl"] .lxh8sf26 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .xcw4ij3 { direction: rtl; }
[dir="rtl"] .az0ro { direction: rtl; }
[dir="rtl"] .a1pb0 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .ewo5v9o .berms3p,
[dir="rtl"] .fq1y .berms3p,
[dir="rtl"] .xhhgeq .berms3p,
[dir="rtl"] .ws1y6zk .berms3p {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .ewo5v9o .berms3p li::before,
[dir="rtl"] .fq1y .berms3p li::before,
[dir="rtl"] .xhhgeq .berms3p li::before,
[dir="rtl"] .ws1y6zk .berms3p li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .lpqg82j.sh2x303i .ae21z0t { align-items: flex-end; text-align: right; }
[dir="rtl"] .lpqg82j.nh5h05du .ae21z0t { text-align: center; }
[dir="rtl"] .lpqg82j .ae21z0t { text-align: right; }
[dir="rtl"] .rnijfz,
[dir="rtl"] .flkyl60e,
[dir="rtl"] .qrpme,
[dir="rtl"] .vygkqlm,
[dir="rtl"] .xdslw,
[dir="rtl"] .j1rmkrr8,
[dir="rtl"] .g7sdz,
[dir="rtl"] .sq9wsy9,
[dir="rtl"] .fkpp { text-align: right; direction: rtl; }
[dir="rtl"] .xewy38 .sq9wsy9,
[dir="rtl"] .xjyle0kk .sq9wsy9 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #247602;
  --brand:           #247602;
  --brand-light:     #205f06;
  --brand-pale:      #318010;
  --grad-start:      #3fd003;
  --grad-end:        #5eef21;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #247602;
  --cta-light:       #174f00;
  --cta-hover:       #113900;
  --bg-page:         #f6f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f6f3;
  --bg-raised:       #eef1ed;
  --bg-hover:        #f4f6f3;
  --border:          #e3e9e1;
  --border-alt:      #d3ddcf;
  --border-section:  #e3e9e1;
  --text-primary:    #181c16;
  --text-muted:      #556250;
  --text-body:       #30382d;
  --text-sub:        #495444;
  --text-faint:      #7a8c72;
  --text-dim:        #94a38e;
  --text-label:      #61705b;
  --text-value:      #3d4639;
  --accent-bg:       #e4f8dd;
  --accent-bg-light: #cff6bf;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #0c9634;
  --c-cons:          #9f4221;
  --c-pros-label:    #0eb33e;
  --c-tip-border:    #10c644;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9634;
}
:root { --logo-bg-opacity: 80%; }
body, button, input { font-family: system-ui, -apple-system, sans-serif; }
.s574kve .yg4h4dt { font-size: 0; width: 1.2rem; flex-shrink: 0; }.s574kve .yg4h4dt::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.s574kve .m6anqjr     .yg4h4dt::before { content: "";  color: var(--c-tip-border); }.s574kve .tqji .yg4h4dt::before { content: ""; color: var(--c-warn-border); }.s574kve .k26wmzl    .yg4h4dt::before { content: ""; color: #60a5fa; }.tz9bpgym .s574kve .m6anqjr     .yg4h4dt::before { color: #10b981; }.tz9bpgym .s574kve .tqji .yg4h4dt::before { color: #f43f5e; }.tz9bpgym .s574kve .k26wmzl    .yg4h4dt::before { color: #a855f7; }.e8fmf  .s574kve .m6anqjr     .yg4h4dt::before { color: #eab308; }.e8fmf  .s574kve .tqji .yg4h4dt::before { color: #ef4444; }.e8fmf  .s574kve .k26wmzl    .yg4h4dt::before { color: #f97316; }.mm82  .s574kve .m6anqjr     .yg4h4dt::before { color: #38bdf8; }.mm82  .s574kve .tqji .yg4h4dt::before { color: #818cf8; }.mm82  .s574kve .k26wmzl    .yg4h4dt::before { color: #2dd4bf; }.n88iq .s574kve .yg4h4dt::before { color: var(--accent-light) !important; }
.x1lv06i .yj3x2q li::before, .x1lv06i .vdah8a 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; }.x1lv06i .yj3x2q li::before { content: ""; }.x1lv06i .vdah8a li::before { content: ""; }.x1lv06i .n6kt3e::before, .x1lv06i .sob5lm::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.x1lv06i .n6kt3e::before { content: ""; }.x1lv06i .sob5lm::before { content: ""; }
.knoa .ueqp, .knoa .lpqg82j { min-height: 320px; }
.mjk0::before { content: '◆'; font-size: 0.5em; }