:root {
  --color-accent: #0033ff;
  --color-cta: #3bd411;
  --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;
}
.e7k99gl1 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.i9xxupt {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.qvpl {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.i46l { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.sj77 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.sj77 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.sj77 a:hover { color: var(--accent-light); }
.hvlx0 { position: relative; }
.xukyhxx {
  display: none; position: absolute; top: calc(100% + 6px); left: 50%;
  transform: translateX(-50%);
  background: var(--bg-surface); border: 1px solid var(--border-alt);
  border-radius: 10px; padding: 8px 0; min-width: 190px;
  box-shadow: 0 8px 24px rgba(0,0,0,.45); z-index: 200;
  list-style: none;
}
.a0n3sz8   .xukyhxx { border-radius: 0; }
.d82zt582     .xukyhxx { border-radius: 6px; }
.nus9rr  .xukyhxx { border-radius: 14px; }
.r6a0z     .xukyhxx { border-radius: 24px; padding: 8px; }
.d82zt582 .xukyhxx li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.d82zt582 .xukyhxx li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.nus9rr .xukyhxx li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.nus9rr .xukyhxx li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.r6a0z .xukyhxx li a { border-radius: 16px; }
.y6lab  .xukyhxx li + li { border-top: 1px solid var(--border-alt); }
.dq0u .xukyhxx li + li { border-top: 1px dashed var(--border-alt); }
.vbd2tvy .xukyhxx li + li { border-top: 1px dotted var(--border-alt); }
.f7gadp5 .xukyhxx li + li { border-top: 3px double var(--border-alt); }
.hvlx0::after {
  content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 10px;
}
.hvlx0:hover .xukyhxx,
.hvlx0:focus-within .xukyhxx { display: block; }
.xukyhxx li a {
  display: block; padding: 8px 18px; white-space: nowrap;
  color: var(--text-muted); font-size: 0.86rem; text-decoration: none;
  transition: color .15s, background .15s;
}
.xukyhxx li a:hover {
  color: var(--accent-light); background: var(--bg-hover);
}
@media (max-width: 640px) {
  .xukyhxx {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .hvlx0:hover .xukyhxx,
  .hvlx0:focus-within .xukyhxx { display: block; }
  .xukyhxx li a { padding: 8px 16px; font-size: 0.88rem; }
}
.ezci {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.oyc1nokr { display: none; }
@media (max-width: 640px) {
  .oyc1nokr {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .oyc1nokr.r0nid6l { display: block; }
}
@media (max-width: 640px) {
  .ezci { display: block; }
  .sj77 > li + li::before { display: none !important; }
  .sj77 {
    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;
  }
  .sj77.r0nid6l { display: flex; }
  .sj77 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .sj77 li:last-child a { border-bottom: none; }
}
.rmzil { min-height: 480px; }
.g1yb5q8a {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.fz1l9d { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ln80l .fz1l9d { margin-left: 0; margin-right: 0; }
.i9vvk {
  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;
}
.pkwk0ngy .i9vvk { margin-top: 24px; }
.i9vvk:hover { opacity: 0.88; }
.ix2u {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.pb03jd6 {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.ix2u .djdds0w {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.ix2u .g1yb5q8a { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ix2u .fz1l9d { color: #e2e8f0; }
.ix2u.bq284d9 .djdds0w { text-align: center; }
.ix2u.ln80l   .djdds0w { text-align: left; }
.yk326 .djdds0w {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.yk326 .g1yb5q8a { color: var(--text-primary); text-shadow: none; }
.yk326 .fz1l9d { color: var(--text-muted); }
.yk326 .i9vvk { margin-top: 16px; }
.yk326, .yk326.rmzil { min-height: auto !important; }
.yk326.bq284d9 .djdds0w { text-align: center; }
.yk326.ln80l   .djdds0w { 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; }
}
.jcyk .ix2u .pb03jd6 {
  overflow: hidden;
}
.jcyk .ix2u .pb03jd6::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.kw4db3 .ix2u .pb03jd6 {
  overflow: hidden;
}
.kw4db3 .ix2u .pb03jd6::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.je00a7z .ix2u .pb03jd6 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.sn4s .ix2u .pb03jd6 {
  overflow: hidden;
}
.sn4s .ix2u .pb03jd6::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.n4sv .ix2u .pb03jd6 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.xx0qu9o .pb03jd6 {
  background: none;
}
.xx0qu9o .g1yb5q8a { color: #fff; }
.xx0qu9o .fz1l9d { color: rgba(255,255,255,0.85); }
.xx0qu9o .i9vvk { background: #fff; color: var(--cta); }
.xx0qu9o .i9vvk:hover { opacity: 0.92; }
.xk1wx6wc .g1yb5q8a { text-shadow: none; color: var(--text-primary); }
.xk1wx6wc .fz1l9d { color: var(--text-muted); }
body.hl96mi .g1yb5q8a {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.jcvt0 .g1yb5q8a {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.rmzil.xx0qu9o .g1yb5q8a,
section.xx0qu9o .g1yb5q8a {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.xk1wx6wc.ln80l   .fzvdx { align-items: flex-start; text-align: left; }
.rmzil .npcsc3tn {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.npcsc3tn .b3ee4wl.hmy2grp {
  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;
}
.npcsc3tn .b3ee4wl.hmy2grp:hover { opacity: 0.85; }
.snuw1 .djdds0w { padding-bottom: 24px; }
.pkwk0ngy .djdds0w { max-width: 1100px; }
@media (max-width: 700px) {
  .xk1wx6wc { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .xk1wx6wc:not(.hpben) .hc2fj29g { display: none !important; }
  .hpben .hc2fj29g { padding: 16px; }
  .fzvdx  { padding: 36px 24px; }
  .xk1wx6wc~.n30y,.zh96g~.n30y{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .rmzil, .xk1wx6wc { min-height: 320px !important; }
  .g1yb5q8a { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .n2law8x0,
  .geu3fkp,
  .aql8 { grid-template-columns: 1fr !important; }

  

  
  .snuw1 { display: flex !important; flex-direction: column !important; }
  .snuw1 .djdds0w { display: contents; }
  .snuw1 .pb03jd6 { order: 0; }
  .snuw1 .g1yb5q8a { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .snuw1 .n2law8x0 { order: 2; padding: 0 16px 12px !important; }
  .snuw1 .fz1l9d { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .pkwk0ngy .djdds0w { display: flex; flex-direction: column; }
  .pkwk0ngy .djdds0w .g1yb5q8a { order: 1; }
  .pkwk0ngy .djdds0w .aql8 { order: 2; margin: 8px 0 24px !important; }
  .pkwk0ngy .djdds0w .fz1l9d { order: 3; }
  .pkwk0ngy .djdds0w .i9vvk { order: 4; align-self: center; margin-top: 0; }

  
  .xk1wx6wc.hpben {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .xk1wx6wc.hpben .fzvdx { display: contents; padding: 0; }
  .xk1wx6wc.hpben .fzvdx .g1yb5q8a { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .xk1wx6wc.hpben .hc2fj29g { order: 2; padding: 12px 16px; }
  .xk1wx6wc.hpben .fzvdx .fz1l9d { order: 3; padding: 0 24px; margin: 0 auto; }
  .xk1wx6wc.hpben .fzvdx .i9vvk { order: 4; align-self: center; margin: 8px 0 32px; }
}
.gz5v { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.g00zxm7w { width: 100%; height: auto; display: block; border-radius: 10px; }
.ex4n .gz5v        { border-radius: 16px; }
.ex4n .g00zxm7w  { border-radius: 16px; }
.qgxvizwb .gz5v         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.qgxvizwb .g00zxm7w   { border-radius: 8px; }
.weuj { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.we1z8gqy { width: 100%; padding: 32px 0; position: relative; }
.viziy6k { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ngjly3el .we1z8gqy:nth-child(even) { background: var(--bg-surface); }
.ngjly3el .we1z8gqy:nth-child(odd)  { background: var(--bg-page); }
.qw0vukc .we1z8gqy:nth-child(even) { background: var(--bg-card); }
.qw0vukc .we1z8gqy:nth-child(odd)  { background: var(--bg-page); }
.ngjly3el .we1z8gqy:nth-child(odd)  .viziy6k { background: var(--bg-card); border-radius: 6px; }
.ngjly3el .we1z8gqy:nth-child(even) .viziy6k { background: var(--bg-raised); border-radius: 6px; }
.qw0vukc .we1z8gqy:nth-child(odd)  .viziy6k { background: var(--bg-card); border-radius: 6px; }
.qw0vukc .we1z8gqy:nth-child(even) .viziy6k { background: var(--bg-raised); border-radius: 6px; }
.ngjly3el .we1z8gqy:nth-child(even) .vmz8 .c99v,
.qw0vukc .we1z8gqy:nth-child(even) .vmz8 .c99v { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ngjly3el .we1z8gqy:nth-child(odd) .vmz8 .c99v,
.qw0vukc .we1z8gqy:nth-child(odd) .vmz8 .c99v { background: var(--bg-card-inner); }
.ngjly3el .we1z8gqy:nth-child(even) .ac4epyw .c99v:nth-child(odd),
.qw0vukc .we1z8gqy:nth-child(even) .ac4epyw .c99v:nth-child(odd)  { background: var(--bg-card); }
.ngjly3el .we1z8gqy:nth-child(even) .ac4epyw .c99v:nth-child(even),
.qw0vukc .we1z8gqy:nth-child(even) .ac4epyw .c99v:nth-child(even) { background: var(--bg-card-inner); }
h1.xtjx { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.xtjx {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.izi3 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.o8zadtj h2.xtjx {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.vek2p0pk h2.xtjx {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.got5q h2.xtjx {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ifz99pd h2.xtjx::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.s6kvb h2.xtjx {
  color: var(--text-primary); font-size: 1.7rem;
}
.uzfi5vx h2.xtjx::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.r4c8txt h2.xtjx {
  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;
}
@media (max-width: 640px) { .t485 { display: none; } }
.xampl { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.rqxr { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.dl1wxttq {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.s3q84 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.rn5b { padding-left: 20px; }
.rn5b li { margin-bottom: 6px; }
.rn5b a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.rn5b a:hover { color: var(--accent-light); }
.genh8 .s3q84 { display: none; }
.gacwo .s3q84 { display: none; }
.gacwo .rn5b { padding-left: 0; list-style: none; }
.gacwo .rn5b li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.gacwo .rn5b a { font-size: 0.92rem; }
.v3ofvn .dl1wxttq { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.v3ofvn .s3q84 { display: none; }
.v3ofvn .rn5b { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.v3ofvn .rn5b li { margin-bottom: 0; }
.v3ofvn .rn5b 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;
}
.v3ofvn .rn5b a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.vj8sog .dl1wxttq { padding: 20px 20px 16px; }
.vj8sog .rn5b {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.vj8sog .rn5b li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.vj8sog .rn5b 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;
}
.vj8sog .rn5b 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;
}
.vj8sog .rn5b a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.vj8sog .rn5b a:focus,
.vj8sog .rn5b a:focus-visible,
.vj8sog .rn5b a:target { outline: none; }
.vj8sog .rn5b li:target a { border-color: var(--border); color: var(--text-muted); }
.onhx0 .dl1wxttq { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.onhx0 .s3q84 { display: none; }
.onhx0 .rn5b { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.onhx0 .rn5b li { margin-bottom: 0; }
.onhx0 .rn5b li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.onhx0 .rn5b li:last-child::after { content: ""; margin-right: 0; }
.onhx0 .rn5b a { font-size: 0.9rem; }
.c99v { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.vmz8 .c99v { background: var(--bg-card); }
.ac4epyw .c99v:nth-child(odd)  { background: var(--bg-card); }
.ac4epyw .c99v:nth-child(even) { background: var(--bg-raised); }
.r0v9z06 .c99v {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.r0v9z06 .c99v:last-child { border-bottom: none; }
.r0v9z06 h3.izi3 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.mmw4ht .c99v {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.mmw4ht .c99v + .c99v { margin-top: 4px; }
.i0m9nwf .c99v { background: none; border-radius: 0; padding: 12px 0; }
.i0m9nwf .c99v + .c99v { border-top: 1px solid var(--border-section); }
.jdgu7 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.gtfr { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.ltchb { color: var(--text-body); margin-bottom: 10px; }
.cp9l7sw, .wlyp583 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.cp9l7sw li, .wlyp583 li { margin-bottom: 6px; }
.wlyp583 li { list-style: decimal; }
.zwlfudi     .cp9l7sw { list-style-type: "● "; }
.kfi649st  .cp9l7sw { list-style-type: "■ "; }
.wmel .cp9l7sw { list-style-type: "◆ "; }
.sxyoci    .cp9l7sw { list-style-type: "★ "; }
.zwlfudi     .nx0g { list-style-type: "● "; }
.kfi649st  .nx0g { list-style-type: "■ "; }
.wmel .nx0g { list-style-type: "◆ "; }
.sxyoci    .nx0g { list-style-type: "★ "; }
.zwlfudi    .cp9l7sw li::marker, .zwlfudi    .nx0g li::marker,
.kfi649st .cp9l7sw li::marker, .kfi649st .nx0g li::marker,
.wmel .cp9l7sw li::marker, .wmel .nx0g li::marker,
.sxyoci   .cp9l7sw li::marker, .sxyoci   .nx0g li::marker {
  color: var(--cta); font-size: 1em;
}
.zwlfudi .wlyp583,
.kfi649st .wlyp583,
.wmel .wlyp583,
.sxyoci .wlyp583 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.zwlfudi .wlyp583 li,
.kfi649st .wlyp583 li,
.wmel .wlyp583 li,
.sxyoci .wlyp583 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.zwlfudi .wlyp583 li::before,
.kfi649st .wlyp583 li::before,
.wmel .wlyp583 li::before,
.sxyoci .wlyp583 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;
}
.zwlfudi     .wlyp583 li::before { border-radius: 50%; }
.kfi649st  .wlyp583 li::before { border-radius: 3px; }
.wmel .wlyp583 li::before { border-radius: 3px; }
.sxyoci    .wlyp583 li::before { border-radius: 50%; }
.edcaaway { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.lytqf .edcaaway,
.q50xr .edcaaway { background: transparent; border: none; border-radius: 0; }
.f7ujym { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.f7ujym th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.f7ujym td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.f7ujym tr:hover td { background: var(--bg-hover); }
.zq4ok .f7ujym tbody tr:nth-child(even) td { background: var(--bg-surface); }
.ick3a .f7ujym { border: 1px solid var(--border-alt); }
.ick3a .f7ujym th,
.ick3a .f7ujym td { border: 1px solid var(--border-alt); }
.ykil .f7ujym th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.ykil .f7ujym td { border-bottom: none; }
.ykil .f7ujym tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.z0eeazjm .f7ujym th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.r1z0m .edcaaway {
  overflow: hidden;
}
.r1z0m .f7ujym th { border-bottom: 1px solid var(--border-alt); }
.r1z0m .f7ujym tr:last-child td { border-bottom: none; }
.dds584 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.m5tsl35 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.nons89 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.qjn2ns { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.m0yo { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.nx0g { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.nx0g 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%}
.o0lmsem .qjn2ns { background: transparent; text-align: center; }
.nl9c1 .nons89 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.chwv5s .nons89 {
  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);
}
.nr4xq0i .m5tsl35 { display: grid; grid-template-columns: auto 1fr; }
.nr4xq0i .nons89 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.nr4xq0i .qjn2ns { grid-column: 2; }
.nr4xq0i .m0yo,
.nr4xq0i .nx0g { grid-column: 1 / -1; }
.oshkb17h .m5tsl35 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.oshkb17h .nons89 {
  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);
}
.oshkb17h .qjn2ns { grid-column: 2; }
.oshkb17h .m0yo,
.oshkb17h .nx0g { grid-column: 1 / -1; }
.kcif .m5tsl35 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.kcif .qjn2ns { background: none; color: var(--accent-light); font-weight: 700; }
.c1pxfsr .m5tsl35 { 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); }
.c1pxfsr .qjn2ns { background: none; color: var(--accent-light); font-weight: 700; }
.e1aehe .m5tsl35 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.e1aehe .m5tsl35:last-child { border-bottom: none; }
.e1aehe .qjn2ns { background: none; color: var(--accent-light); font-weight: 700; }
.ptp55i9 .m5tsl35 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.ptp55i9 .qjn2ns { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.nb27t .dds584 { counter-reset: card-n; }
.nb27t .m5tsl35  { counter-increment: card-n; }
.nb27t .qjn2ns { display: flex; align-items: center; gap: 10px; }
.nb27t .qjn2ns::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;
}
.jopg .m5tsl35 { background: var(--bg-surface); border: 1px solid var(--border); }
.jopg .qjn2ns { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.buoltrik { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.aih2pv7  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.mlr1 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.uy7p { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.pwiwxk { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.buoltrik strong { color: var(--text-primary); font-size: 0.95rem; }
.buoltrik p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.hgd5 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.xycv8x1, .ovx83b { border-radius: 8px; padding: 14px; }
.xycv8x1 { background: var(--bg-pros); }
.ovx83b { background: var(--bg-cons); }
.y2nyexvn { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.xycv8x1 .y2nyexvn { color: var(--c-pros-label); }
.ovx83b .y2nyexvn { color: #f87171; }
.xycv8x1 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ovx83b ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.g00zxm7w { width: 100%; height: auto; border-radius: 10px; display: block; }
.hmy2grp {
  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;
}
.hmy2grp:hover { opacity: 0.85; }
.i0rx .hmy2grp  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.i0rx .hmy2grp:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.opblj4n .hmy2grp  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.opblj4n .hmy2grp:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.lbs53n1 .i9vvk { border-radius: 50px; }
.lbs53n1 .hmy2grp  { border-radius: 50px; }
.uuqz2ve6 .i9vvk { padding-left: 22px; padding-right: 22px; }
.uuqz2ve6 .hmy2grp  { padding-left: 12px; padding-right: 12px; }
.hh4u1 .i9vvk { padding-left: 44px; padding-right: 44px; }
.hh4u1 .hmy2grp  { padding-left: 24px; padding-right: 24px; }
.lq4z .i9vvk { padding-left: 56px; padding-right: 56px; }
.lq4z .hmy2grp  { padding-left: 32px; padding-right: 32px; }
.xadty   .i9vvk::after, .xadty   .hmy2grp::after,
.ncl0nim .i9vvk::after, .ncl0nim .hmy2grp::after,
.i7y8n    .i9vvk::after, .i7y8n    .hmy2grp::after,
.mnm1w56    .i9vvk::after, .mnm1w56    .hmy2grp::after,
.uiq5pccz    .i9vvk::after, .uiq5pccz    .hmy2grp::after,
.m4qbcf     .i9vvk::after, .m4qbcf     .hmy2grp::after,
.ymjey6    .i9vvk::after, .ymjey6    .hmy2grp::after,
.wqdebl   .i9vvk::after, .wqdebl   .hmy2grp::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;
}
.xadty .i9vvk::after, .xadty .hmy2grp::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");
}
.ncl0nim .i9vvk::after, .ncl0nim .hmy2grp::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");
}
.i7y8n .i9vvk::after, .i7y8n .hmy2grp::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");
}
.mnm1w56 .i9vvk::after, .mnm1w56 .hmy2grp::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");
}
.uiq5pccz .i9vvk::after, .uiq5pccz .hmy2grp::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");
}
.m4qbcf .i9vvk::after, .m4qbcf .hmy2grp::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");
}
.ymjey6 .i9vvk::after, .ymjey6 .hmy2grp::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");
}
.wqdebl .i9vvk::after, .wqdebl .hmy2grp::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");
}
.pch2d   .lsmdu::after, .pch2d   .dxc8s::after,
.lg16 .lsmdu::after, .lg16 .dxc8s::after,
.frr9p    .lsmdu::after, .frr9p    .dxc8s::after,
.c7x3    .lsmdu::after, .c7x3    .dxc8s::after,
.jflx83    .lsmdu::after, .jflx83    .dxc8s::after,
.zd01irzb     .lsmdu::after, .zd01irzb     .dxc8s::after,
.e59gr9    .lsmdu::after, .e59gr9    .dxc8s::after,
.c4nj   .lsmdu::after, .c4nj   .dxc8s::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;
}
.pch2d .lsmdu::after, .pch2d .dxc8s::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");
}
.lg16 .lsmdu::after, .lg16 .dxc8s::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");
}
.frr9p .lsmdu::after, .frr9p .dxc8s::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");
}
.c7x3 .lsmdu::after, .c7x3 .dxc8s::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");
}
.jflx83 .lsmdu::after, .jflx83 .dxc8s::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");
}
.zd01irzb .lsmdu::after, .zd01irzb .dxc8s::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");
}
.e59gr9 .lsmdu::after, .e59gr9 .dxc8s::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");
}
.c4nj .lsmdu::after, .c4nj .dxc8s::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");
}
.r11bh .kmg5t   { background: rgba(128,128,128,.12); }
.b3ee4wl.hmy2grp {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .rasvt {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .rasvt::before    { grid-area: rank;   }
  .qz7qzwt           { grid-area: ident;  }
  .x85uw3     { grid-area: rating; min-width: 0; width: auto; }
  .g734m8jx           { grid-area: pills;  }
  .b3ee4wl             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .rasvt {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .rasvt::before    { justify-self: center; }
  .qz7qzwt           { width: 100%; }
  .x85uw3     { justify-self: center; }
  .g734m8jx           { grid-template-columns: 1fr; }
}
.k6gce7m { color: var(--c-stars); font-size: 1.1rem; }
.wyv1, .kdna { list-style: none; font-size: 0.9rem; }
.wyv1 li { color: var(--c-pros); margin-bottom: 4px; }
.kdna li { color: var(--c-cons); margin-bottom: 4px; }
.wyv1 li::before { content: "✓"; margin-right: 5px; }
.kdna li::before { content: "✗"; margin-right: 5px; }
.pbqhh29 .wyv1 li::before { content: "→"; }
.pbqhh29 .kdna li::before { content: "–"; }
.u7036t  .wyv1 li::before { content: "★"; }
.u7036t  .kdna li::before { content: "✕"; }
.vm0rjm    .wyv1 li::before { content: "◆"; }
.vm0rjm    .kdna li::before { content: "▲"; }
.taqb692  .wyv1 li::before { content: "▶"; }
.taqb692  .kdna li::before { content: "■"; }
.fyo7 .uexg { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .t2vdw8lz .wqly {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .t2vdw8lz .wbvvk { margin: 0; }
}
.q50xr {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 12px;
  margin: 28px 0;
  overflow: hidden;
}
.qptmecz2 {
  width: 100px; height: 68px;
  display: flex; align-items: center; justify-content: center;
  background: var(--surface); border-radius: 10px; padding: 8px;
  flex-shrink: 0;
}
.qptmecz2 img { max-width: 100%; max-height: 100%; object-fit: contain; }
.e5e5fi { font-size: 1.15rem; font-weight: 700; color: var(--text); }
.m30m { display: flex; align-items: center; gap: 8px; }
.m30m .k6gce7m { font-size: .95rem; }
.m30m strong { font-size: 1.1rem; color: var(--text); }
.txe68 { border-radius: 8px; overflow: hidden; }
.txe68 img { width: 100%; display: block; border-radius: 8px; }
.d9y2pfmi { text-align: center; flex-shrink: 0; }
.xi1wqyj0 { display: flex; justify-content: space-between; align-items: center; padding: 8px 12px; }
.u4ohsp { font-size: .82rem; color: var(--text-muted); font-weight: 500; opacity: 0.75; }
.ysg8 { font-size: .92rem; font-weight: 800; color: var(--accent); }
.szn87 .ysg8 { font-size: 1.05rem; font-weight: 800; color: var(--accent); }
.q50xr .hgd5 { gap: 10px; }
.q50xr .xycv8x1, .q50xr .ovx83b { padding: 12px; }
.q50xr .xycv8x1 ul, .q50xr .ovx83b ul { margin: 4px 0 0; padding-left: 18px; }
.q50xr .xycv8x1 li, .q50xr .ovx83b li { font-size: .85rem; margin-bottom: 3px; }
.j5nygtlv .txe68 { width: 100%; margin-top: 4px; }
.j5nygtlv .d9y2pfmi { width: 100%; margin-top: auto; }
.plnhmt .vr4r7 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border: 1px solid var(--border-alt); border-radius: 8px; overflow: hidden;
}
.plnhmt .xi1wqyj0 { border-bottom: 1px solid var(--border-alt); }
.plnhmt .xi1wqyj0:nth-child(odd) { border-right: 1px solid var(--border-alt); }
.plnhmt .szn87 { grid-column: 1 / -1; background: var(--accent-bg); border-right: none; }
@media (max-width: 720px) {
  .plnhmt { grid-template-columns: 1fr; }
  .j5nygtlv { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .j5nygtlv .qptmecz2 { width: 72px; height: 50px; }
  .j5nygtlv .txe68 { max-width: 180px; }
  .j5nygtlv .d9y2pfmi { width: auto; }
}
.v0g2n .qptmecz2 { background: rgba(255,255,255,.15); backdrop-filter: blur(8px); border-radius: 10px; }
.v0g2n .e5e5fi { color: #fff; font-size: 1.25rem; }
.v0g2n .m30m strong { color: #fff; }
.v0g2n .m30m .k6gce7m { filter: brightness(1.2); }
.v0g2n .d9y2pfmi { margin-left: auto; white-space: nowrap; }
.jye1d .d9y2pfmi { margin-left: auto; }
.nawfk .vr4r7 {
  display: flex; flex-wrap: wrap; gap: 0;
  border: 1px solid var(--border-alt); border-radius: 8px; overflow: hidden;
}
.nawfk .xi1wqyj0 {
  flex: 1 1 auto; min-width: 120px;
  border-right: 1px solid var(--border-alt); border-bottom: 1px solid var(--border-alt);
}
.nawfk .szn87 { flex-basis: 100%; background: var(--accent-bg); border-right: none; }
@media (max-width: 720px) {
  .v0g2n { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .fvueds3 { padding: 16px; }
  .nawfk .xi1wqyj0 { min-width: 50%; }
}
.c5dlo7 .e5e5fi { font-size: 1.3rem; }
.twjf7a .txe68 { height: 100%; }
.twjf7a .txe68 img { height: 100%; object-fit: cover; }
.mrjs5sv .vr4r7 { display: flex; flex-direction: column; }
.mrjs5sv .xi1wqyj0 { border-bottom: 1px solid var(--border-alt); }
.mrjs5sv .szn87 { background: var(--accent-bg); }
.til80mn .hgd5 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .j4a2 { grid-template-columns: 1fr; }
  .twjf7a { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .mrjs5sv { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .cxfgv { flex-wrap: wrap; padding: 16px; }
}
.iaxig {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  padding: 16px 20px; border-bottom: 1px solid var(--border-alt);
}
.x3niq {
  display: flex; align-items: center; gap: 12px; flex: 1;
}
.x3niq .qptmecz2 { width: 72px; height: 50px; }
.x3niq .e5e5fi { font-size: 1rem; white-space: nowrap; }
.ea4oo { border-bottom: 1px solid var(--border-alt); max-height: 280px; overflow: hidden; }
.ea4oo img { width: 100%; display: block; object-fit: cover; }
.cjx423 {
  display: flex; flex-direction: column; gap: 10px; padding: 14px 16px; overflow: hidden;
}
.vgxn0k .vr4r7 { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.vgxn0k .xi1wqyj0 { padding: 0; flex: 0 0 auto; gap: 6px; }
.vgxn0k .szn87 { display: none; }
.vgxn0k .hgd5 { gap: 8px; }
.vgxn0k .xycv8x1, .vgxn0k .ovx83b { padding: 8px; }
@media (max-width: 480px) {
  .iaxig { flex-direction: column; align-items: stretch; }
}
.scoz1w .qptmecz2 { width: 48px; height: 48px; }
.scoz1w .e5e5fi { font-size: 0.95rem; font-weight: 700; white-space: nowrap; }
.scoz1w .m30m { font-size: 0.8rem; }
.scoz1w .m30m strong { font-size: 0.85rem; }
.wr1wpsal .vr4r7 {
  display: flex; flex-wrap: wrap; gap: 4px 14px;
}
.wr1wpsal .xi1wqyj0 { padding: 0; flex: 0 0 auto; gap: 4px; }
.wr1wpsal .u4ohsp { font-size: 0.7rem; }
.wr1wpsal .ysg8 { font-size: 0.8rem; }
.wr1wpsal .szn87 .ysg8 { font-size: 0.85rem; font-weight: 700; }
.wr1wpsal .d9y2pfmi .hmy2grp { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .wd4ea42 { flex-direction: column; align-items: stretch; gap: 10px; }
  .wr1wpsal .d9y2pfmi { text-align: center; }
}
.bxjqwrbn .vr4r7 { display: flex; flex-direction: column; border: 1px solid var(--border-alt); border-radius: 8px; overflow: hidden; }
.bxjqwrbn .xi1wqyj0 { border-bottom: 1px solid var(--border-alt); }
.bxjqwrbn .xi1wqyj0:last-child { border-bottom: none; }
.bxjqwrbn .szn87 { background: var(--accent-bg); }
@media (max-width: 720px) {
  .bfqv { grid-template-columns: 1fr; }
  .bxjqwrbn { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .jw6qhq { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.eoul .zc6kpx8g { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.sws9rtl3 .k6gce7m { font-size: .75rem; margin-top: 2px; }
.cky5 .txe68 { width: 100%; }
.pc2dvx5d .vr4r7 {
  display: flex; flex-wrap: wrap;
}
.pc2dvx5d .xi1wqyj0 {
  flex: 1 1 auto; min-width: 100px;
  border-right: 1px solid var(--border-alt); border-bottom: 1px solid var(--border-alt);
  flex-direction: column; align-items: center; gap: 2px; padding: 12px 8px; text-align: center;
}
.pc2dvx5d .xi1wqyj0:last-child { border-right: none; }
.pc2dvx5d .u4ohsp { font-size: .7rem; text-transform: uppercase; letter-spacing: .05em; }
.pc2dvx5d .szn87 { background: var(--accent-bg); }
@media (max-width: 720px) {
  .sd7v { grid-template-columns: 1fr; }
  .sws9rtl3 { width: 100px; height: 100px; margin: 16px auto; }
  .eoul { font-size: 1.4rem; }
  .cky5 { justify-content: center; }
  .pc2dvx5d .xi1wqyj0 { min-width: 50%; }
}
.ysbt .vr4r7 {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.ysbt .xi1wqyj0 {
  background: var(--surface); border: 1px solid var(--border-alt);
  border-radius: 20px; padding: 6px 14px; gap: 8px;
}
.ysbt .szn87 {
  background: var(--accent-bg); border-color: var(--accent-pale);
}
.ysbt .hgd5 { margin: 0 24px; padding-top: 16px; }
.l5hfcffs .d9y2pfmi { display: inline-block; }
@media (max-width: 540px) {
  .f2ssjga { flex-wrap: wrap; padding: 14px 16px; }
  .n1wgx { padding: 12px 16px; }
  .ysbt .hgd5 { margin: 0 16px; }
  .ysbt .nepbbme { padding: 0 16px; }
  .l5hfcffs { padding: 12px 16px; }
}
.uavjh065 .gfcde8 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.uavjh065 .rasvt {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.uavjh065 .rasvt:last-child { border-bottom: none; }
.uavjh065 .qz7qzwt,
.uavjh065 .x85uw3,
.uavjh065 .g734m8jx {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.zlv4573 .g734m8jx .ig5de {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.dm3b .nd8tb {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.svo92 .hcizqhx0 .k6gce7m,
.ozllp .hcizqhx0 .k6gce7m,
.k9jf7lm1 .hcizqhx0 .k6gce7m { display: none; }
.svo92 .zc6kpx8g { display: none; }
.ozllp .y0gq5k,
.ozllp .zc6kpx8g { font-size: 1em; }
.k9jf7lm1 .zc6kpx8g { display: none; }
.yjw5uiy { margin: 16px 0; }
.p0lr2y65 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.p0lr2y65 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.p0lr2y65 summary::after { content: "+"; color: var(--accent-light); }
.p0lr2y65[open] summary::after { content: "−"; }
.p0lr2y65 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.we1z8gqy { margin-bottom: 0; }
.d54wyc h2.xtjx { color: var(--text-primary); border-color: var(--accent-light); }
.he86mz5k h2.xtjx { color: var(--text-primary); border-color: var(--accent-light); }
.hrq10xd1 .aih2pv7     { background: #052e16; border-color: #10b981; }
.hrq10xd1 .mlr1 { background: #2d0a1e; border-color: #f43f5e; }
.hrq10xd1 .uy7p    { background: #1e1036; border-color: #a855f7; }
.hrq10xd1 .buoltrik strong  { color: #f1f5f9; }
.hrq10xd1 .buoltrik p       { color: #cbd5e1; }
.hrq10xd1 .x26e    .aih2pv7     .pwiwxk::before,
.hrq10xd1 .f6nnb33k  .aih2pv7     .pwiwxk::before,
.hrq10xd1 .trn2ng6  .aih2pv7     .pwiwxk::before,
.hrq10xd1 .hr91f11 .aih2pv7     .pwiwxk::before { color: #10b981; }
.hrq10xd1 .x26e    .mlr1 .pwiwxk::before,
.hrq10xd1 .f6nnb33k  .mlr1 .pwiwxk::before,
.hrq10xd1 .trn2ng6  .mlr1 .pwiwxk::before,
.hrq10xd1 .hr91f11 .mlr1 .pwiwxk::before { color: #f43f5e; }
.hrq10xd1 .x26e    .uy7p    .pwiwxk::before,
.hrq10xd1 .f6nnb33k  .uy7p    .pwiwxk::before,
.hrq10xd1 .trn2ng6  .uy7p    .pwiwxk::before,
.hrq10xd1 .hr91f11 .uy7p    .pwiwxk::before { color: #a855f7; }
.py6v1i .aih2pv7     { background: #2d2000; border-color: #eab308; }
.py6v1i .mlr1 { background: #2d0b0b; border-color: #ef4444; }
.py6v1i .uy7p    { background: #2d1600; border-color: #f97316; }
.py6v1i .buoltrik strong  { color: #f1f5f9; }
.py6v1i .buoltrik p       { color: #cbd5e1; }
.py6v1i .x26e    .aih2pv7     .pwiwxk::before,
.py6v1i .f6nnb33k  .aih2pv7     .pwiwxk::before,
.py6v1i .trn2ng6  .aih2pv7     .pwiwxk::before,
.py6v1i .hr91f11 .aih2pv7     .pwiwxk::before { color: #eab308; }
.py6v1i .x26e    .mlr1 .pwiwxk::before,
.py6v1i .f6nnb33k  .mlr1 .pwiwxk::before,
.py6v1i .trn2ng6  .mlr1 .pwiwxk::before,
.py6v1i .hr91f11 .mlr1 .pwiwxk::before { color: #ef4444; }
.py6v1i .x26e    .uy7p    .pwiwxk::before,
.py6v1i .f6nnb33k  .uy7p    .pwiwxk::before,
.py6v1i .trn2ng6  .uy7p    .pwiwxk::before,
.py6v1i .hr91f11 .uy7p    .pwiwxk::before { color: #f97316; }
.c4cx2i .aih2pv7     { background: #0c1a2e; border-color: #38bdf8; }
.c4cx2i .mlr1 { background: #12103a; border-color: #818cf8; }
.c4cx2i .uy7p    { background: #0a2020; border-color: #2dd4bf; }
.c4cx2i .buoltrik strong  { color: #f1f5f9; }
.c4cx2i .buoltrik p       { color: #cbd5e1; }
.c4cx2i .x26e    .aih2pv7     .pwiwxk::before,
.c4cx2i .f6nnb33k  .aih2pv7     .pwiwxk::before,
.c4cx2i .trn2ng6  .aih2pv7     .pwiwxk::before,
.c4cx2i .hr91f11 .aih2pv7     .pwiwxk::before { color: #38bdf8; }
.c4cx2i .x26e    .mlr1 .pwiwxk::before,
.c4cx2i .f6nnb33k  .mlr1 .pwiwxk::before,
.c4cx2i .trn2ng6  .mlr1 .pwiwxk::before,
.c4cx2i .hr91f11 .mlr1 .pwiwxk::before { color: #818cf8; }
.c4cx2i .x26e    .uy7p    .pwiwxk::before,
.c4cx2i .f6nnb33k  .uy7p    .pwiwxk::before,
.c4cx2i .trn2ng6  .uy7p    .pwiwxk::before,
.c4cx2i .hr91f11 .uy7p    .pwiwxk::before { color: #2dd4bf; }
.iadl9t .aih2pv7     { background: var(--accent-bg); border-color: var(--accent-light); }
.iadl9t .mlr1 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.iadl9t .uy7p    { background: var(--accent-bg); border-color: var(--accent-pale); }
.iadl9t .x26e    .pwiwxk::before,
.iadl9t .f6nnb33k  .pwiwxk::before,
.iadl9t .trn2ng6  .pwiwxk::before,
.iadl9t .hr91f11 .pwiwxk::before { color: var(--accent-light) !important; }
.fu31m7z::before,
.d1sc65op::before { margin-right: 5px; }
.mlzvmi .xycv8x1 ul li,
.mlzvmi .wyv1 li         { color: #4ade80; }
.mlzvmi .xycv8x1 .fu31m7z { color: #22c55e; }
.mlzvmi .ovx83b ul li,
.mlzvmi .kdna li         { color: #f87171; }
.mlzvmi .ovx83b .d1sc65op { color: #ef4444; }
.er91j8x .xycv8x1 { background: var(--bg-pros); }
.er91j8x .ovx83b { background: var(--bg-cons); }
.er91j8x .xycv8x1 .fu31m7z { color: var(--c-pros-label); }
.er91j8x .ovx83b .d1sc65op { color: var(--c-cons); }
.er91j8x .xycv8x1 ul li,
.er91j8x .wyv1 li            { color: var(--c-pros); }
.er91j8x .ovx83b ul li,
.er91j8x .kdna li            { color: var(--c-cons); }
.t4d4 .xycv8x1 { background: var(--bg-pros); }
.t4d4 .ovx83b { background: var(--bg-cons); }
.t4d4 .xycv8x1 .fu31m7z { color: var(--c-pros-label); }
.t4d4 .ovx83b .d1sc65op { color: var(--c-cons); }
.t4d4 .xycv8x1 ul li,
.t4d4 .wyv1 li          { color: var(--c-pros); }
.t4d4 .ovx83b ul li,
.t4d4 .kdna li          { color: var(--c-cons); }
.hl5xg29q .fu31m7z::before { content: "✓ "; }
.hl5xg29q .d1sc65op::before { content: "✗ "; }
.pbqhh29 .fu31m7z::before { content: "→ "; }
.pbqhh29 .d1sc65op::before { content: "← "; }
.u7036t .fu31m7z::before { content: "★ "; }
.u7036t .d1sc65op::before { content: "✕ "; }
.vm0rjm .fu31m7z::before { content: "◆ "; }
.vm0rjm .d1sc65op::before { content: "▲ "; }
.yzrv83 .buoltrik { background: transparent; border-left: none; border: 1.5px solid; }
.yzrv83 .aih2pv7     { border-color: var(--c-tip-border); }
.yzrv83 .mlr1 { border-color: var(--c-warn-border); }
.yzrv83 .uy7p    { border-color: #60a5fa; }
.yzrv83 .buoltrik strong { color: var(--text-primary); }
.yzrv83 .buoltrik p      { color: var(--text-muted); }
.fyo7 .buoltrik { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.fyo7 .aih2pv7     { border-top-color: var(--c-tip-border); }
.fyo7 .mlr1 { border-top-color: var(--c-warn-border); }
.fyo7 .uy7p    { border-top-color: #60a5fa; }
.urgvr7y .buoltrik { border-left: none; border-radius: 8px; }
.urgvr7y .aih2pv7     { background: #065f46; }
.urgvr7y .mlr1 { background: #92400e; }
.urgvr7y .uy7p    { background: #1e3a8a; }
.urgvr7y .buoltrik strong,
.urgvr7y .buoltrik p { color: #fff; }
.urgvr7y .pwiwxk::before { color: rgba(255,255,255,0.85) !important; }
.hrq10xd1.urgvr7y .aih2pv7,
.hrq10xd1 .urgvr7y .aih2pv7     { background: #052e16; }
.hrq10xd1.urgvr7y .mlr1,
.hrq10xd1 .urgvr7y .mlr1 { background: #2d0a1e; }
.hrq10xd1.urgvr7y .uy7p,
.hrq10xd1 .urgvr7y .uy7p    { background: #1e1036; }
.py6v1i.urgvr7y .aih2pv7,
.py6v1i .urgvr7y .aih2pv7      { background: #2d2000; }
.py6v1i.urgvr7y .mlr1,
.py6v1i .urgvr7y .mlr1  { background: #2d0b0b; }
.py6v1i.urgvr7y .uy7p,
.py6v1i .urgvr7y .uy7p     { background: #2d1600; }
.c4cx2i.urgvr7y .aih2pv7,
.c4cx2i .urgvr7y .aih2pv7      { background: #0c1a2e; }
.c4cx2i.urgvr7y .mlr1,
.c4cx2i .urgvr7y .mlr1  { background: #12103a; }
.c4cx2i.urgvr7y .uy7p,
.c4cx2i .urgvr7y .uy7p     { background: #0a2020; }
.uilny4 .buoltrik { border-left: none; border-radius: 6px; padding: 10px 14px; }
.uilny4 .aih2pv7     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.uilny4 .mlr1 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.uilny4 .uy7p    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.uilny4 .buoltrik strong { color: var(--text-primary); }
.uilny4 .buoltrik p      { color: var(--text-muted); }
.u0ju9 .buoltrik { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.x26e .pwiwxk,
.f6nnb33k .pwiwxk,
.trn2ng6 .pwiwxk,
.hr91f11 .pwiwxk { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.x26e .pwiwxk::before,
.f6nnb33k .pwiwxk::before,
.trn2ng6 .pwiwxk::before,
.hr91f11 .pwiwxk::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.x26e .aih2pv7     .pwiwxk::before { content: "✦"; color: var(--c-tip-border); }
.x26e .mlr1 .pwiwxk::before { content: "▲"; color: var(--c-warn-border); }
.x26e .uy7p    .pwiwxk::before { content: "◉"; color: #60a5fa; }
.f6nnb33k .aih2pv7     .pwiwxk::before { content: "★"; color: var(--c-tip-border); }
.f6nnb33k .mlr1 .pwiwxk::before { content: "◆"; color: var(--c-warn-border); }
.f6nnb33k .uy7p    .pwiwxk::before { content: "●"; color: #60a5fa; }
.trn2ng6 .aih2pv7     .pwiwxk::before { content: "▶"; color: var(--c-tip-border); }
.trn2ng6 .mlr1 .pwiwxk::before { content: "■"; color: var(--c-warn-border); }
.trn2ng6 .uy7p    .pwiwxk::before { content: "▸"; color: #60a5fa; }
.hr91f11 .aih2pv7     .pwiwxk::before { content: "→"; color: var(--c-tip-border); }
.hr91f11 .mlr1 .pwiwxk::before { content: "⬥"; color: var(--c-warn-border); }
.hr91f11 .uy7p    .pwiwxk::before { content: "◈"; color: #60a5fa; }
.v7vj .vmz8 .c99v,
.v7vj .ac4epyw .c99v  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.v7vj .m5tsl35                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.v7vj .edcaaway          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.v7vj .dl1wxttq                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.v83v6 .vmz8 .c99v,
.v83v6 .ac4epyw .c99v,
.v83v6 .m5tsl35,
.v83v6 .rasvt,
.v83v6 .wbvvk,
.v83v6 .edcaaway,
.v83v6 .dl1wxttq,
.v83v6 .u0ju9 .buoltrik { box-shadow: none; }
.v645veje   .ltchb, .v645veje .jdgu7, .v645veje .gtfr,
.v645veje   .xampl, .v645veje .rqxr { font-size: 0.9rem; }
.v645veje   .cp9l7sw, .v645veje .wlyp583 { font-size: 0.9rem; }
.klcncwa   .ltchb, .klcncwa .jdgu7, .klcncwa .gtfr,
.klcncwa   .xampl, .klcncwa .rqxr { font-size: 0.95rem; }
.klcncwa   .cp9l7sw, .klcncwa .wlyp583 { font-size: 0.95rem; }
.r32h3p   .ltchb, .r32h3p .jdgu7, .r32h3p .gtfr,
.r32h3p   .xampl, .r32h3p .rqxr { font-size: 1.08rem; }
.r32h3p   .cp9l7sw, .r32h3p .wlyp583 { font-size: 1.05rem; }
.r32h3p   .f7ujym { font-size: 0.97rem; }
.e8qefg4 .g1yb5q8a      { font-size: 3.2rem; }
.e8qefg4 h2.xtjx { font-size: 1.9rem; }
.e8qefg4 h3.izi3     { font-size: 1.4rem; }
.ugzh0rq .g1yb5q8a      { font-size: 3.8rem; }
.ugzh0rq h2.xtjx { font-size: 2.2rem; }
.ugzh0rq h3.izi3     { font-size: 1.6rem; }
.we1z8gqy + .we1z8gqy { position: relative; }
.wcbea   .we1z8gqy + .we1z8gqy::before,
.l3rka  .we1z8gqy + .we1z8gqy::before,
.h8dtl   .we1z8gqy + .we1z8gqy::before,
.jcx8s   .we1z8gqy + .we1z8gqy::before,
.ypl1   .we1z8gqy + .we1z8gqy::before,
.ca5pvs .we1z8gqy + .we1z8gqy::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.wcbea .we1z8gqy + .we1z8gqy::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.l3rka .we1z8gqy + .we1z8gqy::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.h8dtl .we1z8gqy + .we1z8gqy::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;
}
.jcx8s .we1z8gqy + .we1z8gqy::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.n7zsg4fu .we1z8gqy { margin-bottom: 16px; }
.n7zsg4fu .we1z8gqy + .we1z8gqy { margin-top: 0; }
.n7zsg4fu .viziy6k { padding-top: 0; padding-bottom: 0; }
.ypl1 .we1z8gqy + .we1z8gqy::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.ca5pvs .we1z8gqy + .we1z8gqy::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.xwv0 .we1z8gqy + .we1z8gqy::before,
.uz9afcsd .we1z8gqy + .we1z8gqy::before,
.llnrzym .we1z8gqy + .we1z8gqy::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%;
}
.ngjly3el .xwv0 .we1z8gqy:nth-child(even)::before,
.ngjly3el .uz9afcsd .we1z8gqy:nth-child(even)::before,
.ngjly3el .llnrzym .we1z8gqy:nth-child(even)::before { background: var(--bg-surface); }
.qw0vukc .xwv0 .we1z8gqy:nth-child(even)::before,
.qw0vukc .uz9afcsd .we1z8gqy:nth-child(even)::before,
.qw0vukc .llnrzym .we1z8gqy:nth-child(even)::before { background: var(--bg-card); }
.xwv0 .we1z8gqy + .we1z8gqy::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");
}
.uz9afcsd .we1z8gqy + .we1z8gqy::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");
}
.llnrzym .we1z8gqy + .we1z8gqy::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");
}
.fwu151r .ix2u,
.kl910amq .ix2u,
.q1yf4qx .ix2u { overflow: hidden; }
.fwu151r .djdds0w,
.kl910amq .djdds0w { margin-bottom: 60px; }
.q1yf4qx .djdds0w { margin-bottom: 70px; }
.fwu151r .ix2u::before,
.kl910amq .ix2u::before,
.q1yf4qx .ix2u::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.fwu151r .ix2u::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");
}
.kl910amq .ix2u::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");
}
.q1yf4qx .ix2u::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.lqqdx .ix2u:not(.xx0qu9o) .pb03jd6 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.v0b1 .ix2u:not(.xx0qu9o) .pb03jd6 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.jfo5vsbg  .ix2u:not(.xx0qu9o) .pb03jd6 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.u9a0ei  .ix2u:not(.xx0qu9o) .pb03jd6 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.lqqdx .xx0qu9o { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.lqqdx .kk6aws { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.lqqdx .xk1wx6wc { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.jf1x71 .xx0qu9o .pb03jd6 { background: none; }
.jf1x71 .ix2u:not(.xx0qu9o) .pb03jd6 { background: rgba(0,0,0,0.6); }
.frk2qrj .gz5v { float: left; width: 38%; margin: 0 28px 16px 0; }
.frk2qrj .gz5v .g00zxm7w { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.frk2qrj .viziy6k::after { content: ''; display: block; clear: both; }
.mrkpaoh .gz5v { float: right; width: 38%; margin: 0 0 16px 28px; }
.mrkpaoh .gz5v .g00zxm7w { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.mrkpaoh .viziy6k::after { content: ''; display: block; clear: both; }
.v5p3vkrm .we1z8gqy:nth-child(odd)  .gz5v { float: left;  width: 38%; margin: 0 28px 16px 0; }
.v5p3vkrm .we1z8gqy:nth-child(even) .gz5v { float: right; width: 38%; margin: 0 0 16px 28px; }
.v5p3vkrm .gz5v .g00zxm7w { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.v5p3vkrm .viziy6k::after { content: ''; display: block; clear: both; }
.frk2qrj .dds584,
.mrkpaoh .dds584,
.v5p3vkrm .dds584,
@media (max-width: 900px) {
  .frk2qrj .gz5v,
  .mrkpaoh .gz5v,
  .v5p3vkrm .we1z8gqy:nth-child(odd)  .gz5v,
  .v5p3vkrm .we1z8gqy:nth-child(even) .gz5v {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .frk2qrj .gz5v .g00zxm7w,
  .mrkpaoh .gz5v .g00zxm7w,
  .v5p3vkrm .gz5v .g00zxm7w {
    max-height: none !important;
  }
}
.frk2qrj .cp9l7sw,
.frk2qrj .wlyp583,
.mrkpaoh .cp9l7sw,
.mrkpaoh .wlyp583,
.v5p3vkrm .cp9l7sw,
.v5p3vkrm .wlyp583 { overflow: hidden; }
@media (max-width: 640px) {
  .frk2qrj .gz5v,
  .mrkpaoh .gz5v,
  .v5p3vkrm .gz5v { float: none; width: 100%; margin: 0 0 16px 0; }
}
.aw1otg .weuj,
.aw1otg .viziy6k,
.aw1otg .q41qkdn  { max-width: 1100px; }
.o8hs9m8 .weuj,
.o8hs9m8 .viziy6k,
.o8hs9m8 .q41qkdn  { max-width: 1200px; }
.dxpx .weuj,
.dxpx .viziy6k,
.dxpx .q41qkdn  { max-width: 1320px; }
.dxpx { --content-mw: 1320px; }
.zd3f2m { font-size: 0.82rem; color: var(--text-muted); }
.iffqo { display: flex; align-items: center; }
.oa6301u {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.r8q6o7f { display: flex; align-items: center; }
.y3ii1kdf { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.y3ii1kdf:hover { text-decoration: underline; }
.l3ax { margin: 0 3px; opacity: 0.45; }
.l3ax::before { content: '/'; }
.hp54yfw { padding: 2px 5px; color: var(--text-main); }
.acwmm .zd3f2m {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.acwmm .iffqo { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.jvffi6j .zd3f2m {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.jvffi6j .iffqo { padding: 0 0 0 12px; }
.nl19qc {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.gwv9xh0 .iffqo { padding: 0 16px; }
.gwv9xh0 .zd3f2m {
  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);
}
.gwv9xh0 .weuj { padding-top: 28px; }
@media (max-width: 720px) {
  .nl19qc { margin-top: 18px; padding: 0 16px; }
  .gwv9xh0 .weuj { padding-top: 16px; }
}
.aw1otg.acwmm .iffqo { max-width: 1100px; }
.o8hs9m8.acwmm .iffqo { max-width: 1200px; }
.dxpx.acwmm .iffqo { max-width: 1320px; }
.aw1otg .nl19qc { max-width: 1100px; }
.o8hs9m8 .nl19qc { max-width: 1200px; }
.dxpx .nl19qc { max-width: 1320px; }
.t66vo .we1z8gqy { padding-top: 16px; padding-bottom: 16px; }
.rtxbu .we1z8gqy { padding-top: 24px; padding-bottom: 24px; }
.oee7 .we1z8gqy { padding-top: 40px; padding-bottom: 40px; }
.yarlx .we1z8gqy { padding-top: 52px; padding-bottom: 52px; }
.dp49ca .we1z8gqy:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.dp49ca .we1z8gqy:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.dp49ca .we1z8gqy:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.dp49ca .we1z8gqy:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.oq8rvg1 .viziy6k { padding-top: 10px;  padding-bottom: 10px; }
.udpef .viziy6k { padding-top: 18px;  padding-bottom: 18px; }
.f9sh5 .viziy6k { padding-top: 36px;  padding-bottom: 36px; }
.o1foaa .viziy6k { padding-top: 48px;  padding-bottom: 48px; }
.r45x h2.xtjx { font-weight: 600; }
.r45x h3.izi3     { font-weight: 600; }
.ryuzz3r { font-weight: 500; }
.ryuzz3r h2.xtjx { font-weight: 800; }
.ryuzz3r h3.izi3     { font-weight: 700; }
.caf3f7jc h2.xtjx { font-weight: 900; }
.caf3f7jc h3.izi3     { font-weight: 800; }
.caf3f7jc .buoltrik strong,
.caf3f7jc .buoltrik strong { font-weight: 600; }
.lsmdu {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.watjwa2y .lsmdu { display: none; }
@media (max-width: 640px) {
  .k8mwd { display: none; }
  .i9xxupt { flex-wrap: nowrap; }
  .qvpl { flex-shrink: 0; order: 1; }
  .lsmdu {
    position: static !important;
    order: 2;
    margin-left: auto !important;
    margin-right: 8px;
    padding: 8px 14px !important;
    font-size: 0.8rem !important;
    max-width: 45vw;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
  .ezci { order: 3; flex-shrink: 0; }
}
.lsmdu { background: var(--cta) !important; color: #fff !important; border: none !important; }
.lsmdu:hover { opacity: 0.85; }
.tye5t80 .lsmdu { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.caq2 .lsmdu,
.a7cm173  .lsmdu { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.caq2 .lsmdu:hover,
.a7cm173  .lsmdu:hover { opacity: 0.88; }
.tye5t80.caq2 .lsmdu,
.tye5t80.a7cm173  .lsmdu { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.dxc8s {
  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;
}
.dxc8s:hover { transform: translateY(-2px); opacity: 0.92; }
.dxc8s { background: var(--cta) !important; color: #fff !important; border: none !important; }
.u0pmn .dxc8s { display: none; }
.fl1fz9 .dxc8s { right: 32px; }
.wxbnt8j  .dxc8s { left: 32px; }
@media (max-width: 480px) {
  .fl1fz9 .dxc8s { right: 20px; bottom: 20px; }
  .wxbnt8j  .dxc8s { left: 20px; bottom: 20px; }
}
.chuf { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.q41qkdn { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.s2bcm721 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ozvqs7oq { color: var(--text-dim); font-size: 0.8rem; }
.jl80uscw { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.jl80uscw img { height: 26px; width: auto; object-fit: contain; }
.v22aqee .q41qkdn { text-align: center; }
.v22aqee .s2bcm721 { margin-top: 0; }
@media (max-width: 640px) {
  .q41qkdn { padding-left: 16px; padding-right: 16px; }
  .ty1kj2ic .q41qkdn { padding: 20px 16px; }
  .kawojog3 { gap: 4px 12px; }
  .s2bcm721 { font-size: 0.78rem; }
}
.bk1n5 .qeqdt .jl80uscw { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.bk1n5 .s2bcm721 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.bk1n5 .ozvqs7oq { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .bk1n5 .qcmty6 { grid-template-columns: 1fr 1fr; } .bk1n5 .qeqdt { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bk1n5 .qcmty6 { grid-template-columns: 1fr; } }
.xsfj5 .hq6hai5 { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.xsfj5 .jl80uscw { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.xsfj5 .e26ccn { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.xsfj5 .e26ccn a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.xsfj5 .e26ccn a:hover { color: var(--accent-light); }
.xy4qsx { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.xsfj5 .dnxr25d4 { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.xsfj5 .bwbw { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.xsfj5 .bwbw a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.xsfj5 .bwbw a:hover { color: var(--accent-light); }
.xsfj5 .s2bcm721 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .xsfj5 .hq6hai5 { gap: 12px; } .xsfj5 .jl80uscw { margin-right: 0; width: 100%; } }
.gxnj .y92ltb .jl80uscw { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.gxnj .s2bcm721 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.gxnj .ozvqs7oq { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .gxnj .zkgtb3 { grid-template-columns: 1fr 1fr; } .gxnj .y92ltb { grid-column: 1 / -1; } }
@media (max-width: 480px) { .gxnj .zkgtb3 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .mubu .pn5y { grid-template-columns: 1fr 1fr; } .mubu .n7qn:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mubu .pn5y { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .di44 .pn5y { grid-template-columns: 1fr; } }
.i3u3ocfw .q41qkdn { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.zh3kk .e7k99gl1      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.zh3kk .chuf { background: var(--bg-page); border-top-color: var(--border-alt); }
.pa0c .e7k99gl1      { background: #0d1117; border-bottom-color: #21262d; }
.pa0c .qvpl { color: var(--accent-light); }
.pa0c .sj77 { --msep-color: #8b949e; }
.pa0c .sj77 a { color: #8b949e; }
.pa0c .sj77 a:hover { color: var(--accent-light); }
.pa0c .ezci { color: #8b949e; }
.pa0c .chuf { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.pa0c .s2bcm721,
.pa0c .ozvqs7oq { color: #6e7681; }
.pa0c .kt0koj4 a, .pa0c .e26ccn a,
.pa0c .bwbw a { color: #8b949e; }
.pa0c .jl80uscw { color: #e6edf3; }
.pa0c .kt0koj4 a:hover, .pa0c .e26ccn a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .pa0c .sj77 { background: #0d1117; border-top-color: #21262d; }
  .pa0c .sj77 li a { border-bottom-color: #21262d; }
}
.d71eu9 .e7k99gl1      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.d71eu9 .qvpl { color: var(--accent-light); }
.d71eu9 .sj77 { --msep-color: #475569; }
.d71eu9 .sj77 a { color: #475569; }
.d71eu9 .sj77 a:hover { color: var(--accent-light); }
.d71eu9 .ezci { color: #64748b; }
.d71eu9 .chuf { background: #f0f4f8; border-top-color: #cbd5e1; }
.d71eu9 .s2bcm721,
.d71eu9 .ozvqs7oq { color: #64748b; }
.d71eu9 .kt0koj4 a, .d71eu9 .e26ccn a,
.d71eu9 .bwbw a, .d71eu9 .jl80uscw { color: #374151; }
.d71eu9 .kt0koj4 a:hover, .d71eu9 .e26ccn a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .d71eu9 .sj77 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .d71eu9 .sj77 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.caq2 .e7k99gl1      { background: var(--accent); border-bottom-color: var(--accent-light); }
.caq2 .qvpl { color: #fff; }
.caq2 .sj77 { --msep-color: rgba(255,255,255,0.82); }
.caq2 .sj77 a { color: rgba(255,255,255,0.82); }
.caq2 .sj77 a:hover { color: #fff; }
.caq2 .ezci { color: rgba(255,255,255,0.9); }
.caq2 .xukyhxx a { color: var(--text-primary) !important; }
.caq2 .xukyhxx a:hover { color: var(--accent-light) !important; }
.caq2 .chuf { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.caq2 .s2bcm721,
.caq2 .ozvqs7oq { color: rgba(255,255,255,0.72); }
.caq2 .kt0koj4 a, .caq2 .e26ccn a,
.caq2 .bwbw a, .caq2 .jl80uscw { color: #fff; }
.caq2 .kt0koj4 a:hover, .caq2 .e26ccn a:hover { color: #fff; }
@media (max-width: 640px) {
  .caq2 .sj77 { background: var(--accent); border-top-color: var(--accent-light); }
  .caq2 .sj77 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.a7cm173 .e7k99gl1 {
  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);
}
.a7cm173 .chuf {
  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) {
  .a7cm173 .sj77 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.i22yobpn .i9xxupt { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.vhtp6s .i9xxupt { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ayypy .i9xxupt { min-height: 72px; height: auto; }
.es6iuoa .i9xxupt { min-height: 84px; height: auto; }
.ty1kj2ic .i9xxupt { max-width: none; padding: 0 32px; }
.ty1kj2ic .q41qkdn  { max-width: none; padding: 24px 32px; }
.l6nq5t.o8hs9m8 .i9xxupt { max-width: 1200px; }
.l6nq5t.dxpx .i9xxupt { max-width: 1320px; }
.mrv59my   .qvpl, .mrv59my   .jl80uscw { text-transform: capitalize; }
.p10szxat .qvpl, .p10szxat .jl80uscw { text-transform: lowercase; }
.uyaeo .qvpl, .uyaeo .jl80uscw { text-transform: uppercase; letter-spacing: 0.06em; }
.e9u113s, .ity2ig {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.mhgnv .e9u113s,
.mhgnv .ity2ig { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.fyeb .e9u113s,
.fyeb .ity2ig { 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; }
.haze2i .e9u113s,
.haze2i .ity2ig { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.swk7 .e9u113s,
.swk7 .ity2ig { 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; }
.abgpej   .sj77 a { font-weight: 500; }
.i8qy .sj77 a { font-weight: 600; }
.emt4     .sj77 a { font-weight: 700; }
.oc50    .sj77 a { font-weight: 800; letter-spacing: 0.01em; }
.b0quu     .sj77 > li + li::before,
.b24ypo    .sj77 > li + li::before,
.dt05q0id    .sj77 > li + li::before,
.rcy7 .sj77 > li + li::before,
.wt180co .sj77 > li + li::before,
.yuw4xr7  .sj77 > li + li::before,
.y9wf4yj    .sj77 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.b0quu     .sj77 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.b24ypo    .sj77 > li + li::before { content: "|"; }
.dt05q0id    .sj77 > li + li::before { content: "—"; }
.rcy7 .sj77 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.wt180co .sj77 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.yuw4xr7  .sj77 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.y9wf4yj    .sj77 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .pnaea8x .ezci,
  .hnncv90y .ezci,
  .n16t .ezci,
  .n2897 .ezci,
  .i3dc .ezci {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .pnaea8x .ezci::before,
  .hnncv90y .ezci::before,
  .n16t .ezci::before,
  .n2897 .ezci::before,
  .i3dc .ezci::before { content: ""; display: block; flex-shrink: 0; }

  
  .pnaea8x .ezci::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;
  }

  
  .hnncv90y .ezci::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;
  }

  
  .n16t .ezci::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;
  }

  
  .n2897 .ezci::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;
  }

  
  .i3dc .ezci::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) {
  .dvfa5mdo .ezci {
    padding: 5px 14px;
  }
  .dvfa5mdo .sj77 {
    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;
  }
  .dvfa5mdo .sj77 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .dvfa5mdo .sj77 li a:hover { background: var(--bg-raised); }
  .dvfa5mdo .oyc1nokr,
  .cdw3ck .oyc1nokr,
  .eijf3o .oyc1nokr { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .rsvkyxjo .ezci {
    padding: 5px 10px;
  }
  .rsvkyxjo .sj77 {
    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);
  }
  .rsvkyxjo .sj77.r0nid6l { transform: translateX(0); }
  .rsvkyxjo .sj77 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .rsvkyxjo .sj77 li:last-child a { border-bottom: none; }
  .caq2 .sj77,
  .pa0c .sj77 { background: var(--accent) !important; }
  .caq2 .sj77 li a,
  .pa0c .sj77 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .eijf3o .ezci {
    padding: 5px 10px;
  }
  .eijf3o .sj77 {
    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);
  }
  .eijf3o .sj77::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .eijf3o .sj77.r0nid6l { transform: translateY(0); }
  .eijf3o .sj77 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .oee0 .ezci {
    padding: 5px 10px;
  }
  .oee0 .sj77 {
    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;
  }
  .oee0 .sj77.r0nid6l { opacity: 1; pointer-events: auto; }
  .oee0 .sj77 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .jlwh     .ezci { border-radius: 0 !important; }
  .bmlytiy0   .ezci { border-radius: 8px !important; }
  .uwugr .ezci { border-radius: 50% !important; }
  .qjvbnoh   .ezci { border-radius: 999px !important; }
}
.rvnd {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.kayg { display: flex; align-items: center; gap: 12px; }
.d6h00mji {
  width: 56px; height: 56px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0; background: var(--bg-card-inner);
}
.avbx2kv {
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; font-weight: 700; color: var(--accent-light);
}
.d1aknr5 { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.ydbd23 { font-weight: 700; color: var(--text-primary); font-size: 0.98rem; }
.p7r1x { color: var(--cta); font-size: 0.95rem; letter-spacing: 1px; }
.p7r1x .fivvuf { color: var(--text-faint); }
.tmw8zvw { color: var(--text-body); font-size: 0.94rem; line-height: 1.5; margin: 0; }
.i7zt1 {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 20px;
}
.i7zt1 .rvnd { flex-direction: row; align-items: flex-start; gap: 16px; }
.i7zt1 .kayg { flex: 0 0 auto; flex-direction: column; align-items: center; min-width: 90px; }
.i7zt1 .d6h00mji { width: 64px; height: 64px; }
.i7zt1 .d1aknr5 { align-items: center; text-align: center; }
.i7zt1 .tmw8zvw { flex: 1 1 auto; }
.n3o9l0u .rvnd {
  padding: 14px 16px;
  gap: 8px;
  border: none;
  border-left: 3px solid var(--cta);
  border-radius: 0 8px 8px 0;
  background: var(--bg-card-inner);
}
.n3o9l0u .d6h00mji { width: 40px; height: 40px; }
.n3o9l0u .tmw8zvw { font-size: 0.88rem; }
@media (max-width: 640px) {
  .i7zt1 .rvnd { flex-direction: column; align-items: stretch; }
  .i7zt1 .kayg { flex-direction: row; min-width: auto; }
  .i7zt1 .d1aknr5 { align-items: flex-start; text-align: left; }
}
.gzhq,
.gzhq.we1z8gqy,
.ngjly3el .gzhq,
.q8cb .gzhq,
.qw0vukc .gzhq,
.sous6 .gzhq {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.hfwbt {
  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;
}
.bydbmq { flex: 1 1 280px; min-width: 0; }
.s7noab {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.z4xqeyj {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.e79od {
  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;
}
.e79od:hover { transform: translateY(-1px); opacity: 0.95; }
.ka536m .hfwbt {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.ka536m .s7noab { color: var(--cta); }
.ka536m .z4xqeyj { color: var(--text-body); }
.ka536m .e79od {
  background: var(--cta) !important;
  color: #fff !important;
}
.k3px2 .hfwbt {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.k3px2 .s7noab { color: var(--text-primary); }
.k3px2 .z4xqeyj { color: var(--text-body); }
.k3px2 .e79od {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .hfwbt {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .bydbmq { flex: 0 0 auto; }
  .s7noab { font-size: 1.2rem; }
  .e79od { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.uc4qz .i46l { height: 36px; }
.bd5xl5 .i46l { height: 60px; max-width: 200px; }
.horwxr .i46l { height: 56px; max-width: 180px; }
.ly5i    .nd8tb, .ly5i    .k6gce7m { color: #f59e0b; }
.pb7nmyd      .k6gce7m   { font-size: 1.35rem; }
.tgt8sun    .nd8tb, .tgt8sun    .k6gce7m { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.uvlp1o     .nd8tb, .uvlp1o     .k6gce7m { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.us0kuu .nd8tb, .us0kuu .k6gce7m { color: var(--cta); letter-spacing: 2px; }
.pzkvbj   .nd8tb, .pzkvbj   .k6gce7m { color: #e91e63; letter-spacing: 2px; }
.u1pry1h8  .nd8tb, .u1pry1h8  .k6gce7m { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.ho5quj     .nd8tb, .ho5quj     .k6gce7m { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.zlv4573 .ig5de {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .uppn7 .gfcde8 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .uppn7 .rasvt {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .uppn7 .rasvt { padding: 40px 16px 20px; }
  .uppn7 .ig5de {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .uppn7 .b3ee4wl { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .jysaruq .rasvt {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .jysaruq .rasvt::before {
    position: absolute; top: 14px; left: 14px;
  }
  .jysaruq .qz7qzwt {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .jysaruq .wdjw2ew { white-space: normal; text-align: center; font-size: 1.2rem; }
  .jysaruq .ig5de {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .jysaruq .b3ee4wl { width: 100%; min-width: 0; }
  .jysaruq .nd8tb { min-width: 0; }
}
.jyhxa .p0lr2y65 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.jyhxa .p0lr2y65 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.jyhxa .p0lr2y65 p { padding: 0 2px 16px; }
.a3xiz .p0lr2y65 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.a3xiz .p0lr2y65 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.a3xiz .p0lr2y65 summary::after { content: "›"; font-size: 1.2em; }
.a3xiz .p0lr2y65[open] summary::after { content: "‹"; }
.a3xiz .p0lr2y65 p { padding: 10px 22px 4px; }
.e8cvlqi .p0lr2y65 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.e8cvlqi .p0lr2y65 summary { color: var(--text-primary); padding-left: 16px; }
.e8cvlqi .p0lr2y65 summary::after { content: "›"; font-size: 1.1em; }
.e8cvlqi .p0lr2y65[open] summary::after { content: "‹"; }
.e8cvlqi .p0lr2y65 p { padding-left: 16px; }
.wvgaf .yjw5uiy { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.wvgaf .p0lr2y65 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.wvgaf .p0lr2y65:last-child { border-bottom: none; }
.wvgaf .p0lr2y65 summary { color: var(--text-primary); border-radius: 0; }
.wvgaf .p0lr2y65 summary::after { content: "›"; font-size: 1.1em; }
.wvgaf .p0lr2y65[open] summary::after { content: "‹"; }
.m14nq .p0lr2y65 { overflow: hidden; }
.m14nq .p0lr2y65 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.m14nq .p0lr2y65 summary::after { color: rgba(255,255,255,.75); }
.m14nq .p0lr2y65[open] summary { border-radius: 0; }
.qy9ixcms { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.qwxlmka {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.hdv9 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.o5k4c { color: var(--text-muted); font-size: 1.05rem; }
.kl8y4 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.a5bwv41 { margin-bottom: 20px; }
.qdlu {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.rc7z {
  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;
}
.rc7z:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.yjvn6aho { resize: vertical; min-height: 130px; }
.xv0oaja8 { width: 100%; margin-top: 8px; }
.yna622qz {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.d4nh {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.yu76 { color: var(--text-muted); line-height: 1.75; }
.qvqa { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.qvqa li { margin-bottom: 6px; }
.qi6fv { max-width: 760px; margin: 0 auto; }
.b3bipba5 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.m7nwjs { max-width: 760px; margin: 0 auto; }
.tzk2lz ul.qvqa { margin: 0; }
@media (max-width: 640px) { .evz16t { grid-template-columns: 1fr; gap: 10px; } }
.g30b6m { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.l5ef { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.wvf57o { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.l5ef p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.l5ef .qvqa { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .g30b6m { grid-template-columns: 1fr; } }
.scaishvs ul.qvqa { margin: 0; }
.ljwrq .qvqa,
.piav6 .qvqa,
.bmfhi .qvqa,
.jce699t .qvqa {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .wtn9l3 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .xc045f { grid-template-columns: 1fr; } .io4nqh5o { position: static; text-align: center; } }
@media (max-width: 860px) { .jga24nas { grid-template-columns: 1fr; } }
.jce699t .qvqa { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .v5n1 { flex-direction: column; text-align: center; } .ywbx { grid-template-columns: 1fr; } }
.afic { max-width: 760px; margin: 0 auto; }
.lcj79 { position: relative; padding-left: 28px; }
.lcj79::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.nqm664w { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.nqm664w:last-child { padding-bottom: 0; }
.af7la1x { 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; }
.lx4y h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.lx4y p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.kzsrrj1w .hdv9 { color: var(--accent-light); }
.m1dcs .hdv9 { font-size: 2rem; }
.m1dcs .o5k4c { max-width: 680px; }
.vkjky4l .hdv9 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.vkjky4l .o5k4c  { margin: 0; }
@media (max-width: 640px) { .vkjky4l { flex-direction: column; } }
.xyo7f0n .hdv9 { color: var(--accent-light); }
.z732 .hdv9 { color: #fff; }
.z732 .o5k4c  { color: rgba(255,255,255,0.85); }
.vlox { max-width: 680px; margin: 0 auto; }
.twot {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .twot { grid-template-columns: 1fr; } }
.kvxu08m { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.kvxu08m .rc7z {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.kvxu08m .rc7z:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.e95ssdd .rc7z { background: var(--bg-raised); border-color: transparent; }
.e95ssdd .rc7z:focus { background: var(--bg-card); border-color: var(--accent-light); }
.k6v51p .rc7z { border-radius: 100px; padding: 11px 20px; }
.k6v51p .yjvn6aho { border-radius: 14px; }
.itpz {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .itpz { grid-template-columns: 1fr; } }
.bpvnw {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.bpvnw h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.bpvnw p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.tb2iiz { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.tb2iiz li { margin-bottom: 6px; }
.thdp{position:relative;overflow:visible}
.jf7e6s0 .bxddf{display:block}
.yowykt6x .b9d8ivri{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.yowykt6x .dxpcvnn::before{content:""}
.v8so{--date-bg:transparent}
.tiyx .dxpcvnn::before{content:""}
.efhswt0i .yh9fm{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .yh9fm{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .xmyl5xji{max-width:100%}
}
.ghts1sp1{margin:24px 0 32px;padding:0;list-style:none}
.oohq9p{padding:18px 22px;border-radius:var(--radius);
  background:var(--surface);border:1px solid var(--border, rgba(255,255,255,.08))}
.oqen{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px 22px}
.wwrj38w{display:flex;flex-direction:column;gap:4px;padding:8px 4px}
.fcl48a{font-size:11px;letter-spacing:.05em;text-transform:uppercase;opacity:.55}
.doch{font-size:15px;font-weight:600;line-height:1.3}
.cylld{display:flex;flex-wrap:wrap;gap:12px;padding:16px 0;justify-content:center}
.sy5wkwk0{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;
  border-radius:999px;background:var(--surface);
  border:1px solid var(--border, rgba(255,255,255,.1));font-size:13px;font-weight:500}
.giq857c3{width:14px;height:14px;border-radius:50%;background:var(--accent);
  display:inline-block;flex-shrink:0}
.a44hdnn{margin:18px 0 28px}
.a44hdnn .edcaaway{margin:0}
@media (max-width:560px){
  .oqen{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) {
  .a28z1hj { padding: 28px 18px 20px; }
  .a9fq { font-size: 1.2rem; }
  .jkirt { max-width: 220px; max-height: 80px; }
}
.jf6m  .pup7 { border-radius: 6px; }
.j8100js9 .hfwbt {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .pup7 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ijc2r2 .we1z8gqy {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ijc2r2 .viziy6k {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ijc2r2 .hfwbt {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .i9xxupt { flex-direction: row-reverse; }
[dir="rtl"] .sj77 { flex-direction: row-reverse; }
[dir="rtl"] .xukyhxx { right: 50%; left: auto; transform: translateX(50%); }
[dir="rtl"] .fl1fz9 .dxc8s { right: auto; left: 32px; }
[dir="rtl"] .wxbnt8j  .dxc8s { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .fl1fz9 .dxc8s { right: auto; left: 20px; }
  [dir="rtl"] .wxbnt8j  .dxc8s { left: auto;  right: 20px; }
}
[dir="rtl"] .frk2qrj .gz5v  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .mrkpaoh .gz5v { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .cp9l7sw, [dir="rtl"] .wlyp583 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .xycv8x1 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .ovx83b { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .buoltrik { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .hfwbt { direction: rtl; }
[dir="rtl"] .zd3f2m { direction: rtl; }
[dir="rtl"] .dl1wxttq { direction: rtl; }
[dir="rtl"] .rn5b { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .zwlfudi .wlyp583,
[dir="rtl"] .kfi649st .wlyp583,
[dir="rtl"] .wmel .wlyp583,
[dir="rtl"] .sxyoci .wlyp583 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .zwlfudi .wlyp583 li::before,
[dir="rtl"] .kfi649st .wlyp583 li::before,
[dir="rtl"] .wmel .wlyp583 li::before,
[dir="rtl"] .sxyoci .wlyp583 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .ix2u.ln80l .djdds0w,
[dir="rtl"] .yk326.ln80l .djdds0w,
[dir="rtl"] .xx0qu9o.ln80l .djdds0w,
[dir="rtl"] .snuw1.ln80l .djdds0w,
[dir="rtl"] .pkwk0ngy.ln80l .djdds0w { text-align: right; }
[dir="rtl"] .xk1wx6wc.ln80l .fzvdx { align-items: flex-end; text-align: right; }
[dir="rtl"] .viziy6k,
[dir="rtl"] .xampl,
[dir="rtl"] .rqxr,
[dir="rtl"] .djdds0w { text-align: right; }
[dir="rtl"] .kl8y4,
[dir="rtl"] .qdlu,
[dir="rtl"] .rc7z,
[dir="rtl"] .yjvn6aho { text-align: right; direction: rtl; }
[dir="rtl"] .k6v51p .rc7z,
[dir="rtl"] .kvxu08m .rc7z { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #0033ff;
  --brand:           #0033ff;
  --brand-light:     #4266fa;
  --brand-pale:      #899ef5;
  --grad-start:      #001e99;
  --grad-end:        #002de5;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #3bd411;
  --cta-light:       #6aea46;
  --cta-hover:       #4ced20;
  --bg-page:         #010617;
  --bg-surface:      #030925;
  --bg-card:         #040d33;
  --bg-card-inner:   #051142;
  --bg-raised:       #061550;
  --bg-hover:        #07185e;
  --border:          #091d71;
  --border-alt:      #0b258d;
  --border-section:  #091d71;
  --text-primary:    #e2e3e8;
  --text-muted:      #9ca0ae;
  --text-body:       #c6c8d1;
  --text-sub:        #9ca0ae;
  --text-faint:      #676b7e;
  --text-dim:        #505362;
  --text-label:      #808597;
  --text-value:      #b8bbc5;
  --accent-bg:       #091134;
  --accent-bg-light: #0b1950;
  --bg-tip:          #162621;
  --bg-warning:      #272115;
  --bg-info:         #161c26;
  --bg-pros:         #162621;
  --bg-cons:         #26161b;
  --c-pros:          #7af4cb;
  --c-cons:          #e689a7;
  --c-pros-label:    #4bf0b9;
  --c-tip-border:    #2aedac;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #7af4cb;
}
:root { --logo-bg-opacity: 69%; }
body, button, input { font-family: "Rajdhani", sans-serif; }
.fj2ut0o .wyv1 li::before, .fj2ut0o .kdna 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; }.fj2ut0o .wyv1 li::before { content: ""; }.fj2ut0o .kdna li::before { content: ""; }.fj2ut0o .fu31m7z::before, .fj2ut0o .d1sc65op::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.fj2ut0o .fu31m7z::before { content: ""; }.fj2ut0o .d1sc65op::before { content: ""; }
.rijad7s .rmzil, .rijad7s .xk1wx6wc { min-height: 520px; }
.tp2sg01 .i9vvk::after, .tp2sg01 .hmy2grp::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.pdo8 .lsmdu::after,.pdo8 .dxc8s::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.l3ax::before { content: '•'; }