.term-root{--bg:#272822;--fg:#f8f8f2;--comment:#75715e;--red:#f92672;--orange:#fd971f;--yellow:#e6db74;--green:#a6e22e;--cyan:#66d9ef;--purple:#ae81ff;--selection:#49483e;--header-bg:#1e1f1c;--border:#3e3d32;--glow:none;--term-font:var(--font-terminal),ui-monospace,"Cascadia Code","Fira Code","SF Mono","Monaco","Menlo","Consolas",monospace;z-index:0;color:var(--fg);font-family:var(--term-font);background:#000;font-size:14px;line-height:1.6;position:fixed;inset:0;overflow:hidden}.term-root *,.term-root :before,.term-root :after{box-sizing:border-box}.term-root ::selection{background:var(--selection);color:var(--fg)}.term-root #boot-screen{z-index:100;color:#a0a0a0;font-family:var(--term-font);background:#0a0a0a;flex-direction:column;padding:20px;font-size:13px;line-height:1.5;display:flex;position:fixed;inset:0;overflow:hidden}.term-root #boot-output{white-space:pre-wrap;word-break:break-all}.term-root #boot-screen .boot-highlight{color:#00ff41}.term-root #boot-screen .boot-ok{color:#a6e22e}.term-root #boot-screen .boot-warn{color:#fd971f}.term-root #boot-screen.fade-out{opacity:0;pointer-events:none;transition:opacity .6s}.term-root #boot-screen.hidden{display:none}.term-root #terminal{background:var(--bg);opacity:0;flex-direction:column;height:100dvh;transition:opacity .4s;display:none}.term-root #terminal.visible{opacity:1;display:flex}.term-root #terminal-header{background:var(--header-bg);border-bottom:1px solid var(--border);-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;gap:12px;padding:10px 16px;display:flex}.term-root .dots{gap:7px;display:flex}.term-root .dot{border-radius:50%;width:12px;height:12px}.term-root .dot.r{background:#ff5f56}.term-root .dot.y{background:#ffbd2e}.term-root .dot.g{background:#27c93f}.term-root #header-title{color:var(--comment);text-align:center;flex:1;margin-right:55px;font-size:12px}.term-root #terminal-body{cursor:text;scrollbar-width:thin;scrollbar-color:var(--border)transparent;flex:1;padding:16px;overflow-y:auto}.term-root #terminal-body::-webkit-scrollbar{width:6px}.term-root #terminal-body::-webkit-scrollbar-track{background:0 0}.term-root #terminal-body::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.term-root #output{padding-bottom:4px}.term-root .output-block{white-space:pre-wrap;word-break:break-word;text-shadow:var(--glow);margin-bottom:6px}.term-root .history-line{white-space:pre-wrap;word-break:break-word;text-shadow:var(--glow)}.term-root #input-line{min-height:24px;text-shadow:var(--glow);align-items:center;display:flex}.term-root #prompt{white-space:nowrap;flex-shrink:0;margin-right:8px}.term-root .prompt-user{color:var(--green);font-weight:700}.term-root .prompt-at{color:var(--comment)}.term-root .prompt-host{color:var(--cyan);font-weight:700}.term-root .prompt-colon{color:var(--fg)}.term-root .prompt-path{color:var(--orange)}.term-root .prompt-dollar{color:var(--fg);margin-left:1px}.term-root #input-wrapper{flex:1;align-items:center;display:flex;position:relative}.term-root #cmd-input{width:100%;color:var(--fg);font:inherit;font-size:inherit;caret-color:var(--green);text-shadow:var(--glow);background:0 0;border:none;outline:none}.term-root #autocomplete-hint{color:var(--comment);opacity:.5;pointer-events:none;font:inherit;position:absolute;left:0}.term-root .tc-red{color:var(--red)}.term-root .tc-orange{color:var(--orange)}.term-root .tc-yellow{color:var(--yellow)}.term-root .tc-green{color:var(--green)}.term-root .tc-cyan{color:var(--cyan)}.term-root .tc-purple{color:var(--purple)}.term-root .tc-comment{color:var(--comment)}.term-root .tc-fg{color:var(--fg)}.term-root .b,.term-root .tc-bold{font-weight:700}.term-root .tc-bg-red{background:var(--red)}.term-root .tc-bg-orange{background:var(--orange)}.term-root .tc-bg-yellow{background:var(--yellow)}.term-root .tc-bg-green{background:var(--green)}.term-root .tc-bg-cyan{background:var(--cyan)}.term-root .tc-bg-purple{background:var(--purple)}.term-root .tc-bg-comment{background:var(--comment)}.term-root .tc-bg-fg{background:var(--fg)}.term-root #scanlines{pointer-events:none;z-index:50;opacity:.02;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#00000008 2px 4px);position:fixed;inset:0}.term-root #exit-overlay{z-index:200;color:var(--comment);font-family:var(--term-font);opacity:0;pointer-events:none;background:#000;flex-direction:column;justify-content:center;align-items:center;font-size:16px;transition:opacity .5s;display:flex;position:fixed;inset:0}.term-root #exit-overlay.visible{opacity:1;pointer-events:all}.term-root #exit-overlay button{border:1px solid var(--comment);color:var(--fg);font:inherit;cursor:pointer;background:0 0;border-radius:4px;margin-top:20px;padding:8px 24px;font-size:14px;transition:border-color .2s,color .2s}.term-root #exit-overlay button:hover{border-color:var(--green);color:var(--green)}.term-root #gui-link{z-index:110;color:var(--comment);border:1px solid var(--border);cursor:pointer;font-size:11px;font-family:var(--term-font);background:0 0;border-radius:4px;padding:4px 10px;transition:border-color .2s,color .2s;position:fixed;top:10px;right:16px}.term-root #gui-link:hover{border-color:var(--green);color:var(--green)}@media (max-width:600px){.term-root{font-size:12px}.term-root #terminal-body{padding:10px}.term-root #terminal-header{padding:8px 12px}.term-root #header-title{display:none}.term-root .dot{width:10px;height:10px}}
