* {
            -webkit-user-select: none;
            -webkit-touch-callout: none;
            -webkit-tap-highlight-color: transparent;
            box-sizing: border-box;
        }
        body { font-family: 'Inter', sans-serif; background-color: #FDFDFD; }
        .ultra-round { border-radius: 2.5rem; }
        ::-webkit-scrollbar { display: none; }
        
        /* Smooth fade for the background image */
        .login-bg {
            background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.8)), url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&q=80&w=1200');
            background-size: cover;
            background-position: center;
        }