

: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; }

.frame-vlka { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.card-oyct { max-width: var(--maxw-narrow); }


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

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

.unit-2ufy {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  flex: 0 1 auto;
  min-width: 0;
}
.layout-1756 {
  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;
}
.grid-1qcp { background: transparent; }
.node-1jry { width: 34px; height: 34px; object-fit: contain; border-radius: var(--radius-sm); }
.area-14eu {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.part-1v0b {
  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;
}
.part-1v0b .stack-utel { display: none; }


.cell-1yh5 { padding: 52px 0 8px; }
.body-33aq { }
.area-zlbt { font-size: clamp(1.9rem, 4.2vw, 2.7rem); font-weight: 800; letter-spacing: -0.01em; }

.section-1p8p { display: flex; align-items: center; gap: 12px; margin: 4px 0 22px; }
.card-1pre {
  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;
}
.panel-28k0 { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; font-size: .92rem; color: var(--text-muted); }
.node-1dnm strong { color: var(--ink); font-weight: 600; }
.frame-13kz { color: var(--border-strong); }

.segment-1k46 { font-size: 1.12rem; line-height: 1.75; color: var(--text); }
.segment-1k46 p { margin: 0 0 1rem; }
.wrapper-bd37 { width: 100%; border-radius: var(--radius); border: 1px solid var(--border); margin-top: 26px; }


.stack-6brz { padding: 18px 0; }
.chunk-1d3q { padding: 40px 0; }

.cell-bq1q { margin: 0 0 14px; }
.node-lgqt { font-size: 1.5rem; font-weight: 700; margin: 34px 0 14px; }


.slot-1knv { display: block; }
.tile-x7ob {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 18px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}


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


.unit-1qc6 table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4rem 0;
  font-size: .95rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.unit-1qc6 th, .unit-1qc6 td {
  padding: 11px 14px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.unit-1qc6 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;
}
.unit-1qc6 tbody tr:nth-child(even) { background: var(--surface-alt); }
.unit-1qc6 tbody tr:last-child td { border-bottom: 0; }


.slab-1hrk { margin: 1.4rem 0; overflow-x: auto; }
.slab-1hrk table { margin: 0; }


.block-1ezi { padding: 10px 0; }
.strip-1o40 {
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 22px;
}
.chunk-iol5 {
  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;
}
.holder-51e2 { margin: 0; padding-left: 1.2rem; columns: 2; column-gap: 28px; }
.piece-10e5 { margin: 0 0 7px; }
.col-jkm8 { color: var(--accent-text); text-decoration: none; }
.col-jkm8:hover { text-decoration: underline; }


.band-piej.area-1wnj { padding: 36px 0 8px; }
.wrap-u5ol { text-align: center; }
.slab-xbd4 { font-size: 1.7rem; font-weight: 800; margin: 0 0 22px; }

.strip-1p2f { 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; }
.box-1rxe {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.box-1rxe::before, .box-1rxe::after {
  content: "";
  position: absolute;
  background: var(--accent);
  border-radius: 2px;
}
.box-1rxe::before { top: 7px; left: 0; width: 16px; height: 2px; }
.box-1rxe::after { top: 0; left: 7px; width: 2px; height: 16px; }
.faq__item[open] .box-1rxe::after { display: none; }
.part-o2or { padding: 0 18px 18px; color: var(--text); }
.part-o2or p:first-child { margin-top: 0; }


.bit-dmup {
  margin-top: 56px;
  background: var(--surface-alt);
  border-top: 1px solid var(--border);
}
.frame-12n3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 32px 0;
}
.strip-3qlu { display: flex; align-items: center; }
.wrapper-10aj { width: 30px; height: 30px; }
.section-1o66 { width: 30px; height: 30px; }
.shell-1o40 { display: flex; flex-wrap: wrap; gap: 18px; }
.shell-1o40 a { color: var(--text-muted); text-decoration: none; font-size: .92rem; }
.shell-1o40 a:hover { color: var(--ink); }
.col-3wta { border-top: 1px solid var(--border); }
.col-3wta .frame-vlka { padding-top: 16px; padding-bottom: 4px; font-size: .82rem; color: var(--text-muted); }
.layout-13i3 { border-top: 1px solid var(--border); }
.rail-1el3 { padding: 16px 0; font-size: .85rem; color: var(--text-muted); }


.holder-1htl {
  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;
}
.area-siw9 { background: var(--accent); color: var(--on-accent); }
.area-siw9:hover { background: var(--accent-2); color: var(--on-accent); }
.band-16ux { background: transparent; color: var(--accent-text); border-color: var(--border-strong); }
.band-16ux:hover { background: var(--surface-alt); color: var(--ink); }
.piece-197s { padding: 13px 28px; font-size: 1rem; }
.section-27yp { width: 100%; }


@media (max-width: 860px) {
  .part-1v0b { display: inline-flex; }
  .group-1g6z {
    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;
  }
  .group-1g6z.is-open { display: flex; }
  .group-1g6z > a { padding: 12px 8px; border-radius: 0; border-bottom: 1px solid var(--border); }
  .cell-dai7 { position: relative; }
  .holder-51e2 { columns: 1; }
  .cell-1yh5 { padding: 36px 0 4px; }
  .frame-12n3 { flex-direction: column; align-items: flex-start; gap: 16px; }
}


.wrapper-zxnk { margin: 34px 0; }
.group-1c25 {
  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;
}
.zone-12dr { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }

.bar-5qx1 {
  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;
}

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

.bar-5qx1:first-child { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }

.piece-1c4n { text-align: center; }
.shell-nxfe { font-family: var(--font-head); font-size: 1.05rem; font-weight: 800; color: var(--accent); }

.cell-ppza { display: flex; align-items: center; justify-content: center; height: 52px; }
.segment-15wk { max-width: 92px; max-height: 52px; object-fit: contain; }
.spot-gz9a {
  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;
}

.tray-19es { font-family: var(--font-head); font-weight: 700; color: var(--ink); margin: 0; font-size: .98rem; }
.shell-1u7z { margin: 4px 0 0; font-size: .85rem; line-height: 1.35; display: flex; flex-wrap: wrap; gap: 4px 10px; align-items: baseline; }
.cluster-1xpy { color: var(--text); font-weight: 600; }
.shell-wlap { color: var(--accent); font-weight: 700; font-size: .74rem; border: 1px dashed var(--border-strong); border-radius: 4px; padding: 1px 6px; }
.shell-1euw { list-style: none; margin: 7px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.band-17ih { font-size: .72rem; color: var(--text-muted); background: var(--surface-alt); border: 1px solid var(--border); border-radius: 999px; padding: 2px 9px; }

.slab-jysb { display: flex; flex-direction: column; align-items: center; gap: 1px; min-width: 46px; }
.zone-1m6y { font-family: var(--font-head); font-weight: 800; font-size: 1.2rem; color: var(--ink); line-height: 1; }
.panel-1vrd { font-size: .68rem; color: #f5a623; letter-spacing: 1px; }

.grid-1li1 { white-space: nowrap; }  

.col-7x4s {
  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;
}
.col-7x4s:hover { background: var(--accent-soft); border-color: var(--accent); }

@media (max-width: 860px) {
  
  .col-2xkr { display: none; }
  
  .bar-5qx1 {
    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;
  }
  .piece-1c4n { grid-area: rank; align-self: start; padding-top: 4px; }
  .cell-ppza { grid-area: logo; justify-content: flex-start; height: 44px; }
  .segment-15wk { max-width: 100px; max-height: 44px; }
  .block-1bx3 { grid-area: main; }
  .slab-jysb { grid-area: rating; flex-direction: row; align-items: baseline; gap: 6px; }
  .grid-1li1 { grid-area: cta; justify-self: end; }
}
@media (min-width: 861px) {
  .node-1l4q { display: none; }
}

/* o4zyag */
