:root {
  --color-accent: #c048a3;
  --color-cta: #a855f7;
  --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;
}
.w8w7p4n {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.jgwbuopf {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.gv9wu23e {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.m42c0 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.s6f8z { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.s6f8z a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.s6f8z a:hover { color: var(--accent-light); }
.fznry  .zk8lebit { border-radius: 14px; }
.fznry .zk8lebit li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.fznry .zk8lebit li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.kxpvnya .zk8lebit li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .zk8lebit {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .xesru:hover .zk8lebit,
  .xesru:focus-within .zk8lebit { display: block; }
  .zk8lebit li a { padding: 8px 16px; font-size: 0.88rem; }
}
.uc8u9x {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.v6548 { display: none; }
@media (max-width: 640px) {
  .v6548 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .v6548.bv0s { display: block; }
}
@media (max-width: 640px) {
  .uc8u9x { display: block; }
  .s6f8z > li + li::before { display: none !important; }
  .s6f8z {
    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;
  }
  .s6f8z.bv0s { display: flex; }
  .s6f8z li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .s6f8z li:last-child a { border-bottom: none; }
}
.oje9vt { min-height: 480px; }
.v2ub7 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.km9e2 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.o30yaul .km9e2 { margin-left: 0; margin-right: 0; }
.oihqlx {
  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;
}
.s8scoh .oihqlx { margin-top: 24px; }
.oihqlx:hover { opacity: 0.88; }
.wr53 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.m9e2gv {
  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%);
}
.wr53 .jlx8 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.wr53 .v2ub7 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.wr53 .km9e2 { color: #e2e8f0; }
.wr53.iwj1hdi .jlx8 { text-align: center; }
.wr53.o30yaul   .jlx8 { text-align: left; }
.akilvgq7 .jlx8 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.akilvgq7 .v2ub7 { color: var(--text-primary); text-shadow: none; }
.akilvgq7 .km9e2 { color: var(--text-muted); }
.akilvgq7 .oihqlx { margin-top: 16px; }
.akilvgq7, .akilvgq7.oje9vt { min-height: auto !important; }
.akilvgq7.iwj1hdi .jlx8 { text-align: center; }
.akilvgq7.o30yaul   .jlx8 { text-align: left; }
.akilvgq7~.d16ehm{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.akilvgq7~.d16ehm .tux7a{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
.l3npcwbc {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.uduzxak .l3npcwbc,
.uduzxak .l3npcwbc::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.mjmv8 .l3npcwbc,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.p9s6 .l3npcwbc,
.p9s6 .wr53 .m9e2gv {
  overflow: hidden;
}
.p9s6 .l3npcwbc::after,
.p9s6 .wr53 .m9e2gv::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%); }
}
.nd3sy .l3npcwbc,
.nd3sy .l3npcwbc::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); }
}
.nd3sy .wr53 .m9e2gv {
  overflow: hidden;
}
.nd3sy .wr53 .m9e2gv::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;
}
.z85xvpa .l3npcwbc,
.z85xvpa .qp1dse3,
.z85xvpa .wr53 .m9e2gv {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.uduzxak .wr53 .m9e2gv {
  overflow: hidden;
}
.uduzxak .wr53 .m9e2gv::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;
}
.mjmv8 .wr53 .m9e2gv {
  animation: hg-breathe 10s ease-in-out infinite;
}
.l3npcwbc .m9e2gv {
  background: none;
}
.l3npcwbc .v2ub7 { color: #fff; }
.l3npcwbc .km9e2 { color: rgba(255,255,255,0.85); }
.z85xvpa .vwwocza {
  animation: hg-fadein 1.2s ease-out both;
}
.vwwocza .v2ub7 { text-shadow: none; color: var(--text-primary); }
.vwwocza .km9e2 { color: var(--text-muted); }
body.rvh46xc .v2ub7 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.kkvg52 .v2ub7 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.oje9vt.l3npcwbc .v2ub7,
section.l3npcwbc .v2ub7 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.vwwocza.o30yaul   .onve4 { align-items: flex-start; text-align: left; }
.oje9vt .s5ip49 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.s5ip49 .aqbm {
  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;
}
.s5ip49 .aqbm::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.s5ip49 .abh9mj { display: contents !important; }
.s5ip49 .abh9mj .q327n {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.s5ip49 .abh9mj .ld86xp { max-height: 48px; max-width: 96px; }
.s5ip49 .abh9mj .bm88628 {
  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;
}
.s5ip49 .mwig {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.s5ip49 .vzjm { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.s5ip49 .f62t0om { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.s5ip49 .f62t0om small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.s5ip49 .mh0p0g { display: contents !important; }
.s5ip49 .mh0p0g .twinru:not(.q5scef) { display: none !important; }
.s5ip49 .mh0p0g .q5scef {
  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;
}
.s5ip49 .mh0p0g .q5scef .qpa2y {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.s5ip49 .mh0p0g .q5scef .wyd4 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.s5ip49 .zdsv8 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.s5ip49 .zdsv8.v4scm {
  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;
}
.s5ip49 .zdsv8.v4scm:hover { opacity: 0.85; }
.s5ip49 .aqbm,
.s5ip49 .aqbm:hover,
.s5ip49 .aqbm:nth-child(even),
.s5ip49 .aqbm:nth-child(odd),
.s5ip49 .aqbm:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.a2lk .jlx8 { padding-bottom: 24px; }
.s8scoh .jlx8 { max-width: 1100px; }
@media (max-width: 700px) {
  .vwwocza { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .vwwocza:not(.pjlc) .z66rrim4 { display: none !important; }
  .pjlc .z66rrim4 { padding: 16px; }
  .onve4  { padding: 36px 24px; }
  .vwwocza~.d16ehm,.vhfwla4l~.d16ehm{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .oje9vt, .vwwocza { min-height: 320px !important; }
  .v2ub7 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .e728,
  .exmq,
  .ms8cm { grid-template-columns: 1fr !important; }

  

  
  .a2lk { display: flex !important; flex-direction: column !important; }
  .a2lk .jlx8 { display: contents; }
  .a2lk .m9e2gv { order: 0; }
  .a2lk .v2ub7 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .a2lk .e728 { order: 2; padding: 0 16px 12px !important; }
  .a2lk .km9e2 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .s8scoh .jlx8 { display: flex; flex-direction: column; }
  .s8scoh .jlx8 .v2ub7 { order: 1; }
  .s8scoh .jlx8 .ms8cm { order: 2; margin: 8px 0 24px !important; }
  .s8scoh .jlx8 .km9e2 { order: 3; }
  .s8scoh .jlx8 .oihqlx { order: 4; align-self: center; margin-top: 0; }

  
  .vwwocza.pjlc {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .vwwocza.pjlc .onve4 { display: contents; padding: 0; }
  .vwwocza.pjlc .onve4 .v2ub7 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .vwwocza.pjlc .z66rrim4 { order: 2; padding: 12px 16px; }
  .vwwocza.pjlc .onve4 .km9e2 { order: 3; padding: 0 24px; margin: 0 auto; }
  .vwwocza.pjlc .onve4 .oihqlx { order: 4; align-self: center; margin: 8px 0 32px; }
}
.xd36g { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.tcy25j4 { width: 100%; height: auto; display: block; border-radius: 10px; }
.krlfm9x .xd36g        { border-radius: 16px; }
.krlfm9x .tcy25j4  { border-radius: 16px; }
.aonu7t .xd36g         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.aonu7t .tcy25j4   { border-radius: 8px; }
.dxd7 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.qycek3h { width: 100%; padding: 32px 0; position: relative; }
.pc5zfle { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.k76wiswm .qycek3h:nth-child(even) { background: var(--bg-surface); }
.k76wiswm .qycek3h:nth-child(odd)  { background: var(--bg-page); }
.uwfs .qycek3h:nth-child(even) { background: var(--bg-card); }
.uwfs .qycek3h:nth-child(odd)  { background: var(--bg-page); }
.k76wiswm .qycek3h:nth-child(odd)  .pc5zfle { background: var(--bg-card); border-radius: 6px; }
.k76wiswm .qycek3h:nth-child(even) .pc5zfle { background: var(--bg-raised); border-radius: 6px; }
.uwfs .qycek3h:nth-child(odd)  .pc5zfle { background: var(--bg-card); border-radius: 6px; }
.uwfs .qycek3h:nth-child(even) .pc5zfle { background: var(--bg-raised); border-radius: 6px; }
.k76wiswm .qycek3h:nth-child(even) .r2yg7 .c0z8st9,
.uwfs .qycek3h:nth-child(even) .r2yg7 .c0z8st9 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.k76wiswm .qycek3h:nth-child(odd) .r2yg7 .c0z8st9,
.uwfs .qycek3h:nth-child(odd) .r2yg7 .c0z8st9 { background: var(--bg-card-inner); }
.k76wiswm .qycek3h:nth-child(even) .uyksom .c0z8st9:nth-child(odd),
.uwfs .qycek3h:nth-child(even) .uyksom .c0z8st9:nth-child(odd)  { background: var(--bg-card); }
.k76wiswm .qycek3h:nth-child(even) .uyksom .c0z8st9:nth-child(even),
.uwfs .qycek3h:nth-child(even) .uyksom .c0z8st9:nth-child(even) { background: var(--bg-card-inner); }
h1.zmxtahd7 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.zmxtahd7 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.o7dga9qe { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.o2dg2r h2.zmxtahd7 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.t2dqp h2.zmxtahd7 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.d7lvy24 h2.zmxtahd7 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.qlc0pb h2.zmxtahd7::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.p588yrg h2.zmxtahd7 {
  color: var(--text-primary); font-size: 1.7rem;
}
.gm9t1 h2.zmxtahd7::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ckoo2jgv h2.zmxtahd7 {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .vqt8fpvd { display: none; } }
.oxmx0 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ja16bnt { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.mrvoxx {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.rmr6bz2 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.jbinva { padding-left: 20px; }
.jbinva li { margin-bottom: 6px; }
.jbinva a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.jbinva a:hover { color: var(--accent-light); }
.xt71y729 .rmr6bz2 { display: none; }
.zhe02 .rmr6bz2 { display: none; }
.zhe02 .jbinva { padding-left: 0; list-style: none; }
.zhe02 .jbinva li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.zhe02 .jbinva a { font-size: 0.92rem; }
.jp6p0p .mrvoxx { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.jp6p0p .rmr6bz2 { display: none; }
.jp6p0p .jbinva { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.jp6p0p .jbinva li { margin-bottom: 0; }
.jp6p0p .jbinva 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;
}
.jp6p0p .jbinva a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.qm6w .mrvoxx { padding: 20px 20px 16px; }
.qm6w .jbinva {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.qm6w .jbinva li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.qm6w .jbinva 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;
}
.qm6w .jbinva 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;
}
.qm6w .jbinva a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.qm6w .jbinva a:focus,
.qm6w .jbinva a:focus-visible,
.qm6w .jbinva a:target { outline: none; }
.qm6w .jbinva li:target a { border-color: var(--border); color: var(--text-muted); }
.uyf2t .mrvoxx { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.uyf2t .rmr6bz2 { display: none; }
.uyf2t .jbinva { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.uyf2t .jbinva li { counter-increment: toc-n; margin-bottom: 0; }
.uyf2t .jbinva a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.uyf2t .jbinva a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.uyf2t .jbinva a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.f1g9j4 .mrvoxx { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.f1g9j4 .rmr6bz2 { display: none; }
.f1g9j4 .jbinva { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.f1g9j4 .jbinva li { margin-bottom: 0; }
.f1g9j4 .jbinva a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.f1g9j4 .jbinva a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.w72p .mrvoxx { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.w72p .rmr6bz2 { display: none; }
.w72p .jbinva { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.w72p .jbinva li { margin-bottom: 0; }
.w72p .jbinva li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.w72p .jbinva li:last-child::after { content: ""; margin-right: 0; }
.w72p .jbinva a { font-size: 0.9rem; }
.c0z8st9 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.r2yg7 .c0z8st9 { background: var(--bg-card); }
.uyksom .c0z8st9:nth-child(odd)  { background: var(--bg-card); }
.uyksom .c0z8st9:nth-child(even) { background: var(--bg-raised); }
.nrnnjoo .c0z8st9 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.nrnnjoo .c0z8st9:last-child { border-bottom: none; }
.nrnnjoo h3.o7dga9qe { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.rpl02gu .c0z8st9 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.rpl02gu .c0z8st9 + .c0z8st9 { margin-top: 4px; }
.q9qa .c0z8st9 { background: none; border-radius: 0; padding: 12px 0; }
.q9qa .c0z8st9 + .c0z8st9 { border-top: 1px solid var(--border-section); }
.ajb5e { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.a6iu9 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.mnnz2nv3 { color: var(--text-body); margin-bottom: 10px; }
.mial1, .x9kob { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.mial1 li, .x9kob li { margin-bottom: 6px; }
.x9kob li { list-style: decimal; }
.hytpu02     .mial1 { list-style-type: "● "; }
.ydv4  .mial1 { list-style-type: "■ "; }
.l2mmsx .mial1 { list-style-type: "◆ "; }
.vv427c    .mial1 { list-style-type: "★ "; }
.hytpu02     .hg4x { list-style-type: "● "; }
.ydv4  .hg4x { list-style-type: "■ "; }
.l2mmsx .hg4x { list-style-type: "◆ "; }
.vv427c    .hg4x { list-style-type: "★ "; }
.hytpu02    .mial1 li::marker, .hytpu02    .hg4x li::marker,
.ydv4 .mial1 li::marker, .ydv4 .hg4x li::marker,
.l2mmsx .mial1 li::marker, .l2mmsx .hg4x li::marker,
.vv427c   .mial1 li::marker, .vv427c   .hg4x li::marker {
  color: var(--cta); font-size: 1em;
}
.hytpu02 .x9kob,
.ydv4 .x9kob,
.l2mmsx .x9kob,
.vv427c .x9kob {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.hytpu02 .x9kob li,
.ydv4 .x9kob li,
.l2mmsx .x9kob li,
.vv427c .x9kob li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.hytpu02 .x9kob li::before,
.ydv4 .x9kob li::before,
.l2mmsx .x9kob li::before,
.vv427c .x9kob 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;
}
.hytpu02     .x9kob li::before { border-radius: 50%; }
.ydv4  .x9kob li::before { border-radius: 3px; }
.l2mmsx .x9kob li::before { border-radius: 3px; }
.vv427c    .x9kob li::before { border-radius: 50%; }
.ek5bx3 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.kaaow .ek5bx3,
.cu0ikxn .ek5bx3 { background: transparent; border: none; border-radius: 0; }
.x4su7i { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.x4su7i th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.x4su7i td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.x4su7i tr:hover td { background: var(--bg-hover); }
.muqp .x4su7i tbody tr:nth-child(even) td { background: var(--bg-surface); }
.el0mhaj5 .x4su7i { border: 1px solid var(--border-alt); }
.el0mhaj5 .x4su7i th,
.el0mhaj5 .x4su7i td { border: 1px solid var(--border-alt); }
.d04oyiy .x4su7i th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.d04oyiy .x4su7i td { border-bottom: none; }
.d04oyiy .x4su7i tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.g3m6tz1l .x4su7i th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ux1loud .ek5bx3 {
  overflow: hidden;
}
.ux1loud .x4su7i th { border-bottom: 1px solid var(--border-alt); }
.ux1loud .x4su7i tr:last-child td { border-bottom: none; }
.ik3qs { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.k47puow { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.lgqrfl4 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.kf1ur8 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ywu1g { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.hg4x { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.hg4x 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%}
.aknj1 .kf1ur8 { background: transparent; text-align: center; }
.w0p202 .lgqrfl4 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.x44j .lgqrfl4 {
  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);
}
.wcvu .k47puow { display: grid; grid-template-columns: auto 1fr; }
.wcvu .lgqrfl4 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.wcvu .kf1ur8 { grid-column: 2; }
.wcvu .ywu1g,
.wcvu .hg4x { grid-column: 1 / -1; }
.fjtt .k47puow { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.fjtt .lgqrfl4 {
  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);
}
.fjtt .kf1ur8 { grid-column: 2; }
.fjtt .ywu1g,
.fjtt .hg4x { grid-column: 1 / -1; }
.mkt01w .k47puow { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.mkt01w .kf1ur8 { background: none; color: var(--accent-light); font-weight: 700; }
.jlgd .k47puow { 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); }
.jlgd .kf1ur8 { background: none; color: var(--accent-light); font-weight: 700; }
.p8tac .k47puow { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.p8tac .k47puow:last-child { border-bottom: none; }
.p8tac .kf1ur8 { background: none; color: var(--accent-light); font-weight: 700; }
.i16nwcz .k47puow { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.i16nwcz .kf1ur8 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.g14gr41 .ik3qs { counter-reset: card-n; }
.g14gr41 .k47puow  { counter-increment: card-n; }
.g14gr41 .kf1ur8 { display: flex; align-items: center; gap: 10px; }
.g14gr41 .kf1ur8::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;
}
.jwqrrn .k47puow { background: var(--bg-surface); border: 1px solid var(--border); }
.jwqrrn .kf1ur8 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.m1qb7bo { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.m1qb7bo         { --cl-hue: var(--accent); }
.egic     { --cl-hue: #16a34a; }
.snaiio { --cl-hue: #ea580c; }
.lksjvqa7    { --cl-hue: #2563eb; }
.egic, .snaiio, .lksjvqa7, .paz0a {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.q34858 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.q34858::before { color: var(--cl-hue); }
.m1qb7bo strong { color: var(--text-primary); font-size: 0.95rem; }
.m1qb7bo p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.sfcgcdyo { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ddvt6, .r81ff { border-radius: 8px; padding: 14px; }
.ddvt6 { background: var(--bg-pros); }
.r81ff { background: var(--bg-cons); }
.usddu28 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ddvt6 .usddu28 { color: var(--c-pros-label); }
.r81ff .usddu28 { color: #f87171; }
.ddvt6 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.r81ff ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.tcy25j4 { width: 100%; height: auto; border-radius: 10px; display: block; }
.v4scm {
  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;
}
.v4scm:hover { opacity: 0.85; }
.b1gj4610 .v4scm  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.b1gj4610 .v4scm:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.nkujx .v4scm  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.nkujx .v4scm:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.b1gj4610 .zdsv8.v4scm, .nkujx .zdsv8.v4scm,
.b1gj4610 .mux8 .v4scm, .nkujx .mux8 .v4scm {
  background: var(--cta); border: none; color: #fff;
}
.b1gj4610 .zdsv8.v4scm:hover, .nkujx .zdsv8.v4scm:hover,
.b1gj4610 .mux8 .v4scm:hover, .nkujx .mux8 .v4scm:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.hey00gfd .oihqlx { border-radius: 50px; }
.hey00gfd .v4scm  { border-radius: 50px; }
.jd00a .oihqlx,
.jd00a .v4scm { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.jd00a .oihqlx:hover,
.jd00a .v4scm:hover { filter: brightness(1.08); opacity: 1; }
.roqfv .oihqlx,
.roqfv .v4scm { box-shadow: 0 3px 14px -2px var(--cta); }
.roqfv .oihqlx:hover,
.roqfv .v4scm:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.qflml .oihqlx,
.qflml .v4scm { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.qflml .oihqlx:hover,
.qflml .v4scm:hover { opacity: 1; }
.qflml .oihqlx:active,
.qflml .v4scm:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.euyxep .oihqlx,
.euyxep .v4scm { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.euyxep .oihqlx:hover,
.euyxep .v4scm:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.euyxep .oihqlx:active,
.euyxep .v4scm:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.eo3ik .oihqlx,
.eo3ik .v4scm { position: relative; overflow: hidden; }
.eo3ik .oihqlx::before,
.eo3ik .v4scm::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.eo3ik .oihqlx:hover::before,
.eo3ik .v4scm:hover::before { left: 135%; }
.u9kb5c .oihqlx,
.u9kb5c .v4scm { border-radius: 0; }
.qmaw .oihqlx { padding-left: 22px; padding-right: 22px; }
.qmaw .v4scm  { padding-left: 12px; padding-right: 12px; }
.be9j .oihqlx { padding-left: 44px; padding-right: 44px; }
.be9j .v4scm  { padding-left: 24px; padding-right: 24px; }
.erh9f .oihqlx { padding-left: 56px; padding-right: 56px; }
.erh9f .v4scm  { padding-left: 32px; padding-right: 32px; }
.cr8k   .oihqlx::after, .cr8k   .v4scm::after,
.vi6mfryk .oihqlx::after, .vi6mfryk .v4scm::after,
.qbe9f3po    .oihqlx::after, .qbe9f3po    .v4scm::after,
.t7yx    .oihqlx::after, .t7yx    .v4scm::after,
.qfgm    .oihqlx::after, .qfgm    .v4scm::after,
.yzj6     .oihqlx::after, .yzj6     .v4scm::after,
.oo3ghl    .oihqlx::after, .oo3ghl    .v4scm::after,
.c8d2b   .oihqlx::after, .c8d2b   .v4scm::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;
}
.cr8k .oihqlx::after, .cr8k .v4scm::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");
}
.vi6mfryk .oihqlx::after, .vi6mfryk .v4scm::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");
}
.qbe9f3po .oihqlx::after, .qbe9f3po .v4scm::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");
}
.t7yx .oihqlx::after, .t7yx .v4scm::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");
}
.qfgm .oihqlx::after, .qfgm .v4scm::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");
}
.yzj6 .oihqlx::after, .yzj6 .v4scm::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");
}
.oo3ghl .oihqlx::after, .oo3ghl .v4scm::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");
}
.c8d2b .oihqlx::after, .c8d2b .v4scm::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");
}
.xm8fsl   .f3igj::after, .xm8fsl   .w2l1ts::after,
.fc8sm .f3igj::after, .fc8sm .w2l1ts::after,
.vpebx    .f3igj::after, .vpebx    .w2l1ts::after,
.m93uy4j    .f3igj::after, .m93uy4j    .w2l1ts::after,
.a7nrbvse    .f3igj::after, .a7nrbvse    .w2l1ts::after,
.vvbxao     .f3igj::after, .vvbxao     .w2l1ts::after,
.uw0hlhxh    .f3igj::after, .uw0hlhxh    .w2l1ts::after,
.iojnpnow   .f3igj::after, .iojnpnow   .w2l1ts::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;
}
.xm8fsl .f3igj::after, .xm8fsl .w2l1ts::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");
}
.fc8sm .f3igj::after, .fc8sm .w2l1ts::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");
}
.vpebx .f3igj::after, .vpebx .w2l1ts::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");
}
.m93uy4j .f3igj::after, .m93uy4j .w2l1ts::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");
}
.a7nrbvse .f3igj::after, .a7nrbvse .w2l1ts::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");
}
.vvbxao .f3igj::after, .vvbxao .w2l1ts::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");
}
.uw0hlhxh .f3igj::after, .uw0hlhxh .w2l1ts::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");
}
.iojnpnow .f3igj::after, .iojnpnow .w2l1ts::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");
}
.pkhz1 {
  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;
}
.aqbm {
  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;
}
.aqbm > * { min-width: 0; }
.aqbm:hover { background: var(--bg-hover); }
.aqbm > [itemprop="item"] { display: contents; }
.aqbm [itemprop="itemReviewed"],
.aqbm [itemprop="reviewRating"] { display: none; }
.aqbm::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;
}
.abh9mj {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.q327n {
  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;
}
.ld86xp { max-height: 52px; max-width: 110px; object-fit: contain; }
.bm88628 {
  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;
}
.snwyj .q327n    { background: #1a1a1a; }
.c6id9n .q327n   { background: rgba(128,128,128,.12); }
.swd6dv .q327n { background: var(--bg-raised); }
.f3rtqq .q327n    { background: transparent; padding: 0; }
.mwig {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.vzjm { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.f62t0om { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.mh0p0g {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.twinru {
  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;
}
.qpa2y {
  
  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%;
}
.wyd4 {
  
  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;
}
.zdsv8 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.zdsv8.v4scm {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .aqbm {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .aqbm::before    { grid-area: rank;   }
  .abh9mj           { grid-area: ident;  }
  .mwig     { grid-area: rating; min-width: 0; width: auto; }
  .mh0p0g           { grid-area: pills;  }
  .zdsv8             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .aqbm {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .aqbm::before    { justify-self: center; }
  .abh9mj           { width: 100%; }
  .mwig     { justify-self: center; }
  .mh0p0g           { grid-template-columns: 1fr; }
}
@media (max-width: 560px) { .gsxy0 { padding: 10px 16px; gap: 6px 16px; } }
.mux8 .v4scm { white-space: nowrap; }
@media (max-width: 560px) {
  .u4bup { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .tzec5b { order: 1; }
  .mux8 { order: 2; margin-left: auto; align-self: center; }
  .q41eq { order: 3; flex: 1 1 100%; min-width: 0; }
}
.c5yda17  .ac4f64fp li::before { content: "★"; }
.c5yda17  .bceoou84 li::before { content: "✕"; }
.aueq .ohs8e5bu { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .hunoz81g .n3um4f5 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .hunoz81g .nulh1y9o { margin: 0; }
}
.j46lde9 .nulh1y9o { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.j46lde9 .u4bup { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.j46lde9 .kaaow { padding: 14px 16px; }
.j46lde9 .tzec5b { border-radius: 4px; }
.j46lde9 .ohs8e5bu { border-radius: 0; }
.cu0ikxn .sfcgcdyo { gap: 10px; }
.cu0ikxn .ddvt6, .cu0ikxn .r81ff { padding: 12px; }
.cu0ikxn .ddvt6 ul, .cu0ikxn .r81ff ul { margin: 4px 0 0; padding-left: 18px; }
.cu0ikxn .ddvt6 li, .cu0ikxn .r81ff li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .sgrusizs { grid-template-columns: 1fr; }
  .ma9y { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ma9y .ifmcf { width: 72px; height: 50px; }
  .ma9y .lq23zt0 { max-width: 180px; }
  .ma9y .zhl62 { width: auto; }
}
@media (max-width: 720px) {
  .d8con3 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .abewgs { padding: 16px; }
  .ot38j .ar27 { min-width: 50%; }
}
.nxqm7x8 .sfcgcdyo { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .fpx3 { grid-template-columns: 1fr; }
  .rr788c { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .bhhwv { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .txfo { flex-wrap: wrap; padding: 16px; }
}
.a7eijh .sfcgcdyo { gap: 8px; }
.a7eijh .ddvt6, .a7eijh .r81ff { padding: 8px; }
@media (max-width: 480px) {
  .mvx7 { flex-direction: column; align-items: stretch; }
}
.dg5wg5lu .zhl62 .v4scm { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .pjglav { flex-direction: column; align-items: stretch; gap: 10px; }
  .dg5wg5lu .zhl62 { text-align: center; }
}
@media (max-width: 720px) {
  .lj0i { grid-template-columns: 1fr; }
  .o3h3sjc { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .wpv0ihvh { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .li05f1 { grid-template-columns: 1fr; }
  .fv0rmh7j { width: 100px; height: 100px; margin: 16px auto; }
  .y9zcmu { font-size: 1.4rem; }
  .i3tc3s1s { justify-content: center; }
  .pyurwy7 .ar27 { min-width: 50%; }
}
.pap13 .sfcgcdyo { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .lroq { flex-wrap: wrap; padding: 14px 16px; }
  .rne52 { padding: 12px 16px; }
  .pap13 .sfcgcdyo { margin: 0 16px; }
  .pap13 .n00kt { padding: 0 16px; }
  .iv85u { padding: 12px 16px; }
}
.nq8tl .aqbm {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.nq8tl .aqbm:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.ipjm44e .pkhz1 { gap: 18px; }
.ipjm44e .aqbm {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.ipjm44e .aqbm:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.gevtlejn .pkhz1 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.gevtlejn .aqbm {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.gevtlejn .aqbm:last-child { border-bottom: none; }
.gevtlejn .abh9mj,
.gevtlejn .mwig,
.gevtlejn .mh0p0g {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.peavjwu .pkhz1 { gap: 0; }
.peavjwu .aqbm {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.peavjwu .aqbm:last-child { border-bottom: none; }
.peavjwu .aqbm:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.peavjwu .aqbm:nth-child(even):hover { background: var(--bg-hover); }
.n16u2jd .aqbm {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.potq .mh0p0g .twinru {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.potq .mh0p0g .twinru:first-child { border-left: none; }
.kclg .mh0p0g .twinru {
  background: transparent; padding: 4px 8px;
}
.kclg .mh0p0g .qpa2y { font-size: .65rem; opacity: .65; }
.kclg .mh0p0g .wyd4   { font-size: 1.15rem; color: var(--accent-light); }
.u0l2q .mh0p0g .twinru {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.f62t0om { display: none; }
.zx0ubau .vzjm { font-size: 1rem; letter-spacing: 2px; }
.q7g2pcb6 .vzjm {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.bed2e .vzjm,
.gqz1 .vzjm,
.y0h7seq .vzjm { display: none; }
.bed2e .f62t0om,
.gqz1 .f62t0om,
.y0h7seq .f62t0om { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.bed2e .f62t0om { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.bed2e .f62t0om small { display: none; }
.gqz1 .f62t0om {
  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;
}
.gqz1 .f62t0om small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.y0h7seq .f62t0om {
  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;
}
.y0h7seq .f62t0om small { display: none; }
.g0ttp968 { margin: 16px 0; }
.f5wh0i { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.f5wh0i summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.f5wh0i summary::after { content: "+"; color: var(--accent-light); }
.f5wh0i[open] summary::after { content: "−"; }
.f5wh0i p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.qycek3h { margin-bottom: 0; }
.d31ao h2.zmxtahd7 { color: var(--text-primary); border-color: var(--accent-light); }
.io2ywan0 h2.zmxtahd7 { color: var(--text-primary); border-color: var(--accent-light); }
.h9gt .egic     { background: #052e16; border-color: #10b981; }
.h9gt .snaiio { background: #2d0a1e; border-color: #f43f5e; }
.h9gt .lksjvqa7    { background: #1e1036; border-color: #a855f7; }
.h9gt .m1qb7bo strong  { color: #f1f5f9; }
.h9gt .m1qb7bo p       { color: #cbd5e1; }
.h9gt .unox0    .egic     .q34858::before,
.h9gt .ff86bk  .egic     .q34858::before,
.h9gt .e5hlgc1  .egic     .q34858::before,
.h9gt .fa8vqwnq .egic     .q34858::before { color: #10b981; }
.h9gt .unox0    .snaiio .q34858::before,
.h9gt .ff86bk  .snaiio .q34858::before,
.h9gt .e5hlgc1  .snaiio .q34858::before,
.h9gt .fa8vqwnq .snaiio .q34858::before { color: #f43f5e; }
.h9gt .unox0    .lksjvqa7    .q34858::before,
.h9gt .ff86bk  .lksjvqa7    .q34858::before,
.h9gt .e5hlgc1  .lksjvqa7    .q34858::before,
.h9gt .fa8vqwnq .lksjvqa7    .q34858::before { color: #a855f7; }
.pezh .egic     { background: #2d2000; border-color: #eab308; }
.pezh .snaiio { background: #2d0b0b; border-color: #ef4444; }
.pezh .lksjvqa7    { background: #2d1600; border-color: #f97316; }
.pezh .m1qb7bo strong  { color: #f1f5f9; }
.pezh .m1qb7bo p       { color: #cbd5e1; }
.pezh .unox0    .egic     .q34858::before,
.pezh .ff86bk  .egic     .q34858::before,
.pezh .e5hlgc1  .egic     .q34858::before,
.pezh .fa8vqwnq .egic     .q34858::before { color: #eab308; }
.pezh .unox0    .snaiio .q34858::before,
.pezh .ff86bk  .snaiio .q34858::before,
.pezh .e5hlgc1  .snaiio .q34858::before,
.pezh .fa8vqwnq .snaiio .q34858::before { color: #ef4444; }
.pezh .unox0    .lksjvqa7    .q34858::before,
.pezh .ff86bk  .lksjvqa7    .q34858::before,
.pezh .e5hlgc1  .lksjvqa7    .q34858::before,
.pezh .fa8vqwnq .lksjvqa7    .q34858::before { color: #f97316; }
.btjxzn .egic     { background: #0c1a2e; border-color: #38bdf8; }
.btjxzn .snaiio { background: #12103a; border-color: #818cf8; }
.btjxzn .lksjvqa7    { background: #0a2020; border-color: #2dd4bf; }
.btjxzn .m1qb7bo strong  { color: #f1f5f9; }
.btjxzn .m1qb7bo p       { color: #cbd5e1; }
.btjxzn .unox0    .egic     .q34858::before,
.btjxzn .ff86bk  .egic     .q34858::before,
.btjxzn .e5hlgc1  .egic     .q34858::before,
.btjxzn .fa8vqwnq .egic     .q34858::before { color: #38bdf8; }
.btjxzn .unox0    .snaiio .q34858::before,
.btjxzn .ff86bk  .snaiio .q34858::before,
.btjxzn .e5hlgc1  .snaiio .q34858::before,
.btjxzn .fa8vqwnq .snaiio .q34858::before { color: #818cf8; }
.btjxzn .unox0    .lksjvqa7    .q34858::before,
.btjxzn .ff86bk  .lksjvqa7    .q34858::before,
.btjxzn .e5hlgc1  .lksjvqa7    .q34858::before,
.btjxzn .fa8vqwnq .lksjvqa7    .q34858::before { color: #2dd4bf; }
.c6p5::before,
.rwyz::before { margin-right: 5px; }
.l9x0y .ddvt6 ul li,
.l9x0y .ddvt6 .c6p5 { color: #22c55e; }
.l9x0y .r81ff ul li,
.l9x0y .r81ff .rwyz { color: #ef4444; }
.u3gih .ddvt6 { background: var(--bg-pros); }
.u3gih .r81ff { background: var(--bg-cons); }
.u3gih .ddvt6 .c6p5 { color: var(--c-pros-label); }
.u3gih .r81ff .rwyz { color: var(--c-cons); }
.u3gih .ddvt6 ul li,
.u3gih .ac4f64fp li            { color: var(--c-pros); }
.u3gih .r81ff ul li,
.u3gih .bceoou84 li            { color: var(--c-cons); }
.lqdur45 .ddvt6 { background: var(--bg-pros); }
.lqdur45 .r81ff { background: var(--bg-cons); }
.lqdur45 .ddvt6 .c6p5 { color: var(--c-pros-label); }
.lqdur45 .r81ff .rwyz { color: var(--c-cons); }
.lqdur45 .ddvt6 ul li,
.lqdur45 .r81ff ul li,
.avkap .c6p5::before { content: "✓ "; }
.avkap .rwyz::before { content: "✗ "; }
.v8vo .c6p5::before { content: "→ "; }
.v8vo .rwyz::before { content: "← "; }
.c5yda17 .c6p5::before { content: "★ "; }
.c5yda17 .rwyz::before { content: "✕ "; }
.y1w6 .c6p5::before { content: "◆ "; }
.y1w6 .rwyz::before { content: "▲ "; }
.tumom .m1qb7bo { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.tumom .m1qb7bo strong { color: var(--text-primary); }
.tumom .m1qb7bo p      { color: var(--text-muted); }
.aueq .m1qb7bo { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.eb5155ok .m1qb7bo {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.eb5155ok .m1qb7bo strong,
.eb5155ok .m1qb7bo p { color: #fff; }
.eb5155ok .q34858::before { color: rgba(255,255,255,0.9) !important; }
.ibglm .m1qb7bo {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.ibglm .m1qb7bo strong { color: var(--text-primary); }
.ibglm .m1qb7bo p      { color: var(--text-muted); }
.qo1kw .m1qb7bo { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.unox0 .q34858,
.ff86bk .q34858,
.e5hlgc1 .q34858,
.fa8vqwnq .q34858 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.unox0 .q34858::before,
.ff86bk .q34858::before,
.e5hlgc1 .q34858::before,
.fa8vqwnq .q34858::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.unox0 .egic     .q34858::before { content: "✦"; color: var(--c-tip-border); }
.unox0 .snaiio .q34858::before { content: "▲"; color: var(--c-warn-border); }
.unox0 .lksjvqa7    .q34858::before { content: "◉"; color: #60a5fa; }
.ff86bk .egic     .q34858::before { content: "★"; color: var(--c-tip-border); }
.ff86bk .snaiio .q34858::before { content: "◆"; color: var(--c-warn-border); }
.ff86bk .lksjvqa7    .q34858::before { content: "●"; color: #60a5fa; }
.e5hlgc1 .egic     .q34858::before { content: "▶"; color: var(--c-tip-border); }
.e5hlgc1 .snaiio .q34858::before { content: "■"; color: var(--c-warn-border); }
.e5hlgc1 .lksjvqa7    .q34858::before { content: "▸"; color: #60a5fa; }
.fa8vqwnq .egic     .q34858::before { content: "→"; color: var(--c-tip-border); }
.fa8vqwnq .snaiio .q34858::before { content: "⬥"; color: var(--c-warn-border); }
.fa8vqwnq .lksjvqa7    .q34858::before { content: "◈"; color: #60a5fa; }
.c45yg .r2yg7 .c0z8st9,
.c45yg .uyksom .c0z8st9  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.c45yg .k47puow                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.c45yg .aqbm                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.c45yg .ek5bx3          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.c45yg .mrvoxx                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ugh2 .r2yg7 .c0z8st9,
.ugh2 .uyksom .c0z8st9,
.ugh2 .k47puow,
.ugh2 .aqbm,
.ugh2 .nulh1y9o,
.ugh2 .ek5bx3,
.ugh2 .mrvoxx,
.ugh2 .qo1kw .m1qb7bo { box-shadow: none; }
.ac4gy   .mnnz2nv3, .ac4gy .ajb5e, .ac4gy .a6iu9,
.ac4gy   .oxmx0, .ac4gy .ja16bnt { font-size: 0.9rem; }
.ac4gy   .mial1, .ac4gy .x9kob { font-size: 0.9rem; }
.xbtn6lr   .mnnz2nv3, .xbtn6lr .ajb5e, .xbtn6lr .a6iu9,
.xbtn6lr   .oxmx0, .xbtn6lr .ja16bnt { font-size: 0.95rem; }
.xbtn6lr   .mial1, .xbtn6lr .x9kob { font-size: 0.95rem; }
.y3oz   .mnnz2nv3, .y3oz .ajb5e, .y3oz .a6iu9,
.y3oz   .oxmx0, .y3oz .ja16bnt { font-size: 1.08rem; }
.y3oz   .mial1, .y3oz .x9kob { font-size: 1.05rem; }
.y3oz   .x4su7i { font-size: 0.97rem; }
.j0qbxv .v2ub7      { font-size: 3.2rem; }
.j0qbxv h2.zmxtahd7 { font-size: 1.9rem; }
.j0qbxv h3.o7dga9qe     { font-size: 1.4rem; }
.l57g .v2ub7      { font-size: 3.8rem; }
.l57g h2.zmxtahd7 { font-size: 2.2rem; }
.l57g h3.o7dga9qe     { font-size: 1.6rem; }
.qycek3h + .qycek3h { position: relative; }
.w4805f   .qycek3h + .qycek3h::before,
.fnna8o  .qycek3h + .qycek3h::before,
.b1fmy   .qycek3h + .qycek3h::before,
.gjxl5ri   .qycek3h + .qycek3h::before,
.ksnsg   .qycek3h + .qycek3h::before,
.xrlfn7xm .qycek3h + .qycek3h::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.w4805f .qycek3h + .qycek3h::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.fnna8o .qycek3h + .qycek3h::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.b1fmy .qycek3h + .qycek3h::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;
}
.gjxl5ri .qycek3h + .qycek3h::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.lfo926q .qycek3h { margin-bottom: 16px; }
.lfo926q .qycek3h + .qycek3h { margin-top: 0; }
.lfo926q .pc5zfle { padding-top: 0; padding-bottom: 0; }
.ksnsg .qycek3h + .qycek3h::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.xrlfn7xm .qycek3h + .qycek3h::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.yt98f2 .qycek3h + .qycek3h::before,
.y7o9hm5e .qycek3h + .qycek3h::before,
.rraa .qycek3h + .qycek3h::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%;
}
.k76wiswm .yt98f2 .qycek3h:nth-child(even)::before,
.k76wiswm .y7o9hm5e .qycek3h:nth-child(even)::before,
.k76wiswm .rraa .qycek3h:nth-child(even)::before { background: var(--bg-surface); }
.uwfs .yt98f2 .qycek3h:nth-child(even)::before,
.uwfs .y7o9hm5e .qycek3h:nth-child(even)::before,
.uwfs .rraa .qycek3h:nth-child(even)::before { background: var(--bg-card); }
.yt98f2 .qycek3h + .qycek3h::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");
}
.y7o9hm5e .qycek3h + .qycek3h::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");
}
.rraa .qycek3h + .qycek3h::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");
}
.hchpt5c7 .wr53,
.g924 .wr53,
.w9oicq .wr53 { overflow: hidden; }
.hchpt5c7 .jlx8,
.g924 .jlx8 { margin-bottom: 60px; }
.w9oicq .jlx8 { margin-bottom: 70px; }
.hchpt5c7 .wr53::before,
.g924 .wr53::before,
.w9oicq .wr53::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%;
}
.hchpt5c7 .wr53::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");
}
.g924 .wr53::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");
}
.w9oicq .wr53::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");
}
.rurt .wr53:not(.l3npcwbc) .m9e2gv { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.bu8lxljm .wr53:not(.l3npcwbc) .m9e2gv { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.wum9  .wr53:not(.l3npcwbc) .m9e2gv { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.njqhhp6g  .wr53:not(.l3npcwbc) .m9e2gv { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.rurt .l3npcwbc { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.bu8lxljm .l3npcwbc { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.wum9 .l3npcwbc { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.njqhhp6g .l3npcwbc { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.zr1aq .l3npcwbc { background: var(--accent); }
.zr1aq .l3npcwbc .m9e2gv { background: none; }
.zr1aq .qp1dse3 { background: var(--accent); }
.zr1aq .vwwocza { background: var(--accent-bg); }
.zr1aq .wr53:not(.l3npcwbc) .m9e2gv { background: rgba(0,0,0,0.6); }
.iiehdb3 .xd36g { float: left; width: 38%; margin: 0 28px 16px 0; }
.iiehdb3 .xd36g .tcy25j4 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.iiehdb3 .pc5zfle::after { content: ''; display: block; clear: both; }
.k7va8f .xd36g { float: right; width: 38%; margin: 0 0 16px 28px; }
.k7va8f .xd36g .tcy25j4 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.k7va8f .pc5zfle::after { content: ''; display: block; clear: both; }
.dlmxb7 .qycek3h:nth-child(odd)  .xd36g { float: left;  width: 38%; margin: 0 28px 16px 0; }
.dlmxb7 .qycek3h:nth-child(even) .xd36g { float: right; width: 38%; margin: 0 0 16px 28px; }
.dlmxb7 .xd36g .tcy25j4 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.dlmxb7 .pc5zfle::after { content: ''; display: block; clear: both; }
.iiehdb3 .ik3qs,
.iiehdb3 .pkhz1,
.k7va8f .ik3qs,
.k7va8f .pkhz1,
.dlmxb7 .ik3qs,
.dlmxb7 .pkhz1 { clear: both; }
@media (max-width: 900px) {
  .iiehdb3 .xd36g,
  .k7va8f .xd36g,
  .dlmxb7 .qycek3h:nth-child(odd)  .xd36g,
  .dlmxb7 .qycek3h:nth-child(even) .xd36g {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .iiehdb3 .xd36g .tcy25j4,
  .k7va8f .xd36g .tcy25j4,
  .dlmxb7 .xd36g .tcy25j4 {
    max-height: none !important;
  }
}
.iiehdb3 .mial1,
.iiehdb3 .x9kob,
.k7va8f .mial1,
.k7va8f .x9kob,
.dlmxb7 .mial1,
.dlmxb7 .x9kob { overflow: hidden; }
@media (max-width: 640px) {
  .iiehdb3 .xd36g,
  .k7va8f .xd36g,
  .dlmxb7 .xd36g { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ue0d2ja6 .dxd7,
.ue0d2ja6 .pc5zfle,
.ue0d2ja6 .l7zz  { max-width: 1100px; }
.r8r2 .dxd7,
.r8r2 .pc5zfle,
.r8r2 .l7zz  { max-width: 1200px; }
.r8r2 { --content-mw: 1200px; }
.ax7pkfvq .dxd7,
.ax7pkfvq .pc5zfle,
.ax7pkfvq .l7zz  { max-width: 1320px; }
.cg2irvcn { font-size: 0.82rem; color: var(--text-muted); }
.mx3d { display: flex; align-items: center; }
.e5clt {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.x6z9 { display: flex; align-items: center; }
.cgpb5rwl { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.cgpb5rwl:hover { text-decoration: underline; }
.xbq5 { margin: 0 3px; opacity: 0.45; }
.xbq5::before { content: '/'; }
.vyn0r { padding: 2px 5px; color: var(--text-main); }
.ylej .cg2irvcn {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ylej .mx3d { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.y48r8zda .cg2irvcn {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.y48r8zda .mx3d { padding: 0 0 0 12px; }
.gexoik {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.torqwe0 .mx3d { padding: 0 16px; }
.torqwe0 .cg2irvcn {
  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);
}
.torqwe0 .dxd7 { padding-top: 28px; }
@media (max-width: 720px) {
  .gexoik { margin-top: 18px; padding: 0 16px; }
  .torqwe0 .dxd7 { padding-top: 16px; }
}
.ue0d2ja6.ylej .mx3d { max-width: 1100px; }
.r8r2.ylej .mx3d { max-width: 1200px; }
.ax7pkfvq.ylej .mx3d { max-width: 1320px; }
.ue0d2ja6 .gexoik { max-width: 1100px; }
.r8r2 .gexoik { max-width: 1200px; }
.ax7pkfvq .gexoik { max-width: 1320px; }
.ggzrmtw .qycek3h { padding-top: 16px; padding-bottom: 16px; }
.gxx8l .qycek3h { padding-top: 24px; padding-bottom: 24px; }
.zqb8qg6q .qycek3h { padding-top: 40px; padding-bottom: 40px; }
.ll41u .qycek3h { padding-top: 52px; padding-bottom: 52px; }
.dqkd88v .qycek3h:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.dqkd88v .qycek3h:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.dqkd88v .qycek3h:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.dqkd88v .qycek3h:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.yr8a2ho .pc5zfle { padding-top: 10px;  padding-bottom: 10px; }
.ragtoz4y .pc5zfle { padding-top: 18px;  padding-bottom: 18px; }
.mjgbz .pc5zfle { padding-top: 36px;  padding-bottom: 36px; }
.ln7bir .pc5zfle { padding-top: 48px;  padding-bottom: 48px; }
.lpt43v h2.zmxtahd7 { font-weight: 600; }
.lpt43v h3.o7dga9qe     { font-weight: 600; }
.wf4q h2.zmxtahd7 { font-weight: 800; }
.wf4q h3.o7dga9qe     { font-weight: 700; }
.ydgui h2.zmxtahd7 { font-weight: 900; }
.ydgui h3.o7dga9qe     { font-weight: 800; }
.ydgui .m1qb7bo strong,
.ydgui .m1qb7bo strong { font-weight: 600; }
.f3igj {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.ib202 .f3igj { display: none; }
@media (max-width: 640px) {
  .f3igj { display: none !important; }
}
.f3igj { background: var(--cta) !important; color: #fff !important; border: none !important; }
.f3igj:hover { opacity: 0.85; }
.sbatewyf .f3igj { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.cfc6ob  .w2l1ts { left: 32px; }
@media (max-width: 480px) {
  .galg .w2l1ts { right: 20px; bottom: 20px; }
  .cfc6ob  .w2l1ts { left: 20px; bottom: 20px; }
}
.pyejqfsa { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.l7zz { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.wy6obpv { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.o566d0 { color: var(--text-dim); font-size: 0.8rem; }
.ft1x { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.ft1x img { height: 26px; width: auto; object-fit: contain; }
.b2w7r { display: flex; flex-direction: column; gap: 6px; }
.b2w7r a, .lsscdek a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.b2w7r a:hover, .lsscdek a:hover { color: var(--accent-light); }
.b2w7r .o7lf { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.od4sl .l7zz { text-align: center; }
.od4sl .wy6obpv { margin-top: 0; }
.qczmnf { margin-top: 10px; }
.qczmnf a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .l7zz { padding-left: 16px; padding-right: 16px; }
  .vfuu6 .l7zz { padding: 20px 16px; }
  .lsscdek { gap: 4px 12px; }
  .wy6obpv { font-size: 0.78rem; }
}
.lk0bfev .j0apm .ft1x { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.lk0bfev .wy6obpv { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.lk0bfev .o566d0 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .lk0bfev .itgphmq { grid-template-columns: 1fr 1fr; } .lk0bfev .j0apm { grid-column: 1 / -1; } }
@media (max-width: 480px) { .lk0bfev .itgphmq { grid-template-columns: 1fr; } }
.zxd2pw2 .ft1x { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.zxd2pw2 .wy6obpv { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .zxd2pw2 .juxbv5 { gap: 12px; } .zxd2pw2 .ft1x { margin-right: 0; width: 100%; } }
.tblca6yo .ez05a00 .ft1x { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.tblca6yo .wy6obpv { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.tblca6yo .o566d0 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .tblca6yo .tlvc9iv { grid-template-columns: 1fr 1fr; } .tblca6yo .ez05a00 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tblca6yo .tlvc9iv { grid-template-columns: 1fr; } }
.zvdobz .nraug0 { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.zvdobz .b2w7r { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .zvdobz .nraug0 { grid-template-columns: 1fr 1fr; } .zvdobz .popy:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zvdobz .nraug0 { grid-template-columns: 1fr; } }
.tvdfd .nraug0 { grid-template-columns: 1fr 2fr; }
.tvdfd .ix3zo .b2w7r { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .tvdfd .nraug0 { grid-template-columns: 1fr; } }
.zh85 .l7zz { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.q4tflj .w8w7p4n      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.q4tflj .pyejqfsa { background: var(--bg-page); border-top-color: var(--border-alt); }
.u8lurfog .w8w7p4n      { background: #0d1117; border-bottom-color: #21262d; }
.u8lurfog .gv9wu23e { color: var(--accent-light); }
.u8lurfog .s6f8z { --msep-color: #8b949e; }
.u8lurfog .s6f8z a { color: #8b949e; }
.u8lurfog .s6f8z a:hover { color: var(--accent-light); }
.u8lurfog .uc8u9x { color: #8b949e; }
.u8lurfog .pyejqfsa { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.u8lurfog .wy6obpv,
.u8lurfog .o566d0 { color: #6e7681; }
.u8lurfog .b2w7r a, .u8lurfog .lsscdek a,
.u8lurfog .ft1x { color: #e6edf3; }
.u8lurfog .b2w7r a:hover, .u8lurfog .lsscdek a:hover,
@media (max-width: 640px) {
  .u8lurfog .s6f8z { background: #0d1117; border-top-color: #21262d; }
  .u8lurfog .s6f8z li a { border-bottom-color: #21262d; }
}
.g2b80e .w8w7p4n      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.g2b80e .gv9wu23e { color: var(--accent-light); }
.g2b80e .s6f8z { --msep-color: #475569; }
.g2b80e .s6f8z a { color: #475569; }
.g2b80e .s6f8z a:hover { color: var(--accent-light); }
.g2b80e .uc8u9x { color: #64748b; }
.g2b80e .pyejqfsa { background: #f0f4f8; border-top-color: #cbd5e1; }
.g2b80e .wy6obpv,
.g2b80e .o566d0 { color: #64748b; }
.g2b80e .b2w7r a, .g2b80e .lsscdek a,
.g2b80e .atmqvj8 a, .g2b80e .ft1x { color: #374151; }
.g2b80e .b2w7r a:hover, .g2b80e .lsscdek a:hover,
@media (max-width: 640px) {
  .g2b80e .s6f8z { background: #f0f4f8; border-top-color: #cbd5e1; }
  .g2b80e .s6f8z li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.dsni .w8w7p4n      { background: var(--accent); border-bottom-color: var(--accent-light); }
.dsni .gv9wu23e { color: #fff; }
.dsni .s6f8z { --msep-color: rgba(255,255,255,0.82); }
.dsni .s6f8z a { color: rgba(255,255,255,0.82); }
.dsni .s6f8z a:hover { color: #fff; }
.dsni .uc8u9x { color: rgba(255,255,255,0.9); }
.dsni .pyejqfsa { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.dsni .wy6obpv,
.dsni .o566d0 { color: rgba(255,255,255,0.72); }
.dsni .b2w7r a, .dsni .lsscdek a,
.dsni .atmqvj8 a, .dsni .ft1x { color: #fff; }
.dsni .b2w7r a:hover, .dsni .lsscdek a:hover,
@media (max-width: 640px) {
  .dsni .s6f8z { background: var(--accent); border-top-color: var(--accent-light); }
  .dsni .s6f8z li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.b7o0 .w8w7p4n {
  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);
}
.b7o0 .pyejqfsa {
  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) {
  .b7o0 .s6f8z {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.nfbwa .jgwbuopf { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.i8fz9 .jgwbuopf { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.w8fxdbo .jgwbuopf { min-height: 72px; height: auto; }
.osvs .jgwbuopf { min-height: 84px; height: auto; }
.vfuu6 .jgwbuopf { max-width: none; padding: 0 32px; }
.vfuu6 .l7zz  { max-width: none; padding: 24px 32px; }
.ta2z15.r8r2 .jgwbuopf { max-width: 1200px; }
.ta2z15.ax7pkfvq .jgwbuopf { max-width: 1320px; }
.paba18s   .gv9wu23e, .paba18s   .ft1x { text-transform: capitalize; }
.tzc0f4 .gv9wu23e, .tzc0f4 .ft1x { text-transform: lowercase; }
.ra0s1uq .gv9wu23e, .ra0s1uq .ft1x { text-transform: uppercase; letter-spacing: 0.06em; }
.fpta, .r063cs {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.qoves .fpta,
.qoves .r063cs { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.pkny7jo .fpta,
.pkny7jo .r063cs { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.hyrstc6 .fpta,
.hyrstc6 .r063cs { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.xpqi0vp .fpta,
.xpqi0vp .r063cs { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.ouxd   .s6f8z a { font-weight: 500; }
.ull6ho71 .s6f8z a { font-weight: 600; }
.conw     .s6f8z a { font-weight: 700; }
.v6q3l    .s6f8z a { font-weight: 800; letter-spacing: 0.01em; }
.lj0hhhks     .s6f8z > li + li::before,
.r4u2r73    .s6f8z > li + li::before,
.kip32t    .s6f8z > li + li::before,
.a4hn .s6f8z > li + li::before,
.awpoy24 .s6f8z > li + li::before,
.wl8vodm6  .s6f8z > li + li::before,
.ufw0uoj    .s6f8z > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.lj0hhhks     .s6f8z > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.r4u2r73    .s6f8z > li + li::before { content: "|"; }
.kip32t    .s6f8z > li + li::before { content: "—"; }
.a4hn .s6f8z > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.awpoy24 .s6f8z > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.wl8vodm6  .s6f8z > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.ufw0uoj    .s6f8z > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .vn1c0j .uc8u9x,
  .kh7u9ay .uc8u9x,
  .yxt06ec .uc8u9x,
  .m5p627i .uc8u9x,
  .bpz6d .uc8u9x {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .vn1c0j .uc8u9x::before,
  .kh7u9ay .uc8u9x::before,
  .yxt06ec .uc8u9x::before,
  .m5p627i .uc8u9x::before,
  .bpz6d .uc8u9x::before { content: ""; display: block; flex-shrink: 0; }

  
  .vn1c0j .uc8u9x::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;
  }

  
  .kh7u9ay .uc8u9x::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;
  }

  
  .yxt06ec .uc8u9x::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;
  }

  
  .m5p627i .uc8u9x::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;
  }

  
  .bpz6d .uc8u9x::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) {
  .cfuq2mu .uc8u9x {
    padding: 5px 14px;
  }
  .cfuq2mu .s6f8z {
    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;
  }
  .cfuq2mu .s6f8z li a {
    border-bottom: none; padding: 10px 22px;
  }
  .cfuq2mu .s6f8z li a:hover { background: var(--bg-raised); }
  .cfuq2mu .v6548,
  .rrvuozc .v6548,
  .feh4 .v6548 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .bgl1f .uc8u9x {
    padding: 5px 10px;
  }
  .bgl1f .s6f8z {
    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);
  }
  .bgl1f .s6f8z.bv0s { transform: translateX(0); }
  .bgl1f .s6f8z li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .bgl1f .s6f8z li:last-child a { border-bottom: none; }
  .dsni .s6f8z,
  .u8lurfog .s6f8z { background: var(--accent) !important; }
  .dsni .s6f8z li a,
  .u8lurfog .s6f8z li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .feh4 .uc8u9x {
    padding: 5px 10px;
  }
  .feh4 .s6f8z {
    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);
  }
  .feh4 .s6f8z::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .feh4 .s6f8z.bv0s { transform: translateY(0); }
  .feh4 .s6f8z li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .tv37 .uc8u9x {
    padding: 5px 10px;
  }
  .tv37 .s6f8z {
    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;
  }
  .tv37 .s6f8z.bv0s { opacity: 1; pointer-events: auto; }
  .tv37 .s6f8z li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .puwgpe     .uc8u9x { border-radius: 0 !important; }
  .doku   .uc8u9x { border-radius: 8px !important; }
  .smdw5 .uc8u9x { border-radius: 50% !important; }
  .ri9s0sr4   .uc8u9x { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .psnhj2jn .lovv7j9u { flex-direction: column; align-items: stretch; }
  .psnhj2jn .n15bit9 { flex-direction: row; min-width: auto; }
  .psnhj2jn .kztnz2 { align-items: flex-start; text-align: left; }
}
.nznvx,
.nznvx.qycek3h,
.k76wiswm .nznvx,
.m5rcfw .nznvx,
.uwfs .nznvx,
.t4vtbv .nznvx {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.ua2d1624 {
  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;
}
.v2rzv { flex: 1 1 280px; min-width: 0; }
.nlcu {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.bzjfj {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.q9bnvdp {
  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;
}
.q9bnvdp:hover { transform: translateY(-1px); opacity: 0.95; }
.kv6pwx4 .ua2d1624 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.kv6pwx4 .nlcu { color: var(--cta); }
.kv6pwx4 .bzjfj { color: var(--text-body); }
.kv6pwx4 .q9bnvdp {
  background: var(--cta) !important;
  color: #fff !important;
}
.ed0dclzk .ua2d1624 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.ed0dclzk .nlcu { color: var(--text-primary); }
.ed0dclzk .bzjfj { color: var(--text-body); }
.ed0dclzk .q9bnvdp {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .ua2d1624 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .v2rzv { flex: 0 0 auto; }
  .nlcu { font-size: 1.2rem; }
  .q9bnvdp { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.b153k0 .m42c0 { height: 36px; }
.qkgr .m42c0 { height: 60px; max-width: 200px; }
.cre6j8f .m42c0 { height: 56px; max-width: 180px; }
.y1iefcy    .vzjm, .y1iefcy    .hg47pe { color: #f59e0b; }
.fduq41      .vzjm { font-size: 1rem; letter-spacing: 1.5px; }
.j6jqyqi    .vzjm, .j6jqyqi    .hg47pe { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.fcx70f     .vzjm, .fcx70f     .hg47pe { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.fdr2 .vzjm, .fdr2 .hg47pe { color: var(--cta); letter-spacing: 2px; }
.qkq3pm   .vzjm, .qkq3pm   .hg47pe { color: #e91e63; letter-spacing: 2px; }
.s1z8116  .vzjm, .s1z8116  .hg47pe { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.avh3jb     .vzjm, .avh3jb     .hg47pe { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.potq .twinru + .twinru {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.m0qji .aqbm { padding: 18px 24px; min-height: 68px; }
.kclg .qpa2y {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.kclg .wyd4 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.u0l2q .twinru {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.pkhz1 { counter-reset: cs-rank; }
.pkhz1 .aqbm { counter-increment: cs-rank; }
.pkhz1 .aqbm::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;
}
.bea5g39 .pkhz1 { counter-reset: cs-rank; gap: 0; }
.bea5g39 .aqbm {
  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;
}
.bea5g39 .aqbm::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;
}
.bea5g39 .abh9mj {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.bea5g39 .q327n {
  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;
}
.bea5g39 .ld86xp { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.bea5g39 .abh9mj { min-width: 0; flex-direction: column; width: 100%; }
.bea5g39 .bm88628 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.bea5g39 .vzjm { color: var(--cta, var(--accent)); }
.bea5g39 .f62t0om { font-weight: 700; }
.bea5g39 .twinru {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.bea5g39 .qpa2y {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.bea5g39 .wyd4 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.bea5g39 .q5scef .wyd4 { font-size: 1.3rem; color: var(--accent-light); }
.bea5g39 .zdsv8 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.bea5g39 .aqbm:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .bea5g39 .pkhz1 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .bea5g39 .aqbm {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .bea5g39 .aqbm { padding: 40px 16px 20px; }
  .bea5g39 .twinru {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .bea5g39 .zdsv8 { width: 100%; min-width: 0; }
}
.bh6aruh .pkhz1 { counter-reset: cs-rank; gap: 10px; }
.bh6aruh .aqbm {
  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);
}
.bh6aruh .aqbm::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);
}
.bh6aruh .abh9mj {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.bh6aruh .q327n {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.bh6aruh .ld86xp { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.bh6aruh .bm88628 {
  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;
}
.bh6aruh .vzjm { color: var(--cta, var(--accent)); }
.bh6aruh .twinru {
  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;
}
.bh6aruh .qpa2y {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.bh6aruh .wyd4 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.bh6aruh .q5scef .wyd4 { color: var(--accent-light); }
.bh6aruh .zdsv8 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.bh6aruh .aqbm:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .bh6aruh .aqbm {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .bh6aruh .aqbm::before {
    position: absolute; top: 14px; left: 14px;
  }
  .bh6aruh .abh9mj {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .bh6aruh .bm88628 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .bh6aruh .twinru {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .bh6aruh .zdsv8 { width: 100%; min-width: 0; }
  .bh6aruh .vzjm { min-width: 0; }
}
.l5qcq .aqbm::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.hhun .f5wh0i {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.hhun .f5wh0i summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.hhun .f5wh0i p { padding: 0 2px 16px; }
.ak566hw .f5wh0i { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ak566hw .f5wh0i summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ak566hw .f5wh0i summary::after { content: "›"; font-size: 1.2em; }
.ak566hw .f5wh0i[open] summary::after { content: "‹"; }
.ak566hw .f5wh0i p { padding: 10px 22px 4px; }
.lmhg .f5wh0i {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.lmhg .f5wh0i summary { color: var(--text-primary); padding-left: 16px; }
.lmhg .f5wh0i summary::after { content: "›"; font-size: 1.1em; }
.lmhg .f5wh0i[open] summary::after { content: "‹"; }
.lmhg .f5wh0i p { padding-left: 16px; }
.x0t0ye .g0ttp968 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.x0t0ye .f5wh0i {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.x0t0ye .f5wh0i:last-child { border-bottom: none; }
.x0t0ye .f5wh0i summary { color: var(--text-primary); border-radius: 0; }
.x0t0ye .f5wh0i summary::after { content: "›"; font-size: 1.1em; }
.x0t0ye .f5wh0i[open] summary::after { content: "‹"; }
.lg0g6 .f5wh0i { overflow: hidden; }
.lg0g6 .f5wh0i summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.lg0g6 .f5wh0i summary::after { color: rgba(255,255,255,.75); }
.lg0g6 .f5wh0i[open] summary { border-radius: 0; }
.xjjch { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.bdh1xa {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.yivz {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.e9ne0urg { color: var(--text-muted); font-size: 1.05rem; }
.neiu124r {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.hiij { margin-bottom: 20px; }
.wfweeb3n {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.wj5ih {
  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;
}
.wj5ih:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.b5ax { resize: vertical; min-height: 130px; }
.um84enl { width: 100%; margin-top: 8px; }
.jhveg {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.lkb1 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.v17zzmk { color: var(--text-muted); line-height: 1.75; }
.ddroc9a6 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ddroc9a6 li { margin-bottom: 6px; }
.q9g3rre { max-width: 760px; margin: 0 auto; }
.n0kzn ul.ddroc9a6 { margin: 0; }
@media (max-width: 640px) { .scjay { grid-template-columns: 1fr; gap: 10px; } }
.j0ty3 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.l02fh09i { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.vx0kqs { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.l02fh09i p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.l02fh09i .ddroc9a6 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .j0ty3 { grid-template-columns: 1fr; } }
.celcep59 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.celcep59:hover .xe0nn { color: var(--accent-light); text-decoration: underline; }
.no2x1p { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.iqhv2l { max-width: 760px; margin: 0 auto; }
.hvb4 ul.ddroc9a6 { margin: 0; }
.m273fwx { color: var(--text-muted); line-height: 1.75; }
.f3k6 .ddroc9a6,
.jcu20 .ddroc9a6,
.v7jqz4 .ddroc9a6,
.uc9gbwet .ddroc9a6 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.h9dclr3 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.dfnfw1 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.ybddox { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.n1o9i { margin-top: 12px; }
.i7bn5 { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.i7bn5:hover { border-bottom-color: var(--accent-light); }
.azolno { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.azolno img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pfihedg { border-radius: 50%; }
.j4ddx { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.eigwg992 { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .hzjs { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ny352 .ybddox, .ny352 .dfnfw1 { max-width: 640px; }
.qfmb .h9dclr3 { font-size: 1.6rem; margin-top: 18px; }
.rm8f .ybddox { margin-bottom: 28px; }
@media (max-width: 860px) { .s940ls { grid-template-columns: 1fr; } .qfmb { position: static; text-align: center; } }
.wiwd2z .azolno { margin: 0 auto 18px; }
.wiwd2z .j4ddx { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ovmav { grid-template-columns: 1fr; } }
.r49v { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.dlmfdr1 { flex: 1; }
.r49v .h9dclr3 { font-size: 1.6rem; margin-bottom: 6px; }
.gq5zf { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.uc9gbwet { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.zfxe { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.uc9gbwet p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.uc9gbwet .ddroc9a6 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .r49v { flex-direction: column; text-align: center; } .gq5zf { grid-template-columns: 1fr; } }
.hcwi .h9dclr3 { font-size: 1.35rem; margin: 0 0 4px; }
.hcwi .j4ddx { margin: 0; }
.iu4y6zsl {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.iu4y6zsl .yivz { color: var(--accent-light); }
.z7ht6 .yivz { font-size: 2rem; }
.z7ht6 .e9ne0urg { max-width: 680px; }
.v0tdmq3 .yivz { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.v0tdmq3 .e9ne0urg  { margin: 0; }
@media (max-width: 640px) { .v0tdmq3 { flex-direction: column; } }
.ao2r .yivz { color: var(--accent-light); }
.jujs9de .yivz { color: #fff; }
.jujs9de .e9ne0urg  { color: rgba(255,255,255,0.85); }
.urol { max-width: 680px; margin: 0 auto; }
.sg2ne {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .sg2ne { grid-template-columns: 1fr; } }
.w8tq { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.w8tq .wj5ih {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.w8tq .wj5ih:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.odeom .wj5ih { background: var(--bg-raised); border-color: transparent; }
.odeom .wj5ih:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ld2it90s .wj5ih { border-radius: 100px; padding: 11px 20px; }
.ld2it90s .b5ax { border-radius: 14px; }
@media (max-width: 640px) { .w9njxop { grid-template-columns: 1fr; } }
.ae3jpn{display:none}
.ae3jpn:empty,.tux7a:empty{display:none}
.j9dj885{position:relative;overflow:visible}
.c8l24ng .d16ehm,.k0l98kw .d16ehm,
.ks7psjg .d16ehm,.jrkr .d16ehm,
.c8aao2cm .d16ehm,.sswl .d16ehm{display:block}
.daf4 .l1ybpm{display:block}
.c8l24ng .d16ehm,.k0l98kw .d16ehm,
.ks7psjg .d16ehm,.jrkr .d16ehm,
.c8aao2cm .d16ehm{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.c8l24ng .d16ehm .tux7a,.k0l98kw .d16ehm .tux7a,
.ks7psjg .d16ehm .tux7a,.jrkr .d16ehm .tux7a,
.c8aao2cm .d16ehm .tux7a{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.c8l24ng .ck96t,.k0l98kw .ck96t,
.ks7psjg .ck96t,.jrkr .ck96t,
.c8aao2cm .ck96t{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.c8l24ng .d16ehm,.k0l98kw .d16ehm{top:12px}
.c8l24ng .d16ehm .tux7a{margin-right:auto}
.k0l98kw .d16ehm .tux7a{margin-left:auto}
.k0l98kw .d16ehm{text-align:right}
.ks7psjg .d16ehm,.jrkr .d16ehm{bottom:12px}
.ks7psjg .d16ehm .tux7a{margin-right:auto}
.jrkr .d16ehm .tux7a{margin-left:auto}
.jrkr .d16ehm{text-align:right}
.c8aao2cm .d16ehm{position:relative;margin-top:16px}
.c8aao2cm .d16ehm .tux7a{margin:0 auto}
.sswl .d16ehm{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.sswl .d16ehm .tux7a{margin:0}
.sswl .vwwocza~.d16ehm,
.sswl .vhfwla4l~.d16ehm{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.sswl .vwwocza~.d16ehm .tux7a,
.sswl .vhfwla4l~.d16ehm .tux7a{justify-content:flex-start}
.vwwocza~.d16ehm,.vhfwla4l~.d16ehm{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.vwwocza~.d16ehm .tux7a{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.vhfwla4l~.d16ehm .tux7a{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.l1ybpm .tux7a{margin:0 0 12px}
.tux7a{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.tsc1wlpq{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.xe0nn{font-weight:600;color:var(--text-heading);opacity:1}
.t9ufjr::before{content:"·";margin:0 2px;opacity:.5}
.ck96t{white-space:nowrap}
.i38w .tsc1wlpq{display:none}
.euhyg .ck96t{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.euhyg .t9ufjr::before{content:""}
.hb2074l .ck96t{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.hb2074l .t9ufjr::before{content:""}
.dsov4gf .tux7a{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.tqr16 .ck96t{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.tqr16 .t9ufjr::before{content:""}
.m23iay .ck96t{color: var(--accent-light);opacity:1;font-weight:500}
.maak36 .ck96t{border-bottom:1px solid currentColor;padding-bottom:2px}
.klkm6 .tux7a{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.dyut0x{--date-bg:var(--accent-bg)}
.bwy1mpp .t9ufjr::before{content:""}
.m5o421 .t9ufjr::before{content:"•";opacity:.4}
.m5o421 .ck96t + .ck96t::before{content:"•";margin-right:6px;opacity:.4}
.a80mtt6y .t9ufjr::before{content:"/";opacity:.35}
.a80mtt6y .ck96t + .ck96t::before{content:"/";margin-right:6px;opacity:.35}
.c3elblm .t9ufjr::before{content:"|";opacity:.3}
.c3elblm .ck96t + .ck96t::before{content:"|";margin-right:6px;opacity:.3}
.pw5u .t9ufjr::before{content:"—";opacity:.3}
.pw5u .ck96t + .ck96t::before{content:"—";margin-right:6px;opacity:.3}
.d8qqr9iz .t9ufjr::before{content:"◆";font-size:.5em;opacity:.35}
.d8qqr9iz .ck96t + .ck96t::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.lq1z8aq .t9ufjr::before{content:"·";opacity:.4}
.lq1z8aq .ck96t + .ck96t::before{content:"·";margin-right:6px;opacity:.4}
.s80k .t9ufjr::before{content:"›";opacity:.4}
.s80k .ck96t + .ck96t::before{content:"›";margin-right:6px;opacity:.4}
.l2awyq .t9ufjr::before{content:"→";opacity:.35;font-size:.85em}
.l2awyq .ck96t + .ck96t::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.khclc6 .pu5mdan{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .pu5mdan{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .no9r39{max-width:100%}
}
.ftkf4b .ek5bx3{margin:0}
@media (max-width:560px){
  .gqi46{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) {
  .wjchui { padding: 28px 18px 20px; }
  .nfmqxde { font-size: 1.2rem; }
  .pe5ka { max-width: 220px; max-height: 80px; }
}
.if58w {
  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);
}
.wuun1h3 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.tdrcw  .if58w { border-radius: 50%; }
.pizkt51u  .if58w { border-radius: 6px; }
.hvrms .if58w { border-radius: 22px; }
.gv5uwsmc .ua2d1624 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .if58w { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ir7a .qycek3h {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ir7a .pc5zfle {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ir7a .ua2d1624 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.auzrz01 .qycek3h,
.auzrz01 .pc5zfle {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.auzrz01 .ua2d1624 {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .auzrz01 { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .auzrz01 .ua2d1624 {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .auzrz01 .bzjfj { display: none !important; }
  .auzrz01 .nlcu { font-size: 1.1rem !important; }
  .auzrz01 .if58w { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .rhe4 { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .jgwbuopf { flex-direction: row-reverse; }
[dir="rtl"] .s6f8z { flex-direction: row-reverse; }
[dir="rtl"] .cfc6ob  .w2l1ts { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .galg .w2l1ts { right: auto; left: 20px; }
  [dir="rtl"] .cfc6ob  .w2l1ts { left: auto;  right: 20px; }
}
[dir="rtl"] .iiehdb3 .xd36g  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .k7va8f .xd36g { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .mial1, [dir="rtl"] .x9kob { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ddvt6 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .r81ff { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .m1qb7bo { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .ua2d1624 { direction: rtl; }
[dir="rtl"] .if58w { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .aqbm,
[dir="rtl"] .cg2irvcn { direction: rtl; }
[dir="rtl"] .mrvoxx { direction: rtl; }
[dir="rtl"] .jbinva { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .hytpu02 .x9kob,
[dir="rtl"] .ydv4 .x9kob,
[dir="rtl"] .l2mmsx .x9kob,
[dir="rtl"] .vv427c .x9kob {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .hytpu02 .x9kob li::before,
[dir="rtl"] .ydv4 .x9kob li::before,
[dir="rtl"] .l2mmsx .x9kob li::before,
[dir="rtl"] .vv427c .x9kob li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .wr53.o30yaul .jlx8,
[dir="rtl"] .akilvgq7.o30yaul .jlx8,
[dir="rtl"] .l3npcwbc.o30yaul .jlx8,
[dir="rtl"] .a2lk.o30yaul .jlx8,
[dir="rtl"] .s8scoh.o30yaul .jlx8 { text-align: right; }
[dir="rtl"] .vwwocza.o30yaul .onve4 { align-items: flex-end; text-align: right; }
[dir="rtl"] .pc5zfle,
[dir="rtl"] .oxmx0,
[dir="rtl"] .ja16bnt,
[dir="rtl"] .jlx8 { text-align: right; }
[dir="rtl"] .neiu124r,
[dir="rtl"] .wfweeb3n,
[dir="rtl"] .ybddox,
[dir="rtl"] .wj5ih,
[dir="rtl"] .b5ax { text-align: right; direction: rtl; }
[dir="rtl"] .ld2it90s .wj5ih,
[dir="rtl"] .w8tq .wj5ih { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #c048a3;
  --brand:           #c048a3;
  --brand-light:     #8d3e7a;
  --brand-pale:      #ad6b9d;
  --grad-start:      #d78cc5;
  --grad-end:        #e2bed9;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #a855f7;
  --cta-light:       #9428fa;
  --cta-hover:       #8a1af4;
  --bg-page:         #f7f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f4f5;
  --bg-raised:       #f0eef0;
  --bg-hover:        #f5f4f5;
  --border:          #e8e2e6;
  --border-alt:      #dbd1d8;
  --border-section:  #e8e2e6;
  --text-primary:    #1a181a;
  --text-muted:      #5e545b;
  --text-body:       #353034;
  --text-sub:        #50484e;
  --text-faint:      #867883;
  --text-dim:        #9e939c;
  --text-label:      #6b6069;
  --text-value:      #433c41;
  --accent-bg:       #eee6ec;
  --accent-bg-light: #e5d1e0;
  --bg-tip:          #f0f9f8;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f8;
  --bg-cons:         #faf3f4;
  --c-pros:          #1d857e;
  --c-cons:          #9f2130;
  --c-pros-label:    #229f95;
  --c-tip-border:    #26afa5;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1d857e;
}
:root { --logo-bg-opacity: 72%; }
body, button, input { font-family: "Montserrat", sans-serif; }
.sd89i .q34858 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.sd89i .q34858::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.sd89i .egic     .q34858::before { content: "";  color: var(--c-tip-border); }.sd89i .snaiio .q34858::before { content: ""; color: var(--c-warn-border); }.sd89i .lksjvqa7    .q34858::before { content: ""; color: #60a5fa; }.h9gt .sd89i .egic     .q34858::before { color: #10b981; }.h9gt .sd89i .snaiio .q34858::before { color: #f43f5e; }.h9gt .sd89i .lksjvqa7    .q34858::before { color: #a855f7; }.pezh  .sd89i .egic     .q34858::before { color: #eab308; }.pezh  .sd89i .snaiio .q34858::before { color: #ef4444; }.pezh  .sd89i .lksjvqa7    .q34858::before { color: #f97316; }.btjxzn  .sd89i .egic     .q34858::before { color: #38bdf8; }.btjxzn  .sd89i .snaiio .q34858::before { color: #818cf8; }.btjxzn  .sd89i .lksjvqa7    .q34858::before { color: #2dd4bf; }.ddzaehc .sd89i .q34858::before { color: var(--accent-light) !important; }
.iq1e .oje9vt, .iq1e .vwwocza { min-height: 520px; }
.xbq5::before { content: '—'; }