.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.glass-panel {
    background: rgba(31, 31, 37, 0.6);
    backdrop-filter: blur(20px);
}

/* Smooth pop animation */
#comingSoonAlert.active {
    opacity: 1;
    pointer-events: auto;
}

#comingSoonAlert.active #alertBox {
    transform: scale(1);
    opacity: 1;
}