/* Login — cache-busted vía asset() */
body { font-family: 'Poppins', Helvetica, Arial, sans-serif; }
.sidebar-pattern {
    background-image: radial-gradient(circle at 20% 30%, rgba(6,147,227,.18) 0%, transparent 50%),
                      radial-gradient(circle at 80% 70%, rgba(6,147,227,.12) 0%, transparent 50%);
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
.grecaptcha-badge { visibility: hidden; }
