/* 
 * READABLE PRODUCTION STYLESHEET
 * Shared website styles
 *
 * This cache-hashed file is generated for the server upload.
 * Make lasting edits in the matching readable CSS file under app/,
 * then rebuild the static export. Do not rename this generated file.
  */

/*  SECTION: Styles  */

.SystemPage_page__0FxeF {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background: #000;
}

.SystemPage_content__wAINX {
  display: grid;
  justify-items: center;
}

.SystemPage_message__mUQi6 {
  display: flex;
  align-items: center;
  animation: SystemPage_message-in__akE7e .7s var(--ease-out) both;
}

.SystemPage_message__mUQi6 h1 {
  margin: 0 1.25rem 0 0;
  padding: 0 1.4rem 0 0;
  border-right: 1px solid rgba(255,255,255,.28);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3.05rem;
}

.SystemPage_message__mUQi6 p {
  margin: 0;
  color: rgba(238,240,242,.82);
  font-size: .875rem;
  line-height: 1.5;
}

.SystemPage_homeLink__yca2T {
  position: relative;
  display: inline-block;
  margin-top: 2rem;
  color: rgba(238,240,242,.48);
  font-size: .68rem;
  letter-spacing: .04em;
  transition: color .3s ease;
  animation: SystemPage_home-link-in__iIEnk .65s var(--ease-out) .32s both;
}

.SystemPage_homeLink__yca2T:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -.28rem;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .45s var(--ease-out);
}

.SystemPage_homeLink__yca2T:focus-visible:after,.SystemPage_homeLink__yca2T:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

.SystemPage_homeLink__yca2T:focus-visible,.SystemPage_homeLink__yca2T:hover {
  color: rgba(238,240,242,.86);
}

@keyframes SystemPage_message-in__akE7e {
  0% {
    opacity: 0;
    transform: translateY(.3rem);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes SystemPage_home-link-in__iIEnk {
  0% {
    opacity: 0;
    transform: translateY(.2rem);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion:reduce) {
  .SystemPage_homeLink__yca2T,.SystemPage_homeLink__yca2T:after,.SystemPage_message__mUQi6 {
    animation: none;
    transition: none;
  }
}
