:root {
  --color-accent: #ad2b79;
  --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;
}
.xfpbxdbr {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.o1w7dpc1 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.su9f {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ivt5 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.aw6hsu { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.aw6hsu a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.aw6hsu a:hover { color: var(--accent-light); }
.a1ue  .q8w5st { border-radius: 14px; }
.a1ue .q8w5st li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.a1ue .q8w5st li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.fshphg2 .q8w5st li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .q8w5st {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .kx0s79:hover .q8w5st,
  .kx0s79:focus-within .q8w5st { display: block; }
  .q8w5st li a { padding: 8px 16px; font-size: 0.88rem; }
}
.u4c7m {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.plcow { display: none; }
@media (max-width: 640px) {
  .plcow {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .plcow.h41lr2 { display: block; }
}
@media (max-width: 640px) {
  .u4c7m { display: block; }
  .aw6hsu > li + li::before { display: none !important; }
  .aw6hsu {
    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;
  }
  .aw6hsu.h41lr2 { display: flex; }
  .aw6hsu li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .aw6hsu li:last-child a { border-bottom: none; }
}
.viodu48 { min-height: 480px; }
.wtdl {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.gfmr9 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.fyzq0 .gfmr9 { margin-left: 0; margin-right: 0; }
.b2oq {
  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;
}
.ipryv .b2oq { margin-top: 24px; }
.b2oq:hover { opacity: 0.88; }
.xz77 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.s1tz {
  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%);
}
.xz77 .c8v2 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.xz77 .wtdl { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.xz77 .gfmr9 { color: #e2e8f0; }
.xz77.c5yzx .c8v2 { text-align: center; }
.xz77.fyzq0   .c8v2 { text-align: left; }
.oy2w9b .c8v2 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.oy2w9b .wtdl { color: var(--text-primary); text-shadow: none; }
.oy2w9b .gfmr9 { color: var(--text-muted); }
.oy2w9b .b2oq { margin-top: 16px; }
.oy2w9b, .oy2w9b.viodu48 { min-height: auto !important; }
.oy2w9b.c5yzx .c8v2 { text-align: center; }
.oy2w9b.fyzq0   .c8v2 { text-align: left; }
.oy2w9b~.cl2w{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}
.oy2w9b~.cl2w .fzbl2zm{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}
.fsdgfd {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.uio9mpp .fsdgfd,
.uio9mpp .fsdgfd::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.tdtll4 .fsdgfd,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.bzo5 .fsdgfd,
.bzo5 .xz77 .s1tz {
  overflow: hidden;
}
.bzo5 .fsdgfd::after,
.bzo5 .xz77 .s1tz::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%); }
}
.r58g .fsdgfd,
.r58g .fsdgfd::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); }
}
.r58g .xz77 .s1tz {
  overflow: hidden;
}
.r58g .xz77 .s1tz::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;
}
.dz3y87 .fsdgfd,
.dz3y87 .xz77 .s1tz {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.uio9mpp .xz77 .s1tz {
  overflow: hidden;
}
.uio9mpp .xz77 .s1tz::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;
}
.tdtll4 .xz77 .s1tz {
  animation: hg-breathe 10s ease-in-out infinite;
}
.fsdgfd .s1tz {
  background: none;
}
.fsdgfd .wtdl { color: #fff; }
.fsdgfd .gfmr9 { color: rgba(255,255,255,0.85); }
.fsdgfd .b2oq { background: #fff; color: var(--cta); }
.fsdgfd .b2oq:hover { opacity: 0.92; }
.g50qu .wtdl { text-shadow: none; color: var(--text-primary); }
.g50qu .gfmr9 { color: var(--text-muted); }
body.uvt5 .wtdl {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ew4z .wtdl {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.viodu48.fsdgfd .wtdl,
section.fsdgfd .wtdl {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.g50qu.c5yzx .e8hppkk { align-items: center; text-align: center; }
.viodu48 .eo3i9rdq {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.eo3i9rdq .x8g3iune {
  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;
}
.eo3i9rdq .x8g3iune::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.eo3i9rdq .wgmcsd { display: contents !important; }
.eo3i9rdq .wgmcsd .z95x {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.eo3i9rdq .wgmcsd .q4xoqy { max-height: 48px; max-width: 96px; }
.eo3i9rdq .wgmcsd .dxs13q8 {
  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;
}
.eo3i9rdq .dzpf {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.eo3i9rdq .z3wp { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.eo3i9rdq .g1n6y1ff { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.eo3i9rdq .g1n6y1ff small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.eo3i9rdq .ilah3mr { display: contents !important; }
.eo3i9rdq .ilah3mr .o3qvjci:not(.ax86ivh) { display: none !important; }
.eo3i9rdq .ilah3mr .ax86ivh {
  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;
}
.eo3i9rdq .ilah3mr .ax86ivh .wa3hl {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.eo3i9rdq .ilah3mr .ax86ivh .ejr6 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.eo3i9rdq .gius7n { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.eo3i9rdq .gius7n.lad3z {
  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;
}
.eo3i9rdq .gius7n.lad3z:hover { opacity: 0.85; }
.jcp81hc6 .c8v2 { padding-bottom: 24px; }
.ipryv .c8v2 { max-width: 1100px; }
@media (max-width: 700px) {
  .g50qu { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .g50qu:not(.yjxefxqe) .d7uac { display: none !important; }
  .yjxefxqe .d7uac { padding: 16px; }
  .e8hppkk  { padding: 36px 24px; }
  .g50qu~.cl2w,.kklm~.cl2w{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .viodu48, .g50qu { min-height: 320px !important; }
  .wtdl { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .n5cwa,
  .ou1qczp,
  .d5bx { grid-template-columns: 1fr !important; }

  

  
  .jcp81hc6 { display: flex !important; flex-direction: column !important; }
  .jcp81hc6 .c8v2 { display: contents; }
  .jcp81hc6 .s1tz { order: 0; }
  .jcp81hc6 .wtdl { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .jcp81hc6 .n5cwa { order: 2; padding: 0 16px 12px !important; }
  .jcp81hc6 .gfmr9 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .ipryv .c8v2 { display: flex; flex-direction: column; }
  .ipryv .c8v2 .wtdl { order: 1; }
  .ipryv .c8v2 .d5bx { order: 2; margin: 8px 0 24px !important; }
  .ipryv .c8v2 .gfmr9 { order: 3; }
  .ipryv .c8v2 .b2oq { order: 4; align-self: center; margin-top: 0; }

  
  .g50qu.yjxefxqe {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .g50qu.yjxefxqe .e8hppkk { display: contents; padding: 0; }
  .g50qu.yjxefxqe .e8hppkk .wtdl { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .g50qu.yjxefxqe .d7uac { order: 2; padding: 12px 16px; }
  .g50qu.yjxefxqe .e8hppkk .gfmr9 { order: 3; padding: 0 24px; margin: 0 auto; }
  .g50qu.yjxefxqe .e8hppkk .b2oq { order: 4; align-self: center; margin: 8px 0 32px; }
}
.gdcsa7 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.aeay { width: 100%; height: auto; display: block; border-radius: 10px; }
.s9qnkjnj .gdcsa7        { border-radius: 16px; }
.s9qnkjnj .aeay  { border-radius: 16px; }
.qcf7kh .gdcsa7         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.qcf7kh .aeay   { border-radius: 8px; }
.vsc23gz { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ud8f { width: 100%; padding: 32px 0; position: relative; }
.poj26ppy { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.iqbdrg5 .ud8f:nth-child(even) { background: var(--bg-surface); }
.iqbdrg5 .ud8f:nth-child(odd)  { background: var(--bg-page); }
.mk4g .ud8f:nth-child(even) { background: var(--bg-card); }
.mk4g .ud8f:nth-child(odd)  { background: var(--bg-page); }
.iqbdrg5 .ud8f:nth-child(odd)  .poj26ppy { background: var(--bg-card); border-radius: 6px; }
.iqbdrg5 .ud8f:nth-child(even) .poj26ppy { background: var(--bg-raised); border-radius: 6px; }
.mk4g .ud8f:nth-child(odd)  .poj26ppy { background: var(--bg-card); border-radius: 6px; }
.mk4g .ud8f:nth-child(even) .poj26ppy { background: var(--bg-raised); border-radius: 6px; }
.iqbdrg5 .ud8f:nth-child(even) .ke7eazqo .pa42,
.mk4g .ud8f:nth-child(even) .ke7eazqo .pa42 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.iqbdrg5 .ud8f:nth-child(odd) .ke7eazqo .pa42,
.mk4g .ud8f:nth-child(odd) .ke7eazqo .pa42 { background: var(--bg-card-inner); }
.iqbdrg5 .ud8f:nth-child(even) .kakdaxsc .pa42:nth-child(odd),
.mk4g .ud8f:nth-child(even) .kakdaxsc .pa42:nth-child(odd)  { background: var(--bg-card); }
.iqbdrg5 .ud8f:nth-child(even) .kakdaxsc .pa42:nth-child(even),
.mk4g .ud8f:nth-child(even) .kakdaxsc .pa42:nth-child(even) { background: var(--bg-card-inner); }
h1.i20gp4y { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.i20gp4y {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.mqksw { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ojc1r h2.i20gp4y {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.a495fmlt h2.i20gp4y {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.bhuk05 h2.i20gp4y {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.vwjf6nvr h2.i20gp4y::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.xvei9p4 h2.i20gp4y {
  color: var(--text-primary); font-size: 1.7rem;
}
.edslkcx h2.i20gp4y::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.cgf48r2 h2.i20gp4y {
  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;
}
.srm8v { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .srm8v { display: none; } }
.l5yxw8 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.v4vkb { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.s2zzocq {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.ieujct4 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.chg4n12i { padding-left: 20px; }
.chg4n12i li { margin-bottom: 6px; }
.chg4n12i a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.chg4n12i a:hover { color: var(--accent-light); }
.n91d42 .ieujct4 { display: none; }
.pgcu0qdx .ieujct4 { display: none; }
.pgcu0qdx .chg4n12i { padding-left: 0; list-style: none; }
.pgcu0qdx .chg4n12i li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.pgcu0qdx .chg4n12i a { font-size: 0.92rem; }
.zfz4 .s2zzocq { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.zfz4 .ieujct4 { display: none; }
.zfz4 .chg4n12i { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.zfz4 .chg4n12i li { margin-bottom: 0; }
.zfz4 .chg4n12i 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;
}
.zfz4 .chg4n12i a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ferd .s2zzocq { padding: 20px 20px 16px; }
.ferd .chg4n12i {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ferd .chg4n12i li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ferd .chg4n12i 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;
}
.ferd .chg4n12i 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;
}
.ferd .chg4n12i a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ferd .chg4n12i a:focus,
.ferd .chg4n12i a:focus-visible,
.ferd .chg4n12i a:target { outline: none; }
.ferd .chg4n12i li:target a { border-color: var(--border); color: var(--text-muted); }
.k1tka .s2zzocq { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.k1tka .ieujct4 { display: none; }
.k1tka .chg4n12i { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.k1tka .chg4n12i li { margin-bottom: 0; }
.k1tka .chg4n12i li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.k1tka .chg4n12i li:last-child::after { content: ""; margin-right: 0; }
.k1tka .chg4n12i a { font-size: 0.9rem; }
.pa42 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ke7eazqo .pa42 { background: var(--bg-card); }
.kakdaxsc .pa42:nth-child(odd)  { background: var(--bg-card); }
.kakdaxsc .pa42:nth-child(even) { background: var(--bg-raised); }
.g5he .pa42 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.g5he .pa42:last-child { border-bottom: none; }
.g5he h3.mqksw { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.g6q3ztbv .pa42 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.g6q3ztbv .pa42 + .pa42 { margin-top: 4px; }
.yz1tnr11 .pa42 { background: none; border-radius: 0; padding: 12px 0; }
.yz1tnr11 .pa42 + .pa42 { border-top: 1px solid var(--border-section); }
.ogh3 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.sh4zdv { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.dloool3 { color: var(--text-body); margin-bottom: 10px; }
.xthri, .hqk852r1 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.xthri li, .hqk852r1 li { margin-bottom: 6px; }
.hqk852r1 li { list-style: decimal; }
.lo0toh8     .xthri { list-style-type: "● "; }
.ejhlhghc  .xthri { list-style-type: "■ "; }
.w8e7qh8k .xthri { list-style-type: "◆ "; }
.vf9dg2    .xthri { list-style-type: "★ "; }
.lo0toh8     .jt23 { list-style-type: "● "; }
.ejhlhghc  .jt23 { list-style-type: "■ "; }
.w8e7qh8k .jt23 { list-style-type: "◆ "; }
.vf9dg2    .jt23 { list-style-type: "★ "; }
.lo0toh8    .xthri li::marker, .lo0toh8    .jt23 li::marker,
.ejhlhghc .xthri li::marker, .ejhlhghc .jt23 li::marker,
.w8e7qh8k .xthri li::marker, .w8e7qh8k .jt23 li::marker,
.vf9dg2   .xthri li::marker, .vf9dg2   .jt23 li::marker {
  color: var(--cta); font-size: 1em;
}
.lo0toh8 .hqk852r1,
.ejhlhghc .hqk852r1,
.w8e7qh8k .hqk852r1,
.vf9dg2 .hqk852r1 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.lo0toh8 .hqk852r1 li,
.ejhlhghc .hqk852r1 li,
.w8e7qh8k .hqk852r1 li,
.vf9dg2 .hqk852r1 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.lo0toh8 .hqk852r1 li::before,
.ejhlhghc .hqk852r1 li::before,
.w8e7qh8k .hqk852r1 li::before,
.vf9dg2 .hqk852r1 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;
}
.lo0toh8     .hqk852r1 li::before { border-radius: 50%; }
.ejhlhghc  .hqk852r1 li::before { border-radius: 3px; }
.w8e7qh8k .hqk852r1 li::before { border-radius: 3px; }
.vf9dg2    .hqk852r1 li::before { border-radius: 50%; }
.zvi4jaw8 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.ato6cto .zvi4jaw8,
.x2h2s34 .zvi4jaw8 { background: transparent; border: none; border-radius: 0; }
.y5d0b { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.y5d0b th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.y5d0b td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.y5d0b tr:hover td { background: var(--bg-hover); }
.kslxdu .y5d0b tbody tr:nth-child(even) td { background: var(--bg-surface); }
.cih6m1 .y5d0b { border: 1px solid var(--border-alt); }
.cih6m1 .y5d0b th,
.cih6m1 .y5d0b td { border: 1px solid var(--border-alt); }
.zyznq48t .y5d0b th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.zyznq48t .y5d0b td { border-bottom: none; }
.zyznq48t .y5d0b tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.dryh .y5d0b th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.echyt .zvi4jaw8 {
  overflow: hidden;
}
.echyt .y5d0b th { border-bottom: 1px solid var(--border-alt); }
.echyt .y5d0b tr:last-child td { border-bottom: none; }
.wu5h { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.x8zg { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.uwiwh3h8 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.na8ntn1x { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.mfvp3 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.jt23 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.jt23 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%}
.qs24 .na8ntn1x { background: transparent; text-align: center; }
.jafi4gtv .uwiwh3h8 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.q8bsg .uwiwh3h8 {
  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);
}
.chnbd7 .x8zg { display: grid; grid-template-columns: auto 1fr; }
.chnbd7 .uwiwh3h8 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.chnbd7 .na8ntn1x { grid-column: 2; }
.chnbd7 .mfvp3,
.chnbd7 .jt23 { grid-column: 1 / -1; }
.hh39 .x8zg { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.hh39 .uwiwh3h8 {
  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);
}
.hh39 .na8ntn1x { grid-column: 2; }
.hh39 .mfvp3,
.hh39 .jt23 { grid-column: 1 / -1; }
.ra87qp2 .x8zg { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.ra87qp2 .na8ntn1x { background: none; color: var(--accent-light); font-weight: 700; }
.pi4do .x8zg { 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); }
.pi4do .na8ntn1x { background: none; color: var(--accent-light); font-weight: 700; }
.s6eu4 .x8zg { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.s6eu4 .x8zg:last-child { border-bottom: none; }
.s6eu4 .na8ntn1x { background: none; color: var(--accent-light); font-weight: 700; }
.sg0u9w .x8zg { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.sg0u9w .na8ntn1x { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.zmb3oa .wu5h { counter-reset: card-n; }
.zmb3oa .x8zg  { counter-increment: card-n; }
.zmb3oa .na8ntn1x { display: flex; align-items: center; gap: 10px; }
.zmb3oa .na8ntn1x::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;
}
.f37jair .x8zg { background: var(--bg-surface); border: 1px solid var(--border); }
.f37jair .na8ntn1x { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.pdnp { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.qd7oui4i  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.dzgg { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.tqv2gpxu { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.xzjcg { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.pdnp strong { color: var(--text-primary); font-size: 0.95rem; }
.pdnp p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.dmgm { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.j3kcpt5, .qud6 { border-radius: 8px; padding: 14px; }
.j3kcpt5 { background: var(--bg-pros); }
.qud6 { background: var(--bg-cons); }
.fkrg62e { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.j3kcpt5 .fkrg62e { color: var(--c-pros-label); }
.qud6 .fkrg62e { color: #f87171; }
.j3kcpt5 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.qud6 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.aeay { width: 100%; height: auto; border-radius: 10px; display: block; }
.lad3z {
  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;
}
.lad3z:hover { opacity: 0.85; }
.qvyw9te .lad3z  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.qvyw9te .lad3z:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.tucx04hp .lad3z  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.tucx04hp .lad3z:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ai880vxa .b2oq { border-radius: 50px; }
.ai880vxa .lad3z  { border-radius: 50px; }
.mmtgzbg8 .b2oq { padding-left: 22px; padding-right: 22px; }
.mmtgzbg8 .lad3z  { padding-left: 12px; padding-right: 12px; }
.kzvlye .b2oq { padding-left: 44px; padding-right: 44px; }
.kzvlye .lad3z  { padding-left: 24px; padding-right: 24px; }
.tkkw .b2oq { padding-left: 56px; padding-right: 56px; }
.tkkw .lad3z  { padding-left: 32px; padding-right: 32px; }
.ee3m   .b2oq::after, .ee3m   .lad3z::after,
.mfmnz9 .b2oq::after, .mfmnz9 .lad3z::after,
.hgw0o    .b2oq::after, .hgw0o    .lad3z::after,
.n3akp    .b2oq::after, .n3akp    .lad3z::after,
.vhplq    .b2oq::after, .vhplq    .lad3z::after,
.pg57u6     .b2oq::after, .pg57u6     .lad3z::after,
.lwsjh    .b2oq::after, .lwsjh    .lad3z::after,
.puj7l9   .b2oq::after, .puj7l9   .lad3z::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;
}
.ee3m .b2oq::after, .ee3m .lad3z::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");
}
.mfmnz9 .b2oq::after, .mfmnz9 .lad3z::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");
}
.hgw0o .b2oq::after, .hgw0o .lad3z::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");
}
.n3akp .b2oq::after, .n3akp .lad3z::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");
}
.vhplq .b2oq::after, .vhplq .lad3z::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");
}
.pg57u6 .b2oq::after, .pg57u6 .lad3z::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");
}
.lwsjh .b2oq::after, .lwsjh .lad3z::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");
}
.puj7l9 .b2oq::after, .puj7l9 .lad3z::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");
}
.u6nea   .v9c1ko::after, .u6nea   .caffbk15::after,
.vmr31 .v9c1ko::after, .vmr31 .caffbk15::after,
.l6h0adti    .v9c1ko::after, .l6h0adti    .caffbk15::after,
.a30q0    .v9c1ko::after, .a30q0    .caffbk15::after,
.wpvtoldp    .v9c1ko::after, .wpvtoldp    .caffbk15::after,
.c61gp7     .v9c1ko::after, .c61gp7     .caffbk15::after,
.r7w7nl    .v9c1ko::after, .r7w7nl    .caffbk15::after,
.aluz6   .v9c1ko::after, .aluz6   .caffbk15::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;
}
.u6nea .v9c1ko::after, .u6nea .caffbk15::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");
}
.vmr31 .v9c1ko::after, .vmr31 .caffbk15::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");
}
.l6h0adti .v9c1ko::after, .l6h0adti .caffbk15::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");
}
.a30q0 .v9c1ko::after, .a30q0 .caffbk15::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");
}
.wpvtoldp .v9c1ko::after, .wpvtoldp .caffbk15::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");
}
.c61gp7 .v9c1ko::after, .c61gp7 .caffbk15::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");
}
.r7w7nl .v9c1ko::after, .r7w7nl .caffbk15::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");
}
.aluz6 .v9c1ko::after, .aluz6 .caffbk15::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");
}
.p02jw {
  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;
}
.x8g3iune {
  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;
}
.x8g3iune > * { min-width: 0; }
.x8g3iune:hover { background: var(--bg-hover); }
.x8g3iune > [itemprop="item"] { display: contents; }
.x8g3iune [itemprop="itemReviewed"],
.x8g3iune [itemprop="reviewRating"] { display: none; }
.x8g3iune::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;
}
.wgmcsd {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.z95x {
  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;
}
.q4xoqy { max-height: 52px; max-width: 110px; object-fit: contain; }
.dxs13q8 {
  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;
}
.p2g7 .z95x    { background: #1a1a1a; }
.zowf .z95x   { background: rgba(128,128,128,.12); }
.sjxu .z95x { background: var(--bg-raised); }
.vigr .z95x    { background: transparent; padding: 0; }
.dzpf {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.z3wp { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.g1n6y1ff { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.ilah3mr {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.o3qvjci {
  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;
}
.wa3hl {
  
  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%;
}
.ejr6 {
  
  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;
}
.gius7n {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.gius7n.lad3z {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .x8g3iune {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .x8g3iune::before    { grid-area: rank;   }
  .wgmcsd           { grid-area: ident;  }
  .dzpf     { grid-area: rating; min-width: 0; width: auto; }
  .ilah3mr           { grid-area: pills;  }
  .gius7n             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .x8g3iune {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .x8g3iune::before    { justify-self: center; }
  .wgmcsd           { width: 100%; }
  .dzpf     { justify-self: center; }
  .ilah3mr           { grid-template-columns: 1fr; }
}
.qzzu {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.xn95 {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.nea6n0 {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.nea6n0 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.my5c1rlj { flex: 1; }
.my5c1rlj h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.a3pv6m1p { color: var(--c-stars); font-size: 1.1rem; }
.hjbsefsw { margin-bottom: 8px; }
.y7rxen { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.zmzjyt::before   { content: "★ "; color: var(--accent-light); }
.ba8pzk { flex-shrink: 0; }
.njchzs4 img.rncrs { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.ato6cto { padding: 20px 24px; }
.qy2g { color: var(--text-muted); margin-bottom: 16px; }
.zk5ay3kc { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.xvbteld, .oq3plq { list-style: none; font-size: 0.9rem; }
.xvbteld li { color: var(--c-pros); margin-bottom: 4px; }
.oq3plq li { color: var(--c-cons); margin-bottom: 4px; }
.xvbteld li::before { content: "✓"; margin-right: 5px; }
.oq3plq li::before { content: "✗"; margin-right: 5px; }
.anmgt2u .xvbteld li::before { content: "→"; }
.anmgt2u .oq3plq li::before { content: "–"; }
.d3sa  .xvbteld li::before { content: "★"; }
.d3sa  .oq3plq li::before { content: "✕"; }
.vo68qj    .xvbteld li::before { content: "◆"; }
.vo68qj    .oq3plq li::before { content: "▲"; }
.fm79s6n  .xvbteld li::before { content: "▶"; }
.fm79s6n  .oq3plq li::before { content: "■"; }
.oinem53e { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.uwkomhiq { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.e3evyd { background: var(--bg-pros); color: var(--c-tag-pay); }
.u4qoce { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.xl650 .u4qoce { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.w2buh .u4qoce { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .q2ex5w .ocah6 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .q2ex5w .qzzu { margin: 0; }
}
.do31twb .xn95 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.do31twb .my5c1rlj h3 { color: var(--accent-light); }
.do31twb .nea6n0 { background: var(--bg-page); border: 1px solid var(--border); }
.yyq0t3ym .qzzu { border-top: 4px solid var(--accent); }
.yyq0t3ym .xn95 { background: var(--bg-card); }
.al5jit .qzzu { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.al5jit .xn95 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.al5jit .ato6cto { padding: 14px 16px; }
.al5jit .nea6n0 { border-radius: 4px; }
.al5jit .u4qoce { border-radius: 0; }
.jymxxm .xn95 { padding: 0; gap: 0; overflow: hidden; }
.jymxxm .nea6n0 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.jymxxm .my5c1rlj { padding: 16px 20px; }
.jymxxm .ba8pzk { padding: 16px 20px; align-self: center; }
.q8xfgpzt .a3pv6m1p { font-size: .95rem; }
.x2h2s34 .dmgm { gap: 10px; }
.x2h2s34 .j3kcpt5, .x2h2s34 .qud6 { padding: 12px; }
.x2h2s34 .j3kcpt5 ul, .x2h2s34 .qud6 ul { margin: 4px 0 0; padding-left: 18px; }
.x2h2s34 .j3kcpt5 li, .x2h2s34 .qud6 li { font-size: .85rem; margin-bottom: 3px; }
.yx57n .uwkomhiq { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .s08r { grid-template-columns: 1fr; }
  .hldjgn { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .hldjgn .ql39s { width: 72px; height: 50px; }
  .hldjgn .c3z2a { max-width: 180px; }
  .hldjgn .ofsswcjg { width: auto; }
}
.jn8fq2y7 .q8xfgpzt .a3pv6m1p { filter: brightness(1.2); }
@media (max-width: 720px) {
  .jn8fq2y7 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .p54x77w { padding: 16px; }
  .x1nk0whz .rnbezl { min-width: 50%; }
}
.vrfct7 .dmgm { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .w62fk { grid-template-columns: 1fr; }
  .q056 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .s49h { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .hjbgx { flex-wrap: wrap; padding: 16px; }
}
.tutiedr .dmgm { gap: 8px; }
.tutiedr .j3kcpt5, .tutiedr .qud6 { padding: 8px; }
@media (max-width: 480px) {
  .o2di2d6n { flex-direction: column; align-items: stretch; }
}
.mn8h .ofsswcjg .lad3z { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .h1k2 { flex-direction: column; align-items: stretch; gap: 10px; }
  .mn8h .ofsswcjg { text-align: center; }
}
@media (max-width: 720px) {
  .ekre2y9 { grid-template-columns: 1fr; }
  .sbb6s1f { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .zfkpkx0 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.es3pwm .wrylq3fl { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.i03y4d9 .a3pv6m1p { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .hu0fnc { grid-template-columns: 1fr; }
  .i03y4d9 { width: 100px; height: 100px; margin: 16px auto; }
  .es3pwm { font-size: 1.4rem; }
  .kjwwxy { justify-content: center; }
  .pk1qm7j .rnbezl { min-width: 50%; }
}
.eqfiio1 .dmgm { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .zjer { flex-wrap: wrap; padding: 14px 16px; }
  .bq19uh1c { padding: 12px 16px; }
  .eqfiio1 .dmgm { margin: 0 16px; }
  .eqfiio1 .yx57n { padding: 0 16px; }
  .eplfau5o { padding: 12px 16px; }
}
.cayl3o .x8g3iune {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.cayl3o .x8g3iune:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.s5xfbbh .p02jw { gap: 18px; }
.s5xfbbh .x8g3iune {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.s5xfbbh .x8g3iune:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.vgc2c .p02jw {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.vgc2c .x8g3iune {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.vgc2c .x8g3iune:last-child { border-bottom: none; }
.vgc2c .wgmcsd,
.vgc2c .dzpf,
.vgc2c .ilah3mr {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.tckpnfm .p02jw { gap: 0; }
.tckpnfm .x8g3iune {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.tckpnfm .x8g3iune:last-child { border-bottom: none; }
.tckpnfm .x8g3iune:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.tckpnfm .x8g3iune:nth-child(even):hover { background: var(--bg-hover); }
.rfd1m5j2 .x8g3iune {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.nwkwn4tf .ilah3mr .o3qvjci {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.nwkwn4tf .ilah3mr .o3qvjci:first-child { border-left: none; }
.u5yqj3 .ilah3mr .o3qvjci {
  background: transparent; padding: 4px 8px;
}
.u5yqj3 .ilah3mr .wa3hl { font-size: .65rem; opacity: .65; }
.u5yqj3 .ilah3mr .ejr6   { font-size: 1.15rem; color: var(--accent-light); }
.zjwv3 .ilah3mr .o3qvjci {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.g1n6y1ff { display: none; }
.nc1v .z3wp { font-size: 1rem; letter-spacing: 2px; }
.bzja7 .z3wp {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.crlao0lh .z3wp,
.q482qg .z3wp,
.sqi7g5i .z3wp { display: none; }
.crlao0lh .g1n6y1ff,
.q482qg .g1n6y1ff,
.sqi7g5i .g1n6y1ff { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.crlao0lh .g1n6y1ff { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.crlao0lh .g1n6y1ff small { display: none; }
.q482qg .g1n6y1ff {
  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;
}
.q482qg .g1n6y1ff small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.sqi7g5i .g1n6y1ff {
  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;
}
.sqi7g5i .g1n6y1ff small { display: none; }
.crlao0lh .hjbsefsw .a3pv6m1p,
.q482qg .hjbsefsw .a3pv6m1p,
.sqi7g5i .hjbsefsw .a3pv6m1p { display: none; }
.crlao0lh .hjbsefsw strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.crlao0lh .wrylq3fl { display: none; }
.q482qg .hjbsefsw strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.q482qg .t4mzt,
.q482qg .wrylq3fl { font-size: 1em; }
.sqi7g5i .hjbsefsw strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.sqi7g5i .wrylq3fl { display: none; }
.je6fl35i { margin: 16px 0; }
.zjtt { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.zjtt summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.zjtt summary::after { content: "+"; color: var(--accent-light); }
.zjtt[open] summary::after { content: "−"; }
.zjtt p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.ud8f { margin-bottom: 0; }
.wmgl h2.i20gp4y { color: var(--text-primary); border-color: var(--accent-light); }
.qx8b h2.i20gp4y { color: var(--text-primary); border-color: var(--accent-light); }
.ptgd64z .qd7oui4i     { background: #052e16; border-color: #10b981; }
.ptgd64z .dzgg { background: #2d0a1e; border-color: #f43f5e; }
.ptgd64z .tqv2gpxu    { background: #1e1036; border-color: #a855f7; }
.ptgd64z .pdnp strong  { color: #f1f5f9; }
.ptgd64z .pdnp p       { color: #cbd5e1; }
.ptgd64z .pvfe    .qd7oui4i     .xzjcg::before,
.ptgd64z .c86jewc  .qd7oui4i     .xzjcg::before,
.ptgd64z .l2ws2mh  .qd7oui4i     .xzjcg::before,
.ptgd64z .kkmpe .qd7oui4i     .xzjcg::before { color: #10b981; }
.ptgd64z .pvfe    .dzgg .xzjcg::before,
.ptgd64z .c86jewc  .dzgg .xzjcg::before,
.ptgd64z .l2ws2mh  .dzgg .xzjcg::before,
.ptgd64z .kkmpe .dzgg .xzjcg::before { color: #f43f5e; }
.ptgd64z .pvfe    .tqv2gpxu    .xzjcg::before,
.ptgd64z .c86jewc  .tqv2gpxu    .xzjcg::before,
.ptgd64z .l2ws2mh  .tqv2gpxu    .xzjcg::before,
.ptgd64z .kkmpe .tqv2gpxu    .xzjcg::before { color: #a855f7; }
.qnwx .qd7oui4i     { background: #2d2000; border-color: #eab308; }
.qnwx .dzgg { background: #2d0b0b; border-color: #ef4444; }
.qnwx .tqv2gpxu    { background: #2d1600; border-color: #f97316; }
.qnwx .pdnp strong  { color: #f1f5f9; }
.qnwx .pdnp p       { color: #cbd5e1; }
.qnwx .pvfe    .qd7oui4i     .xzjcg::before,
.qnwx .c86jewc  .qd7oui4i     .xzjcg::before,
.qnwx .l2ws2mh  .qd7oui4i     .xzjcg::before,
.qnwx .kkmpe .qd7oui4i     .xzjcg::before { color: #eab308; }
.qnwx .pvfe    .dzgg .xzjcg::before,
.qnwx .c86jewc  .dzgg .xzjcg::before,
.qnwx .l2ws2mh  .dzgg .xzjcg::before,
.qnwx .kkmpe .dzgg .xzjcg::before { color: #ef4444; }
.qnwx .pvfe    .tqv2gpxu    .xzjcg::before,
.qnwx .c86jewc  .tqv2gpxu    .xzjcg::before,
.qnwx .l2ws2mh  .tqv2gpxu    .xzjcg::before,
.qnwx .kkmpe .tqv2gpxu    .xzjcg::before { color: #f97316; }
.nkrv69cm .qd7oui4i     { background: #0c1a2e; border-color: #38bdf8; }
.nkrv69cm .dzgg { background: #12103a; border-color: #818cf8; }
.nkrv69cm .tqv2gpxu    { background: #0a2020; border-color: #2dd4bf; }
.nkrv69cm .pdnp strong  { color: #f1f5f9; }
.nkrv69cm .pdnp p       { color: #cbd5e1; }
.nkrv69cm .pvfe    .qd7oui4i     .xzjcg::before,
.nkrv69cm .c86jewc  .qd7oui4i     .xzjcg::before,
.nkrv69cm .l2ws2mh  .qd7oui4i     .xzjcg::before,
.nkrv69cm .kkmpe .qd7oui4i     .xzjcg::before { color: #38bdf8; }
.nkrv69cm .pvfe    .dzgg .xzjcg::before,
.nkrv69cm .c86jewc  .dzgg .xzjcg::before,
.nkrv69cm .l2ws2mh  .dzgg .xzjcg::before,
.nkrv69cm .kkmpe .dzgg .xzjcg::before { color: #818cf8; }
.nkrv69cm .pvfe    .tqv2gpxu    .xzjcg::before,
.nkrv69cm .c86jewc  .tqv2gpxu    .xzjcg::before,
.nkrv69cm .l2ws2mh  .tqv2gpxu    .xzjcg::before,
.nkrv69cm .kkmpe .tqv2gpxu    .xzjcg::before { color: #2dd4bf; }
.m038j .qd7oui4i     { background: var(--accent-bg); border-color: var(--accent-light); }
.m038j .dzgg { background: var(--accent-bg-light); border-color: var(--accent-light); }
.m038j .tqv2gpxu    { background: var(--accent-bg); border-color: var(--accent-pale); }
.m038j .pvfe    .xzjcg::before,
.m038j .c86jewc  .xzjcg::before,
.m038j .l2ws2mh  .xzjcg::before,
.m038j .kkmpe .xzjcg::before { color: var(--accent-light) !important; }
.dfovlq7::before,
.ameyrpn::before { margin-right: 5px; }
.l9280 .j3kcpt5 ul li,
.l9280 .xvbteld li         { color: #4ade80; }
.l9280 .j3kcpt5 .dfovlq7 { color: #22c55e; }
.l9280 .qud6 ul li,
.l9280 .oq3plq li         { color: #f87171; }
.l9280 .qud6 .ameyrpn { color: #ef4444; }
.uag8rxx .j3kcpt5 { background: var(--bg-pros); }
.uag8rxx .qud6 { background: var(--bg-cons); }
.uag8rxx .j3kcpt5 .dfovlq7 { color: var(--c-pros-label); }
.uag8rxx .qud6 .ameyrpn { color: var(--c-cons); }
.uag8rxx .j3kcpt5 ul li,
.uag8rxx .xvbteld li            { color: var(--c-pros); }
.uag8rxx .qud6 ul li,
.uag8rxx .oq3plq li            { color: var(--c-cons); }
.vi4nwui .j3kcpt5 { background: var(--bg-pros); }
.vi4nwui .qud6 { background: var(--bg-cons); }
.vi4nwui .j3kcpt5 .dfovlq7 { color: var(--c-pros-label); }
.vi4nwui .qud6 .ameyrpn { color: var(--c-cons); }
.vi4nwui .j3kcpt5 ul li,
.vi4nwui .xvbteld li          { color: var(--c-pros); }
.vi4nwui .qud6 ul li,
.vi4nwui .oq3plq li          { color: var(--c-cons); }
.a8a0 .dfovlq7::before { content: "✓ "; }
.a8a0 .ameyrpn::before { content: "✗ "; }
.anmgt2u .dfovlq7::before { content: "→ "; }
.anmgt2u .ameyrpn::before { content: "← "; }
.d3sa .dfovlq7::before { content: "★ "; }
.d3sa .ameyrpn::before { content: "✕ "; }
.vo68qj .dfovlq7::before { content: "◆ "; }
.vo68qj .ameyrpn::before { content: "▲ "; }
.w2buh .pdnp { background: transparent; border-left: none; border: 1.5px solid; }
.w2buh .qd7oui4i     { border-color: var(--c-tip-border); }
.w2buh .dzgg { border-color: var(--c-warn-border); }
.w2buh .tqv2gpxu    { border-color: #60a5fa; }
.w2buh .pdnp strong { color: var(--text-primary); }
.w2buh .pdnp p      { color: var(--text-muted); }
.xl650 .pdnp { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.xl650 .qd7oui4i     { border-top-color: var(--c-tip-border); }
.xl650 .dzgg { border-top-color: var(--c-warn-border); }
.xl650 .tqv2gpxu    { border-top-color: #60a5fa; }
.uuz736dn .pdnp { border-left: none; border-radius: 8px; }
.uuz736dn .qd7oui4i     { background: #065f46; }
.uuz736dn .dzgg { background: #92400e; }
.uuz736dn .tqv2gpxu    { background: #1e3a8a; }
.uuz736dn .pdnp strong,
.uuz736dn .pdnp p { color: #fff; }
.uuz736dn .xzjcg::before { color: rgba(255,255,255,0.85) !important; }
.ptgd64z.uuz736dn .qd7oui4i,
.ptgd64z .uuz736dn .qd7oui4i     { background: #052e16; }
.ptgd64z.uuz736dn .dzgg,
.ptgd64z .uuz736dn .dzgg { background: #2d0a1e; }
.ptgd64z.uuz736dn .tqv2gpxu,
.ptgd64z .uuz736dn .tqv2gpxu    { background: #1e1036; }
.qnwx.uuz736dn .qd7oui4i,
.qnwx .uuz736dn .qd7oui4i      { background: #2d2000; }
.qnwx.uuz736dn .dzgg,
.qnwx .uuz736dn .dzgg  { background: #2d0b0b; }
.qnwx.uuz736dn .tqv2gpxu,
.qnwx .uuz736dn .tqv2gpxu     { background: #2d1600; }
.nkrv69cm.uuz736dn .qd7oui4i,
.nkrv69cm .uuz736dn .qd7oui4i      { background: #0c1a2e; }
.nkrv69cm.uuz736dn .dzgg,
.nkrv69cm .uuz736dn .dzgg  { background: #12103a; }
.nkrv69cm.uuz736dn .tqv2gpxu,
.nkrv69cm .uuz736dn .tqv2gpxu     { background: #0a2020; }
.twtjf6 .pdnp { border-left: none; border-radius: 6px; padding: 10px 14px; }
.twtjf6 .qd7oui4i     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.twtjf6 .dzgg { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.twtjf6 .tqv2gpxu    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.twtjf6 .pdnp strong { color: var(--text-primary); }
.twtjf6 .pdnp p      { color: var(--text-muted); }
.wvh9bx .pdnp { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.pvfe .xzjcg,
.c86jewc .xzjcg,
.l2ws2mh .xzjcg,
.kkmpe .xzjcg { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.pvfe .xzjcg::before,
.c86jewc .xzjcg::before,
.l2ws2mh .xzjcg::before,
.kkmpe .xzjcg::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.pvfe .qd7oui4i     .xzjcg::before { content: "✦"; color: var(--c-tip-border); }
.pvfe .dzgg .xzjcg::before { content: "▲"; color: var(--c-warn-border); }
.pvfe .tqv2gpxu    .xzjcg::before { content: "◉"; color: #60a5fa; }
.c86jewc .qd7oui4i     .xzjcg::before { content: "★"; color: var(--c-tip-border); }
.c86jewc .dzgg .xzjcg::before { content: "◆"; color: var(--c-warn-border); }
.c86jewc .tqv2gpxu    .xzjcg::before { content: "●"; color: #60a5fa; }
.l2ws2mh .qd7oui4i     .xzjcg::before { content: "▶"; color: var(--c-tip-border); }
.l2ws2mh .dzgg .xzjcg::before { content: "■"; color: var(--c-warn-border); }
.l2ws2mh .tqv2gpxu    .xzjcg::before { content: "▸"; color: #60a5fa; }
.kkmpe .qd7oui4i     .xzjcg::before { content: "→"; color: var(--c-tip-border); }
.kkmpe .dzgg .xzjcg::before { content: "⬥"; color: var(--c-warn-border); }
.kkmpe .tqv2gpxu    .xzjcg::before { content: "◈"; color: #60a5fa; }
.t2t1f .ke7eazqo .pa42,
.t2t1f .kakdaxsc .pa42  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.t2t1f .x8zg                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.t2t1f .x8g3iune                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.t2t1f .qzzu            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.t2t1f .zvi4jaw8          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.t2t1f .s2zzocq                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.qfotitf .ke7eazqo .pa42,
.qfotitf .kakdaxsc .pa42,
.qfotitf .x8zg,
.qfotitf .x8g3iune,
.qfotitf .qzzu,
.qfotitf .zvi4jaw8,
.qfotitf .s2zzocq,
.qfotitf .wvh9bx .pdnp { box-shadow: none; }
.b4xpn   .dloool3, .b4xpn .ogh3, .b4xpn .sh4zdv,
.b4xpn   .l5yxw8, .b4xpn .v4vkb { font-size: 0.9rem; }
.b4xpn   .xthri, .b4xpn .hqk852r1 { font-size: 0.9rem; }
.w97ypt   .dloool3, .w97ypt .ogh3, .w97ypt .sh4zdv,
.w97ypt   .l5yxw8, .w97ypt .v4vkb { font-size: 0.95rem; }
.w97ypt   .xthri, .w97ypt .hqk852r1 { font-size: 0.95rem; }
.i58mfmq   .dloool3, .i58mfmq .ogh3, .i58mfmq .sh4zdv,
.i58mfmq   .l5yxw8, .i58mfmq .v4vkb { font-size: 1.08rem; }
.i58mfmq   .xthri, .i58mfmq .hqk852r1 { font-size: 1.05rem; }
.i58mfmq   .y5d0b { font-size: 0.97rem; }
.vpdef .wtdl      { font-size: 3.2rem; }
.vpdef h2.i20gp4y { font-size: 1.9rem; }
.vpdef h3.mqksw     { font-size: 1.4rem; }
.u1m0lkd .wtdl      { font-size: 3.8rem; }
.u1m0lkd h2.i20gp4y { font-size: 2.2rem; }
.u1m0lkd h3.mqksw     { font-size: 1.6rem; }
.ud8f + .ud8f { position: relative; }
.pm88cqd   .ud8f + .ud8f::before,
.z7zma  .ud8f + .ud8f::before,
.o6xudp5d   .ud8f + .ud8f::before,
.j2dqi28   .ud8f + .ud8f::before,
.evgd   .ud8f + .ud8f::before,
.e73428 .ud8f + .ud8f::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.pm88cqd .ud8f + .ud8f::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.z7zma .ud8f + .ud8f::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.o6xudp5d .ud8f + .ud8f::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;
}
.j2dqi28 .ud8f + .ud8f::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.zn0fiqn2 .ud8f { margin-bottom: 16px; }
.zn0fiqn2 .ud8f + .ud8f { margin-top: 0; }
.zn0fiqn2 .poj26ppy { padding-top: 0; padding-bottom: 0; }
.evgd .ud8f + .ud8f::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.e73428 .ud8f + .ud8f::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.x9uo .ud8f + .ud8f::before,
.q5xcy .ud8f + .ud8f::before,
.z827 .ud8f + .ud8f::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%;
}
.iqbdrg5 .x9uo .ud8f:nth-child(even)::before,
.iqbdrg5 .q5xcy .ud8f:nth-child(even)::before,
.iqbdrg5 .z827 .ud8f:nth-child(even)::before { background: var(--bg-surface); }
.mk4g .x9uo .ud8f:nth-child(even)::before,
.mk4g .q5xcy .ud8f:nth-child(even)::before,
.mk4g .z827 .ud8f:nth-child(even)::before { background: var(--bg-card); }
.x9uo .ud8f + .ud8f::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");
}
.q5xcy .ud8f + .ud8f::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");
}
.z827 .ud8f + .ud8f::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");
}
.o40baklf .xz77,
.mjgbyohc .xz77,
.k6awbgsq .xz77 { overflow: hidden; }
.o40baklf .c8v2,
.mjgbyohc .c8v2 { margin-bottom: 60px; }
.k6awbgsq .c8v2 { margin-bottom: 70px; }
.o40baklf .xz77::before,
.mjgbyohc .xz77::before,
.k6awbgsq .xz77::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%;
}
.o40baklf .xz77::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");
}
.mjgbyohc .xz77::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");
}
.k6awbgsq .xz77::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");
}
.uirt .xz77:not(.fsdgfd) .s1tz { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ty85vgh .xz77:not(.fsdgfd) .s1tz { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.phcn7og  .xz77:not(.fsdgfd) .s1tz { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.yjmgttt  .xz77:not(.fsdgfd) .s1tz { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.uirt .fsdgfd { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.ty85vgh .fsdgfd { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.phcn7og .fsdgfd { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.phcn7og .r2q9b6 { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.phcn7og .g50qu { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.yjmgttt .fsdgfd { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.cci7w5 .fsdgfd { background: var(--accent); }
.cci7w5 .fsdgfd .s1tz { background: none; }
.cci7w5 .xz77:not(.fsdgfd) .s1tz { background: rgba(0,0,0,0.6); }
.nkmx .gdcsa7 { float: left; width: 38%; margin: 0 28px 16px 0; }
.nkmx .gdcsa7 .aeay { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.nkmx .poj26ppy::after { content: ''; display: block; clear: both; }
.ds4pp96r .gdcsa7 { float: right; width: 38%; margin: 0 0 16px 28px; }
.ds4pp96r .gdcsa7 .aeay { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ds4pp96r .poj26ppy::after { content: ''; display: block; clear: both; }
.jcjptwiw .ud8f:nth-child(odd)  .gdcsa7 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.jcjptwiw .ud8f:nth-child(even) .gdcsa7 { float: right; width: 38%; margin: 0 0 16px 28px; }
.jcjptwiw .gdcsa7 .aeay { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.jcjptwiw .poj26ppy::after { content: ''; display: block; clear: both; }
.nkmx .wu5h,
.nkmx .p02jw,
.ds4pp96r .wu5h,
.ds4pp96r .p02jw,
.jcjptwiw .wu5h,
.jcjptwiw .p02jw { clear: both; }
@media (max-width: 900px) {
  .nkmx .gdcsa7,
  .ds4pp96r .gdcsa7,
  .jcjptwiw .ud8f:nth-child(odd)  .gdcsa7,
  .jcjptwiw .ud8f:nth-child(even) .gdcsa7 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .nkmx .gdcsa7 .aeay,
  .ds4pp96r .gdcsa7 .aeay,
  .jcjptwiw .gdcsa7 .aeay {
    max-height: none !important;
  }
}
.nkmx .xthri,
.nkmx .hqk852r1,
.ds4pp96r .xthri,
.ds4pp96r .hqk852r1,
.jcjptwiw .xthri,
.jcjptwiw .hqk852r1 { overflow: hidden; }
@media (max-width: 640px) {
  .nkmx .gdcsa7,
  .ds4pp96r .gdcsa7,
  .jcjptwiw .gdcsa7 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ctsudhzu .vsc23gz,
.ctsudhzu .poj26ppy,
.ctsudhzu .mp4dqqlw  { max-width: 1100px; }
.q343ws .vsc23gz,
.q343ws .poj26ppy,
.q343ws .mp4dqqlw  { max-width: 1200px; }
.q343ws { --content-mw: 1200px; }
.wg835ga .vsc23gz,
.wg835ga .poj26ppy,
.wg835ga .mp4dqqlw  { max-width: 1320px; }
.uawyrj { font-size: 0.82rem; color: var(--text-muted); }
.x7e3 { display: flex; align-items: center; }
.oormw {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.c1t9ms4 { display: flex; align-items: center; }
.kz24 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.kz24:hover { text-decoration: underline; }
.wc2wor5 { margin: 0 3px; opacity: 0.45; }
.wc2wor5::before { content: '/'; }
.n47um { padding: 2px 5px; color: var(--text-main); }
.r44h .uawyrj {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.r44h .x7e3 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ejenpq3 .uawyrj {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ejenpq3 .x7e3 { padding: 0 0 0 12px; }
.d9tm .x7e3 { padding: 0 16px; }
.d9tm .uawyrj {
  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);
}
.d9tm .vsc23gz { padding-top: 28px; }
@media (max-width: 720px) {
  .rfylk1n9 { margin-top: 18px; padding: 0 16px; }
  .d9tm .vsc23gz { padding-top: 16px; }
}
.ctsudhzu.r44h .x7e3 { max-width: 1100px; }
.q343ws.r44h .x7e3 { max-width: 1200px; }
.wg835ga.r44h .x7e3 { max-width: 1320px; }
.q343ws .rfylk1n9 { max-width: 1200px; }
.cwuqlvp .ud8f { padding-top: 16px; padding-bottom: 16px; }
.aok21e .ud8f { padding-top: 24px; padding-bottom: 24px; }
.l695 .ud8f { padding-top: 40px; padding-bottom: 40px; }
.fowo3 .ud8f { padding-top: 52px; padding-bottom: 52px; }
.gyd7c .ud8f:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.gyd7c .ud8f:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.gyd7c .ud8f:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.gyd7c .ud8f:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.imq51 .poj26ppy { padding-top: 10px;  padding-bottom: 10px; }
.rx8vg6x7 .poj26ppy { padding-top: 18px;  padding-bottom: 18px; }
.xh8yb .poj26ppy { padding-top: 36px;  padding-bottom: 36px; }
.yxqy .poj26ppy { padding-top: 48px;  padding-bottom: 48px; }
.cca3 h2.i20gp4y { font-weight: 600; }
.cca3 h3.mqksw     { font-weight: 600; }
.bo905qc h2.i20gp4y { font-weight: 800; }
.bo905qc h3.mqksw     { font-weight: 700; }
.s166zf { font-weight: 600; }
.s166zf h2.i20gp4y { font-weight: 900; }
.s166zf h3.mqksw     { font-weight: 800; }
.s166zf .pdnp strong,
.s166zf .pdnp strong { font-weight: 600; }
.v9c1ko {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.czrm .v9c1ko { display: none; }
@media (max-width: 640px) {
  .s4rzzskp { display: none; }
  .v9c1ko {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.v9c1ko { background: var(--cta) !important; color: #fff !important; border: none !important; }
.v9c1ko:hover { opacity: 0.85; }
.i93a52 .v9c1ko { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.zcntvt .v9c1ko,
.rt9ydo4  .v9c1ko { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.zcntvt .v9c1ko:hover,
.rt9ydo4  .v9c1ko:hover { opacity: 0.88; }
.i93a52.zcntvt .v9c1ko,
.i93a52.rt9ydo4  .v9c1ko { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.caffbk15 {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.caffbk15:hover { transform: translateY(-2px); opacity: 0.92; }
.caffbk15 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.t22i5p .caffbk15 { display: none; }
.cp0h .caffbk15 { right: 32px; }
.i1cli  .caffbk15 { left: 32px; }
@media (max-width: 480px) {
  .cp0h .caffbk15 { right: 20px; bottom: 20px; }
  .i1cli  .caffbk15 { left: 20px; bottom: 20px; }
}
.hn4mw { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.mp4dqqlw { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.ncu2y { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.coj0n { color: var(--text-dim); font-size: 0.8rem; }
.fk00 a, .kbfpkhf a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.fk00 a:hover, .kbfpkhf a:hover { color: var(--accent-light); }
.kbfpkhf { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.ojai35 .mp4dqqlw { text-align: center; }
.ojai35 .kbfpkhf { justify-content: center; margin-bottom: 16px; }
.ojai35 .ncu2y { margin-top: 0; }
.i9zi { margin-top: 10px; }
.i9zi a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .mp4dqqlw { padding-left: 16px; padding-right: 16px; }
  .hcg0qw .mp4dqqlw { padding: 20px 16px; }
  .kbfpkhf { gap: 4px 12px; }
  .ncu2y { font-size: 0.78rem; }
}
.p5o0p .ncu2y { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.p5o0p .coj0n { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .p5o0p .a6uqv94 { grid-template-columns: 1fr 1fr; } .p5o0p .p75mw { grid-column: 1 / -1; } }
@media (max-width: 480px) { .p5o0p .a6uqv94 { grid-template-columns: 1fr; } }
.lhbj11q2 .ncu2y { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .lhbj11q2 .kyo9ybs { gap: 12px; } .lhbj11q2 .xpse { margin-right: 0; width: 100%; } }
.botakb8 .ncu2y { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.botakb8 .coj0n { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .botakb8 .gdgs { grid-template-columns: 1fr 1fr; } .botakb8 .e90tdr { grid-column: 1 / -1; } }
@media (max-width: 480px) { .botakb8 .gdgs { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .v9axx .u88z1e { grid-template-columns: 1fr 1fr; } .v9axx .jdmqub:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .v9axx .u88z1e { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .p9v2u23 .u88z1e { grid-template-columns: 1fr; } }
.e29zj .mp4dqqlw { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.e29zj .kbfpkhf { justify-content: center; }
.fpopube .xfpbxdbr      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.fpopube .hn4mw { background: var(--bg-page); border-top-color: var(--border-alt); }
.f7mpl .xfpbxdbr      { background: #0d1117; border-bottom-color: #21262d; }
.f7mpl .su9f { color: var(--accent-light); }
.f7mpl .aw6hsu { --msep-color: #8b949e; }
.f7mpl .aw6hsu a { color: #8b949e; }
.f7mpl .aw6hsu a:hover { color: var(--accent-light); }
.f7mpl .u4c7m { color: #8b949e; }
.f7mpl .hn4mw { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.f7mpl .ncu2y,
.f7mpl .coj0n { color: #6e7681; }
.f7mpl .fk00 a, .f7mpl .kbfpkhf a,
.f7mpl .fk00 a:hover, .f7mpl .kbfpkhf a:hover,
@media (max-width: 640px) {
  .f7mpl .aw6hsu { background: #0d1117; border-top-color: #21262d; }
  .f7mpl .aw6hsu li a { border-bottom-color: #21262d; }
}
.fomo1w .xfpbxdbr      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.fomo1w .su9f { color: var(--accent-light); }
.fomo1w .aw6hsu { --msep-color: #475569; }
.fomo1w .aw6hsu a { color: #475569; }
.fomo1w .aw6hsu a:hover { color: var(--accent-light); }
.fomo1w .u4c7m { color: #64748b; }
.fomo1w .hn4mw { background: #f0f4f8; border-top-color: #cbd5e1; }
.fomo1w .ncu2y,
.fomo1w .coj0n { color: #64748b; }
.fomo1w .fk00 a, .fomo1w .kbfpkhf a,
.fomo1w .fk00 a:hover, .fomo1w .kbfpkhf a:hover,
@media (max-width: 640px) {
  .fomo1w .aw6hsu { background: #f0f4f8; border-top-color: #cbd5e1; }
  .fomo1w .aw6hsu li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.zcntvt .xfpbxdbr      { background: var(--accent); border-bottom-color: var(--accent-light); }
.zcntvt .su9f { color: #fff; }
.zcntvt .aw6hsu { --msep-color: rgba(255,255,255,0.82); }
.zcntvt .aw6hsu a { color: rgba(255,255,255,0.82); }
.zcntvt .aw6hsu a:hover { color: #fff; }
.zcntvt .u4c7m { color: rgba(255,255,255,0.9); }
.zcntvt .hn4mw { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.zcntvt .ncu2y,
.zcntvt .coj0n { color: rgba(255,255,255,0.72); }
.zcntvt .fk00 a, .zcntvt .kbfpkhf a,
.zcntvt .fk00 a:hover, .zcntvt .kbfpkhf a:hover,
@media (max-width: 640px) {
  .zcntvt .aw6hsu { background: var(--accent); border-top-color: var(--accent-light); }
  .zcntvt .aw6hsu li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.rt9ydo4 .xfpbxdbr {
  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);
}
.rt9ydo4 .hn4mw {
  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) {
  .rt9ydo4 .aw6hsu {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.m0v65 .o1w7dpc1 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.l0j0 .o1w7dpc1 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.pr8qw .o1w7dpc1 { min-height: 72px; height: auto; }
.yj827tcb .o1w7dpc1 { min-height: 84px; height: auto; }
.hcg0qw .o1w7dpc1 { max-width: none; padding: 0 32px; }
.hcg0qw .mp4dqqlw  { max-width: none; padding: 24px 32px; }
.o181it.q343ws .o1w7dpc1 { max-width: 1200px; }
.o181it.wg835ga .o1w7dpc1 { max-width: 1320px; }
.odne9   .su9f, .odne9   .xpse { text-transform: capitalize; }
.xkzqmsa .su9f, .xkzqmsa .xpse { text-transform: lowercase; }
.bcd44 .su9f, .bcd44 .xpse { text-transform: uppercase; letter-spacing: 0.06em; }
.p9i057c, .msskpo {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.xjtm .p9i057c,
.hetu6 .p9i057c,
.ssus .p9i057c,
.u5s58r .p9i057c,
.iko0yvc   .aw6hsu a { font-weight: 500; }
.hmx21rgq .aw6hsu a { font-weight: 600; }
.zgewveyj     .aw6hsu a { font-weight: 700; }
.debhw    .aw6hsu a { font-weight: 800; letter-spacing: 0.01em; }
.cyikgj     .aw6hsu > li + li::before,
.mfots    .aw6hsu > li + li::before,
.lhfw    .aw6hsu > li + li::before,
.hmthx2 .aw6hsu > li + li::before,
.nmxd4zf .aw6hsu > li + li::before,
.w7l1kl  .aw6hsu > li + li::before,
.c1wx    .aw6hsu > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.cyikgj     .aw6hsu > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.mfots    .aw6hsu > li + li::before { content: "|"; }
.lhfw    .aw6hsu > li + li::before { content: "—"; }
.hmthx2 .aw6hsu > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.nmxd4zf .aw6hsu > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.w7l1kl  .aw6hsu > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.c1wx    .aw6hsu > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .mornxd0 .u4c7m,
  .cb9e .u4c7m,
  .ap79a .u4c7m,
  .td28q4 .u4c7m,
  .cu909o .u4c7m {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .mornxd0 .u4c7m::before,
  .cb9e .u4c7m::before,
  .ap79a .u4c7m::before,
  .td28q4 .u4c7m::before,
  .cu909o .u4c7m::before { content: ""; display: block; flex-shrink: 0; }

  
  .mornxd0 .u4c7m::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;
  }

  
  .cb9e .u4c7m::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;
  }

  
  .ap79a .u4c7m::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;
  }

  
  .td28q4 .u4c7m::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;
  }

  
  .cu909o .u4c7m::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) {
  .cf0oz .u4c7m {
    padding: 5px 14px;
  }
  .cf0oz .aw6hsu {
    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;
  }
  .cf0oz .aw6hsu li a {
    border-bottom: none; padding: 10px 22px;
  }
  .cf0oz .aw6hsu li a:hover { background: var(--bg-raised); }
  .cf0oz .plcow,
  .ygd2on .plcow,
  .l25akmi .plcow { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ulj0h .u4c7m {
    padding: 5px 10px;
  }
  .ulj0h .aw6hsu {
    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);
  }
  .ulj0h .aw6hsu.h41lr2 { transform: translateX(0); }
  .ulj0h .aw6hsu li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .ulj0h .aw6hsu li:last-child a { border-bottom: none; }
  .zcntvt .aw6hsu,
  .f7mpl .aw6hsu { background: var(--accent) !important; }
  .zcntvt .aw6hsu li a,
  .f7mpl .aw6hsu li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .l25akmi .u4c7m {
    padding: 5px 10px;
  }
  .l25akmi .aw6hsu {
    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);
  }
  .l25akmi .aw6hsu::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .l25akmi .aw6hsu.h41lr2 { transform: translateY(0); }
  .l25akmi .aw6hsu li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .jdkz527d .u4c7m {
    padding: 5px 10px;
  }
  .jdkz527d .aw6hsu {
    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;
  }
  .jdkz527d .aw6hsu.h41lr2 { opacity: 1; pointer-events: auto; }
  .jdkz527d .aw6hsu li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .fddd3     .u4c7m { border-radius: 0 !important; }
  .qby7wvbb   .u4c7m { border-radius: 8px !important; }
  .vgg6b1 .u4c7m { border-radius: 50% !important; }
  .nnj9   .u4c7m { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .gk0eqjar .kechkk { flex-direction: column; align-items: stretch; }
  .gk0eqjar .st48 { flex-direction: row; min-width: auto; }
  .gk0eqjar .w8uolv { align-items: flex-start; text-align: left; }
}
.veqns,
.veqns.ud8f,
.iqbdrg5 .veqns,
.a17rk1 .veqns,
.mk4g .veqns,
.o1h0scs .veqns {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.mj8q8 {
  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;
}
.rezfws { flex: 1 1 280px; min-width: 0; }
.z6pn {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.kplq {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.lyve93v {
  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;
}
.lyve93v:hover { transform: translateY(-1px); opacity: 0.95; }
.hpslgdp .mj8q8 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.hpslgdp .z6pn { color: var(--cta); }
.hpslgdp .kplq { color: var(--text-body); }
.hpslgdp .lyve93v {
  background: var(--cta) !important;
  color: #fff !important;
}
.ki6cyaf6 .mj8q8 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.ki6cyaf6 .z6pn { color: var(--text-primary); }
.ki6cyaf6 .kplq { color: var(--text-body); }
.ki6cyaf6 .lyve93v {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .mj8q8 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .rezfws { flex: 0 0 auto; }
  .z6pn { font-size: 1.2rem; }
  .lyve93v { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.pa2g2jc .ivt5 { height: 36px; }
.ejr90qm .ivt5 { height: 60px; max-width: 200px; }
.mij5 .ivt5 { height: 56px; max-width: 180px; }
.k9tdt    .z3wp, .k9tdt    .a3pv6m1p { color: #f59e0b; }
.cbyzrn      .z3wp { font-size: 1rem; letter-spacing: 1.5px; }
.cbyzrn      .a3pv6m1p   { font-size: 1.35rem; }
.rneknd    .z3wp, .rneknd    .a3pv6m1p { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.k9djgi     .z3wp, .k9djgi     .a3pv6m1p { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.ybbebm4g .z3wp, .ybbebm4g .a3pv6m1p { color: var(--cta); letter-spacing: 2px; }
.iwp95r8   .z3wp, .iwp95r8   .a3pv6m1p { color: #e91e63; letter-spacing: 2px; }
.dq34ad7  .z3wp, .dq34ad7  .a3pv6m1p { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.rdxh7     .z3wp, .rdxh7     .a3pv6m1p { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.nwkwn4tf .o3qvjci + .o3qvjci {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.xt4w .x8g3iune { padding: 18px 24px; min-height: 68px; }
.u5yqj3 .wa3hl {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.u5yqj3 .ejr6 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.zjwv3 .o3qvjci {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.p02jw { counter-reset: cs-rank; }
.p02jw .x8g3iune { counter-increment: cs-rank; }
.p02jw .x8g3iune::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;
}
.lww316zn .p02jw { counter-reset: cs-rank; gap: 0; }
.lww316zn .x8g3iune {
  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;
}
.lww316zn .x8g3iune::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;
}
.lww316zn .wgmcsd {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.lww316zn .z95x {
  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;
}
.lww316zn .q4xoqy { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.lww316zn .wgmcsd { min-width: 0; flex-direction: column; width: 100%; }
.lww316zn .dxs13q8 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.lww316zn .z3wp { color: var(--cta, var(--accent)); }
.lww316zn .g1n6y1ff { font-weight: 700; }
.lww316zn .o3qvjci {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.lww316zn .wa3hl {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.lww316zn .ejr6 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.lww316zn .ax86ivh .ejr6 { font-size: 1.3rem; color: var(--accent-light); }
.lww316zn .gius7n {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.lww316zn .x8g3iune:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .lww316zn .p02jw {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .lww316zn .x8g3iune {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .lww316zn .x8g3iune { padding: 40px 16px 20px; }
  .lww316zn .o3qvjci {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .lww316zn .gius7n { width: 100%; min-width: 0; }
}
.ju7tqr5 .p02jw { counter-reset: cs-rank; gap: 10px; }
.ju7tqr5 .x8g3iune {
  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);
}
.ju7tqr5 .x8g3iune::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);
}
.ju7tqr5 .wgmcsd {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.ju7tqr5 .z95x {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.ju7tqr5 .q4xoqy { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.ju7tqr5 .dxs13q8 {
  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;
}
.ju7tqr5 .z3wp { color: var(--cta, var(--accent)); }
.ju7tqr5 .o3qvjci {
  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;
}
.ju7tqr5 .wa3hl {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.ju7tqr5 .ejr6 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.ju7tqr5 .ax86ivh .ejr6 { color: var(--accent-light); }
.ju7tqr5 .gius7n {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.ju7tqr5 .x8g3iune:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .ju7tqr5 .x8g3iune {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .ju7tqr5 .x8g3iune::before {
    position: absolute; top: 14px; left: 14px;
  }
  .ju7tqr5 .wgmcsd {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .ju7tqr5 .dxs13q8 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .ju7tqr5 .o3qvjci {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .ju7tqr5 .gius7n { width: 100%; min-width: 0; }
  .ju7tqr5 .z3wp { min-width: 0; }
}
.efqx .x8g3iune::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.aner6f .zjtt {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.aner6f .zjtt summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.aner6f .zjtt p { padding: 0 2px 16px; }
.ax06kew .zjtt { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ax06kew .zjtt summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ax06kew .zjtt summary::after { content: "›"; font-size: 1.2em; }
.ax06kew .zjtt[open] summary::after { content: "‹"; }
.ax06kew .zjtt p { padding: 10px 22px 4px; }
.wz6ghj9h .zjtt {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.wz6ghj9h .zjtt summary { color: var(--text-primary); padding-left: 16px; }
.wz6ghj9h .zjtt summary::after { content: "›"; font-size: 1.1em; }
.wz6ghj9h .zjtt[open] summary::after { content: "‹"; }
.wz6ghj9h .zjtt p { padding-left: 16px; }
.offcziqo .je6fl35i { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.offcziqo .zjtt {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.offcziqo .zjtt:last-child { border-bottom: none; }
.offcziqo .zjtt summary { color: var(--text-primary); border-radius: 0; }
.offcziqo .zjtt summary::after { content: "›"; font-size: 1.1em; }
.offcziqo .zjtt[open] summary::after { content: "‹"; }
.ge9y7 .zjtt { overflow: hidden; }
.ge9y7 .zjtt summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ge9y7 .zjtt summary::after { color: rgba(255,255,255,.75); }
.ge9y7 .zjtt[open] summary { border-radius: 0; }
.gq8s { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.k7guezs {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.kqta7l {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.clfrxo3 { color: var(--text-muted); font-size: 1.05rem; }
.n62q61l7 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.m7zvm { margin-bottom: 20px; }
.x3llokf {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.jcl9wz {
  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;
}
.jcl9wz:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.os3mj3 { resize: vertical; min-height: 130px; }
.jzs3vwg { width: 100%; margin-top: 8px; }
.nlzlj1d {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.rrfi8ez0 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.g6fqk { color: var(--text-muted); line-height: 1.75; }
.y2ro { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.y2ro li { margin-bottom: 6px; }
.ozoy { max-width: 760px; margin: 0 auto; }
.uz2kt89a { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.lyhnz { max-width: 760px; margin: 0 auto; }
.ow5n { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ow5n:last-child { border-bottom: none; }
.hmsve6a { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.ow5n p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ow5n ul.y2ro { margin: 0; }
.rqqnvx54 .hmsve6a { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .rqqnvx54 { grid-template-columns: 1fr; gap: 10px; } }
.pcswgmx .hmsve6a { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.ow0dh .y2ro { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .bdfz { grid-template-columns: 1fr; } }
.y8fu6b7 ul.y2ro { margin: 0; }
.fncnfm .y2ro,
.ahonpiy .y2ro,
.nt9b0k .y2ro,
.zl10fw .y2ro {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .icl6gi { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .p73z1ppc { grid-template-columns: 1fr; } .osmaidp6 { position: static; text-align: center; } }
@media (max-width: 860px) { .l3c55sya { grid-template-columns: 1fr; } }
.zl10fw .y2ro { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .gj2x { flex-direction: column; text-align: center; } .si9bnw { grid-template-columns: 1fr; } }
.sh9a5w7e { max-width: 760px; margin: 0 auto; }
.ns0o4o { position: relative; padding-left: 28px; }
.ns0o4o::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.h6f7bcxc { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.h6f7bcxc:last-child { padding-bottom: 0; }
.lvjyiu { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.q4js h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.q4js p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.tibg .kqta7l { color: var(--accent-light); }
.yjedffmo .kqta7l { font-size: 2rem; }
.yjedffmo .clfrxo3 { max-width: 680px; }
.s77ih6 {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.s77ih6 .kqta7l { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.s77ih6 .clfrxo3  { margin: 0; }
@media (max-width: 640px) { .s77ih6 { flex-direction: column; } }
.ms4o4ph .kqta7l { color: var(--accent-light); }
.s5mh7 .kqta7l { color: #fff; }
.s5mh7 .clfrxo3  { color: rgba(255,255,255,0.85); }
.agwm { max-width: 680px; margin: 0 auto; }
.lgt22dy {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .lgt22dy { grid-template-columns: 1fr; } }
.heqk5j { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.heqk5j .jcl9wz {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.heqk5j .jcl9wz:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.x8r1 .jcl9wz { background: var(--bg-raised); border-color: transparent; }
.x8r1 .jcl9wz:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ht2dfok .jcl9wz { border-radius: 100px; padding: 11px 20px; }
.ht2dfok .os3mj3 { border-radius: 14px; }
@media (max-width: 640px) { .wfqjj { grid-template-columns: 1fr; } }
.kwwui1 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.kwwui1 li { margin-bottom: 6px; }
.e6z1bi{display:none}
.e6z1bi:empty,.fzbl2zm:empty{display:none}
.yqrjz3a{position:relative;overflow:visible}
.jvooz .cl2w,.j2pbrd .cl2w,
.cp27oz8 .cl2w,.eyl5r .cl2w,
.zomv .cl2w,.gypbu6d .cl2w{display:block}
.weqcg9o9 .pm7q8a{display:block}
.jvooz .cl2w,.j2pbrd .cl2w,
.cp27oz8 .cl2w,.eyl5r .cl2w,
.zomv .cl2w{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}
.jvooz .cl2w .fzbl2zm,.j2pbrd .cl2w .fzbl2zm,
.cp27oz8 .cl2w .fzbl2zm,.eyl5r .cl2w .fzbl2zm,
.zomv .cl2w .fzbl2zm{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}
.jvooz .vc8rz3h,.j2pbrd .vc8rz3h,
.cp27oz8 .vc8rz3h,.eyl5r .vc8rz3h,
.zomv .vc8rz3h{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.jvooz .cl2w,.j2pbrd .cl2w{top:12px}
.jvooz .cl2w .fzbl2zm{margin-right:auto}
.j2pbrd .cl2w .fzbl2zm{margin-left:auto}
.j2pbrd .cl2w{text-align:right}
.cp27oz8 .cl2w,.eyl5r .cl2w{bottom:12px}
.cp27oz8 .cl2w .fzbl2zm{margin-right:auto}
.eyl5r .cl2w .fzbl2zm{margin-left:auto}
.eyl5r .cl2w{text-align:right}
.zomv .cl2w{position:relative;margin-top:16px}
.zomv .cl2w .fzbl2zm{margin:0 auto}
.gypbu6d .cl2w{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.gypbu6d .cl2w .fzbl2zm{margin:0}
.gypbu6d .g50qu~.cl2w,
.gypbu6d .kklm~.cl2w{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.gypbu6d .g50qu~.cl2w .fzbl2zm,
.gypbu6d .kklm~.cl2w .fzbl2zm{justify-content:flex-start}
.g50qu~.cl2w,.kklm~.cl2w{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}
.g50qu~.cl2w .fzbl2zm{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.kklm~.cl2w .fzbl2zm{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.pm7q8a .fzbl2zm{margin:0 0 12px}
.fzbl2zm{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.vc8rz3h{white-space:nowrap}
.zm600zi .vc8rz3h{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.m4xwkv0e .vc8rz3h{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}
.uokt2k4 .fzbl2zm{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.krq8z .vc8rz3h{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.hjuuri .vc8rz3h{color: var(--accent-light);opacity:1;font-weight:500}
.nzum56e .vc8rz3h{border-bottom:1px solid currentColor;padding-bottom:2px}
.kmwc .fzbl2zm{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.tdgivo{--date-bg:var(--accent-bg)}
.cypu .oygpb::before{content:""}
.oava .vc8rz3h + .vc8rz3h::before{content:"•";margin-right:6px;opacity:.4}
.jp612wg3 .vc8rz3h + .vc8rz3h::before{content:"/";margin-right:6px;opacity:.35}
.of7k .vc8rz3h + .vc8rz3h::before{content:"|";margin-right:6px;opacity:.3}
.d1t7 .vc8rz3h + .vc8rz3h::before{content:"—";margin-right:6px;opacity:.3}
.s9utje .vc8rz3h + .vc8rz3h::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.ffwr98c .vc8rz3h + .vc8rz3h::before{content:"·";margin-right:6px;opacity:.4}
.wg54vynl .vc8rz3h + .vc8rz3h::before{content:"›";margin-right:6px;opacity:.4}
.fzdqvut .vc8rz3h + .vc8rz3h::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.w7iw .jkr1ma{padding:20px 0}
@media(max-width:640px){
  .jkr1ma{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .e3qt2osl{max-width:100%}
}
.gd3dgb .zvi4jaw8{margin:0}
@media (max-width:560px){
  .vq2qluh3{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) {
  .isv3 { padding: 28px 18px 20px; }
  .vwaau8p { font-size: 1.2rem; }
  .oaw2e3ls { max-width: 220px; max-height: 80px; }
}
.n2toql {
  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);
}
.mjmd {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.it6d  .n2toql { border-radius: 50%; }
.od0q7w7x  .n2toql { border-radius: 6px; }
.aur8z4 .n2toql { border-radius: 22px; }
.mexikvh .mj8q8 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .n2toql { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.lmk07k {
  margin: 28px 0 24px;
}
.lmk07k .ud8f {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.lmk07k .poj26ppy {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.lmk07k .mj8q8 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .o1w7dpc1 { flex-direction: row-reverse; }
[dir="rtl"] .aw6hsu { flex-direction: row-reverse; }
[dir="rtl"] .cp0h .caffbk15 { right: auto; left: 32px; }
[dir="rtl"] .i1cli  .caffbk15 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .cp0h .caffbk15 { right: auto; left: 20px; }
  [dir="rtl"] .i1cli  .caffbk15 { left: auto;  right: 20px; }
}
[dir="rtl"] .nkmx .gdcsa7  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .ds4pp96r .gdcsa7 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .xthri, [dir="rtl"] .hqk852r1 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .j3kcpt5 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .qud6 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .pdnp { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .mj8q8 { direction: rtl; }
[dir="rtl"] .n2toql { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .x8g3iune,
[dir="rtl"] .uawyrj { direction: rtl; }
[dir="rtl"] .s2zzocq { direction: rtl; }
[dir="rtl"] .chg4n12i { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .lo0toh8 .hqk852r1,
[dir="rtl"] .ejhlhghc .hqk852r1,
[dir="rtl"] .w8e7qh8k .hqk852r1,
[dir="rtl"] .vf9dg2 .hqk852r1 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .lo0toh8 .hqk852r1 li::before,
[dir="rtl"] .ejhlhghc .hqk852r1 li::before,
[dir="rtl"] .w8e7qh8k .hqk852r1 li::before,
[dir="rtl"] .vf9dg2 .hqk852r1 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .xz77.fyzq0 .c8v2,
[dir="rtl"] .oy2w9b.fyzq0 .c8v2,
[dir="rtl"] .fsdgfd.fyzq0 .c8v2,
[dir="rtl"] .jcp81hc6.fyzq0 .c8v2,
[dir="rtl"] .ipryv.fyzq0 .c8v2 { text-align: right; }
[dir="rtl"] .g50qu.c5yzx .e8hppkk { text-align: center; }
[dir="rtl"] .poj26ppy,
[dir="rtl"] .l5yxw8,
[dir="rtl"] .v4vkb,
[dir="rtl"] .srm8v,
[dir="rtl"] .c8v2 { text-align: right; }
[dir="rtl"] .n62q61l7,
[dir="rtl"] .x3llokf,
[dir="rtl"] .jcl9wz,
[dir="rtl"] .os3mj3 { text-align: right; direction: rtl; }
[dir="rtl"] .ht2dfok .jcl9wz,
[dir="rtl"] .heqk5j .jcl9wz { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #ad2b79;
  --brand:           #ad2b79;
  --brand-light:     #8f2f68;
  --brand-pale:      #a94882;
  --grad-start:      #d65da6;
  --grad-end:        #db95bf;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #ad2b79;
  --cta-light:       #901e63;
  --cta-hover:       #7b1e56;
  --bg-page:         #f8f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f4;
  --bg-raised:       #f1eeef;
  --bg-hover:        #f5f3f4;
  --border:          #e8e2e6;
  --border-alt:      #dbd0d7;
  --border-section:  #e8e2e6;
  --text-primary:    #1b1719;
  --text-muted:      #5f525a;
  --text-body:       #362f33;
  --text-sub:        #52464d;
  --text-faint:      #887681;
  --text-dim:        #a0919a;
  --text-label:      #6d5e67;
  --text-value:      #443b40;
  --accent-bg:       #f0e4eb;
  --accent-bg-light: #e9ccde;
  --bg-tip:          #f0f9f8;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f8;
  --bg-cons:         #faf3f4;
  --c-pros:          #168c87;
  --c-cons:          #9f212d;
  --c-pros-label:    #1ba6a0;
  --c-tip-border:    #1db8b1;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #168c87;
}
:root { --logo-bg-opacity: 62%; }
body, button, input { font-family: "Montserrat", sans-serif; }
.n0p0le .viodu48, .n0p0le .g50qu { min-height: 520px; }
.go4rea9 .b2oq::after, .go4rea9 .lad3z::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.wc2wor5::before { content: '•'; }