:root {
  --color-accent: #0c34a6;
  --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;
}
.mv3uc2 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.oaeqnto2 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.x4g9q {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.g5hz75i { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.k5l5by { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.k5l5by a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.k5l5by a:hover { color: var(--accent-light); }
.knnne     .zub98mm { border-radius: 24px; padding: 8px; }
.knnne .zub98mm li a { border-radius: 16px; }
.o4daw  .zub98mm li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .zub98mm {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .tryvmt1:hover .zub98mm,
  .tryvmt1:focus-within .zub98mm { display: block; }
  .zub98mm li a { padding: 8px 16px; font-size: 0.88rem; }
}
.rwob3m {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.ruy0 { display: none; }
@media (max-width: 640px) {
  .ruy0 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .ruy0.fyooz { display: block; }
}
@media (max-width: 640px) {
  .rwob3m { display: block; }
  .k5l5by > li + li::before { display: none !important; }
  .k5l5by {
    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;
  }
  .k5l5by.fyooz { display: flex; }
  .k5l5by li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .k5l5by li:last-child a { border-bottom: none; }
}
.awkij { min-height: 480px; }
.l61un {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.y42cm1 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.vhely .y42cm1 { margin-left: 0; margin-right: 0; }
.tfufjh {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.qmgsvpo .tfufjh { margin-top: 24px; }
.tfufjh:hover { opacity: 0.88; }
.wa5127k7 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.f4e5s {
  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%);
}
.wa5127k7 .ar371w4u {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.wa5127k7 .l61un { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.wa5127k7 .y42cm1 { color: #e2e8f0; }
.wa5127k7.er11 .ar371w4u { text-align: center; }
.wa5127k7.vhely   .ar371w4u { text-align: left; }
.tvqwmwt .ar371w4u {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.tvqwmwt .l61un { color: var(--text-primary); text-shadow: none; }
.tvqwmwt .y42cm1 { color: var(--text-muted); }
.tvqwmwt .tfufjh { margin-top: 16px; }
.tvqwmwt, .tvqwmwt.awkij { min-height: auto !important; }
.tvqwmwt.er11 .ar371w4u { text-align: center; }
.tvqwmwt.vhely   .ar371w4u { text-align: left; }
.tvqwmwt~.v9mcbdtg{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}
.tvqwmwt~.v9mcbdtg .epds{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.r7psmncj .wa5127k7 .f4e5s {
  overflow: hidden;
}
.r7psmncj .wa5127k7 .f4e5s::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.c7ib .wa5127k7 .f4e5s {
  overflow: hidden;
}
.c7ib .wa5127k7 .f4e5s::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;
}
.jm4c .wa5127k7 .f4e5s {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.n7bbq0 .wa5127k7 .f4e5s {
  overflow: hidden;
}
.n7bbq0 .wa5127k7 .f4e5s::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;
}
.u5inv .wa5127k7 .f4e5s {
  animation: hg-breathe 10s ease-in-out infinite;
}
.ataoyzxr .f4e5s {
  background: none;
}
.ataoyzxr .l61un { color: #fff; }
.ataoyzxr .y42cm1 { color: rgba(255,255,255,0.85); }
.i3mtcjrv .l61un { text-shadow: none; color: var(--text-primary); }
.i3mtcjrv .y42cm1 { color: var(--text-muted); }
body.x9rer .l61un {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.nf6mf .l61un {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.awkij.ataoyzxr .l61un,
section.ataoyzxr .l61un {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.i3mtcjrv.vhely   .x8l3as16 { align-items: flex-start; text-align: left; }
.awkij .t44ls3kv {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.t44ls3kv .w4li58i1 {
  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;
}
.t44ls3kv .w4li58i1::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.t44ls3kv .hqephs69 { display: contents !important; }
.t44ls3kv .hqephs69 .edqfzx {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.t44ls3kv .hqephs69 .f8ey6l2u { max-height: 48px; max-width: 96px; }
.t44ls3kv .hqephs69 .j31e4p9 {
  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;
}
.t44ls3kv .mb8wj6hg {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.t44ls3kv .j5887h3 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.t44ls3kv .i66rokhk { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.t44ls3kv .i66rokhk small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.t44ls3kv .yhitrj { display: contents !important; }
.t44ls3kv .yhitrj .c16lcn2:not(.u1coeeei) { display: none !important; }
.t44ls3kv .yhitrj .u1coeeei {
  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;
}
.t44ls3kv .yhitrj .u1coeeei .oepmf {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.t44ls3kv .yhitrj .u1coeeei .a4ll8ggv {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.t44ls3kv .ygorh { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.t44ls3kv .ygorh.viblhc {
  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;
}
.t44ls3kv .ygorh.viblhc:hover { opacity: 0.85; }
.t44ls3kv .w4li58i1,
.t44ls3kv .w4li58i1:hover,
.t44ls3kv .w4li58i1:nth-child(even),
.t44ls3kv .w4li58i1:nth-child(odd),
.t44ls3kv .w4li58i1:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.nucepq9 .ar371w4u { padding-bottom: 24px; }
.qmgsvpo .ar371w4u { max-width: 1100px; }
@media (max-width: 700px) {
  .i3mtcjrv { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .i3mtcjrv:not(.bxe9) .ddxvev51 { display: none !important; }
  .bxe9 .ddxvev51 { padding: 16px; }
  .x8l3as16  { padding: 36px 24px; }
  .i3mtcjrv~.v9mcbdtg,.apq6~.v9mcbdtg{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .awkij, .i3mtcjrv { min-height: 320px !important; }
  .l61un { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .tao6skuh,
  .q7vek3vr,
  .rv8o { grid-template-columns: 1fr !important; }

  

  
  .nucepq9 { display: flex !important; flex-direction: column !important; }
  .nucepq9 .ar371w4u { display: contents; }
  .nucepq9 .f4e5s { order: 0; }
  .nucepq9 .l61un { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .nucepq9 .tao6skuh { order: 2; padding: 0 16px 12px !important; }
  .nucepq9 .y42cm1 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .qmgsvpo .ar371w4u { display: flex; flex-direction: column; }
  .qmgsvpo .ar371w4u .l61un { order: 1; }
  .qmgsvpo .ar371w4u .rv8o { order: 2; margin: 8px 0 24px !important; }
  .qmgsvpo .ar371w4u .y42cm1 { order: 3; }
  .qmgsvpo .ar371w4u .tfufjh { order: 4; align-self: center; margin-top: 0; }

  
  .i3mtcjrv.bxe9 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .i3mtcjrv.bxe9 .x8l3as16 { display: contents; padding: 0; }
  .i3mtcjrv.bxe9 .x8l3as16 .l61un { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .i3mtcjrv.bxe9 .ddxvev51 { order: 2; padding: 12px 16px; }
  .i3mtcjrv.bxe9 .x8l3as16 .y42cm1 { order: 3; padding: 0 24px; margin: 0 auto; }
  .i3mtcjrv.bxe9 .x8l3as16 .tfufjh { order: 4; align-self: center; margin: 8px 0 32px; }
}
.fitb { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.xkqnc5 { width: 100%; height: auto; display: block; border-radius: 10px; }
.n5xk .fitb        { border-radius: 16px; }
.n5xk .xkqnc5  { border-radius: 16px; }
.bdnb4t8g .fitb         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.bdnb4t8g .xkqnc5   { border-radius: 8px; }
.r196 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.msan26a { width: 100%; padding: 32px 0; position: relative; }
.jqesmxk { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.yygoeef .msan26a:nth-child(even) { background: var(--bg-surface); }
.yygoeef .msan26a:nth-child(odd)  { background: var(--bg-page); }
.qemnmnb .msan26a:nth-child(even) { background: var(--bg-card); }
.qemnmnb .msan26a:nth-child(odd)  { background: var(--bg-page); }
.yygoeef .msan26a:nth-child(odd)  .jqesmxk { background: var(--bg-card); border-radius: 6px; }
.yygoeef .msan26a:nth-child(even) .jqesmxk { background: var(--bg-raised); border-radius: 6px; }
.qemnmnb .msan26a:nth-child(odd)  .jqesmxk { background: var(--bg-card); border-radius: 6px; }
.qemnmnb .msan26a:nth-child(even) .jqesmxk { background: var(--bg-raised); border-radius: 6px; }
.yygoeef .msan26a:nth-child(even) .h4tn .k6536,
.qemnmnb .msan26a:nth-child(even) .h4tn .k6536 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.yygoeef .msan26a:nth-child(odd) .h4tn .k6536,
.qemnmnb .msan26a:nth-child(odd) .h4tn .k6536 { background: var(--bg-card-inner); }
.yygoeef .msan26a:nth-child(even) .w3m4 .k6536:nth-child(odd),
.qemnmnb .msan26a:nth-child(even) .w3m4 .k6536:nth-child(odd)  { background: var(--bg-card); }
.yygoeef .msan26a:nth-child(even) .w3m4 .k6536:nth-child(even),
.qemnmnb .msan26a:nth-child(even) .w3m4 .k6536:nth-child(even) { background: var(--bg-card-inner); }
h1.tyyvepf7 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.tyyvepf7 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.vetmndg { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.vk8ydw h2.tyyvepf7 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.a06o4at h2.tyyvepf7 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.qnqehv h2.tyyvepf7 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.uv7eyl h2.tyyvepf7::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.a65gnrm h2.tyyvepf7 {
  color: var(--text-primary); font-size: 1.7rem;
}
.xew5m6y h2.tyyvepf7::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.xfbr5ikx h2.tyyvepf7 {
  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) { .oayz5 { display: none; } }
.l0hka0p { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ohd5328d { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.m0sn6 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.s48non2x { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.vkvl6yl { padding-left: 20px; }
.vkvl6yl li { margin-bottom: 6px; }
.vkvl6yl a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.vkvl6yl a:hover { color: var(--accent-light); }
.yr2m .s48non2x { display: none; }
.tgl7b5 .s48non2x { display: none; }
.tgl7b5 .vkvl6yl { padding-left: 0; list-style: none; }
.tgl7b5 .vkvl6yl li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.tgl7b5 .vkvl6yl a { font-size: 0.92rem; }
.nqh8p3 .m0sn6 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.nqh8p3 .s48non2x { display: none; }
.nqh8p3 .vkvl6yl { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.nqh8p3 .vkvl6yl li { margin-bottom: 0; }
.nqh8p3 .vkvl6yl 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;
}
.nqh8p3 .vkvl6yl a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.oadwsw .m0sn6 { padding: 20px 20px 16px; }
.oadwsw .vkvl6yl {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.oadwsw .vkvl6yl li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.oadwsw .vkvl6yl 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;
}
.oadwsw .vkvl6yl 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;
}
.oadwsw .vkvl6yl a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.oadwsw .vkvl6yl a:focus,
.oadwsw .vkvl6yl a:focus-visible,
.oadwsw .vkvl6yl a:target { outline: none; }
.oadwsw .vkvl6yl li:target a { border-color: var(--border); color: var(--text-muted); }
.pq8pde .m0sn6 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.pq8pde .s48non2x { display: none; }
.pq8pde .vkvl6yl { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.pq8pde .vkvl6yl li { counter-increment: toc-n; margin-bottom: 0; }
.pq8pde .vkvl6yl 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;
}
.pq8pde .vkvl6yl 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;
}
.pq8pde .vkvl6yl a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.b7gp .m0sn6 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.b7gp .s48non2x { display: none; }
.b7gp .vkvl6yl { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.b7gp .vkvl6yl li { margin-bottom: 0; }
.b7gp .vkvl6yl 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;
}
.b7gp .vkvl6yl a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.bsz1m .m0sn6 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.bsz1m .s48non2x { display: none; }
.bsz1m .vkvl6yl { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.bsz1m .vkvl6yl li { margin-bottom: 0; }
.bsz1m .vkvl6yl li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.bsz1m .vkvl6yl li:last-child::after { content: ""; margin-right: 0; }
.bsz1m .vkvl6yl a { font-size: 0.9rem; }
.k6536 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.h4tn .k6536 { background: var(--bg-card); }
.w3m4 .k6536:nth-child(odd)  { background: var(--bg-card); }
.w3m4 .k6536:nth-child(even) { background: var(--bg-raised); }
.v1fyc .k6536 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.v1fyc .k6536:last-child { border-bottom: none; }
.v1fyc h3.vetmndg { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.cm7crjka .k6536 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.cm7crjka .k6536 + .k6536 { margin-top: 4px; }
.qxp8 .k6536 { background: none; border-radius: 0; padding: 12px 0; }
.qxp8 .k6536 + .k6536 { border-top: 1px solid var(--border-section); }
.kkf5m { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.xtmb1tiy { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.d6osrml { color: var(--text-body); margin-bottom: 10px; }
.cxxpo85, .q4i2pn5 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.cxxpo85 li, .q4i2pn5 li { margin-bottom: 6px; }
.q4i2pn5 li { list-style: decimal; }
.lv69ts     .cxxpo85 { list-style-type: "● "; }
.xhgde33y  .cxxpo85 { list-style-type: "■ "; }
.aicii .cxxpo85 { list-style-type: "◆ "; }
.vgu8gdp6    .cxxpo85 { list-style-type: "★ "; }
.lv69ts     .u0g6 { list-style-type: "● "; }
.xhgde33y  .u0g6 { list-style-type: "■ "; }
.aicii .u0g6 { list-style-type: "◆ "; }
.vgu8gdp6    .u0g6 { list-style-type: "★ "; }
.lv69ts    .cxxpo85 li::marker, .lv69ts    .u0g6 li::marker,
.xhgde33y .cxxpo85 li::marker, .xhgde33y .u0g6 li::marker,
.aicii .cxxpo85 li::marker, .aicii .u0g6 li::marker,
.vgu8gdp6   .cxxpo85 li::marker, .vgu8gdp6   .u0g6 li::marker {
  color: var(--cta); font-size: 1em;
}
.lv69ts .q4i2pn5,
.xhgde33y .q4i2pn5,
.aicii .q4i2pn5,
.vgu8gdp6 .q4i2pn5 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.lv69ts .q4i2pn5 li,
.xhgde33y .q4i2pn5 li,
.aicii .q4i2pn5 li,
.vgu8gdp6 .q4i2pn5 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.lv69ts .q4i2pn5 li::before,
.xhgde33y .q4i2pn5 li::before,
.aicii .q4i2pn5 li::before,
.vgu8gdp6 .q4i2pn5 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;
}
.lv69ts     .q4i2pn5 li::before { border-radius: 50%; }
.xhgde33y  .q4i2pn5 li::before { border-radius: 3px; }
.aicii .q4i2pn5 li::before { border-radius: 3px; }
.vgu8gdp6    .q4i2pn5 li::before { border-radius: 50%; }
.dm18dfc7 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.u4qr .dm18dfc7,
.wdcoexo .dm18dfc7 { background: transparent; border: none; border-radius: 0; }
.sddpprm { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.sddpprm th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.sddpprm td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.sddpprm tr:hover td { background: var(--bg-hover); }
.pvofuh .sddpprm tbody tr:nth-child(even) td { background: var(--bg-surface); }
.gfkb5 .sddpprm { border: 1px solid var(--border-alt); }
.gfkb5 .sddpprm th,
.gfkb5 .sddpprm td { border: 1px solid var(--border-alt); }
.ndktcrw .sddpprm th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.ndktcrw .sddpprm td { border-bottom: none; }
.ndktcrw .sddpprm tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.ombcqk .sddpprm th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.gbpeke .dm18dfc7 {
  overflow: hidden;
}
.gbpeke .sddpprm th { border-bottom: 1px solid var(--border-alt); }
.gbpeke .sddpprm tr:last-child td { border-bottom: none; }
.y649 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ivagked { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.mqpv74b { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.o3i52dp { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.lbknvv0 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.u0g6 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.u0g6 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%}
.kaje .o3i52dp { background: transparent; text-align: center; }
.k4pwz4o .mqpv74b {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.pfop .mqpv74b {
  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);
}
.f504yiij .ivagked { display: grid; grid-template-columns: auto 1fr; }
.f504yiij .mqpv74b {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.f504yiij .o3i52dp { grid-column: 2; }
.f504yiij .lbknvv0,
.f504yiij .u0g6 { grid-column: 1 / -1; }
.l2cnni .ivagked { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.l2cnni .mqpv74b {
  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);
}
.l2cnni .o3i52dp { grid-column: 2; }
.l2cnni .lbknvv0,
.l2cnni .u0g6 { grid-column: 1 / -1; }
.kxcoxa .ivagked { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.kxcoxa .o3i52dp { background: none; color: var(--accent-light); font-weight: 700; }
.dy2wrb0f .ivagked { 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); }
.dy2wrb0f .o3i52dp { background: none; color: var(--accent-light); font-weight: 700; }
.inm1euk .ivagked { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.inm1euk .ivagked:last-child { border-bottom: none; }
.inm1euk .o3i52dp { background: none; color: var(--accent-light); font-weight: 700; }
.pd988 .ivagked { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.pd988 .o3i52dp { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ulie8jzm .y649 { counter-reset: card-n; }
.ulie8jzm .ivagked  { counter-increment: card-n; }
.ulie8jzm .o3i52dp { display: flex; align-items: center; gap: 10px; }
.ulie8jzm .o3i52dp::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;
}
.unar4b0q .ivagked { background: var(--bg-surface); border: 1px solid var(--border); }
.unar4b0q .o3i52dp { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.uc6i { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.uc6i         { --cl-hue: var(--accent); }
.ulr9     { --cl-hue: #16a34a; }
.s3s0am8    { --cl-hue: #2563eb; }
.ulr9, .ove1dt, .s3s0am8, .dy1zmbl6 {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.eyxeq { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.eyxeq::before { color: var(--cl-hue); }
.uc6i strong { color: var(--text-primary); font-size: 0.95rem; }
.uc6i p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.vqjc { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.feaov, .q94ks8 { border-radius: 8px; padding: 14px; }
.feaov { background: var(--bg-pros); }
.q94ks8 { background: var(--bg-cons); }
.f0pq57 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.feaov .f0pq57 { color: var(--c-pros-label); }
.q94ks8 .f0pq57 { color: #f87171; }
.feaov ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.q94ks8 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.xkqnc5 { width: 100%; height: auto; border-radius: 10px; display: block; }
.viblhc {
  background: var(--cta); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.viblhc:hover { opacity: 0.85; }
.zba4r6y3 .viblhc  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.zba4r6y3 .viblhc:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.bi92f29 .viblhc  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.bi92f29 .viblhc:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zba4r6y3 .ygorh.viblhc, .bi92f29 .ygorh.viblhc,
.zba4r6y3 .uh9scdul .viblhc, .bi92f29 .uh9scdul .viblhc {
  background: var(--cta); border: none; color: #fff;
}
.zba4r6y3 .ygorh.viblhc:hover, .bi92f29 .ygorh.viblhc:hover,
.zba4r6y3 .uh9scdul .viblhc:hover, .bi92f29 .uh9scdul .viblhc:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.u6zm .tfufjh { border-radius: 50px; }
.u6zm .viblhc  { border-radius: 50px; }
.weum .tfufjh,
.weum .viblhc { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.weum .tfufjh:hover,
.weum .viblhc:hover { filter: brightness(1.08); opacity: 1; }
.mw3g6et .tfufjh,
.mw3g6et .viblhc { box-shadow: 0 3px 14px -2px var(--cta); }
.mw3g6et .tfufjh:hover,
.mw3g6et .viblhc:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.vw5kkz6 .tfufjh,
.vw5kkz6 .viblhc { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.vw5kkz6 .tfufjh:hover,
.vw5kkz6 .viblhc:hover { opacity: 1; }
.vw5kkz6 .tfufjh:active,
.vw5kkz6 .viblhc:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.m94rxrg6 .tfufjh,
.m94rxrg6 .viblhc { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.m94rxrg6 .tfufjh:hover,
.m94rxrg6 .viblhc:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.m94rxrg6 .tfufjh:active,
.m94rxrg6 .viblhc:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.qf94g .tfufjh,
.qf94g .viblhc { position: relative; overflow: hidden; }
.qf94g .tfufjh::before,
.qf94g .viblhc::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;
}
.qf94g .tfufjh:hover::before,
.qf94g .viblhc:hover::before { left: 135%; }
.p1lgk .tfufjh,
.p1lgk .viblhc { border-radius: 0; }
.ee5mf .tfufjh { padding-left: 22px; padding-right: 22px; }
.ee5mf .viblhc  { padding-left: 12px; padding-right: 12px; }
.ay6vhd .tfufjh { padding-left: 44px; padding-right: 44px; }
.ay6vhd .viblhc  { padding-left: 24px; padding-right: 24px; }
.ozxziuu .tfufjh { padding-left: 56px; padding-right: 56px; }
.ozxziuu .viblhc  { padding-left: 32px; padding-right: 32px; }
.fpmj5   .tfufjh::after, .fpmj5   .viblhc::after,
.en98 .tfufjh::after, .en98 .viblhc::after,
.tedh    .tfufjh::after, .tedh    .viblhc::after,
.iyxw5bls    .tfufjh::after, .iyxw5bls    .viblhc::after,
.wbb73    .tfufjh::after, .wbb73    .viblhc::after,
.n0o8w5     .tfufjh::after, .n0o8w5     .viblhc::after,
.po2byss8    .tfufjh::after, .po2byss8    .viblhc::after,
.cbgyvf0   .tfufjh::after, .cbgyvf0   .viblhc::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;
}
.fpmj5 .tfufjh::after, .fpmj5 .viblhc::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");
}
.en98 .tfufjh::after, .en98 .viblhc::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");
}
.tedh .tfufjh::after, .tedh .viblhc::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");
}
.iyxw5bls .tfufjh::after, .iyxw5bls .viblhc::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");
}
.wbb73 .tfufjh::after, .wbb73 .viblhc::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");
}
.n0o8w5 .tfufjh::after, .n0o8w5 .viblhc::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");
}
.po2byss8 .tfufjh::after, .po2byss8 .viblhc::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");
}
.cbgyvf0 .tfufjh::after, .cbgyvf0 .viblhc::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");
}
.rxq5   .ubkfj::after, .rxq5   .vxmf1a::after,
.d4cgnkn .ubkfj::after, .d4cgnkn .vxmf1a::after,
.gk1vr1    .ubkfj::after, .gk1vr1    .vxmf1a::after,
.lrnnu51    .ubkfj::after, .lrnnu51    .vxmf1a::after,
.q2azlz    .ubkfj::after, .q2azlz    .vxmf1a::after,
.gnhepk3     .ubkfj::after, .gnhepk3     .vxmf1a::after,
.sc3a1    .ubkfj::after, .sc3a1    .vxmf1a::after,
.vzrj0   .ubkfj::after, .vzrj0   .vxmf1a::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;
}
.rxq5 .ubkfj::after, .rxq5 .vxmf1a::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");
}
.d4cgnkn .ubkfj::after, .d4cgnkn .vxmf1a::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");
}
.gk1vr1 .ubkfj::after, .gk1vr1 .vxmf1a::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");
}
.lrnnu51 .ubkfj::after, .lrnnu51 .vxmf1a::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");
}
.q2azlz .ubkfj::after, .q2azlz .vxmf1a::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");
}
.gnhepk3 .ubkfj::after, .gnhepk3 .vxmf1a::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");
}
.sc3a1 .ubkfj::after, .sc3a1 .vxmf1a::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");
}
.vzrj0 .ubkfj::after, .vzrj0 .vxmf1a::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");
}
.v18q2q2 {
  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;
}
.w4li58i1 {
  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;
}
.w4li58i1 > * { min-width: 0; }
.w4li58i1:hover { background: var(--bg-hover); }
.w4li58i1 > [itemprop="item"] { display: contents; }
.w4li58i1 [itemprop="itemReviewed"],
.w4li58i1 [itemprop="reviewRating"] { display: none; }
.w4li58i1::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;
}
.hqephs69 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.edqfzx {
  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;
}
.f8ey6l2u { max-height: 52px; max-width: 110px; object-fit: contain; }
.j31e4p9 {
  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;
}
.c37j7oa3 .edqfzx    { background: #1a1a1a; }
.a2nh .edqfzx   { background: rgba(128,128,128,.12); }
.yif6 .edqfzx { background: var(--bg-raised); }
.inagqjn .edqfzx    { background: transparent; padding: 0; }
.mb8wj6hg {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.j5887h3 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.i66rokhk { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.yhitrj {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.c16lcn2 {
  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;
}
.oepmf {
  
  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%;
}
.a4ll8ggv {
  
  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;
}
.ygorh {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.ygorh.viblhc {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .w4li58i1 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .w4li58i1::before    { grid-area: rank;   }
  .hqephs69           { grid-area: ident;  }
  .mb8wj6hg     { grid-area: rating; min-width: 0; width: auto; }
  .yhitrj           { grid-area: pills;  }
  .ygorh             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .w4li58i1 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .w4li58i1::before    { justify-self: center; }
  .hqephs69           { width: 100%; }
  .mb8wj6hg     { justify-self: center; }
  .yhitrj           { grid-template-columns: 1fr; }
}
@media (max-width: 560px) { .tldhzrfd { padding: 10px 16px; gap: 6px 16px; } }
.uh9scdul .viblhc { white-space: nowrap; }
@media (max-width: 560px) {
  .cnbn7 { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .hxy3ct3t { order: 1; }
  .uh9scdul { order: 2; margin-left: auto; align-self: center; }
  .ptlym { order: 3; flex: 1 1 100%; min-width: 0; }
}
.baew5es .blfsx { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .kpek .lemfx1 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .kpek .vhhmb58x { margin: 0; }
}
.wdcoexo .vqjc { gap: 10px; }
.wdcoexo .feaov, .wdcoexo .q94ks8 { padding: 12px; }
.wdcoexo .feaov ul, .wdcoexo .q94ks8 ul { margin: 4px 0 0; padding-left: 18px; }
.wdcoexo .feaov li, .wdcoexo .q94ks8 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .nb0me { grid-template-columns: 1fr; }
  .eixgn091 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .eixgn091 .jdazh4x { width: 72px; height: 50px; }
  .eixgn091 .espijs { max-width: 180px; }
  .eixgn091 .h8flb9t { width: auto; }
}
@media (max-width: 720px) {
  .kyo69x { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .vffut { padding: 16px; }
  .drrf .bqjr6ro { min-width: 50%; }
}
.omfi .vqjc { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .uahljq { grid-template-columns: 1fr; }
  .hpr56 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .mw140no4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .dysksj4p { flex-wrap: wrap; padding: 16px; }
}
.at64pex .vqjc { gap: 8px; }
.at64pex .feaov, .at64pex .q94ks8 { padding: 8px; }
@media (max-width: 480px) {
  .o4lhn72 { flex-direction: column; align-items: stretch; }
}
.u5ij8w .h8flb9t .viblhc { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .wrr7ve { flex-direction: column; align-items: stretch; gap: 10px; }
  .u5ij8w .h8flb9t { text-align: center; }
}
@media (max-width: 720px) {
  .e52yduv { grid-template-columns: 1fr; }
  .yjn5y3 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .cecmmj { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .nf30nq { grid-template-columns: 1fr; }
  .x7tb { width: 100px; height: 100px; margin: 16px auto; }
  .kvv4mvd { font-size: 1.4rem; }
  .sf74bhxz { justify-content: center; }
  .etuam .bqjr6ro { min-width: 50%; }
}
.m3xo .vqjc { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .iyzf1 { flex-wrap: wrap; padding: 14px 16px; }
  .abjqcn94 { padding: 12px 16px; }
  .m3xo .vqjc { margin: 0 16px; }
  .m3xo .ob48pan { padding: 0 16px; }
  .ruvf { padding: 12px 16px; }
}
.zfe6pq .w4li58i1 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.zfe6pq .w4li58i1:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.e8veka .v18q2q2 { gap: 18px; }
.e8veka .w4li58i1 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.e8veka .w4li58i1:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.vpbc8c4 .v18q2q2 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.vpbc8c4 .w4li58i1 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.vpbc8c4 .w4li58i1:last-child { border-bottom: none; }
.vpbc8c4 .hqephs69,
.vpbc8c4 .mb8wj6hg,
.vpbc8c4 .yhitrj {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.m4mr5 .v18q2q2 { gap: 0; }
.m4mr5 .w4li58i1 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.m4mr5 .w4li58i1:last-child { border-bottom: none; }
.m4mr5 .w4li58i1:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.m4mr5 .w4li58i1:nth-child(even):hover { background: var(--bg-hover); }
.emcq83 .w4li58i1 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.jv400a .yhitrj .c16lcn2 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.jv400a .yhitrj .c16lcn2:first-child { border-left: none; }
.v2l1miv .yhitrj .c16lcn2 {
  background: transparent; padding: 4px 8px;
}
.v2l1miv .yhitrj .oepmf { font-size: .65rem; opacity: .65; }
.v2l1miv .yhitrj .a4ll8ggv   { font-size: 1.15rem; color: var(--accent-light); }
.qhmat4 .yhitrj .c16lcn2 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.i66rokhk { display: none; }
.gpwkwo7d .j5887h3 { font-size: 1rem; letter-spacing: 2px; }
.bapwgt0 .j5887h3 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.wn5yxl17 .j5887h3,
.ror4 .j5887h3,
.ri9o80 .j5887h3 { display: none; }
.wn5yxl17 .i66rokhk,
.ror4 .i66rokhk,
.ri9o80 .i66rokhk { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.wn5yxl17 .i66rokhk { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.wn5yxl17 .i66rokhk small { display: none; }
.ror4 .i66rokhk {
  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;
}
.ror4 .i66rokhk small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.ri9o80 .i66rokhk {
  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;
}
.ri9o80 .i66rokhk small { display: none; }
.asvhh { margin: 16px 0; }
.y50bn7kg { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.y50bn7kg summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.y50bn7kg summary::after { content: "+"; color: var(--accent-light); }
.y50bn7kg[open] summary::after { content: "−"; }
.y50bn7kg p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.msan26a { margin-bottom: 0; }
.tdj9 h2.tyyvepf7 { color: var(--text-primary); border-color: var(--accent-light); }
.ytlet67 h2.tyyvepf7 { color: var(--text-primary); border-color: var(--accent-light); }
.iv4btko .ulr9     { background: #052e16; border-color: #10b981; }
.iv4btko .s3s0am8    { background: #1e1036; border-color: #a855f7; }
.iv4btko .uc6i strong  { color: #f1f5f9; }
.iv4btko .uc6i p       { color: #cbd5e1; }
.iv4btko .bn2pn01k    .ulr9     .eyxeq::before,
.iv4btko .tnkdu  .ulr9     .eyxeq::before,
.iv4btko .ezjk  .ulr9     .eyxeq::before,
.iv4btko .rnohf31 .ulr9     .eyxeq::before { color: #10b981; }
.iv4btko .bn2pn01k    .ove1dt .eyxeq::before,
.iv4btko .tnkdu  .ove1dt .eyxeq::before,
.iv4btko .ezjk  .ove1dt .eyxeq::before,
.iv4btko .rnohf31 .ove1dt .eyxeq::before { color: #f43f5e; }
.iv4btko .bn2pn01k    .s3s0am8    .eyxeq::before,
.iv4btko .tnkdu  .s3s0am8    .eyxeq::before,
.iv4btko .ezjk  .s3s0am8    .eyxeq::before,
.iv4btko .rnohf31 .s3s0am8    .eyxeq::before { color: #a855f7; }
.kj4d .ulr9     { background: #2d2000; border-color: #eab308; }
.kj4d .s3s0am8    { background: #2d1600; border-color: #f97316; }
.kj4d .uc6i strong  { color: #f1f5f9; }
.kj4d .uc6i p       { color: #cbd5e1; }
.kj4d .bn2pn01k    .ulr9     .eyxeq::before,
.kj4d .tnkdu  .ulr9     .eyxeq::before,
.kj4d .ezjk  .ulr9     .eyxeq::before,
.kj4d .rnohf31 .ulr9     .eyxeq::before { color: #eab308; }
.kj4d .bn2pn01k    .ove1dt .eyxeq::before,
.kj4d .tnkdu  .ove1dt .eyxeq::before,
.kj4d .ezjk  .ove1dt .eyxeq::before,
.kj4d .rnohf31 .ove1dt .eyxeq::before { color: #ef4444; }
.kj4d .bn2pn01k    .s3s0am8    .eyxeq::before,
.kj4d .tnkdu  .s3s0am8    .eyxeq::before,
.kj4d .ezjk  .s3s0am8    .eyxeq::before,
.kj4d .rnohf31 .s3s0am8    .eyxeq::before { color: #f97316; }
.kq57z .ulr9     { background: #0c1a2e; border-color: #38bdf8; }
.kq57z .s3s0am8    { background: #0a2020; border-color: #2dd4bf; }
.kq57z .uc6i strong  { color: #f1f5f9; }
.kq57z .uc6i p       { color: #cbd5e1; }
.kq57z .bn2pn01k    .ulr9     .eyxeq::before,
.kq57z .tnkdu  .ulr9     .eyxeq::before,
.kq57z .ezjk  .ulr9     .eyxeq::before,
.kq57z .rnohf31 .ulr9     .eyxeq::before { color: #38bdf8; }
.kq57z .bn2pn01k    .ove1dt .eyxeq::before,
.kq57z .tnkdu  .ove1dt .eyxeq::before,
.kq57z .ezjk  .ove1dt .eyxeq::before,
.kq57z .rnohf31 .ove1dt .eyxeq::before { color: #818cf8; }
.kq57z .bn2pn01k    .s3s0am8    .eyxeq::before,
.kq57z .tnkdu  .s3s0am8    .eyxeq::before,
.kq57z .ezjk  .s3s0am8    .eyxeq::before,
.kq57z .rnohf31 .s3s0am8    .eyxeq::before { color: #2dd4bf; }
.wzvl::before,
.lsd8kn::before { margin-right: 5px; }
.zp47orx8 .feaov ul li,
.zp47orx8 .feaov .wzvl { color: #22c55e; }
.zp47orx8 .q94ks8 ul li,
.zp47orx8 .q94ks8 .lsd8kn { color: #ef4444; }
.ujz8500 .feaov { background: var(--bg-pros); }
.ujz8500 .q94ks8 { background: var(--bg-cons); }
.ujz8500 .feaov .wzvl { color: var(--c-pros-label); }
.ujz8500 .q94ks8 .lsd8kn { color: var(--c-cons); }
.ujz8500 .feaov ul li,
.ujz8500 .bpb681y li            { color: var(--c-pros); }
.ujz8500 .q94ks8 ul li,
.ujz8500 .nrf6hs li            { color: var(--c-cons); }
.yvf3wg .feaov { background: var(--bg-pros); }
.yvf3wg .q94ks8 { background: var(--bg-cons); }
.yvf3wg .feaov .wzvl { color: var(--c-pros-label); }
.yvf3wg .q94ks8 .lsd8kn { color: var(--c-cons); }
.yvf3wg .feaov ul li,
.yvf3wg .q94ks8 ul li,
.pb9r .wzvl::before { content: "✓ "; }
.pb9r .lsd8kn::before { content: "✗ "; }
.ew7gn .wzvl::before { content: "→ "; }
.ew7gn .lsd8kn::before { content: "← "; }
.aj55 .wzvl::before { content: "★ "; }
.aj55 .lsd8kn::before { content: "✕ "; }
.pbr8qmz6 .wzvl::before { content: "◆ "; }
.pbr8qmz6 .lsd8kn::before { content: "▲ "; }
.baew5es .uc6i { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.baew5es .uc6i strong { color: var(--text-primary); }
.baew5es .uc6i p      { color: var(--text-muted); }
.yhx3f .uc6i { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.yuc4pq9 .uc6i {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.yuc4pq9 .uc6i strong,
.yuc4pq9 .uc6i p { color: #fff; }
.yuc4pq9 .eyxeq::before { color: rgba(255,255,255,0.9) !important; }
.m3d344 .uc6i {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.m3d344 .uc6i strong { color: var(--text-primary); }
.m3d344 .uc6i p      { color: var(--text-muted); }
.qcujy2 .uc6i { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.bn2pn01k .eyxeq,
.tnkdu .eyxeq,
.ezjk .eyxeq,
.rnohf31 .eyxeq { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.bn2pn01k .eyxeq::before,
.tnkdu .eyxeq::before,
.ezjk .eyxeq::before,
.rnohf31 .eyxeq::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.bn2pn01k .ulr9     .eyxeq::before { content: "✦"; color: var(--c-tip-border); }
.bn2pn01k .ove1dt .eyxeq::before { content: "▲"; color: var(--c-warn-border); }
.bn2pn01k .s3s0am8    .eyxeq::before { content: "◉"; color: #60a5fa; }
.tnkdu .ulr9     .eyxeq::before { content: "★"; color: var(--c-tip-border); }
.tnkdu .ove1dt .eyxeq::before { content: "◆"; color: var(--c-warn-border); }
.tnkdu .s3s0am8    .eyxeq::before { content: "●"; color: #60a5fa; }
.ezjk .ulr9     .eyxeq::before { content: "▶"; color: var(--c-tip-border); }
.ezjk .ove1dt .eyxeq::before { content: "■"; color: var(--c-warn-border); }
.ezjk .s3s0am8    .eyxeq::before { content: "▸"; color: #60a5fa; }
.rnohf31 .ulr9     .eyxeq::before { content: "→"; color: var(--c-tip-border); }
.rnohf31 .ove1dt .eyxeq::before { content: "⬥"; color: var(--c-warn-border); }
.rnohf31 .s3s0am8    .eyxeq::before { content: "◈"; color: #60a5fa; }
.ra6rwg .h4tn .k6536,
.ra6rwg .w3m4 .k6536  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ra6rwg .ivagked                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ra6rwg .w4li58i1                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.ra6rwg .dm18dfc7          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ra6rwg .m0sn6                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.xiaa .h4tn .k6536,
.xiaa .w3m4 .k6536,
.xiaa .ivagked,
.xiaa .w4li58i1,
.xiaa .vhhmb58x,
.xiaa .dm18dfc7,
.xiaa .m0sn6,
.xiaa .qcujy2 .uc6i { box-shadow: none; }
.ko6klj   .d6osrml, .ko6klj .kkf5m, .ko6klj .xtmb1tiy,
.ko6klj   .l0hka0p, .ko6klj .ohd5328d { font-size: 0.9rem; }
.ko6klj   .cxxpo85, .ko6klj .q4i2pn5 { font-size: 0.9rem; }
.nfs17hk   .d6osrml, .nfs17hk .kkf5m, .nfs17hk .xtmb1tiy,
.nfs17hk   .l0hka0p, .nfs17hk .ohd5328d { font-size: 0.95rem; }
.nfs17hk   .cxxpo85, .nfs17hk .q4i2pn5 { font-size: 0.95rem; }
.ylo04xhw   .d6osrml, .ylo04xhw .kkf5m, .ylo04xhw .xtmb1tiy,
.ylo04xhw   .l0hka0p, .ylo04xhw .ohd5328d { font-size: 1.08rem; }
.ylo04xhw   .cxxpo85, .ylo04xhw .q4i2pn5 { font-size: 1.05rem; }
.ylo04xhw   .sddpprm { font-size: 0.97rem; }
.j7ge .l61un      { font-size: 3.2rem; }
.j7ge h2.tyyvepf7 { font-size: 1.9rem; }
.j7ge h3.vetmndg     { font-size: 1.4rem; }
.q9qgo2b .l61un      { font-size: 3.8rem; }
.q9qgo2b h2.tyyvepf7 { font-size: 2.2rem; }
.q9qgo2b h3.vetmndg     { font-size: 1.6rem; }
.msan26a + .msan26a { position: relative; }
.n3l9viun   .msan26a + .msan26a::before,
.uudi9hq  .msan26a + .msan26a::before,
.xtk3gv7x   .msan26a + .msan26a::before,
.xb73bc   .msan26a + .msan26a::before,
.ufmss   .msan26a + .msan26a::before,
.a50g .msan26a + .msan26a::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.n3l9viun .msan26a + .msan26a::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.uudi9hq .msan26a + .msan26a::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.xtk3gv7x .msan26a + .msan26a::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;
}
.xb73bc .msan26a + .msan26a::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.zi6l .msan26a { margin-bottom: 16px; }
.zi6l .msan26a + .msan26a { margin-top: 0; }
.zi6l .jqesmxk { padding-top: 0; padding-bottom: 0; }
.ufmss .msan26a + .msan26a::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.a50g .msan26a + .msan26a::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.e643mj .msan26a + .msan26a::before,
.l6y5 .msan26a + .msan26a::before,
.kvny .msan26a + .msan26a::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%;
}
.yygoeef .e643mj .msan26a:nth-child(even)::before,
.yygoeef .l6y5 .msan26a:nth-child(even)::before,
.yygoeef .kvny .msan26a:nth-child(even)::before { background: var(--bg-surface); }
.qemnmnb .e643mj .msan26a:nth-child(even)::before,
.qemnmnb .l6y5 .msan26a:nth-child(even)::before,
.qemnmnb .kvny .msan26a:nth-child(even)::before { background: var(--bg-card); }
.e643mj .msan26a + .msan26a::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");
}
.l6y5 .msan26a + .msan26a::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");
}
.kvny .msan26a + .msan26a::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");
}
.hrnr .wa5127k7,
.tkujq53 .wa5127k7,
.vagd .wa5127k7 { overflow: hidden; }
.hrnr .ar371w4u,
.tkujq53 .ar371w4u { margin-bottom: 60px; }
.vagd .ar371w4u { margin-bottom: 70px; }
.hrnr .x8l3as16,
.hrnr .wa5127k7::before,
.tkujq53 .wa5127k7::before,
.vagd .wa5127k7::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%;
}
.hrnr .wa5127k7::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");
}
.tkujq53 .wa5127k7::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");
}
.vagd .wa5127k7::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");
}
.o88vuvs2 .wa5127k7:not(.ataoyzxr) .f4e5s { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.xltazi .wa5127k7:not(.ataoyzxr) .f4e5s { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.uhf1  .wa5127k7:not(.ataoyzxr) .f4e5s { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.kjur0jy  .wa5127k7:not(.ataoyzxr) .f4e5s { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.kjur0jy .ataoyzxr { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.kjur0jy .jblxe { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.kjur0jy .i3mtcjrv { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.o2uvq .ataoyzxr .f4e5s { background: none; }
.o2uvq .wa5127k7:not(.ataoyzxr) .f4e5s { background: rgba(0,0,0,0.6); }
.uz0z .fitb { float: left; width: 38%; margin: 0 28px 16px 0; }
.uz0z .fitb .xkqnc5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.uz0z .jqesmxk::after { content: ''; display: block; clear: both; }
.ollw .fitb { float: right; width: 38%; margin: 0 0 16px 28px; }
.ollw .fitb .xkqnc5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ollw .jqesmxk::after { content: ''; display: block; clear: both; }
.tlgd4 .msan26a:nth-child(odd)  .fitb { float: left;  width: 38%; margin: 0 28px 16px 0; }
.tlgd4 .msan26a:nth-child(even) .fitb { float: right; width: 38%; margin: 0 0 16px 28px; }
.tlgd4 .fitb .xkqnc5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.tlgd4 .jqesmxk::after { content: ''; display: block; clear: both; }
.uz0z .y649,
.uz0z .v18q2q2,
.ollw .y649,
.ollw .v18q2q2,
.tlgd4 .y649,
.tlgd4 .v18q2q2 { clear: both; }
@media (max-width: 900px) {
  .uz0z .fitb,
  .ollw .fitb,
  .tlgd4 .msan26a:nth-child(odd)  .fitb,
  .tlgd4 .msan26a:nth-child(even) .fitb {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .uz0z .fitb .xkqnc5,
  .ollw .fitb .xkqnc5,
  .tlgd4 .fitb .xkqnc5 {
    max-height: none !important;
  }
}
.uz0z .cxxpo85,
.uz0z .q4i2pn5,
.ollw .cxxpo85,
.ollw .q4i2pn5,
.tlgd4 .cxxpo85,
.tlgd4 .q4i2pn5 { overflow: hidden; }
@media (max-width: 640px) {
  .uz0z .fitb,
  .ollw .fitb,
  .tlgd4 .fitb { float: none; width: 100%; margin: 0 0 16px 0; }
}
.w96rh .r196,
.w96rh .jqesmxk,
.w96rh .edoe  { max-width: 1100px; }
.a51o .r196,
.a51o .jqesmxk,
.a51o .edoe  { max-width: 1200px; }
.rb28qg .r196,
.rb28qg .jqesmxk,
.rb28qg .edoe  { max-width: 1320px; }
.rb28qg { --content-mw: 1320px; }
.jvvwxkus { font-size: 0.82rem; color: var(--text-muted); }
.m8pu { display: flex; align-items: center; }
.eht4 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.pxiy1 { display: flex; align-items: center; }
.yy3uv0es { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.yy3uv0es:hover { text-decoration: underline; }
.t3fv3 { margin: 0 3px; opacity: 0.45; }
.t3fv3::before { content: '/'; }
.cimulz { padding: 2px 5px; color: var(--text-main); }
.jzbpmsa .jvvwxkus {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.jzbpmsa .m8pu { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.z3bcz7r .jvvwxkus {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.z3bcz7r .m8pu { padding: 0 0 0 12px; }
.l3aop {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.wn0sxav .m8pu { padding: 0 16px; }
.wn0sxav .jvvwxkus {
  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);
}
.wn0sxav .r196 { padding-top: 28px; }
@media (max-width: 720px) {
  .l3aop { margin-top: 18px; padding: 0 16px; }
  .wn0sxav .r196 { padding-top: 16px; }
}
.w96rh.jzbpmsa .m8pu { max-width: 1100px; }
.a51o.jzbpmsa .m8pu { max-width: 1200px; }
.rb28qg.jzbpmsa .m8pu { max-width: 1320px; }
.w96rh .l3aop { max-width: 1100px; }
.a51o .l3aop { max-width: 1200px; }
.rb28qg .l3aop { max-width: 1320px; }
.k2so .msan26a { padding-top: 16px; padding-bottom: 16px; }
.g8nvi .msan26a { padding-top: 24px; padding-bottom: 24px; }
.qee4ux3t .msan26a { padding-top: 40px; padding-bottom: 40px; }
.xziqlzj .msan26a { padding-top: 52px; padding-bottom: 52px; }
.pm89mwq .msan26a:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.pm89mwq .msan26a:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.pm89mwq .msan26a:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.pm89mwq .msan26a:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.kfhxi .jqesmxk { padding-top: 10px;  padding-bottom: 10px; }
.c5e6 .jqesmxk { padding-top: 18px;  padding-bottom: 18px; }
.kot1 .jqesmxk { padding-top: 36px;  padding-bottom: 36px; }
.jpvmy .jqesmxk { padding-top: 48px;  padding-bottom: 48px; }
.fkzx8 h2.tyyvepf7 { font-weight: 600; }
.fkzx8 h3.vetmndg     { font-weight: 600; }
.g7nyzt98 h2.tyyvepf7 { font-weight: 800; }
.g7nyzt98 h3.vetmndg     { font-weight: 700; }
.ij6fj { font-weight: 600; }
.ij6fj h2.tyyvepf7 { font-weight: 900; }
.ij6fj h3.vetmndg     { font-weight: 800; }
.ij6fj .uc6i strong,
.ij6fj .uc6i strong { font-weight: 600; }
.ubkfj {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.u6vu .ubkfj { display: none; }
@media (max-width: 640px) {
  .ubkfj { display: none !important; }
}
.ubkfj { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ubkfj:hover { opacity: 0.85; }
.a0k51h5h .ubkfj { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.mewrc2nn  .vxmf1a { left: 32px; }
@media (max-width: 480px) {
  .yrolq .vxmf1a { right: 20px; bottom: 20px; }
  .mewrc2nn  .vxmf1a { left: 20px; bottom: 20px; }
}
.hk0m0tbk { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.edoe { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.icjhdcyl { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.iafwy { color: var(--text-dim); font-size: 0.8rem; }
.cj5xzpos { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.cj5xzpos img { height: 26px; width: auto; object-fit: contain; }
.j6inw a, .avo72he a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.j6inw a:hover, .avo72he a:hover { color: var(--accent-light); }
.avo72he { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.fgpajv7 .edoe { text-align: center; }
.fgpajv7 .avo72he { justify-content: center; margin-bottom: 16px; }
.fgpajv7 .icjhdcyl { margin-top: 0; }
.yigz12gk { margin-top: 10px; }
.yigz12gk a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .edoe { padding-left: 16px; padding-right: 16px; }
  .i4mvn .edoe { padding: 20px 16px; }
  .avo72he { gap: 4px 12px; }
  .icjhdcyl { font-size: 0.78rem; }
}
.e7bb .kg8t1 .cj5xzpos { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.e7bb .icjhdcyl { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.e7bb .iafwy { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .e7bb .cj6ev2jo { grid-template-columns: 1fr 1fr; } .e7bb .kg8t1 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .e7bb .cj6ev2jo { grid-template-columns: 1fr; } }
.lv17 .cj5xzpos { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.lv17 .icjhdcyl { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .lv17 .kio2ka { gap: 12px; } .lv17 .cj5xzpos { margin-right: 0; width: 100%; } }
.sxj6 .a7wyh .cj5xzpos { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.sxj6 .icjhdcyl { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.sxj6 .iafwy { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .sxj6 .ol23xu { grid-template-columns: 1fr 1fr; } .sxj6 .a7wyh { grid-column: 1 / -1; } }
@media (max-width: 480px) { .sxj6 .ol23xu { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .poam .gtf89 { grid-template-columns: 1fr 1fr; } .poam .gk1nyjn3:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .poam .gtf89 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .mbsu9hx .gtf89 { grid-template-columns: 1fr; } }
.z739mmk .edoe { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.z739mmk .avo72he { justify-content: center; }
.t7qfkq5q .mv3uc2      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.t7qfkq5q .hk0m0tbk { background: var(--bg-page); border-top-color: var(--border-alt); }
.p5fe0pmh .mv3uc2      { background: #0d1117; border-bottom-color: #21262d; }
.p5fe0pmh .x4g9q { color: var(--accent-light); }
.p5fe0pmh .k5l5by { --msep-color: #8b949e; }
.p5fe0pmh .k5l5by a { color: #8b949e; }
.p5fe0pmh .k5l5by a:hover { color: var(--accent-light); }
.p5fe0pmh .rwob3m { color: #8b949e; }
.p5fe0pmh .hk0m0tbk { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.p5fe0pmh .icjhdcyl,
.p5fe0pmh .iafwy { color: #6e7681; }
.p5fe0pmh .j6inw a, .p5fe0pmh .avo72he a,
.p5fe0pmh .cj5xzpos { color: #e6edf3; }
.p5fe0pmh .j6inw a:hover, .p5fe0pmh .avo72he a:hover,
@media (max-width: 640px) {
  .p5fe0pmh .k5l5by { background: #0d1117; border-top-color: #21262d; }
  .p5fe0pmh .k5l5by li a { border-bottom-color: #21262d; }
}
.dn4zj .mv3uc2      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.dn4zj .x4g9q { color: var(--accent-light); }
.dn4zj .k5l5by { --msep-color: #475569; }
.dn4zj .k5l5by a { color: #475569; }
.dn4zj .k5l5by a:hover { color: var(--accent-light); }
.dn4zj .rwob3m { color: #64748b; }
.dn4zj .hk0m0tbk { background: #f0f4f8; border-top-color: #cbd5e1; }
.dn4zj .icjhdcyl,
.dn4zj .iafwy { color: #64748b; }
.dn4zj .j6inw a, .dn4zj .avo72he a,
.dn4zj .ehmf a, .dn4zj .cj5xzpos { color: #374151; }
.dn4zj .j6inw a:hover, .dn4zj .avo72he a:hover,
@media (max-width: 640px) {
  .dn4zj .k5l5by { background: #f0f4f8; border-top-color: #cbd5e1; }
  .dn4zj .k5l5by li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.uu38 .mv3uc2      { background: var(--accent); border-bottom-color: var(--accent-light); }
.uu38 .x4g9q { color: #fff; }
.uu38 .k5l5by { --msep-color: rgba(255,255,255,0.82); }
.uu38 .k5l5by a { color: rgba(255,255,255,0.82); }
.uu38 .k5l5by a:hover { color: #fff; }
.uu38 .rwob3m { color: rgba(255,255,255,0.9); }
.uu38 .hk0m0tbk { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.uu38 .icjhdcyl,
.uu38 .iafwy { color: rgba(255,255,255,0.72); }
.uu38 .j6inw a, .uu38 .avo72he a,
.uu38 .ehmf a, .uu38 .cj5xzpos { color: #fff; }
.uu38 .j6inw a:hover, .uu38 .avo72he a:hover,
@media (max-width: 640px) {
  .uu38 .k5l5by { background: var(--accent); border-top-color: var(--accent-light); }
  .uu38 .k5l5by li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.q8ycg .mv3uc2 {
  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);
}
.q8ycg .hk0m0tbk {
  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) {
  .q8ycg .k5l5by {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.k1kfewy .oaeqnto2 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ur6m76k .oaeqnto2 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.na0u993h .oaeqnto2 { min-height: 72px; height: auto; }
.p7ouk .oaeqnto2 { min-height: 84px; height: auto; }
.i4mvn .oaeqnto2 { max-width: none; padding: 0 32px; }
.i4mvn .edoe  { max-width: none; padding: 24px 32px; }
.b0kgh.a51o .oaeqnto2 { max-width: 1200px; }
.b0kgh.rb28qg .oaeqnto2 { max-width: 1320px; }
.zq46ml   .x4g9q, .zq46ml   .cj5xzpos { text-transform: capitalize; }
.l8qlh86 .x4g9q, .l8qlh86 .cj5xzpos { text-transform: lowercase; }
.xx3ze .x4g9q, .xx3ze .cj5xzpos { text-transform: uppercase; letter-spacing: 0.06em; }
.ce29aoj, .umrktv {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.eaflk4 .ce29aoj,
.eaflk4 .umrktv { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.gk8e .ce29aoj,
.gk8e .umrktv { 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; }
.pngvx2a .ce29aoj,
.pngvx2a .umrktv { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.mawmlk .ce29aoj,
.mawmlk .umrktv { 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; }
.sa0bxyh   .k5l5by a { font-weight: 500; }
.ha246 .k5l5by a { font-weight: 600; }
.r0negn     .k5l5by a { font-weight: 700; }
.p0n875j    .k5l5by a { font-weight: 800; letter-spacing: 0.01em; }
.h1h3gzh8     .k5l5by > li + li::before,
.sxg2    .k5l5by > li + li::before,
.oe2t6kr    .k5l5by > li + li::before,
.cmbnj .k5l5by > li + li::before,
.ozf0lh4 .k5l5by > li + li::before,
.a2jwy0r  .k5l5by > li + li::before,
.ist2t    .k5l5by > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.h1h3gzh8     .k5l5by > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.sxg2    .k5l5by > li + li::before { content: "|"; }
.oe2t6kr    .k5l5by > li + li::before { content: "—"; }
.cmbnj .k5l5by > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ozf0lh4 .k5l5by > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.a2jwy0r  .k5l5by > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.ist2t    .k5l5by > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .etrr0000 .rwob3m,
  .l9m3m7x .rwob3m,
  .zngc7 .rwob3m,
  .stt7u .rwob3m,
  .wrf8di06 .rwob3m {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .etrr0000 .rwob3m::before,
  .l9m3m7x .rwob3m::before,
  .zngc7 .rwob3m::before,
  .stt7u .rwob3m::before,
  .wrf8di06 .rwob3m::before { content: ""; display: block; flex-shrink: 0; }

  
  .etrr0000 .rwob3m::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;
  }

  
  .l9m3m7x .rwob3m::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;
  }

  
  .zngc7 .rwob3m::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;
  }

  
  .stt7u .rwob3m::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;
  }

  
  .wrf8di06 .rwob3m::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) {
  .wp7di76 .rwob3m {
    padding: 5px 14px;
  }
  .wp7di76 .k5l5by {
    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;
  }
  .wp7di76 .k5l5by li a {
    border-bottom: none; padding: 10px 22px;
  }
  .wp7di76 .k5l5by li a:hover { background: var(--bg-raised); }
  .wp7di76 .ruy0,
  .afprc .ruy0,
  .iy4ouh .ruy0 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .f6lezta .rwob3m {
    padding: 5px 10px;
  }
  .f6lezta .k5l5by {
    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);
  }
  .f6lezta .k5l5by.fyooz { transform: translateX(0); }
  .f6lezta .k5l5by li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .f6lezta .k5l5by li:last-child a { border-bottom: none; }
  .uu38 .k5l5by,
  .p5fe0pmh .k5l5by { background: var(--accent) !important; }
  .uu38 .k5l5by li a,
  .p5fe0pmh .k5l5by li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .iy4ouh .rwob3m {
    padding: 5px 10px;
  }
  .iy4ouh .k5l5by {
    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);
  }
  .iy4ouh .k5l5by::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .iy4ouh .k5l5by.fyooz { transform: translateY(0); }
  .iy4ouh .k5l5by li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .b91ye8xp .rwob3m {
    padding: 5px 10px;
  }
  .b91ye8xp .k5l5by {
    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;
  }
  .b91ye8xp .k5l5by.fyooz { opacity: 1; pointer-events: auto; }
  .b91ye8xp .k5l5by li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .x0lp4u22     .rwob3m { border-radius: 0 !important; }
  .xb0bcc8   .rwob3m { border-radius: 8px !important; }
  .da3kwa0d .rwob3m { border-radius: 50% !important; }
  .ccbpip   .rwob3m { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .ownj00d .pxx53oua { flex-direction: column; align-items: stretch; }
  .ownj00d .e5l3ez { flex-direction: row; min-width: auto; }
  .ownj00d .b6kqe50 { align-items: flex-start; text-align: left; }
}
.yv477l,
.yv477l.msan26a,
.yygoeef .yv477l,
.xhja2ss .yv477l,
.qemnmnb .yv477l,
.gjid70g .yv477l {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.pd2dt {
  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;
}
.nzlna { flex: 1 1 280px; min-width: 0; }
.fxla {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.uja7os {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.vkr6njr {
  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;
}
.vkr6njr:hover { transform: translateY(-1px); opacity: 0.95; }
.tc2vzm6b .pd2dt {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.tc2vzm6b .fxla { color: var(--cta); }
.tc2vzm6b .uja7os { color: var(--text-body); }
.tc2vzm6b .vkr6njr {
  background: var(--cta) !important;
  color: #fff !important;
}
.hkqq .pd2dt {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.hkqq .fxla { color: var(--text-primary); }
.hkqq .uja7os { color: var(--text-body); }
.hkqq .vkr6njr {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .pd2dt {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .nzlna { flex: 0 0 auto; }
  .fxla { font-size: 1.2rem; }
  .vkr6njr { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.lhemr .g5hz75i { height: 36px; }
.nade .g5hz75i { height: 60px; max-width: 200px; }
.t9q2xq .g5hz75i { height: 56px; max-width: 180px; }
.jz4uc4    .j5887h3, .jz4uc4    .r6hkax64 { color: #f59e0b; }
.kjdo8z0      .j5887h3 { font-size: 1rem; letter-spacing: 1.5px; }
.f8g0crwr    .j5887h3, .f8g0crwr    .r6hkax64 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.jikqcrse     .j5887h3, .jikqcrse     .r6hkax64 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.zbk2 .j5887h3, .zbk2 .r6hkax64 { color: var(--cta); letter-spacing: 2px; }
.jq9g   .j5887h3, .jq9g   .r6hkax64 { color: #e91e63; letter-spacing: 2px; }
.ssyla9ag  .j5887h3, .ssyla9ag  .r6hkax64 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.erjc     .j5887h3, .erjc     .r6hkax64 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.jv400a .c16lcn2 + .c16lcn2 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.c6lfppno .w4li58i1 { padding: 18px 24px; min-height: 68px; }
.v2l1miv .oepmf {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.v2l1miv .a4ll8ggv {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.qhmat4 .c16lcn2 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.v18q2q2 { counter-reset: cs-rank; }
.v18q2q2 .w4li58i1 { counter-increment: cs-rank; }
.v18q2q2 .w4li58i1::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;
}
.qhq9wv .v18q2q2 { counter-reset: cs-rank; gap: 0; }
.qhq9wv .w4li58i1 {
  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;
}
.qhq9wv .w4li58i1::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;
}
.qhq9wv .hqephs69 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.qhq9wv .edqfzx {
  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;
}
.qhq9wv .f8ey6l2u { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.qhq9wv .hqephs69 { min-width: 0; flex-direction: column; width: 100%; }
.qhq9wv .j31e4p9 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.qhq9wv .j5887h3 { color: var(--cta, var(--accent)); }
.qhq9wv .i66rokhk { font-weight: 700; }
.qhq9wv .c16lcn2 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.qhq9wv .oepmf {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.qhq9wv .a4ll8ggv {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.qhq9wv .u1coeeei .a4ll8ggv { font-size: 1.3rem; color: var(--accent-light); }
.qhq9wv .ygorh {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.qhq9wv .w4li58i1:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .qhq9wv .v18q2q2 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .qhq9wv .w4li58i1 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .qhq9wv .w4li58i1 { padding: 40px 16px 20px; }
  .qhq9wv .c16lcn2 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .qhq9wv .ygorh { width: 100%; min-width: 0; }
}
.at4iljkg .v18q2q2 { counter-reset: cs-rank; gap: 10px; }
.at4iljkg .w4li58i1 {
  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);
}
.at4iljkg .w4li58i1::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);
}
.at4iljkg .hqephs69 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.at4iljkg .edqfzx {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.at4iljkg .f8ey6l2u { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.at4iljkg .j31e4p9 {
  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;
}
.at4iljkg .j5887h3 { color: var(--cta, var(--accent)); }
.at4iljkg .c16lcn2 {
  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;
}
.at4iljkg .oepmf {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.at4iljkg .a4ll8ggv { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.at4iljkg .u1coeeei .a4ll8ggv { color: var(--accent-light); }
.at4iljkg .ygorh {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.at4iljkg .w4li58i1:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .at4iljkg .w4li58i1 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .at4iljkg .w4li58i1::before {
    position: absolute; top: 14px; left: 14px;
  }
  .at4iljkg .hqephs69 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .at4iljkg .j31e4p9 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .at4iljkg .c16lcn2 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .at4iljkg .ygorh { width: 100%; min-width: 0; }
  .at4iljkg .j5887h3 { min-width: 0; }
}
.b9e44f .w4li58i1::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.qp0645 .y50bn7kg {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.qp0645 .y50bn7kg summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.qp0645 .y50bn7kg p { padding: 0 2px 16px; }
.yr4ozl .y50bn7kg { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.yr4ozl .y50bn7kg summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.yr4ozl .y50bn7kg summary::after { content: "›"; font-size: 1.2em; }
.yr4ozl .y50bn7kg[open] summary::after { content: "‹"; }
.yr4ozl .y50bn7kg p { padding: 10px 22px 4px; }
.lm6u3n .y50bn7kg {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.lm6u3n .y50bn7kg summary { color: var(--text-primary); padding-left: 16px; }
.lm6u3n .y50bn7kg summary::after { content: "›"; font-size: 1.1em; }
.lm6u3n .y50bn7kg[open] summary::after { content: "‹"; }
.lm6u3n .y50bn7kg p { padding-left: 16px; }
.y4w7bhru .asvhh { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.y4w7bhru .y50bn7kg {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.y4w7bhru .y50bn7kg:last-child { border-bottom: none; }
.y4w7bhru .y50bn7kg summary { color: var(--text-primary); border-radius: 0; }
.y4w7bhru .y50bn7kg summary::after { content: "›"; font-size: 1.1em; }
.y4w7bhru .y50bn7kg[open] summary::after { content: "‹"; }
.g05ln .y50bn7kg { overflow: hidden; }
.g05ln .y50bn7kg summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.g05ln .y50bn7kg summary::after { color: rgba(255,255,255,.75); }
.g05ln .y50bn7kg[open] summary { border-radius: 0; }
.ldvkknb { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.we9uy {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.a8dh {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.rd6ganzu { color: var(--text-muted); font-size: 1.05rem; }
.t3gkpf {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ixvvjvp {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.v85gglxn { margin-bottom: 20px; }
.ewz0h3 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.tzw7rc3c {
  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;
}
.tzw7rc3c:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.k2qp { resize: vertical; min-height: 130px; }
.lpxt { width: 100%; margin-top: 8px; }
.v2zvfpul {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.cad5idi0 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.kvh1v { color: var(--text-muted); line-height: 1.75; }
.xpqht { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.xpqht li { margin-bottom: 6px; }
.kvsggj { max-width: 760px; margin: 0 auto; }
.pfvb { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.mqz5 { max-width: 760px; margin: 0 auto; }
.wxrp { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.hgf7 ul.xpqht { margin: 0; }
.lprgosm .wxrp { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .lprgosm { grid-template-columns: 1fr; gap: 10px; } }
.xhxq0 { max-width: 640px; margin: 0 auto; text-align: center; }
.nxhiqzw { margin-bottom: 48px; }
.nxhiqzw .wxrp { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.nxhiqzw p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.xys8 .xpqht { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .dl1vt { grid-template-columns: 1fr; } }
.kwhay6 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.kwhay6:hover .xdoyyy1g { color: var(--accent-light); text-decoration: underline; }
.bki74 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.gr07 { margin-bottom: 48px; }
.lckjdyr { max-width: 760px; margin: 0 auto; }
.hnqx { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.hnqx:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ko2km4re { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.hnqx p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.hnqx ul.xpqht { margin: 0; }
.yjz617 { color: var(--text-muted); line-height: 1.75; }
.e7nfj8m .xpqht,
.uom4bp .xpqht,
.ildy6w .xpqht,
.wgqe .xpqht {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.e7nfj8m .hnqx,
.uom4bp .hnqx { text-align: left; }
.e7nfj8m .ko2km4re,
.uom4bp .ko2km4re { text-align: center; }
.e4d6dzrg { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.lnwjj9 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.kkf1z1 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.t9faez6t { margin-top: 12px; }
.c7adu { 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; }
.c7adu:hover { border-bottom-color: var(--accent-light); }
.j5tmp8 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.j5tmp8 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.syu5ltee { border-radius: 50%; }
.xjdtddxn { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.s1e2cm { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
.h7c7i { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .h7c7i { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ssvw110n .kkf1z1, .ssvw110n .lnwjj9 { max-width: 640px; }
.iyptd4 .e4d6dzrg { font-size: 1.6rem; margin-top: 18px; }
.oz6br .kkf1z1 { margin-bottom: 28px; }
@media (max-width: 860px) { .siev { grid-template-columns: 1fr; } .iyptd4 { position: static; text-align: center; } }
.xr63 .j5tmp8 { margin: 0 auto 18px; }
.xr63 .xjdtddxn { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .hlhgcyv { grid-template-columns: 1fr; } }
.tf9g .e4d6dzrg { font-size: 1.6rem; margin-bottom: 6px; }
.wgqe .xpqht { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .tf9g { flex-direction: column; text-align: center; } .b5d5uz { grid-template-columns: 1fr; } }
.senn .e4d6dzrg { font-size: 1.35rem; margin: 0 0 4px; }
.senn .xjdtddxn { margin: 0; }
.lexf36 { max-width: 760px; margin: 0 auto; }
.cmklu { position: relative; padding-left: 28px; }
.cmklu::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.z7gmeu { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.z7gmeu:last-child { padding-bottom: 0; }
.yknuq9av { 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; }
.zmcb0 h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.zmcb0 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.qqxhhi .a8dh { color: var(--accent-light); }
.c7mk .a8dh { font-size: 2rem; }
.c7mk .rd6ganzu { max-width: 680px; }
.ujuql .a8dh { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.ujuql .rd6ganzu  { margin: 0; }
@media (max-width: 640px) { .ujuql { flex-direction: column; } }
.bmfd {
  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;
}
.bmfd .a8dh { color: var(--accent-light); }
.awremn6y .a8dh { color: #fff; }
.awremn6y .rd6ganzu  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .j6g0m { grid-template-columns: 1fr; } }
.rle2vl .tzw7rc3c {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.rle2vl .tzw7rc3c:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ysi99qav .tzw7rc3c { background: var(--bg-raised); border-color: transparent; }
.ysi99qav .tzw7rc3c:focus { background: var(--bg-card); border-color: var(--accent-light); }
.eq9q5 .tzw7rc3c { border-radius: 100px; padding: 11px 20px; }
.eq9q5 .k2qp { border-radius: 14px; }
.undemno {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.undemno summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.undemno summary::-webkit-details-marker { display: none; }
.undemno summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.undemno[open] summary::after { content: "−"; }
.enc25u {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .q54s { grid-template-columns: 1fr; } }
.imtni { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.imtni li { margin-bottom: 6px; }
.dmvm8c{display:none}
.dmvm8c:empty,.epds:empty{display:none}
.gszpt5qn{position:relative;overflow:visible}
.ogjl1vw2 .v9mcbdtg,.eih293sl .v9mcbdtg,
.i4gnywz .v9mcbdtg,.ddycg .v9mcbdtg,
.w8ues8 .v9mcbdtg,.uvhc .v9mcbdtg{display:block}
.rw0f .xuanjzz{display:block}
.ogjl1vw2 .v9mcbdtg,.eih293sl .v9mcbdtg,
.i4gnywz .v9mcbdtg,.ddycg .v9mcbdtg,
.w8ues8 .v9mcbdtg{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}
.ogjl1vw2 .v9mcbdtg .epds,.eih293sl .v9mcbdtg .epds,
.i4gnywz .v9mcbdtg .epds,.ddycg .v9mcbdtg .epds,
.w8ues8 .v9mcbdtg .epds{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}
.ogjl1vw2 .zezk3,.eih293sl .zezk3,
.i4gnywz .zezk3,.ddycg .zezk3,
.w8ues8 .zezk3{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.ogjl1vw2 .v9mcbdtg,.eih293sl .v9mcbdtg{top:12px}
.ogjl1vw2 .v9mcbdtg .epds{margin-right:auto}
.eih293sl .v9mcbdtg .epds{margin-left:auto}
.eih293sl .v9mcbdtg{text-align:right}
.i4gnywz .v9mcbdtg,.ddycg .v9mcbdtg{bottom:12px}
.i4gnywz .v9mcbdtg .epds{margin-right:auto}
.ddycg .v9mcbdtg .epds{margin-left:auto}
.ddycg .v9mcbdtg{text-align:right}
.w8ues8 .v9mcbdtg{position:relative;margin-top:16px}
.w8ues8 .v9mcbdtg .epds{margin:0 auto}
.uvhc .v9mcbdtg{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.uvhc .v9mcbdtg .epds{margin:0}
.uvhc .i3mtcjrv~.v9mcbdtg,
.uvhc .apq6~.v9mcbdtg{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.uvhc .i3mtcjrv~.v9mcbdtg .epds,
.uvhc .apq6~.v9mcbdtg .epds{justify-content:flex-start}
.i3mtcjrv~.v9mcbdtg,.apq6~.v9mcbdtg{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}
.i3mtcjrv~.v9mcbdtg .epds{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.apq6~.v9mcbdtg .epds{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.xuanjzz .epds{margin:0 0 12px}
.epds{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.v3cnf7s{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.xdoyyy1g{font-weight:600;color:var(--text-heading);opacity:1}
.pvbiz26::before{content:"·";margin:0 2px;opacity:.5}
.zezk3{white-space:nowrap}
.dt1ih .v3cnf7s{display:none}
.ctmm .zezk3{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.ctmm .pvbiz26::before{content:""}
.mzn82u5 .zezk3{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}
.mzn82u5 .pvbiz26::before{content:""}
.mkxdpl .epds{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.mram .zezk3{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.mram .pvbiz26::before{content:""}
.a0kuq5 .zezk3{color: var(--accent-light);opacity:1;font-weight:500}
.hk7q .zezk3{border-bottom:1px solid currentColor;padding-bottom:2px}
.cyvy5d50 .epds{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.iqgf84{--date-bg:var(--accent-bg)}
.ewfyiaih .pvbiz26::before{content:""}
.bjvj .pvbiz26::before{content:"•";opacity:.4}
.bjvj .zezk3 + .zezk3::before{content:"•";margin-right:6px;opacity:.4}
.wq3wpu .pvbiz26::before{content:"/";opacity:.35}
.wq3wpu .zezk3 + .zezk3::before{content:"/";margin-right:6px;opacity:.35}
.ltzttls .pvbiz26::before{content:"|";opacity:.3}
.ltzttls .zezk3 + .zezk3::before{content:"|";margin-right:6px;opacity:.3}
.ysd29og9 .pvbiz26::before{content:"—";opacity:.3}
.ysd29og9 .zezk3 + .zezk3::before{content:"—";margin-right:6px;opacity:.3}
.irok7rmr .pvbiz26::before{content:"◆";font-size:.5em;opacity:.35}
.irok7rmr .zezk3 + .zezk3::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.lf0ey6cd .pvbiz26::before{content:"·";opacity:.4}
.lf0ey6cd .zezk3 + .zezk3::before{content:"·";margin-right:6px;opacity:.4}
.s7gs .pvbiz26::before{content:"›";opacity:.4}
.s7gs .zezk3 + .zezk3::before{content:"›";margin-right:6px;opacity:.4}
.ae1nmx .pvbiz26::before{content:"→";opacity:.35;font-size:.85em}
.ae1nmx .zezk3 + .zezk3::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.mtrpbtse .eh1ga{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .eh1ga{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .c6av{max-width:100%}
}
.qay5nfvk .dm18dfc7{margin:0}
@media (max-width:560px){
  .sew93q{grid-template-columns:repeat(2,1fr);gap:12px}
}
.kwkgxdzm {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.kwkgxdzm.sd7rqzib {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.djvvjr5w {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.djvvjr5w .amarf5i2 {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.djvvjr5w .amarf5i2::before,
.djvvjr5w .amarf5i2::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.djvvjr5w .amarf5i2::before { transform: translate(-50%, -50%) rotate(45deg); }
.djvvjr5w .amarf5i2::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.djvvjr5w .amarf5i2:hover { background: rgba(0,0,0,0.12) !important; }
.hj154g30 {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.t3y3crys {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.h2z7 {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.yfznlj {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.djvvjr5w .vebq0qg {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.djvvjr5w .vebq0qg:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .djvvjr5w { padding: 28px 18px 20px; }
  .h2z7 { font-size: 1.2rem; }
  .hj154g30 { max-width: 220px; max-height: 80px; }
}
.e0l2el6 {
  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);
}
.g1w9f {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.q7c03v98  .e0l2el6 { border-radius: 50%; }
.o4389w  .e0l2el6 { border-radius: 6px; }
.d9ch4 .e0l2el6 { border-radius: 22px; }
.s2j1z .pd2dt {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .e0l2el6 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.uro1 .msan26a {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.uro1 .jqesmxk {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.uro1 .pd2dt {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.bnqq8qt {
  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;                  
}
.bnqq8qt.sd7rqzib { transform: translate(-50%, 0); }
.bnqq8qt .msan26a,
.bnqq8qt .jqesmxk {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.bnqq8qt .pd2dt {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.un51rdd {
  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;
}
.un51rdd::before,
.un51rdd::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.un51rdd::before { transform: translate(-50%, -50%) rotate(45deg); }
.un51rdd::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.un51rdd:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .bnqq8qt { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .bnqq8qt .pd2dt {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .bnqq8qt .uja7os { display: none !important; }
  .bnqq8qt .fxla { font-size: 1.1rem !important; }
  .bnqq8qt .e0l2el6 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .un51rdd { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .oaeqnto2 { flex-direction: row-reverse; }
[dir="rtl"] .k5l5by { flex-direction: row-reverse; }
[dir="rtl"] .mewrc2nn  .vxmf1a { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .yrolq .vxmf1a { right: auto; left: 20px; }
  [dir="rtl"] .mewrc2nn  .vxmf1a { left: auto;  right: 20px; }
}
[dir="rtl"] .uz0z .fitb  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .ollw .fitb { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .cxxpo85, [dir="rtl"] .q4i2pn5 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .feaov { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .q94ks8 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .uc6i { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .pd2dt { direction: rtl; }
[dir="rtl"] .e0l2el6 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .w4li58i1,
[dir="rtl"] .jvvwxkus { direction: rtl; }
[dir="rtl"] .m0sn6 { direction: rtl; }
[dir="rtl"] .vkvl6yl { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .lv69ts .q4i2pn5,
[dir="rtl"] .xhgde33y .q4i2pn5,
[dir="rtl"] .aicii .q4i2pn5,
[dir="rtl"] .vgu8gdp6 .q4i2pn5 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .lv69ts .q4i2pn5 li::before,
[dir="rtl"] .xhgde33y .q4i2pn5 li::before,
[dir="rtl"] .aicii .q4i2pn5 li::before,
[dir="rtl"] .vgu8gdp6 .q4i2pn5 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .wa5127k7.vhely .ar371w4u,
[dir="rtl"] .tvqwmwt.vhely .ar371w4u,
[dir="rtl"] .ataoyzxr.vhely .ar371w4u,
[dir="rtl"] .nucepq9.vhely .ar371w4u,
[dir="rtl"] .qmgsvpo.vhely .ar371w4u { text-align: right; }
[dir="rtl"] .i3mtcjrv.vhely .x8l3as16 { align-items: flex-end; text-align: right; }
[dir="rtl"] .jqesmxk,
[dir="rtl"] .l0hka0p,
[dir="rtl"] .ohd5328d,
[dir="rtl"] .ar371w4u { text-align: right; }
[dir="rtl"] .ixvvjvp,
[dir="rtl"] .ewz0h3,
[dir="rtl"] .kkf1z1,
[dir="rtl"] .tzw7rc3c,
[dir="rtl"] .k2qp { text-align: right; direction: rtl; }
[dir="rtl"] .eq9q5 .tzw7rc3c,
[dir="rtl"] .rle2vl .tzw7rc3c { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #0c34a6;
  --brand:           #0c34a6;
  --brand-light:     #113086;
  --brand-pale:      #2245a9;
  --grad-start:      #1e54ee;
  --grad-end:        #6184e9;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #0c34a6;
  --cta-light:       #052683;
  --cta-hover:       #07226c;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f4f6;
  --bg-raised:       #edeef1;
  --bg-hover:        #f3f4f6;
  --border:          #e1e3e9;
  --border-alt:      #cfd2dd;
  --border-section:  #e1e3e9;
  --text-primary:    #16181c;
  --text-muted:      #505462;
  --text-body:       #2d3038;
  --text-sub:        #444854;
  --text-faint:      #72798c;
  --text-dim:        #8e94a3;
  --text-label:      #5b6170;
  --text-value:      #393c46;
  --accent-bg:       #dfe5f6;
  --accent-bg-light: #c3cff3;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #0c9667;
  --c-cons:          #9f214c;
  --c-pros-label:    #0eb37a;
  --c-tip-border:    #10c687;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9667;
}
:root { --logo-bg-opacity: 35%; }
body, button, input { font-family: "Source Sans 3", sans-serif; }
.ahlzla .eyxeq { font-size: 0; width: 1.2rem; flex-shrink: 0; }.ahlzla .eyxeq::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.ahlzla .ulr9     .eyxeq::before { content: "";  color: var(--c-tip-border); }.ahlzla .ove1dt .eyxeq::before { content: ""; color: var(--c-warn-border); }.ahlzla .s3s0am8    .eyxeq::before { content: ""; color: #60a5fa; }.iv4btko .ahlzla .ulr9     .eyxeq::before { color: #10b981; }.iv4btko .ahlzla .ove1dt .eyxeq::before { color: #f43f5e; }.iv4btko .ahlzla .s3s0am8    .eyxeq::before { color: #a855f7; }.kj4d  .ahlzla .ulr9     .eyxeq::before { color: #eab308; }.kj4d  .ahlzla .ove1dt .eyxeq::before { color: #ef4444; }.kj4d  .ahlzla .s3s0am8    .eyxeq::before { color: #f97316; }.kq57z  .ahlzla .ulr9     .eyxeq::before { color: #38bdf8; }.kq57z  .ahlzla .ove1dt .eyxeq::before { color: #818cf8; }.kq57z  .ahlzla .s3s0am8    .eyxeq::before { color: #2dd4bf; }.s28ve80 .ahlzla .eyxeq::before { color: var(--accent-light) !important; }
.lbenag8 .awkij, .lbenag8 .i3mtcjrv { min-height: 520px; }
.t3fv3::before { content: '—'; }