:root {
  --color-accent: #b6205b;
  --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;
}
.y2vi {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ckz7d6 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.srj7 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.nk61 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.wssiz { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.wssiz a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.wssiz a:hover { color: var(--accent-light); }
.kmmtagon     .ojxf { border-radius: 24px; padding: 8px; }
.kmmtagon .ojxf li a { border-radius: 16px; }
.uofmns .ojxf li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .ojxf {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .vr7gg2x:hover .ojxf,
  .vr7gg2x:focus-within .ojxf { display: block; }
  .ojxf li a { padding: 8px 16px; font-size: 0.88rem; }
}
.vbagp {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.h5iw5 { display: none; }
@media (max-width: 640px) {
  .h5iw5 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .h5iw5.cj4sbb { display: block; }
}
@media (max-width: 640px) {
  .vbagp { display: block; }
  .wssiz > li + li::before { display: none !important; }
  .wssiz {
    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;
  }
  .wssiz.cj4sbb { display: flex; }
  .wssiz li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .wssiz li:last-child a { border-bottom: none; }
}
.cdpwm { min-height: 480px; }
.jc82j {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.otqulsbh { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.p60m5 .otqulsbh { margin-left: 0; margin-right: 0; }
.xxqfusao {
  background: var(--cta); color: var(--cta-fg, #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;
}
.hdfi .xxqfusao { margin-top: 24px; }
.xxqfusao:hover { opacity: 0.88; }
.jxg1yni {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.s13r {
  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%);
}
.jxg1yni .ixo84 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.jxg1yni .jc82j { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.jxg1yni .otqulsbh { color: #e2e8f0; }
.jxg1yni.rnx82na0 .ixo84 { text-align: center; }
.jxg1yni.p60m5   .ixo84 { text-align: left; }
.zvgzmj .ixo84 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.zvgzmj .jc82j { color: var(--text-primary); text-shadow: none; }
.zvgzmj .otqulsbh { color: var(--text-muted); }
.zvgzmj .xxqfusao { margin-top: 16px; }
.zvgzmj, .zvgzmj.cdpwm { min-height: auto !important; }
.zvgzmj.rnx82na0 .ixo84 { text-align: center; }
.zvgzmj.p60m5   .ixo84 { text-align: left; }
.zvgzmj~.v6yhg0il{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}
.zvgzmj~.v6yhg0il .r2w76ycq{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; }
}
.lrdc8k .iv7s3,
.lrdc8k .tm26m9 {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.f2bgf0 .jxg1yni .s13r {
  overflow: hidden;
}
.f2bgf0 .jxg1yni .s13r::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); }
}
.rcc1mcri .jxg1yni .s13r {
  overflow: hidden;
}
.rcc1mcri .jxg1yni .s13r::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;
}
.t8xfxsx .jxg1yni .s13r {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.v4o5o5q .jxg1yni .s13r {
  overflow: hidden;
}
.v4o5o5q .jxg1yni .s13r::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;
}
.lrdc8k .jxg1yni .s13r {
  animation: hg-breathe 10s ease-in-out infinite;
}
.iv7s3 .s13r {
  background: none;
}
.iv7s3 .jc82j { color: #fff; }
.iv7s3 .otqulsbh { color: rgba(255,255,255,0.85); }
.lrdc8k .sv7ilzj {
  animation: hg-breathe 7s ease-in-out infinite;
}
.sv7ilzj .jc82j { text-shadow: none; color: var(--text-primary); }
.sv7ilzj .otqulsbh { color: var(--text-muted); }
body.rh16do90 .jc82j {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.uskwp0t .jc82j {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.cdpwm.iv7s3 .jc82j,
section.iv7s3 .jc82j {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.sv7ilzj.p60m5   .i02rnti { align-items: flex-start; text-align: left; }
.cdpwm .lt3ph {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.lt3ph .jnzjq6rc {
  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;
}
.lt3ph .jnzjq6rc::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.lt3ph .qizcr { display: contents !important; }
.lt3ph .qizcr .y7kvoz0v {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.lt3ph .qizcr .p20maa1 { max-height: 48px; max-width: 96px; }
.lt3ph .qizcr .ajzmx {
  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;
}
.lt3ph .innx {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.lt3ph .wge2c { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.lt3ph .rz09smvs { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.lt3ph .rz09smvs small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.lt3ph .x6y4negt { display: contents !important; }
.lt3ph .x6y4negt .d6u0o9:not(.bkqy) { display: none !important; }
.lt3ph .x6y4negt .bkqy {
  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;
}
.lt3ph .x6y4negt .bkqy .bqzz {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.lt3ph .x6y4negt .bkqy .oh3pvr {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.lt3ph .r2cks { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.lt3ph .r2cks.se2l {
  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;
}
.lt3ph .r2cks.se2l:hover { opacity: 0.85; }
.lt3ph .jnzjq6rc,
.lt3ph .jnzjq6rc:hover,
.lt3ph .jnzjq6rc:nth-child(even),
.lt3ph .jnzjq6rc:nth-child(odd),
.lt3ph .jnzjq6rc:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.imhadh6x .ixo84 { padding-bottom: 24px; }
.hdfi .ixo84 { max-width: 1100px; }
@media (max-width: 700px) {
  .sv7ilzj { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .sv7ilzj:not(.ay0t65lo) .fgbsdmm { display: none !important; }
  .ay0t65lo .fgbsdmm { padding: 16px; }
  .i02rnti  { padding: 36px 24px; }
  .sv7ilzj~.v6yhg0il,.yztq~.v6yhg0il{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .cdpwm, .sv7ilzj { min-height: 320px !important; }
  .jc82j { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .lxz0bet,
  .qotqx3q,
  .tv0vpur7 { grid-template-columns: 1fr !important; }

  

  
  .imhadh6x { display: flex !important; flex-direction: column !important; }
  .imhadh6x .ixo84 { display: contents; }
  .imhadh6x .s13r { order: 0; }
  .imhadh6x .jc82j { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .imhadh6x .lxz0bet { order: 2; padding: 0 16px 12px !important; }
  .imhadh6x .otqulsbh { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .hdfi .ixo84 { display: flex; flex-direction: column; }
  .hdfi .ixo84 .jc82j { order: 1; }
  .hdfi .ixo84 .tv0vpur7 { order: 2; margin: 8px 0 24px !important; }
  .hdfi .ixo84 .otqulsbh { order: 3; }
  .hdfi .ixo84 .xxqfusao { order: 4; align-self: center; margin-top: 0; }

  
  .sv7ilzj.ay0t65lo {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .sv7ilzj.ay0t65lo .i02rnti { display: contents; padding: 0; }
  .sv7ilzj.ay0t65lo .i02rnti .jc82j { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .sv7ilzj.ay0t65lo .fgbsdmm { order: 2; padding: 12px 16px; }
  .sv7ilzj.ay0t65lo .i02rnti .otqulsbh { order: 3; padding: 0 24px; margin: 0 auto; }
  .sv7ilzj.ay0t65lo .i02rnti .xxqfusao { order: 4; align-self: center; margin: 8px 0 32px; }
}
.iqqx { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.woobtg { width: 100%; height: auto; display: block; border-radius: 10px; }
.nwsb57lv .iqqx        { border-radius: 16px; }
.nwsb57lv .woobtg  { border-radius: 16px; }
.mg6l .iqqx         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.mg6l .woobtg   { border-radius: 8px; }
.un3z { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.kcqasu6 { width: 100%; padding: 32px 0; position: relative; }
.x8bzk { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.hrdq6odw .kcqasu6:nth-child(even) { background: var(--bg-surface); }
.hrdq6odw .kcqasu6:nth-child(odd)  { background: var(--bg-page); }
.g3bm0 .kcqasu6:nth-child(even) { background: var(--bg-card); }
.g3bm0 .kcqasu6:nth-child(odd)  { background: var(--bg-page); }
.hrdq6odw .kcqasu6:nth-child(odd)  .x8bzk { background: var(--bg-card); border-radius: 6px; }
.hrdq6odw .kcqasu6:nth-child(even) .x8bzk { background: var(--bg-raised); border-radius: 6px; }
.g3bm0 .kcqasu6:nth-child(odd)  .x8bzk { background: var(--bg-card); border-radius: 6px; }
.g3bm0 .kcqasu6:nth-child(even) .x8bzk { background: var(--bg-raised); border-radius: 6px; }
.hrdq6odw .kcqasu6:nth-child(even) .qd49wgdq .uyid5zn,
.g3bm0 .kcqasu6:nth-child(even) .qd49wgdq .uyid5zn { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.hrdq6odw .kcqasu6:nth-child(odd) .qd49wgdq .uyid5zn,
.g3bm0 .kcqasu6:nth-child(odd) .qd49wgdq .uyid5zn { background: var(--bg-card-inner); }
.hrdq6odw .kcqasu6:nth-child(even) .unhnr .uyid5zn:nth-child(odd),
.g3bm0 .kcqasu6:nth-child(even) .unhnr .uyid5zn:nth-child(odd)  { background: var(--bg-card); }
.hrdq6odw .kcqasu6:nth-child(even) .unhnr .uyid5zn:nth-child(even),
.g3bm0 .kcqasu6:nth-child(even) .unhnr .uyid5zn:nth-child(even) { background: var(--bg-card-inner); }
h1.bpmpt { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.bpmpt {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.tnshis { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.gf6c h2.bpmpt {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.b9hv h2.bpmpt {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.nn734s h2.bpmpt {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.gf7rfp6s h2.bpmpt::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.xdqob h2.bpmpt {
  color: var(--text-primary); font-size: 1.7rem;
}
.h99n3f5l h2.bpmpt::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.tkd8iw h2.bpmpt {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .drnlq44 { display: none; } }
.maojdh0 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.grf0gge { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.m8j9b6 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.st2nc8 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.e3fzap { padding-left: 20px; }
.e3fzap li { margin-bottom: 6px; }
.e3fzap a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.e3fzap a:hover { color: var(--accent-light); }
.m34cpnai .st2nc8 { display: none; }
.n6b5mwa4 .st2nc8 { display: none; }
.n6b5mwa4 .e3fzap { padding-left: 0; list-style: none; }
.n6b5mwa4 .e3fzap li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.n6b5mwa4 .e3fzap a { font-size: 0.92rem; }
.zyq8vuno .m8j9b6 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.zyq8vuno .st2nc8 { display: none; }
.zyq8vuno .e3fzap { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.zyq8vuno .e3fzap li { margin-bottom: 0; }
.zyq8vuno .e3fzap 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;
}
.zyq8vuno .e3fzap a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.akvbnm3d .m8j9b6 { padding: 20px 20px 16px; }
.akvbnm3d .e3fzap {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.akvbnm3d .e3fzap li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.akvbnm3d .e3fzap 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;
}
.akvbnm3d .e3fzap 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;
}
.akvbnm3d .e3fzap a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.akvbnm3d .e3fzap a:focus,
.akvbnm3d .e3fzap a:focus-visible,
.akvbnm3d .e3fzap a:target { outline: none; }
.akvbnm3d .e3fzap li:target a { border-color: var(--border); color: var(--text-muted); }
.si0a2 .m8j9b6 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.si0a2 .st2nc8 { display: none; }
.si0a2 .e3fzap { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.si0a2 .e3fzap li { counter-increment: toc-n; margin-bottom: 0; }
.si0a2 .e3fzap a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.si0a2 .e3fzap a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.si0a2 .e3fzap a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.dyyl2hx .m8j9b6 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.dyyl2hx .st2nc8 { display: none; }
.dyyl2hx .e3fzap { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.dyyl2hx .e3fzap li { margin-bottom: 0; }
.dyyl2hx .e3fzap a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.dyyl2hx .e3fzap a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.pw5m36 .m8j9b6 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.pw5m36 .st2nc8 { display: none; }
.pw5m36 .e3fzap { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.pw5m36 .e3fzap li { margin-bottom: 0; }
.pw5m36 .e3fzap li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.pw5m36 .e3fzap li:last-child::after { content: ""; margin-right: 0; }
.pw5m36 .e3fzap a { font-size: 0.9rem; }
.uyid5zn { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.qd49wgdq .uyid5zn { background: var(--bg-card); }
.unhnr .uyid5zn:nth-child(odd)  { background: var(--bg-card); }
.unhnr .uyid5zn:nth-child(even) { background: var(--bg-raised); }
.vej32xo7 .uyid5zn {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.vej32xo7 .uyid5zn:last-child { border-bottom: none; }
.vej32xo7 h3.tnshis { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.g5dvy6m .uyid5zn {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.g5dvy6m .uyid5zn + .uyid5zn { margin-top: 4px; }
.xdwp .uyid5zn { background: none; border-radius: 0; padding: 12px 0; }
.xdwp .uyid5zn + .uyid5zn { border-top: 1px solid var(--border-section); }
.skrv { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.fa7kdr1i { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.bmx8aimf { color: var(--text-body); margin-bottom: 10px; }
.dfau4, .ljaplu { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.dfau4 li, .ljaplu li { margin-bottom: 6px; }
.ljaplu li { list-style: decimal; }
.vyuwxn     .dfau4 { list-style-type: "● "; }
.pk8lxzp  .dfau4 { list-style-type: "■ "; }
.ly49e .dfau4 { list-style-type: "◆ "; }
.f5s0w1hx    .dfau4 { list-style-type: "★ "; }
.vyuwxn     .xappd4 { list-style-type: "● "; }
.pk8lxzp  .xappd4 { list-style-type: "■ "; }
.ly49e .xappd4 { list-style-type: "◆ "; }
.f5s0w1hx    .xappd4 { list-style-type: "★ "; }
.vyuwxn    .dfau4 li::marker, .vyuwxn    .xappd4 li::marker,
.pk8lxzp .dfau4 li::marker, .pk8lxzp .xappd4 li::marker,
.ly49e .dfau4 li::marker, .ly49e .xappd4 li::marker,
.f5s0w1hx   .dfau4 li::marker, .f5s0w1hx   .xappd4 li::marker {
  color: var(--cta); font-size: 1em;
}
.vyuwxn .ljaplu,
.pk8lxzp .ljaplu,
.ly49e .ljaplu,
.f5s0w1hx .ljaplu {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.vyuwxn .ljaplu li,
.pk8lxzp .ljaplu li,
.ly49e .ljaplu li,
.f5s0w1hx .ljaplu li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.vyuwxn .ljaplu li::before,
.pk8lxzp .ljaplu li::before,
.ly49e .ljaplu li::before,
.f5s0w1hx .ljaplu 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;
}
.vyuwxn     .ljaplu li::before { border-radius: 50%; }
.pk8lxzp  .ljaplu li::before { border-radius: 3px; }
.ly49e .ljaplu li::before { border-radius: 3px; }
.f5s0w1hx    .ljaplu li::before { border-radius: 50%; }
.kzhcwe61 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.szff7nhz .kzhcwe61,
.wwhca6lb .kzhcwe61 { background: transparent; border: none; border-radius: 0; }
.ik9am { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ik9am th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.ik9am td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.ik9am tr:hover td { background: var(--bg-hover); }
.tuwdj .ik9am tbody tr:nth-child(even) td { background: var(--bg-surface); }
.egbj8 .ik9am { border: 1px solid var(--border-alt); }
.egbj8 .ik9am th,
.egbj8 .ik9am td { border: 1px solid var(--border-alt); }
.rlil7 .ik9am th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.rlil7 .ik9am td { border-bottom: none; }
.rlil7 .ik9am tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.a6z9 .ik9am th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.w1ujvi7a .kzhcwe61 {
  overflow: hidden;
}
.w1ujvi7a .ik9am th { border-bottom: 1px solid var(--border-alt); }
.w1ujvi7a .ik9am tr:last-child td { border-bottom: none; }
.qaqc { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ey24 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.vfb40kl { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.awfwslj { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.bp4hqsv { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.xappd4 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.xappd4 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%}
.jyad .awfwslj { background: transparent; text-align: center; }
.vvepfh .vfb40kl {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.kfq3 .vfb40kl {
  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);
}
.w415n7b .ey24 { display: grid; grid-template-columns: auto 1fr; }
.w415n7b .vfb40kl {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.w415n7b .awfwslj { grid-column: 2; }
.w415n7b .bp4hqsv,
.w415n7b .xappd4 { grid-column: 1 / -1; }
.cs6ul .ey24 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.cs6ul .vfb40kl {
  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);
}
.cs6ul .awfwslj { grid-column: 2; }
.cs6ul .bp4hqsv,
.cs6ul .xappd4 { grid-column: 1 / -1; }
.idnlg .ey24 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.idnlg .awfwslj { background: none; color: var(--accent-light); font-weight: 700; }
.owqwh2 .ey24 { 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); }
.owqwh2 .awfwslj { background: none; color: var(--accent-light); font-weight: 700; }
.mjsgq5 .ey24 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.mjsgq5 .ey24:last-child { border-bottom: none; }
.mjsgq5 .awfwslj { background: none; color: var(--accent-light); font-weight: 700; }
.vowaaa5d .ey24 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.vowaaa5d .awfwslj { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.xmbrrr3 .qaqc { counter-reset: card-n; }
.xmbrrr3 .ey24  { counter-increment: card-n; }
.xmbrrr3 .awfwslj { display: flex; align-items: center; gap: 10px; }
.xmbrrr3 .awfwslj::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;
}
.z73r .ey24 { background: var(--bg-surface); border: 1px solid var(--border); }
.z73r .awfwslj { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.n37f6 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.n37f6         { --cl-hue: var(--accent); }
.u59p     { --cl-hue: #16a34a; }
.ttour { --cl-hue: #ea580c; }
.moh7t23k    { --cl-hue: #2563eb; }
.u59p, .ttour, .moh7t23k, .g9ya2zn {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.kbsrc { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.kbsrc::before { color: var(--cl-hue); }
.n37f6 strong { color: var(--text-primary); font-size: 0.95rem; }
.n37f6 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.vq4xjx { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ggniev, .azdptzf { border-radius: 8px; padding: 14px; }
.ggniev { background: var(--bg-pros); }
.azdptzf { background: var(--bg-cons); }
.ue0x0 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ggniev .ue0x0 { color: var(--c-pros-label); }
.azdptzf .ue0x0 { color: #f87171; }
.ggniev ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.azdptzf ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.woobtg { width: 100%; height: auto; border-radius: 10px; display: block; }
.se2l {
  background: var(--cta); color: var(--cta-fg, #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;
}
.se2l:hover { opacity: 0.85; }
.c7aw7uk .se2l  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.c7aw7uk .se2l:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vkfkkw0q .se2l  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.vkfkkw0q .se2l:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.c7aw7uk .r2cks.se2l, .vkfkkw0q .r2cks.se2l,
.c7aw7uk .kic2lw7a .se2l, .vkfkkw0q .kic2lw7a .se2l {
  background: var(--cta); border: none; color: #fff;
}
.c7aw7uk .r2cks.se2l:hover, .vkfkkw0q .r2cks.se2l:hover,
.c7aw7uk .kic2lw7a .se2l:hover, .vkfkkw0q .kic2lw7a .se2l:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.jt6vag8m .xxqfusao { border-radius: 50px; }
.jt6vag8m .se2l  { border-radius: 50px; }
.b52x6 .xxqfusao,
.b52x6 .se2l { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.b52x6 .xxqfusao:hover,
.b52x6 .se2l:hover { filter: brightness(1.08); opacity: 1; }
.gqps .xxqfusao,
.gqps .se2l { box-shadow: 0 3px 14px -2px var(--cta); }
.gqps .xxqfusao:hover,
.gqps .se2l:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.dp0x .xxqfusao,
.dp0x .se2l { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.dp0x .xxqfusao:hover,
.dp0x .se2l:hover { opacity: 1; }
.dp0x .xxqfusao:active,
.dp0x .se2l:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.gaqxflp6 .xxqfusao,
.gaqxflp6 .se2l { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.gaqxflp6 .xxqfusao:hover,
.gaqxflp6 .se2l:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.gaqxflp6 .xxqfusao:active,
.gaqxflp6 .se2l:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.iuwjzu3 .xxqfusao,
.iuwjzu3 .se2l { position: relative; overflow: hidden; }
.iuwjzu3 .xxqfusao::before,
.iuwjzu3 .se2l::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.iuwjzu3 .xxqfusao:hover::before,
.iuwjzu3 .se2l:hover::before { left: 135%; }
.w3w3 .xxqfusao,
.w3w3 .se2l { border-radius: 0; }
.e50pxdju .xxqfusao { padding-left: 22px; padding-right: 22px; }
.e50pxdju .se2l  { padding-left: 12px; padding-right: 12px; }
.kl6ix .xxqfusao { padding-left: 44px; padding-right: 44px; }
.kl6ix .se2l  { padding-left: 24px; padding-right: 24px; }
.arat .xxqfusao { padding-left: 56px; padding-right: 56px; }
.arat .se2l  { padding-left: 32px; padding-right: 32px; }
.bbcei   .xxqfusao::after, .bbcei   .se2l::after,
.u43s7u6q .xxqfusao::after, .u43s7u6q .se2l::after,
.bhzt0    .xxqfusao::after, .bhzt0    .se2l::after,
.hshpt    .xxqfusao::after, .hshpt    .se2l::after,
.knsgy    .xxqfusao::after, .knsgy    .se2l::after,
.cdpbngf     .xxqfusao::after, .cdpbngf     .se2l::after,
.jmue    .xxqfusao::after, .jmue    .se2l::after,
.dwjp0   .xxqfusao::after, .dwjp0   .se2l::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;
}
.bbcei .xxqfusao::after, .bbcei .se2l::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");
}
.u43s7u6q .xxqfusao::after, .u43s7u6q .se2l::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");
}
.bhzt0 .xxqfusao::after, .bhzt0 .se2l::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");
}
.hshpt .xxqfusao::after, .hshpt .se2l::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");
}
.knsgy .xxqfusao::after, .knsgy .se2l::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");
}
.cdpbngf .xxqfusao::after, .cdpbngf .se2l::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");
}
.jmue .xxqfusao::after, .jmue .se2l::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");
}
.dwjp0 .xxqfusao::after, .dwjp0 .se2l::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");
}
.s6bzf77   .xwr0i::after, .s6bzf77   .smc13v::after,
.qg2aaqh .xwr0i::after, .qg2aaqh .smc13v::after,
.bptqtn    .xwr0i::after, .bptqtn    .smc13v::after,
.zw1qy8gh    .xwr0i::after, .zw1qy8gh    .smc13v::after,
.ab2t1    .xwr0i::after, .ab2t1    .smc13v::after,
.g1s1ady     .xwr0i::after, .g1s1ady     .smc13v::after,
.inixfwk9    .xwr0i::after, .inixfwk9    .smc13v::after,
.z6g2i6eo   .xwr0i::after, .z6g2i6eo   .smc13v::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;
}
.s6bzf77 .xwr0i::after, .s6bzf77 .smc13v::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");
}
.qg2aaqh .xwr0i::after, .qg2aaqh .smc13v::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");
}
.bptqtn .xwr0i::after, .bptqtn .smc13v::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");
}
.zw1qy8gh .xwr0i::after, .zw1qy8gh .smc13v::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");
}
.ab2t1 .xwr0i::after, .ab2t1 .smc13v::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");
}
.g1s1ady .xwr0i::after, .g1s1ady .smc13v::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");
}
.inixfwk9 .xwr0i::after, .inixfwk9 .smc13v::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");
}
.z6g2i6eo .xwr0i::after, .z6g2i6eo .smc13v::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");
}
.crgb {
  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;
}
.jnzjq6rc {
  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;
}
.jnzjq6rc > * { min-width: 0; }
.jnzjq6rc:hover { background: var(--bg-hover); }
.jnzjq6rc > [itemprop="item"] { display: contents; }
.jnzjq6rc [itemprop="itemReviewed"],
.jnzjq6rc [itemprop="reviewRating"] { display: none; }
.jnzjq6rc::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;
}
.qizcr {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.y7kvoz0v {
  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;
}
.p20maa1 { max-height: 52px; max-width: 110px; object-fit: contain; }
.ajzmx {
  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;
}
.cv21yw1u .y7kvoz0v    { background: #1a1a1a; }
.chk7b .y7kvoz0v   { background: rgba(128,128,128,.12); }
.w49qu .y7kvoz0v { background: var(--bg-raised); }
.ttk4n .y7kvoz0v    { background: transparent; padding: 0; }
.innx {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.wge2c { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.rz09smvs { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.x6y4negt {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.d6u0o9 {
  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;
}
.bqzz {
  
  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%;
}
.oh3pvr {
  
  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;
}
.r2cks {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.r2cks.se2l {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .jnzjq6rc {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .jnzjq6rc::before    { grid-area: rank;   }
  .qizcr           { grid-area: ident;  }
  .innx     { grid-area: rating; min-width: 0; width: auto; }
  .x6y4negt           { grid-area: pills;  }
  .r2cks             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .jnzjq6rc {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .jnzjq6rc::before    { justify-self: center; }
  .qizcr           { width: 100%; }
  .innx     { justify-self: center; }
  .x6y4negt           { grid-template-columns: 1fr; }
}
.q88f95 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.u2q85e {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.ctgfg1ry {
  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;
}
.ctgfg1ry img { max-width: 80px; max-height: 50px; object-fit: contain; }
.cg87qfnu { flex: 1; }
.cg87qfnu h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.ovx2nt19 { color: var(--c-stars); font-size: 1.1rem; }
.elc65 { margin-bottom: 8px; }
.kn0qy {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 22px;
  padding: 12px 24px; font-size: 0.86rem;
  background: var(--bg-surface); border-top: 1px solid var(--border-alt);
}
.kn0qy > span { color: var(--accent); font-weight: 700; }
.ay1db9q em, .xf4w3 em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .kn0qy { padding: 10px 16px; gap: 6px 16px; } }
.kic2lw7a { flex-shrink: 0; align-self: flex-start; }
.kic2lw7a .se2l { white-space: nowrap; }
@media (max-width: 560px) {
  .u2q85e { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .ctgfg1ry { order: 1; }
  .kic2lw7a { order: 2; margin-left: auto; align-self: center; }
  .cg87qfnu { order: 3; flex: 1 1 100%; min-width: 0; }
}
.xp4ojnqi img.eqvc7kpv { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.szff7nhz { padding: 20px 24px; }
.yzg6 { color: var(--text-muted); margin-bottom: 16px; }
.lb696 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.uyvr7kwi, .rq8yb8p { list-style: none; font-size: 0.9rem; }
.uyvr7kwi li { color: var(--c-pros); margin-bottom: 4px; }
.rq8yb8p li { color: var(--c-cons); margin-bottom: 4px; }
.uyvr7kwi li::before { content: "✓"; margin-right: 5px; }
.rq8yb8p li::before { content: "✗"; margin-right: 5px; }
.bwkz9 .uyvr7kwi li::before { content: "→"; }
.bwkz9 .rq8yb8p li::before { content: "–"; }
.qh2vtd  .uyvr7kwi li::before { content: "★"; }
.qh2vtd  .rq8yb8p li::before { content: "✕"; }
.i7bq4l    .uyvr7kwi li::before { content: "◆"; }
.i7bq4l    .rq8yb8p li::before { content: "▲"; }
.ms1aavm  .uyvr7kwi li::before { content: "▶"; }
.ms1aavm  .rq8yb8p li::before { content: "■"; }
.donsfx { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.uzt1 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.lmjbnu { background: var(--bg-pros); color: var(--c-tag-pay); }
.b1a9nfb { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.aqrgr .b1a9nfb { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.xf2ts7 .b1a9nfb { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .jd0jrzyk .d3mg0acq {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .jd0jrzyk .q88f95 { margin: 0; }
}
.crevw .u2q85e { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.crevw .cg87qfnu h3 { color: var(--accent-light); }
.crevw .ctgfg1ry { background: var(--bg-page); border: 1px solid var(--border); }
.fgwj .q88f95 { border-top: 4px solid var(--accent); }
.fgwj .u2q85e { background: var(--bg-card); }
.b5m01i .q88f95 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.b5m01i .u2q85e { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.b5m01i .szff7nhz { padding: 14px 16px; }
.b5m01i .ctgfg1ry { border-radius: 4px; }
.b5m01i .b1a9nfb { border-radius: 0; }
.xj0p .u2q85e { padding: 0; gap: 0; overflow: hidden; }
.xj0p .ctgfg1ry { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.xj0p .cg87qfnu { padding: 16px 20px; }
.xj0p .kic2lw7a { padding: 16px 20px; align-self: center; }
.e69uc .ovx2nt19 { font-size: .95rem; }
.wwhca6lb .vq4xjx { gap: 10px; }
.wwhca6lb .ggniev, .wwhca6lb .azdptzf { padding: 12px; }
.wwhca6lb .ggniev ul, .wwhca6lb .azdptzf ul { margin: 4px 0 0; padding-left: 18px; }
.wwhca6lb .ggniev li, .wwhca6lb .azdptzf li { font-size: .85rem; margin-bottom: 3px; }
.idra .uzt1 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .vkgz3s { grid-template-columns: 1fr; }
  .mjq4e { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .mjq4e .d8ta { width: 72px; height: 50px; }
  .mjq4e .xcqgrj3o { max-width: 180px; }
  .mjq4e .c443 { width: auto; }
}
.d7umt .e69uc .ovx2nt19 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .d7umt { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .cb2ojka6 { padding: 16px; }
  .k8917 .eat9s { min-width: 50%; }
}
.ihtwc .vq4xjx { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .g0656nq { grid-template-columns: 1fr; }
  .tk1s { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .w20xtvv8 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ai3pc { flex-wrap: wrap; padding: 16px; }
}
.frnlie1 .vq4xjx { gap: 8px; }
.frnlie1 .ggniev, .frnlie1 .azdptzf { padding: 8px; }
@media (max-width: 480px) {
  .w9s3ue4n { flex-direction: column; align-items: stretch; }
}
.s59ihb .c443 .se2l { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .fnk2h0pb { flex-direction: column; align-items: stretch; gap: 10px; }
  .s59ihb .c443 { text-align: center; }
}
@media (max-width: 720px) {
  .c4ru4 { grid-template-columns: 1fr; }
  .sq36 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .gvo1q7wh { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.j4v1070 .hj8107o0 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.e4k3cb5d .ovx2nt19 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .m053 { grid-template-columns: 1fr; }
  .e4k3cb5d { width: 100px; height: 100px; margin: 16px auto; }
  .j4v1070 { font-size: 1.4rem; }
  .v9j5z { justify-content: center; }
  .h59m4je4 .eat9s { min-width: 50%; }
}
.t23t6ba .vq4xjx { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .sk1b { flex-wrap: wrap; padding: 14px 16px; }
  .tlxzzql { padding: 12px 16px; }
  .t23t6ba .vq4xjx { margin: 0 16px; }
  .t23t6ba .idra { padding: 0 16px; }
  .tvwxy { padding: 12px 16px; }
}
.een076 .jnzjq6rc {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.een076 .jnzjq6rc:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.q7jzxuj0 .crgb { gap: 18px; }
.q7jzxuj0 .jnzjq6rc {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.q7jzxuj0 .jnzjq6rc:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.mifma .crgb {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.mifma .jnzjq6rc {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.mifma .jnzjq6rc:last-child { border-bottom: none; }
.mifma .qizcr,
.mifma .innx,
.mifma .x6y4negt {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.ksgvm .crgb { gap: 0; }
.ksgvm .jnzjq6rc {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.ksgvm .jnzjq6rc:last-child { border-bottom: none; }
.ksgvm .jnzjq6rc:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.ksgvm .jnzjq6rc:nth-child(even):hover { background: var(--bg-hover); }
.m17zaia1 .jnzjq6rc {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.qsszcyu7 .x6y4negt .d6u0o9 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.qsszcyu7 .x6y4negt .d6u0o9:first-child { border-left: none; }
.x10m .x6y4negt .d6u0o9 {
  background: transparent; padding: 4px 8px;
}
.x10m .x6y4negt .bqzz { font-size: .65rem; opacity: .65; }
.x10m .x6y4negt .oh3pvr   { font-size: 1.15rem; color: var(--accent-light); }
.ow4wn5 .x6y4negt .d6u0o9 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.rz09smvs { display: none; }
.aiyg2lg1 .wge2c { font-size: 1rem; letter-spacing: 2px; }
.zyhipn4 .wge2c {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.a9hh1f .wge2c,
.w3l6i5fx .wge2c,
.qihkbaub .wge2c { display: none; }
.a9hh1f .rz09smvs,
.w3l6i5fx .rz09smvs,
.qihkbaub .rz09smvs { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.a9hh1f .rz09smvs { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.a9hh1f .rz09smvs small { display: none; }
.w3l6i5fx .rz09smvs {
  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;
}
.w3l6i5fx .rz09smvs small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.qihkbaub .rz09smvs {
  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;
}
.qihkbaub .rz09smvs small { display: none; }
.a9hh1f .elc65 .ovx2nt19,
.w3l6i5fx .elc65 .ovx2nt19,
.qihkbaub .elc65 .ovx2nt19 { display: none; }
.a9hh1f .elc65 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.a9hh1f .hj8107o0 { display: none; }
.w3l6i5fx .elc65 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;
}
.w3l6i5fx .m3uoje5,
.w3l6i5fx .hj8107o0 { font-size: 1em; }
.qihkbaub .elc65 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.qihkbaub .hj8107o0 { display: none; }
.i7uzgz { margin: 16px 0; }
.p1c8j { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.p1c8j summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.p1c8j summary::after { content: "+"; color: var(--accent-light); }
.p1c8j[open] summary::after { content: "−"; }
.p1c8j p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.kcqasu6 { margin-bottom: 0; }
.lypk4 h2.bpmpt { color: var(--text-primary); border-color: var(--accent-light); }
.wfchl h2.bpmpt { color: var(--text-primary); border-color: var(--accent-light); }
.hnx9n .u59p     { background: #052e16; border-color: #10b981; }
.hnx9n .ttour { background: #2d0a1e; border-color: #f43f5e; }
.hnx9n .moh7t23k    { background: #1e1036; border-color: #a855f7; }
.hnx9n .n37f6 strong  { color: #f1f5f9; }
.hnx9n .n37f6 p       { color: #cbd5e1; }
.hnx9n .ff56p    .u59p     .kbsrc::before,
.hnx9n .rixo6  .u59p     .kbsrc::before,
.hnx9n .rag22ja  .u59p     .kbsrc::before,
.hnx9n .oech .u59p     .kbsrc::before { color: #10b981; }
.hnx9n .ff56p    .ttour .kbsrc::before,
.hnx9n .rixo6  .ttour .kbsrc::before,
.hnx9n .rag22ja  .ttour .kbsrc::before,
.hnx9n .oech .ttour .kbsrc::before { color: #f43f5e; }
.hnx9n .ff56p    .moh7t23k    .kbsrc::before,
.hnx9n .rixo6  .moh7t23k    .kbsrc::before,
.hnx9n .rag22ja  .moh7t23k    .kbsrc::before,
.hnx9n .oech .moh7t23k    .kbsrc::before { color: #a855f7; }
.bet0ga .u59p     { background: #2d2000; border-color: #eab308; }
.bet0ga .ttour { background: #2d0b0b; border-color: #ef4444; }
.bet0ga .moh7t23k    { background: #2d1600; border-color: #f97316; }
.bet0ga .n37f6 strong  { color: #f1f5f9; }
.bet0ga .n37f6 p       { color: #cbd5e1; }
.bet0ga .ff56p    .u59p     .kbsrc::before,
.bet0ga .rixo6  .u59p     .kbsrc::before,
.bet0ga .rag22ja  .u59p     .kbsrc::before,
.bet0ga .oech .u59p     .kbsrc::before { color: #eab308; }
.bet0ga .ff56p    .ttour .kbsrc::before,
.bet0ga .rixo6  .ttour .kbsrc::before,
.bet0ga .rag22ja  .ttour .kbsrc::before,
.bet0ga .oech .ttour .kbsrc::before { color: #ef4444; }
.bet0ga .ff56p    .moh7t23k    .kbsrc::before,
.bet0ga .rixo6  .moh7t23k    .kbsrc::before,
.bet0ga .rag22ja  .moh7t23k    .kbsrc::before,
.bet0ga .oech .moh7t23k    .kbsrc::before { color: #f97316; }
.y4jz4ou .u59p     { background: #0c1a2e; border-color: #38bdf8; }
.y4jz4ou .ttour { background: #12103a; border-color: #818cf8; }
.y4jz4ou .moh7t23k    { background: #0a2020; border-color: #2dd4bf; }
.y4jz4ou .n37f6 strong  { color: #f1f5f9; }
.y4jz4ou .n37f6 p       { color: #cbd5e1; }
.y4jz4ou .ff56p    .u59p     .kbsrc::before,
.y4jz4ou .rixo6  .u59p     .kbsrc::before,
.y4jz4ou .rag22ja  .u59p     .kbsrc::before,
.y4jz4ou .oech .u59p     .kbsrc::before { color: #38bdf8; }
.y4jz4ou .ff56p    .ttour .kbsrc::before,
.y4jz4ou .rixo6  .ttour .kbsrc::before,
.y4jz4ou .rag22ja  .ttour .kbsrc::before,
.y4jz4ou .oech .ttour .kbsrc::before { color: #818cf8; }
.y4jz4ou .ff56p    .moh7t23k    .kbsrc::before,
.y4jz4ou .rixo6  .moh7t23k    .kbsrc::before,
.y4jz4ou .rag22ja  .moh7t23k    .kbsrc::before,
.y4jz4ou .oech .moh7t23k    .kbsrc::before { color: #2dd4bf; }
.lpnh0yw9::before,
.iu08m::before { margin-right: 5px; }
.tmb7nxyr .ggniev ul li,
.tmb7nxyr .uyvr7kwi li         { color: #4ade80; }
.tmb7nxyr .ggniev .lpnh0yw9 { color: #22c55e; }
.tmb7nxyr .azdptzf ul li,
.tmb7nxyr .rq8yb8p li         { color: #f87171; }
.tmb7nxyr .azdptzf .iu08m { color: #ef4444; }
.lutiii0 .ggniev { background: var(--bg-pros); }
.lutiii0 .azdptzf { background: var(--bg-cons); }
.lutiii0 .ggniev .lpnh0yw9 { color: var(--c-pros-label); }
.lutiii0 .azdptzf .iu08m { color: var(--c-cons); }
.lutiii0 .ggniev ul li,
.lutiii0 .uyvr7kwi li            { color: var(--c-pros); }
.lutiii0 .azdptzf ul li,
.lutiii0 .rq8yb8p li            { color: var(--c-cons); }
.rx2hgviw .ggniev { background: var(--bg-pros); }
.rx2hgviw .azdptzf { background: var(--bg-cons); }
.rx2hgviw .ggniev .lpnh0yw9 { color: var(--c-pros-label); }
.rx2hgviw .azdptzf .iu08m { color: var(--c-cons); }
.rx2hgviw .ggniev ul li,
.rx2hgviw .uyvr7kwi li          { color: var(--c-pros); }
.rx2hgviw .azdptzf ul li,
.rx2hgviw .rq8yb8p li          { color: var(--c-cons); }
.yor6 .lpnh0yw9::before { content: "✓ "; }
.yor6 .iu08m::before { content: "✗ "; }
.bwkz9 .lpnh0yw9::before { content: "→ "; }
.bwkz9 .iu08m::before { content: "← "; }
.qh2vtd .lpnh0yw9::before { content: "★ "; }
.qh2vtd .iu08m::before { content: "✕ "; }
.i7bq4l .lpnh0yw9::before { content: "◆ "; }
.i7bq4l .iu08m::before { content: "▲ "; }
.xf2ts7 .n37f6 { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.xf2ts7 .n37f6 strong { color: var(--text-primary); }
.xf2ts7 .n37f6 p      { color: var(--text-muted); }
.aqrgr .n37f6 { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.j5s3xxct .n37f6 {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.j5s3xxct .n37f6 strong,
.j5s3xxct .n37f6 p { color: #fff; }
.j5s3xxct .kbsrc::before { color: rgba(255,255,255,0.9) !important; }
.vkolgv4 .n37f6 {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.vkolgv4 .n37f6 strong { color: var(--text-primary); }
.vkolgv4 .n37f6 p      { color: var(--text-muted); }
.o7ikkkik .n37f6 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ff56p .kbsrc,
.rixo6 .kbsrc,
.rag22ja .kbsrc,
.oech .kbsrc { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ff56p .kbsrc::before,
.rixo6 .kbsrc::before,
.rag22ja .kbsrc::before,
.oech .kbsrc::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ff56p .u59p     .kbsrc::before { content: "✦"; color: var(--c-tip-border); }
.ff56p .ttour .kbsrc::before { content: "▲"; color: var(--c-warn-border); }
.ff56p .moh7t23k    .kbsrc::before { content: "◉"; color: #60a5fa; }
.rixo6 .u59p     .kbsrc::before { content: "★"; color: var(--c-tip-border); }
.rixo6 .ttour .kbsrc::before { content: "◆"; color: var(--c-warn-border); }
.rixo6 .moh7t23k    .kbsrc::before { content: "●"; color: #60a5fa; }
.rag22ja .u59p     .kbsrc::before { content: "▶"; color: var(--c-tip-border); }
.rag22ja .ttour .kbsrc::before { content: "■"; color: var(--c-warn-border); }
.rag22ja .moh7t23k    .kbsrc::before { content: "▸"; color: #60a5fa; }
.oech .u59p     .kbsrc::before { content: "→"; color: var(--c-tip-border); }
.oech .ttour .kbsrc::before { content: "⬥"; color: var(--c-warn-border); }
.oech .moh7t23k    .kbsrc::before { content: "◈"; color: #60a5fa; }
.mqdg .qd49wgdq .uyid5zn,
.mqdg .unhnr .uyid5zn  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.mqdg .ey24                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.mqdg .jnzjq6rc                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.mqdg .q88f95            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.mqdg .kzhcwe61          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.mqdg .m8j9b6                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.h91tkys3 .qd49wgdq .uyid5zn,
.h91tkys3 .unhnr .uyid5zn,
.h91tkys3 .ey24,
.h91tkys3 .jnzjq6rc,
.h91tkys3 .q88f95,
.h91tkys3 .kzhcwe61,
.h91tkys3 .m8j9b6,
.h91tkys3 .o7ikkkik .n37f6 { box-shadow: none; }
.qcko2a   .bmx8aimf, .qcko2a .skrv, .qcko2a .fa7kdr1i,
.qcko2a   .maojdh0, .qcko2a .grf0gge { font-size: 0.9rem; }
.qcko2a   .dfau4, .qcko2a .ljaplu { font-size: 0.9rem; }
.bhoshtv   .bmx8aimf, .bhoshtv .skrv, .bhoshtv .fa7kdr1i,
.bhoshtv   .maojdh0, .bhoshtv .grf0gge { font-size: 0.95rem; }
.bhoshtv   .dfau4, .bhoshtv .ljaplu { font-size: 0.95rem; }
.zechjf3   .bmx8aimf, .zechjf3 .skrv, .zechjf3 .fa7kdr1i,
.zechjf3   .maojdh0, .zechjf3 .grf0gge { font-size: 1.08rem; }
.zechjf3   .dfau4, .zechjf3 .ljaplu { font-size: 1.05rem; }
.zechjf3   .ik9am { font-size: 0.97rem; }
.sawonlv7 .jc82j      { font-size: 3.2rem; }
.sawonlv7 h2.bpmpt { font-size: 1.9rem; }
.sawonlv7 h3.tnshis     { font-size: 1.4rem; }
.cmbjvq8 .jc82j      { font-size: 3.8rem; }
.cmbjvq8 h2.bpmpt { font-size: 2.2rem; }
.cmbjvq8 h3.tnshis     { font-size: 1.6rem; }
.kcqasu6 + .kcqasu6 { position: relative; }
.inkyt   .kcqasu6 + .kcqasu6::before,
.u09sh  .kcqasu6 + .kcqasu6::before,
.kp4to31   .kcqasu6 + .kcqasu6::before,
.hzbt6kj   .kcqasu6 + .kcqasu6::before,
.wx6tly   .kcqasu6 + .kcqasu6::before,
.fc7mbcu .kcqasu6 + .kcqasu6::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.inkyt .kcqasu6 + .kcqasu6::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.u09sh .kcqasu6 + .kcqasu6::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.kp4to31 .kcqasu6 + .kcqasu6::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;
}
.hzbt6kj .kcqasu6 + .kcqasu6::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.rf9ij .kcqasu6 { margin-bottom: 16px; }
.rf9ij .kcqasu6 + .kcqasu6 { margin-top: 0; }
.rf9ij .x8bzk { padding-top: 0; padding-bottom: 0; }
.wx6tly .kcqasu6 + .kcqasu6::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.fc7mbcu .kcqasu6 + .kcqasu6::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.rsvz .kcqasu6 + .kcqasu6::before,
.sk0s1 .kcqasu6 + .kcqasu6::before,
.jwh8mri .kcqasu6 + .kcqasu6::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%;
}
.hrdq6odw .rsvz .kcqasu6:nth-child(even)::before,
.hrdq6odw .sk0s1 .kcqasu6:nth-child(even)::before,
.hrdq6odw .jwh8mri .kcqasu6:nth-child(even)::before { background: var(--bg-surface); }
.g3bm0 .rsvz .kcqasu6:nth-child(even)::before,
.g3bm0 .sk0s1 .kcqasu6:nth-child(even)::before,
.g3bm0 .jwh8mri .kcqasu6:nth-child(even)::before { background: var(--bg-card); }
.rsvz .kcqasu6 + .kcqasu6::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");
}
.sk0s1 .kcqasu6 + .kcqasu6::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");
}
.jwh8mri .kcqasu6 + .kcqasu6::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");
}
.t6wjs73 .jxg1yni,
.u28bbg .jxg1yni,
.gb46chq .jxg1yni { overflow: hidden; }
.t6wjs73 .ixo84,
.u28bbg .ixo84 { margin-bottom: 60px; }
.gb46chq .ixo84 { margin-bottom: 70px; }
.t6wjs73 .jxg1yni::before,
.u28bbg .jxg1yni::before,
.gb46chq .jxg1yni::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%;
}
.t6wjs73 .jxg1yni::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");
}
.u28bbg .jxg1yni::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");
}
.gb46chq .jxg1yni::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");
}
.xhd2vbyb .jxg1yni:not(.iv7s3) .s13r { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.pjjud .jxg1yni:not(.iv7s3) .s13r { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.z5mj7ci  .jxg1yni:not(.iv7s3) .s13r { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.uqdztn  .jxg1yni:not(.iv7s3) .s13r { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.tkcb17g .iv7s3 { background: var(--accent); }
.tkcb17g .iv7s3 .s13r { background: none; }
.tkcb17g .tm26m9 { background: var(--accent); }
.tkcb17g .sv7ilzj { background: var(--accent-bg); }
.tkcb17g .jxg1yni:not(.iv7s3) .s13r { background: rgba(0,0,0,0.6); }
.ofws .iqqx { float: left; width: 38%; margin: 0 28px 16px 0; }
.ofws .iqqx .woobtg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ofws .x8bzk::after { content: ''; display: block; clear: both; }
.lckbv .iqqx { float: right; width: 38%; margin: 0 0 16px 28px; }
.lckbv .iqqx .woobtg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.lckbv .x8bzk::after { content: ''; display: block; clear: both; }
.kgtbwhol .kcqasu6:nth-child(odd)  .iqqx { float: left;  width: 38%; margin: 0 28px 16px 0; }
.kgtbwhol .kcqasu6:nth-child(even) .iqqx { float: right; width: 38%; margin: 0 0 16px 28px; }
.kgtbwhol .iqqx .woobtg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.kgtbwhol .x8bzk::after { content: ''; display: block; clear: both; }
.ofws .qaqc,
.ofws .crgb,
.lckbv .qaqc,
.lckbv .crgb,
.kgtbwhol .qaqc,
.kgtbwhol .crgb { clear: both; }
@media (max-width: 900px) {
  .ofws .iqqx,
  .lckbv .iqqx,
  .kgtbwhol .kcqasu6:nth-child(odd)  .iqqx,
  .kgtbwhol .kcqasu6:nth-child(even) .iqqx {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ofws .iqqx .woobtg,
  .lckbv .iqqx .woobtg,
  .kgtbwhol .iqqx .woobtg {
    max-height: none !important;
  }
}
.ofws .dfau4,
.ofws .ljaplu,
.lckbv .dfau4,
.lckbv .ljaplu,
.kgtbwhol .dfau4,
.kgtbwhol .ljaplu { overflow: hidden; }
@media (max-width: 640px) {
  .ofws .iqqx,
  .lckbv .iqqx,
  .kgtbwhol .iqqx { float: none; width: 100%; margin: 0 0 16px 0; }
}
.zwc1a6wi .un3z,
.zwc1a6wi .x8bzk,
.zwc1a6wi .fjdtkf  { max-width: 1100px; }
.as1fi3j .un3z,
.as1fi3j .x8bzk,
.as1fi3j .fjdtkf  { max-width: 1200px; }
.y9dtd7 .un3z,
.y9dtd7 .x8bzk,
.y9dtd7 .fjdtkf  { max-width: 1320px; }
.y9dtd7 { --content-mw: 1320px; }
.jaku { font-size: 0.82rem; color: var(--text-muted); }
.jrhh3 { display: flex; align-items: center; }
.lvcdnon {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.dnegrx { display: flex; align-items: center; }
.ceniulvn { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ceniulvn:hover { text-decoration: underline; }
.d0wfcuv { margin: 0 3px; opacity: 0.45; }
.d0wfcuv::before { content: '/'; }
.w8fsy { padding: 2px 5px; color: var(--text-main); }
.xs53eglz .jaku {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.xs53eglz .jrhh3 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.o2rg7ci .jaku {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.o2rg7ci .jrhh3 { padding: 0 0 0 12px; }
.sbtftv1m .jrhh3 { padding: 0 16px; }
.sbtftv1m .jaku {
  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);
}
.sbtftv1m .un3z { padding-top: 28px; }
@media (max-width: 720px) {
  .bt7w { margin-top: 18px; padding: 0 16px; }
  .sbtftv1m .un3z { padding-top: 16px; }
}
.zwc1a6wi.xs53eglz .jrhh3 { max-width: 1100px; }
.as1fi3j.xs53eglz .jrhh3 { max-width: 1200px; }
.y9dtd7.xs53eglz .jrhh3 { max-width: 1320px; }
.y9dtd7 .bt7w { max-width: 1320px; }
.bt0df .kcqasu6 { padding-top: 16px; padding-bottom: 16px; }
.edxippu .kcqasu6 { padding-top: 24px; padding-bottom: 24px; }
.q87rf .kcqasu6 { padding-top: 40px; padding-bottom: 40px; }
.au7b .kcqasu6 { padding-top: 52px; padding-bottom: 52px; }
.prpw1 .kcqasu6:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.prpw1 .kcqasu6:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.prpw1 .kcqasu6:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.prpw1 .kcqasu6:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.d1vhxty8 .x8bzk { padding-top: 10px;  padding-bottom: 10px; }
.oz9h1 .x8bzk { padding-top: 18px;  padding-bottom: 18px; }
.lbtcz66 .x8bzk { padding-top: 36px;  padding-bottom: 36px; }
.nmes68 .x8bzk { padding-top: 48px;  padding-bottom: 48px; }
.hszaxb3 h2.bpmpt { font-weight: 600; }
.hszaxb3 h3.tnshis     { font-weight: 600; }
.acr7oic6 h2.bpmpt { font-weight: 800; }
.acr7oic6 h3.tnshis     { font-weight: 700; }
.sfkstoss { font-weight: 600; }
.sfkstoss h2.bpmpt { font-weight: 900; }
.sfkstoss h3.tnshis     { font-weight: 800; }
.sfkstoss .n37f6 strong,
.sfkstoss .n37f6 strong { font-weight: 600; }
.xwr0i {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.xbvj .xwr0i { display: none; }
@media (max-width: 640px) {
  .xwr0i { display: none !important; }
}
.xwr0i { background: var(--cta) !important; color: #fff !important; border: none !important; }
.xwr0i:hover { opacity: 0.85; }
.eed7 .xwr0i { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.sxfn1 .smc13v { right: 32px; }
@media (max-width: 480px) {
  .sxfn1 .smc13v { right: 20px; bottom: 20px; }
  .d4q1mwy  .smc13v { left: 20px; bottom: 20px; }
}
.vq7njyor { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.fjdtkf { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.jljvx { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.f5wrb5uq { color: var(--text-dim); font-size: 0.8rem; }
.f8rw8 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.f8rw8 img { height: 26px; width: auto; object-fit: contain; }
.ouy27 .fjdtkf { text-align: center; }
.ouy27 .jljvx { margin-top: 0; }
@media (max-width: 640px) {
  .fjdtkf { padding-left: 16px; padding-right: 16px; }
  .p2a4s68i .fjdtkf { padding: 20px 16px; }
  .losk { gap: 4px 12px; }
  .jljvx { font-size: 0.78rem; }
}
.cwdto .tkaiw7dt .f8rw8 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.cwdto .jljvx { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.cwdto .f5wrb5uq { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .cwdto .dd7it { grid-template-columns: 1fr 1fr; } .cwdto .tkaiw7dt { grid-column: 1 / -1; } }
@media (max-width: 480px) { .cwdto .dd7it { grid-template-columns: 1fr; } }
.lvjne85f .ns857l { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.lvjne85f .f8rw8 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.lvjne85f .nzkmj { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.lvjne85f .nzkmj a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.lvjne85f .nzkmj a:hover { color: var(--accent-light); }
.o921j4m { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.lvjne85f .tb7bx { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.lvjne85f .i8s6 { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.lvjne85f .i8s6 a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.lvjne85f .i8s6 a:hover { color: var(--accent-light); }
.lvjne85f .jljvx { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .lvjne85f .ns857l { gap: 12px; } .lvjne85f .f8rw8 { margin-right: 0; width: 100%; } }
.hun6 .btng .f8rw8 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.hun6 .jljvx { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.hun6 .f5wrb5uq { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .hun6 .riqr1 { grid-template-columns: 1fr 1fr; } .hun6 .btng { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hun6 .riqr1 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .agj2fi .yapm9vfg { grid-template-columns: 1fr 1fr; } .agj2fi .u738v:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .agj2fi .yapm9vfg { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .xhke .yapm9vfg { grid-template-columns: 1fr; } }
.j6f2l21 .fjdtkf { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.vt5c .y2vi      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.vt5c .vq7njyor { background: var(--bg-page); border-top-color: var(--border-alt); }
.tii9sb18 .y2vi      { background: #0d1117; border-bottom-color: #21262d; }
.tii9sb18 .srj7 { color: var(--accent-light); }
.tii9sb18 .wssiz { --msep-color: #8b949e; }
.tii9sb18 .wssiz a { color: #8b949e; }
.tii9sb18 .wssiz a:hover { color: var(--accent-light); }
.tii9sb18 .vbagp { color: #8b949e; }
.tii9sb18 .vq7njyor { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.tii9sb18 .jljvx,
.tii9sb18 .f5wrb5uq { color: #6e7681; }
.tii9sb18 .v804k a, .tii9sb18 .nzkmj a,
.tii9sb18 .i8s6 a { color: #8b949e; }
.tii9sb18 .f8rw8 { color: #e6edf3; }
.tii9sb18 .v804k a:hover, .tii9sb18 .nzkmj a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .tii9sb18 .wssiz { background: #0d1117; border-top-color: #21262d; }
  .tii9sb18 .wssiz li a { border-bottom-color: #21262d; }
}
.ix39 .y2vi      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ix39 .srj7 { color: var(--accent-light); }
.ix39 .wssiz { --msep-color: #475569; }
.ix39 .wssiz a { color: #475569; }
.ix39 .wssiz a:hover { color: var(--accent-light); }
.ix39 .vbagp { color: #64748b; }
.ix39 .vq7njyor { background: #f0f4f8; border-top-color: #cbd5e1; }
.ix39 .jljvx,
.ix39 .f5wrb5uq { color: #64748b; }
.ix39 .v804k a, .ix39 .nzkmj a,
.ix39 .i8s6 a, .ix39 .f8rw8 { color: #374151; }
.ix39 .v804k a:hover, .ix39 .nzkmj a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .ix39 .wssiz { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ix39 .wssiz li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.xlfsgm79 .y2vi      { background: var(--accent); border-bottom-color: var(--accent-light); }
.xlfsgm79 .srj7 { color: #fff; }
.xlfsgm79 .wssiz { --msep-color: rgba(255,255,255,0.82); }
.xlfsgm79 .wssiz a { color: rgba(255,255,255,0.82); }
.xlfsgm79 .wssiz a:hover { color: #fff; }
.xlfsgm79 .vbagp { color: rgba(255,255,255,0.9); }
.xlfsgm79 .ojxf a { color: var(--text-primary) !important; }
.xlfsgm79 .ojxf a:hover { color: var(--accent-light) !important; }
.xlfsgm79 .vq7njyor { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.xlfsgm79 .jljvx,
.xlfsgm79 .f5wrb5uq { color: rgba(255,255,255,0.72); }
.xlfsgm79 .yix3usay a, .xlfsgm79 .losk a,
.xlfsgm79 .v804k a, .xlfsgm79 .nzkmj a,
.xlfsgm79 .i8s6 a, .xlfsgm79 .f8rw8 { color: #fff; }
.xlfsgm79 .ak30cou, .xlfsgm79 .vz789z0x { color: rgba(255,255,255,0.7); }
.xlfsgm79 .yix3usay a:hover, .xlfsgm79 .losk a:hover,
.xlfsgm79 .v804k a:hover, .xlfsgm79 .nzkmj a:hover { color: #fff; }
@media (max-width: 640px) {
  .xlfsgm79 .wssiz { background: var(--accent); border-top-color: var(--accent-light); }
  .xlfsgm79 .wssiz li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.a46nbs .y2vi {
  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);
}
.a46nbs .vq7njyor {
  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) {
  .a46nbs .wssiz {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.v8qel .ckz7d6 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.tcwxmn4x .ckz7d6 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.t179i .ckz7d6 { min-height: 72px; height: auto; }
.s7b89wz .ckz7d6 { min-height: 84px; height: auto; }
.p2a4s68i .ckz7d6 { max-width: none; padding: 0 32px; }
.p2a4s68i .fjdtkf  { max-width: none; padding: 24px 32px; }
.w0uu.as1fi3j .ckz7d6 { max-width: 1200px; }
.w0uu.y9dtd7 .ckz7d6 { max-width: 1320px; }
.dkl27   .srj7, .dkl27   .f8rw8 { text-transform: capitalize; }
.iyvhlx .srj7, .iyvhlx .f8rw8 { text-transform: lowercase; }
.klpb .srj7, .klpb .f8rw8 { text-transform: uppercase; letter-spacing: 0.06em; }
.jwu706ct, .lycy515 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ouo0nl .jwu706ct,
.ouo0nl .lycy515 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.lrn50 .jwu706ct,
.lrn50 .lycy515 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.dnc1 .jwu706ct,
.dnc1 .lycy515 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.k5un .jwu706ct,
.k5un .lycy515 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.pmhw   .wssiz a { font-weight: 500; }
.d67ve7j .wssiz a { font-weight: 600; }
.vxslvcc     .wssiz a { font-weight: 700; }
.tl7n1pv    .wssiz a { font-weight: 800; letter-spacing: 0.01em; }
.xubjsqp1     .wssiz > li + li::before,
.bwkwk    .wssiz > li + li::before,
.j8d7    .wssiz > li + li::before,
.nxxyln4 .wssiz > li + li::before,
.wqnqdger .wssiz > li + li::before,
.hsmhkv  .wssiz > li + li::before,
.ihev    .wssiz > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.xubjsqp1     .wssiz > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.bwkwk    .wssiz > li + li::before { content: "|"; }
.j8d7    .wssiz > li + li::before { content: "—"; }
.nxxyln4 .wssiz > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.wqnqdger .wssiz > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.hsmhkv  .wssiz > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.ihev    .wssiz > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .vh7bdfor .vbagp,
  .ia03 .vbagp,
  .s8dq .vbagp,
  .j8qay .vbagp,
  .dfg4kfb .vbagp {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .vh7bdfor .vbagp::before,
  .ia03 .vbagp::before,
  .s8dq .vbagp::before,
  .j8qay .vbagp::before,
  .dfg4kfb .vbagp::before { content: ""; display: block; flex-shrink: 0; }

  
  .vh7bdfor .vbagp::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;
  }

  
  .ia03 .vbagp::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;
  }

  
  .s8dq .vbagp::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;
  }

  
  .j8qay .vbagp::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;
  }

  
  .dfg4kfb .vbagp::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) {
  .rr4obqem .vbagp {
    padding: 5px 14px;
  }
  .rr4obqem .wssiz {
    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;
  }
  .rr4obqem .wssiz li a {
    border-bottom: none; padding: 10px 22px;
  }
  .rr4obqem .wssiz li a:hover { background: var(--bg-raised); }
  .rr4obqem .h5iw5,
  .k1b9ya .h5iw5,
  .cqyaz .h5iw5 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .mcn0a1 .vbagp {
    padding: 5px 10px;
  }
  .mcn0a1 .wssiz {
    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);
  }
  .mcn0a1 .wssiz.cj4sbb { transform: translateX(0); }
  .mcn0a1 .wssiz li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .mcn0a1 .wssiz li:last-child a { border-bottom: none; }
  .xlfsgm79 .wssiz,
  .tii9sb18 .wssiz { background: var(--accent) !important; }
  .xlfsgm79 .wssiz li a,
  .tii9sb18 .wssiz li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .cqyaz .vbagp {
    padding: 5px 10px;
  }
  .cqyaz .wssiz {
    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);
  }
  .cqyaz .wssiz::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .cqyaz .wssiz.cj4sbb { transform: translateY(0); }
  .cqyaz .wssiz li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .vfsh .vbagp {
    padding: 5px 10px;
  }
  .vfsh .wssiz {
    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;
  }
  .vfsh .wssiz.cj4sbb { opacity: 1; pointer-events: auto; }
  .vfsh .wssiz li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .kxod     .vbagp { border-radius: 0 !important; }
  .igriu   .vbagp { border-radius: 8px !important; }
  .x3ltm .vbagp { border-radius: 50% !important; }
  .pw2n38   .vbagp { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .nqar .g93ehh5 { flex-direction: column; align-items: stretch; }
  .nqar .iq9a6ik5 { flex-direction: row; min-width: auto; }
  .nqar .qltj { align-items: flex-start; text-align: left; }
}
.n0r6,
.n0r6.kcqasu6,
.hrdq6odw .n0r6,
.w3fh .n0r6,
.g3bm0 .n0r6,
.icw6ey .n0r6 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.m2f8rv7q {
  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;
}
.qg45q { flex: 1 1 280px; min-width: 0; }
.k3b09 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.wyz15c {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.npuhoce6 {
  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;
}
.npuhoce6:hover { transform: translateY(-1px); opacity: 0.95; }
.ud2k .m2f8rv7q {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.ud2k .k3b09 { color: var(--cta); }
.ud2k .wyz15c { color: var(--text-body); }
.ud2k .npuhoce6 {
  background: var(--cta) !important;
  color: #fff !important;
}
.ghs5 .m2f8rv7q {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.ghs5 .k3b09 { color: var(--text-primary); }
.ghs5 .wyz15c { color: var(--text-body); }
.ghs5 .npuhoce6 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .m2f8rv7q {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .qg45q { flex: 0 0 auto; }
  .k3b09 { font-size: 1.2rem; }
  .npuhoce6 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.ex2dk .nk61 { height: 36px; }
.ldccd .nk61 { height: 60px; max-width: 200px; }
.gduwxzf .nk61 { height: 56px; max-width: 180px; }
.c92zc4    .wge2c, .c92zc4    .ovx2nt19 { color: #f59e0b; }
.dhg0bwb      .wge2c { font-size: 1rem; letter-spacing: 1.5px; }
.dhg0bwb      .ovx2nt19   { font-size: 1.35rem; }
.szm0x2r9    .wge2c, .szm0x2r9    .ovx2nt19 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.wkyht     .wge2c, .wkyht     .ovx2nt19 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.qcnteww .wge2c, .qcnteww .ovx2nt19 { color: var(--cta); letter-spacing: 2px; }
.raet6m6   .wge2c, .raet6m6   .ovx2nt19 { color: #e91e63; letter-spacing: 2px; }
.s5mm  .wge2c, .s5mm  .ovx2nt19 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.yvo5     .wge2c, .yvo5     .ovx2nt19 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.qsszcyu7 .d6u0o9 + .d6u0o9 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.g74x1y4p .jnzjq6rc { padding: 18px 24px; min-height: 68px; }
.x10m .bqzz {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.x10m .oh3pvr {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.ow4wn5 .d6u0o9 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.crgb { counter-reset: cs-rank; }
.crgb .jnzjq6rc { counter-increment: cs-rank; }
.crgb .jnzjq6rc::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;
}
.vr5wtw .crgb { counter-reset: cs-rank; gap: 0; }
.vr5wtw .jnzjq6rc {
  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;
}
.vr5wtw .jnzjq6rc::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;
}
.vr5wtw .qizcr {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.vr5wtw .y7kvoz0v {
  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;
}
.vr5wtw .p20maa1 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.vr5wtw .qizcr { min-width: 0; flex-direction: column; width: 100%; }
.vr5wtw .ajzmx {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.vr5wtw .wge2c { color: var(--cta, var(--accent)); }
.vr5wtw .rz09smvs { font-weight: 700; }
.vr5wtw .d6u0o9 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.vr5wtw .bqzz {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.vr5wtw .oh3pvr {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.vr5wtw .bkqy .oh3pvr { font-size: 1.3rem; color: var(--accent-light); }
.vr5wtw .r2cks {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.vr5wtw .jnzjq6rc:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .vr5wtw .crgb {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .vr5wtw .jnzjq6rc {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .vr5wtw .jnzjq6rc { padding: 40px 16px 20px; }
  .vr5wtw .d6u0o9 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .vr5wtw .r2cks { width: 100%; min-width: 0; }
}
.ryp8rq .crgb { counter-reset: cs-rank; gap: 10px; }
.ryp8rq .jnzjq6rc {
  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);
}
.ryp8rq .jnzjq6rc::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);
}
.ryp8rq .qizcr {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.ryp8rq .y7kvoz0v {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.ryp8rq .p20maa1 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.ryp8rq .ajzmx {
  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;
}
.ryp8rq .wge2c { color: var(--cta, var(--accent)); }
.ryp8rq .d6u0o9 {
  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;
}
.ryp8rq .bqzz {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.ryp8rq .oh3pvr { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.ryp8rq .bkqy .oh3pvr { color: var(--accent-light); }
.ryp8rq .r2cks {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.ryp8rq .jnzjq6rc:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .ryp8rq .jnzjq6rc {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .ryp8rq .jnzjq6rc::before {
    position: absolute; top: 14px; left: 14px;
  }
  .ryp8rq .qizcr {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .ryp8rq .ajzmx { white-space: normal; text-align: center; font-size: 1.2rem; }
  .ryp8rq .d6u0o9 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .ryp8rq .r2cks { width: 100%; min-width: 0; }
  .ryp8rq .wge2c { min-width: 0; }
}
.pbx8rx .jnzjq6rc::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.bexnacp9 .p1c8j {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.bexnacp9 .p1c8j summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.bexnacp9 .p1c8j p { padding: 0 2px 16px; }
.e7vla .p1c8j { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.e7vla .p1c8j summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.e7vla .p1c8j summary::after { content: "›"; font-size: 1.2em; }
.e7vla .p1c8j[open] summary::after { content: "‹"; }
.e7vla .p1c8j p { padding: 10px 22px 4px; }
.asxa .p1c8j {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.asxa .p1c8j summary { color: var(--text-primary); padding-left: 16px; }
.asxa .p1c8j summary::after { content: "›"; font-size: 1.1em; }
.asxa .p1c8j[open] summary::after { content: "‹"; }
.asxa .p1c8j p { padding-left: 16px; }
.w7se9t .i7uzgz { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.w7se9t .p1c8j {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.w7se9t .p1c8j:last-child { border-bottom: none; }
.w7se9t .p1c8j summary { color: var(--text-primary); border-radius: 0; }
.w7se9t .p1c8j summary::after { content: "›"; font-size: 1.1em; }
.w7se9t .p1c8j[open] summary::after { content: "‹"; }
.cfji3q5 .p1c8j { overflow: hidden; }
.cfji3q5 .p1c8j summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.cfji3q5 .p1c8j summary::after { color: rgba(255,255,255,.75); }
.cfji3q5 .p1c8j[open] summary { border-radius: 0; }
.zcv7lf { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.wrug {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.agoswc {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.ivnv9y4 { color: var(--text-muted); font-size: 1.05rem; }
.lkp8hk9 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.mpdl { margin-bottom: 20px; }
.p7jfgnc {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.caqu0s {
  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;
}
.caqu0s:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.ee38k { resize: vertical; min-height: 130px; }
.zbzj { width: 100%; margin-top: 8px; }
.iwy2w3 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.s7zrzonk {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.fguuwy { color: var(--text-muted); line-height: 1.75; }
.xk56 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.xk56 li { margin-bottom: 6px; }
.vxjcv { max-width: 760px; margin: 0 auto; }
.zpm3vb { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.qas1rs { max-width: 760px; margin: 0 auto; }
.yhpt6 ul.xk56 { margin: 0; }
@media (max-width: 640px) { .b9ov70t8 { grid-template-columns: 1fr; gap: 10px; } }
.vmp2ah { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.lnw6app5 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.dw4f9uxa { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.lnw6app5 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.lnw6app5 .xk56 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .vmp2ah { grid-template-columns: 1fr; } }
.i64el708 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.i64el708:hover .kei74xj2 { color: var(--accent-light); text-decoration: underline; }
.x62ruhfv { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.otrekjp { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.otrekjp:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.r7zyit { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.otrekjp p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.otrekjp ul.xk56 { margin: 0; }
.kw0v { color: var(--text-muted); line-height: 1.75; }
.tud0pna .xk56,
.ncfh3 .xk56,
.wugp7 .xk56,
.f9tzf .xk56 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.tud0pna .otrekjp,
.ncfh3 .otrekjp { text-align: left; }
.tud0pna .r7zyit,
.ncfh3 .r7zyit { text-align: center; }
.iz3a { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.njqub0ou { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.r9699rg { font-size: 1.1rem; }
.smveal { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.sny8s3j { margin-top: 12px; }
.ura8u { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.ura8u:hover { border-bottom-color: var(--accent-light); }
.ppunb7w { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.ppunb7w img { width: 100%; height: 100%; object-fit: cover; display: block; }
.k9s9pn { width: 260px; height: 260px; }
.rq42g { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.pppg { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.cck1 { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.cck1::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .y11hbsf { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.dxdh .smveal, .dxdh .njqub0ou { max-width: 640px; }
.uro2uof { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.ctl6k4b { position: sticky; top: 96px; align-self: start; }
.ctl6k4b .iz3a { font-size: 1.6rem; margin-top: 18px; }
.ova3b .smveal { margin-bottom: 28px; }
@media (max-width: 860px) { .uro2uof { grid-template-columns: 1fr; } .ctl6k4b { position: static; text-align: center; } }
.angg .ppunb7w { margin: 0 auto 18px; }
.angg .pppg { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .xjlr9t { grid-template-columns: 1fr; } }
.v339542 .iz3a { font-size: 1.6rem; margin-bottom: 6px; }
.f9tzf .xk56 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .v339542 { flex-direction: column; text-align: center; } .u4f58afl { grid-template-columns: 1fr; } }
.cx12 .iz3a { font-size: 1.35rem; margin: 0 0 4px; }
.cx12 .pppg { margin: 0; }
.xl945a3 {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.xl945a3 .agoswc { color: var(--accent-light); }
.r4ygod .agoswc { font-size: 2rem; }
.r4ygod .ivnv9y4 { max-width: 680px; }
.zwzgn .agoswc { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.zwzgn .ivnv9y4  { margin: 0; }
@media (max-width: 640px) { .zwzgn { flex-direction: column; } }
.zhu8ke37 .agoswc { color: var(--accent-light); }
.gxhg6 .agoswc { color: #fff; }
.gxhg6 .ivnv9y4  { color: rgba(255,255,255,0.85); }
.i8fn3 { max-width: 680px; margin: 0 auto; }
.takpj {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .takpj { grid-template-columns: 1fr; } }
.nup61 { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.nup61 .caqu0s {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.nup61 .caqu0s:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.d5ygblv .caqu0s { background: var(--bg-raised); border-color: transparent; }
.d5ygblv .caqu0s:focus { background: var(--bg-card); border-color: var(--accent-light); }
.hmp2vx .caqu0s { border-radius: 100px; padding: 11px 20px; }
.hmp2vx .ee38k { border-radius: 14px; }
.wuzzpdg {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.wuzzpdg summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.wuzzpdg summary::-webkit-details-marker { display: none; }
.wuzzpdg summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.wuzzpdg[open] summary::after { content: "−"; }
.w5db1xl {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.o8dyxo {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .o8dyxo { grid-template-columns: 1fr; } }
.ror657g9 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.ror657g9 h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.ror657g9 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.c37d86l3 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.c37d86l3 li { margin-bottom: 6px; }
.x8xq87w{display:none}
.x8xq87w:empty,.r2w76ycq:empty{display:none}
.h7yw3ie{position:relative;overflow:visible}
.dlu7 .v6yhg0il,.e8m5 .v6yhg0il,
.f9qa .v6yhg0il,.ogyhlaru .v6yhg0il,
.vpnql .v6yhg0il,.qndq .v6yhg0il{display:block}
.n2y900n .dqi3{display:block}
.dlu7 .v6yhg0il,.e8m5 .v6yhg0il,
.f9qa .v6yhg0il,.ogyhlaru .v6yhg0il,
.vpnql .v6yhg0il{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}
.dlu7 .v6yhg0il .r2w76ycq,.e8m5 .v6yhg0il .r2w76ycq,
.f9qa .v6yhg0il .r2w76ycq,.ogyhlaru .v6yhg0il .r2w76ycq,
.vpnql .v6yhg0il .r2w76ycq{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}
.dlu7 .u4w02pz,.e8m5 .u4w02pz,
.f9qa .u4w02pz,.ogyhlaru .u4w02pz,
.vpnql .u4w02pz{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.dlu7 .v6yhg0il,.e8m5 .v6yhg0il{top:12px}
.dlu7 .v6yhg0il .r2w76ycq{margin-right:auto}
.e8m5 .v6yhg0il .r2w76ycq{margin-left:auto}
.e8m5 .v6yhg0il{text-align:right}
.f9qa .v6yhg0il,.ogyhlaru .v6yhg0il{bottom:12px}
.f9qa .v6yhg0il .r2w76ycq{margin-right:auto}
.ogyhlaru .v6yhg0il .r2w76ycq{margin-left:auto}
.ogyhlaru .v6yhg0il{text-align:right}
.vpnql .v6yhg0il{position:relative;margin-top:16px}
.vpnql .v6yhg0il .r2w76ycq{margin:0 auto}
.qndq .v6yhg0il{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.qndq .v6yhg0il .r2w76ycq{margin:0}
.qndq .sv7ilzj~.v6yhg0il,
.qndq .yztq~.v6yhg0il{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.qndq .sv7ilzj~.v6yhg0il .r2w76ycq,
.qndq .yztq~.v6yhg0il .r2w76ycq{justify-content:flex-start}
.sv7ilzj~.v6yhg0il,.yztq~.v6yhg0il{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}
.sv7ilzj~.v6yhg0il .r2w76ycq{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.yztq~.v6yhg0il .r2w76ycq{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.dqi3 .r2w76ycq{margin:0 0 12px}
.r2w76ycq{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.nnnt9z{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.kei74xj2{font-weight:600;color:var(--text-heading);opacity:1}
.h8hga::before{content:"·";margin:0 2px;opacity:.5}
.u4w02pz{white-space:nowrap}
.bj4uace .nnnt9z{display:none}
.lmo9 .u4w02pz{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.lmo9 .h8hga::before{content:""}
.bb4a .u4w02pz{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}
.bb4a .h8hga::before{content:""}
.ed94 .r2w76ycq{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.p8y2bmt .u4w02pz{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.p8y2bmt .h8hga::before{content:""}
.o1c87zl .u4w02pz{color: var(--accent-light);opacity:1;font-weight:500}
.n6np .u4w02pz{border-bottom:1px solid currentColor;padding-bottom:2px}
.bl5ej .r2w76ycq{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.l6c8{--date-bg:var(--accent-bg-light)}
.hp9k .h8hga::before{content:""}
.yswo8qq .h8hga::before{content:"•";opacity:.4}
.yswo8qq .u4w02pz + .u4w02pz::before{content:"•";margin-right:6px;opacity:.4}
.hxk28 .h8hga::before{content:"/";opacity:.35}
.hxk28 .u4w02pz + .u4w02pz::before{content:"/";margin-right:6px;opacity:.35}
.xih3yu2e .h8hga::before{content:"|";opacity:.3}
.xih3yu2e .u4w02pz + .u4w02pz::before{content:"|";margin-right:6px;opacity:.3}
.sr7z32 .h8hga::before{content:"—";opacity:.3}
.sr7z32 .u4w02pz + .u4w02pz::before{content:"—";margin-right:6px;opacity:.3}
.yk0f0gfp .h8hga::before{content:"◆";font-size:.5em;opacity:.35}
.yk0f0gfp .u4w02pz + .u4w02pz::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.jjphgxa2 .h8hga::before{content:"·";opacity:.4}
.jjphgxa2 .u4w02pz + .u4w02pz::before{content:"·";margin-right:6px;opacity:.4}
.c10fjr04 .h8hga::before{content:"›";opacity:.4}
.c10fjr04 .u4w02pz + .u4w02pz::before{content:"›";margin-right:6px;opacity:.4}
.e1mk9k1 .h8hga::before{content:"→";opacity:.35;font-size:.85em}
.e1mk9k1 .u4w02pz + .u4w02pz::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.jcs4o .l83sia0{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .l83sia0{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .hgp03{max-width:100%}
}
.h16be .kzhcwe61{margin:0}
@media (max-width:560px){
  .b1ybf6z{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) {
  .xtdl { padding: 28px 18px 20px; }
  .ndkl { font-size: 1.2rem; }
  .bfs9 { max-width: 220px; max-height: 80px; }
}
.xo7x38d {
  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);
}
.i7d7s {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.oqdv2  .xo7x38d { border-radius: 50%; }
.fru4gmm5  .xo7x38d { border-radius: 6px; }
.eluu .xo7x38d { border-radius: 22px; }
.k3bsu58 .m2f8rv7q {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .xo7x38d { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.aq3je .kcqasu6 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.aq3je .x8bzk {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.aq3je .m2f8rv7q {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.hcx70de {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.hcx70de.nd1cp { transform: translate(-50%, 0); }
.hcx70de .kcqasu6,
.hcx70de .x8bzk {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.hcx70de .m2f8rv7q {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.yspnx3d {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.yspnx3d::before,
.yspnx3d::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.yspnx3d::before { transform: translate(-50%, -50%) rotate(45deg); }
.yspnx3d::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.yspnx3d:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .hcx70de { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .hcx70de .m2f8rv7q {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .hcx70de .wyz15c { display: none !important; }
  .hcx70de .k3b09 { font-size: 1.1rem !important; }
  .hcx70de .xo7x38d { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .yspnx3d { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .ckz7d6 { flex-direction: row-reverse; }
[dir="rtl"] .wssiz { flex-direction: row-reverse; }
[dir="rtl"] .sxfn1 .smc13v { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .sxfn1 .smc13v { right: auto; left: 20px; }
  [dir="rtl"] .d4q1mwy  .smc13v { left: auto;  right: 20px; }
}
[dir="rtl"] .ofws .iqqx  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .lckbv .iqqx { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .dfau4, [dir="rtl"] .ljaplu { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ggniev { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .azdptzf { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .n37f6 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .m2f8rv7q { direction: rtl; }
[dir="rtl"] .xo7x38d { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .jnzjq6rc,
[dir="rtl"] .jaku { direction: rtl; }
[dir="rtl"] .m8j9b6 { direction: rtl; }
[dir="rtl"] .e3fzap { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .vyuwxn .ljaplu,
[dir="rtl"] .pk8lxzp .ljaplu,
[dir="rtl"] .ly49e .ljaplu,
[dir="rtl"] .f5s0w1hx .ljaplu {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .vyuwxn .ljaplu li::before,
[dir="rtl"] .pk8lxzp .ljaplu li::before,
[dir="rtl"] .ly49e .ljaplu li::before,
[dir="rtl"] .f5s0w1hx .ljaplu li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .jxg1yni.p60m5 .ixo84,
[dir="rtl"] .zvgzmj.p60m5 .ixo84,
[dir="rtl"] .iv7s3.p60m5 .ixo84,
[dir="rtl"] .imhadh6x.p60m5 .ixo84,
[dir="rtl"] .hdfi.p60m5 .ixo84 { text-align: right; }
[dir="rtl"] .sv7ilzj.p60m5 .i02rnti { align-items: flex-end; text-align: right; }
[dir="rtl"] .x8bzk,
[dir="rtl"] .maojdh0,
[dir="rtl"] .grf0gge,
[dir="rtl"] .ixo84 { text-align: right; }
[dir="rtl"] .lkp8hk9,
[dir="rtl"] .p7jfgnc,
[dir="rtl"] .smveal,
[dir="rtl"] .caqu0s,
[dir="rtl"] .ee38k { text-align: right; direction: rtl; }
[dir="rtl"] .hmp2vx .caqu0s,
[dir="rtl"] .nup61 .caqu0s { padding-right: 20px; padding-left: 20px; }
.xla3mkwv .crgb,
.wg38sxb .crgb,
.y1p9qq .crgb { gap: 0; }
.ztz8ji .crgb { gap: 14px; }
.xla3mkwv .jnzjq6rc,
.wg38sxb .jnzjq6rc,
.ztz8ji .jnzjq6rc,
.y1p9qq .jnzjq6rc {
  
  grid-template-columns: auto 260px minmax(0, 1fr) auto auto;
  gap: 20px;
  padding: 22px 26px;
  align-items: center;
  
  grid-auto-flow: dense;
}
.xla3mkwv .jnzjq6rc,
.wg38sxb .jnzjq6rc,
.y1p9qq .jnzjq6rc {
  background: var(--bg-card);
  border: none; border-radius: 0;
}
.xla3mkwv .jnzjq6rc:nth-child(even),
.y1p9qq .jnzjq6rc:nth-child(even) { background: var(--accent-bg); }
.wg38sxb .jnzjq6rc + .jnzjq6rc { border-top: 1px solid var(--border-alt); }
.ztz8ji .jnzjq6rc {
  border: 1px solid var(--border-alt); border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.xla3mkwv .jnzjq6rc:hover,
.wg38sxb .jnzjq6rc:hover,
.y1p9qq .jnzjq6rc:hover { background: var(--bg-hover); }
.xla3mkwv .jnzjq6rc::before,
.wg38sxb .jnzjq6rc::before,
.ztz8ji .jnzjq6rc::before,
.y1p9qq .jnzjq6rc::before {
  width: 40px; min-width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--accent-bg); color: var(--accent);
  font-size: 1.15rem; font-weight: 700;
}
.y1p9qq .jnzjq6rc::before {
  background: var(--accent); color: var(--cta-fg, #fff);
}
.xla3mkwv .qizcr,
.wg38sxb .qizcr,
.ztz8ji .qizcr,
.y1p9qq .qizcr {
  grid-column: 2;
  flex-direction: row; align-items: center; justify-content: flex-start;
  width: auto; gap: 16px; text-align: left;
}
.xla3mkwv .y7kvoz0v,
.wg38sxb .y7kvoz0v,
.ztz8ji .y7kvoz0v,
.y1p9qq .y7kvoz0v {
  width: 78px; height: 78px; padding: 0;
  border-radius: 50%; overflow: hidden; flex-shrink: 0;
}
.xla3mkwv .p20maa1,
.wg38sxb .p20maa1,
.ztz8ji .p20maa1,
.y1p9qq .p20maa1 {
  width: 100%; height: 100%; max-width: none; max-height: none;
  object-fit: cover;
}
.xla3mkwv .ajzmx,
.wg38sxb .ajzmx,
.ztz8ji .ajzmx,
.y1p9qq .ajzmx {
  font-size: 1.3rem; font-weight: 700; color: var(--accent);
  text-align: left;
}
.y1p9qq .ajzmx { font-size: 1.45rem; font-weight: 800; }
.xla3mkwv .x6y4negt,
.wg38sxb .x6y4negt,
.ztz8ji .x6y4negt,
.y1p9qq .x6y4negt {
  grid-column: 3; display: block;
  justify-self: center; width: min(100%, 340px);
}
.xla3mkwv .x6y4negt .bkqy,
.wg38sxb .x6y4negt .bkqy,
.ztz8ji .x6y4negt .bkqy,
.y1p9qq .x6y4negt .bkqy {
  background: var(--accent-bg);
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  flex-direction: row; justify-content: center;
}
.xla3mkwv .x6y4negt .bkqy .bqzz,
.wg38sxb .x6y4negt .bkqy .bqzz,
.ztz8ji .x6y4negt .bkqy .bqzz,
.y1p9qq .x6y4negt .bkqy .bqzz { display: none; }
.xla3mkwv .x6y4negt .bkqy .oh3pvr::before,
.wg38sxb .x6y4negt .bkqy .oh3pvr::before,
.ztz8ji .x6y4negt .bkqy .oh3pvr::before,
.y1p9qq .x6y4negt .bkqy .oh3pvr::before { content: "\1F381\00a0"; }
.xla3mkwv .x6y4negt .bkqy .oh3pvr,
.wg38sxb .x6y4negt .bkqy .oh3pvr,
.ztz8ji .x6y4negt .bkqy .oh3pvr,
.y1p9qq .x6y4negt .bkqy .oh3pvr {
  font-size: 1.05rem; font-weight: 700; color: var(--text-primary);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.xla3mkwv .x6y4negt .c3s2,
.wg38sxb .x6y4negt .c3s2,
.ztz8ji .x6y4negt .c3s2,
.y1p9qq .x6y4negt .c3s2 { display: none; }
.xla3mkwv .innx,
.wg38sxb .innx,
.ztz8ji .innx,
.y1p9qq .innx {
  grid-column: 4; min-width: 120px; width: auto;
}
.xla3mkwv .wge2c,
.wg38sxb .wge2c,
.ztz8ji .wge2c,
.y1p9qq .wge2c { display: block; font-size: 1.25rem; letter-spacing: 2px; }
.xla3mkwv .rz09smvs,
.wg38sxb .rz09smvs,
.ztz8ji .rz09smvs,
.y1p9qq .rz09smvs { display: none; }
.xla3mkwv .r2cks.se2l,
.wg38sxb .r2cks.se2l,
.ztz8ji .r2cks.se2l,
.y1p9qq .r2cks.se2l {
  grid-column: 5;
  min-width: 190px;
  border-radius: 999px;
  padding: 17px 34px !important;
  font-size: 1.05rem !important; font-weight: 700;
}
.y1p9qq .r2cks.se2l { box-shadow: 0 4px 16px color-mix(in srgb, var(--cta) 45%, transparent); }
@media (max-width: 1080px) {
  .xla3mkwv .jnzjq6rc,
  .wg38sxb .jnzjq6rc,
  .ztz8ji .jnzjq6rc,
  .y1p9qq .jnzjq6rc {
    grid-template-columns: auto 220px minmax(0, 1fr) auto;
    gap: 16px; padding: 18px;
  }
  .xla3mkwv .innx,
  .wg38sxb .innx,
  .ztz8ji .innx,
  .y1p9qq .innx { display: none; }
  .xla3mkwv .r2cks.se2l,
  .wg38sxb .r2cks.se2l,
  .ztz8ji .r2cks.se2l,
  .y1p9qq .r2cks.se2l { grid-column: 4; min-width: 150px; padding: 14px 24px !important; }
}
@media (max-width: 720px) {
  .xla3mkwv .jnzjq6rc,
  .wg38sxb .jnzjq6rc,
  .ztz8ji .jnzjq6rc,
  .y1p9qq .jnzjq6rc {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "rank  ident"
      "pills pills"
      "cta   cta";
    gap: 12px 14px; padding: 18px 16px;
    text-align: left;
  }
  .xla3mkwv .jnzjq6rc::before,
  .wg38sxb .jnzjq6rc::before,
  .ztz8ji .jnzjq6rc::before,
  .y1p9qq .jnzjq6rc::before { grid-area: rank; align-self: center; justify-self: start; }
  .xla3mkwv .qizcr,
  .wg38sxb .qizcr,
  .ztz8ji .qizcr,
  .y1p9qq .qizcr { grid-area: ident; width: auto; justify-content: flex-start; }
  .xla3mkwv .x6y4negt,
  .wg38sxb .x6y4negt,
  .ztz8ji .x6y4negt,
  .y1p9qq .x6y4negt { grid-area: pills; }
  
  .xla3mkwv .x6y4negt .bkqy,
  .wg38sxb .x6y4negt .bkqy,
  .ztz8ji .x6y4negt .bkqy,
  .y1p9qq .x6y4negt .bkqy {
    background: var(--accent-bg); border-radius: 999px;
    padding: 11px 18px; justify-content: center;
  }
  .xla3mkwv .r2cks.se2l,
  .wg38sxb .r2cks.se2l,
  .ztz8ji .r2cks.se2l,
  .y1p9qq .r2cks.se2l { grid-area: cta; width: 100%; }
  .xla3mkwv .y7kvoz0v,
  .wg38sxb .y7kvoz0v,
  .ztz8ji .y7kvoz0v,
  .y1p9qq .y7kvoz0v { width: 56px; height: 56px; }
  .xla3mkwv .ajzmx,
  .wg38sxb .ajzmx,
  .ztz8ji .ajzmx,
  .y1p9qq .ajzmx { font-size: 1.1rem; }
}
:root {
  --accent:          #b6205b;
  --brand:           #b6205b;
  --brand-light:     #962552;
  --brand-pale:      #b33b6a;
  --grad-start:      #e05189;
  --grad-end:        #e28cae;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #c2410c;
  --cta-fg:          #ffffff;
  --cta-light:       #9f3205;
  --cta-hover:       #882d08;
  --bg-page:         #f8f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f4;
  --bg-raised:       #f1eeef;
  --bg-hover:        #f5f3f4;
  --border:          #e8e2e4;
  --border-alt:      #dccfd4;
  --border-section:  #e8e2e4;
  --text-primary:    #1b1719;
  --text-muted:      #605157;
  --text-body:       #372e32;
  --text-sub:        #52464b;
  --text-faint:      #8a747d;
  --text-dim:        #a19097;
  --text-label:      #6e5d64;
  --text-value:      #453a3e;
  --accent-bg:       #f2e2e8;
  --accent-bg-light: #edc9d7;
  --bg-tip:          #f1f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f1f9f0;
  --bg-cons:         #faf3f4;
  --c-pros:          #1c9211;
  --c-cons:          #9f2129;
  --c-pros-label:    #21ad14;
  --c-tip-border:    #25bf16;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1c9211;
}
:root { --logo-bg-opacity: 71%; }
body, button, input { font-family: "Source Sans 3", sans-serif; }
.uufde641 .uyvr7kwi li::before, .uufde641 .rq8yb8p 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; }.uufde641 .uyvr7kwi li::before { content: ""; }.uufde641 .rq8yb8p li::before { content: ""; }.uufde641 .lpnh0yw9::before, .uufde641 .iu08m::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.uufde641 .lpnh0yw9::before { content: ""; }.uufde641 .iu08m::before { content: ""; }
.c5fi .cdpwm, .c5fi .sv7ilzj { min-height: 520px; }
.d0wfcuv::before { content: '·'; font-size: 1.3em; line-height: 1; }