/* fakecss:/opt/buildhome/repo/src/ui/Header.esbuild-svelte-fake-css */
header.svelte-1ymiacg.svelte-1ymiacg {
  display: flex;
  position: absolute;
  margin-left: 50%;
  z-index: 10;
}
header.svelte-1ymiacg h1.svelte-1ymiacg {
  cursor: pointer;
  display: flex;
  justify-content: center;
  z-index: 10;
  margin: 0;
  background: linear-gradient(#ff0000, hsl(235, 98%, 50%));
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 2vh;
  text-decoration: underline;
  font-weight: bold;
  text-transform: uppercase;
  font-family: monospace;
  text-shadow: 1vw 0 solid black;
  position: absolute;
  transform: translateX(-50%);
  overflow: auto;
  margin-top: 1vh;
}
header.svelte-1ymiacg h1 b.svelte-1ymiacg {
  font-size: 5vh;
  margin-top: -1.5vh;
}

/* fakecss:/opt/buildhome/repo/src/ui/Game.esbuild-svelte-fake-css */
section.svelte-1jlhe5t {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}

/* fakecss:/opt/buildhome/repo/src/ui/Buffers.esbuild-svelte-fake-css */
.board.svelte-9jnrqs {
  display: flex;
  flex-direction: row;
}
@media (max-aspect-ratio: 1/1) {
  .board.svelte-9jnrqs {
    flex-direction: column;
  }
}
.grid.svelte-9jnrqs {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.item.svelte-9jnrqs {
  display: inline-block;
  border: 1rem solid black;
}
.item.svelte-9jnrqs:hover {
  border: 1rem solid gray;
}

/* fakecss:/opt/buildhome/repo/src/ui/Main.esbuild-svelte-fake-css */
main.svelte-1sqqq7o {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
