.signup-form{width:100%;display:flex;flex-direction:column;gap:1rem}.form-title{font-size:1.1rem;font-weight:600;color:#333;text-align:center}.field{display:flex;flex-direction:column;gap:.375rem;font-size:.875rem;color:#444}.field span{font-weight:500}.field input{padding:.625rem .75rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:1rem;outline:none;transition:border-color .15s;width:100%}.field input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.error-msg{font-size:.875rem;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:.5rem .75rem}.submit-btn{width:100%;padding:.75rem;border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .15s}.submit-btn:hover:not(:disabled){opacity:.9}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.signin-link{text-align:center;font-size:.875rem;color:#666}.signin-link a{color:#4f46e5;text-decoration:none;font-weight:500}.signin-link a:hover{text-decoration:underline}.page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem}.card{background:#fff;border-radius:12px;box-shadow:0 2px 16px #0000001a;padding:2.5rem 2rem;width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.logo{height:48px;object-fit:contain}.app-name{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.success{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.success-icon{width:56px;height:56px;border-radius:50%;background:#22c55e;color:#fff;font-size:1.75rem;display:flex;align-items:center;justify-content:center}.success h2{font-size:1.25rem;font-weight:600}.success p{color:#555;font-size:.95rem;line-height:1.5}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5;color:#111;min-height:100vh;display:flex;align-items:center;justify-content:center}#root{width:100%}
