
  /* ---- time skip: the screen goes out, time passes, the world is different ---- */
  #tskip{position:fixed;inset:0;z-index:600;background:#000;display:grid;place-items:center;
    opacity:0;pointer-events:none;transition:opacity .9s ease}
  #tskip.on{opacity:1;pointer-events:auto}
  body.reduce-motion #tskip{transition:opacity .2s linear}
  .ts-in{text-align:center;opacity:0;transition:opacity .7s ease .35s}
  #tskip.show .ts-in{opacity:1}
  body.reduce-motion .ts-in{transition:none;opacity:1}
  .ts-label{font-family:var(--mono);font-size:clamp(20px,4.6vw,34px);letter-spacing:.42em;
    color:#e6eefc;text-indent:.42em}
  .ts-sub{font-family:var(--mono);font-size:12px;letter-spacing:.2em;color:#5b6a80;
    margin-top:14px;text-indent:.2em}