.auth-floating-button {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 2000;
}

.auth-floating-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.auth-floating-button a:hover {
    background: rgba(0, 0, 0, 0.7);
}