*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{color:#fff;cursor:none;-webkit-user-select:none;user-select:none;background:#000;width:100vw;height:100vh;font-family:DM Sans,system-ui,sans-serif;overflow:hidden}.media-layer{object-fit:cover;width:100vw;height:100vh;transition:opacity 1s ease-in-out;position:absolute;inset:0}.media-layer.active{opacity:1;z-index:2}.media-layer.hidden{opacity:0;z-index:1}.idle-screen{z-index:1;background:#000;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.idle-logo{opacity:.12;width:120px;height:120px;animation:4s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.08}50%{opacity:.18}}.loading-screen{z-index:10;background:#000;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:absolute;inset:0}.spinner{border:3px solid #1c1c52;border-top-color:#e87430;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:#5e6b80;letter-spacing:.05em;text-transform:uppercase;font-size:12px;font-weight:600}
