* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1em;
}
h1 > span {
  font-size: 1.4em;
}

h2 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 1em;
}
h2 > span {
  font-size: 1.4em;
}

h3 {
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #a871d8;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

b {
  font-weight: 600;
}

.clamp {
  position: relative;
  grid-row: span 2;
  width: 1em;
  margin-top: 0.7em;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%0D%0A%3Cpath%20fill%3D%22%23a100ff%22%20stroke-width%3D%220%22%20d%3D%22M1%2C12.42C1%2C6.12%2C7.27%2C1%2C14.98%2C1V0C6.72%2C0%2C0%2C5.57%2C0%2C12.42v2.58h1v-2.58Z%22%2F%3E%0D%0A%3C%2Fsvg%3E"), url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%0D%0A%3Cpath%20fill%3D%22%23a100ff%22%20stroke-width%3D%220%22%20d%3D%22M1%2C2.58c0%2C6.3%2C6.27%2C11.42%2C13.98%2C11.42v1C6.72%2C15%2C0%2C9.43%2C0%2C2.58V0h1v2.58Z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, left bottom;
  background-size: 1em 1em;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.1));
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.1));
}
.clamp::after {
  content: "";
  position: absolute;
  inset: 1em 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%0D%0A%3Crect%20fill%3D%22%23a100ff%22%20stroke-width%3D%220%22%20width%3D%221%22%20height%3D%2215%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 1em;
}

body {
  background: linear-gradient(135deg, rgb(72, 7, 112) 14%, rgb(60, 12, 90) 37%, rgb(47, 19, 65) 70%, rgb(43, 22, 56) 90%);
  background-repeat: no-repeat;
  background-size: 100vw max(100%, 100vh);
  font-family: Graphik, Arial;
  padding: 1em;
}

body > * {
  width: 100%;
  max-width: 100em;
  margin: 0 auto;
}

body > :first-child {
  color: #fff;
  background: black;
  box-shadow: 0 -100vmax 0 100vmax black;
}

body > :is(nav, header) {
  container: bq-nav/inline-size;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1em 4.5em;
  padding: 0.8em 3.5em 1.3em;
  font-family: Graphik;
}
body > :is(nav, header) > * {
  font-size: clamp(0.8em, 1.35cqi, 1.1em);
}
body > :is(nav, header) > :first-child {
  font-weight: 600;
}
body > :is(nav, header) div {
  display: flex;
  align-items: center;
  gap: 1em;
}
body > :is(nav, header) a {
  color: white;
  text-decoration: none;
}
body > :is(nav, header) a span {
  padding: 0.3em 0;
  border-top: 0.15em solid transparent;
  border-bottom: 0.15em solid transparent;
}
body > :is(nav, header) a.self span {
  border-bottom-color: #8300e0;
}
body > :is(nav, header) img {
  height: 1.7em;
}

body > section {
  container-type: inline-size;
  display: grid;
  justify-content: start;
  align-items: start;
  grid-template-columns: auto 1fr;
  gap: 1.5em 2.5em;
  padding: 2em;
  color: white;
}
body > section > nav {
  display: grid;
  justify-content: start;
  grid-template-columns: auto auto;
}
body > section > nav h1 {
  margin-bottom: 1em;
  padding-left: 1em;
  color: #a871d8;
}
body > section > nav ul {
  display: flex;
  flex-direction: column;
  list-style: none;
}
body > section > nav li {
  display: flex;
  flex-flow: row;
  width: 16em;
  height: 5em;
  gap: 0.8em;
  margin-bottom: 1em;
  padding: 1em;
  color: #fff;
  border: 0.1em solid #8300e0;
  border-radius: 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
body > section > nav li img {
  width: 100%;
  max-width: 2em;
}
body > section > nav li span {
  margin: auto 0;
  line-height: 1.2em;
}
body > section > nav li.active {
  background: linear-gradient(135deg, rgb(161, 0, 255) 0%, rgb(121, 0, 193) 25%, rgb(89, 0, 143) 50%, rgb(70, 0, 115) 75%);
  background-repeat: no-repeat;
  border-color: transparent;
}
body > section > nav li:hover {
  border-color: white;
}
body > section > section {
  grid-column: 2;
}
body > section > section:not(.active) {
  display: none !important;
}
@container (max-width: 75em) {
  body > section > nav ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 1em;
  }
  body > section > nav li img {
    width: 1.8em;
  }
  body > section > section {
    grid-column: 1;
    font-size: 0.95em;
  }
}

body > video {
  position: fixed;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
  width: 100%;
  max-width: unset;
  height: 100%;
  z-index: -1;
}

section#landing-page {
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  padding: 6em 6em 1em;
  color: white;
}
section#landing-page h1 {
  margin-bottom: 6em;
}
section#landing-page h1 span {
  font-weight: 700;
  font-size: 3em;
}
section#landing-page > div {
  flex: 1 0 25em;
  max-width: min(100%, 52em);
  font-size: 1em;
  line-height: 1.2em;
}
section#landing-page > div p {
  margin: 1em 0;
}
section#landing-page > div > p:first-child {
  margin-bottom: 2em;
}
section#landing-page > div > p:last-child {
  margin: 2em 0 0;
}
section#landing-page > div p a {
  font-weight: 600;
}
section#landing-page > div ul {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 0.5em 1em;
  list-style: none;
}
section#landing-page > div li {
  display: contents;
}
section#landing-page > div li > a {
  font-size: 1.1em;
  font-weight: 400;
  outline: none;
}
section#landing-page > div li > a div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
  padding: 0.8em;
  width: 11em;
  border: 0.1em solid #7900C1;
  border-radius: 1em;
}
section#landing-page > div li > a div img {
  width: 2.5em;
  height: 2.5em;
}
section#landing-page > div li > a:is(:hover, :focus-visible) div {
  background: linear-gradient(135deg, rgb(161, 0, 255) 0%, rgb(121, 0, 193) 30%, rgb(89, 0, 143) 60%, rgb(70, 0, 115) 90%);
}
section#landing-page > div li > a:is(:hover, :focus-visible) div img {
  filter: brightness(0) invert(1);
}
@media (max-width: 48em) {
  section#landing-page > div ul {
    grid-template-columns: 1fr;
  }
}

dialog[open] {
  align-items: center;
  width: min(80vw, 40em);
  margin: auto;
  padding: calc(0.8em + 0.9cqw) calc(1.1em + 0.9cqw);
  border-radius: 0.5em;
  border: 0.1em solid white;
  font-size: clamp(1em, 5vw, 2rem);
  font-weight: 400;
  line-height: 1.2em;
  white-space: normal;
  color: white;
  background: linear-gradient(135deg, rgb(72, 7, 112) 14%, rgb(60, 12, 90) 37%, rgb(47, 19, 65) 70%, rgb(43, 22, 56) 90%);
}
dialog[open] .info {
  height: max(1em, 1rem);
  vertical-align: bottom;
  stroke: none;
  cursor: pointer;
}
dialog[open] .info circle {
  fill: #582f84;
}
dialog[open] .info path {
  transform: scaleY(-1) translateY(-95%);
  fill: #ff1d25;
}
dialog[open]::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
dialog[open] .info {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  font-size: 2em;
  transform: translate(-10%, -2%);
  opacity: 0.5;
}
dialog[open] h1 {
  font-size: 1.1em;
  margin-bottom: 0.6em;
}
dialog[open] button {
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  width: 1em;
  height: 1em;
  font-size: calc(1.3em + 0.5cqw);
  line-height: 1em;
  color: #a871d8;
  background: transparent;
  border: none;
  border-radius: 0.2em;
  outline: 0;
  cursor: pointer;
}
dialog[open] button:focus-visible {
  color: white;
  outline: 1px solid rgba(255, 255, 255, 0.3);
}
dialog[open] p {
  padding: 0 0.5em;
}/*# sourceMappingURL=index.css.map */