        body { background: #f4f7f6; display: flex; align-items: center; height: 100vh; justify-content: center; }
        .login-card { width: 100%; max-width: 400px; padding: 20px; border-radius: 10px; background: white; shadow: 0 4px 6px rgba(0,0,0,0.1); }
