/* GODLESS intro: the brand film starts by itself over the loading game and covers the whole stage (HUD included). No controls. */
#intro{position:absolute;inset:0;z-index:40;background:#050404;overflow:hidden}
#intro[hidden]{display:none}
#intro video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#050404}
#intro.leaving{transition:opacity .38s ease;opacity:0;pointer-events:none}
@media(prefers-reduced-motion:reduce){#intro.leaving{transition:none}}
