.signup-page-wrapper{display:flex;background-color:#ffffff;padding:0;margin:0;overflow-x:hidden}.signup-container,.signup-page-wrapper{min-height:100vh;min-height:100dvh;width:100%;box-sizing:border-box}.signup-container{height:100vh;height:100dvh;background:#ffffff;border-radius:0;box-shadow:none;border:none;display:grid;grid-template-columns:minmax(400px,1fr) minmax(540px,1.25fr);padding:18px 24px;gap:40px;position:relative;overflow:hidden}.signup-hero-card{height:calc(100vh - 36px);height:calc(100dvh - 36px);position:sticky;top:18px;border-radius:24px;display:flex;flex-direction:column;justify-content:flex-end;padding:48px 42px;box-sizing:border-box;overflow:hidden;color:#ffffff;background-color:#1e1b4b;background-image:url(/signup.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;box-shadow:0 24px 60px -12px rgba(79,70,229,.22)}.signup-hero-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.12) 0,transparent 60%);pointer-events:none}.signup-hero-badge{display:inline-flex;align-items:center;z-index:1;width:fit-content}.signup-hero-logo{height:40px;width:auto;max-width:200px;object-fit:contain;transition:opacity .2s ease}.signup-hero-logo:hover{opacity:.88}.signup-hero-bottom{z-index:1;display:flex;flex-direction:column;gap:14px}.signup-hero-subtag{font-family:"Manrope",var(--font-body),system-ui,sans-serif;font-size:16px;font-weight:500;color:rgba(255,255,255,.85);letter-spacing:.2px}.signup-hero-headline{font-family:"Manrope",var(--font-hero-body),system-ui,-apple-system,sans-serif;font-size:clamp(30px,3.2vw,42px);font-weight:700;line-height:1.25;color:#ffffff;margin:0;max-width:88%;text-shadow:0 2px 10px rgba(0,0,0,.15)}.signup-hero-mobile-content{display:none}.signup-form-panel{justify-content:center;align-items:center;padding:16px 28px;box-sizing:border-box;height:100%;overflow-y:auto;scrollbar-width:thin}.signup-form-inner,.signup-form-panel{display:flex;flex-direction:column;width:100%}.signup-form-inner{max-width:560px;margin:auto 0}.signup-form-header{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.signup-form-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.signup-form-title{font-family:"Manrope",var(--font-body),system-ui,-apple-system,sans-serif;font-size:clamp(23px,2.2vw,27px);font-weight:700;color:#0f172a;margin:0;letter-spacing:-.5px}.signup-form-subtitle{font-family:var(--font-body,system-ui,sans-serif);font-size:14px;line-height:1.45;color:#64748b;margin:0}.signup-form{display:flex;flex-direction:column;gap:12px;width:100%}.signup-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px 16px}.signup-field{display:flex;flex-direction:column;gap:5px;width:100%}.signup-field-full{grid-column:1/-1}.signup-label{font-family:var(--font-body,system-ui,sans-serif);font-size:13.5px;font-weight:600;color:#1e293b;display:flex;align-items:center;justify-content:space-between}.signup-label-subtext{font-size:12px;font-weight:400;color:#94a3b8}.signup-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.signup-input{width:100%;height:44px;padding:0 14px;font-family:var(--font-body,system-ui,sans-serif);font-size:14px;color:#0f172a;background:#ffffff;border:1.5px solid #e2e8f0;border-radius:11px;outline:none;transition:all .2s ease;box-sizing:border-box}.signup-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.12)}.signup-input::placeholder{color:#94a3b8;font-size:13.5px}.signup-input-phone-group{display:grid;grid-template-columns:140px 1fr;gap:10px;width:100%}.signup-select{height:44px;padding:0 12px;font-family:var(--font-body,system-ui,sans-serif);font-size:13.5px;font-weight:500;color:#0f172a;background:#ffffff;border:1.5px solid #e2e8f0;border-radius:11px;outline:none;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.signup-select:focus{border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.12)}.signup-input:disabled,.signup-input[readonly]{background-color:#f8fafc;color:#64748b;border-color:#e2e8f0;cursor:not-allowed}.signup-verified-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;padding:1px 7px;border-radius:12px}.signup-password-toggle{position:absolute;right:12px;background:none;border:none;color:#94a3b8;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.signup-password-toggle:hover{color:#475569}.signup-categories-container{display:flex;flex-direction:column;gap:8px;margin-top:4px}.signup-category-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px;margin-bottom:4px}.signup-category-pill{position:relative;cursor:pointer}.signup-category-pill input{position:absolute;opacity:0;pointer-events:none}.signup-category-pill span{display:inline-flex;align-items:center;padding:8px 16px;border-radius:12px;font-size:13.5px;font-weight:500;background:#f8fafc;border:1.5px solid #e2e8f0;color:#475569;transition:all .2s ease;-webkit-user-select:none;user-select:none}.signup-category-pill input:checked+span{background:#eef2ff;border-color:#6366f1;color:#4338ca;font-weight:600}.signup-category-pill:hover span{border-color:#cbd5e1}.signup-submit-btn{width:100%;height:46px;border-radius:11px;border:none;background:linear-gradient(135deg,#4338ca,#4f46e5 50%,#6366f1);color:#ffffff;font-family:var(--font-body,system-ui,sans-serif);font-size:15px;font-weight:600;letter-spacing:.2px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px;transition:all .2s ease;box-shadow:0 4px 14px rgba(79,70,229,.25)}.signup-submit-btn:hover{background:linear-gradient(135deg,#3730a3,#4338ca 50%,#4f46e5);box-shadow:0 6px 20px rgba(79,70,229,.32);transform:translateY(-1px)}.signup-submit-btn:active{transform:translateY(0);box-shadow:none}.signup-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.signup-divider{margin:18px 0 14px}.signup-divider span{font-size:16px}.signup-social-row{display:flex;gap:14px;margin-bottom:18px}.signup-social-pill,.signup-social-row{justify-content:center;align-items:center}.signup-social-pill{height:40px;min-width:74px;padding:0 14px;border-radius:12px;background:#e2e8f0;border:1px solid rgba(0,0,0,.04);display:inline-flex;color:#334155;cursor:pointer;transition:all .2s ease}.signup-social-pill:hover{background:#cbd5e1;transform:translateY(-1px)}.signup-divider{display:flex;align-items:center;text-align:center;width:100%;margin:16px 0 14px}.signup-divider:after,.signup-divider:before{content:"";flex:1 1;border-bottom:1px solid #e2e8f0}.signup-divider span{padding:0 12px;color:#94a3b8;font-size:12.5px;font-weight:500;text-transform:lowercase}.signup-google-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;background-color:#ffffff;border:1.5px solid #e2e8f0;color:#1e293b;font-size:14px;font-weight:600;border-radius:12px;padding:10px 18px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px rgba(0,0,0,.04);box-sizing:border-box;font-family:inherit;margin-bottom:4px}.signup-google-btn:hover{background-color:#f8fafc;border-color:#cbd5e1;box-shadow:0 4px 12px rgba(0,0,0,.06);transform:translateY(-1px)}.signup-google-btn:active{transform:translateY(0);box-shadow:0 1px 2px rgba(0,0,0,.04)}.signup-signedin-actions{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;max-width:380px;margin:18px auto 0}.signup-signedin-actions .signup-signedin-btn{flex:1 1;min-width:0;max-width:180px;height:44px;margin:0!important;padding:0 16px;font-size:14px;font-weight:600;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;text-decoration:none}@media (max-width:480px){.signup-signedin-actions{gap:8px;margin-top:14px}.signup-signedin-actions .signup-signedin-btn{font-size:13px;padding:0 8px;gap:6px;height:42px}}.signup-legal-disclaimer{font-size:12px;line-height:1.4;color:#64748b;text-align:center;margin:10px 0 4px;padding:0 4px}.signup-legal-disclaimer a{color:#0f172a;font-weight:600;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.signup-legal-disclaimer a:hover{color:#4f46e5}.signup-switch-link{text-align:center;font-size:13.5px;color:#64748b;margin-top:4px}.signup-switch-link button{background:none;border:none;color:#4f46e5;font-size:14px;font-weight:600;cursor:pointer;padding:0 4px;text-decoration:none}.signup-switch-link button:hover{text-decoration:underline}.signup-role-radio-group{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%;box-sizing:border-box;margin-top:4px}.signup-role-radio-card{position:relative;display:flex;align-items:center;gap:8px;padding:9px 13px;background:#ffffff;border:1.5px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;box-sizing:border-box}.signup-role-radio-card:hover{background:#f8fafc;border-color:#cbd5e1}.signup-role-radio-card.selected{background:#eef2ff;border-color:#6366f1;box-shadow:0 0 0 1px #6366f1}.signup-role-radio-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.signup-role-custom-radio{width:15px;height:15px;border-radius:50%;border:1.5px solid #cbd5e1;background:#ffffff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.signup-role-radio-card.selected .signup-role-custom-radio{border-color:#4f46e5;background:#4f46e5}.signup-role-radio-inner{width:5px;height:5px;border-radius:50%;background:#ffffff;opacity:0;transform:scale(.5);transition:all .2s ease}.signup-role-radio-card.selected .signup-role-radio-inner{opacity:1;transform:scale(1)}.signup-role-radio-label{font-family:var(--font-body,system-ui,sans-serif);font-size:13px;font-weight:500;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}.signup-role-radio-card.selected .signup-role-radio-label{color:#312e81;font-weight:600}@media (max-width:540px){.signup-role-radio-group{grid-template-columns:repeat(2,1fr);gap:8px}.signup-role-radio-card{padding:9px 10px;gap:7px}.signup-role-radio-label{font-size:13px}}.signup-options-row{justify-content:space-between;margin-top:-4px}.signup-options-row,.signup-remember-label{display:flex;align-items:center;font-size:16px}.signup-remember-label{gap:8px;color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none}.signup-forgot-btn{background:none;border:none;color:#4f46e5;font-size:16px;font-weight:600;cursor:pointer;padding:0}.signup-forgot-btn:hover{text-decoration:underline}.signup-status-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 24px;gap:16px;border-radius:18px;background:#f8fafc;border:1px solid #e2e8f0;width:100%;box-sizing:border-box}.signup-status-icon{width:52px;height:52px;border-radius:50%;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center}.signup-status-title{font-size:20px;font-weight:700;color:#0f172a;margin:0}.signup-status-desc{font-size:16px;color:#64748b;line-height:1.55;margin:0}.signup-back-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:#64748b;font-size:14px;cursor:pointer;padding:0;margin-bottom:8px;font-weight:500;transition:color .15s ease}.signup-back-btn:hover{color:#0f172a}.signup-alert-error{padding:10px 14px;border-radius:8px;background:rgba(220,38,38,.08);color:#dc2626;font-size:14px;display:flex;gap:8px;align-items:center;margin-top:14px;text-align:left}.signup-alert-success{margin-top:16px;color:#16a34a;font-size:14px;font-weight:500}.signup-demo-notice{color:#ca8a04;font-size:14px;margin-bottom:8px}@media (max-width:900px){.signup-page-wrapper{justify-content:flex-start;align-items:center;margin:0;background-color:#f1f5f9;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.signup-container,.signup-page-wrapper{min-height:100dvh;height:auto;display:flex;flex-direction:column;padding:0}.signup-container{width:100%;max-width:440px;gap:0;margin:0 auto;background:#ffffff;box-sizing:border-box;box-shadow:0 10px 40px rgba(0,0,0,.06);overflow:visible}.signup-hero-card{text-align:center;height:clamp(180px,25vh,220px);width:100%;position:relative;top:0;border-radius:0;padding:24px 20px 40px;box-sizing:border-box;background-color:#1e1b4b;background-image:url(/signup.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;box-shadow:none;flex-shrink:0}.signup-hero-card,.signup-hero-mobile-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.signup-hero-mobile-content{z-index:2;padding-bottom:6px}.signup-hero-mobile-title{font-family:"Outfit","Manrope",var(--font-heading),system-ui,sans-serif;font-size:clamp(26px,6.5vw,29px);font-weight:700;color:#ffffff;margin:0;letter-spacing:-.4px;line-height:1.2;text-shadow:0 2px 12px rgba(0,0,0,.4)}.signup-hero-bottom{display:none}.signup-form-panel{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;padding:18px 20px max(24px,env(safe-area-inset-bottom,24px));margin-top:-22px;background:#ffffff;border-radius:24px 24px 0 0;box-shadow:0 -8px 20px rgba(0,0,0,.06);position:relative;z-index:3;box-sizing:border-box;flex:1 1;overflow:visible}.signup-form-inner{max-width:360px;margin:0 auto;padding:0}.signup-form-inner,.signup-form-view-wrapper{width:100%;min-height:100%;display:flex;flex-direction:column;flex:1 1}.signup-form-view-wrapper{justify-content:space-between;align-items:center}.signup-form-centered-body{width:100%;margin:auto 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.signup-form-header{margin-bottom:10px;width:100%;flex-shrink:0}.signup-form-header .signup-form-title{display:none}.signup-form-subtitle{font-size:14px;line-height:1.35;text-align:center;color:#64748b;margin:0}.signup-form{display:flex;flex-direction:column;width:100%;gap:12px}.signup-field{gap:4px}.signup-label{font-size:14.5px;font-weight:600;color:#334155}.signup-label-subtext{font-size:13px;font-weight:400;color:#94a3b8}.signup-input,.signup-select{height:40px;font-size:15px;border-radius:10px;padding:0 12px}.signup-input::placeholder{font-size:15px}.signup-category-pills{gap:8px;margin-top:6px;margin-bottom:4px}.signup-category-pill span{font-size:14px;padding:6px 14px;border-radius:12px;font-weight:500}.signup-options-row{font-size:13.5px;margin-top:-2px}.signup-forgot-btn,.signup-remember-label{font-size:13.5px}.signup-role-selection-grid{grid-template-columns:1fr;gap:8px;margin:6px 0 10px}.signup-form-grid{grid-template-columns:1fr;gap:10px}.signup-submit-btn{border-radius:12px;height:44px;font-size:15.5px;font-weight:600;margin-top:14px;flex-shrink:0}.signup-form-bottom-footer{width:100%;margin-top:auto;display:flex;flex-direction:column;align-items:center;gap:10px;padding-top:18px;padding-bottom:8px;flex-shrink:0}.signup-divider{margin:14px 0 12px}.signup-divider span{font-size:13px;padding:0 8px}.signup-google-btn{height:42px;padding:0 14px;font-size:14.5px;border-radius:12px;margin-bottom:4px}.signup-legal-disclaimer{font-size:12.5px;line-height:1.5;margin:6px 0 2px;padding:0 8px;text-align:center;flex-shrink:0}.signup-switch-link{margin:4px 0 0;padding:2px 0 4px;font-size:14.5px;text-align:center;flex-shrink:0}.signup-switch-link button{font-size:14.5px}.signup-back-btn{font-size:14px}.signup-alert-error{font-size:14px;padding:8px 12px}.signup-alert-success,.signup-demo-notice{font-size:14px}.signup-status-title{font-size:19px}.signup-status-desc{font-size:15px}}@media (min-width:901px) and (max-width:1100px){.signup-container{grid-template-columns:1fr 1.15fr;padding:16px;gap:24px}.signup-hero-card{padding:40px 32px}.signup-form-panel{padding:24px 16px}}@media (max-width:480px){.signup-container{max-width:100%;box-shadow:none}.signup-form-panel{padding:14px 16px 12px;border-radius:22px 22px 0 0}.signup-form-inner{max-width:100%}.signup-input-phone-group{grid-template-columns:110px 1fr;gap:8px}}