html[data-kino-entry]{background:#090d0f}
html[data-kino-entry] body{overflow:hidden!important}
html[data-kino-entry="loading"] 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}
/* Render vector paths at the final viewport size; never scale a bitmap layer. */
#kino-entry>object{display:block;width:100%;height:100svh;border:0;pointer-events:none}
#kino-entry .entry-status{position:absolute;bottom:max(24px,env(safe-area-inset-bottom));left:20px;right:20px;text-align:center;font-size:14px;line-height:1.6}

#kino-entry.entry-leaving{opacity:0;transition:opacity .48s cubic-bezier(.22,.61,.36,1)}
#kino-entry.entry-leaving>object{transform:scale(1.025);transition:transform .48s cubic-bezier(.22,.61,.36,1)}

#kino-entry>object{background:#090d0f;color-scheme:dark;transition:opacity .14s ease}
