/* style.css */
.glass-effect {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.language-btn {
    transition: all 0.3s ease;
}

.language-btn.active {
    font-weight: bold;
    text-decoration: underline;
}

/* Modals for Terms/Privacy */
.modal-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 100;
}

.modal-overlay.hidden { display: none !important; }
.modal-overlay { display: flex; }