*{margin:0;padding:0;box-sizing:border-box}.boot-screen{background-color:#000;height:100vh;overflow:hidden;position:relative;animation:flicker .1s infinite alternate}@keyframes flicker{0%{opacity:1}to{opacity:.95}}.boot-screen:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(to bottom,transparent 0%,transparent 2px,rgba(255,255,255,.05) 2px,rgba(255,255,255,.05) 4px);pointer-events:none;animation:scanline 4s linear infinite}@keyframes scanline{0%{background-position:0 0}to{background-position:0 100%}}.boot-text{padding:20px;color:#fff}#boot-sequence{color:#fff;font-family:Courier New,Courier,monospace;font-size:1em;line-height:1.5;white-space:pre-wrap;transition:opacity .3s ease}.cursive{font-family:Great Vibes,cursive;color:#fff;font-size:1.5em;transition:all .5s ease}.typed-cursor{color:#fff;font-size:1em}
