.auth-wrapper{background:#0a0e1a;justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex;position:relative;overflow:hidden}.auth-grid-bg{background-image:linear-gradient(#38bdf812 1px,#0000 1px),linear-gradient(90deg,#38bdf812 1px,#0000 1px);background-size:50px 50px;animation:20s linear infinite gridMove;position:fixed;inset:0}@keyframes gridMove{0%{background-position:0 0}to{background-position:50px 50px}}.auth-card{z-index:1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#141b2de6;border:1px solid #ffffff14;border-radius:16px;width:100%;max-width:420px;padding:2.5rem;box-shadow:0 25px 50px #00000080}.auth-logo{color:#fff;background:linear-gradient(135deg,#38bdf8,#818cf8);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.5rem;font-size:1.8rem;font-weight:800;display:flex}.auth-title{color:#f1f5f9;text-align:center;margin-bottom:.3rem;font-size:1.6rem;font-weight:700}.auth-subtitle{color:#94a3b8;text-align:center;margin-bottom:2rem;font-size:.9rem}.auth-error{color:#fca5a5;background:#ef444426;border:1px solid #ef44444d;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem}.auth-form{flex-direction:column;gap:1.2rem;display:flex}.auth-field{flex-direction:column;gap:.4rem;display:flex}.auth-field label{color:#94a3b8;font-size:.85rem;font-weight:500}.auth-hint{color:#475569;font-size:.75rem}.auth-field input{color:#e2e8f0;background:#0000004d;border:1px solid #ffffff14;border-radius:8px;outline:none;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s}.auth-field input:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf81a}.auth-submit,.auth-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#38bdf8,#818cf8);border:none;border-radius:8px;margin-top:.5rem;padding:.85rem;font-size:.95rem;font-weight:600;transition:opacity .2s}.auth-submit:hover,.auth-btn:hover{opacity:.9}.auth-submit:disabled,.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-footer{color:#64748b;text-align:center;margin-top:1.5rem;font-size:.85rem}.auth-footer a{color:#38bdf8;font-weight:500;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-message{color:#7dd3fc;background:#38bdf81a;border:1px solid #38bdf84d;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem}.auth-link{color:#38bdf8;font-weight:500;text-decoration:none}.auth-link:hover{text-decoration:underline}
