.register-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary) 0,#0891b2 50%,var(--gradient-end) 100%);padding:16px}.register-card{background:#fff;border-radius:22px;padding:28px 22px;width:100%;max-width:500px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.register-header{text-align:center;margin-bottom:20px}.register-logo{margin-bottom:14px}.register-title{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:8px}.register-subtitle{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.step-indicator{justify-content:center;margin-bottom:20px;gap:10px}.step,.step-indicator{display:flex;align-items:center}.step{flex-direction:column;gap:5px}.step-number{width:30px;height:30px;border-radius:50%;background:#e2e8f0;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;transition:all .3s ease}.step.active .step-number{background:var(--primary);color:#fff}.step.completed .step-number{background:#10b981;color:#fff}.step-label{font-size:.7rem;color:var(--text-secondary);font-weight:500}.step.active .step-label{color:var(--primary)}.step-line{width:40px;height:3px;background:#e2e8f0;margin-bottom:18px}.register-form{gap:14px}.form-group,.register-form{display:flex;flex-direction:column}.form-group{gap:6px}.form-group label{font-size:.875rem;font-weight:600;color:#374151}.form-group input{padding:16px;border:2px solid var(--border);border-radius:12px;font-size:1rem;transition:all .2s ease;background:#f8fafc;min-height:52px;-webkit-appearance:none}.form-group input:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px rgba(28,168,168,.1)}.form-group input:disabled{background:#f1f5f9;cursor:not-allowed}.code-input{text-align:center;font-size:1.4rem!important;font-weight:700;letter-spacing:3px;text-transform:uppercase}.form-row{display:flex;flex-direction:column;gap:14px}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{width:100%;padding-right:50px}.password-toggle{position:absolute;right:14px;background:none;border:none;cursor:pointer;font-size:20px;padding:4px;color:var(--text-secondary)}.code-info-card{background:#f0f9ff;border:1px solid #bae6fd;border-radius:14px;padding:14px;margin-bottom:8px}.code-info-header{display:flex;align-items:center;gap:10px;margin-bottom:10px;color:#0369a1}.code-info-header svg{flex-shrink:0}.code-info-title{font-size:1.05rem;font-weight:600;color:#0369a1}.code-info-details{display:flex;flex-wrap:wrap;gap:12px}.code-info-item{display:flex;align-items:center;gap:6px}.code-info-label{font-size:.8rem;color:var(--text-secondary)}.code-info-value{font-size:.8rem;font-weight:600;color:var(--text)}.role-badge{background:var(--primary);color:#fff!important;padding:4px 12px;border-radius:20px;font-size:.7rem}.form-buttons{display:flex;flex-direction:column;gap:10px;margin-top:8px}.back-button{padding:14px 24px;border:2px solid var(--border);border-radius:12px;background:#fff;color:var(--text-secondary);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:52px;order:2}.back-button:hover:not(:disabled){border-color:#cbd5e1;background:#f8fafc}.register-button{flex:1 1;padding:14px 24px;background:linear-gradient(135deg,var(--primary) 0,var(--gradient-end) 100%);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:52px;order:1}.register-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(28,168,168,.3)}.register-button:active:not(:disabled){transform:scale(.98)}.register-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.button-loading{display:flex;align-items:center;justify-content:center;gap:8px}.spinner{width:18px;height:18px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:14px 16px;border-radius:12px;font-size:.875rem;margin-bottom:8px}.register-footer{text-align:center;margin-top:22px;padding-top:22px;border-top:1px solid var(--border)}.register-footer p{color:var(--text-secondary);font-size:.875rem}.register-footer a{color:var(--primary);text-decoration:none;font-weight:600}.register-footer a:hover{text-decoration:underline}@media (min-width:640px){.register-card{padding:36px 32px}.register-title{font-size:1.65rem}.step-line{width:60px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.code-input{font-size:1.5rem!important;letter-spacing:4px}.form-buttons{flex-direction:row}.back-button{flex:0 0 auto;order:1}.register-button{order:2}}@media (min-width:768px){.register-container{padding:20px}.register-card{padding:40px}.register-header{margin-bottom:24px}.register-title{font-size:1.75rem}.step-indicator{gap:12px;margin-bottom:24px}.step-number{width:32px;height:32px;font-size:.9rem}.step-label{font-size:.75rem}.register-form{gap:16px}.code-info-title{font-size:1.125rem}}