:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#0f172a;background:linear-gradient(180deg,#f8fafc,#eef2ff)}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}.auth-page{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.auth-card{width:min(460px,100%);background:#fff;border-radius:18px;border:1px solid #e2e8f0;box-shadow:0 12px 28px #0f172a14;padding:2rem;display:grid;gap:.9rem}.auth-card h1{margin:0 0 .35rem;font-size:1.7rem}.auth-card p{margin:0;color:#475569}.auth-field{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:.75rem .9rem;font-size:1rem}.auth-field:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.auth-button{border:none;border-radius:10px;background:#4338ca;color:#fff;font-size:1rem;font-weight:600;padding:.8rem 1rem;cursor:pointer}.auth-button:hover{background:#3730a3}.auth-link{color:#4338ca;text-decoration:none;font-weight:500}.auth-link:hover{text-decoration:underline}.auth-error{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#b91c1c;padding:.7rem .8rem;font-size:.95rem}.page-loader{min-height:100vh;display:grid;place-items:center;color:#475569;font-size:1rem}
