/* Full-document journeys into and out of the legacy album. */
html,body{background:var(--color-night-black)}
.page-shell{opacity:1;transition:opacity .42s ease}
.page-loading .page-shell,.page-leaving .page-shell{opacity:0;pointer-events:none}
.page-loader{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;background:var(--color-night-black);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .42s ease,visibility 0s linear .42s}
.page-loading .page-loader,.page-leaving .page-loader{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .42s ease}
.loading-hourglass{position:relative;display:block;width:128px;height:128px} .loading-hourglass img,.loading-hourglass canvas{position:absolute;inset:0;width:100%;height:100%;object-fit:contain} .loading-hourglass img{z-index:1}
.loader-label{font:var(--type-note-left);font-size:14px;color:var(--color-warm-parchment);letter-spacing:.08em}
.page-leaving .loading-hourglass,.page-leaving .loader-label{opacity:0;animation:none}

@media(prefers-reduced-motion:reduce){.page-shell,.page-loader{transition:none}}
