/* Minimal CSS - Tailwind handles most styling */
html, body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

#app {
    min-height: 100vh;
}
