.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 {
  border: 2px solid #0000;
  width: 1em;
  height: 1em;
  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 {
  border-right: 1px dashed #607d8b;
  height: 100%;
}

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

.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.7a3c51fd.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 {
  --color-dark-gray: #a3a3a3;
  --color-gold: gold;
  --color-dark-purple: #6c5ce7;
  --color-light-purple: #a29bfe;
  --color-dark-blue: #0984e3;
  --color-light-blue: #74b9ff;
  --theme-color-dark: #2d2a2e;
  --theme-color-light: #ebebeb;
  --border-radius: 12px;
  --color-purple: var(--color-light-purple);
  --color-blue: var(--color-light-blue);
  --color-blue-inverted: var(--color-dark-blue);
  --background-color: var(--theme-color-light);
  --card-color: #ffffff0f;
  --card-border: #ffffff14;
  --text-decoration-color: var(--theme-color-dark);
  --text-color: #000;
  --text-color-inverted: #fff;
}

body {
  color: #e8e6ea;
  background: #1a191c;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-purple: var(--color-dark-purple);
    --color-blue: var(--color-dark-blue);
    --color-blue-inverted: var(--color-light-blue);
    --background-color: var(--theme-color-dark);
    --card-color: #ffffff0a;
    --card-border: #ffffff0f;
    --text-decoration-color: var(--theme-color-light);
    --text-color: #e8e6ea;
    --text-color-inverted: #1a191c;
  }

  body {
    color: #e8e6ea;
    background: #1a191c;
  }
}

body {
  min-width: 800px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

html, body {
  height: 100%;
}

a {
  color: var(--color-blue-inverted);
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--color-light-purple);
  cursor: pointer;
}

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

strong {
  font-weight: 700;
}

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

header {
  padding: 24px 32px;
  overflow: auto;
}

header .column-left {
  float: left;
}

header .column-right {
  float: right;
}

header .logo-image {
  --fixed-logo-image-size: 40px;
  width: var(--fixed-logo-image-size);
  height: var(--fixed-logo-image-size);
  vertical-align: middle;
  margin-right: 8px;
  display: inline-block;
}

header .logo-text {
  margin: -6px 0;
  font-size: 48px;
  display: inline-block;
}

header .logo-status {
  color: var(--color-dark-gray);
  margin-top: 2px;
  font-size: 20px;
}

header .header-button {
  color: #fff;
  text-align: center;
  width: 88px;
  height: 88px;
  margin-left: -5px;
  font-size: 13px;
  line-height: 20px;
  transition: all .2s;
}

header .header-button > span:first-of-type {
  margin-top: 12px;
  font-size: 22px;
  display: block;
}

header .header-button-single {
  cursor: pointer;
  border-radius: var(--border-radius);
  display: none;
}

header .header-button-single:hover {
  filter: brightness(1.15);
  transform: translateY(-1px);
}

footer {
  background: var(--background-color);
  color: var(--text-color);
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  text-align: center;
  width: 90%;
  margin: 24px auto 0;
  padding: 14px 0;
  font-size: 14px;
  display: none;
}

footer a {
  color: var(--color-blue-inverted);
}

footer a:hover {
  color: var(--color-light-purple);
}

#status-overlay {
  background: var(--background-color);
  color: var(--text-color);
  border-radius: var(--border-radius);
  text-align: center;
  width: 360px;
  height: 160px;
  margin-top: -100px;
  margin-left: -180px;
  padding: 28px 0;
  position: fixed;
  top: 50%;
  left: 50%;
  box-shadow: 0 8px 32px #0006;
}

#status-overlay .logo-image {
  --fixed-logo-image-size: 72px;
  width: var(--fixed-logo-image-size);
  height: var(--fixed-logo-image-size);
}

#tooltip {
  color: #e8e6ea;
  z-index: 10000;
  background: #2d2a2e;
  border: 1px solid #ffffff14;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  display: none;
  position: absolute;
  box-shadow: 0 4px 20px #0006;
}

#server-list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 8px 0;
  display: flex;
  overflow: auto;
}

.server {
  background: var(--card-color);
  border: 1px solid var(--card-border);
  border-radius: var(--border-radius);
  width: 800px;
  margin: 0;
  padding: 12px 16px;
  transition: background .2s, border-color .2s;
  display: inline-block;
}

.server:hover {
  background: #ffffff14;
  border-color: #ffffff1f;
}

.server .column {
  float: left;
}

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

.server .column-favicon .server-favicon {
  --fixed-server-favicon-size: 64px;
  width: var(--fixed-server-favicon-size);
  height: var(--fixed-server-favicon-size);
  border-radius: 8px;
  margin-top: 5px;
}

.server .column-favicon .server-rank {
  text-align: center;
  width: 64px;
  color: var(--color-dark-gray);
  margin-top: 2px;
  font-size: 13px;
  display: block;
}

.server .column-status {
  width: 282px;
}

.server .column-status .server-name {
  font-size: 17px;
  display: inline-block;
}

.server .column-status .server-error {
  color: #e74c3c;
  display: none;
}

.server .column-status .server-label {
  color: var(--color-dark-gray);
  font-size: 15px;
  display: none;
}

.server .column-status .server-value {
  color: var(--color-dark-gray);
  font-size: 15px;
}

.server .column-graph {
  width: 400px;
  height: 100px;
}

.server-ping-timer {
  color: #666;
  font-variant-numeric: tabular-nums;
  margin-top: 2px;
  font-size: 12px;
  display: block;
}

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

.server-is-favorite:hover {
  transform: scale(1.2);
}

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

.server-is-not-favorite {
  cursor: pointer;
  color: #ffffff26;
  transition: color .15s, transform .15s;
}

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

.server-highlighted-label {
  font-size: 17px;
}

.server-highlighted-value {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

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

#sort-by {
  background: var(--color-purple);
}

#settings-toggle {
  background: var(--color-blue);
}

#graph-time-controls {
  text-align: center;
  width: 90%;
  margin: 8px auto;
  display: none;
}

.graph-time-label {
  color: var(--color-dark-gray);
  margin-right: 8px;
  font-size: 13px;
}

.graph-time-btn {
  color: var(--color-dark-gray);
  background: var(--card-color);
  border: 1px solid var(--card-border);
  cursor: pointer;
  border-radius: 6px;
  margin: 0 3px;
  padding: 4px 14px;
  font-size: 13px;
  font-weight: 700;
  transition: all .15s;
  display: inline-block;
}

.graph-time-btn:hover {
  color: #fff;
  background: #ffffff1a;
  border-color: #ffffff26;
}

.graph-time-btn-active {
  color: #fff;
  background: var(--color-purple);
  border-color: var(--color-purple);
}

.graph-time-btn-active:hover {
  background: var(--color-purple);
  border-color: var(--color-purple);
  filter: brightness(1.15);
}

#crash-stats {
  text-align: center;
  color: var(--color-dark-gray);
  margin: 4px auto;
  font-size: 12px;
}

.crash-stat-sep:before {
  content: "·";
  margin: 0 10px;
}

#crash-stat-crash .crash-stat-time {
  color: #e74c3c;
  font-weight: 700;
}

#crash-stat-kick .crash-stat-time {
  color: #e67e22;
  font-weight: 700;
}

#big-graph {
  padding-right: 65px;
}

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

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

#big-graph {
  margin: 0 auto;
}

#big-graph-controls {
  margin: 10px auto;
  display: none;
}

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

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

#big-graph-controls-drawer {
  background: var(--background-color);
  color: var(--text-color);
  border-radius: var(--border-radius);
  padding-bottom: 14px;
  display: none;
  overflow: auto;
}

#big-graph-controls-drawer .graph-controls-setall {
  text-align: center;
  margin: 15px 0;
  display: block;
}

#big-graph-checkboxes {
  margin: 15px auto 0;
}

.button {
  background: var(--color-blue);
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 14px;
  transition: all .2s;
}

.button:hover {
  background: var(--text-color);
  color: var(--text-color-inverted);
  transform: translateY(-1px);
}

#perc-bar {
  opacity: .85;
  border-radius: 0;
  height: 6px;
  position: relative;
  overflow-x: hidden;
}

#perc-bar .perc-bar-part {
  height: 100%;
  transition: width .5s, left .5s;
  display: inline-block;
  position: absolute;
}

@media only screen and (width <= 1050px) {
  header {
    padding: 0 !important;
  }

  .header-possible-row-break {
    text-align: center;
    width: 100%;
    padding-top: 20px;
  }

  .header-possible-row-break:last-of-type {
    margin-bottom: 20px;
  }
}

.uplot .select {
  background: var(--color-blue);
  opacity: .3;
}

#network-totals {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 12px 24px;
  display: flex;
}

.network-total {
  background: var(--card-color);
  border: 1px solid var(--card-border);
  color: #e8e6ea;
  border-radius: var(--border-radius);
  text-align: center;
  min-width: 160px;
  padding: 12px 28px;
  font-size: 16px;
  transition: border-color .2s;
}

.network-total:hover {
  border-color: #ffffff26;
}

.network-total .network-name {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--color-dark-gray);
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
}

.network-total .network-count {
  font-size: 28px;
  font-weight: 700;
}

.network-total .network-label {
  color: var(--color-dark-gray);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 11px;
}

.network-total .network-peak {
  color: var(--color-dark-gray);
  border-top: 1px solid #ffffff0f;
  margin-top: 4px;
  padding-top: 4px;
  font-size: 12px;
}

#minehut-leaderboard {
  background: var(--card-color);
  border: 1px solid var(--card-border);
  border-radius: var(--border-radius);
  width: 800px;
  margin: 24px auto;
  padding: 16px 24px;
}

.minehut-header {
  text-align: center;
  margin-bottom: 12px;
}

.minehut-title {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--color-dark-gray);
  font-size: 14px;
  font-weight: 700;
}

.minehut-servers {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.minehut-server {
  background: #ffffff08;
  border-radius: 8px;
  align-items: center;
  padding: 8px 12px;
  transition: background .15s;
  display: flex;
}

.minehut-server:hover {
  background: #ffffff12;
}

.minehut-rank {
  color: var(--color-dark-gray);
  flex-shrink: 0;
  width: 36px;
  font-size: 14px;
  font-weight: 700;
}

.minehut-name {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
}

.minehut-players {
  color: var(--color-dark-gray);
  flex-shrink: 0;
  font-size: 14px;
}

.minehut-timer {
  color: #666;
  font-variant-numeric: tabular-nums;
  margin-left: 10px;
  font-size: 12px;
}

.minehut-server-timer {
  color: #666;
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
  margin-left: 10px;
  font-size: 12px;
}
/*# sourceMappingURL=html.b23940f9.css.map */
