*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0;overflow:hidden}#root{height:100%}body{background:#020300;color:#6dff70;font-family:Andale Mono,Menlo,Courier New,monospace}button{font:inherit}.app-shell{height:100vh;height:100dvh;display:flex;flex-direction:column;background:radial-gradient(circle at top,rgba(115,255,102,.08),transparent 24%),linear-gradient(180deg,#000000f5,#000);padding:0}.terminal-frame{width:100%;height:100%;border:none;border-radius:0;box-shadow:none;overflow:hidden;position:relative;display:flex;flex-direction:column}.terminal-frame:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:100% 4px}.terminal-header,.terminal-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;position:relative;z-index:1}.terminal-header{background:#000000eb;border-bottom:1px solid rgba(110,255,112,.12)}.header-controls{display:flex;align-items:center;gap:10px}.mute-toggle{border:1px solid #6dff70;background:#00000059;color:#6dff70;padding:6px 12px;border-radius:5px;cursor:pointer;font:inherit;font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;transition:background .15s ease,color .15s ease,transform .1s ease}.mute-toggle:hover{background:#6eff701f;color:#fff;transform:translateY(-1px)}.mute-toggle.muted{border-color:#ff6b6b;color:#ff6b6b;background:#ff6b6b26}.terminal-body{background:#000;flex:1;padding:20px 24px;overflow-y:auto;overflow-x:hidden;position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end}.terminal-body::-webkit-scrollbar{width:10px}.terminal-body::-webkit-scrollbar-track{background:#00000080}.terminal-body::-webkit-scrollbar-thumb{background:#6eff702e;border-radius:999px}.terminal-body::-webkit-scrollbar-thumb:hover{background:#6eff7059}.terminal-line{white-space:pre-wrap;line-height:1.2;letter-spacing:.03em;font-size:1rem;color:#b6ff9d;margin-bottom:5px;word-wrap:break-word;overflow-wrap:break-word}.terminal-line.command{color:#8cff8c}.prompt{color:#82ff8c}.cursor,.cursor.blink{display:inline-block;width:10px;height:1.1em;vertical-align:middle;background:#6dff70;margin-left:2px}.cursor{opacity:0}.cursor.blink{opacity:1;animation:blink 1s step-end infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.terminal-footer{background:#000000eb;border-top:1px solid rgba(110,255,112,.12);flex-wrap:wrap;flex-shrink:0;opacity:1;transition:opacity .3s ease}.terminal-footer.typing{opacity:.35;pointer-events:none}.command-hint{color:#6eff70d9;font-size:.95rem}.command-grid{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;flex:1 1 auto}.terminal-command{border:none;background:transparent;color:#b7ff9f;padding:0;margin:0;cursor:pointer;font:inherit;text-align:left;transition:text-shadow .15s ease,color .15s ease}.terminal-command:hover:not(:disabled){color:#fff;text-shadow:0 0 12px rgba(110,255,112,.45)}.terminal-command:disabled{opacity:.45;cursor:not-allowed}.idle-prompt{margin-top:18px}.idle-text,.terminal-body a{color:#6eff70b8}.terminal-body a{text-decoration:underline;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all;display:inline-block;max-width:100%}.terminal-body a:hover{color:#fff}.button-index{color:#6f0;font-weight:700}@media (max-width: 720px){.terminal-footer,.terminal-header{padding:16px}.command-grid{justify-content:center}}.sigil{display:block;width:100%;text-align:center;white-space:pre;margin:0 auto .5rem}.boot-star{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;filter:drop-shadow(3px 5px 10px rgba(110,255,112,.35));stroke-width:100px;fill:none;animation:pulse-star 2s ease-in-out infinite}@keyframes pulse-star{0%,to{opacity:.7}50%{opacity:1}}
