:root {
  --color-accent: #f97316;
  --color-cta: #ef4444;
  --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;
}
.j9owk {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.pjfhjz {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.u96x {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.l389ue { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ofjspk9 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ofjspk9 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ofjspk9 a:hover { color: var(--accent-light); }
.swe14c6     .ppgkr { border-radius: 24px; padding: 8px; }
.swe14c6 .ppgkr li a { border-radius: 16px; }
.cj831 .ppgkr li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .ppgkr {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ednalp:hover .ppgkr,
  .ednalp:focus-within .ppgkr { display: block; }
  .ppgkr li a { padding: 8px 16px; font-size: 0.88rem; }
}
.aw1sm {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.t2rr { display: none; }
@media (max-width: 640px) {
  .t2rr {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .t2rr.ch5syhh { display: block; }
}
@media (max-width: 640px) {
  .aw1sm { display: block; }
  .ofjspk9 > li + li::before { display: none !important; }
  .ofjspk9 {
    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;
  }
  .ofjspk9.ch5syhh { display: flex; }
  .ofjspk9 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ofjspk9 li:last-child a { border-bottom: none; }
}
.eymul8d { min-height: 480px; }
.q0v4d4 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.kh0tky { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.gamvw .kh0tky { margin-left: 0; margin-right: 0; }
.o7p4eqvm {
  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;
}
.tn5t .o7p4eqvm { margin-top: 24px; }
.o7p4eqvm:hover { opacity: 0.88; }
.ur3s {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.o40k {
  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%);
}
.ur3s .xg4yxr58 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.ur3s .q0v4d4 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ur3s .kh0tky { color: #e2e8f0; }
.ur3s.a9ga1 .xg4yxr58 { text-align: center; }
.ur3s.gamvw   .xg4yxr58 { text-align: left; }
.x3lap3 .xg4yxr58 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.x3lap3 .q0v4d4 { color: var(--text-primary); text-shadow: none; }
.x3lap3 .kh0tky { color: var(--text-muted); }
.x3lap3 .o7p4eqvm { margin-top: 16px; }
.x3lap3, .x3lap3.eymul8d { min-height: auto !important; }
.x3lap3.a9ga1 .xg4yxr58 { text-align: center; }
.x3lap3.gamvw   .xg4yxr58 { text-align: left; }
.x3lap3~.xkjeh1z{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}
.x3lap3~.xkjeh1z .j0r0gi5{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}
.ot84i {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.enyah5t .ot84i,
.enyah5t .ot84i::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.gmbog79u .ot84i,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.vug4egv .ot84i,
.vug4egv .ur3s .o40k {
  overflow: hidden;
}
.vug4egv .ot84i::after,
.vug4egv .ur3s .o40k::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%); }
}
.dwz846 .ot84i,
.dwz846 .ot84i::after,
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.dwz846 .ur3s .o40k {
  overflow: hidden;
}
.dwz846 .ur3s .o40k::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;
}
.arvzw .ot84i,
.arvzw .ur3s .o40k {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.enyah5t .ur3s .o40k {
  overflow: hidden;
}
.enyah5t .ur3s .o40k::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;
}
.gmbog79u .ur3s .o40k {
  animation: hg-breathe 10s ease-in-out infinite;
}
.ot84i .o40k {
  background: none;
}
.ot84i .q0v4d4 { color: #fff; }
.ot84i .kh0tky { color: rgba(255,255,255,0.85); }
.vf5kv1 .q0v4d4 { text-shadow: none; color: var(--text-primary); }
.vf5kv1 .kh0tky { color: var(--text-muted); }
body.aap58zx .q0v4d4 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.qpidz .q0v4d4 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.eymul8d.ot84i .q0v4d4,
section.ot84i .q0v4d4 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.vf5kv1.a9ga1 .qh0ftj { align-items: center; text-align: center; }
.eymul8d .osyym {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.osyym .y28h {
  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;
}
.osyym .y28h::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.osyym .x4sj9h { display: contents !important; }
.osyym .x4sj9h .plrd6bnw {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.osyym .x4sj9h .n7izs7 { max-height: 48px; max-width: 96px; }
.osyym .x4sj9h .y0zs04sr {
  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;
}
.osyym .lnteo1gu {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.osyym .g7yu { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.osyym .eakfja3n { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.osyym .eakfja3n small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.osyym .j7s3ya { display: contents !important; }
.osyym .j7s3ya .ypql:not(.wt04a6a) { display: none !important; }
.osyym .j7s3ya .wt04a6a {
  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;
}
.osyym .j7s3ya .wt04a6a .tq18yt2 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.osyym .j7s3ya .wt04a6a .w64lgq9 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.osyym .c7v7d { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.osyym .c7v7d.kelaghs {
  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;
}
.osyym .c7v7d.kelaghs:hover { opacity: 0.85; }
.osyym .y28h,
.osyym .y28h:hover,
.osyym .y28h:nth-child(even),
.osyym .y28h:nth-child(odd),
.osyym .y28h:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.gnmk5p .xg4yxr58 { padding-bottom: 24px; }
.tn5t .xg4yxr58 { max-width: 1100px; }
@media (max-width: 700px) {
  .vf5kv1 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .vf5kv1:not(.ogfj) .guls927 { display: none !important; }
  .ogfj .guls927 { padding: 16px; }
  .qh0ftj  { padding: 36px 24px; }
  .vf5kv1~.xkjeh1z,.m05k8sw4~.xkjeh1z{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .eymul8d, .vf5kv1 { min-height: 320px !important; }
  .q0v4d4 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .tomad9,
  .p16al62,
  .x5bl { grid-template-columns: 1fr !important; }

  

  
  .gnmk5p { display: flex !important; flex-direction: column !important; }
  .gnmk5p .xg4yxr58 { display: contents; }
  .gnmk5p .o40k { order: 0; }
  .gnmk5p .q0v4d4 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .gnmk5p .tomad9 { order: 2; padding: 0 16px 12px !important; }
  .gnmk5p .kh0tky { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .tn5t .xg4yxr58 { display: flex; flex-direction: column; }
  .tn5t .xg4yxr58 .q0v4d4 { order: 1; }
  .tn5t .xg4yxr58 .x5bl { order: 2; margin: 8px 0 24px !important; }
  .tn5t .xg4yxr58 .kh0tky { order: 3; }
  .tn5t .xg4yxr58 .o7p4eqvm { order: 4; align-self: center; margin-top: 0; }

  
  .vf5kv1.ogfj {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .vf5kv1.ogfj .qh0ftj { display: contents; padding: 0; }
  .vf5kv1.ogfj .qh0ftj .q0v4d4 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .vf5kv1.ogfj .guls927 { order: 2; padding: 12px 16px; }
  .vf5kv1.ogfj .qh0ftj .kh0tky { order: 3; padding: 0 24px; margin: 0 auto; }
  .vf5kv1.ogfj .qh0ftj .o7p4eqvm { order: 4; align-self: center; margin: 8px 0 32px; }
}
.nr75 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.n0f2jq { width: 100%; height: auto; display: block; border-radius: 10px; }
.mvfc .nr75        { border-radius: 16px; }
.mvfc .n0f2jq  { border-radius: 16px; }
.hp5n3l .nr75         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.hp5n3l .n0f2jq   { border-radius: 8px; }
.nvrb43nu { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.nzbhsc { width: 100%; padding: 32px 0; position: relative; }
.f9awkl0p { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.bnqsqf3 .nzbhsc:nth-child(even) { background: var(--bg-surface); }
.bnqsqf3 .nzbhsc:nth-child(odd)  { background: var(--bg-page); }
.k55svo .nzbhsc:nth-child(even) { background: var(--bg-card); }
.k55svo .nzbhsc:nth-child(odd)  { background: var(--bg-page); }
.bnqsqf3 .nzbhsc:nth-child(odd)  .f9awkl0p { background: var(--bg-card); border-radius: 6px; }
.bnqsqf3 .nzbhsc:nth-child(even) .f9awkl0p { background: var(--bg-raised); border-radius: 6px; }
.k55svo .nzbhsc:nth-child(odd)  .f9awkl0p { background: var(--bg-card); border-radius: 6px; }
.k55svo .nzbhsc:nth-child(even) .f9awkl0p { background: var(--bg-raised); border-radius: 6px; }
.bnqsqf3 .nzbhsc:nth-child(even) .p2k7ka5 .ip9er,
.k55svo .nzbhsc:nth-child(even) .p2k7ka5 .ip9er { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.bnqsqf3 .nzbhsc:nth-child(odd) .p2k7ka5 .ip9er,
.k55svo .nzbhsc:nth-child(odd) .p2k7ka5 .ip9er { background: var(--bg-card-inner); }
.bnqsqf3 .nzbhsc:nth-child(even) .gfi26c .ip9er:nth-child(odd),
.k55svo .nzbhsc:nth-child(even) .gfi26c .ip9er:nth-child(odd)  { background: var(--bg-card); }
.bnqsqf3 .nzbhsc:nth-child(even) .gfi26c .ip9er:nth-child(even),
.k55svo .nzbhsc:nth-child(even) .gfi26c .ip9er:nth-child(even) { background: var(--bg-card-inner); }
h1.ezlane2i { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.ezlane2i {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.kwgujma { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.s80s h2.ezlane2i {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.u7nvbd h2.ezlane2i {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.fryasef h2.ezlane2i {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.d52fts h2.ezlane2i::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.ltgh5s h2.ezlane2i {
  color: var(--text-primary); font-size: 1.7rem;
}
.x1c5 h2.ezlane2i::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ocmfrxpw h2.ezlane2i {
  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) { .ccksb { display: none; } }
.uvj2 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.s9airrlx { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.kj57yj {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.fh5qsy03 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.p9tv6 { padding-left: 20px; }
.p9tv6 li { margin-bottom: 6px; }
.p9tv6 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.p9tv6 a:hover { color: var(--accent-light); }
.e9l0kdx7 .fh5qsy03 { display: none; }
.mns5h .fh5qsy03 { display: none; }
.mns5h .p9tv6 { padding-left: 0; list-style: none; }
.mns5h .p9tv6 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.mns5h .p9tv6 a { font-size: 0.92rem; }
.ywodbhsu .kj57yj { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ywodbhsu .fh5qsy03 { display: none; }
.ywodbhsu .p9tv6 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.ywodbhsu .p9tv6 li { margin-bottom: 0; }
.ywodbhsu .p9tv6 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;
}
.ywodbhsu .p9tv6 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.wm3r8mj .kj57yj { padding: 20px 20px 16px; }
.wm3r8mj .p9tv6 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.wm3r8mj .p9tv6 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.wm3r8mj .p9tv6 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;
}
.wm3r8mj .p9tv6 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;
}
.wm3r8mj .p9tv6 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.wm3r8mj .p9tv6 a:focus,
.wm3r8mj .p9tv6 a:focus-visible,
.wm3r8mj .p9tv6 a:target { outline: none; }
.wm3r8mj .p9tv6 li:target a { border-color: var(--border); color: var(--text-muted); }
.ebjeparn .kj57yj { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ebjeparn .fh5qsy03 { display: none; }
.ebjeparn .p9tv6 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.ebjeparn .p9tv6 li { counter-increment: toc-n; margin-bottom: 0; }
.ebjeparn .p9tv6 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;
}
.ebjeparn .p9tv6 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;
}
.ebjeparn .p9tv6 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.eijcr .kj57yj { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.eijcr .fh5qsy03 { display: none; }
.eijcr .p9tv6 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.eijcr .p9tv6 li { margin-bottom: 0; }
.eijcr .p9tv6 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;
}
.eijcr .p9tv6 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.w669kyb .kj57yj { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.w669kyb .fh5qsy03 { display: none; }
.w669kyb .p9tv6 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.w669kyb .p9tv6 li { margin-bottom: 0; }
.w669kyb .p9tv6 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.w669kyb .p9tv6 li:last-child::after { content: ""; margin-right: 0; }
.w669kyb .p9tv6 a { font-size: 0.9rem; }
.ip9er { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.p2k7ka5 .ip9er { background: var(--bg-card); }
.gfi26c .ip9er:nth-child(odd)  { background: var(--bg-card); }
.gfi26c .ip9er:nth-child(even) { background: var(--bg-raised); }
.wg5px .ip9er {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.wg5px .ip9er:last-child { border-bottom: none; }
.wg5px h3.kwgujma { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.vqu7 .ip9er {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.vqu7 .ip9er + .ip9er { margin-top: 4px; }
.t0szu0 .ip9er { background: none; border-radius: 0; padding: 12px 0; }
.t0szu0 .ip9er + .ip9er { border-top: 1px solid var(--border-section); }
.wknv1m1 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.e2g86v { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.nlqu6hr { color: var(--text-body); margin-bottom: 10px; }
.qwu20f, .hf1cwzf { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.qwu20f li, .hf1cwzf li { margin-bottom: 6px; }
.hf1cwzf li { list-style: decimal; }
.wodv7r9z     .qwu20f { list-style-type: "● "; }
.fdg7sisl  .qwu20f { list-style-type: "■ "; }
.jvrww .qwu20f { list-style-type: "◆ "; }
.qbrgvc    .qwu20f { list-style-type: "★ "; }
.wodv7r9z     .c8cyh06l { list-style-type: "● "; }
.fdg7sisl  .c8cyh06l { list-style-type: "■ "; }
.jvrww .c8cyh06l { list-style-type: "◆ "; }
.qbrgvc    .c8cyh06l { list-style-type: "★ "; }
.wodv7r9z    .qwu20f li::marker, .wodv7r9z    .c8cyh06l li::marker,
.fdg7sisl .qwu20f li::marker, .fdg7sisl .c8cyh06l li::marker,
.jvrww .qwu20f li::marker, .jvrww .c8cyh06l li::marker,
.qbrgvc   .qwu20f li::marker, .qbrgvc   .c8cyh06l li::marker {
  color: var(--cta); font-size: 1em;
}
.wodv7r9z .hf1cwzf,
.fdg7sisl .hf1cwzf,
.jvrww .hf1cwzf,
.qbrgvc .hf1cwzf {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.wodv7r9z .hf1cwzf li,
.fdg7sisl .hf1cwzf li,
.jvrww .hf1cwzf li,
.qbrgvc .hf1cwzf li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.wodv7r9z .hf1cwzf li::before,
.fdg7sisl .hf1cwzf li::before,
.jvrww .hf1cwzf li::before,
.qbrgvc .hf1cwzf 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;
}
.wodv7r9z     .hf1cwzf li::before { border-radius: 50%; }
.fdg7sisl  .hf1cwzf li::before { border-radius: 3px; }
.jvrww .hf1cwzf li::before { border-radius: 3px; }
.qbrgvc    .hf1cwzf li::before { border-radius: 50%; }
.kht8z { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.i6t30vl .kht8z,
.av7n .kht8z { background: transparent; border: none; border-radius: 0; }
.l92eyen3 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.l92eyen3 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.l92eyen3 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.l92eyen3 tr:hover td { background: var(--bg-hover); }
.j7u6vfz5 .l92eyen3 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.qqava .l92eyen3 { border: 1px solid var(--border-alt); }
.qqava .l92eyen3 th,
.qqava .l92eyen3 td { border: 1px solid var(--border-alt); }
.qok6gj4y .l92eyen3 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.qok6gj4y .l92eyen3 td { border-bottom: none; }
.qok6gj4y .l92eyen3 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.w1gh .l92eyen3 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.km8s .kht8z {
  overflow: hidden;
}
.km8s .l92eyen3 th { border-bottom: 1px solid var(--border-alt); }
.km8s .l92eyen3 tr:last-child td { border-bottom: none; }
.vxraf { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.jp23hb5 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.c0fs { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.eamfv { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ud49w { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.c8cyh06l { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.c8cyh06l 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%}
.s3kw .eamfv { background: transparent; text-align: center; }
.vzuquxu .c0fs {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.ub4a6 .c0fs {
  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);
}
.wirg11f .jp23hb5 { display: grid; grid-template-columns: auto 1fr; }
.wirg11f .c0fs {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.wirg11f .eamfv { grid-column: 2; }
.wirg11f .ud49w,
.wirg11f .c8cyh06l { grid-column: 1 / -1; }
.iyrc .jp23hb5 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.iyrc .c0fs {
  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);
}
.iyrc .eamfv { grid-column: 2; }
.iyrc .ud49w,
.iyrc .c8cyh06l { grid-column: 1 / -1; }
.z2lsaj .jp23hb5 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.z2lsaj .eamfv { background: none; color: var(--accent-light); font-weight: 700; }
.gkiwpjhr .jp23hb5 { 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); }
.gkiwpjhr .eamfv { background: none; color: var(--accent-light); font-weight: 700; }
.sdq7 .jp23hb5 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.sdq7 .jp23hb5:last-child { border-bottom: none; }
.sdq7 .eamfv { background: none; color: var(--accent-light); font-weight: 700; }
.bu86b9 .jp23hb5 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.bu86b9 .eamfv { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.dd5p .vxraf { counter-reset: card-n; }
.dd5p .jp23hb5  { counter-increment: card-n; }
.dd5p .eamfv { display: flex; align-items: center; gap: 10px; }
.dd5p .eamfv::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;
}
.hmphi6 .jp23hb5 { background: var(--bg-surface); border: 1px solid var(--border); }
.hmphi6 .eamfv { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.gqdbpjfd { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.gqdbpjfd         { --cl-hue: var(--accent); }
.robtqa1n     { --cl-hue: #16a34a; }
.af5g { --cl-hue: #ea580c; }
.a0gs    { --cl-hue: #2563eb; }
.robtqa1n, .af5g, .a0gs, .zxbjcll0 {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.ft01etfy { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.ft01etfy::before { color: var(--cl-hue); }
.gqdbpjfd strong { color: var(--text-primary); font-size: 0.95rem; }
.gqdbpjfd p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.xc3f8q { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.zinn, .oy37e { border-radius: 8px; padding: 14px; }
.zinn { background: var(--bg-pros); }
.oy37e { background: var(--bg-cons); }
.rdhb { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.zinn .rdhb { color: var(--c-pros-label); }
.oy37e .rdhb { color: #f87171; }
.zinn ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.oy37e ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.n0f2jq { width: 100%; height: auto; border-radius: 10px; display: block; }
.kelaghs {
  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;
}
.kelaghs:hover { opacity: 0.85; }
.y6nsgl .kelaghs  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.y6nsgl .kelaghs:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.nz2qmw9 .kelaghs  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.nz2qmw9 .kelaghs:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.y6nsgl .c7v7d.kelaghs, .nz2qmw9 .c7v7d.kelaghs,
.y6nsgl .nzfbc .kelaghs, .nz2qmw9 .nzfbc .kelaghs {
  background: var(--cta); border: none; color: #fff;
}
.y6nsgl .c7v7d.kelaghs:hover, .nz2qmw9 .c7v7d.kelaghs:hover,
.y6nsgl .nzfbc .kelaghs:hover, .nz2qmw9 .nzfbc .kelaghs:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.q0jgqg .o7p4eqvm { border-radius: 50px; }
.q0jgqg .kelaghs  { border-radius: 50px; }
.b892u .o7p4eqvm,
.b892u .kelaghs { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.b892u .o7p4eqvm:hover,
.b892u .kelaghs:hover { filter: brightness(1.08); opacity: 1; }
.h34t8m .o7p4eqvm,
.h34t8m .kelaghs { box-shadow: 0 3px 14px -2px var(--cta); }
.h34t8m .o7p4eqvm:hover,
.h34t8m .kelaghs:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.i2qhj .o7p4eqvm,
.i2qhj .kelaghs { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.i2qhj .o7p4eqvm:hover,
.i2qhj .kelaghs:hover { opacity: 1; }
.i2qhj .o7p4eqvm:active,
.i2qhj .kelaghs:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.h27w .o7p4eqvm,
.h27w .kelaghs { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.h27w .o7p4eqvm:hover,
.h27w .kelaghs:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.h27w .o7p4eqvm:active,
.h27w .kelaghs:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.hkxvi .o7p4eqvm,
.hkxvi .kelaghs { position: relative; overflow: hidden; }
.hkxvi .o7p4eqvm::before,
.hkxvi .kelaghs::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;
}
.hkxvi .o7p4eqvm:hover::before,
.hkxvi .kelaghs:hover::before { left: 135%; }
.g0vy8hzk .o7p4eqvm,
.g0vy8hzk .kelaghs { border-radius: 0; }
.y51s44i .o7p4eqvm { padding-left: 22px; padding-right: 22px; }
.y51s44i .kelaghs  { padding-left: 12px; padding-right: 12px; }
.zfe5ha .o7p4eqvm { padding-left: 44px; padding-right: 44px; }
.zfe5ha .kelaghs  { padding-left: 24px; padding-right: 24px; }
.uwxx62 .o7p4eqvm { padding-left: 56px; padding-right: 56px; }
.uwxx62 .kelaghs  { padding-left: 32px; padding-right: 32px; }
.f0nolf   .o7p4eqvm::after, .f0nolf   .kelaghs::after,
.c51esltp .o7p4eqvm::after, .c51esltp .kelaghs::after,
.l5xz    .o7p4eqvm::after, .l5xz    .kelaghs::after,
.poh4mruv    .o7p4eqvm::after, .poh4mruv    .kelaghs::after,
.zlyq    .o7p4eqvm::after, .zlyq    .kelaghs::after,
.fnefly5x     .o7p4eqvm::after, .fnefly5x     .kelaghs::after,
.cc4fl0t8    .o7p4eqvm::after, .cc4fl0t8    .kelaghs::after,
.qh2zdr2v   .o7p4eqvm::after, .qh2zdr2v   .kelaghs::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;
}
.f0nolf .o7p4eqvm::after, .f0nolf .kelaghs::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");
}
.c51esltp .o7p4eqvm::after, .c51esltp .kelaghs::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");
}
.l5xz .o7p4eqvm::after, .l5xz .kelaghs::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");
}
.poh4mruv .o7p4eqvm::after, .poh4mruv .kelaghs::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");
}
.zlyq .o7p4eqvm::after, .zlyq .kelaghs::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");
}
.fnefly5x .o7p4eqvm::after, .fnefly5x .kelaghs::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");
}
.cc4fl0t8 .o7p4eqvm::after, .cc4fl0t8 .kelaghs::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");
}
.qh2zdr2v .o7p4eqvm::after, .qh2zdr2v .kelaghs::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");
}
.v9nbtv   .a8cr6m::after, .v9nbtv   .hfqq0::after,
.epx0jxd .a8cr6m::after, .epx0jxd .hfqq0::after,
.bzdv    .a8cr6m::after, .bzdv    .hfqq0::after,
.gyf09kcw    .a8cr6m::after, .gyf09kcw    .hfqq0::after,
.ac2csf    .a8cr6m::after, .ac2csf    .hfqq0::after,
.pui2     .a8cr6m::after, .pui2     .hfqq0::after,
.tl7p9a    .a8cr6m::after, .tl7p9a    .hfqq0::after,
.zyv2z   .a8cr6m::after, .zyv2z   .hfqq0::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;
}
.v9nbtv .a8cr6m::after, .v9nbtv .hfqq0::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");
}
.epx0jxd .a8cr6m::after, .epx0jxd .hfqq0::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");
}
.bzdv .a8cr6m::after, .bzdv .hfqq0::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");
}
.gyf09kcw .a8cr6m::after, .gyf09kcw .hfqq0::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");
}
.ac2csf .a8cr6m::after, .ac2csf .hfqq0::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");
}
.pui2 .a8cr6m::after, .pui2 .hfqq0::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");
}
.tl7p9a .a8cr6m::after, .tl7p9a .hfqq0::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");
}
.zyv2z .a8cr6m::after, .zyv2z .hfqq0::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");
}
.pvkmkp3h {
  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;
}
.y28h {
  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;
}
.y28h > * { min-width: 0; }
.y28h:hover { background: var(--bg-hover); }
.y28h > [itemprop="item"] { display: contents; }
.y28h [itemprop="itemReviewed"],
.y28h [itemprop="reviewRating"] { display: none; }
.y28h::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;
}
.x4sj9h {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.plrd6bnw {
  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;
}
.n7izs7 { max-height: 52px; max-width: 110px; object-fit: contain; }
.y0zs04sr {
  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;
}
.hcn6fcem .plrd6bnw    { background: #1a1a1a; }
.mvypx .plrd6bnw   { background: rgba(128,128,128,.12); }
.himo7d .plrd6bnw { background: var(--bg-raised); }
.comtqf .plrd6bnw    { background: transparent; padding: 0; }
.lnteo1gu {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.g7yu { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.eakfja3n { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.j7s3ya {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.ypql {
  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;
}
.tq18yt2 {
  
  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%;
}
.w64lgq9 {
  
  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;
}
.c7v7d {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.c7v7d.kelaghs {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .y28h {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .y28h::before    { grid-area: rank;   }
  .x4sj9h           { grid-area: ident;  }
  .lnteo1gu     { grid-area: rating; min-width: 0; width: auto; }
  .j7s3ya           { grid-area: pills;  }
  .c7v7d             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .y28h {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .y28h::before    { justify-self: center; }
  .x4sj9h           { width: 100%; }
  .lnteo1gu     { justify-self: center; }
  .j7s3ya           { grid-template-columns: 1fr; }
}
.tseb {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.v9fb {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.sz29z2 {
  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;
}
.sz29z2 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.ohyll8q { flex: 1; }
.ohyll8q h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.tn0owsnp { color: var(--c-stars); font-size: 1.1rem; }
.mjp41bq { margin-bottom: 8px; }
.nhbyci {
  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);
}
.nhbyci > span { color: var(--accent); font-weight: 700; }
.p39pgq0 em, .wb6tjuz em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .nhbyci { padding: 10px 16px; gap: 6px 16px; } }
.nzfbc { flex-shrink: 0; align-self: flex-start; }
.nzfbc .kelaghs { white-space: nowrap; }
@media (max-width: 560px) {
  .v9fb { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .sz29z2 { order: 1; }
  .nzfbc { order: 2; margin-left: auto; align-self: center; }
  .ohyll8q { order: 3; flex: 1 1 100%; min-width: 0; }
}
.v10uv img.y8k55 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.i6t30vl { padding: 20px 24px; }
.b0vxp23 { color: var(--text-muted); margin-bottom: 16px; }
.l9e0pufr { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.s5pd, .b5qh5y { list-style: none; font-size: 0.9rem; }
.s5pd li { color: var(--c-pros); margin-bottom: 4px; }
.b5qh5y li { color: var(--c-cons); margin-bottom: 4px; }
.s5pd li::before { content: "✓"; margin-right: 5px; }
.b5qh5y li::before { content: "✗"; margin-right: 5px; }
.kf6kz405 .s5pd li::before { content: "→"; }
.kf6kz405 .b5qh5y li::before { content: "–"; }
.kke8  .s5pd li::before { content: "★"; }
.kke8  .b5qh5y li::before { content: "✕"; }
.ukjip0l    .s5pd li::before { content: "◆"; }
.ukjip0l    .b5qh5y li::before { content: "▲"; }
.asmj  .s5pd li::before { content: "▶"; }
.asmj  .b5qh5y li::before { content: "■"; }
.r2zy9pxi { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.o30i3z { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.jejz { background: var(--bg-pros); color: var(--c-tag-pay); }
.kdfwr { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.db72r2i .kdfwr { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.ghuj .kdfwr { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .b83oxtyu .wzw380g {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .b83oxtyu .tseb { margin: 0; }
}
.k9v00 .v9fb { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.k9v00 .ohyll8q h3 { color: var(--accent-light); }
.k9v00 .sz29z2 { background: var(--bg-page); border: 1px solid var(--border); }
.al45k94x .tseb { border-top: 4px solid var(--accent); }
.al45k94x .v9fb { background: var(--bg-card); }
.htdl4h .tseb { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.htdl4h .v9fb { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.htdl4h .i6t30vl { padding: 14px 16px; }
.htdl4h .sz29z2 { border-radius: 4px; }
.htdl4h .kdfwr { border-radius: 0; }
.th7kn9k9 .v9fb { padding: 0; gap: 0; overflow: hidden; }
.th7kn9k9 .sz29z2 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.th7kn9k9 .ohyll8q { padding: 16px 20px; }
.th7kn9k9 .nzfbc { padding: 16px 20px; align-self: center; }
.hwmh6ke .tn0owsnp { font-size: .95rem; }
.av7n .xc3f8q { gap: 10px; }
.av7n .zinn, .av7n .oy37e { padding: 12px; }
.av7n .zinn ul, .av7n .oy37e ul { margin: 4px 0 0; padding-left: 18px; }
.av7n .zinn li, .av7n .oy37e li { font-size: .85rem; margin-bottom: 3px; }
.sjw7r .o30i3z { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .wexsik { grid-template-columns: 1fr; }
  .w5x12971 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .w5x12971 .s0evek { width: 72px; height: 50px; }
  .w5x12971 .pm0nyrmm { max-width: 180px; }
  .w5x12971 .bnzjw { width: auto; }
}
.toki .hwmh6ke .tn0owsnp { filter: brightness(1.2); }
@media (max-width: 720px) {
  .toki { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .we3z { padding: 16px; }
  .yd8o3fo .xg6xn { min-width: 50%; }
}
.d0ixm2ce .xc3f8q { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .tpyb1 { grid-template-columns: 1fr; }
  .w0ox88o { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .pfxnqd3 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .qzhngs4p { flex-wrap: wrap; padding: 16px; }
}
.y8dje .xc3f8q { gap: 8px; }
.y8dje .zinn, .y8dje .oy37e { padding: 8px; }
@media (max-width: 480px) {
  .u9can { flex-direction: column; align-items: stretch; }
}
.cgx8 .bnzjw .kelaghs { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ip3tw { flex-direction: column; align-items: stretch; gap: 10px; }
  .cgx8 .bnzjw { text-align: center; }
}
@media (max-width: 720px) {
  .ak5ipu4 { grid-template-columns: 1fr; }
  .kcaut { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .dmzvubk { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.xhnbqwr .gro8nh { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.gq0o3 .tn0owsnp { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .nl3pmcn { grid-template-columns: 1fr; }
  .gq0o3 { width: 100px; height: 100px; margin: 16px auto; }
  .xhnbqwr { font-size: 1.4rem; }
  .ah0cjmcy { justify-content: center; }
  .g8uy0j5 .xg6xn { min-width: 50%; }
}
.sqlg8 .xc3f8q { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .u9w2 { flex-wrap: wrap; padding: 14px 16px; }
  .ogbf { padding: 12px 16px; }
  .sqlg8 .xc3f8q { margin: 0 16px; }
  .sqlg8 .sjw7r { padding: 0 16px; }
  .aggdmn6 { padding: 12px 16px; }
}
.dgcrzk7 .y28h {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.dgcrzk7 .y28h:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.bbrabtt .pvkmkp3h { gap: 18px; }
.bbrabtt .y28h {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.bbrabtt .y28h:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.l6n160 .pvkmkp3h {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.l6n160 .y28h {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.l6n160 .y28h:last-child { border-bottom: none; }
.l6n160 .x4sj9h,
.l6n160 .lnteo1gu,
.l6n160 .j7s3ya {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.kh6349 .pvkmkp3h { gap: 0; }
.kh6349 .y28h {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.kh6349 .y28h:last-child { border-bottom: none; }
.kh6349 .y28h:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.kh6349 .y28h:nth-child(even):hover { background: var(--bg-hover); }
.sq6zgq6b .y28h {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.qjxzj .j7s3ya .ypql {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.qjxzj .j7s3ya .ypql:first-child { border-left: none; }
.opk4 .j7s3ya .ypql {
  background: transparent; padding: 4px 8px;
}
.opk4 .j7s3ya .tq18yt2 { font-size: .65rem; opacity: .65; }
.opk4 .j7s3ya .w64lgq9   { font-size: 1.15rem; color: var(--accent-light); }
.c3ei3gi .j7s3ya .ypql {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.eakfja3n { display: none; }
.gmqn0w0 .g7yu { font-size: 1rem; letter-spacing: 2px; }
.mq58whf4 .g7yu {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.jw4jcwh .g7yu,
.upl2 .g7yu,
.eqxmrq .g7yu { display: none; }
.jw4jcwh .eakfja3n,
.upl2 .eakfja3n,
.eqxmrq .eakfja3n { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.jw4jcwh .eakfja3n { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.jw4jcwh .eakfja3n small { display: none; }
.upl2 .eakfja3n {
  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;
}
.upl2 .eakfja3n small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.eqxmrq .eakfja3n {
  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;
}
.eqxmrq .eakfja3n small { display: none; }
.jw4jcwh .mjp41bq .tn0owsnp,
.upl2 .mjp41bq .tn0owsnp,
.eqxmrq .mjp41bq .tn0owsnp { display: none; }
.jw4jcwh .mjp41bq strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.jw4jcwh .gro8nh { display: none; }
.upl2 .mjp41bq 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;
}
.upl2 .l04bc,
.upl2 .gro8nh { font-size: 1em; }
.eqxmrq .mjp41bq strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.eqxmrq .gro8nh { display: none; }
.o65xa { margin: 16px 0; }
.sxk13 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.sxk13 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.sxk13 summary::after { content: "+"; color: var(--accent-light); }
.sxk13[open] summary::after { content: "−"; }
.sxk13 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.nzbhsc { margin-bottom: 0; }
.xgvmiw5 h2.ezlane2i { color: var(--text-primary); border-color: var(--accent-light); }
.o2h1 h2.ezlane2i { color: var(--text-primary); border-color: var(--accent-light); }
.vfv85qft .robtqa1n     { background: #052e16; border-color: #10b981; }
.vfv85qft .af5g { background: #2d0a1e; border-color: #f43f5e; }
.vfv85qft .a0gs    { background: #1e1036; border-color: #a855f7; }
.vfv85qft .gqdbpjfd strong  { color: #f1f5f9; }
.vfv85qft .gqdbpjfd p       { color: #cbd5e1; }
.vfv85qft .p0mauz5    .robtqa1n     .ft01etfy::before,
.vfv85qft .e0db4o  .robtqa1n     .ft01etfy::before,
.vfv85qft .guwhrv  .robtqa1n     .ft01etfy::before,
.vfv85qft .uesj .robtqa1n     .ft01etfy::before { color: #10b981; }
.vfv85qft .p0mauz5    .af5g .ft01etfy::before,
.vfv85qft .e0db4o  .af5g .ft01etfy::before,
.vfv85qft .guwhrv  .af5g .ft01etfy::before,
.vfv85qft .uesj .af5g .ft01etfy::before { color: #f43f5e; }
.vfv85qft .p0mauz5    .a0gs    .ft01etfy::before,
.vfv85qft .e0db4o  .a0gs    .ft01etfy::before,
.vfv85qft .guwhrv  .a0gs    .ft01etfy::before,
.vfv85qft .uesj .a0gs    .ft01etfy::before { color: #a855f7; }
.x29g7oi .robtqa1n     { background: #2d2000; border-color: #eab308; }
.x29g7oi .af5g { background: #2d0b0b; border-color: #ef4444; }
.x29g7oi .a0gs    { background: #2d1600; border-color: #f97316; }
.x29g7oi .gqdbpjfd strong  { color: #f1f5f9; }
.x29g7oi .gqdbpjfd p       { color: #cbd5e1; }
.x29g7oi .p0mauz5    .robtqa1n     .ft01etfy::before,
.x29g7oi .e0db4o  .robtqa1n     .ft01etfy::before,
.x29g7oi .guwhrv  .robtqa1n     .ft01etfy::before,
.x29g7oi .uesj .robtqa1n     .ft01etfy::before { color: #eab308; }
.x29g7oi .p0mauz5    .af5g .ft01etfy::before,
.x29g7oi .e0db4o  .af5g .ft01etfy::before,
.x29g7oi .guwhrv  .af5g .ft01etfy::before,
.x29g7oi .uesj .af5g .ft01etfy::before { color: #ef4444; }
.x29g7oi .p0mauz5    .a0gs    .ft01etfy::before,
.x29g7oi .e0db4o  .a0gs    .ft01etfy::before,
.x29g7oi .guwhrv  .a0gs    .ft01etfy::before,
.x29g7oi .uesj .a0gs    .ft01etfy::before { color: #f97316; }
.qd77ova .robtqa1n     { background: #0c1a2e; border-color: #38bdf8; }
.qd77ova .af5g { background: #12103a; border-color: #818cf8; }
.qd77ova .a0gs    { background: #0a2020; border-color: #2dd4bf; }
.qd77ova .gqdbpjfd strong  { color: #f1f5f9; }
.qd77ova .gqdbpjfd p       { color: #cbd5e1; }
.qd77ova .p0mauz5    .robtqa1n     .ft01etfy::before,
.qd77ova .e0db4o  .robtqa1n     .ft01etfy::before,
.qd77ova .guwhrv  .robtqa1n     .ft01etfy::before,
.qd77ova .uesj .robtqa1n     .ft01etfy::before { color: #38bdf8; }
.qd77ova .p0mauz5    .af5g .ft01etfy::before,
.qd77ova .e0db4o  .af5g .ft01etfy::before,
.qd77ova .guwhrv  .af5g .ft01etfy::before,
.qd77ova .uesj .af5g .ft01etfy::before { color: #818cf8; }
.qd77ova .p0mauz5    .a0gs    .ft01etfy::before,
.qd77ova .e0db4o  .a0gs    .ft01etfy::before,
.qd77ova .guwhrv  .a0gs    .ft01etfy::before,
.qd77ova .uesj .a0gs    .ft01etfy::before { color: #2dd4bf; }
.buq17::before,
.cbieq::before { margin-right: 5px; }
.wg04vd .zinn ul li,
.wg04vd .s5pd li         { color: #4ade80; }
.wg04vd .zinn .buq17 { color: #22c55e; }
.wg04vd .oy37e ul li,
.wg04vd .b5qh5y li         { color: #f87171; }
.wg04vd .oy37e .cbieq { color: #ef4444; }
.llg653 .zinn { background: var(--bg-pros); }
.llg653 .oy37e { background: var(--bg-cons); }
.llg653 .zinn .buq17 { color: var(--c-pros-label); }
.llg653 .oy37e .cbieq { color: var(--c-cons); }
.llg653 .zinn ul li,
.llg653 .s5pd li            { color: var(--c-pros); }
.llg653 .oy37e ul li,
.llg653 .b5qh5y li            { color: var(--c-cons); }
.mcfr4 .zinn { background: var(--bg-pros); }
.mcfr4 .oy37e { background: var(--bg-cons); }
.mcfr4 .zinn .buq17 { color: var(--c-pros-label); }
.mcfr4 .oy37e .cbieq { color: var(--c-cons); }
.mcfr4 .zinn ul li,
.mcfr4 .s5pd li          { color: var(--c-pros); }
.mcfr4 .oy37e ul li,
.mcfr4 .b5qh5y li          { color: var(--c-cons); }
.ka0x .buq17::before { content: "✓ "; }
.ka0x .cbieq::before { content: "✗ "; }
.kf6kz405 .buq17::before { content: "→ "; }
.kf6kz405 .cbieq::before { content: "← "; }
.kke8 .buq17::before { content: "★ "; }
.kke8 .cbieq::before { content: "✕ "; }
.ukjip0l .buq17::before { content: "◆ "; }
.ukjip0l .cbieq::before { content: "▲ "; }
.ghuj .gqdbpjfd { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.ghuj .gqdbpjfd strong { color: var(--text-primary); }
.ghuj .gqdbpjfd p      { color: var(--text-muted); }
.db72r2i .gqdbpjfd { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.u0fg .gqdbpjfd {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.u0fg .gqdbpjfd strong,
.u0fg .gqdbpjfd p { color: #fff; }
.u0fg .ft01etfy::before { color: rgba(255,255,255,0.9) !important; }
.uu63p .gqdbpjfd {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.uu63p .gqdbpjfd strong { color: var(--text-primary); }
.uu63p .gqdbpjfd p      { color: var(--text-muted); }
.gkfzrh .gqdbpjfd { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.p0mauz5 .ft01etfy,
.e0db4o .ft01etfy,
.guwhrv .ft01etfy,
.uesj .ft01etfy { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.p0mauz5 .ft01etfy::before,
.e0db4o .ft01etfy::before,
.guwhrv .ft01etfy::before,
.uesj .ft01etfy::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.p0mauz5 .robtqa1n     .ft01etfy::before { content: "✦"; color: var(--c-tip-border); }
.p0mauz5 .af5g .ft01etfy::before { content: "▲"; color: var(--c-warn-border); }
.p0mauz5 .a0gs    .ft01etfy::before { content: "◉"; color: #60a5fa; }
.e0db4o .robtqa1n     .ft01etfy::before { content: "★"; color: var(--c-tip-border); }
.e0db4o .af5g .ft01etfy::before { content: "◆"; color: var(--c-warn-border); }
.e0db4o .a0gs    .ft01etfy::before { content: "●"; color: #60a5fa; }
.guwhrv .robtqa1n     .ft01etfy::before { content: "▶"; color: var(--c-tip-border); }
.guwhrv .af5g .ft01etfy::before { content: "■"; color: var(--c-warn-border); }
.guwhrv .a0gs    .ft01etfy::before { content: "▸"; color: #60a5fa; }
.uesj .robtqa1n     .ft01etfy::before { content: "→"; color: var(--c-tip-border); }
.uesj .af5g .ft01etfy::before { content: "⬥"; color: var(--c-warn-border); }
.uesj .a0gs    .ft01etfy::before { content: "◈"; color: #60a5fa; }
.j9eg4s4 .p2k7ka5 .ip9er,
.j9eg4s4 .gfi26c .ip9er  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.j9eg4s4 .jp23hb5                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.j9eg4s4 .y28h                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.j9eg4s4 .tseb            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.j9eg4s4 .kht8z          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.j9eg4s4 .kj57yj                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.dckr .p2k7ka5 .ip9er,
.dckr .gfi26c .ip9er,
.dckr .jp23hb5,
.dckr .y28h,
.dckr .tseb,
.dckr .kht8z,
.dckr .kj57yj,
.dckr .gkfzrh .gqdbpjfd { box-shadow: none; }
.issfcu   .nlqu6hr, .issfcu .wknv1m1, .issfcu .e2g86v,
.issfcu   .uvj2, .issfcu .s9airrlx { font-size: 0.9rem; }
.issfcu   .qwu20f, .issfcu .hf1cwzf { font-size: 0.9rem; }
.op8zd   .nlqu6hr, .op8zd .wknv1m1, .op8zd .e2g86v,
.op8zd   .uvj2, .op8zd .s9airrlx { font-size: 0.95rem; }
.op8zd   .qwu20f, .op8zd .hf1cwzf { font-size: 0.95rem; }
.dprsr   .nlqu6hr, .dprsr .wknv1m1, .dprsr .e2g86v,
.dprsr   .uvj2, .dprsr .s9airrlx { font-size: 1.08rem; }
.dprsr   .qwu20f, .dprsr .hf1cwzf { font-size: 1.05rem; }
.dprsr   .l92eyen3 { font-size: 0.97rem; }
.cuwho1 .q0v4d4      { font-size: 3.2rem; }
.cuwho1 h2.ezlane2i { font-size: 1.9rem; }
.cuwho1 h3.kwgujma     { font-size: 1.4rem; }
.ec7js .q0v4d4      { font-size: 3.8rem; }
.ec7js h2.ezlane2i { font-size: 2.2rem; }
.ec7js h3.kwgujma     { font-size: 1.6rem; }
.nzbhsc + .nzbhsc { position: relative; }
.k5cu   .nzbhsc + .nzbhsc::before,
.gcgjsd  .nzbhsc + .nzbhsc::before,
.gg6ada   .nzbhsc + .nzbhsc::before,
.gkezy9   .nzbhsc + .nzbhsc::before,
.xit6s3f   .nzbhsc + .nzbhsc::before,
.j9o59 .nzbhsc + .nzbhsc::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.k5cu .nzbhsc + .nzbhsc::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.gcgjsd .nzbhsc + .nzbhsc::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.gg6ada .nzbhsc + .nzbhsc::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;
}
.gkezy9 .nzbhsc + .nzbhsc::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.mnfk37 .nzbhsc { margin-bottom: 16px; }
.mnfk37 .nzbhsc + .nzbhsc { margin-top: 0; }
.mnfk37 .f9awkl0p { padding-top: 0; padding-bottom: 0; }
.xit6s3f .nzbhsc + .nzbhsc::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.j9o59 .nzbhsc + .nzbhsc::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.c2dc .nzbhsc + .nzbhsc::before,
.fqkih0 .nzbhsc + .nzbhsc::before,
.vhei01 .nzbhsc + .nzbhsc::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%;
}
.bnqsqf3 .c2dc .nzbhsc:nth-child(even)::before,
.bnqsqf3 .fqkih0 .nzbhsc:nth-child(even)::before,
.bnqsqf3 .vhei01 .nzbhsc:nth-child(even)::before { background: var(--bg-surface); }
.k55svo .c2dc .nzbhsc:nth-child(even)::before,
.k55svo .fqkih0 .nzbhsc:nth-child(even)::before,
.k55svo .vhei01 .nzbhsc:nth-child(even)::before { background: var(--bg-card); }
.c2dc .nzbhsc + .nzbhsc::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");
}
.fqkih0 .nzbhsc + .nzbhsc::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");
}
.vhei01 .nzbhsc + .nzbhsc::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");
}
.kvrd5q .ur3s,
.tn41s5v3 .ur3s,
.v8jamkp .ur3s { overflow: hidden; }
.kvrd5q .xg4yxr58,
.tn41s5v3 .xg4yxr58 { margin-bottom: 60px; }
.v8jamkp .xg4yxr58 { margin-bottom: 70px; }
.kvrd5q .qh0ftj,
.kvrd5q .ur3s::before,
.tn41s5v3 .ur3s::before,
.v8jamkp .ur3s::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%;
}
.kvrd5q .ur3s::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");
}
.tn41s5v3 .ur3s::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");
}
.v8jamkp .ur3s::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");
}
.bc9ynvk .ur3s:not(.ot84i) .o40k { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.y4batb .ur3s:not(.ot84i) .o40k { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.fu3hrh  .ur3s:not(.ot84i) .o40k { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.qklqmi2  .ur3s:not(.ot84i) .o40k { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.bc9ynvk .ot84i { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.y4batb .ot84i { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.fu3hrh .ot84i { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.fu3hrh .tc4f33h { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.fu3hrh .vf5kv1 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.qklqmi2 .ot84i { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.z2pp .ot84i { background: var(--accent); }
.z2pp .ot84i .o40k { background: none; }
.z2pp .ur3s:not(.ot84i) .o40k { background: rgba(0,0,0,0.6); }
.k81jarsw .nr75 { float: left; width: 38%; margin: 0 28px 16px 0; }
.k81jarsw .nr75 .n0f2jq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.k81jarsw .f9awkl0p::after { content: ''; display: block; clear: both; }
.xb778 .nr75 { float: right; width: 38%; margin: 0 0 16px 28px; }
.xb778 .nr75 .n0f2jq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xb778 .f9awkl0p::after { content: ''; display: block; clear: both; }
.uki8y97r .nzbhsc:nth-child(odd)  .nr75 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.uki8y97r .nzbhsc:nth-child(even) .nr75 { float: right; width: 38%; margin: 0 0 16px 28px; }
.uki8y97r .nr75 .n0f2jq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.uki8y97r .f9awkl0p::after { content: ''; display: block; clear: both; }
.k81jarsw .vxraf,
.k81jarsw .pvkmkp3h,
.xb778 .vxraf,
.xb778 .pvkmkp3h,
.uki8y97r .vxraf,
.uki8y97r .pvkmkp3h { clear: both; }
@media (max-width: 900px) {
  .k81jarsw .nr75,
  .xb778 .nr75,
  .uki8y97r .nzbhsc:nth-child(odd)  .nr75,
  .uki8y97r .nzbhsc:nth-child(even) .nr75 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .k81jarsw .nr75 .n0f2jq,
  .xb778 .nr75 .n0f2jq,
  .uki8y97r .nr75 .n0f2jq {
    max-height: none !important;
  }
}
.k81jarsw .qwu20f,
.k81jarsw .hf1cwzf,
.xb778 .qwu20f,
.xb778 .hf1cwzf,
.uki8y97r .qwu20f,
.uki8y97r .hf1cwzf { overflow: hidden; }
@media (max-width: 640px) {
  .k81jarsw .nr75,
  .xb778 .nr75,
  .uki8y97r .nr75 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.w6b1 .nvrb43nu,
.w6b1 .f9awkl0p,
.w6b1 .vgfmain  { max-width: 1100px; }
.djrjs1i .nvrb43nu,
.djrjs1i .f9awkl0p,
.djrjs1i .vgfmain  { max-width: 1200px; }
.wiz2 .nvrb43nu,
.wiz2 .f9awkl0p,
.wiz2 .vgfmain  { max-width: 1320px; }
.wiz2 { --content-mw: 1320px; }
.krgq { font-size: 0.82rem; color: var(--text-muted); }
.cuzz { display: flex; align-items: center; }
.wmg1z {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.qmbsnzxi { display: flex; align-items: center; }
.rc14 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.rc14:hover { text-decoration: underline; }
.r6ad8a34 { margin: 0 3px; opacity: 0.45; }
.r6ad8a34::before { content: '/'; }
.fypcp { padding: 2px 5px; color: var(--text-main); }
.eg4y .krgq {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.eg4y .cuzz { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.muzgsl2m .krgq {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.muzgsl2m .cuzz { padding: 0 0 0 12px; }
.gq57n4hw .cuzz { padding: 0 16px; }
.gq57n4hw .krgq {
  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);
}
.gq57n4hw .nvrb43nu { padding-top: 28px; }
@media (max-width: 720px) {
  .brifvi { margin-top: 18px; padding: 0 16px; }
  .gq57n4hw .nvrb43nu { padding-top: 16px; }
}
.w6b1.eg4y .cuzz { max-width: 1100px; }
.djrjs1i.eg4y .cuzz { max-width: 1200px; }
.wiz2.eg4y .cuzz { max-width: 1320px; }
.wiz2 .brifvi { max-width: 1320px; }
.hkh3j .nzbhsc { padding-top: 16px; padding-bottom: 16px; }
.duvdklof .nzbhsc { padding-top: 24px; padding-bottom: 24px; }
.o1ynkfot .nzbhsc { padding-top: 40px; padding-bottom: 40px; }
.igkc .nzbhsc { padding-top: 52px; padding-bottom: 52px; }
.pm1x1w .nzbhsc:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.pm1x1w .nzbhsc:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.pm1x1w .nzbhsc:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.pm1x1w .nzbhsc:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.c0p6 .f9awkl0p { padding-top: 10px;  padding-bottom: 10px; }
.kjixc9 .f9awkl0p { padding-top: 18px;  padding-bottom: 18px; }
.i6cr .f9awkl0p { padding-top: 36px;  padding-bottom: 36px; }
.uwsc9of .f9awkl0p { padding-top: 48px;  padding-bottom: 48px; }
.a73wh7a h2.ezlane2i { font-weight: 600; }
.a73wh7a h3.kwgujma     { font-weight: 600; }
.wkiion9 { font-weight: 500; }
.wkiion9 h2.ezlane2i { font-weight: 800; }
.wkiion9 h3.kwgujma     { font-weight: 700; }
.wzjfryi h2.ezlane2i { font-weight: 900; }
.wzjfryi h3.kwgujma     { font-weight: 800; }
.wzjfryi .gqdbpjfd strong,
.wzjfryi .gqdbpjfd strong { font-weight: 600; }
.a8cr6m {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.jjpz4yfq .a8cr6m { display: none; }
@media (max-width: 640px) {
  .a8cr6m { display: none !important; }
}
.a8cr6m { background: var(--cta) !important; color: #fff !important; border: none !important; }
.a8cr6m:hover { opacity: 0.85; }
.en9nwy5g .a8cr6m { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.oav5pcwr .hfqq0 { right: 32px; }
@media (max-width: 480px) {
  .oav5pcwr .hfqq0 { right: 20px; bottom: 20px; }
  .ijw4hsa  .hfqq0 { left: 20px; bottom: 20px; }
}
.xp2u6 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.vgfmain { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.jcj9c { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.t9x5aew { color: var(--text-dim); font-size: 0.8rem; }
.ghst a, .nczqr2 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.ghst a:hover, .nczqr2 a:hover { color: var(--accent-light); }
.nczqr2 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.u8s0z4 .vgfmain { text-align: center; }
.u8s0z4 .nczqr2 { justify-content: center; margin-bottom: 16px; }
.u8s0z4 .jcj9c { margin-top: 0; }
.uza9u { margin-top: 10px; }
.uza9u a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .vgfmain { padding-left: 16px; padding-right: 16px; }
  .yerf9r .vgfmain { padding: 20px 16px; }
  .nczqr2 { gap: 4px 12px; }
  .jcj9c { font-size: 0.78rem; }
}
.z2lhvmgo .jcj9c { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.z2lhvmgo .t9x5aew { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .z2lhvmgo .lh9ak2g { grid-template-columns: 1fr 1fr; } .z2lhvmgo .bukixj { grid-column: 1 / -1; } }
@media (max-width: 480px) { .z2lhvmgo .lh9ak2g { grid-template-columns: 1fr; } }
.a0c8 .jcj9c { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .a0c8 .u6daphwc { gap: 12px; } .a0c8 .uqny59ib { margin-right: 0; width: 100%; } }
.k29bd0 .jcj9c { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.k29bd0 .t9x5aew { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .k29bd0 .dqhmxxl { grid-template-columns: 1fr 1fr; } .k29bd0 .l9audqar { grid-column: 1 / -1; } }
@media (max-width: 480px) { .k29bd0 .dqhmxxl { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .b78x .veb33w { grid-template-columns: 1fr 1fr; } .b78x .j9snnw:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .b78x .veb33w { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .eq4kyi .veb33w { grid-template-columns: 1fr; } }
.m3fqdn2 .vgfmain { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.m3fqdn2 .nczqr2 { justify-content: center; }
.saco .j9owk      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.saco .xp2u6 { background: var(--bg-page); border-top-color: var(--border-alt); }
.o0gfy .j9owk      { background: #0d1117; border-bottom-color: #21262d; }
.o0gfy .u96x { color: var(--accent-light); }
.o0gfy .ofjspk9 { --msep-color: #8b949e; }
.o0gfy .ofjspk9 a { color: #8b949e; }
.o0gfy .ofjspk9 a:hover { color: var(--accent-light); }
.o0gfy .aw1sm { color: #8b949e; }
.o0gfy .xp2u6 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.o0gfy .jcj9c,
.o0gfy .t9x5aew { color: #6e7681; }
.o0gfy .ghst a, .o0gfy .nczqr2 a,
.o0gfy .ghst a:hover, .o0gfy .nczqr2 a:hover,
@media (max-width: 640px) {
  .o0gfy .ofjspk9 { background: #0d1117; border-top-color: #21262d; }
  .o0gfy .ofjspk9 li a { border-bottom-color: #21262d; }
}
.ufzznhv5 .j9owk      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ufzznhv5 .u96x { color: var(--accent-light); }
.ufzznhv5 .ofjspk9 { --msep-color: #475569; }
.ufzznhv5 .ofjspk9 a { color: #475569; }
.ufzznhv5 .ofjspk9 a:hover { color: var(--accent-light); }
.ufzznhv5 .aw1sm { color: #64748b; }
.ufzznhv5 .xp2u6 { background: #f0f4f8; border-top-color: #cbd5e1; }
.ufzznhv5 .jcj9c,
.ufzznhv5 .t9x5aew { color: #64748b; }
.ufzznhv5 .ghst a, .ufzznhv5 .nczqr2 a,
.ufzznhv5 .ghst a:hover, .ufzznhv5 .nczqr2 a:hover,
@media (max-width: 640px) {
  .ufzznhv5 .ofjspk9 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ufzznhv5 .ofjspk9 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.dlqxjj .j9owk      { background: var(--accent); border-bottom-color: var(--accent-light); }
.dlqxjj .u96x { color: #fff; }
.dlqxjj .ofjspk9 { --msep-color: rgba(255,255,255,0.82); }
.dlqxjj .ofjspk9 a { color: rgba(255,255,255,0.82); }
.dlqxjj .ofjspk9 a:hover { color: #fff; }
.dlqxjj .aw1sm { color: rgba(255,255,255,0.9); }
.dlqxjj .ppgkr a { color: var(--text-primary) !important; }
.dlqxjj .ppgkr a:hover { color: var(--accent-light) !important; }
.dlqxjj .xp2u6 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.dlqxjj .jcj9c,
.dlqxjj .t9x5aew { color: rgba(255,255,255,0.72); }
.dlqxjj .ghst a, .dlqxjj .nczqr2 a,
.dlqxjj .g6j1m51 a, .dlqxjj .uxq4 a,
.dlqxjj .snq55zvq a, .dlqxjj .uqny59ib { color: #fff; }
.dlqxjj .qw21, .dlqxjj .ghci { color: rgba(255,255,255,0.7); }
.dlqxjj .ghst a:hover, .dlqxjj .nczqr2 a:hover,
.dlqxjj .g6j1m51 a:hover, .dlqxjj .uxq4 a:hover { color: #fff; }
@media (max-width: 640px) {
  .dlqxjj .ofjspk9 { background: var(--accent); border-top-color: var(--accent-light); }
  .dlqxjj .ofjspk9 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.rjptvi2m .j9owk {
  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);
}
.rjptvi2m .xp2u6 {
  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) {
  .rjptvi2m .ofjspk9 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.jwjc1s0 .pjfhjz { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.f5czc .pjfhjz { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.l5exy9i .pjfhjz { min-height: 72px; height: auto; }
.kqy96 .pjfhjz { min-height: 84px; height: auto; }
.yerf9r .pjfhjz { max-width: none; padding: 0 32px; }
.yerf9r .vgfmain  { max-width: none; padding: 24px 32px; }
.ztlbnsrp.djrjs1i .pjfhjz { max-width: 1200px; }
.ztlbnsrp.wiz2 .pjfhjz { max-width: 1320px; }
.z2d8k   .u96x, .z2d8k   .uqny59ib { text-transform: capitalize; }
.qaetvya .u96x, .qaetvya .uqny59ib { text-transform: lowercase; }
.sp7h0k9 .u96x, .sp7h0k9 .uqny59ib { text-transform: uppercase; letter-spacing: 0.06em; }
.rpo1vs, .c6h2o3 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.f2tx67 .rpo1vs,
.nsotdh .rpo1vs,
.is0j .rpo1vs,
.u6alui .rpo1vs,
.jfj1zerg   .ofjspk9 a { font-weight: 500; }
.mx4dgir .ofjspk9 a { font-weight: 600; }
.l6ufd0     .ofjspk9 a { font-weight: 700; }
.ofg2    .ofjspk9 a { font-weight: 800; letter-spacing: 0.01em; }
.nmtvf     .ofjspk9 > li + li::before,
.w13k4z    .ofjspk9 > li + li::before,
.s5jqeq3c    .ofjspk9 > li + li::before,
.iavlc .ofjspk9 > li + li::before,
.o8vdxl .ofjspk9 > li + li::before,
.e10lgd  .ofjspk9 > li + li::before,
.bvul    .ofjspk9 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.nmtvf     .ofjspk9 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.w13k4z    .ofjspk9 > li + li::before { content: "|"; }
.s5jqeq3c    .ofjspk9 > li + li::before { content: "—"; }
.iavlc .ofjspk9 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.o8vdxl .ofjspk9 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.e10lgd  .ofjspk9 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.bvul    .ofjspk9 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .zwvfyl .aw1sm,
  .zg9m .aw1sm,
  .lqxob .aw1sm,
  .dhq6gx3s .aw1sm,
  .lmeofq .aw1sm {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .zwvfyl .aw1sm::before,
  .zg9m .aw1sm::before,
  .lqxob .aw1sm::before,
  .dhq6gx3s .aw1sm::before,
  .lmeofq .aw1sm::before { content: ""; display: block; flex-shrink: 0; }

  
  .zwvfyl .aw1sm::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;
  }

  
  .zg9m .aw1sm::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;
  }

  
  .lqxob .aw1sm::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;
  }

  
  .dhq6gx3s .aw1sm::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;
  }

  
  .lmeofq .aw1sm::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) {
  .jb46rm .aw1sm {
    padding: 5px 14px;
  }
  .jb46rm .ofjspk9 {
    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;
  }
  .jb46rm .ofjspk9 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .jb46rm .ofjspk9 li a:hover { background: var(--bg-raised); }
  .jb46rm .t2rr,
  .xf2e .t2rr,
  .cfhtt .t2rr { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .hig5z0cy .aw1sm {
    padding: 5px 10px;
  }
  .hig5z0cy .ofjspk9 {
    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);
  }
  .hig5z0cy .ofjspk9.ch5syhh { transform: translateX(0); }
  .hig5z0cy .ofjspk9 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .hig5z0cy .ofjspk9 li:last-child a { border-bottom: none; }
  .dlqxjj .ofjspk9,
  .o0gfy .ofjspk9 { background: var(--accent) !important; }
  .dlqxjj .ofjspk9 li a,
  .o0gfy .ofjspk9 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .cfhtt .aw1sm {
    padding: 5px 10px;
  }
  .cfhtt .ofjspk9 {
    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);
  }
  .cfhtt .ofjspk9::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .cfhtt .ofjspk9.ch5syhh { transform: translateY(0); }
  .cfhtt .ofjspk9 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .gw2k .aw1sm {
    padding: 5px 10px;
  }
  .gw2k .ofjspk9 {
    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;
  }
  .gw2k .ofjspk9.ch5syhh { opacity: 1; pointer-events: auto; }
  .gw2k .ofjspk9 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .qmgh     .aw1sm { border-radius: 0 !important; }
  .jirz3xn   .aw1sm { border-radius: 8px !important; }
  .ymaq8y .aw1sm { border-radius: 50% !important; }
  .uwqfr7ml   .aw1sm { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .i5tk6rdf .vy07 { flex-direction: column; align-items: stretch; }
  .i5tk6rdf .mcguj { flex-direction: row; min-width: auto; }
  .i5tk6rdf .svay44n { align-items: flex-start; text-align: left; }
}
.c8eje,
.c8eje.nzbhsc,
.bnqsqf3 .c8eje,
.so0c8y .c8eje,
.k55svo .c8eje,
.j6hhnl .c8eje {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.puoni {
  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;
}
.s18h6r { flex: 1 1 280px; min-width: 0; }
.hhovzodm {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.xu1u {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.bcds1 {
  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;
}
.bcds1:hover { transform: translateY(-1px); opacity: 0.95; }
.kpygvepw .puoni {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.kpygvepw .hhovzodm { color: var(--cta); }
.kpygvepw .xu1u { color: var(--text-body); }
.kpygvepw .bcds1 {
  background: var(--cta) !important;
  color: #fff !important;
}
.g8fn6qj .puoni {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.g8fn6qj .hhovzodm { color: var(--text-primary); }
.g8fn6qj .xu1u { color: var(--text-body); }
.g8fn6qj .bcds1 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .puoni {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .s18h6r { flex: 0 0 auto; }
  .hhovzodm { font-size: 1.2rem; }
  .bcds1 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.txx62u .l389ue { height: 36px; }
.xl7b6bu .l389ue { height: 60px; max-width: 200px; }
.w67c .l389ue { height: 56px; max-width: 180px; }
.r0cb2    .g7yu, .r0cb2    .tn0owsnp { color: #f59e0b; }
.sgv7      .g7yu { font-size: 1rem; letter-spacing: 1.5px; }
.sgv7      .tn0owsnp   { font-size: 1.35rem; }
.hndw    .g7yu, .hndw    .tn0owsnp { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.pmg6     .g7yu, .pmg6     .tn0owsnp { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.vlcjw .g7yu, .vlcjw .tn0owsnp { color: var(--cta); letter-spacing: 2px; }
.aw1zwdf   .g7yu, .aw1zwdf   .tn0owsnp { color: #e91e63; letter-spacing: 2px; }
.cdtl  .g7yu, .cdtl  .tn0owsnp { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.to7ak2v     .g7yu, .to7ak2v     .tn0owsnp { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.qjxzj .ypql + .ypql {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.lz8o1s .y28h { padding: 18px 24px; min-height: 68px; }
.opk4 .tq18yt2 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.opk4 .w64lgq9 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.c3ei3gi .ypql {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.pvkmkp3h { counter-reset: cs-rank; }
.pvkmkp3h .y28h { counter-increment: cs-rank; }
.pvkmkp3h .y28h::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;
}
.usyvzcg .pvkmkp3h { counter-reset: cs-rank; gap: 0; }
.usyvzcg .y28h {
  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;
}
.usyvzcg .y28h::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;
}
.usyvzcg .x4sj9h {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.usyvzcg .plrd6bnw {
  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;
}
.usyvzcg .n7izs7 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.usyvzcg .x4sj9h { min-width: 0; flex-direction: column; width: 100%; }
.usyvzcg .y0zs04sr {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.usyvzcg .g7yu { color: var(--cta, var(--accent)); }
.usyvzcg .eakfja3n { font-weight: 700; }
.usyvzcg .ypql {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.usyvzcg .tq18yt2 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.usyvzcg .w64lgq9 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.usyvzcg .wt04a6a .w64lgq9 { font-size: 1.3rem; color: var(--accent-light); }
.usyvzcg .c7v7d {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.usyvzcg .y28h:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .usyvzcg .pvkmkp3h {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .usyvzcg .y28h {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .usyvzcg .y28h { padding: 40px 16px 20px; }
  .usyvzcg .ypql {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .usyvzcg .c7v7d { width: 100%; min-width: 0; }
}
.mbzp3 .pvkmkp3h { counter-reset: cs-rank; gap: 10px; }
.mbzp3 .y28h {
  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);
}
.mbzp3 .y28h::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);
}
.mbzp3 .x4sj9h {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.mbzp3 .plrd6bnw {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.mbzp3 .n7izs7 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.mbzp3 .y0zs04sr {
  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;
}
.mbzp3 .g7yu { color: var(--cta, var(--accent)); }
.mbzp3 .ypql {
  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;
}
.mbzp3 .tq18yt2 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.mbzp3 .w64lgq9 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.mbzp3 .wt04a6a .w64lgq9 { color: var(--accent-light); }
.mbzp3 .c7v7d {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.mbzp3 .y28h:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .mbzp3 .y28h {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .mbzp3 .y28h::before {
    position: absolute; top: 14px; left: 14px;
  }
  .mbzp3 .x4sj9h {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .mbzp3 .y0zs04sr { white-space: normal; text-align: center; font-size: 1.2rem; }
  .mbzp3 .ypql {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .mbzp3 .c7v7d { width: 100%; min-width: 0; }
  .mbzp3 .g7yu { min-width: 0; }
}
.d4j11k3 .y28h::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.wn6ye .sxk13 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.wn6ye .sxk13 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.wn6ye .sxk13 p { padding: 0 2px 16px; }
.m4c4c985 .sxk13 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.m4c4c985 .sxk13 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.m4c4c985 .sxk13 summary::after { content: "›"; font-size: 1.2em; }
.m4c4c985 .sxk13[open] summary::after { content: "‹"; }
.m4c4c985 .sxk13 p { padding: 10px 22px 4px; }
.ubwo7esc .sxk13 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ubwo7esc .sxk13 summary { color: var(--text-primary); padding-left: 16px; }
.ubwo7esc .sxk13 summary::after { content: "›"; font-size: 1.1em; }
.ubwo7esc .sxk13[open] summary::after { content: "‹"; }
.ubwo7esc .sxk13 p { padding-left: 16px; }
.id3ipz0 .o65xa { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.id3ipz0 .sxk13 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.id3ipz0 .sxk13:last-child { border-bottom: none; }
.id3ipz0 .sxk13 summary { color: var(--text-primary); border-radius: 0; }
.id3ipz0 .sxk13 summary::after { content: "›"; font-size: 1.1em; }
.id3ipz0 .sxk13[open] summary::after { content: "‹"; }
.jzrlft .sxk13 { overflow: hidden; }
.jzrlft .sxk13 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.jzrlft .sxk13 summary::after { color: rgba(255,255,255,.75); }
.jzrlft .sxk13[open] summary { border-radius: 0; }
.pqffzy { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.l12hjqck {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.xohrl989 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.t596 { color: var(--text-muted); font-size: 1.05rem; }
.gqa0c5q {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.rnmq {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.kb33 { margin-bottom: 20px; }
.b4p79z {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.myb03iv {
  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;
}
.myb03iv:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.ecsbm { resize: vertical; min-height: 130px; }
.dw6qen { width: 100%; margin-top: 8px; }
.sc2pjb6t {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.z5p9i13 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.btnp { color: var(--text-muted); line-height: 1.75; }
.lxery3x { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.lxery3x li { margin-bottom: 6px; }
.qwe4m { max-width: 760px; margin: 0 auto; }
.puglnilh { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.hhecpk2b ul.lxery3x { margin: 0; }
.zk5ewwo .puglnilh { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .zk5ewwo { grid-template-columns: 1fr; gap: 10px; } }
.xcczm { max-width: 640px; margin: 0 auto; text-align: center; }
.h00sru { margin-bottom: 48px; }
.h00sru .puglnilh { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.h00sru p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.qwcl6be .lxery3x { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .vequ { grid-template-columns: 1fr; } }
.sbqsmz { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.sbqsmz:hover .afat15o { color: var(--accent-light); text-decoration: underline; }
.izt0y0u { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ut6tyjup { margin-bottom: 48px; }
.dxe5yl { max-width: 760px; margin: 0 auto; }
.akwnqqz { max-width: 640px; margin: 0 auto; }
.fvnyvkop { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.fvnyvkop:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.qqgh2qz { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.fvnyvkop p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.fvnyvkop ul.lxery3x { margin: 0; }
.yy4vzj { color: var(--text-muted); line-height: 1.75; }
.gm6aja .lxery3x,
.akwnqqz .lxery3x,
.s4poj .lxery3x,
.m1gz4t .lxery3x {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.gm6aja .fvnyvkop,
.akwnqqz .fvnyvkop { text-align: left; }
.gm6aja .qqgh2qz,
.akwnqqz .qqgh2qz { text-align: center; }
.i896xkhj { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.pkwbjfxq { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.z86pc { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.eatf { margin-top: 12px; }
.zoqgl { 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; }
.zoqgl:hover { border-bottom-color: var(--accent-light); }
.b7z1o2vh { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.b7z1o2vh img { width: 100%; height: 100%; object-fit: cover; display: block; }
.buz2rw { width: 72px; height: 72px; }
.qecg { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.n2hk { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.y5iaeq9w { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .v0p4c { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.gsje .z86pc, .gsje .pkwbjfxq { max-width: 640px; }
.syfo .i896xkhj { font-size: 1.6rem; margin-top: 18px; }
.kv7qduf .z86pc { margin-bottom: 28px; }
@media (max-width: 860px) { .snyhw { grid-template-columns: 1fr; } .syfo { position: static; text-align: center; } }
.jzes3v .b7z1o2vh { margin: 0 auto 18px; }
.jzes3v .n2hk { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .c2iw902w { grid-template-columns: 1fr; } }
.ryzpz6s .i896xkhj { font-size: 1.6rem; margin-bottom: 6px; }
.m1gz4t .lxery3x { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ryzpz6s { flex-direction: column; text-align: center; } .w7tjlt { grid-template-columns: 1fr; } }
.ploz6zb { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.ploz6zb .i896xkhj { font-size: 1.35rem; margin: 0 0 4px; }
.ploz6zb .n2hk { margin: 0; }
.cl1goapa .xohrl989 { color: var(--accent-light); }
.cjulw .xohrl989 { font-size: 2rem; }
.cjulw .t596 { max-width: 680px; }
.evv031 .xohrl989 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.evv031 .t596  { margin: 0; }
@media (max-width: 640px) { .evv031 { flex-direction: column; } }
.a0fu .xohrl989 { color: var(--accent-light); }
.hxnj8dz .xohrl989 { color: #fff; }
.hxnj8dz .t596  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .fjrpgf { grid-template-columns: 1fr; } }
.lcz7862y .myb03iv {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.lcz7862y .myb03iv:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.zepfkc5 .myb03iv { background: var(--bg-raised); border-color: transparent; }
.zepfkc5 .myb03iv:focus { background: var(--bg-card); border-color: var(--accent-light); }
.r4y54 .myb03iv { border-radius: 100px; padding: 11px 20px; }
.r4y54 .ecsbm { border-radius: 14px; }
@media (max-width: 640px) { .gk5l5 { grid-template-columns: 1fr; } }
.a2919{display:none}
.a2919:empty,.j0r0gi5:empty{display:none}
.fum0njt{position:relative;overflow:visible}
.dtybsul3 .xkjeh1z,.tyxs .xkjeh1z,
.p2aebzt .xkjeh1z,.mils0p .xkjeh1z,
.xpx1uu .xkjeh1z,.p1u62 .xkjeh1z{display:block}
.iqurh .u8n4ljzo{display:block}
.dtybsul3 .xkjeh1z,.tyxs .xkjeh1z,
.p2aebzt .xkjeh1z,.mils0p .xkjeh1z,
.xpx1uu .xkjeh1z{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}
.dtybsul3 .xkjeh1z .j0r0gi5,.tyxs .xkjeh1z .j0r0gi5,
.p2aebzt .xkjeh1z .j0r0gi5,.mils0p .xkjeh1z .j0r0gi5,
.xpx1uu .xkjeh1z .j0r0gi5{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}
.dtybsul3 .xkjeh1z,.tyxs .xkjeh1z{top:12px}
.dtybsul3 .xkjeh1z .j0r0gi5{margin-right:auto}
.tyxs .xkjeh1z .j0r0gi5{margin-left:auto}
.tyxs .xkjeh1z{text-align:right}
.p2aebzt .xkjeh1z,.mils0p .xkjeh1z{bottom:12px}
.p2aebzt .xkjeh1z .j0r0gi5{margin-right:auto}
.mils0p .xkjeh1z .j0r0gi5{margin-left:auto}
.mils0p .xkjeh1z{text-align:right}
.xpx1uu .xkjeh1z{position:relative;margin-top:16px}
.xpx1uu .xkjeh1z .j0r0gi5{margin:0 auto}
.p1u62 .xkjeh1z{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.p1u62 .xkjeh1z .j0r0gi5{margin:0}
.p1u62 .vf5kv1~.xkjeh1z,
.p1u62 .m05k8sw4~.xkjeh1z{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.p1u62 .vf5kv1~.xkjeh1z .j0r0gi5,
.p1u62 .m05k8sw4~.xkjeh1z .j0r0gi5{justify-content:flex-start}
.vf5kv1~.xkjeh1z,.m05k8sw4~.xkjeh1z{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}
.vf5kv1~.xkjeh1z .j0r0gi5{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.m05k8sw4~.xkjeh1z .j0r0gi5{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.u8n4ljzo .j0r0gi5{margin:0 0 12px}
.j0r0gi5{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.hk0b8d2i{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.afat15o{font-weight:600;color:var(--text-heading);opacity:1}
.gel5fz .hk0b8d2i{display:none}
.u7z70n .j0r0gi5{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.rr7u8 .zmbh{border-bottom:1px solid currentColor;padding-bottom:2px}
.fhapcox .j0r0gi5{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.t63pf5tg{--date-bg:var(--accent-bg)}
.r8gmei6 .hfb9o9qi::before{content:""}
.bp9tqh .yknefr1{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .yknefr1{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .me6bos4f{max-width:100%}
}
.vdy4 .kht8z{margin:0}
@media (max-width:560px){
  .q358g{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .k0lqq { padding: 28px 18px 20px; }
  .zrqm { font-size: 1.2rem; }
  .dcy877h { max-width: 220px; max-height: 80px; }
}
.fggj1ltg {
  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);
}
.a6e1h {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.h9f5w1  .fggj1ltg { border-radius: 50%; }
.do8mdq  .fggj1ltg { border-radius: 6px; }
.sjd8h02o .fggj1ltg { border-radius: 22px; }
.uxtfan .puoni {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .fggj1ltg { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.c8dyo .nzbhsc {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.c8dyo .f9awkl0p {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.c8dyo .puoni {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.c8tu4g .nzbhsc,
.c8tu4g .f9awkl0p {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.c8tu4g .puoni {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .c8tu4g { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .c8tu4g .puoni {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .c8tu4g .xu1u { display: none !important; }
  .c8tu4g .hhovzodm { font-size: 1.1rem !important; }
  .c8tu4g .fggj1ltg { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .axyrr5pf { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .pjfhjz { flex-direction: row-reverse; }
[dir="rtl"] .ofjspk9 { flex-direction: row-reverse; }
[dir="rtl"] .oav5pcwr .hfqq0 { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .oav5pcwr .hfqq0 { right: auto; left: 20px; }
  [dir="rtl"] .ijw4hsa  .hfqq0 { left: auto;  right: 20px; }
}
[dir="rtl"] .k81jarsw .nr75  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .xb778 .nr75 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .qwu20f, [dir="rtl"] .hf1cwzf { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .zinn { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .oy37e { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .gqdbpjfd { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .puoni { direction: rtl; }
[dir="rtl"] .fggj1ltg { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .y28h,
[dir="rtl"] .krgq { direction: rtl; }
[dir="rtl"] .kj57yj { direction: rtl; }
[dir="rtl"] .p9tv6 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .wodv7r9z .hf1cwzf,
[dir="rtl"] .fdg7sisl .hf1cwzf,
[dir="rtl"] .jvrww .hf1cwzf,
[dir="rtl"] .qbrgvc .hf1cwzf {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .wodv7r9z .hf1cwzf li::before,
[dir="rtl"] .fdg7sisl .hf1cwzf li::before,
[dir="rtl"] .jvrww .hf1cwzf li::before,
[dir="rtl"] .qbrgvc .hf1cwzf li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .ur3s.gamvw .xg4yxr58,
[dir="rtl"] .x3lap3.gamvw .xg4yxr58,
[dir="rtl"] .ot84i.gamvw .xg4yxr58,
[dir="rtl"] .gnmk5p.gamvw .xg4yxr58,
[dir="rtl"] .tn5t.gamvw .xg4yxr58 { text-align: right; }
[dir="rtl"] .vf5kv1.a9ga1 .qh0ftj { text-align: center; }
[dir="rtl"] .f9awkl0p,
[dir="rtl"] .uvj2,
[dir="rtl"] .s9airrlx,
[dir="rtl"] .xg4yxr58 { text-align: right; }
[dir="rtl"] .rnmq,
[dir="rtl"] .b4p79z,
[dir="rtl"] .z86pc,
[dir="rtl"] .myb03iv,
[dir="rtl"] .ecsbm { text-align: right; direction: rtl; }
[dir="rtl"] .r4y54 .myb03iv,
[dir="rtl"] .lcz7862y .myb03iv { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #f97316;
  --brand:           #f97316;
  --brand-light:     #bc560f;
  --brand-pale:      #e27c36;
  --grad-start:      #fba86f;
  --grad-end:        #f8cdaf;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #ef4444;
  --cta-light:       #f11818;
  --cta-hover:       #e21313;
  --bg-page:         #f8f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f4f3;
  --bg-raised:       #f1efed;
  --bg-hover:        #f6f4f3;
  --border:          #e9e4e1;
  --border-alt:      #ddd4cf;
  --border-section:  #e9e4e1;
  --text-primary:    #1c1916;
  --text-muted:      #625750;
  --text-body:       #38322d;
  --text-sub:        #544b44;
  --text-faint:      #8c7d72;
  --text-dim:        #a3978e;
  --text-label:      #70645b;
  --text-value:      #463e39;
  --accent-bg:       #f7e8dd;
  --accent-bg-light: #f6d6c0;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f1f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf4f3;
  --c-pros:          #0c9613;
  --c-cons:          #9f2921;
  --c-pros-label:    #0eb317;
  --c-tip-border:    #10c61a;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9613;
}
:root { --logo-bg-opacity: 80%; }
body, button, input { font-family: "Lato", sans-serif; }
.qbuk5hx .ft01etfy { font-size: 0; width: 1.2rem; flex-shrink: 0; }.qbuk5hx .ft01etfy::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.qbuk5hx .robtqa1n     .ft01etfy::before { content: "";  color: var(--c-tip-border); }.qbuk5hx .af5g .ft01etfy::before { content: ""; color: var(--c-warn-border); }.qbuk5hx .a0gs    .ft01etfy::before { content: ""; color: #60a5fa; }.vfv85qft .qbuk5hx .robtqa1n     .ft01etfy::before { color: #10b981; }.vfv85qft .qbuk5hx .af5g .ft01etfy::before { color: #f43f5e; }.vfv85qft .qbuk5hx .a0gs    .ft01etfy::before { color: #a855f7; }.x29g7oi  .qbuk5hx .robtqa1n     .ft01etfy::before { color: #eab308; }.x29g7oi  .qbuk5hx .af5g .ft01etfy::before { color: #ef4444; }.x29g7oi  .qbuk5hx .a0gs    .ft01etfy::before { color: #f97316; }.qd77ova  .qbuk5hx .robtqa1n     .ft01etfy::before { color: #38bdf8; }.qd77ova  .qbuk5hx .af5g .ft01etfy::before { color: #818cf8; }.qd77ova  .qbuk5hx .a0gs    .ft01etfy::before { color: #2dd4bf; }.n5syr7 .qbuk5hx .ft01etfy::before { color: var(--accent-light) !important; }
.t61y .eymul8d, .t61y .vf5kv1 { min-height: 520px; }
.r6ad8a34::before { content: '|'; opacity: 0.3; }