: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;
}
.hxvg {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.pe2sgrm3 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.nmil {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.m6xb223n { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.l9dl63 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.l9dl63 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.l9dl63 a:hover { color: var(--accent-light); }
.dzx4wea { position: relative; }
.iosqy5tv {
  display: none; position: absolute; top: calc(100% + 6px); left: 50%;
  transform: translateX(-50%);
  background: var(--bg-surface); border: 1px solid var(--border-alt);
  border-radius: 10px; padding: 8px 0; min-width: 190px;
  box-shadow: 0 8px 24px rgba(0,0,0,.45); z-index: 200;
  list-style: none;
}
.jpfgt   .iosqy5tv { border-radius: 0; }
.b6u2n3     .iosqy5tv { border-radius: 6px; }
.mmxq  .iosqy5tv { border-radius: 14px; }
.z9lwh5g     .iosqy5tv { border-radius: 24px; padding: 8px; }
.b6u2n3 .iosqy5tv li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.b6u2n3 .iosqy5tv li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.mmxq .iosqy5tv li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.mmxq .iosqy5tv li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.z9lwh5g .iosqy5tv li a { border-radius: 16px; }
.qqbiy  .iosqy5tv li + li { border-top: 1px solid var(--border-alt); }
.wni73fl .iosqy5tv li + li { border-top: 1px dashed var(--border-alt); }
.q4raty7n .iosqy5tv li + li { border-top: 1px dotted var(--border-alt); }
.vslwp .iosqy5tv li + li { border-top: 3px double var(--border-alt); }
.dzx4wea::after {
  content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 10px;
}
.dzx4wea:hover .iosqy5tv,
.dzx4wea:focus-within .iosqy5tv { display: block; }
.iosqy5tv li a {
  display: block; padding: 8px 18px; white-space: nowrap;
  color: var(--text-muted); font-size: 0.86rem; text-decoration: none;
  transition: color .15s, background .15s;
}
.iosqy5tv li a:hover {
  color: var(--accent-light); background: var(--bg-hover);
}
@media (max-width: 640px) {
  .iosqy5tv {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .dzx4wea:hover .iosqy5tv,
  .dzx4wea:focus-within .iosqy5tv { display: block; }
  .iosqy5tv li a { padding: 8px 16px; font-size: 0.88rem; }
}
.wqn2ttyu {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.k96m6n1c { display: none; }
@media (max-width: 640px) {
  .k96m6n1c {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .k96m6n1c.gwml { display: block; }
}
@media (max-width: 640px) {
  .wqn2ttyu { display: block; }
  .l9dl63 > li + li::before { display: none !important; }
  .l9dl63 {
    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;
  }
  .l9dl63.gwml { display: flex; }
  .l9dl63 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .l9dl63 li:last-child a { border-bottom: none; }
}
.l0868f { min-height: 480px; }
.hampyw {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.nyap7 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.nijfl3jy .nyap7 { margin-left: 0; margin-right: 0; }
.z16ycbl {
  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;
}
.z16ycbl:hover { opacity: 0.88; }
.x0rqf .hampyw { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.x0rqf .nyap7 { color: #e2e8f0; }
.x0rqf.xvgwyf8e .xmi86 { text-align: center; }
.bwagdqh2 .hampyw { color: var(--text-primary); text-shadow: none; }
.bwagdqh2 .nyap7 { color: var(--text-muted); }
.bwagdqh2 .z16ycbl { margin-top: 16px; }
.bwagdqh2, .bwagdqh2.l0868f { min-height: auto !important; }
.bwagdqh2.xvgwyf8e .xmi86 { text-align: center; }
.bwagdqh2~.tjgvz{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.bwagdqh2~.tjgvz .dblp{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.d7kf8u .as3m,
.d7kf8u .pehbgmji,
.d7kf8u .x0rqf .u2vtcklb {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.as3m .hampyw { color: #fff; }
.as3m .nyap7 { color: rgba(255,255,255,0.85); }
.as3m .z16ycbl { background: #fff; color: var(--cta); }
.as3m .z16ycbl:hover { opacity: 0.92; }
.fs6ng6o .yb5x37w { position: relative; overflow: hidden; }
.fs6ng6o .yb5x37w::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.th6xn .yb5x37w {
  animation: hg-breathe 7s ease-in-out infinite;
}
.roxqz27o .yb5x37w { position: relative; overflow: hidden; }
.roxqz27o .yb5x37w::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;
}
.yilvlqlg .yb5x37w { position: relative; overflow: hidden; }
.yilvlqlg .yb5x37w::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.d7kf8u .yb5x37w {
  animation: hg-fadein 1.2s ease-out both;
}
.yb5x37w {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.a79e {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.emzi {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.civ86m3p {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.yb5x37w .hampyw { text-shadow: none; color: var(--text-primary); }
.yb5x37w .nyap7 { color: var(--text-muted); }
body.uz32p4g .hampyw {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.bmmk9mz .hampyw {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.yb5x37w.xvgwyf8e .a79e { align-items: center; text-align: center; }
.yb5x37w.nijfl3jy   .a79e { align-items: flex-start; text-align: left; }
.kd5al9 .emzi { position: relative; }
.kd5al9 .emzi::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.kd5al9.e81ztpj .emzi::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.pimsgy .emzi {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.pimsgy .civ86m3p {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.pimsgy.e81ztpj .emzi { padding: 32px 0 32px 32px; }
.ro9jg5d .emzi {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.ro9jg5d .civ86m3p {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.ro9jg5d .pehbgmji {
  position: static;
  width: 100%; aspect-ratio: 4/3;
  border-radius: 16px;
}
.e81ztpj { grid-template-areas: "media text"; }
.e81ztpj .a79e {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.ro9jg5d.e81ztpj .emzi { padding: 40px 16px 40px 48px; }
.t8smp8z1 .emzi { display: flex !important; align-items: center; justify-content: center; position: relative; }
@media (max-width: 700px) {
  .yb5x37w { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .yb5x37w .emzi { display: none !important; }
  .t8smp8z1 .emzi { display: none !important; }
  .zw5gb .slop62 { display: none !important; }
  .bbjx4 .sgzsw1 { display: none !important; }
  .a79e  { padding: 36px 24px; }
  .yb5x37w~.tjgvz,.e81ztpj~.tjgvz{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .l0868f, .yb5x37w { min-height: 320px !important; }
  
  .hampyw { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .cdir { display: none !important; }
  
  .xgjlrdd { flex-direction: column; align-items: center; }
  .wawbu { width: 100%; max-width: 340px; }
}
.kav4i { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.bw487s6e { width: 100%; height: auto; display: block; border-radius: 10px; }
.dqqu6eo .kav4i        { border-radius: 16px; }
.dqqu6eo .bw487s6e  { border-radius: 16px; }
.cmoskzmd .kav4i         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.cmoskzmd .bw487s6e   { border-radius: 8px; }
.mw6x { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.h9vce6 { width: 100%; padding: 32px 0; position: relative; }
.ig8p3 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.qvqs .h9vce6:nth-child(even) { background: var(--bg-surface); }
.qvqs .h9vce6:nth-child(odd)  { background: var(--bg-page); }
.ytrhg4pl .h9vce6:nth-child(even) { background: var(--bg-card); }
.ytrhg4pl .h9vce6:nth-child(odd)  { background: var(--bg-page); }
.qvqs .h9vce6:nth-child(odd)  .ig8p3 { background: var(--bg-card); border-radius: 6px; }
.qvqs .h9vce6:nth-child(even) .ig8p3 { background: var(--bg-raised); border-radius: 6px; }
.ytrhg4pl .h9vce6:nth-child(odd)  .ig8p3 { background: var(--bg-card); border-radius: 6px; }
.ytrhg4pl .h9vce6:nth-child(even) .ig8p3 { background: var(--bg-raised); border-radius: 6px; }
.qvqs .h9vce6:nth-child(even) .r93t .zryw94pe,
.ytrhg4pl .h9vce6:nth-child(even) .r93t .zryw94pe { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.qvqs .h9vce6:nth-child(odd) .r93t .zryw94pe,
.ytrhg4pl .h9vce6:nth-child(odd) .r93t .zryw94pe { background: var(--bg-card-inner); }
.qvqs .h9vce6:nth-child(even) .v6pk .zryw94pe:nth-child(odd),
.ytrhg4pl .h9vce6:nth-child(even) .v6pk .zryw94pe:nth-child(odd)  { background: var(--bg-card); }
.qvqs .h9vce6:nth-child(even) .v6pk .zryw94pe:nth-child(even),
.ytrhg4pl .h9vce6:nth-child(even) .v6pk .zryw94pe:nth-child(even) { background: var(--bg-card-inner); }
h1.s9wv { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.s9wv {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.zdtu { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.eroexz h2.s9wv {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.j12a9nzz h2.s9wv {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.e5zjng h2.s9wv {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.f3t6dl h2.s9wv::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.dtqb0r h2.s9wv {
  color: var(--text-primary); font-size: 1.7rem;
}
.ff7vuc8 h2.s9wv::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.hpyjltnf h2.s9wv {
  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;
}
.g6xx { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .g6xx { display: none; } }
.fx6za2t { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.yktf { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.upoh {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.cz0swcvh { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.e2pj7w { padding-left: 20px; }
.e2pj7w li { margin-bottom: 6px; }
.e2pj7w a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.e2pj7w a:hover { color: var(--accent-light); }
.tnbsyaoe .cz0swcvh { display: none; }
.hqqz .cz0swcvh { display: none; }
.hqqz .e2pj7w { padding-left: 0; list-style: none; }
.hqqz .e2pj7w li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.hqqz .e2pj7w a { font-size: 0.92rem; }
.gozkfr76 .upoh { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.gozkfr76 .cz0swcvh { display: none; }
.gozkfr76 .e2pj7w { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.gozkfr76 .e2pj7w li { margin-bottom: 0; }
.gozkfr76 .e2pj7w 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;
}
.gozkfr76 .e2pj7w a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.bxdx0l2 .upoh { padding: 20px 20px 16px; }
.bxdx0l2 .e2pj7w {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.bxdx0l2 .e2pj7w li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.bxdx0l2 .e2pj7w 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;
}
.bxdx0l2 .e2pj7w 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;
}
.bxdx0l2 .e2pj7w a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.bxdx0l2 .e2pj7w a:focus,
.bxdx0l2 .e2pj7w a:focus-visible,
.bxdx0l2 .e2pj7w a:target { outline: none; }
.bxdx0l2 .e2pj7w li:target a { border-color: var(--border); color: var(--text-muted); }
.zcch .upoh { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.zcch .cz0swcvh { display: none; }
.zcch .e2pj7w { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.zcch .e2pj7w li { margin-bottom: 0; }
.zcch .e2pj7w li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.zcch .e2pj7w li:last-child::after { content: ""; margin-right: 0; }
.zcch .e2pj7w a { font-size: 0.9rem; }
.zryw94pe { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.r93t .zryw94pe { background: var(--bg-card); }
.v6pk .zryw94pe:nth-child(odd)  { background: var(--bg-card); }
.v6pk .zryw94pe:nth-child(even) { background: var(--bg-raised); }
.t66j .zryw94pe {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.t66j .zryw94pe:last-child { border-bottom: none; }
.t66j h3.zdtu { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.rxot .zryw94pe {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.rxot .zryw94pe + .zryw94pe { margin-top: 4px; }
.g45l .zryw94pe { background: none; border-radius: 0; padding: 12px 0; }
.g45l .zryw94pe + .zryw94pe { border-top: 1px solid var(--border-section); }
.ymuw1b { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.db5vcm { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.sx0gb7 { color: var(--text-body); margin-bottom: 10px; }
.d1v8, .vx9y8 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.d1v8 li, .vx9y8 li { margin-bottom: 6px; }
.vx9y8 li { list-style: decimal; }
.vbrr6o9     .d1v8 { list-style-type: "● "; }
.yh1ih7m  .d1v8 { list-style-type: "■ "; }
.zkzbfu7 .d1v8 { list-style-type: "◆ "; }
.in2e    .d1v8 { list-style-type: "★ "; }
.vbrr6o9     .souy { list-style-type: "● "; }
.yh1ih7m  .souy { list-style-type: "■ "; }
.zkzbfu7 .souy { list-style-type: "◆ "; }
.in2e    .souy { list-style-type: "★ "; }
.vbrr6o9    .d1v8 li::marker, .vbrr6o9    .souy li::marker,
.yh1ih7m .d1v8 li::marker, .yh1ih7m .souy li::marker,
.zkzbfu7 .d1v8 li::marker, .zkzbfu7 .souy li::marker,
.in2e   .d1v8 li::marker, .in2e   .souy li::marker {
  color: var(--cta); font-size: 1em;
}
.vbrr6o9 .vx9y8,
.yh1ih7m .vx9y8,
.zkzbfu7 .vx9y8,
.in2e .vx9y8 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.vbrr6o9 .vx9y8 li,
.yh1ih7m .vx9y8 li,
.zkzbfu7 .vx9y8 li,
.in2e .vx9y8 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.vbrr6o9 .vx9y8 li::before,
.yh1ih7m .vx9y8 li::before,
.zkzbfu7 .vx9y8 li::before,
.in2e .vx9y8 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;
}
.vbrr6o9     .vx9y8 li::before { border-radius: 50%; }
.yh1ih7m  .vx9y8 li::before { border-radius: 3px; }
.zkzbfu7 .vx9y8 li::before { border-radius: 3px; }
.in2e    .vx9y8 li::before { border-radius: 50%; }
.lderx { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.zxpq .lderx,
.awpls25 .lderx { background: transparent; border: none; border-radius: 0; }
.jfey { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.jfey th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.jfey td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.jfey tr:hover td { background: var(--bg-hover); }
.c2vvz .jfey tbody tr:nth-child(even) td { background: var(--bg-surface); }
.fl41g .jfey { border: 1px solid var(--border-alt); }
.fl41g .jfey th,
.fl41g .jfey td { border: 1px solid var(--border-alt); }
.kzfbmb1 .jfey th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.kzfbmb1 .jfey td { border-bottom: none; }
.kzfbmb1 .jfey tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.ox5v30bv .jfey th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ynsu .lderx {
  overflow: hidden;
}
.ynsu .jfey th { border-bottom: 1px solid var(--border-alt); }
.ynsu .jfey tr:last-child td { border-bottom: none; }
.chd3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.l8glb { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.jahfd5 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ugbd0wu { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.cuhii5 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.souy { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.souy 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%}
.qvzt .ugbd0wu { background: transparent; text-align: center; }
.j132u .jahfd5 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.a76z8 .jahfd5 {
  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);
}
.o3auxa4q .l8glb { display: grid; grid-template-columns: auto 1fr; }
.o3auxa4q .jahfd5 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.o3auxa4q .ugbd0wu { grid-column: 2; }
.o3auxa4q .cuhii5,
.o3auxa4q .souy { grid-column: 1 / -1; }
.y05t .l8glb { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.y05t .jahfd5 {
  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);
}
.y05t .ugbd0wu { grid-column: 2; }
.y05t .cuhii5,
.y05t .souy { grid-column: 1 / -1; }
.mds7np .l8glb { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.mds7np .ugbd0wu { background: none; color: var(--accent-light); font-weight: 700; }
.s1p5ms3 .l8glb { 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); }
.s1p5ms3 .ugbd0wu { background: none; color: var(--accent-light); font-weight: 700; }
.cb363ih .l8glb { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.cb363ih .l8glb:last-child { border-bottom: none; }
.cb363ih .ugbd0wu { background: none; color: var(--accent-light); font-weight: 700; }
.mwvtz1v7 .l8glb { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.mwvtz1v7 .ugbd0wu { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.h7xynu .chd3 { counter-reset: card-n; }
.h7xynu .l8glb  { counter-increment: card-n; }
.h7xynu .ugbd0wu { display: flex; align-items: center; gap: 10px; }
.h7xynu .ugbd0wu::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;
}
.jd91rrb0 .l8glb { background: var(--bg-surface); border: 1px solid var(--border); }
.jd91rrb0 .ugbd0wu { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.xdsv3u { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.oyy8  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.efzo6d4 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.t1zpe { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.vwo4z { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.xdsv3u strong { color: var(--text-primary); font-size: 0.95rem; }
.xdsv3u p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.t4wl { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.tyyu2jk, .kxttyw { border-radius: 8px; padding: 14px; }
.tyyu2jk { background: var(--bg-pros); }
.kxttyw { background: var(--bg-cons); }
.zq2v19 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.tyyu2jk .zq2v19 { color: var(--c-pros-label); }
.kxttyw .zq2v19 { color: #f87171; }
.tyyu2jk ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.kxttyw ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.bw487s6e { width: 100%; height: auto; border-radius: 10px; display: block; }
.cnr9 {
  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;
}
.cnr9:hover { opacity: 0.85; }
.z6t9p .cnr9  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.z6t9p .cnr9:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.hgvc3b5 .cnr9  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.hgvc3b5 .cnr9:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.oxr8fnp .z16ycbl { border-radius: 50px; }
.oxr8fnp .cnr9  { border-radius: 50px; }
.rz4a .z16ycbl { padding-left: 22px; padding-right: 22px; }
.rz4a .cnr9  { padding-left: 12px; padding-right: 12px; }
.i5cvjhou .z16ycbl { padding-left: 44px; padding-right: 44px; }
.i5cvjhou .cnr9  { padding-left: 24px; padding-right: 24px; }
.u7oi9nc8 .z16ycbl { padding-left: 56px; padding-right: 56px; }
.u7oi9nc8 .cnr9  { padding-left: 32px; padding-right: 32px; }
.p3h1be6   .z16ycbl::after, .p3h1be6   .cnr9::after,
.nbv65il .z16ycbl::after, .nbv65il .cnr9::after,
.g5onx2j    .z16ycbl::after, .g5onx2j    .cnr9::after,
.zhzn842b    .z16ycbl::after, .zhzn842b    .cnr9::after,
.cjah9f    .z16ycbl::after, .cjah9f    .cnr9::after,
.lmhae8     .z16ycbl::after, .lmhae8     .cnr9::after,
.diuhxpg    .z16ycbl::after, .diuhxpg    .cnr9::after,
.sxsef   .z16ycbl::after, .sxsef   .cnr9::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;
}
.p3h1be6 .z16ycbl::after, .p3h1be6 .cnr9::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");
}
.nbv65il .z16ycbl::after, .nbv65il .cnr9::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");
}
.g5onx2j .z16ycbl::after, .g5onx2j .cnr9::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");
}
.zhzn842b .z16ycbl::after, .zhzn842b .cnr9::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");
}
.cjah9f .z16ycbl::after, .cjah9f .cnr9::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");
}
.lmhae8 .z16ycbl::after, .lmhae8 .cnr9::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");
}
.diuhxpg .z16ycbl::after, .diuhxpg .cnr9::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");
}
.sxsef .z16ycbl::after, .sxsef .cnr9::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");
}
.vmopur   .mvog::after, .vmopur   .l1osz::after,
.dmjk .mvog::after, .dmjk .l1osz::after,
.nufmg    .mvog::after, .nufmg    .l1osz::after,
.x9m049i    .mvog::after, .x9m049i    .l1osz::after,
.v3b6l    .mvog::after, .v3b6l    .l1osz::after,
.y5s954lz     .mvog::after, .y5s954lz     .l1osz::after,
.a0gkrd    .mvog::after, .a0gkrd    .l1osz::after,
.pj6e9nv   .mvog::after, .pj6e9nv   .l1osz::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;
}
.vmopur .mvog::after, .vmopur .l1osz::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");
}
.dmjk .mvog::after, .dmjk .l1osz::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");
}
.nufmg .mvog::after, .nufmg .l1osz::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");
}
.x9m049i .mvog::after, .x9m049i .l1osz::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");
}
.v3b6l .mvog::after, .v3b6l .l1osz::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");
}
.y5s954lz .mvog::after, .y5s954lz .l1osz::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");
}
.a0gkrd .mvog::after, .a0gkrd .l1osz::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");
}
.pj6e9nv .mvog::after, .pj6e9nv .l1osz::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");
}
.ouwhj1 {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
}
.v9ri {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 18px 24px;
  display: flex; flex-direction: row; align-items: center; gap: 24px;
  transition: background .15s;
}
.v9ri > [itemprop="item"] { display: contents; }
.v9ri [itemprop="itemReviewed"],
.v9ri [itemprop="reviewRating"] { display: none; }
.v9ri:hover { background: var(--bg-hover); }
.t7p0z1fe {
  background: var(--accent-bg);
  border-radius: 10px; padding: 8px 12px;
  display: flex; align-items: center; justify-content: center;
  min-width: 140px; width: 140px; height: 90px; flex-shrink: 0;
}
.gpqhvlgs .t7p0z1fe { background: #1a1a1a; }
.d850utvi .t7p0z1fe { background: rgba(128,128,128,.12); }
.cnc35jq1 .t7p0z1fe { background: var(--bg-raised); }
.m2ufhw8i .t7p0z1fe { background: transparent; padding: 0; }
.vndp { max-height: 74px; max-width: 120px; object-fit: contain; }
.inks7rq { display: flex; align-items: center; gap: 16px; min-width: 0; }
.inks7rq .t7p0z1fe + .uytw { flex: 1 1 auto; }
.uytw { font-weight: 700; font-size: 1.25rem; color: var(--text-primary); line-height: 1.25; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pll69mm { color: var(--cta); font-size: 1.2rem; letter-spacing: 2px; line-height: 1; text-align: center; }
.wz2i { text-align: center; font-size: 1.2rem; font-weight: 700; }
.smnk { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; line-height: 1.3; min-width: 0; gap: 4px; }
@media (min-width: 721px) {
  .inks7rq { flex: 0 0 260px; width: 260px; }
  .pll69mm { flex: 0 0 120px; width: 120px; }
  .wz2i { flex: 0 0 110px; width: 110px; }
  .smnk   { flex: 0 0 180px; width: 180px; }
}
.y8p3 { color: var(--text-label); font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.y9a1 { color: var(--text-value); font-weight: 700; font-size: 1.22rem; line-height: 1.3; max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.zsqz7v7 { white-space: nowrap; text-align: center; align-self: center; }
@media (min-width: 721px) {
  .zsqz7v7 { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.zsqz7v7.cnr9 { 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) {
  .ouwhj1 { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .ouwhj1 .v9ri { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .ouwhj1 .inks7rq { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .ouwhj1 .t7p0z1fe { width: 100%; min-width: unset; height: 120px; }
  .ouwhj1 .vndp { max-height: 96px; max-width: 200px; }
  .ouwhj1 .uytw { min-width: unset; text-align: center; white-space: normal; }
  .ouwhj1 .pll69mm { min-width: 0; }
  .ouwhj1 .smnk { 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; }
  .ouwhj1 .zsqz7v7 { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .k501 .v9ri { row-gap: 8px !important; gap: 10px !important; }
}
.s3gtuypi {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.my8f {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.oc1j6 {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.oc1j6 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.yf62jbw { flex: 1; }
.yf62jbw h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.mcpkv { color: var(--c-stars); font-size: 1.1rem; }
.jlqfr { margin-bottom: 8px; }
.j6mad { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.hkzzyrhd::before   { content: "★ "; color: var(--accent-light); }
.b6qis { flex-shrink: 0; }
.z3zq74i img.f4rrye { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.zxpq { padding: 20px 24px; }
.b0p2 { color: var(--text-muted); margin-bottom: 16px; }
.wfostil { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.dxpu, .kwzq { list-style: none; font-size: 0.9rem; }
.dxpu li { color: var(--c-pros); margin-bottom: 4px; }
.kwzq li { color: var(--c-cons); margin-bottom: 4px; }
.dxpu li::before { content: "✓"; margin-right: 5px; }
.kwzq li::before { content: "✗"; margin-right: 5px; }
.bv3klv .dxpu li::before { content: "→"; }
.bv3klv .kwzq li::before { content: "–"; }
.ag8pyvxa  .dxpu li::before { content: "★"; }
.ag8pyvxa  .kwzq li::before { content: "✕"; }
.g733f    .dxpu li::before { content: "◆"; }
.g733f    .kwzq li::before { content: "▲"; }
.np5c0a  .dxpu li::before { content: "▶"; }
.np5c0a  .kwzq li::before { content: "■"; }
.nifnr5 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.po5fp6cu { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.yjnog { background: var(--bg-pros); color: var(--c-tag-pay); }
.ckd1ll { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.rd3k3670 .ckd1ll { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.xcv6vrd .ckd1ll { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .c49o0fsv .fzckm9k {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .c49o0fsv .s3gtuypi { margin: 0; }
}
.z9q3 .my8f { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.z9q3 .yf62jbw h3 { color: var(--accent-light); }
.z9q3 .oc1j6 { background: var(--bg-page); border: 1px solid var(--border); }
.l3r9 .s3gtuypi { border-top: 4px solid var(--accent); }
.l3r9 .my8f { background: var(--bg-card); }
.o5aa27ge .s3gtuypi { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.o5aa27ge .my8f { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.o5aa27ge .zxpq { padding: 14px 16px; }
.o5aa27ge .oc1j6 { border-radius: 4px; }
.o5aa27ge .ckd1ll { border-radius: 0; }
.ekpt .my8f { padding: 0; gap: 0; overflow: hidden; }
.ekpt .oc1j6 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.ekpt .yf62jbw { padding: 16px 20px; }
.ekpt .b6qis { padding: 16px 20px; align-self: center; }
.ineqvdsq .mcpkv { font-size: .95rem; }
.awpls25 .t4wl { gap: 10px; }
.awpls25 .tyyu2jk, .awpls25 .kxttyw { padding: 12px; }
.awpls25 .tyyu2jk ul, .awpls25 .kxttyw ul { margin: 4px 0 0; padding-left: 18px; }
.awpls25 .tyyu2jk li, .awpls25 .kxttyw li { font-size: .85rem; margin-bottom: 3px; }
.bdttt6r .po5fp6cu { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .vb6jozi { grid-template-columns: 1fr; }
  .xf60ua8 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .xf60ua8 .cr2myg76 { width: 72px; height: 50px; }
  .xf60ua8 .zv1x { max-width: 180px; }
  .xf60ua8 .vwkv2 { width: auto; }
}
.eo702d4j .ineqvdsq .mcpkv { filter: brightness(1.2); }
@media (max-width: 720px) {
  .eo702d4j { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .lqt6 { padding: 16px; }
  .qals .gael7zo7 { min-width: 50%; }
}
.ggndyb .t4wl { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .fymk1mj { grid-template-columns: 1fr; }
  .o7scahx { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .abnc0 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .qquoi { flex-wrap: wrap; padding: 16px; }
}
.gu1fjgy .t4wl { gap: 8px; }
.gu1fjgy .tyyu2jk, .gu1fjgy .kxttyw { padding: 8px; }
@media (max-width: 480px) {
  .rj6uq6m3 { flex-direction: column; align-items: stretch; }
}
.zou9i5si .vwkv2 .cnr9 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .v186s3 { flex-direction: column; align-items: stretch; gap: 10px; }
  .zou9i5si .vwkv2 { text-align: center; }
}
@media (max-width: 720px) {
  .istz { grid-template-columns: 1fr; }
  .jk3po { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .accz40p6 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.d09xmz2 .pbgrbc { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.tdwgb .mcpkv { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .lco8m { grid-template-columns: 1fr; }
  .tdwgb { width: 100px; height: 100px; margin: 16px auto; }
  .d09xmz2 { font-size: 1.4rem; }
  .g58a { justify-content: center; }
  .pvmhjle .gael7zo7 { min-width: 50%; }
}
.x9ro .t4wl { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .blni8hlf { flex-wrap: wrap; padding: 14px 16px; }
  .emsfv5 { padding: 12px 16px; }
  .x9ro .t4wl { margin: 0 16px; }
  .x9ro .bdttt6r { padding: 0 16px; }
  .tp7u2 { padding: 12px 16px; }
}
.ol6u9cq .ouwhj1 {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px;
}
.ol6u9cq .ouwhj1 .v9ri:only-child { grid-column: 1 / -1; }
.ol6u9cq .ouwhj1 .v9ri {
  flex-direction: column; align-items: center; padding: 20px 18px; border-radius: 14px; gap: 14px;
}
.ol6u9cq .ouwhj1 .inks7rq { flex-direction: column; align-items: center; gap: 12px; width: 100%; min-width: 0; }
.ol6u9cq .ouwhj1 .t7p0z1fe { width: 100%; min-width: unset; height: 120px; }
.ol6u9cq .ouwhj1 .vndp { max-height: 100px; max-width: 200px; }
.ol6u9cq .ouwhj1 .uytw { min-width: unset; text-align: center; white-space: normal; }
.ol6u9cq .ouwhj1 .pll69mm { min-width: 0; }
.ol6u9cq .ouwhj1 .smnk {
  flex-direction: row; justify-content: space-between; align-items: baseline;
  width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  flex: 0 0 auto; min-width: 0;
}
.ol6u9cq .ouwhj1 .zsqz7v7 { width: 100%; text-align: center; margin-left: 0; min-width: 0; }
.ol6u9cq .my8f { gap: 14px; }
.zgaf5 .y9a1 {
  color: var(--accent-light); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 5px 14px; font-size: 1.1rem;
}
.zgaf5 .pll69mm { color: var(--cta); }
.zgaf5 .my8f { background: var(--accent-bg); }
.zgaf5 .hkzzyrhd, .zgaf5 .z3ci8wcp, .zgaf5 .jlbv {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}
.v7ox1bg8 .smnk { flex-direction: column; align-items: flex-start; gap: 4px; padding-top: 6px; }
.v7ox1bg8 .y9a1 {
  font-weight: 700; font-size: 1.1rem;
  color: var(--accent-light); background: var(--accent-bg);
  border-radius: 6px; padding: 4px 12px; display: inline-block;
}
.v7ox1bg8 .pll69mm { color: var(--cta); }
.v7ox1bg8 .my8f { border-bottom: 2px solid var(--accent-bg); }
.v7ox1bg8 .hkzzyrhd, .v7ox1bg8 .z3ci8wcp, .v7ox1bg8 .jlbv {
  background: var(--accent-bg); color: var(--accent-light); border-radius: 100px;
  padding: 2px 10px; font-weight: 600; border: none;
}
.wvew1 .v9ri { border-top: 3px solid var(--accent); }
.wvew1 .s3gtuypi { overflow: hidden; }
.wvew1 .my8f { background: var(--accent-bg); }
.j66jeo .v9ri { padding: 14px 18px; gap: 16px; }
.j66jeo .uytw { font-size: 1rem; }
.j66jeo .my8f { padding: 14px 18px; gap: 14px; }
.j66jeo .zxpq { padding: 14px 18px; }
.j66jeo .oc1j6 { width: 70px; }
.j66jeo .yf62jbw h3 { font-size: 1.05rem; }
.l9iy .ouwhj1 { gap: 0; }
.l9iy .v9ri {
  border-radius: 0; border-left: none; border-right: none;
  border-top: none; border-bottom: 1px solid var(--border);
}
.l9iy .v9ri:last-child { border-bottom: none; }
.l9iy .v9ri:nth-child(odd) { background: var(--accent-bg); }
.l9iy .v9ri:nth-child(odd):hover { background: var(--bg-hover); }
.k501 .ouwhj1 {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.k501 .v9ri {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.k501 .v9ri:last-child { border-bottom: none; }
.k501 .pll69mm,
.k501 .ry8pgp,
.k501 .te4flp0s { border-left: 1px solid var(--border); padding-left: 10px; }
.k501 .uytw { padding: 0 10px; }
.hs1am .inks7rq { flex-direction: column; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.hs1am .uytw { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.q6ba9 .inks7rq { flex-direction: column-reverse; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.q6ba9 .uytw { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.wufgrq .ouwhj1 { gap: 14px; }
.wufgrq .v9ri {
  padding: 20px 26px; gap: 24px; border-radius: 12px;
  min-height: 140px;
}
.wufgrq .uytw { font-size: 1.15rem; }
.wufgrq .y9a1 { font-size: 1.22rem; }
.wufgrq .zsqz7v7.cnr9 { padding: 14px 30px !important; font-size: 1rem; }
.tbnc0 .ouwhj1 { gap: 18px; }
.tbnc0 .v9ri {
  padding: 28px 32px; gap: 28px; border-radius: 14px;
  min-height: 160px; border-width: 2px;
}
.tbnc0 .t7p0z1fe {
  min-width: 180px; width: 180px; height: 120px; padding: 10px 14px; border-radius: 14px;
  background: var(--bg-raised);
}
.tbnc0 .vndp { max-height: 100px; max-width: 160px; }
.tbnc0 .inks7rq { min-width: 260px; }
.tbnc0 .uytw { font-size: 1.25rem; font-weight: 800; }
.tbnc0 .pll69mm { font-size: 1.1rem; letter-spacing: 2px; }
.tbnc0 .y9a1 { font-size: 1.3rem; font-weight: 800; }
.tbnc0 .y8p3 { font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; }
.tbnc0 .zsqz7v7.cnr9 { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.wto9us3s .ry8pgp { flex: 1.8; }
.wto9us3s .ry8pgp .y9a1 {
  font-size: 1.35rem; font-weight: 800; color: var(--accent-light);
}
.wto9us3s .ry8pgp .y8p3 { font-weight: 700; color: var(--text-primary); }
.wz2i { display: none; }
.arggdy .pll69mm { display: none; }
.c9xy .pll69mm { font-size: 1rem; letter-spacing: 2px; }
.jqxz .pll69mm {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.zajclw .pll69mm,
.zgsr8r .pll69mm,
.fw8bd629 .pll69mm { display: none; }
.zajclw .wz2i,
.zgsr8r .wz2i,
.fw8bd629 .wz2i { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.zajclw .wz2i { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.zajclw .wz2i small { display: none; }
.zgsr8r .wz2i {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.zgsr8r .wz2i small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.fw8bd629 .wz2i {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.fw8bd629 .wz2i small { display: none; }
.zajclw .jlqfr .mcpkv,
.zgsr8r .jlqfr .mcpkv,
.fw8bd629 .jlqfr .mcpkv { display: none; }
.zajclw .jlqfr strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.zajclw .pbgrbc { display: none; }
.zgsr8r .jlqfr strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.zgsr8r .bp0h0gw,
.zgsr8r .pbgrbc { font-size: 1em; }
.fw8bd629 .jlqfr strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.fw8bd629 .pbgrbc { display: none; }
.kazkx3h { margin: 16px 0; }
.j70i0z30 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.j70i0z30 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.j70i0z30 summary::after { content: "+"; color: var(--accent-light); }
.j70i0z30[open] summary::after { content: "−"; }
.j70i0z30 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.h9vce6 { margin-bottom: 0; }
.c989e6 h2.s9wv { color: var(--text-primary); border-color: var(--accent-light); }
.bbxdhu h2.s9wv { color: var(--text-primary); border-color: var(--accent-light); }
.gnzk8f .oyy8     { background: #052e16; border-color: #10b981; }
.gnzk8f .efzo6d4 { background: #2d0a1e; border-color: #f43f5e; }
.gnzk8f .t1zpe    { background: #1e1036; border-color: #a855f7; }
.gnzk8f .xdsv3u strong  { color: #f1f5f9; }
.gnzk8f .xdsv3u p       { color: #cbd5e1; }
.gnzk8f .uom0xl    .oyy8     .vwo4z::before,
.gnzk8f .va5fkne  .oyy8     .vwo4z::before,
.gnzk8f .laa8f  .oyy8     .vwo4z::before,
.gnzk8f .fys8heky .oyy8     .vwo4z::before { color: #10b981; }
.gnzk8f .uom0xl    .efzo6d4 .vwo4z::before,
.gnzk8f .va5fkne  .efzo6d4 .vwo4z::before,
.gnzk8f .laa8f  .efzo6d4 .vwo4z::before,
.gnzk8f .fys8heky .efzo6d4 .vwo4z::before { color: #f43f5e; }
.gnzk8f .uom0xl    .t1zpe    .vwo4z::before,
.gnzk8f .va5fkne  .t1zpe    .vwo4z::before,
.gnzk8f .laa8f  .t1zpe    .vwo4z::before,
.gnzk8f .fys8heky .t1zpe    .vwo4z::before { color: #a855f7; }
.y0se1l8 .oyy8     { background: #2d2000; border-color: #eab308; }
.y0se1l8 .efzo6d4 { background: #2d0b0b; border-color: #ef4444; }
.y0se1l8 .t1zpe    { background: #2d1600; border-color: #f97316; }
.y0se1l8 .xdsv3u strong  { color: #f1f5f9; }
.y0se1l8 .xdsv3u p       { color: #cbd5e1; }
.y0se1l8 .uom0xl    .oyy8     .vwo4z::before,
.y0se1l8 .va5fkne  .oyy8     .vwo4z::before,
.y0se1l8 .laa8f  .oyy8     .vwo4z::before,
.y0se1l8 .fys8heky .oyy8     .vwo4z::before { color: #eab308; }
.y0se1l8 .uom0xl    .efzo6d4 .vwo4z::before,
.y0se1l8 .va5fkne  .efzo6d4 .vwo4z::before,
.y0se1l8 .laa8f  .efzo6d4 .vwo4z::before,
.y0se1l8 .fys8heky .efzo6d4 .vwo4z::before { color: #ef4444; }
.y0se1l8 .uom0xl    .t1zpe    .vwo4z::before,
.y0se1l8 .va5fkne  .t1zpe    .vwo4z::before,
.y0se1l8 .laa8f  .t1zpe    .vwo4z::before,
.y0se1l8 .fys8heky .t1zpe    .vwo4z::before { color: #f97316; }
.aaar4yu .oyy8     { background: #0c1a2e; border-color: #38bdf8; }
.aaar4yu .efzo6d4 { background: #12103a; border-color: #818cf8; }
.aaar4yu .t1zpe    { background: #0a2020; border-color: #2dd4bf; }
.aaar4yu .xdsv3u strong  { color: #f1f5f9; }
.aaar4yu .xdsv3u p       { color: #cbd5e1; }
.aaar4yu .uom0xl    .oyy8     .vwo4z::before,
.aaar4yu .va5fkne  .oyy8     .vwo4z::before,
.aaar4yu .laa8f  .oyy8     .vwo4z::before,
.aaar4yu .fys8heky .oyy8     .vwo4z::before { color: #38bdf8; }
.aaar4yu .uom0xl    .efzo6d4 .vwo4z::before,
.aaar4yu .va5fkne  .efzo6d4 .vwo4z::before,
.aaar4yu .laa8f  .efzo6d4 .vwo4z::before,
.aaar4yu .fys8heky .efzo6d4 .vwo4z::before { color: #818cf8; }
.aaar4yu .uom0xl    .t1zpe    .vwo4z::before,
.aaar4yu .va5fkne  .t1zpe    .vwo4z::before,
.aaar4yu .laa8f  .t1zpe    .vwo4z::before,
.aaar4yu .fys8heky .t1zpe    .vwo4z::before { color: #2dd4bf; }
.s8z2y8 .oyy8     { background: var(--accent-bg); border-color: var(--accent-light); }
.s8z2y8 .efzo6d4 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.s8z2y8 .t1zpe    { background: var(--accent-bg); border-color: var(--accent-pale); }
.s8z2y8 .uom0xl    .vwo4z::before,
.s8z2y8 .va5fkne  .vwo4z::before,
.s8z2y8 .laa8f  .vwo4z::before,
.s8z2y8 .fys8heky .vwo4z::before { color: var(--accent-light) !important; }
.u9pk::before,
.ft9by1::before { margin-right: 5px; }
.iy5f .tyyu2jk ul li,
.iy5f .dxpu li         { color: #4ade80; }
.iy5f .tyyu2jk .u9pk { color: #22c55e; }
.iy5f .kxttyw ul li,
.iy5f .kwzq li         { color: #f87171; }
.iy5f .kxttyw .ft9by1 { color: #ef4444; }
.h8eghr5z .tyyu2jk { background: var(--bg-pros); }
.h8eghr5z .kxttyw { background: var(--bg-cons); }
.h8eghr5z .tyyu2jk .u9pk { color: var(--c-pros-label); }
.h8eghr5z .kxttyw .ft9by1 { color: var(--c-cons); }
.h8eghr5z .tyyu2jk ul li,
.h8eghr5z .dxpu li            { color: var(--c-pros); }
.h8eghr5z .kxttyw ul li,
.h8eghr5z .kwzq li            { color: var(--c-cons); }
.ojunto .tyyu2jk { background: var(--bg-pros); }
.ojunto .kxttyw { background: var(--bg-cons); }
.ojunto .tyyu2jk .u9pk { color: var(--c-pros-label); }
.ojunto .kxttyw .ft9by1 { color: var(--c-cons); }
.ojunto .tyyu2jk ul li,
.ojunto .dxpu li          { color: var(--c-pros); }
.ojunto .kxttyw ul li,
.ojunto .kwzq li          { color: var(--c-cons); }
.y5oyz .u9pk::before { content: "✓ "; }
.y5oyz .ft9by1::before { content: "✗ "; }
.bv3klv .u9pk::before { content: "→ "; }
.bv3klv .ft9by1::before { content: "← "; }
.ag8pyvxa .u9pk::before { content: "★ "; }
.ag8pyvxa .ft9by1::before { content: "✕ "; }
.g733f .u9pk::before { content: "◆ "; }
.g733f .ft9by1::before { content: "▲ "; }
.xcv6vrd .xdsv3u { background: transparent; border-left: none; border: 1.5px solid; }
.xcv6vrd .oyy8     { border-color: var(--c-tip-border); }
.xcv6vrd .efzo6d4 { border-color: var(--c-warn-border); }
.xcv6vrd .t1zpe    { border-color: #60a5fa; }
.xcv6vrd .xdsv3u strong { color: var(--text-primary); }
.xcv6vrd .xdsv3u p      { color: var(--text-muted); }
.rd3k3670 .xdsv3u { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.rd3k3670 .oyy8     { border-top-color: var(--c-tip-border); }
.rd3k3670 .efzo6d4 { border-top-color: var(--c-warn-border); }
.rd3k3670 .t1zpe    { border-top-color: #60a5fa; }
.t3acg4t .xdsv3u { border-left: none; border-radius: 8px; }
.t3acg4t .oyy8     { background: #065f46; }
.t3acg4t .efzo6d4 { background: #92400e; }
.t3acg4t .t1zpe    { background: #1e3a8a; }
.t3acg4t .xdsv3u strong,
.t3acg4t .xdsv3u p { color: #fff; }
.t3acg4t .vwo4z::before { color: rgba(255,255,255,0.85) !important; }
.gnzk8f.t3acg4t .oyy8,
.gnzk8f .t3acg4t .oyy8     { background: #052e16; }
.gnzk8f.t3acg4t .efzo6d4,
.gnzk8f .t3acg4t .efzo6d4 { background: #2d0a1e; }
.gnzk8f.t3acg4t .t1zpe,
.gnzk8f .t3acg4t .t1zpe    { background: #1e1036; }
.y0se1l8.t3acg4t .oyy8,
.y0se1l8 .t3acg4t .oyy8      { background: #2d2000; }
.y0se1l8.t3acg4t .efzo6d4,
.y0se1l8 .t3acg4t .efzo6d4  { background: #2d0b0b; }
.y0se1l8.t3acg4t .t1zpe,
.y0se1l8 .t3acg4t .t1zpe     { background: #2d1600; }
.aaar4yu.t3acg4t .oyy8,
.aaar4yu .t3acg4t .oyy8      { background: #0c1a2e; }
.aaar4yu.t3acg4t .efzo6d4,
.aaar4yu .t3acg4t .efzo6d4  { background: #12103a; }
.aaar4yu.t3acg4t .t1zpe,
.aaar4yu .t3acg4t .t1zpe     { background: #0a2020; }
.lm5hj .xdsv3u { border-left: none; border-radius: 6px; padding: 10px 14px; }
.lm5hj .oyy8     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.lm5hj .efzo6d4 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.lm5hj .t1zpe    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.lm5hj .xdsv3u strong { color: var(--text-primary); }
.lm5hj .xdsv3u p      { color: var(--text-muted); }
.ay3wd8xm .xdsv3u { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.uom0xl .vwo4z,
.va5fkne .vwo4z,
.laa8f .vwo4z,
.fys8heky .vwo4z { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.uom0xl .vwo4z::before,
.va5fkne .vwo4z::before,
.laa8f .vwo4z::before,
.fys8heky .vwo4z::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.uom0xl .oyy8     .vwo4z::before { content: "✦"; color: var(--c-tip-border); }
.uom0xl .efzo6d4 .vwo4z::before { content: "▲"; color: var(--c-warn-border); }
.uom0xl .t1zpe    .vwo4z::before { content: "◉"; color: #60a5fa; }
.va5fkne .oyy8     .vwo4z::before { content: "★"; color: var(--c-tip-border); }
.va5fkne .efzo6d4 .vwo4z::before { content: "◆"; color: var(--c-warn-border); }
.va5fkne .t1zpe    .vwo4z::before { content: "●"; color: #60a5fa; }
.laa8f .oyy8     .vwo4z::before { content: "▶"; color: var(--c-tip-border); }
.laa8f .efzo6d4 .vwo4z::before { content: "■"; color: var(--c-warn-border); }
.laa8f .t1zpe    .vwo4z::before { content: "▸"; color: #60a5fa; }
.fys8heky .oyy8     .vwo4z::before { content: "→"; color: var(--c-tip-border); }
.fys8heky .efzo6d4 .vwo4z::before { content: "⬥"; color: var(--c-warn-border); }
.fys8heky .t1zpe    .vwo4z::before { content: "◈"; color: #60a5fa; }
.p0gsqfj .r93t .zryw94pe,
.p0gsqfj .v6pk .zryw94pe  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.p0gsqfj .l8glb                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.p0gsqfj .v9ri                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.p0gsqfj .s3gtuypi            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.p0gsqfj .lderx          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.p0gsqfj .upoh                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.rtflmq .r93t .zryw94pe,
.rtflmq .v6pk .zryw94pe,
.rtflmq .l8glb,
.rtflmq .v9ri,
.rtflmq .s3gtuypi,
.rtflmq .lderx,
.rtflmq .upoh,
.rtflmq .ay3wd8xm .xdsv3u { box-shadow: none; }
.er48   body, .er48   { font-size: 0.9rem; }
.er48   .sx0gb7, .er48 .ymuw1b, .er48 .db5vcm,
.er48   .fx6za2t, .er48 .yktf { font-size: 0.9rem; }
.er48   .d1v8, .er48 .vx9y8 { font-size: 0.9rem; }
.tknzcft   .sx0gb7, .tknzcft .ymuw1b, .tknzcft .db5vcm,
.tknzcft   .fx6za2t, .tknzcft .yktf { font-size: 0.95rem; }
.tknzcft   .d1v8, .tknzcft .vx9y8 { font-size: 0.95rem; }
.xg6bm1m   .sx0gb7, .xg6bm1m .ymuw1b, .xg6bm1m .db5vcm,
.xg6bm1m   .fx6za2t, .xg6bm1m .yktf { font-size: 1.08rem; }
.xg6bm1m   .d1v8, .xg6bm1m .vx9y8 { font-size: 1.05rem; }
.xg6bm1m   .jfey { font-size: 0.97rem; }
.o8m8p4iu .hampyw      { font-size: 3.2rem; }
.o8m8p4iu h2.s9wv { font-size: 1.9rem; }
.o8m8p4iu h3.zdtu     { font-size: 1.4rem; }
.sctx0 .hampyw      { font-size: 3.8rem; }
.sctx0 h2.s9wv { font-size: 2.2rem; }
.sctx0 h3.zdtu     { font-size: 1.6rem; }
.h9vce6 + .h9vce6 { position: relative; }
.j87x   .h9vce6 + .h9vce6::before,
.tnz8d8  .h9vce6 + .h9vce6::before,
.nuji78e3   .h9vce6 + .h9vce6::before,
.oo6ue   .h9vce6 + .h9vce6::before,
.fsx3ic3l   .h9vce6 + .h9vce6::before,
.px5kxkf3 .h9vce6 + .h9vce6::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.j87x .h9vce6 + .h9vce6::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.tnz8d8 .h9vce6 + .h9vce6::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.nuji78e3 .h9vce6 + .h9vce6::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;
}
.oo6ue .h9vce6 + .h9vce6::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.m9typo .h9vce6 { margin-bottom: 16px; }
.m9typo .h9vce6 + .h9vce6 { margin-top: 0; }
.m9typo .ig8p3 { padding-top: 0; padding-bottom: 0; }
.fsx3ic3l .h9vce6 + .h9vce6::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.px5kxkf3 .h9vce6 + .h9vce6::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.gmk03 .h9vce6 + .h9vce6::before,
.dic1tpqy .h9vce6 + .h9vce6::before,
.tta5p6e .h9vce6 + .h9vce6::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%;
}
.qvqs .gmk03 .h9vce6:nth-child(even)::before,
.qvqs .dic1tpqy .h9vce6:nth-child(even)::before,
.qvqs .tta5p6e .h9vce6:nth-child(even)::before { background: var(--bg-surface); }
.ytrhg4pl .gmk03 .h9vce6:nth-child(even)::before,
.ytrhg4pl .dic1tpqy .h9vce6:nth-child(even)::before,
.ytrhg4pl .tta5p6e .h9vce6:nth-child(even)::before { background: var(--bg-card); }
.gmk03 .h9vce6 + .h9vce6::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");
}
.dic1tpqy .h9vce6 + .h9vce6::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");
}
.tta5p6e .h9vce6 + .h9vce6::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");
}
.catcr .a79e,
.cvzpmyy .a79e { padding-bottom: 60px; }
.klc1k .a79e { padding-bottom: 70px; }
.woqgtdf .yb5x37w { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ezfb9kp .yb5x37w { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.chfa .yb5x37w { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.wjmz .yb5x37w { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.n883 .as3m { background: var(--accent); }
.n883 .as3m .u2vtcklb { background: none; }
.n883 .pehbgmji { background: var(--accent); }
.n883 .yb5x37w { background: var(--accent-bg); }
.n883 .x0rqf:not(.as3m) .u2vtcklb { background: rgba(0,0,0,0.6); }
.wruu .kav4i { float: left; width: 38%; margin: 0 28px 16px 0; }
.wruu .kav4i .bw487s6e { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wruu .ig8p3::after { content: ''; display: block; clear: both; }
.tib93wbm .kav4i { float: right; width: 38%; margin: 0 0 16px 28px; }
.tib93wbm .kav4i .bw487s6e { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.tib93wbm .ig8p3::after { content: ''; display: block; clear: both; }
.tbc0wjtj .h9vce6:nth-child(odd)  .kav4i { float: left;  width: 38%; margin: 0 28px 16px 0; }
.tbc0wjtj .h9vce6:nth-child(even) .kav4i { float: right; width: 38%; margin: 0 0 16px 28px; }
.tbc0wjtj .kav4i .bw487s6e { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.tbc0wjtj .ig8p3::after { content: ''; display: block; clear: both; }
.wruu .chd3,
.wruu .ouwhj1,
.tib93wbm .chd3,
.tib93wbm .ouwhj1,
.tbc0wjtj .chd3,
.tbc0wjtj .ouwhj1 { clear: both; }
@media (max-width: 900px) {
  .wruu .kav4i,
  .tib93wbm .kav4i,
  .tbc0wjtj .h9vce6:nth-child(odd)  .kav4i,
  .tbc0wjtj .h9vce6:nth-child(even) .kav4i {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .wruu .kav4i .bw487s6e,
  .tib93wbm .kav4i .bw487s6e,
  .tbc0wjtj .kav4i .bw487s6e {
    max-height: none !important;
  }
}
.wruu .d1v8,
.wruu .vx9y8,
.tib93wbm .d1v8,
.tib93wbm .vx9y8,
.tbc0wjtj .d1v8,
.tbc0wjtj .vx9y8 { overflow: hidden; }
@media (max-width: 640px) {
  .wruu .kav4i,
  .tib93wbm .kav4i,
  .tbc0wjtj .kav4i { float: none; width: 100%; margin: 0 0 16px 0; }
}
.o3uhpml .mw6x,
.o3uhpml .ig8p3,
.o3uhpml .vx5ylxpc  { max-width: 1100px; }
.lv0h2 .mw6x,
.lv0h2 .ig8p3,
.lv0h2 .vx5ylxpc  { max-width: 1200px; }
.nt3oo .mw6x,
.nt3oo .ig8p3,
.nt3oo .vx5ylxpc  { max-width: 1320px; }
.vdn8a0rx { font-size: 0.82rem; color: var(--text-muted); }
.g04x6 { display: flex; align-items: center; }
.hb318zx9 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.w56a15mx { display: flex; align-items: center; }
.v8spr11 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.v8spr11:hover { text-decoration: underline; }
.wjah8vo6 { margin: 0 3px; opacity: 0.45; }
.wjah8vo6::before { content: '/'; }
.wvjku { padding: 2px 5px; color: var(--text-main); }
.cqwmkdk .vdn8a0rx {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.cqwmkdk .g04x6 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ojglbyhx .vdn8a0rx {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ojglbyhx .g04x6 { padding: 0 0 0 12px; }
.oht7s9 .g04x6 { padding: 0 16px; }
.oht7s9 .vdn8a0rx {
  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);
}
.oht7s9 .mw6x { padding-top: 28px; }
@media (max-width: 720px) {
  .r6w9 { margin-top: 18px; padding: 0 16px; }
  .oht7s9 .mw6x { padding-top: 16px; }
}
.o3uhpml.cqwmkdk .g04x6 { max-width: 1100px; }
.lv0h2.cqwmkdk .g04x6 { max-width: 1200px; }
.nt3oo.cqwmkdk .g04x6 { max-width: 1320px; }
.cfbiwtk .h9vce6 { padding-top: 16px; padding-bottom: 16px; }
.xf372ys .h9vce6 { padding-top: 24px; padding-bottom: 24px; }
.j2oi7 .h9vce6 { padding-top: 40px; padding-bottom: 40px; }
.c2acwo .h9vce6 { padding-top: 52px; padding-bottom: 52px; }
.dmr21oyb .h9vce6:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.dmr21oyb .h9vce6:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.dmr21oyb .h9vce6:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.dmr21oyb .h9vce6:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.e3u000r .ig8p3 { padding-top: 10px;  padding-bottom: 10px; }
.vwtfvpu .ig8p3 { padding-top: 18px;  padding-bottom: 18px; }
.e8aylrw .ig8p3 { padding-top: 36px;  padding-bottom: 36px; }
.z0r3z .ig8p3 { padding-top: 48px;  padding-bottom: 48px; }
.iwz5ud1i h2.s9wv { font-weight: 600; }
.iwz5ud1i h3.zdtu     { font-weight: 600; }
.sfhx h2.s9wv { font-weight: 800; }
.sfhx h3.zdtu     { font-weight: 700; }
.udivafu h2.s9wv { font-weight: 900; }
.udivafu h3.zdtu     { font-weight: 800; }
.udivafu .xdsv3u strong,
.udivafu .xdsv3u strong { font-weight: 600; }
.mvog {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.b3ntl .mvog { display: none; }
@media (max-width: 640px) { .mvog { display: none; } }
.mvog { background: var(--cta) !important; color: #fff !important; border: none !important; }
.mvog:hover { opacity: 0.85; }
.n61s2 .mvog { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.fc7fa .mvog,
.vps1  .mvog { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.fc7fa .mvog:hover,
.vps1  .mvog:hover { opacity: 0.88; }
.n61s2.fc7fa .mvog,
.n61s2.vps1  .mvog { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.l1osz {
  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;
}
.l1osz:hover { transform: translateY(-2px); opacity: 0.92; }
.l1osz { background: var(--cta) !important; color: #fff !important; border: none !important; }
.sfbxc9e .l1osz { display: none; }
.ftbp .l1osz { right: 32px; }
.s7138  .l1osz { left: 32px; }
@media (max-width: 480px) {
  .ftbp .l1osz { right: 20px; bottom: 20px; }
  .s7138  .l1osz { left: 20px; bottom: 20px; }
}
.nvdar { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.vx5ylxpc { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.oc88i { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.c55aup52 { color: var(--text-dim); font-size: 0.8rem; }
.ayjzei { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.ayjzei img { height: 26px; width: auto; object-fit: contain; }
.ltv88l .vx5ylxpc { text-align: center; }
.ltv88l .oc88i { margin-top: 0; }
@media (max-width: 640px) {
  .vx5ylxpc { padding-left: 16px; padding-right: 16px; }
  .j6d5drgw .vx5ylxpc { padding: 20px 16px; }
  .d5dsm4m5 { gap: 4px 12px; }
  .oc88i { font-size: 0.78rem; }
}
.glnozwq .wtw5b .ayjzei { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.glnozwq .oc88i { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.glnozwq .c55aup52 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .glnozwq .bef67 { grid-template-columns: 1fr 1fr; } .glnozwq .wtw5b { grid-column: 1 / -1; } }
@media (max-width: 480px) { .glnozwq .bef67 { grid-template-columns: 1fr; } }
.ytib .dvgo01l { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.ytib .ayjzei { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.ytib .dre2a { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.ytib .dre2a a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.ytib .dre2a a:hover { color: var(--accent-light); }
.nmd1ye9 { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.ytib .ahn7 { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.ytib .lrqo0 { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.ytib .lrqo0 a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.ytib .lrqo0 a:hover { color: var(--accent-light); }
.ytib .oc88i { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ytib .dvgo01l { gap: 12px; } .ytib .ayjzei { margin-right: 0; width: 100%; } }
.uolvt .ko6ysw .ayjzei { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.uolvt .oc88i { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.uolvt .c55aup52 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .uolvt .l5xk807c { grid-template-columns: 1fr 1fr; } .uolvt .ko6ysw { grid-column: 1 / -1; } }
@media (max-width: 480px) { .uolvt .l5xk807c { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .xt3d .qtvuc25n { grid-template-columns: 1fr 1fr; } .xt3d .d021rz9:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xt3d .qtvuc25n { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .jog0 .qtvuc25n { grid-template-columns: 1fr; } }
.agffo40d .vx5ylxpc { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ffjg .hxvg      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.ffjg .nvdar { background: var(--bg-page); border-top-color: var(--border-alt); }
.zf223e .hxvg      { background: #0d1117; border-bottom-color: #21262d; }
.zf223e .nmil { color: var(--accent-light); }
.zf223e .l9dl63 { --msep-color: #8b949e; }
.zf223e .l9dl63 a { color: #8b949e; }
.zf223e .l9dl63 a:hover { color: var(--accent-light); }
.zf223e .wqn2ttyu { color: #8b949e; }
.zf223e .nvdar { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.zf223e .oc88i,
.zf223e .c55aup52 { color: #6e7681; }
.zf223e .ubie6u a, .zf223e .dre2a a,
.zf223e .lrqo0 a { color: #8b949e; }
.zf223e .ayjzei { color: #e6edf3; }
.zf223e .ubie6u a:hover, .zf223e .dre2a a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .zf223e .l9dl63 { background: #0d1117; border-top-color: #21262d; }
  .zf223e .l9dl63 li a { border-bottom-color: #21262d; }
}
.qolcsa .hxvg      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.qolcsa .nmil { color: var(--accent-light); }
.qolcsa .l9dl63 { --msep-color: #475569; }
.qolcsa .l9dl63 a { color: #475569; }
.qolcsa .l9dl63 a:hover { color: var(--accent-light); }
.qolcsa .wqn2ttyu { color: #64748b; }
.qolcsa .nvdar { background: #f0f4f8; border-top-color: #cbd5e1; }
.qolcsa .oc88i,
.qolcsa .c55aup52 { color: #64748b; }
.qolcsa .ubie6u a, .qolcsa .dre2a a,
.qolcsa .lrqo0 a, .qolcsa .ayjzei { color: #374151; }
.qolcsa .ubie6u a:hover, .qolcsa .dre2a a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .qolcsa .l9dl63 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .qolcsa .l9dl63 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.fc7fa .hxvg      { background: var(--accent); border-bottom-color: var(--accent-light); }
.fc7fa .nmil { color: #fff; }
.fc7fa .l9dl63 { --msep-color: rgba(255,255,255,0.82); }
.fc7fa .l9dl63 a { color: rgba(255,255,255,0.82); }
.fc7fa .l9dl63 a:hover { color: #fff; }
.fc7fa .wqn2ttyu { color: rgba(255,255,255,0.9); }
.fc7fa .iosqy5tv a { color: var(--text-primary) !important; }
.fc7fa .iosqy5tv a:hover { color: var(--accent-light) !important; }
.fc7fa .nvdar { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.fc7fa .oc88i,
.fc7fa .c55aup52 { color: rgba(255,255,255,0.72); }
.fc7fa .pvmeis4 a, .fc7fa .d5dsm4m5 a,
.fc7fa .ubie6u a, .fc7fa .dre2a a,
.fc7fa .lrqo0 a, .fc7fa .ayjzei { color: #fff; }
.fc7fa .igao7, .fc7fa .tcz8j24l { color: rgba(255,255,255,0.7); }
.fc7fa .pvmeis4 a:hover, .fc7fa .d5dsm4m5 a:hover,
.fc7fa .ubie6u a:hover, .fc7fa .dre2a a:hover { color: #fff; }
@media (max-width: 640px) {
  .fc7fa .l9dl63 { background: var(--accent); border-top-color: var(--accent-light); }
  .fc7fa .l9dl63 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.vps1 .hxvg {
  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);
}
.vps1 .nvdar {
  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) {
  .vps1 .l9dl63 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.zy9t0uw3 .pe2sgrm3 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.f0s1cus3 .pe2sgrm3 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.tvlz .pe2sgrm3 { min-height: 72px; height: auto; }
.myk0 .pe2sgrm3 { min-height: 84px; height: auto; }
.j6d5drgw .pe2sgrm3 { max-width: none; padding: 0 32px; }
.j6d5drgw .vx5ylxpc  { max-width: none; padding: 24px 32px; }
.o5wqnlv5.lv0h2 .pe2sgrm3 { max-width: 1200px; }
.o5wqnlv5.nt3oo .pe2sgrm3 { max-width: 1320px; }
.dqz91   .nmil, .dqz91   .ayjzei { text-transform: capitalize; }
.owij15up .nmil, .owij15up .ayjzei { text-transform: lowercase; }
.opxs .nmil, .opxs .ayjzei { text-transform: uppercase; letter-spacing: 0.06em; }
.qc18f, .oteal {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.xasq .qc18f,
.xasq .oteal { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.apih6 .qc18f,
.apih6 .oteal { 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; }
.mvhp74 .qc18f,
.mvhp74 .oteal { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.zqfi8 .qc18f,
.zqfi8 .oteal { 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; }
.olck31mb   .l9dl63 a { font-weight: 500; }
.gfgqd .l9dl63 a { font-weight: 600; }
.p0k0itb     .l9dl63 a { font-weight: 700; }
.t7oo    .l9dl63 a { font-weight: 800; letter-spacing: 0.01em; }
.vlik     .l9dl63 > li + li::before,
.imbfjaz    .l9dl63 > li + li::before,
.mjf2ip    .l9dl63 > li + li::before,
.r20mo88 .l9dl63 > li + li::before,
.hn59qws0 .l9dl63 > li + li::before,
.nxj0znap  .l9dl63 > li + li::before,
.d5b9bb    .l9dl63 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.vlik     .l9dl63 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.imbfjaz    .l9dl63 > li + li::before { content: "|"; }
.mjf2ip    .l9dl63 > li + li::before { content: "—"; }
.r20mo88 .l9dl63 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.hn59qws0 .l9dl63 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.nxj0znap  .l9dl63 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.d5b9bb    .l9dl63 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .dmfic .wqn2ttyu,
  .dcdscn .wqn2ttyu,
  .kw4wvo .wqn2ttyu,
  .re0dx2c .wqn2ttyu,
  .z8u4wht .wqn2ttyu {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .dmfic .wqn2ttyu::before,
  .dcdscn .wqn2ttyu::before,
  .kw4wvo .wqn2ttyu::before,
  .re0dx2c .wqn2ttyu::before,
  .z8u4wht .wqn2ttyu::before { content: ""; display: block; flex-shrink: 0; }

  
  .dmfic .wqn2ttyu::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;
  }

  
  .dcdscn .wqn2ttyu::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;
  }

  
  .kw4wvo .wqn2ttyu::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;
  }

  
  .re0dx2c .wqn2ttyu::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;
  }

  
  .z8u4wht .wqn2ttyu::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) {
  .qvvw .wqn2ttyu {
    padding: 5px 14px;
  }
  .qvvw .l9dl63 {
    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;
  }
  .qvvw .l9dl63 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .qvvw .l9dl63 li a:hover { background: var(--bg-raised); }
  .qvvw .k96m6n1c,
  .pjz4oek .k96m6n1c,
  .fwfjk .k96m6n1c { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ifryvu .wqn2ttyu {
    padding: 5px 10px;
  }
  .ifryvu .l9dl63 {
    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);
  }
  .ifryvu .l9dl63.gwml { transform: translateX(0); }
  .ifryvu .l9dl63 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .ifryvu .l9dl63 li:last-child a { border-bottom: none; }
  .fc7fa .l9dl63,
  .zf223e .l9dl63 { background: var(--accent) !important; }
  .fc7fa .l9dl63 li a,
  .zf223e .l9dl63 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .fwfjk .wqn2ttyu {
    padding: 5px 10px;
  }
  .fwfjk .l9dl63 {
    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);
  }
  .fwfjk .l9dl63::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .fwfjk .l9dl63.gwml { transform: translateY(0); }
  .fwfjk .l9dl63 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .zruecm .wqn2ttyu {
    padding: 5px 10px;
  }
  .zruecm .l9dl63 {
    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;
  }
  .zruecm .l9dl63.gwml { opacity: 1; pointer-events: auto; }
  .zruecm .l9dl63 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .hshtbv6k     .wqn2ttyu { border-radius: 0 !important; }
  .miuen1v   .wqn2ttyu { border-radius: 8px !important; }
  .s677 .wqn2ttyu { border-radius: 50% !important; }
  .deqz   .wqn2ttyu { border-radius: 999px !important; }
}
.pf17ighl .m6xb223n { height: 36px; }
.vpo7sx .m6xb223n { height: 60px; max-width: 200px; }
.z1m3lpb .m6xb223n { height: 76px; max-width: 240px; }
.e8mjt43    .pll69mm, .e8mjt43    .mcpkv { color: #f59e0b; }
.mmcjn      .pll69mm { font-size: 1rem; letter-spacing: 1.5px; }
.mmcjn      .mcpkv   { font-size: 1.35rem; }
.pgft2c    .pll69mm, .pgft2c    .mcpkv { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.nih8v5     .pll69mm, .nih8v5     .mcpkv { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.lmwn6vr4 .pll69mm, .lmwn6vr4 .mcpkv { color: var(--cta); letter-spacing: 2px; }
.yb5yn   .pll69mm, .yb5yn   .mcpkv { color: #e91e63; letter-spacing: 2px; }
.gh7526  .pll69mm, .gh7526  .mcpkv { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.l2ru     .pll69mm, .l2ru     .mcpkv { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.ykth91zv .smnk + .smnk {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.lxsfq2ot .v9ri { padding: 18px 24px; min-height: 68px; }
.agn3 .y8p3 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.agn3 .y9a1 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.zvao7 .smnk {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.wdp9o .ouwhj1 { counter-reset: cs-rank; }
.wdp9o .v9ri { position: relative; counter-increment: cs-rank; }
.wdp9o .v9ri::before {
  content: "#" counter(cs-rank);
  position: absolute; top: 8px; right: 10px;
  font-size: 0.68rem; font-weight: 800; letter-spacing: -.01em;
  color: var(--accent-light); opacity: 0.5; font-variant-numeric: tabular-nums;
}
.k4b764sj .ouwhj1 { counter-reset: cs-rank; gap: 0; }
.k4b764sj .v9ri {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 18px 18px;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  margin-bottom: 14px;
}
.k4b764sj .v9ri::before {
  content: counter(cs-rank);
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
  z-index: 2;
}
.k4b764sj .inks7rq {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.k4b764sj .t7p0z1fe {
  width: 140px; height: 140px; min-width: 140px; padding: 0;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
}
.k4b764sj .vndp { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.k4b764sj .inks7rq { min-width: 0; flex-direction: column; width: 100%; }
.k4b764sj .uytw {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.k4b764sj .pll69mm { color: var(--cta, var(--accent)); }
.k4b764sj .wz2i { font-weight: 700; }
.k4b764sj .smnk {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.k4b764sj .y8p3 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.k4b764sj .y9a1 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.k4b764sj .ry8pgp .y9a1 { font-size: 1.3rem; color: var(--accent-light); }
.k4b764sj .zsqz7v7 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.k4b764sj .v9ri:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .k4b764sj .ouwhj1 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .k4b764sj .v9ri {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .k4b764sj .v9ri { padding: 40px 16px 20px; }
  .k4b764sj .smnk {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .k4b764sj .zsqz7v7 { width: 100%; min-width: 0; }
}
.s3v8hk5 .ouwhj1 { counter-reset: cs-rank; gap: 10px; }
.s3v8hk5 .v9ri {
  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);
}
.s3v8hk5 .v9ri::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);
}
.s3v8hk5 .inks7rq {
  flex-direction: row; align-items: center; gap: 16px;
  flex-shrink: 0; min-width: 220px;
}
.s3v8hk5 .t7p0z1fe {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.s3v8hk5 .vndp { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.s3v8hk5 .uytw {
  font-size: 1.15rem; font-weight: 700; color: var(--accent-light);
  white-space: nowrap; text-align: left; min-width: auto;
}
.s3v8hk5 .pll69mm { color: var(--cta, var(--accent)); }
.s3v8hk5 .smnk {
  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;
}
.s3v8hk5 .y8p3 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.s3v8hk5 .y9a1 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.s3v8hk5 .ry8pgp .y9a1 { color: var(--accent-light); }
.s3v8hk5 .zsqz7v7 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.s3v8hk5 .v9ri:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .s3v8hk5 .v9ri {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .s3v8hk5 .v9ri::before {
    position: absolute; top: 14px; left: 14px;
  }
  .s3v8hk5 .inks7rq {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .s3v8hk5 .uytw { white-space: normal; text-align: center; font-size: 1.2rem; }
  .s3v8hk5 .smnk {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .s3v8hk5 .zsqz7v7 { width: 100%; min-width: 0; }
  .s3v8hk5 .pll69mm { min-width: 0; }
}
.s8w78 .ouwhj1 { counter-reset: cs-rank; }
.s8w78 .v9ri::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.2;
  min-width: 24px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.m9d1 .j70i0z30 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.m9d1 .j70i0z30 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.m9d1 .j70i0z30 p { padding: 0 2px 16px; }
.xp5k23k .j70i0z30 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.xp5k23k .j70i0z30 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.xp5k23k .j70i0z30 summary::after { content: "›"; font-size: 1.2em; }
.xp5k23k .j70i0z30[open] summary::after { content: "‹"; }
.xp5k23k .j70i0z30 p { padding: 10px 22px 4px; }
.liefj .j70i0z30 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.liefj .j70i0z30 summary { color: var(--text-primary); padding-left: 16px; }
.liefj .j70i0z30 summary::after { content: "›"; font-size: 1.1em; }
.liefj .j70i0z30[open] summary::after { content: "‹"; }
.liefj .j70i0z30 p { padding-left: 16px; }
.kp7m .kazkx3h { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.kp7m .j70i0z30 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.kp7m .j70i0z30:last-child { border-bottom: none; }
.kp7m .j70i0z30 summary { color: var(--text-primary); border-radius: 0; }
.kp7m .j70i0z30 summary::after { content: "›"; font-size: 1.1em; }
.kp7m .j70i0z30[open] summary::after { content: "‹"; }
.vgyyt .j70i0z30 { overflow: hidden; }
.vgyyt .j70i0z30 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.vgyyt .j70i0z30 summary::after { color: rgba(255,255,255,.75); }
.vgyyt .j70i0z30[open] summary { border-radius: 0; }
.jjx11vb { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.x1jqy {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.tlvx9lzh {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.kb1fd9z5 { color: var(--text-muted); font-size: 1.05rem; }
.yc9kpy {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.xga47 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.heyz { margin-bottom: 20px; }
.t12az7n {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.k8ic {
  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;
}
.k8ic:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.utg7 { resize: vertical; min-height: 130px; }
.mxpaj { width: 100%; margin-top: 8px; }
.ec5up {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.i2psos {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.qyeqs9cx { color: var(--text-muted); line-height: 1.75; }
.i8h3yp { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.i8h3yp li { margin-bottom: 6px; }
.ikf6ubuj { max-width: 760px; margin: 0 auto; }
.dqlj0l { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.s42cvm { max-width: 760px; margin: 0 auto; }
.kfrfn5ct ul.i8h3yp { margin: 0; }
@media (max-width: 640px) { .dwgv4qe { grid-template-columns: 1fr; gap: 10px; } }
.wl8t8j12 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.sf6y9 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.heh8 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.sf6y9 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.sf6y9 .i8h3yp { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .wl8t8j12 { grid-template-columns: 1fr; } }
.n17m { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.n17m:hover .wbaz3ora { color: var(--accent-light); text-decoration: underline; }
.f5evh4hn { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.vgz3 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.vgz3:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.s13c5l1 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.vgz3 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.vgz3 ul.i8h3yp { margin: 0; }
.hx94oie1 { color: var(--text-muted); line-height: 1.75; }
.dg414t .i8h3yp,
.xwtyg .i8h3yp,
.qv3umy3 .i8h3yp,
.h3ywfl .i8h3yp {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.dg414t .vgz3,
.xwtyg .vgz3 { text-align: left; }
.dg414t .s13c5l1,
.xwtyg .s13c5l1 { text-align: center; }
.zf34 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.vqtlcx5 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.e578 { font-size: 1.1rem; }
.qocht { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.r5tj { margin-top: 12px; }
.el3s { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.el3s:hover { border-bottom-color: var(--accent-light); }
.b50w { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.b50w img { width: 100%; height: 100%; object-fit: cover; display: block; }
.h3ku83i { width: 260px; height: 260px; }
.gu9m { border-radius: 10px; }
.q5vtbh { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.k92a2r { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.k92a2r::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .an0jr { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.twh1vz .qocht, .twh1vz .vqtlcx5 { max-width: 640px; }
.tvxes { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.ibmt4 { position: sticky; top: 96px; align-self: start; }
.ibmt4 .zf34 { font-size: 1.6rem; margin-top: 18px; }
.luv3hgv .qocht { margin-bottom: 28px; }
@media (max-width: 860px) { .tvxes { grid-template-columns: 1fr; } .ibmt4 { position: static; text-align: center; } }
.xa4ffo .b50w { margin: 0 auto 18px; }
.xa4ffo .q5vtbh { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .qb8z { grid-template-columns: 1fr; } }
.ovw4 .zf34 { font-size: 1.6rem; margin-bottom: 6px; }
.h3ywfl .i8h3yp { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ovw4 { flex-direction: column; text-align: center; } .b0vqyi { grid-template-columns: 1fr; } }
.p1w70rez .zf34 { font-size: 1.35rem; margin: 0 0 4px; }
.p1w70rez .q5vtbh { margin: 0; }
.t9mmx62k { max-width: 760px; margin: 0 auto; }
.jbwaqo { position: relative; padding-left: 28px; }
.jbwaqo::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.ruyq { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.ruyq:last-child { padding-bottom: 0; }
.zh2suglb { 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; }
.wvep3y h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.wvep3y p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ov71cgyq .tlvx9lzh { color: var(--accent-light); }
.dti39 .tlvx9lzh { font-size: 2rem; }
.dti39 .kb1fd9z5 { max-width: 680px; }
.v93t {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.v93t .tlvx9lzh { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.v93t .kb1fd9z5  { margin: 0; }
@media (max-width: 640px) { .v93t { flex-direction: column; } }
.c2wn .tlvx9lzh { color: var(--accent-light); }
.x6e6dgfk .tlvx9lzh { color: #fff; }
.x6e6dgfk .kb1fd9z5  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .cj18t3 { grid-template-columns: 1fr; } }
.nwfpykh .k8ic {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.nwfpykh .k8ic:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.snnmvlto .k8ic { background: var(--bg-raised); border-color: transparent; }
.snnmvlto .k8ic:focus { background: var(--bg-card); border-color: var(--accent-light); }
.xi9x .k8ic { border-radius: 100px; padding: 11px 20px; }
.xi9x .utg7 { border-radius: 14px; }
.gb5ttmq {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.gb5ttmq 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;
}
.gb5ttmq summary::-webkit-details-marker { display: none; }
.gb5ttmq summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.gb5ttmq[open] summary::after { content: "−"; }
.sebi {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .bqf4alhn { grid-template-columns: 1fr; } }
.tf9hi { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.tf9hi li { margin-bottom: 6px; }
.qjq0umq{display:none}
.qjq0umq:empty,.dblp:empty{display:none}
.gxpbv{position:relative;overflow:visible}
.nwzdm .tjgvz,.wvxcc3z5 .tjgvz,
.gf7vg .tjgvz,.d90yao9c .tjgvz,
.r2n0mwo .tjgvz,.a3k9ou0 .tjgvz{display:block}
.xkw1j .m6leu47{display:block}
.nwzdm .tjgvz,.wvxcc3z5 .tjgvz,
.gf7vg .tjgvz,.d90yao9c .tjgvz,
.r2n0mwo .tjgvz{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.nwzdm .tjgvz .dblp,.wvxcc3z5 .tjgvz .dblp,
.gf7vg .tjgvz .dblp,.d90yao9c .tjgvz .dblp,
.r2n0mwo .tjgvz .dblp{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.nwzdm .sdv04a,.wvxcc3z5 .sdv04a,
.gf7vg .sdv04a,.d90yao9c .sdv04a,
.r2n0mwo .sdv04a{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.nwzdm .tjgvz,.wvxcc3z5 .tjgvz{top:12px}
.nwzdm .tjgvz .dblp{margin-right:auto}
.wvxcc3z5 .tjgvz .dblp{margin-left:auto}
.wvxcc3z5 .tjgvz{text-align:right}
.gf7vg .tjgvz,.d90yao9c .tjgvz{bottom:12px}
.gf7vg .tjgvz .dblp{margin-right:auto}
.d90yao9c .tjgvz .dblp{margin-left:auto}
.d90yao9c .tjgvz{text-align:right}
.r2n0mwo .tjgvz{position:relative;margin-top:16px}
.r2n0mwo .tjgvz .dblp{margin:0 auto}
.a3k9ou0 .tjgvz{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.a3k9ou0 .tjgvz .dblp{margin:0}
.a3k9ou0 .yb5x37w~.tjgvz,
.a3k9ou0 .e81ztpj~.tjgvz{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.a3k9ou0 .yb5x37w~.tjgvz .dblp,
.a3k9ou0 .e81ztpj~.tjgvz .dblp{justify-content:flex-start}
.yb5x37w~.tjgvz,.e81ztpj~.tjgvz{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.yb5x37w~.tjgvz .dblp{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.e81ztpj~.tjgvz .dblp{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.m6leu47 .dblp{margin:0 0 12px}
.dblp{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.kbehmo{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.wbaz3ora{font-weight:600;color:var(--text-heading);opacity:1}
.whh29h::before{content:"·";margin:0 2px;opacity:.5}
.sdv04a{white-space:nowrap}
.x4vgjk .kbehmo{display:none}
.a5k514j .sdv04a{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.a5k514j .whh29h::before{content:""}
.qdsyfw .sdv04a{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.qdsyfw .whh29h::before{content:""}
.fw8p .dblp{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.k5bn2 .sdv04a{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.k5bn2 .whh29h::before{content:""}
.z2l8 .sdv04a{color: var(--accent-light);opacity:1;font-weight:500}
.s91m7 .sdv04a{border-bottom:1px solid currentColor;padding-bottom:2px}
.k5jnxvbo .dblp{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.db2hua62{--date-bg:transparent}
.o40zcngg .whh29h::before{content:""}
.bp67p4 .whh29h::before{content:"•";opacity:.4}
.bp67p4 .sdv04a + .sdv04a::before{content:"•";margin-right:6px;opacity:.4}
.dchjzndk .whh29h::before{content:"/";opacity:.35}
.dchjzndk .sdv04a + .sdv04a::before{content:"/";margin-right:6px;opacity:.35}
.v71t35w6 .whh29h::before{content:"|";opacity:.3}
.v71t35w6 .sdv04a + .sdv04a::before{content:"|";margin-right:6px;opacity:.3}
.o8bmq .whh29h::before{content:"—";opacity:.3}
.o8bmq .sdv04a + .sdv04a::before{content:"—";margin-right:6px;opacity:.3}
.jcv5tl .whh29h::before{content:"◆";font-size:.5em;opacity:.35}
.jcv5tl .sdv04a + .sdv04a::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.m30rrdv .whh29h::before{content:"·";opacity:.4}
.m30rrdv .sdv04a + .sdv04a::before{content:"·";margin-right:6px;opacity:.4}
.q7xc55 .whh29h::before{content:"›";opacity:.4}
.q7xc55 .sdv04a + .sdv04a::before{content:"›";margin-right:6px;opacity:.4}
.cstro .whh29h::before{content:"→";opacity:.35;font-size:.85em}
.cstro .sdv04a + .sdv04a::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.ys7e8u .bu1c0k{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .bu1c0k{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .zkc59f90{max-width:100%}
}
:root {
  --accent:          #964dc4;
  --brand:           #964dc4;
  --brand-light:     #6f3c8f;
  --brand-pale:      #9469ae;
  --grad-start:      #be91da;
  --grad-end:        #d8c4e5;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #964dc4;
  --cta-light:       #8234b4;
  --cta-hover:       #75349f;
  --bg-page:         #f7f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f4f5;
  --bg-raised:       #efeef0;
  --bg-hover:        #f4f4f5;
  --border:          #e6e2e8;
  --border-alt:      #d7d1db;
  --border-section:  #e6e2e8;
  --text-primary:    #19171b;
  --text-muted:      #5a535e;
  --text-body:       #332f36;
  --text-sub:        #4d4751;
  --text-faint:      #817787;
  --text-dim:        #9a929f;
  --text-label:      #675f6c;
  --text-value:      #403b43;
  --accent-bg:       #ebe6ee;
  --accent-bg-light: #ddd0e6;
  --bg-tip:          #f0f9f7;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f2f9;
  --bg-pros:         #f0f9f7;
  --bg-cons:         #faf3f5;
  --c-pros:          #1c8672;
  --c-cons:          #9f213c;
  --c-pros-label:    #21a088;
  --c-tip-border:    #25b096;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1c8672;
}
:root { --logo-bg-opacity: 76%; }
body, button, input { font-family: "Rubik", sans-serif; }
.sj4xo .vwo4z { font-size: 0; width: 1.2rem; flex-shrink: 0; }.sj4xo .vwo4z::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.sj4xo .oyy8     .vwo4z::before { content: "";  color: var(--c-tip-border); }.sj4xo .efzo6d4 .vwo4z::before { content: ""; color: var(--c-warn-border); }.sj4xo .t1zpe    .vwo4z::before { content: ""; color: #60a5fa; }.gnzk8f .sj4xo .oyy8     .vwo4z::before { color: #10b981; }.gnzk8f .sj4xo .efzo6d4 .vwo4z::before { color: #f43f5e; }.gnzk8f .sj4xo .t1zpe    .vwo4z::before { color: #a855f7; }.y0se1l8  .sj4xo .oyy8     .vwo4z::before { color: #eab308; }.y0se1l8  .sj4xo .efzo6d4 .vwo4z::before { color: #ef4444; }.y0se1l8  .sj4xo .t1zpe    .vwo4z::before { color: #f97316; }.aaar4yu  .sj4xo .oyy8     .vwo4z::before { color: #38bdf8; }.aaar4yu  .sj4xo .efzo6d4 .vwo4z::before { color: #818cf8; }.aaar4yu  .sj4xo .t1zpe    .vwo4z::before { color: #2dd4bf; }.s8z2y8 .sj4xo .vwo4z::before { color: var(--accent-light) !important; }
.ove0mgh .l0868f, .ove0mgh .yb5x37w { min-height: 320px; }
.hbgjvo .mvog::after,.hbgjvo .l1osz::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; }
.wjah8vo6::before { content: '•'; }
.qnpe6r .sdv04a::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.qnpe6r .sdv04a:first-of-type::before{content:"\f15b"}.qnpe6r .sdv04a:last-of-type::before{content:"\f044"}