@font-face {
    font-family: pkmn;
    src: url(pkmn.ttf);
}
.chromatic {
	--chromatic-shadow: 2px 0px #6955ff50, -2px 0px rgba(255, 136, 136, 0.5), 3px 0px #533cff4b, -3px 0px #ff8d8d50;
}
.blur {
	--blur-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
}
.effect {
	text-shadow: var(--chromatic-shadow), var(--blur-shadow);
}


html {
    display: block;
    width: 100%;
    height: 100%;
}

body {
    background-color: #1b1b1b;
    font-family: pkmn;
    margin: 0;
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.box {
    display: flex; flex-direction: column; margin: auto; color: white;border: solid gray 1px;background-color: #0000006c;
    width: 900px;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
    background-image: url("/imagems/bg/darkernoise-alpha.png");
}

#location {
    font-size: 2rem;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

#country {
    font-size: 1.4rem;
}

#time {
    display: inline-flex;
}

#quote {
  letter-spacing: 0.4em;
  font-weight: bold;
  padding: 12px;
}

.status {
    display: flex;
    background-color: #00000065;
    border-bottom: solid 1px gray;
    border-top: solid 1px gray;
}

.status-icon {
    display: inline-flex;align-items: center;padding-left: 8px;padding-right: 8px;border-right: solid 1px gray;
}

.status-main {
    font-size: 0.8rem;
    width: 30%;
    border-left: solid 1px gray;
    border-top: none !important;
    border-bottom: none !important;
}

.status-upper {
    justify-content: space-between; border-top: none;
}

.status-item {
    padding: 8px; display: inline-flex; align-items: center; height:fit-content; font-size: 1rem; gap: 8px
}

.upper {
    display: flex; flex-direction: column;
}

.main {
    height: 450px; display: flex;
}

#main-icon {
    width: 200px;
}

.filter {
    image-rendering:pixelated;
    filter: drop-shadow(0px 0px 4px #00000041) drop-shadow(2px 0px 0px #96aa0050) drop-shadow(-2px 0px 0px #00777750) drop-shadow(3px 0px 0px #acc3004b) drop-shadow(-3px 0px 0px #00727250) invert(1);
}

.status-extension {
    display: flex;
    flex-direction: column;
    margin-top: -10px;
    width: 100%;
  }
  
  .row {
    display: inline-flex;
  }
  
  .tube {
    padding: 4px;
    border-left: solid 2px gray;
    border-bottom: solid 2px gray;
    padding-right: 8px;
    margin-left: 15px;
    margin-right: 11px;
  }
  
  .row:first-child .tube {
    margin-top: 2px;
  }
  
  .row:last-child .tube {
    margin-top: 0px;
  }
  
  .info {
    font-size: 0.8em;
    margin-bottom: -5px;
    display: flex;
    align-items: center;
    width: -moz-available; /* You might want to change this to width: 100% or flex: 1 */
    flex-grow: 1;
  }
  
  .row:first-child .info {
    margin-top: 8px;
  }
  
  .row:last-child .info {
    margin-top: 12px;
  }
  
  .line {
    padding-bottom: 3px;
    border-bottom: 2px solid gray;
    flex-grow: 1;
    margin-left: 6px;
    margin-right: 8px;
  }
  
  .label {
    font-size: 0.8em;
    opacity: 0.6;
  }
  
  .unit {
    font-size: 0.8em;
  }
  