.auth-container{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;justify-content:center;min-height:calc(100vh - 200px);padding:2rem 1rem}.auth-card{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;max-width:440px;padding:2.5rem;width:100%}.verify-email-card{max-width:500px;text-align:center}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-header{margin-bottom:2rem;text-align:center}.auth-header h1{color:#1a1a2e;font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.auth-header p{color:#6b7280;font-size:.95rem;line-height:1.5;margin:0}.auth-form{gap:1.25rem}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#374151;font-size:.875rem;font-weight:600}.form-group input{background:#fafafa;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;padding:.875rem 1rem;transition:all .2s ease}.form-group input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group input:disabled{background:#f3f4f6;cursor:not-allowed}.form-group.has-error input{background:#fef2f2;border-color:#ef4444}.form-group.has-error input:focus{box-shadow:0 0 0 3px #ef44441a}.field-error{align-items:center;color:#ef4444;display:flex;font-size:.8rem;gap:.25rem}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper input{padding-right:3rem;width:100%}.password-toggle{background:none;border:none;cursor:pointer;font-size:1.1rem;opacity:.6;padding:.5rem;position:absolute;right:.75rem;transition:opacity .2s}.password-toggle:hover{opacity:1}.password-strength{align-items:center;display:flex;gap:.75rem;margin-top:.5rem}.strength-bar{background:#e5e7eb;border-radius:3px;flex:1 1;height:6px;overflow:hidden}.strength-fill{height:100%;transition:width .3s ease,background-color .3s ease}.strength-label{font-size:.75rem;font-weight:600;min-width:80px;text-align:right}.password-requirements{background:#f3f4f6;border-radius:8px;margin-top:.5rem;padding:1rem}.password-requirements p{color:#4b5563;font-size:.8rem;font-weight:600;margin:0 0 .5rem}.password-requirements ul{color:#6b7280;font-size:.8rem;margin:0;padding-left:1.25rem}.password-requirements li{margin-bottom:.25rem;transition:color .2s}.password-requirements li.met{color:#10b981}.password-requirements li.met::marker{content:"✓ "}.password-match{font-size:.8rem;margin-top:.25rem}.password-match.match{color:#10b981}.password-match.no-match{color:#ef4444}.btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.5rem;text-align:center;text-decoration:none;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 14px #3b82f64d;color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #3b82f666;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.7;transform:none}.btn-secondary{background:#f3f4f6;border:2px solid #e5e7eb;color:#374151}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn-link{background:none;color:#3b82f6;padding:.5rem}.btn-link:hover{text-decoration:underline}.btn-link.inline{display:inline;font-size:inherit;padding:0}.btn-block{width:100%}.error-message{align-items:flex-start;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;display:flex;font-size:.9rem;gap:.5rem;padding:.875rem 1rem}.error-icon{align-items:center;background:#dc2626;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:18px;justify-content:center;width:18px}.success-message{padding:1rem 0;text-align:center}.success-message h2{color:#059669;margin:1rem 0 .5rem}.success-message p{color:#6b7280;margin:0 0 1rem}.verification-content{padding:1rem 0}.verification-status{padding:2rem 1rem;text-align:center}.verification-status h2{margin:1rem 0 .5rem}.verification-status p{color:#6b7280;margin:.5rem 0}.verification-status.loading{color:#6b7280}.verification-status.success h2{color:#059669}.verification-status.error h2{color:#dc2626}.verification-status.invalid h2{color:#d97706}.status-icon{align-items:center;border-radius:50%;display:flex;font-size:2rem;height:64px;justify-content:center;margin:0 auto;width:64px}.success-icon{background:#d1fae5;color:#059669}.error-icon.status-icon{background:#fee2e2;color:#dc2626;font-size:2rem;height:64px;width:64px}.warning-icon{background:#fef3c7;color:#d97706}.spinner{animation:spin 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:40px;margin:0 auto 1rem;width:40px}.spinner-small{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;width:18px}@keyframes spin{to{transform:rotate(1turn)}}.auth-links{border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.auth-links a{color:#3b82f6;font-size:.9rem;font-weight:500;text-decoration:none}.auth-links a:hover{text-decoration:underline}.auth-links .separator{color:#d1d5db;margin:0 .75rem}.action-links{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.help-text{margin-top:1rem}.help-text,.redirect-notice{color:#6b7280;font-size:.875rem}.redirect-notice{margin:1rem 0}.terms-text{color:#6b7280;font-size:.8rem;margin-top:1rem;text-align:center}.terms-text a{color:#3b82f6;text-decoration:none}.terms-text a:hover{text-decoration:underline}@media (max-width:480px){.auth-container{align-items:flex-start;padding:2rem .5rem 1rem}.auth-card{border-radius:12px;padding:1.5rem}.auth-header h1{font-size:1.5rem}.form-group input{padding:.75rem}.btn{padding:.75rem 1rem}.status-icon{font-size:1.5rem;height:56px;width:56px}.action-links{flex-direction:column}}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.6}h1{font-size:2.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0}h2{font-size:2rem;letter-spacing:-.01em;line-height:1.3;text-align:center}h2,h3{font-weight:600}h3{font-size:1.5rem;line-height:1.4}p{font-size:1rem;line-height:1.6;margin-bottom:1rem}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1;min-height:0}