:root {
  --color-accent: #334c7b;
  --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;
}
.lbb9vx {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.d8f7t {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.mm667f {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.c8wmg { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.mcn74b { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.mcn74b a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.mcn74b a:hover { color: var(--accent-light); }
.h4z6c5yb     .qj0ngl1h { border-radius: 24px; padding: 8px; }
.h4z6c5yb .qj0ngl1h li a { border-radius: 16px; }
.u179 .qj0ngl1h li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .qj0ngl1h {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .oa9v:hover .qj0ngl1h,
  .oa9v:focus-within .qj0ngl1h { display: block; }
  .qj0ngl1h li a { padding: 8px 16px; font-size: 0.88rem; }
}
.ta199jou {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.wz3y { display: none; }
@media (max-width: 640px) {
  .wz3y {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .wz3y.bgmv6olu { display: block; }
}
@media (max-width: 640px) {
  .ta199jou { display: block; }
  .mcn74b > li + li::before { display: none !important; }
  .mcn74b {
    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;
  }
  .mcn74b.bgmv6olu { display: flex; }
  .mcn74b li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .mcn74b li:last-child a { border-bottom: none; }
}
.zm74 { min-height: 480px; }
.gkecpud {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.yz04 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.pn76w5v .yz04 { margin-left: 0; margin-right: 0; }
.pzitu0q {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.hggjk .pzitu0q { margin-top: 24px; }
.pzitu0q:hover { opacity: 0.88; }
.soc6sb {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.yjyz {
  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%);
}
.soc6sb .r4t9t {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.soc6sb .gkecpud { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.soc6sb .yz04 { color: #e2e8f0; }
.soc6sb.cnvl .r4t9t { text-align: center; }
.soc6sb.pn76w5v   .r4t9t { text-align: left; }
.nuvgy .r4t9t {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.nuvgy .gkecpud { color: var(--text-primary); text-shadow: none; }
.nuvgy .yz04 { color: var(--text-muted); }
.nuvgy .pzitu0q { margin-top: 16px; }
.nuvgy, .nuvgy.zm74 { min-height: auto !important; }
.nuvgy.cnvl .r4t9t { text-align: center; }
.nuvgy.pn76w5v   .r4t9t { text-align: left; }
.nuvgy~.h9nis{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}
.nuvgy~.h9nis .tvxc4{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; }
}
.dsixmwj .soc6sb .yjyz {
  overflow: hidden;
}
.dsixmwj .soc6sb .yjyz::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); }
}
.jkqm0vxq .soc6sb .yjyz {
  overflow: hidden;
}
.jkqm0vxq .soc6sb .yjyz::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;
}
.ujx979 .soc6sb .yjyz {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.nli4wt7g .soc6sb .yjyz {
  overflow: hidden;
}
.nli4wt7g .soc6sb .yjyz::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;
}
.w8gz .soc6sb .yjyz {
  animation: hg-breathe 10s ease-in-out infinite;
}
.v19i .yjyz {
  background: none;
}
.v19i .gkecpud { color: #fff; }
.v19i .yz04 { color: rgba(255,255,255,0.85); }
.vei4x .gkecpud { text-shadow: none; color: var(--text-primary); }
.vei4x .yz04 { color: var(--text-muted); }
body.i1fxvf3 .gkecpud {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.cqiyz .gkecpud {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.zm74.v19i .gkecpud,
section.v19i .gkecpud {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.vei4x.pn76w5v   .jap5n290 { align-items: flex-start; text-align: left; }
.zm74 .papzm {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.papzm .itfhr {
  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;
}
.papzm .itfhr::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.papzm .x4lz { display: contents !important; }
.papzm .x4lz .uc8anbqc {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.papzm .x4lz .scpfcn { max-height: 48px; max-width: 96px; }
.papzm .x4lz .q3vl6c51 {
  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;
}
.papzm .sinjb {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.papzm .p1a3 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.papzm .yoa5h { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.papzm .yoa5h small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.papzm .dmd9q2 { display: contents !important; }
.papzm .dmd9q2 .sy54si:not(.fkgrj1) { display: none !important; }
.papzm .dmd9q2 .fkgrj1 {
  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;
}
.papzm .dmd9q2 .fkgrj1 .m8rky {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.papzm .dmd9q2 .fkgrj1 .zs529oo4 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.papzm .vti9lly { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.papzm .vti9lly.f502ct {
  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;
}
.papzm .vti9lly.f502ct:hover { opacity: 0.85; }
.papzm .itfhr,
.papzm .itfhr:hover,
.papzm .itfhr:nth-child(even),
.papzm .itfhr:nth-child(odd),
.papzm .itfhr:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.st96 .r4t9t { padding-bottom: 24px; }
.hggjk .r4t9t { max-width: 1100px; }
@media (max-width: 700px) {
  .vei4x { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .vei4x:not(.ku291) .qhxosj { display: none !important; }
  .ku291 .qhxosj { padding: 16px; }
  .jap5n290  { padding: 36px 24px; }
  .vei4x~.h9nis,.b46mn~.h9nis{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .zm74, .vei4x { min-height: 320px !important; }
  .gkecpud { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .fmhm7z,
  .ihl1br,
  .r9ewzcn { grid-template-columns: 1fr !important; }

  

  
  .st96 { display: flex !important; flex-direction: column !important; }
  .st96 .r4t9t { display: contents; }
  .st96 .yjyz { order: 0; }
  .st96 .gkecpud { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .st96 .fmhm7z { order: 2; padding: 0 16px 12px !important; }
  .st96 .yz04 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .hggjk .r4t9t { display: flex; flex-direction: column; }
  .hggjk .r4t9t .gkecpud { order: 1; }
  .hggjk .r4t9t .r9ewzcn { order: 2; margin: 8px 0 24px !important; }
  .hggjk .r4t9t .yz04 { order: 3; }
  .hggjk .r4t9t .pzitu0q { order: 4; align-self: center; margin-top: 0; }

  
  .vei4x.ku291 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .vei4x.ku291 .jap5n290 { display: contents; padding: 0; }
  .vei4x.ku291 .jap5n290 .gkecpud { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .vei4x.ku291 .qhxosj { order: 2; padding: 12px 16px; }
  .vei4x.ku291 .jap5n290 .yz04 { order: 3; padding: 0 24px; margin: 0 auto; }
  .vei4x.ku291 .jap5n290 .pzitu0q { order: 4; align-self: center; margin: 8px 0 32px; }
}
.xcs4ko { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.mgtll6 { width: 100%; height: auto; display: block; border-radius: 10px; }
.apky6zqo .xcs4ko        { border-radius: 16px; }
.apky6zqo .mgtll6  { border-radius: 16px; }
.opnbcqmr .xcs4ko         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.opnbcqmr .mgtll6   { border-radius: 8px; }
.x51su { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ryuzs { width: 100%; padding: 32px 0; position: relative; }
.r1ipdlr { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.x85rgenx .ryuzs:nth-child(even) { background: var(--bg-surface); }
.x85rgenx .ryuzs:nth-child(odd)  { background: var(--bg-page); }
.thjv1l7 .ryuzs:nth-child(even) { background: var(--bg-card); }
.thjv1l7 .ryuzs:nth-child(odd)  { background: var(--bg-page); }
.x85rgenx .ryuzs:nth-child(odd)  .r1ipdlr { background: var(--bg-card); border-radius: 6px; }
.x85rgenx .ryuzs:nth-child(even) .r1ipdlr { background: var(--bg-raised); border-radius: 6px; }
.thjv1l7 .ryuzs:nth-child(odd)  .r1ipdlr { background: var(--bg-card); border-radius: 6px; }
.thjv1l7 .ryuzs:nth-child(even) .r1ipdlr { background: var(--bg-raised); border-radius: 6px; }
.x85rgenx .ryuzs:nth-child(even) .bf3xa7 .d08re,
.thjv1l7 .ryuzs:nth-child(even) .bf3xa7 .d08re { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.x85rgenx .ryuzs:nth-child(odd) .bf3xa7 .d08re,
.thjv1l7 .ryuzs:nth-child(odd) .bf3xa7 .d08re { background: var(--bg-card-inner); }
.x85rgenx .ryuzs:nth-child(even) .j2skl2j .d08re:nth-child(odd),
.thjv1l7 .ryuzs:nth-child(even) .j2skl2j .d08re:nth-child(odd)  { background: var(--bg-card); }
.x85rgenx .ryuzs:nth-child(even) .j2skl2j .d08re:nth-child(even),
.thjv1l7 .ryuzs:nth-child(even) .j2skl2j .d08re:nth-child(even) { background: var(--bg-card-inner); }
h1.c6hg8hm { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.c6hg8hm {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.berlin { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.re52nmgf h2.c6hg8hm {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ivcgn5c1 h2.c6hg8hm {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.d0s6 h2.c6hg8hm {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ievq9ll7 h2.c6hg8hm::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.gkti2f h2.c6hg8hm {
  color: var(--text-primary); font-size: 1.7rem;
}
.bgfd h2.c6hg8hm::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.jfvp h2.c6hg8hm {
  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) { .woxgft { display: none; } }
.mz3x23 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.pxkxrz { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.b1wgyhp1 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.hzl7ep { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.tf3eym { padding-left: 20px; }
.tf3eym li { margin-bottom: 6px; }
.tf3eym a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.tf3eym a:hover { color: var(--accent-light); }
.b3f3sq3e .hzl7ep { display: none; }
.o81yg7 .hzl7ep { display: none; }
.o81yg7 .tf3eym { padding-left: 0; list-style: none; }
.o81yg7 .tf3eym li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.o81yg7 .tf3eym a { font-size: 0.92rem; }
.mxsob2v .b1wgyhp1 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.mxsob2v .hzl7ep { display: none; }
.mxsob2v .tf3eym { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.mxsob2v .tf3eym li { margin-bottom: 0; }
.mxsob2v .tf3eym 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;
}
.mxsob2v .tf3eym a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.l9pw .b1wgyhp1 { padding: 20px 20px 16px; }
.l9pw .tf3eym {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.l9pw .tf3eym li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.l9pw .tf3eym 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;
}
.l9pw .tf3eym 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;
}
.l9pw .tf3eym a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.l9pw .tf3eym a:focus,
.l9pw .tf3eym a:focus-visible,
.l9pw .tf3eym a:target { outline: none; }
.l9pw .tf3eym li:target a { border-color: var(--border); color: var(--text-muted); }
.w8gfec1x .b1wgyhp1 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.w8gfec1x .hzl7ep { display: none; }
.w8gfec1x .tf3eym { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.w8gfec1x .tf3eym li { counter-increment: toc-n; margin-bottom: 0; }
.w8gfec1x .tf3eym 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;
}
.w8gfec1x .tf3eym 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;
}
.w8gfec1x .tf3eym a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ew14a9g .b1wgyhp1 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.ew14a9g .hzl7ep { display: none; }
.ew14a9g .tf3eym { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.ew14a9g .tf3eym li { margin-bottom: 0; }
.ew14a9g .tf3eym 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;
}
.ew14a9g .tf3eym a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.tsexj .b1wgyhp1 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.tsexj .hzl7ep { display: none; }
.tsexj .tf3eym { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.tsexj .tf3eym li { margin-bottom: 0; }
.tsexj .tf3eym li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.tsexj .tf3eym li:last-child::after { content: ""; margin-right: 0; }
.tsexj .tf3eym a { font-size: 0.9rem; }
.d08re { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.bf3xa7 .d08re { background: var(--bg-card); }
.j2skl2j .d08re:nth-child(odd)  { background: var(--bg-card); }
.j2skl2j .d08re:nth-child(even) { background: var(--bg-raised); }
.af11 .d08re {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.af11 .d08re:last-child { border-bottom: none; }
.af11 h3.berlin { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.tqrj7 .d08re {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.tqrj7 .d08re + .d08re { margin-top: 4px; }
.rbqu468 .d08re { background: none; border-radius: 0; padding: 12px 0; }
.rbqu468 .d08re + .d08re { border-top: 1px solid var(--border-section); }
.er19p { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ozdl { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.pg04s { color: var(--text-body); margin-bottom: 10px; }
.xf2efmj, .rrykp5 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.xf2efmj li, .rrykp5 li { margin-bottom: 6px; }
.rrykp5 li { list-style: decimal; }
.ovfmh     .xf2efmj { list-style-type: "● "; }
.xf6bc  .xf2efmj { list-style-type: "■ "; }
.s4eojsb .xf2efmj { list-style-type: "◆ "; }
.yp9m    .xf2efmj { list-style-type: "★ "; }
.ovfmh     .zdv47 { list-style-type: "● "; }
.xf6bc  .zdv47 { list-style-type: "■ "; }
.s4eojsb .zdv47 { list-style-type: "◆ "; }
.yp9m    .zdv47 { list-style-type: "★ "; }
.ovfmh    .xf2efmj li::marker, .ovfmh    .zdv47 li::marker,
.xf6bc .xf2efmj li::marker, .xf6bc .zdv47 li::marker,
.s4eojsb .xf2efmj li::marker, .s4eojsb .zdv47 li::marker,
.yp9m   .xf2efmj li::marker, .yp9m   .zdv47 li::marker {
  color: var(--cta); font-size: 1em;
}
.ovfmh .rrykp5,
.xf6bc .rrykp5,
.s4eojsb .rrykp5,
.yp9m .rrykp5 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.ovfmh .rrykp5 li,
.xf6bc .rrykp5 li,
.s4eojsb .rrykp5 li,
.yp9m .rrykp5 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.ovfmh .rrykp5 li::before,
.xf6bc .rrykp5 li::before,
.s4eojsb .rrykp5 li::before,
.yp9m .rrykp5 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;
}
.ovfmh     .rrykp5 li::before { border-radius: 50%; }
.xf6bc  .rrykp5 li::before { border-radius: 3px; }
.s4eojsb .rrykp5 li::before { border-radius: 3px; }
.yp9m    .rrykp5 li::before { border-radius: 50%; }
.ir8h5x38 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.g2tj8dog .ir8h5x38,
.kkjx .ir8h5x38 { background: transparent; border: none; border-radius: 0; }
.hbquq9q { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.hbquq9q th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.hbquq9q td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.hbquq9q tr:hover td { background: var(--bg-hover); }
.qkzfmj .hbquq9q tbody tr:nth-child(even) td { background: var(--bg-surface); }
.obqly5 .hbquq9q { border: 1px solid var(--border-alt); }
.obqly5 .hbquq9q th,
.obqly5 .hbquq9q td { border: 1px solid var(--border-alt); }
.l6ko6f5 .hbquq9q th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.l6ko6f5 .hbquq9q td { border-bottom: none; }
.l6ko6f5 .hbquq9q tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.ptkv .hbquq9q th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.w2drz84 .ir8h5x38 {
  overflow: hidden;
}
.w2drz84 .hbquq9q th { border-bottom: 1px solid var(--border-alt); }
.w2drz84 .hbquq9q tr:last-child td { border-bottom: none; }
.kfc7 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.b9lcva58 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.qkxm1bg2 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.rujyn { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.sekw { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.zdv47 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.zdv47 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%}
.ir7j .rujyn { background: transparent; text-align: center; }
.xfq5i .qkxm1bg2 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.cj7d59ch .qkxm1bg2 {
  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);
}
.hvw5 .b9lcva58 { display: grid; grid-template-columns: auto 1fr; }
.hvw5 .qkxm1bg2 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.hvw5 .rujyn { grid-column: 2; }
.hvw5 .sekw,
.hvw5 .zdv47 { grid-column: 1 / -1; }
.ktyh64 .b9lcva58 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.ktyh64 .qkxm1bg2 {
  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);
}
.ktyh64 .rujyn { grid-column: 2; }
.ktyh64 .sekw,
.ktyh64 .zdv47 { grid-column: 1 / -1; }
.pnmx .b9lcva58 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.pnmx .rujyn { background: none; color: var(--accent-light); font-weight: 700; }
.e7vr .b9lcva58 { 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); }
.e7vr .rujyn { background: none; color: var(--accent-light); font-weight: 700; }
.qwop .b9lcva58 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.qwop .b9lcva58:last-child { border-bottom: none; }
.qwop .rujyn { background: none; color: var(--accent-light); font-weight: 700; }
.td8u40 .b9lcva58 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.td8u40 .rujyn { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.nt47w .kfc7 { counter-reset: card-n; }
.nt47w .b9lcva58  { counter-increment: card-n; }
.nt47w .rujyn { display: flex; align-items: center; gap: 10px; }
.nt47w .rujyn::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;
}
.rnoj1pv .b9lcva58 { background: var(--bg-surface); border: 1px solid var(--border); }
.rnoj1pv .rujyn { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.rhz21d { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.rhz21d         { --cl-hue: var(--accent); }
.rruw39 { --cl-hue: #ea580c; }
.i459nmf    { --cl-hue: #2563eb; }
.sdhwf5z, .rruw39, .i459nmf, .hvj5en {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.owamj7tm { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.owamj7tm::before { color: var(--cl-hue); }
.rhz21d strong { color: var(--text-primary); font-size: 0.95rem; }
.rhz21d p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.vqo5l38v { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.r7nnrva, .dg54zgr { border-radius: 8px; padding: 14px; }
.r7nnrva { background: var(--bg-pros); }
.dg54zgr { background: var(--bg-cons); }
.t6hx2tjj { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.r7nnrva .t6hx2tjj { color: var(--c-pros-label); }
.dg54zgr .t6hx2tjj { color: #f87171; }
.r7nnrva ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.dg54zgr ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.mgtll6 { width: 100%; height: auto; border-radius: 10px; display: block; }
.f502ct {
  background: var(--cta); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.f502ct:hover { opacity: 0.85; }
.qa5vmthu .f502ct  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.qa5vmthu .f502ct:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vtjtx .f502ct  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.vtjtx .f502ct:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.qa5vmthu .vti9lly.f502ct, .vtjtx .vti9lly.f502ct,
.qa5vmthu .dmbz5 .f502ct, .vtjtx .dmbz5 .f502ct {
  background: var(--cta); border: none; color: #fff;
}
.qa5vmthu .vti9lly.f502ct:hover, .vtjtx .vti9lly.f502ct:hover,
.qa5vmthu .dmbz5 .f502ct:hover, .vtjtx .dmbz5 .f502ct:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.fvsknw .pzitu0q { border-radius: 50px; }
.fvsknw .f502ct  { border-radius: 50px; }
.ujb16 .pzitu0q,
.ujb16 .f502ct { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.ujb16 .pzitu0q:hover,
.ujb16 .f502ct:hover { filter: brightness(1.08); opacity: 1; }
.hofiwg .pzitu0q,
.hofiwg .f502ct { box-shadow: 0 3px 14px -2px var(--cta); }
.hofiwg .pzitu0q:hover,
.hofiwg .f502ct:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.l4vo .pzitu0q,
.l4vo .f502ct { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.l4vo .pzitu0q:hover,
.l4vo .f502ct:hover { opacity: 1; }
.l4vo .pzitu0q:active,
.l4vo .f502ct:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.d3d71j6z .pzitu0q,
.d3d71j6z .f502ct { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.d3d71j6z .pzitu0q:hover,
.d3d71j6z .f502ct:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.d3d71j6z .pzitu0q:active,
.d3d71j6z .f502ct:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.kzbu .pzitu0q,
.kzbu .f502ct { position: relative; overflow: hidden; }
.kzbu .pzitu0q::before,
.kzbu .f502ct::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;
}
.kzbu .pzitu0q:hover::before,
.kzbu .f502ct:hover::before { left: 135%; }
.esgap .pzitu0q,
.esgap .f502ct { border-radius: 0; }
.cigv1 .pzitu0q { padding-left: 22px; padding-right: 22px; }
.cigv1 .f502ct  { padding-left: 12px; padding-right: 12px; }
.ku7x9x06 .pzitu0q { padding-left: 44px; padding-right: 44px; }
.ku7x9x06 .f502ct  { padding-left: 24px; padding-right: 24px; }
.lrg2gdj6 .pzitu0q { padding-left: 56px; padding-right: 56px; }
.lrg2gdj6 .f502ct  { padding-left: 32px; padding-right: 32px; }
.mkpqyec2   .pzitu0q::after, .mkpqyec2   .f502ct::after,
.cv63z .pzitu0q::after, .cv63z .f502ct::after,
.s69zszs    .pzitu0q::after, .s69zszs    .f502ct::after,
.f0148w3k    .pzitu0q::after, .f0148w3k    .f502ct::after,
.actlq    .pzitu0q::after, .actlq    .f502ct::after,
.btmhu6c     .pzitu0q::after, .btmhu6c     .f502ct::after,
.cyv1hcvt    .pzitu0q::after, .cyv1hcvt    .f502ct::after,
.qfr726   .pzitu0q::after, .qfr726   .f502ct::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;
}
.mkpqyec2 .pzitu0q::after, .mkpqyec2 .f502ct::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");
}
.cv63z .pzitu0q::after, .cv63z .f502ct::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");
}
.s69zszs .pzitu0q::after, .s69zszs .f502ct::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");
}
.f0148w3k .pzitu0q::after, .f0148w3k .f502ct::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");
}
.actlq .pzitu0q::after, .actlq .f502ct::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");
}
.btmhu6c .pzitu0q::after, .btmhu6c .f502ct::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");
}
.cyv1hcvt .pzitu0q::after, .cyv1hcvt .f502ct::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");
}
.qfr726 .pzitu0q::after, .qfr726 .f502ct::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");
}
.ow0vgsn   .vp5n05n::after, .ow0vgsn   .a13kdt::after,
.gh68y .vp5n05n::after, .gh68y .a13kdt::after,
.ejd3r0    .vp5n05n::after, .ejd3r0    .a13kdt::after,
.l6sm3q0    .vp5n05n::after, .l6sm3q0    .a13kdt::after,
.d2vbib    .vp5n05n::after, .d2vbib    .a13kdt::after,
.ue75h     .vp5n05n::after, .ue75h     .a13kdt::after,
.bnu8oa    .vp5n05n::after, .bnu8oa    .a13kdt::after,
.ey76cpt   .vp5n05n::after, .ey76cpt   .a13kdt::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;
}
.ow0vgsn .vp5n05n::after, .ow0vgsn .a13kdt::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");
}
.gh68y .vp5n05n::after, .gh68y .a13kdt::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");
}
.ejd3r0 .vp5n05n::after, .ejd3r0 .a13kdt::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");
}
.l6sm3q0 .vp5n05n::after, .l6sm3q0 .a13kdt::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");
}
.d2vbib .vp5n05n::after, .d2vbib .a13kdt::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");
}
.ue75h .vp5n05n::after, .ue75h .a13kdt::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");
}
.bnu8oa .vp5n05n::after, .bnu8oa .a13kdt::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");
}
.ey76cpt .vp5n05n::after, .ey76cpt .a13kdt::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");
}
.as9w9l {
  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;
}
.itfhr {
  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;
}
.itfhr > * { min-width: 0; }
.itfhr:hover { background: var(--bg-hover); }
.itfhr > [itemprop="item"] { display: contents; }
.itfhr [itemprop="itemReviewed"],
.itfhr [itemprop="reviewRating"] { display: none; }
.itfhr::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;
}
.x4lz {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.uc8anbqc {
  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;
}
.scpfcn { max-height: 52px; max-width: 110px; object-fit: contain; }
.q3vl6c51 {
  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;
}
.u7fzd666 .uc8anbqc    { background: #1a1a1a; }
.e0pxe9h .uc8anbqc   { background: rgba(128,128,128,.12); }
.vlbdg8 .uc8anbqc { background: var(--bg-raised); }
.u1w4bmd .uc8anbqc    { background: transparent; padding: 0; }
.sinjb {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.p1a3 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.yoa5h { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.dmd9q2 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.sy54si {
  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;
}
.m8rky {
  
  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%;
}
.zs529oo4 {
  
  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;
}
.vti9lly {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.vti9lly.f502ct {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .itfhr {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .itfhr::before    { grid-area: rank;   }
  .x4lz           { grid-area: ident;  }
  .sinjb     { grid-area: rating; min-width: 0; width: auto; }
  .dmd9q2           { grid-area: pills;  }
  .vti9lly             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .itfhr {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .itfhr::before    { justify-self: center; }
  .x4lz           { width: 100%; }
  .sinjb     { justify-self: center; }
  .dmd9q2           { grid-template-columns: 1fr; }
}
@media (max-width: 560px) { .suoaxc { padding: 10px 16px; gap: 6px 16px; } }
.dmbz5 .f502ct { white-space: nowrap; }
@media (max-width: 560px) {
  .qm5tquu { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .uyvn { order: 1; }
  .dmbz5 { order: 2; margin-left: auto; align-self: center; }
  .hncn { order: 3; flex: 1 1 100%; min-width: 0; }
}
.ocmozr5l    .hkweiqfn li::before { content: "◆"; }
.ocmozr5l    .kqqx li::before { content: "▲"; }
@media (min-width: 860px) {
  .mnoyarz .v776y7u {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .mnoyarz .j2es { margin: 0; }
}
.je72zo .j2es { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.je72zo .qm5tquu { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.je72zo .g2tj8dog { padding: 14px 16px; }
.je72zo .uyvn { border-radius: 4px; }
.je72zo .x4c4 { border-radius: 0; }
.kkjx .vqo5l38v { gap: 10px; }
.kkjx .r7nnrva, .kkjx .dg54zgr { padding: 12px; }
.kkjx .r7nnrva ul, .kkjx .dg54zgr ul { margin: 4px 0 0; padding-left: 18px; }
.kkjx .r7nnrva li, .kkjx .dg54zgr li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .vyozxt { grid-template-columns: 1fr; }
  .flemg0 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .flemg0 .xvak { width: 72px; height: 50px; }
  .flemg0 .tdsy { max-width: 180px; }
  .flemg0 .nu5ut2u { width: auto; }
}
@media (max-width: 720px) {
  .p7uqsgif { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .egso6g2r { padding: 16px; }
  .x652 .vw9j { min-width: 50%; }
}
.ld27kuq .vqo5l38v { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .j91d6 { grid-template-columns: 1fr; }
  .r3c6 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .xpldu { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .fer7h9 { flex-wrap: wrap; padding: 16px; }
}
.mf8r .vqo5l38v { gap: 8px; }
.mf8r .r7nnrva, .mf8r .dg54zgr { padding: 8px; }
@media (max-width: 480px) {
  .of1umm50 { flex-direction: column; align-items: stretch; }
}
.vxofv822 .nu5ut2u .f502ct { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .gx6qnua6 { flex-direction: column; align-items: stretch; gap: 10px; }
  .vxofv822 .nu5ut2u { text-align: center; }
}
@media (max-width: 720px) {
  .hbs28f { grid-template-columns: 1fr; }
  .hmudnt { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .b4cirh80 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .itoygts1 { grid-template-columns: 1fr; }
  .er4t3hfs { width: 100px; height: 100px; margin: 16px auto; }
  .hl7bw9u { font-size: 1.4rem; }
  .ndvj { justify-content: center; }
  .e41qq0o .vw9j { min-width: 50%; }
}
.pmt1h8q .vqo5l38v { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .gepygr { flex-wrap: wrap; padding: 14px 16px; }
  .o1v54wj { padding: 12px 16px; }
  .pmt1h8q .vqo5l38v { margin: 0 16px; }
  .pmt1h8q .es1vyxf { padding: 0 16px; }
  .b7im { padding: 12px 16px; }
}
.gxvh3 .itfhr {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.gxvh3 .itfhr:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.j540mhf .as9w9l { gap: 18px; }
.j540mhf .itfhr {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.j540mhf .itfhr:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.mp1suh .as9w9l {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.mp1suh .itfhr {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.mp1suh .itfhr:last-child { border-bottom: none; }
.mp1suh .x4lz,
.mp1suh .sinjb,
.mp1suh .dmd9q2 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.f9ty .as9w9l { gap: 0; }
.f9ty .itfhr {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.f9ty .itfhr:last-child { border-bottom: none; }
.f9ty .itfhr:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.f9ty .itfhr:nth-child(even):hover { background: var(--bg-hover); }
.nexkpt8 .itfhr {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.mbci .dmd9q2 .sy54si {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.mbci .dmd9q2 .sy54si:first-child { border-left: none; }
.xdb8 .dmd9q2 .sy54si {
  background: transparent; padding: 4px 8px;
}
.xdb8 .dmd9q2 .m8rky { font-size: .65rem; opacity: .65; }
.xdb8 .dmd9q2 .zs529oo4   { font-size: 1.15rem; color: var(--accent-light); }
.vslb0 .dmd9q2 .sy54si {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.yoa5h { display: none; }
.fvu2s4rz .p1a3 { font-size: 1rem; letter-spacing: 2px; }
.dlt95vg8 .p1a3 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.sbb7e0 .p1a3,
.i5y98mxx .p1a3,
.thsd324 .p1a3 { display: none; }
.sbb7e0 .yoa5h,
.i5y98mxx .yoa5h,
.thsd324 .yoa5h { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.sbb7e0 .yoa5h { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.sbb7e0 .yoa5h small { display: none; }
.i5y98mxx .yoa5h {
  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;
}
.i5y98mxx .yoa5h small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.thsd324 .yoa5h {
  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;
}
.thsd324 .yoa5h small { display: none; }
.sdquz { margin: 16px 0; }
.mml85o2 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.mml85o2 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.mml85o2 summary::after { content: "+"; color: var(--accent-light); }
.mml85o2[open] summary::after { content: "−"; }
.mml85o2 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.ryuzs { margin-bottom: 0; }
.ta64 h2.c6hg8hm { color: var(--text-primary); border-color: var(--accent-light); }
.gth25z3 h2.c6hg8hm { color: var(--text-primary); border-color: var(--accent-light); }
.upkpisr .rruw39 { background: #2d0a1e; border-color: #f43f5e; }
.upkpisr .i459nmf    { background: #1e1036; border-color: #a855f7; }
.upkpisr .rhz21d strong  { color: #f1f5f9; }
.upkpisr .rhz21d p       { color: #cbd5e1; }
.upkpisr .w0vywpbv    .sdhwf5z     .owamj7tm::before,
.upkpisr .uroj  .sdhwf5z     .owamj7tm::before,
.upkpisr .y7kvb  .sdhwf5z     .owamj7tm::before,
.upkpisr .lz8ukl8 .sdhwf5z     .owamj7tm::before { color: #10b981; }
.upkpisr .w0vywpbv    .rruw39 .owamj7tm::before,
.upkpisr .uroj  .rruw39 .owamj7tm::before,
.upkpisr .y7kvb  .rruw39 .owamj7tm::before,
.upkpisr .lz8ukl8 .rruw39 .owamj7tm::before { color: #f43f5e; }
.upkpisr .w0vywpbv    .i459nmf    .owamj7tm::before,
.upkpisr .uroj  .i459nmf    .owamj7tm::before,
.upkpisr .y7kvb  .i459nmf    .owamj7tm::before,
.upkpisr .lz8ukl8 .i459nmf    .owamj7tm::before { color: #a855f7; }
.v7zie4f .rruw39 { background: #2d0b0b; border-color: #ef4444; }
.v7zie4f .i459nmf    { background: #2d1600; border-color: #f97316; }
.v7zie4f .rhz21d strong  { color: #f1f5f9; }
.v7zie4f .rhz21d p       { color: #cbd5e1; }
.v7zie4f .w0vywpbv    .sdhwf5z     .owamj7tm::before,
.v7zie4f .uroj  .sdhwf5z     .owamj7tm::before,
.v7zie4f .y7kvb  .sdhwf5z     .owamj7tm::before,
.v7zie4f .lz8ukl8 .sdhwf5z     .owamj7tm::before { color: #eab308; }
.v7zie4f .w0vywpbv    .rruw39 .owamj7tm::before,
.v7zie4f .uroj  .rruw39 .owamj7tm::before,
.v7zie4f .y7kvb  .rruw39 .owamj7tm::before,
.v7zie4f .lz8ukl8 .rruw39 .owamj7tm::before { color: #ef4444; }
.v7zie4f .w0vywpbv    .i459nmf    .owamj7tm::before,
.v7zie4f .uroj  .i459nmf    .owamj7tm::before,
.v7zie4f .y7kvb  .i459nmf    .owamj7tm::before,
.v7zie4f .lz8ukl8 .i459nmf    .owamj7tm::before { color: #f97316; }
.edk0 .rruw39 { background: #12103a; border-color: #818cf8; }
.edk0 .i459nmf    { background: #0a2020; border-color: #2dd4bf; }
.edk0 .rhz21d strong  { color: #f1f5f9; }
.edk0 .rhz21d p       { color: #cbd5e1; }
.edk0 .w0vywpbv    .sdhwf5z     .owamj7tm::before,
.edk0 .uroj  .sdhwf5z     .owamj7tm::before,
.edk0 .y7kvb  .sdhwf5z     .owamj7tm::before,
.edk0 .lz8ukl8 .sdhwf5z     .owamj7tm::before { color: #38bdf8; }
.edk0 .w0vywpbv    .rruw39 .owamj7tm::before,
.edk0 .uroj  .rruw39 .owamj7tm::before,
.edk0 .y7kvb  .rruw39 .owamj7tm::before,
.edk0 .lz8ukl8 .rruw39 .owamj7tm::before { color: #818cf8; }
.edk0 .w0vywpbv    .i459nmf    .owamj7tm::before,
.edk0 .uroj  .i459nmf    .owamj7tm::before,
.edk0 .y7kvb  .i459nmf    .owamj7tm::before,
.edk0 .lz8ukl8 .i459nmf    .owamj7tm::before { color: #2dd4bf; }
.z32c2faq::before,
.xbs0i3::before { margin-right: 5px; }
.xf36 .r7nnrva ul li,
.xf36 .r7nnrva .z32c2faq { color: #22c55e; }
.xf36 .dg54zgr ul li,
.xf36 .dg54zgr .xbs0i3 { color: #ef4444; }
.o585 .r7nnrva { background: var(--bg-pros); }
.o585 .dg54zgr { background: var(--bg-cons); }
.o585 .r7nnrva .z32c2faq { color: var(--c-pros-label); }
.o585 .dg54zgr .xbs0i3 { color: var(--c-cons); }
.o585 .r7nnrva ul li,
.o585 .dg54zgr ul li,
.ne3j .r7nnrva { background: var(--bg-pros); }
.ne3j .dg54zgr { background: var(--bg-cons); }
.ne3j .r7nnrva .z32c2faq { color: var(--c-pros-label); }
.ne3j .dg54zgr .xbs0i3 { color: var(--c-cons); }
.ne3j .r7nnrva ul li,
.ne3j .hkweiqfn li          { color: var(--c-pros); }
.ne3j .dg54zgr ul li,
.ne3j .kqqx li          { color: var(--c-cons); }
.ln0c9mk .z32c2faq::before { content: "✓ "; }
.ln0c9mk .xbs0i3::before { content: "✗ "; }
.ff2cicj3 .z32c2faq::before { content: "→ "; }
.ff2cicj3 .xbs0i3::before { content: "← "; }
.pbjd7j .z32c2faq::before { content: "★ "; }
.pbjd7j .xbs0i3::before { content: "✕ "; }
.ocmozr5l .z32c2faq::before { content: "◆ "; }
.ocmozr5l .xbs0i3::before { content: "▲ "; }
.orhfzgrv .rhz21d { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.orhfzgrv .rhz21d strong { color: var(--text-primary); }
.orhfzgrv .rhz21d p      { color: var(--text-muted); }
.j5yt .rhz21d { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.zn5m2v .rhz21d {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.zn5m2v .rhz21d strong,
.zn5m2v .rhz21d p { color: #fff; }
.zn5m2v .owamj7tm::before { color: rgba(255,255,255,0.9) !important; }
.p5ghu .rhz21d {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.p5ghu .rhz21d strong { color: var(--text-primary); }
.p5ghu .rhz21d p      { color: var(--text-muted); }
.sx4ss2 .rhz21d { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.w0vywpbv .owamj7tm,
.uroj .owamj7tm,
.y7kvb .owamj7tm,
.lz8ukl8 .owamj7tm { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.w0vywpbv .owamj7tm::before,
.uroj .owamj7tm::before,
.y7kvb .owamj7tm::before,
.lz8ukl8 .owamj7tm::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.w0vywpbv .sdhwf5z     .owamj7tm::before { content: "✦"; color: var(--c-tip-border); }
.w0vywpbv .rruw39 .owamj7tm::before { content: "▲"; color: var(--c-warn-border); }
.w0vywpbv .i459nmf    .owamj7tm::before { content: "◉"; color: #60a5fa; }
.uroj .sdhwf5z     .owamj7tm::before { content: "★"; color: var(--c-tip-border); }
.uroj .rruw39 .owamj7tm::before { content: "◆"; color: var(--c-warn-border); }
.uroj .i459nmf    .owamj7tm::before { content: "●"; color: #60a5fa; }
.y7kvb .sdhwf5z     .owamj7tm::before { content: "▶"; color: var(--c-tip-border); }
.y7kvb .rruw39 .owamj7tm::before { content: "■"; color: var(--c-warn-border); }
.y7kvb .i459nmf    .owamj7tm::before { content: "▸"; color: #60a5fa; }
.lz8ukl8 .sdhwf5z     .owamj7tm::before { content: "→"; color: var(--c-tip-border); }
.lz8ukl8 .rruw39 .owamj7tm::before { content: "⬥"; color: var(--c-warn-border); }
.lz8ukl8 .i459nmf    .owamj7tm::before { content: "◈"; color: #60a5fa; }
.rl8e7agf .bf3xa7 .d08re,
.rl8e7agf .j2skl2j .d08re  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.rl8e7agf .b9lcva58                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.rl8e7agf .itfhr                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.rl8e7agf .ir8h5x38          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.rl8e7agf .b1wgyhp1                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.b56luv74 .bf3xa7 .d08re,
.b56luv74 .j2skl2j .d08re,
.b56luv74 .b9lcva58,
.b56luv74 .itfhr,
.b56luv74 .j2es,
.b56luv74 .ir8h5x38,
.b56luv74 .b1wgyhp1,
.b56luv74 .sx4ss2 .rhz21d { box-shadow: none; }
.srz63m   .pg04s, .srz63m .er19p, .srz63m .ozdl,
.srz63m   .mz3x23, .srz63m .pxkxrz { font-size: 0.9rem; }
.srz63m   .xf2efmj, .srz63m .rrykp5 { font-size: 0.9rem; }
.ec5e7h2f   .pg04s, .ec5e7h2f .er19p, .ec5e7h2f .ozdl,
.ec5e7h2f   .mz3x23, .ec5e7h2f .pxkxrz { font-size: 0.95rem; }
.ec5e7h2f   .xf2efmj, .ec5e7h2f .rrykp5 { font-size: 0.95rem; }
.fkhc   .pg04s, .fkhc .er19p, .fkhc .ozdl,
.fkhc   .mz3x23, .fkhc .pxkxrz { font-size: 1.08rem; }
.fkhc   .xf2efmj, .fkhc .rrykp5 { font-size: 1.05rem; }
.fkhc   .hbquq9q { font-size: 0.97rem; }
.qwfw47l .gkecpud      { font-size: 3.2rem; }
.qwfw47l h2.c6hg8hm { font-size: 1.9rem; }
.qwfw47l h3.berlin     { font-size: 1.4rem; }
.od9wuiq .gkecpud      { font-size: 3.8rem; }
.od9wuiq h2.c6hg8hm { font-size: 2.2rem; }
.od9wuiq h3.berlin     { font-size: 1.6rem; }
.ryuzs + .ryuzs { position: relative; }
.hwovqm   .ryuzs + .ryuzs::before,
.vdelszbt  .ryuzs + .ryuzs::before,
.g74naxyn   .ryuzs + .ryuzs::before,
.a1t4   .ryuzs + .ryuzs::before,
.qqkp64   .ryuzs + .ryuzs::before,
.dpckfq .ryuzs + .ryuzs::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.hwovqm .ryuzs + .ryuzs::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.vdelszbt .ryuzs + .ryuzs::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.g74naxyn .ryuzs + .ryuzs::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;
}
.a1t4 .ryuzs + .ryuzs::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.d3tndgf .ryuzs { margin-bottom: 16px; }
.d3tndgf .ryuzs + .ryuzs { margin-top: 0; }
.d3tndgf .r1ipdlr { padding-top: 0; padding-bottom: 0; }
.qqkp64 .ryuzs + .ryuzs::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.dpckfq .ryuzs + .ryuzs::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.zrkjars4 .ryuzs + .ryuzs::before,
.s05enq9 .ryuzs + .ryuzs::before,
.jrxo6eoo .ryuzs + .ryuzs::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%;
}
.x85rgenx .zrkjars4 .ryuzs:nth-child(even)::before,
.x85rgenx .s05enq9 .ryuzs:nth-child(even)::before,
.x85rgenx .jrxo6eoo .ryuzs:nth-child(even)::before { background: var(--bg-surface); }
.thjv1l7 .zrkjars4 .ryuzs:nth-child(even)::before,
.thjv1l7 .s05enq9 .ryuzs:nth-child(even)::before,
.thjv1l7 .jrxo6eoo .ryuzs:nth-child(even)::before { background: var(--bg-card); }
.zrkjars4 .ryuzs + .ryuzs::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");
}
.s05enq9 .ryuzs + .ryuzs::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");
}
.jrxo6eoo .ryuzs + .ryuzs::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");
}
.um7s8hq7 .soc6sb,
.sbqgj6o .soc6sb,
.nb65 .soc6sb { overflow: hidden; }
.um7s8hq7 .r4t9t,
.sbqgj6o .r4t9t { margin-bottom: 60px; }
.nb65 .r4t9t { margin-bottom: 70px; }
.um7s8hq7 .soc6sb::before,
.sbqgj6o .soc6sb::before,
.nb65 .soc6sb::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%;
}
.um7s8hq7 .soc6sb::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");
}
.sbqgj6o .soc6sb::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");
}
.nb65 .soc6sb::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");
}
.wr8j .soc6sb:not(.v19i) .yjyz { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.saoi10x .soc6sb:not(.v19i) .yjyz { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.ejuafxz  .soc6sb:not(.v19i) .yjyz { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ml3q3  .soc6sb:not(.v19i) .yjyz { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.adrj .v19i { background: var(--accent); }
.adrj .v19i .yjyz { background: none; }
.adrj .aqxw9h4c { background: var(--accent); }
.adrj .vei4x { background: var(--accent-bg); }
.adrj .soc6sb:not(.v19i) .yjyz { background: rgba(0,0,0,0.6); }
.s69wfo .xcs4ko { float: left; width: 38%; margin: 0 28px 16px 0; }
.s69wfo .xcs4ko .mgtll6 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.s69wfo .r1ipdlr::after { content: ''; display: block; clear: both; }
.oiazru .xcs4ko { float: right; width: 38%; margin: 0 0 16px 28px; }
.oiazru .xcs4ko .mgtll6 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.oiazru .r1ipdlr::after { content: ''; display: block; clear: both; }
.s2ic17 .ryuzs:nth-child(odd)  .xcs4ko { float: left;  width: 38%; margin: 0 28px 16px 0; }
.s2ic17 .ryuzs:nth-child(even) .xcs4ko { float: right; width: 38%; margin: 0 0 16px 28px; }
.s2ic17 .xcs4ko .mgtll6 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.s2ic17 .r1ipdlr::after { content: ''; display: block; clear: both; }
.s69wfo .kfc7,
.s69wfo .as9w9l,
.oiazru .kfc7,
.oiazru .as9w9l,
.s2ic17 .kfc7,
.s2ic17 .as9w9l { clear: both; }
@media (max-width: 900px) {
  .s69wfo .xcs4ko,
  .oiazru .xcs4ko,
  .s2ic17 .ryuzs:nth-child(odd)  .xcs4ko,
  .s2ic17 .ryuzs:nth-child(even) .xcs4ko {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .s69wfo .xcs4ko .mgtll6,
  .oiazru .xcs4ko .mgtll6,
  .s2ic17 .xcs4ko .mgtll6 {
    max-height: none !important;
  }
}
.s69wfo .xf2efmj,
.s69wfo .rrykp5,
.oiazru .xf2efmj,
.oiazru .rrykp5,
.s2ic17 .xf2efmj,
.s2ic17 .rrykp5 { overflow: hidden; }
@media (max-width: 640px) {
  .s69wfo .xcs4ko,
  .oiazru .xcs4ko,
  .s2ic17 .xcs4ko { float: none; width: 100%; margin: 0 0 16px 0; }
}
.org3u .x51su,
.org3u .r1ipdlr,
.org3u .rl9n5w  { max-width: 1100px; }
.hst3r0d .x51su,
.hst3r0d .r1ipdlr,
.hst3r0d .rl9n5w  { max-width: 1200px; }
.hst3r0d { --content-mw: 1200px; }
.q7nuh .x51su,
.q7nuh .r1ipdlr,
.q7nuh .rl9n5w  { max-width: 1320px; }
.ndmz8l { font-size: 0.82rem; color: var(--text-muted); }
.t16j1 { display: flex; align-items: center; }
.xyimm {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.qlyc { display: flex; align-items: center; }
.i6kf { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.i6kf:hover { text-decoration: underline; }
.rtb7y { margin: 0 3px; opacity: 0.45; }
.rtb7y::before { content: '/'; }
.r39rasj { padding: 2px 5px; color: var(--text-main); }
.www9qkik .ndmz8l {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.www9qkik .t16j1 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.tl71jfe .ndmz8l {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.tl71jfe .t16j1 { padding: 0 0 0 12px; }
.kvgtpc .t16j1 { padding: 0 16px; }
.kvgtpc .ndmz8l {
  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);
}
.kvgtpc .x51su { padding-top: 28px; }
@media (max-width: 720px) {
  .edykw { margin-top: 18px; padding: 0 16px; }
  .kvgtpc .x51su { padding-top: 16px; }
}
.org3u.www9qkik .t16j1 { max-width: 1100px; }
.hst3r0d.www9qkik .t16j1 { max-width: 1200px; }
.q7nuh.www9qkik .t16j1 { max-width: 1320px; }
.hst3r0d .edykw { max-width: 1200px; }
.ih1mq .ryuzs { padding-top: 16px; padding-bottom: 16px; }
.a9s26 .ryuzs { padding-top: 24px; padding-bottom: 24px; }
.t6p1 .ryuzs { padding-top: 40px; padding-bottom: 40px; }
.d9rs .ryuzs { padding-top: 52px; padding-bottom: 52px; }
.i1xwz .ryuzs:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.i1xwz .ryuzs:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.i1xwz .ryuzs:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.i1xwz .ryuzs:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.siajg .r1ipdlr { padding-top: 10px;  padding-bottom: 10px; }
.efknyps .r1ipdlr { padding-top: 18px;  padding-bottom: 18px; }
.v0hd4 .r1ipdlr { padding-top: 36px;  padding-bottom: 36px; }
.hjdd .r1ipdlr { padding-top: 48px;  padding-bottom: 48px; }
.em0suzy h2.c6hg8hm { font-weight: 600; }
.em0suzy h3.berlin     { font-weight: 600; }
.gebt6wa { font-weight: 500; }
.gebt6wa h2.c6hg8hm { font-weight: 800; }
.gebt6wa h3.berlin     { font-weight: 700; }
.lqucsi3 h2.c6hg8hm { font-weight: 900; }
.lqucsi3 h3.berlin     { font-weight: 800; }
.lqucsi3 .rhz21d strong,
.lqucsi3 .rhz21d strong { font-weight: 600; }
.vp5n05n {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.c4s9 .vp5n05n { display: none; }
@media (max-width: 640px) {
  .vp5n05n { display: none !important; }
}
.vp5n05n { background: var(--cta) !important; color: #fff !important; border: none !important; }
.vp5n05n:hover { opacity: 0.85; }
.uz6358 .vp5n05n { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.whxr  .a13kdt { left: 32px; }
@media (max-width: 480px) {
  .ir44r0qa .a13kdt { right: 20px; bottom: 20px; }
  .whxr  .a13kdt { left: 20px; bottom: 20px; }
}
.ljdxokpv { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.rl9n5w { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.q3ihpn { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ir5yi7 { color: var(--text-dim); font-size: 0.8rem; }
.wpuoj8p3 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.wpuoj8p3 img { height: 26px; width: auto; object-fit: contain; }
.er7sw { display: flex; flex-direction: column; gap: 6px; }
.er7sw a, .ycbdq0 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.er7sw a:hover, .ycbdq0 a:hover { color: var(--accent-light); }
.er7sw .s1dlnn { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.gizs .rl9n5w { text-align: center; }
.gizs .q3ihpn { margin-top: 0; }
.wfcren2n { margin-top: 10px; }
.wfcren2n a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .rl9n5w { padding-left: 16px; padding-right: 16px; }
  .pyu6 .rl9n5w { padding: 20px 16px; }
  .ycbdq0 { gap: 4px 12px; }
  .q3ihpn { font-size: 0.78rem; }
}
.fgdjkuoz .zrebizm8 .wpuoj8p3 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.fgdjkuoz .q3ihpn { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.fgdjkuoz .ir5yi7 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .fgdjkuoz .q27p2 { grid-template-columns: 1fr 1fr; } .fgdjkuoz .zrebizm8 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fgdjkuoz .q27p2 { grid-template-columns: 1fr; } }
.ig91cq .wpuoj8p3 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.ig91cq .q3ihpn { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ig91cq .kzl04yv { gap: 12px; } .ig91cq .wpuoj8p3 { margin-right: 0; width: 100%; } }
.hdszsujj .fp6rhej .wpuoj8p3 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.hdszsujj .q3ihpn { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.hdszsujj .ir5yi7 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .hdszsujj .emnoo { grid-template-columns: 1fr 1fr; } .hdszsujj .fp6rhej { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hdszsujj .emnoo { grid-template-columns: 1fr; } }
.crm9arug .szdpf { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.crm9arug .er7sw { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .crm9arug .szdpf { grid-template-columns: 1fr 1fr; } .crm9arug .ejg8q:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .crm9arug .szdpf { grid-template-columns: 1fr; } }
.mrnq .szdpf { grid-template-columns: 1fr 2fr; }
.mrnq .pg257l5 .er7sw { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .mrnq .szdpf { grid-template-columns: 1fr; } }
.cted3u .rl9n5w { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.oj3o4 .lbb9vx      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.oj3o4 .ljdxokpv { background: var(--bg-page); border-top-color: var(--border-alt); }
.diy93 .lbb9vx      { background: #0d1117; border-bottom-color: #21262d; }
.diy93 .mm667f { color: var(--accent-light); }
.diy93 .mcn74b { --msep-color: #8b949e; }
.diy93 .mcn74b a { color: #8b949e; }
.diy93 .mcn74b a:hover { color: var(--accent-light); }
.diy93 .ta199jou { color: #8b949e; }
.diy93 .ljdxokpv { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.diy93 .q3ihpn,
.diy93 .ir5yi7 { color: #6e7681; }
.diy93 .er7sw a, .diy93 .ycbdq0 a,
.diy93 .wpuoj8p3 { color: #e6edf3; }
.diy93 .er7sw a:hover, .diy93 .ycbdq0 a:hover,
@media (max-width: 640px) {
  .diy93 .mcn74b { background: #0d1117; border-top-color: #21262d; }
  .diy93 .mcn74b li a { border-bottom-color: #21262d; }
}
.ezxkeq .lbb9vx      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ezxkeq .mm667f { color: var(--accent-light); }
.ezxkeq .mcn74b { --msep-color: #475569; }
.ezxkeq .mcn74b a { color: #475569; }
.ezxkeq .mcn74b a:hover { color: var(--accent-light); }
.ezxkeq .ta199jou { color: #64748b; }
.ezxkeq .ljdxokpv { background: #f0f4f8; border-top-color: #cbd5e1; }
.ezxkeq .q3ihpn,
.ezxkeq .ir5yi7 { color: #64748b; }
.ezxkeq .er7sw a, .ezxkeq .ycbdq0 a,
.ezxkeq .sl659 a, .ezxkeq .wpuoj8p3 { color: #374151; }
.ezxkeq .er7sw a:hover, .ezxkeq .ycbdq0 a:hover,
@media (max-width: 640px) {
  .ezxkeq .mcn74b { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ezxkeq .mcn74b li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.cvxr .lbb9vx      { background: var(--accent); border-bottom-color: var(--accent-light); }
.cvxr .mm667f { color: #fff; }
.cvxr .mcn74b { --msep-color: rgba(255,255,255,0.82); }
.cvxr .mcn74b a { color: rgba(255,255,255,0.82); }
.cvxr .mcn74b a:hover { color: #fff; }
.cvxr .ta199jou { color: rgba(255,255,255,0.9); }
.cvxr .ljdxokpv { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.cvxr .q3ihpn,
.cvxr .ir5yi7 { color: rgba(255,255,255,0.72); }
.cvxr .er7sw a, .cvxr .ycbdq0 a,
.cvxr .sl659 a, .cvxr .wpuoj8p3 { color: #fff; }
.cvxr .er7sw a:hover, .cvxr .ycbdq0 a:hover,
@media (max-width: 640px) {
  .cvxr .mcn74b { background: var(--accent); border-top-color: var(--accent-light); }
  .cvxr .mcn74b li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.ru1n .lbb9vx {
  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);
}
.ru1n .ljdxokpv {
  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) {
  .ru1n .mcn74b {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.oxr7n .d8f7t { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.mjbvpt4 .d8f7t { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.lq291 .d8f7t { min-height: 72px; height: auto; }
.ljgxnps .d8f7t { min-height: 84px; height: auto; }
.pyu6 .d8f7t { max-width: none; padding: 0 32px; }
.pyu6 .rl9n5w  { max-width: none; padding: 24px 32px; }
.x7s508.hst3r0d .d8f7t { max-width: 1200px; }
.x7s508.q7nuh .d8f7t { max-width: 1320px; }
.ldxo3rb   .mm667f, .ldxo3rb   .wpuoj8p3 { text-transform: capitalize; }
.grvx2 .mm667f, .grvx2 .wpuoj8p3 { text-transform: lowercase; }
.woqivzf .mm667f, .woqivzf .wpuoj8p3 { text-transform: uppercase; letter-spacing: 0.06em; }
.xczi7b, .cx94t8o {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.awvl27 .xczi7b,
.awvl27 .cx94t8o { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.lv6u .xczi7b,
.lv6u .cx94t8o { 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; }
.ek2wq .xczi7b,
.ek2wq .cx94t8o { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.g7kx .xczi7b,
.g7kx .cx94t8o { 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; }
.d7uqac4v   .mcn74b a { font-weight: 500; }
.cw86 .mcn74b a { font-weight: 600; }
.ljjo9n     .mcn74b a { font-weight: 700; }
.crcq3f    .mcn74b a { font-weight: 800; letter-spacing: 0.01em; }
.xrl05pwf     .mcn74b > li + li::before,
.ujsw5    .mcn74b > li + li::before,
.f7tnuma    .mcn74b > li + li::before,
.h7u30jne .mcn74b > li + li::before,
.fw03s .mcn74b > li + li::before,
.rouuv  .mcn74b > li + li::before,
.qfu0kb    .mcn74b > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.xrl05pwf     .mcn74b > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ujsw5    .mcn74b > li + li::before { content: "|"; }
.f7tnuma    .mcn74b > li + li::before { content: "—"; }
.h7u30jne .mcn74b > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.fw03s .mcn74b > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.rouuv  .mcn74b > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.qfu0kb    .mcn74b > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .pn357enk .ta199jou,
  .v9q0 .ta199jou,
  .kdkk5dq .ta199jou,
  .b9a9o .ta199jou,
  .dkyrh7c6 .ta199jou {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .pn357enk .ta199jou::before,
  .v9q0 .ta199jou::before,
  .kdkk5dq .ta199jou::before,
  .b9a9o .ta199jou::before,
  .dkyrh7c6 .ta199jou::before { content: ""; display: block; flex-shrink: 0; }

  
  .pn357enk .ta199jou::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;
  }

  
  .v9q0 .ta199jou::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;
  }

  
  .kdkk5dq .ta199jou::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;
  }

  
  .b9a9o .ta199jou::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;
  }

  
  .dkyrh7c6 .ta199jou::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) {
  .k3dkzwe .ta199jou {
    padding: 5px 14px;
  }
  .k3dkzwe .mcn74b {
    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;
  }
  .k3dkzwe .mcn74b li a {
    border-bottom: none; padding: 10px 22px;
  }
  .k3dkzwe .mcn74b li a:hover { background: var(--bg-raised); }
  .k3dkzwe .wz3y,
  .y7vg .wz3y,
  .freuj1m .wz3y { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .uf43t .ta199jou {
    padding: 5px 10px;
  }
  .uf43t .mcn74b {
    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);
  }
  .uf43t .mcn74b.bgmv6olu { transform: translateX(0); }
  .uf43t .mcn74b li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .uf43t .mcn74b li:last-child a { border-bottom: none; }
  .cvxr .mcn74b,
  .diy93 .mcn74b { background: var(--accent) !important; }
  .cvxr .mcn74b li a,
  .diy93 .mcn74b li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .freuj1m .ta199jou {
    padding: 5px 10px;
  }
  .freuj1m .mcn74b {
    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);
  }
  .freuj1m .mcn74b::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .freuj1m .mcn74b.bgmv6olu { transform: translateY(0); }
  .freuj1m .mcn74b li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .uji59 .ta199jou {
    padding: 5px 10px;
  }
  .uji59 .mcn74b {
    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;
  }
  .uji59 .mcn74b.bgmv6olu { opacity: 1; pointer-events: auto; }
  .uji59 .mcn74b li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .z9w6m     .ta199jou { border-radius: 0 !important; }
  .axgs   .ta199jou { border-radius: 8px !important; }
  .d4nm4vl .ta199jou { border-radius: 50% !important; }
  .r3j312   .ta199jou { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .agpjhxp .sai70sy { flex-direction: column; align-items: stretch; }
  .agpjhxp .kl43l { flex-direction: row; min-width: auto; }
  .agpjhxp .hagh5 { align-items: flex-start; text-align: left; }
}
.qkv5nye,
.qkv5nye.ryuzs,
.x85rgenx .qkv5nye,
.im1prb26 .qkv5nye,
.thjv1l7 .qkv5nye,
.rf7566 .qkv5nye {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.pdqqgf {
  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;
}
.ea4adj { flex: 1 1 280px; min-width: 0; }
.k9m7 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.l8t6jba {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.f3w7d {
  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;
}
.f3w7d:hover { transform: translateY(-1px); opacity: 0.95; }
.e8wv .pdqqgf {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.e8wv .k9m7 { color: var(--cta); }
.e8wv .l8t6jba { color: var(--text-body); }
.e8wv .f3w7d {
  background: var(--cta) !important;
  color: #fff !important;
}
.vqbb .pdqqgf {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.vqbb .k9m7 { color: var(--text-primary); }
.vqbb .l8t6jba { color: var(--text-body); }
.vqbb .f3w7d {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .pdqqgf {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ea4adj { flex: 0 0 auto; }
  .k9m7 { font-size: 1.2rem; }
  .f3w7d { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.zfnfpuzh .c8wmg { height: 36px; }
.qupd1 .c8wmg { height: 60px; max-width: 200px; }
.no4ldz9i .c8wmg { height: 56px; max-width: 180px; }
.yd8350o    .p1a3, .yd8350o    .ry6vid { color: #f59e0b; }
.uvfhra      .p1a3 { font-size: 1rem; letter-spacing: 1.5px; }
.dlrva    .p1a3, .dlrva    .ry6vid { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.d5de6     .p1a3, .d5de6     .ry6vid { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.q7e2 .p1a3, .q7e2 .ry6vid { color: var(--cta); letter-spacing: 2px; }
.ykallm   .p1a3, .ykallm   .ry6vid { color: #e91e63; letter-spacing: 2px; }
.fo0p8xgn  .p1a3, .fo0p8xgn  .ry6vid { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.en40d     .p1a3, .en40d     .ry6vid { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.mbci .sy54si + .sy54si {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.fsrpd .itfhr { padding: 18px 24px; min-height: 68px; }
.xdb8 .m8rky {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.xdb8 .zs529oo4 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.vslb0 .sy54si {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.as9w9l { counter-reset: cs-rank; }
.as9w9l .itfhr { counter-increment: cs-rank; }
.as9w9l .itfhr::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;
}
.nf2ih .as9w9l { counter-reset: cs-rank; gap: 0; }
.nf2ih .itfhr {
  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;
}
.nf2ih .itfhr::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;
}
.nf2ih .x4lz {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.nf2ih .uc8anbqc {
  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;
}
.nf2ih .scpfcn { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.nf2ih .x4lz { min-width: 0; flex-direction: column; width: 100%; }
.nf2ih .q3vl6c51 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.nf2ih .p1a3 { color: var(--cta, var(--accent)); }
.nf2ih .yoa5h { font-weight: 700; }
.nf2ih .sy54si {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.nf2ih .m8rky {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.nf2ih .zs529oo4 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.nf2ih .fkgrj1 .zs529oo4 { font-size: 1.3rem; color: var(--accent-light); }
.nf2ih .vti9lly {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.nf2ih .itfhr:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .nf2ih .as9w9l {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .nf2ih .itfhr {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .nf2ih .itfhr { padding: 40px 16px 20px; }
  .nf2ih .sy54si {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .nf2ih .vti9lly { width: 100%; min-width: 0; }
}
.lo0z .as9w9l { counter-reset: cs-rank; gap: 10px; }
.lo0z .itfhr {
  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);
}
.lo0z .itfhr::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);
}
.lo0z .x4lz {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.lo0z .uc8anbqc {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.lo0z .scpfcn { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.lo0z .q3vl6c51 {
  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;
}
.lo0z .p1a3 { color: var(--cta, var(--accent)); }
.lo0z .sy54si {
  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;
}
.lo0z .m8rky {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.lo0z .zs529oo4 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.lo0z .fkgrj1 .zs529oo4 { color: var(--accent-light); }
.lo0z .vti9lly {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.lo0z .itfhr:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .lo0z .itfhr {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .lo0z .itfhr::before {
    position: absolute; top: 14px; left: 14px;
  }
  .lo0z .x4lz {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .lo0z .q3vl6c51 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .lo0z .sy54si {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .lo0z .vti9lly { width: 100%; min-width: 0; }
  .lo0z .p1a3 { min-width: 0; }
}
.zrjj .itfhr::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.kf85 .mml85o2 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.kf85 .mml85o2 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.kf85 .mml85o2 p { padding: 0 2px 16px; }
.lhv597 .mml85o2 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.lhv597 .mml85o2 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.lhv597 .mml85o2 summary::after { content: "›"; font-size: 1.2em; }
.lhv597 .mml85o2[open] summary::after { content: "‹"; }
.lhv597 .mml85o2 p { padding: 10px 22px 4px; }
.uf85 .mml85o2 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.uf85 .mml85o2 summary { color: var(--text-primary); padding-left: 16px; }
.uf85 .mml85o2 summary::after { content: "›"; font-size: 1.1em; }
.uf85 .mml85o2[open] summary::after { content: "‹"; }
.uf85 .mml85o2 p { padding-left: 16px; }
.pedkud .sdquz { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.pedkud .mml85o2 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.pedkud .mml85o2:last-child { border-bottom: none; }
.pedkud .mml85o2 summary { color: var(--text-primary); border-radius: 0; }
.pedkud .mml85o2 summary::after { content: "›"; font-size: 1.1em; }
.pedkud .mml85o2[open] summary::after { content: "‹"; }
.y29tq .mml85o2 { overflow: hidden; }
.y29tq .mml85o2 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.y29tq .mml85o2 summary::after { color: rgba(255,255,255,.75); }
.y29tq .mml85o2[open] summary { border-radius: 0; }
.s6hy8mp { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.eoirp8y {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.fd62og {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.dr98y { color: var(--text-muted); font-size: 1.05rem; }
.b2e4 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ypne91d {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.qxkz { margin-bottom: 20px; }
.n8vav {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.r5jas {
  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;
}
.r5jas:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.jg7v1a4 { resize: vertical; min-height: 130px; }
.tn4k8me5 { width: 100%; margin-top: 8px; }
.ihucu {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.nc9carxe {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.dvft { color: var(--text-muted); line-height: 1.75; }
.sj8l5l { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.sj8l5l li { margin-bottom: 6px; }
.bq3dzf1 { max-width: 760px; margin: 0 auto; }
.ip1a { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.da8gdbt { max-width: 760px; margin: 0 auto; }
.td2twvyw { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.ros7z ul.sj8l5l { margin: 0; }
.jyuyx740 { max-width: 900px; margin: 0 auto; }
.fsat { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.fsat:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.fsat .td2twvyw { margin: 0; font-size: 1rem; }
.fsat .hn5q5 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .fsat { grid-template-columns: 1fr; gap: 10px; } }
.q5k0n3m .td2twvyw { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.p1r2 .sj8l5l { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .gpbnz3 { grid-template-columns: 1fr; } }
.iatqlg ul.sj8l5l { margin: 0; }
.nz7dsa7 .sj8l5l,
.q3e8x1du .sj8l5l,
.tibmj .sj8l5l,
.zxqkmaf .sj8l5l {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .lf0v2fi2 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .htiw0 { grid-template-columns: 1fr; } .l549s4 { position: static; text-align: center; } }
@media (max-width: 860px) { .xu23s6ux { grid-template-columns: 1fr; } }
.zxqkmaf .sj8l5l { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .h6lrj { flex-direction: column; text-align: center; } .o0vv2 { grid-template-columns: 1fr; } }
.pbxp .fd62og { color: var(--accent-light); }
.a74je926 .fd62og { font-size: 2rem; }
.a74je926 .dr98y { max-width: 680px; }
.kb4nse .fd62og { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.kb4nse .dr98y  { margin: 0; }
@media (max-width: 640px) { .kb4nse { flex-direction: column; } }
.r11evxik {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.r11evxik .fd62og { color: var(--accent-light); }
.lo9021 .fd62og { color: #fff; }
.lo9021 .dr98y  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .k826ut { grid-template-columns: 1fr; } }
.wpoav2kj .r5jas {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.wpoav2kj .r5jas:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.zvit .r5jas { background: var(--bg-raised); border-color: transparent; }
.zvit .r5jas:focus { background: var(--bg-card); border-color: var(--accent-light); }
.g0eplt .r5jas { border-radius: 100px; padding: 11px 20px; }
.g0eplt .jg7v1a4 { border-radius: 14px; }
@media (max-width: 640px) { .voka3tp { grid-template-columns: 1fr; } }
.cwtlts2z { counter-reset: priv-count; }
.es4sio {
  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);
}
.es4sio:last-child { border-bottom: none; }
.pertq2 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.es4sio h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.es4sio p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.qzeazid{display:none}
.qzeazid:empty,.tvxc4:empty{display:none}
.y17xr30{position:relative;overflow:visible}
.r0xw0dg .h9nis,.zfhuvbz .h9nis,
.gsxe .h9nis,.p8xom0 .h9nis,
.e4hos00 .h9nis,.ydk6qq .h9nis{display:block}
.y0ht0 .tbtygp1{display:block}
.r0xw0dg .h9nis,.zfhuvbz .h9nis,
.gsxe .h9nis,.p8xom0 .h9nis,
.e4hos00 .h9nis{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}
.r0xw0dg .h9nis .tvxc4,.zfhuvbz .h9nis .tvxc4,
.gsxe .h9nis .tvxc4,.p8xom0 .h9nis .tvxc4,
.e4hos00 .h9nis .tvxc4{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}
.r0xw0dg .lhjh,.zfhuvbz .lhjh,
.gsxe .lhjh,.p8xom0 .lhjh,
.e4hos00 .lhjh{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.r0xw0dg .h9nis,.zfhuvbz .h9nis{top:12px}
.r0xw0dg .h9nis .tvxc4{margin-right:auto}
.zfhuvbz .h9nis .tvxc4{margin-left:auto}
.zfhuvbz .h9nis{text-align:right}
.gsxe .h9nis,.p8xom0 .h9nis{bottom:12px}
.gsxe .h9nis .tvxc4{margin-right:auto}
.p8xom0 .h9nis .tvxc4{margin-left:auto}
.p8xom0 .h9nis{text-align:right}
.e4hos00 .h9nis{position:relative;margin-top:16px}
.e4hos00 .h9nis .tvxc4{margin:0 auto}
.ydk6qq .h9nis{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.ydk6qq .h9nis .tvxc4{margin:0}
.ydk6qq .vei4x~.h9nis,
.ydk6qq .b46mn~.h9nis{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.ydk6qq .vei4x~.h9nis .tvxc4,
.ydk6qq .b46mn~.h9nis .tvxc4{justify-content:flex-start}
.vei4x~.h9nis,.b46mn~.h9nis{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}
.vei4x~.h9nis .tvxc4{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.b46mn~.h9nis .tvxc4{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.tbtygp1 .tvxc4{margin:0 0 12px}
.tvxc4{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.lhjh{white-space:nowrap}
.c5l1pp62 .lhjh{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.f4eam7j .lhjh{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}
.zd0e .tvxc4{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.ogvr .lhjh{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.ogvr .wsdnlx5::before{content:""}
.io885r5s .lhjh{color: var(--accent-light);opacity:1;font-weight:500}
.acwkr57 .lhjh{border-bottom:1px solid currentColor;padding-bottom:2px}
.v1i9by .tvxc4{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.vt1d4l{--date-bg:var(--accent-bg-light)}
.nppc .wsdnlx5::before{content:""}
.tl0m6z .lhjh + .lhjh::before{content:"•";margin-right:6px;opacity:.4}
.qnwn1 .lhjh + .lhjh::before{content:"/";margin-right:6px;opacity:.35}
.mjspu .lhjh + .lhjh::before{content:"|";margin-right:6px;opacity:.3}
.p1pnltam .lhjh + .lhjh::before{content:"—";margin-right:6px;opacity:.3}
.nappz6 .lhjh + .lhjh::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.n0kk .lhjh + .lhjh::before{content:"·";margin-right:6px;opacity:.4}
.vht6 .lhjh + .lhjh::before{content:"›";margin-right:6px;opacity:.4}
.gkcs0 .lhjh + .lhjh::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.u8uj3bo .rz8c{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .rz8c{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .xfrk4{max-width:100%}
}
.bqfi .ir8h5x38{margin:0}
@media (max-width:560px){
  .qthl{grid-template-columns:repeat(2,1fr);gap:12px}
}
.qndmg3 {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.qndmg3.bspl2425 {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.w6707n {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.w6707n .ntehj {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.w6707n .ntehj::before,
.w6707n .ntehj::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.w6707n .ntehj::before { transform: translate(-50%, -50%) rotate(45deg); }
.w6707n .ntehj::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.w6707n .ntehj:hover { background: rgba(0,0,0,0.12) !important; }
.biqo {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.cvqwmy {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.x4ysyioy {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.ujelv {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.w6707n .b4ox {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.w6707n .b4ox:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .w6707n { padding: 28px 18px 20px; }
  .x4ysyioy { font-size: 1.2rem; }
  .biqo { max-width: 220px; max-height: 80px; }
}
.rsj3qoa6 {
  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);
}
.jv24 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.v5o9g6l  .rsj3qoa6 { border-radius: 50%; }
.l3lu  .rsj3qoa6 { border-radius: 6px; }
.wt16 .rsj3qoa6 { border-radius: 22px; }
.ib0dprk .pdqqgf {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .rsj3qoa6 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.qsni11mh .ryuzs {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.qsni11mh .r1ipdlr {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.qsni11mh .pdqqgf {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.s0zvi7f {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.s0zvi7f.bspl2425 { transform: translate(-50%, 0); }
.s0zvi7f .ryuzs,
.s0zvi7f .r1ipdlr {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.s0zvi7f .pdqqgf {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.xlw1 {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.xlw1::before,
.xlw1::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.xlw1::before { transform: translate(-50%, -50%) rotate(45deg); }
.xlw1::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.xlw1:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .s0zvi7f { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .s0zvi7f .pdqqgf {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .s0zvi7f .l8t6jba { display: none !important; }
  .s0zvi7f .k9m7 { font-size: 1.1rem !important; }
  .s0zvi7f .rsj3qoa6 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .xlw1 { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .d8f7t { flex-direction: row-reverse; }
[dir="rtl"] .mcn74b { flex-direction: row-reverse; }
[dir="rtl"] .whxr  .a13kdt { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .ir44r0qa .a13kdt { right: auto; left: 20px; }
  [dir="rtl"] .whxr  .a13kdt { left: auto;  right: 20px; }
}
[dir="rtl"] .s69wfo .xcs4ko  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .oiazru .xcs4ko { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .xf2efmj, [dir="rtl"] .rrykp5 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .r7nnrva { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .dg54zgr { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .rhz21d { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .pdqqgf { direction: rtl; }
[dir="rtl"] .rsj3qoa6 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .itfhr,
[dir="rtl"] .ndmz8l { direction: rtl; }
[dir="rtl"] .b1wgyhp1 { direction: rtl; }
[dir="rtl"] .tf3eym { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .ovfmh .rrykp5,
[dir="rtl"] .xf6bc .rrykp5,
[dir="rtl"] .s4eojsb .rrykp5,
[dir="rtl"] .yp9m .rrykp5 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .ovfmh .rrykp5 li::before,
[dir="rtl"] .xf6bc .rrykp5 li::before,
[dir="rtl"] .s4eojsb .rrykp5 li::before,
[dir="rtl"] .yp9m .rrykp5 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .soc6sb.pn76w5v .r4t9t,
[dir="rtl"] .nuvgy.pn76w5v .r4t9t,
[dir="rtl"] .v19i.pn76w5v .r4t9t,
[dir="rtl"] .st96.pn76w5v .r4t9t,
[dir="rtl"] .hggjk.pn76w5v .r4t9t { text-align: right; }
[dir="rtl"] .vei4x.pn76w5v .jap5n290 { align-items: flex-end; text-align: right; }
[dir="rtl"] .r1ipdlr,
[dir="rtl"] .mz3x23,
[dir="rtl"] .pxkxrz,
[dir="rtl"] .r4t9t { text-align: right; }
[dir="rtl"] .ypne91d,
[dir="rtl"] .n8vav,
[dir="rtl"] .r5jas,
[dir="rtl"] .jg7v1a4 { text-align: right; direction: rtl; }
[dir="rtl"] .g0eplt .r5jas,
[dir="rtl"] .wpoav2kj .r5jas { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #334c7b;
  --brand:           #334c7b;
  --brand-light:     #324361;
  --brand-pale:      #4e5d79;
  --grad-start:      #5275b7;
  --grad-end:        #869ac0;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #334c7b;
  --cta-light:       #233961;
  --cta-hover:       #21314f;
  --bg-page:         #f6f7f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f4f5;
  --bg-raised:       #eeeff0;
  --bg-hover:        #f4f4f5;
  --border:          #e3e4e7;
  --border-alt:      #d1d4da;
  --border-section:  #e3e4e7;
  --text-primary:    #18191a;
  --text-muted:      #54575d;
  --text-body:       #303235;
  --text-sub:        #484b50;
  --text-faint:      #797d85;
  --text-dim:        #93979e;
  --text-label:      #60646b;
  --text-value:      #3c3e42;
  --accent-bg:       #e8e9ec;
  --accent-bg-light: #d3d8e2;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #21815e;
  --c-cons:          #9f214e;
  --c-pros-label:    #279a70;
  --c-tip-border:    #2baa7c;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #21815e;
}
:root { --logo-bg-opacity: 47%; }
body, button, input { font-family: "Roboto", sans-serif; }
.zf8d1 .owamj7tm { font-size: 0; width: 1.2rem; flex-shrink: 0; }.zf8d1 .owamj7tm::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.zf8d1 .sdhwf5z     .owamj7tm::before { content: "";  color: var(--c-tip-border); }.zf8d1 .rruw39 .owamj7tm::before { content: ""; color: var(--c-warn-border); }.zf8d1 .i459nmf    .owamj7tm::before { content: ""; color: #60a5fa; }.upkpisr .zf8d1 .sdhwf5z     .owamj7tm::before { color: #10b981; }.upkpisr .zf8d1 .rruw39 .owamj7tm::before { color: #f43f5e; }.upkpisr .zf8d1 .i459nmf    .owamj7tm::before { color: #a855f7; }.v7zie4f  .zf8d1 .sdhwf5z     .owamj7tm::before { color: #eab308; }.v7zie4f  .zf8d1 .rruw39 .owamj7tm::before { color: #ef4444; }.v7zie4f  .zf8d1 .i459nmf    .owamj7tm::before { color: #f97316; }.edk0  .zf8d1 .sdhwf5z     .owamj7tm::before { color: #38bdf8; }.edk0  .zf8d1 .rruw39 .owamj7tm::before { color: #818cf8; }.edk0  .zf8d1 .i459nmf    .owamj7tm::before { color: #2dd4bf; }.kgn1 .zf8d1 .owamj7tm::before { color: var(--accent-light) !important; }
.bnaxrddb .zm74, .bnaxrddb .vei4x { min-height: 520px; }
.rtb7y::before { content: '/'; }