:root {
  --color-accent: #298268;
  --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;
}
.xzj4l {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.s9h6 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.stxalevj {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.hs1d2zs { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.rtxwi6iu { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.rtxwi6iu a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.rtxwi6iu a:hover { color: var(--accent-light); }
.fi5md0   .ymrva { border-radius: 0; }
.n90v8 .ymrva li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .ymrva {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ulb5e:hover .ymrva,
  .ulb5e:focus-within .ymrva { display: block; }
  .ymrva li a { padding: 8px 16px; font-size: 0.88rem; }
}
.skag1 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.j9f6pso { display: none; }
@media (max-width: 640px) {
  .j9f6pso {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .j9f6pso.vrwpo0pw { display: block; }
}
@media (max-width: 640px) {
  .skag1 { display: block; }
  .rtxwi6iu > li + li::before { display: none !important; }
  .rtxwi6iu {
    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;
  }
  .rtxwi6iu.vrwpo0pw { display: flex; }
  .rtxwi6iu li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .rtxwi6iu li:last-child a { border-bottom: none; }
}
.kjlelmy { min-height: 480px; }
.vqrs {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.xqb7381 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.dt688j4f .xqb7381 { margin-left: 0; margin-right: 0; }
.a9lelm {
  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;
}
.wwlwt .a9lelm { margin-top: 24px; }
.a9lelm:hover { opacity: 0.88; }
.w87l00j1 .vqrs { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.w87l00j1 .xqb7381 { color: #e2e8f0; }
.w87l00j1.dt688j4f   .joun { text-align: left; }
.yf02 .vqrs { color: var(--text-primary); text-shadow: none; }
.yf02 .xqb7381 { color: var(--text-muted); }
.yf02 .a9lelm { margin-top: 16px; }
.yf02, .yf02.kjlelmy { min-height: auto !important; }
.yf02.dt688j4f   .joun { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.c67e6luo .vqrs { color: #fff; }
.c67e6luo .xqb7381 { color: rgba(255,255,255,0.85); }
.c67e6luo .a9lelm { background: #fff; color: var(--cta); }
.c67e6luo .a9lelm:hover { opacity: 0.92; }
.rcyrsz .cnmmu { position: relative; overflow: hidden; }
.rcyrsz .cnmmu::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;
}
.cl079j .cnmmu {
  animation: hg-breathe 7s ease-in-out infinite;
}
.ckag0 .cnmmu { position: relative; overflow: hidden; }
.ckag0 .cnmmu::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;
}
.wkm6lhaw .cnmmu { position: relative; overflow: hidden; }
.wkm6lhaw .cnmmu::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;
}
.y0s25w .cnmmu {
  animation: hg-fadein 1.2s ease-out both;
}
.cnmmu {
  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%);
}
.wk4jzlu {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.oz1jnh {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.hvt07 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.cnmmu .vqrs { text-shadow: none; color: var(--text-primary); }
.cnmmu .xqb7381 { color: var(--text-muted); }
body.mkah .vqrs {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.d5sqd .vqrs {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.kjlelmy.c67e6luo .vqrs,
section.c67e6luo .vqrs {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.cnmmu.d5nbeq7 .wk4jzlu { align-items: center; text-align: center; }
.cnmmu.dt688j4f   .wk4jzlu { align-items: flex-start; text-align: left; }
.oj02 .oz1jnh { position: relative; }
.oj02 .oz1jnh::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.oj02.g27a .oz1jnh::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.b7r0ck .oz1jnh {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.b7r0ck .hvt07 {
  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);
}
.b7r0ck.g27a .oz1jnh { padding: 32px 0 32px 32px; }
.cy9ng .oz1jnh {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.cy9ng .hvt07 {
  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);
}
.g27a .wk4jzlu {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.cy9ng.g27a .oz1jnh { padding: 40px 16px 40px 48px; }
.kjlelmy .ope350 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ope350 .b0o47yu.w03k9 {
  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;
}
.ope350 .b0o47yu.w03k9:hover { opacity: 0.85; }
.wnqv9qyf .oz1jnh {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .cnmmu { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .cnmmu:not(.wnqv9qyf) .oz1jnh { display: none !important; }
  .wnqv9qyf .oz1jnh { padding: 16px; }
  .wk4jzlu  { padding: 36px 24px; }
  .cnmmu~.xdy9hbw4,.g27a~.xdy9hbw4{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .kjlelmy, .cnmmu { min-height: 320px !important; }
  .vqrs { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .z16p,
  .om9n8,
  .olw5nakh { grid-template-columns: 1fr !important; }

  

  
  .gzfk506 { display: flex !important; flex-direction: column !important; }
  .gzfk506 .joun { display: contents; }
  .gzfk506 .sh1uzu { order: 0; }
  .gzfk506 .vqrs { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .gzfk506 .z16p { order: 2; padding: 0 16px 12px !important; }
  .gzfk506 .xqb7381 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .wwlwt .joun { display: flex; flex-direction: column; }
  .wwlwt .joun .vqrs { order: 1; }
  .wwlwt .joun .olw5nakh { order: 2; margin: 8px 0 24px !important; }
  .wwlwt .joun .xqb7381 { order: 3; }
  .wwlwt .joun .a9lelm { order: 4; align-self: center; margin-top: 0; }

  
  .cnmmu.wnqv9qyf {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .cnmmu.wnqv9qyf .wk4jzlu { display: contents; padding: 0; }
  .cnmmu.wnqv9qyf .wk4jzlu .vqrs { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .cnmmu.wnqv9qyf .oz1jnh { order: 2; padding: 12px 16px; }
  .cnmmu.wnqv9qyf .wk4jzlu .xqb7381 { order: 3; padding: 0 24px; margin: 0 auto; }
  .cnmmu.wnqv9qyf .wk4jzlu .a9lelm { order: 4; align-self: center; margin: 8px 0 32px; }
}
.de3uz { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.i9unyp { width: 100%; height: auto; display: block; border-radius: 10px; }
.zyns8qp .de3uz        { border-radius: 16px; }
.zyns8qp .i9unyp  { border-radius: 16px; }
.gp240ap .de3uz         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.gp240ap .i9unyp   { border-radius: 8px; }
.ec1pqo { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.a00117 { width: 100%; padding: 32px 0; position: relative; }
.exx4w { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.vn6c .a00117:nth-child(even) { background: var(--bg-surface); }
.vn6c .a00117:nth-child(odd)  { background: var(--bg-page); }
.yf99z4 .a00117:nth-child(even) { background: var(--bg-card); }
.yf99z4 .a00117:nth-child(odd)  { background: var(--bg-page); }
.vn6c .a00117:nth-child(odd)  .exx4w { background: var(--bg-card); border-radius: 6px; }
.vn6c .a00117:nth-child(even) .exx4w { background: var(--bg-raised); border-radius: 6px; }
.yf99z4 .a00117:nth-child(odd)  .exx4w { background: var(--bg-card); border-radius: 6px; }
.yf99z4 .a00117:nth-child(even) .exx4w { background: var(--bg-raised); border-radius: 6px; }
.vn6c .a00117:nth-child(even) .g7i62s2d .ccri9,
.yf99z4 .a00117:nth-child(even) .g7i62s2d .ccri9 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.vn6c .a00117:nth-child(odd) .g7i62s2d .ccri9,
.yf99z4 .a00117:nth-child(odd) .g7i62s2d .ccri9 { background: var(--bg-card-inner); }
.vn6c .a00117:nth-child(even) .gcufup0i .ccri9:nth-child(odd),
.yf99z4 .a00117:nth-child(even) .gcufup0i .ccri9:nth-child(odd)  { background: var(--bg-card); }
.vn6c .a00117:nth-child(even) .gcufup0i .ccri9:nth-child(even),
.yf99z4 .a00117:nth-child(even) .gcufup0i .ccri9:nth-child(even) { background: var(--bg-card-inner); }
h1.mq03r4v { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.mq03r4v {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.mvbf { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.wtfqfnl h2.mq03r4v {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.mf0f h2.mq03r4v {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.vqmnt h2.mq03r4v {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.cnsj h2.mq03r4v::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.uqlo94nl h2.mq03r4v {
  color: var(--text-primary); font-size: 1.7rem;
}
.rudo h2.mq03r4v::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.wayj1 h2.mq03r4v {
  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;
}
.kcwd { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .kcwd { display: none; } }
.y03hx { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.z7hkn9b1 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ab46 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.bcrckn8 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.bslz0v1m { padding-left: 20px; }
.bslz0v1m li { margin-bottom: 6px; }
.bslz0v1m a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.bslz0v1m a:hover { color: var(--accent-light); }
.c7shllpc .bcrckn8 { display: none; }
.ytfcwi .bcrckn8 { display: none; }
.ytfcwi .bslz0v1m { padding-left: 0; list-style: none; }
.ytfcwi .bslz0v1m li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.ytfcwi .bslz0v1m a { font-size: 0.92rem; }
.pyy1tu .ab46 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.pyy1tu .bcrckn8 { display: none; }
.pyy1tu .bslz0v1m { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.pyy1tu .bslz0v1m li { margin-bottom: 0; }
.pyy1tu .bslz0v1m 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;
}
.pyy1tu .bslz0v1m a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.vyg7 .ab46 { padding: 20px 20px 16px; }
.vyg7 .bslz0v1m {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.vyg7 .bslz0v1m li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.vyg7 .bslz0v1m 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;
}
.vyg7 .bslz0v1m 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;
}
.vyg7 .bslz0v1m a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.vyg7 .bslz0v1m a:focus,
.vyg7 .bslz0v1m a:focus-visible,
.vyg7 .bslz0v1m a:target { outline: none; }
.vyg7 .bslz0v1m li:target a { border-color: var(--border); color: var(--text-muted); }
.pdsx3z .ab46 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.pdsx3z .bcrckn8 { display: none; }
.pdsx3z .bslz0v1m { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.pdsx3z .bslz0v1m li { margin-bottom: 0; }
.pdsx3z .bslz0v1m li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.pdsx3z .bslz0v1m li:last-child::after { content: ""; margin-right: 0; }
.pdsx3z .bslz0v1m a { font-size: 0.9rem; }
.ccri9 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.g7i62s2d .ccri9 { background: var(--bg-card); }
.gcufup0i .ccri9:nth-child(odd)  { background: var(--bg-card); }
.gcufup0i .ccri9:nth-child(even) { background: var(--bg-raised); }
.fqh0s4sl .ccri9 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.fqh0s4sl .ccri9:last-child { border-bottom: none; }
.fqh0s4sl h3.mvbf { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.hn6b08p .ccri9 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.hn6b08p .ccri9 + .ccri9 { margin-top: 4px; }
.yrnp8 .ccri9 { background: none; border-radius: 0; padding: 12px 0; }
.yrnp8 .ccri9 + .ccri9 { border-top: 1px solid var(--border-section); }
.ms8a { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.a2842ri { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.pnalzx, .dla79 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.pnalzx li, .dla79 li { margin-bottom: 6px; }
.dla79 li { list-style: decimal; }
.fieg6wot     .pnalzx { list-style-type: "● "; }
.hypbj  .pnalzx { list-style-type: "■ "; }
.ywxjx55 .pnalzx { list-style-type: "◆ "; }
.cl63xve    .pnalzx { list-style-type: "★ "; }
.fieg6wot     .thfm { list-style-type: "● "; }
.hypbj  .thfm { list-style-type: "■ "; }
.ywxjx55 .thfm { list-style-type: "◆ "; }
.cl63xve    .thfm { list-style-type: "★ "; }
.fieg6wot    .pnalzx li::marker, .fieg6wot    .thfm li::marker,
.hypbj .pnalzx li::marker, .hypbj .thfm li::marker,
.ywxjx55 .pnalzx li::marker, .ywxjx55 .thfm li::marker,
.cl63xve   .pnalzx li::marker, .cl63xve   .thfm li::marker {
  color: var(--cta); font-size: 1em;
}
.fieg6wot .dla79,
.hypbj .dla79,
.ywxjx55 .dla79,
.cl63xve .dla79 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.fieg6wot .dla79 li,
.hypbj .dla79 li,
.ywxjx55 .dla79 li,
.cl63xve .dla79 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.fieg6wot .dla79 li::before,
.hypbj .dla79 li::before,
.ywxjx55 .dla79 li::before,
.cl63xve .dla79 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;
}
.fieg6wot     .dla79 li::before { border-radius: 50%; }
.hypbj  .dla79 li::before { border-radius: 3px; }
.ywxjx55 .dla79 li::before { border-radius: 3px; }
.cl63xve    .dla79 li::before { border-radius: 50%; }
.wevk2qp { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.p47c7ql4 .wevk2qp,
.c0fye8dw .wevk2qp { background: transparent; border: none; border-radius: 0; }
.nd0x { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.nd0x th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.nd0x td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.nd0x tr:hover td { background: var(--bg-hover); }
.l0p8je .nd0x tbody tr:nth-child(even) td { background: var(--bg-surface); }
.kwn36ugj .nd0x { border: 1px solid var(--border-alt); }
.kwn36ugj .nd0x th,
.kwn36ugj .nd0x td { border: 1px solid var(--border-alt); }
.xgnl6 .nd0x th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.xgnl6 .nd0x td { border-bottom: none; }
.xgnl6 .nd0x tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.e3p31nhk .nd0x th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.psafzevs .wevk2qp {
  overflow: hidden;
}
.psafzevs .nd0x th { border-bottom: 1px solid var(--border-alt); }
.psafzevs .nd0x tr:last-child td { border-bottom: none; }
.vtrgy1x { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ylib3 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.ivis1 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.lelu7 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.umg7 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.thfm { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.thfm 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%}
.mdmaipn1 .lelu7 { background: transparent; text-align: center; }
.uiddgrs3 .ivis1 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.thzj .ivis1 {
  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);
}
.g3l0 .ylib3 { display: grid; grid-template-columns: auto 1fr; }
.g3l0 .ivis1 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.g3l0 .lelu7 { grid-column: 2; }
.g3l0 .umg7,
.g3l0 .thfm { grid-column: 1 / -1; }
.ed5kkrf .ylib3 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.ed5kkrf .ivis1 {
  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);
}
.ed5kkrf .lelu7 { grid-column: 2; }
.ed5kkrf .umg7,
.ed5kkrf .thfm { grid-column: 1 / -1; }
.kvld5 .ylib3 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.kvld5 .lelu7 { background: none; color: var(--accent-light); font-weight: 700; }
.eude0dz .ylib3 { 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); }
.eude0dz .lelu7 { background: none; color: var(--accent-light); font-weight: 700; }
.dw473yx3 .ylib3 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.dw473yx3 .ylib3:last-child { border-bottom: none; }
.dw473yx3 .lelu7 { background: none; color: var(--accent-light); font-weight: 700; }
.htxwd .ylib3 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.htxwd .lelu7 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.k8xn .vtrgy1x { counter-reset: card-n; }
.k8xn .ylib3  { counter-increment: card-n; }
.k8xn .lelu7 { display: flex; align-items: center; gap: 10px; }
.k8xn .lelu7::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;
}
.r4iu .ylib3 { background: var(--bg-surface); border: 1px solid var(--border); }
.r4iu .lelu7 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.cwtenizd { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.q1tc40af  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.v6zdt { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.fh8wddd { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.cwtenizd strong { color: var(--text-primary); font-size: 0.95rem; }
.cwtenizd p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.i9unyp { width: 100%; height: auto; border-radius: 10px; display: block; }
.w03k9 {
  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;
}
.w03k9:hover { opacity: 0.85; }
.l3zr5 .w03k9  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.l3zr5 .w03k9:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.a7vrs .w03k9  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.a7vrs .w03k9:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.gc67u .a9lelm { border-radius: 50px; }
.gc67u .w03k9  { border-radius: 50px; }
.rfr8uww2 .a9lelm { padding-left: 22px; padding-right: 22px; }
.rfr8uww2 .w03k9  { padding-left: 12px; padding-right: 12px; }
.tgsvsuk .a9lelm { padding-left: 44px; padding-right: 44px; }
.tgsvsuk .w03k9  { padding-left: 24px; padding-right: 24px; }
.e2exal1 .a9lelm { padding-left: 56px; padding-right: 56px; }
.e2exal1 .w03k9  { padding-left: 32px; padding-right: 32px; }
.ufejzmw4   .a9lelm::after, .ufejzmw4   .w03k9::after,
.rzv4qb .a9lelm::after, .rzv4qb .w03k9::after,
.wfdfx    .a9lelm::after, .wfdfx    .w03k9::after,
.s7w3    .a9lelm::after, .s7w3    .w03k9::after,
.lly4    .a9lelm::after, .lly4    .w03k9::after,
.l6mhv12     .a9lelm::after, .l6mhv12     .w03k9::after,
.cyfwjx    .a9lelm::after, .cyfwjx    .w03k9::after,
.q6tmc72   .a9lelm::after, .q6tmc72   .w03k9::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;
}
.ufejzmw4 .a9lelm::after, .ufejzmw4 .w03k9::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");
}
.rzv4qb .a9lelm::after, .rzv4qb .w03k9::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");
}
.wfdfx .a9lelm::after, .wfdfx .w03k9::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");
}
.s7w3 .a9lelm::after, .s7w3 .w03k9::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");
}
.lly4 .a9lelm::after, .lly4 .w03k9::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");
}
.l6mhv12 .a9lelm::after, .l6mhv12 .w03k9::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");
}
.cyfwjx .a9lelm::after, .cyfwjx .w03k9::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");
}
.q6tmc72 .a9lelm::after, .q6tmc72 .w03k9::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");
}
.ux2acdqt   .pymudn3c::after, .ux2acdqt   .b1awh02e::after,
.x9uk7n .pymudn3c::after, .x9uk7n .b1awh02e::after,
.li3zp    .pymudn3c::after, .li3zp    .b1awh02e::after,
.i0y2y    .pymudn3c::after, .i0y2y    .b1awh02e::after,
.jkny0l    .pymudn3c::after, .jkny0l    .b1awh02e::after,
.e3v7     .pymudn3c::after, .e3v7     .b1awh02e::after,
.sjg36lr    .pymudn3c::after, .sjg36lr    .b1awh02e::after,
.ic5v0lv7   .pymudn3c::after, .ic5v0lv7   .b1awh02e::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;
}
.ux2acdqt .pymudn3c::after, .ux2acdqt .b1awh02e::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");
}
.x9uk7n .pymudn3c::after, .x9uk7n .b1awh02e::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");
}
.li3zp .pymudn3c::after, .li3zp .b1awh02e::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");
}
.i0y2y .pymudn3c::after, .i0y2y .b1awh02e::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");
}
.jkny0l .pymudn3c::after, .jkny0l .b1awh02e::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");
}
.e3v7 .pymudn3c::after, .e3v7 .b1awh02e::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");
}
.sjg36lr .pymudn3c::after, .sjg36lr .b1awh02e::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");
}
.ic5v0lv7 .pymudn3c::after, .ic5v0lv7 .b1awh02e::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");
}
.x9l9l .n729   { background: rgba(128,128,128,.12); }
.b0o47yu.w03k9 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .x5r4 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .x5r4::before    { grid-area: rank;   }
  .c6f45t3n           { grid-area: ident;  }
  .t6bg63     { grid-area: rating; min-width: 0; width: auto; }
  .zpykqsyn           { grid-area: pills;  }
  .b0o47yu             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .x5r4 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .x5r4::before    { justify-self: center; }
  .c6f45t3n           { width: 100%; }
  .t6bg63     { justify-self: center; }
  .zpykqsyn           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .ktkrx .moehhm3 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ktkrx .nzx6j2 { margin: 0; }
}
.bqwpgnai .nzx6j2 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.bqwpgnai .jbdt { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.bqwpgnai .p47c7ql4 { padding: 14px 16px; }
.bqwpgnai .va84ujz { border-radius: 4px; }
.bqwpgnai .xnqg { border-radius: 0; }
@media (max-width: 720px) {
  .od0xa22 { grid-template-columns: 1fr; }
  .u3xxxl55 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .u3xxxl55 .envfjoj { width: 72px; height: 50px; }
  .u3xxxl55 .jqiwd { max-width: 180px; }
  .u3xxxl55 .l4fzsov { width: auto; }
}
@media (max-width: 720px) {
  .q5qn { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .ftyvim { padding: 16px; }
  .egvw .oxic5vnt { min-width: 50%; }
}
@media (max-width: 860px) {
  .fuwge2c { grid-template-columns: 1fr; }
  .qej0 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .kcc2ppe { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .o8ve { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .jvgt { flex-direction: column; align-items: stretch; }
}
.wi6b1a .l4fzsov .w03k9 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .lgzs { flex-direction: column; align-items: stretch; gap: 10px; }
  .wi6b1a .l4fzsov { text-align: center; }
}
@media (max-width: 720px) {
  .stqh { grid-template-columns: 1fr; }
  .mwwvi50 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ucz2qe9x { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .ws4avtkv { grid-template-columns: 1fr; }
  .obyc4y { width: 100px; height: 100px; margin: 16px auto; }
  .okikbh5 { font-size: 1.4rem; }
  .vcms { justify-content: center; }
  .vlq4n4oh .oxic5vnt { min-width: 50%; }
}
@media (max-width: 540px) {
  .k1qve7z { flex-wrap: wrap; padding: 14px 16px; }
  .vcusf { padding: 12px 16px; }
  .xyfe .gyv6 { margin: 0 16px; }
  .xyfe .dbpqrq { padding: 0 16px; }
  .joumc5bv { padding: 12px 16px; }
}
.u5c1si5 .bf4sbe7q {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.u5c1si5 .x5r4 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.u5c1si5 .x5r4:last-child { border-bottom: none; }
.u5c1si5 .c6f45t3n,
.u5c1si5 .t6bg63,
.u5c1si5 .zpykqsyn {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.kx5msmc .x0p1h4 { display: none; }
.kx5msmc .exb8yqwx { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.kx5msmc .exb8yqwx {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.kx5msmc .exb8yqwx small { display: none; }
.kx5msmc .y06gzx5b .p4bd9 { display: none; }
.kx5msmc .y06gzx5b strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.kx5msmc .m7sv { display: none; }
.qsvkxoeh { margin: 16px 0; }
.e0zg9o { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.e0zg9o summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.e0zg9o summary::after { content: "+"; color: var(--accent-light); }
.e0zg9o[open] summary::after { content: "−"; }
.e0zg9o p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.a00117 { margin-bottom: 0; }
.grmvnz6 h2.mq03r4v { color: var(--text-primary); border-color: var(--accent-light); }
.hkovojta h2.mq03r4v { color: var(--text-primary); border-color: var(--accent-light); }
.ryv18t .q1tc40af     { background: #052e16; border-color: #10b981; }
.ryv18t .ghb1x9o { background: #2d0a1e; border-color: #f43f5e; }
.ryv18t .v6zdt    { background: #1e1036; border-color: #a855f7; }
.ryv18t .cwtenizd strong  { color: #f1f5f9; }
.ryv18t .cwtenizd p       { color: #cbd5e1; }
.ryv18t .bu95uaj    .q1tc40af     .fh8wddd::before,
.ryv18t .j2uo  .q1tc40af     .fh8wddd::before,
.ryv18t .suhdu  .q1tc40af     .fh8wddd::before,
.ryv18t .yz2su3 .q1tc40af     .fh8wddd::before { color: #10b981; }
.ryv18t .bu95uaj    .ghb1x9o .fh8wddd::before,
.ryv18t .j2uo  .ghb1x9o .fh8wddd::before,
.ryv18t .suhdu  .ghb1x9o .fh8wddd::before,
.ryv18t .yz2su3 .ghb1x9o .fh8wddd::before { color: #f43f5e; }
.ryv18t .bu95uaj    .v6zdt    .fh8wddd::before,
.ryv18t .j2uo  .v6zdt    .fh8wddd::before,
.ryv18t .suhdu  .v6zdt    .fh8wddd::before,
.ryv18t .yz2su3 .v6zdt    .fh8wddd::before { color: #a855f7; }
.eyan .q1tc40af     { background: #2d2000; border-color: #eab308; }
.eyan .v6zdt    { background: #2d1600; border-color: #f97316; }
.eyan .cwtenizd strong  { color: #f1f5f9; }
.eyan .cwtenizd p       { color: #cbd5e1; }
.eyan .bu95uaj    .q1tc40af     .fh8wddd::before,
.eyan .j2uo  .q1tc40af     .fh8wddd::before,
.eyan .suhdu  .q1tc40af     .fh8wddd::before,
.eyan .yz2su3 .q1tc40af     .fh8wddd::before { color: #eab308; }
.eyan .bu95uaj    .ghb1x9o .fh8wddd::before,
.eyan .j2uo  .ghb1x9o .fh8wddd::before,
.eyan .suhdu  .ghb1x9o .fh8wddd::before,
.eyan .yz2su3 .ghb1x9o .fh8wddd::before { color: #ef4444; }
.eyan .bu95uaj    .v6zdt    .fh8wddd::before,
.eyan .j2uo  .v6zdt    .fh8wddd::before,
.eyan .suhdu  .v6zdt    .fh8wddd::before,
.eyan .yz2su3 .v6zdt    .fh8wddd::before { color: #f97316; }
.wy0995n .q1tc40af     { background: #0c1a2e; border-color: #38bdf8; }
.wy0995n .v6zdt    { background: #0a2020; border-color: #2dd4bf; }
.wy0995n .cwtenizd strong  { color: #f1f5f9; }
.wy0995n .cwtenizd p       { color: #cbd5e1; }
.wy0995n .bu95uaj    .q1tc40af     .fh8wddd::before,
.wy0995n .j2uo  .q1tc40af     .fh8wddd::before,
.wy0995n .suhdu  .q1tc40af     .fh8wddd::before,
.wy0995n .yz2su3 .q1tc40af     .fh8wddd::before { color: #38bdf8; }
.wy0995n .bu95uaj    .ghb1x9o .fh8wddd::before,
.wy0995n .j2uo  .ghb1x9o .fh8wddd::before,
.wy0995n .suhdu  .ghb1x9o .fh8wddd::before,
.wy0995n .yz2su3 .ghb1x9o .fh8wddd::before { color: #818cf8; }
.wy0995n .bu95uaj    .v6zdt    .fh8wddd::before,
.wy0995n .j2uo  .v6zdt    .fh8wddd::before,
.wy0995n .suhdu  .v6zdt    .fh8wddd::before,
.wy0995n .yz2su3 .v6zdt    .fh8wddd::before { color: #2dd4bf; }
.rakgiiol .q1tc40af     { background: var(--accent-bg); border-color: var(--accent-light); }
.rakgiiol .v6zdt    { background: var(--accent-bg); border-color: var(--accent-pale); }
.rakgiiol .bu95uaj    .fh8wddd::before,
.rakgiiol .j2uo  .fh8wddd::before,
.rakgiiol .suhdu  .fh8wddd::before,
.rakgiiol .yz2su3 .fh8wddd::before { color: var(--accent-light) !important; }
.jaksvw0 .bzh2qs { background: var(--bg-pros); }
.jaksvw0 .cifsd { background: var(--bg-cons); }
.jaksvw0 .bzh2qs .cjir { color: var(--c-pros-label); }
.jaksvw0 .cifsd .iu0i987e { color: var(--c-cons); }
.jaksvw0 .bzh2qs ul li,
.jaksvw0 .ybh050 li          { color: var(--c-pros); }
.jaksvw0 .cifsd ul li,
.jaksvw0 .x226w li          { color: var(--c-cons); }
.sp655mq7 .cwtenizd { background: transparent; border-left: none; border: 1.5px solid; }
.sp655mq7 .q1tc40af     { border-color: var(--c-tip-border); }
.sp655mq7 .v6zdt    { border-color: #60a5fa; }
.sp655mq7 .cwtenizd strong { color: var(--text-primary); }
.sp655mq7 .cwtenizd p      { color: var(--text-muted); }
.e1xu .cwtenizd { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.e1xu .q1tc40af     { border-top-color: var(--c-tip-border); }
.e1xu .v6zdt    { border-top-color: #60a5fa; }
.fcl8u6 .cwtenizd { border-left: none; border-radius: 8px; }
.fcl8u6 .q1tc40af     { background: #065f46; }
.fcl8u6 .v6zdt    { background: #1e3a8a; }
.fcl8u6 .cwtenizd strong,
.fcl8u6 .cwtenizd p { color: #fff; }
.fcl8u6 .fh8wddd::before { color: rgba(255,255,255,0.85) !important; }
.ryv18t.fcl8u6 .q1tc40af,
.ryv18t .fcl8u6 .q1tc40af     { background: #052e16; }
.ryv18t.fcl8u6 .ghb1x9o,
.ryv18t .fcl8u6 .ghb1x9o { background: #2d0a1e; }
.ryv18t.fcl8u6 .v6zdt,
.ryv18t .fcl8u6 .v6zdt    { background: #1e1036; }
.eyan.fcl8u6 .q1tc40af,
.eyan .fcl8u6 .q1tc40af      { background: #2d2000; }
.eyan.fcl8u6 .v6zdt,
.eyan .fcl8u6 .v6zdt     { background: #2d1600; }
.wy0995n.fcl8u6 .q1tc40af,
.wy0995n .fcl8u6 .q1tc40af      { background: #0c1a2e; }
.wy0995n.fcl8u6 .v6zdt,
.wy0995n .fcl8u6 .v6zdt     { background: #0a2020; }
.ekw15uz9 .cwtenizd { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ekw15uz9 .q1tc40af     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ekw15uz9 .v6zdt    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ekw15uz9 .cwtenizd strong { color: var(--text-primary); }
.ekw15uz9 .cwtenizd p      { color: var(--text-muted); }
.r4yajy .cwtenizd { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.bu95uaj .fh8wddd,
.j2uo .fh8wddd,
.suhdu .fh8wddd,
.yz2su3 .fh8wddd { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.bu95uaj .fh8wddd::before,
.j2uo .fh8wddd::before,
.suhdu .fh8wddd::before,
.yz2su3 .fh8wddd::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.bu95uaj .q1tc40af     .fh8wddd::before { content: "✦"; color: var(--c-tip-border); }
.bu95uaj .ghb1x9o .fh8wddd::before { content: "▲"; color: var(--c-warn-border); }
.bu95uaj .v6zdt    .fh8wddd::before { content: "◉"; color: #60a5fa; }
.j2uo .q1tc40af     .fh8wddd::before { content: "★"; color: var(--c-tip-border); }
.j2uo .ghb1x9o .fh8wddd::before { content: "◆"; color: var(--c-warn-border); }
.j2uo .v6zdt    .fh8wddd::before { content: "●"; color: #60a5fa; }
.suhdu .q1tc40af     .fh8wddd::before { content: "▶"; color: var(--c-tip-border); }
.suhdu .ghb1x9o .fh8wddd::before { content: "■"; color: var(--c-warn-border); }
.suhdu .v6zdt    .fh8wddd::before { content: "▸"; color: #60a5fa; }
.yz2su3 .q1tc40af     .fh8wddd::before { content: "→"; color: var(--c-tip-border); }
.yz2su3 .ghb1x9o .fh8wddd::before { content: "⬥"; color: var(--c-warn-border); }
.yz2su3 .v6zdt    .fh8wddd::before { content: "◈"; color: #60a5fa; }
.qpbfjvo .g7i62s2d .ccri9,
.qpbfjvo .gcufup0i .ccri9  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.qpbfjvo .ylib3                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.qpbfjvo .wevk2qp          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.qpbfjvo .ab46                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.kfrjwd .g7i62s2d .ccri9,
.kfrjwd .gcufup0i .ccri9,
.kfrjwd .ylib3,
.kfrjwd .x5r4,
.kfrjwd .nzx6j2,
.kfrjwd .wevk2qp,
.kfrjwd .ab46,
.kfrjwd .r4yajy .cwtenizd { box-shadow: none; }
.h356   .ligx, .h356 .ms8a, .h356 .a2842ri,
.h356   .y03hx, .h356 .z7hkn9b1 { font-size: 0.9rem; }
.h356   .pnalzx, .h356 .dla79 { font-size: 0.9rem; }
.d4rut7di   .ligx, .d4rut7di .ms8a, .d4rut7di .a2842ri,
.d4rut7di   .y03hx, .d4rut7di .z7hkn9b1 { font-size: 0.95rem; }
.d4rut7di   .pnalzx, .d4rut7di .dla79 { font-size: 0.95rem; }
.ejd7   .ligx, .ejd7 .ms8a, .ejd7 .a2842ri,
.ejd7   .y03hx, .ejd7 .z7hkn9b1 { font-size: 1.08rem; }
.ejd7   .pnalzx, .ejd7 .dla79 { font-size: 1.05rem; }
.ejd7   .nd0x { font-size: 0.97rem; }
.mh33hsq1 .vqrs      { font-size: 3.2rem; }
.mh33hsq1 h2.mq03r4v { font-size: 1.9rem; }
.mh33hsq1 h3.mvbf     { font-size: 1.4rem; }
.l1eb1x1 .vqrs      { font-size: 3.8rem; }
.l1eb1x1 h2.mq03r4v { font-size: 2.2rem; }
.l1eb1x1 h3.mvbf     { font-size: 1.6rem; }
.a00117 + .a00117 { position: relative; }
.kq78biwq   .a00117 + .a00117::before,
.wbdc  .a00117 + .a00117::before,
.tzfq6tb0   .a00117 + .a00117::before,
.qoc77x   .a00117 + .a00117::before,
.z9jp09y1   .a00117 + .a00117::before,
.cwdemis6 .a00117 + .a00117::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.kq78biwq .a00117 + .a00117::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.wbdc .a00117 + .a00117::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.tzfq6tb0 .a00117 + .a00117::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;
}
.qoc77x .a00117 + .a00117::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.px6k6j .a00117 { margin-bottom: 16px; }
.px6k6j .a00117 + .a00117 { margin-top: 0; }
.px6k6j .exx4w { padding-top: 0; padding-bottom: 0; }
.z9jp09y1 .a00117 + .a00117::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.cwdemis6 .a00117 + .a00117::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.faufmq .a00117 + .a00117::before,
.fn8cmyk .a00117 + .a00117::before,
.h6f1a .a00117 + .a00117::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%;
}
.vn6c .faufmq .a00117:nth-child(even)::before,
.vn6c .fn8cmyk .a00117:nth-child(even)::before,
.vn6c .h6f1a .a00117:nth-child(even)::before { background: var(--bg-surface); }
.yf99z4 .faufmq .a00117:nth-child(even)::before,
.yf99z4 .fn8cmyk .a00117:nth-child(even)::before,
.yf99z4 .h6f1a .a00117:nth-child(even)::before { background: var(--bg-card); }
.faufmq .a00117 + .a00117::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");
}
.fn8cmyk .a00117 + .a00117::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");
}
.h6f1a .a00117 + .a00117::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");
}
.ek75 .w87l00j1,
.ek75 .joun,
.ek75 .wk4jzlu,
.h8qutgo .wk4jzlu { padding-bottom: 60px; }
.x52fo .wk4jzlu { padding-bottom: 70px; }
.ek75 .w87l00j1::before,
.ek75 .w87l00j1::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");
}
.bcs102  .w87l00j1:not(.c67e6luo) .sh1uzu { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.eo0w .cnmmu { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.g9cw5 .cnmmu { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.bcs102 .c67e6luo { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.bcs102 .l3z22n3s { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.bcs102 .cnmmu { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ym7kma .cnmmu { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.kcj3 .cnmmu { background: var(--accent-bg); }
.mizl .de3uz { float: left; width: 38%; margin: 0 28px 16px 0; }
.mizl .de3uz .i9unyp { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.mizl .exx4w::after { content: ''; display: block; clear: both; }
.fpq5 .de3uz { float: right; width: 38%; margin: 0 0 16px 28px; }
.fpq5 .de3uz .i9unyp { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.fpq5 .exx4w::after { content: ''; display: block; clear: both; }
.qwlsx4 .a00117:nth-child(odd)  .de3uz { float: left;  width: 38%; margin: 0 28px 16px 0; }
.qwlsx4 .a00117:nth-child(even) .de3uz { float: right; width: 38%; margin: 0 0 16px 28px; }
.qwlsx4 .de3uz .i9unyp { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.qwlsx4 .exx4w::after { content: ''; display: block; clear: both; }
.mizl .vtrgy1x,
.fpq5 .vtrgy1x,
.qwlsx4 .vtrgy1x,
.qwlsx4 .bf4sbe7q { clear: both; }
@media (max-width: 900px) {
  .mizl .de3uz,
  .fpq5 .de3uz,
  .qwlsx4 .a00117:nth-child(odd)  .de3uz,
  .qwlsx4 .a00117:nth-child(even) .de3uz {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .mizl .de3uz .i9unyp,
  .fpq5 .de3uz .i9unyp,
  .qwlsx4 .de3uz .i9unyp {
    max-height: none !important;
  }
}
.mizl .pnalzx,
.mizl .dla79,
.fpq5 .pnalzx,
.fpq5 .dla79,
.qwlsx4 .pnalzx,
.qwlsx4 .dla79 { overflow: hidden; }
@media (max-width: 640px) {
  .mizl .de3uz,
  .fpq5 .de3uz,
  .qwlsx4 .de3uz { float: none; width: 100%; margin: 0 0 16px 0; }
}
.kf74too .ec1pqo,
.kf74too .exx4w,
.kf74too .yel2a  { max-width: 1100px; }
.oihujmrr .ec1pqo,
.oihujmrr .exx4w,
.oihujmrr .yel2a  { max-width: 1200px; }
.oihujmrr { --content-mw: 1200px; }
.ygirx2 .ec1pqo,
.ygirx2 .exx4w,
.ygirx2 .yel2a  { max-width: 1320px; }
.qn30go { font-size: 0.82rem; color: var(--text-muted); }
.xcvifl { display: flex; align-items: center; }
.nkjg5t4 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.vepwi { display: flex; align-items: center; }
.v1rifhtz { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.v1rifhtz:hover { text-decoration: underline; }
.euy4fb3 { margin: 0 3px; opacity: 0.45; }
.euy4fb3::before { content: '/'; }
.jqezp2p { padding: 2px 5px; color: var(--text-main); }
.k3p6l6 .qn30go {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.k3p6l6 .xcvifl { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.zncvit .qn30go {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.zncvit .xcvifl { padding: 0 0 0 12px; }
.c9mi .xcvifl { padding: 0 16px; }
.c9mi .qn30go {
  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);
}
.c9mi .ec1pqo { padding-top: 28px; }
@media (max-width: 720px) {
  .z1fbym { margin-top: 18px; padding: 0 16px; }
  .c9mi .ec1pqo { padding-top: 16px; }
}
.kf74too.k3p6l6 .xcvifl { max-width: 1100px; }
.oihujmrr.k3p6l6 .xcvifl { max-width: 1200px; }
.ygirx2.k3p6l6 .xcvifl { max-width: 1320px; }
.oihujmrr .z1fbym { max-width: 1200px; }
.tiyz .a00117 { padding-top: 16px; padding-bottom: 16px; }
.y4vop15i .a00117 { padding-top: 24px; padding-bottom: 24px; }
.bk3u .a00117 { padding-top: 40px; padding-bottom: 40px; }
.olntgnk6 .a00117 { padding-top: 52px; padding-bottom: 52px; }
.ngp6j69u .a00117:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.ngp6j69u .a00117:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.ngp6j69u .a00117:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.ngp6j69u .a00117:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.zmp78ey .exx4w { padding-top: 10px;  padding-bottom: 10px; }
.roqgwgpy .exx4w { padding-top: 18px;  padding-bottom: 18px; }
.ge2sp .exx4w { padding-top: 36px;  padding-bottom: 36px; }
.gr6q .exx4w { padding-top: 48px;  padding-bottom: 48px; }
.grqumo h2.mq03r4v { font-weight: 600; }
.grqumo h3.mvbf     { font-weight: 600; }
.v0hiewtv { font-weight: 500; }
.v0hiewtv h2.mq03r4v { font-weight: 800; }
.v0hiewtv h3.mvbf     { font-weight: 700; }
.n68jdoa1 h2.mq03r4v { font-weight: 900; }
.n68jdoa1 h3.mvbf     { font-weight: 800; }
.n68jdoa1 .cwtenizd strong,
.n68jdoa1 .cwtenizd strong { font-weight: 600; }
.pymudn3c {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.mcru0c9 .pymudn3c { display: none; }
@media (max-width: 640px) {
  .r17mdkk { display: none; }
  .pymudn3c {
    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;
  }
}
.pymudn3c { background: var(--cta) !important; color: #fff !important; border: none !important; }
.pymudn3c:hover { opacity: 0.85; }
.i36a .pymudn3c { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.oa55o3 .pymudn3c,
.cstf6ec  .pymudn3c { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.oa55o3 .pymudn3c:hover,
.cstf6ec  .pymudn3c:hover { opacity: 0.88; }
.i36a.oa55o3 .pymudn3c,
.i36a.cstf6ec  .pymudn3c { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.b1awh02e {
  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;
}
.b1awh02e:hover { transform: translateY(-2px); opacity: 0.92; }
.b1awh02e { background: var(--cta) !important; color: #fff !important; border: none !important; }
.pbxjsrc .b1awh02e { display: none; }
.maaqg .b1awh02e { right: 32px; }
.p7e68d  .b1awh02e { left: 32px; }
@media (max-width: 480px) {
  .maaqg .b1awh02e { right: 20px; bottom: 20px; }
  .p7e68d  .b1awh02e { left: 20px; bottom: 20px; }
}
.vyauu { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.yel2a { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.sykr1dp7 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.dpf3rhh { color: var(--text-dim); font-size: 0.8rem; }
.q0k14 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.q0k14 img { height: 26px; width: auto; object-fit: contain; }
.vfxpy9z6 .yel2a { text-align: center; }
.vfxpy9z6 .sykr1dp7 { margin-top: 0; }
@media (max-width: 640px) {
  .yel2a { padding-left: 16px; padding-right: 16px; }
  .rwwmn1 .yel2a { padding: 20px 16px; }
  .iaj95ur { gap: 4px 12px; }
  .sykr1dp7 { font-size: 0.78rem; }
}
.omqu .k6mh .q0k14 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.omqu .sykr1dp7 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.omqu .dpf3rhh { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .omqu .s46qwe9v { grid-template-columns: 1fr 1fr; } .omqu .k6mh { grid-column: 1 / -1; } }
@media (max-width: 480px) { .omqu .s46qwe9v { grid-template-columns: 1fr; } }
.rgw9b .hyvcm7 { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.rgw9b .q0k14 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.rgw9b .kulu { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.rgw9b .kulu a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.rgw9b .kulu a:hover { color: var(--accent-light); }
.nwcajus { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.rgw9b .qrafwjf { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.rgw9b .omj7gwu { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.rgw9b .omj7gwu a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.rgw9b .omj7gwu a:hover { color: var(--accent-light); }
.rgw9b .sykr1dp7 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .rgw9b .hyvcm7 { gap: 12px; } .rgw9b .q0k14 { margin-right: 0; width: 100%; } }
.u7o8 .xu3mtv .q0k14 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.u7o8 .sykr1dp7 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.u7o8 .dpf3rhh { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .u7o8 .qxent { grid-template-columns: 1fr 1fr; } .u7o8 .xu3mtv { grid-column: 1 / -1; } }
@media (max-width: 480px) { .u7o8 .qxent { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .fz667 .d42f { grid-template-columns: 1fr 1fr; } .fz667 .pdmrh:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fz667 .d42f { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .x9x4am .d42f { grid-template-columns: 1fr; } }
.gcpd .yel2a { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.s4i0w0 .xzj4l      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.s4i0w0 .vyauu { background: var(--bg-page); border-top-color: var(--border-alt); }
.fw71 .xzj4l      { background: #0d1117; border-bottom-color: #21262d; }
.fw71 .stxalevj { color: var(--accent-light); }
.fw71 .rtxwi6iu { --msep-color: #8b949e; }
.fw71 .rtxwi6iu a { color: #8b949e; }
.fw71 .rtxwi6iu a:hover { color: var(--accent-light); }
.fw71 .skag1 { color: #8b949e; }
.fw71 .vyauu { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.fw71 .sykr1dp7,
.fw71 .dpf3rhh { color: #6e7681; }
.fw71 .h7mx a, .fw71 .kulu a,
.fw71 .omj7gwu a { color: #8b949e; }
.fw71 .q0k14 { color: #e6edf3; }
.fw71 .h7mx a:hover, .fw71 .kulu a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .fw71 .rtxwi6iu { background: #0d1117; border-top-color: #21262d; }
  .fw71 .rtxwi6iu li a { border-bottom-color: #21262d; }
}
.cgr1fgmv .xzj4l      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.cgr1fgmv .stxalevj { color: var(--accent-light); }
.cgr1fgmv .rtxwi6iu { --msep-color: #475569; }
.cgr1fgmv .rtxwi6iu a { color: #475569; }
.cgr1fgmv .rtxwi6iu a:hover { color: var(--accent-light); }
.cgr1fgmv .skag1 { color: #64748b; }
.cgr1fgmv .vyauu { background: #f0f4f8; border-top-color: #cbd5e1; }
.cgr1fgmv .sykr1dp7,
.cgr1fgmv .dpf3rhh { color: #64748b; }
.cgr1fgmv .h7mx a, .cgr1fgmv .kulu a,
.cgr1fgmv .omj7gwu a, .cgr1fgmv .q0k14 { color: #374151; }
.cgr1fgmv .h7mx a:hover, .cgr1fgmv .kulu a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .cgr1fgmv .rtxwi6iu { background: #f0f4f8; border-top-color: #cbd5e1; }
  .cgr1fgmv .rtxwi6iu li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.oa55o3 .xzj4l      { background: var(--accent); border-bottom-color: var(--accent-light); }
.oa55o3 .stxalevj { color: #fff; }
.oa55o3 .rtxwi6iu { --msep-color: rgba(255,255,255,0.82); }
.oa55o3 .rtxwi6iu a { color: rgba(255,255,255,0.82); }
.oa55o3 .rtxwi6iu a:hover { color: #fff; }
.oa55o3 .skag1 { color: rgba(255,255,255,0.9); }
.oa55o3 .vyauu { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.oa55o3 .sykr1dp7,
.oa55o3 .dpf3rhh { color: rgba(255,255,255,0.72); }
.oa55o3 .h7mx a, .oa55o3 .kulu a,
.oa55o3 .omj7gwu a, .oa55o3 .q0k14 { color: #fff; }
.oa55o3 .h7mx a:hover, .oa55o3 .kulu a:hover { color: #fff; }
@media (max-width: 640px) {
  .oa55o3 .rtxwi6iu { background: var(--accent); border-top-color: var(--accent-light); }
  .oa55o3 .rtxwi6iu li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.cstf6ec .xzj4l {
  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);
}
.cstf6ec .vyauu {
  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) {
  .cstf6ec .rtxwi6iu {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.qftvdkh .s9h6 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ab2b7 .s9h6 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.yjheoj .s9h6 { min-height: 72px; height: auto; }
.guis1v .s9h6 { min-height: 84px; height: auto; }
.rwwmn1 .s9h6 { max-width: none; padding: 0 32px; }
.rwwmn1 .yel2a  { max-width: none; padding: 24px 32px; }
.dgpwe.oihujmrr .s9h6 { max-width: 1200px; }
.dgpwe.ygirx2 .s9h6 { max-width: 1320px; }
.ydy4fhm   .stxalevj, .ydy4fhm   .q0k14 { text-transform: capitalize; }
.qces .stxalevj, .qces .q0k14 { text-transform: lowercase; }
.qcig3ygs .stxalevj, .qcig3ygs .q0k14 { text-transform: uppercase; letter-spacing: 0.06em; }
.bzd9w, .o63zk9ab {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.js3y8d .bzd9w,
.js3y8d .o63zk9ab { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.rj6q1 .bzd9w,
.rj6q1 .o63zk9ab { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.vqpjvjwl .bzd9w,
.vqpjvjwl .o63zk9ab { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.zv9a5 .bzd9w,
.zv9a5 .o63zk9ab { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.qzjs   .rtxwi6iu a { font-weight: 500; }
.eou0rf7 .rtxwi6iu a { font-weight: 600; }
.g38ysr8     .rtxwi6iu a { font-weight: 700; }
.fdsk    .rtxwi6iu a { font-weight: 800; letter-spacing: 0.01em; }
.h11qa     .rtxwi6iu > li + li::before,
.tcng    .rtxwi6iu > li + li::before,
.vouy    .rtxwi6iu > li + li::before,
.k5lb .rtxwi6iu > li + li::before,
.e7ijuf .rtxwi6iu > li + li::before,
.tj8kppyr  .rtxwi6iu > li + li::before,
.j5rh8i    .rtxwi6iu > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.h11qa     .rtxwi6iu > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.tcng    .rtxwi6iu > li + li::before { content: "|"; }
.vouy    .rtxwi6iu > li + li::before { content: "—"; }
.k5lb .rtxwi6iu > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.e7ijuf .rtxwi6iu > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.tj8kppyr  .rtxwi6iu > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.j5rh8i    .rtxwi6iu > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ab89bs97 .skag1,
  .jqrx .skag1,
  .x1fpomia .skag1,
  .h6o4 .skag1,
  .zit1lpv .skag1 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ab89bs97 .skag1::before,
  .jqrx .skag1::before,
  .x1fpomia .skag1::before,
  .h6o4 .skag1::before,
  .zit1lpv .skag1::before { content: ""; display: block; flex-shrink: 0; }

  
  .ab89bs97 .skag1::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;
  }

  
  .jqrx .skag1::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;
  }

  
  .x1fpomia .skag1::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;
  }

  
  .h6o4 .skag1::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;
  }

  
  .zit1lpv .skag1::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) {
  .oi1gr0 .skag1 {
    padding: 5px 14px;
  }
  .oi1gr0 .rtxwi6iu {
    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;
  }
  .oi1gr0 .rtxwi6iu li a {
    border-bottom: none; padding: 10px 22px;
  }
  .oi1gr0 .rtxwi6iu li a:hover { background: var(--bg-raised); }
  .oi1gr0 .j9f6pso,
  .pkd7 .j9f6pso,
  .tk9azhb3 .j9f6pso { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ii84cgj .skag1 {
    padding: 5px 10px;
  }
  .ii84cgj .rtxwi6iu {
    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);
  }
  .ii84cgj .rtxwi6iu.vrwpo0pw { transform: translateX(0); }
  .ii84cgj .rtxwi6iu li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .ii84cgj .rtxwi6iu li:last-child a { border-bottom: none; }
  .oa55o3 .rtxwi6iu,
  .fw71 .rtxwi6iu { background: var(--accent) !important; }
  .oa55o3 .rtxwi6iu li a,
  .fw71 .rtxwi6iu li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .tk9azhb3 .skag1 {
    padding: 5px 10px;
  }
  .tk9azhb3 .rtxwi6iu {
    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);
  }
  .tk9azhb3 .rtxwi6iu::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .tk9azhb3 .rtxwi6iu.vrwpo0pw { transform: translateY(0); }
  .tk9azhb3 .rtxwi6iu li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .lilowmn .skag1 {
    padding: 5px 10px;
  }
  .lilowmn .rtxwi6iu {
    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;
  }
  .lilowmn .rtxwi6iu.vrwpo0pw { opacity: 1; pointer-events: auto; }
  .lilowmn .rtxwi6iu li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .cx9ug     .skag1 { border-radius: 0 !important; }
  .zvjgiimc   .skag1 { border-radius: 8px !important; }
  .h664nfj .skag1 { border-radius: 50% !important; }
  .ml4gbm   .skag1 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .dv57u .bf9jz { flex-direction: column; align-items: stretch; }
  .dv57u .aby3t0 { flex-direction: row; min-width: auto; }
  .dv57u .sdd5qq { align-items: flex-start; text-align: left; }
}
.pw7xv,
.pw7xv.a00117,
.vn6c .pw7xv,
.fqqfda2 .pw7xv,
.yf99z4 .pw7xv,
.q59yh .pw7xv {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.z8xhl {
  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;
}
.vzwl { flex: 1 1 280px; min-width: 0; }
.rlgj8l {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.rfhs1l {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.owi6lar {
  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;
}
.owi6lar:hover { transform: translateY(-1px); opacity: 0.95; }
.km46sk8 .z8xhl {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.km46sk8 .rlgj8l { color: var(--cta); }
.km46sk8 .rfhs1l { color: var(--text-body); }
.km46sk8 .owi6lar {
  background: var(--cta) !important;
  color: #fff !important;
}
.tq51ktx .z8xhl {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.tq51ktx .rlgj8l { color: var(--text-primary); }
.tq51ktx .rfhs1l { color: var(--text-body); }
.tq51ktx .owi6lar {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .z8xhl {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .vzwl { flex: 0 0 auto; }
  .rlgj8l { font-size: 1.2rem; }
  .owi6lar { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.dmbvkxim .hs1d2zs { height: 36px; }
.j9dmrmm4 .hs1d2zs { height: 60px; max-width: 200px; }
.z4e6rb9 .hs1d2zs { height: 56px; max-width: 180px; }
.m84606c     .x0p1h4, .m84606c     .p4bd9 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
@media (min-width: 720px) {
  .gpra7dzn .bf4sbe7q {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .gpra7dzn .x5r4 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .gpra7dzn .x5r4 { padding: 40px 16px 20px; }
  .gpra7dzn .so0cwe9 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .gpra7dzn .b0o47yu { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .fkv1u .x5r4 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .fkv1u .x5r4::before {
    position: absolute; top: 14px; left: 14px;
  }
  .fkv1u .c6f45t3n {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .fkv1u .mjrirp { white-space: normal; text-align: center; font-size: 1.2rem; }
  .fkv1u .so0cwe9 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .fkv1u .b0o47yu { width: 100%; min-width: 0; }
  .fkv1u .x0p1h4 { min-width: 0; }
}
.uvuv .e0zg9o {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.uvuv .e0zg9o summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.uvuv .e0zg9o p { padding: 0 2px 16px; }
.ib3l1f .e0zg9o { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ib3l1f .e0zg9o summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ib3l1f .e0zg9o summary::after { content: "›"; font-size: 1.2em; }
.ib3l1f .e0zg9o[open] summary::after { content: "‹"; }
.ib3l1f .e0zg9o p { padding: 10px 22px 4px; }
.ny68g .e0zg9o {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ny68g .e0zg9o summary { color: var(--text-primary); padding-left: 16px; }
.ny68g .e0zg9o summary::after { content: "›"; font-size: 1.1em; }
.ny68g .e0zg9o[open] summary::after { content: "‹"; }
.ny68g .e0zg9o p { padding-left: 16px; }
.kh4b1 .qsvkxoeh { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.kh4b1 .e0zg9o {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.kh4b1 .e0zg9o:last-child { border-bottom: none; }
.kh4b1 .e0zg9o summary { color: var(--text-primary); border-radius: 0; }
.kh4b1 .e0zg9o summary::after { content: "›"; font-size: 1.1em; }
.kh4b1 .e0zg9o[open] summary::after { content: "‹"; }
.w7nhcs77 .e0zg9o { overflow: hidden; }
.w7nhcs77 .e0zg9o summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.w7nhcs77 .e0zg9o summary::after { color: rgba(255,255,255,.75); }
.w7nhcs77 .e0zg9o[open] summary { border-radius: 0; }
.wcf0p { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.hbx6qe7 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.qnie3oxs {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.fw5ua { color: var(--text-muted); font-size: 1.05rem; }
.j99utwv {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.r20q409 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.lugf3z { margin-bottom: 20px; }
.s1j8ug {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.x9ro {
  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;
}
.x9ro:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.uo35 { resize: vertical; min-height: 130px; }
.xw89r { width: 100%; margin-top: 8px; }
.yt2c026 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.l16bm {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.gzlal4 { color: var(--text-muted); line-height: 1.75; }
.m3p4nz8 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.m3p4nz8 li { margin-bottom: 6px; }
.i9q89ysf { max-width: 760px; margin: 0 auto; }
.ejce { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.rd0lkh { max-width: 760px; margin: 0 auto; }
.sx57ad5x ul.m3p4nz8 { margin: 0; }
@media (max-width: 640px) { .khkevnw { grid-template-columns: 1fr; gap: 10px; } }
.pwor5bm { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.y757e { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.ojom2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.y757e p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.y757e .m3p4nz8 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .pwor5bm { grid-template-columns: 1fr; } }
.sxutm ul.m3p4nz8 { margin: 0; }
.rnim5i .m3p4nz8,
.e9jxj9x .m3p4nz8,
.ys3k .m3p4nz8,
.cb21 .m3p4nz8 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .zmn2v { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .vqrt1 { grid-template-columns: 1fr; } .zmnzh { position: static; text-align: center; } }
@media (max-width: 860px) { .ip59hrr3 { grid-template-columns: 1fr; } }
.cb21 .m3p4nz8 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .of1d { flex-direction: column; text-align: center; } .o5gqa2 { grid-template-columns: 1fr; } }
.fn5b4v3 { max-width: 760px; margin: 0 auto; }
.hgzx04x { position: relative; padding-left: 28px; }
.hgzx04x::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.nf4n { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.nf4n:last-child { padding-bottom: 0; }
.zuu4 { 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; }
.asn58ru9 h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.asn58ru9 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.nerixx .qnie3oxs { color: var(--accent-light); }
.r6mscmtz .qnie3oxs { font-size: 2rem; }
.r6mscmtz .fw5ua { max-width: 680px; }
.o1dz0aw .qnie3oxs { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.o1dz0aw .fw5ua  { margin: 0; }
@media (max-width: 640px) { .o1dz0aw { flex-direction: column; } }
.x4zp1sa .qnie3oxs { color: var(--accent-light); }
.ezm2 {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.ezm2 .qnie3oxs { color: #fff; }
.ezm2 .fw5ua  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .c80292 { grid-template-columns: 1fr; } }
.am43uy .x9ro {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.am43uy .x9ro:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.fo49 .x9ro { background: var(--bg-raised); border-color: transparent; }
.fo49 .x9ro:focus { background: var(--bg-card); border-color: var(--accent-light); }
.kfirc .x9ro { border-radius: 100px; padding: 11px 20px; }
.kfirc .uo35 { border-radius: 14px; }
@media (max-width: 640px) { .c4lq { grid-template-columns: 1fr; } }
.z1m2cvod { counter-reset: priv-count; }
.rv4a {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.rv4a:last-child { border-bottom: none; }
.v84lhe {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.rv4a h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.rv4a p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.qmqw4 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.qmqw4 li { margin-bottom: 6px; }
.yp76nth{position:relative;overflow:visible}
.d8fu107b .otc45c{display:block}
.w17tb6y .cnmmu~.xdy9hbw4,
.w17tb6y .cnmmu~.xdy9hbw4 .b06j,
.cnmmu~.xdy9hbw4,.g27a~.xdy9hbw4{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}
.cnmmu~.xdy9hbw4 .b06j{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.nlij64n .itcb{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.nlij64n .m7ovvpb::before{content:""}
.y09gwvp6{--date-bg:var(--accent-bg-light)}
.lshm6db .m7ovvpb::before{content:""}
.ag4b3r .ag73d8{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .ag73d8{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .p3pe{max-width:100%}
}
.dwth2 .wevk2qp{margin:0}
@media (max-width:560px){
  .y8q6zva4{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) {
  .intgx7y { padding: 28px 18px 20px; }
  .oyr6rsx { font-size: 1.2rem; }
  .jaiy { max-width: 220px; max-height: 80px; }
}
.eurt6  .hdgmwj { border-radius: 6px; }
.cpg7dh .z8xhl {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .hdgmwj { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.qti0u {
  margin: 28px 0 24px;
}
.qti0u .a00117 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.qti0u .exx4w {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.qti0u .z8xhl {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .s9h6 { flex-direction: row-reverse; }
[dir="rtl"] .rtxwi6iu { flex-direction: row-reverse; }
[dir="rtl"] .maaqg .b1awh02e { right: auto; left: 32px; }
[dir="rtl"] .p7e68d  .b1awh02e { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .maaqg .b1awh02e { right: auto; left: 20px; }
  [dir="rtl"] .p7e68d  .b1awh02e { left: auto;  right: 20px; }
}
[dir="rtl"] .mizl .de3uz  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .fpq5 .de3uz { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .cnmmu,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .pnalzx, [dir="rtl"] .dla79 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .cwtenizd { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .z8xhl { direction: rtl; }
[dir="rtl"] .qn30go { direction: rtl; }
[dir="rtl"] .ab46 { direction: rtl; }
[dir="rtl"] .bslz0v1m { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .fieg6wot .dla79,
[dir="rtl"] .hypbj .dla79,
[dir="rtl"] .ywxjx55 .dla79,
[dir="rtl"] .cl63xve .dla79 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .fieg6wot .dla79 li::before,
[dir="rtl"] .hypbj .dla79 li::before,
[dir="rtl"] .ywxjx55 .dla79 li::before,
[dir="rtl"] .cl63xve .dla79 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .w87l00j1.dt688j4f .joun,
[dir="rtl"] .yf02.dt688j4f .joun,
[dir="rtl"] .c67e6luo.dt688j4f .joun,
[dir="rtl"] .gzfk506.dt688j4f .joun,
[dir="rtl"] .wwlwt.dt688j4f .joun { text-align: right; }
[dir="rtl"] .cnmmu.dt688j4f .wk4jzlu { align-items: flex-end; text-align: right; }
[dir="rtl"] .cnmmu.d5nbeq7 .wk4jzlu { text-align: center; }
[dir="rtl"] .cnmmu .wk4jzlu { text-align: right; }
[dir="rtl"] .exx4w,
[dir="rtl"] .y03hx,
[dir="rtl"] .z7hkn9b1,
[dir="rtl"] .kcwd,
[dir="rtl"] .r20q409,
[dir="rtl"] .s1j8ug,
[dir="rtl"] .x9ro,
[dir="rtl"] .uo35 { text-align: right; direction: rtl; }
[dir="rtl"] .kfirc .x9ro,
[dir="rtl"] .am43uy .x9ro { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #298268;
  --brand:           #298268;
  --brand-light:     #2a6755;
  --brand-pale:      #42816f;
  --grad-start:      #43c39e;
  --grad-end:        #7ac9b2;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #298268;
  --cta-light:       #1b6650;
  --cta-hover:       #1a5342;
  --bg-page:         #f6f7f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f5f5;
  --bg-raised:       #eef0f0;
  --bg-hover:        #f4f5f5;
  --border:          #e2e8e6;
  --border-alt:      #d0dbd8;
  --border-section:  #e2e8e6;
  --text-primary:    #171b1a;
  --text-muted:      #535e5b;
  --text-body:       #2f3634;
  --text-sub:        #47514e;
  --text-faint:      #778782;
  --text-dim:        #929f9b;
  --text-label:      #5f6c68;
  --text-value:      #3b4341;
  --accent-bg:       #e6efec;
  --accent-bg-light: #cfe6e0;
  --bg-tip:          #f9f0f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f5f9;
  --bg-pros:         #f9f0f2;
  --bg-cons:         #faf6f3;
  --c-pros:          #871b3b;
  --c-cons:          #9f5521;
  --c-pros-label:    #a12046;
  --c-tip-border:    #b2234d;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #871b3b;
}
:root { --logo-bg-opacity: 30%; }
body, button, input { font-family: "Nunito", sans-serif; }
.eygk925 .fh8wddd { font-size: 0; width: 1.2rem; flex-shrink: 0; }.eygk925 .fh8wddd::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.eygk925 .q1tc40af     .fh8wddd::before { content: "";  color: var(--c-tip-border); }.eygk925 .ghb1x9o .fh8wddd::before { content: ""; color: var(--c-warn-border); }.eygk925 .v6zdt    .fh8wddd::before { content: ""; color: #60a5fa; }.ryv18t .eygk925 .q1tc40af     .fh8wddd::before { color: #10b981; }.ryv18t .eygk925 .ghb1x9o .fh8wddd::before { color: #f43f5e; }.ryv18t .eygk925 .v6zdt    .fh8wddd::before { color: #a855f7; }.eyan  .eygk925 .q1tc40af     .fh8wddd::before { color: #eab308; }.eyan  .eygk925 .ghb1x9o .fh8wddd::before { color: #ef4444; }.eyan  .eygk925 .v6zdt    .fh8wddd::before { color: #f97316; }.wy0995n  .eygk925 .q1tc40af     .fh8wddd::before { color: #38bdf8; }.wy0995n  .eygk925 .ghb1x9o .fh8wddd::before { color: #818cf8; }.wy0995n  .eygk925 .v6zdt    .fh8wddd::before { color: #2dd4bf; }.rakgiiol .eygk925 .fh8wddd::before { color: var(--accent-light) !important; }
.mrfiu7x .ybh050 li::before, .mrfiu7x .x226w li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.mrfiu7x .ybh050 li::before { content: ""; }.mrfiu7x .x226w li::before { content: ""; }.mrfiu7x .cjir::before, .mrfiu7x .iu0i987e::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.mrfiu7x .cjir::before { content: ""; }.mrfiu7x .iu0i987e::before { content: ""; }
.kocmm3 .kjlelmy, .kocmm3 .cnmmu { min-height: 520px; }
.euy4fb3::before { content: '/'; }