:root {
  --color-accent: #5e1f7d;
  --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;
}
.k1jb {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.rar947qf {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.tbrmyxci {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.hgs6gm { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.y9t85jrh { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.y9t85jrh a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.y9t85jrh a:hover { color: var(--accent-light); }
.qm88  .tx7yz { border-radius: 14px; }
.qm88 .tx7yz li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.qm88 .tx7yz li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.edf76i2m .tx7yz li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .tx7yz {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .vk71m3z6:hover .tx7yz,
  .vk71m3z6:focus-within .tx7yz { display: block; }
  .tx7yz li a { padding: 8px 16px; font-size: 0.88rem; }
}
.fy4fu {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.oixcmyaz { display: none; }
@media (max-width: 640px) {
  .oixcmyaz {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .oixcmyaz.x3zx4 { display: block; }
}
@media (max-width: 640px) {
  .fy4fu { display: block; }
  .y9t85jrh > li + li::before { display: none !important; }
  .y9t85jrh {
    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;
  }
  .y9t85jrh.x3zx4 { display: flex; }
  .y9t85jrh li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .y9t85jrh li:last-child a { border-bottom: none; }
}
.hm464dj { min-height: 480px; }
.bajzx1 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.nlagpe56 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.dqv9 .nlagpe56 { margin-left: 0; margin-right: 0; }
.s0jixa5i {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.ei27lozw {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.s0jixa5i .qh6g {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.s0jixa5i .bajzx1 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.s0jixa5i .nlagpe56 { color: #e2e8f0; }
.s0jixa5i.u5ip5 .qh6g { text-align: center; }
.s0jixa5i.dqv9   .qh6g { text-align: left; }
.n59h9 .qh6g {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.n59h9 .bajzx1 { color: var(--text-primary); text-shadow: none; }
.n59h9 .nlagpe56 { color: var(--text-muted); }
.n59h9, .n59h9.hm464dj { min-height: auto !important; }
.n59h9.u5ip5 .qh6g { text-align: center; }
.n59h9.dqv9   .qh6g { text-align: left; }
.n59h9~.x5i44inp{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}
.n59h9~.x5i44inp .az72ke2{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}
.xlxq {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.ddfckh .xlxq,
.ddfckh .xlxq::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.es24avu .xlxq,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.cnvj4e0 .xlxq,
.cnvj4e0 .s0jixa5i .ei27lozw {
  overflow: hidden;
}
.cnvj4e0 .xlxq::after,
.cnvj4e0 .s0jixa5i .ei27lozw::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.k8yiz .xlxq,
.k8yiz .xlxq::after,
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.k8yiz .s0jixa5i .ei27lozw {
  overflow: hidden;
}
.k8yiz .s0jixa5i .ei27lozw::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.xb8onfi .xlxq,
.xb8onfi .s0jixa5i .ei27lozw {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.ddfckh .s0jixa5i .ei27lozw {
  overflow: hidden;
}
.ddfckh .s0jixa5i .ei27lozw::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.es24avu .s0jixa5i .ei27lozw {
  animation: hg-breathe 10s ease-in-out infinite;
}
.xlxq .ei27lozw {
  background: none;
}
.xlxq .bajzx1 { color: #fff; }
.xlxq .nlagpe56 { color: rgba(255,255,255,0.85); }
.pzsril9i .bajzx1 { text-shadow: none; color: var(--text-primary); }
.pzsril9i .nlagpe56 { color: var(--text-muted); }
body.ec3c1la1 .bajzx1 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.q7wmc9 .bajzx1 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.hm464dj.xlxq .bajzx1,
section.xlxq .bajzx1 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.pzsril9i.u5ip5 .otgu3z { align-items: center; text-align: center; }
.hm464dj .qe8164k8 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.qe8164k8 .xztmwv1 {
  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;
}
.qe8164k8 .xztmwv1::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.qe8164k8 .galpeamy { display: contents !important; }
.qe8164k8 .galpeamy .yvw8v0 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.qe8164k8 .galpeamy .bcpc { max-height: 48px; max-width: 96px; }
.qe8164k8 .galpeamy .oqskr0 {
  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;
}
.qe8164k8 .vlms89xb {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.qe8164k8 .rjt1u0 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.qe8164k8 .kob8dm2 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.qe8164k8 .kob8dm2 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.qe8164k8 .of4s2c { display: contents !important; }
.qe8164k8 .of4s2c .gdr5uaxq:not(.sq5qcgjs) { display: none !important; }
.qe8164k8 .of4s2c .sq5qcgjs {
  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;
}
.qe8164k8 .of4s2c .sq5qcgjs .yphxu {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.qe8164k8 .of4s2c .sq5qcgjs .jfx9z {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.qe8164k8 .msqx81u { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.qe8164k8 .msqx81u.me0sknd0 {
  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;
}
.qe8164k8 .msqx81u.me0sknd0:hover { opacity: 0.85; }
.qe8164k8 .xztmwv1,
.qe8164k8 .xztmwv1:hover,
.qe8164k8 .xztmwv1:nth-child(even),
.qe8164k8 .xztmwv1:nth-child(odd),
.qe8164k8 .xztmwv1:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.aqb5 { padding-bottom: 0; }
.aqb5 .qh6g { padding-bottom: 24px; }
.sogl {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
  padding: 0 24px 32px !important;
}
.dmdnv4pr .qh6g { max-width: 1100px; }
@media (max-width: 700px) {
  .pzsril9i { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .pzsril9i:not(.syjfhcb) .si9k { display: none !important; }
  .syjfhcb .si9k { padding: 16px; }
  .otgu3z  { padding: 36px 24px; }
  .pzsril9i~.x5i44inp,.e9eq50~.x5i44inp{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .hm464dj, .pzsril9i { min-height: 320px !important; }
  .bajzx1 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .sogl,
  .cqrfrg,
  .wppxek6 { grid-template-columns: 1fr !important; }

  

  
  .aqb5 { display: flex !important; flex-direction: column !important; }
  .aqb5 .qh6g { display: contents; }
  .aqb5 .ei27lozw { order: 0; }
  .aqb5 .bajzx1 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .aqb5 .sogl { order: 2; padding: 0 16px 12px !important; }
  .aqb5 .nlagpe56 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .dmdnv4pr .qh6g { display: flex; flex-direction: column; }
  .dmdnv4pr .qh6g .bajzx1 { order: 1; }
  .dmdnv4pr .qh6g .wppxek6 { order: 2; margin: 8px 0 24px !important; }
  .dmdnv4pr .qh6g .nlagpe56 { order: 3; }
  .dmdnv4pr .qh6g .x68lyq { order: 4; align-self: center; margin-top: 0; }

  
  .pzsril9i.syjfhcb {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .pzsril9i.syjfhcb .otgu3z { display: contents; padding: 0; }
  .pzsril9i.syjfhcb .otgu3z .bajzx1 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .pzsril9i.syjfhcb .si9k { order: 2; padding: 12px 16px; }
  .pzsril9i.syjfhcb .otgu3z .nlagpe56 { order: 3; padding: 0 24px; margin: 0 auto; }
  .pzsril9i.syjfhcb .otgu3z .x68lyq { order: 4; align-self: center; margin: 8px 0 32px; }
}
.jzxpybl { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.pd1hsh { width: 100%; height: auto; display: block; border-radius: 10px; }
.mwvy61q .jzxpybl        { border-radius: 16px; }
.mwvy61q .pd1hsh  { border-radius: 16px; }
.ffp7 .jzxpybl         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ffp7 .pd1hsh   { border-radius: 8px; }
.qp8slp7 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.vn4y22 { width: 100%; padding: 32px 0; position: relative; }
.gvpz { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.rwjclgx .vn4y22:nth-child(even) { background: var(--bg-surface); }
.rwjclgx .vn4y22:nth-child(odd)  { background: var(--bg-page); }
.bq2fni .vn4y22:nth-child(even) { background: var(--bg-card); }
.bq2fni .vn4y22:nth-child(odd)  { background: var(--bg-page); }
.rwjclgx .vn4y22:nth-child(odd)  .gvpz { background: var(--bg-card); border-radius: 6px; }
.rwjclgx .vn4y22:nth-child(even) .gvpz { background: var(--bg-raised); border-radius: 6px; }
.bq2fni .vn4y22:nth-child(odd)  .gvpz { background: var(--bg-card); border-radius: 6px; }
.bq2fni .vn4y22:nth-child(even) .gvpz { background: var(--bg-raised); border-radius: 6px; }
.rwjclgx .vn4y22:nth-child(even) .ap8kd0 .scvgj,
.bq2fni .vn4y22:nth-child(even) .ap8kd0 .scvgj { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.rwjclgx .vn4y22:nth-child(odd) .ap8kd0 .scvgj,
.bq2fni .vn4y22:nth-child(odd) .ap8kd0 .scvgj { background: var(--bg-card-inner); }
.rwjclgx .vn4y22:nth-child(even) .ci9zf2n .scvgj:nth-child(odd),
.bq2fni .vn4y22:nth-child(even) .ci9zf2n .scvgj:nth-child(odd)  { background: var(--bg-card); }
.rwjclgx .vn4y22:nth-child(even) .ci9zf2n .scvgj:nth-child(even),
.bq2fni .vn4y22:nth-child(even) .ci9zf2n .scvgj:nth-child(even) { background: var(--bg-card-inner); }
h1.dccb7y8s { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.dccb7y8s {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.u2wu { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.h0569 h2.dccb7y8s {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.hcpymf h2.dccb7y8s {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.nnh5cig h2.dccb7y8s {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.q9hw5efs h2.dccb7y8s::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.oa8s3a h2.dccb7y8s {
  color: var(--text-primary); font-size: 1.7rem;
}
.en8ay3 h2.dccb7y8s::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.sng6d h2.dccb7y8s {
  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) { .t867yi { display: none; } }
.r4a1 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.dtv02x { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.hedu {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.d2h164h { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.y28uitwk { padding-left: 20px; }
.y28uitwk li { margin-bottom: 6px; }
.y28uitwk a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.y28uitwk a:hover { color: var(--accent-light); }
.ekhuhs9 .d2h164h { display: none; }
.wo5lr0 .d2h164h { display: none; }
.wo5lr0 .y28uitwk { padding-left: 0; list-style: none; }
.wo5lr0 .y28uitwk li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.wo5lr0 .y28uitwk a { font-size: 0.92rem; }
.itv71s5 .hedu { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.itv71s5 .d2h164h { display: none; }
.itv71s5 .y28uitwk { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.itv71s5 .y28uitwk li { margin-bottom: 0; }
.itv71s5 .y28uitwk 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;
}
.itv71s5 .y28uitwk a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.rs19wp1 .hedu { padding: 20px 20px 16px; }
.rs19wp1 .y28uitwk {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.rs19wp1 .y28uitwk li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.rs19wp1 .y28uitwk 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;
}
.rs19wp1 .y28uitwk 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;
}
.rs19wp1 .y28uitwk a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.rs19wp1 .y28uitwk a:focus,
.rs19wp1 .y28uitwk a:focus-visible,
.rs19wp1 .y28uitwk a:target { outline: none; }
.rs19wp1 .y28uitwk li:target a { border-color: var(--border); color: var(--text-muted); }
.dg0ke2k7 .hedu { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.dg0ke2k7 .d2h164h { display: none; }
.dg0ke2k7 .y28uitwk { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.dg0ke2k7 .y28uitwk li { counter-increment: toc-n; margin-bottom: 0; }
.dg0ke2k7 .y28uitwk 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;
}
.dg0ke2k7 .y28uitwk 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;
}
.dg0ke2k7 .y28uitwk a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.cz4td .hedu { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.cz4td .d2h164h { display: none; }
.cz4td .y28uitwk { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.cz4td .y28uitwk li { margin-bottom: 0; }
.cz4td .y28uitwk 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;
}
.cz4td .y28uitwk a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.r226p3bp .hedu { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.r226p3bp .d2h164h { display: none; }
.r226p3bp .y28uitwk { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.r226p3bp .y28uitwk li { margin-bottom: 0; }
.r226p3bp .y28uitwk li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.r226p3bp .y28uitwk li:last-child::after { content: ""; margin-right: 0; }
.r226p3bp .y28uitwk a { font-size: 0.9rem; }
.scvgj { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ap8kd0 .scvgj { background: var(--bg-card); }
.ci9zf2n .scvgj:nth-child(odd)  { background: var(--bg-card); }
.ci9zf2n .scvgj:nth-child(even) { background: var(--bg-raised); }
.dnitb .scvgj {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.dnitb .scvgj:last-child { border-bottom: none; }
.dnitb h3.u2wu { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.poav .scvgj {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.poav .scvgj + .scvgj { margin-top: 4px; }
.k7b2a .scvgj { background: none; border-radius: 0; padding: 12px 0; }
.k7b2a .scvgj + .scvgj { border-top: 1px solid var(--border-section); }
.yl32i { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.g4wox0 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.fpeqt { color: var(--text-body); margin-bottom: 10px; }
.gubdi3, .d2dl8z { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.gubdi3 li, .d2dl8z li { margin-bottom: 6px; }
.d2dl8z li { list-style: decimal; }
.ar129u     .gubdi3 { list-style-type: "● "; }
.p62zkj  .gubdi3 { list-style-type: "■ "; }
.one0lzuk .gubdi3 { list-style-type: "◆ "; }
.um6nnx    .gubdi3 { list-style-type: "★ "; }
.one0lzuk .v9ai9s { list-style-type: "◆ "; }
.ar129u    .gubdi3 li::marker, .ar129u    .v9ai9s li::marker,
.p62zkj .gubdi3 li::marker, .p62zkj .v9ai9s li::marker,
.one0lzuk .gubdi3 li::marker, .one0lzuk .v9ai9s li::marker,
.um6nnx   .gubdi3 li::marker, .um6nnx   .v9ai9s li::marker {
  color: var(--cta); font-size: 1em;
}
.ar129u .d2dl8z,
.p62zkj .d2dl8z,
.one0lzuk .d2dl8z,
.um6nnx .d2dl8z {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.ar129u .d2dl8z li,
.p62zkj .d2dl8z li,
.one0lzuk .d2dl8z li,
.um6nnx .d2dl8z li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.ar129u .d2dl8z li::before,
.p62zkj .d2dl8z li::before,
.one0lzuk .d2dl8z li::before,
.um6nnx .d2dl8z 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;
}
.ar129u     .d2dl8z li::before { border-radius: 50%; }
.p62zkj  .d2dl8z li::before { border-radius: 3px; }
.one0lzuk .d2dl8z li::before { border-radius: 3px; }
.um6nnx    .d2dl8z li::before { border-radius: 50%; }
.sx9wz2w { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.gv7vaf3 .sx9wz2w,
.m2zlw .sx9wz2w { background: transparent; border: none; border-radius: 0; }
.hh715 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.hh715 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.hh715 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.hh715 tr:hover td { background: var(--bg-hover); }
.yfohyl .hh715 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.mj0qizje .hh715 { border: 1px solid var(--border-alt); }
.mj0qizje .hh715 th,
.mj0qizje .hh715 td { border: 1px solid var(--border-alt); }
.ae69b .hh715 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.ae69b .hh715 td { border-bottom: none; }
.ae69b .hh715 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.elwl .hh715 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.osp4qy2o .sx9wz2w {
  overflow: hidden;
}
.osp4qy2o .hh715 th { border-bottom: 1px solid var(--border-alt); }
.osp4qy2o .hh715 tr:last-child td { border-bottom: none; }
[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%}
.fi0ra .i5jh1i6r {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.svjbf9m .ct0jzw06 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.svjbf9m .ivhh { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ipmhrm { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.ipmhrm         { --cl-hue: var(--accent); }
.phyuauhy     { --cl-hue: #16a34a; }
.fqdyy { --cl-hue: #ea580c; }
.phyuauhy, .fqdyy, .kq1q, .hyvjb {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.rxhs92ax { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.rxhs92ax::before { color: var(--cl-hue); }
.ipmhrm strong { color: var(--text-primary); font-size: 0.95rem; }
.ipmhrm p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.nbvk { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.yufmz, .qccn9u9j { border-radius: 8px; padding: 14px; }
.yufmz { background: var(--bg-pros); }
.qccn9u9j { background: var(--bg-cons); }
.tp6uh2 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.yufmz .tp6uh2 { color: var(--c-pros-label); }
.qccn9u9j .tp6uh2 { color: #f87171; }
.yufmz ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.qccn9u9j ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.pd1hsh { width: 100%; height: auto; border-radius: 10px; display: block; }
.me0sknd0 {
  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;
}
.me0sknd0:hover { opacity: 0.85; }
.at68u .me0sknd0  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.at68u .me0sknd0:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.y8oan .me0sknd0  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.y8oan .me0sknd0:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.at68u .msqx81u.me0sknd0, .y8oan .msqx81u.me0sknd0,
.at68u .omru .me0sknd0, .y8oan .omru .me0sknd0 {
  background: var(--cta); border: none; color: #fff;
}
.at68u .msqx81u.me0sknd0:hover, .y8oan .msqx81u.me0sknd0:hover,
.at68u .omru .me0sknd0:hover, .y8oan .omru .me0sknd0:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.b8i0k7 .me0sknd0  { border-radius: 50px; }
.g20d .me0sknd0 { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.g20d .me0sknd0:hover { filter: brightness(1.08); opacity: 1; }
.d981f .me0sknd0 { box-shadow: 0 3px 14px -2px var(--cta); }
.d981f .me0sknd0:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.ybnm .me0sknd0 { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.ybnm .me0sknd0:hover { opacity: 1; }
.ybnm .me0sknd0:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.w8lxizqr .me0sknd0 { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.w8lxizqr .me0sknd0:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.w8lxizqr .me0sknd0:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.ot4t .x68lyq,
.ot4t .me0sknd0 { position: relative; overflow: hidden; }
.ot4t .x68lyq::before,
.ot4t .me0sknd0::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;
}
.ot4t .x68lyq:hover::before,
.ot4t .me0sknd0:hover::before { left: 135%; }
.zk2y3121 .me0sknd0 { border-radius: 0; }
.v8cuo .me0sknd0  { padding-left: 12px; padding-right: 12px; }
.mpm4 .x68lyq { padding-left: 44px; padding-right: 44px; }
.mpm4 .me0sknd0  { padding-left: 24px; padding-right: 24px; }
.ayvu .me0sknd0  { padding-left: 32px; padding-right: 32px; }
.jdyk5   .x68lyq::after, .jdyk5   .me0sknd0::after,
.qdsdemzx .x68lyq::after, .qdsdemzx .me0sknd0::after,
.tiygo    .x68lyq::after, .tiygo    .me0sknd0::after,
.t4ivzw    .x68lyq::after, .t4ivzw    .me0sknd0::after,
.tv3haih    .x68lyq::after, .tv3haih    .me0sknd0::after,
.e9y4u     .x68lyq::after, .e9y4u     .me0sknd0::after,
.g6ddm    .x68lyq::after, .g6ddm    .me0sknd0::after,
.in512cj   .x68lyq::after, .in512cj   .me0sknd0::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;
}
.jdyk5 .x68lyq::after, .jdyk5 .me0sknd0::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");
}
.qdsdemzx .x68lyq::after, .qdsdemzx .me0sknd0::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");
}
.tiygo .x68lyq::after, .tiygo .me0sknd0::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");
}
.t4ivzw .x68lyq::after, .t4ivzw .me0sknd0::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");
}
.tv3haih .x68lyq::after, .tv3haih .me0sknd0::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");
}
.e9y4u .x68lyq::after, .e9y4u .me0sknd0::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");
}
.g6ddm .x68lyq::after, .g6ddm .me0sknd0::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");
}
.in512cj .x68lyq::after, .in512cj .me0sknd0::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");
}
.vlbx7rv1   .ifq5a::after, .vlbx7rv1   .z7pfwqx::after,
.isio9ndm .ifq5a::after, .isio9ndm .z7pfwqx::after,
.z4pqvm    .ifq5a::after, .z4pqvm    .z7pfwqx::after,
.m086    .ifq5a::after, .m086    .z7pfwqx::after,
.toucfg    .ifq5a::after, .toucfg    .z7pfwqx::after,
.kbuf     .ifq5a::after, .kbuf     .z7pfwqx::after,
.lstk8c9u    .ifq5a::after, .lstk8c9u    .z7pfwqx::after,
.o9dd   .ifq5a::after, .o9dd   .z7pfwqx::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;
}
.vlbx7rv1 .ifq5a::after, .vlbx7rv1 .z7pfwqx::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");
}
.isio9ndm .ifq5a::after, .isio9ndm .z7pfwqx::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");
}
.z4pqvm .ifq5a::after, .z4pqvm .z7pfwqx::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");
}
.m086 .ifq5a::after, .m086 .z7pfwqx::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");
}
.toucfg .ifq5a::after, .toucfg .z7pfwqx::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");
}
.kbuf .ifq5a::after, .kbuf .z7pfwqx::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");
}
.lstk8c9u .ifq5a::after, .lstk8c9u .z7pfwqx::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");
}
.o9dd .ifq5a::after, .o9dd .z7pfwqx::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");
}
.wu4piydy {
  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;
}
.xztmwv1 {
  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;
}
.xztmwv1 > * { min-width: 0; }
.xztmwv1:hover { background: var(--bg-hover); }
.xztmwv1 > [itemprop="item"] { display: contents; }
.xztmwv1 [itemprop="itemReviewed"],
.xztmwv1 [itemprop="reviewRating"] { display: none; }
.xztmwv1::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;
}
.galpeamy {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.yvw8v0 {
  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;
}
.bcpc { max-height: 52px; max-width: 110px; object-fit: contain; }
.oqskr0 {
  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;
}
.gyuf6 .yvw8v0    { background: #1a1a1a; }
.gob4 .yvw8v0   { background: rgba(128,128,128,.12); }
.qtmw .yvw8v0 { background: var(--bg-raised); }
.genj .yvw8v0    { background: transparent; padding: 0; }
.vlms89xb {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.rjt1u0 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.kob8dm2 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.of4s2c {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.gdr5uaxq {
  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;
}
.yphxu {
  
  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%;
}
.jfx9z {
  
  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;
}
.msqx81u {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.msqx81u.me0sknd0 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .xztmwv1 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .xztmwv1::before    { grid-area: rank;   }
  .galpeamy           { grid-area: ident;  }
  .vlms89xb     { grid-area: rating; min-width: 0; width: auto; }
  .of4s2c           { grid-area: pills;  }
  .msqx81u             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .xztmwv1 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .xztmwv1::before    { justify-self: center; }
  .galpeamy           { width: 100%; }
  .vlms89xb     { justify-self: center; }
  .of4s2c           { grid-template-columns: 1fr; }
}
.mnj8 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.rdkwiqqp {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.lwpsfez {
  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;
}
.lwpsfez img { max-width: 80px; max-height: 50px; object-fit: contain; }
.bh13 { flex: 1; }
.bh13 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.r853qniw { color: var(--c-stars); font-size: 1.1rem; }
.q910 { margin-bottom: 8px; }
.eejh {
  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);
}
.eejh > span { color: var(--accent); font-weight: 700; }
.s9n6 em, .kqmynmhf em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .eejh { padding: 10px 16px; gap: 6px 16px; } }
.omru { flex-shrink: 0; align-self: flex-start; }
.omru .me0sknd0 { white-space: nowrap; }
@media (max-width: 560px) {
  .rdkwiqqp { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .lwpsfez { order: 1; }
  .omru { order: 2; margin-left: auto; align-self: center; }
  .bh13 { order: 3; flex: 1 1 100%; min-width: 0; }
}
.iy21 img.r8ut58k { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.gv7vaf3 { padding: 20px 24px; }
.ij5wc1t { color: var(--text-muted); margin-bottom: 16px; }
.lftm5p { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.ubdi, .rsy21k { list-style: none; font-size: 0.9rem; }
.ubdi li { color: var(--c-pros); margin-bottom: 4px; }
.rsy21k li { color: var(--c-cons); margin-bottom: 4px; }
.ubdi li::before { content: "✓"; margin-right: 5px; }
.rsy21k li::before { content: "✗"; margin-right: 5px; }
.yyqf .ubdi li::before { content: "→"; }
.yyqf .rsy21k li::before { content: "–"; }
.zhsxn  .ubdi li::before { content: "★"; }
.zhsxn  .rsy21k li::before { content: "✕"; }
.nf0tzdud    .ubdi li::before { content: "◆"; }
.nf0tzdud    .rsy21k li::before { content: "▲"; }
.nc5buh  .ubdi li::before { content: "▶"; }
.nc5buh  .rsy21k li::before { content: "■"; }
.pw89 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.e5ixk { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.y47k0vd { background: var(--bg-pros); color: var(--c-tag-pay); }
.a5eeqt { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.rilbsjem .a5eeqt { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.nfrvda15 .a5eeqt { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .xjeb2h3t .katnsmm {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .xjeb2h3t .mnj8 { margin: 0; }
}
.cdd56n .rdkwiqqp { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.cdd56n .bh13 h3 { color: var(--accent-light); }
.cdd56n .lwpsfez { background: var(--bg-page); border: 1px solid var(--border); }
.qwm03 .mnj8 { border-top: 4px solid var(--accent); }
.qwm03 .rdkwiqqp { background: var(--bg-card); }
.xkpwkwu .mnj8 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.xkpwkwu .rdkwiqqp { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.xkpwkwu .gv7vaf3 { padding: 14px 16px; }
.xkpwkwu .lwpsfez { border-radius: 4px; }
.xkpwkwu .a5eeqt { border-radius: 0; }
.nac0u3gi .rdkwiqqp { padding: 0; gap: 0; overflow: hidden; }
.nac0u3gi .lwpsfez { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.nac0u3gi .bh13 { padding: 16px 20px; }
.nac0u3gi .omru { padding: 16px 20px; align-self: center; }
.nwcgnk8 .r853qniw { font-size: .95rem; }
.m2zlw .nbvk { gap: 10px; }
.m2zlw .yufmz, .m2zlw .qccn9u9j { padding: 12px; }
.m2zlw .yufmz ul, .m2zlw .qccn9u9j ul { margin: 4px 0 0; padding-left: 18px; }
.m2zlw .yufmz li, .m2zlw .qccn9u9j li { font-size: .85rem; margin-bottom: 3px; }
.xf1fv .e5ixk { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .rb50 { grid-template-columns: 1fr; }
  .m1hzr { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .m1hzr .fu3gb { width: 72px; height: 50px; }
  .m1hzr .r9l4s6 { max-width: 180px; }
  .m1hzr .vhst { width: auto; }
}
.azzww .nwcgnk8 .r853qniw { filter: brightness(1.2); }
@media (max-width: 720px) {
  .azzww { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .f3t7d0nv { padding: 16px; }
  .npl3jv .l6m6t6 { min-width: 50%; }
}
.sk2e .nbvk { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .ebpxf { grid-template-columns: 1fr; }
  .nb5z { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .zie8p { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .m983 { flex-wrap: wrap; padding: 16px; }
}
.azibz .nbvk { gap: 8px; }
.azibz .yufmz, .azibz .qccn9u9j { padding: 8px; }
@media (max-width: 480px) {
  .qtb1oy { flex-direction: column; align-items: stretch; }
}
.ivlmqo .vhst .me0sknd0 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .tdchxvz { flex-direction: column; align-items: stretch; gap: 10px; }
  .ivlmqo .vhst { text-align: center; }
}
@media (max-width: 720px) {
  .jp8lt0p { grid-template-columns: 1fr; }
  .w8slq { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .g2n206 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.mm50 .bikh0p52 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.vin74sd .r853qniw { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .niaxr { grid-template-columns: 1fr; }
  .vin74sd { width: 100px; height: 100px; margin: 16px auto; }
  .mm50 { font-size: 1.4rem; }
  .yhbmoj3 { justify-content: center; }
  .kzy8l6v .l6m6t6 { min-width: 50%; }
}
.fehv8g .nbvk { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .cjiod26s { flex-wrap: wrap; padding: 14px 16px; }
  .ju3wp9n { padding: 12px 16px; }
  .fehv8g .nbvk { margin: 0 16px; }
  .fehv8g .xf1fv { padding: 0 16px; }
  .pb1v4p { padding: 12px 16px; }
}
.bne1gnwn .xztmwv1 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.bne1gnwn .xztmwv1:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.lxt0col .wu4piydy { gap: 18px; }
.lxt0col .xztmwv1 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.lxt0col .xztmwv1:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.odx1 .wu4piydy {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.odx1 .xztmwv1 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.odx1 .xztmwv1:last-child { border-bottom: none; }
.odx1 .galpeamy,
.odx1 .vlms89xb,
.odx1 .of4s2c {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.las6t2tf .wu4piydy { gap: 0; }
.las6t2tf .xztmwv1 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.las6t2tf .xztmwv1:last-child { border-bottom: none; }
.las6t2tf .xztmwv1:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.las6t2tf .xztmwv1:nth-child(even):hover { background: var(--bg-hover); }
.f2zmwki9 .xztmwv1 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.co9iytu .of4s2c .gdr5uaxq {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.co9iytu .of4s2c .gdr5uaxq:first-child { border-left: none; }
.s8ahw2cx .of4s2c .gdr5uaxq {
  background: transparent; padding: 4px 8px;
}
.s8ahw2cx .of4s2c .yphxu { font-size: .65rem; opacity: .65; }
.s8ahw2cx .of4s2c .jfx9z   { font-size: 1.15rem; color: var(--accent-light); }
.k2ip .of4s2c .gdr5uaxq {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.kob8dm2 { display: none; }
.rkkk .rjt1u0 { font-size: 1rem; letter-spacing: 2px; }
.qz2g50f7 .rjt1u0 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.w9o7fog .rjt1u0,
.lq5k8ef .rjt1u0,
.pjvzex .rjt1u0 { display: none; }
.w9o7fog .kob8dm2,
.lq5k8ef .kob8dm2,
.pjvzex .kob8dm2 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.w9o7fog .kob8dm2 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.w9o7fog .kob8dm2 small { display: none; }
.lq5k8ef .kob8dm2 {
  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;
}
.lq5k8ef .kob8dm2 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.pjvzex .kob8dm2 {
  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;
}
.pjvzex .kob8dm2 small { display: none; }
.w9o7fog .q910 .r853qniw,
.lq5k8ef .q910 .r853qniw,
.pjvzex .q910 .r853qniw { display: none; }
.w9o7fog .q910 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.w9o7fog .bikh0p52 { display: none; }
.lq5k8ef .q910 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;
}
.lq5k8ef .cusdjvkp,
.lq5k8ef .bikh0p52 { font-size: 1em; }
.pjvzex .q910 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.pjvzex .bikh0p52 { display: none; }
.wnlc { margin: 16px 0; }
.k8ro { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.k8ro summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.k8ro summary::after { content: "+"; color: var(--accent-light); }
.k8ro[open] summary::after { content: "−"; }
.k8ro p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.vn4y22 { margin-bottom: 0; }
.tx5s h2.dccb7y8s { color: var(--text-primary); border-color: var(--accent-light); }
.ebk75k0 h2.dccb7y8s { color: var(--text-primary); border-color: var(--accent-light); }
.bv5v6mw .phyuauhy     { background: #052e16; border-color: #10b981; }
.bv5v6mw .fqdyy { background: #2d0a1e; border-color: #f43f5e; }
.bv5v6mw .ipmhrm strong  { color: #f1f5f9; }
.bv5v6mw .ipmhrm p       { color: #cbd5e1; }
.bv5v6mw .tx53    .phyuauhy     .rxhs92ax::before,
.bv5v6mw .wla6  .phyuauhy     .rxhs92ax::before,
.bv5v6mw .po5e2  .phyuauhy     .rxhs92ax::before,
.bv5v6mw .bbs7gu .phyuauhy     .rxhs92ax::before { color: #10b981; }
.bv5v6mw .tx53    .fqdyy .rxhs92ax::before,
.bv5v6mw .wla6  .fqdyy .rxhs92ax::before,
.bv5v6mw .po5e2  .fqdyy .rxhs92ax::before,
.bv5v6mw .bbs7gu .fqdyy .rxhs92ax::before { color: #f43f5e; }
.bv5v6mw .tx53    .kq1q    .rxhs92ax::before,
.bv5v6mw .wla6  .kq1q    .rxhs92ax::before,
.bv5v6mw .po5e2  .kq1q    .rxhs92ax::before,
.bv5v6mw .bbs7gu .kq1q    .rxhs92ax::before { color: #a855f7; }
.fzgt4e .phyuauhy     { background: #2d2000; border-color: #eab308; }
.fzgt4e .fqdyy { background: #2d0b0b; border-color: #ef4444; }
.fzgt4e .ipmhrm strong  { color: #f1f5f9; }
.fzgt4e .ipmhrm p       { color: #cbd5e1; }
.fzgt4e .tx53    .phyuauhy     .rxhs92ax::before,
.fzgt4e .wla6  .phyuauhy     .rxhs92ax::before,
.fzgt4e .po5e2  .phyuauhy     .rxhs92ax::before,
.fzgt4e .bbs7gu .phyuauhy     .rxhs92ax::before { color: #eab308; }
.fzgt4e .tx53    .fqdyy .rxhs92ax::before,
.fzgt4e .wla6  .fqdyy .rxhs92ax::before,
.fzgt4e .po5e2  .fqdyy .rxhs92ax::before,
.fzgt4e .bbs7gu .fqdyy .rxhs92ax::before { color: #ef4444; }
.fzgt4e .tx53    .kq1q    .rxhs92ax::before,
.fzgt4e .wla6  .kq1q    .rxhs92ax::before,
.fzgt4e .po5e2  .kq1q    .rxhs92ax::before,
.fzgt4e .bbs7gu .kq1q    .rxhs92ax::before { color: #f97316; }
.qt0d .phyuauhy     { background: #0c1a2e; border-color: #38bdf8; }
.qt0d .fqdyy { background: #12103a; border-color: #818cf8; }
.qt0d .ipmhrm strong  { color: #f1f5f9; }
.qt0d .ipmhrm p       { color: #cbd5e1; }
.qt0d .tx53    .phyuauhy     .rxhs92ax::before,
.qt0d .wla6  .phyuauhy     .rxhs92ax::before,
.qt0d .po5e2  .phyuauhy     .rxhs92ax::before,
.qt0d .bbs7gu .phyuauhy     .rxhs92ax::before { color: #38bdf8; }
.qt0d .tx53    .fqdyy .rxhs92ax::before,
.qt0d .wla6  .fqdyy .rxhs92ax::before,
.qt0d .po5e2  .fqdyy .rxhs92ax::before,
.qt0d .bbs7gu .fqdyy .rxhs92ax::before { color: #818cf8; }
.qt0d .tx53    .kq1q    .rxhs92ax::before,
.qt0d .wla6  .kq1q    .rxhs92ax::before,
.qt0d .po5e2  .kq1q    .rxhs92ax::before,
.qt0d .bbs7gu .kq1q    .rxhs92ax::before { color: #2dd4bf; }
.ux28c5d1::before,
.h7d8s4g::before { margin-right: 5px; }
.dwixn .yufmz ul li,
.dwixn .ubdi li         { color: #4ade80; }
.dwixn .yufmz .ux28c5d1 { color: #22c55e; }
.dwixn .qccn9u9j ul li,
.dwixn .rsy21k li         { color: #f87171; }
.dwixn .qccn9u9j .h7d8s4g { color: #ef4444; }
.j3oypdm9 .yufmz { background: var(--bg-pros); }
.j3oypdm9 .qccn9u9j { background: var(--bg-cons); }
.j3oypdm9 .yufmz .ux28c5d1 { color: var(--c-pros-label); }
.j3oypdm9 .qccn9u9j .h7d8s4g { color: var(--c-cons); }
.j3oypdm9 .yufmz ul li,
.j3oypdm9 .ubdi li            { color: var(--c-pros); }
.j3oypdm9 .qccn9u9j ul li,
.j3oypdm9 .rsy21k li            { color: var(--c-cons); }
.e029i8 .yufmz { background: var(--bg-pros); }
.e029i8 .qccn9u9j { background: var(--bg-cons); }
.e029i8 .yufmz .ux28c5d1 { color: var(--c-pros-label); }
.e029i8 .qccn9u9j .h7d8s4g { color: var(--c-cons); }
.e029i8 .yufmz ul li,
.e029i8 .ubdi li          { color: var(--c-pros); }
.e029i8 .qccn9u9j ul li,
.e029i8 .rsy21k li          { color: var(--c-cons); }
.yrxxc2dh .ux28c5d1::before { content: "✓ "; }
.yrxxc2dh .h7d8s4g::before { content: "✗ "; }
.yyqf .ux28c5d1::before { content: "→ "; }
.yyqf .h7d8s4g::before { content: "← "; }
.zhsxn .ux28c5d1::before { content: "★ "; }
.zhsxn .h7d8s4g::before { content: "✕ "; }
.nf0tzdud .ux28c5d1::before { content: "◆ "; }
.nf0tzdud .h7d8s4g::before { content: "▲ "; }
.nfrvda15 .ipmhrm { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.nfrvda15 .ipmhrm strong { color: var(--text-primary); }
.nfrvda15 .ipmhrm p      { color: var(--text-muted); }
.rilbsjem .ipmhrm { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.vann .ipmhrm {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.vann .ipmhrm strong,
.vann .ipmhrm p { color: #fff; }
.vann .rxhs92ax::before { color: rgba(255,255,255,0.9) !important; }
.uijw .ipmhrm {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.uijw .ipmhrm strong { color: var(--text-primary); }
.uijw .ipmhrm p      { color: var(--text-muted); }
.g5vnb .ipmhrm { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.tx53 .rxhs92ax,
.wla6 .rxhs92ax,
.po5e2 .rxhs92ax,
.bbs7gu .rxhs92ax { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.tx53 .rxhs92ax::before,
.wla6 .rxhs92ax::before,
.po5e2 .rxhs92ax::before,
.bbs7gu .rxhs92ax::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.tx53 .phyuauhy     .rxhs92ax::before { content: "✦"; color: var(--c-tip-border); }
.tx53 .fqdyy .rxhs92ax::before { content: "▲"; color: var(--c-warn-border); }
.tx53 .kq1q    .rxhs92ax::before { content: "◉"; color: #60a5fa; }
.wla6 .phyuauhy     .rxhs92ax::before { content: "★"; color: var(--c-tip-border); }
.wla6 .fqdyy .rxhs92ax::before { content: "◆"; color: var(--c-warn-border); }
.wla6 .kq1q    .rxhs92ax::before { content: "●"; color: #60a5fa; }
.po5e2 .phyuauhy     .rxhs92ax::before { content: "▶"; color: var(--c-tip-border); }
.po5e2 .fqdyy .rxhs92ax::before { content: "■"; color: var(--c-warn-border); }
.po5e2 .kq1q    .rxhs92ax::before { content: "▸"; color: #60a5fa; }
.bbs7gu .phyuauhy     .rxhs92ax::before { content: "→"; color: var(--c-tip-border); }
.bbs7gu .fqdyy .rxhs92ax::before { content: "⬥"; color: var(--c-warn-border); }
.bbs7gu .kq1q    .rxhs92ax::before { content: "◈"; color: #60a5fa; }
.sacbrvx .ap8kd0 .scvgj,
.sacbrvx .ci9zf2n .scvgj  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.sacbrvx .xztmwv1                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.sacbrvx .mnj8            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.sacbrvx .sx9wz2w          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.sacbrvx .hedu                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.pkpmj0x .ap8kd0 .scvgj,
.pkpmj0x .ci9zf2n .scvgj,
.pkpmj0x .ct0jzw06,
.pkpmj0x .xztmwv1,
.pkpmj0x .mnj8,
.pkpmj0x .sx9wz2w,
.pkpmj0x .hedu,
.pkpmj0x .g5vnb .ipmhrm { box-shadow: none; }
.jve7jj   .fpeqt, .jve7jj .yl32i, .jve7jj .g4wox0,
.jve7jj   .r4a1, .jve7jj .dtv02x { font-size: 0.9rem; }
.jve7jj   .gubdi3, .jve7jj .d2dl8z { font-size: 0.9rem; }
.o262pha   .fpeqt, .o262pha .yl32i, .o262pha .g4wox0,
.o262pha   .r4a1, .o262pha .dtv02x { font-size: 0.95rem; }
.o262pha   .gubdi3, .o262pha .d2dl8z { font-size: 0.95rem; }
.k9vq   .fpeqt, .k9vq .yl32i, .k9vq .g4wox0,
.k9vq   .r4a1, .k9vq .dtv02x { font-size: 1.08rem; }
.k9vq   .gubdi3, .k9vq .d2dl8z { font-size: 1.05rem; }
.k9vq   .hh715 { font-size: 0.97rem; }
.m4hlb8sw .bajzx1      { font-size: 3.2rem; }
.m4hlb8sw h2.dccb7y8s { font-size: 1.9rem; }
.m4hlb8sw h3.u2wu     { font-size: 1.4rem; }
.besfwm0x .bajzx1      { font-size: 3.8rem; }
.besfwm0x h2.dccb7y8s { font-size: 2.2rem; }
.besfwm0x h3.u2wu     { font-size: 1.6rem; }
.vn4y22 + .vn4y22 { position: relative; }
.mp8iv2s   .vn4y22 + .vn4y22::before,
.jwxsmim  .vn4y22 + .vn4y22::before,
.wda0sv3   .vn4y22 + .vn4y22::before,
.w3kp   .vn4y22 + .vn4y22::before,
.jpq1   .vn4y22 + .vn4y22::before,
.gd6c .vn4y22 + .vn4y22::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.mp8iv2s .vn4y22 + .vn4y22::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.jwxsmim .vn4y22 + .vn4y22::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.wda0sv3 .vn4y22 + .vn4y22::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;
}
.w3kp .vn4y22 + .vn4y22::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.cicff .vn4y22 { margin-bottom: 16px; }
.cicff .vn4y22 + .vn4y22 { margin-top: 0; }
.cicff .gvpz { padding-top: 0; padding-bottom: 0; }
.jpq1 .vn4y22 + .vn4y22::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.gd6c .vn4y22 + .vn4y22::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.h0z85t .vn4y22 + .vn4y22::before,
.o6485 .vn4y22 + .vn4y22::before,
.i6s1t7s .vn4y22 + .vn4y22::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%;
}
.rwjclgx .h0z85t .vn4y22:nth-child(even)::before,
.rwjclgx .o6485 .vn4y22:nth-child(even)::before,
.rwjclgx .i6s1t7s .vn4y22:nth-child(even)::before { background: var(--bg-surface); }
.bq2fni .h0z85t .vn4y22:nth-child(even)::before,
.bq2fni .o6485 .vn4y22:nth-child(even)::before,
.bq2fni .i6s1t7s .vn4y22:nth-child(even)::before { background: var(--bg-card); }
.h0z85t .vn4y22 + .vn4y22::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");
}
.o6485 .vn4y22 + .vn4y22::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");
}
.i6s1t7s .vn4y22 + .vn4y22::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");
}
.tqnp .s0jixa5i,
.dlwaexx .s0jixa5i,
.sjv3f99 .s0jixa5i { overflow: hidden; }
.tqnp .qh6g,
.dlwaexx .qh6g { margin-bottom: 60px; }
.sjv3f99 .qh6g { margin-bottom: 70px; }
.tqnp .s0jixa5i::before,
.dlwaexx .s0jixa5i::before,
.sjv3f99 .s0jixa5i::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.tqnp .s0jixa5i::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");
}
.dlwaexx .s0jixa5i::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");
}
.sjv3f99 .s0jixa5i::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.rt4yt .s0jixa5i:not(.xlxq) .ei27lozw { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.iwkfk01 .s0jixa5i:not(.xlxq) .ei27lozw { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.ue7umog  .s0jixa5i:not(.xlxq) .ei27lozw { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.dtxr  .s0jixa5i:not(.xlxq) .ei27lozw { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.rt4yt .xlxq { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.iwkfk01 .xlxq { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.ue7umog .xlxq { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.dtxr .xlxq { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.dtxr .u8bo { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.dtxr .pzsril9i { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.fy5ppax .xlxq { background: var(--accent); }
.fy5ppax .xlxq .ei27lozw { background: none; }
.fy5ppax .s0jixa5i:not(.xlxq) .ei27lozw { background: rgba(0,0,0,0.6); }
.c5jnnj .jzxpybl { float: left; width: 38%; margin: 0 28px 16px 0; }
.c5jnnj .jzxpybl .pd1hsh { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.c5jnnj .gvpz::after { content: ''; display: block; clear: both; }
.c4f8vei .jzxpybl { float: right; width: 38%; margin: 0 0 16px 28px; }
.c4f8vei .jzxpybl .pd1hsh { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.c4f8vei .gvpz::after { content: ''; display: block; clear: both; }
.l5vykw0d .vn4y22:nth-child(odd)  .jzxpybl { float: left;  width: 38%; margin: 0 28px 16px 0; }
.l5vykw0d .vn4y22:nth-child(even) .jzxpybl { float: right; width: 38%; margin: 0 0 16px 28px; }
.l5vykw0d .jzxpybl .pd1hsh { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.l5vykw0d .gvpz::after { content: ''; display: block; clear: both; }
.c5jnnj .wu4piydy,
.c4f8vei .wu4piydy,
.l5vykw0d .wu4piydy { clear: both; }
@media (max-width: 900px) {
  .c5jnnj .jzxpybl,
  .c4f8vei .jzxpybl,
  .l5vykw0d .vn4y22:nth-child(odd)  .jzxpybl,
  .l5vykw0d .vn4y22:nth-child(even) .jzxpybl {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .c5jnnj .jzxpybl .pd1hsh,
  .c4f8vei .jzxpybl .pd1hsh,
  .l5vykw0d .jzxpybl .pd1hsh {
    max-height: none !important;
  }
}
.c5jnnj .gubdi3,
.c5jnnj .d2dl8z,
.c4f8vei .gubdi3,
.c4f8vei .d2dl8z,
.l5vykw0d .gubdi3,
.l5vykw0d .d2dl8z { overflow: hidden; }
@media (max-width: 640px) {
  .c5jnnj .jzxpybl,
  .c4f8vei .jzxpybl,
  .l5vykw0d .jzxpybl { float: none; width: 100%; margin: 0 0 16px 0; }
}
.dld4cnw3 .qp8slp7,
.dld4cnw3 .gvpz,
.dld4cnw3 .rglz  { max-width: 1100px; }
.v0djt .qp8slp7,
.v0djt .gvpz,
.v0djt .rglz  { max-width: 1200px; }
.squx7 .qp8slp7,
.squx7 .gvpz,
.squx7 .rglz  { max-width: 1320px; }
.xhq6 { font-size: 0.82rem; color: var(--text-muted); }
.vu32umja { display: flex; align-items: center; }
.b70nqba {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.msakac { display: flex; align-items: center; }
.d9ev74 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.d9ev74:hover { text-decoration: underline; }
.uxu9 { margin: 0 3px; opacity: 0.45; }
.uxu9::before { content: '/'; }
.gnzqn2gw { padding: 2px 5px; color: var(--text-main); }
.gc1h8 .xhq6 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.gc1h8 .vu32umja { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.pg8cm .xhq6 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.pg8cm .vu32umja { padding: 0 0 0 12px; }
.d4tjw .vu32umja { padding: 0 16px; }
.d4tjw .xhq6 {
  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);
}
.d4tjw .qp8slp7 { padding-top: 28px; }
@media (max-width: 720px) {
  .eznk { margin-top: 18px; padding: 0 16px; }
  .d4tjw .qp8slp7 { padding-top: 16px; }
}
.dld4cnw3.gc1h8 .vu32umja { max-width: 1100px; }
.v0djt.gc1h8 .vu32umja { max-width: 1200px; }
.squx7.gc1h8 .vu32umja { max-width: 1320px; }
.oq7vt .vn4y22 { padding-top: 16px; padding-bottom: 16px; }
.ww65247 .vn4y22 { padding-top: 24px; padding-bottom: 24px; }
.sxvbs6 .vn4y22 { padding-top: 40px; padding-bottom: 40px; }
.tu603ha .vn4y22 { padding-top: 52px; padding-bottom: 52px; }
.gb1k8wqi .vn4y22:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.gb1k8wqi .vn4y22:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.gb1k8wqi .vn4y22:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.gb1k8wqi .vn4y22:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.f17tiqd .gvpz { padding-top: 10px;  padding-bottom: 10px; }
.fk4zzfxg .gvpz { padding-top: 18px;  padding-bottom: 18px; }
.dpnud .gvpz { padding-top: 36px;  padding-bottom: 36px; }
.ipqobbet .gvpz { padding-top: 48px;  padding-bottom: 48px; }
.h3da0z3 h2.dccb7y8s { font-weight: 600; }
.h3da0z3 h3.u2wu     { font-weight: 600; }
.v16gm6 { font-weight: 500; }
.v16gm6 h2.dccb7y8s { font-weight: 800; }
.v16gm6 h3.u2wu     { font-weight: 700; }
.rr95 h2.dccb7y8s { font-weight: 900; }
.rr95 h3.u2wu     { font-weight: 800; }
.rr95 .ipmhrm strong,
.rr95 .ipmhrm strong { font-weight: 600; }
.ifq5a {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.a95djcjc .ifq5a { display: none; }
@media (max-width: 640px) {
  .ifq5a { display: none !important; }
}
.ifq5a { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ifq5a:hover { opacity: 0.85; }
.oskvdr .ifq5a { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.fzbr8 .z7pfwqx { right: 32px; }
@media (max-width: 480px) {
  .fzbr8 .z7pfwqx { right: 20px; bottom: 20px; }
  .sy6o5  .z7pfwqx { left: 20px; bottom: 20px; }
}
.r6mok4o6 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.rglz { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.bc14 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.izkwi78t { color: var(--text-dim); font-size: 0.8rem; }
.lz7bai1 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.lz7bai1 img { height: 26px; width: auto; object-fit: contain; }
.aehax1 { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.wdjf .rglz { text-align: center; }
.wdjf .bc14 { margin-top: 0; }
.uzbr { margin-top: 10px; }
.uzbr a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .rglz { padding-left: 16px; padding-right: 16px; }
  .rdc5r4eu .rglz { padding: 20px 16px; }
  .qvwya4tu { gap: 4px 12px; }
  .bc14 { font-size: 0.78rem; }
}
.pq2zvs34 .tm8sz .lz7bai1 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.pq2zvs34 .aehax1 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.pq2zvs34 .yvvaoj { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.pq2zvs34 .yvvaoj a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.pq2zvs34 .yvvaoj a:hover { color: var(--accent-light); }
.pq2zvs34 .bc14 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.pq2zvs34 .izkwi78t { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .pq2zvs34 .w6u1j { grid-template-columns: 1fr 1fr; } .pq2zvs34 .tm8sz { grid-column: 1 / -1; } }
@media (max-width: 480px) { .pq2zvs34 .w6u1j { grid-template-columns: 1fr; } }
.lh6ni1 .lz7bai1 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.lh6ni1 .bc14 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .lh6ni1 .cl1em4 { gap: 12px; } .lh6ni1 .lz7bai1 { margin-right: 0; width: 100%; } }
.cpood .bvcv5v0 { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.cpood .m8ndy .lz7bai1 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.cpood .aehax1 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.cpood .yeebht7 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.cpood .yvvaoj { display: flex; flex-direction: column; gap: 9px; }
.cpood .yvvaoj a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.cpood .yvvaoj a:hover { color: var(--accent-light); }
.cpood .xomrqely { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.cpood .bc14 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.cpood .izkwi78t { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .cpood .bvcv5v0 { grid-template-columns: 1fr 1fr; } .cpood .m8ndy { grid-column: 1 / -1; } }
@media (max-width: 480px) { .cpood .bvcv5v0 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .cr53f0a .cqxns { grid-template-columns: 1fr 1fr; } .cr53f0a .lfc6r:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .cr53f0a .cqxns { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .ca23x .cqxns { grid-template-columns: 1fr; } }
.mk64 .rglz { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.xl75e .k1jb      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.xl75e .r6mok4o6 { background: var(--bg-page); border-top-color: var(--border-alt); }
.vbs8jv0 .k1jb      { background: #0d1117; border-bottom-color: #21262d; }
.vbs8jv0 .tbrmyxci { color: var(--accent-light); }
.vbs8jv0 .y9t85jrh { --msep-color: #8b949e; }
.vbs8jv0 .y9t85jrh a { color: #8b949e; }
.vbs8jv0 .y9t85jrh a:hover { color: var(--accent-light); }
.vbs8jv0 .fy4fu { color: #8b949e; }
.vbs8jv0 .r6mok4o6 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.vbs8jv0 .bc14,
.vbs8jv0 .izkwi78t { color: #6e7681; }
.vbs8jv0 .yvvaoj a, .vbs8jv0 .ehfkg a,
.vbs8jv0 .lz7bai1 { color: #e6edf3; }
.vbs8jv0 .yvvaoj a:hover, .vbs8jv0 .ehfkg a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .vbs8jv0 .y9t85jrh { background: #0d1117; border-top-color: #21262d; }
  .vbs8jv0 .y9t85jrh li a { border-bottom-color: #21262d; }
}
.tig6 .k1jb      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.tig6 .tbrmyxci { color: var(--accent-light); }
.tig6 .y9t85jrh { --msep-color: #475569; }
.tig6 .y9t85jrh a { color: #475569; }
.tig6 .y9t85jrh a:hover { color: var(--accent-light); }
.tig6 .fy4fu { color: #64748b; }
.tig6 .r6mok4o6 { background: #f0f4f8; border-top-color: #cbd5e1; }
.tig6 .bc14,
.tig6 .izkwi78t { color: #64748b; }
.tig6 .yvvaoj a, .tig6 .ehfkg a,
.tig6 .ui8fc6d4 a, .tig6 .lz7bai1 { color: #374151; }
.tig6 .yvvaoj a:hover, .tig6 .ehfkg a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .tig6 .y9t85jrh { background: #f0f4f8; border-top-color: #cbd5e1; }
  .tig6 .y9t85jrh li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ujzro .k1jb      { background: var(--accent); border-bottom-color: var(--accent-light); }
.ujzro .tbrmyxci { color: #fff; }
.ujzro .y9t85jrh { --msep-color: rgba(255,255,255,0.82); }
.ujzro .y9t85jrh a { color: rgba(255,255,255,0.82); }
.ujzro .y9t85jrh a:hover { color: #fff; }
.ujzro .fy4fu { color: rgba(255,255,255,0.9); }
.ujzro .r6mok4o6 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.ujzro .bc14,
.ujzro .izkwi78t { color: rgba(255,255,255,0.72); }
.ujzro .yvvaoj a, .ujzro .ehfkg a,
.ujzro .ui8fc6d4 a, .ujzro .lz7bai1 { color: #fff; }
.ujzro .aehax1, .ujzro .yeebht7 { color: rgba(255,255,255,0.7); }
.ujzro .yvvaoj a:hover, .ujzro .ehfkg a:hover { color: #fff; }
@media (max-width: 640px) {
  .ujzro .y9t85jrh { background: var(--accent); border-top-color: var(--accent-light); }
  .ujzro .y9t85jrh li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.w7jz .k1jb {
  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);
}
.w7jz .r6mok4o6 {
  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) {
  .w7jz .y9t85jrh {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ou3jznc8 .rar947qf { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ffy1xt2 .rar947qf { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.l9ts6t .rar947qf { min-height: 72px; height: auto; }
.zo7a .rar947qf { min-height: 84px; height: auto; }
.rdc5r4eu .rar947qf { max-width: none; padding: 0 32px; }
.rdc5r4eu .rglz  { max-width: none; padding: 24px 32px; }
.fw9m8.v0djt .rar947qf { max-width: 1200px; }
.fw9m8.squx7 .rar947qf { max-width: 1320px; }
.s8xw5xy   .tbrmyxci, .s8xw5xy   .lz7bai1 { text-transform: capitalize; }
.e9ttx .tbrmyxci, .e9ttx .lz7bai1 { text-transform: lowercase; }
.ab87k .tbrmyxci, .ab87k .lz7bai1 { text-transform: uppercase; letter-spacing: 0.06em; }
.jzumze, .tw36 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.nzkkqc .jzumze,
.nzkkqc .tw36 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.eom8c .jzumze,
.eom8c .tw36 { 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; }
.hmonjohj .jzumze,
.hmonjohj .tw36 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.suuldz9c .jzumze,
.suuldz9c .tw36 { 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; }
.gjh7a   .y9t85jrh a { font-weight: 500; }
.mmdrf .y9t85jrh a { font-weight: 600; }
.vsmzd     .y9t85jrh a { font-weight: 700; }
.maxt93j    .y9t85jrh a { font-weight: 800; letter-spacing: 0.01em; }
.oomsx3j     .y9t85jrh > li + li::before,
.r885    .y9t85jrh > li + li::before,
.e4e9xtpg    .y9t85jrh > li + li::before,
.fic1r .y9t85jrh > li + li::before,
.fz5e52 .y9t85jrh > li + li::before,
.uhezhnqq  .y9t85jrh > li + li::before,
.kwd4    .y9t85jrh > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.oomsx3j     .y9t85jrh > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.r885    .y9t85jrh > li + li::before { content: "|"; }
.e4e9xtpg    .y9t85jrh > li + li::before { content: "—"; }
.fic1r .y9t85jrh > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.fz5e52 .y9t85jrh > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.uhezhnqq  .y9t85jrh > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.kwd4    .y9t85jrh > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .mwfc .fy4fu,
  .vqrts .fy4fu,
  .gqan43 .fy4fu,
  .yt4t2f .fy4fu,
  .qy14 .fy4fu {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .mwfc .fy4fu::before,
  .vqrts .fy4fu::before,
  .gqan43 .fy4fu::before,
  .yt4t2f .fy4fu::before,
  .qy14 .fy4fu::before { content: ""; display: block; flex-shrink: 0; }

  
  .mwfc .fy4fu::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;
  }

  
  .vqrts .fy4fu::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;
  }

  
  .gqan43 .fy4fu::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;
  }

  
  .yt4t2f .fy4fu::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;
  }

  
  .qy14 .fy4fu::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) {
  .wbmq4uic .fy4fu {
    padding: 5px 14px;
  }
  .wbmq4uic .y9t85jrh {
    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;
  }
  .wbmq4uic .y9t85jrh li a {
    border-bottom: none; padding: 10px 22px;
  }
  .wbmq4uic .y9t85jrh li a:hover { background: var(--bg-raised); }
  .wbmq4uic .oixcmyaz,
  .vv51 .oixcmyaz,
  .vq4y .oixcmyaz { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .z8685h .fy4fu {
    padding: 5px 10px;
  }
  .z8685h .y9t85jrh {
    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);
  }
  .z8685h .y9t85jrh.x3zx4 { transform: translateX(0); }
  .z8685h .y9t85jrh li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .z8685h .y9t85jrh li:last-child a { border-bottom: none; }
  .ujzro .y9t85jrh,
  .vbs8jv0 .y9t85jrh { background: var(--accent) !important; }
  .ujzro .y9t85jrh li a,
  .vbs8jv0 .y9t85jrh li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .vq4y .fy4fu {
    padding: 5px 10px;
  }
  .vq4y .y9t85jrh {
    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);
  }
  .vq4y .y9t85jrh::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .vq4y .y9t85jrh.x3zx4 { transform: translateY(0); }
  .vq4y .y9t85jrh li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .r0hr9 .fy4fu {
    padding: 5px 10px;
  }
  .r0hr9 .y9t85jrh {
    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;
  }
  .r0hr9 .y9t85jrh.x3zx4 { opacity: 1; pointer-events: auto; }
  .r0hr9 .y9t85jrh li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .c6tk2k     .fy4fu { border-radius: 0 !important; }
  .ltaz   .fy4fu { border-radius: 8px !important; }
  .kf8m .fy4fu { border-radius: 50% !important; }
  .lnlurvt1   .fy4fu { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .rkvos87j .ewcsarjr { flex-direction: column; align-items: stretch; }
  .rkvos87j .ae72bbpk { flex-direction: row; min-width: auto; }
  .rkvos87j .sw7bcjck { align-items: flex-start; text-align: left; }
}
.rfeqsjsk,
.rfeqsjsk.vn4y22,
.rwjclgx .rfeqsjsk,
.kk83a .rfeqsjsk,
.bq2fni .rfeqsjsk,
.n8so5g9y .rfeqsjsk {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.lekt {
  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;
}
.xok4 { flex: 1 1 280px; min-width: 0; }
.oxf8blj {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.k1k5cje {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.ldaztfbb {
  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;
}
.ldaztfbb:hover { transform: translateY(-1px); opacity: 0.95; }
.zt9koui .lekt {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.zt9koui .oxf8blj { color: var(--cta); }
.zt9koui .k1k5cje { color: var(--text-body); }
.zt9koui .ldaztfbb {
  background: var(--cta) !important;
  color: #fff !important;
}
.wso6ef .lekt {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.wso6ef .oxf8blj { color: var(--text-primary); }
.wso6ef .k1k5cje { color: var(--text-body); }
.wso6ef .ldaztfbb {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .lekt {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .xok4 { flex: 0 0 auto; }
  .oxf8blj { font-size: 1.2rem; }
  .ldaztfbb { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.pq6j6p7q .hgs6gm { height: 36px; }
.cj0q8 .hgs6gm { height: 60px; max-width: 200px; }
.uilcend .hgs6gm { height: 56px; max-width: 180px; }
.qomnd    .rjt1u0, .qomnd    .r853qniw { color: #f59e0b; }
.dfsfo9n      .rjt1u0 { font-size: 1rem; letter-spacing: 1.5px; }
.dfsfo9n      .r853qniw   { font-size: 1.35rem; }
.k20b8l    .rjt1u0, .k20b8l    .r853qniw { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.a7bi6j     .rjt1u0, .a7bi6j     .r853qniw { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.b2rlvo .rjt1u0, .b2rlvo .r853qniw { color: var(--cta); letter-spacing: 2px; }
.cqycxvey   .rjt1u0, .cqycxvey   .r853qniw { color: #e91e63; letter-spacing: 2px; }
.fhas1w  .rjt1u0, .fhas1w  .r853qniw { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.sxxc1     .rjt1u0, .sxxc1     .r853qniw { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.co9iytu .gdr5uaxq + .gdr5uaxq {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.rzary3 .xztmwv1 { padding: 18px 24px; min-height: 68px; }
.s8ahw2cx .yphxu {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.s8ahw2cx .jfx9z {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.k2ip .gdr5uaxq {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.wu4piydy { counter-reset: cs-rank; }
.wu4piydy .xztmwv1 { counter-increment: cs-rank; }
.wu4piydy .xztmwv1::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;
}
.mw2dx .wu4piydy { counter-reset: cs-rank; gap: 0; }
.mw2dx .xztmwv1 {
  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;
}
.mw2dx .xztmwv1::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;
}
.mw2dx .galpeamy {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.mw2dx .yvw8v0 {
  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;
}
.mw2dx .bcpc { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.mw2dx .galpeamy { min-width: 0; flex-direction: column; width: 100%; }
.mw2dx .oqskr0 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.mw2dx .rjt1u0 { color: var(--cta, var(--accent)); }
.mw2dx .kob8dm2 { font-weight: 700; }
.mw2dx .gdr5uaxq {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.mw2dx .yphxu {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.mw2dx .jfx9z {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.mw2dx .sq5qcgjs .jfx9z { font-size: 1.3rem; color: var(--accent-light); }
.mw2dx .msqx81u {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.mw2dx .xztmwv1:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .mw2dx .wu4piydy {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .mw2dx .xztmwv1 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .mw2dx .xztmwv1 { padding: 40px 16px 20px; }
  .mw2dx .gdr5uaxq {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .mw2dx .msqx81u { width: 100%; min-width: 0; }
}
.vvq1oj4 .wu4piydy { counter-reset: cs-rank; gap: 10px; }
.vvq1oj4 .xztmwv1 {
  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);
}
.vvq1oj4 .xztmwv1::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);
}
.vvq1oj4 .galpeamy {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.vvq1oj4 .yvw8v0 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.vvq1oj4 .bcpc { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.vvq1oj4 .oqskr0 {
  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;
}
.vvq1oj4 .rjt1u0 { color: var(--cta, var(--accent)); }
.vvq1oj4 .gdr5uaxq {
  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;
}
.vvq1oj4 .yphxu {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.vvq1oj4 .jfx9z { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.vvq1oj4 .sq5qcgjs .jfx9z { color: var(--accent-light); }
.vvq1oj4 .msqx81u {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.vvq1oj4 .xztmwv1:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .vvq1oj4 .xztmwv1 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .vvq1oj4 .xztmwv1::before {
    position: absolute; top: 14px; left: 14px;
  }
  .vvq1oj4 .galpeamy {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .vvq1oj4 .oqskr0 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .vvq1oj4 .gdr5uaxq {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .vvq1oj4 .msqx81u { width: 100%; min-width: 0; }
  .vvq1oj4 .rjt1u0 { min-width: 0; }
}
.hl83 .xztmwv1::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.hzpi4 .k8ro {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.hzpi4 .k8ro summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.hzpi4 .k8ro p { padding: 0 2px 16px; }
.yi7n .k8ro { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.yi7n .k8ro summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.yi7n .k8ro summary::after { content: "›"; font-size: 1.2em; }
.yi7n .k8ro[open] summary::after { content: "‹"; }
.yi7n .k8ro p { padding: 10px 22px 4px; }
.ftego .k8ro {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ftego .k8ro summary { color: var(--text-primary); padding-left: 16px; }
.ftego .k8ro summary::after { content: "›"; font-size: 1.1em; }
.ftego .k8ro[open] summary::after { content: "‹"; }
.ftego .k8ro p { padding-left: 16px; }
.fs4b .wnlc { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.fs4b .k8ro {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.fs4b .k8ro:last-child { border-bottom: none; }
.fs4b .k8ro summary { color: var(--text-primary); border-radius: 0; }
.fs4b .k8ro summary::after { content: "›"; font-size: 1.1em; }
.fs4b .k8ro[open] summary::after { content: "‹"; }
.bx4xou .k8ro { overflow: hidden; }
.bx4xou .k8ro summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.bx4xou .k8ro summary::after { color: rgba(255,255,255,.75); }
.bx4xou .k8ro[open] summary { border-radius: 0; }
.tpf58g { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.cr70z {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.o0ifr {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.r0wwqss { color: var(--text-muted); font-size: 1.05rem; }
.gk93 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.kuf5 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.hud51w5o { margin-bottom: 20px; }
.bcjrt7wv {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.vx5kbma {
  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;
}
.vx5kbma:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.anryif { resize: vertical; min-height: 130px; }
.fuo5yba { width: 100%; margin-top: 8px; }
.p1x9czd {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.fe14r {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.b88l2k { color: var(--text-muted); line-height: 1.75; }
.lwxu { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.lwxu li { margin-bottom: 6px; }
.td8x4 { max-width: 760px; margin: 0 auto; }
.phyvv ul.lwxu { margin: 0; }
@media (max-width: 640px) { .wfjq8t1 { grid-template-columns: 1fr; gap: 10px; } }
.rkw7t { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.yt12e5 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.g3nqj { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.yt12e5 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.yt12e5 .lwxu { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .rkw7t { grid-template-columns: 1fr; } }
.c9lw { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.c9lw:hover .y4njc2p { color: var(--accent-light); text-decoration: underline; }
.tpperir { color: inherit; text-decoration: none; }
.tpperir:hover { color: var(--accent-light); text-decoration: underline; }
.zsfq { display: inline-block; line-height: 0; }
.vrycl0z { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.p3f1wx { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.p3f1wx:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.xydccek { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.p3f1wx p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.p3f1wx ul.lwxu { margin: 0; }
.gljg0z0 { color: var(--text-muted); line-height: 1.75; }
.xsyaa .lwxu,
.g4mh1 .lwxu,
.h3oe .lwxu,
.ug2tm .lwxu {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.xsyaa .p3f1wx,
.g4mh1 .p3f1wx { text-align: left; }
.xsyaa .xydccek,
.g4mh1 .xydccek { text-align: center; }
.ezk1 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.y2p8phus { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.yzhkb { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.iwe3 { margin-top: 12px; }
.d2wo { 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; }
.d2wo:hover { border-bottom-color: var(--accent-light); }
.jrec1bj7 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.jrec1bj7 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.huru { width: 200px; height: 200px; }
.wqbnks { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.a8j5 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.gh4eaooh { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .xhnhbc { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.nrn7eg .yzhkb, .nrn7eg .y2p8phus { max-width: 640px; }
.otzm97 .ezk1 { font-size: 1.6rem; margin-top: 18px; }
.b7dsmc9 .yzhkb { margin-bottom: 28px; }
@media (max-width: 860px) { .v67ln0x { grid-template-columns: 1fr; } .otzm97 { position: static; text-align: center; } }
.o7som7 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.vo9eqld4 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; text-align: center; }
.vo9eqld4 .jrec1bj7 { margin: 0 auto 18px; }
.vo9eqld4 .a8j5 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .o7som7 { grid-template-columns: 1fr; } }
.dau5 .ezk1 { font-size: 1.6rem; margin-bottom: 6px; }
.ug2tm .lwxu { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .dau5 { flex-direction: column; text-align: center; } .zxo1u { grid-template-columns: 1fr; } }
.kzxpo .ezk1 { font-size: 1.35rem; margin: 0 0 4px; }
.kzxpo .a8j5 { margin: 0; }
.y8sa {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.y8sa .o0ifr { color: var(--accent-light); }
.g3ve .o0ifr { font-size: 2rem; }
.g3ve .r0wwqss { max-width: 680px; }
.vlqpf0 .o0ifr { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.vlqpf0 .r0wwqss  { margin: 0; }
@media (max-width: 640px) { .vlqpf0 { flex-direction: column; } }
.xt6xm5 .o0ifr { color: var(--accent-light); }
.pdeny8 .o0ifr { color: #fff; }
.pdeny8 .r0wwqss  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .yl87y { grid-template-columns: 1fr; } }
.trwh .vx5kbma {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.trwh .vx5kbma:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.b367hf .vx5kbma { background: var(--bg-raised); border-color: transparent; }
.b367hf .vx5kbma:focus { background: var(--bg-card); border-color: var(--accent-light); }
.q7ey97o .vx5kbma { border-radius: 100px; padding: 11px 20px; }
.q7ey97o .anryif { border-radius: 14px; }
@media (max-width: 640px) { .j6nv { grid-template-columns: 1fr; } }
.k5q5{display:none}
.k5q5:empty,.az72ke2:empty{display:none}
.mdhcp{position:relative;overflow:visible}
.cuyprxa .x5i44inp,.ldkkhkyy .x5i44inp,
.hnmz33s .x5i44inp,.jmpyo8 .x5i44inp,
.fiq6ktja .x5i44inp,.dncgen4g .x5i44inp{display:block}
.wzmax .cud8mce3{display:block}
.cuyprxa .x5i44inp,.ldkkhkyy .x5i44inp,
.hnmz33s .x5i44inp,.jmpyo8 .x5i44inp,
.fiq6ktja .x5i44inp{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}
.cuyprxa .x5i44inp .az72ke2,.ldkkhkyy .x5i44inp .az72ke2,
.hnmz33s .x5i44inp .az72ke2,.jmpyo8 .x5i44inp .az72ke2,
.fiq6ktja .x5i44inp .az72ke2{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}
.cuyprxa .bubwrzt,.ldkkhkyy .bubwrzt,
.hnmz33s .bubwrzt,.jmpyo8 .bubwrzt,
.fiq6ktja .bubwrzt{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.cuyprxa .x5i44inp,.ldkkhkyy .x5i44inp{top:12px}
.cuyprxa .x5i44inp .az72ke2{margin-right:auto}
.ldkkhkyy .x5i44inp .az72ke2{margin-left:auto}
.ldkkhkyy .x5i44inp{text-align:right}
.hnmz33s .x5i44inp,.jmpyo8 .x5i44inp{bottom:12px}
.hnmz33s .x5i44inp .az72ke2{margin-right:auto}
.jmpyo8 .x5i44inp .az72ke2{margin-left:auto}
.jmpyo8 .x5i44inp{text-align:right}
.fiq6ktja .x5i44inp{position:relative;margin-top:16px}
.fiq6ktja .x5i44inp .az72ke2{margin:0 auto}
.dncgen4g .x5i44inp{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.dncgen4g .x5i44inp .az72ke2{margin:0}
.dncgen4g .pzsril9i~.x5i44inp,
.dncgen4g .e9eq50~.x5i44inp{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.dncgen4g .pzsril9i~.x5i44inp .az72ke2,
.dncgen4g .e9eq50~.x5i44inp .az72ke2{justify-content:flex-start}
.pzsril9i~.x5i44inp,.e9eq50~.x5i44inp{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}
.pzsril9i~.x5i44inp .az72ke2{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.e9eq50~.x5i44inp .az72ke2{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.cud8mce3 .az72ke2{margin:0 0 12px}
.az72ke2{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.i2g0z9{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.y4njc2p{font-weight:600;color:var(--text-heading);opacity:1}
.wz6kau19::before{content:"·";margin:0 2px;opacity:.5}
.bubwrzt{white-space:nowrap}
.gau1ztv .i2g0z9{display:none}
.b1x461y .bubwrzt{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.b1x461y .wz6kau19::before{content:""}
.qjdqq .bubwrzt{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}
.qjdqq .wz6kau19::before{content:""}
.paz48s5 .az72ke2{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.cvsv0hkf .bubwrzt{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.cvsv0hkf .wz6kau19::before{content:""}
.c7v9 .bubwrzt{color: var(--accent-light);opacity:1;font-weight:500}
.loc851m .bubwrzt{border-bottom:1px solid currentColor;padding-bottom:2px}
.j5w5a6 .az72ke2{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.g9f19v2{--date-bg:var(--accent-bg-light)}
.kngsna .wz6kau19::before{content:""}
.c9j3gfv .wz6kau19::before{content:"•";opacity:.4}
.c9j3gfv .bubwrzt + .bubwrzt::before{content:"•";margin-right:6px;opacity:.4}
.kq9v5 .wz6kau19::before{content:"/";opacity:.35}
.kq9v5 .bubwrzt + .bubwrzt::before{content:"/";margin-right:6px;opacity:.35}
.l1vxo .wz6kau19::before{content:"|";opacity:.3}
.l1vxo .bubwrzt + .bubwrzt::before{content:"|";margin-right:6px;opacity:.3}
.b2lb .wz6kau19::before{content:"—";opacity:.3}
.b2lb .bubwrzt + .bubwrzt::before{content:"—";margin-right:6px;opacity:.3}
.ihn7v .wz6kau19::before{content:"◆";font-size:.5em;opacity:.35}
.ihn7v .bubwrzt + .bubwrzt::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.a7oo .wz6kau19::before{content:"·";opacity:.4}
.a7oo .bubwrzt + .bubwrzt::before{content:"·";margin-right:6px;opacity:.4}
.r3rhvdn .wz6kau19::before{content:"›";opacity:.4}
.r3rhvdn .bubwrzt + .bubwrzt::before{content:"›";margin-right:6px;opacity:.4}
.ehd4rc .wz6kau19::before{content:"→";opacity:.35;font-size:.85em}
.ehd4rc .bubwrzt + .bubwrzt::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.gzx7vr{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.qc6u2{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.nxxwih{display:flex;flex-direction:column;gap:3px}
.ixoapn0{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.urslaaak{font-weight:700;font-size:1rem;color:var(--text-heading)}
.deaa0cz{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.rl8b .gzx7vr{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.l1vib0k .gzx7vr{border-top:3px solid var(--accent);padding-top:18px}
.yjioqe9 .gzx7vr{border-left:3px solid var(--accent);border-radius:0}
.zcukou .gzx7vr{padding:20px 0}
@media(max-width:640px){
  .gzx7vr{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .deaa0cz{max-width:100%}
}
.flg6g8fl .sx9wz2w{margin:0}
@media (max-width:560px){
  .vgcb2sr{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) {
  .sfq8081 { padding: 28px 18px 20px; }
  .bit4l8 { font-size: 1.2rem; }
  .iakfs040 { max-width: 220px; max-height: 80px; }
}
.dkb2 {
  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);
}
.m0mp {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.aa8q  .dkb2 { border-radius: 50%; }
.s057f  .dkb2 { border-radius: 6px; }
.r62o04 .dkb2 { border-radius: 22px; }
.r9scjmy .lekt {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .dkb2 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.oh1xq .vn4y22 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.oh1xq .gvpz {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.oh1xq .lekt {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.pai3trha .vn4y22,
.pai3trha .gvpz {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.pai3trha .lekt {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .pai3trha { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .pai3trha .lekt {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .pai3trha .k1k5cje { display: none !important; }
  .pai3trha .oxf8blj { font-size: 1.1rem !important; }
  .pai3trha .dkb2 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .yfxl3k { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .rar947qf { flex-direction: row-reverse; }
[dir="rtl"] .y9t85jrh { flex-direction: row-reverse; }
[dir="rtl"] .fzbr8 .z7pfwqx { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .fzbr8 .z7pfwqx { right: auto; left: 20px; }
  [dir="rtl"] .sy6o5  .z7pfwqx { left: auto;  right: 20px; }
}
[dir="rtl"] .c5jnnj .jzxpybl  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .c4f8vei .jzxpybl { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .gubdi3, [dir="rtl"] .d2dl8z { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .yufmz { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .qccn9u9j { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .ipmhrm { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .lekt { direction: rtl; }
[dir="rtl"] .dkb2 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .xztmwv1,
[dir="rtl"] .xhq6 { direction: rtl; }
[dir="rtl"] .hedu { direction: rtl; }
[dir="rtl"] .y28uitwk { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .ar129u .d2dl8z,
[dir="rtl"] .p62zkj .d2dl8z,
[dir="rtl"] .one0lzuk .d2dl8z,
[dir="rtl"] .um6nnx .d2dl8z {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .ar129u .d2dl8z li::before,
[dir="rtl"] .p62zkj .d2dl8z li::before,
[dir="rtl"] .one0lzuk .d2dl8z li::before,
[dir="rtl"] .um6nnx .d2dl8z li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .s0jixa5i.dqv9 .qh6g,
[dir="rtl"] .n59h9.dqv9 .qh6g,
[dir="rtl"] .xlxq.dqv9 .qh6g,
[dir="rtl"] .aqb5.dqv9 .qh6g,
[dir="rtl"] .dmdnv4pr.dqv9 .qh6g { text-align: right; }
[dir="rtl"] .pzsril9i.u5ip5 .otgu3z { text-align: center; }
[dir="rtl"] .gvpz,
[dir="rtl"] .r4a1,
[dir="rtl"] .dtv02x,
[dir="rtl"] .qh6g { text-align: right; }
[dir="rtl"] .kuf5,
[dir="rtl"] .bcjrt7wv,
[dir="rtl"] .yzhkb,
[dir="rtl"] .vx5kbma,
[dir="rtl"] .anryif { text-align: right; direction: rtl; }
[dir="rtl"] .q7ey97o .vx5kbma,
[dir="rtl"] .trwh .vx5kbma { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #5e1f7d;
  --brand:           #5e1f7d;
  --brand-light:     #4c2062;
  --brand-pale:      #67367f;
  --grad-start:      #9531c6;
  --grad-end:        #ab67cd;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #5e1f7d;
  --cta-light:       #46145f;
  --cta-hover:       #39124b;
  --bg-page:         #f7f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f5;
  --bg-raised:       #f0eef1;
  --bg-hover:        #f5f3f5;
  --border:          #e6e2e8;
  --border-alt:      #d8d0db;
  --border-section:  #e6e2e8;
  --text-primary:    #1a171b;
  --text-muted:      #5b525f;
  --text-body:       #342f36;
  --text-sub:        #4e4652;
  --text-faint:      #827688;
  --text-dim:        #9b91a0;
  --text-label:      #685e6d;
  --text-value:      #413b44;
  --accent-bg:       #ece4f0;
  --accent-bg-light: #e0cce9;
  --bg-tip:          #f0f9f7;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f2f9;
  --bg-pros:         #f0f9f7;
  --bg-cons:         #faf3f5;
  --c-pros:          #168c77;
  --c-cons:          #9f213b;
  --c-pros-label:    #1aa68d;
  --c-tip-border:    #1db89c;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #168c77;
}
:root { --logo-bg-opacity: 68%; }
body, button, input { font-family: system-ui, -apple-system, sans-serif; }
.wvaft .rxhs92ax { font-size: 0; width: 1.2rem; flex-shrink: 0; }.wvaft .rxhs92ax::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.wvaft .phyuauhy     .rxhs92ax::before { content: "";  color: var(--c-tip-border); }.wvaft .fqdyy .rxhs92ax::before { content: ""; color: var(--c-warn-border); }.wvaft .kq1q    .rxhs92ax::before { content: ""; color: #60a5fa; }.bv5v6mw .wvaft .phyuauhy     .rxhs92ax::before { color: #10b981; }.bv5v6mw .wvaft .fqdyy .rxhs92ax::before { color: #f43f5e; }.bv5v6mw .wvaft .kq1q    .rxhs92ax::before { color: #a855f7; }.fzgt4e  .wvaft .phyuauhy     .rxhs92ax::before { color: #eab308; }.fzgt4e  .wvaft .fqdyy .rxhs92ax::before { color: #ef4444; }.fzgt4e  .wvaft .kq1q    .rxhs92ax::before { color: #f97316; }.qt0d  .wvaft .phyuauhy     .rxhs92ax::before { color: #38bdf8; }.qt0d  .wvaft .fqdyy .rxhs92ax::before { color: #818cf8; }.qt0d  .wvaft .kq1q    .rxhs92ax::before { color: #2dd4bf; }.avq64 .wvaft .rxhs92ax::before { color: var(--accent-light) !important; }
.fvtqj .ubdi li::before, .fvtqj .rsy21k 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; }.fvtqj .ubdi li::before { content: ""; }.fvtqj .rsy21k li::before { content: ""; }.fvtqj .ux28c5d1::before, .fvtqj .h7d8s4g::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.fvtqj .ux28c5d1::before { content: ""; }.fvtqj .h7d8s4g::before { content: ""; }
.p1i7rq .hm464dj, .p1i7rq .pzsril9i { min-height: 420px; }
.uxu9::before { content: '›'; font-size: 1.1em; }