/*
 * Interplanetary UI - Planetary Theme
 * Corporate sci-fi. Warm amber on dark black.
 */

:root {
  --theme-primary-dark: #09080B;
  --theme-secondary-dark: #B3C9D4;
  --theme-primary-light: #FFFBEB;
  --theme-secondary-light: #09080B;
  --theme-accent: #EFA319;

  /* Status colors - vibrant neon */
  --color-success: #00C853;
  --color-error: #FF1744;
  --color-warning: #FFD600;
  --color-info: #00B8D4;
}
