:root {
  --color-accent: #2b811d;
  --color-cta: #dca053;
  --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;
}
.x9hwrl {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.uiapz {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.xp4vxpm {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.h07pgdeo { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.wk111y3c { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.wk111y3c a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.wk111y3c a:hover { color: var(--accent-light); }
.y2f5v  .fkhs { border-radius: 14px; }
.y2f5v .fkhs li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.y2f5v .fkhs li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.dwrx .fkhs li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .fkhs {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .lrlu:hover .fkhs,
  .lrlu:focus-within .fkhs { display: block; }
  .fkhs li a { padding: 8px 16px; font-size: 0.88rem; }
}
.n90hfeq {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.n5bl { display: none; }
@media (max-width: 640px) {
  .n5bl {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .n5bl.k5l1l { display: block; }
}
@media (max-width: 640px) {
  .n90hfeq { display: block; }
  .wk111y3c > li + li::before { display: none !important; }
  .wk111y3c {
    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;
  }
  .wk111y3c.k5l1l { display: flex; }
  .wk111y3c li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .wk111y3c li:last-child a { border-bottom: none; }
}
.ztxkt { min-height: 480px; }
.aczhp {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.nj06uxh { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.a2v0 .nj06uxh { margin-left: 0; margin-right: 0; }
.pilw {
  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;
}
.eg9o6 .pilw { margin-top: 24px; }
.pilw:hover { opacity: 0.88; }
.mubq9 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.fc1qc4m {
  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%);
}
.mubq9 .mytfj {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.mubq9 .aczhp { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.mubq9 .nj06uxh { color: #e2e8f0; }
.mubq9.rmj9sz .mytfj { text-align: center; }
.mubq9.a2v0   .mytfj { text-align: left; }
.soy47 .mytfj {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.soy47 .aczhp { color: var(--text-primary); text-shadow: none; }
.soy47 .nj06uxh { color: var(--text-muted); }
.soy47 .pilw { margin-top: 16px; }
.soy47, .soy47.ztxkt { min-height: auto !important; }
.soy47.rmj9sz .mytfj { text-align: center; }
.soy47.a2v0   .mytfj { text-align: left; }
.soy47~.hwcb{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.soy47~.hwcb .u6gnp{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.os1k0 .ysksizv,
.os1k0 .nw7ck {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.yvrmjste .mubq9 .fc1qc4m {
  overflow: hidden;
}
.yvrmjste .mubq9 .fc1qc4m::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); }
}
.owy123b .mubq9 .fc1qc4m {
  overflow: hidden;
}
.owy123b .mubq9 .fc1qc4m::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;
}
.m8hud83 .mubq9 .fc1qc4m {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.b4mud .mubq9 .fc1qc4m {
  overflow: hidden;
}
.b4mud .mubq9 .fc1qc4m::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;
}
.os1k0 .mubq9 .fc1qc4m {
  animation: hg-breathe 10s ease-in-out infinite;
}
.ysksizv .fc1qc4m {
  background: none;
}
.ysksizv .aczhp { color: #fff; }
.ysksizv .nj06uxh { color: rgba(255,255,255,0.85); }
.ysksizv .pilw { background: #fff; color: var(--cta); }
.ysksizv .pilw:hover { opacity: 0.92; }
.os1k0 .rbcauqib {
  animation: hg-breathe 7s ease-in-out infinite;
}
.rbcauqib .aczhp { text-shadow: none; color: var(--text-primary); }
.rbcauqib .nj06uxh { color: var(--text-muted); }
body.pktxivll .aczhp {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.agtmk2h .aczhp {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ztxkt.ysksizv .aczhp,
section.ysksizv .aczhp {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.rbcauqib.a2v0   .d4w95nx { align-items: flex-start; text-align: left; }
.ztxkt .ygzgjy7t {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ygzgjy7t .xssjzer.dajsm {
  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;
}
.ygzgjy7t .xssjzer.dajsm:hover { opacity: 0.85; }
.yr42 .mytfj { padding-bottom: 24px; }
.eg9o6 .mytfj { max-width: 1100px; }
@media (max-width: 700px) {
  .rbcauqib { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .rbcauqib:not(.x22dio) .y4p9z { display: none !important; }
  .x22dio .y4p9z { padding: 16px; }
  .d4w95nx  { padding: 36px 24px; }
  .rbcauqib~.hwcb,.oqstij~.hwcb{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .ztxkt, .rbcauqib { min-height: 320px !important; }
  .aczhp { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .d1p5v,
  .eg443f2q,
  .fjojb { grid-template-columns: 1fr !important; }

  

  
  .yr42 { display: flex !important; flex-direction: column !important; }
  .yr42 .mytfj { display: contents; }
  .yr42 .fc1qc4m { order: 0; }
  .yr42 .aczhp { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .yr42 .d1p5v { order: 2; padding: 0 16px 12px !important; }
  .yr42 .nj06uxh { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .eg9o6 .mytfj { display: flex; flex-direction: column; }
  .eg9o6 .mytfj .aczhp { order: 1; }
  .eg9o6 .mytfj .fjojb { order: 2; margin: 8px 0 24px !important; }
  .eg9o6 .mytfj .nj06uxh { order: 3; }
  .eg9o6 .mytfj .pilw { order: 4; align-self: center; margin-top: 0; }

  
  .rbcauqib.x22dio {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .rbcauqib.x22dio .d4w95nx { display: contents; padding: 0; }
  .rbcauqib.x22dio .d4w95nx .aczhp { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .rbcauqib.x22dio .y4p9z { order: 2; padding: 12px 16px; }
  .rbcauqib.x22dio .d4w95nx .nj06uxh { order: 3; padding: 0 24px; margin: 0 auto; }
  .rbcauqib.x22dio .d4w95nx .pilw { order: 4; align-self: center; margin: 8px 0 32px; }
}
.gi4294vq { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.giyqaw { width: 100%; height: auto; display: block; border-radius: 10px; }
.xkjoaf .gi4294vq        { border-radius: 16px; }
.xkjoaf .giyqaw  { border-radius: 16px; }
.yenhc9f3 .gi4294vq         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.yenhc9f3 .giyqaw   { border-radius: 8px; }
.gmwk1kg { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.c9xw6 { width: 100%; padding: 32px 0; position: relative; }
.n2kcjfb { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.qigibb .c9xw6:nth-child(even) { background: var(--bg-surface); }
.qigibb .c9xw6:nth-child(odd)  { background: var(--bg-page); }
.cum2t2v .c9xw6:nth-child(even) { background: var(--bg-card); }
.cum2t2v .c9xw6:nth-child(odd)  { background: var(--bg-page); }
.qigibb .c9xw6:nth-child(odd)  .n2kcjfb { background: var(--bg-card); border-radius: 6px; }
.qigibb .c9xw6:nth-child(even) .n2kcjfb { background: var(--bg-raised); border-radius: 6px; }
.cum2t2v .c9xw6:nth-child(odd)  .n2kcjfb { background: var(--bg-card); border-radius: 6px; }
.cum2t2v .c9xw6:nth-child(even) .n2kcjfb { background: var(--bg-raised); border-radius: 6px; }
.qigibb .c9xw6:nth-child(even) .w8v8aedg .k7i0z3,
.cum2t2v .c9xw6:nth-child(even) .w8v8aedg .k7i0z3 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.qigibb .c9xw6:nth-child(odd) .w8v8aedg .k7i0z3,
.cum2t2v .c9xw6:nth-child(odd) .w8v8aedg .k7i0z3 { background: var(--bg-card-inner); }
.qigibb .c9xw6:nth-child(even) .wnts6 .k7i0z3:nth-child(odd),
.cum2t2v .c9xw6:nth-child(even) .wnts6 .k7i0z3:nth-child(odd)  { background: var(--bg-card); }
.qigibb .c9xw6:nth-child(even) .wnts6 .k7i0z3:nth-child(even),
.cum2t2v .c9xw6:nth-child(even) .wnts6 .k7i0z3:nth-child(even) { background: var(--bg-card-inner); }
h1.jsqvjb { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.jsqvjb {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.ib6wj { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.lnlcwexz h2.jsqvjb {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ln7ywnf h2.jsqvjb {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.efrg h2.jsqvjb {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.rd22mu h2.jsqvjb::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.b0d7hu h2.jsqvjb {
  color: var(--text-primary); font-size: 1.7rem;
}
.h9k0yg h2.jsqvjb::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.j1id h2.jsqvjb {
  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;
}
.qcup { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .qcup { display: none; } }
.zghcg { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.povsl9ss { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.m4pfsir {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.qf17o { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.dp0d1p9e { padding-left: 20px; }
.dp0d1p9e li { margin-bottom: 6px; }
.dp0d1p9e a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.dp0d1p9e a:hover { color: var(--accent-light); }
.rksj .qf17o { display: none; }
.asjek1jq .qf17o { display: none; }
.asjek1jq .dp0d1p9e { padding-left: 0; list-style: none; }
.asjek1jq .dp0d1p9e li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.asjek1jq .dp0d1p9e a { font-size: 0.92rem; }
.zulgcvm .m4pfsir { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.zulgcvm .qf17o { display: none; }
.zulgcvm .dp0d1p9e { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.zulgcvm .dp0d1p9e li { margin-bottom: 0; }
.zulgcvm .dp0d1p9e 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;
}
.zulgcvm .dp0d1p9e a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.heooafz .m4pfsir { padding: 20px 20px 16px; }
.heooafz .dp0d1p9e {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.heooafz .dp0d1p9e li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.heooafz .dp0d1p9e 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;
}
.heooafz .dp0d1p9e 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;
}
.heooafz .dp0d1p9e a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.heooafz .dp0d1p9e a:focus,
.heooafz .dp0d1p9e a:focus-visible,
.heooafz .dp0d1p9e a:target { outline: none; }
.heooafz .dp0d1p9e li:target a { border-color: var(--border); color: var(--text-muted); }
.t3zwthq .m4pfsir { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.t3zwthq .qf17o { display: none; }
.t3zwthq .dp0d1p9e { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.t3zwthq .dp0d1p9e li { margin-bottom: 0; }
.t3zwthq .dp0d1p9e li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.t3zwthq .dp0d1p9e li:last-child::after { content: ""; margin-right: 0; }
.t3zwthq .dp0d1p9e a { font-size: 0.9rem; }
.k7i0z3 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.w8v8aedg .k7i0z3 { background: var(--bg-card); }
.wnts6 .k7i0z3:nth-child(odd)  { background: var(--bg-card); }
.wnts6 .k7i0z3:nth-child(even) { background: var(--bg-raised); }
.nfvu .k7i0z3 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.nfvu .k7i0z3:last-child { border-bottom: none; }
.nfvu h3.ib6wj { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.yr03b .k7i0z3 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.yr03b .k7i0z3 + .k7i0z3 { margin-top: 4px; }
.rmn6w .k7i0z3 { background: none; border-radius: 0; padding: 12px 0; }
.rmn6w .k7i0z3 + .k7i0z3 { border-top: 1px solid var(--border-section); }
.wkwp2a { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.to2tn { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.bo1a { color: var(--text-body); margin-bottom: 10px; }
.e4obe, .s89vu5 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.e4obe li, .s89vu5 li { margin-bottom: 6px; }
.s89vu5 li { list-style: decimal; }
.f5guzwkf     .e4obe { list-style-type: "● "; }
.r2yu8mz  .e4obe { list-style-type: "■ "; }
.zhyg7 .e4obe { list-style-type: "◆ "; }
.g32wdscy    .e4obe { list-style-type: "★ "; }
.f5guzwkf     .unvczdke { list-style-type: "● "; }
.r2yu8mz  .unvczdke { list-style-type: "■ "; }
.zhyg7 .unvczdke { list-style-type: "◆ "; }
.g32wdscy    .unvczdke { list-style-type: "★ "; }
.f5guzwkf    .e4obe li::marker, .f5guzwkf    .unvczdke li::marker,
.r2yu8mz .e4obe li::marker, .r2yu8mz .unvczdke li::marker,
.zhyg7 .e4obe li::marker, .zhyg7 .unvczdke li::marker,
.g32wdscy   .e4obe li::marker, .g32wdscy   .unvczdke li::marker {
  color: var(--cta); font-size: 1em;
}
.f5guzwkf .s89vu5,
.r2yu8mz .s89vu5,
.zhyg7 .s89vu5,
.g32wdscy .s89vu5 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.f5guzwkf .s89vu5 li,
.r2yu8mz .s89vu5 li,
.zhyg7 .s89vu5 li,
.g32wdscy .s89vu5 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.f5guzwkf .s89vu5 li::before,
.r2yu8mz .s89vu5 li::before,
.zhyg7 .s89vu5 li::before,
.g32wdscy .s89vu5 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;
}
.f5guzwkf     .s89vu5 li::before { border-radius: 50%; }
.r2yu8mz  .s89vu5 li::before { border-radius: 3px; }
.zhyg7 .s89vu5 li::before { border-radius: 3px; }
.g32wdscy    .s89vu5 li::before { border-radius: 50%; }
.egxqq { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.kv49 .egxqq,
.hck3x .egxqq { background: transparent; border: none; border-radius: 0; }
.yj5rj { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.yj5rj th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.yj5rj td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.yj5rj tr:hover td { background: var(--bg-hover); }
.jismm8ge .yj5rj tbody tr:nth-child(even) td { background: var(--bg-surface); }
.cx5u4 .yj5rj { border: 1px solid var(--border-alt); }
.cx5u4 .yj5rj th,
.cx5u4 .yj5rj td { border: 1px solid var(--border-alt); }
.zrha9 .yj5rj th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.zrha9 .yj5rj td { border-bottom: none; }
.zrha9 .yj5rj tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.ik76z .yj5rj th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.u0pyfyvw .egxqq {
  overflow: hidden;
}
.u0pyfyvw .yj5rj th { border-bottom: 1px solid var(--border-alt); }
.u0pyfyvw .yj5rj tr:last-child td { border-bottom: none; }
.fopuf0 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ctqr0w { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.brpp7 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.d0bhu { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.zby5j { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.unvczdke { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.unvczdke 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%}
.ilfgr4 .d0bhu { background: transparent; text-align: center; }
.mh91 .brpp7 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.kn249i .brpp7 {
  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);
}
.oa6xhe .ctqr0w { display: grid; grid-template-columns: auto 1fr; }
.oa6xhe .brpp7 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.oa6xhe .d0bhu { grid-column: 2; }
.oa6xhe .zby5j,
.oa6xhe .unvczdke { grid-column: 1 / -1; }
.g6cwck .ctqr0w { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.g6cwck .brpp7 {
  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);
}
.g6cwck .d0bhu { grid-column: 2; }
.g6cwck .zby5j,
.g6cwck .unvczdke { grid-column: 1 / -1; }
.oojvglj .ctqr0w { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.oojvglj .d0bhu { background: none; color: var(--accent-light); font-weight: 700; }
.ohmuq9 .ctqr0w { 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); }
.ohmuq9 .d0bhu { background: none; color: var(--accent-light); font-weight: 700; }
.jsltgtd .ctqr0w { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.jsltgtd .ctqr0w:last-child { border-bottom: none; }
.jsltgtd .d0bhu { background: none; color: var(--accent-light); font-weight: 700; }
.rokqmnsn .ctqr0w { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.rokqmnsn .d0bhu { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ycsz4q .fopuf0 { counter-reset: card-n; }
.ycsz4q .ctqr0w  { counter-increment: card-n; }
.ycsz4q .d0bhu { display: flex; align-items: center; gap: 10px; }
.ycsz4q .d0bhu::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;
}
.epi3a3 .ctqr0w { background: var(--bg-surface); border: 1px solid var(--border); }
.epi3a3 .d0bhu { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.vmoq { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.lcngqp  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.j6wwy { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.qjx45 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.vmoq strong { color: var(--text-primary); font-size: 0.95rem; }
.vmoq p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.giyqaw { width: 100%; height: auto; border-radius: 10px; display: block; }
.dajsm {
  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;
}
.dajsm:hover { opacity: 0.85; }
.nt8qer20 .dajsm  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.nt8qer20 .dajsm:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.cacr59 .dajsm  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.cacr59 .dajsm:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.lrfy .pilw { border-radius: 50px; }
.lrfy .dajsm  { border-radius: 50px; }
.e6c30ezh .pilw { padding-left: 22px; padding-right: 22px; }
.e6c30ezh .dajsm  { padding-left: 12px; padding-right: 12px; }
.yumxng .pilw { padding-left: 44px; padding-right: 44px; }
.yumxng .dajsm  { padding-left: 24px; padding-right: 24px; }
.r27ets .pilw { padding-left: 56px; padding-right: 56px; }
.r27ets .dajsm  { padding-left: 32px; padding-right: 32px; }
.lhat7   .pilw::after, .lhat7   .dajsm::after,
.ngbl1pd .pilw::after, .ngbl1pd .dajsm::after,
.xz3na8uk    .pilw::after, .xz3na8uk    .dajsm::after,
.n9yvg    .pilw::after, .n9yvg    .dajsm::after,
.yn7j9a    .pilw::after, .yn7j9a    .dajsm::after,
.i0ye5x6     .pilw::after, .i0ye5x6     .dajsm::after,
.q0h8    .pilw::after, .q0h8    .dajsm::after,
.fvbapb8r   .pilw::after, .fvbapb8r   .dajsm::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;
}
.lhat7 .pilw::after, .lhat7 .dajsm::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");
}
.ngbl1pd .pilw::after, .ngbl1pd .dajsm::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");
}
.xz3na8uk .pilw::after, .xz3na8uk .dajsm::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");
}
.n9yvg .pilw::after, .n9yvg .dajsm::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");
}
.yn7j9a .pilw::after, .yn7j9a .dajsm::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");
}
.i0ye5x6 .pilw::after, .i0ye5x6 .dajsm::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");
}
.q0h8 .pilw::after, .q0h8 .dajsm::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");
}
.fvbapb8r .pilw::after, .fvbapb8r .dajsm::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");
}
.enxs70t5   .fbhcrvq0::after, .enxs70t5   .twjq1a::after,
.io4wh5vz .fbhcrvq0::after, .io4wh5vz .twjq1a::after,
.d93e5v2    .fbhcrvq0::after, .d93e5v2    .twjq1a::after,
.c4me1q    .fbhcrvq0::after, .c4me1q    .twjq1a::after,
.rquu530    .fbhcrvq0::after, .rquu530    .twjq1a::after,
.gv7v     .fbhcrvq0::after, .gv7v     .twjq1a::after,
.opuayv8h    .fbhcrvq0::after, .opuayv8h    .twjq1a::after,
.mbm4q5c   .fbhcrvq0::after, .mbm4q5c   .twjq1a::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;
}
.enxs70t5 .fbhcrvq0::after, .enxs70t5 .twjq1a::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");
}
.io4wh5vz .fbhcrvq0::after, .io4wh5vz .twjq1a::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");
}
.d93e5v2 .fbhcrvq0::after, .d93e5v2 .twjq1a::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");
}
.c4me1q .fbhcrvq0::after, .c4me1q .twjq1a::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");
}
.rquu530 .fbhcrvq0::after, .rquu530 .twjq1a::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");
}
.gv7v .fbhcrvq0::after, .gv7v .twjq1a::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");
}
.opuayv8h .fbhcrvq0::after, .opuayv8h .twjq1a::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");
}
.mbm4q5c .fbhcrvq0::after, .mbm4q5c .twjq1a::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");
}
.eisavcrv .s0ef    { background: transparent; padding: 0; }
.xssjzer.dajsm {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .g9lt2kv {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .g9lt2kv::before    { grid-area: rank;   }
  .lq69pus           { grid-area: ident;  }
  .kb1layc     { grid-area: rating; min-width: 0; width: auto; }
  .ypj8           { grid-area: pills;  }
  .xssjzer             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .g9lt2kv {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .g9lt2kv::before    { justify-self: center; }
  .lq69pus           { width: 100%; }
  .kb1layc     { justify-self: center; }
  .ypj8           { grid-template-columns: 1fr; }
}
.wi91l9p0  .s5s0qd li::before { content: "★"; }
.wi91l9p0  .c9i8 li::before { content: "✕"; }
@media (min-width: 860px) {
  .bu2yilmd .vg6h {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .bu2yilmd .epn0 { margin: 0; }
}
@media (max-width: 720px) {
  .a5uhv { grid-template-columns: 1fr; }
  .snsfb4qt { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .snsfb4qt .q684 { width: 72px; height: 50px; }
  .snsfb4qt .ghm7kvx { max-width: 180px; }
  .snsfb4qt .d2omir { width: auto; }
}
@media (max-width: 720px) {
  .oy8k7uxk { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .y60agi { padding: 16px; }
  .mo0qpv .b0d8xw { min-width: 50%; }
}
@media (max-width: 860px) {
  .l6xg { grid-template-columns: 1fr; }
  .f2lhip1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .qqxtd1qr { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .v40ne { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .lrhgb1 { flex-direction: column; align-items: stretch; }
}
.yioxif .d2omir .dajsm { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .fg4t5szv { flex-direction: column; align-items: stretch; gap: 10px; }
  .yioxif .d2omir { text-align: center; }
}
@media (max-width: 720px) {
  .xkjbu4xx { grid-template-columns: 1fr; }
  .fs118 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .l8jbgt1 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .pjm1 { grid-template-columns: 1fr; }
  .bum5pu7 { width: 100px; height: 100px; margin: 16px auto; }
  .qazz1t4 { font-size: 1.4rem; }
  .uauj { justify-content: center; }
  .tjah .b0d8xw { min-width: 50%; }
}
@media (max-width: 540px) {
  .pik6w6y { flex-wrap: wrap; padding: 14px 16px; }
  .kuxxw2 { padding: 12px 16px; }
  .e3fduk .p5g0gn2x { margin: 0 16px; }
  .e3fduk .r1wmwwm { padding: 0 16px; }
  .gganus { padding: 12px 16px; }
}
.mg348 .ypj8 .y71fnqr4 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.lydljbjp .lm5uf6w { display: none; }
.lydljbjp .a38simh { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.lydljbjp .a38simh {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.lydljbjp .a38simh small { display: none; }
.lydljbjp .gjhyw68 .gue4teny { display: none; }
.lydljbjp .gjhyw68 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.lydljbjp .vmga { display: none; }
.vd0jq9p { margin: 16px 0; }
.umps { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.umps summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.umps summary::after { content: "+"; color: var(--accent-light); }
.umps[open] summary::after { content: "−"; }
.umps p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.c9xw6 { margin-bottom: 0; }
.ngm84ke h2.jsqvjb { color: var(--text-primary); border-color: var(--accent-light); }
.vyg698 h2.jsqvjb { color: var(--text-primary); border-color: var(--accent-light); }
.t13ster .lcngqp     { background: #052e16; border-color: #10b981; }
.t13ster .j6wwy    { background: #1e1036; border-color: #a855f7; }
.t13ster .vmoq strong  { color: #f1f5f9; }
.t13ster .vmoq p       { color: #cbd5e1; }
.t13ster .foxv7    .lcngqp     .qjx45::before,
.t13ster .r0lz  .lcngqp     .qjx45::before,
.t13ster .ldcf43r  .lcngqp     .qjx45::before,
.t13ster .lpbkw .lcngqp     .qjx45::before { color: #10b981; }
.t13ster .foxv7    .de86tn0 .qjx45::before,
.t13ster .r0lz  .de86tn0 .qjx45::before,
.t13ster .ldcf43r  .de86tn0 .qjx45::before,
.t13ster .lpbkw .de86tn0 .qjx45::before { color: #f43f5e; }
.t13ster .foxv7    .j6wwy    .qjx45::before,
.t13ster .r0lz  .j6wwy    .qjx45::before,
.t13ster .ldcf43r  .j6wwy    .qjx45::before,
.t13ster .lpbkw .j6wwy    .qjx45::before { color: #a855f7; }
.y3uhqnp .lcngqp     { background: #2d2000; border-color: #eab308; }
.y3uhqnp .j6wwy    { background: #2d1600; border-color: #f97316; }
.y3uhqnp .vmoq strong  { color: #f1f5f9; }
.y3uhqnp .vmoq p       { color: #cbd5e1; }
.y3uhqnp .foxv7    .lcngqp     .qjx45::before,
.y3uhqnp .r0lz  .lcngqp     .qjx45::before,
.y3uhqnp .ldcf43r  .lcngqp     .qjx45::before,
.y3uhqnp .lpbkw .lcngqp     .qjx45::before { color: #eab308; }
.y3uhqnp .foxv7    .de86tn0 .qjx45::before,
.y3uhqnp .r0lz  .de86tn0 .qjx45::before,
.y3uhqnp .ldcf43r  .de86tn0 .qjx45::before,
.y3uhqnp .lpbkw .de86tn0 .qjx45::before { color: #ef4444; }
.y3uhqnp .foxv7    .j6wwy    .qjx45::before,
.y3uhqnp .r0lz  .j6wwy    .qjx45::before,
.y3uhqnp .ldcf43r  .j6wwy    .qjx45::before,
.y3uhqnp .lpbkw .j6wwy    .qjx45::before { color: #f97316; }
.jrhx2j4 .lcngqp     { background: #0c1a2e; border-color: #38bdf8; }
.jrhx2j4 .de86tn0 { background: #12103a; border-color: #818cf8; }
.jrhx2j4 .j6wwy    { background: #0a2020; border-color: #2dd4bf; }
.jrhx2j4 .vmoq strong  { color: #f1f5f9; }
.jrhx2j4 .vmoq p       { color: #cbd5e1; }
.jrhx2j4 .foxv7    .lcngqp     .qjx45::before,
.jrhx2j4 .r0lz  .lcngqp     .qjx45::before,
.jrhx2j4 .ldcf43r  .lcngqp     .qjx45::before,
.jrhx2j4 .lpbkw .lcngqp     .qjx45::before { color: #38bdf8; }
.jrhx2j4 .foxv7    .de86tn0 .qjx45::before,
.jrhx2j4 .r0lz  .de86tn0 .qjx45::before,
.jrhx2j4 .ldcf43r  .de86tn0 .qjx45::before,
.jrhx2j4 .lpbkw .de86tn0 .qjx45::before { color: #818cf8; }
.jrhx2j4 .foxv7    .j6wwy    .qjx45::before,
.jrhx2j4 .r0lz  .j6wwy    .qjx45::before,
.jrhx2j4 .ldcf43r  .j6wwy    .qjx45::before,
.jrhx2j4 .lpbkw .j6wwy    .qjx45::before { color: #2dd4bf; }
.bcgwm6 .lcngqp     { background: var(--accent-bg); border-color: var(--accent-light); }
.bcgwm6 .j6wwy    { background: var(--accent-bg); border-color: var(--accent-pale); }
.bcgwm6 .foxv7    .qjx45::before,
.bcgwm6 .r0lz  .qjx45::before,
.bcgwm6 .ldcf43r  .qjx45::before,
.bcgwm6 .lpbkw .qjx45::before { color: var(--accent-light) !important; }
.dukv32yl .cbrp1yi ul li,
.dukv32yl .s5s0qd li         { color: #4ade80; }
.dukv32yl .cbrp1yi .taphb523 { color: #22c55e; }
.dukv32yl .g7e137pv ul li,
.dukv32yl .c9i8 li         { color: #f87171; }
.dukv32yl .g7e137pv .kcyo5 { color: #ef4444; }
.wi91l9p0 .taphb523::before { content: "★ "; }
.wi91l9p0 .kcyo5::before { content: "✕ "; }
.vqxbw4 .vmoq { background: transparent; border-left: none; border: 1.5px solid; }
.vqxbw4 .lcngqp     { border-color: var(--c-tip-border); }
.vqxbw4 .j6wwy    { border-color: #60a5fa; }
.vqxbw4 .vmoq strong { color: var(--text-primary); }
.vqxbw4 .vmoq p      { color: var(--text-muted); }
.we9aw .vmoq { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.we9aw .lcngqp     { border-top-color: var(--c-tip-border); }
.we9aw .j6wwy    { border-top-color: #60a5fa; }
.jfvmb3tg .vmoq { border-left: none; border-radius: 8px; }
.jfvmb3tg .lcngqp     { background: #065f46; }
.jfvmb3tg .j6wwy    { background: #1e3a8a; }
.jfvmb3tg .vmoq strong,
.jfvmb3tg .vmoq p { color: #fff; }
.jfvmb3tg .qjx45::before { color: rgba(255,255,255,0.85) !important; }
.t13ster.jfvmb3tg .lcngqp,
.t13ster .jfvmb3tg .lcngqp     { background: #052e16; }
.t13ster.jfvmb3tg .j6wwy,
.t13ster .jfvmb3tg .j6wwy    { background: #1e1036; }
.y3uhqnp.jfvmb3tg .lcngqp,
.y3uhqnp .jfvmb3tg .lcngqp      { background: #2d2000; }
.y3uhqnp.jfvmb3tg .j6wwy,
.y3uhqnp .jfvmb3tg .j6wwy     { background: #2d1600; }
.jrhx2j4.jfvmb3tg .lcngqp,
.jrhx2j4 .jfvmb3tg .lcngqp      { background: #0c1a2e; }
.jrhx2j4.jfvmb3tg .de86tn0,
.jrhx2j4 .jfvmb3tg .de86tn0  { background: #12103a; }
.jrhx2j4.jfvmb3tg .j6wwy,
.jrhx2j4 .jfvmb3tg .j6wwy     { background: #0a2020; }
.t0up .vmoq { border-left: none; border-radius: 6px; padding: 10px 14px; }
.t0up .lcngqp     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.t0up .de86tn0 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.t0up .j6wwy    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.t0up .vmoq strong { color: var(--text-primary); }
.t0up .vmoq p      { color: var(--text-muted); }
.p9yxkqx .vmoq { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.foxv7 .qjx45,
.r0lz .qjx45,
.ldcf43r .qjx45,
.lpbkw .qjx45 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.foxv7 .qjx45::before,
.r0lz .qjx45::before,
.ldcf43r .qjx45::before,
.lpbkw .qjx45::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.foxv7 .lcngqp     .qjx45::before { content: "✦"; color: var(--c-tip-border); }
.foxv7 .de86tn0 .qjx45::before { content: "▲"; color: var(--c-warn-border); }
.foxv7 .j6wwy    .qjx45::before { content: "◉"; color: #60a5fa; }
.r0lz .lcngqp     .qjx45::before { content: "★"; color: var(--c-tip-border); }
.r0lz .de86tn0 .qjx45::before { content: "◆"; color: var(--c-warn-border); }
.r0lz .j6wwy    .qjx45::before { content: "●"; color: #60a5fa; }
.ldcf43r .lcngqp     .qjx45::before { content: "▶"; color: var(--c-tip-border); }
.ldcf43r .de86tn0 .qjx45::before { content: "■"; color: var(--c-warn-border); }
.ldcf43r .j6wwy    .qjx45::before { content: "▸"; color: #60a5fa; }
.lpbkw .lcngqp     .qjx45::before { content: "→"; color: var(--c-tip-border); }
.lpbkw .de86tn0 .qjx45::before { content: "⬥"; color: var(--c-warn-border); }
.lpbkw .j6wwy    .qjx45::before { content: "◈"; color: #60a5fa; }
.qj63 .w8v8aedg .k7i0z3,
.qj63 .wnts6 .k7i0z3  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.qj63 .ctqr0w                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.qj63 .egxqq          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.qj63 .m4pfsir                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.nugdj7ug .w8v8aedg .k7i0z3,
.nugdj7ug .wnts6 .k7i0z3,
.nugdj7ug .ctqr0w,
.nugdj7ug .g9lt2kv,
.nugdj7ug .epn0,
.nugdj7ug .egxqq,
.nugdj7ug .m4pfsir,
.nugdj7ug .p9yxkqx .vmoq { box-shadow: none; }
.p0rj   .bo1a, .p0rj .wkwp2a, .p0rj .to2tn,
.p0rj   .zghcg, .p0rj .povsl9ss { font-size: 0.9rem; }
.p0rj   .e4obe, .p0rj .s89vu5 { font-size: 0.9rem; }
.bw38bke   .bo1a, .bw38bke .wkwp2a, .bw38bke .to2tn,
.bw38bke   .zghcg, .bw38bke .povsl9ss { font-size: 0.95rem; }
.bw38bke   .e4obe, .bw38bke .s89vu5 { font-size: 0.95rem; }
.r0g3   .bo1a, .r0g3 .wkwp2a, .r0g3 .to2tn,
.r0g3   .zghcg, .r0g3 .povsl9ss { font-size: 1.08rem; }
.r0g3   .e4obe, .r0g3 .s89vu5 { font-size: 1.05rem; }
.r0g3   .yj5rj { font-size: 0.97rem; }
.ev3tett1 .aczhp      { font-size: 3.2rem; }
.ev3tett1 h2.jsqvjb { font-size: 1.9rem; }
.ev3tett1 h3.ib6wj     { font-size: 1.4rem; }
.zs75m81o .aczhp      { font-size: 3.8rem; }
.zs75m81o h2.jsqvjb { font-size: 2.2rem; }
.zs75m81o h3.ib6wj     { font-size: 1.6rem; }
.c9xw6 + .c9xw6 { position: relative; }
.xrr2jd   .c9xw6 + .c9xw6::before,
.pnoh6  .c9xw6 + .c9xw6::before,
.mswrwotx   .c9xw6 + .c9xw6::before,
.a9qd   .c9xw6 + .c9xw6::before,
.cfz9v   .c9xw6 + .c9xw6::before,
.t19rsj .c9xw6 + .c9xw6::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.xrr2jd .c9xw6 + .c9xw6::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.pnoh6 .c9xw6 + .c9xw6::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.mswrwotx .c9xw6 + .c9xw6::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;
}
.a9qd .c9xw6 + .c9xw6::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.mhj5 .c9xw6 { margin-bottom: 16px; }
.mhj5 .c9xw6 + .c9xw6 { margin-top: 0; }
.mhj5 .n2kcjfb { padding-top: 0; padding-bottom: 0; }
.cfz9v .c9xw6 + .c9xw6::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.t19rsj .c9xw6 + .c9xw6::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.fyp8ecvp .c9xw6 + .c9xw6::before,
.harl9ehu .c9xw6 + .c9xw6::before,
.jhpfm .c9xw6 + .c9xw6::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%;
}
.qigibb .fyp8ecvp .c9xw6:nth-child(even)::before,
.qigibb .harl9ehu .c9xw6:nth-child(even)::before,
.qigibb .jhpfm .c9xw6:nth-child(even)::before { background: var(--bg-surface); }
.cum2t2v .fyp8ecvp .c9xw6:nth-child(even)::before,
.cum2t2v .harl9ehu .c9xw6:nth-child(even)::before,
.cum2t2v .jhpfm .c9xw6:nth-child(even)::before { background: var(--bg-card); }
.fyp8ecvp .c9xw6 + .c9xw6::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");
}
.harl9ehu .c9xw6 + .c9xw6::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");
}
.jhpfm .c9xw6 + .c9xw6::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");
}
.bger .mubq9,
.pytk5lw .mubq9,
.a9n3my .mubq9 { overflow: hidden; }
.bger .mytfj,
.pytk5lw .mytfj { margin-bottom: 60px; }
.a9n3my .mytfj { margin-bottom: 70px; }
.pytk5lw .d4w95nx { padding-bottom: 60px; }
.bger .mubq9::before,
.pytk5lw .mubq9::before,
.a9n3my .mubq9::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%;
}
.bger .mubq9::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");
}
.pytk5lw .mubq9::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");
}
.a9n3my .mubq9::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");
}
.cyoglk2k .mubq9:not(.ysksizv) .fc1qc4m { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.bqxovrot .mubq9:not(.ysksizv) .fc1qc4m { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.bp574en  .mubq9:not(.ysksizv) .fc1qc4m { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ym4f  .mubq9:not(.ysksizv) .fc1qc4m { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.bp574en .ysksizv { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.bp574en .nw7ck { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.bp574en .rbcauqib { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.bnrj3t .ysksizv .fc1qc4m { background: none; }
.bnrj3t .mubq9:not(.ysksizv) .fc1qc4m { background: rgba(0,0,0,0.6); }
.pzq491hl .gi4294vq { float: left; width: 38%; margin: 0 28px 16px 0; }
.pzq491hl .gi4294vq .giyqaw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.pzq491hl .n2kcjfb::after { content: ''; display: block; clear: both; }
.qefhz .gi4294vq { float: right; width: 38%; margin: 0 0 16px 28px; }
.qefhz .gi4294vq .giyqaw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.qefhz .n2kcjfb::after { content: ''; display: block; clear: both; }
.ccg5osb .c9xw6:nth-child(odd)  .gi4294vq { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ccg5osb .c9xw6:nth-child(even) .gi4294vq { float: right; width: 38%; margin: 0 0 16px 28px; }
.ccg5osb .gi4294vq .giyqaw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ccg5osb .n2kcjfb::after { content: ''; display: block; clear: both; }
.pzq491hl .fopuf0,
.qefhz .fopuf0,
.qefhz .nwjc6u,
.ccg5osb .fopuf0,
@media (max-width: 900px) {
  .pzq491hl .gi4294vq,
  .qefhz .gi4294vq,
  .ccg5osb .c9xw6:nth-child(odd)  .gi4294vq,
  .ccg5osb .c9xw6:nth-child(even) .gi4294vq {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .pzq491hl .gi4294vq .giyqaw,
  .qefhz .gi4294vq .giyqaw,
  .ccg5osb .gi4294vq .giyqaw {
    max-height: none !important;
  }
}
.pzq491hl .e4obe,
.pzq491hl .s89vu5,
.qefhz .e4obe,
.qefhz .s89vu5,
.ccg5osb .e4obe,
.ccg5osb .s89vu5 { overflow: hidden; }
@media (max-width: 640px) {
  .pzq491hl .gi4294vq,
  .qefhz .gi4294vq,
  .ccg5osb .gi4294vq { float: none; width: 100%; margin: 0 0 16px 0; }
}
.vbqlw .gmwk1kg,
.vbqlw .n2kcjfb,
.vbqlw .b8sd9g  { max-width: 1100px; }
.vbqlw { --content-mw: 1100px; }
.mlsi .gmwk1kg,
.mlsi .n2kcjfb,
.mlsi .b8sd9g  { max-width: 1200px; }
.vcjy3l .gmwk1kg,
.vcjy3l .n2kcjfb,
.vcjy3l .b8sd9g  { max-width: 1320px; }
.c677f { font-size: 0.82rem; color: var(--text-muted); }
.e3mseb { display: flex; align-items: center; }
.gucjgtg {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ij8y618k { display: flex; align-items: center; }
.f0udbx { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.f0udbx:hover { text-decoration: underline; }
.gl0h { margin: 0 3px; opacity: 0.45; }
.gl0h::before { content: '/'; }
.a0gnyxl { padding: 2px 5px; color: var(--text-main); }
.z46kb2zk .c677f {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.z46kb2zk .e3mseb { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.d3gttz .c677f {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.d3gttz .e3mseb { padding: 0 0 0 12px; }
.m8gn {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.vasmc9 .e3mseb { padding: 0 16px; }
.vasmc9 .c677f {
  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);
}
.vasmc9 .gmwk1kg { padding-top: 28px; }
@media (max-width: 720px) {
  .m8gn { margin-top: 18px; padding: 0 16px; }
  .vasmc9 .gmwk1kg { padding-top: 16px; }
}
.vbqlw.z46kb2zk .e3mseb { max-width: 1100px; }
.mlsi.z46kb2zk .e3mseb { max-width: 1200px; }
.vcjy3l.z46kb2zk .e3mseb { max-width: 1320px; }
.vbqlw .m8gn { max-width: 1100px; }
.mlsi .m8gn { max-width: 1200px; }
.vcjy3l .m8gn { max-width: 1320px; }
.niie9 .c9xw6 { padding-top: 16px; padding-bottom: 16px; }
.z0hq7tf2 .c9xw6 { padding-top: 24px; padding-bottom: 24px; }
.rdvf .c9xw6 { padding-top: 40px; padding-bottom: 40px; }
.u5n04z .c9xw6 { padding-top: 52px; padding-bottom: 52px; }
.juxu0 .c9xw6:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.juxu0 .c9xw6:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.juxu0 .c9xw6:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.juxu0 .c9xw6:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.et474kl .n2kcjfb { padding-top: 10px;  padding-bottom: 10px; }
.yp5ty .n2kcjfb { padding-top: 18px;  padding-bottom: 18px; }
.zh20 .n2kcjfb { padding-top: 36px;  padding-bottom: 36px; }
.f2x6nqn .n2kcjfb { padding-top: 48px;  padding-bottom: 48px; }
.sm4w h2.jsqvjb { font-weight: 600; }
.sm4w h3.ib6wj     { font-weight: 600; }
.zw9d8d { font-weight: 500; }
.zw9d8d h2.jsqvjb { font-weight: 800; }
.zw9d8d h3.ib6wj     { font-weight: 700; }
.sjy54l h2.jsqvjb { font-weight: 900; }
.sjy54l h3.ib6wj     { font-weight: 800; }
.sjy54l .vmoq strong,
.sjy54l .vmoq strong { font-weight: 600; }
.fbhcrvq0 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.r6cp115 .fbhcrvq0 { display: none; }
@media (max-width: 640px) {
  .p527 { display: none; }
  .fbhcrvq0 {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.fbhcrvq0 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.fbhcrvq0:hover { opacity: 0.85; }
.bkdtpmex .fbhcrvq0 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.owx5gs .fbhcrvq0,
.t879gloc  .fbhcrvq0 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.owx5gs .fbhcrvq0:hover,
.t879gloc  .fbhcrvq0:hover { opacity: 0.88; }
.bkdtpmex.owx5gs .fbhcrvq0,
.bkdtpmex.t879gloc  .fbhcrvq0 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.twjq1a {
  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;
}
.twjq1a:hover { transform: translateY(-2px); opacity: 0.92; }
.twjq1a { background: var(--cta) !important; color: #fff !important; border: none !important; }
.hut3gbq .twjq1a { display: none; }
.rx8foo .twjq1a { right: 32px; }
.iu0p  .twjq1a { left: 32px; }
@media (max-width: 480px) {
  .rx8foo .twjq1a { right: 20px; bottom: 20px; }
  .iu0p  .twjq1a { left: 20px; bottom: 20px; }
}
.mv4m4 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.b8sd9g { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.zk48 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.py26z { color: var(--text-dim); font-size: 0.8rem; }
.gqbc { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.gqbc img { height: 26px; width: auto; object-fit: contain; }
.xhau { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.lrbz3 .b8sd9g { text-align: center; }
.lrbz3 .zk48 { margin-top: 0; }
.x7j2u { margin-top: 10px; }
.x7j2u a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .b8sd9g { padding-left: 16px; padding-right: 16px; }
  .m38khqyq .b8sd9g { padding: 20px 16px; }
  .ehq6ys { gap: 4px 12px; }
  .zk48 { font-size: 0.78rem; }
}
.j2lxn7sr .bt53s .gqbc { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.j2lxn7sr .xhau { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.j2lxn7sr .bwb53k { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.j2lxn7sr .bwb53k a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.j2lxn7sr .bwb53k a:hover { color: var(--accent-light); }
.j2lxn7sr .zk48 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.j2lxn7sr .py26z { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .j2lxn7sr .haap { grid-template-columns: 1fr 1fr; } .j2lxn7sr .bt53s { grid-column: 1 / -1; } }
@media (max-width: 480px) { .j2lxn7sr .haap { grid-template-columns: 1fr; } }
.l3c418 .gqbc { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.l3c418 .zk48 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .l3c418 .ko0aet77 { gap: 12px; } .l3c418 .gqbc { margin-right: 0; width: 100%; } }
.mcfjvyph .jgau4i { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.mcfjvyph .ulbvw .gqbc { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.mcfjvyph .xhau { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.mcfjvyph .m6q6 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.mcfjvyph .bwb53k { display: flex; flex-direction: column; gap: 9px; }
.mcfjvyph .bwb53k a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.mcfjvyph .bwb53k a:hover { color: var(--accent-light); }
.mcfjvyph .tx08 { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.mcfjvyph .zk48 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.mcfjvyph .py26z { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .mcfjvyph .jgau4i { grid-template-columns: 1fr 1fr; } .mcfjvyph .ulbvw { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mcfjvyph .jgau4i { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .vuvb .o0jtryk { grid-template-columns: 1fr 1fr; } .vuvb .ul2t:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vuvb .o0jtryk { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .drmn .o0jtryk { grid-template-columns: 1fr; } }
.gcxny7 .b8sd9g { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.nrufzp6m .x9hwrl      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.nrufzp6m .mv4m4 { background: var(--bg-page); border-top-color: var(--border-alt); }
.fp91l .x9hwrl      { background: #0d1117; border-bottom-color: #21262d; }
.fp91l .xp4vxpm { color: var(--accent-light); }
.fp91l .wk111y3c { --msep-color: #8b949e; }
.fp91l .wk111y3c a { color: #8b949e; }
.fp91l .wk111y3c a:hover { color: var(--accent-light); }
.fp91l .n90hfeq { color: #8b949e; }
.fp91l .mv4m4 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.fp91l .zk48,
.fp91l .py26z { color: #6e7681; }
.fp91l .bwb53k a, .fp91l .fobtt4 a,
.fp91l .gqbc { color: #e6edf3; }
.fp91l .bwb53k a:hover, .fp91l .fobtt4 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .fp91l .wk111y3c { background: #0d1117; border-top-color: #21262d; }
  .fp91l .wk111y3c li a { border-bottom-color: #21262d; }
}
.ogrx6 .x9hwrl      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ogrx6 .xp4vxpm { color: var(--accent-light); }
.ogrx6 .wk111y3c { --msep-color: #475569; }
.ogrx6 .wk111y3c a { color: #475569; }
.ogrx6 .wk111y3c a:hover { color: var(--accent-light); }
.ogrx6 .n90hfeq { color: #64748b; }
.ogrx6 .mv4m4 { background: #f0f4f8; border-top-color: #cbd5e1; }
.ogrx6 .zk48,
.ogrx6 .py26z { color: #64748b; }
.ogrx6 .bwb53k a, .ogrx6 .fobtt4 a,
.ogrx6 .mbx3bx6 a, .ogrx6 .gqbc { color: #374151; }
.ogrx6 .bwb53k a:hover, .ogrx6 .fobtt4 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .ogrx6 .wk111y3c { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ogrx6 .wk111y3c li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.owx5gs .x9hwrl      { background: var(--accent); border-bottom-color: var(--accent-light); }
.owx5gs .xp4vxpm { color: #fff; }
.owx5gs .wk111y3c { --msep-color: rgba(255,255,255,0.82); }
.owx5gs .wk111y3c a { color: rgba(255,255,255,0.82); }
.owx5gs .wk111y3c a:hover { color: #fff; }
.owx5gs .n90hfeq { color: rgba(255,255,255,0.9); }
.owx5gs .fkhs a { color: var(--text-primary) !important; }
.owx5gs .fkhs a:hover { color: var(--accent-light) !important; }
.owx5gs .mv4m4 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.owx5gs .zk48,
.owx5gs .py26z { color: rgba(255,255,255,0.72); }
.owx5gs .mswv a, .owx5gs .ehq6ys a,
.owx5gs .bwb53k a, .owx5gs .fobtt4 a,
.owx5gs .mbx3bx6 a, .owx5gs .gqbc { color: #fff; }
.owx5gs .xhau, .owx5gs .m6q6 { color: rgba(255,255,255,0.7); }
.owx5gs .mswv a:hover, .owx5gs .ehq6ys a:hover,
.owx5gs .bwb53k a:hover, .owx5gs .fobtt4 a:hover { color: #fff; }
@media (max-width: 640px) {
  .owx5gs .wk111y3c { background: var(--accent); border-top-color: var(--accent-light); }
  .owx5gs .wk111y3c li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.t879gloc .x9hwrl {
  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);
}
.t879gloc .mv4m4 {
  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) {
  .t879gloc .wk111y3c {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.dm2rnbcx .uiapz { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.cw9h88j7 .uiapz { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.qiel5a3p .uiapz { min-height: 72px; height: auto; }
.a0q4xcc .uiapz { min-height: 84px; height: auto; }
.m38khqyq .uiapz { max-width: none; padding: 0 32px; }
.m38khqyq .b8sd9g  { max-width: none; padding: 24px 32px; }
.yxex.mlsi .uiapz { max-width: 1200px; }
.yxex.vcjy3l .uiapz { max-width: 1320px; }
.vrtzxd   .xp4vxpm, .vrtzxd   .gqbc { text-transform: capitalize; }
.vxo5mi0 .xp4vxpm, .vxo5mi0 .gqbc { text-transform: lowercase; }
.r1g1 .xp4vxpm, .r1g1 .gqbc { text-transform: uppercase; letter-spacing: 0.06em; }
.r7tkn, .f7ss9g {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.jwz5dsvx .r7tkn,
.jwz5dsvx .f7ss9g { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.wl232u63 .r7tkn,
.wl232u63 .f7ss9g { 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; }
.jru84fb .r7tkn,
.jru84fb .f7ss9g { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.yec82ie9 .r7tkn,
.yec82ie9 .f7ss9g { 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; }
.l7ma8   .wk111y3c a { font-weight: 500; }
.u1iltx .wk111y3c a { font-weight: 600; }
.hdpw     .wk111y3c a { font-weight: 700; }
.iandjx    .wk111y3c a { font-weight: 800; letter-spacing: 0.01em; }
.aj4kxxe     .wk111y3c > li + li::before,
.e5obu    .wk111y3c > li + li::before,
.eyhdpvb8    .wk111y3c > li + li::before,
.fer8 .wk111y3c > li + li::before,
.dt0j7y8 .wk111y3c > li + li::before,
.sasfwqh  .wk111y3c > li + li::before,
.pjhq8ylk    .wk111y3c > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.aj4kxxe     .wk111y3c > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.e5obu    .wk111y3c > li + li::before { content: "|"; }
.eyhdpvb8    .wk111y3c > li + li::before { content: "—"; }
.fer8 .wk111y3c > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.dt0j7y8 .wk111y3c > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.sasfwqh  .wk111y3c > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.pjhq8ylk    .wk111y3c > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .jsrzmsx .n90hfeq,
  .la7pd .n90hfeq,
  .j4wig .n90hfeq,
  .rzzpyprx .n90hfeq,
  .emxa .n90hfeq {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .jsrzmsx .n90hfeq::before,
  .la7pd .n90hfeq::before,
  .j4wig .n90hfeq::before,
  .rzzpyprx .n90hfeq::before,
  .emxa .n90hfeq::before { content: ""; display: block; flex-shrink: 0; }

  
  .jsrzmsx .n90hfeq::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;
  }

  
  .la7pd .n90hfeq::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;
  }

  
  .j4wig .n90hfeq::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;
  }

  
  .rzzpyprx .n90hfeq::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;
  }

  
  .emxa .n90hfeq::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) {
  .qqlzy7a .n90hfeq {
    padding: 5px 14px;
  }
  .qqlzy7a .wk111y3c {
    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;
  }
  .qqlzy7a .wk111y3c li a {
    border-bottom: none; padding: 10px 22px;
  }
  .qqlzy7a .wk111y3c li a:hover { background: var(--bg-raised); }
  .qqlzy7a .n5bl,
  .pyddup .n5bl,
  .gfdky .n5bl { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .dme170ca .n90hfeq {
    padding: 5px 10px;
  }
  .dme170ca .wk111y3c {
    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);
  }
  .dme170ca .wk111y3c.k5l1l { transform: translateX(0); }
  .dme170ca .wk111y3c li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .dme170ca .wk111y3c li:last-child a { border-bottom: none; }
  .owx5gs .wk111y3c,
  .fp91l .wk111y3c { background: var(--accent) !important; }
  .owx5gs .wk111y3c li a,
  .fp91l .wk111y3c li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .gfdky .n90hfeq {
    padding: 5px 10px;
  }
  .gfdky .wk111y3c {
    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);
  }
  .gfdky .wk111y3c::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .gfdky .wk111y3c.k5l1l { transform: translateY(0); }
  .gfdky .wk111y3c li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .yaywi .n90hfeq {
    padding: 5px 10px;
  }
  .yaywi .wk111y3c {
    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;
  }
  .yaywi .wk111y3c.k5l1l { opacity: 1; pointer-events: auto; }
  .yaywi .wk111y3c li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .k9nclvew     .n90hfeq { border-radius: 0 !important; }
  .ttt81   .n90hfeq { border-radius: 8px !important; }
  .vwlkda44 .n90hfeq { border-radius: 50% !important; }
  .ynali   .n90hfeq { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .xbkzu .vhb0q { flex-direction: column; align-items: stretch; }
  .xbkzu .k8wbql { flex-direction: row; min-width: auto; }
  .xbkzu .uvqb4co { align-items: flex-start; text-align: left; }
}
.edq1,
.edq1.c9xw6,
.qigibb .edq1,
.rcuu .edq1,
.cum2t2v .edq1,
.qpr9k .edq1 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.dqrb {
  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;
}
.a8zgn { flex: 1 1 280px; min-width: 0; }
.djpnq8 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.b41as {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.wvwk1n4j {
  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;
}
.wvwk1n4j:hover { transform: translateY(-1px); opacity: 0.95; }
.fa1l1 .dqrb {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.fa1l1 .djpnq8 { color: var(--cta); }
.fa1l1 .b41as { color: var(--text-body); }
.fa1l1 .wvwk1n4j {
  background: var(--cta) !important;
  color: #fff !important;
}
.qdaikah .dqrb {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.qdaikah .djpnq8 { color: var(--text-primary); }
.qdaikah .b41as { color: var(--text-body); }
.qdaikah .wvwk1n4j {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .dqrb {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .a8zgn { flex: 0 0 auto; }
  .djpnq8 { font-size: 1.2rem; }
  .wvwk1n4j { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.kw28zo .h07pgdeo { height: 36px; }
.kwpa .h07pgdeo { height: 60px; max-width: 200px; }
.rfes .h07pgdeo { height: 56px; max-width: 180px; }
.lcd5p    .lm5uf6w, .lcd5p    .gue4teny { color: #f59e0b; }
.mg348 .y71fnqr4 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .wrn2 .nwjc6u {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .wrn2 .g9lt2kv {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .wrn2 .g9lt2kv { padding: 40px 16px 20px; }
  .wrn2 .y71fnqr4 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .wrn2 .xssjzer { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .rtqzpvvr .g9lt2kv {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .rtqzpvvr .g9lt2kv::before {
    position: absolute; top: 14px; left: 14px;
  }
  .rtqzpvvr .lq69pus {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .rtqzpvvr .bbrdqnb { white-space: normal; text-align: center; font-size: 1.2rem; }
  .rtqzpvvr .y71fnqr4 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .rtqzpvvr .xssjzer { width: 100%; min-width: 0; }
  .rtqzpvvr .lm5uf6w { min-width: 0; }
}
.mafi .umps {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.mafi .umps summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.mafi .umps p { padding: 0 2px 16px; }
.jsndo .umps { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.jsndo .umps summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.jsndo .umps summary::after { content: "›"; font-size: 1.2em; }
.jsndo .umps[open] summary::after { content: "‹"; }
.jsndo .umps p { padding: 10px 22px 4px; }
.z61c .umps {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.z61c .umps summary { color: var(--text-primary); padding-left: 16px; }
.z61c .umps summary::after { content: "›"; font-size: 1.1em; }
.z61c .umps[open] summary::after { content: "‹"; }
.z61c .umps p { padding-left: 16px; }
.cpkm .vd0jq9p { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.cpkm .umps {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.cpkm .umps:last-child { border-bottom: none; }
.cpkm .umps summary { color: var(--text-primary); border-radius: 0; }
.cpkm .umps summary::after { content: "›"; font-size: 1.1em; }
.cpkm .umps[open] summary::after { content: "‹"; }
.bp1mm .umps { overflow: hidden; }
.bp1mm .umps summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.bp1mm .umps summary::after { color: rgba(255,255,255,.75); }
.bp1mm .umps[open] summary { border-radius: 0; }
.kpy9cuo1 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.vepp {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.bknm {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.in4vzpz { color: var(--text-muted); font-size: 1.05rem; }
.qe33r0ie {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ig3ep2z0 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ac9dj { margin-bottom: 20px; }
.jkt18mc {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.k5630ews {
  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;
}
.k5630ews:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.rf88zbb8 { resize: vertical; min-height: 130px; }
.sev5 { width: 100%; margin-top: 8px; }
.gyzm3k {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.bsc9cqk {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.dwbk31 { color: var(--text-muted); line-height: 1.75; }
.h3g2 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.h3g2 li { margin-bottom: 6px; }
.z5xc { max-width: 760px; margin: 0 auto; }
.khcel { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.mxvx8qa { max-width: 760px; margin: 0 auto; }
.odsjqt { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.odsjqt:last-child { border-bottom: none; }
.micq { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.odsjqt p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.odsjqt ul.h3g2 { margin: 0; }
.k4hvt .micq { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .k4hvt { grid-template-columns: 1fr; gap: 10px; } }
.jb96k34n .micq { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.u5uam9c .h3g2 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .dreg { grid-template-columns: 1fr; } }
.gaud2 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.gaud2:hover .ipnva { color: var(--accent-light); text-decoration: underline; }
.xut2xx2b { color: inherit; text-decoration: none; }
.xut2xx2b:hover { color: var(--accent-light); text-decoration: underline; }
.oh0a { display: inline-block; line-height: 0; }
.a39n { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.vn3mn { max-width: 760px; margin: 0 auto; }
.lw2n0bw ul.h3g2 { margin: 0; }
.bgf2zmd9 { color: var(--text-muted); line-height: 1.75; }
.rb92 .h3g2,
.n0scqs .h3g2,
.kdkna .h3g2,
.wj9xczaz .h3g2 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.bg7phus { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.l5tkw { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.mx9j { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.qn3m48 { margin-top: 12px; }
.quzx1o { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.quzx1o:hover { border-bottom-color: var(--accent-light); }
.mm8dghfs { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.mm8dghfs img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ikzvnkb { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.pem6 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.a0gl42x { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.a0gl42x::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .xee7yzl { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.mw3k .mx9j, .mw3k .l5tkw { max-width: 640px; }
.ilc9gp .bg7phus { font-size: 1.6rem; margin-top: 18px; }
.hr2m65mq .mx9j { margin-bottom: 28px; }
@media (max-width: 860px) { .egr71r2l { grid-template-columns: 1fr; } .ilc9gp { position: static; text-align: center; } }
.fu5rhunl .mm8dghfs { margin: 0 auto 18px; }
.fu5rhunl .pem6 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .gd6ejpw { grid-template-columns: 1fr; } }
.c7pbkto { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.hynz74m { flex: 1; }
.c7pbkto .bg7phus { font-size: 1.6rem; margin-bottom: 6px; }
.hl955b { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.wj9xczaz { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.qwz0ydoi { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.wj9xczaz p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.wj9xczaz .h3g2 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .c7pbkto { flex-direction: column; text-align: center; } .hl955b { grid-template-columns: 1fr; } }
.eljq91 .bg7phus { font-size: 1.35rem; margin: 0 0 4px; }
.eljq91 .pem6 { margin: 0; }
.dxo63 .bknm { color: var(--accent-light); }
.byy5ubi7 .bknm { font-size: 2rem; }
.byy5ubi7 .in4vzpz { max-width: 680px; }
.vnrftp {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.vnrftp .bknm { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.vnrftp .in4vzpz  { margin: 0; }
@media (max-width: 640px) { .vnrftp { flex-direction: column; } }
.nx0l1gu .bknm { color: var(--accent-light); }
.kk790 .bknm { color: #fff; }
.kk790 .in4vzpz  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .jumik { grid-template-columns: 1fr; } }
.hcmn { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.hcmn .k5630ews {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.hcmn .k5630ews:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.utyd .k5630ews { background: var(--bg-raised); border-color: transparent; }
.utyd .k5630ews:focus { background: var(--bg-card); border-color: var(--accent-light); }
.kgzm9k .k5630ews { border-radius: 100px; padding: 11px 20px; }
.kgzm9k .rf88zbb8 { border-radius: 14px; }
.kz6j3ew4 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .kz6j3ew4 { grid-template-columns: 1fr; } }
.ztvbvjyo {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.ztvbvjyo h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.ztvbvjyo p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.lh9jq0j { counter-reset: priv-count; }
.jq6ui8l3 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.jq6ui8l3:last-child { border-bottom: none; }
.vd4d {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.jq6ui8l3 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.jq6ui8l3 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.s253cu { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.s253cu li { margin-bottom: 6px; }
.i8450o{display:none}
.i8450o:empty,.u6gnp:empty{display:none}
.wmku{position:relative;overflow:visible}
.dopzvs .hwcb,.kbr0 .hwcb,
.b77z4ckx .hwcb,.nmj2gn2 .hwcb,
.n4086gq .hwcb,.gl5lylj .hwcb{display:block}
.cnret .dqxo71{display:block}
.dopzvs .hwcb,.kbr0 .hwcb,
.b77z4ckx .hwcb,.nmj2gn2 .hwcb,
.n4086gq .hwcb{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.dopzvs .hwcb .u6gnp,.kbr0 .hwcb .u6gnp,
.b77z4ckx .hwcb .u6gnp,.nmj2gn2 .hwcb .u6gnp,
.n4086gq .hwcb .u6gnp{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.dopzvs .vq9eqau,.kbr0 .vq9eqau,
.b77z4ckx .vq9eqau,.nmj2gn2 .vq9eqau,
.n4086gq .vq9eqau{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.dopzvs .hwcb,.kbr0 .hwcb{top:12px}
.dopzvs .hwcb .u6gnp{margin-right:auto}
.kbr0 .hwcb .u6gnp{margin-left:auto}
.kbr0 .hwcb{text-align:right}
.b77z4ckx .hwcb,.nmj2gn2 .hwcb{bottom:12px}
.b77z4ckx .hwcb .u6gnp{margin-right:auto}
.nmj2gn2 .hwcb .u6gnp{margin-left:auto}
.nmj2gn2 .hwcb{text-align:right}
.n4086gq .hwcb{position:relative;margin-top:16px}
.n4086gq .hwcb .u6gnp{margin:0 auto}
.gl5lylj .hwcb{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.gl5lylj .hwcb .u6gnp{margin:0}
.gl5lylj .rbcauqib~.hwcb,
.gl5lylj .oqstij~.hwcb{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.gl5lylj .rbcauqib~.hwcb .u6gnp,
.gl5lylj .oqstij~.hwcb .u6gnp{justify-content:flex-start}
.rbcauqib~.hwcb,.oqstij~.hwcb{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.rbcauqib~.hwcb .u6gnp{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.oqstij~.hwcb .u6gnp{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.dqxo71 .u6gnp{margin:0 0 12px}
.u6gnp{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.c6emhmbf{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.ipnva{font-weight:600;color:var(--text-heading);opacity:1}
.gvcqvna::before{content:"·";margin:0 2px;opacity:.5}
.vq9eqau{white-space:nowrap}
.vm5s9fo .c6emhmbf{display:none}
.k3tsnqyr .vq9eqau{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.k3tsnqyr .gvcqvna::before{content:""}
.qfy2ei3e .vq9eqau{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}
.qfy2ei3e .gvcqvna::before{content:""}
.et18 .u6gnp{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.mn80eum .vq9eqau{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.mn80eum .gvcqvna::before{content:""}
.vdpqkf .vq9eqau{color: var(--accent-light);opacity:1;font-weight:500}
.yi91hi .vq9eqau{border-bottom:1px solid currentColor;padding-bottom:2px}
.teq7qk .u6gnp{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.ponst5{--date-bg:var(--accent-bg)}
.n336q41e .gvcqvna::before{content:""}
.kl8pw59 .gvcqvna::before{content:"•";opacity:.4}
.kl8pw59 .vq9eqau + .vq9eqau::before{content:"•";margin-right:6px;opacity:.4}
.g3e24 .gvcqvna::before{content:"/";opacity:.35}
.g3e24 .vq9eqau + .vq9eqau::before{content:"/";margin-right:6px;opacity:.35}
.ymburfa .gvcqvna::before{content:"|";opacity:.3}
.ymburfa .vq9eqau + .vq9eqau::before{content:"|";margin-right:6px;opacity:.3}
.jr3ye7 .gvcqvna::before{content:"—";opacity:.3}
.jr3ye7 .vq9eqau + .vq9eqau::before{content:"—";margin-right:6px;opacity:.3}
.wy9c036 .gvcqvna::before{content:"◆";font-size:.5em;opacity:.35}
.wy9c036 .vq9eqau + .vq9eqau::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.gf4i .gvcqvna::before{content:"·";opacity:.4}
.gf4i .vq9eqau + .vq9eqau::before{content:"·";margin-right:6px;opacity:.4}
.u7ao .gvcqvna::before{content:"›";opacity:.4}
.u7ao .vq9eqau + .vq9eqau::before{content:"›";margin-right:6px;opacity:.4}
.abdawax .gvcqvna::before{content:"→";opacity:.35;font-size:.85em}
.abdawax .vq9eqau + .vq9eqau::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.ofkl1{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.wmqih{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.o2bzeh8{display:flex;flex-direction:column;gap:3px}
.ekrrj{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.kdsd{font-weight:700;font-size:1rem;color:var(--text-heading)}
.j7h5{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.i8u4rba7 .ofkl1{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.cxr0fl9 .ofkl1{border-top:3px solid var(--accent);padding-top:18px}
.v31gel .ofkl1{border-left:3px solid var(--accent);border-radius:0}
.f6crp .ofkl1{padding:20px 0}
@media(max-width:640px){
  .ofkl1{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .j7h5{max-width:100%}
}
.jjdx2623 .egxqq{margin:0}
@media (max-width:560px){
  .ndsc9m{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) {
  .qpgt { padding: 28px 18px 20px; }
  .k45dj { font-size: 1.2rem; }
  .qc33magd { max-width: 220px; max-height: 80px; }
}
.sgcs  .fm36vh { border-radius: 50%; }
.i6xfl7 .dqrb {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .fm36vh { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.fd7124 {
  margin: 28px 0 24px;
}
.fd7124 .c9xw6 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.fd7124 .n2kcjfb {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.fd7124 .dqrb {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .uiapz { flex-direction: row-reverse; }
[dir="rtl"] .wk111y3c { flex-direction: row-reverse; }
[dir="rtl"] .rx8foo .twjq1a { right: auto; left: 32px; }
[dir="rtl"] .iu0p  .twjq1a { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .rx8foo .twjq1a { right: auto; left: 20px; }
  [dir="rtl"] .iu0p  .twjq1a { left: auto;  right: 20px; }
}
[dir="rtl"] .pzq491hl .gi4294vq  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .qefhz .gi4294vq { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .e4obe, [dir="rtl"] .s89vu5 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .vmoq { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .dqrb { direction: rtl; }
[dir="rtl"] .c677f { direction: rtl; }
[dir="rtl"] .m4pfsir { direction: rtl; }
[dir="rtl"] .dp0d1p9e { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .f5guzwkf .s89vu5,
[dir="rtl"] .r2yu8mz .s89vu5,
[dir="rtl"] .zhyg7 .s89vu5,
[dir="rtl"] .g32wdscy .s89vu5 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .f5guzwkf .s89vu5 li::before,
[dir="rtl"] .r2yu8mz .s89vu5 li::before,
[dir="rtl"] .zhyg7 .s89vu5 li::before,
[dir="rtl"] .g32wdscy .s89vu5 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .mubq9.a2v0 .mytfj,
[dir="rtl"] .soy47.a2v0 .mytfj,
[dir="rtl"] .ysksizv.a2v0 .mytfj,
[dir="rtl"] .yr42.a2v0 .mytfj,
[dir="rtl"] .eg9o6.a2v0 .mytfj { text-align: right; }
[dir="rtl"] .rbcauqib.a2v0 .d4w95nx { align-items: flex-end; text-align: right; }
[dir="rtl"] .n2kcjfb,
[dir="rtl"] .zghcg,
[dir="rtl"] .povsl9ss,
[dir="rtl"] .qcup,
[dir="rtl"] .mytfj { text-align: right; }
[dir="rtl"] .ig3ep2z0,
[dir="rtl"] .jkt18mc,
[dir="rtl"] .mx9j,
[dir="rtl"] .k5630ews,
[dir="rtl"] .rf88zbb8 { text-align: right; direction: rtl; }
[dir="rtl"] .kgzm9k .k5630ews,
[dir="rtl"] .hcmn .k5630ews { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #2b811d;
  --brand:           #2b811d;
  --brand-light:     #75d665;
  --brand-pale:      #a9dea0;
  --grad-start:      #0f2d0a;
  --grad-end:        #246c18;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #dca053;
  --cta-light:       #e5c295;
  --cta-hover:       #e2b274;
  --bg-page:         #071305;
  --bg-surface:      #0c1f09;
  --bg-card:         #112b0c;
  --bg-card-inner:   #153610;
  --bg-raised:       #1a4214;
  --bg-hover:        #1f4e17;
  --border:          #255e1c;
  --border-alt:      #2e7523;
  --border-section:  #255e1c;
  --text-primary:    #e4e7e3;
  --text-muted:      #a0ac9e;
  --text-body:       #c9cfc8;
  --text-sub:        #a0ac9e;
  --text-faint:      #6c7b6a;
  --text-dim:        #546052;
  --text-label:      #859483;
  --text-value:      #bbc4ba;
  --accent-bg:       #172814;
  --accent-bg-light: #213f1c;
  --bg-tip:          #241626;
  --bg-warning:      #272115;
  --bg-info:         #162226;
  --bg-pros:         #241626;
  --bg-cons:         #261b16;
  --c-pros:          #dd82ec;
  --c-cons:          #e6a389;
  --c-pros-label:    #d156e6;
  --c-tip-border:    #c936e1;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #dd82ec;
}
:root { --logo-bg-opacity: 33%; }
body, button, input { font-family: "Cabin", sans-serif; }
.p6eu6 .ztxkt, .p6eu6 .rbcauqib { min-height: 520px; }
.gl0h::before { content: '—'; }