/* OpeningForge specific styles */
body {
   margin: 0;
   padding: 0;
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
   background: linear-gradient(135deg, #1e1e1e 0%, #2d2d2d 100%);
   color: #e0e0e0;
   min-height: 100vh;
}