.screensaver-overlay{z-index:9999;background-color:var(--ff-color-background-section,#fff);cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-out screensaverFadeIn;display:flex;position:fixed;inset:0;overflow:hidden}.screensaver-overlay__content{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}@keyframes screensaverFadeIn{0%{opacity:0;transform:scale(.99)}to{opacity:1;transform:scale(1)}}
