html[data-kino-entry]{background:#090d0f}
html[data-kino-entry] body{overflow:hidden!important}
html[data-kino-entry] body>:not(#kino-entry){pointer-events:none!important}
html[data-kino-entry]:not([data-kino-entry="revealing"]) body>:not(#kino-entry){visibility:hidden!important}
#kino-entry{position:fixed;inset:0;z-index:2147483640;display:grid;place-items:center;background:#090d0f;color:#eafaff;font-family:Arial,sans-serif;overflow:hidden;clip-path:inset(0);transition:clip-path .9s cubic-bezier(.65,0,.2,1);will-change:clip-path}
#kino-entry>object{display:block;width:100%;height:100svh;border:0;pointer-events:none;background:#090d0f;color-scheme:dark;transition:opacity .14s ease}
#kino-entry.entry-revealing{clip-path:inset(50% 0 50% 0)}
@media(prefers-reduced-motion:reduce){#kino-entry{transition:none}}
