/* Global Styles */
html {
    scroll-behavior: smooth;
}

/* Custom Utilities */
.glass-panel {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8);
}
