.loading-screen{position:fixed;inset:0;z-index:50;display:grid;place-items:center;background:#0b0e11;opacity:1;transition:opacity .18s ease}.loading-screen--exiting{opacity:0;pointer-events:none}.loading-screen__logo{width:4.5rem;height:auto;max-height:4.5rem;object-fit:contain}