.auth-container{align-items:center;background-color:#f8fafc;display:flex;justify-content:center;min-height:100vh;padding:2rem 1rem}.auth-card{animation:fadeIn .3s ease-out;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-width:480px;padding:3rem 2.5rem;width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auth-header{margin-bottom:2rem;text-align:center}.auth-header h1{color:#0f172a;font-size:1.875rem;font-weight:700;letter-spacing:-.025em;margin-bottom:.5rem}.auth-header p{color:#64748b;font-size:.975rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-section{margin-bottom:1.5rem}.form-section h3{border-bottom:2px solid #e2e8f0;color:#2d3748;font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#334155;font-size:.875rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid #e2e8f0;border-radius:6px;color:#0f172a;font-family:inherit;font-size:.95rem;padding:.625rem .875rem;transition:all .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#0284c7;box-shadow:0 0 0 2px #0284c71a;outline:none}.form-group textarea{resize:vertical}.form-hint{color:#718096;font-size:.8rem;font-style:italic}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper input{flex:1 1;padding-right:3rem}.toggle-password{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;padding:.25rem;position:absolute;right:.75rem}.alert{border-radius:8px;font-size:.9rem;margin-bottom:1rem;padding:1rem}.alert-error{background:#fee;border:1px solid #fc8181;color:#c53030}.alert-success{background:#e6fffa;border:1px solid #81e6d9;color:#234e52}.alert-info{background:#ebf8ff;border:1px solid #90cdf4;color:#2c5282}.pricing-info{background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;margin:1.5rem 0;padding:1.5rem}.pricing-info h3{color:#2d3748;font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.pricing-info p{color:#4a5568;font-size:.95rem;margin-bottom:.5rem}.pricing-info .total{border-top:1px solid #e2e8f0;color:#0284c7;font-size:1.1rem;font-weight:700;margin-top:.75rem;padding-top:.75rem}.pricing-info small{color:#718096;display:block;font-size:.85rem;font-style:italic;margin-top:.75rem}.btn{border:none;border-radius:6px;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:600;padding:.75rem 1.25rem;transition:all .2s ease}.btn-primary{background-color:#000;color:#fff}.btn-primary:hover:not(:disabled){background-color:#1e293b;transform:translateY(-1px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-block{width:100%}.btn-secondary{background:#e2e8f0;color:#4a5568}.btn-secondary:hover:not(:disabled){background:#cbd5e0}.auth-footer{color:#718096;font-size:.9rem;margin-top:1.5rem;text-align:center}.auth-footer a{color:#0284c7;font-weight:600;text-decoration:none;transition:color .2s ease}.auth-footer a:hover{color:#0369a1;text-decoration:underline}.verification-container{margin:0 auto;max-width:600px}.verification-steps{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.verification-step{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.5rem;transition:all .2s ease}.verification-step.completed{background:#f0fdf4;border-color:#10b981}.verification-step.active{border-color:#0284c7;box-shadow:0 0 0 2px #0284c71a}.step-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.step-title{color:#2d3748;font-size:1.1rem;font-weight:600}.step-status{border-radius:20px;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.step-status.pending{background:#feebc8;color:#c05621}.step-status.completed{background:#c6f6d5;color:#22543d}.step-content{color:#4a5568;font-size:.95rem}.code-input-group{display:flex;gap:.75rem;margin-top:1rem}.code-input-group input{flex:1 1}@media (max-width:768px){.auth-card{padding:2rem 1.5rem}.auth-header h1{font-size:1.5rem}}:root{--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--bg-default:#fff;--bg-muted:#f8fafc;--bg-surface:#fff;--text-primary:#0f172a;--text-secondary:#64748b;--brand-primary:#0284c7;--border-color:#e2e8f0;--sidebar-bg:#000;--sidebar-text:#f8fafc}[data-theme=dark]{--bg-default:#0f172a;--bg-muted:#1e293b;--bg-surface:#1e293b;--text-primary:#f8fafc;--text-secondary:#94a3b8;--border-color:#334155;--sidebar-bg:#000;--sidebar-text:#e5e7eb}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--bg-default);color:#0f172a;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-family:var(--font-sans);line-height:1.5;margin:0}#root{display:flex;flex-direction:column;min-height:100vh}a{color:#0284c7;color:var(--brand-primary);text-decoration:none}button{font-family:inherit}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}
/*# sourceMappingURL=main.023db4f2.css.map*/