*,*:before,*:after{box-sizing:border-box}body{background:#111;color:#eee;font-family:Courier New,Courier,monospace}#canvas{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh}#overlay{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#111;transition:opacity .6s ease}#loader{display:flex;flex-direction:column;align-items:center;gap:16px;width:min(420px,90vw)}#logo{font-size:3rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase;color:#c00;text-shadow:0 0 12px #f005,0 0 40px #f002;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{text-shadow:0 0 12px #f005,0 0 40px #f002}50%{text-shadow:0 0 24px #f00a,0 0 60px #f005}}#status-text{font-size:.95rem;color:#aaa;letter-spacing:.05em;min-height:1.2em;text-align:center}#progress-bar-wrap{width:100%;height:4px;background:#333;border-radius:2px;overflow:hidden}#progress-bar{height:100%;width:0%;background:linear-gradient(90deg,#900,red);border-radius:2px;transition:width .2s ease}
