@charset "UTF-8";@property --hole{syntax:'<length>';inherits:false;initial-value:0vmax}@property --feather{syntax:'<length>';inherits:false;initial-value:48px}#page-transition-overlay{position:fixed;inset:0;pointer-events:none;z-index:2147483647;--overlay:#fdfdfd;--hole:0vmax;--feather:64px;background:var(--overlay);-webkit-mask:radial-gradient(circle at 50% 50%,transparent calc(var(--hole) - var(--feather)),
    #FDFDFD        var(--hole)
  );mask:radial-gradient(circle at 50% 50%,transparent calc(var(--hole) - var(--feather)),
    #FDFDFD        var(--hole)
  );opacity:1}html.is-entering #page-transition-overlay{animation:circle-open 2.5s ease both}@keyframes circle-open{from{--hole:0vmax}to{--hole:120vmax}}html:not(.is-entering) #page-transition-overlay{opacity:0}