body.effect-snow .header {
    background: rgba(255, 255, 255, 0.95);
}

body.effect-snow .event-header h1 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

body.effect-ash .header {
    background: rgba(0, 0, 0, 0.8);
    color: var(--text-white);
}

body.effect-ash .event-subtitle {
    color: var(--event-orange);
}

body.effect-rain .feature-card {
    background: rgba(255, 255, 255, 0.9);
}

body.effect-leaves .event-badge {
    background: linear-gradient(135deg, #ffd54f, #ffb300);
}
