body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.registration-form-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.registration-form-card{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;max-width:480px;padding:40px;width:100%}.registration-form{display:flex;flex-direction:column;gap:20px}@media (max-width:768px){.registration-form-container{align-items:flex-start;padding:40px 10px 10px}.registration-form-card{max-width:100%;padding:30px 20px}.form-header h2{font-size:24px}.form-header p{font-size:14px}.form-input{font-size:16px}}@media (max-width:480px){.registration-form-card{padding:20px 15px}.form-header h2{font-size:22px}.submit-button{font-size:15px;padding:12px 20px}}@media (prefers-reduced-motion:reduce){.loading-spinner,.registration-form-card{animation:none}.submit-button{transition:none}}.login-form-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-form-card{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;max-width:420px;padding:40px;width:100%}.login-form{display:flex;flex-direction:column;gap:20px}.form-links{margin-top:16px;text-align:center}.forgot-password-link{background:none;border:none;color:#667eea;cursor:pointer;font-size:14px;font-weight:600;margin:0;padding:0;text-decoration:underline}.forgot-password-link:hover:not(:disabled){color:#5a67d8}.forgot-password-link:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.login-form-container{align-items:flex-start;padding:40px 10px 10px}.login-form-card{max-width:100%;padding:30px 20px}.form-header h2{font-size:24px}.form-header p{font-size:14px}.form-input{font-size:16px}}@media (max-width:480px){.login-form-card{padding:20px 15px}.form-header h2{font-size:22px}.submit-button{font-size:15px;padding:12px 20px}}@media (prefers-reduced-motion:reduce){.loading-spinner,.login-form-card{animation:none}.submit-button{transition:none}}.password-reset-form-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.password-reset-form-card{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;max-width:480px;padding:40px;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-header{margin-bottom:30px;text-align:center}.form-header h2{color:#2d3748;font-size:28px;font-weight:700;margin:0 0 8px}.form-header p{color:#718096;font-size:16px;margin:0}.error-message,.success-message{align-items:center;border-radius:8px;display:flex;font-size:14px;font-weight:500;margin-bottom:20px;padding:12px 16px}.success-message{background-color:#f0fff4;border:1px solid #9ae6b4;color:#22543d}.error-message{background-color:#fed7d7;border:1px solid #feb2b2;color:#c53030}.error-icon,.success-icon{font-weight:700;margin-right:8px}.error-text,.success-text{flex:1 1}.password-reset-form{gap:20px}.form-group,.password-reset-form{display:flex;flex-direction:column}.form-label{color:#2d3748;font-size:14px;font-weight:600;margin-bottom:6px}.form-input{background-color:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;padding:12px 16px;transition:all .2s ease}.form-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-input.error{border-color:#e53e3e}.form-input:disabled{background-color:#f7fafc;cursor:not-allowed;opacity:.6}.field-error{color:#e53e3e;font-size:12px;font-weight:500}.field-error,.password-requirements{margin-top:4px}.password-requirements small{color:#718096;font-size:12px;line-height:1.4}.submit-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;justify-content:center;margin-top:10px;padding:14px 24px;transition:all .2s ease}.submit-button:hover:not(:disabled){box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.submit-button.loading{opacity:.8}.back-button{background:#fff;border:2px solid #667eea;border-radius:8px;color:#667eea;cursor:pointer;font-size:14px;font-weight:600;margin-top:8px;padding:12px 24px;transition:all .2s ease}.back-button:hover:not(:disabled){background:#f7fafc;transform:translateY(-1px)}.back-button:disabled{cursor:not-allowed;opacity:.5}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:16px;width:16px}.form-footer{border-top:1px solid #e2e8f0;margin-top:24px;padding-top:20px;text-align:center}.form-footer p{color:#718096;font-size:14px;margin:0}.link-button{background:none;border:none;color:#667eea;cursor:pointer;font-size:inherit;font-weight:600;margin:0;padding:0;text-decoration:underline}.link-button:hover:not(:disabled){color:#5a67d8}.link-button:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.password-reset-form-container{align-items:flex-start;padding:40px 10px 10px}.password-reset-form-card{max-width:100%;padding:30px 20px}.form-header h2{font-size:24px}.form-header p{font-size:14px}.form-input{font-size:16px}}@media (max-width:480px){.password-reset-form-card{padding:20px 15px}.form-header h2{font-size:22px}.submit-button{font-size:15px;padding:12px 20px}}@media (prefers-reduced-motion:reduce){.loading-spinner,.password-reset-form-card{animation:none}.submit-button{transition:none}}@media (prefers-contrast:high){.form-input{border-width:3px}.submit-button{border:2px solid}}.App{text-align:center}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh;padding:20px}.App-header h1{margin:0 0 20px}.App-header p{font-size:18px;margin:0}.loading-screen{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.loading-screen .loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:40px;margin-bottom:16px;width:40px}.loading-screen p{font-size:18px;font-weight:500}@keyframes spin{to{transform:rotate(1turn)}}.dashboard{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}.dashboard-header{align-items:center;background:#fff;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:space-between;padding:20px 40px}.dashboard-header h1{color:#2d3748;font-size:28px;font-weight:700;margin:0}.user-info{align-items:center;display:flex;gap:20px}.user-info p{color:#4a5568;font-size:16px;font-weight:500;margin:0}.sign-out-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s ease}.sign-out-button:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.dashboard-content{margin:0 auto;max-width:800px;padding:40px}.welcome-section{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:40px;text-align:left}.welcome-section h2{color:#2d3748;font-size:32px;font-weight:700;margin:0 0 16px;text-align:center}.welcome-section>p{color:#718096;font-size:18px;margin-bottom:40px;text-align:center}.user-details{background:#f7fafc;border-left:4px solid #667eea;border-radius:8px;padding:24px}.user-details h3{color:#2d3748;font-size:20px;font-weight:600;margin:0 0 16px}.user-details ul{list-style:none;margin:0;padding:0}.user-details li{border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:16px;margin-bottom:8px;padding:8px 0}.user-details li:last-child{border-bottom:none;margin-bottom:0}.user-details strong{color:#2d3748;font-weight:600}@media (max-width:768px){.dashboard-header{flex-direction:column;gap:16px;padding:16px 20px;text-align:center}.dashboard-header h1{font-size:24px}.user-info{flex-direction:column;gap:12px}.dashboard-content{padding:20px}.welcome-section{padding:24px 20px}.welcome-section h2{font-size:28px}.user-details{padding:20px 16px}}@media (max-width:480px){.dashboard-header{padding:12px 16px}.dashboard-header h1{font-size:22px}.welcome-section h2{font-size:24px}.user-details li{font-size:14px}}
/*# sourceMappingURL=main.469406c2.css.map*/