:root {
  --color-accent: #843bd0;
  --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;
}
.knadm8 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.gcd8vcb {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.czcu {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.s7ywh1 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.d2rh { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.d2rh a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.d2rh a:hover { color: var(--accent-light); }
.ezcc  .swof { border-radius: 14px; }
.ezcc .swof li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.ezcc .swof li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
@media (max-width: 640px) {
  .swof {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .juiwa:hover .swof,
  .juiwa:focus-within .swof { display: block; }
  .swof li a { padding: 8px 16px; font-size: 0.88rem; }
}
.m6r4d {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.xxr0z { display: none; }
@media (max-width: 640px) {
  .xxr0z {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .xxr0z.fgyuk { display: block; }
}
@media (max-width: 640px) {
  .m6r4d { display: block; }
  .d2rh > li + li::before { display: none !important; }
  .d2rh {
    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;
  }
  .d2rh.fgyuk { display: flex; }
  .d2rh li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .d2rh li:last-child a { border-bottom: none; }
}
.o8uv { min-height: 480px; }
.g6ybd7 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.muj2yhru { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.wpotp .muj2yhru { margin-left: 0; margin-right: 0; }
.q82ws5a {
  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;
}
.k48km9 .q82ws5a { margin-top: 24px; }
.q82ws5a:hover { opacity: 0.88; }
.l577a10h {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.nknhrew6 {
  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%);
}
.l577a10h .s2ep {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.l577a10h .g6ybd7 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.l577a10h .muj2yhru { color: #e2e8f0; }
.l577a10h.ibw9tq .s2ep { text-align: center; }
.l577a10h.wpotp   .s2ep { text-align: left; }
.opnuymwt .s2ep {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.opnuymwt .g6ybd7 { color: var(--text-primary); text-shadow: none; }
.opnuymwt .muj2yhru { color: var(--text-muted); }
.opnuymwt .q82ws5a { margin-top: 16px; }
.opnuymwt, .opnuymwt.o8uv { min-height: auto !important; }
.opnuymwt.ibw9tq .s2ep { text-align: center; }
.opnuymwt.wpotp   .s2ep { text-align: left; }
.opnuymwt~.wdm4{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}
.opnuymwt~.wdm4 .rqhamm{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.axzpx6 .dl1r,
.axzpx6 .wvqfo1on,
.axzpx6 .l577a10h .nknhrew6 {
  overflow: hidden;
}
.axzpx6 .dl1r::after,
.axzpx6 .wvqfo1on::after,
.axzpx6 .l577a10h .nknhrew6::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); }
}
.xlk3byq .l577a10h .nknhrew6 {
  overflow: hidden;
}
.xlk3byq .l577a10h .nknhrew6::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;
}
.knamqls9 .l577a10h .nknhrew6 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.dy5ra .l577a10h .nknhrew6 {
  overflow: hidden;
}
.dy5ra .l577a10h .nknhrew6::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;
}
.xe0t .l577a10h .nknhrew6 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.dl1r .nknhrew6 {
  background: none;
}
.dl1r .g6ybd7 { color: #fff; }
.dl1r .muj2yhru { color: rgba(255,255,255,0.85); }
.dl1r .q82ws5a { background: #fff; color: var(--cta); }
.dl1r .q82ws5a:hover { opacity: 0.92; }
.axzpx6 .kbdv { position: relative; overflow: hidden; }
.axzpx6 .kbdv::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;
}
.kbdv .g6ybd7 { text-shadow: none; color: var(--text-primary); }
.kbdv .muj2yhru { color: var(--text-muted); }
body.xeaz .g6ybd7 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.hj6j8yn1 .g6ybd7 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.o8uv.dl1r .g6ybd7,
section.dl1r .g6ybd7 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.kbdv.wpotp   .g5mf6 { align-items: flex-start; text-align: left; }
.o8uv .bgfw {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.bgfw .fb7f34.iq9nj {
  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;
}
.bgfw .fb7f34.iq9nj:hover { opacity: 0.85; }
.jpo8en4 .s2ep { padding-bottom: 24px; }
.k48km9 .s2ep { max-width: 1100px; }
@media (max-width: 700px) {
  .kbdv { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .kbdv:not(.nm2h93n) .weagbsio { display: none !important; }
  .nm2h93n .weagbsio { padding: 16px; }
  .g5mf6  { padding: 36px 24px; }
  .kbdv~.wdm4,.roi1ytf8~.wdm4{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .o8uv, .kbdv { min-height: 320px !important; }
  .g6ybd7 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .t2uhk1,
  .fx96jrl,
  .gc1e { grid-template-columns: 1fr !important; }

  

  
  .jpo8en4 { display: flex !important; flex-direction: column !important; }
  .jpo8en4 .s2ep { display: contents; }
  .jpo8en4 .nknhrew6 { order: 0; }
  .jpo8en4 .g6ybd7 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .jpo8en4 .t2uhk1 { order: 2; padding: 0 16px 12px !important; }
  .jpo8en4 .muj2yhru { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .k48km9 .s2ep { display: flex; flex-direction: column; }
  .k48km9 .s2ep .g6ybd7 { order: 1; }
  .k48km9 .s2ep .gc1e { order: 2; margin: 8px 0 24px !important; }
  .k48km9 .s2ep .muj2yhru { order: 3; }
  .k48km9 .s2ep .q82ws5a { order: 4; align-self: center; margin-top: 0; }

  
  .kbdv.nm2h93n {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .kbdv.nm2h93n .g5mf6 { display: contents; padding: 0; }
  .kbdv.nm2h93n .g5mf6 .g6ybd7 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .kbdv.nm2h93n .weagbsio { order: 2; padding: 12px 16px; }
  .kbdv.nm2h93n .g5mf6 .muj2yhru { order: 3; padding: 0 24px; margin: 0 auto; }
  .kbdv.nm2h93n .g5mf6 .q82ws5a { order: 4; align-self: center; margin: 8px 0 32px; }
}
.u08zilo { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.e4oo5 { width: 100%; height: auto; display: block; border-radius: 10px; }
.dk56o .u08zilo        { border-radius: 16px; }
.dk56o .e4oo5  { border-radius: 16px; }
.jxykl4og .u08zilo         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.jxykl4og .e4oo5   { border-radius: 8px; }
.umpvh { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.znweum { width: 100%; padding: 32px 0; position: relative; }
.m8r6v3a { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.fgy4v0 .znweum:nth-child(even) { background: var(--bg-surface); }
.fgy4v0 .znweum:nth-child(odd)  { background: var(--bg-page); }
.g85vpph .znweum:nth-child(even) { background: var(--bg-card); }
.g85vpph .znweum:nth-child(odd)  { background: var(--bg-page); }
.fgy4v0 .znweum:nth-child(odd)  .m8r6v3a { background: var(--bg-card); border-radius: 6px; }
.fgy4v0 .znweum:nth-child(even) .m8r6v3a { background: var(--bg-raised); border-radius: 6px; }
.g85vpph .znweum:nth-child(odd)  .m8r6v3a { background: var(--bg-card); border-radius: 6px; }
.g85vpph .znweum:nth-child(even) .m8r6v3a { background: var(--bg-raised); border-radius: 6px; }
.fgy4v0 .znweum:nth-child(even) .sqy18 .p660i9vo,
.g85vpph .znweum:nth-child(even) .sqy18 .p660i9vo { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.fgy4v0 .znweum:nth-child(odd) .sqy18 .p660i9vo,
.g85vpph .znweum:nth-child(odd) .sqy18 .p660i9vo { background: var(--bg-card-inner); }
.fgy4v0 .znweum:nth-child(even) .jd9j .p660i9vo:nth-child(odd),
.g85vpph .znweum:nth-child(even) .jd9j .p660i9vo:nth-child(odd)  { background: var(--bg-card); }
.fgy4v0 .znweum:nth-child(even) .jd9j .p660i9vo:nth-child(even),
.g85vpph .znweum:nth-child(even) .jd9j .p660i9vo:nth-child(even) { background: var(--bg-card-inner); }
h1.wu84 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.wu84 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.rd1i12 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.vhki h2.wu84 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.upzf h2.wu84 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.cten h2.wu84 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.nt2lm h2.wu84::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.vj592x h2.wu84 {
  color: var(--text-primary); font-size: 1.7rem;
}
.bdjup36 h2.wu84::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.xn1m h2.wu84 {
  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;
}
.cwfuyrr { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .cwfuyrr { display: none; } }
.isckaxkt { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.usty7mmk { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.lsnuo8hg {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.lxowuclq { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.ujmt { padding-left: 20px; }
.ujmt li { margin-bottom: 6px; }
.ujmt a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.ujmt a:hover { color: var(--accent-light); }
.omfd7pgf .lxowuclq { display: none; }
.g9pm3 .lxowuclq { display: none; }
.g9pm3 .ujmt { padding-left: 0; list-style: none; }
.g9pm3 .ujmt li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.g9pm3 .ujmt a { font-size: 0.92rem; }
.u9v2um .lsnuo8hg { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.u9v2um .lxowuclq { display: none; }
.u9v2um .ujmt { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.u9v2um .ujmt li { margin-bottom: 0; }
.u9v2um .ujmt 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;
}
.u9v2um .ujmt a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.wu2e2e6 .lsnuo8hg { padding: 20px 20px 16px; }
.wu2e2e6 .ujmt {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.wu2e2e6 .ujmt li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.wu2e2e6 .ujmt 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;
}
.wu2e2e6 .ujmt 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;
}
.wu2e2e6 .ujmt a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.wu2e2e6 .ujmt a:focus,
.wu2e2e6 .ujmt a:focus-visible,
.wu2e2e6 .ujmt a:target { outline: none; }
.wu2e2e6 .ujmt li:target a { border-color: var(--border); color: var(--text-muted); }
.fr68nb .lsnuo8hg { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.fr68nb .lxowuclq { display: none; }
.fr68nb .ujmt { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.fr68nb .ujmt li { margin-bottom: 0; }
.fr68nb .ujmt li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.fr68nb .ujmt li:last-child::after { content: ""; margin-right: 0; }
.fr68nb .ujmt a { font-size: 0.9rem; }
.p660i9vo { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.sqy18 .p660i9vo { background: var(--bg-card); }
.jd9j .p660i9vo:nth-child(odd)  { background: var(--bg-card); }
.jd9j .p660i9vo:nth-child(even) { background: var(--bg-raised); }
.dzrb88u .p660i9vo {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.dzrb88u .p660i9vo:last-child { border-bottom: none; }
.dzrb88u h3.rd1i12 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.w3tpffx6 .p660i9vo {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.w3tpffx6 .p660i9vo + .p660i9vo { margin-top: 4px; }
.uwpgn42 .p660i9vo { background: none; border-radius: 0; padding: 12px 0; }
.uwpgn42 .p660i9vo + .p660i9vo { border-top: 1px solid var(--border-section); }
.mhvyjsd { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.bzodwmi { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.h9lx8ss { color: var(--text-body); margin-bottom: 10px; }
.t2fe, .o8eop { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.t2fe li, .o8eop li { margin-bottom: 6px; }
.o8eop li { list-style: decimal; }
.wx81sotf     .t2fe { list-style-type: "● "; }
.vrz8lfbt  .t2fe { list-style-type: "■ "; }
.azvgf2uy .t2fe { list-style-type: "◆ "; }
.xljm    .t2fe { list-style-type: "★ "; }
.wx81sotf     .d9v2y0h8 { list-style-type: "● "; }
.vrz8lfbt  .d9v2y0h8 { list-style-type: "■ "; }
.azvgf2uy .d9v2y0h8 { list-style-type: "◆ "; }
.xljm    .d9v2y0h8 { list-style-type: "★ "; }
.wx81sotf    .t2fe li::marker, .wx81sotf    .d9v2y0h8 li::marker,
.vrz8lfbt .t2fe li::marker, .vrz8lfbt .d9v2y0h8 li::marker,
.azvgf2uy .t2fe li::marker, .azvgf2uy .d9v2y0h8 li::marker,
.xljm   .t2fe li::marker, .xljm   .d9v2y0h8 li::marker {
  color: var(--cta); font-size: 1em;
}
.wx81sotf .o8eop,
.vrz8lfbt .o8eop,
.azvgf2uy .o8eop,
.xljm .o8eop {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.wx81sotf .o8eop li,
.vrz8lfbt .o8eop li,
.azvgf2uy .o8eop li,
.xljm .o8eop li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.wx81sotf .o8eop li::before,
.vrz8lfbt .o8eop li::before,
.azvgf2uy .o8eop li::before,
.xljm .o8eop 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;
}
.wx81sotf     .o8eop li::before { border-radius: 50%; }
.vrz8lfbt  .o8eop li::before { border-radius: 3px; }
.azvgf2uy .o8eop li::before { border-radius: 3px; }
.xljm    .o8eop li::before { border-radius: 50%; }
.evu4l9v { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.w7mhvuc .evu4l9v,
.wqgm .evu4l9v { background: transparent; border: none; border-radius: 0; }
.bhxwrtm { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.bhxwrtm th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.bhxwrtm td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.bhxwrtm tr:hover td { background: var(--bg-hover); }
.h4wa0e6n .bhxwrtm tbody tr:nth-child(even) td { background: var(--bg-surface); }
.qydpn8b .bhxwrtm { border: 1px solid var(--border-alt); }
.qydpn8b .bhxwrtm th,
.qydpn8b .bhxwrtm td { border: 1px solid var(--border-alt); }
.lccri .bhxwrtm th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.lccri .bhxwrtm td { border-bottom: none; }
.lccri .bhxwrtm tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.lhy3 .bhxwrtm th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.slwfurvu .evu4l9v {
  overflow: hidden;
}
.slwfurvu .bhxwrtm th { border-bottom: 1px solid var(--border-alt); }
.slwfurvu .bhxwrtm tr:last-child td { border-bottom: none; }
.h4yra39c { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ut2kvbp { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.hvnqvah9 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.vmfm2n { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.p028n { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.d9v2y0h8 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.d9v2y0h8 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%}
.lol09p .vmfm2n { background: transparent; text-align: center; }
.jdhv .hvnqvah9 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.e8qki .hvnqvah9 {
  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);
}
.w28ipgg .ut2kvbp { display: grid; grid-template-columns: auto 1fr; }
.w28ipgg .hvnqvah9 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.w28ipgg .vmfm2n { grid-column: 2; }
.w28ipgg .p028n,
.w28ipgg .d9v2y0h8 { grid-column: 1 / -1; }
.l5uqivi1 .ut2kvbp { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.l5uqivi1 .hvnqvah9 {
  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);
}
.l5uqivi1 .vmfm2n { grid-column: 2; }
.l5uqivi1 .p028n,
.l5uqivi1 .d9v2y0h8 { grid-column: 1 / -1; }
.y9dsu .ut2kvbp { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.y9dsu .vmfm2n { background: none; color: var(--accent-light); font-weight: 700; }
.qyu7cnnw .ut2kvbp { 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); }
.qyu7cnnw .vmfm2n { background: none; color: var(--accent-light); font-weight: 700; }
.ru3igi .ut2kvbp { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.ru3igi .ut2kvbp:last-child { border-bottom: none; }
.ru3igi .vmfm2n { background: none; color: var(--accent-light); font-weight: 700; }
.p5ty0dot .ut2kvbp { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.p5ty0dot .vmfm2n { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.x1kib3 .h4yra39c { counter-reset: card-n; }
.x1kib3 .ut2kvbp  { counter-increment: card-n; }
.x1kib3 .vmfm2n { display: flex; align-items: center; gap: 10px; }
.x1kib3 .vmfm2n::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;
}
.wd49bwb .ut2kvbp { background: var(--bg-surface); border: 1px solid var(--border); }
.wd49bwb .vmfm2n { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.n5axg2n { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.oj83pss  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.xrncv6y { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.c3pasi { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.td1bq0 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.n5axg2n strong { color: var(--text-primary); font-size: 0.95rem; }
.n5axg2n p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.cuw8ds { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.irhb, .uyy59lhx { border-radius: 8px; padding: 14px; }
.irhb { background: var(--bg-pros); }
.uyy59lhx { background: var(--bg-cons); }
.mxrcvo { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.irhb .mxrcvo { color: var(--c-pros-label); }
.uyy59lhx .mxrcvo { color: #f87171; }
.irhb ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.uyy59lhx ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.e4oo5 { width: 100%; height: auto; border-radius: 10px; display: block; }
.iq9nj {
  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;
}
.iq9nj:hover { opacity: 0.85; }
.a49gxwi2 .iq9nj  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.a49gxwi2 .iq9nj:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.fkxuj .iq9nj  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.fkxuj .iq9nj:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.qiesn9n .q82ws5a { border-radius: 50px; }
.qiesn9n .iq9nj  { border-radius: 50px; }
.rer55 .q82ws5a { padding-left: 22px; padding-right: 22px; }
.rer55 .iq9nj  { padding-left: 12px; padding-right: 12px; }
.puc7yd .q82ws5a { padding-left: 44px; padding-right: 44px; }
.puc7yd .iq9nj  { padding-left: 24px; padding-right: 24px; }
.atqld2 .q82ws5a { padding-left: 56px; padding-right: 56px; }
.atqld2 .iq9nj  { padding-left: 32px; padding-right: 32px; }
.cb3j1   .q82ws5a::after, .cb3j1   .iq9nj::after,
.n2ilbky .q82ws5a::after, .n2ilbky .iq9nj::after,
.iwbkc1of    .q82ws5a::after, .iwbkc1of    .iq9nj::after,
.vvuxkby2    .q82ws5a::after, .vvuxkby2    .iq9nj::after,
.ye7lv    .q82ws5a::after, .ye7lv    .iq9nj::after,
.hat6jqc     .q82ws5a::after, .hat6jqc     .iq9nj::after,
.ja1xnr    .q82ws5a::after, .ja1xnr    .iq9nj::after,
.idr1   .q82ws5a::after, .idr1   .iq9nj::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;
}
.cb3j1 .q82ws5a::after, .cb3j1 .iq9nj::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");
}
.n2ilbky .q82ws5a::after, .n2ilbky .iq9nj::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");
}
.iwbkc1of .q82ws5a::after, .iwbkc1of .iq9nj::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");
}
.vvuxkby2 .q82ws5a::after, .vvuxkby2 .iq9nj::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");
}
.ye7lv .q82ws5a::after, .ye7lv .iq9nj::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");
}
.hat6jqc .q82ws5a::after, .hat6jqc .iq9nj::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");
}
.ja1xnr .q82ws5a::after, .ja1xnr .iq9nj::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");
}
.idr1 .q82ws5a::after, .idr1 .iq9nj::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");
}
.vqhrjne   .k22kd2q::after, .vqhrjne   .dit1::after,
.dajk .k22kd2q::after, .dajk .dit1::after,
.jldwpr9e    .k22kd2q::after, .jldwpr9e    .dit1::after,
.wok2h4f1    .k22kd2q::after, .wok2h4f1    .dit1::after,
.azi7clx    .k22kd2q::after, .azi7clx    .dit1::after,
.ad7a     .k22kd2q::after, .ad7a     .dit1::after,
.cklo85    .k22kd2q::after, .cklo85    .dit1::after,
.w63u   .k22kd2q::after, .w63u   .dit1::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;
}
.vqhrjne .k22kd2q::after, .vqhrjne .dit1::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");
}
.dajk .k22kd2q::after, .dajk .dit1::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");
}
.jldwpr9e .k22kd2q::after, .jldwpr9e .dit1::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");
}
.wok2h4f1 .k22kd2q::after, .wok2h4f1 .dit1::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");
}
.azi7clx .k22kd2q::after, .azi7clx .dit1::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");
}
.ad7a .k22kd2q::after, .ad7a .dit1::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");
}
.cklo85 .k22kd2q::after, .cklo85 .dit1::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");
}
.w63u .k22kd2q::after, .w63u .dit1::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");
}
.yvlqhg .niini    { background: #1a1a1a; }
.fb7f34.iq9nj {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .nf7x {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .nf7x::before    { grid-area: rank;   }
  .kbdlvyz           { grid-area: ident;  }
  .qzc7gj     { grid-area: rating; min-width: 0; width: auto; }
  .z5oorh           { grid-area: pills;  }
  .fb7f34             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .nf7x {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .nf7x::before    { justify-self: center; }
  .kbdlvyz           { width: 100%; }
  .qzc7gj     { justify-self: center; }
  .z5oorh           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .g74c4 .ucmtm9g {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .g74c4 .o7i01g7 { margin: 0; }
}
.wqgm .cuw8ds { gap: 10px; }
.wqgm .irhb, .wqgm .uyy59lhx { padding: 12px; }
.wqgm .irhb ul, .wqgm .uyy59lhx ul { margin: 4px 0 0; padding-left: 18px; }
.wqgm .irhb li, .wqgm .uyy59lhx li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .fgxdsr9f { grid-template-columns: 1fr; }
  .dct23 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .dct23 .s5bhk2bf { width: 72px; height: 50px; }
  .dct23 .p7tx { max-width: 180px; }
  .dct23 .hm70hdq { width: auto; }
}
@media (max-width: 720px) {
  .ju14f { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .ct6abzud { padding: 16px; }
  .cnpxft .fsdzy8 { min-width: 50%; }
}
.v1vaum .cuw8ds { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .rdxkuudh { grid-template-columns: 1fr; }
  .kxx7u { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .o0q94jb { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .c0wsj { flex-wrap: wrap; padding: 16px; }
}
.pzoeoda7 .cuw8ds { gap: 8px; }
.pzoeoda7 .irhb, .pzoeoda7 .uyy59lhx { padding: 8px; }
@media (max-width: 480px) {
  .crr7e75 { flex-direction: column; align-items: stretch; }
}
.v1zers .hm70hdq .iq9nj { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .cip0y2c { flex-direction: column; align-items: stretch; gap: 10px; }
  .v1zers .hm70hdq { text-align: center; }
}
@media (max-width: 720px) {
  .npy73fv { grid-template-columns: 1fr; }
  .o06p { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .xlcbw { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .g9bc5145 { grid-template-columns: 1fr; }
  .jsj1 { width: 100px; height: 100px; margin: 16px auto; }
  .muzskly { font-size: 1.4rem; }
  .hiqdq { justify-content: center; }
  .hxmw .fsdzy8 { min-width: 50%; }
}
.vlzi .cuw8ds { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .acmqfy { flex-wrap: wrap; padding: 14px 16px; }
  .jku36ud { padding: 12px 16px; }
  .vlzi .cuw8ds { margin: 0 16px; }
  .vlzi .v8epmd { padding: 0 16px; }
  .mgsp { padding: 12px 16px; }
}
.lloqk .krztmz {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.lloqk .nf7x {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.lloqk .nf7x:last-child { border-bottom: none; }
.lloqk .kbdlvyz,
.lloqk .qzc7gj,
.lloqk .z5oorh {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.fhe06 .e1h8 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.xfz1um2z { margin: 16px 0; }
.mu07uf { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.mu07uf summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.mu07uf summary::after { content: "+"; color: var(--accent-light); }
.mu07uf[open] summary::after { content: "−"; }
.mu07uf p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.znweum { margin-bottom: 0; }
.d00sr0 h2.wu84 { color: var(--text-primary); border-color: var(--accent-light); }
.l1b9r5 h2.wu84 { color: var(--text-primary); border-color: var(--accent-light); }
.rosc33og .oj83pss     { background: #052e16; border-color: #10b981; }
.rosc33og .xrncv6y { background: #2d0a1e; border-color: #f43f5e; }
.rosc33og .c3pasi    { background: #1e1036; border-color: #a855f7; }
.rosc33og .n5axg2n strong  { color: #f1f5f9; }
.rosc33og .n5axg2n p       { color: #cbd5e1; }
.rosc33og .bdgql0t    .oj83pss     .td1bq0::before,
.rosc33og .frry5  .oj83pss     .td1bq0::before,
.rosc33og .qga2t9z  .oj83pss     .td1bq0::before,
.rosc33og .vemi8 .oj83pss     .td1bq0::before { color: #10b981; }
.rosc33og .bdgql0t    .xrncv6y .td1bq0::before,
.rosc33og .frry5  .xrncv6y .td1bq0::before,
.rosc33og .qga2t9z  .xrncv6y .td1bq0::before,
.rosc33og .vemi8 .xrncv6y .td1bq0::before { color: #f43f5e; }
.rosc33og .bdgql0t    .c3pasi    .td1bq0::before,
.rosc33og .frry5  .c3pasi    .td1bq0::before,
.rosc33og .qga2t9z  .c3pasi    .td1bq0::before,
.rosc33og .vemi8 .c3pasi    .td1bq0::before { color: #a855f7; }
.h9pb9us1 .oj83pss     { background: #2d2000; border-color: #eab308; }
.h9pb9us1 .xrncv6y { background: #2d0b0b; border-color: #ef4444; }
.h9pb9us1 .c3pasi    { background: #2d1600; border-color: #f97316; }
.h9pb9us1 .n5axg2n strong  { color: #f1f5f9; }
.h9pb9us1 .n5axg2n p       { color: #cbd5e1; }
.h9pb9us1 .bdgql0t    .oj83pss     .td1bq0::before,
.h9pb9us1 .frry5  .oj83pss     .td1bq0::before,
.h9pb9us1 .qga2t9z  .oj83pss     .td1bq0::before,
.h9pb9us1 .vemi8 .oj83pss     .td1bq0::before { color: #eab308; }
.h9pb9us1 .bdgql0t    .xrncv6y .td1bq0::before,
.h9pb9us1 .frry5  .xrncv6y .td1bq0::before,
.h9pb9us1 .qga2t9z  .xrncv6y .td1bq0::before,
.h9pb9us1 .vemi8 .xrncv6y .td1bq0::before { color: #ef4444; }
.h9pb9us1 .bdgql0t    .c3pasi    .td1bq0::before,
.h9pb9us1 .frry5  .c3pasi    .td1bq0::before,
.h9pb9us1 .qga2t9z  .c3pasi    .td1bq0::before,
.h9pb9us1 .vemi8 .c3pasi    .td1bq0::before { color: #f97316; }
.t0p7 .oj83pss     { background: #0c1a2e; border-color: #38bdf8; }
.t0p7 .xrncv6y { background: #12103a; border-color: #818cf8; }
.t0p7 .c3pasi    { background: #0a2020; border-color: #2dd4bf; }
.t0p7 .n5axg2n strong  { color: #f1f5f9; }
.t0p7 .n5axg2n p       { color: #cbd5e1; }
.t0p7 .bdgql0t    .oj83pss     .td1bq0::before,
.t0p7 .frry5  .oj83pss     .td1bq0::before,
.t0p7 .qga2t9z  .oj83pss     .td1bq0::before,
.t0p7 .vemi8 .oj83pss     .td1bq0::before { color: #38bdf8; }
.t0p7 .bdgql0t    .xrncv6y .td1bq0::before,
.t0p7 .frry5  .xrncv6y .td1bq0::before,
.t0p7 .qga2t9z  .xrncv6y .td1bq0::before,
.t0p7 .vemi8 .xrncv6y .td1bq0::before { color: #818cf8; }
.t0p7 .bdgql0t    .c3pasi    .td1bq0::before,
.t0p7 .frry5  .c3pasi    .td1bq0::before,
.t0p7 .qga2t9z  .c3pasi    .td1bq0::before,
.t0p7 .vemi8 .c3pasi    .td1bq0::before { color: #2dd4bf; }
.mb5yyn .oj83pss     { background: var(--accent-bg); border-color: var(--accent-light); }
.mb5yyn .xrncv6y { background: var(--accent-bg-light); border-color: var(--accent-light); }
.mb5yyn .c3pasi    { background: var(--accent-bg); border-color: var(--accent-pale); }
.mb5yyn .bdgql0t    .td1bq0::before,
.mb5yyn .frry5  .td1bq0::before,
.mb5yyn .qga2t9z  .td1bq0::before,
.mb5yyn .vemi8 .td1bq0::before { color: var(--accent-light) !important; }
.bmyir4::before,
.d4r0lme::before { margin-right: 5px; }
.bzd4j9o .irhb ul li,
.bzd4j9o .uxfz23 li         { color: #4ade80; }
.bzd4j9o .irhb .bmyir4 { color: #22c55e; }
.bzd4j9o .uyy59lhx ul li,
.bzd4j9o .p066k8v8 li         { color: #f87171; }
.bzd4j9o .uyy59lhx .d4r0lme { color: #ef4444; }
.fct6w5 .irhb { background: var(--bg-pros); }
.fct6w5 .uyy59lhx { background: var(--bg-cons); }
.fct6w5 .irhb .bmyir4 { color: var(--c-pros-label); }
.fct6w5 .uyy59lhx .d4r0lme { color: var(--c-cons); }
.fct6w5 .irhb ul li,
.fct6w5 .uyy59lhx ul li,
.iqcvg1 .irhb { background: var(--bg-pros); }
.iqcvg1 .uyy59lhx { background: var(--bg-cons); }
.iqcvg1 .irhb .bmyir4 { color: var(--c-pros-label); }
.iqcvg1 .uyy59lhx .d4r0lme { color: var(--c-cons); }
.iqcvg1 .irhb ul li,
.iqcvg1 .uyy59lhx ul li,
.agat5 .bmyir4::before { content: "✓ "; }
.agat5 .d4r0lme::before { content: "✗ "; }
.mts0b5 .bmyir4::before { content: "→ "; }
.mts0b5 .d4r0lme::before { content: "← "; }
.teb16h .bmyir4::before { content: "★ "; }
.teb16h .d4r0lme::before { content: "✕ "; }
.wkoh .bmyir4::before { content: "◆ "; }
.wkoh .d4r0lme::before { content: "▲ "; }
.q3v9kf .n5axg2n { background: transparent; border-left: none; border: 1.5px solid; }
.q3v9kf .oj83pss     { border-color: var(--c-tip-border); }
.q3v9kf .xrncv6y { border-color: var(--c-warn-border); }
.q3v9kf .c3pasi    { border-color: #60a5fa; }
.q3v9kf .n5axg2n strong { color: var(--text-primary); }
.q3v9kf .n5axg2n p      { color: var(--text-muted); }
.m2wkr .n5axg2n { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.m2wkr .oj83pss     { border-top-color: var(--c-tip-border); }
.m2wkr .xrncv6y { border-top-color: var(--c-warn-border); }
.m2wkr .c3pasi    { border-top-color: #60a5fa; }
.gge80344 .n5axg2n { border-left: none; border-radius: 8px; }
.gge80344 .oj83pss     { background: #065f46; }
.gge80344 .xrncv6y { background: #92400e; }
.gge80344 .c3pasi    { background: #1e3a8a; }
.gge80344 .n5axg2n strong,
.gge80344 .n5axg2n p { color: #fff; }
.gge80344 .td1bq0::before { color: rgba(255,255,255,0.85) !important; }
.rosc33og.gge80344 .oj83pss,
.rosc33og .gge80344 .oj83pss     { background: #052e16; }
.rosc33og.gge80344 .xrncv6y,
.rosc33og .gge80344 .xrncv6y { background: #2d0a1e; }
.rosc33og.gge80344 .c3pasi,
.rosc33og .gge80344 .c3pasi    { background: #1e1036; }
.h9pb9us1.gge80344 .oj83pss,
.h9pb9us1 .gge80344 .oj83pss      { background: #2d2000; }
.h9pb9us1.gge80344 .xrncv6y,
.h9pb9us1 .gge80344 .xrncv6y  { background: #2d0b0b; }
.h9pb9us1.gge80344 .c3pasi,
.h9pb9us1 .gge80344 .c3pasi     { background: #2d1600; }
.t0p7.gge80344 .oj83pss,
.t0p7 .gge80344 .oj83pss      { background: #0c1a2e; }
.t0p7.gge80344 .xrncv6y,
.t0p7 .gge80344 .xrncv6y  { background: #12103a; }
.t0p7.gge80344 .c3pasi,
.t0p7 .gge80344 .c3pasi     { background: #0a2020; }
.tcgz .n5axg2n { border-left: none; border-radius: 6px; padding: 10px 14px; }
.tcgz .oj83pss     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.tcgz .xrncv6y { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.tcgz .c3pasi    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.tcgz .n5axg2n strong { color: var(--text-primary); }
.tcgz .n5axg2n p      { color: var(--text-muted); }
.u8ny .n5axg2n { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.bdgql0t .td1bq0,
.frry5 .td1bq0,
.qga2t9z .td1bq0,
.vemi8 .td1bq0 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.bdgql0t .td1bq0::before,
.frry5 .td1bq0::before,
.qga2t9z .td1bq0::before,
.vemi8 .td1bq0::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.bdgql0t .oj83pss     .td1bq0::before { content: "✦"; color: var(--c-tip-border); }
.bdgql0t .xrncv6y .td1bq0::before { content: "▲"; color: var(--c-warn-border); }
.bdgql0t .c3pasi    .td1bq0::before { content: "◉"; color: #60a5fa; }
.frry5 .oj83pss     .td1bq0::before { content: "★"; color: var(--c-tip-border); }
.frry5 .xrncv6y .td1bq0::before { content: "◆"; color: var(--c-warn-border); }
.frry5 .c3pasi    .td1bq0::before { content: "●"; color: #60a5fa; }
.qga2t9z .oj83pss     .td1bq0::before { content: "▶"; color: var(--c-tip-border); }
.qga2t9z .xrncv6y .td1bq0::before { content: "■"; color: var(--c-warn-border); }
.qga2t9z .c3pasi    .td1bq0::before { content: "▸"; color: #60a5fa; }
.vemi8 .oj83pss     .td1bq0::before { content: "→"; color: var(--c-tip-border); }
.vemi8 .xrncv6y .td1bq0::before { content: "⬥"; color: var(--c-warn-border); }
.vemi8 .c3pasi    .td1bq0::before { content: "◈"; color: #60a5fa; }
.l2ogp .sqy18 .p660i9vo,
.l2ogp .jd9j .p660i9vo  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.l2ogp .ut2kvbp                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.l2ogp .evu4l9v          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.l2ogp .lsnuo8hg                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.v6onkbby .sqy18 .p660i9vo,
.v6onkbby .jd9j .p660i9vo,
.v6onkbby .ut2kvbp,
.v6onkbby .nf7x,
.v6onkbby .o7i01g7,
.v6onkbby .evu4l9v,
.v6onkbby .lsnuo8hg,
.v6onkbby .u8ny .n5axg2n { box-shadow: none; }
.x0v7   .h9lx8ss, .x0v7 .mhvyjsd, .x0v7 .bzodwmi,
.x0v7   .isckaxkt, .x0v7 .usty7mmk { font-size: 0.9rem; }
.x0v7   .t2fe, .x0v7 .o8eop { font-size: 0.9rem; }
.f4rxplpj   .h9lx8ss, .f4rxplpj .mhvyjsd, .f4rxplpj .bzodwmi,
.f4rxplpj   .isckaxkt, .f4rxplpj .usty7mmk { font-size: 0.95rem; }
.f4rxplpj   .t2fe, .f4rxplpj .o8eop { font-size: 0.95rem; }
.mamf   .h9lx8ss, .mamf .mhvyjsd, .mamf .bzodwmi,
.mamf   .isckaxkt, .mamf .usty7mmk { font-size: 1.08rem; }
.mamf   .t2fe, .mamf .o8eop { font-size: 1.05rem; }
.mamf   .bhxwrtm { font-size: 0.97rem; }
.gjosntj .g6ybd7      { font-size: 3.2rem; }
.gjosntj h2.wu84 { font-size: 1.9rem; }
.gjosntj h3.rd1i12     { font-size: 1.4rem; }
.wtpf .g6ybd7      { font-size: 3.8rem; }
.wtpf h2.wu84 { font-size: 2.2rem; }
.wtpf h3.rd1i12     { font-size: 1.6rem; }
.znweum + .znweum { position: relative; }
.g94z   .znweum + .znweum::before,
.as0s56  .znweum + .znweum::before,
.b3p1u   .znweum + .znweum::before,
.gl2wu7   .znweum + .znweum::before,
.xel4rq   .znweum + .znweum::before,
.wwsepz .znweum + .znweum::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.g94z .znweum + .znweum::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.as0s56 .znweum + .znweum::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.b3p1u .znweum + .znweum::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;
}
.gl2wu7 .znweum + .znweum::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.o3fhy .znweum { margin-bottom: 16px; }
.o3fhy .znweum + .znweum { margin-top: 0; }
.o3fhy .m8r6v3a { padding-top: 0; padding-bottom: 0; }
.xel4rq .znweum + .znweum::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.wwsepz .znweum + .znweum::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.hxh4 .znweum + .znweum::before,
.wzw0omv4 .znweum + .znweum::before,
.a5l9lco .znweum + .znweum::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%;
}
.fgy4v0 .hxh4 .znweum:nth-child(even)::before,
.fgy4v0 .wzw0omv4 .znweum:nth-child(even)::before,
.fgy4v0 .a5l9lco .znweum:nth-child(even)::before { background: var(--bg-surface); }
.g85vpph .hxh4 .znweum:nth-child(even)::before,
.g85vpph .wzw0omv4 .znweum:nth-child(even)::before,
.g85vpph .a5l9lco .znweum:nth-child(even)::before { background: var(--bg-card); }
.hxh4 .znweum + .znweum::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");
}
.wzw0omv4 .znweum + .znweum::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");
}
.a5l9lco .znweum + .znweum::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");
}
.s6atz .l577a10h,
.gsrkwo8 .l577a10h,
.g5uncxv .l577a10h { overflow: hidden; }
.s6atz .s2ep,
.gsrkwo8 .s2ep { margin-bottom: 60px; }
.g5uncxv .s2ep { margin-bottom: 70px; }
.s6atz .l577a10h::before,
.gsrkwo8 .l577a10h::before,
.g5uncxv .l577a10h::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%;
}
.s6atz .l577a10h::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");
}
.gsrkwo8 .l577a10h::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");
}
.g5uncxv .l577a10h::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");
}
.c3s3yrqb .l577a10h:not(.dl1r) .nknhrew6 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.rs01 .l577a10h:not(.dl1r) .nknhrew6 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.bh7i  .l577a10h:not(.dl1r) .nknhrew6 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.jbr8  .l577a10h:not(.dl1r) .nknhrew6 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.hzgaoq .dl1r { background: var(--accent); }
.hzgaoq .dl1r .nknhrew6 { background: none; }
.hzgaoq .wvqfo1on { background: var(--accent); }
.hzgaoq .kbdv { background: var(--accent-bg); }
.hzgaoq .l577a10h:not(.dl1r) .nknhrew6 { background: rgba(0,0,0,0.6); }
.mr0jk2 .u08zilo { float: left; width: 38%; margin: 0 28px 16px 0; }
.mr0jk2 .u08zilo .e4oo5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.mr0jk2 .m8r6v3a::after { content: ''; display: block; clear: both; }
.cpmh .u08zilo { float: right; width: 38%; margin: 0 0 16px 28px; }
.cpmh .u08zilo .e4oo5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.cpmh .m8r6v3a::after { content: ''; display: block; clear: both; }
.jaa0hvi7 .znweum:nth-child(odd)  .u08zilo { float: left;  width: 38%; margin: 0 28px 16px 0; }
.jaa0hvi7 .znweum:nth-child(even) .u08zilo { float: right; width: 38%; margin: 0 0 16px 28px; }
.jaa0hvi7 .u08zilo .e4oo5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.jaa0hvi7 .m8r6v3a::after { content: ''; display: block; clear: both; }
.mr0jk2 .h4yra39c,
.cpmh .h4yra39c,
.jaa0hvi7 .h4yra39c,
@media (max-width: 900px) {
  .mr0jk2 .u08zilo,
  .cpmh .u08zilo,
  .jaa0hvi7 .znweum:nth-child(odd)  .u08zilo,
  .jaa0hvi7 .znweum:nth-child(even) .u08zilo {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .mr0jk2 .u08zilo .e4oo5,
  .cpmh .u08zilo .e4oo5,
  .jaa0hvi7 .u08zilo .e4oo5 {
    max-height: none !important;
  }
}
.mr0jk2 .t2fe,
.mr0jk2 .o8eop,
.cpmh .t2fe,
.cpmh .o8eop,
.jaa0hvi7 .t2fe,
.jaa0hvi7 .o8eop { overflow: hidden; }
@media (max-width: 640px) {
  .mr0jk2 .u08zilo,
  .cpmh .u08zilo,
  .jaa0hvi7 .u08zilo { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ybv94o .umpvh,
.ybv94o .m8r6v3a,
.ybv94o .nenxr2yk  { max-width: 1100px; }
.t4fmnpz .umpvh,
.t4fmnpz .m8r6v3a,
.t4fmnpz .nenxr2yk  { max-width: 1200px; }
.t4fmnpz { --content-mw: 1200px; }
.qxh6f7cv .umpvh,
.qxh6f7cv .m8r6v3a,
.qxh6f7cv .nenxr2yk  { max-width: 1320px; }
.rqiyc { font-size: 0.82rem; color: var(--text-muted); }
.xy5kwk { display: flex; align-items: center; }
.h4myt {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.htosv2ni { display: flex; align-items: center; }
.xp4z { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.xp4z:hover { text-decoration: underline; }
.bhpj { margin: 0 3px; opacity: 0.45; }
.bhpj::before { content: '/'; }
.zhqob5az { padding: 2px 5px; color: var(--text-main); }
.o1zbs03 .rqiyc {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.o1zbs03 .xy5kwk { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.vysxo826 .rqiyc {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.vysxo826 .xy5kwk { padding: 0 0 0 12px; }
.ki3t .xy5kwk { padding: 0 16px; }
.ki3t .rqiyc {
  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);
}
.ki3t .umpvh { padding-top: 28px; }
@media (max-width: 720px) {
  .xi0w { margin-top: 18px; padding: 0 16px; }
  .ki3t .umpvh { padding-top: 16px; }
}
.ybv94o.o1zbs03 .xy5kwk { max-width: 1100px; }
.t4fmnpz.o1zbs03 .xy5kwk { max-width: 1200px; }
.qxh6f7cv.o1zbs03 .xy5kwk { max-width: 1320px; }
.t4fmnpz .xi0w { max-width: 1200px; }
.qw0jfg .znweum { padding-top: 16px; padding-bottom: 16px; }
.v1b8tdoi .znweum { padding-top: 24px; padding-bottom: 24px; }
.qoyy7v8j .znweum { padding-top: 40px; padding-bottom: 40px; }
.aothu .znweum { padding-top: 52px; padding-bottom: 52px; }
.z276eti9 .znweum:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.z276eti9 .znweum:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.z276eti9 .znweum:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.z276eti9 .znweum:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.w4o62grm .m8r6v3a { padding-top: 10px;  padding-bottom: 10px; }
.gq9y2 .m8r6v3a { padding-top: 18px;  padding-bottom: 18px; }
.t7lu .m8r6v3a { padding-top: 36px;  padding-bottom: 36px; }
.tie0 .m8r6v3a { padding-top: 48px;  padding-bottom: 48px; }
.tmzrzk4j h2.wu84 { font-weight: 600; }
.tmzrzk4j h3.rd1i12     { font-weight: 600; }
.nupi0fou { font-weight: 500; }
.nupi0fou h2.wu84 { font-weight: 800; }
.nupi0fou h3.rd1i12     { font-weight: 700; }
.asie h2.wu84 { font-weight: 900; }
.asie h3.rd1i12     { font-weight: 800; }
.asie .n5axg2n strong,
.asie .n5axg2n strong { font-weight: 600; }
.k22kd2q {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.zo57f .k22kd2q { display: none; }
@media (max-width: 640px) {
  .kyb6 { display: none; }
  .k22kd2q {
    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;
  }
}
.k22kd2q { background: var(--cta) !important; color: #fff !important; border: none !important; }
.k22kd2q:hover { opacity: 0.85; }
.j9gj0 .k22kd2q { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.w4xi .k22kd2q,
.lpvuri  .k22kd2q { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.w4xi .k22kd2q:hover,
.lpvuri  .k22kd2q:hover { opacity: 0.88; }
.j9gj0.w4xi .k22kd2q,
.j9gj0.lpvuri  .k22kd2q { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.dit1 {
  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;
}
.dit1:hover { transform: translateY(-2px); opacity: 0.92; }
.dit1 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.hpaw5 .dit1 { display: none; }
.ce0o16 .dit1 { right: 32px; }
.ep1e1  .dit1 { left: 32px; }
@media (max-width: 480px) {
  .ce0o16 .dit1 { right: 20px; bottom: 20px; }
  .ep1e1  .dit1 { left: 20px; bottom: 20px; }
}
.em28xl { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.nenxr2yk { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.b88be { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ki12q { color: var(--text-dim); font-size: 0.8rem; }
.tbb4axre a, .li96i a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.tbb4axre a:hover, .li96i a:hover { color: var(--accent-light); }
.li96i { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.w1wp .nenxr2yk { text-align: center; }
.w1wp .li96i { justify-content: center; margin-bottom: 16px; }
.w1wp .b88be { margin-top: 0; }
.jrsc1j0 { margin-top: 10px; }
.jrsc1j0 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .nenxr2yk { padding-left: 16px; padding-right: 16px; }
  .skv0lrj .nenxr2yk { padding: 20px 16px; }
  .li96i { gap: 4px 12px; }
  .b88be { font-size: 0.78rem; }
}
.b2icyb .b88be { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.b2icyb .ki12q { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .b2icyb .p3jz { grid-template-columns: 1fr 1fr; } .b2icyb .shn1wblh { grid-column: 1 / -1; } }
@media (max-width: 480px) { .b2icyb .p3jz { grid-template-columns: 1fr; } }
.nmsyi .b88be { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .nmsyi .lo59bxl { gap: 12px; } .nmsyi .scbal { margin-right: 0; width: 100%; } }
.buklmus .b88be { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.buklmus .ki12q { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .buklmus .h1rc94 { grid-template-columns: 1fr 1fr; } .buklmus .sx80sb { grid-column: 1 / -1; } }
@media (max-width: 480px) { .buklmus .h1rc94 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .tdq6 .q4jln3ef { grid-template-columns: 1fr 1fr; } .tdq6 .kf2le6h:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tdq6 .q4jln3ef { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .y8qxc2w5 .q4jln3ef { grid-template-columns: 1fr; } }
.x1xdj5 .nenxr2yk { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.x1xdj5 .li96i { justify-content: center; }
.i6jz3 .knadm8      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.i6jz3 .em28xl { background: var(--bg-page); border-top-color: var(--border-alt); }
.eob6fb .knadm8      { background: #0d1117; border-bottom-color: #21262d; }
.eob6fb .czcu { color: var(--accent-light); }
.eob6fb .d2rh { --msep-color: #8b949e; }
.eob6fb .d2rh a { color: #8b949e; }
.eob6fb .d2rh a:hover { color: var(--accent-light); }
.eob6fb .m6r4d { color: #8b949e; }
.eob6fb .em28xl { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.eob6fb .b88be,
.eob6fb .ki12q { color: #6e7681; }
.eob6fb .tbb4axre a, .eob6fb .li96i a,
.eob6fb .tbb4axre a:hover, .eob6fb .li96i a:hover,
@media (max-width: 640px) {
  .eob6fb .d2rh { background: #0d1117; border-top-color: #21262d; }
  .eob6fb .d2rh li a { border-bottom-color: #21262d; }
}
.e6rhpem .knadm8      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.e6rhpem .czcu { color: var(--accent-light); }
.e6rhpem .d2rh { --msep-color: #475569; }
.e6rhpem .d2rh a { color: #475569; }
.e6rhpem .d2rh a:hover { color: var(--accent-light); }
.e6rhpem .m6r4d { color: #64748b; }
.e6rhpem .em28xl { background: #f0f4f8; border-top-color: #cbd5e1; }
.e6rhpem .b88be,
.e6rhpem .ki12q { color: #64748b; }
.e6rhpem .tbb4axre a, .e6rhpem .li96i a,
.e6rhpem .tbb4axre a:hover, .e6rhpem .li96i a:hover,
@media (max-width: 640px) {
  .e6rhpem .d2rh { background: #f0f4f8; border-top-color: #cbd5e1; }
  .e6rhpem .d2rh li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.w4xi .knadm8      { background: var(--accent); border-bottom-color: var(--accent-light); }
.w4xi .czcu { color: #fff; }
.w4xi .d2rh { --msep-color: rgba(255,255,255,0.82); }
.w4xi .d2rh a { color: rgba(255,255,255,0.82); }
.w4xi .d2rh a:hover { color: #fff; }
.w4xi .m6r4d { color: rgba(255,255,255,0.9); }
.w4xi .swof a { color: var(--text-primary) !important; }
.w4xi .swof a:hover { color: var(--accent-light) !important; }
.w4xi .em28xl { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.w4xi .b88be,
.w4xi .ki12q { color: rgba(255,255,255,0.72); }
.w4xi .tbb4axre a, .w4xi .li96i a,
.w4xi .kz7a13 a, .w4xi .eiuedyj a,
.w4xi .ljz3e a, .w4xi .scbal { color: #fff; }
.w4xi .zc1q, .w4xi .qyqt { color: rgba(255,255,255,0.7); }
.w4xi .tbb4axre a:hover, .w4xi .li96i a:hover,
.w4xi .kz7a13 a:hover, .w4xi .eiuedyj a:hover { color: #fff; }
@media (max-width: 640px) {
  .w4xi .d2rh { background: var(--accent); border-top-color: var(--accent-light); }
  .w4xi .d2rh li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.lpvuri .knadm8 {
  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);
}
.lpvuri .em28xl {
  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) {
  .lpvuri .d2rh {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.gelbhhgo .gcd8vcb { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.wk29 .gcd8vcb { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.bk9vty6 .gcd8vcb { min-height: 72px; height: auto; }
.u4f5sqa5 .gcd8vcb { min-height: 84px; height: auto; }
.skv0lrj .gcd8vcb { max-width: none; padding: 0 32px; }
.skv0lrj .nenxr2yk  { max-width: none; padding: 24px 32px; }
.o1668.t4fmnpz .gcd8vcb { max-width: 1200px; }
.o1668.qxh6f7cv .gcd8vcb { max-width: 1320px; }
.vi9jl9e6   .czcu, .vi9jl9e6   .scbal { text-transform: capitalize; }
.hswedc .czcu, .hswedc .scbal { text-transform: lowercase; }
.ljz8j .czcu, .ljz8j .scbal { text-transform: uppercase; letter-spacing: 0.06em; }
.xgvu, .mahh9l {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.zom2952 .xgvu,
.rp8ea7 .xgvu,
.pxteo0d .xgvu,
.n1qogxp .xgvu,
.lrmz   .d2rh a { font-weight: 500; }
.vdlq .d2rh a { font-weight: 600; }
.p3tnpz     .d2rh a { font-weight: 700; }
.fdmcocv    .d2rh a { font-weight: 800; letter-spacing: 0.01em; }
.hv1a     .d2rh > li + li::before,
.meoy4h    .d2rh > li + li::before,
.p2n7z7    .d2rh > li + li::before,
.vnj5 .d2rh > li + li::before,
.g0wws .d2rh > li + li::before,
.mn3t8  .d2rh > li + li::before,
.hv149j    .d2rh > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.hv1a     .d2rh > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.meoy4h    .d2rh > li + li::before { content: "|"; }
.p2n7z7    .d2rh > li + li::before { content: "—"; }
.vnj5 .d2rh > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.g0wws .d2rh > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.mn3t8  .d2rh > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.hv149j    .d2rh > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .i2ls4i4 .m6r4d,
  .z5i0vv31 .m6r4d,
  .fg4swzd .m6r4d,
  .wbdgep .m6r4d,
  .j2dua .m6r4d {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .i2ls4i4 .m6r4d::before,
  .z5i0vv31 .m6r4d::before,
  .fg4swzd .m6r4d::before,
  .wbdgep .m6r4d::before,
  .j2dua .m6r4d::before { content: ""; display: block; flex-shrink: 0; }

  
  .i2ls4i4 .m6r4d::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;
  }

  
  .z5i0vv31 .m6r4d::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;
  }

  
  .fg4swzd .m6r4d::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;
  }

  
  .wbdgep .m6r4d::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;
  }

  
  .j2dua .m6r4d::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) {
  .zqom .m6r4d {
    padding: 5px 14px;
  }
  .zqom .d2rh {
    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;
  }
  .zqom .d2rh li a {
    border-bottom: none; padding: 10px 22px;
  }
  .zqom .d2rh li a:hover { background: var(--bg-raised); }
  .zqom .xxr0z,
  .e3bez .xxr0z,
  .w5j5 .xxr0z { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .xqx1bf .m6r4d {
    padding: 5px 10px;
  }
  .xqx1bf .d2rh {
    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);
  }
  .xqx1bf .d2rh.fgyuk { transform: translateX(0); }
  .xqx1bf .d2rh li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .xqx1bf .d2rh li:last-child a { border-bottom: none; }
  .w4xi .d2rh,
  .eob6fb .d2rh { background: var(--accent) !important; }
  .w4xi .d2rh li a,
  .eob6fb .d2rh li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .w5j5 .m6r4d {
    padding: 5px 10px;
  }
  .w5j5 .d2rh {
    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);
  }
  .w5j5 .d2rh::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .w5j5 .d2rh.fgyuk { transform: translateY(0); }
  .w5j5 .d2rh li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .d2wxfq .m6r4d {
    padding: 5px 10px;
  }
  .d2wxfq .d2rh {
    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;
  }
  .d2wxfq .d2rh.fgyuk { opacity: 1; pointer-events: auto; }
  .d2wxfq .d2rh li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .lxlg     .m6r4d { border-radius: 0 !important; }
  .l2l7f   .m6r4d { border-radius: 8px !important; }
  .psv9 .m6r4d { border-radius: 50% !important; }
  .gezv   .m6r4d { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .u1xuhd9o .uajo { flex-direction: column; align-items: stretch; }
  .u1xuhd9o .q7n9j { flex-direction: row; min-width: auto; }
  .u1xuhd9o .jwzcn { align-items: flex-start; text-align: left; }
}
.u7dm,
.u7dm.znweum,
.fgy4v0 .u7dm,
.d59c2m4z .u7dm,
.g85vpph .u7dm,
.iw29tw4c .u7dm {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.asugq66 {
  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;
}
.e2p3f { flex: 1 1 280px; min-width: 0; }
.o27tweb {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.dzf8 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.drknxuzd {
  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;
}
.drknxuzd:hover { transform: translateY(-1px); opacity: 0.95; }
.ce9yg6x .asugq66 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.ce9yg6x .o27tweb { color: var(--cta); }
.ce9yg6x .dzf8 { color: var(--text-body); }
.ce9yg6x .drknxuzd {
  background: var(--cta) !important;
  color: #fff !important;
}
.ptol .asugq66 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.ptol .o27tweb { color: var(--text-primary); }
.ptol .dzf8 { color: var(--text-body); }
.ptol .drknxuzd {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .asugq66 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .e2p3f { flex: 0 0 auto; }
  .o27tweb { font-size: 1.2rem; }
  .drknxuzd { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.dxhxlya .s7ywh1 { height: 36px; }
.b38fm5nr .s7ywh1 { height: 60px; max-width: 200px; }
.m1bd .s7ywh1 { height: 56px; max-width: 180px; }
.ow5r5tdf    .e1h8, .ow5r5tdf    .t3g6nwb { color: #f59e0b; }
@media (min-width: 720px) {
  .rsorq .krztmz {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .rsorq .nf7x {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .rsorq .nf7x { padding: 40px 16px 20px; }
  .rsorq .fcia3c {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .rsorq .fb7f34 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .uj0z3ttt .nf7x {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .uj0z3ttt .nf7x::before {
    position: absolute; top: 14px; left: 14px;
  }
  .uj0z3ttt .kbdlvyz {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .uj0z3ttt .cxhd0x0 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .uj0z3ttt .fcia3c {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .uj0z3ttt .fb7f34 { width: 100%; min-width: 0; }
  .uj0z3ttt .e1h8 { min-width: 0; }
}
.qoso76 .mu07uf {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.qoso76 .mu07uf summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.qoso76 .mu07uf p { padding: 0 2px 16px; }
.i1w0att .mu07uf { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.i1w0att .mu07uf summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.i1w0att .mu07uf summary::after { content: "›"; font-size: 1.2em; }
.i1w0att .mu07uf[open] summary::after { content: "‹"; }
.i1w0att .mu07uf p { padding: 10px 22px 4px; }
.ekyxl .mu07uf {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ekyxl .mu07uf summary { color: var(--text-primary); padding-left: 16px; }
.ekyxl .mu07uf summary::after { content: "›"; font-size: 1.1em; }
.ekyxl .mu07uf[open] summary::after { content: "‹"; }
.ekyxl .mu07uf p { padding-left: 16px; }
.bg2f .xfz1um2z { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.bg2f .mu07uf {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.bg2f .mu07uf:last-child { border-bottom: none; }
.bg2f .mu07uf summary { color: var(--text-primary); border-radius: 0; }
.bg2f .mu07uf summary::after { content: "›"; font-size: 1.1em; }
.bg2f .mu07uf[open] summary::after { content: "‹"; }
.w8f5ip8b .mu07uf { overflow: hidden; }
.w8f5ip8b .mu07uf summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.w8f5ip8b .mu07uf summary::after { color: rgba(255,255,255,.75); }
.w8f5ip8b .mu07uf[open] summary { border-radius: 0; }
.w2p1v5g { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.rm8l3be0 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.m176y9e {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.zv9g968a { color: var(--text-muted); font-size: 1.05rem; }
.hyy4226 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.t61u2 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.hv4cd82 { margin-bottom: 20px; }
.qyvx2nl {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.dkvuwq {
  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;
}
.dkvuwq:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.qdcq { resize: vertical; min-height: 130px; }
.xc7g88be { width: 100%; margin-top: 8px; }
.g9fx20p {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.i3qg {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ejwm { color: var(--text-muted); line-height: 1.75; }
.m2od { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.m2od li { margin-bottom: 6px; }
.bv3x { max-width: 760px; margin: 0 auto; }
.jvyt { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.am8fjx7y { max-width: 760px; margin: 0 auto; }
.gzzdd47 ul.m2od { margin: 0; }
@media (max-width: 640px) { .jb5sk5pv { grid-template-columns: 1fr; gap: 10px; } }
.qu2aq { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.sx9vti { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.us0t74 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.sx9vti p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.sx9vti .m2od { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .qu2aq { grid-template-columns: 1fr; } }
.s2gq { color: inherit; text-decoration: none; }
.s2gq:hover { color: var(--accent-light); text-decoration: underline; }
.uo17yiy { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.fg1k66 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.fg1k66:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.kq5djx { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.fg1k66 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.fg1k66 ul.m2od { margin: 0; }
.cag393u { color: var(--text-muted); line-height: 1.75; }
.fgvuq .m2od,
.b0ze .m2od,
.igwixn .m2od,
.k6a6vg .m2od {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.fgvuq .fg1k66,
.b0ze .fg1k66 { text-align: left; }
.fgvuq .kq5djx,
.b0ze .kq5djx { text-align: center; }
.ouszpxx { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.qrvxhejh { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.lxxzj { font-size: 1.1rem; }
.ni4vkql { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.sx84 { margin-top: 12px; }
.jsuk { 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; }
.jsuk:hover { border-bottom-color: var(--accent-light); }
.quu2l { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.quu2l img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ko2330q { width: 260px; height: 260px; }
.nxiy5 { border-radius: 28%; }
.csltr { display: flex; align-items: center; justify-content: center; background: var(--accent-bg); color: var(--accent-light); font-weight: 800; font-size: 2.4rem; }
.a7ouen { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.qfer9iy { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .uxxna { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.j1wso .ni4vkql, .j1wso .qrvxhejh { max-width: 640px; }
.ybfconj { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.yvlv { position: sticky; top: 96px; align-self: start; }
.yvlv .ouszpxx { font-size: 1.6rem; margin-top: 18px; }
.h8lco .ni4vkql { margin-bottom: 28px; }
@media (max-width: 860px) { .ybfconj { grid-template-columns: 1fr; } .yvlv { position: static; text-align: center; } }
.wdv773 .quu2l { margin: 0 auto 18px; }
.wdv773 .a7ouen { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .hwgdlfqp { grid-template-columns: 1fr; } }
.zrs1nfkn .ouszpxx { font-size: 1.6rem; margin-bottom: 6px; }
.k6a6vg .m2od { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .zrs1nfkn { flex-direction: column; text-align: center; } .sv49t { grid-template-columns: 1fr; } }
.jr628ae .ouszpxx { font-size: 1.35rem; margin: 0 0 4px; }
.jr628ae .a7ouen { margin: 0; }
.f19mbm .m176y9e { color: var(--accent-light); }
.tkvzlay .m176y9e { font-size: 2rem; }
.tkvzlay .zv9g968a { max-width: 680px; }
.c2t2vhy .m176y9e { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.c2t2vhy .zv9g968a  { margin: 0; }
@media (max-width: 640px) { .c2t2vhy { flex-direction: column; } }
.mmy2x {
  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;
}
.mmy2x .m176y9e { color: var(--accent-light); }
.hfmydaa .m176y9e { color: #fff; }
.hfmydaa .zv9g968a  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .w3916rw3 { grid-template-columns: 1fr; } }
.xdpzg4 { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.xdpzg4 .dkvuwq {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.xdpzg4 .dkvuwq:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.fq2us .dkvuwq { background: var(--bg-raised); border-color: transparent; }
.fq2us .dkvuwq:focus { background: var(--bg-card); border-color: var(--accent-light); }
.b03su .dkvuwq { border-radius: 100px; padding: 11px 20px; }
.b03su .qdcq { border-radius: 14px; }
.yasqv {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .yasqv { grid-template-columns: 1fr; } }
.qglls4c7 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.qglls4c7 h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.qglls4c7 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.qnaxus { counter-reset: priv-count; }
.qfhb6 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.qfhb6:last-child { border-bottom: none; }
.veviy {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.qfhb6 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.qfhb6 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.jb280ppk { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.jb280ppk li { margin-bottom: 6px; }
.tu640{display:none}
.tu640:empty,.rqhamm:empty{display:none}
.xbvdz0g6{position:relative;overflow:visible}
.rz32 .wdm4,.gmucz .wdm4,
.cl2dmzz .wdm4,.spnhveb .wdm4,
.b9k1had1 .wdm4,.c60f .wdm4{display:block}
.dlrle2tg .yq42n7bf{display:block}
.rz32 .wdm4,.gmucz .wdm4,
.cl2dmzz .wdm4,.spnhveb .wdm4,
.b9k1had1 .wdm4{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}
.rz32 .wdm4 .rqhamm,.gmucz .wdm4 .rqhamm,
.cl2dmzz .wdm4 .rqhamm,.spnhveb .wdm4 .rqhamm,
.b9k1had1 .wdm4 .rqhamm{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}
.rz32 .ez0hc9,.gmucz .ez0hc9,
.cl2dmzz .ez0hc9,.spnhveb .ez0hc9,
.b9k1had1 .ez0hc9{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.rz32 .wdm4,.gmucz .wdm4{top:12px}
.rz32 .wdm4 .rqhamm{margin-right:auto}
.gmucz .wdm4 .rqhamm{margin-left:auto}
.gmucz .wdm4{text-align:right}
.cl2dmzz .wdm4,.spnhveb .wdm4{bottom:12px}
.cl2dmzz .wdm4 .rqhamm{margin-right:auto}
.spnhveb .wdm4 .rqhamm{margin-left:auto}
.spnhveb .wdm4{text-align:right}
.b9k1had1 .wdm4{position:relative;margin-top:16px}
.b9k1had1 .wdm4 .rqhamm{margin:0 auto}
.c60f .wdm4{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.c60f .wdm4 .rqhamm{margin:0}
.c60f .kbdv~.wdm4,
.c60f .roi1ytf8~.wdm4{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.c60f .kbdv~.wdm4 .rqhamm,
.c60f .roi1ytf8~.wdm4 .rqhamm{justify-content:flex-start}
.kbdv~.wdm4,.roi1ytf8~.wdm4{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}
.kbdv~.wdm4 .rqhamm{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.roi1ytf8~.wdm4 .rqhamm{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.yq42n7bf .rqhamm{margin:0 0 12px}
.rqhamm{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.ez0hc9{white-space:nowrap}
.w4vsq .ez0hc9{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.zqjqe .ez0hc9{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}
.zqjqe .tqsa8s::before{content:""}
.stsq .rqhamm{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.vxt6t3x0 .ez0hc9{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.hdude3w .ez0hc9{color: var(--accent-light);opacity:1;font-weight:500}
.z84r0a .ez0hc9{border-bottom:1px solid currentColor;padding-bottom:2px}
.a6mtorl .rqhamm{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.gly1li{--date-bg:var(--accent-bg-light)}
.azvjoid .tqsa8s::before{content:""}
.bthesr8d .ez0hc9 + .ez0hc9::before{content:"•";margin-right:6px;opacity:.4}
.fymeg5i .ez0hc9 + .ez0hc9::before{content:"/";margin-right:6px;opacity:.35}
.fy3f0nxv .ez0hc9 + .ez0hc9::before{content:"|";margin-right:6px;opacity:.3}
.zc2e .ez0hc9 + .ez0hc9::before{content:"—";margin-right:6px;opacity:.3}
.ip776qy4 .ez0hc9 + .ez0hc9::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.qo3h .ez0hc9 + .ez0hc9::before{content:"·";margin-right:6px;opacity:.4}
.lermf18 .ez0hc9 + .ez0hc9::before{content:"›";margin-right:6px;opacity:.4}
.adjole6 .ez0hc9 + .ez0hc9::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.chneoj{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.rc8zgqir{display:flex;flex-direction:column;gap:3px}
.acgr7{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.ukqyd{font-weight:700;font-size:1rem;color:var(--text-heading)}
.t47u{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.vuzce .chneoj{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.u5mfjc2n .chneoj{border-top:3px solid var(--accent);padding-top:18px}
.u751m6 .chneoj{border-left:3px solid var(--accent);border-radius:0}
.km045e .chneoj{padding:20px 0}
@media(max-width:640px){
  .chneoj{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .t47u{max-width:100%}
}
.rn8p .evu4l9v{margin:0}
@media (max-width:560px){
  .gkt9{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) {
  .hi1se { padding: 28px 18px 20px; }
  .m2upj75 { font-size: 1.2rem; }
  .svvdj { max-width: 220px; max-height: 80px; }
}
.xxtx7e1 .aeoqu0th { border-radius: 22px; }
.ymphd .asugq66 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .aeoqu0th { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.tvxrul {
  margin: 28px 0 24px;
}
.tvxrul .znweum {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.tvxrul .m8r6v3a {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.tvxrul .asugq66 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .gcd8vcb { flex-direction: row-reverse; }
[dir="rtl"] .d2rh { flex-direction: row-reverse; }
[dir="rtl"] .ce0o16 .dit1 { right: auto; left: 32px; }
[dir="rtl"] .ep1e1  .dit1 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .ce0o16 .dit1 { right: auto; left: 20px; }
  [dir="rtl"] .ep1e1  .dit1 { left: auto;  right: 20px; }
}
[dir="rtl"] .mr0jk2 .u08zilo  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .cpmh .u08zilo { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .t2fe, [dir="rtl"] .o8eop { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .irhb { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .uyy59lhx { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .n5axg2n { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .asugq66 { direction: rtl; }
[dir="rtl"] .rqiyc { direction: rtl; }
[dir="rtl"] .lsnuo8hg { direction: rtl; }
[dir="rtl"] .ujmt { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .wx81sotf .o8eop,
[dir="rtl"] .vrz8lfbt .o8eop,
[dir="rtl"] .azvgf2uy .o8eop,
[dir="rtl"] .xljm .o8eop {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .wx81sotf .o8eop li::before,
[dir="rtl"] .vrz8lfbt .o8eop li::before,
[dir="rtl"] .azvgf2uy .o8eop li::before,
[dir="rtl"] .xljm .o8eop li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .l577a10h.wpotp .s2ep,
[dir="rtl"] .opnuymwt.wpotp .s2ep,
[dir="rtl"] .dl1r.wpotp .s2ep,
[dir="rtl"] .jpo8en4.wpotp .s2ep,
[dir="rtl"] .k48km9.wpotp .s2ep { text-align: right; }
[dir="rtl"] .kbdv.wpotp .g5mf6 { align-items: flex-end; text-align: right; }
[dir="rtl"] .m8r6v3a,
[dir="rtl"] .isckaxkt,
[dir="rtl"] .usty7mmk,
[dir="rtl"] .cwfuyrr,
[dir="rtl"] .s2ep { text-align: right; }
[dir="rtl"] .t61u2,
[dir="rtl"] .qyvx2nl,
[dir="rtl"] .ni4vkql,
[dir="rtl"] .dkvuwq,
[dir="rtl"] .qdcq { text-align: right; direction: rtl; }
[dir="rtl"] .b03su .dkvuwq,
[dir="rtl"] .xdpzg4 .dkvuwq { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #843bd0;
  --brand:           #843bd0;
  --brand-light:     #64319a;
  --brand-pale:      #8b5cbb;
  --grad-start:      #b285e1;
  --grad-end:        #d1bae9;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #843bd0;
  --cta-light:       #6f26bc;
  --cta-hover:       #6527a5;
  --bg-page:         #f7f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f3f5;
  --bg-raised:       #efeef1;
  --bg-hover:        #f4f3f5;
  --border:          #e5e2e8;
  --border-alt:      #d6d0db;
  --border-section:  #e5e2e8;
  --text-primary:    #19171b;
  --text-muted:      #59525f;
  --text-body:       #322f36;
  --text-sub:        #4c4652;
  --text-faint:      #7f7688;
  --text-dim:        #9891a0;
  --text-label:      #655e6d;
  --text-value:      #3f3b44;
  --accent-bg:       #eae4f0;
  --accent-bg-light: #dbccea;
  --bg-tip:          #f0f9f7;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f2f9;
  --bg-pros:         #f0f9f7;
  --bg-cons:         #faf3f5;
  --c-pros:          #168d74;
  --c-cons:          #9f213e;
  --c-pros-label:    #1aa789;
  --c-tip-border:    #1db998;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #168d74;
}
:root { --logo-bg-opacity: 56%; }
body, button, input { font-family: "Lato", sans-serif; }
.ffckmdy .uxfz23 li::before, .ffckmdy .p066k8v8 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; }.ffckmdy .uxfz23 li::before { content: ""; }.ffckmdy .p066k8v8 li::before { content: ""; }.ffckmdy .bmyir4::before, .ffckmdy .d4r0lme::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.ffckmdy .bmyir4::before { content: ""; }.ffckmdy .d4r0lme::before { content: ""; }
.hzl0p .o8uv, .hzl0p .kbdv { min-height: 320px; }
.z9mv7 .k22kd2q::after,.z9mv7 .dit1::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.bhpj::before { content: '›'; font-size: 1.1em; }