.aef-auth-page{min-height:72vh;display:flex;align-items:center;justify-content:center;padding:3rem 1rem;background:radial-gradient(ellipse at 20% 40%,rgba(0,136,204,.06),transparent 55%),radial-gradient(ellipse at 80% 60%,rgba(0,85,128,.05),transparent 55%),#f4f8fc}.aef-auth-card{width:100%;max-width:440px;background:#fff;border-radius:20px;border:1.5px solid rgba(0,136,204,.12);box-shadow:0 8px 40px rgba(0,136,204,.1),0 2px 8px rgba(0,0,0,.04);padding:2.5rem 2rem}.aef-auth-header{text-align:center;margin-bottom:2rem}.aef-auth-icon{width:64px;height:64px;border-radius:50%;background:var(--aef-gradient-blue);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.6rem;color:#fff;box-shadow:0 6px 20px rgba(0,136,204,.35)}.aef-auth-icon a{color:#fff;text-decoration:none}.aef-auth-title{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--color-text);margin-bottom:.4rem;line-height:1.2}.aef-auth-subtitle{font-size:.88rem;color:#6b7280;margin:0}.aef-auth-switch{text-align:center;margin-top:1.5rem;font-size:.85rem;color:#6b7280;margin-bottom:0}.aef-auth-switch a{color:var(--aef-blue);font-weight:700;text-decoration:none}.aef-auth-switch a:hover{text-decoration:underline}.aef-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.5rem;font-family:var(--font-body);font-weight:700;font-size:.95rem;border-radius:8px;cursor:pointer;text-decoration:none;transition:opacity .2s,transform .15s;border:none}.aef-btn-primary{background:var(--aef-gradient-blue);color:#fff;box-shadow:0 4px 14px rgba(0,136,204,.35)}.aef-btn-primary:hover{opacity:.9;transform:translateY(-1px);color:#fff;text-decoration:none}.aef-btn-primary:focus{outline:2px solid var(--aef-blue);outline-offset:2px}@media (max-width:480px){.aef-auth-card{padding:1.75rem 1.25rem;border-radius:16px}.aef-auth-title{font-size:1.5rem}}