/* Novatek Brand Tokens — Single Source of Truth
   Volume-mounted :ro. Change HERE, all cabinets update.
   Updated: 2026-03-11 (ntk-003) */
:root {
  --bg: #0D1B2A;
  --surface: #1B2838;
  --surface-2: #2C3E50;
  --header-bg: #1B2838;
  --border: rgba(255,255,255,0.10);
  --border-strong: rgba(255,255,255,0.18);
  --text: #ECEFF1;
  --text-dim: #B0BEC5;
  --text-secondary: #78909C;
  --accent: #1E88E5;
  --accent-dim: #1565C0;
  --accent-glow: rgba(30,136,229,0.25);
  --brand: #1E88E5;
  --brand-dark: #1B2838;
  --success: #66BB6A;
  --warning: #FFA726;
  --danger: #EF5350;
  --green: #66BB6A;
  --red: #EF5350;
  --orange: #FFA726;
  --font-family: Inter,-apple-system,sans-serif;
}
