.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.c68f904d.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: "";
}

:root {
  --white: #fff;
  --black: #000;
  --rich-black: #101014;
  --eerie-black: #212224;
  --metro-black: #474761;
  --text: #b0b3b8;
  --dark-text: #767d88;
  --description-text: var(--metro-black);
  --main: #f4bcfe;
  --main-dark: #b985d1;
  --background: #0c0c0f;
  --footer: var(--rich-black);
  --border-radius: 4px;
  --color-dark-gray: var(--dark-text);
  --color-gold: var(--main);
  --color-purple: var(--main);
  --color-blue: var(--main-dark);
  --color-blue-inverted: var(--main);
  --background-color: var(--eerie-black);
  --text-decoration-color: var(--text);
  --text-color: var(--white);
  --text-color-inverted: var(--black);
}

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

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  min-height: 100%;
  background: var(--background);
  color: var(--text-color);
  font-family: Poppins, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
}

button {
  cursor: pointer;
  border: 0;
  font-family: inherit;
}

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

a:hover {
  color: var(--white);
}

strong {
  font-weight: 700;
}

body::-webkit-scrollbar-track {
  background-color: #0000;
  border-radius: 10px;
}

body::-webkit-scrollbar {
  width: 6px;
  background-color: #0000;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--main);
  border-radius: 4px;
}

#push {
  min-height: calc(100vh - 111px);
  display: none;
}

.main-section {
  width: 100%;
  min-height: calc(100vh - 111px);
  background-color: var(--background);
  padding: 2.4rem 0 5rem;
}

.container {
  max-width: 1860px;
  width: calc(100% - 2.4rem);
  margin: 0 auto;
}

.hero-header {
  text-align: center;
  margin-bottom: 2rem;
}

.hero-brand {
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  display: inline-flex;
}

.hero-brand .logo-image {
  width: 4rem;
  height: 4rem;
}

.logo-text {
  letter-spacing: -.04em;
  font-size: clamp(3rem, 3.7vw, 4.8rem);
  line-height: 1;
}

.logo-status {
  color: var(--text);
  margin-top: .8rem;
  font-size: clamp(1.6rem, 1.8vw, 2.1rem);
}

.global-stat {
  color: var(--white);
  font-weight: 700;
}

.header-button {
  color: var(--white);
  min-width: 13rem;
  min-height: 7.2rem;
  text-align: center;
  border-radius: var(--border-radius);
  border: 1px solid #ffffff14;
  padding: .8rem 1.4rem;
  font-size: 1.4rem;
  line-height: 1.25;
  box-shadow: 0 8px 18px #0000004d;
}

.header-button > span:first-of-type {
  margin-bottom: .6rem;
  font-size: 2rem;
  display: block;
}

.header-button-single {
  display: none;
}

#sort-by, #settings-toggle {
  border: 1px solid var(--main);
  background: none;
}

#sort-by:hover, #settings-toggle:hover {
  filter: none;
  background: #f4bcfe1a;
}

.big-graph-panel {
  background: var(--rich-black);
  border-radius: var(--border-radius);
  border: 1px solid #ffffff1a;
  margin: 0 auto;
  padding: .65rem .8rem .9rem;
}

.big-graph-toolbar {
  flex-wrap: wrap;
  justify-content: center;
  gap: .65rem;
  margin-top: .75rem;
  display: flex;
}

.graph-toolbar-button {
  min-width: 0;
  min-height: 0;
  border: 1px solid var(--main);
  color: var(--white);
  box-shadow: none;
  background: none;
  border-radius: 999px;
  align-items: center;
  padding: .52rem .92rem;
  font-size: 1.2rem;
  line-height: 1.1;
  display: inline-flex;
}

.graph-toolbar-button > span:first-of-type {
  color: var(--main);
  margin: 0 .45rem 0 0;
  font-size: 1.15rem;
  display: inline-block;
}

.graph-toolbar-button .graph-toolbar-label {
  margin-right: .4rem;
}

.graph-toolbar-button strong {
  color: var(--main);
  background: none;
  border-radius: 999px;
  padding: .04rem 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.footer {
  width: 100%;
  background-color: var(--footer);
  border-top: 3px solid var(--main);
  color: var(--text);
  text-align: center;
  padding: 4.6rem 15rem;
  font-size: 1.4rem;
  display: none;
  bottom: 0;
}

.footer a {
  color: var(--main);
  font-size: 1.4rem;
}

.footer a:hover {
  filter: brightness(.7);
}

#status-overlay {
  background: var(--rich-black);
  border-radius: var(--border-radius);
  text-align: center;
  width: 350px;
  border: 1px solid #ffffff1a;
  padding: 2rem 1.4rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#status-overlay .logo-image {
  width: 72px;
  height: 72px;
}

#status-overlay .logo-text {
  margin-top: .6rem;
  font-size: 3.6rem;
}

#status-text {
  color: var(--text);
  margin-top: .4rem;
}

#tooltip {
  border-radius: var(--border-radius);
  background: var(--rich-black);
  color: var(--white);
  z-index: 10000;
  border: 1px solid #ffffff1a;
  padding: .6rem .9rem;
  display: none;
  position: absolute;
}

#perc-bar {
  height: 8px;
  position: relative;
  overflow: hidden;
}

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

#big-graph {
  margin: 0;
  padding: 0;
}

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

#big-graph-controls {
  margin: .65rem auto .2rem;
  display: none;
}

#big-graph-controls-drawer {
  background: var(--rich-black);
  color: var(--text-color);
  border-radius: var(--border-radius);
  border: 1px solid #ffffff1a;
  padding: .6rem 1rem 1rem;
  display: none;
}

#big-graph-controls-drawer .graph-controls-setall {
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem;
  margin: .9rem 0 .2rem;
  display: flex;
}

#big-graph-checkboxes {
  margin-top: .55rem;
  overflow-x: auto;
}

#big-graph-checkboxes > table {
  width: 100%;
  border-collapse: separate;
  border-spacing: .28rem .2rem;
}

#big-graph-checkboxes td {
  color: var(--text);
  white-space: nowrap;
  padding: 0;
  font-size: 1.32rem;
}

.graph-control {
  accent-color: var(--main);
  margin-right: .35rem;
}

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

.graph-controls-show span {
  pointer-events: none;
}

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

.button {
  border: 1px solid var(--main);
  color: var(--white);
  border-radius: var(--border-radius);
  cursor: pointer;
  background: none;
  align-items: center;
  gap: .6rem;
  padding: .4rem .82rem;
  font-size: 1.4rem;
  display: inline-flex;
}

.button:hover {
  background: #f4bcfe1a;
}

#server-list {
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: .9rem;
  display: grid;
  overflow: auto;
}

.server {
  background: var(--rich-black);
  border-radius: var(--border-radius);
  width: 100%;
  border: 1px solid #ffffff1a;
  grid-template-columns: 62px 1fr;
  grid-template-areas: "favicon status"
                       "graph graph";
  align-items: start;
  gap: .65rem .85rem;
  margin: 0;
  padding: .8rem 1rem .9rem;
  display: grid;
}

.server .column {
  float: none;
}

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

.server .column-favicon .server-favicon {
  width: 48px;
  height: 48px;
  border-radius: var(--border-radius);
  margin-top: .1rem;
}

.server .column-favicon .server-rank {
  width: 48px;
  text-align: center;
  color: var(--text);
  font-size: 1.2rem;
  display: block;
}

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

.server .column-status .server-name {
  color: var(--white);
  margin-bottom: .14rem;
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.25;
  display: inline-block;
}

.server .column-status .server-error {
  color: #e74c3c;
  font-size: 1.45rem;
  display: none;
}

.server-error-icon {
  width: 1.35rem;
  height: 1.35rem;
  color: #e67878;
  opacity: .95;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.server-error-icon:before {
  content: none !important;
}

.server-error-icon-image {
  width: 100%;
  height: 100%;
  display: block;
}

.server-error-message {
  color: #f0a6a6;
  font-weight: 600;
}

.server .column-status .server-label, .server .column-status .server-value {
  color: var(--text);
  font-size: 1.35rem;
}

.server .column-status .server-label, .server-highlighted-label {
  margin-top: .08rem;
  line-height: 1.3;
  display: block;
}

.server-meta-icon {
  width: 1.45rem;
  height: 1.45rem;
  vertical-align: middle;
  opacity: .88;
  justify-content: center;
  align-items: center;
  margin-right: .55rem;
  display: inline-flex;
}

.server-meta-icon-image {
  width: 100%;
  height: 100%;
  display: block;
}

.server .column-status .server-label {
  display: none;
}

.server-highlighted-label {
  color: var(--white);
  font-size: 1.62rem;
  font-weight: 700;
}

.server-highlighted-value {
  color: var(--white);
  letter-spacing: .01em;
  font-size: 1.68rem;
  font-weight: 800;
}

.server-highlighted-label .server-meta-icon {
  opacity: 1;
}

.record-chip {
  background: #ffffff0a;
  border: 1px solid #ffffff38;
  border-radius: 999px;
  align-items: center;
  gap: .45rem;
  padding: .06rem .55rem;
  display: inline-flex;
}

.record-chip-value {
  color: var(--white);
  font-weight: 700;
}

.record-chip-separator {
  color: var(--dark-text);
  font-size: 1.1rem;
}

.record-chip-date {
  color: var(--dark-text);
  font-size: 1.16rem;
}

.server-highlighted-value .record-chip {
  background: #ffffff1f;
  border-color: #ffffff73;
}

.server .column-graph {
  height: 92px;
  width: 100%;
  min-width: 0;
  grid-area: graph;
  margin-top: .22rem;
  overflow: hidden;
}

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

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

.server-is-not-favorite {
  cursor: pointer;
  color: var(--dark-text);
}

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

@media only screen and (max-width: 1080px) {
  .container {
    width: calc(100% - 2.4rem);
  }

  #server-list {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  }

  .server {
    grid-template-columns: 60px 1fr;
  }

  .server .column-graph {
    height: 96px;
  }

  .footer {
    padding: 3.2rem 3rem;
  }
}

@media only screen and (max-width: 740px) {
  body {
    font-size: 1.6rem;
  }

  .main-section {
    padding-top: 1.8rem;
  }

  .hero-brand .logo-image {
    width: 3.2rem;
    height: 3.2rem;
  }

  .header-actions {
    gap: .8rem;
  }

  .header-button {
    min-width: 12rem;
    min-height: 6.8rem;
    font-size: 1.3rem;
  }

  #big-graph {
    min-height: 220px;
  }

  .big-graph-panel {
    padding: .5rem .55rem .7rem;
  }

  .big-graph-toolbar {
    justify-content: center;
  }

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

  .server {
    grid-template-columns: 52px 1fr;
    gap: .8rem .9rem;
  }

  .server .column-favicon {
    width: 52px;
  }

  .server .column-favicon .server-rank {
    width: 40px;
  }

  .server .column-favicon .server-favicon {
    width: 40px;
    height: 40px;
  }

  .server .column-status .server-name {
    font-size: 1.5rem;
  }

  .server .column-graph {
    height: 84px;
  }

  .footer {
    padding: 2.6rem 2rem;
  }
}

.uplot .select {
  background: var(--main-dark);
  opacity: .35;
}

@keyframes uk-text-shadow-glitch {
  0% {
    text-shadow: none;
  }

  25% {
    text-shadow: -2px -2px #eb055a, 2px 2px #4632f0;
  }

  50% {
    text-shadow: 2px -2px #eb055a, -2px 2px #4632f0;
  }

  75% {
    text-shadow: -2px 2px #eb055a, 2px -2px #4632f0;
  }

  100% {
    text-shadow: 2px 2px #eb055a, -2px -2px #4632f0;
  }
}

@keyframes uk-flicker {
  0% {
    opacity: 0;
  }

  10% {
    opacity: .6;
    transform: scale(.8);
  }

  20% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  50% {
    opacity: .2;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.animated {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  animation: .65s cubic-bezier(.25, .46, .45, .94) infinite both uk-text-shadow-glitch;
}

/*# sourceMappingURL=index.1db22d15.css.map */
