:root {
  --color-accent: #1a2496;
  --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;
}
.i2vtb {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.mgz3do {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.j9re1i9 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.yz5ycxvr { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.b108 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.b108 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.b108 a:hover { color: var(--accent-light); }
.ctsatgo     .s89xcga { border-radius: 6px; }
.ctsatgo .s89xcga li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.ctsatgo .s89xcga li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.yws0fx84 .s89xcga li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .s89xcga {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .cd0xnq:hover .s89xcga,
  .cd0xnq:focus-within .s89xcga { display: block; }
  .s89xcga li a { padding: 8px 16px; font-size: 0.88rem; }
}
.amv74 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.bj4cgk { display: none; }
@media (max-width: 640px) {
  .bj4cgk {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .bj4cgk.gh1y { display: block; }
}
@media (max-width: 640px) {
  .amv74 { display: block; }
  .b108 > li + li::before { display: none !important; }
  .b108 {
    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;
  }
  .b108.gh1y { display: flex; }
  .b108 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .b108 li:last-child a { border-bottom: none; }
}
.l6xwm { min-height: 480px; }
.ilprx1f {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.xtecn { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.gpuwlko .xtecn { margin-left: 0; margin-right: 0; }
.kj4vv7z {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.pprl7l {
  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%);
}
.kj4vv7z .kl1dc {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.kj4vv7z .ilprx1f { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.kj4vv7z .xtecn { color: #e2e8f0; }
.kj4vv7z.vsq6pj52 .kl1dc { text-align: center; }
.kj4vv7z.gpuwlko   .kl1dc { text-align: left; }
.unq3rg .kl1dc {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.unq3rg .ilprx1f { color: var(--text-primary); text-shadow: none; }
.unq3rg .xtecn { color: var(--text-muted); }
.unq3rg, .unq3rg.l6xwm { min-height: auto !important; }
.unq3rg.vsq6pj52 .kl1dc { text-align: center; }
.unq3rg.gpuwlko   .kl1dc { text-align: left; }
.unq3rg~.teecwhrt{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}
.unq3rg~.teecwhrt .y619k{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}
.fxw5st {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.amujp7h .fxw5st,
.amujp7h .fxw5st::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.dyvimzs .fxw5st,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.ojfly .fxw5st,
.ojfly .kj4vv7z .pprl7l {
  overflow: hidden;
}
.ojfly .fxw5st::after,
.ojfly .kj4vv7z .pprl7l::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%); }
}
.nigls9 .fxw5st,
.nigls9 .fxw5st::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); }
}
.nigls9 .kj4vv7z .pprl7l {
  overflow: hidden;
}
.nigls9 .kj4vv7z .pprl7l::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;
}
.u9kdg507 .fxw5st,
.u9kdg507 .kj4vv7z .pprl7l {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.amujp7h .kj4vv7z .pprl7l {
  overflow: hidden;
}
.amujp7h .kj4vv7z .pprl7l::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;
}
.dyvimzs .kj4vv7z .pprl7l {
  animation: hg-breathe 10s ease-in-out infinite;
}
.fxw5st .pprl7l {
  background: none;
}
.fxw5st .ilprx1f { color: #fff; }
.fxw5st .xtecn { color: rgba(255,255,255,0.85); }
.fxw5st .kms2k4f { background: #fff; color: var(--cta); }
.fxw5st .kms2k4f:hover { opacity: 0.92; }
.ncba4avz .ilprx1f { text-shadow: none; color: var(--text-primary); }
.ncba4avz .xtecn { color: var(--text-muted); }
body.w2otwy .ilprx1f {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.dds0 .ilprx1f {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.l6xwm.fxw5st .ilprx1f,
section.fxw5st .ilprx1f {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ncba4avz.gpuwlko   .abia { align-items: flex-start; text-align: left; }
.l6xwm .zagwn4 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.zagwn4 .q9sl {
  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;
}
.zagwn4 .q9sl::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.zagwn4 .tp8r { display: contents !important; }
.zagwn4 .tp8r .ichxa7cw {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.zagwn4 .tp8r .h7jkyri { max-height: 48px; max-width: 96px; }
.zagwn4 .tp8r .nrinn {
  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;
}
.zagwn4 .ovzi2c {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.zagwn4 .qn8xwdd { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.zagwn4 .cfftd2 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.zagwn4 .cfftd2 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.zagwn4 .nf559bsm { display: contents !important; }
.zagwn4 .nf559bsm .cmvskdba:not(.fddr) { display: none !important; }
.zagwn4 .nf559bsm .fddr {
  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;
}
.zagwn4 .nf559bsm .fddr .iqkf {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.zagwn4 .nf559bsm .fddr .wig7 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.zagwn4 .qlpt4ygh { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.zagwn4 .qlpt4ygh.izpvg {
  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;
}
.zagwn4 .qlpt4ygh.izpvg:hover { opacity: 0.85; }
.u0cpd44v { padding-bottom: 0; }
.u0cpd44v .kl1dc { padding-bottom: 24px; }
.ygwcz {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
  padding: 0 24px 32px !important;
}
.c7kmwjt .kl1dc { max-width: 1100px; }
@media (max-width: 700px) {
  .ncba4avz { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ncba4avz:not(.fa66c) .tf0eyj2x { display: none !important; }
  .fa66c .tf0eyj2x { padding: 16px; }
  .abia  { padding: 36px 24px; }
  .ncba4avz~.teecwhrt,.zw93k~.teecwhrt{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .l6xwm, .ncba4avz { min-height: 320px !important; }
  .ilprx1f { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ygwcz,
  .vsui,
  .kzq8yp { grid-template-columns: 1fr !important; }

  

  
  .u0cpd44v { display: flex !important; flex-direction: column !important; }
  .u0cpd44v .kl1dc { display: contents; }
  .u0cpd44v .pprl7l { order: 0; }
  .u0cpd44v .ilprx1f { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .u0cpd44v .ygwcz { order: 2; padding: 0 16px 12px !important; }
  .u0cpd44v .xtecn { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .c7kmwjt .kl1dc { display: flex; flex-direction: column; }
  .c7kmwjt .kl1dc .ilprx1f { order: 1; }
  .c7kmwjt .kl1dc .kzq8yp { order: 2; margin: 8px 0 24px !important; }
  .c7kmwjt .kl1dc .xtecn { order: 3; }
  .c7kmwjt .kl1dc .kms2k4f { order: 4; align-self: center; margin-top: 0; }

  
  .ncba4avz.fa66c {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ncba4avz.fa66c .abia { display: contents; padding: 0; }
  .ncba4avz.fa66c .abia .ilprx1f { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ncba4avz.fa66c .tf0eyj2x { order: 2; padding: 12px 16px; }
  .ncba4avz.fa66c .abia .xtecn { order: 3; padding: 0 24px; margin: 0 auto; }
  .ncba4avz.fa66c .abia .kms2k4f { order: 4; align-self: center; margin: 8px 0 32px; }
}
.yiac7 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.i0wt { width: 100%; height: auto; display: block; border-radius: 10px; }
.qf24 .yiac7        { border-radius: 16px; }
.qf24 .i0wt  { border-radius: 16px; }
.swa81 .yiac7         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.swa81 .i0wt   { border-radius: 8px; }
.deg75 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.e9jk1oyw { width: 100%; padding: 32px 0; position: relative; }
.fsfh8us { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.u52i .e9jk1oyw:nth-child(even) { background: var(--bg-surface); }
.u52i .e9jk1oyw:nth-child(odd)  { background: var(--bg-page); }
.nwca .e9jk1oyw:nth-child(even) { background: var(--bg-card); }
.nwca .e9jk1oyw:nth-child(odd)  { background: var(--bg-page); }
.u52i .e9jk1oyw:nth-child(odd)  .fsfh8us { background: var(--bg-card); border-radius: 6px; }
.u52i .e9jk1oyw:nth-child(even) .fsfh8us { background: var(--bg-raised); border-radius: 6px; }
.nwca .e9jk1oyw:nth-child(odd)  .fsfh8us { background: var(--bg-card); border-radius: 6px; }
.nwca .e9jk1oyw:nth-child(even) .fsfh8us { background: var(--bg-raised); border-radius: 6px; }
.u52i .e9jk1oyw:nth-child(even) .ron1t9 .m0nj8,
.nwca .e9jk1oyw:nth-child(even) .ron1t9 .m0nj8 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.u52i .e9jk1oyw:nth-child(odd) .ron1t9 .m0nj8,
.nwca .e9jk1oyw:nth-child(odd) .ron1t9 .m0nj8 { background: var(--bg-card-inner); }
.u52i .e9jk1oyw:nth-child(even) .hhfv8usk .m0nj8:nth-child(odd),
.nwca .e9jk1oyw:nth-child(even) .hhfv8usk .m0nj8:nth-child(odd)  { background: var(--bg-card); }
.u52i .e9jk1oyw:nth-child(even) .hhfv8usk .m0nj8:nth-child(even),
.nwca .e9jk1oyw:nth-child(even) .hhfv8usk .m0nj8:nth-child(even) { background: var(--bg-card-inner); }
h1.eustom { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.eustom {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.e54i96w { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.xzbo61b h2.eustom {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.rxvq4j h2.eustom {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.jiq7 h2.eustom {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.bhk1kswn h2.eustom::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.xwrr5 h2.eustom {
  color: var(--text-primary); font-size: 1.7rem;
}
.hu2f63ao h2.eustom::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.mqlmqp h2.eustom {
  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;
}
.ru53xora { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .ru53xora { display: none; } }
.q6ylfa { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ltqj6i { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.gimfamz {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.spdoct3 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.hdeus { padding-left: 20px; }
.hdeus li { margin-bottom: 6px; }
.hdeus a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.hdeus a:hover { color: var(--accent-light); }
.r8acv .spdoct3 { display: none; }
.eq9tc .spdoct3 { display: none; }
.eq9tc .hdeus { padding-left: 0; list-style: none; }
.eq9tc .hdeus li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.eq9tc .hdeus a { font-size: 0.92rem; }
.ylwr6edn .gimfamz { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ylwr6edn .spdoct3 { display: none; }
.ylwr6edn .hdeus { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.ylwr6edn .hdeus li { margin-bottom: 0; }
.ylwr6edn .hdeus 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;
}
.ylwr6edn .hdeus a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.la30 .gimfamz { padding: 20px 20px 16px; }
.la30 .hdeus {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.la30 .hdeus li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.la30 .hdeus 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;
}
.la30 .hdeus 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;
}
.la30 .hdeus a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.la30 .hdeus a:focus,
.la30 .hdeus a:focus-visible,
.la30 .hdeus a:target { outline: none; }
.la30 .hdeus li:target a { border-color: var(--border); color: var(--text-muted); }
.jaf9vzp .gimfamz { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.jaf9vzp .spdoct3 { display: none; }
.jaf9vzp .hdeus { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.jaf9vzp .hdeus li { margin-bottom: 0; }
.jaf9vzp .hdeus li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.jaf9vzp .hdeus li:last-child::after { content: ""; margin-right: 0; }
.jaf9vzp .hdeus a { font-size: 0.9rem; }
.m0nj8 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ron1t9 .m0nj8 { background: var(--bg-card); }
.hhfv8usk .m0nj8:nth-child(odd)  { background: var(--bg-card); }
.hhfv8usk .m0nj8:nth-child(even) { background: var(--bg-raised); }
.viok8q .m0nj8 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.viok8q .m0nj8:last-child { border-bottom: none; }
.viok8q h3.e54i96w { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.fbg0fbi .m0nj8 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.fbg0fbi .m0nj8 + .m0nj8 { margin-top: 4px; }
.v3ygs45 .m0nj8 { background: none; border-radius: 0; padding: 12px 0; }
.v3ygs45 .m0nj8 + .m0nj8 { border-top: 1px solid var(--border-section); }
.d1zxhj66 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.invv { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.dtuhavbb { color: var(--text-body); margin-bottom: 10px; }
.en2fk7k, .y1x4 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.en2fk7k li, .y1x4 li { margin-bottom: 6px; }
.y1x4 li { list-style: decimal; }
.scpyfpl     .en2fk7k { list-style-type: "● "; }
.orf2  .en2fk7k { list-style-type: "■ "; }
.l08a1v .en2fk7k { list-style-type: "◆ "; }
.dr6qh    .en2fk7k { list-style-type: "★ "; }
.scpyfpl     .j1slsyog { list-style-type: "● "; }
.orf2  .j1slsyog { list-style-type: "■ "; }
.l08a1v .j1slsyog { list-style-type: "◆ "; }
.dr6qh    .j1slsyog { list-style-type: "★ "; }
.scpyfpl    .en2fk7k li::marker, .scpyfpl    .j1slsyog li::marker,
.orf2 .en2fk7k li::marker, .orf2 .j1slsyog li::marker,
.l08a1v .en2fk7k li::marker, .l08a1v .j1slsyog li::marker,
.dr6qh   .en2fk7k li::marker, .dr6qh   .j1slsyog li::marker {
  color: var(--cta); font-size: 1em;
}
.scpyfpl .y1x4,
.orf2 .y1x4,
.l08a1v .y1x4,
.dr6qh .y1x4 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.scpyfpl .y1x4 li,
.orf2 .y1x4 li,
.l08a1v .y1x4 li,
.dr6qh .y1x4 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.scpyfpl .y1x4 li::before,
.orf2 .y1x4 li::before,
.l08a1v .y1x4 li::before,
.dr6qh .y1x4 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;
}
.scpyfpl     .y1x4 li::before { border-radius: 50%; }
.orf2  .y1x4 li::before { border-radius: 3px; }
.l08a1v .y1x4 li::before { border-radius: 3px; }
.dr6qh    .y1x4 li::before { border-radius: 50%; }
.p10d { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.qivr1dq .p10d,
.gwom .p10d { background: transparent; border: none; border-radius: 0; }
.mk7u7 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.mk7u7 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.mk7u7 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.mk7u7 tr:hover td { background: var(--bg-hover); }
.bhv4r5um .mk7u7 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.k4nnu7wk .mk7u7 { border: 1px solid var(--border-alt); }
.k4nnu7wk .mk7u7 th,
.k4nnu7wk .mk7u7 td { border: 1px solid var(--border-alt); }
.d9at2dvx .mk7u7 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.d9at2dvx .mk7u7 td { border-bottom: none; }
.d9at2dvx .mk7u7 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.lmgk1 .mk7u7 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.whnbeu .p10d {
  overflow: hidden;
}
.whnbeu .mk7u7 th { border-bottom: 1px solid var(--border-alt); }
.whnbeu .mk7u7 tr:last-child td { border-bottom: none; }
.urrcmoh6 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.el2s { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.anrl2gx { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.bxlo3j { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.a7zsw { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.j1slsyog { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.j1slsyog 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%}
.h46c .bxlo3j { background: transparent; text-align: center; }
.rz0jo .anrl2gx {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.jupv9 .anrl2gx {
  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);
}
.ffms .el2s { display: grid; grid-template-columns: auto 1fr; }
.ffms .anrl2gx {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.ffms .bxlo3j { grid-column: 2; }
.ffms .a7zsw,
.ffms .j1slsyog { grid-column: 1 / -1; }
.hyrfe5f1 .el2s { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.hyrfe5f1 .anrl2gx {
  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);
}
.hyrfe5f1 .bxlo3j { grid-column: 2; }
.hyrfe5f1 .a7zsw,
.hyrfe5f1 .j1slsyog { grid-column: 1 / -1; }
.tz03j5 .el2s { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.tz03j5 .bxlo3j { background: none; color: var(--accent-light); font-weight: 700; }
.na4cr8j .el2s { 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); }
.na4cr8j .bxlo3j { background: none; color: var(--accent-light); font-weight: 700; }
.hfslsn .el2s { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.hfslsn .el2s:last-child { border-bottom: none; }
.hfslsn .bxlo3j { background: none; color: var(--accent-light); font-weight: 700; }
.w1rf .el2s { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.w1rf .bxlo3j { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.xrmo .urrcmoh6 { counter-reset: card-n; }
.xrmo .el2s  { counter-increment: card-n; }
.xrmo .bxlo3j { display: flex; align-items: center; gap: 10px; }
.xrmo .bxlo3j::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;
}
.l1um6335 .el2s { background: var(--bg-surface); border: 1px solid var(--border); }
.l1um6335 .bxlo3j { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.no55rieu { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.pa6nfeo  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.mrz7 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.suw8knhq { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.no55rieu strong { color: var(--text-primary); font-size: 0.95rem; }
.no55rieu p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.ghz7 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.jn3a4b, .dzix2d { border-radius: 8px; padding: 14px; }
.jn3a4b { background: var(--bg-pros); }
.dzix2d { background: var(--bg-cons); }
.buwfk6o { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.jn3a4b .buwfk6o { color: var(--c-pros-label); }
.dzix2d .buwfk6o { color: #f87171; }
.jn3a4b ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.dzix2d ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.i0wt { width: 100%; height: auto; border-radius: 10px; display: block; }
.izpvg {
  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;
}
.izpvg:hover { opacity: 0.85; }
.fq97vywm .izpvg  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.fq97vywm .izpvg:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.dxroq .izpvg  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.dxroq .izpvg:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zyd9pv .kms2k4f { border-radius: 50px; }
.zyd9pv .izpvg  { border-radius: 50px; }
.pgniv .izpvg  { padding-left: 12px; padding-right: 12px; }
.iasaor .izpvg  { padding-left: 24px; padding-right: 24px; }
.sq81vpjf .kms2k4f { padding-left: 56px; padding-right: 56px; }
.sq81vpjf .izpvg  { padding-left: 32px; padding-right: 32px; }
.pttat   .kms2k4f::after, .pttat   .izpvg::after,
.vccfpl8u .kms2k4f::after, .vccfpl8u .izpvg::after,
.gpvv    .kms2k4f::after, .gpvv    .izpvg::after,
.wpcm    .kms2k4f::after, .wpcm    .izpvg::after,
.g94z5    .kms2k4f::after, .g94z5    .izpvg::after,
.x3zvl14     .kms2k4f::after, .x3zvl14     .izpvg::after,
.h0sr5d    .kms2k4f::after, .h0sr5d    .izpvg::after,
.hmcqvlj9   .kms2k4f::after, .hmcqvlj9   .izpvg::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;
}
.pttat .kms2k4f::after, .pttat .izpvg::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");
}
.vccfpl8u .kms2k4f::after, .vccfpl8u .izpvg::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");
}
.gpvv .kms2k4f::after, .gpvv .izpvg::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");
}
.wpcm .kms2k4f::after, .wpcm .izpvg::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");
}
.g94z5 .kms2k4f::after, .g94z5 .izpvg::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");
}
.x3zvl14 .kms2k4f::after, .x3zvl14 .izpvg::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");
}
.h0sr5d .kms2k4f::after, .h0sr5d .izpvg::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");
}
.hmcqvlj9 .kms2k4f::after, .hmcqvlj9 .izpvg::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");
}
.ngji   .tll4z2ct::after, .ngji   .n1h46b9::after,
.lld0c .tll4z2ct::after, .lld0c .n1h46b9::after,
.wuef    .tll4z2ct::after, .wuef    .n1h46b9::after,
.zu8ju    .tll4z2ct::after, .zu8ju    .n1h46b9::after,
.ua3l1k    .tll4z2ct::after, .ua3l1k    .n1h46b9::after,
.e4xoq4fe     .tll4z2ct::after, .e4xoq4fe     .n1h46b9::after,
.o17kfq    .tll4z2ct::after, .o17kfq    .n1h46b9::after,
.gpo8v   .tll4z2ct::after, .gpo8v   .n1h46b9::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;
}
.ngji .tll4z2ct::after, .ngji .n1h46b9::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");
}
.lld0c .tll4z2ct::after, .lld0c .n1h46b9::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");
}
.wuef .tll4z2ct::after, .wuef .n1h46b9::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");
}
.zu8ju .tll4z2ct::after, .zu8ju .n1h46b9::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");
}
.ua3l1k .tll4z2ct::after, .ua3l1k .n1h46b9::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");
}
.e4xoq4fe .tll4z2ct::after, .e4xoq4fe .n1h46b9::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");
}
.o17kfq .tll4z2ct::after, .o17kfq .n1h46b9::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");
}
.gpo8v .tll4z2ct::after, .gpo8v .n1h46b9::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");
}
.rfxlqf {
  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;
}
.q9sl {
  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;
}
.q9sl > * { min-width: 0; }
.q9sl:hover { background: var(--bg-hover); }
.q9sl > [itemprop="item"] { display: contents; }
.q9sl [itemprop="itemReviewed"],
.q9sl [itemprop="reviewRating"] { display: none; }
.q9sl::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;
}
.tp8r {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.ichxa7cw {
  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;
}
.h7jkyri { max-height: 52px; max-width: 110px; object-fit: contain; }
.nrinn {
  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;
}
.hrcqo .ichxa7cw    { background: #1a1a1a; }
.oujjpzq .ichxa7cw   { background: rgba(128,128,128,.12); }
.tqujgj45 .ichxa7cw { background: var(--bg-raised); }
.dwo3 .ichxa7cw    { background: transparent; padding: 0; }
.ovzi2c {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.qn8xwdd { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.cfftd2 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.nf559bsm {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.cmvskdba {
  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;
}
.iqkf {
  
  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%;
}
.wig7 {
  
  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;
}
.qlpt4ygh {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.qlpt4ygh.izpvg {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .q9sl {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .q9sl::before    { grid-area: rank;   }
  .tp8r           { grid-area: ident;  }
  .ovzi2c     { grid-area: rating; min-width: 0; width: auto; }
  .nf559bsm           { grid-area: pills;  }
  .qlpt4ygh             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .q9sl {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .q9sl::before    { justify-self: center; }
  .tp8r           { width: 100%; }
  .ovzi2c     { justify-self: center; }
  .nf559bsm           { grid-template-columns: 1fr; }
}
.msx6u9 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.jmuyp5ew {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.zzrt {
  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;
}
.zzrt img { max-width: 80px; max-height: 50px; object-fit: contain; }
.jkzei18q { flex: 1; }
.jkzei18q h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.j0srrbw { color: var(--c-stars); font-size: 1.1rem; }
.qvwtd47 { margin-bottom: 8px; }
.xydewo { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.sca3::before   { content: "★ "; color: var(--accent-light); }
.uiq4g { flex-shrink: 0; }
.j8uhudu img.sr3m { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.qivr1dq { padding: 20px 24px; }
.di2bnr { color: var(--text-muted); margin-bottom: 16px; }
.u2srk { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.x544, .ldpsm { list-style: none; font-size: 0.9rem; }
.x544 li { color: var(--c-pros); margin-bottom: 4px; }
.ldpsm li { color: var(--c-cons); margin-bottom: 4px; }
.x544 li::before { content: "✓"; margin-right: 5px; }
.ldpsm li::before { content: "✗"; margin-right: 5px; }
.h5rs2u .x544 li::before { content: "→"; }
.h5rs2u .ldpsm li::before { content: "–"; }
.pkid0  .x544 li::before { content: "★"; }
.pkid0  .ldpsm li::before { content: "✕"; }
.cf1p56d    .x544 li::before { content: "◆"; }
.cf1p56d    .ldpsm li::before { content: "▲"; }
.xaznwad  .x544 li::before { content: "▶"; }
.xaznwad  .ldpsm li::before { content: "■"; }
.mfqd { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.oqgda { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.meu7a { background: var(--bg-pros); color: var(--c-tag-pay); }
.rn4u { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.bfbyz .rn4u { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.pii9yczb .rn4u { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .a4ea8x .vtcei2c {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .a4ea8x .msx6u9 { margin: 0; }
}
.chod5 .jmuyp5ew { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.chod5 .jkzei18q h3 { color: var(--accent-light); }
.chod5 .zzrt { background: var(--bg-page); border: 1px solid var(--border); }
.uj4gu .msx6u9 { border-top: 4px solid var(--accent); }
.uj4gu .jmuyp5ew { background: var(--bg-card); }
.hi2tm3ol .msx6u9 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.hi2tm3ol .jmuyp5ew { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.hi2tm3ol .qivr1dq { padding: 14px 16px; }
.hi2tm3ol .zzrt { border-radius: 4px; }
.hi2tm3ol .rn4u { border-radius: 0; }
.xhsqz5bv .jmuyp5ew { padding: 0; gap: 0; overflow: hidden; }
.xhsqz5bv .zzrt { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.xhsqz5bv .jkzei18q { padding: 16px 20px; }
.xhsqz5bv .uiq4g { padding: 16px 20px; align-self: center; }
.tvri .j0srrbw { font-size: .95rem; }
.gwom .ghz7 { gap: 10px; }
.gwom .jn3a4b, .gwom .dzix2d { padding: 12px; }
.gwom .jn3a4b ul, .gwom .dzix2d ul { margin: 4px 0 0; padding-left: 18px; }
.gwom .jn3a4b li, .gwom .dzix2d li { font-size: .85rem; margin-bottom: 3px; }
.s7d6k .oqgda { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .soxnd { grid-template-columns: 1fr; }
  .q6oqhm { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .q6oqhm .r0idfdss { width: 72px; height: 50px; }
  .q6oqhm .fzx12wh { max-width: 180px; }
  .q6oqhm .fedz6v8 { width: auto; }
}
.tt1di .tvri .j0srrbw { filter: brightness(1.2); }
@media (max-width: 720px) {
  .tt1di { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .qola { padding: 16px; }
  .tyn3 .r72ttwi5 { min-width: 50%; }
}
.f6uw02t .ghz7 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .ic5a9goq { grid-template-columns: 1fr; }
  .so7gz2 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .xje38m8y { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .vdk7rl { flex-wrap: wrap; padding: 16px; }
}
.n3e7apt6 .ghz7 { gap: 8px; }
.n3e7apt6 .jn3a4b, .n3e7apt6 .dzix2d { padding: 8px; }
@media (max-width: 480px) {
  .jmxrfd { flex-direction: column; align-items: stretch; }
}
.o77y8 .fedz6v8 .izpvg { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .jyj0y { flex-direction: column; align-items: stretch; gap: 10px; }
  .o77y8 .fedz6v8 { text-align: center; }
}
@media (max-width: 720px) {
  .fsyre { grid-template-columns: 1fr; }
  .ibysj { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .djpivo { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.d88icas7 .v0yocb { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.gi763fk .j0srrbw { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .equisidf { grid-template-columns: 1fr; }
  .gi763fk { width: 100px; height: 100px; margin: 16px auto; }
  .d88icas7 { font-size: 1.4rem; }
  .sg1jk { justify-content: center; }
  .q3iedqu .r72ttwi5 { min-width: 50%; }
}
.pkke .ghz7 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .jgck8 { flex-wrap: wrap; padding: 14px 16px; }
  .he3vt5 { padding: 12px 16px; }
  .pkke .ghz7 { margin: 0 16px; }
  .pkke .s7d6k { padding: 0 16px; }
  .myelasd7 { padding: 12px 16px; }
}
.wmxd7hou .q9sl {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.wmxd7hou .q9sl:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.nvxr .rfxlqf { gap: 18px; }
.nvxr .q9sl {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.nvxr .q9sl:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.beqgsw .rfxlqf {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.beqgsw .q9sl {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.beqgsw .q9sl:last-child { border-bottom: none; }
.beqgsw .tp8r,
.beqgsw .ovzi2c,
.beqgsw .nf559bsm {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.p2g5q .rfxlqf { gap: 0; }
.p2g5q .q9sl {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.p2g5q .q9sl:last-child { border-bottom: none; }
.p2g5q .q9sl:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.p2g5q .q9sl:nth-child(even):hover { background: var(--bg-hover); }
.bwk6 .q9sl {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.a4t2k4u .nf559bsm .cmvskdba {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.a4t2k4u .nf559bsm .cmvskdba:first-child { border-left: none; }
.bfe5 .nf559bsm .cmvskdba {
  background: transparent; padding: 4px 8px;
}
.bfe5 .nf559bsm .iqkf { font-size: .65rem; opacity: .65; }
.bfe5 .nf559bsm .wig7   { font-size: 1.15rem; color: var(--accent-light); }
.vxgd .nf559bsm .cmvskdba {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.cfftd2 { display: none; }
.cf0yv8r .qn8xwdd { font-size: 1rem; letter-spacing: 2px; }
.h0fa904 .qn8xwdd {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.jlkse .qn8xwdd,
.dtwu2 .qn8xwdd,
.klj1ow2h .qn8xwdd { display: none; }
.jlkse .cfftd2,
.dtwu2 .cfftd2,
.klj1ow2h .cfftd2 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.jlkse .cfftd2 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.jlkse .cfftd2 small { display: none; }
.dtwu2 .cfftd2 {
  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;
}
.dtwu2 .cfftd2 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.klj1ow2h .cfftd2 {
  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;
}
.klj1ow2h .cfftd2 small { display: none; }
.jlkse .qvwtd47 .j0srrbw,
.dtwu2 .qvwtd47 .j0srrbw,
.klj1ow2h .qvwtd47 .j0srrbw { display: none; }
.jlkse .qvwtd47 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.jlkse .v0yocb { display: none; }
.dtwu2 .qvwtd47 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;
}
.dtwu2 .htv0,
.dtwu2 .v0yocb { font-size: 1em; }
.klj1ow2h .qvwtd47 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.klj1ow2h .v0yocb { display: none; }
.us5hb { margin: 16px 0; }
.xjsaxadb { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.xjsaxadb summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.xjsaxadb summary::after { content: "+"; color: var(--accent-light); }
.xjsaxadb[open] summary::after { content: "−"; }
.xjsaxadb p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.e9jk1oyw { margin-bottom: 0; }
.xk7pm0 h2.eustom { color: var(--text-primary); border-color: var(--accent-light); }
.xzoo24 h2.eustom { color: var(--text-primary); border-color: var(--accent-light); }
.fgwyop55 .pa6nfeo     { background: #052e16; border-color: #10b981; }
.fgwyop55 .mrz7 { background: #2d0a1e; border-color: #f43f5e; }
.fgwyop55 .no55rieu strong  { color: #f1f5f9; }
.fgwyop55 .no55rieu p       { color: #cbd5e1; }
.fgwyop55 .z58a    .pa6nfeo     .suw8knhq::before,
.fgwyop55 .fjr3t5j  .pa6nfeo     .suw8knhq::before,
.fgwyop55 .g93h  .pa6nfeo     .suw8knhq::before,
.fgwyop55 .tjqrup .pa6nfeo     .suw8knhq::before { color: #10b981; }
.fgwyop55 .z58a    .mrz7 .suw8knhq::before,
.fgwyop55 .fjr3t5j  .mrz7 .suw8knhq::before,
.fgwyop55 .g93h  .mrz7 .suw8knhq::before,
.fgwyop55 .tjqrup .mrz7 .suw8knhq::before { color: #f43f5e; }
.fgwyop55 .z58a    .s68g    .suw8knhq::before,
.fgwyop55 .fjr3t5j  .s68g    .suw8knhq::before,
.fgwyop55 .g93h  .s68g    .suw8knhq::before,
.fgwyop55 .tjqrup .s68g    .suw8knhq::before { color: #a855f7; }
.i32lc .pa6nfeo     { background: #2d2000; border-color: #eab308; }
.i32lc .mrz7 { background: #2d0b0b; border-color: #ef4444; }
.i32lc .no55rieu strong  { color: #f1f5f9; }
.i32lc .no55rieu p       { color: #cbd5e1; }
.i32lc .z58a    .pa6nfeo     .suw8knhq::before,
.i32lc .fjr3t5j  .pa6nfeo     .suw8knhq::before,
.i32lc .g93h  .pa6nfeo     .suw8knhq::before,
.i32lc .tjqrup .pa6nfeo     .suw8knhq::before { color: #eab308; }
.i32lc .z58a    .mrz7 .suw8knhq::before,
.i32lc .fjr3t5j  .mrz7 .suw8knhq::before,
.i32lc .g93h  .mrz7 .suw8knhq::before,
.i32lc .tjqrup .mrz7 .suw8knhq::before { color: #ef4444; }
.i32lc .z58a    .s68g    .suw8knhq::before,
.i32lc .fjr3t5j  .s68g    .suw8knhq::before,
.i32lc .g93h  .s68g    .suw8knhq::before,
.i32lc .tjqrup .s68g    .suw8knhq::before { color: #f97316; }
.df9w .pa6nfeo     { background: #0c1a2e; border-color: #38bdf8; }
.df9w .mrz7 { background: #12103a; border-color: #818cf8; }
.df9w .s68g    { background: #0a2020; border-color: #2dd4bf; }
.df9w .no55rieu strong  { color: #f1f5f9; }
.df9w .no55rieu p       { color: #cbd5e1; }
.df9w .z58a    .pa6nfeo     .suw8knhq::before,
.df9w .fjr3t5j  .pa6nfeo     .suw8knhq::before,
.df9w .g93h  .pa6nfeo     .suw8knhq::before,
.df9w .tjqrup .pa6nfeo     .suw8knhq::before { color: #38bdf8; }
.df9w .z58a    .mrz7 .suw8knhq::before,
.df9w .fjr3t5j  .mrz7 .suw8knhq::before,
.df9w .g93h  .mrz7 .suw8knhq::before,
.df9w .tjqrup .mrz7 .suw8knhq::before { color: #818cf8; }
.df9w .z58a    .s68g    .suw8knhq::before,
.df9w .fjr3t5j  .s68g    .suw8knhq::before,
.df9w .g93h  .s68g    .suw8knhq::before,
.df9w .tjqrup .s68g    .suw8knhq::before { color: #2dd4bf; }
.xzxp .pa6nfeo     { background: var(--accent-bg); border-color: var(--accent-light); }
.xzxp .mrz7 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.xzxp .z58a    .suw8knhq::before,
.xzxp .fjr3t5j  .suw8knhq::before,
.xzxp .g93h  .suw8knhq::before,
.xzxp .tjqrup .suw8knhq::before { color: var(--accent-light) !important; }
.pzws::before,
.j0h6x::before { margin-right: 5px; }
.o27gz0 .jn3a4b ul li,
.o27gz0 .x544 li         { color: #4ade80; }
.o27gz0 .jn3a4b .pzws { color: #22c55e; }
.o27gz0 .dzix2d ul li,
.o27gz0 .ldpsm li         { color: #f87171; }
.o27gz0 .dzix2d .j0h6x { color: #ef4444; }
.pnruz .jn3a4b { background: var(--bg-pros); }
.pnruz .dzix2d { background: var(--bg-cons); }
.pnruz .jn3a4b .pzws { color: var(--c-pros-label); }
.pnruz .dzix2d .j0h6x { color: var(--c-cons); }
.pnruz .jn3a4b ul li,
.pnruz .x544 li            { color: var(--c-pros); }
.pnruz .dzix2d ul li,
.pnruz .ldpsm li            { color: var(--c-cons); }
.rllqpa9 .jn3a4b { background: var(--bg-pros); }
.rllqpa9 .dzix2d { background: var(--bg-cons); }
.rllqpa9 .jn3a4b .pzws { color: var(--c-pros-label); }
.rllqpa9 .dzix2d .j0h6x { color: var(--c-cons); }
.rllqpa9 .jn3a4b ul li,
.rllqpa9 .x544 li          { color: var(--c-pros); }
.rllqpa9 .dzix2d ul li,
.rllqpa9 .ldpsm li          { color: var(--c-cons); }
.fgniblc .pzws::before { content: "✓ "; }
.fgniblc .j0h6x::before { content: "✗ "; }
.h5rs2u .pzws::before { content: "→ "; }
.h5rs2u .j0h6x::before { content: "← "; }
.pkid0 .pzws::before { content: "★ "; }
.pkid0 .j0h6x::before { content: "✕ "; }
.cf1p56d .pzws::before { content: "◆ "; }
.cf1p56d .j0h6x::before { content: "▲ "; }
.pii9yczb .no55rieu { background: transparent; border-left: none; border: 1.5px solid; }
.pii9yczb .pa6nfeo     { border-color: var(--c-tip-border); }
.pii9yczb .mrz7 { border-color: var(--c-warn-border); }
.pii9yczb .no55rieu strong { color: var(--text-primary); }
.pii9yczb .no55rieu p      { color: var(--text-muted); }
.bfbyz .no55rieu { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.bfbyz .pa6nfeo     { border-top-color: var(--c-tip-border); }
.bfbyz .mrz7 { border-top-color: var(--c-warn-border); }
.nw734s .no55rieu { border-left: none; border-radius: 8px; }
.nw734s .pa6nfeo     { background: #065f46; }
.nw734s .mrz7 { background: #92400e; }
.nw734s .no55rieu strong,
.nw734s .no55rieu p { color: #fff; }
.nw734s .suw8knhq::before { color: rgba(255,255,255,0.85) !important; }
.fgwyop55.nw734s .pa6nfeo,
.fgwyop55 .nw734s .pa6nfeo     { background: #052e16; }
.fgwyop55.nw734s .mrz7,
.fgwyop55 .nw734s .mrz7 { background: #2d0a1e; }
.i32lc.nw734s .pa6nfeo,
.i32lc .nw734s .pa6nfeo      { background: #2d2000; }
.i32lc.nw734s .mrz7,
.i32lc .nw734s .mrz7  { background: #2d0b0b; }
.df9w.nw734s .pa6nfeo,
.df9w .nw734s .pa6nfeo      { background: #0c1a2e; }
.df9w.nw734s .mrz7,
.df9w .nw734s .mrz7  { background: #12103a; }
.df9w.nw734s .s68g,
.df9w .nw734s .s68g     { background: #0a2020; }
.v1683x .no55rieu { border-left: none; border-radius: 6px; padding: 10px 14px; }
.v1683x .pa6nfeo     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.v1683x .mrz7 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.v1683x .no55rieu strong { color: var(--text-primary); }
.v1683x .no55rieu p      { color: var(--text-muted); }
.b32ilb6 .no55rieu { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.z58a .suw8knhq,
.fjr3t5j .suw8knhq,
.g93h .suw8knhq,
.tjqrup .suw8knhq { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.z58a .suw8knhq::before,
.fjr3t5j .suw8knhq::before,
.g93h .suw8knhq::before,
.tjqrup .suw8knhq::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.z58a .pa6nfeo     .suw8knhq::before { content: "✦"; color: var(--c-tip-border); }
.z58a .mrz7 .suw8knhq::before { content: "▲"; color: var(--c-warn-border); }
.z58a .s68g    .suw8knhq::before { content: "◉"; color: #60a5fa; }
.fjr3t5j .pa6nfeo     .suw8knhq::before { content: "★"; color: var(--c-tip-border); }
.fjr3t5j .mrz7 .suw8knhq::before { content: "◆"; color: var(--c-warn-border); }
.fjr3t5j .s68g    .suw8knhq::before { content: "●"; color: #60a5fa; }
.g93h .pa6nfeo     .suw8knhq::before { content: "▶"; color: var(--c-tip-border); }
.g93h .mrz7 .suw8knhq::before { content: "■"; color: var(--c-warn-border); }
.g93h .s68g    .suw8knhq::before { content: "▸"; color: #60a5fa; }
.tjqrup .pa6nfeo     .suw8knhq::before { content: "→"; color: var(--c-tip-border); }
.tjqrup .mrz7 .suw8knhq::before { content: "⬥"; color: var(--c-warn-border); }
.tjqrup .s68g    .suw8knhq::before { content: "◈"; color: #60a5fa; }
.cxq1lylb .ron1t9 .m0nj8,
.cxq1lylb .hhfv8usk .m0nj8  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.cxq1lylb .el2s                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.cxq1lylb .q9sl                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.cxq1lylb .msx6u9            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.cxq1lylb .p10d          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.cxq1lylb .gimfamz                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.rqha .ron1t9 .m0nj8,
.rqha .hhfv8usk .m0nj8,
.rqha .el2s,
.rqha .q9sl,
.rqha .msx6u9,
.rqha .p10d,
.rqha .gimfamz,
.rqha .b32ilb6 .no55rieu { box-shadow: none; }
.ukxqb   .dtuhavbb, .ukxqb .d1zxhj66, .ukxqb .invv,
.ukxqb   .q6ylfa, .ukxqb .ltqj6i { font-size: 0.9rem; }
.ukxqb   .en2fk7k, .ukxqb .y1x4 { font-size: 0.9rem; }
.n7xxvz3   .dtuhavbb, .n7xxvz3 .d1zxhj66, .n7xxvz3 .invv,
.n7xxvz3   .q6ylfa, .n7xxvz3 .ltqj6i { font-size: 0.95rem; }
.n7xxvz3   .en2fk7k, .n7xxvz3 .y1x4 { font-size: 0.95rem; }
.cyp819   .dtuhavbb, .cyp819 .d1zxhj66, .cyp819 .invv,
.cyp819   .q6ylfa, .cyp819 .ltqj6i { font-size: 1.08rem; }
.cyp819   .en2fk7k, .cyp819 .y1x4 { font-size: 1.05rem; }
.cyp819   .mk7u7 { font-size: 0.97rem; }
.k6c4zba .ilprx1f      { font-size: 3.2rem; }
.k6c4zba h2.eustom { font-size: 1.9rem; }
.k6c4zba h3.e54i96w     { font-size: 1.4rem; }
.j8ys1 .ilprx1f      { font-size: 3.8rem; }
.j8ys1 h2.eustom { font-size: 2.2rem; }
.j8ys1 h3.e54i96w     { font-size: 1.6rem; }
.e9jk1oyw + .e9jk1oyw { position: relative; }
.i1yy   .e9jk1oyw + .e9jk1oyw::before,
.t1gp2  .e9jk1oyw + .e9jk1oyw::before,
.yjargwf   .e9jk1oyw + .e9jk1oyw::before,
.b777dtg   .e9jk1oyw + .e9jk1oyw::before,
.xkd9n   .e9jk1oyw + .e9jk1oyw::before,
.mj8zp7s .e9jk1oyw + .e9jk1oyw::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.i1yy .e9jk1oyw + .e9jk1oyw::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.t1gp2 .e9jk1oyw + .e9jk1oyw::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.yjargwf .e9jk1oyw + .e9jk1oyw::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;
}
.b777dtg .e9jk1oyw + .e9jk1oyw::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.fg2ti7ht .e9jk1oyw { margin-bottom: 16px; }
.fg2ti7ht .e9jk1oyw + .e9jk1oyw { margin-top: 0; }
.fg2ti7ht .fsfh8us { padding-top: 0; padding-bottom: 0; }
.xkd9n .e9jk1oyw + .e9jk1oyw::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.mj8zp7s .e9jk1oyw + .e9jk1oyw::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.nxast7x7 .e9jk1oyw + .e9jk1oyw::before,
.vrmt54t6 .e9jk1oyw + .e9jk1oyw::before,
.ye39j .e9jk1oyw + .e9jk1oyw::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%;
}
.u52i .nxast7x7 .e9jk1oyw:nth-child(even)::before,
.u52i .vrmt54t6 .e9jk1oyw:nth-child(even)::before,
.u52i .ye39j .e9jk1oyw:nth-child(even)::before { background: var(--bg-surface); }
.nwca .nxast7x7 .e9jk1oyw:nth-child(even)::before,
.nwca .vrmt54t6 .e9jk1oyw:nth-child(even)::before,
.nwca .ye39j .e9jk1oyw:nth-child(even)::before { background: var(--bg-card); }
.nxast7x7 .e9jk1oyw + .e9jk1oyw::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");
}
.vrmt54t6 .e9jk1oyw + .e9jk1oyw::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");
}
.ye39j .e9jk1oyw + .e9jk1oyw::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");
}
.bx7fo .kj4vv7z,
.rqfk .kj4vv7z,
.g13wc6 .kj4vv7z { overflow: hidden; }
.bx7fo .kl1dc,
.rqfk .kl1dc { margin-bottom: 60px; }
.g13wc6 .kl1dc { margin-bottom: 70px; }
.bx7fo .kj4vv7z::before,
.rqfk .kj4vv7z::before,
.g13wc6 .kj4vv7z::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%;
}
.bx7fo .kj4vv7z::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");
}
.rqfk .kj4vv7z::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");
}
.g13wc6 .kj4vv7z::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");
}
.wn9q8y7q .kj4vv7z:not(.fxw5st) .pprl7l { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.dzsov .kj4vv7z:not(.fxw5st) .pprl7l { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.f1rzlm8d  .kj4vv7z:not(.fxw5st) .pprl7l { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.owh5ry6  .kj4vv7z:not(.fxw5st) .pprl7l { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.wn9q8y7q .fxw5st { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.dzsov .fxw5st { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.f1rzlm8d .fxw5st { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.owh5ry6 .fxw5st { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.owh5ry6 .c4m3rom { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.owh5ry6 .ncba4avz { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.d4wngxq .fxw5st { background: var(--accent); }
.d4wngxq .fxw5st .pprl7l { background: none; }
.d4wngxq .kj4vv7z:not(.fxw5st) .pprl7l { background: rgba(0,0,0,0.6); }
.w7gk919 .yiac7 { float: left; width: 38%; margin: 0 28px 16px 0; }
.w7gk919 .yiac7 .i0wt { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.w7gk919 .fsfh8us::after { content: ''; display: block; clear: both; }
.n397gy .yiac7 { float: right; width: 38%; margin: 0 0 16px 28px; }
.n397gy .yiac7 .i0wt { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.n397gy .fsfh8us::after { content: ''; display: block; clear: both; }
.i8zu6 .e9jk1oyw:nth-child(odd)  .yiac7 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.i8zu6 .e9jk1oyw:nth-child(even) .yiac7 { float: right; width: 38%; margin: 0 0 16px 28px; }
.i8zu6 .yiac7 .i0wt { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.i8zu6 .fsfh8us::after { content: ''; display: block; clear: both; }
.w7gk919 .urrcmoh6,
.w7gk919 .rfxlqf,
.n397gy .urrcmoh6,
.n397gy .rfxlqf,
.i8zu6 .urrcmoh6,
.i8zu6 .rfxlqf { clear: both; }
@media (max-width: 900px) {
  .w7gk919 .yiac7,
  .n397gy .yiac7,
  .i8zu6 .e9jk1oyw:nth-child(odd)  .yiac7,
  .i8zu6 .e9jk1oyw:nth-child(even) .yiac7 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .w7gk919 .yiac7 .i0wt,
  .n397gy .yiac7 .i0wt,
  .i8zu6 .yiac7 .i0wt {
    max-height: none !important;
  }
}
.w7gk919 .en2fk7k,
.w7gk919 .y1x4,
.n397gy .en2fk7k,
.n397gy .y1x4,
.i8zu6 .en2fk7k,
.i8zu6 .y1x4 { overflow: hidden; }
@media (max-width: 640px) {
  .w7gk919 .yiac7,
  .n397gy .yiac7,
  .i8zu6 .yiac7 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.t6ih0 .deg75,
.t6ih0 .fsfh8us,
.t6ih0 .jysron  { max-width: 1100px; }
.udm1ebs .deg75,
.udm1ebs .fsfh8us,
.udm1ebs .jysron  { max-width: 1200px; }
.i5kc .deg75,
.i5kc .fsfh8us,
.i5kc .jysron  { max-width: 1320px; }
.a22x { font-size: 0.82rem; color: var(--text-muted); }
.mdhv1d { display: flex; align-items: center; }
.n90y7 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.s7ov { display: flex; align-items: center; }
.i1bs { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.i1bs:hover { text-decoration: underline; }
.h710z7 { margin: 0 3px; opacity: 0.45; }
.h710z7::before { content: '/'; }
.j83qk3 { padding: 2px 5px; color: var(--text-main); }
.ltp11y6p .a22x {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ltp11y6p .mdhv1d { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.gqn1 .a22x {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.gqn1 .mdhv1d { padding: 0 0 0 12px; }
.deaa2h2 .mdhv1d { padding: 0 16px; }
.deaa2h2 .a22x {
  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);
}
.deaa2h2 .deg75 { padding-top: 28px; }
@media (max-width: 720px) {
  .mzvw14tc { margin-top: 18px; padding: 0 16px; }
  .deaa2h2 .deg75 { padding-top: 16px; }
}
.t6ih0.ltp11y6p .mdhv1d { max-width: 1100px; }
.udm1ebs.ltp11y6p .mdhv1d { max-width: 1200px; }
.i5kc.ltp11y6p .mdhv1d { max-width: 1320px; }
.uhphthn .e9jk1oyw { padding-top: 16px; padding-bottom: 16px; }
.n6netfl .e9jk1oyw { padding-top: 24px; padding-bottom: 24px; }
.u6aj .e9jk1oyw { padding-top: 40px; padding-bottom: 40px; }
.ha0b5 .e9jk1oyw { padding-top: 52px; padding-bottom: 52px; }
.iy2ynn .e9jk1oyw:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.iy2ynn .e9jk1oyw:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.iy2ynn .e9jk1oyw:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.iy2ynn .e9jk1oyw:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.exi6wh3j .fsfh8us { padding-top: 10px;  padding-bottom: 10px; }
.c2cc .fsfh8us { padding-top: 18px;  padding-bottom: 18px; }
.tvx8tju .fsfh8us { padding-top: 36px;  padding-bottom: 36px; }
.uu7u .fsfh8us { padding-top: 48px;  padding-bottom: 48px; }
.xq6mldt h2.eustom { font-weight: 600; }
.xq6mldt h3.e54i96w     { font-weight: 600; }
.g9sx4q { font-weight: 500; }
.g9sx4q h2.eustom { font-weight: 800; }
.g9sx4q h3.e54i96w     { font-weight: 700; }
.prduj h2.eustom { font-weight: 900; }
.prduj h3.e54i96w     { font-weight: 800; }
.prduj .no55rieu strong,
.prduj .no55rieu strong { font-weight: 600; }
.tll4z2ct {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.xx0jt0b8 .tll4z2ct { display: none; }
@media (max-width: 640px) { .tll4z2ct { display: none; } }
.tll4z2ct { background: var(--cta) !important; color: #fff !important; border: none !important; }
.tll4z2ct:hover { opacity: 0.85; }
.wh4twvqc .tll4z2ct { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.e4g9pdph .tll4z2ct,
.ix2oxg7n  .tll4z2ct { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.e4g9pdph .tll4z2ct:hover,
.ix2oxg7n  .tll4z2ct:hover { opacity: 0.88; }
.wh4twvqc.e4g9pdph .tll4z2ct,
.wh4twvqc.ix2oxg7n  .tll4z2ct { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.n1h46b9 {
  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;
}
.n1h46b9:hover { transform: translateY(-2px); opacity: 0.92; }
.n1h46b9 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.qbi75s .n1h46b9 { display: none; }
.qvyeoep .n1h46b9 { right: 32px; }
.ls218w  .n1h46b9 { left: 32px; }
@media (max-width: 480px) {
  .qvyeoep .n1h46b9 { right: 20px; bottom: 20px; }
  .ls218w  .n1h46b9 { left: 20px; bottom: 20px; }
}
.lcer8xol { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.jysron { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.jx0lxe { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.l0s3720 { color: var(--text-dim); font-size: 0.8rem; }
.p7aj8kzu a, .vrvfot a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.p7aj8kzu a:hover, .vrvfot a:hover { color: var(--accent-light); }
.vrvfot { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.lvjjml .jysron { text-align: center; }
.lvjjml .vrvfot { justify-content: center; margin-bottom: 16px; }
.lvjjml .jx0lxe { margin-top: 0; }
.wwo4s245 { margin-top: 10px; }
.wwo4s245 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .jysron { padding-left: 16px; padding-right: 16px; }
  .bcdzqxly .jysron { padding: 20px 16px; }
  .vrvfot { gap: 4px 12px; }
  .jx0lxe { font-size: 0.78rem; }
}
.slls9 .jx0lxe { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.slls9 .l0s3720 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .slls9 .riith { grid-template-columns: 1fr 1fr; } .slls9 .ienfd0 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .slls9 .riith { grid-template-columns: 1fr; } }
.t2uhjg .jx0lxe { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .t2uhjg .tiq4q { gap: 12px; } .t2uhjg .dqk4eq56 { margin-right: 0; width: 100%; } }
.s7t3 .jx0lxe { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.s7t3 .l0s3720 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .s7t3 .s8d3dg5p { grid-template-columns: 1fr 1fr; } .s7t3 .r63elnz { grid-column: 1 / -1; } }
@media (max-width: 480px) { .s7t3 .s8d3dg5p { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .c5aylh .qfffb { grid-template-columns: 1fr 1fr; } .c5aylh .remv8:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .c5aylh .qfffb { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .x3cl .qfffb { grid-template-columns: 1fr; } }
.jixqk1p .jysron { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.jixqk1p .vrvfot { justify-content: center; }
.tt1a36v .i2vtb      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.tt1a36v .lcer8xol { background: var(--bg-page); border-top-color: var(--border-alt); }
.o9eya .i2vtb      { background: #0d1117; border-bottom-color: #21262d; }
.o9eya .j9re1i9 { color: var(--accent-light); }
.o9eya .b108 { --msep-color: #8b949e; }
.o9eya .b108 a { color: #8b949e; }
.o9eya .b108 a:hover { color: var(--accent-light); }
.o9eya .amv74 { color: #8b949e; }
.o9eya .lcer8xol { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.o9eya .jx0lxe,
.o9eya .l0s3720 { color: #6e7681; }
.o9eya .p7aj8kzu a, .o9eya .vrvfot a,
.o9eya .p7aj8kzu a:hover, .o9eya .vrvfot a:hover,
@media (max-width: 640px) {
  .o9eya .b108 { background: #0d1117; border-top-color: #21262d; }
  .o9eya .b108 li a { border-bottom-color: #21262d; }
}
.nms9cyat .i2vtb      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.nms9cyat .j9re1i9 { color: var(--accent-light); }
.nms9cyat .b108 { --msep-color: #475569; }
.nms9cyat .b108 a { color: #475569; }
.nms9cyat .b108 a:hover { color: var(--accent-light); }
.nms9cyat .amv74 { color: #64748b; }
.nms9cyat .lcer8xol { background: #f0f4f8; border-top-color: #cbd5e1; }
.nms9cyat .jx0lxe,
.nms9cyat .l0s3720 { color: #64748b; }
.nms9cyat .p7aj8kzu a, .nms9cyat .vrvfot a,
.nms9cyat .p7aj8kzu a:hover, .nms9cyat .vrvfot a:hover,
@media (max-width: 640px) {
  .nms9cyat .b108 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .nms9cyat .b108 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.e4g9pdph .i2vtb      { background: var(--accent); border-bottom-color: var(--accent-light); }
.e4g9pdph .j9re1i9 { color: #fff; }
.e4g9pdph .b108 { --msep-color: rgba(255,255,255,0.82); }
.e4g9pdph .b108 a { color: rgba(255,255,255,0.82); }
.e4g9pdph .b108 a:hover { color: #fff; }
.e4g9pdph .amv74 { color: rgba(255,255,255,0.9); }
.e4g9pdph .lcer8xol { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.e4g9pdph .jx0lxe,
.e4g9pdph .l0s3720 { color: rgba(255,255,255,0.72); }
.e4g9pdph .p7aj8kzu a, .e4g9pdph .vrvfot a,
.e4g9pdph .p7aj8kzu a:hover, .e4g9pdph .vrvfot a:hover,
@media (max-width: 640px) {
  .e4g9pdph .b108 { background: var(--accent); border-top-color: var(--accent-light); }
  .e4g9pdph .b108 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.ix2oxg7n .i2vtb {
  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);
}
.ix2oxg7n .lcer8xol {
  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) {
  .ix2oxg7n .b108 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.lg52x9 .mgz3do { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.rwq9 .mgz3do { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.xzuulcyt .mgz3do { min-height: 72px; height: auto; }
.vfk8 .mgz3do { min-height: 84px; height: auto; }
.bcdzqxly .mgz3do { max-width: none; padding: 0 32px; }
.bcdzqxly .jysron  { max-width: none; padding: 24px 32px; }
.v289no.udm1ebs .mgz3do { max-width: 1200px; }
.v289no.i5kc .mgz3do { max-width: 1320px; }
.xvikc0   .j9re1i9, .xvikc0   .dqk4eq56 { text-transform: capitalize; }
.ldh8v92 .j9re1i9, .ldh8v92 .dqk4eq56 { text-transform: lowercase; }
.kt84qae .j9re1i9, .kt84qae .dqk4eq56 { text-transform: uppercase; letter-spacing: 0.06em; }
.sfp6ana, .lgo2idd {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vohsee .sfp6ana,
.wjtoe4 .sfp6ana,
.f2n6n2 .sfp6ana,
.x1ai .sfp6ana,
.w8dkc   .b108 a { font-weight: 500; }
.a34zrbg0 .b108 a { font-weight: 600; }
.r2swid     .b108 a { font-weight: 700; }
.svhf8tl    .b108 a { font-weight: 800; letter-spacing: 0.01em; }
.krp5     .b108 > li + li::before,
.uxh1    .b108 > li + li::before,
.cwuf    .b108 > li + li::before,
.fjaml .b108 > li + li::before,
.rzfhnpuh .b108 > li + li::before,
.f6lj  .b108 > li + li::before,
.pdb5ic    .b108 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.krp5     .b108 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.uxh1    .b108 > li + li::before { content: "|"; }
.cwuf    .b108 > li + li::before { content: "—"; }
.fjaml .b108 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.rzfhnpuh .b108 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.f6lj  .b108 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.pdb5ic    .b108 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .rkxt7 .amv74,
  .uk0n42 .amv74,
  .ispk .amv74,
  .p7vb6su2 .amv74,
  .sto1 .amv74 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .rkxt7 .amv74::before,
  .uk0n42 .amv74::before,
  .ispk .amv74::before,
  .p7vb6su2 .amv74::before,
  .sto1 .amv74::before { content: ""; display: block; flex-shrink: 0; }

  
  .rkxt7 .amv74::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;
  }

  
  .uk0n42 .amv74::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;
  }

  
  .ispk .amv74::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;
  }

  
  .p7vb6su2 .amv74::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;
  }

  
  .sto1 .amv74::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) {
  .jydmy4s .amv74 {
    padding: 5px 14px;
  }
  .jydmy4s .b108 {
    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;
  }
  .jydmy4s .b108 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .jydmy4s .b108 li a:hover { background: var(--bg-raised); }
  .jydmy4s .bj4cgk,
  .o1kr2o2w .bj4cgk,
  .xb4al0rp .bj4cgk { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .rrvf4 .amv74 {
    padding: 5px 10px;
  }
  .rrvf4 .b108 {
    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);
  }
  .rrvf4 .b108.gh1y { transform: translateX(0); }
  .rrvf4 .b108 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .rrvf4 .b108 li:last-child a { border-bottom: none; }
  .e4g9pdph .b108,
  .o9eya .b108 { background: var(--accent) !important; }
  .e4g9pdph .b108 li a,
  .o9eya .b108 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .xb4al0rp .amv74 {
    padding: 5px 10px;
  }
  .xb4al0rp .b108 {
    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);
  }
  .xb4al0rp .b108::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .xb4al0rp .b108.gh1y { transform: translateY(0); }
  .xb4al0rp .b108 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .pv7lew .amv74 {
    padding: 5px 10px;
  }
  .pv7lew .b108 {
    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;
  }
  .pv7lew .b108.gh1y { opacity: 1; pointer-events: auto; }
  .pv7lew .b108 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .zvj1sr     .amv74 { border-radius: 0 !important; }
  .emxsowr   .amv74 { border-radius: 8px !important; }
  .vpsstu .amv74 { border-radius: 50% !important; }
  .dzhuo1   .amv74 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .ifry78 .q93c { flex-direction: column; align-items: stretch; }
  .ifry78 .w7gj { flex-direction: row; min-width: auto; }
  .ifry78 .a1q6 { align-items: flex-start; text-align: left; }
}
.zwfx1fjg.e9jk1oyw,
.u52i .zwfx1fjg,
@media (max-width: 640px) {
  .y5ze {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .r4b1n3r { flex: 0 0 auto; }
  .picgc { font-size: 1.2rem; }
  .y3z1h5z { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.ag5dr .yz5ycxvr { height: 36px; }
.e3wx0z .yz5ycxvr { height: 60px; max-width: 200px; }
.ro5gspl .yz5ycxvr { height: 76px; max-width: 240px; }
.aso6ld    .qn8xwdd, .aso6ld    .j0srrbw { color: #f59e0b; }
.h07no      .qn8xwdd { font-size: 1rem; letter-spacing: 1.5px; }
.h07no      .j0srrbw   { font-size: 1.35rem; }
.xovc6b    .qn8xwdd, .xovc6b    .j0srrbw { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.s7i749cr     .qn8xwdd, .s7i749cr     .j0srrbw { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.bqod .qn8xwdd, .bqod .j0srrbw { color: var(--cta); letter-spacing: 2px; }
.bp8s   .qn8xwdd, .bp8s   .j0srrbw { color: #e91e63; letter-spacing: 2px; }
.w6rw8rx  .qn8xwdd, .w6rw8rx  .j0srrbw { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.mc9x     .qn8xwdd, .mc9x     .j0srrbw { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.a4t2k4u .cmvskdba + .cmvskdba {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.w7ngo7i .q9sl { padding: 18px 24px; min-height: 68px; }
.bfe5 .iqkf {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.bfe5 .wig7 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.vxgd .cmvskdba {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.rfxlqf { counter-reset: cs-rank; }
.rfxlqf .q9sl { counter-increment: cs-rank; }
.rfxlqf .q9sl::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;
}
.bn2ic .rfxlqf { counter-reset: cs-rank; gap: 0; }
.bn2ic .q9sl {
  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;
}
.bn2ic .q9sl::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;
}
.bn2ic .tp8r {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.bn2ic .ichxa7cw {
  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;
}
.bn2ic .h7jkyri { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.bn2ic .tp8r { min-width: 0; flex-direction: column; width: 100%; }
.bn2ic .nrinn {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.bn2ic .qn8xwdd { color: var(--cta, var(--accent)); }
.bn2ic .cfftd2 { font-weight: 700; }
.bn2ic .cmvskdba {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.bn2ic .iqkf {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.bn2ic .wig7 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.bn2ic .fddr .wig7 { font-size: 1.3rem; color: var(--accent-light); }
.bn2ic .qlpt4ygh {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.bn2ic .q9sl:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .bn2ic .rfxlqf {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .bn2ic .q9sl {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .bn2ic .q9sl { padding: 40px 16px 20px; }
  .bn2ic .cmvskdba {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .bn2ic .qlpt4ygh { width: 100%; min-width: 0; }
}
.rnj276 .rfxlqf { counter-reset: cs-rank; gap: 10px; }
.rnj276 .q9sl {
  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);
}
.rnj276 .q9sl::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);
}
.rnj276 .tp8r {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.rnj276 .ichxa7cw {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.rnj276 .h7jkyri { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.rnj276 .nrinn {
  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;
}
.rnj276 .qn8xwdd { color: var(--cta, var(--accent)); }
.rnj276 .cmvskdba {
  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;
}
.rnj276 .iqkf {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.rnj276 .wig7 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.rnj276 .fddr .wig7 { color: var(--accent-light); }
.rnj276 .qlpt4ygh {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.rnj276 .q9sl:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .rnj276 .q9sl {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .rnj276 .q9sl::before {
    position: absolute; top: 14px; left: 14px;
  }
  .rnj276 .tp8r {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .rnj276 .nrinn { white-space: normal; text-align: center; font-size: 1.2rem; }
  .rnj276 .cmvskdba {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .rnj276 .qlpt4ygh { width: 100%; min-width: 0; }
  .rnj276 .qn8xwdd { min-width: 0; }
}
.ojvrtexf .q9sl::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.v8w2c .xjsaxadb {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.v8w2c .xjsaxadb summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.v8w2c .xjsaxadb p { padding: 0 2px 16px; }
.ar0bb6c .xjsaxadb { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ar0bb6c .xjsaxadb summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ar0bb6c .xjsaxadb summary::after { content: "›"; font-size: 1.2em; }
.ar0bb6c .xjsaxadb[open] summary::after { content: "‹"; }
.ar0bb6c .xjsaxadb p { padding: 10px 22px 4px; }
.qvg1k .xjsaxadb {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.qvg1k .xjsaxadb summary { color: var(--text-primary); padding-left: 16px; }
.qvg1k .xjsaxadb summary::after { content: "›"; font-size: 1.1em; }
.qvg1k .xjsaxadb[open] summary::after { content: "‹"; }
.qvg1k .xjsaxadb p { padding-left: 16px; }
.nvrip4y .us5hb { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.nvrip4y .xjsaxadb {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.nvrip4y .xjsaxadb:last-child { border-bottom: none; }
.nvrip4y .xjsaxadb summary { color: var(--text-primary); border-radius: 0; }
.nvrip4y .xjsaxadb summary::after { content: "›"; font-size: 1.1em; }
.nvrip4y .xjsaxadb[open] summary::after { content: "‹"; }
.chs7g5 .xjsaxadb { overflow: hidden; }
.chs7g5 .xjsaxadb summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.chs7g5 .xjsaxadb summary::after { color: rgba(255,255,255,.75); }
.chs7g5 .xjsaxadb[open] summary { border-radius: 0; }
.h72vbor6 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.rvd12d {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.tucvv {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.iwc1h { color: var(--text-muted); font-size: 1.05rem; }
.ndilu7e {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.g85wpx25 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.z6g47k { margin-bottom: 20px; }
.zxau7xw {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ifmfh20 {
  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;
}
.ifmfh20:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.tk88fzn { resize: vertical; min-height: 130px; }
.y5e9 { width: 100%; margin-top: 8px; }
.ed8a {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.pu8ofn {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.pjga5j { color: var(--text-muted); line-height: 1.75; }
.et73jfqh { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.et73jfqh li { margin-bottom: 6px; }
.proz8 { max-width: 760px; margin: 0 auto; }
.h45nnv1e { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.whxl2 { max-width: 760px; margin: 0 auto; }
.nm3fi4i { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.l9kz ul.et73jfqh { margin: 0; }
.dmx28u9q .nm3fi4i { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .dmx28u9q { grid-template-columns: 1fr; gap: 10px; } }
.gdk4 { max-width: 640px; margin: 0 auto; text-align: center; }
.lbin2 { margin-bottom: 48px; }
.lbin2 .nm3fi4i { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.lbin2 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.eav3vma .et73jfqh { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .lyo5my8 { grid-template-columns: 1fr; } }
.n37wntg { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.n37wntg:hover .zim5rjg { color: var(--accent-light); text-decoration: underline; }
.n9rg { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.s4pyk { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.s4pyk:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.f9288xz { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.s4pyk p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.s4pyk ul.et73jfqh { margin: 0; }
.vjcwo { color: var(--text-muted); line-height: 1.75; }
.s2dl2 .et73jfqh,
.li01vp6w .et73jfqh,
.usbu6c .et73jfqh,
.h8e867v .et73jfqh {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.s2dl2 .s4pyk,
.li01vp6w .s4pyk { text-align: left; }
.s2dl2 .f9288xz,
.li01vp6w .f9288xz { text-align: center; }
.pmfa8 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.w8in49 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.zp1h04 { font-size: 1.1rem; }
.yjud8 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.r9o26x8 { margin-top: 12px; }
.oej7ykp9 { 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; }
.oej7ykp9:hover { border-bottom-color: var(--accent-light); }
.c551 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.c551 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dtku1 { width: 260px; height: 260px; }
.g8b4h54 { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.my2i9vgx { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.tl99 { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .qx1fsk { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.kqua6i .yjud8, .kqua6i .w8in49 { max-width: 640px; }
.x7v51 { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.augouf6m { position: sticky; top: 96px; align-self: start; }
.augouf6m .pmfa8 { font-size: 1.6rem; margin-top: 18px; }
.noqdhry .yjud8 { margin-bottom: 28px; }
@media (max-width: 860px) { .x7v51 { grid-template-columns: 1fr; } .augouf6m { position: static; text-align: center; } }
.jx372w7a .c551 { margin: 0 auto 18px; }
.jx372w7a .my2i9vgx { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .dpgdf { grid-template-columns: 1fr; } }
.tmsb34 .pmfa8 { font-size: 1.6rem; margin-bottom: 6px; }
.h8e867v .et73jfqh { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .tmsb34 { flex-direction: column; text-align: center; } .b8xlsf0 { grid-template-columns: 1fr; } }
.io46vct .pmfa8 { font-size: 1.35rem; margin: 0 0 4px; }
.io46vct .my2i9vgx { margin: 0; }
.tw3fr1 { max-width: 760px; margin: 0 auto; }
.fa98z { position: relative; padding-left: 28px; }
.fa98z::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.b3ywbx { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.b3ywbx:last-child { padding-bottom: 0; }
.prcjxn { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.d243 h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.d243 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ebv44zb .tucvv { color: var(--accent-light); }
.e8f49 .tucvv { font-size: 2rem; }
.e8f49 .iwc1h { max-width: 680px; }
.ro4y .tucvv { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.ro4y .iwc1h  { margin: 0; }
@media (max-width: 640px) { .ro4y { flex-direction: column; } }
.qeij76b .tucvv { color: var(--accent-light); }
.pr8vzs .tucvv { color: #fff; }
.pr8vzs .iwc1h  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .bipwsau { grid-template-columns: 1fr; } }
.j35dc9 { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.j35dc9 .ifmfh20 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.j35dc9 .ifmfh20:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.f2b1t .ifmfh20 { background: var(--bg-raised); border-color: transparent; }
.f2b1t .ifmfh20:focus { background: var(--bg-card); border-color: var(--accent-light); }
.cyfhfvvy .ifmfh20 { border-radius: 100px; padding: 11px 20px; }
.cyfhfvvy .tk88fzn { border-radius: 14px; }
.l5l1e {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.l5l1e 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;
}
.l5l1e summary::-webkit-details-marker { display: none; }
.l5l1e summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.l5l1e[open] summary::after { content: "−"; }
.atluq8 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.d38gqir6 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .d38gqir6 { grid-template-columns: 1fr; } }
.a8nxznu {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.a8nxznu h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.a8nxznu p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.cd8bbc8 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.cd8bbc8 li { margin-bottom: 6px; }
.uy9d{display:none}
.uy9d:empty,.y619k:empty{display:none}
.n2jm14r{position:relative;overflow:visible}
.kg6r9642 .teecwhrt,.x7xg .teecwhrt,
.vnb70sb .teecwhrt,.tsg2v5g .teecwhrt,
.tf4iw .teecwhrt,.e2ot .teecwhrt{display:block}
.dwud6 .b0epkriy{display:block}
.kg6r9642 .teecwhrt,.x7xg .teecwhrt,
.vnb70sb .teecwhrt,.tsg2v5g .teecwhrt,
.tf4iw .teecwhrt{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}
.kg6r9642 .teecwhrt .y619k,.x7xg .teecwhrt .y619k,
.vnb70sb .teecwhrt .y619k,.tsg2v5g .teecwhrt .y619k,
.tf4iw .teecwhrt .y619k{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}
.kg6r9642 .h0cgk,.x7xg .h0cgk,
.vnb70sb .h0cgk,.tsg2v5g .h0cgk,
.tf4iw .h0cgk{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.kg6r9642 .teecwhrt,.x7xg .teecwhrt{top:12px}
.kg6r9642 .teecwhrt .y619k{margin-right:auto}
.x7xg .teecwhrt .y619k{margin-left:auto}
.x7xg .teecwhrt{text-align:right}
.vnb70sb .teecwhrt,.tsg2v5g .teecwhrt{bottom:12px}
.vnb70sb .teecwhrt .y619k{margin-right:auto}
.tsg2v5g .teecwhrt .y619k{margin-left:auto}
.tsg2v5g .teecwhrt{text-align:right}
.tf4iw .teecwhrt{position:relative;margin-top:16px}
.tf4iw .teecwhrt .y619k{margin:0 auto}
.e2ot .teecwhrt{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.e2ot .teecwhrt .y619k{margin:0}
.e2ot .ncba4avz~.teecwhrt,
.e2ot .zw93k~.teecwhrt{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.e2ot .ncba4avz~.teecwhrt .y619k,
.e2ot .zw93k~.teecwhrt .y619k{justify-content:flex-start}
.ncba4avz~.teecwhrt,.zw93k~.teecwhrt{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}
.ncba4avz~.teecwhrt .y619k{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.zw93k~.teecwhrt .y619k{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.b0epkriy .y619k{margin:0 0 12px}
.y619k{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.qh20bbk{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.zim5rjg{font-weight:600;color:var(--text-heading);opacity:1}
.bljm3zf::before{content:"·";margin:0 2px;opacity:.5}
.h0cgk{white-space:nowrap}
.gampv .qh20bbk{display:none}
.bcohpn .h0cgk{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.bcohpn .bljm3zf::before{content:""}
.j2hp0ws .h0cgk{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}
.j2hp0ws .bljm3zf::before{content:""}
.niag .y619k{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.rhb13 .h0cgk{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.rhb13 .bljm3zf::before{content:""}
.z40d .h0cgk{color: var(--accent-light);opacity:1;font-weight:500}
.ncltfsvh .h0cgk{border-bottom:1px solid currentColor;padding-bottom:2px}
.c95bwp7v .y619k{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.n7aipup{--date-bg:var(--accent-bg-light)}
.mlehos .bljm3zf::before{content:""}
.jpixa4 .bljm3zf::before{content:"•";opacity:.4}
.jpixa4 .h0cgk + .h0cgk::before{content:"•";margin-right:6px;opacity:.4}
.d9a7z5hf .bljm3zf::before{content:"/";opacity:.35}
.d9a7z5hf .h0cgk + .h0cgk::before{content:"/";margin-right:6px;opacity:.35}
.pzeetgjr .bljm3zf::before{content:"|";opacity:.3}
.pzeetgjr .h0cgk + .h0cgk::before{content:"|";margin-right:6px;opacity:.3}
.lu9rh55z .bljm3zf::before{content:"—";opacity:.3}
.lu9rh55z .h0cgk + .h0cgk::before{content:"—";margin-right:6px;opacity:.3}
.cy6x .bljm3zf::before{content:"◆";font-size:.5em;opacity:.35}
.cy6x .h0cgk + .h0cgk::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.fal7wm .bljm3zf::before{content:"·";opacity:.4}
.fal7wm .h0cgk + .h0cgk::before{content:"·";margin-right:6px;opacity:.4}
.ecgx5 .bljm3zf::before{content:"›";opacity:.4}
.ecgx5 .h0cgk + .h0cgk::before{content:"›";margin-right:6px;opacity:.4}
.ac9n84 .bljm3zf::before{content:"→";opacity:.35;font-size:.85em}
.ac9n84 .h0cgk + .h0cgk::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.zkg9rfge .dy9m9hn{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .dy9m9hn{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .e3x9{max-width:100%}
}
.ijow .p10d{margin:0}
@media (max-width:560px){
  .jywx92j8{grid-template-columns:repeat(2,1fr);gap:12px}
}
:root {
  --accent:          #1a2496;
  --brand:           #1a2496;
  --brand-light:     #1d2578;
  --brand-pale:      #313a97;
  --grad-start:      #303edb;
  --grad-end:        #6d76db;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #1a2496;
  --cta-light:       #101876;
  --cta-hover:       #101761;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f3f5;
  --bg-raised:       #eeeef1;
  --bg-hover:        #f3f3f5;
  --border:          #e2e2e8;
  --border-alt:      #cfd0dc;
  --border-section:  #e2e2e8;
  --text-primary:    #17171b;
  --text-muted:      #515260;
  --text-body:       #2e2f37;
  --text-sub:        #464752;
  --text-faint:      #74768a;
  --text-dim:        #9091a1;
  --text-label:      #5d5e6e;
  --text-value:      #3a3b45;
  --accent-bg:       #e2e3f2;
  --accent-bg-light: #c9cced;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #109269;
  --c-cons:          #9f2149;
  --c-pros-label:    #14ad7d;
  --c-tip-border:    #16c08a;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #109269;
}
:root { --logo-bg-opacity: 45%; }
body, button, input { font-family: "Rajdhani", sans-serif; }
.ak7a .suw8knhq { font-size: 0; width: 1.2rem; flex-shrink: 0; }.ak7a .suw8knhq::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.ak7a .pa6nfeo     .suw8knhq::before { content: "";  color: var(--c-tip-border); }.ak7a .mrz7 .suw8knhq::before { content: ""; color: var(--c-warn-border); }.ak7a .s68g    .suw8knhq::before { content: ""; color: #60a5fa; }.fgwyop55 .ak7a .pa6nfeo     .suw8knhq::before { color: #10b981; }.fgwyop55 .ak7a .mrz7 .suw8knhq::before { color: #f43f5e; }.fgwyop55 .ak7a .s68g    .suw8knhq::before { color: #a855f7; }.i32lc  .ak7a .pa6nfeo     .suw8knhq::before { color: #eab308; }.i32lc  .ak7a .mrz7 .suw8knhq::before { color: #ef4444; }.i32lc  .ak7a .s68g    .suw8knhq::before { color: #f97316; }.df9w  .ak7a .pa6nfeo     .suw8knhq::before { color: #38bdf8; }.df9w  .ak7a .mrz7 .suw8knhq::before { color: #818cf8; }.df9w  .ak7a .s68g    .suw8knhq::before { color: #2dd4bf; }.xzxp .ak7a .suw8knhq::before { color: var(--accent-light) !important; }
.vvel2hkf .x544 li::before, .vvel2hkf .ldpsm 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; }.vvel2hkf .x544 li::before { content: ""; }.vvel2hkf .ldpsm li::before { content: ""; }.vvel2hkf .pzws::before, .vvel2hkf .j0h6x::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.vvel2hkf .pzws::before { content: ""; }.vvel2hkf .j0h6x::before { content: ""; }
.wx8ck .l6xwm, .wx8ck .ncba4avz { min-height: 520px; }
.shx4 .kms2k4f::after, .shx4 .izpvg::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; }
.be45n9 .tll4z2ct::after,.be45n9 .n1h46b9::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.h710z7::before { content: '›'; font-size: 1.1em; }