/* Theme: Ceria - Fresh & Cheerful */
.theme-ceria {
    --primary: #4FC3F7;
    --primary-dark: #0288D1;
    --secondary: #66BB6A;
    --accent: #FFB74D;
    --text-primary: #1a1a2e;
    --text-secondary: #555;
    --bg-primary: #ffffff;
    --bg-secondary: #f0f7ff;
    --bg-card: #ffffff;
}
.theme-ceria .hero-section {
    background: linear-gradient(135deg, #4FC3F7 0%, #29B6F6 30%, #66BB6A 100%);
}
.theme-ceria .page-header {
    background: linear-gradient(135deg, #4FC3F7, #66BB6A);
}
