:root {
  --color-accent: #259ea3;
  --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;
}
.g95iqw14 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.g7wbc4 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.cij8my {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.cdz2owdi { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.rnbchp { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.rnbchp a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.rnbchp a:hover { color: var(--accent-light); }
.n5xs  .v4qwr { border-radius: 14px; }
.n5xs .v4qwr li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.n5xs .v4qwr li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.ou2p2j  .v4qwr li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .v4qwr {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .mecp3a:hover .v4qwr,
  .mecp3a:focus-within .v4qwr { display: block; }
  .v4qwr li a { padding: 8px 16px; font-size: 0.88rem; }
}
.cps5hya {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.dgf7ua { display: none; }
@media (max-width: 640px) {
  .dgf7ua {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .dgf7ua.ekyud { display: block; }
}
@media (max-width: 640px) {
  .cps5hya { display: block; }
  .rnbchp > li + li::before { display: none !important; }
  .rnbchp {
    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;
  }
  .rnbchp.ekyud { display: flex; }
  .rnbchp li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .rnbchp li:last-child a { border-bottom: none; }
}
.peqd { min-height: 480px; }
.gnc1gjz2 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.fm59exhg { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.wabzukcs .fm59exhg { margin-left: 0; margin-right: 0; }
.pbphbd {
  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;
}
.ouzd2pwl .pbphbd { margin-top: 24px; }
.pbphbd:hover { opacity: 0.88; }
.zpdjaj7 .n1m9esvl {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.zpdjaj7 .gnc1gjz2 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.zpdjaj7 .fm59exhg { color: #e2e8f0; }
.zpdjaj7.zse1mw0 .n1m9esvl { text-align: center; }
.zpdjaj7.wabzukcs   .n1m9esvl { text-align: left; }
.mk1ca6 {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.mk1ca6 .n1m9esvl {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.mk1ca6 .gnc1gjz2 { color: var(--text-primary); text-shadow: none; }
.mk1ca6 .fm59exhg { color: var(--text-muted); }
.mk1ca6 .pbphbd { margin-top: 16px; }
.mk1ca6, .mk1ca6.peqd { min-height: auto !important; }
.mk1ca6.zse1mw0 .n1m9esvl { text-align: center; }
.mk1ca6.wabzukcs   .n1m9esvl { text-align: left; }
.mk1ca6~.d5zf4b{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}
.mk1ca6~.d5zf4b .nswnk5{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; }
}
@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); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.o6mz .gnc1gjz2 { color: #fff; }
.o6mz .fm59exhg { color: rgba(255,255,255,0.85); }
.dxowkfvi .gnc1gjz2 { text-shadow: none; color: var(--text-primary); }
.dxowkfvi .fm59exhg { color: var(--text-muted); }
body.akt3 .gnc1gjz2 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.k3n7 .gnc1gjz2 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.peqd.o6mz .gnc1gjz2,
section.o6mz .gnc1gjz2 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.dxowkfvi.wabzukcs   .xhx5q { align-items: flex-start; text-align: left; }
.peqd .dqjlqms1 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.dqjlqms1 .ewfkn92 {
  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;
}
.dqjlqms1 .ewfkn92::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.dqjlqms1 .am8bxgbc { display: contents !important; }
.dqjlqms1 .am8bxgbc .g3j0 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.dqjlqms1 .am8bxgbc .kj7ig15h { max-height: 48px; max-width: 96px; }
.dqjlqms1 .am8bxgbc .yxyam2v2 {
  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;
}
.dqjlqms1 .rydswwg {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.dqjlqms1 .jczadpxm { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.dqjlqms1 .gvzu7vo { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.dqjlqms1 .gvzu7vo small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.dqjlqms1 .bmvb { display: contents !important; }
.dqjlqms1 .bmvb .gm0wtby:not(.dvpa0a) { display: none !important; }
.dqjlqms1 .bmvb .dvpa0a {
  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;
}
.dqjlqms1 .bmvb .dvpa0a .pehb {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.dqjlqms1 .bmvb .dvpa0a .x629x {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.dqjlqms1 .jse90j2 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.dqjlqms1 .jse90j2.zt3kxbf2 {
  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;
}
.dqjlqms1 .jse90j2.zt3kxbf2:hover { opacity: 0.85; }
.dqjlqms1 .ewfkn92,
.dqjlqms1 .ewfkn92:hover,
.dqjlqms1 .ewfkn92:nth-child(even),
.dqjlqms1 .ewfkn92:nth-child(odd),
.dqjlqms1 .ewfkn92:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.uwcyta .n1m9esvl { padding-bottom: 24px; }
.ouzd2pwl .n1m9esvl { max-width: 1100px; }
@media (max-width: 700px) {
  .dxowkfvi { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .dxowkfvi:not(.ytbpjhf8) .ao0j97v { display: none !important; }
  .ytbpjhf8 .ao0j97v { padding: 16px; }
  .xhx5q  { padding: 36px 24px; }
  .dxowkfvi~.d5zf4b,.e5f7~.d5zf4b{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .peqd, .dxowkfvi { min-height: 320px !important; }
  .gnc1gjz2 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ig36v,
  .hbx0o,
  .oc15au { grid-template-columns: 1fr !important; }

  

  
  .uwcyta { display: flex !important; flex-direction: column !important; }
  .uwcyta .n1m9esvl { display: contents; }
  .uwcyta .hirlyiw { order: 0; }
  .uwcyta .gnc1gjz2 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .uwcyta .ig36v { order: 2; padding: 0 16px 12px !important; }
  .uwcyta .fm59exhg { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .ouzd2pwl .n1m9esvl { display: flex; flex-direction: column; }
  .ouzd2pwl .n1m9esvl .gnc1gjz2 { order: 1; }
  .ouzd2pwl .n1m9esvl .oc15au { order: 2; margin: 8px 0 24px !important; }
  .ouzd2pwl .n1m9esvl .fm59exhg { order: 3; }
  .ouzd2pwl .n1m9esvl .pbphbd { order: 4; align-self: center; margin-top: 0; }

  
  .dxowkfvi.ytbpjhf8 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .dxowkfvi.ytbpjhf8 .xhx5q { display: contents; padding: 0; }
  .dxowkfvi.ytbpjhf8 .xhx5q .gnc1gjz2 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .dxowkfvi.ytbpjhf8 .ao0j97v { order: 2; padding: 12px 16px; }
  .dxowkfvi.ytbpjhf8 .xhx5q .fm59exhg { order: 3; padding: 0 24px; margin: 0 auto; }
  .dxowkfvi.ytbpjhf8 .xhx5q .pbphbd { order: 4; align-self: center; margin: 8px 0 32px; }
}
.uzu00bch { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.pc24yzxg { width: 100%; height: auto; display: block; border-radius: 10px; }
.s6hv3b .uzu00bch        { border-radius: 16px; }
.s6hv3b .pc24yzxg  { border-radius: 16px; }
.iszrcb7 .uzu00bch         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.iszrcb7 .pc24yzxg   { border-radius: 8px; }
.z9r1sexj { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.dxeuzn { width: 100%; padding: 32px 0; position: relative; }
.ua5vj { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.bnk8cfc .dxeuzn:nth-child(even) { background: var(--bg-surface); }
.bnk8cfc .dxeuzn:nth-child(odd)  { background: var(--bg-page); }
.eddv .dxeuzn:nth-child(even) { background: var(--bg-card); }
.eddv .dxeuzn:nth-child(odd)  { background: var(--bg-page); }
.bnk8cfc .dxeuzn:nth-child(odd)  .ua5vj { background: var(--bg-card); border-radius: 6px; }
.bnk8cfc .dxeuzn:nth-child(even) .ua5vj { background: var(--bg-raised); border-radius: 6px; }
.eddv .dxeuzn:nth-child(odd)  .ua5vj { background: var(--bg-card); border-radius: 6px; }
.eddv .dxeuzn:nth-child(even) .ua5vj { background: var(--bg-raised); border-radius: 6px; }
.bnk8cfc .dxeuzn:nth-child(even) .gq5ne .o4cz,
.eddv .dxeuzn:nth-child(even) .gq5ne .o4cz { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.bnk8cfc .dxeuzn:nth-child(odd) .gq5ne .o4cz,
.eddv .dxeuzn:nth-child(odd) .gq5ne .o4cz { background: var(--bg-card-inner); }
.bnk8cfc .dxeuzn:nth-child(even) .w15e8 .o4cz:nth-child(odd),
.eddv .dxeuzn:nth-child(even) .w15e8 .o4cz:nth-child(odd)  { background: var(--bg-card); }
.bnk8cfc .dxeuzn:nth-child(even) .w15e8 .o4cz:nth-child(even),
.eddv .dxeuzn:nth-child(even) .w15e8 .o4cz:nth-child(even) { background: var(--bg-card-inner); }
h1.ksfitw { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.ksfitw {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.obvp5 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.rq9h4cb h2.ksfitw {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.rarh1w h2.ksfitw {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.zlme7vfx h2.ksfitw {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.gbq9jy h2.ksfitw::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.bbv3 h2.ksfitw {
  color: var(--text-primary); font-size: 1.7rem;
}
.f4qwy8 h2.ksfitw::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.cpa8 h2.ksfitw {
  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) { .qqd1 { display: none; } }
.yxm62ud { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.dl0o { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.yhghkpl {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.thn1 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.zv0i8ic7 { padding-left: 20px; }
.zv0i8ic7 li { margin-bottom: 6px; }
.zv0i8ic7 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.zv0i8ic7 a:hover { color: var(--accent-light); }
.pbc0e .thn1 { display: none; }
.y9koihbp .thn1 { display: none; }
.y9koihbp .zv0i8ic7 { padding-left: 0; list-style: none; }
.y9koihbp .zv0i8ic7 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.y9koihbp .zv0i8ic7 a { font-size: 0.92rem; }
.kao5xovf .yhghkpl { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.kao5xovf .thn1 { display: none; }
.kao5xovf .zv0i8ic7 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.kao5xovf .zv0i8ic7 li { margin-bottom: 0; }
.kao5xovf .zv0i8ic7 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;
}
.kao5xovf .zv0i8ic7 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.di9a .yhghkpl { padding: 20px 20px 16px; }
.di9a .zv0i8ic7 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.di9a .zv0i8ic7 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.di9a .zv0i8ic7 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;
}
.di9a .zv0i8ic7 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;
}
.di9a .zv0i8ic7 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.di9a .zv0i8ic7 a:focus,
.di9a .zv0i8ic7 a:focus-visible,
.di9a .zv0i8ic7 a:target { outline: none; }
.di9a .zv0i8ic7 li:target a { border-color: var(--border); color: var(--text-muted); }
.yvm2mej3 .yhghkpl { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.yvm2mej3 .thn1 { display: none; }
.yvm2mej3 .zv0i8ic7 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.yvm2mej3 .zv0i8ic7 li { counter-increment: toc-n; margin-bottom: 0; }
.yvm2mej3 .zv0i8ic7 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;
}
.yvm2mej3 .zv0i8ic7 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;
}
.yvm2mej3 .zv0i8ic7 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.mruejc .yhghkpl { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.mruejc .thn1 { display: none; }
.mruejc .zv0i8ic7 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.mruejc .zv0i8ic7 li { margin-bottom: 0; }
.mruejc .zv0i8ic7 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;
}
.mruejc .zv0i8ic7 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.t491 .yhghkpl { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.t491 .thn1 { display: none; }
.t491 .zv0i8ic7 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.t491 .zv0i8ic7 li { margin-bottom: 0; }
.t491 .zv0i8ic7 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.t491 .zv0i8ic7 li:last-child::after { content: ""; margin-right: 0; }
.t491 .zv0i8ic7 a { font-size: 0.9rem; }
.o4cz { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.gq5ne .o4cz { background: var(--bg-card); }
.w15e8 .o4cz:nth-child(odd)  { background: var(--bg-card); }
.w15e8 .o4cz:nth-child(even) { background: var(--bg-raised); }
.r7sn2 .o4cz {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.r7sn2 .o4cz:last-child { border-bottom: none; }
.r7sn2 h3.obvp5 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.za669k .o4cz {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.za669k .o4cz + .o4cz { margin-top: 4px; }
.l7eaf .o4cz { background: none; border-radius: 0; padding: 12px 0; }
.l7eaf .o4cz + .o4cz { border-top: 1px solid var(--border-section); }
.huzep5et { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ikq3nb { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.tbl15 { color: var(--text-body); margin-bottom: 10px; }
.wboidx, .t18hhmym { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.wboidx li, .t18hhmym li { margin-bottom: 6px; }
.t18hhmym li { list-style: decimal; }
.tpfrf6u     .wboidx { list-style-type: "● "; }
.omnay  .wboidx { list-style-type: "■ "; }
.s090042o .wboidx { list-style-type: "◆ "; }
.dd2vq6a    .wboidx { list-style-type: "★ "; }
.tpfrf6u     .eal1eo { list-style-type: "● "; }
.omnay  .eal1eo { list-style-type: "■ "; }
.s090042o .eal1eo { list-style-type: "◆ "; }
.dd2vq6a    .eal1eo { list-style-type: "★ "; }
.tpfrf6u    .wboidx li::marker, .tpfrf6u    .eal1eo li::marker,
.omnay .wboidx li::marker, .omnay .eal1eo li::marker,
.s090042o .wboidx li::marker, .s090042o .eal1eo li::marker,
.dd2vq6a   .wboidx li::marker, .dd2vq6a   .eal1eo li::marker {
  color: var(--cta); font-size: 1em;
}
.tpfrf6u .t18hhmym,
.omnay .t18hhmym,
.s090042o .t18hhmym,
.dd2vq6a .t18hhmym {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.tpfrf6u .t18hhmym li,
.omnay .t18hhmym li,
.s090042o .t18hhmym li,
.dd2vq6a .t18hhmym li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.tpfrf6u .t18hhmym li::before,
.omnay .t18hhmym li::before,
.s090042o .t18hhmym li::before,
.dd2vq6a .t18hhmym 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;
}
.tpfrf6u     .t18hhmym li::before { border-radius: 50%; }
.omnay  .t18hhmym li::before { border-radius: 3px; }
.s090042o .t18hhmym li::before { border-radius: 3px; }
.dd2vq6a    .t18hhmym li::before { border-radius: 50%; }
.shlym1a { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.f84xw8 .shlym1a,
.ol3du .shlym1a { background: transparent; border: none; border-radius: 0; }
.j40yj { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.j40yj th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.j40yj td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.j40yj tr:hover td { background: var(--bg-hover); }
.mrgsfx .j40yj tbody tr:nth-child(even) td { background: var(--bg-surface); }
.z37bv4v2 .j40yj { border: 1px solid var(--border-alt); }
.z37bv4v2 .j40yj th,
.z37bv4v2 .j40yj td { border: 1px solid var(--border-alt); }
.i5crd .j40yj th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.i5crd .j40yj td { border-bottom: none; }
.i5crd .j40yj tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.aia0x .j40yj th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.kl71l1 .shlym1a {
  overflow: hidden;
}
.kl71l1 .j40yj th { border-bottom: 1px solid var(--border-alt); }
.kl71l1 .j40yj tr:last-child td { border-bottom: none; }
.rtkl3sl { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.i97oj { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.z49o31 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.xvqzmsuh { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.hjw1 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.eal1eo { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.eal1eo 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%}
.u442lwv .xvqzmsuh { background: transparent; text-align: center; }
.hhick8d .z49o31 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.ijuq .z49o31 {
  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);
}
.a04vnpc .i97oj { display: grid; grid-template-columns: auto 1fr; }
.a04vnpc .z49o31 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.a04vnpc .xvqzmsuh { grid-column: 2; }
.a04vnpc .hjw1,
.a04vnpc .eal1eo { grid-column: 1 / -1; }
.uo28yc .i97oj { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.uo28yc .z49o31 {
  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);
}
.uo28yc .xvqzmsuh { grid-column: 2; }
.uo28yc .hjw1,
.uo28yc .eal1eo { grid-column: 1 / -1; }
.j7dj .i97oj { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.j7dj .xvqzmsuh { background: none; color: var(--accent-light); font-weight: 700; }
.w7lzbc6 .i97oj { 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); }
.w7lzbc6 .xvqzmsuh { background: none; color: var(--accent-light); font-weight: 700; }
.i578g .i97oj { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.i578g .i97oj:last-child { border-bottom: none; }
.i578g .xvqzmsuh { background: none; color: var(--accent-light); font-weight: 700; }
.smv9a38 .i97oj { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.smv9a38 .xvqzmsuh { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.bfpb3 .rtkl3sl { counter-reset: card-n; }
.bfpb3 .i97oj  { counter-increment: card-n; }
.bfpb3 .xvqzmsuh { display: flex; align-items: center; gap: 10px; }
.bfpb3 .xvqzmsuh::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;
}
.dhh8mz .i97oj { background: var(--bg-surface); border: 1px solid var(--border); }
.dhh8mz .xvqzmsuh { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.vqi3y0pm { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.vqi3y0pm         { --cl-hue: var(--accent); }
.ndoag     { --cl-hue: #16a34a; }
.tn5np { --cl-hue: #ea580c; }
.qvrgyf3o    { --cl-hue: #2563eb; }
.ndoag, .tn5np, .qvrgyf3o, .xrsn3 {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.udwwur { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.udwwur::before { color: var(--cl-hue); }
.vqi3y0pm strong { color: var(--text-primary); font-size: 0.95rem; }
.vqi3y0pm p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.kjw1apqv { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ofbh, .ta13s { border-radius: 8px; padding: 14px; }
.ofbh { background: var(--bg-pros); }
.ta13s { background: var(--bg-cons); }
.z9u2es { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ofbh .z9u2es { color: var(--c-pros-label); }
.ta13s .z9u2es { color: #f87171; }
.ofbh ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ta13s ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.pc24yzxg { width: 100%; height: auto; border-radius: 10px; display: block; }
.zt3kxbf2 {
  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;
}
.zt3kxbf2:hover { opacity: 0.85; }
.qczgm .zt3kxbf2  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.qczgm .zt3kxbf2:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ny8puc .zt3kxbf2  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ny8puc .zt3kxbf2:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.qczgm .jse90j2.zt3kxbf2, .ny8puc .jse90j2.zt3kxbf2,
.qczgm .ag6wzut .zt3kxbf2, .ny8puc .ag6wzut .zt3kxbf2 {
  background: var(--cta); border: none; color: #fff;
}
.qczgm .jse90j2.zt3kxbf2:hover, .ny8puc .jse90j2.zt3kxbf2:hover,
.qczgm .ag6wzut .zt3kxbf2:hover, .ny8puc .ag6wzut .zt3kxbf2:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.kagq54r5 .pbphbd { border-radius: 50px; }
.kagq54r5 .zt3kxbf2  { border-radius: 50px; }
.ljzxp76a .pbphbd,
.ljzxp76a .zt3kxbf2 { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.ljzxp76a .pbphbd:hover,
.ljzxp76a .zt3kxbf2:hover { filter: brightness(1.08); opacity: 1; }
.b0ajigg .pbphbd,
.b0ajigg .zt3kxbf2 { box-shadow: 0 3px 14px -2px var(--cta); }
.b0ajigg .pbphbd:hover,
.b0ajigg .zt3kxbf2:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.etsg178 .pbphbd,
.etsg178 .zt3kxbf2 { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.etsg178 .pbphbd:hover,
.etsg178 .zt3kxbf2:hover { opacity: 1; }
.etsg178 .pbphbd:active,
.etsg178 .zt3kxbf2:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.ztbdzvt .pbphbd,
.ztbdzvt .zt3kxbf2 { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.ztbdzvt .pbphbd:hover,
.ztbdzvt .zt3kxbf2:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.ztbdzvt .pbphbd:active,
.ztbdzvt .zt3kxbf2:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.c8wrrm5 .pbphbd,
.c8wrrm5 .zt3kxbf2 { position: relative; overflow: hidden; }
.c8wrrm5 .pbphbd::before,
.c8wrrm5 .zt3kxbf2::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;
}
.c8wrrm5 .pbphbd:hover::before,
.c8wrrm5 .zt3kxbf2:hover::before { left: 135%; }
.n1g8f .pbphbd,
.n1g8f .zt3kxbf2 { border-radius: 0; }
.nuxqtxa .pbphbd { padding-left: 22px; padding-right: 22px; }
.nuxqtxa .zt3kxbf2  { padding-left: 12px; padding-right: 12px; }
.uh27ph .pbphbd { padding-left: 44px; padding-right: 44px; }
.uh27ph .zt3kxbf2  { padding-left: 24px; padding-right: 24px; }
.gsxk .pbphbd { padding-left: 56px; padding-right: 56px; }
.gsxk .zt3kxbf2  { padding-left: 32px; padding-right: 32px; }
.yt2mmr   .pbphbd::after, .yt2mmr   .zt3kxbf2::after,
.wn1s9ccd .pbphbd::after, .wn1s9ccd .zt3kxbf2::after,
.gxeede    .pbphbd::after, .gxeede    .zt3kxbf2::after,
.zyrm    .pbphbd::after, .zyrm    .zt3kxbf2::after,
.aen8gb    .pbphbd::after, .aen8gb    .zt3kxbf2::after,
.hud4eh4     .pbphbd::after, .hud4eh4     .zt3kxbf2::after,
.z6794k    .pbphbd::after, .z6794k    .zt3kxbf2::after,
.y0f2xhv   .pbphbd::after, .y0f2xhv   .zt3kxbf2::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;
}
.yt2mmr .pbphbd::after, .yt2mmr .zt3kxbf2::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");
}
.wn1s9ccd .pbphbd::after, .wn1s9ccd .zt3kxbf2::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");
}
.gxeede .pbphbd::after, .gxeede .zt3kxbf2::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");
}
.zyrm .pbphbd::after, .zyrm .zt3kxbf2::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");
}
.aen8gb .pbphbd::after, .aen8gb .zt3kxbf2::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");
}
.hud4eh4 .pbphbd::after, .hud4eh4 .zt3kxbf2::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");
}
.z6794k .pbphbd::after, .z6794k .zt3kxbf2::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");
}
.y0f2xhv .pbphbd::after, .y0f2xhv .zt3kxbf2::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");
}
.hgzx   .w6ns3::after, .hgzx   .bi3j::after,
.kq8z .w6ns3::after, .kq8z .bi3j::after,
.qwtplt5    .w6ns3::after, .qwtplt5    .bi3j::after,
.cvyz    .w6ns3::after, .cvyz    .bi3j::after,
.z2eu    .w6ns3::after, .z2eu    .bi3j::after,
.hj3zl9     .w6ns3::after, .hj3zl9     .bi3j::after,
.jjocmk    .w6ns3::after, .jjocmk    .bi3j::after,
.zyi893   .w6ns3::after, .zyi893   .bi3j::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;
}
.hgzx .w6ns3::after, .hgzx .bi3j::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");
}
.kq8z .w6ns3::after, .kq8z .bi3j::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");
}
.qwtplt5 .w6ns3::after, .qwtplt5 .bi3j::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");
}
.cvyz .w6ns3::after, .cvyz .bi3j::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");
}
.z2eu .w6ns3::after, .z2eu .bi3j::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");
}
.hj3zl9 .w6ns3::after, .hj3zl9 .bi3j::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");
}
.jjocmk .w6ns3::after, .jjocmk .bi3j::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");
}
.zyi893 .w6ns3::after, .zyi893 .bi3j::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");
}
.ixdmqp7 {
  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;
}
.ewfkn92 {
  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;
}
.ewfkn92 > * { min-width: 0; }
.ewfkn92:hover { background: var(--bg-hover); }
.ewfkn92 > [itemprop="item"] { display: contents; }
.ewfkn92 [itemprop="itemReviewed"],
.ewfkn92 [itemprop="reviewRating"] { display: none; }
.ewfkn92::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;
}
.am8bxgbc {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.g3j0 {
  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;
}
.kj7ig15h { max-height: 52px; max-width: 110px; object-fit: contain; }
.yxyam2v2 {
  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;
}
.vrn60g8 .g3j0    { background: #1a1a1a; }
.itiz5 .g3j0   { background: rgba(128,128,128,.12); }
.oedrq1yd .g3j0 { background: var(--bg-raised); }
.hki7v .g3j0    { background: transparent; padding: 0; }
.rydswwg {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.jczadpxm { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.gvzu7vo { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.bmvb {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.gm0wtby {
  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;
}
.pehb {
  
  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%;
}
.x629x {
  
  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;
}
.jse90j2 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.jse90j2.zt3kxbf2 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .ewfkn92 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .ewfkn92::before    { grid-area: rank;   }
  .am8bxgbc           { grid-area: ident;  }
  .rydswwg     { grid-area: rating; min-width: 0; width: auto; }
  .bmvb           { grid-area: pills;  }
  .jse90j2             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .ewfkn92 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .ewfkn92::before    { justify-self: center; }
  .am8bxgbc           { width: 100%; }
  .rydswwg     { justify-self: center; }
  .bmvb           { grid-template-columns: 1fr; }
}
.nuuudt4 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.xz9aja8 {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.j5w9dq {
  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;
}
.j5w9dq img { max-width: 80px; max-height: 50px; object-fit: contain; }
.jkyla51 { flex: 1; }
.jkyla51 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.yg1msf5q { color: var(--c-stars); font-size: 1.1rem; }
.xrpve { margin-bottom: 8px; }
.qv3w1 {
  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);
}
.qv3w1 > span { color: var(--accent); font-weight: 700; }
.p8vt em, .ensdbua2 em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .qv3w1 { padding: 10px 16px; gap: 6px 16px; } }
.ag6wzut { flex-shrink: 0; align-self: flex-start; }
.ag6wzut .zt3kxbf2 { white-space: nowrap; }
@media (max-width: 560px) {
  .xz9aja8 { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .j5w9dq { order: 1; }
  .ag6wzut { order: 2; margin-left: auto; align-self: center; }
  .jkyla51 { order: 3; flex: 1 1 100%; min-width: 0; }
}
.nygw5 img.akejuho { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.f84xw8 { padding: 20px 24px; }
.h52jzx9 { color: var(--text-muted); margin-bottom: 16px; }
.sixk7w { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.o9twv, .amqemd { list-style: none; font-size: 0.9rem; }
.o9twv li { color: var(--c-pros); margin-bottom: 4px; }
.amqemd li { color: var(--c-cons); margin-bottom: 4px; }
.o9twv li::before { content: "✓"; margin-right: 5px; }
.amqemd li::before { content: "✗"; margin-right: 5px; }
.movfbwej .o9twv li::before { content: "→"; }
.movfbwej .amqemd li::before { content: "–"; }
.i85lleu  .o9twv li::before { content: "★"; }
.i85lleu  .amqemd li::before { content: "✕"; }
.n7uh0z38    .o9twv li::before { content: "◆"; }
.n7uh0z38    .amqemd li::before { content: "▲"; }
.aewjb0  .o9twv li::before { content: "▶"; }
.aewjb0  .amqemd li::before { content: "■"; }
.s26p9 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.e8ttyo59 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.lx3c7 { background: var(--bg-pros); color: var(--c-tag-pay); }
.b5egyq { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.l2ract .b5egyq { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.s0hfk .b5egyq { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .d1c17 .zqaht {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .d1c17 .nuuudt4 { margin: 0; }
}
.tp597js3 .xz9aja8 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.tp597js3 .jkyla51 h3 { color: var(--accent-light); }
.tp597js3 .j5w9dq { background: var(--bg-page); border: 1px solid var(--border); }
.zk2wui5x .nuuudt4 { border-top: 4px solid var(--accent); }
.zk2wui5x .xz9aja8 { background: var(--bg-card); }
.igav4z .nuuudt4 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.igav4z .xz9aja8 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.igav4z .f84xw8 { padding: 14px 16px; }
.igav4z .j5w9dq { border-radius: 4px; }
.igav4z .b5egyq { border-radius: 0; }
.k7fttx .xz9aja8 { padding: 0; gap: 0; overflow: hidden; }
.k7fttx .j5w9dq { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.k7fttx .jkyla51 { padding: 16px 20px; }
.k7fttx .ag6wzut { padding: 16px 20px; align-self: center; }
.e5fs .yg1msf5q { font-size: .95rem; }
.ol3du .kjw1apqv { gap: 10px; }
.ol3du .ofbh, .ol3du .ta13s { padding: 12px; }
.ol3du .ofbh ul, .ol3du .ta13s ul { margin: 4px 0 0; padding-left: 18px; }
.ol3du .ofbh li, .ol3du .ta13s li { font-size: .85rem; margin-bottom: 3px; }
.juk06tl .e8ttyo59 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .l89wgm4 { grid-template-columns: 1fr; }
  .yo9i { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .yo9i .j8cdj9f { width: 72px; height: 50px; }
  .yo9i .wffd { max-width: 180px; }
  .yo9i .wsfaco { width: auto; }
}
.q0nyt .e5fs .yg1msf5q { filter: brightness(1.2); }
@media (max-width: 720px) {
  .q0nyt { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .kimi0t { padding: 16px; }
  .zyj9p5m .trbw1 { min-width: 50%; }
}
.z0yrb .kjw1apqv { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .au4w7ay { grid-template-columns: 1fr; }
  .vularh8x { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .zywf3rit { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ohlrxs8z { flex-wrap: wrap; padding: 16px; }
}
.tdmgnxmc .kjw1apqv { gap: 8px; }
.tdmgnxmc .ofbh, .tdmgnxmc .ta13s { padding: 8px; }
@media (max-width: 480px) {
  .mu7zyc { flex-direction: column; align-items: stretch; }
}
.hfu5 .wsfaco .zt3kxbf2 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ak26m7kd { flex-direction: column; align-items: stretch; gap: 10px; }
  .hfu5 .wsfaco { text-align: center; }
}
@media (max-width: 720px) {
  .izkznlx { grid-template-columns: 1fr; }
  .b1qccrzv { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .tg7vvao { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.mq3gr9t .ftjg { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.j0qkvl0 .yg1msf5q { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .o32m0 { grid-template-columns: 1fr; }
  .j0qkvl0 { width: 100px; height: 100px; margin: 16px auto; }
  .mq3gr9t { font-size: 1.4rem; }
  .jksdw { justify-content: center; }
  .st74x6w .trbw1 { min-width: 50%; }
}
.kkr2arq .kjw1apqv { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .o64aehj { flex-wrap: wrap; padding: 14px 16px; }
  .rqxr { padding: 12px 16px; }
  .kkr2arq .kjw1apqv { margin: 0 16px; }
  .kkr2arq .juk06tl { padding: 0 16px; }
  .ink8a { padding: 12px 16px; }
}
.unven .ewfkn92 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.unven .ewfkn92:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.pejybx61 .ixdmqp7 { gap: 18px; }
.pejybx61 .ewfkn92 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.pejybx61 .ewfkn92:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.qi1hhd .ixdmqp7 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.qi1hhd .ewfkn92 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.qi1hhd .ewfkn92:last-child { border-bottom: none; }
.qi1hhd .am8bxgbc,
.qi1hhd .rydswwg,
.qi1hhd .bmvb {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.oe2cvh .ixdmqp7 { gap: 0; }
.oe2cvh .ewfkn92 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.oe2cvh .ewfkn92:last-child { border-bottom: none; }
.oe2cvh .ewfkn92:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.oe2cvh .ewfkn92:nth-child(even):hover { background: var(--bg-hover); }
.nc2hw .ewfkn92 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.bju2vl .bmvb .gm0wtby {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.bju2vl .bmvb .gm0wtby:first-child { border-left: none; }
.nqj2tyb .bmvb .gm0wtby {
  background: transparent; padding: 4px 8px;
}
.nqj2tyb .bmvb .pehb { font-size: .65rem; opacity: .65; }
.nqj2tyb .bmvb .x629x   { font-size: 1.15rem; color: var(--accent-light); }
.ruti .bmvb .gm0wtby {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.gvzu7vo { display: none; }
.bciu81xs .jczadpxm { font-size: 1rem; letter-spacing: 2px; }
.orl7ayut .jczadpxm {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.v4pqfx7 .jczadpxm,
.jf15 .jczadpxm,
.ogjmxt .jczadpxm { display: none; }
.v4pqfx7 .gvzu7vo,
.jf15 .gvzu7vo,
.ogjmxt .gvzu7vo { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.v4pqfx7 .gvzu7vo { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.v4pqfx7 .gvzu7vo small { display: none; }
.jf15 .gvzu7vo {
  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;
}
.jf15 .gvzu7vo small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.ogjmxt .gvzu7vo {
  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;
}
.ogjmxt .gvzu7vo small { display: none; }
.v4pqfx7 .xrpve .yg1msf5q,
.jf15 .xrpve .yg1msf5q,
.ogjmxt .xrpve .yg1msf5q { display: none; }
.v4pqfx7 .xrpve strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.v4pqfx7 .ftjg { display: none; }
.jf15 .xrpve 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;
}
.jf15 .k2qwqf,
.jf15 .ftjg { font-size: 1em; }
.ogjmxt .xrpve strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.ogjmxt .ftjg { display: none; }
.dmyuh { margin: 16px 0; }
.f8lg5smz { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.f8lg5smz summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.f8lg5smz summary::after { content: "+"; color: var(--accent-light); }
.f8lg5smz[open] summary::after { content: "−"; }
.f8lg5smz p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.dxeuzn { margin-bottom: 0; }
.ilg5at h2.ksfitw { color: var(--text-primary); border-color: var(--accent-light); }
.xlq3hae h2.ksfitw { color: var(--text-primary); border-color: var(--accent-light); }
.toyyc .ndoag     { background: #052e16; border-color: #10b981; }
.toyyc .tn5np { background: #2d0a1e; border-color: #f43f5e; }
.toyyc .qvrgyf3o    { background: #1e1036; border-color: #a855f7; }
.toyyc .vqi3y0pm strong  { color: #f1f5f9; }
.toyyc .vqi3y0pm p       { color: #cbd5e1; }
.toyyc .bk6nc    .ndoag     .udwwur::before,
.toyyc .ch85  .ndoag     .udwwur::before,
.toyyc .vkgudr  .ndoag     .udwwur::before,
.toyyc .p1jq .ndoag     .udwwur::before { color: #10b981; }
.toyyc .bk6nc    .tn5np .udwwur::before,
.toyyc .ch85  .tn5np .udwwur::before,
.toyyc .vkgudr  .tn5np .udwwur::before,
.toyyc .p1jq .tn5np .udwwur::before { color: #f43f5e; }
.toyyc .bk6nc    .qvrgyf3o    .udwwur::before,
.toyyc .ch85  .qvrgyf3o    .udwwur::before,
.toyyc .vkgudr  .qvrgyf3o    .udwwur::before,
.toyyc .p1jq .qvrgyf3o    .udwwur::before { color: #a855f7; }
.sdcnv374 .ndoag     { background: #2d2000; border-color: #eab308; }
.sdcnv374 .tn5np { background: #2d0b0b; border-color: #ef4444; }
.sdcnv374 .qvrgyf3o    { background: #2d1600; border-color: #f97316; }
.sdcnv374 .vqi3y0pm strong  { color: #f1f5f9; }
.sdcnv374 .vqi3y0pm p       { color: #cbd5e1; }
.sdcnv374 .bk6nc    .ndoag     .udwwur::before,
.sdcnv374 .ch85  .ndoag     .udwwur::before,
.sdcnv374 .vkgudr  .ndoag     .udwwur::before,
.sdcnv374 .p1jq .ndoag     .udwwur::before { color: #eab308; }
.sdcnv374 .bk6nc    .tn5np .udwwur::before,
.sdcnv374 .ch85  .tn5np .udwwur::before,
.sdcnv374 .vkgudr  .tn5np .udwwur::before,
.sdcnv374 .p1jq .tn5np .udwwur::before { color: #ef4444; }
.sdcnv374 .bk6nc    .qvrgyf3o    .udwwur::before,
.sdcnv374 .ch85  .qvrgyf3o    .udwwur::before,
.sdcnv374 .vkgudr  .qvrgyf3o    .udwwur::before,
.sdcnv374 .p1jq .qvrgyf3o    .udwwur::before { color: #f97316; }
.aoun5wx .ndoag     { background: #0c1a2e; border-color: #38bdf8; }
.aoun5wx .tn5np { background: #12103a; border-color: #818cf8; }
.aoun5wx .qvrgyf3o    { background: #0a2020; border-color: #2dd4bf; }
.aoun5wx .vqi3y0pm strong  { color: #f1f5f9; }
.aoun5wx .vqi3y0pm p       { color: #cbd5e1; }
.aoun5wx .bk6nc    .ndoag     .udwwur::before,
.aoun5wx .ch85  .ndoag     .udwwur::before,
.aoun5wx .vkgudr  .ndoag     .udwwur::before,
.aoun5wx .p1jq .ndoag     .udwwur::before { color: #38bdf8; }
.aoun5wx .bk6nc    .tn5np .udwwur::before,
.aoun5wx .ch85  .tn5np .udwwur::before,
.aoun5wx .vkgudr  .tn5np .udwwur::before,
.aoun5wx .p1jq .tn5np .udwwur::before { color: #818cf8; }
.aoun5wx .bk6nc    .qvrgyf3o    .udwwur::before,
.aoun5wx .ch85  .qvrgyf3o    .udwwur::before,
.aoun5wx .vkgudr  .qvrgyf3o    .udwwur::before,
.aoun5wx .p1jq .qvrgyf3o    .udwwur::before { color: #2dd4bf; }
.ornf3z3::before,
.c89fu::before { margin-right: 5px; }
.fkkiv6d .ofbh ul li,
.fkkiv6d .o9twv li         { color: #4ade80; }
.fkkiv6d .ofbh .ornf3z3 { color: #22c55e; }
.fkkiv6d .ta13s ul li,
.fkkiv6d .amqemd li         { color: #f87171; }
.fkkiv6d .ta13s .c89fu { color: #ef4444; }
.q5v49 .ofbh { background: var(--bg-pros); }
.q5v49 .ta13s { background: var(--bg-cons); }
.q5v49 .ofbh .ornf3z3 { color: var(--c-pros-label); }
.q5v49 .ta13s .c89fu { color: var(--c-cons); }
.q5v49 .ofbh ul li,
.q5v49 .o9twv li            { color: var(--c-pros); }
.q5v49 .ta13s ul li,
.q5v49 .amqemd li            { color: var(--c-cons); }
.zt1ca765 .ofbh { background: var(--bg-pros); }
.zt1ca765 .ta13s { background: var(--bg-cons); }
.zt1ca765 .ofbh .ornf3z3 { color: var(--c-pros-label); }
.zt1ca765 .ta13s .c89fu { color: var(--c-cons); }
.zt1ca765 .ofbh ul li,
.zt1ca765 .o9twv li          { color: var(--c-pros); }
.zt1ca765 .ta13s ul li,
.zt1ca765 .amqemd li          { color: var(--c-cons); }
.ejb22 .ornf3z3::before { content: "✓ "; }
.ejb22 .c89fu::before { content: "✗ "; }
.movfbwej .ornf3z3::before { content: "→ "; }
.movfbwej .c89fu::before { content: "← "; }
.i85lleu .ornf3z3::before { content: "★ "; }
.i85lleu .c89fu::before { content: "✕ "; }
.n7uh0z38 .ornf3z3::before { content: "◆ "; }
.n7uh0z38 .c89fu::before { content: "▲ "; }
.s0hfk .vqi3y0pm { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.s0hfk .vqi3y0pm strong { color: var(--text-primary); }
.s0hfk .vqi3y0pm p      { color: var(--text-muted); }
.l2ract .vqi3y0pm { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.zgfr .vqi3y0pm {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.zgfr .vqi3y0pm strong,
.zgfr .vqi3y0pm p { color: #fff; }
.zgfr .udwwur::before { color: rgba(255,255,255,0.9) !important; }
.w7wu5w4s .vqi3y0pm {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.w7wu5w4s .vqi3y0pm strong { color: var(--text-primary); }
.w7wu5w4s .vqi3y0pm p      { color: var(--text-muted); }
.r37v3m7 .vqi3y0pm { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.bk6nc .udwwur,
.ch85 .udwwur,
.vkgudr .udwwur,
.p1jq .udwwur { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.bk6nc .udwwur::before,
.ch85 .udwwur::before,
.vkgudr .udwwur::before,
.p1jq .udwwur::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.bk6nc .ndoag     .udwwur::before { content: "✦"; color: var(--c-tip-border); }
.bk6nc .tn5np .udwwur::before { content: "▲"; color: var(--c-warn-border); }
.bk6nc .qvrgyf3o    .udwwur::before { content: "◉"; color: #60a5fa; }
.ch85 .ndoag     .udwwur::before { content: "★"; color: var(--c-tip-border); }
.ch85 .tn5np .udwwur::before { content: "◆"; color: var(--c-warn-border); }
.ch85 .qvrgyf3o    .udwwur::before { content: "●"; color: #60a5fa; }
.vkgudr .ndoag     .udwwur::before { content: "▶"; color: var(--c-tip-border); }
.vkgudr .tn5np .udwwur::before { content: "■"; color: var(--c-warn-border); }
.vkgudr .qvrgyf3o    .udwwur::before { content: "▸"; color: #60a5fa; }
.p1jq .ndoag     .udwwur::before { content: "→"; color: var(--c-tip-border); }
.p1jq .tn5np .udwwur::before { content: "⬥"; color: var(--c-warn-border); }
.p1jq .qvrgyf3o    .udwwur::before { content: "◈"; color: #60a5fa; }
.eyf5n8o .gq5ne .o4cz,
.eyf5n8o .w15e8 .o4cz  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.eyf5n8o .i97oj                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.eyf5n8o .ewfkn92                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.eyf5n8o .nuuudt4            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.eyf5n8o .shlym1a          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.eyf5n8o .yhghkpl                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.yk660lkr .gq5ne .o4cz,
.yk660lkr .w15e8 .o4cz,
.yk660lkr .i97oj,
.yk660lkr .ewfkn92,
.yk660lkr .nuuudt4,
.yk660lkr .shlym1a,
.yk660lkr .yhghkpl,
.yk660lkr .r37v3m7 .vqi3y0pm { box-shadow: none; }
.lj6z   .tbl15, .lj6z .huzep5et, .lj6z .ikq3nb,
.lj6z   .yxm62ud, .lj6z .dl0o { font-size: 0.9rem; }
.lj6z   .wboidx, .lj6z .t18hhmym { font-size: 0.9rem; }
.ir86sz   .tbl15, .ir86sz .huzep5et, .ir86sz .ikq3nb,
.ir86sz   .yxm62ud, .ir86sz .dl0o { font-size: 0.95rem; }
.ir86sz   .wboidx, .ir86sz .t18hhmym { font-size: 0.95rem; }
.ak42oq8i   .tbl15, .ak42oq8i .huzep5et, .ak42oq8i .ikq3nb,
.ak42oq8i   .yxm62ud, .ak42oq8i .dl0o { font-size: 1.08rem; }
.ak42oq8i   .wboidx, .ak42oq8i .t18hhmym { font-size: 1.05rem; }
.ak42oq8i   .j40yj { font-size: 0.97rem; }
.lyqqqpv .gnc1gjz2      { font-size: 3.2rem; }
.lyqqqpv h2.ksfitw { font-size: 1.9rem; }
.lyqqqpv h3.obvp5     { font-size: 1.4rem; }
.sffq .gnc1gjz2      { font-size: 3.8rem; }
.sffq h2.ksfitw { font-size: 2.2rem; }
.sffq h3.obvp5     { font-size: 1.6rem; }
.dxeuzn + .dxeuzn { position: relative; }
.dau8pfx   .dxeuzn + .dxeuzn::before,
.rg9fohdk  .dxeuzn + .dxeuzn::before,
.uzrrmzkd   .dxeuzn + .dxeuzn::before,
.amh4z   .dxeuzn + .dxeuzn::before,
.fvgr   .dxeuzn + .dxeuzn::before,
.twntklf .dxeuzn + .dxeuzn::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.dau8pfx .dxeuzn + .dxeuzn::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.rg9fohdk .dxeuzn + .dxeuzn::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.uzrrmzkd .dxeuzn + .dxeuzn::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;
}
.amh4z .dxeuzn + .dxeuzn::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.mnd5v .dxeuzn { margin-bottom: 16px; }
.mnd5v .dxeuzn + .dxeuzn { margin-top: 0; }
.mnd5v .ua5vj { padding-top: 0; padding-bottom: 0; }
.fvgr .dxeuzn + .dxeuzn::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.twntklf .dxeuzn + .dxeuzn::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.smtm .dxeuzn + .dxeuzn::before,
.kbl82rlg .dxeuzn + .dxeuzn::before,
.xaxbh .dxeuzn + .dxeuzn::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%;
}
.bnk8cfc .smtm .dxeuzn:nth-child(even)::before,
.bnk8cfc .kbl82rlg .dxeuzn:nth-child(even)::before,
.bnk8cfc .xaxbh .dxeuzn:nth-child(even)::before { background: var(--bg-surface); }
.eddv .smtm .dxeuzn:nth-child(even)::before,
.eddv .kbl82rlg .dxeuzn:nth-child(even)::before,
.eddv .xaxbh .dxeuzn:nth-child(even)::before { background: var(--bg-card); }
.smtm .dxeuzn + .dxeuzn::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");
}
.kbl82rlg .dxeuzn + .dxeuzn::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");
}
.xaxbh .dxeuzn + .dxeuzn::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");
}
.a3ap31 .n1m9esvl,
.x6j1464 .n1m9esvl { margin-bottom: 60px; }
.gxlzx .n1m9esvl { margin-bottom: 70px; }
.sz3kfhdh .zpdjaj7:not(.o6mz) .hirlyiw { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.sz3kfhdh .o6mz { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.sz3kfhdh .ctww { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.sz3kfhdh .dxowkfvi { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.nz3oulv .uzu00bch { float: left; width: 38%; margin: 0 28px 16px 0; }
.nz3oulv .uzu00bch .pc24yzxg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.nz3oulv .ua5vj::after { content: ''; display: block; clear: both; }
.j9f0beb .uzu00bch { float: right; width: 38%; margin: 0 0 16px 28px; }
.j9f0beb .uzu00bch .pc24yzxg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.j9f0beb .ua5vj::after { content: ''; display: block; clear: both; }
.zof2i0lb .dxeuzn:nth-child(odd)  .uzu00bch { float: left;  width: 38%; margin: 0 28px 16px 0; }
.zof2i0lb .dxeuzn:nth-child(even) .uzu00bch { float: right; width: 38%; margin: 0 0 16px 28px; }
.zof2i0lb .uzu00bch .pc24yzxg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.zof2i0lb .ua5vj::after { content: ''; display: block; clear: both; }
.nz3oulv .rtkl3sl,
.nz3oulv .ixdmqp7,
.j9f0beb .rtkl3sl,
.j9f0beb .ixdmqp7,
.zof2i0lb .rtkl3sl,
.zof2i0lb .ixdmqp7 { clear: both; }
@media (max-width: 900px) {
  .nz3oulv .uzu00bch,
  .j9f0beb .uzu00bch,
  .zof2i0lb .dxeuzn:nth-child(odd)  .uzu00bch,
  .zof2i0lb .dxeuzn:nth-child(even) .uzu00bch {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .nz3oulv .uzu00bch .pc24yzxg,
  .j9f0beb .uzu00bch .pc24yzxg,
  .zof2i0lb .uzu00bch .pc24yzxg {
    max-height: none !important;
  }
}
.nz3oulv .wboidx,
.nz3oulv .t18hhmym,
.j9f0beb .wboidx,
.j9f0beb .t18hhmym,
.zof2i0lb .wboidx,
.zof2i0lb .t18hhmym { overflow: hidden; }
@media (max-width: 640px) {
  .nz3oulv .uzu00bch,
  .j9f0beb .uzu00bch,
  .zof2i0lb .uzu00bch { float: none; width: 100%; margin: 0 0 16px 0; }
}
.cu23f0i .z9r1sexj,
.cu23f0i .ua5vj,
.cu23f0i .n1uhrkam  { max-width: 1100px; }
.dttwlw8 .z9r1sexj,
.dttwlw8 .ua5vj,
.dttwlw8 .n1uhrkam  { max-width: 1200px; }
.drqcy7m .z9r1sexj,
.drqcy7m .ua5vj,
.drqcy7m .n1uhrkam  { max-width: 1320px; }
.u0dfh5y { font-size: 0.82rem; color: var(--text-muted); }
.yvcbzn { display: flex; align-items: center; }
.k8kazu40 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.mhtvq7ml { display: flex; align-items: center; }
.lbzgd { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.lbzgd:hover { text-decoration: underline; }
.w1rps6cw { margin: 0 3px; opacity: 0.45; }
.w1rps6cw::before { content: '/'; }
.rtmbznx { padding: 2px 5px; color: var(--text-main); }
.dwfcs .u0dfh5y {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.dwfcs .yvcbzn { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.p7tkr .u0dfh5y {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.p7tkr .yvcbzn { padding: 0 0 0 12px; }
.z989 .yvcbzn { padding: 0 16px; }
.z989 .u0dfh5y {
  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);
}
.z989 .z9r1sexj { padding-top: 28px; }
@media (max-width: 720px) {
  .fki9 { margin-top: 18px; padding: 0 16px; }
  .z989 .z9r1sexj { padding-top: 16px; }
}
.cu23f0i.dwfcs .yvcbzn { max-width: 1100px; }
.dttwlw8.dwfcs .yvcbzn { max-width: 1200px; }
.drqcy7m.dwfcs .yvcbzn { max-width: 1320px; }
.sq68 .dxeuzn { padding-top: 16px; padding-bottom: 16px; }
.nq2k .dxeuzn { padding-top: 24px; padding-bottom: 24px; }
.v9u8c .dxeuzn { padding-top: 40px; padding-bottom: 40px; }
.mr4s .dxeuzn { padding-top: 52px; padding-bottom: 52px; }
.pb8d .dxeuzn:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.pb8d .dxeuzn:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.pb8d .dxeuzn:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.pb8d .dxeuzn:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.sd384ft .ua5vj { padding-top: 10px;  padding-bottom: 10px; }
.g6m0e8 .ua5vj { padding-top: 18px;  padding-bottom: 18px; }
.hitp6xoi .ua5vj { padding-top: 36px;  padding-bottom: 36px; }
.vfimql .ua5vj { padding-top: 48px;  padding-bottom: 48px; }
.xo0ds0wo h2.ksfitw { font-weight: 600; }
.xo0ds0wo h3.obvp5     { font-weight: 600; }
.i3tsj51p h2.ksfitw { font-weight: 800; }
.i3tsj51p h3.obvp5     { font-weight: 700; }
.jzp0ey2m { font-weight: 600; }
.jzp0ey2m h2.ksfitw { font-weight: 900; }
.jzp0ey2m h3.obvp5     { font-weight: 800; }
.jzp0ey2m .vqi3y0pm strong,
.jzp0ey2m .vqi3y0pm strong { font-weight: 600; }
.w6ns3 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.wucdtilj .w6ns3 { display: none; }
@media (max-width: 640px) {
  .w6ns3 { display: none !important; }
}
.w6ns3 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.w6ns3:hover { opacity: 0.85; }
.bf925 .w6ns3 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.z956l  .bi3j { left: 32px; }
@media (max-width: 480px) {
  .tkvha .bi3j { right: 20px; bottom: 20px; }
  .z956l  .bi3j { left: 20px; bottom: 20px; }
}
.xvmxpk { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.n1uhrkam { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.argkdh1 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.c05wq { color: var(--text-dim); font-size: 0.8rem; }
.dukb a, .tuv19j4 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.dukb a:hover, .tuv19j4 a:hover { color: var(--accent-light); }
.tuv19j4 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.az7uh7 .n1uhrkam { text-align: center; }
.az7uh7 .tuv19j4 { justify-content: center; margin-bottom: 16px; }
.az7uh7 .argkdh1 { margin-top: 0; }
.zay50h { margin-top: 10px; }
.zay50h a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .n1uhrkam { padding-left: 16px; padding-right: 16px; }
  .fbov .n1uhrkam { padding: 20px 16px; }
  .tuv19j4 { gap: 4px 12px; }
  .argkdh1 { font-size: 0.78rem; }
}
.cury .argkdh1 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.cury .c05wq { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .cury .nmwxa { grid-template-columns: 1fr 1fr; } .cury .m2d5ke { grid-column: 1 / -1; } }
@media (max-width: 480px) { .cury .nmwxa { grid-template-columns: 1fr; } }
.vitc2e .argkdh1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .vitc2e .cfrg979 { gap: 12px; } .vitc2e .ia39bbhf { margin-right: 0; width: 100%; } }
.zvcm1o .argkdh1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.zvcm1o .c05wq { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .zvcm1o .y1zme2j { grid-template-columns: 1fr 1fr; } .zvcm1o .o9lqkur5 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zvcm1o .y1zme2j { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .delz .q8hh { grid-template-columns: 1fr 1fr; } .delz .efki97n:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .delz .q8hh { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .vh2bsaa .q8hh { grid-template-columns: 1fr; } }
.nbf7p .n1uhrkam { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.nbf7p .tuv19j4 { justify-content: center; }
.omfbg .g95iqw14      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.omfbg .xvmxpk { background: var(--bg-page); border-top-color: var(--border-alt); }
.lvef8 .g95iqw14      { background: #0d1117; border-bottom-color: #21262d; }
.lvef8 .cij8my { color: var(--accent-light); }
.lvef8 .rnbchp { --msep-color: #8b949e; }
.lvef8 .rnbchp a { color: #8b949e; }
.lvef8 .rnbchp a:hover { color: var(--accent-light); }
.lvef8 .cps5hya { color: #8b949e; }
.lvef8 .xvmxpk { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.lvef8 .argkdh1,
.lvef8 .c05wq { color: #6e7681; }
.lvef8 .dukb a, .lvef8 .tuv19j4 a,
.lvef8 .dukb a:hover, .lvef8 .tuv19j4 a:hover,
@media (max-width: 640px) {
  .lvef8 .rnbchp { background: #0d1117; border-top-color: #21262d; }
  .lvef8 .rnbchp li a { border-bottom-color: #21262d; }
}
.huhqv5n .g95iqw14      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.huhqv5n .cij8my { color: var(--accent-light); }
.huhqv5n .rnbchp { --msep-color: #475569; }
.huhqv5n .rnbchp a { color: #475569; }
.huhqv5n .rnbchp a:hover { color: var(--accent-light); }
.huhqv5n .cps5hya { color: #64748b; }
.huhqv5n .xvmxpk { background: #f0f4f8; border-top-color: #cbd5e1; }
.huhqv5n .argkdh1,
.huhqv5n .c05wq { color: #64748b; }
.huhqv5n .dukb a, .huhqv5n .tuv19j4 a,
.huhqv5n .dukb a:hover, .huhqv5n .tuv19j4 a:hover,
@media (max-width: 640px) {
  .huhqv5n .rnbchp { background: #f0f4f8; border-top-color: #cbd5e1; }
  .huhqv5n .rnbchp li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.va0jx8 .g95iqw14      { background: var(--accent); border-bottom-color: var(--accent-light); }
.va0jx8 .cij8my { color: #fff; }
.va0jx8 .rnbchp { --msep-color: rgba(255,255,255,0.82); }
.va0jx8 .rnbchp a { color: rgba(255,255,255,0.82); }
.va0jx8 .rnbchp a:hover { color: #fff; }
.va0jx8 .cps5hya { color: rgba(255,255,255,0.9); }
.va0jx8 .xvmxpk { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.va0jx8 .argkdh1,
.va0jx8 .c05wq { color: rgba(255,255,255,0.72); }
.va0jx8 .dukb a, .va0jx8 .tuv19j4 a,
.va0jx8 .dukb a:hover, .va0jx8 .tuv19j4 a:hover,
@media (max-width: 640px) {
  .va0jx8 .rnbchp { background: var(--accent); border-top-color: var(--accent-light); }
  .va0jx8 .rnbchp li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.uthv77u .g95iqw14 {
  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);
}
.uthv77u .xvmxpk {
  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) {
  .uthv77u .rnbchp {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.euga .g7wbc4 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.kdba .g7wbc4 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.gwxz .g7wbc4 { min-height: 72px; height: auto; }
.nd1n .g7wbc4 { min-height: 84px; height: auto; }
.fbov .g7wbc4 { max-width: none; padding: 0 32px; }
.fbov .n1uhrkam  { max-width: none; padding: 24px 32px; }
.bzwio.dttwlw8 .g7wbc4 { max-width: 1200px; }
.bzwio.drqcy7m .g7wbc4 { max-width: 1320px; }
.qvnz   .cij8my, .qvnz   .ia39bbhf { text-transform: capitalize; }
.zchvg .cij8my, .zchvg .ia39bbhf { text-transform: lowercase; }
.bbefqf .cij8my, .bbefqf .ia39bbhf { text-transform: uppercase; letter-spacing: 0.06em; }
.kzq2jb7, .l5b25 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.f1tn8mqu .kzq2jb7,
.t9w8cah .kzq2jb7,
.yr4c .kzq2jb7,
.sfqesj .kzq2jb7,
.yp5vh   .rnbchp a { font-weight: 500; }
.t4ggwo7 .rnbchp a { font-weight: 600; }
.ewph     .rnbchp a { font-weight: 700; }
.xbiqgtu8    .rnbchp a { font-weight: 800; letter-spacing: 0.01em; }
.mipl     .rnbchp > li + li::before,
.vjexgu    .rnbchp > li + li::before,
.sph6tua    .rnbchp > li + li::before,
.v078leu4 .rnbchp > li + li::before,
.p8hn .rnbchp > li + li::before,
.aijo  .rnbchp > li + li::before,
.lsnkay    .rnbchp > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.mipl     .rnbchp > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.vjexgu    .rnbchp > li + li::before { content: "|"; }
.sph6tua    .rnbchp > li + li::before { content: "—"; }
.v078leu4 .rnbchp > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.p8hn .rnbchp > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.aijo  .rnbchp > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.lsnkay    .rnbchp > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .pt178 .cps5hya,
  .bi2zu .cps5hya,
  .halp8d .cps5hya,
  .oyc2ne5r .cps5hya,
  .ouoolhk0 .cps5hya {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .pt178 .cps5hya::before,
  .bi2zu .cps5hya::before,
  .halp8d .cps5hya::before,
  .oyc2ne5r .cps5hya::before,
  .ouoolhk0 .cps5hya::before { content: ""; display: block; flex-shrink: 0; }

  
  .pt178 .cps5hya::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;
  }

  
  .bi2zu .cps5hya::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;
  }

  
  .halp8d .cps5hya::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;
  }

  
  .oyc2ne5r .cps5hya::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;
  }

  
  .ouoolhk0 .cps5hya::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) {
  .evim9s66 .cps5hya {
    padding: 5px 14px;
  }
  .evim9s66 .rnbchp {
    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;
  }
  .evim9s66 .rnbchp li a {
    border-bottom: none; padding: 10px 22px;
  }
  .evim9s66 .rnbchp li a:hover { background: var(--bg-raised); }
  .evim9s66 .dgf7ua,
  .pecebz5 .dgf7ua,
  .wgixl .dgf7ua { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .d9v7 .cps5hya {
    padding: 5px 10px;
  }
  .d9v7 .rnbchp {
    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);
  }
  .d9v7 .rnbchp.ekyud { transform: translateX(0); }
  .d9v7 .rnbchp li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .d9v7 .rnbchp li:last-child a { border-bottom: none; }
  .va0jx8 .rnbchp,
  .lvef8 .rnbchp { background: var(--accent) !important; }
  .va0jx8 .rnbchp li a,
  .lvef8 .rnbchp li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .wgixl .cps5hya {
    padding: 5px 10px;
  }
  .wgixl .rnbchp {
    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);
  }
  .wgixl .rnbchp::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .wgixl .rnbchp.ekyud { transform: translateY(0); }
  .wgixl .rnbchp li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .jekhwl .cps5hya {
    padding: 5px 10px;
  }
  .jekhwl .rnbchp {
    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;
  }
  .jekhwl .rnbchp.ekyud { opacity: 1; pointer-events: auto; }
  .jekhwl .rnbchp li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .fs9g     .cps5hya { border-radius: 0 !important; }
  .alsjblg   .cps5hya { border-radius: 8px !important; }
  .zx0rxco .cps5hya { border-radius: 50% !important; }
  .yyqmm   .cps5hya { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .cm4l .qerc39 { flex-direction: column; align-items: stretch; }
  .cm4l .sypjp { flex-direction: row; min-width: auto; }
  .cm4l .go0hnh9 { align-items: flex-start; text-align: left; }
}
.k1a1,
.k1a1.dxeuzn,
.bnk8cfc .k1a1,
.r0pls .k1a1,
.eddv .k1a1,
.fnzzjq .k1a1 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.vtk7d7ol {
  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;
}
.ezj7gnz6 { flex: 1 1 280px; min-width: 0; }
.t8ucvv {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.c88nwv1 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.nm24 {
  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;
}
.nm24:hover { transform: translateY(-1px); opacity: 0.95; }
.jo6kyf .vtk7d7ol {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.jo6kyf .t8ucvv { color: var(--cta); }
.jo6kyf .c88nwv1 { color: var(--text-body); }
.jo6kyf .nm24 {
  background: var(--cta) !important;
  color: #fff !important;
}
.v6w1 .vtk7d7ol {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.v6w1 .t8ucvv { color: var(--text-primary); }
.v6w1 .c88nwv1 { color: var(--text-body); }
.v6w1 .nm24 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .vtk7d7ol {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ezj7gnz6 { flex: 0 0 auto; }
  .t8ucvv { font-size: 1.2rem; }
  .nm24 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.em0opdon .cdz2owdi { height: 36px; }
.gacsh2uu .cdz2owdi { height: 60px; max-width: 200px; }
.aj3vqn2p .cdz2owdi { height: 56px; max-width: 180px; }
.k8kp99g    .jczadpxm, .k8kp99g    .yg1msf5q { color: #f59e0b; }
.dy0wjpyj      .jczadpxm { font-size: 1rem; letter-spacing: 1.5px; }
.dy0wjpyj      .yg1msf5q   { font-size: 1.35rem; }
.gtz1i    .jczadpxm, .gtz1i    .yg1msf5q { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.jtnr     .jczadpxm, .jtnr     .yg1msf5q { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.a4g0pv .jczadpxm, .a4g0pv .yg1msf5q { color: var(--cta); letter-spacing: 2px; }
.vt21ia   .jczadpxm, .vt21ia   .yg1msf5q { color: #e91e63; letter-spacing: 2px; }
.n4wf4  .jczadpxm, .n4wf4  .yg1msf5q { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.dbcng3     .jczadpxm, .dbcng3     .yg1msf5q { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.bju2vl .gm0wtby + .gm0wtby {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.y8q9u .ewfkn92 { padding: 18px 24px; min-height: 68px; }
.nqj2tyb .pehb {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.nqj2tyb .x629x {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.ruti .gm0wtby {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.ixdmqp7 { counter-reset: cs-rank; }
.ixdmqp7 .ewfkn92 { counter-increment: cs-rank; }
.ixdmqp7 .ewfkn92::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;
}
.aqz5eic .ixdmqp7 { counter-reset: cs-rank; gap: 0; }
.aqz5eic .ewfkn92 {
  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;
}
.aqz5eic .ewfkn92::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;
}
.aqz5eic .am8bxgbc {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.aqz5eic .g3j0 {
  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;
}
.aqz5eic .kj7ig15h { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.aqz5eic .am8bxgbc { min-width: 0; flex-direction: column; width: 100%; }
.aqz5eic .yxyam2v2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.aqz5eic .jczadpxm { color: var(--cta, var(--accent)); }
.aqz5eic .gvzu7vo { font-weight: 700; }
.aqz5eic .gm0wtby {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.aqz5eic .pehb {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.aqz5eic .x629x {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.aqz5eic .dvpa0a .x629x { font-size: 1.3rem; color: var(--accent-light); }
.aqz5eic .jse90j2 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.aqz5eic .ewfkn92:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .aqz5eic .ixdmqp7 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .aqz5eic .ewfkn92 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .aqz5eic .ewfkn92 { padding: 40px 16px 20px; }
  .aqz5eic .gm0wtby {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .aqz5eic .jse90j2 { width: 100%; min-width: 0; }
}
.qbzpmu5 .ixdmqp7 { counter-reset: cs-rank; gap: 10px; }
.qbzpmu5 .ewfkn92 {
  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);
}
.qbzpmu5 .ewfkn92::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);
}
.qbzpmu5 .am8bxgbc {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.qbzpmu5 .g3j0 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.qbzpmu5 .kj7ig15h { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.qbzpmu5 .yxyam2v2 {
  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;
}
.qbzpmu5 .jczadpxm { color: var(--cta, var(--accent)); }
.qbzpmu5 .gm0wtby {
  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;
}
.qbzpmu5 .pehb {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.qbzpmu5 .x629x { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.qbzpmu5 .dvpa0a .x629x { color: var(--accent-light); }
.qbzpmu5 .jse90j2 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.qbzpmu5 .ewfkn92:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .qbzpmu5 .ewfkn92 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .qbzpmu5 .ewfkn92::before {
    position: absolute; top: 14px; left: 14px;
  }
  .qbzpmu5 .am8bxgbc {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .qbzpmu5 .yxyam2v2 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .qbzpmu5 .gm0wtby {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .qbzpmu5 .jse90j2 { width: 100%; min-width: 0; }
  .qbzpmu5 .jczadpxm { min-width: 0; }
}
.ra8j4 .ewfkn92::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.gkgv4r .f8lg5smz {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.gkgv4r .f8lg5smz summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.gkgv4r .f8lg5smz p { padding: 0 2px 16px; }
.ctny7dn .f8lg5smz { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ctny7dn .f8lg5smz summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ctny7dn .f8lg5smz summary::after { content: "›"; font-size: 1.2em; }
.ctny7dn .f8lg5smz[open] summary::after { content: "‹"; }
.ctny7dn .f8lg5smz p { padding: 10px 22px 4px; }
.aycf25j .f8lg5smz {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.aycf25j .f8lg5smz summary { color: var(--text-primary); padding-left: 16px; }
.aycf25j .f8lg5smz summary::after { content: "›"; font-size: 1.1em; }
.aycf25j .f8lg5smz[open] summary::after { content: "‹"; }
.aycf25j .f8lg5smz p { padding-left: 16px; }
.r879a .dmyuh { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.r879a .f8lg5smz {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.r879a .f8lg5smz:last-child { border-bottom: none; }
.r879a .f8lg5smz summary { color: var(--text-primary); border-radius: 0; }
.r879a .f8lg5smz summary::after { content: "›"; font-size: 1.1em; }
.r879a .f8lg5smz[open] summary::after { content: "‹"; }
.b1i77j .f8lg5smz { overflow: hidden; }
.b1i77j .f8lg5smz summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.b1i77j .f8lg5smz summary::after { color: rgba(255,255,255,.75); }
.b1i77j .f8lg5smz[open] summary { border-radius: 0; }
.urlppmmh { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.pn32aj8w {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.gv58v4ev {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.mce00uq { color: var(--text-muted); font-size: 1.05rem; }
.cv4qxs {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.w7cwyyo { margin-bottom: 20px; }
.nuif {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.n0137 {
  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;
}
.n0137:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.fcnpni1 { resize: vertical; min-height: 130px; }
.myz7 { width: 100%; margin-top: 8px; }
.vvpeni1 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.bxx84 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.e5to { color: var(--text-muted); line-height: 1.75; }
.h02j56 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.h02j56 li { margin-bottom: 6px; }
.jod3 { max-width: 760px; margin: 0 auto; }
.d2a27e3a { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.f0qdy { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.f0qdy:last-child { border-bottom: none; }
.f0qdy h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.f0qdy p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.bgo6 { max-width: 760px; margin: 0 auto; }
.atq3 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.v1915f ul.h02j56 { margin: 0; }
.wevh { max-width: 900px; margin: 0 auto; }
.foa66j { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.foa66j:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.foa66j .atq3 { margin: 0; font-size: 1rem; }
.foa66j .mpyhmt6 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .foa66j { grid-template-columns: 1fr; gap: 10px; } }
.de6lttw .atq3 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.qlvjh5 .h02j56 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .c3wkjybj { grid-template-columns: 1fr; } }
.whmf { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.whmf:hover .el0b1ew { color: var(--accent-light); text-decoration: underline; }
.e9nz { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.egluk86k { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.egluk86k:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ymfyo9g { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.egluk86k p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.egluk86k ul.h02j56 { margin: 0; }
.z7okozg4 { color: var(--text-muted); line-height: 1.75; }
.pyasqtb .h02j56,
.ddjewnh .h02j56,
.m2b0fqa .h02j56,
.wr3nei .h02j56 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.pyasqtb .egluk86k,
.ddjewnh .egluk86k { text-align: left; }
.pyasqtb .ymfyo9g,
.ddjewnh .ymfyo9g { text-align: center; }
.fl77hnwx { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.snzrh2i { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.tirx7 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.gb5vkhwk { margin-top: 12px; }
.r9qw2r { 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; }
.r9qw2r:hover { border-bottom-color: var(--accent-light); }
.jcv0ihrv { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.jcv0ihrv img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hwy04l2 { width: 200px; height: 200px; }
.m3xc { border-radius: 10px; }
.koh1qxb9 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.cb1or6wf { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .tpffh441 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.n7wb338x .tirx7, .n7wb338x .snzrh2i { max-width: 640px; }
.gh8457uq .fl77hnwx { font-size: 1.6rem; margin-top: 18px; }
.qjjt96bf .tirx7 { margin-bottom: 28px; }
@media (max-width: 860px) { .qz0oczw { grid-template-columns: 1fr; } .gh8457uq { position: static; text-align: center; } }
.zhpkt9j { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.kjxu { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; text-align: center; }
.kjxu .jcv0ihrv { margin: 0 auto 18px; }
.kjxu .koh1qxb9 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .zhpkt9j { grid-template-columns: 1fr; } }
.e8s5d2e .fl77hnwx { font-size: 1.6rem; margin-bottom: 6px; }
.wr3nei .h02j56 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .e8s5d2e { flex-direction: column; text-align: center; } .rslti7d { grid-template-columns: 1fr; } }
.e094q3z .fl77hnwx { font-size: 1.35rem; margin: 0 0 4px; }
.e094q3z .koh1qxb9 { margin: 0; }
.gew8o7 {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.gew8o7 .gv58v4ev { color: var(--accent-light); }
.yabb .gv58v4ev { font-size: 2rem; }
.yabb .mce00uq { max-width: 680px; }
.lrhtl .gv58v4ev { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.lrhtl .mce00uq  { margin: 0; }
@media (max-width: 640px) { .lrhtl { flex-direction: column; } }
.t1z9amkc .gv58v4ev { color: var(--accent-light); }
.y0pl .gv58v4ev { color: #fff; }
.y0pl .mce00uq  { color: rgba(255,255,255,0.85); }
.ops4wv { max-width: 680px; margin: 0 auto; }
.bng4mm {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .bng4mm { grid-template-columns: 1fr; } }
.cvp44pj .n0137 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.cvp44pj .n0137:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.chjh9 .n0137 { background: var(--bg-raised); border-color: transparent; }
.chjh9 .n0137:focus { background: var(--bg-card); border-color: var(--accent-light); }
.atscxe3 .n0137 { border-radius: 100px; padding: 11px 20px; }
.atscxe3 .fcnpni1 { border-radius: 14px; }
.h5e3g2s {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.h5e3g2s 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;
}
.h5e3g2s summary::-webkit-details-marker { display: none; }
.h5e3g2s summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.h5e3g2s[open] summary::after { content: "−"; }
.hpcqy {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.d81c3 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .d81c3 { grid-template-columns: 1fr; } }
.mca1kmj5 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.mca1kmj5 h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.mca1kmj5 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.p7tefdsc { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.p7tefdsc li { margin-bottom: 6px; }
.x99h2u{display:none}
.x99h2u:empty,.nswnk5:empty{display:none}
.ycjnxisd{position:relative;overflow:visible}
.szz7 .d5zf4b,.tas4gjf .d5zf4b,
.qjf1gtzj .d5zf4b,.vi24w4lc .d5zf4b,
.zd3yxg .d5zf4b,.z4djaygj .d5zf4b{display:block}
.jitxsvv .ceh4j8{display:block}
.szz7 .d5zf4b,.tas4gjf .d5zf4b,
.qjf1gtzj .d5zf4b,.vi24w4lc .d5zf4b,
.zd3yxg .d5zf4b{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}
.szz7 .d5zf4b .nswnk5,.tas4gjf .d5zf4b .nswnk5,
.qjf1gtzj .d5zf4b .nswnk5,.vi24w4lc .d5zf4b .nswnk5,
.zd3yxg .d5zf4b .nswnk5{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}
.szz7 .o4xe708x,.tas4gjf .o4xe708x,
.qjf1gtzj .o4xe708x,.vi24w4lc .o4xe708x,
.zd3yxg .o4xe708x{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.szz7 .d5zf4b,.tas4gjf .d5zf4b{top:12px}
.szz7 .d5zf4b .nswnk5{margin-right:auto}
.tas4gjf .d5zf4b .nswnk5{margin-left:auto}
.tas4gjf .d5zf4b{text-align:right}
.qjf1gtzj .d5zf4b,.vi24w4lc .d5zf4b{bottom:12px}
.qjf1gtzj .d5zf4b .nswnk5{margin-right:auto}
.vi24w4lc .d5zf4b .nswnk5{margin-left:auto}
.vi24w4lc .d5zf4b{text-align:right}
.zd3yxg .d5zf4b{position:relative;margin-top:16px}
.zd3yxg .d5zf4b .nswnk5{margin:0 auto}
.z4djaygj .d5zf4b{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.z4djaygj .d5zf4b .nswnk5{margin:0}
.z4djaygj .dxowkfvi~.d5zf4b,
.z4djaygj .e5f7~.d5zf4b{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.z4djaygj .dxowkfvi~.d5zf4b .nswnk5,
.z4djaygj .e5f7~.d5zf4b .nswnk5{justify-content:flex-start}
.dxowkfvi~.d5zf4b,.e5f7~.d5zf4b{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}
.dxowkfvi~.d5zf4b .nswnk5{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.e5f7~.d5zf4b .nswnk5{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ceh4j8 .nswnk5{margin:0 0 12px}
.nswnk5{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.gu1v{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.el0b1ew{font-weight:600;color:var(--text-heading);opacity:1}
.h99i::before{content:"·";margin:0 2px;opacity:.5}
.o4xe708x{white-space:nowrap}
.t3hs3 .gu1v{display:none}
.o8i3ro7 .o4xe708x{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.o8i3ro7 .h99i::before{content:""}
.ylug5i .o4xe708x{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}
.ylug5i .h99i::before{content:""}
.c3qt82w .nswnk5{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.drm6fy .o4xe708x{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.drm6fy .h99i::before{content:""}
.edla7 .o4xe708x{color: var(--accent-light);opacity:1;font-weight:500}
.mkjnrp .o4xe708x{border-bottom:1px solid currentColor;padding-bottom:2px}
.jenuo .nswnk5{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.ld3oa{--date-bg:var(--accent-bg)}
.tv3y2vc .h99i::before{content:""}
.v2f9npe .h99i::before{content:"•";opacity:.4}
.v2f9npe .o4xe708x + .o4xe708x::before{content:"•";margin-right:6px;opacity:.4}
.jexwa1 .h99i::before{content:"/";opacity:.35}
.jexwa1 .o4xe708x + .o4xe708x::before{content:"/";margin-right:6px;opacity:.35}
.csak .h99i::before{content:"|";opacity:.3}
.csak .o4xe708x + .o4xe708x::before{content:"|";margin-right:6px;opacity:.3}
.a8ltyks .h99i::before{content:"—";opacity:.3}
.a8ltyks .o4xe708x + .o4xe708x::before{content:"—";margin-right:6px;opacity:.3}
.qq60i2y .h99i::before{content:"◆";font-size:.5em;opacity:.35}
.qq60i2y .o4xe708x + .o4xe708x::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.mjqitgc .h99i::before{content:"·";opacity:.4}
.mjqitgc .o4xe708x + .o4xe708x::before{content:"·";margin-right:6px;opacity:.4}
.zpgty0vl .h99i::before{content:"›";opacity:.4}
.zpgty0vl .o4xe708x + .o4xe708x::before{content:"›";margin-right:6px;opacity:.4}
.g59l .h99i::before{content:"→";opacity:.35;font-size:.85em}
.g59l .o4xe708x + .o4xe708x::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.fxg4d97q .hy9oh{padding:20px 0}
@media(max-width:640px){
  .hy9oh{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .deufv{max-width:100%}
}
.nvpp2k7k .shlym1a{margin:0}
@media (max-width:560px){
  .a33fn5c{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) {
  .udr6 { padding: 28px 18px 20px; }
  .zaas4 { font-size: 1.2rem; }
  .waty0 { max-width: 220px; max-height: 80px; }
}
.c7hra {
  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);
}
.wei0lg0p {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.bcrqxc0  .c7hra { border-radius: 50%; }
.w7vb6  .c7hra { border-radius: 6px; }
.q6tva .c7hra { border-radius: 22px; }
.ynbmf6p4 .vtk7d7ol {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .c7hra { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.oquokv2 .dxeuzn {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.oquokv2 .ua5vj {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.oquokv2 .vtk7d7ol {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.xcdindbp .dxeuzn,
.xcdindbp .ua5vj {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.xcdindbp .vtk7d7ol {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .xcdindbp { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .xcdindbp .vtk7d7ol {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .xcdindbp .c88nwv1 { display: none !important; }
  .xcdindbp .t8ucvv { font-size: 1.1rem !important; }
  .xcdindbp .c7hra { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .lyn83yp { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .g7wbc4 { flex-direction: row-reverse; }
[dir="rtl"] .rnbchp { flex-direction: row-reverse; }
[dir="rtl"] .z956l  .bi3j { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .tkvha .bi3j { right: auto; left: 20px; }
  [dir="rtl"] .z956l  .bi3j { left: auto;  right: 20px; }
}
[dir="rtl"] .nz3oulv .uzu00bch  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .j9f0beb .uzu00bch { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .wboidx, [dir="rtl"] .t18hhmym { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ofbh { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .ta13s { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .vqi3y0pm { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .vtk7d7ol { direction: rtl; }
[dir="rtl"] .c7hra { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .ewfkn92,
[dir="rtl"] .u0dfh5y { direction: rtl; }
[dir="rtl"] .yhghkpl { direction: rtl; }
[dir="rtl"] .zv0i8ic7 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .tpfrf6u .t18hhmym,
[dir="rtl"] .omnay .t18hhmym,
[dir="rtl"] .s090042o .t18hhmym,
[dir="rtl"] .dd2vq6a .t18hhmym {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .tpfrf6u .t18hhmym li::before,
[dir="rtl"] .omnay .t18hhmym li::before,
[dir="rtl"] .s090042o .t18hhmym li::before,
[dir="rtl"] .dd2vq6a .t18hhmym li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .zpdjaj7.wabzukcs .n1m9esvl,
[dir="rtl"] .mk1ca6.wabzukcs .n1m9esvl,
[dir="rtl"] .o6mz.wabzukcs .n1m9esvl,
[dir="rtl"] .uwcyta.wabzukcs .n1m9esvl,
[dir="rtl"] .ouzd2pwl.wabzukcs .n1m9esvl { text-align: right; }
[dir="rtl"] .dxowkfvi.wabzukcs .xhx5q { align-items: flex-end; text-align: right; }
[dir="rtl"] .ua5vj,
[dir="rtl"] .yxm62ud,
[dir="rtl"] .dl0o,
[dir="rtl"] .n1m9esvl { text-align: right; }
[dir="rtl"] .cv4qxs,
[dir="rtl"] .nuif,
[dir="rtl"] .tirx7,
[dir="rtl"] .n0137,
[dir="rtl"] .fcnpni1 { text-align: right; direction: rtl; }
[dir="rtl"] .atscxe3 .n0137,
[dir="rtl"] .cvp44pj .n0137 { padding-right: 20px; padding-left: 20px; }
.thctb7 .ixdmqp7,
.g720 .ixdmqp7,
.gt2l2yo .ixdmqp7 { gap: 0; }
.v8jzjmki .ixdmqp7 { gap: 14px; }
.thctb7 .ewfkn92,
.g720 .ewfkn92,
.v8jzjmki .ewfkn92,
.gt2l2yo .ewfkn92 {
  
  grid-template-columns: auto 260px minmax(0, 1fr) auto auto;
  gap: 20px;
  padding: 22px 26px;
  align-items: center;
  
  grid-auto-flow: dense;
}
.thctb7 .ewfkn92,
.g720 .ewfkn92,
.gt2l2yo .ewfkn92 {
  background: var(--bg-card);
  border: none; border-radius: 0;
}
.thctb7 .ewfkn92:nth-child(even),
.gt2l2yo .ewfkn92:nth-child(even) { background: var(--accent-bg); }
.g720 .ewfkn92 + .ewfkn92 { border-top: 1px solid var(--border-alt); }
.v8jzjmki .ewfkn92 {
  border: 1px solid var(--border-alt); border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.thctb7 .ewfkn92:hover,
.g720 .ewfkn92:hover,
.gt2l2yo .ewfkn92:hover { background: var(--bg-hover); }
.thctb7 .ewfkn92::before,
.g720 .ewfkn92::before,
.v8jzjmki .ewfkn92::before,
.gt2l2yo .ewfkn92::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;
}
.gt2l2yo .ewfkn92::before {
  background: var(--accent); color: var(--cta-fg, #fff);
}
.thctb7 .am8bxgbc,
.g720 .am8bxgbc,
.v8jzjmki .am8bxgbc,
.gt2l2yo .am8bxgbc {
  grid-column: 2;
  flex-direction: row; align-items: center; justify-content: flex-start;
  width: auto; gap: 16px; text-align: left;
}
.thctb7 .g3j0,
.g720 .g3j0,
.v8jzjmki .g3j0,
.gt2l2yo .g3j0 {
  width: 78px; height: 78px; padding: 0;
  border-radius: 50%; overflow: hidden; flex-shrink: 0;
}
.thctb7 .kj7ig15h,
.g720 .kj7ig15h,
.v8jzjmki .kj7ig15h,
.gt2l2yo .kj7ig15h {
  width: 100%; height: 100%; max-width: none; max-height: none;
  object-fit: cover;
}
.thctb7 .yxyam2v2,
.g720 .yxyam2v2,
.v8jzjmki .yxyam2v2,
.gt2l2yo .yxyam2v2 {
  font-size: 1.3rem; font-weight: 700; color: var(--accent);
  text-align: left;
}
.gt2l2yo .yxyam2v2 { font-size: 1.45rem; font-weight: 800; }
.thctb7 .bmvb,
.g720 .bmvb,
.v8jzjmki .bmvb,
.gt2l2yo .bmvb {
  grid-column: 3; display: block;
  justify-self: center; width: min(100%, 340px);
}
.thctb7 .bmvb .dvpa0a,
.g720 .bmvb .dvpa0a,
.v8jzjmki .bmvb .dvpa0a,
.gt2l2yo .bmvb .dvpa0a {
  background: var(--accent-bg);
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  flex-direction: row; justify-content: center;
}
.thctb7 .bmvb .dvpa0a .pehb,
.g720 .bmvb .dvpa0a .pehb,
.v8jzjmki .bmvb .dvpa0a .pehb,
.gt2l2yo .bmvb .dvpa0a .pehb { display: none; }
.thctb7 .bmvb .dvpa0a .x629x::before,
.g720 .bmvb .dvpa0a .x629x::before,
.v8jzjmki .bmvb .dvpa0a .x629x::before,
.gt2l2yo .bmvb .dvpa0a .x629x::before { content: "\1F381\00a0"; }
.thctb7 .bmvb .dvpa0a .x629x,
.g720 .bmvb .dvpa0a .x629x,
.v8jzjmki .bmvb .dvpa0a .x629x,
.gt2l2yo .bmvb .dvpa0a .x629x {
  font-size: 1.05rem; font-weight: 700; color: var(--text-primary);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.thctb7 .bmvb .tjkbn,
.g720 .bmvb .tjkbn,
.v8jzjmki .bmvb .tjkbn,
.gt2l2yo .bmvb .tjkbn { display: none; }
.thctb7 .rydswwg,
.g720 .rydswwg,
.v8jzjmki .rydswwg,
.gt2l2yo .rydswwg {
  grid-column: 4; min-width: 120px; width: auto;
}
.thctb7 .jczadpxm,
.g720 .jczadpxm,
.v8jzjmki .jczadpxm,
.gt2l2yo .jczadpxm { display: block; font-size: 1.25rem; letter-spacing: 2px; }
.thctb7 .gvzu7vo,
.g720 .gvzu7vo,
.v8jzjmki .gvzu7vo,
.gt2l2yo .gvzu7vo { display: none; }
.thctb7 .jse90j2.zt3kxbf2,
.g720 .jse90j2.zt3kxbf2,
.v8jzjmki .jse90j2.zt3kxbf2,
.gt2l2yo .jse90j2.zt3kxbf2 {
  grid-column: 5;
  min-width: 190px;
  border-radius: 999px;
  padding: 17px 34px !important;
  font-size: 1.05rem !important; font-weight: 700;
}
.gt2l2yo .jse90j2.zt3kxbf2 { box-shadow: 0 4px 16px color-mix(in srgb, var(--cta) 45%, transparent); }
@media (max-width: 1080px) {
  .thctb7 .ewfkn92,
  .g720 .ewfkn92,
  .v8jzjmki .ewfkn92,
  .gt2l2yo .ewfkn92 {
    grid-template-columns: auto 220px minmax(0, 1fr) auto;
    gap: 16px; padding: 18px;
  }
  .thctb7 .rydswwg,
  .g720 .rydswwg,
  .v8jzjmki .rydswwg,
  .gt2l2yo .rydswwg { display: none; }
  .thctb7 .jse90j2.zt3kxbf2,
  .g720 .jse90j2.zt3kxbf2,
  .v8jzjmki .jse90j2.zt3kxbf2,
  .gt2l2yo .jse90j2.zt3kxbf2 { grid-column: 4; min-width: 150px; padding: 14px 24px !important; }
}
@media (max-width: 720px) {
  .thctb7 .ewfkn92,
  .g720 .ewfkn92,
  .v8jzjmki .ewfkn92,
  .gt2l2yo .ewfkn92 {
    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;
  }
  .thctb7 .ewfkn92::before,
  .g720 .ewfkn92::before,
  .v8jzjmki .ewfkn92::before,
  .gt2l2yo .ewfkn92::before { grid-area: rank; align-self: center; justify-self: start; }
  .thctb7 .am8bxgbc,
  .g720 .am8bxgbc,
  .v8jzjmki .am8bxgbc,
  .gt2l2yo .am8bxgbc { grid-area: ident; width: auto; justify-content: flex-start; }
  .thctb7 .bmvb,
  .g720 .bmvb,
  .v8jzjmki .bmvb,
  .gt2l2yo .bmvb { grid-area: pills; }
  
  .thctb7 .bmvb .dvpa0a,
  .g720 .bmvb .dvpa0a,
  .v8jzjmki .bmvb .dvpa0a,
  .gt2l2yo .bmvb .dvpa0a {
    background: var(--accent-bg); border-radius: 999px;
    padding: 11px 18px; justify-content: center;
  }
  .thctb7 .jse90j2.zt3kxbf2,
  .g720 .jse90j2.zt3kxbf2,
  .v8jzjmki .jse90j2.zt3kxbf2,
  .gt2l2yo .jse90j2.zt3kxbf2 { grid-area: cta; width: 100%; }
  .thctb7 .g3j0,
  .g720 .g3j0,
  .v8jzjmki .g3j0,
  .gt2l2yo .g3j0 { width: 56px; height: 56px; }
  .thctb7 .yxyam2v2,
  .g720 .yxyam2v2,
  .v8jzjmki .yxyam2v2,
  .gt2l2yo .yxyam2v2 { font-size: 1.1rem; }
}
:root {
  --accent:          #259ea3;
  --brand:           #259ea3;
  --brand-light:     #298185;
  --brand-pale:      #409da1;
  --grad-start:      #4dd1d6;
  --grad-end:        #86d6da;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #15803d;
  --cta-fg:          #ffffff;
  --cta-light:       #0c5f2b;
  --cta-hover:       #0c4b23;
  --bg-page:         #f6f8f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f5;
  --bg-raised:       #eef1f1;
  --bg-hover:        #f3f5f5;
  --border:          #e2e8e8;
  --border-alt:      #d0dbdc;
  --border-section:  #e2e8e8;
  --text-primary:    #171b1b;
  --text-muted:      #525f5f;
  --text-body:       #2f3636;
  --text-sub:        #465152;
  --text-faint:      #758889;
  --text-dim:        #91a0a0;
  --text-label:      #5e6d6d;
  --text-value:      #3a4444;
  --accent-bg:       #e3f0f1;
  --accent-bg-light: #cbe9ea;
  --bg-tip:          #f0f9f5;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f5f9;
  --bg-pros:         #f0f9f5;
  --bg-cons:         #faf3f6;
  --c-pros:          #158e55;
  --c-cons:          #9f2159;
  --c-pros-label:    #19a865;
  --c-tip-border:    #1bba6f;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #158e55;
}
:root { --logo-bg-opacity: 58%; }
.jjob .peqd, .jjob .dxowkfvi { min-height: 420px; }
body, button, input { font-family: "Roboto", sans-serif; }
.a9wc5c .o9twv li::before, .a9wc5c .amqemd 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; }.a9wc5c .o9twv li::before { content: ""; }.a9wc5c .amqemd li::before { content: ""; }.a9wc5c .ornf3z3::before, .a9wc5c .c89fu::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.a9wc5c .ornf3z3::before { content: ""; }.a9wc5c .c89fu::before { content: ""; }
.w1rps6cw::before { content: '—'; }