@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Share+Tech+Mono&display=swap";:root{font-family:IBM Plex Mono,Share Tech Mono,Courier New,monospace;color:#f5f5f5;background-color:#111;line-height:1.6;font-weight:400;--dos-bg: #111111;--dos-muted: #c7c7c7;--dos-border: #2f2f2f;--dos-highlight: #ffffff}*{box-sizing:border-box;margin:0;padding:0}::selection{background:#ffffff26}body{min-height:100vh;background-color:var(--dos-bg);color:var(--dos-highlight);letter-spacing:.08em}a{color:inherit}#root{min-height:100vh}.app-shell{min-height:100vh;background:var(--dos-bg);color:var(--dos-highlight);padding:2.5rem 1.5rem}.dos-shell{width:100%;display:flex;flex-direction:column;gap:1rem;margin:0;min-height:100vh;position:relative;padding-top:2rem;padding-bottom:3.5rem}.easy-toggle{position:absolute;top:1rem;right:1.5rem;border:1px solid var(--dos-border);background:#ffffff0d;color:var(--dos-highlight);font-family:inherit;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.4rem 1.3rem;cursor:pointer;transition:background .25s ease,color .25s ease,box-shadow .25s ease,transform .2s ease;box-shadow:0 0 12px #0000008c}.easy-toggle.active{background:var(--dos-highlight);color:var(--dos-bg);box-shadow:0 0 18px #ffffff40;transform:translateY(-1px)}.easy-command-group{grid-column:1 / -1;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem;padding-top:.35rem}.easy-command-button{border:1px solid var(--dos-border);background:#ffffff14;color:var(--dos-highlight);font-family:inherit;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;padding:.35rem .9rem;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.easy-command-button:hover,.easy-command-button:focus-visible{background:var(--dos-highlight);color:var(--dos-bg);transform:translateY(-1px)}@media (max-width: 640px){.easy-toggle{position:static;width:100%;margin-bottom:1.25rem;text-align:center}.easy-command-group{justify-content:flex-start}}.dos-banner{text-transform:uppercase;letter-spacing:.08em;font-size:.95rem;color:var(--dos-muted)}.dos-banner p+p{margin-top:.35rem}.dos-screen{padding:1.5rem 0 2.25rem;display:flex;flex-direction:column;gap:1.75rem;outline:none}.dos-screen[data-mode=insert]{background-color:var(--dos-bg)}.dos-section{display:flex;flex-direction:column;gap:.65rem}.dos-line{font-weight:600;letter-spacing:.05em}.ascii-cat{font-family:inherit;white-space:pre;margin:.5rem 0 1rem}.dos-highlight{color:var(--dos-highlight)}.dos-list{list-style:none;padding-left:0;display:flex;flex-direction:column;gap:.3rem}.dos-list.inline{flex-direction:row;flex-wrap:wrap;gap:1rem}.dos-list li{color:var(--dos-highlight)}.dos-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}.dos-link{border-bottom:1px dotted var(--dos-highlight);text-decoration:none;padding-bottom:.1rem}.dos-entry{margin-top:.35rem}.dos-muted{color:var(--dos-muted)}.dos-status{border-top:1px solid var(--dos-border);font-size:.95rem;color:var(--dos-muted);display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;position:fixed;left:0;right:0;bottom:0;background:var(--dos-bg);padding:.6rem 1.5rem}.vim-mode,.vim-message,.vim-hint,.vim-command{display:flex;align-items:center;min-height:2rem}.vim-mode{font-weight:700;color:var(--dos-highlight)}.vim-message{justify-content:center;text-align:center}.vim-hint{justify-content:flex-end;text-align:right}.vim-command{justify-content:flex-end;gap:.25rem}.vim-command-cursor{width:.6ch;height:1.1em;background:var(--dos-highlight);animation:blink 1s steps(2,start) infinite}
