:root{--atmo-color:rgba(0, 0, 0, 1);--atmo-logo:none;--atmo-logo-size:120px;--atmo-logo-opacity:0.85;--atmo-in-ms:780ms;--atmo-out-ms:760ms;--atmo-ease:cubic-bezier(0.2, 0.8, 0.2, 1)}html.atmo-cover::before,html.atmo-cover::after{content:"";position:fixed;inset:0;pointer-events:none}html.atmo-cover::before{z-index:2147483646;background:var(--atmo-color),#367432;opacity:0;width:100vw;height:100vh;clip-path:polygon(50% 50%,50% 50%,50% 50%)}html.atmo-cover::after{z-index:2147483647;background-image:var(--atmo-logo);background-repeat:no-repeat;background-position:center;background-size:var(--atmo-logo-size);opacity:0;transition:opacity 180ms ease}html.atmo-cover.atmo-cover--in::before{animation:atmo-clock 200ms linear forwards}html.atmo-cover.atmo-cover--hold::before{opacity:1}html.atmo-cover.atmo-cover--in::after,html.atmo-cover.atmo-cover--hold::after{opacity:var(--atmo-logo-opacity)}html.atmo-cover.atmo-cover--out::before{opacity:1;animation:atmo-clock 200ms linear backwards}html.atmo-cover.atmo-cover--out::after{opacity:0}@keyframes atmo-clock{0%{clip-path:polygon(50% 50%,50% 0%,50% 0%)}12.5%{clip-path:polygon(50% 50%,50% 0%,100% 0%)}25%{clip-path:polygon(50% 50%,50% 0%,100% 50%)}37.5%{clip-path:polygon(50% 50%,50% 0%,100% 100%)}50%{clip-path:polygon(50% 50%,50% 0%,50% 100%)}62.5%{clip-path:polygon(50% 50%,50% 0%,0% 100%)}75%{clip-path:polygon(50% 50%,50% 0%,0% 50%)}87.5%{clip-path:polygon(50% 50%,50% 0%,0% 0%)}100%{clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%)}}