:root {
  --color-accent: #1d6e02;
  --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;
}
.imvhizhs {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.fgn6l {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.uj1l7e {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.d4b9wkx8 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.h7cpt { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.h7cpt a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.h7cpt a:hover { color: var(--accent-light); }
.yg7lm   .brsyr8m { border-radius: 0; }
.o2rif .brsyr8m li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .brsyr8m {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .zo90n:hover .brsyr8m,
  .zo90n:focus-within .brsyr8m { display: block; }
  .brsyr8m li a { padding: 8px 16px; font-size: 0.88rem; }
}
.yr84xf {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.m7t3gmv { display: none; }
@media (max-width: 640px) {
  .m7t3gmv {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .m7t3gmv.blucbztm { display: block; }
}
@media (max-width: 640px) {
  .yr84xf { display: block; }
  .h7cpt > li + li::before { display: none !important; }
  .h7cpt {
    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;
  }
  .h7cpt.blucbztm { display: flex; }
  .h7cpt li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .h7cpt li:last-child a { border-bottom: none; }
}
.m0kyhhv { min-height: 480px; }
.pq7g {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.qp8y2l1 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.uipdq3 .qp8y2l1 { margin-left: 0; margin-right: 0; }
.oxzppr {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.b1y3a3 .oxzppr { margin-top: 24px; }
.oxzppr:hover { opacity: 0.88; }
.kcl1 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.f84o062 {
  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%);
}
.kcl1 .lmmkp8 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.kcl1 .pq7g { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.kcl1 .qp8y2l1 { color: #e2e8f0; }
.kcl1.of9ze .lmmkp8 { text-align: center; }
.kcl1.uipdq3   .lmmkp8 { text-align: left; }
.hp5ap .lmmkp8 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.hp5ap .pq7g { color: var(--text-primary); text-shadow: none; }
.hp5ap .qp8y2l1 { color: var(--text-muted); }
.hp5ap .oxzppr { margin-top: 16px; }
.hp5ap, .hp5ap.m0kyhhv { min-height: auto !important; }
.hp5ap.of9ze .lmmkp8 { text-align: center; }
.hp5ap.uipdq3   .lmmkp8 { text-align: left; }
.hp5ap~.n8f1jise{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.hp5ap~.n8f1jise .t2zwp{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
.cwje9 .bedjuzr,
.cwje9 .ix9j {
  position: relative; overflow: hidden;
}
.cwje9 .bedjuzr::after,
.cwje9 .ix9j::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.noykat3 .kcl1 .f84o062 {
  overflow: hidden;
}
.noykat3 .kcl1 .f84o062::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); }
}
.g4h3p .kcl1 .f84o062 {
  overflow: hidden;
}
.g4h3p .kcl1 .f84o062::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;
}
.vfgs .kcl1 .f84o062 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.cwje9 .kcl1 .f84o062 {
  overflow: hidden;
}
.cwje9 .kcl1 .f84o062::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;
}
.akhx5 .kcl1 .f84o062 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.bedjuzr .f84o062 {
  background: none;
}
.bedjuzr .pq7g { color: #fff; }
.bedjuzr .qp8y2l1 { color: rgba(255,255,255,0.85); }
.cwje9 .h8pgtw { position: relative; overflow: hidden; }
.cwje9 .h8pgtw::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.h8pgtw .pq7g { text-shadow: none; color: var(--text-primary); }
.h8pgtw .qp8y2l1 { color: var(--text-muted); }
body.n7c30smm .pq7g {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.scowuo .pq7g {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.m0kyhhv.bedjuzr .pq7g,
section.bedjuzr .pq7g {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.h8pgtw.of9ze .qzzot92n { align-items: center; text-align: center; }
.m0kyhhv .i1v37 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.i1v37 .b9ys1dn4 {
  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;
}
.i1v37 .b9ys1dn4::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.i1v37 .zrieyk { display: contents !important; }
.i1v37 .zrieyk .wnezsyvv {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.i1v37 .zrieyk .gbkic97u { max-height: 48px; max-width: 96px; }
.i1v37 .zrieyk .x28n {
  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;
}
.i1v37 .bydn {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.i1v37 .mtdq { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.i1v37 .jaufv6s { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.i1v37 .jaufv6s small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.i1v37 .m9rp9qbj { display: contents !important; }
.i1v37 .m9rp9qbj .ha25zk:not(.lfv0qnq) { display: none !important; }
.i1v37 .m9rp9qbj .lfv0qnq {
  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;
}
.i1v37 .m9rp9qbj .lfv0qnq .p601r7li {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.i1v37 .m9rp9qbj .lfv0qnq .tjrq2 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.i1v37 .m6z9g { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.i1v37 .m6z9g.x9diu {
  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;
}
.i1v37 .m6z9g.x9diu:hover { opacity: 0.85; }
.i1v37 .b9ys1dn4,
.i1v37 .b9ys1dn4:hover,
.i1v37 .b9ys1dn4:nth-child(even),
.i1v37 .b9ys1dn4:nth-child(odd),
.i1v37 .b9ys1dn4:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.fnwei3h .lmmkp8 { padding-bottom: 24px; }
.b1y3a3 .lmmkp8 { max-width: 1100px; }
@media (max-width: 700px) {
  .h8pgtw { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .h8pgtw:not(.dewh9) .o27jvbn1 { display: none !important; }
  .dewh9 .o27jvbn1 { padding: 16px; }
  .qzzot92n  { padding: 36px 24px; }
  .h8pgtw~.n8f1jise,.kp6vexii~.n8f1jise{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .m0kyhhv, .h8pgtw { min-height: 320px !important; }
  .pq7g { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .o9as3de6,
  .qmyy,
  .zielo { grid-template-columns: 1fr !important; }

  

  
  .fnwei3h { display: flex !important; flex-direction: column !important; }
  .fnwei3h .lmmkp8 { display: contents; }
  .fnwei3h .f84o062 { order: 0; }
  .fnwei3h .pq7g { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .fnwei3h .o9as3de6 { order: 2; padding: 0 16px 12px !important; }
  .fnwei3h .qp8y2l1 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .b1y3a3 .lmmkp8 { display: flex; flex-direction: column; }
  .b1y3a3 .lmmkp8 .pq7g { order: 1; }
  .b1y3a3 .lmmkp8 .zielo { order: 2; margin: 8px 0 24px !important; }
  .b1y3a3 .lmmkp8 .qp8y2l1 { order: 3; }
  .b1y3a3 .lmmkp8 .oxzppr { order: 4; align-self: center; margin-top: 0; }

  
  .h8pgtw.dewh9 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .h8pgtw.dewh9 .qzzot92n { display: contents; padding: 0; }
  .h8pgtw.dewh9 .qzzot92n .pq7g { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .h8pgtw.dewh9 .o27jvbn1 { order: 2; padding: 12px 16px; }
  .h8pgtw.dewh9 .qzzot92n .qp8y2l1 { order: 3; padding: 0 24px; margin: 0 auto; }
  .h8pgtw.dewh9 .qzzot92n .oxzppr { order: 4; align-self: center; margin: 8px 0 32px; }
}
.u0ydt { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.r1ewuzyl { width: 100%; height: auto; display: block; border-radius: 10px; }
.rkejpa .u0ydt        { border-radius: 16px; }
.rkejpa .r1ewuzyl  { border-radius: 16px; }
.aqlmt2wp .u0ydt         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.aqlmt2wp .r1ewuzyl   { border-radius: 8px; }
.ejgmd5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.lhbuwr24 { width: 100%; padding: 32px 0; position: relative; }
.l6uo0nmt { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.d72w .lhbuwr24:nth-child(even) { background: var(--bg-surface); }
.d72w .lhbuwr24:nth-child(odd)  { background: var(--bg-page); }
.v0b9hgty .lhbuwr24:nth-child(even) { background: var(--bg-card); }
.v0b9hgty .lhbuwr24:nth-child(odd)  { background: var(--bg-page); }
.d72w .lhbuwr24:nth-child(odd)  .l6uo0nmt { background: var(--bg-card); border-radius: 6px; }
.d72w .lhbuwr24:nth-child(even) .l6uo0nmt { background: var(--bg-raised); border-radius: 6px; }
.v0b9hgty .lhbuwr24:nth-child(odd)  .l6uo0nmt { background: var(--bg-card); border-radius: 6px; }
.v0b9hgty .lhbuwr24:nth-child(even) .l6uo0nmt { background: var(--bg-raised); border-radius: 6px; }
.d72w .lhbuwr24:nth-child(even) .av9hqo .tlcpqf7i,
.v0b9hgty .lhbuwr24:nth-child(even) .av9hqo .tlcpqf7i { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.d72w .lhbuwr24:nth-child(odd) .av9hqo .tlcpqf7i,
.v0b9hgty .lhbuwr24:nth-child(odd) .av9hqo .tlcpqf7i { background: var(--bg-card-inner); }
.d72w .lhbuwr24:nth-child(even) .ajau8 .tlcpqf7i:nth-child(odd),
.v0b9hgty .lhbuwr24:nth-child(even) .ajau8 .tlcpqf7i:nth-child(odd)  { background: var(--bg-card); }
.d72w .lhbuwr24:nth-child(even) .ajau8 .tlcpqf7i:nth-child(even),
.v0b9hgty .lhbuwr24:nth-child(even) .ajau8 .tlcpqf7i:nth-child(even) { background: var(--bg-card-inner); }
h1.ldi2l67 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.ldi2l67 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.jbv13 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.gbs35s h2.ldi2l67 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.qz4f h2.ldi2l67 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.ldytbyh h2.ldi2l67 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.wpdl h2.ldi2l67::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.o42gkr h2.ldi2l67 {
  color: var(--text-primary); font-size: 1.7rem;
}
.ssoyyy h2.ldi2l67::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.c9ng7 h2.ldi2l67 {
  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) { .gfm7g { display: none; } }
.xnb7 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.qk3nd6z { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.joq2rux {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.v8vmo { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.mqx232 { padding-left: 20px; }
.mqx232 li { margin-bottom: 6px; }
.mqx232 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.mqx232 a:hover { color: var(--accent-light); }
.ax41l8 .v8vmo { display: none; }
.zsfni .v8vmo { display: none; }
.zsfni .mqx232 { padding-left: 0; list-style: none; }
.zsfni .mqx232 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.zsfni .mqx232 a { font-size: 0.92rem; }
.h4mn7 .joq2rux { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.h4mn7 .v8vmo { display: none; }
.h4mn7 .mqx232 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.h4mn7 .mqx232 li { margin-bottom: 0; }
.h4mn7 .mqx232 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;
}
.h4mn7 .mqx232 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.tuya1xz .joq2rux { padding: 20px 20px 16px; }
.tuya1xz .mqx232 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.tuya1xz .mqx232 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.tuya1xz .mqx232 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;
}
.tuya1xz .mqx232 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;
}
.tuya1xz .mqx232 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.tuya1xz .mqx232 a:focus,
.tuya1xz .mqx232 a:focus-visible,
.tuya1xz .mqx232 a:target { outline: none; }
.tuya1xz .mqx232 li:target a { border-color: var(--border); color: var(--text-muted); }
.mb5txm2w .joq2rux { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.mb5txm2w .v8vmo { display: none; }
.mb5txm2w .mqx232 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.mb5txm2w .mqx232 li { counter-increment: toc-n; margin-bottom: 0; }
.mb5txm2w .mqx232 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;
}
.mb5txm2w .mqx232 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;
}
.mb5txm2w .mqx232 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.av4me1xl .joq2rux { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.av4me1xl .v8vmo { display: none; }
.av4me1xl .mqx232 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.av4me1xl .mqx232 li { margin-bottom: 0; }
.av4me1xl .mqx232 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;
}
.av4me1xl .mqx232 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.vavt .joq2rux { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.vavt .v8vmo { display: none; }
.vavt .mqx232 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.vavt .mqx232 li { margin-bottom: 0; }
.vavt .mqx232 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.vavt .mqx232 li:last-child::after { content: ""; margin-right: 0; }
.vavt .mqx232 a { font-size: 0.9rem; }
.tlcpqf7i { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.av9hqo .tlcpqf7i { background: var(--bg-card); }
.ajau8 .tlcpqf7i:nth-child(odd)  { background: var(--bg-card); }
.ajau8 .tlcpqf7i:nth-child(even) { background: var(--bg-raised); }
.yg03dw1 .tlcpqf7i {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.yg03dw1 .tlcpqf7i:last-child { border-bottom: none; }
.yg03dw1 h3.jbv13 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.axn0ko .tlcpqf7i {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.axn0ko .tlcpqf7i + .tlcpqf7i { margin-top: 4px; }
.cna6cg .tlcpqf7i { background: none; border-radius: 0; padding: 12px 0; }
.cna6cg .tlcpqf7i + .tlcpqf7i { border-top: 1px solid var(--border-section); }
.ciz3nxzl { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ochqws { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.tsnug4 { color: var(--text-body); margin-bottom: 10px; }
.nrsf, .rgwldk0 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.nrsf li, .rgwldk0 li { margin-bottom: 6px; }
.rgwldk0 li { list-style: decimal; }
.lt12     .nrsf { list-style-type: "● "; }
.r30n1  .nrsf { list-style-type: "■ "; }
.k0wcury .nrsf { list-style-type: "◆ "; }
.leyj11    .nrsf { list-style-type: "★ "; }
.lt12     .uafd { list-style-type: "● "; }
.r30n1  .uafd { list-style-type: "■ "; }
.k0wcury .uafd { list-style-type: "◆ "; }
.leyj11    .uafd { list-style-type: "★ "; }
.lt12    .nrsf li::marker, .lt12    .uafd li::marker,
.r30n1 .nrsf li::marker, .r30n1 .uafd li::marker,
.k0wcury .nrsf li::marker, .k0wcury .uafd li::marker,
.leyj11   .nrsf li::marker, .leyj11   .uafd li::marker {
  color: var(--cta); font-size: 1em;
}
.lt12 .rgwldk0,
.r30n1 .rgwldk0,
.k0wcury .rgwldk0,
.leyj11 .rgwldk0 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.lt12 .rgwldk0 li,
.r30n1 .rgwldk0 li,
.k0wcury .rgwldk0 li,
.leyj11 .rgwldk0 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.lt12 .rgwldk0 li::before,
.r30n1 .rgwldk0 li::before,
.k0wcury .rgwldk0 li::before,
.leyj11 .rgwldk0 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;
}
.lt12     .rgwldk0 li::before { border-radius: 50%; }
.r30n1  .rgwldk0 li::before { border-radius: 3px; }
.k0wcury .rgwldk0 li::before { border-radius: 3px; }
.leyj11    .rgwldk0 li::before { border-radius: 50%; }
.fwqc2p { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.uq7a2py5 .fwqc2p,
.wn04ehsd .fwqc2p { background: transparent; border: none; border-radius: 0; }
.avsu39w8 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.avsu39w8 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.avsu39w8 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.avsu39w8 tr:hover td { background: var(--bg-hover); }
.xw6fhhis .avsu39w8 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.t56etnn .avsu39w8 { border: 1px solid var(--border-alt); }
.t56etnn .avsu39w8 th,
.t56etnn .avsu39w8 td { border: 1px solid var(--border-alt); }
.k01dwurp .avsu39w8 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.k01dwurp .avsu39w8 td { border-bottom: none; }
.k01dwurp .avsu39w8 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.lvi0y7c .avsu39w8 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.oidfqzr .fwqc2p {
  overflow: hidden;
}
.oidfqzr .avsu39w8 th { border-bottom: 1px solid var(--border-alt); }
.oidfqzr .avsu39w8 tr:last-child td { border-bottom: none; }
.edjrpe { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.oqryvab { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.xee0wbm { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.a6f4xb3d { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.pil3l { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.uafd { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.uafd 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%}
.m8tb8v4f .a6f4xb3d { background: transparent; text-align: center; }
.xjs5 .xee0wbm {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.ek2i7 .xee0wbm {
  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);
}
.s9mnhgv .oqryvab { display: grid; grid-template-columns: auto 1fr; }
.s9mnhgv .xee0wbm {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.s9mnhgv .a6f4xb3d { grid-column: 2; }
.s9mnhgv .pil3l,
.s9mnhgv .uafd { grid-column: 1 / -1; }
.e660mp .oqryvab { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.e660mp .xee0wbm {
  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);
}
.e660mp .a6f4xb3d { grid-column: 2; }
.e660mp .pil3l,
.e660mp .uafd { grid-column: 1 / -1; }
.xel9s .oqryvab { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.xel9s .a6f4xb3d { background: none; color: var(--accent-light); font-weight: 700; }
.jde33r .oqryvab { 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); }
.jde33r .a6f4xb3d { background: none; color: var(--accent-light); font-weight: 700; }
.o0b3ox7l .oqryvab { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.o0b3ox7l .oqryvab:last-child { border-bottom: none; }
.o0b3ox7l .a6f4xb3d { background: none; color: var(--accent-light); font-weight: 700; }
.b7jb .oqryvab { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.b7jb .a6f4xb3d { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.wwc6m .edjrpe { counter-reset: card-n; }
.wwc6m .oqryvab  { counter-increment: card-n; }
.wwc6m .a6f4xb3d { display: flex; align-items: center; gap: 10px; }
.wwc6m .a6f4xb3d::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;
}
.wpi2 .oqryvab { background: var(--bg-surface); border: 1px solid var(--border); }
.wpi2 .a6f4xb3d { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.qa8i06 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.qa8i06         { --cl-hue: var(--accent); }
.vt65     { --cl-hue: #16a34a; }
.n3c8ltt { --cl-hue: #ea580c; }
.vt65, .n3c8ltt, .z1m3z5, .a3s16 {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.gw0n2 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.gw0n2::before { color: var(--cl-hue); }
.qa8i06 strong { color: var(--text-primary); font-size: 0.95rem; }
.qa8i06 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.vy8we { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.r11nt3a, .h6zix { border-radius: 8px; padding: 14px; }
.r11nt3a { background: var(--bg-pros); }
.h6zix { background: var(--bg-cons); }
.uevlm0a { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.r11nt3a .uevlm0a { color: var(--c-pros-label); }
.h6zix .uevlm0a { color: #f87171; }
.r11nt3a ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.h6zix ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.r1ewuzyl { width: 100%; height: auto; border-radius: 10px; display: block; }
.x9diu {
  background: var(--cta); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.x9diu:hover { opacity: 0.85; }
.vagcei .x9diu  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.vagcei .x9diu:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.pcu1 .x9diu  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.pcu1 .x9diu:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vagcei .m6z9g.x9diu, .pcu1 .m6z9g.x9diu,
.vagcei .yguhy .x9diu, .pcu1 .yguhy .x9diu {
  background: var(--cta); border: none; color: #fff;
}
.vagcei .m6z9g.x9diu:hover, .pcu1 .m6z9g.x9diu:hover,
.vagcei .yguhy .x9diu:hover, .pcu1 .yguhy .x9diu:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.z83ufxm .oxzppr { border-radius: 50px; }
.z83ufxm .x9diu  { border-radius: 50px; }
.pw58hay .oxzppr,
.pw58hay .x9diu { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.pw58hay .oxzppr:hover,
.pw58hay .x9diu:hover { filter: brightness(1.08); opacity: 1; }
.cvcue .oxzppr,
.cvcue .x9diu { box-shadow: 0 3px 14px -2px var(--cta); }
.cvcue .oxzppr:hover,
.cvcue .x9diu:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.clfn64 .oxzppr,
.clfn64 .x9diu { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.clfn64 .oxzppr:hover,
.clfn64 .x9diu:hover { opacity: 1; }
.clfn64 .oxzppr:active,
.clfn64 .x9diu:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.lwtfry .oxzppr,
.lwtfry .x9diu { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.lwtfry .oxzppr:hover,
.lwtfry .x9diu:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.lwtfry .oxzppr:active,
.lwtfry .x9diu:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.wbfqhqen .oxzppr,
.wbfqhqen .x9diu { position: relative; overflow: hidden; }
.wbfqhqen .oxzppr::before,
.wbfqhqen .x9diu::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;
}
.wbfqhqen .oxzppr:hover::before,
.wbfqhqen .x9diu:hover::before { left: 135%; }
.hbfhnr .oxzppr,
.hbfhnr .x9diu { border-radius: 0; }
.qrn69d1d .oxzppr { padding-left: 22px; padding-right: 22px; }
.qrn69d1d .x9diu  { padding-left: 12px; padding-right: 12px; }
.sk229497 .oxzppr { padding-left: 44px; padding-right: 44px; }
.sk229497 .x9diu  { padding-left: 24px; padding-right: 24px; }
.ra3n4 .oxzppr { padding-left: 56px; padding-right: 56px; }
.ra3n4 .x9diu  { padding-left: 32px; padding-right: 32px; }
.hn0nu09h   .oxzppr::after, .hn0nu09h   .x9diu::after,
.vs42n .oxzppr::after, .vs42n .x9diu::after,
.mvzfp    .oxzppr::after, .mvzfp    .x9diu::after,
.pmmlksww    .oxzppr::after, .pmmlksww    .x9diu::after,
.dn8m1k3    .oxzppr::after, .dn8m1k3    .x9diu::after,
.w2dx3n     .oxzppr::after, .w2dx3n     .x9diu::after,
.px2ex1    .oxzppr::after, .px2ex1    .x9diu::after,
.zgpmc   .oxzppr::after, .zgpmc   .x9diu::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;
}
.hn0nu09h .oxzppr::after, .hn0nu09h .x9diu::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");
}
.vs42n .oxzppr::after, .vs42n .x9diu::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");
}
.mvzfp .oxzppr::after, .mvzfp .x9diu::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");
}
.pmmlksww .oxzppr::after, .pmmlksww .x9diu::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");
}
.dn8m1k3 .oxzppr::after, .dn8m1k3 .x9diu::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");
}
.w2dx3n .oxzppr::after, .w2dx3n .x9diu::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");
}
.px2ex1 .oxzppr::after, .px2ex1 .x9diu::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");
}
.zgpmc .oxzppr::after, .zgpmc .x9diu::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");
}
.reoe6   .v7xkb::after, .reoe6   .fzqmv9nb::after,
.dwo4iq4 .v7xkb::after, .dwo4iq4 .fzqmv9nb::after,
.jcqmc    .v7xkb::after, .jcqmc    .fzqmv9nb::after,
.dm96    .v7xkb::after, .dm96    .fzqmv9nb::after,
.bpoqf    .v7xkb::after, .bpoqf    .fzqmv9nb::after,
.jt6l     .v7xkb::after, .jt6l     .fzqmv9nb::after,
.de8eemu    .v7xkb::after, .de8eemu    .fzqmv9nb::after,
.id4uu   .v7xkb::after, .id4uu   .fzqmv9nb::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;
}
.reoe6 .v7xkb::after, .reoe6 .fzqmv9nb::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");
}
.dwo4iq4 .v7xkb::after, .dwo4iq4 .fzqmv9nb::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");
}
.jcqmc .v7xkb::after, .jcqmc .fzqmv9nb::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");
}
.dm96 .v7xkb::after, .dm96 .fzqmv9nb::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");
}
.bpoqf .v7xkb::after, .bpoqf .fzqmv9nb::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");
}
.jt6l .v7xkb::after, .jt6l .fzqmv9nb::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");
}
.de8eemu .v7xkb::after, .de8eemu .fzqmv9nb::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");
}
.id4uu .v7xkb::after, .id4uu .fzqmv9nb::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");
}
.f2v1 {
  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;
}
.b9ys1dn4 {
  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;
}
.b9ys1dn4 > * { min-width: 0; }
.b9ys1dn4:hover { background: var(--bg-hover); }
.b9ys1dn4 > [itemprop="item"] { display: contents; }
.b9ys1dn4 [itemprop="itemReviewed"],
.b9ys1dn4 [itemprop="reviewRating"] { display: none; }
.b9ys1dn4::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;
}
.zrieyk {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.wnezsyvv {
  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;
}
.gbkic97u { max-height: 52px; max-width: 110px; object-fit: contain; }
.x28n {
  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;
}
.m2f4d .wnezsyvv    { background: #1a1a1a; }
.h4vevd .wnezsyvv   { background: rgba(128,128,128,.12); }
.hl5rivw .wnezsyvv { background: var(--bg-raised); }
.z0l4gd .wnezsyvv    { background: transparent; padding: 0; }
.bydn {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.mtdq { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.jaufv6s { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.m9rp9qbj {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.ha25zk {
  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;
}
.p601r7li {
  
  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%;
}
.tjrq2 {
  
  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;
}
.m6z9g {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.m6z9g.x9diu {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .b9ys1dn4 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .b9ys1dn4::before    { grid-area: rank;   }
  .zrieyk           { grid-area: ident;  }
  .bydn     { grid-area: rating; min-width: 0; width: auto; }
  .m9rp9qbj           { grid-area: pills;  }
  .m6z9g             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .b9ys1dn4 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .b9ys1dn4::before    { justify-self: center; }
  .zrieyk           { width: 100%; }
  .bydn     { justify-self: center; }
  .m9rp9qbj           { grid-template-columns: 1fr; }
}
.z824r {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.gvf99d {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.p7mi {
  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;
}
.p7mi img { max-width: 80px; max-height: 50px; object-fit: contain; }
.uauucrxc { flex: 1; }
.uauucrxc h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.ktefjb { color: var(--c-stars); font-size: 1.1rem; }
.msek2gks { margin-bottom: 8px; }
.v9lrsa {
  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);
}
.v9lrsa > span { color: var(--accent); font-weight: 700; }
.gl7x em, .iv0sm7w2 em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .v9lrsa { padding: 10px 16px; gap: 6px 16px; } }
.yguhy { flex-shrink: 0; align-self: flex-start; }
.yguhy .x9diu { white-space: nowrap; }
@media (max-width: 560px) {
  .gvf99d { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .p7mi { order: 1; }
  .yguhy { order: 2; margin-left: auto; align-self: center; }
  .uauucrxc { order: 3; flex: 1 1 100%; min-width: 0; }
}
.vlio img.tdouqsxu { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.uq7a2py5 { padding: 20px 24px; }
.h7zxyc { color: var(--text-muted); margin-bottom: 16px; }
.hhlpxl { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.jch0, .zu8g44xa { list-style: none; font-size: 0.9rem; }
.jch0 li { color: var(--c-pros); margin-bottom: 4px; }
.zu8g44xa li { color: var(--c-cons); margin-bottom: 4px; }
.jch0 li::before { content: "✓"; margin-right: 5px; }
.zu8g44xa li::before { content: "✗"; margin-right: 5px; }
.xmng .jch0 li::before { content: "→"; }
.xmng .zu8g44xa li::before { content: "–"; }
.r1r6s1  .jch0 li::before { content: "★"; }
.r1r6s1  .zu8g44xa li::before { content: "✕"; }
.f5t0bxc    .jch0 li::before { content: "◆"; }
.f5t0bxc    .zu8g44xa li::before { content: "▲"; }
.dra3  .jch0 li::before { content: "▶"; }
.dra3  .zu8g44xa li::before { content: "■"; }
.otqe81jb { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.gnqtm3lz { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.o9j8nqzl { background: var(--bg-pros); color: var(--c-tag-pay); }
.zdepr { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.m1nxpf .zdepr { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.h5jg7 .zdepr { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .yd44t .pi7bxb {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .yd44t .z824r { margin: 0; }
}
.nbg0x204 .gvf99d { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.nbg0x204 .uauucrxc h3 { color: var(--accent-light); }
.nbg0x204 .p7mi { background: var(--bg-page); border: 1px solid var(--border); }
.rzpt4mo .z824r { border-top: 4px solid var(--accent); }
.rzpt4mo .gvf99d { background: var(--bg-card); }
.d87qrw .z824r { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.d87qrw .gvf99d { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.d87qrw .uq7a2py5 { padding: 14px 16px; }
.d87qrw .p7mi { border-radius: 4px; }
.d87qrw .zdepr { border-radius: 0; }
.tjyo1m .gvf99d { padding: 0; gap: 0; overflow: hidden; }
.tjyo1m .p7mi { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.tjyo1m .uauucrxc { padding: 16px 20px; }
.tjyo1m .yguhy { padding: 16px 20px; align-self: center; }
.r7gm93xq .ktefjb { font-size: .95rem; }
.wn04ehsd .vy8we { gap: 10px; }
.wn04ehsd .r11nt3a, .wn04ehsd .h6zix { padding: 12px; }
.wn04ehsd .r11nt3a ul, .wn04ehsd .h6zix ul { margin: 4px 0 0; padding-left: 18px; }
.wn04ehsd .r11nt3a li, .wn04ehsd .h6zix li { font-size: .85rem; margin-bottom: 3px; }
.tvpiz .gnqtm3lz { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .vg0xkjvv { grid-template-columns: 1fr; }
  .cp1f { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .cp1f .cm9zb0 { width: 72px; height: 50px; }
  .cp1f .ru0c4t { max-width: 180px; }
  .cp1f .chti4 { width: auto; }
}
.e8tz123 .r7gm93xq .ktefjb { filter: brightness(1.2); }
@media (max-width: 720px) {
  .e8tz123 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .avgal { padding: 16px; }
  .u8torwj .i3n4dgtp { min-width: 50%; }
}
.e9l6 .vy8we { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .bmracrk { grid-template-columns: 1fr; }
  .op6n23sd { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .jljw { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .xz6fnfaw { flex-wrap: wrap; padding: 16px; }
}
.k0ar .vy8we { gap: 8px; }
.k0ar .r11nt3a, .k0ar .h6zix { padding: 8px; }
@media (max-width: 480px) {
  .onhwzdsy { flex-direction: column; align-items: stretch; }
}
.wtp3b .chti4 .x9diu { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .w01m { flex-direction: column; align-items: stretch; gap: 10px; }
  .wtp3b .chti4 { text-align: center; }
}
@media (max-width: 720px) {
  .iz0a { grid-template-columns: 1fr; }
  .tefd1f5z { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .dg43p0 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.hghnz .qd6j29 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.bl7a7 .ktefjb { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .ovuhc2 { grid-template-columns: 1fr; }
  .bl7a7 { width: 100px; height: 100px; margin: 16px auto; }
  .hghnz { font-size: 1.4rem; }
  .ip6t4v0k { justify-content: center; }
  .fd7fm .i3n4dgtp { min-width: 50%; }
}
.opezf .vy8we { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .nhvk9ja { flex-wrap: wrap; padding: 14px 16px; }
  .pfmjtn6 { padding: 12px 16px; }
  .opezf .vy8we { margin: 0 16px; }
  .opezf .tvpiz { padding: 0 16px; }
  .rxhq89n { padding: 12px 16px; }
}
.deijjn .b9ys1dn4 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.deijjn .b9ys1dn4:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.pcac0m .f2v1 { gap: 18px; }
.pcac0m .b9ys1dn4 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.pcac0m .b9ys1dn4:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.d97us8 .f2v1 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.d97us8 .b9ys1dn4 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.d97us8 .b9ys1dn4:last-child { border-bottom: none; }
.d97us8 .zrieyk,
.d97us8 .bydn,
.d97us8 .m9rp9qbj {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.g2e0 .f2v1 { gap: 0; }
.g2e0 .b9ys1dn4 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.g2e0 .b9ys1dn4:last-child { border-bottom: none; }
.g2e0 .b9ys1dn4:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.g2e0 .b9ys1dn4:nth-child(even):hover { background: var(--bg-hover); }
.clb2u .b9ys1dn4 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.u0iq .m9rp9qbj .ha25zk {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.u0iq .m9rp9qbj .ha25zk:first-child { border-left: none; }
.b668lwj .m9rp9qbj .ha25zk {
  background: transparent; padding: 4px 8px;
}
.b668lwj .m9rp9qbj .p601r7li { font-size: .65rem; opacity: .65; }
.b668lwj .m9rp9qbj .tjrq2   { font-size: 1.15rem; color: var(--accent-light); }
.wuu9ip .m9rp9qbj .ha25zk {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.jaufv6s { display: none; }
.vaxr .mtdq { font-size: 1rem; letter-spacing: 2px; }
.qohg .mtdq {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.acolrx8a .mtdq,
.gssq2qp .mtdq,
.dkixd01 .mtdq { display: none; }
.acolrx8a .jaufv6s,
.gssq2qp .jaufv6s,
.dkixd01 .jaufv6s { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.acolrx8a .jaufv6s { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.acolrx8a .jaufv6s small { display: none; }
.gssq2qp .jaufv6s {
  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;
}
.gssq2qp .jaufv6s small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.dkixd01 .jaufv6s {
  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;
}
.dkixd01 .jaufv6s small { display: none; }
.acolrx8a .msek2gks .ktefjb,
.gssq2qp .msek2gks .ktefjb,
.dkixd01 .msek2gks .ktefjb { display: none; }
.acolrx8a .msek2gks strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.acolrx8a .qd6j29 { display: none; }
.gssq2qp .msek2gks 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;
}
.gssq2qp .zr7dznx,
.gssq2qp .qd6j29 { font-size: 1em; }
.dkixd01 .msek2gks strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.dkixd01 .qd6j29 { display: none; }
.kq03 { margin: 16px 0; }
.jy83l6 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.jy83l6 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.jy83l6 summary::after { content: "+"; color: var(--accent-light); }
.jy83l6[open] summary::after { content: "−"; }
.jy83l6 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.lhbuwr24 { margin-bottom: 0; }
.lyst4 h2.ldi2l67 { color: var(--text-primary); border-color: var(--accent-light); }
.rhhz6crw h2.ldi2l67 { color: var(--text-primary); border-color: var(--accent-light); }
.xkfci .vt65     { background: #052e16; border-color: #10b981; }
.xkfci .n3c8ltt { background: #2d0a1e; border-color: #f43f5e; }
.xkfci .qa8i06 strong  { color: #f1f5f9; }
.xkfci .qa8i06 p       { color: #cbd5e1; }
.xkfci .w2uwu0    .vt65     .gw0n2::before,
.xkfci .bkv7j4g3  .vt65     .gw0n2::before,
.xkfci .v8fi7  .vt65     .gw0n2::before,
.xkfci .h4gz79j6 .vt65     .gw0n2::before { color: #10b981; }
.xkfci .w2uwu0    .n3c8ltt .gw0n2::before,
.xkfci .bkv7j4g3  .n3c8ltt .gw0n2::before,
.xkfci .v8fi7  .n3c8ltt .gw0n2::before,
.xkfci .h4gz79j6 .n3c8ltt .gw0n2::before { color: #f43f5e; }
.xkfci .w2uwu0    .z1m3z5    .gw0n2::before,
.xkfci .bkv7j4g3  .z1m3z5    .gw0n2::before,
.xkfci .v8fi7  .z1m3z5    .gw0n2::before,
.xkfci .h4gz79j6 .z1m3z5    .gw0n2::before { color: #a855f7; }
.tx5q .vt65     { background: #2d2000; border-color: #eab308; }
.tx5q .n3c8ltt { background: #2d0b0b; border-color: #ef4444; }
.tx5q .qa8i06 strong  { color: #f1f5f9; }
.tx5q .qa8i06 p       { color: #cbd5e1; }
.tx5q .w2uwu0    .vt65     .gw0n2::before,
.tx5q .bkv7j4g3  .vt65     .gw0n2::before,
.tx5q .v8fi7  .vt65     .gw0n2::before,
.tx5q .h4gz79j6 .vt65     .gw0n2::before { color: #eab308; }
.tx5q .w2uwu0    .n3c8ltt .gw0n2::before,
.tx5q .bkv7j4g3  .n3c8ltt .gw0n2::before,
.tx5q .v8fi7  .n3c8ltt .gw0n2::before,
.tx5q .h4gz79j6 .n3c8ltt .gw0n2::before { color: #ef4444; }
.tx5q .w2uwu0    .z1m3z5    .gw0n2::before,
.tx5q .bkv7j4g3  .z1m3z5    .gw0n2::before,
.tx5q .v8fi7  .z1m3z5    .gw0n2::before,
.tx5q .h4gz79j6 .z1m3z5    .gw0n2::before { color: #f97316; }
.z0b7 .vt65     { background: #0c1a2e; border-color: #38bdf8; }
.z0b7 .n3c8ltt { background: #12103a; border-color: #818cf8; }
.z0b7 .qa8i06 strong  { color: #f1f5f9; }
.z0b7 .qa8i06 p       { color: #cbd5e1; }
.z0b7 .w2uwu0    .vt65     .gw0n2::before,
.z0b7 .bkv7j4g3  .vt65     .gw0n2::before,
.z0b7 .v8fi7  .vt65     .gw0n2::before,
.z0b7 .h4gz79j6 .vt65     .gw0n2::before { color: #38bdf8; }
.z0b7 .w2uwu0    .n3c8ltt .gw0n2::before,
.z0b7 .bkv7j4g3  .n3c8ltt .gw0n2::before,
.z0b7 .v8fi7  .n3c8ltt .gw0n2::before,
.z0b7 .h4gz79j6 .n3c8ltt .gw0n2::before { color: #818cf8; }
.z0b7 .w2uwu0    .z1m3z5    .gw0n2::before,
.z0b7 .bkv7j4g3  .z1m3z5    .gw0n2::before,
.z0b7 .v8fi7  .z1m3z5    .gw0n2::before,
.z0b7 .h4gz79j6 .z1m3z5    .gw0n2::before { color: #2dd4bf; }
.uad98wao::before,
.js2o::before { margin-right: 5px; }
.kp4n .r11nt3a ul li,
.kp4n .jch0 li         { color: #4ade80; }
.kp4n .r11nt3a .uad98wao { color: #22c55e; }
.kp4n .h6zix ul li,
.kp4n .zu8g44xa li         { color: #f87171; }
.kp4n .h6zix .js2o { color: #ef4444; }
.pm0m .r11nt3a { background: var(--bg-pros); }
.pm0m .h6zix { background: var(--bg-cons); }
.pm0m .r11nt3a .uad98wao { color: var(--c-pros-label); }
.pm0m .h6zix .js2o { color: var(--c-cons); }
.pm0m .r11nt3a ul li,
.pm0m .jch0 li            { color: var(--c-pros); }
.pm0m .h6zix ul li,
.pm0m .zu8g44xa li            { color: var(--c-cons); }
.ihln7 .r11nt3a { background: var(--bg-pros); }
.ihln7 .h6zix { background: var(--bg-cons); }
.ihln7 .r11nt3a .uad98wao { color: var(--c-pros-label); }
.ihln7 .h6zix .js2o { color: var(--c-cons); }
.ihln7 .r11nt3a ul li,
.ihln7 .jch0 li          { color: var(--c-pros); }
.ihln7 .h6zix ul li,
.ihln7 .zu8g44xa li          { color: var(--c-cons); }
.ci2h7x9 .uad98wao::before { content: "✓ "; }
.ci2h7x9 .js2o::before { content: "✗ "; }
.xmng .uad98wao::before { content: "→ "; }
.xmng .js2o::before { content: "← "; }
.r1r6s1 .uad98wao::before { content: "★ "; }
.r1r6s1 .js2o::before { content: "✕ "; }
.f5t0bxc .uad98wao::before { content: "◆ "; }
.f5t0bxc .js2o::before { content: "▲ "; }
.h5jg7 .qa8i06 { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.h5jg7 .qa8i06 strong { color: var(--text-primary); }
.h5jg7 .qa8i06 p      { color: var(--text-muted); }
.m1nxpf .qa8i06 { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.wtn89l .qa8i06 {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.wtn89l .qa8i06 strong,
.wtn89l .qa8i06 p { color: #fff; }
.wtn89l .gw0n2::before { color: rgba(255,255,255,0.9) !important; }
.o4scj .qa8i06 {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.o4scj .qa8i06 strong { color: var(--text-primary); }
.o4scj .qa8i06 p      { color: var(--text-muted); }
.v8q3w .qa8i06 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.w2uwu0 .gw0n2,
.bkv7j4g3 .gw0n2,
.v8fi7 .gw0n2,
.h4gz79j6 .gw0n2 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.w2uwu0 .gw0n2::before,
.bkv7j4g3 .gw0n2::before,
.v8fi7 .gw0n2::before,
.h4gz79j6 .gw0n2::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.w2uwu0 .vt65     .gw0n2::before { content: "✦"; color: var(--c-tip-border); }
.w2uwu0 .n3c8ltt .gw0n2::before { content: "▲"; color: var(--c-warn-border); }
.w2uwu0 .z1m3z5    .gw0n2::before { content: "◉"; color: #60a5fa; }
.bkv7j4g3 .vt65     .gw0n2::before { content: "★"; color: var(--c-tip-border); }
.bkv7j4g3 .n3c8ltt .gw0n2::before { content: "◆"; color: var(--c-warn-border); }
.bkv7j4g3 .z1m3z5    .gw0n2::before { content: "●"; color: #60a5fa; }
.v8fi7 .vt65     .gw0n2::before { content: "▶"; color: var(--c-tip-border); }
.v8fi7 .n3c8ltt .gw0n2::before { content: "■"; color: var(--c-warn-border); }
.v8fi7 .z1m3z5    .gw0n2::before { content: "▸"; color: #60a5fa; }
.h4gz79j6 .vt65     .gw0n2::before { content: "→"; color: var(--c-tip-border); }
.h4gz79j6 .n3c8ltt .gw0n2::before { content: "⬥"; color: var(--c-warn-border); }
.h4gz79j6 .z1m3z5    .gw0n2::before { content: "◈"; color: #60a5fa; }
.n8lqubq .av9hqo .tlcpqf7i,
.n8lqubq .ajau8 .tlcpqf7i  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.n8lqubq .oqryvab                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.n8lqubq .b9ys1dn4                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.n8lqubq .z824r            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.n8lqubq .fwqc2p          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.n8lqubq .joq2rux                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.dh9d .av9hqo .tlcpqf7i,
.dh9d .ajau8 .tlcpqf7i,
.dh9d .oqryvab,
.dh9d .b9ys1dn4,
.dh9d .z824r,
.dh9d .fwqc2p,
.dh9d .joq2rux,
.dh9d .v8q3w .qa8i06 { box-shadow: none; }
.sxnbu   .tsnug4, .sxnbu .ciz3nxzl, .sxnbu .ochqws,
.sxnbu   .xnb7, .sxnbu .qk3nd6z { font-size: 0.9rem; }
.sxnbu   .nrsf, .sxnbu .rgwldk0 { font-size: 0.9rem; }
.t9ie   .tsnug4, .t9ie .ciz3nxzl, .t9ie .ochqws,
.t9ie   .xnb7, .t9ie .qk3nd6z { font-size: 0.95rem; }
.t9ie   .nrsf, .t9ie .rgwldk0 { font-size: 0.95rem; }
.c7s8e   .tsnug4, .c7s8e .ciz3nxzl, .c7s8e .ochqws,
.c7s8e   .xnb7, .c7s8e .qk3nd6z { font-size: 1.08rem; }
.c7s8e   .nrsf, .c7s8e .rgwldk0 { font-size: 1.05rem; }
.c7s8e   .avsu39w8 { font-size: 0.97rem; }
.pxm3do .pq7g      { font-size: 3.2rem; }
.pxm3do h2.ldi2l67 { font-size: 1.9rem; }
.pxm3do h3.jbv13     { font-size: 1.4rem; }
.t3mekn .pq7g      { font-size: 3.8rem; }
.t3mekn h2.ldi2l67 { font-size: 2.2rem; }
.t3mekn h3.jbv13     { font-size: 1.6rem; }
.lhbuwr24 + .lhbuwr24 { position: relative; }
.ryh6sm6   .lhbuwr24 + .lhbuwr24::before,
.j57yrix  .lhbuwr24 + .lhbuwr24::before,
.qjvg22mx   .lhbuwr24 + .lhbuwr24::before,
.baver515   .lhbuwr24 + .lhbuwr24::before,
.kkp9a   .lhbuwr24 + .lhbuwr24::before,
.e8at5qdl .lhbuwr24 + .lhbuwr24::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.ryh6sm6 .lhbuwr24 + .lhbuwr24::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.j57yrix .lhbuwr24 + .lhbuwr24::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.qjvg22mx .lhbuwr24 + .lhbuwr24::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;
}
.baver515 .lhbuwr24 + .lhbuwr24::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.vgp7 .lhbuwr24 { margin-bottom: 16px; }
.vgp7 .lhbuwr24 + .lhbuwr24 { margin-top: 0; }
.vgp7 .l6uo0nmt { padding-top: 0; padding-bottom: 0; }
.kkp9a .lhbuwr24 + .lhbuwr24::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.e8at5qdl .lhbuwr24 + .lhbuwr24::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.uq48nis9 .lhbuwr24 + .lhbuwr24::before,
.s79pg .lhbuwr24 + .lhbuwr24::before,
.fqxa .lhbuwr24 + .lhbuwr24::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%;
}
.d72w .uq48nis9 .lhbuwr24:nth-child(even)::before,
.d72w .s79pg .lhbuwr24:nth-child(even)::before,
.d72w .fqxa .lhbuwr24:nth-child(even)::before { background: var(--bg-surface); }
.v0b9hgty .uq48nis9 .lhbuwr24:nth-child(even)::before,
.v0b9hgty .s79pg .lhbuwr24:nth-child(even)::before,
.v0b9hgty .fqxa .lhbuwr24:nth-child(even)::before { background: var(--bg-card); }
.uq48nis9 .lhbuwr24 + .lhbuwr24::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");
}
.s79pg .lhbuwr24 + .lhbuwr24::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");
}
.fqxa .lhbuwr24 + .lhbuwr24::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");
}
.zxmd3e .kcl1,
.q1vvrun .kcl1,
.tzu5z3 .kcl1 { overflow: hidden; }
.zxmd3e .lmmkp8,
.q1vvrun .lmmkp8 { margin-bottom: 60px; }
.tzu5z3 .lmmkp8 { margin-bottom: 70px; }
.zxmd3e .kcl1::before,
.q1vvrun .kcl1::before,
.tzu5z3 .kcl1::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%;
}
.zxmd3e .kcl1::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");
}
.q1vvrun .kcl1::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");
}
.tzu5z3 .kcl1::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");
}
.pc4epz .kcl1:not(.bedjuzr) .f84o062 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.isy9eduw .kcl1:not(.bedjuzr) .f84o062 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.pkyqwh7  .kcl1:not(.bedjuzr) .f84o062 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.fgyiqwv  .kcl1:not(.bedjuzr) .f84o062 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.pkyqwh7 .bedjuzr { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.pkyqwh7 .ix9j { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.pkyqwh7 .h8pgtw { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.yka2xkf .bedjuzr .f84o062 { background: none; }
.yka2xkf .kcl1:not(.bedjuzr) .f84o062 { background: rgba(0,0,0,0.6); }
.xqls .u0ydt { float: left; width: 38%; margin: 0 28px 16px 0; }
.xqls .u0ydt .r1ewuzyl { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xqls .l6uo0nmt::after { content: ''; display: block; clear: both; }
.lglljgz .u0ydt { float: right; width: 38%; margin: 0 0 16px 28px; }
.lglljgz .u0ydt .r1ewuzyl { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.lglljgz .l6uo0nmt::after { content: ''; display: block; clear: both; }
.dthr81 .lhbuwr24:nth-child(odd)  .u0ydt { float: left;  width: 38%; margin: 0 28px 16px 0; }
.dthr81 .lhbuwr24:nth-child(even) .u0ydt { float: right; width: 38%; margin: 0 0 16px 28px; }
.dthr81 .u0ydt .r1ewuzyl { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.dthr81 .l6uo0nmt::after { content: ''; display: block; clear: both; }
.xqls .edjrpe,
.xqls .f2v1,
.lglljgz .edjrpe,
.lglljgz .f2v1,
.dthr81 .edjrpe,
.dthr81 .f2v1 { clear: both; }
@media (max-width: 900px) {
  .xqls .u0ydt,
  .lglljgz .u0ydt,
  .dthr81 .lhbuwr24:nth-child(odd)  .u0ydt,
  .dthr81 .lhbuwr24:nth-child(even) .u0ydt {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .xqls .u0ydt .r1ewuzyl,
  .lglljgz .u0ydt .r1ewuzyl,
  .dthr81 .u0ydt .r1ewuzyl {
    max-height: none !important;
  }
}
.xqls .nrsf,
.xqls .rgwldk0,
.lglljgz .nrsf,
.lglljgz .rgwldk0,
.dthr81 .nrsf,
.dthr81 .rgwldk0 { overflow: hidden; }
@media (max-width: 640px) {
  .xqls .u0ydt,
  .lglljgz .u0ydt,
  .dthr81 .u0ydt { float: none; width: 100%; margin: 0 0 16px 0; }
}
.bk9tdham .ejgmd5,
.bk9tdham .l6uo0nmt,
.bk9tdham .vstc9acl  { max-width: 1100px; }
.kgkz2ie .ejgmd5,
.kgkz2ie .l6uo0nmt,
.kgkz2ie .vstc9acl  { max-width: 1200px; }
.ack1 .ejgmd5,
.ack1 .l6uo0nmt,
.ack1 .vstc9acl  { max-width: 1320px; }
.lzyic { font-size: 0.82rem; color: var(--text-muted); }
.zy2q0 { display: flex; align-items: center; }
.e31yv00t {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.n5vcoa6 { display: flex; align-items: center; }
.jepuq { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.jepuq:hover { text-decoration: underline; }
.n9erq { margin: 0 3px; opacity: 0.45; }
.n9erq::before { content: '/'; }
.e32luhu7 { padding: 2px 5px; color: var(--text-main); }
.uk9wlmek .lzyic {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.uk9wlmek .zy2q0 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.fc9g35 .lzyic {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.fc9g35 .zy2q0 { padding: 0 0 0 12px; }
.t2cz .zy2q0 { padding: 0 16px; }
.t2cz .lzyic {
  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);
}
.t2cz .ejgmd5 { padding-top: 28px; }
@media (max-width: 720px) {
  .ih7f5cl7 { margin-top: 18px; padding: 0 16px; }
  .t2cz .ejgmd5 { padding-top: 16px; }
}
.bk9tdham.uk9wlmek .zy2q0 { max-width: 1100px; }
.kgkz2ie.uk9wlmek .zy2q0 { max-width: 1200px; }
.ack1.uk9wlmek .zy2q0 { max-width: 1320px; }
.p92j4 .lhbuwr24 { padding-top: 16px; padding-bottom: 16px; }
.wp4v .lhbuwr24 { padding-top: 24px; padding-bottom: 24px; }
.ocqiztc .lhbuwr24 { padding-top: 40px; padding-bottom: 40px; }
.gvlqay1 .lhbuwr24 { padding-top: 52px; padding-bottom: 52px; }
.o2u6wh .lhbuwr24:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.o2u6wh .lhbuwr24:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.o2u6wh .lhbuwr24:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.o2u6wh .lhbuwr24:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.he6z .l6uo0nmt { padding-top: 10px;  padding-bottom: 10px; }
.i92u2 .l6uo0nmt { padding-top: 18px;  padding-bottom: 18px; }
.r6dualr4 .l6uo0nmt { padding-top: 36px;  padding-bottom: 36px; }
.kghfs .l6uo0nmt { padding-top: 48px;  padding-bottom: 48px; }
.blko h2.ldi2l67 { font-weight: 600; }
.blko h3.jbv13     { font-weight: 600; }
.obpvo h2.ldi2l67 { font-weight: 800; }
.obpvo h3.jbv13     { font-weight: 700; }
.wp3ftf8 h2.ldi2l67 { font-weight: 900; }
.wp3ftf8 h3.jbv13     { font-weight: 800; }
.wp3ftf8 .qa8i06 strong,
.wp3ftf8 .qa8i06 strong { font-weight: 600; }
.v7xkb {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.xsbv1c .v7xkb { display: none; }
@media (max-width: 640px) {
  .v7xkb { display: none !important; }
}
.v7xkb { background: var(--cta) !important; color: #fff !important; border: none !important; }
.v7xkb:hover { opacity: 0.85; }
.es91ne .v7xkb { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.bd725735  .fzqmv9nb { left: 32px; }
@media (max-width: 480px) {
  .h45x5 .fzqmv9nb { right: 20px; bottom: 20px; }
  .bd725735  .fzqmv9nb { left: 20px; bottom: 20px; }
}
.aafzmmfb { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.vstc9acl { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.o2ijofw2 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.v7t200 { color: var(--text-dim); font-size: 0.8rem; }
.o009 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.o009 img { height: 26px; width: auto; object-fit: contain; }
.nquxos { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.musgk .vstc9acl { text-align: center; }
.musgk .o2ijofw2 { margin-top: 0; }
.m9uut { margin-top: 10px; }
.m9uut a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .vstc9acl { padding-left: 16px; padding-right: 16px; }
  .twxy8x2g .vstc9acl { padding: 20px 16px; }
  .bkq5tdq { gap: 4px 12px; }
  .o2ijofw2 { font-size: 0.78rem; }
}
.g44f89qr .x2maai .o009 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.g44f89qr .nquxos { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.g44f89qr .qxlf { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.g44f89qr .qxlf a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.g44f89qr .qxlf a:hover { color: var(--accent-light); }
.g44f89qr .o2ijofw2 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.g44f89qr .v7t200 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .g44f89qr .i47dhh { grid-template-columns: 1fr 1fr; } .g44f89qr .x2maai { grid-column: 1 / -1; } }
@media (max-width: 480px) { .g44f89qr .i47dhh { grid-template-columns: 1fr; } }
.wp8n184 .o009 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.wp8n184 .o2ijofw2 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .wp8n184 .ettztz { gap: 12px; } .wp8n184 .o009 { margin-right: 0; width: 100%; } }
.vn3a861 .wqw3vlz2 { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.vn3a861 .ma9ue5 .o009 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.vn3a861 .nquxos { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.vn3a861 .omjt { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.vn3a861 .qxlf { display: flex; flex-direction: column; gap: 9px; }
.vn3a861 .qxlf a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.vn3a861 .qxlf a:hover { color: var(--accent-light); }
.vn3a861 .xdqird09 { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.vn3a861 .o2ijofw2 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.vn3a861 .v7t200 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .vn3a861 .wqw3vlz2 { grid-template-columns: 1fr 1fr; } .vn3a861 .ma9ue5 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vn3a861 .wqw3vlz2 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .jkzn .gqwfbo { grid-template-columns: 1fr 1fr; } .jkzn .tl1dvb6z:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jkzn .gqwfbo { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .id61hotx .gqwfbo { grid-template-columns: 1fr; } }
.z068d .vstc9acl { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.kx89l4qc .imvhizhs      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.kx89l4qc .aafzmmfb { background: var(--bg-page); border-top-color: var(--border-alt); }
.q3dz1c .imvhizhs      { background: #0d1117; border-bottom-color: #21262d; }
.q3dz1c .uj1l7e { color: var(--accent-light); }
.q3dz1c .h7cpt { --msep-color: #8b949e; }
.q3dz1c .h7cpt a { color: #8b949e; }
.q3dz1c .h7cpt a:hover { color: var(--accent-light); }
.q3dz1c .yr84xf { color: #8b949e; }
.q3dz1c .aafzmmfb { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.q3dz1c .o2ijofw2,
.q3dz1c .v7t200 { color: #6e7681; }
.q3dz1c .qxlf a, .q3dz1c .pu6w a,
.q3dz1c .o009 { color: #e6edf3; }
.q3dz1c .qxlf a:hover, .q3dz1c .pu6w a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .q3dz1c .h7cpt { background: #0d1117; border-top-color: #21262d; }
  .q3dz1c .h7cpt li a { border-bottom-color: #21262d; }
}
.r9bgi5 .imvhizhs      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.r9bgi5 .uj1l7e { color: var(--accent-light); }
.r9bgi5 .h7cpt { --msep-color: #475569; }
.r9bgi5 .h7cpt a { color: #475569; }
.r9bgi5 .h7cpt a:hover { color: var(--accent-light); }
.r9bgi5 .yr84xf { color: #64748b; }
.r9bgi5 .aafzmmfb { background: #f0f4f8; border-top-color: #cbd5e1; }
.r9bgi5 .o2ijofw2,
.r9bgi5 .v7t200 { color: #64748b; }
.r9bgi5 .qxlf a, .r9bgi5 .pu6w a,
.r9bgi5 .qb7wcc a, .r9bgi5 .o009 { color: #374151; }
.r9bgi5 .qxlf a:hover, .r9bgi5 .pu6w a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .r9bgi5 .h7cpt { background: #f0f4f8; border-top-color: #cbd5e1; }
  .r9bgi5 .h7cpt li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.swnizv .imvhizhs      { background: var(--accent); border-bottom-color: var(--accent-light); }
.swnizv .uj1l7e { color: #fff; }
.swnizv .h7cpt { --msep-color: rgba(255,255,255,0.82); }
.swnizv .h7cpt a { color: rgba(255,255,255,0.82); }
.swnizv .h7cpt a:hover { color: #fff; }
.swnizv .yr84xf { color: rgba(255,255,255,0.9); }
.swnizv .aafzmmfb { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.swnizv .o2ijofw2,
.swnizv .v7t200 { color: rgba(255,255,255,0.72); }
.swnizv .qxlf a, .swnizv .pu6w a,
.swnizv .qb7wcc a, .swnizv .o009 { color: #fff; }
.swnizv .nquxos, .swnizv .omjt { color: rgba(255,255,255,0.7); }
.swnizv .qxlf a:hover, .swnizv .pu6w a:hover { color: #fff; }
@media (max-width: 640px) {
  .swnizv .h7cpt { background: var(--accent); border-top-color: var(--accent-light); }
  .swnizv .h7cpt li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.rno12q .imvhizhs {
  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);
}
.rno12q .aafzmmfb {
  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) {
  .rno12q .h7cpt {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.s37pjz1 .fgn6l { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.buo2p .fgn6l { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.vzaa .fgn6l { min-height: 72px; height: auto; }
.u7hidu .fgn6l { min-height: 84px; height: auto; }
.twxy8x2g .fgn6l { max-width: none; padding: 0 32px; }
.twxy8x2g .vstc9acl  { max-width: none; padding: 24px 32px; }
.ew9n.kgkz2ie .fgn6l { max-width: 1200px; }
.ew9n.ack1 .fgn6l { max-width: 1320px; }
.rztqk7   .uj1l7e, .rztqk7   .o009 { text-transform: capitalize; }
.b7y2h .uj1l7e, .b7y2h .o009 { text-transform: lowercase; }
.s8k2 .uj1l7e, .s8k2 .o009 { text-transform: uppercase; letter-spacing: 0.06em; }
.r5ovgfrd, .bj7l0z {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.lvuolzy .r5ovgfrd,
.lvuolzy .bj7l0z { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.s8hof .r5ovgfrd,
.s8hof .bj7l0z { 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; }
.k0bzsp .r5ovgfrd,
.k0bzsp .bj7l0z { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.nap39m3 .r5ovgfrd,
.nap39m3 .bj7l0z { 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; }
.ll92   .h7cpt a { font-weight: 500; }
.nlkgk .h7cpt a { font-weight: 600; }
.jrfb4a     .h7cpt a { font-weight: 700; }
.ayfob    .h7cpt a { font-weight: 800; letter-spacing: 0.01em; }
.n1yo     .h7cpt > li + li::before,
.d3l9ndm    .h7cpt > li + li::before,
.yeoio    .h7cpt > li + li::before,
.t325o2 .h7cpt > li + li::before,
.bb19 .h7cpt > li + li::before,
.pqbbueq  .h7cpt > li + li::before,
.krky    .h7cpt > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.n1yo     .h7cpt > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.d3l9ndm    .h7cpt > li + li::before { content: "|"; }
.yeoio    .h7cpt > li + li::before { content: "—"; }
.t325o2 .h7cpt > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.bb19 .h7cpt > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.pqbbueq  .h7cpt > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.krky    .h7cpt > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .jt07n .yr84xf,
  .jbk2b00 .yr84xf,
  .gbuhg8d .yr84xf,
  .fdsw68p1 .yr84xf,
  .sf5rhw .yr84xf {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .jt07n .yr84xf::before,
  .jbk2b00 .yr84xf::before,
  .gbuhg8d .yr84xf::before,
  .fdsw68p1 .yr84xf::before,
  .sf5rhw .yr84xf::before { content: ""; display: block; flex-shrink: 0; }

  
  .jt07n .yr84xf::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;
  }

  
  .jbk2b00 .yr84xf::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;
  }

  
  .gbuhg8d .yr84xf::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;
  }

  
  .fdsw68p1 .yr84xf::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;
  }

  
  .sf5rhw .yr84xf::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) {
  .yv32 .yr84xf {
    padding: 5px 14px;
  }
  .yv32 .h7cpt {
    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;
  }
  .yv32 .h7cpt li a {
    border-bottom: none; padding: 10px 22px;
  }
  .yv32 .h7cpt li a:hover { background: var(--bg-raised); }
  .yv32 .m7t3gmv,
  .sikoe4l .m7t3gmv,
  .v20z .m7t3gmv { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .dfucjx .yr84xf {
    padding: 5px 10px;
  }
  .dfucjx .h7cpt {
    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);
  }
  .dfucjx .h7cpt.blucbztm { transform: translateX(0); }
  .dfucjx .h7cpt li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .dfucjx .h7cpt li:last-child a { border-bottom: none; }
  .swnizv .h7cpt,
  .q3dz1c .h7cpt { background: var(--accent) !important; }
  .swnizv .h7cpt li a,
  .q3dz1c .h7cpt li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .v20z .yr84xf {
    padding: 5px 10px;
  }
  .v20z .h7cpt {
    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);
  }
  .v20z .h7cpt::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .v20z .h7cpt.blucbztm { transform: translateY(0); }
  .v20z .h7cpt li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .cyyhn .yr84xf {
    padding: 5px 10px;
  }
  .cyyhn .h7cpt {
    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;
  }
  .cyyhn .h7cpt.blucbztm { opacity: 1; pointer-events: auto; }
  .cyyhn .h7cpt li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .eyys69p     .yr84xf { border-radius: 0 !important; }
  .a8p5e   .yr84xf { border-radius: 8px !important; }
  .s8ro9319 .yr84xf { border-radius: 50% !important; }
  .g2mnhp   .yr84xf { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .xtbn7 .nqc4 { flex-direction: column; align-items: stretch; }
  .xtbn7 .g159 { flex-direction: row; min-width: auto; }
  .xtbn7 .fs6tw { align-items: flex-start; text-align: left; }
}
.ix5mx9,
.ix5mx9.lhbuwr24,
.d72w .ix5mx9,
.j86iqmb .ix5mx9,
.v0b9hgty .ix5mx9,
.zlup .ix5mx9 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.e1z69 {
  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;
}
.t5yjvswh { flex: 1 1 280px; min-width: 0; }
.jnsx {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.xc7qo1mx {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.aq91s {
  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;
}
.aq91s:hover { transform: translateY(-1px); opacity: 0.95; }
.zdzy .e1z69 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.zdzy .jnsx { color: var(--cta); }
.zdzy .xc7qo1mx { color: var(--text-body); }
.zdzy .aq91s {
  background: var(--cta) !important;
  color: #fff !important;
}
.vavs8isl .e1z69 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.vavs8isl .jnsx { color: var(--text-primary); }
.vavs8isl .xc7qo1mx { color: var(--text-body); }
.vavs8isl .aq91s {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .e1z69 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .t5yjvswh { flex: 0 0 auto; }
  .jnsx { font-size: 1.2rem; }
  .aq91s { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.bzek9wo .d4b9wkx8 { height: 36px; }
.bjk5e .d4b9wkx8 { height: 60px; max-width: 200px; }
.rcg4r0 .d4b9wkx8 { height: 56px; max-width: 180px; }
.ju9vc    .mtdq, .ju9vc    .ktefjb { color: #f59e0b; }
.ke6gg      .mtdq { font-size: 1rem; letter-spacing: 1.5px; }
.ke6gg      .ktefjb   { font-size: 1.35rem; }
.p5t3    .mtdq, .p5t3    .ktefjb { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.sx0h4     .mtdq, .sx0h4     .ktefjb { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.smi1 .mtdq, .smi1 .ktefjb { color: var(--cta); letter-spacing: 2px; }
.xcrkr9   .mtdq, .xcrkr9   .ktefjb { color: #e91e63; letter-spacing: 2px; }
.b332  .mtdq, .b332  .ktefjb { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.kvb31ftx     .mtdq, .kvb31ftx     .ktefjb { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.u0iq .ha25zk + .ha25zk {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.i9pw .b9ys1dn4 { padding: 18px 24px; min-height: 68px; }
.b668lwj .p601r7li {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.b668lwj .tjrq2 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.wuu9ip .ha25zk {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.f2v1 { counter-reset: cs-rank; }
.f2v1 .b9ys1dn4 { counter-increment: cs-rank; }
.f2v1 .b9ys1dn4::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;
}
.z5qn0bd .f2v1 { counter-reset: cs-rank; gap: 0; }
.z5qn0bd .b9ys1dn4 {
  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;
}
.z5qn0bd .b9ys1dn4::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;
}
.z5qn0bd .zrieyk {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.z5qn0bd .wnezsyvv {
  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;
}
.z5qn0bd .gbkic97u { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.z5qn0bd .zrieyk { min-width: 0; flex-direction: column; width: 100%; }
.z5qn0bd .x28n {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.z5qn0bd .mtdq { color: var(--cta, var(--accent)); }
.z5qn0bd .jaufv6s { font-weight: 700; }
.z5qn0bd .ha25zk {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.z5qn0bd .p601r7li {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.z5qn0bd .tjrq2 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.z5qn0bd .lfv0qnq .tjrq2 { font-size: 1.3rem; color: var(--accent-light); }
.z5qn0bd .m6z9g {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.z5qn0bd .b9ys1dn4:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .z5qn0bd .f2v1 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .z5qn0bd .b9ys1dn4 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .z5qn0bd .b9ys1dn4 { padding: 40px 16px 20px; }
  .z5qn0bd .ha25zk {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .z5qn0bd .m6z9g { width: 100%; min-width: 0; }
}
.s49ou .f2v1 { counter-reset: cs-rank; gap: 10px; }
.s49ou .b9ys1dn4 {
  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);
}
.s49ou .b9ys1dn4::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);
}
.s49ou .zrieyk {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.s49ou .wnezsyvv {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.s49ou .gbkic97u { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.s49ou .x28n {
  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;
}
.s49ou .mtdq { color: var(--cta, var(--accent)); }
.s49ou .ha25zk {
  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;
}
.s49ou .p601r7li {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.s49ou .tjrq2 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.s49ou .lfv0qnq .tjrq2 { color: var(--accent-light); }
.s49ou .m6z9g {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.s49ou .b9ys1dn4:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .s49ou .b9ys1dn4 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .s49ou .b9ys1dn4::before {
    position: absolute; top: 14px; left: 14px;
  }
  .s49ou .zrieyk {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .s49ou .x28n { white-space: normal; text-align: center; font-size: 1.2rem; }
  .s49ou .ha25zk {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .s49ou .m6z9g { width: 100%; min-width: 0; }
  .s49ou .mtdq { min-width: 0; }
}
.zt799v .b9ys1dn4::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.cwv0 .jy83l6 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.cwv0 .jy83l6 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.cwv0 .jy83l6 p { padding: 0 2px 16px; }
.fbrz .jy83l6 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.fbrz .jy83l6 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.fbrz .jy83l6 summary::after { content: "›"; font-size: 1.2em; }
.fbrz .jy83l6[open] summary::after { content: "‹"; }
.fbrz .jy83l6 p { padding: 10px 22px 4px; }
.t70zgr1 .jy83l6 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.t70zgr1 .jy83l6 summary { color: var(--text-primary); padding-left: 16px; }
.t70zgr1 .jy83l6 summary::after { content: "›"; font-size: 1.1em; }
.t70zgr1 .jy83l6[open] summary::after { content: "‹"; }
.t70zgr1 .jy83l6 p { padding-left: 16px; }
.vzfk9654 .kq03 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.vzfk9654 .jy83l6 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.vzfk9654 .jy83l6:last-child { border-bottom: none; }
.vzfk9654 .jy83l6 summary { color: var(--text-primary); border-radius: 0; }
.vzfk9654 .jy83l6 summary::after { content: "›"; font-size: 1.1em; }
.vzfk9654 .jy83l6[open] summary::after { content: "‹"; }
.qsfo5 .jy83l6 { overflow: hidden; }
.qsfo5 .jy83l6 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.qsfo5 .jy83l6 summary::after { color: rgba(255,255,255,.75); }
.qsfo5 .jy83l6[open] summary { border-radius: 0; }
.n57cw { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.vbp17 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.zkhkaa {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.u6jir6 { color: var(--text-muted); font-size: 1.05rem; }
.xd1l1 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.qyul3k { margin-bottom: 20px; }
.nh0ys7j {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.wnog {
  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;
}
.wnog:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.fk9vh2cx { resize: vertical; min-height: 130px; }
.bvvznzi { width: 100%; margin-top: 8px; }
.jp3ph {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.bw72jr {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.dids2zhe { color: var(--text-muted); line-height: 1.75; }
.otw7x { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.otw7x li { margin-bottom: 6px; }
.qyftr { max-width: 760px; margin: 0 auto; }
.fb26 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.qygj { max-width: 760px; margin: 0 auto; }
.nq5ft44s ul.otw7x { margin: 0; }
@media (max-width: 640px) { .kwf7 { grid-template-columns: 1fr; gap: 10px; } }
.l5klo { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.ego8ks { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.ubz7pj51 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.ego8ks p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.ego8ks .otw7x { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .l5klo { grid-template-columns: 1fr; } }
.kp9su { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.kp9su:hover .zzer0h2 { color: var(--accent-light); text-decoration: underline; }
.kpr20o { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.zv34ozt1 { margin-bottom: 48px; }
.mbut30qn { max-width: 760px; margin: 0 auto; }
.xmyi { max-width: 640px; margin: 0 auto; }
.m3e7oqxk { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.m3e7oqxk:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.asw7m { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.m3e7oqxk p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.m3e7oqxk ul.otw7x { margin: 0; }
.vs6lg2 { color: var(--text-muted); line-height: 1.75; }
.onet6 .otw7x,
.xmyi .otw7x,
.qt5s .otw7x,
.pygcg4y1 .otw7x {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.onet6 .m3e7oqxk,
.xmyi .m3e7oqxk { text-align: left; }
.onet6 .asw7m,
.xmyi .asw7m { text-align: center; }
.vi3j7y { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.qdd8h { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.zlujg { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.qsyq { margin-top: 12px; }
.dttlze { 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; }
.dttlze:hover { border-bottom-color: var(--accent-light); }
.nkiv4ae { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.nkiv4ae img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ywtjsns { width: 72px; height: 72px; }
.o3wamf { border-radius: 50%; }
.ahh36 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.kuob { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .ynni04 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.vrz1 .zlujg, .vrz1 .qdd8h { max-width: 640px; }
.jk09 .vi3j7y { font-size: 1.6rem; margin-top: 18px; }
.oc2c .zlujg { margin-bottom: 28px; }
@media (max-width: 860px) { .kt4wy6 { grid-template-columns: 1fr; } .jk09 { position: static; text-align: center; } }
.v7eemf .nkiv4ae { margin: 0 auto 18px; }
.v7eemf .ahh36 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .kp70sw { grid-template-columns: 1fr; } }
.ma0kdyq .vi3j7y { font-size: 1.6rem; margin-bottom: 6px; }
.pygcg4y1 .otw7x { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ma0kdyq { flex-direction: column; text-align: center; } .p9ch0c { grid-template-columns: 1fr; } }
.kb8d { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.kb8d .vi3j7y { font-size: 1.35rem; margin: 0 0 4px; }
.kb8d .ahh36 { margin: 0; }
.iw2z7f .zkhkaa { color: var(--accent-light); }
.ud274h .zkhkaa { font-size: 2rem; }
.ud274h .u6jir6 { max-width: 680px; }
.vus2k .zkhkaa { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.vus2k .u6jir6  { margin: 0; }
@media (max-width: 640px) { .vus2k { flex-direction: column; } }
.qm6lw .zkhkaa { color: var(--accent-light); }
.xt57d {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.xt57d .zkhkaa { color: #fff; }
.xt57d .u6jir6  { color: rgba(255,255,255,0.85); }
.q1yivl { max-width: 680px; margin: 0 auto; }
.j66q {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .j66q { grid-template-columns: 1fr; } }
.qa0xyx9y { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.qa0xyx9y .wnog {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.qa0xyx9y .wnog:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.fbyd0l4 .wnog { background: var(--bg-raised); border-color: transparent; }
.fbyd0l4 .wnog:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ugirkph5 .wnog { border-radius: 100px; padding: 11px 20px; }
.ugirkph5 .fk9vh2cx { border-radius: 14px; }
.atj8 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.atj8 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;
}
.atj8 summary::-webkit-details-marker { display: none; }
.atj8 summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.atj8[open] summary::after { content: "−"; }
.f7g9e {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.dd4h63b {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .dd4h63b { grid-template-columns: 1fr; } }
.xkqvde {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.xkqvde h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.xkqvde p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.msntq3qr{display:none}
.msntq3qr:empty,.t2zwp:empty{display:none}
.ojrrcghl{position:relative;overflow:visible}
.qp5h6ym .n8f1jise,.cdwxkd8x .n8f1jise,
.hzpidx0 .n8f1jise,.iod8b .n8f1jise,
.zy2vil .n8f1jise,.lbx0br .n8f1jise{display:block}
.icls .ql97nx{display:block}
.qp5h6ym .n8f1jise,.cdwxkd8x .n8f1jise,
.hzpidx0 .n8f1jise,.iod8b .n8f1jise,
.zy2vil .n8f1jise{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.qp5h6ym .n8f1jise .t2zwp,.cdwxkd8x .n8f1jise .t2zwp,
.hzpidx0 .n8f1jise .t2zwp,.iod8b .n8f1jise .t2zwp,
.zy2vil .n8f1jise .t2zwp{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.qp5h6ym .eeby,.cdwxkd8x .eeby,
.hzpidx0 .eeby,.iod8b .eeby,
.zy2vil .eeby{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.qp5h6ym .n8f1jise,.cdwxkd8x .n8f1jise{top:12px}
.qp5h6ym .n8f1jise .t2zwp{margin-right:auto}
.cdwxkd8x .n8f1jise .t2zwp{margin-left:auto}
.cdwxkd8x .n8f1jise{text-align:right}
.hzpidx0 .n8f1jise,.iod8b .n8f1jise{bottom:12px}
.hzpidx0 .n8f1jise .t2zwp{margin-right:auto}
.iod8b .n8f1jise .t2zwp{margin-left:auto}
.iod8b .n8f1jise{text-align:right}
.zy2vil .n8f1jise{position:relative;margin-top:16px}
.zy2vil .n8f1jise .t2zwp{margin:0 auto}
.lbx0br .n8f1jise{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.lbx0br .n8f1jise .t2zwp{margin:0}
.lbx0br .h8pgtw~.n8f1jise,
.lbx0br .kp6vexii~.n8f1jise{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.lbx0br .h8pgtw~.n8f1jise .t2zwp,
.lbx0br .kp6vexii~.n8f1jise .t2zwp{justify-content:flex-start}
.h8pgtw~.n8f1jise,.kp6vexii~.n8f1jise{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.h8pgtw~.n8f1jise .t2zwp{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.kp6vexii~.n8f1jise .t2zwp{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ql97nx .t2zwp{margin:0 0 12px}
.t2zwp{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.hjptbleo{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.zzer0h2{font-weight:600;color:var(--text-heading);opacity:1}
.p702::before{content:"·";margin:0 2px;opacity:.5}
.eeby{white-space:nowrap}
.iac3 .hjptbleo{display:none}
.gcxahu .eeby{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.gcxahu .p702::before{content:""}
.ktorz .eeby{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.ktorz .p702::before{content:""}
.fmpv4tow .t2zwp{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.a7ha .eeby{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.a7ha .p702::before{content:""}
.xdcv .eeby{color: var(--accent-light);opacity:1;font-weight:500}
.d4kvggu .eeby{border-bottom:1px solid currentColor;padding-bottom:2px}
.ay0tcm .t2zwp{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.xl5f{--date-bg:var(--accent-bg-light)}
.ptrx .p702::before{content:""}
.p4muobwp .p702::before{content:"•";opacity:.4}
.p4muobwp .eeby + .eeby::before{content:"•";margin-right:6px;opacity:.4}
.ufkuv7nn .p702::before{content:"/";opacity:.35}
.ufkuv7nn .eeby + .eeby::before{content:"/";margin-right:6px;opacity:.35}
.a1826 .p702::before{content:"|";opacity:.3}
.a1826 .eeby + .eeby::before{content:"|";margin-right:6px;opacity:.3}
.obw3 .p702::before{content:"—";opacity:.3}
.obw3 .eeby + .eeby::before{content:"—";margin-right:6px;opacity:.3}
.t7bm6 .p702::before{content:"◆";font-size:.5em;opacity:.35}
.t7bm6 .eeby + .eeby::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.xkmhm .p702::before{content:"·";opacity:.4}
.xkmhm .eeby + .eeby::before{content:"·";margin-right:6px;opacity:.4}
.dkcu .p702::before{content:"›";opacity:.4}
.dkcu .eeby + .eeby::before{content:"›";margin-right:6px;opacity:.4}
.ehuj .p702::before{content:"→";opacity:.35;font-size:.85em}
.ehuj .eeby + .eeby::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.pwx37b .azdz4qa{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .azdz4qa{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .qxf40xq{max-width:100%}
}
.a6lf03 .fwqc2p{margin:0}
@media (max-width:560px){
  .f34xd{grid-template-columns:repeat(2,1fr);gap:12px}
}
.taziwz7a {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.taziwz7a.j9uq4h {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.o8n54i {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.o8n54i .em4cg1n {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.o8n54i .em4cg1n::before,
.o8n54i .em4cg1n::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.o8n54i .em4cg1n::before { transform: translate(-50%, -50%) rotate(45deg); }
.o8n54i .em4cg1n::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.o8n54i .em4cg1n:hover { background: rgba(0,0,0,0.12) !important; }
.b88f {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.x4egi {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.z4og {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.khrwmrgn {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.o8n54i .snqlseo {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.o8n54i .snqlseo:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .o8n54i { padding: 28px 18px 20px; }
  .z4og { font-size: 1.2rem; }
  .b88f { max-width: 220px; max-height: 80px; }
}
.ss1qm1 {
  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);
}
.qh0m {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.dx2u7  .ss1qm1 { border-radius: 50%; }
.sfm3w02  .ss1qm1 { border-radius: 6px; }
.mfax0 .ss1qm1 { border-radius: 22px; }
.yq52mrrc .e1z69 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ss1qm1 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.yj3sg .lhbuwr24 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.yj3sg .l6uo0nmt {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.yj3sg .e1z69 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.fhjpc {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.fhjpc.j9uq4h { transform: translate(-50%, 0); }
.fhjpc .lhbuwr24,
.fhjpc .l6uo0nmt {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.fhjpc .e1z69 {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.p13b3h5 {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.p13b3h5::before,
.p13b3h5::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.p13b3h5::before { transform: translate(-50%, -50%) rotate(45deg); }
.p13b3h5::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.p13b3h5:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .fhjpc { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .fhjpc .e1z69 {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .fhjpc .xc7qo1mx { display: none !important; }
  .fhjpc .jnsx { font-size: 1.1rem !important; }
  .fhjpc .ss1qm1 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .p13b3h5 { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .fgn6l { flex-direction: row-reverse; }
[dir="rtl"] .h7cpt { flex-direction: row-reverse; }
[dir="rtl"] .bd725735  .fzqmv9nb { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .h45x5 .fzqmv9nb { right: auto; left: 20px; }
  [dir="rtl"] .bd725735  .fzqmv9nb { left: auto;  right: 20px; }
}
[dir="rtl"] .xqls .u0ydt  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .lglljgz .u0ydt { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .nrsf, [dir="rtl"] .rgwldk0 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .r11nt3a { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .h6zix { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .qa8i06 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .e1z69 { direction: rtl; }
[dir="rtl"] .ss1qm1 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .b9ys1dn4,
[dir="rtl"] .lzyic { direction: rtl; }
[dir="rtl"] .joq2rux { direction: rtl; }
[dir="rtl"] .mqx232 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .lt12 .rgwldk0,
[dir="rtl"] .r30n1 .rgwldk0,
[dir="rtl"] .k0wcury .rgwldk0,
[dir="rtl"] .leyj11 .rgwldk0 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .lt12 .rgwldk0 li::before,
[dir="rtl"] .r30n1 .rgwldk0 li::before,
[dir="rtl"] .k0wcury .rgwldk0 li::before,
[dir="rtl"] .leyj11 .rgwldk0 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .kcl1.uipdq3 .lmmkp8,
[dir="rtl"] .hp5ap.uipdq3 .lmmkp8,
[dir="rtl"] .bedjuzr.uipdq3 .lmmkp8,
[dir="rtl"] .fnwei3h.uipdq3 .lmmkp8,
[dir="rtl"] .b1y3a3.uipdq3 .lmmkp8 { text-align: right; }
[dir="rtl"] .h8pgtw.of9ze .qzzot92n { text-align: center; }
[dir="rtl"] .l6uo0nmt,
[dir="rtl"] .xnb7,
[dir="rtl"] .qk3nd6z,
[dir="rtl"] .lmmkp8 { text-align: right; }
[dir="rtl"] .xd1l1,
[dir="rtl"] .nh0ys7j,
[dir="rtl"] .zlujg,
[dir="rtl"] .wnog,
[dir="rtl"] .fk9vh2cx { text-align: right; direction: rtl; }
[dir="rtl"] .ugirkph5 .wnog,
[dir="rtl"] .qa0xyx9y .wnog { padding-right: 20px; padding-left: 20px; }
.qy303jt2 .f2v1 {
  width: 100%; max-width: 100%;
  left: auto; transform: none; margin: 24px 0; gap: 14px;
}
.qy303jt2 .b9ys1dn4 {
  display: flex !important;
  flex-direction: column; align-items: center; text-align: center;
  gap: 10px; padding: 20px 18px;
  border: 1px solid var(--border-alt); border-radius: 14px;
}
.qy303jt2 .b9ys1dn4::before {          
  order: -1; width: 36px; height: 36px; min-width: 36px; margin: 0; padding: 0;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; background: var(--accent-bg); color: var(--accent);
  font-size: 1rem; font-weight: 700;
}
.qy303jt2 .zrieyk { order: 1; flex-direction: column; align-items: center; gap: 8px; width: auto; }
.qy303jt2 .zrieyk .wnezsyvv { order: 0; }
.qy303jt2 .zrieyk .x28n     { order: 1; }
.qy303jt2 .wnezsyvv {
  background: transparent; padding: 0; flex-shrink: 0;
  width: 118px; height: 118px; border-radius: 50%; overflow: hidden;
}
.qy303jt2 .gbkic97u {
  width: 118px; height: 118px; max-width: 118px; max-height: 118px;
  object-fit: cover; border-radius: 50%;
}
.qy303jt2 .x28n { font-size: 20px; font-weight: 700; color: var(--accent); }
.qy303jt2 .m9rp9qbj { order: 2; display: block; width: auto; min-width: 0; }
.qy303jt2 .m9rp9qbj .ha25zk.lfv0qnq {
  background: var(--accent-bg); border-radius: 999px;
  padding: 8px 18px; display: inline-flex;
}
.qy303jt2 .m9rp9qbj .lfv0qnq .p601r7li { display: none; }
.qy303jt2 .m9rp9qbj .lfv0qnq .tjrq2 {
  font-size: 18px; font-weight: 800; color: var(--accent); white-space: nowrap;
}
.qy303jt2 .m9rp9qbj .lfv0qnq .tjrq2::before { content: "\1F381\00A0"; }
.qy303jt2 .bydn {
  order: 3; flex-direction: row; align-items: center; justify-content: center;
  gap: 8px; width: auto; min-width: 0;
}
.qy303jt2 .m6z9g { order: 4; }
.qy303jt2 .m6z9g.x9diu { border-radius: 100px !important; padding: 12px 28px !important; max-width: 220px; width: 100%; }
@media (min-width: 981px) {
  .qy303jt2 .b9ys1dn4 {
    display: grid !important;
    
    grid-template-columns: 52px 260px minmax(120px, 1fr) 120px 170px;
    align-items: center; gap: 20px; text-align: left;
    border: none; border-radius: 0;
    border-top: 1px solid var(--border-alt); padding: 16px 22px;
  }
  .qy303jt2 .b9ys1dn4:first-child { border-top: none; }
  .qy303jt2 .b9ys1dn4::before { grid-column: 1; justify-self: center; }
  .qy303jt2 .zrieyk {
    grid-column: 2; flex-direction: row; align-items: center;
    justify-content: flex-start; gap: 16px; width: auto; text-align: left;
  }
  .qy303jt2 .wnezsyvv,
  .qy303jt2 .gbkic97u { width: 96px; height: 96px; max-width: 96px; max-height: 96px; }
  .qy303jt2 .x28n { font-size: 20px; }
  .qy303jt2 .m9rp9qbj { grid-column: 3; display: flex; justify-content: center; padding: 0; }
  .qy303jt2 .m9rp9qbj .lfv0qnq { align-items: center; text-align: center; }
  .qy303jt2 .m9rp9qbj .lfv0qnq .tjrq2 { font-size: 19px; }
  .qy303jt2 .bydn { grid-column: 4; justify-content: center; }
  .qy303jt2 .m6z9g { grid-column: 5; justify-self: end; }
  .qy303jt2 .m6z9g.x9diu { width: auto; }
  .qy303jt2 .b9ys1dn4:nth-child(even) { background: var(--accent-bg); }
}
:root {
  --accent:          #1d6e02;
  --brand:           #1d6e02;
  --brand-light:     #1c5f06;
  --brand-pale:      #2a7910;
  --grad-start:      #34c803;
  --grad-end:        #4fee1a;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #1d6e02;
  --cta-light:       #114700;
  --cta-hover:       #0d3100;
  --bg-page:         #f6f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f6f3;
  --bg-raised:       #eef1ed;
  --bg-hover:        #f4f6f3;
  --border:          #e3e9e1;
  --border-alt:      #d2ddcf;
  --border-section:  #e3e9e1;
  --text-primary:    #181c16;
  --text-muted:      #546250;
  --text-body:       #30382d;
  --text-sub:        #485444;
  --text-faint:      #798c72;
  --text-dim:        #93a38e;
  --text-label:      #60705b;
  --text-value:      #3c4639;
  --accent-bg:       #e3f8dd;
  --accent-bg-light: #cdf6c0;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #0c9635;
  --c-cons:          #9f4221;
  --c-pros-label:    #0eb33f;
  --c-tip-border:    #10c646;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9635;
}
:root { --logo-bg-opacity: 45%; }
body, button, input { font-family: "Inter", sans-serif; }
.wtmuv .jch0 li::before, .wtmuv .zu8g44xa 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; }.wtmuv .jch0 li::before { content: ""; }.wtmuv .zu8g44xa li::before { content: ""; }.wtmuv .uad98wao::before, .wtmuv .js2o::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.wtmuv .uad98wao::before { content: ""; }.wtmuv .js2o::before { content: ""; }
.anav3 .m0kyhhv, .anav3 .h8pgtw { min-height: 420px; }
.n9erq::before { content: '•'; }