@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.auth-page[data-v-b4be7b8e]{min-height:100vh;background:var(--q-bg-light);display:flex;align-items:center;justify-content:center;padding:2rem;font-family:Inter,sans-serif}.auth-container[data-v-b4be7b8e]{display:grid;grid-template-columns:1fr 1fr;background:white;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #0000001a;max-width:1200px;width:100%;min-height:600px}.auth-branding[data-v-b4be7b8e]{background:var(--q-primary);position:relative;display:flex;align-items:center;justify-content:center;padding:3rem;overflow:hidden}.auth-branding .branding-content[data-v-b4be7b8e]{position:relative;z-index:2;text-align:center;color:#fff}.auth-branding .branding-content .brand-title[data-v-b4be7b8e]{font-size:2.5rem;font-weight:800;margin:1.5rem 0 1rem;line-height:1.2;color:#fff}.auth-branding .branding-content .brand-subtitle[data-v-b4be7b8e]{font-size:1.05rem;line-height:1.7;margin:0 auto 3rem;opacity:.95;max-width:420px;text-align:center;color:#fffffff2}.auth-branding .branding-content .brand-features[data-v-b4be7b8e]{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:3rem;align-items:flex-start;width:100%;max-width:320px;margin-left:auto;margin-right:auto}.auth-branding .branding-content .brand-features .feature-item[data-v-b4be7b8e]{display:flex;align-items:center;gap:1rem;font-size:1rem;color:#fff;opacity:.95}.auth-branding .branding-content .brand-stats[data-v-b4be7b8e]{display:flex;gap:2rem;justify-content:center}.auth-branding .branding-content .brand-stats .stat-item[data-v-b4be7b8e]{text-align:center}.auth-branding .branding-content .brand-stats .stat-item .stat-number[data-v-b4be7b8e]{font-size:1.8rem;font-weight:800;line-height:1}.auth-branding .branding-content .brand-stats .stat-item .stat-label[data-v-b4be7b8e]{font-size:.8rem;opacity:.8;margin-top:.25rem}.auth-branding .branding-bg[data-v-b4be7b8e]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.auth-branding .branding-bg .floating-shape[data-v-b4be7b8e]{position:absolute;border-radius:50%;background:rgba(255,255,255,.1)}.auth-branding .branding-bg .floating-shape.shape-1[data-v-b4be7b8e]{width:100px;height:100px;top:10%;left:10%;animation:float-b4be7b8e 8s ease-in-out infinite}.auth-branding .branding-bg .floating-shape.shape-2[data-v-b4be7b8e]{width:60px;height:60px;top:60%;right:15%;animation:float-b4be7b8e 6s ease-in-out infinite 2s}.auth-branding .branding-bg .floating-shape.shape-3[data-v-b4be7b8e]{width:80px;height:80px;bottom:15%;left:20%;animation:float-b4be7b8e 7s ease-in-out infinite 1s}.auth-form-container[data-v-b4be7b8e]{background:var(--q-bg-light);display:flex;align-items:center;justify-content:center;padding:3rem}.auth-form[data-v-b4be7b8e]{width:100%;max-width:400px}.auth-form .form-header[data-v-b4be7b8e]{text-align:center;margin-bottom:2.5rem}.auth-form .form-header .form-title[data-v-b4be7b8e]{font-size:2rem;font-weight:700;color:var(--q-dark);margin-bottom:.5rem}.auth-form .form-header .form-subtitle[data-v-b4be7b8e]{color:var(--q-text-light);font-size:1rem;line-height:1.5}.auth-form .form-group[data-v-b4be7b8e]{margin-bottom:1.5rem}.auth-form .form-group .form-label[data-v-b4be7b8e]{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.9rem}.auth-form .form-group .input-wrapper[data-v-b4be7b8e]{position:relative}.auth-form .form-group .input-wrapper .input-icon[data-v-b4be7b8e]{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;z-index:2}.auth-form .form-group .input-wrapper .form-input[data-v-b4be7b8e]{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid #E5E7EB;border-radius:12px;font-size:1rem;transition:all .3s ease;background:white}.auth-form .form-group .input-wrapper .form-input[data-v-b4be7b8e]:focus{outline:none;border-color:var(--q-primary);box-shadow:0 0 0 3px #4f46e51a}.auth-form .form-group .input-wrapper .form-input.has-error[data-v-b4be7b8e]{border-color:#ef4444}.auth-form .form-group .input-wrapper .form-input[data-v-b4be7b8e]::placeholder{color:#9ca3af}.auth-form .form-group .input-wrapper .form-input[data-v-b4be7b8e]:disabled{background:#F9FAFB;cursor:not-allowed;color:#9ca3af}.auth-form .form-group .error-message[data-v-b4be7b8e]{color:#ef4444;font-size:.875rem;margin-top:.5rem;display:flex;align-items:center;gap:.25rem}.auth-form .form-group .error-message[data-v-b4be7b8e]:before{content:"\26a0";font-size:.75rem}.auth-form .success-message[data-v-b4be7b8e]{text-align:center;padding:2rem 1rem}.auth-form .success-message .success-icon[data-v-b4be7b8e]{margin-bottom:1rem;animation:bounceIn-b4be7b8e .6s ease}.auth-form .success-message .success-title[data-v-b4be7b8e]{font-size:1.5rem;font-weight:700;color:var(--q-dark);margin:0 0 1rem}.auth-form .success-message .success-text[data-v-b4be7b8e]{color:var(--q-text-primary);font-size:1rem;line-height:1.5;margin-bottom:.5rem}.auth-form .success-message .success-subtitle[data-v-b4be7b8e]{color:var(--q-text-light);font-size:.9rem;line-height:1.5;margin-bottom:2rem}.auth-form .success-message .success-actions[data-v-b4be7b8e]{display:flex;flex-direction:column;gap:1rem}.auth-form .submit-btn[data-v-b4be7b8e],.auth-form .secondary-btn[data-v-b4be7b8e]{width:100%;padding:1rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-form .submit-btn[data-v-b4be7b8e]:disabled,.auth-form .secondary-btn[data-v-b4be7b8e]:disabled{opacity:.7;cursor:not-allowed}.auth-form .submit-btn[data-v-b4be7b8e]{background:var(--q-primary);color:#fff}.auth-form .submit-btn[data-v-b4be7b8e]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #4f46e54d;background:#4338CA}.auth-form .secondary-btn[data-v-b4be7b8e]{background:white;color:var(--q-primary);border:2px solid var(--q-primary)}.auth-form .secondary-btn[data-v-b4be7b8e]:hover:not(:disabled){background:var(--q-primary);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #4f46e54d}.auth-form .divider[data-v-b4be7b8e]{text-align:center;margin:2rem 0;position:relative}.auth-form .divider[data-v-b4be7b8e]:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#E5E7EB}.auth-form .divider span[data-v-b4be7b8e]{background:#F9FAFB;padding:0 1rem;color:#9ca3af;font-size:.875rem;position:relative;z-index:1}.auth-form .form-footer[data-v-b4be7b8e]{text-align:center;padding-top:1rem;border-top:1px solid #E5E7EB}.auth-form .form-footer .back-to-login[data-v-b4be7b8e]{color:var(--q-text-light);font-size:.9rem}.auth-form .form-footer .back-to-login .login-link[data-v-b4be7b8e]{color:var(--q-primary);text-decoration:none;font-weight:600;margin-left:.25rem;transition:color .3s ease}.auth-form .form-footer .back-to-login .login-link[data-v-b4be7b8e]:hover{color:var(--q-accent)}@keyframes float-b4be7b8e{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}@keyframes bounceIn-b4be7b8e{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.auth-container[data-v-b4be7b8e]{grid-template-columns:1fr;margin:1rem;border-radius:16px}.auth-branding[data-v-b4be7b8e]{display:none}.auth-form-container[data-v-b4be7b8e]{padding:2rem}.auth-form[data-v-b4be7b8e]{max-width:none}}
