:root {
  --color-accent: #01b02f;
  --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;
}
.w4e7 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.xokkxp {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.yyqkq {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.gso8qg { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.r4z1 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.r4z1 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.r4z1 a:hover { color: var(--accent-light); }
.j2y603     .c05a1kr { border-radius: 6px; }
.j2y603 .c05a1kr li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.j2y603 .c05a1kr li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.c1va7 .c05a1kr li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .c05a1kr {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .kvl54:hover .c05a1kr,
  .kvl54:focus-within .c05a1kr { display: block; }
  .c05a1kr li a { padding: 8px 16px; font-size: 0.88rem; }
}
.k65sqj5 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.no3ipj2b { display: none; }
@media (max-width: 640px) {
  .no3ipj2b {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .no3ipj2b.u52s2 { display: block; }
}
@media (max-width: 640px) {
  .k65sqj5 { display: block; }
  .r4z1 > li + li::before { display: none !important; }
  .r4z1 {
    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;
  }
  .r4z1.u52s2 { display: flex; }
  .r4z1 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .r4z1 li:last-child a { border-bottom: none; }
}
.we4jzuv { min-height: 480px; }
.qkw7dth6 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.yuhn53sg { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.pnc1489i .yuhn53sg { margin-left: 0; margin-right: 0; }
.xuj7 {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.dem1n .xuj7 { margin-top: 24px; }
.xuj7:hover { opacity: 0.88; }
.lpew9 .qkw7dth6 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.lpew9 .yuhn53sg { color: #e2e8f0; }
.lpew9.pnc1489i   .zw1iq49o { text-align: left; }
.lthry .qkw7dth6 { color: var(--text-primary); text-shadow: none; }
.lthry .yuhn53sg { color: var(--text-muted); }
.lthry .xuj7 { margin-top: 16px; }
.lthry, .lthry.we4jzuv { min-height: auto !important; }
.lthry.pnc1489i   .zw1iq49o { text-align: left; }
.lthry~.izu7bew{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}
.lthry~.izu7bew .ngxne{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.qrq9kr5 .qkw7dth6 { color: #fff; }
.qrq9kr5 .yuhn53sg { color: rgba(255,255,255,0.85); }
.gr2r .g2vppr9 { position: relative; overflow: hidden; }
.gr2r .g2vppr9::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.hy6nxv .g2vppr9 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.xvh51b .g2vppr9 { position: relative; overflow: hidden; }
.xvh51b .g2vppr9::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
.z3u4i .g2vppr9 { position: relative; overflow: hidden; }
.z3u4i .g2vppr9::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.yuyx .g2vppr9 {
  animation: hg-fadein 1.2s ease-out both;
}
.g2vppr9 {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.v7gp {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.fq44f {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.g2vppr9 .qkw7dth6 { text-shadow: none; color: var(--text-primary); }
.g2vppr9 .yuhn53sg { color: var(--text-muted); }
body.uwvtl .qkw7dth6 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ow0a .qkw7dth6 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.we4jzuv.qrq9kr5 .qkw7dth6,
section.qrq9kr5 .qkw7dth6 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.g2vppr9.hd4sbpfd .v7gp { align-items: center; text-align: center; }
.g2vppr9.pnc1489i   .v7gp { align-items: flex-start; text-align: left; }
.he4h .fq44f { position: relative; }
.he4h .fq44f::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.he4h.nthr .fq44f::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.t3vwnw .fq44f {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.t3vwnw.nthr .fq44f { padding: 32px 0 32px 32px; }
.jk83u .fq44f {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.nthr .v7gp {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.jk83u.nthr .fq44f { padding: 40px 16px 40px 48px; }
.we4jzuv .wxaz5e4i {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.wxaz5e4i .yi0m4t7u {
  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;
}
.wxaz5e4i .yi0m4t7u::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.wxaz5e4i .rt08pm5c { display: contents !important; }
.wxaz5e4i .rt08pm5c .t69afywj {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.wxaz5e4i .rt08pm5c .m1ttsiz { max-height: 48px; max-width: 96px; }
.wxaz5e4i .rt08pm5c .uhjk8bp {
  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;
}
.wxaz5e4i .gy0l3m {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.wxaz5e4i .al7bfg { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.wxaz5e4i .aw6o3 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.wxaz5e4i .aw6o3 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.wxaz5e4i .pkgr3 { display: contents !important; }
.wxaz5e4i .pkgr3 .yvnr5:not(.cnmff) { display: none !important; }
.wxaz5e4i .pkgr3 .cnmff {
  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;
}
.wxaz5e4i .pkgr3 .cnmff .jz2sem {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.wxaz5e4i .pkgr3 .cnmff .xcs5g {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.wxaz5e4i .b76b0zxo { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.wxaz5e4i .b76b0zxo.r8zesd {
  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;
}
.wxaz5e4i .b76b0zxo.r8zesd:hover { opacity: 0.85; }
.wxaz5e4i .yi0m4t7u,
.wxaz5e4i .yi0m4t7u:hover,
.wxaz5e4i .yi0m4t7u:nth-child(even),
.wxaz5e4i .yi0m4t7u:nth-child(odd),
.wxaz5e4i .yi0m4t7u:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.il9hho .fq44f {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
.ydrkg465 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px !important;
  width: 100%;
}
@media (max-width: 700px) {
  .g2vppr9 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .g2vppr9:not(.il9hho) .fq44f { display: none !important; }
  .il9hho .fq44f { padding: 16px; }
  .v7gp  { padding: 36px 24px; }
  .g2vppr9~.izu7bew,.nthr~.izu7bew{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .we4jzuv, .g2vppr9 { min-height: 320px !important; }
  .qkw7dth6 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .uqwx,
  .ydrkg465,
  .bzdtval { grid-template-columns: 1fr !important; }

  

  
  .xngp7 { display: flex !important; flex-direction: column !important; }
  .xngp7 .zw1iq49o { display: contents; }
  .xngp7 .mbh1wbxx { order: 0; }
  .xngp7 .qkw7dth6 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .xngp7 .uqwx { order: 2; padding: 0 16px 12px !important; }
  .xngp7 .yuhn53sg { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .dem1n .zw1iq49o { display: flex; flex-direction: column; }
  .dem1n .zw1iq49o .qkw7dth6 { order: 1; }
  .dem1n .zw1iq49o .bzdtval { order: 2; margin: 8px 0 24px !important; }
  .dem1n .zw1iq49o .yuhn53sg { order: 3; }
  .dem1n .zw1iq49o .xuj7 { order: 4; align-self: center; margin-top: 0; }

  
  .g2vppr9.il9hho {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .g2vppr9.il9hho .v7gp { display: contents; padding: 0; }
  .g2vppr9.il9hho .v7gp .qkw7dth6 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .g2vppr9.il9hho .fq44f { order: 2; padding: 12px 16px; }
  .g2vppr9.il9hho .v7gp .yuhn53sg { order: 3; padding: 0 24px; margin: 0 auto; }
  .g2vppr9.il9hho .v7gp .xuj7 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.nlm1 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.pk00vt7 { width: 100%; height: auto; display: block; border-radius: 10px; }
.lcdp .nlm1        { border-radius: 16px; }
.lcdp .pk00vt7  { border-radius: 16px; }
.ocba .nlm1         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ocba .pk00vt7   { border-radius: 8px; }
.e3gpu { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.kteed22k { width: 100%; padding: 32px 0; position: relative; }
.esrgnf { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.k6od7y .kteed22k:nth-child(even) { background: var(--bg-surface); }
.k6od7y .kteed22k:nth-child(odd)  { background: var(--bg-page); }
.ddwj .kteed22k:nth-child(even) { background: var(--bg-card); }
.ddwj .kteed22k:nth-child(odd)  { background: var(--bg-page); }
.k6od7y .kteed22k:nth-child(odd)  .esrgnf { background: var(--bg-card); border-radius: 6px; }
.k6od7y .kteed22k:nth-child(even) .esrgnf { background: var(--bg-raised); border-radius: 6px; }
.ddwj .kteed22k:nth-child(odd)  .esrgnf { background: var(--bg-card); border-radius: 6px; }
.ddwj .kteed22k:nth-child(even) .esrgnf { background: var(--bg-raised); border-radius: 6px; }
.k6od7y .kteed22k:nth-child(even) .ugr81e .xm9fv0z,
.ddwj .kteed22k:nth-child(even) .ugr81e .xm9fv0z { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.k6od7y .kteed22k:nth-child(odd) .ugr81e .xm9fv0z,
.ddwj .kteed22k:nth-child(odd) .ugr81e .xm9fv0z { background: var(--bg-card-inner); }
.k6od7y .kteed22k:nth-child(even) .cqmo .xm9fv0z:nth-child(odd),
.ddwj .kteed22k:nth-child(even) .cqmo .xm9fv0z:nth-child(odd)  { background: var(--bg-card); }
.k6od7y .kteed22k:nth-child(even) .cqmo .xm9fv0z:nth-child(even),
.ddwj .kteed22k:nth-child(even) .cqmo .xm9fv0z:nth-child(even) { background: var(--bg-card-inner); }
h1.sfxowp3 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.sfxowp3 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.b2kmnl { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.dv08ii h2.sfxowp3 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.vjyq5hjf h2.sfxowp3 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.rwcybis0 h2.sfxowp3 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.jbzqehsf h2.sfxowp3::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.d5o6fn h2.sfxowp3 {
  color: var(--text-primary); font-size: 1.7rem;
}
.wjj0q h2.sfxowp3::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.r2kb21 h2.sfxowp3 {
  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) { .ylomadt { display: none; } }
.qqf05tpt { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.hi6t83a { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.i9lumf {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.fb6yx4sm { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.oa78i { padding-left: 20px; }
.oa78i li { margin-bottom: 6px; }
.oa78i a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.oa78i a:hover { color: var(--accent-light); }
.nq0fyy .fb6yx4sm { display: none; }
.tyed .fb6yx4sm { display: none; }
.tyed .oa78i { padding-left: 0; list-style: none; }
.tyed .oa78i li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.tyed .oa78i a { font-size: 0.92rem; }
.vywkp .i9lumf { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.vywkp .fb6yx4sm { display: none; }
.vywkp .oa78i { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.vywkp .oa78i li { margin-bottom: 0; }
.vywkp .oa78i 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;
}
.vywkp .oa78i a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.kii2rdbw .i9lumf { padding: 20px 20px 16px; }
.kii2rdbw .oa78i {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.kii2rdbw .oa78i li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.kii2rdbw .oa78i 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;
}
.kii2rdbw .oa78i 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;
}
.kii2rdbw .oa78i a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.kii2rdbw .oa78i a:focus,
.kii2rdbw .oa78i a:focus-visible,
.kii2rdbw .oa78i a:target { outline: none; }
.kii2rdbw .oa78i li:target a { border-color: var(--border); color: var(--text-muted); }
.pe38s0v .i9lumf { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.pe38s0v .fb6yx4sm { display: none; }
.pe38s0v .oa78i { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.pe38s0v .oa78i li { counter-increment: toc-n; margin-bottom: 0; }
.pe38s0v .oa78i 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;
}
.pe38s0v .oa78i 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;
}
.pe38s0v .oa78i a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.qmpv .i9lumf { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.qmpv .fb6yx4sm { display: none; }
.qmpv .oa78i { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.qmpv .oa78i li { margin-bottom: 0; }
.qmpv .oa78i 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;
}
.qmpv .oa78i a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.gi1rrvmn .i9lumf { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.gi1rrvmn .fb6yx4sm { display: none; }
.gi1rrvmn .oa78i { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.gi1rrvmn .oa78i li { margin-bottom: 0; }
.gi1rrvmn .oa78i li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.gi1rrvmn .oa78i li:last-child::after { content: ""; margin-right: 0; }
.gi1rrvmn .oa78i a { font-size: 0.9rem; }
.xm9fv0z { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ugr81e .xm9fv0z { background: var(--bg-card); }
.cqmo .xm9fv0z:nth-child(odd)  { background: var(--bg-card); }
.cqmo .xm9fv0z:nth-child(even) { background: var(--bg-raised); }
.twgpwqep .xm9fv0z {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.twgpwqep .xm9fv0z:last-child { border-bottom: none; }
.twgpwqep h3.b2kmnl { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.avhj .xm9fv0z {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.avhj .xm9fv0z + .xm9fv0z { margin-top: 4px; }
.b2m2nkg .xm9fv0z { background: none; border-radius: 0; padding: 12px 0; }
.b2m2nkg .xm9fv0z + .xm9fv0z { border-top: 1px solid var(--border-section); }
.lh2x1 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.g6s2mzvg { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.xoibbf7 { color: var(--text-body); margin-bottom: 10px; }
.d0osf, .nrc1se { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.d0osf li, .nrc1se li { margin-bottom: 6px; }
.nrc1se li { list-style: decimal; }
.lnvq7he     .d0osf { list-style-type: "● "; }
.rz0os  .d0osf { list-style-type: "■ "; }
.byvpx46 .d0osf { list-style-type: "◆ "; }
.ez22    .d0osf { list-style-type: "★ "; }
.lnvq7he     .artmd { list-style-type: "● "; }
.rz0os  .artmd { list-style-type: "■ "; }
.byvpx46 .artmd { list-style-type: "◆ "; }
.ez22    .artmd { list-style-type: "★ "; }
.lnvq7he    .d0osf li::marker, .lnvq7he    .artmd li::marker,
.rz0os .d0osf li::marker, .rz0os .artmd li::marker,
.byvpx46 .d0osf li::marker, .byvpx46 .artmd li::marker,
.ez22   .d0osf li::marker, .ez22   .artmd li::marker {
  color: var(--cta); font-size: 1em;
}
.lnvq7he .nrc1se,
.rz0os .nrc1se,
.byvpx46 .nrc1se,
.ez22 .nrc1se {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.lnvq7he .nrc1se li,
.rz0os .nrc1se li,
.byvpx46 .nrc1se li,
.ez22 .nrc1se li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.lnvq7he .nrc1se li::before,
.rz0os .nrc1se li::before,
.byvpx46 .nrc1se li::before,
.ez22 .nrc1se 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;
}
.lnvq7he     .nrc1se li::before { border-radius: 50%; }
.rz0os  .nrc1se li::before { border-radius: 3px; }
.byvpx46 .nrc1se li::before { border-radius: 3px; }
.ez22    .nrc1se li::before { border-radius: 50%; }
.rln0 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.w9gp42 .rln0,
.mn1rpmj .rln0 { background: transparent; border: none; border-radius: 0; }
.agzcyg { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.agzcyg th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.agzcyg td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.agzcyg tr:hover td { background: var(--bg-hover); }
.mthan .agzcyg tbody tr:nth-child(even) td { background: var(--bg-surface); }
.cq42p0tf .agzcyg { border: 1px solid var(--border-alt); }
.cq42p0tf .agzcyg th,
.cq42p0tf .agzcyg td { border: 1px solid var(--border-alt); }
.kj0cs .agzcyg th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.kj0cs .agzcyg td { border-bottom: none; }
.kj0cs .agzcyg tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.vku00 .agzcyg th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.s5ys15 .rln0 {
  overflow: hidden;
}
.s5ys15 .agzcyg th { border-bottom: 1px solid var(--border-alt); }
.s5ys15 .agzcyg tr:last-child td { border-bottom: none; }
.vzj39 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.cua7i { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.d0zi4ub { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.f3ebh { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.bv1k9dg { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.artmd { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.artmd 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%}
.tynw3x .f3ebh { background: transparent; text-align: center; }
.swnzh .d0zi4ub {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.ltncc .d0zi4ub {
  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);
}
.o6u8 .cua7i { display: grid; grid-template-columns: auto 1fr; }
.o6u8 .d0zi4ub {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.o6u8 .f3ebh { grid-column: 2; }
.o6u8 .bv1k9dg,
.o6u8 .artmd { grid-column: 1 / -1; }
.kpxbyysb .cua7i { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.kpxbyysb .d0zi4ub {
  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);
}
.kpxbyysb .f3ebh { grid-column: 2; }
.kpxbyysb .bv1k9dg,
.kpxbyysb .artmd { grid-column: 1 / -1; }
.fq7e .cua7i { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.fq7e .f3ebh { background: none; color: var(--accent-light); font-weight: 700; }
.h36i .cua7i { 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); }
.h36i .f3ebh { background: none; color: var(--accent-light); font-weight: 700; }
.d5xks .cua7i { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.d5xks .cua7i:last-child { border-bottom: none; }
.d5xks .f3ebh { background: none; color: var(--accent-light); font-weight: 700; }
.s5aarkmo .cua7i { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.s5aarkmo .f3ebh { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.mju4r6 .vzj39 { counter-reset: card-n; }
.mju4r6 .cua7i  { counter-increment: card-n; }
.mju4r6 .f3ebh { display: flex; align-items: center; gap: 10px; }
.mju4r6 .f3ebh::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;
}
.a7nuny .cua7i { background: var(--bg-surface); border: 1px solid var(--border); }
.a7nuny .f3ebh { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.jl8trh { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.jl8trh         { --cl-hue: var(--accent); }
.fm0vwrcf     { --cl-hue: #16a34a; }
.if94ge { --cl-hue: #ea580c; }
.qh2a    { --cl-hue: #2563eb; }
.fm0vwrcf, .if94ge, .qh2a, .g30l3t {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.rgqjj5f { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.rgqjj5f::before { color: var(--cl-hue); }
.jl8trh strong { color: var(--text-primary); font-size: 0.95rem; }
.jl8trh p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.eio3m335 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.nd45ba4k, .gta8nx8 { border-radius: 8px; padding: 14px; }
.nd45ba4k { background: var(--bg-pros); }
.gta8nx8 { background: var(--bg-cons); }
.lutxn { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.nd45ba4k .lutxn { color: var(--c-pros-label); }
.gta8nx8 .lutxn { color: #f87171; }
.nd45ba4k ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.gta8nx8 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.pk00vt7 { width: 100%; height: auto; border-radius: 10px; display: block; }
.r8zesd {
  background: var(--cta); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.r8zesd:hover { opacity: 0.85; }
.vfjqzfv .r8zesd  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.vfjqzfv .r8zesd:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vuyd .r8zesd  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.vuyd .r8zesd:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vfjqzfv .b76b0zxo.r8zesd, .vuyd .b76b0zxo.r8zesd,
.vfjqzfv .pm9f .r8zesd, .vuyd .pm9f .r8zesd {
  background: var(--cta); border: none; color: #fff;
}
.vfjqzfv .b76b0zxo.r8zesd:hover, .vuyd .b76b0zxo.r8zesd:hover,
.vfjqzfv .pm9f .r8zesd:hover, .vuyd .pm9f .r8zesd:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.emee .xuj7 { border-radius: 50px; }
.emee .r8zesd  { border-radius: 50px; }
.ls7ljqh .xuj7,
.ls7ljqh .r8zesd { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.ls7ljqh .xuj7:hover,
.ls7ljqh .r8zesd:hover { filter: brightness(1.08); opacity: 1; }
.fn5cd .xuj7,
.fn5cd .r8zesd { box-shadow: 0 3px 14px -2px var(--cta); }
.fn5cd .xuj7:hover,
.fn5cd .r8zesd:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.eyn7 .xuj7,
.eyn7 .r8zesd { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.eyn7 .xuj7:hover,
.eyn7 .r8zesd:hover { opacity: 1; }
.eyn7 .xuj7:active,
.eyn7 .r8zesd:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.nfxw9k6 .xuj7,
.nfxw9k6 .r8zesd { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.nfxw9k6 .xuj7:hover,
.nfxw9k6 .r8zesd:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.nfxw9k6 .xuj7:active,
.nfxw9k6 .r8zesd:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.srenyiq0 .xuj7,
.srenyiq0 .r8zesd { position: relative; overflow: hidden; }
.srenyiq0 .xuj7::before,
.srenyiq0 .r8zesd::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;
}
.srenyiq0 .xuj7:hover::before,
.srenyiq0 .r8zesd:hover::before { left: 135%; }
.bwpwk .xuj7,
.bwpwk .r8zesd { border-radius: 0; }
.zkdzev .xuj7 { padding-left: 22px; padding-right: 22px; }
.zkdzev .r8zesd  { padding-left: 12px; padding-right: 12px; }
.nx7ko .xuj7 { padding-left: 44px; padding-right: 44px; }
.nx7ko .r8zesd  { padding-left: 24px; padding-right: 24px; }
.nor6o .xuj7 { padding-left: 56px; padding-right: 56px; }
.nor6o .r8zesd  { padding-left: 32px; padding-right: 32px; }
.wl6met9q   .xuj7::after, .wl6met9q   .r8zesd::after,
.qchah8 .xuj7::after, .qchah8 .r8zesd::after,
.mizh53    .xuj7::after, .mizh53    .r8zesd::after,
.jgwhyjpv    .xuj7::after, .jgwhyjpv    .r8zesd::after,
.gm5ua    .xuj7::after, .gm5ua    .r8zesd::after,
.an0ax     .xuj7::after, .an0ax     .r8zesd::after,
.ufi6    .xuj7::after, .ufi6    .r8zesd::after,
.bncto   .xuj7::after, .bncto   .r8zesd::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;
}
.wl6met9q .xuj7::after, .wl6met9q .r8zesd::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");
}
.qchah8 .xuj7::after, .qchah8 .r8zesd::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");
}
.mizh53 .xuj7::after, .mizh53 .r8zesd::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");
}
.jgwhyjpv .xuj7::after, .jgwhyjpv .r8zesd::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");
}
.gm5ua .xuj7::after, .gm5ua .r8zesd::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");
}
.an0ax .xuj7::after, .an0ax .r8zesd::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");
}
.ufi6 .xuj7::after, .ufi6 .r8zesd::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");
}
.bncto .xuj7::after, .bncto .r8zesd::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");
}
.cfva2iso   .goyes::after, .cfva2iso   .iv1p1w::after,
.vk1x .goyes::after, .vk1x .iv1p1w::after,
.z9123    .goyes::after, .z9123    .iv1p1w::after,
.xtwk    .goyes::after, .xtwk    .iv1p1w::after,
.ck3ki    .goyes::after, .ck3ki    .iv1p1w::after,
.velfgc     .goyes::after, .velfgc     .iv1p1w::after,
.lp1nsht    .goyes::after, .lp1nsht    .iv1p1w::after,
.z7qs   .goyes::after, .z7qs   .iv1p1w::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;
}
.cfva2iso .goyes::after, .cfva2iso .iv1p1w::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");
}
.vk1x .goyes::after, .vk1x .iv1p1w::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");
}
.z9123 .goyes::after, .z9123 .iv1p1w::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");
}
.xtwk .goyes::after, .xtwk .iv1p1w::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");
}
.ck3ki .goyes::after, .ck3ki .iv1p1w::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");
}
.velfgc .goyes::after, .velfgc .iv1p1w::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");
}
.lp1nsht .goyes::after, .lp1nsht .iv1p1w::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");
}
.z7qs .goyes::after, .z7qs .iv1p1w::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");
}
.vrrs36 {
  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;
}
.yi0m4t7u {
  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;
}
.yi0m4t7u > * { min-width: 0; }
.yi0m4t7u:hover { background: var(--bg-hover); }
.yi0m4t7u > [itemprop="item"] { display: contents; }
.yi0m4t7u [itemprop="itemReviewed"],
.yi0m4t7u [itemprop="reviewRating"] { display: none; }
.yi0m4t7u::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;
}
.rt08pm5c {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.t69afywj {
  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;
}
.m1ttsiz { max-height: 52px; max-width: 110px; object-fit: contain; }
.uhjk8bp {
  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;
}
.azat .t69afywj    { background: #1a1a1a; }
.sgosrxop .t69afywj   { background: rgba(128,128,128,.12); }
.kzxe .t69afywj { background: var(--bg-raised); }
.auyzyp .t69afywj    { background: transparent; padding: 0; }
.gy0l3m {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.al7bfg { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.aw6o3 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.pkgr3 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.yvnr5 {
  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;
}
.jz2sem {
  
  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%;
}
.xcs5g {
  
  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;
}
.b76b0zxo {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.b76b0zxo.r8zesd {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .yi0m4t7u {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .yi0m4t7u::before    { grid-area: rank;   }
  .rt08pm5c           { grid-area: ident;  }
  .gy0l3m     { grid-area: rating; min-width: 0; width: auto; }
  .pkgr3           { grid-area: pills;  }
  .b76b0zxo             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .yi0m4t7u {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .yi0m4t7u::before    { justify-self: center; }
  .rt08pm5c           { width: 100%; }
  .gy0l3m     { justify-self: center; }
  .pkgr3           { grid-template-columns: 1fr; }
}
.a05w9 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.rh5e {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.r184 {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.r184 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.rz9h { flex: 1; }
.rz9h h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.a67jdcx1 { color: var(--c-stars); font-size: 1.1rem; }
.wls54a { margin-bottom: 8px; }
.x60bkmcu {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 22px;
  padding: 12px 24px; font-size: 0.86rem;
  background: var(--bg-surface); border-top: 1px solid var(--border-alt);
}
.x60bkmcu > span { color: var(--accent); font-weight: 700; }
.rqrsn em, .lpcvr3g em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .x60bkmcu { padding: 10px 16px; gap: 6px 16px; } }
.pm9f { flex-shrink: 0; align-self: flex-start; }
.pm9f .r8zesd { white-space: nowrap; }
@media (max-width: 560px) {
  .rh5e { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .r184 { order: 1; }
  .pm9f { order: 2; margin-left: auto; align-self: center; }
  .rz9h { order: 3; flex: 1 1 100%; min-width: 0; }
}
.syv7c img.y1ja0o { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.w9gp42 { padding: 20px 24px; }
.vqnkmylp { color: var(--text-muted); margin-bottom: 16px; }
.d60w97p6 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.o11o8kj, .ik4lk { list-style: none; font-size: 0.9rem; }
.o11o8kj li { color: var(--c-pros); margin-bottom: 4px; }
.ik4lk li { color: var(--c-cons); margin-bottom: 4px; }
.o11o8kj li::before { content: "✓"; margin-right: 5px; }
.ik4lk li::before { content: "✗"; margin-right: 5px; }
.fspoew8 .o11o8kj li::before { content: "→"; }
.fspoew8 .ik4lk li::before { content: "–"; }
.foea  .o11o8kj li::before { content: "★"; }
.foea  .ik4lk li::before { content: "✕"; }
.h729ml    .o11o8kj li::before { content: "◆"; }
.h729ml    .ik4lk li::before { content: "▲"; }
.e4bn  .o11o8kj li::before { content: "▶"; }
.e4bn  .ik4lk li::before { content: "■"; }
.t97nqtd { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.vw1srvm { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.ny1q { background: var(--bg-pros); color: var(--c-tag-pay); }
.reb1oe { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.kkmju0ib .reb1oe { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.ztbz .reb1oe { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .dkz97 .a1e7tz {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .dkz97 .a05w9 { margin: 0; }
}
.xrb28qf .rh5e { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.xrb28qf .rz9h h3 { color: var(--accent-light); }
.xrb28qf .r184 { background: var(--bg-page); border: 1px solid var(--border); }
.ht2xc7 .a05w9 { border-top: 4px solid var(--accent); }
.ht2xc7 .rh5e { background: var(--bg-card); }
.d92mc5 .a05w9 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.d92mc5 .rh5e { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.d92mc5 .w9gp42 { padding: 14px 16px; }
.d92mc5 .r184 { border-radius: 4px; }
.d92mc5 .reb1oe { border-radius: 0; }
.nd0d8zx2 .rh5e { padding: 0; gap: 0; overflow: hidden; }
.nd0d8zx2 .r184 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.nd0d8zx2 .rz9h { padding: 16px 20px; }
.nd0d8zx2 .pm9f { padding: 16px 20px; align-self: center; }
.ecy46l .a67jdcx1 { font-size: .95rem; }
.mn1rpmj .eio3m335 { gap: 10px; }
.mn1rpmj .nd45ba4k, .mn1rpmj .gta8nx8 { padding: 12px; }
.mn1rpmj .nd45ba4k ul, .mn1rpmj .gta8nx8 ul { margin: 4px 0 0; padding-left: 18px; }
.mn1rpmj .nd45ba4k li, .mn1rpmj .gta8nx8 li { font-size: .85rem; margin-bottom: 3px; }
.wbp1k .vw1srvm { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .gpvuk44 { grid-template-columns: 1fr; }
  .rl99nk7r { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .rl99nk7r .yylbw3q4 { width: 72px; height: 50px; }
  .rl99nk7r .wyii { max-width: 180px; }
  .rl99nk7r .jdi8 { width: auto; }
}
.pdbn .ecy46l .a67jdcx1 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .pdbn { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .cg8c { padding: 16px; }
  .wwv7rv84 .mdwsgsnw { min-width: 50%; }
}
.u4wq .eio3m335 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .xmvs { grid-template-columns: 1fr; }
  .s4bronyo { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .urss965u { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .sr3b { flex-wrap: wrap; padding: 16px; }
}
.u4f8c .eio3m335 { gap: 8px; }
.u4f8c .nd45ba4k, .u4f8c .gta8nx8 { padding: 8px; }
@media (max-width: 480px) {
  .zc60 { flex-direction: column; align-items: stretch; }
}
.l6ivy .jdi8 .r8zesd { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .pqm8h { flex-direction: column; align-items: stretch; gap: 10px; }
  .l6ivy .jdi8 { text-align: center; }
}
@media (max-width: 720px) {
  .x7ny5e1 { grid-template-columns: 1fr; }
  .diswz2q0 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .edwkj7a2 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.tnyk .je3j8g4 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.nl8x .a67jdcx1 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .n9yvvg6 { grid-template-columns: 1fr; }
  .nl8x { width: 100px; height: 100px; margin: 16px auto; }
  .tnyk { font-size: 1.4rem; }
  .i22dbjg { justify-content: center; }
  .agq3jn4s .mdwsgsnw { min-width: 50%; }
}
.h7ump3d .eio3m335 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .vhkz4 { flex-wrap: wrap; padding: 14px 16px; }
  .anb5rv { padding: 12px 16px; }
  .h7ump3d .eio3m335 { margin: 0 16px; }
  .h7ump3d .wbp1k { padding: 0 16px; }
  .zf4v { padding: 12px 16px; }
}
.kn21goi .yi0m4t7u {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.kn21goi .yi0m4t7u:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.p4b54t .vrrs36 { gap: 18px; }
.p4b54t .yi0m4t7u {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.p4b54t .yi0m4t7u:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.z3rr .vrrs36 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.z3rr .yi0m4t7u {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.z3rr .yi0m4t7u:last-child { border-bottom: none; }
.z3rr .rt08pm5c,
.z3rr .gy0l3m,
.z3rr .pkgr3 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.dsg8g .vrrs36 { gap: 0; }
.dsg8g .yi0m4t7u {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.dsg8g .yi0m4t7u:last-child { border-bottom: none; }
.dsg8g .yi0m4t7u:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.dsg8g .yi0m4t7u:nth-child(even):hover { background: var(--bg-hover); }
.uvua4vo .yi0m4t7u {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.pmdehsg5 .pkgr3 .yvnr5 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.pmdehsg5 .pkgr3 .yvnr5:first-child { border-left: none; }
.x8c2vo .pkgr3 .yvnr5 {
  background: transparent; padding: 4px 8px;
}
.x8c2vo .pkgr3 .jz2sem { font-size: .65rem; opacity: .65; }
.x8c2vo .pkgr3 .xcs5g   { font-size: 1.15rem; color: var(--accent-light); }
.l40rudf .pkgr3 .yvnr5 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.aw6o3 { display: none; }
.ea0oht5 .al7bfg { font-size: 1rem; letter-spacing: 2px; }
.mvy2g .al7bfg {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.wnz01 .al7bfg,
.uudam .al7bfg,
.s0p7x .al7bfg { display: none; }
.wnz01 .aw6o3,
.uudam .aw6o3,
.s0p7x .aw6o3 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.wnz01 .aw6o3 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.wnz01 .aw6o3 small { display: none; }
.uudam .aw6o3 {
  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;
}
.uudam .aw6o3 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.s0p7x .aw6o3 {
  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;
}
.s0p7x .aw6o3 small { display: none; }
.wnz01 .wls54a .a67jdcx1,
.uudam .wls54a .a67jdcx1,
.s0p7x .wls54a .a67jdcx1 { display: none; }
.wnz01 .wls54a strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.wnz01 .je3j8g4 { display: none; }
.uudam .wls54a strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.uudam .wdtdu,
.uudam .je3j8g4 { font-size: 1em; }
.s0p7x .wls54a strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.s0p7x .je3j8g4 { display: none; }
.rgqz4q0 { margin: 16px 0; }
.m823 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.m823 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.m823 summary::after { content: "+"; color: var(--accent-light); }
.m823[open] summary::after { content: "−"; }
.m823 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.kteed22k { margin-bottom: 0; }
.sq8pbm4 h2.sfxowp3 { color: var(--text-primary); border-color: var(--accent-light); }
.nwbts h2.sfxowp3 { color: var(--text-primary); border-color: var(--accent-light); }
.k3eadz .fm0vwrcf     { background: #052e16; border-color: #10b981; }
.k3eadz .if94ge { background: #2d0a1e; border-color: #f43f5e; }
.k3eadz .qh2a    { background: #1e1036; border-color: #a855f7; }
.k3eadz .jl8trh strong  { color: #f1f5f9; }
.k3eadz .jl8trh p       { color: #cbd5e1; }
.k3eadz .m9j305uy    .fm0vwrcf     .rgqjj5f::before,
.k3eadz .z0q9  .fm0vwrcf     .rgqjj5f::before,
.k3eadz .ngixgly  .fm0vwrcf     .rgqjj5f::before,
.k3eadz .l1b3kc72 .fm0vwrcf     .rgqjj5f::before { color: #10b981; }
.k3eadz .m9j305uy    .if94ge .rgqjj5f::before,
.k3eadz .z0q9  .if94ge .rgqjj5f::before,
.k3eadz .ngixgly  .if94ge .rgqjj5f::before,
.k3eadz .l1b3kc72 .if94ge .rgqjj5f::before { color: #f43f5e; }
.k3eadz .m9j305uy    .qh2a    .rgqjj5f::before,
.k3eadz .z0q9  .qh2a    .rgqjj5f::before,
.k3eadz .ngixgly  .qh2a    .rgqjj5f::before,
.k3eadz .l1b3kc72 .qh2a    .rgqjj5f::before { color: #a855f7; }
.u2wjaluf .fm0vwrcf     { background: #2d2000; border-color: #eab308; }
.u2wjaluf .if94ge { background: #2d0b0b; border-color: #ef4444; }
.u2wjaluf .qh2a    { background: #2d1600; border-color: #f97316; }
.u2wjaluf .jl8trh strong  { color: #f1f5f9; }
.u2wjaluf .jl8trh p       { color: #cbd5e1; }
.u2wjaluf .m9j305uy    .fm0vwrcf     .rgqjj5f::before,
.u2wjaluf .z0q9  .fm0vwrcf     .rgqjj5f::before,
.u2wjaluf .ngixgly  .fm0vwrcf     .rgqjj5f::before,
.u2wjaluf .l1b3kc72 .fm0vwrcf     .rgqjj5f::before { color: #eab308; }
.u2wjaluf .m9j305uy    .if94ge .rgqjj5f::before,
.u2wjaluf .z0q9  .if94ge .rgqjj5f::before,
.u2wjaluf .ngixgly  .if94ge .rgqjj5f::before,
.u2wjaluf .l1b3kc72 .if94ge .rgqjj5f::before { color: #ef4444; }
.u2wjaluf .m9j305uy    .qh2a    .rgqjj5f::before,
.u2wjaluf .z0q9  .qh2a    .rgqjj5f::before,
.u2wjaluf .ngixgly  .qh2a    .rgqjj5f::before,
.u2wjaluf .l1b3kc72 .qh2a    .rgqjj5f::before { color: #f97316; }
.i5hd0q .fm0vwrcf     { background: #0c1a2e; border-color: #38bdf8; }
.i5hd0q .if94ge { background: #12103a; border-color: #818cf8; }
.i5hd0q .qh2a    { background: #0a2020; border-color: #2dd4bf; }
.i5hd0q .jl8trh strong  { color: #f1f5f9; }
.i5hd0q .jl8trh p       { color: #cbd5e1; }
.i5hd0q .m9j305uy    .fm0vwrcf     .rgqjj5f::before,
.i5hd0q .z0q9  .fm0vwrcf     .rgqjj5f::before,
.i5hd0q .ngixgly  .fm0vwrcf     .rgqjj5f::before,
.i5hd0q .l1b3kc72 .fm0vwrcf     .rgqjj5f::before { color: #38bdf8; }
.i5hd0q .m9j305uy    .if94ge .rgqjj5f::before,
.i5hd0q .z0q9  .if94ge .rgqjj5f::before,
.i5hd0q .ngixgly  .if94ge .rgqjj5f::before,
.i5hd0q .l1b3kc72 .if94ge .rgqjj5f::before { color: #818cf8; }
.i5hd0q .m9j305uy    .qh2a    .rgqjj5f::before,
.i5hd0q .z0q9  .qh2a    .rgqjj5f::before,
.i5hd0q .ngixgly  .qh2a    .rgqjj5f::before,
.i5hd0q .l1b3kc72 .qh2a    .rgqjj5f::before { color: #2dd4bf; }
.zvit6gf::before,
.mjj2qq6b::before { margin-right: 5px; }
.c3mag1 .nd45ba4k ul li,
.c3mag1 .o11o8kj li         { color: #4ade80; }
.c3mag1 .nd45ba4k .zvit6gf { color: #22c55e; }
.c3mag1 .gta8nx8 ul li,
.c3mag1 .ik4lk li         { color: #f87171; }
.c3mag1 .gta8nx8 .mjj2qq6b { color: #ef4444; }
.j4c9nr .nd45ba4k { background: var(--bg-pros); }
.j4c9nr .gta8nx8 { background: var(--bg-cons); }
.j4c9nr .nd45ba4k .zvit6gf { color: var(--c-pros-label); }
.j4c9nr .gta8nx8 .mjj2qq6b { color: var(--c-cons); }
.j4c9nr .nd45ba4k ul li,
.j4c9nr .o11o8kj li            { color: var(--c-pros); }
.j4c9nr .gta8nx8 ul li,
.j4c9nr .ik4lk li            { color: var(--c-cons); }
.ik7lh .nd45ba4k { background: var(--bg-pros); }
.ik7lh .gta8nx8 { background: var(--bg-cons); }
.ik7lh .nd45ba4k .zvit6gf { color: var(--c-pros-label); }
.ik7lh .gta8nx8 .mjj2qq6b { color: var(--c-cons); }
.ik7lh .nd45ba4k ul li,
.ik7lh .o11o8kj li          { color: var(--c-pros); }
.ik7lh .gta8nx8 ul li,
.ik7lh .ik4lk li          { color: var(--c-cons); }
.k8amib2q .zvit6gf::before { content: "✓ "; }
.k8amib2q .mjj2qq6b::before { content: "✗ "; }
.fspoew8 .zvit6gf::before { content: "→ "; }
.fspoew8 .mjj2qq6b::before { content: "← "; }
.foea .zvit6gf::before { content: "★ "; }
.foea .mjj2qq6b::before { content: "✕ "; }
.h729ml .zvit6gf::before { content: "◆ "; }
.h729ml .mjj2qq6b::before { content: "▲ "; }
.ztbz .jl8trh { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.ztbz .jl8trh strong { color: var(--text-primary); }
.ztbz .jl8trh p      { color: var(--text-muted); }
.kkmju0ib .jl8trh { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.ll6s .jl8trh {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.ll6s .jl8trh strong,
.ll6s .jl8trh p { color: #fff; }
.ll6s .rgqjj5f::before { color: rgba(255,255,255,0.9) !important; }
.qp15g .jl8trh {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.qp15g .jl8trh strong { color: var(--text-primary); }
.qp15g .jl8trh p      { color: var(--text-muted); }
.ybms3399 .jl8trh { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.m9j305uy .rgqjj5f,
.z0q9 .rgqjj5f,
.ngixgly .rgqjj5f,
.l1b3kc72 .rgqjj5f { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.m9j305uy .rgqjj5f::before,
.z0q9 .rgqjj5f::before,
.ngixgly .rgqjj5f::before,
.l1b3kc72 .rgqjj5f::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.m9j305uy .fm0vwrcf     .rgqjj5f::before { content: "✦"; color: var(--c-tip-border); }
.m9j305uy .if94ge .rgqjj5f::before { content: "▲"; color: var(--c-warn-border); }
.m9j305uy .qh2a    .rgqjj5f::before { content: "◉"; color: #60a5fa; }
.z0q9 .fm0vwrcf     .rgqjj5f::before { content: "★"; color: var(--c-tip-border); }
.z0q9 .if94ge .rgqjj5f::before { content: "◆"; color: var(--c-warn-border); }
.z0q9 .qh2a    .rgqjj5f::before { content: "●"; color: #60a5fa; }
.ngixgly .fm0vwrcf     .rgqjj5f::before { content: "▶"; color: var(--c-tip-border); }
.ngixgly .if94ge .rgqjj5f::before { content: "■"; color: var(--c-warn-border); }
.ngixgly .qh2a    .rgqjj5f::before { content: "▸"; color: #60a5fa; }
.l1b3kc72 .fm0vwrcf     .rgqjj5f::before { content: "→"; color: var(--c-tip-border); }
.l1b3kc72 .if94ge .rgqjj5f::before { content: "⬥"; color: var(--c-warn-border); }
.l1b3kc72 .qh2a    .rgqjj5f::before { content: "◈"; color: #60a5fa; }
.p5o8 .ugr81e .xm9fv0z,
.p5o8 .cqmo .xm9fv0z  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.p5o8 .cua7i                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.p5o8 .yi0m4t7u                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.p5o8 .a05w9            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.p5o8 .rln0          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.p5o8 .i9lumf                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.byk7j .ugr81e .xm9fv0z,
.byk7j .cqmo .xm9fv0z,
.byk7j .cua7i,
.byk7j .yi0m4t7u,
.byk7j .a05w9,
.byk7j .rln0,
.byk7j .i9lumf,
.byk7j .ybms3399 .jl8trh { box-shadow: none; }
.i0c9   .xoibbf7, .i0c9 .lh2x1, .i0c9 .g6s2mzvg,
.i0c9   .qqf05tpt, .i0c9 .hi6t83a { font-size: 0.9rem; }
.i0c9   .d0osf, .i0c9 .nrc1se { font-size: 0.9rem; }
.lkr7   .xoibbf7, .lkr7 .lh2x1, .lkr7 .g6s2mzvg,
.lkr7   .qqf05tpt, .lkr7 .hi6t83a { font-size: 0.95rem; }
.lkr7   .d0osf, .lkr7 .nrc1se { font-size: 0.95rem; }
.z7qx   .xoibbf7, .z7qx .lh2x1, .z7qx .g6s2mzvg,
.z7qx   .qqf05tpt, .z7qx .hi6t83a { font-size: 1.08rem; }
.z7qx   .d0osf, .z7qx .nrc1se { font-size: 1.05rem; }
.z7qx   .agzcyg { font-size: 0.97rem; }
.e0ja .qkw7dth6      { font-size: 3.2rem; }
.e0ja h2.sfxowp3 { font-size: 1.9rem; }
.e0ja h3.b2kmnl     { font-size: 1.4rem; }
.xmswpg7 .qkw7dth6      { font-size: 3.8rem; }
.xmswpg7 h2.sfxowp3 { font-size: 2.2rem; }
.xmswpg7 h3.b2kmnl     { font-size: 1.6rem; }
.kteed22k + .kteed22k { position: relative; }
.ye2e   .kteed22k + .kteed22k::before,
.yr8cnbi  .kteed22k + .kteed22k::before,
.kr1hd0zr   .kteed22k + .kteed22k::before,
.s5raw   .kteed22k + .kteed22k::before,
.oam3lvu3   .kteed22k + .kteed22k::before,
.lrw3v .kteed22k + .kteed22k::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.ye2e .kteed22k + .kteed22k::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.yr8cnbi .kteed22k + .kteed22k::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.kr1hd0zr .kteed22k + .kteed22k::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;
}
.s5raw .kteed22k + .kteed22k::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.f8o192y .kteed22k { margin-bottom: 16px; }
.f8o192y .kteed22k + .kteed22k { margin-top: 0; }
.f8o192y .esrgnf { padding-top: 0; padding-bottom: 0; }
.oam3lvu3 .kteed22k + .kteed22k::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.lrw3v .kteed22k + .kteed22k::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.u1zu .kteed22k + .kteed22k::before,
.ick3 .kteed22k + .kteed22k::before,
.of5znzn .kteed22k + .kteed22k::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%;
}
.k6od7y .u1zu .kteed22k:nth-child(even)::before,
.k6od7y .ick3 .kteed22k:nth-child(even)::before,
.k6od7y .of5znzn .kteed22k:nth-child(even)::before { background: var(--bg-surface); }
.ddwj .u1zu .kteed22k:nth-child(even)::before,
.ddwj .ick3 .kteed22k:nth-child(even)::before,
.ddwj .of5znzn .kteed22k:nth-child(even)::before { background: var(--bg-card); }
.u1zu .kteed22k + .kteed22k::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");
}
.ick3 .kteed22k + .kteed22k::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");
}
.of5znzn .kteed22k + .kteed22k::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");
}
.q9t1 .lpew9,
.q9t1 .zw1iq49o,
.q9t1 .v7gp,
.s42l3obd .v7gp { padding-bottom: 60px; }
.tlkh2cpy .v7gp { padding-bottom: 70px; }
.q9t1 .lpew9::before,
.q9t1 .lpew9::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");
}
.vhip  .lpew9:not(.qrq9kr5) .mbh1wbxx { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.lfuep .g2vppr9 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.j89uf4l .g2vppr9 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.dkdhnsu .g2vppr9 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.vhip .qrq9kr5 { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.vhip .bs09eb4 { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.vhip .g2vppr9 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.q1h6oot .g2vppr9 { background: var(--accent-bg); }
.jzanpz .nlm1 { float: left; width: 38%; margin: 0 28px 16px 0; }
.jzanpz .nlm1 .pk00vt7 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.jzanpz .esrgnf::after { content: ''; display: block; clear: both; }
.bjq937p7 .nlm1 { float: right; width: 38%; margin: 0 0 16px 28px; }
.bjq937p7 .nlm1 .pk00vt7 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.bjq937p7 .esrgnf::after { content: ''; display: block; clear: both; }
.fjxql .kteed22k:nth-child(odd)  .nlm1 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.fjxql .kteed22k:nth-child(even) .nlm1 { float: right; width: 38%; margin: 0 0 16px 28px; }
.fjxql .nlm1 .pk00vt7 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.fjxql .esrgnf::after { content: ''; display: block; clear: both; }
.jzanpz .vzj39,
.jzanpz .vrrs36,
.bjq937p7 .vzj39,
.bjq937p7 .vrrs36,
.fjxql .vzj39,
.fjxql .vrrs36 { clear: both; }
@media (max-width: 900px) {
  .jzanpz .nlm1,
  .bjq937p7 .nlm1,
  .fjxql .kteed22k:nth-child(odd)  .nlm1,
  .fjxql .kteed22k:nth-child(even) .nlm1 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .jzanpz .nlm1 .pk00vt7,
  .bjq937p7 .nlm1 .pk00vt7,
  .fjxql .nlm1 .pk00vt7 {
    max-height: none !important;
  }
}
.jzanpz .d0osf,
.jzanpz .nrc1se,
.bjq937p7 .d0osf,
.bjq937p7 .nrc1se,
.fjxql .d0osf,
.fjxql .nrc1se { overflow: hidden; }
@media (max-width: 640px) {
  .jzanpz .nlm1,
  .bjq937p7 .nlm1,
  .fjxql .nlm1 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ra21g5re .e3gpu,
.ra21g5re .esrgnf,
.ra21g5re .e81bp  { max-width: 1100px; }
.xz4kka6a .e3gpu,
.xz4kka6a .esrgnf,
.xz4kka6a .e81bp  { max-width: 1200px; }
.xz4kka6a { --content-mw: 1200px; }
.d5sghb85 .e3gpu,
.d5sghb85 .esrgnf,
.d5sghb85 .e81bp  { max-width: 1320px; }
.hrdv { font-size: 0.82rem; color: var(--text-muted); }
.xf7z5qh8 { display: flex; align-items: center; }
.vy6srov {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.qhuj0bj6 { display: flex; align-items: center; }
.ohj22 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ohj22:hover { text-decoration: underline; }
.sem2pp { margin: 0 3px; opacity: 0.45; }
.sem2pp::before { content: '/'; }
.xulll9 { padding: 2px 5px; color: var(--text-main); }
.tqbdl .hrdv {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.tqbdl .xf7z5qh8 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.rtqsu3 .hrdv {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.rtqsu3 .xf7z5qh8 { padding: 0 0 0 12px; }
.zj49p .xf7z5qh8 { padding: 0 16px; }
.zj49p .hrdv {
  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);
}
.zj49p .e3gpu { padding-top: 28px; }
@media (max-width: 720px) {
  .dk8dip66 { margin-top: 18px; padding: 0 16px; }
  .zj49p .e3gpu { padding-top: 16px; }
}
.ra21g5re.tqbdl .xf7z5qh8 { max-width: 1100px; }
.xz4kka6a.tqbdl .xf7z5qh8 { max-width: 1200px; }
.d5sghb85.tqbdl .xf7z5qh8 { max-width: 1320px; }
.xz4kka6a .dk8dip66 { max-width: 1200px; }
.rxo96rr9 .kteed22k { padding-top: 16px; padding-bottom: 16px; }
.uam9qi2 .kteed22k { padding-top: 24px; padding-bottom: 24px; }
.eq5e5 .kteed22k { padding-top: 40px; padding-bottom: 40px; }
.fp9xqsd .kteed22k { padding-top: 52px; padding-bottom: 52px; }
.fod1hy .kteed22k:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.fod1hy .kteed22k:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.fod1hy .kteed22k:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.fod1hy .kteed22k:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.dopj .esrgnf { padding-top: 10px;  padding-bottom: 10px; }
.goovdqk .esrgnf { padding-top: 18px;  padding-bottom: 18px; }
.f40hgdx .esrgnf { padding-top: 36px;  padding-bottom: 36px; }
.c465f9 .esrgnf { padding-top: 48px;  padding-bottom: 48px; }
.ryp2kl h2.sfxowp3 { font-weight: 600; }
.ryp2kl h3.b2kmnl     { font-weight: 600; }
.kbe0m h2.sfxowp3 { font-weight: 800; }
.kbe0m h3.b2kmnl     { font-weight: 700; }
.uw38t h2.sfxowp3 { font-weight: 900; }
.uw38t h3.b2kmnl     { font-weight: 800; }
.uw38t .jl8trh strong,
.uw38t .jl8trh strong { font-weight: 600; }
.goyes {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.nqdy4s6 .goyes { display: none; }
@media (max-width: 640px) {
  .goyes { display: none !important; }
}
.goyes { background: var(--cta) !important; color: #fff !important; border: none !important; }
.goyes:hover { opacity: 0.85; }
.o6t0mahh .goyes { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.whzn .iv1p1w { right: 32px; }
@media (max-width: 480px) {
  .whzn .iv1p1w { right: 20px; bottom: 20px; }
  .vf210  .iv1p1w { left: 20px; bottom: 20px; }
}
.hzilx0d { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.e81bp { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.ze8wuk { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.zmkl8 { color: var(--text-dim); font-size: 0.8rem; }
.z5kbs { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.z5kbs img { height: 26px; width: auto; object-fit: contain; }
.lk8vic { display: flex; flex-direction: column; gap: 6px; }
.lk8vic a, .anvziy a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.lk8vic a:hover, .anvziy a:hover { color: var(--accent-light); }
.lk8vic .t90z { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.n86lb .e81bp { text-align: center; }
.n86lb .ze8wuk { margin-top: 0; }
.zrfa { margin-top: 10px; }
.zrfa a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .e81bp { padding-left: 16px; padding-right: 16px; }
  .so2w .e81bp { padding: 20px 16px; }
  .anvziy { gap: 4px 12px; }
  .ze8wuk { font-size: 0.78rem; }
}
.eu8a18 .iysjzj .z5kbs { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.eu8a18 .ze8wuk { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.eu8a18 .zmkl8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .eu8a18 .omgow { grid-template-columns: 1fr 1fr; } .eu8a18 .iysjzj { grid-column: 1 / -1; } }
@media (max-width: 480px) { .eu8a18 .omgow { grid-template-columns: 1fr; } }
.k5h9w .z5kbs { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.k5h9w .ze8wuk { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .k5h9w .p5vz2 { gap: 12px; } .k5h9w .z5kbs { margin-right: 0; width: 100%; } }
.lpdk0 .h38ugc .z5kbs { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.lpdk0 .ze8wuk { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.lpdk0 .zmkl8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .lpdk0 .bus0o6mi { grid-template-columns: 1fr 1fr; } .lpdk0 .h38ugc { grid-column: 1 / -1; } }
@media (max-width: 480px) { .lpdk0 .bus0o6mi { grid-template-columns: 1fr; } }
.ne9610zv .atd8y { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.ne9610zv .lk8vic { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .ne9610zv .atd8y { grid-template-columns: 1fr 1fr; } .ne9610zv .wfhv2bml:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ne9610zv .atd8y { grid-template-columns: 1fr; } }
.ar8ui8 .atd8y { grid-template-columns: 1fr 2fr; }
.ar8ui8 .s9fu .lk8vic { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .ar8ui8 .atd8y { grid-template-columns: 1fr; } }
.t24q .e81bp { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.f1bt .w4e7      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.f1bt .hzilx0d { background: var(--bg-page); border-top-color: var(--border-alt); }
.ssg5fny .w4e7      { background: #0d1117; border-bottom-color: #21262d; }
.ssg5fny .yyqkq { color: var(--accent-light); }
.ssg5fny .r4z1 { --msep-color: #8b949e; }
.ssg5fny .r4z1 a { color: #8b949e; }
.ssg5fny .r4z1 a:hover { color: var(--accent-light); }
.ssg5fny .k65sqj5 { color: #8b949e; }
.ssg5fny .hzilx0d { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.ssg5fny .ze8wuk,
.ssg5fny .zmkl8 { color: #6e7681; }
.ssg5fny .lk8vic a, .ssg5fny .anvziy a,
.ssg5fny .z5kbs { color: #e6edf3; }
.ssg5fny .lk8vic a:hover, .ssg5fny .anvziy a:hover,
@media (max-width: 640px) {
  .ssg5fny .r4z1 { background: #0d1117; border-top-color: #21262d; }
  .ssg5fny .r4z1 li a { border-bottom-color: #21262d; }
}
.eesln26 .w4e7      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.eesln26 .yyqkq { color: var(--accent-light); }
.eesln26 .r4z1 { --msep-color: #475569; }
.eesln26 .r4z1 a { color: #475569; }
.eesln26 .r4z1 a:hover { color: var(--accent-light); }
.eesln26 .k65sqj5 { color: #64748b; }
.eesln26 .hzilx0d { background: #f0f4f8; border-top-color: #cbd5e1; }
.eesln26 .ze8wuk,
.eesln26 .zmkl8 { color: #64748b; }
.eesln26 .lk8vic a, .eesln26 .anvziy a,
.eesln26 .vbuy1lw a, .eesln26 .z5kbs { color: #374151; }
.eesln26 .lk8vic a:hover, .eesln26 .anvziy a:hover,
@media (max-width: 640px) {
  .eesln26 .r4z1 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .eesln26 .r4z1 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.zdfgi8 .w4e7      { background: var(--accent); border-bottom-color: var(--accent-light); }
.zdfgi8 .yyqkq { color: #fff; }
.zdfgi8 .r4z1 { --msep-color: rgba(255,255,255,0.82); }
.zdfgi8 .r4z1 a { color: rgba(255,255,255,0.82); }
.zdfgi8 .r4z1 a:hover { color: #fff; }
.zdfgi8 .k65sqj5 { color: rgba(255,255,255,0.9); }
.zdfgi8 .hzilx0d { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.zdfgi8 .ze8wuk,
.zdfgi8 .zmkl8 { color: rgba(255,255,255,0.72); }
.zdfgi8 .lk8vic a, .zdfgi8 .anvziy a,
.zdfgi8 .vbuy1lw a, .zdfgi8 .z5kbs { color: #fff; }
.zdfgi8 .lk8vic a:hover, .zdfgi8 .anvziy a:hover,
@media (max-width: 640px) {
  .zdfgi8 .r4z1 { background: var(--accent); border-top-color: var(--accent-light); }
  .zdfgi8 .r4z1 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.r30w .w4e7 {
  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);
}
.r30w .hzilx0d {
  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) {
  .r30w .r4z1 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.vanxgo1m .xokkxp { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.p0c9iyf .xokkxp { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.a24z .xokkxp { min-height: 72px; height: auto; }
.fr0s2v .xokkxp { min-height: 84px; height: auto; }
.so2w .xokkxp { max-width: none; padding: 0 32px; }
.so2w .e81bp  { max-width: none; padding: 24px 32px; }
.fmx4usqx.xz4kka6a .xokkxp { max-width: 1200px; }
.fmx4usqx.d5sghb85 .xokkxp { max-width: 1320px; }
.plg2   .yyqkq, .plg2   .z5kbs { text-transform: capitalize; }
.niu4qs .yyqkq, .niu4qs .z5kbs { text-transform: lowercase; }
.dvt30od .yyqkq, .dvt30od .z5kbs { text-transform: uppercase; letter-spacing: 0.06em; }
.tcw9ka5, .ef8wfbu {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ydxk3n .tcw9ka5,
.ydxk3n .ef8wfbu { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.qmgq .tcw9ka5,
.qmgq .ef8wfbu { 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; }
.j9cek .tcw9ka5,
.j9cek .ef8wfbu { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.xzupi4 .tcw9ka5,
.xzupi4 .ef8wfbu { 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; }
.b5bv6k   .r4z1 a { font-weight: 500; }
.pnv2jh .r4z1 a { font-weight: 600; }
.ffpqk4jv     .r4z1 a { font-weight: 700; }
.rsm5wz    .r4z1 a { font-weight: 800; letter-spacing: 0.01em; }
.imc5430     .r4z1 > li + li::before,
.y0bfhs    .r4z1 > li + li::before,
.kcnk18o    .r4z1 > li + li::before,
.j27wveft .r4z1 > li + li::before,
.mm3ge2w .r4z1 > li + li::before,
.hbj7  .r4z1 > li + li::before,
.cfscrts    .r4z1 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.imc5430     .r4z1 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.y0bfhs    .r4z1 > li + li::before { content: "|"; }
.kcnk18o    .r4z1 > li + li::before { content: "—"; }
.j27wveft .r4z1 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.mm3ge2w .r4z1 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.hbj7  .r4z1 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.cfscrts    .r4z1 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .qvja2pbl .k65sqj5,
  .rubs .k65sqj5,
  .ys3ymzu .k65sqj5,
  .h49dkwzr .k65sqj5,
  .lyz03 .k65sqj5 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .qvja2pbl .k65sqj5::before,
  .rubs .k65sqj5::before,
  .ys3ymzu .k65sqj5::before,
  .h49dkwzr .k65sqj5::before,
  .lyz03 .k65sqj5::before { content: ""; display: block; flex-shrink: 0; }

  
  .qvja2pbl .k65sqj5::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;
  }

  
  .rubs .k65sqj5::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;
  }

  
  .ys3ymzu .k65sqj5::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;
  }

  
  .h49dkwzr .k65sqj5::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;
  }

  
  .lyz03 .k65sqj5::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) {
  .o82uni .k65sqj5 {
    padding: 5px 14px;
  }
  .o82uni .r4z1 {
    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;
  }
  .o82uni .r4z1 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .o82uni .r4z1 li a:hover { background: var(--bg-raised); }
  .o82uni .no3ipj2b,
  .k6u8 .no3ipj2b,
  .i5d1w9 .no3ipj2b { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .kbwe1ny2 .k65sqj5 {
    padding: 5px 10px;
  }
  .kbwe1ny2 .r4z1 {
    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);
  }
  .kbwe1ny2 .r4z1.u52s2 { transform: translateX(0); }
  .kbwe1ny2 .r4z1 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .kbwe1ny2 .r4z1 li:last-child a { border-bottom: none; }
  .zdfgi8 .r4z1,
  .ssg5fny .r4z1 { background: var(--accent) !important; }
  .zdfgi8 .r4z1 li a,
  .ssg5fny .r4z1 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .i5d1w9 .k65sqj5 {
    padding: 5px 10px;
  }
  .i5d1w9 .r4z1 {
    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);
  }
  .i5d1w9 .r4z1::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .i5d1w9 .r4z1.u52s2 { transform: translateY(0); }
  .i5d1w9 .r4z1 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .hotp .k65sqj5 {
    padding: 5px 10px;
  }
  .hotp .r4z1 {
    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;
  }
  .hotp .r4z1.u52s2 { opacity: 1; pointer-events: auto; }
  .hotp .r4z1 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .lsy8     .k65sqj5 { border-radius: 0 !important; }
  .v552k3l   .k65sqj5 { border-radius: 8px !important; }
  .risrgc2c .k65sqj5 { border-radius: 50% !important; }
  .dwy5   .k65sqj5 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .ae1t43k .pts6fa { flex-direction: column; align-items: stretch; }
  .ae1t43k .bc4d8 { flex-direction: row; min-width: auto; }
  .ae1t43k .iu3a6hi9 { align-items: flex-start; text-align: left; }
}
.oxqay,
.oxqay.kteed22k,
.k6od7y .oxqay,
.vboei08 .oxqay,
.ddwj .oxqay,
.pbsqw .oxqay {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.czwu {
  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;
}
.esl4of { flex: 1 1 280px; min-width: 0; }
.ozlc72fg {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.ibl1 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.yulddut {
  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;
}
.yulddut:hover { transform: translateY(-1px); opacity: 0.95; }
.ykzer .czwu {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.ykzer .ozlc72fg { color: var(--cta); }
.ykzer .ibl1 { color: var(--text-body); }
.ykzer .yulddut {
  background: var(--cta) !important;
  color: #fff !important;
}
.zt6zq0t0 .czwu {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.zt6zq0t0 .ozlc72fg { color: var(--text-primary); }
.zt6zq0t0 .ibl1 { color: var(--text-body); }
.zt6zq0t0 .yulddut {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .czwu {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .esl4of { flex: 0 0 auto; }
  .ozlc72fg { font-size: 1.2rem; }
  .yulddut { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.cfxl .gso8qg { height: 36px; }
.e8r63c6v .gso8qg { height: 60px; max-width: 200px; }
.rewet4b8 .gso8qg { height: 56px; max-width: 180px; }
.toq8    .al7bfg, .toq8    .a67jdcx1 { color: #f59e0b; }
.xvcyjm      .al7bfg { font-size: 1rem; letter-spacing: 1.5px; }
.xvcyjm      .a67jdcx1   { font-size: 1.35rem; }
.nygp    .al7bfg, .nygp    .a67jdcx1 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.itakhgq     .al7bfg, .itakhgq     .a67jdcx1 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.wm9z14p .al7bfg, .wm9z14p .a67jdcx1 { color: var(--cta); letter-spacing: 2px; }
.anfp9r   .al7bfg, .anfp9r   .a67jdcx1 { color: #e91e63; letter-spacing: 2px; }
.w2f0  .al7bfg, .w2f0  .a67jdcx1 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.nnirju36     .al7bfg, .nnirju36     .a67jdcx1 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.pmdehsg5 .yvnr5 + .yvnr5 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.vkvsiq .yi0m4t7u { padding: 18px 24px; min-height: 68px; }
.x8c2vo .jz2sem {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.x8c2vo .xcs5g {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.l40rudf .yvnr5 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.vrrs36 { counter-reset: cs-rank; }
.vrrs36 .yi0m4t7u { counter-increment: cs-rank; }
.vrrs36 .yi0m4t7u::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;
}
.xri2uog .vrrs36 { counter-reset: cs-rank; gap: 0; }
.xri2uog .yi0m4t7u {
  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;
}
.xri2uog .yi0m4t7u::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;
}
.xri2uog .rt08pm5c {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.xri2uog .t69afywj {
  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;
}
.xri2uog .m1ttsiz { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.xri2uog .rt08pm5c { min-width: 0; flex-direction: column; width: 100%; }
.xri2uog .uhjk8bp {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.xri2uog .al7bfg { color: var(--cta, var(--accent)); }
.xri2uog .aw6o3 { font-weight: 700; }
.xri2uog .yvnr5 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.xri2uog .jz2sem {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.xri2uog .xcs5g {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.xri2uog .cnmff .xcs5g { font-size: 1.3rem; color: var(--accent-light); }
.xri2uog .b76b0zxo {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.xri2uog .yi0m4t7u:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .xri2uog .vrrs36 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .xri2uog .yi0m4t7u {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .xri2uog .yi0m4t7u { padding: 40px 16px 20px; }
  .xri2uog .yvnr5 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .xri2uog .b76b0zxo { width: 100%; min-width: 0; }
}
.yt7hnz .vrrs36 { counter-reset: cs-rank; gap: 10px; }
.yt7hnz .yi0m4t7u {
  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);
}
.yt7hnz .yi0m4t7u::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);
}
.yt7hnz .rt08pm5c {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.yt7hnz .t69afywj {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.yt7hnz .m1ttsiz { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.yt7hnz .uhjk8bp {
  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;
}
.yt7hnz .al7bfg { color: var(--cta, var(--accent)); }
.yt7hnz .yvnr5 {
  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;
}
.yt7hnz .jz2sem {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.yt7hnz .xcs5g { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.yt7hnz .cnmff .xcs5g { color: var(--accent-light); }
.yt7hnz .b76b0zxo {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.yt7hnz .yi0m4t7u:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .yt7hnz .yi0m4t7u {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .yt7hnz .yi0m4t7u::before {
    position: absolute; top: 14px; left: 14px;
  }
  .yt7hnz .rt08pm5c {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .yt7hnz .uhjk8bp { white-space: normal; text-align: center; font-size: 1.2rem; }
  .yt7hnz .yvnr5 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .yt7hnz .b76b0zxo { width: 100%; min-width: 0; }
  .yt7hnz .al7bfg { min-width: 0; }
}
.lt926yx3 .yi0m4t7u::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.ynkwsvq .m823 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ynkwsvq .m823 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ynkwsvq .m823 p { padding: 0 2px 16px; }
.j98fbgld .m823 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.j98fbgld .m823 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.j98fbgld .m823 summary::after { content: "›"; font-size: 1.2em; }
.j98fbgld .m823[open] summary::after { content: "‹"; }
.j98fbgld .m823 p { padding: 10px 22px 4px; }
.mr3f .m823 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.mr3f .m823 summary { color: var(--text-primary); padding-left: 16px; }
.mr3f .m823 summary::after { content: "›"; font-size: 1.1em; }
.mr3f .m823[open] summary::after { content: "‹"; }
.mr3f .m823 p { padding-left: 16px; }
.er42j4 .rgqz4q0 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.er42j4 .m823 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.er42j4 .m823:last-child { border-bottom: none; }
.er42j4 .m823 summary { color: var(--text-primary); border-radius: 0; }
.er42j4 .m823 summary::after { content: "›"; font-size: 1.1em; }
.er42j4 .m823[open] summary::after { content: "‹"; }
.frd6ru6 .m823 { overflow: hidden; }
.frd6ru6 .m823 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.frd6ru6 .m823 summary::after { color: rgba(255,255,255,.75); }
.frd6ru6 .m823[open] summary { border-radius: 0; }
.eh6h { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.xapxkp {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.bya9t {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.eao5z8uh { color: var(--text-muted); font-size: 1.05rem; }
.tp00aw {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.h44lipj {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.uhbe { margin-bottom: 20px; }
.ii24knpx {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.zyfas {
  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;
}
.zyfas:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.u7rpri { resize: vertical; min-height: 130px; }
.h1rdnr9 { width: 100%; margin-top: 8px; }
.x2ae {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.zakn {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.db9or { color: var(--text-muted); line-height: 1.75; }
.t6u27v { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.t6u27v li { margin-bottom: 6px; }
.qb802a7k { max-width: 760px; margin: 0 auto; }
.bs1hc0 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.mnx2d { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.mnx2d:last-child { border-bottom: none; }
.mnx2d h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.mnx2d p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.s8ozj89 { max-width: 760px; margin: 0 auto; }
.ph5a94 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.cl261e ul.t6u27v { margin: 0; }
.f25zc { max-width: 900px; margin: 0 auto; }
.eff72dj { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.eff72dj:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.eff72dj .ph5a94 { margin: 0; font-size: 1rem; }
.eff72dj .tjiof p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .eff72dj { grid-template-columns: 1fr; gap: 10px; } }
.pc2uek .ph5a94 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.s8jl .t6u27v { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .o8tbcj1 { grid-template-columns: 1fr; } }
.joamqyh { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.joamqyh:hover .n3l6d { color: var(--accent-light); text-decoration: underline; }
.dtriy5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.pae0jp { margin-bottom: 48px; }
.a5q5ltb { max-width: 760px; margin: 0 auto; }
.e0c2lh { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.e0c2lh:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.qwp5 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.e0c2lh p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.e0c2lh ul.t6u27v { margin: 0; }
.qsk9tyn { color: var(--text-muted); line-height: 1.75; }
.y4eyk4 .t6u27v,
.apv5ier .t6u27v,
.m1i3 .t6u27v,
.wzsr24zj .t6u27v {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.y4eyk4 .e0c2lh,
.apv5ier .e0c2lh { text-align: left; }
.y4eyk4 .qwp5,
.apv5ier .qwp5 { text-align: center; }
.b0ag6n { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.vgke { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.vdy8u1 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.rxphtjn { margin-top: 12px; }
.pomj { 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; }
.pomj:hover { border-bottom-color: var(--accent-light); }
.yuan6xm { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.yuan6xm img { width: 100%; height: 100%; object-fit: cover; display: block; }
.b6kqasnb { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.mqwu02p { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.t98p { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
.bhmjb2p { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .bhmjb2p { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.q2hyq .vdy8u1, .q2hyq .vgke { max-width: 640px; }
.me3g .b0ag6n { font-size: 1.6rem; margin-top: 18px; }
.crhrd .vdy8u1 { margin-bottom: 28px; }
@media (max-width: 860px) { .clixw { grid-template-columns: 1fr; } .me3g { position: static; text-align: center; } }
.cztityc .yuan6xm { margin: 0 auto 18px; }
.cztityc .mqwu02p { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .qs7u { grid-template-columns: 1fr; } }
.zoyv4 .b0ag6n { font-size: 1.6rem; margin-bottom: 6px; }
.wzsr24zj .t6u27v { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .zoyv4 { flex-direction: column; text-align: center; } .zqruoxq { grid-template-columns: 1fr; } }
.ex5zroh0 .b0ag6n { font-size: 1.35rem; margin: 0 0 4px; }
.ex5zroh0 .mqwu02p { margin: 0; }
.hi87cz { max-width: 760px; margin: 0 auto; }
.q7c0w6 { position: relative; padding-left: 28px; }
.q7c0w6::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.p59ar57 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.p59ar57:last-child { padding-bottom: 0; }
.f00rls { 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; }
.txadxs h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.txadxs p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.xkabk9 .bya9t { color: var(--accent-light); }
.hcebrz {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.hcebrz .bya9t { font-size: 2rem; }
.hcebrz .eao5z8uh { max-width: 680px; }
.b84uuu .bya9t { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.b84uuu .eao5z8uh  { margin: 0; }
@media (max-width: 640px) { .b84uuu { flex-direction: column; } }
.tqsmtvgb .bya9t { color: var(--accent-light); }
.tjcn .bya9t { color: #fff; }
.tjcn .eao5z8uh  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .ti01cvbh { grid-template-columns: 1fr; } }
.n1u0 .zyfas {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.n1u0 .zyfas:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.add3v .zyfas { background: var(--bg-raised); border-color: transparent; }
.add3v .zyfas:focus { background: var(--bg-card); border-color: var(--accent-light); }
.joqezu .zyfas { border-radius: 100px; padding: 11px 20px; }
.joqezu .u7rpri { border-radius: 14px; }
.jbn460 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .jbn460 { grid-template-columns: 1fr; } }
.bwd8z {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.bwd8z h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.bwd8z p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.p22ht5x8 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.p22ht5x8 li { margin-bottom: 6px; }
.eqt7{display:none}
.eqt7:empty,.ngxne:empty{display:none}
.v6ffp0e{position:relative;overflow:visible}
.f5l3t .izu7bew,.d8pr7rcb .izu7bew,
.qx7o .izu7bew,.uv8id .izu7bew,
.jqjf7 .izu7bew,.q4xku .izu7bew{display:block}
.qeu8 .cxw28o{display:block}
.f5l3t .izu7bew,.d8pr7rcb .izu7bew,
.qx7o .izu7bew,.uv8id .izu7bew,
.jqjf7 .izu7bew{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}
.f5l3t .izu7bew .ngxne,.d8pr7rcb .izu7bew .ngxne,
.qx7o .izu7bew .ngxne,.uv8id .izu7bew .ngxne,
.jqjf7 .izu7bew .ngxne{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}
.f5l3t .lvf9yqlb,.d8pr7rcb .lvf9yqlb,
.qx7o .lvf9yqlb,.uv8id .lvf9yqlb,
.jqjf7 .lvf9yqlb{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.f5l3t .izu7bew,.d8pr7rcb .izu7bew{top:12px}
.f5l3t .izu7bew .ngxne{margin-right:auto}
.d8pr7rcb .izu7bew .ngxne{margin-left:auto}
.d8pr7rcb .izu7bew{text-align:right}
.qx7o .izu7bew,.uv8id .izu7bew{bottom:12px}
.qx7o .izu7bew .ngxne{margin-right:auto}
.uv8id .izu7bew .ngxne{margin-left:auto}
.uv8id .izu7bew{text-align:right}
.jqjf7 .izu7bew{position:relative;margin-top:16px}
.jqjf7 .izu7bew .ngxne{margin:0 auto}
.q4xku .izu7bew{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.q4xku .izu7bew .ngxne{margin:0}
.q4xku .g2vppr9~.izu7bew,
.q4xku .nthr~.izu7bew{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.q4xku .g2vppr9~.izu7bew .ngxne,
.q4xku .nthr~.izu7bew .ngxne{justify-content:flex-start}
.g2vppr9~.izu7bew,.nthr~.izu7bew{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}
.g2vppr9~.izu7bew .ngxne{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.nthr~.izu7bew .ngxne{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.cxw28o .ngxne{margin:0 0 12px}
.ngxne{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.pmstkar1{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.n3l6d{font-weight:600;color:var(--text-heading);opacity:1}
.p8a300w::before{content:"·";margin:0 2px;opacity:.5}
.lvf9yqlb{white-space:nowrap}
.x4bh3yj .pmstkar1{display:none}
.hgj70dae .lvf9yqlb{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.hgj70dae .p8a300w::before{content:""}
.h4echm .lvf9yqlb{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}
.h4echm .p8a300w::before{content:""}
.py5cn .ngxne{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.rasgqk5 .lvf9yqlb{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.rasgqk5 .p8a300w::before{content:""}
.wiwrasj .lvf9yqlb{color: var(--accent-light);opacity:1;font-weight:500}
.t8h3f .lvf9yqlb{border-bottom:1px solid currentColor;padding-bottom:2px}
.pupnn28o .ngxne{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.bts7wyu{--date-bg:transparent}
.k6xhwrv .p8a300w::before{content:""}
.x33c28f7 .p8a300w::before{content:"•";opacity:.4}
.x33c28f7 .lvf9yqlb + .lvf9yqlb::before{content:"•";margin-right:6px;opacity:.4}
.qri05y .p8a300w::before{content:"/";opacity:.35}
.qri05y .lvf9yqlb + .lvf9yqlb::before{content:"/";margin-right:6px;opacity:.35}
.zhkvi2jf .p8a300w::before{content:"|";opacity:.3}
.zhkvi2jf .lvf9yqlb + .lvf9yqlb::before{content:"|";margin-right:6px;opacity:.3}
.a66b .p8a300w::before{content:"—";opacity:.3}
.a66b .lvf9yqlb + .lvf9yqlb::before{content:"—";margin-right:6px;opacity:.3}
.zhih3 .p8a300w::before{content:"◆";font-size:.5em;opacity:.35}
.zhih3 .lvf9yqlb + .lvf9yqlb::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.xofu46l .p8a300w::before{content:"·";opacity:.4}
.xofu46l .lvf9yqlb + .lvf9yqlb::before{content:"·";margin-right:6px;opacity:.4}
.lj6rb .p8a300w::before{content:"›";opacity:.4}
.lj6rb .lvf9yqlb + .lvf9yqlb::before{content:"›";margin-right:6px;opacity:.4}
.jrcwud .p8a300w::before{content:"→";opacity:.35;font-size:.85em}
.jrcwud .lvf9yqlb + .lvf9yqlb::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.beorj7l .romyd{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .romyd{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .yf06n{max-width:100%}
}
.s4i7sky .rln0{margin:0}
@media (max-width:560px){
  .sth2x{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) {
  .hjba { padding: 28px 18px 20px; }
  .xp8iftu0 { font-size: 1.2rem; }
  .a893q { max-width: 220px; max-height: 80px; }
}
.ostz0ntd {
  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);
}
.tvuh1cw {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.jpmo  .ostz0ntd { border-radius: 50%; }
.rnqlvq3z  .ostz0ntd { border-radius: 6px; }
.ruksh .ostz0ntd { border-radius: 22px; }
.mpolmx3 .czwu {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ostz0ntd { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.kbdjlgkn .kteed22k {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.kbdjlgkn .esrgnf {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.kbdjlgkn .czwu {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.quqw .kteed22k,
.quqw .esrgnf {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.quqw .czwu {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .quqw { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .quqw .czwu {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .quqw .ibl1 { display: none !important; }
  .quqw .ozlc72fg { font-size: 1.1rem !important; }
  .quqw .ostz0ntd { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .ih66kder { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .xokkxp { flex-direction: row-reverse; }
[dir="rtl"] .r4z1 { flex-direction: row-reverse; }
[dir="rtl"] .whzn .iv1p1w { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .whzn .iv1p1w { right: auto; left: 20px; }
  [dir="rtl"] .vf210  .iv1p1w { left: auto;  right: 20px; }
}
[dir="rtl"] .jzanpz .nlm1  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .bjq937p7 .nlm1 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .g2vppr9,
[dir="rtl"] .a07kok { direction: rtl; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .d0osf, [dir="rtl"] .nrc1se { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .nd45ba4k { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .gta8nx8 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .jl8trh { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .czwu { direction: rtl; }
[dir="rtl"] .ostz0ntd { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .yi0m4t7u,
[dir="rtl"] .hrdv { direction: rtl; }
[dir="rtl"] .i9lumf { direction: rtl; }
[dir="rtl"] .oa78i { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .lnvq7he .nrc1se,
[dir="rtl"] .rz0os .nrc1se,
[dir="rtl"] .byvpx46 .nrc1se,
[dir="rtl"] .ez22 .nrc1se {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .lnvq7he .nrc1se li::before,
[dir="rtl"] .rz0os .nrc1se li::before,
[dir="rtl"] .byvpx46 .nrc1se li::before,
[dir="rtl"] .ez22 .nrc1se li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .lpew9.pnc1489i .zw1iq49o,
[dir="rtl"] .lthry.pnc1489i .zw1iq49o,
[dir="rtl"] .qrq9kr5.pnc1489i .zw1iq49o,
[dir="rtl"] .xngp7.pnc1489i .zw1iq49o,
[dir="rtl"] .dem1n.pnc1489i .zw1iq49o { text-align: right; }
[dir="rtl"] .g2vppr9.pnc1489i .v7gp { align-items: flex-end; text-align: right; }
[dir="rtl"] .g2vppr9.hd4sbpfd .v7gp { text-align: center; }
[dir="rtl"] .g2vppr9 .v7gp { text-align: right; }
[dir="rtl"] .esrgnf,
[dir="rtl"] .qqf05tpt,
[dir="rtl"] .hi6t83a,
[dir="rtl"] .h44lipj,
[dir="rtl"] .ii24knpx,
[dir="rtl"] .vdy8u1,
[dir="rtl"] .zyfas,
[dir="rtl"] .u7rpri { text-align: right; direction: rtl; }
[dir="rtl"] .joqezu .zyfas,
[dir="rtl"] .n1u0 .zyfas { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #01b02f;
  --brand:           #01b02f;
  --brand-light:     #088f2b;
  --brand-pale:      #15b53f;
  --grad-start:      #0ffd4d;
  --grad-end:        #55f47f;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #01b02f;
  --cta-light:       #008823;
  --cta-hover:       #00731e;
  --bg-page:         #f6f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f6f4;
  --bg-raised:       #edf1ee;
  --bg-hover:        #f3f6f4;
  --border:          #e1e9e3;
  --border-alt:      #cfddd2;
  --border-section:  #e1e9e3;
  --text-primary:    #161c18;
  --text-muted:      #506255;
  --text-body:       #2d3830;
  --text-sub:        #445448;
  --text-faint:      #728c79;
  --text-dim:        #8ea394;
  --text-label:      #5b7061;
  --text-value:      #39463c;
  --accent-bg:       #dcf8e3;
  --accent-bg-light: #bff7cd;
  --bg-tip:          #f9f0f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f6f9;
  --bg-pros:         #f9f0f6;
  --bg-cons:         #faf6f3;
  --c-pros:          #960c72;
  --c-cons:          #9f4c21;
  --c-pros-label:    #b30e87;
  --c-tip-border:    #c61096;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #960c72;
}
:root { --logo-bg-opacity: 53%; }
body, button, input { font-family: "Montserrat", sans-serif; }
.u7dkbl .rgqjj5f { font-size: 0; width: 1.2rem; flex-shrink: 0; }.u7dkbl .rgqjj5f::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.u7dkbl .fm0vwrcf     .rgqjj5f::before { content: "";  color: var(--c-tip-border); }.u7dkbl .if94ge .rgqjj5f::before { content: ""; color: var(--c-warn-border); }.u7dkbl .qh2a    .rgqjj5f::before { content: ""; color: #60a5fa; }.k3eadz .u7dkbl .fm0vwrcf     .rgqjj5f::before { color: #10b981; }.k3eadz .u7dkbl .if94ge .rgqjj5f::before { color: #f43f5e; }.k3eadz .u7dkbl .qh2a    .rgqjj5f::before { color: #a855f7; }.u2wjaluf  .u7dkbl .fm0vwrcf     .rgqjj5f::before { color: #eab308; }.u2wjaluf  .u7dkbl .if94ge .rgqjj5f::before { color: #ef4444; }.u2wjaluf  .u7dkbl .qh2a    .rgqjj5f::before { color: #f97316; }.i5hd0q  .u7dkbl .fm0vwrcf     .rgqjj5f::before { color: #38bdf8; }.i5hd0q  .u7dkbl .if94ge .rgqjj5f::before { color: #818cf8; }.i5hd0q  .u7dkbl .qh2a    .rgqjj5f::before { color: #2dd4bf; }.mnp3 .u7dkbl .rgqjj5f::before { color: var(--accent-light) !important; }
.ljb9hevm .o11o8kj li::before, .ljb9hevm .ik4lk 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; }.ljb9hevm .o11o8kj li::before { content: ""; }.ljb9hevm .ik4lk li::before { content: ""; }.ljb9hevm .zvit6gf::before, .ljb9hevm .mjj2qq6b::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.ljb9hevm .zvit6gf::before { content: ""; }.ljb9hevm .mjj2qq6b::before { content: ""; }
.yhi5o .we4jzuv, .yhi5o .g2vppr9 { min-height: 420px; }
.sem2pp::before { content: '›'; font-size: 1.1em; }