/* Base styles for Automated Design - Tailwind CDN handles utilities */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, sans-serif;
    background: #0b0f19;
    color: #f1f5f9;
    min-height: 100vh;
}
