:root {
  --color-accent: #942c44;
  --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;
}
.g4qt2kh3 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.g90dx8 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.uajdqc {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.c2bq { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.m65ause5 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.m65ause5 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.m65ause5 a:hover { color: var(--accent-light); }
.tpo6l     .ez30enm8 { border-radius: 6px; }
.tpo6l .ez30enm8 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.tpo6l .ez30enm8 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
@media (max-width: 640px) {
  .ez30enm8 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .xbiw:hover .ez30enm8,
  .xbiw:focus-within .ez30enm8 { display: block; }
  .ez30enm8 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.ve1ubn9z {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.e33yu { display: none; }
@media (max-width: 640px) {
  .e33yu {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .e33yu.ay4iuxgs { display: block; }
}
@media (max-width: 640px) {
  .ve1ubn9z { display: block; }
  .m65ause5 > li + li::before { display: none !important; }
  .m65ause5 {
    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;
  }
  .m65ause5.ay4iuxgs { display: flex; }
  .m65ause5 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .m65ause5 li:last-child a { border-bottom: none; }
}
.uiarcjas { min-height: 480px; }
.onwbib0 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ydn24 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ar1z .ydn24 { margin-left: 0; margin-right: 0; }
.myolm5l {
  background: var(--cta); color: var(--cta-fg, #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;
}
.f04firj .myolm5l { margin-top: 24px; }
.myolm5l:hover { opacity: 0.88; }
.f5ty3fg {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.loi1496 {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.f5ty3fg .zkvpzg3 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.f5ty3fg .onwbib0 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.f5ty3fg .ydn24 { color: #e2e8f0; }
.f5ty3fg.x8hhg .zkvpzg3 { text-align: center; }
.f5ty3fg.ar1z   .zkvpzg3 { text-align: left; }
.njujf91m .zkvpzg3 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.njujf91m .onwbib0 { color: var(--text-primary); text-shadow: none; }
.njujf91m .ydn24 { color: var(--text-muted); }
.njujf91m .myolm5l { margin-top: 16px; }
.njujf91m, .njujf91m.uiarcjas { min-height: auto !important; }
.njujf91m.x8hhg .zkvpzg3 { text-align: center; }
.njujf91m.ar1z   .zkvpzg3 { text-align: left; }
.njujf91m~.hfqd0h{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}
.njujf91m~.hfqd0h .wkgynp{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}
.mkgd {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.v14qzpn .mkgd,
.v14qzpn .mkgd::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.mi73cufr .mkgd,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.ddyin39 .mkgd,
.ddyin39 .f5ty3fg .loi1496 {
  overflow: hidden;
}
.ddyin39 .mkgd::after,
.ddyin39 .f5ty3fg .loi1496::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.hxg9y07s .mkgd,
.hxg9y07s .mkgd::after,
@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); }
}
.hxg9y07s .f5ty3fg .loi1496 {
  overflow: hidden;
}
.hxg9y07s .f5ty3fg .loi1496::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.pbkj .mkgd,
.pbkj .f5ty3fg .loi1496 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.v14qzpn .f5ty3fg .loi1496 {
  overflow: hidden;
}
.v14qzpn .f5ty3fg .loi1496::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.mi73cufr .f5ty3fg .loi1496 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.mkgd .loi1496 {
  background: none;
}
.mkgd .onwbib0 { color: #fff; }
.mkgd .ydn24 { color: rgba(255,255,255,0.85); }
.qupl4xl .onwbib0 { text-shadow: none; color: var(--text-primary); }
.qupl4xl .ydn24 { color: var(--text-muted); }
body.zkf86oa9 .onwbib0 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.stv0a6qa .onwbib0 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.uiarcjas.mkgd .onwbib0,
section.mkgd .onwbib0 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.qupl4xl.x8hhg .ezvgw { align-items: center; text-align: center; }
.uiarcjas .s3st {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.s3st .h43d4u1c {
  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;
}
.s3st .h43d4u1c::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.s3st .o4byfzx4 { display: contents !important; }
.s3st .o4byfzx4 .r2wcb {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.s3st .o4byfzx4 .gbhm { max-height: 48px; max-width: 96px; }
.s3st .o4byfzx4 .ptb613 {
  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;
}
.s3st .u24p {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.s3st .kdk9d { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.s3st .jndg9 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.s3st .jndg9 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.s3st .nlii { display: contents !important; }
.s3st .nlii .mktyecs:not(.lg0geuaq) { display: none !important; }
.s3st .nlii .lg0geuaq {
  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;
}
.s3st .nlii .lg0geuaq .v4gi2de {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.s3st .nlii .lg0geuaq .s03e3 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.s3st .fk6u6ews { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.s3st .fk6u6ews.bweiot6 {
  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;
}
.s3st .fk6u6ews.bweiot6:hover { opacity: 0.85; }
.s3st .h43d4u1c,
.s3st .h43d4u1c:hover,
.s3st .h43d4u1c:nth-child(even),
.s3st .h43d4u1c:nth-child(odd),
.s3st .h43d4u1c:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.oveazpsp .zkvpzg3 { padding-bottom: 24px; }
.f04firj .zkvpzg3 { max-width: 1100px; }
@media (max-width: 700px) {
  .qupl4xl { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .qupl4xl:not(.zzgpi) .shhim96y { display: none !important; }
  .zzgpi .shhim96y { padding: 16px; }
  .ezvgw  { padding: 36px 24px; }
  .qupl4xl~.hfqd0h,.s5orv~.hfqd0h{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .uiarcjas, .qupl4xl { min-height: 320px !important; }
  .onwbib0 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .hf1g,
  .xz1av,
  .r2g3nzj { grid-template-columns: 1fr !important; }

  

  
  .oveazpsp { display: flex !important; flex-direction: column !important; }
  .oveazpsp .zkvpzg3 { display: contents; }
  .oveazpsp .loi1496 { order: 0; }
  .oveazpsp .onwbib0 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .oveazpsp .hf1g { order: 2; padding: 0 16px 12px !important; }
  .oveazpsp .ydn24 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .f04firj .zkvpzg3 { display: flex; flex-direction: column; }
  .f04firj .zkvpzg3 .onwbib0 { order: 1; }
  .f04firj .zkvpzg3 .r2g3nzj { order: 2; margin: 8px 0 24px !important; }
  .f04firj .zkvpzg3 .ydn24 { order: 3; }
  .f04firj .zkvpzg3 .myolm5l { order: 4; align-self: center; margin-top: 0; }

  
  .qupl4xl.zzgpi {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .qupl4xl.zzgpi .ezvgw { display: contents; padding: 0; }
  .qupl4xl.zzgpi .ezvgw .onwbib0 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .qupl4xl.zzgpi .shhim96y { order: 2; padding: 12px 16px; }
  .qupl4xl.zzgpi .ezvgw .ydn24 { order: 3; padding: 0 24px; margin: 0 auto; }
  .qupl4xl.zzgpi .ezvgw .myolm5l { order: 4; align-self: center; margin: 8px 0 32px; }
}
.owgn4vij { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.jphj { width: 100%; height: auto; display: block; border-radius: 10px; }
.nqyht .owgn4vij        { border-radius: 16px; }
.nqyht .jphj  { border-radius: 16px; }
.tymat3 .owgn4vij         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.tymat3 .jphj   { border-radius: 8px; }
.kxpu87 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.c8sc0 { width: 100%; padding: 32px 0; position: relative; }
.dbyv3xo { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ngt925g .c8sc0:nth-child(even) { background: var(--bg-surface); }
.ngt925g .c8sc0:nth-child(odd)  { background: var(--bg-page); }
.oulob .c8sc0:nth-child(even) { background: var(--bg-card); }
.oulob .c8sc0:nth-child(odd)  { background: var(--bg-page); }
.ngt925g .c8sc0:nth-child(odd)  .dbyv3xo { background: var(--bg-card); border-radius: 6px; }
.ngt925g .c8sc0:nth-child(even) .dbyv3xo { background: var(--bg-raised); border-radius: 6px; }
.oulob .c8sc0:nth-child(odd)  .dbyv3xo { background: var(--bg-card); border-radius: 6px; }
.oulob .c8sc0:nth-child(even) .dbyv3xo { background: var(--bg-raised); border-radius: 6px; }
.ngt925g .c8sc0:nth-child(even) .c84d8mh .gm4zggtc,
.oulob .c8sc0:nth-child(even) .c84d8mh .gm4zggtc { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ngt925g .c8sc0:nth-child(odd) .c84d8mh .gm4zggtc,
.oulob .c8sc0:nth-child(odd) .c84d8mh .gm4zggtc { background: var(--bg-card-inner); }
.ngt925g .c8sc0:nth-child(even) .ja61sq .gm4zggtc:nth-child(odd),
.oulob .c8sc0:nth-child(even) .ja61sq .gm4zggtc:nth-child(odd)  { background: var(--bg-card); }
.ngt925g .c8sc0:nth-child(even) .ja61sq .gm4zggtc:nth-child(even),
.oulob .c8sc0:nth-child(even) .ja61sq .gm4zggtc:nth-child(even) { background: var(--bg-card-inner); }
h1.d5d8tgem { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.d5d8tgem {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.my377so { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.t6po12qc h2.d5d8tgem {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.dn0hiehw h2.d5d8tgem {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.e2knp h2.d5d8tgem {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.x7t7wkef h2.d5d8tgem::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.o3uod h2.d5d8tgem {
  color: var(--text-primary); font-size: 1.7rem;
}
.wieewp h2.d5d8tgem::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.du9y h2.d5d8tgem {
  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) { .jpooz { display: none; } }
.dtd5v { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.npjssc3 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.uwgjy0pg {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.qpj8w { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.gzkvyq3l { padding-left: 20px; }
.gzkvyq3l li { margin-bottom: 6px; }
.gzkvyq3l a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.gzkvyq3l a:hover { color: var(--accent-light); }
.k1lq9j02 .qpj8w { display: none; }
.dfm4don .qpj8w { display: none; }
.dfm4don .gzkvyq3l { padding-left: 0; list-style: none; }
.dfm4don .gzkvyq3l li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.dfm4don .gzkvyq3l a { font-size: 0.92rem; }
.tc0aci .uwgjy0pg { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.tc0aci .qpj8w { display: none; }
.tc0aci .gzkvyq3l { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.tc0aci .gzkvyq3l li { margin-bottom: 0; }
.tc0aci .gzkvyq3l 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;
}
.tc0aci .gzkvyq3l a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.xh4l .uwgjy0pg { padding: 20px 20px 16px; }
.xh4l .gzkvyq3l {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.xh4l .gzkvyq3l li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.xh4l .gzkvyq3l 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;
}
.xh4l .gzkvyq3l 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;
}
.xh4l .gzkvyq3l a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.xh4l .gzkvyq3l a:focus,
.xh4l .gzkvyq3l a:focus-visible,
.xh4l .gzkvyq3l a:target { outline: none; }
.xh4l .gzkvyq3l li:target a { border-color: var(--border); color: var(--text-muted); }
.k3spbh2 .uwgjy0pg { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.k3spbh2 .qpj8w { display: none; }
.k3spbh2 .gzkvyq3l { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.k3spbh2 .gzkvyq3l li { counter-increment: toc-n; margin-bottom: 0; }
.k3spbh2 .gzkvyq3l 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;
}
.k3spbh2 .gzkvyq3l 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;
}
.k3spbh2 .gzkvyq3l a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.aw53zszz .uwgjy0pg { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.aw53zszz .qpj8w { display: none; }
.aw53zszz .gzkvyq3l { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.aw53zszz .gzkvyq3l li { margin-bottom: 0; }
.aw53zszz .gzkvyq3l 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;
}
.aw53zszz .gzkvyq3l a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.spzd1t22 .uwgjy0pg { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.spzd1t22 .qpj8w { display: none; }
.spzd1t22 .gzkvyq3l { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.spzd1t22 .gzkvyq3l li { margin-bottom: 0; }
.spzd1t22 .gzkvyq3l li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.spzd1t22 .gzkvyq3l li:last-child::after { content: ""; margin-right: 0; }
.spzd1t22 .gzkvyq3l a { font-size: 0.9rem; }
.gm4zggtc { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.c84d8mh .gm4zggtc { background: var(--bg-card); }
.ja61sq .gm4zggtc:nth-child(odd)  { background: var(--bg-card); }
.ja61sq .gm4zggtc:nth-child(even) { background: var(--bg-raised); }
.io2qofe .gm4zggtc {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.io2qofe .gm4zggtc:last-child { border-bottom: none; }
.io2qofe h3.my377so { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.j9ra .gm4zggtc {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.j9ra .gm4zggtc + .gm4zggtc { margin-top: 4px; }
.iglccyw .gm4zggtc { background: none; border-radius: 0; padding: 12px 0; }
.iglccyw .gm4zggtc + .gm4zggtc { border-top: 1px solid var(--border-section); }
.pz2cmx { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.mo1rwxz { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.p12s { color: var(--text-body); margin-bottom: 10px; }
.wku9t, .f9inw { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.wku9t li, .f9inw li { margin-bottom: 6px; }
.f9inw li { list-style: decimal; }
.bc9z     .wku9t { list-style-type: "● "; }
.rg46  .wku9t { list-style-type: "■ "; }
.ztjzr .wku9t { list-style-type: "◆ "; }
.aje2bf53    .wku9t { list-style-type: "★ "; }
.bc9z     .vlhqa { list-style-type: "● "; }
.rg46  .vlhqa { list-style-type: "■ "; }
.ztjzr .vlhqa { list-style-type: "◆ "; }
.aje2bf53    .vlhqa { list-style-type: "★ "; }
.bc9z    .wku9t li::marker, .bc9z    .vlhqa li::marker,
.rg46 .wku9t li::marker, .rg46 .vlhqa li::marker,
.ztjzr .wku9t li::marker, .ztjzr .vlhqa li::marker,
.aje2bf53   .wku9t li::marker, .aje2bf53   .vlhqa li::marker {
  color: var(--cta); font-size: 1em;
}
.bc9z .f9inw,
.rg46 .f9inw,
.ztjzr .f9inw,
.aje2bf53 .f9inw {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.bc9z .f9inw li,
.rg46 .f9inw li,
.ztjzr .f9inw li,
.aje2bf53 .f9inw li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.bc9z .f9inw li::before,
.rg46 .f9inw li::before,
.ztjzr .f9inw li::before,
.aje2bf53 .f9inw 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;
}
.bc9z     .f9inw li::before { border-radius: 50%; }
.rg46  .f9inw li::before { border-radius: 3px; }
.ztjzr .f9inw li::before { border-radius: 3px; }
.aje2bf53    .f9inw li::before { border-radius: 50%; }
.zpgj5c { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.e1dt .zpgj5c,
.w6p6gef .zpgj5c { background: transparent; border: none; border-radius: 0; }
.fmrgvby3 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.fmrgvby3 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.fmrgvby3 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.fmrgvby3 tr:hover td { background: var(--bg-hover); }
.wukyquf .fmrgvby3 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.qwp0b .fmrgvby3 { border: 1px solid var(--border-alt); }
.qwp0b .fmrgvby3 th,
.qwp0b .fmrgvby3 td { border: 1px solid var(--border-alt); }
.ob8rqp .fmrgvby3 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.ob8rqp .fmrgvby3 td { border-bottom: none; }
.ob8rqp .fmrgvby3 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.qim7ny2b .fmrgvby3 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.yh37b0 .zpgj5c {
  overflow: hidden;
}
.yh37b0 .fmrgvby3 th { border-bottom: 1px solid var(--border-alt); }
.yh37b0 .fmrgvby3 tr:last-child td { border-bottom: none; }
.ez7n { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.oexhgofz { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.ahnk { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.bq3eyx { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.lh8ea2 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.vlhqa { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.vlhqa 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%}
.h21hk0q .bq3eyx { background: transparent; text-align: center; }
.s8q8aeh .ahnk {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.qtkozo .ahnk {
  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);
}
.h7or .oexhgofz { display: grid; grid-template-columns: auto 1fr; }
.h7or .ahnk {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.h7or .bq3eyx { grid-column: 2; }
.h7or .lh8ea2,
.h7or .vlhqa { grid-column: 1 / -1; }
.ou3sl7rz .oexhgofz { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.ou3sl7rz .ahnk {
  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);
}
.ou3sl7rz .bq3eyx { grid-column: 2; }
.ou3sl7rz .lh8ea2,
.ou3sl7rz .vlhqa { grid-column: 1 / -1; }
.gjq46 .oexhgofz { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.gjq46 .bq3eyx { background: none; color: var(--accent-light); font-weight: 700; }
.tky1m .oexhgofz { 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); }
.tky1m .bq3eyx { background: none; color: var(--accent-light); font-weight: 700; }
.il0x .oexhgofz { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.il0x .oexhgofz:last-child { border-bottom: none; }
.il0x .bq3eyx { background: none; color: var(--accent-light); font-weight: 700; }
.fxhqit .oexhgofz { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.fxhqit .bq3eyx { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.wdoh4 .ez7n { counter-reset: card-n; }
.wdoh4 .oexhgofz  { counter-increment: card-n; }
.wdoh4 .bq3eyx { display: flex; align-items: center; gap: 10px; }
.wdoh4 .bq3eyx::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;
}
.vempcvh .oexhgofz { background: var(--bg-surface); border: 1px solid var(--border); }
.vempcvh .bq3eyx { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.cfignm { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.cfignm         { --cl-hue: var(--accent); }
.us5tf     { --cl-hue: #16a34a; }
.s4m46dzc { --cl-hue: #ea580c; }
.btvv    { --cl-hue: #2563eb; }
.us5tf, .s4m46dzc, .btvv, .js0kbk {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.p36p { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.p36p::before { color: var(--cl-hue); }
.cfignm strong { color: var(--text-primary); font-size: 0.95rem; }
.cfignm p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.vjw609 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.dsnp, .jd5f5m { border-radius: 8px; padding: 14px; }
.dsnp { background: var(--bg-pros); }
.jd5f5m { background: var(--bg-cons); }
.ourzmc5 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.dsnp .ourzmc5 { color: var(--c-pros-label); }
.jd5f5m .ourzmc5 { color: #f87171; }
.dsnp ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.jd5f5m ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.jphj { width: 100%; height: auto; border-radius: 10px; display: block; }
.bweiot6 {
  background: var(--cta); color: var(--cta-fg, #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;
}
.bweiot6:hover { opacity: 0.85; }
.n2kj9q5 .bweiot6  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.n2kj9q5 .bweiot6:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.htbcf .bweiot6  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.htbcf .bweiot6:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.n2kj9q5 .fk6u6ews.bweiot6, .htbcf .fk6u6ews.bweiot6,
.n2kj9q5 .r6qp90 .bweiot6, .htbcf .r6qp90 .bweiot6 {
  background: var(--cta); border: none; color: #fff;
}
.n2kj9q5 .fk6u6ews.bweiot6:hover, .htbcf .fk6u6ews.bweiot6:hover,
.n2kj9q5 .r6qp90 .bweiot6:hover, .htbcf .r6qp90 .bweiot6:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.n782 .myolm5l { border-radius: 50px; }
.n782 .bweiot6  { border-radius: 50px; }
.ri5n .myolm5l,
.ri5n .bweiot6 { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.ri5n .myolm5l:hover,
.ri5n .bweiot6:hover { filter: brightness(1.08); opacity: 1; }
.ndm72lme .myolm5l,
.ndm72lme .bweiot6 { box-shadow: 0 3px 14px -2px var(--cta); }
.ndm72lme .myolm5l:hover,
.ndm72lme .bweiot6:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.q0fehfrj .myolm5l,
.q0fehfrj .bweiot6 { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.q0fehfrj .myolm5l:hover,
.q0fehfrj .bweiot6:hover { opacity: 1; }
.q0fehfrj .myolm5l:active,
.q0fehfrj .bweiot6:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.l9o4 .myolm5l,
.l9o4 .bweiot6 { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.l9o4 .myolm5l:hover,
.l9o4 .bweiot6:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.l9o4 .myolm5l:active,
.l9o4 .bweiot6:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.w6kgm31 .myolm5l,
.w6kgm31 .bweiot6 { position: relative; overflow: hidden; }
.w6kgm31 .myolm5l::before,
.w6kgm31 .bweiot6::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;
}
.w6kgm31 .myolm5l:hover::before,
.w6kgm31 .bweiot6:hover::before { left: 135%; }
.xx67qe .myolm5l,
.xx67qe .bweiot6 { border-radius: 0; }
.wls9cqcu .myolm5l { padding-left: 22px; padding-right: 22px; }
.wls9cqcu .bweiot6  { padding-left: 12px; padding-right: 12px; }
.qnj9dchm .myolm5l { padding-left: 44px; padding-right: 44px; }
.qnj9dchm .bweiot6  { padding-left: 24px; padding-right: 24px; }
.ujl85r22 .myolm5l { padding-left: 56px; padding-right: 56px; }
.ujl85r22 .bweiot6  { padding-left: 32px; padding-right: 32px; }
.kw9u   .myolm5l::after, .kw9u   .bweiot6::after,
.un2d .myolm5l::after, .un2d .bweiot6::after,
.gh8sak    .myolm5l::after, .gh8sak    .bweiot6::after,
.h5e9x    .myolm5l::after, .h5e9x    .bweiot6::after,
.qsish    .myolm5l::after, .qsish    .bweiot6::after,
.tpq5a     .myolm5l::after, .tpq5a     .bweiot6::after,
.tipjv2    .myolm5l::after, .tipjv2    .bweiot6::after,
.lxznxj   .myolm5l::after, .lxznxj   .bweiot6::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;
}
.kw9u .myolm5l::after, .kw9u .bweiot6::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");
}
.un2d .myolm5l::after, .un2d .bweiot6::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");
}
.gh8sak .myolm5l::after, .gh8sak .bweiot6::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");
}
.h5e9x .myolm5l::after, .h5e9x .bweiot6::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");
}
.qsish .myolm5l::after, .qsish .bweiot6::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");
}
.tpq5a .myolm5l::after, .tpq5a .bweiot6::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");
}
.tipjv2 .myolm5l::after, .tipjv2 .bweiot6::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");
}
.lxznxj .myolm5l::after, .lxznxj .bweiot6::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");
}
.f130p06   .z32b::after, .f130p06   .wiyg1::after,
.tnh8yscw .z32b::after, .tnh8yscw .wiyg1::after,
.cizzmsxs    .z32b::after, .cizzmsxs    .wiyg1::after,
.cf5alehp    .z32b::after, .cf5alehp    .wiyg1::after,
.pogr2k2m    .z32b::after, .pogr2k2m    .wiyg1::after,
.f9xg9     .z32b::after, .f9xg9     .wiyg1::after,
.v2iw    .z32b::after, .v2iw    .wiyg1::after,
.qcvs5yp   .z32b::after, .qcvs5yp   .wiyg1::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;
}
.f130p06 .z32b::after, .f130p06 .wiyg1::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");
}
.tnh8yscw .z32b::after, .tnh8yscw .wiyg1::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");
}
.cizzmsxs .z32b::after, .cizzmsxs .wiyg1::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");
}
.cf5alehp .z32b::after, .cf5alehp .wiyg1::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");
}
.pogr2k2m .z32b::after, .pogr2k2m .wiyg1::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");
}
.f9xg9 .z32b::after, .f9xg9 .wiyg1::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");
}
.v2iw .z32b::after, .v2iw .wiyg1::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");
}
.qcvs5yp .z32b::after, .qcvs5yp .wiyg1::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");
}
.xi7zg {
  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;
}
.h43d4u1c {
  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;
}
.h43d4u1c > * { min-width: 0; }
.h43d4u1c:hover { background: var(--bg-hover); }
.h43d4u1c > [itemprop="item"] { display: contents; }
.h43d4u1c [itemprop="itemReviewed"],
.h43d4u1c [itemprop="reviewRating"] { display: none; }
.h43d4u1c::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;
}
.o4byfzx4 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.r2wcb {
  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;
}
.gbhm { max-height: 52px; max-width: 110px; object-fit: contain; }
.ptb613 {
  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;
}
.pvb99v80 .r2wcb    { background: #1a1a1a; }
.ztc5ehnr .r2wcb   { background: rgba(128,128,128,.12); }
.zddv1gv .r2wcb { background: var(--bg-raised); }
.w0w7g .r2wcb    { background: transparent; padding: 0; }
.u24p {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.kdk9d { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.jndg9 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.nlii {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.mktyecs {
  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;
}
.v4gi2de {
  
  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%;
}
.s03e3 {
  
  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;
}
.fk6u6ews {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.fk6u6ews.bweiot6 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .h43d4u1c {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .h43d4u1c::before    { grid-area: rank;   }
  .o4byfzx4           { grid-area: ident;  }
  .u24p     { grid-area: rating; min-width: 0; width: auto; }
  .nlii           { grid-area: pills;  }
  .fk6u6ews             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .h43d4u1c {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .h43d4u1c::before    { justify-self: center; }
  .o4byfzx4           { width: 100%; }
  .u24p     { justify-self: center; }
  .nlii           { grid-template-columns: 1fr; }
}
.p1t5s {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.m8rl {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.gpzyn {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.gpzyn img { max-width: 80px; max-height: 50px; object-fit: contain; }
.p7lgvy { flex: 1; }
.p7lgvy h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.mwfu75 { color: var(--c-stars); font-size: 1.1rem; }
.gdjc { margin-bottom: 8px; }
.gu172ah {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 22px;
  padding: 12px 24px; font-size: 0.86rem;
  background: var(--bg-surface); border-top: 1px solid var(--border-alt);
}
.gu172ah > span { color: var(--accent); font-weight: 700; }
.gjro4n3 em, .c1etnu em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .gu172ah { padding: 10px 16px; gap: 6px 16px; } }
.r6qp90 { flex-shrink: 0; align-self: flex-start; }
.r6qp90 .bweiot6 { white-space: nowrap; }
@media (max-width: 560px) {
  .m8rl { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .gpzyn { order: 1; }
  .r6qp90 { order: 2; margin-left: auto; align-self: center; }
  .p7lgvy { order: 3; flex: 1 1 100%; min-width: 0; }
}
.ty5ks img.zk1kn { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.e1dt { padding: 20px 24px; }
.byww50p4 { color: var(--text-muted); margin-bottom: 16px; }
.ycad { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.hmrswxlc, .ovbfb { list-style: none; font-size: 0.9rem; }
.hmrswxlc li { color: var(--c-pros); margin-bottom: 4px; }
.ovbfb li { color: var(--c-cons); margin-bottom: 4px; }
.hmrswxlc li::before { content: "✓"; margin-right: 5px; }
.ovbfb li::before { content: "✗"; margin-right: 5px; }
.cxbre9v .hmrswxlc li::before { content: "→"; }
.cxbre9v .ovbfb li::before { content: "–"; }
.y88or47  .hmrswxlc li::before { content: "★"; }
.y88or47  .ovbfb li::before { content: "✕"; }
.qtt2    .hmrswxlc li::before { content: "◆"; }
.qtt2    .ovbfb li::before { content: "▲"; }
.wskur  .hmrswxlc li::before { content: "▶"; }
.wskur  .ovbfb li::before { content: "■"; }
.fdxq4 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.qeqkbg3q { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.n4rjk { background: var(--bg-pros); color: var(--c-tag-pay); }
.jjmo5 { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.dkflg .jjmo5 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.hfwn01 .jjmo5 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .al8wlhg .cbgt03l {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .al8wlhg .p1t5s { margin: 0; }
}
.qlvebhf .m8rl { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.qlvebhf .p7lgvy h3 { color: var(--accent-light); }
.qlvebhf .gpzyn { background: var(--bg-page); border: 1px solid var(--border); }
.c7rs085 .p1t5s { border-top: 4px solid var(--accent); }
.c7rs085 .m8rl { background: var(--bg-card); }
.riaied .p1t5s { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.riaied .m8rl { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.riaied .e1dt { padding: 14px 16px; }
.riaied .gpzyn { border-radius: 4px; }
.riaied .jjmo5 { border-radius: 0; }
.i7rj7y26 .m8rl { padding: 0; gap: 0; overflow: hidden; }
.i7rj7y26 .gpzyn { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.i7rj7y26 .p7lgvy { padding: 16px 20px; }
.i7rj7y26 .r6qp90 { padding: 16px 20px; align-self: center; }
.qa1ei .mwfu75 { font-size: .95rem; }
.w6p6gef .vjw609 { gap: 10px; }
.w6p6gef .dsnp, .w6p6gef .jd5f5m { padding: 12px; }
.w6p6gef .dsnp ul, .w6p6gef .jd5f5m ul { margin: 4px 0 0; padding-left: 18px; }
.w6p6gef .dsnp li, .w6p6gef .jd5f5m li { font-size: .85rem; margin-bottom: 3px; }
.remxy11 .qeqkbg3q { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .puhuuy { grid-template-columns: 1fr; }
  .xiy7 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .xiy7 .z6o7 { width: 72px; height: 50px; }
  .xiy7 .yyci { max-width: 180px; }
  .xiy7 .gqjxe { width: auto; }
}
.dik9czx .qa1ei .mwfu75 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .dik9czx { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .cwbqhp46 { padding: 16px; }
  .m0vgk .y92ka { min-width: 50%; }
}
.g5zt .vjw609 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .seldwj { grid-template-columns: 1fr; }
  .fmol { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .phefzki { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .nq1re7rw { flex-wrap: wrap; padding: 16px; }
}
.f3j9xk .vjw609 { gap: 8px; }
.f3j9xk .dsnp, .f3j9xk .jd5f5m { padding: 8px; }
@media (max-width: 480px) {
  .jlkfc { flex-direction: column; align-items: stretch; }
}
.jwm5 .gqjxe .bweiot6 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .jkvm4bqf { flex-direction: column; align-items: stretch; gap: 10px; }
  .jwm5 .gqjxe { text-align: center; }
}
@media (max-width: 720px) {
  .kgywa { grid-template-columns: 1fr; }
  .c97jal { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .cv9zv74 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.zsieal79 .xaav { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.iqx9b9 .mwfu75 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .wd0epq { grid-template-columns: 1fr; }
  .iqx9b9 { width: 100px; height: 100px; margin: 16px auto; }
  .zsieal79 { font-size: 1.4rem; }
  .x10xb { justify-content: center; }
  .pady2jm7 .y92ka { min-width: 50%; }
}
.f57i .vjw609 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .xxfrch { flex-wrap: wrap; padding: 14px 16px; }
  .ixct8q { padding: 12px 16px; }
  .f57i .vjw609 { margin: 0 16px; }
  .f57i .remxy11 { padding: 0 16px; }
  .eped1ne5 { padding: 12px 16px; }
}
.lflaf .h43d4u1c {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.lflaf .h43d4u1c:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.ve6bu .xi7zg { gap: 18px; }
.ve6bu .h43d4u1c {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.ve6bu .h43d4u1c:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.wtbji9 .xi7zg {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.wtbji9 .h43d4u1c {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.wtbji9 .h43d4u1c:last-child { border-bottom: none; }
.wtbji9 .o4byfzx4,
.wtbji9 .u24p,
.wtbji9 .nlii {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.dxw7t .xi7zg { gap: 0; }
.dxw7t .h43d4u1c {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.dxw7t .h43d4u1c:last-child { border-bottom: none; }
.dxw7t .h43d4u1c:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.dxw7t .h43d4u1c:nth-child(even):hover { background: var(--bg-hover); }
.ple34 .h43d4u1c {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.fgvzfnl .nlii .mktyecs {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.fgvzfnl .nlii .mktyecs:first-child { border-left: none; }
.wxhvihg9 .nlii .mktyecs {
  background: transparent; padding: 4px 8px;
}
.wxhvihg9 .nlii .v4gi2de { font-size: .65rem; opacity: .65; }
.wxhvihg9 .nlii .s03e3   { font-size: 1.15rem; color: var(--accent-light); }
.m7i7 .nlii .mktyecs {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.jndg9 { display: none; }
.xubj1w .kdk9d { font-size: 1rem; letter-spacing: 2px; }
.sgtf12s .kdk9d {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.w641may .kdk9d,
.i5tu4ma2 .kdk9d,
.wa2fy5m .kdk9d { display: none; }
.w641may .jndg9,
.i5tu4ma2 .jndg9,
.wa2fy5m .jndg9 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.w641may .jndg9 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.w641may .jndg9 small { display: none; }
.i5tu4ma2 .jndg9 {
  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;
}
.i5tu4ma2 .jndg9 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.wa2fy5m .jndg9 {
  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;
}
.wa2fy5m .jndg9 small { display: none; }
.w641may .gdjc .mwfu75,
.i5tu4ma2 .gdjc .mwfu75,
.wa2fy5m .gdjc .mwfu75 { display: none; }
.w641may .gdjc strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.w641may .xaav { display: none; }
.i5tu4ma2 .gdjc strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.i5tu4ma2 .oxnq,
.i5tu4ma2 .xaav { font-size: 1em; }
.wa2fy5m .gdjc strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.wa2fy5m .xaav { display: none; }
.l9ab { margin: 16px 0; }
.dmf1gv2 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.dmf1gv2 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.dmf1gv2 summary::after { content: "+"; color: var(--accent-light); }
.dmf1gv2[open] summary::after { content: "−"; }
.dmf1gv2 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.c8sc0 { margin-bottom: 0; }
.e15l h2.d5d8tgem { color: var(--text-primary); border-color: var(--accent-light); }
.px9e4snx h2.d5d8tgem { color: var(--text-primary); border-color: var(--accent-light); }
.r1rmo .us5tf     { background: #052e16; border-color: #10b981; }
.r1rmo .s4m46dzc { background: #2d0a1e; border-color: #f43f5e; }
.r1rmo .btvv    { background: #1e1036; border-color: #a855f7; }
.r1rmo .cfignm strong  { color: #f1f5f9; }
.r1rmo .cfignm p       { color: #cbd5e1; }
.r1rmo .vn8x1x8e    .us5tf     .p36p::before,
.r1rmo .l88yh  .us5tf     .p36p::before,
.r1rmo .drrhu  .us5tf     .p36p::before,
.r1rmo .l1kyp .us5tf     .p36p::before { color: #10b981; }
.r1rmo .vn8x1x8e    .s4m46dzc .p36p::before,
.r1rmo .l88yh  .s4m46dzc .p36p::before,
.r1rmo .drrhu  .s4m46dzc .p36p::before,
.r1rmo .l1kyp .s4m46dzc .p36p::before { color: #f43f5e; }
.r1rmo .vn8x1x8e    .btvv    .p36p::before,
.r1rmo .l88yh  .btvv    .p36p::before,
.r1rmo .drrhu  .btvv    .p36p::before,
.r1rmo .l1kyp .btvv    .p36p::before { color: #a855f7; }
.ioy2 .us5tf     { background: #2d2000; border-color: #eab308; }
.ioy2 .s4m46dzc { background: #2d0b0b; border-color: #ef4444; }
.ioy2 .btvv    { background: #2d1600; border-color: #f97316; }
.ioy2 .cfignm strong  { color: #f1f5f9; }
.ioy2 .cfignm p       { color: #cbd5e1; }
.ioy2 .vn8x1x8e    .us5tf     .p36p::before,
.ioy2 .l88yh  .us5tf     .p36p::before,
.ioy2 .drrhu  .us5tf     .p36p::before,
.ioy2 .l1kyp .us5tf     .p36p::before { color: #eab308; }
.ioy2 .vn8x1x8e    .s4m46dzc .p36p::before,
.ioy2 .l88yh  .s4m46dzc .p36p::before,
.ioy2 .drrhu  .s4m46dzc .p36p::before,
.ioy2 .l1kyp .s4m46dzc .p36p::before { color: #ef4444; }
.ioy2 .vn8x1x8e    .btvv    .p36p::before,
.ioy2 .l88yh  .btvv    .p36p::before,
.ioy2 .drrhu  .btvv    .p36p::before,
.ioy2 .l1kyp .btvv    .p36p::before { color: #f97316; }
.n2jmjgrh .us5tf     { background: #0c1a2e; border-color: #38bdf8; }
.n2jmjgrh .s4m46dzc { background: #12103a; border-color: #818cf8; }
.n2jmjgrh .btvv    { background: #0a2020; border-color: #2dd4bf; }
.n2jmjgrh .cfignm strong  { color: #f1f5f9; }
.n2jmjgrh .cfignm p       { color: #cbd5e1; }
.n2jmjgrh .vn8x1x8e    .us5tf     .p36p::before,
.n2jmjgrh .l88yh  .us5tf     .p36p::before,
.n2jmjgrh .drrhu  .us5tf     .p36p::before,
.n2jmjgrh .l1kyp .us5tf     .p36p::before { color: #38bdf8; }
.n2jmjgrh .vn8x1x8e    .s4m46dzc .p36p::before,
.n2jmjgrh .l88yh  .s4m46dzc .p36p::before,
.n2jmjgrh .drrhu  .s4m46dzc .p36p::before,
.n2jmjgrh .l1kyp .s4m46dzc .p36p::before { color: #818cf8; }
.n2jmjgrh .vn8x1x8e    .btvv    .p36p::before,
.n2jmjgrh .l88yh  .btvv    .p36p::before,
.n2jmjgrh .drrhu  .btvv    .p36p::before,
.n2jmjgrh .l1kyp .btvv    .p36p::before { color: #2dd4bf; }
.whne::before,
.ce8xboh::before { margin-right: 5px; }
.os79yot .dsnp ul li,
.os79yot .hmrswxlc li         { color: #4ade80; }
.os79yot .dsnp .whne { color: #22c55e; }
.os79yot .jd5f5m ul li,
.os79yot .ovbfb li         { color: #f87171; }
.os79yot .jd5f5m .ce8xboh { color: #ef4444; }
.l84l .dsnp { background: var(--bg-pros); }
.l84l .jd5f5m { background: var(--bg-cons); }
.l84l .dsnp .whne { color: var(--c-pros-label); }
.l84l .jd5f5m .ce8xboh { color: var(--c-cons); }
.l84l .dsnp ul li,
.l84l .hmrswxlc li            { color: var(--c-pros); }
.l84l .jd5f5m ul li,
.l84l .ovbfb li            { color: var(--c-cons); }
.ysnluse .dsnp { background: var(--bg-pros); }
.ysnluse .jd5f5m { background: var(--bg-cons); }
.ysnluse .dsnp .whne { color: var(--c-pros-label); }
.ysnluse .jd5f5m .ce8xboh { color: var(--c-cons); }
.ysnluse .dsnp ul li,
.ysnluse .hmrswxlc li          { color: var(--c-pros); }
.ysnluse .jd5f5m ul li,
.ysnluse .ovbfb li          { color: var(--c-cons); }
.dld44q .whne::before { content: "✓ "; }
.dld44q .ce8xboh::before { content: "✗ "; }
.cxbre9v .whne::before { content: "→ "; }
.cxbre9v .ce8xboh::before { content: "← "; }
.y88or47 .whne::before { content: "★ "; }
.y88or47 .ce8xboh::before { content: "✕ "; }
.qtt2 .whne::before { content: "◆ "; }
.qtt2 .ce8xboh::before { content: "▲ "; }
.hfwn01 .cfignm { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.hfwn01 .cfignm strong { color: var(--text-primary); }
.hfwn01 .cfignm p      { color: var(--text-muted); }
.dkflg .cfignm { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.uumk .cfignm {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.uumk .cfignm strong,
.uumk .cfignm p { color: #fff; }
.uumk .p36p::before { color: rgba(255,255,255,0.9) !important; }
.cxz11n .cfignm {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.cxz11n .cfignm strong { color: var(--text-primary); }
.cxz11n .cfignm p      { color: var(--text-muted); }
.l722x .cfignm { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.vn8x1x8e .p36p,
.l88yh .p36p,
.drrhu .p36p,
.l1kyp .p36p { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.vn8x1x8e .p36p::before,
.l88yh .p36p::before,
.drrhu .p36p::before,
.l1kyp .p36p::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.vn8x1x8e .us5tf     .p36p::before { content: "✦"; color: var(--c-tip-border); }
.vn8x1x8e .s4m46dzc .p36p::before { content: "▲"; color: var(--c-warn-border); }
.vn8x1x8e .btvv    .p36p::before { content: "◉"; color: #60a5fa; }
.l88yh .us5tf     .p36p::before { content: "★"; color: var(--c-tip-border); }
.l88yh .s4m46dzc .p36p::before { content: "◆"; color: var(--c-warn-border); }
.l88yh .btvv    .p36p::before { content: "●"; color: #60a5fa; }
.drrhu .us5tf     .p36p::before { content: "▶"; color: var(--c-tip-border); }
.drrhu .s4m46dzc .p36p::before { content: "■"; color: var(--c-warn-border); }
.drrhu .btvv    .p36p::before { content: "▸"; color: #60a5fa; }
.l1kyp .us5tf     .p36p::before { content: "→"; color: var(--c-tip-border); }
.l1kyp .s4m46dzc .p36p::before { content: "⬥"; color: var(--c-warn-border); }
.l1kyp .btvv    .p36p::before { content: "◈"; color: #60a5fa; }
.lu1x4zm5 .c84d8mh .gm4zggtc,
.lu1x4zm5 .ja61sq .gm4zggtc  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.lu1x4zm5 .oexhgofz                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.lu1x4zm5 .h43d4u1c                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.lu1x4zm5 .p1t5s            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.lu1x4zm5 .zpgj5c          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.lu1x4zm5 .uwgjy0pg                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.t02qpq4 .c84d8mh .gm4zggtc,
.t02qpq4 .ja61sq .gm4zggtc,
.t02qpq4 .oexhgofz,
.t02qpq4 .h43d4u1c,
.t02qpq4 .p1t5s,
.t02qpq4 .zpgj5c,
.t02qpq4 .uwgjy0pg,
.t02qpq4 .l722x .cfignm { box-shadow: none; }
.fr59   .p12s, .fr59 .pz2cmx, .fr59 .mo1rwxz,
.fr59   .dtd5v, .fr59 .npjssc3 { font-size: 0.9rem; }
.fr59   .wku9t, .fr59 .f9inw { font-size: 0.9rem; }
.olxk   .p12s, .olxk .pz2cmx, .olxk .mo1rwxz,
.olxk   .dtd5v, .olxk .npjssc3 { font-size: 0.95rem; }
.olxk   .wku9t, .olxk .f9inw { font-size: 0.95rem; }
.oo0se   .p12s, .oo0se .pz2cmx, .oo0se .mo1rwxz,
.oo0se   .dtd5v, .oo0se .npjssc3 { font-size: 1.08rem; }
.oo0se   .wku9t, .oo0se .f9inw { font-size: 1.05rem; }
.oo0se   .fmrgvby3 { font-size: 0.97rem; }
.ucxj6esx .onwbib0      { font-size: 3.2rem; }
.ucxj6esx h2.d5d8tgem { font-size: 1.9rem; }
.ucxj6esx h3.my377so     { font-size: 1.4rem; }
.dnkr8f6 .onwbib0      { font-size: 3.8rem; }
.dnkr8f6 h2.d5d8tgem { font-size: 2.2rem; }
.dnkr8f6 h3.my377so     { font-size: 1.6rem; }
.c8sc0 + .c8sc0 { position: relative; }
.y8h9ymd2   .c8sc0 + .c8sc0::before,
.skjx0cl  .c8sc0 + .c8sc0::before,
.mu9gnpq6   .c8sc0 + .c8sc0::before,
.coo54f4i   .c8sc0 + .c8sc0::before,
.yelvfgdl   .c8sc0 + .c8sc0::before,
.z62i5 .c8sc0 + .c8sc0::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.y8h9ymd2 .c8sc0 + .c8sc0::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.skjx0cl .c8sc0 + .c8sc0::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.mu9gnpq6 .c8sc0 + .c8sc0::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;
}
.coo54f4i .c8sc0 + .c8sc0::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.kegq8wa .c8sc0 { margin-bottom: 16px; }
.kegq8wa .c8sc0 + .c8sc0 { margin-top: 0; }
.kegq8wa .dbyv3xo { padding-top: 0; padding-bottom: 0; }
.yelvfgdl .c8sc0 + .c8sc0::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.z62i5 .c8sc0 + .c8sc0::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.j6shvcab .c8sc0 + .c8sc0::before,
.uojy1rw .c8sc0 + .c8sc0::before,
.epwa2a6 .c8sc0 + .c8sc0::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%;
}
.ngt925g .j6shvcab .c8sc0:nth-child(even)::before,
.ngt925g .uojy1rw .c8sc0:nth-child(even)::before,
.ngt925g .epwa2a6 .c8sc0:nth-child(even)::before { background: var(--bg-surface); }
.oulob .j6shvcab .c8sc0:nth-child(even)::before,
.oulob .uojy1rw .c8sc0:nth-child(even)::before,
.oulob .epwa2a6 .c8sc0:nth-child(even)::before { background: var(--bg-card); }
.j6shvcab .c8sc0 + .c8sc0::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");
}
.uojy1rw .c8sc0 + .c8sc0::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");
}
.epwa2a6 .c8sc0 + .c8sc0::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");
}
.xcgqbq86 .f5ty3fg,
.h4p5yjx .f5ty3fg,
.dbds5otu .f5ty3fg { overflow: hidden; }
.xcgqbq86 .zkvpzg3,
.h4p5yjx .zkvpzg3 { margin-bottom: 60px; }
.dbds5otu .zkvpzg3 { margin-bottom: 70px; }
.xcgqbq86 .ezvgw,
.xcgqbq86 .f5ty3fg::before,
.h4p5yjx .f5ty3fg::before,
.dbds5otu .f5ty3fg::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.xcgqbq86 .f5ty3fg::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");
}
.h4p5yjx .f5ty3fg::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");
}
.dbds5otu .f5ty3fg::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.p7nfg .f5ty3fg:not(.mkgd) .loi1496 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.w8ooga .f5ty3fg:not(.mkgd) .loi1496 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.b0s62  .f5ty3fg:not(.mkgd) .loi1496 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.hz6w  .f5ty3fg:not(.mkgd) .loi1496 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.p7nfg .mkgd { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.p7nfg .ypi73 { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.p7nfg .qupl4xl { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.w8ooga .mkgd { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.b0s62 .mkgd { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.hz6w .mkgd { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.nukg .mkgd { background: var(--accent); }
.nukg .mkgd .loi1496 { background: none; }
.nukg .f5ty3fg:not(.mkgd) .loi1496 { background: rgba(0,0,0,0.6); }
.eg7v .owgn4vij { float: left; width: 38%; margin: 0 28px 16px 0; }
.eg7v .owgn4vij .jphj { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.eg7v .dbyv3xo::after { content: ''; display: block; clear: both; }
.zqp0 .owgn4vij { float: right; width: 38%; margin: 0 0 16px 28px; }
.zqp0 .owgn4vij .jphj { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.zqp0 .dbyv3xo::after { content: ''; display: block; clear: both; }
.rlki .c8sc0:nth-child(odd)  .owgn4vij { float: left;  width: 38%; margin: 0 28px 16px 0; }
.rlki .c8sc0:nth-child(even) .owgn4vij { float: right; width: 38%; margin: 0 0 16px 28px; }
.rlki .owgn4vij .jphj { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.rlki .dbyv3xo::after { content: ''; display: block; clear: both; }
.eg7v .ez7n,
.eg7v .xi7zg,
.zqp0 .ez7n,
.zqp0 .xi7zg,
.rlki .ez7n,
.rlki .xi7zg { clear: both; }
@media (max-width: 900px) {
  .eg7v .owgn4vij,
  .zqp0 .owgn4vij,
  .rlki .c8sc0:nth-child(odd)  .owgn4vij,
  .rlki .c8sc0:nth-child(even) .owgn4vij {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .eg7v .owgn4vij .jphj,
  .zqp0 .owgn4vij .jphj,
  .rlki .owgn4vij .jphj {
    max-height: none !important;
  }
}
.eg7v .wku9t,
.eg7v .f9inw,
.zqp0 .wku9t,
.zqp0 .f9inw,
.rlki .wku9t,
.rlki .f9inw { overflow: hidden; }
@media (max-width: 640px) {
  .eg7v .owgn4vij,
  .zqp0 .owgn4vij,
  .rlki .owgn4vij { float: none; width: 100%; margin: 0 0 16px 0; }
}
.m41e0 .kxpu87,
.m41e0 .dbyv3xo,
.m41e0 .jaw7  { max-width: 1100px; }
.r7s9ing .kxpu87,
.r7s9ing .dbyv3xo,
.r7s9ing .jaw7  { max-width: 1200px; }
.mibt .kxpu87,
.mibt .dbyv3xo,
.mibt .jaw7  { max-width: 1320px; }
.n57xvype { font-size: 0.82rem; color: var(--text-muted); }
.jba45 { display: flex; align-items: center; }
.o6e4ezn {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.wmnp74sm { display: flex; align-items: center; }
.s1gdmhm { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.s1gdmhm:hover { text-decoration: underline; }
.ko67vqi { margin: 0 3px; opacity: 0.45; }
.ko67vqi::before { content: '/'; }
.nen25f62 { padding: 2px 5px; color: var(--text-main); }
.w1p8 .n57xvype {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.w1p8 .jba45 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.l684lj .n57xvype {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.l684lj .jba45 { padding: 0 0 0 12px; }
.n4z3g {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.ix7h8 .jba45 { padding: 0 16px; }
.ix7h8 .n57xvype {
  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);
}
.ix7h8 .kxpu87 { padding-top: 28px; }
@media (max-width: 720px) {
  .n4z3g { margin-top: 18px; padding: 0 16px; }
  .ix7h8 .kxpu87 { padding-top: 16px; }
}
.m41e0.w1p8 .jba45 { max-width: 1100px; }
.r7s9ing.w1p8 .jba45 { max-width: 1200px; }
.mibt.w1p8 .jba45 { max-width: 1320px; }
.m41e0 .n4z3g { max-width: 1100px; }
.r7s9ing .n4z3g { max-width: 1200px; }
.mibt .n4z3g { max-width: 1320px; }
.x6six .c8sc0 { padding-top: 16px; padding-bottom: 16px; }
.kkdy1 .c8sc0 { padding-top: 24px; padding-bottom: 24px; }
.poouya .c8sc0 { padding-top: 40px; padding-bottom: 40px; }
.r3jyp .c8sc0 { padding-top: 52px; padding-bottom: 52px; }
.f0iper .c8sc0:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.f0iper .c8sc0:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.f0iper .c8sc0:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.f0iper .c8sc0:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.k87zuoyg .dbyv3xo { padding-top: 10px;  padding-bottom: 10px; }
.dzki28i .dbyv3xo { padding-top: 18px;  padding-bottom: 18px; }
.x0uxoi6 .dbyv3xo { padding-top: 36px;  padding-bottom: 36px; }
.gzcryc .dbyv3xo { padding-top: 48px;  padding-bottom: 48px; }
.w1vq h2.d5d8tgem { font-weight: 600; }
.w1vq h3.my377so     { font-weight: 600; }
.j1ozgxz { font-weight: 500; }
.j1ozgxz h2.d5d8tgem { font-weight: 800; }
.j1ozgxz h3.my377so     { font-weight: 700; }
.akz7r74i h2.d5d8tgem { font-weight: 900; }
.akz7r74i h3.my377so     { font-weight: 800; }
.akz7r74i .cfignm strong,
.akz7r74i .cfignm strong { font-weight: 600; }
.z32b {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.i3608 .z32b { display: none; }
@media (max-width: 640px) {
  .z32b { display: none !important; }
}
.z32b { background: var(--cta) !important; color: #fff !important; border: none !important; }
.z32b:hover { opacity: 0.85; }
.xqgdo2 .z32b { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.f3go  .wiyg1 { left: 32px; }
@media (max-width: 480px) {
  .dach54 .wiyg1 { right: 20px; bottom: 20px; }
  .f3go  .wiyg1 { left: 20px; bottom: 20px; }
}
.nrpg2c { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.jaw7 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.r11aqjt { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.fyo8en { color: var(--text-dim); font-size: 0.8rem; }
.rqrkop { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.rqrkop img { height: 26px; width: auto; object-fit: contain; }
.bz1y a, .c2il a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.bz1y a:hover, .c2il a:hover { color: var(--accent-light); }
.c2il { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.jy28z .jaw7 { text-align: center; }
.jy28z .c2il { justify-content: center; margin-bottom: 16px; }
.jy28z .r11aqjt { margin-top: 0; }
.d8qho { margin-top: 10px; }
.d8qho a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .jaw7 { padding-left: 16px; padding-right: 16px; }
  .o3nbaxb .jaw7 { padding: 20px 16px; }
  .c2il { gap: 4px 12px; }
  .r11aqjt { font-size: 0.78rem; }
}
.s7dkfiok .ub7nqp3k .rqrkop { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.s7dkfiok .r11aqjt { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.s7dkfiok .fyo8en { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .s7dkfiok .jt4r1 { grid-template-columns: 1fr 1fr; } .s7dkfiok .ub7nqp3k { grid-column: 1 / -1; } }
@media (max-width: 480px) { .s7dkfiok .jt4r1 { grid-template-columns: 1fr; } }
.zra3owab .rqrkop { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.zra3owab .r11aqjt { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .zra3owab .y0hsym { gap: 12px; } .zra3owab .rqrkop { margin-right: 0; width: 100%; } }
.jt4wish2 .ez1wg .rqrkop { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.jt4wish2 .r11aqjt { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.jt4wish2 .fyo8en { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .jt4wish2 .aqxcx2 { grid-template-columns: 1fr 1fr; } .jt4wish2 .ez1wg { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jt4wish2 .aqxcx2 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .jn3b3 .lx2r4lb { grid-template-columns: 1fr 1fr; } .jn3b3 .a97tgr:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jn3b3 .lx2r4lb { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .ceoiok .lx2r4lb { grid-template-columns: 1fr; } }
.h2llku .jaw7 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.h2llku .c2il { justify-content: center; }
.qpdtv .g4qt2kh3      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.qpdtv .nrpg2c { background: var(--bg-page); border-top-color: var(--border-alt); }
.aj5agauu .g4qt2kh3      { background: #0d1117; border-bottom-color: #21262d; }
.aj5agauu .uajdqc { color: var(--accent-light); }
.aj5agauu .m65ause5 { --msep-color: #8b949e; }
.aj5agauu .m65ause5 a { color: #8b949e; }
.aj5agauu .m65ause5 a:hover { color: var(--accent-light); }
.aj5agauu .ve1ubn9z { color: #8b949e; }
.aj5agauu .nrpg2c { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.aj5agauu .r11aqjt,
.aj5agauu .fyo8en { color: #6e7681; }
.aj5agauu .bz1y a, .aj5agauu .c2il a,
.aj5agauu .rqrkop { color: #e6edf3; }
.aj5agauu .bz1y a:hover, .aj5agauu .c2il a:hover,
@media (max-width: 640px) {
  .aj5agauu .m65ause5 { background: #0d1117; border-top-color: #21262d; }
  .aj5agauu .m65ause5 li a { border-bottom-color: #21262d; }
}
.nhzdcom .g4qt2kh3      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.nhzdcom .uajdqc { color: var(--accent-light); }
.nhzdcom .m65ause5 { --msep-color: #475569; }
.nhzdcom .m65ause5 a { color: #475569; }
.nhzdcom .m65ause5 a:hover { color: var(--accent-light); }
.nhzdcom .ve1ubn9z { color: #64748b; }
.nhzdcom .nrpg2c { background: #f0f4f8; border-top-color: #cbd5e1; }
.nhzdcom .r11aqjt,
.nhzdcom .fyo8en { color: #64748b; }
.nhzdcom .bz1y a, .nhzdcom .c2il a,
.nhzdcom .hnsxi a, .nhzdcom .rqrkop { color: #374151; }
.nhzdcom .bz1y a:hover, .nhzdcom .c2il a:hover,
@media (max-width: 640px) {
  .nhzdcom .m65ause5 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .nhzdcom .m65ause5 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.fc44a .g4qt2kh3      { background: var(--accent); border-bottom-color: var(--accent-light); }
.fc44a .uajdqc { color: #fff; }
.fc44a .m65ause5 { --msep-color: rgba(255,255,255,0.82); }
.fc44a .m65ause5 a { color: rgba(255,255,255,0.82); }
.fc44a .m65ause5 a:hover { color: #fff; }
.fc44a .ve1ubn9z { color: rgba(255,255,255,0.9); }
.fc44a .nrpg2c { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.fc44a .r11aqjt,
.fc44a .fyo8en { color: rgba(255,255,255,0.72); }
.fc44a .bz1y a, .fc44a .c2il a,
.fc44a .hnsxi a, .fc44a .rqrkop { color: #fff; }
.fc44a .bz1y a:hover, .fc44a .c2il a:hover,
@media (max-width: 640px) {
  .fc44a .m65ause5 { background: var(--accent); border-top-color: var(--accent-light); }
  .fc44a .m65ause5 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.msht .g4qt2kh3 {
  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);
}
.msht .nrpg2c {
  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) {
  .msht .m65ause5 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.f5tmhl .g90dx8 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.l0v4s .g90dx8 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.gg3or .g90dx8 { min-height: 72px; height: auto; }
.evrjw97v .g90dx8 { min-height: 84px; height: auto; }
.o3nbaxb .g90dx8 { max-width: none; padding: 0 32px; }
.o3nbaxb .jaw7  { max-width: none; padding: 24px 32px; }
.a85wbv6.r7s9ing .g90dx8 { max-width: 1200px; }
.a85wbv6.mibt .g90dx8 { max-width: 1320px; }
.ph024l   .uajdqc, .ph024l   .rqrkop { text-transform: capitalize; }
.zlbap8 .uajdqc, .zlbap8 .rqrkop { text-transform: lowercase; }
.zcvb17uy .uajdqc, .zcvb17uy .rqrkop { text-transform: uppercase; letter-spacing: 0.06em; }
.p9p4ey, .yutzpth {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.sq4eqmzo .p9p4ey,
.sq4eqmzo .yutzpth { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.jf1bjkxg .p9p4ey,
.jf1bjkxg .yutzpth { 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; }
.dor7n5vg .p9p4ey,
.dor7n5vg .yutzpth { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.xazh .p9p4ey,
.xazh .yutzpth { 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; }
.lyroy   .m65ause5 a { font-weight: 500; }
.devmd1 .m65ause5 a { font-weight: 600; }
.z7bz     .m65ause5 a { font-weight: 700; }
.cnvbzh    .m65ause5 a { font-weight: 800; letter-spacing: 0.01em; }
.ycu3l4h1     .m65ause5 > li + li::before,
.yiqjf    .m65ause5 > li + li::before,
.q8wueb64    .m65ause5 > li + li::before,
.w406 .m65ause5 > li + li::before,
.mkh3i0n .m65ause5 > li + li::before,
.x15l  .m65ause5 > li + li::before,
.ozj7gyl    .m65ause5 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ycu3l4h1     .m65ause5 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.yiqjf    .m65ause5 > li + li::before { content: "|"; }
.q8wueb64    .m65ause5 > li + li::before { content: "—"; }
.w406 .m65ause5 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.mkh3i0n .m65ause5 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.x15l  .m65ause5 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.ozj7gyl    .m65ause5 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ex7zg .ve1ubn9z,
  .mqm9 .ve1ubn9z,
  .zz50c .ve1ubn9z,
  .sadod .ve1ubn9z,
  .rlrtpw8c .ve1ubn9z {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ex7zg .ve1ubn9z::before,
  .mqm9 .ve1ubn9z::before,
  .zz50c .ve1ubn9z::before,
  .sadod .ve1ubn9z::before,
  .rlrtpw8c .ve1ubn9z::before { content: ""; display: block; flex-shrink: 0; }

  
  .ex7zg .ve1ubn9z::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;
  }

  
  .mqm9 .ve1ubn9z::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;
  }

  
  .zz50c .ve1ubn9z::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;
  }

  
  .sadod .ve1ubn9z::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;
  }

  
  .rlrtpw8c .ve1ubn9z::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) {
  .uigcjd .ve1ubn9z {
    padding: 5px 14px;
  }
  .uigcjd .m65ause5 {
    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;
  }
  .uigcjd .m65ause5 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .uigcjd .m65ause5 li a:hover { background: var(--bg-raised); }
  .uigcjd .e33yu,
  .aia54g .e33yu,
  .gi7p2vq .e33yu { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .o4o4 .ve1ubn9z {
    padding: 5px 10px;
  }
  .o4o4 .m65ause5 {
    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);
  }
  .o4o4 .m65ause5.ay4iuxgs { transform: translateX(0); }
  .o4o4 .m65ause5 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .o4o4 .m65ause5 li:last-child a { border-bottom: none; }
  .fc44a .m65ause5,
  .aj5agauu .m65ause5 { background: var(--accent) !important; }
  .fc44a .m65ause5 li a,
  .aj5agauu .m65ause5 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .gi7p2vq .ve1ubn9z {
    padding: 5px 10px;
  }
  .gi7p2vq .m65ause5 {
    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);
  }
  .gi7p2vq .m65ause5::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .gi7p2vq .m65ause5.ay4iuxgs { transform: translateY(0); }
  .gi7p2vq .m65ause5 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .g8uuz .ve1ubn9z {
    padding: 5px 10px;
  }
  .g8uuz .m65ause5 {
    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;
  }
  .g8uuz .m65ause5.ay4iuxgs { opacity: 1; pointer-events: auto; }
  .g8uuz .m65ause5 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .cgd3i     .ve1ubn9z { border-radius: 0 !important; }
  .u965k   .ve1ubn9z { border-radius: 8px !important; }
  .zh0ctry .ve1ubn9z { border-radius: 50% !important; }
  .u39u   .ve1ubn9z { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .xmni .x196mmvc { flex-direction: column; align-items: stretch; }
  .xmni .qglfky { flex-direction: row; min-width: auto; }
  .xmni .h74fc9ze { align-items: flex-start; text-align: left; }
}
.yl17e,
.yl17e.c8sc0,
.ngt925g .yl17e,
.v83w .yl17e,
.oulob .yl17e,
.j3sc .yl17e {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.bpfm52m {
  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;
}
.vsap4fg { flex: 1 1 280px; min-width: 0; }
.xvam3q3o {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.ldje1l {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.wcdt {
  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;
}
.wcdt:hover { transform: translateY(-1px); opacity: 0.95; }
.yxe5 .bpfm52m {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.yxe5 .xvam3q3o { color: var(--cta); }
.yxe5 .ldje1l { color: var(--text-body); }
.yxe5 .wcdt {
  background: var(--cta) !important;
  color: #fff !important;
}
.eb6l1zp6 .bpfm52m {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.eb6l1zp6 .xvam3q3o { color: var(--text-primary); }
.eb6l1zp6 .ldje1l { color: var(--text-body); }
.eb6l1zp6 .wcdt {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .bpfm52m {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .vsap4fg { flex: 0 0 auto; }
  .xvam3q3o { font-size: 1.2rem; }
  .wcdt { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.ydehxzu .c2bq { height: 36px; }
.nlivvka4 .c2bq { height: 60px; max-width: 200px; }
.uiijupp .c2bq { height: 56px; max-width: 180px; }
.q1jilm74    .kdk9d, .q1jilm74    .mwfu75 { color: #f59e0b; }
.lgaz1v      .kdk9d { font-size: 1rem; letter-spacing: 1.5px; }
.lgaz1v      .mwfu75   { font-size: 1.35rem; }
.d0cd    .kdk9d, .d0cd    .mwfu75 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.z2ju9f9     .kdk9d, .z2ju9f9     .mwfu75 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.wwbbx .kdk9d, .wwbbx .mwfu75 { color: var(--cta); letter-spacing: 2px; }
.ltry81   .kdk9d, .ltry81   .mwfu75 { color: #e91e63; letter-spacing: 2px; }
.rv1g  .kdk9d, .rv1g  .mwfu75 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.h59epgq     .kdk9d, .h59epgq     .mwfu75 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.fgvzfnl .mktyecs + .mktyecs {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.fqtizc4e .h43d4u1c { padding: 18px 24px; min-height: 68px; }
.wxhvihg9 .v4gi2de {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.wxhvihg9 .s03e3 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.m7i7 .mktyecs {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.xi7zg { counter-reset: cs-rank; }
.xi7zg .h43d4u1c { counter-increment: cs-rank; }
.xi7zg .h43d4u1c::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;
}
.pxhx .xi7zg { counter-reset: cs-rank; gap: 0; }
.pxhx .h43d4u1c {
  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;
}
.pxhx .h43d4u1c::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;
}
.pxhx .o4byfzx4 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.pxhx .r2wcb {
  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;
}
.pxhx .gbhm { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.pxhx .o4byfzx4 { min-width: 0; flex-direction: column; width: 100%; }
.pxhx .ptb613 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.pxhx .kdk9d { color: var(--cta, var(--accent)); }
.pxhx .jndg9 { font-weight: 700; }
.pxhx .mktyecs {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.pxhx .v4gi2de {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.pxhx .s03e3 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.pxhx .lg0geuaq .s03e3 { font-size: 1.3rem; color: var(--accent-light); }
.pxhx .fk6u6ews {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.pxhx .h43d4u1c:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .pxhx .xi7zg {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .pxhx .h43d4u1c {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .pxhx .h43d4u1c { padding: 40px 16px 20px; }
  .pxhx .mktyecs {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .pxhx .fk6u6ews { width: 100%; min-width: 0; }
}
.g111 .xi7zg { counter-reset: cs-rank; gap: 10px; }
.g111 .h43d4u1c {
  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);
}
.g111 .h43d4u1c::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);
}
.g111 .o4byfzx4 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.g111 .r2wcb {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.g111 .gbhm { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.g111 .ptb613 {
  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;
}
.g111 .kdk9d { color: var(--cta, var(--accent)); }
.g111 .mktyecs {
  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;
}
.g111 .v4gi2de {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.g111 .s03e3 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.g111 .lg0geuaq .s03e3 { color: var(--accent-light); }
.g111 .fk6u6ews {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.g111 .h43d4u1c:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .g111 .h43d4u1c {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .g111 .h43d4u1c::before {
    position: absolute; top: 14px; left: 14px;
  }
  .g111 .o4byfzx4 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .g111 .ptb613 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .g111 .mktyecs {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .g111 .fk6u6ews { width: 100%; min-width: 0; }
  .g111 .kdk9d { min-width: 0; }
}
.p4qv .h43d4u1c::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.by3suo .dmf1gv2 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.by3suo .dmf1gv2 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.by3suo .dmf1gv2 p { padding: 0 2px 16px; }
.bj080r .dmf1gv2 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.bj080r .dmf1gv2 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.bj080r .dmf1gv2 summary::after { content: "›"; font-size: 1.2em; }
.bj080r .dmf1gv2[open] summary::after { content: "‹"; }
.bj080r .dmf1gv2 p { padding: 10px 22px 4px; }
.r7n7tz .dmf1gv2 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.r7n7tz .dmf1gv2 summary { color: var(--text-primary); padding-left: 16px; }
.r7n7tz .dmf1gv2 summary::after { content: "›"; font-size: 1.1em; }
.r7n7tz .dmf1gv2[open] summary::after { content: "‹"; }
.r7n7tz .dmf1gv2 p { padding-left: 16px; }
.tr8kvbi .l9ab { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.tr8kvbi .dmf1gv2 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.tr8kvbi .dmf1gv2:last-child { border-bottom: none; }
.tr8kvbi .dmf1gv2 summary { color: var(--text-primary); border-radius: 0; }
.tr8kvbi .dmf1gv2 summary::after { content: "›"; font-size: 1.1em; }
.tr8kvbi .dmf1gv2[open] summary::after { content: "‹"; }
.k810vcw .dmf1gv2 { overflow: hidden; }
.k810vcw .dmf1gv2 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.k810vcw .dmf1gv2 summary::after { color: rgba(255,255,255,.75); }
.k810vcw .dmf1gv2[open] summary { border-radius: 0; }
.yz7rkz { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.l69ylu {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.aabfndj7 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.r7ja9mtx { color: var(--text-muted); font-size: 1.05rem; }
.bldsk6sj {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.t41z8 { margin-bottom: 20px; }
.l3tde1y {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.fdf4pa3 {
  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;
}
.fdf4pa3:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.ml7t8e { resize: vertical; min-height: 130px; }
.bk07k8 { width: 100%; margin-top: 8px; }
.fiup {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.l5evo {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.vpajuj { color: var(--text-muted); line-height: 1.75; }
.pzcdlh9 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.pzcdlh9 li { margin-bottom: 6px; }
.h7r9 { max-width: 760px; margin: 0 auto; }
.aixq { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.nw0sw { max-width: 760px; margin: 0 auto; }
.xk4vth7 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.wfhebsr ul.pzcdlh9 { margin: 0; }
.ykj1td5e .xk4vth7 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .ykj1td5e { grid-template-columns: 1fr; gap: 10px; } }
.x1wo { max-width: 640px; margin: 0 auto; text-align: center; }
.non08 { margin-bottom: 48px; }
.non08 .xk4vth7 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.non08 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.uz11uu .pzcdlh9 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .uvnn3rx { grid-template-columns: 1fr; } }
.elqxy { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.elqxy:hover .rphn { color: var(--accent-light); text-decoration: underline; }
.w95eyp { color: inherit; text-decoration: none; }
.w95eyp:hover { color: var(--accent-light); text-decoration: underline; }
.ova7tnwz { display: inline-block; line-height: 0; }
.zv6f { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.f496 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.f496:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.dtkla { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.f496 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.f496 ul.pzcdlh9 { margin: 0; }
.pszmoiq0 { color: var(--text-muted); line-height: 1.75; }
.vrn5 .pzcdlh9,
.sqbykkua .pzcdlh9,
.xcdv .pzcdlh9,
.p5vc0 .pzcdlh9 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.vrn5 .f496,
.sqbykkua .f496 { text-align: left; }
.vrn5 .dtkla,
.sqbykkua .dtkla { text-align: center; }
.u8u0odn { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.fmrqxiz8 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.q7d4bggw { font-size: 1.1rem; }
.q9wt { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.nmhvcwt0 { margin-top: 12px; }
.zkltw { 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; }
.zkltw:hover { border-bottom-color: var(--accent-light); }
.h1q3kz4 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.h1q3kz4 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.toh42jy5 { width: 260px; height: 260px; }
.pfcl1spx { border-radius: 50%; }
.fmyi30 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.thq0hfgi { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .vniq { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.f0tpzc7q .q9wt, .f0tpzc7q .fmrqxiz8 { max-width: 640px; }
.by5ivbv { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.iift8 { position: sticky; top: 96px; align-self: start; }
.iift8 .u8u0odn { font-size: 1.6rem; margin-top: 18px; }
.e4aa .q9wt { margin-bottom: 28px; }
@media (max-width: 860px) { .by5ivbv { grid-template-columns: 1fr; } .iift8 { position: static; text-align: center; } }
.g2z84l .h1q3kz4 { margin: 0 auto 18px; }
.g2z84l .fmyi30 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .mmuq { grid-template-columns: 1fr; } }
.g5mvcn5 .u8u0odn { font-size: 1.6rem; margin-bottom: 6px; }
.p5vc0 .pzcdlh9 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .g5mvcn5 { flex-direction: column; text-align: center; } .etnnnwm { grid-template-columns: 1fr; } }
.cl00q .u8u0odn { font-size: 1.35rem; margin: 0 0 4px; }
.cl00q .fmyi30 { margin: 0; }
.tln4 .aabfndj7 { color: var(--accent-light); }
.h9z77u .aabfndj7 { font-size: 2rem; }
.h9z77u .r7ja9mtx { max-width: 680px; }
.tq3rkf {
  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;
}
.tq3rkf .aabfndj7 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.tq3rkf .r7ja9mtx  { margin: 0; }
@media (max-width: 640px) { .tq3rkf { flex-direction: column; } }
.pp72lw .aabfndj7 { color: var(--accent-light); }
.igwsa .aabfndj7 { color: #fff; }
.igwsa .r7ja9mtx  { color: rgba(255,255,255,0.85); }
.ejwsim { max-width: 680px; margin: 0 auto; }
.qndgjq {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .qndgjq { grid-template-columns: 1fr; } }
.tlzwtr1p .fdf4pa3 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.tlzwtr1p .fdf4pa3:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.xchbe2 .fdf4pa3 { background: var(--bg-raised); border-color: transparent; }
.xchbe2 .fdf4pa3:focus { background: var(--bg-card); border-color: var(--accent-light); }
.w859c2ge .fdf4pa3 { border-radius: 100px; padding: 11px 20px; }
.w859c2ge .ml7t8e { border-radius: 14px; }
.gxmzz9t {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .gxmzz9t { grid-template-columns: 1fr; } }
.slko0q {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.slko0q h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.slko0q p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.qqvumu { counter-reset: priv-count; }
.xlt6gug {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.xlt6gug:last-child { border-bottom: none; }
.c1miln {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.xlt6gug h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.xlt6gug p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.gi0wux { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.gi0wux li { margin-bottom: 6px; }
.vjp4l9n{display:none}
.vjp4l9n:empty,.wkgynp:empty{display:none}
.dbhi{position:relative;overflow:visible}
.ppnrl .hfqd0h,.wjbp0eq .hfqd0h,
.eqa7xjm .hfqd0h,.bt6ueh .hfqd0h,
.aluwzm7 .hfqd0h,.iudxb .hfqd0h{display:block}
.ipswp .baioti{display:block}
.ppnrl .hfqd0h,.wjbp0eq .hfqd0h,
.eqa7xjm .hfqd0h,.bt6ueh .hfqd0h,
.aluwzm7 .hfqd0h{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.ppnrl .hfqd0h .wkgynp,.wjbp0eq .hfqd0h .wkgynp,
.eqa7xjm .hfqd0h .wkgynp,.bt6ueh .hfqd0h .wkgynp,
.aluwzm7 .hfqd0h .wkgynp{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.ppnrl .jg9oy,.wjbp0eq .jg9oy,
.eqa7xjm .jg9oy,.bt6ueh .jg9oy,
.aluwzm7 .jg9oy{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.ppnrl .hfqd0h,.wjbp0eq .hfqd0h{top:12px}
.ppnrl .hfqd0h .wkgynp{margin-right:auto}
.wjbp0eq .hfqd0h .wkgynp{margin-left:auto}
.wjbp0eq .hfqd0h{text-align:right}
.eqa7xjm .hfqd0h,.bt6ueh .hfqd0h{bottom:12px}
.eqa7xjm .hfqd0h .wkgynp{margin-right:auto}
.bt6ueh .hfqd0h .wkgynp{margin-left:auto}
.bt6ueh .hfqd0h{text-align:right}
.aluwzm7 .hfqd0h{position:relative;margin-top:16px}
.aluwzm7 .hfqd0h .wkgynp{margin:0 auto}
.iudxb .hfqd0h{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.iudxb .hfqd0h .wkgynp{margin:0}
.iudxb .qupl4xl~.hfqd0h,
.iudxb .s5orv~.hfqd0h{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.iudxb .qupl4xl~.hfqd0h .wkgynp,
.iudxb .s5orv~.hfqd0h .wkgynp{justify-content:flex-start}
.qupl4xl~.hfqd0h,.s5orv~.hfqd0h{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.qupl4xl~.hfqd0h .wkgynp{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.s5orv~.hfqd0h .wkgynp{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.baioti .wkgynp{margin:0 0 12px}
.wkgynp{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.gnr5xt5{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.rphn{font-weight:600;color:var(--text-heading);opacity:1}
.b7d5no::before{content:"·";margin:0 2px;opacity:.5}
.jg9oy{white-space:nowrap}
.h9tce .gnr5xt5{display:none}
.za9mb7 .jg9oy{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.za9mb7 .b7d5no::before{content:""}
.zkddyy .jg9oy{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}
.zkddyy .b7d5no::before{content:""}
.ze5u .wkgynp{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.gdbeh .jg9oy{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.gdbeh .b7d5no::before{content:""}
.rzp196 .jg9oy{color: var(--accent-light);opacity:1;font-weight:500}
.lmqq7q .jg9oy{border-bottom:1px solid currentColor;padding-bottom:2px}
.g6y631 .wkgynp{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.zbihnyr3{--date-bg:transparent}
.ildx4rv .b7d5no::before{content:""}
.tf2a3b .b7d5no::before{content:"•";opacity:.4}
.tf2a3b .jg9oy + .jg9oy::before{content:"•";margin-right:6px;opacity:.4}
.xsxxaf0 .b7d5no::before{content:"/";opacity:.35}
.xsxxaf0 .jg9oy + .jg9oy::before{content:"/";margin-right:6px;opacity:.35}
.vr68 .b7d5no::before{content:"|";opacity:.3}
.vr68 .jg9oy + .jg9oy::before{content:"|";margin-right:6px;opacity:.3}
.qucu .b7d5no::before{content:"—";opacity:.3}
.qucu .jg9oy + .jg9oy::before{content:"—";margin-right:6px;opacity:.3}
.mx6xcpl .b7d5no::before{content:"◆";font-size:.5em;opacity:.35}
.mx6xcpl .jg9oy + .jg9oy::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.sahy2 .b7d5no::before{content:"·";opacity:.4}
.sahy2 .jg9oy + .jg9oy::before{content:"·";margin-right:6px;opacity:.4}
.c7gn .b7d5no::before{content:"›";opacity:.4}
.c7gn .jg9oy + .jg9oy::before{content:"›";margin-right:6px;opacity:.4}
.ade2 .b7d5no::before{content:"→";opacity:.35;font-size:.85em}
.ade2 .jg9oy + .jg9oy::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.wtiiva{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.btxkn{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.yg2uvod{display:flex;flex-direction:column;gap:3px}
.icjkxb{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.nqrdq0t{font-weight:700;font-size:1rem;color:var(--text-heading)}
.im9m2ss9{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.wa2r .wtiiva{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.ho899o .wtiiva{border-top:3px solid var(--accent);padding-top:18px}
.cngo5f2 .wtiiva{border-left:3px solid var(--accent);border-radius:0}
.q5j0v .wtiiva{padding:20px 0}
@media(max-width:640px){
  .wtiiva{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .im9m2ss9{max-width:100%}
}
.wzr9z .zpgj5c{margin:0}
@media (max-width:560px){
  .qcfk8{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) {
  .k2kc58ou { padding: 28px 18px 20px; }
  .necp { font-size: 1.2rem; }
  .ka2vw { max-width: 220px; max-height: 80px; }
}
.tq5zqt {
  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);
}
.b1dyg {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.ozhera  .tq5zqt { border-radius: 50%; }
.wtg3a  .tq5zqt { border-radius: 6px; }
.m22xkuxq .tq5zqt { border-radius: 22px; }
.sxagz .bpfm52m {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .tq5zqt { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ho5zue9 .c8sc0 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ho5zue9 .dbyv3xo {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ho5zue9 .bpfm52m {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.gxnpa {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.gxnpa.cwbm5a5 { transform: translate(-50%, 0); }
.gxnpa .c8sc0,
.gxnpa .dbyv3xo {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.gxnpa .bpfm52m {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.rtdp {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.rtdp::before,
.rtdp::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.rtdp::before { transform: translate(-50%, -50%) rotate(45deg); }
.rtdp::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.rtdp:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .gxnpa { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .gxnpa .bpfm52m {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .gxnpa .ldje1l { display: none !important; }
  .gxnpa .xvam3q3o { font-size: 1.1rem !important; }
  .gxnpa .tq5zqt { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .rtdp { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .g90dx8 { flex-direction: row-reverse; }
[dir="rtl"] .m65ause5 { flex-direction: row-reverse; }
[dir="rtl"] .f3go  .wiyg1 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .dach54 .wiyg1 { right: auto; left: 20px; }
  [dir="rtl"] .f3go  .wiyg1 { left: auto;  right: 20px; }
}
[dir="rtl"] .eg7v .owgn4vij  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .zqp0 .owgn4vij { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .wku9t, [dir="rtl"] .f9inw { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .dsnp { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .jd5f5m { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .cfignm { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .bpfm52m { direction: rtl; }
[dir="rtl"] .tq5zqt { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .h43d4u1c,
[dir="rtl"] .n57xvype { direction: rtl; }
[dir="rtl"] .uwgjy0pg { direction: rtl; }
[dir="rtl"] .gzkvyq3l { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .bc9z .f9inw,
[dir="rtl"] .rg46 .f9inw,
[dir="rtl"] .ztjzr .f9inw,
[dir="rtl"] .aje2bf53 .f9inw {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .bc9z .f9inw li::before,
[dir="rtl"] .rg46 .f9inw li::before,
[dir="rtl"] .ztjzr .f9inw li::before,
[dir="rtl"] .aje2bf53 .f9inw li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .f5ty3fg.ar1z .zkvpzg3,
[dir="rtl"] .njujf91m.ar1z .zkvpzg3,
[dir="rtl"] .mkgd.ar1z .zkvpzg3,
[dir="rtl"] .oveazpsp.ar1z .zkvpzg3,
[dir="rtl"] .f04firj.ar1z .zkvpzg3 { text-align: right; }
[dir="rtl"] .qupl4xl.x8hhg .ezvgw { text-align: center; }
[dir="rtl"] .dbyv3xo,
[dir="rtl"] .dtd5v,
[dir="rtl"] .npjssc3,
[dir="rtl"] .zkvpzg3 { text-align: right; }
[dir="rtl"] .bldsk6sj,
[dir="rtl"] .l3tde1y,
[dir="rtl"] .q9wt,
[dir="rtl"] .fdf4pa3,
[dir="rtl"] .ml7t8e { text-align: right; direction: rtl; }
[dir="rtl"] .w859c2ge .fdf4pa3,
[dir="rtl"] .tlzwtr1p .fdf4pa3 { padding-right: 20px; padding-left: 20px; }
.htza2 .xi7zg,
.sfd3q .xi7zg,
.ap4hrwz .xi7zg { gap: 0; }
.hsakme7l .xi7zg { gap: 14px; }
.htza2 .h43d4u1c,
.sfd3q .h43d4u1c,
.hsakme7l .h43d4u1c,
.ap4hrwz .h43d4u1c {
  
  grid-template-columns: auto 260px minmax(0, 1fr) auto auto;
  gap: 20px;
  padding: 22px 26px;
  align-items: center;
  
  grid-auto-flow: dense;
}
.htza2 .h43d4u1c,
.sfd3q .h43d4u1c,
.ap4hrwz .h43d4u1c {
  background: var(--bg-card);
  border: none; border-radius: 0;
}
.htza2 .h43d4u1c:nth-child(even),
.ap4hrwz .h43d4u1c:nth-child(even) { background: var(--accent-bg); }
.sfd3q .h43d4u1c + .h43d4u1c { border-top: 1px solid var(--border-alt); }
.hsakme7l .h43d4u1c {
  border: 1px solid var(--border-alt); border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.htza2 .h43d4u1c:hover,
.sfd3q .h43d4u1c:hover,
.ap4hrwz .h43d4u1c:hover { background: var(--bg-hover); }
.htza2 .h43d4u1c::before,
.sfd3q .h43d4u1c::before,
.hsakme7l .h43d4u1c::before,
.ap4hrwz .h43d4u1c::before {
  width: 40px; min-width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--accent-bg); color: var(--accent);
  font-size: 1.15rem; font-weight: 700;
}
.ap4hrwz .h43d4u1c::before {
  background: var(--accent); color: var(--cta-fg, #fff);
}
.htza2 .o4byfzx4,
.sfd3q .o4byfzx4,
.hsakme7l .o4byfzx4,
.ap4hrwz .o4byfzx4 {
  grid-column: 2;
  flex-direction: row; align-items: center; justify-content: flex-start;
  width: auto; gap: 16px; text-align: left;
}
.htza2 .r2wcb,
.sfd3q .r2wcb,
.hsakme7l .r2wcb,
.ap4hrwz .r2wcb {
  width: 78px; height: 78px; padding: 0;
  border-radius: 50%; overflow: hidden; flex-shrink: 0;
}
.htza2 .gbhm,
.sfd3q .gbhm,
.hsakme7l .gbhm,
.ap4hrwz .gbhm {
  width: 100%; height: 100%; max-width: none; max-height: none;
  object-fit: cover;
}
.htza2 .ptb613,
.sfd3q .ptb613,
.hsakme7l .ptb613,
.ap4hrwz .ptb613 {
  font-size: 1.3rem; font-weight: 700; color: var(--accent);
  text-align: left;
}
.ap4hrwz .ptb613 { font-size: 1.45rem; font-weight: 800; }
.htza2 .nlii,
.sfd3q .nlii,
.hsakme7l .nlii,
.ap4hrwz .nlii {
  grid-column: 3; display: block;
  justify-self: center; width: min(100%, 340px);
}
.htza2 .nlii .lg0geuaq,
.sfd3q .nlii .lg0geuaq,
.hsakme7l .nlii .lg0geuaq,
.ap4hrwz .nlii .lg0geuaq {
  background: var(--accent-bg);
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  flex-direction: row; justify-content: center;
}
.htza2 .nlii .lg0geuaq .v4gi2de,
.sfd3q .nlii .lg0geuaq .v4gi2de,
.hsakme7l .nlii .lg0geuaq .v4gi2de,
.ap4hrwz .nlii .lg0geuaq .v4gi2de { display: none; }
.htza2 .nlii .lg0geuaq .s03e3::before,
.sfd3q .nlii .lg0geuaq .s03e3::before,
.hsakme7l .nlii .lg0geuaq .s03e3::before,
.ap4hrwz .nlii .lg0geuaq .s03e3::before { content: "\1F381\00a0"; }
.htza2 .nlii .lg0geuaq .s03e3,
.sfd3q .nlii .lg0geuaq .s03e3,
.hsakme7l .nlii .lg0geuaq .s03e3,
.ap4hrwz .nlii .lg0geuaq .s03e3 {
  font-size: 1.05rem; font-weight: 700; color: var(--text-primary);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.htza2 .nlii .a33c5o,
.sfd3q .nlii .a33c5o,
.hsakme7l .nlii .a33c5o,
.ap4hrwz .nlii .a33c5o { display: none; }
.htza2 .u24p,
.sfd3q .u24p,
.hsakme7l .u24p,
.ap4hrwz .u24p {
  grid-column: 4; min-width: 120px; width: auto;
}
.htza2 .kdk9d,
.sfd3q .kdk9d,
.hsakme7l .kdk9d,
.ap4hrwz .kdk9d { display: block; font-size: 1.25rem; letter-spacing: 2px; }
.htza2 .jndg9,
.sfd3q .jndg9,
.hsakme7l .jndg9,
.ap4hrwz .jndg9 { display: none; }
.htza2 .fk6u6ews.bweiot6,
.sfd3q .fk6u6ews.bweiot6,
.hsakme7l .fk6u6ews.bweiot6,
.ap4hrwz .fk6u6ews.bweiot6 {
  grid-column: 5;
  min-width: 190px;
  border-radius: 999px;
  padding: 17px 34px !important;
  font-size: 1.05rem !important; font-weight: 700;
}
.ap4hrwz .fk6u6ews.bweiot6 { box-shadow: 0 4px 16px color-mix(in srgb, var(--cta) 45%, transparent); }
@media (max-width: 1080px) {
  .htza2 .h43d4u1c,
  .sfd3q .h43d4u1c,
  .hsakme7l .h43d4u1c,
  .ap4hrwz .h43d4u1c {
    grid-template-columns: auto 220px minmax(0, 1fr) auto;
    gap: 16px; padding: 18px;
  }
  .htza2 .u24p,
  .sfd3q .u24p,
  .hsakme7l .u24p,
  .ap4hrwz .u24p { display: none; }
  .htza2 .fk6u6ews.bweiot6,
  .sfd3q .fk6u6ews.bweiot6,
  .hsakme7l .fk6u6ews.bweiot6,
  .ap4hrwz .fk6u6ews.bweiot6 { grid-column: 4; min-width: 150px; padding: 14px 24px !important; }
}
@media (max-width: 720px) {
  .htza2 .h43d4u1c,
  .sfd3q .h43d4u1c,
  .hsakme7l .h43d4u1c,
  .ap4hrwz .h43d4u1c {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "rank  ident"
      "pills pills"
      "cta   cta";
    gap: 12px 14px; padding: 18px 16px;
    text-align: left;
  }
  .htza2 .h43d4u1c::before,
  .sfd3q .h43d4u1c::before,
  .hsakme7l .h43d4u1c::before,
  .ap4hrwz .h43d4u1c::before { grid-area: rank; align-self: center; justify-self: start; }
  .htza2 .o4byfzx4,
  .sfd3q .o4byfzx4,
  .hsakme7l .o4byfzx4,
  .ap4hrwz .o4byfzx4 { grid-area: ident; width: auto; justify-content: flex-start; }
  .htza2 .nlii,
  .sfd3q .nlii,
  .hsakme7l .nlii,
  .ap4hrwz .nlii { grid-area: pills; }
  
  .htza2 .nlii .lg0geuaq,
  .sfd3q .nlii .lg0geuaq,
  .hsakme7l .nlii .lg0geuaq,
  .ap4hrwz .nlii .lg0geuaq {
    background: var(--accent-bg); border-radius: 999px;
    padding: 11px 18px; justify-content: center;
  }
  .htza2 .fk6u6ews.bweiot6,
  .sfd3q .fk6u6ews.bweiot6,
  .hsakme7l .fk6u6ews.bweiot6,
  .ap4hrwz .fk6u6ews.bweiot6 { grid-area: cta; width: 100%; }
  .htza2 .r2wcb,
  .sfd3q .r2wcb,
  .hsakme7l .r2wcb,
  .ap4hrwz .r2wcb { width: 56px; height: 56px; }
  .htza2 .ptb613,
  .sfd3q .ptb613,
  .hsakme7l .ptb613,
  .ap4hrwz .ptb613 { font-size: 1.1rem; }
}
:root {
  --accent:          #942c44;
  --brand:           #942c44;
  --brand-light:     #782e3f;
  --brand-pale:      #914758;
  --grad-start:      #cb506c;
  --grad-end:        #d08898;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #c2410c;
  --cta-fg:          #ffffff;
  --cta-light:       #9f3205;
  --cta-hover:       #882d08;
  --bg-page:         #f7f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f4;
  --bg-raised:       #f0eeef;
  --bg-hover:        #f5f3f4;
  --border:          #e8e2e3;
  --border-alt:      #dbd0d3;
  --border-section:  #e8e2e3;
  --text-primary:    #1b1718;
  --text-muted:      #5f5356;
  --text-body:       #362f31;
  --text-sub:        #514749;
  --text-faint:      #87777b;
  --text-dim:        #9f9295;
  --text-label:      #6c5f62;
  --text-value:      #433b3d;
  --accent-bg:       #efe5e7;
  --accent-bg-light: #e7cfd4;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf3f4;
  --c-pros:          #20891a;
  --c-cons:          #9f2126;
  --c-pros-label:    #26a21f;
  --c-tip-border:    #2bb322;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #20891a;
}
:root { --logo-bg-opacity: 46%; }
body, button, input { font-family: "Nunito Sans", sans-serif; }
.zv43jr7 .hmrswxlc li::before, .zv43jr7 .ovbfb li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.zv43jr7 .hmrswxlc li::before { content: ""; }.zv43jr7 .ovbfb li::before { content: ""; }.zv43jr7 .whne::before, .zv43jr7 .ce8xboh::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.zv43jr7 .whne::before { content: ""; }.zv43jr7 .ce8xboh::before { content: ""; }
.its9 .uiarcjas, .its9 .qupl4xl { min-height: 520px; }
.ko67vqi::before { content: '◆'; font-size: 0.5em; }