:root {
  --color-accent: #1aeabd;
  --color-cta: #10b981;
  --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;
}
.pux8q {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.xu9s7qgo {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.hcoc15 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.xiigy4d { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.u7i0ig { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.u7i0ig a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.u7i0ig a:hover { color: var(--accent-light); }
.k6eklsm   .y1a9 { border-radius: 0; }
.b8b7 .y1a9 li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .y1a9 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ghn9wk5f:hover .y1a9,
  .ghn9wk5f:focus-within .y1a9 { display: block; }
  .y1a9 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.rdxrbnfh {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.cz9gena { display: none; }
@media (max-width: 640px) {
  .cz9gena {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .cz9gena.gbcj3vvg { display: block; }
}
@media (max-width: 640px) {
  .rdxrbnfh { display: block; }
  .u7i0ig > li + li::before { display: none !important; }
  .u7i0ig {
    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;
  }
  .u7i0ig.gbcj3vvg { display: flex; }
  .u7i0ig li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .u7i0ig li:last-child a { border-bottom: none; }
}
.l9lux6ww { min-height: 480px; }
.x121 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.l8kt59i { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.q1gfopkk .l8kt59i { margin-left: 0; margin-right: 0; }
.rsta0js {
  background: var(--cta); color: var(--cta-fg, #fff); text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.o5by .rsta0js { margin-top: 24px; }
.rsta0js:hover { opacity: 0.88; }
.x4x9nf {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.yysw {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.x4x9nf .gy40k {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.x4x9nf .x121 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.x4x9nf .l8kt59i { color: #e2e8f0; }
.x4x9nf.c6nym4ya .gy40k { text-align: center; }
.x4x9nf.q1gfopkk   .gy40k { text-align: left; }
.lf7aly .gy40k {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.lf7aly .x121 { color: var(--text-primary); text-shadow: none; }
.lf7aly .l8kt59i { color: var(--text-muted); }
.lf7aly .rsta0js { margin-top: 16px; }
.lf7aly, .lf7aly.l9lux6ww { min-height: auto !important; }
.lf7aly.c6nym4ya .gy40k { text-align: center; }
.lf7aly.q1gfopkk   .gy40k { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.ojo4yjr4 .vna8r7,
.ojo4yjr4 .p1igcmq,
.ojo4yjr4 .x4x9nf .yysw {
  overflow: hidden;
}
.ojo4yjr4 .vna8r7::after,
.ojo4yjr4 .p1igcmq::after,
.ojo4yjr4 .x4x9nf .yysw::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.pbpuk .x4x9nf .yysw {
  overflow: hidden;
}
.pbpuk .x4x9nf .yysw::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.zjlzw8 .x4x9nf .yysw {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.ly4j50 .x4x9nf .yysw {
  overflow: hidden;
}
.ly4j50 .x4x9nf .yysw::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.omhda .x4x9nf .yysw {
  animation: hg-breathe 10s ease-in-out infinite;
}
.vna8r7 .yysw {
  background: none;
}
.vna8r7 .x121 { color: #fff; }
.vna8r7 .l8kt59i { color: rgba(255,255,255,0.85); }
.ojo4yjr4 .yhmjp { position: relative; overflow: hidden; }
.ojo4yjr4 .yhmjp::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;
}
.yhmjp .x121 { text-shadow: none; color: var(--text-primary); }
.yhmjp .l8kt59i { color: var(--text-muted); }
body.tro5ne .x121 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.alti2 .x121 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.l9lux6ww.vna8r7 .x121,
section.vna8r7 .x121 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.yhmjp.c6nym4ya .iakw { align-items: center; text-align: center; }
.l9lux6ww .yqyo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.yqyo .mwdsyw4 {
  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;
}
.yqyo .mwdsyw4::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.yqyo .oler { display: contents !important; }
.yqyo .oler .vnrq {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.yqyo .oler .bt22 { max-height: 48px; max-width: 96px; }
.yqyo .oler .rras2 {
  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;
}
.yqyo .bohon {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.yqyo .fux8bpqf { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.yqyo .rgup8t4 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.yqyo .rgup8t4 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.yqyo .jaae9g { display: contents !important; }
.yqyo .jaae9g .m7b0sm7:not(.ujmd7oe) { display: none !important; }
.yqyo .jaae9g .ujmd7oe {
  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;
}
.yqyo .jaae9g .ujmd7oe .y21wltr6 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.yqyo .jaae9g .ujmd7oe .v176k5fh {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.yqyo .ahfbgl { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.yqyo .ahfbgl.mfbcm5o {
  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;
}
.yqyo .ahfbgl.mfbcm5o:hover { opacity: 0.85; }
.yqyo .mwdsyw4,
.yqyo .mwdsyw4:hover,
.yqyo .mwdsyw4:nth-child(even),
.yqyo .mwdsyw4:nth-child(odd),
.yqyo .mwdsyw4:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.v2lo8uc8 .gy40k { padding-bottom: 24px; }
.o5by .gy40k { max-width: 1100px; }
@media (max-width: 700px) {
  .yhmjp { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .yhmjp:not(.f4iocf) .tqfrm { display: none !important; }
  .f4iocf .tqfrm { padding: 16px; }
  .iakw  { padding: 36px 24px; }
  .yhmjp~.qhsv,.umn25o~.qhsv{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .l9lux6ww, .yhmjp { min-height: 320px !important; }
  .x121 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .yjzg8dp,
  .ut1l,
  .zielw { grid-template-columns: 1fr !important; }

  

  
  .v2lo8uc8 { display: flex !important; flex-direction: column !important; }
  .v2lo8uc8 .gy40k { display: contents; }
  .v2lo8uc8 .yysw { order: 0; }
  .v2lo8uc8 .x121 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .v2lo8uc8 .yjzg8dp { order: 2; padding: 0 16px 12px !important; }
  .v2lo8uc8 .l8kt59i { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .o5by .gy40k { display: flex; flex-direction: column; }
  .o5by .gy40k .x121 { order: 1; }
  .o5by .gy40k .zielw { order: 2; margin: 8px 0 24px !important; }
  .o5by .gy40k .l8kt59i { order: 3; }
  .o5by .gy40k .rsta0js { order: 4; align-self: center; margin-top: 0; }

  
  .yhmjp.f4iocf {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .yhmjp.f4iocf .iakw { display: contents; padding: 0; }
  .yhmjp.f4iocf .iakw .x121 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .yhmjp.f4iocf .tqfrm { order: 2; padding: 12px 16px; }
  .yhmjp.f4iocf .iakw .l8kt59i { order: 3; padding: 0 24px; margin: 0 auto; }
  .yhmjp.f4iocf .iakw .rsta0js { order: 4; align-self: center; margin: 8px 0 32px; }
}
.c606vf { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.nfsyae1w { width: 100%; height: auto; display: block; border-radius: 10px; }
.cwnw .c606vf        { border-radius: 16px; }
.cwnw .nfsyae1w  { border-radius: 16px; }
.t9bw .c606vf         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.t9bw .nfsyae1w   { border-radius: 8px; }
.oeua { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.dz1v0k { width: 100%; padding: 32px 0; position: relative; }
.kjda7 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.bzjtmedc .dz1v0k:nth-child(even) { background: var(--bg-surface); }
.bzjtmedc .dz1v0k:nth-child(odd)  { background: var(--bg-page); }
.rxj9 .dz1v0k:nth-child(even) { background: var(--bg-card); }
.rxj9 .dz1v0k:nth-child(odd)  { background: var(--bg-page); }
.bzjtmedc .dz1v0k:nth-child(odd)  .kjda7 { background: var(--bg-card); border-radius: 6px; }
.bzjtmedc .dz1v0k:nth-child(even) .kjda7 { background: var(--bg-raised); border-radius: 6px; }
.rxj9 .dz1v0k:nth-child(odd)  .kjda7 { background: var(--bg-card); border-radius: 6px; }
.rxj9 .dz1v0k:nth-child(even) .kjda7 { background: var(--bg-raised); border-radius: 6px; }
.bzjtmedc .dz1v0k:nth-child(even) .dum4uqb .fyd6ds5,
.rxj9 .dz1v0k:nth-child(even) .dum4uqb .fyd6ds5 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.bzjtmedc .dz1v0k:nth-child(odd) .dum4uqb .fyd6ds5,
.rxj9 .dz1v0k:nth-child(odd) .dum4uqb .fyd6ds5 { background: var(--bg-card-inner); }
.bzjtmedc .dz1v0k:nth-child(even) .ap6o .fyd6ds5:nth-child(odd),
.rxj9 .dz1v0k:nth-child(even) .ap6o .fyd6ds5:nth-child(odd)  { background: var(--bg-card); }
.bzjtmedc .dz1v0k:nth-child(even) .ap6o .fyd6ds5:nth-child(even),
.rxj9 .dz1v0k:nth-child(even) .ap6o .fyd6ds5:nth-child(even) { background: var(--bg-card-inner); }
h1.hwozaoy { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.hwozaoy {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.y5zp { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ydxbv h2.hwozaoy {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.qvry4rs h2.hwozaoy {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.nzxeb4 h2.hwozaoy {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.cwgjhev h2.hwozaoy::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.tpj25ks h2.hwozaoy {
  color: var(--text-primary); font-size: 1.7rem;
}
.hxk5 h2.hwozaoy::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.uvc0 h2.hwozaoy {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .ptqiq { display: none; } }
.my8m { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.kbw1324o { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.vghf {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.i7lb { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.so5fm { padding-left: 20px; }
.so5fm li { margin-bottom: 6px; }
.so5fm a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.so5fm a:hover { color: var(--accent-light); }
.m3d632 .i7lb { display: none; }
.wuws9kv .i7lb { display: none; }
.wuws9kv .so5fm { padding-left: 0; list-style: none; }
.wuws9kv .so5fm li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.wuws9kv .so5fm a { font-size: 0.92rem; }
.g7xl .vghf { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.g7xl .i7lb { display: none; }
.g7xl .so5fm { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.g7xl .so5fm li { margin-bottom: 0; }
.g7xl .so5fm 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;
}
.g7xl .so5fm a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.p24a105k .vghf { padding: 20px 20px 16px; }
.p24a105k .so5fm {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.p24a105k .so5fm li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.p24a105k .so5fm 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;
}
.p24a105k .so5fm 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;
}
.p24a105k .so5fm a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.p24a105k .so5fm a:focus,
.p24a105k .so5fm a:focus-visible,
.p24a105k .so5fm a:target { outline: none; }
.p24a105k .so5fm li:target a { border-color: var(--border); color: var(--text-muted); }
.cfqwv .vghf { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.cfqwv .i7lb { display: none; }
.cfqwv .so5fm { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.cfqwv .so5fm li { counter-increment: toc-n; margin-bottom: 0; }
.cfqwv .so5fm a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.cfqwv .so5fm a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.cfqwv .so5fm a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.u1ga .vghf { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.u1ga .i7lb { display: none; }
.u1ga .so5fm { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.u1ga .so5fm li { margin-bottom: 0; }
.u1ga .so5fm a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.u1ga .so5fm a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.w9h4bhcd .vghf { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.w9h4bhcd .i7lb { display: none; }
.w9h4bhcd .so5fm { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.w9h4bhcd .so5fm li { margin-bottom: 0; }
.w9h4bhcd .so5fm li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.w9h4bhcd .so5fm li:last-child::after { content: ""; margin-right: 0; }
.w9h4bhcd .so5fm a { font-size: 0.9rem; }
.fyd6ds5 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.dum4uqb .fyd6ds5 { background: var(--bg-card); }
.ap6o .fyd6ds5:nth-child(odd)  { background: var(--bg-card); }
.ap6o .fyd6ds5:nth-child(even) { background: var(--bg-raised); }
.hz9vxjg .fyd6ds5 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.hz9vxjg .fyd6ds5:last-child { border-bottom: none; }
.hz9vxjg h3.y5zp { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.u3rqru .fyd6ds5 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.u3rqru .fyd6ds5 + .fyd6ds5 { margin-top: 4px; }
.cbtoal .fyd6ds5 { background: none; border-radius: 0; padding: 12px 0; }
.cbtoal .fyd6ds5 + .fyd6ds5 { border-top: 1px solid var(--border-section); }
.bltd { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.aa02nwc { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.ia0z1cu0, .hl5yt { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ia0z1cu0 li, .hl5yt li { margin-bottom: 6px; }
.hl5yt li { list-style: decimal; }
.xemho2zi     .ia0z1cu0 { list-style-type: "● "; }
.gm5e35x0  .ia0z1cu0 { list-style-type: "■ "; }
.hv45p4py .ia0z1cu0 { list-style-type: "◆ "; }
.p3mnos3    .ia0z1cu0 { list-style-type: "★ "; }
.xemho2zi     .y8ymo18 { list-style-type: "● "; }
.gm5e35x0  .y8ymo18 { list-style-type: "■ "; }
.hv45p4py .y8ymo18 { list-style-type: "◆ "; }
.p3mnos3    .y8ymo18 { list-style-type: "★ "; }
.xemho2zi    .ia0z1cu0 li::marker, .xemho2zi    .y8ymo18 li::marker,
.gm5e35x0 .ia0z1cu0 li::marker, .gm5e35x0 .y8ymo18 li::marker,
.hv45p4py .ia0z1cu0 li::marker, .hv45p4py .y8ymo18 li::marker,
.p3mnos3   .ia0z1cu0 li::marker, .p3mnos3   .y8ymo18 li::marker {
  color: var(--cta); font-size: 1em;
}
.xemho2zi .hl5yt,
.gm5e35x0 .hl5yt,
.hv45p4py .hl5yt,
.p3mnos3 .hl5yt {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.xemho2zi .hl5yt li,
.gm5e35x0 .hl5yt li,
.hv45p4py .hl5yt li,
.p3mnos3 .hl5yt li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.xemho2zi .hl5yt li::before,
.gm5e35x0 .hl5yt li::before,
.hv45p4py .hl5yt li::before,
.p3mnos3 .hl5yt 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;
}
.xemho2zi     .hl5yt li::before { border-radius: 50%; }
.gm5e35x0  .hl5yt li::before { border-radius: 3px; }
.hv45p4py .hl5yt li::before { border-radius: 3px; }
.p3mnos3    .hl5yt li::before { border-radius: 50%; }
.g3pns { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.efbwaz .g3pns,
.z7b8ro .g3pns { background: transparent; border: none; border-radius: 0; }
.n2hrtnw3 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.n2hrtnw3 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.n2hrtnw3 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.n2hrtnw3 tr:hover td { background: var(--bg-hover); }
.qrci6d .n2hrtnw3 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.ah52nkoy .n2hrtnw3 { border: 1px solid var(--border-alt); }
.ah52nkoy .n2hrtnw3 th,
.ah52nkoy .n2hrtnw3 td { border: 1px solid var(--border-alt); }
.i692au .n2hrtnw3 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.i692au .n2hrtnw3 td { border-bottom: none; }
.i692au .n2hrtnw3 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.xf1wo .n2hrtnw3 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.eyiac .g3pns {
  overflow: hidden;
}
.eyiac .n2hrtnw3 th { border-bottom: 1px solid var(--border-alt); }
.eyiac .n2hrtnw3 tr:last-child td { border-bottom: none; }
.id3c { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.i6r1 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.nfiw { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.dbbxw23 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.bk2xe1k { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.y8ymo18 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.y8ymo18 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%}
.eo8u6u .dbbxw23 { background: transparent; text-align: center; }
.mw8n .nfiw {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.j09n3n .nfiw {
  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);
}
.k3cunnm .i6r1 { display: grid; grid-template-columns: auto 1fr; }
.k3cunnm .nfiw {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.k3cunnm .dbbxw23 { grid-column: 2; }
.k3cunnm .bk2xe1k,
.k3cunnm .y8ymo18 { grid-column: 1 / -1; }
.b9sv4x06 .i6r1 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.b9sv4x06 .nfiw {
  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);
}
.b9sv4x06 .dbbxw23 { grid-column: 2; }
.b9sv4x06 .bk2xe1k,
.b9sv4x06 .y8ymo18 { grid-column: 1 / -1; }
.x7pat9pb .i6r1 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.x7pat9pb .dbbxw23 { background: none; color: var(--accent-light); font-weight: 700; }
.v9cyfvun .i6r1 { 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); }
.v9cyfvun .dbbxw23 { background: none; color: var(--accent-light); font-weight: 700; }
.m5p42wn .i6r1 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.m5p42wn .i6r1:last-child { border-bottom: none; }
.m5p42wn .dbbxw23 { background: none; color: var(--accent-light); font-weight: 700; }
.fxl7 .i6r1 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.fxl7 .dbbxw23 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ehox .id3c { counter-reset: card-n; }
.ehox .i6r1  { counter-increment: card-n; }
.ehox .dbbxw23 { display: flex; align-items: center; gap: 10px; }
.ehox .dbbxw23::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;
}
.dubwciv .i6r1 { background: var(--bg-surface); border: 1px solid var(--border); }
.dubwciv .dbbxw23 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.dmlhca0 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.dmlhca0         { --cl-hue: var(--accent); }
.yufi5vqq     { --cl-hue: #16a34a; }
.mybgm    { --cl-hue: #2563eb; }
.yufi5vqq, .b7gi2, .mybgm, .b8ic3nc3 {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.o6kw { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.o6kw::before { color: var(--cl-hue); }
.dmlhca0 strong { color: var(--text-primary); font-size: 0.95rem; }
.dmlhca0 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.mxhml4a { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.nrgi, .uaznvk41 { border-radius: 8px; padding: 14px; }
.nrgi { background: var(--bg-pros); }
.uaznvk41 { background: var(--bg-cons); }
.wo6vsi3y { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.nrgi .wo6vsi3y { color: var(--c-pros-label); }
.uaznvk41 .wo6vsi3y { color: #f87171; }
.nrgi ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.uaznvk41 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.nfsyae1w { width: 100%; height: auto; border-radius: 10px; display: block; }
.mfbcm5o {
  background: var(--cta); color: var(--cta-fg, #fff); border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.mfbcm5o:hover { opacity: 0.85; }
.mu1p89 .mfbcm5o  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.mu1p89 .mfbcm5o:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ufcmk .mfbcm5o  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ufcmk .mfbcm5o:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.mu1p89 .ahfbgl.mfbcm5o, .ufcmk .ahfbgl.mfbcm5o,
.mu1p89 .j368311t .mfbcm5o, .ufcmk .j368311t .mfbcm5o {
  background: var(--cta); border: none; color: #fff;
}
.mu1p89 .ahfbgl.mfbcm5o:hover, .ufcmk .ahfbgl.mfbcm5o:hover,
.mu1p89 .j368311t .mfbcm5o:hover, .ufcmk .j368311t .mfbcm5o:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.le4dcw1 .rsta0js { border-radius: 50px; }
.le4dcw1 .mfbcm5o  { border-radius: 50px; }
.o9ye .rsta0js,
.o9ye .mfbcm5o { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.o9ye .rsta0js:hover,
.o9ye .mfbcm5o:hover { filter: brightness(1.08); opacity: 1; }
.elxleth .rsta0js,
.elxleth .mfbcm5o { box-shadow: 0 3px 14px -2px var(--cta); }
.elxleth .rsta0js:hover,
.elxleth .mfbcm5o:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.bhlrr .rsta0js,
.bhlrr .mfbcm5o { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.bhlrr .rsta0js:hover,
.bhlrr .mfbcm5o:hover { opacity: 1; }
.bhlrr .rsta0js:active,
.bhlrr .mfbcm5o:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.en64u .rsta0js,
.en64u .mfbcm5o { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.en64u .rsta0js:hover,
.en64u .mfbcm5o:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.en64u .rsta0js:active,
.en64u .mfbcm5o:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.hm6o8 .rsta0js,
.hm6o8 .mfbcm5o { position: relative; overflow: hidden; }
.hm6o8 .rsta0js::before,
.hm6o8 .mfbcm5o::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.hm6o8 .rsta0js:hover::before,
.hm6o8 .mfbcm5o:hover::before { left: 135%; }
.weygxu .rsta0js,
.weygxu .mfbcm5o { border-radius: 0; }
.pbbh9 .rsta0js { padding-left: 22px; padding-right: 22px; }
.pbbh9 .mfbcm5o  { padding-left: 12px; padding-right: 12px; }
.ovkav .rsta0js { padding-left: 44px; padding-right: 44px; }
.ovkav .mfbcm5o  { padding-left: 24px; padding-right: 24px; }
.lzqn .rsta0js { padding-left: 56px; padding-right: 56px; }
.lzqn .mfbcm5o  { padding-left: 32px; padding-right: 32px; }
.llqr8fg   .rsta0js::after, .llqr8fg   .mfbcm5o::after,
.z3i1rt .rsta0js::after, .z3i1rt .mfbcm5o::after,
.nihcp    .rsta0js::after, .nihcp    .mfbcm5o::after,
.y6zn    .rsta0js::after, .y6zn    .mfbcm5o::after,
.r0sxgk    .rsta0js::after, .r0sxgk    .mfbcm5o::after,
.ud84     .rsta0js::after, .ud84     .mfbcm5o::after,
.zwhjcs    .rsta0js::after, .zwhjcs    .mfbcm5o::after,
.xvu506x2   .rsta0js::after, .xvu506x2   .mfbcm5o::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;
}
.llqr8fg .rsta0js::after, .llqr8fg .mfbcm5o::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");
}
.z3i1rt .rsta0js::after, .z3i1rt .mfbcm5o::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");
}
.nihcp .rsta0js::after, .nihcp .mfbcm5o::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");
}
.y6zn .rsta0js::after, .y6zn .mfbcm5o::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");
}
.r0sxgk .rsta0js::after, .r0sxgk .mfbcm5o::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");
}
.ud84 .rsta0js::after, .ud84 .mfbcm5o::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");
}
.zwhjcs .rsta0js::after, .zwhjcs .mfbcm5o::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");
}
.xvu506x2 .rsta0js::after, .xvu506x2 .mfbcm5o::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");
}
.ipja7mg   .ac01v99::after, .ipja7mg   .pm1f6::after,
.prkehj .ac01v99::after, .prkehj .pm1f6::after,
.hb924990    .ac01v99::after, .hb924990    .pm1f6::after,
.kwxppz    .ac01v99::after, .kwxppz    .pm1f6::after,
.qzgo04w    .ac01v99::after, .qzgo04w    .pm1f6::after,
.u2qm     .ac01v99::after, .u2qm     .pm1f6::after,
.vsezbh    .ac01v99::after, .vsezbh    .pm1f6::after,
.t062   .ac01v99::after, .t062   .pm1f6::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;
}
.ipja7mg .ac01v99::after, .ipja7mg .pm1f6::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");
}
.prkehj .ac01v99::after, .prkehj .pm1f6::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");
}
.hb924990 .ac01v99::after, .hb924990 .pm1f6::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");
}
.kwxppz .ac01v99::after, .kwxppz .pm1f6::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");
}
.qzgo04w .ac01v99::after, .qzgo04w .pm1f6::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");
}
.u2qm .ac01v99::after, .u2qm .pm1f6::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");
}
.vsezbh .ac01v99::after, .vsezbh .pm1f6::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");
}
.t062 .ac01v99::after, .t062 .pm1f6::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");
}
.wsn9 {
  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;
}
.mwdsyw4 {
  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;
}
.mwdsyw4 > * { min-width: 0; }
.mwdsyw4:hover { background: var(--bg-hover); }
.mwdsyw4 > [itemprop="item"] { display: contents; }
.mwdsyw4 [itemprop="itemReviewed"],
.mwdsyw4 [itemprop="reviewRating"] { display: none; }
.mwdsyw4::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;
}
.oler {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.vnrq {
  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;
}
.bt22 { max-height: 52px; max-width: 110px; object-fit: contain; }
.rras2 {
  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;
}
.r5ewtcv3 .vnrq    { background: #1a1a1a; }
.e1ehey .vnrq   { background: rgba(128,128,128,.12); }
.hqcm .vnrq { background: var(--bg-raised); }
.zw5ooe .vnrq    { background: transparent; padding: 0; }
.bohon {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.fux8bpqf { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.rgup8t4 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.jaae9g {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.m7b0sm7 {
  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;
}
.y21wltr6 {
  
  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%;
}
.v176k5fh {
  
  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;
}
.ahfbgl {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.ahfbgl.mfbcm5o {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .mwdsyw4 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .mwdsyw4::before    { grid-area: rank;   }
  .oler           { grid-area: ident;  }
  .bohon     { grid-area: rating; min-width: 0; width: auto; }
  .jaae9g           { grid-area: pills;  }
  .ahfbgl             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .mwdsyw4 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .mwdsyw4::before    { justify-self: center; }
  .oler           { width: 100%; }
  .bohon     { justify-self: center; }
  .jaae9g           { grid-template-columns: 1fr; }
}
.xiq312 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.j5xgtxbn {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.bs0f1h64 {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.bs0f1h64 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.uncjz179 { flex: 1; }
.uncjz179 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.mta4f { color: var(--c-stars); font-size: 1.1rem; }
.xmxza { margin-bottom: 8px; }
.r2z3a4u {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 22px;
  padding: 12px 24px; font-size: 0.86rem;
  background: var(--bg-surface); border-top: 1px solid var(--border-alt);
}
.r2z3a4u > span { color: var(--accent); font-weight: 700; }
.xwgy11r em, .zuep8 em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .r2z3a4u { padding: 10px 16px; gap: 6px 16px; } }
.j368311t { flex-shrink: 0; align-self: flex-start; }
.j368311t .mfbcm5o { white-space: nowrap; }
@media (max-width: 560px) {
  .j5xgtxbn { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .bs0f1h64 { order: 1; }
  .j368311t { order: 2; margin-left: auto; align-self: center; }
  .uncjz179 { order: 3; flex: 1 1 100%; min-width: 0; }
}
.ncv0 img.i0rhv { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.efbwaz { padding: 20px 24px; }
.wdbpve { color: var(--text-muted); margin-bottom: 16px; }
.xjtep8ix { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.y2ro848, .gr4xdxd { list-style: none; font-size: 0.9rem; }
.y2ro848 li { color: var(--c-pros); margin-bottom: 4px; }
.gr4xdxd li { color: var(--c-cons); margin-bottom: 4px; }
.y2ro848 li::before { content: "✓"; margin-right: 5px; }
.gr4xdxd li::before { content: "✗"; margin-right: 5px; }
.x8bawfc .y2ro848 li::before { content: "→"; }
.x8bawfc .gr4xdxd li::before { content: "–"; }
.j9ttfn  .y2ro848 li::before { content: "★"; }
.j9ttfn  .gr4xdxd li::before { content: "✕"; }
.x11t7    .y2ro848 li::before { content: "◆"; }
.x11t7    .gr4xdxd li::before { content: "▲"; }
.nq847ry  .y2ro848 li::before { content: "▶"; }
.nq847ry  .gr4xdxd li::before { content: "■"; }
.j0a95y5c { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.gna4 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.hq3j { background: var(--bg-pros); color: var(--c-tag-pay); }
.uslu3v89 { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.epne9ma .uslu3v89 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.eomm .uslu3v89 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .ucwty .iimcu {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ucwty .xiq312 { margin: 0; }
}
.bszlg28 .j5xgtxbn { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.bszlg28 .uncjz179 h3 { color: var(--accent-light); }
.bszlg28 .bs0f1h64 { background: var(--bg-page); border: 1px solid var(--border); }
.nxss .xiq312 { border-top: 4px solid var(--accent); }
.nxss .j5xgtxbn { background: var(--bg-card); }
.sdpf8 .xiq312 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.sdpf8 .j5xgtxbn { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.sdpf8 .efbwaz { padding: 14px 16px; }
.sdpf8 .bs0f1h64 { border-radius: 4px; }
.sdpf8 .uslu3v89 { border-radius: 0; }
.xb362f .j5xgtxbn { padding: 0; gap: 0; overflow: hidden; }
.xb362f .bs0f1h64 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.xb362f .uncjz179 { padding: 16px 20px; }
.xb362f .j368311t { padding: 16px 20px; align-self: center; }
.em5cv .mta4f { font-size: .95rem; }
.z7b8ro .mxhml4a { gap: 10px; }
.z7b8ro .nrgi, .z7b8ro .uaznvk41 { padding: 12px; }
.z7b8ro .nrgi ul, .z7b8ro .uaznvk41 ul { margin: 4px 0 0; padding-left: 18px; }
.z7b8ro .nrgi li, .z7b8ro .uaznvk41 li { font-size: .85rem; margin-bottom: 3px; }
.qop5 .gna4 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .uqwp { grid-template-columns: 1fr; }
  .mu7b27jc { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .mu7b27jc .oqd1 { width: 72px; height: 50px; }
  .mu7b27jc .z1pur { max-width: 180px; }
  .mu7b27jc .n6951o7 { width: auto; }
}
.uirn .em5cv .mta4f { filter: brightness(1.2); }
@media (max-width: 720px) {
  .uirn { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .l3i0q { padding: 16px; }
  .p0t56 .btol98 { min-width: 50%; }
}
.lpj5h .mxhml4a { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .ka3fm6b5 { grid-template-columns: 1fr; }
  .q886 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .l3hidft { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .frleklc { flex-wrap: wrap; padding: 16px; }
}
.tyizh .mxhml4a { gap: 8px; }
.tyizh .nrgi, .tyizh .uaznvk41 { padding: 8px; }
@media (max-width: 480px) {
  .fzmh250i { flex-direction: column; align-items: stretch; }
}
.vfe4hcx5 .n6951o7 .mfbcm5o { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .w3dv { flex-direction: column; align-items: stretch; gap: 10px; }
  .vfe4hcx5 .n6951o7 { text-align: center; }
}
@media (max-width: 720px) {
  .zwwcg { grid-template-columns: 1fr; }
  .xw7hm6y { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .qhj5o3xo { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.agausv7 .uaowpb8 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.aaxvmpl .mta4f { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .hcvac2p { grid-template-columns: 1fr; }
  .aaxvmpl { width: 100px; height: 100px; margin: 16px auto; }
  .agausv7 { font-size: 1.4rem; }
  .okzgw4 { justify-content: center; }
  .cotlu .btol98 { min-width: 50%; }
}
.jkar .mxhml4a { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ji91td { flex-wrap: wrap; padding: 14px 16px; }
  .slmk1qz { padding: 12px 16px; }
  .jkar .mxhml4a { margin: 0 16px; }
  .jkar .qop5 { padding: 0 16px; }
  .pr88 { padding: 12px 16px; }
}
.ovm49zs .mwdsyw4 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.ovm49zs .mwdsyw4:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.lpd83095 .wsn9 { gap: 18px; }
.lpd83095 .mwdsyw4 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.lpd83095 .mwdsyw4:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.l3676 .wsn9 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.l3676 .mwdsyw4 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.l3676 .mwdsyw4:last-child { border-bottom: none; }
.l3676 .oler,
.l3676 .bohon,
.l3676 .jaae9g {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.xgud .wsn9 { gap: 0; }
.xgud .mwdsyw4 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.xgud .mwdsyw4:last-child { border-bottom: none; }
.xgud .mwdsyw4:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.xgud .mwdsyw4:nth-child(even):hover { background: var(--bg-hover); }
.qigagf5i .mwdsyw4 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.ltqyis .jaae9g .m7b0sm7 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.ltqyis .jaae9g .m7b0sm7:first-child { border-left: none; }
.sw03p1h .jaae9g .m7b0sm7 {
  background: transparent; padding: 4px 8px;
}
.sw03p1h .jaae9g .y21wltr6 { font-size: .65rem; opacity: .65; }
.sw03p1h .jaae9g .v176k5fh   { font-size: 1.15rem; color: var(--accent-light); }
.q366lah .jaae9g .m7b0sm7 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.rgup8t4 { display: none; }
.s95fv3 .fux8bpqf { font-size: 1rem; letter-spacing: 2px; }
.eq38t .fux8bpqf {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.mxlf .fux8bpqf,
.v4n09z4 .fux8bpqf,
.d1p0s1ri .fux8bpqf { display: none; }
.mxlf .rgup8t4,
.v4n09z4 .rgup8t4,
.d1p0s1ri .rgup8t4 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.mxlf .rgup8t4 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.mxlf .rgup8t4 small { display: none; }
.v4n09z4 .rgup8t4 {
  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;
}
.v4n09z4 .rgup8t4 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.d1p0s1ri .rgup8t4 {
  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;
}
.d1p0s1ri .rgup8t4 small { display: none; }
.mxlf .xmxza .mta4f,
.v4n09z4 .xmxza .mta4f,
.d1p0s1ri .xmxza .mta4f { display: none; }
.mxlf .xmxza strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.mxlf .uaowpb8 { display: none; }
.v4n09z4 .xmxza strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.v4n09z4 .i2snoxe,
.v4n09z4 .uaowpb8 { font-size: 1em; }
.d1p0s1ri .xmxza strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.d1p0s1ri .uaowpb8 { display: none; }
.q9l38pi { margin: 16px 0; }
.ck2wzgm { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.ck2wzgm summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.ck2wzgm summary::after { content: "+"; color: var(--accent-light); }
.ck2wzgm[open] summary::after { content: "−"; }
.ck2wzgm p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.dz1v0k { margin-bottom: 0; }
.citc62i h2.hwozaoy { color: var(--text-primary); border-color: var(--accent-light); }
.nmv6np h2.hwozaoy { color: var(--text-primary); border-color: var(--accent-light); }
.nxxszz2r .yufi5vqq     { background: #052e16; border-color: #10b981; }
.nxxszz2r .mybgm    { background: #1e1036; border-color: #a855f7; }
.nxxszz2r .dmlhca0 strong  { color: #f1f5f9; }
.nxxszz2r .dmlhca0 p       { color: #cbd5e1; }
.nxxszz2r .di9excd    .yufi5vqq     .o6kw::before,
.nxxszz2r .wm05w8p  .yufi5vqq     .o6kw::before,
.nxxszz2r .rycs6b7  .yufi5vqq     .o6kw::before,
.nxxszz2r .j1e3 .yufi5vqq     .o6kw::before { color: #10b981; }
.nxxszz2r .di9excd    .b7gi2 .o6kw::before,
.nxxszz2r .wm05w8p  .b7gi2 .o6kw::before,
.nxxszz2r .rycs6b7  .b7gi2 .o6kw::before,
.nxxszz2r .j1e3 .b7gi2 .o6kw::before { color: #f43f5e; }
.nxxszz2r .di9excd    .mybgm    .o6kw::before,
.nxxszz2r .wm05w8p  .mybgm    .o6kw::before,
.nxxszz2r .rycs6b7  .mybgm    .o6kw::before,
.nxxszz2r .j1e3 .mybgm    .o6kw::before { color: #a855f7; }
.x4mqfvjy .yufi5vqq     { background: #2d2000; border-color: #eab308; }
.x4mqfvjy .mybgm    { background: #2d1600; border-color: #f97316; }
.x4mqfvjy .dmlhca0 strong  { color: #f1f5f9; }
.x4mqfvjy .dmlhca0 p       { color: #cbd5e1; }
.x4mqfvjy .di9excd    .yufi5vqq     .o6kw::before,
.x4mqfvjy .wm05w8p  .yufi5vqq     .o6kw::before,
.x4mqfvjy .rycs6b7  .yufi5vqq     .o6kw::before,
.x4mqfvjy .j1e3 .yufi5vqq     .o6kw::before { color: #eab308; }
.x4mqfvjy .di9excd    .b7gi2 .o6kw::before,
.x4mqfvjy .wm05w8p  .b7gi2 .o6kw::before,
.x4mqfvjy .rycs6b7  .b7gi2 .o6kw::before,
.x4mqfvjy .j1e3 .b7gi2 .o6kw::before { color: #ef4444; }
.x4mqfvjy .di9excd    .mybgm    .o6kw::before,
.x4mqfvjy .wm05w8p  .mybgm    .o6kw::before,
.x4mqfvjy .rycs6b7  .mybgm    .o6kw::before,
.x4mqfvjy .j1e3 .mybgm    .o6kw::before { color: #f97316; }
.yvq6dsu .yufi5vqq     { background: #0c1a2e; border-color: #38bdf8; }
.yvq6dsu .mybgm    { background: #0a2020; border-color: #2dd4bf; }
.yvq6dsu .dmlhca0 strong  { color: #f1f5f9; }
.yvq6dsu .dmlhca0 p       { color: #cbd5e1; }
.yvq6dsu .di9excd    .yufi5vqq     .o6kw::before,
.yvq6dsu .wm05w8p  .yufi5vqq     .o6kw::before,
.yvq6dsu .rycs6b7  .yufi5vqq     .o6kw::before,
.yvq6dsu .j1e3 .yufi5vqq     .o6kw::before { color: #38bdf8; }
.yvq6dsu .di9excd    .b7gi2 .o6kw::before,
.yvq6dsu .wm05w8p  .b7gi2 .o6kw::before,
.yvq6dsu .rycs6b7  .b7gi2 .o6kw::before,
.yvq6dsu .j1e3 .b7gi2 .o6kw::before { color: #818cf8; }
.yvq6dsu .di9excd    .mybgm    .o6kw::before,
.yvq6dsu .wm05w8p  .mybgm    .o6kw::before,
.yvq6dsu .rycs6b7  .mybgm    .o6kw::before,
.yvq6dsu .j1e3 .mybgm    .o6kw::before { color: #2dd4bf; }
.ga8gbeku::before,
.znmf::before { margin-right: 5px; }
.roh9g .nrgi ul li,
.roh9g .y2ro848 li         { color: #4ade80; }
.roh9g .nrgi .ga8gbeku { color: #22c55e; }
.roh9g .uaznvk41 ul li,
.roh9g .gr4xdxd li         { color: #f87171; }
.roh9g .uaznvk41 .znmf { color: #ef4444; }
.amh15a .nrgi { background: var(--bg-pros); }
.amh15a .uaznvk41 { background: var(--bg-cons); }
.amh15a .nrgi .ga8gbeku { color: var(--c-pros-label); }
.amh15a .uaznvk41 .znmf { color: var(--c-cons); }
.amh15a .nrgi ul li,
.amh15a .y2ro848 li            { color: var(--c-pros); }
.amh15a .uaznvk41 ul li,
.amh15a .gr4xdxd li            { color: var(--c-cons); }
.beqvq .nrgi { background: var(--bg-pros); }
.beqvq .uaznvk41 { background: var(--bg-cons); }
.beqvq .nrgi .ga8gbeku { color: var(--c-pros-label); }
.beqvq .uaznvk41 .znmf { color: var(--c-cons); }
.beqvq .nrgi ul li,
.beqvq .y2ro848 li          { color: var(--c-pros); }
.beqvq .uaznvk41 ul li,
.beqvq .gr4xdxd li          { color: var(--c-cons); }
.angit .ga8gbeku::before { content: "✓ "; }
.angit .znmf::before { content: "✗ "; }
.x8bawfc .ga8gbeku::before { content: "→ "; }
.x8bawfc .znmf::before { content: "← "; }
.j9ttfn .ga8gbeku::before { content: "★ "; }
.j9ttfn .znmf::before { content: "✕ "; }
.x11t7 .ga8gbeku::before { content: "◆ "; }
.x11t7 .znmf::before { content: "▲ "; }
.eomm .dmlhca0 { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.eomm .dmlhca0 strong { color: var(--text-primary); }
.eomm .dmlhca0 p      { color: var(--text-muted); }
.epne9ma .dmlhca0 { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.k2pur8ej .dmlhca0 {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.k2pur8ej .dmlhca0 strong,
.k2pur8ej .dmlhca0 p { color: #fff; }
.k2pur8ej .o6kw::before { color: rgba(255,255,255,0.9) !important; }
.qos6yp .dmlhca0 {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.qos6yp .dmlhca0 strong { color: var(--text-primary); }
.qos6yp .dmlhca0 p      { color: var(--text-muted); }
.l3r6 .dmlhca0 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.di9excd .o6kw,
.wm05w8p .o6kw,
.rycs6b7 .o6kw,
.j1e3 .o6kw { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.di9excd .o6kw::before,
.wm05w8p .o6kw::before,
.rycs6b7 .o6kw::before,
.j1e3 .o6kw::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.di9excd .yufi5vqq     .o6kw::before { content: "✦"; color: var(--c-tip-border); }
.di9excd .b7gi2 .o6kw::before { content: "▲"; color: var(--c-warn-border); }
.di9excd .mybgm    .o6kw::before { content: "◉"; color: #60a5fa; }
.wm05w8p .yufi5vqq     .o6kw::before { content: "★"; color: var(--c-tip-border); }
.wm05w8p .b7gi2 .o6kw::before { content: "◆"; color: var(--c-warn-border); }
.wm05w8p .mybgm    .o6kw::before { content: "●"; color: #60a5fa; }
.rycs6b7 .yufi5vqq     .o6kw::before { content: "▶"; color: var(--c-tip-border); }
.rycs6b7 .b7gi2 .o6kw::before { content: "■"; color: var(--c-warn-border); }
.rycs6b7 .mybgm    .o6kw::before { content: "▸"; color: #60a5fa; }
.j1e3 .yufi5vqq     .o6kw::before { content: "→"; color: var(--c-tip-border); }
.j1e3 .b7gi2 .o6kw::before { content: "⬥"; color: var(--c-warn-border); }
.j1e3 .mybgm    .o6kw::before { content: "◈"; color: #60a5fa; }
.ek0c50a .dum4uqb .fyd6ds5,
.ek0c50a .ap6o .fyd6ds5  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ek0c50a .i6r1                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ek0c50a .mwdsyw4                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.ek0c50a .xiq312            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.ek0c50a .g3pns          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ek0c50a .vghf                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.p2ztli .dum4uqb .fyd6ds5,
.p2ztli .ap6o .fyd6ds5,
.p2ztli .i6r1,
.p2ztli .mwdsyw4,
.p2ztli .xiq312,
.p2ztli .g3pns,
.p2ztli .vghf,
.p2ztli .l3r6 .dmlhca0 { box-shadow: none; }
.i7l48fv   .wd7it6k, .i7l48fv .bltd, .i7l48fv .aa02nwc,
.i7l48fv   .my8m, .i7l48fv .kbw1324o { font-size: 0.9rem; }
.i7l48fv   .ia0z1cu0, .i7l48fv .hl5yt { font-size: 0.9rem; }
.c0ny   .wd7it6k, .c0ny .bltd, .c0ny .aa02nwc,
.c0ny   .my8m, .c0ny .kbw1324o { font-size: 0.95rem; }
.c0ny   .ia0z1cu0, .c0ny .hl5yt { font-size: 0.95rem; }
.yx81exp   .wd7it6k, .yx81exp .bltd, .yx81exp .aa02nwc,
.yx81exp   .my8m, .yx81exp .kbw1324o { font-size: 1.08rem; }
.yx81exp   .ia0z1cu0, .yx81exp .hl5yt { font-size: 1.05rem; }
.yx81exp   .n2hrtnw3 { font-size: 0.97rem; }
.nckt .x121      { font-size: 3.2rem; }
.nckt h2.hwozaoy { font-size: 1.9rem; }
.nckt h3.y5zp     { font-size: 1.4rem; }
.tu17ln3w .x121      { font-size: 3.8rem; }
.tu17ln3w h2.hwozaoy { font-size: 2.2rem; }
.tu17ln3w h3.y5zp     { font-size: 1.6rem; }
.dz1v0k + .dz1v0k { position: relative; }
.a871wfv   .dz1v0k + .dz1v0k::before,
.qjwe  .dz1v0k + .dz1v0k::before,
.qmicew   .dz1v0k + .dz1v0k::before,
.xwi8d   .dz1v0k + .dz1v0k::before,
.i7kebqxb   .dz1v0k + .dz1v0k::before,
.gqwi .dz1v0k + .dz1v0k::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.a871wfv .dz1v0k + .dz1v0k::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.qjwe .dz1v0k + .dz1v0k::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.qmicew .dz1v0k + .dz1v0k::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;
}
.xwi8d .dz1v0k + .dz1v0k::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.xzwqhxm2 .dz1v0k { margin-bottom: 16px; }
.xzwqhxm2 .dz1v0k + .dz1v0k { margin-top: 0; }
.xzwqhxm2 .kjda7 { padding-top: 0; padding-bottom: 0; }
.i7kebqxb .dz1v0k + .dz1v0k::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.gqwi .dz1v0k + .dz1v0k::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.r9h4 .dz1v0k + .dz1v0k::before,
.ufxno7m .dz1v0k + .dz1v0k::before,
.vjcc .dz1v0k + .dz1v0k::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%;
}
.bzjtmedc .r9h4 .dz1v0k:nth-child(even)::before,
.bzjtmedc .ufxno7m .dz1v0k:nth-child(even)::before,
.bzjtmedc .vjcc .dz1v0k:nth-child(even)::before { background: var(--bg-surface); }
.rxj9 .r9h4 .dz1v0k:nth-child(even)::before,
.rxj9 .ufxno7m .dz1v0k:nth-child(even)::before,
.rxj9 .vjcc .dz1v0k:nth-child(even)::before { background: var(--bg-card); }
.r9h4 .dz1v0k + .dz1v0k::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");
}
.ufxno7m .dz1v0k + .dz1v0k::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");
}
.vjcc .dz1v0k + .dz1v0k::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");
}
.f744gtn .x4x9nf,
.t0fr .x4x9nf,
.bd3h5ezf .x4x9nf { overflow: hidden; }
.f744gtn .gy40k,
.t0fr .gy40k { margin-bottom: 60px; }
.bd3h5ezf .gy40k { margin-bottom: 70px; }
.f744gtn .iakw,
.f744gtn .x4x9nf::before,
.t0fr .x4x9nf::before,
.bd3h5ezf .x4x9nf::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.f744gtn .x4x9nf::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");
}
.t0fr .x4x9nf::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");
}
.bd3h5ezf .x4x9nf::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.t1ct .x4x9nf:not(.vna8r7) .yysw { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ezr4 .x4x9nf:not(.vna8r7) .yysw { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.e4ucc  .x4x9nf:not(.vna8r7) .yysw { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.nwig  .x4x9nf:not(.vna8r7) .yysw { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.nwig .vna8r7 { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.nwig .p1igcmq { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.nwig .yhmjp { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.umpj4 .vna8r7 .yysw { background: none; }
.umpj4 .x4x9nf:not(.vna8r7) .yysw { background: rgba(0,0,0,0.6); }
.phakgmu .c606vf { float: left; width: 38%; margin: 0 28px 16px 0; }
.phakgmu .c606vf .nfsyae1w { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.phakgmu .kjda7::after { content: ''; display: block; clear: both; }
.dphedl .c606vf { float: right; width: 38%; margin: 0 0 16px 28px; }
.dphedl .c606vf .nfsyae1w { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.dphedl .kjda7::after { content: ''; display: block; clear: both; }
.qrdjro8 .dz1v0k:nth-child(odd)  .c606vf { float: left;  width: 38%; margin: 0 28px 16px 0; }
.qrdjro8 .dz1v0k:nth-child(even) .c606vf { float: right; width: 38%; margin: 0 0 16px 28px; }
.qrdjro8 .c606vf .nfsyae1w { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.qrdjro8 .kjda7::after { content: ''; display: block; clear: both; }
.phakgmu .id3c,
.phakgmu .wsn9,
.dphedl .id3c,
.dphedl .wsn9,
.qrdjro8 .id3c,
.qrdjro8 .wsn9 { clear: both; }
@media (max-width: 900px) {
  .phakgmu .c606vf,
  .dphedl .c606vf,
  .qrdjro8 .dz1v0k:nth-child(odd)  .c606vf,
  .qrdjro8 .dz1v0k:nth-child(even) .c606vf {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .phakgmu .c606vf .nfsyae1w,
  .dphedl .c606vf .nfsyae1w,
  .qrdjro8 .c606vf .nfsyae1w {
    max-height: none !important;
  }
}
.phakgmu .ia0z1cu0,
.phakgmu .hl5yt,
.dphedl .ia0z1cu0,
.dphedl .hl5yt,
.qrdjro8 .ia0z1cu0,
.qrdjro8 .hl5yt { overflow: hidden; }
@media (max-width: 640px) {
  .phakgmu .c606vf,
  .dphedl .c606vf,
  .qrdjro8 .c606vf { float: none; width: 100%; margin: 0 0 16px 0; }
}
.pv0w2 .oeua,
.pv0w2 .kjda7,
.pv0w2 .y07mjb7b  { max-width: 1100px; }
.zvs4jn .oeua,
.zvs4jn .kjda7,
.zvs4jn .y07mjb7b  { max-width: 1200px; }
.pu229 .oeua,
.pu229 .kjda7,
.pu229 .y07mjb7b  { max-width: 1320px; }
.pu229 { --content-mw: 1320px; }
.b33b1zs0 { font-size: 0.82rem; color: var(--text-muted); }
.o20j { display: flex; align-items: center; }
.svzijm {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.iryz { display: flex; align-items: center; }
.swntxd { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.swntxd:hover { text-decoration: underline; }
.du6djory { margin: 0 3px; opacity: 0.45; }
.du6djory::before { content: '/'; }
.fcbmr711 { padding: 2px 5px; color: var(--text-main); }
.z7w0cex8 .b33b1zs0 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.z7w0cex8 .o20j { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.k7a7z .b33b1zs0 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.k7a7z .o20j { padding: 0 0 0 12px; }
.zfr4m398 .o20j { padding: 0 16px; }
.zfr4m398 .b33b1zs0 {
  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);
}
.zfr4m398 .oeua { padding-top: 28px; }
@media (max-width: 720px) {
  .jw2d8 { margin-top: 18px; padding: 0 16px; }
  .zfr4m398 .oeua { padding-top: 16px; }
}
.pv0w2.z7w0cex8 .o20j { max-width: 1100px; }
.zvs4jn.z7w0cex8 .o20j { max-width: 1200px; }
.pu229.z7w0cex8 .o20j { max-width: 1320px; }
.pu229 .jw2d8 { max-width: 1320px; }
.c8q7wka .dz1v0k { padding-top: 16px; padding-bottom: 16px; }
.qb5t2o .dz1v0k { padding-top: 24px; padding-bottom: 24px; }
.b5wdbr .dz1v0k { padding-top: 40px; padding-bottom: 40px; }
.zfjmyalt .dz1v0k { padding-top: 52px; padding-bottom: 52px; }
.esfwt .dz1v0k:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.esfwt .dz1v0k:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.esfwt .dz1v0k:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.esfwt .dz1v0k:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.d2v705k4 .kjda7 { padding-top: 10px;  padding-bottom: 10px; }
.gcfwwhd .kjda7 { padding-top: 18px;  padding-bottom: 18px; }
.z282fr7 .kjda7 { padding-top: 36px;  padding-bottom: 36px; }
.qa3l2 .kjda7 { padding-top: 48px;  padding-bottom: 48px; }
.xup4 h2.hwozaoy { font-weight: 600; }
.xup4 h3.y5zp     { font-weight: 600; }
.fxmalb { font-weight: 500; }
.fxmalb h2.hwozaoy { font-weight: 800; }
.fxmalb h3.y5zp     { font-weight: 700; }
.ncd8 h2.hwozaoy { font-weight: 900; }
.ncd8 h3.y5zp     { font-weight: 800; }
.ncd8 .dmlhca0 strong,
.ncd8 .dmlhca0 strong { font-weight: 600; }
.ac01v99 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.wweu3 .ac01v99 { display: none; }
@media (max-width: 640px) {
  .ac01v99 { display: none !important; }
}
.ac01v99 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ac01v99:hover { opacity: 0.85; }
.zhukxr35 .ac01v99 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.fqrm  .pm1f6 { left: 32px; }
@media (max-width: 480px) {
  .ho3mbag .pm1f6 { right: 20px; bottom: 20px; }
  .fqrm  .pm1f6 { left: 20px; bottom: 20px; }
}
.g5uxq { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.y07mjb7b { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.a1dr526 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.rzrqysg { color: var(--text-dim); font-size: 0.8rem; }
.pict51x { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.pict51x img { height: 26px; width: auto; object-fit: contain; }
.vebb .y07mjb7b { text-align: center; }
.vebb .a1dr526 { margin-top: 0; }
@media (max-width: 640px) {
  .y07mjb7b { padding-left: 16px; padding-right: 16px; }
  .l9haxf3 .y07mjb7b { padding: 20px 16px; }
  .m705 { gap: 4px 12px; }
  .a1dr526 { font-size: 0.78rem; }
}
.jai9176w .i0duosf .pict51x { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.jai9176w .a1dr526 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.jai9176w .rzrqysg { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .jai9176w .zqfj6jt { grid-template-columns: 1fr 1fr; } .jai9176w .i0duosf { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jai9176w .zqfj6jt { grid-template-columns: 1fr; } }
.b3gs2d .wubwghx { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.b3gs2d .pict51x { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.b3gs2d .ueu0 { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.b3gs2d .ueu0 a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.b3gs2d .ueu0 a:hover { color: var(--accent-light); }
.ljlyty6 { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.b3gs2d .go03jpn { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.b3gs2d .luy02ze { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.b3gs2d .luy02ze a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.b3gs2d .luy02ze a:hover { color: var(--accent-light); }
.b3gs2d .a1dr526 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .b3gs2d .wubwghx { gap: 12px; } .b3gs2d .pict51x { margin-right: 0; width: 100%; } }
.jq2b .owlv8kbb .pict51x { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.jq2b .a1dr526 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.jq2b .rzrqysg { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .jq2b .aybak { grid-template-columns: 1fr 1fr; } .jq2b .owlv8kbb { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jq2b .aybak { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .tiro0r .qj3uhxti { grid-template-columns: 1fr 1fr; } .tiro0r .p3hyj6:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tiro0r .qj3uhxti { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .q5zj4gx0 .qj3uhxti { grid-template-columns: 1fr; } }
.cqrs .y07mjb7b { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.nommodc .pux8q      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.nommodc .g5uxq { background: var(--bg-page); border-top-color: var(--border-alt); }
.y7q0 .pux8q      { background: #0d1117; border-bottom-color: #21262d; }
.y7q0 .hcoc15 { color: var(--accent-light); }
.y7q0 .u7i0ig { --msep-color: #8b949e; }
.y7q0 .u7i0ig a { color: #8b949e; }
.y7q0 .u7i0ig a:hover { color: var(--accent-light); }
.y7q0 .rdxrbnfh { color: #8b949e; }
.y7q0 .g5uxq { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.y7q0 .a1dr526,
.y7q0 .rzrqysg { color: #6e7681; }
.y7q0 .dr823eak a, .y7q0 .ueu0 a,
.y7q0 .luy02ze a { color: #8b949e; }
.y7q0 .pict51x { color: #e6edf3; }
.y7q0 .dr823eak a:hover, .y7q0 .ueu0 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .y7q0 .u7i0ig { background: #0d1117; border-top-color: #21262d; }
  .y7q0 .u7i0ig li a { border-bottom-color: #21262d; }
}
.r5n9 .pux8q      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.r5n9 .hcoc15 { color: var(--accent-light); }
.r5n9 .u7i0ig { --msep-color: #475569; }
.r5n9 .u7i0ig a { color: #475569; }
.r5n9 .u7i0ig a:hover { color: var(--accent-light); }
.r5n9 .rdxrbnfh { color: #64748b; }
.r5n9 .g5uxq { background: #f0f4f8; border-top-color: #cbd5e1; }
.r5n9 .a1dr526,
.r5n9 .rzrqysg { color: #64748b; }
.r5n9 .dr823eak a, .r5n9 .ueu0 a,
.r5n9 .luy02ze a, .r5n9 .pict51x { color: #374151; }
.r5n9 .dr823eak a:hover, .r5n9 .ueu0 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .r5n9 .u7i0ig { background: #f0f4f8; border-top-color: #cbd5e1; }
  .r5n9 .u7i0ig li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.pcut38fo .pux8q      { background: var(--accent); border-bottom-color: var(--accent-light); }
.pcut38fo .hcoc15 { color: #fff; }
.pcut38fo .u7i0ig { --msep-color: rgba(255,255,255,0.82); }
.pcut38fo .u7i0ig a { color: rgba(255,255,255,0.82); }
.pcut38fo .u7i0ig a:hover { color: #fff; }
.pcut38fo .rdxrbnfh { color: rgba(255,255,255,0.9); }
.pcut38fo .g5uxq { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.pcut38fo .a1dr526,
.pcut38fo .rzrqysg { color: rgba(255,255,255,0.72); }
.pcut38fo .dr823eak a, .pcut38fo .ueu0 a,
.pcut38fo .luy02ze a, .pcut38fo .pict51x { color: #fff; }
.pcut38fo .dr823eak a:hover, .pcut38fo .ueu0 a:hover { color: #fff; }
@media (max-width: 640px) {
  .pcut38fo .u7i0ig { background: var(--accent); border-top-color: var(--accent-light); }
  .pcut38fo .u7i0ig li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.uwrf93 .pux8q {
  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);
}
.uwrf93 .g5uxq {
  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) {
  .uwrf93 .u7i0ig {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.w0amuf5 .xu9s7qgo { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.zttg .xu9s7qgo { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.degh .xu9s7qgo { min-height: 72px; height: auto; }
.t5au .xu9s7qgo { min-height: 84px; height: auto; }
.l9haxf3 .xu9s7qgo { max-width: none; padding: 0 32px; }
.l9haxf3 .y07mjb7b  { max-width: none; padding: 24px 32px; }
.g6tn.zvs4jn .xu9s7qgo { max-width: 1200px; }
.g6tn.pu229 .xu9s7qgo { max-width: 1320px; }
.uo71   .hcoc15, .uo71   .pict51x { text-transform: capitalize; }
.ddjrn .hcoc15, .ddjrn .pict51x { text-transform: lowercase; }
.zri3i .hcoc15, .zri3i .pict51x { text-transform: uppercase; letter-spacing: 0.06em; }
.mviht, .ei7voe {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.s41o .mviht,
.s41o .ei7voe { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.ad19i85 .mviht,
.ad19i85 .ei7voe { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.cnqh8l4 .mviht,
.cnqh8l4 .ei7voe { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.ritq .mviht,
.ritq .ei7voe { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.mqhl3   .u7i0ig a { font-weight: 500; }
.wpl5f .u7i0ig a { font-weight: 600; }
.bmmq8dr     .u7i0ig a { font-weight: 700; }
.uacybm    .u7i0ig a { font-weight: 800; letter-spacing: 0.01em; }
.hq9tv21     .u7i0ig > li + li::before,
.dja1j    .u7i0ig > li + li::before,
.kh64j    .u7i0ig > li + li::before,
.m8j9kr3f .u7i0ig > li + li::before,
.uek7 .u7i0ig > li + li::before,
.ke3n2r  .u7i0ig > li + li::before,
.v8eg0hb4    .u7i0ig > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.hq9tv21     .u7i0ig > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.dja1j    .u7i0ig > li + li::before { content: "|"; }
.kh64j    .u7i0ig > li + li::before { content: "—"; }
.m8j9kr3f .u7i0ig > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.uek7 .u7i0ig > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ke3n2r  .u7i0ig > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.v8eg0hb4    .u7i0ig > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .rhubie .rdxrbnfh,
  .cyatm2e5 .rdxrbnfh,
  .r4dd6v .rdxrbnfh,
  .q15o46d .rdxrbnfh,
  .iift .rdxrbnfh {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .rhubie .rdxrbnfh::before,
  .cyatm2e5 .rdxrbnfh::before,
  .r4dd6v .rdxrbnfh::before,
  .q15o46d .rdxrbnfh::before,
  .iift .rdxrbnfh::before { content: ""; display: block; flex-shrink: 0; }

  
  .rhubie .rdxrbnfh::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;
  }

  
  .cyatm2e5 .rdxrbnfh::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;
  }

  
  .r4dd6v .rdxrbnfh::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;
  }

  
  .q15o46d .rdxrbnfh::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;
  }

  
  .iift .rdxrbnfh::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) {
  .tysq9e .rdxrbnfh {
    padding: 5px 14px;
  }
  .tysq9e .u7i0ig {
    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;
  }
  .tysq9e .u7i0ig li a {
    border-bottom: none; padding: 10px 22px;
  }
  .tysq9e .u7i0ig li a:hover { background: var(--bg-raised); }
  .tysq9e .cz9gena,
  .wkdx .cz9gena,
  .f1k0q809 .cz9gena { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .uqmtvry .rdxrbnfh {
    padding: 5px 10px;
  }
  .uqmtvry .u7i0ig {
    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);
  }
  .uqmtvry .u7i0ig.gbcj3vvg { transform: translateX(0); }
  .uqmtvry .u7i0ig li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .uqmtvry .u7i0ig li:last-child a { border-bottom: none; }
  .pcut38fo .u7i0ig,
  .y7q0 .u7i0ig { background: var(--accent) !important; }
  .pcut38fo .u7i0ig li a,
  .y7q0 .u7i0ig li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .f1k0q809 .rdxrbnfh {
    padding: 5px 10px;
  }
  .f1k0q809 .u7i0ig {
    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);
  }
  .f1k0q809 .u7i0ig::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .f1k0q809 .u7i0ig.gbcj3vvg { transform: translateY(0); }
  .f1k0q809 .u7i0ig li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .lae8 .rdxrbnfh {
    padding: 5px 10px;
  }
  .lae8 .u7i0ig {
    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;
  }
  .lae8 .u7i0ig.gbcj3vvg { opacity: 1; pointer-events: auto; }
  .lae8 .u7i0ig li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .cqgoof8     .rdxrbnfh { border-radius: 0 !important; }
  .hpp6ek25   .rdxrbnfh { border-radius: 8px !important; }
  .ovc1dm4r .rdxrbnfh { border-radius: 50% !important; }
  .jwccx   .rdxrbnfh { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .dcgoeoa .fi5aihja { flex-direction: column; align-items: stretch; }
  .dcgoeoa .p4l7ups { flex-direction: row; min-width: auto; }
  .dcgoeoa .j3iin { align-items: flex-start; text-align: left; }
}
.vl9wawoo,
.vl9wawoo.dz1v0k,
.bzjtmedc .vl9wawoo,
.z0m17i .vl9wawoo,
.rxj9 .vl9wawoo,
.g2h8pf7 .vl9wawoo {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.c3ii {
  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;
}
.zgxenv { flex: 1 1 280px; min-width: 0; }
.ittg {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.hp6x34d {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.seiz {
  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;
}
.seiz:hover { transform: translateY(-1px); opacity: 0.95; }
.g9d0 .c3ii {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.g9d0 .ittg { color: var(--cta); }
.g9d0 .hp6x34d { color: var(--text-body); }
.g9d0 .seiz {
  background: var(--cta) !important;
  color: #fff !important;
}
.qlww9na .c3ii {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.qlww9na .ittg { color: var(--text-primary); }
.qlww9na .hp6x34d { color: var(--text-body); }
.qlww9na .seiz {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .c3ii {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .zgxenv { flex: 0 0 auto; }
  .ittg { font-size: 1.2rem; }
  .seiz { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.cyeps0i .xiigy4d { height: 36px; }
.t697aby .xiigy4d { height: 60px; max-width: 200px; }
.v3oc0h2w .xiigy4d { height: 56px; max-width: 180px; }
.jmetajod    .fux8bpqf, .jmetajod    .mta4f { color: #f59e0b; }
.zk1l9qtv      .fux8bpqf { font-size: 1rem; letter-spacing: 1.5px; }
.zk1l9qtv      .mta4f   { font-size: 1.35rem; }
.cawst    .fux8bpqf, .cawst    .mta4f { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.qp9nim     .fux8bpqf, .qp9nim     .mta4f { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.s97ft89s .fux8bpqf, .s97ft89s .mta4f { color: var(--cta); letter-spacing: 2px; }
.esnb   .fux8bpqf, .esnb   .mta4f { color: #e91e63; letter-spacing: 2px; }
.uc8m  .fux8bpqf, .uc8m  .mta4f { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.bn63     .fux8bpqf, .bn63     .mta4f { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.ltqyis .m7b0sm7 + .m7b0sm7 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.ro72b .mwdsyw4 { padding: 18px 24px; min-height: 68px; }
.sw03p1h .y21wltr6 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.sw03p1h .v176k5fh {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.q366lah .m7b0sm7 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.wsn9 { counter-reset: cs-rank; }
.wsn9 .mwdsyw4 { counter-increment: cs-rank; }
.wsn9 .mwdsyw4::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;
}
.tu6nsji .wsn9 { counter-reset: cs-rank; gap: 0; }
.tu6nsji .mwdsyw4 {
  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;
}
.tu6nsji .mwdsyw4::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;
}
.tu6nsji .oler {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.tu6nsji .vnrq {
  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;
}
.tu6nsji .bt22 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.tu6nsji .oler { min-width: 0; flex-direction: column; width: 100%; }
.tu6nsji .rras2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.tu6nsji .fux8bpqf { color: var(--cta, var(--accent)); }
.tu6nsji .rgup8t4 { font-weight: 700; }
.tu6nsji .m7b0sm7 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.tu6nsji .y21wltr6 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.tu6nsji .v176k5fh {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.tu6nsji .ujmd7oe .v176k5fh { font-size: 1.3rem; color: var(--accent-light); }
.tu6nsji .ahfbgl {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.tu6nsji .mwdsyw4:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .tu6nsji .wsn9 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .tu6nsji .mwdsyw4 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .tu6nsji .mwdsyw4 { padding: 40px 16px 20px; }
  .tu6nsji .m7b0sm7 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .tu6nsji .ahfbgl { width: 100%; min-width: 0; }
}
.agnzv3v .wsn9 { counter-reset: cs-rank; gap: 10px; }
.agnzv3v .mwdsyw4 {
  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);
}
.agnzv3v .mwdsyw4::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);
}
.agnzv3v .oler {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.agnzv3v .vnrq {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.agnzv3v .bt22 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.agnzv3v .rras2 {
  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;
}
.agnzv3v .fux8bpqf { color: var(--cta, var(--accent)); }
.agnzv3v .m7b0sm7 {
  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;
}
.agnzv3v .y21wltr6 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.agnzv3v .v176k5fh { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.agnzv3v .ujmd7oe .v176k5fh { color: var(--accent-light); }
.agnzv3v .ahfbgl {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.agnzv3v .mwdsyw4:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .agnzv3v .mwdsyw4 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .agnzv3v .mwdsyw4::before {
    position: absolute; top: 14px; left: 14px;
  }
  .agnzv3v .oler {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .agnzv3v .rras2 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .agnzv3v .m7b0sm7 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .agnzv3v .ahfbgl { width: 100%; min-width: 0; }
  .agnzv3v .fux8bpqf { min-width: 0; }
}
.w8uh .mwdsyw4::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.nshlxqb7 .ck2wzgm {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.nshlxqb7 .ck2wzgm summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.nshlxqb7 .ck2wzgm p { padding: 0 2px 16px; }
.dxhk6 .ck2wzgm { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.dxhk6 .ck2wzgm summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.dxhk6 .ck2wzgm summary::after { content: "›"; font-size: 1.2em; }
.dxhk6 .ck2wzgm[open] summary::after { content: "‹"; }
.dxhk6 .ck2wzgm p { padding: 10px 22px 4px; }
.ww1jz .ck2wzgm {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ww1jz .ck2wzgm summary { color: var(--text-primary); padding-left: 16px; }
.ww1jz .ck2wzgm summary::after { content: "›"; font-size: 1.1em; }
.ww1jz .ck2wzgm[open] summary::after { content: "‹"; }
.ww1jz .ck2wzgm p { padding-left: 16px; }
.kjp0yk5n .q9l38pi { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.kjp0yk5n .ck2wzgm {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.kjp0yk5n .ck2wzgm:last-child { border-bottom: none; }
.kjp0yk5n .ck2wzgm summary { color: var(--text-primary); border-radius: 0; }
.kjp0yk5n .ck2wzgm summary::after { content: "›"; font-size: 1.1em; }
.kjp0yk5n .ck2wzgm[open] summary::after { content: "‹"; }
.rwsh4vd .ck2wzgm { overflow: hidden; }
.rwsh4vd .ck2wzgm summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.rwsh4vd .ck2wzgm summary::after { color: rgba(255,255,255,.75); }
.rwsh4vd .ck2wzgm[open] summary { border-radius: 0; }
.y57m { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.fmp9j {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.gecb5m0 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.iykj58 { color: var(--text-muted); font-size: 1.05rem; }
.xdy1v1 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ltfolg8 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.jrqvk { margin-bottom: 20px; }
.n9g6qq0 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.e5oia45j {
  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;
}
.e5oia45j:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.gk5i { resize: vertical; min-height: 130px; }
.assppj { width: 100%; margin-top: 8px; }
.tacgv4 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.bd8y1f {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.i1zq4 { color: var(--text-muted); line-height: 1.75; }
.n1l6d { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.n1l6d li { margin-bottom: 6px; }
.p27knn { max-width: 760px; margin: 0 auto; }
.k0l51d { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.od9n { max-width: 760px; margin: 0 auto; }
.w0et5 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.brk3 ul.n1l6d { margin: 0; }
.ui0yi7n { max-width: 900px; margin: 0 auto; }
.nab1 { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.nab1:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.nab1 .w0et5 { margin: 0; font-size: 1rem; }
.nab1 .hx3gs0u p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .nab1 { grid-template-columns: 1fr; gap: 10px; } }
.gxx7i .w0et5 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.zpxcgn .n1l6d { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .jmij { grid-template-columns: 1fr; } }
.rglab67 { color: inherit; text-decoration: none; }
.rglab67:hover { color: var(--accent-light); text-decoration: underline; }
.ped0736 { display: inline-block; line-height: 0; }
.qg8fvx { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.vlw1a1 { margin-bottom: 48px; }
.qich6c5h { max-width: 760px; margin: 0 auto; }
.lapypb { text-align: center; }
.hf8cfq59 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.hf8cfq59:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.xdq2m { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.hf8cfq59 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.hf8cfq59 ul.n1l6d { margin: 0; }
.r722 { color: var(--text-muted); line-height: 1.75; }
.lapypb .n1l6d,
.aohhyk .n1l6d,
.ceea .n1l6d,
.jqgr2p .n1l6d {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.lapypb .hf8cfq59,
.aohhyk .hf8cfq59 { text-align: left; }
.lapypb .xdq2m,
.aohhyk .xdq2m { text-align: center; }
.n05v11fl { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.tojo1dek { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.z5j7aw { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.q26ff { margin-top: 12px; }
.qelpo { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.qelpo:hover { border-bottom-color: var(--accent-light); }
.bju8 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.bju8 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nx60hh8m { width: 200px; height: 200px; }
.d8fbajd { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.xn28922z { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.po70uoo { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .cuhd8jr { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.tl9ko6p4 { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.tl9ko6p4 .z5j7aw, .tl9ko6p4 .tojo1dek { max-width: 640px; }
.zl1g4q .n05v11fl { font-size: 1.6rem; margin-top: 18px; }
.u1cb6frg .z5j7aw { margin-bottom: 28px; }
@media (max-width: 860px) { .lpszx { grid-template-columns: 1fr; } .zl1g4q { position: static; text-align: center; } }
.h162euw6 .bju8 { margin: 0 auto 18px; }
.h162euw6 .xn28922z { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .n8fsj { grid-template-columns: 1fr; } }
.yic8wrw .n05v11fl { font-size: 1.6rem; margin-bottom: 6px; }
.jqgr2p .n1l6d { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .yic8wrw { flex-direction: column; text-align: center; } .im3np76 { grid-template-columns: 1fr; } }
.src8gfg .n05v11fl { font-size: 1.35rem; margin: 0 0 4px; }
.src8gfg .xn28922z { margin: 0; }
.hsossk2 .gecb5m0 { color: var(--accent-light); }
.twiv .gecb5m0 { font-size: 2rem; }
.twiv .iykj58 { max-width: 680px; }
.dhdd .gecb5m0 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.dhdd .iykj58  { margin: 0; }
@media (max-width: 640px) { .dhdd { flex-direction: column; } }
.cbppieby {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.cbppieby .gecb5m0 { color: var(--accent-light); }
.x323 .gecb5m0 { color: #fff; }
.x323 .iykj58  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .j8ibb1 { grid-template-columns: 1fr; } }
.jgvk { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.jgvk .e5oia45j {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.jgvk .e5oia45j:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.fd2u7nyd .e5oia45j { background: var(--bg-raised); border-color: transparent; }
.fd2u7nyd .e5oia45j:focus { background: var(--bg-card); border-color: var(--accent-light); }
.mpnmwi .e5oia45j { border-radius: 100px; padding: 11px 20px; }
.mpnmwi .gk5i { border-radius: 14px; }
.jye07bu {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.jye07bu 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;
}
.jye07bu summary::-webkit-details-marker { display: none; }
.jye07bu summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.jye07bu[open] summary::after { content: "−"; }
.mch816 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .hl0zyg { grid-template-columns: 1fr; } }
.mnsiuh83 { counter-reset: priv-count; }
.tyn9 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.tyn9:last-child { border-bottom: none; }
.yabquz33 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.tyn9 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.tyn9 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.vxncj { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.vxncj li { margin-bottom: 6px; }
.dy6fm{position:relative;overflow:visible}
.osvez8 .ti068mam{display:block}
.a91uxu9 .pxkoe1{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.a91uxu9 .qrmdyvwm::before{content:""}
.i1wpey9{--date-bg:var(--accent-bg-light)}
.ik58 .qrmdyvwm::before{content:""}
.rlym9mo{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.urlf{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.f9dzz{display:flex;flex-direction:column;gap:3px}
.b1tg{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.ivdxo{font-weight:700;font-size:1rem;color:var(--text-heading)}
.vwi1dpc4{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.aep78b0x .rlym9mo{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.a422e .rlym9mo{border-top:3px solid var(--accent);padding-top:18px}
.vkjq30j .rlym9mo{border-left:3px solid var(--accent);border-radius:0}
.wrsrf .rlym9mo{padding:20px 0}
@media(max-width:640px){
  .rlym9mo{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .vwi1dpc4{max-width:100%}
}
.q34of3 .g3pns{margin:0}
@media (max-width:560px){
  .cqlu9oht{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) {
  .a20yod5g { padding: 28px 18px 20px; }
  .fgi3 { font-size: 1.2rem; }
  .srnq5rc { max-width: 220px; max-height: 80px; }
}
.y99uaww {
  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);
}
.khyrk8 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.tdau6  .y99uaww { border-radius: 50%; }
.v3vw  .y99uaww { border-radius: 6px; }
.bxfu0 .y99uaww { border-radius: 22px; }
.ofhxxf8s .c3ii {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .y99uaww { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.m63b .dz1v0k {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.m63b .kjda7 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.m63b .c3ii {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.yodpp .dz1v0k,
.yodpp .kjda7 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.yodpp .c3ii {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .yodpp { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .yodpp .c3ii {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .yodpp .hp6x34d { display: none !important; }
  .yodpp .ittg { font-size: 1.1rem !important; }
  .yodpp .y99uaww { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .vd1c { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .xu9s7qgo { flex-direction: row-reverse; }
[dir="rtl"] .u7i0ig { flex-direction: row-reverse; }
[dir="rtl"] .fqrm  .pm1f6 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .ho3mbag .pm1f6 { right: auto; left: 20px; }
  [dir="rtl"] .fqrm  .pm1f6 { left: auto;  right: 20px; }
}
[dir="rtl"] .phakgmu .c606vf  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .dphedl .c606vf { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ia0z1cu0, [dir="rtl"] .hl5yt { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .nrgi { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .uaznvk41 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .dmlhca0 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .c3ii { direction: rtl; }
[dir="rtl"] .y99uaww { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .mwdsyw4,
[dir="rtl"] .b33b1zs0 { direction: rtl; }
[dir="rtl"] .vghf { direction: rtl; }
[dir="rtl"] .so5fm { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .xemho2zi .hl5yt,
[dir="rtl"] .gm5e35x0 .hl5yt,
[dir="rtl"] .hv45p4py .hl5yt,
[dir="rtl"] .p3mnos3 .hl5yt {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .xemho2zi .hl5yt li::before,
[dir="rtl"] .gm5e35x0 .hl5yt li::before,
[dir="rtl"] .hv45p4py .hl5yt li::before,
[dir="rtl"] .p3mnos3 .hl5yt li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .x4x9nf.q1gfopkk .gy40k,
[dir="rtl"] .lf7aly.q1gfopkk .gy40k,
[dir="rtl"] .vna8r7.q1gfopkk .gy40k,
[dir="rtl"] .v2lo8uc8.q1gfopkk .gy40k,
[dir="rtl"] .o5by.q1gfopkk .gy40k { text-align: right; }
[dir="rtl"] .yhmjp.c6nym4ya .iakw { text-align: center; }
[dir="rtl"] .kjda7,
[dir="rtl"] .my8m,
[dir="rtl"] .kbw1324o,
[dir="rtl"] .gy40k { text-align: right; }
[dir="rtl"] .ltfolg8,
[dir="rtl"] .n9g6qq0,
[dir="rtl"] .z5j7aw,
[dir="rtl"] .e5oia45j,
[dir="rtl"] .gk5i { text-align: right; direction: rtl; }
[dir="rtl"] .mpnmwi .e5oia45j,
[dir="rtl"] .jgvk .e5oia45j { padding-right: 20px; padding-left: 20px; }
.ed6g8e .wsn9,
.vahe .wsn9,
.q3ym .wsn9 { gap: 0; }
.drhqv .wsn9 { gap: 14px; }
.ed6g8e .mwdsyw4,
.vahe .mwdsyw4,
.drhqv .mwdsyw4,
.q3ym .mwdsyw4 {
  
  grid-template-columns: auto 260px minmax(0, 1fr) auto auto;
  gap: 20px;
  padding: 22px 26px;
  align-items: center;
  
  grid-auto-flow: dense;
}
.ed6g8e .mwdsyw4,
.vahe .mwdsyw4,
.q3ym .mwdsyw4 {
  background: var(--bg-card);
  border: none; border-radius: 0;
}
.ed6g8e .mwdsyw4:nth-child(even),
.q3ym .mwdsyw4:nth-child(even) { background: var(--accent-bg); }
.vahe .mwdsyw4 + .mwdsyw4 { border-top: 1px solid var(--border-alt); }
.drhqv .mwdsyw4 {
  border: 1px solid var(--border-alt); border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.ed6g8e .mwdsyw4:hover,
.vahe .mwdsyw4:hover,
.q3ym .mwdsyw4:hover { background: var(--bg-hover); }
.ed6g8e .mwdsyw4::before,
.vahe .mwdsyw4::before,
.drhqv .mwdsyw4::before,
.q3ym .mwdsyw4::before {
  width: 40px; min-width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--accent-bg); color: var(--accent);
  font-size: 1.15rem; font-weight: 700;
}
.q3ym .mwdsyw4::before {
  background: var(--accent); color: var(--cta-fg, #fff);
}
.ed6g8e .oler,
.vahe .oler,
.drhqv .oler,
.q3ym .oler {
  grid-column: 2;
  flex-direction: row; align-items: center; justify-content: flex-start;
  width: auto; gap: 16px; text-align: left;
}
.ed6g8e .vnrq,
.vahe .vnrq,
.drhqv .vnrq,
.q3ym .vnrq {
  width: 78px; height: 78px; padding: 0;
  border-radius: 50%; overflow: hidden; flex-shrink: 0;
}
.ed6g8e .bt22,
.vahe .bt22,
.drhqv .bt22,
.q3ym .bt22 {
  width: 100%; height: 100%; max-width: none; max-height: none;
  object-fit: cover;
}
.ed6g8e .rras2,
.vahe .rras2,
.drhqv .rras2,
.q3ym .rras2 {
  font-size: 1.3rem; font-weight: 700; color: var(--accent);
  text-align: left;
}
.q3ym .rras2 { font-size: 1.45rem; font-weight: 800; }
.ed6g8e .jaae9g,
.vahe .jaae9g,
.drhqv .jaae9g,
.q3ym .jaae9g {
  grid-column: 3; display: block;
  justify-self: center; width: min(100%, 340px);
}
.ed6g8e .jaae9g .ujmd7oe,
.vahe .jaae9g .ujmd7oe,
.drhqv .jaae9g .ujmd7oe,
.q3ym .jaae9g .ujmd7oe {
  background: var(--accent-bg);
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  flex-direction: row; justify-content: center;
}
.ed6g8e .jaae9g .ujmd7oe .y21wltr6,
.vahe .jaae9g .ujmd7oe .y21wltr6,
.drhqv .jaae9g .ujmd7oe .y21wltr6,
.q3ym .jaae9g .ujmd7oe .y21wltr6 { display: none; }
.ed6g8e .jaae9g .ujmd7oe .v176k5fh::before,
.vahe .jaae9g .ujmd7oe .v176k5fh::before,
.drhqv .jaae9g .ujmd7oe .v176k5fh::before,
.q3ym .jaae9g .ujmd7oe .v176k5fh::before { content: "\1F381\00a0"; }
.ed6g8e .jaae9g .ujmd7oe .v176k5fh,
.vahe .jaae9g .ujmd7oe .v176k5fh,
.drhqv .jaae9g .ujmd7oe .v176k5fh,
.q3ym .jaae9g .ujmd7oe .v176k5fh {
  font-size: 1.05rem; font-weight: 700; color: var(--text-primary);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ed6g8e .jaae9g .saz2go6k,
.vahe .jaae9g .saz2go6k,
.drhqv .jaae9g .saz2go6k,
.q3ym .jaae9g .saz2go6k { display: none; }
.ed6g8e .bohon,
.vahe .bohon,
.drhqv .bohon,
.q3ym .bohon {
  grid-column: 4; min-width: 120px; width: auto;
}
.ed6g8e .fux8bpqf,
.vahe .fux8bpqf,
.drhqv .fux8bpqf,
.q3ym .fux8bpqf { display: block; font-size: 1.25rem; letter-spacing: 2px; }
.ed6g8e .rgup8t4,
.vahe .rgup8t4,
.drhqv .rgup8t4,
.q3ym .rgup8t4 { display: none; }
.ed6g8e .ahfbgl.mfbcm5o,
.vahe .ahfbgl.mfbcm5o,
.drhqv .ahfbgl.mfbcm5o,
.q3ym .ahfbgl.mfbcm5o {
  grid-column: 5;
  min-width: 190px;
  border-radius: 999px;
  padding: 17px 34px !important;
  font-size: 1.05rem !important; font-weight: 700;
}
.q3ym .ahfbgl.mfbcm5o { box-shadow: 0 4px 16px color-mix(in srgb, var(--cta) 45%, transparent); }
@media (max-width: 1080px) {
  .ed6g8e .mwdsyw4,
  .vahe .mwdsyw4,
  .drhqv .mwdsyw4,
  .q3ym .mwdsyw4 {
    grid-template-columns: auto 220px minmax(0, 1fr) auto;
    gap: 16px; padding: 18px;
  }
  .ed6g8e .bohon,
  .vahe .bohon,
  .drhqv .bohon,
  .q3ym .bohon { display: none; }
  .ed6g8e .ahfbgl.mfbcm5o,
  .vahe .ahfbgl.mfbcm5o,
  .drhqv .ahfbgl.mfbcm5o,
  .q3ym .ahfbgl.mfbcm5o { grid-column: 4; min-width: 150px; padding: 14px 24px !important; }
}
@media (max-width: 720px) {
  .ed6g8e .mwdsyw4,
  .vahe .mwdsyw4,
  .drhqv .mwdsyw4,
  .q3ym .mwdsyw4 {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "rank  ident"
      "pills pills"
      "cta   cta";
    gap: 12px 14px; padding: 18px 16px;
    text-align: left;
  }
  .ed6g8e .mwdsyw4::before,
  .vahe .mwdsyw4::before,
  .drhqv .mwdsyw4::before,
  .q3ym .mwdsyw4::before { grid-area: rank; align-self: center; justify-self: start; }
  .ed6g8e .oler,
  .vahe .oler,
  .drhqv .oler,
  .q3ym .oler { grid-area: ident; width: auto; justify-content: flex-start; }
  .ed6g8e .jaae9g,
  .vahe .jaae9g,
  .drhqv .jaae9g,
  .q3ym .jaae9g { grid-area: pills; }
  
  .ed6g8e .jaae9g .ujmd7oe,
  .vahe .jaae9g .ujmd7oe,
  .drhqv .jaae9g .ujmd7oe,
  .q3ym .jaae9g .ujmd7oe {
    background: var(--accent-bg); border-radius: 999px;
    padding: 11px 18px; justify-content: center;
  }
  .ed6g8e .ahfbgl.mfbcm5o,
  .vahe .ahfbgl.mfbcm5o,
  .drhqv .ahfbgl.mfbcm5o,
  .q3ym .ahfbgl.mfbcm5o { grid-area: cta; width: 100%; }
  .ed6g8e .vnrq,
  .vahe .vnrq,
  .drhqv .vnrq,
  .q3ym .vnrq { width: 56px; height: 56px; }
  .ed6g8e .rras2,
  .vahe .rras2,
  .drhqv .rras2,
  .q3ym .rras2 { font-size: 1.1rem; }
}
:root {
  --accent:          #1aeabd;
  --brand:           #1aeabd;
  --brand-light:     #1bb090;
  --brand-pale:      #43d4b5;
  --grad-start:      #6ef1d5;
  --grad-end:        #aaf2e2;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #10b981;
  --cta-fg:          #111111;
  --cta-light:       #089768;
  --cta-hover:       #0b8059;
  --bg-page:         #f6f8f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f6f5;
  --bg-raised:       #edf1f0;
  --bg-hover:        #f3f6f5;
  --border:          #e1e9e7;
  --border-alt:      #cfddda;
  --border-section:  #e1e9e7;
  --text-primary:    #161c1a;
  --text-muted:      #50625e;
  --text-body:       #2d3835;
  --text-sub:        #445450;
  --text-faint:      #728c86;
  --text-dim:        #8ea39e;
  --text-label:      #5b706b;
  --text-value:      #394643;
  --accent-bg:       #dff5f0;
  --accent-bg-light: #c4f1e8;
  --bg-tip:          #f9f0f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f5f9;
  --bg-pros:         #f9f0f2;
  --bg-cons:         #faf6f3;
  --c-pros:          #960c2a;
  --c-cons:          #9f5621;
  --c-pros-label:    #b30e32;
  --c-tip-border:    #c61037;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #960c2a;
}
:root { --logo-bg-opacity: 75%; }
body, button, input { font-family: "Open Sans", sans-serif; }
.mo69 .o6kw { font-size: 0; width: 1.2rem; flex-shrink: 0; }.mo69 .o6kw::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.mo69 .yufi5vqq     .o6kw::before { content: "";  color: var(--c-tip-border); }.mo69 .b7gi2 .o6kw::before { content: ""; color: var(--c-warn-border); }.mo69 .mybgm    .o6kw::before { content: ""; color: #60a5fa; }.nxxszz2r .mo69 .yufi5vqq     .o6kw::before { color: #10b981; }.nxxszz2r .mo69 .b7gi2 .o6kw::before { color: #f43f5e; }.nxxszz2r .mo69 .mybgm    .o6kw::before { color: #a855f7; }.x4mqfvjy  .mo69 .yufi5vqq     .o6kw::before { color: #eab308; }.x4mqfvjy  .mo69 .b7gi2 .o6kw::before { color: #ef4444; }.x4mqfvjy  .mo69 .mybgm    .o6kw::before { color: #f97316; }.yvq6dsu  .mo69 .yufi5vqq     .o6kw::before { color: #38bdf8; }.yvq6dsu  .mo69 .b7gi2 .o6kw::before { color: #818cf8; }.yvq6dsu  .mo69 .mybgm    .o6kw::before { color: #2dd4bf; }.qhanw .mo69 .o6kw::before { color: var(--accent-light) !important; }
.zkampo05 .y2ro848 li::before, .zkampo05 .gr4xdxd 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; }.zkampo05 .y2ro848 li::before { content: ""; }.zkampo05 .gr4xdxd li::before { content: ""; }.zkampo05 .ga8gbeku::before, .zkampo05 .znmf::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.zkampo05 .ga8gbeku::before { content: ""; }.zkampo05 .znmf::before { content: ""; }
.sfybt .l9lux6ww, .sfybt .yhmjp { min-height: 780px; }
.du6djory::before { content: '·'; font-size: 1.3em; line-height: 1; }