.al-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.25rem;background:linear-gradient(135deg,#f4f7fb,#eef3ff 50%,#f8fafc)}.al-card{width:100%;max-width:480px;background:#fff;border-radius:28px;padding:42px;border:1px solid #e5e7eb;box-shadow:0 25px 60px rgba(37,99,235,.12),0 8px 24px rgba(15,23,42,.06);animation:al-card-in .45s ease-out both}@keyframes al-card-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.al-header{flex-direction:column;text-align:center;margin-bottom:2.25rem}.al-header,.al-logo{display:flex;align-items:center}.al-logo{justify-content:center;width:72px;height:72px;border-radius:50%;margin-bottom:1.35rem;background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff;font-size:2rem;box-shadow:0 12px 28px rgba(37,99,235,.28)}.al-header h1,.al-logo{font-weight:800;letter-spacing:-.02em}.al-header h1{margin:0;font-size:38px;line-height:1.15;color:#0f172a}.al-subtitle{margin:.75rem 0 0;max-width:22rem;font-size:1rem;line-height:1.55;color:#64748b}.al-form{display:flex;flex-direction:column;gap:0}.al-form .al-error{margin-bottom:1.25rem}.al-field{margin-bottom:1.35rem}.al-field label{display:block;font-size:.9rem;font-weight:600;margin-bottom:.55rem;color:#334155}.al-input-wrap{position:relative;display:block}.al-input-icon{position:absolute;left:1.05rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;color:#64748b;opacity:.72;pointer-events:none;transition:opacity .2s ease,color .2s ease;z-index:1}.al-input-wrap:hover .al-input-icon{opacity:.92}.al-input-wrap:focus-within .al-input-icon{opacity:1;color:#2563eb}.al-input-wrap input{width:100%;height:56px;padding:0 1.05rem 0 2.85rem;border:1px solid #dbe3f0;border-radius:16px;background:#f8fafc;color:#0f172a;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.al-input-wrap input::placeholder{color:#94a3b8}.al-input-wrap input:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px rgba(37,99,235,.12)}.al-submit{width:100%;height:58px;margin-top:.65rem;padding:0 1.25rem;border:none;border-radius:16px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:700;font-size:18px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.al-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 30px rgba(37,99,235,.25)}.al-submit:active:not(:disabled){transform:translateY(0)}.al-submit:disabled{opacity:.78;cursor:wait;transform:none;box-shadow:none}.al-spin{animation:al-spin .8s linear infinite}@keyframes al-spin{to{transform:rotate(1turn)}}.al-error{background:#fef2f2;color:#dc2626;padding:.75rem 1rem;border-radius:12px;font-size:.9rem;border:1px solid #fecaca;line-height:1.45}@media (max-width:520px){.al-page{padding:1.25rem .75rem}.al-card{width:92%;max-width:none;padding:28px;border-radius:24px}.al-header h1{font-size:30px}.al-logo{width:64px;height:64px;font-size:1.75rem;margin-bottom:1.1rem}.al-subtitle{font-size:.95rem}}