/* font: import ================================================ */

@font-face {
  font-family: 'Menlo';
  src: url('https://communalradio.club/font/Menlo-Regular_RadioClub.woff') format('woff');
  src: url('https://communalradio.club/font/Menlo-Regular_RadioClub.woff2') format('woff2');
}

::-webkit-scrollbar { /* width */
  width: 0;
}

html,
body {
  width: 100vw;
  height: 100vh;
  margin: 3px 0 0 3px;
  overflow: hidden;
  font-family: Menlo;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.027em;
/*   font-family: monospace; */
  color: red;
  cursor: text;
  background:black;
}

::selection {
  color: green;
  text-shadow: 0 0px 6px yellow;
  background: red;
}

form {
  display: flex;
  position: fixed;
  top: 3px;
  left: 3px;
  z-index: 10;
  border: none;
}

form label {
  width: 90px;
  flex-grow :1;
}

form input {
  width: 80px;
  padding: 0;
  border: none;
  outline: 0;
  background: transparent;
  font-family: inherit;
  color: red;
/*   border-bottom: 1px solid red; */
}

/* form input:focus {
  color: yellow;
  border-bottom: 1px solid yellow;
} */

form input::placeholder {
  color: red;
}

form:focus-within {
/*   border-color: blue; */
}

form button {
  padding-left: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: red;
  align-self: stretch;
}

form button:hover {
  color: yellow;
}

p {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 0;
}

#city {
  display: flex;
/*   align-items: flex-end; */
  align-items: flex-start;
  position: relative;
/*   position: fixed; */
/*   top: 0; */
  min-width: 100vw;
  height: 100svh;
  overflow: auto;
/*   mix-blend-mode: difference; */
}

.sky {
/*   position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(var(--height) * 0.15);
  background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1) 80%);
  z-index: 5 */
}

#city-block {
  padding-bottom: 20px;
/*   display: grid;
  grid-template-columns: 1ch;
  grid-auto-flow: column;
  grid-auto-columns: 1ch;
  align-items: flex-end;
  padding-right: 10ch; */
}

.block {
  display: block;
}

/* .block:nth-child(-n+36) {
  text-orientation: upright;
 }

.block:after {
  text-orientation: upright;
  content: "─░═ ┄ ─░";
}

.block:nth-child(11n + 20):after {
  content: "─░═ ┄ ─▓";
}

.block:nth-child(26n + 20):after {
  content: "─🏃═ ┄ ─▓"
}

.block:nth-child(34n + 20):after {
  content: "─░═🚗┄ ─▓"
}

.block:nth-child(15n + 20):after {
  content: "─░═ ┄◍─░";
} */