:root {
  --color-accent: #400040;
  --color-cta: #84cc16;
  --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;
}
.yfzxhb {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.syan0btg {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.vp77aff {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.k8rx { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.xvhd { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.xvhd a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.xvhd a:hover { color: var(--accent-light); }
.b1np73b     .xi9u0wf1 { border-radius: 6px; }
.b1np73b .xi9u0wf1 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.b1np73b .xi9u0wf1 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.wesxf .xi9u0wf1 li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .xi9u0wf1 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .se43p0vv:hover .xi9u0wf1,
  .se43p0vv:focus-within .xi9u0wf1 { display: block; }
  .xi9u0wf1 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.j7ucua {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.b7pnq3 { display: none; }
@media (max-width: 640px) {
  .b7pnq3 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .b7pnq3.eryd5 { display: block; }
}
@media (max-width: 640px) {
  .j7ucua { display: block; }
  .xvhd > li + li::before { display: none !important; }
  .xvhd {
    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;
  }
  .xvhd.eryd5 { display: flex; }
  .xvhd li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .xvhd li:last-child a { border-bottom: none; }
}
.g7exhry { min-height: 480px; }
.wan8w01p {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.r01sw3 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.qz2w1 .r01sw3 { margin-left: 0; margin-right: 0; }
.bnp0eigp {
  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;
}
.ur9psu .bnp0eigp { margin-top: 24px; }
.bnp0eigp:hover { opacity: 0.88; }
.njwit {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.m7gx19k {
  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%);
}
.njwit .l1zzv0 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.njwit .wan8w01p { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.njwit .r01sw3 { color: #e2e8f0; }
.njwit.xdowf6c .l1zzv0 { text-align: center; }
.njwit.qz2w1   .l1zzv0 { text-align: left; }
.jbw2xzo .l1zzv0 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.jbw2xzo .wan8w01p { color: var(--text-primary); text-shadow: none; }
.jbw2xzo .r01sw3 { color: var(--text-muted); }
.jbw2xzo .bnp0eigp { margin-top: 16px; }
.jbw2xzo, .jbw2xzo.g7exhry { min-height: auto !important; }
.jbw2xzo.xdowf6c .l1zzv0 { text-align: center; }
.jbw2xzo.qz2w1   .l1zzv0 { text-align: left; }
.jbw2xzo~.ixjwz1{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}
.jbw2xzo~.ixjwz1 .a41pqvd{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}
.tr03fe4e {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.x0g6p1r .tr03fe4e,
.x0g6p1r .tr03fe4e::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.ddbz9be .tr03fe4e,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.movebb .tr03fe4e,
.movebb .njwit .m7gx19k {
  overflow: hidden;
}
.movebb .tr03fe4e::after,
.movebb .njwit .m7gx19k::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%); }
}
.s33v .tr03fe4e,
.s33v .tr03fe4e::after,
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.s33v .njwit .m7gx19k {
  overflow: hidden;
}
.s33v .njwit .m7gx19k::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;
}
.c6qnl .tr03fe4e,
.c6qnl .njwit .m7gx19k {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.x0g6p1r .njwit .m7gx19k {
  overflow: hidden;
}
.x0g6p1r .njwit .m7gx19k::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;
}
.ddbz9be .njwit .m7gx19k {
  animation: hg-breathe 10s ease-in-out infinite;
}
.tr03fe4e .m7gx19k {
  background: none;
}
.tr03fe4e .wan8w01p { color: #fff; }
.tr03fe4e .r01sw3 { color: rgba(255,255,255,0.85); }
.tr03fe4e .bnp0eigp { background: #fff; color: var(--cta); }
.tr03fe4e .bnp0eigp:hover { opacity: 0.92; }
.qp6ss .wan8w01p { text-shadow: none; color: var(--text-primary); }
.qp6ss .r01sw3 { color: var(--text-muted); }
body.fn3f .wan8w01p {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.oe0wjzz6 .wan8w01p {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.g7exhry.tr03fe4e .wan8w01p,
section.tr03fe4e .wan8w01p {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.qp6ss.qz2w1   .h05ht5yi { align-items: flex-start; text-align: left; }
.g7exhry .zbrq6 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.zbrq6 .dpwj.gi3kmv {
  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;
}
.zbrq6 .dpwj.gi3kmv:hover { opacity: 0.85; }
.pf3mkoy .l1zzv0 { padding-bottom: 24px; }
.ur9psu .l1zzv0 { max-width: 1100px; }
@media (max-width: 700px) {
  .qp6ss { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .qp6ss:not(.fhygcgt9) .unba3 { display: none !important; }
  .fhygcgt9 .unba3 { padding: 16px; }
  .h05ht5yi  { padding: 36px 24px; }
  .qp6ss~.ixjwz1,.v1gcsi33~.ixjwz1{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .g7exhry, .qp6ss { min-height: 320px !important; }
  .wan8w01p { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .rnhrb,
  .jjjuym,
  .zeshr3n0 { grid-template-columns: 1fr !important; }

  

  
  .pf3mkoy { display: flex !important; flex-direction: column !important; }
  .pf3mkoy .l1zzv0 { display: contents; }
  .pf3mkoy .m7gx19k { order: 0; }
  .pf3mkoy .wan8w01p { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .pf3mkoy .rnhrb { order: 2; padding: 0 16px 12px !important; }
  .pf3mkoy .r01sw3 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .ur9psu .l1zzv0 { display: flex; flex-direction: column; }
  .ur9psu .l1zzv0 .wan8w01p { order: 1; }
  .ur9psu .l1zzv0 .zeshr3n0 { order: 2; margin: 8px 0 24px !important; }
  .ur9psu .l1zzv0 .r01sw3 { order: 3; }
  .ur9psu .l1zzv0 .bnp0eigp { order: 4; align-self: center; margin-top: 0; }

  
  .qp6ss.fhygcgt9 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .qp6ss.fhygcgt9 .h05ht5yi { display: contents; padding: 0; }
  .qp6ss.fhygcgt9 .h05ht5yi .wan8w01p { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .qp6ss.fhygcgt9 .unba3 { order: 2; padding: 12px 16px; }
  .qp6ss.fhygcgt9 .h05ht5yi .r01sw3 { order: 3; padding: 0 24px; margin: 0 auto; }
  .qp6ss.fhygcgt9 .h05ht5yi .bnp0eigp { order: 4; align-self: center; margin: 8px 0 32px; }
}
.zlqo { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ixqyghd { width: 100%; height: auto; display: block; border-radius: 10px; }
.ewyv .zlqo        { border-radius: 16px; }
.ewyv .ixqyghd  { border-radius: 16px; }
.wnbzoge0 .zlqo         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.wnbzoge0 .ixqyghd   { border-radius: 8px; }
.lnuj7ea2 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.eqcnsm5g { width: 100%; padding: 32px 0; position: relative; }
.aprlf { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.x8k604 .eqcnsm5g:nth-child(even) { background: var(--bg-surface); }
.x8k604 .eqcnsm5g:nth-child(odd)  { background: var(--bg-page); }
.oqidy .eqcnsm5g:nth-child(even) { background: var(--bg-card); }
.oqidy .eqcnsm5g:nth-child(odd)  { background: var(--bg-page); }
.x8k604 .eqcnsm5g:nth-child(odd)  .aprlf { background: var(--bg-card); border-radius: 6px; }
.x8k604 .eqcnsm5g:nth-child(even) .aprlf { background: var(--bg-raised); border-radius: 6px; }
.oqidy .eqcnsm5g:nth-child(odd)  .aprlf { background: var(--bg-card); border-radius: 6px; }
.oqidy .eqcnsm5g:nth-child(even) .aprlf { background: var(--bg-raised); border-radius: 6px; }
.x8k604 .eqcnsm5g:nth-child(even) .jjqz .jch0,
.oqidy .eqcnsm5g:nth-child(even) .jjqz .jch0 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.x8k604 .eqcnsm5g:nth-child(odd) .jjqz .jch0,
.oqidy .eqcnsm5g:nth-child(odd) .jjqz .jch0 { background: var(--bg-card-inner); }
.x8k604 .eqcnsm5g:nth-child(even) .oa73pjh .jch0:nth-child(odd),
.oqidy .eqcnsm5g:nth-child(even) .oa73pjh .jch0:nth-child(odd)  { background: var(--bg-card); }
.x8k604 .eqcnsm5g:nth-child(even) .oa73pjh .jch0:nth-child(even),
.oqidy .eqcnsm5g:nth-child(even) .oa73pjh .jch0:nth-child(even) { background: var(--bg-card-inner); }
h1.s2m42q { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.s2m42q {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.apf7 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.f3mdxw6 h2.s2m42q {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.kybfh4 h2.s2m42q {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.m4s65wpv h2.s2m42q {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.tag2u h2.s2m42q::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.zauq50 h2.s2m42q {
  color: var(--text-primary); font-size: 1.7rem;
}
.qi2ed h2.s2m42q::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.cbjsgdg2 h2.s2m42q {
  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;
}
.abs869lw { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .abs869lw { display: none; } }
.egmpd { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.o4vu { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ahu0vdei {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.jlne2 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.cn3srpv { padding-left: 20px; }
.cn3srpv li { margin-bottom: 6px; }
.cn3srpv a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.cn3srpv a:hover { color: var(--accent-light); }
.nx31eu .jlne2 { display: none; }
.apvrj .jlne2 { display: none; }
.apvrj .cn3srpv { padding-left: 0; list-style: none; }
.apvrj .cn3srpv li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.apvrj .cn3srpv a { font-size: 0.92rem; }
.yzma .ahu0vdei { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.yzma .jlne2 { display: none; }
.yzma .cn3srpv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.yzma .cn3srpv li { margin-bottom: 0; }
.yzma .cn3srpv 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;
}
.yzma .cn3srpv a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ki2r64y .ahu0vdei { padding: 20px 20px 16px; }
.ki2r64y .cn3srpv {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ki2r64y .cn3srpv li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ki2r64y .cn3srpv 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;
}
.ki2r64y .cn3srpv 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;
}
.ki2r64y .cn3srpv a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ki2r64y .cn3srpv a:focus,
.ki2r64y .cn3srpv a:focus-visible,
.ki2r64y .cn3srpv a:target { outline: none; }
.ki2r64y .cn3srpv li:target a { border-color: var(--border); color: var(--text-muted); }
.omwk14c0 .ahu0vdei { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.omwk14c0 .jlne2 { display: none; }
.omwk14c0 .cn3srpv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.omwk14c0 .cn3srpv li { margin-bottom: 0; }
.omwk14c0 .cn3srpv li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.omwk14c0 .cn3srpv li:last-child::after { content: ""; margin-right: 0; }
.omwk14c0 .cn3srpv a { font-size: 0.9rem; }
.jch0 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.jjqz .jch0 { background: var(--bg-card); }
.oa73pjh .jch0:nth-child(odd)  { background: var(--bg-card); }
.oa73pjh .jch0:nth-child(even) { background: var(--bg-raised); }
.wv8l8 .jch0 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.wv8l8 .jch0:last-child { border-bottom: none; }
.wv8l8 h3.apf7 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.u96f9r .jch0 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.u96f9r .jch0 + .jch0 { margin-top: 4px; }
.gttdr3 .jch0 { background: none; border-radius: 0; padding: 12px 0; }
.gttdr3 .jch0 + .jch0 { border-top: 1px solid var(--border-section); }
.xwwj9 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ojq5 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.k7b3m4d { color: var(--text-body); margin-bottom: 10px; }
.xy3h, .ovznl { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.xy3h li, .ovznl li { margin-bottom: 6px; }
.ovznl li { list-style: decimal; }
.fudg6a     .xy3h { list-style-type: "● "; }
.mfr7u  .xy3h { list-style-type: "■ "; }
.bio7d6tb .xy3h { list-style-type: "◆ "; }
.zvtt22u    .xy3h { list-style-type: "★ "; }
.fudg6a     .yattl2 { list-style-type: "● "; }
.mfr7u  .yattl2 { list-style-type: "■ "; }
.bio7d6tb .yattl2 { list-style-type: "◆ "; }
.zvtt22u    .yattl2 { list-style-type: "★ "; }
.fudg6a    .xy3h li::marker, .fudg6a    .yattl2 li::marker,
.mfr7u .xy3h li::marker, .mfr7u .yattl2 li::marker,
.bio7d6tb .xy3h li::marker, .bio7d6tb .yattl2 li::marker,
.zvtt22u   .xy3h li::marker, .zvtt22u   .yattl2 li::marker {
  color: var(--cta); font-size: 1em;
}
.fudg6a .ovznl,
.mfr7u .ovznl,
.bio7d6tb .ovznl,
.zvtt22u .ovznl {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.fudg6a .ovznl li,
.mfr7u .ovznl li,
.bio7d6tb .ovznl li,
.zvtt22u .ovznl li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.fudg6a .ovznl li::before,
.mfr7u .ovznl li::before,
.bio7d6tb .ovznl li::before,
.zvtt22u .ovznl 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;
}
.fudg6a     .ovznl li::before { border-radius: 50%; }
.mfr7u  .ovznl li::before { border-radius: 3px; }
.bio7d6tb .ovznl li::before { border-radius: 3px; }
.zvtt22u    .ovznl li::before { border-radius: 50%; }
.puet2 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.qoygnbn .puet2,
.uhxu .puet2 { background: transparent; border: none; border-radius: 0; }
.djsampd { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.djsampd th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.djsampd td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.djsampd tr:hover td { background: var(--bg-hover); }
.p74eqo .djsampd tbody tr:nth-child(even) td { background: var(--bg-surface); }
.pn862 .djsampd { border: 1px solid var(--border-alt); }
.pn862 .djsampd th,
.pn862 .djsampd td { border: 1px solid var(--border-alt); }
.mx1sb4y .djsampd th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.mx1sb4y .djsampd td { border-bottom: none; }
.mx1sb4y .djsampd tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.xw6w5n .djsampd th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.e1xfott5 .puet2 {
  overflow: hidden;
}
.e1xfott5 .djsampd th { border-bottom: 1px solid var(--border-alt); }
.e1xfott5 .djsampd tr:last-child td { border-bottom: none; }
.j91ju { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.r4ed808 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.j9sau { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.mt1zt7hr { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ncw8 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.yattl2 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.yattl2 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%}
.wt8ziver .mt1zt7hr { background: transparent; text-align: center; }
.rf98 .j9sau {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.pa8i .j9sau {
  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);
}
.nttgj .r4ed808 { display: grid; grid-template-columns: auto 1fr; }
.nttgj .j9sau {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.nttgj .mt1zt7hr { grid-column: 2; }
.nttgj .ncw8,
.nttgj .yattl2 { grid-column: 1 / -1; }
.vspd .r4ed808 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.vspd .j9sau {
  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);
}
.vspd .mt1zt7hr { grid-column: 2; }
.vspd .ncw8,
.vspd .yattl2 { grid-column: 1 / -1; }
.w232 .r4ed808 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.w232 .mt1zt7hr { background: none; color: var(--accent-light); font-weight: 700; }
.z3a8we27 .r4ed808 { 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); }
.z3a8we27 .mt1zt7hr { background: none; color: var(--accent-light); font-weight: 700; }
.bk1ru .r4ed808 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.bk1ru .r4ed808:last-child { border-bottom: none; }
.bk1ru .mt1zt7hr { background: none; color: var(--accent-light); font-weight: 700; }
.wbj90d .r4ed808 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.wbj90d .mt1zt7hr { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.y7nm .j91ju { counter-reset: card-n; }
.y7nm .r4ed808  { counter-increment: card-n; }
.y7nm .mt1zt7hr { display: flex; align-items: center; gap: 10px; }
.y7nm .mt1zt7hr::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;
}
.fwlejye .r4ed808 { background: var(--bg-surface); border: 1px solid var(--border); }
.fwlejye .mt1zt7hr { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.sobf9 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.cez3gr9j  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.d7r4 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.drm9icw { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.yrd4y0y { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.sobf9 strong { color: var(--text-primary); font-size: 0.95rem; }
.sobf9 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.dzl8pgic { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.elxy, .eh296mf3 { border-radius: 8px; padding: 14px; }
.elxy { background: var(--bg-pros); }
.eh296mf3 { background: var(--bg-cons); }
.hwkv { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.elxy .hwkv { color: var(--c-pros-label); }
.eh296mf3 .hwkv { color: #f87171; }
.elxy ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.eh296mf3 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ixqyghd { width: 100%; height: auto; border-radius: 10px; display: block; }
.gi3kmv {
  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;
}
.gi3kmv:hover { opacity: 0.85; }
.ctjgq .gi3kmv  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.ctjgq .gi3kmv:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ceeamg .gi3kmv  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ceeamg .gi3kmv:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.spneo .bnp0eigp { border-radius: 50px; }
.spneo .gi3kmv  { border-radius: 50px; }
.fgbadm .bnp0eigp { padding-left: 22px; padding-right: 22px; }
.fgbadm .gi3kmv  { padding-left: 12px; padding-right: 12px; }
.mje8f0t .bnp0eigp { padding-left: 44px; padding-right: 44px; }
.mje8f0t .gi3kmv  { padding-left: 24px; padding-right: 24px; }
.psmuak .bnp0eigp { padding-left: 56px; padding-right: 56px; }
.psmuak .gi3kmv  { padding-left: 32px; padding-right: 32px; }
.rbfb   .bnp0eigp::after, .rbfb   .gi3kmv::after,
.q5pw .bnp0eigp::after, .q5pw .gi3kmv::after,
.iusi5e    .bnp0eigp::after, .iusi5e    .gi3kmv::after,
.vzq6    .bnp0eigp::after, .vzq6    .gi3kmv::after,
.any8d    .bnp0eigp::after, .any8d    .gi3kmv::after,
.ug71jr     .bnp0eigp::after, .ug71jr     .gi3kmv::after,
.nolgva4    .bnp0eigp::after, .nolgva4    .gi3kmv::after,
.p73rv   .bnp0eigp::after, .p73rv   .gi3kmv::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;
}
.rbfb .bnp0eigp::after, .rbfb .gi3kmv::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");
}
.q5pw .bnp0eigp::after, .q5pw .gi3kmv::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");
}
.iusi5e .bnp0eigp::after, .iusi5e .gi3kmv::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");
}
.vzq6 .bnp0eigp::after, .vzq6 .gi3kmv::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");
}
.any8d .bnp0eigp::after, .any8d .gi3kmv::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");
}
.ug71jr .bnp0eigp::after, .ug71jr .gi3kmv::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");
}
.nolgva4 .bnp0eigp::after, .nolgva4 .gi3kmv::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");
}
.p73rv .bnp0eigp::after, .p73rv .gi3kmv::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");
}
.a0tlu   .g2gj5::after, .a0tlu   .rj92tp::after,
.itw90n .g2gj5::after, .itw90n .rj92tp::after,
.ta98gshs    .g2gj5::after, .ta98gshs    .rj92tp::after,
.mkwjajfi    .g2gj5::after, .mkwjajfi    .rj92tp::after,
.ynmz    .g2gj5::after, .ynmz    .rj92tp::after,
.nfc1a     .g2gj5::after, .nfc1a     .rj92tp::after,
.vow2lx9f    .g2gj5::after, .vow2lx9f    .rj92tp::after,
.qjism508   .g2gj5::after, .qjism508   .rj92tp::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;
}
.a0tlu .g2gj5::after, .a0tlu .rj92tp::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");
}
.itw90n .g2gj5::after, .itw90n .rj92tp::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");
}
.ta98gshs .g2gj5::after, .ta98gshs .rj92tp::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");
}
.mkwjajfi .g2gj5::after, .mkwjajfi .rj92tp::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");
}
.ynmz .g2gj5::after, .ynmz .rj92tp::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");
}
.nfc1a .g2gj5::after, .nfc1a .rj92tp::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");
}
.vow2lx9f .g2gj5::after, .vow2lx9f .rj92tp::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");
}
.qjism508 .g2gj5::after, .qjism508 .rj92tp::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");
}
.bdsutmy .q02r37xk { background: var(--bg-raised); }
.dpwj.gi3kmv {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .xgmvmdb {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .xgmvmdb::before    { grid-area: rank;   }
  .ubmxz           { grid-area: ident;  }
  .kuoyufm     { grid-area: rating; min-width: 0; width: auto; }
  .aa3q9pvj           { grid-area: pills;  }
  .dpwj             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .xgmvmdb {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .xgmvmdb::before    { justify-self: center; }
  .ubmxz           { width: 100%; }
  .kuoyufm     { justify-self: center; }
  .aa3q9pvj           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .gfere .olxc {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .gfere .sxl4yk5u { margin: 0; }
}
.phs4dy .ervk { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.phs4dy .ni7bb4 h3 { color: var(--accent-light); }
.phs4dy .zl4nym { background: var(--bg-page); border: 1px solid var(--border); }
.uhxu .dzl8pgic { gap: 10px; }
.uhxu .elxy, .uhxu .eh296mf3 { padding: 12px; }
.uhxu .elxy ul, .uhxu .eh296mf3 ul { margin: 4px 0 0; padding-left: 18px; }
.uhxu .elxy li, .uhxu .eh296mf3 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .ulpd45j7 { grid-template-columns: 1fr; }
  .hqxtw { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .hqxtw .b1nltzel { width: 72px; height: 50px; }
  .hqxtw .emozl { max-width: 180px; }
  .hqxtw .hh2a13ht { width: auto; }
}
@media (max-width: 720px) {
  .bj4bss2 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .xkbke4 { padding: 16px; }
  .k8j48 .bkjzj7o { min-width: 50%; }
}
.dsn5 .dzl8pgic { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .xzmf { grid-template-columns: 1fr; }
  .vntv6 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .wl5ac76x { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .crp9nz { flex-wrap: wrap; padding: 16px; }
}
.w7vdi3 .dzl8pgic { gap: 8px; }
.w7vdi3 .elxy, .w7vdi3 .eh296mf3 { padding: 8px; }
@media (max-width: 480px) {
  .o3c5hcsq { flex-direction: column; align-items: stretch; }
}
.yslw2udq .hh2a13ht .gi3kmv { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .bhia1 { flex-direction: column; align-items: stretch; gap: 10px; }
  .yslw2udq .hh2a13ht { text-align: center; }
}
@media (max-width: 720px) {
  .kngwb9oe { grid-template-columns: 1fr; }
  .fcrl8 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .fe2z { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .iyloyvr { grid-template-columns: 1fr; }
  .t24n { width: 100px; height: 100px; margin: 16px auto; }
  .kueu80bl { font-size: 1.4rem; }
  .wgrgw86f { justify-content: center; }
  .wsruiku .bkjzj7o { min-width: 50%; }
}
.ikyop .dzl8pgic { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .c4gf7q6 { flex-wrap: wrap; padding: 14px 16px; }
  .ewh3a6h { padding: 12px 16px; }
  .ikyop .dzl8pgic { margin: 0 16px; }
  .ikyop .yutp6ia6 { padding: 0 16px; }
  .i7xxn51t { padding: 12px 16px; }
}
.gt27 .xgmvmdb {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.gt27 .xgmvmdb:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.crvp .aa3q9pvj .ga7y {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.jsp86u { margin: 16px 0; }
.cnb6b7h { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.cnb6b7h summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.cnb6b7h summary::after { content: "+"; color: var(--accent-light); }
.cnb6b7h[open] summary::after { content: "−"; }
.cnb6b7h p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.eqcnsm5g { margin-bottom: 0; }
.p4oyt h2.s2m42q { color: var(--text-primary); border-color: var(--accent-light); }
.zj2k3do h2.s2m42q { color: var(--text-primary); border-color: var(--accent-light); }
.zzo4 .cez3gr9j     { background: #052e16; border-color: #10b981; }
.zzo4 .d7r4 { background: #2d0a1e; border-color: #f43f5e; }
.zzo4 .drm9icw    { background: #1e1036; border-color: #a855f7; }
.zzo4 .sobf9 strong  { color: #f1f5f9; }
.zzo4 .sobf9 p       { color: #cbd5e1; }
.zzo4 .myquv    .cez3gr9j     .yrd4y0y::before,
.zzo4 .zp9q  .cez3gr9j     .yrd4y0y::before,
.zzo4 .oy9a6  .cez3gr9j     .yrd4y0y::before,
.zzo4 .zeiofp .cez3gr9j     .yrd4y0y::before { color: #10b981; }
.zzo4 .myquv    .d7r4 .yrd4y0y::before,
.zzo4 .zp9q  .d7r4 .yrd4y0y::before,
.zzo4 .oy9a6  .d7r4 .yrd4y0y::before,
.zzo4 .zeiofp .d7r4 .yrd4y0y::before { color: #f43f5e; }
.zzo4 .myquv    .drm9icw    .yrd4y0y::before,
.zzo4 .zp9q  .drm9icw    .yrd4y0y::before,
.zzo4 .oy9a6  .drm9icw    .yrd4y0y::before,
.zzo4 .zeiofp .drm9icw    .yrd4y0y::before { color: #a855f7; }
.gcnnss .cez3gr9j     { background: #2d2000; border-color: #eab308; }
.gcnnss .d7r4 { background: #2d0b0b; border-color: #ef4444; }
.gcnnss .drm9icw    { background: #2d1600; border-color: #f97316; }
.gcnnss .sobf9 strong  { color: #f1f5f9; }
.gcnnss .sobf9 p       { color: #cbd5e1; }
.gcnnss .myquv    .cez3gr9j     .yrd4y0y::before,
.gcnnss .zp9q  .cez3gr9j     .yrd4y0y::before,
.gcnnss .oy9a6  .cez3gr9j     .yrd4y0y::before,
.gcnnss .zeiofp .cez3gr9j     .yrd4y0y::before { color: #eab308; }
.gcnnss .myquv    .d7r4 .yrd4y0y::before,
.gcnnss .zp9q  .d7r4 .yrd4y0y::before,
.gcnnss .oy9a6  .d7r4 .yrd4y0y::before,
.gcnnss .zeiofp .d7r4 .yrd4y0y::before { color: #ef4444; }
.gcnnss .myquv    .drm9icw    .yrd4y0y::before,
.gcnnss .zp9q  .drm9icw    .yrd4y0y::before,
.gcnnss .oy9a6  .drm9icw    .yrd4y0y::before,
.gcnnss .zeiofp .drm9icw    .yrd4y0y::before { color: #f97316; }
.ovo1 .cez3gr9j     { background: #0c1a2e; border-color: #38bdf8; }
.ovo1 .d7r4 { background: #12103a; border-color: #818cf8; }
.ovo1 .drm9icw    { background: #0a2020; border-color: #2dd4bf; }
.ovo1 .sobf9 strong  { color: #f1f5f9; }
.ovo1 .sobf9 p       { color: #cbd5e1; }
.ovo1 .myquv    .cez3gr9j     .yrd4y0y::before,
.ovo1 .zp9q  .cez3gr9j     .yrd4y0y::before,
.ovo1 .oy9a6  .cez3gr9j     .yrd4y0y::before,
.ovo1 .zeiofp .cez3gr9j     .yrd4y0y::before { color: #38bdf8; }
.ovo1 .myquv    .d7r4 .yrd4y0y::before,
.ovo1 .zp9q  .d7r4 .yrd4y0y::before,
.ovo1 .oy9a6  .d7r4 .yrd4y0y::before,
.ovo1 .zeiofp .d7r4 .yrd4y0y::before { color: #818cf8; }
.ovo1 .myquv    .drm9icw    .yrd4y0y::before,
.ovo1 .zp9q  .drm9icw    .yrd4y0y::before,
.ovo1 .oy9a6  .drm9icw    .yrd4y0y::before,
.ovo1 .zeiofp .drm9icw    .yrd4y0y::before { color: #2dd4bf; }
.m1t6 .cez3gr9j     { background: var(--accent-bg); border-color: var(--accent-light); }
.m1t6 .d7r4 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.m1t6 .drm9icw    { background: var(--accent-bg); border-color: var(--accent-pale); }
.m1t6 .myquv    .yrd4y0y::before,
.m1t6 .zp9q  .yrd4y0y::before,
.m1t6 .oy9a6  .yrd4y0y::before,
.m1t6 .zeiofp .yrd4y0y::before { color: var(--accent-light) !important; }
.w89eq::before,
.zmdb::before { margin-right: 5px; }
.kva3 .elxy ul li,
.kva3 .nzf1wg li         { color: #4ade80; }
.kva3 .elxy .w89eq { color: #22c55e; }
.kva3 .eh296mf3 ul li,
.kva3 .l431eyi li         { color: #f87171; }
.kva3 .eh296mf3 .zmdb { color: #ef4444; }
.fvi1g .elxy { background: var(--bg-pros); }
.fvi1g .eh296mf3 { background: var(--bg-cons); }
.fvi1g .elxy .w89eq { color: var(--c-pros-label); }
.fvi1g .eh296mf3 .zmdb { color: var(--c-cons); }
.fvi1g .elxy ul li,
.fvi1g .eh296mf3 ul li,
.s0pj .elxy { background: var(--bg-pros); }
.s0pj .eh296mf3 { background: var(--bg-cons); }
.s0pj .elxy .w89eq { color: var(--c-pros-label); }
.s0pj .eh296mf3 .zmdb { color: var(--c-cons); }
.s0pj .elxy ul li,
.s0pj .eh296mf3 ul li,
.on1p29z .w89eq::before { content: "✓ "; }
.on1p29z .zmdb::before { content: "✗ "; }
.zm0ykkjc .w89eq::before { content: "→ "; }
.zm0ykkjc .zmdb::before { content: "← "; }
.hpt3pe8j .w89eq::before { content: "★ "; }
.hpt3pe8j .zmdb::before { content: "✕ "; }
.lqjo8s .w89eq::before { content: "◆ "; }
.lqjo8s .zmdb::before { content: "▲ "; }
.ry11nz .sobf9 { background: transparent; border-left: none; border: 1.5px solid; }
.ry11nz .cez3gr9j     { border-color: var(--c-tip-border); }
.ry11nz .d7r4 { border-color: var(--c-warn-border); }
.ry11nz .drm9icw    { border-color: #60a5fa; }
.ry11nz .sobf9 strong { color: var(--text-primary); }
.ry11nz .sobf9 p      { color: var(--text-muted); }
.zhy6 .sobf9 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.zhy6 .cez3gr9j     { border-top-color: var(--c-tip-border); }
.zhy6 .d7r4 { border-top-color: var(--c-warn-border); }
.zhy6 .drm9icw    { border-top-color: #60a5fa; }
.ad3v9p6 .sobf9 { border-left: none; border-radius: 8px; }
.ad3v9p6 .cez3gr9j     { background: #065f46; }
.ad3v9p6 .d7r4 { background: #92400e; }
.ad3v9p6 .drm9icw    { background: #1e3a8a; }
.ad3v9p6 .sobf9 strong,
.ad3v9p6 .sobf9 p { color: #fff; }
.ad3v9p6 .yrd4y0y::before { color: rgba(255,255,255,0.85) !important; }
.zzo4.ad3v9p6 .cez3gr9j,
.zzo4 .ad3v9p6 .cez3gr9j     { background: #052e16; }
.zzo4.ad3v9p6 .d7r4,
.zzo4 .ad3v9p6 .d7r4 { background: #2d0a1e; }
.zzo4.ad3v9p6 .drm9icw,
.zzo4 .ad3v9p6 .drm9icw    { background: #1e1036; }
.gcnnss.ad3v9p6 .cez3gr9j,
.gcnnss .ad3v9p6 .cez3gr9j      { background: #2d2000; }
.gcnnss.ad3v9p6 .d7r4,
.gcnnss .ad3v9p6 .d7r4  { background: #2d0b0b; }
.gcnnss.ad3v9p6 .drm9icw,
.gcnnss .ad3v9p6 .drm9icw     { background: #2d1600; }
.ovo1.ad3v9p6 .cez3gr9j,
.ovo1 .ad3v9p6 .cez3gr9j      { background: #0c1a2e; }
.ovo1.ad3v9p6 .d7r4,
.ovo1 .ad3v9p6 .d7r4  { background: #12103a; }
.ovo1.ad3v9p6 .drm9icw,
.ovo1 .ad3v9p6 .drm9icw     { background: #0a2020; }
.h922wy .sobf9 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.h922wy .cez3gr9j     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.h922wy .d7r4 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.h922wy .drm9icw    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.h922wy .sobf9 strong { color: var(--text-primary); }
.h922wy .sobf9 p      { color: var(--text-muted); }
.qsqt .sobf9 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.myquv .yrd4y0y,
.zp9q .yrd4y0y,
.oy9a6 .yrd4y0y,
.zeiofp .yrd4y0y { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.myquv .yrd4y0y::before,
.zp9q .yrd4y0y::before,
.oy9a6 .yrd4y0y::before,
.zeiofp .yrd4y0y::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.myquv .cez3gr9j     .yrd4y0y::before { content: "✦"; color: var(--c-tip-border); }
.myquv .d7r4 .yrd4y0y::before { content: "▲"; color: var(--c-warn-border); }
.myquv .drm9icw    .yrd4y0y::before { content: "◉"; color: #60a5fa; }
.zp9q .cez3gr9j     .yrd4y0y::before { content: "★"; color: var(--c-tip-border); }
.zp9q .d7r4 .yrd4y0y::before { content: "◆"; color: var(--c-warn-border); }
.zp9q .drm9icw    .yrd4y0y::before { content: "●"; color: #60a5fa; }
.oy9a6 .cez3gr9j     .yrd4y0y::before { content: "▶"; color: var(--c-tip-border); }
.oy9a6 .d7r4 .yrd4y0y::before { content: "■"; color: var(--c-warn-border); }
.oy9a6 .drm9icw    .yrd4y0y::before { content: "▸"; color: #60a5fa; }
.zeiofp .cez3gr9j     .yrd4y0y::before { content: "→"; color: var(--c-tip-border); }
.zeiofp .d7r4 .yrd4y0y::before { content: "⬥"; color: var(--c-warn-border); }
.zeiofp .drm9icw    .yrd4y0y::before { content: "◈"; color: #60a5fa; }
.pvlb .jjqz .jch0,
.pvlb .oa73pjh .jch0  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.pvlb .r4ed808                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.pvlb .puet2          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.pvlb .ahu0vdei                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.t1wp .jjqz .jch0,
.t1wp .oa73pjh .jch0,
.t1wp .r4ed808,
.t1wp .xgmvmdb,
.t1wp .sxl4yk5u,
.t1wp .puet2,
.t1wp .ahu0vdei,
.t1wp .qsqt .sobf9 { box-shadow: none; }
.kyjdzo   .k7b3m4d, .kyjdzo .xwwj9, .kyjdzo .ojq5,
.kyjdzo   .egmpd, .kyjdzo .o4vu { font-size: 0.9rem; }
.kyjdzo   .xy3h, .kyjdzo .ovznl { font-size: 0.9rem; }
.u9boi   .k7b3m4d, .u9boi .xwwj9, .u9boi .ojq5,
.u9boi   .egmpd, .u9boi .o4vu { font-size: 0.95rem; }
.u9boi   .xy3h, .u9boi .ovznl { font-size: 0.95rem; }
.uq9nlkwg   .k7b3m4d, .uq9nlkwg .xwwj9, .uq9nlkwg .ojq5,
.uq9nlkwg   .egmpd, .uq9nlkwg .o4vu { font-size: 1.08rem; }
.uq9nlkwg   .xy3h, .uq9nlkwg .ovznl { font-size: 1.05rem; }
.uq9nlkwg   .djsampd { font-size: 0.97rem; }
.th9vw6a .wan8w01p      { font-size: 3.2rem; }
.th9vw6a h2.s2m42q { font-size: 1.9rem; }
.th9vw6a h3.apf7     { font-size: 1.4rem; }
.vvitvh .wan8w01p      { font-size: 3.8rem; }
.vvitvh h2.s2m42q { font-size: 2.2rem; }
.vvitvh h3.apf7     { font-size: 1.6rem; }
.eqcnsm5g + .eqcnsm5g { position: relative; }
.yt8193fd   .eqcnsm5g + .eqcnsm5g::before,
.ggcj3  .eqcnsm5g + .eqcnsm5g::before,
.tcyxoq   .eqcnsm5g + .eqcnsm5g::before,
.qy1ahn   .eqcnsm5g + .eqcnsm5g::before,
.qfrf9   .eqcnsm5g + .eqcnsm5g::before,
.dcgb .eqcnsm5g + .eqcnsm5g::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.yt8193fd .eqcnsm5g + .eqcnsm5g::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ggcj3 .eqcnsm5g + .eqcnsm5g::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.tcyxoq .eqcnsm5g + .eqcnsm5g::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;
}
.qy1ahn .eqcnsm5g + .eqcnsm5g::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.oc0ngktc .eqcnsm5g { margin-bottom: 16px; }
.oc0ngktc .eqcnsm5g + .eqcnsm5g { margin-top: 0; }
.oc0ngktc .aprlf { padding-top: 0; padding-bottom: 0; }
.qfrf9 .eqcnsm5g + .eqcnsm5g::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.dcgb .eqcnsm5g + .eqcnsm5g::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.za87e .eqcnsm5g + .eqcnsm5g::before,
.aqs0 .eqcnsm5g + .eqcnsm5g::before,
.qtmyrzgy .eqcnsm5g + .eqcnsm5g::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%;
}
.x8k604 .za87e .eqcnsm5g:nth-child(even)::before,
.x8k604 .aqs0 .eqcnsm5g:nth-child(even)::before,
.x8k604 .qtmyrzgy .eqcnsm5g:nth-child(even)::before { background: var(--bg-surface); }
.oqidy .za87e .eqcnsm5g:nth-child(even)::before,
.oqidy .aqs0 .eqcnsm5g:nth-child(even)::before,
.oqidy .qtmyrzgy .eqcnsm5g:nth-child(even)::before { background: var(--bg-card); }
.za87e .eqcnsm5g + .eqcnsm5g::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");
}
.aqs0 .eqcnsm5g + .eqcnsm5g::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");
}
.qtmyrzgy .eqcnsm5g + .eqcnsm5g::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");
}
.ypk932z .njwit,
.mpjby8c .njwit,
.jx1b .njwit { overflow: hidden; }
.ypk932z .l1zzv0,
.mpjby8c .l1zzv0 { margin-bottom: 60px; }
.jx1b .l1zzv0 { margin-bottom: 70px; }
.ypk932z .njwit::before,
.mpjby8c .njwit::before,
.jx1b .njwit::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%;
}
.ypk932z .njwit::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");
}
.mpjby8c .njwit::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");
}
.jx1b .njwit::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");
}
.bsz7 .njwit:not(.tr03fe4e) .m7gx19k { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.z3vv .njwit:not(.tr03fe4e) .m7gx19k { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.amcho  .njwit:not(.tr03fe4e) .m7gx19k { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.vcsx2x37  .njwit:not(.tr03fe4e) .m7gx19k { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.bsz7 .tr03fe4e { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.z3vv .tr03fe4e { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.amcho .tr03fe4e { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.vcsx2x37 .tr03fe4e { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.yu70u .tr03fe4e { background: var(--accent); }
.yu70u .tr03fe4e .m7gx19k { background: none; }
.yu70u .zlwz1 { background: var(--accent); }
.yu70u .qp6ss { background: var(--accent-bg); }
.yu70u .njwit:not(.tr03fe4e) .m7gx19k { background: rgba(0,0,0,0.6); }
.e8y4y5ht .zlqo { float: left; width: 38%; margin: 0 28px 16px 0; }
.e8y4y5ht .zlqo .ixqyghd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.e8y4y5ht .aprlf::after { content: ''; display: block; clear: both; }
.bpjd9xf .zlqo { float: right; width: 38%; margin: 0 0 16px 28px; }
.bpjd9xf .zlqo .ixqyghd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.bpjd9xf .aprlf::after { content: ''; display: block; clear: both; }
.oxcckcm4 .eqcnsm5g:nth-child(odd)  .zlqo { float: left;  width: 38%; margin: 0 28px 16px 0; }
.oxcckcm4 .eqcnsm5g:nth-child(even) .zlqo { float: right; width: 38%; margin: 0 0 16px 28px; }
.oxcckcm4 .zlqo .ixqyghd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.oxcckcm4 .aprlf::after { content: ''; display: block; clear: both; }
.e8y4y5ht .j91ju,
.e8y4y5ht .qvshg,
.bpjd9xf .j91ju,
.oxcckcm4 .j91ju,
@media (max-width: 900px) {
  .e8y4y5ht .zlqo,
  .bpjd9xf .zlqo,
  .oxcckcm4 .eqcnsm5g:nth-child(odd)  .zlqo,
  .oxcckcm4 .eqcnsm5g:nth-child(even) .zlqo {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .e8y4y5ht .zlqo .ixqyghd,
  .bpjd9xf .zlqo .ixqyghd,
  .oxcckcm4 .zlqo .ixqyghd {
    max-height: none !important;
  }
}
.e8y4y5ht .xy3h,
.e8y4y5ht .ovznl,
.bpjd9xf .xy3h,
.bpjd9xf .ovznl,
.oxcckcm4 .xy3h,
.oxcckcm4 .ovznl { overflow: hidden; }
@media (max-width: 640px) {
  .e8y4y5ht .zlqo,
  .bpjd9xf .zlqo,
  .oxcckcm4 .zlqo { float: none; width: 100%; margin: 0 0 16px 0; }
}
.h9ls1mj .lnuj7ea2,
.h9ls1mj .aprlf,
.h9ls1mj .x020r6xb  { max-width: 1100px; }
.h9ls1mj { --content-mw: 1100px; }
.uceuv .lnuj7ea2,
.uceuv .aprlf,
.uceuv .x020r6xb  { max-width: 1200px; }
.d4wdg .lnuj7ea2,
.d4wdg .aprlf,
.d4wdg .x020r6xb  { max-width: 1320px; }
.zfet { font-size: 0.82rem; color: var(--text-muted); }
.kbndor { display: flex; align-items: center; }
.bxfoiex7 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.dv210ck { display: flex; align-items: center; }
.rcgb99l { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.rcgb99l:hover { text-decoration: underline; }
.z9q56aj { margin: 0 3px; opacity: 0.45; }
.z9q56aj::before { content: '/'; }
.n5gw1qu9 { padding: 2px 5px; color: var(--text-main); }
.u3eashy .zfet {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.u3eashy .kbndor { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.lb5j .zfet {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.lb5j .kbndor { padding: 0 0 0 12px; }
.kx0dqya .kbndor { padding: 0 16px; }
.kx0dqya .zfet {
  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);
}
.kx0dqya .lnuj7ea2 { padding-top: 28px; }
@media (max-width: 720px) {
  .vn3t { margin-top: 18px; padding: 0 16px; }
  .kx0dqya .lnuj7ea2 { padding-top: 16px; }
}
.h9ls1mj.u3eashy .kbndor { max-width: 1100px; }
.uceuv.u3eashy .kbndor { max-width: 1200px; }
.d4wdg.u3eashy .kbndor { max-width: 1320px; }
.h9ls1mj .vn3t { max-width: 1100px; }
.zhdmo0b .eqcnsm5g { padding-top: 16px; padding-bottom: 16px; }
.p81i .eqcnsm5g { padding-top: 24px; padding-bottom: 24px; }
.e3ey .eqcnsm5g { padding-top: 40px; padding-bottom: 40px; }
.bj6tcs64 .eqcnsm5g { padding-top: 52px; padding-bottom: 52px; }
.bi3w .eqcnsm5g:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.bi3w .eqcnsm5g:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.bi3w .eqcnsm5g:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.bi3w .eqcnsm5g:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.cv8r4ha .aprlf { padding-top: 10px;  padding-bottom: 10px; }
.czhmy2ix .aprlf { padding-top: 18px;  padding-bottom: 18px; }
.zapyne .aprlf { padding-top: 36px;  padding-bottom: 36px; }
.xk18mfsh .aprlf { padding-top: 48px;  padding-bottom: 48px; }
.fgc78i h2.s2m42q { font-weight: 600; }
.fgc78i h3.apf7     { font-weight: 600; }
.llz9jua h2.s2m42q { font-weight: 800; }
.llz9jua h3.apf7     { font-weight: 700; }
.kvunp h2.s2m42q { font-weight: 900; }
.kvunp h3.apf7     { font-weight: 800; }
.kvunp .sobf9 strong,
.kvunp .sobf9 strong { font-weight: 600; }
.g2gj5 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.me1ye .g2gj5 { display: none; }
@media (max-width: 640px) {
  .zxip { display: none; }
  .g2gj5 {
    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;
  }
}
.g2gj5 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.g2gj5:hover { opacity: 0.85; }
.ikshn .g2gj5 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.t41gca4 .g2gj5,
.dpejxr9  .g2gj5 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.t41gca4 .g2gj5:hover,
.dpejxr9  .g2gj5:hover { opacity: 0.88; }
.ikshn.t41gca4 .g2gj5,
.ikshn.dpejxr9  .g2gj5 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.rj92tp {
  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;
}
.rj92tp:hover { transform: translateY(-2px); opacity: 0.92; }
.rj92tp { background: var(--cta) !important; color: #fff !important; border: none !important; }
.c62dwt .rj92tp { display: none; }
.lrk30z .rj92tp { right: 32px; }
.riq3p  .rj92tp { left: 32px; }
@media (max-width: 480px) {
  .lrk30z .rj92tp { right: 20px; bottom: 20px; }
  .riq3p  .rj92tp { left: 20px; bottom: 20px; }
}
.j4s6c { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.x020r6xb { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.zcee { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.sg08zzub { color: var(--text-dim); font-size: 0.8rem; }
.dtk2z a, .mb9edxx a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.dtk2z a:hover, .mb9edxx a:hover { color: var(--accent-light); }
.mb9edxx { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.ksqy4t0 .x020r6xb { text-align: center; }
.ksqy4t0 .mb9edxx { justify-content: center; margin-bottom: 16px; }
.ksqy4t0 .zcee { margin-top: 0; }
.z8mlmx { margin-top: 10px; }
.z8mlmx a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .x020r6xb { padding-left: 16px; padding-right: 16px; }
  .st60ept3 .x020r6xb { padding: 20px 16px; }
  .mb9edxx { gap: 4px 12px; }
  .zcee { font-size: 0.78rem; }
}
.rq0gop0w .zcee { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.rq0gop0w .sg08zzub { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .rq0gop0w .qc9368k4 { grid-template-columns: 1fr 1fr; } .rq0gop0w .kqulg8is { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rq0gop0w .qc9368k4 { grid-template-columns: 1fr; } }
.fxp0 .zcee { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .fxp0 .nl69y { gap: 12px; } .fxp0 .yttpsur4 { margin-right: 0; width: 100%; } }
.p7zn .zcee { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.p7zn .sg08zzub { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .p7zn .hd5mt { grid-template-columns: 1fr 1fr; } .p7zn .nut3yg { grid-column: 1 / -1; } }
@media (max-width: 480px) { .p7zn .hd5mt { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .gnefxnng .ihjj { grid-template-columns: 1fr 1fr; } .gnefxnng .f3q9a:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .gnefxnng .ihjj { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .bzqfmd2 .ihjj { grid-template-columns: 1fr; } }
.q4f5l1 .x020r6xb { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.q4f5l1 .mb9edxx { justify-content: center; }
.xmtp2s .yfzxhb      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.xmtp2s .j4s6c { background: var(--bg-page); border-top-color: var(--border-alt); }
.jlhya .yfzxhb      { background: #0d1117; border-bottom-color: #21262d; }
.jlhya .vp77aff { color: var(--accent-light); }
.jlhya .xvhd { --msep-color: #8b949e; }
.jlhya .xvhd a { color: #8b949e; }
.jlhya .xvhd a:hover { color: var(--accent-light); }
.jlhya .j7ucua { color: #8b949e; }
.jlhya .j4s6c { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.jlhya .zcee,
.jlhya .sg08zzub { color: #6e7681; }
.jlhya .dtk2z a, .jlhya .mb9edxx a,
.jlhya .dtk2z a:hover, .jlhya .mb9edxx a:hover,
@media (max-width: 640px) {
  .jlhya .xvhd { background: #0d1117; border-top-color: #21262d; }
  .jlhya .xvhd li a { border-bottom-color: #21262d; }
}
.ndx5tob .yfzxhb      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ndx5tob .vp77aff { color: var(--accent-light); }
.ndx5tob .xvhd { --msep-color: #475569; }
.ndx5tob .xvhd a { color: #475569; }
.ndx5tob .xvhd a:hover { color: var(--accent-light); }
.ndx5tob .j7ucua { color: #64748b; }
.ndx5tob .j4s6c { background: #f0f4f8; border-top-color: #cbd5e1; }
.ndx5tob .zcee,
.ndx5tob .sg08zzub { color: #64748b; }
.ndx5tob .dtk2z a, .ndx5tob .mb9edxx a,
.ndx5tob .dtk2z a:hover, .ndx5tob .mb9edxx a:hover,
@media (max-width: 640px) {
  .ndx5tob .xvhd { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ndx5tob .xvhd li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.t41gca4 .yfzxhb      { background: var(--accent); border-bottom-color: var(--accent-light); }
.t41gca4 .vp77aff { color: #fff; }
.t41gca4 .xvhd { --msep-color: rgba(255,255,255,0.82); }
.t41gca4 .xvhd a { color: rgba(255,255,255,0.82); }
.t41gca4 .xvhd a:hover { color: #fff; }
.t41gca4 .j7ucua { color: rgba(255,255,255,0.9); }
.t41gca4 .j4s6c { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.t41gca4 .zcee,
.t41gca4 .sg08zzub { color: rgba(255,255,255,0.72); }
.t41gca4 .dtk2z a, .t41gca4 .mb9edxx a,
.t41gca4 .dtk2z a:hover, .t41gca4 .mb9edxx a:hover,
@media (max-width: 640px) {
  .t41gca4 .xvhd { background: var(--accent); border-top-color: var(--accent-light); }
  .t41gca4 .xvhd li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.dpejxr9 .yfzxhb {
  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);
}
.dpejxr9 .j4s6c {
  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) {
  .dpejxr9 .xvhd {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.xqpsgcl .syan0btg { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.i1g2g81 .syan0btg { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ohaojy .syan0btg { min-height: 72px; height: auto; }
.x2znbz .syan0btg { min-height: 84px; height: auto; }
.st60ept3 .syan0btg { max-width: none; padding: 0 32px; }
.st60ept3 .x020r6xb  { max-width: none; padding: 24px 32px; }
.mrqkxmfm.uceuv .syan0btg { max-width: 1200px; }
.mrqkxmfm.d4wdg .syan0btg { max-width: 1320px; }
.fhsykv   .vp77aff, .fhsykv   .yttpsur4 { text-transform: capitalize; }
.njttu .vp77aff, .njttu .yttpsur4 { text-transform: lowercase; }
.uhzd8wg .vp77aff, .uhzd8wg .yttpsur4 { text-transform: uppercase; letter-spacing: 0.06em; }
.g3donqp, .d2eerczf {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hq6ra5 .g3donqp,
.y2ptdq65 .g3donqp,
.m7if .g3donqp,
.psb0ole .g3donqp,
.x391f19   .xvhd a { font-weight: 500; }
.o6i5 .xvhd a { font-weight: 600; }
.dqugccdg     .xvhd a { font-weight: 700; }
.xu8ld    .xvhd a { font-weight: 800; letter-spacing: 0.01em; }
.qwm71     .xvhd > li + li::before,
.leei    .xvhd > li + li::before,
.fgt1    .xvhd > li + li::before,
.horng8 .xvhd > li + li::before,
.pymhx .xvhd > li + li::before,
.hqi6r  .xvhd > li + li::before,
.o6eey    .xvhd > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.qwm71     .xvhd > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.leei    .xvhd > li + li::before { content: "|"; }
.fgt1    .xvhd > li + li::before { content: "—"; }
.horng8 .xvhd > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.pymhx .xvhd > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.hqi6r  .xvhd > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.o6eey    .xvhd > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .nzamlp .j7ucua,
  .tsuoev0c .j7ucua,
  .pn1lha .j7ucua,
  .kqe2 .j7ucua,
  .mwc0 .j7ucua {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .nzamlp .j7ucua::before,
  .tsuoev0c .j7ucua::before,
  .pn1lha .j7ucua::before,
  .kqe2 .j7ucua::before,
  .mwc0 .j7ucua::before { content: ""; display: block; flex-shrink: 0; }

  
  .nzamlp .j7ucua::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;
  }

  
  .tsuoev0c .j7ucua::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;
  }

  
  .pn1lha .j7ucua::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;
  }

  
  .kqe2 .j7ucua::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;
  }

  
  .mwc0 .j7ucua::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) {
  .cg94ll .j7ucua {
    padding: 5px 14px;
  }
  .cg94ll .xvhd {
    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;
  }
  .cg94ll .xvhd li a {
    border-bottom: none; padding: 10px 22px;
  }
  .cg94ll .xvhd li a:hover { background: var(--bg-raised); }
  .cg94ll .b7pnq3,
  .k7frz .b7pnq3,
  .dh8n6x4q .b7pnq3 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .kgr2b22 .j7ucua {
    padding: 5px 10px;
  }
  .kgr2b22 .xvhd {
    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);
  }
  .kgr2b22 .xvhd.eryd5 { transform: translateX(0); }
  .kgr2b22 .xvhd li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .kgr2b22 .xvhd li:last-child a { border-bottom: none; }
  .t41gca4 .xvhd,
  .jlhya .xvhd { background: var(--accent) !important; }
  .t41gca4 .xvhd li a,
  .jlhya .xvhd li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .dh8n6x4q .j7ucua {
    padding: 5px 10px;
  }
  .dh8n6x4q .xvhd {
    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);
  }
  .dh8n6x4q .xvhd::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .dh8n6x4q .xvhd.eryd5 { transform: translateY(0); }
  .dh8n6x4q .xvhd li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .co17 .j7ucua {
    padding: 5px 10px;
  }
  .co17 .xvhd {
    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;
  }
  .co17 .xvhd.eryd5 { opacity: 1; pointer-events: auto; }
  .co17 .xvhd li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .aoebbl     .j7ucua { border-radius: 0 !important; }
  .mlg1a   .j7ucua { border-radius: 8px !important; }
  .nnmdc9 .j7ucua { border-radius: 50% !important; }
  .xitq   .j7ucua { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .aea2hbhu .c6h4hj1 { flex-direction: column; align-items: stretch; }
  .aea2hbhu .wq9okv5 { flex-direction: row; min-width: auto; }
  .aea2hbhu .wll0y86 { align-items: flex-start; text-align: left; }
}
.loshgwh,
.loshgwh.eqcnsm5g,
.x8k604 .loshgwh,
.z75ta .loshgwh,
.oqidy .loshgwh,
.t7x0hm .loshgwh {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.lgbcrrb {
  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;
}
.f86qdu2 { flex: 1 1 280px; min-width: 0; }
.mzbast {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.gxmnbr {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.qtz8ob {
  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;
}
.qtz8ob:hover { transform: translateY(-1px); opacity: 0.95; }
.r1f92 .lgbcrrb {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.r1f92 .mzbast { color: var(--cta); }
.r1f92 .gxmnbr { color: var(--text-body); }
.r1f92 .qtz8ob {
  background: var(--cta) !important;
  color: #fff !important;
}
.ri7c .lgbcrrb {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.ri7c .mzbast { color: var(--text-primary); }
.ri7c .gxmnbr { color: var(--text-body); }
.ri7c .qtz8ob {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .lgbcrrb {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .f86qdu2 { flex: 0 0 auto; }
  .mzbast { font-size: 1.2rem; }
  .qtz8ob { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.fewg4b .k8rx { height: 36px; }
.jg9ja01r .k8rx { height: 60px; max-width: 200px; }
.gz9bw4n .k8rx { height: 56px; max-width: 180px; }
.crvp .ga7y {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .ta25su .qvshg {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ta25su .xgmvmdb {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ta25su .xgmvmdb { padding: 40px 16px 20px; }
  .ta25su .ga7y {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ta25su .dpwj { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .w6125t .xgmvmdb {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .w6125t .xgmvmdb::before {
    position: absolute; top: 14px; left: 14px;
  }
  .w6125t .ubmxz {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .w6125t .xz5dp { white-space: normal; text-align: center; font-size: 1.2rem; }
  .w6125t .ga7y {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .w6125t .dpwj { width: 100%; min-width: 0; }
  .w6125t .fy3u { min-width: 0; }
}
.c3u44h0u .cnb6b7h {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.c3u44h0u .cnb6b7h summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.c3u44h0u .cnb6b7h p { padding: 0 2px 16px; }
.xwc1mdxa .cnb6b7h { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.xwc1mdxa .cnb6b7h summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.xwc1mdxa .cnb6b7h summary::after { content: "›"; font-size: 1.2em; }
.xwc1mdxa .cnb6b7h[open] summary::after { content: "‹"; }
.xwc1mdxa .cnb6b7h p { padding: 10px 22px 4px; }
.mf5o2 .cnb6b7h {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.mf5o2 .cnb6b7h summary { color: var(--text-primary); padding-left: 16px; }
.mf5o2 .cnb6b7h summary::after { content: "›"; font-size: 1.1em; }
.mf5o2 .cnb6b7h[open] summary::after { content: "‹"; }
.mf5o2 .cnb6b7h p { padding-left: 16px; }
.k12ur1hj .jsp86u { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.k12ur1hj .cnb6b7h {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.k12ur1hj .cnb6b7h:last-child { border-bottom: none; }
.k12ur1hj .cnb6b7h summary { color: var(--text-primary); border-radius: 0; }
.k12ur1hj .cnb6b7h summary::after { content: "›"; font-size: 1.1em; }
.k12ur1hj .cnb6b7h[open] summary::after { content: "‹"; }
.r2hv .cnb6b7h { overflow: hidden; }
.r2hv .cnb6b7h summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.r2hv .cnb6b7h summary::after { color: rgba(255,255,255,.75); }
.r2hv .cnb6b7h[open] summary { border-radius: 0; }
.t75n { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ittm {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.hne7 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.i4626 { color: var(--text-muted); font-size: 1.05rem; }
.it6snxqn {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.nhmamcs { margin-bottom: 20px; }
.ekt0t {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.z0ln {
  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;
}
.z0ln:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.jnrp2 { resize: vertical; min-height: 130px; }
.wi9dbr4 { width: 100%; margin-top: 8px; }
.j6id {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.jzav3x {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.zhd5 { color: var(--text-muted); line-height: 1.75; }
.w4kv4i { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.w4kv4i li { margin-bottom: 6px; }
.aztro { max-width: 760px; margin: 0 auto; }
.lpvyjnz { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.e9ki97gk { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.e9ki97gk:last-child { border-bottom: none; }
.e9ki97gk h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.e9ki97gk p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ggakm { max-width: 760px; margin: 0 auto; }
.rb8k7cq7 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.rb8k7cq7:last-child { border-bottom: none; }
.ds6ysd { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.rb8k7cq7 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.rb8k7cq7 ul.w4kv4i { margin: 0; }
.hbebwlv .ds6ysd { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .hbebwlv { grid-template-columns: 1fr; gap: 10px; } }
.vkth .ds6ysd { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.sxcp30sh .w4kv4i { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .eqf8p1r { grid-template-columns: 1fr; } }
.fzre6j ul.w4kv4i { margin: 0; }
.hp9g9 .w4kv4i,
.xui2 .w4kv4i,
.v0rc2d47 .w4kv4i,
.q612xks8 .w4kv4i {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .kziijnq5 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .zltw { grid-template-columns: 1fr; } .lfcpcm { position: static; text-align: center; } }
@media (max-width: 860px) { .a4cbd5b { grid-template-columns: 1fr; } }
.q612xks8 .w4kv4i { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .b2gdkn { flex-direction: column; text-align: center; } .ci2sfez { grid-template-columns: 1fr; } }
.zveyny .hne7 { color: var(--accent-light); }
.yhda3 .hne7 { font-size: 2rem; }
.yhda3 .i4626 { max-width: 680px; }
.zznq2 .hne7 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.zznq2 .i4626  { margin: 0; }
@media (max-width: 640px) { .zznq2 { flex-direction: column; } }
.zksqyn .hne7 { color: var(--accent-light); }
.dzzpi {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.dzzpi .hne7 { color: #fff; }
.dzzpi .i4626  { color: rgba(255,255,255,0.85); }
.o1qd { max-width: 680px; margin: 0 auto; }
.j9zdf {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .j9zdf { grid-template-columns: 1fr; } }
.lwthvj6 { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.lwthvj6 .z0ln {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.lwthvj6 .z0ln:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.jpz1 .z0ln { background: var(--bg-raised); border-color: transparent; }
.jpz1 .z0ln:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ip2118 .z0ln { border-radius: 100px; padding: 11px 20px; }
.ip2118 .jnrp2 { border-radius: 14px; }
@media (max-width: 640px) { .kjehcux3 { grid-template-columns: 1fr; } }
.yf60re8{display:none}
.yf60re8:empty,.a41pqvd:empty{display:none}
.yib5{position:relative;overflow:visible}
.xvz99 .ixjwz1,.qgtptz2 .ixjwz1,
.men5 .ixjwz1,.oksach2 .ixjwz1,
.b07n .ixjwz1,.cq6551kq .ixjwz1{display:block}
.ctzfvo .mbattu{display:block}
.xvz99 .ixjwz1,.qgtptz2 .ixjwz1,
.men5 .ixjwz1,.oksach2 .ixjwz1,
.b07n .ixjwz1{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}
.xvz99 .ixjwz1 .a41pqvd,.qgtptz2 .ixjwz1 .a41pqvd,
.men5 .ixjwz1 .a41pqvd,.oksach2 .ixjwz1 .a41pqvd,
.b07n .ixjwz1 .a41pqvd{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}
.xvz99 .dlreba,.qgtptz2 .dlreba,
.men5 .dlreba,.oksach2 .dlreba,
.b07n .dlreba{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.xvz99 .ixjwz1,.qgtptz2 .ixjwz1{top:12px}
.xvz99 .ixjwz1 .a41pqvd{margin-right:auto}
.qgtptz2 .ixjwz1 .a41pqvd{margin-left:auto}
.qgtptz2 .ixjwz1{text-align:right}
.men5 .ixjwz1,.oksach2 .ixjwz1{bottom:12px}
.men5 .ixjwz1 .a41pqvd{margin-right:auto}
.oksach2 .ixjwz1 .a41pqvd{margin-left:auto}
.oksach2 .ixjwz1{text-align:right}
.b07n .ixjwz1{position:relative;margin-top:16px}
.b07n .ixjwz1 .a41pqvd{margin:0 auto}
.cq6551kq .ixjwz1{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.cq6551kq .ixjwz1 .a41pqvd{margin:0}
.cq6551kq .qp6ss~.ixjwz1,
.cq6551kq .v1gcsi33~.ixjwz1{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.cq6551kq .qp6ss~.ixjwz1 .a41pqvd,
.cq6551kq .v1gcsi33~.ixjwz1 .a41pqvd{justify-content:flex-start}
.qp6ss~.ixjwz1,.v1gcsi33~.ixjwz1{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}
.qp6ss~.ixjwz1 .a41pqvd{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.v1gcsi33~.ixjwz1 .a41pqvd{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.mbattu .a41pqvd{margin:0 0 12px}
.a41pqvd{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.dlreba{white-space:nowrap}
.teo55pd .dlreba{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.ir0utwr .dlreba{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}
.g8da4s8o .a41pqvd{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.wlclf .dlreba{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.wlclf .z3wj2::before{content:""}
.b4x4z .dlreba{color: var(--accent-light);opacity:1;font-weight:500}
.kqtx .dlreba{border-bottom:1px solid currentColor;padding-bottom:2px}
.l7acan6 .a41pqvd{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.jq5a36{--date-bg:transparent}
.ri0lrdkr .z3wj2::before{content:""}
.h2vgq .dlreba + .dlreba::before{content:"•";margin-right:6px;opacity:.4}
.s6xml .dlreba + .dlreba::before{content:"/";margin-right:6px;opacity:.35}
.oue0xo2 .dlreba + .dlreba::before{content:"|";margin-right:6px;opacity:.3}
.to4top3s .dlreba + .dlreba::before{content:"—";margin-right:6px;opacity:.3}
.zft6pz .dlreba + .dlreba::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.skglsl47 .dlreba + .dlreba::before{content:"·";margin-right:6px;opacity:.4}
.i9ys3 .dlreba + .dlreba::before{content:"›";margin-right:6px;opacity:.4}
.k4jq6zf .dlreba + .dlreba::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.sfnx0rr .kn0t97k8{padding:20px 0}
@media(max-width:640px){
  .kn0t97k8{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .mo6eow7{max-width:100%}
}
.xq9u2f2 .puet2{margin:0}
@media (max-width:560px){
  .yz67d{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) {
  .hel196q { padding: 28px 18px 20px; }
  .z5ed { font-size: 1.2rem; }
  .tuzb { max-width: 220px; max-height: 80px; }
}
.fcu7 .jdl8syw { border-radius: 22px; }
.hi38ayon .lgbcrrb {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .jdl8syw { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.q99x {
  margin: 28px 0 24px;
}
.q99x .eqcnsm5g {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.q99x .aprlf {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.q99x .lgbcrrb {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .syan0btg { flex-direction: row-reverse; }
[dir="rtl"] .xvhd { flex-direction: row-reverse; }
[dir="rtl"] .lrk30z .rj92tp { right: auto; left: 32px; }
[dir="rtl"] .riq3p  .rj92tp { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .lrk30z .rj92tp { right: auto; left: 20px; }
  [dir="rtl"] .riq3p  .rj92tp { left: auto;  right: 20px; }
}
[dir="rtl"] .e8y4y5ht .zlqo  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .bpjd9xf .zlqo { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .xy3h, [dir="rtl"] .ovznl { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .elxy { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .eh296mf3 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .sobf9 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .lgbcrrb { direction: rtl; }
[dir="rtl"] .zfet { direction: rtl; }
[dir="rtl"] .ahu0vdei { direction: rtl; }
[dir="rtl"] .cn3srpv { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .fudg6a .ovznl,
[dir="rtl"] .mfr7u .ovznl,
[dir="rtl"] .bio7d6tb .ovznl,
[dir="rtl"] .zvtt22u .ovznl {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .fudg6a .ovznl li::before,
[dir="rtl"] .mfr7u .ovznl li::before,
[dir="rtl"] .bio7d6tb .ovznl li::before,
[dir="rtl"] .zvtt22u .ovznl li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .njwit.qz2w1 .l1zzv0,
[dir="rtl"] .jbw2xzo.qz2w1 .l1zzv0,
[dir="rtl"] .tr03fe4e.qz2w1 .l1zzv0,
[dir="rtl"] .pf3mkoy.qz2w1 .l1zzv0,
[dir="rtl"] .ur9psu.qz2w1 .l1zzv0 { text-align: right; }
[dir="rtl"] .qp6ss.qz2w1 .h05ht5yi { align-items: flex-end; text-align: right; }
[dir="rtl"] .aprlf,
[dir="rtl"] .egmpd,
[dir="rtl"] .o4vu,
[dir="rtl"] .abs869lw,
[dir="rtl"] .l1zzv0 { text-align: right; }
[dir="rtl"] .it6snxqn,
[dir="rtl"] .ekt0t,
[dir="rtl"] .z0ln,
[dir="rtl"] .jnrp2 { text-align: right; direction: rtl; }
[dir="rtl"] .ip2118 .z0ln,
[dir="rtl"] .lwthvj6 .z0ln { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #400040;
  --brand:           #400040;
  --brand-light:     #84cc16;
  --brand-pale:      #84cc16;
  --grad-start:      #000000;
  --grad-end:        #260026;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #84cc16;
  --cta-light:       #a7e548;
  --cta-hover:       #99e723;
  --bg-page:         #170117;
  --bg-surface:      #250325;
  --bg-card:         #330433;
  --bg-card-inner:   #420542;
  --bg-raised:       #500650;
  --bg-hover:        #5e075e;
  --border:          #710971;
  --border-alt:      #8d0b8d;
  --border-section:  #710971;
  --text-primary:    #e8e2e8;
  --text-muted:      #ae9cae;
  --text-body:       #d1c6d1;
  --text-sub:        #ae9cae;
  --text-faint:      #7e677e;
  --text-dim:        #625062;
  --text-label:      #978097;
  --text-value:      #c5b8c5;
  --accent-bg:       #340934;
  --accent-bg-light: #500b50;
  --bg-tip:          #162624;
  --bg-warning:      #272115;
  --bg-info:         #161826;
  --bg-pros:         #162624;
  --bg-cons:         #261619;
  --c-pros:          #7af4e5;
  --c-cons:          #e68997;
  --c-pros-label:    #4bf0dc;
  --c-tip-border:    #2aedd6;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #7af4e5;
}
:root { --logo-bg-opacity: 75%; }
body, button, input { font-family: "Raleway", sans-serif; }
.oo22auk .yrd4y0y { font-size: 0; width: 1.2rem; flex-shrink: 0; }.oo22auk .yrd4y0y::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.oo22auk .cez3gr9j     .yrd4y0y::before { content: "";  color: var(--c-tip-border); }.oo22auk .d7r4 .yrd4y0y::before { content: ""; color: var(--c-warn-border); }.oo22auk .drm9icw    .yrd4y0y::before { content: ""; color: #60a5fa; }.zzo4 .oo22auk .cez3gr9j     .yrd4y0y::before { color: #10b981; }.zzo4 .oo22auk .d7r4 .yrd4y0y::before { color: #f43f5e; }.zzo4 .oo22auk .drm9icw    .yrd4y0y::before { color: #a855f7; }.gcnnss  .oo22auk .cez3gr9j     .yrd4y0y::before { color: #eab308; }.gcnnss  .oo22auk .d7r4 .yrd4y0y::before { color: #ef4444; }.gcnnss  .oo22auk .drm9icw    .yrd4y0y::before { color: #f97316; }.ovo1  .oo22auk .cez3gr9j     .yrd4y0y::before { color: #38bdf8; }.ovo1  .oo22auk .d7r4 .yrd4y0y::before { color: #818cf8; }.ovo1  .oo22auk .drm9icw    .yrd4y0y::before { color: #2dd4bf; }.m1t6 .oo22auk .yrd4y0y::before { color: var(--accent-light) !important; }
.hfwe .nzf1wg li::before, .hfwe .l431eyi 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; }.hfwe .nzf1wg li::before { content: ""; }.hfwe .l431eyi li::before { content: ""; }.hfwe .w89eq::before, .hfwe .zmdb::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.hfwe .w89eq::before { content: ""; }.hfwe .zmdb::before { content: ""; }
.xhxy3mv .g7exhry, .xhxy3mv .qp6ss { min-height: 320px; }
.z9q56aj::before { content: '◆'; font-size: 0.5em; }