:root {
  --color-accent: #43d27b;
  --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;
}
.p45rmbr {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.sta2wc6i {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.f3q0f {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.z7qj0 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ylfyv { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ylfyv a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ylfyv a:hover { color: var(--accent-light); }
.cj7mh4t   .jvo146p { border-radius: 0; }
.dy9m .jvo146p li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .jvo146p {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .lkptf3z:hover .jvo146p,
  .lkptf3z:focus-within .jvo146p { display: block; }
  .jvo146p li a { padding: 8px 16px; font-size: 0.88rem; }
}
.ef3lqakb {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.x6x5grsn { display: none; }
@media (max-width: 640px) {
  .x6x5grsn {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .x6x5grsn.i2wl7ykg { display: block; }
}
@media (max-width: 640px) {
  .ef3lqakb { display: block; }
  .ylfyv > li + li::before { display: none !important; }
  .ylfyv {
    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;
  }
  .ylfyv.i2wl7ykg { display: flex; }
  .ylfyv li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ylfyv li:last-child a { border-bottom: none; }
}
.wl832rkl { min-height: 480px; }
.wpdj5 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.vt4yjny { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.bx31v1l .vt4yjny { margin-left: 0; margin-right: 0; }
.ntr6b {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.m8y7m .ntr6b { margin-top: 24px; }
.ntr6b:hover { opacity: 0.88; }
.v8xj {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.dcm7tk7 {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.v8xj .g72qb21 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.v8xj .wpdj5 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.v8xj .vt4yjny { color: #e2e8f0; }
.v8xj.eyshag78 .g72qb21 { text-align: center; }
.v8xj.bx31v1l   .g72qb21 { text-align: left; }
.iokqce0l .g72qb21 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.iokqce0l .wpdj5 { color: var(--text-primary); text-shadow: none; }
.iokqce0l .vt4yjny { color: var(--text-muted); }
.iokqce0l .ntr6b { margin-top: 16px; }
.iokqce0l, .iokqce0l.wl832rkl { min-height: auto !important; }
.iokqce0l.eyshag78 .g72qb21 { text-align: center; }
.iokqce0l.bx31v1l   .g72qb21 { text-align: left; }
.iokqce0l~.j0ixaiw{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}
.iokqce0l~.j0ixaiw .g3ooz8l2{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; }
}
.b4pg .v8xj .dcm7tk7 {
  overflow: hidden;
}
.b4pg .v8xj .dcm7tk7::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.yei7 .v8xj .dcm7tk7 {
  overflow: hidden;
}
.yei7 .v8xj .dcm7tk7::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.m9cx32 .v8xj .dcm7tk7 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.k3ems .v8xj .dcm7tk7 {
  overflow: hidden;
}
.k3ems .v8xj .dcm7tk7::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.j86uf .v8xj .dcm7tk7 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.ytaow .dcm7tk7 {
  background: none;
}
.ytaow .wpdj5 { color: #fff; }
.ytaow .vt4yjny { color: rgba(255,255,255,0.85); }
.p8gh .wpdj5 { text-shadow: none; color: var(--text-primary); }
.p8gh .vt4yjny { color: var(--text-muted); }
body.ur9a81g .wpdj5 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.cubdr1 .wpdj5 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.wl832rkl.ytaow .wpdj5,
section.ytaow .wpdj5 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.p8gh.eyshag78 .xjvawi2q { align-items: center; text-align: center; }
.wl832rkl .li7g {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.li7g .fxo1yta {
  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;
}
.li7g .fxo1yta::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.li7g .n8erzxsg { display: contents !important; }
.li7g .n8erzxsg .fmw1tbn {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.li7g .n8erzxsg .pozth { max-height: 48px; max-width: 96px; }
.li7g .n8erzxsg .d3fwo {
  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;
}
.li7g .e06wv29n {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.li7g .snvm0 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.li7g .ubfd2nb { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.li7g .ubfd2nb small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.li7g .ax4hzbj { display: contents !important; }
.li7g .ax4hzbj .oa6pe:not(.pbboq3jk) { display: none !important; }
.li7g .ax4hzbj .pbboq3jk {
  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;
}
.li7g .ax4hzbj .pbboq3jk .mvpmt {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.li7g .ax4hzbj .pbboq3jk .evp0d2 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.li7g .ohddilm { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.li7g .ohddilm.kf6qrnyp {
  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;
}
.li7g .ohddilm.kf6qrnyp:hover { opacity: 0.85; }
.li7g .fxo1yta,
.li7g .fxo1yta:hover,
.li7g .fxo1yta:nth-child(even),
.li7g .fxo1yta:nth-child(odd),
.li7g .fxo1yta:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.mvvk9pm .g72qb21 { padding-bottom: 24px; }
.m8y7m .g72qb21 { max-width: 1100px; }
@media (max-width: 700px) {
  .p8gh { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .p8gh:not(.ldiw2v4e) .dhyntw { display: none !important; }
  .ldiw2v4e .dhyntw { padding: 16px; }
  .xjvawi2q  { padding: 36px 24px; }
  .p8gh~.j0ixaiw,.dfivhhj~.j0ixaiw{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .wl832rkl, .p8gh { min-height: 320px !important; }
  .wpdj5 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .uvos,
  .o96c,
  .h57sxe4 { grid-template-columns: 1fr !important; }

  

  
  .mvvk9pm { display: flex !important; flex-direction: column !important; }
  .mvvk9pm .g72qb21 { display: contents; }
  .mvvk9pm .dcm7tk7 { order: 0; }
  .mvvk9pm .wpdj5 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .mvvk9pm .uvos { order: 2; padding: 0 16px 12px !important; }
  .mvvk9pm .vt4yjny { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .m8y7m .g72qb21 { display: flex; flex-direction: column; }
  .m8y7m .g72qb21 .wpdj5 { order: 1; }
  .m8y7m .g72qb21 .h57sxe4 { order: 2; margin: 8px 0 24px !important; }
  .m8y7m .g72qb21 .vt4yjny { order: 3; }
  .m8y7m .g72qb21 .ntr6b { order: 4; align-self: center; margin-top: 0; }

  
  .p8gh.ldiw2v4e {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .p8gh.ldiw2v4e .xjvawi2q { display: contents; padding: 0; }
  .p8gh.ldiw2v4e .xjvawi2q .wpdj5 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .p8gh.ldiw2v4e .dhyntw { order: 2; padding: 12px 16px; }
  .p8gh.ldiw2v4e .xjvawi2q .vt4yjny { order: 3; padding: 0 24px; margin: 0 auto; }
  .p8gh.ldiw2v4e .xjvawi2q .ntr6b { order: 4; align-self: center; margin: 8px 0 32px; }
}
.v1rx { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.sn7sx { width: 100%; height: auto; display: block; border-radius: 10px; }
.gudxv .v1rx        { border-radius: 16px; }
.gudxv .sn7sx  { border-radius: 16px; }
.l1gtp13t .v1rx         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.l1gtp13t .sn7sx   { border-radius: 8px; }
.st9bp { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ij3drcr8 { width: 100%; padding: 32px 0; position: relative; }
.sn7quvtr { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.xo0035 .ij3drcr8:nth-child(even) { background: var(--bg-surface); }
.xo0035 .ij3drcr8:nth-child(odd)  { background: var(--bg-page); }
.q8hh4ngt .ij3drcr8:nth-child(even) { background: var(--bg-card); }
.q8hh4ngt .ij3drcr8:nth-child(odd)  { background: var(--bg-page); }
.xo0035 .ij3drcr8:nth-child(odd)  .sn7quvtr { background: var(--bg-card); border-radius: 6px; }
.xo0035 .ij3drcr8:nth-child(even) .sn7quvtr { background: var(--bg-raised); border-radius: 6px; }
.q8hh4ngt .ij3drcr8:nth-child(odd)  .sn7quvtr { background: var(--bg-card); border-radius: 6px; }
.q8hh4ngt .ij3drcr8:nth-child(even) .sn7quvtr { background: var(--bg-raised); border-radius: 6px; }
.xo0035 .ij3drcr8:nth-child(even) .jiunq .k98s,
.q8hh4ngt .ij3drcr8:nth-child(even) .jiunq .k98s { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.xo0035 .ij3drcr8:nth-child(odd) .jiunq .k98s,
.q8hh4ngt .ij3drcr8:nth-child(odd) .jiunq .k98s { background: var(--bg-card-inner); }
.xo0035 .ij3drcr8:nth-child(even) .cfioqtr3 .k98s:nth-child(odd),
.q8hh4ngt .ij3drcr8:nth-child(even) .cfioqtr3 .k98s:nth-child(odd)  { background: var(--bg-card); }
.xo0035 .ij3drcr8:nth-child(even) .cfioqtr3 .k98s:nth-child(even),
.q8hh4ngt .ij3drcr8:nth-child(even) .cfioqtr3 .k98s:nth-child(even) { background: var(--bg-card-inner); }
h1.rbtmty { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.rbtmty {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.ahmgvz4 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ms1r252r h2.rbtmty {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.u2klmg01 h2.rbtmty {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.s1a2mpu h2.rbtmty {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ojohd h2.rbtmty::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.kjixw1y h2.rbtmty {
  color: var(--text-primary); font-size: 1.7rem;
}
.wy72d h2.rbtmty::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.dpesfvm h2.rbtmty {
  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) { .whdz8g4b { display: none; } }
.xvctaja { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.xxq0rgcc { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.vqbh {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.q54gg { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.sm4z0b3 { padding-left: 20px; }
.sm4z0b3 li { margin-bottom: 6px; }
.sm4z0b3 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.sm4z0b3 a:hover { color: var(--accent-light); }
.f7vps5 .q54gg { display: none; }
.a4uwx .q54gg { display: none; }
.a4uwx .sm4z0b3 { padding-left: 0; list-style: none; }
.a4uwx .sm4z0b3 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.a4uwx .sm4z0b3 a { font-size: 0.92rem; }
.rnmz5sxx .vqbh { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.rnmz5sxx .q54gg { display: none; }
.rnmz5sxx .sm4z0b3 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.rnmz5sxx .sm4z0b3 li { margin-bottom: 0; }
.rnmz5sxx .sm4z0b3 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;
}
.rnmz5sxx .sm4z0b3 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.lwn6 .vqbh { padding: 20px 20px 16px; }
.lwn6 .sm4z0b3 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.lwn6 .sm4z0b3 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.lwn6 .sm4z0b3 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;
}
.lwn6 .sm4z0b3 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;
}
.lwn6 .sm4z0b3 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.lwn6 .sm4z0b3 a:focus,
.lwn6 .sm4z0b3 a:focus-visible,
.lwn6 .sm4z0b3 a:target { outline: none; }
.lwn6 .sm4z0b3 li:target a { border-color: var(--border); color: var(--text-muted); }
.lk6ts7t .vqbh { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.lk6ts7t .q54gg { display: none; }
.lk6ts7t .sm4z0b3 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.lk6ts7t .sm4z0b3 li { counter-increment: toc-n; margin-bottom: 0; }
.lk6ts7t .sm4z0b3 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;
}
.lk6ts7t .sm4z0b3 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;
}
.lk6ts7t .sm4z0b3 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.mpk3xlsk .vqbh { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.mpk3xlsk .q54gg { display: none; }
.mpk3xlsk .sm4z0b3 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.mpk3xlsk .sm4z0b3 li { margin-bottom: 0; }
.mpk3xlsk .sm4z0b3 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;
}
.mpk3xlsk .sm4z0b3 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.zrgsom9 .vqbh { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.zrgsom9 .q54gg { display: none; }
.zrgsom9 .sm4z0b3 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.zrgsom9 .sm4z0b3 li { margin-bottom: 0; }
.zrgsom9 .sm4z0b3 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.zrgsom9 .sm4z0b3 li:last-child::after { content: ""; margin-right: 0; }
.zrgsom9 .sm4z0b3 a { font-size: 0.9rem; }
.k98s { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.jiunq .k98s { background: var(--bg-card); }
.cfioqtr3 .k98s:nth-child(odd)  { background: var(--bg-card); }
.cfioqtr3 .k98s:nth-child(even) { background: var(--bg-raised); }
.a7hn462c .k98s {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.a7hn462c .k98s:last-child { border-bottom: none; }
.a7hn462c h3.ahmgvz4 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.zjzwc2i .k98s {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.zjzwc2i .k98s + .k98s { margin-top: 4px; }
.qr9q0 .k98s { background: none; border-radius: 0; padding: 12px 0; }
.qr9q0 .k98s + .k98s { border-top: 1px solid var(--border-section); }
.uv8ds { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.vukj { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.hqagjmqu { color: var(--text-body); margin-bottom: 10px; }
.ssfzrme, .qzio { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ssfzrme li, .qzio li { margin-bottom: 6px; }
.qzio li { list-style: decimal; }
.u16u7     .ssfzrme { list-style-type: "● "; }
.a8vksv  .ssfzrme { list-style-type: "■ "; }
.r8msgrvj .ssfzrme { list-style-type: "◆ "; }
.rfkvw    .ssfzrme { list-style-type: "★ "; }
.u16u7     .a6el43iy { list-style-type: "● "; }
.a8vksv  .a6el43iy { list-style-type: "■ "; }
.r8msgrvj .a6el43iy { list-style-type: "◆ "; }
.rfkvw    .a6el43iy { list-style-type: "★ "; }
.u16u7    .ssfzrme li::marker, .u16u7    .a6el43iy li::marker,
.a8vksv .ssfzrme li::marker, .a8vksv .a6el43iy li::marker,
.r8msgrvj .ssfzrme li::marker, .r8msgrvj .a6el43iy li::marker,
.rfkvw   .ssfzrme li::marker, .rfkvw   .a6el43iy li::marker {
  color: var(--cta); font-size: 1em;
}
.u16u7 .qzio,
.a8vksv .qzio,
.r8msgrvj .qzio,
.rfkvw .qzio {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.u16u7 .qzio li,
.a8vksv .qzio li,
.r8msgrvj .qzio li,
.rfkvw .qzio li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.u16u7 .qzio li::before,
.a8vksv .qzio li::before,
.r8msgrvj .qzio li::before,
.rfkvw .qzio 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;
}
.u16u7     .qzio li::before { border-radius: 50%; }
.a8vksv  .qzio li::before { border-radius: 3px; }
.r8msgrvj .qzio li::before { border-radius: 3px; }
.rfkvw    .qzio li::before { border-radius: 50%; }
.rhxvv { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.v8siv .rhxvv,
.m3pe46 .rhxvv { background: transparent; border: none; border-radius: 0; }
.bsd6rw { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.bsd6rw th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.bsd6rw td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.bsd6rw tr:hover td { background: var(--bg-hover); }
.i5tq .bsd6rw tbody tr:nth-child(even) td { background: var(--bg-surface); }
.ckzt .bsd6rw { border: 1px solid var(--border-alt); }
.ckzt .bsd6rw th,
.ckzt .bsd6rw td { border: 1px solid var(--border-alt); }
.mt3vkff4 .bsd6rw th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.mt3vkff4 .bsd6rw td { border-bottom: none; }
.mt3vkff4 .bsd6rw tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.bx1fb .bsd6rw th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ctnbf5 .rhxvv {
  overflow: hidden;
}
.ctnbf5 .bsd6rw th { border-bottom: 1px solid var(--border-alt); }
.ctnbf5 .bsd6rw tr:last-child td { border-bottom: none; }
.p31v { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.q2ytc { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.rptz3yf9 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.mmqm2r { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.wn3hw { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.a6el43iy { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.a6el43iy 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%}
.lwycec .mmqm2r { background: transparent; text-align: center; }
.y2f3wc4r .rptz3yf9 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.ck7yr .rptz3yf9 {
  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);
}
.elli .q2ytc { display: grid; grid-template-columns: auto 1fr; }
.elli .rptz3yf9 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.elli .mmqm2r { grid-column: 2; }
.elli .wn3hw,
.elli .a6el43iy { grid-column: 1 / -1; }
.gf1r10gz .q2ytc { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.gf1r10gz .rptz3yf9 {
  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);
}
.gf1r10gz .mmqm2r { grid-column: 2; }
.gf1r10gz .wn3hw,
.gf1r10gz .a6el43iy { grid-column: 1 / -1; }
.kfas .q2ytc { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.kfas .mmqm2r { background: none; color: var(--accent-light); font-weight: 700; }
.iuvlbi6 .q2ytc { 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); }
.iuvlbi6 .mmqm2r { background: none; color: var(--accent-light); font-weight: 700; }
.mneq0ar .q2ytc { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.mneq0ar .q2ytc:last-child { border-bottom: none; }
.mneq0ar .mmqm2r { background: none; color: var(--accent-light); font-weight: 700; }
.i1i5s4 .q2ytc { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.i1i5s4 .mmqm2r { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ngw0a .p31v { counter-reset: card-n; }
.ngw0a .q2ytc  { counter-increment: card-n; }
.ngw0a .mmqm2r { display: flex; align-items: center; gap: 10px; }
.ngw0a .mmqm2r::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;
}
.ocoowe .q2ytc { background: var(--bg-surface); border: 1px solid var(--border); }
.ocoowe .mmqm2r { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.hrec2wsz { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.hrec2wsz         { --cl-hue: var(--accent); }
.bwdnd     { --cl-hue: #16a34a; }
.o9xr { --cl-hue: #ea580c; }
.tyzyct6f    { --cl-hue: #2563eb; }
.bwdnd, .o9xr, .tyzyct6f, .mlwwj {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.nz0w9wn1 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.nz0w9wn1::before { color: var(--cl-hue); }
.hrec2wsz strong { color: var(--text-primary); font-size: 0.95rem; }
.hrec2wsz p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.puznd7 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ssm5, .aune { border-radius: 8px; padding: 14px; }
.ssm5 { background: var(--bg-pros); }
.aune { background: var(--bg-cons); }
.pcerwyu { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ssm5 .pcerwyu { color: var(--c-pros-label); }
.aune .pcerwyu { color: #f87171; }
.ssm5 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.aune ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.sn7sx { width: 100%; height: auto; border-radius: 10px; display: block; }
.kf6qrnyp {
  background: var(--cta); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.kf6qrnyp:hover { opacity: 0.85; }
.xe3zntu .kf6qrnyp  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.xe3zntu .kf6qrnyp:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.tsdr .kf6qrnyp  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.tsdr .kf6qrnyp:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.xe3zntu .ohddilm.kf6qrnyp, .tsdr .ohddilm.kf6qrnyp,
.xe3zntu .kox3 .kf6qrnyp, .tsdr .kox3 .kf6qrnyp {
  background: var(--cta); border: none; color: #fff;
}
.xe3zntu .ohddilm.kf6qrnyp:hover, .tsdr .ohddilm.kf6qrnyp:hover,
.xe3zntu .kox3 .kf6qrnyp:hover, .tsdr .kox3 .kf6qrnyp:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.e5qddxd .ntr6b { border-radius: 50px; }
.e5qddxd .kf6qrnyp  { border-radius: 50px; }
.aaazpk .ntr6b,
.aaazpk .kf6qrnyp { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.aaazpk .ntr6b:hover,
.aaazpk .kf6qrnyp:hover { filter: brightness(1.08); opacity: 1; }
.tuqe51 .ntr6b,
.tuqe51 .kf6qrnyp { box-shadow: 0 3px 14px -2px var(--cta); }
.tuqe51 .ntr6b:hover,
.tuqe51 .kf6qrnyp:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.wrolo .ntr6b,
.wrolo .kf6qrnyp { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.wrolo .ntr6b:hover,
.wrolo .kf6qrnyp:hover { opacity: 1; }
.wrolo .ntr6b:active,
.wrolo .kf6qrnyp:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.tzmf0 .ntr6b,
.tzmf0 .kf6qrnyp { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.tzmf0 .ntr6b:hover,
.tzmf0 .kf6qrnyp:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.tzmf0 .ntr6b:active,
.tzmf0 .kf6qrnyp:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.ea63ye .ntr6b,
.ea63ye .kf6qrnyp { position: relative; overflow: hidden; }
.ea63ye .ntr6b::before,
.ea63ye .kf6qrnyp::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;
}
.ea63ye .ntr6b:hover::before,
.ea63ye .kf6qrnyp:hover::before { left: 135%; }
.zmqcc5r9 .ntr6b,
.zmqcc5r9 .kf6qrnyp { border-radius: 0; }
.dcz3mmz6 .ntr6b { padding-left: 22px; padding-right: 22px; }
.dcz3mmz6 .kf6qrnyp  { padding-left: 12px; padding-right: 12px; }
.gnivsi1 .ntr6b { padding-left: 44px; padding-right: 44px; }
.gnivsi1 .kf6qrnyp  { padding-left: 24px; padding-right: 24px; }
.rtup9b .ntr6b { padding-left: 56px; padding-right: 56px; }
.rtup9b .kf6qrnyp  { padding-left: 32px; padding-right: 32px; }
.jj1z1vl   .ntr6b::after, .jj1z1vl   .kf6qrnyp::after,
.ro740 .ntr6b::after, .ro740 .kf6qrnyp::after,
.evv29    .ntr6b::after, .evv29    .kf6qrnyp::after,
.egnqc28    .ntr6b::after, .egnqc28    .kf6qrnyp::after,
.rpt3f3y    .ntr6b::after, .rpt3f3y    .kf6qrnyp::after,
.yjtmax2     .ntr6b::after, .yjtmax2     .kf6qrnyp::after,
.gfppv    .ntr6b::after, .gfppv    .kf6qrnyp::after,
.rfbbe32   .ntr6b::after, .rfbbe32   .kf6qrnyp::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;
}
.jj1z1vl .ntr6b::after, .jj1z1vl .kf6qrnyp::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");
}
.ro740 .ntr6b::after, .ro740 .kf6qrnyp::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");
}
.evv29 .ntr6b::after, .evv29 .kf6qrnyp::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");
}
.egnqc28 .ntr6b::after, .egnqc28 .kf6qrnyp::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");
}
.rpt3f3y .ntr6b::after, .rpt3f3y .kf6qrnyp::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");
}
.yjtmax2 .ntr6b::after, .yjtmax2 .kf6qrnyp::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");
}
.gfppv .ntr6b::after, .gfppv .kf6qrnyp::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");
}
.rfbbe32 .ntr6b::after, .rfbbe32 .kf6qrnyp::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");
}
.bpjha6   .gkby::after, .bpjha6   .aze94efb::after,
.nkli .gkby::after, .nkli .aze94efb::after,
.oaetrtfu    .gkby::after, .oaetrtfu    .aze94efb::after,
.k3u2nmy    .gkby::after, .k3u2nmy    .aze94efb::after,
.fsit3l5    .gkby::after, .fsit3l5    .aze94efb::after,
.o59phk34     .gkby::after, .o59phk34     .aze94efb::after,
.wf4fm9bm    .gkby::after, .wf4fm9bm    .aze94efb::after,
.aima   .gkby::after, .aima   .aze94efb::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;
}
.bpjha6 .gkby::after, .bpjha6 .aze94efb::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");
}
.nkli .gkby::after, .nkli .aze94efb::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");
}
.oaetrtfu .gkby::after, .oaetrtfu .aze94efb::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");
}
.k3u2nmy .gkby::after, .k3u2nmy .aze94efb::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");
}
.fsit3l5 .gkby::after, .fsit3l5 .aze94efb::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");
}
.o59phk34 .gkby::after, .o59phk34 .aze94efb::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");
}
.wf4fm9bm .gkby::after, .wf4fm9bm .aze94efb::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");
}
.aima .gkby::after, .aima .aze94efb::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");
}
.nbkjqk {
  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;
}
.fxo1yta {
  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;
}
.fxo1yta > * { min-width: 0; }
.fxo1yta:hover { background: var(--bg-hover); }
.fxo1yta > [itemprop="item"] { display: contents; }
.fxo1yta [itemprop="itemReviewed"],
.fxo1yta [itemprop="reviewRating"] { display: none; }
.fxo1yta::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;
}
.n8erzxsg {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.fmw1tbn {
  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;
}
.pozth { max-height: 52px; max-width: 110px; object-fit: contain; }
.d3fwo {
  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;
}
.xdoz4lp .fmw1tbn    { background: #1a1a1a; }
.jkm6 .fmw1tbn   { background: rgba(128,128,128,.12); }
.ahimk93 .fmw1tbn { background: var(--bg-raised); }
.uownp .fmw1tbn    { background: transparent; padding: 0; }
.e06wv29n {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.snvm0 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.ubfd2nb { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.ax4hzbj {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.oa6pe {
  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;
}
.mvpmt {
  
  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%;
}
.evp0d2 {
  
  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;
}
.ohddilm {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.ohddilm.kf6qrnyp {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .fxo1yta {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .fxo1yta::before    { grid-area: rank;   }
  .n8erzxsg           { grid-area: ident;  }
  .e06wv29n     { grid-area: rating; min-width: 0; width: auto; }
  .ax4hzbj           { grid-area: pills;  }
  .ohddilm             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .fxo1yta {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .fxo1yta::before    { justify-self: center; }
  .n8erzxsg           { width: 100%; }
  .e06wv29n     { justify-self: center; }
  .ax4hzbj           { grid-template-columns: 1fr; }
}
.y1ny {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.u2jpni {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.bfi2m {
  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;
}
.bfi2m img { max-width: 80px; max-height: 50px; object-fit: contain; }
.c17msw { flex: 1; }
.c17msw h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.g1567p9h { color: var(--c-stars); font-size: 1.1rem; }
.jotmc { margin-bottom: 8px; }
.vbxi {
  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);
}
.vbxi > span { color: var(--accent); font-weight: 700; }
.l3i7 em, .u11b1 em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .vbxi { padding: 10px 16px; gap: 6px 16px; } }
.kox3 { flex-shrink: 0; align-self: flex-start; }
.kox3 .kf6qrnyp { white-space: nowrap; }
@media (max-width: 560px) {
  .u2jpni { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .bfi2m { order: 1; }
  .kox3 { order: 2; margin-left: auto; align-self: center; }
  .c17msw { order: 3; flex: 1 1 100%; min-width: 0; }
}
.bmdiiw img.u69ge { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.v8siv { padding: 20px 24px; }
.v4gfxmlj { color: var(--text-muted); margin-bottom: 16px; }
.lrgpjxar { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.lyuy9z8, .yol1t { list-style: none; font-size: 0.9rem; }
.lyuy9z8 li { color: var(--c-pros); margin-bottom: 4px; }
.yol1t li { color: var(--c-cons); margin-bottom: 4px; }
.lyuy9z8 li::before { content: "✓"; margin-right: 5px; }
.yol1t li::before { content: "✗"; margin-right: 5px; }
.nj0sdmp .lyuy9z8 li::before { content: "→"; }
.nj0sdmp .yol1t li::before { content: "–"; }
.gvpw  .lyuy9z8 li::before { content: "★"; }
.gvpw  .yol1t li::before { content: "✕"; }
.belhfg    .lyuy9z8 li::before { content: "◆"; }
.belhfg    .yol1t li::before { content: "▲"; }
.bsx0  .lyuy9z8 li::before { content: "▶"; }
.bsx0  .yol1t li::before { content: "■"; }
.mlr7ugk6 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.y5ve { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.rzzzw8 { background: var(--bg-pros); color: var(--c-tag-pay); }
.dnky { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.cc2c5bef .dnky { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.lbxvjd .dnky { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .vnob .b9ylr1 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .vnob .y1ny { margin: 0; }
}
.m2jn7ujj .u2jpni { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.m2jn7ujj .c17msw h3 { color: var(--accent-light); }
.m2jn7ujj .bfi2m { background: var(--bg-page); border: 1px solid var(--border); }
.kq8ltm .y1ny { border-top: 4px solid var(--accent); }
.kq8ltm .u2jpni { background: var(--bg-card); }
.n9ay .y1ny { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.n9ay .u2jpni { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.n9ay .v8siv { padding: 14px 16px; }
.n9ay .bfi2m { border-radius: 4px; }
.n9ay .dnky { border-radius: 0; }
.cues9tt .u2jpni { padding: 0; gap: 0; overflow: hidden; }
.cues9tt .bfi2m { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.cues9tt .c17msw { padding: 16px 20px; }
.cues9tt .kox3 { padding: 16px 20px; align-self: center; }
.yl7b4qb .g1567p9h { font-size: .95rem; }
.m3pe46 .puznd7 { gap: 10px; }
.m3pe46 .ssm5, .m3pe46 .aune { padding: 12px; }
.m3pe46 .ssm5 ul, .m3pe46 .aune ul { margin: 4px 0 0; padding-left: 18px; }
.m3pe46 .ssm5 li, .m3pe46 .aune li { font-size: .85rem; margin-bottom: 3px; }
.y57x0 .y5ve { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .ladoq9x { grid-template-columns: 1fr; }
  .i0nm8jvd { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .i0nm8jvd .cuspabr { width: 72px; height: 50px; }
  .i0nm8jvd .xkz4 { max-width: 180px; }
  .i0nm8jvd .mvvtr { width: auto; }
}
.hqi60fax .yl7b4qb .g1567p9h { filter: brightness(1.2); }
@media (max-width: 720px) {
  .hqi60fax { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .bumqc9m { padding: 16px; }
  .o153mb .b1dy { min-width: 50%; }
}
.nkxd77 .puznd7 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .i70f3d { grid-template-columns: 1fr; }
  .hqu5p51k { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .b57r { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .cnqmk { flex-wrap: wrap; padding: 16px; }
}
.vf9tct5 .puznd7 { gap: 8px; }
.vf9tct5 .ssm5, .vf9tct5 .aune { padding: 8px; }
@media (max-width: 480px) {
  .az0jdh6 { flex-direction: column; align-items: stretch; }
}
.wops3 .mvvtr .kf6qrnyp { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ucdq9r62 { flex-direction: column; align-items: stretch; gap: 10px; }
  .wops3 .mvvtr { text-align: center; }
}
@media (max-width: 720px) {
  .sc9ic0pb { grid-template-columns: 1fr; }
  .kx5g3qpj { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .wbmia9 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.kmwl5 .sgao3 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.hacl .g1567p9h { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .uphkper { grid-template-columns: 1fr; }
  .hacl { width: 100px; height: 100px; margin: 16px auto; }
  .kmwl5 { font-size: 1.4rem; }
  .y2moovoy { justify-content: center; }
  .q9pyo .b1dy { min-width: 50%; }
}
.g30ud .puznd7 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .qlu87 { flex-wrap: wrap; padding: 14px 16px; }
  .b7xg { padding: 12px 16px; }
  .g30ud .puznd7 { margin: 0 16px; }
  .g30ud .y57x0 { padding: 0 16px; }
  .p62i { padding: 12px 16px; }
}
.b13mgwv9 .fxo1yta {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.b13mgwv9 .fxo1yta:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.fw23pq1 .nbkjqk { gap: 18px; }
.fw23pq1 .fxo1yta {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.fw23pq1 .fxo1yta:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.zwt9r3lg .nbkjqk {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.zwt9r3lg .fxo1yta {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.zwt9r3lg .fxo1yta:last-child { border-bottom: none; }
.zwt9r3lg .n8erzxsg,
.zwt9r3lg .e06wv29n,
.zwt9r3lg .ax4hzbj {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.wd0zy .nbkjqk { gap: 0; }
.wd0zy .fxo1yta {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.wd0zy .fxo1yta:last-child { border-bottom: none; }
.wd0zy .fxo1yta:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.wd0zy .fxo1yta:nth-child(even):hover { background: var(--bg-hover); }
.miuy .fxo1yta {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.tp669 .ax4hzbj .oa6pe {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.tp669 .ax4hzbj .oa6pe:first-child { border-left: none; }
.zev74s .ax4hzbj .oa6pe {
  background: transparent; padding: 4px 8px;
}
.zev74s .ax4hzbj .mvpmt { font-size: .65rem; opacity: .65; }
.zev74s .ax4hzbj .evp0d2   { font-size: 1.15rem; color: var(--accent-light); }
.p3fb .ax4hzbj .oa6pe {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.ubfd2nb { display: none; }
.oazc .snvm0 { font-size: 1rem; letter-spacing: 2px; }
.x8s2 .snvm0 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.mekjjq4p .snvm0,
.q6kowv .snvm0,
.oq5hnnfv .snvm0 { display: none; }
.mekjjq4p .ubfd2nb,
.q6kowv .ubfd2nb,
.oq5hnnfv .ubfd2nb { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.mekjjq4p .ubfd2nb { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.mekjjq4p .ubfd2nb small { display: none; }
.q6kowv .ubfd2nb {
  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;
}
.q6kowv .ubfd2nb small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.oq5hnnfv .ubfd2nb {
  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;
}
.oq5hnnfv .ubfd2nb small { display: none; }
.mekjjq4p .jotmc .g1567p9h,
.q6kowv .jotmc .g1567p9h,
.oq5hnnfv .jotmc .g1567p9h { display: none; }
.mekjjq4p .jotmc strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.mekjjq4p .sgao3 { display: none; }
.q6kowv .jotmc 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;
}
.q6kowv .fozwx0k,
.q6kowv .sgao3 { font-size: 1em; }
.oq5hnnfv .jotmc strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.oq5hnnfv .sgao3 { display: none; }
.cghpfzwi { margin: 16px 0; }
.ddckdqw { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.ddckdqw summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.ddckdqw summary::after { content: "+"; color: var(--accent-light); }
.ddckdqw[open] summary::after { content: "−"; }
.ddckdqw p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.ij3drcr8 { margin-bottom: 0; }
.dzl477lq h2.rbtmty { color: var(--text-primary); border-color: var(--accent-light); }
.m9pbn h2.rbtmty { color: var(--text-primary); border-color: var(--accent-light); }
.yv6a34 .bwdnd     { background: #052e16; border-color: #10b981; }
.yv6a34 .o9xr { background: #2d0a1e; border-color: #f43f5e; }
.yv6a34 .tyzyct6f    { background: #1e1036; border-color: #a855f7; }
.yv6a34 .hrec2wsz strong  { color: #f1f5f9; }
.yv6a34 .hrec2wsz p       { color: #cbd5e1; }
.yv6a34 .lks9dl    .bwdnd     .nz0w9wn1::before,
.yv6a34 .ana79e  .bwdnd     .nz0w9wn1::before,
.yv6a34 .nwzvbet  .bwdnd     .nz0w9wn1::before,
.yv6a34 .tr3ut .bwdnd     .nz0w9wn1::before { color: #10b981; }
.yv6a34 .lks9dl    .o9xr .nz0w9wn1::before,
.yv6a34 .ana79e  .o9xr .nz0w9wn1::before,
.yv6a34 .nwzvbet  .o9xr .nz0w9wn1::before,
.yv6a34 .tr3ut .o9xr .nz0w9wn1::before { color: #f43f5e; }
.yv6a34 .lks9dl    .tyzyct6f    .nz0w9wn1::before,
.yv6a34 .ana79e  .tyzyct6f    .nz0w9wn1::before,
.yv6a34 .nwzvbet  .tyzyct6f    .nz0w9wn1::before,
.yv6a34 .tr3ut .tyzyct6f    .nz0w9wn1::before { color: #a855f7; }
.ecmi7s .bwdnd     { background: #2d2000; border-color: #eab308; }
.ecmi7s .o9xr { background: #2d0b0b; border-color: #ef4444; }
.ecmi7s .tyzyct6f    { background: #2d1600; border-color: #f97316; }
.ecmi7s .hrec2wsz strong  { color: #f1f5f9; }
.ecmi7s .hrec2wsz p       { color: #cbd5e1; }
.ecmi7s .lks9dl    .bwdnd     .nz0w9wn1::before,
.ecmi7s .ana79e  .bwdnd     .nz0w9wn1::before,
.ecmi7s .nwzvbet  .bwdnd     .nz0w9wn1::before,
.ecmi7s .tr3ut .bwdnd     .nz0w9wn1::before { color: #eab308; }
.ecmi7s .lks9dl    .o9xr .nz0w9wn1::before,
.ecmi7s .ana79e  .o9xr .nz0w9wn1::before,
.ecmi7s .nwzvbet  .o9xr .nz0w9wn1::before,
.ecmi7s .tr3ut .o9xr .nz0w9wn1::before { color: #ef4444; }
.ecmi7s .lks9dl    .tyzyct6f    .nz0w9wn1::before,
.ecmi7s .ana79e  .tyzyct6f    .nz0w9wn1::before,
.ecmi7s .nwzvbet  .tyzyct6f    .nz0w9wn1::before,
.ecmi7s .tr3ut .tyzyct6f    .nz0w9wn1::before { color: #f97316; }
.ug5t996g .bwdnd     { background: #0c1a2e; border-color: #38bdf8; }
.ug5t996g .o9xr { background: #12103a; border-color: #818cf8; }
.ug5t996g .tyzyct6f    { background: #0a2020; border-color: #2dd4bf; }
.ug5t996g .hrec2wsz strong  { color: #f1f5f9; }
.ug5t996g .hrec2wsz p       { color: #cbd5e1; }
.ug5t996g .lks9dl    .bwdnd     .nz0w9wn1::before,
.ug5t996g .ana79e  .bwdnd     .nz0w9wn1::before,
.ug5t996g .nwzvbet  .bwdnd     .nz0w9wn1::before,
.ug5t996g .tr3ut .bwdnd     .nz0w9wn1::before { color: #38bdf8; }
.ug5t996g .lks9dl    .o9xr .nz0w9wn1::before,
.ug5t996g .ana79e  .o9xr .nz0w9wn1::before,
.ug5t996g .nwzvbet  .o9xr .nz0w9wn1::before,
.ug5t996g .tr3ut .o9xr .nz0w9wn1::before { color: #818cf8; }
.ug5t996g .lks9dl    .tyzyct6f    .nz0w9wn1::before,
.ug5t996g .ana79e  .tyzyct6f    .nz0w9wn1::before,
.ug5t996g .nwzvbet  .tyzyct6f    .nz0w9wn1::before,
.ug5t996g .tr3ut .tyzyct6f    .nz0w9wn1::before { color: #2dd4bf; }
.r25t::before,
.cglvmnb::before { margin-right: 5px; }
.fhb02149 .ssm5 ul li,
.fhb02149 .lyuy9z8 li         { color: #4ade80; }
.fhb02149 .ssm5 .r25t { color: #22c55e; }
.fhb02149 .aune ul li,
.fhb02149 .yol1t li         { color: #f87171; }
.fhb02149 .aune .cglvmnb { color: #ef4444; }
.po01hp .ssm5 { background: var(--bg-pros); }
.po01hp .aune { background: var(--bg-cons); }
.po01hp .ssm5 .r25t { color: var(--c-pros-label); }
.po01hp .aune .cglvmnb { color: var(--c-cons); }
.po01hp .ssm5 ul li,
.po01hp .lyuy9z8 li            { color: var(--c-pros); }
.po01hp .aune ul li,
.po01hp .yol1t li            { color: var(--c-cons); }
.zu3e1 .ssm5 { background: var(--bg-pros); }
.zu3e1 .aune { background: var(--bg-cons); }
.zu3e1 .ssm5 .r25t { color: var(--c-pros-label); }
.zu3e1 .aune .cglvmnb { color: var(--c-cons); }
.zu3e1 .ssm5 ul li,
.zu3e1 .lyuy9z8 li          { color: var(--c-pros); }
.zu3e1 .aune ul li,
.zu3e1 .yol1t li          { color: var(--c-cons); }
.awmu4g .r25t::before { content: "✓ "; }
.awmu4g .cglvmnb::before { content: "✗ "; }
.nj0sdmp .r25t::before { content: "→ "; }
.nj0sdmp .cglvmnb::before { content: "← "; }
.gvpw .r25t::before { content: "★ "; }
.gvpw .cglvmnb::before { content: "✕ "; }
.belhfg .r25t::before { content: "◆ "; }
.belhfg .cglvmnb::before { content: "▲ "; }
.lbxvjd .hrec2wsz { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.lbxvjd .hrec2wsz strong { color: var(--text-primary); }
.lbxvjd .hrec2wsz p      { color: var(--text-muted); }
.cc2c5bef .hrec2wsz { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.bs8nkwy .hrec2wsz {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.bs8nkwy .hrec2wsz strong,
.bs8nkwy .hrec2wsz p { color: #fff; }
.bs8nkwy .nz0w9wn1::before { color: rgba(255,255,255,0.9) !important; }
.rw08ohxz .hrec2wsz {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.rw08ohxz .hrec2wsz strong { color: var(--text-primary); }
.rw08ohxz .hrec2wsz p      { color: var(--text-muted); }
.v65v4t .hrec2wsz { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.lks9dl .nz0w9wn1,
.ana79e .nz0w9wn1,
.nwzvbet .nz0w9wn1,
.tr3ut .nz0w9wn1 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.lks9dl .nz0w9wn1::before,
.ana79e .nz0w9wn1::before,
.nwzvbet .nz0w9wn1::before,
.tr3ut .nz0w9wn1::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.lks9dl .bwdnd     .nz0w9wn1::before { content: "✦"; color: var(--c-tip-border); }
.lks9dl .o9xr .nz0w9wn1::before { content: "▲"; color: var(--c-warn-border); }
.lks9dl .tyzyct6f    .nz0w9wn1::before { content: "◉"; color: #60a5fa; }
.ana79e .bwdnd     .nz0w9wn1::before { content: "★"; color: var(--c-tip-border); }
.ana79e .o9xr .nz0w9wn1::before { content: "◆"; color: var(--c-warn-border); }
.ana79e .tyzyct6f    .nz0w9wn1::before { content: "●"; color: #60a5fa; }
.nwzvbet .bwdnd     .nz0w9wn1::before { content: "▶"; color: var(--c-tip-border); }
.nwzvbet .o9xr .nz0w9wn1::before { content: "■"; color: var(--c-warn-border); }
.nwzvbet .tyzyct6f    .nz0w9wn1::before { content: "▸"; color: #60a5fa; }
.tr3ut .bwdnd     .nz0w9wn1::before { content: "→"; color: var(--c-tip-border); }
.tr3ut .o9xr .nz0w9wn1::before { content: "⬥"; color: var(--c-warn-border); }
.tr3ut .tyzyct6f    .nz0w9wn1::before { content: "◈"; color: #60a5fa; }
.anp1tr6 .jiunq .k98s,
.anp1tr6 .cfioqtr3 .k98s  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.anp1tr6 .q2ytc                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.anp1tr6 .fxo1yta                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.anp1tr6 .y1ny            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.anp1tr6 .rhxvv          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.anp1tr6 .vqbh                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.x6j6opf .jiunq .k98s,
.x6j6opf .cfioqtr3 .k98s,
.x6j6opf .q2ytc,
.x6j6opf .fxo1yta,
.x6j6opf .y1ny,
.x6j6opf .rhxvv,
.x6j6opf .vqbh,
.x6j6opf .v65v4t .hrec2wsz { box-shadow: none; }
.vumwl3j3   .hqagjmqu, .vumwl3j3 .uv8ds, .vumwl3j3 .vukj,
.vumwl3j3   .xvctaja, .vumwl3j3 .xxq0rgcc { font-size: 0.9rem; }
.vumwl3j3   .ssfzrme, .vumwl3j3 .qzio { font-size: 0.9rem; }
.osit5f   .hqagjmqu, .osit5f .uv8ds, .osit5f .vukj,
.osit5f   .xvctaja, .osit5f .xxq0rgcc { font-size: 0.95rem; }
.osit5f   .ssfzrme, .osit5f .qzio { font-size: 0.95rem; }
.jn0bf   .hqagjmqu, .jn0bf .uv8ds, .jn0bf .vukj,
.jn0bf   .xvctaja, .jn0bf .xxq0rgcc { font-size: 1.08rem; }
.jn0bf   .ssfzrme, .jn0bf .qzio { font-size: 1.05rem; }
.jn0bf   .bsd6rw { font-size: 0.97rem; }
.kgmfn .wpdj5      { font-size: 3.2rem; }
.kgmfn h2.rbtmty { font-size: 1.9rem; }
.kgmfn h3.ahmgvz4     { font-size: 1.4rem; }
.gdvfq .wpdj5      { font-size: 3.8rem; }
.gdvfq h2.rbtmty { font-size: 2.2rem; }
.gdvfq h3.ahmgvz4     { font-size: 1.6rem; }
.ij3drcr8 + .ij3drcr8 { position: relative; }
.xzfz6   .ij3drcr8 + .ij3drcr8::before,
.uuhwyx  .ij3drcr8 + .ij3drcr8::before,
.e1l1g3ko   .ij3drcr8 + .ij3drcr8::before,
.xqpkq8m   .ij3drcr8 + .ij3drcr8::before,
.rmir   .ij3drcr8 + .ij3drcr8::before,
.oi65zr .ij3drcr8 + .ij3drcr8::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.xzfz6 .ij3drcr8 + .ij3drcr8::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.uuhwyx .ij3drcr8 + .ij3drcr8::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.e1l1g3ko .ij3drcr8 + .ij3drcr8::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;
}
.xqpkq8m .ij3drcr8 + .ij3drcr8::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.oh10e1tf .ij3drcr8 { margin-bottom: 16px; }
.oh10e1tf .ij3drcr8 + .ij3drcr8 { margin-top: 0; }
.oh10e1tf .sn7quvtr { padding-top: 0; padding-bottom: 0; }
.rmir .ij3drcr8 + .ij3drcr8::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.oi65zr .ij3drcr8 + .ij3drcr8::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.lxwyaa .ij3drcr8 + .ij3drcr8::before,
.vtvone .ij3drcr8 + .ij3drcr8::before,
.io4h56g .ij3drcr8 + .ij3drcr8::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%;
}
.xo0035 .lxwyaa .ij3drcr8:nth-child(even)::before,
.xo0035 .vtvone .ij3drcr8:nth-child(even)::before,
.xo0035 .io4h56g .ij3drcr8:nth-child(even)::before { background: var(--bg-surface); }
.q8hh4ngt .lxwyaa .ij3drcr8:nth-child(even)::before,
.q8hh4ngt .vtvone .ij3drcr8:nth-child(even)::before,
.q8hh4ngt .io4h56g .ij3drcr8:nth-child(even)::before { background: var(--bg-card); }
.lxwyaa .ij3drcr8 + .ij3drcr8::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");
}
.vtvone .ij3drcr8 + .ij3drcr8::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");
}
.io4h56g .ij3drcr8 + .ij3drcr8::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");
}
.y6agmb .v8xj,
.jp1y0e4d .v8xj,
.lvsns .v8xj { overflow: hidden; }
.y6agmb .g72qb21,
.jp1y0e4d .g72qb21 { margin-bottom: 60px; }
.lvsns .g72qb21 { margin-bottom: 70px; }
.y6agmb .v8xj::before,
.jp1y0e4d .v8xj::before,
.lvsns .v8xj::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.y6agmb .v8xj::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");
}
.jp1y0e4d .v8xj::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");
}
.lvsns .v8xj::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.vcuh3b .v8xj:not(.ytaow) .dcm7tk7 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.m7dq .v8xj:not(.ytaow) .dcm7tk7 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.mq15x  .v8xj:not(.ytaow) .dcm7tk7 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.tpn49i  .v8xj:not(.ytaow) .dcm7tk7 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.tpn49i .ytaow { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.tpn49i .bvi4 { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.tpn49i .p8gh { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.da0t1qpv .ytaow .dcm7tk7 { background: none; }
.da0t1qpv .v8xj:not(.ytaow) .dcm7tk7 { background: rgba(0,0,0,0.6); }
.zvi4tzms .v1rx { float: left; width: 38%; margin: 0 28px 16px 0; }
.zvi4tzms .v1rx .sn7sx { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.zvi4tzms .sn7quvtr::after { content: ''; display: block; clear: both; }
.kc9tfc .v1rx { float: right; width: 38%; margin: 0 0 16px 28px; }
.kc9tfc .v1rx .sn7sx { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.kc9tfc .sn7quvtr::after { content: ''; display: block; clear: both; }
.sk7nf .ij3drcr8:nth-child(odd)  .v1rx { float: left;  width: 38%; margin: 0 28px 16px 0; }
.sk7nf .ij3drcr8:nth-child(even) .v1rx { float: right; width: 38%; margin: 0 0 16px 28px; }
.sk7nf .v1rx .sn7sx { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.sk7nf .sn7quvtr::after { content: ''; display: block; clear: both; }
.zvi4tzms .p31v,
.zvi4tzms .nbkjqk,
.kc9tfc .p31v,
.kc9tfc .nbkjqk,
.sk7nf .p31v,
.sk7nf .nbkjqk { clear: both; }
@media (max-width: 900px) {
  .zvi4tzms .v1rx,
  .kc9tfc .v1rx,
  .sk7nf .ij3drcr8:nth-child(odd)  .v1rx,
  .sk7nf .ij3drcr8:nth-child(even) .v1rx {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .zvi4tzms .v1rx .sn7sx,
  .kc9tfc .v1rx .sn7sx,
  .sk7nf .v1rx .sn7sx {
    max-height: none !important;
  }
}
.zvi4tzms .ssfzrme,
.zvi4tzms .qzio,
.kc9tfc .ssfzrme,
.kc9tfc .qzio,
.sk7nf .ssfzrme,
.sk7nf .qzio { overflow: hidden; }
@media (max-width: 640px) {
  .zvi4tzms .v1rx,
  .kc9tfc .v1rx,
  .sk7nf .v1rx { float: none; width: 100%; margin: 0 0 16px 0; }
}
.hv4ro .st9bp,
.hv4ro .sn7quvtr,
.hv4ro .gxtik  { max-width: 1100px; }
.c8d089 .st9bp,
.c8d089 .sn7quvtr,
.c8d089 .gxtik  { max-width: 1200px; }
.vby74 .st9bp,
.vby74 .sn7quvtr,
.vby74 .gxtik  { max-width: 1320px; }
.l2p1ue { font-size: 0.82rem; color: var(--text-muted); }
.sqkl3h { display: flex; align-items: center; }
.kg7qfu {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.f44ufi { display: flex; align-items: center; }
.equsmg { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.equsmg:hover { text-decoration: underline; }
.z3aq82l { margin: 0 3px; opacity: 0.45; }
.z3aq82l::before { content: '/'; }
.cmzf { padding: 2px 5px; color: var(--text-main); }
.ffll .l2p1ue {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ffll .sqkl3h { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.uaejlg8 .l2p1ue {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.uaejlg8 .sqkl3h { padding: 0 0 0 12px; }
.i95yyypc {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.btfk .sqkl3h { padding: 0 16px; }
.btfk .l2p1ue {
  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);
}
.btfk .st9bp { padding-top: 28px; }
@media (max-width: 720px) {
  .i95yyypc { margin-top: 18px; padding: 0 16px; }
  .btfk .st9bp { padding-top: 16px; }
}
.hv4ro.ffll .sqkl3h { max-width: 1100px; }
.c8d089.ffll .sqkl3h { max-width: 1200px; }
.vby74.ffll .sqkl3h { max-width: 1320px; }
.hv4ro .i95yyypc { max-width: 1100px; }
.c8d089 .i95yyypc { max-width: 1200px; }
.vby74 .i95yyypc { max-width: 1320px; }
.cafq .ij3drcr8 { padding-top: 16px; padding-bottom: 16px; }
.jg71syjq .ij3drcr8 { padding-top: 24px; padding-bottom: 24px; }
.gpxig240 .ij3drcr8 { padding-top: 40px; padding-bottom: 40px; }
.rx874 .ij3drcr8 { padding-top: 52px; padding-bottom: 52px; }
.mj2v .ij3drcr8:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.mj2v .ij3drcr8:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.mj2v .ij3drcr8:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.mj2v .ij3drcr8:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.f8vp .sn7quvtr { padding-top: 10px;  padding-bottom: 10px; }
.i0me5rj7 .sn7quvtr { padding-top: 18px;  padding-bottom: 18px; }
.kjsmi .sn7quvtr { padding-top: 36px;  padding-bottom: 36px; }
.g83gc0u .sn7quvtr { padding-top: 48px;  padding-bottom: 48px; }
.pyh1 h2.rbtmty { font-weight: 600; }
.pyh1 h3.ahmgvz4     { font-weight: 600; }
.t76pxx h2.rbtmty { font-weight: 800; }
.t76pxx h3.ahmgvz4     { font-weight: 700; }
.r578j7n8 { font-weight: 600; }
.r578j7n8 h2.rbtmty { font-weight: 900; }
.r578j7n8 h3.ahmgvz4     { font-weight: 800; }
.r578j7n8 .hrec2wsz strong,
.r578j7n8 .hrec2wsz strong { font-weight: 600; }
.gkby {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.r64hg8q .gkby { display: none; }
@media (max-width: 640px) {
  .gkby { display: none !important; }
}
.gkby { background: var(--cta) !important; color: #fff !important; border: none !important; }
.gkby:hover { opacity: 0.85; }
.gmn9 .gkby { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.k9uxua5  .aze94efb { left: 32px; }
@media (max-width: 480px) {
  .su5x7aq .aze94efb { right: 20px; bottom: 20px; }
  .k9uxua5  .aze94efb { left: 20px; bottom: 20px; }
}
.vic0lkhs { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.gxtik { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.tvic8m { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.dwgoi { color: var(--text-dim); font-size: 0.8rem; }
.as125b7 a, .o87kltk a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.as125b7 a:hover, .o87kltk a:hover { color: var(--accent-light); }
.o87kltk { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.avsyt .gxtik { text-align: center; }
.avsyt .o87kltk { justify-content: center; margin-bottom: 16px; }
.avsyt .tvic8m { margin-top: 0; }
.n38ej { margin-top: 10px; }
.n38ej a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .gxtik { padding-left: 16px; padding-right: 16px; }
  .gm7c .gxtik { padding: 20px 16px; }
  .o87kltk { gap: 4px 12px; }
  .tvic8m { font-size: 0.78rem; }
}
.qzc4bv .tvic8m { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.qzc4bv .dwgoi { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .qzc4bv .jsnv6 { grid-template-columns: 1fr 1fr; } .qzc4bv .vqy1l0k { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qzc4bv .jsnv6 { grid-template-columns: 1fr; } }
.hlkmp6 .tvic8m { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .hlkmp6 .uain81b { gap: 12px; } .hlkmp6 .ixd35g0 { margin-right: 0; width: 100%; } }
.l8dhly .tvic8m { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.l8dhly .dwgoi { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .l8dhly .juiy { grid-template-columns: 1fr 1fr; } .l8dhly .ubssjl6m { grid-column: 1 / -1; } }
@media (max-width: 480px) { .l8dhly .juiy { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ehhiy9o0 .bmbd { grid-template-columns: 1fr 1fr; } .ehhiy9o0 .godn:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ehhiy9o0 .bmbd { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .hxukfv .bmbd { grid-template-columns: 1fr; } }
.zihnls6 .gxtik { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.zihnls6 .o87kltk { justify-content: center; }
.q888 .p45rmbr      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.q888 .vic0lkhs { background: var(--bg-page); border-top-color: var(--border-alt); }
.jdsg62 .p45rmbr      { background: #0d1117; border-bottom-color: #21262d; }
.jdsg62 .f3q0f { color: var(--accent-light); }
.jdsg62 .ylfyv { --msep-color: #8b949e; }
.jdsg62 .ylfyv a { color: #8b949e; }
.jdsg62 .ylfyv a:hover { color: var(--accent-light); }
.jdsg62 .ef3lqakb { color: #8b949e; }
.jdsg62 .vic0lkhs { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.jdsg62 .tvic8m,
.jdsg62 .dwgoi { color: #6e7681; }
.jdsg62 .as125b7 a, .jdsg62 .o87kltk a,
.jdsg62 .as125b7 a:hover, .jdsg62 .o87kltk a:hover,
@media (max-width: 640px) {
  .jdsg62 .ylfyv { background: #0d1117; border-top-color: #21262d; }
  .jdsg62 .ylfyv li a { border-bottom-color: #21262d; }
}
.ducsorz .p45rmbr      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ducsorz .f3q0f { color: var(--accent-light); }
.ducsorz .ylfyv { --msep-color: #475569; }
.ducsorz .ylfyv a { color: #475569; }
.ducsorz .ylfyv a:hover { color: var(--accent-light); }
.ducsorz .ef3lqakb { color: #64748b; }
.ducsorz .vic0lkhs { background: #f0f4f8; border-top-color: #cbd5e1; }
.ducsorz .tvic8m,
.ducsorz .dwgoi { color: #64748b; }
.ducsorz .as125b7 a, .ducsorz .o87kltk a,
.ducsorz .as125b7 a:hover, .ducsorz .o87kltk a:hover,
@media (max-width: 640px) {
  .ducsorz .ylfyv { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ducsorz .ylfyv li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.dqgwb .p45rmbr      { background: var(--accent); border-bottom-color: var(--accent-light); }
.dqgwb .f3q0f { color: #fff; }
.dqgwb .ylfyv { --msep-color: rgba(255,255,255,0.82); }
.dqgwb .ylfyv a { color: rgba(255,255,255,0.82); }
.dqgwb .ylfyv a:hover { color: #fff; }
.dqgwb .ef3lqakb { color: rgba(255,255,255,0.9); }
.dqgwb .vic0lkhs { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.dqgwb .tvic8m,
.dqgwb .dwgoi { color: rgba(255,255,255,0.72); }
.dqgwb .as125b7 a, .dqgwb .o87kltk a,
.dqgwb .as125b7 a:hover, .dqgwb .o87kltk a:hover,
@media (max-width: 640px) {
  .dqgwb .ylfyv { background: var(--accent); border-top-color: var(--accent-light); }
  .dqgwb .ylfyv li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.bjlewqm2 .p45rmbr {
  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);
}
.bjlewqm2 .vic0lkhs {
  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) {
  .bjlewqm2 .ylfyv {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.qfeqd .sta2wc6i { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ydztka .sta2wc6i { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.x2cv .sta2wc6i { min-height: 72px; height: auto; }
.tl8wfo74 .sta2wc6i { min-height: 84px; height: auto; }
.gm7c .sta2wc6i { max-width: none; padding: 0 32px; }
.gm7c .gxtik  { max-width: none; padding: 24px 32px; }
.jp39gobo.c8d089 .sta2wc6i { max-width: 1200px; }
.jp39gobo.vby74 .sta2wc6i { max-width: 1320px; }
.qp4oo   .f3q0f, .qp4oo   .ixd35g0 { text-transform: capitalize; }
.vwuzhtog .f3q0f, .vwuzhtog .ixd35g0 { text-transform: lowercase; }
.nlyn6 .f3q0f, .nlyn6 .ixd35g0 { text-transform: uppercase; letter-spacing: 0.06em; }
.h6gceq5, .h24xp1m8 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.x3bv7kb .h6gceq5,
.tq72 .h6gceq5,
.skm5 .h6gceq5,
.jll14 .h6gceq5,
.c859td5r   .ylfyv a { font-weight: 500; }
.gxrski .ylfyv a { font-weight: 600; }
.ox31zrw     .ylfyv a { font-weight: 700; }
.rl4rlg8    .ylfyv a { font-weight: 800; letter-spacing: 0.01em; }
.aal7     .ylfyv > li + li::before,
.z3ti    .ylfyv > li + li::before,
.nwcn11    .ylfyv > li + li::before,
.c4bvqc .ylfyv > li + li::before,
.bl2xw6r .ylfyv > li + li::before,
.vkpwm  .ylfyv > li + li::before,
.mp8j1    .ylfyv > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.aal7     .ylfyv > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.z3ti    .ylfyv > li + li::before { content: "|"; }
.nwcn11    .ylfyv > li + li::before { content: "—"; }
.c4bvqc .ylfyv > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.bl2xw6r .ylfyv > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.vkpwm  .ylfyv > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.mp8j1    .ylfyv > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .kcs69ubn .ef3lqakb,
  .v9qh .ef3lqakb,
  .x5616jwq .ef3lqakb,
  .of0so .ef3lqakb,
  .wgdzj .ef3lqakb {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .kcs69ubn .ef3lqakb::before,
  .v9qh .ef3lqakb::before,
  .x5616jwq .ef3lqakb::before,
  .of0so .ef3lqakb::before,
  .wgdzj .ef3lqakb::before { content: ""; display: block; flex-shrink: 0; }

  
  .kcs69ubn .ef3lqakb::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;
  }

  
  .v9qh .ef3lqakb::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;
  }

  
  .x5616jwq .ef3lqakb::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;
  }

  
  .of0so .ef3lqakb::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;
  }

  
  .wgdzj .ef3lqakb::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) {
  .pyr8u .ef3lqakb {
    padding: 5px 14px;
  }
  .pyr8u .ylfyv {
    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;
  }
  .pyr8u .ylfyv li a {
    border-bottom: none; padding: 10px 22px;
  }
  .pyr8u .ylfyv li a:hover { background: var(--bg-raised); }
  .pyr8u .x6x5grsn,
  .jzxe2 .x6x5grsn,
  .gmk7wq .x6x5grsn { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .r894wt .ef3lqakb {
    padding: 5px 10px;
  }
  .r894wt .ylfyv {
    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);
  }
  .r894wt .ylfyv.i2wl7ykg { transform: translateX(0); }
  .r894wt .ylfyv li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .r894wt .ylfyv li:last-child a { border-bottom: none; }
  .dqgwb .ylfyv,
  .jdsg62 .ylfyv { background: var(--accent) !important; }
  .dqgwb .ylfyv li a,
  .jdsg62 .ylfyv li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .gmk7wq .ef3lqakb {
    padding: 5px 10px;
  }
  .gmk7wq .ylfyv {
    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);
  }
  .gmk7wq .ylfyv::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .gmk7wq .ylfyv.i2wl7ykg { transform: translateY(0); }
  .gmk7wq .ylfyv li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .jb1y6l .ef3lqakb {
    padding: 5px 10px;
  }
  .jb1y6l .ylfyv {
    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;
  }
  .jb1y6l .ylfyv.i2wl7ykg { opacity: 1; pointer-events: auto; }
  .jb1y6l .ylfyv li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .gao7vvue     .ef3lqakb { border-radius: 0 !important; }
  .d11q1   .ef3lqakb { border-radius: 8px !important; }
  .ienqn .ef3lqakb { border-radius: 50% !important; }
  .dub3   .ef3lqakb { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .eti8caxf .xuemmok { flex-direction: column; align-items: stretch; }
  .eti8caxf .zwhbk625 { flex-direction: row; min-width: auto; }
  .eti8caxf .hygo6 { align-items: flex-start; text-align: left; }
}
.z9uodjm,
.z9uodjm.ij3drcr8,
.xo0035 .z9uodjm,
.cb0t .z9uodjm,
.q8hh4ngt .z9uodjm,
.iv3vr .z9uodjm {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.cqc7t {
  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;
}
.f3xctfga { flex: 1 1 280px; min-width: 0; }
.eq7s {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.atkeu {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.kt58 {
  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;
}
.kt58:hover { transform: translateY(-1px); opacity: 0.95; }
.tx4ur .cqc7t {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.tx4ur .eq7s { color: var(--cta); }
.tx4ur .atkeu { color: var(--text-body); }
.tx4ur .kt58 {
  background: var(--cta) !important;
  color: #fff !important;
}
.yau1r .cqc7t {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.yau1r .eq7s { color: var(--text-primary); }
.yau1r .atkeu { color: var(--text-body); }
.yau1r .kt58 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .cqc7t {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .f3xctfga { flex: 0 0 auto; }
  .eq7s { font-size: 1.2rem; }
  .kt58 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.lnf3 .z7qj0 { height: 36px; }
.nqv9gp .z7qj0 { height: 60px; max-width: 200px; }
.gp08 .z7qj0 { height: 56px; max-width: 180px; }
.xrjhphs    .snvm0, .xrjhphs    .g1567p9h { color: #f59e0b; }
.idg3      .snvm0 { font-size: 1rem; letter-spacing: 1.5px; }
.idg3      .g1567p9h   { font-size: 1.35rem; }
.t0eip1    .snvm0, .t0eip1    .g1567p9h { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.fe0jcm3     .snvm0, .fe0jcm3     .g1567p9h { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.yozjy3qj .snvm0, .yozjy3qj .g1567p9h { color: var(--cta); letter-spacing: 2px; }
.qvtbw6h   .snvm0, .qvtbw6h   .g1567p9h { color: #e91e63; letter-spacing: 2px; }
.y1dssi  .snvm0, .y1dssi  .g1567p9h { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.cq452     .snvm0, .cq452     .g1567p9h { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.tp669 .oa6pe + .oa6pe {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.g5zknm9 .fxo1yta { padding: 18px 24px; min-height: 68px; }
.zev74s .mvpmt {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.zev74s .evp0d2 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.p3fb .oa6pe {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.nbkjqk { counter-reset: cs-rank; }
.nbkjqk .fxo1yta { counter-increment: cs-rank; }
.nbkjqk .fxo1yta::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;
}
.qw5ze .nbkjqk { counter-reset: cs-rank; gap: 0; }
.qw5ze .fxo1yta {
  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;
}
.qw5ze .fxo1yta::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;
}
.qw5ze .n8erzxsg {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.qw5ze .fmw1tbn {
  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;
}
.qw5ze .pozth { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.qw5ze .n8erzxsg { min-width: 0; flex-direction: column; width: 100%; }
.qw5ze .d3fwo {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.qw5ze .snvm0 { color: var(--cta, var(--accent)); }
.qw5ze .ubfd2nb { font-weight: 700; }
.qw5ze .oa6pe {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.qw5ze .mvpmt {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.qw5ze .evp0d2 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.qw5ze .pbboq3jk .evp0d2 { font-size: 1.3rem; color: var(--accent-light); }
.qw5ze .ohddilm {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.qw5ze .fxo1yta:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .qw5ze .nbkjqk {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .qw5ze .fxo1yta {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .qw5ze .fxo1yta { padding: 40px 16px 20px; }
  .qw5ze .oa6pe {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .qw5ze .ohddilm { width: 100%; min-width: 0; }
}
.m5lg8 .nbkjqk { counter-reset: cs-rank; gap: 10px; }
.m5lg8 .fxo1yta {
  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);
}
.m5lg8 .fxo1yta::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);
}
.m5lg8 .n8erzxsg {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.m5lg8 .fmw1tbn {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.m5lg8 .pozth { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.m5lg8 .d3fwo {
  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;
}
.m5lg8 .snvm0 { color: var(--cta, var(--accent)); }
.m5lg8 .oa6pe {
  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;
}
.m5lg8 .mvpmt {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.m5lg8 .evp0d2 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.m5lg8 .pbboq3jk .evp0d2 { color: var(--accent-light); }
.m5lg8 .ohddilm {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.m5lg8 .fxo1yta:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .m5lg8 .fxo1yta {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .m5lg8 .fxo1yta::before {
    position: absolute; top: 14px; left: 14px;
  }
  .m5lg8 .n8erzxsg {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .m5lg8 .d3fwo { white-space: normal; text-align: center; font-size: 1.2rem; }
  .m5lg8 .oa6pe {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .m5lg8 .ohddilm { width: 100%; min-width: 0; }
  .m5lg8 .snvm0 { min-width: 0; }
}
.y6d6gbs .fxo1yta::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.fu0a592l .ddckdqw {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.fu0a592l .ddckdqw summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.fu0a592l .ddckdqw p { padding: 0 2px 16px; }
.fdyll .ddckdqw { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.fdyll .ddckdqw summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.fdyll .ddckdqw summary::after { content: "›"; font-size: 1.2em; }
.fdyll .ddckdqw[open] summary::after { content: "‹"; }
.fdyll .ddckdqw p { padding: 10px 22px 4px; }
.me2ker1 .ddckdqw {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.me2ker1 .ddckdqw summary { color: var(--text-primary); padding-left: 16px; }
.me2ker1 .ddckdqw summary::after { content: "›"; font-size: 1.1em; }
.me2ker1 .ddckdqw[open] summary::after { content: "‹"; }
.me2ker1 .ddckdqw p { padding-left: 16px; }
.ocnye .cghpfzwi { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ocnye .ddckdqw {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ocnye .ddckdqw:last-child { border-bottom: none; }
.ocnye .ddckdqw summary { color: var(--text-primary); border-radius: 0; }
.ocnye .ddckdqw summary::after { content: "›"; font-size: 1.1em; }
.ocnye .ddckdqw[open] summary::after { content: "‹"; }
.b7fur .ddckdqw { overflow: hidden; }
.b7fur .ddckdqw summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.b7fur .ddckdqw summary::after { color: rgba(255,255,255,.75); }
.b7fur .ddckdqw[open] summary { border-radius: 0; }
.l06tv7 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.chcj {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.dy7mb5 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.nbgav { color: var(--text-muted); font-size: 1.05rem; }
.pnv48n {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.bjhynn {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.mmg6pn { margin-bottom: 20px; }
.ucm9q91q {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.chxx {
  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;
}
.chxx:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.p2s3l30w { resize: vertical; min-height: 130px; }
.prv6leg { width: 100%; margin-top: 8px; }
.vmohu {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.lql5nb {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.rhgqxvgz { color: var(--text-muted); line-height: 1.75; }
.jreqm777 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.jreqm777 li { margin-bottom: 6px; }
.rgo3 { max-width: 760px; margin: 0 auto; }
.ffl81 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.x45t81is { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.x45t81is:last-child { border-bottom: none; }
.x45t81is h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.x45t81is p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.p99wm { max-width: 760px; margin: 0 auto; }
.ryocib { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.gsmz ul.jreqm777 { margin: 0; }
.u9f1t .ryocib { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .u9f1t { grid-template-columns: 1fr; gap: 10px; } }
.v0ayt { max-width: 640px; margin: 0 auto; text-align: center; }
.o8q4cxh8 { margin-bottom: 48px; }
.o8q4cxh8 .ryocib { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.o8q4cxh8 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.b0cgr .jreqm777 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .bph5 { grid-template-columns: 1fr; } }
.vxmm { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.vxmm:hover .xyijo { color: var(--accent-light); text-decoration: underline; }
.vuw9 { color: inherit; text-decoration: none; }
.vuw9:hover { color: var(--accent-light); text-decoration: underline; }
.yi8mq8j { display: inline-block; line-height: 0; }
.jp1pch { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.fwj4 { margin-bottom: 48px; }
.jtmakt9 { max-width: 760px; margin: 0 auto; }
.vn80 { text-align: center; }
.loawll { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.loawll:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.p0be1z3z { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.loawll p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.loawll ul.jreqm777 { margin: 0; }
.ws08a { color: var(--text-muted); line-height: 1.75; }
.vn80 .jreqm777,
.ufj8k .jreqm777,
.dp3tesuh .jreqm777,
.u058sf .jreqm777 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.vn80 .loawll,
.ufj8k .loawll { text-align: left; }
.vn80 .p0be1z3z,
.ufj8k .p0be1z3z { text-align: center; }
.ik0mxbp { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.viylxvpi { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.hdk2 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.n18aqqy { margin-top: 12px; }
.ii4dqr3 { 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; }
.ii4dqr3:hover { border-bottom-color: var(--accent-light); }
.xez37cot { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.xez37cot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.eac5q6oa { width: 200px; height: 200px; }
.xmdkol3n { border-radius: 50%; }
.uwoicc { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.w8bynuq { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .mke8ucv6 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.j6iov46 { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.j6iov46 .hdk2, .j6iov46 .viylxvpi { max-width: 640px; }
.cm7drk .ik0mxbp { font-size: 1.6rem; margin-top: 18px; }
.dn84 .hdk2 { margin-bottom: 28px; }
@media (max-width: 860px) { .xd177 { grid-template-columns: 1fr; } .cm7drk { position: static; text-align: center; } }
.qqfr9 .xez37cot { margin: 0 auto 18px; }
.qqfr9 .uwoicc { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .v01pyg { grid-template-columns: 1fr; } }
.k3h6cx .ik0mxbp { font-size: 1.6rem; margin-bottom: 6px; }
.u058sf .jreqm777 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .k3h6cx { flex-direction: column; text-align: center; } .nmofh0 { grid-template-columns: 1fr; } }
.iwzs3l .ik0mxbp { font-size: 1.35rem; margin: 0 0 4px; }
.iwzs3l .uwoicc { margin: 0; }
.ue1h { max-width: 760px; margin: 0 auto; }
.tjok87e { position: relative; padding-left: 28px; }
.tjok87e::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.nb3fq56n { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.nb3fq56n:last-child { padding-bottom: 0; }
.hfofw { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.ax7f0gt h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.ax7f0gt p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.y3n45t .dy7mb5 { color: var(--accent-light); }
.hxog8tv8 .dy7mb5 { font-size: 2rem; }
.hxog8tv8 .nbgav { max-width: 680px; }
.sf7ve .dy7mb5 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.sf7ve .nbgav  { margin: 0; }
@media (max-width: 640px) { .sf7ve { flex-direction: column; } }
.zs364d {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.zs364d .dy7mb5 { color: var(--accent-light); }
.ay2z0v2 .dy7mb5 { color: #fff; }
.ay2z0v2 .nbgav  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .seeq4pse { grid-template-columns: 1fr; } }
.c30a88q .chxx {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.c30a88q .chxx:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ggh774f .chxx { background: var(--bg-raised); border-color: transparent; }
.ggh774f .chxx:focus { background: var(--bg-card); border-color: var(--accent-light); }
.dr219 .chxx { border-radius: 100px; padding: 11px 20px; }
.dr219 .p2s3l30w { border-radius: 14px; }
.itqo {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.itqo 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;
}
.itqo summary::-webkit-details-marker { display: none; }
.itqo summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.itqo[open] summary::after { content: "−"; }
.qe5xsm {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .farf8xtb { grid-template-columns: 1fr; } }
.zlpvl { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.zlpvl li { margin-bottom: 6px; }
.yqyd{display:none}
.yqyd:empty,.g3ooz8l2:empty{display:none}
.eehp1{position:relative;overflow:visible}
.izgf .j0ixaiw,.q8o7 .j0ixaiw,
.z278 .j0ixaiw,.rgrh6r0 .j0ixaiw,
.r9ci .j0ixaiw,.wdrd .j0ixaiw{display:block}
.to69 .m51phn{display:block}
.izgf .j0ixaiw,.q8o7 .j0ixaiw,
.z278 .j0ixaiw,.rgrh6r0 .j0ixaiw,
.r9ci .j0ixaiw{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}
.izgf .j0ixaiw .g3ooz8l2,.q8o7 .j0ixaiw .g3ooz8l2,
.z278 .j0ixaiw .g3ooz8l2,.rgrh6r0 .j0ixaiw .g3ooz8l2,
.r9ci .j0ixaiw .g3ooz8l2{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}
.izgf .qvc2,.q8o7 .qvc2,
.z278 .qvc2,.rgrh6r0 .qvc2,
.r9ci .qvc2{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.izgf .j0ixaiw,.q8o7 .j0ixaiw{top:12px}
.izgf .j0ixaiw .g3ooz8l2{margin-right:auto}
.q8o7 .j0ixaiw .g3ooz8l2{margin-left:auto}
.q8o7 .j0ixaiw{text-align:right}
.z278 .j0ixaiw,.rgrh6r0 .j0ixaiw{bottom:12px}
.z278 .j0ixaiw .g3ooz8l2{margin-right:auto}
.rgrh6r0 .j0ixaiw .g3ooz8l2{margin-left:auto}
.rgrh6r0 .j0ixaiw{text-align:right}
.r9ci .j0ixaiw{position:relative;margin-top:16px}
.r9ci .j0ixaiw .g3ooz8l2{margin:0 auto}
.wdrd .j0ixaiw{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.wdrd .j0ixaiw .g3ooz8l2{margin:0}
.wdrd .p8gh~.j0ixaiw,
.wdrd .dfivhhj~.j0ixaiw{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.wdrd .p8gh~.j0ixaiw .g3ooz8l2,
.wdrd .dfivhhj~.j0ixaiw .g3ooz8l2{justify-content:flex-start}
.p8gh~.j0ixaiw,.dfivhhj~.j0ixaiw{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}
.p8gh~.j0ixaiw .g3ooz8l2{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.dfivhhj~.j0ixaiw .g3ooz8l2{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.m51phn .g3ooz8l2{margin:0 0 12px}
.g3ooz8l2{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.qkgu5j{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.xyijo{font-weight:600;color:var(--text-heading);opacity:1}
.q2cxa5g0::before{content:"·";margin:0 2px;opacity:.5}
.qvc2{white-space:nowrap}
.kai68f4 .qkgu5j{display:none}
.h4afk3ag .qvc2{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.h4afk3ag .q2cxa5g0::before{content:""}
.ko7bugo1 .qvc2{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}
.ko7bugo1 .q2cxa5g0::before{content:""}
.nx83sah .g3ooz8l2{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.lren8 .qvc2{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.lren8 .q2cxa5g0::before{content:""}
.zj4xdsws .qvc2{color: var(--accent-light);opacity:1;font-weight:500}
.ik0n .qvc2{border-bottom:1px solid currentColor;padding-bottom:2px}
.m3x7sl4 .g3ooz8l2{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.pmzcxbe6{--date-bg:var(--accent-bg)}
.v7t2stol .q2cxa5g0::before{content:""}
.rguco .q2cxa5g0::before{content:"•";opacity:.4}
.rguco .qvc2 + .qvc2::before{content:"•";margin-right:6px;opacity:.4}
.zg76ea .q2cxa5g0::before{content:"/";opacity:.35}
.zg76ea .qvc2 + .qvc2::before{content:"/";margin-right:6px;opacity:.35}
.prkt0ki .q2cxa5g0::before{content:"|";opacity:.3}
.prkt0ki .qvc2 + .qvc2::before{content:"|";margin-right:6px;opacity:.3}
.hofj60 .q2cxa5g0::before{content:"—";opacity:.3}
.hofj60 .qvc2 + .qvc2::before{content:"—";margin-right:6px;opacity:.3}
.rj9cr74l .q2cxa5g0::before{content:"◆";font-size:.5em;opacity:.35}
.rj9cr74l .qvc2 + .qvc2::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.l38clr .q2cxa5g0::before{content:"·";opacity:.4}
.l38clr .qvc2 + .qvc2::before{content:"·";margin-right:6px;opacity:.4}
.dyiywna .q2cxa5g0::before{content:"›";opacity:.4}
.dyiywna .qvc2 + .qvc2::before{content:"›";margin-right:6px;opacity:.4}
.j43889kn .q2cxa5g0::before{content:"→";opacity:.35;font-size:.85em}
.j43889kn .qvc2 + .qvc2::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.coktgzqc{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.cby6{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.mizigu65{display:flex;flex-direction:column;gap:3px}
.dd1dz6{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.u2gb{font-weight:700;font-size:1rem;color:var(--text-heading)}
.yx0y{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.tdinro0 .coktgzqc{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.cbv8 .coktgzqc{border-top:3px solid var(--accent);padding-top:18px}
.ixa5rrss .coktgzqc{border-left:3px solid var(--accent);border-radius:0}
.n7lqkapo .coktgzqc{padding:20px 0}
@media(max-width:640px){
  .coktgzqc{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .yx0y{max-width:100%}
}
.ipk30u5e .rhxvv{margin:0}
@media (max-width:560px){
  .t7g2i{grid-template-columns:repeat(2,1fr);gap:12px}
}
.a3huo {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.a3huo.m3wies {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.nd828 {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.nd828 .u4apro {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.nd828 .u4apro::before,
.nd828 .u4apro::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.nd828 .u4apro::before { transform: translate(-50%, -50%) rotate(45deg); }
.nd828 .u4apro::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.nd828 .u4apro:hover { background: rgba(0,0,0,0.12) !important; }
.r71zhr {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.hgzrl {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.zh2rczv {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.tbci {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.nd828 .hgf9qy67 {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.nd828 .hgf9qy67:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .nd828 { padding: 28px 18px 20px; }
  .zh2rczv { font-size: 1.2rem; }
  .r71zhr { max-width: 220px; max-height: 80px; }
}
.ncf9yhu {
  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);
}
.hkzwp {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.xij4  .ncf9yhu { border-radius: 50%; }
.f5bj2jt  .ncf9yhu { border-radius: 6px; }
.h964x .ncf9yhu { border-radius: 22px; }
.yynw .cqc7t {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ncf9yhu { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.yigs6 .ij3drcr8 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.yigs6 .sn7quvtr {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.yigs6 .cqc7t {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.yeppg46 {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.yeppg46.m3wies { transform: translate(-50%, 0); }
.yeppg46 .ij3drcr8,
.yeppg46 .sn7quvtr {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.yeppg46 .cqc7t {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.er53xb {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.er53xb::before,
.er53xb::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.er53xb::before { transform: translate(-50%, -50%) rotate(45deg); }
.er53xb::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.er53xb:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .yeppg46 { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .yeppg46 .cqc7t {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .yeppg46 .atkeu { display: none !important; }
  .yeppg46 .eq7s { font-size: 1.1rem !important; }
  .yeppg46 .ncf9yhu { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .er53xb { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .sta2wc6i { flex-direction: row-reverse; }
[dir="rtl"] .ylfyv { flex-direction: row-reverse; }
[dir="rtl"] .k9uxua5  .aze94efb { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .su5x7aq .aze94efb { right: auto; left: 20px; }
  [dir="rtl"] .k9uxua5  .aze94efb { left: auto;  right: 20px; }
}
[dir="rtl"] .zvi4tzms .v1rx  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .kc9tfc .v1rx { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ssfzrme, [dir="rtl"] .qzio { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ssm5 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .aune { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .hrec2wsz { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .cqc7t { direction: rtl; }
[dir="rtl"] .ncf9yhu { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .fxo1yta,
[dir="rtl"] .l2p1ue { direction: rtl; }
[dir="rtl"] .vqbh { direction: rtl; }
[dir="rtl"] .sm4z0b3 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .u16u7 .qzio,
[dir="rtl"] .a8vksv .qzio,
[dir="rtl"] .r8msgrvj .qzio,
[dir="rtl"] .rfkvw .qzio {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .u16u7 .qzio li::before,
[dir="rtl"] .a8vksv .qzio li::before,
[dir="rtl"] .r8msgrvj .qzio li::before,
[dir="rtl"] .rfkvw .qzio li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .v8xj.bx31v1l .g72qb21,
[dir="rtl"] .iokqce0l.bx31v1l .g72qb21,
[dir="rtl"] .ytaow.bx31v1l .g72qb21,
[dir="rtl"] .mvvk9pm.bx31v1l .g72qb21,
[dir="rtl"] .m8y7m.bx31v1l .g72qb21 { text-align: right; }
[dir="rtl"] .p8gh.eyshag78 .xjvawi2q { text-align: center; }
[dir="rtl"] .sn7quvtr,
[dir="rtl"] .xvctaja,
[dir="rtl"] .xxq0rgcc,
[dir="rtl"] .g72qb21 { text-align: right; }
[dir="rtl"] .bjhynn,
[dir="rtl"] .ucm9q91q,
[dir="rtl"] .hdk2,
[dir="rtl"] .chxx,
[dir="rtl"] .p2s3l30w { text-align: right; direction: rtl; }
[dir="rtl"] .dr219 .chxx,
[dir="rtl"] .c30a88q .chxx { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #43d27b;
  --brand:           #43d27b;
  --brand-light:     #319a5a;
  --brand-pale:      #5cbb81;
  --grad-start:      #8de3af;
  --grad-end:        #c2ebd2;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #43d27b;
  --cta-light:       #27c465;
  --cta-hover:       #29ae5d;
  --bg-page:         #f6f8f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f4;
  --bg-raised:       #eef1ef;
  --bg-hover:        #f3f5f4;
  --border:          #e2e8e4;
  --border-alt:      #d0dbd4;
  --border-section:  #e2e8e4;
  --text-primary:    #171b19;
  --text-muted:      #525f57;
  --text-body:       #2f3632;
  --text-sub:        #46524b;
  --text-faint:      #76887d;
  --text-dim:        #91a097;
  --text-label:      #5e6d64;
  --text-value:      #3b443e;
  --accent-bg:       #e4f1e9;
  --accent-bg-light: #ccead8;
  --bg-tip:          #f9f0f5;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f6f9;
  --bg-pros:         #f9f0f5;
  --bg-cons:         #faf6f3;
  --c-pros:          #8d165e;
  --c-cons:          #9f4f21;
  --c-pros-label:    #a71a70;
  --c-tip-border:    #b91c7c;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #8d165e;
}
:root { --logo-bg-opacity: 72%; }
body, button, input { font-family: "Poppins", sans-serif; }
.m4lv .nz0w9wn1 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.m4lv .nz0w9wn1::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.m4lv .bwdnd     .nz0w9wn1::before { content: "";  color: var(--c-tip-border); }.m4lv .o9xr .nz0w9wn1::before { content: ""; color: var(--c-warn-border); }.m4lv .tyzyct6f    .nz0w9wn1::before { content: ""; color: #60a5fa; }.yv6a34 .m4lv .bwdnd     .nz0w9wn1::before { color: #10b981; }.yv6a34 .m4lv .o9xr .nz0w9wn1::before { color: #f43f5e; }.yv6a34 .m4lv .tyzyct6f    .nz0w9wn1::before { color: #a855f7; }.ecmi7s  .m4lv .bwdnd     .nz0w9wn1::before { color: #eab308; }.ecmi7s  .m4lv .o9xr .nz0w9wn1::before { color: #ef4444; }.ecmi7s  .m4lv .tyzyct6f    .nz0w9wn1::before { color: #f97316; }.ug5t996g  .m4lv .bwdnd     .nz0w9wn1::before { color: #38bdf8; }.ug5t996g  .m4lv .o9xr .nz0w9wn1::before { color: #818cf8; }.ug5t996g  .m4lv .tyzyct6f    .nz0w9wn1::before { color: #2dd4bf; }.snzar59i .m4lv .nz0w9wn1::before { color: var(--accent-light) !important; }
.nw7s .lyuy9z8 li::before, .nw7s .yol1t 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; }.nw7s .lyuy9z8 li::before { content: ""; }.nw7s .yol1t li::before { content: ""; }.nw7s .r25t::before, .nw7s .cglvmnb::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.nw7s .r25t::before { content: ""; }.nw7s .cglvmnb::before { content: ""; }
.aze4 .wl832rkl, .aze4 .p8gh { min-height: 520px; }
.z3aq82l::before { content: '•'; }