.login__wrapper{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.login{background-color:#fff;padding:3rem 2.5rem;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15);text-align:center;max-width:450px;width:100%;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login__title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.login__subtitle{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}.login__description{font-size:1rem;color:#666;margin-bottom:2rem;line-height:1.5}.login__google-button{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;color:#333;text-decoration:none;font-size:1rem;font-weight:600;padding:.875rem 2rem;border-radius:8px;border:2px solid #e0e0e0;transition:all .3s ease;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.08);width:100%;max-width:280px}.login__google-button:hover{background-color:#f8f9fa;border-color:#d0d0d0;box-shadow:0 4px 12px rgba(0,0,0,.12);transform:translateY(-2px)}.login__google-button:active{transform:translateY(0);box-shadow:0 2px 6px rgba(0,0,0,.1)}.login__google-icon{margin-right:.75rem;flex-shrink:0}.login__error{background-color:#fee;color:#c33;padding:.75rem 1rem;border-radius:6px;margin-bottom:1.5rem;font-size:.875rem;border:1px solid #fcc}@media(max-width:576px){.login{padding:2rem 1.5rem}.login__title{font-size:2rem}.login__subtitle{font-size:1.25rem}.login__description{font-size:.875rem}.login__google-button{font-size:.875rem;padding:.75rem 1.5rem}}