@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
.signup-page{-webkit-font-smoothing:antialiased;background:#f1f5f9;justify-content:center;align-items:center;min-height:100vh;padding:1rem;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex}.signup-card{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000a}.signup-card h1{color:#0f172a;text-align:center;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.signup-card p{color:#64748b;text-align:center;margin-bottom:1.5rem;font-size:.875rem}.signup-form{flex-direction:column;gap:1rem;display:flex}.signup-field{flex-direction:column;gap:.375rem;display:flex}.signup-field label{color:#334155;font-size:.8125rem;font-weight:500}.signup-field input{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;padding:.625rem .75rem;font-size:.875rem;transition:border-color .15s}.signup-field input:focus{border-color:#f80;box-shadow:0 0 0 3px #ff88001a}.signup-button{color:#fff;cursor:pointer;background:#f80;border:none;border-radius:12px;margin-top:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;transition:background .15s,transform .1s}.signup-button:hover{background:#e67a00}.signup-button:active{transform:scale(.98)}.signup-button:disabled{opacity:.6;cursor:not-allowed}.signup-error{color:#dc2626;text-align:center;background:#fef2f2;border-radius:6px;padding:.5rem;font-size:.8125rem}.signup-footer{text-align:center;color:#64748b;margin-top:1.5rem;font-size:.8125rem}.signup-footer a{color:#f80;font-weight:500;text-decoration:none}.signup-footer a:hover{text-decoration:underline}
/*# sourceMappingURL=3ebb28e4f42d253e.css.map*/