:root {
  --color-accent: #3b82f6;
  --color-cta: #6366f1;
  --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;
}
.jahdu4 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.duj7 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.cbpfv9yj {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.vq3wp48 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.p82lb { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.p82lb a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.p82lb a:hover { color: var(--accent-light); }
.xe0nbrhn  .rpouk60 { border-radius: 14px; }
.xe0nbrhn .rpouk60 li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.xe0nbrhn .rpouk60 li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.ki4lj2w7  .rpouk60 li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .rpouk60 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .gvlttr7:hover .rpouk60,
  .gvlttr7:focus-within .rpouk60 { display: block; }
  .rpouk60 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.dt6j {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.g6ac { display: none; }
@media (max-width: 640px) {
  .g6ac {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .g6ac.m98k1w5m { display: block; }
}
@media (max-width: 640px) {
  .dt6j { display: block; }
  .p82lb > li + li::before { display: none !important; }
  .p82lb {
    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;
  }
  .p82lb.m98k1w5m { display: flex; }
  .p82lb li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .p82lb li:last-child a { border-bottom: none; }
}
.hzpoj { min-height: 480px; }
.mnwrvvsz {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.h7h63ts { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.vkv2mr0o .h7h63ts { margin-left: 0; margin-right: 0; }
.wu73 {
  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;
}
.t4h8lozo .wu73 { margin-top: 24px; }
.wu73:hover { opacity: 0.88; }
.u191a70 .mnwrvvsz { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.u191a70 .h7h63ts { color: #e2e8f0; }
.u191a70.l5r7onv .xo7bdz { text-align: center; }
.r7vrf4 .mnwrvvsz { color: var(--text-primary); text-shadow: none; }
.r7vrf4 .h7h63ts { color: var(--text-muted); }
.r7vrf4 .wu73 { margin-top: 16px; }
.r7vrf4, .r7vrf4.hzpoj { min-height: auto !important; }
.r7vrf4.l5r7onv .xo7bdz { text-align: center; }
.r7vrf4~.g9urgg{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}
.r7vrf4~.g9urgg .qfie{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; }
}
@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); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.c2yso .mnwrvvsz { color: #fff; }
.c2yso .h7h63ts { color: rgba(255,255,255,0.85); }
.c2yso .wu73 { background: #fff; color: var(--cta); }
.c2yso .wu73:hover { opacity: 0.92; }
.z72ta .quwplyi { position: relative; overflow: hidden; }
.z72ta .quwplyi::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.xc2dhkj .quwplyi {
  animation: hg-breathe 7s ease-in-out infinite;
}
.ooghzh9q .quwplyi { position: relative; overflow: hidden; }
.ooghzh9q .quwplyi::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;
}
.pafak7wy .quwplyi { position: relative; overflow: hidden; }
.pafak7wy .quwplyi::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.bmgkwm .quwplyi {
  animation: hg-fadein 1.2s ease-out both;
}
.quwplyi {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.wb07pk8q {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.ru7y4y {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.dmbew5qd {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.quwplyi .mnwrvvsz { text-shadow: none; color: var(--text-primary); }
.quwplyi .h7h63ts { color: var(--text-muted); }
body.wzqzi7 .mnwrvvsz {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.sjqqj6 .mnwrvvsz {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.hzpoj.c2yso .mnwrvvsz,
section.c2yso .mnwrvvsz {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.quwplyi.l5r7onv .wb07pk8q { align-items: center; text-align: center; }
.quwplyi.vkv2mr0o   .wb07pk8q { align-items: flex-start; text-align: left; }
.lnfs .ru7y4y { position: relative; }
.lnfs .ru7y4y::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.lnfs.zblr4fi .ru7y4y::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.uygphm .ru7y4y {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.uygphm .dmbew5qd {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.uygphm.zblr4fi .ru7y4y { padding: 32px 0 32px 32px; }
.f6ay .ru7y4y {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.f6ay .dmbew5qd {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.zblr4fi .wb07pk8q {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.f6ay.zblr4fi .ru7y4y { padding: 40px 16px 40px 48px; }
.hzpoj .bm5eeli {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.bm5eeli .nlzubk79 {
  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;
}
.bm5eeli .nlzubk79::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.bm5eeli .gbgw031n { display: contents !important; }
.bm5eeli .gbgw031n .h1h0fw {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.bm5eeli .gbgw031n .s4czg { max-height: 48px; max-width: 96px; }
.bm5eeli .gbgw031n .yw30u {
  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;
}
.bm5eeli .b07pu1h {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.bm5eeli .u36ab { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.bm5eeli .zx1g28a { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.bm5eeli .zx1g28a small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.bm5eeli .yojw { display: contents !important; }
.bm5eeli .yojw .o1tnpde:not(.tq3oeb6) { display: none !important; }
.bm5eeli .yojw .tq3oeb6 {
  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;
}
.bm5eeli .yojw .tq3oeb6 .x6wf {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.bm5eeli .yojw .tq3oeb6 .y8s9x5 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.bm5eeli .kmb2 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.bm5eeli .kmb2.meaapz {
  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;
}
.bm5eeli .kmb2.meaapz:hover { opacity: 0.85; }
.prup .ru7y4y {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .quwplyi { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .quwplyi:not(.prup) .ru7y4y { display: none !important; }
  .prup .ru7y4y { padding: 16px; }
  .wb07pk8q  { padding: 36px 24px; }
  .quwplyi~.g9urgg,.zblr4fi~.g9urgg{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .hzpoj, .quwplyi { min-height: 320px !important; }
  .mnwrvvsz { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .z9nr8,
  .qjsjgz,
  .ndwsr9kx { grid-template-columns: 1fr !important; }

  

  
  .uo6p3e1q { display: flex !important; flex-direction: column !important; }
  .uo6p3e1q .xo7bdz { display: contents; }
  .uo6p3e1q .o8o44p1k { order: 0; }
  .uo6p3e1q .mnwrvvsz { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .uo6p3e1q .z9nr8 { order: 2; padding: 0 16px 12px !important; }
  .uo6p3e1q .h7h63ts { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .t4h8lozo .xo7bdz { display: flex; flex-direction: column; }
  .t4h8lozo .xo7bdz .mnwrvvsz { order: 1; }
  .t4h8lozo .xo7bdz .ndwsr9kx { order: 2; margin: 8px 0 24px !important; }
  .t4h8lozo .xo7bdz .h7h63ts { order: 3; }
  .t4h8lozo .xo7bdz .wu73 { order: 4; align-self: center; margin-top: 0; }

  
  .quwplyi.prup {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .quwplyi.prup .wb07pk8q { display: contents; padding: 0; }
  .quwplyi.prup .wb07pk8q .mnwrvvsz { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .quwplyi.prup .ru7y4y { order: 2; padding: 12px 16px; }
  .quwplyi.prup .wb07pk8q .h7h63ts { order: 3; padding: 0 24px; margin: 0 auto; }
  .quwplyi.prup .wb07pk8q .wu73 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.brfl { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.j4lb4fx { width: 100%; height: auto; display: block; border-radius: 10px; }
.ke415fb .brfl        { border-radius: 16px; }
.ke415fb .j4lb4fx  { border-radius: 16px; }
.dqu3py .brfl         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.dqu3py .j4lb4fx   { border-radius: 8px; }
.vj6ry9 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.yd3izr { width: 100%; padding: 32px 0; position: relative; }
.wk58g7h { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.oczvmu9 .yd3izr:nth-child(even) { background: var(--bg-surface); }
.oczvmu9 .yd3izr:nth-child(odd)  { background: var(--bg-page); }
.p1vw1 .yd3izr:nth-child(even) { background: var(--bg-card); }
.p1vw1 .yd3izr:nth-child(odd)  { background: var(--bg-page); }
.oczvmu9 .yd3izr:nth-child(odd)  .wk58g7h { background: var(--bg-card); border-radius: 6px; }
.oczvmu9 .yd3izr:nth-child(even) .wk58g7h { background: var(--bg-raised); border-radius: 6px; }
.p1vw1 .yd3izr:nth-child(odd)  .wk58g7h { background: var(--bg-card); border-radius: 6px; }
.p1vw1 .yd3izr:nth-child(even) .wk58g7h { background: var(--bg-raised); border-radius: 6px; }
.oczvmu9 .yd3izr:nth-child(even) .siep4f .xjim9,
.p1vw1 .yd3izr:nth-child(even) .siep4f .xjim9 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.oczvmu9 .yd3izr:nth-child(odd) .siep4f .xjim9,
.p1vw1 .yd3izr:nth-child(odd) .siep4f .xjim9 { background: var(--bg-card-inner); }
.oczvmu9 .yd3izr:nth-child(even) .xocuzi8g .xjim9:nth-child(odd),
.p1vw1 .yd3izr:nth-child(even) .xocuzi8g .xjim9:nth-child(odd)  { background: var(--bg-card); }
.oczvmu9 .yd3izr:nth-child(even) .xocuzi8g .xjim9:nth-child(even),
.p1vw1 .yd3izr:nth-child(even) .xocuzi8g .xjim9:nth-child(even) { background: var(--bg-card-inner); }
h1.jbb2n { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.jbb2n {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.c5cikj5 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.p3j4kp0 h2.jbb2n {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.zgme2 h2.jbb2n {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.ga3dhaap h2.jbb2n {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.gpocuv h2.jbb2n::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.jvfl3 h2.jbb2n {
  color: var(--text-primary); font-size: 1.7rem;
}
.vxqji h2.jbb2n::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.m49m2cu h2.jbb2n {
  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;
}
.l5jz04yh { font-size: 1.35rem; font-weight: 700; color: var(--accent-light); margin-bottom: 12px; }
.vmgbfrk { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .vmgbfrk { display: none; } }
.wx2dykw { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.b8z5qpa { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.s9wqn5t8 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.opuk { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.dpgk3zhw { padding-left: 20px; }
.dpgk3zhw li { margin-bottom: 6px; }
.dpgk3zhw a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.dpgk3zhw a:hover { color: var(--accent-light); }
.g6tsca .opuk { display: none; }
.qs04afw .opuk { display: none; }
.qs04afw .dpgk3zhw { padding-left: 0; list-style: none; }
.qs04afw .dpgk3zhw li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.qs04afw .dpgk3zhw a { font-size: 0.92rem; }
.fzqfurxl .s9wqn5t8 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.fzqfurxl .opuk { display: none; }
.fzqfurxl .dpgk3zhw { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.fzqfurxl .dpgk3zhw li { margin-bottom: 0; }
.fzqfurxl .dpgk3zhw 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;
}
.fzqfurxl .dpgk3zhw a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.c3lq .s9wqn5t8 { padding: 20px 20px 16px; }
.c3lq .dpgk3zhw {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.c3lq .dpgk3zhw li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.c3lq .dpgk3zhw 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;
}
.c3lq .dpgk3zhw 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;
}
.c3lq .dpgk3zhw a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.c3lq .dpgk3zhw a:focus,
.c3lq .dpgk3zhw a:focus-visible,
.c3lq .dpgk3zhw a:target { outline: none; }
.c3lq .dpgk3zhw li:target a { border-color: var(--border); color: var(--text-muted); }
.t68k7q .s9wqn5t8 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.t68k7q .opuk { display: none; }
.t68k7q .dpgk3zhw { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.t68k7q .dpgk3zhw li { margin-bottom: 0; }
.t68k7q .dpgk3zhw li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.t68k7q .dpgk3zhw li:last-child::after { content: ""; margin-right: 0; }
.t68k7q .dpgk3zhw a { font-size: 0.9rem; }
.xjim9 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.siep4f .xjim9 { background: var(--bg-card); }
.xocuzi8g .xjim9:nth-child(odd)  { background: var(--bg-card); }
.xocuzi8g .xjim9:nth-child(even) { background: var(--bg-raised); }
.gngj30a .xjim9 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.gngj30a .xjim9:last-child { border-bottom: none; }
.gngj30a h3.c5cikj5 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.nffsrx .xjim9 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.nffsrx .xjim9 + .xjim9 { margin-top: 4px; }
.jiefcw9z .xjim9 { background: none; border-radius: 0; padding: 12px 0; }
.jiefcw9z .xjim9 + .xjim9 { border-top: 1px solid var(--border-section); }
.jduf6 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.mwnb15 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.t4ulk26p { color: var(--text-body); margin-bottom: 10px; }
.vcglsx, .uu2512q { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.vcglsx li, .uu2512q li { margin-bottom: 6px; }
.uu2512q li { list-style: decimal; }
.fommmza     .vcglsx { list-style-type: "● "; }
.lud8  .vcglsx { list-style-type: "■ "; }
.i3n5 .vcglsx { list-style-type: "◆ "; }
.bwgy9qgh    .vcglsx { list-style-type: "★ "; }
.fommmza     .bsu7 { list-style-type: "● "; }
.lud8  .bsu7 { list-style-type: "■ "; }
.i3n5 .bsu7 { list-style-type: "◆ "; }
.bwgy9qgh    .bsu7 { list-style-type: "★ "; }
.fommmza    .vcglsx li::marker, .fommmza    .bsu7 li::marker,
.lud8 .vcglsx li::marker, .lud8 .bsu7 li::marker,
.i3n5 .vcglsx li::marker, .i3n5 .bsu7 li::marker,
.bwgy9qgh   .vcglsx li::marker, .bwgy9qgh   .bsu7 li::marker {
  color: var(--cta); font-size: 1em;
}
.fommmza .uu2512q,
.lud8 .uu2512q,
.i3n5 .uu2512q,
.bwgy9qgh .uu2512q {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.fommmza .uu2512q li,
.lud8 .uu2512q li,
.i3n5 .uu2512q li,
.bwgy9qgh .uu2512q li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.fommmza .uu2512q li::before,
.lud8 .uu2512q li::before,
.i3n5 .uu2512q li::before,
.bwgy9qgh .uu2512q 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;
}
.fommmza     .uu2512q li::before { border-radius: 50%; }
.lud8  .uu2512q li::before { border-radius: 3px; }
.i3n5 .uu2512q li::before { border-radius: 3px; }
.bwgy9qgh    .uu2512q li::before { border-radius: 50%; }
.fj1ikp { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.phzq .fj1ikp,
.m1hhb .fj1ikp { background: transparent; border: none; border-radius: 0; }
.ommu1co { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ommu1co th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.ommu1co td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.ommu1co tr:hover td { background: var(--bg-hover); }
.fkbhbq .ommu1co tbody tr:nth-child(even) td { background: var(--bg-surface); }
.c78sg8g .ommu1co { border: 1px solid var(--border-alt); }
.c78sg8g .ommu1co th,
.c78sg8g .ommu1co td { border: 1px solid var(--border-alt); }
.b8luil9 .ommu1co th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.b8luil9 .ommu1co td { border-bottom: none; }
.b8luil9 .ommu1co tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.o61h9 .ommu1co th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.y0x43 .fj1ikp {
  overflow: hidden;
}
.y0x43 .ommu1co th { border-bottom: 1px solid var(--border-alt); }
.y0x43 .ommu1co tr:last-child td { border-bottom: none; }
.r5ajg21 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ctl8yht { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.o4m4w { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.tbqjljr { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.k7fs { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.bsu7 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.bsu7 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%}
.rtbi06 .tbqjljr { background: transparent; text-align: center; }
.v68g .o4m4w {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.off5g .o4m4w {
  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);
}
.uts1d .ctl8yht { display: grid; grid-template-columns: auto 1fr; }
.uts1d .o4m4w {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.uts1d .tbqjljr { grid-column: 2; }
.uts1d .k7fs,
.uts1d .bsu7 { grid-column: 1 / -1; }
.rlxcc1xr .ctl8yht { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.rlxcc1xr .o4m4w {
  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);
}
.rlxcc1xr .tbqjljr { grid-column: 2; }
.rlxcc1xr .k7fs,
.rlxcc1xr .bsu7 { grid-column: 1 / -1; }
.bfq0ud .ctl8yht { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.bfq0ud .tbqjljr { background: none; color: var(--accent-light); font-weight: 700; }
.stci5jts .ctl8yht { 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); }
.stci5jts .tbqjljr { background: none; color: var(--accent-light); font-weight: 700; }
.dj8wd .ctl8yht { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.dj8wd .ctl8yht:last-child { border-bottom: none; }
.dj8wd .tbqjljr { background: none; color: var(--accent-light); font-weight: 700; }
.xbeimp6r .ctl8yht { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.xbeimp6r .tbqjljr { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.dsttkquo .r5ajg21 { counter-reset: card-n; }
.dsttkquo .ctl8yht  { counter-increment: card-n; }
.dsttkquo .tbqjljr { display: flex; align-items: center; gap: 10px; }
.dsttkquo .tbqjljr::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;
}
.ts1q .ctl8yht { background: var(--bg-surface); border: 1px solid var(--border); }
.ts1q .tbqjljr { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.bvu07yh7 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.xn4m9  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.sme1aq7z { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.na0l { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.aip4 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.bvu07yh7 strong { color: var(--text-primary); font-size: 0.95rem; }
.bvu07yh7 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.oon885 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.t91d7q5s, .jqzgdu6v { border-radius: 8px; padding: 14px; }
.t91d7q5s { background: var(--bg-pros); }
.jqzgdu6v { background: var(--bg-cons); }
.g9z9xf44 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.t91d7q5s .g9z9xf44 { color: var(--c-pros-label); }
.jqzgdu6v .g9z9xf44 { color: #f87171; }
.t91d7q5s ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.jqzgdu6v ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.j4lb4fx { width: 100%; height: auto; border-radius: 10px; display: block; }
.meaapz {
  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;
}
.meaapz:hover { opacity: 0.85; }
.nweiugk .meaapz  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.nweiugk .meaapz:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.fhh2vnoo .meaapz  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.fhh2vnoo .meaapz:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.kn40 .wu73 { border-radius: 50px; }
.kn40 .meaapz  { border-radius: 50px; }
.pfl5jhig .wu73 { padding-left: 22px; padding-right: 22px; }
.pfl5jhig .meaapz  { padding-left: 12px; padding-right: 12px; }
.ra1dir .wu73 { padding-left: 44px; padding-right: 44px; }
.ra1dir .meaapz  { padding-left: 24px; padding-right: 24px; }
.jsqkm .wu73 { padding-left: 56px; padding-right: 56px; }
.jsqkm .meaapz  { padding-left: 32px; padding-right: 32px; }
.ky16hn   .wu73::after, .ky16hn   .meaapz::after,
.yrwr .wu73::after, .yrwr .meaapz::after,
.nf9wctac    .wu73::after, .nf9wctac    .meaapz::after,
.w40w8d    .wu73::after, .w40w8d    .meaapz::after,
.pylb3f82    .wu73::after, .pylb3f82    .meaapz::after,
.gcvaku4v     .wu73::after, .gcvaku4v     .meaapz::after,
.mfjaxook    .wu73::after, .mfjaxook    .meaapz::after,
.ihj5mwq   .wu73::after, .ihj5mwq   .meaapz::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;
}
.ky16hn .wu73::after, .ky16hn .meaapz::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");
}
.yrwr .wu73::after, .yrwr .meaapz::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");
}
.nf9wctac .wu73::after, .nf9wctac .meaapz::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");
}
.w40w8d .wu73::after, .w40w8d .meaapz::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");
}
.pylb3f82 .wu73::after, .pylb3f82 .meaapz::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");
}
.gcvaku4v .wu73::after, .gcvaku4v .meaapz::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");
}
.mfjaxook .wu73::after, .mfjaxook .meaapz::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");
}
.ihj5mwq .wu73::after, .ihj5mwq .meaapz::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");
}
.m9ooi5   .kbmp::after, .m9ooi5   .v211k5bd::after,
.li8m .kbmp::after, .li8m .v211k5bd::after,
.lbz3i    .kbmp::after, .lbz3i    .v211k5bd::after,
.q9roy    .kbmp::after, .q9roy    .v211k5bd::after,
.rivxv3gq    .kbmp::after, .rivxv3gq    .v211k5bd::after,
.emdfnwdl     .kbmp::after, .emdfnwdl     .v211k5bd::after,
.p12ugc    .kbmp::after, .p12ugc    .v211k5bd::after,
.m3p1gx   .kbmp::after, .m3p1gx   .v211k5bd::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;
}
.m9ooi5 .kbmp::after, .m9ooi5 .v211k5bd::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");
}
.li8m .kbmp::after, .li8m .v211k5bd::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");
}
.lbz3i .kbmp::after, .lbz3i .v211k5bd::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");
}
.q9roy .kbmp::after, .q9roy .v211k5bd::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");
}
.rivxv3gq .kbmp::after, .rivxv3gq .v211k5bd::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");
}
.emdfnwdl .kbmp::after, .emdfnwdl .v211k5bd::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");
}
.p12ugc .kbmp::after, .p12ugc .v211k5bd::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");
}
.m3p1gx .kbmp::after, .m3p1gx .v211k5bd::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");
}
.zgyf7w3 {
  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;
}
.nlzubk79 {
  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;
}
.nlzubk79 > * { min-width: 0; }
.nlzubk79:hover { background: var(--bg-hover); }
.nlzubk79 > [itemprop="item"] { display: contents; }
.nlzubk79 [itemprop="itemReviewed"],
.nlzubk79 [itemprop="reviewRating"] { display: none; }
.nlzubk79::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;
}
.gbgw031n {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.h1h0fw {
  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;
}
.s4czg { max-height: 52px; max-width: 110px; object-fit: contain; }
.yw30u {
  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;
}
.mrp6x2o8 .h1h0fw    { background: #1a1a1a; }
.s0mz .h1h0fw   { background: rgba(128,128,128,.12); }
.trsxuf4u .h1h0fw { background: var(--bg-raised); }
.d6mfj7ml .h1h0fw    { background: transparent; padding: 0; }
.b07pu1h {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.u36ab { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.zx1g28a { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.yojw {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.o1tnpde {
  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;
}
.x6wf {
  
  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%;
}
.y8s9x5 {
  
  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;
}
.kmb2 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.kmb2.meaapz {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .nlzubk79 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .nlzubk79::before    { grid-area: rank;   }
  .gbgw031n           { grid-area: ident;  }
  .b07pu1h     { grid-area: rating; min-width: 0; width: auto; }
  .yojw           { grid-area: pills;  }
  .kmb2             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .nlzubk79 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .nlzubk79::before    { justify-self: center; }
  .gbgw031n           { width: 100%; }
  .b07pu1h     { justify-self: center; }
  .yojw           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .ijt9fm1 .ufzwmf {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ijt9fm1 .qqg5 { margin: 0; }
}
.m1hhb .oon885 { gap: 10px; }
.m1hhb .t91d7q5s, .m1hhb .jqzgdu6v { padding: 12px; }
.m1hhb .t91d7q5s ul, .m1hhb .jqzgdu6v ul { margin: 4px 0 0; padding-left: 18px; }
.m1hhb .t91d7q5s li, .m1hhb .jqzgdu6v li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .l2sgl5 { grid-template-columns: 1fr; }
  .a7lecc9 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .a7lecc9 .rin5f7d { width: 72px; height: 50px; }
  .a7lecc9 .cyle4x { max-width: 180px; }
  .a7lecc9 .dj2rc { width: auto; }
}
@media (max-width: 720px) {
  .jr6s { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .js4j64x { padding: 16px; }
  .naanj .teja0v { min-width: 50%; }
}
.zhml .oon885 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .h9cjc5r6 { grid-template-columns: 1fr; }
  .zgb0m3or { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .b6m13x2d { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .hir8b { flex-wrap: wrap; padding: 16px; }
}
.g1yjn2a .oon885 { gap: 8px; }
.g1yjn2a .t91d7q5s, .g1yjn2a .jqzgdu6v { padding: 8px; }
@media (max-width: 480px) {
  .wl5u6 { flex-direction: column; align-items: stretch; }
}
.uvagx .dj2rc .meaapz { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .asxxzx { flex-direction: column; align-items: stretch; gap: 10px; }
  .uvagx .dj2rc { text-align: center; }
}
@media (max-width: 720px) {
  .haap0lt { grid-template-columns: 1fr; }
  .zj8y { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .xnbo { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .x04vp { grid-template-columns: 1fr; }
  .uqkix { width: 100px; height: 100px; margin: 16px auto; }
  .azsrddfd { font-size: 1.4rem; }
  .ki6u8h { justify-content: center; }
  .ae2ng3o .teja0v { min-width: 50%; }
}
.a3vswqc .oon885 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .rwb0o { flex-wrap: wrap; padding: 14px 16px; }
  .h746 { padding: 12px 16px; }
  .a3vswqc .oon885 { margin: 0 16px; }
  .a3vswqc .bgthuer { padding: 0 16px; }
  .rn8ytdk { padding: 12px 16px; }
}
.n6brcdl5 .nlzubk79 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.n6brcdl5 .nlzubk79:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.szwjsa .zgyf7w3 { gap: 18px; }
.szwjsa .nlzubk79 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.szwjsa .nlzubk79:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.acrw .zgyf7w3 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.acrw .nlzubk79 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.acrw .nlzubk79:last-child { border-bottom: none; }
.acrw .gbgw031n,
.acrw .b07pu1h,
.acrw .yojw {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.pkmaxw .zgyf7w3 { gap: 0; }
.pkmaxw .nlzubk79 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.pkmaxw .nlzubk79:last-child { border-bottom: none; }
.pkmaxw .nlzubk79:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.pkmaxw .nlzubk79:nth-child(even):hover { background: var(--bg-hover); }
.dld942kc .nlzubk79 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.qkbd0 .yojw .o1tnpde {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.qkbd0 .yojw .o1tnpde:first-child { border-left: none; }
.wbor4 .yojw .o1tnpde {
  background: transparent; padding: 4px 8px;
}
.wbor4 .yojw .x6wf { font-size: .65rem; opacity: .65; }
.wbor4 .yojw .y8s9x5   { font-size: 1.15rem; color: var(--accent-light); }
.k07c .yojw .o1tnpde {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.zx1g28a { display: none; }
.j746q .u36ab { font-size: 1rem; letter-spacing: 2px; }
.gq0c091 .u36ab {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.qdj7qtq .u36ab,
.e0zb7 .u36ab,
.jj4bod .u36ab { display: none; }
.qdj7qtq .zx1g28a,
.e0zb7 .zx1g28a,
.jj4bod .zx1g28a { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.qdj7qtq .zx1g28a { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.qdj7qtq .zx1g28a small { display: none; }
.e0zb7 .zx1g28a {
  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;
}
.e0zb7 .zx1g28a small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.jj4bod .zx1g28a {
  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;
}
.jj4bod .zx1g28a small { display: none; }
.k7d0rro { margin: 16px 0; }
.jzys { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.jzys summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.jzys summary::after { content: "+"; color: var(--accent-light); }
.jzys[open] summary::after { content: "−"; }
.jzys p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.yd3izr { margin-bottom: 0; }
.q2bi2 h2.jbb2n { color: var(--text-primary); border-color: var(--accent-light); }
.d63t2mf3 h2.jbb2n { color: var(--text-primary); border-color: var(--accent-light); }
.rub69r .xn4m9     { background: #052e16; border-color: #10b981; }
.rub69r .sme1aq7z { background: #2d0a1e; border-color: #f43f5e; }
.rub69r .na0l    { background: #1e1036; border-color: #a855f7; }
.rub69r .bvu07yh7 strong  { color: #f1f5f9; }
.rub69r .bvu07yh7 p       { color: #cbd5e1; }
.rub69r .nyyztj    .xn4m9     .aip4::before,
.rub69r .prq2e  .xn4m9     .aip4::before,
.rub69r .wsqkv  .xn4m9     .aip4::before,
.rub69r .z31pj2m .xn4m9     .aip4::before { color: #10b981; }
.rub69r .nyyztj    .sme1aq7z .aip4::before,
.rub69r .prq2e  .sme1aq7z .aip4::before,
.rub69r .wsqkv  .sme1aq7z .aip4::before,
.rub69r .z31pj2m .sme1aq7z .aip4::before { color: #f43f5e; }
.rub69r .nyyztj    .na0l    .aip4::before,
.rub69r .prq2e  .na0l    .aip4::before,
.rub69r .wsqkv  .na0l    .aip4::before,
.rub69r .z31pj2m .na0l    .aip4::before { color: #a855f7; }
.vfadqn .xn4m9     { background: #2d2000; border-color: #eab308; }
.vfadqn .sme1aq7z { background: #2d0b0b; border-color: #ef4444; }
.vfadqn .na0l    { background: #2d1600; border-color: #f97316; }
.vfadqn .bvu07yh7 strong  { color: #f1f5f9; }
.vfadqn .bvu07yh7 p       { color: #cbd5e1; }
.vfadqn .nyyztj    .xn4m9     .aip4::before,
.vfadqn .prq2e  .xn4m9     .aip4::before,
.vfadqn .wsqkv  .xn4m9     .aip4::before,
.vfadqn .z31pj2m .xn4m9     .aip4::before { color: #eab308; }
.vfadqn .nyyztj    .sme1aq7z .aip4::before,
.vfadqn .prq2e  .sme1aq7z .aip4::before,
.vfadqn .wsqkv  .sme1aq7z .aip4::before,
.vfadqn .z31pj2m .sme1aq7z .aip4::before { color: #ef4444; }
.vfadqn .nyyztj    .na0l    .aip4::before,
.vfadqn .prq2e  .na0l    .aip4::before,
.vfadqn .wsqkv  .na0l    .aip4::before,
.vfadqn .z31pj2m .na0l    .aip4::before { color: #f97316; }
.vara8zb9 .xn4m9     { background: #0c1a2e; border-color: #38bdf8; }
.vara8zb9 .sme1aq7z { background: #12103a; border-color: #818cf8; }
.vara8zb9 .na0l    { background: #0a2020; border-color: #2dd4bf; }
.vara8zb9 .bvu07yh7 strong  { color: #f1f5f9; }
.vara8zb9 .bvu07yh7 p       { color: #cbd5e1; }
.vara8zb9 .nyyztj    .xn4m9     .aip4::before,
.vara8zb9 .prq2e  .xn4m9     .aip4::before,
.vara8zb9 .wsqkv  .xn4m9     .aip4::before,
.vara8zb9 .z31pj2m .xn4m9     .aip4::before { color: #38bdf8; }
.vara8zb9 .nyyztj    .sme1aq7z .aip4::before,
.vara8zb9 .prq2e  .sme1aq7z .aip4::before,
.vara8zb9 .wsqkv  .sme1aq7z .aip4::before,
.vara8zb9 .z31pj2m .sme1aq7z .aip4::before { color: #818cf8; }
.vara8zb9 .nyyztj    .na0l    .aip4::before,
.vara8zb9 .prq2e  .na0l    .aip4::before,
.vara8zb9 .wsqkv  .na0l    .aip4::before,
.vara8zb9 .z31pj2m .na0l    .aip4::before { color: #2dd4bf; }
.rpzqj .xn4m9     { background: var(--accent-bg); border-color: var(--accent-light); }
.rpzqj .sme1aq7z { background: var(--accent-bg-light); border-color: var(--accent-light); }
.rpzqj .na0l    { background: var(--accent-bg); border-color: var(--accent-pale); }
.rpzqj .nyyztj    .aip4::before,
.rpzqj .prq2e  .aip4::before,
.rpzqj .wsqkv  .aip4::before,
.rpzqj .z31pj2m .aip4::before { color: var(--accent-light) !important; }
.qsdi::before,
.jjobsy3::before { margin-right: 5px; }
.mgoyc .t91d7q5s ul li,
.mgoyc .t91d7q5s .qsdi { color: #22c55e; }
.mgoyc .jqzgdu6v ul li,
.mgoyc .jqzgdu6v .jjobsy3 { color: #ef4444; }
.nw5i6kf .t91d7q5s { background: var(--bg-pros); }
.nw5i6kf .jqzgdu6v { background: var(--bg-cons); }
.nw5i6kf .t91d7q5s .qsdi { color: var(--c-pros-label); }
.nw5i6kf .jqzgdu6v .jjobsy3 { color: var(--c-cons); }
.nw5i6kf .t91d7q5s ul li,
.nw5i6kf .pcpcol li            { color: var(--c-pros); }
.nw5i6kf .jqzgdu6v ul li,
.nw5i6kf .eu77 li            { color: var(--c-cons); }
.azkgfb9m .t91d7q5s { background: var(--bg-pros); }
.azkgfb9m .jqzgdu6v { background: var(--bg-cons); }
.azkgfb9m .t91d7q5s .qsdi { color: var(--c-pros-label); }
.azkgfb9m .jqzgdu6v .jjobsy3 { color: var(--c-cons); }
.azkgfb9m .t91d7q5s ul li,
.azkgfb9m .jqzgdu6v ul li,
.jxewws .qsdi::before { content: "✓ "; }
.jxewws .jjobsy3::before { content: "✗ "; }
.u41owg1s .qsdi::before { content: "→ "; }
.u41owg1s .jjobsy3::before { content: "← "; }
.awh5p7q1 .qsdi::before { content: "★ "; }
.awh5p7q1 .jjobsy3::before { content: "✕ "; }
.e728 .qsdi::before { content: "◆ "; }
.e728 .jjobsy3::before { content: "▲ "; }
.ogts .bvu07yh7 { background: transparent; border-left: none; border: 1.5px solid; }
.ogts .xn4m9     { border-color: var(--c-tip-border); }
.ogts .sme1aq7z { border-color: var(--c-warn-border); }
.ogts .na0l    { border-color: #60a5fa; }
.ogts .bvu07yh7 strong { color: var(--text-primary); }
.ogts .bvu07yh7 p      { color: var(--text-muted); }
.j2ib0 .bvu07yh7 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.j2ib0 .xn4m9     { border-top-color: var(--c-tip-border); }
.j2ib0 .sme1aq7z { border-top-color: var(--c-warn-border); }
.j2ib0 .na0l    { border-top-color: #60a5fa; }
.myas .bvu07yh7 { border-left: none; border-radius: 8px; }
.myas .xn4m9     { background: #065f46; }
.myas .sme1aq7z { background: #92400e; }
.myas .na0l    { background: #1e3a8a; }
.myas .bvu07yh7 strong,
.myas .bvu07yh7 p { color: #fff; }
.myas .aip4::before { color: rgba(255,255,255,0.85) !important; }
.rub69r.myas .xn4m9,
.rub69r .myas .xn4m9     { background: #052e16; }
.rub69r.myas .sme1aq7z,
.rub69r .myas .sme1aq7z { background: #2d0a1e; }
.rub69r.myas .na0l,
.rub69r .myas .na0l    { background: #1e1036; }
.vfadqn.myas .xn4m9,
.vfadqn .myas .xn4m9      { background: #2d2000; }
.vfadqn.myas .sme1aq7z,
.vfadqn .myas .sme1aq7z  { background: #2d0b0b; }
.vfadqn.myas .na0l,
.vfadqn .myas .na0l     { background: #2d1600; }
.vara8zb9.myas .xn4m9,
.vara8zb9 .myas .xn4m9      { background: #0c1a2e; }
.vara8zb9.myas .sme1aq7z,
.vara8zb9 .myas .sme1aq7z  { background: #12103a; }
.vara8zb9.myas .na0l,
.vara8zb9 .myas .na0l     { background: #0a2020; }
.bocik .bvu07yh7 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.bocik .xn4m9     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.bocik .sme1aq7z { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.bocik .na0l    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.bocik .bvu07yh7 strong { color: var(--text-primary); }
.bocik .bvu07yh7 p      { color: var(--text-muted); }
.heo0agm .bvu07yh7 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.nyyztj .aip4,
.prq2e .aip4,
.wsqkv .aip4,
.z31pj2m .aip4 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.nyyztj .aip4::before,
.prq2e .aip4::before,
.wsqkv .aip4::before,
.z31pj2m .aip4::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.nyyztj .xn4m9     .aip4::before { content: "✦"; color: var(--c-tip-border); }
.nyyztj .sme1aq7z .aip4::before { content: "▲"; color: var(--c-warn-border); }
.nyyztj .na0l    .aip4::before { content: "◉"; color: #60a5fa; }
.prq2e .xn4m9     .aip4::before { content: "★"; color: var(--c-tip-border); }
.prq2e .sme1aq7z .aip4::before { content: "◆"; color: var(--c-warn-border); }
.prq2e .na0l    .aip4::before { content: "●"; color: #60a5fa; }
.wsqkv .xn4m9     .aip4::before { content: "▶"; color: var(--c-tip-border); }
.wsqkv .sme1aq7z .aip4::before { content: "■"; color: var(--c-warn-border); }
.wsqkv .na0l    .aip4::before { content: "▸"; color: #60a5fa; }
.z31pj2m .xn4m9     .aip4::before { content: "→"; color: var(--c-tip-border); }
.z31pj2m .sme1aq7z .aip4::before { content: "⬥"; color: var(--c-warn-border); }
.z31pj2m .na0l    .aip4::before { content: "◈"; color: #60a5fa; }
.ao5klrr .siep4f .xjim9,
.ao5klrr .xocuzi8g .xjim9  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ao5klrr .ctl8yht                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ao5klrr .nlzubk79                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.ao5klrr .fj1ikp          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ao5klrr .s9wqn5t8                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.q51k .siep4f .xjim9,
.q51k .xocuzi8g .xjim9,
.q51k .ctl8yht,
.q51k .nlzubk79,
.q51k .qqg5,
.q51k .fj1ikp,
.q51k .s9wqn5t8,
.q51k .heo0agm .bvu07yh7 { box-shadow: none; }
.bnw1df4   .t4ulk26p, .bnw1df4 .jduf6, .bnw1df4 .mwnb15,
.bnw1df4   .wx2dykw, .bnw1df4 .b8z5qpa { font-size: 0.9rem; }
.bnw1df4   .vcglsx, .bnw1df4 .uu2512q { font-size: 0.9rem; }
.ype5xzy0   .t4ulk26p, .ype5xzy0 .jduf6, .ype5xzy0 .mwnb15,
.ype5xzy0   .wx2dykw, .ype5xzy0 .b8z5qpa { font-size: 0.95rem; }
.ype5xzy0   .vcglsx, .ype5xzy0 .uu2512q { font-size: 0.95rem; }
.wp8d4q   .t4ulk26p, .wp8d4q .jduf6, .wp8d4q .mwnb15,
.wp8d4q   .wx2dykw, .wp8d4q .b8z5qpa { font-size: 1.08rem; }
.wp8d4q   .vcglsx, .wp8d4q .uu2512q { font-size: 1.05rem; }
.wp8d4q   .ommu1co { font-size: 0.97rem; }
.elaqh2 .mnwrvvsz      { font-size: 3.2rem; }
.elaqh2 h2.jbb2n { font-size: 1.9rem; }
.elaqh2 h3.c5cikj5     { font-size: 1.4rem; }
.dm2lm .mnwrvvsz      { font-size: 3.8rem; }
.dm2lm h2.jbb2n { font-size: 2.2rem; }
.dm2lm h3.c5cikj5     { font-size: 1.6rem; }
.yd3izr + .yd3izr { position: relative; }
.v546   .yd3izr + .yd3izr::before,
.jwan  .yd3izr + .yd3izr::before,
.l3g9   .yd3izr + .yd3izr::before,
.b5jjjs   .yd3izr + .yd3izr::before,
.bv6ic1   .yd3izr + .yd3izr::before,
.bw0l7 .yd3izr + .yd3izr::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.v546 .yd3izr + .yd3izr::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.jwan .yd3izr + .yd3izr::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.l3g9 .yd3izr + .yd3izr::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;
}
.b5jjjs .yd3izr + .yd3izr::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.fbmn .yd3izr { margin-bottom: 16px; }
.fbmn .yd3izr + .yd3izr { margin-top: 0; }
.fbmn .wk58g7h { padding-top: 0; padding-bottom: 0; }
.bv6ic1 .yd3izr + .yd3izr::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.bw0l7 .yd3izr + .yd3izr::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.i5dvk3mp .yd3izr + .yd3izr::before,
.tlu8v0p .yd3izr + .yd3izr::before,
.p24euv4 .yd3izr + .yd3izr::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%;
}
.oczvmu9 .i5dvk3mp .yd3izr:nth-child(even)::before,
.oczvmu9 .tlu8v0p .yd3izr:nth-child(even)::before,
.oczvmu9 .p24euv4 .yd3izr:nth-child(even)::before { background: var(--bg-surface); }
.p1vw1 .i5dvk3mp .yd3izr:nth-child(even)::before,
.p1vw1 .tlu8v0p .yd3izr:nth-child(even)::before,
.p1vw1 .p24euv4 .yd3izr:nth-child(even)::before { background: var(--bg-card); }
.i5dvk3mp .yd3izr + .yd3izr::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");
}
.tlu8v0p .yd3izr + .yd3izr::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");
}
.p24euv4 .yd3izr + .yd3izr::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");
}
.w372eg .u191a70,
.w372eg .xo7bdz,
.w372eg .wb07pk8q,
.hk8oz .wb07pk8q { padding-bottom: 60px; }
.pt7h9d25 .wb07pk8q { padding-bottom: 70px; }
.w372eg .u191a70::before,
.w372eg .u191a70::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");
}
.mo5u4up1 .quwplyi { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.vgf6 .quwplyi { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.z69g0l3 .quwplyi { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ykoabam .quwplyi { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.yqqw2 .c2yso { background: var(--accent); }
.yqqw2 .c2yso .o8o44p1k { background: none; }
.yqqw2 .bl3an2rb { background: var(--accent); }
.yqqw2 .quwplyi { background: var(--accent-bg); }
.yqqw2 .u191a70:not(.c2yso) .o8o44p1k { background: rgba(0,0,0,0.6); }
.xryzbhr .brfl { float: left; width: 38%; margin: 0 28px 16px 0; }
.xryzbhr .brfl .j4lb4fx { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xryzbhr .wk58g7h::after { content: ''; display: block; clear: both; }
.q2vf .brfl { float: right; width: 38%; margin: 0 0 16px 28px; }
.q2vf .brfl .j4lb4fx { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.q2vf .wk58g7h::after { content: ''; display: block; clear: both; }
.snwdgf3o .yd3izr:nth-child(odd)  .brfl { float: left;  width: 38%; margin: 0 28px 16px 0; }
.snwdgf3o .yd3izr:nth-child(even) .brfl { float: right; width: 38%; margin: 0 0 16px 28px; }
.snwdgf3o .brfl .j4lb4fx { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.snwdgf3o .wk58g7h::after { content: ''; display: block; clear: both; }
.xryzbhr .r5ajg21,
.xryzbhr .zgyf7w3,
.q2vf .r5ajg21,
.q2vf .zgyf7w3,
.snwdgf3o .r5ajg21,
.snwdgf3o .zgyf7w3 { clear: both; }
@media (max-width: 900px) {
  .xryzbhr .brfl,
  .q2vf .brfl,
  .snwdgf3o .yd3izr:nth-child(odd)  .brfl,
  .snwdgf3o .yd3izr:nth-child(even) .brfl {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .xryzbhr .brfl .j4lb4fx,
  .q2vf .brfl .j4lb4fx,
  .snwdgf3o .brfl .j4lb4fx {
    max-height: none !important;
  }
}
.xryzbhr .vcglsx,
.xryzbhr .uu2512q,
.q2vf .vcglsx,
.q2vf .uu2512q,
.snwdgf3o .vcglsx,
.snwdgf3o .uu2512q { overflow: hidden; }
@media (max-width: 640px) {
  .xryzbhr .brfl,
  .q2vf .brfl,
  .snwdgf3o .brfl { float: none; width: 100%; margin: 0 0 16px 0; }
}
.snspaa .vj6ry9,
.snspaa .wk58g7h,
.snspaa .v9qbu7fy  { max-width: 1100px; }
.snspaa { --content-mw: 1100px; }
.od2ud3t9 .vj6ry9,
.od2ud3t9 .wk58g7h,
.od2ud3t9 .v9qbu7fy  { max-width: 1200px; }
.g985noe .vj6ry9,
.g985noe .wk58g7h,
.g985noe .v9qbu7fy  { max-width: 1320px; }
.z5mnz { font-size: 0.82rem; color: var(--text-muted); }
.a7hu { display: flex; align-items: center; }
.zjxsklm {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.a41rbm4 { display: flex; align-items: center; }
.gxyitk6 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.gxyitk6:hover { text-decoration: underline; }
.dmz7rz { margin: 0 3px; opacity: 0.45; }
.dmz7rz::before { content: '/'; }
.nj6wu { padding: 2px 5px; color: var(--text-main); }
.znwgz1t .z5mnz {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.znwgz1t .a7hu { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.itp7i0sw .z5mnz {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.itp7i0sw .a7hu { padding: 0 0 0 12px; }
.dhgxuhqt {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.rjbntf .a7hu { padding: 0 16px; }
.rjbntf .z5mnz {
  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);
}
.rjbntf .vj6ry9 { padding-top: 28px; }
@media (max-width: 720px) {
  .dhgxuhqt { margin-top: 18px; padding: 0 16px; }
  .rjbntf .vj6ry9 { padding-top: 16px; }
}
.snspaa.znwgz1t .a7hu { max-width: 1100px; }
.od2ud3t9.znwgz1t .a7hu { max-width: 1200px; }
.g985noe.znwgz1t .a7hu { max-width: 1320px; }
.snspaa .dhgxuhqt { max-width: 1100px; }
.od2ud3t9 .dhgxuhqt { max-width: 1200px; }
.g985noe .dhgxuhqt { max-width: 1320px; }
.l9dbv .yd3izr { padding-top: 16px; padding-bottom: 16px; }
.d5136r .yd3izr { padding-top: 24px; padding-bottom: 24px; }
.dq0mg6fz .yd3izr { padding-top: 40px; padding-bottom: 40px; }
.roa64ae .yd3izr { padding-top: 52px; padding-bottom: 52px; }
.pqx1pvc .yd3izr:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.pqx1pvc .yd3izr:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.pqx1pvc .yd3izr:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.pqx1pvc .yd3izr:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.amub .wk58g7h { padding-top: 10px;  padding-bottom: 10px; }
.g8uz8a .wk58g7h { padding-top: 18px;  padding-bottom: 18px; }
.vy1dv .wk58g7h { padding-top: 36px;  padding-bottom: 36px; }
.y7h2cs .wk58g7h { padding-top: 48px;  padding-bottom: 48px; }
.xnorx h2.jbb2n { font-weight: 600; }
.xnorx h3.c5cikj5     { font-weight: 600; }
.w07wzwkm h2.jbb2n { font-weight: 800; }
.w07wzwkm h3.c5cikj5     { font-weight: 700; }
.p3xv3 { font-weight: 600; }
.p3xv3 h2.jbb2n { font-weight: 900; }
.p3xv3 h3.c5cikj5     { font-weight: 800; }
.p3xv3 .bvu07yh7 strong,
.p3xv3 .bvu07yh7 strong { font-weight: 600; }
.kbmp {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.tcg8g1vi .kbmp { display: none; }
@media (max-width: 640px) {
  .z3l3hwg { display: none; }
  .kbmp {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.kbmp { background: var(--cta) !important; color: #fff !important; border: none !important; }
.kbmp:hover { opacity: 0.85; }
.ygw6c .kbmp { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.itus5m8m .kbmp,
.dx94qy  .kbmp { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.itus5m8m .kbmp:hover,
.dx94qy  .kbmp:hover { opacity: 0.88; }
.ygw6c.itus5m8m .kbmp,
.ygw6c.dx94qy  .kbmp { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.v211k5bd {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.v211k5bd:hover { transform: translateY(-2px); opacity: 0.92; }
.v211k5bd { background: var(--cta) !important; color: #fff !important; border: none !important; }
.gi17ao2 .v211k5bd { display: none; }
.xa6mdb .v211k5bd { right: 32px; }
.zatkc1o2  .v211k5bd { left: 32px; }
@media (max-width: 480px) {
  .xa6mdb .v211k5bd { right: 20px; bottom: 20px; }
  .zatkc1o2  .v211k5bd { left: 20px; bottom: 20px; }
}
.u4cagz { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.v9qbu7fy { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.q50w { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.kg3vw8y { color: var(--text-dim); font-size: 0.8rem; }
.tngfmq a, .hw49 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.tngfmq a:hover, .hw49 a:hover { color: var(--accent-light); }
.hw49 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.vas2 .v9qbu7fy { text-align: center; }
.vas2 .hw49 { justify-content: center; margin-bottom: 16px; }
.vas2 .q50w { margin-top: 0; }
.n80pcoxo { margin-top: 10px; }
.n80pcoxo a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .v9qbu7fy { padding-left: 16px; padding-right: 16px; }
  .oplqpq8 .v9qbu7fy { padding: 20px 16px; }
  .hw49 { gap: 4px 12px; }
  .q50w { font-size: 0.78rem; }
}
.c858wo .q50w { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.c858wo .kg3vw8y { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .c858wo .dfo4 { grid-template-columns: 1fr 1fr; } .c858wo .r0z0x { grid-column: 1 / -1; } }
@media (max-width: 480px) { .c858wo .dfo4 { grid-template-columns: 1fr; } }
.l71elrq .q50w { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .l71elrq .q6b8 { gap: 12px; } .l71elrq .epndtgrc { margin-right: 0; width: 100%; } }
.df6ri .q50w { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.df6ri .kg3vw8y { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .df6ri .go2yf6 { grid-template-columns: 1fr 1fr; } .df6ri .zf0pnz { grid-column: 1 / -1; } }
@media (max-width: 480px) { .df6ri .go2yf6 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .hueoc .zzbnvrw { grid-template-columns: 1fr 1fr; } .hueoc .m6s9mwtr:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hueoc .zzbnvrw { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .ku8zqj3 .zzbnvrw { grid-template-columns: 1fr; } }
.c0wqpmf .v9qbu7fy { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.c0wqpmf .hw49 { justify-content: center; }
.u92ga .jahdu4      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.u92ga .u4cagz { background: var(--bg-page); border-top-color: var(--border-alt); }
.mg8uine .jahdu4      { background: #0d1117; border-bottom-color: #21262d; }
.mg8uine .cbpfv9yj { color: var(--accent-light); }
.mg8uine .p82lb { --msep-color: #8b949e; }
.mg8uine .p82lb a { color: #8b949e; }
.mg8uine .p82lb a:hover { color: var(--accent-light); }
.mg8uine .dt6j { color: #8b949e; }
.mg8uine .u4cagz { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.mg8uine .q50w,
.mg8uine .kg3vw8y { color: #6e7681; }
.mg8uine .tngfmq a, .mg8uine .hw49 a,
.mg8uine .tngfmq a:hover, .mg8uine .hw49 a:hover,
@media (max-width: 640px) {
  .mg8uine .p82lb { background: #0d1117; border-top-color: #21262d; }
  .mg8uine .p82lb li a { border-bottom-color: #21262d; }
}
.kh69k .jahdu4      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.kh69k .cbpfv9yj { color: var(--accent-light); }
.kh69k .p82lb { --msep-color: #475569; }
.kh69k .p82lb a { color: #475569; }
.kh69k .p82lb a:hover { color: var(--accent-light); }
.kh69k .dt6j { color: #64748b; }
.kh69k .u4cagz { background: #f0f4f8; border-top-color: #cbd5e1; }
.kh69k .q50w,
.kh69k .kg3vw8y { color: #64748b; }
.kh69k .tngfmq a, .kh69k .hw49 a,
.kh69k .tngfmq a:hover, .kh69k .hw49 a:hover,
@media (max-width: 640px) {
  .kh69k .p82lb { background: #f0f4f8; border-top-color: #cbd5e1; }
  .kh69k .p82lb li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.itus5m8m .jahdu4      { background: var(--accent); border-bottom-color: var(--accent-light); }
.itus5m8m .cbpfv9yj { color: #fff; }
.itus5m8m .p82lb { --msep-color: rgba(255,255,255,0.82); }
.itus5m8m .p82lb a { color: rgba(255,255,255,0.82); }
.itus5m8m .p82lb a:hover { color: #fff; }
.itus5m8m .dt6j { color: rgba(255,255,255,0.9); }
.itus5m8m .rpouk60 a { color: var(--text-primary) !important; }
.itus5m8m .rpouk60 a:hover { color: var(--accent-light) !important; }
.itus5m8m .u4cagz { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.itus5m8m .q50w,
.itus5m8m .kg3vw8y { color: rgba(255,255,255,0.72); }
.itus5m8m .tngfmq a, .itus5m8m .hw49 a,
.itus5m8m .nyt4m08 a, .itus5m8m .ty46kca a,
.itus5m8m .g9dl a, .itus5m8m .epndtgrc { color: #fff; }
.itus5m8m .kb7srq, .itus5m8m .yy4tug8o { color: rgba(255,255,255,0.7); }
.itus5m8m .tngfmq a:hover, .itus5m8m .hw49 a:hover,
.itus5m8m .nyt4m08 a:hover, .itus5m8m .ty46kca a:hover { color: #fff; }
@media (max-width: 640px) {
  .itus5m8m .p82lb { background: var(--accent); border-top-color: var(--accent-light); }
  .itus5m8m .p82lb li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.dx94qy .jahdu4 {
  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);
}
.dx94qy .u4cagz {
  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) {
  .dx94qy .p82lb {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.fudl55j .duj7 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.a2c5 .duj7 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.odmy .duj7 { min-height: 72px; height: auto; }
.w60c48 .duj7 { min-height: 84px; height: auto; }
.oplqpq8 .duj7 { max-width: none; padding: 0 32px; }
.oplqpq8 .v9qbu7fy  { max-width: none; padding: 24px 32px; }
.e1em.od2ud3t9 .duj7 { max-width: 1200px; }
.e1em.g985noe .duj7 { max-width: 1320px; }
.wkr0vbr   .cbpfv9yj, .wkr0vbr   .epndtgrc { text-transform: capitalize; }
.xvh2d53p .cbpfv9yj, .xvh2d53p .epndtgrc { text-transform: lowercase; }
.l9idcpeb .cbpfv9yj, .l9idcpeb .epndtgrc { text-transform: uppercase; letter-spacing: 0.06em; }
.s7vv5n, .zhzy {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.z3b5qd .s7vv5n,
.b5hbl9 .s7vv5n,
.k7shz .s7vv5n,
.be47xa .s7vv5n,
.tk8glc   .p82lb a { font-weight: 500; }
.vzxj .p82lb a { font-weight: 600; }
.sazi     .p82lb a { font-weight: 700; }
.y0cq8obi    .p82lb a { font-weight: 800; letter-spacing: 0.01em; }
.xvb74     .p82lb > li + li::before,
.y525uwnv    .p82lb > li + li::before,
.m4a4wi    .p82lb > li + li::before,
.iwlb4tz .p82lb > li + li::before,
.e7gth4sh .p82lb > li + li::before,
.d4tp3t  .p82lb > li + li::before,
.hhlipil    .p82lb > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.xvb74     .p82lb > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.y525uwnv    .p82lb > li + li::before { content: "|"; }
.m4a4wi    .p82lb > li + li::before { content: "—"; }
.iwlb4tz .p82lb > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.e7gth4sh .p82lb > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.d4tp3t  .p82lb > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.hhlipil    .p82lb > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .djb9uubd .dt6j,
  .v8x1 .dt6j,
  .wxnd .dt6j,
  .k6r97f .dt6j,
  .c0d97r4o .dt6j {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .djb9uubd .dt6j::before,
  .v8x1 .dt6j::before,
  .wxnd .dt6j::before,
  .k6r97f .dt6j::before,
  .c0d97r4o .dt6j::before { content: ""; display: block; flex-shrink: 0; }

  
  .djb9uubd .dt6j::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;
  }

  
  .v8x1 .dt6j::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;
  }

  
  .wxnd .dt6j::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;
  }

  
  .k6r97f .dt6j::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;
  }

  
  .c0d97r4o .dt6j::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) {
  .q6o59e .dt6j {
    padding: 5px 14px;
  }
  .q6o59e .p82lb {
    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;
  }
  .q6o59e .p82lb li a {
    border-bottom: none; padding: 10px 22px;
  }
  .q6o59e .p82lb li a:hover { background: var(--bg-raised); }
  .q6o59e .g6ac,
  .sopo .g6ac,
  .m6mdkn .g6ac { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .cbvly1x8 .dt6j {
    padding: 5px 10px;
  }
  .cbvly1x8 .p82lb {
    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);
  }
  .cbvly1x8 .p82lb.m98k1w5m { transform: translateX(0); }
  .cbvly1x8 .p82lb li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .cbvly1x8 .p82lb li:last-child a { border-bottom: none; }
  .itus5m8m .p82lb,
  .mg8uine .p82lb { background: var(--accent) !important; }
  .itus5m8m .p82lb li a,
  .mg8uine .p82lb li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .m6mdkn .dt6j {
    padding: 5px 10px;
  }
  .m6mdkn .p82lb {
    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);
  }
  .m6mdkn .p82lb::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .m6mdkn .p82lb.m98k1w5m { transform: translateY(0); }
  .m6mdkn .p82lb li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .n6driuz1 .dt6j {
    padding: 5px 10px;
  }
  .n6driuz1 .p82lb {
    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;
  }
  .n6driuz1 .p82lb.m98k1w5m { opacity: 1; pointer-events: auto; }
  .n6driuz1 .p82lb li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .qegsi2i     .dt6j { border-radius: 0 !important; }
  .gfsymzwv   .dt6j { border-radius: 8px !important; }
  .cnx729h9 .dt6j { border-radius: 50% !important; }
  .p5tf6c   .dt6j { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .m6m79vu .b352de { flex-direction: column; align-items: stretch; }
  .m6m79vu .o3we0l { flex-direction: row; min-width: auto; }
  .m6m79vu .lz14fr { align-items: flex-start; text-align: left; }
}
.c9foky,
.c9foky.yd3izr,
.oczvmu9 .c9foky,
.sv0e2 .c9foky,
.p1vw1 .c9foky,
.ywqz09qw .c9foky {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.ei0z4f {
  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;
}
.qfspvx1h { flex: 1 1 280px; min-width: 0; }
.rcb4 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.ckur {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.g0quvs9m {
  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;
}
.g0quvs9m:hover { transform: translateY(-1px); opacity: 0.95; }
.motvl .ei0z4f {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.motvl .rcb4 { color: var(--cta); }
.motvl .ckur { color: var(--text-body); }
.motvl .g0quvs9m {
  background: var(--cta) !important;
  color: #fff !important;
}
.d1olf8f .ei0z4f {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.d1olf8f .rcb4 { color: var(--text-primary); }
.d1olf8f .ckur { color: var(--text-body); }
.d1olf8f .g0quvs9m {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .ei0z4f {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .qfspvx1h { flex: 0 0 auto; }
  .rcb4 { font-size: 1.2rem; }
  .g0quvs9m { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.xtwzdzv5 .vq3wp48 { height: 36px; }
.kpe22qih .vq3wp48 { height: 60px; max-width: 200px; }
.qbgqaf .vq3wp48 { height: 56px; max-width: 180px; }
.agv923    .u36ab, .agv923    .dqqgn { color: #f59e0b; }
.w6ly      .u36ab { font-size: 1rem; letter-spacing: 1.5px; }
.s5uw    .u36ab, .s5uw    .dqqgn { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.plf5     .u36ab, .plf5     .dqqgn { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.n5mp .u36ab, .n5mp .dqqgn { color: var(--cta); letter-spacing: 2px; }
.h7h4   .u36ab, .h7h4   .dqqgn { color: #e91e63; letter-spacing: 2px; }
.xd3f3p  .u36ab, .xd3f3p  .dqqgn { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.g6bc     .u36ab, .g6bc     .dqqgn { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.qkbd0 .o1tnpde + .o1tnpde {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.uww7f8o1 .nlzubk79 { padding: 18px 24px; min-height: 68px; }
.wbor4 .x6wf {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.wbor4 .y8s9x5 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.k07c .o1tnpde {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.zgyf7w3 { counter-reset: cs-rank; }
.zgyf7w3 .nlzubk79 { counter-increment: cs-rank; }
.zgyf7w3 .nlzubk79::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;
}
.ew4t2gje .zgyf7w3 { counter-reset: cs-rank; gap: 0; }
.ew4t2gje .nlzubk79 {
  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;
}
.ew4t2gje .nlzubk79::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;
}
.ew4t2gje .gbgw031n {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.ew4t2gje .h1h0fw {
  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;
}
.ew4t2gje .s4czg { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.ew4t2gje .gbgw031n { min-width: 0; flex-direction: column; width: 100%; }
.ew4t2gje .yw30u {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.ew4t2gje .u36ab { color: var(--cta, var(--accent)); }
.ew4t2gje .zx1g28a { font-weight: 700; }
.ew4t2gje .o1tnpde {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.ew4t2gje .x6wf {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.ew4t2gje .y8s9x5 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.ew4t2gje .tq3oeb6 .y8s9x5 { font-size: 1.3rem; color: var(--accent-light); }
.ew4t2gje .kmb2 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.ew4t2gje .nlzubk79:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .ew4t2gje .zgyf7w3 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ew4t2gje .nlzubk79 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ew4t2gje .nlzubk79 { padding: 40px 16px 20px; }
  .ew4t2gje .o1tnpde {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ew4t2gje .kmb2 { width: 100%; min-width: 0; }
}
.n4cxyl .zgyf7w3 { counter-reset: cs-rank; gap: 10px; }
.n4cxyl .nlzubk79 {
  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);
}
.n4cxyl .nlzubk79::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);
}
.n4cxyl .gbgw031n {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.n4cxyl .h1h0fw {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.n4cxyl .s4czg { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.n4cxyl .yw30u {
  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;
}
.n4cxyl .u36ab { color: var(--cta, var(--accent)); }
.n4cxyl .o1tnpde {
  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;
}
.n4cxyl .x6wf {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.n4cxyl .y8s9x5 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.n4cxyl .tq3oeb6 .y8s9x5 { color: var(--accent-light); }
.n4cxyl .kmb2 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.n4cxyl .nlzubk79:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .n4cxyl .nlzubk79 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .n4cxyl .nlzubk79::before {
    position: absolute; top: 14px; left: 14px;
  }
  .n4cxyl .gbgw031n {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .n4cxyl .yw30u { white-space: normal; text-align: center; font-size: 1.2rem; }
  .n4cxyl .o1tnpde {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .n4cxyl .kmb2 { width: 100%; min-width: 0; }
  .n4cxyl .u36ab { min-width: 0; }
}
.rw7gg .nlzubk79::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.maiv16o .jzys {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.maiv16o .jzys summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.maiv16o .jzys p { padding: 0 2px 16px; }
.n66cssed .jzys { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.n66cssed .jzys summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.n66cssed .jzys summary::after { content: "›"; font-size: 1.2em; }
.n66cssed .jzys[open] summary::after { content: "‹"; }
.n66cssed .jzys p { padding: 10px 22px 4px; }
.gu34l .jzys {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.gu34l .jzys summary { color: var(--text-primary); padding-left: 16px; }
.gu34l .jzys summary::after { content: "›"; font-size: 1.1em; }
.gu34l .jzys[open] summary::after { content: "‹"; }
.gu34l .jzys p { padding-left: 16px; }
.xfrq .k7d0rro { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.xfrq .jzys {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.xfrq .jzys:last-child { border-bottom: none; }
.xfrq .jzys summary { color: var(--text-primary); border-radius: 0; }
.xfrq .jzys summary::after { content: "›"; font-size: 1.1em; }
.xfrq .jzys[open] summary::after { content: "‹"; }
.ziqwui .jzys { overflow: hidden; }
.ziqwui .jzys summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ziqwui .jzys summary::after { color: rgba(255,255,255,.75); }
.ziqwui .jzys[open] summary { border-radius: 0; }
.rbk11zcy { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.prrwucr {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.kdadep5p {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.atfcqv { color: var(--text-muted); font-size: 1.05rem; }
.d7dpkb {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.leer {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.f750 { margin-bottom: 20px; }
.h70c {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ci1i {
  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;
}
.ci1i:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.p5qe277s { resize: vertical; min-height: 130px; }
.i82f28q { width: 100%; margin-top: 8px; }
.pqcqj972 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.s3i72 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.vtsqt { color: var(--text-muted); line-height: 1.75; }
.aottbfu { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.aottbfu li { margin-bottom: 6px; }
.ps9obdl { max-width: 760px; margin: 0 auto; }
.ktnwqanm { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.o71v6 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.o71v6:last-child { border-bottom: none; }
.o71v6 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.o71v6 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.rnequ5 { max-width: 760px; margin: 0 auto; }
.ps8r { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ps8r:last-child { border-bottom: none; }
.euxxha7 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.ps8r p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ps8r ul.aottbfu { margin: 0; }
.bnot .euxxha7 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .bnot { grid-template-columns: 1fr; gap: 10px; } }
.m6cmx0a .euxxha7 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.s7fne .aottbfu { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .pjcw { grid-template-columns: 1fr; } }
.t5ejm0d ul.aottbfu { margin: 0; }
.arl3j .aottbfu,
.iivq .aottbfu,
.w7lr66 .aottbfu,
.f6rg8cjx .aottbfu {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .uoqb { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .m9nr2 { grid-template-columns: 1fr; } .tge3gxt { position: static; text-align: center; } }
@media (max-width: 860px) { .lgbijkv5 { grid-template-columns: 1fr; } }
.f6rg8cjx .aottbfu { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .fcjrfyb7 { flex-direction: column; text-align: center; } .us6hpb1 { grid-template-columns: 1fr; } }
.ei43cs0 { max-width: 760px; margin: 0 auto; }
.gh6s6lmm { position: relative; padding-left: 28px; }
.gh6s6lmm::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.ilsd2 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.ilsd2:last-child { padding-bottom: 0; }
.p32yr { 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; }
.is9uj h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.is9uj p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.pwyt5w4f .kdadep5p { color: var(--accent-light); }
.m9i02 .kdadep5p { font-size: 2rem; }
.m9i02 .atfcqv { max-width: 680px; }
.slox .kdadep5p { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.slox .atfcqv  { margin: 0; }
@media (max-width: 640px) { .slox { flex-direction: column; } }
.bqkroht3 .kdadep5p { color: var(--accent-light); }
.ruhgb .kdadep5p { color: #fff; }
.ruhgb .atfcqv  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .q4p6t { grid-template-columns: 1fr; } }
.sydvq .ci1i {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.sydvq .ci1i:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ih5602y4 .ci1i { background: var(--bg-raised); border-color: transparent; }
.ih5602y4 .ci1i:focus { background: var(--bg-card); border-color: var(--accent-light); }
.luo0umni .ci1i { border-radius: 100px; padding: 11px 20px; }
.luo0umni .p5qe277s { border-radius: 14px; }
.poyqy {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.poyqy 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;
}
.poyqy summary::-webkit-details-marker { display: none; }
.poyqy summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.poyqy[open] summary::after { content: "−"; }
.v765zed3 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .j09v { grid-template-columns: 1fr; } }
.xzexihl1 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.xzexihl1 li { margin-bottom: 6px; }
.v1ohit{display:none}
.v1ohit:empty,.qfie:empty{display:none}
.kpe0w{position:relative;overflow:visible}
.d63t7a9 .g9urgg,.tn8sh .g9urgg,
.cncwptsw .g9urgg,.lc66ht9 .g9urgg,
.txxausk .g9urgg,.h847fq0i .g9urgg{display:block}
.zuv4 .mp2xfzba{display:block}
.d63t7a9 .g9urgg,.tn8sh .g9urgg,
.cncwptsw .g9urgg,.lc66ht9 .g9urgg,
.txxausk .g9urgg{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}
.d63t7a9 .g9urgg .qfie,.tn8sh .g9urgg .qfie,
.cncwptsw .g9urgg .qfie,.lc66ht9 .g9urgg .qfie,
.txxausk .g9urgg .qfie{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}
.d63t7a9 .u291,.tn8sh .u291,
.cncwptsw .u291,.lc66ht9 .u291,
.txxausk .u291{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.d63t7a9 .g9urgg,.tn8sh .g9urgg{top:12px}
.d63t7a9 .g9urgg .qfie{margin-right:auto}
.tn8sh .g9urgg .qfie{margin-left:auto}
.tn8sh .g9urgg{text-align:right}
.cncwptsw .g9urgg,.lc66ht9 .g9urgg{bottom:12px}
.cncwptsw .g9urgg .qfie{margin-right:auto}
.lc66ht9 .g9urgg .qfie{margin-left:auto}
.lc66ht9 .g9urgg{text-align:right}
.txxausk .g9urgg{position:relative;margin-top:16px}
.txxausk .g9urgg .qfie{margin:0 auto}
.h847fq0i .g9urgg{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.h847fq0i .g9urgg .qfie{margin:0}
.h847fq0i .quwplyi~.g9urgg,
.h847fq0i .zblr4fi~.g9urgg{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.h847fq0i .quwplyi~.g9urgg .qfie,
.h847fq0i .zblr4fi~.g9urgg .qfie{justify-content:flex-start}
.quwplyi~.g9urgg,.zblr4fi~.g9urgg{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}
.quwplyi~.g9urgg .qfie{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.zblr4fi~.g9urgg .qfie{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.mp2xfzba .qfie{margin:0 0 12px}
.qfie{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.u291{white-space:nowrap}
.t33wofln .u291{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.xky2n .u291{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}
.e9nr2b1 .qfie{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.p39ftpes .u291{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.p39ftpes .r0sixe::before{content:""}
.huly .u291{color: var(--accent-light);opacity:1;font-weight:500}
.kobej39b .u291{border-bottom:1px solid currentColor;padding-bottom:2px}
.x072tofa .qfie{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.hkycmq5{--date-bg:transparent}
.h80gyb .r0sixe::before{content:""}
.gb47un .u291 + .u291::before{content:"•";margin-right:6px;opacity:.4}
.hwnq6 .u291 + .u291::before{content:"/";margin-right:6px;opacity:.35}
.bojw .u291 + .u291::before{content:"|";margin-right:6px;opacity:.3}
.n75l .u291 + .u291::before{content:"—";margin-right:6px;opacity:.3}
.o0h8qf .u291 + .u291::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.sn9fqz .u291 + .u291::before{content:"·";margin-right:6px;opacity:.4}
.pzswlm .u291 + .u291::before{content:"›";margin-right:6px;opacity:.4}
.jedl2vy .u291 + .u291::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.sropnr6b .n9cgsaeb{padding:20px 0}
@media(max-width:640px){
  .n9cgsaeb{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .dcni{max-width:100%}
}
.meiofs6n .fj1ikp{margin:0}
@media (max-width:560px){
  .lu51fpc{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .g812pv { padding: 28px 18px 20px; }
  .wzj1rsvu { font-size: 1.2rem; }
  .mem1te { max-width: 220px; max-height: 80px; }
}
.sti0kfzb {
  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);
}
.r68l {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.lk6eof9  .sti0kfzb { border-radius: 50%; }
.q4yksr  .sti0kfzb { border-radius: 6px; }
.hoo7xu9 .sti0kfzb { border-radius: 22px; }
.wam9f3 .ei0z4f {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .sti0kfzb { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.mueu {
  margin: 28px 0 24px;
}
.mueu .yd3izr {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.mueu .wk58g7h {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.mueu .ei0z4f {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .duj7 { flex-direction: row-reverse; }
[dir="rtl"] .p82lb { flex-direction: row-reverse; }
[dir="rtl"] .xa6mdb .v211k5bd { right: auto; left: 32px; }
[dir="rtl"] .zatkc1o2  .v211k5bd { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .xa6mdb .v211k5bd { right: auto; left: 20px; }
  [dir="rtl"] .zatkc1o2  .v211k5bd { left: auto;  right: 20px; }
}
[dir="rtl"] .xryzbhr .brfl  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .q2vf .brfl { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .quwplyi,
[dir="rtl"] .lnfs,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .vcglsx, [dir="rtl"] .uu2512q { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .t91d7q5s { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .jqzgdu6v { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .bvu07yh7 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .ei0z4f { direction: rtl; }
[dir="rtl"] .sti0kfzb { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .nlzubk79,
[dir="rtl"] .z5mnz { direction: rtl; }
[dir="rtl"] .s9wqn5t8 { direction: rtl; }
[dir="rtl"] .dpgk3zhw { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .fommmza .uu2512q,
[dir="rtl"] .lud8 .uu2512q,
[dir="rtl"] .i3n5 .uu2512q,
[dir="rtl"] .bwgy9qgh .uu2512q {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .fommmza .uu2512q li::before,
[dir="rtl"] .lud8 .uu2512q li::before,
[dir="rtl"] .i3n5 .uu2512q li::before,
[dir="rtl"] .bwgy9qgh .uu2512q li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .quwplyi.vkv2mr0o .wb07pk8q { align-items: flex-end; text-align: right; }
[dir="rtl"] .quwplyi.l5r7onv .wb07pk8q { text-align: center; }
[dir="rtl"] .quwplyi .wb07pk8q { text-align: right; }
[dir="rtl"] .wk58g7h,
[dir="rtl"] .wx2dykw,
[dir="rtl"] .b8z5qpa,
[dir="rtl"] .vmgbfrk,
[dir="rtl"] .leer,
[dir="rtl"] .h70c,
[dir="rtl"] .ci1i,
[dir="rtl"] .p5qe277s { text-align: right; direction: rtl; }
[dir="rtl"] .luo0umni .ci1i,
[dir="rtl"] .sydvq .ci1i { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #3b82f6;
  --brand:           #3b82f6;
  --brand-light:     #1352b8;
  --brand-pale:      #3a78dd;
  --grad-start:      #92b9fa;
  --grad-end:        #cfdffa;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #6366f1;
  --cta-light:       #383cf2;
  --cta-hover:       #2a2eeb;
  --bg-page:         #f6f7f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f4f6;
  --bg-raised:       #edeff1;
  --bg-hover:        #f3f4f6;
  --border:          #e1e4e9;
  --border-alt:      #cfd4dd;
  --border-section:  #e1e4e9;
  --text-primary:    #16181c;
  --text-muted:      #505762;
  --text-body:       #2d3138;
  --text-sub:        #444a54;
  --text-faint:      #727c8c;
  --text-dim:        #8e96a3;
  --text-label:      #5b6370;
  --text-value:      #393e46;
  --accent-bg:       #dee7f7;
  --accent-bg-light: #c1d5f4;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #0c9664;
  --c-cons:          #9f214e;
  --c-pros-label:    #0eb376;
  --c-tip-border:    #10c683;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9664;
}
:root { --logo-bg-opacity: 71%; }
body, button, input { font-family: "Chakra Petch", sans-serif; }
.cknd .aip4 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.cknd .aip4::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.cknd .xn4m9     .aip4::before { content: "";  color: var(--c-tip-border); }.cknd .sme1aq7z .aip4::before { content: ""; color: var(--c-warn-border); }.cknd .na0l    .aip4::before { content: ""; color: #60a5fa; }.rub69r .cknd .xn4m9     .aip4::before { color: #10b981; }.rub69r .cknd .sme1aq7z .aip4::before { color: #f43f5e; }.rub69r .cknd .na0l    .aip4::before { color: #a855f7; }.vfadqn  .cknd .xn4m9     .aip4::before { color: #eab308; }.vfadqn  .cknd .sme1aq7z .aip4::before { color: #ef4444; }.vfadqn  .cknd .na0l    .aip4::before { color: #f97316; }.vara8zb9  .cknd .xn4m9     .aip4::before { color: #38bdf8; }.vara8zb9  .cknd .sme1aq7z .aip4::before { color: #818cf8; }.vara8zb9  .cknd .na0l    .aip4::before { color: #2dd4bf; }.rpzqj .cknd .aip4::before { color: var(--accent-light) !important; }
.sdgeyxq .pcpcol li::before, .sdgeyxq .eu77 li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.sdgeyxq .pcpcol li::before { content: ""; }.sdgeyxq .eu77 li::before { content: ""; }.sdgeyxq .qsdi::before, .sdgeyxq .jjobsy3::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.sdgeyxq .qsdi::before { content: ""; }.sdgeyxq .jjobsy3::before { content: ""; }
.eitoq7 .hzpoj, .eitoq7 .quwplyi { min-height: 320px; }
.iqu9ms .kbmp::after,.iqu9ms .v211k5bd::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.dmz7rz::before { content: '◆'; font-size: 0.5em; }