:root {
  --color-accent: #116c0b;
  --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;
}
.o18rj {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.zw7e {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.b12h1 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.pc602 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.b9s3mp { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.b9s3mp a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.b9s3mp a:hover { color: var(--accent-light); }
.lov8uxkr     .pgd8rdf { border-radius: 6px; }
.lov8uxkr .pgd8rdf li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.lov8uxkr .pgd8rdf li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.iaowko .pgd8rdf li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .pgd8rdf {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ulnu87:hover .pgd8rdf,
  .ulnu87:focus-within .pgd8rdf { display: block; }
  .pgd8rdf li a { padding: 8px 16px; font-size: 0.88rem; }
}
.yc6n6zpd {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.s3jz { display: none; }
@media (max-width: 640px) {
  .s3jz {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .s3jz.qmo4bbw { display: block; }
}
@media (max-width: 640px) {
  .yc6n6zpd { display: block; }
  .b9s3mp > li + li::before { display: none !important; }
  .b9s3mp {
    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;
  }
  .b9s3mp.qmo4bbw { display: flex; }
  .b9s3mp li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .b9s3mp li:last-child a { border-bottom: none; }
}
.bmnkt { min-height: 480px; }
.ix5em {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ahooog { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.xbvdobeo .ahooog { margin-left: 0; margin-right: 0; }
.tozipe6d {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.tpm4gar6 {
  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%);
}
.tozipe6d .pf64t {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.tozipe6d .ix5em { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.tozipe6d .ahooog { color: #e2e8f0; }
.tozipe6d.m9isd .pf64t { text-align: center; }
.tozipe6d.xbvdobeo   .pf64t { text-align: left; }
.z36h .pf64t {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.z36h .ix5em { color: var(--text-primary); text-shadow: none; }
.z36h .ahooog { color: var(--text-muted); }
.z36h, .z36h.bmnkt { min-height: auto !important; }
.z36h.m9isd .pf64t { text-align: center; }
.z36h.xbvdobeo   .pf64t { text-align: left; }
.z36h~.gfou5{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}
.z36h~.gfou5 .apoujih{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}
.wv7b5 {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.hgx550ok .wv7b5,
.hgx550ok .wv7b5::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.bzbf4wo .wv7b5,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.m0zu .wv7b5,
.m0zu .tozipe6d .tpm4gar6 {
  overflow: hidden;
}
.m0zu .wv7b5::after,
.m0zu .tozipe6d .tpm4gar6::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%); }
}
.r73sh .wv7b5,
.r73sh .wv7b5::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); }
}
.r73sh .tozipe6d .tpm4gar6 {
  overflow: hidden;
}
.r73sh .tozipe6d .tpm4gar6::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;
}
.jfylo8 .wv7b5,
.jfylo8 .tozipe6d .tpm4gar6 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.hgx550ok .tozipe6d .tpm4gar6 {
  overflow: hidden;
}
.hgx550ok .tozipe6d .tpm4gar6::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;
}
.bzbf4wo .tozipe6d .tpm4gar6 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.wv7b5 .tpm4gar6 {
  background: none;
}
.wv7b5 .ix5em { color: #fff; }
.wv7b5 .ahooog { color: rgba(255,255,255,0.85); }
.cfm1cbnt .ix5em { text-shadow: none; color: var(--text-primary); }
.cfm1cbnt .ahooog { color: var(--text-muted); }
body.l2zclj .ix5em {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.emosk0 .ix5em {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.bmnkt.wv7b5 .ix5em,
section.wv7b5 .ix5em {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.cfm1cbnt.xbvdobeo   .c7tc { align-items: flex-start; text-align: left; }
.bmnkt .bayy9q {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.bayy9q .snpcbl3 {
  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;
}
.bayy9q .snpcbl3::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.bayy9q .e0k7g { display: contents !important; }
.bayy9q .e0k7g .er97a8 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.bayy9q .e0k7g .m7wxifg { max-height: 48px; max-width: 96px; }
.bayy9q .e0k7g .nw1475 {
  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;
}
.bayy9q .l8i5vrq7 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.bayy9q .x9pnt { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.bayy9q .mfq7al6 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.bayy9q .mfq7al6 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.bayy9q .g2zhbp { display: contents !important; }
.bayy9q .g2zhbp .eulc0:not(.rxivhx50) { display: none !important; }
.bayy9q .g2zhbp .rxivhx50 {
  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;
}
.bayy9q .g2zhbp .rxivhx50 .jm5h {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.bayy9q .g2zhbp .rxivhx50 .f1qnws {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.bayy9q .z5s2x3kj { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.bayy9q .z5s2x3kj.g7y7 {
  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;
}
.bayy9q .z5s2x3kj.g7y7:hover { opacity: 0.85; }
.bayy9q .snpcbl3,
.bayy9q .snpcbl3:hover,
.bayy9q .snpcbl3:nth-child(even),
.bayy9q .snpcbl3:nth-child(odd),
.bayy9q .snpcbl3:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.ytpwq { padding-bottom: 0; }
.ytpwq .pf64t { padding-bottom: 24px; }
.yk1g1ee {
  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;
}
.d1ix9yu .pf64t { max-width: 1100px; }
@media (max-width: 700px) {
  .cfm1cbnt { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .cfm1cbnt:not(.iu29c2) .kbbk3 { display: none !important; }
  .iu29c2 .kbbk3 { padding: 16px; }
  .c7tc  { padding: 36px 24px; }
  .cfm1cbnt~.gfou5,.abvrpp~.gfou5{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .bmnkt, .cfm1cbnt { min-height: 320px !important; }
  .ix5em { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .yk1g1ee,
  .vt2t78jj,
  .nr8uzv { grid-template-columns: 1fr !important; }

  

  
  .ytpwq { display: flex !important; flex-direction: column !important; }
  .ytpwq .pf64t { display: contents; }
  .ytpwq .tpm4gar6 { order: 0; }
  .ytpwq .ix5em { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ytpwq .yk1g1ee { order: 2; padding: 0 16px 12px !important; }
  .ytpwq .ahooog { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .d1ix9yu .pf64t { display: flex; flex-direction: column; }
  .d1ix9yu .pf64t .ix5em { order: 1; }
  .d1ix9yu .pf64t .nr8uzv { order: 2; margin: 8px 0 24px !important; }
  .d1ix9yu .pf64t .ahooog { order: 3; }
  .d1ix9yu .pf64t .hw2n { order: 4; align-self: center; margin-top: 0; }

  
  .cfm1cbnt.iu29c2 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .cfm1cbnt.iu29c2 .c7tc { display: contents; padding: 0; }
  .cfm1cbnt.iu29c2 .c7tc .ix5em { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .cfm1cbnt.iu29c2 .kbbk3 { order: 2; padding: 12px 16px; }
  .cfm1cbnt.iu29c2 .c7tc .ahooog { order: 3; padding: 0 24px; margin: 0 auto; }
  .cfm1cbnt.iu29c2 .c7tc .hw2n { order: 4; align-self: center; margin: 8px 0 32px; }
}
.slvw { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.kob643 { width: 100%; height: auto; display: block; border-radius: 10px; }
.qpiq .slvw        { border-radius: 16px; }
.qpiq .kob643  { border-radius: 16px; }
.o898 .slvw         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.o898 .kob643   { border-radius: 8px; }
.g3jf89 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.iizan63p { width: 100%; padding: 32px 0; position: relative; }
.lg9zcyh5 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.tslcm3uz .iizan63p:nth-child(even) { background: var(--bg-surface); }
.tslcm3uz .iizan63p:nth-child(odd)  { background: var(--bg-page); }
.qkmm .iizan63p:nth-child(even) { background: var(--bg-card); }
.qkmm .iizan63p:nth-child(odd)  { background: var(--bg-page); }
.tslcm3uz .iizan63p:nth-child(odd)  .lg9zcyh5 { background: var(--bg-card); border-radius: 6px; }
.tslcm3uz .iizan63p:nth-child(even) .lg9zcyh5 { background: var(--bg-raised); border-radius: 6px; }
.qkmm .iizan63p:nth-child(odd)  .lg9zcyh5 { background: var(--bg-card); border-radius: 6px; }
.qkmm .iizan63p:nth-child(even) .lg9zcyh5 { background: var(--bg-raised); border-radius: 6px; }
.tslcm3uz .iizan63p:nth-child(even) .kwxfw4 .ywstlfh8,
.qkmm .iizan63p:nth-child(even) .kwxfw4 .ywstlfh8 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.tslcm3uz .iizan63p:nth-child(odd) .kwxfw4 .ywstlfh8,
.qkmm .iizan63p:nth-child(odd) .kwxfw4 .ywstlfh8 { background: var(--bg-card-inner); }
.tslcm3uz .iizan63p:nth-child(even) .zs18bfh .ywstlfh8:nth-child(odd),
.qkmm .iizan63p:nth-child(even) .zs18bfh .ywstlfh8:nth-child(odd)  { background: var(--bg-card); }
.tslcm3uz .iizan63p:nth-child(even) .zs18bfh .ywstlfh8:nth-child(even),
.qkmm .iizan63p:nth-child(even) .zs18bfh .ywstlfh8:nth-child(even) { background: var(--bg-card-inner); }
h1.qsvg { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.qsvg {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.rgykw7vo { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.txpvh3 h2.qsvg {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.fzoy5 h2.qsvg {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.q3s9 h2.qsvg {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.dlt8i4 h2.qsvg::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.msxo h2.qsvg {
  color: var(--text-primary); font-size: 1.7rem;
}
.bar3 h2.qsvg::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.f2ggejb h2.qsvg {
  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) { .b92awugj { display: none; } }
.lrd6i { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.c8d3a3 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ghebt5 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.zb5f15 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.mn1w9h { padding-left: 20px; }
.mn1w9h li { margin-bottom: 6px; }
.mn1w9h a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.mn1w9h a:hover { color: var(--accent-light); }
.zvdwm5w7 .zb5f15 { display: none; }
.lusix53 .zb5f15 { display: none; }
.lusix53 .mn1w9h { padding-left: 0; list-style: none; }
.lusix53 .mn1w9h li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.lusix53 .mn1w9h a { font-size: 0.92rem; }
.kt11qcps .ghebt5 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.kt11qcps .zb5f15 { display: none; }
.kt11qcps .mn1w9h { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.kt11qcps .mn1w9h li { margin-bottom: 0; }
.kt11qcps .mn1w9h 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;
}
.kt11qcps .mn1w9h a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.fggse7yv .ghebt5 { padding: 20px 20px 16px; }
.fggse7yv .mn1w9h {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.fggse7yv .mn1w9h li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.fggse7yv .mn1w9h 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;
}
.fggse7yv .mn1w9h 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;
}
.fggse7yv .mn1w9h a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.fggse7yv .mn1w9h a:focus,
.fggse7yv .mn1w9h a:focus-visible,
.fggse7yv .mn1w9h a:target { outline: none; }
.fggse7yv .mn1w9h li:target a { border-color: var(--border); color: var(--text-muted); }
.rhir43dn .ghebt5 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.rhir43dn .zb5f15 { display: none; }
.rhir43dn .mn1w9h { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.rhir43dn .mn1w9h li { counter-increment: toc-n; margin-bottom: 0; }
.rhir43dn .mn1w9h 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;
}
.rhir43dn .mn1w9h 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;
}
.rhir43dn .mn1w9h a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.my8jr .ghebt5 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.my8jr .zb5f15 { display: none; }
.my8jr .mn1w9h { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.my8jr .mn1w9h li { margin-bottom: 0; }
.my8jr .mn1w9h 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;
}
.my8jr .mn1w9h a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.xh7seapv .ghebt5 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.xh7seapv .zb5f15 { display: none; }
.xh7seapv .mn1w9h { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.xh7seapv .mn1w9h li { margin-bottom: 0; }
.xh7seapv .mn1w9h li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.xh7seapv .mn1w9h li:last-child::after { content: ""; margin-right: 0; }
.xh7seapv .mn1w9h a { font-size: 0.9rem; }
.ywstlfh8 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.kwxfw4 .ywstlfh8 { background: var(--bg-card); }
.zs18bfh .ywstlfh8:nth-child(odd)  { background: var(--bg-card); }
.zs18bfh .ywstlfh8:nth-child(even) { background: var(--bg-raised); }
.s9hus .ywstlfh8 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.s9hus .ywstlfh8:last-child { border-bottom: none; }
.s9hus h3.rgykw7vo { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.cwcz5 .ywstlfh8 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.cwcz5 .ywstlfh8 + .ywstlfh8 { margin-top: 4px; }
.nwgc51 .ywstlfh8 { background: none; border-radius: 0; padding: 12px 0; }
.nwgc51 .ywstlfh8 + .ywstlfh8 { border-top: 1px solid var(--border-section); }
.l0epx { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.cf7jhrm4 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.z9av8k { color: var(--text-body); margin-bottom: 10px; }
.agr21x, .q4o7sk { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.agr21x li, .q4o7sk li { margin-bottom: 6px; }
.q4o7sk li { list-style: decimal; }
.rxve1h3     .agr21x { list-style-type: "● "; }
.c8l9s  .agr21x { list-style-type: "■ "; }
.tmp7aqdx .agr21x { list-style-type: "◆ "; }
.sle7yj7    .agr21x { list-style-type: "★ "; }
.rxve1h3     .nt1r7hk { list-style-type: "● "; }
.c8l9s  .nt1r7hk { list-style-type: "■ "; }
.tmp7aqdx .nt1r7hk { list-style-type: "◆ "; }
.sle7yj7    .nt1r7hk { list-style-type: "★ "; }
.rxve1h3    .agr21x li::marker, .rxve1h3    .nt1r7hk li::marker,
.c8l9s .agr21x li::marker, .c8l9s .nt1r7hk li::marker,
.tmp7aqdx .agr21x li::marker, .tmp7aqdx .nt1r7hk li::marker,
.sle7yj7   .agr21x li::marker, .sle7yj7   .nt1r7hk li::marker {
  color: var(--cta); font-size: 1em;
}
.rxve1h3 .q4o7sk,
.c8l9s .q4o7sk,
.tmp7aqdx .q4o7sk,
.sle7yj7 .q4o7sk {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.rxve1h3 .q4o7sk li,
.c8l9s .q4o7sk li,
.tmp7aqdx .q4o7sk li,
.sle7yj7 .q4o7sk li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.rxve1h3 .q4o7sk li::before,
.c8l9s .q4o7sk li::before,
.tmp7aqdx .q4o7sk li::before,
.sle7yj7 .q4o7sk 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;
}
.rxve1h3     .q4o7sk li::before { border-radius: 50%; }
.c8l9s  .q4o7sk li::before { border-radius: 3px; }
.tmp7aqdx .q4o7sk li::before { border-radius: 3px; }
.sle7yj7    .q4o7sk li::before { border-radius: 50%; }
.qm98ri82 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.d1uwvqy .qm98ri82,
.bfa6ia2q .qm98ri82 { background: transparent; border: none; border-radius: 0; }
.p5p7b { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.p5p7b th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.p5p7b td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.p5p7b tr:hover td { background: var(--bg-hover); }
.ymzw9k1l .p5p7b tbody tr:nth-child(even) td { background: var(--bg-surface); }
.cpcjl .p5p7b { border: 1px solid var(--border-alt); }
.cpcjl .p5p7b th,
.cpcjl .p5p7b td { border: 1px solid var(--border-alt); }
.hwvsn8q .p5p7b th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.hwvsn8q .p5p7b td { border-bottom: none; }
.hwvsn8q .p5p7b tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.y6x5l0 .p5p7b th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.n24kuot .qm98ri82 {
  overflow: hidden;
}
.n24kuot .p5p7b th { border-bottom: 1px solid var(--border-alt); }
.n24kuot .p5p7b tr:last-child td { border-bottom: none; }
.n6kz { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.dail2 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.y6uw7 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ag7tmh { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.opysn { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.nt1r7hk { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.nt1r7hk li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.t7wz4x .ag7tmh { background: transparent; text-align: center; }
.f832 .y6uw7 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.uenklfpx .y6uw7 {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: 3px solid var(--accent-bg);
}
.lznia .dail2 { display: grid; grid-template-columns: auto 1fr; }
.lznia .y6uw7 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.lznia .ag7tmh { grid-column: 2; }
.lznia .opysn,
.lznia .nt1r7hk { grid-column: 1 / -1; }
.e535u4 .dail2 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.e535u4 .y6uw7 {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.e535u4 .ag7tmh { grid-column: 2; }
.e535u4 .opysn,
.e535u4 .nt1r7hk { grid-column: 1 / -1; }
.v4z3 .dail2 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.v4z3 .ag7tmh { background: none; color: var(--accent-light); font-weight: 700; }
.afh5i4b .dail2 { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.afh5i4b .ag7tmh { background: none; color: var(--accent-light); font-weight: 700; }
.fhfpdvza .dail2 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.fhfpdvza .dail2:last-child { border-bottom: none; }
.fhfpdvza .ag7tmh { background: none; color: var(--accent-light); font-weight: 700; }
.fwlkp2 .dail2 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.fwlkp2 .ag7tmh { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.jx4qz .n6kz { counter-reset: card-n; }
.jx4qz .dail2  { counter-increment: card-n; }
.jx4qz .ag7tmh { display: flex; align-items: center; gap: 10px; }
.jx4qz .ag7tmh::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.cqwiqq .dail2 { background: var(--bg-surface); border: 1px solid var(--border); }
.cqwiqq .ag7tmh { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.zgmgvzo { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.zgmgvzo         { --cl-hue: var(--accent); }
.r97y7 { --cl-hue: #ea580c; }
.sa5gbdzx    { --cl-hue: #2563eb; }
.jav4sc, .r97y7, .sa5gbdzx, .g15sxk {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.p9p31 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.p9p31::before { color: var(--cl-hue); }
.zgmgvzo strong { color: var(--text-primary); font-size: 0.95rem; }
.zgmgvzo p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.nrui98b9 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.aft3vv, .z5ijm { border-radius: 8px; padding: 14px; }
.aft3vv { background: var(--bg-pros); }
.z5ijm { background: var(--bg-cons); }
.xzhhyar3 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.aft3vv .xzhhyar3 { color: var(--c-pros-label); }
.z5ijm .xzhhyar3 { color: #f87171; }
.aft3vv ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.z5ijm ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.kob643 { width: 100%; height: auto; border-radius: 10px; display: block; }
.g7y7 {
  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;
}
.g7y7:hover { opacity: 0.85; }
.pdseh .g7y7  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.pdseh .g7y7:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.wyr79v4 .g7y7  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.wyr79v4 .g7y7:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.pdseh .z5s2x3kj.g7y7, .wyr79v4 .z5s2x3kj.g7y7,
.pdseh .ecd7o7bw .g7y7, .wyr79v4 .ecd7o7bw .g7y7 {
  background: var(--cta); border: none; color: #fff;
}
.pdseh .z5s2x3kj.g7y7:hover, .wyr79v4 .z5s2x3kj.g7y7:hover,
.pdseh .ecd7o7bw .g7y7:hover, .wyr79v4 .ecd7o7bw .g7y7:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.zjlq .g7y7  { border-radius: 50px; }
.i3pu .g7y7 { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.i3pu .g7y7:hover { filter: brightness(1.08); opacity: 1; }
.xgfie .g7y7 { box-shadow: 0 3px 14px -2px var(--cta); }
.xgfie .g7y7:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.nh63alz6 .g7y7 { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.nh63alz6 .g7y7:hover { opacity: 1; }
.nh63alz6 .g7y7:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.i2fsc6 .g7y7 { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.i2fsc6 .g7y7:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.i2fsc6 .g7y7:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.t2kv38 .g7y7 { position: relative; overflow: hidden; }
.t2kv38 .g7y7::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;
}
.t2kv38 .g7y7:hover::before { left: 135%; }
.ho73rn1 .g7y7 { border-radius: 0; }
.q5ycl4w .g7y7  { padding-left: 12px; padding-right: 12px; }
.ke1i5 .g7y7  { padding-left: 24px; padding-right: 24px; }
.upy47 .g7y7  { padding-left: 32px; padding-right: 32px; }
.qh1j   .hw2n::after, .qh1j   .g7y7::after,
.piwg .hw2n::after, .piwg .g7y7::after,
.s6zig6    .hw2n::after, .s6zig6    .g7y7::after,
.uxzf2t    .hw2n::after, .uxzf2t    .g7y7::after,
.hiiavk    .hw2n::after, .hiiavk    .g7y7::after,
.msluy     .hw2n::after, .msluy     .g7y7::after,
.jxel8hxi    .hw2n::after, .jxel8hxi    .g7y7::after,
.m9ov   .hw2n::after, .m9ov   .g7y7::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;
}
.qh1j .hw2n::after, .qh1j .g7y7::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");
}
.piwg .hw2n::after, .piwg .g7y7::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");
}
.s6zig6 .hw2n::after, .s6zig6 .g7y7::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");
}
.uxzf2t .hw2n::after, .uxzf2t .g7y7::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");
}
.hiiavk .hw2n::after, .hiiavk .g7y7::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");
}
.msluy .hw2n::after, .msluy .g7y7::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");
}
.jxel8hxi .hw2n::after, .jxel8hxi .g7y7::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");
}
.m9ov .hw2n::after, .m9ov .g7y7::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");
}
.om5x1ji   .xth69v4::after, .om5x1ji   .qfbbj::after,
.thy2t .xth69v4::after, .thy2t .qfbbj::after,
.nyyq59    .xth69v4::after, .nyyq59    .qfbbj::after,
.zolm    .xth69v4::after, .zolm    .qfbbj::after,
.s1bh    .xth69v4::after, .s1bh    .qfbbj::after,
.nbfhy     .xth69v4::after, .nbfhy     .qfbbj::after,
.g85g03    .xth69v4::after, .g85g03    .qfbbj::after,
.zh2i   .xth69v4::after, .zh2i   .qfbbj::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;
}
.om5x1ji .xth69v4::after, .om5x1ji .qfbbj::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");
}
.thy2t .xth69v4::after, .thy2t .qfbbj::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");
}
.nyyq59 .xth69v4::after, .nyyq59 .qfbbj::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");
}
.zolm .xth69v4::after, .zolm .qfbbj::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");
}
.s1bh .xth69v4::after, .s1bh .qfbbj::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");
}
.nbfhy .xth69v4::after, .nbfhy .qfbbj::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");
}
.g85g03 .xth69v4::after, .g85g03 .qfbbj::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");
}
.zh2i .xth69v4::after, .zh2i .qfbbj::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");
}
.ez7k5ob {
  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;
}
.snpcbl3 {
  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;
}
.snpcbl3 > * { min-width: 0; }
.snpcbl3:hover { background: var(--bg-hover); }
.snpcbl3 > [itemprop="item"] { display: contents; }
.snpcbl3 [itemprop="itemReviewed"],
.snpcbl3 [itemprop="reviewRating"] { display: none; }
.snpcbl3::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;
}
.e0k7g {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.er97a8 {
  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;
}
.m7wxifg { max-height: 52px; max-width: 110px; object-fit: contain; }
.nw1475 {
  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;
}
.kk5486ef .er97a8    { background: #1a1a1a; }
.ji5e .er97a8   { background: rgba(128,128,128,.12); }
.tyh27eld .er97a8 { background: var(--bg-raised); }
.co99 .er97a8    { background: transparent; padding: 0; }
.l8i5vrq7 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.x9pnt { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.mfq7al6 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.g2zhbp {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.eulc0 {
  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;
}
.jm5h {
  
  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%;
}
.f1qnws {
  
  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;
}
.z5s2x3kj {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.z5s2x3kj.g7y7 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .snpcbl3 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .snpcbl3::before    { grid-area: rank;   }
  .e0k7g           { grid-area: ident;  }
  .l8i5vrq7     { grid-area: rating; min-width: 0; width: auto; }
  .g2zhbp           { grid-area: pills;  }
  .z5s2x3kj             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .snpcbl3 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .snpcbl3::before    { justify-self: center; }
  .e0k7g           { width: 100%; }
  .l8i5vrq7     { justify-self: center; }
  .g2zhbp           { grid-template-columns: 1fr; }
}
@media (max-width: 560px) { .outypt { padding: 10px 16px; gap: 6px 16px; } }
.ecd7o7bw .g7y7 { white-space: nowrap; }
@media (max-width: 560px) {
  .r739x6l { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .y7r98ob { order: 1; }
  .ecd7o7bw { order: 2; margin-left: auto; align-self: center; }
  .t99t6 { order: 3; flex: 1 1 100%; min-width: 0; }
}
@media (min-width: 860px) {
  .i70dz .q9iew0e5 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .i70dz .x2utv { margin: 0; }
}
.g72kp .r739x6l { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.g72kp .t99t6 h3 { color: var(--accent-light); }
.g72kp .y7r98ob { background: var(--bg-page); border: 1px solid var(--border); }
.bfa6ia2q .nrui98b9 { gap: 10px; }
.bfa6ia2q .aft3vv, .bfa6ia2q .z5ijm { padding: 12px; }
.bfa6ia2q .aft3vv ul, .bfa6ia2q .z5ijm ul { margin: 4px 0 0; padding-left: 18px; }
.bfa6ia2q .aft3vv li, .bfa6ia2q .z5ijm li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .nigeapz { grid-template-columns: 1fr; }
  .gzqm9gc { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .gzqm9gc .t7mlpq { width: 72px; height: 50px; }
  .gzqm9gc .lnmx3 { max-width: 180px; }
  .gzqm9gc .a7jftw { width: auto; }
}
@media (max-width: 720px) {
  .vlrxi0rt { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .x4wvi5 { padding: 16px; }
  .c17135j .gpkvh8yp { min-width: 50%; }
}
.xe0y .nrui98b9 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .bgf7u { grid-template-columns: 1fr; }
  .wtsp { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ie86c { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .c74x { flex-wrap: wrap; padding: 16px; }
}
.xc4iymho .nrui98b9 { gap: 8px; }
.xc4iymho .aft3vv, .xc4iymho .z5ijm { padding: 8px; }
@media (max-width: 480px) {
  .zfau { flex-direction: column; align-items: stretch; }
}
.a28lxdxc .a7jftw .g7y7 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .nys1v99 { flex-direction: column; align-items: stretch; gap: 10px; }
  .a28lxdxc .a7jftw { text-align: center; }
}
@media (max-width: 720px) {
  .mqzsbsmq { grid-template-columns: 1fr; }
  .ay87 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ugmsv { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .rsmqv { grid-template-columns: 1fr; }
  .f8mu69i { width: 100px; height: 100px; margin: 16px auto; }
  .mj4wif1 { font-size: 1.4rem; }
  .v79o { justify-content: center; }
  .e49g .gpkvh8yp { min-width: 50%; }
}
.y32hdt0n .nrui98b9 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .qsvgyt { flex-wrap: wrap; padding: 14px 16px; }
  .n5j93 { padding: 12px 16px; }
  .y32hdt0n .nrui98b9 { margin: 0 16px; }
  .y32hdt0n .p9kjk { padding: 0 16px; }
  .ap6y { padding: 12px 16px; }
}
.je7s0b .snpcbl3 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.je7s0b .snpcbl3:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.k4i8e .ez7k5ob { gap: 18px; }
.k4i8e .snpcbl3 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.k4i8e .snpcbl3:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.yy621rsn .ez7k5ob {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.yy621rsn .snpcbl3 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.yy621rsn .snpcbl3:last-child { border-bottom: none; }
.yy621rsn .e0k7g,
.yy621rsn .l8i5vrq7,
.yy621rsn .g2zhbp {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.fux34i .ez7k5ob { gap: 0; }
.fux34i .snpcbl3 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.fux34i .snpcbl3:last-child { border-bottom: none; }
.fux34i .snpcbl3:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.fux34i .snpcbl3:nth-child(even):hover { background: var(--bg-hover); }
.exbiy .snpcbl3 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.z9oyu .g2zhbp .eulc0 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.z9oyu .g2zhbp .eulc0:first-child { border-left: none; }
.yz7uh .g2zhbp .eulc0 {
  background: transparent; padding: 4px 8px;
}
.yz7uh .g2zhbp .jm5h { font-size: .65rem; opacity: .65; }
.yz7uh .g2zhbp .f1qnws   { font-size: 1.15rem; color: var(--accent-light); }
.g1nda .g2zhbp .eulc0 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.mfq7al6 { display: none; }
.or4lu .x9pnt { font-size: 1rem; letter-spacing: 2px; }
.csgj59 .x9pnt {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.r4rao .x9pnt,
.zm1n3hs .x9pnt,
.rc2ohepm .x9pnt { display: none; }
.r4rao .mfq7al6,
.zm1n3hs .mfq7al6,
.rc2ohepm .mfq7al6 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.r4rao .mfq7al6 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.r4rao .mfq7al6 small { display: none; }
.zm1n3hs .mfq7al6 {
  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;
}
.zm1n3hs .mfq7al6 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.rc2ohepm .mfq7al6 {
  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;
}
.rc2ohepm .mfq7al6 small { display: none; }
.rc2ohepm .spl31oc .t15qfvmu { display: none; }
.rc2ohepm .spl31oc strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.rc2ohepm .q7zvu2k { display: none; }
.jh4d8 { margin: 16px 0; }
.od8mbm { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.od8mbm summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.od8mbm summary::after { content: "+"; color: var(--accent-light); }
.od8mbm[open] summary::after { content: "−"; }
.od8mbm p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.iizan63p { margin-bottom: 0; }
.yyye h2.qsvg { color: var(--text-primary); border-color: var(--accent-light); }
.m1ls7xp h2.qsvg { color: var(--text-primary); border-color: var(--accent-light); }
.nx4c1a .r97y7 { background: #2d0a1e; border-color: #f43f5e; }
.nx4c1a .sa5gbdzx    { background: #1e1036; border-color: #a855f7; }
.nx4c1a .zgmgvzo strong  { color: #f1f5f9; }
.nx4c1a .zgmgvzo p       { color: #cbd5e1; }
.nx4c1a .fh7a8y2e    .jav4sc     .p9p31::before,
.nx4c1a .ykin  .jav4sc     .p9p31::before,
.nx4c1a .jaama  .jav4sc     .p9p31::before,
.nx4c1a .s9q7pr .jav4sc     .p9p31::before { color: #10b981; }
.nx4c1a .fh7a8y2e    .r97y7 .p9p31::before,
.nx4c1a .ykin  .r97y7 .p9p31::before,
.nx4c1a .jaama  .r97y7 .p9p31::before,
.nx4c1a .s9q7pr .r97y7 .p9p31::before { color: #f43f5e; }
.nx4c1a .fh7a8y2e    .sa5gbdzx    .p9p31::before,
.nx4c1a .ykin  .sa5gbdzx    .p9p31::before,
.nx4c1a .jaama  .sa5gbdzx    .p9p31::before,
.nx4c1a .s9q7pr .sa5gbdzx    .p9p31::before { color: #a855f7; }
.pg1rugk .r97y7 { background: #2d0b0b; border-color: #ef4444; }
.pg1rugk .sa5gbdzx    { background: #2d1600; border-color: #f97316; }
.pg1rugk .zgmgvzo strong  { color: #f1f5f9; }
.pg1rugk .zgmgvzo p       { color: #cbd5e1; }
.pg1rugk .fh7a8y2e    .jav4sc     .p9p31::before,
.pg1rugk .ykin  .jav4sc     .p9p31::before,
.pg1rugk .jaama  .jav4sc     .p9p31::before,
.pg1rugk .s9q7pr .jav4sc     .p9p31::before { color: #eab308; }
.pg1rugk .fh7a8y2e    .r97y7 .p9p31::before,
.pg1rugk .ykin  .r97y7 .p9p31::before,
.pg1rugk .jaama  .r97y7 .p9p31::before,
.pg1rugk .s9q7pr .r97y7 .p9p31::before { color: #ef4444; }
.pg1rugk .fh7a8y2e    .sa5gbdzx    .p9p31::before,
.pg1rugk .ykin  .sa5gbdzx    .p9p31::before,
.pg1rugk .jaama  .sa5gbdzx    .p9p31::before,
.pg1rugk .s9q7pr .sa5gbdzx    .p9p31::before { color: #f97316; }
.osho .r97y7 { background: #12103a; border-color: #818cf8; }
.osho .sa5gbdzx    { background: #0a2020; border-color: #2dd4bf; }
.osho .zgmgvzo strong  { color: #f1f5f9; }
.osho .zgmgvzo p       { color: #cbd5e1; }
.osho .fh7a8y2e    .jav4sc     .p9p31::before,
.osho .ykin  .jav4sc     .p9p31::before,
.osho .jaama  .jav4sc     .p9p31::before,
.osho .s9q7pr .jav4sc     .p9p31::before { color: #38bdf8; }
.osho .fh7a8y2e    .r97y7 .p9p31::before,
.osho .ykin  .r97y7 .p9p31::before,
.osho .jaama  .r97y7 .p9p31::before,
.osho .s9q7pr .r97y7 .p9p31::before { color: #818cf8; }
.osho .fh7a8y2e    .sa5gbdzx    .p9p31::before,
.osho .ykin  .sa5gbdzx    .p9p31::before,
.osho .jaama  .sa5gbdzx    .p9p31::before,
.osho .s9q7pr .sa5gbdzx    .p9p31::before { color: #2dd4bf; }
.c4e616::before,
.mdcz4::before { margin-right: 5px; }
.m8quoo .aft3vv ul li,
.m8quoo .etexne9 li         { color: #4ade80; }
.m8quoo .aft3vv .c4e616 { color: #22c55e; }
.m8quoo .z5ijm ul li,
.m8quoo .b6ezxf7k li         { color: #f87171; }
.m8quoo .z5ijm .mdcz4 { color: #ef4444; }
.bw7541t .aft3vv { background: var(--bg-pros); }
.bw7541t .z5ijm { background: var(--bg-cons); }
.bw7541t .aft3vv .c4e616 { color: var(--c-pros-label); }
.bw7541t .z5ijm .mdcz4 { color: var(--c-cons); }
.bw7541t .aft3vv ul li,
.bw7541t .z5ijm ul li,
.cy50h .aft3vv { background: var(--bg-pros); }
.cy50h .z5ijm { background: var(--bg-cons); }
.cy50h .aft3vv .c4e616 { color: var(--c-pros-label); }
.cy50h .z5ijm .mdcz4 { color: var(--c-cons); }
.cy50h .aft3vv ul li,
.cy50h .z5ijm ul li,
.w99l .c4e616::before { content: "✓ "; }
.w99l .mdcz4::before { content: "✗ "; }
.cjir0ls .c4e616::before { content: "→ "; }
.cjir0ls .mdcz4::before { content: "← "; }
.zdad94ki .c4e616::before { content: "★ "; }
.zdad94ki .mdcz4::before { content: "✕ "; }
.nfjkp .c4e616::before { content: "◆ "; }
.nfjkp .mdcz4::before { content: "▲ "; }
.pyp3q8y .zgmgvzo { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.pyp3q8y .zgmgvzo strong { color: var(--text-primary); }
.pyp3q8y .zgmgvzo p      { color: var(--text-muted); }
.ghcssb .zgmgvzo { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.nj1z .zgmgvzo {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.nj1z .zgmgvzo strong,
.nj1z .zgmgvzo p { color: #fff; }
.nj1z .p9p31::before { color: rgba(255,255,255,0.9) !important; }
.g43hd .zgmgvzo {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.g43hd .zgmgvzo strong { color: var(--text-primary); }
.g43hd .zgmgvzo p      { color: var(--text-muted); }
.m8it7du .zgmgvzo { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.fh7a8y2e .p9p31,
.ykin .p9p31,
.jaama .p9p31,
.s9q7pr .p9p31 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.fh7a8y2e .p9p31::before,
.ykin .p9p31::before,
.jaama .p9p31::before,
.s9q7pr .p9p31::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.fh7a8y2e .jav4sc     .p9p31::before { content: "✦"; color: var(--c-tip-border); }
.fh7a8y2e .r97y7 .p9p31::before { content: "▲"; color: var(--c-warn-border); }
.fh7a8y2e .sa5gbdzx    .p9p31::before { content: "◉"; color: #60a5fa; }
.ykin .jav4sc     .p9p31::before { content: "★"; color: var(--c-tip-border); }
.ykin .r97y7 .p9p31::before { content: "◆"; color: var(--c-warn-border); }
.ykin .sa5gbdzx    .p9p31::before { content: "●"; color: #60a5fa; }
.jaama .jav4sc     .p9p31::before { content: "▶"; color: var(--c-tip-border); }
.jaama .r97y7 .p9p31::before { content: "■"; color: var(--c-warn-border); }
.jaama .sa5gbdzx    .p9p31::before { content: "▸"; color: #60a5fa; }
.s9q7pr .jav4sc     .p9p31::before { content: "→"; color: var(--c-tip-border); }
.s9q7pr .r97y7 .p9p31::before { content: "⬥"; color: var(--c-warn-border); }
.s9q7pr .sa5gbdzx    .p9p31::before { content: "◈"; color: #60a5fa; }
.kveyob9v .kwxfw4 .ywstlfh8,
.kveyob9v .zs18bfh .ywstlfh8  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.kveyob9v .dail2                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.kveyob9v .snpcbl3                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.kveyob9v .qm98ri82          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.kveyob9v .ghebt5                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ei3ga .kwxfw4 .ywstlfh8,
.ei3ga .zs18bfh .ywstlfh8,
.ei3ga .dail2,
.ei3ga .snpcbl3,
.ei3ga .x2utv,
.ei3ga .qm98ri82,
.ei3ga .ghebt5,
.ei3ga .m8it7du .zgmgvzo { box-shadow: none; }
.vs77au   .z9av8k, .vs77au .l0epx, .vs77au .cf7jhrm4,
.vs77au   .lrd6i, .vs77au .c8d3a3 { font-size: 0.9rem; }
.vs77au   .agr21x, .vs77au .q4o7sk { font-size: 0.9rem; }
.nk2f0kwz   .z9av8k, .nk2f0kwz .l0epx, .nk2f0kwz .cf7jhrm4,
.nk2f0kwz   .lrd6i, .nk2f0kwz .c8d3a3 { font-size: 0.95rem; }
.nk2f0kwz   .agr21x, .nk2f0kwz .q4o7sk { font-size: 0.95rem; }
.u3p4wr   .z9av8k, .u3p4wr .l0epx, .u3p4wr .cf7jhrm4,
.u3p4wr   .lrd6i, .u3p4wr .c8d3a3 { font-size: 1.08rem; }
.u3p4wr   .agr21x, .u3p4wr .q4o7sk { font-size: 1.05rem; }
.u3p4wr   .p5p7b { font-size: 0.97rem; }
.sifp .ix5em      { font-size: 3.2rem; }
.sifp h2.qsvg { font-size: 1.9rem; }
.sifp h3.rgykw7vo     { font-size: 1.4rem; }
.ni92xg .ix5em      { font-size: 3.8rem; }
.ni92xg h2.qsvg { font-size: 2.2rem; }
.ni92xg h3.rgykw7vo     { font-size: 1.6rem; }
.iizan63p + .iizan63p { position: relative; }
.p89q   .iizan63p + .iizan63p::before,
.jvp2zn  .iizan63p + .iizan63p::before,
.p0i0r3   .iizan63p + .iizan63p::before,
.xp4p   .iizan63p + .iizan63p::before,
.esf8   .iizan63p + .iizan63p::before,
.m3888f .iizan63p + .iizan63p::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.p89q .iizan63p + .iizan63p::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.jvp2zn .iizan63p + .iizan63p::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.p0i0r3 .iizan63p + .iizan63p::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;
}
.xp4p .iizan63p + .iizan63p::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.i6do5 .iizan63p { margin-bottom: 16px; }
.i6do5 .iizan63p + .iizan63p { margin-top: 0; }
.i6do5 .lg9zcyh5 { padding-top: 0; padding-bottom: 0; }
.esf8 .iizan63p + .iizan63p::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.m3888f .iizan63p + .iizan63p::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.lzkt55 .iizan63p + .iizan63p::before,
.ued21q7f .iizan63p + .iizan63p::before,
.onyu .iizan63p + .iizan63p::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%;
}
.tslcm3uz .lzkt55 .iizan63p:nth-child(even)::before,
.tslcm3uz .ued21q7f .iizan63p:nth-child(even)::before,
.tslcm3uz .onyu .iizan63p:nth-child(even)::before { background: var(--bg-surface); }
.qkmm .lzkt55 .iizan63p:nth-child(even)::before,
.qkmm .ued21q7f .iizan63p:nth-child(even)::before,
.qkmm .onyu .iizan63p:nth-child(even)::before { background: var(--bg-card); }
.lzkt55 .iizan63p + .iizan63p::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");
}
.ued21q7f .iizan63p + .iizan63p::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");
}
.onyu .iizan63p + .iizan63p::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");
}
.tsj2rs .tozipe6d,
.pj50wl9 .tozipe6d,
.ji47y .tozipe6d { overflow: hidden; }
.tsj2rs .pf64t,
.pj50wl9 .pf64t { margin-bottom: 60px; }
.ji47y .pf64t { margin-bottom: 70px; }
.tsj2rs .tozipe6d::before,
.pj50wl9 .tozipe6d::before,
.ji47y .tozipe6d::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%;
}
.tsj2rs .tozipe6d::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");
}
.pj50wl9 .tozipe6d::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");
}
.ji47y .tozipe6d::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");
}
.psz3 .tozipe6d:not(.wv7b5) .tpm4gar6 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.yuebm .tozipe6d:not(.wv7b5) .tpm4gar6 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.xumada  .tozipe6d:not(.wv7b5) .tpm4gar6 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.zs3utycd  .tozipe6d:not(.wv7b5) .tpm4gar6 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.psz3 .wv7b5 { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.psz3 .jm6cqa { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.psz3 .cfm1cbnt { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.yuebm .wv7b5 { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.xumada .wv7b5 { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.zs3utycd .wv7b5 { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.gb1t9h2l .wv7b5 { background: var(--accent); }
.gb1t9h2l .wv7b5 .tpm4gar6 { background: none; }
.gb1t9h2l .tozipe6d:not(.wv7b5) .tpm4gar6 { background: rgba(0,0,0,0.6); }
.w5a7e9 .slvw { float: left; width: 38%; margin: 0 28px 16px 0; }
.w5a7e9 .slvw .kob643 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.w5a7e9 .lg9zcyh5::after { content: ''; display: block; clear: both; }
.vu5aqm .slvw { float: right; width: 38%; margin: 0 0 16px 28px; }
.vu5aqm .slvw .kob643 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.vu5aqm .lg9zcyh5::after { content: ''; display: block; clear: both; }
.do9h .iizan63p:nth-child(odd)  .slvw { float: left;  width: 38%; margin: 0 28px 16px 0; }
.do9h .iizan63p:nth-child(even) .slvw { float: right; width: 38%; margin: 0 0 16px 28px; }
.do9h .slvw .kob643 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.do9h .lg9zcyh5::after { content: ''; display: block; clear: both; }
.w5a7e9 .n6kz,
.w5a7e9 .ez7k5ob,
.vu5aqm .n6kz,
.vu5aqm .ez7k5ob,
.do9h .n6kz,
.do9h .ez7k5ob { clear: both; }
@media (max-width: 900px) {
  .w5a7e9 .slvw,
  .vu5aqm .slvw,
  .do9h .iizan63p:nth-child(odd)  .slvw,
  .do9h .iizan63p:nth-child(even) .slvw {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .w5a7e9 .slvw .kob643,
  .vu5aqm .slvw .kob643,
  .do9h .slvw .kob643 {
    max-height: none !important;
  }
}
.w5a7e9 .agr21x,
.w5a7e9 .q4o7sk,
.vu5aqm .agr21x,
.vu5aqm .q4o7sk,
.do9h .agr21x,
.do9h .q4o7sk { overflow: hidden; }
@media (max-width: 640px) {
  .w5a7e9 .slvw,
  .vu5aqm .slvw,
  .do9h .slvw { float: none; width: 100%; margin: 0 0 16px 0; }
}
.dh4w9adr .g3jf89,
.dh4w9adr .lg9zcyh5,
.dh4w9adr .jhv3  { max-width: 1100px; }
.p6x7t .g3jf89,
.p6x7t .lg9zcyh5,
.p6x7t .jhv3  { max-width: 1200px; }
.l4fm .g3jf89,
.l4fm .lg9zcyh5,
.l4fm .jhv3  { max-width: 1320px; }
.l4fm { --content-mw: 1320px; }
.vq49z { font-size: 0.82rem; color: var(--text-muted); }
.s66dxvv { display: flex; align-items: center; }
.s0ur {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.vwq2 { display: flex; align-items: center; }
.t9tz { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.t9tz:hover { text-decoration: underline; }
.dij4r7z { margin: 0 3px; opacity: 0.45; }
.dij4r7z::before { content: '/'; }
.pnmr { padding: 2px 5px; color: var(--text-main); }
.d7ysb .vq49z {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.d7ysb .s66dxvv { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.cxm9 .vq49z {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.cxm9 .s66dxvv { padding: 0 0 0 12px; }
.jw8c0m {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.hsr7 .s66dxvv { padding: 0 16px; }
.hsr7 .vq49z {
  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);
}
.hsr7 .g3jf89 { padding-top: 28px; }
@media (max-width: 720px) {
  .jw8c0m { margin-top: 18px; padding: 0 16px; }
  .hsr7 .g3jf89 { padding-top: 16px; }
}
.dh4w9adr.d7ysb .s66dxvv { max-width: 1100px; }
.p6x7t.d7ysb .s66dxvv { max-width: 1200px; }
.l4fm.d7ysb .s66dxvv { max-width: 1320px; }
.dh4w9adr .jw8c0m { max-width: 1100px; }
.p6x7t .jw8c0m { max-width: 1200px; }
.l4fm .jw8c0m { max-width: 1320px; }
.ujdv6 .iizan63p { padding-top: 16px; padding-bottom: 16px; }
.gp9s70m .iizan63p { padding-top: 24px; padding-bottom: 24px; }
.s0p4v5b .iizan63p { padding-top: 40px; padding-bottom: 40px; }
.hlsvdu0 .iizan63p { padding-top: 52px; padding-bottom: 52px; }
.k83szkm .iizan63p:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.k83szkm .iizan63p:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.k83szkm .iizan63p:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.k83szkm .iizan63p:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.fi50mh .lg9zcyh5 { padding-top: 10px;  padding-bottom: 10px; }
.fpdusz5 .lg9zcyh5 { padding-top: 18px;  padding-bottom: 18px; }
.fkie .lg9zcyh5 { padding-top: 36px;  padding-bottom: 36px; }
.vpvf1 .lg9zcyh5 { padding-top: 48px;  padding-bottom: 48px; }
.e6518i7w h2.qsvg { font-weight: 600; }
.e6518i7w h3.rgykw7vo     { font-weight: 600; }
.es3c3q { font-weight: 500; }
.es3c3q h2.qsvg { font-weight: 800; }
.es3c3q h3.rgykw7vo     { font-weight: 700; }
.uuialwy h2.qsvg { font-weight: 900; }
.uuialwy h3.rgykw7vo     { font-weight: 800; }
.uuialwy .zgmgvzo strong,
.uuialwy .zgmgvzo strong { font-weight: 600; }
.xth69v4 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.psoym .xth69v4 { display: none; }
@media (max-width: 640px) {
  .xth69v4 { display: none !important; }
}
.xth69v4 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.xth69v4:hover { opacity: 0.85; }
.f3rdc1k .xth69v4 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.aj506mpn  .qfbbj { left: 32px; }
@media (max-width: 480px) {
  .bhd6l4n8 .qfbbj { right: 20px; bottom: 20px; }
  .aj506mpn  .qfbbj { left: 20px; bottom: 20px; }
}
.ru4pmu9 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.jhv3 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.rfordcx { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.p70wj { color: var(--text-dim); font-size: 0.8rem; }
.pmqbk4dm { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.pmqbk4dm img { height: 26px; width: auto; object-fit: contain; }
.m94u a, .ystk a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.m94u a:hover, .ystk a:hover { color: var(--accent-light); }
.ystk { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.h2tnu5n8 .jhv3 { text-align: center; }
.h2tnu5n8 .ystk { justify-content: center; margin-bottom: 16px; }
.h2tnu5n8 .rfordcx { margin-top: 0; }
.ah6nad { margin-top: 10px; }
.ah6nad a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .jhv3 { padding-left: 16px; padding-right: 16px; }
  .b6s1y74 .jhv3 { padding: 20px 16px; }
  .ystk { gap: 4px 12px; }
  .rfordcx { font-size: 0.78rem; }
}
.wnpp .ra19bgp .pmqbk4dm { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.wnpp .rfordcx { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.wnpp .p70wj { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .wnpp .th4rv { grid-template-columns: 1fr 1fr; } .wnpp .ra19bgp { grid-column: 1 / -1; } }
@media (max-width: 480px) { .wnpp .th4rv { grid-template-columns: 1fr; } }
.a8mp .pmqbk4dm { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.a8mp .rfordcx { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .a8mp .gcfr { gap: 12px; } .a8mp .pmqbk4dm { margin-right: 0; width: 100%; } }
.y2cj .vuwnb .pmqbk4dm { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.y2cj .rfordcx { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.y2cj .p70wj { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .y2cj .sm0kf { grid-template-columns: 1fr 1fr; } .y2cj .vuwnb { grid-column: 1 / -1; } }
@media (max-width: 480px) { .y2cj .sm0kf { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ep8a .mg937t8v { grid-template-columns: 1fr 1fr; } .ep8a .w9rrjl:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ep8a .mg937t8v { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .ohob9 .mg937t8v { grid-template-columns: 1fr; } }
.mn6fws8o .jhv3 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.mn6fws8o .ystk { justify-content: center; }
.wdemrr03 .o18rj      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.wdemrr03 .ru4pmu9 { background: var(--bg-page); border-top-color: var(--border-alt); }
.fju8gu .o18rj      { background: #0d1117; border-bottom-color: #21262d; }
.fju8gu .b12h1 { color: var(--accent-light); }
.fju8gu .b9s3mp { --msep-color: #8b949e; }
.fju8gu .b9s3mp a { color: #8b949e; }
.fju8gu .b9s3mp a:hover { color: var(--accent-light); }
.fju8gu .yc6n6zpd { color: #8b949e; }
.fju8gu .ru4pmu9 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.fju8gu .rfordcx,
.fju8gu .p70wj { color: #6e7681; }
.fju8gu .m94u a, .fju8gu .ystk a,
.fju8gu .pmqbk4dm { color: #e6edf3; }
.fju8gu .m94u a:hover, .fju8gu .ystk a:hover,
@media (max-width: 640px) {
  .fju8gu .b9s3mp { background: #0d1117; border-top-color: #21262d; }
  .fju8gu .b9s3mp li a { border-bottom-color: #21262d; }
}
.ldn100r .o18rj      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ldn100r .b12h1 { color: var(--accent-light); }
.ldn100r .b9s3mp { --msep-color: #475569; }
.ldn100r .b9s3mp a { color: #475569; }
.ldn100r .b9s3mp a:hover { color: var(--accent-light); }
.ldn100r .yc6n6zpd { color: #64748b; }
.ldn100r .ru4pmu9 { background: #f0f4f8; border-top-color: #cbd5e1; }
.ldn100r .rfordcx,
.ldn100r .p70wj { color: #64748b; }
.ldn100r .m94u a, .ldn100r .ystk a,
.ldn100r .e6imxwl a, .ldn100r .pmqbk4dm { color: #374151; }
.ldn100r .m94u a:hover, .ldn100r .ystk a:hover,
@media (max-width: 640px) {
  .ldn100r .b9s3mp { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ldn100r .b9s3mp li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.h231qdzj .o18rj      { background: var(--accent); border-bottom-color: var(--accent-light); }
.h231qdzj .b12h1 { color: #fff; }
.h231qdzj .b9s3mp { --msep-color: rgba(255,255,255,0.82); }
.h231qdzj .b9s3mp a { color: rgba(255,255,255,0.82); }
.h231qdzj .b9s3mp a:hover { color: #fff; }
.h231qdzj .yc6n6zpd { color: rgba(255,255,255,0.9); }
.h231qdzj .ru4pmu9 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.h231qdzj .rfordcx,
.h231qdzj .p70wj { color: rgba(255,255,255,0.72); }
.h231qdzj .m94u a, .h231qdzj .ystk a,
.h231qdzj .e6imxwl a, .h231qdzj .pmqbk4dm { color: #fff; }
.h231qdzj .m94u a:hover, .h231qdzj .ystk a:hover,
@media (max-width: 640px) {
  .h231qdzj .b9s3mp { background: var(--accent); border-top-color: var(--accent-light); }
  .h231qdzj .b9s3mp li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.t7t5 .o18rj {
  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);
}
.t7t5 .ru4pmu9 {
  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) {
  .t7t5 .b9s3mp {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.fryp96y .zw7e { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.zo8qnub9 .zw7e { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.adche .zw7e { min-height: 72px; height: auto; }
.wy65q .zw7e { min-height: 84px; height: auto; }
.b6s1y74 .zw7e { max-width: none; padding: 0 32px; }
.b6s1y74 .jhv3  { max-width: none; padding: 24px 32px; }
.k5ue.p6x7t .zw7e { max-width: 1200px; }
.k5ue.l4fm .zw7e { max-width: 1320px; }
.hwqg4b   .b12h1, .hwqg4b   .pmqbk4dm { text-transform: capitalize; }
.cmb5fpgu .b12h1, .cmb5fpgu .pmqbk4dm { text-transform: lowercase; }
.pwmhlm46 .b12h1, .pwmhlm46 .pmqbk4dm { text-transform: uppercase; letter-spacing: 0.06em; }
.ykpakx53, .upghvvvx {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.oz3xl8hj .ykpakx53,
.oz3xl8hj .upghvvvx { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.dm23ge .ykpakx53,
.dm23ge .upghvvvx { 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; }
.r379 .ykpakx53,
.r379 .upghvvvx { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.wslyq .ykpakx53,
.wslyq .upghvvvx { 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; }
.h3xj7m7   .b9s3mp a { font-weight: 500; }
.ats9vpu .b9s3mp a { font-weight: 600; }
.rrh5d1ac     .b9s3mp a { font-weight: 700; }
.rib70mj    .b9s3mp a { font-weight: 800; letter-spacing: 0.01em; }
.kpu56h     .b9s3mp > li + li::before,
.p0mzkauv    .b9s3mp > li + li::before,
.sq86pe    .b9s3mp > li + li::before,
.sd1uv .b9s3mp > li + li::before,
.p8mv .b9s3mp > li + li::before,
.x0zy5r  .b9s3mp > li + li::before,
.irbs    .b9s3mp > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.kpu56h     .b9s3mp > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.p0mzkauv    .b9s3mp > li + li::before { content: "|"; }
.sq86pe    .b9s3mp > li + li::before { content: "—"; }
.sd1uv .b9s3mp > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.p8mv .b9s3mp > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.x0zy5r  .b9s3mp > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.irbs    .b9s3mp > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ere060k .yc6n6zpd,
  .sobyr .yc6n6zpd,
  .u78zpuqn .yc6n6zpd,
  .e98k .yc6n6zpd,
  .yoiqp0 .yc6n6zpd {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ere060k .yc6n6zpd::before,
  .sobyr .yc6n6zpd::before,
  .u78zpuqn .yc6n6zpd::before,
  .e98k .yc6n6zpd::before,
  .yoiqp0 .yc6n6zpd::before { content: ""; display: block; flex-shrink: 0; }

  
  .ere060k .yc6n6zpd::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;
  }

  
  .sobyr .yc6n6zpd::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;
  }

  
  .u78zpuqn .yc6n6zpd::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;
  }

  
  .e98k .yc6n6zpd::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;
  }

  
  .yoiqp0 .yc6n6zpd::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) {
  .ashlop4g .yc6n6zpd {
    padding: 5px 14px;
  }
  .ashlop4g .b9s3mp {
    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;
  }
  .ashlop4g .b9s3mp li a {
    border-bottom: none; padding: 10px 22px;
  }
  .ashlop4g .b9s3mp li a:hover { background: var(--bg-raised); }
  .ashlop4g .s3jz,
  .e3v0n .s3jz,
  .im6r .s3jz { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .je2w .yc6n6zpd {
    padding: 5px 10px;
  }
  .je2w .b9s3mp {
    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);
  }
  .je2w .b9s3mp.qmo4bbw { transform: translateX(0); }
  .je2w .b9s3mp li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .je2w .b9s3mp li:last-child a { border-bottom: none; }
  .h231qdzj .b9s3mp,
  .fju8gu .b9s3mp { background: var(--accent) !important; }
  .h231qdzj .b9s3mp li a,
  .fju8gu .b9s3mp li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .im6r .yc6n6zpd {
    padding: 5px 10px;
  }
  .im6r .b9s3mp {
    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);
  }
  .im6r .b9s3mp::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .im6r .b9s3mp.qmo4bbw { transform: translateY(0); }
  .im6r .b9s3mp li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .fl6cp .yc6n6zpd {
    padding: 5px 10px;
  }
  .fl6cp .b9s3mp {
    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;
  }
  .fl6cp .b9s3mp.qmo4bbw { opacity: 1; pointer-events: auto; }
  .fl6cp .b9s3mp li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .fj2inx     .yc6n6zpd { border-radius: 0 !important; }
  .v7w327   .yc6n6zpd { border-radius: 8px !important; }
  .z4doz .yc6n6zpd { border-radius: 50% !important; }
  .yfri8   .yc6n6zpd { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .budweh .cn1vk { flex-direction: column; align-items: stretch; }
  .budweh .xrvpzhl2 { flex-direction: row; min-width: auto; }
  .budweh .ws2crz3c { align-items: flex-start; text-align: left; }
}
.itbknux,
.itbknux.iizan63p,
.tslcm3uz .itbknux,
.k4d69no0 .itbknux,
.qkmm .itbknux,
.h7osv .itbknux {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.b2g9nc {
  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;
}
.zqio { flex: 1 1 280px; min-width: 0; }
.d4hzsc {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.vly3 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.i4zn421 {
  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;
}
.i4zn421:hover { transform: translateY(-1px); opacity: 0.95; }
.v9yr8w9h .b2g9nc {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.v9yr8w9h .d4hzsc { color: var(--cta); }
.v9yr8w9h .vly3 { color: var(--text-body); }
.v9yr8w9h .i4zn421 {
  background: var(--cta) !important;
  color: #fff !important;
}
.tlekd6g4 .b2g9nc {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.tlekd6g4 .d4hzsc { color: var(--text-primary); }
.tlekd6g4 .vly3 { color: var(--text-body); }
.tlekd6g4 .i4zn421 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .b2g9nc {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .zqio { flex: 0 0 auto; }
  .d4hzsc { font-size: 1.2rem; }
  .i4zn421 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.n5fc1 .pc602 { height: 36px; }
.jb1sgb6v .pc602 { height: 60px; max-width: 200px; }
.hpe9v4 .pc602 { height: 56px; max-width: 180px; }
.ewxxrq    .x9pnt, .ewxxrq    .t15qfvmu { color: #f59e0b; }
.ne7fp      .x9pnt { font-size: 1rem; letter-spacing: 1.5px; }
.yztds    .x9pnt, .yztds    .t15qfvmu { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.epq4tvy3     .x9pnt, .epq4tvy3     .t15qfvmu { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.h6oh .x9pnt, .h6oh .t15qfvmu { color: var(--cta); letter-spacing: 2px; }
.v2psxr   .x9pnt, .v2psxr   .t15qfvmu { color: #e91e63; letter-spacing: 2px; }
.o49drko  .x9pnt, .o49drko  .t15qfvmu { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.mj8umd     .x9pnt, .mj8umd     .t15qfvmu { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.z9oyu .eulc0 + .eulc0 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.nhri79 .snpcbl3 { padding: 18px 24px; min-height: 68px; }
.yz7uh .jm5h {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.yz7uh .f1qnws {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.g1nda .eulc0 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.ez7k5ob { counter-reset: cs-rank; }
.ez7k5ob .snpcbl3 { counter-increment: cs-rank; }
.ez7k5ob .snpcbl3::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;
}
.x5j91 .ez7k5ob { counter-reset: cs-rank; gap: 0; }
.x5j91 .snpcbl3 {
  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;
}
.x5j91 .snpcbl3::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;
}
.x5j91 .e0k7g {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.x5j91 .er97a8 {
  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;
}
.x5j91 .m7wxifg { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.x5j91 .e0k7g { min-width: 0; flex-direction: column; width: 100%; }
.x5j91 .nw1475 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.x5j91 .x9pnt { color: var(--cta, var(--accent)); }
.x5j91 .mfq7al6 { font-weight: 700; }
.x5j91 .eulc0 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.x5j91 .jm5h {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.x5j91 .f1qnws {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.x5j91 .rxivhx50 .f1qnws { font-size: 1.3rem; color: var(--accent-light); }
.x5j91 .z5s2x3kj {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.x5j91 .snpcbl3:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .x5j91 .ez7k5ob {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .x5j91 .snpcbl3 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .x5j91 .snpcbl3 { padding: 40px 16px 20px; }
  .x5j91 .eulc0 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .x5j91 .z5s2x3kj { width: 100%; min-width: 0; }
}
.zemmb .ez7k5ob { counter-reset: cs-rank; gap: 10px; }
.zemmb .snpcbl3 {
  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);
}
.zemmb .snpcbl3::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);
}
.zemmb .e0k7g {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.zemmb .er97a8 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.zemmb .m7wxifg { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.zemmb .nw1475 {
  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;
}
.zemmb .x9pnt { color: var(--cta, var(--accent)); }
.zemmb .eulc0 {
  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;
}
.zemmb .jm5h {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.zemmb .f1qnws { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.zemmb .rxivhx50 .f1qnws { color: var(--accent-light); }
.zemmb .z5s2x3kj {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.zemmb .snpcbl3:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .zemmb .snpcbl3 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .zemmb .snpcbl3::before {
    position: absolute; top: 14px; left: 14px;
  }
  .zemmb .e0k7g {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .zemmb .nw1475 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .zemmb .eulc0 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .zemmb .z5s2x3kj { width: 100%; min-width: 0; }
  .zemmb .x9pnt { min-width: 0; }
}
.acc4y4e .snpcbl3::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.kdkxk .od8mbm {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.kdkxk .od8mbm summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.kdkxk .od8mbm p { padding: 0 2px 16px; }
.k1nw4c .od8mbm { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.k1nw4c .od8mbm summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.k1nw4c .od8mbm summary::after { content: "›"; font-size: 1.2em; }
.k1nw4c .od8mbm[open] summary::after { content: "‹"; }
.k1nw4c .od8mbm p { padding: 10px 22px 4px; }
.iy3ec8xf .od8mbm {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.iy3ec8xf .od8mbm summary { color: var(--text-primary); padding-left: 16px; }
.iy3ec8xf .od8mbm summary::after { content: "›"; font-size: 1.1em; }
.iy3ec8xf .od8mbm[open] summary::after { content: "‹"; }
.iy3ec8xf .od8mbm p { padding-left: 16px; }
.hyfz .jh4d8 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.hyfz .od8mbm {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.hyfz .od8mbm:last-child { border-bottom: none; }
.hyfz .od8mbm summary { color: var(--text-primary); border-radius: 0; }
.hyfz .od8mbm summary::after { content: "›"; font-size: 1.1em; }
.hyfz .od8mbm[open] summary::after { content: "‹"; }
.nfvn .od8mbm { overflow: hidden; }
.nfvn .od8mbm summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.nfvn .od8mbm summary::after { color: rgba(255,255,255,.75); }
.nfvn .od8mbm[open] summary { border-radius: 0; }
.tfqy74 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.mqh6 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.at3ql {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.ovalqpp { color: var(--text-muted); font-size: 1.05rem; }
.xgdb {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.oy87k {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ouxc0en2 { margin-bottom: 20px; }
.nrrcsy5 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.oalpf51 {
  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;
}
.oalpf51:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.a3fr53 { resize: vertical; min-height: 130px; }
.hpcu9jf2 { width: 100%; margin-top: 8px; }
.f6zs {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.zl9z {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.xw90 { color: var(--text-muted); line-height: 1.75; }
.b441zzps { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.b441zzps li { margin-bottom: 6px; }
.b9l6 { max-width: 760px; margin: 0 auto; }
.hceiyi8 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.nb25 ul.b441zzps { margin: 0; }
.mhffba2f .hceiyi8 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .mhffba2f { grid-template-columns: 1fr; gap: 10px; } }
.glcos0 { max-width: 640px; margin: 0 auto; text-align: center; }
.z9p7a1 { margin-bottom: 48px; }
.z9p7a1 .hceiyi8 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.z9p7a1 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.qe6v2o .b441zzps { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .icv0vvpu { grid-template-columns: 1fr; } }
.ka0git { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.ka0git:hover .btf4wh { color: var(--accent-light); text-decoration: underline; }
.kz6pe { color: inherit; text-decoration: none; }
.kz6pe:hover { color: var(--accent-light); text-decoration: underline; }
.pa846 { display: inline-block; line-height: 0; }
.nzqzl { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.h3r35o5 { margin-bottom: 48px; }
.bsqla4g { max-width: 760px; margin: 0 auto; }
.gk5p0z { max-width: 640px; margin: 0 auto; }
.b9g23 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.b9g23:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.t4fnkxhj { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.b9g23 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.b9g23 ul.b441zzps { margin: 0; }
.r9wi { color: var(--text-muted); line-height: 1.75; }
.arz3xsa8 .b441zzps,
.gk5p0z .b441zzps,
.mizzt .b441zzps,
.ai8c1f .b441zzps {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.arz3xsa8 .b9g23,
.gk5p0z .b9g23 { text-align: left; }
.arz3xsa8 .t4fnkxhj,
.gk5p0z .t4fnkxhj { text-align: center; }
.wsx08f { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.wi995 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.q6cn { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.ii8rp { margin-top: 12px; }
.m3lm { 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; }
.m3lm:hover { border-bottom-color: var(--accent-light); }
.lek1bco3 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.lek1bco3 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.h0st7c7 { width: 72px; height: 72px; }
.kpa7l8 { border-radius: 50%; }
.sjzyh9d { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.l80rducp { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .hhxemt10 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.doup2x .q6cn, .doup2x .wi995 { max-width: 640px; }
.ijmhd .wsx08f { font-size: 1.6rem; margin-top: 18px; }
.edfsrn .q6cn { margin-bottom: 28px; }
@media (max-width: 860px) { .oej6 { grid-template-columns: 1fr; } .ijmhd { position: static; text-align: center; } }
.kul16rn4 .lek1bco3 { margin: 0 auto 18px; }
.kul16rn4 .sjzyh9d { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .f40bmjd { grid-template-columns: 1fr; } }
.aa3xy .wsx08f { font-size: 1.6rem; margin-bottom: 6px; }
.ai8c1f .b441zzps { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .aa3xy { flex-direction: column; text-align: center; } .soaq { grid-template-columns: 1fr; } }
.ozlv { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.ozlv .wsx08f { font-size: 1.35rem; margin: 0 0 4px; }
.ozlv .sjzyh9d { margin: 0; }
.emzs8 .at3ql { color: var(--accent-light); }
.jc2kx {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.jc2kx .at3ql { font-size: 2rem; }
.jc2kx .ovalqpp { max-width: 680px; }
.rkqn .at3ql { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.rkqn .ovalqpp  { margin: 0; }
@media (max-width: 640px) { .rkqn { flex-direction: column; } }
.uqrjk4d .at3ql { color: var(--accent-light); }
.aemnkl .at3ql { color: #fff; }
.aemnkl .ovalqpp  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .jdc746qw { grid-template-columns: 1fr; } }
.ohhg5bn { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.ohhg5bn .oalpf51 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.ohhg5bn .oalpf51:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.w4buyc .oalpf51 { background: var(--bg-raised); border-color: transparent; }
.w4buyc .oalpf51:focus { background: var(--bg-card); border-color: var(--accent-light); }
.lggtls .oalpf51 { border-radius: 100px; padding: 11px 20px; }
.lggtls .a3fr53 { border-radius: 14px; }
@media (max-width: 640px) { .hc9kfu { grid-template-columns: 1fr; } }
.fn7m{display:none}
.fn7m:empty,.apoujih:empty{display:none}
.kztqgm{position:relative;overflow:visible}
.gi58g8z2 .gfou5,.mj42 .gfou5,
.l3ep5hv .gfou5,.npj810 .gfou5,
.mjb2 .gfou5,.dl6ktat .gfou5{display:block}
.bwlw5c4 .yqgbto{display:block}
.gi58g8z2 .gfou5,.mj42 .gfou5,
.l3ep5hv .gfou5,.npj810 .gfou5,
.mjb2 .gfou5{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}
.gi58g8z2 .gfou5 .apoujih,.mj42 .gfou5 .apoujih,
.l3ep5hv .gfou5 .apoujih,.npj810 .gfou5 .apoujih,
.mjb2 .gfou5 .apoujih{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}
.gi58g8z2 .jgzla16g,.mj42 .jgzla16g,
.l3ep5hv .jgzla16g,.npj810 .jgzla16g,
.mjb2 .jgzla16g{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.gi58g8z2 .gfou5,.mj42 .gfou5{top:12px}
.gi58g8z2 .gfou5 .apoujih{margin-right:auto}
.mj42 .gfou5 .apoujih{margin-left:auto}
.mj42 .gfou5{text-align:right}
.l3ep5hv .gfou5,.npj810 .gfou5{bottom:12px}
.l3ep5hv .gfou5 .apoujih{margin-right:auto}
.npj810 .gfou5 .apoujih{margin-left:auto}
.npj810 .gfou5{text-align:right}
.mjb2 .gfou5{position:relative;margin-top:16px}
.mjb2 .gfou5 .apoujih{margin:0 auto}
.dl6ktat .gfou5{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.dl6ktat .gfou5 .apoujih{margin:0}
.dl6ktat .cfm1cbnt~.gfou5,
.dl6ktat .abvrpp~.gfou5{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.dl6ktat .cfm1cbnt~.gfou5 .apoujih,
.dl6ktat .abvrpp~.gfou5 .apoujih{justify-content:flex-start}
.cfm1cbnt~.gfou5,.abvrpp~.gfou5{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}
.cfm1cbnt~.gfou5 .apoujih{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.abvrpp~.gfou5 .apoujih{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.yqgbto .apoujih{margin:0 0 12px}
.apoujih{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.o9tb573t{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.btf4wh{font-weight:600;color:var(--text-heading);opacity:1}
.a1s75h5::before{content:"·";margin:0 2px;opacity:.5}
.jgzla16g{white-space:nowrap}
.sn0bf .o9tb573t{display:none}
.rro6wuxv .jgzla16g{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.rro6wuxv .a1s75h5::before{content:""}
.groxyht .jgzla16g{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}
.groxyht .a1s75h5::before{content:""}
.cd6aqpo .apoujih{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.dask30k .jgzla16g{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.dask30k .a1s75h5::before{content:""}
.bloxq .jgzla16g{color: var(--accent-light);opacity:1;font-weight:500}
.o0wfu3 .jgzla16g{border-bottom:1px solid currentColor;padding-bottom:2px}
.xi8d2 .apoujih{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.oxtx{--date-bg:transparent}
.pxzk .a1s75h5::before{content:""}
.okzu .a1s75h5::before{content:"•";opacity:.4}
.okzu .jgzla16g + .jgzla16g::before{content:"•";margin-right:6px;opacity:.4}
.h60xc1f .a1s75h5::before{content:"/";opacity:.35}
.h60xc1f .jgzla16g + .jgzla16g::before{content:"/";margin-right:6px;opacity:.35}
.spjrou .a1s75h5::before{content:"|";opacity:.3}
.spjrou .jgzla16g + .jgzla16g::before{content:"|";margin-right:6px;opacity:.3}
.fk9lgc .a1s75h5::before{content:"—";opacity:.3}
.fk9lgc .jgzla16g + .jgzla16g::before{content:"—";margin-right:6px;opacity:.3}
.retndbu .a1s75h5::before{content:"◆";font-size:.5em;opacity:.35}
.retndbu .jgzla16g + .jgzla16g::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.wy8pb .a1s75h5::before{content:"·";opacity:.4}
.wy8pb .jgzla16g + .jgzla16g::before{content:"·";margin-right:6px;opacity:.4}
.v4290jol .a1s75h5::before{content:"›";opacity:.4}
.v4290jol .jgzla16g + .jgzla16g::before{content:"›";margin-right:6px;opacity:.4}
.kvt2da88 .a1s75h5::before{content:"→";opacity:.35;font-size:.85em}
.kvt2da88 .jgzla16g + .jgzla16g::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.ynxr{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.lbc8mx{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.y8xlx{display:flex;flex-direction:column;gap:3px}
.tor2{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.dk0f{font-weight:700;font-size:1rem;color:var(--text-heading)}
.g2r6ig{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.ougs .ynxr{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.n09slk .ynxr{border-top:3px solid var(--accent);padding-top:18px}
.mqa9k .ynxr{border-left:3px solid var(--accent);border-radius:0}
.ohlh .ynxr{padding:20px 0}
@media(max-width:640px){
  .ynxr{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .g2r6ig{max-width:100%}
}
.iy5w .qm98ri82{margin:0}
@media (max-width:560px){
  .vmz91g{grid-template-columns:repeat(2,1fr);gap:12px}
}
.l3qjcml3 {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.l3qjcml3.nif4 {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.qvti {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.qvti .gqq88zq {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.qvti .gqq88zq::before,
.qvti .gqq88zq::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.qvti .gqq88zq::before { transform: translate(-50%, -50%) rotate(45deg); }
.qvti .gqq88zq::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.qvti .gqq88zq:hover { background: rgba(0,0,0,0.12) !important; }
.molahh5 {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.y00sn3co {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.jrph {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.bvb2gs {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.qvti .zmmj {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.qvti .zmmj:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .qvti { padding: 28px 18px 20px; }
  .jrph { font-size: 1.2rem; }
  .molahh5 { max-width: 220px; max-height: 80px; }
}
.jyo69h5v {
  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);
}
.lkzr7h {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.essj6j0  .jyo69h5v { border-radius: 50%; }
.uoq1  .jyo69h5v { border-radius: 6px; }
.huo73w .jyo69h5v { border-radius: 22px; }
.ehz8 .b2g9nc {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .jyo69h5v { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.cv3c .iizan63p {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.cv3c .lg9zcyh5 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.cv3c .b2g9nc {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.ydjlnott {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.ydjlnott.nif4 { transform: translate(-50%, 0); }
.ydjlnott .iizan63p,
.ydjlnott .lg9zcyh5 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.ydjlnott .b2g9nc {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.hy4ra {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.hy4ra::before,
.hy4ra::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.hy4ra::before { transform: translate(-50%, -50%) rotate(45deg); }
.hy4ra::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.hy4ra:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .ydjlnott { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .ydjlnott .b2g9nc {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .ydjlnott .vly3 { display: none !important; }
  .ydjlnott .d4hzsc { font-size: 1.1rem !important; }
  .ydjlnott .jyo69h5v { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .hy4ra { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .zw7e { flex-direction: row-reverse; }
[dir="rtl"] .b9s3mp { flex-direction: row-reverse; }
[dir="rtl"] .aj506mpn  .qfbbj { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .bhd6l4n8 .qfbbj { right: auto; left: 20px; }
  [dir="rtl"] .aj506mpn  .qfbbj { left: auto;  right: 20px; }
}
[dir="rtl"] .w5a7e9 .slvw  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .vu5aqm .slvw { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .agr21x, [dir="rtl"] .q4o7sk { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .aft3vv { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .z5ijm { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .zgmgvzo { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .b2g9nc { direction: rtl; }
[dir="rtl"] .jyo69h5v { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .snpcbl3,
[dir="rtl"] .vq49z { direction: rtl; }
[dir="rtl"] .ghebt5 { direction: rtl; }
[dir="rtl"] .mn1w9h { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .rxve1h3 .q4o7sk,
[dir="rtl"] .c8l9s .q4o7sk,
[dir="rtl"] .tmp7aqdx .q4o7sk,
[dir="rtl"] .sle7yj7 .q4o7sk {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .rxve1h3 .q4o7sk li::before,
[dir="rtl"] .c8l9s .q4o7sk li::before,
[dir="rtl"] .tmp7aqdx .q4o7sk li::before,
[dir="rtl"] .sle7yj7 .q4o7sk li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .tozipe6d.xbvdobeo .pf64t,
[dir="rtl"] .z36h.xbvdobeo .pf64t,
[dir="rtl"] .wv7b5.xbvdobeo .pf64t,
[dir="rtl"] .ytpwq.xbvdobeo .pf64t,
[dir="rtl"] .d1ix9yu.xbvdobeo .pf64t { text-align: right; }
[dir="rtl"] .cfm1cbnt.xbvdobeo .c7tc { align-items: flex-end; text-align: right; }
[dir="rtl"] .lg9zcyh5,
[dir="rtl"] .lrd6i,
[dir="rtl"] .c8d3a3,
[dir="rtl"] .pf64t { text-align: right; }
[dir="rtl"] .oy87k,
[dir="rtl"] .nrrcsy5,
[dir="rtl"] .q6cn,
[dir="rtl"] .oalpf51,
[dir="rtl"] .a3fr53 { text-align: right; direction: rtl; }
[dir="rtl"] .lggtls .oalpf51,
[dir="rtl"] .ohhg5bn .oalpf51 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #116c0b;
  --brand:           #116c0b;
  --brand-light:     #13570e;
  --brand-pale:      #21741b;
  --grad-start:      #1ebf13;
  --grad-end:        #3ddd32;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #116c0b;
  --cta-light:       #094805;
  --cta-hover:       #083405;
  --bg-page:         #f6f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f6f3;
  --bg-raised:       #eef1ed;
  --bg-hover:        #f3f6f3;
  --border:          #e2e9e1;
  --border-alt:      #d0ddcf;
  --border-section:  #e2e9e1;
  --text-primary:    #171b17;
  --text-muted:      #516150;
  --text-body:       #2e372e;
  --text-sub:        #455345;
  --text-faint:      #748b73;
  --text-dim:        #90a28f;
  --text-label:      #5d6f5c;
  --text-value:      #3a4539;
  --accent-bg:       #e1f5e0;
  --accent-bg-light: #c8f1c5;
  --bg-tip:          #f8f0f9;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f8f0f9;
  --bg-cons:         #faf5f3;
  --c-pros:          #8e0c96;
  --c-cons:          #9f4621;
  --c-pros-label:    #a90eb3;
  --c-tip-border:    #ba10c6;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #8e0c96;
}
:root { --logo-bg-opacity: 52%; }
body, button, input { font-family: "Rubik", sans-serif; }
.upcg6o6 .p9p31 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.upcg6o6 .p9p31::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.upcg6o6 .jav4sc     .p9p31::before { content: "";  color: var(--c-tip-border); }.upcg6o6 .r97y7 .p9p31::before { content: ""; color: var(--c-warn-border); }.upcg6o6 .sa5gbdzx    .p9p31::before { content: ""; color: #60a5fa; }.nx4c1a .upcg6o6 .jav4sc     .p9p31::before { color: #10b981; }.nx4c1a .upcg6o6 .r97y7 .p9p31::before { color: #f43f5e; }.nx4c1a .upcg6o6 .sa5gbdzx    .p9p31::before { color: #a855f7; }.pg1rugk  .upcg6o6 .jav4sc     .p9p31::before { color: #eab308; }.pg1rugk  .upcg6o6 .r97y7 .p9p31::before { color: #ef4444; }.pg1rugk  .upcg6o6 .sa5gbdzx    .p9p31::before { color: #f97316; }.osho  .upcg6o6 .jav4sc     .p9p31::before { color: #38bdf8; }.osho  .upcg6o6 .r97y7 .p9p31::before { color: #818cf8; }.osho  .upcg6o6 .sa5gbdzx    .p9p31::before { color: #2dd4bf; }.oiiv2i .upcg6o6 .p9p31::before { color: var(--accent-light) !important; }
.i7m5 .etexne9 li::before, .i7m5 .b6ezxf7k 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; }.i7m5 .etexne9 li::before { content: ""; }.i7m5 .b6ezxf7k li::before { content: ""; }.i7m5 .c4e616::before, .i7m5 .mdcz4::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.i7m5 .c4e616::before { content: ""; }.i7m5 .mdcz4::before { content: ""; }
.ycc8 .bmnkt, .ycc8 .cfm1cbnt { min-height: 780px; }
.dij4r7z::before { content: '•'; }