:root {
  --color-accent: #c09009;
  --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;
}
.mwyoq884 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.c03hz5f {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.h19ikp {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.a8fs { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.rs01zy { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.rs01zy a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.rs01zy a:hover { color: var(--accent-light); }
.w6wsq  .cl12 { border-radius: 14px; }
.w6wsq .cl12 li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.w6wsq .cl12 li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.p0f85th  .cl12 li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .cl12 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .md26:hover .cl12,
  .md26:focus-within .cl12 { display: block; }
  .cl12 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.uxvpr94 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.ywxyfd27 { display: none; }
@media (max-width: 640px) {
  .ywxyfd27 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .ywxyfd27.bmnaz { display: block; }
}
@media (max-width: 640px) {
  .uxvpr94 { display: block; }
  .rs01zy > li + li::before { display: none !important; }
  .rs01zy {
    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;
  }
  .rs01zy.bmnaz { display: flex; }
  .rs01zy li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .rs01zy li:last-child a { border-bottom: none; }
}
.cj2w04 { min-height: 480px; }
.xi1yirt {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ndr59kl { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.lyd26du .ndr59kl { margin-left: 0; margin-right: 0; }
.abofgjxu {
  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;
}
.u4mtk8 .abofgjxu { margin-top: 24px; }
.abofgjxu:hover { opacity: 0.88; }
.a8pihj0 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.tjswzyt {
  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%);
}
.a8pihj0 .og5cs {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.a8pihj0 .xi1yirt { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.a8pihj0 .ndr59kl { color: #e2e8f0; }
.a8pihj0.akbwy6 .og5cs { text-align: center; }
.a8pihj0.lyd26du   .og5cs { text-align: left; }
.c2ud0fm .og5cs {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.c2ud0fm .xi1yirt { color: var(--text-primary); text-shadow: none; }
.c2ud0fm .ndr59kl { color: var(--text-muted); }
.c2ud0fm .abofgjxu { margin-top: 16px; }
.c2ud0fm, .c2ud0fm.cj2w04 { min-height: auto !important; }
.c2ud0fm.akbwy6 .og5cs { text-align: center; }
.c2ud0fm.lyd26du   .og5cs { text-align: left; }
.c2ud0fm~.sj0kx5{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}
.c2ud0fm~.sj0kx5 .kczs{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}
.zzil5 {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.oa2h .zzil5,
.oa2h .zzil5::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.azlzz .zzil5,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.qc0rt .zzil5,
.qc0rt .m1mf,
.qc0rt .a8pihj0 .tjswzyt {
  overflow: hidden;
}
.qc0rt .zzil5::after,
.qc0rt .m1mf::after,
.qc0rt .a8pihj0 .tjswzyt::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%); }
}
.a6kv .zzil5,
.a6kv .zzil5::after,
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.a6kv .a8pihj0 .tjswzyt {
  overflow: hidden;
}
.a6kv .a8pihj0 .tjswzyt::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;
}
.u2cfh .zzil5,
.u2cfh .a8pihj0 .tjswzyt {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.oa2h .a8pihj0 .tjswzyt {
  overflow: hidden;
}
.oa2h .a8pihj0 .tjswzyt::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;
}
.azlzz .a8pihj0 .tjswzyt {
  animation: hg-breathe 10s ease-in-out infinite;
}
.zzil5 .tjswzyt {
  background: none;
}
.zzil5 .xi1yirt { color: #fff; }
.zzil5 .ndr59kl { color: rgba(255,255,255,0.85); }
.qc0rt .ymozlm { position: relative; overflow: hidden; }
.qc0rt .ymozlm::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;
}
.ymozlm .xi1yirt { text-shadow: none; color: var(--text-primary); }
.ymozlm .ndr59kl { color: var(--text-muted); }
body.abio5q .xi1yirt {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.r9ucfei .xi1yirt {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.cj2w04.zzil5 .xi1yirt,
section.zzil5 .xi1yirt {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ymozlm.lyd26du   .wlaf1kq0 { align-items: flex-start; text-align: left; }
.cj2w04 .v3flimq {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.v3flimq .hw0hd {
  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;
}
.v3flimq .hw0hd::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.v3flimq .u7jprc { display: contents !important; }
.v3flimq .u7jprc .e0cu {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.v3flimq .u7jprc .vyqkx3 { max-height: 48px; max-width: 96px; }
.v3flimq .u7jprc .fp8q63ek {
  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;
}
.v3flimq .d8ro2 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.v3flimq .mbpzyk { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.v3flimq .rz951e { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.v3flimq .rz951e small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.v3flimq .evp5k { display: contents !important; }
.v3flimq .evp5k .iltm7bam:not(.q7oygh) { display: none !important; }
.v3flimq .evp5k .q7oygh {
  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;
}
.v3flimq .evp5k .q7oygh .r95m {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.v3flimq .evp5k .q7oygh .ivsd1lj {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.v3flimq .mb2t { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.v3flimq .mb2t.f9acnyv2 {
  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;
}
.v3flimq .mb2t.f9acnyv2:hover { opacity: 0.85; }
.v3flimq .hw0hd,
.v3flimq .hw0hd:hover,
.v3flimq .hw0hd:nth-child(even),
.v3flimq .hw0hd:nth-child(odd),
.v3flimq .hw0hd:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.jw1r5w42 .og5cs { padding-bottom: 24px; }
.u4mtk8 .og5cs { max-width: 1100px; }
@media (max-width: 700px) {
  .ymozlm { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ymozlm:not(.u6g1nsgl) .pbs4uem { display: none !important; }
  .u6g1nsgl .pbs4uem { padding: 16px; }
  .wlaf1kq0  { padding: 36px 24px; }
  .ymozlm~.sj0kx5,.v9udi5f~.sj0kx5{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .cj2w04, .ymozlm { min-height: 320px !important; }
  .xi1yirt { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .wjewg,
  .t8u04,
  .zvr07d { grid-template-columns: 1fr !important; }

  

  
  .jw1r5w42 { display: flex !important; flex-direction: column !important; }
  .jw1r5w42 .og5cs { display: contents; }
  .jw1r5w42 .tjswzyt { order: 0; }
  .jw1r5w42 .xi1yirt { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .jw1r5w42 .wjewg { order: 2; padding: 0 16px 12px !important; }
  .jw1r5w42 .ndr59kl { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .u4mtk8 .og5cs { display: flex; flex-direction: column; }
  .u4mtk8 .og5cs .xi1yirt { order: 1; }
  .u4mtk8 .og5cs .zvr07d { order: 2; margin: 8px 0 24px !important; }
  .u4mtk8 .og5cs .ndr59kl { order: 3; }
  .u4mtk8 .og5cs .abofgjxu { order: 4; align-self: center; margin-top: 0; }

  
  .ymozlm.u6g1nsgl {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ymozlm.u6g1nsgl .wlaf1kq0 { display: contents; padding: 0; }
  .ymozlm.u6g1nsgl .wlaf1kq0 .xi1yirt { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ymozlm.u6g1nsgl .pbs4uem { order: 2; padding: 12px 16px; }
  .ymozlm.u6g1nsgl .wlaf1kq0 .ndr59kl { order: 3; padding: 0 24px; margin: 0 auto; }
  .ymozlm.u6g1nsgl .wlaf1kq0 .abofgjxu { order: 4; align-self: center; margin: 8px 0 32px; }
}
.snatig { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.t05ymk { width: 100%; height: auto; display: block; border-radius: 10px; }
.fn9xhkf .snatig        { border-radius: 16px; }
.fn9xhkf .t05ymk  { border-radius: 16px; }
.j8qsf .snatig         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.j8qsf .t05ymk   { border-radius: 8px; }
.fmmqp { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.mfuborv { width: 100%; padding: 32px 0; position: relative; }
.omu5xq9 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.s2l8cgt0 .mfuborv:nth-child(even) { background: var(--bg-surface); }
.s2l8cgt0 .mfuborv:nth-child(odd)  { background: var(--bg-page); }
.j5fq .mfuborv:nth-child(even) { background: var(--bg-card); }
.j5fq .mfuborv:nth-child(odd)  { background: var(--bg-page); }
.s2l8cgt0 .mfuborv:nth-child(odd)  .omu5xq9 { background: var(--bg-card); border-radius: 6px; }
.s2l8cgt0 .mfuborv:nth-child(even) .omu5xq9 { background: var(--bg-raised); border-radius: 6px; }
.j5fq .mfuborv:nth-child(odd)  .omu5xq9 { background: var(--bg-card); border-radius: 6px; }
.j5fq .mfuborv:nth-child(even) .omu5xq9 { background: var(--bg-raised); border-radius: 6px; }
.s2l8cgt0 .mfuborv:nth-child(even) .nc40k .cl4w6b,
.j5fq .mfuborv:nth-child(even) .nc40k .cl4w6b { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.s2l8cgt0 .mfuborv:nth-child(odd) .nc40k .cl4w6b,
.j5fq .mfuborv:nth-child(odd) .nc40k .cl4w6b { background: var(--bg-card-inner); }
.s2l8cgt0 .mfuborv:nth-child(even) .fvh1x .cl4w6b:nth-child(odd),
.j5fq .mfuborv:nth-child(even) .fvh1x .cl4w6b:nth-child(odd)  { background: var(--bg-card); }
.s2l8cgt0 .mfuborv:nth-child(even) .fvh1x .cl4w6b:nth-child(even),
.j5fq .mfuborv:nth-child(even) .fvh1x .cl4w6b:nth-child(even) { background: var(--bg-card-inner); }
h1.s9ay { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.s9ay {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.iddih { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.b926 h2.s9ay {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.gjwx7a h2.s9ay {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.w129tc0z h2.s9ay {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.lzcaakp h2.s9ay::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.zlh26vh h2.s9ay {
  color: var(--text-primary); font-size: 1.7rem;
}
.zcy4tmi h2.s9ay::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.w4247a h2.s9ay {
  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) { .jxq5ox2 { display: none; } }
.jxptt53 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.btcu29 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.rqrihi {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.vj5cnfb { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.j4to { padding-left: 20px; }
.j4to li { margin-bottom: 6px; }
.j4to a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.j4to a:hover { color: var(--accent-light); }
.tislen0n .vj5cnfb { display: none; }
.rzr4 .vj5cnfb { display: none; }
.rzr4 .j4to { padding-left: 0; list-style: none; }
.rzr4 .j4to li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.rzr4 .j4to a { font-size: 0.92rem; }
.hc06z5u .rqrihi { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.hc06z5u .vj5cnfb { display: none; }
.hc06z5u .j4to { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.hc06z5u .j4to li { margin-bottom: 0; }
.hc06z5u .j4to 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;
}
.hc06z5u .j4to a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.l3dizgfy .rqrihi { padding: 20px 20px 16px; }
.l3dizgfy .j4to {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.l3dizgfy .j4to li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.l3dizgfy .j4to 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;
}
.l3dizgfy .j4to 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;
}
.l3dizgfy .j4to a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.l3dizgfy .j4to a:focus,
.l3dizgfy .j4to a:focus-visible,
.l3dizgfy .j4to a:target { outline: none; }
.l3dizgfy .j4to li:target a { border-color: var(--border); color: var(--text-muted); }
.b9pu .rqrihi { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.b9pu .vj5cnfb { display: none; }
.b9pu .j4to { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.b9pu .j4to li { counter-increment: toc-n; margin-bottom: 0; }
.b9pu .j4to 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;
}
.b9pu .j4to 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;
}
.b9pu .j4to a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.gtrnp .rqrihi { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.gtrnp .vj5cnfb { display: none; }
.gtrnp .j4to { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.gtrnp .j4to li { margin-bottom: 0; }
.gtrnp .j4to 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;
}
.gtrnp .j4to a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.ytpnpg1 .rqrihi { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ytpnpg1 .vj5cnfb { display: none; }
.ytpnpg1 .j4to { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ytpnpg1 .j4to li { margin-bottom: 0; }
.ytpnpg1 .j4to li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ytpnpg1 .j4to li:last-child::after { content: ""; margin-right: 0; }
.ytpnpg1 .j4to a { font-size: 0.9rem; }
.cl4w6b { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.nc40k .cl4w6b { background: var(--bg-card); }
.fvh1x .cl4w6b:nth-child(odd)  { background: var(--bg-card); }
.fvh1x .cl4w6b:nth-child(even) { background: var(--bg-raised); }
.hw31y .cl4w6b {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.hw31y .cl4w6b:last-child { border-bottom: none; }
.hw31y h3.iddih { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.gdjgu683 .cl4w6b {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.gdjgu683 .cl4w6b + .cl4w6b { margin-top: 4px; }
.zo2o235 .cl4w6b { background: none; border-radius: 0; padding: 12px 0; }
.zo2o235 .cl4w6b + .cl4w6b { border-top: 1px solid var(--border-section); }
.a7kmbary { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.iu9rfdsr { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.zt768uzu { color: var(--text-body); margin-bottom: 10px; }
.ohm1r392, .qwvb { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ohm1r392 li, .qwvb li { margin-bottom: 6px; }
.qwvb li { list-style: decimal; }
.bqox4kvk     .ohm1r392 { list-style-type: "● "; }
.cm9ds9f0  .ohm1r392 { list-style-type: "■ "; }
.ht3m32 .ohm1r392 { list-style-type: "◆ "; }
.yknq    .ohm1r392 { list-style-type: "★ "; }
.bqox4kvk     .uzz5r { list-style-type: "● "; }
.cm9ds9f0  .uzz5r { list-style-type: "■ "; }
.ht3m32 .uzz5r { list-style-type: "◆ "; }
.yknq    .uzz5r { list-style-type: "★ "; }
.bqox4kvk    .ohm1r392 li::marker, .bqox4kvk    .uzz5r li::marker,
.cm9ds9f0 .ohm1r392 li::marker, .cm9ds9f0 .uzz5r li::marker,
.ht3m32 .ohm1r392 li::marker, .ht3m32 .uzz5r li::marker,
.yknq   .ohm1r392 li::marker, .yknq   .uzz5r li::marker {
  color: var(--cta); font-size: 1em;
}
.bqox4kvk .qwvb,
.cm9ds9f0 .qwvb,
.ht3m32 .qwvb,
.yknq .qwvb {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.bqox4kvk .qwvb li,
.cm9ds9f0 .qwvb li,
.ht3m32 .qwvb li,
.yknq .qwvb li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.bqox4kvk .qwvb li::before,
.cm9ds9f0 .qwvb li::before,
.ht3m32 .qwvb li::before,
.yknq .qwvb 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;
}
.bqox4kvk     .qwvb li::before { border-radius: 50%; }
.cm9ds9f0  .qwvb li::before { border-radius: 3px; }
.ht3m32 .qwvb li::before { border-radius: 3px; }
.yknq    .qwvb li::before { border-radius: 50%; }
.bw4kuj { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.vbtr .bw4kuj,
.bc1r9q8 .bw4kuj { background: transparent; border: none; border-radius: 0; }
.c3a8v3 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.c3a8v3 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.c3a8v3 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.c3a8v3 tr:hover td { background: var(--bg-hover); }
.zwdw .c3a8v3 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.etwff .c3a8v3 { border: 1px solid var(--border-alt); }
.etwff .c3a8v3 th,
.etwff .c3a8v3 td { border: 1px solid var(--border-alt); }
.cr9znyya .c3a8v3 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.cr9znyya .c3a8v3 td { border-bottom: none; }
.cr9znyya .c3a8v3 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.mtfte .c3a8v3 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.uv9lxs .bw4kuj {
  overflow: hidden;
}
.uv9lxs .c3a8v3 th { border-bottom: 1px solid var(--border-alt); }
.uv9lxs .c3a8v3 tr:last-child td { border-bottom: none; }
.wkdtu { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ilinsz { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.uo0djhk { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ar89ea0 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.bob8a { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.uzz5r { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.uzz5r 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%}
.zpnxpag0 .ar89ea0 { background: transparent; text-align: center; }
.eody5jk .uo0djhk {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.h1m5s1 .uo0djhk {
  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);
}
.q4k4z .ilinsz { display: grid; grid-template-columns: auto 1fr; }
.q4k4z .uo0djhk {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.q4k4z .ar89ea0 { grid-column: 2; }
.q4k4z .bob8a,
.q4k4z .uzz5r { grid-column: 1 / -1; }
.ladv8 .ilinsz { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.ladv8 .uo0djhk {
  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);
}
.ladv8 .ar89ea0 { grid-column: 2; }
.ladv8 .bob8a,
.ladv8 .uzz5r { grid-column: 1 / -1; }
.ztpa .ilinsz { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.ztpa .ar89ea0 { background: none; color: var(--accent-light); font-weight: 700; }
.uaushmo .ilinsz { 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); }
.uaushmo .ar89ea0 { background: none; color: var(--accent-light); font-weight: 700; }
.lg2c8sr1 .ilinsz { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.lg2c8sr1 .ilinsz:last-child { border-bottom: none; }
.lg2c8sr1 .ar89ea0 { background: none; color: var(--accent-light); font-weight: 700; }
.f4jh .ilinsz { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.f4jh .ar89ea0 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.muqd .wkdtu { counter-reset: card-n; }
.muqd .ilinsz  { counter-increment: card-n; }
.muqd .ar89ea0 { display: flex; align-items: center; gap: 10px; }
.muqd .ar89ea0::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;
}
.we2m7sa .ilinsz { background: var(--bg-surface); border: 1px solid var(--border); }
.we2m7sa .ar89ea0 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.e9qker { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.e9qker         { --cl-hue: var(--accent); }
.rljhxz     { --cl-hue: #16a34a; }
.ugttfym { --cl-hue: #ea580c; }
.iv4wezi    { --cl-hue: #2563eb; }
.rljhxz, .ugttfym, .iv4wezi, .lnhhjhx {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.z863j { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.z863j::before { color: var(--cl-hue); }
.e9qker strong { color: var(--text-primary); font-size: 0.95rem; }
.e9qker p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.vtzo2t { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.fbzz7fp5, .qq2pj { border-radius: 8px; padding: 14px; }
.fbzz7fp5 { background: var(--bg-pros); }
.qq2pj { background: var(--bg-cons); }
.dfl922lz { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.fbzz7fp5 .dfl922lz { color: var(--c-pros-label); }
.qq2pj .dfl922lz { color: #f87171; }
.fbzz7fp5 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.qq2pj ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.t05ymk { width: 100%; height: auto; border-radius: 10px; display: block; }
.f9acnyv2 {
  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;
}
.f9acnyv2:hover { opacity: 0.85; }
.sv7q .f9acnyv2  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.sv7q .f9acnyv2:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.wtvn .f9acnyv2  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.wtvn .f9acnyv2:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.sv7q .mb2t.f9acnyv2, .wtvn .mb2t.f9acnyv2,
.sv7q .kc8nt .f9acnyv2, .wtvn .kc8nt .f9acnyv2 {
  background: var(--cta); border: none; color: #fff;
}
.sv7q .mb2t.f9acnyv2:hover, .wtvn .mb2t.f9acnyv2:hover,
.sv7q .kc8nt .f9acnyv2:hover, .wtvn .kc8nt .f9acnyv2:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.y16y .abofgjxu { border-radius: 50px; }
.y16y .f9acnyv2  { border-radius: 50px; }
.zjd6kmm .abofgjxu,
.zjd6kmm .f9acnyv2 { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.zjd6kmm .abofgjxu:hover,
.zjd6kmm .f9acnyv2:hover { filter: brightness(1.08); opacity: 1; }
.y0iv3lnh .abofgjxu,
.y0iv3lnh .f9acnyv2 { box-shadow: 0 3px 14px -2px var(--cta); }
.y0iv3lnh .abofgjxu:hover,
.y0iv3lnh .f9acnyv2:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.buln6 .abofgjxu,
.buln6 .f9acnyv2 { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.buln6 .abofgjxu:hover,
.buln6 .f9acnyv2:hover { opacity: 1; }
.buln6 .abofgjxu:active,
.buln6 .f9acnyv2:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.l3lucc5 .abofgjxu,
.l3lucc5 .f9acnyv2 { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.l3lucc5 .abofgjxu:hover,
.l3lucc5 .f9acnyv2:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.l3lucc5 .abofgjxu:active,
.l3lucc5 .f9acnyv2:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.mpruwar .abofgjxu,
.mpruwar .f9acnyv2 { position: relative; overflow: hidden; }
.mpruwar .abofgjxu::before,
.mpruwar .f9acnyv2::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;
}
.mpruwar .abofgjxu:hover::before,
.mpruwar .f9acnyv2:hover::before { left: 135%; }
.vgl1lta .abofgjxu,
.vgl1lta .f9acnyv2 { border-radius: 0; }
.snqny .abofgjxu { padding-left: 22px; padding-right: 22px; }
.snqny .f9acnyv2  { padding-left: 12px; padding-right: 12px; }
.l739c .abofgjxu { padding-left: 44px; padding-right: 44px; }
.l739c .f9acnyv2  { padding-left: 24px; padding-right: 24px; }
.vx4hxi .abofgjxu { padding-left: 56px; padding-right: 56px; }
.vx4hxi .f9acnyv2  { padding-left: 32px; padding-right: 32px; }
.oo6byv9   .abofgjxu::after, .oo6byv9   .f9acnyv2::after,
.dmhqeavb .abofgjxu::after, .dmhqeavb .f9acnyv2::after,
.k3q0    .abofgjxu::after, .k3q0    .f9acnyv2::after,
.csyhvzko    .abofgjxu::after, .csyhvzko    .f9acnyv2::after,
.br4ys    .abofgjxu::after, .br4ys    .f9acnyv2::after,
.s3j1b7m2     .abofgjxu::after, .s3j1b7m2     .f9acnyv2::after,
.gly3gk5t    .abofgjxu::after, .gly3gk5t    .f9acnyv2::after,
.g7z1z   .abofgjxu::after, .g7z1z   .f9acnyv2::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;
}
.oo6byv9 .abofgjxu::after, .oo6byv9 .f9acnyv2::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");
}
.dmhqeavb .abofgjxu::after, .dmhqeavb .f9acnyv2::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");
}
.k3q0 .abofgjxu::after, .k3q0 .f9acnyv2::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");
}
.csyhvzko .abofgjxu::after, .csyhvzko .f9acnyv2::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");
}
.br4ys .abofgjxu::after, .br4ys .f9acnyv2::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");
}
.s3j1b7m2 .abofgjxu::after, .s3j1b7m2 .f9acnyv2::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");
}
.gly3gk5t .abofgjxu::after, .gly3gk5t .f9acnyv2::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");
}
.g7z1z .abofgjxu::after, .g7z1z .f9acnyv2::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");
}
.jmgtlv   .f6rp7rmk::after, .jmgtlv   .acqtq::after,
.t5cwko .f6rp7rmk::after, .t5cwko .acqtq::after,
.dmnz    .f6rp7rmk::after, .dmnz    .acqtq::after,
.c9xq2    .f6rp7rmk::after, .c9xq2    .acqtq::after,
.rohn0    .f6rp7rmk::after, .rohn0    .acqtq::after,
.cruso9e     .f6rp7rmk::after, .cruso9e     .acqtq::after,
.im6e9    .f6rp7rmk::after, .im6e9    .acqtq::after,
.hlglnh   .f6rp7rmk::after, .hlglnh   .acqtq::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;
}
.jmgtlv .f6rp7rmk::after, .jmgtlv .acqtq::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");
}
.t5cwko .f6rp7rmk::after, .t5cwko .acqtq::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");
}
.dmnz .f6rp7rmk::after, .dmnz .acqtq::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");
}
.c9xq2 .f6rp7rmk::after, .c9xq2 .acqtq::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");
}
.rohn0 .f6rp7rmk::after, .rohn0 .acqtq::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");
}
.cruso9e .f6rp7rmk::after, .cruso9e .acqtq::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");
}
.im6e9 .f6rp7rmk::after, .im6e9 .acqtq::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");
}
.hlglnh .f6rp7rmk::after, .hlglnh .acqtq::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");
}
.ba5y6pz {
  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;
}
.hw0hd {
  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;
}
.hw0hd > * { min-width: 0; }
.hw0hd:hover { background: var(--bg-hover); }
.hw0hd > [itemprop="item"] { display: contents; }
.hw0hd [itemprop="itemReviewed"],
.hw0hd [itemprop="reviewRating"] { display: none; }
.hw0hd::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;
}
.u7jprc {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.e0cu {
  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;
}
.vyqkx3 { max-height: 52px; max-width: 110px; object-fit: contain; }
.fp8q63ek {
  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;
}
.nx04b4nl .e0cu    { background: #1a1a1a; }
.bj7cezr2 .e0cu   { background: rgba(128,128,128,.12); }
.nbmup .e0cu { background: var(--bg-raised); }
.kqqc .e0cu    { background: transparent; padding: 0; }
.d8ro2 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.mbpzyk { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.rz951e { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.evp5k {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.iltm7bam {
  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;
}
.r95m {
  
  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%;
}
.ivsd1lj {
  
  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;
}
.mb2t {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.mb2t.f9acnyv2 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .hw0hd {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .hw0hd::before    { grid-area: rank;   }
  .u7jprc           { grid-area: ident;  }
  .d8ro2     { grid-area: rating; min-width: 0; width: auto; }
  .evp5k           { grid-area: pills;  }
  .mb2t             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .hw0hd {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .hw0hd::before    { justify-self: center; }
  .u7jprc           { width: 100%; }
  .d8ro2     { justify-self: center; }
  .evp5k           { grid-template-columns: 1fr; }
}
.w46e86f {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.dagd3e {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.dayxkru2 {
  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;
}
.dayxkru2 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.k3bj { flex: 1; }
.k3bj h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.gxup { color: var(--c-stars); font-size: 1.1rem; }
.xfrs { margin-bottom: 8px; }
.eiq35 {
  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);
}
.eiq35 > span { color: var(--accent); font-weight: 700; }
.pyjla6ox em, .dbuesjjc em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .eiq35 { padding: 10px 16px; gap: 6px 16px; } }
.kc8nt { flex-shrink: 0; align-self: flex-start; }
.kc8nt .f9acnyv2 { white-space: nowrap; }
@media (max-width: 560px) {
  .dagd3e { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .dayxkru2 { order: 1; }
  .kc8nt { order: 2; margin-left: auto; align-self: center; }
  .k3bj { order: 3; flex: 1 1 100%; min-width: 0; }
}
.zx2o img.wefv { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.vbtr { padding: 20px 24px; }
.rjiafwb { color: var(--text-muted); margin-bottom: 16px; }
.uwzycikt { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.sypfn, .b5nfg5s { list-style: none; font-size: 0.9rem; }
.sypfn li { color: var(--c-pros); margin-bottom: 4px; }
.b5nfg5s li { color: var(--c-cons); margin-bottom: 4px; }
.sypfn li::before { content: "✓"; margin-right: 5px; }
.b5nfg5s li::before { content: "✗"; margin-right: 5px; }
.qhs4fj .sypfn li::before { content: "→"; }
.qhs4fj .b5nfg5s li::before { content: "–"; }
.db9l  .sypfn li::before { content: "★"; }
.db9l  .b5nfg5s li::before { content: "✕"; }
.ykpgro    .sypfn li::before { content: "◆"; }
.ykpgro    .b5nfg5s li::before { content: "▲"; }
.pwhlios  .sypfn li::before { content: "▶"; }
.pwhlios  .b5nfg5s li::before { content: "■"; }
.d0erfxj { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.l0cv8cp { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.xes864 { background: var(--bg-pros); color: var(--c-tag-pay); }
.dam1 { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.c63t .dam1 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.pyg10t .dam1 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .wnwli .w0nn {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .wnwli .w46e86f { margin: 0; }
}
.xip3h .dagd3e { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.xip3h .k3bj h3 { color: var(--accent-light); }
.xip3h .dayxkru2 { background: var(--bg-page); border: 1px solid var(--border); }
.ockk0 .w46e86f { border-top: 4px solid var(--accent); }
.ockk0 .dagd3e { background: var(--bg-card); }
.h6vpmbh3 .w46e86f { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.h6vpmbh3 .dagd3e { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.h6vpmbh3 .vbtr { padding: 14px 16px; }
.h6vpmbh3 .dayxkru2 { border-radius: 4px; }
.h6vpmbh3 .dam1 { border-radius: 0; }
.q7gzq44b .dagd3e { padding: 0; gap: 0; overflow: hidden; }
.q7gzq44b .dayxkru2 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.q7gzq44b .k3bj { padding: 16px 20px; }
.q7gzq44b .kc8nt { padding: 16px 20px; align-self: center; }
.wxyyc .gxup { font-size: .95rem; }
.bc1r9q8 .vtzo2t { gap: 10px; }
.bc1r9q8 .fbzz7fp5, .bc1r9q8 .qq2pj { padding: 12px; }
.bc1r9q8 .fbzz7fp5 ul, .bc1r9q8 .qq2pj ul { margin: 4px 0 0; padding-left: 18px; }
.bc1r9q8 .fbzz7fp5 li, .bc1r9q8 .qq2pj li { font-size: .85rem; margin-bottom: 3px; }
.l6hiwgt .l0cv8cp { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .l0s1 { grid-template-columns: 1fr; }
  .qlzk07z { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .qlzk07z .igqf { width: 72px; height: 50px; }
  .qlzk07z .r70h6x { max-width: 180px; }
  .qlzk07z .dsdskwg { width: auto; }
}
.io2qo8qh .wxyyc .gxup { filter: brightness(1.2); }
@media (max-width: 720px) {
  .io2qo8qh { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .nohi { padding: 16px; }
  .wjujtl6k .xvnrpen0 { min-width: 50%; }
}
.jjok .vtzo2t { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .yd171 { grid-template-columns: 1fr; }
  .zw7e { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .bgfv1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .fgszr { flex-wrap: wrap; padding: 16px; }
}
.k35qm .vtzo2t { gap: 8px; }
.k35qm .fbzz7fp5, .k35qm .qq2pj { padding: 8px; }
@media (max-width: 480px) {
  .wyol2p { flex-direction: column; align-items: stretch; }
}
.od7u .dsdskwg .f9acnyv2 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .w6sc5dcg { flex-direction: column; align-items: stretch; gap: 10px; }
  .od7u .dsdskwg { text-align: center; }
}
@media (max-width: 720px) {
  .vi577llp { grid-template-columns: 1fr; }
  .cd7wr69 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .gp0wg8 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.irmw5hp3 .mybxrrr { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.rup7 .gxup { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .j48p4 { grid-template-columns: 1fr; }
  .rup7 { width: 100px; height: 100px; margin: 16px auto; }
  .irmw5hp3 { font-size: 1.4rem; }
  .mz65hgk { justify-content: center; }
  .blra7 .xvnrpen0 { min-width: 50%; }
}
.glsh1 .vtzo2t { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .erf1 { flex-wrap: wrap; padding: 14px 16px; }
  .etxco { padding: 12px 16px; }
  .glsh1 .vtzo2t { margin: 0 16px; }
  .glsh1 .l6hiwgt { padding: 0 16px; }
  .cj10cx { padding: 12px 16px; }
}
.obwdl .hw0hd {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.obwdl .hw0hd:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.ksmr .ba5y6pz { gap: 18px; }
.ksmr .hw0hd {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.ksmr .hw0hd:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.te33l .ba5y6pz {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.te33l .hw0hd {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.te33l .hw0hd:last-child { border-bottom: none; }
.te33l .u7jprc,
.te33l .d8ro2,
.te33l .evp5k {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.hp37 .ba5y6pz { gap: 0; }
.hp37 .hw0hd {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.hp37 .hw0hd:last-child { border-bottom: none; }
.hp37 .hw0hd:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.hp37 .hw0hd:nth-child(even):hover { background: var(--bg-hover); }
.nhmv6ha .hw0hd {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.umjd7vj .evp5k .iltm7bam {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.umjd7vj .evp5k .iltm7bam:first-child { border-left: none; }
.yo0ogema .evp5k .iltm7bam {
  background: transparent; padding: 4px 8px;
}
.yo0ogema .evp5k .r95m { font-size: .65rem; opacity: .65; }
.yo0ogema .evp5k .ivsd1lj   { font-size: 1.15rem; color: var(--accent-light); }
.so37m .evp5k .iltm7bam {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.rz951e { display: none; }
.v5ku6n .mbpzyk { font-size: 1rem; letter-spacing: 2px; }
.w1qqe0 .mbpzyk {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.hzfm0t .mbpzyk,
.qpc3f .mbpzyk,
.lif3k6iv .mbpzyk { display: none; }
.hzfm0t .rz951e,
.qpc3f .rz951e,
.lif3k6iv .rz951e { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.hzfm0t .rz951e { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.hzfm0t .rz951e small { display: none; }
.qpc3f .rz951e {
  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;
}
.qpc3f .rz951e small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.lif3k6iv .rz951e {
  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;
}
.lif3k6iv .rz951e small { display: none; }
.hzfm0t .xfrs .gxup,
.qpc3f .xfrs .gxup,
.lif3k6iv .xfrs .gxup { display: none; }
.hzfm0t .xfrs strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.hzfm0t .mybxrrr { display: none; }
.qpc3f .xfrs 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;
}
.qpc3f .bgne,
.qpc3f .mybxrrr { font-size: 1em; }
.lif3k6iv .xfrs strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.lif3k6iv .mybxrrr { display: none; }
.lckp82 { margin: 16px 0; }
.ba74wtu { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.ba74wtu summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.ba74wtu summary::after { content: "+"; color: var(--accent-light); }
.ba74wtu[open] summary::after { content: "−"; }
.ba74wtu p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.mfuborv { margin-bottom: 0; }
.z1ydkd h2.s9ay { color: var(--text-primary); border-color: var(--accent-light); }
.hh17 h2.s9ay { color: var(--text-primary); border-color: var(--accent-light); }
.ee3fez .rljhxz     { background: #052e16; border-color: #10b981; }
.ee3fez .ugttfym { background: #2d0a1e; border-color: #f43f5e; }
.ee3fez .iv4wezi    { background: #1e1036; border-color: #a855f7; }
.ee3fez .e9qker strong  { color: #f1f5f9; }
.ee3fez .e9qker p       { color: #cbd5e1; }
.ee3fez .c4afm    .rljhxz     .z863j::before,
.ee3fez .lvqpxz69  .rljhxz     .z863j::before,
.ee3fez .zw2qodr  .rljhxz     .z863j::before,
.ee3fez .d1mdb .rljhxz     .z863j::before { color: #10b981; }
.ee3fez .c4afm    .ugttfym .z863j::before,
.ee3fez .lvqpxz69  .ugttfym .z863j::before,
.ee3fez .zw2qodr  .ugttfym .z863j::before,
.ee3fez .d1mdb .ugttfym .z863j::before { color: #f43f5e; }
.ee3fez .c4afm    .iv4wezi    .z863j::before,
.ee3fez .lvqpxz69  .iv4wezi    .z863j::before,
.ee3fez .zw2qodr  .iv4wezi    .z863j::before,
.ee3fez .d1mdb .iv4wezi    .z863j::before { color: #a855f7; }
.ks1n5l2 .rljhxz     { background: #2d2000; border-color: #eab308; }
.ks1n5l2 .ugttfym { background: #2d0b0b; border-color: #ef4444; }
.ks1n5l2 .iv4wezi    { background: #2d1600; border-color: #f97316; }
.ks1n5l2 .e9qker strong  { color: #f1f5f9; }
.ks1n5l2 .e9qker p       { color: #cbd5e1; }
.ks1n5l2 .c4afm    .rljhxz     .z863j::before,
.ks1n5l2 .lvqpxz69  .rljhxz     .z863j::before,
.ks1n5l2 .zw2qodr  .rljhxz     .z863j::before,
.ks1n5l2 .d1mdb .rljhxz     .z863j::before { color: #eab308; }
.ks1n5l2 .c4afm    .ugttfym .z863j::before,
.ks1n5l2 .lvqpxz69  .ugttfym .z863j::before,
.ks1n5l2 .zw2qodr  .ugttfym .z863j::before,
.ks1n5l2 .d1mdb .ugttfym .z863j::before { color: #ef4444; }
.ks1n5l2 .c4afm    .iv4wezi    .z863j::before,
.ks1n5l2 .lvqpxz69  .iv4wezi    .z863j::before,
.ks1n5l2 .zw2qodr  .iv4wezi    .z863j::before,
.ks1n5l2 .d1mdb .iv4wezi    .z863j::before { color: #f97316; }
.defa .rljhxz     { background: #0c1a2e; border-color: #38bdf8; }
.defa .ugttfym { background: #12103a; border-color: #818cf8; }
.defa .iv4wezi    { background: #0a2020; border-color: #2dd4bf; }
.defa .e9qker strong  { color: #f1f5f9; }
.defa .e9qker p       { color: #cbd5e1; }
.defa .c4afm    .rljhxz     .z863j::before,
.defa .lvqpxz69  .rljhxz     .z863j::before,
.defa .zw2qodr  .rljhxz     .z863j::before,
.defa .d1mdb .rljhxz     .z863j::before { color: #38bdf8; }
.defa .c4afm    .ugttfym .z863j::before,
.defa .lvqpxz69  .ugttfym .z863j::before,
.defa .zw2qodr  .ugttfym .z863j::before,
.defa .d1mdb .ugttfym .z863j::before { color: #818cf8; }
.defa .c4afm    .iv4wezi    .z863j::before,
.defa .lvqpxz69  .iv4wezi    .z863j::before,
.defa .zw2qodr  .iv4wezi    .z863j::before,
.defa .d1mdb .iv4wezi    .z863j::before { color: #2dd4bf; }
.cqium::before,
.ph3y::before { margin-right: 5px; }
.veov2 .fbzz7fp5 ul li,
.veov2 .sypfn li         { color: #4ade80; }
.veov2 .fbzz7fp5 .cqium { color: #22c55e; }
.veov2 .qq2pj ul li,
.veov2 .b5nfg5s li         { color: #f87171; }
.veov2 .qq2pj .ph3y { color: #ef4444; }
.quapyx .fbzz7fp5 { background: var(--bg-pros); }
.quapyx .qq2pj { background: var(--bg-cons); }
.quapyx .fbzz7fp5 .cqium { color: var(--c-pros-label); }
.quapyx .qq2pj .ph3y { color: var(--c-cons); }
.quapyx .fbzz7fp5 ul li,
.quapyx .sypfn li            { color: var(--c-pros); }
.quapyx .qq2pj ul li,
.quapyx .b5nfg5s li            { color: var(--c-cons); }
.qsx7lhu .fbzz7fp5 { background: var(--bg-pros); }
.qsx7lhu .qq2pj { background: var(--bg-cons); }
.qsx7lhu .fbzz7fp5 .cqium { color: var(--c-pros-label); }
.qsx7lhu .qq2pj .ph3y { color: var(--c-cons); }
.qsx7lhu .fbzz7fp5 ul li,
.qsx7lhu .sypfn li          { color: var(--c-pros); }
.qsx7lhu .qq2pj ul li,
.qsx7lhu .b5nfg5s li          { color: var(--c-cons); }
.ny46rri .cqium::before { content: "✓ "; }
.ny46rri .ph3y::before { content: "✗ "; }
.qhs4fj .cqium::before { content: "→ "; }
.qhs4fj .ph3y::before { content: "← "; }
.db9l .cqium::before { content: "★ "; }
.db9l .ph3y::before { content: "✕ "; }
.ykpgro .cqium::before { content: "◆ "; }
.ykpgro .ph3y::before { content: "▲ "; }
.pyg10t .e9qker { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.pyg10t .e9qker strong { color: var(--text-primary); }
.pyg10t .e9qker p      { color: var(--text-muted); }
.c63t .e9qker { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.zgkl .e9qker {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.zgkl .e9qker strong,
.zgkl .e9qker p { color: #fff; }
.zgkl .z863j::before { color: rgba(255,255,255,0.9) !important; }
.pv9w .e9qker {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.pv9w .e9qker strong { color: var(--text-primary); }
.pv9w .e9qker p      { color: var(--text-muted); }
.zyzr .e9qker { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.c4afm .z863j,
.lvqpxz69 .z863j,
.zw2qodr .z863j,
.d1mdb .z863j { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.c4afm .z863j::before,
.lvqpxz69 .z863j::before,
.zw2qodr .z863j::before,
.d1mdb .z863j::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.c4afm .rljhxz     .z863j::before { content: "✦"; color: var(--c-tip-border); }
.c4afm .ugttfym .z863j::before { content: "▲"; color: var(--c-warn-border); }
.c4afm .iv4wezi    .z863j::before { content: "◉"; color: #60a5fa; }
.lvqpxz69 .rljhxz     .z863j::before { content: "★"; color: var(--c-tip-border); }
.lvqpxz69 .ugttfym .z863j::before { content: "◆"; color: var(--c-warn-border); }
.lvqpxz69 .iv4wezi    .z863j::before { content: "●"; color: #60a5fa; }
.zw2qodr .rljhxz     .z863j::before { content: "▶"; color: var(--c-tip-border); }
.zw2qodr .ugttfym .z863j::before { content: "■"; color: var(--c-warn-border); }
.zw2qodr .iv4wezi    .z863j::before { content: "▸"; color: #60a5fa; }
.d1mdb .rljhxz     .z863j::before { content: "→"; color: var(--c-tip-border); }
.d1mdb .ugttfym .z863j::before { content: "⬥"; color: var(--c-warn-border); }
.d1mdb .iv4wezi    .z863j::before { content: "◈"; color: #60a5fa; }
.e2j8cc .nc40k .cl4w6b,
.e2j8cc .fvh1x .cl4w6b  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.e2j8cc .ilinsz                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.e2j8cc .hw0hd                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.e2j8cc .w46e86f            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.e2j8cc .bw4kuj          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.e2j8cc .rqrihi                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.fq3z7kq3 .nc40k .cl4w6b,
.fq3z7kq3 .fvh1x .cl4w6b,
.fq3z7kq3 .ilinsz,
.fq3z7kq3 .hw0hd,
.fq3z7kq3 .w46e86f,
.fq3z7kq3 .bw4kuj,
.fq3z7kq3 .rqrihi,
.fq3z7kq3 .zyzr .e9qker { box-shadow: none; }
.aobnvr8   .zt768uzu, .aobnvr8 .a7kmbary, .aobnvr8 .iu9rfdsr,
.aobnvr8   .jxptt53, .aobnvr8 .btcu29 { font-size: 0.9rem; }
.aobnvr8   .ohm1r392, .aobnvr8 .qwvb { font-size: 0.9rem; }
.wgj6   .zt768uzu, .wgj6 .a7kmbary, .wgj6 .iu9rfdsr,
.wgj6   .jxptt53, .wgj6 .btcu29 { font-size: 0.95rem; }
.wgj6   .ohm1r392, .wgj6 .qwvb { font-size: 0.95rem; }
.kglprly   .zt768uzu, .kglprly .a7kmbary, .kglprly .iu9rfdsr,
.kglprly   .jxptt53, .kglprly .btcu29 { font-size: 1.08rem; }
.kglprly   .ohm1r392, .kglprly .qwvb { font-size: 1.05rem; }
.kglprly   .c3a8v3 { font-size: 0.97rem; }
.mio4e .xi1yirt      { font-size: 3.2rem; }
.mio4e h2.s9ay { font-size: 1.9rem; }
.mio4e h3.iddih     { font-size: 1.4rem; }
.nqy8uc .xi1yirt      { font-size: 3.8rem; }
.nqy8uc h2.s9ay { font-size: 2.2rem; }
.nqy8uc h3.iddih     { font-size: 1.6rem; }
.mfuborv + .mfuborv { position: relative; }
.dh4u   .mfuborv + .mfuborv::before,
.srhif9  .mfuborv + .mfuborv::before,
.zezqu   .mfuborv + .mfuborv::before,
.eknz   .mfuborv + .mfuborv::before,
.rcrj83yi   .mfuborv + .mfuborv::before,
.ybgpe9l .mfuborv + .mfuborv::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.dh4u .mfuborv + .mfuborv::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.srhif9 .mfuborv + .mfuborv::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.zezqu .mfuborv + .mfuborv::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;
}
.eknz .mfuborv + .mfuborv::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.dzjsu4x .mfuborv { margin-bottom: 16px; }
.dzjsu4x .mfuborv + .mfuborv { margin-top: 0; }
.dzjsu4x .omu5xq9 { padding-top: 0; padding-bottom: 0; }
.rcrj83yi .mfuborv + .mfuborv::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.ybgpe9l .mfuborv + .mfuborv::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ijdpd3 .mfuborv + .mfuborv::before,
.tcjde .mfuborv + .mfuborv::before,
.edt9iq .mfuborv + .mfuborv::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%;
}
.s2l8cgt0 .ijdpd3 .mfuborv:nth-child(even)::before,
.s2l8cgt0 .tcjde .mfuborv:nth-child(even)::before,
.s2l8cgt0 .edt9iq .mfuborv:nth-child(even)::before { background: var(--bg-surface); }
.j5fq .ijdpd3 .mfuborv:nth-child(even)::before,
.j5fq .tcjde .mfuborv:nth-child(even)::before,
.j5fq .edt9iq .mfuborv:nth-child(even)::before { background: var(--bg-card); }
.ijdpd3 .mfuborv + .mfuborv::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");
}
.tcjde .mfuborv + .mfuborv::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");
}
.edt9iq .mfuborv + .mfuborv::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");
}
.o98tvs .a8pihj0,
.b5rvgi .a8pihj0,
.ctarurt .a8pihj0 { overflow: hidden; }
.o98tvs .og5cs,
.b5rvgi .og5cs { margin-bottom: 60px; }
.ctarurt .og5cs { margin-bottom: 70px; }
.b5rvgi .wlaf1kq0 { padding-bottom: 60px; }
.o98tvs .a8pihj0::before,
.b5rvgi .a8pihj0::before,
.ctarurt .a8pihj0::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%;
}
.o98tvs .a8pihj0::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");
}
.b5rvgi .a8pihj0::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");
}
.ctarurt .a8pihj0::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");
}
.hxpau .a8pihj0:not(.zzil5) .tjswzyt { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.amf4 .a8pihj0:not(.zzil5) .tjswzyt { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.hba8ak  .a8pihj0:not(.zzil5) .tjswzyt { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.jxxfor  .a8pihj0:not(.zzil5) .tjswzyt { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.hxpau .zzil5 { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.amf4 .zzil5 { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.hba8ak .zzil5 { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.jxxfor .zzil5 { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.ozsmt .zzil5 { background: var(--accent); }
.ozsmt .zzil5 .tjswzyt { background: none; }
.ozsmt .a8pihj0:not(.zzil5) .tjswzyt { background: rgba(0,0,0,0.6); }
.ybgxjwz .snatig { float: left; width: 38%; margin: 0 28px 16px 0; }
.ybgxjwz .snatig .t05ymk { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ybgxjwz .omu5xq9::after { content: ''; display: block; clear: both; }
.f5gtp .snatig { float: right; width: 38%; margin: 0 0 16px 28px; }
.f5gtp .snatig .t05ymk { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.f5gtp .omu5xq9::after { content: ''; display: block; clear: both; }
.ad21m .mfuborv:nth-child(odd)  .snatig { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ad21m .mfuborv:nth-child(even) .snatig { float: right; width: 38%; margin: 0 0 16px 28px; }
.ad21m .snatig .t05ymk { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ad21m .omu5xq9::after { content: ''; display: block; clear: both; }
.ybgxjwz .wkdtu,
.ybgxjwz .ba5y6pz,
.f5gtp .wkdtu,
.f5gtp .ba5y6pz,
.ad21m .wkdtu,
.ad21m .ba5y6pz { clear: both; }
@media (max-width: 900px) {
  .ybgxjwz .snatig,
  .f5gtp .snatig,
  .ad21m .mfuborv:nth-child(odd)  .snatig,
  .ad21m .mfuborv:nth-child(even) .snatig {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ybgxjwz .snatig .t05ymk,
  .f5gtp .snatig .t05ymk,
  .ad21m .snatig .t05ymk {
    max-height: none !important;
  }
}
.ybgxjwz .ohm1r392,
.ybgxjwz .qwvb,
.f5gtp .ohm1r392,
.f5gtp .qwvb,
.ad21m .ohm1r392,
.ad21m .qwvb { overflow: hidden; }
@media (max-width: 640px) {
  .ybgxjwz .snatig,
  .f5gtp .snatig,
  .ad21m .snatig { float: none; width: 100%; margin: 0 0 16px 0; }
}
.fzem0 .fmmqp,
.fzem0 .omu5xq9,
.fzem0 .fo5itia  { max-width: 1100px; }
.fzem0 { --content-mw: 1100px; }
.x52hti .fmmqp,
.x52hti .omu5xq9,
.x52hti .fo5itia  { max-width: 1200px; }
.eb67g .fmmqp,
.eb67g .omu5xq9,
.eb67g .fo5itia  { max-width: 1320px; }
.yeh8 { font-size: 0.82rem; color: var(--text-muted); }
.qo95 { display: flex; align-items: center; }
.rcstj7 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ffrq3 { display: flex; align-items: center; }
.qd5204j3 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.qd5204j3:hover { text-decoration: underline; }
.ythi25g { margin: 0 3px; opacity: 0.45; }
.ythi25g::before { content: '/'; }
.bxcg { padding: 2px 5px; color: var(--text-main); }
.hmba8 .yeh8 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.hmba8 .qo95 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.yki9ki0 .yeh8 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.yki9ki0 .qo95 { padding: 0 0 0 12px; }
.cu5x .qo95 { padding: 0 16px; }
.cu5x .yeh8 {
  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);
}
.cu5x .fmmqp { padding-top: 28px; }
@media (max-width: 720px) {
  .ob64av7 { margin-top: 18px; padding: 0 16px; }
  .cu5x .fmmqp { padding-top: 16px; }
}
.fzem0.hmba8 .qo95 { max-width: 1100px; }
.x52hti.hmba8 .qo95 { max-width: 1200px; }
.eb67g.hmba8 .qo95 { max-width: 1320px; }
.fzem0 .ob64av7 { max-width: 1100px; }
.sm6e5kq .mfuborv { padding-top: 16px; padding-bottom: 16px; }
.elx7c15 .mfuborv { padding-top: 24px; padding-bottom: 24px; }
.o4mf6qr .mfuborv { padding-top: 40px; padding-bottom: 40px; }
.t9og4 .mfuborv { padding-top: 52px; padding-bottom: 52px; }
.n2mk .mfuborv:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.n2mk .mfuborv:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.n2mk .mfuborv:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.n2mk .mfuborv:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.of69lt .omu5xq9 { padding-top: 10px;  padding-bottom: 10px; }
.eqa1t9f .omu5xq9 { padding-top: 18px;  padding-bottom: 18px; }
.on7kx .omu5xq9 { padding-top: 36px;  padding-bottom: 36px; }
.lqz7b .omu5xq9 { padding-top: 48px;  padding-bottom: 48px; }
.kvnb h2.s9ay { font-weight: 600; }
.kvnb h3.iddih     { font-weight: 600; }
.m0gfs54 { font-weight: 500; }
.m0gfs54 h2.s9ay { font-weight: 800; }
.m0gfs54 h3.iddih     { font-weight: 700; }
.mjpgqb h2.s9ay { font-weight: 900; }
.mjpgqb h3.iddih     { font-weight: 800; }
.mjpgqb .e9qker strong,
.mjpgqb .e9qker strong { font-weight: 600; }
.f6rp7rmk {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.g3wxy5 .f6rp7rmk { display: none; }
@media (max-width: 640px) {
  .f6rp7rmk { display: none !important; }
}
.f6rp7rmk { background: var(--cta) !important; color: #fff !important; border: none !important; }
.f6rp7rmk:hover { opacity: 0.85; }
.ixlln6 .f6rp7rmk { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.wq29gmf  .acqtq { left: 32px; }
@media (max-width: 480px) {
  .zpkhe1 .acqtq { right: 20px; bottom: 20px; }
  .wq29gmf  .acqtq { left: 20px; bottom: 20px; }
}
.qui4h { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.fo5itia { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.r4bcp { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.lum5h0 { color: var(--text-dim); font-size: 0.8rem; }
.gpfth82g { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.gpfth82g img { height: 26px; width: auto; object-fit: contain; }
.wixkvt { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.wekjxu0l .fo5itia { text-align: center; }
.wekjxu0l .r4bcp { margin-top: 0; }
.zji7jqg { margin-top: 10px; }
.zji7jqg a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .fo5itia { padding-left: 16px; padding-right: 16px; }
  .erxz .fo5itia { padding: 20px 16px; }
  .h0hjd1nc { gap: 4px 12px; }
  .r4bcp { font-size: 0.78rem; }
}
.fcmthdy .qjhlph95 .gpfth82g { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.fcmthdy .wixkvt { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.fcmthdy .e7meq { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.fcmthdy .e7meq a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.fcmthdy .e7meq a:hover { color: var(--accent-light); }
.fcmthdy .r4bcp { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.fcmthdy .lum5h0 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .fcmthdy .ibrxw { grid-template-columns: 1fr 1fr; } .fcmthdy .qjhlph95 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fcmthdy .ibrxw { grid-template-columns: 1fr; } }
.yihbo .gpfth82g { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.yihbo .r4bcp { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .yihbo .y3dfb1 { gap: 12px; } .yihbo .gpfth82g { margin-right: 0; width: 100%; } }
.k9kuy .x7sj { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.k9kuy .pfqiff8 .gpfth82g { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.k9kuy .wixkvt { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.k9kuy .fhg3 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.k9kuy .e7meq { display: flex; flex-direction: column; gap: 9px; }
.k9kuy .e7meq a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.k9kuy .e7meq a:hover { color: var(--accent-light); }
.k9kuy .fllqn6kk { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.k9kuy .r4bcp { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.k9kuy .lum5h0 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .k9kuy .x7sj { grid-template-columns: 1fr 1fr; } .k9kuy .pfqiff8 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .k9kuy .x7sj { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .bat1gl .yaob7 { grid-template-columns: 1fr 1fr; } .bat1gl .ek0hf1be:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bat1gl .yaob7 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .ftf5u06n .yaob7 { grid-template-columns: 1fr; } }
.ba0rgmr2 .fo5itia { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.i06itm .mwyoq884      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.i06itm .qui4h { background: var(--bg-page); border-top-color: var(--border-alt); }
.jvkbbjx .mwyoq884      { background: #0d1117; border-bottom-color: #21262d; }
.jvkbbjx .h19ikp { color: var(--accent-light); }
.jvkbbjx .rs01zy { --msep-color: #8b949e; }
.jvkbbjx .rs01zy a { color: #8b949e; }
.jvkbbjx .rs01zy a:hover { color: var(--accent-light); }
.jvkbbjx .uxvpr94 { color: #8b949e; }
.jvkbbjx .qui4h { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.jvkbbjx .r4bcp,
.jvkbbjx .lum5h0 { color: #6e7681; }
.jvkbbjx .e7meq a, .jvkbbjx .vlhv a,
.jvkbbjx .gpfth82g { color: #e6edf3; }
.jvkbbjx .e7meq a:hover, .jvkbbjx .vlhv a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .jvkbbjx .rs01zy { background: #0d1117; border-top-color: #21262d; }
  .jvkbbjx .rs01zy li a { border-bottom-color: #21262d; }
}
.meh0 .mwyoq884      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.meh0 .h19ikp { color: var(--accent-light); }
.meh0 .rs01zy { --msep-color: #475569; }
.meh0 .rs01zy a { color: #475569; }
.meh0 .rs01zy a:hover { color: var(--accent-light); }
.meh0 .uxvpr94 { color: #64748b; }
.meh0 .qui4h { background: #f0f4f8; border-top-color: #cbd5e1; }
.meh0 .r4bcp,
.meh0 .lum5h0 { color: #64748b; }
.meh0 .e7meq a, .meh0 .vlhv a,
.meh0 .re6bxp a, .meh0 .gpfth82g { color: #374151; }
.meh0 .e7meq a:hover, .meh0 .vlhv a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .meh0 .rs01zy { background: #f0f4f8; border-top-color: #cbd5e1; }
  .meh0 .rs01zy li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.gb29g6 .mwyoq884      { background: var(--accent); border-bottom-color: var(--accent-light); }
.gb29g6 .h19ikp { color: #fff; }
.gb29g6 .rs01zy { --msep-color: rgba(255,255,255,0.82); }
.gb29g6 .rs01zy a { color: rgba(255,255,255,0.82); }
.gb29g6 .rs01zy a:hover { color: #fff; }
.gb29g6 .uxvpr94 { color: rgba(255,255,255,0.9); }
.gb29g6 .qui4h { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.gb29g6 .r4bcp,
.gb29g6 .lum5h0 { color: rgba(255,255,255,0.72); }
.gb29g6 .e7meq a, .gb29g6 .vlhv a,
.gb29g6 .re6bxp a, .gb29g6 .gpfth82g { color: #fff; }
.gb29g6 .wixkvt, .gb29g6 .fhg3 { color: rgba(255,255,255,0.7); }
.gb29g6 .e7meq a:hover, .gb29g6 .vlhv a:hover { color: #fff; }
@media (max-width: 640px) {
  .gb29g6 .rs01zy { background: var(--accent); border-top-color: var(--accent-light); }
  .gb29g6 .rs01zy li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.lmhjuf .mwyoq884 {
  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);
}
.lmhjuf .qui4h {
  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) {
  .lmhjuf .rs01zy {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.h7ev69yz .c03hz5f { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.dg5vx .c03hz5f { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.k8z2mxb .c03hz5f { min-height: 72px; height: auto; }
.lulcspat .c03hz5f { min-height: 84px; height: auto; }
.erxz .c03hz5f { max-width: none; padding: 0 32px; }
.erxz .fo5itia  { max-width: none; padding: 24px 32px; }
.faixr.x52hti .c03hz5f { max-width: 1200px; }
.faixr.eb67g .c03hz5f { max-width: 1320px; }
.pbhh4vx   .h19ikp, .pbhh4vx   .gpfth82g { text-transform: capitalize; }
.mzrpgh .h19ikp, .mzrpgh .gpfth82g { text-transform: lowercase; }
.g8j88r8 .h19ikp, .g8j88r8 .gpfth82g { text-transform: uppercase; letter-spacing: 0.06em; }
.zux3, .vlrsayyc {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hdc8 .zux3,
.hdc8 .vlrsayyc { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.p1m44yzt .zux3,
.p1m44yzt .vlrsayyc { 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; }
.xw68g4 .zux3,
.xw68g4 .vlrsayyc { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.y7c4x8xp .zux3,
.y7c4x8xp .vlrsayyc { 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; }
.p38ts5l   .rs01zy a { font-weight: 500; }
.yvjw50zz .rs01zy a { font-weight: 600; }
.nlp1     .rs01zy a { font-weight: 700; }
.zd662o    .rs01zy a { font-weight: 800; letter-spacing: 0.01em; }
.ygpyxo0z     .rs01zy > li + li::before,
.y3f1jq3    .rs01zy > li + li::before,
.v3koqtq2    .rs01zy > li + li::before,
.u6dm .rs01zy > li + li::before,
.fb2o .rs01zy > li + li::before,
.z8ci0obk  .rs01zy > li + li::before,
.qnjs99    .rs01zy > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ygpyxo0z     .rs01zy > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.y3f1jq3    .rs01zy > li + li::before { content: "|"; }
.v3koqtq2    .rs01zy > li + li::before { content: "—"; }
.u6dm .rs01zy > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.fb2o .rs01zy > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.z8ci0obk  .rs01zy > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.qnjs99    .rs01zy > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .sjnv8 .uxvpr94,
  .zq1650 .uxvpr94,
  .ie9xd .uxvpr94,
  .xz6q .uxvpr94,
  .w0oi94or .uxvpr94 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .sjnv8 .uxvpr94::before,
  .zq1650 .uxvpr94::before,
  .ie9xd .uxvpr94::before,
  .xz6q .uxvpr94::before,
  .w0oi94or .uxvpr94::before { content: ""; display: block; flex-shrink: 0; }

  
  .sjnv8 .uxvpr94::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;
  }

  
  .zq1650 .uxvpr94::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;
  }

  
  .ie9xd .uxvpr94::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;
  }

  
  .xz6q .uxvpr94::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;
  }

  
  .w0oi94or .uxvpr94::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) {
  .f7kxs .uxvpr94 {
    padding: 5px 14px;
  }
  .f7kxs .rs01zy {
    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;
  }
  .f7kxs .rs01zy li a {
    border-bottom: none; padding: 10px 22px;
  }
  .f7kxs .rs01zy li a:hover { background: var(--bg-raised); }
  .f7kxs .ywxyfd27,
  .m64kx .ywxyfd27,
  .m2u1j .ywxyfd27 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ipem8t7e .uxvpr94 {
    padding: 5px 10px;
  }
  .ipem8t7e .rs01zy {
    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);
  }
  .ipem8t7e .rs01zy.bmnaz { transform: translateX(0); }
  .ipem8t7e .rs01zy li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .ipem8t7e .rs01zy li:last-child a { border-bottom: none; }
  .gb29g6 .rs01zy,
  .jvkbbjx .rs01zy { background: var(--accent) !important; }
  .gb29g6 .rs01zy li a,
  .jvkbbjx .rs01zy li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .m2u1j .uxvpr94 {
    padding: 5px 10px;
  }
  .m2u1j .rs01zy {
    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);
  }
  .m2u1j .rs01zy::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .m2u1j .rs01zy.bmnaz { transform: translateY(0); }
  .m2u1j .rs01zy li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .m015nq5w .uxvpr94 {
    padding: 5px 10px;
  }
  .m015nq5w .rs01zy {
    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;
  }
  .m015nq5w .rs01zy.bmnaz { opacity: 1; pointer-events: auto; }
  .m015nq5w .rs01zy li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .icyk     .uxvpr94 { border-radius: 0 !important; }
  .yaqg   .uxvpr94 { border-radius: 8px !important; }
  .ejav6 .uxvpr94 { border-radius: 50% !important; }
  .hhlkug   .uxvpr94 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .akne45 .wmu8nlvc { flex-direction: column; align-items: stretch; }
  .akne45 .hw8f { flex-direction: row; min-width: auto; }
  .akne45 .zle9 { align-items: flex-start; text-align: left; }
}
.ckn7ns,
.ckn7ns.mfuborv,
.s2l8cgt0 .ckn7ns,
.t8t2xjej .ckn7ns,
.j5fq .ckn7ns,
.e579j5 .ckn7ns {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.o5sd3oh7 {
  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;
}
.fvwld37 { flex: 1 1 280px; min-width: 0; }
.fp3xqg {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.hz8ymutm {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.l3t7f {
  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;
}
.l3t7f:hover { transform: translateY(-1px); opacity: 0.95; }
.kpcfvteb .o5sd3oh7 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.kpcfvteb .fp3xqg { color: var(--cta); }
.kpcfvteb .hz8ymutm { color: var(--text-body); }
.kpcfvteb .l3t7f {
  background: var(--cta) !important;
  color: #fff !important;
}
.nsr6e .o5sd3oh7 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.nsr6e .fp3xqg { color: var(--text-primary); }
.nsr6e .hz8ymutm { color: var(--text-body); }
.nsr6e .l3t7f {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .o5sd3oh7 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .fvwld37 { flex: 0 0 auto; }
  .fp3xqg { font-size: 1.2rem; }
  .l3t7f { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.wffzjlv .a8fs { height: 36px; }
.mpsljqbd .a8fs { height: 60px; max-width: 200px; }
.lgsr .a8fs { height: 56px; max-width: 180px; }
.q8mwa5    .mbpzyk, .q8mwa5    .gxup { color: #f59e0b; }
.xr5q      .mbpzyk { font-size: 1rem; letter-spacing: 1.5px; }
.xr5q      .gxup   { font-size: 1.35rem; }
.ucsxya    .mbpzyk, .ucsxya    .gxup { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.uhybwbw     .mbpzyk, .uhybwbw     .gxup { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.as3oh17l .mbpzyk, .as3oh17l .gxup { color: var(--cta); letter-spacing: 2px; }
.yzccs   .mbpzyk, .yzccs   .gxup { color: #e91e63; letter-spacing: 2px; }
.u7sa5y  .mbpzyk, .u7sa5y  .gxup { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.fud5     .mbpzyk, .fud5     .gxup { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.umjd7vj .iltm7bam + .iltm7bam {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.b4svi2i .hw0hd { padding: 18px 24px; min-height: 68px; }
.yo0ogema .r95m {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.yo0ogema .ivsd1lj {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.so37m .iltm7bam {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.ba5y6pz { counter-reset: cs-rank; }
.ba5y6pz .hw0hd { counter-increment: cs-rank; }
.ba5y6pz .hw0hd::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;
}
.gsal .ba5y6pz { counter-reset: cs-rank; gap: 0; }
.gsal .hw0hd {
  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;
}
.gsal .hw0hd::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;
}
.gsal .u7jprc {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.gsal .e0cu {
  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;
}
.gsal .vyqkx3 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.gsal .u7jprc { min-width: 0; flex-direction: column; width: 100%; }
.gsal .fp8q63ek {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.gsal .mbpzyk { color: var(--cta, var(--accent)); }
.gsal .rz951e { font-weight: 700; }
.gsal .iltm7bam {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.gsal .r95m {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.gsal .ivsd1lj {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.gsal .q7oygh .ivsd1lj { font-size: 1.3rem; color: var(--accent-light); }
.gsal .mb2t {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.gsal .hw0hd:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .gsal .ba5y6pz {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .gsal .hw0hd {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .gsal .hw0hd { padding: 40px 16px 20px; }
  .gsal .iltm7bam {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .gsal .mb2t { width: 100%; min-width: 0; }
}
.aecq .ba5y6pz { counter-reset: cs-rank; gap: 10px; }
.aecq .hw0hd {
  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);
}
.aecq .hw0hd::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);
}
.aecq .u7jprc {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.aecq .e0cu {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.aecq .vyqkx3 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.aecq .fp8q63ek {
  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;
}
.aecq .mbpzyk { color: var(--cta, var(--accent)); }
.aecq .iltm7bam {
  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;
}
.aecq .r95m {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.aecq .ivsd1lj { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.aecq .q7oygh .ivsd1lj { color: var(--accent-light); }
.aecq .mb2t {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.aecq .hw0hd:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .aecq .hw0hd {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .aecq .hw0hd::before {
    position: absolute; top: 14px; left: 14px;
  }
  .aecq .u7jprc {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .aecq .fp8q63ek { white-space: normal; text-align: center; font-size: 1.2rem; }
  .aecq .iltm7bam {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .aecq .mb2t { width: 100%; min-width: 0; }
  .aecq .mbpzyk { min-width: 0; }
}
.bd1jeqi .hw0hd::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.ncp00h5 .ba74wtu {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ncp00h5 .ba74wtu summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ncp00h5 .ba74wtu p { padding: 0 2px 16px; }
.g9fdn83c .ba74wtu { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.g9fdn83c .ba74wtu summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.g9fdn83c .ba74wtu summary::after { content: "›"; font-size: 1.2em; }
.g9fdn83c .ba74wtu[open] summary::after { content: "‹"; }
.g9fdn83c .ba74wtu p { padding: 10px 22px 4px; }
.yd49 .ba74wtu {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.yd49 .ba74wtu summary { color: var(--text-primary); padding-left: 16px; }
.yd49 .ba74wtu summary::after { content: "›"; font-size: 1.1em; }
.yd49 .ba74wtu[open] summary::after { content: "‹"; }
.yd49 .ba74wtu p { padding-left: 16px; }
.fa88bp2b .lckp82 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.fa88bp2b .ba74wtu {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.fa88bp2b .ba74wtu:last-child { border-bottom: none; }
.fa88bp2b .ba74wtu summary { color: var(--text-primary); border-radius: 0; }
.fa88bp2b .ba74wtu summary::after { content: "›"; font-size: 1.1em; }
.fa88bp2b .ba74wtu[open] summary::after { content: "‹"; }
.piua9wr .ba74wtu { overflow: hidden; }
.piua9wr .ba74wtu summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.piua9wr .ba74wtu summary::after { color: rgba(255,255,255,.75); }
.piua9wr .ba74wtu[open] summary { border-radius: 0; }
.qi3qi { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.pl884btn {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.up20rp3v {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.bv2zcb5 { color: var(--text-muted); font-size: 1.05rem; }
.dizbn {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.hkp09 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.cghs88 { margin-bottom: 20px; }
.aqatryw {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.vl9fg3un {
  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;
}
.vl9fg3un:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.svxbrb2l { resize: vertical; min-height: 130px; }
.f2k54g { width: 100%; margin-top: 8px; }
.x0xla {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.sv40gm {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.gonk { color: var(--text-muted); line-height: 1.75; }
.km4we { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.km4we li { margin-bottom: 6px; }
.lkrbzf1 { max-width: 760px; margin: 0 auto; }
.i4d9m { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.m3sh2l { max-width: 760px; margin: 0 auto; }
.c4lwqeai { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.ni8t ul.km4we { margin: 0; }
.oz09br { max-width: 900px; margin: 0 auto; }
.fijhfn3 { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.fijhfn3:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.fijhfn3 .c4lwqeai { margin: 0; font-size: 1rem; }
.fijhfn3 .c4171 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .fijhfn3 { grid-template-columns: 1fr; gap: 10px; } }
.knluso7 .c4lwqeai { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.t7n13ga .km4we { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .muzds3 { grid-template-columns: 1fr; } }
.r6l4q57 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.r6l4q57:hover .h3y2u82 { color: var(--accent-light); text-decoration: underline; }
.t2d3352 { color: inherit; text-decoration: none; }
.t2d3352:hover { color: var(--accent-light); text-decoration: underline; }
.h61k { display: inline-block; line-height: 0; }
.yzm4bhh { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.fgspe { margin-bottom: 48px; }
.wkr72h { max-width: 760px; margin: 0 auto; }
.engefuo1 { max-width: 640px; margin: 0 auto; }
.n9t2om { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.n9t2om:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.guzov { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.n9t2om p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.n9t2om ul.km4we { margin: 0; }
.th4nr2sy { color: var(--text-muted); line-height: 1.75; }
.dlrbukox .km4we,
.engefuo1 .km4we,
.zsbu .km4we,
.mef03o .km4we {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.dlrbukox .n9t2om,
.engefuo1 .n9t2om { text-align: left; }
.dlrbukox .guzov,
.engefuo1 .guzov { text-align: center; }
.uodw5ce { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.mqfeb { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.xdi7yiv4 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.n2r7 { margin-top: 12px; }
.wxpsku52 { 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; }
.wxpsku52:hover { border-bottom-color: var(--accent-light); }
.imbn6e7l { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.imbn6e7l img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ibsl { width: 72px; height: 72px; }
.r28hn7r { border-radius: 10px; }
.y9v3ck6 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.fjv70 { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .a5yiu { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.rbe7v .xdi7yiv4, .rbe7v .mqfeb { max-width: 640px; }
.lc9djz .uodw5ce { font-size: 1.6rem; margin-top: 18px; }
.y2eafa7 .xdi7yiv4 { margin-bottom: 28px; }
@media (max-width: 860px) { .dzgjanr { grid-template-columns: 1fr; } .lc9djz { position: static; text-align: center; } }
.wmdduu .imbn6e7l { margin: 0 auto 18px; }
.wmdduu .y9v3ck6 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .lhawogq { grid-template-columns: 1fr; } }
.yph7r .uodw5ce { font-size: 1.6rem; margin-bottom: 6px; }
.mef03o .km4we { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .yph7r { flex-direction: column; text-align: center; } .j449nv { grid-template-columns: 1fr; } }
.k9te { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.k9te .uodw5ce { font-size: 1.35rem; margin: 0 0 4px; }
.k9te .y9v3ck6 { margin: 0; }
.ktqsnf6 { max-width: 760px; margin: 0 auto; }
.ba274 { position: relative; padding-left: 28px; }
.ba274::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.znjyfd9 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.znjyfd9:last-child { padding-bottom: 0; }
.rinlsx { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.xb4cmgy9 h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.xb4cmgy9 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.tyolesu .up20rp3v { color: var(--accent-light); }
.xseu7u .up20rp3v { font-size: 2rem; }
.xseu7u .bv2zcb5 { max-width: 680px; }
.lwo3 .up20rp3v { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.lwo3 .bv2zcb5  { margin: 0; }
@media (max-width: 640px) { .lwo3 { flex-direction: column; } }
.k27zb1w {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.k27zb1w .up20rp3v { color: var(--accent-light); }
.e0vn7 .up20rp3v { color: #fff; }
.e0vn7 .bv2zcb5  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .w168b { grid-template-columns: 1fr; } }
.fj3lbmi .vl9fg3un {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.fj3lbmi .vl9fg3un:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.zd185z .vl9fg3un { background: var(--bg-raised); border-color: transparent; }
.zd185z .vl9fg3un:focus { background: var(--bg-card); border-color: var(--accent-light); }
.wz5c6 .vl9fg3un { border-radius: 100px; padding: 11px 20px; }
.wz5c6 .svxbrb2l { border-radius: 14px; }
@media (max-width: 640px) { .n0m7he8 { grid-template-columns: 1fr; } }
.woocorh { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.woocorh li { margin-bottom: 6px; }
.qiqbecy{display:none}
.qiqbecy:empty,.kczs:empty{display:none}
.n44z{position:relative;overflow:visible}
.rmdu .sj0kx5,.ri9k5mt .sj0kx5,
.ft1vx .sj0kx5,.d9m77jbi .sj0kx5,
.arsd .sj0kx5,.sbt9q .sj0kx5{display:block}
.ugn711e .jqkow8pd{display:block}
.rmdu .sj0kx5,.ri9k5mt .sj0kx5,
.ft1vx .sj0kx5,.d9m77jbi .sj0kx5,
.arsd .sj0kx5{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}
.rmdu .sj0kx5 .kczs,.ri9k5mt .sj0kx5 .kczs,
.ft1vx .sj0kx5 .kczs,.d9m77jbi .sj0kx5 .kczs,
.arsd .sj0kx5 .kczs{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}
.rmdu .d5dj,.ri9k5mt .d5dj,
.ft1vx .d5dj,.d9m77jbi .d5dj,
.arsd .d5dj{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.rmdu .sj0kx5,.ri9k5mt .sj0kx5{top:12px}
.rmdu .sj0kx5 .kczs{margin-right:auto}
.ri9k5mt .sj0kx5 .kczs{margin-left:auto}
.ri9k5mt .sj0kx5{text-align:right}
.ft1vx .sj0kx5,.d9m77jbi .sj0kx5{bottom:12px}
.ft1vx .sj0kx5 .kczs{margin-right:auto}
.d9m77jbi .sj0kx5 .kczs{margin-left:auto}
.d9m77jbi .sj0kx5{text-align:right}
.arsd .sj0kx5{position:relative;margin-top:16px}
.arsd .sj0kx5 .kczs{margin:0 auto}
.sbt9q .sj0kx5{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.sbt9q .sj0kx5 .kczs{margin:0}
.sbt9q .ymozlm~.sj0kx5,
.sbt9q .v9udi5f~.sj0kx5{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.sbt9q .ymozlm~.sj0kx5 .kczs,
.sbt9q .v9udi5f~.sj0kx5 .kczs{justify-content:flex-start}
.ymozlm~.sj0kx5,.v9udi5f~.sj0kx5{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}
.ymozlm~.sj0kx5 .kczs{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.v9udi5f~.sj0kx5 .kczs{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.jqkow8pd .kczs{margin:0 0 12px}
.kczs{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.fx9iu{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.h3y2u82{font-weight:600;color:var(--text-heading);opacity:1}
.thm9j::before{content:"·";margin:0 2px;opacity:.5}
.d5dj{white-space:nowrap}
.jnmqnmbl .fx9iu{display:none}
.bp3k .d5dj{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.bp3k .thm9j::before{content:""}
.ebdtme .d5dj{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}
.ebdtme .thm9j::before{content:""}
.bfs0 .kczs{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.bejs2rs .d5dj{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.bejs2rs .thm9j::before{content:""}
.k0ri7 .d5dj{color: var(--accent-light);opacity:1;font-weight:500}
.dy74xmt .d5dj{border-bottom:1px solid currentColor;padding-bottom:2px}
.xs9vj .kczs{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.gd8oe{--date-bg:transparent}
.p2w56pz .thm9j::before{content:""}
.biz9ncm .thm9j::before{content:"•";opacity:.4}
.biz9ncm .d5dj + .d5dj::before{content:"•";margin-right:6px;opacity:.4}
.kx3yz3 .thm9j::before{content:"/";opacity:.35}
.kx3yz3 .d5dj + .d5dj::before{content:"/";margin-right:6px;opacity:.35}
.zdijf4t0 .thm9j::before{content:"|";opacity:.3}
.zdijf4t0 .d5dj + .d5dj::before{content:"|";margin-right:6px;opacity:.3}
.bh7e .thm9j::before{content:"—";opacity:.3}
.bh7e .d5dj + .d5dj::before{content:"—";margin-right:6px;opacity:.3}
.tkisyf .thm9j::before{content:"◆";font-size:.5em;opacity:.35}
.tkisyf .d5dj + .d5dj::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.gxtbt3 .thm9j::before{content:"·";opacity:.4}
.gxtbt3 .d5dj + .d5dj::before{content:"·";margin-right:6px;opacity:.4}
.fkzctmae .thm9j::before{content:"›";opacity:.4}
.fkzctmae .d5dj + .d5dj::before{content:"›";margin-right:6px;opacity:.4}
.yetiaq .thm9j::before{content:"→";opacity:.35;font-size:.85em}
.yetiaq .d5dj + .d5dj::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.twtobbj{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.o65l43{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.vamp4u{display:flex;flex-direction:column;gap:3px}
.fy0l{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.vqo1{font-weight:700;font-size:1rem;color:var(--text-heading)}
.f36l{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.fiz9d .twtobbj{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.oj0n9z .twtobbj{border-top:3px solid var(--accent);padding-top:18px}
.qlof .twtobbj{border-left:3px solid var(--accent);border-radius:0}
.s8g5nc2 .twtobbj{padding:20px 0}
@media(max-width:640px){
  .twtobbj{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .f36l{max-width:100%}
}
.a0des .bw4kuj{margin:0}
@media (max-width:560px){
  .y1sx5{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) {
  .wn927sah { padding: 28px 18px 20px; }
  .hlsxghrq { font-size: 1.2rem; }
  .ur1i { max-width: 220px; max-height: 80px; }
}
.rktfoq {
  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);
}
.sncu7 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.oozk  .rktfoq { border-radius: 50%; }
.q920lyg  .rktfoq { border-radius: 6px; }
.n5nc .rktfoq { border-radius: 22px; }
.uuytq9 .o5sd3oh7 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .rktfoq { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.dwugy6 .mfuborv {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.dwugy6 .omu5xq9 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.dwugy6 .o5sd3oh7 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.uphwhqs {
  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;                  
}
.uphwhqs.gwc7r3g4 { transform: translate(-50%, 0); }
.uphwhqs .mfuborv,
.uphwhqs .omu5xq9 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.uphwhqs .o5sd3oh7 {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.q5jd1c6 {
  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;
}
.q5jd1c6::before,
.q5jd1c6::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.q5jd1c6::before { transform: translate(-50%, -50%) rotate(45deg); }
.q5jd1c6::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.q5jd1c6:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .uphwhqs { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .uphwhqs .o5sd3oh7 {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .uphwhqs .hz8ymutm { display: none !important; }
  .uphwhqs .fp3xqg { font-size: 1.1rem !important; }
  .uphwhqs .rktfoq { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .q5jd1c6 { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .c03hz5f { flex-direction: row-reverse; }
[dir="rtl"] .rs01zy { flex-direction: row-reverse; }
[dir="rtl"] .wq29gmf  .acqtq { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .zpkhe1 .acqtq { right: auto; left: 20px; }
  [dir="rtl"] .wq29gmf  .acqtq { left: auto;  right: 20px; }
}
[dir="rtl"] .ybgxjwz .snatig  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .f5gtp .snatig { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ohm1r392, [dir="rtl"] .qwvb { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .fbzz7fp5 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .qq2pj { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .e9qker { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .o5sd3oh7 { direction: rtl; }
[dir="rtl"] .rktfoq { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .hw0hd,
[dir="rtl"] .yeh8 { direction: rtl; }
[dir="rtl"] .rqrihi { direction: rtl; }
[dir="rtl"] .j4to { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .bqox4kvk .qwvb,
[dir="rtl"] .cm9ds9f0 .qwvb,
[dir="rtl"] .ht3m32 .qwvb,
[dir="rtl"] .yknq .qwvb {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .bqox4kvk .qwvb li::before,
[dir="rtl"] .cm9ds9f0 .qwvb li::before,
[dir="rtl"] .ht3m32 .qwvb li::before,
[dir="rtl"] .yknq .qwvb li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .a8pihj0.lyd26du .og5cs,
[dir="rtl"] .c2ud0fm.lyd26du .og5cs,
[dir="rtl"] .zzil5.lyd26du .og5cs,
[dir="rtl"] .jw1r5w42.lyd26du .og5cs,
[dir="rtl"] .u4mtk8.lyd26du .og5cs { text-align: right; }
[dir="rtl"] .ymozlm.lyd26du .wlaf1kq0 { align-items: flex-end; text-align: right; }
[dir="rtl"] .omu5xq9,
[dir="rtl"] .jxptt53,
[dir="rtl"] .btcu29,
[dir="rtl"] .og5cs { text-align: right; }
[dir="rtl"] .hkp09,
[dir="rtl"] .aqatryw,
[dir="rtl"] .xdi7yiv4,
[dir="rtl"] .vl9fg3un,
[dir="rtl"] .svxbrb2l { text-align: right; direction: rtl; }
[dir="rtl"] .wz5c6 .vl9fg3un,
[dir="rtl"] .fj3lbmi .vl9fg3un { padding-right: 20px; padding-left: 20px; }
.uzyj3v .ba5y6pz,
.h7k6r2 .ba5y6pz,
.ilqn98m .ba5y6pz { gap: 0; }
.c6nq .ba5y6pz { gap: 14px; }
.uzyj3v .hw0hd,
.h7k6r2 .hw0hd,
.c6nq .hw0hd,
.ilqn98m .hw0hd {
  
  grid-template-columns: auto 260px minmax(0, 1fr) auto auto;
  gap: 20px;
  padding: 22px 26px;
  align-items: center;
  
  grid-auto-flow: dense;
}
.uzyj3v .hw0hd,
.h7k6r2 .hw0hd,
.ilqn98m .hw0hd {
  background: var(--bg-card);
  border: none; border-radius: 0;
}
.uzyj3v .hw0hd:nth-child(even),
.ilqn98m .hw0hd:nth-child(even) { background: var(--accent-bg); }
.h7k6r2 .hw0hd + .hw0hd { border-top: 1px solid var(--border-alt); }
.c6nq .hw0hd {
  border: 1px solid var(--border-alt); border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.uzyj3v .hw0hd:hover,
.h7k6r2 .hw0hd:hover,
.ilqn98m .hw0hd:hover { background: var(--bg-hover); }
.uzyj3v .hw0hd::before,
.h7k6r2 .hw0hd::before,
.c6nq .hw0hd::before,
.ilqn98m .hw0hd::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;
}
.ilqn98m .hw0hd::before {
  background: var(--accent); color: var(--cta-fg, #fff);
}
.uzyj3v .u7jprc,
.h7k6r2 .u7jprc,
.c6nq .u7jprc,
.ilqn98m .u7jprc {
  grid-column: 2;
  flex-direction: row; align-items: center; justify-content: flex-start;
  width: auto; gap: 16px; text-align: left;
}
.uzyj3v .e0cu,
.h7k6r2 .e0cu,
.c6nq .e0cu,
.ilqn98m .e0cu {
  width: 78px; height: 78px; padding: 0;
  border-radius: 50%; overflow: hidden; flex-shrink: 0;
}
.uzyj3v .vyqkx3,
.h7k6r2 .vyqkx3,
.c6nq .vyqkx3,
.ilqn98m .vyqkx3 {
  width: 100%; height: 100%; max-width: none; max-height: none;
  object-fit: cover;
}
.uzyj3v .fp8q63ek,
.h7k6r2 .fp8q63ek,
.c6nq .fp8q63ek,
.ilqn98m .fp8q63ek {
  font-size: 1.3rem; font-weight: 700; color: var(--accent);
  text-align: left;
}
.ilqn98m .fp8q63ek { font-size: 1.45rem; font-weight: 800; }
.uzyj3v .evp5k,
.h7k6r2 .evp5k,
.c6nq .evp5k,
.ilqn98m .evp5k {
  grid-column: 3; display: block;
  justify-self: center; width: min(100%, 340px);
}
.uzyj3v .evp5k .q7oygh,
.h7k6r2 .evp5k .q7oygh,
.c6nq .evp5k .q7oygh,
.ilqn98m .evp5k .q7oygh {
  background: var(--accent-bg);
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  flex-direction: row; justify-content: center;
}
.uzyj3v .evp5k .q7oygh .r95m,
.h7k6r2 .evp5k .q7oygh .r95m,
.c6nq .evp5k .q7oygh .r95m,
.ilqn98m .evp5k .q7oygh .r95m { display: none; }
.uzyj3v .evp5k .q7oygh .ivsd1lj::before,
.h7k6r2 .evp5k .q7oygh .ivsd1lj::before,
.c6nq .evp5k .q7oygh .ivsd1lj::before,
.ilqn98m .evp5k .q7oygh .ivsd1lj::before { content: "\1F381\00a0"; }
.uzyj3v .evp5k .q7oygh .ivsd1lj,
.h7k6r2 .evp5k .q7oygh .ivsd1lj,
.c6nq .evp5k .q7oygh .ivsd1lj,
.ilqn98m .evp5k .q7oygh .ivsd1lj {
  font-size: 1.05rem; font-weight: 700; color: var(--text-primary);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.uzyj3v .evp5k .fg0iijy,
.h7k6r2 .evp5k .fg0iijy,
.c6nq .evp5k .fg0iijy,
.ilqn98m .evp5k .fg0iijy { display: none; }
.uzyj3v .d8ro2,
.h7k6r2 .d8ro2,
.c6nq .d8ro2,
.ilqn98m .d8ro2 {
  grid-column: 4; min-width: 120px; width: auto;
}
.uzyj3v .mbpzyk,
.h7k6r2 .mbpzyk,
.c6nq .mbpzyk,
.ilqn98m .mbpzyk { display: block; font-size: 1.25rem; letter-spacing: 2px; }
.uzyj3v .rz951e,
.h7k6r2 .rz951e,
.c6nq .rz951e,
.ilqn98m .rz951e { display: none; }
.uzyj3v .mb2t.f9acnyv2,
.h7k6r2 .mb2t.f9acnyv2,
.c6nq .mb2t.f9acnyv2,
.ilqn98m .mb2t.f9acnyv2 {
  grid-column: 5;
  min-width: 190px;
  border-radius: 999px;
  padding: 17px 34px !important;
  font-size: 1.05rem !important; font-weight: 700;
}
.ilqn98m .mb2t.f9acnyv2 { box-shadow: 0 4px 16px color-mix(in srgb, var(--cta) 45%, transparent); }
@media (max-width: 1080px) {
  .uzyj3v .hw0hd,
  .h7k6r2 .hw0hd,
  .c6nq .hw0hd,
  .ilqn98m .hw0hd {
    grid-template-columns: auto 220px minmax(0, 1fr) auto;
    gap: 16px; padding: 18px;
  }
  .uzyj3v .d8ro2,
  .h7k6r2 .d8ro2,
  .c6nq .d8ro2,
  .ilqn98m .d8ro2 { display: none; }
  .uzyj3v .mb2t.f9acnyv2,
  .h7k6r2 .mb2t.f9acnyv2,
  .c6nq .mb2t.f9acnyv2,
  .ilqn98m .mb2t.f9acnyv2 { grid-column: 4; min-width: 150px; padding: 14px 24px !important; }
}
@media (max-width: 720px) {
  .uzyj3v .hw0hd,
  .h7k6r2 .hw0hd,
  .c6nq .hw0hd,
  .ilqn98m .hw0hd {
    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;
  }
  .uzyj3v .hw0hd::before,
  .h7k6r2 .hw0hd::before,
  .c6nq .hw0hd::before,
  .ilqn98m .hw0hd::before { grid-area: rank; align-self: center; justify-self: start; }
  .uzyj3v .u7jprc,
  .h7k6r2 .u7jprc,
  .c6nq .u7jprc,
  .ilqn98m .u7jprc { grid-area: ident; width: auto; justify-content: flex-start; }
  .uzyj3v .evp5k,
  .h7k6r2 .evp5k,
  .c6nq .evp5k,
  .ilqn98m .evp5k { grid-area: pills; }
  
  .uzyj3v .evp5k .q7oygh,
  .h7k6r2 .evp5k .q7oygh,
  .c6nq .evp5k .q7oygh,
  .ilqn98m .evp5k .q7oygh {
    background: var(--accent-bg); border-radius: 999px;
    padding: 11px 18px; justify-content: center;
  }
  .uzyj3v .mb2t.f9acnyv2,
  .h7k6r2 .mb2t.f9acnyv2,
  .c6nq .mb2t.f9acnyv2,
  .ilqn98m .mb2t.f9acnyv2 { grid-area: cta; width: 100%; }
  .uzyj3v .e0cu,
  .h7k6r2 .e0cu,
  .c6nq .e0cu,
  .ilqn98m .e0cu { width: 56px; height: 56px; }
  .uzyj3v .fp8q63ek,
  .h7k6r2 .fp8q63ek,
  .c6nq .fp8q63ek,
  .ilqn98m .fp8q63ek { font-size: 1.1rem; }
}
:root {
  --accent:          #c09009;
  --brand:           #c09009;
  --brand-light:     #9e7910;
  --brand-pale:      #c19720;
  --grad-start:      #f5c12f;
  --grad-end:        #f0cf71;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #c2410c;
  --cta-fg:          #ffffff;
  --cta-light:       #9f3205;
  --cta-hover:       #882d08;
  --bg-page:         #f8f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f5f3;
  --bg-raised:       #f1f0ed;
  --bg-hover:        #f6f5f3;
  --border:          #e9e7e1;
  --border-alt:      #ddd9cf;
  --border-section:  #e9e7e1;
  --text-primary:    #1c1a16;
  --text-muted:      #625d50;
  --text-body:       #38352d;
  --text-sub:        #545044;
  --text-faint:      #8c8572;
  --text-dim:        #a39d8e;
  --text-label:      #706a5b;
  --text-value:      #464239;
  --accent-bg:       #f7f0de;
  --accent-bg-light: #f4e7c1;
  --bg-tip:          #f0f9f1;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f9f9;
  --bg-pros:         #f0f9f1;
  --bg-cons:         #faf4f3;
  --c-pros:          #0c961c;
  --c-cons:          #9f2f21;
  --c-pros-label:    #0eb321;
  --c-tip-border:    #10c624;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c961c;
}
:root { --logo-bg-opacity: 78%; }
body, button, input { font-family: "Nunito Sans", sans-serif; }
.tbeipo .cj2w04, .tbeipo .ymozlm { min-height: 520px; }
.ythi25g::before { content: '›'; font-size: 1.1em; }