@keyframes home_gradientAnimation__wjrWt{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.home_container__TLSt1{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#1b1f3a,#2c2e43,#3a3d5b,#282a36);background-size:300% 300%;animation:home_gradientAnimation__wjrWt 8s infinite alternate}.home_hero__3iLRs{text-align:center;background:rgba(40,42,54,.8);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:50px;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.3);animation:home_fadeIn__uLm0f 1s ease-in-out;max-width:700px;width:80%;border:1px solid rgba(255,255,255,.1)}.home_hero__3iLRs h1{font-size:2.5rem;font-weight:700;color:#ffffff;margin-bottom:15px}.home_hero__3iLRs p{font-size:1.2rem;color:rgba(255,255,255,.9);margin-bottom:25px}.home_loginButton__YS1MQ{background:linear-gradient(90deg,#3a7bd5,#3a6073);color:white;padding:12px 25px;border:none;border-radius:8px;font-size:18px;cursor:pointer;transition:all .3s ease-in-out;font-weight:700;box-shadow:0 4px 10px rgba(0,0,0,.3)}.home_loginButton__YS1MQ:hover{background:linear-gradient(90deg,#3a6073,#3a7bd5);transform:scale(1.05)}@keyframes home_fadeIn__uLm0f{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}