html[data-kino-entry]{background:#090d0f}
html[data-kino-entry] body{overflow:hidden!important}
html[data-kino-entry]:not([data-kino-entry="revealing"]) body>:not(#kino-entry){visibility:hidden!important;pointer-events:none!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}
#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-shutter{position:absolute;left:0;right:0;height:calc(50% + 1px);background:#030607;transform:scaleY(0);transition:transform .6s cubic-bezier(.65,0,.2,1);will-change:transform;pointer-events:none}
#kino-entry .entry-shutter-top{top:0;transform-origin:top}#kino-entry .entry-shutter-bottom{bottom:0;transform-origin:bottom}
#kino-entry.entry-closing .entry-shutter{transform:scaleY(1)}
#kino-entry.entry-revealing{opacity:0;transition:opacity .34s ease}
@media(prefers-reduced-motion:reduce){#kino-entry .entry-shutter{transition:none}#kino-entry.entry-revealing{transition:none}}
