.Loading{background:var(--bg-overlay);height:100vh;width:100%;position:fixed;top:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;z-index:2;perspective:1200px}.Loading--animation{width:48px;height:48px;border:5px solid;border-color:var(--primary-red) transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.Loading--phrase{color:var(--text-primary);font-family:var(--heading-font);font-size:2rem;margin:0;text-align:center;text-shadow:0px 1px 0px rgba(0,0,0,.9)}.Loading--cover{width:min(300px,80vw);height:min(300px,80vw);border-radius:8px;box-shadow:0 8px 24px #0000004d;object-fit:cover;will-change:transform,opacity;animation:coverFlipThrough 4s ease-out;position:relative;z-index:1;transform-origin:center center;transform-style:preserve-3d}.Loading--cover-static{width:min(300px,80vw);height:min(300px,80vw);border-radius:8px;box-shadow:0 8px 24px #0000004d;object-fit:cover;opacity:1;position:relative;z-index:1}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes coverFlipThrough{0%{opacity:0;transform:rotateX(45deg) scale(.8) translateY(50px)}20%{opacity:1;transform:rotateX(0) scale(1) translateY(0)}80%{opacity:1;transform:rotateX(0) scale(1) translateY(0)}to{opacity:0;transform:rotateX(-15deg) scale(.9) translateY(-20px)}}
