:root {
  --color-accent: #95136d;
  --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;
}
.j4mbtsh {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.zn5s9h {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.x5u0vy {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.am9u { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.z1g4y { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.z1g4y a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.z1g4y a:hover { color: var(--accent-light); }
.i1uqke  .m29bwomg { border-radius: 14px; }
.i1uqke .m29bwomg li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.i1uqke .m29bwomg li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
@media (max-width: 640px) {
  .m29bwomg {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .vwz1we5i:hover .m29bwomg,
  .vwz1we5i:focus-within .m29bwomg { display: block; }
  .m29bwomg li a { padding: 8px 16px; font-size: 0.88rem; }
}
.oziks7r2 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.h5kon65 { display: none; }
@media (max-width: 640px) {
  .h5kon65 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .h5kon65.xej9 { display: block; }
}
@media (max-width: 640px) {
  .oziks7r2 { display: block; }
  .z1g4y > li + li::before { display: none !important; }
  .z1g4y {
    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;
  }
  .z1g4y.xej9 { display: flex; }
  .z1g4y li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .z1g4y li:last-child a { border-bottom: none; }
}
.qlo7x { min-height: 480px; }
.oqk4rhp {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.rrd6ba6 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.l0n6 .rrd6ba6 { margin-left: 0; margin-right: 0; }
.qfhu5c01 {
  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;
}
.aj1jj .qfhu5c01 { margin-top: 24px; }
.qfhu5c01:hover { opacity: 0.88; }
.fkdt7v {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.cx27h {
  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%);
}
.fkdt7v .ufpm3 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.fkdt7v .oqk4rhp { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.fkdt7v .rrd6ba6 { color: #e2e8f0; }
.fkdt7v.m2z8aa .ufpm3 { text-align: center; }
.fkdt7v.l0n6   .ufpm3 { text-align: left; }
.u3bw5f .ufpm3 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.u3bw5f .oqk4rhp { color: var(--text-primary); text-shadow: none; }
.u3bw5f .rrd6ba6 { color: var(--text-muted); }
.u3bw5f .qfhu5c01 { margin-top: 16px; }
.u3bw5f, .u3bw5f.qlo7x { min-height: auto !important; }
.u3bw5f.m2z8aa .ufpm3 { text-align: center; }
.u3bw5f.l0n6   .ufpm3 { text-align: left; }
.bnnhii {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.fu25usvy .bnnhii,
.fu25usvy .bnnhii::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.rhaf86ed .bnnhii,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.k1pcw1p .bnnhii,
.k1pcw1p .fkdt7v .cx27h {
  overflow: hidden;
}
.k1pcw1p .bnnhii::after,
.k1pcw1p .fkdt7v .cx27h::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%); }
}
.lp9p .bnnhii,
.lp9p .bnnhii::after,
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.lp9p .fkdt7v .cx27h {
  overflow: hidden;
}
.lp9p .fkdt7v .cx27h::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;
}
.d6ds .bnnhii,
.d6ds .fkdt7v .cx27h {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.fu25usvy .fkdt7v .cx27h {
  overflow: hidden;
}
.fu25usvy .fkdt7v .cx27h::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;
}
.rhaf86ed .fkdt7v .cx27h {
  animation: hg-breathe 10s ease-in-out infinite;
}
.bnnhii .cx27h {
  background: none;
}
.bnnhii .oqk4rhp { color: #fff; }
.bnnhii .rrd6ba6 { color: rgba(255,255,255,0.85); }
.bnnhii .qfhu5c01 { background: #fff; color: var(--cta); }
.bnnhii .qfhu5c01:hover { opacity: 0.92; }
.yw98i4fi .oqk4rhp { text-shadow: none; color: var(--text-primary); }
.yw98i4fi .rrd6ba6 { color: var(--text-muted); }
body.zys4o4 .oqk4rhp {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.fq57zwag .oqk4rhp {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.qlo7x.bnnhii .oqk4rhp,
section.bnnhii .oqk4rhp {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.yw98i4fi.l0n6   .hqigo6 { align-items: flex-start; text-align: left; }
.qlo7x .utud {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.utud .s12u1kx {
  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;
}
.utud .s12u1kx::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.utud .hssh { display: contents !important; }
.utud .hssh .ber11f3l {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.utud .hssh .fi2fwe0h { max-height: 48px; max-width: 96px; }
.utud .hssh .fdtd9qj {
  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;
}
.utud .qc34q {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.utud .r6hw9 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.utud .m3aim { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.utud .m3aim small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.utud .aaupj0l { display: contents !important; }
.utud .aaupj0l .atmrrz:not(.zpkz) { display: none !important; }
.utud .aaupj0l .zpkz {
  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;
}
.utud .aaupj0l .zpkz .athme {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.utud .aaupj0l .zpkz .w0b3ac {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.utud .ulpi6 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.utud .ulpi6.z74pyk {
  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;
}
.utud .ulpi6.z74pyk:hover { opacity: 0.85; }
.kjqrk .ufpm3 { padding-bottom: 24px; }
.aj1jj .ufpm3 { max-width: 1100px; }
@media (max-width: 700px) {
  .yw98i4fi { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .yw98i4fi:not(.vj59ucz) .r3p0 { display: none !important; }
  .vj59ucz .r3p0 { padding: 16px; }
  .hqigo6  { padding: 36px 24px; }
  .yw98i4fi~.h8kekbpu,.q6tkq~.h8kekbpu{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .qlo7x, .yw98i4fi { min-height: 320px !important; }
  .oqk4rhp { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .mios1un8,
  .k2gn,
  .f5mwqqw0 { grid-template-columns: 1fr !important; }

  

  
  .kjqrk { display: flex !important; flex-direction: column !important; }
  .kjqrk .ufpm3 { display: contents; }
  .kjqrk .cx27h { order: 0; }
  .kjqrk .oqk4rhp { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .kjqrk .mios1un8 { order: 2; padding: 0 16px 12px !important; }
  .kjqrk .rrd6ba6 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .aj1jj .ufpm3 { display: flex; flex-direction: column; }
  .aj1jj .ufpm3 .oqk4rhp { order: 1; }
  .aj1jj .ufpm3 .f5mwqqw0 { order: 2; margin: 8px 0 24px !important; }
  .aj1jj .ufpm3 .rrd6ba6 { order: 3; }
  .aj1jj .ufpm3 .qfhu5c01 { order: 4; align-self: center; margin-top: 0; }

  
  .yw98i4fi.vj59ucz {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .yw98i4fi.vj59ucz .hqigo6 { display: contents; padding: 0; }
  .yw98i4fi.vj59ucz .hqigo6 .oqk4rhp { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .yw98i4fi.vj59ucz .r3p0 { order: 2; padding: 12px 16px; }
  .yw98i4fi.vj59ucz .hqigo6 .rrd6ba6 { order: 3; padding: 0 24px; margin: 0 auto; }
  .yw98i4fi.vj59ucz .hqigo6 .qfhu5c01 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.kdy5 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.e9mg49bf { width: 100%; height: auto; display: block; border-radius: 10px; }
.vdtwv .kdy5        { border-radius: 16px; }
.vdtwv .e9mg49bf  { border-radius: 16px; }
.dw2ra .kdy5         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.dw2ra .e9mg49bf   { border-radius: 8px; }
.p5ewt { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.znoe { width: 100%; padding: 32px 0; position: relative; }
.y4z5 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ejpyxf3 .znoe:nth-child(even) { background: var(--bg-surface); }
.ejpyxf3 .znoe:nth-child(odd)  { background: var(--bg-page); }
.ced9y .znoe:nth-child(even) { background: var(--bg-card); }
.ced9y .znoe:nth-child(odd)  { background: var(--bg-page); }
.ejpyxf3 .znoe:nth-child(odd)  .y4z5 { background: var(--bg-card); border-radius: 6px; }
.ejpyxf3 .znoe:nth-child(even) .y4z5 { background: var(--bg-raised); border-radius: 6px; }
.ced9y .znoe:nth-child(odd)  .y4z5 { background: var(--bg-card); border-radius: 6px; }
.ced9y .znoe:nth-child(even) .y4z5 { background: var(--bg-raised); border-radius: 6px; }
.ejpyxf3 .znoe:nth-child(even) .gun01rm .tdec11b,
.ced9y .znoe:nth-child(even) .gun01rm .tdec11b { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ejpyxf3 .znoe:nth-child(odd) .gun01rm .tdec11b,
.ced9y .znoe:nth-child(odd) .gun01rm .tdec11b { background: var(--bg-card-inner); }
.ejpyxf3 .znoe:nth-child(even) .c0k7q .tdec11b:nth-child(odd),
.ced9y .znoe:nth-child(even) .c0k7q .tdec11b:nth-child(odd)  { background: var(--bg-card); }
.ejpyxf3 .znoe:nth-child(even) .c0k7q .tdec11b:nth-child(even),
.ced9y .znoe:nth-child(even) .c0k7q .tdec11b:nth-child(even) { background: var(--bg-card-inner); }
h1.iezfx { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.iezfx {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.kfb21 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.a90m5pce h2.iezfx {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.h7ibk53 h2.iezfx {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.vnmwpq2 h2.iezfx {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.jedr5v1d h2.iezfx::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.k0rs h2.iezfx {
  color: var(--text-primary); font-size: 1.7rem;
}
.so248 h2.iezfx::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.dr5bek h2.iezfx {
  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;
}
.lfjr { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .lfjr { display: none; } }
.lzqa { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.u5yg7dfh { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.tucbqf {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.efkd { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.hl77knhi { padding-left: 20px; }
.hl77knhi li { margin-bottom: 6px; }
.hl77knhi a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.hl77knhi a:hover { color: var(--accent-light); }
.ua10 .efkd { display: none; }
.krm2 .efkd { display: none; }
.krm2 .hl77knhi { padding-left: 0; list-style: none; }
.krm2 .hl77knhi li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.krm2 .hl77knhi a { font-size: 0.92rem; }
.tyov0zcb .tucbqf { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.tyov0zcb .efkd { display: none; }
.tyov0zcb .hl77knhi { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.tyov0zcb .hl77knhi li { margin-bottom: 0; }
.tyov0zcb .hl77knhi 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;
}
.tyov0zcb .hl77knhi a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.qbjv5ax .tucbqf { padding: 20px 20px 16px; }
.qbjv5ax .hl77knhi {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.qbjv5ax .hl77knhi li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.qbjv5ax .hl77knhi 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;
}
.qbjv5ax .hl77knhi 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;
}
.qbjv5ax .hl77knhi a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.qbjv5ax .hl77knhi a:focus,
.qbjv5ax .hl77knhi a:focus-visible,
.qbjv5ax .hl77knhi a:target { outline: none; }
.qbjv5ax .hl77knhi li:target a { border-color: var(--border); color: var(--text-muted); }
.ktsh .tucbqf { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ktsh .efkd { display: none; }
.ktsh .hl77knhi { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ktsh .hl77knhi li { margin-bottom: 0; }
.ktsh .hl77knhi li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ktsh .hl77knhi li:last-child::after { content: ""; margin-right: 0; }
.ktsh .hl77knhi a { font-size: 0.9rem; }
.tdec11b { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.gun01rm .tdec11b { background: var(--bg-card); }
.c0k7q .tdec11b:nth-child(odd)  { background: var(--bg-card); }
.c0k7q .tdec11b:nth-child(even) { background: var(--bg-raised); }
.mt4yrv0t .tdec11b {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.mt4yrv0t .tdec11b:last-child { border-bottom: none; }
.mt4yrv0t h3.kfb21 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.epei4 .tdec11b {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.epei4 .tdec11b + .tdec11b { margin-top: 4px; }
.ics6nvf .tdec11b { background: none; border-radius: 0; padding: 12px 0; }
.ics6nvf .tdec11b + .tdec11b { border-top: 1px solid var(--border-section); }
.fumai6 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.mfyoibt { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.nt5sqe9 { color: var(--text-body); margin-bottom: 10px; }
.vpqumy, .f09l { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.vpqumy li, .f09l li { margin-bottom: 6px; }
.f09l li { list-style: decimal; }
.vnog3ma2     .vpqumy { list-style-type: "● "; }
.k7df7p7j  .vpqumy { list-style-type: "■ "; }
.f1tuwgm .vpqumy { list-style-type: "◆ "; }
.da9ratwk    .vpqumy { list-style-type: "★ "; }
.vnog3ma2     .nxczzq { list-style-type: "● "; }
.k7df7p7j  .nxczzq { list-style-type: "■ "; }
.f1tuwgm .nxczzq { list-style-type: "◆ "; }
.da9ratwk    .nxczzq { list-style-type: "★ "; }
.vnog3ma2    .vpqumy li::marker, .vnog3ma2    .nxczzq li::marker,
.k7df7p7j .vpqumy li::marker, .k7df7p7j .nxczzq li::marker,
.f1tuwgm .vpqumy li::marker, .f1tuwgm .nxczzq li::marker,
.da9ratwk   .vpqumy li::marker, .da9ratwk   .nxczzq li::marker {
  color: var(--cta); font-size: 1em;
}
.vnog3ma2 .f09l,
.k7df7p7j .f09l,
.f1tuwgm .f09l,
.da9ratwk .f09l {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.vnog3ma2 .f09l li,
.k7df7p7j .f09l li,
.f1tuwgm .f09l li,
.da9ratwk .f09l li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.vnog3ma2 .f09l li::before,
.k7df7p7j .f09l li::before,
.f1tuwgm .f09l li::before,
.da9ratwk .f09l 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;
}
.vnog3ma2     .f09l li::before { border-radius: 50%; }
.k7df7p7j  .f09l li::before { border-radius: 3px; }
.f1tuwgm .f09l li::before { border-radius: 3px; }
.da9ratwk    .f09l li::before { border-radius: 50%; }
.xpeurhn4 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.anxk .xpeurhn4,
.hcb3 .xpeurhn4 { background: transparent; border: none; border-radius: 0; }
.y7vm506 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.y7vm506 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.y7vm506 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.y7vm506 tr:hover td { background: var(--bg-hover); }
.lidzn .y7vm506 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.jot742n .y7vm506 { border: 1px solid var(--border-alt); }
.jot742n .y7vm506 th,
.jot742n .y7vm506 td { border: 1px solid var(--border-alt); }
.d6q9g .y7vm506 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.d6q9g .y7vm506 td { border-bottom: none; }
.d6q9g .y7vm506 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.lwcd759 .y7vm506 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.cuuom265 .xpeurhn4 {
  overflow: hidden;
}
.cuuom265 .y7vm506 th { border-bottom: 1px solid var(--border-alt); }
.cuuom265 .y7vm506 tr:last-child td { border-bottom: none; }
.vfxni4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.jc09wg { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.et8i4gxi { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.cbl640m { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.hwdg4mqw { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.nxczzq { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.nxczzq 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%}
.j9qx9hyq .cbl640m { background: transparent; text-align: center; }
.b5ag .et8i4gxi {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.pmf5 .et8i4gxi {
  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);
}
.zlsf .jc09wg { display: grid; grid-template-columns: auto 1fr; }
.zlsf .et8i4gxi {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.zlsf .cbl640m { grid-column: 2; }
.zlsf .hwdg4mqw,
.zlsf .nxczzq { grid-column: 1 / -1; }
.csvwpksk .jc09wg { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.csvwpksk .et8i4gxi {
  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);
}
.csvwpksk .cbl640m { grid-column: 2; }
.csvwpksk .hwdg4mqw,
.csvwpksk .nxczzq { grid-column: 1 / -1; }
.ibvuk2w3 .jc09wg { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.ibvuk2w3 .cbl640m { background: none; color: var(--accent-light); font-weight: 700; }
.nfxvutrs .jc09wg { 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); }
.nfxvutrs .cbl640m { background: none; color: var(--accent-light); font-weight: 700; }
.e529 .jc09wg { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.e529 .jc09wg:last-child { border-bottom: none; }
.e529 .cbl640m { background: none; color: var(--accent-light); font-weight: 700; }
.r1lbi8 .jc09wg { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.r1lbi8 .cbl640m { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.xow4g .vfxni4 { counter-reset: card-n; }
.xow4g .jc09wg  { counter-increment: card-n; }
.xow4g .cbl640m { display: flex; align-items: center; gap: 10px; }
.xow4g .cbl640m::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;
}
.w9ev6 .jc09wg { background: var(--bg-surface); border: 1px solid var(--border); }
.w9ev6 .cbl640m { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.mzx64e { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.nb3jfb8m  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.ck59ylo9 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.ux4b0r32 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.basad { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.mzx64e strong { color: var(--text-primary); font-size: 0.95rem; }
.mzx64e p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.sppju2u { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.i93v, .mosl3vzu { border-radius: 8px; padding: 14px; }
.i93v { background: var(--bg-pros); }
.mosl3vzu { background: var(--bg-cons); }
.gfgzo9o4 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.i93v .gfgzo9o4 { color: var(--c-pros-label); }
.mosl3vzu .gfgzo9o4 { color: #f87171; }
.i93v ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.mosl3vzu ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.e9mg49bf { width: 100%; height: auto; border-radius: 10px; display: block; }
.z74pyk {
  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;
}
.z74pyk:hover { opacity: 0.85; }
.rpnkzeow .z74pyk  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.rpnkzeow .z74pyk:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.pwysb .z74pyk  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.pwysb .z74pyk:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.cvn0ex .qfhu5c01 { border-radius: 50px; }
.cvn0ex .z74pyk  { border-radius: 50px; }
.drhtph .qfhu5c01 { padding-left: 22px; padding-right: 22px; }
.drhtph .z74pyk  { padding-left: 12px; padding-right: 12px; }
.e235x .qfhu5c01 { padding-left: 44px; padding-right: 44px; }
.e235x .z74pyk  { padding-left: 24px; padding-right: 24px; }
.mncstl .qfhu5c01 { padding-left: 56px; padding-right: 56px; }
.mncstl .z74pyk  { padding-left: 32px; padding-right: 32px; }
.clnor7wy   .qfhu5c01::after, .clnor7wy   .z74pyk::after,
.rg82 .qfhu5c01::after, .rg82 .z74pyk::after,
.ttr843kf    .qfhu5c01::after, .ttr843kf    .z74pyk::after,
.m7g57    .qfhu5c01::after, .m7g57    .z74pyk::after,
.qxn8qm7    .qfhu5c01::after, .qxn8qm7    .z74pyk::after,
.yg0ea74     .qfhu5c01::after, .yg0ea74     .z74pyk::after,
.q7chq    .qfhu5c01::after, .q7chq    .z74pyk::after,
.jfq5   .qfhu5c01::after, .jfq5   .z74pyk::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;
}
.clnor7wy .qfhu5c01::after, .clnor7wy .z74pyk::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");
}
.rg82 .qfhu5c01::after, .rg82 .z74pyk::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");
}
.ttr843kf .qfhu5c01::after, .ttr843kf .z74pyk::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");
}
.m7g57 .qfhu5c01::after, .m7g57 .z74pyk::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");
}
.qxn8qm7 .qfhu5c01::after, .qxn8qm7 .z74pyk::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");
}
.yg0ea74 .qfhu5c01::after, .yg0ea74 .z74pyk::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");
}
.q7chq .qfhu5c01::after, .q7chq .z74pyk::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");
}
.jfq5 .qfhu5c01::after, .jfq5 .z74pyk::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");
}
.gvp6   .o665m::after, .gvp6   .aqwyy::after,
.m6slhgbs .o665m::after, .m6slhgbs .aqwyy::after,
.je5t2    .o665m::after, .je5t2    .aqwyy::after,
.fioq4oj    .o665m::after, .fioq4oj    .aqwyy::after,
.leav8    .o665m::after, .leav8    .aqwyy::after,
.lxsw     .o665m::after, .lxsw     .aqwyy::after,
.a7iui    .o665m::after, .a7iui    .aqwyy::after,
.vdaqvz   .o665m::after, .vdaqvz   .aqwyy::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;
}
.gvp6 .o665m::after, .gvp6 .aqwyy::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");
}
.m6slhgbs .o665m::after, .m6slhgbs .aqwyy::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");
}
.je5t2 .o665m::after, .je5t2 .aqwyy::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");
}
.fioq4oj .o665m::after, .fioq4oj .aqwyy::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");
}
.leav8 .o665m::after, .leav8 .aqwyy::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");
}
.lxsw .o665m::after, .lxsw .aqwyy::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");
}
.a7iui .o665m::after, .a7iui .aqwyy::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");
}
.vdaqvz .o665m::after, .vdaqvz .aqwyy::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");
}
.i2y6 {
  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;
}
.s12u1kx {
  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;
}
.s12u1kx > * { min-width: 0; }
.s12u1kx:hover { background: var(--bg-hover); }
.s12u1kx > [itemprop="item"] { display: contents; }
.s12u1kx [itemprop="itemReviewed"],
.s12u1kx [itemprop="reviewRating"] { display: none; }
.s12u1kx::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;
}
.hssh {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.ber11f3l {
  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;
}
.fi2fwe0h { max-height: 52px; max-width: 110px; object-fit: contain; }
.fdtd9qj {
  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;
}
.s3r434d .ber11f3l    { background: #1a1a1a; }
.gosk51 .ber11f3l   { background: rgba(128,128,128,.12); }
.g1yf .ber11f3l { background: var(--bg-raised); }
.uzlk .ber11f3l    { background: transparent; padding: 0; }
.qc34q {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.r6hw9 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.m3aim { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.aaupj0l {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.atmrrz {
  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;
}
.athme {
  
  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%;
}
.w0b3ac {
  
  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;
}
.ulpi6 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.ulpi6.z74pyk {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .s12u1kx {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .s12u1kx::before    { grid-area: rank;   }
  .hssh           { grid-area: ident;  }
  .qc34q     { grid-area: rating; min-width: 0; width: auto; }
  .aaupj0l           { grid-area: pills;  }
  .ulpi6             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .s12u1kx {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .s12u1kx::before    { justify-self: center; }
  .hssh           { width: 100%; }
  .qc34q     { justify-self: center; }
  .aaupj0l           { grid-template-columns: 1fr; }
}
.zwguaab8 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.pi1xx06a {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.hzo342z0 {
  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;
}
.hzo342z0 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.qrm95cka { flex: 1; }
.qrm95cka h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.n7k4 { color: var(--c-stars); font-size: 1.1rem; }
.oklys { margin-bottom: 8px; }
.ohsx { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.axu4bld0::before   { content: "★ "; color: var(--accent-light); }
.lnaom { flex-shrink: 0; }
.prq3 img.t0hz4 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.anxk { padding: 20px 24px; }
.c1zsu4 { color: var(--text-muted); margin-bottom: 16px; }
.ka980a { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.k88o5, .wm9h6 { list-style: none; font-size: 0.9rem; }
.k88o5 li { color: var(--c-pros); margin-bottom: 4px; }
.wm9h6 li { color: var(--c-cons); margin-bottom: 4px; }
.k88o5 li::before { content: "✓"; margin-right: 5px; }
.wm9h6 li::before { content: "✗"; margin-right: 5px; }
.cgx8uo .k88o5 li::before { content: "→"; }
.cgx8uo .wm9h6 li::before { content: "–"; }
.hrb1qo  .k88o5 li::before { content: "★"; }
.hrb1qo  .wm9h6 li::before { content: "✕"; }
.g4wm    .k88o5 li::before { content: "◆"; }
.g4wm    .wm9h6 li::before { content: "▲"; }
.la45e  .k88o5 li::before { content: "▶"; }
.la45e  .wm9h6 li::before { content: "■"; }
.ul3sk { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.tan62wnq { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.rpgdcr4 { background: var(--bg-pros); color: var(--c-tag-pay); }
.eyrt4 { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.lr2fizk .eyrt4 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.uvprhekt .eyrt4 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .f7m9 .onxx3xru {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .f7m9 .zwguaab8 { margin: 0; }
}
.pzqb .pi1xx06a { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.pzqb .qrm95cka h3 { color: var(--accent-light); }
.pzqb .hzo342z0 { background: var(--bg-page); border: 1px solid var(--border); }
.iczurk .zwguaab8 { border-top: 4px solid var(--accent); }
.iczurk .pi1xx06a { background: var(--bg-card); }
.bq704v56 .zwguaab8 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.bq704v56 .pi1xx06a { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.bq704v56 .anxk { padding: 14px 16px; }
.bq704v56 .hzo342z0 { border-radius: 4px; }
.bq704v56 .eyrt4 { border-radius: 0; }
.zz1dzypf .pi1xx06a { padding: 0; gap: 0; overflow: hidden; }
.zz1dzypf .hzo342z0 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.zz1dzypf .qrm95cka { padding: 16px 20px; }
.zz1dzypf .lnaom { padding: 16px 20px; align-self: center; }
.m530xhl .n7k4 { font-size: .95rem; }
.hcb3 .sppju2u { gap: 10px; }
.hcb3 .i93v, .hcb3 .mosl3vzu { padding: 12px; }
.hcb3 .i93v ul, .hcb3 .mosl3vzu ul { margin: 4px 0 0; padding-left: 18px; }
.hcb3 .i93v li, .hcb3 .mosl3vzu li { font-size: .85rem; margin-bottom: 3px; }
.cttr .tan62wnq { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .ouwx { grid-template-columns: 1fr; }
  .frxe { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .frxe .zfon { width: 72px; height: 50px; }
  .frxe .gpev { max-width: 180px; }
  .frxe .c6ge2 { width: auto; }
}
.inoxmt2 .m530xhl .n7k4 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .inoxmt2 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .aztrl9 { padding: 16px; }
  .tiz6180d .dtbouc { min-width: 50%; }
}
.bulg9dz .sppju2u { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .qu8s94 { grid-template-columns: 1fr; }
  .qg9m96a { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ra1be8 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .n4161 { flex-wrap: wrap; padding: 16px; }
}
.lsnk .sppju2u { gap: 8px; }
.lsnk .i93v, .lsnk .mosl3vzu { padding: 8px; }
@media (max-width: 480px) {
  .yim35ky { flex-direction: column; align-items: stretch; }
}
.mmg133g3 .c6ge2 .z74pyk { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .nl0a1 { flex-direction: column; align-items: stretch; gap: 10px; }
  .mmg133g3 .c6ge2 { text-align: center; }
}
@media (max-width: 720px) {
  .sodw8u { grid-template-columns: 1fr; }
  .dz160x { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ridl { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.ceva89r .y9mri { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.mlh0s1e6 .n7k4 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .jj156 { grid-template-columns: 1fr; }
  .mlh0s1e6 { width: 100px; height: 100px; margin: 16px auto; }
  .ceva89r { font-size: 1.4rem; }
  .ucaa { justify-content: center; }
  .heufd1 .dtbouc { min-width: 50%; }
}
.ukar8 .sppju2u { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .sbba7 { flex-wrap: wrap; padding: 14px 16px; }
  .ecjd080 { padding: 12px 16px; }
  .ukar8 .sppju2u { margin: 0 16px; }
  .ukar8 .cttr { padding: 0 16px; }
  .b0g9wn4 { padding: 12px 16px; }
}
.guup9wx .s12u1kx {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.guup9wx .s12u1kx:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.zxsft9n .i2y6 { gap: 18px; }
.zxsft9n .s12u1kx {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.zxsft9n .s12u1kx:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.e65p92em .i2y6 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.e65p92em .s12u1kx {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.e65p92em .s12u1kx:last-child { border-bottom: none; }
.e65p92em .hssh,
.e65p92em .qc34q,
.e65p92em .aaupj0l {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.b71kf9gr .i2y6 { gap: 0; }
.b71kf9gr .s12u1kx {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.b71kf9gr .s12u1kx:last-child { border-bottom: none; }
.b71kf9gr .s12u1kx:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.b71kf9gr .s12u1kx:nth-child(even):hover { background: var(--bg-hover); }
.vn7xgi65 .s12u1kx {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.xqs1w2 .aaupj0l .atmrrz {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.xqs1w2 .aaupj0l .atmrrz:first-child { border-left: none; }
.lvy8v .aaupj0l .atmrrz {
  background: transparent; padding: 4px 8px;
}
.lvy8v .aaupj0l .athme { font-size: .65rem; opacity: .65; }
.lvy8v .aaupj0l .w0b3ac   { font-size: 1.15rem; color: var(--accent-light); }
.pt0b9 .aaupj0l .atmrrz {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.m3aim { display: none; }
.ssgfxx55 .r6hw9 { font-size: 1rem; letter-spacing: 2px; }
.o9rq .r6hw9 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.b0d36xt2 .r6hw9,
.ahbxzn9 .r6hw9,
.ytsz7zn .r6hw9 { display: none; }
.b0d36xt2 .m3aim,
.ahbxzn9 .m3aim,
.ytsz7zn .m3aim { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.b0d36xt2 .m3aim { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.b0d36xt2 .m3aim small { display: none; }
.ahbxzn9 .m3aim {
  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;
}
.ahbxzn9 .m3aim small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.ytsz7zn .m3aim {
  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;
}
.ytsz7zn .m3aim small { display: none; }
.b0d36xt2 .oklys .n7k4,
.ahbxzn9 .oklys .n7k4,
.ytsz7zn .oklys .n7k4 { display: none; }
.b0d36xt2 .oklys strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.b0d36xt2 .y9mri { display: none; }
.ahbxzn9 .oklys 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;
}
.ahbxzn9 .lmw08os,
.ahbxzn9 .y9mri { font-size: 1em; }
.ytsz7zn .oklys strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.ytsz7zn .y9mri { display: none; }
.eg9to { margin: 16px 0; }
.x72l93qz { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.x72l93qz summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.x72l93qz summary::after { content: "+"; color: var(--accent-light); }
.x72l93qz[open] summary::after { content: "−"; }
.x72l93qz p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.znoe { margin-bottom: 0; }
.btsueawa h2.iezfx { color: var(--text-primary); border-color: var(--accent-light); }
.j8kz06y h2.iezfx { color: var(--text-primary); border-color: var(--accent-light); }
.meci8es .nb3jfb8m     { background: #052e16; border-color: #10b981; }
.meci8es .ck59ylo9 { background: #2d0a1e; border-color: #f43f5e; }
.meci8es .ux4b0r32    { background: #1e1036; border-color: #a855f7; }
.meci8es .mzx64e strong  { color: #f1f5f9; }
.meci8es .mzx64e p       { color: #cbd5e1; }
.meci8es .qe4ezwjt    .nb3jfb8m     .basad::before,
.meci8es .mx77u  .nb3jfb8m     .basad::before,
.meci8es .xvo6x7  .nb3jfb8m     .basad::before,
.meci8es .vqnj20 .nb3jfb8m     .basad::before { color: #10b981; }
.meci8es .qe4ezwjt    .ck59ylo9 .basad::before,
.meci8es .mx77u  .ck59ylo9 .basad::before,
.meci8es .xvo6x7  .ck59ylo9 .basad::before,
.meci8es .vqnj20 .ck59ylo9 .basad::before { color: #f43f5e; }
.meci8es .qe4ezwjt    .ux4b0r32    .basad::before,
.meci8es .mx77u  .ux4b0r32    .basad::before,
.meci8es .xvo6x7  .ux4b0r32    .basad::before,
.meci8es .vqnj20 .ux4b0r32    .basad::before { color: #a855f7; }
.lxdj .nb3jfb8m     { background: #2d2000; border-color: #eab308; }
.lxdj .ck59ylo9 { background: #2d0b0b; border-color: #ef4444; }
.lxdj .ux4b0r32    { background: #2d1600; border-color: #f97316; }
.lxdj .mzx64e strong  { color: #f1f5f9; }
.lxdj .mzx64e p       { color: #cbd5e1; }
.lxdj .qe4ezwjt    .nb3jfb8m     .basad::before,
.lxdj .mx77u  .nb3jfb8m     .basad::before,
.lxdj .xvo6x7  .nb3jfb8m     .basad::before,
.lxdj .vqnj20 .nb3jfb8m     .basad::before { color: #eab308; }
.lxdj .qe4ezwjt    .ck59ylo9 .basad::before,
.lxdj .mx77u  .ck59ylo9 .basad::before,
.lxdj .xvo6x7  .ck59ylo9 .basad::before,
.lxdj .vqnj20 .ck59ylo9 .basad::before { color: #ef4444; }
.lxdj .qe4ezwjt    .ux4b0r32    .basad::before,
.lxdj .mx77u  .ux4b0r32    .basad::before,
.lxdj .xvo6x7  .ux4b0r32    .basad::before,
.lxdj .vqnj20 .ux4b0r32    .basad::before { color: #f97316; }
.sec9 .nb3jfb8m     { background: #0c1a2e; border-color: #38bdf8; }
.sec9 .ck59ylo9 { background: #12103a; border-color: #818cf8; }
.sec9 .ux4b0r32    { background: #0a2020; border-color: #2dd4bf; }
.sec9 .mzx64e strong  { color: #f1f5f9; }
.sec9 .mzx64e p       { color: #cbd5e1; }
.sec9 .qe4ezwjt    .nb3jfb8m     .basad::before,
.sec9 .mx77u  .nb3jfb8m     .basad::before,
.sec9 .xvo6x7  .nb3jfb8m     .basad::before,
.sec9 .vqnj20 .nb3jfb8m     .basad::before { color: #38bdf8; }
.sec9 .qe4ezwjt    .ck59ylo9 .basad::before,
.sec9 .mx77u  .ck59ylo9 .basad::before,
.sec9 .xvo6x7  .ck59ylo9 .basad::before,
.sec9 .vqnj20 .ck59ylo9 .basad::before { color: #818cf8; }
.sec9 .qe4ezwjt    .ux4b0r32    .basad::before,
.sec9 .mx77u  .ux4b0r32    .basad::before,
.sec9 .xvo6x7  .ux4b0r32    .basad::before,
.sec9 .vqnj20 .ux4b0r32    .basad::before { color: #2dd4bf; }
.o56nw2vr .nb3jfb8m     { background: var(--accent-bg); border-color: var(--accent-light); }
.o56nw2vr .ck59ylo9 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.o56nw2vr .ux4b0r32    { background: var(--accent-bg); border-color: var(--accent-pale); }
.o56nw2vr .qe4ezwjt    .basad::before,
.o56nw2vr .mx77u  .basad::before,
.o56nw2vr .xvo6x7  .basad::before,
.o56nw2vr .vqnj20 .basad::before { color: var(--accent-light) !important; }
.i4ncd::before,
.ervpuyh::before { margin-right: 5px; }
.ksjiu .i93v ul li,
.ksjiu .k88o5 li         { color: #4ade80; }
.ksjiu .i93v .i4ncd { color: #22c55e; }
.ksjiu .mosl3vzu ul li,
.ksjiu .wm9h6 li         { color: #f87171; }
.ksjiu .mosl3vzu .ervpuyh { color: #ef4444; }
.mi5jr .i93v { background: var(--bg-pros); }
.mi5jr .mosl3vzu { background: var(--bg-cons); }
.mi5jr .i93v .i4ncd { color: var(--c-pros-label); }
.mi5jr .mosl3vzu .ervpuyh { color: var(--c-cons); }
.mi5jr .i93v ul li,
.mi5jr .k88o5 li            { color: var(--c-pros); }
.mi5jr .mosl3vzu ul li,
.mi5jr .wm9h6 li            { color: var(--c-cons); }
.iqfr4 .i93v { background: var(--bg-pros); }
.iqfr4 .mosl3vzu { background: var(--bg-cons); }
.iqfr4 .i93v .i4ncd { color: var(--c-pros-label); }
.iqfr4 .mosl3vzu .ervpuyh { color: var(--c-cons); }
.iqfr4 .i93v ul li,
.iqfr4 .k88o5 li          { color: var(--c-pros); }
.iqfr4 .mosl3vzu ul li,
.iqfr4 .wm9h6 li          { color: var(--c-cons); }
.efbgqdmc .i4ncd::before { content: "✓ "; }
.efbgqdmc .ervpuyh::before { content: "✗ "; }
.cgx8uo .i4ncd::before { content: "→ "; }
.cgx8uo .ervpuyh::before { content: "← "; }
.hrb1qo .i4ncd::before { content: "★ "; }
.hrb1qo .ervpuyh::before { content: "✕ "; }
.g4wm .i4ncd::before { content: "◆ "; }
.g4wm .ervpuyh::before { content: "▲ "; }
.uvprhekt .mzx64e { background: transparent; border-left: none; border: 1.5px solid; }
.uvprhekt .nb3jfb8m     { border-color: var(--c-tip-border); }
.uvprhekt .ck59ylo9 { border-color: var(--c-warn-border); }
.uvprhekt .ux4b0r32    { border-color: #60a5fa; }
.uvprhekt .mzx64e strong { color: var(--text-primary); }
.uvprhekt .mzx64e p      { color: var(--text-muted); }
.lr2fizk .mzx64e { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.lr2fizk .nb3jfb8m     { border-top-color: var(--c-tip-border); }
.lr2fizk .ck59ylo9 { border-top-color: var(--c-warn-border); }
.lr2fizk .ux4b0r32    { border-top-color: #60a5fa; }
.amzzwwux .mzx64e { border-left: none; border-radius: 8px; }
.amzzwwux .nb3jfb8m     { background: #065f46; }
.amzzwwux .ck59ylo9 { background: #92400e; }
.amzzwwux .ux4b0r32    { background: #1e3a8a; }
.amzzwwux .mzx64e strong,
.amzzwwux .mzx64e p { color: #fff; }
.amzzwwux .basad::before { color: rgba(255,255,255,0.85) !important; }
.meci8es.amzzwwux .nb3jfb8m,
.meci8es .amzzwwux .nb3jfb8m     { background: #052e16; }
.meci8es.amzzwwux .ck59ylo9,
.meci8es .amzzwwux .ck59ylo9 { background: #2d0a1e; }
.meci8es.amzzwwux .ux4b0r32,
.meci8es .amzzwwux .ux4b0r32    { background: #1e1036; }
.lxdj.amzzwwux .nb3jfb8m,
.lxdj .amzzwwux .nb3jfb8m      { background: #2d2000; }
.lxdj.amzzwwux .ck59ylo9,
.lxdj .amzzwwux .ck59ylo9  { background: #2d0b0b; }
.lxdj.amzzwwux .ux4b0r32,
.lxdj .amzzwwux .ux4b0r32     { background: #2d1600; }
.sec9.amzzwwux .nb3jfb8m,
.sec9 .amzzwwux .nb3jfb8m      { background: #0c1a2e; }
.sec9.amzzwwux .ck59ylo9,
.sec9 .amzzwwux .ck59ylo9  { background: #12103a; }
.sec9.amzzwwux .ux4b0r32,
.sec9 .amzzwwux .ux4b0r32     { background: #0a2020; }
.b3jfc .mzx64e { border-left: none; border-radius: 6px; padding: 10px 14px; }
.b3jfc .nb3jfb8m     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.b3jfc .ck59ylo9 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.b3jfc .ux4b0r32    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.b3jfc .mzx64e strong { color: var(--text-primary); }
.b3jfc .mzx64e p      { color: var(--text-muted); }
.xpnvahit .mzx64e { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.qe4ezwjt .basad,
.mx77u .basad,
.xvo6x7 .basad,
.vqnj20 .basad { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.qe4ezwjt .basad::before,
.mx77u .basad::before,
.xvo6x7 .basad::before,
.vqnj20 .basad::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.qe4ezwjt .nb3jfb8m     .basad::before { content: "✦"; color: var(--c-tip-border); }
.qe4ezwjt .ck59ylo9 .basad::before { content: "▲"; color: var(--c-warn-border); }
.qe4ezwjt .ux4b0r32    .basad::before { content: "◉"; color: #60a5fa; }
.mx77u .nb3jfb8m     .basad::before { content: "★"; color: var(--c-tip-border); }
.mx77u .ck59ylo9 .basad::before { content: "◆"; color: var(--c-warn-border); }
.mx77u .ux4b0r32    .basad::before { content: "●"; color: #60a5fa; }
.xvo6x7 .nb3jfb8m     .basad::before { content: "▶"; color: var(--c-tip-border); }
.xvo6x7 .ck59ylo9 .basad::before { content: "■"; color: var(--c-warn-border); }
.xvo6x7 .ux4b0r32    .basad::before { content: "▸"; color: #60a5fa; }
.vqnj20 .nb3jfb8m     .basad::before { content: "→"; color: var(--c-tip-border); }
.vqnj20 .ck59ylo9 .basad::before { content: "⬥"; color: var(--c-warn-border); }
.vqnj20 .ux4b0r32    .basad::before { content: "◈"; color: #60a5fa; }
.bzc7z .gun01rm .tdec11b,
.bzc7z .c0k7q .tdec11b  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.bzc7z .jc09wg                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.bzc7z .s12u1kx                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.bzc7z .zwguaab8            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.bzc7z .xpeurhn4          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.bzc7z .tucbqf                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.z8ye .gun01rm .tdec11b,
.z8ye .c0k7q .tdec11b,
.z8ye .jc09wg,
.z8ye .s12u1kx,
.z8ye .zwguaab8,
.z8ye .xpeurhn4,
.z8ye .tucbqf,
.z8ye .xpnvahit .mzx64e { box-shadow: none; }
.jco0   .nt5sqe9, .jco0 .fumai6, .jco0 .mfyoibt,
.jco0   .lzqa, .jco0 .u5yg7dfh { font-size: 0.9rem; }
.jco0   .vpqumy, .jco0 .f09l { font-size: 0.9rem; }
.desy1i7x   .nt5sqe9, .desy1i7x .fumai6, .desy1i7x .mfyoibt,
.desy1i7x   .lzqa, .desy1i7x .u5yg7dfh { font-size: 0.95rem; }
.desy1i7x   .vpqumy, .desy1i7x .f09l { font-size: 0.95rem; }
.cvmvov   .nt5sqe9, .cvmvov .fumai6, .cvmvov .mfyoibt,
.cvmvov   .lzqa, .cvmvov .u5yg7dfh { font-size: 1.08rem; }
.cvmvov   .vpqumy, .cvmvov .f09l { font-size: 1.05rem; }
.cvmvov   .y7vm506 { font-size: 0.97rem; }
.v8q1a .oqk4rhp      { font-size: 3.2rem; }
.v8q1a h2.iezfx { font-size: 1.9rem; }
.v8q1a h3.kfb21     { font-size: 1.4rem; }
.m8uls .oqk4rhp      { font-size: 3.8rem; }
.m8uls h2.iezfx { font-size: 2.2rem; }
.m8uls h3.kfb21     { font-size: 1.6rem; }
.znoe + .znoe { position: relative; }
.mpv9mh   .znoe + .znoe::before,
.jxoo  .znoe + .znoe::before,
.dqxp3sb   .znoe + .znoe::before,
.s2s6cba8   .znoe + .znoe::before,
.ypz0c   .znoe + .znoe::before,
.wx5d .znoe + .znoe::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.mpv9mh .znoe + .znoe::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.jxoo .znoe + .znoe::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.dqxp3sb .znoe + .znoe::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;
}
.s2s6cba8 .znoe + .znoe::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.tib4kwx .znoe { margin-bottom: 16px; }
.tib4kwx .znoe + .znoe { margin-top: 0; }
.tib4kwx .y4z5 { padding-top: 0; padding-bottom: 0; }
.ypz0c .znoe + .znoe::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.wx5d .znoe + .znoe::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.l41z .znoe + .znoe::before,
.efkql0vs .znoe + .znoe::before,
.x21w4kbm .znoe + .znoe::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%;
}
.ejpyxf3 .l41z .znoe:nth-child(even)::before,
.ejpyxf3 .efkql0vs .znoe:nth-child(even)::before,
.ejpyxf3 .x21w4kbm .znoe:nth-child(even)::before { background: var(--bg-surface); }
.ced9y .l41z .znoe:nth-child(even)::before,
.ced9y .efkql0vs .znoe:nth-child(even)::before,
.ced9y .x21w4kbm .znoe:nth-child(even)::before { background: var(--bg-card); }
.l41z .znoe + .znoe::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");
}
.efkql0vs .znoe + .znoe::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");
}
.x21w4kbm .znoe + .znoe::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");
}
.ffmrie2x .fkdt7v,
.thy9r0 .fkdt7v,
.g851hb .fkdt7v { overflow: hidden; }
.ffmrie2x .ufpm3,
.thy9r0 .ufpm3 { margin-bottom: 60px; }
.g851hb .ufpm3 { margin-bottom: 70px; }
.ffmrie2x .fkdt7v::before,
.thy9r0 .fkdt7v::before,
.g851hb .fkdt7v::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%;
}
.ffmrie2x .fkdt7v::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");
}
.thy9r0 .fkdt7v::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");
}
.g851hb .fkdt7v::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");
}
.snrt .fkdt7v:not(.bnnhii) .cx27h { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.iz3vew .fkdt7v:not(.bnnhii) .cx27h { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.p3uyp4  .fkdt7v:not(.bnnhii) .cx27h { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.bg3y8u  .fkdt7v:not(.bnnhii) .cx27h { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.snrt .bnnhii { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.iz3vew .bnnhii { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.p3uyp4 .bnnhii { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.bg3y8u .bnnhii { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.ypr32z0 .bnnhii { background: var(--accent); }
.ypr32z0 .bnnhii .cx27h { background: none; }
.ypr32z0 .fkdt7v:not(.bnnhii) .cx27h { background: rgba(0,0,0,0.6); }
.d5jwblx .kdy5 { float: left; width: 38%; margin: 0 28px 16px 0; }
.d5jwblx .kdy5 .e9mg49bf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.d5jwblx .y4z5::after { content: ''; display: block; clear: both; }
.dde6 .kdy5 { float: right; width: 38%; margin: 0 0 16px 28px; }
.dde6 .kdy5 .e9mg49bf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.dde6 .y4z5::after { content: ''; display: block; clear: both; }
.ks1uygm .znoe:nth-child(odd)  .kdy5 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ks1uygm .znoe:nth-child(even) .kdy5 { float: right; width: 38%; margin: 0 0 16px 28px; }
.ks1uygm .kdy5 .e9mg49bf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ks1uygm .y4z5::after { content: ''; display: block; clear: both; }
.d5jwblx .vfxni4,
.d5jwblx .i2y6,
.dde6 .vfxni4,
.dde6 .i2y6,
.ks1uygm .vfxni4,
.ks1uygm .i2y6 { clear: both; }
@media (max-width: 900px) {
  .d5jwblx .kdy5,
  .dde6 .kdy5,
  .ks1uygm .znoe:nth-child(odd)  .kdy5,
  .ks1uygm .znoe:nth-child(even) .kdy5 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .d5jwblx .kdy5 .e9mg49bf,
  .dde6 .kdy5 .e9mg49bf,
  .ks1uygm .kdy5 .e9mg49bf {
    max-height: none !important;
  }
}
.d5jwblx .vpqumy,
.d5jwblx .f09l,
.dde6 .vpqumy,
.dde6 .f09l,
.ks1uygm .vpqumy,
.ks1uygm .f09l { overflow: hidden; }
@media (max-width: 640px) {
  .d5jwblx .kdy5,
  .dde6 .kdy5,
  .ks1uygm .kdy5 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.nhcuy6x4 .p5ewt,
.nhcuy6x4 .y4z5,
.nhcuy6x4 .ylddvh0  { max-width: 1100px; }
.nhcuy6x4 { --content-mw: 1100px; }
.y2xb .p5ewt,
.y2xb .y4z5,
.y2xb .ylddvh0  { max-width: 1200px; }
.bh7p3 .p5ewt,
.bh7p3 .y4z5,
.bh7p3 .ylddvh0  { max-width: 1320px; }
.l9hqs1h { font-size: 0.82rem; color: var(--text-muted); }
.ss92 { display: flex; align-items: center; }
.bswmaea6 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.f540 { display: flex; align-items: center; }
.ix4ov { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ix4ov:hover { text-decoration: underline; }
.ldqkw1rf { margin: 0 3px; opacity: 0.45; }
.ldqkw1rf::before { content: '/'; }
.epmbwhgm { padding: 2px 5px; color: var(--text-main); }
.me6tdhpu .l9hqs1h {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.me6tdhpu .ss92 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.vg3dmsq7 .l9hqs1h {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.vg3dmsq7 .ss92 { padding: 0 0 0 12px; }
.lcyh .ss92 { padding: 0 16px; }
.lcyh .l9hqs1h {
  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);
}
.lcyh .p5ewt { padding-top: 28px; }
@media (max-width: 720px) {
  .nh9p { margin-top: 18px; padding: 0 16px; }
  .lcyh .p5ewt { padding-top: 16px; }
}
.nhcuy6x4.me6tdhpu .ss92 { max-width: 1100px; }
.y2xb.me6tdhpu .ss92 { max-width: 1200px; }
.bh7p3.me6tdhpu .ss92 { max-width: 1320px; }
.nhcuy6x4 .nh9p { max-width: 1100px; }
.uxxwwiik .znoe { padding-top: 16px; padding-bottom: 16px; }
.cdpi56 .znoe { padding-top: 24px; padding-bottom: 24px; }
.wmryc .znoe { padding-top: 40px; padding-bottom: 40px; }
.f6jp65 .znoe { padding-top: 52px; padding-bottom: 52px; }
.a0bv3uc .znoe:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.a0bv3uc .znoe:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.a0bv3uc .znoe:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.a0bv3uc .znoe:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.zygxowp .y4z5 { padding-top: 10px;  padding-bottom: 10px; }
.l1jv .y4z5 { padding-top: 18px;  padding-bottom: 18px; }
.ry0rug .y4z5 { padding-top: 36px;  padding-bottom: 36px; }
.pxl3h3xf .y4z5 { padding-top: 48px;  padding-bottom: 48px; }
.cbb74pxm h2.iezfx { font-weight: 600; }
.cbb74pxm h3.kfb21     { font-weight: 600; }
.qgv7tmjf h2.iezfx { font-weight: 800; }
.qgv7tmjf h3.kfb21     { font-weight: 700; }
.y31qexh { font-weight: 600; }
.y31qexh h2.iezfx { font-weight: 900; }
.y31qexh h3.kfb21     { font-weight: 800; }
.y31qexh .mzx64e strong,
.y31qexh .mzx64e strong { font-weight: 600; }
.o665m {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.upmjjj .o665m { display: none; }
@media (max-width: 640px) {
  .cml4 { display: none; }
  .o665m {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.o665m { background: var(--cta) !important; color: #fff !important; border: none !important; }
.o665m:hover { opacity: 0.85; }
.wvkkzx2g .o665m { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.mn62 .o665m,
.vzrk4  .o665m { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.mn62 .o665m:hover,
.vzrk4  .o665m:hover { opacity: 0.88; }
.wvkkzx2g.mn62 .o665m,
.wvkkzx2g.vzrk4  .o665m { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.aqwyy {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.aqwyy:hover { transform: translateY(-2px); opacity: 0.92; }
.aqwyy { background: var(--cta) !important; color: #fff !important; border: none !important; }
.klstz2b .aqwyy { display: none; }
.y115l .aqwyy { right: 32px; }
.exnu  .aqwyy { left: 32px; }
@media (max-width: 480px) {
  .y115l .aqwyy { right: 20px; bottom: 20px; }
  .exnu  .aqwyy { left: 20px; bottom: 20px; }
}
.l65636 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ylddvh0 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.z6uk { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.rlqdcd { color: var(--text-dim); font-size: 0.8rem; }
.gulyc a, .aa6gzn2 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.gulyc a:hover, .aa6gzn2 a:hover { color: var(--accent-light); }
.aa6gzn2 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.d0u5 .ylddvh0 { text-align: center; }
.d0u5 .aa6gzn2 { justify-content: center; margin-bottom: 16px; }
.d0u5 .z6uk { margin-top: 0; }
.zl0bpm { margin-top: 10px; }
.zl0bpm a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ylddvh0 { padding-left: 16px; padding-right: 16px; }
  .l2gmyn .ylddvh0 { padding: 20px 16px; }
  .aa6gzn2 { gap: 4px 12px; }
  .z6uk { font-size: 0.78rem; }
}
.uasjg .z6uk { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.uasjg .rlqdcd { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .uasjg .d2og { grid-template-columns: 1fr 1fr; } .uasjg .h6q23 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .uasjg .d2og { grid-template-columns: 1fr; } }
.ypqokb .z6uk { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ypqokb .fire { gap: 12px; } .ypqokb .sqq5zqv { margin-right: 0; width: 100%; } }
.wi2ob4r .z6uk { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.wi2ob4r .rlqdcd { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .wi2ob4r .u7zg5v { grid-template-columns: 1fr 1fr; } .wi2ob4r .ip3tpzz { grid-column: 1 / -1; } }
@media (max-width: 480px) { .wi2ob4r .u7zg5v { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ihf32s1 .psbkxk7 { grid-template-columns: 1fr 1fr; } .ihf32s1 .orgwhc:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ihf32s1 .psbkxk7 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .wo937 .psbkxk7 { grid-template-columns: 1fr; } }
.ku0y2 .ylddvh0 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ku0y2 .aa6gzn2 { justify-content: center; }
.pyx9 .j4mbtsh      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.pyx9 .l65636 { background: var(--bg-page); border-top-color: var(--border-alt); }
.nfkzcc .j4mbtsh      { background: #0d1117; border-bottom-color: #21262d; }
.nfkzcc .x5u0vy { color: var(--accent-light); }
.nfkzcc .z1g4y { --msep-color: #8b949e; }
.nfkzcc .z1g4y a { color: #8b949e; }
.nfkzcc .z1g4y a:hover { color: var(--accent-light); }
.nfkzcc .oziks7r2 { color: #8b949e; }
.nfkzcc .l65636 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.nfkzcc .z6uk,
.nfkzcc .rlqdcd { color: #6e7681; }
.nfkzcc .gulyc a, .nfkzcc .aa6gzn2 a,
.nfkzcc .gulyc a:hover, .nfkzcc .aa6gzn2 a:hover,
@media (max-width: 640px) {
  .nfkzcc .z1g4y { background: #0d1117; border-top-color: #21262d; }
  .nfkzcc .z1g4y li a { border-bottom-color: #21262d; }
}
.ehhc7 .j4mbtsh      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ehhc7 .x5u0vy { color: var(--accent-light); }
.ehhc7 .z1g4y { --msep-color: #475569; }
.ehhc7 .z1g4y a { color: #475569; }
.ehhc7 .z1g4y a:hover { color: var(--accent-light); }
.ehhc7 .oziks7r2 { color: #64748b; }
.ehhc7 .l65636 { background: #f0f4f8; border-top-color: #cbd5e1; }
.ehhc7 .z6uk,
.ehhc7 .rlqdcd { color: #64748b; }
.ehhc7 .gulyc a, .ehhc7 .aa6gzn2 a,
.ehhc7 .gulyc a:hover, .ehhc7 .aa6gzn2 a:hover,
@media (max-width: 640px) {
  .ehhc7 .z1g4y { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ehhc7 .z1g4y li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.mn62 .j4mbtsh      { background: var(--accent); border-bottom-color: var(--accent-light); }
.mn62 .x5u0vy { color: #fff; }
.mn62 .z1g4y { --msep-color: rgba(255,255,255,0.82); }
.mn62 .z1g4y a { color: rgba(255,255,255,0.82); }
.mn62 .z1g4y a:hover { color: #fff; }
.mn62 .oziks7r2 { color: rgba(255,255,255,0.9); }
.mn62 .l65636 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.mn62 .z6uk,
.mn62 .rlqdcd { color: rgba(255,255,255,0.72); }
.mn62 .gulyc a, .mn62 .aa6gzn2 a,
.mn62 .gulyc a:hover, .mn62 .aa6gzn2 a:hover,
@media (max-width: 640px) {
  .mn62 .z1g4y { background: var(--accent); border-top-color: var(--accent-light); }
  .mn62 .z1g4y li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.vzrk4 .j4mbtsh {
  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);
}
.vzrk4 .l65636 {
  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) {
  .vzrk4 .z1g4y {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.rkxrw .zn5s9h { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.nnai .zn5s9h { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.em27q1p .zn5s9h { min-height: 72px; height: auto; }
.kko4ly2 .zn5s9h { min-height: 84px; height: auto; }
.l2gmyn .zn5s9h { max-width: none; padding: 0 32px; }
.l2gmyn .ylddvh0  { max-width: none; padding: 24px 32px; }
.j08awca.y2xb .zn5s9h { max-width: 1200px; }
.j08awca.bh7p3 .zn5s9h { max-width: 1320px; }
.ooee   .x5u0vy, .ooee   .sqq5zqv { text-transform: capitalize; }
.rapuy .x5u0vy, .rapuy .sqq5zqv { text-transform: lowercase; }
.z5llqb .x5u0vy, .z5llqb .sqq5zqv { text-transform: uppercase; letter-spacing: 0.06em; }
.hhmw, .aq24 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.zu02cdgv .hhmw,
.rb5f .hhmw,
.o037j .hhmw,
.hpysj .hhmw,
.u3toytfx   .z1g4y a { font-weight: 500; }
.phelmpz .z1g4y a { font-weight: 600; }
.gq8kh2on     .z1g4y a { font-weight: 700; }
.p1it0wv    .z1g4y a { font-weight: 800; letter-spacing: 0.01em; }
.o0vp5u7     .z1g4y > li + li::before,
.zqlopylt    .z1g4y > li + li::before,
.w0qo98    .z1g4y > li + li::before,
.fvyde2g .z1g4y > li + li::before,
.wpggm .z1g4y > li + li::before,
.cheddsk  .z1g4y > li + li::before,
.rn01    .z1g4y > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.o0vp5u7     .z1g4y > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.zqlopylt    .z1g4y > li + li::before { content: "|"; }
.w0qo98    .z1g4y > li + li::before { content: "—"; }
.fvyde2g .z1g4y > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.wpggm .z1g4y > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.cheddsk  .z1g4y > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.rn01    .z1g4y > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .pfwppk .oziks7r2,
  .kphdx7 .oziks7r2,
  .akxg .oziks7r2,
  .mencu5mb .oziks7r2,
  .d3okrt .oziks7r2 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .pfwppk .oziks7r2::before,
  .kphdx7 .oziks7r2::before,
  .akxg .oziks7r2::before,
  .mencu5mb .oziks7r2::before,
  .d3okrt .oziks7r2::before { content: ""; display: block; flex-shrink: 0; }

  
  .pfwppk .oziks7r2::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;
  }

  
  .kphdx7 .oziks7r2::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;
  }

  
  .akxg .oziks7r2::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;
  }

  
  .mencu5mb .oziks7r2::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;
  }

  
  .d3okrt .oziks7r2::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) {
  .elyf .oziks7r2 {
    padding: 5px 14px;
  }
  .elyf .z1g4y {
    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;
  }
  .elyf .z1g4y li a {
    border-bottom: none; padding: 10px 22px;
  }
  .elyf .z1g4y li a:hover { background: var(--bg-raised); }
  .elyf .h5kon65,
  .twnzk3lu .h5kon65,
  .x3cl .h5kon65 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ghy9 .oziks7r2 {
    padding: 5px 10px;
  }
  .ghy9 .z1g4y {
    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);
  }
  .ghy9 .z1g4y.xej9 { transform: translateX(0); }
  .ghy9 .z1g4y li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .ghy9 .z1g4y li:last-child a { border-bottom: none; }
  .mn62 .z1g4y,
  .nfkzcc .z1g4y { background: var(--accent) !important; }
  .mn62 .z1g4y li a,
  .nfkzcc .z1g4y li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .x3cl .oziks7r2 {
    padding: 5px 10px;
  }
  .x3cl .z1g4y {
    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);
  }
  .x3cl .z1g4y::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .x3cl .z1g4y.xej9 { transform: translateY(0); }
  .x3cl .z1g4y li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .zvviqudm .oziks7r2 {
    padding: 5px 10px;
  }
  .zvviqudm .z1g4y {
    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;
  }
  .zvviqudm .z1g4y.xej9 { opacity: 1; pointer-events: auto; }
  .zvviqudm .z1g4y li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .r4b6s     .oziks7r2 { border-radius: 0 !important; }
  .je9s2x34   .oziks7r2 { border-radius: 8px !important; }
  .ndi67y .oziks7r2 { border-radius: 50% !important; }
  .lx9c3   .oziks7r2 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .lyxl8 .tjh5o0 { flex-direction: column; align-items: stretch; }
  .lyxl8 .rj8u { flex-direction: row; min-width: auto; }
  .lyxl8 .dfca { align-items: flex-start; text-align: left; }
}
.rsu5vk2i,
.rsu5vk2i.znoe,
.ejpyxf3 .rsu5vk2i,
.zzcnab0 .rsu5vk2i,
.ced9y .rsu5vk2i,
.yndu .rsu5vk2i {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.k0crk {
  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;
}
.afbnlqoc { flex: 1 1 280px; min-width: 0; }
.pggu {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.z7hwgk {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.rm3862k {
  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;
}
.rm3862k:hover { transform: translateY(-1px); opacity: 0.95; }
.y4fyv .k0crk {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.y4fyv .pggu { color: var(--cta); }
.y4fyv .z7hwgk { color: var(--text-body); }
.y4fyv .rm3862k {
  background: var(--cta) !important;
  color: #fff !important;
}
.xnyad3r .k0crk {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.xnyad3r .pggu { color: var(--text-primary); }
.xnyad3r .z7hwgk { color: var(--text-body); }
.xnyad3r .rm3862k {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .k0crk {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .afbnlqoc { flex: 0 0 auto; }
  .pggu { font-size: 1.2rem; }
  .rm3862k { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.xy0eehe .am9u { height: 36px; }
.iq161eqe .am9u { height: 60px; max-width: 200px; }
.cgvfy .am9u { height: 56px; max-width: 180px; }
.gcs9    .r6hw9, .gcs9    .n7k4 { color: #f59e0b; }
.yi8da      .r6hw9 { font-size: 1rem; letter-spacing: 1.5px; }
.yi8da      .n7k4   { font-size: 1.35rem; }
.toei28    .r6hw9, .toei28    .n7k4 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.azbn9q     .r6hw9, .azbn9q     .n7k4 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.e97lu9w .r6hw9, .e97lu9w .n7k4 { color: var(--cta); letter-spacing: 2px; }
.pml1   .r6hw9, .pml1   .n7k4 { color: #e91e63; letter-spacing: 2px; }
.egyjmo1u  .r6hw9, .egyjmo1u  .n7k4 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.zvga     .r6hw9, .zvga     .n7k4 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.xqs1w2 .atmrrz + .atmrrz {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.jx0pczjg .s12u1kx { padding: 18px 24px; min-height: 68px; }
.lvy8v .athme {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.lvy8v .w0b3ac {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.pt0b9 .atmrrz {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.i2y6 { counter-reset: cs-rank; }
.i2y6 .s12u1kx { counter-increment: cs-rank; }
.i2y6 .s12u1kx::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;
}
.i276pa .i2y6 { counter-reset: cs-rank; gap: 0; }
.i276pa .s12u1kx {
  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;
}
.i276pa .s12u1kx::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;
}
.i276pa .hssh {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.i276pa .ber11f3l {
  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;
}
.i276pa .fi2fwe0h { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.i276pa .hssh { min-width: 0; flex-direction: column; width: 100%; }
.i276pa .fdtd9qj {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.i276pa .r6hw9 { color: var(--cta, var(--accent)); }
.i276pa .m3aim { font-weight: 700; }
.i276pa .atmrrz {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.i276pa .athme {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.i276pa .w0b3ac {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.i276pa .zpkz .w0b3ac { font-size: 1.3rem; color: var(--accent-light); }
.i276pa .ulpi6 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.i276pa .s12u1kx:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .i276pa .i2y6 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .i276pa .s12u1kx {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .i276pa .s12u1kx { padding: 40px 16px 20px; }
  .i276pa .atmrrz {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .i276pa .ulpi6 { width: 100%; min-width: 0; }
}
.z2bl6 .i2y6 { counter-reset: cs-rank; gap: 10px; }
.z2bl6 .s12u1kx {
  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);
}
.z2bl6 .s12u1kx::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);
}
.z2bl6 .hssh {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.z2bl6 .ber11f3l {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.z2bl6 .fi2fwe0h { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.z2bl6 .fdtd9qj {
  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;
}
.z2bl6 .r6hw9 { color: var(--cta, var(--accent)); }
.z2bl6 .atmrrz {
  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;
}
.z2bl6 .athme {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.z2bl6 .w0b3ac { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.z2bl6 .zpkz .w0b3ac { color: var(--accent-light); }
.z2bl6 .ulpi6 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.z2bl6 .s12u1kx:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .z2bl6 .s12u1kx {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .z2bl6 .s12u1kx::before {
    position: absolute; top: 14px; left: 14px;
  }
  .z2bl6 .hssh {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .z2bl6 .fdtd9qj { white-space: normal; text-align: center; font-size: 1.2rem; }
  .z2bl6 .atmrrz {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .z2bl6 .ulpi6 { width: 100%; min-width: 0; }
  .z2bl6 .r6hw9 { min-width: 0; }
}
.gzuksuns .s12u1kx::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.duqyw9 .x72l93qz {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.duqyw9 .x72l93qz summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.duqyw9 .x72l93qz p { padding: 0 2px 16px; }
.i0q20q .x72l93qz { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.i0q20q .x72l93qz summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.i0q20q .x72l93qz summary::after { content: "›"; font-size: 1.2em; }
.i0q20q .x72l93qz[open] summary::after { content: "‹"; }
.i0q20q .x72l93qz p { padding: 10px 22px 4px; }
.atzc .x72l93qz {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.atzc .x72l93qz summary { color: var(--text-primary); padding-left: 16px; }
.atzc .x72l93qz summary::after { content: "›"; font-size: 1.1em; }
.atzc .x72l93qz[open] summary::after { content: "‹"; }
.atzc .x72l93qz p { padding-left: 16px; }
.ioo8z .eg9to { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ioo8z .x72l93qz {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ioo8z .x72l93qz:last-child { border-bottom: none; }
.ioo8z .x72l93qz summary { color: var(--text-primary); border-radius: 0; }
.ioo8z .x72l93qz summary::after { content: "›"; font-size: 1.1em; }
.ioo8z .x72l93qz[open] summary::after { content: "‹"; }
.cy94st5h .x72l93qz { overflow: hidden; }
.cy94st5h .x72l93qz summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.cy94st5h .x72l93qz summary::after { color: rgba(255,255,255,.75); }
.cy94st5h .x72l93qz[open] summary { border-radius: 0; }
.ehk4 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.nldpn {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.bb5ixs2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.ocor7nay { color: var(--text-muted); font-size: 1.05rem; }
.xztidj5 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.qm6skfih {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ji6y6 { margin-bottom: 20px; }
.x1opd {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.gn8m2i0 {
  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;
}
.gn8m2i0:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.rzft5xna { resize: vertical; min-height: 130px; }
.fh2nh3 { width: 100%; margin-top: 8px; }
.vs514q {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.z1qt0 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.m85x { color: var(--text-muted); line-height: 1.75; }
.wshiwx8 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.wshiwx8 li { margin-bottom: 6px; }
.r2o4 { max-width: 760px; margin: 0 auto; }
.z7h1 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.mgubuis { max-width: 760px; margin: 0 auto; }
.ftxz ul.wshiwx8 { margin: 0; }
@media (max-width: 640px) { .nt5w { grid-template-columns: 1fr; gap: 10px; } }
.so30 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.dpku39d { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.gr43c { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.dpku39d p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.dpku39d .wshiwx8 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .so30 { grid-template-columns: 1fr; } }
.eoo74ala ul.wshiwx8 { margin: 0; }
.yh6vfkrv .wshiwx8,
.r735mvhw .wshiwx8,
.iocres .wshiwx8,
.can2s .wshiwx8 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .pbcb { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .izit10px { grid-template-columns: 1fr; } .bs03kpr { position: static; text-align: center; } }
@media (max-width: 860px) { .ckpj { grid-template-columns: 1fr; } }
.can2s .wshiwx8 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .bn5f { flex-direction: column; text-align: center; } .ncg381q { grid-template-columns: 1fr; } }
.zrcjq { max-width: 760px; margin: 0 auto; }
.ukp8wnrh { position: relative; padding-left: 28px; }
.ukp8wnrh::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.l3076w { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.l3076w:last-child { padding-bottom: 0; }
.hl0g5 { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.gbzftg h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.gbzftg p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.vlh2g17k {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.vlh2g17k .bb5ixs2 { color: var(--accent-light); }
.uht1 .bb5ixs2 { font-size: 2rem; }
.uht1 .ocor7nay { max-width: 680px; }
.r44c6 .bb5ixs2 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.r44c6 .ocor7nay  { margin: 0; }
@media (max-width: 640px) { .r44c6 { flex-direction: column; } }
.zmwaq8og .bb5ixs2 { color: var(--accent-light); }
.x8uk4b .bb5ixs2 { color: #fff; }
.x8uk4b .ocor7nay  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .rwak { grid-template-columns: 1fr; } }
.okt49dqe .gn8m2i0 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.okt49dqe .gn8m2i0:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.i0qb7b .gn8m2i0 { background: var(--bg-raised); border-color: transparent; }
.i0qb7b .gn8m2i0:focus { background: var(--bg-card); border-color: var(--accent-light); }
.fqqgh .gn8m2i0 { border-radius: 100px; padding: 11px 20px; }
.fqqgh .rzft5xna { border-radius: 14px; }
.c3sir {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.c3sir 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;
}
.c3sir summary::-webkit-details-marker { display: none; }
.c3sir summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.c3sir[open] summary::after { content: "−"; }
.fp83wn3m {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .thyq6 { grid-template-columns: 1fr; } }
.es8o { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.es8o li { margin-bottom: 6px; }
.q6bixfml{position:relative;overflow:visible}
.ajqh8u1n .pbzbbc{display:block}
.ro101 .wwpq8y{border-bottom:1px solid currentColor;padding-bottom:2px}
.qhfdd{--date-bg:transparent}
.m7eo01ar .sb6wta::before{content:""}
.kieu .jf4k2{padding:20px 0}
@media(max-width:640px){
  .jf4k2{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .c5yvhop{max-width:100%}
}
.l988 .xpeurhn4{margin:0}
@media (max-width:560px){
  .oq8sv3f{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .t9viyi6c { padding: 28px 18px 20px; }
  .w65u3q { font-size: 1.2rem; }
  .eg806g { max-width: 220px; max-height: 80px; }
}
.m2wv {
  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);
}
.qrg4w {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.wa6pdb  .m2wv { border-radius: 50%; }
.tq4mh5ie  .m2wv { border-radius: 6px; }
.wvl8v9 .m2wv { border-radius: 22px; }
.fxmmmk7 .k0crk {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .m2wv { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.i1qbe {
  margin: 28px 0 24px;
}
.i1qbe .znoe {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.i1qbe .y4z5 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.i1qbe .k0crk {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .zn5s9h { flex-direction: row-reverse; }
[dir="rtl"] .z1g4y { flex-direction: row-reverse; }
[dir="rtl"] .y115l .aqwyy { right: auto; left: 32px; }
[dir="rtl"] .exnu  .aqwyy { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .y115l .aqwyy { right: auto; left: 20px; }
  [dir="rtl"] .exnu  .aqwyy { left: auto;  right: 20px; }
}
[dir="rtl"] .d5jwblx .kdy5  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .dde6 .kdy5 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .vpqumy, [dir="rtl"] .f09l { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .i93v { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .mosl3vzu { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .mzx64e { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .k0crk { direction: rtl; }
[dir="rtl"] .m2wv { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .s12u1kx,
[dir="rtl"] .l9hqs1h { direction: rtl; }
[dir="rtl"] .tucbqf { direction: rtl; }
[dir="rtl"] .hl77knhi { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .vnog3ma2 .f09l,
[dir="rtl"] .k7df7p7j .f09l,
[dir="rtl"] .f1tuwgm .f09l,
[dir="rtl"] .da9ratwk .f09l {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .vnog3ma2 .f09l li::before,
[dir="rtl"] .k7df7p7j .f09l li::before,
[dir="rtl"] .f1tuwgm .f09l li::before,
[dir="rtl"] .da9ratwk .f09l li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .fkdt7v.l0n6 .ufpm3,
[dir="rtl"] .u3bw5f.l0n6 .ufpm3,
[dir="rtl"] .bnnhii.l0n6 .ufpm3,
[dir="rtl"] .kjqrk.l0n6 .ufpm3,
[dir="rtl"] .aj1jj.l0n6 .ufpm3 { text-align: right; }
[dir="rtl"] .yw98i4fi.l0n6 .hqigo6 { align-items: flex-end; text-align: right; }
[dir="rtl"] .y4z5,
[dir="rtl"] .lzqa,
[dir="rtl"] .u5yg7dfh,
[dir="rtl"] .lfjr,
[dir="rtl"] .ufpm3 { text-align: right; }
[dir="rtl"] .qm6skfih,
[dir="rtl"] .x1opd,
[dir="rtl"] .gn8m2i0,
[dir="rtl"] .rzft5xna { text-align: right; direction: rtl; }
[dir="rtl"] .fqqgh .gn8m2i0,
[dir="rtl"] .okt49dqe .gn8m2i0 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #95136d;
  --brand:           #95136d;
  --brand-light:     #771759;
  --brand-pale:      #982976;
  --grad-start:      #e221a7;
  --grad-end:        #e060b8;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #95136d;
  --cta-light:       #730b53;
  --cta-hover:       #5e0c45;
  --bg-page:         #f8f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f5;
  --bg-raised:       #f1edf0;
  --bg-hover:        #f5f3f5;
  --border:          #e9e1e6;
  --border-alt:      #dccfd8;
  --border-section:  #e9e1e6;
  --text-primary:    #1b171a;
  --text-muted:      #61505c;
  --text-body:       #372e34;
  --text-sub:        #53454f;
  --text-faint:      #8b7384;
  --text-dim:        #a28f9c;
  --text-label:      #6f5c69;
  --text-value:      #453942;
  --accent-bg:       #f4e0ee;
  --accent-bg-light: #efc6e3;
  --bg-tip:          #f0f9f8;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f8;
  --bg-cons:         #faf3f4;
  --c-pros:          #0c968d;
  --c-cons:          #9f212e;
  --c-pros-label:    #0fb2a8;
  --c-tip-border:    #10c5b9;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c968d;
}
:root { --logo-bg-opacity: 44%; }
body, button, input { font-family: "Raleway", sans-serif; }
.l5rvw574 .k88o5 li::before, .l5rvw574 .wm9h6 li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.l5rvw574 .k88o5 li::before { content: ""; }.l5rvw574 .wm9h6 li::before { content: ""; }.l5rvw574 .i4ncd::before, .l5rvw574 .ervpuyh::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.l5rvw574 .i4ncd::before { content: ""; }.l5rvw574 .ervpuyh::before { content: ""; }
.bd1ay .qlo7x, .bd1ay .yw98i4fi { min-height: 320px; }
.jevb3a7z .qfhu5c01::after, .jevb3a7z .z74pyk::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.ih7dvw .o665m::after,.ih7dvw .aqwyy::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.ldqkw1rf::before { content: '—'; }