/* THE TERMINAL TOUCH — one typed status line per codex hero.
   Technique per sacred.computer: terminal-ness is structural (mono grid, true
   labels), never a filter. House law: the line carries real protocol data only —
   no invented systems theatre. One per page. */
.tty-line{margin:2.2rem 0 0;padding-top:1.1rem;border-top:1px solid rgba(16,185,129,.22);
  font-family:ui-monospace,'SF Mono','JetBrains Mono',Consolas,monospace;
  font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:#10B981;
  min-height:1.4em;white-space:nowrap;overflow:hidden}
.tty-line .tty-cur{display:inline-block;width:.62ch;height:1em;vertical-align:-.14em;
  margin-left:.7ch;background:#10B981;animation:ttyblink 1.05s steps(2) infinite}
@keyframes ttyblink{50%{opacity:0}}
@media(prefers-reduced-motion:reduce){.tty-line .tty-cur{animation:none}}
@media(max-width:640px){.tty-line{font-size:9.5px;letter-spacing:.16em;white-space:normal}}
