body{font-family:Poppins,sans-serif}.app-wrapper{display:flex;flex-direction:column;height:100vh;width:375px;border:1px solid #d4d4d4;background-color:var(--base, #fff)}.app-container{height:100vh;width:100vw;display:flex;justify-content:center;font-family:Inter,sans-serif}.app-inner{display:flex;flex-direction:column;height:100vh;width:375px;border:1px solid #d4d4d4;background-color:#f9fafb}.button-base{width:100%;border-radius:6px;padding:10px 16px;font-size:14px;font-weight:600}.button-primary{background-color:#7c3aed;color:#fff;cursor:pointer;border:none}.button-primary:hover{background-color:#5b21b6}.button-secondary{background-color:#e9d5ff;color:#5b21b6;cursor:pointer;border:none}.button-secondary:hover{background-color:#7c3aed;color:#fff}.button-disabled{cursor:not-allowed;background-color:#a3a3a3;color:#fff}.heading{color:#171717;width:100%;font-size:2rem;font-weight:750;line-height:1}.paragraph{font-size:16px;color:#737373}.home-wrapper{padding:56px 24px;display:flex;flex-direction:column;justify-content:flex-end;height:100%;gap:16px}.home-header{display:flex;flex-direction:column;justify-content:flex-start;gap:8px}.home-actions{display:flex;flex-direction:column;gap:16px}.input-wrapper{position:relative;width:100%}.input-label{position:absolute;top:0;left:20px;font-size:12px;font-weight:600;transform:translateY(-50%);background:var(--base, #fff);padding:0 4px;color:var(--primary, #7c3aed)}.required{color:#ef4444;margin-left:2px}.input-field{border:1px solid #a3a3a3;border-radius:6px;padding:8px;width:100%;font-size:14px}.login-wrapper{padding:36px 24px;display:flex;flex-direction:column;gap:24px}.login-header,.login-form{display:flex;flex-direction:column;gap:24px}.radio-wrapper{font-size:14px;display:flex;flex-direction:column;gap:8px}.radio-label{font-weight:500}.radio-options{display:flex;gap:12px}.radio-option{display:flex;gap:4px;align-items:center;cursor:pointer}.radio-option input[type=radio]{accent-color:#7c3aed;cursor:pointer}.signup-wrapper{padding:44px 24px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.signup-form{display:flex;flex-direction:column;gap:24px}.card{color:#404040;font-size:14px;display:flex;flex-direction:column;gap:20px;padding:18px;border-bottom:1px dashed #d4d4d4}.card-header{display:flex;gap:12px}.card-img{border-radius:50%;height:60px;width:60px;object-fit:cover}.card-user{display:flex;flex-direction:column;gap:4px}.card-name{font-size:1.1rem;font-weight:600}.card-email{font-weight:400}.card-content{margin-top:4px}.account-wrapper{display:flex;flex-direction:column;gap:18px;color:#525252}.account-heading{letter-spacing:-.015em;font-weight:600;font-size:20px;padding:24px 18px;background:#fff;box-shadow:0 1px 3px #0000001a}.not-found{text-align:center;font-size:18px;color:red;margin-top:50px}
