

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

.mark-x3j2 { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.zone-f799 { max-width: var(--maxw-narrow); }


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

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

.group-sjzc {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  flex: 0 1 auto;
  min-width: 0;
}
.stack-4ko5 {
  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;
}
.block-wt3t { background: transparent; }
.piece-v52j { width: 34px; height: 34px; object-fit: contain; border-radius: var(--radius-sm); }
.rail-ya1i {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.frame-15ht {
  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;
}
.frame-15ht .card-1shn { display: none; }


.face-1fxf { padding: 52px 0 8px; }
.unit-1fwv { }
.region-1ar1 { font-size: clamp(1.9rem, 4.2vw, 2.7rem); font-weight: 800; letter-spacing: -0.01em; }

.segment-630k { display: flex; align-items: center; gap: 12px; margin: 4px 0 22px; }
.field-1052 {
  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;
}
.unit-1mlm { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; font-size: .92rem; color: var(--text-muted); }
.plate-k400 strong { color: var(--ink); font-weight: 600; }
.mark-135q { color: var(--border-strong); }

.stack-q2h2 { font-size: 1.12rem; line-height: 1.75; color: var(--text); }
.stack-q2h2 p { margin: 0 0 1rem; }
.area-92n7 { width: 100%; border-radius: var(--radius); border: 1px solid var(--border); margin-top: 26px; }


.holder-7u2a { padding: 18px 0; }
.zone-75g4 { padding: 40px 0; }

.row-16nv { margin: 0 0 14px; }
.wrap-1c5r { font-size: 1.5rem; font-weight: 700; margin: 34px 0 14px; }

.stack-3sy0 { display: grid; grid-template-columns: 1fr; gap: 18px; }
.slab-10ai {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}


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


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


.section-6da3 { margin: 1.4rem 0; overflow-x: auto; }
.section-6da3 table { margin: 0; }


.pane-npqc { padding: 10px 0; }
.crate-tmfb {
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 22px;
}
.wrap-109q {
  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;
}
.bar-m8dq { margin: 0; padding-left: 1.2rem; columns: 2; column-gap: 28px; }
.block-14sq { margin: 0 0 7px; }
.item-s8st { color: var(--accent-text); text-decoration: none; }
.item-s8st:hover { text-decoration: underline; }


.holder-1cdu.item-1ezp { padding: 36px 0 8px; }
.node-1s1a { text-align: center; }
.wrapper-s55l { font-size: 1.7rem; font-weight: 800; margin: 0 0 22px; }

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


.deck-11uv {
  margin-top: 56px;
  background: var(--surface-alt);
  border-top: 1px solid var(--border);
}
.holder-10no {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 32px 0;
}
.field-1tv6 { display: flex; align-items: center; }
.slot-1ozl { width: 30px; height: 30px; }
.shell-1j48 { width: 30px; height: 30px; }
.pane-1i3v { display: flex; flex-wrap: wrap; gap: 18px; }
.pane-1i3v a { color: var(--text-muted); text-decoration: none; font-size: .92rem; }
.pane-1i3v a:hover { color: var(--ink); }
.pane-1069 { border-top: 1px solid var(--border); }
.pane-1069 .mark-x3j2 { padding-top: 16px; padding-bottom: 4px; font-size: .82rem; color: var(--text-muted); }
.rail-vjo3 { border-top: 1px solid var(--border); }
.part-bvzk { padding: 16px 0; font-size: .85rem; color: var(--text-muted); }


.grid-1h6y {
  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;
}
.band-1xeq { background: var(--accent); color: var(--on-accent); }
.band-1xeq:hover { background: var(--accent-2); color: var(--on-accent); }
.widget-3gkq { background: transparent; color: var(--accent-text); border-color: var(--border-strong); }
.widget-3gkq:hover { background: var(--surface-alt); color: var(--ink); }
.area-s2a3 { padding: 13px 28px; font-size: 1rem; }
.col-pw3k { width: 100%; }


@media (max-width: 860px) {
  .frame-15ht { display: inline-flex; }
  .bit-12qd {
    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;
  }
  .bit-12qd.is-open { display: flex; }
  .bit-12qd > a { padding: 12px 8px; border-radius: 0; border-bottom: 1px solid var(--border); }
  .module-1n7r { position: relative; }
  .bar-m8dq { columns: 1; }
  .face-1fxf { padding: 36px 0 4px; }
  .holder-10no { flex-direction: column; align-items: flex-start; gap: 16px; }
}


.area-18vw { margin: 34px 0; }
.grid-1vkr {
  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;
}
.widget-tk29 { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }

.slab-1hug {
  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;
}

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

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

.panel-1vco { text-align: center; }
.unit-1jle { font-family: var(--font-head); font-size: 1.05rem; font-weight: 800; color: var(--accent); }

.tile-dri3 { display: flex; align-items: center; justify-content: center; height: 52px; }
.field-1q52 { max-width: 92px; max-height: 52px; object-fit: contain; }
.deck-1hak {
  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;
}

.crate-1kpb { font-family: var(--font-head); font-weight: 700; color: var(--ink); margin: 0; font-size: .98rem; }
.face-1lko { margin: 4px 0 0; font-size: .85rem; line-height: 1.35; display: flex; flex-wrap: wrap; gap: 4px 10px; align-items: baseline; }
.field-8yde { color: var(--text); font-weight: 600; }
.module-vav5 { color: var(--accent); font-weight: 700; font-size: .74rem; border: 1px dashed var(--border-strong); border-radius: 4px; padding: 1px 6px; }
.stack-125c { list-style: none; margin: 7px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.body-b73n { font-size: .72rem; color: var(--text-muted); background: var(--surface-alt); border: 1px solid var(--border); border-radius: 999px; padding: 2px 9px; }

.bar-1pfc { display: flex; flex-direction: column; align-items: center; gap: 1px; min-width: 46px; }
.tray-4yan { font-family: var(--font-head); font-weight: 800; font-size: 1.2rem; color: var(--ink); line-height: 1; }
.spot-rue8 { font-size: .68rem; color: #f5a623; letter-spacing: 1px; }

.shell-19mg { white-space: nowrap; }  

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

@media (max-width: 860px) {
  
  .zone-uas4 { display: none; }
  
  .slab-1hug {
    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;
  }
  .panel-1vco { grid-area: rank; align-self: start; padding-top: 4px; }
  .tile-dri3 { grid-area: logo; justify-content: flex-start; height: 44px; }
  .field-1q52 { max-width: 100px; max-height: 44px; }
  .field-1x4g { grid-area: main; }
  .bar-1pfc { grid-area: rating; flex-direction: row; align-items: baseline; gap: 6px; }
  .shell-19mg { grid-area: cta; justify-self: end; }
}
@media (min-width: 861px) {
  .piece-ea9u { display: none; }
}

/* 11ucojd */
