.custom-select-container{width:100%;position:relative}.custom-select-trigger{background:var(--input-bg);border:1px solid var(--input-border);color:var(--foreground);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:12px;justify-content:space-between;align-items:center;padding:14px 16px;font-size:15px;transition:all .2s;display:flex}.custom-select-trigger.placeholder span{color:var(--text-faint)}.custom-select-trigger:hover,.custom-select-trigger.open{background:var(--card-hover-bg);border-color:#ff6b6b80}.custom-select-trigger.open{box-shadow:0 0 0 4px #ff6b6b1a}.custom-select-icon{color:var(--text-muted);transition:transform .2s}.custom-select-trigger.open .custom-select-icon{transform:rotate(180deg)}.custom-select-dropdown{background:var(--background);border:1px solid var(--card-border);width:100%;max-height:250px;box-shadow:0 12px 32px var(--shadow-color);z-index:50;border-radius:12px;margin:0;padding:8px;list-style:none;animation:.2s slideDown;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.custom-select-option{color:var(--foreground);cursor:pointer;border-radius:8px;padding:12px 16px;font-size:15px;transition:all .2s}.custom-select-option:hover{background:var(--card-hover-bg);color:#ff6b6b}.custom-select-option.selected{color:#ff6b6b;background:#ff6b6b1a;font-weight:600}.custom-select-dropdown::-webkit-scrollbar{width:6px}.custom-select-dropdown::-webkit-scrollbar-track{background:0 0}.custom-select-dropdown::-webkit-scrollbar-thumb{background:var(--card-border);border-radius:10px}.custom-select-dropdown::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
.address-autocomplete-container{width:100%;position:relative}.address-input-wrapper{align-items:center;display:flex;position:relative}.address-input{background:var(--input-bg);border:1px solid var(--input-border);width:100%;color:var(--foreground);border-radius:12px;outline:none;padding:14px 16px;font-family:inherit;font-size:15px;transition:all .2s}.address-input::placeholder{color:var(--text-faint)}.address-input:focus{background:var(--card-hover-bg);border-color:#ff6b6b80;box-shadow:0 0 0 4px #ff6b6b1a}.address-icon{color:var(--text-muted);position:absolute}.loading-icon{color:#ff6b6b;animation:1s linear infinite spin;right:14px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.address-suggestions-dropdown{background:var(--background);border:1px solid var(--card-border);width:100%;max-height:280px;box-shadow:0 12px 32px var(--shadow-color);z-index:50;border-radius:12px;margin:0;padding:8px;list-style:none;animation:.2s slideDown;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto}.address-suggestion-item{color:var(--foreground);cursor:pointer;border-radius:8px;align-items:flex-start;gap:12px;padding:12px 16px;font-size:14px;line-height:1.4;transition:all .2s;display:flex}.address-suggestion-item:hover{background:var(--card-hover-bg)}.suggestion-icon{color:#ff6b6b;flex-shrink:0;margin-top:2px}.address-suggestions-dropdown::-webkit-scrollbar{width:6px}.address-suggestions-dropdown::-webkit-scrollbar-track{background:0 0}.address-suggestions-dropdown::-webkit-scrollbar-thumb{background:var(--card-border);border-radius:10px}.address-suggestions-dropdown::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
.register-container{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.register-card{background:var(--card-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--card-border);width:100%;max-width:480px;box-shadow:0 24px 48px var(--shadow-color);border-radius:24px;padding:40px;transition:all .3s}.register-header{text-align:center;margin-bottom:32px}.register-header h1{background:linear-gradient(135deg,#ff6b6b 0%,#ff8e53 100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;margin:0 0 8px;font-size:28px;font-weight:800}.register-header p{color:var(--text-muted);margin:0;font-size:15px}.stepper{justify-content:space-between;align-items:center;margin-bottom:32px;padding:0 10px;display:flex}.step{color:var(--text-faint);flex-direction:column;align-items:center;gap:8px;transition:all .3s;display:flex}.step.active{color:var(--foreground)}.step.active .step-icon{color:#fff;background:#ff6b6b;border-color:#ff6b6b;box-shadow:0 0 0 4px #ff6b6b33}.step-icon{border:2px solid var(--card-border);background:var(--input-bg);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.step span{text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.step-line{background:var(--card-border);flex:1;height:2px;margin:0 12px;transition:all .3s;position:relative;top:-12px}.step-line.active{background:#ff6b6b}.form-content{flex-direction:column;min-height:280px;display:flex}.step-form{flex-direction:column;gap:20px;animation:.3s slideIn;display:flex}@keyframes slideIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label,.upload-group label{color:var(--foreground);opacity:.8;letter-spacing:.5px;text-transform:uppercase;font-size:13px;font-weight:600}.form-group input{background:var(--input-bg);border:1px solid var(--input-border);color:var(--foreground);border-radius:12px;outline:none;padding:14px 16px;font-family:inherit;font-size:15px;transition:all .2s}.form-group input::placeholder{color:var(--text-faint)}.form-group input:focus{background:var(--card-hover-bg);border-color:#ff6b6b80;box-shadow:0 0 0 4px #ff6b6b1a}.btn-primary{color:#fff;cursor:pointer;background:#ff6b6b;border:none;border-radius:12px;width:100%;padding:14px;font-size:16px;font-weight:700;transition:all .2s}.btn-primary:hover{background:#ff5252;transform:translateY(-2px);box-shadow:0 8px 24px #ff6b6b4d}.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-group{gap:12px;margin-top:8px;display:flex}.btn-secondary{color:var(--foreground);border:1px solid var(--card-border);cursor:pointer;background:0 0;border-radius:12px;padding:14px 24px;font-size:16px;font-weight:600;transition:all .2s}.btn-secondary:hover{background:var(--card-hover-bg)}.flex-1{flex:1}.error-box{color:#ff6b6b;text-align:center;background:#ff6b6b1a;border:1px solid #ff6b6b4d;border-radius:12px;margin-bottom:20px;padding:12px;font-size:14px;font-weight:500}.step-desc{color:var(--text-muted);margin:0 0 16px;font-size:14px;line-height:1.5}.upload-group{flex-direction:column;gap:8px;display:flex}.upload-box{width:100%}.upload-label{background:var(--input-bg);border:1px dashed var(--card-border);cursor:pointer;color:var(--text-muted);border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:24px;transition:all .2s;display:flex}.upload-label:hover{background:var(--card-hover-bg);color:var(--foreground);border-color:#ff6b6b}.upload-label span{font-size:14px;font-weight:500}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper input{width:100%;padding-right:48px}.password-toggle{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex;position:absolute;right:12px}.password-toggle:hover{color:var(--foreground);background:#ff6b6b1a}
