.auth-container{display:flex;min-height:100vh;width:100%}.auth-container .brand-panel,.auth-container .form-panel{width:50%}.brand-panel{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:48px;min-height:100vh}.brand-bg{position:absolute;inset:0;background:linear-gradient(135deg,#0f3246,#14556e 20%,#28968c 40%,#4b46c8 55%,#3282ff 75%,#50c8f0 88%,#123750);background-size:400% 400%;animation:gradientShift 12s ease infinite;z-index:0}@keyframes gradientShift{0%{background-position:0 50%}25%{background-position:100% 0}50%{background-position:100% 100%}75%{background-position:0 100%}to{background-position:0 50%}}.brand-mesh{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 20% 30%,rgba(75,70,200,.25) 0,transparent 60%),radial-gradient(ellipse 60% 80% at 80% 70%,rgba(50,130,255,.3) 0,transparent 50%),radial-gradient(ellipse 70% 50% at 75% 20%,rgba(80,200,240,.2) 0,transparent 50%),radial-gradient(ellipse 50% 50% at 50% 10%,rgba(120,210,235,.15) 0,transparent 50%);animation:meshFloat 8s ease-in-out infinite alternate;z-index:1}@keyframes meshFloat{0%{transform:scale(1) translate(0)}to{transform:scale(1.05) translate(-10px,8px)}}.brand-grain{position:absolute;inset:0;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:128px 128px;z-index:2}.particle{position:absolute;border-radius:50%;background:hsla(0,0%,100%,.06);z-index:3;pointer-events:none}.particle-1{width:200px;height:200px;top:-40px;right:-60px;animation:particleFloat1 10s ease-in-out infinite}.particle-2{width:120px;height:120px;bottom:120px;left:-30px;animation:particleFloat2 14s ease-in-out infinite}.particle-3{width:80px;height:80px;top:40%;right:20%;animation:particleFloat3 8s ease-in-out infinite}@keyframes particleFloat1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-20px,30px) scale(1.1)}}@keyframes particleFloat2{0%,to{transform:translate(0)}50%{transform:translate(15px,-20px)}}@keyframes particleFloat3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-10px,15px) scale(.9)}}.brand-content{position:relative;z-index:10;text-align:center;max-width:440px;color:#fff;animation:fadeUp .7s ease .2s both}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.brand-logo{display:inline-flex;align-items:center;gap:10px;margin-bottom:24px}.brand-logo img{width:200px;height:auto}.brand-tagline{font-size:32px;font-weight:700;line-height:1.2;margin-bottom:8px;letter-spacing:-.5px;color:#fff}.brand-subtitle{font-size:16px;font-weight:300;color:hsla(0,0%,100%,.7);margin-bottom:40px;line-height:1.5}.testimonial-carousel{position:relative;height:200px;margin-bottom:40px}.testimonial-card{position:absolute;inset:0;background:hsla(0,0%,100%,.08);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.12);border-radius:16px;padding:28px 24px;text-align:left;opacity:0;transform:translateY(12px);transition:opacity .6s ease,transform .6s ease;display:flex;flex-direction:column;justify-content:space-between}.testimonial-card.active{opacity:1;transform:translateY(0)}.testimonial-quote{font-size:15px;font-weight:400;line-height:1.6;color:hsla(0,0%,100%,.9);font-style:italic}.testimonial-quote:before{content:"\201C";font-size:22px;margin-right:2px}.testimonial-quote:after{content:"\201D";font-size:22px;margin-left:2px}.testimonial-author{display:flex;align-items:center;gap:12px;margin-top:16px}.testimonial-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.testimonial-avatar,.testimonial-name{font-size:14px;font-weight:600;color:#fff}.testimonial-role{font-size:12px;color:hsla(0,0%,100%,.5)}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-bottom:40px}.carousel-dot{width:6px;height:6px;border-radius:50%;background:hsla(0,0%,100%,.25);cursor:pointer;transition:all .3s ease}.carousel-dot.active{width:20px;border-radius:3px;background:hsla(0,0%,100%,.8)}.metric-pills{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.metric-pill{display:flex;align-items:center;gap:6px;padding:8px 16px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.1);border-radius:100px;font-size:13px;font-weight:500;color:hsla(0,0%,100%,.85);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.metric-pill svg{width:14px;height:14px;opacity:.7}.trusted-row{position:absolute;bottom:40px;left:0;right:0;z-index:10;text-align:center}.trusted-label{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:hsla(0,0%,100%,.35);margin-bottom:14px;font-weight:500}.trusted-logos{display:flex;justify-content:center;gap:28px;align-items:center}.trusted-logo{font-size:14px;font-weight:600;color:hsla(0,0%,100%,.25);letter-spacing:.5px}.form-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;position:relative;background:#fffbf4;min-height:100vh}.form-wrapper{width:100%;max-width:400px;position:relative;animation:fadeUp .5s ease .4s both}.form-header{margin-bottom:32px}.form-title{font-size:28px;font-weight:700;color:#1e1e1e;margin-bottom:8px;letter-spacing:-.5px}.form-subtitle{font-size:15px;color:var(--color-text-tertiary);line-height:1.5}.form-subtitle a{color:#4b46c8;text-decoration:none;font-weight:500;cursor:pointer}.form-subtitle a:hover{color:#3282ff;text-decoration:underline}.form-error{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fff5f5;border:1px solid #ffdcdc;border-radius:10px;margin-bottom:18px;font-size:13px;color:#b43c3c}.form-error svg{width:16px;height:16px;flex-shrink:0;color:#dc5050}.form-field-error{display:block;margin-top:6px;font-size:12px;color:#b43c3c;line-height:1.4}.form-disable-hint{margin-top:10px;font-size:12px;color:var(--color-text-tertiary);text-align:center}.form-error-action{background:none;border:none;padding:0;margin-left:auto;color:#4b46c8;font-weight:600;font-size:13px;text-decoration:none;cursor:pointer;font-family:inherit}.form-error-action:hover{text-decoration:underline;color:#3232b4}.form-error-action:focus-visible{outline:2px solid #4b46c8;outline-offset:2px;border-radius:4px}.social-buttons{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.social-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:11px 16px;border-radius:10px;border:1px solid #dcdcdc;background:#fff;font-family:var(--font-outfit),sans-serif;font-size:14px;font-weight:500;color:#323232;cursor:pointer;transition:all .15s ease}.social-btn:hover{background:#f8f8f8;border-color:#c8c8c8}.social-btn:active{transform:scale(.985)}.social-btn svg{width:18px;height:18px;flex-shrink:0}.divider{display:flex;align-items:center;gap:16px;margin-bottom:24px}.divider-line{flex:1;height:1px;background:#e6e6e6}.divider-text{font-size:12px;color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.5px}.form-group{margin-bottom:18px;position:relative}.form-label{display:block;font-size:13px;font-weight:500;color:#464646;margin-bottom:6px;transition:color .15s}.form-input{width:100%;padding:11px 14px;border:1.5px solid #dcdcdc;border-radius:10px;font-family:var(--font-outfit),sans-serif;font-size:14px;color:#1e1e1e;background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.form-input::placeholder{color:#b4b4b4}.form-input:focus{border-color:#4b46c8;box-shadow:0 0 0 3px rgba(75,70,200,.1)}.form-input.error{border-color:#dc5050;box-shadow:0 0 0 3px rgba(220,80,80,.08)}.password-wrapper{position:relative}.password-wrapper .form-input{padding-right:44px}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--color-text-tertiary);display:flex;align-items:center;padding:4px;transition:color .15s}.password-toggle:hover{color:#646464}.password-toggle svg{width:18px;height:18px}.form-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.form-checkbox{display:flex;align-items:flex-start;gap:8px}.form-checkbox input[type=checkbox]{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:1.5px solid #d2d2d2;border-radius:5px;cursor:pointer;flex-shrink:0;margin-top:1px;transition:all .15s;position:relative}.form-checkbox input[type=checkbox]:checked{background:#4b46c8;border-color:#4b46c8}.form-checkbox input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.form-checkbox label{font-size:13px;color:#646464;line-height:1.4;cursor:pointer}.forgot-link{font-size:13px;color:#4b46c8;text-decoration:none;cursor:pointer;font-weight:500;background:none;border:none;padding:0;font-family:inherit}.forgot-link:hover{color:#3282ff;text-decoration:underline}.submit-btn{width:100%;padding:12px;border:none;border-radius:10px;background:linear-gradient(135deg,#4b46c8,#3282ff,#50c8f0);background-size:200% 100%;color:#fff;font-family:var(--font-outfit),sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.submit-btn:hover:not(:disabled){background-position:100% 0;transform:translateY(-2px);box-shadow:0 6px 20px rgba(50,130,255,.35)}.submit-btn:active:not(:disabled){transform:translateY(0);box-shadow:none}.submit-btn:disabled{opacity:.55;cursor:not-allowed}.form-footer{text-align:center;margin-top:24px;font-size:13px;color:var(--color-text-tertiary)}.form-footer a{color:#4b46c8;text-decoration:underline;text-underline-offset:2px}.form-footer a:hover{color:#3282ff}.name-row{display:flex;gap:12px}.name-row .form-group{flex:1}.password-strength{margin-top:8px}.strength-bar{height:3px;background:#ebebeb;border-radius:2px;overflow:hidden;margin-bottom:4px}.strength-fill{height:100%;border-radius:2px;width:0;transition:width .3s ease,background .3s ease}.strength-fill.weak{width:25%;background:#dc5050}.strength-fill.fair{width:50%;background:#e6a032}.strength-fill.good{width:75%;background:#4b46c8}.strength-fill.strong{width:100%;background:#28a064}.strength-text{font-size:11px;color:var(--color-text-tertiary);transition:color .3s}.strength-text.weak{color:#dc5050}.strength-text.fair{color:#e6a032}.strength-text.good{color:#4b46c8}.strength-text.strong{color:#28a064}.password-match-msg{margin-top:6px;font-size:12px}.password-match-msg.match{color:#4b46c8}.password-match-msg.mismatch{color:#c83c3c}.auth-back-to-landing{position:absolute;top:16px;left:16px;z-index:20;display:inline-flex;align-items:center;gap:6px;font-family:var(--font-outfit),sans-serif;font-size:14px;font-weight:500;color:var(--color-text-tertiary,#6e6e6e);text-decoration:none;padding:12px 16px;border-radius:8px;transition:color .15s,background-color .15s;min-height:44px;min-width:44px}.auth-back-to-landing:hover{color:#4b46c8;background-color:rgba(75,70,200,.06)}.auth-back-to-landing:focus-visible{outline:2px solid #4b46c8;outline-offset:2px}.auth-back-to-landing svg{width:16px;height:16px}@media (max-width:1024px){.auth-back-to-landing{top:12px;left:8px}}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--color-text-tertiary);cursor:pointer;margin-bottom:24px;transition:color .15s;text-decoration:none;background:none;border:none;padding:0;font-family:inherit}.back-link:hover{color:#4b46c8}.back-link svg{width:16px;height:16px}.form-success{flex-direction:column;text-align:center;padding:24px;gap:12px}.form-success,.success-icon{display:flex;align-items:center}.success-icon{width:56px;height:56px;border-radius:50%;background:rgba(75,70,200,.1);justify-content:center;margin-bottom:4px}.success-icon svg{width:28px;height:28px;color:#4b46c8}.success-title{font-size:22px;font-weight:700;color:#1e1e1e}.success-text{font-size:14px;color:var(--color-text-tertiary);line-height:1.5}.success-text strong{color:#1e1e1e;font-weight:600}.success-footer{font-size:13px;color:var(--color-text-tertiary);margin-top:8px}.success-footer a{color:#4b46c8;text-decoration:none;cursor:pointer}.success-footer a:hover{text-decoration:underline}@media (max-width:1024px){.auth-container .brand-panel{display:none}.auth-container .form-panel{width:100%}}@media (max-width:767px){.password-toggle{min-width:44px;min-height:44px;padding:10px;justify-content:center}.forgot-link{padding:14px 8px;margin:-14px -8px}.forgot-link,.submit-btn{min-height:44px}.form-subtitle a{padding:0 4px;margin:0 -4px}.form-footer a,.form-subtitle a{display:inline-block;min-height:44px;line-height:44px}.form-footer a{min-width:44px;padding:0 6px;text-align:center}.social-btn{min-height:44px}.terms-link-mobile-tap{display:inline-block;min-height:44px;line-height:44px;padding:0 4px}.form-input{min-height:44px;padding-top:13px;padding-bottom:13px}.form-checkbox{align-items:center;min-height:44px}.form-checkbox input[type=checkbox]{width:44px;height:44px;background:transparent;border:none;margin:0;position:relative}.form-checkbox input[type=checkbox]:before{content:"";position:absolute;left:13px;top:13px;width:18px;height:18px;border:1.5px solid #d2d2d2;border-radius:5px;background:#fff;transition:all .15s}.form-checkbox input[type=checkbox]:checked:before{background:#4b46c8;border-color:#4b46c8}.form-checkbox input[type=checkbox]:checked:after{left:18px;top:15px}.back-link{padding:12px 8px;margin:-12px -8px}.back-link,.check-email-resend-btn{min-height:44px}.check-email-wrong-email-link{min-height:44px;line-height:44px;padding:0 8px}}.check-email-resend-btn{padding:12px 24px;border-radius:10px;background:#4b46c8;color:#fff;border:none;font-size:14px;font-weight:600;cursor:pointer}.check-email-resend-btn:disabled{opacity:.6;cursor:not-allowed}.check-email-wrong-email-link{display:inline-block;font-size:13px;color:#6e6e6e;text-decoration:underline;padding:8px}