/* First visit: the archive itself is the ad landing screen. */
#intro{z-index:100;background:radial-gradient(circle at 50% 45%,#ffffffbf 0%,#ffffff99 36%,#ffffffec 100%);backdrop-filter:blur(2px);gap:0;pointer-events:none}
#intro.hidden{opacity:0;visibility:hidden;pointer-events:none}
.arrival-sequence{text-align:center;display:grid;justify-items:center;gap:14px}.arrival-sequence .seal{animation:appear .6s both}.arrival-rule{width:min(42vw,190px);height:1px;background:var(--line);overflow:hidden}.arrival-rule span{display:block;width:35%;height:100%;background:var(--red);animation:scan 1.35s linear infinite}.arrival-status{font-size:11px;letter-spacing:.24em;color:var(--paper)}
body.arrival-loading .artifact{opacity:0!important;filter:blur(8px)!important;transform:translateX(-50%) translateY(18px) scale(.92)!important}
body.relics-ready .artifact{animation:relicMaterialize .85s cubic-bezier(.2,.75,.2,1) both}body.relics-ready .artifact:nth-child(2){animation-delay:.06s}body.relics-ready .artifact:nth-child(3){animation-delay:.12s}
@keyframes scan{from{transform:translateX(-120%)}to{transform:translateX(340%)}}
@keyframes relicMaterialize{from{opacity:0;filter:blur(10px);translate:0 18px}to{filter:blur(0);translate:0 0}}
