:root {
  --color-accent: #692720;
  --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;
}
.nr6jc5 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.a6s2 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.uvlkgh4 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.zp2ln { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.pcr2 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.pcr2 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.pcr2 a:hover { color: var(--accent-light); }
.av4vb0n     .y5ntg0mc { border-radius: 6px; }
.av4vb0n .y5ntg0mc li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.av4vb0n .y5ntg0mc li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.lakvwc .y5ntg0mc li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .y5ntg0mc {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .s8eyg1s:hover .y5ntg0mc,
  .s8eyg1s:focus-within .y5ntg0mc { display: block; }
  .y5ntg0mc li a { padding: 8px 16px; font-size: 0.88rem; }
}
.jt95 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.kva49c2k { display: none; }
@media (max-width: 640px) {
  .kva49c2k {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .kva49c2k.wn5j { display: block; }
}
@media (max-width: 640px) {
  .jt95 { display: block; }
  .pcr2 > li + li::before { display: none !important; }
  .pcr2 {
    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;
  }
  .pcr2.wn5j { display: flex; }
  .pcr2 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .pcr2 li:last-child a { border-bottom: none; }
}
.qv42x0e { min-height: 480px; }
.nkf7 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.xy0ubx1z { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.pnl58e4 .xy0ubx1z { margin-left: 0; margin-right: 0; }
.kna0 {
  background: var(--cta); color: var(--cta-fg, #fff); text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.su89wvso .kna0 { margin-top: 24px; }
.kna0:hover { opacity: 0.88; }
.v9dq {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.mdj4nj {
  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%);
}
.v9dq .b9ea69i {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.v9dq .nkf7 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.v9dq .xy0ubx1z { color: #e2e8f0; }
.v9dq.d5uwz .b9ea69i { text-align: center; }
.v9dq.pnl58e4   .b9ea69i { text-align: left; }
.kb53 .b9ea69i {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.kb53 .nkf7 { color: var(--text-primary); text-shadow: none; }
.kb53 .xy0ubx1z { color: var(--text-muted); }
.kb53 .kna0 { margin-top: 16px; }
.kb53, .kb53.qv42x0e { min-height: auto !important; }
.kb53.d5uwz .b9ea69i { text-align: center; }
.kb53.pnl58e4   .b9ea69i { text-align: left; }
.kb53~.isa25yk{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}
.kb53~.isa25yk .nditxwi{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.nzpuqzn4 .hfj5,
.nzpuqzn4 .xa61lj8z,
.nzpuqzn4 .v9dq .mdj4nj {
  overflow: hidden;
}
.nzpuqzn4 .hfj5::after,
.nzpuqzn4 .xa61lj8z::after,
.nzpuqzn4 .v9dq .mdj4nj::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.cz18b4ma .v9dq .mdj4nj {
  overflow: hidden;
}
.cz18b4ma .v9dq .mdj4nj::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;
}
.l3cceg .v9dq .mdj4nj {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.rcxv1 .v9dq .mdj4nj {
  overflow: hidden;
}
.rcxv1 .v9dq .mdj4nj::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;
}
.y2s0kwp2 .v9dq .mdj4nj {
  animation: hg-breathe 10s ease-in-out infinite;
}
.hfj5 .mdj4nj {
  background: none;
}
.hfj5 .nkf7 { color: #fff; }
.hfj5 .xy0ubx1z { color: rgba(255,255,255,0.85); }
.nzpuqzn4 .t4qvjtm { position: relative; overflow: hidden; }
.nzpuqzn4 .t4qvjtm::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;
}
.t4qvjtm .nkf7 { text-shadow: none; color: var(--text-primary); }
.t4qvjtm .xy0ubx1z { color: var(--text-muted); }
body.e5po .nkf7 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.dwemrzc .nkf7 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.qv42x0e.hfj5 .nkf7,
section.hfj5 .nkf7 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.t4qvjtm.pnl58e4   .b59k72 { align-items: flex-start; text-align: left; }
.qv42x0e .ahtwq {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ahtwq .hsp2k3 {
  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;
}
.ahtwq .hsp2k3::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.ahtwq .au6xltm { display: contents !important; }
.ahtwq .au6xltm .qsk5w4 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.ahtwq .au6xltm .z4eco { max-height: 48px; max-width: 96px; }
.ahtwq .au6xltm .cun28 {
  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;
}
.ahtwq .z1qu3 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.ahtwq .v5mdk { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.ahtwq .t5ffxts { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.ahtwq .t5ffxts small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.ahtwq .cywj0rb { display: contents !important; }
.ahtwq .cywj0rb .jh6jm8:not(.knzvpqob) { display: none !important; }
.ahtwq .cywj0rb .knzvpqob {
  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;
}
.ahtwq .cywj0rb .knzvpqob .wwweo {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.ahtwq .cywj0rb .knzvpqob .dxzqulf9 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.ahtwq .huel { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.ahtwq .huel.z3qq8k1 {
  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;
}
.ahtwq .huel.z3qq8k1:hover { opacity: 0.85; }
.ahtwq .hsp2k3,
.ahtwq .hsp2k3:hover,
.ahtwq .hsp2k3:nth-child(even),
.ahtwq .hsp2k3:nth-child(odd),
.ahtwq .hsp2k3:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.rduhlut .b9ea69i { padding-bottom: 24px; }
.su89wvso .b9ea69i { max-width: 1100px; }
@media (max-width: 700px) {
  .t4qvjtm { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .t4qvjtm:not(.vurca) .ihc03m { display: none !important; }
  .vurca .ihc03m { padding: 16px; }
  .b59k72  { padding: 36px 24px; }
  .t4qvjtm~.isa25yk,.xx7dp8k2~.isa25yk{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .qv42x0e, .t4qvjtm { min-height: 320px !important; }
  .nkf7 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .lp0uati,
  .nblt,
  .q1le { grid-template-columns: 1fr !important; }

  

  
  .rduhlut { display: flex !important; flex-direction: column !important; }
  .rduhlut .b9ea69i { display: contents; }
  .rduhlut .mdj4nj { order: 0; }
  .rduhlut .nkf7 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .rduhlut .lp0uati { order: 2; padding: 0 16px 12px !important; }
  .rduhlut .xy0ubx1z { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .su89wvso .b9ea69i { display: flex; flex-direction: column; }
  .su89wvso .b9ea69i .nkf7 { order: 1; }
  .su89wvso .b9ea69i .q1le { order: 2; margin: 8px 0 24px !important; }
  .su89wvso .b9ea69i .xy0ubx1z { order: 3; }
  .su89wvso .b9ea69i .kna0 { order: 4; align-self: center; margin-top: 0; }

  
  .t4qvjtm.vurca {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .t4qvjtm.vurca .b59k72 { display: contents; padding: 0; }
  .t4qvjtm.vurca .b59k72 .nkf7 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .t4qvjtm.vurca .ihc03m { order: 2; padding: 12px 16px; }
  .t4qvjtm.vurca .b59k72 .xy0ubx1z { order: 3; padding: 0 24px; margin: 0 auto; }
  .t4qvjtm.vurca .b59k72 .kna0 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.g3pzzvvc { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ppgk { width: 100%; height: auto; display: block; border-radius: 10px; }
.f8z3kwo .g3pzzvvc        { border-radius: 16px; }
.f8z3kwo .ppgk  { border-radius: 16px; }
.koe8t4gr .g3pzzvvc         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.koe8t4gr .ppgk   { border-radius: 8px; }
.vgomgm { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.vwhsg { width: 100%; padding: 32px 0; position: relative; }
.aeyudpf { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.pe9e .vwhsg:nth-child(even) { background: var(--bg-surface); }
.pe9e .vwhsg:nth-child(odd)  { background: var(--bg-page); }
.h2xa1 .vwhsg:nth-child(even) { background: var(--bg-card); }
.h2xa1 .vwhsg:nth-child(odd)  { background: var(--bg-page); }
.pe9e .vwhsg:nth-child(odd)  .aeyudpf { background: var(--bg-card); border-radius: 6px; }
.pe9e .vwhsg:nth-child(even) .aeyudpf { background: var(--bg-raised); border-radius: 6px; }
.h2xa1 .vwhsg:nth-child(odd)  .aeyudpf { background: var(--bg-card); border-radius: 6px; }
.h2xa1 .vwhsg:nth-child(even) .aeyudpf { background: var(--bg-raised); border-radius: 6px; }
.pe9e .vwhsg:nth-child(even) .y4x28 .dqlyo,
.h2xa1 .vwhsg:nth-child(even) .y4x28 .dqlyo { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.pe9e .vwhsg:nth-child(odd) .y4x28 .dqlyo,
.h2xa1 .vwhsg:nth-child(odd) .y4x28 .dqlyo { background: var(--bg-card-inner); }
.pe9e .vwhsg:nth-child(even) .hxrjt .dqlyo:nth-child(odd),
.h2xa1 .vwhsg:nth-child(even) .hxrjt .dqlyo:nth-child(odd)  { background: var(--bg-card); }
.pe9e .vwhsg:nth-child(even) .hxrjt .dqlyo:nth-child(even),
.h2xa1 .vwhsg:nth-child(even) .hxrjt .dqlyo:nth-child(even) { background: var(--bg-card-inner); }
h1.th25ue { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.th25ue {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.p1grv { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.o8dq h2.th25ue {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.vv765ajp h2.th25ue {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.gd60z h2.th25ue {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.bnbrzmmk h2.th25ue::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.c6qum2j0 h2.th25ue {
  color: var(--text-primary); font-size: 1.7rem;
}
.apwh h2.th25ue::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.nvy6x h2.th25ue {
  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) { .g5wi4yy { display: none; } }
.umw00 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ua3qiij { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.mim0oxfq {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.gawf0l3 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.zjnwoc { padding-left: 20px; }
.zjnwoc li { margin-bottom: 6px; }
.zjnwoc a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.zjnwoc a:hover { color: var(--accent-light); }
.rw9d3el .gawf0l3 { display: none; }
.cbk8yim .gawf0l3 { display: none; }
.cbk8yim .zjnwoc { padding-left: 0; list-style: none; }
.cbk8yim .zjnwoc li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.cbk8yim .zjnwoc a { font-size: 0.92rem; }
.i7n9awa .mim0oxfq { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.i7n9awa .gawf0l3 { display: none; }
.i7n9awa .zjnwoc { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.i7n9awa .zjnwoc li { margin-bottom: 0; }
.i7n9awa .zjnwoc 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;
}
.i7n9awa .zjnwoc a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.fxa81zpn .mim0oxfq { padding: 20px 20px 16px; }
.fxa81zpn .zjnwoc {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.fxa81zpn .zjnwoc li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.fxa81zpn .zjnwoc 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;
}
.fxa81zpn .zjnwoc 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;
}
.fxa81zpn .zjnwoc a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.fxa81zpn .zjnwoc a:focus,
.fxa81zpn .zjnwoc a:focus-visible,
.fxa81zpn .zjnwoc a:target { outline: none; }
.fxa81zpn .zjnwoc li:target a { border-color: var(--border); color: var(--text-muted); }
.tivpsqi .mim0oxfq { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.tivpsqi .gawf0l3 { display: none; }
.tivpsqi .zjnwoc { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.tivpsqi .zjnwoc li { counter-increment: toc-n; margin-bottom: 0; }
.tivpsqi .zjnwoc 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;
}
.tivpsqi .zjnwoc 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;
}
.tivpsqi .zjnwoc a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.w1p5a .mim0oxfq { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.w1p5a .gawf0l3 { display: none; }
.w1p5a .zjnwoc { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.w1p5a .zjnwoc li { margin-bottom: 0; }
.w1p5a .zjnwoc 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;
}
.w1p5a .zjnwoc a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.klhd .mim0oxfq { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.klhd .gawf0l3 { display: none; }
.klhd .zjnwoc { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.klhd .zjnwoc li { margin-bottom: 0; }
.klhd .zjnwoc li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.klhd .zjnwoc li:last-child::after { content: ""; margin-right: 0; }
.klhd .zjnwoc a { font-size: 0.9rem; }
.dqlyo { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.y4x28 .dqlyo { background: var(--bg-card); }
.hxrjt .dqlyo:nth-child(odd)  { background: var(--bg-card); }
.hxrjt .dqlyo:nth-child(even) { background: var(--bg-raised); }
.xcqa375 .dqlyo {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.xcqa375 .dqlyo:last-child { border-bottom: none; }
.xcqa375 h3.p1grv { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.dkw49u5 .dqlyo {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.dkw49u5 .dqlyo + .dqlyo { margin-top: 4px; }
.hlvvda .dqlyo { background: none; border-radius: 0; padding: 12px 0; }
.hlvvda .dqlyo + .dqlyo { border-top: 1px solid var(--border-section); }
.evlj { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.cuso { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.w0ii { color: var(--text-body); margin-bottom: 10px; }
.zgmcy5g, .v4zlan { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.zgmcy5g li, .v4zlan li { margin-bottom: 6px; }
.v4zlan li { list-style: decimal; }
.mg5y     .zgmcy5g { list-style-type: "● "; }
.ypng  .zgmcy5g { list-style-type: "■ "; }
.o9ft7s30 .zgmcy5g { list-style-type: "◆ "; }
.m1vggjw    .zgmcy5g { list-style-type: "★ "; }
.mg5y     .jfsw2gd { list-style-type: "● "; }
.ypng  .jfsw2gd { list-style-type: "■ "; }
.o9ft7s30 .jfsw2gd { list-style-type: "◆ "; }
.m1vggjw    .jfsw2gd { list-style-type: "★ "; }
.mg5y    .zgmcy5g li::marker, .mg5y    .jfsw2gd li::marker,
.ypng .zgmcy5g li::marker, .ypng .jfsw2gd li::marker,
.o9ft7s30 .zgmcy5g li::marker, .o9ft7s30 .jfsw2gd li::marker,
.m1vggjw   .zgmcy5g li::marker, .m1vggjw   .jfsw2gd li::marker {
  color: var(--cta); font-size: 1em;
}
.mg5y .v4zlan,
.ypng .v4zlan,
.o9ft7s30 .v4zlan,
.m1vggjw .v4zlan {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.mg5y .v4zlan li,
.ypng .v4zlan li,
.o9ft7s30 .v4zlan li,
.m1vggjw .v4zlan li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.mg5y .v4zlan li::before,
.ypng .v4zlan li::before,
.o9ft7s30 .v4zlan li::before,
.m1vggjw .v4zlan 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;
}
.mg5y     .v4zlan li::before { border-radius: 50%; }
.ypng  .v4zlan li::before { border-radius: 3px; }
.o9ft7s30 .v4zlan li::before { border-radius: 3px; }
.m1vggjw    .v4zlan li::before { border-radius: 50%; }
.v0i5ws { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.lhapdgu .v0i5ws,
.wongdjfm .v0i5ws { background: transparent; border: none; border-radius: 0; }
.ziuzm6k { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ziuzm6k th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.ziuzm6k td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.ziuzm6k tr:hover td { background: var(--bg-hover); }
.tjd3 .ziuzm6k tbody tr:nth-child(even) td { background: var(--bg-surface); }
.xi9ps .ziuzm6k { border: 1px solid var(--border-alt); }
.xi9ps .ziuzm6k th,
.xi9ps .ziuzm6k td { border: 1px solid var(--border-alt); }
.npveg .ziuzm6k th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.npveg .ziuzm6k td { border-bottom: none; }
.npveg .ziuzm6k tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.tmjcs3 .ziuzm6k th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.seoy8hh .v0i5ws {
  overflow: hidden;
}
.seoy8hh .ziuzm6k th { border-bottom: 1px solid var(--border-alt); }
.seoy8hh .ziuzm6k tr:last-child td { border-bottom: none; }
.w5taw { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.j9ark7j { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.gxmyt0kv { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.o9tpdcl { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.orvkt47m { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.jfsw2gd { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.jfsw2gd 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%}
.yz1ga8j .o9tpdcl { background: transparent; text-align: center; }
.ylt9a26o .gxmyt0kv {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.x6dr6c .gxmyt0kv {
  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);
}
.xw3tl .j9ark7j { display: grid; grid-template-columns: auto 1fr; }
.xw3tl .gxmyt0kv {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.xw3tl .o9tpdcl { grid-column: 2; }
.xw3tl .orvkt47m,
.xw3tl .jfsw2gd { grid-column: 1 / -1; }
.yvdj .j9ark7j { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.yvdj .gxmyt0kv {
  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);
}
.yvdj .o9tpdcl { grid-column: 2; }
.yvdj .orvkt47m,
.yvdj .jfsw2gd { grid-column: 1 / -1; }
.mlx5k .j9ark7j { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.mlx5k .o9tpdcl { background: none; color: var(--accent-light); font-weight: 700; }
.e9m87 .j9ark7j { 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); }
.e9m87 .o9tpdcl { background: none; color: var(--accent-light); font-weight: 700; }
.dggn .j9ark7j { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.dggn .j9ark7j:last-child { border-bottom: none; }
.dggn .o9tpdcl { background: none; color: var(--accent-light); font-weight: 700; }
.wjp2n9k .j9ark7j { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.wjp2n9k .o9tpdcl { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.etyaguw .w5taw { counter-reset: card-n; }
.etyaguw .j9ark7j  { counter-increment: card-n; }
.etyaguw .o9tpdcl { display: flex; align-items: center; gap: 10px; }
.etyaguw .o9tpdcl::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;
}
.v6of .j9ark7j { background: var(--bg-surface); border: 1px solid var(--border); }
.v6of .o9tpdcl { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.okf49 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.okf49         { --cl-hue: var(--accent); }
.mnk7frg3     { --cl-hue: #16a34a; }
.c6bo { --cl-hue: #ea580c; }
.ilskn165    { --cl-hue: #2563eb; }
.mnk7frg3, .c6bo, .ilskn165, .d4im {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.ukx2 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.ukx2::before { color: var(--cl-hue); }
.okf49 strong { color: var(--text-primary); font-size: 0.95rem; }
.okf49 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.rafiusax { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.bd88, .pzu5z3n { border-radius: 8px; padding: 14px; }
.bd88 { background: var(--bg-pros); }
.pzu5z3n { background: var(--bg-cons); }
.yogc8 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.bd88 .yogc8 { color: var(--c-pros-label); }
.pzu5z3n .yogc8 { color: #f87171; }
.bd88 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.pzu5z3n ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ppgk { width: 100%; height: auto; border-radius: 10px; display: block; }
.z3qq8k1 {
  background: var(--cta); color: var(--cta-fg, #fff); border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.z3qq8k1:hover { opacity: 0.85; }
.vbukk .z3qq8k1  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.vbukk .z3qq8k1:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ue7e .z3qq8k1  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ue7e .z3qq8k1:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vbukk .huel.z3qq8k1, .ue7e .huel.z3qq8k1,
.vbukk .g115k7ts .z3qq8k1, .ue7e .g115k7ts .z3qq8k1 {
  background: var(--cta); border: none; color: #fff;
}
.vbukk .huel.z3qq8k1:hover, .ue7e .huel.z3qq8k1:hover,
.vbukk .g115k7ts .z3qq8k1:hover, .ue7e .g115k7ts .z3qq8k1:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.lodya14 .kna0 { border-radius: 50px; }
.lodya14 .z3qq8k1  { border-radius: 50px; }
.wg1nec .kna0,
.wg1nec .z3qq8k1 { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.wg1nec .kna0:hover,
.wg1nec .z3qq8k1:hover { filter: brightness(1.08); opacity: 1; }
.wws86t .kna0,
.wws86t .z3qq8k1 { box-shadow: 0 3px 14px -2px var(--cta); }
.wws86t .kna0:hover,
.wws86t .z3qq8k1:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.o0q1bzl .kna0,
.o0q1bzl .z3qq8k1 { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.o0q1bzl .kna0:hover,
.o0q1bzl .z3qq8k1:hover { opacity: 1; }
.o0q1bzl .kna0:active,
.o0q1bzl .z3qq8k1:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.hrzh5pzd .kna0,
.hrzh5pzd .z3qq8k1 { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.hrzh5pzd .kna0:hover,
.hrzh5pzd .z3qq8k1:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.hrzh5pzd .kna0:active,
.hrzh5pzd .z3qq8k1:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.cdoig .kna0,
.cdoig .z3qq8k1 { position: relative; overflow: hidden; }
.cdoig .kna0::before,
.cdoig .z3qq8k1::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;
}
.cdoig .kna0:hover::before,
.cdoig .z3qq8k1:hover::before { left: 135%; }
.rr1h .kna0,
.rr1h .z3qq8k1 { border-radius: 0; }
.zwuh0tm4 .kna0 { padding-left: 22px; padding-right: 22px; }
.zwuh0tm4 .z3qq8k1  { padding-left: 12px; padding-right: 12px; }
.svacv3 .kna0 { padding-left: 44px; padding-right: 44px; }
.svacv3 .z3qq8k1  { padding-left: 24px; padding-right: 24px; }
.vlm0ntm1 .kna0 { padding-left: 56px; padding-right: 56px; }
.vlm0ntm1 .z3qq8k1  { padding-left: 32px; padding-right: 32px; }
.qk07vd   .kna0::after, .qk07vd   .z3qq8k1::after,
.lkol .kna0::after, .lkol .z3qq8k1::after,
.kuyvo    .kna0::after, .kuyvo    .z3qq8k1::after,
.a27n7q    .kna0::after, .a27n7q    .z3qq8k1::after,
.p1tgqyr    .kna0::after, .p1tgqyr    .z3qq8k1::after,
.wdw938ih     .kna0::after, .wdw938ih     .z3qq8k1::after,
.qouhyqv1    .kna0::after, .qouhyqv1    .z3qq8k1::after,
.rlzhitai   .kna0::after, .rlzhitai   .z3qq8k1::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;
}
.qk07vd .kna0::after, .qk07vd .z3qq8k1::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");
}
.lkol .kna0::after, .lkol .z3qq8k1::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");
}
.kuyvo .kna0::after, .kuyvo .z3qq8k1::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");
}
.a27n7q .kna0::after, .a27n7q .z3qq8k1::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");
}
.p1tgqyr .kna0::after, .p1tgqyr .z3qq8k1::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");
}
.wdw938ih .kna0::after, .wdw938ih .z3qq8k1::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");
}
.qouhyqv1 .kna0::after, .qouhyqv1 .z3qq8k1::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");
}
.rlzhitai .kna0::after, .rlzhitai .z3qq8k1::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");
}
.f3v81yvm   .phpk::after, .f3v81yvm   .m1ql::after,
.gr67mqh7 .phpk::after, .gr67mqh7 .m1ql::after,
.cy7x8    .phpk::after, .cy7x8    .m1ql::after,
.enpn93f    .phpk::after, .enpn93f    .m1ql::after,
.e9xjuec    .phpk::after, .e9xjuec    .m1ql::after,
.uk34vpmk     .phpk::after, .uk34vpmk     .m1ql::after,
.la0ja    .phpk::after, .la0ja    .m1ql::after,
.bq714pff   .phpk::after, .bq714pff   .m1ql::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;
}
.f3v81yvm .phpk::after, .f3v81yvm .m1ql::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");
}
.gr67mqh7 .phpk::after, .gr67mqh7 .m1ql::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");
}
.cy7x8 .phpk::after, .cy7x8 .m1ql::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");
}
.enpn93f .phpk::after, .enpn93f .m1ql::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");
}
.e9xjuec .phpk::after, .e9xjuec .m1ql::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");
}
.uk34vpmk .phpk::after, .uk34vpmk .m1ql::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");
}
.la0ja .phpk::after, .la0ja .m1ql::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");
}
.bq714pff .phpk::after, .bq714pff .m1ql::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");
}
.rove {
  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;
}
.hsp2k3 {
  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;
}
.hsp2k3 > * { min-width: 0; }
.hsp2k3:hover { background: var(--bg-hover); }
.hsp2k3 > [itemprop="item"] { display: contents; }
.hsp2k3 [itemprop="itemReviewed"],
.hsp2k3 [itemprop="reviewRating"] { display: none; }
.hsp2k3::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;
}
.au6xltm {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.qsk5w4 {
  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;
}
.z4eco { max-height: 52px; max-width: 110px; object-fit: contain; }
.cun28 {
  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;
}
.f1ezmo7 .qsk5w4    { background: #1a1a1a; }
.wfzbzou .qsk5w4   { background: rgba(128,128,128,.12); }
.pn0s .qsk5w4 { background: var(--bg-raised); }
.xq3tss3 .qsk5w4    { background: transparent; padding: 0; }
.z1qu3 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.v5mdk { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.t5ffxts { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.cywj0rb {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.jh6jm8 {
  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;
}
.wwweo {
  
  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%;
}
.dxzqulf9 {
  
  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;
}
.huel {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.huel.z3qq8k1 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .hsp2k3 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .hsp2k3::before    { grid-area: rank;   }
  .au6xltm           { grid-area: ident;  }
  .z1qu3     { grid-area: rating; min-width: 0; width: auto; }
  .cywj0rb           { grid-area: pills;  }
  .huel             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .hsp2k3 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .hsp2k3::before    { justify-self: center; }
  .au6xltm           { width: 100%; }
  .z1qu3     { justify-self: center; }
  .cywj0rb           { grid-template-columns: 1fr; }
}
.lwdh0 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.p0au1t {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.u2hugd5c {
  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;
}
.u2hugd5c img { max-width: 80px; max-height: 50px; object-fit: contain; }
.bmthd { flex: 1; }
.bmthd h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.wahjlib { color: var(--c-stars); font-size: 1.1rem; }
.i609l { margin-bottom: 8px; }
.jtk5y {
  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);
}
.jtk5y > span { color: var(--accent); font-weight: 700; }
.yn0uzkil em, .ygay em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .jtk5y { padding: 10px 16px; gap: 6px 16px; } }
.g115k7ts { flex-shrink: 0; align-self: flex-start; }
.g115k7ts .z3qq8k1 { white-space: nowrap; }
@media (max-width: 560px) {
  .p0au1t { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .u2hugd5c { order: 1; }
  .g115k7ts { order: 2; margin-left: auto; align-self: center; }
  .bmthd { order: 3; flex: 1 1 100%; min-width: 0; }
}
.mikt img.xy7i13 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.lhapdgu { padding: 20px 24px; }
.m74r5 { color: var(--text-muted); margin-bottom: 16px; }
.d983ah { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.hpi8hjow, .yp9qhv90 { list-style: none; font-size: 0.9rem; }
.hpi8hjow li { color: var(--c-pros); margin-bottom: 4px; }
.yp9qhv90 li { color: var(--c-cons); margin-bottom: 4px; }
.hpi8hjow li::before { content: "✓"; margin-right: 5px; }
.yp9qhv90 li::before { content: "✗"; margin-right: 5px; }
.o46mvvr .hpi8hjow li::before { content: "→"; }
.o46mvvr .yp9qhv90 li::before { content: "–"; }
.nnetcr0u  .hpi8hjow li::before { content: "★"; }
.nnetcr0u  .yp9qhv90 li::before { content: "✕"; }
.tywy5h6    .hpi8hjow li::before { content: "◆"; }
.tywy5h6    .yp9qhv90 li::before { content: "▲"; }
.glxn4  .hpi8hjow li::before { content: "▶"; }
.glxn4  .yp9qhv90 li::before { content: "■"; }
.fypb { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.k1x2cd { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.dz6sp { background: var(--bg-pros); color: var(--c-tag-pay); }
.ud4wsop { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.h1t1 .ud4wsop { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.bxas6ot .ud4wsop { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .i387f33 .wda9qp {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .i387f33 .lwdh0 { margin: 0; }
}
.h6ka4z .p0au1t { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.h6ka4z .bmthd h3 { color: var(--accent-light); }
.h6ka4z .u2hugd5c { background: var(--bg-page); border: 1px solid var(--border); }
.xd7l5917 .lwdh0 { border-top: 4px solid var(--accent); }
.xd7l5917 .p0au1t { background: var(--bg-card); }
.hosc4c .lwdh0 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.hosc4c .p0au1t { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.hosc4c .lhapdgu { padding: 14px 16px; }
.hosc4c .u2hugd5c { border-radius: 4px; }
.hosc4c .ud4wsop { border-radius: 0; }
.d3tu7 .p0au1t { padding: 0; gap: 0; overflow: hidden; }
.d3tu7 .u2hugd5c { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.d3tu7 .bmthd { padding: 16px 20px; }
.d3tu7 .g115k7ts { padding: 16px 20px; align-self: center; }
.zu9cays .wahjlib { font-size: .95rem; }
.wongdjfm .rafiusax { gap: 10px; }
.wongdjfm .bd88, .wongdjfm .pzu5z3n { padding: 12px; }
.wongdjfm .bd88 ul, .wongdjfm .pzu5z3n ul { margin: 4px 0 0; padding-left: 18px; }
.wongdjfm .bd88 li, .wongdjfm .pzu5z3n li { font-size: .85rem; margin-bottom: 3px; }
.n4ti .k1x2cd { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .r0pdb { grid-template-columns: 1fr; }
  .za623 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .za623 .i9p7sr { width: 72px; height: 50px; }
  .za623 .d5yojp { max-width: 180px; }
  .za623 .jgil { width: auto; }
}
.tuogys8z .zu9cays .wahjlib { filter: brightness(1.2); }
@media (max-width: 720px) {
  .tuogys8z { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .vyg3uum4 { padding: 16px; }
  .i1cut .yogo7c5 { min-width: 50%; }
}
.rs6ijq .rafiusax { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .h776 { grid-template-columns: 1fr; }
  .k2d5qm { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .hiib9r5 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .dam4ylv { flex-wrap: wrap; padding: 16px; }
}
.b3s9u .rafiusax { gap: 8px; }
.b3s9u .bd88, .b3s9u .pzu5z3n { padding: 8px; }
@media (max-width: 480px) {
  .iwqxa0 { flex-direction: column; align-items: stretch; }
}
.enwtr .jgil .z3qq8k1 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .oqx3 { flex-direction: column; align-items: stretch; gap: 10px; }
  .enwtr .jgil { text-align: center; }
}
@media (max-width: 720px) {
  .ukjg { grid-template-columns: 1fr; }
  .ggv6nao { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .fn2zj7 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.orrw729 .o8pabf93 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.ty3c0f .wahjlib { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .qsepn { grid-template-columns: 1fr; }
  .ty3c0f { width: 100px; height: 100px; margin: 16px auto; }
  .orrw729 { font-size: 1.4rem; }
  .mopr8d { justify-content: center; }
  .f3772z1 .yogo7c5 { min-width: 50%; }
}
.zvmhcea8 .rafiusax { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .lj5b2qp { flex-wrap: wrap; padding: 14px 16px; }
  .zfjml { padding: 12px 16px; }
  .zvmhcea8 .rafiusax { margin: 0 16px; }
  .zvmhcea8 .n4ti { padding: 0 16px; }
  .at0vxdii { padding: 12px 16px; }
}
.lici9le6 .hsp2k3 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.lici9le6 .hsp2k3:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.j9t8tty3 .rove { gap: 18px; }
.j9t8tty3 .hsp2k3 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.j9t8tty3 .hsp2k3:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.xdmhj .rove {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.xdmhj .hsp2k3 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.xdmhj .hsp2k3:last-child { border-bottom: none; }
.xdmhj .au6xltm,
.xdmhj .z1qu3,
.xdmhj .cywj0rb {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.s80j .rove { gap: 0; }
.s80j .hsp2k3 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.s80j .hsp2k3:last-child { border-bottom: none; }
.s80j .hsp2k3:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.s80j .hsp2k3:nth-child(even):hover { background: var(--bg-hover); }
.kh5vl5 .hsp2k3 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.cp7jj .cywj0rb .jh6jm8 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.cp7jj .cywj0rb .jh6jm8:first-child { border-left: none; }
.hs33ryu8 .cywj0rb .jh6jm8 {
  background: transparent; padding: 4px 8px;
}
.hs33ryu8 .cywj0rb .wwweo { font-size: .65rem; opacity: .65; }
.hs33ryu8 .cywj0rb .dxzqulf9   { font-size: 1.15rem; color: var(--accent-light); }
.cctrfo0g .cywj0rb .jh6jm8 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.t5ffxts { display: none; }
.wd6i .v5mdk { font-size: 1rem; letter-spacing: 2px; }
.b19sad .v5mdk {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.qgztsb4 .v5mdk,
.vtyf .v5mdk,
.jjs6k .v5mdk { display: none; }
.qgztsb4 .t5ffxts,
.vtyf .t5ffxts,
.jjs6k .t5ffxts { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.qgztsb4 .t5ffxts { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.qgztsb4 .t5ffxts small { display: none; }
.vtyf .t5ffxts {
  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;
}
.vtyf .t5ffxts small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.jjs6k .t5ffxts {
  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;
}
.jjs6k .t5ffxts small { display: none; }
.qgztsb4 .i609l .wahjlib,
.vtyf .i609l .wahjlib,
.jjs6k .i609l .wahjlib { display: none; }
.qgztsb4 .i609l strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.qgztsb4 .o8pabf93 { display: none; }
.vtyf .i609l 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;
}
.vtyf .j3wq,
.vtyf .o8pabf93 { font-size: 1em; }
.jjs6k .i609l strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.jjs6k .o8pabf93 { display: none; }
.yeny5 { margin: 16px 0; }
.tvun { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.tvun summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.tvun summary::after { content: "+"; color: var(--accent-light); }
.tvun[open] summary::after { content: "−"; }
.tvun p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.vwhsg { margin-bottom: 0; }
.hxllrf h2.th25ue { color: var(--text-primary); border-color: var(--accent-light); }
.xojk h2.th25ue { color: var(--text-primary); border-color: var(--accent-light); }
.ppd7l6q .mnk7frg3     { background: #052e16; border-color: #10b981; }
.ppd7l6q .c6bo { background: #2d0a1e; border-color: #f43f5e; }
.ppd7l6q .ilskn165    { background: #1e1036; border-color: #a855f7; }
.ppd7l6q .okf49 strong  { color: #f1f5f9; }
.ppd7l6q .okf49 p       { color: #cbd5e1; }
.ppd7l6q .bfdi95qg    .mnk7frg3     .ukx2::before,
.ppd7l6q .lkxa5  .mnk7frg3     .ukx2::before,
.ppd7l6q .cvcl3  .mnk7frg3     .ukx2::before,
.ppd7l6q .zfbuudc .mnk7frg3     .ukx2::before { color: #10b981; }
.ppd7l6q .bfdi95qg    .c6bo .ukx2::before,
.ppd7l6q .lkxa5  .c6bo .ukx2::before,
.ppd7l6q .cvcl3  .c6bo .ukx2::before,
.ppd7l6q .zfbuudc .c6bo .ukx2::before { color: #f43f5e; }
.ppd7l6q .bfdi95qg    .ilskn165    .ukx2::before,
.ppd7l6q .lkxa5  .ilskn165    .ukx2::before,
.ppd7l6q .cvcl3  .ilskn165    .ukx2::before,
.ppd7l6q .zfbuudc .ilskn165    .ukx2::before { color: #a855f7; }
.p3sks .mnk7frg3     { background: #2d2000; border-color: #eab308; }
.p3sks .c6bo { background: #2d0b0b; border-color: #ef4444; }
.p3sks .ilskn165    { background: #2d1600; border-color: #f97316; }
.p3sks .okf49 strong  { color: #f1f5f9; }
.p3sks .okf49 p       { color: #cbd5e1; }
.p3sks .bfdi95qg    .mnk7frg3     .ukx2::before,
.p3sks .lkxa5  .mnk7frg3     .ukx2::before,
.p3sks .cvcl3  .mnk7frg3     .ukx2::before,
.p3sks .zfbuudc .mnk7frg3     .ukx2::before { color: #eab308; }
.p3sks .bfdi95qg    .c6bo .ukx2::before,
.p3sks .lkxa5  .c6bo .ukx2::before,
.p3sks .cvcl3  .c6bo .ukx2::before,
.p3sks .zfbuudc .c6bo .ukx2::before { color: #ef4444; }
.p3sks .bfdi95qg    .ilskn165    .ukx2::before,
.p3sks .lkxa5  .ilskn165    .ukx2::before,
.p3sks .cvcl3  .ilskn165    .ukx2::before,
.p3sks .zfbuudc .ilskn165    .ukx2::before { color: #f97316; }
.wd7g .mnk7frg3     { background: #0c1a2e; border-color: #38bdf8; }
.wd7g .c6bo { background: #12103a; border-color: #818cf8; }
.wd7g .ilskn165    { background: #0a2020; border-color: #2dd4bf; }
.wd7g .okf49 strong  { color: #f1f5f9; }
.wd7g .okf49 p       { color: #cbd5e1; }
.wd7g .bfdi95qg    .mnk7frg3     .ukx2::before,
.wd7g .lkxa5  .mnk7frg3     .ukx2::before,
.wd7g .cvcl3  .mnk7frg3     .ukx2::before,
.wd7g .zfbuudc .mnk7frg3     .ukx2::before { color: #38bdf8; }
.wd7g .bfdi95qg    .c6bo .ukx2::before,
.wd7g .lkxa5  .c6bo .ukx2::before,
.wd7g .cvcl3  .c6bo .ukx2::before,
.wd7g .zfbuudc .c6bo .ukx2::before { color: #818cf8; }
.wd7g .bfdi95qg    .ilskn165    .ukx2::before,
.wd7g .lkxa5  .ilskn165    .ukx2::before,
.wd7g .cvcl3  .ilskn165    .ukx2::before,
.wd7g .zfbuudc .ilskn165    .ukx2::before { color: #2dd4bf; }
.ommod2y::before,
.igvvi::before { margin-right: 5px; }
.s15m .bd88 ul li,
.s15m .hpi8hjow li         { color: #4ade80; }
.s15m .bd88 .ommod2y { color: #22c55e; }
.s15m .pzu5z3n ul li,
.s15m .yp9qhv90 li         { color: #f87171; }
.s15m .pzu5z3n .igvvi { color: #ef4444; }
.osks .bd88 { background: var(--bg-pros); }
.osks .pzu5z3n { background: var(--bg-cons); }
.osks .bd88 .ommod2y { color: var(--c-pros-label); }
.osks .pzu5z3n .igvvi { color: var(--c-cons); }
.osks .bd88 ul li,
.osks .hpi8hjow li            { color: var(--c-pros); }
.osks .pzu5z3n ul li,
.osks .yp9qhv90 li            { color: var(--c-cons); }
.nok3 .bd88 { background: var(--bg-pros); }
.nok3 .pzu5z3n { background: var(--bg-cons); }
.nok3 .bd88 .ommod2y { color: var(--c-pros-label); }
.nok3 .pzu5z3n .igvvi { color: var(--c-cons); }
.nok3 .bd88 ul li,
.nok3 .hpi8hjow li          { color: var(--c-pros); }
.nok3 .pzu5z3n ul li,
.nok3 .yp9qhv90 li          { color: var(--c-cons); }
.ercv13 .ommod2y::before { content: "✓ "; }
.ercv13 .igvvi::before { content: "✗ "; }
.o46mvvr .ommod2y::before { content: "→ "; }
.o46mvvr .igvvi::before { content: "← "; }
.nnetcr0u .ommod2y::before { content: "★ "; }
.nnetcr0u .igvvi::before { content: "✕ "; }
.tywy5h6 .ommod2y::before { content: "◆ "; }
.tywy5h6 .igvvi::before { content: "▲ "; }
.bxas6ot .okf49 { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.bxas6ot .okf49 strong { color: var(--text-primary); }
.bxas6ot .okf49 p      { color: var(--text-muted); }
.h1t1 .okf49 { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.uzvdor .okf49 {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.uzvdor .okf49 strong,
.uzvdor .okf49 p { color: #fff; }
.uzvdor .ukx2::before { color: rgba(255,255,255,0.9) !important; }
.anj3euls .okf49 {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.anj3euls .okf49 strong { color: var(--text-primary); }
.anj3euls .okf49 p      { color: var(--text-muted); }
.nav5y .okf49 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.bfdi95qg .ukx2,
.lkxa5 .ukx2,
.cvcl3 .ukx2,
.zfbuudc .ukx2 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.bfdi95qg .ukx2::before,
.lkxa5 .ukx2::before,
.cvcl3 .ukx2::before,
.zfbuudc .ukx2::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.bfdi95qg .mnk7frg3     .ukx2::before { content: "✦"; color: var(--c-tip-border); }
.bfdi95qg .c6bo .ukx2::before { content: "▲"; color: var(--c-warn-border); }
.bfdi95qg .ilskn165    .ukx2::before { content: "◉"; color: #60a5fa; }
.lkxa5 .mnk7frg3     .ukx2::before { content: "★"; color: var(--c-tip-border); }
.lkxa5 .c6bo .ukx2::before { content: "◆"; color: var(--c-warn-border); }
.lkxa5 .ilskn165    .ukx2::before { content: "●"; color: #60a5fa; }
.cvcl3 .mnk7frg3     .ukx2::before { content: "▶"; color: var(--c-tip-border); }
.cvcl3 .c6bo .ukx2::before { content: "■"; color: var(--c-warn-border); }
.cvcl3 .ilskn165    .ukx2::before { content: "▸"; color: #60a5fa; }
.zfbuudc .mnk7frg3     .ukx2::before { content: "→"; color: var(--c-tip-border); }
.zfbuudc .c6bo .ukx2::before { content: "⬥"; color: var(--c-warn-border); }
.zfbuudc .ilskn165    .ukx2::before { content: "◈"; color: #60a5fa; }
.si0n .y4x28 .dqlyo,
.si0n .hxrjt .dqlyo  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.si0n .j9ark7j                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.si0n .hsp2k3                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.si0n .lwdh0            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.si0n .v0i5ws          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.si0n .mim0oxfq                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.z1ol .y4x28 .dqlyo,
.z1ol .hxrjt .dqlyo,
.z1ol .j9ark7j,
.z1ol .hsp2k3,
.z1ol .lwdh0,
.z1ol .v0i5ws,
.z1ol .mim0oxfq,
.z1ol .nav5y .okf49 { box-shadow: none; }
.cqdj8   .w0ii, .cqdj8 .evlj, .cqdj8 .cuso,
.cqdj8   .umw00, .cqdj8 .ua3qiij { font-size: 0.9rem; }
.cqdj8   .zgmcy5g, .cqdj8 .v4zlan { font-size: 0.9rem; }
.k9qq   .w0ii, .k9qq .evlj, .k9qq .cuso,
.k9qq   .umw00, .k9qq .ua3qiij { font-size: 0.95rem; }
.k9qq   .zgmcy5g, .k9qq .v4zlan { font-size: 0.95rem; }
.le1alc0r   .w0ii, .le1alc0r .evlj, .le1alc0r .cuso,
.le1alc0r   .umw00, .le1alc0r .ua3qiij { font-size: 1.08rem; }
.le1alc0r   .zgmcy5g, .le1alc0r .v4zlan { font-size: 1.05rem; }
.le1alc0r   .ziuzm6k { font-size: 0.97rem; }
.v35kt81w .nkf7      { font-size: 3.2rem; }
.v35kt81w h2.th25ue { font-size: 1.9rem; }
.v35kt81w h3.p1grv     { font-size: 1.4rem; }
.v8fh .nkf7      { font-size: 3.8rem; }
.v8fh h2.th25ue { font-size: 2.2rem; }
.v8fh h3.p1grv     { font-size: 1.6rem; }
.vwhsg + .vwhsg { position: relative; }
.lnfl8   .vwhsg + .vwhsg::before,
.u8lmn  .vwhsg + .vwhsg::before,
.snhpz   .vwhsg + .vwhsg::before,
.lkh81ih6   .vwhsg + .vwhsg::before,
.qy0vjzlv   .vwhsg + .vwhsg::before,
.pmlhd .vwhsg + .vwhsg::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.lnfl8 .vwhsg + .vwhsg::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.u8lmn .vwhsg + .vwhsg::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.snhpz .vwhsg + .vwhsg::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;
}
.lkh81ih6 .vwhsg + .vwhsg::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.k7y36c .vwhsg { margin-bottom: 16px; }
.k7y36c .vwhsg + .vwhsg { margin-top: 0; }
.k7y36c .aeyudpf { padding-top: 0; padding-bottom: 0; }
.qy0vjzlv .vwhsg + .vwhsg::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.pmlhd .vwhsg + .vwhsg::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.flgg .vwhsg + .vwhsg::before,
.dfvipl0 .vwhsg + .vwhsg::before,
.ui694 .vwhsg + .vwhsg::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%;
}
.pe9e .flgg .vwhsg:nth-child(even)::before,
.pe9e .dfvipl0 .vwhsg:nth-child(even)::before,
.pe9e .ui694 .vwhsg:nth-child(even)::before { background: var(--bg-surface); }
.h2xa1 .flgg .vwhsg:nth-child(even)::before,
.h2xa1 .dfvipl0 .vwhsg:nth-child(even)::before,
.h2xa1 .ui694 .vwhsg:nth-child(even)::before { background: var(--bg-card); }
.flgg .vwhsg + .vwhsg::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");
}
.dfvipl0 .vwhsg + .vwhsg::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");
}
.ui694 .vwhsg + .vwhsg::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");
}
.yr3s .v9dq,
.wemtm .v9dq,
.em9vdkn .v9dq { overflow: hidden; }
.yr3s .b9ea69i,
.wemtm .b9ea69i { margin-bottom: 60px; }
.em9vdkn .b9ea69i { margin-bottom: 70px; }
.yr3s .v9dq::before,
.wemtm .v9dq::before,
.em9vdkn .v9dq::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%;
}
.yr3s .v9dq::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");
}
.wemtm .v9dq::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");
}
.em9vdkn .v9dq::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");
}
.t0oly .v9dq:not(.hfj5) .mdj4nj { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.yak1 .v9dq:not(.hfj5) .mdj4nj { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.er3ms  .v9dq:not(.hfj5) .mdj4nj { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.lu6r14cn  .v9dq:not(.hfj5) .mdj4nj { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.yak1 .hfj5 { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.yak1 .xa61lj8z { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.yak1 .t4qvjtm { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.hxgvr2e .hfj5 .mdj4nj { background: none; }
.hxgvr2e .v9dq:not(.hfj5) .mdj4nj { background: rgba(0,0,0,0.6); }
.npf1yfhq .g3pzzvvc { float: left; width: 38%; margin: 0 28px 16px 0; }
.npf1yfhq .g3pzzvvc .ppgk { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.npf1yfhq .aeyudpf::after { content: ''; display: block; clear: both; }
.hpz6 .g3pzzvvc { float: right; width: 38%; margin: 0 0 16px 28px; }
.hpz6 .g3pzzvvc .ppgk { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.hpz6 .aeyudpf::after { content: ''; display: block; clear: both; }
.caotqr0j .vwhsg:nth-child(odd)  .g3pzzvvc { float: left;  width: 38%; margin: 0 28px 16px 0; }
.caotqr0j .vwhsg:nth-child(even) .g3pzzvvc { float: right; width: 38%; margin: 0 0 16px 28px; }
.caotqr0j .g3pzzvvc .ppgk { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.caotqr0j .aeyudpf::after { content: ''; display: block; clear: both; }
.npf1yfhq .w5taw,
.npf1yfhq .rove,
.hpz6 .w5taw,
.hpz6 .rove,
.caotqr0j .w5taw,
.caotqr0j .rove { clear: both; }
@media (max-width: 900px) {
  .npf1yfhq .g3pzzvvc,
  .hpz6 .g3pzzvvc,
  .caotqr0j .vwhsg:nth-child(odd)  .g3pzzvvc,
  .caotqr0j .vwhsg:nth-child(even) .g3pzzvvc {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .npf1yfhq .g3pzzvvc .ppgk,
  .hpz6 .g3pzzvvc .ppgk,
  .caotqr0j .g3pzzvvc .ppgk {
    max-height: none !important;
  }
}
.npf1yfhq .zgmcy5g,
.npf1yfhq .v4zlan,
.hpz6 .zgmcy5g,
.hpz6 .v4zlan,
.caotqr0j .zgmcy5g,
.caotqr0j .v4zlan { overflow: hidden; }
@media (max-width: 640px) {
  .npf1yfhq .g3pzzvvc,
  .hpz6 .g3pzzvvc,
  .caotqr0j .g3pzzvvc { float: none; width: 100%; margin: 0 0 16px 0; }
}
.exs9te05 .vgomgm,
.exs9te05 .aeyudpf,
.exs9te05 .a6di0q  { max-width: 1100px; }
.exs9te05 { --content-mw: 1100px; }
.hzdpybx .vgomgm,
.hzdpybx .aeyudpf,
.hzdpybx .a6di0q  { max-width: 1200px; }
.v53mq .vgomgm,
.v53mq .aeyudpf,
.v53mq .a6di0q  { max-width: 1320px; }
.jan2sv { font-size: 0.82rem; color: var(--text-muted); }
.upr0zt7 { display: flex; align-items: center; }
.nx6t13 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.v1cllm { display: flex; align-items: center; }
.bq3i { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.bq3i:hover { text-decoration: underline; }
.k60kky { margin: 0 3px; opacity: 0.45; }
.k60kky::before { content: '/'; }
.popv { padding: 2px 5px; color: var(--text-main); }
.jq7d .jan2sv {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.jq7d .upr0zt7 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.tsom .jan2sv {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.tsom .upr0zt7 { padding: 0 0 0 12px; }
.cu3c1gh .upr0zt7 { padding: 0 16px; }
.cu3c1gh .jan2sv {
  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);
}
.cu3c1gh .vgomgm { padding-top: 28px; }
@media (max-width: 720px) {
  .yvv1xe { margin-top: 18px; padding: 0 16px; }
  .cu3c1gh .vgomgm { padding-top: 16px; }
}
.exs9te05.jq7d .upr0zt7 { max-width: 1100px; }
.hzdpybx.jq7d .upr0zt7 { max-width: 1200px; }
.v53mq.jq7d .upr0zt7 { max-width: 1320px; }
.exs9te05 .yvv1xe { max-width: 1100px; }
.hawamm8y .vwhsg { padding-top: 16px; padding-bottom: 16px; }
.sdwt10e .vwhsg { padding-top: 24px; padding-bottom: 24px; }
.odgbpt5 .vwhsg { padding-top: 40px; padding-bottom: 40px; }
.zgbtnja .vwhsg { padding-top: 52px; padding-bottom: 52px; }
.a9da .vwhsg:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.a9da .vwhsg:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.a9da .vwhsg:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.a9da .vwhsg:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.bqzc6gj .aeyudpf { padding-top: 10px;  padding-bottom: 10px; }
.zytn48fa .aeyudpf { padding-top: 18px;  padding-bottom: 18px; }
.bld4 .aeyudpf { padding-top: 36px;  padding-bottom: 36px; }
.nsro9odz .aeyudpf { padding-top: 48px;  padding-bottom: 48px; }
.unb9egk h2.th25ue { font-weight: 600; }
.unb9egk h3.p1grv     { font-weight: 600; }
.fhkv h2.th25ue { font-weight: 800; }
.fhkv h3.p1grv     { font-weight: 700; }
.lwt0 h2.th25ue { font-weight: 900; }
.lwt0 h3.p1grv     { font-weight: 800; }
.lwt0 .okf49 strong,
.lwt0 .okf49 strong { font-weight: 600; }
.phpk {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.n6hl9d .phpk { display: none; }
@media (max-width: 640px) {
  .phpk { display: none !important; }
}
.phpk { background: var(--cta) !important; color: #fff !important; border: none !important; }
.phpk:hover { opacity: 0.85; }
.frigz .phpk { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.u06jx9  .m1ql { left: 32px; }
@media (max-width: 480px) {
  .ccd0x .m1ql { right: 20px; bottom: 20px; }
  .u06jx9  .m1ql { left: 20px; bottom: 20px; }
}
.zskvhb2 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.a6di0q { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.jwa0la09 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ncq80o { color: var(--text-dim); font-size: 0.8rem; }
.gki4rsb8 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.gki4rsb8 img { height: 26px; width: auto; object-fit: contain; }
.nwavzs6n { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.ow1tbo .a6di0q { text-align: center; }
.ow1tbo .jwa0la09 { margin-top: 0; }
.iftz { margin-top: 10px; }
.iftz a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .a6di0q { padding-left: 16px; padding-right: 16px; }
  .dxwrz .a6di0q { padding: 20px 16px; }
  .nbofkumm { gap: 4px 12px; }
  .jwa0la09 { font-size: 0.78rem; }
}
.n1as .sg9zyiro .gki4rsb8 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.n1as .nwavzs6n { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.n1as .modjgp20 { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.n1as .modjgp20 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.n1as .modjgp20 a:hover { color: var(--accent-light); }
.n1as .jwa0la09 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.n1as .ncq80o { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .n1as .nopr52p { grid-template-columns: 1fr 1fr; } .n1as .sg9zyiro { grid-column: 1 / -1; } }
@media (max-width: 480px) { .n1as .nopr52p { grid-template-columns: 1fr; } }
.w4chyg .gki4rsb8 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.w4chyg .jwa0la09 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .w4chyg .s7baikz { gap: 12px; } .w4chyg .gki4rsb8 { margin-right: 0; width: 100%; } }
.qwrl .he9njy { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.qwrl .w25cq6 .gki4rsb8 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.qwrl .nwavzs6n { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.qwrl .ysc2n { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.qwrl .modjgp20 { display: flex; flex-direction: column; gap: 9px; }
.qwrl .modjgp20 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.qwrl .modjgp20 a:hover { color: var(--accent-light); }
.qwrl .zwcwx { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.qwrl .jwa0la09 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.qwrl .ncq80o { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .qwrl .he9njy { grid-template-columns: 1fr 1fr; } .qwrl .w25cq6 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qwrl .he9njy { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .b4dd0r .r9m4n8f { grid-template-columns: 1fr 1fr; } .b4dd0r .qkjw3ha:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .b4dd0r .r9m4n8f { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .sw3ror .r9m4n8f { grid-template-columns: 1fr; } }
.z0wi4a4k .a6di0q { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.owmx .nr6jc5      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.owmx .zskvhb2 { background: var(--bg-page); border-top-color: var(--border-alt); }
.lbco .nr6jc5      { background: #0d1117; border-bottom-color: #21262d; }
.lbco .uvlkgh4 { color: var(--accent-light); }
.lbco .pcr2 { --msep-color: #8b949e; }
.lbco .pcr2 a { color: #8b949e; }
.lbco .pcr2 a:hover { color: var(--accent-light); }
.lbco .jt95 { color: #8b949e; }
.lbco .zskvhb2 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.lbco .jwa0la09,
.lbco .ncq80o { color: #6e7681; }
.lbco .modjgp20 a, .lbco .zo67cka2 a,
.lbco .gki4rsb8 { color: #e6edf3; }
.lbco .modjgp20 a:hover, .lbco .zo67cka2 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .lbco .pcr2 { background: #0d1117; border-top-color: #21262d; }
  .lbco .pcr2 li a { border-bottom-color: #21262d; }
}
.aroib07 .nr6jc5      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.aroib07 .uvlkgh4 { color: var(--accent-light); }
.aroib07 .pcr2 { --msep-color: #475569; }
.aroib07 .pcr2 a { color: #475569; }
.aroib07 .pcr2 a:hover { color: var(--accent-light); }
.aroib07 .jt95 { color: #64748b; }
.aroib07 .zskvhb2 { background: #f0f4f8; border-top-color: #cbd5e1; }
.aroib07 .jwa0la09,
.aroib07 .ncq80o { color: #64748b; }
.aroib07 .modjgp20 a, .aroib07 .zo67cka2 a,
.aroib07 .l5dhy a, .aroib07 .gki4rsb8 { color: #374151; }
.aroib07 .modjgp20 a:hover, .aroib07 .zo67cka2 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .aroib07 .pcr2 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .aroib07 .pcr2 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.xh1n5jbu .nr6jc5      { background: var(--accent); border-bottom-color: var(--accent-light); }
.xh1n5jbu .uvlkgh4 { color: #fff; }
.xh1n5jbu .pcr2 { --msep-color: rgba(255,255,255,0.82); }
.xh1n5jbu .pcr2 a { color: rgba(255,255,255,0.82); }
.xh1n5jbu .pcr2 a:hover { color: #fff; }
.xh1n5jbu .jt95 { color: rgba(255,255,255,0.9); }
.xh1n5jbu .zskvhb2 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.xh1n5jbu .jwa0la09,
.xh1n5jbu .ncq80o { color: rgba(255,255,255,0.72); }
.xh1n5jbu .modjgp20 a, .xh1n5jbu .zo67cka2 a,
.xh1n5jbu .l5dhy a, .xh1n5jbu .gki4rsb8 { color: #fff; }
.xh1n5jbu .nwavzs6n, .xh1n5jbu .ysc2n { color: rgba(255,255,255,0.7); }
.xh1n5jbu .modjgp20 a:hover, .xh1n5jbu .zo67cka2 a:hover { color: #fff; }
@media (max-width: 640px) {
  .xh1n5jbu .pcr2 { background: var(--accent); border-top-color: var(--accent-light); }
  .xh1n5jbu .pcr2 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.xvij .nr6jc5 {
  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);
}
.xvij .zskvhb2 {
  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) {
  .xvij .pcr2 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.xum7i .a6s2 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.pecf7e5 .a6s2 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.rrtgz .a6s2 { min-height: 72px; height: auto; }
.m9arsex .a6s2 { min-height: 84px; height: auto; }
.dxwrz .a6s2 { max-width: none; padding: 0 32px; }
.dxwrz .a6di0q  { max-width: none; padding: 24px 32px; }
.aw9mh.hzdpybx .a6s2 { max-width: 1200px; }
.aw9mh.v53mq .a6s2 { max-width: 1320px; }
.eh6evo6   .uvlkgh4, .eh6evo6   .gki4rsb8 { text-transform: capitalize; }
.es5cvx .uvlkgh4, .es5cvx .gki4rsb8 { text-transform: lowercase; }
.ig8s .uvlkgh4, .ig8s .gki4rsb8 { text-transform: uppercase; letter-spacing: 0.06em; }
.js5n07r, .mv4m5b {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.xfjf .js5n07r,
.xfjf .mv4m5b { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.pe54 .js5n07r,
.pe54 .mv4m5b { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.lcj7 .js5n07r,
.lcj7 .mv4m5b { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.q8515 .js5n07r,
.q8515 .mv4m5b { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.mp9t47d4   .pcr2 a { font-weight: 500; }
.x0qqow .pcr2 a { font-weight: 600; }
.l68ud3b     .pcr2 a { font-weight: 700; }
.qy220cj    .pcr2 a { font-weight: 800; letter-spacing: 0.01em; }
.y3hc     .pcr2 > li + li::before,
.d4594p    .pcr2 > li + li::before,
.djcdmg    .pcr2 > li + li::before,
.d0gz4 .pcr2 > li + li::before,
.anfww .pcr2 > li + li::before,
.ffltm  .pcr2 > li + li::before,
.elkikv    .pcr2 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.y3hc     .pcr2 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.d4594p    .pcr2 > li + li::before { content: "|"; }
.djcdmg    .pcr2 > li + li::before { content: "—"; }
.d0gz4 .pcr2 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.anfww .pcr2 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ffltm  .pcr2 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.elkikv    .pcr2 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ag2e .jt95,
  .p1jy2sy .jt95,
  .wqxcm .jt95,
  .ec3rm5w3 .jt95,
  .f9w3q0s .jt95 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ag2e .jt95::before,
  .p1jy2sy .jt95::before,
  .wqxcm .jt95::before,
  .ec3rm5w3 .jt95::before,
  .f9w3q0s .jt95::before { content: ""; display: block; flex-shrink: 0; }

  
  .ag2e .jt95::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;
  }

  
  .p1jy2sy .jt95::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;
  }

  
  .wqxcm .jt95::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;
  }

  
  .ec3rm5w3 .jt95::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;
  }

  
  .f9w3q0s .jt95::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) {
  .d0j532 .jt95 {
    padding: 5px 14px;
  }
  .d0j532 .pcr2 {
    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;
  }
  .d0j532 .pcr2 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .d0j532 .pcr2 li a:hover { background: var(--bg-raised); }
  .d0j532 .kva49c2k,
  .qwg0 .kva49c2k,
  .u60v .kva49c2k { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .qkjodn3f .jt95 {
    padding: 5px 10px;
  }
  .qkjodn3f .pcr2 {
    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);
  }
  .qkjodn3f .pcr2.wn5j { transform: translateX(0); }
  .qkjodn3f .pcr2 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .qkjodn3f .pcr2 li:last-child a { border-bottom: none; }
  .xh1n5jbu .pcr2,
  .lbco .pcr2 { background: var(--accent) !important; }
  .xh1n5jbu .pcr2 li a,
  .lbco .pcr2 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .u60v .jt95 {
    padding: 5px 10px;
  }
  .u60v .pcr2 {
    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);
  }
  .u60v .pcr2::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .u60v .pcr2.wn5j { transform: translateY(0); }
  .u60v .pcr2 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .zst5n .jt95 {
    padding: 5px 10px;
  }
  .zst5n .pcr2 {
    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;
  }
  .zst5n .pcr2.wn5j { opacity: 1; pointer-events: auto; }
  .zst5n .pcr2 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .qglp6     .jt95 { border-radius: 0 !important; }
  .plghdej1   .jt95 { border-radius: 8px !important; }
  .dznh .jt95 { border-radius: 50% !important; }
  .gw32yeh   .jt95 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .yd70 .sjmrpow { flex-direction: column; align-items: stretch; }
  .yd70 .sz8gb { flex-direction: row; min-width: auto; }
  .yd70 .nt6c { align-items: flex-start; text-align: left; }
}
.ge2mo0s1,
.ge2mo0s1.vwhsg,
.pe9e .ge2mo0s1,
.f87q8r .ge2mo0s1,
.h2xa1 .ge2mo0s1,
.y1ws .ge2mo0s1 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.hls6wu45 {
  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;
}
.ycmadcvw { flex: 1 1 280px; min-width: 0; }
.tbyvq {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.hh3f {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.crt7t7e {
  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;
}
.crt7t7e:hover { transform: translateY(-1px); opacity: 0.95; }
.plem7 .hls6wu45 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.plem7 .tbyvq { color: var(--cta); }
.plem7 .hh3f { color: var(--text-body); }
.plem7 .crt7t7e {
  background: var(--cta) !important;
  color: #fff !important;
}
.ncpmogcn .hls6wu45 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.ncpmogcn .tbyvq { color: var(--text-primary); }
.ncpmogcn .hh3f { color: var(--text-body); }
.ncpmogcn .crt7t7e {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .hls6wu45 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ycmadcvw { flex: 0 0 auto; }
  .tbyvq { font-size: 1.2rem; }
  .crt7t7e { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.bemvxe0 .zp2ln { height: 36px; }
.ijdeqk3 .zp2ln { height: 60px; max-width: 200px; }
.li5z .zp2ln { height: 56px; max-width: 180px; }
.zchua7    .v5mdk, .zchua7    .wahjlib { color: #f59e0b; }
.sf7lnw      .v5mdk { font-size: 1rem; letter-spacing: 1.5px; }
.sf7lnw      .wahjlib   { font-size: 1.35rem; }
.quvf2    .v5mdk, .quvf2    .wahjlib { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.sfi9ulk     .v5mdk, .sfi9ulk     .wahjlib { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.c7sl8td4 .v5mdk, .c7sl8td4 .wahjlib { color: var(--cta); letter-spacing: 2px; }
.mffpk1q   .v5mdk, .mffpk1q   .wahjlib { color: #e91e63; letter-spacing: 2px; }
.m548  .v5mdk, .m548  .wahjlib { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.hitpb     .v5mdk, .hitpb     .wahjlib { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.cp7jj .jh6jm8 + .jh6jm8 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.ehm8trpz .hsp2k3 { padding: 18px 24px; min-height: 68px; }
.hs33ryu8 .wwweo {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.hs33ryu8 .dxzqulf9 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.cctrfo0g .jh6jm8 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.rove { counter-reset: cs-rank; }
.rove .hsp2k3 { counter-increment: cs-rank; }
.rove .hsp2k3::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;
}
.wbe0 .rove { counter-reset: cs-rank; gap: 0; }
.wbe0 .hsp2k3 {
  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;
}
.wbe0 .hsp2k3::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;
}
.wbe0 .au6xltm {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.wbe0 .qsk5w4 {
  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;
}
.wbe0 .z4eco { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.wbe0 .au6xltm { min-width: 0; flex-direction: column; width: 100%; }
.wbe0 .cun28 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.wbe0 .v5mdk { color: var(--cta, var(--accent)); }
.wbe0 .t5ffxts { font-weight: 700; }
.wbe0 .jh6jm8 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.wbe0 .wwweo {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.wbe0 .dxzqulf9 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.wbe0 .knzvpqob .dxzqulf9 { font-size: 1.3rem; color: var(--accent-light); }
.wbe0 .huel {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.wbe0 .hsp2k3:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .wbe0 .rove {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .wbe0 .hsp2k3 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .wbe0 .hsp2k3 { padding: 40px 16px 20px; }
  .wbe0 .jh6jm8 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .wbe0 .huel { width: 100%; min-width: 0; }
}
.p8dpvt .rove { counter-reset: cs-rank; gap: 10px; }
.p8dpvt .hsp2k3 {
  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);
}
.p8dpvt .hsp2k3::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);
}
.p8dpvt .au6xltm {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.p8dpvt .qsk5w4 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.p8dpvt .z4eco { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.p8dpvt .cun28 {
  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;
}
.p8dpvt .v5mdk { color: var(--cta, var(--accent)); }
.p8dpvt .jh6jm8 {
  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;
}
.p8dpvt .wwweo {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.p8dpvt .dxzqulf9 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.p8dpvt .knzvpqob .dxzqulf9 { color: var(--accent-light); }
.p8dpvt .huel {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.p8dpvt .hsp2k3:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .p8dpvt .hsp2k3 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .p8dpvt .hsp2k3::before {
    position: absolute; top: 14px; left: 14px;
  }
  .p8dpvt .au6xltm {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .p8dpvt .cun28 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .p8dpvt .jh6jm8 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .p8dpvt .huel { width: 100%; min-width: 0; }
  .p8dpvt .v5mdk { min-width: 0; }
}
.mbyp .hsp2k3::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.jf5x .tvun {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.jf5x .tvun summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.jf5x .tvun p { padding: 0 2px 16px; }
.mswo4ob .tvun { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.mswo4ob .tvun summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.mswo4ob .tvun summary::after { content: "›"; font-size: 1.2em; }
.mswo4ob .tvun[open] summary::after { content: "‹"; }
.mswo4ob .tvun p { padding: 10px 22px 4px; }
.x5rvw .tvun {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.x5rvw .tvun summary { color: var(--text-primary); padding-left: 16px; }
.x5rvw .tvun summary::after { content: "›"; font-size: 1.1em; }
.x5rvw .tvun[open] summary::after { content: "‹"; }
.x5rvw .tvun p { padding-left: 16px; }
.ocr7ggjd .yeny5 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ocr7ggjd .tvun {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ocr7ggjd .tvun:last-child { border-bottom: none; }
.ocr7ggjd .tvun summary { color: var(--text-primary); border-radius: 0; }
.ocr7ggjd .tvun summary::after { content: "›"; font-size: 1.1em; }
.ocr7ggjd .tvun[open] summary::after { content: "‹"; }
.z3jg8op .tvun { overflow: hidden; }
.z3jg8op .tvun summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.z3jg8op .tvun summary::after { color: rgba(255,255,255,.75); }
.z3jg8op .tvun[open] summary { border-radius: 0; }
.foqtzm8 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.i0z3hniy {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.c99ur8ki {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.d6ru { color: var(--text-muted); font-size: 1.05rem; }
.wd3gxu9 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.gk1gzqt9 { margin-bottom: 20px; }
.f1suq1 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.op4y {
  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;
}
.op4y:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.wsk4adg { resize: vertical; min-height: 130px; }
.qqn7 { width: 100%; margin-top: 8px; }
.egx0k {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.l8rb {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.o63blvx { color: var(--text-muted); line-height: 1.75; }
.fofdsd { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.fofdsd li { margin-bottom: 6px; }
.xwi0 { max-width: 760px; margin: 0 auto; }
.fc6mpsp { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.dw2xqq { max-width: 760px; margin: 0 auto; }
.zy9aw50 ul.fofdsd { margin: 0; }
@media (max-width: 640px) { .xsq7 { grid-template-columns: 1fr; gap: 10px; } }
.totf { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.s14au { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.k3zd { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.s14au p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.s14au .fofdsd { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .totf { grid-template-columns: 1fr; } }
.mqcnuod { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.mqcnuod:hover .rie7x0 { color: var(--accent-light); text-decoration: underline; }
.zcl6 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ecsmui3 { max-width: 760px; margin: 0 auto; }
.kk5caig ul.fofdsd { margin: 0; }
.sr7ytp { color: var(--text-muted); line-height: 1.75; }
.t15zak3j .fofdsd,
.hmh64u4q .fofdsd,
.u33u .fofdsd,
.q49m .fofdsd {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.nlul { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.erbf { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.qt95l5 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.kw5j6o8 { margin-top: 12px; }
.yfq501 { 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; }
.yfq501:hover { border-bottom-color: var(--accent-light); }
.wvxz3a6 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.wvxz3a6 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.njhc5j { border-radius: 50%; }
.rac3 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.v5d81z { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.v5d81z::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .eehp4wsr { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.s24m .qt95l5, .s24m .erbf { max-width: 640px; }
.b3oa .nlul { font-size: 1.6rem; margin-top: 18px; }
.n122ou .qt95l5 { margin-bottom: 28px; }
@media (max-width: 860px) { .l8vc { grid-template-columns: 1fr; } .b3oa { position: static; text-align: center; } }
.hwywnucw .wvxz3a6 { margin: 0 auto 18px; }
.hwywnucw .rac3 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .zwshpux { grid-template-columns: 1fr; } }
.bqmine { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.delltr9 { flex: 1; }
.bqmine .nlul { font-size: 1.6rem; margin-bottom: 6px; }
.dxj1 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.q49m { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.akzo { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.q49m p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.q49m .fofdsd { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .bqmine { flex-direction: column; text-align: center; } .dxj1 { grid-template-columns: 1fr; } }
.stitp8z6 .nlul { font-size: 1.35rem; margin: 0 0 4px; }
.stitp8z6 .rac3 { margin: 0; }
.hitn7x { max-width: 760px; margin: 0 auto; }
.du3dw { position: relative; padding-left: 28px; }
.du3dw::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.w9vhzsek { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.w9vhzsek:last-child { padding-bottom: 0; }
.ehzq { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.e80r h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.e80r p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.l8v4aa .c99ur8ki { color: var(--accent-light); }
.xsmp {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.xsmp .c99ur8ki { font-size: 2rem; }
.xsmp .d6ru { max-width: 680px; }
.zjbkfqj2 .c99ur8ki { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.zjbkfqj2 .d6ru  { margin: 0; }
@media (max-width: 640px) { .zjbkfqj2 { flex-direction: column; } }
.gp5yuqm3 .c99ur8ki { color: var(--accent-light); }
.gni65 .c99ur8ki { color: #fff; }
.gni65 .d6ru  { color: rgba(255,255,255,0.85); }
.z84sfz { max-width: 680px; margin: 0 auto; }
.qzuf {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .qzuf { grid-template-columns: 1fr; } }
.vtykpsj { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.vtykpsj .op4y {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.vtykpsj .op4y:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ablislsc .op4y { background: var(--bg-raised); border-color: transparent; }
.ablislsc .op4y:focus { background: var(--bg-card); border-color: var(--accent-light); }
.gjfog3pj .op4y { border-radius: 100px; padding: 11px 20px; }
.gjfog3pj .wsk4adg { border-radius: 14px; }
.hklm90v5 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .hklm90v5 { grid-template-columns: 1fr; } }
.gp0o3zfr {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.gp0o3zfr h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.gp0o3zfr p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.y9y2 { counter-reset: priv-count; }
.xw5zhwk {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.xw5zhwk:last-child { border-bottom: none; }
.bgjhb4r {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.xw5zhwk h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.xw5zhwk p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.mi6tw9 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.mi6tw9 li { margin-bottom: 6px; }
.cvznkh{display:none}
.cvznkh:empty,.nditxwi:empty{display:none}
.x6qugxsc{position:relative;overflow:visible}
.b3gu2n .isa25yk,.l7scbfm .isa25yk,
.r88h0h .isa25yk,.m60mnhb .isa25yk,
.y0ut .isa25yk,.dr3rb .isa25yk{display:block}
.jxnx .zurhe9y{display:block}
.b3gu2n .isa25yk,.l7scbfm .isa25yk,
.r88h0h .isa25yk,.m60mnhb .isa25yk,
.y0ut .isa25yk{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}
.b3gu2n .isa25yk .nditxwi,.l7scbfm .isa25yk .nditxwi,
.r88h0h .isa25yk .nditxwi,.m60mnhb .isa25yk .nditxwi,
.y0ut .isa25yk .nditxwi{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}
.b3gu2n .znuxh6,.l7scbfm .znuxh6,
.r88h0h .znuxh6,.m60mnhb .znuxh6,
.y0ut .znuxh6{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.b3gu2n .isa25yk,.l7scbfm .isa25yk{top:12px}
.b3gu2n .isa25yk .nditxwi{margin-right:auto}
.l7scbfm .isa25yk .nditxwi{margin-left:auto}
.l7scbfm .isa25yk{text-align:right}
.r88h0h .isa25yk,.m60mnhb .isa25yk{bottom:12px}
.r88h0h .isa25yk .nditxwi{margin-right:auto}
.m60mnhb .isa25yk .nditxwi{margin-left:auto}
.m60mnhb .isa25yk{text-align:right}
.y0ut .isa25yk{position:relative;margin-top:16px}
.y0ut .isa25yk .nditxwi{margin:0 auto}
.dr3rb .isa25yk{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.dr3rb .isa25yk .nditxwi{margin:0}
.dr3rb .t4qvjtm~.isa25yk,
.dr3rb .xx7dp8k2~.isa25yk{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.dr3rb .t4qvjtm~.isa25yk .nditxwi,
.dr3rb .xx7dp8k2~.isa25yk .nditxwi{justify-content:flex-start}
.t4qvjtm~.isa25yk,.xx7dp8k2~.isa25yk{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}
.t4qvjtm~.isa25yk .nditxwi{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.xx7dp8k2~.isa25yk .nditxwi{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.zurhe9y .nditxwi{margin:0 0 12px}
.nditxwi{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.p0qq0w5j{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.rie7x0{font-weight:600;color:var(--text-heading);opacity:1}
.uj63::before{content:"·";margin:0 2px;opacity:.5}
.znuxh6{white-space:nowrap}
.m9ttm .p0qq0w5j{display:none}
.pagnlr .znuxh6{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.pagnlr .uj63::before{content:""}
.xqdpzle .znuxh6{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.xqdpzle .uj63::before{content:""}
.pac4gqws .nditxwi{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.xo0hsxyq .znuxh6{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.xo0hsxyq .uj63::before{content:""}
.x7mi .znuxh6{color: var(--accent-light);opacity:1;font-weight:500}
.x01arx25 .znuxh6{border-bottom:1px solid currentColor;padding-bottom:2px}
.fsigk .nditxwi{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.iuvcj4{--date-bg:var(--accent-bg-light)}
.vd556c .uj63::before{content:""}
.mzgvrtt .uj63::before{content:"•";opacity:.4}
.mzgvrtt .znuxh6 + .znuxh6::before{content:"•";margin-right:6px;opacity:.4}
.lege3n .uj63::before{content:"/";opacity:.35}
.lege3n .znuxh6 + .znuxh6::before{content:"/";margin-right:6px;opacity:.35}
.bhbx .uj63::before{content:"|";opacity:.3}
.bhbx .znuxh6 + .znuxh6::before{content:"|";margin-right:6px;opacity:.3}
.yw4497m .uj63::before{content:"—";opacity:.3}
.yw4497m .znuxh6 + .znuxh6::before{content:"—";margin-right:6px;opacity:.3}
.mc9dup .uj63::before{content:"◆";font-size:.5em;opacity:.35}
.mc9dup .znuxh6 + .znuxh6::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.jx73mse2 .uj63::before{content:"·";opacity:.4}
.jx73mse2 .znuxh6 + .znuxh6::before{content:"·";margin-right:6px;opacity:.4}
.pexl7 .uj63::before{content:"›";opacity:.4}
.pexl7 .znuxh6 + .znuxh6::before{content:"›";margin-right:6px;opacity:.4}
.aazefn .uj63::before{content:"→";opacity:.35;font-size:.85em}
.aazefn .znuxh6 + .znuxh6::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.l019w67 .fxn78{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .fxn78{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .wla4y{max-width:100%}
}
.ua4x2 .v0i5ws{margin:0}
@media (max-width:560px){
  .n5a46lcy{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) {
  .p9cq { padding: 28px 18px 20px; }
  .ukkls2p { font-size: 1.2rem; }
  .kpkfxb { max-width: 220px; max-height: 80px; }
}
.c9gt {
  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);
}
.p3zxwn {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.npt67rf  .c9gt { border-radius: 50%; }
.on4n  .c9gt { border-radius: 6px; }
.dsmkk28r .c9gt { border-radius: 22px; }
.fta4k5 .hls6wu45 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .c9gt { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.x280k .vwhsg {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.x280k .aeyudpf {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.x280k .hls6wu45 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.i81ofo .vwhsg,
.i81ofo .aeyudpf {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.i81ofo .hls6wu45 {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .i81ofo { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .i81ofo .hls6wu45 {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .i81ofo .hh3f { display: none !important; }
  .i81ofo .tbyvq { font-size: 1.1rem !important; }
  .i81ofo .c9gt { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .gs2r { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .a6s2 { flex-direction: row-reverse; }
[dir="rtl"] .pcr2 { flex-direction: row-reverse; }
[dir="rtl"] .u06jx9  .m1ql { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .ccd0x .m1ql { right: auto; left: 20px; }
  [dir="rtl"] .u06jx9  .m1ql { left: auto;  right: 20px; }
}
[dir="rtl"] .npf1yfhq .g3pzzvvc  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .hpz6 .g3pzzvvc { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .zgmcy5g, [dir="rtl"] .v4zlan { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .bd88 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .pzu5z3n { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .okf49 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .hls6wu45 { direction: rtl; }
[dir="rtl"] .c9gt { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .hsp2k3,
[dir="rtl"] .jan2sv { direction: rtl; }
[dir="rtl"] .mim0oxfq { direction: rtl; }
[dir="rtl"] .zjnwoc { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .mg5y .v4zlan,
[dir="rtl"] .ypng .v4zlan,
[dir="rtl"] .o9ft7s30 .v4zlan,
[dir="rtl"] .m1vggjw .v4zlan {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .mg5y .v4zlan li::before,
[dir="rtl"] .ypng .v4zlan li::before,
[dir="rtl"] .o9ft7s30 .v4zlan li::before,
[dir="rtl"] .m1vggjw .v4zlan li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .v9dq.pnl58e4 .b9ea69i,
[dir="rtl"] .kb53.pnl58e4 .b9ea69i,
[dir="rtl"] .hfj5.pnl58e4 .b9ea69i,
[dir="rtl"] .rduhlut.pnl58e4 .b9ea69i,
[dir="rtl"] .su89wvso.pnl58e4 .b9ea69i { text-align: right; }
[dir="rtl"] .t4qvjtm.pnl58e4 .b59k72 { align-items: flex-end; text-align: right; }
[dir="rtl"] .aeyudpf,
[dir="rtl"] .umw00,
[dir="rtl"] .ua3qiij,
[dir="rtl"] .b9ea69i { text-align: right; }
[dir="rtl"] .wd3gxu9,
[dir="rtl"] .f1suq1,
[dir="rtl"] .qt95l5,
[dir="rtl"] .op4y,
[dir="rtl"] .wsk4adg { text-align: right; direction: rtl; }
[dir="rtl"] .gjfog3pj .op4y,
[dir="rtl"] .vtykpsj .op4y { padding-right: 20px; padding-left: 20px; }
.yozv .rove,
.w24bvc5 .rove,
.nsdy4o5x .rove { gap: 0; }
.wceqr .rove { gap: 14px; }
.yozv .hsp2k3,
.w24bvc5 .hsp2k3,
.wceqr .hsp2k3,
.nsdy4o5x .hsp2k3 {
  
  grid-template-columns: auto 260px minmax(0, 1fr) auto auto;
  gap: 20px;
  padding: 22px 26px;
  align-items: center;
  
  grid-auto-flow: dense;
}
.yozv .hsp2k3,
.w24bvc5 .hsp2k3,
.nsdy4o5x .hsp2k3 {
  background: var(--bg-card);
  border: none; border-radius: 0;
}
.yozv .hsp2k3:nth-child(even),
.nsdy4o5x .hsp2k3:nth-child(even) { background: var(--accent-bg); }
.w24bvc5 .hsp2k3 + .hsp2k3 { border-top: 1px solid var(--border-alt); }
.wceqr .hsp2k3 {
  border: 1px solid var(--border-alt); border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.yozv .hsp2k3:hover,
.w24bvc5 .hsp2k3:hover,
.nsdy4o5x .hsp2k3:hover { background: var(--bg-hover); }
.yozv .hsp2k3::before,
.w24bvc5 .hsp2k3::before,
.wceqr .hsp2k3::before,
.nsdy4o5x .hsp2k3::before {
  width: 40px; min-width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--accent-bg); color: var(--accent);
  font-size: 1.15rem; font-weight: 700;
}
.nsdy4o5x .hsp2k3::before {
  background: var(--accent); color: var(--cta-fg, #fff);
}
.yozv .au6xltm,
.w24bvc5 .au6xltm,
.wceqr .au6xltm,
.nsdy4o5x .au6xltm {
  grid-column: 2;
  flex-direction: row; align-items: center; justify-content: flex-start;
  width: auto; gap: 16px; text-align: left;
}
.yozv .qsk5w4,
.w24bvc5 .qsk5w4,
.wceqr .qsk5w4,
.nsdy4o5x .qsk5w4 {
  width: 78px; height: 78px; padding: 0;
  border-radius: 50%; overflow: hidden; flex-shrink: 0;
}
.yozv .z4eco,
.w24bvc5 .z4eco,
.wceqr .z4eco,
.nsdy4o5x .z4eco {
  width: 100%; height: 100%; max-width: none; max-height: none;
  object-fit: cover;
}
.yozv .cun28,
.w24bvc5 .cun28,
.wceqr .cun28,
.nsdy4o5x .cun28 {
  font-size: 1.3rem; font-weight: 700; color: var(--accent);
  text-align: left;
}
.nsdy4o5x .cun28 { font-size: 1.45rem; font-weight: 800; }
.yozv .cywj0rb,
.w24bvc5 .cywj0rb,
.wceqr .cywj0rb,
.nsdy4o5x .cywj0rb {
  grid-column: 3; display: block;
  justify-self: center; width: min(100%, 340px);
}
.yozv .cywj0rb .knzvpqob,
.w24bvc5 .cywj0rb .knzvpqob,
.wceqr .cywj0rb .knzvpqob,
.nsdy4o5x .cywj0rb .knzvpqob {
  background: var(--accent-bg);
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  flex-direction: row; justify-content: center;
}
.yozv .cywj0rb .knzvpqob .wwweo,
.w24bvc5 .cywj0rb .knzvpqob .wwweo,
.wceqr .cywj0rb .knzvpqob .wwweo,
.nsdy4o5x .cywj0rb .knzvpqob .wwweo { display: none; }
.yozv .cywj0rb .knzvpqob .dxzqulf9::before,
.w24bvc5 .cywj0rb .knzvpqob .dxzqulf9::before,
.wceqr .cywj0rb .knzvpqob .dxzqulf9::before,
.nsdy4o5x .cywj0rb .knzvpqob .dxzqulf9::before { content: "\1F381\00a0"; }
.yozv .cywj0rb .knzvpqob .dxzqulf9,
.w24bvc5 .cywj0rb .knzvpqob .dxzqulf9,
.wceqr .cywj0rb .knzvpqob .dxzqulf9,
.nsdy4o5x .cywj0rb .knzvpqob .dxzqulf9 {
  font-size: 1.05rem; font-weight: 700; color: var(--text-primary);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.yozv .cywj0rb .bd1el05,
.w24bvc5 .cywj0rb .bd1el05,
.wceqr .cywj0rb .bd1el05,
.nsdy4o5x .cywj0rb .bd1el05 { display: none; }
.yozv .z1qu3,
.w24bvc5 .z1qu3,
.wceqr .z1qu3,
.nsdy4o5x .z1qu3 {
  grid-column: 4; min-width: 120px; width: auto;
}
.yozv .v5mdk,
.w24bvc5 .v5mdk,
.wceqr .v5mdk,
.nsdy4o5x .v5mdk { display: block; font-size: 1.25rem; letter-spacing: 2px; }
.yozv .t5ffxts,
.w24bvc5 .t5ffxts,
.wceqr .t5ffxts,
.nsdy4o5x .t5ffxts { display: none; }
.yozv .huel.z3qq8k1,
.w24bvc5 .huel.z3qq8k1,
.wceqr .huel.z3qq8k1,
.nsdy4o5x .huel.z3qq8k1 {
  grid-column: 5;
  min-width: 190px;
  border-radius: 999px;
  padding: 17px 34px !important;
  font-size: 1.05rem !important; font-weight: 700;
}
.nsdy4o5x .huel.z3qq8k1 { box-shadow: 0 4px 16px color-mix(in srgb, var(--cta) 45%, transparent); }
@media (max-width: 1080px) {
  .yozv .hsp2k3,
  .w24bvc5 .hsp2k3,
  .wceqr .hsp2k3,
  .nsdy4o5x .hsp2k3 {
    grid-template-columns: auto 220px minmax(0, 1fr) auto;
    gap: 16px; padding: 18px;
  }
  .yozv .z1qu3,
  .w24bvc5 .z1qu3,
  .wceqr .z1qu3,
  .nsdy4o5x .z1qu3 { display: none; }
  .yozv .huel.z3qq8k1,
  .w24bvc5 .huel.z3qq8k1,
  .wceqr .huel.z3qq8k1,
  .nsdy4o5x .huel.z3qq8k1 { grid-column: 4; min-width: 150px; padding: 14px 24px !important; }
}
@media (max-width: 720px) {
  .yozv .hsp2k3,
  .w24bvc5 .hsp2k3,
  .wceqr .hsp2k3,
  .nsdy4o5x .hsp2k3 {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "rank  ident"
      "pills pills"
      "cta   cta";
    gap: 12px 14px; padding: 18px 16px;
    text-align: left;
  }
  .yozv .hsp2k3::before,
  .w24bvc5 .hsp2k3::before,
  .wceqr .hsp2k3::before,
  .nsdy4o5x .hsp2k3::before { grid-area: rank; align-self: center; justify-self: start; }
  .yozv .au6xltm,
  .w24bvc5 .au6xltm,
  .wceqr .au6xltm,
  .nsdy4o5x .au6xltm { grid-area: ident; width: auto; justify-content: flex-start; }
  .yozv .cywj0rb,
  .w24bvc5 .cywj0rb,
  .wceqr .cywj0rb,
  .nsdy4o5x .cywj0rb { grid-area: pills; }
  
  .yozv .cywj0rb .knzvpqob,
  .w24bvc5 .cywj0rb .knzvpqob,
  .wceqr .cywj0rb .knzvpqob,
  .nsdy4o5x .cywj0rb .knzvpqob {
    background: var(--accent-bg); border-radius: 999px;
    padding: 11px 18px; justify-content: center;
  }
  .yozv .huel.z3qq8k1,
  .w24bvc5 .huel.z3qq8k1,
  .wceqr .huel.z3qq8k1,
  .nsdy4o5x .huel.z3qq8k1 { grid-area: cta; width: 100%; }
  .yozv .qsk5w4,
  .w24bvc5 .qsk5w4,
  .wceqr .qsk5w4,
  .nsdy4o5x .qsk5w4 { width: 56px; height: 56px; }
  .yozv .cun28,
  .w24bvc5 .cun28,
  .wceqr .cun28,
  .nsdy4o5x .cun28 { font-size: 1.1rem; }
}
:root {
  --accent:          #692720;
  --brand:           #692720;
  --brand-light:     #4f241f;
  --brand-pale:      #6c3b36;
  --grad-start:      #af4135;
  --grad-end:        #c06a61;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #f59e0b;
  --cta-fg:          #111111;
  --cta-light:       #d48603;
  --cta-hover:       #bb7807;
  --bg-page:         #f7f6f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f4f3;
  --bg-raised:       #f0eeee;
  --bg-hover:        #f5f4f3;
  --border:          #e8e3e2;
  --border-alt:      #dbd1d0;
  --border-section:  #e8e3e2;
  --text-primary:    #1b1817;
  --text-muted:      #5e5453;
  --text-body:       #36302f;
  --text-sub:        #514847;
  --text-faint:      #877877;
  --text-dim:        #9f9392;
  --text-label:      #6c605f;
  --text-value:      #433c3b;
  --accent-bg:       #efe6e5;
  --accent-bg-light: #e7d1cf;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf4f3;
  --c-pros:          #1a881a;
  --c-cons:          #9f2321;
  --c-pros-label:    #1fa21f;
  --c-tip-border:    #23b323;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1a881a;
}
:root { --logo-bg-opacity: 79%; }
.hec2sb7j .qv42x0e, .hec2sb7j .t4qvjtm { min-height: 420px; }
body, button, input { font-family: system-ui, -apple-system, sans-serif; }
.achhapy7 .ukx2 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.achhapy7 .ukx2::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.achhapy7 .mnk7frg3     .ukx2::before { content: "";  color: var(--c-tip-border); }.achhapy7 .c6bo .ukx2::before { content: ""; color: var(--c-warn-border); }.achhapy7 .ilskn165    .ukx2::before { content: ""; color: #60a5fa; }.ppd7l6q .achhapy7 .mnk7frg3     .ukx2::before { color: #10b981; }.ppd7l6q .achhapy7 .c6bo .ukx2::before { color: #f43f5e; }.ppd7l6q .achhapy7 .ilskn165    .ukx2::before { color: #a855f7; }.p3sks  .achhapy7 .mnk7frg3     .ukx2::before { color: #eab308; }.p3sks  .achhapy7 .c6bo .ukx2::before { color: #ef4444; }.p3sks  .achhapy7 .ilskn165    .ukx2::before { color: #f97316; }.wd7g  .achhapy7 .mnk7frg3     .ukx2::before { color: #38bdf8; }.wd7g  .achhapy7 .c6bo .ukx2::before { color: #818cf8; }.wd7g  .achhapy7 .ilskn165    .ukx2::before { color: #2dd4bf; }.woc5b .achhapy7 .ukx2::before { color: var(--accent-light) !important; }
.chodph .hpi8hjow li::before, .chodph .yp9qhv90 li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.chodph .hpi8hjow li::before { content: ""; }.chodph .yp9qhv90 li::before { content: ""; }.chodph .ommod2y::before, .chodph .igvvi::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.chodph .ommod2y::before { content: ""; }.chodph .igvvi::before { content: ""; }
.k60kky::before { content: '|'; opacity: 0.3; }