@import url("https://fonts.googleapis.com/css2?family=Neuton:ital,wght@0,300;0,400;1,400&display=swap");
:root {
  --bg: rgb(27, 27, 27);
  --text: #fff;
  --font-mono: monospace;
  --font-serif: "Neuton", serif;
  --z-top: 30;
  --z-clickable: 40;
}

iframe {
  border: 0;
}

body {
  background-color: var(--bg);
  font-family: var(--font-mono);
  margin: 0;
  padding: 0;
  min-height: 100vh;
  min-width: 100vw;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  cursor: crosshair;
  font-size: 0.85rem;
}

main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: var(--z-main);
  pointer-events: none;
  mix-blend-mode: lighten;
}

:root {
  --star-bg: var(--bg);
  --star-ring: #fff;
  --star-ringOverlay: #30303094;
  --z-universe: 20;
  --z-main: 30;
}

body {
  color: #fff;
}

span[text] {
  position: absolute;
  padding: 0.5rem;
  border-radius: 8px;
  white-space: pre;
}

[text=wish] {
  font-size: 2rem;
}

img[wish] {
  mix-blend-mode: lighten !important;
  box-shadow: inset 0 0 40px var(--bg), inset 0 0 40px var(--bg), inset 0 0 40px var(--bg), inset 0 0 100px var(--bg);
}

[scene] {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

[scene] {
  display: none;
}

[scene="1"] {
  display: flex;
}

a {
  color: #fff;
}

a, a *, [onclick], details {
  pointer-events: auto;
  cursor: pointer !important;
  z-index: var(--z-clickable);
  text-shadow: 0 1px 6px #fff, 0 1px 6px #fff;
}

img, video, details, span {
  position: absolute;
}

span {
  white-space: pre;
}

details summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-left: 1.2em;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
  line-height: 1;
  color: inherit;
}

details[open] summary::before {
  content: "*";
}

.top {
  position: fixed;
  z-index: var(--z-top);
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}

.darken {
  mix-blend-mode: darken;
}

[color=gray] {
  background: rgb(143, 143, 143);
  color: #000;
}

[color=dark] {
  background: black;
  color: #fff;
}

#universe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/a/stars-1.gif);
  mix-blend-mode: lighten;
}

.ring {
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  border: 0.5px solid var(--star-ringOverlay);
  box-shadow: 0 0 30px var(--star-ringOverlay), inset 0 0 30px var(--star-ringOverlay), 0 0 50px var(--star-ringOverlay), inset 0 0 50px var(--star-ringOverlay);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.ring:hover {
  transform: scale(1.05);
}

.-one {
  width: 20vw;
  height: 20vw;
  z-index: 26;
}

.-two {
  width: 40vw;
  height: 40vw;
  z-index: 25;
}

.-three {
  width: 60vw;
  height: 60vw;
  z-index: 24;
}

.-four {
  width: 80vw;
  height: 80vw;
  z-index: 23;
}

.-five {
  width: 100vw;
  height: 100vw;
  z-index: 22;
}

/*# sourceMappingURL=universe.css.map */
