.fallout-terminal{z-index:9999;justify-content:center;align-items:center;width:100%;height:100vh;font-family:JetBrains Mono,Courier New,monospace;transition:opacity .8s ease-out;display:flex;position:fixed;top:0;left:0}.fallout-terminal.terminal-off{opacity:0;pointer-events:none}.terminal-screen{color:#e2e8f0;background:#0b1121;border:1px solid #1e2d45;width:90%;max-width:520px;padding:28px 24px;font-size:13px;line-height:1.6;transition:all .3s;position:relative}.terminal-screen:before{content:"";pointer-events:none;background:repeating-linear-gradient(0deg,#ffffff05 0 1px,#0000 1px 2px);position:absolute;inset:0}.terminal-header{border-bottom:1px solid #1e2d45;margin-bottom:24px;padding-bottom:12px}.header-line{color:#3b82f6;letter-spacing:1px;text-transform:uppercase;text-align:center;font-size:11px;font-weight:500}.command-line{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.prompt{color:#3b82f6}.command-text{color:#e2e8f0;word-break:break-all;font-size:13px}.command-result{color:#22c55e;margin-left:20px;font-size:12px}.status-section{background:#151d2e80;border:1px solid #1e2d45;margin-bottom:20px;padding:12px}.status-line{flex-wrap:wrap;gap:8px;margin-bottom:6px;font-size:12px;display:flex}.status-label{color:#94a3b8;min-width:70px;font-weight:500}.status-value{color:#e2e8f0}.status-value.message{color:#94a3b8}.progress-container{margin-top:12px}.progress-frame{flex-wrap:wrap;align-items:center;gap:8px;font-family:JetBrains Mono,monospace;font-size:12px;line-height:1;display:flex}.progress-bracket{color:#94a3b8}.progress-filled{color:#3b82f6}.progress-empty{color:#1e2d45}.progress-percent{color:#94a3b8;font-size:11px}.complete-section{text-align:center;background:#151d2e80;border:1px solid #1e2d45;margin-bottom:20px;padding:12px}.complete-line{color:#22c55e;margin-bottom:4px;font-size:13px}.complete-line.small{color:#94a3b8;margin-bottom:0;font-size:11px}.input-line{align-items:center;gap:8px;display:flex}.cursor{color:#e2e8f0;animation:1s step-end infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width:768px){.terminal-screen{max-width:90%;padding:20px 16px;font-size:12px}.header-line{font-size:10px}.command-text{font-size:12px}.status-line{font-size:11px}.status-label{min-width:60px}.progress-frame{font-size:11px}.complete-line{font-size:12px}.complete-line.small{font-size:10px}}@media (max-width:480px){.terminal-screen{padding:16px 12px}.header-line{font-size:9px}.command-text{font-size:11px}.status-section{padding:10px}.status-line{gap:6px;font-size:10px}.status-label{min-width:50px}.progress-frame{gap:4px;font-size:10px}.complete-line{font-size:11px}}
@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.animate-blink{animation:1s step-end infinite blink}
