/* Basic CSS for Unveil */
/* This file prevents MIME type errors in production */

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background: linear-gradient(135deg, #1a0033 0%, #330066 50%, #1a0033 100%);
  min-height: 100vh;
  color: rgba(255, 255, 255, 0.9);
}

/* Ensure the app loads correctly */
#root {
  width: 100%;
  min-height: 100vh;
}