/* Available before JavaScript, so refresh never exposes unstyled content. */
html, body { margin: 0; overflow: hidden; background: #243b34; }
html[data-room-loading] .desktop-shortcut { display: none; }
.portfolio-arrow { width: 13px; height: 13px; }
#boot-screen[hidden] { display: none; }
#boot-screen {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  padding: 28px;
  background: #243b34;
  color: #eee4cf;
  font: 13px/1.5 "Love Sans", Arial, sans-serif;
}
.entry-content { width: min(100%, 260px); }
.entry-content h1 {
  margin: 0 0 32px;
  color: #eee4cf;
  font: 400 20px/1.4 "Love Sans", Arial, sans-serif;
  text-align: center;
}
.entry-progress-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #bdc5b8;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.entry-progress { height: 2px; overflow: hidden; background: #eee4cf25; }
.entry-progress > span {
  display: block;
  height: 100%;
  background: #d2c19e;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.entry-skip {
  display: block;
  width: fit-content;
  margin: 26px auto 0;
  color: #bdc5b8;
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #bdc5b855;
}
.entry-skip:hover { color: #eee4cf; }
.entry-skip:focus-visible { outline: 2px solid #d2c19e; outline-offset: 6px; }
@media(prefers-reduced-motion: reduce) { .entry-progress > span { transition: none; } }
