/* Terminal theme overrides */
:root[data-theme="terminal"] {
  --bg: #000000;
  --bg-elevated: #020617;
  --bg-soft: #020617;
  --border: #064e3b;
  --accent: #22c55e;
  --accent-soft: rgba(34,197,94,0.16);
  --success: #22c55e;
  --danger: #f97373;
  --text-primary: #ecfdf5;
  --text-muted: #6ee7b7;
  --text-soft: #4ade80;
  --shadow: 0 20px 40px rgba(0,0,0,0.8);
}

:root[data-theme="terminal"] pre,
:root[data-theme="terminal"] textarea#pasteInput {
  background:#020617;
  color:#a7f3d0;
}

:root[data-theme="terminal"] a {
  color:#4ade80;
}
