/* GXPMS Custom Styles */

/* Brand color variables */
:root {
  --gxpms-primary: #2563EB;
  --gxpms-accent: #06B6D4;
  --gxpms-gradient: linear-gradient(135deg, #2563EB 0%, #06B6D4 100%);
}

/* Hide Bitwarden-specific branding elements */
a[title="Bitwarden"] {
  visibility: hidden;
}

/* Smooth transitions */
* {
  transition: background-color 0.3s ease, color 0.3s ease;
}
