/* Force gradient background - cache buster */
html, body {
    background: linear-gradient(135deg, #5eead4 0%, #99f6e4 50%, #14b8a6 100%) !important;
    background-attachment: fixed !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
}

#app {
    background: transparent !important;
}