@font-face {
  font-family: 'VT323';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/pxiKyp0ihIEF2isQFJXUdVNFKPY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'VT323';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/pxiKyp0ihIEF2isRFJXUdVNFKPY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'VT323';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/pxiKyp0ihIEF2isfFJXUdVNF.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Reuse the existing amber BIOS typography and CRT materials without restyling them. */
html.entry-boot-pending { overflow: hidden; }
html.entry-boot-pending body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9700;
  background: #030201;
}
html.entry-boot-pending main,
html.entry-boot-pending .site-footer,
html.entry-boot-pending .page-tv-overlay { visibility: hidden; }

/* The entrance owns its cursor, including its fade-out, on every route.
   Hide page-specific cursor layers above the BIOS (Contact's UFO included). */
html:is(.entry-boot-pending, :has(#entryBoot)) body > :is(.cursor, .cursor-crosshair, .ufo-cursor, .ct-beam-cone) {
  visibility: hidden !important;
}
@media (pointer: fine) {
  html:is(.entry-boot-pending, :has(#entryBoot)) body,
  html:is(.entry-boot-pending, :has(#entryBoot)) body * {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='16' fill='none' stroke='%23ff6b00' stroke-width='3'/%3E%3Cpath d='M20 14v12M14 20h12' fill='none' stroke='%23f5f1ed' stroke-width='2'/%3E%3C/svg%3E") 20 20, crosshair !important;
  }
}
.entry-boot {
  position: fixed;
  inset: 0;
  z-index: 9700;
  overflow: hidden;
  background: #030201;
  opacity: 1;
  transition: opacity 500ms ease;
}
.entry-boot.is-leaving { opacity: 0; pointer-events: none; }
.entry-boot-skip {
  position: absolute;
  z-index: 20;
  bottom: clamp(28px, 5vh, 48px);
  right: clamp(48px, 5vw, 80px);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  padding: 4px 0 4px 12px;
  border: 0;
  background: transparent;
  color: rgba(255, 208, 96, .7);
  font: 400 clamp(16px, 1.7vw, 20px)/1.2 'VT323', monospace;
  letter-spacing: .05em;
}
.entry-boot-skip:hover { color: #fff0cc; }
#entryBoot .entry-boot-skip:focus-visible { outline: 1px solid #ffb000; outline-offset: 3px; box-shadow: none; }
@media (max-width: 600px) {
  .entry-boot-skip { right: 24px; bottom: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .entry-boot { transition: none; }
  .entry-boot *, .entry-boot *::before, .entry-boot *::after { animation: none !important; }
}
