.signup-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;font-family:var(--font-inter,"Inter"),system-ui,sans-serif;-webkit-font-smoothing:antialiased}.signup-brand{position:relative;background:#0c1222;color:#f1f5f9;padding:3rem;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.signup-brand-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(148,163,184,.06) 1px,transparent 0),linear-gradient(90deg,rgba(148,163,184,.06) 1px,transparent 0);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse 80% 70% at 30% 20%,#000 15%,transparent 70%);mask-image:radial-gradient(ellipse 80% 70% at 30% 20%,#000 15%,transparent 70%)}.signup-brand-glow{position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(79,70,229,.22),transparent 70%);top:-120px;left:-80px;pointer-events:none}.signup-brand-inner{position:relative;max-width:420px}.signup-logo{display:flex;align-items:center;gap:.65rem;font-size:1.2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:2.5rem;color:#fff;text-decoration:none}.signup-logo-mark{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#6366f1,#4f46e5);display:grid;place-items:center;font-size:1.1rem;box-shadow:0 4px 16px rgba(79,70,229,.45)}.signup-brand h1{font-size:clamp(1.75rem,3vw,2.35rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;margin:0 0 1rem}.signup-brand-lead{font-size:1.05rem;color:#94a3b8;line-height:1.65;margin:0 0 2rem}.signup-features{list-style:none;margin:0;padding:0;display:grid;grid-gap:.85rem;gap:.85rem}.signup-features li{display:flex;align-items:flex-start;gap:.65rem;font-size:.92rem;color:#cbd5e1;line-height:1.5}.signup-features li:before{content:"";flex-shrink:0;width:6px;height:6px;border-radius:50%;background:#6366f1;margin-top:.45rem;box-shadow:0 0 8px rgba(99,102,241,.6)}.signup-form-side{display:flex;align-items:center;justify-content:center;padding:2.5rem 2rem;background:#fff}.signup-form-wrap{width:100%;max-width:440px}.signup-form-meta{font-size:.88rem;color:#64748b;margin:0 0 1.5rem;text-align:right}.signup-form-meta a{color:#4f46e5;font-weight:600;text-decoration:none}.signup-form-meta a:hover{text-decoration:underline}.signup-form-card h2{font-size:1.65rem;font-weight:800;letter-spacing:-.03em;margin:0 0 .4rem;color:#0f172a}.signup-form-sub{font-size:.95rem;color:#64748b;margin:0 0 1.75rem;line-height:1.55}.signup-phase-enter{animation:signup-enter .35s ease}@keyframes signup-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.signup-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:.75rem 1rem;border-radius:10px;font-size:.88rem;margin-bottom:1.25rem}.signup-field{margin-bottom:1.15rem}.signup-field-hint{margin:.45rem 0 0;font-size:.8rem;color:#64748b;line-height:1.45}.signup-field label,.signup-label{display:block;font-size:.82rem;font-weight:600;color:#334155;margin-bottom:.4rem}.signup-field input[type=email],.signup-field input[type=password],.signup-field input[type=text],.signup-field input[type=url]{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;font-family:inherit;color:#0f172a;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.signup-field input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.signup-select{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:10px;font-size:.9rem;font-family:inherit;color:#0f172a;background:#fff;cursor:pointer}.signup-select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.signup-submit{width:100%;margin-top:.5rem;padding:.85rem 1.25rem;border:none;border-radius:10px;background:#4f46e5;color:#fff;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s ease,box-shadow .15s ease;box-shadow:0 4px 14px rgba(79,70,229,.28)}.signup-submit:hover:not(:disabled){background:#4338ca}.signup-submit:disabled{opacity:.55;cursor:not-allowed}.signup-divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0;color:#94a3b8;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.signup-divider:after,.signup-divider:before{content:"";flex:1 1;height:1px;background:#e2e8f0}.signup-account-form .google-auth-block{margin-bottom:0}.signup-account-form .google-auth-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:.75rem 1rem;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#334155;font-size:.92rem;font-weight:600;font-family:inherit;cursor:pointer}.signup-account-form .google-auth-error{margin-bottom:.75rem;padding:.65rem .85rem;border-radius:8px;background:#fef2f2;color:#b91c1c;font-size:.82rem}.signup-radio-group{display:grid;grid-gap:.65rem;gap:.65rem}.signup-radio{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.signup-radio:hover{border-color:#c7d2fe}.signup-radio.selected{border-color:#4f46e5;background:#f5f3ff}.signup-radio input{margin-top:.25rem;accent-color:#4f46e5}.signup-radio-body{display:flex;flex-direction:column;gap:.2rem}.signup-radio-body strong{font-size:.92rem;color:#0f172a}.signup-radio-body span{font-size:.82rem;color:#64748b;line-height:1.45}.signup-segmented{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#f8fafc}.signup-segmented button{padding:.65rem 1rem;border:none;background:transparent;font-family:inherit;font-size:.88rem;font-weight:600;color:#64748b;cursor:pointer;transition:background .15s ease,color .15s ease}.signup-segmented button.active{background:#fff;color:#4f46e5;box-shadow:0 1px 3px rgba(15,23,42,.08)}.signup-segmented button:not(:last-child){border-right:1px solid #e2e8f0}.signup-form-wrap--widget{max-width:520px}.signup-form-wrap--account{max-width:460px}.signup-account-header h2{margin-bottom:.35rem}.signup-trust-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.signup-trust-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .7rem;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;font-size:.72rem;font-weight:600;color:#475569}.signup-trust-pill svg{color:#4f46e5;flex-shrink:0}.signup-account-form{display:flex;flex-direction:column;gap:.15rem}.signup-account-section{margin-bottom:1.1rem}.signup-input-wrap{position:relative;display:flex;align-items:center}.signup-input-icon{position:absolute;left:.9rem;display:grid;place-items:center;color:#94a3b8;pointer-events:none;z-index:1}.signup-input-wrap input{width:100%;padding:.8rem 1rem .8rem 2.65rem;border:1px solid #e2e8f0;border-radius:12px;font-size:.95rem;font-family:inherit;color:#0f172a;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.signup-input-wrap.has-action input{padding-right:2.75rem}.signup-input-wrap input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.signup-input-wrap input:focus+.signup-input-action,.signup-input-wrap:focus-within .signup-input-icon{color:#4f46e5}.signup-input-action{position:absolute;right:.5rem;width:36px;height:36px;border:none;border-radius:8px;background:transparent;color:#94a3b8;cursor:pointer;display:grid;place-items:center;transition:color .15s ease,background .15s ease}.signup-input-action:hover{color:#4f46e5;background:#f5f3ff}.signup-password-meter{display:flex;align-items:center;gap:.65rem;margin-top:.65rem}.signup-password-bars{display:flex;gap:4px;flex:1 1}.signup-password-bars span{flex:1 1;height:4px;border-radius:999px;background:#e2e8f0;transition:background .2s ease}.signup-password-bars span.active.strength-1{background:#ef4444}.signup-password-bars span.active.strength-2{background:#f59e0b}.signup-password-bars span.active.strength-3{background:#22c55e}.signup-password-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.signup-password-label.strength-1{color:#ef4444}.signup-password-label.strength-2{color:#d97706}.signup-password-label.strength-3{color:#16a34a}.signup-password-checks{list-style:none;margin:.55rem 0 0;padding:0;display:grid;grid-gap:.3rem;gap:.3rem}.signup-password-checks li{display:flex;align-items:center;gap:.45rem;font-size:.78rem;color:#94a3b8;transition:color .15s ease}.signup-password-checks li.ok{color:#16a34a}.signup-check-icon{width:16px;font-size:.7rem;text-align:center;flex-shrink:0}.signup-legal{margin:1rem 0 0;font-size:.78rem;color:#94a3b8;line-height:1.55;text-align:center}.signup-legal a{color:#4f46e5;font-weight:600;text-decoration:none}.signup-legal a:hover{text-decoration:underline}.signup-account-showcase{margin-top:2rem;animation:signup-enter .4s ease}.signup-account-showcase--mobile{display:none}.signup-account-browser{border-radius:14px;overflow:hidden;border:1px solid rgba(148,163,184,.2);box-shadow:0 24px 48px rgba(0,0,0,.35);background:#1e293b}.signup-account-browser-bar{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#0f172a;border-bottom:1px solid rgba(148,163,184,.12)}.signup-account-browser-body{position:relative;min-height:280px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:1.25rem}.signup-account-site-nav{height:10px;width:40%;border-radius:4px;background:#e2e8f0;margin-bottom:.85rem}.signup-account-site-hero{height:52px;border-radius:8px;background:linear-gradient(90deg,#e2e8f0,#cbd5e1,#e2e8f0);margin-bottom:.75rem;opacity:.75}.signup-account-site-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px;gap:6px;max-width:70%}.signup-account-site-grid span{height:28px;border-radius:6px;background:#e2e8f0}.signup-account-widget{position:absolute;bottom:1rem;right:1rem;width:200px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 16px 40px rgba(15,23,42,.18)}.signup-account-widget-header{display:flex;align-items:center;gap:8px;padding:10px 12px;background:linear-gradient(135deg,#4f46e5,#4338ca);color:#fff}.signup-account-widget-avatar{width:28px;height:28px;border-radius:50%;background:hsla(0,0%,100%,.2);display:grid;place-items:center;font-size:.6rem;font-weight:800;flex-shrink:0}.signup-account-widget-header strong{display:block;font-size:.75rem;line-height:1.2}.signup-account-widget-header small{display:flex;align-items:center;gap:4px;font-size:.62rem;opacity:.9}.signup-account-widget-msgs{padding:10px;display:flex;flex-direction:column;gap:6px;background:#f8fafc}.signup-account-widget-msgs span{font-size:.65rem;line-height:1.4;padding:6px 8px;max-width:92%;border-radius:10px}.signup-account-widget-msgs .bot{align-self:flex-start;background:#fff;border:1px solid #e2e8f0;color:#334155}.signup-account-widget-msgs .user{align-self:flex-end;background:#4f46e5;color:#fff}.signup-account-float{position:absolute;display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;background:rgba(15,23,42,.92);border:1px solid rgba(148,163,184,.2);box-shadow:0 8px 24px rgba(0,0,0,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:signup-float 4s ease-in-out infinite}.signup-account-float strong{display:block;font-size:.68rem;color:#f1f5f9;line-height:1.2}.signup-account-float small{font-size:.6rem;color:#94a3b8}.signup-account-float-icon{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.signup-account-float--inbox{top:1.25rem;left:1rem;animation-delay:0s}.signup-account-float--inbox .signup-account-float-icon{background:rgba(99,102,241,.2);color:#a5b4fc}.signup-account-float--lead{top:4.5rem;left:.5rem;animation-delay:1.5s}.signup-account-float--lead .signup-account-float-icon{background:rgba(34,197,94,.15);color:#86efac}@keyframes signup-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.signup-account-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.65rem;gap:.65rem;margin-top:1.25rem}.signup-account-stat{padding:.75rem .5rem;border-radius:10px;background:hsla(0,0%,100%,.04);border:1px solid rgba(148,163,184,.12);text-align:center}.signup-account-stat strong{display:block;font-size:.95rem;font-weight:800;color:#f8fafc;letter-spacing:-.02em}.signup-account-stat span{font-size:.68rem;color:#94a3b8;margin-top:2px;display:block}.signup-widget-form{display:flex;flex-direction:column;gap:.25rem}.signup-widget-section{margin-bottom:1.35rem}.signup-widget-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.65rem}.signup-widget-hint{font-size:.75rem;color:#94a3b8;font-weight:500}.signup-theme-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.65rem;gap:.65rem}.signup-theme-card{display:flex;flex-direction:column;gap:.45rem;padding:.65rem;border:1px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;text-align:left;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.signup-theme-card:hover{border-color:#c7d2fe;box-shadow:0 4px 12px rgba(15,23,42,.05)}.signup-theme-card.selected{box-shadow:0 0 0 1px currentColor}.signup-theme-card-name{font-size:.82rem;font-weight:700;color:#0f172a}.signup-theme-card-desc{font-size:.7rem;color:#64748b;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.signup-theme-mock{position:relative;height:72px;border-radius:8px;background:#f8fafc;border:1px solid #f1f5f9;overflow:hidden;padding:6px}.signup-theme-mock-header{height:14px;border-radius:4px 4px 0 0;margin-bottom:6px}.signup-theme-mock.minimal .signup-theme-mock-header{background:#fff;border-bottom:2px solid;border-radius:0;height:12px}.signup-theme-mock-msgs{display:flex;flex-direction:column;gap:4px;padding:0 2px}.signup-theme-mock-msgs span{font-size:7px;line-height:1.2;padding:3px 6px;max-width:70%}.signup-theme-mock-msgs .bot{align-self:flex-start;background:#fff;border:1px solid #e2e8f0;color:#475569;border-radius:6px}.signup-theme-mock-msgs .bot.pill{border-radius:999px}.signup-theme-mock-msgs .user{align-self:flex-end;color:#fff;border-radius:6px}.signup-theme-mock-msgs .user.pill{border-radius:999px}.signup-theme-mock-launcher{position:absolute;bottom:5px;right:5px;font-size:7px;display:grid;place-items:center}.signup-theme-mock-launcher.bubble,.signup-theme-mock-launcher.modern{width:16px;height:16px;border-radius:50%;color:#fff}.signup-theme-mock-launcher.minimal{padding:2px 5px;border:1px solid;border-radius:3px;background:#fff;font-weight:700}.signup-mode-grid{display:grid;grid-gap:.55rem;gap:.55rem}.signup-mode-card{display:flex;align-items:flex-start;gap:.7rem;padding:.85rem 1rem;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.signup-mode-card:hover{border-color:#c7d2fe}.signup-mode-card.selected{border-color:#4f46e5;background:#f5f3ff}.signup-mode-card input{margin-top:.2rem;accent-color:#4f46e5}.signup-mode-card-body{display:flex;flex-direction:column;gap:.15rem}.signup-mode-card-body strong{font-size:.9rem;color:#0f172a}.signup-mode-card-body span{font-size:.8rem;color:#64748b;line-height:1.45}.signup-color-presets{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.signup-color-swatch{width:32px;height:32px;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0;transition:transform .12s ease,box-shadow .12s ease;box-shadow:inset 0 0 0 1px rgba(15,23,42,.08)}.signup-color-swatch:hover{transform:scale(1.08)}.signup-color-swatch.active{border-color:#fff;box-shadow:0 0 0 2px #4f46e5,inset 0 0 0 1px rgba(15,23,42,.1)}.signup-color-field{display:flex;gap:.6rem;align-items:center}.signup-color-field input[type=color]{width:48px;height:48px;border:1px solid #e2e8f0;border-radius:12px;padding:3px;cursor:pointer;background:#fff;flex-shrink:0}.signup-color-text{flex:1 1;padding:.7rem .9rem;border:1px solid #e2e8f0;border-radius:10px;font-size:.88rem;font-family:ui-monospace,SF Mono,monospace;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease}.signup-color-text:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.signup-live-preview{margin-top:2rem;animation:signup-enter .4s ease}.signup-live-browser{border-radius:14px;overflow:hidden;border:1px solid rgba(148,163,184,.2);box-shadow:0 24px 48px rgba(0,0,0,.35);background:#1e293b}.signup-live-browser-bar{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#0f172a;border-bottom:1px solid rgba(148,163,184,.12)}.signup-live-dot{width:10px;height:10px;border-radius:50%;background:#334155}.signup-live-dot:first-child{background:#ef4444}.signup-live-dot:nth-child(2){background:#eab308}.signup-live-dot:nth-child(3){background:#22c55e}.signup-live-url{flex:1 1;margin-left:8px;padding:5px 12px;border-radius:6px;background:#1e293b;font-size:.72rem;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.signup-live-page{position:relative;min-height:320px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:1.25rem}.signup-live-page-hero{height:48px;border-radius:8px;background:linear-gradient(90deg,#e2e8f0,#cbd5e1 50%,#e2e8f0);margin-bottom:.85rem;opacity:.7}.signup-live-page-lines{display:flex;flex-direction:column;gap:6px;max-width:55%}.signup-live-page-lines span{height:8px;border-radius:4px;background:#e2e8f0}.signup-live-page-lines .short{width:60%}.signup-live-widget{position:absolute;bottom:1rem;right:1rem;width:220px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 16px 40px rgba(15,23,42,.18);display:flex;flex-direction:column;transition:border-radius .2s ease}.signup-live-widget.theme-minimal{border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 12px 32px rgba(15,23,42,.12)}.signup-live-widget.theme-bubble{border-radius:18px}.signup-live-widget-header{display:flex;align-items:center;gap:10px;padding:12px 14px;position:relative}.signup-live-avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-size:.65rem;font-weight:800;flex-shrink:0}.signup-live-header-text{flex:1 1;min-width:0}.signup-live-header-text strong{display:block;font-size:.82rem;line-height:1.2}.signup-live-header-text span{display:flex;align-items:center;gap:5px;font-size:.68rem;opacity:.88;margin-top:2px}.signup-live-status-dot{width:6px;height:6px;border-radius:50%;background:#34d399;box-shadow:0 0 6px rgba(52,211,153,.7);font-style:normal}.signup-live-close{position:absolute;top:10px;right:10px;width:22px;height:22px;border:none;border-radius:6px;background:rgba(0,0,0,.08);color:inherit;font-size:1rem;line-height:1;cursor:default;opacity:.7}.signup-live-widget.theme-minimal .signup-live-close{background:#f1f5f9;color:#64748b}.signup-live-widget-body{padding:10px 12px;display:flex;flex-direction:column;gap:8px;background:#f8fafc;min-height:120px}.signup-live-widget.theme-minimal .signup-live-widget-body{background:#fafafa}.signup-live-msg{max-width:88%;font-size:.72rem;line-height:1.45;padding:7px 10px}.signup-live-msg.bot{align-self:flex-start;background:#fff;border:1px solid #e2e8f0;color:#334155;border-radius:10px}.signup-live-widget.theme-bubble .signup-live-msg.bot{border-radius:999px}.signup-live-widget.theme-minimal .signup-live-msg{border-radius:4px}.signup-live-msg.user{align-self:flex-end;border-radius:10px}.signup-live-widget.theme-bubble .signup-live-msg.user{border-radius:999px}.signup-live-msg-label{display:block;font-size:.6rem;font-weight:700;color:#64748b;margin-bottom:3px}.signup-live-widget-input{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-top:1px solid #e2e8f0;background:#fff;font-size:.68rem;color:#94a3b8}.signup-live-send{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;font-size:.75rem;font-weight:700;flex-shrink:0}.signup-live-widget.theme-bubble .signup-live-send{border-radius:50%}.signup-live-launcher{position:absolute;bottom:1rem;right:1rem;display:none}.signup-live-caption{margin:1rem 0 0;font-size:.8rem;color:#94a3b8;text-align:center}.signup-live-preview--mobile{display:none}.signup-loading{text-align:center;padding:2rem 0 1rem}.signup-loading-ring{width:44px;height:44px;border:2px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;margin:0 auto 1.5rem;animation:signup-spin .85s linear infinite}@keyframes signup-spin{to{transform:rotate(1turn)}}.signup-success-check{width:48px;height:48px;border-radius:50%;background:#ecfdf5;color:#059669;font-size:1.35rem;font-weight:700;display:grid;place-items:center;margin:0 auto 1.25rem}@media (max-width:900px){.signup-page{grid-template-columns:1fr}.signup-brand{padding:2rem 1.5rem;min-height:auto}.signup-form-wrap--widget{max-width:100%}.signup-theme-grid{grid-template-columns:1fr}.signup-live-preview{display:none}.signup-live-preview--mobile{display:block;margin:-.5rem 0 1.25rem}.signup-live-preview--mobile .signup-live-caption{color:#64748b}.signup-live-preview--mobile .signup-live-browser{box-shadow:0 12px 32px rgba(15,23,42,.12);border-color:#e2e8f0}.signup-live-preview--mobile .signup-live-page{min-height:260px}.signup-live-preview--mobile .signup-live-widget{width:190px}.signup-account-showcase{display:none}.signup-account-showcase--mobile{display:block;margin:-.25rem 0 1.5rem}.signup-account-showcase--mobile .signup-account-stats{display:none}.signup-account-showcase--mobile .signup-account-browser{box-shadow:0 12px 32px rgba(15,23,42,.12);border-color:#e2e8f0}.signup-account-showcase--mobile .signup-account-browser-body{min-height:220px}.signup-account-showcase--mobile .signup-account-widget{width:170px}.signup-account-showcase--mobile .signup-account-float{display:none}.signup-trust-row{gap:.4rem}.signup-trust-pill{font-size:.68rem;padding:.35rem .6rem}.signup-brand h1{font-size:1.5rem}.signup-features{display:none}.signup-form-side{padding:2rem 1.5rem 3rem}.signup-form-meta{text-align:left}}