/* Favicon styling - ensuring proper display across all platforms */
favicon {
  /* Modern browser favicon support */
}

/* Favicon color scheme based on Neural Intelligence Design Philosophy */
:root {
  --primary-blue: #0a0e27;
  --electric-cyan: #00d4ff;
  --quantum-violet: #6b46c1;
  --synaptic-glow: #40e0d0;
  --deep-space: #040b20;
}