:root {
  --color-accent: #9999cc;
  --color-cta: #7a88f2;
  --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;
}
.s9rv {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.msto7 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.xt9ak {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.pw0nqbw { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.btknpb { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.btknpb a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.btknpb a:hover { color: var(--accent-light); }
.pv34e7  .ypjk { border-radius: 14px; }
.pv34e7 .ypjk li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.pv34e7 .ypjk li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.yjr48 .ypjk li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .ypjk {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .vdij3h2:hover .ypjk,
  .vdij3h2:focus-within .ypjk { display: block; }
  .ypjk li a { padding: 8px 16px; font-size: 0.88rem; }
}
.dzx1nw {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.vesp6mi { display: none; }
@media (max-width: 640px) {
  .vesp6mi {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .vesp6mi.naicq { display: block; }
}
@media (max-width: 640px) {
  .dzx1nw { display: block; }
  .btknpb > li + li::before { display: none !important; }
  .btknpb {
    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;
  }
  .btknpb.naicq { display: flex; }
  .btknpb li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .btknpb li:last-child a { border-bottom: none; }
}
.jlgc1v { min-height: 480px; }
.uug9kwwm {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.hgod5g { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.e9ptchos .hgod5g { margin-left: 0; margin-right: 0; }
.pmag {
  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;
}
.utc6 .pmag { margin-top: 24px; }
.pmag:hover { opacity: 0.88; }
.m2f2 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.cyijk8n {
  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%);
}
.m2f2 .rny6uvj {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.m2f2 .uug9kwwm { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.m2f2 .hgod5g { color: #e2e8f0; }
.m2f2.h9sz5 .rny6uvj { text-align: center; }
.m2f2.e9ptchos   .rny6uvj { text-align: left; }
.svzsj .rny6uvj {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.svzsj .uug9kwwm { color: var(--text-primary); text-shadow: none; }
.svzsj .hgod5g { color: var(--text-muted); }
.svzsj .pmag { margin-top: 16px; }
.svzsj, .svzsj.jlgc1v { min-height: auto !important; }
.svzsj.h9sz5 .rny6uvj { text-align: center; }
.svzsj.e9ptchos   .rny6uvj { text-align: left; }
.svzsj~.qdu7rqd{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}
.svzsj~.qdu7rqd .p17dm5{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; }
}
.w2i324 .m2f2 .cyijk8n {
  overflow: hidden;
}
.w2i324 .m2f2 .cyijk8n::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%); }
}
.qghlu3 .u51o4,
.qghlu3 .kuhainu {
  position: relative; overflow: hidden;
}
.qghlu3 .u51o4::after,
.qghlu3 .kuhainu::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@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); }
}
.qghlu3 .m2f2 .cyijk8n {
  overflow: hidden;
}
.qghlu3 .m2f2 .cyijk8n::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;
}
.i04q4plp .m2f2 .cyijk8n {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.v4kaxzl .m2f2 .cyijk8n {
  overflow: hidden;
}
.v4kaxzl .m2f2 .cyijk8n::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;
}
.e8lw .m2f2 .cyijk8n {
  animation: hg-breathe 10s ease-in-out infinite;
}
.u51o4 .cyijk8n {
  background: none;
}
.u51o4 .uug9kwwm { color: #fff; }
.u51o4 .hgod5g { color: rgba(255,255,255,0.85); }
.u51o4 .pmag { background: #fff; color: var(--cta); }
.u51o4 .pmag:hover { opacity: 0.92; }
.qghlu3 .ad7h { position: relative; overflow: hidden; }
.qghlu3 .ad7h::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.ad7h .uug9kwwm { text-shadow: none; color: var(--text-primary); }
.ad7h .hgod5g { color: var(--text-muted); }
body.ygd9pw .uug9kwwm {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.j4vkeinc .uug9kwwm {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.jlgc1v.u51o4 .uug9kwwm,
section.u51o4 .uug9kwwm {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ad7h.e9ptchos   .v9h5d { align-items: flex-start; text-align: left; }
.jlgc1v .v034r {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.v034r .au8bwf.nro87qjb {
  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;
}
.v034r .au8bwf.nro87qjb:hover { opacity: 0.85; }
.me6k .rny6uvj { padding-bottom: 24px; }
.utc6 .rny6uvj { max-width: 1100px; }
@media (max-width: 700px) {
  .ad7h { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ad7h:not(.fe5d4ah) .cjyoh { display: none !important; }
  .fe5d4ah .cjyoh { padding: 16px; }
  .v9h5d  { padding: 36px 24px; }
  .ad7h~.qdu7rqd,.pbjep3sv~.qdu7rqd{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .jlgc1v, .ad7h { min-height: 320px !important; }
  .uug9kwwm { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .jobyo27,
  .aj8t526,
  .pqvfj { grid-template-columns: 1fr !important; }

  

  
  .me6k { display: flex !important; flex-direction: column !important; }
  .me6k .rny6uvj { display: contents; }
  .me6k .cyijk8n { order: 0; }
  .me6k .uug9kwwm { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .me6k .jobyo27 { order: 2; padding: 0 16px 12px !important; }
  .me6k .hgod5g { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .utc6 .rny6uvj { display: flex; flex-direction: column; }
  .utc6 .rny6uvj .uug9kwwm { order: 1; }
  .utc6 .rny6uvj .pqvfj { order: 2; margin: 8px 0 24px !important; }
  .utc6 .rny6uvj .hgod5g { order: 3; }
  .utc6 .rny6uvj .pmag { order: 4; align-self: center; margin-top: 0; }

  
  .ad7h.fe5d4ah {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ad7h.fe5d4ah .v9h5d { display: contents; padding: 0; }
  .ad7h.fe5d4ah .v9h5d .uug9kwwm { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ad7h.fe5d4ah .cjyoh { order: 2; padding: 12px 16px; }
  .ad7h.fe5d4ah .v9h5d .hgod5g { order: 3; padding: 0 24px; margin: 0 auto; }
  .ad7h.fe5d4ah .v9h5d .pmag { order: 4; align-self: center; margin: 8px 0 32px; }
}
.bcduzgq { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.p4uwrva { width: 100%; height: auto; display: block; border-radius: 10px; }
.aml3s .bcduzgq        { border-radius: 16px; }
.aml3s .p4uwrva  { border-radius: 16px; }
.cdfg6m7 .bcduzgq         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.cdfg6m7 .p4uwrva   { border-radius: 8px; }
.maromry7 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.w658totj { width: 100%; padding: 32px 0; position: relative; }
.g0ka { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.d1il0vq .w658totj:nth-child(even) { background: var(--bg-surface); }
.d1il0vq .w658totj:nth-child(odd)  { background: var(--bg-page); }
.h41co .w658totj:nth-child(even) { background: var(--bg-card); }
.h41co .w658totj:nth-child(odd)  { background: var(--bg-page); }
.d1il0vq .w658totj:nth-child(odd)  .g0ka { background: var(--bg-card); border-radius: 6px; }
.d1il0vq .w658totj:nth-child(even) .g0ka { background: var(--bg-raised); border-radius: 6px; }
.h41co .w658totj:nth-child(odd)  .g0ka { background: var(--bg-card); border-radius: 6px; }
.h41co .w658totj:nth-child(even) .g0ka { background: var(--bg-raised); border-radius: 6px; }
.d1il0vq .w658totj:nth-child(even) .ylgx1 .p64x,
.h41co .w658totj:nth-child(even) .ylgx1 .p64x { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.d1il0vq .w658totj:nth-child(odd) .ylgx1 .p64x,
.h41co .w658totj:nth-child(odd) .ylgx1 .p64x { background: var(--bg-card-inner); }
.d1il0vq .w658totj:nth-child(even) .t4gjgm .p64x:nth-child(odd),
.h41co .w658totj:nth-child(even) .t4gjgm .p64x:nth-child(odd)  { background: var(--bg-card); }
.d1il0vq .w658totj:nth-child(even) .t4gjgm .p64x:nth-child(even),
.h41co .w658totj:nth-child(even) .t4gjgm .p64x:nth-child(even) { background: var(--bg-card-inner); }
h1.fp68n { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.fp68n {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.q9kjo60 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.hgxngyb h2.fp68n {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.cjzkca h2.fp68n {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.xb93vjfy h2.fp68n {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ymetz h2.fp68n::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.l39po0p9 h2.fp68n {
  color: var(--text-primary); font-size: 1.7rem;
}
.s8ng1mrq h2.fp68n::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.pfp4ia h2.fp68n {
  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;
}
.afpbyu { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .afpbyu { display: none; } }
.vaohc { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.sdutdbgi { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.pn6hd {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.l80iw { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.g3rs7vc { padding-left: 20px; }
.g3rs7vc li { margin-bottom: 6px; }
.g3rs7vc a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.g3rs7vc a:hover { color: var(--accent-light); }
.vkwq13 .l80iw { display: none; }
.dw2sl1 .l80iw { display: none; }
.dw2sl1 .g3rs7vc { padding-left: 0; list-style: none; }
.dw2sl1 .g3rs7vc li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.dw2sl1 .g3rs7vc a { font-size: 0.92rem; }
.kzbjb .pn6hd { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.kzbjb .l80iw { display: none; }
.kzbjb .g3rs7vc { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.kzbjb .g3rs7vc li { margin-bottom: 0; }
.kzbjb .g3rs7vc 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;
}
.kzbjb .g3rs7vc a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.p7rfaegc .pn6hd { padding: 20px 20px 16px; }
.p7rfaegc .g3rs7vc {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.p7rfaegc .g3rs7vc li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.p7rfaegc .g3rs7vc 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;
}
.p7rfaegc .g3rs7vc 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;
}
.p7rfaegc .g3rs7vc a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.p7rfaegc .g3rs7vc a:focus,
.p7rfaegc .g3rs7vc a:focus-visible,
.p7rfaegc .g3rs7vc a:target { outline: none; }
.p7rfaegc .g3rs7vc li:target a { border-color: var(--border); color: var(--text-muted); }
.s08b .pn6hd { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.s08b .l80iw { display: none; }
.s08b .g3rs7vc { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.s08b .g3rs7vc li { margin-bottom: 0; }
.s08b .g3rs7vc li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.s08b .g3rs7vc li:last-child::after { content: ""; margin-right: 0; }
.s08b .g3rs7vc a { font-size: 0.9rem; }
.p64x { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ylgx1 .p64x { background: var(--bg-card); }
.t4gjgm .p64x:nth-child(odd)  { background: var(--bg-card); }
.t4gjgm .p64x:nth-child(even) { background: var(--bg-raised); }
.iut5fw .p64x {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.iut5fw .p64x:last-child { border-bottom: none; }
.iut5fw h3.q9kjo60 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.bqjop .p64x {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.bqjop .p64x + .p64x { margin-top: 4px; }
.t0y0 .p64x { background: none; border-radius: 0; padding: 12px 0; }
.t0y0 .p64x + .p64x { border-top: 1px solid var(--border-section); }
.bs2atru { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.lzes { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.wfvpz5 { color: var(--text-body); margin-bottom: 10px; }
.bxgw8t, .qod3n { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.bxgw8t li, .qod3n li { margin-bottom: 6px; }
.qod3n li { list-style: decimal; }
.af17     .bxgw8t { list-style-type: "● "; }
.hjjz4on  .bxgw8t { list-style-type: "■ "; }
.klxxdftq .bxgw8t { list-style-type: "◆ "; }
.tg5dx    .bxgw8t { list-style-type: "★ "; }
.af17     .t6ueed8p { list-style-type: "● "; }
.hjjz4on  .t6ueed8p { list-style-type: "■ "; }
.klxxdftq .t6ueed8p { list-style-type: "◆ "; }
.tg5dx    .t6ueed8p { list-style-type: "★ "; }
.af17    .bxgw8t li::marker, .af17    .t6ueed8p li::marker,
.hjjz4on .bxgw8t li::marker, .hjjz4on .t6ueed8p li::marker,
.klxxdftq .bxgw8t li::marker, .klxxdftq .t6ueed8p li::marker,
.tg5dx   .bxgw8t li::marker, .tg5dx   .t6ueed8p li::marker {
  color: var(--cta); font-size: 1em;
}
.af17 .qod3n,
.hjjz4on .qod3n,
.klxxdftq .qod3n,
.tg5dx .qod3n {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.af17 .qod3n li,
.hjjz4on .qod3n li,
.klxxdftq .qod3n li,
.tg5dx .qod3n li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.af17 .qod3n li::before,
.hjjz4on .qod3n li::before,
.klxxdftq .qod3n li::before,
.tg5dx .qod3n 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;
}
.af17     .qod3n li::before { border-radius: 50%; }
.hjjz4on  .qod3n li::before { border-radius: 3px; }
.klxxdftq .qod3n li::before { border-radius: 3px; }
.tg5dx    .qod3n li::before { border-radius: 50%; }
.a1c6u { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.cr54dl6 .a1c6u,
.vucs56fy .a1c6u { background: transparent; border: none; border-radius: 0; }
.jyx3lkf { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.jyx3lkf th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.jyx3lkf td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.jyx3lkf tr:hover td { background: var(--bg-hover); }
.ag1kpzo .jyx3lkf tbody tr:nth-child(even) td { background: var(--bg-surface); }
.ia0y .jyx3lkf { border: 1px solid var(--border-alt); }
.ia0y .jyx3lkf th,
.ia0y .jyx3lkf td { border: 1px solid var(--border-alt); }
.bc41f .jyx3lkf th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.bc41f .jyx3lkf td { border-bottom: none; }
.bc41f .jyx3lkf tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.xojsz .jyx3lkf th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.z9ww3n .a1c6u {
  overflow: hidden;
}
.z9ww3n .jyx3lkf th { border-bottom: 1px solid var(--border-alt); }
.z9ww3n .jyx3lkf tr:last-child td { border-bottom: none; }
.vdxlk3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.y879gz5z { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.n7sectx { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.uguu1 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.d69k98 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.t6ueed8p { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.t6ueed8p 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%}
.ddtzohc .uguu1 { background: transparent; text-align: center; }
.dfk2kl1 .n7sectx {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.t7008l .n7sectx {
  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);
}
.jxoyy7 .y879gz5z { display: grid; grid-template-columns: auto 1fr; }
.jxoyy7 .n7sectx {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.jxoyy7 .uguu1 { grid-column: 2; }
.jxoyy7 .d69k98,
.jxoyy7 .t6ueed8p { grid-column: 1 / -1; }
.oga9i .y879gz5z { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.oga9i .n7sectx {
  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);
}
.oga9i .uguu1 { grid-column: 2; }
.oga9i .d69k98,
.oga9i .t6ueed8p { grid-column: 1 / -1; }
.abukgk .y879gz5z { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.abukgk .uguu1 { background: none; color: var(--accent-light); font-weight: 700; }
.azxwueo .y879gz5z { 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); }
.azxwueo .uguu1 { background: none; color: var(--accent-light); font-weight: 700; }
.hpg1 .y879gz5z { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.hpg1 .y879gz5z:last-child { border-bottom: none; }
.hpg1 .uguu1 { background: none; color: var(--accent-light); font-weight: 700; }
.zje6eg .y879gz5z { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.zje6eg .uguu1 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.nwuk .vdxlk3 { counter-reset: card-n; }
.nwuk .y879gz5z  { counter-increment: card-n; }
.nwuk .uguu1 { display: flex; align-items: center; gap: 10px; }
.nwuk .uguu1::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;
}
.n74i .y879gz5z { background: var(--bg-surface); border: 1px solid var(--border); }
.n74i .uguu1 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.vxjp { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.qqb0d  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.ncwtytqs { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.o19uai0 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.vxjp strong { color: var(--text-primary); font-size: 0.95rem; }
.vxjp p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.k0q1o { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.z0ar7zw, .ngu6fs5 { border-radius: 8px; padding: 14px; }
.z0ar7zw { background: var(--bg-pros); }
.ngu6fs5 { background: var(--bg-cons); }
.od018 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.z0ar7zw .od018 { color: var(--c-pros-label); }
.ngu6fs5 .od018 { color: #f87171; }
.z0ar7zw ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ngu6fs5 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.p4uwrva { width: 100%; height: auto; border-radius: 10px; display: block; }
.nro87qjb {
  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;
}
.nro87qjb:hover { opacity: 0.85; }
.lu1e .nro87qjb  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.lu1e .nro87qjb:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.jq4cfbbk .nro87qjb  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.jq4cfbbk .nro87qjb:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.eemnyr .pmag { border-radius: 50px; }
.eemnyr .nro87qjb  { border-radius: 50px; }
.evfwz .pmag { padding-left: 22px; padding-right: 22px; }
.evfwz .nro87qjb  { padding-left: 12px; padding-right: 12px; }
.zmiwmui4 .pmag { padding-left: 44px; padding-right: 44px; }
.zmiwmui4 .nro87qjb  { padding-left: 24px; padding-right: 24px; }
.k2kqswh .pmag { padding-left: 56px; padding-right: 56px; }
.k2kqswh .nro87qjb  { padding-left: 32px; padding-right: 32px; }
.khl5iur   .pmag::after, .khl5iur   .nro87qjb::after,
.dfi90 .pmag::after, .dfi90 .nro87qjb::after,
.x051esnf    .pmag::after, .x051esnf    .nro87qjb::after,
.nqe1v    .pmag::after, .nqe1v    .nro87qjb::after,
.rolu    .pmag::after, .rolu    .nro87qjb::after,
.bkh5bla     .pmag::after, .bkh5bla     .nro87qjb::after,
.hzf1s1u    .pmag::after, .hzf1s1u    .nro87qjb::after,
.bw9q7wb   .pmag::after, .bw9q7wb   .nro87qjb::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;
}
.khl5iur .pmag::after, .khl5iur .nro87qjb::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");
}
.dfi90 .pmag::after, .dfi90 .nro87qjb::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");
}
.x051esnf .pmag::after, .x051esnf .nro87qjb::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");
}
.nqe1v .pmag::after, .nqe1v .nro87qjb::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");
}
.rolu .pmag::after, .rolu .nro87qjb::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");
}
.bkh5bla .pmag::after, .bkh5bla .nro87qjb::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");
}
.hzf1s1u .pmag::after, .hzf1s1u .nro87qjb::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");
}
.bw9q7wb .pmag::after, .bw9q7wb .nro87qjb::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");
}
.nnr9   .ui3cj::after, .nnr9   .cvoq::after,
.j7co48d5 .ui3cj::after, .j7co48d5 .cvoq::after,
.lhy28    .ui3cj::after, .lhy28    .cvoq::after,
.aexd    .ui3cj::after, .aexd    .cvoq::after,
.xoht783    .ui3cj::after, .xoht783    .cvoq::after,
.iwrmab     .ui3cj::after, .iwrmab     .cvoq::after,
.sjn4    .ui3cj::after, .sjn4    .cvoq::after,
.b46k473   .ui3cj::after, .b46k473   .cvoq::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;
}
.nnr9 .ui3cj::after, .nnr9 .cvoq::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");
}
.j7co48d5 .ui3cj::after, .j7co48d5 .cvoq::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");
}
.lhy28 .ui3cj::after, .lhy28 .cvoq::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");
}
.aexd .ui3cj::after, .aexd .cvoq::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");
}
.xoht783 .ui3cj::after, .xoht783 .cvoq::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");
}
.iwrmab .ui3cj::after, .iwrmab .cvoq::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");
}
.sjn4 .ui3cj::after, .sjn4 .cvoq::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");
}
.b46k473 .ui3cj::after, .b46k473 .cvoq::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");
}
.dr7u9uc .xo01u    { background: #1a1a1a; }
.au8bwf.nro87qjb {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .gdv3h {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .gdv3h::before    { grid-area: rank;   }
  .wworx           { grid-area: ident;  }
  .u3jl     { grid-area: rating; min-width: 0; width: auto; }
  .mxsndme           { grid-area: pills;  }
  .au8bwf             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .gdv3h {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .gdv3h::before    { justify-self: center; }
  .wworx           { width: 100%; }
  .u3jl     { justify-self: center; }
  .mxsndme           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .vepoyl5 .gpvwk {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .vepoyl5 .zfc6tept { margin: 0; }
}
.vucs56fy .k0q1o { gap: 10px; }
.vucs56fy .z0ar7zw, .vucs56fy .ngu6fs5 { padding: 12px; }
.vucs56fy .z0ar7zw ul, .vucs56fy .ngu6fs5 ul { margin: 4px 0 0; padding-left: 18px; }
.vucs56fy .z0ar7zw li, .vucs56fy .ngu6fs5 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .hlr6ch { grid-template-columns: 1fr; }
  .pmop1 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .pmop1 .v6et { width: 72px; height: 50px; }
  .pmop1 .ey29jqv { max-width: 180px; }
  .pmop1 .u3kkt2dv { width: auto; }
}
@media (max-width: 720px) {
  .zdmq7z1 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .s3ljd { padding: 16px; }
  .z85f2ry .hi82 { min-width: 50%; }
}
.dsb5yt7p .k0q1o { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .zwt9cp { grid-template-columns: 1fr; }
  .o1f0 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ox7ybj { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .n9zdly0 { flex-wrap: wrap; padding: 16px; }
}
.ns9l4uco .k0q1o { gap: 8px; }
.ns9l4uco .z0ar7zw, .ns9l4uco .ngu6fs5 { padding: 8px; }
@media (max-width: 480px) {
  .o0h69de { flex-direction: column; align-items: stretch; }
}
.jv4slja .u3kkt2dv .nro87qjb { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .uh6kr { flex-direction: column; align-items: stretch; gap: 10px; }
  .jv4slja .u3kkt2dv { text-align: center; }
}
@media (max-width: 720px) {
  .ld3dvv { grid-template-columns: 1fr; }
  .xgtoa10 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .xynzjkv { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .y62eh { grid-template-columns: 1fr; }
  .w2gp { width: 100px; height: 100px; margin: 16px auto; }
  .szhue { font-size: 1.4rem; }
  .gsihz { justify-content: center; }
  .j0anupv .hi82 { min-width: 50%; }
}
.nmrykke4 .k0q1o { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .fl0ij94 { flex-wrap: wrap; padding: 14px 16px; }
  .z29hyx { padding: 12px 16px; }
  .nmrykke4 .k0q1o { margin: 0 16px; }
  .nmrykke4 .lz0hka { padding: 0 16px; }
  .mlijk { padding: 12px 16px; }
}
.r42b .gdv3h {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.r42b .gdv3h:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.yv1s .uy0tf { display: none; }
.yv1s .bhno9y { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.yv1s .bhno9y {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.yv1s .bhno9y small { display: none; }
.yv1s .gi4xpb .no9yqxdn { display: none; }
.yv1s .gi4xpb strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.yv1s .wdv8 { display: none; }
.xuz3z4 { margin: 16px 0; }
.sgzbpcv { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.sgzbpcv summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.sgzbpcv summary::after { content: "+"; color: var(--accent-light); }
.sgzbpcv[open] summary::after { content: "−"; }
.sgzbpcv p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.w658totj { margin-bottom: 0; }
.dswddfp h2.fp68n { color: var(--text-primary); border-color: var(--accent-light); }
.ks05qhat h2.fp68n { color: var(--text-primary); border-color: var(--accent-light); }
.u2v866 .qqb0d     { background: #052e16; border-color: #10b981; }
.u2v866 .ncwtytqs    { background: #1e1036; border-color: #a855f7; }
.u2v866 .vxjp strong  { color: #f1f5f9; }
.u2v866 .vxjp p       { color: #cbd5e1; }
.u2v866 .dg456u8    .qqb0d     .o19uai0::before,
.u2v866 .xvfb12j  .qqb0d     .o19uai0::before,
.u2v866 .jvezhc  .qqb0d     .o19uai0::before,
.u2v866 .v33ao2r6 .qqb0d     .o19uai0::before { color: #10b981; }
.u2v866 .dg456u8    .b98p35ia .o19uai0::before,
.u2v866 .xvfb12j  .b98p35ia .o19uai0::before,
.u2v866 .jvezhc  .b98p35ia .o19uai0::before,
.u2v866 .v33ao2r6 .b98p35ia .o19uai0::before { color: #f43f5e; }
.u2v866 .dg456u8    .ncwtytqs    .o19uai0::before,
.u2v866 .xvfb12j  .ncwtytqs    .o19uai0::before,
.u2v866 .jvezhc  .ncwtytqs    .o19uai0::before,
.u2v866 .v33ao2r6 .ncwtytqs    .o19uai0::before { color: #a855f7; }
.iu1d9yb .qqb0d     { background: #2d2000; border-color: #eab308; }
.iu1d9yb .b98p35ia { background: #2d0b0b; border-color: #ef4444; }
.iu1d9yb .ncwtytqs    { background: #2d1600; border-color: #f97316; }
.iu1d9yb .vxjp strong  { color: #f1f5f9; }
.iu1d9yb .vxjp p       { color: #cbd5e1; }
.iu1d9yb .dg456u8    .qqb0d     .o19uai0::before,
.iu1d9yb .xvfb12j  .qqb0d     .o19uai0::before,
.iu1d9yb .jvezhc  .qqb0d     .o19uai0::before,
.iu1d9yb .v33ao2r6 .qqb0d     .o19uai0::before { color: #eab308; }
.iu1d9yb .dg456u8    .b98p35ia .o19uai0::before,
.iu1d9yb .xvfb12j  .b98p35ia .o19uai0::before,
.iu1d9yb .jvezhc  .b98p35ia .o19uai0::before,
.iu1d9yb .v33ao2r6 .b98p35ia .o19uai0::before { color: #ef4444; }
.iu1d9yb .dg456u8    .ncwtytqs    .o19uai0::before,
.iu1d9yb .xvfb12j  .ncwtytqs    .o19uai0::before,
.iu1d9yb .jvezhc  .ncwtytqs    .o19uai0::before,
.iu1d9yb .v33ao2r6 .ncwtytqs    .o19uai0::before { color: #f97316; }
.u62v8g .qqb0d     { background: #0c1a2e; border-color: #38bdf8; }
.u62v8g .ncwtytqs    { background: #0a2020; border-color: #2dd4bf; }
.u62v8g .vxjp strong  { color: #f1f5f9; }
.u62v8g .vxjp p       { color: #cbd5e1; }
.u62v8g .dg456u8    .qqb0d     .o19uai0::before,
.u62v8g .xvfb12j  .qqb0d     .o19uai0::before,
.u62v8g .jvezhc  .qqb0d     .o19uai0::before,
.u62v8g .v33ao2r6 .qqb0d     .o19uai0::before { color: #38bdf8; }
.u62v8g .dg456u8    .b98p35ia .o19uai0::before,
.u62v8g .xvfb12j  .b98p35ia .o19uai0::before,
.u62v8g .jvezhc  .b98p35ia .o19uai0::before,
.u62v8g .v33ao2r6 .b98p35ia .o19uai0::before { color: #818cf8; }
.u62v8g .dg456u8    .ncwtytqs    .o19uai0::before,
.u62v8g .xvfb12j  .ncwtytqs    .o19uai0::before,
.u62v8g .jvezhc  .ncwtytqs    .o19uai0::before,
.u62v8g .v33ao2r6 .ncwtytqs    .o19uai0::before { color: #2dd4bf; }
.p8ctys6 .qqb0d     { background: var(--accent-bg); border-color: var(--accent-light); }
.p8ctys6 .ncwtytqs    { background: var(--accent-bg); border-color: var(--accent-pale); }
.p8ctys6 .dg456u8    .o19uai0::before,
.p8ctys6 .xvfb12j  .o19uai0::before,
.p8ctys6 .jvezhc  .o19uai0::before,
.p8ctys6 .v33ao2r6 .o19uai0::before { color: var(--accent-light) !important; }
.he3eww0::before,
.du6lm::before { margin-right: 5px; }
.b07hli .z0ar7zw ul li,
.b07hli .z0ar7zw .he3eww0 { color: #22c55e; }
.b07hli .ngu6fs5 ul li,
.b07hli .ngu6fs5 .du6lm { color: #ef4444; }
.ottzn0 .z0ar7zw { background: var(--bg-pros); }
.ottzn0 .ngu6fs5 { background: var(--bg-cons); }
.ottzn0 .z0ar7zw .he3eww0 { color: var(--c-pros-label); }
.ottzn0 .ngu6fs5 .du6lm { color: var(--c-cons); }
.ottzn0 .z0ar7zw ul li,
.ottzn0 .ngu6fs5 ul li,
.l0c2c4 .z0ar7zw { background: var(--bg-pros); }
.l0c2c4 .ngu6fs5 { background: var(--bg-cons); }
.l0c2c4 .z0ar7zw .he3eww0 { color: var(--c-pros-label); }
.l0c2c4 .ngu6fs5 .du6lm { color: var(--c-cons); }
.l0c2c4 .z0ar7zw ul li,
.l0c2c4 .qqdu1j li          { color: var(--c-pros); }
.l0c2c4 .ngu6fs5 ul li,
.l0c2c4 .nmj4ryjd li          { color: var(--c-cons); }
.w6n24b .he3eww0::before { content: "✓ "; }
.w6n24b .du6lm::before { content: "✗ "; }
.k4ii1k .he3eww0::before { content: "→ "; }
.k4ii1k .du6lm::before { content: "← "; }
.yahv8gp .he3eww0::before { content: "★ "; }
.yahv8gp .du6lm::before { content: "✕ "; }
.rt0aum .he3eww0::before { content: "◆ "; }
.rt0aum .du6lm::before { content: "▲ "; }
.bxui .vxjp { background: transparent; border-left: none; border: 1.5px solid; }
.bxui .qqb0d     { border-color: var(--c-tip-border); }
.bxui .ncwtytqs    { border-color: #60a5fa; }
.bxui .vxjp strong { color: var(--text-primary); }
.bxui .vxjp p      { color: var(--text-muted); }
.vcc0 .vxjp { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.vcc0 .qqb0d     { border-top-color: var(--c-tip-border); }
.vcc0 .ncwtytqs    { border-top-color: #60a5fa; }
.haryk .vxjp { border-left: none; border-radius: 8px; }
.haryk .qqb0d     { background: #065f46; }
.haryk .ncwtytqs    { background: #1e3a8a; }
.haryk .vxjp strong,
.haryk .vxjp p { color: #fff; }
.haryk .o19uai0::before { color: rgba(255,255,255,0.85) !important; }
.u2v866.haryk .qqb0d,
.u2v866 .haryk .qqb0d     { background: #052e16; }
.u2v866.haryk .ncwtytqs,
.u2v866 .haryk .ncwtytqs    { background: #1e1036; }
.iu1d9yb.haryk .qqb0d,
.iu1d9yb .haryk .qqb0d      { background: #2d2000; }
.iu1d9yb.haryk .b98p35ia,
.iu1d9yb .haryk .b98p35ia  { background: #2d0b0b; }
.iu1d9yb.haryk .ncwtytqs,
.iu1d9yb .haryk .ncwtytqs     { background: #2d1600; }
.u62v8g.haryk .qqb0d,
.u62v8g .haryk .qqb0d      { background: #0c1a2e; }
.u62v8g.haryk .ncwtytqs,
.u62v8g .haryk .ncwtytqs     { background: #0a2020; }
.l298m .vxjp { border-left: none; border-radius: 6px; padding: 10px 14px; }
.l298m .qqb0d     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.l298m .ncwtytqs    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.l298m .vxjp strong { color: var(--text-primary); }
.l298m .vxjp p      { color: var(--text-muted); }
.h7qb .vxjp { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.dg456u8 .o19uai0,
.xvfb12j .o19uai0,
.jvezhc .o19uai0,
.v33ao2r6 .o19uai0 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.dg456u8 .o19uai0::before,
.xvfb12j .o19uai0::before,
.jvezhc .o19uai0::before,
.v33ao2r6 .o19uai0::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.dg456u8 .qqb0d     .o19uai0::before { content: "✦"; color: var(--c-tip-border); }
.dg456u8 .b98p35ia .o19uai0::before { content: "▲"; color: var(--c-warn-border); }
.dg456u8 .ncwtytqs    .o19uai0::before { content: "◉"; color: #60a5fa; }
.xvfb12j .qqb0d     .o19uai0::before { content: "★"; color: var(--c-tip-border); }
.xvfb12j .b98p35ia .o19uai0::before { content: "◆"; color: var(--c-warn-border); }
.xvfb12j .ncwtytqs    .o19uai0::before { content: "●"; color: #60a5fa; }
.jvezhc .qqb0d     .o19uai0::before { content: "▶"; color: var(--c-tip-border); }
.jvezhc .b98p35ia .o19uai0::before { content: "■"; color: var(--c-warn-border); }
.jvezhc .ncwtytqs    .o19uai0::before { content: "▸"; color: #60a5fa; }
.v33ao2r6 .qqb0d     .o19uai0::before { content: "→"; color: var(--c-tip-border); }
.v33ao2r6 .b98p35ia .o19uai0::before { content: "⬥"; color: var(--c-warn-border); }
.v33ao2r6 .ncwtytqs    .o19uai0::before { content: "◈"; color: #60a5fa; }
.wg26ps .ylgx1 .p64x,
.wg26ps .t4gjgm .p64x  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.wg26ps .y879gz5z                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.wg26ps .a1c6u          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.wg26ps .pn6hd                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.by9py .ylgx1 .p64x,
.by9py .t4gjgm .p64x,
.by9py .y879gz5z,
.by9py .gdv3h,
.by9py .zfc6tept,
.by9py .a1c6u,
.by9py .pn6hd,
.by9py .h7qb .vxjp { box-shadow: none; }
.knt3   .wfvpz5, .knt3 .bs2atru, .knt3 .lzes,
.knt3   .vaohc, .knt3 .sdutdbgi { font-size: 0.9rem; }
.knt3   .bxgw8t, .knt3 .qod3n { font-size: 0.9rem; }
.xyikk5n   .wfvpz5, .xyikk5n .bs2atru, .xyikk5n .lzes,
.xyikk5n   .vaohc, .xyikk5n .sdutdbgi { font-size: 0.95rem; }
.xyikk5n   .bxgw8t, .xyikk5n .qod3n { font-size: 0.95rem; }
.gxd0k   .wfvpz5, .gxd0k .bs2atru, .gxd0k .lzes,
.gxd0k   .vaohc, .gxd0k .sdutdbgi { font-size: 1.08rem; }
.gxd0k   .bxgw8t, .gxd0k .qod3n { font-size: 1.05rem; }
.gxd0k   .jyx3lkf { font-size: 0.97rem; }
.tlesko .uug9kwwm      { font-size: 3.2rem; }
.tlesko h2.fp68n { font-size: 1.9rem; }
.tlesko h3.q9kjo60     { font-size: 1.4rem; }
.tp8ew4 .uug9kwwm      { font-size: 3.8rem; }
.tp8ew4 h2.fp68n { font-size: 2.2rem; }
.tp8ew4 h3.q9kjo60     { font-size: 1.6rem; }
.w658totj + .w658totj { position: relative; }
.sq1u05v   .w658totj + .w658totj::before,
.f8n9jb6  .w658totj + .w658totj::before,
.vq7sei   .w658totj + .w658totj::before,
.xi88f   .w658totj + .w658totj::before,
.ymceo3v   .w658totj + .w658totj::before,
.xtnr .w658totj + .w658totj::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.sq1u05v .w658totj + .w658totj::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.f8n9jb6 .w658totj + .w658totj::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.vq7sei .w658totj + .w658totj::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;
}
.xi88f .w658totj + .w658totj::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.kxzbx .w658totj { margin-bottom: 16px; }
.kxzbx .w658totj + .w658totj { margin-top: 0; }
.kxzbx .g0ka { padding-top: 0; padding-bottom: 0; }
.ymceo3v .w658totj + .w658totj::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.xtnr .w658totj + .w658totj::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.q8dq9paz .w658totj + .w658totj::before,
.ersb9 .w658totj + .w658totj::before,
.s7xzz .w658totj + .w658totj::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%;
}
.d1il0vq .q8dq9paz .w658totj:nth-child(even)::before,
.d1il0vq .ersb9 .w658totj:nth-child(even)::before,
.d1il0vq .s7xzz .w658totj:nth-child(even)::before { background: var(--bg-surface); }
.h41co .q8dq9paz .w658totj:nth-child(even)::before,
.h41co .ersb9 .w658totj:nth-child(even)::before,
.h41co .s7xzz .w658totj:nth-child(even)::before { background: var(--bg-card); }
.q8dq9paz .w658totj + .w658totj::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");
}
.ersb9 .w658totj + .w658totj::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");
}
.s7xzz .w658totj + .w658totj::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");
}
.gclp .m2f2,
.g86c6 .m2f2,
.br5z7 .m2f2 { overflow: hidden; }
.gclp .rny6uvj,
.g86c6 .rny6uvj { margin-bottom: 60px; }
.br5z7 .rny6uvj { margin-bottom: 70px; }
.gclp .m2f2::before,
.g86c6 .m2f2::before,
.br5z7 .m2f2::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%;
}
.gclp .m2f2::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");
}
.g86c6 .m2f2::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");
}
.br5z7 .m2f2::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");
}
.m2vxobn .m2f2:not(.u51o4) .cyijk8n { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.z8ohl8 .m2f2:not(.u51o4) .cyijk8n { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.ay9sim07  .m2f2:not(.u51o4) .cyijk8n { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ri3nqjo  .m2f2:not(.u51o4) .cyijk8n { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ay9sim07 .u51o4 { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.ay9sim07 .kuhainu { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.ay9sim07 .ad7h { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.znyx9y .u51o4 .cyijk8n { background: none; }
.znyx9y .m2f2:not(.u51o4) .cyijk8n { background: rgba(0,0,0,0.6); }
.cjea9qe .bcduzgq { float: left; width: 38%; margin: 0 28px 16px 0; }
.cjea9qe .bcduzgq .p4uwrva { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.cjea9qe .g0ka::after { content: ''; display: block; clear: both; }
.uav83u .bcduzgq { float: right; width: 38%; margin: 0 0 16px 28px; }
.uav83u .bcduzgq .p4uwrva { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.uav83u .g0ka::after { content: ''; display: block; clear: both; }
.mo052 .w658totj:nth-child(odd)  .bcduzgq { float: left;  width: 38%; margin: 0 28px 16px 0; }
.mo052 .w658totj:nth-child(even) .bcduzgq { float: right; width: 38%; margin: 0 0 16px 28px; }
.mo052 .bcduzgq .p4uwrva { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.mo052 .g0ka::after { content: ''; display: block; clear: both; }
.cjea9qe .vdxlk3,
.uav83u .vdxlk3,
.uav83u .fvjhek,
.mo052 .vdxlk3,
@media (max-width: 900px) {
  .cjea9qe .bcduzgq,
  .uav83u .bcduzgq,
  .mo052 .w658totj:nth-child(odd)  .bcduzgq,
  .mo052 .w658totj:nth-child(even) .bcduzgq {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .cjea9qe .bcduzgq .p4uwrva,
  .uav83u .bcduzgq .p4uwrva,
  .mo052 .bcduzgq .p4uwrva {
    max-height: none !important;
  }
}
.cjea9qe .bxgw8t,
.cjea9qe .qod3n,
.uav83u .bxgw8t,
.uav83u .qod3n,
.mo052 .bxgw8t,
.mo052 .qod3n { overflow: hidden; }
@media (max-width: 640px) {
  .cjea9qe .bcduzgq,
  .uav83u .bcduzgq,
  .mo052 .bcduzgq { float: none; width: 100%; margin: 0 0 16px 0; }
}
.msxrlq .maromry7,
.msxrlq .g0ka,
.msxrlq .aw9bl  { max-width: 1100px; }
.u477pok5 .maromry7,
.u477pok5 .g0ka,
.u477pok5 .aw9bl  { max-width: 1200px; }
.u477pok5 { --content-mw: 1200px; }
.hy0cmgs .maromry7,
.hy0cmgs .g0ka,
.hy0cmgs .aw9bl  { max-width: 1320px; }
.qnn8mg { font-size: 0.82rem; color: var(--text-muted); }
.o8rxi7 { display: flex; align-items: center; }
.kzuijt {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.a24h { display: flex; align-items: center; }
.pgugu { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.pgugu:hover { text-decoration: underline; }
.qxuk743 { margin: 0 3px; opacity: 0.45; }
.qxuk743::before { content: '/'; }
.v8ulcla { padding: 2px 5px; color: var(--text-main); }
.ocxim7e0 .qnn8mg {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ocxim7e0 .o8rxi7 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.aybo .qnn8mg {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.aybo .o8rxi7 { padding: 0 0 0 12px; }
.d6lf6 .o8rxi7 { padding: 0 16px; }
.d6lf6 .qnn8mg {
  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);
}
.d6lf6 .maromry7 { padding-top: 28px; }
@media (max-width: 720px) {
  .dgawgkt { margin-top: 18px; padding: 0 16px; }
  .d6lf6 .maromry7 { padding-top: 16px; }
}
.msxrlq.ocxim7e0 .o8rxi7 { max-width: 1100px; }
.u477pok5.ocxim7e0 .o8rxi7 { max-width: 1200px; }
.hy0cmgs.ocxim7e0 .o8rxi7 { max-width: 1320px; }
.u477pok5 .dgawgkt { max-width: 1200px; }
.dctjj3 .w658totj { padding-top: 16px; padding-bottom: 16px; }
.uy7gau9h .w658totj { padding-top: 24px; padding-bottom: 24px; }
.curav5 .w658totj { padding-top: 40px; padding-bottom: 40px; }
.eg8i .w658totj { padding-top: 52px; padding-bottom: 52px; }
.bldyz .w658totj:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.bldyz .w658totj:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.bldyz .w658totj:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.bldyz .w658totj:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.m808jf .g0ka { padding-top: 10px;  padding-bottom: 10px; }
.yp1x .g0ka { padding-top: 18px;  padding-bottom: 18px; }
.mb3etj1 .g0ka { padding-top: 36px;  padding-bottom: 36px; }
.le7chrl4 .g0ka { padding-top: 48px;  padding-bottom: 48px; }
.nrb84q h2.fp68n { font-weight: 600; }
.nrb84q h3.q9kjo60     { font-weight: 600; }
.uyzzwd { font-weight: 500; }
.uyzzwd h2.fp68n { font-weight: 800; }
.uyzzwd h3.q9kjo60     { font-weight: 700; }
.zc6ddyc h2.fp68n { font-weight: 900; }
.zc6ddyc h3.q9kjo60     { font-weight: 800; }
.zc6ddyc .vxjp strong,
.zc6ddyc .vxjp strong { font-weight: 600; }
.ui3cj {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.s3o146u1 .ui3cj { display: none; }
@media (max-width: 640px) {
  .zznnv { display: none; }
  .ui3cj {
    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;
  }
}
.ui3cj { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ui3cj:hover { opacity: 0.85; }
.xqhwkhdv .ui3cj { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ftrcnti9 .ui3cj,
.we2i  .ui3cj { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.ftrcnti9 .ui3cj:hover,
.we2i  .ui3cj:hover { opacity: 0.88; }
.xqhwkhdv.ftrcnti9 .ui3cj,
.xqhwkhdv.we2i  .ui3cj { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.cvoq {
  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;
}
.cvoq:hover { transform: translateY(-2px); opacity: 0.92; }
.cvoq { background: var(--cta) !important; color: #fff !important; border: none !important; }
.t278ikgd .cvoq { display: none; }
.we9qtk .cvoq { right: 32px; }
.pkprl  .cvoq { left: 32px; }
@media (max-width: 480px) {
  .we9qtk .cvoq { right: 20px; bottom: 20px; }
  .pkprl  .cvoq { left: 20px; bottom: 20px; }
}
.i8p68s6e { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.aw9bl { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.jor7oj { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.mj7y2fuq { color: var(--text-dim); font-size: 0.8rem; }
.er1vi { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.er1vi img { height: 26px; width: auto; object-fit: contain; }
.xw7odoy .aw9bl { text-align: center; }
.xw7odoy .jor7oj { margin-top: 0; }
@media (max-width: 640px) {
  .aw9bl { padding-left: 16px; padding-right: 16px; }
  .aqofks .aw9bl { padding: 20px 16px; }
  .be0a { gap: 4px 12px; }
  .jor7oj { font-size: 0.78rem; }
}
.uyc8q .arf3 .er1vi { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.uyc8q .jor7oj { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.uyc8q .mj7y2fuq { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .uyc8q .xk0ct { grid-template-columns: 1fr 1fr; } .uyc8q .arf3 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .uyc8q .xk0ct { grid-template-columns: 1fr; } }
.akvg1f .n3n5ujq { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.akvg1f .er1vi { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.akvg1f .eh08 { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.akvg1f .eh08 a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.akvg1f .eh08 a:hover { color: var(--accent-light); }
.aah9dap1 { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.akvg1f .awnikuu { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.akvg1f .ykmze2it { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.akvg1f .ykmze2it a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.akvg1f .ykmze2it a:hover { color: var(--accent-light); }
.akvg1f .jor7oj { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .akvg1f .n3n5ujq { gap: 12px; } .akvg1f .er1vi { margin-right: 0; width: 100%; } }
.lv7ksd .gms65w .er1vi { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.lv7ksd .jor7oj { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.lv7ksd .mj7y2fuq { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .lv7ksd .jlglo { grid-template-columns: 1fr 1fr; } .lv7ksd .gms65w { grid-column: 1 / -1; } }
@media (max-width: 480px) { .lv7ksd .jlglo { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .z1z3 .lgfxh4m { grid-template-columns: 1fr 1fr; } .z1z3 .a4i16ci:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .z1z3 .lgfxh4m { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .epuc .lgfxh4m { grid-template-columns: 1fr; } }
.meo1ms10 .aw9bl { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.azsy0l .s9rv      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.azsy0l .i8p68s6e { background: var(--bg-page); border-top-color: var(--border-alt); }
.zl6fz .s9rv      { background: #0d1117; border-bottom-color: #21262d; }
.zl6fz .xt9ak { color: var(--accent-light); }
.zl6fz .btknpb { --msep-color: #8b949e; }
.zl6fz .btknpb a { color: #8b949e; }
.zl6fz .btknpb a:hover { color: var(--accent-light); }
.zl6fz .dzx1nw { color: #8b949e; }
.zl6fz .i8p68s6e { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.zl6fz .jor7oj,
.zl6fz .mj7y2fuq { color: #6e7681; }
.zl6fz .alh7qwh6 a, .zl6fz .be0a a,
.zl6fz .kjua55 a, .zl6fz .eh08 a,
.zl6fz .ykmze2it a { color: #8b949e; }
.zl6fz .er1vi { color: #e6edf3; }
.zl6fz .alh7qwh6 a:hover, .zl6fz .be0a a:hover,
.zl6fz .kjua55 a:hover, .zl6fz .eh08 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .zl6fz .btknpb { background: #0d1117; border-top-color: #21262d; }
  .zl6fz .btknpb li a { border-bottom-color: #21262d; }
}
.hoi0 .s9rv      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.hoi0 .xt9ak { color: var(--accent-light); }
.hoi0 .btknpb { --msep-color: #475569; }
.hoi0 .btknpb a { color: #475569; }
.hoi0 .btknpb a:hover { color: var(--accent-light); }
.hoi0 .dzx1nw { color: #64748b; }
.hoi0 .i8p68s6e { background: #f0f4f8; border-top-color: #cbd5e1; }
.hoi0 .jor7oj,
.hoi0 .mj7y2fuq { color: #64748b; }
.hoi0 .kjua55 a, .hoi0 .eh08 a,
.hoi0 .ykmze2it a, .hoi0 .er1vi { color: #374151; }
.hoi0 .kjua55 a:hover, .hoi0 .eh08 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .hoi0 .btknpb { background: #f0f4f8; border-top-color: #cbd5e1; }
  .hoi0 .btknpb li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ftrcnti9 .s9rv      { background: var(--accent); border-bottom-color: var(--accent-light); }
.ftrcnti9 .xt9ak { color: #fff; }
.ftrcnti9 .btknpb { --msep-color: rgba(255,255,255,0.82); }
.ftrcnti9 .btknpb a { color: rgba(255,255,255,0.82); }
.ftrcnti9 .btknpb a:hover { color: #fff; }
.ftrcnti9 .dzx1nw { color: rgba(255,255,255,0.9); }
.ftrcnti9 .i8p68s6e { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.ftrcnti9 .jor7oj,
.ftrcnti9 .mj7y2fuq { color: rgba(255,255,255,0.72); }
.ftrcnti9 .kjua55 a, .ftrcnti9 .eh08 a,
.ftrcnti9 .ykmze2it a, .ftrcnti9 .er1vi { color: #fff; }
.ftrcnti9 .kjua55 a:hover, .ftrcnti9 .eh08 a:hover { color: #fff; }
@media (max-width: 640px) {
  .ftrcnti9 .btknpb { background: var(--accent); border-top-color: var(--accent-light); }
  .ftrcnti9 .btknpb li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.we2i .s9rv {
  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);
}
.we2i .i8p68s6e {
  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) {
  .we2i .btknpb {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.pumbe .msto7 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.lvgsh85 .msto7 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.h9tl .msto7 { min-height: 72px; height: auto; }
.paik .msto7 { min-height: 84px; height: auto; }
.aqofks .msto7 { max-width: none; padding: 0 32px; }
.aqofks .aw9bl  { max-width: none; padding: 24px 32px; }
.eihd5.u477pok5 .msto7 { max-width: 1200px; }
.eihd5.hy0cmgs .msto7 { max-width: 1320px; }
.rengbym   .xt9ak, .rengbym   .er1vi { text-transform: capitalize; }
.txtut0 .xt9ak, .txtut0 .er1vi { text-transform: lowercase; }
.vlrcdebg .xt9ak, .vlrcdebg .er1vi { text-transform: uppercase; letter-spacing: 0.06em; }
.cj3o4, .r8dxh {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.uy4zu0 .cj3o4,
.uy4zu0 .r8dxh { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.o55x2jv .cj3o4,
.o55x2jv .r8dxh { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.ammu49 .cj3o4,
.ammu49 .r8dxh { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.z9pwx .cj3o4,
.z9pwx .r8dxh { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.dk35ez7   .btknpb a { font-weight: 500; }
.k3ybggp .btknpb a { font-weight: 600; }
.nr7sx38k     .btknpb a { font-weight: 700; }
.qf26hgd9    .btknpb a { font-weight: 800; letter-spacing: 0.01em; }
.dk4gt     .btknpb > li + li::before,
.ifsreks    .btknpb > li + li::before,
.drh7d3rz    .btknpb > li + li::before,
.lth9 .btknpb > li + li::before,
.udrii .btknpb > li + li::before,
.jt5qtn  .btknpb > li + li::before,
.yhuilcj    .btknpb > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.dk4gt     .btknpb > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ifsreks    .btknpb > li + li::before { content: "|"; }
.drh7d3rz    .btknpb > li + li::before { content: "—"; }
.lth9 .btknpb > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.udrii .btknpb > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.jt5qtn  .btknpb > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.yhuilcj    .btknpb > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .uiybhc .dzx1nw,
  .d78r .dzx1nw,
  .iea60tnn .dzx1nw,
  .d1wj31u .dzx1nw,
  .pimeb0 .dzx1nw {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .uiybhc .dzx1nw::before,
  .d78r .dzx1nw::before,
  .iea60tnn .dzx1nw::before,
  .d1wj31u .dzx1nw::before,
  .pimeb0 .dzx1nw::before { content: ""; display: block; flex-shrink: 0; }

  
  .uiybhc .dzx1nw::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;
  }

  
  .d78r .dzx1nw::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;
  }

  
  .iea60tnn .dzx1nw::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;
  }

  
  .d1wj31u .dzx1nw::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;
  }

  
  .pimeb0 .dzx1nw::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) {
  .l5lx .dzx1nw {
    padding: 5px 14px;
  }
  .l5lx .btknpb {
    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;
  }
  .l5lx .btknpb li a {
    border-bottom: none; padding: 10px 22px;
  }
  .l5lx .btknpb li a:hover { background: var(--bg-raised); }
  .l5lx .vesp6mi,
  .x8bzae95 .vesp6mi,
  .pfxkw5d .vesp6mi { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .tf80u4f .dzx1nw {
    padding: 5px 10px;
  }
  .tf80u4f .btknpb {
    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);
  }
  .tf80u4f .btknpb.naicq { transform: translateX(0); }
  .tf80u4f .btknpb li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .tf80u4f .btknpb li:last-child a { border-bottom: none; }
  .ftrcnti9 .btknpb,
  .zl6fz .btknpb { background: var(--accent) !important; }
  .ftrcnti9 .btknpb li a,
  .zl6fz .btknpb li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .pfxkw5d .dzx1nw {
    padding: 5px 10px;
  }
  .pfxkw5d .btknpb {
    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);
  }
  .pfxkw5d .btknpb::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .pfxkw5d .btknpb.naicq { transform: translateY(0); }
  .pfxkw5d .btknpb li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .i3uaqn0 .dzx1nw {
    padding: 5px 10px;
  }
  .i3uaqn0 .btknpb {
    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;
  }
  .i3uaqn0 .btknpb.naicq { opacity: 1; pointer-events: auto; }
  .i3uaqn0 .btknpb li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .y4x9     .dzx1nw { border-radius: 0 !important; }
  .gnrjvb   .dzx1nw { border-radius: 8px !important; }
  .tz5is .dzx1nw { border-radius: 50% !important; }
  .vaki6zx5   .dzx1nw { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .gocf .gdy3g6e { flex-direction: column; align-items: stretch; }
  .gocf .tmnmljij { flex-direction: row; min-width: auto; }
  .gocf .isy16s { align-items: flex-start; text-align: left; }
}
.p2i8ls,
.p2i8ls.w658totj,
.d1il0vq .p2i8ls,
.zbgoy2kp .p2i8ls,
.h41co .p2i8ls,
.lx168f .p2i8ls {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.eb0f0m {
  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;
}
.aw7ew0 { flex: 1 1 280px; min-width: 0; }
.cphghto9 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.qni0 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.asvcaii9 {
  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;
}
.asvcaii9:hover { transform: translateY(-1px); opacity: 0.95; }
.fu9x .eb0f0m {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.fu9x .cphghto9 { color: var(--cta); }
.fu9x .qni0 { color: var(--text-body); }
.fu9x .asvcaii9 {
  background: var(--cta) !important;
  color: #fff !important;
}
.wvv3e4 .eb0f0m {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.wvv3e4 .cphghto9 { color: var(--text-primary); }
.wvv3e4 .qni0 { color: var(--text-body); }
.wvv3e4 .asvcaii9 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .eb0f0m {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .aw7ew0 { flex: 0 0 auto; }
  .cphghto9 { font-size: 1.2rem; }
  .asvcaii9 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.uzxc .pw0nqbw { height: 36px; }
.y102g1y .pw0nqbw { height: 60px; max-width: 200px; }
.rt03qj9 .pw0nqbw { height: 56px; max-width: 180px; }
@media (min-width: 720px) {
  .wu77rk .fvjhek {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .wu77rk .gdv3h {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .wu77rk .gdv3h { padding: 40px 16px 20px; }
  .wu77rk .pyuom6 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .wu77rk .au8bwf { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .qx3j .gdv3h {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .qx3j .gdv3h::before {
    position: absolute; top: 14px; left: 14px;
  }
  .qx3j .wworx {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .qx3j .dcees4 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .qx3j .pyuom6 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .qx3j .au8bwf { width: 100%; min-width: 0; }
  .qx3j .uy0tf { min-width: 0; }
}
.ui4ez .sgzbpcv {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ui4ez .sgzbpcv summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ui4ez .sgzbpcv p { padding: 0 2px 16px; }
.bovcfwh3 .sgzbpcv { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.bovcfwh3 .sgzbpcv summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.bovcfwh3 .sgzbpcv summary::after { content: "›"; font-size: 1.2em; }
.bovcfwh3 .sgzbpcv[open] summary::after { content: "‹"; }
.bovcfwh3 .sgzbpcv p { padding: 10px 22px 4px; }
.dtne8b .sgzbpcv {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.dtne8b .sgzbpcv summary { color: var(--text-primary); padding-left: 16px; }
.dtne8b .sgzbpcv summary::after { content: "›"; font-size: 1.1em; }
.dtne8b .sgzbpcv[open] summary::after { content: "‹"; }
.dtne8b .sgzbpcv p { padding-left: 16px; }
.bt0p .xuz3z4 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.bt0p .sgzbpcv {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.bt0p .sgzbpcv:last-child { border-bottom: none; }
.bt0p .sgzbpcv summary { color: var(--text-primary); border-radius: 0; }
.bt0p .sgzbpcv summary::after { content: "›"; font-size: 1.1em; }
.bt0p .sgzbpcv[open] summary::after { content: "‹"; }
.v81i .sgzbpcv { overflow: hidden; }
.v81i .sgzbpcv summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.v81i .sgzbpcv summary::after { color: rgba(255,255,255,.75); }
.v81i .sgzbpcv[open] summary { border-radius: 0; }
.okip3ts { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.qd7faq0o {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.swce {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.wdy0pa { color: var(--text-muted); font-size: 1.05rem; }
.obyi {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.cci4 { margin-bottom: 20px; }
.vlewczx {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.vkty {
  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;
}
.vkty:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.gpqls4oz { resize: vertical; min-height: 130px; }
.q34oulj { width: 100%; margin-top: 8px; }
.qfzli3a {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.fiv598 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ghpjb { color: var(--text-muted); line-height: 1.75; }
.eba98 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.eba98 li { margin-bottom: 6px; }
.njn0mifh { max-width: 760px; margin: 0 auto; }
.logdwnc { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.afhhqlh { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.afhhqlh:last-child { border-bottom: none; }
.afhhqlh h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.afhhqlh p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.d6c2pq { max-width: 760px; margin: 0 auto; }
.ya5mk ul.eba98 { margin: 0; }
@media (max-width: 640px) { .aml3vywz { grid-template-columns: 1fr; gap: 10px; } }
.c5lq6 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.hcgkoo57 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.oh8hi { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.hcgkoo57 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.hcgkoo57 .eba98 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .c5lq6 { grid-template-columns: 1fr; } }
.hc6aitn ul.eba98 { margin: 0; }
.tyb1 .eba98,
.jyo5 .eba98,
.lj2ae8dj .eba98,
.pozf5 .eba98 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .b6wg { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .w5g6ptr7 { grid-template-columns: 1fr; } .o42pxh { position: static; text-align: center; } }
@media (max-width: 860px) { .mh0v971i { grid-template-columns: 1fr; } }
.pozf5 .eba98 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .n5c1 { flex-direction: column; text-align: center; } .lcnk7t3 { grid-template-columns: 1fr; } }
.olb8n1vj { max-width: 760px; margin: 0 auto; }
.aguty { position: relative; padding-left: 28px; }
.aguty::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.aaok41vw { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.aaok41vw:last-child { padding-bottom: 0; }
.m4dlqc { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.i3114pjz h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.i3114pjz p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.trt6qgh .swce { color: var(--accent-light); }
.rr8cgy .swce { font-size: 2rem; }
.rr8cgy .wdy0pa { max-width: 680px; }
.q9q20t .swce { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.q9q20t .wdy0pa  { margin: 0; }
@media (max-width: 640px) { .q9q20t { flex-direction: column; } }
.ujmf .swce { color: var(--accent-light); }
.uiruln {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.uiruln .swce { color: #fff; }
.uiruln .wdy0pa  { color: rgba(255,255,255,0.85); }
.hm1hej { max-width: 680px; margin: 0 auto; }
.cj4sylt {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .cj4sylt { grid-template-columns: 1fr; } }
.e004j { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.e004j .vkty {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.e004j .vkty:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.k85mlq5c .vkty { background: var(--bg-raised); border-color: transparent; }
.k85mlq5c .vkty:focus { background: var(--bg-card); border-color: var(--accent-light); }
.trdnso .vkty { border-radius: 100px; padding: 11px 20px; }
.trdnso .gpqls4oz { border-radius: 14px; }
@media (max-width: 640px) { .s0fyno5 { grid-template-columns: 1fr; } }
.yxj7 { counter-reset: priv-count; }
.z4kq {
  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);
}
.z4kq:last-child { border-bottom: none; }
.bp6hd8 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.z4kq h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.z4kq p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.vdydiny { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.vdydiny li { margin-bottom: 6px; }
.dltwqxz{display:none}
.dltwqxz:empty,.p17dm5:empty{display:none}
.efcw8k{position:relative;overflow:visible}
.l6n8h0k .qdu7rqd,.g414z .qdu7rqd,
.j1k0 .qdu7rqd,.j3zb .qdu7rqd,
.zj9of .qdu7rqd,.t0qpmrz .qdu7rqd{display:block}
.vmwj6 .n7jrat{display:block}
.l6n8h0k .qdu7rqd,.g414z .qdu7rqd,
.j1k0 .qdu7rqd,.j3zb .qdu7rqd,
.zj9of .qdu7rqd{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}
.l6n8h0k .qdu7rqd .p17dm5,.g414z .qdu7rqd .p17dm5,
.j1k0 .qdu7rqd .p17dm5,.j3zb .qdu7rqd .p17dm5,
.zj9of .qdu7rqd .p17dm5{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}
.l6n8h0k .yyfo7hsg,.g414z .yyfo7hsg,
.j1k0 .yyfo7hsg,.j3zb .yyfo7hsg,
.zj9of .yyfo7hsg{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.l6n8h0k .qdu7rqd,.g414z .qdu7rqd{top:12px}
.l6n8h0k .qdu7rqd .p17dm5{margin-right:auto}
.g414z .qdu7rqd .p17dm5{margin-left:auto}
.g414z .qdu7rqd{text-align:right}
.j1k0 .qdu7rqd,.j3zb .qdu7rqd{bottom:12px}
.j1k0 .qdu7rqd .p17dm5{margin-right:auto}
.j3zb .qdu7rqd .p17dm5{margin-left:auto}
.j3zb .qdu7rqd{text-align:right}
.zj9of .qdu7rqd{position:relative;margin-top:16px}
.zj9of .qdu7rqd .p17dm5{margin:0 auto}
.t0qpmrz .qdu7rqd{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.t0qpmrz .qdu7rqd .p17dm5{margin:0}
.t0qpmrz .ad7h~.qdu7rqd,
.t0qpmrz .pbjep3sv~.qdu7rqd{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.t0qpmrz .ad7h~.qdu7rqd .p17dm5,
.t0qpmrz .pbjep3sv~.qdu7rqd .p17dm5{justify-content:flex-start}
.ad7h~.qdu7rqd,.pbjep3sv~.qdu7rqd{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}
.ad7h~.qdu7rqd .p17dm5{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.pbjep3sv~.qdu7rqd .p17dm5{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.n7jrat .p17dm5{margin:0 0 12px}
.p17dm5{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.yyfo7hsg{white-space:nowrap}
.i7cy7u13 .yyfo7hsg{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.i7cy7u13 .g9umww13::before{content:""}
.eessvu .yyfo7hsg{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}
.f3aulo .p17dm5{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.kk24ab91 .yyfo7hsg{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.gs4qnwy .yyfo7hsg{color: var(--accent-light);opacity:1;font-weight:500}
.j4aw8kx .yyfo7hsg{border-bottom:1px solid currentColor;padding-bottom:2px}
.b00k .p17dm5{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.y74ok{--date-bg:var(--accent-bg)}
.kodf .g9umww13::before{content:""}
.ipypkj .yyfo7hsg + .yyfo7hsg::before{content:"•";margin-right:6px;opacity:.4}
.mpqsj41 .yyfo7hsg + .yyfo7hsg::before{content:"/";margin-right:6px;opacity:.35}
.p9rgzxn3 .yyfo7hsg + .yyfo7hsg::before{content:"|";margin-right:6px;opacity:.3}
.iv4m2 .yyfo7hsg + .yyfo7hsg::before{content:"—";margin-right:6px;opacity:.3}
.jl1mul .yyfo7hsg + .yyfo7hsg::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.zk3mr417 .yyfo7hsg + .yyfo7hsg::before{content:"·";margin-right:6px;opacity:.4}
.trb0 .yyfo7hsg + .yyfo7hsg::before{content:"›";margin-right:6px;opacity:.4}
.g65sa .yyfo7hsg + .yyfo7hsg::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.xyid .vme9t48z{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .vme9t48z{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .sd3z{max-width:100%}
}
.j4sp .a1c6u{margin:0}
@media (max-width:560px){
  .ess7r{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) {
  .s7jo26 { padding: 28px 18px 20px; }
  .m4d6g { font-size: 1.2rem; }
  .pmo5ig2 { max-width: 220px; max-height: 80px; }
}
.q7mp32py .ryhf { border-radius: 22px; }
.lwbv8 .eb0f0m {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ryhf { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.tz9avv {
  margin: 28px 0 24px;
}
.tz9avv .w658totj {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.tz9avv .g0ka {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.tz9avv .eb0f0m {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .msto7 { flex-direction: row-reverse; }
[dir="rtl"] .btknpb { flex-direction: row-reverse; }
[dir="rtl"] .we9qtk .cvoq { right: auto; left: 32px; }
[dir="rtl"] .pkprl  .cvoq { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .we9qtk .cvoq { right: auto; left: 20px; }
  [dir="rtl"] .pkprl  .cvoq { left: auto;  right: 20px; }
}
[dir="rtl"] .cjea9qe .bcduzgq  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .uav83u .bcduzgq { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .bxgw8t, [dir="rtl"] .qod3n { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .z0ar7zw { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .ngu6fs5 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .vxjp { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .eb0f0m { direction: rtl; }
[dir="rtl"] .qnn8mg { direction: rtl; }
[dir="rtl"] .pn6hd { direction: rtl; }
[dir="rtl"] .g3rs7vc { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .af17 .qod3n,
[dir="rtl"] .hjjz4on .qod3n,
[dir="rtl"] .klxxdftq .qod3n,
[dir="rtl"] .tg5dx .qod3n {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .af17 .qod3n li::before,
[dir="rtl"] .hjjz4on .qod3n li::before,
[dir="rtl"] .klxxdftq .qod3n li::before,
[dir="rtl"] .tg5dx .qod3n li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .m2f2.e9ptchos .rny6uvj,
[dir="rtl"] .svzsj.e9ptchos .rny6uvj,
[dir="rtl"] .u51o4.e9ptchos .rny6uvj,
[dir="rtl"] .me6k.e9ptchos .rny6uvj,
[dir="rtl"] .utc6.e9ptchos .rny6uvj { text-align: right; }
[dir="rtl"] .ad7h.e9ptchos .v9h5d { align-items: flex-end; text-align: right; }
[dir="rtl"] .g0ka,
[dir="rtl"] .vaohc,
[dir="rtl"] .sdutdbgi,
[dir="rtl"] .afpbyu,
[dir="rtl"] .rny6uvj { text-align: right; }
[dir="rtl"] .obyi,
[dir="rtl"] .vlewczx,
[dir="rtl"] .vkty,
[dir="rtl"] .gpqls4oz { text-align: right; direction: rtl; }
[dir="rtl"] .trdnso .vkty,
[dir="rtl"] .e004j .vkty { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #9999cc;
  --brand:           #9999cc;
  --brand-light:     #b7b7d6;
  --brand-pale:      #dadae6;
  --grad-start:      #5454aa;
  --grad-end:        #8888c3;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #7a88f2;
  --cta-light:       #c1c7f7;
  --cta-hover:       #9fa9f5;
  --bg-page:         #090910;
  --bg-surface:      #0e0e1a;
  --bg-card:         #141423;
  --bg-card-inner:   #19192d;
  --bg-raised:       #1f1f37;
  --bg-hover:        #242441;
  --border:          #2b2b4e;
  --border-alt:      #363662;
  --border-section:  #2b2b4e;
  --text-primary:    #e4e4e6;
  --text-muted:      #a2a2a9;
  --text-body:       #c9c9ce;
  --text-sub:        #a2a2a9;
  --text-faint:      #6e6e77;
  --text-dim:        #55555c;
  --text-label:      #878790;
  --text-value:      #bcbcc1;
  --accent-bg:       #1d1d1f;
  --accent-bg-light: #2a2a31;
  --bg-tip:          #162621;
  --bg-warning:      #272115;
  --bg-info:         #161c26;
  --bg-pros:         #162621;
  --bg-cons:         #26161b;
  --c-pros:          #91ddc6;
  --c-cons:          #e689a5;
  --c-pros-label:    #6ad1b2;
  --c-tip-border:    #4fc9a4;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #91ddc6;
}
:root { --logo-bg-opacity: 39%; }
body, button, input { font-family: "Kanit", sans-serif; }
.vqbf .o19uai0 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.vqbf .o19uai0::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.vqbf .qqb0d     .o19uai0::before { content: "";  color: var(--c-tip-border); }.vqbf .b98p35ia .o19uai0::before { content: ""; color: var(--c-warn-border); }.vqbf .ncwtytqs    .o19uai0::before { content: ""; color: #60a5fa; }.u2v866 .vqbf .qqb0d     .o19uai0::before { color: #10b981; }.u2v866 .vqbf .b98p35ia .o19uai0::before { color: #f43f5e; }.u2v866 .vqbf .ncwtytqs    .o19uai0::before { color: #a855f7; }.iu1d9yb  .vqbf .qqb0d     .o19uai0::before { color: #eab308; }.iu1d9yb  .vqbf .b98p35ia .o19uai0::before { color: #ef4444; }.iu1d9yb  .vqbf .ncwtytqs    .o19uai0::before { color: #f97316; }.u62v8g  .vqbf .qqb0d     .o19uai0::before { color: #38bdf8; }.u62v8g  .vqbf .b98p35ia .o19uai0::before { color: #818cf8; }.u62v8g  .vqbf .ncwtytqs    .o19uai0::before { color: #2dd4bf; }.p8ctys6 .vqbf .o19uai0::before { color: var(--accent-light) !important; }
.fn5eu2pt .qqdu1j li::before, .fn5eu2pt .nmj4ryjd 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; }.fn5eu2pt .qqdu1j li::before { content: ""; }.fn5eu2pt .nmj4ryjd li::before { content: ""; }.fn5eu2pt .he3eww0::before, .fn5eu2pt .du6lm::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.fn5eu2pt .he3eww0::before { content: ""; }.fn5eu2pt .du6lm::before { content: ""; }
.cdjhwp .jlgc1v, .cdjhwp .ad7h { min-height: 420px; }
.bsgtw7i2 .pmag::after, .bsgtw7i2 .nro87qjb::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.egkbvq4h .ui3cj::after,.egkbvq4h .cvoq::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; }
.qxuk743::before { content: '|'; opacity: 0.3; }