:root {
  --color-accent: #b52d6b;
  --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;
}
.a14aoq {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.b0dk {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.qxx4e {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.n94ij78p { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.g0wp { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.g0wp a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.g0wp a:hover { color: var(--accent-light); }
.p0ya0j  .rxyjt1hu { border-radius: 14px; }
.p0ya0j .rxyjt1hu li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.p0ya0j .rxyjt1hu li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.vu99a .rxyjt1hu li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .rxyjt1hu {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .bndj1:hover .rxyjt1hu,
  .bndj1:focus-within .rxyjt1hu { display: block; }
  .rxyjt1hu li a { padding: 8px 16px; font-size: 0.88rem; }
}
.oi71al {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.rto5 { display: none; }
@media (max-width: 640px) {
  .rto5 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .rto5.g5wl { display: block; }
}
@media (max-width: 640px) {
  .oi71al { display: block; }
  .g0wp > li + li::before { display: none !important; }
  .g0wp {
    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;
  }
  .g0wp.g5wl { display: flex; }
  .g0wp li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .g0wp li:last-child a { border-bottom: none; }
}
.w48grldj { min-height: 480px; }
.r6tceyd {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.jpjmcn1 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.qwmwa .jpjmcn1 { margin-left: 0; margin-right: 0; }
.r4c2in {
  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;
}
.ae9rf .r4c2in { margin-top: 24px; }
.r4c2in:hover { opacity: 0.88; }
.axtje {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.ho56ym4g {
  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%);
}
.axtje .s8nq {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.axtje .r6tceyd { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.axtje .jpjmcn1 { color: #e2e8f0; }
.axtje.j13p .s8nq { text-align: center; }
.axtje.qwmwa   .s8nq { text-align: left; }
.o0etk .s8nq {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.o0etk .r6tceyd { color: var(--text-primary); text-shadow: none; }
.o0etk .jpjmcn1 { color: var(--text-muted); }
.o0etk .r4c2in { margin-top: 16px; }
.o0etk, .o0etk.w48grldj { min-height: auto !important; }
.o0etk.j13p .s8nq { text-align: center; }
.o0etk.qwmwa   .s8nq { text-align: left; }
.o0etk~.a1rc5{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}
.o0etk~.a1rc5 .pxgv4{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.gekdlo .ps0t,
.gekdlo .zan325dk {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.frj5 .axtje .ho56ym4g {
  overflow: hidden;
}
.frj5 .axtje .ho56ym4g::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.mv6lfybg .axtje .ho56ym4g {
  overflow: hidden;
}
.mv6lfybg .axtje .ho56ym4g::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;
}
.xcgc .axtje .ho56ym4g {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.btho0 .axtje .ho56ym4g {
  overflow: hidden;
}
.btho0 .axtje .ho56ym4g::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;
}
.gekdlo .axtje .ho56ym4g {
  animation: hg-breathe 10s ease-in-out infinite;
}
.ps0t .ho56ym4g {
  background: none;
}
.ps0t .r6tceyd { color: #fff; }
.ps0t .jpjmcn1 { color: rgba(255,255,255,0.85); }
.ps0t .r4c2in { background: #fff; color: var(--cta); }
.ps0t .r4c2in:hover { opacity: 0.92; }
.gekdlo .n667cn {
  animation: hg-breathe 7s ease-in-out infinite;
}
.n667cn .r6tceyd { text-shadow: none; color: var(--text-primary); }
.n667cn .jpjmcn1 { color: var(--text-muted); }
body.gy1a7 .r6tceyd {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.kds0no2m .r6tceyd {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.w48grldj.ps0t .r6tceyd,
section.ps0t .r6tceyd {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.n667cn.qwmwa   .kdimquz { align-items: flex-start; text-align: left; }
.w48grldj .tgc39ahg {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.tgc39ahg .mfe84 {
  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;
}
.tgc39ahg .mfe84::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.tgc39ahg .ser9aq { display: contents !important; }
.tgc39ahg .ser9aq .sb988aof {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.tgc39ahg .ser9aq .qo6dzv9 { max-height: 48px; max-width: 96px; }
.tgc39ahg .ser9aq .s83v0qyr {
  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;
}
.tgc39ahg .lrq2t {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.tgc39ahg .xdfm6 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.tgc39ahg .vt9p58 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.tgc39ahg .vt9p58 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.tgc39ahg .h1582 { display: contents !important; }
.tgc39ahg .h1582 .v8skyih:not(.et1z) { display: none !important; }
.tgc39ahg .h1582 .et1z {
  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;
}
.tgc39ahg .h1582 .et1z .wgssfwt {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.tgc39ahg .h1582 .et1z .etjvac7 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.tgc39ahg .a7u8b0q { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.tgc39ahg .a7u8b0q.x4cj4rzl {
  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;
}
.tgc39ahg .a7u8b0q.x4cj4rzl:hover { opacity: 0.85; }
.i52kodhx .s8nq { padding-bottom: 24px; }
.ae9rf .s8nq { max-width: 1100px; }
@media (max-width: 700px) {
  .n667cn { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .n667cn:not(.plandgi) .fic2 { display: none !important; }
  .plandgi .fic2 { padding: 16px; }
  .kdimquz  { padding: 36px 24px; }
  .n667cn~.a1rc5,.rux9w~.a1rc5{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .w48grldj, .n667cn { min-height: 320px !important; }
  .r6tceyd { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .xkl91uj,
  .yegwkh0o,
  .b210 { grid-template-columns: 1fr !important; }

  

  
  .i52kodhx { display: flex !important; flex-direction: column !important; }
  .i52kodhx .s8nq { display: contents; }
  .i52kodhx .ho56ym4g { order: 0; }
  .i52kodhx .r6tceyd { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .i52kodhx .xkl91uj { order: 2; padding: 0 16px 12px !important; }
  .i52kodhx .jpjmcn1 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .ae9rf .s8nq { display: flex; flex-direction: column; }
  .ae9rf .s8nq .r6tceyd { order: 1; }
  .ae9rf .s8nq .b210 { order: 2; margin: 8px 0 24px !important; }
  .ae9rf .s8nq .jpjmcn1 { order: 3; }
  .ae9rf .s8nq .r4c2in { order: 4; align-self: center; margin-top: 0; }

  
  .n667cn.plandgi {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .n667cn.plandgi .kdimquz { display: contents; padding: 0; }
  .n667cn.plandgi .kdimquz .r6tceyd { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .n667cn.plandgi .fic2 { order: 2; padding: 12px 16px; }
  .n667cn.plandgi .kdimquz .jpjmcn1 { order: 3; padding: 0 24px; margin: 0 auto; }
  .n667cn.plandgi .kdimquz .r4c2in { order: 4; align-self: center; margin: 8px 0 32px; }
}
.tun0jy39 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.c115f9 { width: 100%; height: auto; display: block; border-radius: 10px; }
.wrahae .tun0jy39        { border-radius: 16px; }
.wrahae .c115f9  { border-radius: 16px; }
.iej2of .tun0jy39         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.iej2of .c115f9   { border-radius: 8px; }
.p5jxsaq { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.v02z { width: 100%; padding: 32px 0; position: relative; }
.l107 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.yvch .v02z:nth-child(even) { background: var(--bg-surface); }
.yvch .v02z:nth-child(odd)  { background: var(--bg-page); }
.wzzj .v02z:nth-child(even) { background: var(--bg-card); }
.wzzj .v02z:nth-child(odd)  { background: var(--bg-page); }
.yvch .v02z:nth-child(odd)  .l107 { background: var(--bg-card); border-radius: 6px; }
.yvch .v02z:nth-child(even) .l107 { background: var(--bg-raised); border-radius: 6px; }
.wzzj .v02z:nth-child(odd)  .l107 { background: var(--bg-card); border-radius: 6px; }
.wzzj .v02z:nth-child(even) .l107 { background: var(--bg-raised); border-radius: 6px; }
.yvch .v02z:nth-child(even) .a0sxa79a .ckwf,
.wzzj .v02z:nth-child(even) .a0sxa79a .ckwf { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.yvch .v02z:nth-child(odd) .a0sxa79a .ckwf,
.wzzj .v02z:nth-child(odd) .a0sxa79a .ckwf { background: var(--bg-card-inner); }
.yvch .v02z:nth-child(even) .lr2vav .ckwf:nth-child(odd),
.wzzj .v02z:nth-child(even) .lr2vav .ckwf:nth-child(odd)  { background: var(--bg-card); }
.yvch .v02z:nth-child(even) .lr2vav .ckwf:nth-child(even),
.wzzj .v02z:nth-child(even) .lr2vav .ckwf:nth-child(even) { background: var(--bg-card-inner); }
h1.r4re5b { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.r4re5b {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.vwbri { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.bmbz8 h2.r4re5b {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.wkauhtx h2.r4re5b {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.j8o6b h2.r4re5b {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.dyhecw h2.r4re5b::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.ptaj h2.r4re5b {
  color: var(--text-primary); font-size: 1.7rem;
}
.h1pj8o8o h2.r4re5b::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.legn4p h2.r4re5b {
  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;
}
.dg4p { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .dg4p { display: none; } }
.kda5q { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.xr3dec { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.fzk7fx {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.tc5p8in { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.jio5f1g { padding-left: 20px; }
.jio5f1g li { margin-bottom: 6px; }
.jio5f1g a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.jio5f1g a:hover { color: var(--accent-light); }
.zg8dt9 .tc5p8in { display: none; }
.j1hi .tc5p8in { display: none; }
.j1hi .jio5f1g { padding-left: 0; list-style: none; }
.j1hi .jio5f1g li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.j1hi .jio5f1g a { font-size: 0.92rem; }
.ll0x .fzk7fx { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ll0x .tc5p8in { display: none; }
.ll0x .jio5f1g { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.ll0x .jio5f1g li { margin-bottom: 0; }
.ll0x .jio5f1g 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;
}
.ll0x .jio5f1g a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.zre2m .fzk7fx { padding: 20px 20px 16px; }
.zre2m .jio5f1g {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.zre2m .jio5f1g li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.zre2m .jio5f1g 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;
}
.zre2m .jio5f1g 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;
}
.zre2m .jio5f1g a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.zre2m .jio5f1g a:focus,
.zre2m .jio5f1g a:focus-visible,
.zre2m .jio5f1g a:target { outline: none; }
.zre2m .jio5f1g li:target a { border-color: var(--border); color: var(--text-muted); }
.dxaa .fzk7fx { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.dxaa .tc5p8in { display: none; }
.dxaa .jio5f1g { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.dxaa .jio5f1g li { margin-bottom: 0; }
.dxaa .jio5f1g li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.dxaa .jio5f1g li:last-child::after { content: ""; margin-right: 0; }
.dxaa .jio5f1g a { font-size: 0.9rem; }
.ckwf { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.a0sxa79a .ckwf { background: var(--bg-card); }
.lr2vav .ckwf:nth-child(odd)  { background: var(--bg-card); }
.lr2vav .ckwf:nth-child(even) { background: var(--bg-raised); }
.cwyd4041 .ckwf {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.cwyd4041 .ckwf:last-child { border-bottom: none; }
.cwyd4041 h3.vwbri { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.lscz5cu .ckwf {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.lscz5cu .ckwf + .ckwf { margin-top: 4px; }
.l3o9p .ckwf { background: none; border-radius: 0; padding: 12px 0; }
.l3o9p .ckwf + .ckwf { border-top: 1px solid var(--border-section); }
.hm0s { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.lwck { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.lriz { color: var(--text-body); margin-bottom: 10px; }
.i1iifls, .df154 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.i1iifls li, .df154 li { margin-bottom: 6px; }
.df154 li { list-style: decimal; }
.sovqjgd9     .i1iifls { list-style-type: "● "; }
.cc27t  .i1iifls { list-style-type: "■ "; }
.kus1a9 .i1iifls { list-style-type: "◆ "; }
.o8pbz9    .i1iifls { list-style-type: "★ "; }
.sovqjgd9     .wo9ea { list-style-type: "● "; }
.cc27t  .wo9ea { list-style-type: "■ "; }
.kus1a9 .wo9ea { list-style-type: "◆ "; }
.o8pbz9    .wo9ea { list-style-type: "★ "; }
.sovqjgd9    .i1iifls li::marker, .sovqjgd9    .wo9ea li::marker,
.cc27t .i1iifls li::marker, .cc27t .wo9ea li::marker,
.kus1a9 .i1iifls li::marker, .kus1a9 .wo9ea li::marker,
.o8pbz9   .i1iifls li::marker, .o8pbz9   .wo9ea li::marker {
  color: var(--cta); font-size: 1em;
}
.sovqjgd9 .df154,
.cc27t .df154,
.kus1a9 .df154,
.o8pbz9 .df154 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.sovqjgd9 .df154 li,
.cc27t .df154 li,
.kus1a9 .df154 li,
.o8pbz9 .df154 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.sovqjgd9 .df154 li::before,
.cc27t .df154 li::before,
.kus1a9 .df154 li::before,
.o8pbz9 .df154 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;
}
.sovqjgd9     .df154 li::before { border-radius: 50%; }
.cc27t  .df154 li::before { border-radius: 3px; }
.kus1a9 .df154 li::before { border-radius: 3px; }
.o8pbz9    .df154 li::before { border-radius: 50%; }
.x1f6lhr { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.yyfehsf .x1f6lhr,
.zzmfoqf .x1f6lhr { background: transparent; border: none; border-radius: 0; }
.nl8hrv { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.nl8hrv th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.nl8hrv td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.nl8hrv tr:hover td { background: var(--bg-hover); }
.pvenm0sq .nl8hrv tbody tr:nth-child(even) td { background: var(--bg-surface); }
.i7cloxh .nl8hrv { border: 1px solid var(--border-alt); }
.i7cloxh .nl8hrv th,
.i7cloxh .nl8hrv td { border: 1px solid var(--border-alt); }
.qizl .nl8hrv th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.qizl .nl8hrv td { border-bottom: none; }
.qizl .nl8hrv tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.crzhl .nl8hrv th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.msnno .x1f6lhr {
  overflow: hidden;
}
.msnno .nl8hrv th { border-bottom: 1px solid var(--border-alt); }
.msnno .nl8hrv tr:last-child td { border-bottom: none; }
.vxchr { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.du2o { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.lkwz1k6n { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.obo80e2q { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.rj8vp0o { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.wo9ea { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.wo9ea 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%}
.tfni .obo80e2q { background: transparent; text-align: center; }
.sko8 .lkwz1k6n {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.v7q46tg .lkwz1k6n {
  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);
}
.l2bpqrr .du2o { display: grid; grid-template-columns: auto 1fr; }
.l2bpqrr .lkwz1k6n {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.l2bpqrr .obo80e2q { grid-column: 2; }
.l2bpqrr .rj8vp0o,
.l2bpqrr .wo9ea { grid-column: 1 / -1; }
.yb57 .du2o { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.yb57 .lkwz1k6n {
  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);
}
.yb57 .obo80e2q { grid-column: 2; }
.yb57 .rj8vp0o,
.yb57 .wo9ea { grid-column: 1 / -1; }
.u864tt20 .du2o { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.u864tt20 .obo80e2q { background: none; color: var(--accent-light); font-weight: 700; }
.l78jx2 .du2o { 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); }
.l78jx2 .obo80e2q { background: none; color: var(--accent-light); font-weight: 700; }
.hbv1yx .du2o { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.hbv1yx .du2o:last-child { border-bottom: none; }
.hbv1yx .obo80e2q { background: none; color: var(--accent-light); font-weight: 700; }
.wr6bym9 .du2o { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.wr6bym9 .obo80e2q { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.lim9 .vxchr { counter-reset: card-n; }
.lim9 .du2o  { counter-increment: card-n; }
.lim9 .obo80e2q { display: flex; align-items: center; gap: 10px; }
.lim9 .obo80e2q::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;
}
.u6sp5m .du2o { background: var(--bg-surface); border: 1px solid var(--border); }
.u6sp5m .obo80e2q { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.llw7 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.oaim3acb  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.w8d0wt { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.a566bli { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.gnv0nd { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.llw7 strong { color: var(--text-primary); font-size: 0.95rem; }
.llw7 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.k0e9z { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.gv150esv, .pibd76 { border-radius: 8px; padding: 14px; }
.gv150esv { background: var(--bg-pros); }
.pibd76 { background: var(--bg-cons); }
.sy35i1di { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.gv150esv .sy35i1di { color: var(--c-pros-label); }
.pibd76 .sy35i1di { color: #f87171; }
.gv150esv ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.pibd76 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.c115f9 { width: 100%; height: auto; border-radius: 10px; display: block; }
.x4cj4rzl {
  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;
}
.x4cj4rzl:hover { opacity: 0.85; }
.q2lars .x4cj4rzl  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.q2lars .x4cj4rzl:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.h2uqqgtw .x4cj4rzl  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.h2uqqgtw .x4cj4rzl:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ijzz .r4c2in { border-radius: 50px; }
.ijzz .x4cj4rzl  { border-radius: 50px; }
.zndl .r4c2in { padding-left: 22px; padding-right: 22px; }
.zndl .x4cj4rzl  { padding-left: 12px; padding-right: 12px; }
.nzaky .r4c2in { padding-left: 44px; padding-right: 44px; }
.nzaky .x4cj4rzl  { padding-left: 24px; padding-right: 24px; }
.xlila .r4c2in { padding-left: 56px; padding-right: 56px; }
.xlila .x4cj4rzl  { padding-left: 32px; padding-right: 32px; }
.dzg7r40   .r4c2in::after, .dzg7r40   .x4cj4rzl::after,
.mylgsyz8 .r4c2in::after, .mylgsyz8 .x4cj4rzl::after,
.ukpc    .r4c2in::after, .ukpc    .x4cj4rzl::after,
.bsv9v2    .r4c2in::after, .bsv9v2    .x4cj4rzl::after,
.sb7i    .r4c2in::after, .sb7i    .x4cj4rzl::after,
.cswn     .r4c2in::after, .cswn     .x4cj4rzl::after,
.dc0d    .r4c2in::after, .dc0d    .x4cj4rzl::after,
.jsiqgs2   .r4c2in::after, .jsiqgs2   .x4cj4rzl::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;
}
.dzg7r40 .r4c2in::after, .dzg7r40 .x4cj4rzl::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");
}
.mylgsyz8 .r4c2in::after, .mylgsyz8 .x4cj4rzl::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");
}
.ukpc .r4c2in::after, .ukpc .x4cj4rzl::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");
}
.bsv9v2 .r4c2in::after, .bsv9v2 .x4cj4rzl::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");
}
.sb7i .r4c2in::after, .sb7i .x4cj4rzl::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");
}
.cswn .r4c2in::after, .cswn .x4cj4rzl::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");
}
.dc0d .r4c2in::after, .dc0d .x4cj4rzl::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");
}
.jsiqgs2 .r4c2in::after, .jsiqgs2 .x4cj4rzl::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");
}
.tkhv0   .mpgu::after, .tkhv0   .y5157::after,
.xf07 .mpgu::after, .xf07 .y5157::after,
.v635n    .mpgu::after, .v635n    .y5157::after,
.emh8ukwe    .mpgu::after, .emh8ukwe    .y5157::after,
.j4rg7    .mpgu::after, .j4rg7    .y5157::after,
.m5rkmz0t     .mpgu::after, .m5rkmz0t     .y5157::after,
.v7mg    .mpgu::after, .v7mg    .y5157::after,
.wzxaoc   .mpgu::after, .wzxaoc   .y5157::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;
}
.tkhv0 .mpgu::after, .tkhv0 .y5157::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");
}
.xf07 .mpgu::after, .xf07 .y5157::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");
}
.v635n .mpgu::after, .v635n .y5157::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");
}
.emh8ukwe .mpgu::after, .emh8ukwe .y5157::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");
}
.j4rg7 .mpgu::after, .j4rg7 .y5157::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");
}
.m5rkmz0t .mpgu::after, .m5rkmz0t .y5157::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");
}
.v7mg .mpgu::after, .v7mg .y5157::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");
}
.wzxaoc .mpgu::after, .wzxaoc .y5157::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");
}
.ibdeaa {
  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;
}
.mfe84 {
  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;
}
.mfe84 > * { min-width: 0; }
.mfe84:hover { background: var(--bg-hover); }
.mfe84 > [itemprop="item"] { display: contents; }
.mfe84 [itemprop="itemReviewed"],
.mfe84 [itemprop="reviewRating"] { display: none; }
.mfe84::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;
}
.ser9aq {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.sb988aof {
  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;
}
.qo6dzv9 { max-height: 52px; max-width: 110px; object-fit: contain; }
.s83v0qyr {
  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;
}
.yfssa .sb988aof    { background: #1a1a1a; }
.zxft5t .sb988aof   { background: rgba(128,128,128,.12); }
.ucv7vt .sb988aof { background: var(--bg-raised); }
.c7bml3gk .sb988aof    { background: transparent; padding: 0; }
.lrq2t {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.xdfm6 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.vt9p58 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.h1582 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.v8skyih {
  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;
}
.wgssfwt {
  
  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%;
}
.etjvac7 {
  
  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;
}
.a7u8b0q {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.a7u8b0q.x4cj4rzl {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .mfe84 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .mfe84::before    { grid-area: rank;   }
  .ser9aq           { grid-area: ident;  }
  .lrq2t     { grid-area: rating; min-width: 0; width: auto; }
  .h1582           { grid-area: pills;  }
  .a7u8b0q             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .mfe84 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .mfe84::before    { justify-self: center; }
  .ser9aq           { width: 100%; }
  .lrq2t     { justify-self: center; }
  .h1582           { grid-template-columns: 1fr; }
}
.qbkh {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.g5tc79ut {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.cc8j {
  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;
}
.cc8j img { max-width: 80px; max-height: 50px; object-fit: contain; }
.cfyk { flex: 1; }
.cfyk h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.wgzvm7 { color: var(--c-stars); font-size: 1.1rem; }
.lru0 { margin-bottom: 8px; }
.fcva1 { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.eayo::before   { content: "★ "; color: var(--accent-light); }
.z8l8ny { flex-shrink: 0; }
.dt62d img.jwue12i { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.yyfehsf { padding: 20px 24px; }
.vkp1 { color: var(--text-muted); margin-bottom: 16px; }
.v8wt { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.tgu1ber, .t3igyrk { list-style: none; font-size: 0.9rem; }
.tgu1ber li { color: var(--c-pros); margin-bottom: 4px; }
.t3igyrk li { color: var(--c-cons); margin-bottom: 4px; }
.tgu1ber li::before { content: "✓"; margin-right: 5px; }
.t3igyrk li::before { content: "✗"; margin-right: 5px; }
.h7e8gegh .tgu1ber li::before { content: "→"; }
.h7e8gegh .t3igyrk li::before { content: "–"; }
.cfdych  .tgu1ber li::before { content: "★"; }
.cfdych  .t3igyrk li::before { content: "✕"; }
.z70c3    .tgu1ber li::before { content: "◆"; }
.z70c3    .t3igyrk li::before { content: "▲"; }
.qxbxdn4  .tgu1ber li::before { content: "▶"; }
.qxbxdn4  .t3igyrk li::before { content: "■"; }
.meea { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.dv6z { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.cr8a6 { background: var(--bg-pros); color: var(--c-tag-pay); }
.ftp86 { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.k6l38d .ftp86 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.fz8yk .ftp86 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .s84pl .ewxlxefj {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .s84pl .qbkh { margin: 0; }
}
.qftqlaj2 .g5tc79ut { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.qftqlaj2 .cfyk h3 { color: var(--accent-light); }
.qftqlaj2 .cc8j { background: var(--bg-page); border: 1px solid var(--border); }
.abwyebuu .qbkh { border-top: 4px solid var(--accent); }
.abwyebuu .g5tc79ut { background: var(--bg-card); }
.zwqnr .qbkh { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.zwqnr .g5tc79ut { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.zwqnr .yyfehsf { padding: 14px 16px; }
.zwqnr .cc8j { border-radius: 4px; }
.zwqnr .ftp86 { border-radius: 0; }
.bngbmt .g5tc79ut { padding: 0; gap: 0; overflow: hidden; }
.bngbmt .cc8j { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.bngbmt .cfyk { padding: 16px 20px; }
.bngbmt .z8l8ny { padding: 16px 20px; align-self: center; }
.uwfg .wgzvm7 { font-size: .95rem; }
.zzmfoqf .k0e9z { gap: 10px; }
.zzmfoqf .gv150esv, .zzmfoqf .pibd76 { padding: 12px; }
.zzmfoqf .gv150esv ul, .zzmfoqf .pibd76 ul { margin: 4px 0 0; padding-left: 18px; }
.zzmfoqf .gv150esv li, .zzmfoqf .pibd76 li { font-size: .85rem; margin-bottom: 3px; }
.ar5k3 .dv6z { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .up5r1qm1 { grid-template-columns: 1fr; }
  .tc2s { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .tc2s .rpi5 { width: 72px; height: 50px; }
  .tc2s .fb5zt5 { max-width: 180px; }
  .tc2s .minhy { width: auto; }
}
.ukf8xd .uwfg .wgzvm7 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .ukf8xd { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .vwc5y { padding: 16px; }
  .jzhf4w6 .n8x1s { min-width: 50%; }
}
.qi6eo5 .k0e9z { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .sxr2bodm { grid-template-columns: 1fr; }
  .x3xo { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .wi4zq { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .f4argo { flex-wrap: wrap; padding: 16px; }
}
.lq0owu .k0e9z { gap: 8px; }
.lq0owu .gv150esv, .lq0owu .pibd76 { padding: 8px; }
@media (max-width: 480px) {
  .uk12jvj { flex-direction: column; align-items: stretch; }
}
.hleht6wv .minhy .x4cj4rzl { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .st6s55jw { flex-direction: column; align-items: stretch; gap: 10px; }
  .hleht6wv .minhy { text-align: center; }
}
@media (max-width: 720px) {
  .iowvt { grid-template-columns: 1fr; }
  .fjkfxkd { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .vro617d { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.egxk9sn .r2s2jvu3 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.i9sy1vb .wgzvm7 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .z1w2y { grid-template-columns: 1fr; }
  .i9sy1vb { width: 100px; height: 100px; margin: 16px auto; }
  .egxk9sn { font-size: 1.4rem; }
  .ihun { justify-content: center; }
  .v4dy9nj .n8x1s { min-width: 50%; }
}
.vx7yd .k0e9z { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .is6or7j { flex-wrap: wrap; padding: 14px 16px; }
  .fn12b { padding: 12px 16px; }
  .vx7yd .k0e9z { margin: 0 16px; }
  .vx7yd .ar5k3 { padding: 0 16px; }
  .w7f890r { padding: 12px 16px; }
}
.sv6gf .mfe84 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.sv6gf .mfe84:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.xgegu7 .ibdeaa { gap: 18px; }
.xgegu7 .mfe84 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.xgegu7 .mfe84:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.zo3g .ibdeaa {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.zo3g .mfe84 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.zo3g .mfe84:last-child { border-bottom: none; }
.zo3g .ser9aq,
.zo3g .lrq2t,
.zo3g .h1582 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.bi64b30 .ibdeaa { gap: 0; }
.bi64b30 .mfe84 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.bi64b30 .mfe84:last-child { border-bottom: none; }
.bi64b30 .mfe84:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.bi64b30 .mfe84:nth-child(even):hover { background: var(--bg-hover); }
.xgjndw37 .mfe84 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.t13kyl0 .h1582 .v8skyih {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.t13kyl0 .h1582 .v8skyih:first-child { border-left: none; }
.my3gnx .h1582 .v8skyih {
  background: transparent; padding: 4px 8px;
}
.my3gnx .h1582 .wgssfwt { font-size: .65rem; opacity: .65; }
.my3gnx .h1582 .etjvac7   { font-size: 1.15rem; color: var(--accent-light); }
.d2voz0g8 .h1582 .v8skyih {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.vt9p58 { display: none; }
.hzg1md .xdfm6 { font-size: 1rem; letter-spacing: 2px; }
.jfug .xdfm6 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.ex4vgua .xdfm6,
.hqv51 .xdfm6,
.fzstwk7 .xdfm6 { display: none; }
.ex4vgua .vt9p58,
.hqv51 .vt9p58,
.fzstwk7 .vt9p58 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.ex4vgua .vt9p58 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.ex4vgua .vt9p58 small { display: none; }
.hqv51 .vt9p58 {
  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;
}
.hqv51 .vt9p58 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.fzstwk7 .vt9p58 {
  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;
}
.fzstwk7 .vt9p58 small { display: none; }
.ex4vgua .lru0 .wgzvm7,
.hqv51 .lru0 .wgzvm7,
.fzstwk7 .lru0 .wgzvm7 { display: none; }
.ex4vgua .lru0 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.ex4vgua .r2s2jvu3 { display: none; }
.hqv51 .lru0 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;
}
.hqv51 .l55ownbk,
.hqv51 .r2s2jvu3 { font-size: 1em; }
.fzstwk7 .lru0 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.fzstwk7 .r2s2jvu3 { display: none; }
.kvxfz63f { margin: 16px 0; }
.w9uwi9 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.w9uwi9 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.w9uwi9 summary::after { content: "+"; color: var(--accent-light); }
.w9uwi9[open] summary::after { content: "−"; }
.w9uwi9 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.v02z { margin-bottom: 0; }
.n1qo4cem h2.r4re5b { color: var(--text-primary); border-color: var(--accent-light); }
.meskgb7w h2.r4re5b { color: var(--text-primary); border-color: var(--accent-light); }
.o33lecm .oaim3acb     { background: #052e16; border-color: #10b981; }
.o33lecm .w8d0wt { background: #2d0a1e; border-color: #f43f5e; }
.o33lecm .a566bli    { background: #1e1036; border-color: #a855f7; }
.o33lecm .llw7 strong  { color: #f1f5f9; }
.o33lecm .llw7 p       { color: #cbd5e1; }
.o33lecm .m5wbysgm    .oaim3acb     .gnv0nd::before,
.o33lecm .hz0l0x49  .oaim3acb     .gnv0nd::before,
.o33lecm .g90h4pp  .oaim3acb     .gnv0nd::before,
.o33lecm .eugp .oaim3acb     .gnv0nd::before { color: #10b981; }
.o33lecm .m5wbysgm    .w8d0wt .gnv0nd::before,
.o33lecm .hz0l0x49  .w8d0wt .gnv0nd::before,
.o33lecm .g90h4pp  .w8d0wt .gnv0nd::before,
.o33lecm .eugp .w8d0wt .gnv0nd::before { color: #f43f5e; }
.o33lecm .m5wbysgm    .a566bli    .gnv0nd::before,
.o33lecm .hz0l0x49  .a566bli    .gnv0nd::before,
.o33lecm .g90h4pp  .a566bli    .gnv0nd::before,
.o33lecm .eugp .a566bli    .gnv0nd::before { color: #a855f7; }
.g4u5q .oaim3acb     { background: #2d2000; border-color: #eab308; }
.g4u5q .w8d0wt { background: #2d0b0b; border-color: #ef4444; }
.g4u5q .a566bli    { background: #2d1600; border-color: #f97316; }
.g4u5q .llw7 strong  { color: #f1f5f9; }
.g4u5q .llw7 p       { color: #cbd5e1; }
.g4u5q .m5wbysgm    .oaim3acb     .gnv0nd::before,
.g4u5q .hz0l0x49  .oaim3acb     .gnv0nd::before,
.g4u5q .g90h4pp  .oaim3acb     .gnv0nd::before,
.g4u5q .eugp .oaim3acb     .gnv0nd::before { color: #eab308; }
.g4u5q .m5wbysgm    .w8d0wt .gnv0nd::before,
.g4u5q .hz0l0x49  .w8d0wt .gnv0nd::before,
.g4u5q .g90h4pp  .w8d0wt .gnv0nd::before,
.g4u5q .eugp .w8d0wt .gnv0nd::before { color: #ef4444; }
.g4u5q .m5wbysgm    .a566bli    .gnv0nd::before,
.g4u5q .hz0l0x49  .a566bli    .gnv0nd::before,
.g4u5q .g90h4pp  .a566bli    .gnv0nd::before,
.g4u5q .eugp .a566bli    .gnv0nd::before { color: #f97316; }
.tuqe4m .oaim3acb     { background: #0c1a2e; border-color: #38bdf8; }
.tuqe4m .w8d0wt { background: #12103a; border-color: #818cf8; }
.tuqe4m .a566bli    { background: #0a2020; border-color: #2dd4bf; }
.tuqe4m .llw7 strong  { color: #f1f5f9; }
.tuqe4m .llw7 p       { color: #cbd5e1; }
.tuqe4m .m5wbysgm    .oaim3acb     .gnv0nd::before,
.tuqe4m .hz0l0x49  .oaim3acb     .gnv0nd::before,
.tuqe4m .g90h4pp  .oaim3acb     .gnv0nd::before,
.tuqe4m .eugp .oaim3acb     .gnv0nd::before { color: #38bdf8; }
.tuqe4m .m5wbysgm    .w8d0wt .gnv0nd::before,
.tuqe4m .hz0l0x49  .w8d0wt .gnv0nd::before,
.tuqe4m .g90h4pp  .w8d0wt .gnv0nd::before,
.tuqe4m .eugp .w8d0wt .gnv0nd::before { color: #818cf8; }
.tuqe4m .m5wbysgm    .a566bli    .gnv0nd::before,
.tuqe4m .hz0l0x49  .a566bli    .gnv0nd::before,
.tuqe4m .g90h4pp  .a566bli    .gnv0nd::before,
.tuqe4m .eugp .a566bli    .gnv0nd::before { color: #2dd4bf; }
.pcwxyh .oaim3acb     { background: var(--accent-bg); border-color: var(--accent-light); }
.pcwxyh .w8d0wt { background: var(--accent-bg-light); border-color: var(--accent-light); }
.pcwxyh .a566bli    { background: var(--accent-bg); border-color: var(--accent-pale); }
.pcwxyh .m5wbysgm    .gnv0nd::before,
.pcwxyh .hz0l0x49  .gnv0nd::before,
.pcwxyh .g90h4pp  .gnv0nd::before,
.pcwxyh .eugp .gnv0nd::before { color: var(--accent-light) !important; }
.zs251::before,
.odd4::before { margin-right: 5px; }
.gj9k .gv150esv ul li,
.gj9k .tgu1ber li         { color: #4ade80; }
.gj9k .gv150esv .zs251 { color: #22c55e; }
.gj9k .pibd76 ul li,
.gj9k .t3igyrk li         { color: #f87171; }
.gj9k .pibd76 .odd4 { color: #ef4444; }
.miio .gv150esv { background: var(--bg-pros); }
.miio .pibd76 { background: var(--bg-cons); }
.miio .gv150esv .zs251 { color: var(--c-pros-label); }
.miio .pibd76 .odd4 { color: var(--c-cons); }
.miio .gv150esv ul li,
.miio .tgu1ber li            { color: var(--c-pros); }
.miio .pibd76 ul li,
.miio .t3igyrk li            { color: var(--c-cons); }
.xo2s036y .gv150esv { background: var(--bg-pros); }
.xo2s036y .pibd76 { background: var(--bg-cons); }
.xo2s036y .gv150esv .zs251 { color: var(--c-pros-label); }
.xo2s036y .pibd76 .odd4 { color: var(--c-cons); }
.xo2s036y .gv150esv ul li,
.xo2s036y .tgu1ber li          { color: var(--c-pros); }
.xo2s036y .pibd76 ul li,
.xo2s036y .t3igyrk li          { color: var(--c-cons); }
.r06f0 .zs251::before { content: "✓ "; }
.r06f0 .odd4::before { content: "✗ "; }
.h7e8gegh .zs251::before { content: "→ "; }
.h7e8gegh .odd4::before { content: "← "; }
.cfdych .zs251::before { content: "★ "; }
.cfdych .odd4::before { content: "✕ "; }
.z70c3 .zs251::before { content: "◆ "; }
.z70c3 .odd4::before { content: "▲ "; }
.fz8yk .llw7 { background: transparent; border-left: none; border: 1.5px solid; }
.fz8yk .oaim3acb     { border-color: var(--c-tip-border); }
.fz8yk .w8d0wt { border-color: var(--c-warn-border); }
.fz8yk .a566bli    { border-color: #60a5fa; }
.fz8yk .llw7 strong { color: var(--text-primary); }
.fz8yk .llw7 p      { color: var(--text-muted); }
.k6l38d .llw7 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.k6l38d .oaim3acb     { border-top-color: var(--c-tip-border); }
.k6l38d .w8d0wt { border-top-color: var(--c-warn-border); }
.k6l38d .a566bli    { border-top-color: #60a5fa; }
.fjfnpi .llw7 { border-left: none; border-radius: 8px; }
.fjfnpi .oaim3acb     { background: #065f46; }
.fjfnpi .w8d0wt { background: #92400e; }
.fjfnpi .a566bli    { background: #1e3a8a; }
.fjfnpi .llw7 strong,
.fjfnpi .llw7 p { color: #fff; }
.fjfnpi .gnv0nd::before { color: rgba(255,255,255,0.85) !important; }
.o33lecm.fjfnpi .oaim3acb,
.o33lecm .fjfnpi .oaim3acb     { background: #052e16; }
.o33lecm.fjfnpi .w8d0wt,
.o33lecm .fjfnpi .w8d0wt { background: #2d0a1e; }
.o33lecm.fjfnpi .a566bli,
.o33lecm .fjfnpi .a566bli    { background: #1e1036; }
.g4u5q.fjfnpi .oaim3acb,
.g4u5q .fjfnpi .oaim3acb      { background: #2d2000; }
.g4u5q.fjfnpi .w8d0wt,
.g4u5q .fjfnpi .w8d0wt  { background: #2d0b0b; }
.g4u5q.fjfnpi .a566bli,
.g4u5q .fjfnpi .a566bli     { background: #2d1600; }
.tuqe4m.fjfnpi .oaim3acb,
.tuqe4m .fjfnpi .oaim3acb      { background: #0c1a2e; }
.tuqe4m.fjfnpi .w8d0wt,
.tuqe4m .fjfnpi .w8d0wt  { background: #12103a; }
.tuqe4m.fjfnpi .a566bli,
.tuqe4m .fjfnpi .a566bli     { background: #0a2020; }
.kst6p .llw7 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.kst6p .oaim3acb     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.kst6p .w8d0wt { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.kst6p .a566bli    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.kst6p .llw7 strong { color: var(--text-primary); }
.kst6p .llw7 p      { color: var(--text-muted); }
.vyuara2 .llw7 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.m5wbysgm .gnv0nd,
.hz0l0x49 .gnv0nd,
.g90h4pp .gnv0nd,
.eugp .gnv0nd { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.m5wbysgm .gnv0nd::before,
.hz0l0x49 .gnv0nd::before,
.g90h4pp .gnv0nd::before,
.eugp .gnv0nd::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.m5wbysgm .oaim3acb     .gnv0nd::before { content: "✦"; color: var(--c-tip-border); }
.m5wbysgm .w8d0wt .gnv0nd::before { content: "▲"; color: var(--c-warn-border); }
.m5wbysgm .a566bli    .gnv0nd::before { content: "◉"; color: #60a5fa; }
.hz0l0x49 .oaim3acb     .gnv0nd::before { content: "★"; color: var(--c-tip-border); }
.hz0l0x49 .w8d0wt .gnv0nd::before { content: "◆"; color: var(--c-warn-border); }
.hz0l0x49 .a566bli    .gnv0nd::before { content: "●"; color: #60a5fa; }
.g90h4pp .oaim3acb     .gnv0nd::before { content: "▶"; color: var(--c-tip-border); }
.g90h4pp .w8d0wt .gnv0nd::before { content: "■"; color: var(--c-warn-border); }
.g90h4pp .a566bli    .gnv0nd::before { content: "▸"; color: #60a5fa; }
.eugp .oaim3acb     .gnv0nd::before { content: "→"; color: var(--c-tip-border); }
.eugp .w8d0wt .gnv0nd::before { content: "⬥"; color: var(--c-warn-border); }
.eugp .a566bli    .gnv0nd::before { content: "◈"; color: #60a5fa; }
.jmej .a0sxa79a .ckwf,
.jmej .lr2vav .ckwf  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.jmej .du2o                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.jmej .mfe84                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.jmej .qbkh            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.jmej .x1f6lhr          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.jmej .fzk7fx                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.h4fhd4 .a0sxa79a .ckwf,
.h4fhd4 .lr2vav .ckwf,
.h4fhd4 .du2o,
.h4fhd4 .mfe84,
.h4fhd4 .qbkh,
.h4fhd4 .x1f6lhr,
.h4fhd4 .fzk7fx,
.h4fhd4 .vyuara2 .llw7 { box-shadow: none; }
.ctk4i92   .lriz, .ctk4i92 .hm0s, .ctk4i92 .lwck,
.ctk4i92   .kda5q, .ctk4i92 .xr3dec { font-size: 0.9rem; }
.ctk4i92   .i1iifls, .ctk4i92 .df154 { font-size: 0.9rem; }
.dh2uz   .lriz, .dh2uz .hm0s, .dh2uz .lwck,
.dh2uz   .kda5q, .dh2uz .xr3dec { font-size: 0.95rem; }
.dh2uz   .i1iifls, .dh2uz .df154 { font-size: 0.95rem; }
.qb50di   .lriz, .qb50di .hm0s, .qb50di .lwck,
.qb50di   .kda5q, .qb50di .xr3dec { font-size: 1.08rem; }
.qb50di   .i1iifls, .qb50di .df154 { font-size: 1.05rem; }
.qb50di   .nl8hrv { font-size: 0.97rem; }
.orln .r6tceyd      { font-size: 3.2rem; }
.orln h2.r4re5b { font-size: 1.9rem; }
.orln h3.vwbri     { font-size: 1.4rem; }
.mrj8bpo .r6tceyd      { font-size: 3.8rem; }
.mrj8bpo h2.r4re5b { font-size: 2.2rem; }
.mrj8bpo h3.vwbri     { font-size: 1.6rem; }
.v02z + .v02z { position: relative; }
.vwfa8t8   .v02z + .v02z::before,
.v7wbdp  .v02z + .v02z::before,
.wkulzrdr   .v02z + .v02z::before,
.l0gxijel   .v02z + .v02z::before,
.c6iby   .v02z + .v02z::before,
.azsi .v02z + .v02z::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.vwfa8t8 .v02z + .v02z::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.v7wbdp .v02z + .v02z::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.wkulzrdr .v02z + .v02z::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;
}
.l0gxijel .v02z + .v02z::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.x52uw .v02z { margin-bottom: 16px; }
.x52uw .v02z + .v02z { margin-top: 0; }
.x52uw .l107 { padding-top: 0; padding-bottom: 0; }
.c6iby .v02z + .v02z::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.azsi .v02z + .v02z::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.nw2f54 .v02z + .v02z::before,
.yxd1 .v02z + .v02z::before,
.fx15efj7 .v02z + .v02z::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%;
}
.yvch .nw2f54 .v02z:nth-child(even)::before,
.yvch .yxd1 .v02z:nth-child(even)::before,
.yvch .fx15efj7 .v02z:nth-child(even)::before { background: var(--bg-surface); }
.wzzj .nw2f54 .v02z:nth-child(even)::before,
.wzzj .yxd1 .v02z:nth-child(even)::before,
.wzzj .fx15efj7 .v02z:nth-child(even)::before { background: var(--bg-card); }
.nw2f54 .v02z + .v02z::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");
}
.yxd1 .v02z + .v02z::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");
}
.fx15efj7 .v02z + .v02z::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");
}
.qpai5t .axtje,
.xibfi1y .axtje,
.wz005v0 .axtje { overflow: hidden; }
.qpai5t .s8nq,
.xibfi1y .s8nq { margin-bottom: 60px; }
.wz005v0 .s8nq { margin-bottom: 70px; }
.qpai5t .axtje::before,
.xibfi1y .axtje::before,
.wz005v0 .axtje::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%;
}
.qpai5t .axtje::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");
}
.xibfi1y .axtje::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");
}
.wz005v0 .axtje::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");
}
.oyu8 .axtje:not(.ps0t) .ho56ym4g { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.y79gs .axtje:not(.ps0t) .ho56ym4g { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.svcb6  .axtje:not(.ps0t) .ho56ym4g { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.wlb8g  .axtje:not(.ps0t) .ho56ym4g { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.wlb8g .ps0t { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.wlb8g .zan325dk { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.wlb8g .n667cn { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.tm2k91ab .ps0t .ho56ym4g { background: none; }
.tm2k91ab .axtje:not(.ps0t) .ho56ym4g { background: rgba(0,0,0,0.6); }
.szvdktj .tun0jy39 { float: left; width: 38%; margin: 0 28px 16px 0; }
.szvdktj .tun0jy39 .c115f9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.szvdktj .l107::after { content: ''; display: block; clear: both; }
.p9ba .tun0jy39 { float: right; width: 38%; margin: 0 0 16px 28px; }
.p9ba .tun0jy39 .c115f9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.p9ba .l107::after { content: ''; display: block; clear: both; }
.jqx35fh .v02z:nth-child(odd)  .tun0jy39 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.jqx35fh .v02z:nth-child(even) .tun0jy39 { float: right; width: 38%; margin: 0 0 16px 28px; }
.jqx35fh .tun0jy39 .c115f9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.jqx35fh .l107::after { content: ''; display: block; clear: both; }
.szvdktj .vxchr,
.szvdktj .ibdeaa,
.p9ba .vxchr,
.p9ba .ibdeaa,
.jqx35fh .vxchr,
.jqx35fh .ibdeaa { clear: both; }
@media (max-width: 900px) {
  .szvdktj .tun0jy39,
  .p9ba .tun0jy39,
  .jqx35fh .v02z:nth-child(odd)  .tun0jy39,
  .jqx35fh .v02z:nth-child(even) .tun0jy39 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .szvdktj .tun0jy39 .c115f9,
  .p9ba .tun0jy39 .c115f9,
  .jqx35fh .tun0jy39 .c115f9 {
    max-height: none !important;
  }
}
.szvdktj .i1iifls,
.szvdktj .df154,
.p9ba .i1iifls,
.p9ba .df154,
.jqx35fh .i1iifls,
.jqx35fh .df154 { overflow: hidden; }
@media (max-width: 640px) {
  .szvdktj .tun0jy39,
  .p9ba .tun0jy39,
  .jqx35fh .tun0jy39 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.z74upp .p5jxsaq,
.z74upp .l107,
.z74upp .f982  { max-width: 1100px; }
.cq4n .p5jxsaq,
.cq4n .l107,
.cq4n .f982  { max-width: 1200px; }
.nn2qp .p5jxsaq,
.nn2qp .l107,
.nn2qp .f982  { max-width: 1320px; }
.h1lwdarx { font-size: 0.82rem; color: var(--text-muted); }
.xcr0 { display: flex; align-items: center; }
.ixbw6qjh {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.zxkc { display: flex; align-items: center; }
.hjqr { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.hjqr:hover { text-decoration: underline; }
.cp526zxk { margin: 0 3px; opacity: 0.45; }
.cp526zxk::before { content: '/'; }
.j3d0ej { padding: 2px 5px; color: var(--text-main); }
.e2kb .h1lwdarx {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.e2kb .xcr0 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.qfofy .h1lwdarx {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.qfofy .xcr0 { padding: 0 0 0 12px; }
.zj5mjke .xcr0 { padding: 0 16px; }
.zj5mjke .h1lwdarx {
  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);
}
.zj5mjke .p5jxsaq { padding-top: 28px; }
@media (max-width: 720px) {
  .l4bto { margin-top: 18px; padding: 0 16px; }
  .zj5mjke .p5jxsaq { padding-top: 16px; }
}
.z74upp.e2kb .xcr0 { max-width: 1100px; }
.cq4n.e2kb .xcr0 { max-width: 1200px; }
.nn2qp.e2kb .xcr0 { max-width: 1320px; }
.ekespig7 .v02z { padding-top: 16px; padding-bottom: 16px; }
.m6ugsgr6 .v02z { padding-top: 24px; padding-bottom: 24px; }
.o39yrihy .v02z { padding-top: 40px; padding-bottom: 40px; }
.t0w3 .v02z { padding-top: 52px; padding-bottom: 52px; }
.nw3j47tp .v02z:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.nw3j47tp .v02z:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.nw3j47tp .v02z:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.nw3j47tp .v02z:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.r93x69y .l107 { padding-top: 10px;  padding-bottom: 10px; }
.y326u5kg .l107 { padding-top: 18px;  padding-bottom: 18px; }
.spm39ro .l107 { padding-top: 36px;  padding-bottom: 36px; }
.spxb .l107 { padding-top: 48px;  padding-bottom: 48px; }
.pkjxryxf h2.r4re5b { font-weight: 600; }
.pkjxryxf h3.vwbri     { font-weight: 600; }
.ajnl h2.r4re5b { font-weight: 800; }
.ajnl h3.vwbri     { font-weight: 700; }
.t0rxkle h2.r4re5b { font-weight: 900; }
.t0rxkle h3.vwbri     { font-weight: 800; }
.t0rxkle .llw7 strong,
.t0rxkle .llw7 strong { font-weight: 600; }
.mpgu {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.tt1e .mpgu { display: none; }
@media (max-width: 640px) {
  .gfc5evsf { display: none; }
  .mpgu {
    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;
  }
}
.mpgu { background: var(--cta) !important; color: #fff !important; border: none !important; }
.mpgu:hover { opacity: 0.85; }
.zlhnrqh .mpgu { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.l7wr0cmq .mpgu,
.wk6br8  .mpgu { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.l7wr0cmq .mpgu:hover,
.wk6br8  .mpgu:hover { opacity: 0.88; }
.zlhnrqh.l7wr0cmq .mpgu,
.zlhnrqh.wk6br8  .mpgu { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.y5157 {
  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;
}
.y5157:hover { transform: translateY(-2px); opacity: 0.92; }
.y5157 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.r4zoh .y5157 { display: none; }
.jntbugxm .y5157 { right: 32px; }
.v8d57p  .y5157 { left: 32px; }
@media (max-width: 480px) {
  .jntbugxm .y5157 { right: 20px; bottom: 20px; }
  .v8d57p  .y5157 { left: 20px; bottom: 20px; }
}
.m7qv0gge { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.f982 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.o775y { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.b49b5h4 { color: var(--text-dim); font-size: 0.8rem; }
.una3xd a, .i0g9lvy a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.una3xd a:hover, .i0g9lvy a:hover { color: var(--accent-light); }
.i0g9lvy { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.otqj54cy .f982 { text-align: center; }
.otqj54cy .i0g9lvy { justify-content: center; margin-bottom: 16px; }
.otqj54cy .o775y { margin-top: 0; }
.nmn0nn { margin-top: 10px; }
.nmn0nn a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .f982 { padding-left: 16px; padding-right: 16px; }
  .wjkbs832 .f982 { padding: 20px 16px; }
  .i0g9lvy { gap: 4px 12px; }
  .o775y { font-size: 0.78rem; }
}
.ky66 .o775y { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ky66 .b49b5h4 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ky66 .q1m8qo6 { grid-template-columns: 1fr 1fr; } .ky66 .pww1u { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ky66 .q1m8qo6 { grid-template-columns: 1fr; } }
.hyeb4jsv .o775y { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .hyeb4jsv .lzkxbw { gap: 12px; } .hyeb4jsv .xw13y3 { margin-right: 0; width: 100%; } }
.aq7w9ir .o775y { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.aq7w9ir .b49b5h4 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .aq7w9ir .n9cn9djh { grid-template-columns: 1fr 1fr; } .aq7w9ir .tf26p72 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .aq7w9ir .n9cn9djh { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .r4ekq .r6msfrzz { grid-template-columns: 1fr 1fr; } .r4ekq .qfd1tpix:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .r4ekq .r6msfrzz { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .t1xd .r6msfrzz { grid-template-columns: 1fr; } }
.ujb2sv .f982 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ujb2sv .i0g9lvy { justify-content: center; }
.srg0 .a14aoq      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.srg0 .m7qv0gge { background: var(--bg-page); border-top-color: var(--border-alt); }
.tzec .a14aoq      { background: #0d1117; border-bottom-color: #21262d; }
.tzec .qxx4e { color: var(--accent-light); }
.tzec .g0wp { --msep-color: #8b949e; }
.tzec .g0wp a { color: #8b949e; }
.tzec .g0wp a:hover { color: var(--accent-light); }
.tzec .oi71al { color: #8b949e; }
.tzec .m7qv0gge { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.tzec .o775y,
.tzec .b49b5h4 { color: #6e7681; }
.tzec .una3xd a, .tzec .i0g9lvy a,
.tzec .una3xd a:hover, .tzec .i0g9lvy a:hover,
@media (max-width: 640px) {
  .tzec .g0wp { background: #0d1117; border-top-color: #21262d; }
  .tzec .g0wp li a { border-bottom-color: #21262d; }
}
.pj1k7j .a14aoq      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.pj1k7j .qxx4e { color: var(--accent-light); }
.pj1k7j .g0wp { --msep-color: #475569; }
.pj1k7j .g0wp a { color: #475569; }
.pj1k7j .g0wp a:hover { color: var(--accent-light); }
.pj1k7j .oi71al { color: #64748b; }
.pj1k7j .m7qv0gge { background: #f0f4f8; border-top-color: #cbd5e1; }
.pj1k7j .o775y,
.pj1k7j .b49b5h4 { color: #64748b; }
.pj1k7j .una3xd a, .pj1k7j .i0g9lvy a,
.pj1k7j .una3xd a:hover, .pj1k7j .i0g9lvy a:hover,
@media (max-width: 640px) {
  .pj1k7j .g0wp { background: #f0f4f8; border-top-color: #cbd5e1; }
  .pj1k7j .g0wp li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.l7wr0cmq .a14aoq      { background: var(--accent); border-bottom-color: var(--accent-light); }
.l7wr0cmq .qxx4e { color: #fff; }
.l7wr0cmq .g0wp { --msep-color: rgba(255,255,255,0.82); }
.l7wr0cmq .g0wp a { color: rgba(255,255,255,0.82); }
.l7wr0cmq .g0wp a:hover { color: #fff; }
.l7wr0cmq .oi71al { color: rgba(255,255,255,0.9); }
.l7wr0cmq .rxyjt1hu a { color: var(--text-primary) !important; }
.l7wr0cmq .rxyjt1hu a:hover { color: var(--accent-light) !important; }
.l7wr0cmq .m7qv0gge { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.l7wr0cmq .o775y,
.l7wr0cmq .b49b5h4 { color: rgba(255,255,255,0.72); }
.l7wr0cmq .una3xd a, .l7wr0cmq .i0g9lvy a,
.l7wr0cmq .a8d9ts50 a, .l7wr0cmq .sf7a8bvk a,
.l7wr0cmq .xibyx a, .l7wr0cmq .xw13y3 { color: #fff; }
.l7wr0cmq .l55b3, .l7wr0cmq .mzgr { color: rgba(255,255,255,0.7); }
.l7wr0cmq .una3xd a:hover, .l7wr0cmq .i0g9lvy a:hover,
.l7wr0cmq .a8d9ts50 a:hover, .l7wr0cmq .sf7a8bvk a:hover { color: #fff; }
@media (max-width: 640px) {
  .l7wr0cmq .g0wp { background: var(--accent); border-top-color: var(--accent-light); }
  .l7wr0cmq .g0wp li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.wk6br8 .a14aoq {
  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);
}
.wk6br8 .m7qv0gge {
  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) {
  .wk6br8 .g0wp {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.c7x1 .b0dk { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.dufhg .b0dk { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.kg6g8ilq .b0dk { min-height: 72px; height: auto; }
.s3wo8t .b0dk { min-height: 84px; height: auto; }
.wjkbs832 .b0dk { max-width: none; padding: 0 32px; }
.wjkbs832 .f982  { max-width: none; padding: 24px 32px; }
.zpzibwnx.cq4n .b0dk { max-width: 1200px; }
.zpzibwnx.nn2qp .b0dk { max-width: 1320px; }
.n2eo   .qxx4e, .n2eo   .xw13y3 { text-transform: capitalize; }
.qkm88 .qxx4e, .qkm88 .xw13y3 { text-transform: lowercase; }
.abb0 .qxx4e, .abb0 .xw13y3 { text-transform: uppercase; letter-spacing: 0.06em; }
.mv27bxs, .mken2a {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ljbbq3 .mv27bxs,
.jfqv .mv27bxs,
.cb37g .mv27bxs,
.p75u9ue .mv27bxs,
.x20ualg   .g0wp a { font-weight: 500; }
.mb73 .g0wp a { font-weight: 600; }
.qpbs     .g0wp a { font-weight: 700; }
.g36ba    .g0wp a { font-weight: 800; letter-spacing: 0.01em; }
.tj4zjjd     .g0wp > li + li::before,
.ft3m314r    .g0wp > li + li::before,
.mkzb6    .g0wp > li + li::before,
.jkrlyz .g0wp > li + li::before,
.j0qf1qxj .g0wp > li + li::before,
.svyq9iv0  .g0wp > li + li::before,
.agqb22l8    .g0wp > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.tj4zjjd     .g0wp > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ft3m314r    .g0wp > li + li::before { content: "|"; }
.mkzb6    .g0wp > li + li::before { content: "—"; }
.jkrlyz .g0wp > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.j0qf1qxj .g0wp > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.svyq9iv0  .g0wp > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.agqb22l8    .g0wp > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .at899al .oi71al,
  .t9tq .oi71al,
  .uvekv01 .oi71al,
  .m2041z .oi71al,
  .skw9 .oi71al {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .at899al .oi71al::before,
  .t9tq .oi71al::before,
  .uvekv01 .oi71al::before,
  .m2041z .oi71al::before,
  .skw9 .oi71al::before { content: ""; display: block; flex-shrink: 0; }

  
  .at899al .oi71al::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;
  }

  
  .t9tq .oi71al::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;
  }

  
  .uvekv01 .oi71al::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;
  }

  
  .m2041z .oi71al::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;
  }

  
  .skw9 .oi71al::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) {
  .klkq .oi71al {
    padding: 5px 14px;
  }
  .klkq .g0wp {
    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;
  }
  .klkq .g0wp li a {
    border-bottom: none; padding: 10px 22px;
  }
  .klkq .g0wp li a:hover { background: var(--bg-raised); }
  .klkq .rto5,
  .j07skv .rto5,
  .vont1b .rto5 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .nxz49 .oi71al {
    padding: 5px 10px;
  }
  .nxz49 .g0wp {
    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);
  }
  .nxz49 .g0wp.g5wl { transform: translateX(0); }
  .nxz49 .g0wp li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .nxz49 .g0wp li:last-child a { border-bottom: none; }
  .l7wr0cmq .g0wp,
  .tzec .g0wp { background: var(--accent) !important; }
  .l7wr0cmq .g0wp li a,
  .tzec .g0wp li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .vont1b .oi71al {
    padding: 5px 10px;
  }
  .vont1b .g0wp {
    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);
  }
  .vont1b .g0wp::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .vont1b .g0wp.g5wl { transform: translateY(0); }
  .vont1b .g0wp li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .hm0gkxbe .oi71al {
    padding: 5px 10px;
  }
  .hm0gkxbe .g0wp {
    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;
  }
  .hm0gkxbe .g0wp.g5wl { opacity: 1; pointer-events: auto; }
  .hm0gkxbe .g0wp li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .hdoqg     .oi71al { border-radius: 0 !important; }
  .hf5m89   .oi71al { border-radius: 8px !important; }
  .cykm4qqu .oi71al { border-radius: 50% !important; }
  .yqmto   .oi71al { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .jt0d5r3 .p8blqwl { flex-direction: column; align-items: stretch; }
  .jt0d5r3 .rzzn1v { flex-direction: row; min-width: auto; }
  .jt0d5r3 .upzilo4l { align-items: flex-start; text-align: left; }
}
.wvegk,
.wvegk.v02z,
.yvch .wvegk,
.isphw .wvegk,
.wzzj .wvegk,
.x920l .wvegk {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.zyi1wzqt {
  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;
}
.jetsgg6k { flex: 1 1 280px; min-width: 0; }
.cqu5 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.v2yn {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.c24n {
  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;
}
.c24n:hover { transform: translateY(-1px); opacity: 0.95; }
.nj6dgc .zyi1wzqt {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.nj6dgc .cqu5 { color: var(--cta); }
.nj6dgc .v2yn { color: var(--text-body); }
.nj6dgc .c24n {
  background: var(--cta) !important;
  color: #fff !important;
}
.cmmwe5g .zyi1wzqt {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.cmmwe5g .cqu5 { color: var(--text-primary); }
.cmmwe5g .v2yn { color: var(--text-body); }
.cmmwe5g .c24n {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .zyi1wzqt {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .jetsgg6k { flex: 0 0 auto; }
  .cqu5 { font-size: 1.2rem; }
  .c24n { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.rinit .n94ij78p { height: 36px; }
.mk7ub0 .n94ij78p { height: 60px; max-width: 200px; }
.ihx8gs .n94ij78p { height: 56px; max-width: 180px; }
.tcifkz7q    .xdfm6, .tcifkz7q    .wgzvm7 { color: #f59e0b; }
.j3xid      .xdfm6 { font-size: 1rem; letter-spacing: 1.5px; }
.j3xid      .wgzvm7   { font-size: 1.35rem; }
.zk1r    .xdfm6, .zk1r    .wgzvm7 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.p0etpvy     .xdfm6, .p0etpvy     .wgzvm7 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.hhx7bb .xdfm6, .hhx7bb .wgzvm7 { color: var(--cta); letter-spacing: 2px; }
.vz75bsp   .xdfm6, .vz75bsp   .wgzvm7 { color: #e91e63; letter-spacing: 2px; }
.vegnu  .xdfm6, .vegnu  .wgzvm7 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.iy3w4ofk     .xdfm6, .iy3w4ofk     .wgzvm7 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.t13kyl0 .v8skyih + .v8skyih {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.qr17q .mfe84 { padding: 18px 24px; min-height: 68px; }
.my3gnx .wgssfwt {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.my3gnx .etjvac7 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.d2voz0g8 .v8skyih {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.ibdeaa { counter-reset: cs-rank; }
.ibdeaa .mfe84 { counter-increment: cs-rank; }
.ibdeaa .mfe84::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;
}
.v5s5 .ibdeaa { counter-reset: cs-rank; gap: 0; }
.v5s5 .mfe84 {
  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;
}
.v5s5 .mfe84::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;
}
.v5s5 .ser9aq {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.v5s5 .sb988aof {
  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;
}
.v5s5 .qo6dzv9 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.v5s5 .ser9aq { min-width: 0; flex-direction: column; width: 100%; }
.v5s5 .s83v0qyr {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.v5s5 .xdfm6 { color: var(--cta, var(--accent)); }
.v5s5 .vt9p58 { font-weight: 700; }
.v5s5 .v8skyih {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.v5s5 .wgssfwt {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.v5s5 .etjvac7 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.v5s5 .et1z .etjvac7 { font-size: 1.3rem; color: var(--accent-light); }
.v5s5 .a7u8b0q {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.v5s5 .mfe84:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .v5s5 .ibdeaa {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .v5s5 .mfe84 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .v5s5 .mfe84 { padding: 40px 16px 20px; }
  .v5s5 .v8skyih {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .v5s5 .a7u8b0q { width: 100%; min-width: 0; }
}
.hrbr .ibdeaa { counter-reset: cs-rank; gap: 10px; }
.hrbr .mfe84 {
  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);
}
.hrbr .mfe84::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);
}
.hrbr .ser9aq {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.hrbr .sb988aof {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.hrbr .qo6dzv9 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.hrbr .s83v0qyr {
  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;
}
.hrbr .xdfm6 { color: var(--cta, var(--accent)); }
.hrbr .v8skyih {
  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;
}
.hrbr .wgssfwt {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.hrbr .etjvac7 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.hrbr .et1z .etjvac7 { color: var(--accent-light); }
.hrbr .a7u8b0q {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.hrbr .mfe84:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .hrbr .mfe84 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .hrbr .mfe84::before {
    position: absolute; top: 14px; left: 14px;
  }
  .hrbr .ser9aq {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .hrbr .s83v0qyr { white-space: normal; text-align: center; font-size: 1.2rem; }
  .hrbr .v8skyih {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .hrbr .a7u8b0q { width: 100%; min-width: 0; }
  .hrbr .xdfm6 { min-width: 0; }
}
.qj0upb .mfe84::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.yqfk7 .w9uwi9 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.yqfk7 .w9uwi9 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.yqfk7 .w9uwi9 p { padding: 0 2px 16px; }
.rkggtkwa .w9uwi9 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.rkggtkwa .w9uwi9 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.rkggtkwa .w9uwi9 summary::after { content: "›"; font-size: 1.2em; }
.rkggtkwa .w9uwi9[open] summary::after { content: "‹"; }
.rkggtkwa .w9uwi9 p { padding: 10px 22px 4px; }
.zk8or .w9uwi9 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.zk8or .w9uwi9 summary { color: var(--text-primary); padding-left: 16px; }
.zk8or .w9uwi9 summary::after { content: "›"; font-size: 1.1em; }
.zk8or .w9uwi9[open] summary::after { content: "‹"; }
.zk8or .w9uwi9 p { padding-left: 16px; }
.af1rbp4a .kvxfz63f { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.af1rbp4a .w9uwi9 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.af1rbp4a .w9uwi9:last-child { border-bottom: none; }
.af1rbp4a .w9uwi9 summary { color: var(--text-primary); border-radius: 0; }
.af1rbp4a .w9uwi9 summary::after { content: "›"; font-size: 1.1em; }
.af1rbp4a .w9uwi9[open] summary::after { content: "‹"; }
.yftdo .w9uwi9 { overflow: hidden; }
.yftdo .w9uwi9 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.yftdo .w9uwi9 summary::after { color: rgba(255,255,255,.75); }
.yftdo .w9uwi9[open] summary { border-radius: 0; }
.pn8xaecf { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.qkoi2 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.r4i7 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.bcmnhe8 { color: var(--text-muted); font-size: 1.05rem; }
.ej0fm7 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.txc1 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.zfp7 { margin-bottom: 20px; }
.xu4ks {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.sgm1 {
  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;
}
.sgm1:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.zwua { resize: vertical; min-height: 130px; }
.wc5yefd { width: 100%; margin-top: 8px; }
.ix35423 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.b9w9qwz {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.a5hnb { color: var(--text-muted); line-height: 1.75; }
.mpd5x6 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.mpd5x6 li { margin-bottom: 6px; }
.eprfpkw { max-width: 760px; margin: 0 auto; }
.skc08hv { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.nvyyfz { max-width: 760px; margin: 0 auto; }
.q7efvfn { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.q7efvfn:last-child { border-bottom: none; }
.jchpe6ib { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.q7efvfn p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.q7efvfn ul.mpd5x6 { margin: 0; }
.fmqdv8 .jchpe6ib { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .fmqdv8 { grid-template-columns: 1fr; gap: 10px; } }
.eu938u6 .jchpe6ib { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.n9zl6t .mpd5x6 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .nidw { grid-template-columns: 1fr; } }
.osn9 ul.mpd5x6 { margin: 0; }
.ehglknw .mpd5x6,
.y6cy4a .mpd5x6,
.b1ggbt96 .mpd5x6,
.aa872n .mpd5x6 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .kdz934b2 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .u3pwq { grid-template-columns: 1fr; } .e50aehz { position: static; text-align: center; } }
@media (max-width: 860px) { .ekg9n163 { grid-template-columns: 1fr; } }
.aa872n .mpd5x6 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .egbzw63 { flex-direction: column; text-align: center; } .ygeg { grid-template-columns: 1fr; } }
.lfvrcb .r4i7 { color: var(--accent-light); }
.vr7l .r4i7 { font-size: 2rem; }
.vr7l .bcmnhe8 { max-width: 680px; }
.r50hpyi {
  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;
}
.r50hpyi .r4i7 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.r50hpyi .bcmnhe8  { margin: 0; }
@media (max-width: 640px) { .r50hpyi { flex-direction: column; } }
.b34l .r4i7 { color: var(--accent-light); }
.cyras .r4i7 { color: #fff; }
.cyras .bcmnhe8  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .ufqz4bs { grid-template-columns: 1fr; } }
.h9x9n8cs .sgm1 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.h9x9n8cs .sgm1:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.xoo1a7 .sgm1 { background: var(--bg-raised); border-color: transparent; }
.xoo1a7 .sgm1:focus { background: var(--bg-card); border-color: var(--accent-light); }
.vb8f36n .sgm1 { border-radius: 100px; padding: 11px 20px; }
.vb8f36n .zwua { border-radius: 14px; }
.u01zdn {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .u01zdn { grid-template-columns: 1fr; } }
.ocss {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.ocss h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.ocss p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.p93yfk1{display:none}
.p93yfk1:empty,.pxgv4:empty{display:none}
.cfw8{position:relative;overflow:visible}
.j2z98e .a1rc5,.xyo5ys .a1rc5,
.kdzu08h .a1rc5,.xdstk .a1rc5,
.lqr4 .a1rc5,.l6foy1i .a1rc5{display:block}
.bq5h5 .sgycuq{display:block}
.j2z98e .a1rc5,.xyo5ys .a1rc5,
.kdzu08h .a1rc5,.xdstk .a1rc5,
.lqr4 .a1rc5{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}
.j2z98e .a1rc5 .pxgv4,.xyo5ys .a1rc5 .pxgv4,
.kdzu08h .a1rc5 .pxgv4,.xdstk .a1rc5 .pxgv4,
.lqr4 .a1rc5 .pxgv4{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}
.j2z98e .eu3n3fs,.xyo5ys .eu3n3fs,
.kdzu08h .eu3n3fs,.xdstk .eu3n3fs,
.lqr4 .eu3n3fs{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.j2z98e .a1rc5,.xyo5ys .a1rc5{top:12px}
.j2z98e .a1rc5 .pxgv4{margin-right:auto}
.xyo5ys .a1rc5 .pxgv4{margin-left:auto}
.xyo5ys .a1rc5{text-align:right}
.kdzu08h .a1rc5,.xdstk .a1rc5{bottom:12px}
.kdzu08h .a1rc5 .pxgv4{margin-right:auto}
.xdstk .a1rc5 .pxgv4{margin-left:auto}
.xdstk .a1rc5{text-align:right}
.lqr4 .a1rc5{position:relative;margin-top:16px}
.lqr4 .a1rc5 .pxgv4{margin:0 auto}
.l6foy1i .a1rc5{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.l6foy1i .a1rc5 .pxgv4{margin:0}
.l6foy1i .n667cn~.a1rc5,
.l6foy1i .rux9w~.a1rc5{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.l6foy1i .n667cn~.a1rc5 .pxgv4,
.l6foy1i .rux9w~.a1rc5 .pxgv4{justify-content:flex-start}
.n667cn~.a1rc5,.rux9w~.a1rc5{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}
.n667cn~.a1rc5 .pxgv4{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.rux9w~.a1rc5 .pxgv4{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.sgycuq .pxgv4{margin:0 0 12px}
.pxgv4{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.eu3n3fs{white-space:nowrap}
.uxn5uk79 .eu3n3fs{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.u21vy .eu3n3fs{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}
.a1xxv .pxgv4{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.yjhw5o6s .eu3n3fs{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.h6189qkp .eu3n3fs{color: var(--accent-light);opacity:1;font-weight:500}
.xwci7 .eu3n3fs{border-bottom:1px solid currentColor;padding-bottom:2px}
.imkwro .pxgv4{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.la4ky129{--date-bg:var(--accent-bg-light)}
.otyew .k2qb03dz::before{content:""}
.pgz5dqy .eu3n3fs + .eu3n3fs::before{content:"•";margin-right:6px;opacity:.4}
.z4h9z4q0 .eu3n3fs + .eu3n3fs::before{content:"/";margin-right:6px;opacity:.35}
.dnhdign .eu3n3fs + .eu3n3fs::before{content:"|";margin-right:6px;opacity:.3}
.qhny .eu3n3fs + .eu3n3fs::before{content:"—";margin-right:6px;opacity:.3}
.nd6o6ku .eu3n3fs + .eu3n3fs::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.w5xslbjy .eu3n3fs + .eu3n3fs::before{content:"·";margin-right:6px;opacity:.4}
.mxfb .eu3n3fs + .eu3n3fs::before{content:"›";margin-right:6px;opacity:.4}
.dsv6cph4 .eu3n3fs + .eu3n3fs::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.ga7q0g93 .q4wyjcs2{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .q4wyjcs2{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .e5luo44x{max-width:100%}
}
.iwdc0o2b .x1f6lhr{margin:0}
@media (max-width:560px){
  .s0ht5{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) {
  .v4qf7bfy { padding: 28px 18px 20px; }
  .sscry5 { font-size: 1.2rem; }
  .ccqk { max-width: 220px; max-height: 80px; }
}
.jw9rk {
  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);
}
.px5xq4w {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.z299xu  .jw9rk { border-radius: 50%; }
.lan2bzho  .jw9rk { border-radius: 6px; }
.jf1ah .jw9rk { border-radius: 22px; }
.bnri7uce .zyi1wzqt {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .jw9rk { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.s0hvp {
  margin: 28px 0 24px;
}
.s0hvp .v02z {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.s0hvp .l107 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.s0hvp .zyi1wzqt {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .b0dk { flex-direction: row-reverse; }
[dir="rtl"] .g0wp { flex-direction: row-reverse; }
[dir="rtl"] .jntbugxm .y5157 { right: auto; left: 32px; }
[dir="rtl"] .v8d57p  .y5157 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .jntbugxm .y5157 { right: auto; left: 20px; }
  [dir="rtl"] .v8d57p  .y5157 { left: auto;  right: 20px; }
}
[dir="rtl"] .szvdktj .tun0jy39  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .p9ba .tun0jy39 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .i1iifls, [dir="rtl"] .df154 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .gv150esv { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .pibd76 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .llw7 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .zyi1wzqt { direction: rtl; }
[dir="rtl"] .jw9rk { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .mfe84,
[dir="rtl"] .h1lwdarx { direction: rtl; }
[dir="rtl"] .fzk7fx { direction: rtl; }
[dir="rtl"] .jio5f1g { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .sovqjgd9 .df154,
[dir="rtl"] .cc27t .df154,
[dir="rtl"] .kus1a9 .df154,
[dir="rtl"] .o8pbz9 .df154 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .sovqjgd9 .df154 li::before,
[dir="rtl"] .cc27t .df154 li::before,
[dir="rtl"] .kus1a9 .df154 li::before,
[dir="rtl"] .o8pbz9 .df154 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .axtje.qwmwa .s8nq,
[dir="rtl"] .o0etk.qwmwa .s8nq,
[dir="rtl"] .ps0t.qwmwa .s8nq,
[dir="rtl"] .i52kodhx.qwmwa .s8nq,
[dir="rtl"] .ae9rf.qwmwa .s8nq { text-align: right; }
[dir="rtl"] .n667cn.qwmwa .kdimquz { align-items: flex-end; text-align: right; }
[dir="rtl"] .l107,
[dir="rtl"] .kda5q,
[dir="rtl"] .xr3dec,
[dir="rtl"] .dg4p,
[dir="rtl"] .s8nq { text-align: right; }
[dir="rtl"] .txc1,
[dir="rtl"] .xu4ks,
[dir="rtl"] .sgm1,
[dir="rtl"] .zwua { text-align: right; direction: rtl; }
[dir="rtl"] .vb8f36n .sgm1,
[dir="rtl"] .h9x9n8cs .sgm1 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #b52d6b;
  --brand:           #b52d6b;
  --brand-light:     #96315f;
  --brand-pale:      #b04b79;
  --grad-start:      #d86599;
  --grad-end:        #de9cba;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #b52d6b;
  --cta-light:       #982057;
  --cta-hover:       #83204e;
  --bg-page:         #f8f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f4;
  --bg-raised:       #f1eeef;
  --bg-hover:        #f5f3f4;
  --border:          #e8e2e5;
  --border-alt:      #dbd0d5;
  --border-section:  #e8e2e5;
  --text-primary:    #1b1719;
  --text-muted:      #5f5258;
  --text-body:       #362f32;
  --text-sub:        #52464c;
  --text-faint:      #88767e;
  --text-dim:        #a09198;
  --text-label:      #6d5e65;
  --text-value:      #443b3f;
  --accent-bg:       #f0e4ea;
  --accent-bg-light: #e9ccda;
  --bg-tip:          #f1f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f1f9f0;
  --bg-cons:         #faf3f4;
  --c-pros:          #228c16;
  --c-cons:          #9f212a;
  --c-pros-label:    #29a61b;
  --c-tip-border:    #2db81d;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #228c16;
}
:root { --logo-bg-opacity: 46%; }
body, button, input { font-family: "Lato", sans-serif; }
.vk1mcket .tgu1ber li::before, .vk1mcket .t3igyrk li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.vk1mcket .tgu1ber li::before { content: ""; }.vk1mcket .t3igyrk li::before { content: ""; }.vk1mcket .zs251::before, .vk1mcket .odd4::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.vk1mcket .zs251::before { content: ""; }.vk1mcket .odd4::before { content: ""; }
.uhusk .w48grldj, .uhusk .n667cn { min-height: 640px; }
.nazt .mpgu::after,.nazt .y5157::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.cp526zxk::before { content: '/'; }