:root {
  --color-accent: #3fc147;
  --font-family: Inter;
  --font-weight-body: 400;
  --radius-card: 12px;
  --radius-button: 8px;
  --spacing-section: 4rem;
  --spacing-content: 1100px;
}
:root {
  
  --bg-page:        #0f1117;
  --bg-surface:     #151929;
  --bg-card:        #1a1f2e;
  --bg-card-inner:  #242938;
  --bg-raised:      #2d3748;
  --bg-hover:       #1e2638;
  
  --border:         #1e2535;
  --border-alt:     #2d3748;
  --border-section: #374151;
  
  --text-primary:   #e2e8f0;
  --text-muted:     #94a3b8;
  --text-body:      #cbd5e1;
  --text-sub:       #a0aec0;
  --text-faint:     #6b7280;
  --text-dim:       #4b5563;
  --text-label:     #8892a4;
  --text-value:     #c9d1e0;
  
  --bg-tip:         #1a2e1a;
  --bg-warning:     #2d1f0e;
  --bg-info:        #1a1f2e;
  --bg-pros:        #1a2e1a;
  --bg-cons:        #2d1a1a;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: system-ui, sans-serif;
  background: var(--bg-page);
  color: var(--text-primary);
  line-height: 1.7;
}
.v8x6wvi {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.vtpdq7 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.z9ee7v {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.zm8o8yjm { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.rg3mxr8i { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.rg3mxr8i a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.rg3mxr8i a:hover { color: var(--accent-light); }
.drxk     .xax9 { border-radius: 24px; padding: 8px; }
.drxk .xax9 li a { border-radius: 16px; }
.lcgs  .xax9 li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .xax9 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .l2mngzk:hover .xax9,
  .l2mngzk:focus-within .xax9 { display: block; }
  .xax9 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.y3m3142 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.ujoclb1 { display: none; }
@media (max-width: 640px) {
  .ujoclb1 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .ujoclb1.kt02jes { display: block; }
}
@media (max-width: 640px) {
  .y3m3142 { display: block; }
  .rg3mxr8i > li + li::before { display: none !important; }
  .rg3mxr8i {
    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;
  }
  .rg3mxr8i.kt02jes { display: flex; }
  .rg3mxr8i li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .rg3mxr8i li:last-child a { border-bottom: none; }
}
.ve8iqw { min-height: 480px; }
.bkvg3 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ijymtp5 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ejggc .ijymtp5 { margin-left: 0; margin-right: 0; }
.xbzdh {
  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;
}
.ckqo8 .xbzdh { margin-top: 24px; }
.xbzdh:hover { opacity: 0.88; }
.cc8bl .k0c7 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.cc8bl .bkvg3 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.cc8bl .ijymtp5 { color: #e2e8f0; }
.cc8bl.uiumxf .k0c7 { text-align: center; }
.cc8bl.ejggc   .k0c7 { text-align: left; }
.wtuectj {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.wtuectj .k0c7 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.wtuectj .bkvg3 { color: var(--text-primary); text-shadow: none; }
.wtuectj .ijymtp5 { color: var(--text-muted); }
.wtuectj .xbzdh { margin-top: 16px; }
.wtuectj, .wtuectj.ve8iqw { min-height: auto !important; }
.wtuectj.uiumxf .k0c7 { text-align: center; }
.wtuectj.ejggc   .k0c7 { text-align: left; }
.wtuectj~.oefosc{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}
.wtuectj~.oefosc .j40ua0f{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; }
}
.d7vhbtj .u23lh4,
.d7vhbtj .jazf4s {
  animation: hg-breathe 10s ease-in-out infinite;
}
@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; }
}
.d7vhbtj .cc8bl .adgkao6t {
  animation: hg-breathe 10s ease-in-out infinite;
}
.u23lh4 .bkvg3 { color: #fff; }
.u23lh4 .ijymtp5 { color: rgba(255,255,255,0.85); }
.d7vhbtj .lba4pr61 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.lba4pr61 .bkvg3 { text-shadow: none; color: var(--text-primary); }
.lba4pr61 .ijymtp5 { color: var(--text-muted); }
body.a06yykv .bkvg3 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ubwkza5 .bkvg3 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ve8iqw.u23lh4 .bkvg3,
section.u23lh4 .bkvg3 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.lba4pr61.uiumxf .bd7pc4dm { align-items: center; text-align: center; }
.ve8iqw .s1mgxbrx {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.s1mgxbrx .hg9f7ij0 {
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-areas:
    "rank"
    "logo"
    "name"
    "rating"
    "bonus"
    "cta" !important;
  row-gap: 10px !important;
  column-gap: 0 !important;
  padding: 16px 18px 18px !important;
  font-size: 0.95rem;
  align-items: center;
  text-align: center;
}
.s1mgxbrx .hg9f7ij0::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.s1mgxbrx .f7i8vm4q { display: contents !important; }
.s1mgxbrx .f7i8vm4q .jtuuj2 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.s1mgxbrx .f7i8vm4q .v9nkc { max-height: 48px; max-width: 96px; }
.s1mgxbrx .f7i8vm4q .d1frttk4 {
  display: block !important;
  grid-area: name;
  text-align: center; font-size: 1rem; font-weight: 700;
  line-height: 1.15; min-width: 0; max-width: 100%;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  overflow-wrap: normal; word-break: normal; hyphens: none;
}
.s1mgxbrx .t1ei {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.s1mgxbrx .qgu8j580 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.s1mgxbrx .dpo3jb { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.s1mgxbrx .dpo3jb small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.s1mgxbrx .f66tl { display: contents !important; }
.s1mgxbrx .f66tl .gwmge:not(.i0bi) { display: none !important; }
.s1mgxbrx .f66tl .i0bi {
  grid-area: bonus;
  background: var(--accent-bg, rgba(0,0,0,.04)) !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  flex-direction: column !important; align-items: center; gap: 2px;
  min-width: 0; max-width: 100%; text-align: center;
}
.s1mgxbrx .f66tl .i0bi .pxbb {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.s1mgxbrx .f66tl .i0bi .i9lk0 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.s1mgxbrx .fhnh { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.s1mgxbrx .fhnh.nukfb {
  padding: 10px 14px !important; font-size: 0.88rem !important;
  font-weight: 700;
  background: var(--cta) !important; color: #fff !important;
  border: none !important;
  display: flex; align-items: center; justify-content: center;
}
.s1mgxbrx .fhnh.nukfb:hover { opacity: 0.85; }
.s1mgxbrx .hg9f7ij0,
.s1mgxbrx .hg9f7ij0:hover,
.s1mgxbrx .hg9f7ij0:nth-child(even),
.s1mgxbrx .hg9f7ij0:nth-child(odd),
.s1mgxbrx .hg9f7ij0:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.xy2ot .k0c7 { padding-bottom: 24px; }
.ckqo8 .k0c7 { max-width: 1100px; }
@media (max-width: 700px) {
  .lba4pr61 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .lba4pr61:not(.cf637i) .idlco4x0 { display: none !important; }
  .cf637i .idlco4x0 { padding: 16px; }
  .bd7pc4dm  { padding: 36px 24px; }
  .lba4pr61~.oefosc,.asb73s~.oefosc{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .ve8iqw, .lba4pr61 { min-height: 320px !important; }
  .bkvg3 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .qi8nt,
  .tubd3,
  .h3vyvrnc { grid-template-columns: 1fr !important; }

  

  
  .xy2ot { display: flex !important; flex-direction: column !important; }
  .xy2ot .k0c7 { display: contents; }
  .xy2ot .adgkao6t { order: 0; }
  .xy2ot .bkvg3 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .xy2ot .qi8nt { order: 2; padding: 0 16px 12px !important; }
  .xy2ot .ijymtp5 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .ckqo8 .k0c7 { display: flex; flex-direction: column; }
  .ckqo8 .k0c7 .bkvg3 { order: 1; }
  .ckqo8 .k0c7 .h3vyvrnc { order: 2; margin: 8px 0 24px !important; }
  .ckqo8 .k0c7 .ijymtp5 { order: 3; }
  .ckqo8 .k0c7 .xbzdh { order: 4; align-self: center; margin-top: 0; }

  
  .lba4pr61.cf637i {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .lba4pr61.cf637i .bd7pc4dm { display: contents; padding: 0; }
  .lba4pr61.cf637i .bd7pc4dm .bkvg3 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .lba4pr61.cf637i .idlco4x0 { order: 2; padding: 12px 16px; }
  .lba4pr61.cf637i .bd7pc4dm .ijymtp5 { order: 3; padding: 0 24px; margin: 0 auto; }
  .lba4pr61.cf637i .bd7pc4dm .xbzdh { order: 4; align-self: center; margin: 8px 0 32px; }
}
.o026 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.j6u2f74 { width: 100%; height: auto; display: block; border-radius: 10px; }
.aaj1i7 .o026        { border-radius: 16px; }
.aaj1i7 .j6u2f74  { border-radius: 16px; }
.bjp0ja .o026         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.bjp0ja .j6u2f74   { border-radius: 8px; }
.cko1420 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ho19k { width: 100%; padding: 32px 0; position: relative; }
.s6yc6cu { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.x5f3kv .ho19k:nth-child(even) { background: var(--bg-surface); }
.x5f3kv .ho19k:nth-child(odd)  { background: var(--bg-page); }
.tfuo .ho19k:nth-child(even) { background: var(--bg-card); }
.tfuo .ho19k:nth-child(odd)  { background: var(--bg-page); }
.x5f3kv .ho19k:nth-child(odd)  .s6yc6cu { background: var(--bg-card); border-radius: 6px; }
.x5f3kv .ho19k:nth-child(even) .s6yc6cu { background: var(--bg-raised); border-radius: 6px; }
.tfuo .ho19k:nth-child(odd)  .s6yc6cu { background: var(--bg-card); border-radius: 6px; }
.tfuo .ho19k:nth-child(even) .s6yc6cu { background: var(--bg-raised); border-radius: 6px; }
.x5f3kv .ho19k:nth-child(even) .b1b0bdy .kxee1,
.tfuo .ho19k:nth-child(even) .b1b0bdy .kxee1 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.x5f3kv .ho19k:nth-child(odd) .b1b0bdy .kxee1,
.tfuo .ho19k:nth-child(odd) .b1b0bdy .kxee1 { background: var(--bg-card-inner); }
.x5f3kv .ho19k:nth-child(even) .mj20mba6 .kxee1:nth-child(odd),
.tfuo .ho19k:nth-child(even) .mj20mba6 .kxee1:nth-child(odd)  { background: var(--bg-card); }
.x5f3kv .ho19k:nth-child(even) .mj20mba6 .kxee1:nth-child(even),
.tfuo .ho19k:nth-child(even) .mj20mba6 .kxee1:nth-child(even) { background: var(--bg-card-inner); }
h1.j3ufe { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.j3ufe {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.tjentu { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.czp61dra h2.j3ufe {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.j57n h2.j3ufe {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.rfmtdw h2.j3ufe {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.n8p42d0 h2.j3ufe::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.cz4mxhwi h2.j3ufe {
  color: var(--text-primary); font-size: 1.7rem;
}
.vlppoj h2.j3ufe::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ko4ia h2.j3ufe {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .s99tj36 { display: none; } }
.bdzrl6 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.bgb27hp { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.e2191iab {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.n2a8tpd { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.k69rtfye { padding-left: 20px; }
.k69rtfye li { margin-bottom: 6px; }
.k69rtfye a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.k69rtfye a:hover { color: var(--accent-light); }
.d9o2ke .n2a8tpd { display: none; }
.v96j .n2a8tpd { display: none; }
.v96j .k69rtfye { padding-left: 0; list-style: none; }
.v96j .k69rtfye li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.v96j .k69rtfye a { font-size: 0.92rem; }
.r2bievl .e2191iab { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.r2bievl .n2a8tpd { display: none; }
.r2bievl .k69rtfye { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.r2bievl .k69rtfye li { margin-bottom: 0; }
.r2bievl .k69rtfye 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;
}
.r2bievl .k69rtfye a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.gufne .e2191iab { padding: 20px 20px 16px; }
.gufne .k69rtfye {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.gufne .k69rtfye li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.gufne .k69rtfye 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;
}
.gufne .k69rtfye 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;
}
.gufne .k69rtfye a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.gufne .k69rtfye a:focus,
.gufne .k69rtfye a:focus-visible,
.gufne .k69rtfye a:target { outline: none; }
.gufne .k69rtfye li:target a { border-color: var(--border); color: var(--text-muted); }
.xuvv .e2191iab { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.xuvv .n2a8tpd { display: none; }
.xuvv .k69rtfye { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.xuvv .k69rtfye li { counter-increment: toc-n; margin-bottom: 0; }
.xuvv .k69rtfye a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.xuvv .k69rtfye a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.xuvv .k69rtfye a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.nagc7sh1 .e2191iab { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.nagc7sh1 .n2a8tpd { display: none; }
.nagc7sh1 .k69rtfye { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.nagc7sh1 .k69rtfye li { margin-bottom: 0; }
.nagc7sh1 .k69rtfye a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.nagc7sh1 .k69rtfye a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.p3lgl3lk .e2191iab { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.p3lgl3lk .n2a8tpd { display: none; }
.p3lgl3lk .k69rtfye { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.p3lgl3lk .k69rtfye li { margin-bottom: 0; }
.p3lgl3lk .k69rtfye li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.p3lgl3lk .k69rtfye li:last-child::after { content: ""; margin-right: 0; }
.p3lgl3lk .k69rtfye a { font-size: 0.9rem; }
.kxee1 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.b1b0bdy .kxee1 { background: var(--bg-card); }
.mj20mba6 .kxee1:nth-child(odd)  { background: var(--bg-card); }
.mj20mba6 .kxee1:nth-child(even) { background: var(--bg-raised); }
.lwxh .kxee1 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.lwxh .kxee1:last-child { border-bottom: none; }
.lwxh h3.tjentu { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.r110kjno .kxee1 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.r110kjno .kxee1 + .kxee1 { margin-top: 4px; }
.j8rzuy .kxee1 { background: none; border-radius: 0; padding: 12px 0; }
.j8rzuy .kxee1 + .kxee1 { border-top: 1px solid var(--border-section); }
.i2z8jl4h { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.dh3mn { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.bqoib { color: var(--text-body); margin-bottom: 10px; }
.b4lq4, .x0tg6pyl { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.b4lq4 li, .x0tg6pyl li { margin-bottom: 6px; }
.x0tg6pyl li { list-style: decimal; }
.rdnpp8i     .b4lq4 { list-style-type: "● "; }
.h1ufh8ri  .b4lq4 { list-style-type: "■ "; }
.andgi6wu .b4lq4 { list-style-type: "◆ "; }
.pkm8fll4    .b4lq4 { list-style-type: "★ "; }
.rdnpp8i     .tvb8h3n { list-style-type: "● "; }
.h1ufh8ri  .tvb8h3n { list-style-type: "■ "; }
.andgi6wu .tvb8h3n { list-style-type: "◆ "; }
.pkm8fll4    .tvb8h3n { list-style-type: "★ "; }
.rdnpp8i    .b4lq4 li::marker, .rdnpp8i    .tvb8h3n li::marker,
.h1ufh8ri .b4lq4 li::marker, .h1ufh8ri .tvb8h3n li::marker,
.andgi6wu .b4lq4 li::marker, .andgi6wu .tvb8h3n li::marker,
.pkm8fll4   .b4lq4 li::marker, .pkm8fll4   .tvb8h3n li::marker {
  color: var(--cta); font-size: 1em;
}
.rdnpp8i .x0tg6pyl,
.h1ufh8ri .x0tg6pyl,
.andgi6wu .x0tg6pyl,
.pkm8fll4 .x0tg6pyl {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.rdnpp8i .x0tg6pyl li,
.h1ufh8ri .x0tg6pyl li,
.andgi6wu .x0tg6pyl li,
.pkm8fll4 .x0tg6pyl li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.rdnpp8i .x0tg6pyl li::before,
.h1ufh8ri .x0tg6pyl li::before,
.andgi6wu .x0tg6pyl li::before,
.pkm8fll4 .x0tg6pyl 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;
}
.rdnpp8i     .x0tg6pyl li::before { border-radius: 50%; }
.h1ufh8ri  .x0tg6pyl li::before { border-radius: 3px; }
.andgi6wu .x0tg6pyl li::before { border-radius: 3px; }
.pkm8fll4    .x0tg6pyl li::before { border-radius: 50%; }
.tbgyvd { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.fpbbn7qr .tbgyvd,
.tuv5 .tbgyvd { background: transparent; border: none; border-radius: 0; }
.i5q2wv { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.i5q2wv th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.i5q2wv td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.i5q2wv tr:hover td { background: var(--bg-hover); }
.nmi3on7 .i5q2wv tbody tr:nth-child(even) td { background: var(--bg-surface); }
.papg .i5q2wv { border: 1px solid var(--border-alt); }
.papg .i5q2wv th,
.papg .i5q2wv td { border: 1px solid var(--border-alt); }
.xo2vp .i5q2wv th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.xo2vp .i5q2wv td { border-bottom: none; }
.xo2vp .i5q2wv tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.o78a1z .i5q2wv th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.p0yz .tbgyvd {
  overflow: hidden;
}
.p0yz .i5q2wv th { border-bottom: 1px solid var(--border-alt); }
.p0yz .i5q2wv tr:last-child td { border-bottom: none; }
.rv7r30ym { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.osxu { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.daw68 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.xk7mdojd { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.gpg3z { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.tvb8h3n { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.tvb8h3n li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.u852y6et .xk7mdojd { background: transparent; text-align: center; }
.bd5eb .daw68 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.awlj .daw68 {
  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);
}
.xaby3m .osxu { display: grid; grid-template-columns: auto 1fr; }
.xaby3m .daw68 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.xaby3m .xk7mdojd { grid-column: 2; }
.xaby3m .gpg3z,
.xaby3m .tvb8h3n { grid-column: 1 / -1; }
.uz847ux9 .osxu { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.uz847ux9 .daw68 {
  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);
}
.uz847ux9 .xk7mdojd { grid-column: 2; }
.uz847ux9 .gpg3z,
.uz847ux9 .tvb8h3n { grid-column: 1 / -1; }
.pijyzsv .osxu { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.pijyzsv .xk7mdojd { background: none; color: var(--accent-light); font-weight: 700; }
.bdefiixj .osxu { 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); }
.bdefiixj .xk7mdojd { background: none; color: var(--accent-light); font-weight: 700; }
.nam3n6 .osxu { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.nam3n6 .osxu:last-child { border-bottom: none; }
.nam3n6 .xk7mdojd { background: none; color: var(--accent-light); font-weight: 700; }
.lznc .osxu { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.lznc .xk7mdojd { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.i6e2a .rv7r30ym { counter-reset: card-n; }
.i6e2a .osxu  { counter-increment: card-n; }
.i6e2a .xk7mdojd { display: flex; align-items: center; gap: 10px; }
.i6e2a .xk7mdojd::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;
}
.kk7tzb .osxu { background: var(--bg-surface); border: 1px solid var(--border); }
.kk7tzb .xk7mdojd { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.d7olpzvk { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.d7olpzvk         { --cl-hue: var(--accent); }
.gnrkwhm     { --cl-hue: #16a34a; }
.iek1 { --cl-hue: #ea580c; }
.a1krvd4    { --cl-hue: #2563eb; }
.gnrkwhm, .iek1, .a1krvd4, .kahiy4 {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.ndxxq { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.ndxxq::before { color: var(--cl-hue); }
.d7olpzvk strong { color: var(--text-primary); font-size: 0.95rem; }
.d7olpzvk p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.jf965z { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.cxlq9, .r44n { border-radius: 8px; padding: 14px; }
.cxlq9 { background: var(--bg-pros); }
.r44n { background: var(--bg-cons); }
.kl6mioy { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.cxlq9 .kl6mioy { color: var(--c-pros-label); }
.r44n .kl6mioy { color: #f87171; }
.cxlq9 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.r44n ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.j6u2f74 { width: 100%; height: auto; border-radius: 10px; display: block; }
.nukfb {
  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;
}
.nukfb:hover { opacity: 0.85; }
.oqey3 .nukfb  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.oqey3 .nukfb:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.qk40 .nukfb  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.qk40 .nukfb:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.oqey3 .fhnh.nukfb, .qk40 .fhnh.nukfb,
.oqey3 .lg15st .nukfb, .qk40 .lg15st .nukfb {
  background: var(--cta); border: none; color: #fff;
}
.oqey3 .fhnh.nukfb:hover, .qk40 .fhnh.nukfb:hover,
.oqey3 .lg15st .nukfb:hover, .qk40 .lg15st .nukfb:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.am36j .xbzdh { border-radius: 50px; }
.am36j .nukfb  { border-radius: 50px; }
.qscj .xbzdh,
.qscj .nukfb { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.qscj .xbzdh:hover,
.qscj .nukfb:hover { filter: brightness(1.08); opacity: 1; }
.gk8nwbm .xbzdh,
.gk8nwbm .nukfb { box-shadow: 0 3px 14px -2px var(--cta); }
.gk8nwbm .xbzdh:hover,
.gk8nwbm .nukfb:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.ip6juo9 .xbzdh,
.ip6juo9 .nukfb { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.ip6juo9 .xbzdh:hover,
.ip6juo9 .nukfb:hover { opacity: 1; }
.ip6juo9 .xbzdh:active,
.ip6juo9 .nukfb:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.wccjofoc .xbzdh,
.wccjofoc .nukfb { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.wccjofoc .xbzdh:hover,
.wccjofoc .nukfb:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.wccjofoc .xbzdh:active,
.wccjofoc .nukfb:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.fn7qhjr .xbzdh,
.fn7qhjr .nukfb { position: relative; overflow: hidden; }
.fn7qhjr .xbzdh::before,
.fn7qhjr .nukfb::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.fn7qhjr .xbzdh:hover::before,
.fn7qhjr .nukfb:hover::before { left: 135%; }
.q00bt9u .xbzdh,
.q00bt9u .nukfb { border-radius: 0; }
.t92e .xbzdh { padding-left: 22px; padding-right: 22px; }
.t92e .nukfb  { padding-left: 12px; padding-right: 12px; }
.qk5eyeiy .xbzdh { padding-left: 44px; padding-right: 44px; }
.qk5eyeiy .nukfb  { padding-left: 24px; padding-right: 24px; }
.daqzm3 .xbzdh { padding-left: 56px; padding-right: 56px; }
.daqzm3 .nukfb  { padding-left: 32px; padding-right: 32px; }
.mveutugd   .xbzdh::after, .mveutugd   .nukfb::after,
.ga3k .xbzdh::after, .ga3k .nukfb::after,
.wp1tgz    .xbzdh::after, .wp1tgz    .nukfb::after,
.t8m493ly    .xbzdh::after, .t8m493ly    .nukfb::after,
.uyoi    .xbzdh::after, .uyoi    .nukfb::after,
.ob8k     .xbzdh::after, .ob8k     .nukfb::after,
.y4gj57    .xbzdh::after, .y4gj57    .nukfb::after,
.qr0py   .xbzdh::after, .qr0py   .nukfb::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;
}
.mveutugd .xbzdh::after, .mveutugd .nukfb::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");
}
.ga3k .xbzdh::after, .ga3k .nukfb::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");
}
.wp1tgz .xbzdh::after, .wp1tgz .nukfb::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");
}
.t8m493ly .xbzdh::after, .t8m493ly .nukfb::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");
}
.uyoi .xbzdh::after, .uyoi .nukfb::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");
}
.ob8k .xbzdh::after, .ob8k .nukfb::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");
}
.y4gj57 .xbzdh::after, .y4gj57 .nukfb::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");
}
.qr0py .xbzdh::after, .qr0py .nukfb::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");
}
.qxxu   .cjc9m::after, .qxxu   .g3768::after,
.i5uufr .cjc9m::after, .i5uufr .g3768::after,
.nfal6y    .cjc9m::after, .nfal6y    .g3768::after,
.c1btdh3    .cjc9m::after, .c1btdh3    .g3768::after,
.rlm5zkn    .cjc9m::after, .rlm5zkn    .g3768::after,
.xma9jou     .cjc9m::after, .xma9jou     .g3768::after,
.opmh    .cjc9m::after, .opmh    .g3768::after,
.z5zgjps   .cjc9m::after, .z5zgjps   .g3768::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;
}
.qxxu .cjc9m::after, .qxxu .g3768::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");
}
.i5uufr .cjc9m::after, .i5uufr .g3768::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");
}
.nfal6y .cjc9m::after, .nfal6y .g3768::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");
}
.c1btdh3 .cjc9m::after, .c1btdh3 .g3768::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");
}
.rlm5zkn .cjc9m::after, .rlm5zkn .g3768::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");
}
.xma9jou .cjc9m::after, .xma9jou .g3768::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");
}
.opmh .cjc9m::after, .opmh .g3768::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");
}
.z5zgjps .cjc9m::after, .z5zgjps .g3768::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");
}
.xmta7ln {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  max-width: 100%; box-sizing: border-box;
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
  overflow-x: clip;
  counter-reset: cs-rank;
}
.hg9f7ij0 {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px;
  padding: 18px 22px;
  display: grid;
  
  grid-template-columns: auto auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
  max-width: 100%;
  counter-increment: cs-rank;
  transition: background .15s, box-shadow .15s, border-color .15s;
}
.hg9f7ij0 > * { min-width: 0; }
.hg9f7ij0:hover { background: var(--bg-hover); }
.hg9f7ij0 > [itemprop="item"] { display: contents; }
.hg9f7ij0 [itemprop="itemReviewed"],
.hg9f7ij0 [itemprop="reviewRating"] { display: none; }
.hg9f7ij0::before {
  content: counter(cs-rank);
  grid-column: 1;
  font-size: 1.4rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; width: 28px; text-align: center;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.f7i8vm4q {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.jtuuj2 {
  background: var(--accent-bg);
  border-radius: 10px; padding: 6px 10px;
  display: flex; align-items: center; justify-content: center;
  width: 130px; height: 64px; flex-shrink: 0;
}
.v9nkc { max-height: 52px; max-width: 110px; object-fit: contain; }
.d1frttk4 {
  font-weight: 700; font-size: 1rem;
  color: var(--text-primary); line-height: 1.2;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; hyphens: auto;
}
.iqyiz .jtuuj2    { background: #1a1a1a; }
.qe8t .jtuuj2   { background: rgba(128,128,128,.12); }
.rvffj .jtuuj2 { background: var(--bg-raised); }
.yrbf8u8e .jtuuj2    { background: transparent; padding: 0; }
.t1ei {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.qgu8j580 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.dpo3jb { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.f66tl {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.gwmge {
  background: var(--accent-bg, rgba(0,0,0,.04));
  border-radius: 10px;
  padding: 10px 12px;
  display: flex; flex-direction: column; align-items: center;
  gap: 4px; min-width: 0;
  text-align: center; line-height: 1.25;
}
.pxbb {
  
  color: var(--text-muted);
  opacity: 0.65;
  font-size: .72rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .06em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 100%;
}
.i9lk0 {
  
  color: var(--accent);
  font-weight: 800; font-size: 1rem; line-height: 1.25;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; word-break: break-word;
}
.fhnh {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.fhnh.nukfb {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .hg9f7ij0 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .hg9f7ij0::before    { grid-area: rank;   }
  .f7i8vm4q           { grid-area: ident;  }
  .t1ei     { grid-area: rating; min-width: 0; width: auto; }
  .f66tl           { grid-area: pills;  }
  .fhnh             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .hg9f7ij0 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .hg9f7ij0::before    { justify-self: center; }
  .f7i8vm4q           { width: 100%; }
  .t1ei     { justify-self: center; }
  .f66tl           { grid-template-columns: 1fr; }
}
@media (max-width: 560px) { .ve3rk1 { padding: 10px 16px; gap: 6px 16px; } }
.lg15st .nukfb { white-space: nowrap; }
@media (max-width: 560px) {
  .b9723b { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .bjbmomrz { order: 1; }
  .lg15st { order: 2; margin-left: auto; align-self: center; }
  .bzazd { order: 3; flex: 1 1 100%; min-width: 0; }
}
@media (min-width: 860px) {
  .cylw .lyld0rbu {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .cylw .ju4dz { margin: 0; }
}
.tuv5 .jf965z { gap: 10px; }
.tuv5 .cxlq9, .tuv5 .r44n { padding: 12px; }
.tuv5 .cxlq9 ul, .tuv5 .r44n ul { margin: 4px 0 0; padding-left: 18px; }
.tuv5 .cxlq9 li, .tuv5 .r44n li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .mdqg7 { grid-template-columns: 1fr; }
  .eww3i { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .eww3i .k377b { width: 72px; height: 50px; }
  .eww3i .imx6tzlo { max-width: 180px; }
  .eww3i .ruct6mkh { width: auto; }
}
@media (max-width: 720px) {
  .zmqo4xz5 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .jhg6rq7d { padding: 16px; }
  .g1ob .kbvp { min-width: 50%; }
}
.gqjw27j .jf965z { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .lv2ot { grid-template-columns: 1fr; }
  .o7d291xw { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ozuo { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ksd4dwsp { flex-wrap: wrap; padding: 16px; }
}
.ros3e5 .jf965z { gap: 8px; }
.ros3e5 .cxlq9, .ros3e5 .r44n { padding: 8px; }
@media (max-width: 480px) {
  .rqo61375 { flex-direction: column; align-items: stretch; }
}
.gmn4yan .ruct6mkh .nukfb { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .achxo { flex-direction: column; align-items: stretch; gap: 10px; }
  .gmn4yan .ruct6mkh { text-align: center; }
}
@media (max-width: 720px) {
  .d8oqk { grid-template-columns: 1fr; }
  .uz9yjhd8 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .vcqs { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .dhymer { grid-template-columns: 1fr; }
  .wifl778m { width: 100px; height: 100px; margin: 16px auto; }
  .oe8l { font-size: 1.4rem; }
  .aijhhpc { justify-content: center; }
  .pmnei7 .kbvp { min-width: 50%; }
}
.t4xk2jp .jf965z { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .harv { flex-wrap: wrap; padding: 14px 16px; }
  .gb2e2 { padding: 12px 16px; }
  .t4xk2jp .jf965z { margin: 0 16px; }
  .t4xk2jp .c9xnqq7 { padding: 0 16px; }
  .cypqcv9 { padding: 12px 16px; }
}
.uz1q .hg9f7ij0 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.uz1q .hg9f7ij0:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.mpgb02 .xmta7ln { gap: 18px; }
.mpgb02 .hg9f7ij0 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.mpgb02 .hg9f7ij0:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.zx2t .xmta7ln {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.zx2t .hg9f7ij0 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.zx2t .hg9f7ij0:last-child { border-bottom: none; }
.zx2t .f7i8vm4q,
.zx2t .t1ei,
.zx2t .f66tl {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.yz290m .xmta7ln { gap: 0; }
.yz290m .hg9f7ij0 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.yz290m .hg9f7ij0:last-child { border-bottom: none; }
.yz290m .hg9f7ij0:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.yz290m .hg9f7ij0:nth-child(even):hover { background: var(--bg-hover); }
.x8l1w .hg9f7ij0 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.p7ztse .f66tl .gwmge {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.p7ztse .f66tl .gwmge:first-child { border-left: none; }
.kl7vd3q .f66tl .gwmge {
  background: transparent; padding: 4px 8px;
}
.kl7vd3q .f66tl .pxbb { font-size: .65rem; opacity: .65; }
.kl7vd3q .f66tl .i9lk0   { font-size: 1.15rem; color: var(--accent-light); }
.cp01h .f66tl .gwmge {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.dpo3jb { display: none; }
.joxrl .qgu8j580 { font-size: 1rem; letter-spacing: 2px; }
.f3fg .qgu8j580 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.bltl0x22 .qgu8j580,
.b02h .qgu8j580,
.i8fe88 .qgu8j580 { display: none; }
.bltl0x22 .dpo3jb,
.b02h .dpo3jb,
.i8fe88 .dpo3jb { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.bltl0x22 .dpo3jb { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.bltl0x22 .dpo3jb small { display: none; }
.b02h .dpo3jb {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.b02h .dpo3jb small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.i8fe88 .dpo3jb {
  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;
}
.i8fe88 .dpo3jb small { display: none; }
.q0decz { margin: 16px 0; }
.dm7s3q4 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.dm7s3q4 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.dm7s3q4 summary::after { content: "+"; color: var(--accent-light); }
.dm7s3q4[open] summary::after { content: "−"; }
.dm7s3q4 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.ho19k { margin-bottom: 0; }
.tznymf h2.j3ufe { color: var(--text-primary); border-color: var(--accent-light); }
.z19jqvju h2.j3ufe { color: var(--text-primary); border-color: var(--accent-light); }
.qs4972de .gnrkwhm     { background: #052e16; border-color: #10b981; }
.qs4972de .iek1 { background: #2d0a1e; border-color: #f43f5e; }
.qs4972de .a1krvd4    { background: #1e1036; border-color: #a855f7; }
.qs4972de .d7olpzvk strong  { color: #f1f5f9; }
.qs4972de .d7olpzvk p       { color: #cbd5e1; }
.qs4972de .tm4a7    .gnrkwhm     .ndxxq::before,
.qs4972de .anfo  .gnrkwhm     .ndxxq::before,
.qs4972de .e8xfu  .gnrkwhm     .ndxxq::before,
.qs4972de .jnd6n3 .gnrkwhm     .ndxxq::before { color: #10b981; }
.qs4972de .tm4a7    .iek1 .ndxxq::before,
.qs4972de .anfo  .iek1 .ndxxq::before,
.qs4972de .e8xfu  .iek1 .ndxxq::before,
.qs4972de .jnd6n3 .iek1 .ndxxq::before { color: #f43f5e; }
.qs4972de .tm4a7    .a1krvd4    .ndxxq::before,
.qs4972de .anfo  .a1krvd4    .ndxxq::before,
.qs4972de .e8xfu  .a1krvd4    .ndxxq::before,
.qs4972de .jnd6n3 .a1krvd4    .ndxxq::before { color: #a855f7; }
.qcx1w .gnrkwhm     { background: #2d2000; border-color: #eab308; }
.qcx1w .iek1 { background: #2d0b0b; border-color: #ef4444; }
.qcx1w .a1krvd4    { background: #2d1600; border-color: #f97316; }
.qcx1w .d7olpzvk strong  { color: #f1f5f9; }
.qcx1w .d7olpzvk p       { color: #cbd5e1; }
.qcx1w .tm4a7    .gnrkwhm     .ndxxq::before,
.qcx1w .anfo  .gnrkwhm     .ndxxq::before,
.qcx1w .e8xfu  .gnrkwhm     .ndxxq::before,
.qcx1w .jnd6n3 .gnrkwhm     .ndxxq::before { color: #eab308; }
.qcx1w .tm4a7    .iek1 .ndxxq::before,
.qcx1w .anfo  .iek1 .ndxxq::before,
.qcx1w .e8xfu  .iek1 .ndxxq::before,
.qcx1w .jnd6n3 .iek1 .ndxxq::before { color: #ef4444; }
.qcx1w .tm4a7    .a1krvd4    .ndxxq::before,
.qcx1w .anfo  .a1krvd4    .ndxxq::before,
.qcx1w .e8xfu  .a1krvd4    .ndxxq::before,
.qcx1w .jnd6n3 .a1krvd4    .ndxxq::before { color: #f97316; }
.chf3sayp .gnrkwhm     { background: #0c1a2e; border-color: #38bdf8; }
.chf3sayp .iek1 { background: #12103a; border-color: #818cf8; }
.chf3sayp .a1krvd4    { background: #0a2020; border-color: #2dd4bf; }
.chf3sayp .d7olpzvk strong  { color: #f1f5f9; }
.chf3sayp .d7olpzvk p       { color: #cbd5e1; }
.chf3sayp .tm4a7    .gnrkwhm     .ndxxq::before,
.chf3sayp .anfo  .gnrkwhm     .ndxxq::before,
.chf3sayp .e8xfu  .gnrkwhm     .ndxxq::before,
.chf3sayp .jnd6n3 .gnrkwhm     .ndxxq::before { color: #38bdf8; }
.chf3sayp .tm4a7    .iek1 .ndxxq::before,
.chf3sayp .anfo  .iek1 .ndxxq::before,
.chf3sayp .e8xfu  .iek1 .ndxxq::before,
.chf3sayp .jnd6n3 .iek1 .ndxxq::before { color: #818cf8; }
.chf3sayp .tm4a7    .a1krvd4    .ndxxq::before,
.chf3sayp .anfo  .a1krvd4    .ndxxq::before,
.chf3sayp .e8xfu  .a1krvd4    .ndxxq::before,
.chf3sayp .jnd6n3 .a1krvd4    .ndxxq::before { color: #2dd4bf; }
.qjfic::before,
.wi7jx64v::before { margin-right: 5px; }
.upnmeo8f .cxlq9 ul li,
.upnmeo8f .r7zj li         { color: #4ade80; }
.upnmeo8f .cxlq9 .qjfic { color: #22c55e; }
.upnmeo8f .r44n ul li,
.upnmeo8f .zkn1w li         { color: #f87171; }
.upnmeo8f .r44n .wi7jx64v { color: #ef4444; }
.j6jhx4c .cxlq9 { background: var(--bg-pros); }
.j6jhx4c .r44n { background: var(--bg-cons); }
.j6jhx4c .cxlq9 .qjfic { color: var(--c-pros-label); }
.j6jhx4c .r44n .wi7jx64v { color: var(--c-cons); }
.j6jhx4c .cxlq9 ul li,
.j6jhx4c .r44n ul li,
.vb9loxs .cxlq9 { background: var(--bg-pros); }
.vb9loxs .r44n { background: var(--bg-cons); }
.vb9loxs .cxlq9 .qjfic { color: var(--c-pros-label); }
.vb9loxs .r44n .wi7jx64v { color: var(--c-cons); }
.vb9loxs .cxlq9 ul li,
.vb9loxs .r44n ul li,
.j1jsh .qjfic::before { content: "✓ "; }
.j1jsh .wi7jx64v::before { content: "✗ "; }
.k7itaot .qjfic::before { content: "→ "; }
.k7itaot .wi7jx64v::before { content: "← "; }
.fv4v .qjfic::before { content: "★ "; }
.fv4v .wi7jx64v::before { content: "✕ "; }
.j64pj .qjfic::before { content: "◆ "; }
.j64pj .wi7jx64v::before { content: "▲ "; }
.uzcwe .d7olpzvk { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.uzcwe .d7olpzvk strong { color: var(--text-primary); }
.uzcwe .d7olpzvk p      { color: var(--text-muted); }
.klak .d7olpzvk { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.ww5tru .d7olpzvk {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.ww5tru .d7olpzvk strong,
.ww5tru .d7olpzvk p { color: #fff; }
.ww5tru .ndxxq::before { color: rgba(255,255,255,0.9) !important; }
.xr1f8 .d7olpzvk {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.xr1f8 .d7olpzvk strong { color: var(--text-primary); }
.xr1f8 .d7olpzvk p      { color: var(--text-muted); }
.j0pu6kaw .d7olpzvk { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.tm4a7 .ndxxq,
.anfo .ndxxq,
.e8xfu .ndxxq,
.jnd6n3 .ndxxq { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.tm4a7 .ndxxq::before,
.anfo .ndxxq::before,
.e8xfu .ndxxq::before,
.jnd6n3 .ndxxq::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.tm4a7 .gnrkwhm     .ndxxq::before { content: "✦"; color: var(--c-tip-border); }
.tm4a7 .iek1 .ndxxq::before { content: "▲"; color: var(--c-warn-border); }
.tm4a7 .a1krvd4    .ndxxq::before { content: "◉"; color: #60a5fa; }
.anfo .gnrkwhm     .ndxxq::before { content: "★"; color: var(--c-tip-border); }
.anfo .iek1 .ndxxq::before { content: "◆"; color: var(--c-warn-border); }
.anfo .a1krvd4    .ndxxq::before { content: "●"; color: #60a5fa; }
.e8xfu .gnrkwhm     .ndxxq::before { content: "▶"; color: var(--c-tip-border); }
.e8xfu .iek1 .ndxxq::before { content: "■"; color: var(--c-warn-border); }
.e8xfu .a1krvd4    .ndxxq::before { content: "▸"; color: #60a5fa; }
.jnd6n3 .gnrkwhm     .ndxxq::before { content: "→"; color: var(--c-tip-border); }
.jnd6n3 .iek1 .ndxxq::before { content: "⬥"; color: var(--c-warn-border); }
.jnd6n3 .a1krvd4    .ndxxq::before { content: "◈"; color: #60a5fa; }
.u8nvub .b1b0bdy .kxee1,
.u8nvub .mj20mba6 .kxee1  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.u8nvub .osxu                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.u8nvub .hg9f7ij0                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.u8nvub .tbgyvd          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.u8nvub .e2191iab                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.kmpia .b1b0bdy .kxee1,
.kmpia .mj20mba6 .kxee1,
.kmpia .osxu,
.kmpia .hg9f7ij0,
.kmpia .ju4dz,
.kmpia .tbgyvd,
.kmpia .e2191iab,
.kmpia .j0pu6kaw .d7olpzvk { box-shadow: none; }
.yx2zo2   .bqoib, .yx2zo2 .i2z8jl4h, .yx2zo2 .dh3mn,
.yx2zo2   .bdzrl6, .yx2zo2 .bgb27hp { font-size: 0.9rem; }
.yx2zo2   .b4lq4, .yx2zo2 .x0tg6pyl { font-size: 0.9rem; }
.t48s6t1   .bqoib, .t48s6t1 .i2z8jl4h, .t48s6t1 .dh3mn,
.t48s6t1   .bdzrl6, .t48s6t1 .bgb27hp { font-size: 0.95rem; }
.t48s6t1   .b4lq4, .t48s6t1 .x0tg6pyl { font-size: 0.95rem; }
.dyt7   .bqoib, .dyt7 .i2z8jl4h, .dyt7 .dh3mn,
.dyt7   .bdzrl6, .dyt7 .bgb27hp { font-size: 1.08rem; }
.dyt7   .b4lq4, .dyt7 .x0tg6pyl { font-size: 1.05rem; }
.dyt7   .i5q2wv { font-size: 0.97rem; }
.bgbxywq .bkvg3      { font-size: 3.2rem; }
.bgbxywq h2.j3ufe { font-size: 1.9rem; }
.bgbxywq h3.tjentu     { font-size: 1.4rem; }
.vm31z .bkvg3      { font-size: 3.8rem; }
.vm31z h2.j3ufe { font-size: 2.2rem; }
.vm31z h3.tjentu     { font-size: 1.6rem; }
.ho19k + .ho19k { position: relative; }
.vd5p3   .ho19k + .ho19k::before,
.qymjn  .ho19k + .ho19k::before,
.pwzp2c3j   .ho19k + .ho19k::before,
.srb2is   .ho19k + .ho19k::before,
.oy63zt1   .ho19k + .ho19k::before,
.nojajw .ho19k + .ho19k::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.vd5p3 .ho19k + .ho19k::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.qymjn .ho19k + .ho19k::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.pwzp2c3j .ho19k + .ho19k::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent-light); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.srb2is .ho19k + .ho19k::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.dglmx .ho19k { margin-bottom: 16px; }
.dglmx .ho19k + .ho19k { margin-top: 0; }
.dglmx .s6yc6cu { padding-top: 0; padding-bottom: 0; }
.oy63zt1 .ho19k + .ho19k::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.nojajw .ho19k + .ho19k::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.xeq4z0i .ho19k + .ho19k::before,
.rdtep9 .ho19k + .ho19k::before,
.hpjax .ho19k + .ho19k::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%;
}
.x5f3kv .xeq4z0i .ho19k:nth-child(even)::before,
.x5f3kv .rdtep9 .ho19k:nth-child(even)::before,
.x5f3kv .hpjax .ho19k:nth-child(even)::before { background: var(--bg-surface); }
.tfuo .xeq4z0i .ho19k:nth-child(even)::before,
.tfuo .rdtep9 .ho19k:nth-child(even)::before,
.tfuo .hpjax .ho19k:nth-child(even)::before { background: var(--bg-card); }
.xeq4z0i .ho19k + .ho19k::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");
}
.rdtep9 .ho19k + .ho19k::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");
}
.hpjax .ho19k + .ho19k::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");
}
.nd3dk .k0c7,
.j35so0kg .k0c7 { margin-bottom: 60px; }
.nqegx .k0c7 { margin-bottom: 70px; }
.qj0z .o026 { float: left; width: 38%; margin: 0 28px 16px 0; }
.qj0z .o026 .j6u2f74 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.qj0z .s6yc6cu::after { content: ''; display: block; clear: both; }
.lms1ix6 .o026 { float: right; width: 38%; margin: 0 0 16px 28px; }
.lms1ix6 .o026 .j6u2f74 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.lms1ix6 .s6yc6cu::after { content: ''; display: block; clear: both; }
.bmjh23r .ho19k:nth-child(odd)  .o026 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.bmjh23r .ho19k:nth-child(even) .o026 { float: right; width: 38%; margin: 0 0 16px 28px; }
.bmjh23r .o026 .j6u2f74 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.bmjh23r .s6yc6cu::after { content: ''; display: block; clear: both; }
.qj0z .rv7r30ym,
.qj0z .xmta7ln,
.lms1ix6 .rv7r30ym,
.lms1ix6 .xmta7ln,
.bmjh23r .rv7r30ym,
.bmjh23r .xmta7ln { clear: both; }
@media (max-width: 900px) {
  .qj0z .o026,
  .lms1ix6 .o026,
  .bmjh23r .ho19k:nth-child(odd)  .o026,
  .bmjh23r .ho19k:nth-child(even) .o026 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .qj0z .o026 .j6u2f74,
  .lms1ix6 .o026 .j6u2f74,
  .bmjh23r .o026 .j6u2f74 {
    max-height: none !important;
  }
}
.qj0z .b4lq4,
.qj0z .x0tg6pyl,
.lms1ix6 .b4lq4,
.lms1ix6 .x0tg6pyl,
.bmjh23r .b4lq4,
.bmjh23r .x0tg6pyl { overflow: hidden; }
@media (max-width: 640px) {
  .qj0z .o026,
  .lms1ix6 .o026,
  .bmjh23r .o026 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.y03s6hw .cko1420,
.y03s6hw .s6yc6cu,
.y03s6hw .ncehmk  { max-width: 1100px; }
.klbdt5x8 .cko1420,
.klbdt5x8 .s6yc6cu,
.klbdt5x8 .ncehmk  { max-width: 1200px; }
.klbdt5x8 { --content-mw: 1200px; }
.fsh8 .cko1420,
.fsh8 .s6yc6cu,
.fsh8 .ncehmk  { max-width: 1320px; }
.j7kz2 { font-size: 0.82rem; color: var(--text-muted); }
.x8yvmeih { display: flex; align-items: center; }
.nwb1s7s {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.kkecr { display: flex; align-items: center; }
.z63v2 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.z63v2:hover { text-decoration: underline; }
.g2gh { margin: 0 3px; opacity: 0.45; }
.g2gh::before { content: '/'; }
.q4fk { padding: 2px 5px; color: var(--text-main); }
.q2jl0l5f .j7kz2 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.q2jl0l5f .x8yvmeih { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ja2360n .j7kz2 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ja2360n .x8yvmeih { padding: 0 0 0 12px; }
.ou6x5s .x8yvmeih { padding: 0 16px; }
.ou6x5s .j7kz2 {
  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);
}
.ou6x5s .cko1420 { padding-top: 28px; }
@media (max-width: 720px) {
  .ryo1p { margin-top: 18px; padding: 0 16px; }
  .ou6x5s .cko1420 { padding-top: 16px; }
}
.y03s6hw.q2jl0l5f .x8yvmeih { max-width: 1100px; }
.klbdt5x8.q2jl0l5f .x8yvmeih { max-width: 1200px; }
.fsh8.q2jl0l5f .x8yvmeih { max-width: 1320px; }
.klbdt5x8 .ryo1p { max-width: 1200px; }
.bw1ckx8e .ho19k { padding-top: 16px; padding-bottom: 16px; }
.wu1v .ho19k { padding-top: 24px; padding-bottom: 24px; }
.o45qry .ho19k { padding-top: 40px; padding-bottom: 40px; }
.hk6rc8 .ho19k { padding-top: 52px; padding-bottom: 52px; }
.wwb0 .ho19k:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.wwb0 .ho19k:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.wwb0 .ho19k:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.wwb0 .ho19k:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.wxk0uag .s6yc6cu { padding-top: 10px;  padding-bottom: 10px; }
.hqf7eedu .s6yc6cu { padding-top: 18px;  padding-bottom: 18px; }
.amb3k .s6yc6cu { padding-top: 36px;  padding-bottom: 36px; }
.mc5gie .s6yc6cu { padding-top: 48px;  padding-bottom: 48px; }
.a3w0vn h2.j3ufe { font-weight: 600; }
.a3w0vn h3.tjentu     { font-weight: 600; }
.k7fxbpi2 h2.j3ufe { font-weight: 800; }
.k7fxbpi2 h3.tjentu     { font-weight: 700; }
.htlh6u6 { font-weight: 600; }
.htlh6u6 h2.j3ufe { font-weight: 900; }
.htlh6u6 h3.tjentu     { font-weight: 800; }
.htlh6u6 .d7olpzvk strong,
.htlh6u6 .d7olpzvk strong { font-weight: 600; }
.cjc9m {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.qhi9uzms .cjc9m { display: none; }
@media (max-width: 640px) {
  .cjc9m { display: none !important; }
}
.cjc9m { background: var(--cta) !important; color: #fff !important; border: none !important; }
.cjc9m:hover { opacity: 0.85; }
.gimpldi .cjc9m { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.de8p1 .g3768 { right: 32px; }
@media (max-width: 480px) {
  .de8p1 .g3768 { right: 20px; bottom: 20px; }
  .ygoz423  .g3768 { left: 20px; bottom: 20px; }
}
.pkrn { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ncehmk { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.nhobzd { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.pxim9f { color: var(--text-dim); font-size: 0.8rem; }
.ds4tr9s { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.ds4tr9s img { height: 26px; width: auto; object-fit: contain; }
.vad39cb a, .jsp9l a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.vad39cb a:hover, .jsp9l a:hover { color: var(--accent-light); }
.jsp9l { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.bc0fyu .ncehmk { text-align: center; }
.bc0fyu .jsp9l { justify-content: center; margin-bottom: 16px; }
.bc0fyu .nhobzd { margin-top: 0; }
.fznq { margin-top: 10px; }
.fznq a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ncehmk { padding-left: 16px; padding-right: 16px; }
  .x6tv37q .ncehmk { padding: 20px 16px; }
  .jsp9l { gap: 4px 12px; }
  .nhobzd { font-size: 0.78rem; }
}
.a18j6yq9 .ph645v .ds4tr9s { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.a18j6yq9 .nhobzd { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.a18j6yq9 .pxim9f { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .a18j6yq9 .x2t3izyu { grid-template-columns: 1fr 1fr; } .a18j6yq9 .ph645v { grid-column: 1 / -1; } }
@media (max-width: 480px) { .a18j6yq9 .x2t3izyu { grid-template-columns: 1fr; } }
.qurpls .ds4tr9s { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.qurpls .nhobzd { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .qurpls .y5qnn6 { gap: 12px; } .qurpls .ds4tr9s { margin-right: 0; width: 100%; } }
.w4wzc .jxeur6e6 .ds4tr9s { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.w4wzc .nhobzd { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.w4wzc .pxim9f { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .w4wzc .jgml { grid-template-columns: 1fr 1fr; } .w4wzc .jxeur6e6 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .w4wzc .jgml { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .bln6sqb .zqozhb7 { grid-template-columns: 1fr 1fr; } .bln6sqb .r9o19:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bln6sqb .zqozhb7 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .tkqyvqj0 .zqozhb7 { grid-template-columns: 1fr; } }
.gpy98uq .ncehmk { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.gpy98uq .jsp9l { justify-content: center; }
.bxf088q .v8x6wvi      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.bxf088q .pkrn { background: var(--bg-page); border-top-color: var(--border-alt); }
.xs9ogk5f .v8x6wvi      { background: #0d1117; border-bottom-color: #21262d; }
.xs9ogk5f .z9ee7v { color: var(--accent-light); }
.xs9ogk5f .rg3mxr8i { --msep-color: #8b949e; }
.xs9ogk5f .rg3mxr8i a { color: #8b949e; }
.xs9ogk5f .rg3mxr8i a:hover { color: var(--accent-light); }
.xs9ogk5f .y3m3142 { color: #8b949e; }
.xs9ogk5f .pkrn { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.xs9ogk5f .nhobzd,
.xs9ogk5f .pxim9f { color: #6e7681; }
.xs9ogk5f .vad39cb a, .xs9ogk5f .jsp9l a,
.xs9ogk5f .ds4tr9s { color: #e6edf3; }
.xs9ogk5f .vad39cb a:hover, .xs9ogk5f .jsp9l a:hover,
@media (max-width: 640px) {
  .xs9ogk5f .rg3mxr8i { background: #0d1117; border-top-color: #21262d; }
  .xs9ogk5f .rg3mxr8i li a { border-bottom-color: #21262d; }
}
.vkvxgm .v8x6wvi      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.vkvxgm .z9ee7v { color: var(--accent-light); }
.vkvxgm .rg3mxr8i { --msep-color: #475569; }
.vkvxgm .rg3mxr8i a { color: #475569; }
.vkvxgm .rg3mxr8i a:hover { color: var(--accent-light); }
.vkvxgm .y3m3142 { color: #64748b; }
.vkvxgm .pkrn { background: #f0f4f8; border-top-color: #cbd5e1; }
.vkvxgm .nhobzd,
.vkvxgm .pxim9f { color: #64748b; }
.vkvxgm .vad39cb a, .vkvxgm .jsp9l a,
.vkvxgm .hfk9 a, .vkvxgm .ds4tr9s { color: #374151; }
.vkvxgm .vad39cb a:hover, .vkvxgm .jsp9l a:hover,
@media (max-width: 640px) {
  .vkvxgm .rg3mxr8i { background: #f0f4f8; border-top-color: #cbd5e1; }
  .vkvxgm .rg3mxr8i li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.sgns0 .v8x6wvi      { background: var(--accent); border-bottom-color: var(--accent-light); }
.sgns0 .z9ee7v { color: #fff; }
.sgns0 .rg3mxr8i { --msep-color: rgba(255,255,255,0.82); }
.sgns0 .rg3mxr8i a { color: rgba(255,255,255,0.82); }
.sgns0 .rg3mxr8i a:hover { color: #fff; }
.sgns0 .y3m3142 { color: rgba(255,255,255,0.9); }
.sgns0 .pkrn { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.sgns0 .nhobzd,
.sgns0 .pxim9f { color: rgba(255,255,255,0.72); }
.sgns0 .vad39cb a, .sgns0 .jsp9l a,
.sgns0 .hfk9 a, .sgns0 .ds4tr9s { color: #fff; }
.sgns0 .vad39cb a:hover, .sgns0 .jsp9l a:hover,
@media (max-width: 640px) {
  .sgns0 .rg3mxr8i { background: var(--accent); border-top-color: var(--accent-light); }
  .sgns0 .rg3mxr8i li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.wjluy .v8x6wvi {
  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);
}
.wjluy .pkrn {
  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) {
  .wjluy .rg3mxr8i {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.g6427f9 .vtpdq7 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.qsx3 .vtpdq7 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.pf9lvu4 .vtpdq7 { min-height: 72px; height: auto; }
.qb8w6qp .vtpdq7 { min-height: 84px; height: auto; }
.x6tv37q .vtpdq7 { max-width: none; padding: 0 32px; }
.x6tv37q .ncehmk  { max-width: none; padding: 24px 32px; }
.d825d.klbdt5x8 .vtpdq7 { max-width: 1200px; }
.d825d.fsh8 .vtpdq7 { max-width: 1320px; }
.vlobo5s   .z9ee7v, .vlobo5s   .ds4tr9s { text-transform: capitalize; }
.fz6cy8b .z9ee7v, .fz6cy8b .ds4tr9s { text-transform: lowercase; }
.td4n90hq .z9ee7v, .td4n90hq .ds4tr9s { text-transform: uppercase; letter-spacing: 0.06em; }
.wn6f, .cds1z4g {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.n0o3s .wn6f,
.n0o3s .cds1z4g { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.q4cu .wn6f,
.q4cu .cds1z4g { 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; }
.clx2g .wn6f,
.clx2g .cds1z4g { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.adomsp6 .wn6f,
.adomsp6 .cds1z4g { 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; }
.vlotxxa   .rg3mxr8i a { font-weight: 500; }
.xfj3s .rg3mxr8i a { font-weight: 600; }
.ddvz     .rg3mxr8i a { font-weight: 700; }
.busah    .rg3mxr8i a { font-weight: 800; letter-spacing: 0.01em; }
.npl7c1op     .rg3mxr8i > li + li::before,
.z7gy4o95    .rg3mxr8i > li + li::before,
.eyhz    .rg3mxr8i > li + li::before,
.q5se1x .rg3mxr8i > li + li::before,
.ffd7 .rg3mxr8i > li + li::before,
.shtp  .rg3mxr8i > li + li::before,
.jflhg    .rg3mxr8i > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.npl7c1op     .rg3mxr8i > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.z7gy4o95    .rg3mxr8i > li + li::before { content: "|"; }
.eyhz    .rg3mxr8i > li + li::before { content: "—"; }
.q5se1x .rg3mxr8i > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ffd7 .rg3mxr8i > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.shtp  .rg3mxr8i > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.jflhg    .rg3mxr8i > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .c8l7p2k .y3m3142,
  .tmx1ko4d .y3m3142,
  .vy00gt8p .y3m3142,
  .n9wxh .y3m3142,
  .oxhih88 .y3m3142 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .c8l7p2k .y3m3142::before,
  .tmx1ko4d .y3m3142::before,
  .vy00gt8p .y3m3142::before,
  .n9wxh .y3m3142::before,
  .oxhih88 .y3m3142::before { content: ""; display: block; flex-shrink: 0; }

  
  .c8l7p2k .y3m3142::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;
  }

  
  .tmx1ko4d .y3m3142::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;
  }

  
  .vy00gt8p .y3m3142::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;
  }

  
  .n9wxh .y3m3142::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;
  }

  
  .oxhih88 .y3m3142::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) {
  .vt891p1z .y3m3142 {
    padding: 5px 14px;
  }
  .vt891p1z .rg3mxr8i {
    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;
  }
  .vt891p1z .rg3mxr8i li a {
    border-bottom: none; padding: 10px 22px;
  }
  .vt891p1z .rg3mxr8i li a:hover { background: var(--bg-raised); }
  .vt891p1z .ujoclb1,
  .mlh6v1 .ujoclb1,
  .j32g .ujoclb1 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .zmdgi7d .y3m3142 {
    padding: 5px 10px;
  }
  .zmdgi7d .rg3mxr8i {
    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);
  }
  .zmdgi7d .rg3mxr8i.kt02jes { transform: translateX(0); }
  .zmdgi7d .rg3mxr8i li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .zmdgi7d .rg3mxr8i li:last-child a { border-bottom: none; }
  .sgns0 .rg3mxr8i,
  .xs9ogk5f .rg3mxr8i { background: var(--accent) !important; }
  .sgns0 .rg3mxr8i li a,
  .xs9ogk5f .rg3mxr8i li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .j32g .y3m3142 {
    padding: 5px 10px;
  }
  .j32g .rg3mxr8i {
    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);
  }
  .j32g .rg3mxr8i::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .j32g .rg3mxr8i.kt02jes { transform: translateY(0); }
  .j32g .rg3mxr8i li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .n9lsc .y3m3142 {
    padding: 5px 10px;
  }
  .n9lsc .rg3mxr8i {
    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;
  }
  .n9lsc .rg3mxr8i.kt02jes { opacity: 1; pointer-events: auto; }
  .n9lsc .rg3mxr8i li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .w42tjym     .y3m3142 { border-radius: 0 !important; }
  .pwkfxe0p   .y3m3142 { border-radius: 8px !important; }
  .kefy8 .y3m3142 { border-radius: 50% !important; }
  .mcuv53   .y3m3142 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .xt4b .tlaajj9 { flex-direction: column; align-items: stretch; }
  .xt4b .lr51 { flex-direction: row; min-width: auto; }
  .xt4b .wmmgzv { align-items: flex-start; text-align: left; }
}
.qzl2svp,
.qzl2svp.ho19k,
.x5f3kv .qzl2svp,
.ge7fu .qzl2svp,
.tfuo .qzl2svp,
.cgd6xjx .qzl2svp {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.ahckow9 {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-hover) 100%);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.vm32u { flex: 1 1 280px; min-width: 0; }
.auumkl {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.zkpmi {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.qo0t {
  background: #fff !important;
  color: var(--cta) !important;
  padding: 14px 44px !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.qo0t:hover { transform: translateY(-1px); opacity: 0.95; }
.vvwgl .ahckow9 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.vvwgl .auumkl { color: var(--cta); }
.vvwgl .zkpmi { color: var(--text-body); }
.vvwgl .qo0t {
  background: var(--cta) !important;
  color: #fff !important;
}
.xfsz4 .ahckow9 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.xfsz4 .auumkl { color: var(--text-primary); }
.xfsz4 .zkpmi { color: var(--text-body); }
.xfsz4 .qo0t {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .ahckow9 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .vm32u { flex: 0 0 auto; }
  .auumkl { font-size: 1.2rem; }
  .qo0t { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.g7z0wos3 .zm8o8yjm { height: 36px; }
.pwdn8b8x .zm8o8yjm { height: 60px; max-width: 200px; }
.f1xik137 .zm8o8yjm { height: 56px; max-width: 180px; }
.t723n    .qgu8j580, .t723n    .lseabi1q { color: #f59e0b; }
.byauvd0      .qgu8j580 { font-size: 1rem; letter-spacing: 1.5px; }
.y8w76a    .qgu8j580, .y8w76a    .lseabi1q { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.gy9o     .qgu8j580, .gy9o     .lseabi1q { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.awio502p .qgu8j580, .awio502p .lseabi1q { color: var(--cta); letter-spacing: 2px; }
.fryvsbk   .qgu8j580, .fryvsbk   .lseabi1q { color: #e91e63; letter-spacing: 2px; }
.iocred  .qgu8j580, .iocred  .lseabi1q { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.v3c3cmbu     .qgu8j580, .v3c3cmbu     .lseabi1q { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.p7ztse .gwmge + .gwmge {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.cndw8 .hg9f7ij0 { padding: 18px 24px; min-height: 68px; }
.kl7vd3q .pxbb {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.kl7vd3q .i9lk0 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.cp01h .gwmge {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.xmta7ln { counter-reset: cs-rank; }
.xmta7ln .hg9f7ij0 { counter-increment: cs-rank; }
.xmta7ln .hg9f7ij0::before {
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
  order: -1;
}
.tj6eul .xmta7ln { counter-reset: cs-rank; gap: 0; }
.tj6eul .hg9f7ij0 {
  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;
}
.tj6eul .hg9f7ij0::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;
}
.tj6eul .f7i8vm4q {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.tj6eul .jtuuj2 {
  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;
}
.tj6eul .v9nkc { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.tj6eul .f7i8vm4q { min-width: 0; flex-direction: column; width: 100%; }
.tj6eul .d1frttk4 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.tj6eul .qgu8j580 { color: var(--cta, var(--accent)); }
.tj6eul .dpo3jb { font-weight: 700; }
.tj6eul .gwmge {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.tj6eul .pxbb {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.tj6eul .i9lk0 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.tj6eul .i0bi .i9lk0 { font-size: 1.3rem; color: var(--accent-light); }
.tj6eul .fhnh {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.tj6eul .hg9f7ij0:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .tj6eul .xmta7ln {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .tj6eul .hg9f7ij0 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .tj6eul .hg9f7ij0 { padding: 40px 16px 20px; }
  .tj6eul .gwmge {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .tj6eul .fhnh { width: 100%; min-width: 0; }
}
.zh6wl4 .xmta7ln { counter-reset: cs-rank; gap: 10px; }
.zh6wl4 .hg9f7ij0 {
  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);
}
.zh6wl4 .hg9f7ij0::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);
}
.zh6wl4 .f7i8vm4q {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.zh6wl4 .jtuuj2 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.zh6wl4 .v9nkc { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.zh6wl4 .d1frttk4 {
  font-size: 1.05rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: 0; max-width: 140px;
  overflow-wrap: break-word; hyphens: auto;
}
.zh6wl4 .qgu8j580 { color: var(--cta, var(--accent)); }
.zh6wl4 .gwmge {
  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;
}
.zh6wl4 .pxbb {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.zh6wl4 .i9lk0 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.zh6wl4 .i0bi .i9lk0 { color: var(--accent-light); }
.zh6wl4 .fhnh {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.zh6wl4 .hg9f7ij0:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .zh6wl4 .hg9f7ij0 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .zh6wl4 .hg9f7ij0::before {
    position: absolute; top: 14px; left: 14px;
  }
  .zh6wl4 .f7i8vm4q {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .zh6wl4 .d1frttk4 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .zh6wl4 .gwmge {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .zh6wl4 .fhnh { width: 100%; min-width: 0; }
  .zh6wl4 .qgu8j580 { min-width: 0; }
}
.gxew .hg9f7ij0::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.e5dpuz .dm7s3q4 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.e5dpuz .dm7s3q4 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.e5dpuz .dm7s3q4 p { padding: 0 2px 16px; }
.k96j .dm7s3q4 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.k96j .dm7s3q4 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.k96j .dm7s3q4 summary::after { content: "›"; font-size: 1.2em; }
.k96j .dm7s3q4[open] summary::after { content: "‹"; }
.k96j .dm7s3q4 p { padding: 10px 22px 4px; }
.oxvbeoe .dm7s3q4 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.oxvbeoe .dm7s3q4 summary { color: var(--text-primary); padding-left: 16px; }
.oxvbeoe .dm7s3q4 summary::after { content: "›"; font-size: 1.1em; }
.oxvbeoe .dm7s3q4[open] summary::after { content: "‹"; }
.oxvbeoe .dm7s3q4 p { padding-left: 16px; }
.amato78g .q0decz { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.amato78g .dm7s3q4 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.amato78g .dm7s3q4:last-child { border-bottom: none; }
.amato78g .dm7s3q4 summary { color: var(--text-primary); border-radius: 0; }
.amato78g .dm7s3q4 summary::after { content: "›"; font-size: 1.1em; }
.amato78g .dm7s3q4[open] summary::after { content: "‹"; }
.msfovkc .dm7s3q4 { overflow: hidden; }
.msfovkc .dm7s3q4 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.msfovkc .dm7s3q4 summary::after { color: rgba(255,255,255,.75); }
.msfovkc .dm7s3q4[open] summary { border-radius: 0; }
.hxzq7z { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.cz978tt {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.vslwsc {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.mw2n7 { color: var(--text-muted); font-size: 1.05rem; }
.nsn5y66 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.a4fx1y2 { margin-bottom: 20px; }
.lte89 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.m1yhk4 {
  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;
}
.m1yhk4:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.vl3ygmjx { resize: vertical; min-height: 130px; }
.o0qrs5le { width: 100%; margin-top: 8px; }
.s3oo {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.c6oou {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.y7zq0 { color: var(--text-muted); line-height: 1.75; }
.hwrl { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.hwrl li { margin-bottom: 6px; }
.p5i9yam { max-width: 760px; margin: 0 auto; }
.dcq6p4s ul.hwrl { margin: 0; }
@media (max-width: 640px) { .sh8xogth { grid-template-columns: 1fr; gap: 10px; } }
.sl3a8nna { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.kz27sn61 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.cafsvyw { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.kz27sn61 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.kz27sn61 .hwrl { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .sl3a8nna { grid-template-columns: 1fr; } }
.rljm81xx { color: inherit; text-decoration: none; }
.rljm81xx:hover { color: var(--accent-light); text-decoration: underline; }
.gegexq { display: inline-block; line-height: 0; }
.kddjdk0 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.bdt2 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.bdt2:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.k3j7 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.bdt2 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.bdt2 ul.hwrl { margin: 0; }
.v0e3o1 { color: var(--text-muted); line-height: 1.75; }
.gulo .hwrl,
.l748w6z4 .hwrl,
.o1h6p .hwrl,
.x66n .hwrl {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.gulo .bdt2,
.l748w6z4 .bdt2 { text-align: left; }
.gulo .k3j7,
.l748w6z4 .k3j7 { text-align: center; }
.wha1q { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.a13pc9nw { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.okqru6wk { font-size: 1.1rem; }
.izd821 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.uxj8zf { margin-top: 12px; }
.nsl8k4k { 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; }
.nsl8k4k:hover { border-bottom-color: var(--accent-light); }
.jbcniex8 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.jbcniex8 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.s2p1q { width: 260px; height: 260px; }
.htawvs3w { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.avmr2p3 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.tehfkhfi { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .e9hy { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.dq4p .izd821, .dq4p .a13pc9nw { max-width: 640px; }
.ud6b81i { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.y4taom9v { position: sticky; top: 96px; align-self: start; }
.y4taom9v .wha1q { font-size: 1.6rem; margin-top: 18px; }
.gvwdhoua .izd821 { margin-bottom: 28px; }
@media (max-width: 860px) { .ud6b81i { grid-template-columns: 1fr; } .y4taom9v { position: static; text-align: center; } }
.nnw8xp .jbcniex8 { margin: 0 auto 18px; }
.nnw8xp .avmr2p3 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .o7f0cv9 { grid-template-columns: 1fr; } }
.gy0zi .wha1q { font-size: 1.6rem; margin-bottom: 6px; }
.x66n .hwrl { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .gy0zi { flex-direction: column; text-align: center; } .f1p2lw { grid-template-columns: 1fr; } }
.dygbijei .wha1q { font-size: 1.35rem; margin: 0 0 4px; }
.dygbijei .avmr2p3 { margin: 0; }
.o9mar .vslwsc { color: var(--accent-light); }
.bd9mji7u .vslwsc { font-size: 2rem; }
.bd9mji7u .mw2n7 { max-width: 680px; }
.s6q20l {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.s6q20l .vslwsc { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.s6q20l .mw2n7  { margin: 0; }
@media (max-width: 640px) { .s6q20l { flex-direction: column; } }
.kklwc .vslwsc { color: var(--accent-light); }
.l1hx3 .vslwsc { color: #fff; }
.l1hx3 .mw2n7  { color: rgba(255,255,255,0.85); }
.sqd2 { max-width: 680px; margin: 0 auto; }
.qrm8p {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .qrm8p { grid-template-columns: 1fr; } }
.txb3ctx2 { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.txb3ctx2 .m1yhk4 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.txb3ctx2 .m1yhk4:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.d8vat .m1yhk4 { background: var(--bg-raised); border-color: transparent; }
.d8vat .m1yhk4:focus { background: var(--bg-card); border-color: var(--accent-light); }
.p6ne9p .m1yhk4 { border-radius: 100px; padding: 11px 20px; }
.p6ne9p .vl3ygmjx { border-radius: 14px; }
@media (max-width: 640px) { .n6ha { grid-template-columns: 1fr; } }
.u2xa33t{position:relative;overflow:visible}
.cc56e .rqwcql{display:block}
.r5ov .p3v8we{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}
.r5ov .k3n3oc::before{content:""}
.bwzl4p4{--date-bg:var(--accent-bg)}
.sh0xu .k3n3oc::before{content:""}
.kgko{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.zcgvk3j{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.nr5fa3ux{display:flex;flex-direction:column;gap:3px}
.znl1{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.rqq2t{font-weight:700;font-size:1rem;color:var(--text-heading)}
.ckza8ox{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.op6e8gt8 .kgko{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.a1n1ltzy .kgko{border-top:3px solid var(--accent);padding-top:18px}
.xduu01 .kgko{border-left:3px solid var(--accent);border-radius:0}
.n4pf5d3r .kgko{padding:20px 0}
@media(max-width:640px){
  .kgko{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ckza8ox{max-width:100%}
}
.a78o .tbgyvd{margin:0}
@media (max-width:560px){
  .qvcgmnyb{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .z127jtqa { padding: 28px 18px 20px; }
  .o0pnyal { font-size: 1.2rem; }
  .h7uhkug { max-width: 220px; max-height: 80px; }
}
.x5j8508 {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.lxibo {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.va0hq  .x5j8508 { border-radius: 50%; }
.b6tut  .x5j8508 { border-radius: 6px; }
.a5e0rk .x5j8508 { border-radius: 22px; }
.bmjoek4 .ahckow9 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .x5j8508 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.bmr2cimu .ho19k {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.bmr2cimu .s6yc6cu {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.bmr2cimu .ahckow9 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.db6qt9b2 .ho19k,
.db6qt9b2 .s6yc6cu {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.db6qt9b2 .ahckow9 {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .db6qt9b2 { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .db6qt9b2 .ahckow9 {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .db6qt9b2 .zkpmi { display: none !important; }
  .db6qt9b2 .auumkl { font-size: 1.1rem !important; }
  .db6qt9b2 .x5j8508 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .ye1517l8 { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .vtpdq7 { flex-direction: row-reverse; }
[dir="rtl"] .rg3mxr8i { flex-direction: row-reverse; }
[dir="rtl"] .de8p1 .g3768 { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .de8p1 .g3768 { right: auto; left: 20px; }
  [dir="rtl"] .ygoz423  .g3768 { left: auto;  right: 20px; }
}
[dir="rtl"] .qj0z .o026  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .lms1ix6 .o026 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .b4lq4, [dir="rtl"] .x0tg6pyl { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .cxlq9 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .r44n { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .d7olpzvk { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .ahckow9 { direction: rtl; }
[dir="rtl"] .x5j8508 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .hg9f7ij0,
[dir="rtl"] .j7kz2 { direction: rtl; }
[dir="rtl"] .e2191iab { direction: rtl; }
[dir="rtl"] .k69rtfye { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .rdnpp8i .x0tg6pyl,
[dir="rtl"] .h1ufh8ri .x0tg6pyl,
[dir="rtl"] .andgi6wu .x0tg6pyl,
[dir="rtl"] .pkm8fll4 .x0tg6pyl {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .rdnpp8i .x0tg6pyl li::before,
[dir="rtl"] .h1ufh8ri .x0tg6pyl li::before,
[dir="rtl"] .andgi6wu .x0tg6pyl li::before,
[dir="rtl"] .pkm8fll4 .x0tg6pyl li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .cc8bl.ejggc .k0c7,
[dir="rtl"] .wtuectj.ejggc .k0c7,
[dir="rtl"] .u23lh4.ejggc .k0c7,
[dir="rtl"] .xy2ot.ejggc .k0c7,
[dir="rtl"] .ckqo8.ejggc .k0c7 { text-align: right; }
[dir="rtl"] .lba4pr61.uiumxf .bd7pc4dm { text-align: center; }
[dir="rtl"] .s6yc6cu,
[dir="rtl"] .bdzrl6,
[dir="rtl"] .bgb27hp,
[dir="rtl"] .k0c7 { text-align: right; }
[dir="rtl"] .nsn5y66,
[dir="rtl"] .lte89,
[dir="rtl"] .izd821,
[dir="rtl"] .m1yhk4,
[dir="rtl"] .vl3ygmjx { text-align: right; direction: rtl; }
[dir="rtl"] .p6ne9p .m1yhk4,
[dir="rtl"] .txb3ctx2 .m1yhk4 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #3fc147;
  --brand:           #3fc147;
  --brand-light:     #3b9041;
  --brand-pale:      #68b06c;
  --grad-start:      #84d789;
  --grad-end:        #b7e1ba;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #3fc147;
  --cta-light:       #2fa836;
  --cta-hover:       #2f9335;
  --bg-page:         #f6f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f5f4;
  --bg-raised:       #eef0ee;
  --bg-hover:        #f4f5f4;
  --border:          #e2e8e3;
  --border-alt:      #d1dbd1;
  --border-section:  #e2e8e3;
  --text-primary:    #171b18;
  --text-muted:      #535e54;
  --text-body:       #2f3630;
  --text-sub:        #475148;
  --text-faint:      #778778;
  --text-dim:        #929f93;
  --text-label:      #5f6c60;
  --text-value:      #3b433c;
  --accent-bg:       #e6eee6;
  --accent-bg-light: #d0e6d1;
  --bg-tip:          #f9f0f8;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f6f9;
  --bg-pros:         #f9f0f8;
  --bg-cons:         #faf6f3;
  --c-pros:          #871b80;
  --c-cons:          #9f4821;
  --c-pros-label:    #a02198;
  --c-tip-border:    #b124a8;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #871b80;
}
:root { --logo-bg-opacity: 79%; }
body, button, input { font-family: "Montserrat", sans-serif; }
.exjp1lt .ndxxq { font-size: 0; width: 1.2rem; flex-shrink: 0; }.exjp1lt .ndxxq::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.exjp1lt .gnrkwhm     .ndxxq::before { content: "";  color: var(--c-tip-border); }.exjp1lt .iek1 .ndxxq::before { content: ""; color: var(--c-warn-border); }.exjp1lt .a1krvd4    .ndxxq::before { content: ""; color: #60a5fa; }.qs4972de .exjp1lt .gnrkwhm     .ndxxq::before { color: #10b981; }.qs4972de .exjp1lt .iek1 .ndxxq::before { color: #f43f5e; }.qs4972de .exjp1lt .a1krvd4    .ndxxq::before { color: #a855f7; }.qcx1w  .exjp1lt .gnrkwhm     .ndxxq::before { color: #eab308; }.qcx1w  .exjp1lt .iek1 .ndxxq::before { color: #ef4444; }.qcx1w  .exjp1lt .a1krvd4    .ndxxq::before { color: #f97316; }.chf3sayp  .exjp1lt .gnrkwhm     .ndxxq::before { color: #38bdf8; }.chf3sayp  .exjp1lt .iek1 .ndxxq::before { color: #818cf8; }.chf3sayp  .exjp1lt .a1krvd4    .ndxxq::before { color: #2dd4bf; }.lehlln0 .exjp1lt .ndxxq::before { color: var(--accent-light) !important; }
.qnqw .ve8iqw, .qnqw .lba4pr61 { min-height: 520px; }
.g2gh::before { content: '·'; font-size: 1.3em; line-height: 1; }