/* Default template — neutral blue/steel admin look.
 *
 * Sits next to ethereal + black-friday as a first-class design template
 * (was previously implicit via tokens.css; promoted to an explicit file
 * so all three options appear equal on /console/?p=settings → Design).
 *
 * Token defaults for content surfaces still live in tokens.css — this
 * file overrides ONLY the admin chrome so the bar feels designed
 * regardless of which template the operator picks.
 *
 * Activate from /console/?p=settings → Design → "Default".
 */

:root {
  /* Admin chrome — deep navy → mid blue brand gradient. Stays brand-
   * flavored across light + dark site themes (chrome is always dark
   * by convention). */
  --ui-chrome-bg:             linear-gradient(90deg, #1e3a8a 0%, #3b82f6 100%);   /* deep navy → mid blue */
  --ui-chrome-text:           #eff6ff;             /* soft sky-cream */
  --ui-chrome-text-mut:       rgba(239, 246, 255, 0.78);
  --ui-chrome-text-dim:       rgba(239, 246, 255, 0.55);
  --ui-chrome-accent:         #93c5fd;             /* light sky edge */
  --ui-chrome-surface:        rgba(255, 255, 255, 0.10);
  --ui-chrome-surface-hover:  rgba(255, 255, 255, 0.18);
  --ui-chrome-border:         rgba(255, 255, 255, 0.20);
  --ui-chrome-border-soft:    rgba(255, 255, 255, 0.10);
}
