*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden}body{color:#e0e0e0;background:#0a0a0f;flex-direction:column;font-family:Courier New,Courier,monospace;display:flex}header{z-index:10;background:#111118;border-bottom:1px solid #2a2a35;flex-shrink:0;justify-content:space-between;align-items:center;padding:8px 16px;display:flex}header h1{color:#fc0;text-shadow:0 0 10px #ffcc004d;letter-spacing:2px;font-size:18px}header h1 span{color:#888;margin-left:8px;font-size:12px;font-weight:400}.toolbar{gap:8px;display:flex}.toolbar button{color:#ccc;cursor:pointer;background:#1a1a24;border:1px solid #333;border-radius:4px;padding:6px 14px;font-family:inherit;font-size:12px;transition:all .15s}.toolbar button:hover{color:#fc0;background:#2a2a38;border-color:#fc0}.toolbar button:active{transform:scale(.97)}.game-container{background:#000;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.game-container canvas{max-width:100%;max-height:100%;image-rendering:pixelated;image-rendering:crisp-edges;display:block;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.footer{color:#666;z-index:10;background:#111118;border-top:1px solid #2a2a35;flex-shrink:0;justify-content:space-between;align-items:center;padding:6px 16px;font-size:11px;display:flex}#status{color:#aaa;font-size:12px}.progress-wrapper{align-items:center;gap:8px;display:flex}.progress-bar{background:#222;border-radius:2px;width:120px;height:4px;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#fc0,#f80);width:0%;height:100%;transition:width .3s}#progress-text{color:#888;min-width:160px;font-size:11px}.loading-overlay{z-index:20;pointer-events:none;background:#000000eb;flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex;position:absolute;inset:0}.loading-overlay.hidden{display:none}.loading-title{color:#fc0;letter-spacing:4px;text-transform:uppercase;text-shadow:0 0 20px #ffcc0080;font-size:28px}.loading-subtitle{color:#666;letter-spacing:2px;font-size:14px}.loading-bar-wrapper{width:300px}.loading-bar{background:#1a1a24;border-radius:3px;height:6px;margin-top:8px;overflow:hidden}.loading-bar-fill{background:linear-gradient(90deg,#fc0,#f80);width:0%;height:100%;transition:width .4s}.loading-detail{color:#555;text-align:center;min-height:20px;font-size:12px}@media (width<=640px){header h1{font-size:14px}header h1 span{display:none}.toolbar button{padding:5px 10px;font-size:11px}}
