.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff4d00,#ff8c00)}.login-card{width:400px;border-radius:16px;box-shadow:0 20px 60px #0003}.login-title{display:flex;align-items:center;justify-content:center;gap:12px;font-size:20px;font-weight:700}.login-title .logo{font-size:28px}.login-footer{text-align:center;margin-top:16px}.login-footer a{color:#ff4d00}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f0f2f5}
