/* Base styles - typography, body, and global elements */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1 {
    text-align: center;
    color: #333;
    margin-bottom: 1.5rem;
}

.loading {
    text-align: center;
    color: #666;
    font-style: italic;
}
