:root {
  --color-accent: #4d8615;
  --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;
}
.nccsjj {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.an0r8rq5 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.md41te {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.uk016 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.enw7ieaq { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.enw7ieaq a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.enw7ieaq a:hover { color: var(--accent-light); }
.epis     .etrvhak { border-radius: 24px; padding: 8px; }
.epis .etrvhak li a { border-radius: 16px; }
.w9ta .etrvhak li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .etrvhak {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .jus4:hover .etrvhak,
  .jus4:focus-within .etrvhak { display: block; }
  .etrvhak li a { padding: 8px 16px; font-size: 0.88rem; }
}
.h8fr {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.brmg6egf { display: none; }
@media (max-width: 640px) {
  .brmg6egf {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .brmg6egf.qxh0a { display: block; }
}
@media (max-width: 640px) {
  .h8fr { display: block; }
  .enw7ieaq > li + li::before { display: none !important; }
  .enw7ieaq {
    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;
  }
  .enw7ieaq.qxh0a { display: flex; }
  .enw7ieaq li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .enw7ieaq li:last-child a { border-bottom: none; }
}
.r05u { min-height: 480px; }
.o4ne8x {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ei04 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.too8rypj .ei04 { margin-left: 0; margin-right: 0; }
.qmj5 {
  background: var(--cta); color: var(--cta-fg, #fff); text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.bpp9e .qmj5 { margin-top: 24px; }
.qmj5:hover { opacity: 0.88; }
.my2n6sn {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.c0bs {
  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%);
}
.my2n6sn .t7hzd {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.my2n6sn .o4ne8x { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.my2n6sn .ei04 { color: #e2e8f0; }
.my2n6sn.am7kfrtl .t7hzd { text-align: center; }
.my2n6sn.too8rypj   .t7hzd { text-align: left; }
.fj24r8d .t7hzd {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.fj24r8d .o4ne8x { color: var(--text-primary); text-shadow: none; }
.fj24r8d .ei04 { color: var(--text-muted); }
.fj24r8d .qmj5 { margin-top: 16px; }
.fj24r8d, .fj24r8d.r05u { min-height: auto !important; }
.fj24r8d.am7kfrtl .t7hzd { text-align: center; }
.fj24r8d.too8rypj   .t7hzd { text-align: left; }
.fj24r8d~.w3z3xvlu{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}
.fj24r8d~.w3z3xvlu .aqh8h1y{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.ibjdd .my2n6sn .c0bs {
  overflow: hidden;
}
.ibjdd .my2n6sn .c0bs::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.kjeifpf .my2n6sn .c0bs {
  overflow: hidden;
}
.kjeifpf .my2n6sn .c0bs::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;
}
.nm5p .nbwr,
.nm5p .sv80x2m,
.nm5p .my2n6sn .c0bs {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.lq0s .my2n6sn .c0bs {
  overflow: hidden;
}
.lq0s .my2n6sn .c0bs::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;
}
.r8u394 .my2n6sn .c0bs {
  animation: hg-breathe 10s ease-in-out infinite;
}
.nbwr .c0bs {
  background: none;
}
.nbwr .o4ne8x { color: #fff; }
.nbwr .ei04 { color: rgba(255,255,255,0.85); }
.nm5p .kbh5k {
  animation: hg-fadein 1.2s ease-out both;
}
.kbh5k .o4ne8x { text-shadow: none; color: var(--text-primary); }
.kbh5k .ei04 { color: var(--text-muted); }
body.zyr946o .o4ne8x {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.je7t .o4ne8x {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.r05u.nbwr .o4ne8x,
section.nbwr .o4ne8x {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.kbh5k.too8rypj   .xqr77j8l { align-items: flex-start; text-align: left; }
.r05u .ajkseg {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ajkseg .b93lxaz {
  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;
}
.ajkseg .b93lxaz::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.ajkseg .a65tesu { display: contents !important; }
.ajkseg .a65tesu .eneia3 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.ajkseg .a65tesu .jlhee { max-height: 48px; max-width: 96px; }
.ajkseg .a65tesu .coc1tyo {
  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;
}
.ajkseg .rq3snr {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.ajkseg .jo7hq3fc { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.ajkseg .suks0f { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.ajkseg .suks0f small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.ajkseg .fcdfd1 { display: contents !important; }
.ajkseg .fcdfd1 .w8c9w:not(.xb5t) { display: none !important; }
.ajkseg .fcdfd1 .xb5t {
  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;
}
.ajkseg .fcdfd1 .xb5t .w7yqiu {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.ajkseg .fcdfd1 .xb5t .tcdwzr {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.ajkseg .mqhv { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.ajkseg .mqhv.aiqhu {
  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;
}
.ajkseg .mqhv.aiqhu:hover { opacity: 0.85; }
.ajkseg .b93lxaz,
.ajkseg .b93lxaz:hover,
.ajkseg .b93lxaz:nth-child(even),
.ajkseg .b93lxaz:nth-child(odd),
.ajkseg .b93lxaz:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.oscjtx .t7hzd { padding-bottom: 24px; }
.bpp9e .t7hzd { max-width: 1100px; }
@media (max-width: 700px) {
  .kbh5k { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .kbh5k:not(.ygs9v7g) .dggrnz { display: none !important; }
  .ygs9v7g .dggrnz { padding: 16px; }
  .xqr77j8l  { padding: 36px 24px; }
  .kbh5k~.w3z3xvlu,.r4wz3z~.w3z3xvlu{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .r05u, .kbh5k { min-height: 320px !important; }
  .o4ne8x { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .vbnf6g0i,
  .oak6qfc,
  .dfvpi { grid-template-columns: 1fr !important; }

  

  
  .oscjtx { display: flex !important; flex-direction: column !important; }
  .oscjtx .t7hzd { display: contents; }
  .oscjtx .c0bs { order: 0; }
  .oscjtx .o4ne8x { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .oscjtx .vbnf6g0i { order: 2; padding: 0 16px 12px !important; }
  .oscjtx .ei04 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .bpp9e .t7hzd { display: flex; flex-direction: column; }
  .bpp9e .t7hzd .o4ne8x { order: 1; }
  .bpp9e .t7hzd .dfvpi { order: 2; margin: 8px 0 24px !important; }
  .bpp9e .t7hzd .ei04 { order: 3; }
  .bpp9e .t7hzd .qmj5 { order: 4; align-self: center; margin-top: 0; }

  
  .kbh5k.ygs9v7g {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .kbh5k.ygs9v7g .xqr77j8l { display: contents; padding: 0; }
  .kbh5k.ygs9v7g .xqr77j8l .o4ne8x { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .kbh5k.ygs9v7g .dggrnz { order: 2; padding: 12px 16px; }
  .kbh5k.ygs9v7g .xqr77j8l .ei04 { order: 3; padding: 0 24px; margin: 0 auto; }
  .kbh5k.ygs9v7g .xqr77j8l .qmj5 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.s5f1k { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.tb4dkqk { width: 100%; height: auto; display: block; border-radius: 10px; }
.ziijgv4 .s5f1k        { border-radius: 16px; }
.ziijgv4 .tb4dkqk  { border-radius: 16px; }
.a7xrsbv0 .s5f1k         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.a7xrsbv0 .tb4dkqk   { border-radius: 8px; }
.wvm4bg3 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.gulkj { width: 100%; padding: 32px 0; position: relative; }
.up4sp4a { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.kl3w .gulkj:nth-child(even) { background: var(--bg-surface); }
.kl3w .gulkj:nth-child(odd)  { background: var(--bg-page); }
.tkh17rm .gulkj:nth-child(even) { background: var(--bg-card); }
.tkh17rm .gulkj:nth-child(odd)  { background: var(--bg-page); }
.kl3w .gulkj:nth-child(odd)  .up4sp4a { background: var(--bg-card); border-radius: 6px; }
.kl3w .gulkj:nth-child(even) .up4sp4a { background: var(--bg-raised); border-radius: 6px; }
.tkh17rm .gulkj:nth-child(odd)  .up4sp4a { background: var(--bg-card); border-radius: 6px; }
.tkh17rm .gulkj:nth-child(even) .up4sp4a { background: var(--bg-raised); border-radius: 6px; }
.kl3w .gulkj:nth-child(even) .hib3 .il89hfoq,
.tkh17rm .gulkj:nth-child(even) .hib3 .il89hfoq { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.kl3w .gulkj:nth-child(odd) .hib3 .il89hfoq,
.tkh17rm .gulkj:nth-child(odd) .hib3 .il89hfoq { background: var(--bg-card-inner); }
.kl3w .gulkj:nth-child(even) .yha5v2 .il89hfoq:nth-child(odd),
.tkh17rm .gulkj:nth-child(even) .yha5v2 .il89hfoq:nth-child(odd)  { background: var(--bg-card); }
.kl3w .gulkj:nth-child(even) .yha5v2 .il89hfoq:nth-child(even),
.tkh17rm .gulkj:nth-child(even) .yha5v2 .il89hfoq:nth-child(even) { background: var(--bg-card-inner); }
h1.mvxn8y2u { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.mvxn8y2u {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.d6mb { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.mdkhh87 h2.mvxn8y2u {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ap2mx h2.mvxn8y2u {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.r52kty h2.mvxn8y2u {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.sbsmy9 h2.mvxn8y2u::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.kkj7xgp0 h2.mvxn8y2u {
  color: var(--text-primary); font-size: 1.7rem;
}
.aax6 h2.mvxn8y2u::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.uqalgj8b h2.mvxn8y2u {
  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;
}
@media (max-width: 640px) { .yvyv73c { display: none; } }
.kkyav { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.nzpzf { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.x7utpvuh {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.b5bsq9ft { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.tad5ph0 { padding-left: 20px; }
.tad5ph0 li { margin-bottom: 6px; }
.tad5ph0 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.tad5ph0 a:hover { color: var(--accent-light); }
.nfpwqoq8 .b5bsq9ft { display: none; }
.kwgmv .b5bsq9ft { display: none; }
.kwgmv .tad5ph0 { padding-left: 0; list-style: none; }
.kwgmv .tad5ph0 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.kwgmv .tad5ph0 a { font-size: 0.92rem; }
.k0mgpvg .x7utpvuh { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.k0mgpvg .b5bsq9ft { display: none; }
.k0mgpvg .tad5ph0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.k0mgpvg .tad5ph0 li { margin-bottom: 0; }
.k0mgpvg .tad5ph0 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;
}
.k0mgpvg .tad5ph0 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.vzkr8 .x7utpvuh { padding: 20px 20px 16px; }
.vzkr8 .tad5ph0 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.vzkr8 .tad5ph0 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.vzkr8 .tad5ph0 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;
}
.vzkr8 .tad5ph0 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;
}
.vzkr8 .tad5ph0 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.vzkr8 .tad5ph0 a:focus,
.vzkr8 .tad5ph0 a:focus-visible,
.vzkr8 .tad5ph0 a:target { outline: none; }
.vzkr8 .tad5ph0 li:target a { border-color: var(--border); color: var(--text-muted); }
.xhrn1k .x7utpvuh { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.xhrn1k .b5bsq9ft { display: none; }
.xhrn1k .tad5ph0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.xhrn1k .tad5ph0 li { counter-increment: toc-n; margin-bottom: 0; }
.xhrn1k .tad5ph0 a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.xhrn1k .tad5ph0 a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.xhrn1k .tad5ph0 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.qa5nkw0 .x7utpvuh { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.qa5nkw0 .b5bsq9ft { display: none; }
.qa5nkw0 .tad5ph0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.qa5nkw0 .tad5ph0 li { margin-bottom: 0; }
.qa5nkw0 .tad5ph0 a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.qa5nkw0 .tad5ph0 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.b5xwp5a .x7utpvuh { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.b5xwp5a .b5bsq9ft { display: none; }
.b5xwp5a .tad5ph0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.b5xwp5a .tad5ph0 li { margin-bottom: 0; }
.b5xwp5a .tad5ph0 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.b5xwp5a .tad5ph0 li:last-child::after { content: ""; margin-right: 0; }
.b5xwp5a .tad5ph0 a { font-size: 0.9rem; }
.il89hfoq { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.hib3 .il89hfoq { background: var(--bg-card); }
.yha5v2 .il89hfoq:nth-child(odd)  { background: var(--bg-card); }
.yha5v2 .il89hfoq:nth-child(even) { background: var(--bg-raised); }
.amxdh .il89hfoq {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.amxdh .il89hfoq:last-child { border-bottom: none; }
.amxdh h3.d6mb { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.qufnk9c .il89hfoq {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.qufnk9c .il89hfoq + .il89hfoq { margin-top: 4px; }
.szigj .il89hfoq { background: none; border-radius: 0; padding: 12px 0; }
.szigj .il89hfoq + .il89hfoq { border-top: 1px solid var(--border-section); }
.flyewe { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.d682c5a { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.m0nc222 { color: var(--text-body); margin-bottom: 10px; }
.ubhuvaq, .yi7fgxxp { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ubhuvaq li, .yi7fgxxp li { margin-bottom: 6px; }
.yi7fgxxp li { list-style: decimal; }
.igt3a     .ubhuvaq { list-style-type: "● "; }
.ycjz  .ubhuvaq { list-style-type: "■ "; }
.levckss .ubhuvaq { list-style-type: "◆ "; }
.bhx565nw    .ubhuvaq { list-style-type: "★ "; }
.igt3a     .j19gpgs { list-style-type: "● "; }
.ycjz  .j19gpgs { list-style-type: "■ "; }
.levckss .j19gpgs { list-style-type: "◆ "; }
.bhx565nw    .j19gpgs { list-style-type: "★ "; }
.igt3a    .ubhuvaq li::marker, .igt3a    .j19gpgs li::marker,
.ycjz .ubhuvaq li::marker, .ycjz .j19gpgs li::marker,
.levckss .ubhuvaq li::marker, .levckss .j19gpgs li::marker,
.bhx565nw   .ubhuvaq li::marker, .bhx565nw   .j19gpgs li::marker {
  color: var(--cta); font-size: 1em;
}
.igt3a .yi7fgxxp,
.ycjz .yi7fgxxp,
.levckss .yi7fgxxp,
.bhx565nw .yi7fgxxp {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.igt3a .yi7fgxxp li,
.ycjz .yi7fgxxp li,
.levckss .yi7fgxxp li,
.bhx565nw .yi7fgxxp li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.igt3a .yi7fgxxp li::before,
.ycjz .yi7fgxxp li::before,
.levckss .yi7fgxxp li::before,
.bhx565nw .yi7fgxxp 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;
}
.igt3a     .yi7fgxxp li::before { border-radius: 50%; }
.ycjz  .yi7fgxxp li::before { border-radius: 3px; }
.levckss .yi7fgxxp li::before { border-radius: 3px; }
.bhx565nw    .yi7fgxxp li::before { border-radius: 50%; }
.bc6j { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.d91xzsyy .bc6j,
.m6wpst .bc6j { background: transparent; border: none; border-radius: 0; }
.kri0pumu { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.kri0pumu th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.kri0pumu td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.kri0pumu tr:hover td { background: var(--bg-hover); }
.ghh8 .kri0pumu tbody tr:nth-child(even) td { background: var(--bg-surface); }
.m778axs8 .kri0pumu { border: 1px solid var(--border-alt); }
.m778axs8 .kri0pumu th,
.m778axs8 .kri0pumu td { border: 1px solid var(--border-alt); }
.vjjsf5 .kri0pumu th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.vjjsf5 .kri0pumu td { border-bottom: none; }
.vjjsf5 .kri0pumu tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.ne1oms .kri0pumu th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.utupy7m .bc6j {
  overflow: hidden;
}
.utupy7m .kri0pumu th { border-bottom: 1px solid var(--border-alt); }
.utupy7m .kri0pumu tr:last-child td { border-bottom: none; }
.zbm9jiw { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.xm7ul { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.z24b { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.kqaxafa { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.d8vygb1 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.j19gpgs { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.j19gpgs 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%}
.xzn9 .kqaxafa { background: transparent; text-align: center; }
.m2eunsc6 .z24b {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.y5cp6 .z24b {
  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);
}
.cpiy6g .xm7ul { display: grid; grid-template-columns: auto 1fr; }
.cpiy6g .z24b {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.cpiy6g .kqaxafa { grid-column: 2; }
.cpiy6g .d8vygb1,
.cpiy6g .j19gpgs { grid-column: 1 / -1; }
.tgzxpd .xm7ul { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.tgzxpd .z24b {
  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);
}
.tgzxpd .kqaxafa { grid-column: 2; }
.tgzxpd .d8vygb1,
.tgzxpd .j19gpgs { grid-column: 1 / -1; }
.v6ntth .xm7ul { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.v6ntth .kqaxafa { background: none; color: var(--accent-light); font-weight: 700; }
.qupe .xm7ul { 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); }
.qupe .kqaxafa { background: none; color: var(--accent-light); font-weight: 700; }
.dtmmhz .xm7ul { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.dtmmhz .xm7ul:last-child { border-bottom: none; }
.dtmmhz .kqaxafa { background: none; color: var(--accent-light); font-weight: 700; }
.qz8vm7q5 .xm7ul { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.qz8vm7q5 .kqaxafa { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.tprd .zbm9jiw { counter-reset: card-n; }
.tprd .xm7ul  { counter-increment: card-n; }
.tprd .kqaxafa { display: flex; align-items: center; gap: 10px; }
.tprd .kqaxafa::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;
}
.gifa1l9 .xm7ul { background: var(--bg-surface); border: 1px solid var(--border); }
.gifa1l9 .kqaxafa { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.itnci { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.itnci         { --cl-hue: var(--accent); }
.bjyamnsv     { --cl-hue: #16a34a; }
.wsaggma1 { --cl-hue: #ea580c; }
.qru85l3o    { --cl-hue: #2563eb; }
.bjyamnsv, .wsaggma1, .qru85l3o, .hizwyu7b {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.po7w { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.po7w::before { color: var(--cl-hue); }
.itnci strong { color: var(--text-primary); font-size: 0.95rem; }
.itnci p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.gr9lz { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.p4r7app6, .oc8bdu { border-radius: 8px; padding: 14px; }
.p4r7app6 { background: var(--bg-pros); }
.oc8bdu { background: var(--bg-cons); }
.yn2ma { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.p4r7app6 .yn2ma { color: var(--c-pros-label); }
.oc8bdu .yn2ma { color: #f87171; }
.p4r7app6 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.oc8bdu ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.tb4dkqk { width: 100%; height: auto; border-radius: 10px; display: block; }
.aiqhu {
  background: var(--cta); color: var(--cta-fg, #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;
}
.aiqhu:hover { opacity: 0.85; }
.aoc1n .aiqhu  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.aoc1n .aiqhu:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.wzxtkejj .aiqhu  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.wzxtkejj .aiqhu:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.aoc1n .mqhv.aiqhu, .wzxtkejj .mqhv.aiqhu,
.aoc1n .fl1wr7ds .aiqhu, .wzxtkejj .fl1wr7ds .aiqhu {
  background: var(--cta); border: none; color: #fff;
}
.aoc1n .mqhv.aiqhu:hover, .wzxtkejj .mqhv.aiqhu:hover,
.aoc1n .fl1wr7ds .aiqhu:hover, .wzxtkejj .fl1wr7ds .aiqhu:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.tjnf .qmj5 { border-radius: 50px; }
.tjnf .aiqhu  { border-radius: 50px; }
.se6u .qmj5,
.se6u .aiqhu { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.se6u .qmj5:hover,
.se6u .aiqhu:hover { filter: brightness(1.08); opacity: 1; }
.p4wax .qmj5,
.p4wax .aiqhu { box-shadow: 0 3px 14px -2px var(--cta); }
.p4wax .qmj5:hover,
.p4wax .aiqhu:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.odz33 .qmj5,
.odz33 .aiqhu { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.odz33 .qmj5:hover,
.odz33 .aiqhu:hover { opacity: 1; }
.odz33 .qmj5:active,
.odz33 .aiqhu:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.sbggh36 .qmj5,
.sbggh36 .aiqhu { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.sbggh36 .qmj5:hover,
.sbggh36 .aiqhu:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.sbggh36 .qmj5:active,
.sbggh36 .aiqhu:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.l6qc56o .qmj5,
.l6qc56o .aiqhu { position: relative; overflow: hidden; }
.l6qc56o .qmj5::before,
.l6qc56o .aiqhu::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.l6qc56o .qmj5:hover::before,
.l6qc56o .aiqhu:hover::before { left: 135%; }
.qipr .qmj5,
.qipr .aiqhu { border-radius: 0; }
.fgd3hoqr .qmj5 { padding-left: 22px; padding-right: 22px; }
.fgd3hoqr .aiqhu  { padding-left: 12px; padding-right: 12px; }
.nl74f .qmj5 { padding-left: 44px; padding-right: 44px; }
.nl74f .aiqhu  { padding-left: 24px; padding-right: 24px; }
.j1vacdk2 .qmj5 { padding-left: 56px; padding-right: 56px; }
.j1vacdk2 .aiqhu  { padding-left: 32px; padding-right: 32px; }
.y2hlk8   .qmj5::after, .y2hlk8   .aiqhu::after,
.r3c2w7fy .qmj5::after, .r3c2w7fy .aiqhu::after,
.iau76    .qmj5::after, .iau76    .aiqhu::after,
.e68pdi    .qmj5::after, .e68pdi    .aiqhu::after,
.rofqda    .qmj5::after, .rofqda    .aiqhu::after,
.ao1en0fn     .qmj5::after, .ao1en0fn     .aiqhu::after,
.scq5tq    .qmj5::after, .scq5tq    .aiqhu::after,
.siwqb1   .qmj5::after, .siwqb1   .aiqhu::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;
}
.y2hlk8 .qmj5::after, .y2hlk8 .aiqhu::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");
}
.r3c2w7fy .qmj5::after, .r3c2w7fy .aiqhu::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");
}
.iau76 .qmj5::after, .iau76 .aiqhu::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");
}
.e68pdi .qmj5::after, .e68pdi .aiqhu::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");
}
.rofqda .qmj5::after, .rofqda .aiqhu::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");
}
.ao1en0fn .qmj5::after, .ao1en0fn .aiqhu::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");
}
.scq5tq .qmj5::after, .scq5tq .aiqhu::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");
}
.siwqb1 .qmj5::after, .siwqb1 .aiqhu::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");
}
.jxo3iso   .huczxiec::after, .jxo3iso   .d6g7::after,
.pu8q0l6n .huczxiec::after, .pu8q0l6n .d6g7::after,
.zrxhqc    .huczxiec::after, .zrxhqc    .d6g7::after,
.xvo24ly    .huczxiec::after, .xvo24ly    .d6g7::after,
.mjy3y    .huczxiec::after, .mjy3y    .d6g7::after,
.gyx0uahf     .huczxiec::after, .gyx0uahf     .d6g7::after,
.fd5tb8j    .huczxiec::after, .fd5tb8j    .d6g7::after,
.ipr1qx   .huczxiec::after, .ipr1qx   .d6g7::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;
}
.jxo3iso .huczxiec::after, .jxo3iso .d6g7::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");
}
.pu8q0l6n .huczxiec::after, .pu8q0l6n .d6g7::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");
}
.zrxhqc .huczxiec::after, .zrxhqc .d6g7::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");
}
.xvo24ly .huczxiec::after, .xvo24ly .d6g7::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");
}
.mjy3y .huczxiec::after, .mjy3y .d6g7::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");
}
.gyx0uahf .huczxiec::after, .gyx0uahf .d6g7::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");
}
.fd5tb8j .huczxiec::after, .fd5tb8j .d6g7::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");
}
.ipr1qx .huczxiec::after, .ipr1qx .d6g7::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");
}
.foau {
  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;
}
.b93lxaz {
  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;
}
.b93lxaz > * { min-width: 0; }
.b93lxaz:hover { background: var(--bg-hover); }
.b93lxaz > [itemprop="item"] { display: contents; }
.b93lxaz [itemprop="itemReviewed"],
.b93lxaz [itemprop="reviewRating"] { display: none; }
.b93lxaz::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;
}
.a65tesu {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.eneia3 {
  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;
}
.jlhee { max-height: 52px; max-width: 110px; object-fit: contain; }
.coc1tyo {
  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;
}
.vxy36 .eneia3    { background: #1a1a1a; }
.w0o5u .eneia3   { background: rgba(128,128,128,.12); }
.g5p801ea .eneia3 { background: var(--bg-raised); }
.uzp5hru .eneia3    { background: transparent; padding: 0; }
.rq3snr {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.jo7hq3fc { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.suks0f { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.fcdfd1 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.w8c9w {
  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;
}
.w7yqiu {
  
  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%;
}
.tcdwzr {
  
  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;
}
.mqhv {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.mqhv.aiqhu {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .b93lxaz {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .b93lxaz::before    { grid-area: rank;   }
  .a65tesu           { grid-area: ident;  }
  .rq3snr     { grid-area: rating; min-width: 0; width: auto; }
  .fcdfd1           { grid-area: pills;  }
  .mqhv             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .b93lxaz {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .b93lxaz::before    { justify-self: center; }
  .a65tesu           { width: 100%; }
  .rq3snr     { justify-self: center; }
  .fcdfd1           { grid-template-columns: 1fr; }
}
.ihw0vr {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.oyg5x {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.tfmdazpe {
  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;
}
.tfmdazpe img { max-width: 80px; max-height: 50px; object-fit: contain; }
.mj4s6l { flex: 1; }
.mj4s6l h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.js6p1kc { color: var(--c-stars); font-size: 1.1rem; }
.lq9xktdw { margin-bottom: 8px; }
.hnotx9 {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 22px;
  padding: 12px 24px; font-size: 0.86rem;
  background: var(--bg-surface); border-top: 1px solid var(--border-alt);
}
.hnotx9 > span { color: var(--accent); font-weight: 700; }
.rpqty em, .pmo1 em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .hnotx9 { padding: 10px 16px; gap: 6px 16px; } }
.fl1wr7ds { flex-shrink: 0; align-self: flex-start; }
.fl1wr7ds .aiqhu { white-space: nowrap; }
@media (max-width: 560px) {
  .oyg5x { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .tfmdazpe { order: 1; }
  .fl1wr7ds { order: 2; margin-left: auto; align-self: center; }
  .mj4s6l { order: 3; flex: 1 1 100%; min-width: 0; }
}
.asuc img.dz6g36 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.d91xzsyy { padding: 20px 24px; }
.ven2z { color: var(--text-muted); margin-bottom: 16px; }
.h20e6 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.jpi0, .exjz9dqq { list-style: none; font-size: 0.9rem; }
.jpi0 li { color: var(--c-pros); margin-bottom: 4px; }
.exjz9dqq li { color: var(--c-cons); margin-bottom: 4px; }
.jpi0 li::before { content: "✓"; margin-right: 5px; }
.exjz9dqq li::before { content: "✗"; margin-right: 5px; }
.dst7b .jpi0 li::before { content: "→"; }
.dst7b .exjz9dqq li::before { content: "–"; }
.dlvc6  .jpi0 li::before { content: "★"; }
.dlvc6  .exjz9dqq li::before { content: "✕"; }
.ap2uo    .jpi0 li::before { content: "◆"; }
.ap2uo    .exjz9dqq li::before { content: "▲"; }
.azta8ni  .jpi0 li::before { content: "▶"; }
.azta8ni  .exjz9dqq li::before { content: "■"; }
.uw0bgvw { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.xt8mdw { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.xn56hbnq { background: var(--bg-pros); color: var(--c-tag-pay); }
.fqqaek { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.y0vsa .fqqaek { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.v5qs4 .fqqaek { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .n8oknb .kl4kymt {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .n8oknb .ihw0vr { margin: 0; }
}
.odabf00v .oyg5x { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.odabf00v .mj4s6l h3 { color: var(--accent-light); }
.odabf00v .tfmdazpe { background: var(--bg-page); border: 1px solid var(--border); }
.soc6y9 .ihw0vr { border-top: 4px solid var(--accent); }
.soc6y9 .oyg5x { background: var(--bg-card); }
.ezgulgcb .ihw0vr { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.ezgulgcb .oyg5x { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.ezgulgcb .d91xzsyy { padding: 14px 16px; }
.ezgulgcb .tfmdazpe { border-radius: 4px; }
.ezgulgcb .fqqaek { border-radius: 0; }
.y9ay .oyg5x { padding: 0; gap: 0; overflow: hidden; }
.y9ay .tfmdazpe { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.y9ay .mj4s6l { padding: 16px 20px; }
.y9ay .fl1wr7ds { padding: 16px 20px; align-self: center; }
.ovr9mo .js6p1kc { font-size: .95rem; }
.m6wpst .gr9lz { gap: 10px; }
.m6wpst .p4r7app6, .m6wpst .oc8bdu { padding: 12px; }
.m6wpst .p4r7app6 ul, .m6wpst .oc8bdu ul { margin: 4px 0 0; padding-left: 18px; }
.m6wpst .p4r7app6 li, .m6wpst .oc8bdu li { font-size: .85rem; margin-bottom: 3px; }
.ccz60s .xt8mdw { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .urfcvno5 { grid-template-columns: 1fr; }
  .i7zo8x8x { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .i7zo8x8x .r6ybkc { width: 72px; height: 50px; }
  .i7zo8x8x .it8f { max-width: 180px; }
  .i7zo8x8x .wo3u1ecm { width: auto; }
}
.nbpewbn .ovr9mo .js6p1kc { filter: brightness(1.2); }
@media (max-width: 720px) {
  .nbpewbn { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .jj9ux5 { padding: 16px; }
  .qz60s .yuz0a0h { min-width: 50%; }
}
.pf7s .gr9lz { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .md5b { grid-template-columns: 1fr; }
  .kds7h { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .m8u4b667 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .vg5d { flex-wrap: wrap; padding: 16px; }
}
.iulbl .gr9lz { gap: 8px; }
.iulbl .p4r7app6, .iulbl .oc8bdu { padding: 8px; }
@media (max-width: 480px) {
  .qou731jd { flex-direction: column; align-items: stretch; }
}
.iaolpxzg .wo3u1ecm .aiqhu { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .jze1lnft { flex-direction: column; align-items: stretch; gap: 10px; }
  .iaolpxzg .wo3u1ecm { text-align: center; }
}
@media (max-width: 720px) {
  .piy9 { grid-template-columns: 1fr; }
  .vk5qa5vb { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .y4yfi { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.jdhbmmwv .qxl5 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.aoonof .js6p1kc { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .g85ht { grid-template-columns: 1fr; }
  .aoonof { width: 100px; height: 100px; margin: 16px auto; }
  .jdhbmmwv { font-size: 1.4rem; }
  .viul { justify-content: center; }
  .zx45e9jp .yuz0a0h { min-width: 50%; }
}
.w1rf2 .gr9lz { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .su6vmlg { flex-wrap: wrap; padding: 14px 16px; }
  .hni9v { padding: 12px 16px; }
  .w1rf2 .gr9lz { margin: 0 16px; }
  .w1rf2 .ccz60s { padding: 0 16px; }
  .eoucdt { padding: 12px 16px; }
}
.wos4dya .b93lxaz {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.wos4dya .b93lxaz:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.odit .foau { gap: 18px; }
.odit .b93lxaz {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.odit .b93lxaz:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.ceg2m .foau {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.ceg2m .b93lxaz {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.ceg2m .b93lxaz:last-child { border-bottom: none; }
.ceg2m .a65tesu,
.ceg2m .rq3snr,
.ceg2m .fcdfd1 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.dkxxgz .foau { gap: 0; }
.dkxxgz .b93lxaz {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.dkxxgz .b93lxaz:last-child { border-bottom: none; }
.dkxxgz .b93lxaz:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.dkxxgz .b93lxaz:nth-child(even):hover { background: var(--bg-hover); }
.gqqjzm .b93lxaz {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.p1ohyo .fcdfd1 .w8c9w {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.p1ohyo .fcdfd1 .w8c9w:first-child { border-left: none; }
.hdz2b69 .fcdfd1 .w8c9w {
  background: transparent; padding: 4px 8px;
}
.hdz2b69 .fcdfd1 .w7yqiu { font-size: .65rem; opacity: .65; }
.hdz2b69 .fcdfd1 .tcdwzr   { font-size: 1.15rem; color: var(--accent-light); }
.um1h79b .fcdfd1 .w8c9w {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.suks0f { display: none; }
.cy4t .jo7hq3fc { font-size: 1rem; letter-spacing: 2px; }
.gdtyz .jo7hq3fc {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.v17mnbw .jo7hq3fc,
.i8l7 .jo7hq3fc,
.i7g8zk .jo7hq3fc { display: none; }
.v17mnbw .suks0f,
.i8l7 .suks0f,
.i7g8zk .suks0f { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.v17mnbw .suks0f { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.v17mnbw .suks0f small { display: none; }
.i8l7 .suks0f {
  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;
}
.i8l7 .suks0f small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.i7g8zk .suks0f {
  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;
}
.i7g8zk .suks0f small { display: none; }
.v17mnbw .lq9xktdw .js6p1kc,
.i8l7 .lq9xktdw .js6p1kc,
.i7g8zk .lq9xktdw .js6p1kc { display: none; }
.v17mnbw .lq9xktdw strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.v17mnbw .qxl5 { display: none; }
.i8l7 .lq9xktdw 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;
}
.i8l7 .nzzsc6c,
.i8l7 .qxl5 { font-size: 1em; }
.i7g8zk .lq9xktdw strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.i7g8zk .qxl5 { display: none; }
.piaf { margin: 16px 0; }
.zzxwh4 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.zzxwh4 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.zzxwh4 summary::after { content: "+"; color: var(--accent-light); }
.zzxwh4[open] summary::after { content: "−"; }
.zzxwh4 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.gulkj { margin-bottom: 0; }
.tej87a07 h2.mvxn8y2u { color: var(--text-primary); border-color: var(--accent-light); }
.me29ku2 h2.mvxn8y2u { color: var(--text-primary); border-color: var(--accent-light); }
.u9fl9 .bjyamnsv     { background: #052e16; border-color: #10b981; }
.u9fl9 .wsaggma1 { background: #2d0a1e; border-color: #f43f5e; }
.u9fl9 .qru85l3o    { background: #1e1036; border-color: #a855f7; }
.u9fl9 .itnci strong  { color: #f1f5f9; }
.u9fl9 .itnci p       { color: #cbd5e1; }
.u9fl9 .eybsu    .bjyamnsv     .po7w::before,
.u9fl9 .hhhlc  .bjyamnsv     .po7w::before,
.u9fl9 .q91im7hh  .bjyamnsv     .po7w::before,
.u9fl9 .kgzw .bjyamnsv     .po7w::before { color: #10b981; }
.u9fl9 .eybsu    .wsaggma1 .po7w::before,
.u9fl9 .hhhlc  .wsaggma1 .po7w::before,
.u9fl9 .q91im7hh  .wsaggma1 .po7w::before,
.u9fl9 .kgzw .wsaggma1 .po7w::before { color: #f43f5e; }
.u9fl9 .eybsu    .qru85l3o    .po7w::before,
.u9fl9 .hhhlc  .qru85l3o    .po7w::before,
.u9fl9 .q91im7hh  .qru85l3o    .po7w::before,
.u9fl9 .kgzw .qru85l3o    .po7w::before { color: #a855f7; }
.ece9pzh .bjyamnsv     { background: #2d2000; border-color: #eab308; }
.ece9pzh .wsaggma1 { background: #2d0b0b; border-color: #ef4444; }
.ece9pzh .qru85l3o    { background: #2d1600; border-color: #f97316; }
.ece9pzh .itnci strong  { color: #f1f5f9; }
.ece9pzh .itnci p       { color: #cbd5e1; }
.ece9pzh .eybsu    .bjyamnsv     .po7w::before,
.ece9pzh .hhhlc  .bjyamnsv     .po7w::before,
.ece9pzh .q91im7hh  .bjyamnsv     .po7w::before,
.ece9pzh .kgzw .bjyamnsv     .po7w::before { color: #eab308; }
.ece9pzh .eybsu    .wsaggma1 .po7w::before,
.ece9pzh .hhhlc  .wsaggma1 .po7w::before,
.ece9pzh .q91im7hh  .wsaggma1 .po7w::before,
.ece9pzh .kgzw .wsaggma1 .po7w::before { color: #ef4444; }
.ece9pzh .eybsu    .qru85l3o    .po7w::before,
.ece9pzh .hhhlc  .qru85l3o    .po7w::before,
.ece9pzh .q91im7hh  .qru85l3o    .po7w::before,
.ece9pzh .kgzw .qru85l3o    .po7w::before { color: #f97316; }
.lua1 .bjyamnsv     { background: #0c1a2e; border-color: #38bdf8; }
.lua1 .wsaggma1 { background: #12103a; border-color: #818cf8; }
.lua1 .qru85l3o    { background: #0a2020; border-color: #2dd4bf; }
.lua1 .itnci strong  { color: #f1f5f9; }
.lua1 .itnci p       { color: #cbd5e1; }
.lua1 .eybsu    .bjyamnsv     .po7w::before,
.lua1 .hhhlc  .bjyamnsv     .po7w::before,
.lua1 .q91im7hh  .bjyamnsv     .po7w::before,
.lua1 .kgzw .bjyamnsv     .po7w::before { color: #38bdf8; }
.lua1 .eybsu    .wsaggma1 .po7w::before,
.lua1 .hhhlc  .wsaggma1 .po7w::before,
.lua1 .q91im7hh  .wsaggma1 .po7w::before,
.lua1 .kgzw .wsaggma1 .po7w::before { color: #818cf8; }
.lua1 .eybsu    .qru85l3o    .po7w::before,
.lua1 .hhhlc  .qru85l3o    .po7w::before,
.lua1 .q91im7hh  .qru85l3o    .po7w::before,
.lua1 .kgzw .qru85l3o    .po7w::before { color: #2dd4bf; }
.gu96m4e::before,
.geq1i::before { margin-right: 5px; }
.c7yrget .p4r7app6 ul li,
.c7yrget .jpi0 li         { color: #4ade80; }
.c7yrget .p4r7app6 .gu96m4e { color: #22c55e; }
.c7yrget .oc8bdu ul li,
.c7yrget .exjz9dqq li         { color: #f87171; }
.c7yrget .oc8bdu .geq1i { color: #ef4444; }
.jgisqr6w .p4r7app6 { background: var(--bg-pros); }
.jgisqr6w .oc8bdu { background: var(--bg-cons); }
.jgisqr6w .p4r7app6 .gu96m4e { color: var(--c-pros-label); }
.jgisqr6w .oc8bdu .geq1i { color: var(--c-cons); }
.jgisqr6w .p4r7app6 ul li,
.jgisqr6w .jpi0 li            { color: var(--c-pros); }
.jgisqr6w .oc8bdu ul li,
.jgisqr6w .exjz9dqq li            { color: var(--c-cons); }
.uljk .p4r7app6 { background: var(--bg-pros); }
.uljk .oc8bdu { background: var(--bg-cons); }
.uljk .p4r7app6 .gu96m4e { color: var(--c-pros-label); }
.uljk .oc8bdu .geq1i { color: var(--c-cons); }
.uljk .p4r7app6 ul li,
.uljk .jpi0 li          { color: var(--c-pros); }
.uljk .oc8bdu ul li,
.uljk .exjz9dqq li          { color: var(--c-cons); }
.khvv .gu96m4e::before { content: "✓ "; }
.khvv .geq1i::before { content: "✗ "; }
.dst7b .gu96m4e::before { content: "→ "; }
.dst7b .geq1i::before { content: "← "; }
.dlvc6 .gu96m4e::before { content: "★ "; }
.dlvc6 .geq1i::before { content: "✕ "; }
.ap2uo .gu96m4e::before { content: "◆ "; }
.ap2uo .geq1i::before { content: "▲ "; }
.v5qs4 .itnci { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.v5qs4 .itnci strong { color: var(--text-primary); }
.v5qs4 .itnci p      { color: var(--text-muted); }
.y0vsa .itnci { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.gvi7 .itnci {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.gvi7 .itnci strong,
.gvi7 .itnci p { color: #fff; }
.gvi7 .po7w::before { color: rgba(255,255,255,0.9) !important; }
.l9529ry .itnci {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.l9529ry .itnci strong { color: var(--text-primary); }
.l9529ry .itnci p      { color: var(--text-muted); }
.myqx .itnci { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.eybsu .po7w,
.hhhlc .po7w,
.q91im7hh .po7w,
.kgzw .po7w { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.eybsu .po7w::before,
.hhhlc .po7w::before,
.q91im7hh .po7w::before,
.kgzw .po7w::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.eybsu .bjyamnsv     .po7w::before { content: "✦"; color: var(--c-tip-border); }
.eybsu .wsaggma1 .po7w::before { content: "▲"; color: var(--c-warn-border); }
.eybsu .qru85l3o    .po7w::before { content: "◉"; color: #60a5fa; }
.hhhlc .bjyamnsv     .po7w::before { content: "★"; color: var(--c-tip-border); }
.hhhlc .wsaggma1 .po7w::before { content: "◆"; color: var(--c-warn-border); }
.hhhlc .qru85l3o    .po7w::before { content: "●"; color: #60a5fa; }
.q91im7hh .bjyamnsv     .po7w::before { content: "▶"; color: var(--c-tip-border); }
.q91im7hh .wsaggma1 .po7w::before { content: "■"; color: var(--c-warn-border); }
.q91im7hh .qru85l3o    .po7w::before { content: "▸"; color: #60a5fa; }
.kgzw .bjyamnsv     .po7w::before { content: "→"; color: var(--c-tip-border); }
.kgzw .wsaggma1 .po7w::before { content: "⬥"; color: var(--c-warn-border); }
.kgzw .qru85l3o    .po7w::before { content: "◈"; color: #60a5fa; }
.vkoow070 .hib3 .il89hfoq,
.vkoow070 .yha5v2 .il89hfoq  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.vkoow070 .xm7ul                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.vkoow070 .b93lxaz                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.vkoow070 .ihw0vr            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.vkoow070 .bc6j          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.vkoow070 .x7utpvuh                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.lyso .hib3 .il89hfoq,
.lyso .yha5v2 .il89hfoq,
.lyso .xm7ul,
.lyso .b93lxaz,
.lyso .ihw0vr,
.lyso .bc6j,
.lyso .x7utpvuh,
.lyso .myqx .itnci { box-shadow: none; }
.e40r0   .m0nc222, .e40r0 .flyewe, .e40r0 .d682c5a,
.e40r0   .kkyav, .e40r0 .nzpzf { font-size: 0.9rem; }
.e40r0   .ubhuvaq, .e40r0 .yi7fgxxp { font-size: 0.9rem; }
.ahjjhv   .m0nc222, .ahjjhv .flyewe, .ahjjhv .d682c5a,
.ahjjhv   .kkyav, .ahjjhv .nzpzf { font-size: 0.95rem; }
.ahjjhv   .ubhuvaq, .ahjjhv .yi7fgxxp { font-size: 0.95rem; }
.sjozz   .m0nc222, .sjozz .flyewe, .sjozz .d682c5a,
.sjozz   .kkyav, .sjozz .nzpzf { font-size: 1.08rem; }
.sjozz   .ubhuvaq, .sjozz .yi7fgxxp { font-size: 1.05rem; }
.sjozz   .kri0pumu { font-size: 0.97rem; }
.zue9 .o4ne8x      { font-size: 3.2rem; }
.zue9 h2.mvxn8y2u { font-size: 1.9rem; }
.zue9 h3.d6mb     { font-size: 1.4rem; }
.sucsty .o4ne8x      { font-size: 3.8rem; }
.sucsty h2.mvxn8y2u { font-size: 2.2rem; }
.sucsty h3.d6mb     { font-size: 1.6rem; }
.gulkj + .gulkj { position: relative; }
.t8chnc1y   .gulkj + .gulkj::before,
.una8  .gulkj + .gulkj::before,
.xtyd   .gulkj + .gulkj::before,
.ofqi   .gulkj + .gulkj::before,
.ye0p   .gulkj + .gulkj::before,
.np4s7n .gulkj + .gulkj::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.t8chnc1y .gulkj + .gulkj::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.una8 .gulkj + .gulkj::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.xtyd .gulkj + .gulkj::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;
}
.ofqi .gulkj + .gulkj::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.dbmjw .gulkj { margin-bottom: 16px; }
.dbmjw .gulkj + .gulkj { margin-top: 0; }
.dbmjw .up4sp4a { padding-top: 0; padding-bottom: 0; }
.ye0p .gulkj + .gulkj::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.np4s7n .gulkj + .gulkj::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.p6cco .gulkj + .gulkj::before,
.t8wpgeh .gulkj + .gulkj::before,
.mn9c .gulkj + .gulkj::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%;
}
.kl3w .p6cco .gulkj:nth-child(even)::before,
.kl3w .t8wpgeh .gulkj:nth-child(even)::before,
.kl3w .mn9c .gulkj:nth-child(even)::before { background: var(--bg-surface); }
.tkh17rm .p6cco .gulkj:nth-child(even)::before,
.tkh17rm .t8wpgeh .gulkj:nth-child(even)::before,
.tkh17rm .mn9c .gulkj:nth-child(even)::before { background: var(--bg-card); }
.p6cco .gulkj + .gulkj::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");
}
.t8wpgeh .gulkj + .gulkj::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");
}
.mn9c .gulkj + .gulkj::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");
}
.g5pnkdbc .my2n6sn,
.grw031yn .my2n6sn,
.rb1cwb .my2n6sn { overflow: hidden; }
.g5pnkdbc .t7hzd,
.grw031yn .t7hzd { margin-bottom: 60px; }
.rb1cwb .t7hzd { margin-bottom: 70px; }
.g5pnkdbc .my2n6sn::before,
.grw031yn .my2n6sn::before,
.rb1cwb .my2n6sn::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%;
}
.g5pnkdbc .my2n6sn::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");
}
.grw031yn .my2n6sn::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");
}
.rb1cwb .my2n6sn::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");
}
.safzvtv .my2n6sn:not(.nbwr) .c0bs { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.rm6jr2wk .my2n6sn:not(.nbwr) .c0bs { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.h2r38g  .my2n6sn:not(.nbwr) .c0bs { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.bb5nw  .my2n6sn:not(.nbwr) .c0bs { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.km7y17y1 .nbwr { background: var(--accent); }
.km7y17y1 .nbwr .c0bs { background: none; }
.km7y17y1 .sv80x2m { background: var(--accent); }
.km7y17y1 .kbh5k { background: var(--accent-bg); }
.km7y17y1 .my2n6sn:not(.nbwr) .c0bs { background: rgba(0,0,0,0.6); }
.wvastt8z .s5f1k { float: left; width: 38%; margin: 0 28px 16px 0; }
.wvastt8z .s5f1k .tb4dkqk { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wvastt8z .up4sp4a::after { content: ''; display: block; clear: both; }
.tah3 .s5f1k { float: right; width: 38%; margin: 0 0 16px 28px; }
.tah3 .s5f1k .tb4dkqk { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.tah3 .up4sp4a::after { content: ''; display: block; clear: both; }
.lysckqn .gulkj:nth-child(odd)  .s5f1k { float: left;  width: 38%; margin: 0 28px 16px 0; }
.lysckqn .gulkj:nth-child(even) .s5f1k { float: right; width: 38%; margin: 0 0 16px 28px; }
.lysckqn .s5f1k .tb4dkqk { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.lysckqn .up4sp4a::after { content: ''; display: block; clear: both; }
.wvastt8z .zbm9jiw,
.wvastt8z .foau,
.tah3 .zbm9jiw,
.tah3 .foau,
.lysckqn .zbm9jiw,
.lysckqn .foau { clear: both; }
@media (max-width: 900px) {
  .wvastt8z .s5f1k,
  .tah3 .s5f1k,
  .lysckqn .gulkj:nth-child(odd)  .s5f1k,
  .lysckqn .gulkj:nth-child(even) .s5f1k {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .wvastt8z .s5f1k .tb4dkqk,
  .tah3 .s5f1k .tb4dkqk,
  .lysckqn .s5f1k .tb4dkqk {
    max-height: none !important;
  }
}
.wvastt8z .ubhuvaq,
.wvastt8z .yi7fgxxp,
.tah3 .ubhuvaq,
.tah3 .yi7fgxxp,
.lysckqn .ubhuvaq,
.lysckqn .yi7fgxxp { overflow: hidden; }
@media (max-width: 640px) {
  .wvastt8z .s5f1k,
  .tah3 .s5f1k,
  .lysckqn .s5f1k { float: none; width: 100%; margin: 0 0 16px 0; }
}
.afrm .wvm4bg3,
.afrm .up4sp4a,
.afrm .ipztjj  { max-width: 1100px; }
.cqa27oc5 .wvm4bg3,
.cqa27oc5 .up4sp4a,
.cqa27oc5 .ipztjj  { max-width: 1200px; }
.v7uopn .wvm4bg3,
.v7uopn .up4sp4a,
.v7uopn .ipztjj  { max-width: 1320px; }
.ud7p { font-size: 0.82rem; color: var(--text-muted); }
.ye3y9ick { display: flex; align-items: center; }
.md18giya {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.j74x { display: flex; align-items: center; }
.z8fz8iv { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.z8fz8iv:hover { text-decoration: underline; }
.rsy10 { margin: 0 3px; opacity: 0.45; }
.rsy10::before { content: '/'; }
.gyw1 { padding: 2px 5px; color: var(--text-main); }
.hviwjpcz .ud7p {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.hviwjpcz .ye3y9ick { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.bv74xcz .ud7p {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.bv74xcz .ye3y9ick { padding: 0 0 0 12px; }
.zy83b8mp .ye3y9ick { padding: 0 16px; }
.zy83b8mp .ud7p {
  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);
}
.zy83b8mp .wvm4bg3 { padding-top: 28px; }
@media (max-width: 720px) {
  .cwujl { margin-top: 18px; padding: 0 16px; }
  .zy83b8mp .wvm4bg3 { padding-top: 16px; }
}
.afrm.hviwjpcz .ye3y9ick { max-width: 1100px; }
.cqa27oc5.hviwjpcz .ye3y9ick { max-width: 1200px; }
.v7uopn.hviwjpcz .ye3y9ick { max-width: 1320px; }
.cm7lhdy .gulkj { padding-top: 16px; padding-bottom: 16px; }
.wgaa .gulkj { padding-top: 24px; padding-bottom: 24px; }
.zcekhv6o .gulkj { padding-top: 40px; padding-bottom: 40px; }
.qp083 .gulkj { padding-top: 52px; padding-bottom: 52px; }
.k4rp .gulkj:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.k4rp .gulkj:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.k4rp .gulkj:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.k4rp .gulkj:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.eca4cj .up4sp4a { padding-top: 10px;  padding-bottom: 10px; }
.x8rnnjs .up4sp4a { padding-top: 18px;  padding-bottom: 18px; }
.jmca13ae .up4sp4a { padding-top: 36px;  padding-bottom: 36px; }
.fsh5s .up4sp4a { padding-top: 48px;  padding-bottom: 48px; }
.r8vdnc h2.mvxn8y2u { font-weight: 600; }
.r8vdnc h3.d6mb     { font-weight: 600; }
.x0kt39 { font-weight: 500; }
.x0kt39 h2.mvxn8y2u { font-weight: 800; }
.x0kt39 h3.d6mb     { font-weight: 700; }
.io3bxi h2.mvxn8y2u { font-weight: 900; }
.io3bxi h3.d6mb     { font-weight: 800; }
.io3bxi .itnci strong,
.io3bxi .itnci strong { font-weight: 600; }
.huczxiec {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.xlzsahb .huczxiec { display: none; }
@media (max-width: 640px) {
  .huczxiec { display: none !important; }
}
.huczxiec { background: var(--cta) !important; color: #fff !important; border: none !important; }
.huczxiec:hover { opacity: 0.85; }
.plv8 .huczxiec { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.putd .d6g7 { right: 32px; }
@media (max-width: 480px) {
  .putd .d6g7 { right: 20px; bottom: 20px; }
  .si03x  .d6g7 { left: 20px; bottom: 20px; }
}
.ndxuh7o { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ipztjj { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.ei9z405 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.qlfn7hoe { color: var(--text-dim); font-size: 0.8rem; }
.bawlg { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.bawlg img { height: 26px; width: auto; object-fit: contain; }
.u914rvx { display: flex; flex-direction: column; gap: 6px; }
.u914rvx a, .jslae a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.u914rvx a:hover, .jslae a:hover { color: var(--accent-light); }
.u914rvx .kqp7m03n { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.g6re .ipztjj { text-align: center; }
.g6re .ei9z405 { margin-top: 0; }
.aqbo650x { margin-top: 10px; }
.aqbo650x a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ipztjj { padding-left: 16px; padding-right: 16px; }
  .jvdn1v .ipztjj { padding: 20px 16px; }
  .jslae { gap: 4px 12px; }
  .ei9z405 { font-size: 0.78rem; }
}
.kppckpm .te08 .bawlg { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.kppckpm .ei9z405 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.kppckpm .qlfn7hoe { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .kppckpm .cpwks3 { grid-template-columns: 1fr 1fr; } .kppckpm .te08 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .kppckpm .cpwks3 { grid-template-columns: 1fr; } }
.ea7ss9 .bawlg { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.ea7ss9 .ei9z405 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ea7ss9 .j3m7pc { gap: 12px; } .ea7ss9 .bawlg { margin-right: 0; width: 100%; } }
.ivqes .ppzo .bawlg { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.ivqes .ei9z405 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.ivqes .qlfn7hoe { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .ivqes .sb0xaj0 { grid-template-columns: 1fr 1fr; } .ivqes .ppzo { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ivqes .sb0xaj0 { grid-template-columns: 1fr; } }
.ddehahk4 .gcnx { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.ddehahk4 .u914rvx { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .ddehahk4 .gcnx { grid-template-columns: 1fr 1fr; } .ddehahk4 .x8gpdj:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ddehahk4 .gcnx { grid-template-columns: 1fr; } }
.abbtig6v .gcnx { grid-template-columns: 1fr 2fr; }
.abbtig6v .nlke7 .u914rvx { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .abbtig6v .gcnx { grid-template-columns: 1fr; } }
.v2i3aa .ipztjj { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.vo5qp .nccsjj      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.vo5qp .ndxuh7o { background: var(--bg-page); border-top-color: var(--border-alt); }
.b6i0 .nccsjj      { background: #0d1117; border-bottom-color: #21262d; }
.b6i0 .md41te { color: var(--accent-light); }
.b6i0 .enw7ieaq { --msep-color: #8b949e; }
.b6i0 .enw7ieaq a { color: #8b949e; }
.b6i0 .enw7ieaq a:hover { color: var(--accent-light); }
.b6i0 .h8fr { color: #8b949e; }
.b6i0 .ndxuh7o { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.b6i0 .ei9z405,
.b6i0 .qlfn7hoe { color: #6e7681; }
.b6i0 .u914rvx a, .b6i0 .jslae a,
.b6i0 .bawlg { color: #e6edf3; }
.b6i0 .u914rvx a:hover, .b6i0 .jslae a:hover,
@media (max-width: 640px) {
  .b6i0 .enw7ieaq { background: #0d1117; border-top-color: #21262d; }
  .b6i0 .enw7ieaq li a { border-bottom-color: #21262d; }
}
.s7ovm .nccsjj      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.s7ovm .md41te { color: var(--accent-light); }
.s7ovm .enw7ieaq { --msep-color: #475569; }
.s7ovm .enw7ieaq a { color: #475569; }
.s7ovm .enw7ieaq a:hover { color: var(--accent-light); }
.s7ovm .h8fr { color: #64748b; }
.s7ovm .ndxuh7o { background: #f0f4f8; border-top-color: #cbd5e1; }
.s7ovm .ei9z405,
.s7ovm .qlfn7hoe { color: #64748b; }
.s7ovm .u914rvx a, .s7ovm .jslae a,
.s7ovm .bapqeels a, .s7ovm .bawlg { color: #374151; }
.s7ovm .u914rvx a:hover, .s7ovm .jslae a:hover,
@media (max-width: 640px) {
  .s7ovm .enw7ieaq { background: #f0f4f8; border-top-color: #cbd5e1; }
  .s7ovm .enw7ieaq li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.iw0atoly .nccsjj      { background: var(--accent); border-bottom-color: var(--accent-light); }
.iw0atoly .md41te { color: #fff; }
.iw0atoly .enw7ieaq { --msep-color: rgba(255,255,255,0.82); }
.iw0atoly .enw7ieaq a { color: rgba(255,255,255,0.82); }
.iw0atoly .enw7ieaq a:hover { color: #fff; }
.iw0atoly .h8fr { color: rgba(255,255,255,0.9); }
.iw0atoly .ndxuh7o { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.iw0atoly .ei9z405,
.iw0atoly .qlfn7hoe { color: rgba(255,255,255,0.72); }
.iw0atoly .u914rvx a, .iw0atoly .jslae a,
.iw0atoly .bapqeels a, .iw0atoly .bawlg { color: #fff; }
.iw0atoly .u914rvx a:hover, .iw0atoly .jslae a:hover,
@media (max-width: 640px) {
  .iw0atoly .enw7ieaq { background: var(--accent); border-top-color: var(--accent-light); }
  .iw0atoly .enw7ieaq li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.kbihe .nccsjj {
  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);
}
.kbihe .ndxuh7o {
  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) {
  .kbihe .enw7ieaq {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ctcs2y7n .an0r8rq5 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.hi1t9 .an0r8rq5 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ui5k64 .an0r8rq5 { min-height: 72px; height: auto; }
.pc3tzx .an0r8rq5 { min-height: 84px; height: auto; }
.jvdn1v .an0r8rq5 { max-width: none; padding: 0 32px; }
.jvdn1v .ipztjj  { max-width: none; padding: 24px 32px; }
.d6d1lorp.cqa27oc5 .an0r8rq5 { max-width: 1200px; }
.d6d1lorp.v7uopn .an0r8rq5 { max-width: 1320px; }
.dn6z3   .md41te, .dn6z3   .bawlg { text-transform: capitalize; }
.e4rvvk .md41te, .e4rvvk .bawlg { text-transform: lowercase; }
.lyy0v .md41te, .lyy0v .bawlg { text-transform: uppercase; letter-spacing: 0.06em; }
.roxk5, .j91t {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.mguwsxm .roxk5,
.mguwsxm .j91t { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.bub259oj .roxk5,
.bub259oj .j91t { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.up12kky .roxk5,
.up12kky .j91t { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.uummlug .roxk5,
.uummlug .j91t { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.yge0aj   .enw7ieaq a { font-weight: 500; }
.gj5qw3wa .enw7ieaq a { font-weight: 600; }
.gimmph     .enw7ieaq a { font-weight: 700; }
.hrzh4hi    .enw7ieaq a { font-weight: 800; letter-spacing: 0.01em; }
.rq75f     .enw7ieaq > li + li::before,
.zrbtp    .enw7ieaq > li + li::before,
.gdyszn    .enw7ieaq > li + li::before,
.d2eo .enw7ieaq > li + li::before,
.s97ng3 .enw7ieaq > li + li::before,
.c75j8xc  .enw7ieaq > li + li::before,
.pmutm4    .enw7ieaq > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.rq75f     .enw7ieaq > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.zrbtp    .enw7ieaq > li + li::before { content: "|"; }
.gdyszn    .enw7ieaq > li + li::before { content: "—"; }
.d2eo .enw7ieaq > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.s97ng3 .enw7ieaq > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.c75j8xc  .enw7ieaq > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.pmutm4    .enw7ieaq > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .t40tq4 .h8fr,
  .wslwq5 .h8fr,
  .eel57 .h8fr,
  .c8pwwp .h8fr,
  .jr35kp .h8fr {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .t40tq4 .h8fr::before,
  .wslwq5 .h8fr::before,
  .eel57 .h8fr::before,
  .c8pwwp .h8fr::before,
  .jr35kp .h8fr::before { content: ""; display: block; flex-shrink: 0; }

  
  .t40tq4 .h8fr::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;
  }

  
  .wslwq5 .h8fr::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;
  }

  
  .eel57 .h8fr::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;
  }

  
  .c8pwwp .h8fr::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;
  }

  
  .jr35kp .h8fr::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) {
  .v61j6 .h8fr {
    padding: 5px 14px;
  }
  .v61j6 .enw7ieaq {
    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;
  }
  .v61j6 .enw7ieaq li a {
    border-bottom: none; padding: 10px 22px;
  }
  .v61j6 .enw7ieaq li a:hover { background: var(--bg-raised); }
  .v61j6 .brmg6egf,
  .tt7g .brmg6egf,
  .zofwk2w .brmg6egf { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .qek8t5zv .h8fr {
    padding: 5px 10px;
  }
  .qek8t5zv .enw7ieaq {
    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);
  }
  .qek8t5zv .enw7ieaq.qxh0a { transform: translateX(0); }
  .qek8t5zv .enw7ieaq li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .qek8t5zv .enw7ieaq li:last-child a { border-bottom: none; }
  .iw0atoly .enw7ieaq,
  .b6i0 .enw7ieaq { background: var(--accent) !important; }
  .iw0atoly .enw7ieaq li a,
  .b6i0 .enw7ieaq li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .zofwk2w .h8fr {
    padding: 5px 10px;
  }
  .zofwk2w .enw7ieaq {
    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);
  }
  .zofwk2w .enw7ieaq::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .zofwk2w .enw7ieaq.qxh0a { transform: translateY(0); }
  .zofwk2w .enw7ieaq li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .doqdra .h8fr {
    padding: 5px 10px;
  }
  .doqdra .enw7ieaq {
    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;
  }
  .doqdra .enw7ieaq.qxh0a { opacity: 1; pointer-events: auto; }
  .doqdra .enw7ieaq li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .th3h6     .h8fr { border-radius: 0 !important; }
  .rhwon   .h8fr { border-radius: 8px !important; }
  .dw7s .h8fr { border-radius: 50% !important; }
  .t5pk3   .h8fr { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .mr87i .u5zo1qt { flex-direction: column; align-items: stretch; }
  .mr87i .tpw0 { flex-direction: row; min-width: auto; }
  .mr87i .rxo3p { align-items: flex-start; text-align: left; }
}
.ntmw6h,
.ntmw6h.gulkj,
.kl3w .ntmw6h,
.avr3 .ntmw6h,
.tkh17rm .ntmw6h,
.kro536dj .ntmw6h {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.h3tj {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-hover) 100%);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.vzzi28 { flex: 1 1 280px; min-width: 0; }
.w4hyo {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.zjtyuuf {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.d23zl {
  background: #fff !important;
  color: var(--cta) !important;
  padding: 14px 44px !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.d23zl:hover { transform: translateY(-1px); opacity: 0.95; }
.d7b0fz9 .h3tj {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.d7b0fz9 .w4hyo { color: var(--cta); }
.d7b0fz9 .zjtyuuf { color: var(--text-body); }
.d7b0fz9 .d23zl {
  background: var(--cta) !important;
  color: #fff !important;
}
.afocd .h3tj {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.afocd .w4hyo { color: var(--text-primary); }
.afocd .zjtyuuf { color: var(--text-body); }
.afocd .d23zl {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .h3tj {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .vzzi28 { flex: 0 0 auto; }
  .w4hyo { font-size: 1.2rem; }
  .d23zl { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.ow71 .uk016 { height: 36px; }
.hysyl .uk016 { height: 60px; max-width: 200px; }
.cjrup .uk016 { height: 56px; max-width: 180px; }
.y5k480c    .jo7hq3fc, .y5k480c    .js6p1kc { color: #f59e0b; }
.rknqz      .jo7hq3fc { font-size: 1rem; letter-spacing: 1.5px; }
.rknqz      .js6p1kc   { font-size: 1.35rem; }
.jhr08    .jo7hq3fc, .jhr08    .js6p1kc { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.vltwb     .jo7hq3fc, .vltwb     .js6p1kc { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.igvz .jo7hq3fc, .igvz .js6p1kc { color: var(--cta); letter-spacing: 2px; }
.ghvag4   .jo7hq3fc, .ghvag4   .js6p1kc { color: #e91e63; letter-spacing: 2px; }
.p21t1r0f  .jo7hq3fc, .p21t1r0f  .js6p1kc { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.y30z8     .jo7hq3fc, .y30z8     .js6p1kc { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.p1ohyo .w8c9w + .w8c9w {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.azf520kg .b93lxaz { padding: 18px 24px; min-height: 68px; }
.hdz2b69 .w7yqiu {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.hdz2b69 .tcdwzr {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.um1h79b .w8c9w {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.foau { counter-reset: cs-rank; }
.foau .b93lxaz { counter-increment: cs-rank; }
.foau .b93lxaz::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;
}
.ewypum10 .foau { counter-reset: cs-rank; gap: 0; }
.ewypum10 .b93lxaz {
  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;
}
.ewypum10 .b93lxaz::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;
}
.ewypum10 .a65tesu {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.ewypum10 .eneia3 {
  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;
}
.ewypum10 .jlhee { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.ewypum10 .a65tesu { min-width: 0; flex-direction: column; width: 100%; }
.ewypum10 .coc1tyo {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.ewypum10 .jo7hq3fc { color: var(--cta, var(--accent)); }
.ewypum10 .suks0f { font-weight: 700; }
.ewypum10 .w8c9w {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.ewypum10 .w7yqiu {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.ewypum10 .tcdwzr {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.ewypum10 .xb5t .tcdwzr { font-size: 1.3rem; color: var(--accent-light); }
.ewypum10 .mqhv {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.ewypum10 .b93lxaz:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .ewypum10 .foau {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ewypum10 .b93lxaz {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ewypum10 .b93lxaz { padding: 40px 16px 20px; }
  .ewypum10 .w8c9w {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ewypum10 .mqhv { width: 100%; min-width: 0; }
}
.dxzk6hwi .foau { counter-reset: cs-rank; gap: 10px; }
.dxzk6hwi .b93lxaz {
  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);
}
.dxzk6hwi .b93lxaz::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);
}
.dxzk6hwi .a65tesu {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.dxzk6hwi .eneia3 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.dxzk6hwi .jlhee { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.dxzk6hwi .coc1tyo {
  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;
}
.dxzk6hwi .jo7hq3fc { color: var(--cta, var(--accent)); }
.dxzk6hwi .w8c9w {
  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;
}
.dxzk6hwi .w7yqiu {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.dxzk6hwi .tcdwzr { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.dxzk6hwi .xb5t .tcdwzr { color: var(--accent-light); }
.dxzk6hwi .mqhv {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.dxzk6hwi .b93lxaz:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .dxzk6hwi .b93lxaz {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .dxzk6hwi .b93lxaz::before {
    position: absolute; top: 14px; left: 14px;
  }
  .dxzk6hwi .a65tesu {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .dxzk6hwi .coc1tyo { white-space: normal; text-align: center; font-size: 1.2rem; }
  .dxzk6hwi .w8c9w {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .dxzk6hwi .mqhv { width: 100%; min-width: 0; }
  .dxzk6hwi .jo7hq3fc { min-width: 0; }
}
.kxjoa .b93lxaz::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.puygw5n .zzxwh4 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.puygw5n .zzxwh4 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.puygw5n .zzxwh4 p { padding: 0 2px 16px; }
.x5q6 .zzxwh4 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.x5q6 .zzxwh4 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.x5q6 .zzxwh4 summary::after { content: "›"; font-size: 1.2em; }
.x5q6 .zzxwh4[open] summary::after { content: "‹"; }
.x5q6 .zzxwh4 p { padding: 10px 22px 4px; }
.gglqnb .zzxwh4 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.gglqnb .zzxwh4 summary { color: var(--text-primary); padding-left: 16px; }
.gglqnb .zzxwh4 summary::after { content: "›"; font-size: 1.1em; }
.gglqnb .zzxwh4[open] summary::after { content: "‹"; }
.gglqnb .zzxwh4 p { padding-left: 16px; }
.bdy87vy1 .piaf { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.bdy87vy1 .zzxwh4 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.bdy87vy1 .zzxwh4:last-child { border-bottom: none; }
.bdy87vy1 .zzxwh4 summary { color: var(--text-primary); border-radius: 0; }
.bdy87vy1 .zzxwh4 summary::after { content: "›"; font-size: 1.1em; }
.bdy87vy1 .zzxwh4[open] summary::after { content: "‹"; }
.flqdk3 .zzxwh4 { overflow: hidden; }
.flqdk3 .zzxwh4 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.flqdk3 .zzxwh4 summary::after { color: rgba(255,255,255,.75); }
.flqdk3 .zzxwh4[open] summary { border-radius: 0; }
.o9tt7 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.rkqwk7fw {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.m8d1m1hi {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.zb9142 { color: var(--text-muted); font-size: 1.05rem; }
.kfaiysvb {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.aab9 { margin-bottom: 20px; }
.ksz4h9 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.u6t2347r {
  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;
}
.u6t2347r:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.dqed2 { resize: vertical; min-height: 130px; }
.zoen { width: 100%; margin-top: 8px; }
.lb4r4htm {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.g75gsfq {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.p9ax818k { color: var(--text-muted); line-height: 1.75; }
.d526h0 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.d526h0 li { margin-bottom: 6px; }
.nc3r2t { max-width: 760px; margin: 0 auto; }
.osr108e { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.zehf67e { max-width: 760px; margin: 0 auto; }
.i5wxt { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.il0uu731 ul.d526h0 { margin: 0; }
.lf2sa .i5wxt { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .lf2sa { grid-template-columns: 1fr; gap: 10px; } }
.j3onpbnz { max-width: 640px; margin: 0 auto; text-align: center; }
.hlrl9i { margin-bottom: 48px; }
.hlrl9i .i5wxt { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.hlrl9i p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.fcmrbm .d526h0 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .wmf9pio { grid-template-columns: 1fr; } }
.qu9e7c72 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.qu9e7c72:hover .gyv8 { color: var(--accent-light); text-decoration: underline; }
.nra094x { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.u9hy { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.u9hy:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.d473o { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.u9hy p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.u9hy ul.d526h0 { margin: 0; }
.jmew416 { color: var(--text-muted); line-height: 1.75; }
.ko28t .d526h0,
.gnvz5nlk .d526h0,
.az3che .d526h0,
.ist4im4k .d526h0 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.ko28t .u9hy,
.gnvz5nlk .u9hy { text-align: left; }
.ko28t .d473o,
.gnvz5nlk .d473o { text-align: center; }
.jhoqas4 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.an07km { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.vd98b { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.yk93d0t { margin-top: 12px; }
.vvxx8t { 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; }
.vvxx8t:hover { border-bottom-color: var(--accent-light); }
.oa3xw3r { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.oa3xw3r img { width: 100%; height: 100%; object-fit: cover; display: block; }
.x9p7wmkx { width: 200px; height: 200px; }
.aaqi { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.tbgf { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.pthiypk6 { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.pthiypk6::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .rir8353 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.a9fh7jrv .vd98b, .a9fh7jrv .an07km { max-width: 640px; }
.pdf0 .jhoqas4 { font-size: 1.6rem; margin-top: 18px; }
.pi9ai72k .vd98b { margin-bottom: 28px; }
@media (max-width: 860px) { .jjr2974 { grid-template-columns: 1fr; } .pdf0 { position: static; text-align: center; } }
.cvxc { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.xv0lc { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; text-align: center; }
.xv0lc .oa3xw3r { margin: 0 auto 18px; }
.xv0lc .tbgf { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .cvxc { grid-template-columns: 1fr; } }
.be1jzq .jhoqas4 { font-size: 1.6rem; margin-bottom: 6px; }
.ist4im4k .d526h0 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .be1jzq { flex-direction: column; text-align: center; } .uupxijxm { grid-template-columns: 1fr; } }
.sgf2m7 .jhoqas4 { font-size: 1.35rem; margin: 0 0 4px; }
.sgf2m7 .tbgf { margin: 0; }
.r022btzw .m8d1m1hi { color: var(--accent-light); }
.m0hx613 .m8d1m1hi { font-size: 2rem; }
.m0hx613 .zb9142 { max-width: 680px; }
.t63owj6 {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.t63owj6 .m8d1m1hi { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.t63owj6 .zb9142  { margin: 0; }
@media (max-width: 640px) { .t63owj6 { flex-direction: column; } }
.veg2 .m8d1m1hi { color: var(--accent-light); }
.st8g8 .m8d1m1hi { color: #fff; }
.st8g8 .zb9142  { color: rgba(255,255,255,0.85); }
.x5ckmly { max-width: 680px; margin: 0 auto; }
@media (max-width: 540px) { .ac27r4u { grid-template-columns: 1fr; } }
.e74ztr5 .u6t2347r {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.e74ztr5 .u6t2347r:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.rjc2wpx .u6t2347r { background: var(--bg-raised); border-color: transparent; }
.rjc2wpx .u6t2347r:focus { background: var(--bg-card); border-color: var(--accent-light); }
.sqqv3vvw .u6t2347r { border-radius: 100px; padding: 11px 20px; }
.sqqv3vvw .dqed2 { border-radius: 14px; }
.tixcym {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.tixcym 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;
}
.tixcym summary::-webkit-details-marker { display: none; }
.tixcym summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.tixcym[open] summary::after { content: "−"; }
.ugmg7b {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.xepjr {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .xepjr { grid-template-columns: 1fr; } }
.ur7rqa {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.ur7rqa h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.ur7rqa p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.i6sttx8h { counter-reset: priv-count; }
.a2oi {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.a2oi:last-child { border-bottom: none; }
.q38kud {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.a2oi h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.a2oi p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.msf9q { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.msf9q li { margin-bottom: 6px; }
.hciss{display:none}
.hciss:empty,.aqh8h1y:empty{display:none}
.fyjto2z2{position:relative;overflow:visible}
.jl5cs7 .w3z3xvlu,.xzvckx3 .w3z3xvlu,
.j8e1y .w3z3xvlu,.mt9end .w3z3xvlu,
.t2nud .w3z3xvlu,.wn5hc .w3z3xvlu{display:block}
.b5yrgyct .nlvc6{display:block}
.jl5cs7 .w3z3xvlu,.xzvckx3 .w3z3xvlu,
.j8e1y .w3z3xvlu,.mt9end .w3z3xvlu,
.t2nud .w3z3xvlu{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}
.jl5cs7 .w3z3xvlu .aqh8h1y,.xzvckx3 .w3z3xvlu .aqh8h1y,
.j8e1y .w3z3xvlu .aqh8h1y,.mt9end .w3z3xvlu .aqh8h1y,
.t2nud .w3z3xvlu .aqh8h1y{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}
.jl5cs7 .wb6fovn,.xzvckx3 .wb6fovn,
.j8e1y .wb6fovn,.mt9end .wb6fovn,
.t2nud .wb6fovn{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.jl5cs7 .w3z3xvlu,.xzvckx3 .w3z3xvlu{top:12px}
.jl5cs7 .w3z3xvlu .aqh8h1y{margin-right:auto}
.xzvckx3 .w3z3xvlu .aqh8h1y{margin-left:auto}
.xzvckx3 .w3z3xvlu{text-align:right}
.j8e1y .w3z3xvlu,.mt9end .w3z3xvlu{bottom:12px}
.j8e1y .w3z3xvlu .aqh8h1y{margin-right:auto}
.mt9end .w3z3xvlu .aqh8h1y{margin-left:auto}
.mt9end .w3z3xvlu{text-align:right}
.t2nud .w3z3xvlu{position:relative;margin-top:16px}
.t2nud .w3z3xvlu .aqh8h1y{margin:0 auto}
.wn5hc .w3z3xvlu{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.wn5hc .w3z3xvlu .aqh8h1y{margin:0}
.wn5hc .kbh5k~.w3z3xvlu,
.wn5hc .r4wz3z~.w3z3xvlu{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.wn5hc .kbh5k~.w3z3xvlu .aqh8h1y,
.wn5hc .r4wz3z~.w3z3xvlu .aqh8h1y{justify-content:flex-start}
.kbh5k~.w3z3xvlu,.r4wz3z~.w3z3xvlu{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}
.kbh5k~.w3z3xvlu .aqh8h1y{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.r4wz3z~.w3z3xvlu .aqh8h1y{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.nlvc6 .aqh8h1y{margin:0 0 12px}
.aqh8h1y{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.mpy6o{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.gyv8{font-weight:600;color:var(--text-heading);opacity:1}
.ajipkt::before{content:"·";margin:0 2px;opacity:.5}
.wb6fovn{white-space:nowrap}
.vkywa .mpy6o{display:none}
.z28f1 .wb6fovn{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.z28f1 .ajipkt::before{content:""}
.v2tdz4l .wb6fovn{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}
.v2tdz4l .ajipkt::before{content:""}
.lv67mzro .aqh8h1y{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.c11i1koc .wb6fovn{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.c11i1koc .ajipkt::before{content:""}
.aqdemu .wb6fovn{color: var(--accent-light);opacity:1;font-weight:500}
.zw0hgjo .wb6fovn{border-bottom:1px solid currentColor;padding-bottom:2px}
.cb4ia12 .aqh8h1y{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.ze0wyzpt{--date-bg:var(--accent-bg)}
.sjji8dg6 .ajipkt::before{content:""}
.z7f8etba .ajipkt::before{content:"•";opacity:.4}
.z7f8etba .wb6fovn + .wb6fovn::before{content:"•";margin-right:6px;opacity:.4}
.qush .ajipkt::before{content:"/";opacity:.35}
.qush .wb6fovn + .wb6fovn::before{content:"/";margin-right:6px;opacity:.35}
.tp4yc .ajipkt::before{content:"|";opacity:.3}
.tp4yc .wb6fovn + .wb6fovn::before{content:"|";margin-right:6px;opacity:.3}
.vn95nd6v .ajipkt::before{content:"—";opacity:.3}
.vn95nd6v .wb6fovn + .wb6fovn::before{content:"—";margin-right:6px;opacity:.3}
.zx10 .ajipkt::before{content:"◆";font-size:.5em;opacity:.35}
.zx10 .wb6fovn + .wb6fovn::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.xiqff .ajipkt::before{content:"·";opacity:.4}
.xiqff .wb6fovn + .wb6fovn::before{content:"·";margin-right:6px;opacity:.4}
.qqyh60ju .ajipkt::before{content:"›";opacity:.4}
.qqyh60ju .wb6fovn + .wb6fovn::before{content:"›";margin-right:6px;opacity:.4}
.lhtbi .ajipkt::before{content:"→";opacity:.35;font-size:.85em}
.lhtbi .wb6fovn + .wb6fovn::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.mq1tzxe .dmy7fg{padding:20px 0}
@media(max-width:640px){
  .dmy7fg{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .rfvfj{max-width:100%}
}
.zmm8ej3g .bc6j{margin:0}
@media (max-width:560px){
  .lyrjfc{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .charc1b { padding: 28px 18px 20px; }
  .drlukxx { font-size: 1.2rem; }
  .oy1r { max-width: 220px; max-height: 80px; }
}
.edwc9ie {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.heghz4 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.gy6pdyc5  .edwc9ie { border-radius: 50%; }
.b04p  .edwc9ie { border-radius: 6px; }
.igd8 .edwc9ie { border-radius: 22px; }
.x4uh0 .h3tj {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .edwc9ie { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.flzajrc .gulkj {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.flzajrc .up4sp4a {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.flzajrc .h3tj {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.kl8d {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.kl8d.ibap { transform: translate(-50%, 0); }
.kl8d .gulkj,
.kl8d .up4sp4a {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.kl8d .h3tj {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.oy3hg {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.oy3hg::before,
.oy3hg::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.oy3hg::before { transform: translate(-50%, -50%) rotate(45deg); }
.oy3hg::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.oy3hg:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .kl8d { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .kl8d .h3tj {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .kl8d .zjtyuuf { display: none !important; }
  .kl8d .w4hyo { font-size: 1.1rem !important; }
  .kl8d .edwc9ie { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .oy3hg { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .an0r8rq5 { flex-direction: row-reverse; }
[dir="rtl"] .enw7ieaq { flex-direction: row-reverse; }
[dir="rtl"] .putd .d6g7 { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .putd .d6g7 { right: auto; left: 20px; }
  [dir="rtl"] .si03x  .d6g7 { left: auto;  right: 20px; }
}
[dir="rtl"] .wvastt8z .s5f1k  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .tah3 .s5f1k { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ubhuvaq, [dir="rtl"] .yi7fgxxp { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .p4r7app6 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .oc8bdu { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .itnci { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .h3tj { direction: rtl; }
[dir="rtl"] .edwc9ie { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .b93lxaz,
[dir="rtl"] .ud7p { direction: rtl; }
[dir="rtl"] .x7utpvuh { direction: rtl; }
[dir="rtl"] .tad5ph0 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .igt3a .yi7fgxxp,
[dir="rtl"] .ycjz .yi7fgxxp,
[dir="rtl"] .levckss .yi7fgxxp,
[dir="rtl"] .bhx565nw .yi7fgxxp {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .igt3a .yi7fgxxp li::before,
[dir="rtl"] .ycjz .yi7fgxxp li::before,
[dir="rtl"] .levckss .yi7fgxxp li::before,
[dir="rtl"] .bhx565nw .yi7fgxxp li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .my2n6sn.too8rypj .t7hzd,
[dir="rtl"] .fj24r8d.too8rypj .t7hzd,
[dir="rtl"] .nbwr.too8rypj .t7hzd,
[dir="rtl"] .oscjtx.too8rypj .t7hzd,
[dir="rtl"] .bpp9e.too8rypj .t7hzd { text-align: right; }
[dir="rtl"] .kbh5k.too8rypj .xqr77j8l { align-items: flex-end; text-align: right; }
[dir="rtl"] .up4sp4a,
[dir="rtl"] .kkyav,
[dir="rtl"] .nzpzf,
[dir="rtl"] .t7hzd { text-align: right; }
[dir="rtl"] .kfaiysvb,
[dir="rtl"] .ksz4h9,
[dir="rtl"] .vd98b,
[dir="rtl"] .u6t2347r,
[dir="rtl"] .dqed2 { text-align: right; direction: rtl; }
[dir="rtl"] .sqqv3vvw .u6t2347r,
[dir="rtl"] .e74ztr5 .u6t2347r { padding-right: 20px; padding-left: 20px; }
.se2p4xg .foau,
.ej7x3 .foau,
.i7efh .foau { gap: 0; }
.g68bk .foau { gap: 14px; }
.se2p4xg .b93lxaz,
.ej7x3 .b93lxaz,
.g68bk .b93lxaz,
.i7efh .b93lxaz {
  
  grid-template-columns: auto 260px minmax(0, 1fr) auto auto;
  gap: 20px;
  padding: 22px 26px;
  align-items: center;
  
  grid-auto-flow: dense;
}
.se2p4xg .b93lxaz,
.ej7x3 .b93lxaz,
.i7efh .b93lxaz {
  background: var(--bg-card);
  border: none; border-radius: 0;
}
.se2p4xg .b93lxaz:nth-child(even),
.i7efh .b93lxaz:nth-child(even) { background: var(--accent-bg); }
.ej7x3 .b93lxaz + .b93lxaz { border-top: 1px solid var(--border-alt); }
.g68bk .b93lxaz {
  border: 1px solid var(--border-alt); border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.se2p4xg .b93lxaz:hover,
.ej7x3 .b93lxaz:hover,
.i7efh .b93lxaz:hover { background: var(--bg-hover); }
.se2p4xg .b93lxaz::before,
.ej7x3 .b93lxaz::before,
.g68bk .b93lxaz::before,
.i7efh .b93lxaz::before {
  width: 40px; min-width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--accent-bg); color: var(--accent);
  font-size: 1.15rem; font-weight: 700;
}
.i7efh .b93lxaz::before {
  background: var(--accent); color: var(--cta-fg, #fff);
}
.se2p4xg .a65tesu,
.ej7x3 .a65tesu,
.g68bk .a65tesu,
.i7efh .a65tesu {
  grid-column: 2;
  flex-direction: row; align-items: center; justify-content: flex-start;
  width: auto; gap: 16px; text-align: left;
}
.se2p4xg .eneia3,
.ej7x3 .eneia3,
.g68bk .eneia3,
.i7efh .eneia3 {
  width: 78px; height: 78px; padding: 0;
  border-radius: 50%; overflow: hidden; flex-shrink: 0;
}
.se2p4xg .jlhee,
.ej7x3 .jlhee,
.g68bk .jlhee,
.i7efh .jlhee {
  width: 100%; height: 100%; max-width: none; max-height: none;
  object-fit: cover;
}
.se2p4xg .coc1tyo,
.ej7x3 .coc1tyo,
.g68bk .coc1tyo,
.i7efh .coc1tyo {
  font-size: 1.3rem; font-weight: 700; color: var(--accent);
  text-align: left;
}
.i7efh .coc1tyo { font-size: 1.45rem; font-weight: 800; }
.se2p4xg .fcdfd1,
.ej7x3 .fcdfd1,
.g68bk .fcdfd1,
.i7efh .fcdfd1 {
  grid-column: 3; display: block;
  justify-self: center; width: min(100%, 340px);
}
.se2p4xg .fcdfd1 .xb5t,
.ej7x3 .fcdfd1 .xb5t,
.g68bk .fcdfd1 .xb5t,
.i7efh .fcdfd1 .xb5t {
  background: var(--accent-bg);
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  flex-direction: row; justify-content: center;
}
.se2p4xg .fcdfd1 .xb5t .w7yqiu,
.ej7x3 .fcdfd1 .xb5t .w7yqiu,
.g68bk .fcdfd1 .xb5t .w7yqiu,
.i7efh .fcdfd1 .xb5t .w7yqiu { display: none; }
.se2p4xg .fcdfd1 .xb5t .tcdwzr::before,
.ej7x3 .fcdfd1 .xb5t .tcdwzr::before,
.g68bk .fcdfd1 .xb5t .tcdwzr::before,
.i7efh .fcdfd1 .xb5t .tcdwzr::before { content: "\1F381\00a0"; }
.se2p4xg .fcdfd1 .xb5t .tcdwzr,
.ej7x3 .fcdfd1 .xb5t .tcdwzr,
.g68bk .fcdfd1 .xb5t .tcdwzr,
.i7efh .fcdfd1 .xb5t .tcdwzr {
  font-size: 1.05rem; font-weight: 700; color: var(--text-primary);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.se2p4xg .fcdfd1 .bk3bq,
.ej7x3 .fcdfd1 .bk3bq,
.g68bk .fcdfd1 .bk3bq,
.i7efh .fcdfd1 .bk3bq { display: none; }
.se2p4xg .rq3snr,
.ej7x3 .rq3snr,
.g68bk .rq3snr,
.i7efh .rq3snr {
  grid-column: 4; min-width: 120px; width: auto;
}
.se2p4xg .jo7hq3fc,
.ej7x3 .jo7hq3fc,
.g68bk .jo7hq3fc,
.i7efh .jo7hq3fc { display: block; font-size: 1.25rem; letter-spacing: 2px; }
.se2p4xg .suks0f,
.ej7x3 .suks0f,
.g68bk .suks0f,
.i7efh .suks0f { display: none; }
.se2p4xg .mqhv.aiqhu,
.ej7x3 .mqhv.aiqhu,
.g68bk .mqhv.aiqhu,
.i7efh .mqhv.aiqhu {
  grid-column: 5;
  min-width: 190px;
  border-radius: 999px;
  padding: 17px 34px !important;
  font-size: 1.05rem !important; font-weight: 700;
}
.i7efh .mqhv.aiqhu { box-shadow: 0 4px 16px color-mix(in srgb, var(--cta) 45%, transparent); }
@media (max-width: 1080px) {
  .se2p4xg .b93lxaz,
  .ej7x3 .b93lxaz,
  .g68bk .b93lxaz,
  .i7efh .b93lxaz {
    grid-template-columns: auto 220px minmax(0, 1fr) auto;
    gap: 16px; padding: 18px;
  }
  .se2p4xg .rq3snr,
  .ej7x3 .rq3snr,
  .g68bk .rq3snr,
  .i7efh .rq3snr { display: none; }
  .se2p4xg .mqhv.aiqhu,
  .ej7x3 .mqhv.aiqhu,
  .g68bk .mqhv.aiqhu,
  .i7efh .mqhv.aiqhu { grid-column: 4; min-width: 150px; padding: 14px 24px !important; }
}
@media (max-width: 720px) {
  .se2p4xg .b93lxaz,
  .ej7x3 .b93lxaz,
  .g68bk .b93lxaz,
  .i7efh .b93lxaz {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "rank  ident"
      "pills pills"
      "cta   cta";
    gap: 12px 14px; padding: 18px 16px;
    text-align: left;
  }
  .se2p4xg .b93lxaz::before,
  .ej7x3 .b93lxaz::before,
  .g68bk .b93lxaz::before,
  .i7efh .b93lxaz::before { grid-area: rank; align-self: center; justify-self: start; }
  .se2p4xg .a65tesu,
  .ej7x3 .a65tesu,
  .g68bk .a65tesu,
  .i7efh .a65tesu { grid-area: ident; width: auto; justify-content: flex-start; }
  .se2p4xg .fcdfd1,
  .ej7x3 .fcdfd1,
  .g68bk .fcdfd1,
  .i7efh .fcdfd1 { grid-area: pills; }
  
  .se2p4xg .fcdfd1 .xb5t,
  .ej7x3 .fcdfd1 .xb5t,
  .g68bk .fcdfd1 .xb5t,
  .i7efh .fcdfd1 .xb5t {
    background: var(--accent-bg); border-radius: 999px;
    padding: 11px 18px; justify-content: center;
  }
  .se2p4xg .mqhv.aiqhu,
  .ej7x3 .mqhv.aiqhu,
  .g68bk .mqhv.aiqhu,
  .i7efh .mqhv.aiqhu { grid-area: cta; width: 100%; }
  .se2p4xg .eneia3,
  .ej7x3 .eneia3,
  .g68bk .eneia3,
  .i7efh .eneia3 { width: 56px; height: 56px; }
  .se2p4xg .coc1tyo,
  .ej7x3 .coc1tyo,
  .g68bk .coc1tyo,
  .i7efh .coc1tyo { font-size: 1.1rem; }
}
:root {
  --accent:          #4d8615;
  --brand:           #4d8615;
  --brand-light:     #406918;
  --brand-pale:      #59892a;
  --grad-start:      #7ad521;
  --grad-end:        #99d95a;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #15803d;
  --cta-fg:          #ffffff;
  --cta-light:       #0c5f2b;
  --cta-hover:       #0c4b23;
  --bg-page:         #f7f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f5f3;
  --bg-raised:       #eff1ee;
  --bg-hover:        #f4f5f3;
  --border:          #e5e9e1;
  --border-alt:      #d6dccf;
  --border-section:  #e5e9e1;
  --text-primary:    #191b17;
  --text-muted:      #596151;
  --text-body:       #32372e;
  --text-sub:        #4c5345;
  --text-faint:      #7f8a74;
  --text-dim:        #98a190;
  --text-label:      #656e5d;
  --text-value:      #3f453a;
  --accent-bg:       #eaf3e1;
  --accent-bg-light: #dbeec8;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #0f9330;
  --c-cons:          #9f3e21;
  --c-pros-label:    #12af3a;
  --c-tip-border:    #14c140;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0f9330;
}
:root { --logo-bg-opacity: 52%; }
body, button, input { font-family: "Open Sans", sans-serif; }
.nm56e3za .po7w { font-size: 0; width: 1.2rem; flex-shrink: 0; }.nm56e3za .po7w::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.nm56e3za .bjyamnsv     .po7w::before { content: "";  color: var(--c-tip-border); }.nm56e3za .wsaggma1 .po7w::before { content: ""; color: var(--c-warn-border); }.nm56e3za .qru85l3o    .po7w::before { content: ""; color: #60a5fa; }.u9fl9 .nm56e3za .bjyamnsv     .po7w::before { color: #10b981; }.u9fl9 .nm56e3za .wsaggma1 .po7w::before { color: #f43f5e; }.u9fl9 .nm56e3za .qru85l3o    .po7w::before { color: #a855f7; }.ece9pzh  .nm56e3za .bjyamnsv     .po7w::before { color: #eab308; }.ece9pzh  .nm56e3za .wsaggma1 .po7w::before { color: #ef4444; }.ece9pzh  .nm56e3za .qru85l3o    .po7w::before { color: #f97316; }.lua1  .nm56e3za .bjyamnsv     .po7w::before { color: #38bdf8; }.lua1  .nm56e3za .wsaggma1 .po7w::before { color: #818cf8; }.lua1  .nm56e3za .qru85l3o    .po7w::before { color: #2dd4bf; }.zml7sjqj .nm56e3za .po7w::before { color: var(--accent-light) !important; }
.sv3d7jw1 .jpi0 li::before, .sv3d7jw1 .exjz9dqq 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; }.sv3d7jw1 .jpi0 li::before { content: ""; }.sv3d7jw1 .exjz9dqq li::before { content: ""; }.sv3d7jw1 .gu96m4e::before, .sv3d7jw1 .geq1i::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.sv3d7jw1 .gu96m4e::before { content: ""; }.sv3d7jw1 .geq1i::before { content: ""; }
.hga9dbr .r05u, .hga9dbr .kbh5k { min-height: 420px; }
.rsy10::before { content: '|'; opacity: 0.3; }