*{box-sizing:border-box}#root,body,html{height:100%;margin:0;padding:0;width:100%}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}#root{display:flex;flex-direction:column}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.auth-page{align-items:flex-start;background:#0a0e1a;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;justify-content:center;min-height:100vh;overflow-x:hidden;overflow-y:auto;padding:5rem 0 2rem;position:relative}.auth-background{bottom:0;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:0}.auth-gradient{animation:gradientShift 20s ease-in-out infinite;background:radial-gradient(ellipse at 50% 50%,#3b82f626 0,#9333ea1a 25%,#0000 50%);height:200%;left:-25%;position:absolute;top:-50%;width:150%}.auth-gradient-register{background:radial-gradient(ellipse at 50% 50%,#10b98126 0,#3b82f61a 25%,#0000 50%)}.auth-grid{background-image:linear-gradient(#94a3b808 1px,#0000 0),linear-gradient(90deg,#94a3b808 1px,#0000 0);background-size:50px 50px;bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}@keyframes gradientShift{0%,to{transform:translate(0) rotate(0deg)}50%{transform:translate(10%,5%) rotate(5deg)}}.auth-home-button{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e293bcc;border:1px solid #94a3b833;border-radius:12px;color:#e2e8f0;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;left:2rem;padding:.75rem 1.25rem;position:fixed;text-decoration:none;top:2rem;transition:all .3s ease;z-index:100}.auth-home-button:hover{background:#334155e6;border-color:#94a3b84d;box-shadow:0 10px 25px #0000004d;transform:translateY(-2px)}.auth-container{margin:0 auto;max-width:480px;padding:2rem;position:relative;width:100%;z-index:1}.auth-card{animation:cardAppear .6s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172af2;border:1px solid #94a3b826;border-radius:24px;box-shadow:0 20px 60px #0006,0 0 0 1px #ffffff0d;padding:3rem}@keyframes cardAppear{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-header{margin-bottom:2rem;text-align:center}.auth-icon-wrapper{align-items:center;animation:iconPulse 2s ease-in-out infinite;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:16px;box-shadow:0 8px 24px #3b82f64d;display:inline-flex;height:64px;justify-content:center;margin-bottom:1.5rem;width:64px}.auth-icon-register{background:linear-gradient(135deg,#10b981,#3b82f6);box-shadow:0 8px 24px #10b9814d}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.auth-icon-wrapper svg{color:#fff}.auth-title{color:#f1f5f9;font-size:2rem;font-weight:700;letter-spacing:-.025em;margin:0 0 .5rem}.auth-subtitle{color:#94a3b8;font-size:.95rem;font-weight:400;margin:0}.auth-error{align-items:center;animation:errorShake .5s ease;background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;color:#fca5a5;display:flex;font-size:.875rem;gap:.75rem;margin-bottom:1.5rem;padding:1rem}@keyframes errorShake{0%,to{transform:translateX(0)}25%{transform:translateX(-8px)}75%{transform:translateX(8px)}}.auth-error svg{flex-shrink:0}.auth-form{gap:1.5rem}.auth-form,.auth-input-group{display:flex;flex-direction:column}.auth-input-group{gap:.5rem}.auth-label{color:#cbd5e1;font-size:.875rem;font-weight:600;margin:0}.auth-input-wrapper{align-items:center;display:flex;position:relative}.auth-input-icon{color:#64748b;left:1rem;pointer-events:none;position:absolute;z-index:1}.auth-input{background:#1e293b80;border:1.5px solid #94a3b833;border-radius:12px;color:#f1f5f9;font-size:.95rem;outline:none;padding:.875rem 1rem .875rem 3rem;transition:all .3s ease;width:100%}.auth-input::placeholder{color:#64748b}.auth-input:focus{background:#1e293bcc;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.auth-input:disabled{cursor:not-allowed;opacity:.6}.auth-password-toggle{align-items:center;background:none;border:none;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:.5rem;position:absolute;right:1rem;transition:color .2s ease;z-index:1}.auth-password-toggle:hover:not(:disabled){color:#94a3b8}.auth-password-toggle:disabled{cursor:not-allowed;opacity:.5}.password-strength{margin-top:.5rem}.password-strength-bar{background:#1e293b80;border-radius:2px;height:4px;margin-bottom:.25rem;overflow:hidden;width:100%}.password-strength-fill{border-radius:2px;height:100%;transition:all .3s ease}.password-strength-fill.strength-0,.password-strength-fill.strength-1{background:#ef4444}.password-strength-fill.strength-2{background:#f59e0b}.password-strength-fill.strength-3{background:#eab308}.password-strength-fill.strength-4,.password-strength-fill.strength-5{background:#10b981}.password-strength-label{color:#94a3b8;font-size:.75rem;font-weight:500}.password-match{align-items:center;color:#10b981;display:flex;font-size:.75rem;font-weight:500;gap:.5rem;margin-top:.5rem}.auth-forgot-password{margin-top:-.5rem;text-align:right}.auth-link{color:#60a5fa;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s ease}.auth-link:hover{color:#93c5fd;text-decoration:underline}.auth-submit-button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:12px;box-shadow:0 4px 12px #3b82f64d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:1rem;transition:all .3s ease;width:100%}.auth-submit-button:hover:not(:disabled){box-shadow:0 8px 20px #3b82f666;transform:translateY(-2px)}.auth-submit-button:active:not(:disabled){transform:translateY(0)}.auth-submit-button:disabled{cursor:not-allowed;opacity:.6}.auth-submit-register{background:linear-gradient(135deg,#10b981,#3b82f6);box-shadow:0 4px 12px #10b9814d}.auth-submit-register:hover:not(:disabled){box-shadow:0 8px 20px #10b98166}.auth-loading{align-items:center;display:flex;gap:.75rem;justify-content:center}.auth-spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.auth-footer{border-top:1px solid #94a3b826;margin-top:2rem;padding-top:2rem;text-align:center}.auth-footer-text{color:#94a3b8;font-size:.875rem;margin:0}.auth-link-primary{color:#60a5fa;font-weight:600;text-decoration:none;transition:color .2s ease}.auth-link-primary:hover{color:#93c5fd}.auth-features{grid-gap:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a80;border:1px solid #94a3b81a;border-radius:20px;display:grid;gap:1rem;margin-top:2rem;padding:2rem}.auth-feature{align-items:flex-start;display:flex;gap:1rem}.auth-feature-icon{flex-shrink:0;font-size:2rem}.auth-feature-text h3{color:#f1f5f9;font-size:1rem;font-weight:600;margin:0 0 .25rem}.auth-feature-text p{color:#94a3b8;font-size:.875rem;margin:0}.auth-benefits{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a80;border:1px solid #94a3b81a;border-radius:20px;margin-top:2rem;padding:2rem}.auth-benefits-title{color:#f1f5f9;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.auth-benefits-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.auth-benefit-item{align-items:center;color:#cbd5e1;display:flex;font-size:.875rem;gap:.75rem}.auth-benefit-icon{color:#10b981;flex-shrink:0}@media (max-width:640px){.auth-page{padding:4rem 0 2rem}.auth-container{padding:1rem}.auth-card{border-radius:20px;padding:2rem 1.5rem}.auth-home-button{font-size:.8125rem;left:1rem;padding:.625rem 1rem;top:1rem}.auth-title{font-size:1.75rem}.auth-subtitle{font-size:.875rem}.auth-benefits,.auth-features{padding:1.5rem}}
/*# sourceMappingURL=main.ed5f59ea.css.map*/