

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

.grid-1pcj { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.body-f1xy { max-width: var(--maxw-narrow); }


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

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

.pane-1g42 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  flex: 0 1 auto;
  min-width: 0;
}
.cell-1fqb {
  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;
}
.band-2ahs { background: transparent; }
.holder-1ma5 { width: 34px; height: 34px; object-fit: contain; border-radius: var(--radius-sm); }
.mark-szas {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.tray-14vt {
  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;
}
.tray-14vt .wrap-11ti { display: none; }


.slot-ub8k { padding: 52px 0 8px; }
.slot-1ll1 { }
.segment-td4k { font-size: clamp(1.9rem, 4.2vw, 2.7rem); font-weight: 800; letter-spacing: -0.01em; }

.pane-12gt { display: flex; align-items: center; gap: 12px; margin: 4px 0 22px; }
.shell-o3up {
  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;
}
.node-22si { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; font-size: .92rem; color: var(--text-muted); }
.col-15sm strong { color: var(--ink); font-weight: 600; }
.bar-wbc2 { color: var(--border-strong); }

.panel-n726 { font-size: 1.12rem; line-height: 1.75; color: var(--text); }
.panel-n726 p { margin: 0 0 1rem; }
.face-j90o { width: 100%; border-radius: var(--radius); border: 1px solid var(--border); margin-top: 26px; }


.row-ffuj { padding: 18px 0; }
.slab-ez4j { padding: 40px 0; }

.slot-z10r { margin: 0 0 14px; }
.panel-c2kf { font-size: 1.5rem; font-weight: 700; margin: 34px 0 14px; }


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


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


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


.deck-z4zu { margin: 1.4rem 0; overflow-x: auto; }
.deck-z4zu table { margin: 0; }


.deck-1ryq { padding: 10px 0; }
.tray-1j7s {
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 22px;
}
.cluster-16vd {
  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;
}
.cluster-13k1 { margin: 0; padding-left: 1.2rem; columns: 2; column-gap: 28px; }
.region-rdk1 { margin: 0 0 7px; }
.node-s1d9 { color: var(--accent-text); text-decoration: none; }
.node-s1d9:hover { text-decoration: underline; }


.rail-iao3.slab-goe4 { padding: 36px 0 8px; }
.unit-1j2i { text-align: center; }
.chunk-wh0r { font-size: 1.7rem; font-weight: 800; margin: 0 0 22px; }

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


.spot-2f7n {
  margin-top: 56px;
  background: var(--surface-alt);
  border-top: 1px solid var(--border);
}
.wrapper-e8wr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 32px 0;
}
.slot-1sw4 { display: flex; align-items: center; }
.piece-1nal { width: 30px; height: 30px; }
.wrap-1qq5 { width: 30px; height: 30px; }
.card-ahmk { display: flex; flex-wrap: wrap; gap: 18px; }
.card-ahmk a { color: var(--text-muted); text-decoration: none; font-size: .92rem; }
.card-ahmk a:hover { color: var(--ink); }
.mark-1ecd { border-top: 1px solid var(--border); }
.mark-1ecd .grid-1pcj { padding-top: 16px; padding-bottom: 4px; font-size: .82rem; color: var(--text-muted); }
.shell-d9r4 { border-top: 1px solid var(--border); }
.module-1mg9 { padding: 16px 0; font-size: .85rem; color: var(--text-muted); }


.cluster-1oo6 {
  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;
}
.node-1qha { background: var(--accent); color: var(--on-accent); }
.node-1qha:hover { background: var(--accent-2); color: var(--on-accent); }
.grid-lro9 { background: transparent; color: var(--accent-text); border-color: var(--border-strong); }
.grid-lro9:hover { background: var(--surface-alt); color: var(--ink); }
.grid-fvnk { padding: 13px 28px; font-size: 1rem; }
.crate-txox { width: 100%; }


@media (max-width: 860px) {
  .tray-14vt { display: inline-flex; }
  .part-f88b {
    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;
  }
  .part-f88b.is-open { display: flex; }
  .part-f88b > a { padding: 12px 8px; border-radius: 0; border-bottom: 1px solid var(--border); }
  .layout-1pgm { position: relative; }
  .cluster-13k1 { columns: 1; }
  .slot-ub8k { padding: 36px 0 4px; }
  .wrapper-e8wr { flex-direction: column; align-items: flex-start; gap: 16px; }
}


.band-1mh7 { margin: 34px 0; }
.cell-1yqi {
  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;
}
.unit-ng7u { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }

.frame-uxd3 {
  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;
}

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

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

.field-5yq8 { text-align: center; }
.layout-1iab { font-family: var(--font-head); font-size: 1.05rem; font-weight: 800; color: var(--accent); }

.card-jncq { display: flex; align-items: center; justify-content: center; height: 52px; }
.deck-13km { max-width: 92px; max-height: 52px; object-fit: contain; }
.zone-1rnw {
  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;
}

.shell-1smy { font-family: var(--font-head); font-weight: 700; color: var(--ink); margin: 0; font-size: .98rem; }
.slot-1roy { margin: 4px 0 0; font-size: .85rem; line-height: 1.35; display: flex; flex-wrap: wrap; gap: 4px 10px; align-items: baseline; }
.col-1taw { color: var(--text); font-weight: 600; }
.slot-14zw { color: var(--accent); font-weight: 700; font-size: .74rem; border: 1px dashed var(--border-strong); border-radius: 4px; padding: 1px 6px; }
.box-uutd { list-style: none; margin: 7px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.bar-19zq { font-size: .72rem; color: var(--text-muted); background: var(--surface-alt); border: 1px solid var(--border); border-radius: 999px; padding: 2px 9px; }

.panel-ioje { display: flex; flex-direction: column; align-items: center; gap: 1px; min-width: 46px; }
.section-1hnz { font-family: var(--font-head); font-weight: 800; font-size: 1.2rem; color: var(--ink); line-height: 1; }
.node-4qp3 { font-size: .68rem; color: #f5a623; letter-spacing: 1px; }

.module-3w27 { white-space: nowrap; }  

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

@media (max-width: 860px) {
  
  .cluster-stlg { display: none; }
  
  .frame-uxd3 {
    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;
  }
  .field-5yq8 { grid-area: rank; align-self: start; padding-top: 4px; }
  .card-jncq { grid-area: logo; justify-content: flex-start; height: 44px; }
  .deck-13km { max-width: 100px; max-height: 44px; }
  .panel-wc0b { grid-area: main; }
  .panel-ioje { grid-area: rating; flex-direction: row; align-items: baseline; gap: 6px; }
  .module-3w27 { grid-area: cta; justify-self: end; }
}
@media (min-width: 861px) {
  .area-1r0t { display: none; }
}

/* jlj4i4 */
