@tailwind base;@tailwind components;@tailwind utilities;html,body,#root{height:100%;margin:0;padding:0}body{font-family:Inter,sans-serif;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);color:#1a202c;display:flex;justify-content:center;align-items:center}.auth-card{background-color:#fff;border-radius:2rem;box-shadow:0 20px 50px #0000001a;padding:2.5rem;max-width:400px;width:100%;transition:all .3s ease-in-out}.auth-card:hover{transform:translateY(-5px);box-shadow:0 25px 60px #00000026}.auth-input{width:100%;padding:.75rem 1rem;border-radius:1rem;border:1px solid #e2e8f0;outline:none;transition:all .2s}.auth-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.auth-btn{width:100%;padding:.75rem;border-radius:1rem;font-weight:600;cursor:pointer;transition:all .2s}.auth-btn-google{display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#4285f4;color:#fff}.auth-btn-google:hover{background-color:#357ae8}.auth-btn-email{background-color:#3b82f6;color:#fff;margin-top:1rem}.auth-btn-email:hover{background-color:#2563eb}.auth-divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0;font-size:.875rem;color:#6b7280}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid #d1d5db}.auth-divider:before{margin-right:.75rem}.auth-divider:after{margin-left:.75rem}.auth-error{color:#dc2626;font-size:.875rem;margin-top:-.5rem;margin-bottom:.5rem;text-align:center}
