@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;700&family=Syne:wght@700;800&display=swap";:root{--bg:#050505;--panel:#050505;--panel-border:#ffffff14;--text:#f2f2f2;--muted:#8d8d8d;--cyan:#7dd3fc;--green:#86efac;--gold:#facc15;color:var(--text);background:var(--bg);font-family:IBM Plex Mono,monospace;font-size:14px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{min-height:100vh;color:var(--text);background:var(--bg);margin:0}button,input,textarea,select{font:inherit}.app-shell{min-height:100vh}.terminal-wrap{background:var(--panel);flex-direction:column;height:100vh;display:flex}.terminal-chrome{border-bottom:1px solid var(--panel-border);justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.window-controls{gap:8px;display:flex}.window-controls span{border-radius:50%;width:12px;height:12px}.window-controls span:first-child{background:#ff6d7a}.window-controls span:nth-child(2){background:#ffd36e}.window-controls span:nth-child(3){background:#8cff98}.terminal-title{color:var(--muted);letter-spacing:.04em;margin:0;font-size:.88rem}.terminal-output{scroll-behavior:smooth;flex-direction:column;flex:1;min-height:0;padding:22px 20px 12px;display:flex;overflow-y:auto}.terminal-output-spacer{flex:1}.line-group{margin-bottom:16px;animation:.18s ease-out rise}.line-group:last-child{margin-bottom:10px}.prompt-line{word-break:break-word;color:var(--muted);margin-bottom:8px}.response{color:var(--text);line-height:1.7}.response:not(.accent){white-space:pre-wrap}.response.dim{color:var(--muted)}.response.bold,.response.help:first-line{font-weight:700}.response.help{color:var(--muted)}.response.accent{color:var(--text);border-left:2px solid #ffffff26;padding-left:12px}.response.warn{color:var(--text)}.response p{margin:0 0 .4em}.response p:last-child{margin-bottom:0}.response h1,.response h2,.response h3{color:var(--text);margin:.8em 0 .3em;font-size:1em;font-weight:700}.response h1:first-child,.response h2:first-child,.response h3:first-child{margin-top:0}.response strong{color:var(--text);font-weight:700}.response em{color:var(--muted);font-style:italic}.response ul,.response ol{margin:.2em 0 .4em;padding-left:1.5em}.response li{margin-bottom:.15em}.response code{background:#ffffff14;border-radius:3px;padding:.1em .3em;font-size:.92em}.response pre{background:#ffffff0d;border-radius:4px;margin:.5em 0;padding:.75em 1em;overflow-x:auto}.response pre code{background:0 0;padding:0}.terminal-input-row{border-top:1px solid var(--panel-border);background:#ffffff05;flex-shrink:0;grid-template-columns:auto 1fr;align-items:center;gap:12px;padding:16px 20px 18px;display:grid}.prompt{color:var(--text)}.input-sizer{visibility:hidden;white-space:pre;pointer-events:none;position:absolute}#terminal-input{width:auto;min-width:2px;color:var(--text);caret-color:#0000;background:0 0;border:0;outline:none;margin:0;padding:0}.input-wrapper{align-items:center;display:flex;position:relative}.block-cursor{background:var(--text);width:.6em;height:1.15em;animation:1s step-end infinite blink;display:inline-block}#terminal-input::placeholder{color:#e6f3ff5c}.thinking{align-items:center;gap:4px;display:inline-flex}.thinking span{background:var(--muted);border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite thinking-bounce}.thinking span:nth-child(2){animation-delay:.2s}.thinking span:nth-child(3){animation-delay:.4s}@keyframes thinking-bounce{0%,80%,to{opacity:.2;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.terminal-wrap{height:100vh}.terminal-input-row{grid-template-columns:1fr;gap:6px}}
