@tailwind base;
@tailwind components;
@tailwind utilities;

/* Liquid Glass Utilities */
.glass-panel {
    @apply bg-white/10 backdrop-blur-xl border border-white/20 shadow-lg rounded-2xl;
}

.glass-card {
    @apply bg-white/5 backdrop-blur-md border border-white/10 shadow-md rounded-xl hover:bg-white/10 transition-all duration-300;
}

body {
    @apply bg-slate-900 text-slate-100;
    /* Animated Mesh Gradient placeholder */
    background: radial-gradient(circle at top left, #1e1b4b, #0f172a);
}
