.term-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:2rem;animation:.15s ease-out term-fade-in;display:flex;position:fixed;inset:0}@keyframes term-fade-in{0%{opacity:0}to{opacity:1}}.term-window{border-radius:12px;flex-direction:column;width:100%;max-width:760px;max-height:80vh;animation:.2s ease-out term-slide-up;display:flex;overflow:hidden;box-shadow:0 25px 80px #00000080,0 0 0 1px #ffffff0f}@keyframes term-slide-up{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.term-titlebar{-webkit-user-select:none;user-select:none;background:#2d2d2d;border-bottom:1px solid #ffffff0f;align-items:center;gap:.75rem;padding:.6rem 1rem;display:flex}.term-dots{gap:6px;display:flex}.term-dot{cursor:pointer;border-radius:50%;width:12px;height:12px;transition:brightness .2s}.term-dot:hover{filter:brightness(1.3)}.term-dot--red{background:#ff5f57}.term-dot--yellow{background:#febc2e}.term-dot--green{background:#28c840}.term-titlebar__text{text-align:center;font-family:var(--font-mono), "SF Mono", Menlo, monospace;color:#999;letter-spacing:.02em;flex:1;font-size:.72rem}.term-titlebar__hint{font-family:var(--font-mono), "SF Mono", Menlo, monospace;color:#555;letter-spacing:.02em;font-size:.6rem}.term-body{font-family:var(--font-mono), "SF Mono", Menlo, "Courier New", monospace;color:#d4d4d8;cursor:text;background:#1a1a2e;flex:1;min-height:300px;padding:1rem 1.25rem;font-size:.82rem;line-height:1.65;overflow-y:auto}.term-body::-webkit-scrollbar{width:6px}.term-body::-webkit-scrollbar-track{background:0 0}.term-body::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.term-line{white-space:pre-wrap;word-break:break-word;margin-bottom:.15rem}.term-line--ascii{color:#e84430;opacity:.85;margin-bottom:.75rem;font-size:.55rem;line-height:1.2}.term-line--input{color:#d4d4d8}.term-line--output{color:#a1a1aa}.term-line--error{color:#f87171}.term-prompt{-webkit-user-select:none;user-select:none}.term-prompt__user{color:#4ade80;font-weight:600}.term-prompt__at{color:#6b7280}.term-prompt__host{color:#60a5fa;font-weight:600}.term-prompt__sep{color:#6b7280}.term-input-line{align-items:center;display:flex}.term-input-wrap{flex:1;min-width:0;position:relative}.term-input{width:100%;font-family:inherit;font-size:inherit;line-height:inherit;color:#e4e4e7;caret-color:#e84430;background:0 0;border:none;outline:none;padding:0}.term-suggestion{pointer-events:none;color:#3f3f46;white-space:pre;font-family:inherit;font-size:inherit;line-height:inherit;position:absolute;top:0;left:0}@media (max-width:640px){.term-overlay{align-items:flex-end;padding:.5rem}.term-window{border-radius:12px 12px 0 0;max-height:70vh}.term-body{min-height:200px;padding:.75rem 1rem;font-size:.75rem}.term-line--ascii{font-size:.38rem}.term-titlebar__hint{display:none}}
