.introduction{z-index:10000;background-color:#0e0e10;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed}.introduction svg{pointer-events:none;width:100%;height:calc(100% + 300px);position:absolute;top:0;left:0}.introduction svg path{fill:#0e0e10}.boot-terminal{z-index:1;width:min(560px,84vw);height:12em;font-family:var(--font-mono,ui-monospace,monospace);color:#c7c7c7;font-size:14px;line-height:2;position:relative;overflow:hidden}.boot-line{white-space:nowrap;margin:0;animation:.18s ease-out boot-line-in;overflow:hidden}.boot-ready{color:#fff}.boot-caret{animation:.9s step-end infinite boot-blink}@keyframes boot-line-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes boot-blink{50%{opacity:.2}}
