@import 'https://unpkg.com/@acab/reset.css';

body {
  background: #222b49;
  color: #fff;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 300;
}

#ambient {
  position: fixed;
  left: calc(50vw - 640px / 2);
  top: calc(50vh - 640px / 2);
  width: 640px;
  height: 640px;
  filter: blur(110px);
  background-image: linear-gradient(#43548e,#8b8b8b);
  border-radius: 33.4% 60% 60% 33.4% / 33.4% 33.4% 60% 60%;
  z-index: -1;
}

.app {
  max-width: 1000px;
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
}

.callout {
  background: #fff;
  width: 100%;
  border-radius: 5px;
  margin: 0.5em;
  padding: 0.5em;
  color: #000;
  font-weight: 400;
}

.iframe {
  background: #fff;
}

hr {
    border-top: 1px solid rgba(255,255,255,.2666666667);
    margin: 3em;
    width: 80%;
}

table {
  width: 100%;
  background-color:rgba(160,160,160,.05);
  border-collapse: separate;
  border: 1px solid rgba(255,255,255,.2666666667);
  border-spacing: 0;
  border-radius: 5px;
  text-align: center;
  margin: 0.5em;
}

table thead th {
  padding: .5em .6em;
  border-bottom: 1px solid rgba(255,255,255,.2666666667);
}

table thead th + th {
  border-left: 1px solid rgba(255,255,255,.2666666667);
}

table tbody tr td {
  padding: .5em .9em;
}

table tbody tr td + td {
  border-left: 1px solid rgba(255,255,255,.2666666667);
}

table tbody tr + tr td {
  border-top: 1px solid rgba(255,255,255,.2666666667);
}

.network {
  width: 150px;
}

.display {
  width: 250px;
}

.ma {
  margin: auto;
}

.error {
  background: radial-gradient(rgba(255,255,255,.2666666667), transparent);
}

h1 {
  cursor: default;
  font-size: 4rem;
  font-weight: 100;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

a {
  color: inherit
}

footer {
  margin-top: 4em;
  margin-bottom: 2em;
}

.loading {
    border: 4px solid #fff;
    border-top: 4px solid rgba(0,0,0,0);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: auto;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.announcekit-widget {
  display: none;
}
