@media (width<=768px),(height<=599px){.content{z-index:10;flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}#scene,#testScene{-webkit-user-select:none;user-select:none;width:10%;height:10%;position:fixed}#threejs-container{-webkit-user-select:none;user-select:none;width:5%;height:5%;position:fixed}}@media (width>=769px) and (height>=600px){.circle{mix-blend-mode:difference;pointer-events:none;z-index:0;background:radial-gradient(circle,#fff 25%,#0000 70%);border-radius:50%;width:400px;height:400px;position:fixed;top:-200px;left:-200px}.content{display:none}#scene,#testScene{-webkit-user-select:none;user-select:none;z-index:5;width:100%;height:100%;position:fixed}#threejs-container{z-index:1000;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}}
