:root {
  --color-accent: #15821a;
  --color-cta: #10b981;
  --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;
}
.q10yzff7 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.f4j4zn0 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.qssud58 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.tsjy { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.vo9wl92 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.vo9wl92 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.vo9wl92 a:hover { color: var(--accent-light); }
.r4ro     .tdac { border-radius: 24px; padding: 8px; }
.r4ro .tdac li a { border-radius: 16px; }
.uy4j2t .tdac li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .tdac {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .i28mjd4:hover .tdac,
  .i28mjd4:focus-within .tdac { display: block; }
  .tdac li a { padding: 8px 16px; font-size: 0.88rem; }
}
.h1wpwuy {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.q3y6on { display: none; }
@media (max-width: 640px) {
  .q3y6on {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .q3y6on.yw7j { display: block; }
}
@media (max-width: 640px) {
  .h1wpwuy { display: block; }
  .vo9wl92 > li + li::before { display: none !important; }
  .vo9wl92 {
    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;
  }
  .vo9wl92.yw7j { display: flex; }
  .vo9wl92 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .vo9wl92 li:last-child a { border-bottom: none; }
}
.hmtd5n { min-height: 480px; }
.w6ap9g {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.lv4quql { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ykft .lv4quql { margin-left: 0; margin-right: 0; }
.z989 {
  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;
}
.fnpz .z989 { margin-top: 24px; }
.z989:hover { opacity: 0.88; }
.ho42g5 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.e3bb0fua {
  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%);
}
.ho42g5 .l3jmq1vx {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.ho42g5 .w6ap9g { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ho42g5 .lv4quql { color: #e2e8f0; }
.ho42g5.pb20fo .l3jmq1vx { text-align: center; }
.ho42g5.ykft   .l3jmq1vx { text-align: left; }
.p6qpu2sp .l3jmq1vx {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.p6qpu2sp .w6ap9g { color: var(--text-primary); text-shadow: none; }
.p6qpu2sp .lv4quql { color: var(--text-muted); }
.p6qpu2sp .z989 { margin-top: 16px; }
.p6qpu2sp, .p6qpu2sp.hmtd5n { min-height: auto !important; }
.p6qpu2sp.pb20fo .l3jmq1vx { text-align: center; }
.p6qpu2sp.ykft   .l3jmq1vx { text-align: left; }
.p6qpu2sp~.wxrv36{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}
.p6qpu2sp~.wxrv36 .q3se7k6e{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; }
}
.d2dm .f4m6a9wa,
.d2dm .q13zy {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.uv2q4 .ho42g5 .e3bb0fua {
  overflow: hidden;
}
.uv2q4 .ho42g5 .e3bb0fua::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); }
}
.kqfd0 .ho42g5 .e3bb0fua {
  overflow: hidden;
}
.kqfd0 .ho42g5 .e3bb0fua::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;
}
.treigc5 .ho42g5 .e3bb0fua {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.f0leq .ho42g5 .e3bb0fua {
  overflow: hidden;
}
.f0leq .ho42g5 .e3bb0fua::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;
}
.d2dm .ho42g5 .e3bb0fua {
  animation: hg-breathe 10s ease-in-out infinite;
}
.f4m6a9wa .e3bb0fua {
  background: none;
}
.f4m6a9wa .w6ap9g { color: #fff; }
.f4m6a9wa .lv4quql { color: rgba(255,255,255,0.85); }
.d2dm .ykait {
  animation: hg-breathe 7s ease-in-out infinite;
}
.ykait .w6ap9g { text-shadow: none; color: var(--text-primary); }
.ykait .lv4quql { color: var(--text-muted); }
body.e1eipje .w6ap9g {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.vy2obls .w6ap9g {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.hmtd5n.f4m6a9wa .w6ap9g,
section.f4m6a9wa .w6ap9g {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ykait.pb20fo .krevlvu { align-items: center; text-align: center; }
.hmtd5n .ho0zwy7y {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ho0zwy7y .occgj {
  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;
}
.ho0zwy7y .occgj::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.ho0zwy7y .rgd5 { display: contents !important; }
.ho0zwy7y .rgd5 .z7and9ux {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.ho0zwy7y .rgd5 .dehl4s4 { max-height: 48px; max-width: 96px; }
.ho0zwy7y .rgd5 .zl2l {
  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;
}
.ho0zwy7y .t6dtw {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.ho0zwy7y .ia5bkvf { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.ho0zwy7y .ijvua6wn { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.ho0zwy7y .ijvua6wn small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.ho0zwy7y .v2ur3i4q { display: contents !important; }
.ho0zwy7y .v2ur3i4q .upk4f:not(.okr8t) { display: none !important; }
.ho0zwy7y .v2ur3i4q .okr8t {
  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;
}
.ho0zwy7y .v2ur3i4q .okr8t .ca1nk {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.ho0zwy7y .v2ur3i4q .okr8t .p4ewxbd {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.ho0zwy7y .bk5ecl { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.ho0zwy7y .bk5ecl.v3aeqpv1 {
  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;
}
.ho0zwy7y .bk5ecl.v3aeqpv1:hover { opacity: 0.85; }
.ho0zwy7y .occgj,
.ho0zwy7y .occgj:hover,
.ho0zwy7y .occgj:nth-child(even),
.ho0zwy7y .occgj:nth-child(odd),
.ho0zwy7y .occgj:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.fhueu7y .l3jmq1vx { padding-bottom: 24px; }
.fnpz .l3jmq1vx { max-width: 1100px; }
@media (max-width: 700px) {
  .ykait { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ykait:not(.lkmusopd) .c30la9 { display: none !important; }
  .lkmusopd .c30la9 { padding: 16px; }
  .krevlvu  { padding: 36px 24px; }
  .ykait~.wxrv36,.v6s9~.wxrv36{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .hmtd5n, .ykait { min-height: 320px !important; }
  .w6ap9g { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .yte9tkzj,
  .llv4,
  .ktwu8 { grid-template-columns: 1fr !important; }

  

  
  .fhueu7y { display: flex !important; flex-direction: column !important; }
  .fhueu7y .l3jmq1vx { display: contents; }
  .fhueu7y .e3bb0fua { order: 0; }
  .fhueu7y .w6ap9g { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .fhueu7y .yte9tkzj { order: 2; padding: 0 16px 12px !important; }
  .fhueu7y .lv4quql { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .fnpz .l3jmq1vx { display: flex; flex-direction: column; }
  .fnpz .l3jmq1vx .w6ap9g { order: 1; }
  .fnpz .l3jmq1vx .ktwu8 { order: 2; margin: 8px 0 24px !important; }
  .fnpz .l3jmq1vx .lv4quql { order: 3; }
  .fnpz .l3jmq1vx .z989 { order: 4; align-self: center; margin-top: 0; }

  
  .ykait.lkmusopd {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ykait.lkmusopd .krevlvu { display: contents; padding: 0; }
  .ykait.lkmusopd .krevlvu .w6ap9g { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ykait.lkmusopd .c30la9 { order: 2; padding: 12px 16px; }
  .ykait.lkmusopd .krevlvu .lv4quql { order: 3; padding: 0 24px; margin: 0 auto; }
  .ykait.lkmusopd .krevlvu .z989 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.h1zk { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.dnvf { width: 100%; height: auto; display: block; border-radius: 10px; }
.fn9v6 .h1zk        { border-radius: 16px; }
.fn9v6 .dnvf  { border-radius: 16px; }
.jas0tp .h1zk         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.jas0tp .dnvf   { border-radius: 8px; }
.s9ep { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.t7ye6k { width: 100%; padding: 32px 0; position: relative; }
.y19n0 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.hm14 .t7ye6k:nth-child(even) { background: var(--bg-surface); }
.hm14 .t7ye6k:nth-child(odd)  { background: var(--bg-page); }
.vjb77p .t7ye6k:nth-child(even) { background: var(--bg-card); }
.vjb77p .t7ye6k:nth-child(odd)  { background: var(--bg-page); }
.hm14 .t7ye6k:nth-child(odd)  .y19n0 { background: var(--bg-card); border-radius: 6px; }
.hm14 .t7ye6k:nth-child(even) .y19n0 { background: var(--bg-raised); border-radius: 6px; }
.vjb77p .t7ye6k:nth-child(odd)  .y19n0 { background: var(--bg-card); border-radius: 6px; }
.vjb77p .t7ye6k:nth-child(even) .y19n0 { background: var(--bg-raised); border-radius: 6px; }
.hm14 .t7ye6k:nth-child(even) .aq29vtp .lq6db,
.vjb77p .t7ye6k:nth-child(even) .aq29vtp .lq6db { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.hm14 .t7ye6k:nth-child(odd) .aq29vtp .lq6db,
.vjb77p .t7ye6k:nth-child(odd) .aq29vtp .lq6db { background: var(--bg-card-inner); }
.hm14 .t7ye6k:nth-child(even) .ptx9r2e4 .lq6db:nth-child(odd),
.vjb77p .t7ye6k:nth-child(even) .ptx9r2e4 .lq6db:nth-child(odd)  { background: var(--bg-card); }
.hm14 .t7ye6k:nth-child(even) .ptx9r2e4 .lq6db:nth-child(even),
.vjb77p .t7ye6k:nth-child(even) .ptx9r2e4 .lq6db:nth-child(even) { background: var(--bg-card-inner); }
h1.tcyr3r { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.tcyr3r {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.kdty { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.vueb h2.tcyr3r {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.qz9z h2.tcyr3r {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.k0vswt h2.tcyr3r {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.l713 h2.tcyr3r::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.ige6ctul h2.tcyr3r {
  color: var(--text-primary); font-size: 1.7rem;
}
.bujm h2.tcyr3r::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.e99vgfye h2.tcyr3r {
  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) { .qjjcnuxr { display: none; } }
.fuhuk9 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.lbgvrxr { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.mble0v {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.kz14r { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.p7xnpz80 { padding-left: 20px; }
.p7xnpz80 li { margin-bottom: 6px; }
.p7xnpz80 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.p7xnpz80 a:hover { color: var(--accent-light); }
.qrrux .kz14r { display: none; }
.yhx1ft .kz14r { display: none; }
.yhx1ft .p7xnpz80 { padding-left: 0; list-style: none; }
.yhx1ft .p7xnpz80 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.yhx1ft .p7xnpz80 a { font-size: 0.92rem; }
.n6vve .mble0v { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.n6vve .kz14r { display: none; }
.n6vve .p7xnpz80 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.n6vve .p7xnpz80 li { margin-bottom: 0; }
.n6vve .p7xnpz80 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;
}
.n6vve .p7xnpz80 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.f24aml .mble0v { padding: 20px 20px 16px; }
.f24aml .p7xnpz80 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.f24aml .p7xnpz80 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.f24aml .p7xnpz80 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;
}
.f24aml .p7xnpz80 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;
}
.f24aml .p7xnpz80 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.f24aml .p7xnpz80 a:focus,
.f24aml .p7xnpz80 a:focus-visible,
.f24aml .p7xnpz80 a:target { outline: none; }
.f24aml .p7xnpz80 li:target a { border-color: var(--border); color: var(--text-muted); }
.hnmq01 .mble0v { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.hnmq01 .kz14r { display: none; }
.hnmq01 .p7xnpz80 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.hnmq01 .p7xnpz80 li { counter-increment: toc-n; margin-bottom: 0; }
.hnmq01 .p7xnpz80 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;
}
.hnmq01 .p7xnpz80 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;
}
.hnmq01 .p7xnpz80 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.aya20 .mble0v { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.aya20 .kz14r { display: none; }
.aya20 .p7xnpz80 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.aya20 .p7xnpz80 li { margin-bottom: 0; }
.aya20 .p7xnpz80 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;
}
.aya20 .p7xnpz80 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.dr1scyi2 .mble0v { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.dr1scyi2 .kz14r { display: none; }
.dr1scyi2 .p7xnpz80 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.dr1scyi2 .p7xnpz80 li { margin-bottom: 0; }
.dr1scyi2 .p7xnpz80 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.dr1scyi2 .p7xnpz80 li:last-child::after { content: ""; margin-right: 0; }
.dr1scyi2 .p7xnpz80 a { font-size: 0.9rem; }
.lq6db { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.aq29vtp .lq6db { background: var(--bg-card); }
.ptx9r2e4 .lq6db:nth-child(odd)  { background: var(--bg-card); }
.ptx9r2e4 .lq6db:nth-child(even) { background: var(--bg-raised); }
.gmjuuwnm .lq6db {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.gmjuuwnm .lq6db:last-child { border-bottom: none; }
.gmjuuwnm h3.kdty { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.gmc811 .lq6db {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.gmc811 .lq6db + .lq6db { margin-top: 4px; }
.nvx1r29 .lq6db { background: none; border-radius: 0; padding: 12px 0; }
.nvx1r29 .lq6db + .lq6db { border-top: 1px solid var(--border-section); }
.fr805lfp { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.cfi8byw { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.bhy7w { color: var(--text-body); margin-bottom: 10px; }
.ob419f, .f41dag { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ob419f li, .f41dag li { margin-bottom: 6px; }
.f41dag li { list-style: decimal; }
.s5ui     .ob419f { list-style-type: "● "; }
.ufytd1  .ob419f { list-style-type: "■ "; }
.aex3q2n .ob419f { list-style-type: "◆ "; }
.oy540wy3    .ob419f { list-style-type: "★ "; }
.s5ui     .q98d { list-style-type: "● "; }
.ufytd1  .q98d { list-style-type: "■ "; }
.aex3q2n .q98d { list-style-type: "◆ "; }
.oy540wy3    .q98d { list-style-type: "★ "; }
.s5ui    .ob419f li::marker, .s5ui    .q98d li::marker,
.ufytd1 .ob419f li::marker, .ufytd1 .q98d li::marker,
.aex3q2n .ob419f li::marker, .aex3q2n .q98d li::marker,
.oy540wy3   .ob419f li::marker, .oy540wy3   .q98d li::marker {
  color: var(--cta); font-size: 1em;
}
.s5ui .f41dag,
.ufytd1 .f41dag,
.aex3q2n .f41dag,
.oy540wy3 .f41dag {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.s5ui .f41dag li,
.ufytd1 .f41dag li,
.aex3q2n .f41dag li,
.oy540wy3 .f41dag li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.s5ui .f41dag li::before,
.ufytd1 .f41dag li::before,
.aex3q2n .f41dag li::before,
.oy540wy3 .f41dag 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;
}
.s5ui     .f41dag li::before { border-radius: 50%; }
.ufytd1  .f41dag li::before { border-radius: 3px; }
.aex3q2n .f41dag li::before { border-radius: 3px; }
.oy540wy3    .f41dag li::before { border-radius: 50%; }
.ezbt { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.l75vxlb .ezbt,
.zg1xl73 .ezbt { background: transparent; border: none; border-radius: 0; }
.h06lz { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.h06lz th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.h06lz td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.h06lz tr:hover td { background: var(--bg-hover); }
.eskt9x .h06lz tbody tr:nth-child(even) td { background: var(--bg-surface); }
.wwsuv .h06lz { border: 1px solid var(--border-alt); }
.wwsuv .h06lz th,
.wwsuv .h06lz td { border: 1px solid var(--border-alt); }
.tzvf .h06lz th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.tzvf .h06lz td { border-bottom: none; }
.tzvf .h06lz tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.vmgtijo .h06lz th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.nglw1to .ezbt {
  overflow: hidden;
}
.nglw1to .h06lz th { border-bottom: 1px solid var(--border-alt); }
.nglw1to .h06lz tr:last-child td { border-bottom: none; }
.fedtro { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.i3fctfhz { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.pymc53w { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.rf657 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.vno73664 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.q98d { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.q98d 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%}
.v4416 .rf657 { background: transparent; text-align: center; }
.yicgjn00 .pymc53w {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.kfwqxe .pymc53w {
  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);
}
.tcah .i3fctfhz { display: grid; grid-template-columns: auto 1fr; }
.tcah .pymc53w {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.tcah .rf657 { grid-column: 2; }
.tcah .vno73664,
.tcah .q98d { grid-column: 1 / -1; }
.ao0j1yx3 .i3fctfhz { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.ao0j1yx3 .pymc53w {
  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);
}
.ao0j1yx3 .rf657 { grid-column: 2; }
.ao0j1yx3 .vno73664,
.ao0j1yx3 .q98d { grid-column: 1 / -1; }
.nozb1qw8 .i3fctfhz { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.nozb1qw8 .rf657 { background: none; color: var(--accent-light); font-weight: 700; }
.sob9976 .i3fctfhz { 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); }
.sob9976 .rf657 { background: none; color: var(--accent-light); font-weight: 700; }
.g4vewat .i3fctfhz { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.g4vewat .i3fctfhz:last-child { border-bottom: none; }
.g4vewat .rf657 { background: none; color: var(--accent-light); font-weight: 700; }
.y8earr .i3fctfhz { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.y8earr .rf657 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.gtjq7wh .fedtro { counter-reset: card-n; }
.gtjq7wh .i3fctfhz  { counter-increment: card-n; }
.gtjq7wh .rf657 { display: flex; align-items: center; gap: 10px; }
.gtjq7wh .rf657::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;
}
.fiy88f .i3fctfhz { background: var(--bg-surface); border: 1px solid var(--border); }
.fiy88f .rf657 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.nipc3qq { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.nipc3qq         { --cl-hue: var(--accent); }
.hcgrap     { --cl-hue: #16a34a; }
.a974 { --cl-hue: #ea580c; }
.oq6gnz    { --cl-hue: #2563eb; }
.hcgrap, .a974, .oq6gnz, .q6n699 {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.hqcj { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.hqcj::before { color: var(--cl-hue); }
.nipc3qq strong { color: var(--text-primary); font-size: 0.95rem; }
.nipc3qq p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.rq4xv0vy { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.s1ispm, .pv4c7 { border-radius: 8px; padding: 14px; }
.s1ispm { background: var(--bg-pros); }
.pv4c7 { background: var(--bg-cons); }
.nug4k { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.s1ispm .nug4k { color: var(--c-pros-label); }
.pv4c7 .nug4k { color: #f87171; }
.s1ispm ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.pv4c7 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.dnvf { width: 100%; height: auto; border-radius: 10px; display: block; }
.v3aeqpv1 {
  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;
}
.v3aeqpv1:hover { opacity: 0.85; }
.df3dvvq .v3aeqpv1  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.df3dvvq .v3aeqpv1:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ixds .v3aeqpv1  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ixds .v3aeqpv1:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.df3dvvq .bk5ecl.v3aeqpv1, .ixds .bk5ecl.v3aeqpv1,
.df3dvvq .nytx1 .v3aeqpv1, .ixds .nytx1 .v3aeqpv1 {
  background: var(--cta); border: none; color: #fff;
}
.df3dvvq .bk5ecl.v3aeqpv1:hover, .ixds .bk5ecl.v3aeqpv1:hover,
.df3dvvq .nytx1 .v3aeqpv1:hover, .ixds .nytx1 .v3aeqpv1:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.qnuqah03 .z989 { border-radius: 50px; }
.qnuqah03 .v3aeqpv1  { border-radius: 50px; }
.hd5nnar .z989,
.hd5nnar .v3aeqpv1 { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.hd5nnar .z989:hover,
.hd5nnar .v3aeqpv1:hover { filter: brightness(1.08); opacity: 1; }
.sbxe28yh .z989,
.sbxe28yh .v3aeqpv1 { box-shadow: 0 3px 14px -2px var(--cta); }
.sbxe28yh .z989:hover,
.sbxe28yh .v3aeqpv1:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.a1s7 .z989,
.a1s7 .v3aeqpv1 { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.a1s7 .z989:hover,
.a1s7 .v3aeqpv1:hover { opacity: 1; }
.a1s7 .z989:active,
.a1s7 .v3aeqpv1:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.p4wotd .z989,
.p4wotd .v3aeqpv1 { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.p4wotd .z989:hover,
.p4wotd .v3aeqpv1:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.p4wotd .z989:active,
.p4wotd .v3aeqpv1:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.kldd .z989,
.kldd .v3aeqpv1 { position: relative; overflow: hidden; }
.kldd .z989::before,
.kldd .v3aeqpv1::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;
}
.kldd .z989:hover::before,
.kldd .v3aeqpv1:hover::before { left: 135%; }
.urafv .z989,
.urafv .v3aeqpv1 { border-radius: 0; }
.be2mvuj1 .z989 { padding-left: 22px; padding-right: 22px; }
.be2mvuj1 .v3aeqpv1  { padding-left: 12px; padding-right: 12px; }
.vfjtwa .z989 { padding-left: 44px; padding-right: 44px; }
.vfjtwa .v3aeqpv1  { padding-left: 24px; padding-right: 24px; }
.n398d1 .z989 { padding-left: 56px; padding-right: 56px; }
.n398d1 .v3aeqpv1  { padding-left: 32px; padding-right: 32px; }
.k6tj   .z989::after, .k6tj   .v3aeqpv1::after,
.x17i .z989::after, .x17i .v3aeqpv1::after,
.ehj1    .z989::after, .ehj1    .v3aeqpv1::after,
.o9jx1x8    .z989::after, .o9jx1x8    .v3aeqpv1::after,
.wedvny    .z989::after, .wedvny    .v3aeqpv1::after,
.ham5h676     .z989::after, .ham5h676     .v3aeqpv1::after,
.j68c    .z989::after, .j68c    .v3aeqpv1::after,
.i0lu   .z989::after, .i0lu   .v3aeqpv1::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;
}
.k6tj .z989::after, .k6tj .v3aeqpv1::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");
}
.x17i .z989::after, .x17i .v3aeqpv1::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");
}
.ehj1 .z989::after, .ehj1 .v3aeqpv1::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");
}
.o9jx1x8 .z989::after, .o9jx1x8 .v3aeqpv1::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");
}
.wedvny .z989::after, .wedvny .v3aeqpv1::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");
}
.ham5h676 .z989::after, .ham5h676 .v3aeqpv1::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");
}
.j68c .z989::after, .j68c .v3aeqpv1::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");
}
.i0lu .z989::after, .i0lu .v3aeqpv1::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");
}
.mnhpeec   .j4jh4i5c::after, .mnhpeec   .uky4bu::after,
.kryy .j4jh4i5c::after, .kryy .uky4bu::after,
.p7lisw4    .j4jh4i5c::after, .p7lisw4    .uky4bu::after,
.lnjdkv    .j4jh4i5c::after, .lnjdkv    .uky4bu::after,
.nt6x    .j4jh4i5c::after, .nt6x    .uky4bu::after,
.p7j00     .j4jh4i5c::after, .p7j00     .uky4bu::after,
.tcb5h    .j4jh4i5c::after, .tcb5h    .uky4bu::after,
.c8af0   .j4jh4i5c::after, .c8af0   .uky4bu::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;
}
.mnhpeec .j4jh4i5c::after, .mnhpeec .uky4bu::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");
}
.kryy .j4jh4i5c::after, .kryy .uky4bu::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");
}
.p7lisw4 .j4jh4i5c::after, .p7lisw4 .uky4bu::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");
}
.lnjdkv .j4jh4i5c::after, .lnjdkv .uky4bu::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");
}
.nt6x .j4jh4i5c::after, .nt6x .uky4bu::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");
}
.p7j00 .j4jh4i5c::after, .p7j00 .uky4bu::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");
}
.tcb5h .j4jh4i5c::after, .tcb5h .uky4bu::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");
}
.c8af0 .j4jh4i5c::after, .c8af0 .uky4bu::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");
}
.izqjmcy {
  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;
}
.occgj {
  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;
}
.occgj > * { min-width: 0; }
.occgj:hover { background: var(--bg-hover); }
.occgj > [itemprop="item"] { display: contents; }
.occgj [itemprop="itemReviewed"],
.occgj [itemprop="reviewRating"] { display: none; }
.occgj::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;
}
.rgd5 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.z7and9ux {
  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;
}
.dehl4s4 { max-height: 52px; max-width: 110px; object-fit: contain; }
.zl2l {
  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;
}
.nu9o .z7and9ux    { background: #1a1a1a; }
.kj8rpa .z7and9ux   { background: rgba(128,128,128,.12); }
.cj11ic .z7and9ux { background: var(--bg-raised); }
.a2oex .z7and9ux    { background: transparent; padding: 0; }
.t6dtw {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.ia5bkvf { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.ijvua6wn { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.v2ur3i4q {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.upk4f {
  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;
}
.ca1nk {
  
  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%;
}
.p4ewxbd {
  
  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;
}
.bk5ecl {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.bk5ecl.v3aeqpv1 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .occgj {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .occgj::before    { grid-area: rank;   }
  .rgd5           { grid-area: ident;  }
  .t6dtw     { grid-area: rating; min-width: 0; width: auto; }
  .v2ur3i4q           { grid-area: pills;  }
  .bk5ecl             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .occgj {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .occgj::before    { justify-self: center; }
  .rgd5           { width: 100%; }
  .t6dtw     { justify-self: center; }
  .v2ur3i4q           { grid-template-columns: 1fr; }
}
.srzm6tq {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.bncg {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.lqq74q {
  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;
}
.lqq74q img { max-width: 80px; max-height: 50px; object-fit: contain; }
.ghbwv { flex: 1; }
.ghbwv h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.du4w { color: var(--c-stars); font-size: 1.1rem; }
.st6vkwv { margin-bottom: 8px; }
.gpny9j6 {
  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);
}
.gpny9j6 > span { color: var(--accent); font-weight: 700; }
.rl56eh em, .asnhvf em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .gpny9j6 { padding: 10px 16px; gap: 6px 16px; } }
.nytx1 { flex-shrink: 0; align-self: flex-start; }
.nytx1 .v3aeqpv1 { white-space: nowrap; }
@media (max-width: 560px) {
  .bncg { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .lqq74q { order: 1; }
  .nytx1 { order: 2; margin-left: auto; align-self: center; }
  .ghbwv { order: 3; flex: 1 1 100%; min-width: 0; }
}
.jg36c img.lgun3vmm { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.l75vxlb { padding: 20px 24px; }
.jqb4 { color: var(--text-muted); margin-bottom: 16px; }
.faz8 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.x4di, .y5ai21y { list-style: none; font-size: 0.9rem; }
.x4di li { color: var(--c-pros); margin-bottom: 4px; }
.y5ai21y li { color: var(--c-cons); margin-bottom: 4px; }
.x4di li::before { content: "✓"; margin-right: 5px; }
.y5ai21y li::before { content: "✗"; margin-right: 5px; }
.rzabva .x4di li::before { content: "→"; }
.rzabva .y5ai21y li::before { content: "–"; }
.f8c7q  .x4di li::before { content: "★"; }
.f8c7q  .y5ai21y li::before { content: "✕"; }
.s7g9buj    .x4di li::before { content: "◆"; }
.s7g9buj    .y5ai21y li::before { content: "▲"; }
.nkeoqaa  .x4di li::before { content: "▶"; }
.nkeoqaa  .y5ai21y li::before { content: "■"; }
.ycpo { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.rmar { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.bobtw { background: var(--bg-pros); color: var(--c-tag-pay); }
.uczvv { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.rk0mhu .uczvv { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.qnf7 .uczvv { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .qol6sbn .xivoo6i {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .qol6sbn .srzm6tq { margin: 0; }
}
.boyi3ur .bncg { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.boyi3ur .ghbwv h3 { color: var(--accent-light); }
.boyi3ur .lqq74q { background: var(--bg-page); border: 1px solid var(--border); }
.j1z4 .srzm6tq { border-top: 4px solid var(--accent); }
.j1z4 .bncg { background: var(--bg-card); }
.zeos .srzm6tq { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.zeos .bncg { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.zeos .l75vxlb { padding: 14px 16px; }
.zeos .lqq74q { border-radius: 4px; }
.zeos .uczvv { border-radius: 0; }
.wbwqwlo7 .bncg { padding: 0; gap: 0; overflow: hidden; }
.wbwqwlo7 .lqq74q { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.wbwqwlo7 .ghbwv { padding: 16px 20px; }
.wbwqwlo7 .nytx1 { padding: 16px 20px; align-self: center; }
.sq3wvd .du4w { font-size: .95rem; }
.zg1xl73 .rq4xv0vy { gap: 10px; }
.zg1xl73 .s1ispm, .zg1xl73 .pv4c7 { padding: 12px; }
.zg1xl73 .s1ispm ul, .zg1xl73 .pv4c7 ul { margin: 4px 0 0; padding-left: 18px; }
.zg1xl73 .s1ispm li, .zg1xl73 .pv4c7 li { font-size: .85rem; margin-bottom: 3px; }
.u9yds .rmar { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .irmp897 { grid-template-columns: 1fr; }
  .oed1h { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .oed1h .ke2eflsz { width: 72px; height: 50px; }
  .oed1h .sroa { max-width: 180px; }
  .oed1h .yb79xq { width: auto; }
}
.o7q56v2v .sq3wvd .du4w { filter: brightness(1.2); }
@media (max-width: 720px) {
  .o7q56v2v { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .dl7b4e7 { padding: 16px; }
  .rzc6nk .ake1e { min-width: 50%; }
}
.wur08 .rq4xv0vy { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .i8wib { grid-template-columns: 1fr; }
  .h32rrpnp { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .b8jeoeov { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .kbucfe { flex-wrap: wrap; padding: 16px; }
}
.moujgg .rq4xv0vy { gap: 8px; }
.moujgg .s1ispm, .moujgg .pv4c7 { padding: 8px; }
@media (max-width: 480px) {
  .dydk { flex-direction: column; align-items: stretch; }
}
.dakllwb .yb79xq .v3aeqpv1 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .rc2ue { flex-direction: column; align-items: stretch; gap: 10px; }
  .dakllwb .yb79xq { text-align: center; }
}
@media (max-width: 720px) {
  .zolc { grid-template-columns: 1fr; }
  .ch9h { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ngflsyg { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.v7v8zf6e .dsiy56 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.ti2dm .du4w { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .ik6x0v { grid-template-columns: 1fr; }
  .ti2dm { width: 100px; height: 100px; margin: 16px auto; }
  .v7v8zf6e { font-size: 1.4rem; }
  .fxvrry { justify-content: center; }
  .b30b .ake1e { min-width: 50%; }
}
.dmfktz .rq4xv0vy { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .y9tw { flex-wrap: wrap; padding: 14px 16px; }
  .p5swomz { padding: 12px 16px; }
  .dmfktz .rq4xv0vy { margin: 0 16px; }
  .dmfktz .u9yds { padding: 0 16px; }
  .qpgs { padding: 12px 16px; }
}
.s8mq90d5 .occgj {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.s8mq90d5 .occgj:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.zv8u4 .izqjmcy { gap: 18px; }
.zv8u4 .occgj {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.zv8u4 .occgj:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.u0l165 .izqjmcy {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.u0l165 .occgj {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.u0l165 .occgj:last-child { border-bottom: none; }
.u0l165 .rgd5,
.u0l165 .t6dtw,
.u0l165 .v2ur3i4q {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.d3sh0 .izqjmcy { gap: 0; }
.d3sh0 .occgj {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.d3sh0 .occgj:last-child { border-bottom: none; }
.d3sh0 .occgj:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.d3sh0 .occgj:nth-child(even):hover { background: var(--bg-hover); }
.wttg90 .occgj {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.ggque .v2ur3i4q .upk4f {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.ggque .v2ur3i4q .upk4f:first-child { border-left: none; }
.j7fv8t7 .v2ur3i4q .upk4f {
  background: transparent; padding: 4px 8px;
}
.j7fv8t7 .v2ur3i4q .ca1nk { font-size: .65rem; opacity: .65; }
.j7fv8t7 .v2ur3i4q .p4ewxbd   { font-size: 1.15rem; color: var(--accent-light); }
.zorw5f .v2ur3i4q .upk4f {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.ijvua6wn { display: none; }
.ud1wnd2 .ia5bkvf { font-size: 1rem; letter-spacing: 2px; }
.ltaw .ia5bkvf {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.cadq4e0 .ia5bkvf,
.fmc6z5x .ia5bkvf,
.i7s1 .ia5bkvf { display: none; }
.cadq4e0 .ijvua6wn,
.fmc6z5x .ijvua6wn,
.i7s1 .ijvua6wn { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.cadq4e0 .ijvua6wn { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.cadq4e0 .ijvua6wn small { display: none; }
.fmc6z5x .ijvua6wn {
  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;
}
.fmc6z5x .ijvua6wn small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.i7s1 .ijvua6wn {
  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;
}
.i7s1 .ijvua6wn small { display: none; }
.cadq4e0 .st6vkwv .du4w,
.fmc6z5x .st6vkwv .du4w,
.i7s1 .st6vkwv .du4w { display: none; }
.cadq4e0 .st6vkwv strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.cadq4e0 .dsiy56 { display: none; }
.fmc6z5x .st6vkwv 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;
}
.fmc6z5x .jan4skom,
.fmc6z5x .dsiy56 { font-size: 1em; }
.i7s1 .st6vkwv strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.i7s1 .dsiy56 { display: none; }
.qk1q8y0 { margin: 16px 0; }
.ewar5 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.ewar5 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.ewar5 summary::after { content: "+"; color: var(--accent-light); }
.ewar5[open] summary::after { content: "−"; }
.ewar5 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.t7ye6k { margin-bottom: 0; }
.i4r3wo h2.tcyr3r { color: var(--text-primary); border-color: var(--accent-light); }
.ymdo5t5l h2.tcyr3r { color: var(--text-primary); border-color: var(--accent-light); }
.g1c35v8 .hcgrap     { background: #052e16; border-color: #10b981; }
.g1c35v8 .a974 { background: #2d0a1e; border-color: #f43f5e; }
.g1c35v8 .oq6gnz    { background: #1e1036; border-color: #a855f7; }
.g1c35v8 .nipc3qq strong  { color: #f1f5f9; }
.g1c35v8 .nipc3qq p       { color: #cbd5e1; }
.g1c35v8 .b4a5    .hcgrap     .hqcj::before,
.g1c35v8 .hy17e7u  .hcgrap     .hqcj::before,
.g1c35v8 .x90uftw  .hcgrap     .hqcj::before,
.g1c35v8 .r2j8sy1 .hcgrap     .hqcj::before { color: #10b981; }
.g1c35v8 .b4a5    .a974 .hqcj::before,
.g1c35v8 .hy17e7u  .a974 .hqcj::before,
.g1c35v8 .x90uftw  .a974 .hqcj::before,
.g1c35v8 .r2j8sy1 .a974 .hqcj::before { color: #f43f5e; }
.g1c35v8 .b4a5    .oq6gnz    .hqcj::before,
.g1c35v8 .hy17e7u  .oq6gnz    .hqcj::before,
.g1c35v8 .x90uftw  .oq6gnz    .hqcj::before,
.g1c35v8 .r2j8sy1 .oq6gnz    .hqcj::before { color: #a855f7; }
.i0jy55 .hcgrap     { background: #2d2000; border-color: #eab308; }
.i0jy55 .a974 { background: #2d0b0b; border-color: #ef4444; }
.i0jy55 .oq6gnz    { background: #2d1600; border-color: #f97316; }
.i0jy55 .nipc3qq strong  { color: #f1f5f9; }
.i0jy55 .nipc3qq p       { color: #cbd5e1; }
.i0jy55 .b4a5    .hcgrap     .hqcj::before,
.i0jy55 .hy17e7u  .hcgrap     .hqcj::before,
.i0jy55 .x90uftw  .hcgrap     .hqcj::before,
.i0jy55 .r2j8sy1 .hcgrap     .hqcj::before { color: #eab308; }
.i0jy55 .b4a5    .a974 .hqcj::before,
.i0jy55 .hy17e7u  .a974 .hqcj::before,
.i0jy55 .x90uftw  .a974 .hqcj::before,
.i0jy55 .r2j8sy1 .a974 .hqcj::before { color: #ef4444; }
.i0jy55 .b4a5    .oq6gnz    .hqcj::before,
.i0jy55 .hy17e7u  .oq6gnz    .hqcj::before,
.i0jy55 .x90uftw  .oq6gnz    .hqcj::before,
.i0jy55 .r2j8sy1 .oq6gnz    .hqcj::before { color: #f97316; }
.xoqdycq9 .hcgrap     { background: #0c1a2e; border-color: #38bdf8; }
.xoqdycq9 .a974 { background: #12103a; border-color: #818cf8; }
.xoqdycq9 .oq6gnz    { background: #0a2020; border-color: #2dd4bf; }
.xoqdycq9 .nipc3qq strong  { color: #f1f5f9; }
.xoqdycq9 .nipc3qq p       { color: #cbd5e1; }
.xoqdycq9 .b4a5    .hcgrap     .hqcj::before,
.xoqdycq9 .hy17e7u  .hcgrap     .hqcj::before,
.xoqdycq9 .x90uftw  .hcgrap     .hqcj::before,
.xoqdycq9 .r2j8sy1 .hcgrap     .hqcj::before { color: #38bdf8; }
.xoqdycq9 .b4a5    .a974 .hqcj::before,
.xoqdycq9 .hy17e7u  .a974 .hqcj::before,
.xoqdycq9 .x90uftw  .a974 .hqcj::before,
.xoqdycq9 .r2j8sy1 .a974 .hqcj::before { color: #818cf8; }
.xoqdycq9 .b4a5    .oq6gnz    .hqcj::before,
.xoqdycq9 .hy17e7u  .oq6gnz    .hqcj::before,
.xoqdycq9 .x90uftw  .oq6gnz    .hqcj::before,
.xoqdycq9 .r2j8sy1 .oq6gnz    .hqcj::before { color: #2dd4bf; }
.il7ocs::before,
.y54k::before { margin-right: 5px; }
.q12is8u .s1ispm ul li,
.q12is8u .x4di li         { color: #4ade80; }
.q12is8u .s1ispm .il7ocs { color: #22c55e; }
.q12is8u .pv4c7 ul li,
.q12is8u .y5ai21y li         { color: #f87171; }
.q12is8u .pv4c7 .y54k { color: #ef4444; }
.q1h7u .s1ispm { background: var(--bg-pros); }
.q1h7u .pv4c7 { background: var(--bg-cons); }
.q1h7u .s1ispm .il7ocs { color: var(--c-pros-label); }
.q1h7u .pv4c7 .y54k { color: var(--c-cons); }
.q1h7u .s1ispm ul li,
.q1h7u .x4di li            { color: var(--c-pros); }
.q1h7u .pv4c7 ul li,
.q1h7u .y5ai21y li            { color: var(--c-cons); }
.gy05 .s1ispm { background: var(--bg-pros); }
.gy05 .pv4c7 { background: var(--bg-cons); }
.gy05 .s1ispm .il7ocs { color: var(--c-pros-label); }
.gy05 .pv4c7 .y54k { color: var(--c-cons); }
.gy05 .s1ispm ul li,
.gy05 .x4di li          { color: var(--c-pros); }
.gy05 .pv4c7 ul li,
.gy05 .y5ai21y li          { color: var(--c-cons); }
.coaf4 .il7ocs::before { content: "✓ "; }
.coaf4 .y54k::before { content: "✗ "; }
.rzabva .il7ocs::before { content: "→ "; }
.rzabva .y54k::before { content: "← "; }
.f8c7q .il7ocs::before { content: "★ "; }
.f8c7q .y54k::before { content: "✕ "; }
.s7g9buj .il7ocs::before { content: "◆ "; }
.s7g9buj .y54k::before { content: "▲ "; }
.qnf7 .nipc3qq { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.qnf7 .nipc3qq strong { color: var(--text-primary); }
.qnf7 .nipc3qq p      { color: var(--text-muted); }
.rk0mhu .nipc3qq { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.cbi83 .nipc3qq {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.cbi83 .nipc3qq strong,
.cbi83 .nipc3qq p { color: #fff; }
.cbi83 .hqcj::before { color: rgba(255,255,255,0.9) !important; }
.bv3gi52v .nipc3qq {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.bv3gi52v .nipc3qq strong { color: var(--text-primary); }
.bv3gi52v .nipc3qq p      { color: var(--text-muted); }
.k7bz .nipc3qq { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.b4a5 .hqcj,
.hy17e7u .hqcj,
.x90uftw .hqcj,
.r2j8sy1 .hqcj { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.b4a5 .hqcj::before,
.hy17e7u .hqcj::before,
.x90uftw .hqcj::before,
.r2j8sy1 .hqcj::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.b4a5 .hcgrap     .hqcj::before { content: "✦"; color: var(--c-tip-border); }
.b4a5 .a974 .hqcj::before { content: "▲"; color: var(--c-warn-border); }
.b4a5 .oq6gnz    .hqcj::before { content: "◉"; color: #60a5fa; }
.hy17e7u .hcgrap     .hqcj::before { content: "★"; color: var(--c-tip-border); }
.hy17e7u .a974 .hqcj::before { content: "◆"; color: var(--c-warn-border); }
.hy17e7u .oq6gnz    .hqcj::before { content: "●"; color: #60a5fa; }
.x90uftw .hcgrap     .hqcj::before { content: "▶"; color: var(--c-tip-border); }
.x90uftw .a974 .hqcj::before { content: "■"; color: var(--c-warn-border); }
.x90uftw .oq6gnz    .hqcj::before { content: "▸"; color: #60a5fa; }
.r2j8sy1 .hcgrap     .hqcj::before { content: "→"; color: var(--c-tip-border); }
.r2j8sy1 .a974 .hqcj::before { content: "⬥"; color: var(--c-warn-border); }
.r2j8sy1 .oq6gnz    .hqcj::before { content: "◈"; color: #60a5fa; }
.maxefhp .aq29vtp .lq6db,
.maxefhp .ptx9r2e4 .lq6db  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.maxefhp .i3fctfhz                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.maxefhp .occgj                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.maxefhp .srzm6tq            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.maxefhp .ezbt          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.maxefhp .mble0v                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ipvdo62 .aq29vtp .lq6db,
.ipvdo62 .ptx9r2e4 .lq6db,
.ipvdo62 .i3fctfhz,
.ipvdo62 .occgj,
.ipvdo62 .srzm6tq,
.ipvdo62 .ezbt,
.ipvdo62 .mble0v,
.ipvdo62 .k7bz .nipc3qq { box-shadow: none; }
.t64d5rs   .bhy7w, .t64d5rs .fr805lfp, .t64d5rs .cfi8byw,
.t64d5rs   .fuhuk9, .t64d5rs .lbgvrxr { font-size: 0.9rem; }
.t64d5rs   .ob419f, .t64d5rs .f41dag { font-size: 0.9rem; }
.p73j   .bhy7w, .p73j .fr805lfp, .p73j .cfi8byw,
.p73j   .fuhuk9, .p73j .lbgvrxr { font-size: 0.95rem; }
.p73j   .ob419f, .p73j .f41dag { font-size: 0.95rem; }
.z9jheb4   .bhy7w, .z9jheb4 .fr805lfp, .z9jheb4 .cfi8byw,
.z9jheb4   .fuhuk9, .z9jheb4 .lbgvrxr { font-size: 1.08rem; }
.z9jheb4   .ob419f, .z9jheb4 .f41dag { font-size: 1.05rem; }
.z9jheb4   .h06lz { font-size: 0.97rem; }
.i40r72dl .w6ap9g      { font-size: 3.2rem; }
.i40r72dl h2.tcyr3r { font-size: 1.9rem; }
.i40r72dl h3.kdty     { font-size: 1.4rem; }
.sbi1ws .w6ap9g      { font-size: 3.8rem; }
.sbi1ws h2.tcyr3r { font-size: 2.2rem; }
.sbi1ws h3.kdty     { font-size: 1.6rem; }
.t7ye6k + .t7ye6k { position: relative; }
.hhzt6   .t7ye6k + .t7ye6k::before,
.ie3lobg2  .t7ye6k + .t7ye6k::before,
.yq6chn7   .t7ye6k + .t7ye6k::before,
.yp4m6sd   .t7ye6k + .t7ye6k::before,
.qec6bw   .t7ye6k + .t7ye6k::before,
.lecn6nh .t7ye6k + .t7ye6k::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.hhzt6 .t7ye6k + .t7ye6k::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ie3lobg2 .t7ye6k + .t7ye6k::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.yq6chn7 .t7ye6k + .t7ye6k::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;
}
.yp4m6sd .t7ye6k + .t7ye6k::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.pqeo .t7ye6k { margin-bottom: 16px; }
.pqeo .t7ye6k + .t7ye6k { margin-top: 0; }
.pqeo .y19n0 { padding-top: 0; padding-bottom: 0; }
.qec6bw .t7ye6k + .t7ye6k::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.lecn6nh .t7ye6k + .t7ye6k::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.rr489xyp .t7ye6k + .t7ye6k::before,
.dzyctff .t7ye6k + .t7ye6k::before,
.ptzf .t7ye6k + .t7ye6k::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%;
}
.hm14 .rr489xyp .t7ye6k:nth-child(even)::before,
.hm14 .dzyctff .t7ye6k:nth-child(even)::before,
.hm14 .ptzf .t7ye6k:nth-child(even)::before { background: var(--bg-surface); }
.vjb77p .rr489xyp .t7ye6k:nth-child(even)::before,
.vjb77p .dzyctff .t7ye6k:nth-child(even)::before,
.vjb77p .ptzf .t7ye6k:nth-child(even)::before { background: var(--bg-card); }
.rr489xyp .t7ye6k + .t7ye6k::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");
}
.dzyctff .t7ye6k + .t7ye6k::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");
}
.ptzf .t7ye6k + .t7ye6k::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");
}
.j2dc .ho42g5,
.zwk8afj9 .ho42g5,
.qox631j .ho42g5 { overflow: hidden; }
.j2dc .l3jmq1vx,
.zwk8afj9 .l3jmq1vx { margin-bottom: 60px; }
.qox631j .l3jmq1vx { margin-bottom: 70px; }
.j2dc .ho42g5::before,
.zwk8afj9 .ho42g5::before,
.qox631j .ho42g5::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%;
}
.j2dc .ho42g5::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");
}
.zwk8afj9 .ho42g5::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");
}
.qox631j .ho42g5::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");
}
.dwx7hk .ho42g5:not(.f4m6a9wa) .e3bb0fua { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.cq4fnm5n .ho42g5:not(.f4m6a9wa) .e3bb0fua { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.uyl4  .ho42g5:not(.f4m6a9wa) .e3bb0fua { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.i5xgr  .ho42g5:not(.f4m6a9wa) .e3bb0fua { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.cllnu0ci .f4m6a9wa { background: var(--accent); }
.cllnu0ci .f4m6a9wa .e3bb0fua { background: none; }
.cllnu0ci .q13zy { background: var(--accent); }
.cllnu0ci .ykait { background: var(--accent-bg); }
.cllnu0ci .ho42g5:not(.f4m6a9wa) .e3bb0fua { background: rgba(0,0,0,0.6); }
.drjii .h1zk { float: left; width: 38%; margin: 0 28px 16px 0; }
.drjii .h1zk .dnvf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.drjii .y19n0::after { content: ''; display: block; clear: both; }
.vglfp .h1zk { float: right; width: 38%; margin: 0 0 16px 28px; }
.vglfp .h1zk .dnvf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.vglfp .y19n0::after { content: ''; display: block; clear: both; }
.e7kgy .t7ye6k:nth-child(odd)  .h1zk { float: left;  width: 38%; margin: 0 28px 16px 0; }
.e7kgy .t7ye6k:nth-child(even) .h1zk { float: right; width: 38%; margin: 0 0 16px 28px; }
.e7kgy .h1zk .dnvf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.e7kgy .y19n0::after { content: ''; display: block; clear: both; }
.drjii .fedtro,
.drjii .izqjmcy,
.vglfp .fedtro,
.vglfp .izqjmcy,
.e7kgy .fedtro,
.e7kgy .izqjmcy { clear: both; }
@media (max-width: 900px) {
  .drjii .h1zk,
  .vglfp .h1zk,
  .e7kgy .t7ye6k:nth-child(odd)  .h1zk,
  .e7kgy .t7ye6k:nth-child(even) .h1zk {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .drjii .h1zk .dnvf,
  .vglfp .h1zk .dnvf,
  .e7kgy .h1zk .dnvf {
    max-height: none !important;
  }
}
.drjii .ob419f,
.drjii .f41dag,
.vglfp .ob419f,
.vglfp .f41dag,
.e7kgy .ob419f,
.e7kgy .f41dag { overflow: hidden; }
@media (max-width: 640px) {
  .drjii .h1zk,
  .vglfp .h1zk,
  .e7kgy .h1zk { float: none; width: 100%; margin: 0 0 16px 0; }
}
.xl85b1h .s9ep,
.xl85b1h .y19n0,
.xl85b1h .sz3i  { max-width: 1100px; }
.jg6efj .s9ep,
.jg6efj .y19n0,
.jg6efj .sz3i  { max-width: 1200px; }
.atkmjble .s9ep,
.atkmjble .y19n0,
.atkmjble .sz3i  { max-width: 1320px; }
.eyc5ni7 { font-size: 0.82rem; color: var(--text-muted); }
.fy4k { display: flex; align-items: center; }
.wzct491v {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.f5we6 { display: flex; align-items: center; }
.ui9kin { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ui9kin:hover { text-decoration: underline; }
.dcqm { margin: 0 3px; opacity: 0.45; }
.dcqm::before { content: '/'; }
.gstk1s47 { padding: 2px 5px; color: var(--text-main); }
.fjepknds .eyc5ni7 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.fjepknds .fy4k { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.jfo0x .eyc5ni7 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.jfo0x .fy4k { padding: 0 0 0 12px; }
.u5ck98 .fy4k { padding: 0 16px; }
.u5ck98 .eyc5ni7 {
  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);
}
.u5ck98 .s9ep { padding-top: 28px; }
@media (max-width: 720px) {
  .pw7e { margin-top: 18px; padding: 0 16px; }
  .u5ck98 .s9ep { padding-top: 16px; }
}
.xl85b1h.fjepknds .fy4k { max-width: 1100px; }
.jg6efj.fjepknds .fy4k { max-width: 1200px; }
.atkmjble.fjepknds .fy4k { max-width: 1320px; }
.bv46cb9h .t7ye6k { padding-top: 16px; padding-bottom: 16px; }
.y25et .t7ye6k { padding-top: 24px; padding-bottom: 24px; }
.tbadsdnf .t7ye6k { padding-top: 40px; padding-bottom: 40px; }
.fdiw .t7ye6k { padding-top: 52px; padding-bottom: 52px; }
.qhknow .t7ye6k:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.qhknow .t7ye6k:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.qhknow .t7ye6k:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.qhknow .t7ye6k:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.c9k23 .y19n0 { padding-top: 10px;  padding-bottom: 10px; }
.yk8sjch .y19n0 { padding-top: 18px;  padding-bottom: 18px; }
.h0vuagm6 .y19n0 { padding-top: 36px;  padding-bottom: 36px; }
.y2wu .y19n0 { padding-top: 48px;  padding-bottom: 48px; }
.c3jmzh h2.tcyr3r { font-weight: 600; }
.c3jmzh h3.kdty     { font-weight: 600; }
.peica h2.tcyr3r { font-weight: 800; }
.peica h3.kdty     { font-weight: 700; }
.sehpb4n h2.tcyr3r { font-weight: 900; }
.sehpb4n h3.kdty     { font-weight: 800; }
.sehpb4n .nipc3qq strong,
.sehpb4n .nipc3qq strong { font-weight: 600; }
.j4jh4i5c {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.ofes9 .j4jh4i5c { display: none; }
@media (max-width: 640px) {
  .j4jh4i5c { display: none !important; }
}
.j4jh4i5c { background: var(--cta) !important; color: #fff !important; border: none !important; }
.j4jh4i5c:hover { opacity: 0.85; }
.gzrsc .j4jh4i5c { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.esccl2gd  .uky4bu { left: 32px; }
@media (max-width: 480px) {
  .gep3613j .uky4bu { right: 20px; bottom: 20px; }
  .esccl2gd  .uky4bu { left: 20px; bottom: 20px; }
}
.kxf2qv66 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.sz3i { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.dcf8u7p { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.l9he68sm { color: var(--text-dim); font-size: 0.8rem; }
.um4ekv a, .uzzvci9 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.um4ekv a:hover, .uzzvci9 a:hover { color: var(--accent-light); }
.uzzvci9 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.icxaqeb6 .sz3i { text-align: center; }
.icxaqeb6 .uzzvci9 { justify-content: center; margin-bottom: 16px; }
.icxaqeb6 .dcf8u7p { margin-top: 0; }
.bx0vnp { margin-top: 10px; }
.bx0vnp a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .sz3i { padding-left: 16px; padding-right: 16px; }
  .m2y8r .sz3i { padding: 20px 16px; }
  .uzzvci9 { gap: 4px 12px; }
  .dcf8u7p { font-size: 0.78rem; }
}
.ghgshu .dcf8u7p { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ghgshu .l9he68sm { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ghgshu .ms47o2de { grid-template-columns: 1fr 1fr; } .ghgshu .dq9v { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ghgshu .ms47o2de { grid-template-columns: 1fr; } }
.srtl .dcf8u7p { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .srtl .s7wc8t { gap: 12px; } .srtl .vp61a { margin-right: 0; width: 100%; } }
.e8i620c .dcf8u7p { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.e8i620c .l9he68sm { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .e8i620c .gxl2apz { grid-template-columns: 1fr 1fr; } .e8i620c .gyukhr { grid-column: 1 / -1; } }
@media (max-width: 480px) { .e8i620c .gxl2apz { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ud9xkr .kyqto2 { grid-template-columns: 1fr 1fr; } .ud9xkr .hvxqzbbm:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ud9xkr .kyqto2 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .oelw75 .kyqto2 { grid-template-columns: 1fr; } }
.dgzzwzz .sz3i { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.dgzzwzz .uzzvci9 { justify-content: center; }
.dl7ui47 .q10yzff7      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.dl7ui47 .kxf2qv66 { background: var(--bg-page); border-top-color: var(--border-alt); }
.g6mv .q10yzff7      { background: #0d1117; border-bottom-color: #21262d; }
.g6mv .qssud58 { color: var(--accent-light); }
.g6mv .vo9wl92 { --msep-color: #8b949e; }
.g6mv .vo9wl92 a { color: #8b949e; }
.g6mv .vo9wl92 a:hover { color: var(--accent-light); }
.g6mv .h1wpwuy { color: #8b949e; }
.g6mv .kxf2qv66 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.g6mv .dcf8u7p,
.g6mv .l9he68sm { color: #6e7681; }
.g6mv .um4ekv a, .g6mv .uzzvci9 a,
.g6mv .um4ekv a:hover, .g6mv .uzzvci9 a:hover,
@media (max-width: 640px) {
  .g6mv .vo9wl92 { background: #0d1117; border-top-color: #21262d; }
  .g6mv .vo9wl92 li a { border-bottom-color: #21262d; }
}
.s6hjunfs .q10yzff7      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.s6hjunfs .qssud58 { color: var(--accent-light); }
.s6hjunfs .vo9wl92 { --msep-color: #475569; }
.s6hjunfs .vo9wl92 a { color: #475569; }
.s6hjunfs .vo9wl92 a:hover { color: var(--accent-light); }
.s6hjunfs .h1wpwuy { color: #64748b; }
.s6hjunfs .kxf2qv66 { background: #f0f4f8; border-top-color: #cbd5e1; }
.s6hjunfs .dcf8u7p,
.s6hjunfs .l9he68sm { color: #64748b; }
.s6hjunfs .um4ekv a, .s6hjunfs .uzzvci9 a,
.s6hjunfs .um4ekv a:hover, .s6hjunfs .uzzvci9 a:hover,
@media (max-width: 640px) {
  .s6hjunfs .vo9wl92 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .s6hjunfs .vo9wl92 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.nfgv0php .q10yzff7      { background: var(--accent); border-bottom-color: var(--accent-light); }
.nfgv0php .qssud58 { color: #fff; }
.nfgv0php .vo9wl92 { --msep-color: rgba(255,255,255,0.82); }
.nfgv0php .vo9wl92 a { color: rgba(255,255,255,0.82); }
.nfgv0php .vo9wl92 a:hover { color: #fff; }
.nfgv0php .h1wpwuy { color: rgba(255,255,255,0.9); }
.nfgv0php .tdac a { color: var(--text-primary) !important; }
.nfgv0php .tdac a:hover { color: var(--accent-light) !important; }
.nfgv0php .kxf2qv66 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.nfgv0php .dcf8u7p,
.nfgv0php .l9he68sm { color: rgba(255,255,255,0.72); }
.nfgv0php .um4ekv a, .nfgv0php .uzzvci9 a,
.nfgv0php .kgfv a, .nfgv0php .eduyxd a,
.nfgv0php .aqz77 a, .nfgv0php .vp61a { color: #fff; }
.nfgv0php .a73wo, .nfgv0php .xv3q { color: rgba(255,255,255,0.7); }
.nfgv0php .um4ekv a:hover, .nfgv0php .uzzvci9 a:hover,
.nfgv0php .kgfv a:hover, .nfgv0php .eduyxd a:hover { color: #fff; }
@media (max-width: 640px) {
  .nfgv0php .vo9wl92 { background: var(--accent); border-top-color: var(--accent-light); }
  .nfgv0php .vo9wl92 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.wd45 .q10yzff7 {
  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);
}
.wd45 .kxf2qv66 {
  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) {
  .wd45 .vo9wl92 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.pu13g .f4j4zn0 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.eeah .f4j4zn0 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.hfn0qw .f4j4zn0 { min-height: 72px; height: auto; }
.b6lggx .f4j4zn0 { min-height: 84px; height: auto; }
.m2y8r .f4j4zn0 { max-width: none; padding: 0 32px; }
.m2y8r .sz3i  { max-width: none; padding: 24px 32px; }
.f24xhdm2.jg6efj .f4j4zn0 { max-width: 1200px; }
.f24xhdm2.atkmjble .f4j4zn0 { max-width: 1320px; }
.wjwh4g   .qssud58, .wjwh4g   .vp61a { text-transform: capitalize; }
.jx92wd3k .qssud58, .jx92wd3k .vp61a { text-transform: lowercase; }
.xc36r .qssud58, .xc36r .vp61a { text-transform: uppercase; letter-spacing: 0.06em; }
.trwkf, .bnx8f1 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.fx0l1hb .trwkf,
.euva7b .trwkf,
.hwa09 .trwkf,
.fvlh58v .trwkf,
.ismkypcp   .vo9wl92 a { font-weight: 500; }
.rdc3 .vo9wl92 a { font-weight: 600; }
.t62i8     .vo9wl92 a { font-weight: 700; }
.dgl9n6    .vo9wl92 a { font-weight: 800; letter-spacing: 0.01em; }
.onj6     .vo9wl92 > li + li::before,
.l7dx1    .vo9wl92 > li + li::before,
.mmbk    .vo9wl92 > li + li::before,
.wcev .vo9wl92 > li + li::before,
.o425ih .vo9wl92 > li + li::before,
.xp6cr  .vo9wl92 > li + li::before,
.cq9l37yp    .vo9wl92 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.onj6     .vo9wl92 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.l7dx1    .vo9wl92 > li + li::before { content: "|"; }
.mmbk    .vo9wl92 > li + li::before { content: "—"; }
.wcev .vo9wl92 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.o425ih .vo9wl92 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.xp6cr  .vo9wl92 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.cq9l37yp    .vo9wl92 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .seeaa .h1wpwuy,
  .gpyn4t .h1wpwuy,
  .rmwujvjx .h1wpwuy,
  .jgaqv .h1wpwuy,
  .vh9i .h1wpwuy {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .seeaa .h1wpwuy::before,
  .gpyn4t .h1wpwuy::before,
  .rmwujvjx .h1wpwuy::before,
  .jgaqv .h1wpwuy::before,
  .vh9i .h1wpwuy::before { content: ""; display: block; flex-shrink: 0; }

  
  .seeaa .h1wpwuy::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;
  }

  
  .gpyn4t .h1wpwuy::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;
  }

  
  .rmwujvjx .h1wpwuy::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;
  }

  
  .jgaqv .h1wpwuy::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;
  }

  
  .vh9i .h1wpwuy::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) {
  .v5b6nouw .h1wpwuy {
    padding: 5px 14px;
  }
  .v5b6nouw .vo9wl92 {
    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;
  }
  .v5b6nouw .vo9wl92 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .v5b6nouw .vo9wl92 li a:hover { background: var(--bg-raised); }
  .v5b6nouw .q3y6on,
  .dyxf85 .q3y6on,
  .ve1b3 .q3y6on { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .arin .h1wpwuy {
    padding: 5px 10px;
  }
  .arin .vo9wl92 {
    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);
  }
  .arin .vo9wl92.yw7j { transform: translateX(0); }
  .arin .vo9wl92 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .arin .vo9wl92 li:last-child a { border-bottom: none; }
  .nfgv0php .vo9wl92,
  .g6mv .vo9wl92 { background: var(--accent) !important; }
  .nfgv0php .vo9wl92 li a,
  .g6mv .vo9wl92 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ve1b3 .h1wpwuy {
    padding: 5px 10px;
  }
  .ve1b3 .vo9wl92 {
    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);
  }
  .ve1b3 .vo9wl92::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ve1b3 .vo9wl92.yw7j { transform: translateY(0); }
  .ve1b3 .vo9wl92 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .wl9ldjz .h1wpwuy {
    padding: 5px 10px;
  }
  .wl9ldjz .vo9wl92 {
    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;
  }
  .wl9ldjz .vo9wl92.yw7j { opacity: 1; pointer-events: auto; }
  .wl9ldjz .vo9wl92 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .cl6xgu     .h1wpwuy { border-radius: 0 !important; }
  .lrjx5t   .h1wpwuy { border-radius: 8px !important; }
  .jdtknx6 .h1wpwuy { border-radius: 50% !important; }
  .uyum1k   .h1wpwuy { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .dqes5u0 .np983c { flex-direction: column; align-items: stretch; }
  .dqes5u0 .yzxyth { flex-direction: row; min-width: auto; }
  .dqes5u0 .ijnso { align-items: flex-start; text-align: left; }
}
.hqvknth,
.hqvknth.t7ye6k,
.hm14 .hqvknth,
.una81 .hqvknth,
.vjb77p .hqvknth,
.phsrkdm .hqvknth {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.ufcuvz {
  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;
}
.ag6mdk { flex: 1 1 280px; min-width: 0; }
.pyfqgw {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.fn1xhffk {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.cht0 {
  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;
}
.cht0:hover { transform: translateY(-1px); opacity: 0.95; }
.hav37p73 .ufcuvz {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.hav37p73 .pyfqgw { color: var(--cta); }
.hav37p73 .fn1xhffk { color: var(--text-body); }
.hav37p73 .cht0 {
  background: var(--cta) !important;
  color: #fff !important;
}
.njka .ufcuvz {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.njka .pyfqgw { color: var(--text-primary); }
.njka .fn1xhffk { color: var(--text-body); }
.njka .cht0 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .ufcuvz {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ag6mdk { flex: 0 0 auto; }
  .pyfqgw { font-size: 1.2rem; }
  .cht0 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.sz5gnd .tsjy { height: 36px; }
.j9yp1rkv .tsjy { height: 60px; max-width: 200px; }
.m8y3 .tsjy { height: 56px; max-width: 180px; }
.bbso    .ia5bkvf, .bbso    .du4w { color: #f59e0b; }
.bfo4      .ia5bkvf { font-size: 1rem; letter-spacing: 1.5px; }
.bfo4      .du4w   { font-size: 1.35rem; }
.lgk9r    .ia5bkvf, .lgk9r    .du4w { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.p4oj     .ia5bkvf, .p4oj     .du4w { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.l5m7gi0m .ia5bkvf, .l5m7gi0m .du4w { color: var(--cta); letter-spacing: 2px; }
.ajotkw   .ia5bkvf, .ajotkw   .du4w { color: #e91e63; letter-spacing: 2px; }
.k2rakrm  .ia5bkvf, .k2rakrm  .du4w { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.bkuhi     .ia5bkvf, .bkuhi     .du4w { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.ggque .upk4f + .upk4f {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.l698d .occgj { padding: 18px 24px; min-height: 68px; }
.j7fv8t7 .ca1nk {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.j7fv8t7 .p4ewxbd {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.zorw5f .upk4f {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.izqjmcy { counter-reset: cs-rank; }
.izqjmcy .occgj { counter-increment: cs-rank; }
.izqjmcy .occgj::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;
}
.ilwt7x .izqjmcy { counter-reset: cs-rank; gap: 0; }
.ilwt7x .occgj {
  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;
}
.ilwt7x .occgj::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;
}
.ilwt7x .rgd5 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.ilwt7x .z7and9ux {
  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;
}
.ilwt7x .dehl4s4 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.ilwt7x .rgd5 { min-width: 0; flex-direction: column; width: 100%; }
.ilwt7x .zl2l {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.ilwt7x .ia5bkvf { color: var(--cta, var(--accent)); }
.ilwt7x .ijvua6wn { font-weight: 700; }
.ilwt7x .upk4f {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.ilwt7x .ca1nk {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.ilwt7x .p4ewxbd {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.ilwt7x .okr8t .p4ewxbd { font-size: 1.3rem; color: var(--accent-light); }
.ilwt7x .bk5ecl {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.ilwt7x .occgj:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .ilwt7x .izqjmcy {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ilwt7x .occgj {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ilwt7x .occgj { padding: 40px 16px 20px; }
  .ilwt7x .upk4f {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ilwt7x .bk5ecl { width: 100%; min-width: 0; }
}
.x9l2 .izqjmcy { counter-reset: cs-rank; gap: 10px; }
.x9l2 .occgj {
  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);
}
.x9l2 .occgj::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);
}
.x9l2 .rgd5 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.x9l2 .z7and9ux {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.x9l2 .dehl4s4 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.x9l2 .zl2l {
  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;
}
.x9l2 .ia5bkvf { color: var(--cta, var(--accent)); }
.x9l2 .upk4f {
  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;
}
.x9l2 .ca1nk {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.x9l2 .p4ewxbd { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.x9l2 .okr8t .p4ewxbd { color: var(--accent-light); }
.x9l2 .bk5ecl {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.x9l2 .occgj:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .x9l2 .occgj {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .x9l2 .occgj::before {
    position: absolute; top: 14px; left: 14px;
  }
  .x9l2 .rgd5 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .x9l2 .zl2l { white-space: normal; text-align: center; font-size: 1.2rem; }
  .x9l2 .upk4f {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .x9l2 .bk5ecl { width: 100%; min-width: 0; }
  .x9l2 .ia5bkvf { min-width: 0; }
}
.qzb8vz1 .occgj::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.g1cn .ewar5 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.g1cn .ewar5 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.g1cn .ewar5 p { padding: 0 2px 16px; }
.xpum .ewar5 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.xpum .ewar5 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.xpum .ewar5 summary::after { content: "›"; font-size: 1.2em; }
.xpum .ewar5[open] summary::after { content: "‹"; }
.xpum .ewar5 p { padding: 10px 22px 4px; }
.emcl7n .ewar5 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.emcl7n .ewar5 summary { color: var(--text-primary); padding-left: 16px; }
.emcl7n .ewar5 summary::after { content: "›"; font-size: 1.1em; }
.emcl7n .ewar5[open] summary::after { content: "‹"; }
.emcl7n .ewar5 p { padding-left: 16px; }
.gy4ed3 .qk1q8y0 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.gy4ed3 .ewar5 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.gy4ed3 .ewar5:last-child { border-bottom: none; }
.gy4ed3 .ewar5 summary { color: var(--text-primary); border-radius: 0; }
.gy4ed3 .ewar5 summary::after { content: "›"; font-size: 1.1em; }
.gy4ed3 .ewar5[open] summary::after { content: "‹"; }
.r5pfgsc .ewar5 { overflow: hidden; }
.r5pfgsc .ewar5 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.r5pfgsc .ewar5 summary::after { color: rgba(255,255,255,.75); }
.r5pfgsc .ewar5[open] summary { border-radius: 0; }
.x5qn5q6 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.xhdd {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.dqiuh {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.mym8ei7 { color: var(--text-muted); font-size: 1.05rem; }
.a1ht {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.v4f9 { margin-bottom: 20px; }
.j1f01 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.l9488 {
  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;
}
.l9488:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.qzk6 { resize: vertical; min-height: 130px; }
.n34moop7 { width: 100%; margin-top: 8px; }
.ininarl {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.os8nz {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.s6zd3o5 { color: var(--text-muted); line-height: 1.75; }
.dj6oefo { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.dj6oefo li { margin-bottom: 6px; }
.cmi75 { max-width: 760px; margin: 0 auto; }
.xsfyv9x6 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.ddks4pq { max-width: 760px; margin: 0 auto; }
.tkg8hi5 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.h5rmal ul.dj6oefo { margin: 0; }
.fddpp { max-width: 900px; margin: 0 auto; }
.gdky92e { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.gdky92e:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.gdky92e .tkg8hi5 { margin: 0; font-size: 1rem; }
.gdky92e .s0708ba p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .gdky92e { grid-template-columns: 1fr; gap: 10px; } }
.i6cuu3d .tkg8hi5 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.jpjn9 .dj6oefo { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .upjjcf15 { grid-template-columns: 1fr; } }
.w9n0g { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.w9n0g:hover .l0vyxb5j { color: var(--accent-light); text-decoration: underline; }
.o7ass { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.kxbu { margin-bottom: 48px; }
.jk9a { max-width: 760px; margin: 0 auto; }
.ps5r68 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ps5r68:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.igb3 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.ps5r68 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ps5r68 ul.dj6oefo { margin: 0; }
.rzxq44w { color: var(--text-muted); line-height: 1.75; }
.p8dr6cg .dj6oefo,
.ec6f .dj6oefo,
.snjm8kjn .dj6oefo,
.fg2ex5n .dj6oefo {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.p8dr6cg .ps5r68,
.ec6f .ps5r68 { text-align: left; }
.p8dr6cg .igb3,
.ec6f .igb3 { text-align: center; }
.hog8ug { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.lujleh { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.dlq7kg { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.pgro4 { margin-top: 12px; }
.p4u5b { 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; }
.p4u5b:hover { border-bottom-color: var(--accent-light); }
.hry6h6 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.hry6h6 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.qq8r2 { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.llzu { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.mwg8xnxg { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
.rsjnw { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .rsjnw { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.dofc .dlq7kg, .dofc .lujleh { max-width: 640px; }
.u0342q2s .hog8ug { font-size: 1.6rem; margin-top: 18px; }
.r1eb .dlq7kg { margin-bottom: 28px; }
@media (max-width: 860px) { .o1tse0c2 { grid-template-columns: 1fr; } .u0342q2s { position: static; text-align: center; } }
.z694o5 .hry6h6 { margin: 0 auto 18px; }
.z694o5 .llzu { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .mr7717ce { grid-template-columns: 1fr; } }
.ooowi .hog8ug { font-size: 1.6rem; margin-bottom: 6px; }
.fg2ex5n .dj6oefo { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ooowi { flex-direction: column; text-align: center; } .fm8u { grid-template-columns: 1fr; } }
.sp9t0v7l .hog8ug { font-size: 1.35rem; margin: 0 0 4px; }
.sp9t0v7l .llzu { margin: 0; }
.pqiq3ov .dqiuh { color: var(--accent-light); }
.l9pax2 {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.l9pax2 .dqiuh { font-size: 2rem; }
.l9pax2 .mym8ei7 { max-width: 680px; }
.earsci .dqiuh { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.earsci .mym8ei7  { margin: 0; }
@media (max-width: 640px) { .earsci { flex-direction: column; } }
.kqei1tn .dqiuh { color: var(--accent-light); }
.sl6b1i .dqiuh { color: #fff; }
.sl6b1i .mym8ei7  { color: rgba(255,255,255,0.85); }
.actnb24 { max-width: 680px; margin: 0 auto; }
.kwftqyvr {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .kwftqyvr { grid-template-columns: 1fr; } }
.sc7rznd .l9488 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.sc7rznd .l9488:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.zcf97v7 .l9488 { background: var(--bg-raised); border-color: transparent; }
.zcf97v7 .l9488:focus { background: var(--bg-card); border-color: var(--accent-light); }
.diatto .l9488 { border-radius: 100px; padding: 11px 20px; }
.diatto .qzk6 { border-radius: 14px; }
.xguw {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.xguw 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;
}
.xguw summary::-webkit-details-marker { display: none; }
.xguw summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.xguw[open] summary::after { content: "−"; }
.rxag7ij {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .pgrf4fj { grid-template-columns: 1fr; } }
.smku6 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.smku6 li { margin-bottom: 6px; }
.eo8p83s{display:none}
.eo8p83s:empty,.q3se7k6e:empty{display:none}
.o64w{position:relative;overflow:visible}
.s5w7a .wxrv36,.fl1368g .wxrv36,
.l0j4 .wxrv36,.ywjao .wxrv36,
.wcws2 .wxrv36,.ef2ktayx .wxrv36{display:block}
.ioq3c .l4xw{display:block}
.s5w7a .wxrv36,.fl1368g .wxrv36,
.l0j4 .wxrv36,.ywjao .wxrv36,
.wcws2 .wxrv36{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}
.s5w7a .wxrv36 .q3se7k6e,.fl1368g .wxrv36 .q3se7k6e,
.l0j4 .wxrv36 .q3se7k6e,.ywjao .wxrv36 .q3se7k6e,
.wcws2 .wxrv36 .q3se7k6e{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}
.s5w7a .u3h1ww,.fl1368g .u3h1ww,
.l0j4 .u3h1ww,.ywjao .u3h1ww,
.wcws2 .u3h1ww{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.s5w7a .wxrv36,.fl1368g .wxrv36{top:12px}
.s5w7a .wxrv36 .q3se7k6e{margin-right:auto}
.fl1368g .wxrv36 .q3se7k6e{margin-left:auto}
.fl1368g .wxrv36{text-align:right}
.l0j4 .wxrv36,.ywjao .wxrv36{bottom:12px}
.l0j4 .wxrv36 .q3se7k6e{margin-right:auto}
.ywjao .wxrv36 .q3se7k6e{margin-left:auto}
.ywjao .wxrv36{text-align:right}
.wcws2 .wxrv36{position:relative;margin-top:16px}
.wcws2 .wxrv36 .q3se7k6e{margin:0 auto}
.ef2ktayx .wxrv36{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.ef2ktayx .wxrv36 .q3se7k6e{margin:0}
.ef2ktayx .ykait~.wxrv36,
.ef2ktayx .v6s9~.wxrv36{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.ef2ktayx .ykait~.wxrv36 .q3se7k6e,
.ef2ktayx .v6s9~.wxrv36 .q3se7k6e{justify-content:flex-start}
.ykait~.wxrv36,.v6s9~.wxrv36{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}
.ykait~.wxrv36 .q3se7k6e{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.v6s9~.wxrv36 .q3se7k6e{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.l4xw .q3se7k6e{margin:0 0 12px}
.q3se7k6e{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.u0ufkht{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.l0vyxb5j{font-weight:600;color:var(--text-heading);opacity:1}
.m71gn::before{content:"·";margin:0 2px;opacity:.5}
.u3h1ww{white-space:nowrap}
.mvdj .u0ufkht{display:none}
.byx6fqt .u3h1ww{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.byx6fqt .m71gn::before{content:""}
.u4w14se .u3h1ww{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}
.u4w14se .m71gn::before{content:""}
.s22hg .q3se7k6e{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.kqi0n .u3h1ww{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.kqi0n .m71gn::before{content:""}
.i04d0qf .u3h1ww{color: var(--accent-light);opacity:1;font-weight:500}
.b24nr0 .u3h1ww{border-bottom:1px solid currentColor;padding-bottom:2px}
.w5z20e .q3se7k6e{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.oi3ad9{--date-bg:transparent}
.ca8ed .m71gn::before{content:""}
.iya2 .m71gn::before{content:"•";opacity:.4}
.iya2 .u3h1ww + .u3h1ww::before{content:"•";margin-right:6px;opacity:.4}
.t98f0l2e .m71gn::before{content:"/";opacity:.35}
.t98f0l2e .u3h1ww + .u3h1ww::before{content:"/";margin-right:6px;opacity:.35}
.mcivk .m71gn::before{content:"|";opacity:.3}
.mcivk .u3h1ww + .u3h1ww::before{content:"|";margin-right:6px;opacity:.3}
.q66mu5kf .m71gn::before{content:"—";opacity:.3}
.q66mu5kf .u3h1ww + .u3h1ww::before{content:"—";margin-right:6px;opacity:.3}
.kin8d .m71gn::before{content:"◆";font-size:.5em;opacity:.35}
.kin8d .u3h1ww + .u3h1ww::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.ed0e2 .m71gn::before{content:"·";opacity:.4}
.ed0e2 .u3h1ww + .u3h1ww::before{content:"·";margin-right:6px;opacity:.4}
.c4na7pws .m71gn::before{content:"›";opacity:.4}
.c4na7pws .u3h1ww + .u3h1ww::before{content:"›";margin-right:6px;opacity:.4}
.n3xh .m71gn::before{content:"→";opacity:.35;font-size:.85em}
.n3xh .u3h1ww + .u3h1ww::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.abno .bvw1{padding:20px 0}
@media(max-width:640px){
  .bvw1{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .vhod1l7b{max-width:100%}
}
.hblyyqr .ezbt{margin:0}
@media (max-width:560px){
  .t6iaai0{grid-template-columns:repeat(2,1fr);gap:12px}
}
.kwwkkh4 {
  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;
}
.kwwkkh4.abol {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.ip0f2gdc {
  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; } }
.ip0f2gdc .spawuz9 {
  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;
}
.ip0f2gdc .spawuz9::before,
.ip0f2gdc .spawuz9::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.ip0f2gdc .spawuz9::before { transform: translate(-50%, -50%) rotate(45deg); }
.ip0f2gdc .spawuz9::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.ip0f2gdc .spawuz9:hover { background: rgba(0,0,0,0.12) !important; }
.x4hv {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.nb88w {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.oihzq {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.hyhu0 {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.ip0f2gdc .b84zgh2 {
  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;
}
.ip0f2gdc .b84zgh2:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .ip0f2gdc { padding: 28px 18px 20px; }
  .oihzq { font-size: 1.2rem; }
  .x4hv { max-width: 220px; max-height: 80px; }
}
.e5gdfj {
  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);
}
.lkw9qdl {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.k5nve  .e5gdfj { border-radius: 50%; }
.prxz  .e5gdfj { border-radius: 6px; }
.ewjb0vk .e5gdfj { border-radius: 22px; }
.kb9i6et .ufcuvz {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .e5gdfj { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.wl89 .t7ye6k {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.wl89 .y19n0 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.wl89 .ufcuvz {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.tqrb6ihj {
  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;                  
}
.tqrb6ihj.abol { transform: translate(-50%, 0); }
.tqrb6ihj .t7ye6k,
.tqrb6ihj .y19n0 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.tqrb6ihj .ufcuvz {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.z6bwfk9r {
  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;
}
.z6bwfk9r::before,
.z6bwfk9r::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.z6bwfk9r::before { transform: translate(-50%, -50%) rotate(45deg); }
.z6bwfk9r::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.z6bwfk9r:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .tqrb6ihj { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .tqrb6ihj .ufcuvz {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .tqrb6ihj .fn1xhffk { display: none !important; }
  .tqrb6ihj .pyfqgw { font-size: 1.1rem !important; }
  .tqrb6ihj .e5gdfj { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .z6bwfk9r { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .f4j4zn0 { flex-direction: row-reverse; }
[dir="rtl"] .vo9wl92 { flex-direction: row-reverse; }
[dir="rtl"] .esccl2gd  .uky4bu { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .gep3613j .uky4bu { right: auto; left: 20px; }
  [dir="rtl"] .esccl2gd  .uky4bu { left: auto;  right: 20px; }
}
[dir="rtl"] .drjii .h1zk  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .vglfp .h1zk { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ob419f, [dir="rtl"] .f41dag { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .s1ispm { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .pv4c7 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .nipc3qq { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .ufcuvz { direction: rtl; }
[dir="rtl"] .e5gdfj { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .occgj,
[dir="rtl"] .eyc5ni7 { direction: rtl; }
[dir="rtl"] .mble0v { direction: rtl; }
[dir="rtl"] .p7xnpz80 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .s5ui .f41dag,
[dir="rtl"] .ufytd1 .f41dag,
[dir="rtl"] .aex3q2n .f41dag,
[dir="rtl"] .oy540wy3 .f41dag {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .s5ui .f41dag li::before,
[dir="rtl"] .ufytd1 .f41dag li::before,
[dir="rtl"] .aex3q2n .f41dag li::before,
[dir="rtl"] .oy540wy3 .f41dag li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .ho42g5.ykft .l3jmq1vx,
[dir="rtl"] .p6qpu2sp.ykft .l3jmq1vx,
[dir="rtl"] .f4m6a9wa.ykft .l3jmq1vx,
[dir="rtl"] .fhueu7y.ykft .l3jmq1vx,
[dir="rtl"] .fnpz.ykft .l3jmq1vx { text-align: right; }
[dir="rtl"] .ykait.pb20fo .krevlvu { text-align: center; }
[dir="rtl"] .y19n0,
[dir="rtl"] .fuhuk9,
[dir="rtl"] .lbgvrxr,
[dir="rtl"] .l3jmq1vx { text-align: right; }
[dir="rtl"] .a1ht,
[dir="rtl"] .j1f01,
[dir="rtl"] .dlq7kg,
[dir="rtl"] .l9488,
[dir="rtl"] .qzk6 { text-align: right; direction: rtl; }
[dir="rtl"] .diatto .l9488,
[dir="rtl"] .sc7rznd .l9488 { padding-right: 20px; padding-left: 20px; }
.fys2lk8o .izqjmcy {
  width: 100%; max-width: 100%;
  left: auto; transform: none; margin: 24px 0; gap: 14px;
}
.fys2lk8o .occgj {
  display: flex !important;
  flex-direction: column; align-items: center; text-align: center;
  gap: 10px; padding: 20px 18px;
  border: 1px solid var(--border-alt); border-radius: 14px;
}
.fys2lk8o .occgj::before {          
  order: -1; width: 36px; height: 36px; min-width: 36px; margin: 0; padding: 0;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; background: var(--accent-bg); color: var(--accent);
  font-size: 1rem; font-weight: 700;
}
.fys2lk8o .rgd5 { order: 1; flex-direction: column; align-items: center; gap: 8px; width: auto; }
.fys2lk8o .rgd5 .z7and9ux { order: 0; }
.fys2lk8o .rgd5 .zl2l     { order: 1; }
.fys2lk8o .z7and9ux {
  background: transparent; padding: 0; flex-shrink: 0;
  width: 118px; height: 118px; border-radius: 50%; overflow: hidden;
}
.fys2lk8o .dehl4s4 {
  width: 118px; height: 118px; max-width: 118px; max-height: 118px;
  object-fit: cover; border-radius: 50%;
}
.fys2lk8o .zl2l { font-size: 20px; font-weight: 700; color: var(--accent); }
.fys2lk8o .v2ur3i4q { order: 2; display: block; width: auto; min-width: 0; }
.fys2lk8o .v2ur3i4q .upk4f.okr8t {
  background: var(--accent-bg); border-radius: 999px;
  padding: 8px 18px; display: inline-flex;
}
.fys2lk8o .v2ur3i4q .okr8t .ca1nk { display: none; }
.fys2lk8o .v2ur3i4q .okr8t .p4ewxbd {
  font-size: 18px; font-weight: 800; color: var(--accent); white-space: nowrap;
}
.fys2lk8o .v2ur3i4q .okr8t .p4ewxbd::before { content: "\1F381\00A0"; }
.fys2lk8o .t6dtw {
  order: 3; flex-direction: row; align-items: center; justify-content: center;
  gap: 8px; width: auto; min-width: 0;
}
.fys2lk8o .bk5ecl { order: 4; }
.fys2lk8o .bk5ecl.v3aeqpv1 { border-radius: 100px !important; padding: 12px 28px !important; max-width: 220px; width: 100%; }
@media (min-width: 981px) {
  .fys2lk8o .occgj {
    display: grid !important;
    
    grid-template-columns: 52px 260px minmax(120px, 1fr) 120px 170px;
    align-items: center; gap: 20px; text-align: left;
    border: none; border-radius: 0;
    border-top: 1px solid var(--border-alt); padding: 16px 22px;
  }
  .fys2lk8o .occgj:first-child { border-top: none; }
  .fys2lk8o .occgj::before { grid-column: 1; justify-self: center; }
  .fys2lk8o .rgd5 {
    grid-column: 2; flex-direction: row; align-items: center;
    justify-content: flex-start; gap: 16px; width: auto; text-align: left;
  }
  .fys2lk8o .z7and9ux,
  .fys2lk8o .dehl4s4 { width: 96px; height: 96px; max-width: 96px; max-height: 96px; }
  .fys2lk8o .zl2l { font-size: 20px; }
  .fys2lk8o .v2ur3i4q { grid-column: 3; display: flex; justify-content: center; padding: 0; }
  .fys2lk8o .v2ur3i4q .okr8t { align-items: center; text-align: center; }
  .fys2lk8o .v2ur3i4q .okr8t .p4ewxbd { font-size: 19px; }
  .fys2lk8o .t6dtw { grid-column: 4; justify-content: center; }
  .fys2lk8o .bk5ecl { grid-column: 5; justify-self: end; }
  .fys2lk8o .bk5ecl.v3aeqpv1 { width: auto; }
  .fys2lk8o .occgj:nth-child(even) { background: var(--accent-bg); }
}
:root {
  --accent:          #15821a;
  --brand:           #15821a;
  --brand-light:     #17651b;
  --brand-pale:      #2a862e;
  --grad-start:      #21d129;
  --grad-end:        #57d85d;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #10b981;
  --cta-light:       #089768;
  --cta-hover:       #0b8059;
  --bg-page:         #f6f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f3;
  --bg-raised:       #eef1ee;
  --bg-hover:        #f3f5f3;
  --border:          #e1e9e2;
  --border-alt:      #cfdcd0;
  --border-section:  #e1e9e2;
  --text-primary:    #171b17;
  --text-muted:      #516052;
  --text-body:       #2e372e;
  --text-sub:        #455346;
  --text-faint:      #748a75;
  --text-dim:        #90a190;
  --text-label:      #5d6e5d;
  --text-value:      #3a453a;
  --accent-bg:       #e1f3e2;
  --accent-bg-light: #c8edca;
  --bg-tip:          #f9f0f8;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f6f9;
  --bg-pros:         #f9f0f8;
  --bg-cons:         #faf6f3;
  --c-pros:          #930f8d;
  --c-cons:          #9f4821;
  --c-pros-label:    #ae12a7;
  --c-tip-border:    #c114b9;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #930f8d;
}
:root { --logo-bg-opacity: 39%; }
body, button, input { font-family: "Manrope", sans-serif; }
.h4u5ss .hqcj { font-size: 0; width: 1.2rem; flex-shrink: 0; }.h4u5ss .hqcj::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.h4u5ss .hcgrap     .hqcj::before { content: "";  color: var(--c-tip-border); }.h4u5ss .a974 .hqcj::before { content: ""; color: var(--c-warn-border); }.h4u5ss .oq6gnz    .hqcj::before { content: ""; color: #60a5fa; }.g1c35v8 .h4u5ss .hcgrap     .hqcj::before { color: #10b981; }.g1c35v8 .h4u5ss .a974 .hqcj::before { color: #f43f5e; }.g1c35v8 .h4u5ss .oq6gnz    .hqcj::before { color: #a855f7; }.i0jy55  .h4u5ss .hcgrap     .hqcj::before { color: #eab308; }.i0jy55  .h4u5ss .a974 .hqcj::before { color: #ef4444; }.i0jy55  .h4u5ss .oq6gnz    .hqcj::before { color: #f97316; }.xoqdycq9  .h4u5ss .hcgrap     .hqcj::before { color: #38bdf8; }.xoqdycq9  .h4u5ss .a974 .hqcj::before { color: #818cf8; }.xoqdycq9  .h4u5ss .oq6gnz    .hqcj::before { color: #2dd4bf; }.h8enxgv .h4u5ss .hqcj::before { color: var(--accent-light) !important; }
.yp48 .hmtd5n, .yp48 .ykait { min-height: 320px; }
.dcqm::before { content: '/'; }