/* =========================================================
   ANDRÉS SPATOLA — THEME.CSS
   Single place to extend theming later. Dark workshop theme
   is the only mode for now.
   ========================================================= */

:root,
[data-theme="dark"]{
  --bg:        #0a0908;
  --bg-panel:  #161412;
  --bg-card:   #1c1a17;
  --text:      #e8e4d9;
  --muted:     #8a8275;
  --line:      rgba(232,228,217,.10);
  --line-strong: rgba(232,228,217,.22);
  --rust:      #b94a2c;
  --rust-bright: #d65a36;
  --machine-green: #5c6f5e;
}
