.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.login-card{background:white;padding:2rem;border-radius:.75rem;box-shadow:0 4px 16px rgba(0,0,0,.1);width:100%;max-width:400px}.login-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center;color:#1f2937}.google-button{width:100%;padding:.75rem;background:white;color:#1f2937;border:1px solid #e5e7eb;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .2s ease}.google-button:hover{background:#f9fafb;border-color:#3b82f6}.google-button:active{transform:scale(.98)}.google-icon{width:20px;height:20px;flex-shrink:0}