

:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #f6f7f9;
  --border: #e5e8ec;
  --border-strong: #d3d8df;
  --text: #3c4250;
  --text-muted: #6b7280;
  --ink: #12161d;
  --accent: #1a3c7a;        
  --accent-2: #122c5c;      
  --accent-soft: #eef2f9;   
  --accent-text: #1a3c7a;   
  --on-accent: #ffffff;
  --radius: 8px;
  --radius-sm: 6px;
  --maxw: 1080px;
  --maxw-narrow: 720px;
  --header-h: 68px;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-head: 'Manrope', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--accent-text); text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: var(--accent-2); }

h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.25; margin: 0 0 .5em; }

.body-13p7 { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.frame-u1pm { max-width: var(--maxw-narrow); }


.box-7eh4 {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}
.box-7eh4.is-scrolled { border-bottom-color: var(--border-strong); }

.crate-bilu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: var(--header-h);
}

.cluster-1bw4 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  flex: 0 1 auto;
  min-width: 0;
}
.module-vt80 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: var(--radius-sm);
  background: var(--accent);
  color: var(--on-accent);
  flex-shrink: 0;
}
.tray-1eda { background: transparent; }
.unit-z9zu { width: 34px; height: 34px; object-fit: contain; border-radius: var(--radius-sm); }
.pane-14sw {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.piece-1loe { display: flex; align-items: center; gap: 4px; }
.piece-1loe > a {
  display: inline-block;
  padding: 8px 12px;
  font-size: .95rem;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  border-radius: var(--radius-sm);
}
.piece-1loe > a:hover { color: var(--ink); background: var(--surface-alt); }
.piece-1loe > a.is-active { color: var(--accent-text); font-weight: 600; }

.spot-h752 {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--ink);
  cursor: pointer;
}
.spot-h752 .deck-1ojd { display: none; }


.bit-1gcw { padding: 52px 0 8px; }
.frame-1pkl { }
.bit-oipw { font-size: clamp(1.9rem, 4.2vw, 2.7rem); font-weight: 800; letter-spacing: -0.01em; }

.part-osm7 { display: flex; align-items: center; gap: 12px; margin: 4px 0 22px; }
.stack-o60s {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-text);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: .85rem;
  flex-shrink: 0;
}
.frame-1rqi { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; font-size: .92rem; color: var(--text-muted); }
.module-bvjg strong { color: var(--ink); font-weight: 600; }
.body-latn { color: var(--border-strong); }

.piece-1pqx { font-size: 1.12rem; line-height: 1.75; color: var(--text); }
.piece-1pqx p { margin: 0 0 1rem; }
.layout-14rr { width: 100%; border-radius: var(--radius); border: 1px solid var(--border); margin-top: 26px; }


.group-diky { padding: 18px 0; }
.piece-coyn { padding: 40px 0; }

.wrapper-1klw { margin: 0 0 14px; }
.module-ob9f { font-size: 1.5rem; font-weight: 700; margin: 34px 0 14px; }


.item-mgby { display: block; }
.part-1nlt {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 18px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}


.shell-o9pr > :first-child { margin-top: 0; }
.shell-o9pr h2 { font-size: 1.5rem; font-weight: 700; margin: 34px 0 12px; }
.shell-o9pr h3 { font-size: 1.2rem; font-weight: 700; margin: 26px 0 10px; }
.shell-o9pr p { margin: 0 0 1.1rem; }
.shell-o9pr ul, .shell-o9pr ol { margin: 0 0 1.1rem; padding-left: 1.3rem; }
.shell-o9pr li { margin: 0 0 .5rem; }
.shell-o9pr a { font-weight: 500; }
.shell-o9pr strong { color: var(--ink); }
.shell-o9pr img { border-radius: var(--radius); border: 1px solid var(--border); margin: 1.2rem 0; }
.shell-o9pr blockquote {
  margin: 1.4rem 0;
  padding: 4px 0 4px 18px;
  border-left: 3px solid var(--accent);
  color: var(--text-muted);
  font-style: italic;
}


.shell-o9pr table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4rem 0;
  font-size: .95rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.shell-o9pr th, .shell-o9pr td {
  padding: 11px 14px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.shell-o9pr thead th {
  background: var(--accent-soft);
  color: var(--ink);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.shell-o9pr tbody tr:nth-child(even) { background: var(--surface-alt); }
.shell-o9pr tbody tr:last-child td { border-bottom: 0; }


.piece-1sni { margin: 1.4rem 0; overflow-x: auto; }
.piece-1sni table { margin: 0; }


.bar-1wew { padding: 10px 0; }
.band-qe5q {
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 22px;
}
.rail-xk8c {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 0 10px;
}
.section-zshq { margin: 0; padding-left: 1.2rem; columns: 2; column-gap: 28px; }
.group-1g31 { margin: 0 0 7px; }
.tile-xp7g { color: var(--accent-text); text-decoration: none; }
.tile-xp7g:hover { text-decoration: underline; }


.cell-jcqy.zone-k6mx { padding: 36px 0 8px; }
.layout-1pmy { text-align: center; }
.crate-1ly4 { font-size: 1.7rem; font-weight: 800; margin: 0 0 22px; }

.bar-wugm { display: flex; flex-direction: column; gap: 12px; }
.faq__item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
}
.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}
.faq__item summary::-webkit-details-marker { display: none; }
.grid-1pyf {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.grid-1pyf::before, .grid-1pyf::after {
  content: "";
  position: absolute;
  background: var(--accent);
  border-radius: 2px;
}
.grid-1pyf::before { top: 7px; left: 0; width: 16px; height: 2px; }
.grid-1pyf::after { top: 0; left: 7px; width: 2px; height: 16px; }
.faq__item[open] .grid-1pyf::after { display: none; }
.rail-1r4n { padding: 0 18px 18px; color: var(--text); }
.rail-1r4n p:first-child { margin-top: 0; }


.card-1g58 {
  margin-top: 56px;
  background: var(--surface-alt);
  border-top: 1px solid var(--border);
}
.card-1kla {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 32px 0;
}
.crate-1b2h { display: flex; align-items: center; }
.segment-ak8i { width: 30px; height: 30px; }
.cluster-hkpr { width: 30px; height: 30px; }
.frame-dmdq { display: flex; flex-wrap: wrap; gap: 18px; }
.frame-dmdq a { color: var(--text-muted); text-decoration: none; font-size: .92rem; }
.frame-dmdq a:hover { color: var(--ink); }
.piece-1f4l { border-top: 1px solid var(--border); }
.piece-1f4l .body-13p7 { padding-top: 16px; padding-bottom: 4px; font-size: .82rem; color: var(--text-muted); }
.stack-hrc7 { border-top: 1px solid var(--border); }
.segment-1sgx { padding: 16px 0; font-size: .85rem; color: var(--text-muted); }


.zone-1vm1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 22px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  cursor: pointer;
}
.row-h8f9 { background: var(--accent); color: var(--on-accent); }
.row-h8f9:hover { background: var(--accent-2); color: var(--on-accent); }
.segment-3icw { background: transparent; color: var(--accent-text); border-color: var(--border-strong); }
.segment-3icw:hover { background: var(--surface-alt); color: var(--ink); }
.group-7ze4 { padding: 13px 28px; font-size: 1rem; }
.tray-1jc9 { width: 100%; }


@media (max-width: 860px) {
  .spot-h752 { display: inline-flex; }
  .piece-1loe {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    padding: 8px 16px 16px;
    box-shadow: 0 12px 24px rgba(18, 22, 29, .06);
    display: none;
  }
  .piece-1loe.is-open { display: flex; }
  .piece-1loe > a { padding: 12px 8px; border-radius: 0; border-bottom: 1px solid var(--border); }
  .crate-bilu { position: relative; }
  .section-zshq { columns: 1; }
  .bit-1gcw { padding: 36px 0 4px; }
  .card-1kla { flex-direction: column; align-items: flex-start; gap: 16px; }
}


.group-1p7p { margin: 34px 0; }
.crate-17xh {
  font-family: var(--font-head);
  font-size: .76rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--text-muted); margin: 0 0 14px;
}
.mark-52fi { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }

.part-1m5h {
  display: grid;
  grid-template-columns: 38px 92px minmax(0, 1fr) auto auto;
  align-items: center; column-gap: 16px;
  padding: 14px 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color .15s, box-shadow .15s;
}

.part-1m5h[hidden] { display: none; }
.part-1m5h:hover { border-color: var(--border-strong); box-shadow: 0 2px 12px rgba(18, 22, 29, .06); }

.part-1m5h:first-child { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }

.part-15e7 { text-align: center; }
.piece-1tb8 { font-family: var(--font-head); font-size: 1.05rem; font-weight: 800; color: var(--accent); }

.rail-q24s { display: flex; align-items: center; justify-content: center; height: 52px; }
.stack-cadk { max-width: 92px; max-height: 52px; object-fit: contain; }
.slot-10wk {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: var(--radius-sm);
  background: var(--accent-soft); color: var(--accent);
  font-family: var(--font-head); font-weight: 800; font-size: 1.15rem;
}

.band-7ysz { font-family: var(--font-head); font-weight: 700; color: var(--ink); margin: 0; font-size: .98rem; }
.stack-n8zn { margin: 4px 0 0; font-size: .85rem; line-height: 1.35; display: flex; flex-wrap: wrap; gap: 4px 10px; align-items: baseline; }
.spot-txqa { color: var(--text); font-weight: 600; }
.wrap-1ffs { color: var(--accent); font-weight: 700; font-size: .74rem; border: 1px dashed var(--border-strong); border-radius: 4px; padding: 1px 6px; }
.field-1i8a { list-style: none; margin: 7px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.mark-eo6r { font-size: .72rem; color: var(--text-muted); background: var(--surface-alt); border: 1px solid var(--border); border-radius: 999px; padding: 2px 9px; }

.wrap-10hc { display: flex; flex-direction: column; align-items: center; gap: 1px; min-width: 46px; }
.cluster-c69s { font-family: var(--font-head); font-weight: 800; font-size: 1.2rem; color: var(--ink); line-height: 1; }
.module-1fyg { font-size: .68rem; color: #f5a623; letter-spacing: 1px; }

.col-141h { white-space: nowrap; }  

.unit-1ul1 {
  display: block; margin: 18px auto 0;
  background: var(--surface); color: var(--accent);
  font-family: var(--font-head); font-weight: 700; font-size: .88rem;
  border: 1px solid var(--border-strong); border-radius: var(--radius-sm);
  padding: 11px 30px; cursor: pointer;
  transition: background .15s, border-color .15s;
}
.unit-1ul1:hover { background: var(--accent-soft); border-color: var(--accent); }

@media (max-width: 860px) {
  
  .item-kjj1 { display: none; }
  
  .part-1m5h {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    grid-template-areas:
      "rank logo   logo"
      "rank main   main"
      "rank rating cta";
    align-items: center; column-gap: 12px; row-gap: 8px;
  }
  .part-15e7 { grid-area: rank; align-self: start; padding-top: 4px; }
  .rail-q24s { grid-area: logo; justify-content: flex-start; height: 44px; }
  .stack-cadk { max-width: 100px; max-height: 44px; }
  .pane-169h { grid-area: main; }
  .wrap-10hc { grid-area: rating; flex-direction: row; align-items: baseline; gap: 6px; }
  .col-141h { grid-area: cta; justify-self: end; }
}
@media (min-width: 861px) {
  .unit-4d08 { display: none; }
}

/* wfp0zv */
