:root {
  --color-accent: #05206c;
  --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;
}
.yvpz04n {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.nl4g {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.mvolypr9 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.kxi4 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.r8xg0g { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.r8xg0g a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.r8xg0g a:hover { color: var(--accent-light); }
.xyxs     .c6gecjf6 { border-radius: 6px; }
.xyxs .c6gecjf6 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.xyxs .c6gecjf6 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.qp3q8p4f .c6gecjf6 li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .c6gecjf6 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .zqsw0:hover .c6gecjf6,
  .zqsw0:focus-within .c6gecjf6 { display: block; }
  .c6gecjf6 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.k1ytgqn2 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.r0rmw { display: none; }
@media (max-width: 640px) {
  .r0rmw {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .r0rmw.njtgfm7 { display: block; }
}
@media (max-width: 640px) {
  .k1ytgqn2 { display: block; }
  .r8xg0g > li + li::before { display: none !important; }
  .r8xg0g {
    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;
  }
  .r8xg0g.njtgfm7 { display: flex; }
  .r8xg0g li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .r8xg0g li:last-child a { border-bottom: none; }
}
.ekr6cp { min-height: 480px; }
.tudtmw {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.xk6d8 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.cmd4phmr .xk6d8 { margin-left: 0; margin-right: 0; }
.dvr4usb0 {
  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;
}
.xfppc .dvr4usb0 { margin-top: 24px; }
.dvr4usb0:hover { opacity: 0.88; }
.rqi30xn {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.b3rtq7e {
  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%);
}
.rqi30xn .xvqv {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.rqi30xn .tudtmw { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.rqi30xn .xk6d8 { color: #e2e8f0; }
.rqi30xn.qtm7 .xvqv { text-align: center; }
.rqi30xn.cmd4phmr   .xvqv { text-align: left; }
.wd1ht .xvqv {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.wd1ht .tudtmw { color: var(--text-primary); text-shadow: none; }
.wd1ht .xk6d8 { color: var(--text-muted); }
.wd1ht .dvr4usb0 { margin-top: 16px; }
.wd1ht, .wd1ht.ekr6cp { min-height: auto !important; }
.wd1ht.qtm7 .xvqv { text-align: center; }
.wd1ht.cmd4phmr   .xvqv { text-align: left; }
.wd1ht~.v277{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}
.wd1ht~.v277 .q41eem{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}
.aueba1vc {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.lq6bt4 .aueba1vc,
.lq6bt4 .aueba1vc::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.y65mmpwq .aueba1vc,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.m4505x58 .aueba1vc,
.m4505x58 .rqi30xn .b3rtq7e {
  overflow: hidden;
}
.m4505x58 .aueba1vc::after,
.m4505x58 .rqi30xn .b3rtq7e::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%); }
}
.hyhx .aueba1vc,
.hyhx .aueba1vc::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); }
}
.hyhx .rqi30xn .b3rtq7e {
  overflow: hidden;
}
.hyhx .rqi30xn .b3rtq7e::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;
}
.v7jc .aueba1vc,
.v7jc .rqi30xn .b3rtq7e {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.lq6bt4 .rqi30xn .b3rtq7e {
  overflow: hidden;
}
.lq6bt4 .rqi30xn .b3rtq7e::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;
}
.y65mmpwq .rqi30xn .b3rtq7e {
  animation: hg-breathe 10s ease-in-out infinite;
}
.aueba1vc .b3rtq7e {
  background: none;
}
.aueba1vc .tudtmw { color: #fff; }
.aueba1vc .xk6d8 { color: rgba(255,255,255,0.85); }
.aueba1vc .dvr4usb0 { background: #fff; color: var(--cta); }
.aueba1vc .dvr4usb0:hover { opacity: 0.92; }
.iz4zo0v .tudtmw { text-shadow: none; color: var(--text-primary); }
.iz4zo0v .xk6d8 { color: var(--text-muted); }
body.qamt .tudtmw {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.o36oa .tudtmw {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ekr6cp.aueba1vc .tudtmw,
section.aueba1vc .tudtmw {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.iz4zo0v.cmd4phmr   .u7ugj7i { align-items: flex-start; text-align: left; }
.ekr6cp .cyn2m {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.cyn2m .xf570p {
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-areas:
    "rank"
    "logo"
    "name"
    "rating"
    "bonus"
    "cta" !important;
  row-gap: 10px !important;
  column-gap: 0 !important;
  padding: 16px 18px 18px !important;
  font-size: 0.95rem;
  align-items: center;
  text-align: center;
}
.cyn2m .xf570p::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.cyn2m .zsrp { display: contents !important; }
.cyn2m .zsrp .uag7o {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.cyn2m .zsrp .rscvwwi { max-height: 48px; max-width: 96px; }
.cyn2m .zsrp .i5t45hp2 {
  display: block !important;
  grid-area: name;
  text-align: center; font-size: 1rem; font-weight: 700;
  line-height: 1.15; min-width: 0; max-width: 100%;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  overflow-wrap: normal; word-break: normal; hyphens: none;
}
.cyn2m .j60r {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.cyn2m .u48rap3x { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.cyn2m .w5nf8 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.cyn2m .w5nf8 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.cyn2m .onohb { display: contents !important; }
.cyn2m .onohb .azsvhsiy:not(.zdt8) { display: none !important; }
.cyn2m .onohb .zdt8 {
  grid-area: bonus;
  background: var(--accent-bg, rgba(0,0,0,.04)) !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  flex-direction: column !important; align-items: center; gap: 2px;
  min-width: 0; max-width: 100%; text-align: center;
}
.cyn2m .onohb .zdt8 .grjxly {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.cyn2m .onohb .zdt8 .jh3suusc {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.cyn2m .fr464aw { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.cyn2m .fr464aw.fhyy6g {
  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;
}
.cyn2m .fr464aw.fhyy6g:hover { opacity: 0.85; }
.vo8ja .xvqv { padding-bottom: 24px; }
.xfppc .xvqv { max-width: 1100px; }
@media (max-width: 700px) {
  .iz4zo0v { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .iz4zo0v:not(.lcfpop) .rzwjfij { display: none !important; }
  .lcfpop .rzwjfij { padding: 16px; }
  .u7ugj7i  { padding: 36px 24px; }
  .iz4zo0v~.v277,.t1ai~.v277{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .ekr6cp, .iz4zo0v { min-height: 320px !important; }
  .tudtmw { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .jzmxt1,
  .tvt35f,
  .vynue { grid-template-columns: 1fr !important; }

  

  
  .vo8ja { display: flex !important; flex-direction: column !important; }
  .vo8ja .xvqv { display: contents; }
  .vo8ja .b3rtq7e { order: 0; }
  .vo8ja .tudtmw { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .vo8ja .jzmxt1 { order: 2; padding: 0 16px 12px !important; }
  .vo8ja .xk6d8 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .xfppc .xvqv { display: flex; flex-direction: column; }
  .xfppc .xvqv .tudtmw { order: 1; }
  .xfppc .xvqv .vynue { order: 2; margin: 8px 0 24px !important; }
  .xfppc .xvqv .xk6d8 { order: 3; }
  .xfppc .xvqv .dvr4usb0 { order: 4; align-self: center; margin-top: 0; }

  
  .iz4zo0v.lcfpop {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .iz4zo0v.lcfpop .u7ugj7i { display: contents; padding: 0; }
  .iz4zo0v.lcfpop .u7ugj7i .tudtmw { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .iz4zo0v.lcfpop .rzwjfij { order: 2; padding: 12px 16px; }
  .iz4zo0v.lcfpop .u7ugj7i .xk6d8 { order: 3; padding: 0 24px; margin: 0 auto; }
  .iz4zo0v.lcfpop .u7ugj7i .dvr4usb0 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.yzno { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ok82x66 { width: 100%; height: auto; display: block; border-radius: 10px; }
.k3svsflr .yzno        { border-radius: 16px; }
.k3svsflr .ok82x66  { border-radius: 16px; }
.jllw .yzno         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.jllw .ok82x66   { border-radius: 8px; }
.btzhqeqa { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.x1qo { width: 100%; padding: 32px 0; position: relative; }
.hy5kywk { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ohg5a .x1qo:nth-child(even) { background: var(--bg-surface); }
.ohg5a .x1qo:nth-child(odd)  { background: var(--bg-page); }
.o0f8 .x1qo:nth-child(even) { background: var(--bg-card); }
.o0f8 .x1qo:nth-child(odd)  { background: var(--bg-page); }
.ohg5a .x1qo:nth-child(odd)  .hy5kywk { background: var(--bg-card); border-radius: 6px; }
.ohg5a .x1qo:nth-child(even) .hy5kywk { background: var(--bg-raised); border-radius: 6px; }
.o0f8 .x1qo:nth-child(odd)  .hy5kywk { background: var(--bg-card); border-radius: 6px; }
.o0f8 .x1qo:nth-child(even) .hy5kywk { background: var(--bg-raised); border-radius: 6px; }
.ohg5a .x1qo:nth-child(even) .b7mjjxh4 .mgrg53s,
.o0f8 .x1qo:nth-child(even) .b7mjjxh4 .mgrg53s { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ohg5a .x1qo:nth-child(odd) .b7mjjxh4 .mgrg53s,
.o0f8 .x1qo:nth-child(odd) .b7mjjxh4 .mgrg53s { background: var(--bg-card-inner); }
.ohg5a .x1qo:nth-child(even) .qp117f9n .mgrg53s:nth-child(odd),
.o0f8 .x1qo:nth-child(even) .qp117f9n .mgrg53s:nth-child(odd)  { background: var(--bg-card); }
.ohg5a .x1qo:nth-child(even) .qp117f9n .mgrg53s:nth-child(even),
.o0f8 .x1qo:nth-child(even) .qp117f9n .mgrg53s:nth-child(even) { background: var(--bg-card-inner); }
h1.ul6zcto { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.ul6zcto {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.tx3kq { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.geefhwxb h2.ul6zcto {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.uvy7qkxj h2.ul6zcto {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.qixh h2.ul6zcto {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.oeb3xm h2.ul6zcto::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.rb02ks4 h2.ul6zcto {
  color: var(--text-primary); font-size: 1.7rem;
}
.xahz1 h2.ul6zcto::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.wf3y4t h2.ul6zcto {
  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;
}
.ftn29v { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .ftn29v { display: none; } }
.xj13 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ga80 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.jvt03s0t {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.up1k { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.lwkk { padding-left: 20px; }
.lwkk li { margin-bottom: 6px; }
.lwkk a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.lwkk a:hover { color: var(--accent-light); }
.dq966y .up1k { display: none; }
.e19js5wa .up1k { display: none; }
.e19js5wa .lwkk { padding-left: 0; list-style: none; }
.e19js5wa .lwkk li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.e19js5wa .lwkk a { font-size: 0.92rem; }
.du4q4n .jvt03s0t { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.du4q4n .up1k { display: none; }
.du4q4n .lwkk { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.du4q4n .lwkk li { margin-bottom: 0; }
.du4q4n .lwkk 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;
}
.du4q4n .lwkk a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.s1i8 .jvt03s0t { padding: 20px 20px 16px; }
.s1i8 .lwkk {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.s1i8 .lwkk li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.s1i8 .lwkk 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;
}
.s1i8 .lwkk 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;
}
.s1i8 .lwkk a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.s1i8 .lwkk a:focus,
.s1i8 .lwkk a:focus-visible,
.s1i8 .lwkk a:target { outline: none; }
.s1i8 .lwkk li:target a { border-color: var(--border); color: var(--text-muted); }
.vrv84 .jvt03s0t { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.vrv84 .up1k { display: none; }
.vrv84 .lwkk { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.vrv84 .lwkk li { margin-bottom: 0; }
.vrv84 .lwkk li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.vrv84 .lwkk li:last-child::after { content: ""; margin-right: 0; }
.vrv84 .lwkk a { font-size: 0.9rem; }
.mgrg53s { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.b7mjjxh4 .mgrg53s { background: var(--bg-card); }
.qp117f9n .mgrg53s:nth-child(odd)  { background: var(--bg-card); }
.qp117f9n .mgrg53s:nth-child(even) { background: var(--bg-raised); }
.r5azi5 .mgrg53s {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.r5azi5 .mgrg53s:last-child { border-bottom: none; }
.r5azi5 h3.tx3kq { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.zrkm .mgrg53s {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.zrkm .mgrg53s + .mgrg53s { margin-top: 4px; }
.gua9y .mgrg53s { background: none; border-radius: 0; padding: 12px 0; }
.gua9y .mgrg53s + .mgrg53s { border-top: 1px solid var(--border-section); }
.nc90sk { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.f81u2 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.nte2he { color: var(--text-body); margin-bottom: 10px; }
.txdjh, .yemo { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.txdjh li, .yemo li { margin-bottom: 6px; }
.yemo li { list-style: decimal; }
.bqdd     .txdjh { list-style-type: "● "; }
.shyfn  .txdjh { list-style-type: "■ "; }
.rr4avqb .txdjh { list-style-type: "◆ "; }
.npqm    .txdjh { list-style-type: "★ "; }
.bqdd     .ovbn3x { list-style-type: "● "; }
.shyfn  .ovbn3x { list-style-type: "■ "; }
.rr4avqb .ovbn3x { list-style-type: "◆ "; }
.npqm    .ovbn3x { list-style-type: "★ "; }
.bqdd    .txdjh li::marker, .bqdd    .ovbn3x li::marker,
.shyfn .txdjh li::marker, .shyfn .ovbn3x li::marker,
.rr4avqb .txdjh li::marker, .rr4avqb .ovbn3x li::marker,
.npqm   .txdjh li::marker, .npqm   .ovbn3x li::marker {
  color: var(--cta); font-size: 1em;
}
.bqdd .yemo,
.shyfn .yemo,
.rr4avqb .yemo,
.npqm .yemo {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.bqdd .yemo li,
.shyfn .yemo li,
.rr4avqb .yemo li,
.npqm .yemo li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.bqdd .yemo li::before,
.shyfn .yemo li::before,
.rr4avqb .yemo li::before,
.npqm .yemo 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;
}
.bqdd     .yemo li::before { border-radius: 50%; }
.shyfn  .yemo li::before { border-radius: 3px; }
.rr4avqb .yemo li::before { border-radius: 3px; }
.npqm    .yemo li::before { border-radius: 50%; }
.qorwbuev { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.tj36d .qorwbuev,
.dznq .qorwbuev { background: transparent; border: none; border-radius: 0; }
.x7ug9 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.x7ug9 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.x7ug9 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.x7ug9 tr:hover td { background: var(--bg-hover); }
.onlmh9y .x7ug9 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.b6wbrez .x7ug9 { border: 1px solid var(--border-alt); }
.b6wbrez .x7ug9 th,
.b6wbrez .x7ug9 td { border: 1px solid var(--border-alt); }
.y6mq6 .x7ug9 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.y6mq6 .x7ug9 td { border-bottom: none; }
.y6mq6 .x7ug9 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.wy34rg5r .x7ug9 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.oc07 .qorwbuev {
  overflow: hidden;
}
.oc07 .x7ug9 th { border-bottom: 1px solid var(--border-alt); }
.oc07 .x7ug9 tr:last-child td { border-bottom: none; }
.og6j { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.xh9m51 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.a11nn9ht { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.h935 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.v7kgps6 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.ovbn3x { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.ovbn3x 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%}
.g9beqs5c .h935 { background: transparent; text-align: center; }
.rmil5dh5 .a11nn9ht {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.jczt43 .a11nn9ht {
  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);
}
.npsy43xg .xh9m51 { display: grid; grid-template-columns: auto 1fr; }
.npsy43xg .a11nn9ht {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.npsy43xg .h935 { grid-column: 2; }
.npsy43xg .v7kgps6,
.npsy43xg .ovbn3x { grid-column: 1 / -1; }
.pkgowy .xh9m51 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.pkgowy .a11nn9ht {
  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);
}
.pkgowy .h935 { grid-column: 2; }
.pkgowy .v7kgps6,
.pkgowy .ovbn3x { grid-column: 1 / -1; }
.jmelx98 .xh9m51 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.jmelx98 .h935 { background: none; color: var(--accent-light); font-weight: 700; }
.w96j .xh9m51 { 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); }
.w96j .h935 { background: none; color: var(--accent-light); font-weight: 700; }
.jhqt4xy6 .xh9m51 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.jhqt4xy6 .xh9m51:last-child { border-bottom: none; }
.jhqt4xy6 .h935 { background: none; color: var(--accent-light); font-weight: 700; }
.f7dkw .xh9m51 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.f7dkw .h935 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.mw9tin .og6j { counter-reset: card-n; }
.mw9tin .xh9m51  { counter-increment: card-n; }
.mw9tin .h935 { display: flex; align-items: center; gap: 10px; }
.mw9tin .h935::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;
}
.gha9q7q .xh9m51 { background: var(--bg-surface); border: 1px solid var(--border); }
.gha9q7q .h935 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.jmfons { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.pqldjku  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.xr5b7 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.h2nv { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.z2jn5a7 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.jmfons strong { color: var(--text-primary); font-size: 0.95rem; }
.jmfons p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.brgoxxko { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.vaqt, .c05e7g5 { border-radius: 8px; padding: 14px; }
.vaqt { background: var(--bg-pros); }
.c05e7g5 { background: var(--bg-cons); }
.iu4mgf { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.vaqt .iu4mgf { color: var(--c-pros-label); }
.c05e7g5 .iu4mgf { color: #f87171; }
.vaqt ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.c05e7g5 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ok82x66 { width: 100%; height: auto; border-radius: 10px; display: block; }
.fhyy6g {
  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;
}
.fhyy6g:hover { opacity: 0.85; }
.udkj .fhyy6g  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.udkj .fhyy6g:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.h71f .fhyy6g  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.h71f .fhyy6g:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ncpvg .dvr4usb0 { border-radius: 50px; }
.ncpvg .fhyy6g  { border-radius: 50px; }
.va10i .dvr4usb0 { padding-left: 22px; padding-right: 22px; }
.va10i .fhyy6g  { padding-left: 12px; padding-right: 12px; }
.fkc4vhw .dvr4usb0 { padding-left: 44px; padding-right: 44px; }
.fkc4vhw .fhyy6g  { padding-left: 24px; padding-right: 24px; }
.n3i1a9qp .dvr4usb0 { padding-left: 56px; padding-right: 56px; }
.n3i1a9qp .fhyy6g  { padding-left: 32px; padding-right: 32px; }
.imxmeafn   .dvr4usb0::after, .imxmeafn   .fhyy6g::after,
.vekrjt .dvr4usb0::after, .vekrjt .fhyy6g::after,
.exx2mi    .dvr4usb0::after, .exx2mi    .fhyy6g::after,
.j8t27uij    .dvr4usb0::after, .j8t27uij    .fhyy6g::after,
.aj2xk    .dvr4usb0::after, .aj2xk    .fhyy6g::after,
.zny7t87e     .dvr4usb0::after, .zny7t87e     .fhyy6g::after,
.wkxqx    .dvr4usb0::after, .wkxqx    .fhyy6g::after,
.z43tdwj   .dvr4usb0::after, .z43tdwj   .fhyy6g::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;
}
.imxmeafn .dvr4usb0::after, .imxmeafn .fhyy6g::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");
}
.vekrjt .dvr4usb0::after, .vekrjt .fhyy6g::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");
}
.exx2mi .dvr4usb0::after, .exx2mi .fhyy6g::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");
}
.j8t27uij .dvr4usb0::after, .j8t27uij .fhyy6g::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");
}
.aj2xk .dvr4usb0::after, .aj2xk .fhyy6g::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");
}
.zny7t87e .dvr4usb0::after, .zny7t87e .fhyy6g::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");
}
.wkxqx .dvr4usb0::after, .wkxqx .fhyy6g::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");
}
.z43tdwj .dvr4usb0::after, .z43tdwj .fhyy6g::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");
}
.xpn4px   .q7eks1::after, .xpn4px   .iv07uhh::after,
.qyfl .q7eks1::after, .qyfl .iv07uhh::after,
.bbstle3    .q7eks1::after, .bbstle3    .iv07uhh::after,
.k1dlj1x    .q7eks1::after, .k1dlj1x    .iv07uhh::after,
.pjh4    .q7eks1::after, .pjh4    .iv07uhh::after,
.sicp5p     .q7eks1::after, .sicp5p     .iv07uhh::after,
.wesbaoo    .q7eks1::after, .wesbaoo    .iv07uhh::after,
.jcfdd2l   .q7eks1::after, .jcfdd2l   .iv07uhh::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;
}
.xpn4px .q7eks1::after, .xpn4px .iv07uhh::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");
}
.qyfl .q7eks1::after, .qyfl .iv07uhh::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");
}
.bbstle3 .q7eks1::after, .bbstle3 .iv07uhh::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");
}
.k1dlj1x .q7eks1::after, .k1dlj1x .iv07uhh::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");
}
.pjh4 .q7eks1::after, .pjh4 .iv07uhh::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");
}
.sicp5p .q7eks1::after, .sicp5p .iv07uhh::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");
}
.wesbaoo .q7eks1::after, .wesbaoo .iv07uhh::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");
}
.jcfdd2l .q7eks1::after, .jcfdd2l .iv07uhh::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");
}
.o9h7 {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  max-width: 100%; box-sizing: border-box;
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
  overflow-x: clip;
  counter-reset: cs-rank;
}
.xf570p {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px;
  padding: 18px 22px;
  display: grid;
  
  grid-template-columns: auto auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
  max-width: 100%;
  counter-increment: cs-rank;
  transition: background .15s, box-shadow .15s, border-color .15s;
}
.xf570p > * { min-width: 0; }
.xf570p:hover { background: var(--bg-hover); }
.xf570p > [itemprop="item"] { display: contents; }
.xf570p [itemprop="itemReviewed"],
.xf570p [itemprop="reviewRating"] { display: none; }
.xf570p::before {
  content: counter(cs-rank);
  grid-column: 1;
  font-size: 1.4rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; width: 28px; text-align: center;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.zsrp {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.uag7o {
  background: var(--accent-bg);
  border-radius: 10px; padding: 6px 10px;
  display: flex; align-items: center; justify-content: center;
  width: 130px; height: 64px; flex-shrink: 0;
}
.rscvwwi { max-height: 52px; max-width: 110px; object-fit: contain; }
.i5t45hp2 {
  font-weight: 700; font-size: 1rem;
  color: var(--text-primary); line-height: 1.2;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; hyphens: auto;
}
.nv2hg9mo .uag7o    { background: #1a1a1a; }
.qf11 .uag7o   { background: rgba(128,128,128,.12); }
.ixq6pc .uag7o { background: var(--bg-raised); }
.f14bu .uag7o    { background: transparent; padding: 0; }
.j60r {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.u48rap3x { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.w5nf8 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.onohb {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.azsvhsiy {
  background: var(--accent-bg, rgba(0,0,0,.04));
  border-radius: 10px;
  padding: 10px 12px;
  display: flex; flex-direction: column; align-items: center;
  gap: 4px; min-width: 0;
  text-align: center; line-height: 1.25;
}
.grjxly {
  
  color: var(--text-muted);
  opacity: 0.65;
  font-size: .72rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .06em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 100%;
}
.jh3suusc {
  
  color: var(--accent);
  font-weight: 800; font-size: 1rem; line-height: 1.25;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; word-break: break-word;
}
.fr464aw {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.fr464aw.fhyy6g {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .xf570p {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .xf570p::before    { grid-area: rank;   }
  .zsrp           { grid-area: ident;  }
  .j60r     { grid-area: rating; min-width: 0; width: auto; }
  .onohb           { grid-area: pills;  }
  .fr464aw             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .xf570p {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .xf570p::before    { justify-self: center; }
  .zsrp           { width: 100%; }
  .j60r     { justify-self: center; }
  .onohb           { grid-template-columns: 1fr; }
}
.gndf7c {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.qp24b6 {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.l9une {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.l9une img { max-width: 80px; max-height: 50px; object-fit: contain; }
.sr3jab8q { flex: 1; }
.sr3jab8q h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.zhrk { color: var(--c-stars); font-size: 1.1rem; }
.jmum { margin-bottom: 8px; }
.l6tp { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.dpdtj::before   { content: "★ "; color: var(--accent-light); }
.hyz9ho2 { flex-shrink: 0; }
.wq7798 img.kzndqsle { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.tj36d { padding: 20px 24px; }
.o62t { color: var(--text-muted); margin-bottom: 16px; }
.y4lq { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.bxu3, .ndi071 { list-style: none; font-size: 0.9rem; }
.bxu3 li { color: var(--c-pros); margin-bottom: 4px; }
.ndi071 li { color: var(--c-cons); margin-bottom: 4px; }
.bxu3 li::before { content: "✓"; margin-right: 5px; }
.ndi071 li::before { content: "✗"; margin-right: 5px; }
.t1snc .bxu3 li::before { content: "→"; }
.t1snc .ndi071 li::before { content: "–"; }
.gt7iqpv  .bxu3 li::before { content: "★"; }
.gt7iqpv  .ndi071 li::before { content: "✕"; }
.atks3v1    .bxu3 li::before { content: "◆"; }
.atks3v1    .ndi071 li::before { content: "▲"; }
.d8vuonv  .bxu3 li::before { content: "▶"; }
.d8vuonv  .ndi071 li::before { content: "■"; }
.df9c0y { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.zahx20vc { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.l88p { background: var(--bg-pros); color: var(--c-tag-pay); }
.k6avsj { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.ijd8utk1 .k6avsj { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.uipq9aqu .k6avsj { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .jtact5p .lki043n {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .jtact5p .gndf7c { margin: 0; }
}
.c9cae .qp24b6 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.c9cae .sr3jab8q h3 { color: var(--accent-light); }
.c9cae .l9une { background: var(--bg-page); border: 1px solid var(--border); }
.ht8f .gndf7c { border-top: 4px solid var(--accent); }
.ht8f .qp24b6 { background: var(--bg-card); }
.ot6h .gndf7c { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.ot6h .qp24b6 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.ot6h .tj36d { padding: 14px 16px; }
.ot6h .l9une { border-radius: 4px; }
.ot6h .k6avsj { border-radius: 0; }
.ep3hm .qp24b6 { padding: 0; gap: 0; overflow: hidden; }
.ep3hm .l9une { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.ep3hm .sr3jab8q { padding: 16px 20px; }
.ep3hm .hyz9ho2 { padding: 16px 20px; align-self: center; }
.knnfy0jz .zhrk { font-size: .95rem; }
.dznq .brgoxxko { gap: 10px; }
.dznq .vaqt, .dznq .c05e7g5 { padding: 12px; }
.dznq .vaqt ul, .dznq .c05e7g5 ul { margin: 4px 0 0; padding-left: 18px; }
.dznq .vaqt li, .dznq .c05e7g5 li { font-size: .85rem; margin-bottom: 3px; }
.ncrfi .zahx20vc { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .nc0r9 { grid-template-columns: 1fr; }
  .ffll { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ffll .cf5leuu { width: 72px; height: 50px; }
  .ffll .zwi63a1 { max-width: 180px; }
  .ffll .fw71 { width: auto; }
}
.x7a1 .knnfy0jz .zhrk { filter: brightness(1.2); }
@media (max-width: 720px) {
  .x7a1 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .dkvehm { padding: 16px; }
  .bhi64r .o8twhs { min-width: 50%; }
}
.doj1 .brgoxxko { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .z69eswlr { grid-template-columns: 1fr; }
  .cuxk3ons { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .flova { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .pk0p2ki { flex-wrap: wrap; padding: 16px; }
}
.qs53 .brgoxxko { gap: 8px; }
.qs53 .vaqt, .qs53 .c05e7g5 { padding: 8px; }
@media (max-width: 480px) {
  .nhky { flex-direction: column; align-items: stretch; }
}
.vyt3vr3 .fw71 .fhyy6g { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .gfrqni { flex-direction: column; align-items: stretch; gap: 10px; }
  .vyt3vr3 .fw71 { text-align: center; }
}
@media (max-width: 720px) {
  .fv194 { grid-template-columns: 1fr; }
  .iu8az { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .cyih83yx { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.k3svx .qf5ukc42 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.srgj7v .zhrk { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .kbs9tjp { grid-template-columns: 1fr; }
  .srgj7v { width: 100px; height: 100px; margin: 16px auto; }
  .k3svx { font-size: 1.4rem; }
  .d1fi { justify-content: center; }
  .ollatudz .o8twhs { min-width: 50%; }
}
.d3rtk8qd .brgoxxko { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .xtmteu { flex-wrap: wrap; padding: 14px 16px; }
  .x3le { padding: 12px 16px; }
  .d3rtk8qd .brgoxxko { margin: 0 16px; }
  .d3rtk8qd .ncrfi { padding: 0 16px; }
  .ldlcdfv { padding: 12px 16px; }
}
.yf0x46 .xf570p {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.yf0x46 .xf570p:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.q0mhpjo .o9h7 { gap: 18px; }
.q0mhpjo .xf570p {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.q0mhpjo .xf570p:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.j957i97a .o9h7 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.j957i97a .xf570p {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.j957i97a .xf570p:last-child { border-bottom: none; }
.j957i97a .zsrp,
.j957i97a .j60r,
.j957i97a .onohb {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.dmv3gy .o9h7 { gap: 0; }
.dmv3gy .xf570p {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.dmv3gy .xf570p:last-child { border-bottom: none; }
.dmv3gy .xf570p:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.dmv3gy .xf570p:nth-child(even):hover { background: var(--bg-hover); }
.vtiboex .xf570p {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.ai61u .onohb .azsvhsiy {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.ai61u .onohb .azsvhsiy:first-child { border-left: none; }
.g2jem .onohb .azsvhsiy {
  background: transparent; padding: 4px 8px;
}
.g2jem .onohb .grjxly { font-size: .65rem; opacity: .65; }
.g2jem .onohb .jh3suusc   { font-size: 1.15rem; color: var(--accent-light); }
.y6nps .onohb .azsvhsiy {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.w5nf8 { display: none; }
.q4bd .u48rap3x { font-size: 1rem; letter-spacing: 2px; }
.qzatr4ot .u48rap3x {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.b7cu .u48rap3x,
.lmk9 .u48rap3x,
.kwc7y7 .u48rap3x { display: none; }
.b7cu .w5nf8,
.lmk9 .w5nf8,
.kwc7y7 .w5nf8 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.b7cu .w5nf8 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.b7cu .w5nf8 small { display: none; }
.lmk9 .w5nf8 {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.lmk9 .w5nf8 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.kwc7y7 .w5nf8 {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.kwc7y7 .w5nf8 small { display: none; }
.b7cu .jmum .zhrk,
.lmk9 .jmum .zhrk,
.kwc7y7 .jmum .zhrk { display: none; }
.b7cu .jmum strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.b7cu .qf5ukc42 { display: none; }
.lmk9 .jmum strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.lmk9 .k19ugfg,
.lmk9 .qf5ukc42 { font-size: 1em; }
.kwc7y7 .jmum strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.kwc7y7 .qf5ukc42 { display: none; }
.mlvgjk { margin: 16px 0; }
.t04v7 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.t04v7 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.t04v7 summary::after { content: "+"; color: var(--accent-light); }
.t04v7[open] summary::after { content: "−"; }
.t04v7 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.x1qo { margin-bottom: 0; }
.sbs6c h2.ul6zcto { color: var(--text-primary); border-color: var(--accent-light); }
.kk3guz h2.ul6zcto { color: var(--text-primary); border-color: var(--accent-light); }
.l9twv .pqldjku     { background: #052e16; border-color: #10b981; }
.l9twv .xr5b7 { background: #2d0a1e; border-color: #f43f5e; }
.l9twv .h2nv    { background: #1e1036; border-color: #a855f7; }
.l9twv .jmfons strong  { color: #f1f5f9; }
.l9twv .jmfons p       { color: #cbd5e1; }
.l9twv .gcwc5tyt    .pqldjku     .z2jn5a7::before,
.l9twv .b9wvg  .pqldjku     .z2jn5a7::before,
.l9twv .fadfts  .pqldjku     .z2jn5a7::before,
.l9twv .aclc .pqldjku     .z2jn5a7::before { color: #10b981; }
.l9twv .gcwc5tyt    .xr5b7 .z2jn5a7::before,
.l9twv .b9wvg  .xr5b7 .z2jn5a7::before,
.l9twv .fadfts  .xr5b7 .z2jn5a7::before,
.l9twv .aclc .xr5b7 .z2jn5a7::before { color: #f43f5e; }
.l9twv .gcwc5tyt    .h2nv    .z2jn5a7::before,
.l9twv .b9wvg  .h2nv    .z2jn5a7::before,
.l9twv .fadfts  .h2nv    .z2jn5a7::before,
.l9twv .aclc .h2nv    .z2jn5a7::before { color: #a855f7; }
.rmrtdk .pqldjku     { background: #2d2000; border-color: #eab308; }
.rmrtdk .xr5b7 { background: #2d0b0b; border-color: #ef4444; }
.rmrtdk .h2nv    { background: #2d1600; border-color: #f97316; }
.rmrtdk .jmfons strong  { color: #f1f5f9; }
.rmrtdk .jmfons p       { color: #cbd5e1; }
.rmrtdk .gcwc5tyt    .pqldjku     .z2jn5a7::before,
.rmrtdk .b9wvg  .pqldjku     .z2jn5a7::before,
.rmrtdk .fadfts  .pqldjku     .z2jn5a7::before,
.rmrtdk .aclc .pqldjku     .z2jn5a7::before { color: #eab308; }
.rmrtdk .gcwc5tyt    .xr5b7 .z2jn5a7::before,
.rmrtdk .b9wvg  .xr5b7 .z2jn5a7::before,
.rmrtdk .fadfts  .xr5b7 .z2jn5a7::before,
.rmrtdk .aclc .xr5b7 .z2jn5a7::before { color: #ef4444; }
.rmrtdk .gcwc5tyt    .h2nv    .z2jn5a7::before,
.rmrtdk .b9wvg  .h2nv    .z2jn5a7::before,
.rmrtdk .fadfts  .h2nv    .z2jn5a7::before,
.rmrtdk .aclc .h2nv    .z2jn5a7::before { color: #f97316; }
.nzt9 .pqldjku     { background: #0c1a2e; border-color: #38bdf8; }
.nzt9 .xr5b7 { background: #12103a; border-color: #818cf8; }
.nzt9 .h2nv    { background: #0a2020; border-color: #2dd4bf; }
.nzt9 .jmfons strong  { color: #f1f5f9; }
.nzt9 .jmfons p       { color: #cbd5e1; }
.nzt9 .gcwc5tyt    .pqldjku     .z2jn5a7::before,
.nzt9 .b9wvg  .pqldjku     .z2jn5a7::before,
.nzt9 .fadfts  .pqldjku     .z2jn5a7::before,
.nzt9 .aclc .pqldjku     .z2jn5a7::before { color: #38bdf8; }
.nzt9 .gcwc5tyt    .xr5b7 .z2jn5a7::before,
.nzt9 .b9wvg  .xr5b7 .z2jn5a7::before,
.nzt9 .fadfts  .xr5b7 .z2jn5a7::before,
.nzt9 .aclc .xr5b7 .z2jn5a7::before { color: #818cf8; }
.nzt9 .gcwc5tyt    .h2nv    .z2jn5a7::before,
.nzt9 .b9wvg  .h2nv    .z2jn5a7::before,
.nzt9 .fadfts  .h2nv    .z2jn5a7::before,
.nzt9 .aclc .h2nv    .z2jn5a7::before { color: #2dd4bf; }
.fdwzb .pqldjku     { background: var(--accent-bg); border-color: var(--accent-light); }
.fdwzb .xr5b7 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.fdwzb .h2nv    { background: var(--accent-bg); border-color: var(--accent-pale); }
.fdwzb .gcwc5tyt    .z2jn5a7::before,
.fdwzb .b9wvg  .z2jn5a7::before,
.fdwzb .fadfts  .z2jn5a7::before,
.fdwzb .aclc .z2jn5a7::before { color: var(--accent-light) !important; }
.zktqe::before,
.d7cl6::before { margin-right: 5px; }
.jgnt .vaqt ul li,
.jgnt .bxu3 li         { color: #4ade80; }
.jgnt .vaqt .zktqe { color: #22c55e; }
.jgnt .c05e7g5 ul li,
.jgnt .ndi071 li         { color: #f87171; }
.jgnt .c05e7g5 .d7cl6 { color: #ef4444; }
.i4hj9p .vaqt { background: var(--bg-pros); }
.i4hj9p .c05e7g5 { background: var(--bg-cons); }
.i4hj9p .vaqt .zktqe { color: var(--c-pros-label); }
.i4hj9p .c05e7g5 .d7cl6 { color: var(--c-cons); }
.i4hj9p .vaqt ul li,
.i4hj9p .bxu3 li            { color: var(--c-pros); }
.i4hj9p .c05e7g5 ul li,
.i4hj9p .ndi071 li            { color: var(--c-cons); }
.cqmn .vaqt { background: var(--bg-pros); }
.cqmn .c05e7g5 { background: var(--bg-cons); }
.cqmn .vaqt .zktqe { color: var(--c-pros-label); }
.cqmn .c05e7g5 .d7cl6 { color: var(--c-cons); }
.cqmn .vaqt ul li,
.cqmn .bxu3 li          { color: var(--c-pros); }
.cqmn .c05e7g5 ul li,
.cqmn .ndi071 li          { color: var(--c-cons); }
.ttri1 .zktqe::before { content: "✓ "; }
.ttri1 .d7cl6::before { content: "✗ "; }
.t1snc .zktqe::before { content: "→ "; }
.t1snc .d7cl6::before { content: "← "; }
.gt7iqpv .zktqe::before { content: "★ "; }
.gt7iqpv .d7cl6::before { content: "✕ "; }
.atks3v1 .zktqe::before { content: "◆ "; }
.atks3v1 .d7cl6::before { content: "▲ "; }
.uipq9aqu .jmfons { background: transparent; border-left: none; border: 1.5px solid; }
.uipq9aqu .pqldjku     { border-color: var(--c-tip-border); }
.uipq9aqu .xr5b7 { border-color: var(--c-warn-border); }
.uipq9aqu .h2nv    { border-color: #60a5fa; }
.uipq9aqu .jmfons strong { color: var(--text-primary); }
.uipq9aqu .jmfons p      { color: var(--text-muted); }
.ijd8utk1 .jmfons { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ijd8utk1 .pqldjku     { border-top-color: var(--c-tip-border); }
.ijd8utk1 .xr5b7 { border-top-color: var(--c-warn-border); }
.ijd8utk1 .h2nv    { border-top-color: #60a5fa; }
.t4y5 .jmfons { border-left: none; border-radius: 8px; }
.t4y5 .pqldjku     { background: #065f46; }
.t4y5 .xr5b7 { background: #92400e; }
.t4y5 .h2nv    { background: #1e3a8a; }
.t4y5 .jmfons strong,
.t4y5 .jmfons p { color: #fff; }
.t4y5 .z2jn5a7::before { color: rgba(255,255,255,0.85) !important; }
.l9twv.t4y5 .pqldjku,
.l9twv .t4y5 .pqldjku     { background: #052e16; }
.l9twv.t4y5 .xr5b7,
.l9twv .t4y5 .xr5b7 { background: #2d0a1e; }
.l9twv.t4y5 .h2nv,
.l9twv .t4y5 .h2nv    { background: #1e1036; }
.rmrtdk.t4y5 .pqldjku,
.rmrtdk .t4y5 .pqldjku      { background: #2d2000; }
.rmrtdk.t4y5 .xr5b7,
.rmrtdk .t4y5 .xr5b7  { background: #2d0b0b; }
.rmrtdk.t4y5 .h2nv,
.rmrtdk .t4y5 .h2nv     { background: #2d1600; }
.nzt9.t4y5 .pqldjku,
.nzt9 .t4y5 .pqldjku      { background: #0c1a2e; }
.nzt9.t4y5 .xr5b7,
.nzt9 .t4y5 .xr5b7  { background: #12103a; }
.nzt9.t4y5 .h2nv,
.nzt9 .t4y5 .h2nv     { background: #0a2020; }
.px4dby .jmfons { border-left: none; border-radius: 6px; padding: 10px 14px; }
.px4dby .pqldjku     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.px4dby .xr5b7 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.px4dby .h2nv    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.px4dby .jmfons strong { color: var(--text-primary); }
.px4dby .jmfons p      { color: var(--text-muted); }
.pqa455 .jmfons { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.gcwc5tyt .z2jn5a7,
.b9wvg .z2jn5a7,
.fadfts .z2jn5a7,
.aclc .z2jn5a7 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.gcwc5tyt .z2jn5a7::before,
.b9wvg .z2jn5a7::before,
.fadfts .z2jn5a7::before,
.aclc .z2jn5a7::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.gcwc5tyt .pqldjku     .z2jn5a7::before { content: "✦"; color: var(--c-tip-border); }
.gcwc5tyt .xr5b7 .z2jn5a7::before { content: "▲"; color: var(--c-warn-border); }
.gcwc5tyt .h2nv    .z2jn5a7::before { content: "◉"; color: #60a5fa; }
.b9wvg .pqldjku     .z2jn5a7::before { content: "★"; color: var(--c-tip-border); }
.b9wvg .xr5b7 .z2jn5a7::before { content: "◆"; color: var(--c-warn-border); }
.b9wvg .h2nv    .z2jn5a7::before { content: "●"; color: #60a5fa; }
.fadfts .pqldjku     .z2jn5a7::before { content: "▶"; color: var(--c-tip-border); }
.fadfts .xr5b7 .z2jn5a7::before { content: "■"; color: var(--c-warn-border); }
.fadfts .h2nv    .z2jn5a7::before { content: "▸"; color: #60a5fa; }
.aclc .pqldjku     .z2jn5a7::before { content: "→"; color: var(--c-tip-border); }
.aclc .xr5b7 .z2jn5a7::before { content: "⬥"; color: var(--c-warn-border); }
.aclc .h2nv    .z2jn5a7::before { content: "◈"; color: #60a5fa; }
.ejrnq .b7mjjxh4 .mgrg53s,
.ejrnq .qp117f9n .mgrg53s  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ejrnq .xh9m51                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ejrnq .xf570p                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.ejrnq .gndf7c            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.ejrnq .qorwbuev          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ejrnq .jvt03s0t                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ogwcmt .b7mjjxh4 .mgrg53s,
.ogwcmt .qp117f9n .mgrg53s,
.ogwcmt .xh9m51,
.ogwcmt .xf570p,
.ogwcmt .gndf7c,
.ogwcmt .qorwbuev,
.ogwcmt .jvt03s0t,
.ogwcmt .pqa455 .jmfons { box-shadow: none; }
.sy5vx   .nte2he, .sy5vx .nc90sk, .sy5vx .f81u2,
.sy5vx   .xj13, .sy5vx .ga80 { font-size: 0.9rem; }
.sy5vx   .txdjh, .sy5vx .yemo { font-size: 0.9rem; }
.dsty   .nte2he, .dsty .nc90sk, .dsty .f81u2,
.dsty   .xj13, .dsty .ga80 { font-size: 0.95rem; }
.dsty   .txdjh, .dsty .yemo { font-size: 0.95rem; }
.ceywp2   .nte2he, .ceywp2 .nc90sk, .ceywp2 .f81u2,
.ceywp2   .xj13, .ceywp2 .ga80 { font-size: 1.08rem; }
.ceywp2   .txdjh, .ceywp2 .yemo { font-size: 1.05rem; }
.ceywp2   .x7ug9 { font-size: 0.97rem; }
.qizswq .tudtmw      { font-size: 3.2rem; }
.qizswq h2.ul6zcto { font-size: 1.9rem; }
.qizswq h3.tx3kq     { font-size: 1.4rem; }
.gej4cbh .tudtmw      { font-size: 3.8rem; }
.gej4cbh h2.ul6zcto { font-size: 2.2rem; }
.gej4cbh h3.tx3kq     { font-size: 1.6rem; }
.x1qo + .x1qo { position: relative; }
.a7hs24h   .x1qo + .x1qo::before,
.kmltkzcm  .x1qo + .x1qo::before,
.cpy8   .x1qo + .x1qo::before,
.icuo   .x1qo + .x1qo::before,
.jwsoaye   .x1qo + .x1qo::before,
.qulk3nl4 .x1qo + .x1qo::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.a7hs24h .x1qo + .x1qo::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.kmltkzcm .x1qo + .x1qo::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.cpy8 .x1qo + .x1qo::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;
}
.icuo .x1qo + .x1qo::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.qdts .x1qo { margin-bottom: 16px; }
.qdts .x1qo + .x1qo { margin-top: 0; }
.qdts .hy5kywk { padding-top: 0; padding-bottom: 0; }
.jwsoaye .x1qo + .x1qo::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.qulk3nl4 .x1qo + .x1qo::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.wzd8 .x1qo + .x1qo::before,
.sgselw .x1qo + .x1qo::before,
.w3r1ee .x1qo + .x1qo::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%;
}
.ohg5a .wzd8 .x1qo:nth-child(even)::before,
.ohg5a .sgselw .x1qo:nth-child(even)::before,
.ohg5a .w3r1ee .x1qo:nth-child(even)::before { background: var(--bg-surface); }
.o0f8 .wzd8 .x1qo:nth-child(even)::before,
.o0f8 .sgselw .x1qo:nth-child(even)::before,
.o0f8 .w3r1ee .x1qo:nth-child(even)::before { background: var(--bg-card); }
.wzd8 .x1qo + .x1qo::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");
}
.sgselw .x1qo + .x1qo::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");
}
.w3r1ee .x1qo + .x1qo::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");
}
.u002rfk .rqi30xn,
.emofb1g7 .rqi30xn,
.iwkm97ol .rqi30xn { overflow: hidden; }
.u002rfk .xvqv,
.emofb1g7 .xvqv { margin-bottom: 60px; }
.iwkm97ol .xvqv { margin-bottom: 70px; }
.emofb1g7 .u7ugj7i { padding-bottom: 60px; }
.u002rfk .rqi30xn::before,
.emofb1g7 .rqi30xn::before,
.iwkm97ol .rqi30xn::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%;
}
.u002rfk .rqi30xn::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");
}
.emofb1g7 .rqi30xn::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");
}
.iwkm97ol .rqi30xn::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");
}
.gr39 .rqi30xn:not(.aueba1vc) .b3rtq7e { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.m5xk .rqi30xn:not(.aueba1vc) .b3rtq7e { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.vb0lyrn  .rqi30xn:not(.aueba1vc) .b3rtq7e { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.tay7a  .rqi30xn:not(.aueba1vc) .b3rtq7e { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.gr39 .aueba1vc { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.m5xk .aueba1vc { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.vb0lyrn .aueba1vc { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.tay7a .aueba1vc { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.tay7a .ah2xig { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.tay7a .iz4zo0v { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.soqgnc .aueba1vc { background: var(--accent); }
.soqgnc .aueba1vc .b3rtq7e { background: none; }
.soqgnc .rqi30xn:not(.aueba1vc) .b3rtq7e { background: rgba(0,0,0,0.6); }
.jnghj .yzno { float: left; width: 38%; margin: 0 28px 16px 0; }
.jnghj .yzno .ok82x66 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.jnghj .hy5kywk::after { content: ''; display: block; clear: both; }
.agprfg .yzno { float: right; width: 38%; margin: 0 0 16px 28px; }
.agprfg .yzno .ok82x66 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.agprfg .hy5kywk::after { content: ''; display: block; clear: both; }
.bc0l .x1qo:nth-child(odd)  .yzno { float: left;  width: 38%; margin: 0 28px 16px 0; }
.bc0l .x1qo:nth-child(even) .yzno { float: right; width: 38%; margin: 0 0 16px 28px; }
.bc0l .yzno .ok82x66 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.bc0l .hy5kywk::after { content: ''; display: block; clear: both; }
.jnghj .og6j,
.jnghj .o9h7,
.agprfg .og6j,
.agprfg .o9h7,
.bc0l .og6j,
.bc0l .o9h7 { clear: both; }
@media (max-width: 900px) {
  .jnghj .yzno,
  .agprfg .yzno,
  .bc0l .x1qo:nth-child(odd)  .yzno,
  .bc0l .x1qo:nth-child(even) .yzno {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .jnghj .yzno .ok82x66,
  .agprfg .yzno .ok82x66,
  .bc0l .yzno .ok82x66 {
    max-height: none !important;
  }
}
.jnghj .txdjh,
.jnghj .yemo,
.agprfg .txdjh,
.agprfg .yemo,
.bc0l .txdjh,
.bc0l .yemo { overflow: hidden; }
@media (max-width: 640px) {
  .jnghj .yzno,
  .agprfg .yzno,
  .bc0l .yzno { float: none; width: 100%; margin: 0 0 16px 0; }
}
.gq5b .btzhqeqa,
.gq5b .hy5kywk,
.gq5b .mt09lz  { max-width: 1100px; }
.gq5b { --content-mw: 1100px; }
.q8fhyd .btzhqeqa,
.q8fhyd .hy5kywk,
.q8fhyd .mt09lz  { max-width: 1200px; }
.p8sl3f3l .btzhqeqa,
.p8sl3f3l .hy5kywk,
.p8sl3f3l .mt09lz  { max-width: 1320px; }
.emizb { font-size: 0.82rem; color: var(--text-muted); }
.dgmix { display: flex; align-items: center; }
.y6z9 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.h145y8e { display: flex; align-items: center; }
.uhjov8z { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.uhjov8z:hover { text-decoration: underline; }
.txvk8 { margin: 0 3px; opacity: 0.45; }
.txvk8::before { content: '/'; }
.nagfxqp { padding: 2px 5px; color: var(--text-main); }
.ewnyqs .emizb {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ewnyqs .dgmix { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.hjnvyr .emizb {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.hjnvyr .dgmix { padding: 0 0 0 12px; }
.t2jen2l {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.xpp0 .dgmix { padding: 0 16px; }
.xpp0 .emizb {
  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);
}
.xpp0 .btzhqeqa { padding-top: 28px; }
@media (max-width: 720px) {
  .t2jen2l { margin-top: 18px; padding: 0 16px; }
  .xpp0 .btzhqeqa { padding-top: 16px; }
}
.gq5b.ewnyqs .dgmix { max-width: 1100px; }
.q8fhyd.ewnyqs .dgmix { max-width: 1200px; }
.p8sl3f3l.ewnyqs .dgmix { max-width: 1320px; }
.gq5b .t2jen2l { max-width: 1100px; }
.q8fhyd .t2jen2l { max-width: 1200px; }
.p8sl3f3l .t2jen2l { max-width: 1320px; }
.f7ss5hbc .x1qo { padding-top: 16px; padding-bottom: 16px; }
.kuqykxw .x1qo { padding-top: 24px; padding-bottom: 24px; }
.ohecmpy .x1qo { padding-top: 40px; padding-bottom: 40px; }
.k6ik616a .x1qo { padding-top: 52px; padding-bottom: 52px; }
.npr0oh .x1qo:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.npr0oh .x1qo:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.npr0oh .x1qo:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.npr0oh .x1qo:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.vpjmew .hy5kywk { padding-top: 10px;  padding-bottom: 10px; }
.cqo187 .hy5kywk { padding-top: 18px;  padding-bottom: 18px; }
.qrq8q .hy5kywk { padding-top: 36px;  padding-bottom: 36px; }
.ruwidqu5 .hy5kywk { padding-top: 48px;  padding-bottom: 48px; }
.ev40z h2.ul6zcto { font-weight: 600; }
.ev40z h3.tx3kq     { font-weight: 600; }
.nrpmg2p4 { font-weight: 500; }
.nrpmg2p4 h2.ul6zcto { font-weight: 800; }
.nrpmg2p4 h3.tx3kq     { font-weight: 700; }
.y69f h2.ul6zcto { font-weight: 900; }
.y69f h3.tx3kq     { font-weight: 800; }
.y69f .jmfons strong,
.y69f .jmfons strong { font-weight: 600; }
.q7eks1 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.rifbh .q7eks1 { display: none; }
@media (max-width: 640px) {
  .rbx403g { display: none; }
  .q7eks1 {
    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;
  }
}
.q7eks1 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.q7eks1:hover { opacity: 0.85; }
.eu2c .q7eks1 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.l079igrs .q7eks1,
.pv27  .q7eks1 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.l079igrs .q7eks1:hover,
.pv27  .q7eks1:hover { opacity: 0.88; }
.eu2c.l079igrs .q7eks1,
.eu2c.pv27  .q7eks1 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.iv07uhh {
  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;
}
.iv07uhh:hover { transform: translateY(-2px); opacity: 0.92; }
.iv07uhh { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ud1gpd .iv07uhh { display: none; }
.tdbk8ay .iv07uhh { right: 32px; }
.g913  .iv07uhh { left: 32px; }
@media (max-width: 480px) {
  .tdbk8ay .iv07uhh { right: 20px; bottom: 20px; }
  .g913  .iv07uhh { left: 20px; bottom: 20px; }
}
.uszy4ln1 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.mt09lz { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.f3t9 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.epzh00 { color: var(--text-dim); font-size: 0.8rem; }
.vhwc2yih { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.vhwc2yih img { height: 26px; width: auto; object-fit: contain; }
.xdh3 { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.f3ph2t .mt09lz { text-align: center; }
.f3ph2t .f3t9 { margin-top: 0; }
.y01iemk { margin-top: 10px; }
.y01iemk a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .mt09lz { padding-left: 16px; padding-right: 16px; }
  .rws81wh .mt09lz { padding: 20px 16px; }
  .nkjr3sb { gap: 4px 12px; }
  .f3t9 { font-size: 0.78rem; }
}
.jdrtm0oz .te6sq .vhwc2yih { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.jdrtm0oz .xdh3 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.jdrtm0oz .jmh3q { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.jdrtm0oz .jmh3q a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.jdrtm0oz .jmh3q a:hover { color: var(--accent-light); }
.jdrtm0oz .f3t9 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.jdrtm0oz .epzh00 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .jdrtm0oz .gzwdq6kn { grid-template-columns: 1fr 1fr; } .jdrtm0oz .te6sq { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jdrtm0oz .gzwdq6kn { grid-template-columns: 1fr; } }
.emlhc9b5 .vhwc2yih { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.emlhc9b5 .f3t9 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .emlhc9b5 .u9q6vt { gap: 12px; } .emlhc9b5 .vhwc2yih { margin-right: 0; width: 100%; } }
.cxk4xh4 .ernud69 { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.cxk4xh4 .l5ph8 .vhwc2yih { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.cxk4xh4 .xdh3 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.cxk4xh4 .lprp012e { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.cxk4xh4 .jmh3q { display: flex; flex-direction: column; gap: 9px; }
.cxk4xh4 .jmh3q a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.cxk4xh4 .jmh3q a:hover { color: var(--accent-light); }
.cxk4xh4 .w7396co3 { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.cxk4xh4 .f3t9 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.cxk4xh4 .epzh00 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .cxk4xh4 .ernud69 { grid-template-columns: 1fr 1fr; } .cxk4xh4 .l5ph8 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .cxk4xh4 .ernud69 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .utvxou5x .aese { grid-template-columns: 1fr 1fr; } .utvxou5x .b02r:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .utvxou5x .aese { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .qvvt5vn .aese { grid-template-columns: 1fr; } }
.wbld .mt09lz { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.qesm1 .yvpz04n      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.qesm1 .uszy4ln1 { background: var(--bg-page); border-top-color: var(--border-alt); }
.wedl4rct .yvpz04n      { background: #0d1117; border-bottom-color: #21262d; }
.wedl4rct .mvolypr9 { color: var(--accent-light); }
.wedl4rct .r8xg0g { --msep-color: #8b949e; }
.wedl4rct .r8xg0g a { color: #8b949e; }
.wedl4rct .r8xg0g a:hover { color: var(--accent-light); }
.wedl4rct .k1ytgqn2 { color: #8b949e; }
.wedl4rct .uszy4ln1 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.wedl4rct .f3t9,
.wedl4rct .epzh00 { color: #6e7681; }
.wedl4rct .jmh3q a, .wedl4rct .dby9zmx9 a,
.wedl4rct .vhwc2yih { color: #e6edf3; }
.wedl4rct .jmh3q a:hover, .wedl4rct .dby9zmx9 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .wedl4rct .r8xg0g { background: #0d1117; border-top-color: #21262d; }
  .wedl4rct .r8xg0g li a { border-bottom-color: #21262d; }
}
.vavrst3a .yvpz04n      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.vavrst3a .mvolypr9 { color: var(--accent-light); }
.vavrst3a .r8xg0g { --msep-color: #475569; }
.vavrst3a .r8xg0g a { color: #475569; }
.vavrst3a .r8xg0g a:hover { color: var(--accent-light); }
.vavrst3a .k1ytgqn2 { color: #64748b; }
.vavrst3a .uszy4ln1 { background: #f0f4f8; border-top-color: #cbd5e1; }
.vavrst3a .f3t9,
.vavrst3a .epzh00 { color: #64748b; }
.vavrst3a .jmh3q a, .vavrst3a .dby9zmx9 a,
.vavrst3a .qfqe58mh a, .vavrst3a .vhwc2yih { color: #374151; }
.vavrst3a .jmh3q a:hover, .vavrst3a .dby9zmx9 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .vavrst3a .r8xg0g { background: #f0f4f8; border-top-color: #cbd5e1; }
  .vavrst3a .r8xg0g li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.l079igrs .yvpz04n      { background: var(--accent); border-bottom-color: var(--accent-light); }
.l079igrs .mvolypr9 { color: #fff; }
.l079igrs .r8xg0g { --msep-color: rgba(255,255,255,0.82); }
.l079igrs .r8xg0g a { color: rgba(255,255,255,0.82); }
.l079igrs .r8xg0g a:hover { color: #fff; }
.l079igrs .k1ytgqn2 { color: rgba(255,255,255,0.9); }
.l079igrs .uszy4ln1 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.l079igrs .f3t9,
.l079igrs .epzh00 { color: rgba(255,255,255,0.72); }
.l079igrs .jmh3q a, .l079igrs .dby9zmx9 a,
.l079igrs .qfqe58mh a, .l079igrs .vhwc2yih { color: #fff; }
.l079igrs .xdh3, .l079igrs .lprp012e { color: rgba(255,255,255,0.7); }
.l079igrs .jmh3q a:hover, .l079igrs .dby9zmx9 a:hover { color: #fff; }
@media (max-width: 640px) {
  .l079igrs .r8xg0g { background: var(--accent); border-top-color: var(--accent-light); }
  .l079igrs .r8xg0g li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.pv27 .yvpz04n {
  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);
}
.pv27 .uszy4ln1 {
  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) {
  .pv27 .r8xg0g {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.tf4n .nl4g { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.zukpy2 .nl4g { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.sg51ld .nl4g { min-height: 72px; height: auto; }
.z35mi8ii .nl4g { min-height: 84px; height: auto; }
.rws81wh .nl4g { max-width: none; padding: 0 32px; }
.rws81wh .mt09lz  { max-width: none; padding: 24px 32px; }
.crlm.q8fhyd .nl4g { max-width: 1200px; }
.crlm.p8sl3f3l .nl4g { max-width: 1320px; }
.qvopy8g9   .mvolypr9, .qvopy8g9   .vhwc2yih { text-transform: capitalize; }
.fur12 .mvolypr9, .fur12 .vhwc2yih { text-transform: lowercase; }
.l0pwsmp .mvolypr9, .l0pwsmp .vhwc2yih { text-transform: uppercase; letter-spacing: 0.06em; }
.lj9l0n1, .j9ztar7a {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.d7v7kel .lj9l0n1,
.d7v7kel .j9ztar7a { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.qbhcpul .lj9l0n1,
.qbhcpul .j9ztar7a { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.mo491p .lj9l0n1,
.mo491p .j9ztar7a { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.g57i .lj9l0n1,
.g57i .j9ztar7a { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.jhc5   .r8xg0g a { font-weight: 500; }
.bz0m15g .r8xg0g a { font-weight: 600; }
.q2jdbz     .r8xg0g a { font-weight: 700; }
.zq3hmi    .r8xg0g a { font-weight: 800; letter-spacing: 0.01em; }
.p5f46jw     .r8xg0g > li + li::before,
.jpgpwp8    .r8xg0g > li + li::before,
.o3se7    .r8xg0g > li + li::before,
.ci3yjibx .r8xg0g > li + li::before,
.dzv72 .r8xg0g > li + li::before,
.nx1r1ia  .r8xg0g > li + li::before,
.wmz89d5    .r8xg0g > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.p5f46jw     .r8xg0g > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.jpgpwp8    .r8xg0g > li + li::before { content: "|"; }
.o3se7    .r8xg0g > li + li::before { content: "—"; }
.ci3yjibx .r8xg0g > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.dzv72 .r8xg0g > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.nx1r1ia  .r8xg0g > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.wmz89d5    .r8xg0g > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .jjhcja37 .k1ytgqn2,
  .crsmsz5 .k1ytgqn2,
  .b2jm6mie .k1ytgqn2,
  .bgux9 .k1ytgqn2,
  .y4ix3d5d .k1ytgqn2 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .jjhcja37 .k1ytgqn2::before,
  .crsmsz5 .k1ytgqn2::before,
  .b2jm6mie .k1ytgqn2::before,
  .bgux9 .k1ytgqn2::before,
  .y4ix3d5d .k1ytgqn2::before { content: ""; display: block; flex-shrink: 0; }

  
  .jjhcja37 .k1ytgqn2::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;
  }

  
  .crsmsz5 .k1ytgqn2::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;
  }

  
  .b2jm6mie .k1ytgqn2::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;
  }

  
  .bgux9 .k1ytgqn2::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;
  }

  
  .y4ix3d5d .k1ytgqn2::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) {
  .f6n76 .k1ytgqn2 {
    padding: 5px 14px;
  }
  .f6n76 .r8xg0g {
    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;
  }
  .f6n76 .r8xg0g li a {
    border-bottom: none; padding: 10px 22px;
  }
  .f6n76 .r8xg0g li a:hover { background: var(--bg-raised); }
  .f6n76 .r0rmw,
  .ciuhoq .r0rmw,
  .os1tks .r0rmw { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .alzxnd .k1ytgqn2 {
    padding: 5px 10px;
  }
  .alzxnd .r8xg0g {
    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);
  }
  .alzxnd .r8xg0g.njtgfm7 { transform: translateX(0); }
  .alzxnd .r8xg0g li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .alzxnd .r8xg0g li:last-child a { border-bottom: none; }
  .l079igrs .r8xg0g,
  .wedl4rct .r8xg0g { background: var(--accent) !important; }
  .l079igrs .r8xg0g li a,
  .wedl4rct .r8xg0g li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .os1tks .k1ytgqn2 {
    padding: 5px 10px;
  }
  .os1tks .r8xg0g {
    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);
  }
  .os1tks .r8xg0g::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .os1tks .r8xg0g.njtgfm7 { transform: translateY(0); }
  .os1tks .r8xg0g li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .mjsh7 .k1ytgqn2 {
    padding: 5px 10px;
  }
  .mjsh7 .r8xg0g {
    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;
  }
  .mjsh7 .r8xg0g.njtgfm7 { opacity: 1; pointer-events: auto; }
  .mjsh7 .r8xg0g li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .kah4     .k1ytgqn2 { border-radius: 0 !important; }
  .eovx8sk   .k1ytgqn2 { border-radius: 8px !important; }
  .rh1kr .k1ytgqn2 { border-radius: 50% !important; }
  .plae8n0c   .k1ytgqn2 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .oo6gfgs .b02f { flex-direction: column; align-items: stretch; }
  .oo6gfgs .wvvq { flex-direction: row; min-width: auto; }
  .oo6gfgs .d4zkeizp { align-items: flex-start; text-align: left; }
}
.bvvi09,
.bvvi09.x1qo,
.ohg5a .bvvi09,
.ky2pull .bvvi09,
.o0f8 .bvvi09,
.c22tdk45 .bvvi09 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.a218 {
  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;
}
.lwuhk4x { flex: 1 1 280px; min-width: 0; }
.pentt {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.y8hnpvlx {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.k8cl {
  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;
}
.k8cl:hover { transform: translateY(-1px); opacity: 0.95; }
.iynwb .a218 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.iynwb .pentt { color: var(--cta); }
.iynwb .y8hnpvlx { color: var(--text-body); }
.iynwb .k8cl {
  background: var(--cta) !important;
  color: #fff !important;
}
.i60i4vm4 .a218 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.i60i4vm4 .pentt { color: var(--text-primary); }
.i60i4vm4 .y8hnpvlx { color: var(--text-body); }
.i60i4vm4 .k8cl {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .a218 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .lwuhk4x { flex: 0 0 auto; }
  .pentt { font-size: 1.2rem; }
  .k8cl { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.gmss .kxi4 { height: 36px; }
.n44aoev8 .kxi4 { height: 60px; max-width: 200px; }
.qo9307 .kxi4 { height: 56px; max-width: 180px; }
.idz6l    .u48rap3x, .idz6l    .zhrk { color: #f59e0b; }
.k21d      .u48rap3x { font-size: 1rem; letter-spacing: 1.5px; }
.k21d      .zhrk   { font-size: 1.35rem; }
.p6w1y607    .u48rap3x, .p6w1y607    .zhrk { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.fj3m69d     .u48rap3x, .fj3m69d     .zhrk { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.tnjr .u48rap3x, .tnjr .zhrk { color: var(--cta); letter-spacing: 2px; }
.ssjlzwl5   .u48rap3x, .ssjlzwl5   .zhrk { color: #e91e63; letter-spacing: 2px; }
.y8em  .u48rap3x, .y8em  .zhrk { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.hmr0bus     .u48rap3x, .hmr0bus     .zhrk { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.ai61u .azsvhsiy + .azsvhsiy {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.ld2qr7o .xf570p { padding: 18px 24px; min-height: 68px; }
.g2jem .grjxly {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.g2jem .jh3suusc {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.y6nps .azsvhsiy {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.o9h7 { counter-reset: cs-rank; }
.o9h7 .xf570p { counter-increment: cs-rank; }
.o9h7 .xf570p::before {
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
  order: -1;
}
.dc0sq .o9h7 { counter-reset: cs-rank; gap: 0; }
.dc0sq .xf570p {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 18px 18px;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  margin-bottom: 14px;
}
.dc0sq .xf570p::before {
  content: counter(cs-rank);
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
  z-index: 2;
}
.dc0sq .zsrp {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.dc0sq .uag7o {
  width: 140px; height: 140px; min-width: 140px; padding: 0;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
}
.dc0sq .rscvwwi { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.dc0sq .zsrp { min-width: 0; flex-direction: column; width: 100%; }
.dc0sq .i5t45hp2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.dc0sq .u48rap3x { color: var(--cta, var(--accent)); }
.dc0sq .w5nf8 { font-weight: 700; }
.dc0sq .azsvhsiy {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.dc0sq .grjxly {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.dc0sq .jh3suusc {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.dc0sq .zdt8 .jh3suusc { font-size: 1.3rem; color: var(--accent-light); }
.dc0sq .fr464aw {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.dc0sq .xf570p:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .dc0sq .o9h7 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .dc0sq .xf570p {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .dc0sq .xf570p { padding: 40px 16px 20px; }
  .dc0sq .azsvhsiy {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .dc0sq .fr464aw { width: 100%; min-width: 0; }
}
.tz2xdq6 .o9h7 { counter-reset: cs-rank; gap: 10px; }
.tz2xdq6 .xf570p {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 18px 14px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
}
.tz2xdq6 .xf570p::before {
  content: counter(cs-rank);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.tz2xdq6 .zsrp {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.tz2xdq6 .uag7o {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.tz2xdq6 .rscvwwi { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.tz2xdq6 .i5t45hp2 {
  font-size: 1.05rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: 0; max-width: 140px;
  overflow-wrap: break-word; hyphens: auto;
}
.tz2xdq6 .u48rap3x { color: var(--cta, var(--accent)); }
.tz2xdq6 .azsvhsiy {
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  border-top: none; padding-top: 0; width: auto; flex: 1 1 160px; min-width: 140px;
  text-align: center;
}
.tz2xdq6 .grjxly {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.tz2xdq6 .jh3suusc { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.tz2xdq6 .zdt8 .jh3suusc { color: var(--accent-light); }
.tz2xdq6 .fr464aw {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.tz2xdq6 .xf570p:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .tz2xdq6 .xf570p {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .tz2xdq6 .xf570p::before {
    position: absolute; top: 14px; left: 14px;
  }
  .tz2xdq6 .zsrp {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .tz2xdq6 .i5t45hp2 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .tz2xdq6 .azsvhsiy {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .tz2xdq6 .fr464aw { width: 100%; min-width: 0; }
  .tz2xdq6 .u48rap3x { min-width: 0; }
}
.tgdfhyb .xf570p::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.z9w8v0av .t04v7 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.z9w8v0av .t04v7 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.z9w8v0av .t04v7 p { padding: 0 2px 16px; }
.jiqi .t04v7 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.jiqi .t04v7 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.jiqi .t04v7 summary::after { content: "›"; font-size: 1.2em; }
.jiqi .t04v7[open] summary::after { content: "‹"; }
.jiqi .t04v7 p { padding: 10px 22px 4px; }
.vabb .t04v7 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.vabb .t04v7 summary { color: var(--text-primary); padding-left: 16px; }
.vabb .t04v7 summary::after { content: "›"; font-size: 1.1em; }
.vabb .t04v7[open] summary::after { content: "‹"; }
.vabb .t04v7 p { padding-left: 16px; }
.nehto4pn .mlvgjk { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.nehto4pn .t04v7 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.nehto4pn .t04v7:last-child { border-bottom: none; }
.nehto4pn .t04v7 summary { color: var(--text-primary); border-radius: 0; }
.nehto4pn .t04v7 summary::after { content: "›"; font-size: 1.1em; }
.nehto4pn .t04v7[open] summary::after { content: "‹"; }
.skirrp .t04v7 { overflow: hidden; }
.skirrp .t04v7 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.skirrp .t04v7 summary::after { color: rgba(255,255,255,.75); }
.skirrp .t04v7[open] summary { border-radius: 0; }
.n2z4j { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.xmu79t {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.hu47 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.wgnvlwt4 { color: var(--text-muted); font-size: 1.05rem; }
.mnyf {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.fb95ejy {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.qlh9 { margin-bottom: 20px; }
.fgjpm {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.fgqicf84 {
  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;
}
.fgqicf84:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.w13tuc0n { resize: vertical; min-height: 130px; }
.z89e8n4 { width: 100%; margin-top: 8px; }
.bawjepii {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.hjh1n {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.mt96r { color: var(--text-muted); line-height: 1.75; }
.ivvc { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ivvc li { margin-bottom: 6px; }
.i0mvkrw { max-width: 760px; margin: 0 auto; }
.l5z6n6v8 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.vdhw { max-width: 760px; margin: 0 auto; }
.bqmi7k { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.bqmi7k:last-child { border-bottom: none; }
.qh9b3ltq { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.bqmi7k p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.bqmi7k ul.ivvc { margin: 0; }
.idxcjbjx .qh9b3ltq { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .idxcjbjx { grid-template-columns: 1fr; gap: 10px; } }
.liqlmh0 .qh9b3ltq { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.n5mqi .ivvc { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .xj6q2ko { grid-template-columns: 1fr; } }
.xgymj9j { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.xgymj9j:hover .o3jvnh0 { color: var(--accent-light); text-decoration: underline; }
.zoflbe { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.f39he { max-width: 760px; margin: 0 auto; }
.gtts3uk ul.ivvc { margin: 0; }
.qw5x { color: var(--text-muted); line-height: 1.75; }
.rhq9 .ivvc,
.mybsfq1 .ivvc,
.se4z .ivvc,
.n4cf1t .ivvc {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.xxtrqq { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.ca36 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.a2sf { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.vdfaj7 { margin-top: 12px; }
.pgv1bt2 { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.pgv1bt2:hover { border-bottom-color: var(--accent-light); }
.adtms6t { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.adtms6t img { width: 100%; height: 100%; object-fit: cover; display: block; }
.t90kujn { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.h5rffz { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.hwmphp3 { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .ymabop { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.fv4wmt2 .a2sf, .fv4wmt2 .ca36 { max-width: 640px; }
.v6nv .xxtrqq { font-size: 1.6rem; margin-top: 18px; }
.pmb0 .a2sf { margin-bottom: 28px; }
@media (max-width: 860px) { .lu4x { grid-template-columns: 1fr; } .v6nv { position: static; text-align: center; } }
.i3le .adtms6t { margin: 0 auto 18px; }
.i3le .h5rffz { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .fknfdkq5 { grid-template-columns: 1fr; } }
.lk18g { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.uxbr { flex: 1; }
.lk18g .xxtrqq { font-size: 1.6rem; margin-bottom: 6px; }
.jfug6eos { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.n4cf1t { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.jd3h { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.n4cf1t p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.n4cf1t .ivvc { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .lk18g { flex-direction: column; text-align: center; } .jfug6eos { grid-template-columns: 1fr; } }
.gyxxsf3 .xxtrqq { font-size: 1.35rem; margin: 0 0 4px; }
.gyxxsf3 .h5rffz { margin: 0; }
.slbu1r96 .hu47 { color: var(--accent-light); }
.vicvf .hu47 { font-size: 2rem; }
.vicvf .wgnvlwt4 { max-width: 680px; }
.kuo9e {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.kuo9e .hu47 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.kuo9e .wgnvlwt4  { margin: 0; }
@media (max-width: 640px) { .kuo9e { flex-direction: column; } }
.he4f9dil .hu47 { color: var(--accent-light); }
.t2oe4eo .hu47 { color: #fff; }
.t2oe4eo .wgnvlwt4  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .l5gnhvr { grid-template-columns: 1fr; } }
.zhnc3 .fgqicf84 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.zhnc3 .fgqicf84:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.okjd .fgqicf84 { background: var(--bg-raised); border-color: transparent; }
.okjd .fgqicf84:focus { background: var(--bg-card); border-color: var(--accent-light); }
.kwiffi8r .fgqicf84 { border-radius: 100px; padding: 11px 20px; }
.kwiffi8r .w13tuc0n { border-radius: 14px; }
.jatljc {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.jatljc summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.jatljc summary::-webkit-details-marker { display: none; }
.jatljc summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.jatljc[open] summary::after { content: "−"; }
.l4c1ybx {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.o2lpf {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .o2lpf { grid-template-columns: 1fr; } }
.q3ey {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.q3ey h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.q3ey p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.ydsx{display:none}
.ydsx:empty,.q41eem:empty{display:none}
.un70jgl{position:relative;overflow:visible}
.ofelyes0 .v277,.sb8b .v277,
.s5jz .v277,.vsp6qh .v277,
.tdhr .v277,.rdnhp00y .v277{display:block}
.f82hyh .vc8z{display:block}
.ofelyes0 .v277,.sb8b .v277,
.s5jz .v277,.vsp6qh .v277,
.tdhr .v277{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}
.ofelyes0 .v277 .q41eem,.sb8b .v277 .q41eem,
.s5jz .v277 .q41eem,.vsp6qh .v277 .q41eem,
.tdhr .v277 .q41eem{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}
.ofelyes0 .mvv7,.sb8b .mvv7,
.s5jz .mvv7,.vsp6qh .mvv7,
.tdhr .mvv7{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.ofelyes0 .v277,.sb8b .v277{top:12px}
.ofelyes0 .v277 .q41eem{margin-right:auto}
.sb8b .v277 .q41eem{margin-left:auto}
.sb8b .v277{text-align:right}
.s5jz .v277,.vsp6qh .v277{bottom:12px}
.s5jz .v277 .q41eem{margin-right:auto}
.vsp6qh .v277 .q41eem{margin-left:auto}
.vsp6qh .v277{text-align:right}
.tdhr .v277{position:relative;margin-top:16px}
.tdhr .v277 .q41eem{margin:0 auto}
.rdnhp00y .v277{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.rdnhp00y .v277 .q41eem{margin:0}
.rdnhp00y .iz4zo0v~.v277,
.rdnhp00y .t1ai~.v277{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.rdnhp00y .iz4zo0v~.v277 .q41eem,
.rdnhp00y .t1ai~.v277 .q41eem{justify-content:flex-start}
.iz4zo0v~.v277,.t1ai~.v277{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}
.iz4zo0v~.v277 .q41eem{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.t1ai~.v277 .q41eem{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.vc8z .q41eem{margin:0 0 12px}
.q41eem{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.qbos8tz{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.o3jvnh0{font-weight:600;color:var(--text-heading);opacity:1}
.f2c2::before{content:"·";margin:0 2px;opacity:.5}
.mvv7{white-space:nowrap}
.ztjvdsc2 .qbos8tz{display:none}
.qtqa .mvv7{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.qtqa .f2c2::before{content:""}
.y808 .mvv7{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}
.y808 .f2c2::before{content:""}
.hjcmw .q41eem{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.mvts4d .mvv7{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.mvts4d .f2c2::before{content:""}
.mcnf .mvv7{color: var(--accent-light);opacity:1;font-weight:500}
.uahw .mvv7{border-bottom:1px solid currentColor;padding-bottom:2px}
.xmsf .q41eem{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.m2cg438{--date-bg:var(--accent-bg)}
.td0w09g3 .f2c2::before{content:""}
.b5wx .f2c2::before{content:"•";opacity:.4}
.b5wx .mvv7 + .mvv7::before{content:"•";margin-right:6px;opacity:.4}
.chjjba .f2c2::before{content:"/";opacity:.35}
.chjjba .mvv7 + .mvv7::before{content:"/";margin-right:6px;opacity:.35}
.tnubmedb .f2c2::before{content:"|";opacity:.3}
.tnubmedb .mvv7 + .mvv7::before{content:"|";margin-right:6px;opacity:.3}
.eaba .f2c2::before{content:"—";opacity:.3}
.eaba .mvv7 + .mvv7::before{content:"—";margin-right:6px;opacity:.3}
.g53hn .f2c2::before{content:"◆";font-size:.5em;opacity:.35}
.g53hn .mvv7 + .mvv7::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.o4fxu .f2c2::before{content:"·";opacity:.4}
.o4fxu .mvv7 + .mvv7::before{content:"·";margin-right:6px;opacity:.4}
.l7hqrn1m .f2c2::before{content:"›";opacity:.4}
.l7hqrn1m .mvv7 + .mvv7::before{content:"›";margin-right:6px;opacity:.4}
.mt4rd9 .f2c2::before{content:"→";opacity:.35;font-size:.85em}
.mt4rd9 .mvv7 + .mvv7::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.aj6m0 .eb4uo{padding:20px 0}
@media(max-width:640px){
  .eb4uo{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .a5gdhj{max-width:100%}
}
.q28b .qorwbuev{margin:0}
@media (max-width:560px){
  .hb89i6q{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) {
  .wib1d { padding: 28px 18px 20px; }
  .vcl22jt { font-size: 1.2rem; }
  .x7wer { max-width: 220px; max-height: 80px; }
}
.bie9ka92 {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.b8wiy {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.x3hzkkg  .bie9ka92 { border-radius: 50%; }
.cwgywfv  .bie9ka92 { border-radius: 6px; }
.e22l2nve .bie9ka92 { border-radius: 22px; }
.ayrpowol .a218 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .bie9ka92 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.foff {
  margin: 28px 0 24px;
}
.foff .x1qo {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.foff .hy5kywk {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.foff .a218 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .nl4g { flex-direction: row-reverse; }
[dir="rtl"] .r8xg0g { flex-direction: row-reverse; }
[dir="rtl"] .tdbk8ay .iv07uhh { right: auto; left: 32px; }
[dir="rtl"] .g913  .iv07uhh { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .tdbk8ay .iv07uhh { right: auto; left: 20px; }
  [dir="rtl"] .g913  .iv07uhh { left: auto;  right: 20px; }
}
[dir="rtl"] .jnghj .yzno  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .agprfg .yzno { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .txdjh, [dir="rtl"] .yemo { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .vaqt { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .c05e7g5 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .jmfons { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .a218 { direction: rtl; }
[dir="rtl"] .bie9ka92 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .xf570p,
[dir="rtl"] .emizb { direction: rtl; }
[dir="rtl"] .jvt03s0t { direction: rtl; }
[dir="rtl"] .lwkk { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .bqdd .yemo,
[dir="rtl"] .shyfn .yemo,
[dir="rtl"] .rr4avqb .yemo,
[dir="rtl"] .npqm .yemo {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .bqdd .yemo li::before,
[dir="rtl"] .shyfn .yemo li::before,
[dir="rtl"] .rr4avqb .yemo li::before,
[dir="rtl"] .npqm .yemo li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .rqi30xn.cmd4phmr .xvqv,
[dir="rtl"] .wd1ht.cmd4phmr .xvqv,
[dir="rtl"] .aueba1vc.cmd4phmr .xvqv,
[dir="rtl"] .vo8ja.cmd4phmr .xvqv,
[dir="rtl"] .xfppc.cmd4phmr .xvqv { text-align: right; }
[dir="rtl"] .iz4zo0v.cmd4phmr .u7ugj7i { align-items: flex-end; text-align: right; }
[dir="rtl"] .hy5kywk,
[dir="rtl"] .xj13,
[dir="rtl"] .ga80,
[dir="rtl"] .ftn29v,
[dir="rtl"] .xvqv { text-align: right; }
[dir="rtl"] .fb95ejy,
[dir="rtl"] .fgjpm,
[dir="rtl"] .a2sf,
[dir="rtl"] .fgqicf84,
[dir="rtl"] .w13tuc0n { text-align: right; direction: rtl; }
[dir="rtl"] .kwiffi8r .fgqicf84,
[dir="rtl"] .zhnc3 .fgqicf84 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #05206c;
  --brand:           #05206c;
  --brand-light:     #091f5c;
  --brand-pale:      #132d76;
  --grad-start:      #0939c3;
  --grad-end:        #2155e8;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #05206c;
  --cta-light:       #011346;
  --cta-hover:       #020e31;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f4f6;
  --bg-raised:       #edeef1;
  --bg-hover:        #f3f4f6;
  --border:          #e1e3e9;
  --border-alt:      #cfd2dd;
  --border-section:  #e1e3e9;
  --text-primary:    #16181c;
  --text-muted:      #505562;
  --text-body:       #2d3038;
  --text-sub:        #444854;
  --text-faint:      #72798c;
  --text-dim:        #8e94a3;
  --text-label:      #5b6170;
  --text-value:      #393c46;
  --accent-bg:       #dee4f7;
  --accent-bg-light: #c1cff4;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #0c9667;
  --c-cons:          #9f214c;
  --c-pros-label:    #0eb37a;
  --c-tip-border:    #10c687;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9667;
}
:root { --logo-bg-opacity: 31%; }
body, button, input { font-family: "Audiowide", sans-serif; }
.b9d9i0a .z2jn5a7 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.b9d9i0a .z2jn5a7::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.b9d9i0a .pqldjku     .z2jn5a7::before { content: "";  color: var(--c-tip-border); }.b9d9i0a .xr5b7 .z2jn5a7::before { content: ""; color: var(--c-warn-border); }.b9d9i0a .h2nv    .z2jn5a7::before { content: ""; color: #60a5fa; }.l9twv .b9d9i0a .pqldjku     .z2jn5a7::before { color: #10b981; }.l9twv .b9d9i0a .xr5b7 .z2jn5a7::before { color: #f43f5e; }.l9twv .b9d9i0a .h2nv    .z2jn5a7::before { color: #a855f7; }.rmrtdk  .b9d9i0a .pqldjku     .z2jn5a7::before { color: #eab308; }.rmrtdk  .b9d9i0a .xr5b7 .z2jn5a7::before { color: #ef4444; }.rmrtdk  .b9d9i0a .h2nv    .z2jn5a7::before { color: #f97316; }.nzt9  .b9d9i0a .pqldjku     .z2jn5a7::before { color: #38bdf8; }.nzt9  .b9d9i0a .xr5b7 .z2jn5a7::before { color: #818cf8; }.nzt9  .b9d9i0a .h2nv    .z2jn5a7::before { color: #2dd4bf; }.fdwzb .b9d9i0a .z2jn5a7::before { color: var(--accent-light) !important; }
.mvna .bxu3 li::before, .mvna .ndi071 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; }.mvna .bxu3 li::before { content: ""; }.mvna .ndi071 li::before { content: ""; }.mvna .zktqe::before, .mvna .d7cl6::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.mvna .zktqe::before { content: ""; }.mvna .d7cl6::before { content: ""; }
.zdu9z8 .ekr6cp, .zdu9z8 .iz4zo0v { min-height: 320px; }
.m5z3dt .dvr4usb0::after, .m5z3dt .fhyy6g::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.txvk8::before { content: '>'; }