: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;
}
.yngnd7e {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.wj7a {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.crdt0 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.g3z6qvqj { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.w2190u8b { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.w2190u8b a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.w2190u8b a:hover { color: var(--accent-light); }
.s6pg32w { position: relative; }
.b1jw {
  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;
}
.d0n2xld   .b1jw { border-radius: 0; }
.pt74dz7     .b1jw { border-radius: 6px; }
.so5r52d  .b1jw { border-radius: 14px; }
.neyye4     .b1jw { border-radius: 24px; padding: 8px; }
.pt74dz7 .b1jw li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.pt74dz7 .b1jw li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.so5r52d .b1jw li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.so5r52d .b1jw li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.neyye4 .b1jw li a { border-radius: 16px; }
.h88flj  .b1jw li + li { border-top: 1px solid var(--border-alt); }
.lgyq .b1jw li + li { border-top: 1px dashed var(--border-alt); }
.rmdy .b1jw li + li { border-top: 1px dotted var(--border-alt); }
.xq6b .b1jw li + li { border-top: 3px double var(--border-alt); }
.s6pg32w::after {
  content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 10px;
}
.s6pg32w:hover .b1jw,
.s6pg32w:focus-within .b1jw { display: block; }
.b1jw 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;
}
.b1jw li a:hover {
  color: var(--accent-light); background: var(--bg-hover);
}
@media (max-width: 640px) {
  .b1jw {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .s6pg32w:hover .b1jw,
  .s6pg32w:focus-within .b1jw { display: block; }
  .b1jw li a { padding: 8px 16px; font-size: 0.88rem; }
}
.xu491m {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.s3erv { display: none; }
@media (max-width: 640px) {
  .s3erv {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .s3erv.suvb09m0 { display: block; }
}
@media (max-width: 640px) {
  .xu491m { display: block; }
  .w2190u8b > li + li::before { display: none !important; }
  .w2190u8b {
    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;
  }
  .w2190u8b.suvb09m0 { display: flex; }
  .w2190u8b li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .w2190u8b li:last-child a { border-bottom: none; }
}
.bs70v7h2 { min-height: 480px; }
.ngyvsny9 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.hjf9r1a { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.aah6oaz .hjf9r1a { margin-left: 0; margin-right: 0; }
.jhjqb {
  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;
}
.jhjqb:hover { opacity: 0.88; }
.qvjppf .ngyvsny9 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.qvjppf .hjf9r1a { color: #e2e8f0; }
.qvjppf.alz93x .xneh8ovj { text-align: center; }
.s96zq .ngyvsny9 { color: var(--text-primary); text-shadow: none; }
.s96zq .hjf9r1a { color: var(--text-muted); }
.s96zq .jhjqb { margin-top: 16px; }
.s96zq, .s96zq.bs70v7h2 { min-height: auto !important; }
.s96zq.alz93x .xneh8ovj { text-align: center; }
.s96zq~.ygoxr{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}
.s96zq~.ygoxr .ksfbga{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); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.cu2dv .ngyvsny9 { color: #fff; }
.cu2dv .hjf9r1a { color: rgba(255,255,255,0.85); }
.cu2dv .jhjqb { background: #fff; color: var(--cta); }
.cu2dv .jhjqb:hover { opacity: 0.92; }
.evtlmktt .n1nd { position: relative; overflow: hidden; }
.evtlmktt .n1nd::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;
}
.j8ieewm .n1nd {
  animation: hg-breathe 7s ease-in-out infinite;
}
.rg8d .n1nd { position: relative; overflow: hidden; }
.rg8d .n1nd::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;
}
.hylu0 .n1nd { position: relative; overflow: hidden; }
.hylu0 .n1nd::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;
}
.evv64ar .n1nd {
  animation: hg-fadein 1.2s ease-out both;
}
.n1nd {
  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%);
}
.xfpyq {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.ecvv {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.n1nd .ngyvsny9 { text-shadow: none; color: var(--text-primary); }
.n1nd .hjf9r1a { color: var(--text-muted); }
.n1nd.alz93x .xfpyq { align-items: center; text-align: center; }
.n1nd.aah6oaz   .xfpyq { align-items: flex-start; text-align: left; }
.ojopw .ecvv { position: relative; }
.ojopw .ecvv::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.ojopw.ea1v .ecvv::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.fsbc .ecvv {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.fsbc.ea1v .ecvv { padding: 32px 0 32px 32px; }
.abr1h4k .ecvv {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.ea1v .xfpyq {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.abr1h4k.ea1v .ecvv { padding: 40px 16px 40px 48px; }
.xhhf3q40 .ecvv { display: flex !important; align-items: center; justify-content: center; position: relative; }
.obwfqi {
  display: flex; flex-direction: column; gap: 12px;
  padding: 32px 24px; width: 100%; max-width: 420px;
}
.gy2iz {
  display: flex; align-items: center; gap: 14px; width: 100%;
  background: rgba(0,0,0,0.5); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px; padding: 20px 18px;
  transform: translateX(calc(var(--fi) * 12px));
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  transition: transform 0.3s;
}
.gy2iz:hover { transform: translateX(calc(var(--fi) * 12px)) translateY(-2px); }
.t7s5o94j { width: 46px; height: 46px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.akd2 { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.naunhvt { font-weight: 700; font-size: 0.85rem; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.zrqyq { font-size: 0.78rem; color: rgba(255,255,255,0.7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.o80q { font-weight: 800; font-size: 1.2rem; color: var(--accent-pale); flex-shrink: 0; }
@media (max-width: 700px) {
  .n1nd { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .n1nd .ecvv { display: none !important; }
  .xhhf3q40 .ecvv { display: none !important; }
  .rr16z .zeqoj8q4 { display: none !important; }
  .pmuvh30k .z6jy { display: none !important; }
  .xfpyq  { padding: 36px 24px; }
  .n1nd~.ygoxr,.ea1v~.ygoxr{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .bs70v7h2, .n1nd { min-height: 320px !important; }
  
  .ngyvsny9 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .l7ec { display: none !important; }
  
  .hceum42 { flex-direction: column; align-items: center; }
  .l12fs { width: 100%; max-width: 340px; }
}
.ngoj { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.fok0 { width: 100%; height: auto; display: block; border-radius: 10px; }
.tl5eo .ngoj        { border-radius: 16px; }
.tl5eo .fok0  { border-radius: 16px; }
.gcnn .ngoj         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.gcnn .fok0   { border-radius: 8px; }
.c000lt { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.a4vv { width: 100%; padding: 32px 0; position: relative; }
.ge4g { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.p82asrkl .a4vv:nth-child(even) { background: var(--bg-surface); }
.p82asrkl .a4vv:nth-child(odd)  { background: var(--bg-page); }
.wjouz .a4vv:nth-child(even) { background: var(--bg-card); }
.wjouz .a4vv:nth-child(odd)  { background: var(--bg-page); }
.p82asrkl .a4vv:nth-child(odd)  .ge4g { background: var(--bg-card); border-radius: 6px; }
.p82asrkl .a4vv:nth-child(even) .ge4g { background: var(--bg-raised); border-radius: 6px; }
.wjouz .a4vv:nth-child(odd)  .ge4g { background: var(--bg-card); border-radius: 6px; }
.wjouz .a4vv:nth-child(even) .ge4g { background: var(--bg-raised); border-radius: 6px; }
.p82asrkl .a4vv:nth-child(even) .scbm6dd .z3iizpy,
.wjouz .a4vv:nth-child(even) .scbm6dd .z3iizpy { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.p82asrkl .a4vv:nth-child(odd) .scbm6dd .z3iizpy,
.wjouz .a4vv:nth-child(odd) .scbm6dd .z3iizpy { background: var(--bg-card-inner); }
.p82asrkl .a4vv:nth-child(even) .q4nlq .z3iizpy:nth-child(odd),
.wjouz .a4vv:nth-child(even) .q4nlq .z3iizpy:nth-child(odd)  { background: var(--bg-card); }
.p82asrkl .a4vv:nth-child(even) .q4nlq .z3iizpy:nth-child(even),
.wjouz .a4vv:nth-child(even) .q4nlq .z3iizpy:nth-child(even) { background: var(--bg-card-inner); }
h1.r8aljpx4 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.r8aljpx4 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.eriiz { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.uurp h2.r8aljpx4 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.byyrroi h2.r8aljpx4 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.nycg4c h2.r8aljpx4 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.j3k1k h2.r8aljpx4::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.pzbi4 h2.r8aljpx4 {
  color: var(--text-primary); font-size: 1.7rem;
}
.tyg1 h2.r8aljpx4::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
.tykgckgg h2.r8aljpx4 {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.y1wpnurn { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .y1wpnurn { display: none; } }
.po10q6e { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.hlyh9bo { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.vwwz {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.lc3mnd85 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.k4qmrlmw { padding-left: 20px; }
.k4qmrlmw li { margin-bottom: 6px; }
.k4qmrlmw a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.k4qmrlmw a:hover { color: var(--accent-light); }
.drxc .lc3mnd85 { display: none; }
.clk34 .lc3mnd85 { display: none; }
.clk34 .k4qmrlmw { padding-left: 0; list-style: none; }
.clk34 .k4qmrlmw li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.clk34 .k4qmrlmw a { font-size: 0.92rem; }
.v38f8 .vwwz { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.v38f8 .lc3mnd85 { display: none; }
.v38f8 .k4qmrlmw { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.v38f8 .k4qmrlmw li { margin-bottom: 0; }
.v38f8 .k4qmrlmw 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;
}
.v38f8 .k4qmrlmw a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.lnqbhgq7 .vwwz { padding: 20px 20px 16px; }
.lnqbhgq7 .k4qmrlmw {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.lnqbhgq7 .k4qmrlmw li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.lnqbhgq7 .k4qmrlmw 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;
}
.lnqbhgq7 .k4qmrlmw 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;
}
.lnqbhgq7 .k4qmrlmw a:hover { color: var(--accent-light); border-color: var(--accent); }
.lnqbhgq7 .k4qmrlmw a:focus,
.lnqbhgq7 .k4qmrlmw a:focus-visible,
.lnqbhgq7 .k4qmrlmw a:target { outline: none; }
.lnqbhgq7 .k4qmrlmw li:target a { border-color: var(--border); color: var(--text-muted); }
.fcl7qqr .vwwz { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.fcl7qqr .lc3mnd85 { display: none; }
.fcl7qqr .k4qmrlmw { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.fcl7qqr .k4qmrlmw li { margin-bottom: 0; }
.fcl7qqr .k4qmrlmw li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.fcl7qqr .k4qmrlmw li:last-child::after { content: ""; margin-right: 0; }
.fcl7qqr .k4qmrlmw a { font-size: 0.9rem; }
.z3iizpy { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.scbm6dd .z3iizpy { background: var(--bg-card); }
.q4nlq .z3iizpy:nth-child(odd)  { background: var(--bg-card); }
.q4nlq .z3iizpy:nth-child(even) { background: var(--bg-raised); }
.dbt59 .z3iizpy {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.dbt59 .z3iizpy:last-child { border-bottom: none; }
.dbt59 h3.eriiz { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.epofrx84 .z3iizpy {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.epofrx84 .z3iizpy + .z3iizpy { margin-top: 4px; }
.a54w7r8r .z3iizpy { background: none; border-radius: 0; padding: 12px 0; }
.a54w7r8r .z3iizpy + .z3iizpy { border-top: 1px solid var(--border-section); }
.jffdom6 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.lkdv6 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.drcrnb1p { color: var(--text-body); margin-bottom: 10px; }
.kb2uf4q, .enio50 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.kb2uf4q li, .enio50 li { margin-bottom: 6px; }
.enio50 li { list-style: decimal; }
.d6cfpm8     .kb2uf4q { list-style-type: "● "; }
.x9ppn8sp  .kb2uf4q { list-style-type: "■ "; }
.w9cp .kb2uf4q { list-style-type: "◆ "; }
.tjggy8eh    .kb2uf4q { list-style-type: "★ "; }
.d6cfpm8     .j9h5h { list-style-type: "● "; }
.x9ppn8sp  .j9h5h { list-style-type: "■ "; }
.w9cp .j9h5h { list-style-type: "◆ "; }
.tjggy8eh    .j9h5h { list-style-type: "★ "; }
.d6cfpm8    .kb2uf4q li::marker, .d6cfpm8    .j9h5h li::marker,
.x9ppn8sp .kb2uf4q li::marker, .x9ppn8sp .j9h5h li::marker,
.w9cp .kb2uf4q li::marker, .w9cp .j9h5h li::marker,
.tjggy8eh   .kb2uf4q li::marker, .tjggy8eh   .j9h5h li::marker {
  color: var(--cta); font-size: 1em;
}
.d6cfpm8 .enio50,
.x9ppn8sp .enio50,
.w9cp .enio50,
.tjggy8eh .enio50 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.d6cfpm8 .enio50 li,
.x9ppn8sp .enio50 li,
.w9cp .enio50 li,
.tjggy8eh .enio50 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.d6cfpm8 .enio50 li::before,
.x9ppn8sp .enio50 li::before,
.w9cp .enio50 li::before,
.tjggy8eh .enio50 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;
}
.d6cfpm8     .enio50 li::before { border-radius: 50%; }
.x9ppn8sp  .enio50 li::before { border-radius: 3px; }
.w9cp .enio50 li::before { border-radius: 3px; }
.tjggy8eh    .enio50 li::before { border-radius: 50%; }
.q5ya7 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.ennt .q5ya7,
.lejxx38o .q5ya7 { background: transparent; border: none; border-radius: 0; }
.vriva1ki { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.vriva1ki th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.vriva1ki td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.vriva1ki tr:hover td { background: var(--bg-hover); }
.ct8wus .vriva1ki tbody tr:nth-child(even) td { background: var(--bg-surface); }
.mw56 .vriva1ki { border: 1px solid var(--border-alt); }
.mw56 .vriva1ki th,
.mw56 .vriva1ki td { border: 1px solid var(--border-alt); }
.brll0ha .vriva1ki th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.brll0ha .vriva1ki td { border-bottom: none; }
.brll0ha .vriva1ki tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.meprg0 .vriva1ki th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.nd15y .q5ya7 {
  overflow: hidden;
}
.nd15y .vriva1ki th { border-bottom: 1px solid var(--border-alt); }
.nd15y .vriva1ki tr:last-child td { border-bottom: none; }
.ot47exzf { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.bbddwh1a { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.q50igag { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.n39zlgwl { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.w9v2 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.j9h5h { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.j9h5h 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);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%}
.tzkjv7tf .n39zlgwl { background: transparent; text-align: center; }
.qtnfiro .q50igag {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.r6a6 .q50igag {
  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);
}
.klzuxja .bbddwh1a { display: grid; grid-template-columns: auto 1fr; }
.klzuxja .q50igag {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.klzuxja .n39zlgwl { grid-column: 2; }
.klzuxja .w9v2,
.klzuxja .j9h5h { grid-column: 1 / -1; }
.xn36kl1m .bbddwh1a { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.xn36kl1m .q50igag {
  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);
}
.xn36kl1m .n39zlgwl { grid-column: 2; }
.xn36kl1m .w9v2,
.xn36kl1m .j9h5h { grid-column: 1 / -1; }
.eccjpcuv .bbddwh1a { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.eccjpcuv .n39zlgwl { background: none; color: var(--accent-light); font-weight: 700; }
.wz564whg .bbddwh1a { 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); }
.wz564whg .n39zlgwl { background: none; color: var(--accent-light); font-weight: 700; }
.rt0s .bbddwh1a { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.rt0s .bbddwh1a:last-child { border-bottom: none; }
.rt0s .n39zlgwl { background: none; color: var(--accent-light); font-weight: 700; }
.nwoqadjy .bbddwh1a { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.nwoqadjy .n39zlgwl { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.mpmk .ot47exzf { counter-reset: card-n; }
.mpmk .bbddwh1a  { counter-increment: card-n; }
.mpmk .n39zlgwl { display: flex; align-items: center; gap: 10px; }
.mpmk .n39zlgwl::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;
}
.kykf4 .bbddwh1a { background: var(--bg-surface); border: 1px solid var(--border); }
.kykf4 .n39zlgwl { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.mzc9xz0 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.pgkl7  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.tqzm3p { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.hpik { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.dfoz4kd { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.mzc9xz0 strong { color: var(--text-primary); font-size: 0.95rem; }
.mzc9xz0 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.jbulti8 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.lr06c, .a4ek { border-radius: 8px; padding: 14px; }
.lr06c { background: var(--bg-pros); }
.a4ek { background: var(--bg-cons); }
.p8bnfli { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.lr06c .p8bnfli { color: var(--c-pros-label); }
.a4ek .p8bnfli { color: #f87171; }
.lr06c ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.a4ek ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.fok0 { width: 100%; height: auto; border-radius: 10px; display: block; }
.umiaii {
  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;
}
.umiaii:hover { opacity: 0.85; }
.e2c073 .umiaii  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.e2c073 .umiaii:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.br1g1 .umiaii  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.br1g1 .umiaii:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.tdf4e .jhjqb { border-radius: 50px; }
.tdf4e .umiaii  { border-radius: 50px; }
.yvroa46r .jhjqb { padding-left: 22px; padding-right: 22px; }
.yvroa46r .umiaii  { padding-left: 12px; padding-right: 12px; }
.no2c .jhjqb { padding-left: 44px; padding-right: 44px; }
.no2c .umiaii  { padding-left: 24px; padding-right: 24px; }
.h33tmq49 .jhjqb { padding-left: 56px; padding-right: 56px; }
.h33tmq49 .umiaii  { padding-left: 32px; padding-right: 32px; }
.he0x33q7   .jhjqb::after, .he0x33q7   .umiaii::after,
.oripb .jhjqb::after, .oripb .umiaii::after,
.lx9ys5    .jhjqb::after, .lx9ys5    .umiaii::after,
.pguj3i2    .jhjqb::after, .pguj3i2    .umiaii::after,
.iz6ps1ps    .jhjqb::after, .iz6ps1ps    .umiaii::after,
.yegt5kq     .jhjqb::after, .yegt5kq     .umiaii::after,
.t2018zhz    .jhjqb::after, .t2018zhz    .umiaii::after,
.nyc2q5q   .jhjqb::after, .nyc2q5q   .umiaii::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;
}
.he0x33q7 .jhjqb::after, .he0x33q7 .umiaii::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");
}
.oripb .jhjqb::after, .oripb .umiaii::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");
}
.lx9ys5 .jhjqb::after, .lx9ys5 .umiaii::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");
}
.pguj3i2 .jhjqb::after, .pguj3i2 .umiaii::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");
}
.iz6ps1ps .jhjqb::after, .iz6ps1ps .umiaii::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");
}
.yegt5kq .jhjqb::after, .yegt5kq .umiaii::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");
}
.t2018zhz .jhjqb::after, .t2018zhz .umiaii::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");
}
.nyc2q5q .jhjqb::after, .nyc2q5q .umiaii::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");
}
.x7azc5ve   .lj881t::after, .x7azc5ve   .eltwn::after,
.ukfef .lj881t::after, .ukfef .eltwn::after,
.byxbzmd    .lj881t::after, .byxbzmd    .eltwn::after,
.foqdx    .lj881t::after, .foqdx    .eltwn::after,
.d7dyxm    .lj881t::after, .d7dyxm    .eltwn::after,
.hanf4hht     .lj881t::after, .hanf4hht     .eltwn::after,
.dvx6    .lj881t::after, .dvx6    .eltwn::after,
.g8kpml   .lj881t::after, .g8kpml   .eltwn::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;
}
.x7azc5ve .lj881t::after, .x7azc5ve .eltwn::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");
}
.ukfef .lj881t::after, .ukfef .eltwn::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");
}
.byxbzmd .lj881t::after, .byxbzmd .eltwn::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");
}
.foqdx .lj881t::after, .foqdx .eltwn::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");
}
.d7dyxm .lj881t::after, .d7dyxm .eltwn::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");
}
.hanf4hht .lj881t::after, .hanf4hht .eltwn::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");
}
.dvx6 .lj881t::after, .dvx6 .eltwn::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");
}
.g8kpml .lj881t::after, .g8kpml .eltwn::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");
}
.hol1cc {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
}
.odcyk7pu {
  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;
}
.odcyk7pu > [itemprop="item"] { display: contents; }
.odcyk7pu [itemprop="itemReviewed"],
.odcyk7pu [itemprop="reviewRating"] { display: none; }
.odcyk7pu:hover { background: var(--bg-hover); }
.di43olrz {
  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;
}
.e8mesi .di43olrz { background: #1a1a1a; }
.kzsfcs .di43olrz { background: rgba(128,128,128,.12); }
.ebfqnjbu .di43olrz { background: var(--bg-raised); }
.y7qb5368 .di43olrz { background: transparent; padding: 0; }
.xpblbk5k { max-height: 74px; max-width: 120px; object-fit: contain; }
.yzh6i3e { display: flex; align-items: center; gap: 16px; min-width: 0; }
.yzh6i3e .di43olrz + .si8j { flex: 1 1 auto; }
.si8j { 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; }
.qggyik { color: var(--cta); font-size: 1.2rem; letter-spacing: 2px; line-height: 1; text-align: center; }
.ib86 { text-align: center; font-size: 1.2rem; font-weight: 700; }
.x8yx2my { 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) {
  .yzh6i3e { flex: 0 0 260px; width: 260px; }
  .qggyik { flex: 0 0 120px; width: 120px; }
  .ib86 { flex: 0 0 110px; width: 110px; }
  .x8yx2my   { flex: 0 0 180px; width: 180px; }
}
.i4qjt82 { 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%; }
.m12wwail { 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; }
.x901g138 { white-space: nowrap; text-align: center; align-self: center; }
@media (min-width: 721px) {
  .x901g138 { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.x901g138.umiaii { 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) {
  .hol1cc { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .hol1cc .odcyk7pu { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .hol1cc .yzh6i3e { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .hol1cc .di43olrz { width: 100%; min-width: unset; height: 120px; }
  .hol1cc .xpblbk5k { max-height: 96px; max-width: 200px; }
  .hol1cc .si8j { min-width: unset; text-align: center; white-space: normal; }
  .hol1cc .qggyik { min-width: 0; }
  .hol1cc .x8yx2my { 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; }
  .hol1cc .x901g138 { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .nrf59nme .odcyk7pu { row-gap: 8px !important; gap: 10px !important; }
}
.q7ufj {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.ipb8v7 {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.idtie {
  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;
}
.idtie img { max-width: 80px; max-height: 50px; object-fit: contain; }
.rkgyigyc { flex: 1; }
.rkgyigyc h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.idme { color: var(--c-stars); font-size: 1.1rem; }
.azkv3pb { margin-bottom: 8px; }
.a2ati { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.b2g9::before   { content: "★ "; color: var(--accent); }
.tfn5lqj3 { flex-shrink: 0; }
.u9vo296a img.sucy { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.ennt { padding: 20px 24px; }
.apcl1sow { color: var(--text-muted); margin-bottom: 16px; }
.alfvvxbs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.fgclplxj, .bv71a2of { list-style: none; font-size: 0.9rem; }
.fgclplxj li { color: var(--c-pros); margin-bottom: 4px; }
.bv71a2of li { color: var(--c-cons); margin-bottom: 4px; }
.fgclplxj li::before { content: "✓"; margin-right: 5px; }
.bv71a2of li::before { content: "✗"; margin-right: 5px; }
.g878 .fgclplxj li::before { content: "→"; }
.g878 .bv71a2of li::before { content: "–"; }
.voy0c  .fgclplxj li::before { content: "★"; }
.voy0c  .bv71a2of li::before { content: "✕"; }
.aw4u    .fgclplxj li::before { content: "◆"; }
.aw4u    .bv71a2of li::before { content: "▲"; }
.mqr0  .fgclplxj li::before { content: "▶"; }
.mqr0  .bv71a2of li::before { content: "■"; }
.vnj7r59z { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.tk8ot3bk { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.wdn78h6t { background: var(--bg-pros); color: var(--c-tag-pay); }
.qsef { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.jyflquiz .qsef { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.yinrn .qsef { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .zbfyoh4d .hxkr8 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .zbfyoh4d .q7ufj { margin: 0; }
}
.r9973hyr .ipb8v7 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.r9973hyr .rkgyigyc h3 { color: var(--accent-light); }
.r9973hyr .idtie { background: var(--bg-page); border: 1px solid var(--border); }
.tt8p65xq .q7ufj { border-top: 4px solid var(--accent); }
.tt8p65xq .ipb8v7 { background: var(--bg-card); }
.h4qr0aml .q7ufj { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.h4qr0aml .ipb8v7 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.h4qr0aml .ennt { padding: 14px 16px; }
.h4qr0aml .idtie { border-radius: 4px; }
.h4qr0aml .qsef { border-radius: 0; }
.eknygyeh .ipb8v7 { padding: 0; gap: 0; overflow: hidden; }
.eknygyeh .idtie { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.eknygyeh .rkgyigyc { padding: 16px 20px; }
.eknygyeh .tfn5lqj3 { padding: 16px 20px; align-self: center; }
.hq6f .idme { font-size: .95rem; }
.lejxx38o .jbulti8 { gap: 10px; }
.lejxx38o .lr06c, .lejxx38o .a4ek { padding: 12px; }
.lejxx38o .lr06c ul, .lejxx38o .a4ek ul { margin: 4px 0 0; padding-left: 18px; }
.lejxx38o .lr06c li, .lejxx38o .a4ek li { font-size: .85rem; margin-bottom: 3px; }
.jtvtirrj .tk8ot3bk { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .w8ovrb { grid-template-columns: 1fr; }
  .d0lf9d { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .d0lf9d .qzsya3m { width: 72px; height: 50px; }
  .d0lf9d .u4p5 { max-width: 180px; }
  .d0lf9d .wl1gh9fs { width: auto; }
}
.k5rr8rz .hq6f .idme { filter: brightness(1.2); }
@media (max-width: 720px) {
  .k5rr8rz { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .ickg8ij { padding: 16px; }
  .ig63l .zjdi1r { min-width: 50%; }
}
.mduvj8 .jbulti8 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .mq1wr4jn { grid-template-columns: 1fr; }
  .xeq1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .p469z { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .uy5m9p { flex-wrap: wrap; padding: 16px; }
}
.jqmceg .jbulti8 { gap: 8px; }
.jqmceg .lr06c, .jqmceg .a4ek { padding: 8px; }
@media (max-width: 480px) {
  .qqg2aq { flex-direction: column; align-items: stretch; }
}
.s7sk .wl1gh9fs .umiaii { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .u8ja1c { flex-direction: column; align-items: stretch; gap: 10px; }
  .s7sk .wl1gh9fs { text-align: center; }
}
@media (max-width: 720px) {
  .s82aur { grid-template-columns: 1fr; }
  .oy3l32u { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .fnzdg5 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.wlhfctzi .lz4g { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.ddpxp6 .idme { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .mzrg2ois { grid-template-columns: 1fr; }
  .ddpxp6 { width: 100px; height: 100px; margin: 16px auto; }
  .wlhfctzi { font-size: 1.4rem; }
  .nvixw { justify-content: center; }
  .gedl .zjdi1r { min-width: 50%; }
}
.vhf2g .jbulti8 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .r6xn87rq { flex-wrap: wrap; padding: 14px 16px; }
  .fynur { padding: 12px 16px; }
  .vhf2g .jbulti8 { margin: 0 16px; }
  .vhf2g .jtvtirrj { padding: 0 16px; }
  .w2n6 { padding: 12px 16px; }
}
.bw4i .hol1cc {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px;
}
.bw4i .hol1cc .odcyk7pu:only-child { grid-column: 1 / -1; }
.bw4i .hol1cc .odcyk7pu {
  flex-direction: column; align-items: center; padding: 20px 18px; border-radius: 14px; gap: 14px;
}
.bw4i .hol1cc .yzh6i3e { flex-direction: column; align-items: center; gap: 12px; width: 100%; min-width: 0; }
.bw4i .hol1cc .di43olrz { width: 100%; min-width: unset; height: 120px; }
.bw4i .hol1cc .xpblbk5k { max-height: 100px; max-width: 200px; }
.bw4i .hol1cc .si8j { min-width: unset; text-align: center; white-space: normal; }
.bw4i .hol1cc .qggyik { min-width: 0; }
.bw4i .hol1cc .x8yx2my {
  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;
}
.bw4i .hol1cc .x901g138 { width: 100%; text-align: center; margin-left: 0; min-width: 0; }
.bw4i .ipb8v7 { gap: 14px; }
.mte9an .m12wwail {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 5px 14px; font-size: 1.1rem;
}
.mte9an .qggyik { color: var(--cta); }
.mte9an .ipb8v7 { background: var(--accent-bg); }
.mte9an .b2g9, .mte9an .drjs0oav, .mte9an .qhzwq {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}
.umwd39wg .x8yx2my { flex-direction: column; align-items: flex-start; gap: 4px; padding-top: 6px; }
.umwd39wg .m12wwail {
  font-weight: 700; font-size: 1.1rem;
  color: var(--accent); background: var(--accent-bg);
  border-radius: 6px; padding: 4px 12px; display: inline-block;
}
.umwd39wg .qggyik { color: var(--cta); }
.umwd39wg .ipb8v7 { border-bottom: 2px solid var(--accent-bg); }
.umwd39wg .b2g9, .umwd39wg .drjs0oav, .umwd39wg .qhzwq {
  background: var(--accent-bg); color: var(--accent); border-radius: 100px;
  padding: 2px 10px; font-weight: 600; border: none;
}
.kw320 .odcyk7pu { border-top: 3px solid var(--accent); }
.kw320 .q7ufj { overflow: hidden; }
.kw320 .ipb8v7 { background: var(--accent-bg); }
.ucdjxdg .odcyk7pu { padding: 14px 18px; gap: 16px; }
.ucdjxdg .si8j { font-size: 1rem; }
.ucdjxdg .ipb8v7 { padding: 14px 18px; gap: 14px; }
.ucdjxdg .ennt { padding: 14px 18px; }
.ucdjxdg .idtie { width: 70px; }
.ucdjxdg .rkgyigyc h3 { font-size: 1.05rem; }
.i56bwz .hol1cc { gap: 0; }
.i56bwz .odcyk7pu {
  border-radius: 0; border-left: none; border-right: none;
  border-top: none; border-bottom: 1px solid var(--border);
}
.i56bwz .odcyk7pu:last-child { border-bottom: none; }
.i56bwz .odcyk7pu:nth-child(odd) { background: var(--accent-bg); }
.i56bwz .odcyk7pu:nth-child(odd):hover { background: var(--bg-hover); }
.nrf59nme .hol1cc {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.nrf59nme .odcyk7pu {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.nrf59nme .odcyk7pu:last-child { border-bottom: none; }
.nrf59nme .qggyik,
.nrf59nme .lwvhwam,
.nrf59nme .er7i5 { border-left: 1px solid var(--border); padding-left: 10px; }
.nrf59nme .si8j { padding: 0 10px; }
.qc94ip5d .yzh6i3e { flex-direction: column; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.qc94ip5d .si8j { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.af5ycdv .yzh6i3e { flex-direction: column-reverse; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.af5ycdv .si8j { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.ysjo .hol1cc { gap: 14px; }
.ysjo .odcyk7pu {
  padding: 20px 26px; gap: 24px; border-radius: 12px;
  min-height: 140px;
}
.ysjo .si8j { font-size: 1.15rem; }
.ysjo .m12wwail { font-size: 1.22rem; }
.ysjo .x901g138.umiaii { padding: 14px 30px !important; font-size: 1rem; }
.eqoqw0b7 .hol1cc { gap: 18px; }
.eqoqw0b7 .odcyk7pu {
  padding: 28px 32px; gap: 28px; border-radius: 14px;
  min-height: 160px; border-width: 2px;
}
.eqoqw0b7 .di43olrz {
  min-width: 180px; width: 180px; height: 120px; padding: 10px 14px; border-radius: 14px;
  background: var(--bg-raised);
}
.eqoqw0b7 .xpblbk5k { max-height: 100px; max-width: 160px; }
.eqoqw0b7 .yzh6i3e { min-width: 260px; }
.eqoqw0b7 .si8j { font-size: 1.25rem; font-weight: 800; }
.eqoqw0b7 .qggyik { font-size: 1.1rem; letter-spacing: 2px; }
.eqoqw0b7 .m12wwail { font-size: 1.3rem; font-weight: 800; }
.eqoqw0b7 .i4qjt82 { font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; }
.eqoqw0b7 .x901g138.umiaii { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.rlz73x .lwvhwam { flex: 1.8; }
.rlz73x .lwvhwam .m12wwail {
  font-size: 1.35rem; font-weight: 800; color: var(--accent-light);
}
.rlz73x .lwvhwam .i4qjt82 { font-weight: 700; color: var(--text-primary); }
.ib86 { display: none; }
.i6ej39t3 .qggyik { display: none; }
.v679x .qggyik { font-size: 1rem; letter-spacing: 2px; }
.j98p .qggyik {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.yljz0o .qggyik,
.s0h5n3 .qggyik,
.r6yd .qggyik { display: none; }
.yljz0o .ib86,
.s0h5n3 .ib86,
.r6yd .ib86 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.yljz0o .ib86 { font-size: 1.7rem; font-weight: 900; color: var(--accent); }
.yljz0o .ib86 small { display: none; }
.s0h5n3 .ib86 {
  font-size: 1.1rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.s0h5n3 .ib86 small { font-size: 0.85em; font-weight: 700; color: var(--accent); opacity: 0.75; }
.r6yd .ib86 {
  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;
}
.r6yd .ib86 small { display: none; }
.yljz0o .azkv3pb .idme,
.s0h5n3 .azkv3pb .idme,
.r6yd .azkv3pb .idme { display: none; }
.yljz0o .azkv3pb strong { font-size: 1.6rem; font-weight: 900; color: var(--accent); }
.yljz0o .lz4g { display: none; }
.s0h5n3 .azkv3pb strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.s0h5n3 .y69b8q,
.s0h5n3 .lz4g { font-size: 1em; }
.r6yd .azkv3pb strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.r6yd .lz4g { display: none; }
.eql5 { margin: 16px 0; }
.wze8 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.wze8 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.wze8 summary::after { content: "+"; color: var(--accent); }
.wze8[open] summary::after { content: "−"; }
.wze8 p { padding: 0 18px 14px; color: var(--text-muted); font-size: 0.95rem; }
.a4vv { margin-bottom: 0; }
.o1lsec h2.r8aljpx4 { color: var(--text-primary); border-color: var(--accent); }
.gge4d18h h2.r8aljpx4 { color: var(--text-primary); border-color: var(--accent); }
.nvnnq .pgkl7     { background: #052e16; border-color: #10b981; }
.nvnnq .tqzm3p { background: #2d0a1e; border-color: #f43f5e; }
.nvnnq .hpik    { background: #1e1036; border-color: #a855f7; }
.nvnnq .mzc9xz0 strong  { color: #f1f5f9; }
.nvnnq .mzc9xz0 p       { color: #cbd5e1; }
.nvnnq .pr64    .pgkl7     .dfoz4kd::before,
.nvnnq .jnrcj0y  .pgkl7     .dfoz4kd::before,
.nvnnq .t3dnxl0  .pgkl7     .dfoz4kd::before,
.nvnnq .a9nen .pgkl7     .dfoz4kd::before { color: #10b981; }
.nvnnq .pr64    .tqzm3p .dfoz4kd::before,
.nvnnq .jnrcj0y  .tqzm3p .dfoz4kd::before,
.nvnnq .t3dnxl0  .tqzm3p .dfoz4kd::before,
.nvnnq .a9nen .tqzm3p .dfoz4kd::before { color: #f43f5e; }
.nvnnq .pr64    .hpik    .dfoz4kd::before,
.nvnnq .jnrcj0y  .hpik    .dfoz4kd::before,
.nvnnq .t3dnxl0  .hpik    .dfoz4kd::before,
.nvnnq .a9nen .hpik    .dfoz4kd::before { color: #a855f7; }
.xtlk2r .pgkl7     { background: #2d2000; border-color: #eab308; }
.xtlk2r .tqzm3p { background: #2d0b0b; border-color: #ef4444; }
.xtlk2r .hpik    { background: #2d1600; border-color: #f97316; }
.xtlk2r .mzc9xz0 strong  { color: #f1f5f9; }
.xtlk2r .mzc9xz0 p       { color: #cbd5e1; }
.xtlk2r .pr64    .pgkl7     .dfoz4kd::before,
.xtlk2r .jnrcj0y  .pgkl7     .dfoz4kd::before,
.xtlk2r .t3dnxl0  .pgkl7     .dfoz4kd::before,
.xtlk2r .a9nen .pgkl7     .dfoz4kd::before { color: #eab308; }
.xtlk2r .pr64    .tqzm3p .dfoz4kd::before,
.xtlk2r .jnrcj0y  .tqzm3p .dfoz4kd::before,
.xtlk2r .t3dnxl0  .tqzm3p .dfoz4kd::before,
.xtlk2r .a9nen .tqzm3p .dfoz4kd::before { color: #ef4444; }
.xtlk2r .pr64    .hpik    .dfoz4kd::before,
.xtlk2r .jnrcj0y  .hpik    .dfoz4kd::before,
.xtlk2r .t3dnxl0  .hpik    .dfoz4kd::before,
.xtlk2r .a9nen .hpik    .dfoz4kd::before { color: #f97316; }
.ja9imn .pgkl7     { background: #0c1a2e; border-color: #38bdf8; }
.ja9imn .tqzm3p { background: #12103a; border-color: #818cf8; }
.ja9imn .hpik    { background: #0a2020; border-color: #2dd4bf; }
.ja9imn .mzc9xz0 strong  { color: #f1f5f9; }
.ja9imn .mzc9xz0 p       { color: #cbd5e1; }
.ja9imn .pr64    .pgkl7     .dfoz4kd::before,
.ja9imn .jnrcj0y  .pgkl7     .dfoz4kd::before,
.ja9imn .t3dnxl0  .pgkl7     .dfoz4kd::before,
.ja9imn .a9nen .pgkl7     .dfoz4kd::before { color: #38bdf8; }
.ja9imn .pr64    .tqzm3p .dfoz4kd::before,
.ja9imn .jnrcj0y  .tqzm3p .dfoz4kd::before,
.ja9imn .t3dnxl0  .tqzm3p .dfoz4kd::before,
.ja9imn .a9nen .tqzm3p .dfoz4kd::before { color: #818cf8; }
.ja9imn .pr64    .hpik    .dfoz4kd::before,
.ja9imn .jnrcj0y  .hpik    .dfoz4kd::before,
.ja9imn .t3dnxl0  .hpik    .dfoz4kd::before,
.ja9imn .a9nen .hpik    .dfoz4kd::before { color: #2dd4bf; }
.beg193d9 .pgkl7     { background: var(--accent-bg); border-color: var(--accent); }
.beg193d9 .tqzm3p { background: var(--accent-bg-light); border-color: var(--accent-light); }
.beg193d9 .hpik    { background: var(--accent-bg); border-color: var(--accent-pale); }
.beg193d9 .pr64    .dfoz4kd::before,
.beg193d9 .jnrcj0y  .dfoz4kd::before,
.beg193d9 .t3dnxl0  .dfoz4kd::before,
.beg193d9 .a9nen .dfoz4kd::before { color: var(--accent-light) !important; }
.whot::before,
.vdb4nm73::before { margin-right: 5px; }
.xjzmop .lr06c ul li,
.xjzmop .fgclplxj li         { color: #4ade80; }
.xjzmop .lr06c .whot { color: #22c55e; }
.xjzmop .a4ek ul li,
.xjzmop .bv71a2of li         { color: #f87171; }
.xjzmop .a4ek .vdb4nm73 { color: #ef4444; }
.a4kxp .lr06c { background: var(--bg-pros); }
.a4kxp .a4ek { background: var(--bg-cons); }
.a4kxp .lr06c .whot { color: var(--c-pros-label); }
.a4kxp .a4ek .vdb4nm73 { color: var(--c-cons); }
.a4kxp .lr06c ul li,
.a4kxp .fgclplxj li            { color: var(--c-pros); }
.a4kxp .a4ek ul li,
.a4kxp .bv71a2of li            { color: var(--c-cons); }
.dgry9 .lr06c { background: var(--bg-pros); }
.dgry9 .a4ek { background: var(--bg-cons); }
.dgry9 .lr06c .whot { color: var(--c-pros-label); }
.dgry9 .a4ek .vdb4nm73 { color: var(--c-cons); }
.dgry9 .lr06c ul li,
.dgry9 .fgclplxj li          { color: var(--c-pros); }
.dgry9 .a4ek ul li,
.dgry9 .bv71a2of li          { color: var(--c-cons); }
.wkpvss4s .whot::before { content: "✓ "; }
.wkpvss4s .vdb4nm73::before { content: "✗ "; }
.g878 .whot::before { content: "→ "; }
.g878 .vdb4nm73::before { content: "← "; }
.voy0c .whot::before { content: "★ "; }
.voy0c .vdb4nm73::before { content: "✕ "; }
.aw4u .whot::before { content: "◆ "; }
.aw4u .vdb4nm73::before { content: "▲ "; }
.yinrn .mzc9xz0 { background: transparent; border-left: none; border: 1.5px solid; }
.yinrn .pgkl7     { border-color: var(--c-tip-border); }
.yinrn .tqzm3p { border-color: var(--c-warn-border); }
.yinrn .hpik    { border-color: #60a5fa; }
.yinrn .mzc9xz0 strong { color: var(--text-primary); }
.yinrn .mzc9xz0 p      { color: var(--text-muted); }
.jyflquiz .mzc9xz0 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.jyflquiz .pgkl7     { border-top-color: var(--c-tip-border); }
.jyflquiz .tqzm3p { border-top-color: var(--c-warn-border); }
.jyflquiz .hpik    { border-top-color: #60a5fa; }
.et6l1 .mzc9xz0 { border-left: none; border-radius: 8px; }
.et6l1 .pgkl7     { background: #065f46; }
.et6l1 .tqzm3p { background: #92400e; }
.et6l1 .hpik    { background: #1e3a8a; }
.et6l1 .mzc9xz0 strong,
.et6l1 .mzc9xz0 p { color: #fff; }
.et6l1 .dfoz4kd::before { color: rgba(255,255,255,0.85) !important; }
.nvnnq.et6l1 .pgkl7,
.nvnnq .et6l1 .pgkl7     { background: #052e16; }
.nvnnq.et6l1 .tqzm3p,
.nvnnq .et6l1 .tqzm3p { background: #2d0a1e; }
.nvnnq.et6l1 .hpik,
.nvnnq .et6l1 .hpik    { background: #1e1036; }
.xtlk2r.et6l1 .pgkl7,
.xtlk2r .et6l1 .pgkl7      { background: #2d2000; }
.xtlk2r.et6l1 .tqzm3p,
.xtlk2r .et6l1 .tqzm3p  { background: #2d0b0b; }
.xtlk2r.et6l1 .hpik,
.xtlk2r .et6l1 .hpik     { background: #2d1600; }
.ja9imn.et6l1 .pgkl7,
.ja9imn .et6l1 .pgkl7      { background: #0c1a2e; }
.ja9imn.et6l1 .tqzm3p,
.ja9imn .et6l1 .tqzm3p  { background: #12103a; }
.ja9imn.et6l1 .hpik,
.ja9imn .et6l1 .hpik     { background: #0a2020; }
.v0ffv5r .mzc9xz0 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.v0ffv5r .pgkl7     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.v0ffv5r .tqzm3p { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.v0ffv5r .hpik    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.v0ffv5r .mzc9xz0 strong { color: var(--text-primary); }
.v0ffv5r .mzc9xz0 p      { color: var(--text-muted); }
.f50nnjm .mzc9xz0 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.pr64 .dfoz4kd,
.jnrcj0y .dfoz4kd,
.t3dnxl0 .dfoz4kd,
.a9nen .dfoz4kd { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.pr64 .dfoz4kd::before,
.jnrcj0y .dfoz4kd::before,
.t3dnxl0 .dfoz4kd::before,
.a9nen .dfoz4kd::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.pr64 .pgkl7     .dfoz4kd::before { content: "✦"; color: var(--c-tip-border); }
.pr64 .tqzm3p .dfoz4kd::before { content: "▲"; color: var(--c-warn-border); }
.pr64 .hpik    .dfoz4kd::before { content: "◉"; color: #60a5fa; }
.jnrcj0y .pgkl7     .dfoz4kd::before { content: "★"; color: var(--c-tip-border); }
.jnrcj0y .tqzm3p .dfoz4kd::before { content: "◆"; color: var(--c-warn-border); }
.jnrcj0y .hpik    .dfoz4kd::before { content: "●"; color: #60a5fa; }
.t3dnxl0 .pgkl7     .dfoz4kd::before { content: "▶"; color: var(--c-tip-border); }
.t3dnxl0 .tqzm3p .dfoz4kd::before { content: "■"; color: var(--c-warn-border); }
.t3dnxl0 .hpik    .dfoz4kd::before { content: "▸"; color: #60a5fa; }
.a9nen .pgkl7     .dfoz4kd::before { content: "→"; color: var(--c-tip-border); }
.a9nen .tqzm3p .dfoz4kd::before { content: "⬥"; color: var(--c-warn-border); }
.a9nen .hpik    .dfoz4kd::before { content: "◈"; color: #60a5fa; }
.gl47l8c .scbm6dd .z3iizpy,
.gl47l8c .q4nlq .z3iizpy  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.gl47l8c .bbddwh1a                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.gl47l8c .odcyk7pu                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.gl47l8c .q7ufj            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.gl47l8c .q5ya7          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.gl47l8c .vwwz                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.or2ao .scbm6dd .z3iizpy,
.or2ao .q4nlq .z3iizpy,
.or2ao .bbddwh1a,
.or2ao .odcyk7pu,
.or2ao .q7ufj,
.or2ao .q5ya7,
.or2ao .vwwz,
.or2ao .f50nnjm .mzc9xz0 { box-shadow: none; }
.n3po   .drcrnb1p, .n3po .jffdom6, .n3po .lkdv6,
.n3po   .po10q6e, .n3po .hlyh9bo { font-size: 0.9rem; }
.n3po   .kb2uf4q, .n3po .enio50 { font-size: 0.9rem; }
.s5o1fq86   .drcrnb1p, .s5o1fq86 .jffdom6, .s5o1fq86 .lkdv6,
.s5o1fq86   .po10q6e, .s5o1fq86 .hlyh9bo { font-size: 0.95rem; }
.s5o1fq86   .kb2uf4q, .s5o1fq86 .enio50 { font-size: 0.95rem; }
.i3cycxg   .drcrnb1p, .i3cycxg .jffdom6, .i3cycxg .lkdv6,
.i3cycxg   .po10q6e, .i3cycxg .hlyh9bo { font-size: 1.08rem; }
.i3cycxg   .kb2uf4q, .i3cycxg .enio50 { font-size: 1.05rem; }
.i3cycxg   .vriva1ki { font-size: 0.97rem; }
.ol77r5xp .ngyvsny9      { font-size: 3.2rem; }
.ol77r5xp h2.r8aljpx4 { font-size: 1.9rem; }
.ol77r5xp h3.eriiz     { font-size: 1.4rem; }
.mkzo5k .ngyvsny9      { font-size: 3.8rem; }
.mkzo5k h2.r8aljpx4 { font-size: 2.2rem; }
.mkzo5k h3.eriiz     { font-size: 1.6rem; }
.a4vv + .a4vv { position: relative; }
.ry579t   .a4vv + .a4vv::before,
.qyn0z  .a4vv + .a4vv::before,
.yuevjdw   .a4vv + .a4vv::before,
.rz91xe0f   .a4vv + .a4vv::before,
.t4dri5   .a4vv + .a4vv::before,
.py9q1 .a4vv + .a4vv::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.ry579t .a4vv + .a4vv::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.qyn0z .a4vv + .a4vv::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.yuevjdw .a4vv + .a4vv::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.rz91xe0f .a4vv + .a4vv::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.yl9rv .a4vv { margin-bottom: 16px; }
.yl9rv .a4vv + .a4vv { margin-top: 0; }
.yl9rv .ge4g { padding-top: 0; padding-bottom: 0; }
.t4dri5 .a4vv + .a4vv::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.py9q1 .a4vv + .a4vv::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ytyo .a4vv + .a4vv::before,
.tbqbkt .a4vv + .a4vv::before,
.zv54t9 .a4vv + .a4vv::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%;
}
.p82asrkl .ytyo .a4vv:nth-child(even)::before,
.p82asrkl .tbqbkt .a4vv:nth-child(even)::before,
.p82asrkl .zv54t9 .a4vv:nth-child(even)::before { background: var(--bg-surface); }
.wjouz .ytyo .a4vv:nth-child(even)::before,
.wjouz .tbqbkt .a4vv:nth-child(even)::before,
.wjouz .zv54t9 .a4vv:nth-child(even)::before { background: var(--bg-card); }
.ytyo .a4vv + .a4vv::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");
}
.tbqbkt .a4vv + .a4vv::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");
}
.zv54t9 .a4vv + .a4vv::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");
}
.gqykunw3 .xfpyq,
.s9lf .xfpyq { padding-bottom: 60px; }
.bpvla .xfpyq { padding-bottom: 70px; }
.o4mec .n1nd { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.apw8gjh .n1nd { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.o8pgnok .n1nd { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.s7lnc8 .n1nd { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.fskyr .cu2dv { background: var(--accent); }
.fskyr .cu2dv .rasw { background: none; }
.fskyr .tcjbfy { background: var(--accent); }
.fskyr .n1nd { background: var(--accent-bg); }
.fskyr .qvjppf:not(.cu2dv) .rasw { background: rgba(0,0,0,0.6); }
.dd7z2el .ngoj { float: left; width: 38%; margin: 0 28px 16px 0; }
.dd7z2el .ngoj .fok0 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.dd7z2el .ge4g::after { content: ''; display: block; clear: both; }
.ettey6ve .ngoj { float: right; width: 38%; margin: 0 0 16px 28px; }
.ettey6ve .ngoj .fok0 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ettey6ve .ge4g::after { content: ''; display: block; clear: both; }
.f5ul .a4vv:nth-child(odd)  .ngoj { float: left;  width: 38%; margin: 0 28px 16px 0; }
.f5ul .a4vv:nth-child(even) .ngoj { float: right; width: 38%; margin: 0 0 16px 28px; }
.f5ul .ngoj .fok0 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.f5ul .ge4g::after { content: ''; display: block; clear: both; }
.dd7z2el .ot47exzf,
.dd7z2el .hol1cc,
.ettey6ve .ot47exzf,
.ettey6ve .hol1cc,
.f5ul .ot47exzf,
.f5ul .hol1cc { clear: both; }
.dd7z2el .kb2uf4q,
.dd7z2el .enio50,
.ettey6ve .kb2uf4q,
.ettey6ve .enio50,
.f5ul .kb2uf4q,
.f5ul .enio50 { overflow: hidden; }
@media (max-width: 640px) {
  .dd7z2el .ngoj,
  .ettey6ve .ngoj,
  .f5ul .ngoj { float: none; width: 100%; margin: 0 0 16px 0; }
}
.n6fxs1 .c000lt,
.n6fxs1 .ge4g,
.n6fxs1 .p33ns0d  { max-width: 1100px; }
.m8xwg05 .c000lt,
.m8xwg05 .ge4g,
.m8xwg05 .p33ns0d  { max-width: 1200px; }
.y4jy .c000lt,
.y4jy .ge4g,
.y4jy .p33ns0d  { max-width: 1320px; }
.cn4w0 { font-size: 0.82rem; color: var(--text-muted); }
.ula6wj { display: flex; align-items: center; }
.qt9kw {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ddeb { display: flex; align-items: center; }
.p9a51x { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.p9a51x:hover { text-decoration: underline; }
.aa98u4w { margin: 0 3px; opacity: 0.45; }
.aa98u4w::before { content: '/'; }
.yelb { padding: 2px 5px; color: var(--text-main); }
.s7h9l .cn4w0 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.s7h9l .ula6wj { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.b79en0af .cn4w0 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.b79en0af .ula6wj { padding: 0 0 0 12px; }
.kmkgq .ula6wj { padding: 0 16px; }
.kmkgq .cn4w0 {
  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);
}
.kmkgq .c000lt { padding-top: 28px; }
@media (max-width: 720px) {
  .vg1ckzh5 { margin-top: 18px; padding: 0 16px; }
  .kmkgq .c000lt { padding-top: 16px; }
}
.n6fxs1.s7h9l .ula6wj { max-width: 1100px; }
.m8xwg05.s7h9l .ula6wj { max-width: 1200px; }
.y4jy.s7h9l .ula6wj { max-width: 1320px; }
.nmyrnvw .a4vv { padding-top: 16px; padding-bottom: 16px; }
.wd9z .a4vv { padding-top: 24px; padding-bottom: 24px; }
.feifwb .a4vv { padding-top: 40px; padding-bottom: 40px; }
.riyp .a4vv { padding-top: 52px; padding-bottom: 52px; }
.hjhiua8 .a4vv:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.hjhiua8 .a4vv:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.hjhiua8 .a4vv:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.hjhiua8 .a4vv:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.v3v9 .ge4g { padding-top: 10px;  padding-bottom: 10px; }
.zic7l .ge4g { padding-top: 18px;  padding-bottom: 18px; }
.fxv6m .ge4g { padding-top: 36px;  padding-bottom: 36px; }
.mywnm6yj .ge4g { padding-top: 48px;  padding-bottom: 48px; }
.cl4qyof h2.r8aljpx4 { font-weight: 600; }
.cl4qyof h3.eriiz     { font-weight: 600; }
.ue8i h2.r8aljpx4 { font-weight: 800; }
.ue8i h3.eriiz     { font-weight: 700; }
.jddxlig { font-weight: 600; }
.jddxlig h2.r8aljpx4 { font-weight: 900; }
.jddxlig h3.eriiz     { font-weight: 800; }
.jddxlig .mzc9xz0 strong,
.jddxlig .mzc9xz0 strong { font-weight: 600; }
.lj881t {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.jfuyt .lj881t { display: none; }
@media (max-width: 640px) { .lj881t { display: none; } }
.lj881t { background: var(--cta) !important; color: #fff !important; border: none !important; }
.lj881t:hover { opacity: 0.85; }
.je3ji5 .lj881t { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.f41cct .lj881t,
.cx782i  .lj881t { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.f41cct .lj881t:hover,
.cx782i  .lj881t:hover { opacity: 0.88; }
.je3ji5.f41cct .lj881t,
.je3ji5.cx782i  .lj881t { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.eltwn {
  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;
}
.eltwn:hover { transform: translateY(-2px); opacity: 0.92; }
.eltwn { background: var(--cta) !important; color: #fff !important; border: none !important; }
.toj986 .eltwn { display: none; }
.ttncj .eltwn { right: 32px; }
.i825d  .eltwn { left: 32px; }
@media (max-width: 480px) {
  .ttncj .eltwn { right: 20px; bottom: 20px; }
  .i825d  .eltwn { left: 20px; bottom: 20px; }
}
.q0uglr { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.p33ns0d { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.a7fveoc0 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.m23fz3gz { color: var(--text-dim); font-size: 0.8rem; }
.xm9f { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.xm9f img { height: 26px; width: auto; object-fit: contain; }
.fn2z .p33ns0d { text-align: center; }
.fn2z .a7fveoc0 { margin-top: 0; }
@media (max-width: 640px) {
  .p33ns0d { padding-left: 16px; padding-right: 16px; }
  .s7gw .p33ns0d { padding: 20px 16px; }
  .uivr258b { gap: 4px 12px; }
  .a7fveoc0 { font-size: 0.78rem; }
}
.rojk3dk .xt9yymc .xm9f { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.rojk3dk .a7fveoc0 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.rojk3dk .m23fz3gz { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .rojk3dk .efcr { grid-template-columns: 1fr 1fr; } .rojk3dk .xt9yymc { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rojk3dk .efcr { grid-template-columns: 1fr; } }
.huphw1 .h009 { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.huphw1 .xm9f { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.huphw1 .n4vqjgah { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.huphw1 .n4vqjgah a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.huphw1 .n4vqjgah a:hover { color: var(--accent); }
.clr1p66r { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.huphw1 .u7x6 { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.huphw1 .foir6 { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.huphw1 .foir6 a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.huphw1 .foir6 a:hover { color: var(--accent); }
.huphw1 .a7fveoc0 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .huphw1 .h009 { gap: 12px; } .huphw1 .xm9f { margin-right: 0; width: 100%; } }
.x6cent .echpnlm .xm9f { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.x6cent .a7fveoc0 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.x6cent .m23fz3gz { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .x6cent .rqp3h { grid-template-columns: 1fr 1fr; } .x6cent .echpnlm { grid-column: 1 / -1; } }
@media (max-width: 480px) { .x6cent .rqp3h { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .d9c5a8 .ltke { grid-template-columns: 1fr 1fr; } .d9c5a8 .p72m:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .d9c5a8 .ltke { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .ut8id .ltke { grid-template-columns: 1fr; } }
.gwid .p33ns0d { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.avz8z74i .yngnd7e      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.avz8z74i .q0uglr { background: var(--bg-page); border-top-color: var(--border-alt); }
.a97je8 .yngnd7e      { background: #0d1117; border-bottom-color: #21262d; }
.a97je8 .crdt0 { color: var(--accent-light); }
.a97je8 .w2190u8b { --msep-color: #8b949e; }
.a97je8 .w2190u8b a { color: #8b949e; }
.a97je8 .w2190u8b a:hover { color: var(--accent-light); }
.a97je8 .xu491m { color: #8b949e; }
.a97je8 .q0uglr { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.a97je8 .a7fveoc0,
.a97je8 .m23fz3gz { color: #6e7681; }
.a97je8 .y92l a, .a97je8 .n4vqjgah a,
.a97je8 .foir6 a { color: #8b949e; }
.a97je8 .xm9f { color: #e6edf3; }
.a97je8 .y92l a:hover, .a97je8 .n4vqjgah a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .a97je8 .w2190u8b { background: #0d1117; border-top-color: #21262d; }
  .a97je8 .w2190u8b li a { border-bottom-color: #21262d; }
}
.jmxx97 .yngnd7e      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.jmxx97 .crdt0 { color: var(--accent); }
.jmxx97 .w2190u8b { --msep-color: #475569; }
.jmxx97 .w2190u8b a { color: #475569; }
.jmxx97 .w2190u8b a:hover { color: var(--accent); }
.jmxx97 .xu491m { color: #64748b; }
.jmxx97 .q0uglr { background: #f0f4f8; border-top-color: #cbd5e1; }
.jmxx97 .a7fveoc0,
.jmxx97 .m23fz3gz { color: #64748b; }
.jmxx97 .y92l a, .jmxx97 .n4vqjgah a,
.jmxx97 .foir6 a, .jmxx97 .xm9f { color: #374151; }
.jmxx97 .y92l a:hover, .jmxx97 .n4vqjgah a:hover { color: var(--accent); }
@media (max-width: 640px) {
  .jmxx97 .w2190u8b { background: #f0f4f8; border-top-color: #cbd5e1; }
  .jmxx97 .w2190u8b li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.f41cct .yngnd7e      { background: var(--accent); border-bottom-color: var(--accent-light); }
.f41cct .crdt0 { color: #fff; }
.f41cct .w2190u8b { --msep-color: rgba(255,255,255,0.82); }
.f41cct .w2190u8b a { color: rgba(255,255,255,0.82); }
.f41cct .w2190u8b a:hover { color: #fff; }
.f41cct .xu491m { color: rgba(255,255,255,0.9); }
.f41cct .b1jw a { color: var(--text-primary) !important; }
.f41cct .b1jw a:hover { color: var(--accent) !important; }
.f41cct .q0uglr { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.f41cct .a7fveoc0,
.f41cct .m23fz3gz { color: rgba(255,255,255,0.72); }
.f41cct .d1we a, .f41cct .uivr258b a,
.f41cct .y92l a, .f41cct .n4vqjgah a,
.f41cct .foir6 a, .f41cct .xm9f { color: #fff; }
.f41cct .hcrx530, .f41cct .u5iia { color: rgba(255,255,255,0.7); }
.f41cct .d1we a:hover, .f41cct .uivr258b a:hover,
.f41cct .y92l a:hover, .f41cct .n4vqjgah a:hover { color: #fff; }
@media (max-width: 640px) {
  .f41cct .w2190u8b { background: var(--accent); border-top-color: var(--accent-light); }
  .f41cct .w2190u8b li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.cx782i .yngnd7e {
  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);
}
.cx782i .q0uglr {
  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) {
  .cx782i .w2190u8b {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.a2oj4 .wj7a { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.k9wfga .wj7a { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.om2299c .wj7a { min-height: 72px; height: auto; }
.e5f2zkb .wj7a { min-height: 84px; height: auto; }
.s7gw .wj7a { max-width: none; padding: 0 32px; }
.s7gw .p33ns0d  { max-width: none; padding: 24px 32px; }
.b81y7.m8xwg05 .wj7a { max-width: 1200px; }
.b81y7.y4jy .wj7a { max-width: 1320px; }
.s5z5   .crdt0, .s5z5   .xm9f { text-transform: capitalize; }
.t60ivabv .crdt0, .t60ivabv .xm9f { text-transform: lowercase; }
.fe9c2f .crdt0, .fe9c2f .xm9f { text-transform: uppercase; letter-spacing: 0.06em; }
.qe58, .nbvm {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.md5z1c0b .qe58,
.md5z1c0b .nbvm { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.ij0fdt .qe58,
.ij0fdt .nbvm { 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; }
.plsxp .qe58,
.plsxp .nbvm { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.ugu7 .qe58,
.ugu7 .nbvm { 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; }
.yalc   .w2190u8b a { font-weight: 500; }
.wppjya38 .w2190u8b a { font-weight: 600; }
.q5rq     .w2190u8b a { font-weight: 700; }
.g5446emx    .w2190u8b a { font-weight: 800; letter-spacing: 0.01em; }
.nsqn81pu     .w2190u8b > li + li::before,
.ojnr9lv8    .w2190u8b > li + li::before,
.jj9ji    .w2190u8b > li + li::before,
.ttlhod6 .w2190u8b > li + li::before,
.f2n9cq .w2190u8b > li + li::before,
.zw44str7  .w2190u8b > li + li::before,
.l2di    .w2190u8b > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.nsqn81pu     .w2190u8b > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ojnr9lv8    .w2190u8b > li + li::before { content: "|"; }
.jj9ji    .w2190u8b > li + li::before { content: "—"; }
.ttlhod6 .w2190u8b > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.f2n9cq .w2190u8b > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.zw44str7  .w2190u8b > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.l2di    .w2190u8b > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .o2eqtnq .xu491m,
  .sb0i .xu491m,
  .f9xoyyc .xu491m,
  .lv49l .xu491m,
  .boewxxo .xu491m {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .o2eqtnq .xu491m::before,
  .sb0i .xu491m::before,
  .f9xoyyc .xu491m::before,
  .lv49l .xu491m::before,
  .boewxxo .xu491m::before { content: ""; display: block; flex-shrink: 0; }

  
  .o2eqtnq .xu491m::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;
  }

  
  .sb0i .xu491m::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;
  }

  
  .f9xoyyc .xu491m::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;
  }

  
  .lv49l .xu491m::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;
  }

  
  .boewxxo .xu491m::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) {
  .wy4p .xu491m {
    padding: 5px 14px;
  }
  .wy4p .w2190u8b {
    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;
  }
  .wy4p .w2190u8b li a {
    border-bottom: none; padding: 10px 22px;
  }
  .wy4p .w2190u8b li a:hover { background: var(--bg-raised); }
  .wy4p .s3erv,
  .rh1uxq2 .s3erv,
  .tuh8o .s3erv { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .n0y8h5fq .xu491m {
    padding: 5px 10px;
  }
  .n0y8h5fq .w2190u8b {
    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);
  }
  .n0y8h5fq .w2190u8b.suvb09m0 { transform: translateX(0); }
  .n0y8h5fq .w2190u8b li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .n0y8h5fq .w2190u8b li:last-child a { border-bottom: none; }
  .f41cct .w2190u8b,
  .a97je8 .w2190u8b { background: var(--accent) !important; }
  .f41cct .w2190u8b li a,
  .a97je8 .w2190u8b li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .tuh8o .xu491m {
    padding: 5px 10px;
  }
  .tuh8o .w2190u8b {
    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);
  }
  .tuh8o .w2190u8b::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .tuh8o .w2190u8b.suvb09m0 { transform: translateY(0); }
  .tuh8o .w2190u8b li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .fyw0 .xu491m {
    padding: 5px 10px;
  }
  .fyw0 .w2190u8b {
    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;
  }
  .fyw0 .w2190u8b.suvb09m0 { opacity: 1; pointer-events: auto; }
  .fyw0 .w2190u8b li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .pa95     .xu491m { border-radius: 0 !important; }
  .ku98   .xu491m { border-radius: 8px !important; }
  .s20l .xu491m { border-radius: 50% !important; }
  .vqse71pc   .xu491m { border-radius: 999px !important; }
}
.dfut4 .g3z6qvqj { height: 28px; }
.tmoaan6b .g3z6qvqj { height: 54px; }
.s57tkt8 .g3z6qvqj { height: 54px; }
.n6pcrtwy    .qggyik, .n6pcrtwy    .idme { color: #f59e0b; }
.vp50      .qggyik { font-size: 1rem; letter-spacing: 1.5px; }
.vp50      .idme   { font-size: 1.35rem; }
.kznlyat    .qggyik, .kznlyat    .idme { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.moow     .qggyik, .moow     .idme { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.pw4q6h1z .qggyik, .pw4q6h1z .idme { color: var(--cta); letter-spacing: 2px; }
.dzlv9w   .qggyik, .dzlv9w   .idme { color: #e91e63; letter-spacing: 2px; }
.tebdcvtr  .qggyik, .tebdcvtr  .idme { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.prrzrn     .qggyik, .prrzrn     .idme { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.iy0kc82x .x8yx2my + .x8yx2my {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.fqeuqm9 .odcyk7pu { padding: 18px 24px; min-height: 68px; }
.fjfs1ox .i4qjt82 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.fjfs1ox .m12wwail {
  font-size: 1.3rem; font-weight: 800; color: var(--accent);
}
.xxn4u1ti .x8yx2my {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.okubcb .hol1cc { counter-reset: cs-rank; }
.okubcb .odcyk7pu { position: relative; counter-increment: cs-rank; }
.okubcb .odcyk7pu::before {
  content: "#" counter(cs-rank);
  position: absolute; top: 8px; right: 10px;
  font-size: 0.68rem; font-weight: 800; letter-spacing: -.01em;
  color: var(--accent); opacity: 0.5; font-variant-numeric: tabular-nums;
}
.nw019 .hol1cc { counter-reset: cs-rank; gap: 0; }
.nw019 .odcyk7pu {
  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;
}
.nw019 .odcyk7pu::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;
}
.nw019 .yzh6i3e {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.nw019 .di43olrz {
  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;
}
.nw019 .xpblbk5k { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.nw019 .yzh6i3e { min-width: 0; flex-direction: column; width: 100%; }
.nw019 .si8j {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.nw019 .qggyik { color: var(--cta, var(--accent)); }
.nw019 .ib86 { font-weight: 700; }
.nw019 .x8yx2my {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.nw019 .i4qjt82 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.nw019 .m12wwail {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.nw019 .lwvhwam .m12wwail { font-size: 1.3rem; color: var(--accent-light); }
.nw019 .x901g138 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.nw019 .odcyk7pu:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .nw019 .hol1cc {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .nw019 .odcyk7pu {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .nw019 .odcyk7pu { padding: 40px 16px 20px; }
  .nw019 .x8yx2my {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .nw019 .x901g138 { width: 100%; min-width: 0; }
}
.dz40n .hol1cc { counter-reset: cs-rank; gap: 10px; }
.dz40n .odcyk7pu {
  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);
}
.dz40n .odcyk7pu::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);
}
.dz40n .yzh6i3e {
  flex-direction: row; align-items: center; gap: 16px;
  flex-shrink: 0; min-width: 220px;
}
.dz40n .di43olrz {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.dz40n .xpblbk5k { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.dz40n .si8j {
  font-size: 1.15rem; font-weight: 700; color: var(--accent-light);
  white-space: nowrap; text-align: left; min-width: auto;
}
.dz40n .qggyik { color: var(--cta, var(--accent)); }
.dz40n .x8yx2my {
  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;
}
.dz40n .i4qjt82 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.dz40n .m12wwail { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.dz40n .lwvhwam .m12wwail { color: var(--accent-light); }
.dz40n .x901g138 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.dz40n .odcyk7pu:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .dz40n .odcyk7pu {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .dz40n .odcyk7pu::before {
    position: absolute; top: 14px; left: 14px;
  }
  .dz40n .yzh6i3e {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .dz40n .si8j { white-space: normal; text-align: center; font-size: 1.2rem; }
  .dz40n .x8yx2my {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .dz40n .x901g138 { width: 100%; min-width: 0; }
  .dz40n .qggyik { min-width: 0; }
}
.sfvgl .hol1cc { counter-reset: cs-rank; }
.sfvgl .odcyk7pu::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 900;
  color: var(--accent); opacity: 0.2;
  min-width: 24px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.icortt9 .wze8 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.icortt9 .wze8 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.icortt9 .wze8 p { padding: 0 2px 16px; }
.i9a4xj5x .wze8 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.i9a4xj5x .wze8 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.i9a4xj5x .wze8 summary::after { content: "›"; font-size: 1.2em; }
.i9a4xj5x .wze8[open] summary::after { content: "‹"; }
.i9a4xj5x .wze8 p { padding: 10px 22px 4px; }
.yr8xvi .wze8 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.yr8xvi .wze8 summary { color: var(--text-primary); padding-left: 16px; }
.yr8xvi .wze8 summary::after { content: "›"; font-size: 1.1em; }
.yr8xvi .wze8[open] summary::after { content: "‹"; }
.yr8xvi .wze8 p { padding-left: 16px; }
.y0c12 .eql5 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.y0c12 .wze8 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.y0c12 .wze8:last-child { border-bottom: none; }
.y0c12 .wze8 summary { color: var(--text-primary); border-radius: 0; }
.y0c12 .wze8 summary::after { content: "›"; font-size: 1.1em; }
.y0c12 .wze8[open] summary::after { content: "‹"; }
.r5fna .wze8 { overflow: hidden; }
.r5fna .wze8 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.r5fna .wze8 summary::after { color: rgba(255,255,255,.75); }
.r5fna .wze8[open] summary { border-radius: 0; }
.tfrp75 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.srb0 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.qf1u {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.grrrhngy { color: var(--text-muted); font-size: 1.05rem; }
.dd8s6 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.f3gc { margin-bottom: 20px; }
.xp65r6 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.jrrqcb {
  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;
}
.jrrqcb:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.f5fy1t02 { resize: vertical; min-height: 130px; }
.w1xbd53 { width: 100%; margin-top: 8px; }
.rv3hnfs {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.pcbvi2 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.nkt5 { color: var(--text-muted); line-height: 1.75; }
.n7w5 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.n7w5 li { margin-bottom: 6px; }
.o3wq6u { max-width: 760px; margin: 0 auto; }
.my1h3rv { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.y39cc { max-width: 760px; margin: 0 auto; }
.ygtlwp { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.hjzi ul.n7w5 { margin: 0; }
.tlk3h { max-width: 900px; margin: 0 auto; }
.omacpb { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.omacpb:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.omacpb .ygtlwp { margin: 0; font-size: 1rem; }
.omacpb .whhx p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .omacpb { grid-template-columns: 1fr; gap: 10px; } }
.pnqhm .ygtlwp { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.kr94cv .n7w5 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .bvm9ecpw { grid-template-columns: 1fr; } }
.bznbh { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.bznbh:hover .oabpjb { color: var(--accent-light); text-decoration: underline; }
.nc2pjyrb { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.fu1jbqh { max-width: 760px; margin: 0 auto; }
.q5socw7 ul.n7w5 { margin: 0; }
.lx0y7 { color: var(--text-muted); line-height: 1.75; }
.prnc6np .n7w5,
.zro2honz .n7w5,
.glkedoqn .n7w5,
.b15b .n7w5 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.brq4b { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.j5ei { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.sgf6 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.bknpg { margin-top: 12px; }
.bu1hksh { 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; }
.bu1hksh:hover { border-bottom-color: var(--accent); }
.eoige { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.eoige img { width: 100%; height: 100%; object-fit: cover; display: block; }
.kqo4h2d { border-radius: 50%; }
.gueb6 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.mnv8e2 { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .qa2f { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.iwsoj9o .sgf6, .iwsoj9o .j5ei { max-width: 640px; }
.zk3e .brq4b { font-size: 1.6rem; margin-top: 18px; }
.fj6uxn6 .sgf6 { margin-bottom: 28px; }
@media (max-width: 860px) { .fz04wu { grid-template-columns: 1fr; } .zk3e { position: static; text-align: center; } }
.ewo2 .eoige { margin: 0 auto 18px; }
.ewo2 .gueb6 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .kz58g5yn { grid-template-columns: 1fr; } }
.vel5b { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.jxwv10vi { flex: 1; }
.vel5b .brq4b { font-size: 1.6rem; margin-bottom: 6px; }
.gxk17ec { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.b15b { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.g7rmtyl { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.b15b p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.b15b .n7w5 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .vel5b { flex-direction: column; text-align: center; } .gxk17ec { grid-template-columns: 1fr; } }
.jae9 .brq4b { font-size: 1.35rem; margin: 0 0 4px; }
.jae9 .gueb6 { margin: 0; }
.pwmvd { max-width: 760px; margin: 0 auto; }
.g22vw { position: relative; padding-left: 28px; }
.g22vw::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.xm7elgt0 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.xm7elgt0:last-child { padding-bottom: 0; }
.yk165917 { 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; }
.nb9emuzj h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.nb9emuzj p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.w54w5nr .qf1u { color: var(--accent-light); }
.hsi86 .qf1u { font-size: 2rem; }
.hsi86 .grrrhngy { max-width: 680px; }
.pigg42d .qf1u { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.pigg42d .grrrhngy  { margin: 0; }
@media (max-width: 640px) { .pigg42d { flex-direction: column; } }
.g1w2ye .qf1u { color: var(--accent-light); }
.yy1zd {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.yy1zd .qf1u { color: #fff; }
.yy1zd .grrrhngy  { color: rgba(255,255,255,0.85); }
.vidl8ws { max-width: 680px; margin: 0 auto; }
.aj2mr6 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .aj2mr6 { grid-template-columns: 1fr; } }
.ery7w { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.ery7w .jrrqcb {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.ery7w .jrrqcb:focus { border-bottom-color: var(--accent); box-shadow: none; }
.yhhbf2 .jrrqcb { background: var(--bg-raised); border-color: transparent; }
.yhhbf2 .jrrqcb:focus { background: var(--bg-card); border-color: var(--accent); }
.x1jbe44k .jrrqcb { border-radius: 100px; padding: 11px 20px; }
.x1jbe44k .f5fy1t02 { border-radius: 14px; }
@media (max-width: 640px) { .o9259efv { grid-template-columns: 1fr; } }
.nnaj { counter-reset: priv-count; }
.kqbv43z {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.kqbv43z:last-child { border-bottom: none; }
.danysz0l {
  font-size: 2.4rem; font-weight: 800; color: var(--accent);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.kqbv43z h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.kqbv43z p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.nhcwx { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.nhcwx li { margin-bottom: 6px; }
.ucaeiak{display:none}
.ucaeiak:empty,.ksfbga:empty{display:none}
.jheai{position:relative;overflow:visible}
.z5in .ygoxr,.zbjrb .ygoxr,
.jui54g .ygoxr,.ohxdjcr1 .ygoxr,
.wxyywj .ygoxr,.mcuzaymv .ygoxr{display:block}
.lau2nt3 .zkkus{display:block}
.z5in .ygoxr,.zbjrb .ygoxr,
.jui54g .ygoxr,.ohxdjcr1 .ygoxr,
.wxyywj .ygoxr{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}
.z5in .ygoxr .ksfbga,.zbjrb .ygoxr .ksfbga,
.jui54g .ygoxr .ksfbga,.ohxdjcr1 .ygoxr .ksfbga,
.wxyywj .ygoxr .ksfbga{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}
.z5in .v67i0,.zbjrb .v67i0,
.jui54g .v67i0,.ohxdjcr1 .v67i0,
.wxyywj .v67i0{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.z5in .ygoxr,.zbjrb .ygoxr{top:12px}
.z5in .ygoxr .ksfbga{margin-right:auto}
.zbjrb .ygoxr .ksfbga{margin-left:auto}
.zbjrb .ygoxr{text-align:right}
.jui54g .ygoxr,.ohxdjcr1 .ygoxr{bottom:12px}
.jui54g .ygoxr .ksfbga{margin-right:auto}
.ohxdjcr1 .ygoxr .ksfbga{margin-left:auto}
.ohxdjcr1 .ygoxr{text-align:right}
.wxyywj .ygoxr{position:relative;margin-top:16px}
.wxyywj .ygoxr .ksfbga{margin:0 auto}
.mcuzaymv .ygoxr{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.mcuzaymv .ygoxr .ksfbga{margin:0}
.mcuzaymv .n1nd~.ygoxr,
.mcuzaymv .ea1v~.ygoxr{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.mcuzaymv .n1nd~.ygoxr .ksfbga,
.mcuzaymv .ea1v~.ygoxr .ksfbga{justify-content:flex-start}
.n1nd~.ygoxr,.ea1v~.ygoxr{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}
.n1nd~.ygoxr .ksfbga{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ea1v~.ygoxr .ksfbga{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.zkkus .ksfbga{margin:0 0 12px}
.ksfbga{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.cofr2dju{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.oabpjb{font-weight:600;color:var(--text-heading);opacity:1}
.kdzc4::before{content:"·";margin:0 2px;opacity:.5}
.v67i0{white-space:nowrap}
.lgrii .cofr2dju{display:none}
.s0gr1a4 .v67i0{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.s0gr1a4 .kdzc4::before{content:""}
.f7srj .v67i0{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}
.f7srj .kdzc4::before{content:""}
.qw0i .ksfbga{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.j5x9z .v67i0{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.j5x9z .kdzc4::before{content:""}
.sw6cfk .v67i0{color:var(--accent);opacity:1;font-weight:500}
.ebat .v67i0{border-bottom:1px solid currentColor;padding-bottom:2px}
.t3j5kwky .ksfbga{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.tbewn{--date-bg:transparent}
.m796w .kdzc4::before{content:""}
.mnbcsyx .kdzc4::before{content:"•";opacity:.4}
.mnbcsyx .v67i0 + .v67i0::before{content:"•";margin-right:6px;opacity:.4}
.eushg .kdzc4::before{content:"/";opacity:.35}
.eushg .v67i0 + .v67i0::before{content:"/";margin-right:6px;opacity:.35}
.oowvce .kdzc4::before{content:"|";opacity:.3}
.oowvce .v67i0 + .v67i0::before{content:"|";margin-right:6px;opacity:.3}
.h2rm .kdzc4::before{content:"—";opacity:.3}
.h2rm .v67i0 + .v67i0::before{content:"—";margin-right:6px;opacity:.3}
.uy0ryx .kdzc4::before{content:"◆";font-size:.5em;opacity:.35}
.uy0ryx .v67i0 + .v67i0::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.kr6n .kdzc4::before{content:"·";opacity:.4}
.kr6n .v67i0 + .v67i0::before{content:"·";margin-right:6px;opacity:.4}
.sv6j04 .kdzc4::before{content:"›";opacity:.4}
.sv6j04 .v67i0 + .v67i0::before{content:"›";margin-right:6px;opacity:.4}
.uowrysu .kdzc4::before{content:"→";opacity:.35;font-size:.85em}
.uowrysu .v67i0 + .v67i0::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.ay0pg .i8e5ifb{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .i8e5ifb{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .dmrlsz3{max-width:100%}
}
:root {
  --accent:          #9a2198;
  --brand:           #9a2198;
  --brand-light:     #d046ce;
  --brand-pale:      #d178d0;
  --grad-start:      #450f45;
  --grad-end:        #841c83;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #9a2198;
  --cta-light:       #cd3aca;
  --cta-hover:       #bb28b9;
  --bg-page:         #110c11;
  --bg-surface:      #1a131a;
  --bg-card:         #201720;
  --bg-card-inner:   #291d29;
  --bg-raised:       #2f222f;
  --bg-hover:        #352635;
  --border:          #422d42;
  --border-alt:      #563856;
  --border-section:  #422d42;
  --text-primary:    #e7e3e7;
  --text-muted:      #ac9eac;
  --text-body:       #cfc8cf;
  --text-sub:        #ac9eac;
  --text-faint:      #7b697b;
  --text-dim:        #60525f;
  --text-label:      #958394;
  --text-value:      #c4bac4;
  --accent-bg:       #291328;
  --accent-bg-light: #401b3f;
  --bg-tip:          #162624;
  --bg-warning:      #272115;
  --bg-info:         #161826;
  --bg-pros:         #162624;
  --bg-cons:         #261619;
  --c-pros:          #81ede0;
  --c-cons:          #e68996;
  --c-pros-label:    #55e7d6;
  --c-tip-border:    #35e2ce;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #81ede0;
}
:root { --logo-bg-opacity: 67%; }
body, button, input { font-family: "Inter", sans-serif; }
.zp9luz .dfoz4kd { font-size: 0; width: 1.2rem; flex-shrink: 0; }.zp9luz .dfoz4kd::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.zp9luz .pgkl7     .dfoz4kd::before { content: "";  color: var(--c-tip-border); }.zp9luz .tqzm3p .dfoz4kd::before { content: ""; color: var(--c-warn-border); }.zp9luz .hpik    .dfoz4kd::before { content: ""; color: #60a5fa; }.nvnnq .zp9luz .pgkl7     .dfoz4kd::before { color: #10b981; }.nvnnq .zp9luz .tqzm3p .dfoz4kd::before { color: #f43f5e; }.nvnnq .zp9luz .hpik    .dfoz4kd::before { color: #a855f7; }.xtlk2r  .zp9luz .pgkl7     .dfoz4kd::before { color: #eab308; }.xtlk2r  .zp9luz .tqzm3p .dfoz4kd::before { color: #ef4444; }.xtlk2r  .zp9luz .hpik    .dfoz4kd::before { color: #f97316; }.ja9imn  .zp9luz .pgkl7     .dfoz4kd::before { color: #38bdf8; }.ja9imn  .zp9luz .tqzm3p .dfoz4kd::before { color: #818cf8; }.ja9imn  .zp9luz .hpik    .dfoz4kd::before { color: #2dd4bf; }.beg193d9 .zp9luz .dfoz4kd::before { color: var(--accent-light) !important; }
.rto81nds .bs70v7h2, .rto81nds .n1nd { min-height: 520px; }
.mxytge4y .lj881t::after,.mxytge4y .eltwn::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; }
.aa98u4w::before { content: '◆'; font-size: 0.5em; }