/* Themis Dark — default theme (applied via :root) */

:root {
  --bg-deep: #0a0a0a;
  --bg-base: #111111;
  --bg-elevated: #1a1a1a;
  --bg-hover: #242424;
  --border-subtle: #2a2a2a;
  --border-medium: #3a3a3a;
  --gold-primary: #d4a853;
  --gold-light: #e8c478;
  --gold-dark: #a8843f;
  --text-primary: #f5f0e6;
  --text-secondary: #a39e94;
  --text-muted: #6b6660;
  --success: #22c55e;
  --success-bg: rgba(34, 197, 94, 0.1);
  --warning: #f59e0b;
  --warning-bg: rgba(245, 158, 11, 0.1);
  --error: #ef4444;
  --error-bg: rgba(239, 68, 68, 0.1);
}
