:root {
  --color-accent: #5db110;
  --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;
}
.ijhss {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.sei00hc {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.axak {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.gt8gb { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.bt1sesg { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.bt1sesg a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.bt1sesg a:hover { color: var(--accent-light); }
.g8d9dob  .zw3o6 { border-radius: 14px; }
.g8d9dob .zw3o6 li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.g8d9dob .zw3o6 li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
@media (max-width: 640px) {
  .zw3o6 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .h0zpsby5:hover .zw3o6,
  .h0zpsby5:focus-within .zw3o6 { display: block; }
  .zw3o6 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.vmeb {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.e04ajn2 { display: none; }
@media (max-width: 640px) {
  .e04ajn2 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .e04ajn2.wcjxny { display: block; }
}
@media (max-width: 640px) {
  .vmeb { display: block; }
  .bt1sesg > li + li::before { display: none !important; }
  .bt1sesg {
    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;
  }
  .bt1sesg.wcjxny { display: flex; }
  .bt1sesg li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .bt1sesg li:last-child a { border-bottom: none; }
}
.waxk3 { min-height: 480px; }
.h3csd {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.virt0 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.g66pximd .virt0 { margin-left: 0; margin-right: 0; }
.peu3ml {
  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;
}
.du5m133a .peu3ml { margin-top: 24px; }
.peu3ml:hover { opacity: 0.88; }
.uc00hzo .m21mu {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.uc00hzo .h3csd { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.uc00hzo .virt0 { color: #e2e8f0; }
.uc00hzo.ofdv3j4s .m21mu { text-align: center; }
.uc00hzo.g66pximd   .m21mu { text-align: left; }
.w1y0 {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.w1y0 .m21mu {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.w1y0 .h3csd { color: var(--text-primary); text-shadow: none; }
.w1y0 .virt0 { color: var(--text-muted); }
.w1y0 .peu3ml { margin-top: 16px; }
.w1y0, .w1y0.waxk3 { min-height: auto !important; }
.w1y0.ofdv3j4s .m21mu { text-align: center; }
.w1y0.g66pximd   .m21mu { text-align: left; }
.w1y0~.uii8l{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}
.w1y0~.uii8l .eiaq6gi{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.qlmh .sq4un61n,
.qlmh .zcfdb6 {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.qlmh .uc00hzo .ntktsas3 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.sq4un61n .h3csd { color: #fff; }
.sq4un61n .virt0 { color: rgba(255,255,255,0.85); }
.qlmh .rj78dz {
  animation: hg-breathe 7s ease-in-out infinite;
}
.rj78dz .h3csd { text-shadow: none; color: var(--text-primary); }
.rj78dz .virt0 { color: var(--text-muted); }
body.rre5trc .h3csd {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.dad10c .h3csd {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.waxk3.sq4un61n .h3csd,
section.sq4un61n .h3csd {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.rj78dz.g66pximd   .r496oc { align-items: flex-start; text-align: left; }
.waxk3 .qogc7dn {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.qogc7dn .rdksprvv {
  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;
}
.qogc7dn .rdksprvv::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.qogc7dn .cu8rg { display: contents !important; }
.qogc7dn .cu8rg .mzxjs {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.qogc7dn .cu8rg .mzzp7z { max-height: 48px; max-width: 96px; }
.qogc7dn .cu8rg .i3yfnd4 {
  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;
}
.qogc7dn .siqdxsz {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.qogc7dn .vafrvj { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.qogc7dn .vysa9ql { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.qogc7dn .vysa9ql small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.qogc7dn .b6igkk { display: contents !important; }
.qogc7dn .b6igkk .y68z:not(.idbx1v8) { display: none !important; }
.qogc7dn .b6igkk .idbx1v8 {
  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;
}
.qogc7dn .b6igkk .idbx1v8 .b0nwqvrp {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.qogc7dn .b6igkk .idbx1v8 .flnmgvb8 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.qogc7dn .po47nxl { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.qogc7dn .po47nxl.pps9 {
  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;
}
.qogc7dn .po47nxl.pps9:hover { opacity: 0.85; }
.qogc7dn .rdksprvv,
.qogc7dn .rdksprvv:hover,
.qogc7dn .rdksprvv:nth-child(even),
.qogc7dn .rdksprvv:nth-child(odd),
.qogc7dn .rdksprvv:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.w6rikky .m21mu { padding-bottom: 24px; }
.du5m133a .m21mu { max-width: 1100px; }
@media (max-width: 700px) {
  .rj78dz { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .rj78dz:not(.vqin0vo4) .tj16tuo { display: none !important; }
  .vqin0vo4 .tj16tuo { padding: 16px; }
  .r496oc  { padding: 36px 24px; }
  .rj78dz~.uii8l,.burc~.uii8l{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .waxk3, .rj78dz { min-height: 320px !important; }
  .h3csd { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .vw677,
  .c0dtk,
  .vajdx3zs { grid-template-columns: 1fr !important; }

  

  
  .w6rikky { display: flex !important; flex-direction: column !important; }
  .w6rikky .m21mu { display: contents; }
  .w6rikky .ntktsas3 { order: 0; }
  .w6rikky .h3csd { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .w6rikky .vw677 { order: 2; padding: 0 16px 12px !important; }
  .w6rikky .virt0 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .du5m133a .m21mu { display: flex; flex-direction: column; }
  .du5m133a .m21mu .h3csd { order: 1; }
  .du5m133a .m21mu .vajdx3zs { order: 2; margin: 8px 0 24px !important; }
  .du5m133a .m21mu .virt0 { order: 3; }
  .du5m133a .m21mu .peu3ml { order: 4; align-self: center; margin-top: 0; }

  
  .rj78dz.vqin0vo4 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .rj78dz.vqin0vo4 .r496oc { display: contents; padding: 0; }
  .rj78dz.vqin0vo4 .r496oc .h3csd { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .rj78dz.vqin0vo4 .tj16tuo { order: 2; padding: 12px 16px; }
  .rj78dz.vqin0vo4 .r496oc .virt0 { order: 3; padding: 0 24px; margin: 0 auto; }
  .rj78dz.vqin0vo4 .r496oc .peu3ml { order: 4; align-self: center; margin: 8px 0 32px; }
}
.pe2ny { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.mk3f5ft { width: 100%; height: auto; display: block; border-radius: 10px; }
.wjl4h2o .pe2ny        { border-radius: 16px; }
.wjl4h2o .mk3f5ft  { border-radius: 16px; }
.ijbbf .pe2ny         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ijbbf .mk3f5ft   { border-radius: 8px; }
.blb5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.xiwu9l2q { width: 100%; padding: 32px 0; position: relative; }
.uzeamb4v { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.m34fapc .xiwu9l2q:nth-child(even) { background: var(--bg-surface); }
.m34fapc .xiwu9l2q:nth-child(odd)  { background: var(--bg-page); }
.nh12q .xiwu9l2q:nth-child(even) { background: var(--bg-card); }
.nh12q .xiwu9l2q:nth-child(odd)  { background: var(--bg-page); }
.m34fapc .xiwu9l2q:nth-child(odd)  .uzeamb4v { background: var(--bg-card); border-radius: 6px; }
.m34fapc .xiwu9l2q:nth-child(even) .uzeamb4v { background: var(--bg-raised); border-radius: 6px; }
.nh12q .xiwu9l2q:nth-child(odd)  .uzeamb4v { background: var(--bg-card); border-radius: 6px; }
.nh12q .xiwu9l2q:nth-child(even) .uzeamb4v { background: var(--bg-raised); border-radius: 6px; }
.m34fapc .xiwu9l2q:nth-child(even) .nb71 .m94299b,
.nh12q .xiwu9l2q:nth-child(even) .nb71 .m94299b { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.m34fapc .xiwu9l2q:nth-child(odd) .nb71 .m94299b,
.nh12q .xiwu9l2q:nth-child(odd) .nb71 .m94299b { background: var(--bg-card-inner); }
.m34fapc .xiwu9l2q:nth-child(even) .sbd5u .m94299b:nth-child(odd),
.nh12q .xiwu9l2q:nth-child(even) .sbd5u .m94299b:nth-child(odd)  { background: var(--bg-card); }
.m34fapc .xiwu9l2q:nth-child(even) .sbd5u .m94299b:nth-child(even),
.nh12q .xiwu9l2q:nth-child(even) .sbd5u .m94299b:nth-child(even) { background: var(--bg-card-inner); }
h1.b4kiitkt { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.b4kiitkt {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.ngqof { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.if3a444 h2.b4kiitkt {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.s2xeo8nt h2.b4kiitkt {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.w3n7wd7a h2.b4kiitkt {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.pjq94ko h2.b4kiitkt::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.s9du4idc h2.b4kiitkt {
  color: var(--text-primary); font-size: 1.7rem;
}
.goas h2.b4kiitkt::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.urb2clq h2.b4kiitkt {
  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) { .kfg3sb0 { display: none; } }
.yo0s { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.wx3oc6b { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.xqdiy24 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.e1y5t0g { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.qtxo2xn { padding-left: 20px; }
.qtxo2xn li { margin-bottom: 6px; }
.qtxo2xn a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.qtxo2xn a:hover { color: var(--accent-light); }
.hu75 .e1y5t0g { display: none; }
.h3qmxkg .e1y5t0g { display: none; }
.h3qmxkg .qtxo2xn { padding-left: 0; list-style: none; }
.h3qmxkg .qtxo2xn li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.h3qmxkg .qtxo2xn a { font-size: 0.92rem; }
.wvaxvt .xqdiy24 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.wvaxvt .e1y5t0g { display: none; }
.wvaxvt .qtxo2xn { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.wvaxvt .qtxo2xn li { margin-bottom: 0; }
.wvaxvt .qtxo2xn 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;
}
.wvaxvt .qtxo2xn a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.t8plwaw .xqdiy24 { padding: 20px 20px 16px; }
.t8plwaw .qtxo2xn {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.t8plwaw .qtxo2xn li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.t8plwaw .qtxo2xn 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;
}
.t8plwaw .qtxo2xn 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;
}
.t8plwaw .qtxo2xn a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.t8plwaw .qtxo2xn a:focus,
.t8plwaw .qtxo2xn a:focus-visible,
.t8plwaw .qtxo2xn a:target { outline: none; }
.t8plwaw .qtxo2xn li:target a { border-color: var(--border); color: var(--text-muted); }
.yxrta .xqdiy24 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.yxrta .e1y5t0g { display: none; }
.yxrta .qtxo2xn { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.yxrta .qtxo2xn li { counter-increment: toc-n; margin-bottom: 0; }
.yxrta .qtxo2xn 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;
}
.yxrta .qtxo2xn 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;
}
.yxrta .qtxo2xn a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.xojv .xqdiy24 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.xojv .e1y5t0g { display: none; }
.xojv .qtxo2xn { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.xojv .qtxo2xn li { margin-bottom: 0; }
.xojv .qtxo2xn 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;
}
.xojv .qtxo2xn a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.htn3vzf .xqdiy24 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.htn3vzf .e1y5t0g { display: none; }
.htn3vzf .qtxo2xn { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.htn3vzf .qtxo2xn li { margin-bottom: 0; }
.htn3vzf .qtxo2xn li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.htn3vzf .qtxo2xn li:last-child::after { content: ""; margin-right: 0; }
.htn3vzf .qtxo2xn a { font-size: 0.9rem; }
.m94299b { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.nb71 .m94299b { background: var(--bg-card); }
.sbd5u .m94299b:nth-child(odd)  { background: var(--bg-card); }
.sbd5u .m94299b:nth-child(even) { background: var(--bg-raised); }
.q7khpv .m94299b {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.q7khpv .m94299b:last-child { border-bottom: none; }
.q7khpv h3.ngqof { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.mbrrfwv7 .m94299b {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.mbrrfwv7 .m94299b + .m94299b { margin-top: 4px; }
.v2q73sxv .m94299b { background: none; border-radius: 0; padding: 12px 0; }
.v2q73sxv .m94299b + .m94299b { border-top: 1px solid var(--border-section); }
.xumq { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.iy79ixo { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.gtuttlxs { color: var(--text-body); margin-bottom: 10px; }
.y0q26oo, .cgip { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.y0q26oo li, .cgip li { margin-bottom: 6px; }
.cgip li { list-style: decimal; }
.k65d     .y0q26oo { list-style-type: "● "; }
.fa9f  .y0q26oo { list-style-type: "■ "; }
.p49mj1 .y0q26oo { list-style-type: "◆ "; }
.w16t83gh    .y0q26oo { list-style-type: "★ "; }
.k65d     .luf5wl { list-style-type: "● "; }
.fa9f  .luf5wl { list-style-type: "■ "; }
.p49mj1 .luf5wl { list-style-type: "◆ "; }
.w16t83gh    .luf5wl { list-style-type: "★ "; }
.k65d    .y0q26oo li::marker, .k65d    .luf5wl li::marker,
.fa9f .y0q26oo li::marker, .fa9f .luf5wl li::marker,
.p49mj1 .y0q26oo li::marker, .p49mj1 .luf5wl li::marker,
.w16t83gh   .y0q26oo li::marker, .w16t83gh   .luf5wl li::marker {
  color: var(--cta); font-size: 1em;
}
.k65d .cgip,
.fa9f .cgip,
.p49mj1 .cgip,
.w16t83gh .cgip {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.k65d .cgip li,
.fa9f .cgip li,
.p49mj1 .cgip li,
.w16t83gh .cgip li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.k65d .cgip li::before,
.fa9f .cgip li::before,
.p49mj1 .cgip li::before,
.w16t83gh .cgip 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;
}
.k65d     .cgip li::before { border-radius: 50%; }
.fa9f  .cgip li::before { border-radius: 3px; }
.p49mj1 .cgip li::before { border-radius: 3px; }
.w16t83gh    .cgip li::before { border-radius: 50%; }
.xr35y { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.i9sbbtjw .xr35y,
.fozujumt .xr35y { background: transparent; border: none; border-radius: 0; }
.rpmzr { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.rpmzr th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.rpmzr td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.rpmzr tr:hover td { background: var(--bg-hover); }
.ln3j920 .rpmzr tbody tr:nth-child(even) td { background: var(--bg-surface); }
.q9cbbqy7 .rpmzr { border: 1px solid var(--border-alt); }
.q9cbbqy7 .rpmzr th,
.q9cbbqy7 .rpmzr td { border: 1px solid var(--border-alt); }
.frtc .rpmzr th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.frtc .rpmzr td { border-bottom: none; }
.frtc .rpmzr tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.qht4a .rpmzr th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.c8aqh .xr35y {
  overflow: hidden;
}
.c8aqh .rpmzr th { border-bottom: 1px solid var(--border-alt); }
.c8aqh .rpmzr tr:last-child td { border-bottom: none; }
.w1p2cjnx { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.zrf7 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.mdgmeq { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.gcxjizs1 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.cp8wjzc { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.luf5wl { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.luf5wl 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%}
.v2jt .gcxjizs1 { background: transparent; text-align: center; }
.t1x8ele .mdgmeq {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.z1l4ioes .mdgmeq {
  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);
}
.zcnry .zrf7 { display: grid; grid-template-columns: auto 1fr; }
.zcnry .mdgmeq {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.zcnry .gcxjizs1 { grid-column: 2; }
.zcnry .cp8wjzc,
.zcnry .luf5wl { grid-column: 1 / -1; }
.e5yulre .zrf7 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.e5yulre .mdgmeq {
  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);
}
.e5yulre .gcxjizs1 { grid-column: 2; }
.e5yulre .cp8wjzc,
.e5yulre .luf5wl { grid-column: 1 / -1; }
.zvfz9mx3 .zrf7 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.zvfz9mx3 .gcxjizs1 { background: none; color: var(--accent-light); font-weight: 700; }
.p32itpz4 .zrf7 { 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); }
.p32itpz4 .gcxjizs1 { background: none; color: var(--accent-light); font-weight: 700; }
.cnwt0p1 .zrf7 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.cnwt0p1 .zrf7:last-child { border-bottom: none; }
.cnwt0p1 .gcxjizs1 { background: none; color: var(--accent-light); font-weight: 700; }
.sn6g6zc .zrf7 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.sn6g6zc .gcxjizs1 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.lv66 .w1p2cjnx { counter-reset: card-n; }
.lv66 .zrf7  { counter-increment: card-n; }
.lv66 .gcxjizs1 { display: flex; align-items: center; gap: 10px; }
.lv66 .gcxjizs1::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;
}
.nbes64i .zrf7 { background: var(--bg-surface); border: 1px solid var(--border); }
.nbes64i .gcxjizs1 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.zetsvag { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.zetsvag         { --cl-hue: var(--accent); }
.ictn     { --cl-hue: #16a34a; }
.ictn, .o1kyj, .vupp7, .q62gg {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.wro4c7pz { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.wro4c7pz::before { color: var(--cl-hue); }
.zetsvag strong { color: var(--text-primary); font-size: 0.95rem; }
.zetsvag p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.utno43t { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.nsbn3, .k6t47jch { border-radius: 8px; padding: 14px; }
.nsbn3 { background: var(--bg-pros); }
.k6t47jch { background: var(--bg-cons); }
.cocf { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.nsbn3 .cocf { color: var(--c-pros-label); }
.k6t47jch .cocf { color: #f87171; }
.nsbn3 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.k6t47jch ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.mk3f5ft { width: 100%; height: auto; border-radius: 10px; display: block; }
.pps9 {
  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;
}
.pps9:hover { opacity: 0.85; }
.ehz3z1l .pps9  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.ehz3z1l .pps9:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.fppd .pps9  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.fppd .pps9:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ehz3z1l .po47nxl.pps9, .fppd .po47nxl.pps9,
.ehz3z1l .rb08 .pps9, .fppd .rb08 .pps9 {
  background: var(--cta); border: none; color: #fff;
}
.ehz3z1l .po47nxl.pps9:hover, .fppd .po47nxl.pps9:hover,
.ehz3z1l .rb08 .pps9:hover, .fppd .rb08 .pps9:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.qqsq .peu3ml { border-radius: 50px; }
.qqsq .pps9  { border-radius: 50px; }
.mj7pfc .peu3ml,
.mj7pfc .pps9 { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.mj7pfc .peu3ml:hover,
.mj7pfc .pps9:hover { filter: brightness(1.08); opacity: 1; }
.jgyx .peu3ml,
.jgyx .pps9 { box-shadow: 0 3px 14px -2px var(--cta); }
.jgyx .peu3ml:hover,
.jgyx .pps9:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.m0armi8 .peu3ml,
.m0armi8 .pps9 { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.m0armi8 .peu3ml:hover,
.m0armi8 .pps9:hover { opacity: 1; }
.m0armi8 .peu3ml:active,
.m0armi8 .pps9:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.s51w .peu3ml,
.s51w .pps9 { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.s51w .peu3ml:hover,
.s51w .pps9:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.s51w .peu3ml:active,
.s51w .pps9:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.ard6w .peu3ml,
.ard6w .pps9 { position: relative; overflow: hidden; }
.ard6w .peu3ml::before,
.ard6w .pps9::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;
}
.ard6w .peu3ml:hover::before,
.ard6w .pps9:hover::before { left: 135%; }
.xnb2v7az .peu3ml,
.xnb2v7az .pps9 { border-radius: 0; }
.mfl08 .peu3ml { padding-left: 22px; padding-right: 22px; }
.mfl08 .pps9  { padding-left: 12px; padding-right: 12px; }
.ua17 .peu3ml { padding-left: 44px; padding-right: 44px; }
.ua17 .pps9  { padding-left: 24px; padding-right: 24px; }
.wl4rdu .peu3ml { padding-left: 56px; padding-right: 56px; }
.wl4rdu .pps9  { padding-left: 32px; padding-right: 32px; }
.ur79vm4   .peu3ml::after, .ur79vm4   .pps9::after,
.sn35 .peu3ml::after, .sn35 .pps9::after,
.cdlc    .peu3ml::after, .cdlc    .pps9::after,
.vtt7e2p    .peu3ml::after, .vtt7e2p    .pps9::after,
.b7bw9pl    .peu3ml::after, .b7bw9pl    .pps9::after,
.xfa1g7w1     .peu3ml::after, .xfa1g7w1     .pps9::after,
.c89i55    .peu3ml::after, .c89i55    .pps9::after,
.tp8ruu0   .peu3ml::after, .tp8ruu0   .pps9::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;
}
.ur79vm4 .peu3ml::after, .ur79vm4 .pps9::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");
}
.sn35 .peu3ml::after, .sn35 .pps9::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");
}
.cdlc .peu3ml::after, .cdlc .pps9::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");
}
.vtt7e2p .peu3ml::after, .vtt7e2p .pps9::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");
}
.b7bw9pl .peu3ml::after, .b7bw9pl .pps9::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");
}
.xfa1g7w1 .peu3ml::after, .xfa1g7w1 .pps9::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");
}
.c89i55 .peu3ml::after, .c89i55 .pps9::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");
}
.tp8ruu0 .peu3ml::after, .tp8ruu0 .pps9::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");
}
.rbem94q   .lnhqyz::after, .rbem94q   .s3xw::after,
.hyk8aj .lnhqyz::after, .hyk8aj .s3xw::after,
.sc46n    .lnhqyz::after, .sc46n    .s3xw::after,
.niv7    .lnhqyz::after, .niv7    .s3xw::after,
.w821mian    .lnhqyz::after, .w821mian    .s3xw::after,
.fw0y8     .lnhqyz::after, .fw0y8     .s3xw::after,
.upmw0k    .lnhqyz::after, .upmw0k    .s3xw::after,
.dvjp5c   .lnhqyz::after, .dvjp5c   .s3xw::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;
}
.rbem94q .lnhqyz::after, .rbem94q .s3xw::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");
}
.hyk8aj .lnhqyz::after, .hyk8aj .s3xw::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");
}
.sc46n .lnhqyz::after, .sc46n .s3xw::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");
}
.niv7 .lnhqyz::after, .niv7 .s3xw::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");
}
.w821mian .lnhqyz::after, .w821mian .s3xw::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");
}
.fw0y8 .lnhqyz::after, .fw0y8 .s3xw::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");
}
.upmw0k .lnhqyz::after, .upmw0k .s3xw::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");
}
.dvjp5c .lnhqyz::after, .dvjp5c .s3xw::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");
}
.y1p0elj {
  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;
}
.rdksprvv {
  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;
}
.rdksprvv > * { min-width: 0; }
.rdksprvv:hover { background: var(--bg-hover); }
.rdksprvv > [itemprop="item"] { display: contents; }
.rdksprvv [itemprop="itemReviewed"],
.rdksprvv [itemprop="reviewRating"] { display: none; }
.rdksprvv::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;
}
.cu8rg {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.mzxjs {
  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;
}
.mzzp7z { max-height: 52px; max-width: 110px; object-fit: contain; }
.i3yfnd4 {
  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;
}
.patmz2 .mzxjs    { background: #1a1a1a; }
.tz58z9bb .mzxjs   { background: rgba(128,128,128,.12); }
.idw5 .mzxjs { background: var(--bg-raised); }
.z7i73 .mzxjs    { background: transparent; padding: 0; }
.siqdxsz {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.vafrvj { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.vysa9ql { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.b6igkk {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.y68z {
  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;
}
.b0nwqvrp {
  
  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%;
}
.flnmgvb8 {
  
  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;
}
.po47nxl {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.po47nxl.pps9 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .rdksprvv {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .rdksprvv::before    { grid-area: rank;   }
  .cu8rg           { grid-area: ident;  }
  .siqdxsz     { grid-area: rating; min-width: 0; width: auto; }
  .b6igkk           { grid-area: pills;  }
  .po47nxl             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .rdksprvv {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .rdksprvv::before    { justify-self: center; }
  .cu8rg           { width: 100%; }
  .siqdxsz     { justify-self: center; }
  .b6igkk           { grid-template-columns: 1fr; }
}
@media (max-width: 560px) { .fqh5eq06 { padding: 10px 16px; gap: 6px 16px; } }
.rb08 .pps9 { white-space: nowrap; }
@media (max-width: 560px) {
  .qo07ss { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .hu5j { order: 1; }
  .rb08 { order: 2; margin-left: auto; align-self: center; }
  .qmfxwc { order: 3; flex: 1 1 100%; min-width: 0; }
}
@media (min-width: 860px) {
  .zhjx .u2i8z {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .zhjx .spspvu2 { margin: 0; }
}
.tdelc .qo07ss { padding: 0; gap: 0; overflow: hidden; }
.tdelc .hu5j { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.tdelc .qmfxwc { padding: 16px 20px; }
.tdelc .rb08 { padding: 16px 20px; align-self: center; }
.fozujumt .utno43t { gap: 10px; }
.fozujumt .nsbn3, .fozujumt .k6t47jch { padding: 12px; }
.fozujumt .nsbn3 ul, .fozujumt .k6t47jch ul { margin: 4px 0 0; padding-left: 18px; }
.fozujumt .nsbn3 li, .fozujumt .k6t47jch li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .vqwkns { grid-template-columns: 1fr; }
  .y73n5z { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .y73n5z .hm5zk { width: 72px; height: 50px; }
  .y73n5z .gzfd8hg { max-width: 180px; }
  .y73n5z .p19x8g { width: auto; }
}
@media (max-width: 720px) {
  .x7r9i0 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .uoh9xzf { padding: 16px; }
  .xqfjgni .weel0 { min-width: 50%; }
}
.cc9k3yn .utno43t { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .ok9i6 { grid-template-columns: 1fr; }
  .oa63r { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .m4cktt5 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .u92xsh23 { flex-wrap: wrap; padding: 16px; }
}
.z5c9nrd .utno43t { gap: 8px; }
.z5c9nrd .nsbn3, .z5c9nrd .k6t47jch { padding: 8px; }
@media (max-width: 480px) {
  .lw7uj { flex-direction: column; align-items: stretch; }
}
.qwqm .p19x8g .pps9 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .giq3og { flex-direction: column; align-items: stretch; gap: 10px; }
  .qwqm .p19x8g { text-align: center; }
}
@media (max-width: 720px) {
  .udq76c { grid-template-columns: 1fr; }
  .avhqxl4v { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .wiez { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .l3fuwur2 { grid-template-columns: 1fr; }
  .l79152 { width: 100px; height: 100px; margin: 16px auto; }
  .vf3g9j6 { font-size: 1.4rem; }
  .x4nio { justify-content: center; }
  .kyzmwnv6 .weel0 { min-width: 50%; }
}
.fhj1cin .utno43t { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .gpicmm30 { flex-wrap: wrap; padding: 14px 16px; }
  .rvru0v { padding: 12px 16px; }
  .fhj1cin .utno43t { margin: 0 16px; }
  .fhj1cin .bt4nrg { padding: 0 16px; }
  .gs9b { padding: 12px 16px; }
}
.aawfe1 .rdksprvv {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.aawfe1 .rdksprvv:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.k4du .y1p0elj { gap: 18px; }
.k4du .rdksprvv {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.k4du .rdksprvv:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.snllwh6b .y1p0elj {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.snllwh6b .rdksprvv {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.snllwh6b .rdksprvv:last-child { border-bottom: none; }
.snllwh6b .cu8rg,
.snllwh6b .siqdxsz,
.snllwh6b .b6igkk {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.hfjqd4 .y1p0elj { gap: 0; }
.hfjqd4 .rdksprvv {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.hfjqd4 .rdksprvv:last-child { border-bottom: none; }
.hfjqd4 .rdksprvv:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.hfjqd4 .rdksprvv:nth-child(even):hover { background: var(--bg-hover); }
.se6f .rdksprvv {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.jksfjux .b6igkk .y68z {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.jksfjux .b6igkk .y68z:first-child { border-left: none; }
.audg .b6igkk .y68z {
  background: transparent; padding: 4px 8px;
}
.audg .b6igkk .b0nwqvrp { font-size: .65rem; opacity: .65; }
.audg .b6igkk .flnmgvb8   { font-size: 1.15rem; color: var(--accent-light); }
.a811lv5o .b6igkk .y68z {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.vysa9ql { display: none; }
.xoa5c6 .vafrvj { font-size: 1rem; letter-spacing: 2px; }
.gxkx .vafrvj {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.gjf2jl75 .vafrvj,
.iyjjlfhy .vafrvj,
.v16x .vafrvj { display: none; }
.gjf2jl75 .vysa9ql,
.iyjjlfhy .vysa9ql,
.v16x .vysa9ql { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.gjf2jl75 .vysa9ql { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.gjf2jl75 .vysa9ql small { display: none; }
.iyjjlfhy .vysa9ql {
  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;
}
.iyjjlfhy .vysa9ql small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.v16x .vysa9ql {
  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;
}
.v16x .vysa9ql small { display: none; }
.v16x .pwa2gl .mw95znk8 { display: none; }
.v16x .pwa2gl strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.v16x .luwykqng { display: none; }
.dwrz { margin: 16px 0; }
.wmzn5q { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.wmzn5q summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.wmzn5q summary::after { content: "+"; color: var(--accent-light); }
.wmzn5q[open] summary::after { content: "−"; }
.wmzn5q p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.xiwu9l2q { margin-bottom: 0; }
.x4zrx h2.b4kiitkt { color: var(--text-primary); border-color: var(--accent-light); }
.clox1 h2.b4kiitkt { color: var(--text-primary); border-color: var(--accent-light); }
.dsdfrqd .ictn     { background: #052e16; border-color: #10b981; }
.dsdfrqd .zetsvag strong  { color: #f1f5f9; }
.dsdfrqd .zetsvag p       { color: #cbd5e1; }
.dsdfrqd .q28z2hi1    .ictn     .wro4c7pz::before,
.dsdfrqd .cr1yl9w  .ictn     .wro4c7pz::before,
.dsdfrqd .usy4i8  .ictn     .wro4c7pz::before,
.dsdfrqd .h5zv .ictn     .wro4c7pz::before { color: #10b981; }
.dsdfrqd .q28z2hi1    .o1kyj .wro4c7pz::before,
.dsdfrqd .cr1yl9w  .o1kyj .wro4c7pz::before,
.dsdfrqd .usy4i8  .o1kyj .wro4c7pz::before,
.dsdfrqd .h5zv .o1kyj .wro4c7pz::before { color: #f43f5e; }
.dsdfrqd .q28z2hi1    .vupp7    .wro4c7pz::before,
.dsdfrqd .cr1yl9w  .vupp7    .wro4c7pz::before,
.dsdfrqd .usy4i8  .vupp7    .wro4c7pz::before,
.dsdfrqd .h5zv .vupp7    .wro4c7pz::before { color: #a855f7; }
.u5uyhkca .ictn     { background: #2d2000; border-color: #eab308; }
.u5uyhkca .zetsvag strong  { color: #f1f5f9; }
.u5uyhkca .zetsvag p       { color: #cbd5e1; }
.u5uyhkca .q28z2hi1    .ictn     .wro4c7pz::before,
.u5uyhkca .cr1yl9w  .ictn     .wro4c7pz::before,
.u5uyhkca .usy4i8  .ictn     .wro4c7pz::before,
.u5uyhkca .h5zv .ictn     .wro4c7pz::before { color: #eab308; }
.u5uyhkca .q28z2hi1    .o1kyj .wro4c7pz::before,
.u5uyhkca .cr1yl9w  .o1kyj .wro4c7pz::before,
.u5uyhkca .usy4i8  .o1kyj .wro4c7pz::before,
.u5uyhkca .h5zv .o1kyj .wro4c7pz::before { color: #ef4444; }
.u5uyhkca .q28z2hi1    .vupp7    .wro4c7pz::before,
.u5uyhkca .cr1yl9w  .vupp7    .wro4c7pz::before,
.u5uyhkca .usy4i8  .vupp7    .wro4c7pz::before,
.u5uyhkca .h5zv .vupp7    .wro4c7pz::before { color: #f97316; }
.p01t5lra .ictn     { background: #0c1a2e; border-color: #38bdf8; }
.p01t5lra .zetsvag strong  { color: #f1f5f9; }
.p01t5lra .zetsvag p       { color: #cbd5e1; }
.p01t5lra .q28z2hi1    .ictn     .wro4c7pz::before,
.p01t5lra .cr1yl9w  .ictn     .wro4c7pz::before,
.p01t5lra .usy4i8  .ictn     .wro4c7pz::before,
.p01t5lra .h5zv .ictn     .wro4c7pz::before { color: #38bdf8; }
.p01t5lra .q28z2hi1    .o1kyj .wro4c7pz::before,
.p01t5lra .cr1yl9w  .o1kyj .wro4c7pz::before,
.p01t5lra .usy4i8  .o1kyj .wro4c7pz::before,
.p01t5lra .h5zv .o1kyj .wro4c7pz::before { color: #818cf8; }
.p01t5lra .q28z2hi1    .vupp7    .wro4c7pz::before,
.p01t5lra .cr1yl9w  .vupp7    .wro4c7pz::before,
.p01t5lra .usy4i8  .vupp7    .wro4c7pz::before,
.p01t5lra .h5zv .vupp7    .wro4c7pz::before { color: #2dd4bf; }
.bwr9pifu::before,
.e62o0fi::before { margin-right: 5px; }
.jkbbp .nsbn3 ul li,
.jkbbp .dpsn4 li         { color: #4ade80; }
.jkbbp .nsbn3 .bwr9pifu { color: #22c55e; }
.jkbbp .k6t47jch ul li,
.jkbbp .izqgw li         { color: #f87171; }
.jkbbp .k6t47jch .e62o0fi { color: #ef4444; }
.z0p2ye .nsbn3 { background: var(--bg-pros); }
.z0p2ye .k6t47jch { background: var(--bg-cons); }
.z0p2ye .nsbn3 .bwr9pifu { color: var(--c-pros-label); }
.z0p2ye .k6t47jch .e62o0fi { color: var(--c-cons); }
.z0p2ye .nsbn3 ul li,
.z0p2ye .k6t47jch ul li,
.v1zy .nsbn3 { background: var(--bg-pros); }
.v1zy .k6t47jch { background: var(--bg-cons); }
.v1zy .nsbn3 .bwr9pifu { color: var(--c-pros-label); }
.v1zy .k6t47jch .e62o0fi { color: var(--c-cons); }
.v1zy .nsbn3 ul li,
.v1zy .k6t47jch ul li,
.rgfn9l .bwr9pifu::before { content: "✓ "; }
.rgfn9l .e62o0fi::before { content: "✗ "; }
.faz5f .bwr9pifu::before { content: "→ "; }
.faz5f .e62o0fi::before { content: "← "; }
.g4yug .bwr9pifu::before { content: "★ "; }
.g4yug .e62o0fi::before { content: "✕ "; }
.fm6070 .bwr9pifu::before { content: "◆ "; }
.fm6070 .e62o0fi::before { content: "▲ "; }
.uz3k .zetsvag { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.uz3k .zetsvag strong { color: var(--text-primary); }
.uz3k .zetsvag p      { color: var(--text-muted); }
.bbupctrk .zetsvag { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.rzffa .zetsvag {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.rzffa .zetsvag strong,
.rzffa .zetsvag p { color: #fff; }
.rzffa .wro4c7pz::before { color: rgba(255,255,255,0.9) !important; }
.ri9ymso .zetsvag {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.ri9ymso .zetsvag strong { color: var(--text-primary); }
.ri9ymso .zetsvag p      { color: var(--text-muted); }
.ua4l51s .zetsvag { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.q28z2hi1 .wro4c7pz,
.cr1yl9w .wro4c7pz,
.usy4i8 .wro4c7pz,
.h5zv .wro4c7pz { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.q28z2hi1 .wro4c7pz::before,
.cr1yl9w .wro4c7pz::before,
.usy4i8 .wro4c7pz::before,
.h5zv .wro4c7pz::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.q28z2hi1 .ictn     .wro4c7pz::before { content: "✦"; color: var(--c-tip-border); }
.q28z2hi1 .o1kyj .wro4c7pz::before { content: "▲"; color: var(--c-warn-border); }
.q28z2hi1 .vupp7    .wro4c7pz::before { content: "◉"; color: #60a5fa; }
.cr1yl9w .ictn     .wro4c7pz::before { content: "★"; color: var(--c-tip-border); }
.cr1yl9w .o1kyj .wro4c7pz::before { content: "◆"; color: var(--c-warn-border); }
.cr1yl9w .vupp7    .wro4c7pz::before { content: "●"; color: #60a5fa; }
.usy4i8 .ictn     .wro4c7pz::before { content: "▶"; color: var(--c-tip-border); }
.usy4i8 .o1kyj .wro4c7pz::before { content: "■"; color: var(--c-warn-border); }
.usy4i8 .vupp7    .wro4c7pz::before { content: "▸"; color: #60a5fa; }
.h5zv .ictn     .wro4c7pz::before { content: "→"; color: var(--c-tip-border); }
.h5zv .o1kyj .wro4c7pz::before { content: "⬥"; color: var(--c-warn-border); }
.h5zv .vupp7    .wro4c7pz::before { content: "◈"; color: #60a5fa; }
.hq84ll .nb71 .m94299b,
.hq84ll .sbd5u .m94299b  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.hq84ll .zrf7                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.hq84ll .rdksprvv                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.hq84ll .xr35y          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.hq84ll .xqdiy24                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.xpse .nb71 .m94299b,
.xpse .sbd5u .m94299b,
.xpse .zrf7,
.xpse .rdksprvv,
.xpse .spspvu2,
.xpse .xr35y,
.xpse .xqdiy24,
.xpse .ua4l51s .zetsvag { box-shadow: none; }
.geq5   body, .geq5   { font-size: 0.9rem; }
.geq5   .gtuttlxs, .geq5 .xumq, .geq5 .iy79ixo,
.geq5   .yo0s, .geq5 .wx3oc6b { font-size: 0.9rem; }
.geq5   .y0q26oo, .geq5 .cgip { font-size: 0.9rem; }
.ndw1   .gtuttlxs, .ndw1 .xumq, .ndw1 .iy79ixo,
.ndw1   .yo0s, .ndw1 .wx3oc6b { font-size: 0.95rem; }
.ndw1   .y0q26oo, .ndw1 .cgip { font-size: 0.95rem; }
.tsiongh   .gtuttlxs, .tsiongh .xumq, .tsiongh .iy79ixo,
.tsiongh   .yo0s, .tsiongh .wx3oc6b { font-size: 1.08rem; }
.tsiongh   .y0q26oo, .tsiongh .cgip { font-size: 1.05rem; }
.tsiongh   .rpmzr { font-size: 0.97rem; }
.z1u66gfc .h3csd      { font-size: 3.2rem; }
.z1u66gfc h2.b4kiitkt { font-size: 1.9rem; }
.z1u66gfc h3.ngqof     { font-size: 1.4rem; }
.p0v3o6 .h3csd      { font-size: 3.8rem; }
.p0v3o6 h2.b4kiitkt { font-size: 2.2rem; }
.p0v3o6 h3.ngqof     { font-size: 1.6rem; }
.xiwu9l2q + .xiwu9l2q { position: relative; }
.qcera4d   .xiwu9l2q + .xiwu9l2q::before,
.eiyt1cg  .xiwu9l2q + .xiwu9l2q::before,
.wufr37y   .xiwu9l2q + .xiwu9l2q::before,
.j69z   .xiwu9l2q + .xiwu9l2q::before,
.q0hzrcz   .xiwu9l2q + .xiwu9l2q::before,
.lyawro .xiwu9l2q + .xiwu9l2q::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.qcera4d .xiwu9l2q + .xiwu9l2q::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.eiyt1cg .xiwu9l2q + .xiwu9l2q::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.wufr37y .xiwu9l2q + .xiwu9l2q::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;
}
.j69z .xiwu9l2q + .xiwu9l2q::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.ukvwa1a .xiwu9l2q { margin-bottom: 16px; }
.ukvwa1a .xiwu9l2q + .xiwu9l2q { margin-top: 0; }
.ukvwa1a .uzeamb4v { padding-top: 0; padding-bottom: 0; }
.q0hzrcz .xiwu9l2q + .xiwu9l2q::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.lyawro .xiwu9l2q + .xiwu9l2q::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.qqdtj .xiwu9l2q + .xiwu9l2q::before,
.ekbwl .xiwu9l2q + .xiwu9l2q::before,
.xwloc1q .xiwu9l2q + .xiwu9l2q::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%;
}
.m34fapc .qqdtj .xiwu9l2q:nth-child(even)::before,
.m34fapc .ekbwl .xiwu9l2q:nth-child(even)::before,
.m34fapc .xwloc1q .xiwu9l2q:nth-child(even)::before { background: var(--bg-surface); }
.nh12q .qqdtj .xiwu9l2q:nth-child(even)::before,
.nh12q .ekbwl .xiwu9l2q:nth-child(even)::before,
.nh12q .xwloc1q .xiwu9l2q:nth-child(even)::before { background: var(--bg-card); }
.qqdtj .xiwu9l2q + .xiwu9l2q::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");
}
.ekbwl .xiwu9l2q + .xiwu9l2q::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");
}
.xwloc1q .xiwu9l2q + .xiwu9l2q::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");
}
.opmwz .uc00hzo,
.asngv7n .m21mu,
.opmwz .m21mu { margin-bottom: 60px; }
.giqrqq .m21mu { margin-bottom: 70px; }
.opmwz .r496oc { padding-bottom: 60px; }
.opmwz .uc00hzo::before,
.opmwz .uc00hzo::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");
}
.eevu7  .uc00hzo:not(.sq4un61n) .ntktsas3 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.eevu7 .sq4un61n { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.eevu7 .zcfdb6 { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.eevu7 .rj78dz { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.iiru9i .pe2ny { float: left; width: 38%; margin: 0 28px 16px 0; }
.iiru9i .pe2ny .mk3f5ft { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.iiru9i .uzeamb4v::after { content: ''; display: block; clear: both; }
.y83hm .pe2ny { float: right; width: 38%; margin: 0 0 16px 28px; }
.y83hm .pe2ny .mk3f5ft { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.y83hm .uzeamb4v::after { content: ''; display: block; clear: both; }
.h1n1fep .xiwu9l2q:nth-child(odd)  .pe2ny { float: left;  width: 38%; margin: 0 28px 16px 0; }
.h1n1fep .xiwu9l2q:nth-child(even) .pe2ny { float: right; width: 38%; margin: 0 0 16px 28px; }
.h1n1fep .pe2ny .mk3f5ft { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.h1n1fep .uzeamb4v::after { content: ''; display: block; clear: both; }
.iiru9i .w1p2cjnx,
.iiru9i .y1p0elj,
.y83hm .w1p2cjnx,
.y83hm .y1p0elj,
.h1n1fep .w1p2cjnx,
.h1n1fep .y1p0elj { clear: both; }
@media (max-width: 900px) {
  .iiru9i .pe2ny,
  .y83hm .pe2ny,
  .h1n1fep .xiwu9l2q:nth-child(odd)  .pe2ny,
  .h1n1fep .xiwu9l2q:nth-child(even) .pe2ny {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .iiru9i .pe2ny .mk3f5ft,
  .y83hm .pe2ny .mk3f5ft,
  .h1n1fep .pe2ny .mk3f5ft {
    max-height: none !important;
  }
}
.iiru9i .y0q26oo,
.iiru9i .cgip,
.y83hm .y0q26oo,
.y83hm .cgip,
.h1n1fep .y0q26oo,
.h1n1fep .cgip { overflow: hidden; }
@media (max-width: 640px) {
  .iiru9i .pe2ny,
  .y83hm .pe2ny,
  .h1n1fep .pe2ny { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ucwsz .blb5,
.ucwsz .uzeamb4v,
.ucwsz .f3t0w3p  { max-width: 1100px; }
.ndykjg .blb5,
.ndykjg .uzeamb4v,
.ndykjg .f3t0w3p  { max-width: 1200px; }
.ndykjg { --content-mw: 1200px; }
.o1shf4a .blb5,
.o1shf4a .uzeamb4v,
.o1shf4a .f3t0w3p  { max-width: 1320px; }
.p60g2 { font-size: 0.82rem; color: var(--text-muted); }
.f81ivy1 { display: flex; align-items: center; }
.jnyy3ij {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.lju3 { display: flex; align-items: center; }
.sqnp { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.sqnp:hover { text-decoration: underline; }
.cf07iw5a { margin: 0 3px; opacity: 0.45; }
.cf07iw5a::before { content: '/'; }
.qs8mm7q { padding: 2px 5px; color: var(--text-main); }
.tikoc .p60g2 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.tikoc .f81ivy1 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.zbrafxg .p60g2 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.zbrafxg .f81ivy1 { padding: 0 0 0 12px; }
.yz6tv0ja .f81ivy1 { padding: 0 16px; }
.yz6tv0ja .p60g2 {
  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);
}
.yz6tv0ja .blb5 { padding-top: 28px; }
@media (max-width: 720px) {
  .azw7 { margin-top: 18px; padding: 0 16px; }
  .yz6tv0ja .blb5 { padding-top: 16px; }
}
.ucwsz.tikoc .f81ivy1 { max-width: 1100px; }
.ndykjg.tikoc .f81ivy1 { max-width: 1200px; }
.o1shf4a.tikoc .f81ivy1 { max-width: 1320px; }
.ndykjg .azw7 { max-width: 1200px; }
.tvxcf6w .xiwu9l2q { padding-top: 16px; padding-bottom: 16px; }
.k4uwkte .xiwu9l2q { padding-top: 24px; padding-bottom: 24px; }
.dzpjocd1 .xiwu9l2q { padding-top: 40px; padding-bottom: 40px; }
.ol2go2b9 .xiwu9l2q { padding-top: 52px; padding-bottom: 52px; }
.e5ui4 .xiwu9l2q:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.e5ui4 .xiwu9l2q:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.e5ui4 .xiwu9l2q:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.e5ui4 .xiwu9l2q:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.tiitv .uzeamb4v { padding-top: 10px;  padding-bottom: 10px; }
.badn8y3p .uzeamb4v { padding-top: 18px;  padding-bottom: 18px; }
.be7drzrh .uzeamb4v { padding-top: 36px;  padding-bottom: 36px; }
.ok1m .uzeamb4v { padding-top: 48px;  padding-bottom: 48px; }
.z6s3 h2.b4kiitkt { font-weight: 600; }
.z6s3 h3.ngqof     { font-weight: 600; }
.uzov h2.b4kiitkt { font-weight: 800; }
.uzov h3.ngqof     { font-weight: 700; }
.menhw h2.b4kiitkt { font-weight: 900; }
.menhw h3.ngqof     { font-weight: 800; }
.menhw .zetsvag strong,
.menhw .zetsvag strong { font-weight: 600; }
.lnhqyz {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.o18y5xhp .lnhqyz { display: none; }
@media (max-width: 640px) {
  .lnhqyz { display: none !important; }
}
.lnhqyz { background: var(--cta) !important; color: #fff !important; border: none !important; }
.lnhqyz:hover { opacity: 0.85; }
.f56uy .lnhqyz { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.moo8q9 .s3xw { right: 32px; }
@media (max-width: 480px) {
  .moo8q9 .s3xw { right: 20px; bottom: 20px; }
  .yklaucbi  .s3xw { left: 20px; bottom: 20px; }
}
.vhy6io6o { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.f3t0w3p { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.v69tq { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.kzxzhcq8 { color: var(--text-dim); font-size: 0.8rem; }
.eg99h { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.eg99h img { height: 26px; width: auto; object-fit: contain; }
.utq9 a, .bcb34g9q a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.utq9 a:hover, .bcb34g9q a:hover { color: var(--accent-light); }
.bcb34g9q { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.qs5200c .f3t0w3p { text-align: center; }
.qs5200c .bcb34g9q { justify-content: center; margin-bottom: 16px; }
.qs5200c .v69tq { margin-top: 0; }
.dmq58aq { margin-top: 10px; }
.dmq58aq a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .f3t0w3p { padding-left: 16px; padding-right: 16px; }
  .s7hs .f3t0w3p { padding: 20px 16px; }
  .bcb34g9q { gap: 4px 12px; }
  .v69tq { font-size: 0.78rem; }
}
.n2muwiml .s6k2 .eg99h { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.n2muwiml .v69tq { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.n2muwiml .kzxzhcq8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .n2muwiml .d6cvo2ep { grid-template-columns: 1fr 1fr; } .n2muwiml .s6k2 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .n2muwiml .d6cvo2ep { grid-template-columns: 1fr; } }
.oicz4 .eg99h { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.oicz4 .v69tq { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .oicz4 .noob2t { gap: 12px; } .oicz4 .eg99h { margin-right: 0; width: 100%; } }
.f3wx1zi .t3ajfm3t .eg99h { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.f3wx1zi .v69tq { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.f3wx1zi .kzxzhcq8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .f3wx1zi .d4bn { grid-template-columns: 1fr 1fr; } .f3wx1zi .t3ajfm3t { grid-column: 1 / -1; } }
@media (max-width: 480px) { .f3wx1zi .d4bn { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .mf1ihzj .w584wyxa { grid-template-columns: 1fr 1fr; } .mf1ihzj .kqra7v1:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mf1ihzj .w584wyxa { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .pw6bq .w584wyxa { grid-template-columns: 1fr; } }
.g35fmegc .f3t0w3p { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.g35fmegc .bcb34g9q { justify-content: center; }
.a6sn .ijhss      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.a6sn .vhy6io6o { background: var(--bg-page); border-top-color: var(--border-alt); }
.a74bj4xa .ijhss      { background: #0d1117; border-bottom-color: #21262d; }
.a74bj4xa .axak { color: var(--accent-light); }
.a74bj4xa .bt1sesg { --msep-color: #8b949e; }
.a74bj4xa .bt1sesg a { color: #8b949e; }
.a74bj4xa .bt1sesg a:hover { color: var(--accent-light); }
.a74bj4xa .vmeb { color: #8b949e; }
.a74bj4xa .vhy6io6o { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.a74bj4xa .v69tq,
.a74bj4xa .kzxzhcq8 { color: #6e7681; }
.a74bj4xa .utq9 a, .a74bj4xa .bcb34g9q a,
.a74bj4xa .eg99h { color: #e6edf3; }
.a74bj4xa .utq9 a:hover, .a74bj4xa .bcb34g9q a:hover,
@media (max-width: 640px) {
  .a74bj4xa .bt1sesg { background: #0d1117; border-top-color: #21262d; }
  .a74bj4xa .bt1sesg li a { border-bottom-color: #21262d; }
}
.u9d919w .ijhss      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.u9d919w .axak { color: var(--accent-light); }
.u9d919w .bt1sesg { --msep-color: #475569; }
.u9d919w .bt1sesg a { color: #475569; }
.u9d919w .bt1sesg a:hover { color: var(--accent-light); }
.u9d919w .vmeb { color: #64748b; }
.u9d919w .vhy6io6o { background: #f0f4f8; border-top-color: #cbd5e1; }
.u9d919w .v69tq,
.u9d919w .kzxzhcq8 { color: #64748b; }
.u9d919w .utq9 a, .u9d919w .bcb34g9q a,
.u9d919w .sujc a, .u9d919w .eg99h { color: #374151; }
.u9d919w .utq9 a:hover, .u9d919w .bcb34g9q a:hover,
@media (max-width: 640px) {
  .u9d919w .bt1sesg { background: #f0f4f8; border-top-color: #cbd5e1; }
  .u9d919w .bt1sesg li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.a6ub .ijhss      { background: var(--accent); border-bottom-color: var(--accent-light); }
.a6ub .axak { color: #fff; }
.a6ub .bt1sesg { --msep-color: rgba(255,255,255,0.82); }
.a6ub .bt1sesg a { color: rgba(255,255,255,0.82); }
.a6ub .bt1sesg a:hover { color: #fff; }
.a6ub .vmeb { color: rgba(255,255,255,0.9); }
.a6ub .vhy6io6o { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.a6ub .v69tq,
.a6ub .kzxzhcq8 { color: rgba(255,255,255,0.72); }
.a6ub .utq9 a, .a6ub .bcb34g9q a,
.a6ub .sujc a, .a6ub .eg99h { color: #fff; }
.a6ub .utq9 a:hover, .a6ub .bcb34g9q a:hover,
@media (max-width: 640px) {
  .a6ub .bt1sesg { background: var(--accent); border-top-color: var(--accent-light); }
  .a6ub .bt1sesg li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.z41w .ijhss {
  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);
}
.z41w .vhy6io6o {
  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) {
  .z41w .bt1sesg {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.e9cc5uk .sei00hc { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.y3sfva .sei00hc { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.lr6q9l .sei00hc { min-height: 72px; height: auto; }
.xs2y .sei00hc { min-height: 84px; height: auto; }
.s7hs .sei00hc { max-width: none; padding: 0 32px; }
.s7hs .f3t0w3p  { max-width: none; padding: 24px 32px; }
.vgme7m7.ndykjg .sei00hc { max-width: 1200px; }
.vgme7m7.o1shf4a .sei00hc { max-width: 1320px; }
.uydpn9lf   .axak, .uydpn9lf   .eg99h { text-transform: capitalize; }
.mkpdfaaq .axak, .mkpdfaaq .eg99h { text-transform: lowercase; }
.x6wz3 .axak, .x6wz3 .eg99h { text-transform: uppercase; letter-spacing: 0.06em; }
.chm0tp, .fv0zo6a {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ej0bz .chm0tp,
.ej0bz .fv0zo6a { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.polvnzkj .chm0tp,
.polvnzkj .fv0zo6a { 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; }
.p6h33vyj .chm0tp,
.p6h33vyj .fv0zo6a { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.r418p2sx .chm0tp,
.r418p2sx .fv0zo6a { 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; }
.c4xtk   .bt1sesg a { font-weight: 500; }
.yx08qn .bt1sesg a { font-weight: 600; }
.is07r6a3     .bt1sesg a { font-weight: 700; }
.mgasx9    .bt1sesg a { font-weight: 800; letter-spacing: 0.01em; }
.jd53c     .bt1sesg > li + li::before,
.lh96l2st    .bt1sesg > li + li::before,
.rofh36    .bt1sesg > li + li::before,
.i8g8v0q .bt1sesg > li + li::before,
.rs72vgmh .bt1sesg > li + li::before,
.yiuy5o  .bt1sesg > li + li::before,
.gvm1    .bt1sesg > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.jd53c     .bt1sesg > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.lh96l2st    .bt1sesg > li + li::before { content: "|"; }
.rofh36    .bt1sesg > li + li::before { content: "—"; }
.i8g8v0q .bt1sesg > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.rs72vgmh .bt1sesg > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.yiuy5o  .bt1sesg > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.gvm1    .bt1sesg > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .qkao1b7e .vmeb,
  .bp9yh .vmeb,
  .olj93s6 .vmeb,
  .sc6z .vmeb,
  .gsdztd .vmeb {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .qkao1b7e .vmeb::before,
  .bp9yh .vmeb::before,
  .olj93s6 .vmeb::before,
  .sc6z .vmeb::before,
  .gsdztd .vmeb::before { content: ""; display: block; flex-shrink: 0; }

  
  .qkao1b7e .vmeb::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;
  }

  
  .bp9yh .vmeb::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;
  }

  
  .olj93s6 .vmeb::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;
  }

  
  .sc6z .vmeb::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;
  }

  
  .gsdztd .vmeb::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) {
  .b7cnlk1 .vmeb {
    padding: 5px 14px;
  }
  .b7cnlk1 .bt1sesg {
    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;
  }
  .b7cnlk1 .bt1sesg li a {
    border-bottom: none; padding: 10px 22px;
  }
  .b7cnlk1 .bt1sesg li a:hover { background: var(--bg-raised); }
  .b7cnlk1 .e04ajn2,
  .wzfcv02 .e04ajn2,
  .m3ki4ao .e04ajn2 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .de5us9 .vmeb {
    padding: 5px 10px;
  }
  .de5us9 .bt1sesg {
    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);
  }
  .de5us9 .bt1sesg.wcjxny { transform: translateX(0); }
  .de5us9 .bt1sesg li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .de5us9 .bt1sesg li:last-child a { border-bottom: none; }
  .a6ub .bt1sesg,
  .a74bj4xa .bt1sesg { background: var(--accent) !important; }
  .a6ub .bt1sesg li a,
  .a74bj4xa .bt1sesg li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .m3ki4ao .vmeb {
    padding: 5px 10px;
  }
  .m3ki4ao .bt1sesg {
    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);
  }
  .m3ki4ao .bt1sesg::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .m3ki4ao .bt1sesg.wcjxny { transform: translateY(0); }
  .m3ki4ao .bt1sesg li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .gpc5a9c2 .vmeb {
    padding: 5px 10px;
  }
  .gpc5a9c2 .bt1sesg {
    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;
  }
  .gpc5a9c2 .bt1sesg.wcjxny { opacity: 1; pointer-events: auto; }
  .gpc5a9c2 .bt1sesg li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .uhoxc     .vmeb { border-radius: 0 !important; }
  .wa0hd   .vmeb { border-radius: 8px !important; }
  .ho250 .vmeb { border-radius: 50% !important; }
  .xuuj966   .vmeb { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .pvvxe .bi4t { flex-direction: column; align-items: stretch; }
  .pvvxe .uzdf7 { flex-direction: row; min-width: auto; }
  .pvvxe .czma0ce { align-items: flex-start; text-align: left; }
}
.zrcm6j2,
.zrcm6j2.xiwu9l2q,
.m34fapc .zrcm6j2,
.ytyqmkic .zrcm6j2,
.nh12q .zrcm6j2,
.m54g7w .zrcm6j2 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.u4zg4u {
  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;
}
.i7zy { flex: 1 1 280px; min-width: 0; }
.ld99 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.ygusf {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.kz4s247a {
  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;
}
.kz4s247a:hover { transform: translateY(-1px); opacity: 0.95; }
.qdp8x1ql .u4zg4u {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.qdp8x1ql .ld99 { color: var(--cta); }
.qdp8x1ql .ygusf { color: var(--text-body); }
.qdp8x1ql .kz4s247a {
  background: var(--cta) !important;
  color: #fff !important;
}
.bes3b9j .u4zg4u {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.bes3b9j .ld99 { color: var(--text-primary); }
.bes3b9j .ygusf { color: var(--text-body); }
.bes3b9j .kz4s247a {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .u4zg4u {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .i7zy { flex: 0 0 auto; }
  .ld99 { font-size: 1.2rem; }
  .kz4s247a { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.g3gzc .gt8gb { height: 36px; }
.rh99wf .gt8gb { height: 60px; max-width: 200px; }
.clfd3 .gt8gb { height: 56px; max-width: 180px; }
.vax3    .vafrvj, .vax3    .mw95znk8 { color: #f59e0b; }
.ip858y      .vafrvj { font-size: 1rem; letter-spacing: 1.5px; }
.w9ob    .vafrvj, .w9ob    .mw95znk8 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.f8qy     .vafrvj, .f8qy     .mw95znk8 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.uk0rt5 .vafrvj, .uk0rt5 .mw95znk8 { color: var(--cta); letter-spacing: 2px; }
.dpg0sc   .vafrvj, .dpg0sc   .mw95znk8 { color: #e91e63; letter-spacing: 2px; }
.aex7usc  .vafrvj, .aex7usc  .mw95znk8 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.obocvc     .vafrvj, .obocvc     .mw95znk8 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.jksfjux .y68z + .y68z {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.luc7 .rdksprvv { padding: 18px 24px; min-height: 68px; }
.audg .b0nwqvrp {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.audg .flnmgvb8 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.a811lv5o .y68z {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.y1p0elj { counter-reset: cs-rank; }
.y1p0elj .rdksprvv { counter-increment: cs-rank; }
.y1p0elj .rdksprvv::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;
}
.zmlu6d4 .y1p0elj { counter-reset: cs-rank; gap: 0; }
.zmlu6d4 .rdksprvv {
  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;
}
.zmlu6d4 .rdksprvv::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;
}
.zmlu6d4 .cu8rg {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.zmlu6d4 .mzxjs {
  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;
}
.zmlu6d4 .mzzp7z { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.zmlu6d4 .cu8rg { min-width: 0; flex-direction: column; width: 100%; }
.zmlu6d4 .i3yfnd4 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.zmlu6d4 .vafrvj { color: var(--cta, var(--accent)); }
.zmlu6d4 .vysa9ql { font-weight: 700; }
.zmlu6d4 .y68z {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.zmlu6d4 .b0nwqvrp {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.zmlu6d4 .flnmgvb8 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.zmlu6d4 .idbx1v8 .flnmgvb8 { font-size: 1.3rem; color: var(--accent-light); }
.zmlu6d4 .po47nxl {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.zmlu6d4 .rdksprvv:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .zmlu6d4 .y1p0elj {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .zmlu6d4 .rdksprvv {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .zmlu6d4 .rdksprvv { padding: 40px 16px 20px; }
  .zmlu6d4 .y68z {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .zmlu6d4 .po47nxl { width: 100%; min-width: 0; }
}
.victjlp .y1p0elj { counter-reset: cs-rank; gap: 10px; }
.victjlp .rdksprvv {
  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);
}
.victjlp .rdksprvv::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);
}
.victjlp .cu8rg {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.victjlp .mzxjs {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.victjlp .mzzp7z { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.victjlp .i3yfnd4 {
  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;
}
.victjlp .vafrvj { color: var(--cta, var(--accent)); }
.victjlp .y68z {
  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;
}
.victjlp .b0nwqvrp {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.victjlp .flnmgvb8 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.victjlp .idbx1v8 .flnmgvb8 { color: var(--accent-light); }
.victjlp .po47nxl {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.victjlp .rdksprvv:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .victjlp .rdksprvv {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .victjlp .rdksprvv::before {
    position: absolute; top: 14px; left: 14px;
  }
  .victjlp .cu8rg {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .victjlp .i3yfnd4 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .victjlp .y68z {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .victjlp .po47nxl { width: 100%; min-width: 0; }
  .victjlp .vafrvj { min-width: 0; }
}
.txmpowqo .rdksprvv::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.rhzmdh .wmzn5q {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.rhzmdh .wmzn5q summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.rhzmdh .wmzn5q p { padding: 0 2px 16px; }
.xjhs .wmzn5q { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.xjhs .wmzn5q summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.xjhs .wmzn5q summary::after { content: "›"; font-size: 1.2em; }
.xjhs .wmzn5q[open] summary::after { content: "‹"; }
.xjhs .wmzn5q p { padding: 10px 22px 4px; }
.a8mv .wmzn5q {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.a8mv .wmzn5q summary { color: var(--text-primary); padding-left: 16px; }
.a8mv .wmzn5q summary::after { content: "›"; font-size: 1.1em; }
.a8mv .wmzn5q[open] summary::after { content: "‹"; }
.a8mv .wmzn5q p { padding-left: 16px; }
.ria0 .dwrz { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ria0 .wmzn5q {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ria0 .wmzn5q:last-child { border-bottom: none; }
.ria0 .wmzn5q summary { color: var(--text-primary); border-radius: 0; }
.ria0 .wmzn5q summary::after { content: "›"; font-size: 1.1em; }
.ria0 .wmzn5q[open] summary::after { content: "‹"; }
.kqk6ay3 .wmzn5q { overflow: hidden; }
.kqk6ay3 .wmzn5q summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.kqk6ay3 .wmzn5q summary::after { color: rgba(255,255,255,.75); }
.kqk6ay3 .wmzn5q[open] summary { border-radius: 0; }
.eemd2 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.rwk03w7 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.kqt1 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.mqaqtee { color: var(--text-muted); font-size: 1.05rem; }
.su42aw0c {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.hvrvg0mn { margin-bottom: 20px; }
.fmfo9 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.vh1sgfr {
  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;
}
.vh1sgfr:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.y7cpstp { resize: vertical; min-height: 130px; }
.olb9f { width: 100%; margin-top: 8px; }
.g8ni {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.rm0l9i30 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.crj8q7 { color: var(--text-muted); line-height: 1.75; }
.eb9ic09 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.eb9ic09 li { margin-bottom: 6px; }
.qgzhw1 { max-width: 760px; margin: 0 auto; }
.l8tfoltt { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.plupk7 { max-width: 760px; margin: 0 auto; }
.ntmhgzx { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.yncy ul.eb9ic09 { margin: 0; }
.y08ixbs .ntmhgzx { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .y08ixbs { grid-template-columns: 1fr; gap: 10px; } }
.oefw49 { max-width: 640px; margin: 0 auto; text-align: center; }
.et6e { margin-bottom: 48px; }
.et6e .ntmhgzx { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.et6e p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.keek3 .eb9ic09 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .jnws0x { grid-template-columns: 1fr; } }
.tvo9s { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.tvo9s:hover .vyii9wtd { color: var(--accent-light); text-decoration: underline; }
.uqisy5m { color: inherit; text-decoration: none; }
.uqisy5m:hover { color: var(--accent-light); text-decoration: underline; }
.r4d0er2 { display: inline-block; line-height: 0; }
.e62kwk7 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.iwlza { margin-bottom: 48px; }
.pqi1ao { max-width: 760px; margin: 0 auto; }
.wznq5r66 { max-width: 640px; margin: 0 auto; }
.seqd3q { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.seqd3q:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.shozu75 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.seqd3q p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.seqd3q ul.eb9ic09 { margin: 0; }
.xtpi97qe { color: var(--text-muted); line-height: 1.75; }
.m00f5j .eb9ic09,
.wznq5r66 .eb9ic09,
.k2o1rw5 .eb9ic09,
.u181 .eb9ic09 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.m00f5j .seqd3q,
.wznq5r66 .seqd3q { text-align: left; }
.m00f5j .shozu75,
.wznq5r66 .shozu75 { text-align: center; }
.rsud02 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.bt6qn6m { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.jpfua1xw { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.khjeu { margin-top: 12px; }
.qcs17ois { 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; }
.qcs17ois:hover { border-bottom-color: var(--accent-light); }
.x5yqfz3 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.x5yqfz3 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mf0v7 { width: 72px; height: 72px; }
.h0ux { border-radius: 50%; }
.nz2p2 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.z6pml2hm { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .rss7xqs { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.pa42 .jpfua1xw, .pa42 .bt6qn6m { max-width: 640px; }
.mhwklr .rsud02 { font-size: 1.6rem; margin-top: 18px; }
.r3avu5g .jpfua1xw { margin-bottom: 28px; }
@media (max-width: 860px) { .xhyb { grid-template-columns: 1fr; } .mhwklr { position: static; text-align: center; } }
.yzjz .x5yqfz3 { margin: 0 auto 18px; }
.yzjz .nz2p2 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .x0nl { grid-template-columns: 1fr; } }
.rlj4y .rsud02 { font-size: 1.6rem; margin-bottom: 6px; }
.u181 .eb9ic09 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .rlj4y { flex-direction: column; text-align: center; } .wyxy2k { grid-template-columns: 1fr; } }
.nojtsb { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.nojtsb .rsud02 { font-size: 1.35rem; margin: 0 0 4px; }
.nojtsb .nz2p2 { margin: 0; }
.cbj3 { max-width: 760px; margin: 0 auto; }
.ceeuz { position: relative; padding-left: 28px; }
.ceeuz::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.kyqsoh3 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.kyqsoh3:last-child { padding-bottom: 0; }
.jmecswb { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.f3cf6npu h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.f3cf6npu p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.zeb6 .kqt1 { color: var(--accent-light); }
.mysx .kqt1 { font-size: 2rem; }
.mysx .mqaqtee { max-width: 680px; }
.pe99 .kqt1 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.pe99 .mqaqtee  { margin: 0; }
@media (max-width: 640px) { .pe99 { flex-direction: column; } }
.nfnjg2up {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.nfnjg2up .kqt1 { color: var(--accent-light); }
.lqr0pt .kqt1 { color: #fff; }
.lqr0pt .mqaqtee  { color: rgba(255,255,255,0.85); }
.wpdf9y { max-width: 680px; margin: 0 auto; }
.e1ize {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .e1ize { grid-template-columns: 1fr; } }
.dr87l .vh1sgfr {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.dr87l .vh1sgfr:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.i913ajdy .vh1sgfr { background: var(--bg-raised); border-color: transparent; }
.i913ajdy .vh1sgfr:focus { background: var(--bg-card); border-color: var(--accent-light); }
.n6wk54xx .vh1sgfr { border-radius: 100px; padding: 11px 20px; }
.n6wk54xx .y7cpstp { border-radius: 14px; }
@media (max-width: 640px) { .fode1hp5 { grid-template-columns: 1fr; } }
.odivc { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.odivc li { margin-bottom: 6px; }
.rj6k2{display:none}
.rj6k2:empty,.eiaq6gi:empty{display:none}
.jduweo{position:relative;overflow:visible}
.ux1fvr7 .uii8l,.yepflv .uii8l,
.jhz5 .uii8l,.tozfk5 .uii8l,
.dk3osrnr .uii8l,.a1fe .uii8l{display:block}
.das96ehf .p11uo{display:block}
.ux1fvr7 .uii8l,.yepflv .uii8l,
.jhz5 .uii8l,.tozfk5 .uii8l,
.dk3osrnr .uii8l{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}
.ux1fvr7 .uii8l .eiaq6gi,.yepflv .uii8l .eiaq6gi,
.jhz5 .uii8l .eiaq6gi,.tozfk5 .uii8l .eiaq6gi,
.dk3osrnr .uii8l .eiaq6gi{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}
.ux1fvr7 .bzhp5o6,.yepflv .bzhp5o6,
.jhz5 .bzhp5o6,.tozfk5 .bzhp5o6,
.dk3osrnr .bzhp5o6{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.ux1fvr7 .uii8l,.yepflv .uii8l{top:12px}
.ux1fvr7 .uii8l .eiaq6gi{margin-right:auto}
.yepflv .uii8l .eiaq6gi{margin-left:auto}
.yepflv .uii8l{text-align:right}
.jhz5 .uii8l,.tozfk5 .uii8l{bottom:12px}
.jhz5 .uii8l .eiaq6gi{margin-right:auto}
.tozfk5 .uii8l .eiaq6gi{margin-left:auto}
.tozfk5 .uii8l{text-align:right}
.dk3osrnr .uii8l{position:relative;margin-top:16px}
.dk3osrnr .uii8l .eiaq6gi{margin:0 auto}
.a1fe .uii8l{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.a1fe .uii8l .eiaq6gi{margin:0}
.a1fe .rj78dz~.uii8l,
.a1fe .burc~.uii8l{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.a1fe .rj78dz~.uii8l .eiaq6gi,
.a1fe .burc~.uii8l .eiaq6gi{justify-content:flex-start}
.rj78dz~.uii8l,.burc~.uii8l{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}
.rj78dz~.uii8l .eiaq6gi{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.burc~.uii8l .eiaq6gi{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.p11uo .eiaq6gi{margin:0 0 12px}
.eiaq6gi{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.cl4u{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.vyii9wtd{font-weight:600;color:var(--text-heading);opacity:1}
.vfraorce::before{content:"·";margin:0 2px;opacity:.5}
.bzhp5o6{white-space:nowrap}
.syiv2jto .cl4u{display:none}
.pbuprj9h .bzhp5o6{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.pbuprj9h .vfraorce::before{content:""}
.c56iyg .bzhp5o6{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}
.c56iyg .vfraorce::before{content:""}
.nt3milg .eiaq6gi{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.w1njgg .bzhp5o6{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.w1njgg .vfraorce::before{content:""}
.pi26yd57 .bzhp5o6{color: var(--accent-light);opacity:1;font-weight:500}
.h9zufyq .bzhp5o6{border-bottom:1px solid currentColor;padding-bottom:2px}
.yre86m .eiaq6gi{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.p06u6{--date-bg:transparent}
.cc3rfcz .vfraorce::before{content:""}
.dyjs5n1 .vfraorce::before{content:"•";opacity:.4}
.dyjs5n1 .bzhp5o6 + .bzhp5o6::before{content:"•";margin-right:6px;opacity:.4}
.qj8xrw9 .vfraorce::before{content:"/";opacity:.35}
.qj8xrw9 .bzhp5o6 + .bzhp5o6::before{content:"/";margin-right:6px;opacity:.35}
.bi0tqe .vfraorce::before{content:"|";opacity:.3}
.bi0tqe .bzhp5o6 + .bzhp5o6::before{content:"|";margin-right:6px;opacity:.3}
.kpd0uu .vfraorce::before{content:"—";opacity:.3}
.kpd0uu .bzhp5o6 + .bzhp5o6::before{content:"—";margin-right:6px;opacity:.3}
.ly8ny1 .vfraorce::before{content:"◆";font-size:.5em;opacity:.35}
.ly8ny1 .bzhp5o6 + .bzhp5o6::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.anj4 .vfraorce::before{content:"·";opacity:.4}
.anj4 .bzhp5o6 + .bzhp5o6::before{content:"·";margin-right:6px;opacity:.4}
.doyey9 .vfraorce::before{content:"›";opacity:.4}
.doyey9 .bzhp5o6 + .bzhp5o6::before{content:"›";margin-right:6px;opacity:.4}
.yvyca .vfraorce::before{content:"→";opacity:.35;font-size:.85em}
.yvyca .bzhp5o6 + .bzhp5o6::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.v4l0ish{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.os0feuj{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.ttyi7{display:flex;flex-direction:column;gap:3px}
.dg8d{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.z8xui{font-weight:700;font-size:1rem;color:var(--text-heading)}
.f3rw3s{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.wuz2f .v4l0ish{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.alq9iz .v4l0ish{border-top:3px solid var(--accent);padding-top:18px}
.vv7iq .v4l0ish{border-left:3px solid var(--accent);border-radius:0}
.bmze .v4l0ish{padding:20px 0}
@media(max-width:640px){
  .v4l0ish{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .f3rw3s{max-width:100%}
}
.mctqtvr .xr35y{margin:0}
@media (max-width:560px){
  .kvn2flij{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) {
  .sbzwf { padding: 28px 18px 20px; }
  .g96gb { font-size: 1.2rem; }
  .lx4f { max-width: 220px; max-height: 80px; }
}
.zs8t {
  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);
}
.rqha {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.n1gwq0j  .zs8t { border-radius: 50%; }
.mkb8lcem  .zs8t { border-radius: 6px; }
.acctihi .zs8t { border-radius: 22px; }
.d00e .u4zg4u {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .zs8t { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.nw28 .xiwu9l2q {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.nw28 .uzeamb4v {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.nw28 .u4zg4u {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.ksf5qt1 .xiwu9l2q,
.ksf5qt1 .uzeamb4v {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.ksf5qt1 .u4zg4u {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .ksf5qt1 { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .ksf5qt1 .u4zg4u {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .ksf5qt1 .ygusf { display: none !important; }
  .ksf5qt1 .ld99 { font-size: 1.1rem !important; }
  .ksf5qt1 .zs8t { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .zt4g { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .sei00hc { flex-direction: row-reverse; }
[dir="rtl"] .bt1sesg { flex-direction: row-reverse; }
[dir="rtl"] .moo8q9 .s3xw { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .moo8q9 .s3xw { right: auto; left: 20px; }
  [dir="rtl"] .yklaucbi  .s3xw { left: auto;  right: 20px; }
}
[dir="rtl"] .iiru9i .pe2ny  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .y83hm .pe2ny { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .y0q26oo, [dir="rtl"] .cgip { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .nsbn3 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .k6t47jch { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .zetsvag { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .u4zg4u { direction: rtl; }
[dir="rtl"] .zs8t { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .rdksprvv,
[dir="rtl"] .p60g2 { direction: rtl; }
[dir="rtl"] .xqdiy24 { direction: rtl; }
[dir="rtl"] .qtxo2xn { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .k65d .cgip,
[dir="rtl"] .fa9f .cgip,
[dir="rtl"] .p49mj1 .cgip,
[dir="rtl"] .w16t83gh .cgip {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .k65d .cgip li::before,
[dir="rtl"] .fa9f .cgip li::before,
[dir="rtl"] .p49mj1 .cgip li::before,
[dir="rtl"] .w16t83gh .cgip li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .uc00hzo.g66pximd .m21mu,
[dir="rtl"] .w1y0.g66pximd .m21mu,
[dir="rtl"] .sq4un61n.g66pximd .m21mu,
[dir="rtl"] .w6rikky.g66pximd .m21mu,
[dir="rtl"] .du5m133a.g66pximd .m21mu { text-align: right; }
[dir="rtl"] .rj78dz.g66pximd .r496oc { align-items: flex-end; text-align: right; }
[dir="rtl"] .uzeamb4v,
[dir="rtl"] .yo0s,
[dir="rtl"] .wx3oc6b,
[dir="rtl"] .m21mu { text-align: right; }
[dir="rtl"] .su42aw0c,
[dir="rtl"] .fmfo9,
[dir="rtl"] .jpfua1xw,
[dir="rtl"] .vh1sgfr,
[dir="rtl"] .y7cpstp { text-align: right; direction: rtl; }
[dir="rtl"] .n6wk54xx .vh1sgfr,
[dir="rtl"] .dr87l .vh1sgfr { padding-right: 20px; padding-left: 20px; }
.xun19 .y1p0elj,
.ml2jv71 .y1p0elj,
.en0hin .y1p0elj { gap: 0; }
.pjdd3b5 .y1p0elj { gap: 14px; }
.xun19 .rdksprvv,
.ml2jv71 .rdksprvv,
.pjdd3b5 .rdksprvv,
.en0hin .rdksprvv {
  
  grid-template-columns: auto 260px minmax(0, 1fr) auto auto;
  gap: 20px;
  padding: 22px 26px;
  align-items: center;
  
  grid-auto-flow: dense;
}
.xun19 .rdksprvv,
.ml2jv71 .rdksprvv,
.en0hin .rdksprvv {
  background: var(--bg-card);
  border: none; border-radius: 0;
}
.xun19 .rdksprvv:nth-child(even),
.en0hin .rdksprvv:nth-child(even) { background: var(--accent-bg); }
.ml2jv71 .rdksprvv + .rdksprvv { border-top: 1px solid var(--border-alt); }
.pjdd3b5 .rdksprvv {
  border: 1px solid var(--border-alt); border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.xun19 .rdksprvv:hover,
.ml2jv71 .rdksprvv:hover,
.en0hin .rdksprvv:hover { background: var(--bg-hover); }
.xun19 .rdksprvv::before,
.ml2jv71 .rdksprvv::before,
.pjdd3b5 .rdksprvv::before,
.en0hin .rdksprvv::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;
}
.en0hin .rdksprvv::before {
  background: var(--accent); color: var(--cta-fg, #fff);
}
.xun19 .cu8rg,
.ml2jv71 .cu8rg,
.pjdd3b5 .cu8rg,
.en0hin .cu8rg {
  grid-column: 2;
  flex-direction: row; align-items: center; justify-content: flex-start;
  width: auto; gap: 16px; text-align: left;
}
.xun19 .mzxjs,
.ml2jv71 .mzxjs,
.pjdd3b5 .mzxjs,
.en0hin .mzxjs {
  width: 78px; height: 78px; padding: 0;
  border-radius: 50%; overflow: hidden; flex-shrink: 0;
}
.xun19 .mzzp7z,
.ml2jv71 .mzzp7z,
.pjdd3b5 .mzzp7z,
.en0hin .mzzp7z {
  width: 100%; height: 100%; max-width: none; max-height: none;
  object-fit: cover;
}
.xun19 .i3yfnd4,
.ml2jv71 .i3yfnd4,
.pjdd3b5 .i3yfnd4,
.en0hin .i3yfnd4 {
  font-size: 1.3rem; font-weight: 700; color: var(--accent);
  text-align: left;
}
.en0hin .i3yfnd4 { font-size: 1.45rem; font-weight: 800; }
.xun19 .b6igkk,
.ml2jv71 .b6igkk,
.pjdd3b5 .b6igkk,
.en0hin .b6igkk {
  grid-column: 3; display: block;
  justify-self: center; width: min(100%, 340px);
}
.xun19 .b6igkk .idbx1v8,
.ml2jv71 .b6igkk .idbx1v8,
.pjdd3b5 .b6igkk .idbx1v8,
.en0hin .b6igkk .idbx1v8 {
  background: var(--accent-bg);
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  flex-direction: row; justify-content: center;
}
.xun19 .b6igkk .idbx1v8 .b0nwqvrp,
.ml2jv71 .b6igkk .idbx1v8 .b0nwqvrp,
.pjdd3b5 .b6igkk .idbx1v8 .b0nwqvrp,
.en0hin .b6igkk .idbx1v8 .b0nwqvrp { display: none; }
.xun19 .b6igkk .idbx1v8 .flnmgvb8::before,
.ml2jv71 .b6igkk .idbx1v8 .flnmgvb8::before,
.pjdd3b5 .b6igkk .idbx1v8 .flnmgvb8::before,
.en0hin .b6igkk .idbx1v8 .flnmgvb8::before { content: "\1F381\00a0"; }
.xun19 .b6igkk .idbx1v8 .flnmgvb8,
.ml2jv71 .b6igkk .idbx1v8 .flnmgvb8,
.pjdd3b5 .b6igkk .idbx1v8 .flnmgvb8,
.en0hin .b6igkk .idbx1v8 .flnmgvb8 {
  font-size: 1.05rem; font-weight: 700; color: var(--text-primary);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.xun19 .b6igkk .lrd3,
.ml2jv71 .b6igkk .lrd3,
.pjdd3b5 .b6igkk .lrd3,
.en0hin .b6igkk .lrd3 { display: none; }
.xun19 .siqdxsz,
.ml2jv71 .siqdxsz,
.pjdd3b5 .siqdxsz,
.en0hin .siqdxsz {
  grid-column: 4; min-width: 120px; width: auto;
}
.xun19 .vafrvj,
.ml2jv71 .vafrvj,
.pjdd3b5 .vafrvj,
.en0hin .vafrvj { display: block; font-size: 1.25rem; letter-spacing: 2px; }
.xun19 .vysa9ql,
.ml2jv71 .vysa9ql,
.pjdd3b5 .vysa9ql,
.en0hin .vysa9ql { display: none; }
.xun19 .po47nxl.pps9,
.ml2jv71 .po47nxl.pps9,
.pjdd3b5 .po47nxl.pps9,
.en0hin .po47nxl.pps9 {
  grid-column: 5;
  min-width: 190px;
  border-radius: 999px;
  padding: 17px 34px !important;
  font-size: 1.05rem !important; font-weight: 700;
}
.en0hin .po47nxl.pps9 { box-shadow: 0 4px 16px color-mix(in srgb, var(--cta) 45%, transparent); }
@media (max-width: 1080px) {
  .xun19 .rdksprvv,
  .ml2jv71 .rdksprvv,
  .pjdd3b5 .rdksprvv,
  .en0hin .rdksprvv {
    grid-template-columns: auto 220px minmax(0, 1fr) auto;
    gap: 16px; padding: 18px;
  }
  .xun19 .siqdxsz,
  .ml2jv71 .siqdxsz,
  .pjdd3b5 .siqdxsz,
  .en0hin .siqdxsz { display: none; }
  .xun19 .po47nxl.pps9,
  .ml2jv71 .po47nxl.pps9,
  .pjdd3b5 .po47nxl.pps9,
  .en0hin .po47nxl.pps9 { grid-column: 4; min-width: 150px; padding: 14px 24px !important; }
}
@media (max-width: 720px) {
  .xun19 .rdksprvv,
  .ml2jv71 .rdksprvv,
  .pjdd3b5 .rdksprvv,
  .en0hin .rdksprvv {
    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;
  }
  .xun19 .rdksprvv::before,
  .ml2jv71 .rdksprvv::before,
  .pjdd3b5 .rdksprvv::before,
  .en0hin .rdksprvv::before { grid-area: rank; align-self: center; justify-self: start; }
  .xun19 .cu8rg,
  .ml2jv71 .cu8rg,
  .pjdd3b5 .cu8rg,
  .en0hin .cu8rg { grid-area: ident; width: auto; justify-content: flex-start; }
  .xun19 .b6igkk,
  .ml2jv71 .b6igkk,
  .pjdd3b5 .b6igkk,
  .en0hin .b6igkk { grid-area: pills; }
  
  .xun19 .b6igkk .idbx1v8,
  .ml2jv71 .b6igkk .idbx1v8,
  .pjdd3b5 .b6igkk .idbx1v8,
  .en0hin .b6igkk .idbx1v8 {
    background: var(--accent-bg); border-radius: 999px;
    padding: 11px 18px; justify-content: center;
  }
  .xun19 .po47nxl.pps9,
  .ml2jv71 .po47nxl.pps9,
  .pjdd3b5 .po47nxl.pps9,
  .en0hin .po47nxl.pps9 { grid-area: cta; width: 100%; }
  .xun19 .mzxjs,
  .ml2jv71 .mzxjs,
  .pjdd3b5 .mzxjs,
  .en0hin .mzxjs { width: 56px; height: 56px; }
  .xun19 .i3yfnd4,
  .ml2jv71 .i3yfnd4,
  .pjdd3b5 .i3yfnd4,
  .en0hin .i3yfnd4 { font-size: 1.1rem; }
}
:root {
  --accent:          #5db110;
  --brand:           #5db110;
  --brand-light:     #519116;
  --brand-pale:      #6ab227;
  --grad-start:      #8aec30;
  --grad-end:        #aae970;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #15803d;
  --cta-fg:          #ffffff;
  --cta-light:       #0c5f2b;
  --cta-hover:       #0c4b23;
  --bg-page:         #f7f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f6f3;
  --bg-raised:       #eff1ed;
  --bg-hover:        #f4f6f3;
  --border:          #e5e9e1;
  --border-alt:      #d5ddcf;
  --border-section:  #e5e9e1;
  --text-primary:    #191c16;
  --text-muted:      #586250;
  --text-body:       #32382d;
  --text-sub:        #4c5444;
  --text-faint:      #7e8c72;
  --text-dim:        #98a38e;
  --text-label:      #65705b;
  --text-value:      #3f4639;
  --accent-bg:       #eaf5df;
  --accent-bg-light: #daf1c4;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #0c962f;
  --c-cons:          #9f3e21;
  --c-pros-label:    #0eb338;
  --c-tip-border:    #10c63e;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c962f;
}
:root { --logo-bg-opacity: 30%; }
body, button, input { font-family: "Nunito", sans-serif; }
.w5cthc .dpsn4 li::before, .w5cthc .izqgw 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; }.w5cthc .dpsn4 li::before { content: ""; }.w5cthc .izqgw li::before { content: ""; }.w5cthc .bwr9pifu::before, .w5cthc .e62o0fi::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.w5cthc .bwr9pifu::before { content: ""; }.w5cthc .e62o0fi::before { content: ""; }
.bxak2b7 .waxk3, .bxak2b7 .rj78dz { min-height: 320px; }
.cf07iw5a::before { content: '/'; }