/* TERMINAL */
.terminal { background: var(--bg2); border: 1px solid var(--border); font-family: var(--font-mono); font-size: 16px; padding: 24px; }
.terminal-bar { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.t-dot { width: 10px; height: 10px; border-radius: 50%; }
.t-title { font-size: 13px; color: var(--text-dim); margin-left: auto; letter-spacing: 0.1em; }
.t-line { color: var(--text-dim); margin-bottom: 6px; }
.t-line .prompt { color: var(--orange); } .t-line .cmd { color: #fff; } .t-line .hi { color: var(--orange); }