:root {
  --color-accent: #800080;
  --color-cta: #ca00ca;
  --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;
}
.ccjku0ug {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.cwqmkkd0 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.jsrl {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.wvae0l3f { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.x0ogor { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.x0ogor a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.x0ogor a:hover { color: var(--accent-light); }
.lbzy9a  .jx6yoi6 { border-radius: 14px; }
.lbzy9a .jx6yoi6 li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.lbzy9a .jx6yoi6 li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
@media (max-width: 640px) {
  .jx6yoi6 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .g3ur7b4u:hover .jx6yoi6,
  .g3ur7b4u:focus-within .jx6yoi6 { display: block; }
  .jx6yoi6 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.ncyxo {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.hpvhnaz { display: none; }
@media (max-width: 640px) {
  .hpvhnaz {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .hpvhnaz.qq8g { display: block; }
}
@media (max-width: 640px) {
  .ncyxo { display: block; }
  .x0ogor > li + li::before { display: none !important; }
  .x0ogor {
    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;
  }
  .x0ogor.qq8g { display: flex; }
  .x0ogor li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .x0ogor li:last-child a { border-bottom: none; }
}
.bjgbvls7 { min-height: 480px; }
.gzc0ti {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ogctuh { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.fdkdj .ogctuh { margin-left: 0; margin-right: 0; }
.ctnl9rs {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.j9r7o .ctnl9rs { margin-top: 24px; }
.ctnl9rs:hover { opacity: 0.88; }
.mb38h7 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.frupq {
  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%);
}
.mb38h7 .olxs0 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.mb38h7 .gzc0ti { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.mb38h7 .ogctuh { color: #e2e8f0; }
.mb38h7.sb55z .olxs0 { text-align: center; }
.mb38h7.fdkdj   .olxs0 { text-align: left; }
.k3bk312 .olxs0 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.k3bk312 .gzc0ti { color: var(--text-primary); text-shadow: none; }
.k3bk312 .ogctuh { color: var(--text-muted); }
.k3bk312 .ctnl9rs { margin-top: 16px; }
.k3bk312, .k3bk312.bjgbvls7 { min-height: auto !important; }
.k3bk312.sb55z .olxs0 { text-align: center; }
.k3bk312.fdkdj   .olxs0 { text-align: left; }
.k3bk312~.wurcruy{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}
.k3bk312~.wurcruy .m4w7ku08{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.dxgi6 .pomf,
.dxgi6 .w3vz9ly {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.qrp669ou .mb38h7 .frupq {
  overflow: hidden;
}
.qrp669ou .mb38h7 .frupq::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%); }
}
@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); }
}
.qp4r4p .mb38h7 .frupq {
  overflow: hidden;
}
.qp4r4p .mb38h7 .frupq::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;
}
.w7zzpyd .mb38h7 .frupq {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.jgpce5gi .mb38h7 .frupq {
  overflow: hidden;
}
.jgpce5gi .mb38h7 .frupq::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;
}
.dxgi6 .mb38h7 .frupq {
  animation: hg-breathe 10s ease-in-out infinite;
}
.pomf .frupq {
  background: none;
}
.pomf .gzc0ti { color: #fff; }
.pomf .ogctuh { color: rgba(255,255,255,0.85); }
.pomf .ctnl9rs { background: #fff; color: var(--cta); }
.pomf .ctnl9rs:hover { opacity: 0.92; }
.dxgi6 .s7pw8ng {
  animation: hg-breathe 7s ease-in-out infinite;
}
.s7pw8ng .gzc0ti { text-shadow: none; color: var(--text-primary); }
.s7pw8ng .ogctuh { color: var(--text-muted); }
body.n79j .gzc0ti {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.dpxeg .gzc0ti {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.bjgbvls7.pomf .gzc0ti,
section.pomf .gzc0ti {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.s7pw8ng.fdkdj   .ed9k6ix5 { align-items: flex-start; text-align: left; }
.bjgbvls7 .lve8s {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.lve8s .fgezkvmf.qxvi {
  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;
}
.lve8s .fgezkvmf.qxvi:hover { opacity: 0.85; }
.m8to .olxs0 { padding-bottom: 24px; }
.j9r7o .olxs0 { max-width: 1100px; }
@media (max-width: 700px) {
  .s7pw8ng { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .s7pw8ng:not(.godnsy) .x25r7 { display: none !important; }
  .godnsy .x25r7 { padding: 16px; }
  .ed9k6ix5  { padding: 36px 24px; }
  .s7pw8ng~.wurcruy,.ux63b6ne~.wurcruy{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .bjgbvls7, .s7pw8ng { min-height: 320px !important; }
  .gzc0ti { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .jyr88cns,
  .e9byg,
  .l8wndtgh { grid-template-columns: 1fr !important; }

  

  
  .m8to { display: flex !important; flex-direction: column !important; }
  .m8to .olxs0 { display: contents; }
  .m8to .frupq { order: 0; }
  .m8to .gzc0ti { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .m8to .jyr88cns { order: 2; padding: 0 16px 12px !important; }
  .m8to .ogctuh { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .j9r7o .olxs0 { display: flex; flex-direction: column; }
  .j9r7o .olxs0 .gzc0ti { order: 1; }
  .j9r7o .olxs0 .l8wndtgh { order: 2; margin: 8px 0 24px !important; }
  .j9r7o .olxs0 .ogctuh { order: 3; }
  .j9r7o .olxs0 .ctnl9rs { order: 4; align-self: center; margin-top: 0; }

  
  .s7pw8ng.godnsy {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .s7pw8ng.godnsy .ed9k6ix5 { display: contents; padding: 0; }
  .s7pw8ng.godnsy .ed9k6ix5 .gzc0ti { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .s7pw8ng.godnsy .x25r7 { order: 2; padding: 12px 16px; }
  .s7pw8ng.godnsy .ed9k6ix5 .ogctuh { order: 3; padding: 0 24px; margin: 0 auto; }
  .s7pw8ng.godnsy .ed9k6ix5 .ctnl9rs { order: 4; align-self: center; margin: 8px 0 32px; }
}
.qme7 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.aieiybf { width: 100%; height: auto; display: block; border-radius: 10px; }
.ytx1bgc0 .qme7        { border-radius: 16px; }
.ytx1bgc0 .aieiybf  { border-radius: 16px; }
.omrzsf1 .qme7         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.omrzsf1 .aieiybf   { border-radius: 8px; }
.hubh8cai { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.yfcf { width: 100%; padding: 32px 0; position: relative; }
.ttxql3 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ioew1sr .yfcf:nth-child(even) { background: var(--bg-surface); }
.ioew1sr .yfcf:nth-child(odd)  { background: var(--bg-page); }
.nrgf .yfcf:nth-child(even) { background: var(--bg-card); }
.nrgf .yfcf:nth-child(odd)  { background: var(--bg-page); }
.ioew1sr .yfcf:nth-child(odd)  .ttxql3 { background: var(--bg-card); border-radius: 6px; }
.ioew1sr .yfcf:nth-child(even) .ttxql3 { background: var(--bg-raised); border-radius: 6px; }
.nrgf .yfcf:nth-child(odd)  .ttxql3 { background: var(--bg-card); border-radius: 6px; }
.nrgf .yfcf:nth-child(even) .ttxql3 { background: var(--bg-raised); border-radius: 6px; }
.ioew1sr .yfcf:nth-child(even) .t3bzrh .o4yz4,
.nrgf .yfcf:nth-child(even) .t3bzrh .o4yz4 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ioew1sr .yfcf:nth-child(odd) .t3bzrh .o4yz4,
.nrgf .yfcf:nth-child(odd) .t3bzrh .o4yz4 { background: var(--bg-card-inner); }
.ioew1sr .yfcf:nth-child(even) .ghu29n9 .o4yz4:nth-child(odd),
.nrgf .yfcf:nth-child(even) .ghu29n9 .o4yz4:nth-child(odd)  { background: var(--bg-card); }
.ioew1sr .yfcf:nth-child(even) .ghu29n9 .o4yz4:nth-child(even),
.nrgf .yfcf:nth-child(even) .ghu29n9 .o4yz4:nth-child(even) { background: var(--bg-card-inner); }
h1.xxm3f4n { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.xxm3f4n {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.xc0gzhj8 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.pv0zc8 h2.xxm3f4n {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.c4kj07jv h2.xxm3f4n {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.qs1a h2.xxm3f4n {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.zeci h2.xxm3f4n::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.wqx5p h2.xxm3f4n {
  color: var(--text-primary); font-size: 1.7rem;
}
.xsq63s h2.xxm3f4n::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ro5wh h2.xxm3f4n {
  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;
}
.jwc831 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .jwc831 { display: none; } }
.pzeuk90j { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.psfra { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ef6m {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.jpgidsj { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.j0037 { padding-left: 20px; }
.j0037 li { margin-bottom: 6px; }
.j0037 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.j0037 a:hover { color: var(--accent-light); }
.krebhba .jpgidsj { display: none; }
.mdhm .jpgidsj { display: none; }
.mdhm .j0037 { padding-left: 0; list-style: none; }
.mdhm .j0037 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.mdhm .j0037 a { font-size: 0.92rem; }
.b279ha .ef6m { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.b279ha .jpgidsj { display: none; }
.b279ha .j0037 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.b279ha .j0037 li { margin-bottom: 0; }
.b279ha .j0037 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;
}
.b279ha .j0037 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.c1te14 .ef6m { padding: 20px 20px 16px; }
.c1te14 .j0037 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.c1te14 .j0037 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.c1te14 .j0037 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;
}
.c1te14 .j0037 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;
}
.c1te14 .j0037 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.c1te14 .j0037 a:focus,
.c1te14 .j0037 a:focus-visible,
.c1te14 .j0037 a:target { outline: none; }
.c1te14 .j0037 li:target a { border-color: var(--border); color: var(--text-muted); }
.sxbzs .ef6m { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.sxbzs .jpgidsj { display: none; }
.sxbzs .j0037 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.sxbzs .j0037 li { margin-bottom: 0; }
.sxbzs .j0037 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.sxbzs .j0037 li:last-child::after { content: ""; margin-right: 0; }
.sxbzs .j0037 a { font-size: 0.9rem; }
.o4yz4 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.t3bzrh .o4yz4 { background: var(--bg-card); }
.ghu29n9 .o4yz4:nth-child(odd)  { background: var(--bg-card); }
.ghu29n9 .o4yz4:nth-child(even) { background: var(--bg-raised); }
.e003 .o4yz4 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.e003 .o4yz4:last-child { border-bottom: none; }
.e003 h3.xc0gzhj8 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.d17ww9d .o4yz4 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.d17ww9d .o4yz4 + .o4yz4 { margin-top: 4px; }
.kja2ij8u .o4yz4 { background: none; border-radius: 0; padding: 12px 0; }
.kja2ij8u .o4yz4 + .o4yz4 { border-top: 1px solid var(--border-section); }
.a2t0kscj { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.uz7mx504 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.bhtroor { color: var(--text-body); margin-bottom: 10px; }
.e94wlxf4, .idy64635 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.e94wlxf4 li, .idy64635 li { margin-bottom: 6px; }
.idy64635 li { list-style: decimal; }
.ypji     .e94wlxf4 { list-style-type: "● "; }
.njls  .e94wlxf4 { list-style-type: "■ "; }
.q9qm563m .e94wlxf4 { list-style-type: "◆ "; }
.gwydk08    .e94wlxf4 { list-style-type: "★ "; }
.ypji     .hiw8 { list-style-type: "● "; }
.njls  .hiw8 { list-style-type: "■ "; }
.q9qm563m .hiw8 { list-style-type: "◆ "; }
.gwydk08    .hiw8 { list-style-type: "★ "; }
.ypji    .e94wlxf4 li::marker, .ypji    .hiw8 li::marker,
.njls .e94wlxf4 li::marker, .njls .hiw8 li::marker,
.q9qm563m .e94wlxf4 li::marker, .q9qm563m .hiw8 li::marker,
.gwydk08   .e94wlxf4 li::marker, .gwydk08   .hiw8 li::marker {
  color: var(--cta); font-size: 1em;
}
.ypji .idy64635,
.njls .idy64635,
.q9qm563m .idy64635,
.gwydk08 .idy64635 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.ypji .idy64635 li,
.njls .idy64635 li,
.q9qm563m .idy64635 li,
.gwydk08 .idy64635 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.ypji .idy64635 li::before,
.njls .idy64635 li::before,
.q9qm563m .idy64635 li::before,
.gwydk08 .idy64635 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;
}
.ypji     .idy64635 li::before { border-radius: 50%; }
.njls  .idy64635 li::before { border-radius: 3px; }
.q9qm563m .idy64635 li::before { border-radius: 3px; }
.gwydk08    .idy64635 li::before { border-radius: 50%; }
.yp61v { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.eqmtb .yp61v,
.bpzfvt .yp61v { background: transparent; border: none; border-radius: 0; }
.apv0i { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.apv0i th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.apv0i td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.apv0i tr:hover td { background: var(--bg-hover); }
.qrbzoj0g .apv0i tbody tr:nth-child(even) td { background: var(--bg-surface); }
.q0yf3sx4 .apv0i { border: 1px solid var(--border-alt); }
.q0yf3sx4 .apv0i th,
.q0yf3sx4 .apv0i td { border: 1px solid var(--border-alt); }
.wfcr0eln .apv0i th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.wfcr0eln .apv0i td { border-bottom: none; }
.wfcr0eln .apv0i tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.pg22w7 .apv0i th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ph94 .yp61v {
  overflow: hidden;
}
.ph94 .apv0i th { border-bottom: 1px solid var(--border-alt); }
.ph94 .apv0i tr:last-child td { border-bottom: none; }
.g1ck3pk { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ch9phr { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.mxkz { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.bkwx { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.md35wzwu { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.hiw8 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.hiw8 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%}
.tqow5 .bkwx { background: transparent; text-align: center; }
.v064vh .mxkz {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.n61mnd .mxkz {
  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);
}
.s95px .ch9phr { display: grid; grid-template-columns: auto 1fr; }
.s95px .mxkz {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.s95px .bkwx { grid-column: 2; }
.s95px .md35wzwu,
.s95px .hiw8 { grid-column: 1 / -1; }
.rd1q .ch9phr { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.rd1q .mxkz {
  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);
}
.rd1q .bkwx { grid-column: 2; }
.rd1q .md35wzwu,
.rd1q .hiw8 { grid-column: 1 / -1; }
.vetr .ch9phr { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.vetr .bkwx { background: none; color: var(--accent-light); font-weight: 700; }
.i82z .ch9phr { 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); }
.i82z .bkwx { background: none; color: var(--accent-light); font-weight: 700; }
.od1ih .ch9phr { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.od1ih .ch9phr:last-child { border-bottom: none; }
.od1ih .bkwx { background: none; color: var(--accent-light); font-weight: 700; }
.apacdg .ch9phr { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.apacdg .bkwx { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.m0nw .g1ck3pk { counter-reset: card-n; }
.m0nw .ch9phr  { counter-increment: card-n; }
.m0nw .bkwx { display: flex; align-items: center; gap: 10px; }
.m0nw .bkwx::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;
}
.j82g97e .ch9phr { background: var(--bg-surface); border: 1px solid var(--border); }
.j82g97e .bkwx { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.bqhq4 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.kzhre3  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.x4gjj { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.jerb { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.zj9i { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.bqhq4 strong { color: var(--text-primary); font-size: 0.95rem; }
.bqhq4 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.med8y { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.yobu5, .npd6ghj { border-radius: 8px; padding: 14px; }
.yobu5 { background: var(--bg-pros); }
.npd6ghj { background: var(--bg-cons); }
.y0r1 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.yobu5 .y0r1 { color: var(--c-pros-label); }
.npd6ghj .y0r1 { color: #f87171; }
.yobu5 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.npd6ghj ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.aieiybf { width: 100%; height: auto; border-radius: 10px; display: block; }
.qxvi {
  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;
}
.qxvi:hover { opacity: 0.85; }
.sph3no1 .qxvi  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.sph3no1 .qxvi:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.qdxkv .qxvi  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.qdxkv .qxvi:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.pozp .ctnl9rs { border-radius: 50px; }
.pozp .qxvi  { border-radius: 50px; }
.yyf6g4q .ctnl9rs { padding-left: 22px; padding-right: 22px; }
.yyf6g4q .qxvi  { padding-left: 12px; padding-right: 12px; }
.pgnm .ctnl9rs { padding-left: 44px; padding-right: 44px; }
.pgnm .qxvi  { padding-left: 24px; padding-right: 24px; }
.nnxnyza .ctnl9rs { padding-left: 56px; padding-right: 56px; }
.nnxnyza .qxvi  { padding-left: 32px; padding-right: 32px; }
.s6cu   .ctnl9rs::after, .s6cu   .qxvi::after,
.nabi .ctnl9rs::after, .nabi .qxvi::after,
.j5hb2    .ctnl9rs::after, .j5hb2    .qxvi::after,
.l1ymtbi6    .ctnl9rs::after, .l1ymtbi6    .qxvi::after,
.lhyojkd    .ctnl9rs::after, .lhyojkd    .qxvi::after,
.qiaxi12a     .ctnl9rs::after, .qiaxi12a     .qxvi::after,
.ufhi    .ctnl9rs::after, .ufhi    .qxvi::after,
.qrko8jy   .ctnl9rs::after, .qrko8jy   .qxvi::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;
}
.s6cu .ctnl9rs::after, .s6cu .qxvi::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");
}
.nabi .ctnl9rs::after, .nabi .qxvi::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");
}
.j5hb2 .ctnl9rs::after, .j5hb2 .qxvi::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");
}
.l1ymtbi6 .ctnl9rs::after, .l1ymtbi6 .qxvi::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");
}
.lhyojkd .ctnl9rs::after, .lhyojkd .qxvi::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");
}
.qiaxi12a .ctnl9rs::after, .qiaxi12a .qxvi::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");
}
.ufhi .ctnl9rs::after, .ufhi .qxvi::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");
}
.qrko8jy .ctnl9rs::after, .qrko8jy .qxvi::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");
}
.zjifhb   .z010rp14::after, .zjifhb   .kv257::after,
.ohmzws5 .z010rp14::after, .ohmzws5 .kv257::after,
.fadjy    .z010rp14::after, .fadjy    .kv257::after,
.kwy86n    .z010rp14::after, .kwy86n    .kv257::after,
.eyg02qg    .z010rp14::after, .eyg02qg    .kv257::after,
.jm7xhl     .z010rp14::after, .jm7xhl     .kv257::after,
.ahknlb    .z010rp14::after, .ahknlb    .kv257::after,
.vxp5ks   .z010rp14::after, .vxp5ks   .kv257::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;
}
.zjifhb .z010rp14::after, .zjifhb .kv257::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");
}
.ohmzws5 .z010rp14::after, .ohmzws5 .kv257::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");
}
.fadjy .z010rp14::after, .fadjy .kv257::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");
}
.kwy86n .z010rp14::after, .kwy86n .kv257::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");
}
.eyg02qg .z010rp14::after, .eyg02qg .kv257::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");
}
.jm7xhl .z010rp14::after, .jm7xhl .kv257::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");
}
.ahknlb .z010rp14::after, .ahknlb .kv257::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");
}
.vxp5ks .z010rp14::after, .vxp5ks .kv257::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");
}
.ddc8mmf9 .sz3a   { background: rgba(128,128,128,.12); }
.fgezkvmf.qxvi {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .bjjf {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .bjjf::before    { grid-area: rank;   }
  .p8wu82           { grid-area: ident;  }
  .nlfuwz2     { grid-area: rating; min-width: 0; width: auto; }
  .h904wc           { grid-area: pills;  }
  .fgezkvmf             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .bjjf {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .bjjf::before    { justify-self: center; }
  .p8wu82           { width: 100%; }
  .nlfuwz2     { justify-self: center; }
  .h904wc           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .qsyimz4v .do6j0mb {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .qsyimz4v .dy3w { margin: 0; }
}
.jalhl5 .gv2z { padding: 0; gap: 0; overflow: hidden; }
.jalhl5 .ljb8u1k { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.jalhl5 .km5xxp { padding: 16px 20px; }
.jalhl5 .d72god { padding: 16px 20px; align-self: center; }
.bpzfvt .med8y { gap: 10px; }
.bpzfvt .yobu5, .bpzfvt .npd6ghj { padding: 12px; }
.bpzfvt .yobu5 ul, .bpzfvt .npd6ghj ul { margin: 4px 0 0; padding-left: 18px; }
.bpzfvt .yobu5 li, .bpzfvt .npd6ghj li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .pr92q { grid-template-columns: 1fr; }
  .sxau { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .sxau .fwnddqxr { width: 72px; height: 50px; }
  .sxau .pun2 { max-width: 180px; }
  .sxau .rnkruyp2 { width: auto; }
}
@media (max-width: 720px) {
  .ot86 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .xtva8e88 { padding: 16px; }
  .aduqqz .sqxy9dv { min-width: 50%; }
}
.zpxrpxz4 .med8y { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .nmpr { grid-template-columns: 1fr; }
  .qphv21tp { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .x7345 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .m1ns3s { flex-wrap: wrap; padding: 16px; }
}
.s6e1rnp .med8y { gap: 8px; }
.s6e1rnp .yobu5, .s6e1rnp .npd6ghj { padding: 8px; }
@media (max-width: 480px) {
  .t5ufd0 { flex-direction: column; align-items: stretch; }
}
.df5tu1y4 .rnkruyp2 .qxvi { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .w1qkb0u { flex-direction: column; align-items: stretch; gap: 10px; }
  .df5tu1y4 .rnkruyp2 { text-align: center; }
}
@media (max-width: 720px) {
  .rvi2oxti { grid-template-columns: 1fr; }
  .a36tji { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .mh9wun { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .kvfhi08s { grid-template-columns: 1fr; }
  .dj5qi { width: 100px; height: 100px; margin: 16px auto; }
  .nkw8qmb0 { font-size: 1.4rem; }
  .i5qhwv { justify-content: center; }
  .ttywvi .sqxy9dv { min-width: 50%; }
}
.libqlbig .med8y { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .lwol4c { flex-wrap: wrap; padding: 14px 16px; }
  .wktu46v9 { padding: 12px 16px; }
  .libqlbig .med8y { margin: 0 16px; }
  .libqlbig .ygjcww9 { padding: 0 16px; }
  .q0c83 { padding: 12px 16px; }
}
.ypyf .bjjf {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.ypyf .bjjf:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.jiv7 .h904wc .yvt93g2c {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.jiv7 .h904wc .yvt93g2c:first-child { border-left: none; }
.qs7smm { margin: 16px 0; }
.nfv2 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.nfv2 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.nfv2 summary::after { content: "+"; color: var(--accent-light); }
.nfv2[open] summary::after { content: "−"; }
.nfv2 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.yfcf { margin-bottom: 0; }
.di63lvm h2.xxm3f4n { color: var(--text-primary); border-color: var(--accent-light); }
.e89ug6ec h2.xxm3f4n { color: var(--text-primary); border-color: var(--accent-light); }
.npkd7mw .kzhre3     { background: #052e16; border-color: #10b981; }
.npkd7mw .x4gjj { background: #2d0a1e; border-color: #f43f5e; }
.npkd7mw .jerb    { background: #1e1036; border-color: #a855f7; }
.npkd7mw .bqhq4 strong  { color: #f1f5f9; }
.npkd7mw .bqhq4 p       { color: #cbd5e1; }
.npkd7mw .o2vco    .kzhre3     .zj9i::before,
.npkd7mw .ce6u7p  .kzhre3     .zj9i::before,
.npkd7mw .etb5nku5  .kzhre3     .zj9i::before,
.npkd7mw .hmgohw .kzhre3     .zj9i::before { color: #10b981; }
.npkd7mw .o2vco    .x4gjj .zj9i::before,
.npkd7mw .ce6u7p  .x4gjj .zj9i::before,
.npkd7mw .etb5nku5  .x4gjj .zj9i::before,
.npkd7mw .hmgohw .x4gjj .zj9i::before { color: #f43f5e; }
.npkd7mw .o2vco    .jerb    .zj9i::before,
.npkd7mw .ce6u7p  .jerb    .zj9i::before,
.npkd7mw .etb5nku5  .jerb    .zj9i::before,
.npkd7mw .hmgohw .jerb    .zj9i::before { color: #a855f7; }
.zmyc8bd .kzhre3     { background: #2d2000; border-color: #eab308; }
.zmyc8bd .x4gjj { background: #2d0b0b; border-color: #ef4444; }
.zmyc8bd .jerb    { background: #2d1600; border-color: #f97316; }
.zmyc8bd .bqhq4 strong  { color: #f1f5f9; }
.zmyc8bd .bqhq4 p       { color: #cbd5e1; }
.zmyc8bd .o2vco    .kzhre3     .zj9i::before,
.zmyc8bd .ce6u7p  .kzhre3     .zj9i::before,
.zmyc8bd .etb5nku5  .kzhre3     .zj9i::before,
.zmyc8bd .hmgohw .kzhre3     .zj9i::before { color: #eab308; }
.zmyc8bd .o2vco    .x4gjj .zj9i::before,
.zmyc8bd .ce6u7p  .x4gjj .zj9i::before,
.zmyc8bd .etb5nku5  .x4gjj .zj9i::before,
.zmyc8bd .hmgohw .x4gjj .zj9i::before { color: #ef4444; }
.zmyc8bd .o2vco    .jerb    .zj9i::before,
.zmyc8bd .ce6u7p  .jerb    .zj9i::before,
.zmyc8bd .etb5nku5  .jerb    .zj9i::before,
.zmyc8bd .hmgohw .jerb    .zj9i::before { color: #f97316; }
.pv0xq8iy .kzhre3     { background: #0c1a2e; border-color: #38bdf8; }
.pv0xq8iy .x4gjj { background: #12103a; border-color: #818cf8; }
.pv0xq8iy .jerb    { background: #0a2020; border-color: #2dd4bf; }
.pv0xq8iy .bqhq4 strong  { color: #f1f5f9; }
.pv0xq8iy .bqhq4 p       { color: #cbd5e1; }
.pv0xq8iy .o2vco    .kzhre3     .zj9i::before,
.pv0xq8iy .ce6u7p  .kzhre3     .zj9i::before,
.pv0xq8iy .etb5nku5  .kzhre3     .zj9i::before,
.pv0xq8iy .hmgohw .kzhre3     .zj9i::before { color: #38bdf8; }
.pv0xq8iy .o2vco    .x4gjj .zj9i::before,
.pv0xq8iy .ce6u7p  .x4gjj .zj9i::before,
.pv0xq8iy .etb5nku5  .x4gjj .zj9i::before,
.pv0xq8iy .hmgohw .x4gjj .zj9i::before { color: #818cf8; }
.pv0xq8iy .o2vco    .jerb    .zj9i::before,
.pv0xq8iy .ce6u7p  .jerb    .zj9i::before,
.pv0xq8iy .etb5nku5  .jerb    .zj9i::before,
.pv0xq8iy .hmgohw .jerb    .zj9i::before { color: #2dd4bf; }
.tokl .kzhre3     { background: var(--accent-bg); border-color: var(--accent-light); }
.tokl .x4gjj { background: var(--accent-bg-light); border-color: var(--accent-light); }
.tokl .jerb    { background: var(--accent-bg); border-color: var(--accent-pale); }
.tokl .o2vco    .zj9i::before,
.tokl .ce6u7p  .zj9i::before,
.tokl .etb5nku5  .zj9i::before,
.tokl .hmgohw .zj9i::before { color: var(--accent-light) !important; }
.wscwahd::before,
.rjypsu::before { margin-right: 5px; }
.hd0t .yobu5 ul li,
.hd0t .m4jcdfx li         { color: #4ade80; }
.hd0t .yobu5 .wscwahd { color: #22c55e; }
.hd0t .npd6ghj ul li,
.hd0t .sexia li         { color: #f87171; }
.hd0t .npd6ghj .rjypsu { color: #ef4444; }
.redzjev .yobu5 { background: var(--bg-pros); }
.redzjev .npd6ghj { background: var(--bg-cons); }
.redzjev .yobu5 .wscwahd { color: var(--c-pros-label); }
.redzjev .npd6ghj .rjypsu { color: var(--c-cons); }
.redzjev .yobu5 ul li,
.redzjev .npd6ghj ul li,
.j91hqb .yobu5 { background: var(--bg-pros); }
.j91hqb .npd6ghj { background: var(--bg-cons); }
.j91hqb .yobu5 .wscwahd { color: var(--c-pros-label); }
.j91hqb .npd6ghj .rjypsu { color: var(--c-cons); }
.j91hqb .yobu5 ul li,
.j91hqb .npd6ghj ul li,
.vgly .wscwahd::before { content: "✓ "; }
.vgly .rjypsu::before { content: "✗ "; }
.a7k9r .wscwahd::before { content: "→ "; }
.a7k9r .rjypsu::before { content: "← "; }
.hhv9ybd .wscwahd::before { content: "★ "; }
.hhv9ybd .rjypsu::before { content: "✕ "; }
.y4zu .wscwahd::before { content: "◆ "; }
.y4zu .rjypsu::before { content: "▲ "; }
.kprs257v .bqhq4 { background: transparent; border-left: none; border: 1.5px solid; }
.kprs257v .kzhre3     { border-color: var(--c-tip-border); }
.kprs257v .x4gjj { border-color: var(--c-warn-border); }
.kprs257v .jerb    { border-color: #60a5fa; }
.kprs257v .bqhq4 strong { color: var(--text-primary); }
.kprs257v .bqhq4 p      { color: var(--text-muted); }
.c7pty4 .bqhq4 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.c7pty4 .kzhre3     { border-top-color: var(--c-tip-border); }
.c7pty4 .x4gjj { border-top-color: var(--c-warn-border); }
.c7pty4 .jerb    { border-top-color: #60a5fa; }
.uqhe3 .bqhq4 { border-left: none; border-radius: 8px; }
.uqhe3 .kzhre3     { background: #065f46; }
.uqhe3 .x4gjj { background: #92400e; }
.uqhe3 .jerb    { background: #1e3a8a; }
.uqhe3 .bqhq4 strong,
.uqhe3 .bqhq4 p { color: #fff; }
.uqhe3 .zj9i::before { color: rgba(255,255,255,0.85) !important; }
.npkd7mw.uqhe3 .kzhre3,
.npkd7mw .uqhe3 .kzhre3     { background: #052e16; }
.npkd7mw.uqhe3 .x4gjj,
.npkd7mw .uqhe3 .x4gjj { background: #2d0a1e; }
.npkd7mw.uqhe3 .jerb,
.npkd7mw .uqhe3 .jerb    { background: #1e1036; }
.zmyc8bd.uqhe3 .kzhre3,
.zmyc8bd .uqhe3 .kzhre3      { background: #2d2000; }
.zmyc8bd.uqhe3 .x4gjj,
.zmyc8bd .uqhe3 .x4gjj  { background: #2d0b0b; }
.zmyc8bd.uqhe3 .jerb,
.zmyc8bd .uqhe3 .jerb     { background: #2d1600; }
.pv0xq8iy.uqhe3 .kzhre3,
.pv0xq8iy .uqhe3 .kzhre3      { background: #0c1a2e; }
.pv0xq8iy.uqhe3 .x4gjj,
.pv0xq8iy .uqhe3 .x4gjj  { background: #12103a; }
.pv0xq8iy.uqhe3 .jerb,
.pv0xq8iy .uqhe3 .jerb     { background: #0a2020; }
.y6uqqm9 .bqhq4 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.y6uqqm9 .kzhre3     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.y6uqqm9 .x4gjj { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.y6uqqm9 .jerb    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.y6uqqm9 .bqhq4 strong { color: var(--text-primary); }
.y6uqqm9 .bqhq4 p      { color: var(--text-muted); }
.e5ghx3x .bqhq4 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.o2vco .zj9i,
.ce6u7p .zj9i,
.etb5nku5 .zj9i,
.hmgohw .zj9i { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.o2vco .zj9i::before,
.ce6u7p .zj9i::before,
.etb5nku5 .zj9i::before,
.hmgohw .zj9i::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.o2vco .kzhre3     .zj9i::before { content: "✦"; color: var(--c-tip-border); }
.o2vco .x4gjj .zj9i::before { content: "▲"; color: var(--c-warn-border); }
.o2vco .jerb    .zj9i::before { content: "◉"; color: #60a5fa; }
.ce6u7p .kzhre3     .zj9i::before { content: "★"; color: var(--c-tip-border); }
.ce6u7p .x4gjj .zj9i::before { content: "◆"; color: var(--c-warn-border); }
.ce6u7p .jerb    .zj9i::before { content: "●"; color: #60a5fa; }
.etb5nku5 .kzhre3     .zj9i::before { content: "▶"; color: var(--c-tip-border); }
.etb5nku5 .x4gjj .zj9i::before { content: "■"; color: var(--c-warn-border); }
.etb5nku5 .jerb    .zj9i::before { content: "▸"; color: #60a5fa; }
.hmgohw .kzhre3     .zj9i::before { content: "→"; color: var(--c-tip-border); }
.hmgohw .x4gjj .zj9i::before { content: "⬥"; color: var(--c-warn-border); }
.hmgohw .jerb    .zj9i::before { content: "◈"; color: #60a5fa; }
.ppm0 .t3bzrh .o4yz4,
.ppm0 .ghu29n9 .o4yz4  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ppm0 .ch9phr                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ppm0 .yp61v          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ppm0 .ef6m                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ldsf .t3bzrh .o4yz4,
.ldsf .ghu29n9 .o4yz4,
.ldsf .ch9phr,
.ldsf .bjjf,
.ldsf .dy3w,
.ldsf .yp61v,
.ldsf .ef6m,
.ldsf .e5ghx3x .bqhq4 { box-shadow: none; }
.ayh9i86   .bhtroor, .ayh9i86 .a2t0kscj, .ayh9i86 .uz7mx504,
.ayh9i86   .pzeuk90j, .ayh9i86 .psfra { font-size: 0.9rem; }
.ayh9i86   .e94wlxf4, .ayh9i86 .idy64635 { font-size: 0.9rem; }
.wb5h   .bhtroor, .wb5h .a2t0kscj, .wb5h .uz7mx504,
.wb5h   .pzeuk90j, .wb5h .psfra { font-size: 0.95rem; }
.wb5h   .e94wlxf4, .wb5h .idy64635 { font-size: 0.95rem; }
.p0f7   .bhtroor, .p0f7 .a2t0kscj, .p0f7 .uz7mx504,
.p0f7   .pzeuk90j, .p0f7 .psfra { font-size: 1.08rem; }
.p0f7   .e94wlxf4, .p0f7 .idy64635 { font-size: 1.05rem; }
.p0f7   .apv0i { font-size: 0.97rem; }
.rqvu2fh .gzc0ti      { font-size: 3.2rem; }
.rqvu2fh h2.xxm3f4n { font-size: 1.9rem; }
.rqvu2fh h3.xc0gzhj8     { font-size: 1.4rem; }
.zb6z1ui .gzc0ti      { font-size: 3.8rem; }
.zb6z1ui h2.xxm3f4n { font-size: 2.2rem; }
.zb6z1ui h3.xc0gzhj8     { font-size: 1.6rem; }
.yfcf + .yfcf { position: relative; }
.hd98x0sg   .yfcf + .yfcf::before,
.wjjj  .yfcf + .yfcf::before,
.gmmpy9   .yfcf + .yfcf::before,
.rhh948   .yfcf + .yfcf::before,
.bsc0u6r   .yfcf + .yfcf::before,
.tskdwgv .yfcf + .yfcf::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.hd98x0sg .yfcf + .yfcf::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.wjjj .yfcf + .yfcf::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.gmmpy9 .yfcf + .yfcf::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;
}
.rhh948 .yfcf + .yfcf::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.nx9vj29 .yfcf { margin-bottom: 16px; }
.nx9vj29 .yfcf + .yfcf { margin-top: 0; }
.nx9vj29 .ttxql3 { padding-top: 0; padding-bottom: 0; }
.bsc0u6r .yfcf + .yfcf::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.tskdwgv .yfcf + .yfcf::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.taaapdq .yfcf + .yfcf::before,
.z9bsn .yfcf + .yfcf::before,
.i2i5fff6 .yfcf + .yfcf::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%;
}
.ioew1sr .taaapdq .yfcf:nth-child(even)::before,
.ioew1sr .z9bsn .yfcf:nth-child(even)::before,
.ioew1sr .i2i5fff6 .yfcf:nth-child(even)::before { background: var(--bg-surface); }
.nrgf .taaapdq .yfcf:nth-child(even)::before,
.nrgf .z9bsn .yfcf:nth-child(even)::before,
.nrgf .i2i5fff6 .yfcf:nth-child(even)::before { background: var(--bg-card); }
.taaapdq .yfcf + .yfcf::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");
}
.z9bsn .yfcf + .yfcf::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");
}
.i2i5fff6 .yfcf + .yfcf::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");
}
.y45si .mb38h7,
.fr4h .mb38h7,
.ckparu .mb38h7 { overflow: hidden; }
.y45si .olxs0,
.fr4h .olxs0 { margin-bottom: 60px; }
.ckparu .olxs0 { margin-bottom: 70px; }
.y45si .mb38h7::before,
.fr4h .mb38h7::before,
.ckparu .mb38h7::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%;
}
.y45si .mb38h7::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");
}
.fr4h .mb38h7::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");
}
.ckparu .mb38h7::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");
}
.bo7pbqt1 .mb38h7:not(.pomf) .frupq { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ofeiz .mb38h7:not(.pomf) .frupq { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.zkja0zf  .mb38h7:not(.pomf) .frupq { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.gyhu4qe3  .mb38h7:not(.pomf) .frupq { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.gyhu4qe3 .pomf { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.gyhu4qe3 .w3vz9ly { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.gyhu4qe3 .s7pw8ng { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.nxfug .pomf .frupq { background: none; }
.nxfug .mb38h7:not(.pomf) .frupq { background: rgba(0,0,0,0.6); }
.lbmce .qme7 { float: left; width: 38%; margin: 0 28px 16px 0; }
.lbmce .qme7 .aieiybf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.lbmce .ttxql3::after { content: ''; display: block; clear: both; }
.ty6ai .qme7 { float: right; width: 38%; margin: 0 0 16px 28px; }
.ty6ai .qme7 .aieiybf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ty6ai .ttxql3::after { content: ''; display: block; clear: both; }
.znxza .yfcf:nth-child(odd)  .qme7 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.znxza .yfcf:nth-child(even) .qme7 { float: right; width: 38%; margin: 0 0 16px 28px; }
.znxza .qme7 .aieiybf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.znxza .ttxql3::after { content: ''; display: block; clear: both; }
.lbmce .g1ck3pk,
.ty6ai .g1ck3pk,
.ty6ai .c1ba,
.znxza .g1ck3pk,
@media (max-width: 900px) {
  .lbmce .qme7,
  .ty6ai .qme7,
  .znxza .yfcf:nth-child(odd)  .qme7,
  .znxza .yfcf:nth-child(even) .qme7 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .lbmce .qme7 .aieiybf,
  .ty6ai .qme7 .aieiybf,
  .znxza .qme7 .aieiybf {
    max-height: none !important;
  }
}
.lbmce .e94wlxf4,
.lbmce .idy64635,
.ty6ai .e94wlxf4,
.ty6ai .idy64635,
.znxza .e94wlxf4,
.znxza .idy64635 { overflow: hidden; }
@media (max-width: 640px) {
  .lbmce .qme7,
  .ty6ai .qme7,
  .znxza .qme7 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.i7bar91v .hubh8cai,
.i7bar91v .ttxql3,
.i7bar91v .xlkxyju  { max-width: 1100px; }
.e0q36 .hubh8cai,
.e0q36 .ttxql3,
.e0q36 .xlkxyju  { max-width: 1200px; }
.cl4nh .hubh8cai,
.cl4nh .ttxql3,
.cl4nh .xlkxyju  { max-width: 1320px; }
.cl4nh { --content-mw: 1320px; }
.aahwcu6 { font-size: 0.82rem; color: var(--text-muted); }
.nbulgwz7 { display: flex; align-items: center; }
.ma2f {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.o3kfjavq { display: flex; align-items: center; }
.sjltd4r4 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.sjltd4r4:hover { text-decoration: underline; }
.adrxg { margin: 0 3px; opacity: 0.45; }
.adrxg::before { content: '/'; }
.b243b { padding: 2px 5px; color: var(--text-main); }
.oamn4x .aahwcu6 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.oamn4x .nbulgwz7 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.rxlt .aahwcu6 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.rxlt .nbulgwz7 { padding: 0 0 0 12px; }
.zc4hg .nbulgwz7 { padding: 0 16px; }
.zc4hg .aahwcu6 {
  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);
}
.zc4hg .hubh8cai { padding-top: 28px; }
@media (max-width: 720px) {
  .ckncv { margin-top: 18px; padding: 0 16px; }
  .zc4hg .hubh8cai { padding-top: 16px; }
}
.i7bar91v.oamn4x .nbulgwz7 { max-width: 1100px; }
.e0q36.oamn4x .nbulgwz7 { max-width: 1200px; }
.cl4nh.oamn4x .nbulgwz7 { max-width: 1320px; }
.cl4nh .ckncv { max-width: 1320px; }
.z48z1wo .yfcf { padding-top: 16px; padding-bottom: 16px; }
.ev1avdf .yfcf { padding-top: 24px; padding-bottom: 24px; }
.a2zwx .yfcf { padding-top: 40px; padding-bottom: 40px; }
.qvgro .yfcf { padding-top: 52px; padding-bottom: 52px; }
.jzyfn89 .yfcf:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.jzyfn89 .yfcf:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.jzyfn89 .yfcf:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.jzyfn89 .yfcf:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.epyr .ttxql3 { padding-top: 10px;  padding-bottom: 10px; }
.ooc642k6 .ttxql3 { padding-top: 18px;  padding-bottom: 18px; }
.rtxt .ttxql3 { padding-top: 36px;  padding-bottom: 36px; }
.qqzv .ttxql3 { padding-top: 48px;  padding-bottom: 48px; }
.v1an6 h2.xxm3f4n { font-weight: 600; }
.v1an6 h3.xc0gzhj8     { font-weight: 600; }
.k0k0 h2.xxm3f4n { font-weight: 800; }
.k0k0 h3.xc0gzhj8     { font-weight: 700; }
.vxmutr { font-weight: 600; }
.vxmutr h2.xxm3f4n { font-weight: 900; }
.vxmutr h3.xc0gzhj8     { font-weight: 800; }
.vxmutr .bqhq4 strong,
.vxmutr .bqhq4 strong { font-weight: 600; }
.z010rp14 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.ett9xgwl .z010rp14 { display: none; }
@media (max-width: 640px) {
  .mcg3 { display: none; }
  .z010rp14 {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.z010rp14 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.z010rp14:hover { opacity: 0.85; }
.qepoyp .z010rp14 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.kjxi7 .z010rp14,
.dqv0nn9s  .z010rp14 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.kjxi7 .z010rp14:hover,
.dqv0nn9s  .z010rp14:hover { opacity: 0.88; }
.qepoyp.kjxi7 .z010rp14,
.qepoyp.dqv0nn9s  .z010rp14 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.kv257 {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.kv257:hover { transform: translateY(-2px); opacity: 0.92; }
.kv257 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.zzq91 .kv257 { display: none; }
.fw3gk .kv257 { right: 32px; }
.tpjle5  .kv257 { left: 32px; }
@media (max-width: 480px) {
  .fw3gk .kv257 { right: 20px; bottom: 20px; }
  .tpjle5  .kv257 { left: 20px; bottom: 20px; }
}
.yh703pvy { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.xlkxyju { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.vq44n { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.kbmm { color: var(--text-dim); font-size: 0.8rem; }
.eua1z a, .gul2ztvc a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.eua1z a:hover, .gul2ztvc a:hover { color: var(--accent-light); }
.gul2ztvc { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.ok2ep1a .xlkxyju { text-align: center; }
.ok2ep1a .gul2ztvc { justify-content: center; margin-bottom: 16px; }
.ok2ep1a .vq44n { margin-top: 0; }
.bzl79i { margin-top: 10px; }
.bzl79i a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .xlkxyju { padding-left: 16px; padding-right: 16px; }
  .ozoinz .xlkxyju { padding: 20px 16px; }
  .gul2ztvc { gap: 4px 12px; }
  .vq44n { font-size: 0.78rem; }
}
.ki9dp .vq44n { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ki9dp .kbmm { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ki9dp .qwft { grid-template-columns: 1fr 1fr; } .ki9dp .hmvdm { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ki9dp .qwft { grid-template-columns: 1fr; } }
.exg4ezp .vq44n { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .exg4ezp .b9en9hq { gap: 12px; } .exg4ezp .tfn3lpj { margin-right: 0; width: 100%; } }
.wgmm6 .vq44n { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.wgmm6 .kbmm { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .wgmm6 .zeol6eeo { grid-template-columns: 1fr 1fr; } .wgmm6 .qktygy { grid-column: 1 / -1; } }
@media (max-width: 480px) { .wgmm6 .zeol6eeo { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .w6c4u .qzyw { grid-template-columns: 1fr 1fr; } .w6c4u .ucv10p:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .w6c4u .qzyw { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .u6cjutc .qzyw { grid-template-columns: 1fr; } }
.ct92b5 .xlkxyju { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ct92b5 .gul2ztvc { justify-content: center; }
.d3qk94 .ccjku0ug      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.d3qk94 .yh703pvy { background: var(--bg-page); border-top-color: var(--border-alt); }
.ms8b9k .ccjku0ug      { background: #0d1117; border-bottom-color: #21262d; }
.ms8b9k .jsrl { color: var(--accent-light); }
.ms8b9k .x0ogor { --msep-color: #8b949e; }
.ms8b9k .x0ogor a { color: #8b949e; }
.ms8b9k .x0ogor a:hover { color: var(--accent-light); }
.ms8b9k .ncyxo { color: #8b949e; }
.ms8b9k .yh703pvy { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.ms8b9k .vq44n,
.ms8b9k .kbmm { color: #6e7681; }
.ms8b9k .eua1z a, .ms8b9k .gul2ztvc a,
.ms8b9k .eua1z a:hover, .ms8b9k .gul2ztvc a:hover,
@media (max-width: 640px) {
  .ms8b9k .x0ogor { background: #0d1117; border-top-color: #21262d; }
  .ms8b9k .x0ogor li a { border-bottom-color: #21262d; }
}
.mnmfya1 .ccjku0ug      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.mnmfya1 .jsrl { color: var(--accent-light); }
.mnmfya1 .x0ogor { --msep-color: #475569; }
.mnmfya1 .x0ogor a { color: #475569; }
.mnmfya1 .x0ogor a:hover { color: var(--accent-light); }
.mnmfya1 .ncyxo { color: #64748b; }
.mnmfya1 .yh703pvy { background: #f0f4f8; border-top-color: #cbd5e1; }
.mnmfya1 .vq44n,
.mnmfya1 .kbmm { color: #64748b; }
.mnmfya1 .eua1z a, .mnmfya1 .gul2ztvc a,
.mnmfya1 .eua1z a:hover, .mnmfya1 .gul2ztvc a:hover,
@media (max-width: 640px) {
  .mnmfya1 .x0ogor { background: #f0f4f8; border-top-color: #cbd5e1; }
  .mnmfya1 .x0ogor li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.kjxi7 .ccjku0ug      { background: var(--accent); border-bottom-color: var(--accent-light); }
.kjxi7 .jsrl { color: #fff; }
.kjxi7 .x0ogor { --msep-color: rgba(255,255,255,0.82); }
.kjxi7 .x0ogor a { color: rgba(255,255,255,0.82); }
.kjxi7 .x0ogor a:hover { color: #fff; }
.kjxi7 .ncyxo { color: rgba(255,255,255,0.9); }
.kjxi7 .yh703pvy { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.kjxi7 .vq44n,
.kjxi7 .kbmm { color: rgba(255,255,255,0.72); }
.kjxi7 .eua1z a, .kjxi7 .gul2ztvc a,
.kjxi7 .eua1z a:hover, .kjxi7 .gul2ztvc a:hover,
@media (max-width: 640px) {
  .kjxi7 .x0ogor { background: var(--accent); border-top-color: var(--accent-light); }
  .kjxi7 .x0ogor li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.dqv0nn9s .ccjku0ug {
  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);
}
.dqv0nn9s .yh703pvy {
  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) {
  .dqv0nn9s .x0ogor {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.pjixz6k7 .cwqmkkd0 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.kpvyut5 .cwqmkkd0 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.d3z2 .cwqmkkd0 { min-height: 72px; height: auto; }
.v7fnsjg .cwqmkkd0 { min-height: 84px; height: auto; }
.ozoinz .cwqmkkd0 { max-width: none; padding: 0 32px; }
.ozoinz .xlkxyju  { max-width: none; padding: 24px 32px; }
.txyctx2p.e0q36 .cwqmkkd0 { max-width: 1200px; }
.txyctx2p.cl4nh .cwqmkkd0 { max-width: 1320px; }
.lpj5k45   .jsrl, .lpj5k45   .tfn3lpj { text-transform: capitalize; }
.lsg0y .jsrl, .lsg0y .tfn3lpj { text-transform: lowercase; }
.ocl2uo .jsrl, .ocl2uo .tfn3lpj { text-transform: uppercase; letter-spacing: 0.06em; }
.qwo8ra, .p9t0ila {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.tc32k .qwo8ra,
.d6yjbsu .qwo8ra,
.oikgdqq .qwo8ra,
.vyyzam .qwo8ra,
.rthiun   .x0ogor a { font-weight: 500; }
.d9c7 .x0ogor a { font-weight: 600; }
.iy9jt     .x0ogor a { font-weight: 700; }
.p7ir1gd    .x0ogor a { font-weight: 800; letter-spacing: 0.01em; }
.o5pld2x     .x0ogor > li + li::before,
.eeyxv    .x0ogor > li + li::before,
.gr2kq81e    .x0ogor > li + li::before,
.mlzdxjj3 .x0ogor > li + li::before,
.xeh3 .x0ogor > li + li::before,
.gmk7f  .x0ogor > li + li::before,
.m12un    .x0ogor > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.o5pld2x     .x0ogor > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.eeyxv    .x0ogor > li + li::before { content: "|"; }
.gr2kq81e    .x0ogor > li + li::before { content: "—"; }
.mlzdxjj3 .x0ogor > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.xeh3 .x0ogor > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.gmk7f  .x0ogor > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.m12un    .x0ogor > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .losm298m .ncyxo,
  .dy9qcri9 .ncyxo,
  .ulk2op0v .ncyxo,
  .lwwz54ur .ncyxo,
  .zb4ar .ncyxo {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .losm298m .ncyxo::before,
  .dy9qcri9 .ncyxo::before,
  .ulk2op0v .ncyxo::before,
  .lwwz54ur .ncyxo::before,
  .zb4ar .ncyxo::before { content: ""; display: block; flex-shrink: 0; }

  
  .losm298m .ncyxo::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;
  }

  
  .dy9qcri9 .ncyxo::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;
  }

  
  .ulk2op0v .ncyxo::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;
  }

  
  .lwwz54ur .ncyxo::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;
  }

  
  .zb4ar .ncyxo::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) {
  .wcufez1r .ncyxo {
    padding: 5px 14px;
  }
  .wcufez1r .x0ogor {
    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;
  }
  .wcufez1r .x0ogor li a {
    border-bottom: none; padding: 10px 22px;
  }
  .wcufez1r .x0ogor li a:hover { background: var(--bg-raised); }
  .wcufez1r .hpvhnaz,
  .zwyo6g .hpvhnaz,
  .vjbn1z1o .hpvhnaz { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .dynkyj .ncyxo {
    padding: 5px 10px;
  }
  .dynkyj .x0ogor {
    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);
  }
  .dynkyj .x0ogor.qq8g { transform: translateX(0); }
  .dynkyj .x0ogor li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .dynkyj .x0ogor li:last-child a { border-bottom: none; }
  .kjxi7 .x0ogor,
  .ms8b9k .x0ogor { background: var(--accent) !important; }
  .kjxi7 .x0ogor li a,
  .ms8b9k .x0ogor li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .vjbn1z1o .ncyxo {
    padding: 5px 10px;
  }
  .vjbn1z1o .x0ogor {
    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);
  }
  .vjbn1z1o .x0ogor::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .vjbn1z1o .x0ogor.qq8g { transform: translateY(0); }
  .vjbn1z1o .x0ogor li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .koac9608 .ncyxo {
    padding: 5px 10px;
  }
  .koac9608 .x0ogor {
    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;
  }
  .koac9608 .x0ogor.qq8g { opacity: 1; pointer-events: auto; }
  .koac9608 .x0ogor li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .rjg0bj     .ncyxo { border-radius: 0 !important; }
  .eodd6   .ncyxo { border-radius: 8px !important; }
  .pigvhdft .ncyxo { border-radius: 50% !important; }
  .xd5t2   .ncyxo { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .xf7v .lf0bc { flex-direction: column; align-items: stretch; }
  .xf7v .ixzauubg { flex-direction: row; min-width: auto; }
  .xf7v .egn6mux3 { align-items: flex-start; text-align: left; }
}
.i2y7p,
.i2y7p.yfcf,
.ioew1sr .i2y7p,
.wejz .i2y7p,
.nrgf .i2y7p,
.s8omh6hl .i2y7p {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.o9q2kv {
  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;
}
.bik2g0s { flex: 1 1 280px; min-width: 0; }
.mhy9xh {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.kr3sm0 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.l3gj {
  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;
}
.l3gj:hover { transform: translateY(-1px); opacity: 0.95; }
.sj10lsm .o9q2kv {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.sj10lsm .mhy9xh { color: var(--cta); }
.sj10lsm .kr3sm0 { color: var(--text-body); }
.sj10lsm .l3gj {
  background: var(--cta) !important;
  color: #fff !important;
}
.ynt82v .o9q2kv {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.ynt82v .mhy9xh { color: var(--text-primary); }
.ynt82v .kr3sm0 { color: var(--text-body); }
.ynt82v .l3gj {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .o9q2kv {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .bik2g0s { flex: 0 0 auto; }
  .mhy9xh { font-size: 1.2rem; }
  .l3gj { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.ux5qlru .wvae0l3f { height: 36px; }
.l3b4z .wvae0l3f { height: 60px; max-width: 200px; }
.h7mw .wvae0l3f { height: 56px; max-width: 180px; }
.b19nj    .c64toc, .b19nj    .mn1uh8 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.jiv7 .yvt93g2c + .yvt93g2c {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .xx6gb .c1ba {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .xx6gb .bjjf {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .xx6gb .bjjf { padding: 40px 16px 20px; }
  .xx6gb .yvt93g2c {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .xx6gb .fgezkvmf { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .v07254l9 .bjjf {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .v07254l9 .bjjf::before {
    position: absolute; top: 14px; left: 14px;
  }
  .v07254l9 .p8wu82 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .v07254l9 .j90ml0u { white-space: normal; text-align: center; font-size: 1.2rem; }
  .v07254l9 .yvt93g2c {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .v07254l9 .fgezkvmf { width: 100%; min-width: 0; }
  .v07254l9 .c64toc { min-width: 0; }
}
.rmxhprg .bjjf::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.y67wsa .nfv2 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.y67wsa .nfv2 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.y67wsa .nfv2 p { padding: 0 2px 16px; }
.etswube7 .nfv2 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.etswube7 .nfv2 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.etswube7 .nfv2 summary::after { content: "›"; font-size: 1.2em; }
.etswube7 .nfv2[open] summary::after { content: "‹"; }
.etswube7 .nfv2 p { padding: 10px 22px 4px; }
.sgbeqfjw .nfv2 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.sgbeqfjw .nfv2 summary { color: var(--text-primary); padding-left: 16px; }
.sgbeqfjw .nfv2 summary::after { content: "›"; font-size: 1.1em; }
.sgbeqfjw .nfv2[open] summary::after { content: "‹"; }
.sgbeqfjw .nfv2 p { padding-left: 16px; }
.nn8jc0 .qs7smm { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.nn8jc0 .nfv2 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.nn8jc0 .nfv2:last-child { border-bottom: none; }
.nn8jc0 .nfv2 summary { color: var(--text-primary); border-radius: 0; }
.nn8jc0 .nfv2 summary::after { content: "›"; font-size: 1.1em; }
.nn8jc0 .nfv2[open] summary::after { content: "‹"; }
.pchdaf4 .nfv2 { overflow: hidden; }
.pchdaf4 .nfv2 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.pchdaf4 .nfv2 summary::after { color: rgba(255,255,255,.75); }
.pchdaf4 .nfv2[open] summary { border-radius: 0; }
.kwfcej { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.djvz {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.mf1uzv {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.j7bj { color: var(--text-muted); font-size: 1.05rem; }
.s4sqp6 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.e5g57s4n {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.i6qks { margin-bottom: 20px; }
.xxwmo {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ls97 {
  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;
}
.ls97:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.e949 { resize: vertical; min-height: 130px; }
.yikll66 { width: 100%; margin-top: 8px; }
.bhyv {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.ehi7t {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.k43r73y { color: var(--text-muted); line-height: 1.75; }
.kmb7gn { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.kmb7gn li { margin-bottom: 6px; }
.oajozt { max-width: 760px; margin: 0 auto; }
.ag5pz7 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.ju2m3gp3 { max-width: 760px; margin: 0 auto; }
.vj0m ul.kmb7gn { margin: 0; }
@media (max-width: 640px) { .qxkd { grid-template-columns: 1fr; gap: 10px; } }
.ib7lbg07 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.hncmyuj { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.qjj492v { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.hncmyuj p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.hncmyuj .kmb7gn { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ib7lbg07 { grid-template-columns: 1fr; } }
.ixhgs { color: inherit; text-decoration: none; }
.ixhgs:hover { color: var(--accent-light); text-decoration: underline; }
.kklv6 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.fp6b { margin-bottom: 48px; }
.zrr9o { max-width: 760px; margin: 0 auto; }
.izllx { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.izllx:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.jgluk0i { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.izllx p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.izllx ul.kmb7gn { margin: 0; }
.krjp { color: var(--text-muted); line-height: 1.75; }
.wmh1e .kmb7gn,
.z10rn08l .kmb7gn,
.jva304m9 .kmb7gn,
.ubwchw6 .kmb7gn {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.wmh1e .izllx,
.z10rn08l .izllx { text-align: left; }
.wmh1e .jgluk0i,
.z10rn08l .jgluk0i { text-align: center; }
.hf2vx { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.o16l63gw { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.l4i8q8mf { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.ke7jmjn { margin-top: 12px; }
.w4zu1rq { 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; }
.w4zu1rq:hover { border-bottom-color: var(--accent-light); }
.x94am1 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.x94am1 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wo2rj87 { border-radius: 10px; }
.zbinv6 { display: flex; align-items: center; justify-content: center; background: var(--accent-bg); color: var(--accent-light); font-weight: 800; font-size: 2.4rem; }
.h13wm { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.m4tzx { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
.kjjslwj { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .kjjslwj { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.pzhs .l4i8q8mf, .pzhs .o16l63gw { max-width: 640px; }
.wxj54fs1 .hf2vx { font-size: 1.6rem; margin-top: 18px; }
.ghrzqhr .l4i8q8mf { margin-bottom: 28px; }
@media (max-width: 860px) { .x6e7r { grid-template-columns: 1fr; } .wxj54fs1 { position: static; text-align: center; } }
.am3w6dx5 .x94am1 { margin: 0 auto 18px; }
.am3w6dx5 .h13wm { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .y3gs { grid-template-columns: 1fr; } }
.f430o .hf2vx { font-size: 1.6rem; margin-bottom: 6px; }
.ubwchw6 .kmb7gn { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .f430o { flex-direction: column; text-align: center; } .n0jbn { grid-template-columns: 1fr; } }
.cnb03 .hf2vx { font-size: 1.35rem; margin: 0 0 4px; }
.cnb03 .h13wm { margin: 0; }
.vkz95 { max-width: 760px; margin: 0 auto; }
.ilnj { position: relative; padding-left: 28px; }
.ilnj::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.ifj95d { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.ifj95d:last-child { padding-bottom: 0; }
.s54kjtv { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.g25jilau h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.g25jilau p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.dacjhshm .mf1uzv { color: var(--accent-light); }
.ni91w .mf1uzv { font-size: 2rem; }
.ni91w .j7bj { max-width: 680px; }
.ntn4eai .mf1uzv { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.ntn4eai .j7bj  { margin: 0; }
@media (max-width: 640px) { .ntn4eai { flex-direction: column; } }
.nkeeg3 {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.nkeeg3 .mf1uzv { color: var(--accent-light); }
.ctnn7 .mf1uzv { color: #fff; }
.ctnn7 .j7bj  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .d793 { grid-template-columns: 1fr; } }
.asc1y .ls97 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.asc1y .ls97:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.xckc .ls97 { background: var(--bg-raised); border-color: transparent; }
.xckc .ls97:focus { background: var(--bg-card); border-color: var(--accent-light); }
.z6gl .ls97 { border-radius: 100px; padding: 11px 20px; }
.z6gl .e949 { border-radius: 14px; }
.vggv2u {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.vggv2u summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.vggv2u summary::-webkit-details-marker { display: none; }
.vggv2u summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.vggv2u[open] summary::after { content: "−"; }
.xoayyw {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .s8cpyd { grid-template-columns: 1fr; } }
.fwmu2988 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.fwmu2988 li { margin-bottom: 6px; }
.d8yz1{display:none}
.d8yz1:empty,.m4w7ku08:empty{display:none}
.avrco{position:relative;overflow:visible}
.v8hb .wurcruy,.ow46p .wurcruy,
.y1ye .wurcruy,.g9ku .wurcruy,
.rc14l .wurcruy,.y2s93y .wurcruy{display:block}
.dgk89qg .gfqm3cu{display:block}
.v8hb .wurcruy,.ow46p .wurcruy,
.y1ye .wurcruy,.g9ku .wurcruy,
.rc14l .wurcruy{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}
.v8hb .wurcruy .m4w7ku08,.ow46p .wurcruy .m4w7ku08,
.y1ye .wurcruy .m4w7ku08,.g9ku .wurcruy .m4w7ku08,
.rc14l .wurcruy .m4w7ku08{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}
.v8hb .l1kz8l3m,.ow46p .l1kz8l3m,
.y1ye .l1kz8l3m,.g9ku .l1kz8l3m,
.rc14l .l1kz8l3m{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.v8hb .wurcruy,.ow46p .wurcruy{top:12px}
.v8hb .wurcruy .m4w7ku08{margin-right:auto}
.ow46p .wurcruy .m4w7ku08{margin-left:auto}
.ow46p .wurcruy{text-align:right}
.y1ye .wurcruy,.g9ku .wurcruy{bottom:12px}
.y1ye .wurcruy .m4w7ku08{margin-right:auto}
.g9ku .wurcruy .m4w7ku08{margin-left:auto}
.g9ku .wurcruy{text-align:right}
.rc14l .wurcruy{position:relative;margin-top:16px}
.rc14l .wurcruy .m4w7ku08{margin:0 auto}
.y2s93y .wurcruy{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.y2s93y .wurcruy .m4w7ku08{margin:0}
.y2s93y .s7pw8ng~.wurcruy,
.y2s93y .ux63b6ne~.wurcruy{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.y2s93y .s7pw8ng~.wurcruy .m4w7ku08,
.y2s93y .ux63b6ne~.wurcruy .m4w7ku08{justify-content:flex-start}
.s7pw8ng~.wurcruy,.ux63b6ne~.wurcruy{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}
.s7pw8ng~.wurcruy .m4w7ku08{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ux63b6ne~.wurcruy .m4w7ku08{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.gfqm3cu .m4w7ku08{margin:0 0 12px}
.m4w7ku08{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.l1kz8l3m{white-space:nowrap}
.fikqs .l1kz8l3m{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.zeqetzgf .l1kz8l3m{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}
.snvtpf .m4w7ku08{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.awtl4 .l1kz8l3m{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.dcgorf .l1kz8l3m{color: var(--accent-light);opacity:1;font-weight:500}
.rlzl5q .l1kz8l3m{border-bottom:1px solid currentColor;padding-bottom:2px}
.wuxaue .m4w7ku08{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.oum60b2{--date-bg:var(--accent-bg)}
.orc7sfo7 .o6x3rkkq::before{content:""}
.jqpl .l1kz8l3m + .l1kz8l3m::before{content:"•";margin-right:6px;opacity:.4}
.rg68j .l1kz8l3m + .l1kz8l3m::before{content:"/";margin-right:6px;opacity:.35}
.r0yl2 .l1kz8l3m + .l1kz8l3m::before{content:"|";margin-right:6px;opacity:.3}
.kead .l1kz8l3m + .l1kz8l3m::before{content:"—";margin-right:6px;opacity:.3}
.byjlutys .l1kz8l3m + .l1kz8l3m::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.g7cu39cl .l1kz8l3m + .l1kz8l3m::before{content:"·";margin-right:6px;opacity:.4}
.oobicio .l1kz8l3m + .l1kz8l3m::before{content:"›";margin-right:6px;opacity:.4}
.grfq7x .l1kz8l3m + .l1kz8l3m::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.sump2nwk{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.h5vy{display:flex;flex-direction:column;gap:3px}
.luznmxby{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.b7fu{font-weight:700;font-size:1rem;color:var(--text-heading)}
.quvg6bv{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.ay9m0jm .sump2nwk{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.wb7br .sump2nwk{border-top:3px solid var(--accent);padding-top:18px}
.qhejdszf .sump2nwk{border-left:3px solid var(--accent);border-radius:0}
.myf53k .sump2nwk{padding:20px 0}
@media(max-width:640px){
  .sump2nwk{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .quvg6bv{max-width:100%}
}
.jib88 .yp61v{margin:0}
@media (max-width:560px){
  .aotw3vb6{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .avzylcg { padding: 28px 18px 20px; }
  .st2ffs { font-size: 1.2rem; }
  .lobz4v5m { max-width: 220px; max-height: 80px; }
}
.p00jjgrz  .zhezxqt { border-radius: 50%; }
.qj235vxb .o9q2kv {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .zhezxqt { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.knop2zvr {
  margin: 28px 0 24px;
}
.knop2zvr .yfcf {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.knop2zvr .ttxql3 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.knop2zvr .o9q2kv {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .cwqmkkd0 { flex-direction: row-reverse; }
[dir="rtl"] .x0ogor { flex-direction: row-reverse; }
[dir="rtl"] .fw3gk .kv257 { right: auto; left: 32px; }
[dir="rtl"] .tpjle5  .kv257 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .fw3gk .kv257 { right: auto; left: 20px; }
  [dir="rtl"] .tpjle5  .kv257 { left: auto;  right: 20px; }
}
[dir="rtl"] .lbmce .qme7  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .ty6ai .qme7 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .e94wlxf4, [dir="rtl"] .idy64635 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .yobu5 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .npd6ghj { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .bqhq4 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .o9q2kv { direction: rtl; }
[dir="rtl"] .aahwcu6 { direction: rtl; }
[dir="rtl"] .ef6m { direction: rtl; }
[dir="rtl"] .j0037 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .ypji .idy64635,
[dir="rtl"] .njls .idy64635,
[dir="rtl"] .q9qm563m .idy64635,
[dir="rtl"] .gwydk08 .idy64635 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .ypji .idy64635 li::before,
[dir="rtl"] .njls .idy64635 li::before,
[dir="rtl"] .q9qm563m .idy64635 li::before,
[dir="rtl"] .gwydk08 .idy64635 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .mb38h7.fdkdj .olxs0,
[dir="rtl"] .k3bk312.fdkdj .olxs0,
[dir="rtl"] .pomf.fdkdj .olxs0,
[dir="rtl"] .m8to.fdkdj .olxs0,
[dir="rtl"] .j9r7o.fdkdj .olxs0 { text-align: right; }
[dir="rtl"] .s7pw8ng.fdkdj .ed9k6ix5 { align-items: flex-end; text-align: right; }
[dir="rtl"] .ttxql3,
[dir="rtl"] .pzeuk90j,
[dir="rtl"] .psfra,
[dir="rtl"] .jwc831,
[dir="rtl"] .olxs0 { text-align: right; }
[dir="rtl"] .e5g57s4n,
[dir="rtl"] .xxwmo,
[dir="rtl"] .l4i8q8mf,
[dir="rtl"] .ls97,
[dir="rtl"] .e949 { text-align: right; direction: rtl; }
[dir="rtl"] .z6gl .ls97,
[dir="rtl"] .asc1y .ls97 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #800080;
  --brand:           #800080;
  --brand-light:     #ca00ca;
  --brand-pale:      #ca00ca;
  --grad-start:      #1a0019;
  --grad-end:        #660066;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #ca00ca;
  --cta-light:       #f91df9;
  --cta-hover:       #f200f2;
  --bg-page:         #170117;
  --bg-surface:      #250325;
  --bg-card:         #330433;
  --bg-card-inner:   #420542;
  --bg-raised:       #500650;
  --bg-hover:        #5e075e;
  --border:          #710971;
  --border-alt:      #8d0b8d;
  --border-section:  #710971;
  --text-primary:    #e8e2e8;
  --text-muted:      #ae9cae;
  --text-body:       #d1c6d1;
  --text-sub:        #ae9cae;
  --text-faint:      #7e677e;
  --text-dim:        #625062;
  --text-label:      #978097;
  --text-value:      #c5b8c5;
  --accent-bg:       #340934;
  --accent-bg-light: #500b50;
  --bg-tip:          #162624;
  --bg-warning:      #272115;
  --bg-info:         #161826;
  --bg-pros:         #162624;
  --bg-cons:         #261619;
  --c-pros:          #7af4e5;
  --c-cons:          #e68997;
  --c-pros-label:    #4bf0dc;
  --c-tip-border:    #2aedd6;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #7af4e5;
}
:root { --logo-bg-opacity: 58%; }
body, button, input { font-family: "Titillium Web", sans-serif; }
.bsrk .zj9i { font-size: 0; width: 1.2rem; flex-shrink: 0; }.bsrk .zj9i::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.bsrk .kzhre3     .zj9i::before { content: "";  color: var(--c-tip-border); }.bsrk .x4gjj .zj9i::before { content: ""; color: var(--c-warn-border); }.bsrk .jerb    .zj9i::before { content: ""; color: #60a5fa; }.npkd7mw .bsrk .kzhre3     .zj9i::before { color: #10b981; }.npkd7mw .bsrk .x4gjj .zj9i::before { color: #f43f5e; }.npkd7mw .bsrk .jerb    .zj9i::before { color: #a855f7; }.zmyc8bd  .bsrk .kzhre3     .zj9i::before { color: #eab308; }.zmyc8bd  .bsrk .x4gjj .zj9i::before { color: #ef4444; }.zmyc8bd  .bsrk .jerb    .zj9i::before { color: #f97316; }.pv0xq8iy  .bsrk .kzhre3     .zj9i::before { color: #38bdf8; }.pv0xq8iy  .bsrk .x4gjj .zj9i::before { color: #818cf8; }.pv0xq8iy  .bsrk .jerb    .zj9i::before { color: #2dd4bf; }.tokl .bsrk .zj9i::before { color: var(--accent-light) !important; }
.b1tn2i8 .m4jcdfx li::before, .b1tn2i8 .sexia 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; }.b1tn2i8 .m4jcdfx li::before { content: ""; }.b1tn2i8 .sexia li::before { content: ""; }.b1tn2i8 .wscwahd::before, .b1tn2i8 .rjypsu::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.b1tn2i8 .wscwahd::before { content: ""; }.b1tn2i8 .rjypsu::before { content: ""; }
.kyx2 .bjgbvls7, .kyx2 .s7pw8ng { min-height: 320px; }
.adrxg::before { content: '/'; }