/**
 * Temporary styling to hide Studio login screen to prevent flashing as its redirected to legacy Admin
 */
body:has(input[name="username"]) #app > div:first-child {
    opacity: 0 !important;
}
