/* Hide email/password form - Only Google OAuth for Sirplus */
form:has(input[type="email"]) { display: none !important; }
form:has(input[type="password"]) { display: none !important; }
form.space-y-4 { display: none !important; }
/* Hide divider text */
.text-custom-text-200.text-sm.font-medium { display: none !important; }
