@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";
:root {
  --color-flood: #0d0e18;
  --color-text-over-flood: white;
  --color-border-over-flood: hsl(from var(--color-text-over-flood) h s calc(l / 1.125));
  --color-accent: #ff3573;
  --color-text-over-accent: var(--color-flood);
  --basis: 3rem;
  --basis-padding: min(calc(var(--basis) * .5), 5vw);
  --basis-column-min-width: calc(60ch + (2 * var(--basis-padding)));
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Noto Sans, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  overflow-x: hidden;
}

.🧃-glitchbar {
  width: 100%;
  height: calc(var(--basis) / 2);
  z-index: 20;
  background-blend-mode: color-dodge;
  background: linear-gradient(#ffffff03), url("gli.ab2bba50.gif") 0 / cover, url("gli.987014c3.jpg") center / cover;
  display: block;
  position: relative;

  &:before {
    content: "";
    background: var(--color-border-over-flood);
    mix-blend-mode: color-dodge;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.🧃-glitchbox {
  background-blend-mode: normal, color-dodge;
  color: #000;
  font-smooth: never;
  background: linear-gradient(#ffffff03), url("gli.ab2bba50.gif") 0 / cover, url("gli.987014c3.jpg") center / cover;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  gap: 1px;
  padding: 1px 0;
  display: flex;

  & .🧃-glitchbox-flex {
    flex: 1 1 0;
  }

  & > * {
    mix-blend-mode: color-dodge;
    padding: calc(var(--basis-padding) * .5) var(--basis-padding);
    backface-visibility: hidden;
    text-shadow: 0 .5px;
    background: #fff;
    align-items: center;
    display: flex;
  }
}

.🧃-text-width {
  min-width: var(--basis-column-min-width);
}

:root {
  color: var(--color-text-over-flood);
  --color-border: var(--color-border-over-flood);
  --color-text: #000;
  background-color: #000;
  margin: 0 3vmax;
}

* {
  font-weight: inherit;
  color: inherit;
  backface-visibility: hidden;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

.wrapper {
  max-width: 30em;
  margin: 15vmax auto;
  font-family: Manrope, sans-serif;
  font-size: max(1rem, 3vmin);
  line-height: 1.2;
}

.intro {
  & * + * {
    margin-top: 7.5vmax;
  }

  & h1 {
    letter-spacing: -1%;
    font-size: 3em;
    font-weight: 900;
    display: inline;
  }
}

a {
  text-decoration: underline wavy;
  text-decoration-color: hsl(from currentcolor h s l / 50%);
}

small, footer {
  color: hsl(from currentcolor h s l / 50%);
  font-size: .5em;
  font-weight: 400;
  display: block;
}

.section.section--links {
  margin-top: 3.75vmax;
  font-size: 1rem;

  & ul {
    grid-template-columns: repeat(auto-fit, minmax(12em, 1fr));
    gap: 1rem;
    display: grid;
  }
}

.section--links a {
  color: #000;
  background: var(--bg, #c3ff00);
  border-radius: .1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 1rem;
  text-decoration: none;
  transition: transform .2s ease-out, rotate .2s ease-out;
  display: flex;

  @media (orientation: landscape) {
    aspect-ratio: 1;
  }

  & strong {
    font-size: 2em;
    font-weight: 800;
  }

  &:hover {
    transform: scale(1.1);
    rotate: var(--rota, 1deg);
    background: #fff;
  }
}

.section--links ul > :nth-child(2) {
  --bg: #ff00ae;
  --rota: 2deg;
}

.section--links ul > :nth-child(3) {
  --bg: #006aff;
  --rota: -1deg;
}

.section--links ul > :nth-child(4) {
  --bg: #00ff40;
  --rota: 3deg;
}

.section--links ul > :nth-child(5) {
  --bg: #0ef;
  --rota: -2deg;
}

.section--links ul > :nth-child(6) {
  --bg: #ff3700;
  --rota: 1.5deg;
}

.section--links ul > :nth-child(7) {
  --bg: #37ff00;
  --rota: -.5deg;
}

.section--links ul > :nth-child(8) {
  --bg: #ff00a6;
  --rota: 1.25deg;
}
/*# sourceMappingURL=watermelon-pizza.f81ff851.css.map */
