: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;
}
.pkz8iq5g {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.q5xt5 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.o2idgpqp {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.r89jax9b { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.bb8t5q7 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.bb8t5q7 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.bb8t5q7 a:hover { color: var(--accent-light); }
.aswby3gr     .ty56j2s3 { border-radius: 6px; }
.aswby3gr .ty56j2s3 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.aswby3gr .ty56j2s3 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
@media (max-width: 640px) {
  .ty56j2s3 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .hpxt4g5z:hover .ty56j2s3,
  .hpxt4g5z:focus-within .ty56j2s3 { display: block; }
  .ty56j2s3 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.wb2v0y {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.m4lojfa { display: none; }
@media (max-width: 640px) {
  .m4lojfa {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .m4lojfa.jcvk1 { display: block; }
}
@media (max-width: 640px) {
  .wb2v0y { display: block; }
  .bb8t5q7 > li + li::before { display: none !important; }
  .bb8t5q7 {
    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;
  }
  .bb8t5q7.jcvk1 { display: flex; }
  .bb8t5q7 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .bb8t5q7 li:last-child a { border-bottom: none; }
}
.w9rdot8 { min-height: 480px; }
.sdyqms {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.lzwalv0 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.p2ov .lzwalv0 { margin-left: 0; margin-right: 0; }
.wvt1ves {
  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;
}
.wvt1ves:hover { opacity: 0.88; }
.j5vowx6x {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.f1ea {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.j5vowx6x .mn1n4k {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.j5vowx6x .sdyqms { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.j5vowx6x .lzwalv0 { color: #e2e8f0; }
.j5vowx6x.h1jvno .mn1n4k { text-align: center; }
.j5vowx6x.p2ov   .mn1n4k { text-align: left; }
.x1es .mn1n4k {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.x1es .sdyqms { color: var(--text-primary); text-shadow: none; }
.x1es .lzwalv0 { color: var(--text-muted); }
.x1es .wvt1ves { margin-top: 16px; }
.x1es, .x1es.w9rdot8 { min-height: auto !important; }
.x1es.h1jvno .mn1n4k { text-align: center; }
.x1es.p2ov   .mn1n4k { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.y118so4o .f03r,
.y118so4o .c75yq9y,
.y118so4o .j5vowx6x .f1ea {
  overflow: hidden;
}
.y118so4o .f03r::after,
.y118so4o .c75yq9y::after,
.y118so4o .j5vowx6x .f1ea::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.vz9gqi .j5vowx6x .f1ea {
  overflow: hidden;
}
.vz9gqi .j5vowx6x .f1ea::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.olucrp .j5vowx6x .f1ea {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.iztmo0d .j5vowx6x .f1ea {
  overflow: hidden;
}
.iztmo0d .j5vowx6x .f1ea::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.ru9dlv .j5vowx6x .f1ea {
  animation: hg-breathe 10s ease-in-out infinite;
}
.f03r .f1ea {
  background: none;
}
.f03r .sdyqms { color: #fff; }
.f03r .lzwalv0 { color: rgba(255,255,255,0.85); }
.f03r .wvt1ves { background: #fff; color: var(--cta); }
.f03r .wvt1ves:hover { opacity: 0.92; }
.y118so4o .wmz01z { position: relative; overflow: hidden; }
.y118so4o .wmz01z::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;
}
.wmz01z .sdyqms { text-shadow: none; color: var(--text-primary); }
.wmz01z .lzwalv0 { color: var(--text-muted); }
body.aplytw7w .sdyqms {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.oo1ab .sdyqms {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.wmz01z.p2ov   .qew2hei0 { align-items: flex-start; text-align: left; }
.y0mfxv4b .mn1n4k { padding-bottom: 24px; }
.djxwqeub .mn1n4k { max-width: 960px; }
@media (max-width: 700px) {
  .wmz01z { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .wmz01z .n59b { display: none !important; }
  .fqwhnje .n59b { display: none !important; }
  .ubim .bdqo8 { display: none !important; }
  .s2b95drw .jkk966l { display: none !important; }
  .qew2hei0  { padding: 36px 24px; }
  .wmz01z~.i1d9tcn,.cbw1~.i1d9tcn{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .w9rdot8, .wmz01z { min-height: 320px !important; }
  
  .sdyqms { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .h3mn { display: none !important; }
  
  .rli99 { flex-direction: column; align-items: center; }
  .j8is1jj9 { width: 100%; max-width: 340px; }
}
.us8t9a { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.eisogk6l { width: 100%; height: auto; display: block; border-radius: 10px; }
.dvwwi4 .us8t9a        { border-radius: 16px; }
.dvwwi4 .eisogk6l  { border-radius: 16px; }
.yc40j7zx .us8t9a         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.yc40j7zx .eisogk6l   { border-radius: 8px; }
.y8pi { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.f6pgk7 { width: 100%; padding: 32px 0; position: relative; }
.ae7nrwbq { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.uniieqm .f6pgk7:nth-child(even) { background: var(--bg-surface); }
.uniieqm .f6pgk7:nth-child(odd)  { background: var(--bg-page); }
.p702cqwr .f6pgk7:nth-child(even) { background: var(--bg-card); }
.p702cqwr .f6pgk7:nth-child(odd)  { background: var(--bg-page); }
.uniieqm .f6pgk7:nth-child(odd)  .ae7nrwbq { background: var(--bg-card); border-radius: 6px; }
.uniieqm .f6pgk7:nth-child(even) .ae7nrwbq { background: var(--bg-raised); border-radius: 6px; }
.p702cqwr .f6pgk7:nth-child(odd)  .ae7nrwbq { background: var(--bg-card); border-radius: 6px; }
.p702cqwr .f6pgk7:nth-child(even) .ae7nrwbq { background: var(--bg-raised); border-radius: 6px; }
.uniieqm .f6pgk7:nth-child(even) .jk5jpi .ncs4i,
.p702cqwr .f6pgk7:nth-child(even) .jk5jpi .ncs4i { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.uniieqm .f6pgk7:nth-child(odd) .jk5jpi .ncs4i,
.p702cqwr .f6pgk7:nth-child(odd) .jk5jpi .ncs4i { background: var(--bg-card-inner); }
.uniieqm .f6pgk7:nth-child(even) .kmxmmfe .ncs4i:nth-child(odd),
.p702cqwr .f6pgk7:nth-child(even) .kmxmmfe .ncs4i:nth-child(odd)  { background: var(--bg-card); }
.uniieqm .f6pgk7:nth-child(even) .kmxmmfe .ncs4i:nth-child(even),
.p702cqwr .f6pgk7:nth-child(even) .kmxmmfe .ncs4i:nth-child(even) { background: var(--bg-card-inner); }
h1.jvftyo { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.jvftyo {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.q7ct { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.afl2idfk h2.jvftyo {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ref0ig h2.jvftyo {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.u3d3ym0 h2.jvftyo {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.zflagpr h2.jvftyo::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.q1wwf07q h2.jvftyo {
  color: var(--text-primary); font-size: 1.7rem;
}
.egljt h2.jvftyo::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.veu5 h2.jvftyo {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .ubp83om { display: none; } }
.h8io0pxk { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.w3zbzw { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.lc74ks {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.lxq1n { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.tsz3h { padding-left: 20px; }
.tsz3h li { margin-bottom: 6px; }
.tsz3h a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.tsz3h a:hover { color: var(--accent-light); }
.vcyj0iy .lxq1n { display: none; }
.t5mp1 .lxq1n { display: none; }
.t5mp1 .tsz3h { padding-left: 0; list-style: none; }
.t5mp1 .tsz3h li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.t5mp1 .tsz3h a { font-size: 0.92rem; }
.he1dd .lc74ks { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.he1dd .lxq1n { display: none; }
.he1dd .tsz3h { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.he1dd .tsz3h li { margin-bottom: 0; }
.he1dd .tsz3h 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;
}
.he1dd .tsz3h a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.i4edbn2r .lc74ks { padding: 20px 20px 16px; }
.i4edbn2r .tsz3h {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.i4edbn2r .tsz3h li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.i4edbn2r .tsz3h 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;
}
.i4edbn2r .tsz3h 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;
}
.i4edbn2r .tsz3h a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.i4edbn2r .tsz3h a:focus,
.i4edbn2r .tsz3h a:focus-visible,
.i4edbn2r .tsz3h a:target { outline: none; }
.i4edbn2r .tsz3h li:target a { border-color: var(--border); color: var(--text-muted); }
.ry5l68s .lc74ks { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ry5l68s .lxq1n { display: none; }
.ry5l68s .tsz3h { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ry5l68s .tsz3h li { margin-bottom: 0; }
.ry5l68s .tsz3h li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ry5l68s .tsz3h li:last-child::after { content: ""; margin-right: 0; }
.ry5l68s .tsz3h a { font-size: 0.9rem; }
.ncs4i { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.jk5jpi .ncs4i { background: var(--bg-card); }
.kmxmmfe .ncs4i:nth-child(odd)  { background: var(--bg-card); }
.kmxmmfe .ncs4i:nth-child(even) { background: var(--bg-raised); }
.rjc528f .ncs4i {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.rjc528f .ncs4i:last-child { border-bottom: none; }
.rjc528f h3.q7ct { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.hfe8w5dh .ncs4i {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.hfe8w5dh .ncs4i + .ncs4i { margin-top: 4px; }
.jvjn .ncs4i { background: none; border-radius: 0; padding: 12px 0; }
.jvjn .ncs4i + .ncs4i { border-top: 1px solid var(--border-section); }
.lmcq59ga { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.kl41 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.hbez { color: var(--text-body); margin-bottom: 10px; }
.pywu, .vcce { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.pywu li, .vcce li { margin-bottom: 6px; }
.vcce li { list-style: decimal; }
.j2rhhg     .pywu { list-style-type: "● "; }
.jdd2opab  .pywu { list-style-type: "■ "; }
.ynpjtwuj .pywu { list-style-type: "◆ "; }
.b0i5opyl    .pywu { list-style-type: "★ "; }
.j2rhhg     .m8kegxcb { list-style-type: "● "; }
.jdd2opab  .m8kegxcb { list-style-type: "■ "; }
.ynpjtwuj .m8kegxcb { list-style-type: "◆ "; }
.b0i5opyl    .m8kegxcb { list-style-type: "★ "; }
.j2rhhg    .pywu li::marker, .j2rhhg    .m8kegxcb li::marker,
.jdd2opab .pywu li::marker, .jdd2opab .m8kegxcb li::marker,
.ynpjtwuj .pywu li::marker, .ynpjtwuj .m8kegxcb li::marker,
.b0i5opyl   .pywu li::marker, .b0i5opyl   .m8kegxcb li::marker {
  color: var(--cta); font-size: 1em;
}
.j2rhhg .vcce,
.jdd2opab .vcce,
.ynpjtwuj .vcce,
.b0i5opyl .vcce {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.j2rhhg .vcce li,
.jdd2opab .vcce li,
.ynpjtwuj .vcce li,
.b0i5opyl .vcce li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.j2rhhg .vcce li::before,
.jdd2opab .vcce li::before,
.ynpjtwuj .vcce li::before,
.b0i5opyl .vcce 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;
}
.j2rhhg     .vcce li::before { border-radius: 50%; }
.jdd2opab  .vcce li::before { border-radius: 3px; }
.ynpjtwuj .vcce li::before { border-radius: 3px; }
.b0i5opyl    .vcce li::before { border-radius: 50%; }
.cdrtlm1 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.x1lksyp .cdrtlm1,
.sfob .cdrtlm1 { background: transparent; border: none; border-radius: 0; }
.s7u7p { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.s7u7p th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.s7u7p td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.s7u7p tr:hover td { background: var(--bg-hover); }
.kbel .s7u7p tbody tr:nth-child(even) td { background: var(--bg-surface); }
.qskn .s7u7p { border: 1px solid var(--border-alt); }
.qskn .s7u7p th,
.qskn .s7u7p td { border: 1px solid var(--border-alt); }
.eeqsefa3 .s7u7p th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.eeqsefa3 .s7u7p td { border-bottom: none; }
.eeqsefa3 .s7u7p tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.lgjvf .s7u7p th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.h2mltz .cdrtlm1 {
  overflow: hidden;
}
.h2mltz .s7u7p th { border-bottom: 1px solid var(--border-alt); }
.h2mltz .s7u7p tr:last-child td { border-bottom: none; }
.x4b6 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.nh1x { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.v3wap7ef { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.my5ffu { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.lir5 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.m8kegxcb { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.m8kegxcb 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%}
.f3r3h .my5ffu { background: transparent; text-align: center; }
.tz5m1g .v3wap7ef {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.vz1ay .v3wap7ef {
  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);
}
.td7oh1d .nh1x { display: grid; grid-template-columns: auto 1fr; }
.td7oh1d .v3wap7ef {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.td7oh1d .my5ffu { grid-column: 2; }
.td7oh1d .lir5,
.td7oh1d .m8kegxcb { grid-column: 1 / -1; }
.mra51 .nh1x { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.mra51 .v3wap7ef {
  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);
}
.mra51 .my5ffu { grid-column: 2; }
.mra51 .lir5,
.mra51 .m8kegxcb { grid-column: 1 / -1; }
.qtj39 .nh1x { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.qtj39 .my5ffu { background: none; color: var(--accent-light); font-weight: 700; }
.by3l .nh1x { 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); }
.by3l .my5ffu { background: none; color: var(--accent-light); font-weight: 700; }
.xds50 .nh1x { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.xds50 .nh1x:last-child { border-bottom: none; }
.xds50 .my5ffu { background: none; color: var(--accent-light); font-weight: 700; }
.wweew4i .nh1x { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.wweew4i .my5ffu { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.c8m06wt .x4b6 { counter-reset: card-n; }
.c8m06wt .nh1x  { counter-increment: card-n; }
.c8m06wt .my5ffu { display: flex; align-items: center; gap: 10px; }
.c8m06wt .my5ffu::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;
}
.bguy .nh1x { background: var(--bg-surface); border: 1px solid var(--border); }
.bguy .my5ffu { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.f7b0d6 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.ukf5zxv  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.umlx { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.acydd { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.fwbh92d { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.f7b0d6 strong { color: var(--text-primary); font-size: 0.95rem; }
.f7b0d6 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.ck75l { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.gd3pz0, .xh7dkk { border-radius: 8px; padding: 14px; }
.gd3pz0 { background: var(--bg-pros); }
.xh7dkk { background: var(--bg-cons); }
.uefyuo { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.gd3pz0 .uefyuo { color: var(--c-pros-label); }
.xh7dkk .uefyuo { color: #f87171; }
.gd3pz0 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.xh7dkk ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.eisogk6l { width: 100%; height: auto; border-radius: 10px; display: block; }
.ngf32 {
  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;
}
.ngf32:hover { opacity: 0.85; }
.v9j4y .ngf32  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.v9j4y .ngf32:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ril8 .ngf32  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ril8 .ngf32:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zfkahigr .wvt1ves { border-radius: 50px; }
.zfkahigr .ngf32  { border-radius: 50px; }
.md6t3bl .wvt1ves { padding-left: 22px; padding-right: 22px; }
.md6t3bl .ngf32  { padding-left: 12px; padding-right: 12px; }
.yavt .wvt1ves { padding-left: 44px; padding-right: 44px; }
.yavt .ngf32  { padding-left: 24px; padding-right: 24px; }
.mv3gl .wvt1ves { padding-left: 56px; padding-right: 56px; }
.mv3gl .ngf32  { padding-left: 32px; padding-right: 32px; }
.n0w0h6p   .wvt1ves::after, .n0w0h6p   .ngf32::after,
.ef82ui .wvt1ves::after, .ef82ui .ngf32::after,
.whjqa    .wvt1ves::after, .whjqa    .ngf32::after,
.zvlny    .wvt1ves::after, .zvlny    .ngf32::after,
.fxfhr    .wvt1ves::after, .fxfhr    .ngf32::after,
.lry1c     .wvt1ves::after, .lry1c     .ngf32::after,
.qx3xm    .wvt1ves::after, .qx3xm    .ngf32::after,
.e6wc   .wvt1ves::after, .e6wc   .ngf32::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;
}
.n0w0h6p .wvt1ves::after, .n0w0h6p .ngf32::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");
}
.ef82ui .wvt1ves::after, .ef82ui .ngf32::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");
}
.whjqa .wvt1ves::after, .whjqa .ngf32::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");
}
.zvlny .wvt1ves::after, .zvlny .ngf32::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");
}
.fxfhr .wvt1ves::after, .fxfhr .ngf32::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");
}
.lry1c .wvt1ves::after, .lry1c .ngf32::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");
}
.qx3xm .wvt1ves::after, .qx3xm .ngf32::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");
}
.e6wc .wvt1ves::after, .e6wc .ngf32::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");
}
.j6qcwg   .g9arp2qk::after, .j6qcwg   .xk6fx::after,
.oho5q2y .g9arp2qk::after, .oho5q2y .xk6fx::after,
.shif5i    .g9arp2qk::after, .shif5i    .xk6fx::after,
.nwz9yqtr    .g9arp2qk::after, .nwz9yqtr    .xk6fx::after,
.nz54    .g9arp2qk::after, .nz54    .xk6fx::after,
.f16mts     .g9arp2qk::after, .f16mts     .xk6fx::after,
.amor5c4    .g9arp2qk::after, .amor5c4    .xk6fx::after,
.w1umy7   .g9arp2qk::after, .w1umy7   .xk6fx::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;
}
.j6qcwg .g9arp2qk::after, .j6qcwg .xk6fx::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");
}
.oho5q2y .g9arp2qk::after, .oho5q2y .xk6fx::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");
}
.shif5i .g9arp2qk::after, .shif5i .xk6fx::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");
}
.nwz9yqtr .g9arp2qk::after, .nwz9yqtr .xk6fx::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");
}
.nz54 .g9arp2qk::after, .nz54 .xk6fx::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");
}
.f16mts .g9arp2qk::after, .f16mts .xk6fx::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");
}
.amor5c4 .g9arp2qk::after, .amor5c4 .xk6fx::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");
}
.w1umy7 .g9arp2qk::after, .w1umy7 .xk6fx::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");
}
.r0ttxh .w79ertz7 { background: transparent; padding: 0; }
@media (min-width: 721px) {
  .rv5maf9 { flex: 0 0 260px; width: 260px; }
  .wsboeo { flex: 0 0 120px; width: 120px; }
  .xhx0 { flex: 0 0 110px; width: 110px; }
  .aldkk   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .yhsesi { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.yhsesi.ngf32 { padding-left: 28px !important; padding-right: 28px !important; padding-top: 14px !important; padding-bottom: 14px !important; font-size: 1.05rem !important; }
@media (max-width: 820px) {
  .s9q5 { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .s9q5 .h7d3 { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .s9q5 .rv5maf9 { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .s9q5 .w79ertz7 { width: 100%; min-width: unset; height: 120px; }
  .s9q5 .j237oc2 { max-height: 96px; max-width: 200px; }
  .s9q5 .lmtu9lpt { min-width: unset; text-align: center; white-space: normal; }
  .s9q5 .wsboeo { min-width: 0; }
  .s9q5 .aldkk { flex-direction: row; justify-content: space-between; align-items: baseline; width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto; min-width: 0; }
  .s9q5 .yhsesi { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .xdqz7 .h7d3 { row-gap: 8px !important; gap: 10px !important; }
}
.owb4pmv    .nao8lsjl li::before { content: "◆"; }
.owb4pmv    .cu2dvk li::before { content: "▲"; }
@media (min-width: 860px) {
  .xbas70e .od9cy20c {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .xbas70e .mekk7 { margin: 0; }
}
.sfob .ck75l { gap: 10px; }
.sfob .gd3pz0, .sfob .xh7dkk { padding: 12px; }
.sfob .gd3pz0 ul, .sfob .xh7dkk ul { margin: 4px 0 0; padding-left: 18px; }
.sfob .gd3pz0 li, .sfob .xh7dkk li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .oljfn { grid-template-columns: 1fr; }
  .dnv730m1 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .dnv730m1 .pw1eg0l { width: 72px; height: 50px; }
  .dnv730m1 .re4w1lkq { max-width: 180px; }
  .dnv730m1 .d9lrynz { width: auto; }
}
@media (max-width: 720px) {
  .zubcc5r { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .vkfj9me { padding: 16px; }
  .yj3qx .k48gyj3q { min-width: 50%; }
}
.wg160d .ck75l { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .s0hs { grid-template-columns: 1fr; }
  .u8wvzd52 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .qxs97x { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ft7lisn { flex-wrap: wrap; padding: 16px; }
}
.e1ny9 .ck75l { gap: 8px; }
.e1ny9 .gd3pz0, .e1ny9 .xh7dkk { padding: 8px; }
@media (max-width: 480px) {
  .uj2fo { flex-direction: column; align-items: stretch; }
}
.a9rgv .d9lrynz .ngf32 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .rf6a89g { flex-direction: column; align-items: stretch; gap: 10px; }
  .a9rgv .d9lrynz { text-align: center; }
}
@media (max-width: 720px) {
  .c3a7lh { grid-template-columns: 1fr; }
  .l2vgo { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .upbll2vi { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .llz69 { grid-template-columns: 1fr; }
  .x1a60cg { width: 100px; height: 100px; margin: 16px auto; }
  .ykkktb6c { font-size: 1.4rem; }
  .vzzh2 { justify-content: center; }
  .mbzbiuh .k48gyj3q { min-width: 50%; }
}
.l2rgw .ck75l { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .o9wm17f7 { flex-wrap: wrap; padding: 14px 16px; }
  .n9r0 { padding: 12px 16px; }
  .l2rgw .ck75l { margin: 0 16px; }
  .l2rgw .yqxs { padding: 0 16px; }
  .bo47 { padding: 12px 16px; }
}
.uxv5jnw .yhsesi.ngf32 { padding: 14px 30px !important; font-size: 1rem; }
.gb5yny .yhsesi.ngf32 { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.qf35y .wsboeo { display: none; }
.wgynq { margin: 16px 0; }
.hmlg { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.hmlg summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.hmlg summary::after { content: "+"; color: var(--accent-light); }
.hmlg[open] summary::after { content: "−"; }
.hmlg p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.f6pgk7 { margin-bottom: 0; }
.xpixoar h2.jvftyo { color: var(--text-primary); border-color: var(--accent-light); }
.etdjb h2.jvftyo { color: var(--text-primary); border-color: var(--accent-light); }
.yllqjlg .ukf5zxv     { background: #052e16; border-color: #10b981; }
.yllqjlg .umlx { background: #2d0a1e; border-color: #f43f5e; }
.yllqjlg .acydd    { background: #1e1036; border-color: #a855f7; }
.yllqjlg .f7b0d6 strong  { color: #f1f5f9; }
.yllqjlg .f7b0d6 p       { color: #cbd5e1; }
.yllqjlg .b469p6    .ukf5zxv     .fwbh92d::before,
.yllqjlg .ccgml  .ukf5zxv     .fwbh92d::before,
.yllqjlg .uccxe  .ukf5zxv     .fwbh92d::before,
.yllqjlg .c11d .ukf5zxv     .fwbh92d::before { color: #10b981; }
.yllqjlg .b469p6    .umlx .fwbh92d::before,
.yllqjlg .ccgml  .umlx .fwbh92d::before,
.yllqjlg .uccxe  .umlx .fwbh92d::before,
.yllqjlg .c11d .umlx .fwbh92d::before { color: #f43f5e; }
.yllqjlg .b469p6    .acydd    .fwbh92d::before,
.yllqjlg .ccgml  .acydd    .fwbh92d::before,
.yllqjlg .uccxe  .acydd    .fwbh92d::before,
.yllqjlg .c11d .acydd    .fwbh92d::before { color: #a855f7; }
.za7v2we7 .ukf5zxv     { background: #2d2000; border-color: #eab308; }
.za7v2we7 .umlx { background: #2d0b0b; border-color: #ef4444; }
.za7v2we7 .acydd    { background: #2d1600; border-color: #f97316; }
.za7v2we7 .f7b0d6 strong  { color: #f1f5f9; }
.za7v2we7 .f7b0d6 p       { color: #cbd5e1; }
.za7v2we7 .b469p6    .ukf5zxv     .fwbh92d::before,
.za7v2we7 .ccgml  .ukf5zxv     .fwbh92d::before,
.za7v2we7 .uccxe  .ukf5zxv     .fwbh92d::before,
.za7v2we7 .c11d .ukf5zxv     .fwbh92d::before { color: #eab308; }
.za7v2we7 .b469p6    .umlx .fwbh92d::before,
.za7v2we7 .ccgml  .umlx .fwbh92d::before,
.za7v2we7 .uccxe  .umlx .fwbh92d::before,
.za7v2we7 .c11d .umlx .fwbh92d::before { color: #ef4444; }
.za7v2we7 .b469p6    .acydd    .fwbh92d::before,
.za7v2we7 .ccgml  .acydd    .fwbh92d::before,
.za7v2we7 .uccxe  .acydd    .fwbh92d::before,
.za7v2we7 .c11d .acydd    .fwbh92d::before { color: #f97316; }
.sp6g1me .ukf5zxv     { background: #0c1a2e; border-color: #38bdf8; }
.sp6g1me .umlx { background: #12103a; border-color: #818cf8; }
.sp6g1me .acydd    { background: #0a2020; border-color: #2dd4bf; }
.sp6g1me .f7b0d6 strong  { color: #f1f5f9; }
.sp6g1me .f7b0d6 p       { color: #cbd5e1; }
.sp6g1me .b469p6    .ukf5zxv     .fwbh92d::before,
.sp6g1me .ccgml  .ukf5zxv     .fwbh92d::before,
.sp6g1me .uccxe  .ukf5zxv     .fwbh92d::before,
.sp6g1me .c11d .ukf5zxv     .fwbh92d::before { color: #38bdf8; }
.sp6g1me .b469p6    .umlx .fwbh92d::before,
.sp6g1me .ccgml  .umlx .fwbh92d::before,
.sp6g1me .uccxe  .umlx .fwbh92d::before,
.sp6g1me .c11d .umlx .fwbh92d::before { color: #818cf8; }
.sp6g1me .b469p6    .acydd    .fwbh92d::before,
.sp6g1me .ccgml  .acydd    .fwbh92d::before,
.sp6g1me .uccxe  .acydd    .fwbh92d::before,
.sp6g1me .c11d .acydd    .fwbh92d::before { color: #2dd4bf; }
.g0rwf .ukf5zxv     { background: var(--accent-bg); border-color: var(--accent-light); }
.g0rwf .umlx { background: var(--accent-bg-light); border-color: var(--accent-light); }
.g0rwf .acydd    { background: var(--accent-bg); border-color: var(--accent-pale); }
.g0rwf .b469p6    .fwbh92d::before,
.g0rwf .ccgml  .fwbh92d::before,
.g0rwf .uccxe  .fwbh92d::before,
.g0rwf .c11d .fwbh92d::before { color: var(--accent-light) !important; }
.g5j22::before,
.f3zhk8ld::before { margin-right: 5px; }
.wgcys3r .gd3pz0 ul li,
.wgcys3r .nao8lsjl li         { color: #4ade80; }
.wgcys3r .gd3pz0 .g5j22 { color: #22c55e; }
.wgcys3r .xh7dkk ul li,
.wgcys3r .cu2dvk li         { color: #f87171; }
.wgcys3r .xh7dkk .f3zhk8ld { color: #ef4444; }
.drr2gv .gd3pz0 { background: var(--bg-pros); }
.drr2gv .xh7dkk { background: var(--bg-cons); }
.drr2gv .gd3pz0 .g5j22 { color: var(--c-pros-label); }
.drr2gv .xh7dkk .f3zhk8ld { color: var(--c-cons); }
.drr2gv .gd3pz0 ul li,
.drr2gv .xh7dkk ul li,
.ubdds .gd3pz0 { background: var(--bg-pros); }
.ubdds .xh7dkk { background: var(--bg-cons); }
.ubdds .gd3pz0 .g5j22 { color: var(--c-pros-label); }
.ubdds .xh7dkk .f3zhk8ld { color: var(--c-cons); }
.ubdds .gd3pz0 ul li,
.ubdds .xh7dkk ul li,
.bo6h .g5j22::before { content: "✓ "; }
.bo6h .f3zhk8ld::before { content: "✗ "; }
.wpylt .g5j22::before { content: "→ "; }
.wpylt .f3zhk8ld::before { content: "← "; }
.tqdonho .g5j22::before { content: "★ "; }
.tqdonho .f3zhk8ld::before { content: "✕ "; }
.owb4pmv .g5j22::before { content: "◆ "; }
.owb4pmv .f3zhk8ld::before { content: "▲ "; }
.tf9s0r9n .f7b0d6 { background: transparent; border-left: none; border: 1.5px solid; }
.tf9s0r9n .ukf5zxv     { border-color: var(--c-tip-border); }
.tf9s0r9n .umlx { border-color: var(--c-warn-border); }
.tf9s0r9n .acydd    { border-color: #60a5fa; }
.tf9s0r9n .f7b0d6 strong { color: var(--text-primary); }
.tf9s0r9n .f7b0d6 p      { color: var(--text-muted); }
.jwy78 .f7b0d6 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.jwy78 .ukf5zxv     { border-top-color: var(--c-tip-border); }
.jwy78 .umlx { border-top-color: var(--c-warn-border); }
.jwy78 .acydd    { border-top-color: #60a5fa; }
.s20ojrvn .f7b0d6 { border-left: none; border-radius: 8px; }
.s20ojrvn .ukf5zxv     { background: #065f46; }
.s20ojrvn .umlx { background: #92400e; }
.s20ojrvn .acydd    { background: #1e3a8a; }
.s20ojrvn .f7b0d6 strong,
.s20ojrvn .f7b0d6 p { color: #fff; }
.s20ojrvn .fwbh92d::before { color: rgba(255,255,255,0.85) !important; }
.yllqjlg.s20ojrvn .ukf5zxv,
.yllqjlg .s20ojrvn .ukf5zxv     { background: #052e16; }
.yllqjlg.s20ojrvn .umlx,
.yllqjlg .s20ojrvn .umlx { background: #2d0a1e; }
.yllqjlg.s20ojrvn .acydd,
.yllqjlg .s20ojrvn .acydd    { background: #1e1036; }
.za7v2we7.s20ojrvn .ukf5zxv,
.za7v2we7 .s20ojrvn .ukf5zxv      { background: #2d2000; }
.za7v2we7.s20ojrvn .umlx,
.za7v2we7 .s20ojrvn .umlx  { background: #2d0b0b; }
.za7v2we7.s20ojrvn .acydd,
.za7v2we7 .s20ojrvn .acydd     { background: #2d1600; }
.sp6g1me.s20ojrvn .ukf5zxv,
.sp6g1me .s20ojrvn .ukf5zxv      { background: #0c1a2e; }
.sp6g1me.s20ojrvn .umlx,
.sp6g1me .s20ojrvn .umlx  { background: #12103a; }
.sp6g1me.s20ojrvn .acydd,
.sp6g1me .s20ojrvn .acydd     { background: #0a2020; }
.f77cq9qe .f7b0d6 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.f77cq9qe .ukf5zxv     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.f77cq9qe .umlx { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.f77cq9qe .acydd    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.f77cq9qe .f7b0d6 strong { color: var(--text-primary); }
.f77cq9qe .f7b0d6 p      { color: var(--text-muted); }
.v3fn .f7b0d6 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.b469p6 .fwbh92d,
.ccgml .fwbh92d,
.uccxe .fwbh92d,
.c11d .fwbh92d { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.b469p6 .fwbh92d::before,
.ccgml .fwbh92d::before,
.uccxe .fwbh92d::before,
.c11d .fwbh92d::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.b469p6 .ukf5zxv     .fwbh92d::before { content: "✦"; color: var(--c-tip-border); }
.b469p6 .umlx .fwbh92d::before { content: "▲"; color: var(--c-warn-border); }
.b469p6 .acydd    .fwbh92d::before { content: "◉"; color: #60a5fa; }
.ccgml .ukf5zxv     .fwbh92d::before { content: "★"; color: var(--c-tip-border); }
.ccgml .umlx .fwbh92d::before { content: "◆"; color: var(--c-warn-border); }
.ccgml .acydd    .fwbh92d::before { content: "●"; color: #60a5fa; }
.uccxe .ukf5zxv     .fwbh92d::before { content: "▶"; color: var(--c-tip-border); }
.uccxe .umlx .fwbh92d::before { content: "■"; color: var(--c-warn-border); }
.uccxe .acydd    .fwbh92d::before { content: "▸"; color: #60a5fa; }
.c11d .ukf5zxv     .fwbh92d::before { content: "→"; color: var(--c-tip-border); }
.c11d .umlx .fwbh92d::before { content: "⬥"; color: var(--c-warn-border); }
.c11d .acydd    .fwbh92d::before { content: "◈"; color: #60a5fa; }
.v8cq9sv .jk5jpi .ncs4i,
.v8cq9sv .kmxmmfe .ncs4i  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.v8cq9sv .nh1x                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.v8cq9sv .cdrtlm1          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.v8cq9sv .lc74ks                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.zmtu .jk5jpi .ncs4i,
.zmtu .kmxmmfe .ncs4i,
.zmtu .nh1x,
.zmtu .h7d3,
.zmtu .mekk7,
.zmtu .cdrtlm1,
.zmtu .lc74ks,
.zmtu .v3fn .f7b0d6 { box-shadow: none; }
.iu9144   body, .iu9144   { font-size: 0.9rem; }
.iu9144   .hbez, .iu9144 .lmcq59ga, .iu9144 .kl41,
.iu9144   .h8io0pxk, .iu9144 .w3zbzw { font-size: 0.9rem; }
.iu9144   .pywu, .iu9144 .vcce { font-size: 0.9rem; }
.hmtb1ck   .hbez, .hmtb1ck .lmcq59ga, .hmtb1ck .kl41,
.hmtb1ck   .h8io0pxk, .hmtb1ck .w3zbzw { font-size: 0.95rem; }
.hmtb1ck   .pywu, .hmtb1ck .vcce { font-size: 0.95rem; }
.xria3gf   .hbez, .xria3gf .lmcq59ga, .xria3gf .kl41,
.xria3gf   .h8io0pxk, .xria3gf .w3zbzw { font-size: 1.08rem; }
.xria3gf   .pywu, .xria3gf .vcce { font-size: 1.05rem; }
.xria3gf   .s7u7p { font-size: 0.97rem; }
.sevqo .sdyqms      { font-size: 3.2rem; }
.sevqo h2.jvftyo { font-size: 1.9rem; }
.sevqo h3.q7ct     { font-size: 1.4rem; }
.snuxc .sdyqms      { font-size: 3.8rem; }
.snuxc h2.jvftyo { font-size: 2.2rem; }
.snuxc h3.q7ct     { font-size: 1.6rem; }
.f6pgk7 + .f6pgk7 { position: relative; }
.zoovsl   .f6pgk7 + .f6pgk7::before,
.ncgx  .f6pgk7 + .f6pgk7::before,
.m4oswzro   .f6pgk7 + .f6pgk7::before,
.gvwnh   .f6pgk7 + .f6pgk7::before,
.u7pdh1d   .f6pgk7 + .f6pgk7::before,
.t0lcae1k .f6pgk7 + .f6pgk7::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.zoovsl .f6pgk7 + .f6pgk7::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ncgx .f6pgk7 + .f6pgk7::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.m4oswzro .f6pgk7 + .f6pgk7::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;
}
.gvwnh .f6pgk7 + .f6pgk7::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.vycppe .f6pgk7 { margin-bottom: 16px; }
.vycppe .f6pgk7 + .f6pgk7 { margin-top: 0; }
.vycppe .ae7nrwbq { padding-top: 0; padding-bottom: 0; }
.u7pdh1d .f6pgk7 + .f6pgk7::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.t0lcae1k .f6pgk7 + .f6pgk7::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.cqucxr15 .f6pgk7 + .f6pgk7::before,
.axaxs4jn .f6pgk7 + .f6pgk7::before,
.s0rwvl .f6pgk7 + .f6pgk7::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%;
}
.uniieqm .cqucxr15 .f6pgk7:nth-child(even)::before,
.uniieqm .axaxs4jn .f6pgk7:nth-child(even)::before,
.uniieqm .s0rwvl .f6pgk7:nth-child(even)::before { background: var(--bg-surface); }
.p702cqwr .cqucxr15 .f6pgk7:nth-child(even)::before,
.p702cqwr .axaxs4jn .f6pgk7:nth-child(even)::before,
.p702cqwr .s0rwvl .f6pgk7:nth-child(even)::before { background: var(--bg-card); }
.cqucxr15 .f6pgk7 + .f6pgk7::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");
}
.axaxs4jn .f6pgk7 + .f6pgk7::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");
}
.s0rwvl .f6pgk7 + .f6pgk7::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");
}
.arlbt .j5vowx6x,
.nxbynkj .j5vowx6x,
.qoo6 .j5vowx6x { overflow: hidden; }
.arlbt .mn1n4k,
.nxbynkj .mn1n4k { margin-bottom: 60px; }
.qoo6 .mn1n4k { margin-bottom: 70px; }
.arlbt .j5vowx6x::before,
.nxbynkj .j5vowx6x::before,
.qoo6 .j5vowx6x::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.arlbt .j5vowx6x::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");
}
.nxbynkj .j5vowx6x::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");
}
.qoo6 .j5vowx6x::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.vnb4k .j5vowx6x:not(.f03r) .f1ea { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.hcoir9 .j5vowx6x:not(.f03r) .f1ea { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.qbt9n  .j5vowx6x:not(.f03r) .f1ea { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.vexj  .j5vowx6x:not(.f03r) .f1ea { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.vexj .f03r { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.vexj .c75yq9y { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.vexj .wmz01z { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.m5zaz8 .f03r .f1ea { background: none; }
.m5zaz8 .j5vowx6x:not(.f03r) .f1ea { background: rgba(0,0,0,0.6); }
.vimnrxqh .us8t9a { float: left; width: 38%; margin: 0 28px 16px 0; }
.vimnrxqh .us8t9a .eisogk6l { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.vimnrxqh .ae7nrwbq::after { content: ''; display: block; clear: both; }
.osvax3z8 .us8t9a { float: right; width: 38%; margin: 0 0 16px 28px; }
.osvax3z8 .us8t9a .eisogk6l { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.osvax3z8 .ae7nrwbq::after { content: ''; display: block; clear: both; }
.qmib0ez .f6pgk7:nth-child(odd)  .us8t9a { float: left;  width: 38%; margin: 0 28px 16px 0; }
.qmib0ez .f6pgk7:nth-child(even) .us8t9a { float: right; width: 38%; margin: 0 0 16px 28px; }
.qmib0ez .us8t9a .eisogk6l { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.qmib0ez .ae7nrwbq::after { content: ''; display: block; clear: both; }
.vimnrxqh .x4b6,
.vimnrxqh .s9q5,
.osvax3z8 .x4b6,
.qmib0ez .x4b6,
@media (max-width: 900px) {
  .vimnrxqh .us8t9a,
  .osvax3z8 .us8t9a,
  .qmib0ez .f6pgk7:nth-child(odd)  .us8t9a,
  .qmib0ez .f6pgk7:nth-child(even) .us8t9a {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .vimnrxqh .us8t9a .eisogk6l,
  .osvax3z8 .us8t9a .eisogk6l,
  .qmib0ez .us8t9a .eisogk6l {
    max-height: none !important;
  }
}
.vimnrxqh .pywu,
.vimnrxqh .vcce,
.osvax3z8 .pywu,
.osvax3z8 .vcce,
.qmib0ez .pywu,
.qmib0ez .vcce { overflow: hidden; }
@media (max-width: 640px) {
  .vimnrxqh .us8t9a,
  .osvax3z8 .us8t9a,
  .qmib0ez .us8t9a { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ktvyg .y8pi,
.ktvyg .ae7nrwbq,
.ktvyg .mcq0  { max-width: 1100px; }
.okya .y8pi,
.okya .ae7nrwbq,
.okya .mcq0  { max-width: 1200px; }
.ufwx .y8pi,
.ufwx .ae7nrwbq,
.ufwx .mcq0  { max-width: 1320px; }
.ufwx { --content-mw: 1320px; }
.ttblzz { font-size: 0.82rem; color: var(--text-muted); }
.t04xzr7 { display: flex; align-items: center; }
.avi4bq6 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.dsip1mgj { display: flex; align-items: center; }
.ab56ib { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ab56ib:hover { text-decoration: underline; }
.i59v { margin: 0 3px; opacity: 0.45; }
.i59v::before { content: '/'; }
.t6hzpil { padding: 2px 5px; color: var(--text-main); }
.e8e2 .ttblzz {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.e8e2 .t04xzr7 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.quks1kk .ttblzz {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.quks1kk .t04xzr7 { padding: 0 0 0 12px; }
.mq6e .t04xzr7 { padding: 0 16px; }
.mq6e .ttblzz {
  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);
}
.mq6e .y8pi { padding-top: 28px; }
@media (max-width: 720px) {
  .t9uxoe { margin-top: 18px; padding: 0 16px; }
  .mq6e .y8pi { padding-top: 16px; }
}
.ktvyg.e8e2 .t04xzr7 { max-width: 1100px; }
.okya.e8e2 .t04xzr7 { max-width: 1200px; }
.ufwx.e8e2 .t04xzr7 { max-width: 1320px; }
.ufwx .t9uxoe { max-width: 1320px; }
.yja22h8 .f6pgk7 { padding-top: 16px; padding-bottom: 16px; }
.ku17 .f6pgk7 { padding-top: 24px; padding-bottom: 24px; }
.jpoi6g .f6pgk7 { padding-top: 40px; padding-bottom: 40px; }
.p97ve1e .f6pgk7 { padding-top: 52px; padding-bottom: 52px; }
.a8qs0k .f6pgk7:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.a8qs0k .f6pgk7:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.a8qs0k .f6pgk7:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.a8qs0k .f6pgk7:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.xglxw .ae7nrwbq { padding-top: 10px;  padding-bottom: 10px; }
.rs2q9z .ae7nrwbq { padding-top: 18px;  padding-bottom: 18px; }
.yiix .ae7nrwbq { padding-top: 36px;  padding-bottom: 36px; }
.y9llh1t .ae7nrwbq { padding-top: 48px;  padding-bottom: 48px; }
.bzsp h2.jvftyo { font-weight: 600; }
.bzsp h3.q7ct     { font-weight: 600; }
.il30a06 { font-weight: 500; }
.il30a06 h2.jvftyo { font-weight: 800; }
.il30a06 h3.q7ct     { font-weight: 700; }
.w4aqbier h2.jvftyo { font-weight: 900; }
.w4aqbier h3.q7ct     { font-weight: 800; }
.w4aqbier .f7b0d6 strong,
.w4aqbier .f7b0d6 strong { font-weight: 600; }
.g9arp2qk {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.zc0ox4 .g9arp2qk { display: none; }
@media (max-width: 640px) { .g9arp2qk { display: none; } }
.g9arp2qk { background: var(--cta) !important; color: #fff !important; border: none !important; }
.g9arp2qk:hover { opacity: 0.85; }
.pjn4uact .g9arp2qk { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.agkptoe .g9arp2qk,
.x2h04ov  .g9arp2qk { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.agkptoe .g9arp2qk:hover,
.x2h04ov  .g9arp2qk:hover { opacity: 0.88; }
.pjn4uact.agkptoe .g9arp2qk,
.pjn4uact.x2h04ov  .g9arp2qk { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.xk6fx {
  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;
}
.xk6fx:hover { transform: translateY(-2px); opacity: 0.92; }
.xk6fx { background: var(--cta) !important; color: #fff !important; border: none !important; }
.cz1bppf .xk6fx { display: none; }
.kp8als7 .xk6fx { right: 32px; }
.wgdhjcdk  .xk6fx { left: 32px; }
@media (max-width: 480px) {
  .kp8als7 .xk6fx { right: 20px; bottom: 20px; }
  .wgdhjcdk  .xk6fx { left: 20px; bottom: 20px; }
}
.izfngwz { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.mcq0 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.uljcss7 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.jtwm { color: var(--text-dim); font-size: 0.8rem; }
.tufe9h { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.tufe9h img { height: 26px; width: auto; object-fit: contain; }
.osx150q6 { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.r6xavrwt .mcq0 { text-align: center; }
.r6xavrwt .uljcss7 { margin-top: 0; }
.aw9xh { margin-top: 10px; }
.aw9xh a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .mcq0 { padding-left: 16px; padding-right: 16px; }
  .s4beu7k9 .mcq0 { padding: 20px 16px; }
  .e9re { gap: 4px 12px; }
  .uljcss7 { font-size: 0.78rem; }
}
.el6zdoz1 .w46jwf5 .tufe9h { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.el6zdoz1 .osx150q6 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.el6zdoz1 .atfa8g { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.el6zdoz1 .atfa8g a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.el6zdoz1 .atfa8g a:hover { color: var(--accent-light); }
.el6zdoz1 .uljcss7 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.el6zdoz1 .jtwm { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .el6zdoz1 .tdsiv { grid-template-columns: 1fr 1fr; } .el6zdoz1 .w46jwf5 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .el6zdoz1 .tdsiv { grid-template-columns: 1fr; } }
.wx9vbib .tufe9h { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.wx9vbib .uljcss7 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .wx9vbib .g9kayz1w { gap: 12px; } .wx9vbib .tufe9h { margin-right: 0; width: 100%; } }
.f0bkzl .a9708ij4 { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.f0bkzl .uox9sg .tufe9h { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.f0bkzl .osx150q6 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.f0bkzl .djwy { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.f0bkzl .atfa8g { display: flex; flex-direction: column; gap: 9px; }
.f0bkzl .atfa8g a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.f0bkzl .atfa8g a:hover { color: var(--accent-light); }
.f0bkzl .zxmi0z { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.f0bkzl .uljcss7 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.f0bkzl .jtwm { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .f0bkzl .a9708ij4 { grid-template-columns: 1fr 1fr; } .f0bkzl .uox9sg { grid-column: 1 / -1; } }
@media (max-width: 480px) { .f0bkzl .a9708ij4 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .e1rp .izuw9 { grid-template-columns: 1fr 1fr; } .e1rp .pu97gx:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .e1rp .izuw9 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .yxan .izuw9 { grid-template-columns: 1fr; } }
.zb2tash .mcq0 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.maqt .pkz8iq5g      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.maqt .izfngwz { background: var(--bg-page); border-top-color: var(--border-alt); }
.bgqf .pkz8iq5g      { background: #0d1117; border-bottom-color: #21262d; }
.bgqf .o2idgpqp { color: var(--accent-light); }
.bgqf .bb8t5q7 { --msep-color: #8b949e; }
.bgqf .bb8t5q7 a { color: #8b949e; }
.bgqf .bb8t5q7 a:hover { color: var(--accent-light); }
.bgqf .wb2v0y { color: #8b949e; }
.bgqf .izfngwz { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.bgqf .uljcss7,
.bgqf .jtwm { color: #6e7681; }
.bgqf .atfa8g a, .bgqf .ww0c a,
.bgqf .tufe9h { color: #e6edf3; }
.bgqf .atfa8g a:hover, .bgqf .ww0c a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .bgqf .bb8t5q7 { background: #0d1117; border-top-color: #21262d; }
  .bgqf .bb8t5q7 li a { border-bottom-color: #21262d; }
}
.afdqaq .pkz8iq5g      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.afdqaq .o2idgpqp { color: var(--accent-light); }
.afdqaq .bb8t5q7 { --msep-color: #475569; }
.afdqaq .bb8t5q7 a { color: #475569; }
.afdqaq .bb8t5q7 a:hover { color: var(--accent-light); }
.afdqaq .wb2v0y { color: #64748b; }
.afdqaq .izfngwz { background: #f0f4f8; border-top-color: #cbd5e1; }
.afdqaq .uljcss7,
.afdqaq .jtwm { color: #64748b; }
.afdqaq .atfa8g a, .afdqaq .ww0c a,
.afdqaq .v1j13 a, .afdqaq .tufe9h { color: #374151; }
.afdqaq .atfa8g a:hover, .afdqaq .ww0c a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .afdqaq .bb8t5q7 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .afdqaq .bb8t5q7 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.agkptoe .pkz8iq5g      { background: var(--accent); border-bottom-color: var(--accent-light); }
.agkptoe .o2idgpqp { color: #fff; }
.agkptoe .bb8t5q7 { --msep-color: rgba(255,255,255,0.82); }
.agkptoe .bb8t5q7 a { color: rgba(255,255,255,0.82); }
.agkptoe .bb8t5q7 a:hover { color: #fff; }
.agkptoe .wb2v0y { color: rgba(255,255,255,0.9); }
.agkptoe .izfngwz { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.agkptoe .uljcss7,
.agkptoe .jtwm { color: rgba(255,255,255,0.72); }
.agkptoe .atfa8g a, .agkptoe .ww0c a,
.agkptoe .v1j13 a, .agkptoe .tufe9h { color: #fff; }
.agkptoe .osx150q6, .agkptoe .djwy { color: rgba(255,255,255,0.7); }
.agkptoe .atfa8g a:hover, .agkptoe .ww0c a:hover { color: #fff; }
@media (max-width: 640px) {
  .agkptoe .bb8t5q7 { background: var(--accent); border-top-color: var(--accent-light); }
  .agkptoe .bb8t5q7 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.x2h04ov .pkz8iq5g {
  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);
}
.x2h04ov .izfngwz {
  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) {
  .x2h04ov .bb8t5q7 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.m29te3i5 .q5xt5 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.qiydyl3l .q5xt5 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.mwbaags .q5xt5 { min-height: 72px; height: auto; }
.ull8 .q5xt5 { min-height: 84px; height: auto; }
.s4beu7k9 .q5xt5 { max-width: none; padding: 0 32px; }
.s4beu7k9 .mcq0  { max-width: none; padding: 24px 32px; }
.ac3un.okya .q5xt5 { max-width: 1200px; }
.ac3un.ufwx .q5xt5 { max-width: 1320px; }
.aoy3toj9   .o2idgpqp, .aoy3toj9   .tufe9h { text-transform: capitalize; }
.sgcxqykt .o2idgpqp, .sgcxqykt .tufe9h { text-transform: lowercase; }
.vlfa .o2idgpqp, .vlfa .tufe9h { text-transform: uppercase; letter-spacing: 0.06em; }
.esyd5m, .z7v7am {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.q0i4 .esyd5m,
.q0i4 .z7v7am { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.fy19dgwj .esyd5m,
.fy19dgwj .z7v7am { 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; }
.scy4 .esyd5m,
.scy4 .z7v7am { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.e88z8c9p .esyd5m,
.e88z8c9p .z7v7am { 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; }
.jo28   .bb8t5q7 a { font-weight: 500; }
.yxy7rp .bb8t5q7 a { font-weight: 600; }
.ntrx     .bb8t5q7 a { font-weight: 700; }
.r42mq    .bb8t5q7 a { font-weight: 800; letter-spacing: 0.01em; }
.s6uncynv     .bb8t5q7 > li + li::before,
.mnaj    .bb8t5q7 > li + li::before,
.pegf    .bb8t5q7 > li + li::before,
.zjd7 .bb8t5q7 > li + li::before,
.wci17cr9 .bb8t5q7 > li + li::before,
.q7h5iba  .bb8t5q7 > li + li::before,
.sviawm90    .bb8t5q7 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.s6uncynv     .bb8t5q7 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.mnaj    .bb8t5q7 > li + li::before { content: "|"; }
.pegf    .bb8t5q7 > li + li::before { content: "—"; }
.zjd7 .bb8t5q7 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.wci17cr9 .bb8t5q7 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.q7h5iba  .bb8t5q7 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.sviawm90    .bb8t5q7 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ppvx .wb2v0y,
  .i5f4t3 .wb2v0y,
  .g5ddh9i .wb2v0y,
  .c0iofnln .wb2v0y,
  .dnux .wb2v0y {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ppvx .wb2v0y::before,
  .i5f4t3 .wb2v0y::before,
  .g5ddh9i .wb2v0y::before,
  .c0iofnln .wb2v0y::before,
  .dnux .wb2v0y::before { content: ""; display: block; flex-shrink: 0; }

  
  .ppvx .wb2v0y::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;
  }

  
  .i5f4t3 .wb2v0y::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;
  }

  
  .g5ddh9i .wb2v0y::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;
  }

  
  .c0iofnln .wb2v0y::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;
  }

  
  .dnux .wb2v0y::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) {
  .wlnve6 .wb2v0y {
    padding: 5px 14px;
  }
  .wlnve6 .bb8t5q7 {
    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;
  }
  .wlnve6 .bb8t5q7 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .wlnve6 .bb8t5q7 li a:hover { background: var(--bg-raised); }
  .wlnve6 .m4lojfa,
  .q4f6lf68 .m4lojfa,
  .xxr4h .m4lojfa { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ocrh2a .wb2v0y {
    padding: 5px 10px;
  }
  .ocrh2a .bb8t5q7 {
    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);
  }
  .ocrh2a .bb8t5q7.jcvk1 { transform: translateX(0); }
  .ocrh2a .bb8t5q7 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .ocrh2a .bb8t5q7 li:last-child a { border-bottom: none; }
  .agkptoe .bb8t5q7,
  .bgqf .bb8t5q7 { background: var(--accent) !important; }
  .agkptoe .bb8t5q7 li a,
  .bgqf .bb8t5q7 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .xxr4h .wb2v0y {
    padding: 5px 10px;
  }
  .xxr4h .bb8t5q7 {
    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);
  }
  .xxr4h .bb8t5q7::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .xxr4h .bb8t5q7.jcvk1 { transform: translateY(0); }
  .xxr4h .bb8t5q7 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .jgper .wb2v0y {
    padding: 5px 10px;
  }
  .jgper .bb8t5q7 {
    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;
  }
  .jgper .bb8t5q7.jcvk1 { opacity: 1; pointer-events: auto; }
  .jgper .bb8t5q7 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .nhz1     .wb2v0y { border-radius: 0 !important; }
  .d0pnw68   .wb2v0y { border-radius: 8px !important; }
  .y4jcf .wb2v0y { border-radius: 50% !important; }
  .pjos   .wb2v0y { border-radius: 999px !important; }
}
.t2p4v7d .r89jax9b { height: 36px; }
.u7vza .r89jax9b { height: 60px; max-width: 200px; }
.b5ip .r89jax9b { height: 76px; max-width: 240px; }
.tn1hfbvy .aldkk {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .hz5i .s9q5 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .hz5i .h7d3 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .hz5i .h7d3 { padding: 40px 16px 20px; }
  .hz5i .aldkk {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .hz5i .yhsesi { width: 100%; min-width: 0; }
}
.b8ltagc .s9q5 { counter-reset: cs-rank; gap: 10px; }
.b8ltagc .h7d3 {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 18px 14px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
}
.b8ltagc .h7d3::before {
  content: counter(cs-rank);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.b8ltagc .rv5maf9 {
  flex-direction: row; align-items: center; gap: 16px;
  flex-shrink: 0; min-width: 220px;
}
.b8ltagc .w79ertz7 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.b8ltagc .j237oc2 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.b8ltagc .lmtu9lpt {
  font-size: 1.15rem; font-weight: 700; color: var(--accent-light);
  white-space: nowrap; text-align: left; min-width: auto;
}
.b8ltagc .wsboeo { color: var(--cta, var(--accent)); }
.b8ltagc .aldkk {
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  border-top: none; padding-top: 0; width: auto; flex: 1 1 160px; min-width: 140px;
  text-align: center;
}
.b8ltagc .k24h1lv9 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.b8ltagc .gj8viv2 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.b8ltagc .hcyolksh .gj8viv2 { color: var(--accent-light); }
.b8ltagc .yhsesi {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.b8ltagc .h7d3:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .b8ltagc .h7d3 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .b8ltagc .h7d3::before {
    position: absolute; top: 14px; left: 14px;
  }
  .b8ltagc .rv5maf9 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .b8ltagc .lmtu9lpt { white-space: normal; text-align: center; font-size: 1.2rem; }
  .b8ltagc .aldkk {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .b8ltagc .yhsesi { width: 100%; min-width: 0; }
  .b8ltagc .wsboeo { min-width: 0; }
}
.jmcszlxh .hmlg {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.jmcszlxh .hmlg summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.jmcszlxh .hmlg p { padding: 0 2px 16px; }
.mim7 .hmlg { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.mim7 .hmlg summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.mim7 .hmlg summary::after { content: "›"; font-size: 1.2em; }
.mim7 .hmlg[open] summary::after { content: "‹"; }
.mim7 .hmlg p { padding: 10px 22px 4px; }
.c0zyq .hmlg {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.c0zyq .hmlg summary { color: var(--text-primary); padding-left: 16px; }
.c0zyq .hmlg summary::after { content: "›"; font-size: 1.1em; }
.c0zyq .hmlg[open] summary::after { content: "‹"; }
.c0zyq .hmlg p { padding-left: 16px; }
.ie9ohg47 .wgynq { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ie9ohg47 .hmlg {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ie9ohg47 .hmlg:last-child { border-bottom: none; }
.ie9ohg47 .hmlg summary { color: var(--text-primary); border-radius: 0; }
.ie9ohg47 .hmlg summary::after { content: "›"; font-size: 1.1em; }
.ie9ohg47 .hmlg[open] summary::after { content: "‹"; }
.kbj1spps .hmlg { overflow: hidden; }
.kbj1spps .hmlg summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.kbj1spps .hmlg summary::after { color: rgba(255,255,255,.75); }
.kbj1spps .hmlg[open] summary { border-radius: 0; }
.uw7d { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.mwr46jj {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.fzi2yp {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.izxc { color: var(--text-muted); font-size: 1.05rem; }
.xxjm {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ikdk92m {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.qwxcne5 { margin-bottom: 20px; }
.kp3oud2 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.d663x5 {
  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;
}
.d663x5:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.uroqcmgf { resize: vertical; min-height: 130px; }
.qbufjb3 { width: 100%; margin-top: 8px; }
.hjxlhxa {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.mj1yx9 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.e5yee7m { color: var(--text-muted); line-height: 1.75; }
.s2ilus8n { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.s2ilus8n li { margin-bottom: 6px; }
.lo6m { max-width: 760px; margin: 0 auto; }
.fx000x1 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.xgs9ah { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.xgs9ah:last-child { border-bottom: none; }
.xgs9ah h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.xgs9ah p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.a0wxfroy { max-width: 760px; margin: 0 auto; }
.k2yg7 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.w4g6yl ul.s2ilus8n { margin: 0; }
.ugedz { max-width: 900px; margin: 0 auto; }
.obf326 { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.obf326:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.obf326 .k2yg7 { margin: 0; font-size: 1rem; }
.obf326 .rr6rba p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .obf326 { grid-template-columns: 1fr; gap: 10px; } }
.dydl .k2yg7 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.z8wy .s2ilus8n { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .gh7f { grid-template-columns: 1fr; } }
.gdrr ul.s2ilus8n { margin: 0; }
.yp6hvr10 .s2ilus8n,
.ykpdxy .s2ilus8n,
.eeh7pyav .s2ilus8n,
.p3n2 .s2ilus8n {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .qc1dcuyk { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .f3ixo8 { grid-template-columns: 1fr; } .bg98ztg4 { position: static; text-align: center; } }
@media (max-width: 860px) { .vi3j80n { grid-template-columns: 1fr; } }
.p3n2 .s2ilus8n { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .j6a1cerf { flex-direction: column; text-align: center; } .ope64ib2 { grid-template-columns: 1fr; } }
.i6nvpg85 { max-width: 760px; margin: 0 auto; }
.tnjubwd7 { position: relative; padding-left: 28px; }
.tnjubwd7::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.upy92v { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.upy92v:last-child { padding-bottom: 0; }
.gb6w9ik2 { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.brr6im h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.brr6im p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.th5avb .fzi2yp { color: var(--accent-light); }
.v6kf4mpz .fzi2yp { font-size: 2rem; }
.v6kf4mpz .izxc { max-width: 680px; }
.oma5hz .fzi2yp { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.oma5hz .izxc  { margin: 0; }
@media (max-width: 640px) { .oma5hz { flex-direction: column; } }
.coqqkd .fzi2yp { color: var(--accent-light); }
.ve03ro5 {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.ve03ro5 .fzi2yp { color: #fff; }
.ve03ro5 .izxc  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .ffx2 { grid-template-columns: 1fr; } }
.qwer6 { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.qwer6 .d663x5 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.qwer6 .d663x5:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.cdj6z .d663x5 { background: var(--bg-raised); border-color: transparent; }
.cdj6z .d663x5:focus { background: var(--bg-card); border-color: var(--accent-light); }
.no2i .d663x5 { border-radius: 100px; padding: 11px 20px; }
.no2i .uroqcmgf { border-radius: 14px; }
.tg4cz3cr {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.tg4cz3cr summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.tg4cz3cr summary::-webkit-details-marker { display: none; }
.tg4cz3cr summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.tg4cz3cr[open] summary::after { content: "−"; }
.qdrb5sq {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .vrmo { grid-template-columns: 1fr; } }
.q9wz6 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.q9wz6 li { margin-bottom: 6px; }
.ln3p9{position:relative;overflow:visible}
.nfz3g .i1d9tcn,.q4g1ljje .i1d9tcn,
.nfz3g .i1d9tcn,.q4g1ljje .i1d9tcn,
.nfz3g .i1d9tcn .wk4y,.q4g1ljje .i1d9tcn .wk4y,
.nfz3g .pbd7jl8f,.q4g1ljje .pbd7jl8f,
.nfz3g .i1d9tcn,.q4g1ljje .i1d9tcn{top:12px}
.nfz3g .i1d9tcn .wk4y{margin-right:auto}
.w8zgq .pbd7jl8f{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.w8zgq .ot6d2e0q::before{content:""}
.k67c{--date-bg:var(--accent-bg-light)}
.mfngu .ot6d2e0q::before{content:"|";opacity:.3}
.mfngu .pbd7jl8f + .pbd7jl8f::before{content:"|";margin-right:6px;opacity:.3}
.qszbc0zq .iwgolit{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .iwgolit{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .br2a3r{max-width:100%}
}
:root {
  --accent:          #3b82f6;
  --brand:           #3b82f6;
  --brand-light:     #669bf3;
  --brand-pale:      #9bbcf1;
  --grad-start:      #084fc2;
  --grad-end:        #2272f4;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #e5a100;
  --cta-light:       #f9c037;
  --cta-hover:       #ffb70e;
  --bg-page:         #020a16;
  --bg-surface:      #041024;
  --bg-card:         #061631;
  --bg-card-inner:   #081d3f;
  --bg-raised:       #09234c;
  --bg-hover:        #0b295a;
  --border:          #0d316c;
  --border-alt:      #113e87;
  --border-section:  #0d316c;
  --text-primary:    #e2e4e8;
  --text-muted:      #9ca3ae;
  --text-body:       #c6cad1;
  --text-sub:        #9ca3ae;
  --text-faint:      #676f7e;
  --text-dim:        #505762;
  --text-label:      #808997;
  --text-value:      #b8bdc5;
  --accent-bg:       #0b1a31;
  --accent-bg-light: #0f264c;
  --bg-tip:          #162620;
  --bg-warning:      #272115;
  --bg-info:         #161d26;
  --bg-pros:         #162620;
  --bg-cons:         #26161c;
  --c-pros:          #7af4c7;
  --c-cons:          #e689aa;
  --c-pros-label:    #4bf0b4;
  --c-tip-border:    #2aeda6;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #7af4c7;
}
:root { --logo-bg-opacity: 72%; }
body, button, input { font-family: "Source Sans 3", sans-serif; }
.nntqkshi .fwbh92d { font-size: 0; width: 1.2rem; flex-shrink: 0; }.nntqkshi .fwbh92d::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.nntqkshi .ukf5zxv     .fwbh92d::before { content: "";  color: var(--c-tip-border); }.nntqkshi .umlx .fwbh92d::before { content: ""; color: var(--c-warn-border); }.nntqkshi .acydd    .fwbh92d::before { content: ""; color: #60a5fa; }.yllqjlg .nntqkshi .ukf5zxv     .fwbh92d::before { color: #10b981; }.yllqjlg .nntqkshi .umlx .fwbh92d::before { color: #f43f5e; }.yllqjlg .nntqkshi .acydd    .fwbh92d::before { color: #a855f7; }.za7v2we7  .nntqkshi .ukf5zxv     .fwbh92d::before { color: #eab308; }.za7v2we7  .nntqkshi .umlx .fwbh92d::before { color: #ef4444; }.za7v2we7  .nntqkshi .acydd    .fwbh92d::before { color: #f97316; }.sp6g1me  .nntqkshi .ukf5zxv     .fwbh92d::before { color: #38bdf8; }.sp6g1me  .nntqkshi .umlx .fwbh92d::before { color: #818cf8; }.sp6g1me  .nntqkshi .acydd    .fwbh92d::before { color: #2dd4bf; }.g0rwf .nntqkshi .fwbh92d::before { color: var(--accent-light) !important; }
.b0evq .w9rdot8, .b0evq .wmz01z { min-height: 320px; }
.nayeb5 .g9arp2qk::after,.nayeb5 .xk6fx::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.i59v::before { content: '|'; opacity: 0.3; }