:root {
  /* Font scales */
  --fs-3xs: clamp(0.41rem, -0.06vi + 0.42rem, 0.38rem);
  --fs-2xs: clamp(0.51rem, -0.02vi + 0.52rem, 0.5rem);
  --fs-xs: clamp(0.64rem, 0.05vi + 0.63rem, 0.67rem);
  --fs-sm: clamp(0.8rem, 0.17vi + 0.76rem, 0.89rem);
  --fs-base: clamp(1rem, 0.34vi + 0.91rem, 1.19rem);
  --fs-md: clamp(1.25rem, 0.61vi + 1.1rem, 1.58rem);
  --fs-lg: clamp(1.56rem, 1vi + 1.31rem, 2.11rem);
  --fs-xl: clamp(1.95rem, 1.56vi + 1.56rem, 2.81rem);
  --fs-2xl: clamp(2.44rem, 2.38vi + 1.85rem, 3.75rem);
  --fs-3xl: clamp(3.05rem, 3.54vi + 2.17rem, 5rem);

  /* Space scales */
  --space-3xs: clamp(0.25rem, 0.2216rem + 0.1136vw, 0.3125rem);
  --space-2xs: clamp(0.5rem, 0.4432rem + 0.2273vw, 0.625rem);
  --space-xs: clamp(0.75rem, 0.6932rem + 0.2273vw, 0.875rem);
  --space-sm: clamp(1rem, 0.9148rem + 0.3409vw, 1.1875rem);
  --space-md: clamp(1.5rem, 1.358rem + 0.5682vw, 1.8125rem);
  --space-lg: clamp(2rem, 1.8295rem + 0.6818vw, 2.375rem);
  --space-xl: clamp(3rem, 2.7443rem + 1.0227vw, 3.5625rem);
  --space-2xl: clamp(4rem, 3.6591rem + 1.3636vw, 4.75rem);
  --space-3xl: clamp(6rem, 5.4886rem + 2.0455vw, 7.125rem);

  /* Border-radius */
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-4xl: 2rem;

  /* Containers */
  --container-3xs: 16rem;
  --container-2xs: 18rem;
  --container-xs: 20rem;
  --container-sm: 24rem;
  --container-md: 28rem;
  --container-lg: 32rem;
  --container-xl: 36rem;
  --container-2xl: 42rem;
  --container-3xl: 48rem;
  --container-4xl: 56rem;
  --container-5xl: 64rem;
  --container-6xl: 72rem;
  --container-7xl: 80rem;
  --container-8xl: 88rem;
  --container-9xl: 96rem;

  /* Letter-spacing */
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0em;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;

  /* Line-height */
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;

  /* Shadows */
  --box-shadow-2xs: 0 1px rgb(0 0 0 / 0.05);
  --box-shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --box-shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --box-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --box-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --box-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --box-shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);

  --text-shadow-2xs: 0px 1px 0px rgb(0 0 0 / 0.15);
  --text-shadow-xs: 0px 1px 1px rgb(0 0 0 / 0.2);
  --text-shadow-sm:
    0px 1px 0px rgb(0 0 0 / 0.075), 0px 1px 1px rgb(0 0 0 / 0.075), 0px 2px 2px rgb(0 0 0 / 0.075);
  --text-shadow-md:
    0px 1px 1px rgb(0 0 0 / 0.1), 0px 1px 2px rgb(0 0 0 / 0.1), 0px 2px 4px rgb(0 0 0 / 0.1);
  --text-shadow-lg:
    0px 1px 2px rgb(0 0 0 / 0.1), 0px 3px 2px rgb(0 0 0 / 0.1), 0px 4px 8px rgb(0 0 0 / 0.1);
}

/***********************************
 * 🪟
 ***********************************/

body {
  background: #3a6ea5;
  color: white;
  font-family: "Pixelated MS Sans Serif", sans-serif;
  font-size: 12px;
  margin: 12px;
  overflow: hidden;
}

#webamp {
  isolation: isolate;
}

main > section {
  inset: 0;
  position: absolute;
}

/***********************************
 * Desktop
 ***********************************/

.desktop {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  inset: 12px;
}

.desktop__item {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: inherit;
  display: inline-flex;
  flex-direction: column;
  font-family: inherit;
  text-decoration: none;
  -webkit-user-select: none;
          user-select: none;

  &:visited,
  &:active {
    color: inherit;
    text-decoration: none;
  }

  & > label {
    cursor: inherit;
    margin-top: 4px;
  }

  &:focus {
    border: 0;
    outline: 0;

    & label {
      outline: 1px dotted white;
      outline-offset: 2px;
    }
  }
}

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