html,body{margin:0;padding:0;background:#05060a}body{color:#cfd;font-family:sans-serif;overflow:hidden}#app{width:100vw;height:100vh}#boot{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;align-items:center;justify-content:center;background:#05060a;opacity:1;transition:opacity .35s ease-out}#boot.boot--hidden{opacity:0;pointer-events:none}#boot-inner{display:flex;flex-direction:column;align-items:center;gap:28px;padding:40px 56px;border:2px solid #4ad9ff;background:#07181f8c}#boot-title{font-family:Consolas,Courier New,monospace;font-size:48px;font-weight:700;letter-spacing:8px;color:#4ad9ff}#boot-bar{position:relative;width:220px;height:6px;background:#07181f;border:1px solid #2a5563;overflow:hidden}#boot-bar-fill{position:absolute;top:0;left:0;width:35%;height:100%;background:#4ad9ff;animation:boot-scan 1.1s ease-in-out infinite}@keyframes boot-scan{0%{left:-35%}to{left:100%}}@media (prefers-reduced-motion: reduce){#boot-bar-fill{animation:none;left:0;width:100%;opacity:.6}}
