@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.userRegister-page{background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px;box-shadow:0 0 20px rgba(0,255,255,.1);animation:fadeInSlideUp 1.2s ease-in-out}.userRegister-page h2,.userRegister-page h3{font-size:24px;font-weight:700;color:#00ffff}.userRegister-page button{padding:12px;max-width:300px;margin:30px auto;border-radius:12px;background:transparent;border:2px solid #00ffff;color:#00ffff;font-size:1rem;cursor:pointer;transition:.3s ease-in-out}.userRegister-page button:hover{background-color:#1a1a1a}.package-name{background-color:black;color:yellow;padding:10px 15px;border-radius:6px;font-weight:700}.error,.success{color:white;font-size:14px;font-weight:700;margin-top:5px}.signup-page{background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);gap:10px;justify-content:center;align-items:center;padding:20px;border-radius:16px;margin:20px auto;width:800px;animation:fadeInSlideUp 1.2s ease-in-out}.signup-page,.userRegister-form{display:flex;flex-direction:column}.userRegister-form{background:rgba(15,12,41,.9);color:white;padding:30px;border-radius:10px;width:100%;max-width:600px;box-shadow:0 0 30px rgba(0,255,255,.15)}.userRegister-form input,.userRegister-form select{padding:12px;width:100%;border-radius:6px;border:1px solid #00bcd4;background-color:#161b22;color:white;margin:10px 0;transition:all .3s ease;font-size:1rem}.userRegister-form input:focus,.userRegister-form select:focus{outline:none;border-color:#00ffff;box-shadow:0 0 10px rgba(0,255,255,.6)}.userRegister-form button{background:linear-gradient(145deg,#00bcd4,#00ffff);color:black;font-weight:700;padding:12px 20px;border-radius:8px;border:none;margin-top:15px;transition:background-color .3s ease}.userRegister-form button:hover{background-color:#f4693e}@media (max-width:1024px){.signup-page{grid-template-columns:1fr;padding:30px}}@media (max-width:768px){.userRegister-page{padding:20px}.userRegister-form{padding:25px}}@media (max-width:480px){.userRegister-page{padding:15px}.userRegister-form{padding:20px}}