/**
 * Shared stylesheet for legacy login shells (login.html, crm-login.html, etc.).
 * Most layout lives in each page’s <style> block; this file exists so /style.css
 * returns real CSS on Render/Firebase (avoids 404 → HTML → MIME mismatch).
 */
:root {
  color-scheme: light;
}
