:root {
  --color-accent: #337561;
  --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;
}
.kqns0l3h {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.wxhb9sjr {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.f3k53 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.vdlqzf { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.exej70n { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.exej70n a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.exej70n a:hover { color: var(--accent-light); }
.sfz9uwh     .xj0jo { border-radius: 24px; padding: 8px; }
.sfz9uwh .xj0jo li a { border-radius: 16px; }
.j6hnus .xj0jo li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .xj0jo {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .u7vr2x:hover .xj0jo,
  .u7vr2x:focus-within .xj0jo { display: block; }
  .xj0jo li a { padding: 8px 16px; font-size: 0.88rem; }
}
.i2rw0q {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.xqw9 { display: none; }
@media (max-width: 640px) {
  .xqw9 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .xqw9.n63qhbx { display: block; }
}
@media (max-width: 640px) {
  .i2rw0q { display: block; }
  .exej70n > li + li::before { display: none !important; }
  .exej70n {
    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;
  }
  .exej70n.n63qhbx { display: flex; }
  .exej70n li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .exej70n li:last-child a { border-bottom: none; }
}
.xx4qv6 { min-height: 480px; }
.bexld {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.iqauhk3 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.h4g8q0x .iqauhk3 { margin-left: 0; margin-right: 0; }
.kij4z {
  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;
}
.a9jj .kij4z { margin-top: 24px; }
.kij4z:hover { opacity: 0.88; }
.ng7e8hpw .bexld { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ng7e8hpw .iqauhk3 { color: #e2e8f0; }
.ng7e8hpw.lw40 .hzu9h { text-align: center; }
.wdr2r .bexld { color: var(--text-primary); text-shadow: none; }
.wdr2r .iqauhk3 { color: var(--text-muted); }
.wdr2r .kij4z { margin-top: 16px; }
.wdr2r, .wdr2r.xx4qv6 { min-height: auto !important; }
.wdr2r.lw40 .hzu9h { text-align: center; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.gvo1 .p55ld93,
.gvo1 .u82rcl,
.gvo1 .ng7e8hpw .ugm3rj {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.p55ld93 .bexld { color: #fff; }
.p55ld93 .iqauhk3 { color: rgba(255,255,255,0.85); }
.p55ld93 .kij4z { background: #fff; color: var(--cta); }
.p55ld93 .kij4z:hover { opacity: 0.92; }
.gh1gcs .eq3sbc4 { position: relative; overflow: hidden; }
.gh1gcs .eq3sbc4::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.x12l .eq3sbc4 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.jqlz7 .eq3sbc4 { position: relative; overflow: hidden; }
.jqlz7 .eq3sbc4::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;
}
.dfc0ssr .eq3sbc4 { position: relative; overflow: hidden; }
.dfc0ssr .eq3sbc4::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.gvo1 .eq3sbc4 {
  animation: hg-fadein 1.2s ease-out both;
}
.eq3sbc4 {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.l7e38z {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.hfxwrp {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.d4rk {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.eq3sbc4 .bexld { text-shadow: none; color: var(--text-primary); }
.eq3sbc4 .iqauhk3 { color: var(--text-muted); }
body.j6tqcme .bexld {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.gpvtf8h .bexld {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.xx4qv6.p55ld93 .bexld,
section.p55ld93 .bexld {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.eq3sbc4.lw40 .l7e38z { align-items: center; text-align: center; }
.eq3sbc4.h4g8q0x   .l7e38z { align-items: flex-start; text-align: left; }
.qscapp .hfxwrp { position: relative; }
.qscapp .hfxwrp::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.qscapp.mtuvmf .hfxwrp::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.gfofbd0 .hfxwrp {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.gfofbd0 .d4rk {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.gfofbd0.mtuvmf .hfxwrp { padding: 32px 0 32px 32px; }
.hi4t .hfxwrp {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.hi4t .d4rk {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.mtuvmf .l7e38z {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.hi4t.mtuvmf .hfxwrp { padding: 40px 16px 40px 48px; }
.xx4qv6 .ki3dq {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ki3dq .n8d40v.ljhf0ht {
  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;
}
.ki3dq .n8d40v.ljhf0ht:hover { opacity: 0.85; }
.up3fq .hfxwrp {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .eq3sbc4 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .eq3sbc4:not(.up3fq) .hfxwrp { display: none !important; }
  .up3fq .hfxwrp { padding: 16px; }
  .l7e38z  { padding: 36px 24px; }
  .eq3sbc4~.kv97,.mtuvmf~.kv97{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .xx4qv6, .eq3sbc4 { min-height: 320px !important; }
  .bexld { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .i05w33i,
  .w92i2,
  .et3ofnu { grid-template-columns: 1fr !important; }

  

  
  .vs8e36 { display: flex !important; flex-direction: column !important; }
  .vs8e36 .hzu9h { display: contents; }
  .vs8e36 .ugm3rj { order: 0; }
  .vs8e36 .bexld { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .vs8e36 .i05w33i { order: 2; padding: 0 16px 12px !important; }
  .vs8e36 .iqauhk3 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .a9jj .hzu9h { display: flex; flex-direction: column; }
  .a9jj .hzu9h .bexld { order: 1; }
  .a9jj .hzu9h .et3ofnu { order: 2; margin: 8px 0 24px !important; }
  .a9jj .hzu9h .iqauhk3 { order: 3; }
  .a9jj .hzu9h .kij4z { order: 4; align-self: center; margin-top: 0; }

  
  .eq3sbc4.up3fq {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .eq3sbc4.up3fq .l7e38z { display: contents; padding: 0; }
  .eq3sbc4.up3fq .l7e38z .bexld { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .eq3sbc4.up3fq .hfxwrp { order: 2; padding: 12px 16px; }
  .eq3sbc4.up3fq .l7e38z .iqauhk3 { order: 3; padding: 0 24px; margin: 0 auto; }
  .eq3sbc4.up3fq .l7e38z .kij4z { order: 4; align-self: center; margin: 8px 0 32px; }
}
.aidv { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.w452i42g { width: 100%; height: auto; display: block; border-radius: 10px; }
.qdu53 .aidv        { border-radius: 16px; }
.qdu53 .w452i42g  { border-radius: 16px; }
.y69zi .aidv         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.y69zi .w452i42g   { border-radius: 8px; }
.meersbm { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.h8nei3cx { width: 100%; padding: 32px 0; position: relative; }
.jxkbgu { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.m71teq .h8nei3cx:nth-child(even) { background: var(--bg-surface); }
.m71teq .h8nei3cx:nth-child(odd)  { background: var(--bg-page); }
.plv85fv .h8nei3cx:nth-child(even) { background: var(--bg-card); }
.plv85fv .h8nei3cx:nth-child(odd)  { background: var(--bg-page); }
.m71teq .h8nei3cx:nth-child(odd)  .jxkbgu { background: var(--bg-card); border-radius: 6px; }
.m71teq .h8nei3cx:nth-child(even) .jxkbgu { background: var(--bg-raised); border-radius: 6px; }
.plv85fv .h8nei3cx:nth-child(odd)  .jxkbgu { background: var(--bg-card); border-radius: 6px; }
.plv85fv .h8nei3cx:nth-child(even) .jxkbgu { background: var(--bg-raised); border-radius: 6px; }
.m71teq .h8nei3cx:nth-child(even) .o6yit .vz1b61o,
.plv85fv .h8nei3cx:nth-child(even) .o6yit .vz1b61o { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.m71teq .h8nei3cx:nth-child(odd) .o6yit .vz1b61o,
.plv85fv .h8nei3cx:nth-child(odd) .o6yit .vz1b61o { background: var(--bg-card-inner); }
.m71teq .h8nei3cx:nth-child(even) .i85563 .vz1b61o:nth-child(odd),
.plv85fv .h8nei3cx:nth-child(even) .i85563 .vz1b61o:nth-child(odd)  { background: var(--bg-card); }
.m71teq .h8nei3cx:nth-child(even) .i85563 .vz1b61o:nth-child(even),
.plv85fv .h8nei3cx:nth-child(even) .i85563 .vz1b61o:nth-child(even) { background: var(--bg-card-inner); }
h1.qqnk6119 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.qqnk6119 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.te2w4tl { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.toh8 h2.qqnk6119 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.yigrhcad h2.qqnk6119 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.l13js3kf h2.qqnk6119 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.dwm1wut h2.qqnk6119::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.ksyqjk1z h2.qqnk6119 {
  color: var(--text-primary); font-size: 1.7rem;
}
.b5haf8d h2.qqnk6119::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.fd6cvdku h2.qqnk6119 {
  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;
}
.pxhbf { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .pxhbf { display: none; } }
.h8loe { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.mzqt4618 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.v0qu {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.cmarqvw { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.nkvere { padding-left: 20px; }
.nkvere li { margin-bottom: 6px; }
.nkvere a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.nkvere a:hover { color: var(--accent-light); }
.nm1gxk2 .cmarqvw { display: none; }
.qfrv1ksq .cmarqvw { display: none; }
.qfrv1ksq .nkvere { padding-left: 0; list-style: none; }
.qfrv1ksq .nkvere li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.qfrv1ksq .nkvere a { font-size: 0.92rem; }
.t9itu .v0qu { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.t9itu .cmarqvw { display: none; }
.t9itu .nkvere { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.t9itu .nkvere li { margin-bottom: 0; }
.t9itu .nkvere 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;
}
.t9itu .nkvere a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.gefa48vv .v0qu { padding: 20px 20px 16px; }
.gefa48vv .nkvere {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.gefa48vv .nkvere li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.gefa48vv .nkvere 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;
}
.gefa48vv .nkvere 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;
}
.gefa48vv .nkvere a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.gefa48vv .nkvere a:focus,
.gefa48vv .nkvere a:focus-visible,
.gefa48vv .nkvere a:target { outline: none; }
.gefa48vv .nkvere li:target a { border-color: var(--border); color: var(--text-muted); }
.zxqjzdo .v0qu { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.zxqjzdo .cmarqvw { display: none; }
.zxqjzdo .nkvere { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.zxqjzdo .nkvere li { margin-bottom: 0; }
.zxqjzdo .nkvere li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.zxqjzdo .nkvere li:last-child::after { content: ""; margin-right: 0; }
.zxqjzdo .nkvere a { font-size: 0.9rem; }
.vz1b61o { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.o6yit .vz1b61o { background: var(--bg-card); }
.i85563 .vz1b61o:nth-child(odd)  { background: var(--bg-card); }
.i85563 .vz1b61o:nth-child(even) { background: var(--bg-raised); }
.pkjt3 .vz1b61o {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.pkjt3 .vz1b61o:last-child { border-bottom: none; }
.pkjt3 h3.te2w4tl { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.gs08ulo .vz1b61o {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.gs08ulo .vz1b61o + .vz1b61o { margin-top: 4px; }
.k68c5pl .vz1b61o { background: none; border-radius: 0; padding: 12px 0; }
.k68c5pl .vz1b61o + .vz1b61o { border-top: 1px solid var(--border-section); }
.gunja0re { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.veisuf { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.br9i7on { color: var(--text-body); margin-bottom: 10px; }
.tw59w6e, .qeqzblts { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.tw59w6e li, .qeqzblts li { margin-bottom: 6px; }
.qeqzblts li { list-style: decimal; }
.p3rbqh7     .tw59w6e { list-style-type: "● "; }
.zx9ojlc  .tw59w6e { list-style-type: "■ "; }
.rostjlk .tw59w6e { list-style-type: "◆ "; }
.pxp81    .tw59w6e { list-style-type: "★ "; }
.p3rbqh7     .p3ttx9j { list-style-type: "● "; }
.zx9ojlc  .p3ttx9j { list-style-type: "■ "; }
.rostjlk .p3ttx9j { list-style-type: "◆ "; }
.pxp81    .p3ttx9j { list-style-type: "★ "; }
.p3rbqh7    .tw59w6e li::marker, .p3rbqh7    .p3ttx9j li::marker,
.zx9ojlc .tw59w6e li::marker, .zx9ojlc .p3ttx9j li::marker,
.rostjlk .tw59w6e li::marker, .rostjlk .p3ttx9j li::marker,
.pxp81   .tw59w6e li::marker, .pxp81   .p3ttx9j li::marker {
  color: var(--cta); font-size: 1em;
}
.p3rbqh7 .qeqzblts,
.zx9ojlc .qeqzblts,
.rostjlk .qeqzblts,
.pxp81 .qeqzblts {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.p3rbqh7 .qeqzblts li,
.zx9ojlc .qeqzblts li,
.rostjlk .qeqzblts li,
.pxp81 .qeqzblts li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.p3rbqh7 .qeqzblts li::before,
.zx9ojlc .qeqzblts li::before,
.rostjlk .qeqzblts li::before,
.pxp81 .qeqzblts 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;
}
.p3rbqh7     .qeqzblts li::before { border-radius: 50%; }
.zx9ojlc  .qeqzblts li::before { border-radius: 3px; }
.rostjlk .qeqzblts li::before { border-radius: 3px; }
.pxp81    .qeqzblts li::before { border-radius: 50%; }
.l9pfks { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.h2284x4f .l9pfks,
.gnzp8d .l9pfks { background: transparent; border: none; border-radius: 0; }
.ku1von0p { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ku1von0p th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.ku1von0p td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.ku1von0p tr:hover td { background: var(--bg-hover); }
.wrmz .ku1von0p tbody tr:nth-child(even) td { background: var(--bg-surface); }
.o54y .ku1von0p { border: 1px solid var(--border-alt); }
.o54y .ku1von0p th,
.o54y .ku1von0p td { border: 1px solid var(--border-alt); }
.ks56qb .ku1von0p th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.ks56qb .ku1von0p td { border-bottom: none; }
.ks56qb .ku1von0p tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.xh7b3 .ku1von0p th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ijfv8 .l9pfks {
  overflow: hidden;
}
.ijfv8 .ku1von0p th { border-bottom: 1px solid var(--border-alt); }
.ijfv8 .ku1von0p tr:last-child td { border-bottom: none; }
.fc0jv { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.nyebi { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.orcvoh { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.a4mkit { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.o1lq { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.p3ttx9j { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.p3ttx9j 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%}
.r10f6v1q .a4mkit { background: transparent; text-align: center; }
.ggqem0za .orcvoh {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.pefvw .orcvoh {
  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);
}
.f0bhk4 .nyebi { display: grid; grid-template-columns: auto 1fr; }
.f0bhk4 .orcvoh {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.f0bhk4 .a4mkit { grid-column: 2; }
.f0bhk4 .o1lq,
.f0bhk4 .p3ttx9j { grid-column: 1 / -1; }
.nlb83b .nyebi { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.nlb83b .orcvoh {
  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);
}
.nlb83b .a4mkit { grid-column: 2; }
.nlb83b .o1lq,
.nlb83b .p3ttx9j { grid-column: 1 / -1; }
.ofmtu4 .nyebi { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.ofmtu4 .a4mkit { background: none; color: var(--accent-light); font-weight: 700; }
.iv0ra .nyebi { 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); }
.iv0ra .a4mkit { background: none; color: var(--accent-light); font-weight: 700; }
.kx4xrq .nyebi { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.kx4xrq .nyebi:last-child { border-bottom: none; }
.kx4xrq .a4mkit { background: none; color: var(--accent-light); font-weight: 700; }
.tpi4flzi .nyebi { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.tpi4flzi .a4mkit { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.quaz .fc0jv { counter-reset: card-n; }
.quaz .nyebi  { counter-increment: card-n; }
.quaz .a4mkit { display: flex; align-items: center; gap: 10px; }
.quaz .a4mkit::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;
}
.f5tiflv .nyebi { background: var(--bg-surface); border: 1px solid var(--border); }
.f5tiflv .a4mkit { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.u9je82 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.tfaxjl71  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.icydh1 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.tgu98b { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.u9je82 strong { color: var(--text-primary); font-size: 0.95rem; }
.u9je82 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.w452i42g { width: 100%; height: auto; border-radius: 10px; display: block; }
.ljhf0ht {
  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;
}
.ljhf0ht:hover { opacity: 0.85; }
.hrgg .ljhf0ht  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.hrgg .ljhf0ht:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.hxz04 .ljhf0ht  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.hxz04 .ljhf0ht:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.jkb1ql .kij4z { border-radius: 50px; }
.jkb1ql .ljhf0ht  { border-radius: 50px; }
.dyspkp7r .kij4z { padding-left: 22px; padding-right: 22px; }
.dyspkp7r .ljhf0ht  { padding-left: 12px; padding-right: 12px; }
.qnunr9j7 .kij4z { padding-left: 44px; padding-right: 44px; }
.qnunr9j7 .ljhf0ht  { padding-left: 24px; padding-right: 24px; }
.yu40awcq .kij4z { padding-left: 56px; padding-right: 56px; }
.yu40awcq .ljhf0ht  { padding-left: 32px; padding-right: 32px; }
.mxow2iak   .kij4z::after, .mxow2iak   .ljhf0ht::after,
.z0by .kij4z::after, .z0by .ljhf0ht::after,
.ctf5e    .kij4z::after, .ctf5e    .ljhf0ht::after,
.vpa8    .kij4z::after, .vpa8    .ljhf0ht::after,
.ih2z    .kij4z::after, .ih2z    .ljhf0ht::after,
.vfved1l2     .kij4z::after, .vfved1l2     .ljhf0ht::after,
.xsa1    .kij4z::after, .xsa1    .ljhf0ht::after,
.hp2wnof   .kij4z::after, .hp2wnof   .ljhf0ht::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;
}
.mxow2iak .kij4z::after, .mxow2iak .ljhf0ht::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");
}
.z0by .kij4z::after, .z0by .ljhf0ht::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");
}
.ctf5e .kij4z::after, .ctf5e .ljhf0ht::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");
}
.vpa8 .kij4z::after, .vpa8 .ljhf0ht::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");
}
.ih2z .kij4z::after, .ih2z .ljhf0ht::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");
}
.vfved1l2 .kij4z::after, .vfved1l2 .ljhf0ht::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");
}
.xsa1 .kij4z::after, .xsa1 .ljhf0ht::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");
}
.hp2wnof .kij4z::after, .hp2wnof .ljhf0ht::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");
}
.yqid4vzg   .acj5q0::after, .yqid4vzg   .wpfxg8::after,
.xh8bw .acj5q0::after, .xh8bw .wpfxg8::after,
.zlu1    .acj5q0::after, .zlu1    .wpfxg8::after,
.zy27s13    .acj5q0::after, .zy27s13    .wpfxg8::after,
.y4th    .acj5q0::after, .y4th    .wpfxg8::after,
.yop4tfy     .acj5q0::after, .yop4tfy     .wpfxg8::after,
.lsubkjt    .acj5q0::after, .lsubkjt    .wpfxg8::after,
.hcj4fb   .acj5q0::after, .hcj4fb   .wpfxg8::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;
}
.yqid4vzg .acj5q0::after, .yqid4vzg .wpfxg8::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");
}
.xh8bw .acj5q0::after, .xh8bw .wpfxg8::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");
}
.zlu1 .acj5q0::after, .zlu1 .wpfxg8::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");
}
.zy27s13 .acj5q0::after, .zy27s13 .wpfxg8::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");
}
.y4th .acj5q0::after, .y4th .wpfxg8::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");
}
.yop4tfy .acj5q0::after, .yop4tfy .wpfxg8::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");
}
.lsubkjt .acj5q0::after, .lsubkjt .wpfxg8::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");
}
.hcj4fb .acj5q0::after, .hcj4fb .wpfxg8::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");
}
.bd7zmp .h2e3    { background: transparent; padding: 0; }
.n8d40v.ljhf0ht {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .vbx6q61 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .vbx6q61::before    { grid-area: rank;   }
  .yv9b           { grid-area: ident;  }
  .n3btxp     { grid-area: rating; min-width: 0; width: auto; }
  .q31nl2n           { grid-area: pills;  }
  .n8d40v             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .vbx6q61 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .vbx6q61::before    { justify-self: center; }
  .yv9b           { width: 100%; }
  .n3btxp     { justify-self: center; }
  .q31nl2n           { grid-template-columns: 1fr; }
}
.fnhnycz .ooai4 li::before { content: "→"; }
.fnhnycz .btgw4iu li::before { content: "–"; }
@media (min-width: 860px) {
  .q36bxnu6 .r61n {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .q36bxnu6 .hy7rka1 { margin: 0; }
}
.hza9 .hy7rka1 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.hza9 .rdg7 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.hza9 .h2284x4f { padding: 14px 16px; }
.hza9 .l7c45 { border-radius: 4px; }
.hza9 .bbjz { border-radius: 0; }
@media (max-width: 720px) {
  .to9foc8 { grid-template-columns: 1fr; }
  .nzbj { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .nzbj .yy7ms { width: 72px; height: 50px; }
  .nzbj .rtse { max-width: 180px; }
  .nzbj .og47m8 { width: auto; }
}
@media (max-width: 720px) {
  .x89bl1fy { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .o7r0tw { padding: 16px; }
  .f65j4 .vqc6 { min-width: 50%; }
}
@media (max-width: 860px) {
  .iuawk { grid-template-columns: 1fr; }
  .otp0 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .p2cqr1k { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .v1icbue { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .bczg1g { flex-direction: column; align-items: stretch; }
}
.t9eu .og47m8 .ljhf0ht { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .pduo9 { flex-direction: column; align-items: stretch; gap: 10px; }
  .t9eu .og47m8 { text-align: center; }
}
@media (max-width: 720px) {
  .edoy { grid-template-columns: 1fr; }
  .iogw { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .i9z5e { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .odvop { grid-template-columns: 1fr; }
  .oz0oe { width: 100px; height: 100px; margin: 16px auto; }
  .ihlujivh { font-size: 1.4rem; }
  .wbtbd { justify-content: center; }
  .lbedfae .vqc6 { min-width: 50%; }
}
@media (max-width: 540px) {
  .aaoogi { flex-wrap: wrap; padding: 14px 16px; }
  .cdwh1 { padding: 12px 16px; }
  .iv38j30 .ce0et { margin: 0 16px; }
  .iv38j30 .hnolh07 { padding: 0 16px; }
  .fls60ngx { padding: 12px 16px; }
}
.lzrzqt1p .xq57jn2 { gap: 0; }
.lzrzqt1p .vbx6q61 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.lzrzqt1p .vbx6q61:last-child { border-bottom: none; }
.lzrzqt1p .vbx6q61:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.lzrzqt1p .vbx6q61:nth-child(even):hover { background: var(--bg-hover); }
.k6c4dzvw .q31nl2n .vdhlk02 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.k6c4dzvw .q31nl2n .vdhlk02:first-child { border-left: none; }
.qmujpu .pe2z7iv,
.qmujpu .gns8cm,
.qmujpu .gns8cm {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.qmujpu .gns8cm small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.qmujpu .ssudt .pao8qde,
.qmujpu .ssudt strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.qmujpu .qg3ps,
.qmujpu .vpt51ck { font-size: 1em; }
.d7ng { margin: 16px 0; }
.cndsu2ky { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.cndsu2ky summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.cndsu2ky summary::after { content: "+"; color: var(--accent-light); }
.cndsu2ky[open] summary::after { content: "−"; }
.cndsu2ky p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.h8nei3cx { margin-bottom: 0; }
.p1bl h2.qqnk6119 { color: var(--text-primary); border-color: var(--accent-light); }
.ehjsw h2.qqnk6119 { color: var(--text-primary); border-color: var(--accent-light); }
.kixl28 .tfaxjl71     { background: #052e16; border-color: #10b981; }
.kixl28 .f9nyu { background: #2d0a1e; border-color: #f43f5e; }
.kixl28 .icydh1    { background: #1e1036; border-color: #a855f7; }
.kixl28 .u9je82 strong  { color: #f1f5f9; }
.kixl28 .u9je82 p       { color: #cbd5e1; }
.kixl28 .oqr4f4k    .tfaxjl71     .tgu98b::before,
.kixl28 .q7jqcy4a  .tfaxjl71     .tgu98b::before,
.kixl28 .k6lpfhw  .tfaxjl71     .tgu98b::before,
.kixl28 .mx2sgvv .tfaxjl71     .tgu98b::before { color: #10b981; }
.kixl28 .oqr4f4k    .f9nyu .tgu98b::before,
.kixl28 .q7jqcy4a  .f9nyu .tgu98b::before,
.kixl28 .k6lpfhw  .f9nyu .tgu98b::before,
.kixl28 .mx2sgvv .f9nyu .tgu98b::before { color: #f43f5e; }
.kixl28 .oqr4f4k    .icydh1    .tgu98b::before,
.kixl28 .q7jqcy4a  .icydh1    .tgu98b::before,
.kixl28 .k6lpfhw  .icydh1    .tgu98b::before,
.kixl28 .mx2sgvv .icydh1    .tgu98b::before { color: #a855f7; }
.g5d9dfxf .tfaxjl71     { background: #2d2000; border-color: #eab308; }
.g5d9dfxf .icydh1    { background: #2d1600; border-color: #f97316; }
.g5d9dfxf .u9je82 strong  { color: #f1f5f9; }
.g5d9dfxf .u9je82 p       { color: #cbd5e1; }
.g5d9dfxf .oqr4f4k    .tfaxjl71     .tgu98b::before,
.g5d9dfxf .q7jqcy4a  .tfaxjl71     .tgu98b::before,
.g5d9dfxf .k6lpfhw  .tfaxjl71     .tgu98b::before,
.g5d9dfxf .mx2sgvv .tfaxjl71     .tgu98b::before { color: #eab308; }
.g5d9dfxf .oqr4f4k    .f9nyu .tgu98b::before,
.g5d9dfxf .q7jqcy4a  .f9nyu .tgu98b::before,
.g5d9dfxf .k6lpfhw  .f9nyu .tgu98b::before,
.g5d9dfxf .mx2sgvv .f9nyu .tgu98b::before { color: #ef4444; }
.g5d9dfxf .oqr4f4k    .icydh1    .tgu98b::before,
.g5d9dfxf .q7jqcy4a  .icydh1    .tgu98b::before,
.g5d9dfxf .k6lpfhw  .icydh1    .tgu98b::before,
.g5d9dfxf .mx2sgvv .icydh1    .tgu98b::before { color: #f97316; }
.k4yrv0a .tfaxjl71     { background: #0c1a2e; border-color: #38bdf8; }
.k4yrv0a .icydh1    { background: #0a2020; border-color: #2dd4bf; }
.k4yrv0a .u9je82 strong  { color: #f1f5f9; }
.k4yrv0a .u9je82 p       { color: #cbd5e1; }
.k4yrv0a .oqr4f4k    .tfaxjl71     .tgu98b::before,
.k4yrv0a .q7jqcy4a  .tfaxjl71     .tgu98b::before,
.k4yrv0a .k6lpfhw  .tfaxjl71     .tgu98b::before,
.k4yrv0a .mx2sgvv .tfaxjl71     .tgu98b::before { color: #38bdf8; }
.k4yrv0a .oqr4f4k    .f9nyu .tgu98b::before,
.k4yrv0a .q7jqcy4a  .f9nyu .tgu98b::before,
.k4yrv0a .k6lpfhw  .f9nyu .tgu98b::before,
.k4yrv0a .mx2sgvv .f9nyu .tgu98b::before { color: #818cf8; }
.k4yrv0a .oqr4f4k    .icydh1    .tgu98b::before,
.k4yrv0a .q7jqcy4a  .icydh1    .tgu98b::before,
.k4yrv0a .k6lpfhw  .icydh1    .tgu98b::before,
.k4yrv0a .mx2sgvv .icydh1    .tgu98b::before { color: #2dd4bf; }
.r9khby .tfaxjl71     { background: var(--accent-bg); border-color: var(--accent-light); }
.r9khby .icydh1    { background: var(--accent-bg); border-color: var(--accent-pale); }
.r9khby .oqr4f4k    .tgu98b::before,
.r9khby .q7jqcy4a  .tgu98b::before,
.r9khby .k6lpfhw  .tgu98b::before,
.r9khby .mx2sgvv .tgu98b::before { color: var(--accent-light) !important; }
.f5xkhox8 .jaslx { background: var(--bg-pros); }
.f5xkhox8 .sggeg3 { background: var(--bg-cons); }
.f5xkhox8 .jaslx .tb09ia1 { color: var(--c-pros-label); }
.f5xkhox8 .sggeg3 .qaye { color: var(--c-cons); }
.f5xkhox8 .jaslx ul li,
.f5xkhox8 .ooai4 li          { color: var(--c-pros); }
.f5xkhox8 .sggeg3 ul li,
.f5xkhox8 .btgw4iu li          { color: var(--c-cons); }
.fnhnycz .tb09ia1::before { content: "→ "; }
.fnhnycz .qaye::before { content: "← "; }
.k1wig .u9je82 { background: transparent; border-left: none; border: 1.5px solid; }
.k1wig .tfaxjl71     { border-color: var(--c-tip-border); }
.k1wig .icydh1    { border-color: #60a5fa; }
.k1wig .u9je82 strong { color: var(--text-primary); }
.k1wig .u9je82 p      { color: var(--text-muted); }
.xh2xm .u9je82 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.xh2xm .tfaxjl71     { border-top-color: var(--c-tip-border); }
.xh2xm .icydh1    { border-top-color: #60a5fa; }
.v2ey .u9je82 { border-left: none; border-radius: 8px; }
.v2ey .tfaxjl71     { background: #065f46; }
.v2ey .icydh1    { background: #1e3a8a; }
.v2ey .u9je82 strong,
.v2ey .u9je82 p { color: #fff; }
.v2ey .tgu98b::before { color: rgba(255,255,255,0.85) !important; }
.kixl28.v2ey .tfaxjl71,
.kixl28 .v2ey .tfaxjl71     { background: #052e16; }
.kixl28.v2ey .f9nyu,
.kixl28 .v2ey .f9nyu { background: #2d0a1e; }
.kixl28.v2ey .icydh1,
.kixl28 .v2ey .icydh1    { background: #1e1036; }
.g5d9dfxf.v2ey .tfaxjl71,
.g5d9dfxf .v2ey .tfaxjl71      { background: #2d2000; }
.g5d9dfxf.v2ey .icydh1,
.g5d9dfxf .v2ey .icydh1     { background: #2d1600; }
.k4yrv0a.v2ey .tfaxjl71,
.k4yrv0a .v2ey .tfaxjl71      { background: #0c1a2e; }
.k4yrv0a.v2ey .icydh1,
.k4yrv0a .v2ey .icydh1     { background: #0a2020; }
.gd7b7t .u9je82 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.gd7b7t .tfaxjl71     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.gd7b7t .icydh1    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.gd7b7t .u9je82 strong { color: var(--text-primary); }
.gd7b7t .u9je82 p      { color: var(--text-muted); }
.oqh4 .u9je82 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.oqr4f4k .tgu98b,
.q7jqcy4a .tgu98b,
.k6lpfhw .tgu98b,
.mx2sgvv .tgu98b { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.oqr4f4k .tgu98b::before,
.q7jqcy4a .tgu98b::before,
.k6lpfhw .tgu98b::before,
.mx2sgvv .tgu98b::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.oqr4f4k .tfaxjl71     .tgu98b::before { content: "✦"; color: var(--c-tip-border); }
.oqr4f4k .f9nyu .tgu98b::before { content: "▲"; color: var(--c-warn-border); }
.oqr4f4k .icydh1    .tgu98b::before { content: "◉"; color: #60a5fa; }
.q7jqcy4a .tfaxjl71     .tgu98b::before { content: "★"; color: var(--c-tip-border); }
.q7jqcy4a .f9nyu .tgu98b::before { content: "◆"; color: var(--c-warn-border); }
.q7jqcy4a .icydh1    .tgu98b::before { content: "●"; color: #60a5fa; }
.k6lpfhw .tfaxjl71     .tgu98b::before { content: "▶"; color: var(--c-tip-border); }
.k6lpfhw .f9nyu .tgu98b::before { content: "■"; color: var(--c-warn-border); }
.k6lpfhw .icydh1    .tgu98b::before { content: "▸"; color: #60a5fa; }
.mx2sgvv .tfaxjl71     .tgu98b::before { content: "→"; color: var(--c-tip-border); }
.mx2sgvv .f9nyu .tgu98b::before { content: "⬥"; color: var(--c-warn-border); }
.mx2sgvv .icydh1    .tgu98b::before { content: "◈"; color: #60a5fa; }
.rjynb .o6yit .vz1b61o,
.rjynb .i85563 .vz1b61o  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.rjynb .nyebi                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.rjynb .l9pfks          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.rjynb .v0qu                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.i5yoz9 .o6yit .vz1b61o,
.i5yoz9 .i85563 .vz1b61o,
.i5yoz9 .nyebi,
.i5yoz9 .vbx6q61,
.i5yoz9 .hy7rka1,
.i5yoz9 .l9pfks,
.i5yoz9 .v0qu,
.i5yoz9 .oqh4 .u9je82 { box-shadow: none; }
.jdpn2   .br9i7on, .jdpn2 .gunja0re, .jdpn2 .veisuf,
.jdpn2   .h8loe, .jdpn2 .mzqt4618 { font-size: 0.9rem; }
.jdpn2   .tw59w6e, .jdpn2 .qeqzblts { font-size: 0.9rem; }
.rydb4   .br9i7on, .rydb4 .gunja0re, .rydb4 .veisuf,
.rydb4   .h8loe, .rydb4 .mzqt4618 { font-size: 0.95rem; }
.rydb4   .tw59w6e, .rydb4 .qeqzblts { font-size: 0.95rem; }
.r12hy1   .br9i7on, .r12hy1 .gunja0re, .r12hy1 .veisuf,
.r12hy1   .h8loe, .r12hy1 .mzqt4618 { font-size: 1.08rem; }
.r12hy1   .tw59w6e, .r12hy1 .qeqzblts { font-size: 1.05rem; }
.r12hy1   .ku1von0p { font-size: 0.97rem; }
.wiropv9 .bexld      { font-size: 3.2rem; }
.wiropv9 h2.qqnk6119 { font-size: 1.9rem; }
.wiropv9 h3.te2w4tl     { font-size: 1.4rem; }
.i8r7 .bexld      { font-size: 3.8rem; }
.i8r7 h2.qqnk6119 { font-size: 2.2rem; }
.i8r7 h3.te2w4tl     { font-size: 1.6rem; }
.h8nei3cx + .h8nei3cx { position: relative; }
.ffd3dp   .h8nei3cx + .h8nei3cx::before,
.qcq2b4a9  .h8nei3cx + .h8nei3cx::before,
.a6a8by   .h8nei3cx + .h8nei3cx::before,
.x1vfcot   .h8nei3cx + .h8nei3cx::before,
.n10qaz   .h8nei3cx + .h8nei3cx::before,
.zmlcsk75 .h8nei3cx + .h8nei3cx::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.ffd3dp .h8nei3cx + .h8nei3cx::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.qcq2b4a9 .h8nei3cx + .h8nei3cx::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.a6a8by .h8nei3cx + .h8nei3cx::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;
}
.x1vfcot .h8nei3cx + .h8nei3cx::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.qfkuvyz .h8nei3cx { margin-bottom: 16px; }
.qfkuvyz .h8nei3cx + .h8nei3cx { margin-top: 0; }
.qfkuvyz .jxkbgu { padding-top: 0; padding-bottom: 0; }
.n10qaz .h8nei3cx + .h8nei3cx::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.zmlcsk75 .h8nei3cx + .h8nei3cx::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.de4s7 .h8nei3cx + .h8nei3cx::before,
.ftqg .h8nei3cx + .h8nei3cx::before,
.rv093 .h8nei3cx + .h8nei3cx::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%;
}
.m71teq .de4s7 .h8nei3cx:nth-child(even)::before,
.m71teq .ftqg .h8nei3cx:nth-child(even)::before,
.m71teq .rv093 .h8nei3cx:nth-child(even)::before { background: var(--bg-surface); }
.plv85fv .de4s7 .h8nei3cx:nth-child(even)::before,
.plv85fv .ftqg .h8nei3cx:nth-child(even)::before,
.plv85fv .rv093 .h8nei3cx:nth-child(even)::before { background: var(--bg-card); }
.de4s7 .h8nei3cx + .h8nei3cx::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");
}
.ftqg .h8nei3cx + .h8nei3cx::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");
}
.rv093 .h8nei3cx + .h8nei3cx::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");
}
.m6bkb .l7e38z,
.bus2 .l7e38z { padding-bottom: 60px; }
.wir4tuu .l7e38z { padding-bottom: 70px; }
.c2pdoqw  .ng7e8hpw:not(.p55ld93) .ugm3rj { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.kjnfbi .eq3sbc4 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.q12llaql .eq3sbc4 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.kwohblbe .eq3sbc4 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.c2pdoqw .p55ld93 { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.c2pdoqw .u82rcl { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.c2pdoqw .eq3sbc4 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.v5zz .eq3sbc4 { background: var(--accent-bg); }
.loc66u .aidv { float: left; width: 38%; margin: 0 28px 16px 0; }
.loc66u .aidv .w452i42g { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.loc66u .jxkbgu::after { content: ''; display: block; clear: both; }
.dkql .aidv { float: right; width: 38%; margin: 0 0 16px 28px; }
.dkql .aidv .w452i42g { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.dkql .jxkbgu::after { content: ''; display: block; clear: both; }
.qemjy6jt .h8nei3cx:nth-child(odd)  .aidv { float: left;  width: 38%; margin: 0 28px 16px 0; }
.qemjy6jt .h8nei3cx:nth-child(even) .aidv { float: right; width: 38%; margin: 0 0 16px 28px; }
.qemjy6jt .aidv .w452i42g { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.qemjy6jt .jxkbgu::after { content: ''; display: block; clear: both; }
.loc66u .fc0jv,
.dkql .fc0jv,
.qemjy6jt .fc0jv,
@media (max-width: 900px) {
  .loc66u .aidv,
  .dkql .aidv,
  .qemjy6jt .h8nei3cx:nth-child(odd)  .aidv,
  .qemjy6jt .h8nei3cx:nth-child(even) .aidv {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .loc66u .aidv .w452i42g,
  .dkql .aidv .w452i42g,
  .qemjy6jt .aidv .w452i42g {
    max-height: none !important;
  }
}
.loc66u .tw59w6e,
.loc66u .qeqzblts,
.dkql .tw59w6e,
.dkql .qeqzblts,
.qemjy6jt .tw59w6e,
.qemjy6jt .qeqzblts { overflow: hidden; }
@media (max-width: 640px) {
  .loc66u .aidv,
  .dkql .aidv,
  .qemjy6jt .aidv { float: none; width: 100%; margin: 0 0 16px 0; }
}
.fvl4 .meersbm,
.fvl4 .jxkbgu,
.fvl4 .npbc2  { max-width: 1100px; }
.aeern .meersbm,
.aeern .jxkbgu,
.aeern .npbc2  { max-width: 1200px; }
.mrfd2 .meersbm,
.mrfd2 .jxkbgu,
.mrfd2 .npbc2  { max-width: 1320px; }
.w4bd { font-size: 0.82rem; color: var(--text-muted); }
.v48pmua { display: flex; align-items: center; }
.i1xq8 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.jq1vs7m { display: flex; align-items: center; }
.a3sz { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.a3sz:hover { text-decoration: underline; }
.u1j1xs { margin: 0 3px; opacity: 0.45; }
.u1j1xs::before { content: '/'; }
.r0xmet { padding: 2px 5px; color: var(--text-main); }
.kaql11vb .w4bd {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.kaql11vb .v48pmua { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.cot8f2 .w4bd {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.cot8f2 .v48pmua { padding: 0 0 0 12px; }
.l48rg30j .v48pmua { padding: 0 16px; }
.l48rg30j .w4bd {
  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);
}
.l48rg30j .meersbm { padding-top: 28px; }
@media (max-width: 720px) {
  .t7vb2xa { margin-top: 18px; padding: 0 16px; }
  .l48rg30j .meersbm { padding-top: 16px; }
}
.fvl4.kaql11vb .v48pmua { max-width: 1100px; }
.aeern.kaql11vb .v48pmua { max-width: 1200px; }
.mrfd2.kaql11vb .v48pmua { max-width: 1320px; }
.np0p .h8nei3cx { padding-top: 16px; padding-bottom: 16px; }
.exfo .h8nei3cx { padding-top: 24px; padding-bottom: 24px; }
.nkj5w .h8nei3cx { padding-top: 40px; padding-bottom: 40px; }
.fquvg2 .h8nei3cx { padding-top: 52px; padding-bottom: 52px; }
.z172l .h8nei3cx:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.z172l .h8nei3cx:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.z172l .h8nei3cx:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.z172l .h8nei3cx:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.qfivo .jxkbgu { padding-top: 10px;  padding-bottom: 10px; }
.qncqw .jxkbgu { padding-top: 18px;  padding-bottom: 18px; }
.foqtmruo .jxkbgu { padding-top: 36px;  padding-bottom: 36px; }
.lak6trez .jxkbgu { padding-top: 48px;  padding-bottom: 48px; }
.u6zgfyrq h2.qqnk6119 { font-weight: 600; }
.u6zgfyrq h3.te2w4tl     { font-weight: 600; }
.o58d0 { font-weight: 500; }
.o58d0 h2.qqnk6119 { font-weight: 800; }
.o58d0 h3.te2w4tl     { font-weight: 700; }
.o2uq6pi h2.qqnk6119 { font-weight: 900; }
.o2uq6pi h3.te2w4tl     { font-weight: 800; }
.o2uq6pi .u9je82 strong,
.o2uq6pi .u9je82 strong { font-weight: 600; }
.acj5q0 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.ogbc0 .acj5q0 { display: none; }
@media (max-width: 640px) {
  .g7nuj9 { display: none; }
  .acj5q0 {
    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;
  }
}
.acj5q0 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.acj5q0:hover { opacity: 0.85; }
.yzgj .acj5q0 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ubno .acj5q0,
.x06eq4cs  .acj5q0 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.ubno .acj5q0:hover,
.x06eq4cs  .acj5q0:hover { opacity: 0.88; }
.yzgj.ubno .acj5q0,
.yzgj.x06eq4cs  .acj5q0 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.wpfxg8 {
  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;
}
.wpfxg8:hover { transform: translateY(-2px); opacity: 0.92; }
.wpfxg8 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.n0f4 .wpfxg8 { display: none; }
.sfbkfkag .wpfxg8 { right: 32px; }
.s0pkjyt  .wpfxg8 { left: 32px; }
@media (max-width: 480px) {
  .sfbkfkag .wpfxg8 { right: 20px; bottom: 20px; }
  .s0pkjyt  .wpfxg8 { left: 20px; bottom: 20px; }
}
.x3f4i4dt { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.npbc2 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.e9r8d { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.qin8bh { color: var(--text-dim); font-size: 0.8rem; }
.f76bb { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.f76bb img { height: 26px; width: auto; object-fit: contain; }
.yip4q .npbc2 { text-align: center; }
.yip4q .e9r8d { margin-top: 0; }
@media (max-width: 640px) {
  .npbc2 { padding-left: 16px; padding-right: 16px; }
  .ves0a .npbc2 { padding: 20px 16px; }
  .bgriuad { gap: 4px 12px; }
  .e9r8d { font-size: 0.78rem; }
}
.hir3mkn .x6wr .f76bb { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.hir3mkn .e9r8d { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.hir3mkn .qin8bh { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .hir3mkn .iy33 { grid-template-columns: 1fr 1fr; } .hir3mkn .x6wr { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hir3mkn .iy33 { grid-template-columns: 1fr; } }
.poedgad .tmv7kppb { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.poedgad .f76bb { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.poedgad .w8dsb { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.poedgad .w8dsb a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.poedgad .w8dsb a:hover { color: var(--accent-light); }
.wfmns { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.poedgad .n33n5 { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.poedgad .x2s44sy { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.poedgad .x2s44sy a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.poedgad .x2s44sy a:hover { color: var(--accent-light); }
.poedgad .e9r8d { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .poedgad .tmv7kppb { gap: 12px; } .poedgad .f76bb { margin-right: 0; width: 100%; } }
.a6c4h2 .v8z4 .f76bb { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.a6c4h2 .e9r8d { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.a6c4h2 .qin8bh { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .a6c4h2 .z1rvg { grid-template-columns: 1fr 1fr; } .a6c4h2 .v8z4 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .a6c4h2 .z1rvg { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .tmwdxz2u .erhxcnh { grid-template-columns: 1fr 1fr; } .tmwdxz2u .dg4019:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tmwdxz2u .erhxcnh { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .pldyn2 .erhxcnh { grid-template-columns: 1fr; } }
.bdqa3n .npbc2 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ltkyl .kqns0l3h      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.ltkyl .x3f4i4dt { background: var(--bg-page); border-top-color: var(--border-alt); }
.oain .kqns0l3h      { background: #0d1117; border-bottom-color: #21262d; }
.oain .f3k53 { color: var(--accent-light); }
.oain .exej70n { --msep-color: #8b949e; }
.oain .exej70n a { color: #8b949e; }
.oain .exej70n a:hover { color: var(--accent-light); }
.oain .i2rw0q { color: #8b949e; }
.oain .x3f4i4dt { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.oain .e9r8d,
.oain .qin8bh { color: #6e7681; }
.oain .uej6z a, .oain .w8dsb a,
.oain .x2s44sy a { color: #8b949e; }
.oain .f76bb { color: #e6edf3; }
.oain .uej6z a:hover, .oain .w8dsb a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .oain .exej70n { background: #0d1117; border-top-color: #21262d; }
  .oain .exej70n li a { border-bottom-color: #21262d; }
}
.hx5nv .kqns0l3h      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.hx5nv .f3k53 { color: var(--accent-light); }
.hx5nv .exej70n { --msep-color: #475569; }
.hx5nv .exej70n a { color: #475569; }
.hx5nv .exej70n a:hover { color: var(--accent-light); }
.hx5nv .i2rw0q { color: #64748b; }
.hx5nv .x3f4i4dt { background: #f0f4f8; border-top-color: #cbd5e1; }
.hx5nv .e9r8d,
.hx5nv .qin8bh { color: #64748b; }
.hx5nv .uej6z a, .hx5nv .w8dsb a,
.hx5nv .x2s44sy a, .hx5nv .f76bb { color: #374151; }
.hx5nv .uej6z a:hover, .hx5nv .w8dsb a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .hx5nv .exej70n { background: #f0f4f8; border-top-color: #cbd5e1; }
  .hx5nv .exej70n li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ubno .kqns0l3h      { background: var(--accent); border-bottom-color: var(--accent-light); }
.ubno .f3k53 { color: #fff; }
.ubno .exej70n { --msep-color: rgba(255,255,255,0.82); }
.ubno .exej70n a { color: rgba(255,255,255,0.82); }
.ubno .exej70n a:hover { color: #fff; }
.ubno .i2rw0q { color: rgba(255,255,255,0.9); }
.ubno .x3f4i4dt { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.ubno .e9r8d,
.ubno .qin8bh { color: rgba(255,255,255,0.72); }
.ubno .uej6z a, .ubno .w8dsb a,
.ubno .x2s44sy a, .ubno .f76bb { color: #fff; }
.ubno .uej6z a:hover, .ubno .w8dsb a:hover { color: #fff; }
@media (max-width: 640px) {
  .ubno .exej70n { background: var(--accent); border-top-color: var(--accent-light); }
  .ubno .exej70n li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.x06eq4cs .kqns0l3h {
  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);
}
.x06eq4cs .x3f4i4dt {
  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) {
  .x06eq4cs .exej70n {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.zz1c .wxhb9sjr { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.krumyu .wxhb9sjr { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.yjtyu .wxhb9sjr { min-height: 72px; height: auto; }
.s8qwz .wxhb9sjr { min-height: 84px; height: auto; }
.ves0a .wxhb9sjr { max-width: none; padding: 0 32px; }
.ves0a .npbc2  { max-width: none; padding: 24px 32px; }
.ndhsid.aeern .wxhb9sjr { max-width: 1200px; }
.ndhsid.mrfd2 .wxhb9sjr { max-width: 1320px; }
.g02zdto0   .f3k53, .g02zdto0   .f76bb { text-transform: capitalize; }
.uhanwz .f3k53, .uhanwz .f76bb { text-transform: lowercase; }
.mwm9 .f3k53, .mwm9 .f76bb { text-transform: uppercase; letter-spacing: 0.06em; }
.pxx3mb35, .jp3xf {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ki48d .pxx3mb35,
.ki48d .jp3xf { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.jx7dt2 .pxx3mb35,
.jx7dt2 .jp3xf { 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; }
.tp1ey .pxx3mb35,
.tp1ey .jp3xf { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.ku6j .pxx3mb35,
.ku6j .jp3xf { 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; }
.azhw   .exej70n a { font-weight: 500; }
.ajssqr0 .exej70n a { font-weight: 600; }
.rgpl4jk     .exej70n a { font-weight: 700; }
.oa5umh    .exej70n a { font-weight: 800; letter-spacing: 0.01em; }
.jgz3ngia     .exej70n > li + li::before,
.jtiswz    .exej70n > li + li::before,
.jjiirc    .exej70n > li + li::before,
.t9c0kmab .exej70n > li + li::before,
.syagl6i .exej70n > li + li::before,
.lr6wwf  .exej70n > li + li::before,
.rw1m    .exej70n > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.jgz3ngia     .exej70n > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.jtiswz    .exej70n > li + li::before { content: "|"; }
.jjiirc    .exej70n > li + li::before { content: "—"; }
.t9c0kmab .exej70n > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.syagl6i .exej70n > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.lr6wwf  .exej70n > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.rw1m    .exej70n > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .n5zijgg .i2rw0q,
  .zgy709d .i2rw0q,
  .d42oik .i2rw0q,
  .c2v2hib7 .i2rw0q,
  .z5kyxofj .i2rw0q {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .n5zijgg .i2rw0q::before,
  .zgy709d .i2rw0q::before,
  .d42oik .i2rw0q::before,
  .c2v2hib7 .i2rw0q::before,
  .z5kyxofj .i2rw0q::before { content: ""; display: block; flex-shrink: 0; }

  
  .n5zijgg .i2rw0q::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;
  }

  
  .zgy709d .i2rw0q::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;
  }

  
  .d42oik .i2rw0q::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;
  }

  
  .c2v2hib7 .i2rw0q::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;
  }

  
  .z5kyxofj .i2rw0q::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) {
  .frzs71 .i2rw0q {
    padding: 5px 14px;
  }
  .frzs71 .exej70n {
    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;
  }
  .frzs71 .exej70n li a {
    border-bottom: none; padding: 10px 22px;
  }
  .frzs71 .exej70n li a:hover { background: var(--bg-raised); }
  .frzs71 .xqw9,
  .g7xt76 .xqw9,
  .ervjc7 .xqw9 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .m9dj .i2rw0q {
    padding: 5px 10px;
  }
  .m9dj .exej70n {
    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);
  }
  .m9dj .exej70n.n63qhbx { transform: translateX(0); }
  .m9dj .exej70n li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .m9dj .exej70n li:last-child a { border-bottom: none; }
  .ubno .exej70n,
  .oain .exej70n { background: var(--accent) !important; }
  .ubno .exej70n li a,
  .oain .exej70n li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ervjc7 .i2rw0q {
    padding: 5px 10px;
  }
  .ervjc7 .exej70n {
    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);
  }
  .ervjc7 .exej70n::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ervjc7 .exej70n.n63qhbx { transform: translateY(0); }
  .ervjc7 .exej70n li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .nvlurk .i2rw0q {
    padding: 5px 10px;
  }
  .nvlurk .exej70n {
    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;
  }
  .nvlurk .exej70n.n63qhbx { opacity: 1; pointer-events: auto; }
  .nvlurk .exej70n li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .mo8uv0mf     .i2rw0q { border-radius: 0 !important; }
  .cxw9wu   .i2rw0q { border-radius: 8px !important; }
  .d4iw7 .i2rw0q { border-radius: 50% !important; }
  .zmygy   .i2rw0q { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .e3m6kfem .oi0d { flex-direction: column; align-items: stretch; }
  .e3m6kfem .yenfq { flex-direction: row; min-width: auto; }
  .e3m6kfem .qf8uu { align-items: flex-start; text-align: left; }
}
.b1w9zm,
.b1w9zm.h8nei3cx,
.m71teq .b1w9zm,
.ek497kr3 .b1w9zm,
.plv85fv .b1w9zm,
.t8d9be .b1w9zm {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.eiq1cb {
  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;
}
.rizgae { flex: 1 1 280px; min-width: 0; }
.npj5bd {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.h30v2ts {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.t1sbx {
  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;
}
.t1sbx:hover { transform: translateY(-1px); opacity: 0.95; }
.vxygdw .eiq1cb {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.vxygdw .npj5bd { color: var(--cta); }
.vxygdw .h30v2ts { color: var(--text-body); }
.vxygdw .t1sbx {
  background: var(--cta) !important;
  color: #fff !important;
}
.ly96 .eiq1cb {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.ly96 .npj5bd { color: var(--text-primary); }
.ly96 .h30v2ts { color: var(--text-body); }
.ly96 .t1sbx {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .eiq1cb {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .rizgae { flex: 0 0 auto; }
  .npj5bd { font-size: 1.2rem; }
  .t1sbx { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.vjsfu .vdlqzf { height: 36px; }
.vawa5 .vdlqzf { height: 60px; max-width: 200px; }
.l16hth .vdlqzf { height: 56px; max-width: 180px; }
.tgg5    .pe2z7iv, .tgg5    .pao8qde { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.k6c4dzvw .vdhlk02 + .vdhlk02 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .cee610 .xq57jn2 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .cee610 .vbx6q61 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .cee610 .vbx6q61 { padding: 40px 16px 20px; }
  .cee610 .vdhlk02 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .cee610 .n8d40v { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .yzpph .vbx6q61 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .yzpph .vbx6q61::before {
    position: absolute; top: 14px; left: 14px;
  }
  .yzpph .yv9b {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .yzpph .pprr17 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .yzpph .vdhlk02 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .yzpph .n8d40v { width: 100%; min-width: 0; }
  .yzpph .pe2z7iv { min-width: 0; }
}
.a13czdl .cndsu2ky {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.a13czdl .cndsu2ky summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.a13czdl .cndsu2ky p { padding: 0 2px 16px; }
.a94e .cndsu2ky { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.a94e .cndsu2ky summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.a94e .cndsu2ky summary::after { content: "›"; font-size: 1.2em; }
.a94e .cndsu2ky[open] summary::after { content: "‹"; }
.a94e .cndsu2ky p { padding: 10px 22px 4px; }
.woffv57 .cndsu2ky {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.woffv57 .cndsu2ky summary { color: var(--text-primary); padding-left: 16px; }
.woffv57 .cndsu2ky summary::after { content: "›"; font-size: 1.1em; }
.woffv57 .cndsu2ky[open] summary::after { content: "‹"; }
.woffv57 .cndsu2ky p { padding-left: 16px; }
.n5ns .d7ng { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.n5ns .cndsu2ky {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.n5ns .cndsu2ky:last-child { border-bottom: none; }
.n5ns .cndsu2ky summary { color: var(--text-primary); border-radius: 0; }
.n5ns .cndsu2ky summary::after { content: "›"; font-size: 1.1em; }
.n5ns .cndsu2ky[open] summary::after { content: "‹"; }
.sxhb2ldb .cndsu2ky { overflow: hidden; }
.sxhb2ldb .cndsu2ky summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.sxhb2ldb .cndsu2ky summary::after { color: rgba(255,255,255,.75); }
.sxhb2ldb .cndsu2ky[open] summary { border-radius: 0; }
.kevkbm { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.akbjo {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.sxju8 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.q1osi1 { color: var(--text-muted); font-size: 1.05rem; }
.vpwb {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ltyf {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.w8xzrb { margin-bottom: 20px; }
.gnl2k0s {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.m5cb6 {
  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;
}
.m5cb6:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.pur65jm5 { resize: vertical; min-height: 130px; }
.s3jvdb7 { width: 100%; margin-top: 8px; }
.h9n5ze {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.qkiz4n {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.itofq { color: var(--text-muted); line-height: 1.75; }
.dmwcno { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.dmwcno li { margin-bottom: 6px; }
.druruq97 { max-width: 760px; margin: 0 auto; }
.ztzja { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.b5bqi { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.b5bqi:last-child { border-bottom: none; }
.b5bqi h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.b5bqi p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.w8oium { max-width: 760px; margin: 0 auto; }
.jccon05u { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.s0cymul ul.dmwcno { margin: 0; }
.ptl36dd .jccon05u { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .ptl36dd { grid-template-columns: 1fr; gap: 10px; } }
.pq4ef { max-width: 640px; margin: 0 auto; text-align: center; }
.kgmeas { margin-bottom: 48px; }
.kgmeas .jccon05u { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.kgmeas p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.q21169cy .dmwcno { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .votu { grid-template-columns: 1fr; } }
.miqdy ul.dmwcno { margin: 0; }
.wn9tg .dmwcno,
.mll0 .dmwcno,
.rcg5 .dmwcno,
.wn4n6li .dmwcno {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .qcv9 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .uxffh7 { grid-template-columns: 1fr; } .mgrvm { position: static; text-align: center; } }
@media (max-width: 860px) { .q0su2x { grid-template-columns: 1fr; } }
.wn4n6li .dmwcno { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .y2zmr { flex-direction: column; text-align: center; } .mcqa5vcp { grid-template-columns: 1fr; } }
.abde78fj .sxju8 { color: var(--accent-light); }
.r9dr6h .sxju8 { font-size: 2rem; }
.r9dr6h .q1osi1 { max-width: 680px; }
.p38xvcg .sxju8 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.p38xvcg .q1osi1  { margin: 0; }
@media (max-width: 640px) { .p38xvcg { flex-direction: column; } }
.y16di .sxju8 { color: var(--accent-light); }
.r29jr2ac .sxju8 { color: #fff; }
.r29jr2ac .q1osi1  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .unxjvq { grid-template-columns: 1fr; } }
.g209g .m5cb6 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.g209g .m5cb6:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.gyjpu4 .m5cb6 { background: var(--bg-raised); border-color: transparent; }
.gyjpu4 .m5cb6:focus { background: var(--bg-card); border-color: var(--accent-light); }
.hu8t .m5cb6 { border-radius: 100px; padding: 11px 20px; }
.hu8t .pur65jm5 { border-radius: 14px; }
@media (max-width: 640px) { .lngfh { grid-template-columns: 1fr; } }
.gg1c { counter-reset: priv-count; }
.f7cw {
  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);
}
.f7cw:last-child { border-bottom: none; }
.duny {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.f7cw h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.f7cw p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.usc2ji6 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.usc2ji6 li { margin-bottom: 6px; }
.bmyw{position:relative;overflow:visible}
.wqcwh8w .qnbaao7{display:block}
.xujnkws .eq3sbc4~.kv97,
.xujnkws .eq3sbc4~.kv97 .umge9ziq,
.eq3sbc4~.kv97,.mtuvmf~.kv97{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}
.eq3sbc4~.kv97 .umge9ziq{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.yrb0ap .clh9mca{border-bottom:1px solid currentColor;padding-bottom:2px}
.y45m{--date-bg:transparent}
.rmu423lq .bcr37w6::before{content:""}
.de1rol .lhhuvbq{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .lhhuvbq{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .hmsmf0{max-width:100%}
}
.i0qq .l9pfks{margin:0}
@media (max-width:560px){
  .qxq45d4{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) {
  .hxil { padding: 28px 18px 20px; }
  .ttv3 { font-size: 1.2rem; }
  .wxe4i4nl { max-width: 220px; max-height: 80px; }
}
.jj7fa .i8fa7 { border-radius: 22px; }
.g3t0o .eiq1cb {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .i8fa7 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.jrzqh34a {
  margin: 28px 0 24px;
}
.jrzqh34a .h8nei3cx {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.jrzqh34a .jxkbgu {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.jrzqh34a .eiq1cb {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .wxhb9sjr { flex-direction: row-reverse; }
[dir="rtl"] .exej70n { flex-direction: row-reverse; }
[dir="rtl"] .sfbkfkag .wpfxg8 { right: auto; left: 32px; }
[dir="rtl"] .s0pkjyt  .wpfxg8 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .sfbkfkag .wpfxg8 { right: auto; left: 20px; }
  [dir="rtl"] .s0pkjyt  .wpfxg8 { left: auto;  right: 20px; }
}
[dir="rtl"] .loc66u .aidv  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .dkql .aidv { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .eq3sbc4,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .tw59w6e, [dir="rtl"] .qeqzblts { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .u9je82 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .eiq1cb { direction: rtl; }
[dir="rtl"] .w4bd { direction: rtl; }
[dir="rtl"] .v0qu { direction: rtl; }
[dir="rtl"] .nkvere { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .p3rbqh7 .qeqzblts,
[dir="rtl"] .zx9ojlc .qeqzblts,
[dir="rtl"] .rostjlk .qeqzblts,
[dir="rtl"] .pxp81 .qeqzblts {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .p3rbqh7 .qeqzblts li::before,
[dir="rtl"] .zx9ojlc .qeqzblts li::before,
[dir="rtl"] .rostjlk .qeqzblts li::before,
[dir="rtl"] .pxp81 .qeqzblts li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .eq3sbc4.h4g8q0x .l7e38z { align-items: flex-end; text-align: right; }
[dir="rtl"] .eq3sbc4.lw40 .l7e38z { text-align: center; }
[dir="rtl"] .eq3sbc4 .l7e38z { text-align: right; }
[dir="rtl"] .jxkbgu,
[dir="rtl"] .h8loe,
[dir="rtl"] .mzqt4618,
[dir="rtl"] .pxhbf,
[dir="rtl"] .ltyf,
[dir="rtl"] .gnl2k0s,
[dir="rtl"] .m5cb6,
[dir="rtl"] .pur65jm5 { text-align: right; direction: rtl; }
[dir="rtl"] .hu8t .m5cb6,
[dir="rtl"] .g209g .m5cb6 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #337561;
  --brand:           #337561;
  --brand-light:     #325c4f;
  --brand-pale:      #4e7368;
  --grad-start:      #50b395;
  --grad-end:        #84bcab;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #337561;
  --cta-light:       #235b4a;
  --cta-hover:       #204a3d;
  --bg-page:         #f6f7f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f5f5;
  --bg-raised:       #eef0f0;
  --bg-hover:        #f4f5f5;
  --border:          #e3e7e6;
  --border-alt:      #d1dad7;
  --border-section:  #e3e7e6;
  --text-primary:    #181a19;
  --text-muted:      #555d5a;
  --text-body:       #303533;
  --text-sub:        #48504d;
  --text-faint:      #798581;
  --text-dim:        #949d9a;
  --text-label:      #616a67;
  --text-value:      #3c4240;
  --accent-bg:       #e8eceb;
  --accent-bg-light: #d4e2de;
  --bg-tip:          #f9f0f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f5f9;
  --bg-pros:         #f9f0f2;
  --bg-cons:         #faf6f3;
  --c-pros:          #80223f;
  --c-cons:          #9f5421;
  --c-pros-label:    #98294a;
  --c-tip-border:    #a82d52;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #80223f;
}
:root { --logo-bg-opacity: 76%; }
body, button, input { font-family: "Space Grotesk", sans-serif; }
.hsogmpl .tgu98b { font-size: 0; width: 1.2rem; flex-shrink: 0; }.hsogmpl .tgu98b::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.hsogmpl .tfaxjl71     .tgu98b::before { content: "";  color: var(--c-tip-border); }.hsogmpl .f9nyu .tgu98b::before { content: ""; color: var(--c-warn-border); }.hsogmpl .icydh1    .tgu98b::before { content: ""; color: #60a5fa; }.kixl28 .hsogmpl .tfaxjl71     .tgu98b::before { color: #10b981; }.kixl28 .hsogmpl .f9nyu .tgu98b::before { color: #f43f5e; }.kixl28 .hsogmpl .icydh1    .tgu98b::before { color: #a855f7; }.g5d9dfxf  .hsogmpl .tfaxjl71     .tgu98b::before { color: #eab308; }.g5d9dfxf  .hsogmpl .f9nyu .tgu98b::before { color: #ef4444; }.g5d9dfxf  .hsogmpl .icydh1    .tgu98b::before { color: #f97316; }.k4yrv0a  .hsogmpl .tfaxjl71     .tgu98b::before { color: #38bdf8; }.k4yrv0a  .hsogmpl .f9nyu .tgu98b::before { color: #818cf8; }.k4yrv0a  .hsogmpl .icydh1    .tgu98b::before { color: #2dd4bf; }.r9khby .hsogmpl .tgu98b::before { color: var(--accent-light) !important; }
.mdfymz .xx4qv6, .mdfymz .eq3sbc4 { min-height: 320px; }
.u1j1xs::before { content: '/'; }