/*
 * H2O Protect design tokens + baseline reset.
 * Shared by the landing page and the admin UI so both surfaces stay in sync.
 */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy-deep:  #05111F;
  --navy-mid:   #0C1C33;
  --navy-card:  rgba(10, 20, 42, 0.82);
  --navy-panel: rgba(10, 20, 42, 0.55);
  --primary:    #1F3864;
  --text:       #E2E8F0;
  --muted:      #7A90AA;
  --border:     rgba(255, 255, 255, 0.07);
  --border-mid: rgba(255, 255, 255, 0.12);
  --gold:   #FEC925;
  --blue:   #3B82F6;
  --purple: #8B5CF6;
  --orange: #F97316;
  --green:  #10B981;
  --red:    #EF4444;
}
