.auth-form{max-width:500px;margin:0 auto;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2c3e50;font-size:.95rem}.form-group input{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input:focus{outline:none;border-color:var(--color-primary, #d0411a);box-shadow:0 0 0 3px #d0411a1a}.form-group input::placeholder{color:#999}.btn-primary{width:100%;padding:1rem;background:linear-gradient(135deg,var(--color-primary, #d0411a) 0%,var(--color-primary-dark, #b03515) 100%);color:#fff;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #d0411a4d}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee;border:1px solid #fcc;color:#c33;padding:.875rem 1rem;border-radius:8px;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-size:.95rem}.error-icon{font-size:1.25rem}.success-message{text-align:center;padding:3rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014}.success-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700}.success-message h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.5rem}.success-message p{color:#666}.form-footer{text-align:center;margin-top:1.5rem;color:#666;font-size:.95rem}.form-footer a{color:var(--color-primary, #d0411a);text-decoration:none;font-weight:600}.form-footer a:hover{text-decoration:underline}.form-helper{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.9rem}.form-helper a{color:var(--color-primary, #d0411a);text-decoration:none;font-weight:500}.form-header-text{text-align:center;margin-bottom:2rem}.form-header-text h2{color:#2c3e50;font-size:1.75rem;margin-bottom:.5rem}.form-header-text p{color:#666;font-size:.95rem}.checkbox-container{display:flex;align-items:center;gap:.5rem;cursor:pointer;user-select:none}.checkbox-container input{width:18px;height:18px;cursor:pointer}.checkbox-label{color:#666}.register-wrapper{max-width:1000px;margin:0 auto;display:flex;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.register-sidebar{flex:1;background:linear-gradient(135deg,#330000 0%,var(--color-primary, #d0411a) 100%);color:#fff;padding:3rem;display:flex;flex-direction:column}.sidebar-logo{margin-bottom:2rem}.sidebar-logo img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));height:auto;max-width:150px;width:100%}.register-sidebar h2{font-size:2rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.register-sidebar p.sidebar-desc{font-size:1.1rem;opacity:.9;margin-bottom:2rem;line-height:1.6}.benefits-list{list-style:none;padding:0;margin:0 0 2rem}.benefits-list li{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1rem}.check-icon{width:24px;height:24px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-box{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);padding:1.25rem;border-radius:12px;margin-top:auto;display:flex;gap:.5rem;font-size:.9rem;line-height:1.5}.info-box .info-icon{font-size:1.25rem;flex-shrink:0}.info-box .info-icon svg{width:24px;height:24px;fill:var(--color-white, #fff)}.register-content{flex:1.2;padding:3rem;background:var(--color-white, #fff)}.register-header{margin-bottom:2.5rem}.register-header h2{font-size:1.8rem;color:#2c3e50;margin-bottom:.5rem}.register-header p{color:#666}.register-content .auth-form{max-width:100%;padding:0;box-shadow:none;background:transparent;border-radius:0}.input-container{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;color:#999;width:20px;height:20px;pointer-events:none}.register-content .form-group input{padding-left:3rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:900px){.register-wrapper{flex-direction:column;margin:0}.register-sidebar,.register-content{padding:1rem}.form-grid{grid-template-columns:1fr;gap:0}}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-toggle{position:absolute;right:1rem;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;color:#666}.password-toggle:hover{color:var(--color-primary, #d0411a)}.strength-meter{height:4px;background:#eee;border-radius:2px;margin-top:.5rem;overflow:hidden}.strength-meter-fill{height:100%;width:0;transition:all .3s ease}.strength-meter-fill.weak{background:#ff4d4d;width:33%}.strength-meter-fill.medium{background:orange;width:66%}.strength-meter-fill.strong{background:#4caf50;width:100%}.strength-text{font-size:.85rem;margin-top:.25rem;color:#666}.btn-secondary{background:#f5f5f5;color:#333;border:1px solid #ddd;padding:.75rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem;width:auto;display:inline-block}.btn-secondary:hover{background:#eee;border-color:#ccc}.password-hints{font-size:.9rem;color:#666;margin:1rem 0;line-height:1.4}.password-hints strong{background:#e1f5fe;color:#0288d1;padding:0 4px;border-radius:2px}.password-requirements{margin-top:1rem;padding:1rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}.requirements-title{margin:0 0 .75rem;font-size:.9rem;font-weight:600;color:#495057}.requirements-list{list-style:none;padding:0;margin:0}.requirements-list li{display:flex;align-items:center;gap:.5rem;padding:.4rem 0;font-size:.875rem;transition:all .2s ease}.requirements-subtitle{font-weight:600;color:#495057;margin-top:.5rem;padding-left:0!important}.requirement-nested{padding-left:1.5rem}.requirement-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0;transition:all .2s ease}.requirement-met{color:#28a745}.requirement-met .requirement-icon{background:#28a745;color:#fff}.requirement-unmet{color:#6c757d}.requirement-unmet .requirement-icon{background:transparent;border:2px solid #6c757d;color:#6c757d}@media(max-width:600px){.auth-form{padding:1.5rem}.password-requirements{padding:.75rem}.requirements-list li{font-size:.8rem}}
