/* Custom styles for things Tailwind doesn't cover easily */
.glass-effect {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}
