body{margin:0;font-family:monospace;background-color:#000;color:#fff;overflow:hidden}canvas{position:fixed;top:0;left:0;z-index:0}.dialogue-bar{position:fixed;bottom:0;width:100%;background-color:#000;padding:20px;z-index:2;box-sizing:border-box}.line{margin:10px 0;color:#fff}#loadingScreen{position:fixed;inset:0;background:#000;display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .6s ease}#loadingScreen.hidden{opacity:0;pointer-events:none}#loadingDialogue{max-width:70%;text-align:center;font-size:1.2rem;line-height:1.4}#loadingDialogue .line{margin:8px 0}#progressContainer{position:fixed;top:50%;left:50%;width:60%;height:16px;background:#222;transform:translate(-50%,-50%);z-index:10000;overflow:hidden;border:1px solid #555}#progressBar{width:0%;height:100%;background:#d0d0d0;transition:width .2s ease}#progressContainer.fade-out{opacity:0;transition:opacity .25s ease}@keyframes blink{50%{opacity:0}}.blinking-cursor{display:inline-block;margin-left:4px;color:#888;animation:blink 1s step-start 0s infinite}.prefix{color:#fff;margin-right:5px}#fadeOverlay{position:fixed;inset:0;background:#000;z-index:9998;opacity:0;pointer-events:none;transition:opacity 3s ease}#fadeOverlay.active{opacity:1;pointer-events:all}
