:root{font-family:Inter,system-ui,sans-serif;color:#eef4ff;background:#07111f}*{box-sizing:border-box}body{margin:0;min-height:100vh}#player{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}header,footer{min-height:54px;padding:10px 18px;display:flex;align-items:center;justify-content:space-between;background:#0d1b2d;border-color:#203552;border-style:solid;border-width:0 0 1px}footer{border-width:1px 0 0;color:#a8bdd8;font-size:13px}button{margin-left:8px;padding:8px 13px;border:1px solid #34547d;border-radius:8px;background:#17304f;color:#fff;cursor:pointer}main{display:grid;place-items:center;overflow:hidden;padding:20px}.runtime-stage{position:relative;overflow:hidden;width:min(100%,1200px);max-height:calc(100vh - 150px);box-shadow:0 16px 60px #0008;transform-origin:center}.runtime-object{position:absolute;transform-origin:center;overflow:hidden;display:flex;align-items:center;justify-content:center;user-select:none}.runtime-object img,.runtime-motion{width:100%;height:100%;display:block;object-fit:contain}.runtime-tracking{position:fixed;width:1px;height:1px;opacity:0;pointer-events:none}.runtime-status{width:100%;text-align:center}@media(max-width:600px){header{padding:8px;font-size:13px}button{padding:7px 9px}main{padding:6px}}.runtime-object.plugin-orb{display:grid;place-items:center;border-radius:50%;color:#fff;font-weight:800;letter-spacing:.12em;background:radial-gradient(circle at 35% 30%,#fff,transparent 12%),radial-gradient(circle,#a78bfa,#4c1d95);box-shadow:0 0 var(--orb-glow) currentColor}.runtime-missing-plugin{display:grid;place-items:center;color:#ffb4c3;background:#371824!important;font-size:11px}:root{--runtime-accent: #4f8cff}button:hover{border-color:var(--runtime-accent)}body.runtime-fullscreen #player{grid-template-rows:1fr}body.runtime-fullscreen header,body.runtime-fullscreen footer{display:none}body.runtime-fullscreen main{padding:0}.runtime-fullscreen .runtime-stage{width:100%;height:100vh;max-height:none;box-shadow:none}.pwa-install{position:fixed;right:max(16px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom));z-index:20;padding:10px 16px;border:1px solid color-mix(in srgb,var(--runtime-accent) 70%,white);border-radius:999px;background:var(--runtime-accent);color:#fff;font:600 14px/1 system-ui,sans-serif;box-shadow:0 8px 24px #0006;cursor:pointer}.pwa-install[hidden]{display:none}.pwa-offline-ready{position:fixed;left:50%;bottom:max(16px,env(safe-area-inset-bottom));z-index:19;translate:-50% 0;padding:8px 12px;border-radius:8px;background:#102033e8;color:#eaf2ff;font:500 13px/1.3 system-ui,sans-serif;box-shadow:0 8px 24px #0005}
