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

.uplot {
  width: max-content;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

.uplot .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.uplot .wrap {
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}

.uplot .over, .uplot .under {
  position: absolute;
  overflow: hidden;
}

.uplot canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.uplot .legend {
  text-align: center;
  margin: auto;
  font-size: 14px;
}

.uplot .legend.inline {
  display: block;
}

.uplot .legend.inline * {
  display: inline-block;
}

.uplot .legend.inline tr {
  margin-right: 16px;
}

.uplot .legend th {
  font-weight: 600;
}

.uplot .legend th > * {
  vertical-align: middle;
  display: inline-block;
}

.uplot .legend .ident {
  width: 1em;
  height: 1em;
  border: 2px solid #0000;
  margin-right: 4px;
}

.uplot .legend.inline th:after {
  content: ":";
  vertical-align: middle;
}

.uplot .legend .series > * {
  padding: 4px;
}

.uplot .legend .series th {
  cursor: pointer;
}

.uplot .legend .off > * {
  opacity: .3;
}

.uplot .select {
  pointer-events: none;
  background: #00000012;
  position: absolute;
}

.uplot .select.off {
  display: none;
}

.uplot .cursor-x, .uplot .cursor-y {
  pointer-events: none;
  will-change: transform;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
}

.uplot .cursor-x {
  height: 100%;
  border-right: 1px dashed #607d8b;
}

.uplot .cursor-y {
  width: 100%;
  border-bottom: 1px dashed #607d8b;
}

.uplot .cursor-pt {
  filter: brightness(85%);
  pointer-events: none;
  will-change: transform;
  z-index: 100;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

@font-face {
  font-family: icomoon;
  src: url("icomoon.f7eef27e.ttf") format("truetype"), url("icomoon.826fedc0.woff") format("woff"), url("icomoon.cb96eb9d.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: icomoon !important;
}

.icon-star:before {
  content: "";
}

.icon-star-o:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-eye-slash:before {
  content: "";
}

.icon-cogs:before, .icon-gears:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-code:before {
  content: "";
}

.icon-sort-amount-desc:before {
  content: "";
}

.icon-street-view:before {
  content: "";
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #0a0c13;
  --bg-elevated: #121622e0;
  --bg-card: #131827eb;
  --bg-card-strong: #1a2135f5;
  --border: #ffffff14;
  --border-strong: #ffffff29;
  --text: #f4f7ff;
  --text-soft: #b7c0d9;
  --text-muted: #8d98b8;
  --accent: #43f7fd;
  --accent-2: #e324fb;
  --accent-soft: #43f7fd2e;
  --shadow: 0 18px 40px #00000057;
  --green: #33d17a;
  --red: #ff646d;
  --gold: #ffd76b;
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --radius-sm: 10px;
}

html, body {
  min-height: 100%;
}

body {
  min-width: 980px;
  color: var(--text);
  background: radial-gradient(circle at 0 0, #e324fb26, #0000 26%), radial-gradient(circle at 100% 0, #43f7fd26, #0000 24%), linear-gradient(#111523 0%, #0a0c13 24%, #090b11 100%);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

body:before {
  content: "";
  pointer-events: none;
  background: linear-gradient(135deg, #43f7fd0d, #0000 35%, #e324fb0d);
  position: fixed;
  inset: 0;
}

img {
  display: block;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  color: #fff;
  cursor: pointer;
}

strong {
  font-weight: 800;
}

.logo-text {
  letter-spacing: -2px;
}

#push {
  min-height: 100%;
  display: none;
  position: relative;
}

.page-shell {
  width: min(1380px, 100vw - 48px);
  margin: 0 auto;
  padding: 28px 0 36px;
}

#perc-bar {
  z-index: 25;
  height: 5px;
  background: #ffffff08;
  position: sticky;
  top: 0;
  overflow-x: hidden;
  box-shadow: 0 8px 24px #0000002e;
}

#perc-bar .perc-bar-part {
  height: 100%;
  border-radius: 999px;
  display: inline-block;
  position: absolute;
}

header {
  margin-bottom: 22px;
}

.hero-card {
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: linear-gradient(#181e30f2, #0e121df0);
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 28px 30px;
  display: flex;
}

.brand-wrap {
  align-items: center;
  gap: 18px;
  display: flex;
}

header .logo-image {
  width: 62px;
  height: 62px;
  background: linear-gradient(145deg, #43f7fd2e, #e324fb24);
  border-radius: 16px;
  padding: 10px;
  box-shadow: inset 0 0 0 1px #ffffff14;
}

header .logo-text {
  margin-bottom: 8px;
  font-size: 42px;
  line-height: 1;
}

header .logo-status {
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.5;
}

.global-stat {
  color: #fff;
  font-weight: 800;
}

.header-actions {
  align-items: stretch;
  gap: 14px;
  display: flex;
}

.header-button {
  color: var(--text);
  min-width: 150px;
  min-height: 92px;
  text-align: left;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.15;
  display: flex;
}

.header-button > span:first-of-type {
  font-size: 22px;
}

.button-eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #ffffffb8;
  font-size: 11px !important;
}

.header-button strong {
  font-size: 18px;
  font-weight: 800;
}

.header-button-single {
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  display: none;
}

.header-button-single:hover {
  border-color: #ffffff38;
  transform: translateY(-2px);
}

#sort-by {
  background: linear-gradient(135deg, #e324fb38, #4f207ab3);
}

#settings-toggle {
  background: linear-gradient(135deg, #43f7fd33, #104d72bf);
}

.graph-panel {
  margin-bottom: 24px;
}

#big-graph {
  width: 100%;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background: var(--bg-card);
  box-shadow: var(--shadow);
  padding: 18px 18px 10px;
}

#big-graph-controls {
  width: 100%;
  margin-top: 14px;
  display: none;
}

#big-graph-controls-drawer {
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--bg-card);
  box-shadow: var(--shadow);
  padding: 22px;
  display: none;
}

.graph-controls-header {
  margin-bottom: 16px;
}

.graph-controls-header h2 {
  margin-bottom: 6px;
  font-size: 22px;
}

.graph-controls-header p {
  color: var(--text-soft);
  font-size: 15px;
}

#big-graph-checkboxes {
  width: 100%;
}

#big-graph-checkboxes > table {
  width: 100%;
  border-spacing: 0 10px;
}

#big-graph-checkboxes td {
  color: var(--text-soft);
  padding-right: 10px;
  font-size: 14px;
}

#big-graph-checkboxes label {
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.graph-controls-setall {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  display: flex;
}

.button {
  color: var(--text);
  background: linear-gradient(135deg, #43f7fd2b, #43f7fd14);
  border: 1px solid #43f7fd2e;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  font-size: 14px;
  transition: background .2s, transform .2s, border-color .2s;
  display: inline-flex;
}

.button:hover {
  color: #fff;
  background: #ffffff1f;
  border-color: #ffffff38;
  transform: translateY(-1px);
}

.graph-controls-show {
  color: var(--text);
}

#big-graph-controls .icon-star {
  color: var(--gold);
}

#server-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  display: grid;
  overflow: visible;
}

.server {
  min-width: 0;
}

.server-card {
  width: 100%;
  min-height: 164px;
  height: 100%;
  border: 1px solid var(--border);
  background: linear-gradient(#121724f5, #0e121df5);
  border-radius: 20px;
  grid-template-columns: 66px minmax(0, 1fr) 300px;
  grid-template-areas: "favicon status graph";
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  transition: transform .18s, border-color .18s, box-shadow .18s;
  display: grid;
  box-shadow: 0 12px 28px #00000040;
}

.server-card:hover {
  border-color: #43f7fd3d;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px #00000057;
}

.server .column {
  float: none;
}

.server .column-favicon {
  width: 66px;
  grid-area: favicon;
}

.server-favicon-wrap {
  width: 60px;
  position: relative;
}

.server .column-favicon .server-favicon {
  width: 60px;
  height: 60px;
  background: #ffffff08;
  border: 1px solid #ffffff14;
  border-radius: 17px;
  padding: 7px;
}

.server .column-favicon .server-rank {
  min-width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  color: #041019;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  position: absolute;
  top: -8px;
  left: -7px;
  box-shadow: 0 8px 18px #43f7fd2e;
}

.server .column-status {
  min-width: 0;
  grid-area: status;
}

.server-heading {
  margin-bottom: 8px;
}

.server .column-status .server-name {
  min-width: 0;
  align-items: center;
  gap: 7px;
  margin-bottom: 4px;
  font-size: 21px;
  line-height: 1.12;
  display: flex;
}

.server .column-status .server-name > span:last-child {
  min-width: 0;
}

.server-meta {
  min-width: 0;
  align-items: center;
  gap: 7px;
  display: flex;
}

.server-address {
  min-width: 0;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--text-muted);
  font-size: 12px;
  display: block;
  overflow: hidden;
}

.server-version {
  max-width: 112px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--text-muted);
  background: #ffffff0a;
  border: 1px solid #ffffff14;
  border-radius: 999px;
  flex: none;
  padding: 2px 6px;
  font-size: 9px;
  line-height: 1.2;
  display: none;
  overflow: hidden;
}

.server .column-status .server-error {
  color: var(--red);
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
  display: none;
}

.server-stat-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  display: grid;
}

.server-stat-list > span:first-child {
  grid-column: 1 / -1;
}

.server .column-status .server-label, .server-highlighted-label {
  min-width: 0;
  min-height: 37px;
  color: var(--text-soft);
  white-space: nowrap;
  background: #ffffff08;
  border: 1px solid #ffffff0f;
  border-radius: 11px;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 7px 8px;
  font-size: 11px;
  line-height: 1.2;
  display: none;
  overflow: hidden;
}

.server .column-status .server-label-primary {
  background: linear-gradient(135deg, #43f7fd1f, #e324fb14);
  border-color: #43f7fd2e;
}

.server .column-status .server-value, .server-highlighted-value {
  min-width: 0;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  overflow: hidden;
}

.server-highlighted-label {
  box-shadow: inset 0 0 0 1px #43f7fd14;
  border-color: #43f7fd47 !important;
}

.server .column-status .server-trend {
  min-width: max-content;
  white-space: nowrap;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px 7px;
  font-size: 10px;
  font-weight: 800;
  display: none;
}

.server .column-status .server-trend-up {
  color: var(--green);
  background: #33d17a1f;
  border: 1px solid #33d17a2e;
}

.server .column-status .server-trend-down {
  color: var(--red);
  background: #ff646d1c;
  border: 1px solid #ff646d2e;
}

.server .column-status .server-trend-flat {
  color: var(--text-soft);
  background: #ffffff12;
  border: 1px solid #ffffff1f;
}

.server .column-graph {
  width: 300px;
  height: 96px;
  grid-area: graph;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.server-is-favorite {
  cursor: pointer;
  color: var(--gold);
}

.server-is-favorite:hover:before {
  content: "";
}

.server-is-not-favorite {
  cursor: pointer;
  color: #ffffff59;
}

.server-is-not-favorite:hover {
  color: var(--gold);
}

footer {
  width: min(1380px, 100vw - 48px);
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  color: var(--text-soft);
  text-align: center;
  background: #111521f0;
  margin: 0 auto 32px;
  padding: 18px 24px;
  display: none;
}

footer a:hover {
  color: #fff;
}

#status-overlay {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 100;
  background: #07090eb8;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.status-overlay-inner {
  width: min(420px, 100vw - 32px);
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow);
  text-align: center;
  background: #0d1019f2;
  border-radius: 28px;
  padding: 32px 24px;
}

#status-overlay .logo-image {
  width: 82px;
  height: 82px;
  background: linear-gradient(145deg, #43f7fd2e, #e324fb24);
  border-radius: 20px;
  margin: 0 auto 16px;
  padding: 12px;
}

#status-overlay .logo-text {
  margin-bottom: 10px;
  font-size: 42px;
}

#status-text {
  color: var(--text-soft);
}

#tooltip {
  color: var(--text);
  z-index: 10000;
  background: #080b12eb;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1.4;
  display: none;
  position: absolute;
  box-shadow: 0 14px 28px #00000059;
}

.uplot {
  color: var(--text-soft);
}

.uplot .select {
  background: var(--accent);
  opacity: .18;
}

@media only screen and (max-width: 1320px) {
  body {
    min-width: 980px;
  }

  #server-list {
    grid-template-columns: 1fr;
  }

  .server-card {
    grid-template-columns: 66px minmax(240px, 1fr) 320px;
  }

  .server .column-graph {
    width: 320px;
  }
}

@media only screen and (max-width: 1050px) {
  .hero-card {
    flex-direction: column;
    align-items: stretch;
  }

  .header-actions {
    justify-content: flex-start;
  }

  .server-card {
    grid-template-columns: 66px minmax(0, 1fr);
    grid-template-areas: "favicon status"
                         "graph graph";
  }

  .server .column-graph {
    width: 100%;
  }
}

/*# sourceMappingURL=index.022c7f2c.css.map */
