:root {
  --color-accent: #4ba30c;
  --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;
}
.bo6mo359 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ysrxkr6 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.hq7x {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.yb2n273 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.df22 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.df22 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.df22 a:hover { color: var(--accent-light); }
.h4hz     .l3k4taeh { border-radius: 6px; }
.h4hz .l3k4taeh li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.h4hz .l3k4taeh li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.sf1dr8 .l3k4taeh li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .l3k4taeh {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .g93dync5:hover .l3k4taeh,
  .g93dync5:focus-within .l3k4taeh { display: block; }
  .l3k4taeh li a { padding: 8px 16px; font-size: 0.88rem; }
}
.xe6qn {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.oamazgfv { display: none; }
@media (max-width: 640px) {
  .oamazgfv {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .oamazgfv.oxhhytv { display: block; }
}
@media (max-width: 640px) {
  .xe6qn { display: block; }
  .df22 > li + li::before { display: none !important; }
  .df22 {
    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;
  }
  .df22.oxhhytv { display: flex; }
  .df22 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .df22 li:last-child a { border-bottom: none; }
}
.u6hqlox { min-height: 480px; }
.frzrjoc {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.zkjzb { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.sshu1lo .zkjzb { margin-left: 0; margin-right: 0; }
.kpme0p4r {
  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;
}
.bdmi7u .kpme0p4r { margin-top: 24px; }
.kpme0p4r:hover { opacity: 0.88; }
.pxfkojo2 .frzrjoc { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.pxfkojo2 .zkjzb { color: #e2e8f0; }
.pxfkojo2.sshu1lo   .sfyba { text-align: left; }
.zn3e8y .frzrjoc { color: var(--text-primary); text-shadow: none; }
.zn3e8y .zkjzb { color: var(--text-muted); }
.zn3e8y .kpme0p4r { margin-top: 16px; }
.zn3e8y, .zn3e8y.u6hqlox { min-height: auto !important; }
.zn3e8y.sshu1lo   .sfyba { text-align: left; }
.zn3e8y~.g4c4msoo{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.zn3e8y~.g4c4msoo .k98j{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.t61e .p8kqs,
.t61e .vq4rsm {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.t61e .pxfkojo2 .df8l {
  animation: hg-breathe 10s ease-in-out infinite;
}
.p8kqs .frzrjoc { color: #fff; }
.p8kqs .zkjzb { color: rgba(255,255,255,0.85); }
.p8kqs .kpme0p4r { background: #fff; color: var(--cta); }
.p8kqs .kpme0p4r:hover { opacity: 0.92; }
.v1ls2 .i5fr6 { position: relative; overflow: hidden; }
.v1ls2 .i5fr6::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;
}
.t61e .i5fr6 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.slpcn .i5fr6 { position: relative; overflow: hidden; }
.slpcn .i5fr6::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;
}
.qrd2 .i5fr6 { position: relative; overflow: hidden; }
.qrd2 .i5fr6::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;
}
.gekfuf .i5fr6 {
  animation: hg-fadein 1.2s ease-out both;
}
.i5fr6 {
  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%);
}
.f74t {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.g6knb {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.wysoub {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.i5fr6 .frzrjoc { text-shadow: none; color: var(--text-primary); }
.i5fr6 .zkjzb { color: var(--text-muted); }
body.ktm1dm .frzrjoc {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.k1fzv6q .frzrjoc {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.u6hqlox.p8kqs .frzrjoc,
section.p8kqs .frzrjoc {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.i5fr6.kypqvd .f74t { align-items: center; text-align: center; }
.i5fr6.sshu1lo   .f74t { align-items: flex-start; text-align: left; }
.b3dqighe .g6knb { position: relative; }
.b3dqighe .g6knb::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.b3dqighe.y57q .g6knb::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.kyoydi .g6knb {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.kyoydi .wysoub {
  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);
}
.kyoydi.y57q .g6knb { padding: 32px 0 32px 32px; }
.lsi9i .g6knb {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.lsi9i .wysoub {
  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);
}
.lsi9i .vq4rsm {
  position: static;
  width: 100%; aspect-ratio: 4/3;
  border-radius: 16px;
}
.y57q .f74t {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.lsi9i.y57q .g6knb { padding: 40px 16px 40px 48px; }
.u6hqlox .nl07 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.nl07 .rmg2a5c0.pbymn {
  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;
}
.nl07 .rmg2a5c0.pbymn:hover { opacity: 0.85; }
.l9j7xc8e .g6knb {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .i5fr6 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .i5fr6:not(.l9j7xc8e) .g6knb { display: none !important; }
  .l9j7xc8e .g6knb { padding: 16px; }
  .f74t  { padding: 36px 24px; }
  .i5fr6~.g4c4msoo,.y57q~.g4c4msoo{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .u6hqlox, .i5fr6 { min-height: 320px !important; }
  .frzrjoc { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .uu36pk,
  .dvirk3,
  .mqvwnvd4 { grid-template-columns: 1fr !important; }

  

  
  .xeyx { display: flex !important; flex-direction: column !important; }
  .xeyx .sfyba { display: contents; }
  .xeyx .df8l { order: 0; }
  .xeyx .frzrjoc { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .xeyx .uu36pk { order: 2; padding: 0 16px 12px !important; }
  .xeyx .zkjzb { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .bdmi7u .sfyba { display: flex; flex-direction: column; }
  .bdmi7u .sfyba .frzrjoc { order: 1; }
  .bdmi7u .sfyba .mqvwnvd4 { order: 2; margin: 8px 0 24px !important; }
  .bdmi7u .sfyba .zkjzb { order: 3; }
  .bdmi7u .sfyba .kpme0p4r { order: 4; align-self: center; margin-top: 0; }

  
  .i5fr6.l9j7xc8e {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .i5fr6.l9j7xc8e .f74t { display: contents; padding: 0; }
  .i5fr6.l9j7xc8e .f74t .frzrjoc { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .i5fr6.l9j7xc8e .g6knb { order: 2; padding: 12px 16px; }
  .i5fr6.l9j7xc8e .f74t .zkjzb { order: 3; padding: 0 24px; margin: 0 auto; }
  .i5fr6.l9j7xc8e .f74t .kpme0p4r { order: 4; align-self: center; margin: 8px 0 32px; }
}
.bd8ka2 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.xoepabz8 { width: 100%; height: auto; display: block; border-radius: 10px; }
.u2f32x .bd8ka2        { border-radius: 16px; }
.u2f32x .xoepabz8  { border-radius: 16px; }
.snj2 .bd8ka2         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.snj2 .xoepabz8   { border-radius: 8px; }
.nx9s84mw { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.kr5t8c { width: 100%; padding: 32px 0; position: relative; }
.ufsnas { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.plkiyo7 .kr5t8c:nth-child(even) { background: var(--bg-surface); }
.plkiyo7 .kr5t8c:nth-child(odd)  { background: var(--bg-page); }
.l1q76hy .kr5t8c:nth-child(even) { background: var(--bg-card); }
.l1q76hy .kr5t8c:nth-child(odd)  { background: var(--bg-page); }
.plkiyo7 .kr5t8c:nth-child(odd)  .ufsnas { background: var(--bg-card); border-radius: 6px; }
.plkiyo7 .kr5t8c:nth-child(even) .ufsnas { background: var(--bg-raised); border-radius: 6px; }
.l1q76hy .kr5t8c:nth-child(odd)  .ufsnas { background: var(--bg-card); border-radius: 6px; }
.l1q76hy .kr5t8c:nth-child(even) .ufsnas { background: var(--bg-raised); border-radius: 6px; }
.plkiyo7 .kr5t8c:nth-child(even) .tceh .n5hy,
.l1q76hy .kr5t8c:nth-child(even) .tceh .n5hy { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.plkiyo7 .kr5t8c:nth-child(odd) .tceh .n5hy,
.l1q76hy .kr5t8c:nth-child(odd) .tceh .n5hy { background: var(--bg-card-inner); }
.plkiyo7 .kr5t8c:nth-child(even) .ytkl .n5hy:nth-child(odd),
.l1q76hy .kr5t8c:nth-child(even) .ytkl .n5hy:nth-child(odd)  { background: var(--bg-card); }
.plkiyo7 .kr5t8c:nth-child(even) .ytkl .n5hy:nth-child(even),
.l1q76hy .kr5t8c:nth-child(even) .ytkl .n5hy:nth-child(even) { background: var(--bg-card-inner); }
h1.s9x55a { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.s9x55a {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.iqix2p68 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.bp9qga h2.s9x55a {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.cuqf5y3v h2.s9x55a {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.c0zir1 h2.s9x55a {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.j9xsg h2.s9x55a::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.lg3bye h2.s9x55a {
  color: var(--text-primary); font-size: 1.7rem;
}
.x8i821s h2.s9x55a::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.aynv9 h2.s9x55a {
  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;
}
.uzyns57o { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .uzyns57o { display: none; } }
.ar6c2uyc { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.w32cm { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.u3d9 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.rvdi { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.uqcp { padding-left: 20px; }
.uqcp li { margin-bottom: 6px; }
.uqcp a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.uqcp a:hover { color: var(--accent-light); }
.o8tyqx .rvdi { display: none; }
.hyhlyl .rvdi { display: none; }
.hyhlyl .uqcp { padding-left: 0; list-style: none; }
.hyhlyl .uqcp li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.hyhlyl .uqcp a { font-size: 0.92rem; }
.p7h8n .u3d9 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.p7h8n .rvdi { display: none; }
.p7h8n .uqcp { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.p7h8n .uqcp li { margin-bottom: 0; }
.p7h8n .uqcp 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;
}
.p7h8n .uqcp a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.eouatpxr .u3d9 { padding: 20px 20px 16px; }
.eouatpxr .uqcp {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.eouatpxr .uqcp li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.eouatpxr .uqcp 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;
}
.eouatpxr .uqcp 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;
}
.eouatpxr .uqcp a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.eouatpxr .uqcp a:focus,
.eouatpxr .uqcp a:focus-visible,
.eouatpxr .uqcp a:target { outline: none; }
.eouatpxr .uqcp li:target a { border-color: var(--border); color: var(--text-muted); }
.xnwu5 .u3d9 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.xnwu5 .rvdi { display: none; }
.xnwu5 .uqcp { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.xnwu5 .uqcp li { margin-bottom: 0; }
.xnwu5 .uqcp li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.xnwu5 .uqcp li:last-child::after { content: ""; margin-right: 0; }
.xnwu5 .uqcp a { font-size: 0.9rem; }
.n5hy { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.tceh .n5hy { background: var(--bg-card); }
.ytkl .n5hy:nth-child(odd)  { background: var(--bg-card); }
.ytkl .n5hy:nth-child(even) { background: var(--bg-raised); }
.uh61 .n5hy {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.uh61 .n5hy:last-child { border-bottom: none; }
.uh61 h3.iqix2p68 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.tq9zms .n5hy {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.tq9zms .n5hy + .n5hy { margin-top: 4px; }
.palp .n5hy { background: none; border-radius: 0; padding: 12px 0; }
.palp .n5hy + .n5hy { border-top: 1px solid var(--border-section); }
.u9rg { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.s4sax1 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.sh8irdaj { color: var(--text-body); margin-bottom: 10px; }
.o72d, .lo5pkui { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.o72d li, .lo5pkui li { margin-bottom: 6px; }
.lo5pkui li { list-style: decimal; }
.qa8yn     .o72d { list-style-type: "● "; }
.vcgwzo  .o72d { list-style-type: "■ "; }
.oqrf .o72d { list-style-type: "◆ "; }
.lfdu0te    .o72d { list-style-type: "★ "; }
.qa8yn     .jtigs { list-style-type: "● "; }
.vcgwzo  .jtigs { list-style-type: "■ "; }
.oqrf .jtigs { list-style-type: "◆ "; }
.lfdu0te    .jtigs { list-style-type: "★ "; }
.qa8yn    .o72d li::marker, .qa8yn    .jtigs li::marker,
.vcgwzo .o72d li::marker, .vcgwzo .jtigs li::marker,
.oqrf .o72d li::marker, .oqrf .jtigs li::marker,
.lfdu0te   .o72d li::marker, .lfdu0te   .jtigs li::marker {
  color: var(--cta); font-size: 1em;
}
.qa8yn .lo5pkui,
.vcgwzo .lo5pkui,
.oqrf .lo5pkui,
.lfdu0te .lo5pkui {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.qa8yn .lo5pkui li,
.vcgwzo .lo5pkui li,
.oqrf .lo5pkui li,
.lfdu0te .lo5pkui li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.qa8yn .lo5pkui li::before,
.vcgwzo .lo5pkui li::before,
.oqrf .lo5pkui li::before,
.lfdu0te .lo5pkui 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;
}
.qa8yn     .lo5pkui li::before { border-radius: 50%; }
.vcgwzo  .lo5pkui li::before { border-radius: 3px; }
.oqrf .lo5pkui li::before { border-radius: 3px; }
.lfdu0te    .lo5pkui li::before { border-radius: 50%; }
.j8gwmu .ugvh6 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.v0ljm { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.l4igf { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.n5wnsca0 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.hvtbkkbw { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.bt6m1 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.jtigs { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.jtigs li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.njj98 .hvtbkkbw { background: transparent; text-align: center; }
.g74utr .n5wnsca0 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.sv8g4ng .n5wnsca0 {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: 3px solid var(--accent-bg);
}
.maap7zi .l4igf { display: grid; grid-template-columns: auto 1fr; }
.maap7zi .n5wnsca0 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.maap7zi .hvtbkkbw { grid-column: 2; }
.maap7zi .bt6m1,
.maap7zi .jtigs { grid-column: 1 / -1; }
.y3qy .l4igf { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.y3qy .n5wnsca0 {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.y3qy .hvtbkkbw { grid-column: 2; }
.y3qy .bt6m1,
.y3qy .jtigs { grid-column: 1 / -1; }
.iyh3blph .l4igf { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.iyh3blph .hvtbkkbw { background: none; color: var(--accent-light); font-weight: 700; }
.x8df7s .l4igf { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.x8df7s .hvtbkkbw { background: none; color: var(--accent-light); font-weight: 700; }
.dkejy .l4igf { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.dkejy .l4igf:last-child { border-bottom: none; }
.dkejy .hvtbkkbw { background: none; color: var(--accent-light); font-weight: 700; }
.tha0 .l4igf { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.tha0 .hvtbkkbw { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.lfihrtwf .v0ljm { counter-reset: card-n; }
.lfihrtwf .l4igf  { counter-increment: card-n; }
.lfihrtwf .hvtbkkbw { display: flex; align-items: center; gap: 10px; }
.lfihrtwf .hvtbkkbw::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.yp58rm .l4igf { background: var(--bg-surface); border: 1px solid var(--border); }
.yp58rm .hvtbkkbw { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.wmig9yqx { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.u32i41  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.f3trg { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.c4fnh { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.wmig9yqx strong { color: var(--text-primary); font-size: 0.95rem; }
.wmig9yqx p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.t5s7slm { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ce3b, .ngd7 { border-radius: 8px; padding: 14px; }
.ce3b { background: var(--bg-pros); }
.ngd7 { background: var(--bg-cons); }
.kuczt5 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ce3b .kuczt5 { color: var(--c-pros-label); }
.ngd7 .kuczt5 { color: #f87171; }
.ce3b ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ngd7 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.xoepabz8 { width: 100%; height: auto; border-radius: 10px; display: block; }
.pbymn {
  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;
}
.pbymn:hover { opacity: 0.85; }
.aa6y .pbymn  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.aa6y .pbymn:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.tya9 .pbymn  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.tya9 .pbymn:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.l0cr4y6 .kpme0p4r { border-radius: 50px; }
.l0cr4y6 .pbymn  { border-radius: 50px; }
.lu7oufqn .kpme0p4r { padding-left: 22px; padding-right: 22px; }
.lu7oufqn .pbymn  { padding-left: 12px; padding-right: 12px; }
.z6z4nqo8 .kpme0p4r { padding-left: 44px; padding-right: 44px; }
.z6z4nqo8 .pbymn  { padding-left: 24px; padding-right: 24px; }
.dft9 .kpme0p4r { padding-left: 56px; padding-right: 56px; }
.dft9 .pbymn  { padding-left: 32px; padding-right: 32px; }
.njs6bt   .kpme0p4r::after, .njs6bt   .pbymn::after,
.hrtpxx4 .kpme0p4r::after, .hrtpxx4 .pbymn::after,
.dr777t    .kpme0p4r::after, .dr777t    .pbymn::after,
.s2wh6a9    .kpme0p4r::after, .s2wh6a9    .pbymn::after,
.u0a4    .kpme0p4r::after, .u0a4    .pbymn::after,
.uug3c3     .kpme0p4r::after, .uug3c3     .pbymn::after,
.fgayu    .kpme0p4r::after, .fgayu    .pbymn::after,
.tolonkr5   .kpme0p4r::after, .tolonkr5   .pbymn::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;
}
.njs6bt .kpme0p4r::after, .njs6bt .pbymn::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");
}
.hrtpxx4 .kpme0p4r::after, .hrtpxx4 .pbymn::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");
}
.dr777t .kpme0p4r::after, .dr777t .pbymn::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");
}
.s2wh6a9 .kpme0p4r::after, .s2wh6a9 .pbymn::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");
}
.u0a4 .kpme0p4r::after, .u0a4 .pbymn::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");
}
.uug3c3 .kpme0p4r::after, .uug3c3 .pbymn::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");
}
.fgayu .kpme0p4r::after, .fgayu .pbymn::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");
}
.tolonkr5 .kpme0p4r::after, .tolonkr5 .pbymn::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");
}
.o4j2zv   .rkph9n5::after, .o4j2zv   .msx4eq::after,
.k98oll7 .rkph9n5::after, .k98oll7 .msx4eq::after,
.powknj    .rkph9n5::after, .powknj    .msx4eq::after,
.wqnj    .rkph9n5::after, .wqnj    .msx4eq::after,
.h32g1quy    .rkph9n5::after, .h32g1quy    .msx4eq::after,
.u1wt9nz6     .rkph9n5::after, .u1wt9nz6     .msx4eq::after,
.mx7ftsz    .rkph9n5::after, .mx7ftsz    .msx4eq::after,
.zk67c   .rkph9n5::after, .zk67c   .msx4eq::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;
}
.o4j2zv .rkph9n5::after, .o4j2zv .msx4eq::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");
}
.k98oll7 .rkph9n5::after, .k98oll7 .msx4eq::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");
}
.powknj .rkph9n5::after, .powknj .msx4eq::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");
}
.wqnj .rkph9n5::after, .wqnj .msx4eq::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");
}
.h32g1quy .rkph9n5::after, .h32g1quy .msx4eq::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");
}
.u1wt9nz6 .rkph9n5::after, .u1wt9nz6 .msx4eq::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");
}
.mx7ftsz .rkph9n5::after, .mx7ftsz .msx4eq::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");
}
.zk67c .rkph9n5::after, .zk67c .msx4eq::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");
}
.rmg2a5c0.pbymn {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .szpl91 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .szpl91::before    { grid-area: rank;   }
  .cfudh           { grid-area: ident;  }
  .cd9peiyf     { grid-area: rating; min-width: 0; width: auto; }
  .r9i8a           { grid-area: pills;  }
  .rmg2a5c0             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .szpl91 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .szpl91::before    { justify-self: center; }
  .cfudh           { width: 100%; }
  .cd9peiyf     { justify-self: center; }
  .r9i8a           { grid-template-columns: 1fr; }
}
.vyko    .evsjg1d7 li::before { content: "◆"; }
.vyko    .vr0tp li::before { content: "▲"; }
@media (min-width: 860px) {
  .a88vf6gm .s2h9 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .a88vf6gm .e48cc { margin: 0; }
}
.cko3 .e48cc { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.cko3 .elbx { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.cko3 .bfyosnqj { padding: 14px 16px; }
.cko3 .zzxuv { border-radius: 4px; }
.cko3 .vd6gh { border-radius: 0; }
.ohouav .t5s7slm { gap: 10px; }
.ohouav .ce3b, .ohouav .ngd7 { padding: 12px; }
.ohouav .ce3b ul, .ohouav .ngd7 ul { margin: 4px 0 0; padding-left: 18px; }
.ohouav .ce3b li, .ohouav .ngd7 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .dsog6u { grid-template-columns: 1fr; }
  .urj7w { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .urj7w .bf1f { width: 72px; height: 50px; }
  .urj7w .f8d1gbc { max-width: 180px; }
  .urj7w .czvdrh1p { width: auto; }
}
@media (max-width: 720px) {
  .ty0ubs2a { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .cqn4 { padding: 16px; }
  .r0lx8zld .me0yfzd { min-width: 50%; }
}
.ivvuzfj .t5s7slm { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .sw2j6 { grid-template-columns: 1fr; }
  .ppdr { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .f0jmvzux { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ocos205 { flex-wrap: wrap; padding: 16px; }
}
.clzq0z .t5s7slm { gap: 8px; }
.clzq0z .ce3b, .clzq0z .ngd7 { padding: 8px; }
@media (max-width: 480px) {
  .xrqk6pb { flex-direction: column; align-items: stretch; }
}
.op0as16 .czvdrh1p .pbymn { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .r8c9 { flex-direction: column; align-items: stretch; gap: 10px; }
  .op0as16 .czvdrh1p { text-align: center; }
}
@media (max-width: 720px) {
  .ia84f45w { grid-template-columns: 1fr; }
  .dx365 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .le081hp { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .yjnz { grid-template-columns: 1fr; }
  .eh97d1i { width: 100px; height: 100px; margin: 16px auto; }
  .xdwmk0v { font-size: 1.4rem; }
  .jlu9q3 { justify-content: center; }
  .lj0x5 .me0yfzd { min-width: 50%; }
}
.xb3vajo .t5s7slm { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .bbe2a1 { flex-wrap: wrap; padding: 14px 16px; }
  .n8yuwhx { padding: 12px 16px; }
  .xb3vajo .t5s7slm { margin: 0 16px; }
  .xb3vajo .ilbw948 { padding: 0 16px; }
  .dl0ahz { padding: 12px 16px; }
}
.qyqr9 .un0cfts9 { gap: 18px; }
.qyqr9 .szpl91 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.qyqr9 .szpl91:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.z1tz .a9me {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.eeuud { margin: 16px 0; }
.we8sd { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.we8sd summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.we8sd summary::after { content: "+"; color: var(--accent-light); }
.we8sd[open] summary::after { content: "−"; }
.we8sd p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.kr5t8c { margin-bottom: 0; }
.s12hr h2.s9x55a { color: var(--text-primary); border-color: var(--accent-light); }
.czur6cr h2.s9x55a { color: var(--text-primary); border-color: var(--accent-light); }
.vmpunfx .u32i41     { background: #052e16; border-color: #10b981; }
.vmpunfx .f3trg    { background: #1e1036; border-color: #a855f7; }
.vmpunfx .wmig9yqx strong  { color: #f1f5f9; }
.vmpunfx .wmig9yqx p       { color: #cbd5e1; }
.vmpunfx .bcvo33    .u32i41     .c4fnh::before,
.vmpunfx .gsi7r6h  .u32i41     .c4fnh::before,
.vmpunfx .c98ht  .u32i41     .c4fnh::before,
.vmpunfx .hy5e8 .u32i41     .c4fnh::before { color: #10b981; }
.vmpunfx .bcvo33    .mn02ondd .c4fnh::before,
.vmpunfx .gsi7r6h  .mn02ondd .c4fnh::before,
.vmpunfx .c98ht  .mn02ondd .c4fnh::before,
.vmpunfx .hy5e8 .mn02ondd .c4fnh::before { color: #f43f5e; }
.vmpunfx .bcvo33    .f3trg    .c4fnh::before,
.vmpunfx .gsi7r6h  .f3trg    .c4fnh::before,
.vmpunfx .c98ht  .f3trg    .c4fnh::before,
.vmpunfx .hy5e8 .f3trg    .c4fnh::before { color: #a855f7; }
.rz26g .u32i41     { background: #2d2000; border-color: #eab308; }
.rz26g .f3trg    { background: #2d1600; border-color: #f97316; }
.rz26g .wmig9yqx strong  { color: #f1f5f9; }
.rz26g .wmig9yqx p       { color: #cbd5e1; }
.rz26g .bcvo33    .u32i41     .c4fnh::before,
.rz26g .gsi7r6h  .u32i41     .c4fnh::before,
.rz26g .c98ht  .u32i41     .c4fnh::before,
.rz26g .hy5e8 .u32i41     .c4fnh::before { color: #eab308; }
.rz26g .bcvo33    .mn02ondd .c4fnh::before,
.rz26g .gsi7r6h  .mn02ondd .c4fnh::before,
.rz26g .c98ht  .mn02ondd .c4fnh::before,
.rz26g .hy5e8 .mn02ondd .c4fnh::before { color: #ef4444; }
.rz26g .bcvo33    .f3trg    .c4fnh::before,
.rz26g .gsi7r6h  .f3trg    .c4fnh::before,
.rz26g .c98ht  .f3trg    .c4fnh::before,
.rz26g .hy5e8 .f3trg    .c4fnh::before { color: #f97316; }
.oaxikk .u32i41     { background: #0c1a2e; border-color: #38bdf8; }
.oaxikk .mn02ondd { background: #12103a; border-color: #818cf8; }
.oaxikk .f3trg    { background: #0a2020; border-color: #2dd4bf; }
.oaxikk .wmig9yqx strong  { color: #f1f5f9; }
.oaxikk .wmig9yqx p       { color: #cbd5e1; }
.oaxikk .bcvo33    .u32i41     .c4fnh::before,
.oaxikk .gsi7r6h  .u32i41     .c4fnh::before,
.oaxikk .c98ht  .u32i41     .c4fnh::before,
.oaxikk .hy5e8 .u32i41     .c4fnh::before { color: #38bdf8; }
.oaxikk .bcvo33    .mn02ondd .c4fnh::before,
.oaxikk .gsi7r6h  .mn02ondd .c4fnh::before,
.oaxikk .c98ht  .mn02ondd .c4fnh::before,
.oaxikk .hy5e8 .mn02ondd .c4fnh::before { color: #818cf8; }
.oaxikk .bcvo33    .f3trg    .c4fnh::before,
.oaxikk .gsi7r6h  .f3trg    .c4fnh::before,
.oaxikk .c98ht  .f3trg    .c4fnh::before,
.oaxikk .hy5e8 .f3trg    .c4fnh::before { color: #2dd4bf; }
.lsdvm .u32i41     { background: var(--accent-bg); border-color: var(--accent-light); }
.lsdvm .f3trg    { background: var(--accent-bg); border-color: var(--accent-pale); }
.lsdvm .bcvo33    .c4fnh::before,
.lsdvm .gsi7r6h  .c4fnh::before,
.lsdvm .c98ht  .c4fnh::before,
.lsdvm .hy5e8 .c4fnh::before { color: var(--accent-light) !important; }
.ciww30x::before,
.x1bmfo::before { margin-right: 5px; }
.g70h .ce3b ul li,
.g70h .ce3b .ciww30x { color: #22c55e; }
.g70h .ngd7 ul li,
.g70h .ngd7 .x1bmfo { color: #ef4444; }
.g31v6l .ce3b { background: var(--bg-pros); }
.g31v6l .ngd7 { background: var(--bg-cons); }
.g31v6l .ce3b .ciww30x { color: var(--c-pros-label); }
.g31v6l .ngd7 .x1bmfo { color: var(--c-cons); }
.g31v6l .ce3b ul li,
.g31v6l .ngd7 ul li,
.c8tl760m .ce3b { background: var(--bg-pros); }
.c8tl760m .ngd7 { background: var(--bg-cons); }
.c8tl760m .ce3b .ciww30x { color: var(--c-pros-label); }
.c8tl760m .ngd7 .x1bmfo { color: var(--c-cons); }
.c8tl760m .ce3b ul li,
.c8tl760m .evsjg1d7 li          { color: var(--c-pros); }
.c8tl760m .ngd7 ul li,
.c8tl760m .vr0tp li          { color: var(--c-cons); }
.rjrf .ciww30x::before { content: "✓ "; }
.rjrf .x1bmfo::before { content: "✗ "; }
.imdvez .ciww30x::before { content: "→ "; }
.imdvez .x1bmfo::before { content: "← "; }
.qoy5 .ciww30x::before { content: "★ "; }
.qoy5 .x1bmfo::before { content: "✕ "; }
.vyko .ciww30x::before { content: "◆ "; }
.vyko .x1bmfo::before { content: "▲ "; }
.r1c7xd .wmig9yqx { background: transparent; border-left: none; border: 1.5px solid; }
.r1c7xd .u32i41     { border-color: var(--c-tip-border); }
.r1c7xd .f3trg    { border-color: #60a5fa; }
.r1c7xd .wmig9yqx strong { color: var(--text-primary); }
.r1c7xd .wmig9yqx p      { color: var(--text-muted); }
.cfwl2l .wmig9yqx { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.cfwl2l .u32i41     { border-top-color: var(--c-tip-border); }
.cfwl2l .f3trg    { border-top-color: #60a5fa; }
.fkngoy2 .wmig9yqx { border-left: none; border-radius: 8px; }
.fkngoy2 .u32i41     { background: #065f46; }
.fkngoy2 .mn02ondd { background: #92400e; }
.fkngoy2 .f3trg    { background: #1e3a8a; }
.fkngoy2 .wmig9yqx strong,
.fkngoy2 .wmig9yqx p { color: #fff; }
.fkngoy2 .c4fnh::before { color: rgba(255,255,255,0.85) !important; }
.vmpunfx.fkngoy2 .u32i41,
.vmpunfx .fkngoy2 .u32i41     { background: #052e16; }
.vmpunfx.fkngoy2 .mn02ondd,
.vmpunfx .fkngoy2 .mn02ondd { background: #2d0a1e; }
.vmpunfx.fkngoy2 .f3trg,
.vmpunfx .fkngoy2 .f3trg    { background: #1e1036; }
.rz26g.fkngoy2 .u32i41,
.rz26g .fkngoy2 .u32i41      { background: #2d2000; }
.rz26g.fkngoy2 .mn02ondd,
.rz26g .fkngoy2 .mn02ondd  { background: #2d0b0b; }
.rz26g.fkngoy2 .f3trg,
.rz26g .fkngoy2 .f3trg     { background: #2d1600; }
.oaxikk.fkngoy2 .u32i41,
.oaxikk .fkngoy2 .u32i41      { background: #0c1a2e; }
.oaxikk.fkngoy2 .mn02ondd,
.oaxikk .fkngoy2 .mn02ondd  { background: #12103a; }
.oaxikk.fkngoy2 .f3trg,
.oaxikk .fkngoy2 .f3trg     { background: #0a2020; }
.vlx7m .wmig9yqx { border-left: none; border-radius: 6px; padding: 10px 14px; }
.vlx7m .u32i41     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.vlx7m .f3trg    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.vlx7m .wmig9yqx strong { color: var(--text-primary); }
.vlx7m .wmig9yqx p      { color: var(--text-muted); }
.v08qua .wmig9yqx { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.bcvo33 .c4fnh,
.gsi7r6h .c4fnh,
.c98ht .c4fnh,
.hy5e8 .c4fnh { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.bcvo33 .c4fnh::before,
.gsi7r6h .c4fnh::before,
.c98ht .c4fnh::before,
.hy5e8 .c4fnh::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.bcvo33 .u32i41     .c4fnh::before { content: "✦"; color: var(--c-tip-border); }
.bcvo33 .mn02ondd .c4fnh::before { content: "▲"; color: var(--c-warn-border); }
.bcvo33 .f3trg    .c4fnh::before { content: "◉"; color: #60a5fa; }
.gsi7r6h .u32i41     .c4fnh::before { content: "★"; color: var(--c-tip-border); }
.gsi7r6h .mn02ondd .c4fnh::before { content: "◆"; color: var(--c-warn-border); }
.gsi7r6h .f3trg    .c4fnh::before { content: "●"; color: #60a5fa; }
.c98ht .u32i41     .c4fnh::before { content: "▶"; color: var(--c-tip-border); }
.c98ht .mn02ondd .c4fnh::before { content: "■"; color: var(--c-warn-border); }
.c98ht .f3trg    .c4fnh::before { content: "▸"; color: #60a5fa; }
.hy5e8 .u32i41     .c4fnh::before { content: "→"; color: var(--c-tip-border); }
.hy5e8 .mn02ondd .c4fnh::before { content: "⬥"; color: var(--c-warn-border); }
.hy5e8 .f3trg    .c4fnh::before { content: "◈"; color: #60a5fa; }
.hnyyg07 .tceh .n5hy,
.hnyyg07 .ytkl .n5hy  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.hnyyg07 .l4igf                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.hnyyg07 .u3d9                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.flrmj .tceh .n5hy,
.flrmj .ytkl .n5hy,
.flrmj .l4igf,
.flrmj .szpl91,
.flrmj .e48cc,
.flrmj .ice6dx,
.flrmj .u3d9,
.flrmj .v08qua .wmig9yqx { box-shadow: none; }
.ax3rtl   .sh8irdaj, .ax3rtl .u9rg, .ax3rtl .s4sax1,
.ax3rtl   .ar6c2uyc, .ax3rtl .w32cm { font-size: 0.9rem; }
.ax3rtl   .o72d, .ax3rtl .lo5pkui { font-size: 0.9rem; }
.mrd3y   .sh8irdaj, .mrd3y .u9rg, .mrd3y .s4sax1,
.mrd3y   .ar6c2uyc, .mrd3y .w32cm { font-size: 0.95rem; }
.mrd3y   .o72d, .mrd3y .lo5pkui { font-size: 0.95rem; }
.m53q2k   .sh8irdaj, .m53q2k .u9rg, .m53q2k .s4sax1,
.m53q2k   .ar6c2uyc, .m53q2k .w32cm { font-size: 1.08rem; }
.m53q2k   .o72d, .m53q2k .lo5pkui { font-size: 1.05rem; }
.gtgt5w .frzrjoc      { font-size: 3.2rem; }
.gtgt5w h2.s9x55a { font-size: 1.9rem; }
.gtgt5w h3.iqix2p68     { font-size: 1.4rem; }
.gb3qp0h .frzrjoc      { font-size: 3.8rem; }
.gb3qp0h h2.s9x55a { font-size: 2.2rem; }
.gb3qp0h h3.iqix2p68     { font-size: 1.6rem; }
.kr5t8c + .kr5t8c { position: relative; }
.fa3r   .kr5t8c + .kr5t8c::before,
.dzfis  .kr5t8c + .kr5t8c::before,
.a7pp   .kr5t8c + .kr5t8c::before,
.l7omzo   .kr5t8c + .kr5t8c::before,
.w0253sp   .kr5t8c + .kr5t8c::before,
.hx78kk .kr5t8c + .kr5t8c::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.fa3r .kr5t8c + .kr5t8c::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.dzfis .kr5t8c + .kr5t8c::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.a7pp .kr5t8c + .kr5t8c::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;
}
.l7omzo .kr5t8c + .kr5t8c::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.oev5 .kr5t8c { margin-bottom: 16px; }
.oev5 .kr5t8c + .kr5t8c { margin-top: 0; }
.oev5 .ufsnas { padding-top: 0; padding-bottom: 0; }
.w0253sp .kr5t8c + .kr5t8c::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.hx78kk .kr5t8c + .kr5t8c::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.pxm2 .kr5t8c + .kr5t8c::before,
.ep75l4u .kr5t8c + .kr5t8c::before,
.io0t .kr5t8c + .kr5t8c::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%;
}
.plkiyo7 .pxm2 .kr5t8c:nth-child(even)::before,
.plkiyo7 .ep75l4u .kr5t8c:nth-child(even)::before,
.plkiyo7 .io0t .kr5t8c:nth-child(even)::before { background: var(--bg-surface); }
.l1q76hy .pxm2 .kr5t8c:nth-child(even)::before,
.l1q76hy .ep75l4u .kr5t8c:nth-child(even)::before,
.l1q76hy .io0t .kr5t8c:nth-child(even)::before { background: var(--bg-card); }
.pxm2 .kr5t8c + .kr5t8c::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");
}
.ep75l4u .kr5t8c + .kr5t8c::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");
}
.io0t .kr5t8c + .kr5t8c::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");
}
.k0tq .f74t,
.gu0v .f74t { padding-bottom: 60px; }
.e85f .f74t { padding-bottom: 70px; }
.z9n6  .pxfkojo2:not(.p8kqs) .df8l { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.xnc4jt7 .i5fr6 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ewg6 .i5fr6 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.z9n6 .p8kqs { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.z9n6 .vq4rsm { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.z9n6 .i5fr6 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.aaxi .i5fr6 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.h2i8dnr .i5fr6 { background: var(--accent-bg); }
.oy6zr83i .bd8ka2 { float: left; width: 38%; margin: 0 28px 16px 0; }
.oy6zr83i .bd8ka2 .xoepabz8 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.oy6zr83i .ufsnas::after { content: ''; display: block; clear: both; }
.cslsv .bd8ka2 { float: right; width: 38%; margin: 0 0 16px 28px; }
.cslsv .bd8ka2 .xoepabz8 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.cslsv .ufsnas::after { content: ''; display: block; clear: both; }
.ac34x5 .kr5t8c:nth-child(odd)  .bd8ka2 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ac34x5 .kr5t8c:nth-child(even) .bd8ka2 { float: right; width: 38%; margin: 0 0 16px 28px; }
.ac34x5 .bd8ka2 .xoepabz8 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ac34x5 .ufsnas::after { content: ''; display: block; clear: both; }
.oy6zr83i .v0ljm,
.oy6zr83i .un0cfts9,
.cslsv .v0ljm,
.ac34x5 .v0ljm,
@media (max-width: 900px) {
  .oy6zr83i .bd8ka2,
  .cslsv .bd8ka2,
  .ac34x5 .kr5t8c:nth-child(odd)  .bd8ka2,
  .ac34x5 .kr5t8c:nth-child(even) .bd8ka2 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .oy6zr83i .bd8ka2 .xoepabz8,
  .cslsv .bd8ka2 .xoepabz8,
  .ac34x5 .bd8ka2 .xoepabz8 {
    max-height: none !important;
  }
}
.oy6zr83i .o72d,
.oy6zr83i .lo5pkui,
.cslsv .o72d,
.cslsv .lo5pkui,
.ac34x5 .o72d,
.ac34x5 .lo5pkui { overflow: hidden; }
@media (max-width: 640px) {
  .oy6zr83i .bd8ka2,
  .cslsv .bd8ka2,
  .ac34x5 .bd8ka2 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.hodntrex .nx9s84mw,
.hodntrex .ufsnas,
.hodntrex .bzgl  { max-width: 1100px; }
.hhkvs .nx9s84mw,
.hhkvs .ufsnas,
.hhkvs .bzgl  { max-width: 1200px; }
.hgok0u1 .nx9s84mw,
.hgok0u1 .ufsnas,
.hgok0u1 .bzgl  { max-width: 1320px; }
.vinj { font-size: 0.82rem; color: var(--text-muted); }
.k5w56f { display: flex; align-items: center; }
.io2yrlo {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.gnakyroa { display: flex; align-items: center; }
.pfas { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.pfas:hover { text-decoration: underline; }
.znjlzs { margin: 0 3px; opacity: 0.45; }
.znjlzs::before { content: '/'; }
.ozh16w { padding: 2px 5px; color: var(--text-main); }
.e3qx9r6 .vinj {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.e3qx9r6 .k5w56f { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.tnq0by .vinj {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.tnq0by .k5w56f { padding: 0 0 0 12px; }
.lmvqg .k5w56f { padding: 0 16px; }
.lmvqg .vinj {
  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);
}
.lmvqg .nx9s84mw { padding-top: 28px; }
@media (max-width: 720px) {
  .myj4tybn { margin-top: 18px; padding: 0 16px; }
  .lmvqg .nx9s84mw { padding-top: 16px; }
}
.hodntrex.e3qx9r6 .k5w56f { max-width: 1100px; }
.hhkvs.e3qx9r6 .k5w56f { max-width: 1200px; }
.hgok0u1.e3qx9r6 .k5w56f { max-width: 1320px; }
.hv5ilr .kr5t8c { padding-top: 16px; padding-bottom: 16px; }
.tyqf4xlj .kr5t8c { padding-top: 24px; padding-bottom: 24px; }
.d1uvbi .kr5t8c { padding-top: 40px; padding-bottom: 40px; }
.u3rzf4g3 .kr5t8c { padding-top: 52px; padding-bottom: 52px; }
.z6lw .kr5t8c:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.z6lw .kr5t8c:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.z6lw .kr5t8c:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.z6lw .kr5t8c:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.qcm5 .ufsnas { padding-top: 10px;  padding-bottom: 10px; }
.nbgaz .ufsnas { padding-top: 18px;  padding-bottom: 18px; }
.m62c2 .ufsnas { padding-top: 36px;  padding-bottom: 36px; }
.n92il4rc .ufsnas { padding-top: 48px;  padding-bottom: 48px; }
.pd28 h2.s9x55a { font-weight: 600; }
.pd28 h3.iqix2p68     { font-weight: 600; }
.oa9q74 h2.s9x55a { font-weight: 800; }
.oa9q74 h3.iqix2p68     { font-weight: 700; }
.js88s48n h2.s9x55a { font-weight: 900; }
.js88s48n h3.iqix2p68     { font-weight: 800; }
.js88s48n .wmig9yqx strong,
.js88s48n .wmig9yqx strong { font-weight: 600; }
.rkph9n5 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.fsoj .rkph9n5 { display: none; }
@media (max-width: 640px) {
  .txcfn { display: none; }
  .rkph9n5 {
    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;
  }
}
.rkph9n5 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.rkph9n5:hover { opacity: 0.85; }
.p3ohj5z .rkph9n5 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.cgahb .rkph9n5,
.qnkpr  .rkph9n5 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.cgahb .rkph9n5:hover,
.qnkpr  .rkph9n5:hover { opacity: 0.88; }
.p3ohj5z.cgahb .rkph9n5,
.p3ohj5z.qnkpr  .rkph9n5 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.msx4eq {
  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;
}
.msx4eq:hover { transform: translateY(-2px); opacity: 0.92; }
.msx4eq { background: var(--cta) !important; color: #fff !important; border: none !important; }
.yw1i0s .msx4eq { display: none; }
.ajfb .msx4eq { right: 32px; }
.kajqk8g  .msx4eq { left: 32px; }
@media (max-width: 480px) {
  .ajfb .msx4eq { right: 20px; bottom: 20px; }
  .kajqk8g  .msx4eq { left: 20px; bottom: 20px; }
}
.i1srk7s2 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.bzgl { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.xnpu4ynn { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.j4zq0i { color: var(--text-dim); font-size: 0.8rem; }
.yirid a, .t6hmej5 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.yirid a:hover, .t6hmej5 a:hover { color: var(--accent-light); }
.t6hmej5 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.unhiuct .bzgl { text-align: center; }
.unhiuct .t6hmej5 { justify-content: center; margin-bottom: 16px; }
.unhiuct .xnpu4ynn { margin-top: 0; }
.bfg1 { margin-top: 10px; }
.bfg1 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .bzgl { padding-left: 16px; padding-right: 16px; }
  .rwlhh .bzgl { padding: 20px 16px; }
  .t6hmej5 { gap: 4px 12px; }
  .xnpu4ynn { font-size: 0.78rem; }
}
.y1eow .xnpu4ynn { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.y1eow .j4zq0i { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .y1eow .fhcul { grid-template-columns: 1fr 1fr; } .y1eow .fpqxdrdt { grid-column: 1 / -1; } }
@media (max-width: 480px) { .y1eow .fhcul { grid-template-columns: 1fr; } }
.yll1ac .xnpu4ynn { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .yll1ac .yz3f { gap: 12px; } .yll1ac .mn2t9z { margin-right: 0; width: 100%; } }
.irv3 .xnpu4ynn { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.irv3 .j4zq0i { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .irv3 .l7mn7nbf { grid-template-columns: 1fr 1fr; } .irv3 .wzzfe { grid-column: 1 / -1; } }
@media (max-width: 480px) { .irv3 .l7mn7nbf { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .q8io7b6 .n607vkh { grid-template-columns: 1fr 1fr; } .q8io7b6 .g6uc:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .q8io7b6 .n607vkh { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .xt59sz .n607vkh { grid-template-columns: 1fr; } }
.z5f5 .bzgl { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.z5f5 .t6hmej5 { justify-content: center; }
.n2zx1 .bo6mo359      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.n2zx1 .i1srk7s2 { background: var(--bg-page); border-top-color: var(--border-alt); }
.tfsfl .bo6mo359      { background: #0d1117; border-bottom-color: #21262d; }
.tfsfl .hq7x { color: var(--accent-light); }
.tfsfl .df22 { --msep-color: #8b949e; }
.tfsfl .df22 a { color: #8b949e; }
.tfsfl .df22 a:hover { color: var(--accent-light); }
.tfsfl .xe6qn { color: #8b949e; }
.tfsfl .i1srk7s2 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.tfsfl .xnpu4ynn,
.tfsfl .j4zq0i { color: #6e7681; }
.tfsfl .yirid a, .tfsfl .t6hmej5 a,
.tfsfl .yirid a:hover, .tfsfl .t6hmej5 a:hover,
@media (max-width: 640px) {
  .tfsfl .df22 { background: #0d1117; border-top-color: #21262d; }
  .tfsfl .df22 li a { border-bottom-color: #21262d; }
}
.t5ogyz3i .bo6mo359      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.t5ogyz3i .hq7x { color: var(--accent-light); }
.t5ogyz3i .df22 { --msep-color: #475569; }
.t5ogyz3i .df22 a { color: #475569; }
.t5ogyz3i .df22 a:hover { color: var(--accent-light); }
.t5ogyz3i .xe6qn { color: #64748b; }
.t5ogyz3i .i1srk7s2 { background: #f0f4f8; border-top-color: #cbd5e1; }
.t5ogyz3i .xnpu4ynn,
.t5ogyz3i .j4zq0i { color: #64748b; }
.t5ogyz3i .yirid a, .t5ogyz3i .t6hmej5 a,
.t5ogyz3i .yirid a:hover, .t5ogyz3i .t6hmej5 a:hover,
@media (max-width: 640px) {
  .t5ogyz3i .df22 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .t5ogyz3i .df22 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.cgahb .bo6mo359      { background: var(--accent); border-bottom-color: var(--accent-light); }
.cgahb .hq7x { color: #fff; }
.cgahb .df22 { --msep-color: rgba(255,255,255,0.82); }
.cgahb .df22 a { color: rgba(255,255,255,0.82); }
.cgahb .df22 a:hover { color: #fff; }
.cgahb .xe6qn { color: rgba(255,255,255,0.9); }
.cgahb .i1srk7s2 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.cgahb .xnpu4ynn,
.cgahb .j4zq0i { color: rgba(255,255,255,0.72); }
.cgahb .yirid a, .cgahb .t6hmej5 a,
.cgahb .yirid a:hover, .cgahb .t6hmej5 a:hover,
@media (max-width: 640px) {
  .cgahb .df22 { background: var(--accent); border-top-color: var(--accent-light); }
  .cgahb .df22 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.qnkpr .bo6mo359 {
  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);
}
.qnkpr .i1srk7s2 {
  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) {
  .qnkpr .df22 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.s70e .ysrxkr6 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ie5vk6e .ysrxkr6 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.rm2bsl .ysrxkr6 { min-height: 72px; height: auto; }
.lsqd .ysrxkr6 { min-height: 84px; height: auto; }
.rwlhh .ysrxkr6 { max-width: none; padding: 0 32px; }
.rwlhh .bzgl  { max-width: none; padding: 24px 32px; }
.i2ht.hhkvs .ysrxkr6 { max-width: 1200px; }
.i2ht.hgok0u1 .ysrxkr6 { max-width: 1320px; }
.lkc1d   .hq7x, .lkc1d   .mn2t9z { text-transform: capitalize; }
.hmmkydq .hq7x, .hmmkydq .mn2t9z { text-transform: lowercase; }
.e1xu .hq7x, .e1xu .mn2t9z { text-transform: uppercase; letter-spacing: 0.06em; }
.ypl12q, .pduh3k1 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.rdik .ypl12q,
.onb42vzh .ypl12q,
.lvj1gl5u .ypl12q,
.x9zwbezg .ypl12q,
.dumfnqm   .df22 a { font-weight: 500; }
.d5wca0bl .df22 a { font-weight: 600; }
.f67xp     .df22 a { font-weight: 700; }
.cz28aku    .df22 a { font-weight: 800; letter-spacing: 0.01em; }
.tagym576     .df22 > li + li::before,
.jo5c    .df22 > li + li::before,
.uybs78    .df22 > li + li::before,
.ghpopkk .df22 > li + li::before,
.vzv5su0 .df22 > li + li::before,
.g70ubaxv  .df22 > li + li::before,
.e9abb28    .df22 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.tagym576     .df22 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.jo5c    .df22 > li + li::before { content: "|"; }
.uybs78    .df22 > li + li::before { content: "—"; }
.ghpopkk .df22 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.vzv5su0 .df22 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.g70ubaxv  .df22 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.e9abb28    .df22 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .j0k3qp5 .xe6qn,
  .hpy4ord .xe6qn,
  .z5dt .xe6qn,
  .p01xkjv .xe6qn,
  .wwyj .xe6qn {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .j0k3qp5 .xe6qn::before,
  .hpy4ord .xe6qn::before,
  .z5dt .xe6qn::before,
  .p01xkjv .xe6qn::before,
  .wwyj .xe6qn::before { content: ""; display: block; flex-shrink: 0; }

  
  .j0k3qp5 .xe6qn::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;
  }

  
  .hpy4ord .xe6qn::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;
  }

  
  .z5dt .xe6qn::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;
  }

  
  .p01xkjv .xe6qn::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;
  }

  
  .wwyj .xe6qn::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) {
  .vyxwcg7a .xe6qn {
    padding: 5px 14px;
  }
  .vyxwcg7a .df22 {
    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;
  }
  .vyxwcg7a .df22 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .vyxwcg7a .df22 li a:hover { background: var(--bg-raised); }
  .vyxwcg7a .oamazgfv,
  .kfxq63 .oamazgfv,
  .nafv .oamazgfv { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .lhwx .xe6qn {
    padding: 5px 10px;
  }
  .lhwx .df22 {
    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);
  }
  .lhwx .df22.oxhhytv { transform: translateX(0); }
  .lhwx .df22 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .lhwx .df22 li:last-child a { border-bottom: none; }
  .cgahb .df22,
  .tfsfl .df22 { background: var(--accent) !important; }
  .cgahb .df22 li a,
  .tfsfl .df22 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .nafv .xe6qn {
    padding: 5px 10px;
  }
  .nafv .df22 {
    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);
  }
  .nafv .df22::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .nafv .df22.oxhhytv { transform: translateY(0); }
  .nafv .df22 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .y2ppy7br .xe6qn {
    padding: 5px 10px;
  }
  .y2ppy7br .df22 {
    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;
  }
  .y2ppy7br .df22.oxhhytv { opacity: 1; pointer-events: auto; }
  .y2ppy7br .df22 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .uu1ilcw     .xe6qn { border-radius: 0 !important; }
  .ngqmhik7   .xe6qn { border-radius: 8px !important; }
  .lmy574 .xe6qn { border-radius: 50% !important; }
  .iekrb   .xe6qn { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .qnl5 .mlbxqmg { flex-direction: column; align-items: stretch; }
  .qnl5 .lnxz5 { flex-direction: row; min-width: auto; }
  .qnl5 .gb7jdnus { align-items: flex-start; text-align: left; }
}
.fcv27bv,
.fcv27bv.kr5t8c,
.plkiyo7 .fcv27bv,
.e1i29e .fcv27bv,
.l1q76hy .fcv27bv,
.ycz2mh9 .fcv27bv {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.tytdf4ij {
  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;
}
.mpum { flex: 1 1 280px; min-width: 0; }
.wxxllm6 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.p46f8bx {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.l28f0m {
  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;
}
.l28f0m:hover { transform: translateY(-1px); opacity: 0.95; }
.se5midyn .tytdf4ij {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.se5midyn .wxxllm6 { color: var(--cta); }
.se5midyn .p46f8bx { color: var(--text-body); }
.se5midyn .l28f0m {
  background: var(--cta) !important;
  color: #fff !important;
}
.lo238 .tytdf4ij {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.lo238 .wxxllm6 { color: var(--text-primary); }
.lo238 .p46f8bx { color: var(--text-body); }
.lo238 .l28f0m {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .tytdf4ij {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .mpum { flex: 0 0 auto; }
  .wxxllm6 { font-size: 1.2rem; }
  .l28f0m { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.k1u0r .yb2n273 { height: 36px; }
.n71q0 .yb2n273 { height: 60px; max-width: 200px; }
.f388e .yb2n273 { height: 56px; max-width: 180px; }
@media (min-width: 720px) {
  .r2oh6 .un0cfts9 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .r2oh6 .szpl91 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .r2oh6 .szpl91 { padding: 40px 16px 20px; }
  .r2oh6 .yp0u9 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .r2oh6 .rmg2a5c0 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .b18c .szpl91 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .b18c .szpl91::before {
    position: absolute; top: 14px; left: 14px;
  }
  .b18c .cfudh {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .b18c .s11twy2f { white-space: normal; text-align: center; font-size: 1.2rem; }
  .b18c .yp0u9 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .b18c .rmg2a5c0 { width: 100%; min-width: 0; }
  .b18c .a9me { min-width: 0; }
}
.ix88p .szpl91::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.ohijb .we8sd {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ohijb .we8sd summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ohijb .we8sd p { padding: 0 2px 16px; }
.rj82e4k .we8sd { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.rj82e4k .we8sd summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.rj82e4k .we8sd summary::after { content: "›"; font-size: 1.2em; }
.rj82e4k .we8sd[open] summary::after { content: "‹"; }
.rj82e4k .we8sd p { padding: 10px 22px 4px; }
.iv54x .we8sd {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.iv54x .we8sd summary { color: var(--text-primary); padding-left: 16px; }
.iv54x .we8sd summary::after { content: "›"; font-size: 1.1em; }
.iv54x .we8sd[open] summary::after { content: "‹"; }
.iv54x .we8sd p { padding-left: 16px; }
.u4j9 .eeuud { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.u4j9 .we8sd {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.u4j9 .we8sd:last-child { border-bottom: none; }
.u4j9 .we8sd summary { color: var(--text-primary); border-radius: 0; }
.u4j9 .we8sd summary::after { content: "›"; font-size: 1.1em; }
.u4j9 .we8sd[open] summary::after { content: "‹"; }
.iiedb .we8sd { overflow: hidden; }
.iiedb .we8sd summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.iiedb .we8sd summary::after { color: rgba(255,255,255,.75); }
.iiedb .we8sd[open] summary { border-radius: 0; }
.kidluy1v { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.lqcho {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.snks {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.v64re { color: var(--text-muted); font-size: 1.05rem; }
.z6z9x {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.lgxmerv { margin-bottom: 20px; }
.l3lk45bu {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ba260dn {
  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;
}
.ba260dn:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.p19wp858 { resize: vertical; min-height: 130px; }
.wy2upta { width: 100%; margin-top: 8px; }
.thjk {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.k5q3o93u {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.xe5qd3wn { color: var(--text-muted); line-height: 1.75; }
.a2t0 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.a2t0 li { margin-bottom: 6px; }
.b5gb2u { max-width: 760px; margin: 0 auto; }
.vzs4jx8 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.cv8ol8 { max-width: 760px; margin: 0 auto; }
.le48 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.cwneg ul.a2t0 { margin: 0; }
.su83 { max-width: 900px; margin: 0 auto; }
.sho4q1 { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.sho4q1:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.sho4q1 .le48 { margin: 0; font-size: 1rem; }
.sho4q1 .rf9olb p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .sho4q1 { grid-template-columns: 1fr; gap: 10px; } }
.o3vpcnk .le48 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.y3ktv5 .a2t0 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .hho8ju { grid-template-columns: 1fr; } }
.jue635y { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.jue635y:hover .bfb8m8bp { color: var(--accent-light); text-decoration: underline; }
.fdly { color: inherit; text-decoration: none; }
.fdly:hover { color: var(--accent-light); text-decoration: underline; }
.otf1 { display: inline-block; line-height: 0; }
.un3qd { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ytd9mrxn { max-width: 760px; margin: 0 auto; }
.xpzam ul.a2t0 { margin: 0; }
.h1mz { color: var(--text-muted); line-height: 1.75; }
.dq6u2a .a2t0,
.ghljzgs8 .a2t0,
.wvp7otd .a2t0,
.x9me .a2t0 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.pqv9o { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.pjpb { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.fhtoitl { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.ydm9nkpz { margin-top: 12px; }
.pdq0 { 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; }
.pdq0:hover { border-bottom-color: var(--accent-light); }
.w6hw { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.w6hw img { width: 100%; height: 100%; object-fit: cover; display: block; }
.zv8qe3i { border-radius: 50%; }
.o09o34y { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.nf1nke { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .qh6a { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.zeke70i .fhtoitl, .zeke70i .pjpb { max-width: 640px; }
.ly46hgz .pqv9o { font-size: 1.6rem; margin-top: 18px; }
.po84yi .fhtoitl { margin-bottom: 28px; }
@media (max-width: 860px) { .lrnvot { grid-template-columns: 1fr; } .ly46hgz { position: static; text-align: center; } }
.tcg9 .w6hw { margin: 0 auto 18px; }
.tcg9 .o09o34y { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .e1hax6yx { grid-template-columns: 1fr; } }
.gikh394 { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.y9y8 { flex: 1; }
.gikh394 .pqv9o { font-size: 1.6rem; margin-bottom: 6px; }
.qw44u2g { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.x9me { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.q3hwox { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.x9me p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.x9me .a2t0 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .gikh394 { flex-direction: column; text-align: center; } .qw44u2g { grid-template-columns: 1fr; } }
.i8gfqz .pqv9o { font-size: 1.35rem; margin: 0 0 4px; }
.i8gfqz .o09o34y { margin: 0; }
.auyl9 { max-width: 760px; margin: 0 auto; }
.tb17un { position: relative; padding-left: 28px; }
.tb17un::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.b1h5cx39 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.b1h5cx39:last-child { padding-bottom: 0; }
.udm82iu { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.fjus9bx h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.fjus9bx p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.hunfuh .snks { color: var(--accent-light); }
.ogsihdi .snks { font-size: 2rem; }
.ogsihdi .v64re { max-width: 680px; }
.mstohi5 .snks { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.mstohi5 .v64re  { margin: 0; }
@media (max-width: 640px) { .mstohi5 { flex-direction: column; } }
.sgkkcqc .snks { color: var(--accent-light); }
.r5wyn8 .snks { color: #fff; }
.r5wyn8 .v64re  { color: rgba(255,255,255,0.85); }
.hj7x3q { max-width: 680px; margin: 0 auto; }
.ns7jw {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .ns7jw { grid-template-columns: 1fr; } }
.lhrve .ba260dn {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.lhrve .ba260dn:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.mf2ssp3 .ba260dn { background: var(--bg-raised); border-color: transparent; }
.mf2ssp3 .ba260dn:focus { background: var(--bg-card); border-color: var(--accent-light); }
.yte2470 .ba260dn { border-radius: 100px; padding: 11px 20px; }
.yte2470 .p19wp858 { border-radius: 14px; }
.ywgv0q4x {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.ywgv0q4x 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;
}
.ywgv0q4x summary::-webkit-details-marker { display: none; }
.ywgv0q4x summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.ywgv0q4x[open] summary::after { content: "−"; }
.swqknmo {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .j2zi51 { grid-template-columns: 1fr; } }
.ji6ako{display:none}
.ji6ako:empty,.k98j:empty{display:none}
.siir{position:relative;overflow:visible}
.s98nja .g4c4msoo,.tvisqx .g4c4msoo,
.e7vj337 .g4c4msoo,.k6upoax9 .g4c4msoo,
.ikp4 .g4c4msoo,.qyhe .g4c4msoo{display:block}
.tbg110 .j5l3q{display:block}
.s98nja .g4c4msoo,.tvisqx .g4c4msoo,
.e7vj337 .g4c4msoo,.k6upoax9 .g4c4msoo,
.ikp4 .g4c4msoo{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.s98nja .g4c4msoo .k98j,.tvisqx .g4c4msoo .k98j,
.e7vj337 .g4c4msoo .k98j,.k6upoax9 .g4c4msoo .k98j,
.ikp4 .g4c4msoo .k98j{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.s98nja .vs4tfl,.tvisqx .vs4tfl,
.e7vj337 .vs4tfl,.k6upoax9 .vs4tfl,
.ikp4 .vs4tfl{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.s98nja .g4c4msoo,.tvisqx .g4c4msoo{top:12px}
.s98nja .g4c4msoo .k98j{margin-right:auto}
.tvisqx .g4c4msoo .k98j{margin-left:auto}
.tvisqx .g4c4msoo{text-align:right}
.e7vj337 .g4c4msoo,.k6upoax9 .g4c4msoo{bottom:12px}
.e7vj337 .g4c4msoo .k98j{margin-right:auto}
.k6upoax9 .g4c4msoo .k98j{margin-left:auto}
.k6upoax9 .g4c4msoo{text-align:right}
.ikp4 .g4c4msoo{position:relative;margin-top:16px}
.ikp4 .g4c4msoo .k98j{margin:0 auto}
.qyhe .g4c4msoo{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.qyhe .g4c4msoo .k98j{margin:0}
.qyhe .i5fr6~.g4c4msoo,
.qyhe .y57q~.g4c4msoo{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.qyhe .i5fr6~.g4c4msoo .k98j,
.qyhe .y57q~.g4c4msoo .k98j{justify-content:flex-start}
.i5fr6~.g4c4msoo,.y57q~.g4c4msoo{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}
.i5fr6~.g4c4msoo .k98j{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.y57q~.g4c4msoo .k98j{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.j5l3q .k98j{margin:0 0 12px}
.k98j{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.icvol{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.bfb8m8bp{font-weight:600;color:var(--text-heading);opacity:1}
.p7x7::before{content:"·";margin:0 2px;opacity:.5}
.vs4tfl{white-space:nowrap}
.e1qudtb .icvol{display:none}
.ft7jne8 .vs4tfl{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.ft7jne8 .p7x7::before{content:""}
.alf2f1 .vs4tfl{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.alf2f1 .p7x7::before{content:""}
.km81hx .k98j{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.e6k1hs .vs4tfl{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.e6k1hs .p7x7::before{content:""}
.y128rp .vs4tfl{color: var(--accent-light);opacity:1;font-weight:500}
.y7fphxy .vs4tfl{border-bottom:1px solid currentColor;padding-bottom:2px}
.xr5bg4sa .k98j{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.nlzgc53r{--date-bg:transparent}
.kkx5q .p7x7::before{content:""}
.igx41 .p7x7::before{content:"•";opacity:.4}
.igx41 .vs4tfl + .vs4tfl::before{content:"•";margin-right:6px;opacity:.4}
.m6xinx .p7x7::before{content:"/";opacity:.35}
.m6xinx .vs4tfl + .vs4tfl::before{content:"/";margin-right:6px;opacity:.35}
.c0im .p7x7::before{content:"|";opacity:.3}
.c0im .vs4tfl + .vs4tfl::before{content:"|";margin-right:6px;opacity:.3}
.psh3 .p7x7::before{content:"—";opacity:.3}
.psh3 .vs4tfl + .vs4tfl::before{content:"—";margin-right:6px;opacity:.3}
.eh4d .p7x7::before{content:"◆";font-size:.5em;opacity:.35}
.eh4d .vs4tfl + .vs4tfl::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.mc8b5h .p7x7::before{content:"·";opacity:.4}
.mc8b5h .vs4tfl + .vs4tfl::before{content:"·";margin-right:6px;opacity:.4}
.qa0xnke .p7x7::before{content:"›";opacity:.4}
.qa0xnke .vs4tfl + .vs4tfl::before{content:"›";margin-right:6px;opacity:.4}
.fxgd63 .p7x7::before{content:"→";opacity:.35;font-size:.85em}
.fxgd63 .vs4tfl + .vs4tfl::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.nn7m{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.wbgaey8{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.vsuj{display:flex;flex-direction:column;gap:3px}
.zj399r2{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.si3gu{font-weight:700;font-size:1rem;color:var(--text-heading)}
.vwmgrna{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.hb7uad .nn7m{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.vask .nn7m{border-top:3px solid var(--accent);padding-top:18px}
.uybevq .nn7m{border-left:3px solid var(--accent);border-radius:0}
.v77tls .nn7m{padding:20px 0}
@media(max-width:640px){
  .nn7m{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .vwmgrna{max-width:100%}
}
@media (max-width:560px){
  .gl2e1nl{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .pe4a { padding: 28px 18px 20px; }
  .lx893e { font-size: 1.2rem; }
  .v6qz7w { max-width: 220px; max-height: 80px; }
}
.kdiyjp  .bpe37ow { border-radius: 50%; }
.xtcjjiy .tytdf4ij {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .bpe37ow { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.nh270 {
  margin: 28px 0 24px;
}
.nh270 .kr5t8c {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.nh270 .ufsnas {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.nh270 .tytdf4ij {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .ysrxkr6 { flex-direction: row-reverse; }
[dir="rtl"] .df22 { flex-direction: row-reverse; }
[dir="rtl"] .ajfb .msx4eq { right: auto; left: 32px; }
[dir="rtl"] .kajqk8g  .msx4eq { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .ajfb .msx4eq { right: auto; left: 20px; }
  [dir="rtl"] .kajqk8g  .msx4eq { left: auto;  right: 20px; }
}
[dir="rtl"] .oy6zr83i .bd8ka2  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .cslsv .bd8ka2 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .i5fr6,
[dir="rtl"] .lsi9i,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .o72d, [dir="rtl"] .lo5pkui { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ce3b { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .ngd7 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .wmig9yqx { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .tytdf4ij { direction: rtl; }
[dir="rtl"] .vinj { direction: rtl; }
[dir="rtl"] .u3d9 { direction: rtl; }
[dir="rtl"] .uqcp { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .qa8yn .lo5pkui,
[dir="rtl"] .vcgwzo .lo5pkui,
[dir="rtl"] .oqrf .lo5pkui,
[dir="rtl"] .lfdu0te .lo5pkui {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .qa8yn .lo5pkui li::before,
[dir="rtl"] .vcgwzo .lo5pkui li::before,
[dir="rtl"] .oqrf .lo5pkui li::before,
[dir="rtl"] .lfdu0te .lo5pkui li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .pxfkojo2.sshu1lo .sfyba,
[dir="rtl"] .zn3e8y.sshu1lo .sfyba,
[dir="rtl"] .p8kqs.sshu1lo .sfyba,
[dir="rtl"] .xeyx.sshu1lo .sfyba,
[dir="rtl"] .bdmi7u.sshu1lo .sfyba { text-align: right; }
[dir="rtl"] .i5fr6.sshu1lo .f74t { align-items: flex-end; text-align: right; }
[dir="rtl"] .i5fr6.kypqvd .f74t { text-align: center; }
[dir="rtl"] .i5fr6 .f74t { text-align: right; }
[dir="rtl"] .ufsnas,
[dir="rtl"] .ar6c2uyc,
[dir="rtl"] .w32cm,
[dir="rtl"] .uzyns57o,
[dir="rtl"] .z6z9x,
[dir="rtl"] .l3lk45bu,
[dir="rtl"] .fhtoitl,
[dir="rtl"] .ba260dn,
[dir="rtl"] .p19wp858 { text-align: right; direction: rtl; }
[dir="rtl"] .yte2470 .ba260dn,
[dir="rtl"] .lhrve .ba260dn { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #4ba30c;
  --brand:           #4ba30c;
  --brand-light:     #418311;
  --brand-pale:      #59a621;
  --grad-start:      #74ee1c;
  --grad-end:        #98e95e;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #4ba30c;
  --cta-light:       #388005;
  --cta-hover:       #306907;
  --bg-page:         #f7f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f6f3;
  --bg-raised:       #eff1ed;
  --bg-hover:        #f4f6f3;
  --border:          #e4e9e1;
  --border-alt:      #d5ddcf;
  --border-section:  #e4e9e1;
  --text-primary:    #191c16;
  --text-muted:      #576250;
  --text-body:       #32382d;
  --text-sub:        #4b5444;
  --text-faint:      #7d8c72;
  --text-dim:        #97a38e;
  --text-label:      #64705b;
  --text-value:      #3e4639;
  --accent-bg:       #e8f6df;
  --accent-bg-light: #d7f2c3;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #0c9631;
  --c-cons:          #9f3f21;
  --c-pros-label:    #0eb33a;
  --c-tip-border:    #10c640;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9631;
}
:root { --logo-bg-opacity: 46%; }
body, button, input { font-family: "Lexend", sans-serif; }
.prau .c4fnh { font-size: 0; width: 1.2rem; flex-shrink: 0; }.prau .c4fnh::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.prau .u32i41     .c4fnh::before { content: "";  color: var(--c-tip-border); }.prau .mn02ondd .c4fnh::before { content: ""; color: var(--c-warn-border); }.prau .f3trg    .c4fnh::before { content: ""; color: #60a5fa; }.vmpunfx .prau .u32i41     .c4fnh::before { color: #10b981; }.vmpunfx .prau .mn02ondd .c4fnh::before { color: #f43f5e; }.vmpunfx .prau .f3trg    .c4fnh::before { color: #a855f7; }.rz26g  .prau .u32i41     .c4fnh::before { color: #eab308; }.rz26g  .prau .mn02ondd .c4fnh::before { color: #ef4444; }.rz26g  .prau .f3trg    .c4fnh::before { color: #f97316; }.oaxikk  .prau .u32i41     .c4fnh::before { color: #38bdf8; }.oaxikk  .prau .mn02ondd .c4fnh::before { color: #818cf8; }.oaxikk  .prau .f3trg    .c4fnh::before { color: #2dd4bf; }.lsdvm .prau .c4fnh::before { color: var(--accent-light) !important; }
.gd3iq36 .u6hqlox, .gd3iq36 .i5fr6 { min-height: 520px; }
.ogtemzj .kpme0p4r::after, .ogtemzj .pbymn::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.uvu6x .rkph9n5::after,.uvu6x .msx4eq::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.znjlzs::before { content: '◆'; font-size: 0.5em; }