*{box-sizing:border-box;margin:0;padding:0}html,body{touch-action:none;background:#d8d0c4;width:100%;height:100%;overflow:hidden}body.has-mouse{cursor:default}body.has-mouse #screen-area{cursor:none}#cursor{pointer-events:none;z-index:999;background:#1a1410;width:2px;height:22px;transition:transform 40ms,opacity .12s;display:none;position:fixed;transform:translate(-50%,-50%)}#cursor:after{content:"";background:#1a1410;width:22px;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}body.has-mouse #cursor{display:block}#cursor.clicked{opacity:0;transform:translate(-50%,-50%)scale(2)rotate(45deg)}#screen-area{z-index:1;background:#0a0a08;width:81.7vw;height:79.2vh;position:fixed;top:11.6vh;left:8.9vw;overflow:hidden}#screen-area canvas{animation:1s ease-out .7s both canvasFadeIn;position:absolute;top:0;left:0}@keyframes canvasFadeIn{0%{opacity:0}to{opacity:1}}#glass-overlay{z-index:99;pointer-events:none;object-fit:fill;mix-blend-mode:screen;opacity:1;width:100%;height:100%;position:fixed;inset:0}#crt-overlay{z-index:100;pointer-events:none;object-fit:fill;width:100%;height:100%;position:fixed;inset:0}#crt-boot{z-index:10;pointer-events:none;position:absolute;inset:0}.crt-boot-top,.crt-boot-bottom{background:#0a0a08;width:100%;height:50%;position:absolute;left:0}.crt-boot-top{transform-origin:top;animation:.4s cubic-bezier(.22,.61,.36,1) .8s forwards bootPanel;top:0}.crt-boot-bottom{transform-origin:bottom;animation:.4s cubic-bezier(.22,.61,.36,1) .8s forwards bootPanel;bottom:0}@keyframes bootPanel{0%{transform:scaleY(1)}55%{transform:scaleY(.012)}to{transform:scaleY(0)}}
