@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: var(--black);
  background: linear-gradient(180deg, rgb(77, 16, 87) 8%, rgb(59, 10, 59) 12%, rgb(37, 6, 38) 21%, rgb(0, 0, 0) 28%);
}
@media only screen and (max-width: 580px) {
  body {
    background: linear-gradient(180deg, rgb(77, 16, 87) 4%, rgb(59, 10, 59) 6%, rgb(37, 6, 38) 16%, rgb(0, 0, 0) 28%);
  }
}

@font-face {
  src: url(/src/fonts/RobotoMono-Regular.ttf) format("trueType");
  font-family: "Roboto Mono";
  font-style: 400;
}
@font-face {
  src: url(/src/fonts/RobotoMono-Medium.ttf) format("trueType");
  font-family: "Roboto Mono";
  font-style: 500;
}
h1, h2, h3 {
  font-family: "Roboto Mono";
  color: var(--white);
}

p {
  font-family: "Roboto Mono";
  color: var(--white);
}

span {
  font-family: "Roboto Mono";
  color: var(--white);
}

a {
  font-family: "Roboto Mono";
}

:root {
  /* */
  --purple: #9539FF;
  --yellow: #FFDB38;
  --white: #FFFFFF;
  --black: #000000;
  --dark-purple: #1F112E;
  --card-grey: #2a2a2a;
  --card-grey-hover: #212020;
  --card-stroke-grey: #414141;
  --card-label: #373737;
  --footer-grey: #a1a1a1;
}

.navigation-wrapper {
  max-width: 100%;
}

.navigation {
  display: flex;
  flex-direction: row;
  padding: 16px 40px 0 40px;
  max-width: 1440px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 580px) {
  .navigation {
    padding: 16px 16px 0 16px;
  }
}

.logo {
  color: var(--white);
  margin: -4px 0 0 0;
  z-index: 2;
}

.logo a {
  font-size: 1.5rem;
  font-weight: 450;
  color: white;
  font-family: "Roboto Mono";
  text-decoration: none;
}
@media only screen and (max-width: 580px) {
  .logo a {
    font-size: 1.25rem;
  }
}

.logo-color {
  color: var(--purple);
  display: inline-block;
}

.social-donate-wrapper {
  display: flex;
  flex-direction: row;
  gap: 56px;
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 580px) {
  .social-donate-wrapper {
    gap: 16px;
  }
}

.socials {
  color: var(--white);
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media only screen and (max-width: 580px) {
  .socials {
    gap: 8px;
  }
}

.socials svg {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 580px) {
  .socials svg {
    width: 16px;
    height: 16px;
  }
}

.socials a:hover {
  color: red;
}
.socials a:hover svg path {
  fill: var(--yellow);
}

.btn {
  display: flex;
  vertical-align: middle;
  gap: 6px;
  background-color: var(--yellow);
  padding: 8px 12px 8px 12px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: var(--black);
  text-decoration: none;
  font-family: "Roboto Mono";
  font-weight: 400;
}
@media only screen and (max-width: 580px) {
  .btn {
    padding: 6px 10px 7px 8px;
    font-size: 0.9rem;
  }
}

.donate-button svg {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 580px) {
  .donate-button svg {
    width: 16px;
    height: 16px;
  }
}

.donate-button a:hover {
  color: var(--white);
}
.donate-button a:hover svg path {
  fill: var(--white);
}

.btn:hover {
  background-color: var(--purple);
  color: var(--white);
}

.btn a {
  display: inline-block;
  color: var(--white);
  margin: 0 0 -4px 0;
}

.header-wrapper {
  max-width: 100%;
  height: 300px;
  padding: 0px 0 16px 0;
}
@media only screen and (max-width: 580px) {
  .header-wrapper {
    height: 220px;
  }
}

#galaxy, .stars {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
}

.stars {
  background-image: radial-gradient(1px 1px at 20px 30px, #fdf, rgba(0, 0, 0, 0)), radial-gradient(1px 1px at 40px 70px, #f3f, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 50px 160px, #ddd, rgba(0, 0, 0, 0)), radial-gradient(1px 1px at 90px 40px, #fff, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 130px 80px, #ff3, rgba(0, 0, 0, 0)), radial-gradient(1px 1px at 160px 120px, #ddd, rgba(0, 0, 0, 0));
  background-repeat: repeat;
  background-size: 200px 200px;
  animation: zoom 6s infinite;
  opacity: 0;
}

.stars:nth-child(1) {
  background-position: 50% 50%;
  animation-delay: 0s;
}

.stars:nth-child(2) {
  background-position: 20% 60%;
  animation-delay: 1s;
}

.stars:nth-child(3) {
  background-position: -20% -30%;
  animation-delay: 2s;
}

.stars:nth-child(4) {
  background-position: 40% -80%;
  animation-delay: 3s;
}

.stars:nth-child(5) {
  background-position: -20% 30%;
  animation-delay: 4s;
}

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0.5);
    animation-timing-function: ease-in;
  }
  85% {
    opacity: 1;
    transform: scale(2.8);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(3.5);
  }
}
.header-content {
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 64px 40px 0 40px;
}
@media only screen and (max-width: 580px) {
  .header-content {
    padding: 32px 16px 0 16px;
  }
}
.header-content h1 {
  font-size: 4.5rem;
  text-shadow: #90b 1px 0 10px;
  font-weight: 800;
  z-index: 2;
}
@media only screen and (max-width: 580px) {
  .header-content h1 {
    font-size: 2.25rem;
  }
}
.header-content p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  opacity: 0.7;
  margin: 32px 0 0 0;
}
@media only screen and (max-width: 580px) {
  .header-content p {
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 1.6;
  }
}

.cards-wrapper {
  max-width: 100%;
  padding: 0px 0 56px 0;
}
@media only screen and (max-width: 580px) {
  .cards-wrapper {
    padding: 0px 0 40px 0;
  }
}

.cards-container {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 40px;
  padding: 0 40px 0 40px;
}
@media only screen and (max-width: 880px) {
  .cards-container {
    column-count: 1;
    grid-template-columns: repeat(1, 1fr);
    padding: 0 24px 0 24px;
  }
}
@media only screen and (max-width: 580px) {
  .cards-container {
    padding: 0 16px 0 16px;
    gap: 32px;
    margin: -16px 0 0 0;
  }
}

.cards-column {
  display: grid;
  gap: 32px;
}
@media only screen and (max-width: 580px) {
  .cards-column {
    gap: 24px;
  }
}

@media only screen and (max-width: 580px) {
  .cards-column + .cards-column {
    margin: -10px 0 0 0;
  }
}

.cards-row-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1180px) {
  .cards-row-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
@media only screen and (max-width: 580px) {
  .cards-row-2 {
    gap: 24px;
  }
}

.card-wrapper {
  display: flex;
  flex-direction: column;
  display: inline-block;
  width: 100%;
}

.card-header {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin: 0 0 12px 0;
  align-items: center;
}
@media only screen and (max-width: 580px) {
  .card-header {
    gap: 8px;
    margin: 0 0 8px 0;
  }
}

.card-header h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  opacity: 1;
}
@media only screen and (max-width: 580px) {
  .card-header h2 {
    font-size: 15px;
    line-height: 1.4;
  }
}

.card-header a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.card-header a:hover {
  color: var(--yellow);
}

.card-header img {
  width: 20px;
  height: 20px;
  opacity: 0.9;
}
@media only screen and (max-width: 580px) {
  .card-header img {
    width: 16px;
    height: 16px;
  }
}

.card {
  background-color: var(--card-grey);
  padding: 16px 16px 20px 20px;
  border-top: 1px solid var(--card-stroke-grey);
  border-radius: 12px;
  max-width: 100%;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .card {
    padding: 12px 12px 16px 16px;
  }
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.card:hover::after, .card:hover::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: conic-gradient(from var(--angle), #ffdf44, #ff8900, #c339ff, #d569f5, #ffdf45);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  padding: 3px;
  border-radius: 16px;
  animation: 3s spin linear infinite;
  opacity: 0.5;
  border-top: unset;
}
@media only screen and (max-width: 580px) {
  .card:hover::after, .card:hover::before {
    background-image: none;
  }
}

.card::before {
  filter: blur(1.5rem);
  opacity: 0.5;
}

@keyframes spin {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 360deg;
  }
}
.card-content p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}
@media only screen and (max-width: 580px) {
  .card-content p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.card-content a {
  display: inline-block;
  color: var(--yellow);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  margin: 8px 0 0 0;
}
@media only screen and (max-width: 580px) {
  .card-content a {
    font-size: 14px;
    margin: 6px 0 0 0;
  }
}
.card-content a:hover {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.card-content p + p {
  margin: 24px 0 0 0;
}
.card-content a + p {
  margin: 24px 0 0 0;
}
.card-content a + a {
  display: block;
}
.card-content ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  font-family: "Roboto Mono";
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  gap: 12px;
}
@media only screen and (max-width: 580px) {
  .card-content ul {
    font-size: 13px;
    line-height: 1.5;
    gap: 8px;
  }
}
.card-content li::before {
  content: "▪";
  color: var(--purple);
  display: inline-block;
  padding: 0 12px 0 0;
  font-size: 20px;
}
@media only screen and (max-width: 580px) {
  .card-content li::before {
    font-size: 16px;
    margin: 0 0 0 -4px;
  }
}

.card-labels {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin: 16px 0 0 0;
  flex-wrap: wrap;
}

.card-label {
  display: flex;
  padding: 8px 12px 8px 12px;
  background-color: var(--card-label);
  border-radius: 8px;
  gap: 4px;
}
.card-label a {
  font-size: 14px;
  font-weight: 400;
  color: var(--yellow);
  text-decoration: none;
}
@media only screen and (max-width: 580px) {
  .card-label a {
    font-size: 13px;
  }
}
.card-label a:hover {
  text-decoration: underline;
}
.card-label img {
  width: 16px;
  height: 16px;
}

.card-library img {
  width: 24px;
  height: 100%;
  align-items: center;
}
@media only screen and (max-width: 580px) {
  .card-library img {
    width: 20px;
  }
}
.card-library ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  list-style: none;
  font-family: "Roboto Mono";
  font-size: 14px;
  font-weight: 400;
  gap: 16px;
}
@media only screen and (max-width: 580px) {
  .card-library ul {
    font-size: 13px;
  }
}
.card-library li {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.card-library a {
  color: var(--yellow);
  text-decoration: none;
}
.card-library a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.card-brands {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 580px) {
  .card-brands {
    gap: 16px;
  }
}
.card-brands img {
  max-height: 48px;
  max-width: 100%;
}
@media only screen and (max-width: 580px) {
  .card-brands img {
    max-height: 32px;
    max-width: 100%;
  }
}

.card-reveal {
  display: none;
}
@media only screen and (max-width: 580px) {
  .card-reveal {
    display: unset;
  }
}

@media only screen and (max-width: 580px) {
  .card-hide {
    display: hide;
  }
}
footer {
  max-width: 1440px;
  padding: 0px 40px 16px 40px;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 580px) {
  footer {
    padding: 0px 16px 16px 16px;
    gap: 24px;
  }
}
footer .footer-logo {
  color: var(--white);
  margin: 0 auto;
  z-index: 2;
}
footer .footer-logo a {
  font-size: 24px;
  font-weight: 450;
  color: white;
  text-decoration: none;
}
@media only screen and (max-width: 580px) {
  footer .footer-logo a {
    font-size: 1.25rem;
  }
}
footer .footer-logo a:hover {
  text-decoration: none;
}
footer .footer-logo-color {
  color: var(--purple);
  display: inline-block;
}
footer span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  color: var(--footer-grey);
  z-index: 2;
}
@media only screen and (max-width: 580px) {
  footer span {
    font-size: 12px;
  }
}
footer a {
  color: var(--yellow);
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  margin: 8px 0 0 0;
  z-index: 2;
}
footer a:hover {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  z-index: 2;
}
