.boot-screen{position:fixed;inset:0;background:#000;z-index:10000;display:flex;align-items:flex-start;justify-content:flex-start;padding:3rem;overflow:auto;transition:opacity .5s ease}.boot-screen.fade-out{opacity:0}.boot-content{font-family:var(--font-mono);font-size:14px;line-height:1.6;color:var(--text-primary);max-width:700px}.boot-line{white-space:pre;animation:bootFadeIn .1s ease}.boot-header{color:var(--accent);font-weight:700;margin-bottom:.5rem}.boot-line .boot-ok,.boot-ok .boot-ok{color:var(--accent);font-weight:500}.boot-accent{color:var(--accent);font-weight:700;font-size:16px;margin-top:.5rem}.boot-blank{height:1.6em}.boot-cursor{color:var(--accent);animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes bootFadeIn{0%{opacity:0}to{opacity:1}}