*{box-sizing:border-box}html{width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}body{width:100vw;height:100vh;margin:0;padding:0;border:0 none;overflow:hidden;background-color:black;font-family:'Apple Color Emoji',Arial,sans-serif;-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-text-size-adjust:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:fixed;top:0;left:0}body:focus,body:active,a:focus,a:active{outline:0}a{color:green;text-decoration:none}#gElement{width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden;display:flex;flex-direction:column}#gElement.loading{display:flex;justify-content:center;align-items:center;background-color:#f5f5f5}#gElement.loading p{font-size:2vmin;color:#666}canvas{display:block;position:absolute;top:0;left:0;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;height:100%}.error{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;flex-direction:column;background:#fee}.error h2{color:#c00;margin:0 0 1vmin 0;font-size:2.4vmin}.error p{color:#c00;margin:0;font-size:1.6vmin}.project-header{padding:1.5vmin;background:#f5f5f5;border-bottom:1px solid #ddd;flex-shrink:0}.project-header h1{margin:0 0 .75vmin 0;font-size:2.4vmin}.project-header .version{margin:.4vmin 0;color:#666;font-size:1.4vmin}.project-header .description{margin:.4vmin 0;color:#888;font-size:1.4vmin}.progress-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;background:#f5f5f5;padding:2vmin;gap:1.5vmin}.progress-bar-wrapper{width:90vw;max-width:50vmin;aspect-ratio:5 / 1}.progress-bar{width:100%;height:100%;background:#e0e0e0;border-radius:1.5vmin;overflow:hidden}.progress-fill{height:100%;width:0;background:linear-gradient(90deg,#667eea 0,#764ba2 100%);transition:width .3s ease;border-radius:1.5vmin}.progress-text{text-align:center;font-size:1.6vmin;color:#666}