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

* {
  margin: 0;
  padding: 0;
}

:root {
  --color-dark-gray: #94a3b8;
  --color-gold: #fbbf24;
  --color-blue: #3b82f6;
  --color-blue-dark: #2563eb;
  --color-blue-light: #60a5fa;
  --bg-primary: #0f172a;
  --bg-secondary: #1e293b;
  --text-primary: #f1f5f9;
  --text-secondary: #cbd5e1;
  --border-radius: 8px;
}

body {
  color: #f1f5f9;
  min-width: 800px;
  background: #0f172a;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

html, body {
  height: 100%;
}

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

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

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

strong {
  font-weight: 700;
}

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

header {
  padding: 20px;
  overflow: auto;
}

header .column-left {
  float: left;
}

header .column-right {
  float: right;
}

header .logo-image {
  --fixed-logo-image-size: 36px;
  width: var(--fixed-logo-image-size);
  height: var(--fixed-logo-image-size);
  margin-right: 5px;
  display: inline-block;
}

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

header .logo-status {
  color: var(--text-secondary);
  font-size: 21px;
}

header .header-button {
  color: var(--text-primary);
  width: 95px;
  height: 95px;
  text-align: center;
  margin-left: -5px;
  font-size: 14px;
  line-height: 20px;
}

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

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

header .header-button-single:hover {
  background: var(--color-blue-dark);
}

footer {
  background: var(--bg-secondary);
  color: var(--text-secondary);
  border-top-right-radius: var(--border-radius);
  border-top-left-radius: var(--border-radius);
  text-align: center;
  width: 90%;
  margin: 15px auto 0;
  padding: 10px 0;
  display: none;
}

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

footer a:hover {
  color: #fff;
}

#status-overlay {
  background: var(--bg-secondary);
  color: var(--text-primary);
  border-radius: var(--border-radius);
  text-align: center;
  height: 150px;
  width: 350px;
  margin-top: -95px;
  margin-left: -175px;
  padding: 20px 0;
  position: fixed;
  top: 50%;
  left: 50%;
}

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

#tooltip {
  border-radius: var(--border-radius);
  background: var(--bg-secondary);
  color: var(--text-primary);
  z-index: 10000;
  padding: 5px 8px;
  display: none;
  position: absolute;
}

#server-list {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  overflow: auto;
}

.mini {
  color: var(--color-dark-gray);
  font-size: 8px;
}

.server {
  width: 800px;
  margin: 0 5px;
  padding: 5px 10px;
  display: inline-block;
}

.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: var(--border-radius);
  margin-top: 5px;
}

.server .column-favicon .server-rank {
  width: 64px;
  text-align: center;
  display: block;
}

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

.server .column-status .server-name {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

.server-highlighted-value {
  color: var(--color-blue-light);
  font-size: 18px;
  font-weight: 700;
}

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

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

#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-primary);
}

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

#big-graph-controls-drawer {
  background: var(--bg-secondary);
  color: var(--text-primary);
  border-radius: var(--border-radius);
  padding-bottom: 10px;
  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: var(--border-radius);
  padding: 5px 10px;
  font-size: 16px;
}

.button:hover {
  background: var(--color-blue-dark);
}

#perc-bar {
  height: 4px;
  background: var(--bg-secondary);
  position: relative;
  overflow: hidden;
}

#perc-bar .perc-bar-part {
  height: 100%;
  background: var(--color-blue);
  border-radius: 0 4px 4px 0;
  display: inline-block;
  position: absolute;
}

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

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

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

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

#history-modal {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

#history-modal-backdrop {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: #000000b8;
  position: absolute;
  inset: 0;
}

#history-modal-content {
  z-index: 1;
  width: min(860px, 96vw);
  max-height: 90vh;
  background: #1a1a2e;
  border: 1px solid #2d2d4e;
  border-radius: 12px;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 24px 64px #0009;
}

#history-modal-header {
  border-bottom: 1px solid #2d2d4e;
  align-items: center;
  gap: 14px;
  padding: 18px 20px 14px;
  display: flex;
}

#history-modal-icon {
  width: 52px;
  height: 52px;
  image-rendering: pixelated;
  object-fit: contain;
  background: #111;
  border-radius: 6px;
  flex-shrink: 0;
}

#history-modal-title-block {
  min-width: 0;
  flex: 1;
}

#history-modal-title-block h2 {
  color: #e0e0ff;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 2px;
  font-size: 1.25rem;
  overflow: hidden;
}

#history-modal-server-ip {
  color: #888;
  font-size: .8rem;
}

#history-modal-close {
  color: #888;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 6px;
  flex-shrink: 0;
  padding: 4px 8px;
  font-size: 1.3rem;
  transition: color .15s, background .15s;
}

#history-modal-close:hover {
  color: #fff;
  background: #ffffff14;
}

#history-modal-nav {
  border-bottom: 1px solid #2d2d4e;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  display: flex;
}

#history-modal-nav button {
  color: #ccc;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: #ffffff0f;
  border: 1px solid #2d2d4e;
  border-radius: 6px;
  flex-shrink: 0;
  font-size: 1rem;
  transition: background .15s, color .15s;
}

#history-modal-nav button:hover:not(:disabled) {
  color: #81a6e9;
  background: #81a6e92e;
  border-color: #81a6e9;
}

#history-modal-nav button:disabled {
  opacity: .3;
  cursor: not-allowed;
}

#history-date-display {
  text-align: center;
  flex: 1;
}

#history-date-label {
  color: #d0d0f0;
  font-size: 1rem;
  font-weight: 600;
}

#history-modal-body {
  flex-direction: column;
  gap: 16px;
  padding: 16px 20px;
  display: flex;
}

#history-chart-wrap {
  width: 100%;
  min-height: 180px;
}

.history-no-data {
  text-align: center;
  color: #666;
  padding: 40px 0;
  font-size: .95rem;
}

#history-stats {
  flex-wrap: wrap;
  gap: 16px;
  display: flex;
}

.history-stat {
  min-width: 120px;
  background: #ffffff0a;
  border: 1px solid #2d2d4e;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  gap: 4px;
  padding: 12px 16px;
  display: flex;
}

.history-stat-label {
  color: #888;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .75rem;
}

.history-stat-value {
  color: #81a6e9;
  font-size: 1.4rem;
  font-weight: 700;
}

#history-modal-footer {
  text-align: right;
  border-top: 1px solid #2d2d4e;
  padding: 10px 20px;
}

#history-range-info {
  color: #555;
  font-size: .75rem;
}

.server-favicon {
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  #history-modal-content {
    max-height: 85vh;
    width: 100%;
    border-radius: 8px 8px 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  #history-modal {
    align-items: flex-end;
  }

  .history-stat-value {
    font-size: 1.1rem;
  }
}

#history-date-display {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: flex;
}

#history-scale-buttons {
  gap: 4px;
  display: flex;
}

.history-scale-btn {
  color: #888;
  cursor: pointer;
  background: #ffffff0d;
  border: 1px solid #2d2d4e;
  border-radius: 5px;
  padding: 3px 10px;
  font-size: .75rem;
  transition: background .15s, color .15s, border-color .15s;
}

.history-scale-btn:hover {
  color: #aac4f0;
  background: #81a6e91f;
}

.history-scale-btn.active {
  color: #81a6e9;
  background: #81a6e938;
  border-color: #81a6e9;
  font-weight: 700;
}

#history-date-label {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

#history-date-label:hover {
  color: #aac4f0;
}

/*# sourceMappingURL=index.74fc7975.css.map */
