:root{--term-bg: #0b1221;--term-text: #a4b1cd;--term-prompt-user: #7dd3fc;--term-prompt-path: #5eead4;--term-muted: #64748b;--term-error: #f87171;--term-warn: #fbbf24;--term-success: #4ade80;--term-dir: #818cf8;--term-link: #7dd3fc}.theme-blue{--term-bg: #0b1221;--term-text: #a4b1cd;--term-prompt-user: #7dd3fc;--term-prompt-path: #5eead4;--term-muted: #64748b;--term-error: #f87171;--term-warn: #fbbf24;--term-success: #4ade80;--term-dir: #818cf8;--term-link: #7dd3fc}.theme-green{--term-bg: #0a1a0a;--term-text: #33ff33;--term-prompt-user: #66ff66;--term-prompt-path: #00cc66;--term-muted: #338833;--term-error: #ff4444;--term-warn: #cccc33;--term-success: #33ff33;--term-dir: #66ff99;--term-link: #66ff66}.theme-amber{--term-bg: #1a1000;--term-text: #ffb000;--term-prompt-user: #ffc033;--term-prompt-path: #ff9500;--term-muted: #886600;--term-error: #ff4444;--term-warn: #ffcc00;--term-success: #ffb000;--term-dir: #ffd066;--term-link: #ffc033}.theme-dracula{--term-bg: #282a36;--term-text: #f8f8f2;--term-prompt-user: #8be9fd;--term-prompt-path: #50fa7b;--term-muted: #6272a4;--term-error: #ff5555;--term-warn: #f1fa8c;--term-success: #50fa7b;--term-dir: #bd93f9;--term-link: #8be9fd}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden}body{background-color:var(--term-bg);color:var(--term-text);font-family:"Fira Code",monospace;font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}.terminal{height:100vh;overflow-y:auto;overflow-x:hidden;padding:1rem;position:relative}.terminal::-webkit-scrollbar{width:8px}.terminal::-webkit-scrollbar-track{background:var(--term-bg)}.terminal::-webkit-scrollbar-thumb{background:rgb(21.2,34.6909090909,63.6);border-radius:4px}.terminal.crt::before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0px, rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 2px);pointer-events:none;z-index:100}.terminal.crt::after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center, transparent 60%, rgba(0, 0, 0, 0.35) 100%);pointer-events:none;z-index:101}.terminal.crt #output,.terminal.crt .input-line,.terminal.crt .cmd-input{text-shadow:0 0 1px rgba(164,177,205,.4)}#output div{white-space:pre-wrap;word-wrap:break-word;min-height:1.4em}.boot-ok{color:var(--term-success);font-weight:700}.boot-fail{color:var(--term-error);font-weight:700}.boot-warn{color:var(--term-warn);font-weight:700}.motd-ascii{color:var(--term-prompt-path);font-weight:700;line-height:1.15}.motd-subtitle{color:var(--term-muted);font-style:italic}.motd-link{color:var(--term-text)}.motd-link a{color:var(--term-link);text-decoration:none}.motd-link a:hover{text-decoration:underline}.motd-hint{color:var(--term-muted)}.error{color:var(--term-error)}.warn{color:var(--term-warn)}.success{color:var(--term-success)}.muted{color:var(--term-muted)}.ls-dir{color:var(--term-dir);font-weight:700}.ls-dir[style*=cursor]:hover{text-decoration:underline}.ls-file{color:var(--term-text)}.ls-file[style*=cursor]:hover{text-decoration:underline}.link{color:var(--term-link);text-decoration:none}.link:hover{text-decoration:underline}.help-header{color:var(--term-prompt-path);font-weight:700}.help-hint{color:var(--term-muted)}.input-line{display:flex;align-items:center}.prompt,.input-echo{white-space:pre}.prompt-user,.prompt-host{color:var(--term-prompt-user)}.prompt-at,.prompt-sep,.prompt-dollar{color:var(--term-muted)}.prompt-path{color:var(--term-prompt-path)}.cmd-input{flex:1;background:rgba(0,0,0,0);border:none;outline:none;color:var(--term-text);font-family:"Fira Code",monospace;font-size:inherit;line-height:inherit;padding:0;caret-color:var(--term-prompt-path)}.cmd-input:disabled{opacity:0}.input-echo{word-wrap:break-word}.suggestions{display:none;position:fixed;bottom:0;left:0;right:0;padding:.5rem;background:rgb(8.45,13.8272727273,25.35);border-top:1px solid rgb(18.65,30.5181818182,55.95);flex-wrap:wrap;gap:.4rem;z-index:10}.suggestion-btn{background:rgba(94,234,212,.08);color:var(--term-prompt-path);border:1px solid rgba(94,234,212,.2);padding:.4rem .8rem;border-radius:4px;font-family:"Fira Code",monospace;font-size:.8rem;cursor:pointer;transition:background .15s}.suggestion-btn:hover,.suggestion-btn:active{background:rgba(94,234,212,.18)}@media(max-width: 768px){body{font-size:13px;display:flex;flex-direction:column}.terminal{flex:1;height:auto;min-height:0}.suggestions{display:flex;position:static;flex-shrink:0}.cmd-input{font-size:16px}.suggestion-btn{font-size:16px}}
