/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import "https://fonts.googleapis.com/css2?family=Inter&family=Urbanist:wght@700&display=swap";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

section {
  opacity: 0;
}

.infobox, #msgLog, #platforms, #countries, #contents {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  color: white;
}
.infobox h2, #msgLog h2, #platforms h2, #countries h2, #contents h2 {
  color: #7747FF;
  font-size: 15px;
}
.infobox h3, #msgLog h3, #platforms h3, #countries h3, #contents h3 {
  margin-bottom: 20px;
  color: #642eff;
  font-size: 12px;
}

body {
  background-color: black;
  overflow: hidden;
}

#container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#maintenance {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translate(-50%, -55%);
  }
  50% {
    transform: translate(-50%, -45%);
  }
  100% {
    transform: translate(-50%, -55%);
  }
}
#logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
}
#logo img {
  height: 60px;
  transition: transform 0.5s;
}
#logo img:hover {
  transform: scale(1.2);
}

#countries, #contents {
  position: absolute;
  top: 0px;
  left: 40px;
  width: 150px;
  font-family: "Urbanist", sans-serif;
}
#countries h2, #contents h2, #countries h3, #contents h3 {
  font-family: "Urbanist", sans-serif;
}
#countries .entry, #contents .entry {
  padding: 3px;
  color: white;
  font-size: 12px;
  font-family: "Inter", sans-serif;
}
#countries .entry .bar, #contents .entry .bar {
  background-color: #7747FF;
  display: inline-block;
  padding: 2px;
}

#platforms {
  position: absolute;
  top: 250px;
  left: 40px;
  width: 150px;
  font-family: "Urbanist", sans-serif;
}
#platforms div {
  width: 150px;
}

#contents {
  top: 500px;
}
#contents .entry {
  padding: 10px 0;
  font-family: "Inter", sans-serif;
}
#contents .entry img {
  margin-right: 3px;
  position: relative;
  top: 4px;
}
#contents .entry .type {
  width: 50px;
  display: inline-block;
}
#contents .entry .data {
  color: white;
}

#speedPanel {
  color: #7747FF;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
#speedPanel p {
  padding: 4px 0;
  font-family: "Urbanist", sans-serif;
}
#speedPanel span {
  color: white;
  padding-left: 5px;
  font-family: "Inter", sans-serif;
}

#msgLog {
  font-size: 13px;
  position: absolute;
  right: 0;
  width: 225px;
  height: 100%;
  z-index: 3;
}
#msgLog h2 {
  line-height: 1.4rem;
  margin-bottom: 15px;
  font-family: "Urbanist", sans-serif;
}
#msgLog h2 span {
  display: block;
}
#msgLog .entry {
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
}
#msgLog .entry .type {
  color: #ddd;
  padding-left: 4px;
  font-size: 10px;
}
#msgLog .entry .city {
  color: white;
  padding-left: 6px;
}
#msgLog .entry .city.plugin {
  color: #08FFEF;
}
#msgLog .entry .city.bee-beepro {
  color: #F56BFF;
}

@media screen and (max-width: 910px) {
  #logo {
    top: 20px;
    left: 20px;
  }
  #logo img {
    height: 50px;
  }
  #speedPanel {
    font-size: 90%;
    text-align: right;
    bottom: auto;
    left: auto;
    top: 30px;
    right: 10px;
  }
  #countries, #contents {
    top: 30px;
  }
  #platforms {
    top: 260px;
  }
  #contents {
    top: 60px;
    right: 0;
    left: auto;
  }
  #msgLog {
    width: 100%;
    left: 0;
    top: 80%;
  }
  #msgLog h1 span {
    display: inline;
  }
}
