/* PSTA Easter eggs: intentionally quiet until someone pokes them. */
.psta-compass-egg {
  width: 1.85rem;
  height: 1.85rem;
  margin-left: .35rem;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  opacity: .32;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}
.psta-compass-egg:hover,
.psta-compass-egg:focus-visible {
  opacity: .78;
}
.psta-compass-egg .psta-compass-north {
  position: absolute;
  top: .08rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: .46rem;
  font-weight: 700;
  line-height: 1;
}
.psta-compass-egg .psta-compass-needle {
  display: block;
  font-size: .82rem;
  line-height: 1;
  transform-origin: 50% 55%;
  transition: transform .62s cubic-bezier(.2,.8,.2,1);
}
.psta-egg-dialog {
  max-width: min(34rem, calc(100vw - 2rem));
  border: 0;
  border-radius: .75rem;
  padding: 0;
  box-shadow: 0 1rem 4rem rgba(0,0,0,.28);
}
.psta-egg-dialog::backdrop {
  background: rgba(0,0,0,.44);
}
.psta-egg-dialog-inner {
  padding: 1.4rem 1.5rem 1.5rem;
}
.psta-egg-dialog h2 {
  margin: 0 2.25rem .75rem 0;
  font-size: 1.28rem;
}
.psta-egg-dialog p {
  margin: .55rem 0;
}
.psta-egg-dialog .psta-egg-question {
  margin-top: 1rem;
  padding: .85rem 1rem;
  border-left: .22rem solid currentColor;
  background: rgba(127,127,127,.08);
}
.psta-egg-dialog .psta-egg-actions {
  margin-top: 1rem;
  display: flex;
  gap: .65rem;
  flex-wrap: wrap;
  align-items: center;
}
.psta-egg-dialog button,
.psta-egg-dialog a,
.psta-edge-404 a,
.psta-edge-404 button {
  font: inherit;
}
.psta-egg-close {
  position: absolute;
  top: .6rem;
  right: .7rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}
.psta-edge-404 {
  min-height: 72vh;
  display: grid;
  place-items: center;
  padding: 3rem 1.25rem;
}
.psta-edge-404-card {
  width: min(42rem, 100%);
}
.psta-edge-404-logo {
  width: min(19rem, 78vw);
  height: auto;
  display: block;
  margin-bottom: 2.5rem;
}
.psta-edge-404 h1 {
  font-size: clamp(2rem, 7vw, 4.4rem);
  line-height: .98;
  margin: 0 0 1rem;
}
.psta-edge-404 p {
  max-width: 36rem;
}
.psta-edge-404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.6rem;
}
.psta-edge-404-actions a,
.psta-edge-404-actions button {
  display: inline-block;
  padding: .72rem 1rem;
  border: 1px solid currentColor;
  border-radius: .35rem;
  background: transparent;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
  .psta-compass-egg,
  .psta-compass-egg .psta-compass-needle {
    transition: none;
  }
}
