.auth-theme{--background:0 0% 3.5%;--foreground:0 0% 90%;--primary:0 0% 90%;--primary-foreground:0 0% 6%;--secondary:0 0% 7%;--secondary-foreground:0 0% 93%;--border:0 0% 22%;--input:0 0% 16%;--ring:0 0% 70%;--muted:0 0% 16%;--muted-foreground:0 0% 58%;background-color:hsl(var(--background));color:hsl(var(--foreground))}.auth-fullscreen{position:fixed;inset:0;z-index:100;width:100%;height:100dvh;max-height:100dvh;overflow:hidden}.auth-theme ::-moz-selection{background-color:hsla(0,0%,100%,.14);color:#f5f5f5}.auth-theme ::selection{background-color:hsla(0,0%,100%,.14);color:#f5f5f5}html:has(.auth-fullscreen),html:has(.auth-fullscreen) body{overflow:hidden;width:100%;height:100%;margin:0;padding:0;overscroll-behavior:none;background-color:#090909}