:root{--register-primary: var(--primary);--register-primary-dark: #262626;--register-text: var(--foreground);--register-text-light: var(--muted-foreground);--register-text-lighter: #a3a3a3;--register-bg: var(--background);--register-surface: var(--card);--register-border: var(--border);--register-brand-bg: #000000}.register-form-section{background:var(--register-surface);display:flex;align-items:center;justify-content:center;padding:1rem;height:100vh;overflow-y:auto;min-height:0;position:relative}.form-container{width:100%;max-width:520px;max-height:calc(100vh - 3rem);overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;justify-content:center;padding:0 1rem}.form-wrapper{margin-bottom:1rem;flex:1;display:flex;flex-direction:column;justify-content:center;min-height:0}@media(max-width:575px){.register-form-section{padding:.75rem;height:100vh;height:100dvh}.form-container{max-width:100%;padding:0 .5rem;max-height:calc(100vh - 1.5rem);max-height:calc(100dvh - 1.5rem)}.form-wrapper{margin-bottom:.5rem}.step-header{margin-bottom:1.5rem;text-align:center}.form-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;line-height:1.2}.form-subtitle{font-size:.875rem;line-height:1.4;color:var(--register-text-light);margin-bottom:0}.step-indicator{margin-bottom:1.5rem}.progress-bar{height:6px;margin-bottom:.75rem}.step-text{font-size:.75rem;font-weight:500}.register-form{margin-bottom:1rem}.step-container{padding:0}.form-group{margin-bottom:1rem}.form-group:last-child{margin-bottom:0}.form-label{font-size:.875rem;margin-bottom:.5rem;font-weight:600}.form-input{font-size:16px;padding:.75rem;border-radius:8px;min-height:48px}.nav-buttons{flex-direction:column;gap:.75rem;margin-top:1.5rem}.nav-button{width:100%;min-height:48px;font-size:.875rem;font-weight:600;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:.5rem}.form-footer{padding:1rem .5rem;text-align:center}.login-text{font-size:.75rem;line-height:1.4}.login-link{font-weight:600;text-decoration:none}}@media(min-width:576px)and (max-width:767px){.register-form-section{padding:1rem}.form-container{max-width:100%;padding:0 .75rem}.form-title{font-size:1.75rem}.form-subtitle{font-size:.9375rem}.step-text{font-size:.8125rem}.nav-buttons{flex-direction:row;gap:1rem}.nav-button{flex:1;min-height:44px}.form-input{padding:.875rem}}@media(min-width:768px)and (max-width:991px){.register-form-section{padding:1.5rem}.form-container{max-width:480px;padding:0 1rem}.form-title{font-size:1.875rem}.form-subtitle{font-size:1rem}.progress-bar{height:8px}.step-text{font-size:.875rem}.form-input{padding:1rem;font-size:1rem}.nav-button{min-height:44px;font-size:.9375rem}}@media(min-width:992px)and (max-width:1199px){.form-container{max-width:520px}.form-title{font-size:2rem}.nav-button{min-height:42px;font-size:1rem}}@media(min-width:1200px){.form-container{max-width:540px}.form-title{font-size:2.125rem}}.form-footer{text-align:center;padding-top:1rem;border-top:1px solid var(--register-border);flex-shrink:0}.login-text{font-size:.9rem;color:var(--register-text-light);font-weight:400}.login-link{color:var(--register-primary);font-weight:600;text-decoration:none;transition:color .2s ease}.login-link:hover{color:var(--register-primary-dark);text-decoration:underline}.step-container{position:relative;width:100%;min-height:300px;overflow:hidden}.step-fade{animation:stepFadeIn .4s cubic-bezier(.25,.8,.25,1) forwards}@keyframes stepFadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.step-container{backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform,opacity}.step-indicator,.step-header{margin-bottom:.75rem}.form-title{font-size:1.25rem;font-weight:600;color:var(--register-text);margin-bottom:.25rem;line-height:1.1}.form-subtitle{font-size:.8rem;color:var(--register-text-light);line-height:1.2}.progress-bar{width:100%;height:8px;background:var(--register-border);border-radius:4px;overflow:hidden;margin-bottom:.375rem;box-shadow:inset 0 1px 3px #0000001a;position:relative}.progress-fill{height:100%;background:linear-gradient(135deg,var(--register-primary) 0%,var(--register-primary-dark) 50%,var(--register-primary) 100%);border-radius:4px;transition:width .8s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden}.progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.step-text{font-size:.75rem;color:var(--register-text-lighter);font-weight:500;transition:opacity .35s cubic-bezier(.25,.8,.25,1)}.register-form{margin-bottom:1.25rem;overflow:hidden}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.9rem;font-weight:600;color:var(--register-text);margin-bottom:.5rem}.form-input{width:100%;padding:.5rem 1rem;border:2px solid var(--register-border);border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;background:var(--register-surface)}.form-input:focus{outline:none;border-color:var(--register-primary);box-shadow:0 0 0 3px #4040401a}.form-input::placeholder{color:var(--register-text-lighter)}.info-section{background:var(--register-bg);border:1px solid var(--register-border);border-radius:8px;padding:.75rem;margin-bottom:1rem}.info-title{font-size:.875rem;font-weight:600;color:var(--register-text);margin-bottom:.5rem}.info-list{list-style:none;padding:0;margin:0}.info-list li{font-size:.8rem;color:var(--register-text-light);line-height:1.3;margin-bottom:.375rem}.info-list li:last-child{margin-bottom:0}.submit-button{width:100%;background:var(--register-primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 2px 4px #40404033;position:relative;overflow:hidden}.submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.submit-button:hover:before{left:100%}.submit-button:hover{background:var(--register-primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px #4040404d}.submit-button:active{transform:translateY(0);box-shadow:0 2px 4px #40404033}.submit-button:disabled{background:var(--register-text-lighter);cursor:not-allowed;transform:none;box-shadow:none}.submit-button:disabled:hover{background:var(--register-text-lighter);transform:none;box-shadow:none}.submit-button:disabled:before{display:none}.step-indicator{margin-bottom:1rem}.nav-buttons{display:flex;gap:1rem;margin-top:1.5rem}.nav-button{flex:1;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s cubic-bezier(.25,.8,.25,1);display:flex;align-items:center;justify-content:center;gap:.5rem;border:none;position:relative;overflow:hidden}.nav-button.secondary{background:var(--register-bg);color:var(--register-text);border:1px solid var(--register-border)}.nav-button.secondary:hover{background:var(--register-border)}.nav-button.primary{background:var(--register-primary);color:#fff}.nav-button.primary:hover{background:var(--register-primary-dark)}.nav-button:disabled{opacity:.5;cursor:not-allowed}.error-text{font-size:.8rem;color:#ef4444;margin-top:.25rem}.form-input.error{border-color:#ef4444}.success-text{font-size:.8rem;color:#10b981;margin-top:.25rem}.form-input.success{border-color:#10b981}.success-section{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:.875rem;margin-bottom:1.25rem}.success-title{font-size:.875rem;font-weight:600;color:#065f46;margin-bottom:.25rem}.success-subtitle{font-size:.8rem;color:#047857;line-height:1.3}.form-help{font-size:.75rem;color:var(--register-text-lighter);margin-top:.25rem;font-style:italic}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}@media(max-width:768px){.form-grid{grid-template-columns:1fr;gap:0}}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input{padding-right:3rem!important}.password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--register-text-lighter);cursor:pointer;padding:.25rem;border-radius:4px;transition:color .2s ease,background-color .2s ease;display:flex;align-items:center;justify-content:center}.password-toggle:hover{color:var(--register-text);background-color:var(--register-bg)}.password-toggle:focus{outline:none;color:var(--register-primary);box-shadow:0 0 0 2px #4040401a}.phone-input-wrapper{position:relative;display:flex;align-items:center}.phone-prefix{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1rem;font-weight:600;color:var(--register-text);z-index:2;pointer-events:none;background:var(--register-surface);padding-right:.25rem}.phone-input{padding-left:3rem!important}.currency-input-wrapper{position:relative;display:flex;align-items:center}.currency-prefix{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1rem;font-weight:600;color:var(--register-text);z-index:2;pointer-events:none;background:var(--register-surface);padding-right:.25rem}.currency-input{padding-left:2.5rem!important}.error-section{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.75rem;margin-bottom:1rem}.business-info{background:var(--register-bg);border-color:var(--register-primary)}.info-text{font-size:.8rem;color:var(--register-text-light);line-height:1.4;margin:0}.loading-spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.welcome-success{text-align:center;margin-bottom:1.5rem}.success-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:#dcfce7;border-radius:50%;color:#16a34a;margin:0 auto}.welcome-header{text-align:center;margin-bottom:1.5rem}.welcome-title{font-size:1.5rem;font-weight:700;color:var(--register-text);margin-bottom:.5rem;line-height:1.2}.welcome-subtitle{font-size:1rem;color:var(--register-text-light);line-height:1.5;margin:0 auto;max-width:400px}.welcome-status{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.status-title{font-size:.9rem;font-weight:600;color:#1e40af;margin-bottom:.75rem}.status-list{display:flex;flex-direction:column;gap:.5rem}.status-list p{font-size:.85rem;color:#1d4ed8;margin:0;line-height:1.4}.welcome-features{margin-bottom:1.5rem}.features-title{font-size:1rem;font-weight:600;color:var(--register-text);text-align:center;margin-bottom:1rem}.features-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.feature-card{background:var(--register-surface);border:1px solid var(--register-border);border-radius:8px;padding:.875rem;display:flex;align-items:flex-start;gap:.75rem;transition:all .2s ease}.feature-card:hover{box-shadow:0 2px 8px #0000001a}.feature-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--register-primary-light);border-radius:6px;color:var(--register-primary);flex-shrink:0}.feature-content{flex:1;min-width:0}.feature-title{font-size:.9rem;font-weight:600;color:var(--register-text);margin-bottom:.25rem;line-height:1.3}.feature-description{font-size:.8rem;color:var(--register-text-light);line-height:1.4;margin:0}.welcome-steps{background:linear-gradient(135deg,#eff6ff,#f0f9ff);border:1px solid #bfdbfe;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.steps-title{font-size:.9rem;font-weight:600;color:#1e40af;margin-bottom:.75rem}.steps-list{display:flex;flex-direction:column;gap:.5rem}.steps-list p{font-size:.85rem;color:#1d4ed8;margin:0;line-height:1.4;text-align:left}.welcome-button{width:100%;margin-bottom:1rem}.welcome-support{text-align:center;padding-top:1rem;border-top:1px solid var(--register-border)}.welcome-support p{font-size:.85rem;color:var(--register-text-light);margin:0}.support-link{color:var(--register-primary);font-weight:600;text-decoration:none;transition:color .2s ease}.support-link:hover{color:var(--register-primary-dark);text-decoration:underline}@media(min-width:768px){.features-grid{grid-template-columns:1fr 1fr}}@media(max-width:1200px){.register-form-section{height:auto;padding:2rem 1.5rem}.form-container{max-height:none;overflow-y:visible}}@media(max-width:768px){.register-form-section{padding:2rem 1.5rem}.form-container{max-width:100%}.form-title{font-size:1.25rem}.form-subtitle{font-size:.85rem}}@media(max-width:480px){.register-form-section{padding:1.5rem 1rem}.nav-buttons{flex-direction:column}}.verification-header{text-align:center;margin-bottom:1.25rem}.verification-icon{display:flex;justify-content:center;margin-bottom:1rem}.verification-icon>div{width:4rem;height:4rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.verification-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.verification-subtitle{color:#6b7280;margin-bottom:.75rem;line-height:1.6}.email-display{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:.625rem .875rem;font-weight:600;color:#1f2937;display:inline-block;max-width:100%;word-break:break-all}.verification-instructions{margin-bottom:1.25rem}.instructions-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.instructions-list{display:flex;flex-direction:column;gap:.625rem}.instruction-item{display:flex;align-items:flex-start;gap:.625rem}.step-number{background:var(--register-text);color:#fff;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0;margin-top:.125rem}.instruction-item p{color:#4b5563;line-height:1.5;margin:0}.verification-actions{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.verification-resend{order:2}.verification-skip{text-align:center;padding-top:.75rem;border-top:1px solid #e5e7eb}.verification-skip p{color:#6b7280;font-size:.875rem;margin-bottom:.375rem}.skip-link{background:none;border:none;color:#3b82f6;text-decoration:underline;cursor:pointer;font-size:inherit;padding:0}.skip-link:hover{color:#1d4ed8}.skip-warning{color:#9ca3af!important;font-size:.75rem!important}@media(max-width:575px){.verification-header{margin-bottom:1.5rem}.verification-icon{margin-bottom:1rem}.verification-title{font-size:1.25rem;margin-bottom:.5rem}.verification-subtitle{font-size:.875rem;margin-bottom:.75rem}.email-display{font-size:.8125rem;padding:.625rem .75rem;word-break:break-all}.instructions-title{font-size:1rem;margin-bottom:.75rem}.instruction-item{gap:.5rem}.step-number{width:1.25rem;height:1.25rem;font-size:.6875rem}.instruction-item p{font-size:.8125rem;line-height:1.4}.verification-actions{gap:.75rem;margin-bottom:1.5rem}.verification-skip{padding-top:.75rem}.verification-skip p{font-size:.8125rem}.skip-warning{font-size:.6875rem!important}}@media(max-width:575px){.welcome-step{padding:1.5rem 0}.welcome-icon{margin-bottom:1rem}.welcome-icon>div{width:3rem;height:3rem;font-size:1.25rem}.welcome-title{font-size:1.25rem;margin-bottom:.5rem}.welcome-subtitle{font-size:.875rem;margin-bottom:1.5rem;line-height:1.5}.account-info{padding:1rem;margin-bottom:1.5rem;border-radius:.5rem}.account-info h3{font-size:.9375rem;margin-bottom:.75rem}.account-detail{padding:.5rem 0}.account-detail .label,.account-detail .value{font-size:.8125rem}.welcome-actions{gap:.75rem}.nav-button.welcome-primary,.nav-button.welcome-secondary{padding:.75rem 1.5rem;font-size:.875rem}}@media(max-width:575px){.phone-input-wrapper{gap:.5rem}.phone-prefix{padding:.75rem;font-size:.875rem;min-width:60px}.currency-input-wrapper .currency-symbol{padding:.75rem;font-size:.875rem}.password-input-wrapper .password-toggle{padding:.75rem}.error-message,.success-message{font-size:.8125rem;padding:.625rem .75rem;border-radius:6px}.error-message svg,.success-message svg{width:.875rem;height:.875rem}}@media(pointer:coarse){.form-input:focus,.form-select:focus,.form-textarea:focus{outline:2px solid var(--register-primary);outline-offset:2px;border-color:var(--register-primary)}.nav-button,.password-toggle,.phone-prefix{min-height:48px}}@media(max-height:600px)and (orientation:landscape){.register-form-section{height:100vh;padding:.5rem}.form-container{max-height:calc(100vh - 1rem);justify-content:flex-start;padding-top:.5rem}.step-header{margin-bottom:1rem}.form-title{font-size:1.375rem;margin-bottom:.25rem}.form-subtitle{font-size:.8125rem}.step-indicator{margin-bottom:1rem}.nav-buttons{margin-top:1rem}.form-footer{padding:.75rem .5rem}}.user-type-options{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}@media(min-width:768px){.user-type-options{grid-template-columns:1fr 1fr}}.user-type-option{display:block;cursor:pointer;border:2px solid var(--register-border);border-radius:8px;padding:1.5rem;text-align:center;transition:all .2s ease;background:var(--register-surface);text-decoration:none}.user-type-option:hover{border-color:var(--register-primary);background-color:#40404005}.user-type-option.selected{border-color:var(--register-primary);background-color:#4040400d}.option-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.option-content svg{color:var(--register-text-light);transition:color .2s ease}.user-type-option:hover .option-content svg,.user-type-option.selected .option-content svg{color:var(--register-primary)}.option-content h3{font-size:1.125rem;font-weight:600;color:var(--register-text);margin:0}.option-content p{font-size:.875rem;color:var(--register-text-light);margin:0;line-height:1.4}@media(max-width:575px){.user-type-option{padding:1.25rem 1rem}.option-content{gap:.5rem}.option-content h3{font-size:1rem}.option-content p{font-size:.8125rem}.option-content svg{width:20px;height:20px}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.progress-fill{background:linear-gradient(90deg,var(--register-primary),color-mix(in srgb,var(--register-primary) 80%,white))}.verification-icon>div,.welcome-icon>div{background:linear-gradient(135deg,var(--register-primary),var(--register-primary-dark))}}
