.auth-btn-b831a6fd {
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2); /* Default glass border, can be overridden by controls */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.auth-btn-b831a6fd.glass-effect-yes {
    /* Backdrop filter is managed dynamically via controls, but this acts as a fallback */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
